Skip to content

Commit

Permalink
Amazon Elastic Compute Cloud Update: This release enables customers t…
Browse files Browse the repository at this point in the history
…o use VPC prefix lists in their transit gateway route tables, and it adds support for Provisioned IOPS SSD (io2) EBS volumes.
  • Loading branch information
AWS committed Aug 24, 2020
1 parent ac9b09f commit 45d83db
Show file tree
Hide file tree
Showing 3 changed files with 391 additions and 35 deletions.
@@ -0,0 +1,5 @@
{
"type": "feature",
"category": "Amazon Elastic Compute Cloud",
"description": "This release enables customers to use VPC prefix lists in their transit gateway route tables, and it adds support for Provisioned IOPS SSD (io2) EBS volumes."
}
Expand Up @@ -560,6 +560,12 @@
"output_token": "NextToken",
"result_key": "MulticastDomainAssociations"
},
"GetTransitGatewayPrefixListReferences": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "TransitGatewayPrefixListReferences"
},
"GetTransitGatewayRouteTableAssociations": {
"input_token": "NextToken",
"limit_key": "MaxResults",
Expand Down

0 comments on commit 45d83db

Please sign in to comment.