Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Jun 16, 2021
1 parent 34e6b2a commit 46d34c0
Show file tree
Hide file tree
Showing 22 changed files with 696 additions and 168 deletions.
22 changes: 22 additions & 0 deletions .changes/3.184.5
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "api-change",
"category": "EC2",
"description": "This release adds support for VLAN-tagged network traffic over an Elastic Network Interface (ENI). This feature is in limited Preview for this release. Contact your account manager if you are interested in this feature."
},
{
"type": "api-change",
"category": "RDS",
"description": "This release enables fast cloning in Aurora Serverless. You can now clone between Aurora Serverless clusters and Aurora Provisioned clusters."
},
{
"type": "api-change",
"category": "MediaTailor",
"description": "Adds AWS Secrets Manager Access Token Authentication for Source Locations"
},
{
"type": "api-change",
"category": "KMS",
"description": "Adds support for multi-Region keys"
}
]
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## next release

* `Aws\EC2` - This release adds support for VLAN-tagged network traffic over an Elastic Network Interface (ENI). This feature is in limited Preview for this release. Contact your account manager if you are interested in this feature.
* `Aws\KMS` - Adds support for multi-Region keys
* `Aws\MediaTailor` - Adds AWS Secrets Manager Access Token Authentication for Source Locations
* `Aws\RDS` - This release enables fast cloning in Aurora Serverless. You can now clone between Aurora Serverless clusters and Aurora Provisioned clusters.

## 3.184.4 - 2021-06-15

* `Aws\Connect` - This release adds new sets of APIs: AssociateBot, DisassociateBot, and ListBots. You can use it to programmatically add an Amazon Lex bot or Amazon Lex V2 bot on the specified Amazon Connect instance
Expand Down
6 changes: 6 additions & 0 deletions src/Ec2/Ec2Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,8 @@
* @method \GuzzleHttp\Promise\Promise associateTransitGatewayMulticastDomainAsync(array $args = []) (supported in versions 2016-11-15)
* @method \Aws\Result associateTransitGatewayRouteTable(array $args = []) (supported in versions 2016-11-15)
* @method \GuzzleHttp\Promise\Promise associateTransitGatewayRouteTableAsync(array $args = []) (supported in versions 2016-11-15)
* @method \Aws\Result associateTrunkInterface(array $args = []) (supported in versions 2016-11-15)
* @method \GuzzleHttp\Promise\Promise associateTrunkInterfaceAsync(array $args = []) (supported in versions 2016-11-15)
* @method \Aws\Result associateVpcCidrBlock(array $args = []) (supported in versions 2016-11-15)
* @method \GuzzleHttp\Promise\Promise associateVpcCidrBlockAsync(array $args = []) (supported in versions 2016-11-15)
* @method \Aws\Result authorizeClientVpnIngress(array $args = []) (supported in versions 2016-11-15)
Expand Down Expand Up @@ -712,6 +714,8 @@
* @method \GuzzleHttp\Promise\Promise describeTransitGatewayVpcAttachmentsAsync(array $args = []) (supported in versions 2016-11-15)
* @method \Aws\Result describeTransitGateways(array $args = []) (supported in versions 2016-11-15)
* @method \GuzzleHttp\Promise\Promise describeTransitGatewaysAsync(array $args = []) (supported in versions 2016-11-15)
* @method \Aws\Result describeTrunkInterfaceAssociations(array $args = []) (supported in versions 2016-11-15)
* @method \GuzzleHttp\Promise\Promise describeTrunkInterfaceAssociationsAsync(array $args = []) (supported in versions 2016-11-15)
* @method \Aws\Result describeVolumesModifications(array $args = []) (supported in versions 2016-11-15)
* @method \GuzzleHttp\Promise\Promise describeVolumesModificationsAsync(array $args = []) (supported in versions 2016-11-15)
* @method \Aws\Result describeVpcEndpointConnectionNotifications(array $args = []) (supported in versions 2016-11-15)
Expand Down Expand Up @@ -744,6 +748,8 @@
* @method \GuzzleHttp\Promise\Promise disassociateTransitGatewayMulticastDomainAsync(array $args = []) (supported in versions 2016-11-15)
* @method \Aws\Result disassociateTransitGatewayRouteTable(array $args = []) (supported in versions 2016-11-15)
* @method \GuzzleHttp\Promise\Promise disassociateTransitGatewayRouteTableAsync(array $args = []) (supported in versions 2016-11-15)
* @method \Aws\Result disassociateTrunkInterface(array $args = []) (supported in versions 2016-11-15)
* @method \GuzzleHttp\Promise\Promise disassociateTrunkInterfaceAsync(array $args = []) (supported in versions 2016-11-15)
* @method \Aws\Result disassociateVpcCidrBlock(array $args = []) (supported in versions 2016-11-15)
* @method \GuzzleHttp\Promise\Promise disassociateVpcCidrBlockAsync(array $args = []) (supported in versions 2016-11-15)
* @method \Aws\Result enableEbsEncryptionByDefault(array $args = []) (supported in versions 2016-11-15)
Expand Down
4 changes: 4 additions & 0 deletions src/Kms/KmsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@
* @method \GuzzleHttp\Promise\Promise putKeyPolicyAsync(array $args = [])
* @method \Aws\Result reEncrypt(array $args = [])
* @method \GuzzleHttp\Promise\Promise reEncryptAsync(array $args = [])
* @method \Aws\Result replicateKey(array $args = [])
* @method \GuzzleHttp\Promise\Promise replicateKeyAsync(array $args = [])
* @method \Aws\Result retireGrant(array $args = [])
* @method \GuzzleHttp\Promise\Promise retireGrantAsync(array $args = [])
* @method \Aws\Result revokeGrant(array $args = [])
Expand All @@ -96,6 +98,8 @@
* @method \GuzzleHttp\Promise\Promise updateCustomKeyStoreAsync(array $args = [])
* @method \Aws\Result updateKeyDescription(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateKeyDescriptionAsync(array $args = [])
* @method \Aws\Result updatePrimaryRegion(array $args = [])
* @method \GuzzleHttp\Promise\Promise updatePrimaryRegionAsync(array $args = [])
* @method \Aws\Result verify(array $args = [])
* @method \GuzzleHttp\Promise\Promise verifyAsync(array $args = [])
*/
Expand Down
181 changes: 179 additions & 2 deletions src/data/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,15 @@
"input":{"shape":"AssociateTransitGatewayRouteTableRequest"},
"output":{"shape":"AssociateTransitGatewayRouteTableResult"}
},
"AssociateTrunkInterface":{
"name":"AssociateTrunkInterface",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"AssociateTrunkInterfaceRequest"},
"output":{"shape":"AssociateTrunkInterfaceResult"}
},
"AssociateVpcCidrBlock":{
"name":"AssociateVpcCidrBlock",
"http":{
Expand Down Expand Up @@ -2403,6 +2412,15 @@
"input":{"shape":"DescribeTransitGatewaysRequest"},
"output":{"shape":"DescribeTransitGatewaysResult"}
},
"DescribeTrunkInterfaceAssociations":{
"name":"DescribeTrunkInterfaceAssociations",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeTrunkInterfaceAssociationsRequest"},
"output":{"shape":"DescribeTrunkInterfaceAssociationsResult"}
},
"DescribeVolumeAttribute":{
"name":"DescribeVolumeAttribute",
"http":{
Expand Down Expand Up @@ -2739,6 +2757,15 @@
"input":{"shape":"DisassociateTransitGatewayRouteTableRequest"},
"output":{"shape":"DisassociateTransitGatewayRouteTableResult"}
},
"DisassociateTrunkInterface":{
"name":"DisassociateTrunkInterface",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DisassociateTrunkInterfaceRequest"},
"output":{"shape":"DisassociateTrunkInterfaceResult"}
},
"DisassociateVpcCidrBlock":{
"name":"DisassociateVpcCidrBlock",
"http":{
Expand Down Expand Up @@ -5106,6 +5133,37 @@
}
}
},
"AssociateTrunkInterfaceRequest":{
"type":"structure",
"required":[
"BranchInterfaceId",
"TrunkInterfaceId"
],
"members":{
"BranchInterfaceId":{"shape":"NetworkInterfaceId"},
"TrunkInterfaceId":{"shape":"NetworkInterfaceId"},
"VlanId":{"shape":"Integer"},
"GreKey":{"shape":"Integer"},
"ClientToken":{
"shape":"String",
"idempotencyToken":true
},
"DryRun":{"shape":"Boolean"}
}
},
"AssociateTrunkInterfaceResult":{
"type":"structure",
"members":{
"InterfaceAssociation":{
"shape":"TrunkInterfaceAssociation",
"locationName":"interfaceAssociation"
},
"ClientToken":{
"shape":"String",
"locationName":"clientToken"
}
}
},
"AssociateVpcCidrBlockRequest":{
"type":"structure",
"required":["VpcId"],
Expand Down Expand Up @@ -13996,6 +14054,40 @@
}
}
},
"DescribeTrunkInterfaceAssociationsMaxResults":{
"type":"integer",
"max":255,
"min":5
},
"DescribeTrunkInterfaceAssociationsRequest":{
"type":"structure",
"members":{
"AssociationIds":{
"shape":"TrunkInterfaceAssociationIdList",
"locationName":"AssociationId"
},
"DryRun":{"shape":"Boolean"},
"Filters":{
"shape":"FilterList",
"locationName":"Filter"
},
"NextToken":{"shape":"String"},
"MaxResults":{"shape":"DescribeTrunkInterfaceAssociationsMaxResults"}
}
},
"DescribeTrunkInterfaceAssociationsResult":{
"type":"structure",
"members":{
"InterfaceAssociations":{
"shape":"TrunkInterfaceAssociationList",
"locationName":"interfaceAssociationSet"
},
"NextToken":{
"shape":"String",
"locationName":"nextToken"
}
}
},
"DescribeVolumeAttributeRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -15103,6 +15195,31 @@
}
}
},
"DisassociateTrunkInterfaceRequest":{
"type":"structure",
"required":["AssociationId"],
"members":{
"AssociationId":{"shape":"TrunkInterfaceAssociationId"},
"ClientToken":{
"shape":"String",
"idempotencyToken":true
},
"DryRun":{"shape":"Boolean"}
}
},
"DisassociateTrunkInterfaceResult":{
"type":"structure",
"members":{
"Return":{
"shape":"Boolean",
"locationName":"return"
},
"ClientToken":{
"shape":"String",
"locationName":"clientToken"
}
}
},
"DisassociateVpcCidrBlockRequest":{
"type":"structure",
"required":["AssociationId"],
Expand Down Expand Up @@ -20822,6 +20939,13 @@
"EIP-ASSOCIATE"
]
},
"InterfaceProtocolType":{
"type":"string",
"enum":[
"VLAN",
"GRE"
]
},
"InternetGateway":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -24437,7 +24561,11 @@
},
"NetworkInterfaceCreationType":{
"type":"string",
"enum":["efa"]
"enum":[
"efa",
"branch",
"trunk"
]
},
"NetworkInterfaceId":{"type":"string"},
"NetworkInterfaceIdList":{
Expand Down Expand Up @@ -24576,7 +24704,8 @@
"enum":[
"interface",
"natGateway",
"efa"
"efa",
"trunk"
]
},
"NetworkPerformance":{"type":"string"},
Expand Down Expand Up @@ -31934,6 +32063,54 @@
"udp"
]
},
"TrunkInterfaceAssociation":{
"type":"structure",
"members":{
"AssociationId":{
"shape":"TrunkInterfaceAssociationId",
"locationName":"associationId"
},
"BranchInterfaceId":{
"shape":"String",
"locationName":"branchInterfaceId"
},
"TrunkInterfaceId":{
"shape":"String",
"locationName":"trunkInterfaceId"
},
"InterfaceProtocol":{
"shape":"InterfaceProtocolType",
"locationName":"interfaceProtocol"
},
"VlanId":{
"shape":"Integer",
"locationName":"vlanId"
},
"GreKey":{
"shape":"Integer",
"locationName":"greKey"
},
"Tags":{
"shape":"TagList",
"locationName":"tagSet"
}
}
},
"TrunkInterfaceAssociationId":{"type":"string"},
"TrunkInterfaceAssociationIdList":{
"type":"list",
"member":{
"shape":"TrunkInterfaceAssociationId",
"locationName":"item"
}
},
"TrunkInterfaceAssociationList":{
"type":"list",
"member":{
"shape":"TrunkInterfaceAssociation",
"locationName":"item"
}
},
"TunnelInsideIpVersion":{
"type":"string",
"enum":[
Expand Down
2 changes: 1 addition & 1 deletion src/data/ec2/2016-11-15/api-2.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit 46d34c0

Please sign in to comment.