|
726 | 726 | },
|
727 | 727 | "input":{"shape":"CreateLocalGatewayRouteRequest"},
|
728 | 728 | "output":{"shape":"CreateLocalGatewayRouteResult"},
|
729 |
| - "documentation":"<p>Creates a static route for the specified local gateway route table.</p>" |
| 729 | + "documentation":"<p>Creates a static route for the specified local gateway route table. You must specify one of the following targets: </p> <ul> <li> <p> <code>LocalGatewayVirtualInterfaceGroupId</code> </p> </li> <li> <p> <code>NetworkInterfaceId</code> </p> </li> </ul>" |
730 | 730 | },
|
731 | 731 | "CreateLocalGatewayRouteTableVpcAssociation":{
|
732 | 732 | "name":"CreateLocalGatewayRouteTableVpcAssociation",
|
|
4362 | 4362 | "output":{"shape":"ModifyLaunchTemplateResult"},
|
4363 | 4363 | "documentation":"<p>Modifies a launch template. You can specify which version of the launch template to set as the default version. When launching an instance, the default version applies when a launch template version is not specified.</p>"
|
4364 | 4364 | },
|
| 4365 | + "ModifyLocalGatewayRoute":{ |
| 4366 | + "name":"ModifyLocalGatewayRoute", |
| 4367 | + "http":{ |
| 4368 | + "method":"POST", |
| 4369 | + "requestUri":"/" |
| 4370 | + }, |
| 4371 | + "input":{"shape":"ModifyLocalGatewayRouteRequest"}, |
| 4372 | + "output":{"shape":"ModifyLocalGatewayRouteResult"}, |
| 4373 | + "documentation":"<p>Modifies the specified local gateway route.</p>" |
| 4374 | + }, |
4365 | 4375 | "ModifyManagedPrefixList":{
|
4366 | 4376 | "name":"ModifyManagedPrefixList",
|
4367 | 4377 | "http":{
|
|
5343 | 5353 | "t4",
|
5344 | 5354 | "m60",
|
5345 | 5355 | "radeon-pro-v520",
|
5346 |
| - "vu9p" |
| 5356 | + "vu9p", |
| 5357 | + "inferentia", |
| 5358 | + "k520" |
5347 | 5359 | ]
|
5348 | 5360 | },
|
5349 | 5361 | "AcceleratorNameSet":{
|
|
11625 | 11637 | "type":"structure",
|
11626 | 11638 | "required":[
|
11627 | 11639 | "DestinationCidrBlock",
|
11628 |
| - "LocalGatewayRouteTableId", |
11629 |
| - "LocalGatewayVirtualInterfaceGroupId" |
| 11640 | + "LocalGatewayRouteTableId" |
11630 | 11641 | ],
|
11631 | 11642 | "members":{
|
11632 | 11643 | "DestinationCidrBlock":{
|
|
11644 | 11655 | "DryRun":{
|
11645 | 11656 | "shape":"Boolean",
|
11646 | 11657 | "documentation":"<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>"
|
| 11658 | + }, |
| 11659 | + "NetworkInterfaceId":{ |
| 11660 | + "shape":"NetworkInterfaceId", |
| 11661 | + "documentation":"<p>The ID of the network interface.</p>" |
11647 | 11662 | }
|
11648 | 11663 | }
|
11649 | 11664 | },
|
|
34889 | 34904 | "shape":"String",
|
34890 | 34905 | "documentation":"<p>The ID of the Amazon Web Services account that owns the local gateway route.</p>",
|
34891 | 34906 | "locationName":"ownerId"
|
| 34907 | + }, |
| 34908 | + "SubnetId":{ |
| 34909 | + "shape":"SubnetId", |
| 34910 | + "documentation":"<p>The ID of the subnet.</p>", |
| 34911 | + "locationName":"subnetId" |
| 34912 | + }, |
| 34913 | + "CoipPoolId":{ |
| 34914 | + "shape":"CoipPoolId", |
| 34915 | + "documentation":"<p>The ID of the customer-owned address pool.</p>", |
| 34916 | + "locationName":"coipPoolId" |
| 34917 | + }, |
| 34918 | + "NetworkInterfaceId":{ |
| 34919 | + "shape":"NetworkInterfaceId", |
| 34920 | + "documentation":"<p>The ID of the network interface.</p>", |
| 34921 | + "locationName":"networkInterfaceId" |
34892 | 34922 | }
|
34893 | 34923 | },
|
34894 | 34924 | "documentation":"<p>Describes a route for a local gateway route table.</p>"
|
|
34947 | 34977 | "shape":"TagList",
|
34948 | 34978 | "documentation":"<p>The tags assigned to the local gateway route table.</p>",
|
34949 | 34979 | "locationName":"tagSet"
|
| 34980 | + }, |
| 34981 | + "Mode":{ |
| 34982 | + "shape":"LocalGatewayRouteTableMode", |
| 34983 | + "documentation":"<p>The mode of the local gateway route table.</p>", |
| 34984 | + "locationName":"mode" |
34950 | 34985 | }
|
34951 | 34986 | },
|
34952 | 34987 | "documentation":"<p>Describes a local gateway route table.</p>"
|
|
34958 | 34993 | "locationName":"item"
|
34959 | 34994 | }
|
34960 | 34995 | },
|
| 34996 | + "LocalGatewayRouteTableMode":{ |
| 34997 | + "type":"string", |
| 34998 | + "enum":[ |
| 34999 | + "direct-vpc-routing", |
| 35000 | + "coip" |
| 35001 | + ] |
| 35002 | + }, |
34961 | 35003 | "LocalGatewayRouteTableSet":{
|
34962 | 35004 | "type":"list",
|
34963 | 35005 | "member":{
|
|
36496 | 36538 | }
|
36497 | 36539 | }
|
36498 | 36540 | },
|
| 36541 | + "ModifyLocalGatewayRouteRequest":{ |
| 36542 | + "type":"structure", |
| 36543 | + "required":[ |
| 36544 | + "DestinationCidrBlock", |
| 36545 | + "LocalGatewayRouteTableId", |
| 36546 | + "NetworkInterfaceId" |
| 36547 | + ], |
| 36548 | + "members":{ |
| 36549 | + "DestinationCidrBlock":{ |
| 36550 | + "shape":"String", |
| 36551 | + "documentation":"<p>The CIDR block used for destination matches. The value that you provide must match the CIDR of an existing route in the table.</p>" |
| 36552 | + }, |
| 36553 | + "LocalGatewayRouteTableId":{ |
| 36554 | + "shape":"LocalGatewayRoutetableId", |
| 36555 | + "documentation":"<p>The ID of the local gateway route table.</p>" |
| 36556 | + }, |
| 36557 | + "NetworkInterfaceId":{ |
| 36558 | + "shape":"NetworkInterfaceId", |
| 36559 | + "documentation":"<p>The ID of the network interface.</p>" |
| 36560 | + }, |
| 36561 | + "DryRun":{ |
| 36562 | + "shape":"Boolean", |
| 36563 | + "documentation":"<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>" |
| 36564 | + } |
| 36565 | + } |
| 36566 | + }, |
| 36567 | + "ModifyLocalGatewayRouteResult":{ |
| 36568 | + "type":"structure", |
| 36569 | + "members":{ |
| 36570 | + "Route":{ |
| 36571 | + "shape":"LocalGatewayRoute", |
| 36572 | + "locationName":"route" |
| 36573 | + } |
| 36574 | + } |
| 36575 | + }, |
36499 | 36576 | "ModifyManagedPrefixListRequest":{
|
36500 | 36577 | "type":"structure",
|
36501 | 36578 | "required":["PrefixListId"],
|
|
0 commit comments