Skip to content

Commit c6ee1c2

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: Release shows new route types such as filtered and advertisement.
1 parent 119200a commit c6ee1c2

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Elastic Compute Cloud",
4+
"contributor": "",
5+
"description": "Release shows new route types such as filtered and advertisement."
6+
}

services/ec2/src/main/resources/codegen-resources/service-2.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28841,7 +28841,7 @@
2884128841
},
2884228842
"Filters":{
2884328843
"shape":"FilterList",
28844-
"documentation":"<p>The filters.</p> <ul> <li> <p> <code>vpc-endpoint-id</code> - The ID of the VPC endpoint.</p> </li> <li> <p> <code>associated-resource-accessibility</code> - The association state. When the state is <code>accessible</code>, it returns <code>AVAILABLE</code>. When the state is <code>inaccessible</code>, it returns <code>PENDING</code> or <code>FAILED</code>.</p> </li> <li> <p> <code>association-id</code> - The ID of the VPC endpoint association.</p> </li> <li> <p> <code>associated-resource-id</code> - The ID of the associated resource configuration.</p> </li> <li> <p> <code>service-network-arn</code> - The Amazon Resource Name (ARN) of the associated service network. Only VPC endpoints of type service network will be returned.</p> </li> <li> <p> <code>resource-configuration-group-arn</code> - The Amazon Resource Name (ARN) of the resource configuration of type GROUP.</p> </li> <li> <p> <code>service-network-resource-association-id</code> - The ID of the association.</p> </li> </ul>",
28844+
"documentation":"<p>The filters.</p> <ul> <li> <p> <code>vpc-endpoint-id</code> - The ID of the VPC endpoint.</p> </li> <li> <p> <code>associated-resource-accessibility</code> - The association state. When the state is <code>accessible</code>, it returns <code>AVAILABLE</code>. When the state is <code>inaccessible</code>, it returns <code>PENDING</code> or <code>FAILED</code>.</p> </li> <li> <p> <code>association-id</code> - The ID of the VPC endpoint association.</p> </li> <li> <p> <code>associated-resource-id</code> - The ID of the associated resource configuration.</p> </li> <li> <p> <code>service-network-arn</code> - The Amazon Resource Name (ARN) of the associated service network. Only VPC endpoints of type service network will be returned.</p> </li> <li> <p> <code>resource-configuration-group-arn</code> - The Amazon Resource Name (ARN) of the resource configuration of type GROUP.</p> </li> </ul>",
2884528845
"locationName":"Filter"
2884628846
},
2884728847
"MaxResults":{
@@ -49693,7 +49693,7 @@
4969349693
},
4969449694
"DefaultRouteTablePropagation":{
4969549695
"shape":"DefaultRouteTablePropagationValue",
49696-
"documentation":"<p>Enable or disable automatic propagation of routes to the default propagation route table.</p>"
49696+
"documentation":"<p>Indicates whether resource attachments automatically propagate routes to the default propagation route table. Enabled by default. If <code>defaultRouteTablePropagation</code> is set to <code>enable</code>, Amazon Web Services Transit Gateway will create the default transit gateway route table.</p>"
4969749697
},
4969849698
"PropagationDefaultRouteTableId":{
4969949699
"shape":"TransitGatewayRouteTableId",
@@ -58476,7 +58476,8 @@
5847658476
"enum":[
5847758477
"CreateRouteTable",
5847858478
"CreateRoute",
58479-
"EnableVgwRoutePropagation"
58479+
"EnableVgwRoutePropagation",
58480+
"Advertisement"
5848058481
]
5848158482
},
5848258483
"RouteServer":{
@@ -58990,7 +58991,8 @@
5899058991
"type":"string",
5899158992
"enum":[
5899258993
"active",
58993-
"blackhole"
58994+
"blackhole",
58995+
"filtered"
5899458996
]
5899558997
},
5899658998
"RouteTable":{
@@ -64935,7 +64937,7 @@
6493564937
},
6493664938
"DefaultRouteTableAssociation":{
6493764939
"shape":"DefaultRouteTableAssociationValue",
64938-
"documentation":"<p>Indicates whether resource attachments are automatically associated with the default association route table. Enabled by default. If <code>defaultRouteTableAssociation</code> is set to <code>enable</code>, Amazon Web Services Transit Gateway will create the default transit gateway route table.</p>",
64940+
"documentation":"<p>Indicates whether resource attachments are automatically associated with the default association route table. Enabled by default. Either <code>defaultRouteTableAssociation</code> or <code>defaultRouteTablePropagation</code> must be set to <code>enable</code> for Amazon Web Services Transit Gateway to create the default transit gateway route table.</p>",
6493964941
"locationName":"defaultRouteTableAssociation"
6494064942
},
6494164943
"AssociationDefaultRouteTableId":{
@@ -64945,7 +64947,7 @@
6494564947
},
6494664948
"DefaultRouteTablePropagation":{
6494764949
"shape":"DefaultRouteTablePropagationValue",
64948-
"documentation":"<p>Indicates whether resource attachments automatically propagate routes to the default propagation route table. Enabled by default. If <code>defaultRouteTablePropagation</code> is set to <code>enable</code>, Amazon Web Services Transit Gateway will create the default transit gateway route table.</p>",
64950+
"documentation":"<p>Indicates whether resource attachments automatically propagate routes to the default propagation route table. Enabled by default. If <code>defaultRouteTablePropagation</code> is set to <code>enable</code>, Amazon Web Services Transit Gateway creates the default transit gateway route table.</p>",
6494964951
"locationName":"defaultRouteTablePropagation"
6495064952
},
6495164953
"PropagationDefaultRouteTableId":{

0 commit comments

Comments
 (0)