|
485 | 485 | "input":{"shape":"CreateClientVpnRouteRequest"},
|
486 | 486 | "output":{"shape":"CreateClientVpnRouteResult"}
|
487 | 487 | },
|
| 488 | + "CreateCoipCidr":{ |
| 489 | + "name":"CreateCoipCidr", |
| 490 | + "http":{ |
| 491 | + "method":"POST", |
| 492 | + "requestUri":"/" |
| 493 | + }, |
| 494 | + "input":{"shape":"CreateCoipCidrRequest"}, |
| 495 | + "output":{"shape":"CreateCoipCidrResult"} |
| 496 | + }, |
| 497 | + "CreateCoipPool":{ |
| 498 | + "name":"CreateCoipPool", |
| 499 | + "http":{ |
| 500 | + "method":"POST", |
| 501 | + "requestUri":"/" |
| 502 | + }, |
| 503 | + "input":{"shape":"CreateCoipPoolRequest"}, |
| 504 | + "output":{"shape":"CreateCoipPoolResult"} |
| 505 | + }, |
488 | 506 | "CreateCustomerGateway":{
|
489 | 507 | "name":"CreateCustomerGateway",
|
490 | 508 | "http":{
|
|
656 | 674 | "input":{"shape":"CreateLocalGatewayRouteRequest"},
|
657 | 675 | "output":{"shape":"CreateLocalGatewayRouteResult"}
|
658 | 676 | },
|
| 677 | + "CreateLocalGatewayRouteTable":{ |
| 678 | + "name":"CreateLocalGatewayRouteTable", |
| 679 | + "http":{ |
| 680 | + "method":"POST", |
| 681 | + "requestUri":"/" |
| 682 | + }, |
| 683 | + "input":{"shape":"CreateLocalGatewayRouteTableRequest"}, |
| 684 | + "output":{"shape":"CreateLocalGatewayRouteTableResult"} |
| 685 | + }, |
| 686 | + "CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociation":{ |
| 687 | + "name":"CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociation", |
| 688 | + "http":{ |
| 689 | + "method":"POST", |
| 690 | + "requestUri":"/" |
| 691 | + }, |
| 692 | + "input":{"shape":"CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest"}, |
| 693 | + "output":{"shape":"CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult"} |
| 694 | + }, |
659 | 695 | "CreateLocalGatewayRouteTableVpcAssociation":{
|
660 | 696 | "name":"CreateLocalGatewayRouteTableVpcAssociation",
|
661 | 697 | "http":{
|
|
1112 | 1148 | "input":{"shape":"DeleteClientVpnRouteRequest"},
|
1113 | 1149 | "output":{"shape":"DeleteClientVpnRouteResult"}
|
1114 | 1150 | },
|
| 1151 | + "DeleteCoipCidr":{ |
| 1152 | + "name":"DeleteCoipCidr", |
| 1153 | + "http":{ |
| 1154 | + "method":"POST", |
| 1155 | + "requestUri":"/" |
| 1156 | + }, |
| 1157 | + "input":{"shape":"DeleteCoipCidrRequest"}, |
| 1158 | + "output":{"shape":"DeleteCoipCidrResult"} |
| 1159 | + }, |
| 1160 | + "DeleteCoipPool":{ |
| 1161 | + "name":"DeleteCoipPool", |
| 1162 | + "http":{ |
| 1163 | + "method":"POST", |
| 1164 | + "requestUri":"/" |
| 1165 | + }, |
| 1166 | + "input":{"shape":"DeleteCoipPoolRequest"}, |
| 1167 | + "output":{"shape":"DeleteCoipPoolResult"} |
| 1168 | + }, |
1115 | 1169 | "DeleteCustomerGateway":{
|
1116 | 1170 | "name":"DeleteCustomerGateway",
|
1117 | 1171 | "http":{
|
|
1243 | 1297 | "input":{"shape":"DeleteLocalGatewayRouteRequest"},
|
1244 | 1298 | "output":{"shape":"DeleteLocalGatewayRouteResult"}
|
1245 | 1299 | },
|
| 1300 | + "DeleteLocalGatewayRouteTable":{ |
| 1301 | + "name":"DeleteLocalGatewayRouteTable", |
| 1302 | + "http":{ |
| 1303 | + "method":"POST", |
| 1304 | + "requestUri":"/" |
| 1305 | + }, |
| 1306 | + "input":{"shape":"DeleteLocalGatewayRouteTableRequest"}, |
| 1307 | + "output":{"shape":"DeleteLocalGatewayRouteTableResult"} |
| 1308 | + }, |
| 1309 | + "DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation":{ |
| 1310 | + "name":"DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation", |
| 1311 | + "http":{ |
| 1312 | + "method":"POST", |
| 1313 | + "requestUri":"/" |
| 1314 | + }, |
| 1315 | + "input":{"shape":"DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest"}, |
| 1316 | + "output":{"shape":"DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult"} |
| 1317 | + }, |
1246 | 1318 | "DeleteLocalGatewayRouteTableVpcAssociation":{
|
1247 | 1319 | "name":"DeleteLocalGatewayRouteTableVpcAssociation",
|
1248 | 1320 | "http":{
|
|
8383 | 8455 | "locationName":"item"
|
8384 | 8456 | }
|
8385 | 8457 | },
|
| 8458 | + "CoipCidr":{ |
| 8459 | + "type":"structure", |
| 8460 | + "members":{ |
| 8461 | + "Cidr":{ |
| 8462 | + "shape":"String", |
| 8463 | + "locationName":"cidr" |
| 8464 | + }, |
| 8465 | + "CoipPoolId":{ |
| 8466 | + "shape":"Ipv4PoolCoipId", |
| 8467 | + "locationName":"coipPoolId" |
| 8468 | + }, |
| 8469 | + "LocalGatewayRouteTableId":{ |
| 8470 | + "shape":"String", |
| 8471 | + "locationName":"localGatewayRouteTableId" |
| 8472 | + } |
| 8473 | + } |
| 8474 | + }, |
8386 | 8475 | "CoipPool":{
|
8387 | 8476 | "type":"structure",
|
8388 | 8477 | "members":{
|
|
8973 | 9062 | }
|
8974 | 9063 | }
|
8975 | 9064 | },
|
| 9065 | + "CreateCoipCidrRequest":{ |
| 9066 | + "type":"structure", |
| 9067 | + "required":[ |
| 9068 | + "Cidr", |
| 9069 | + "CoipPoolId" |
| 9070 | + ], |
| 9071 | + "members":{ |
| 9072 | + "Cidr":{"shape":"String"}, |
| 9073 | + "CoipPoolId":{"shape":"Ipv4PoolCoipId"}, |
| 9074 | + "DryRun":{"shape":"Boolean"} |
| 9075 | + } |
| 9076 | + }, |
| 9077 | + "CreateCoipCidrResult":{ |
| 9078 | + "type":"structure", |
| 9079 | + "members":{ |
| 9080 | + "CoipCidr":{ |
| 9081 | + "shape":"CoipCidr", |
| 9082 | + "locationName":"coipCidr" |
| 9083 | + } |
| 9084 | + } |
| 9085 | + }, |
| 9086 | + "CreateCoipPoolRequest":{ |
| 9087 | + "type":"structure", |
| 9088 | + "required":["LocalGatewayRouteTableId"], |
| 9089 | + "members":{ |
| 9090 | + "LocalGatewayRouteTableId":{"shape":"LocalGatewayRoutetableId"}, |
| 9091 | + "TagSpecifications":{ |
| 9092 | + "shape":"TagSpecificationList", |
| 9093 | + "locationName":"TagSpecification" |
| 9094 | + }, |
| 9095 | + "DryRun":{"shape":"Boolean"} |
| 9096 | + } |
| 9097 | + }, |
| 9098 | + "CreateCoipPoolResult":{ |
| 9099 | + "type":"structure", |
| 9100 | + "members":{ |
| 9101 | + "CoipPool":{ |
| 9102 | + "shape":"CoipPool", |
| 9103 | + "locationName":"coipPool" |
| 9104 | + } |
| 9105 | + } |
| 9106 | + }, |
8976 | 9107 | "CreateCustomerGatewayRequest":{
|
8977 | 9108 | "type":"structure",
|
8978 | 9109 | "required":[
|
|
9594 | 9725 | }
|
9595 | 9726 | }
|
9596 | 9727 | },
|
| 9728 | + "CreateLocalGatewayRouteTableRequest":{ |
| 9729 | + "type":"structure", |
| 9730 | + "required":["LocalGatewayId"], |
| 9731 | + "members":{ |
| 9732 | + "LocalGatewayId":{"shape":"LocalGatewayId"}, |
| 9733 | + "Mode":{"shape":"LocalGatewayRouteTableMode"}, |
| 9734 | + "TagSpecifications":{ |
| 9735 | + "shape":"TagSpecificationList", |
| 9736 | + "locationName":"TagSpecification" |
| 9737 | + }, |
| 9738 | + "DryRun":{"shape":"Boolean"} |
| 9739 | + } |
| 9740 | + }, |
| 9741 | + "CreateLocalGatewayRouteTableResult":{ |
| 9742 | + "type":"structure", |
| 9743 | + "members":{ |
| 9744 | + "LocalGatewayRouteTable":{ |
| 9745 | + "shape":"LocalGatewayRouteTable", |
| 9746 | + "locationName":"localGatewayRouteTable" |
| 9747 | + } |
| 9748 | + } |
| 9749 | + }, |
| 9750 | + "CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest":{ |
| 9751 | + "type":"structure", |
| 9752 | + "required":[ |
| 9753 | + "LocalGatewayRouteTableId", |
| 9754 | + "LocalGatewayVirtualInterfaceGroupId" |
| 9755 | + ], |
| 9756 | + "members":{ |
| 9757 | + "LocalGatewayRouteTableId":{"shape":"LocalGatewayRoutetableId"}, |
| 9758 | + "LocalGatewayVirtualInterfaceGroupId":{"shape":"LocalGatewayVirtualInterfaceGroupId"}, |
| 9759 | + "TagSpecifications":{ |
| 9760 | + "shape":"TagSpecificationList", |
| 9761 | + "locationName":"TagSpecification" |
| 9762 | + }, |
| 9763 | + "DryRun":{"shape":"Boolean"} |
| 9764 | + } |
| 9765 | + }, |
| 9766 | + "CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult":{ |
| 9767 | + "type":"structure", |
| 9768 | + "members":{ |
| 9769 | + "LocalGatewayRouteTableVirtualInterfaceGroupAssociation":{ |
| 9770 | + "shape":"LocalGatewayRouteTableVirtualInterfaceGroupAssociation", |
| 9771 | + "locationName":"localGatewayRouteTableVirtualInterfaceGroupAssociation" |
| 9772 | + } |
| 9773 | + } |
| 9774 | + }, |
9597 | 9775 | "CreateLocalGatewayRouteTableVpcAssociationRequest":{
|
9598 | 9776 | "type":"structure",
|
9599 | 9777 | "required":[
|
|
11289 | 11467 | }
|
11290 | 11468 | }
|
11291 | 11469 | },
|
| 11470 | + "DeleteCoipCidrRequest":{ |
| 11471 | + "type":"structure", |
| 11472 | + "required":[ |
| 11473 | + "Cidr", |
| 11474 | + "CoipPoolId" |
| 11475 | + ], |
| 11476 | + "members":{ |
| 11477 | + "Cidr":{"shape":"String"}, |
| 11478 | + "CoipPoolId":{"shape":"Ipv4PoolCoipId"}, |
| 11479 | + "DryRun":{"shape":"Boolean"} |
| 11480 | + } |
| 11481 | + }, |
| 11482 | + "DeleteCoipCidrResult":{ |
| 11483 | + "type":"structure", |
| 11484 | + "members":{ |
| 11485 | + "CoipCidr":{ |
| 11486 | + "shape":"CoipCidr", |
| 11487 | + "locationName":"coipCidr" |
| 11488 | + } |
| 11489 | + } |
| 11490 | + }, |
| 11491 | + "DeleteCoipPoolRequest":{ |
| 11492 | + "type":"structure", |
| 11493 | + "required":["CoipPoolId"], |
| 11494 | + "members":{ |
| 11495 | + "CoipPoolId":{"shape":"Ipv4PoolCoipId"}, |
| 11496 | + "DryRun":{"shape":"Boolean"} |
| 11497 | + } |
| 11498 | + }, |
| 11499 | + "DeleteCoipPoolResult":{ |
| 11500 | + "type":"structure", |
| 11501 | + "members":{ |
| 11502 | + "CoipPool":{ |
| 11503 | + "shape":"CoipPool", |
| 11504 | + "locationName":"coipPool" |
| 11505 | + } |
| 11506 | + } |
| 11507 | + }, |
11292 | 11508 | "DeleteCustomerGatewayRequest":{
|
11293 | 11509 | "type":"structure",
|
11294 | 11510 | "required":["CustomerGatewayId"],
|
|
11670 | 11886 | }
|
11671 | 11887 | }
|
11672 | 11888 | },
|
| 11889 | + "DeleteLocalGatewayRouteTableRequest":{ |
| 11890 | + "type":"structure", |
| 11891 | + "required":["LocalGatewayRouteTableId"], |
| 11892 | + "members":{ |
| 11893 | + "LocalGatewayRouteTableId":{"shape":"LocalGatewayRoutetableId"}, |
| 11894 | + "DryRun":{"shape":"Boolean"} |
| 11895 | + } |
| 11896 | + }, |
| 11897 | + "DeleteLocalGatewayRouteTableResult":{ |
| 11898 | + "type":"structure", |
| 11899 | + "members":{ |
| 11900 | + "LocalGatewayRouteTable":{ |
| 11901 | + "shape":"LocalGatewayRouteTable", |
| 11902 | + "locationName":"localGatewayRouteTable" |
| 11903 | + } |
| 11904 | + } |
| 11905 | + }, |
| 11906 | + "DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest":{ |
| 11907 | + "type":"structure", |
| 11908 | + "required":["LocalGatewayRouteTableVirtualInterfaceGroupAssociationId"], |
| 11909 | + "members":{ |
| 11910 | + "LocalGatewayRouteTableVirtualInterfaceGroupAssociationId":{"shape":"LocalGatewayRouteTableVirtualInterfaceGroupAssociationId"}, |
| 11911 | + "DryRun":{"shape":"Boolean"} |
| 11912 | + } |
| 11913 | + }, |
| 11914 | + "DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult":{ |
| 11915 | + "type":"structure", |
| 11916 | + "members":{ |
| 11917 | + "LocalGatewayRouteTableVirtualInterfaceGroupAssociation":{ |
| 11918 | + "shape":"LocalGatewayRouteTableVirtualInterfaceGroupAssociation", |
| 11919 | + "locationName":"localGatewayRouteTableVirtualInterfaceGroupAssociation" |
| 11920 | + } |
| 11921 | + } |
| 11922 | + }, |
11673 | 11923 | "DeleteLocalGatewayRouteTableVpcAssociationRequest":{
|
11674 | 11924 | "type":"structure",
|
11675 | 11925 | "required":["LocalGatewayRouteTableVpcAssociationId"],
|
|
27230 | 27480 | "Mode":{
|
27231 | 27481 | "shape":"LocalGatewayRouteTableMode",
|
27232 | 27482 | "locationName":"mode"
|
| 27483 | + }, |
| 27484 | + "StateReason":{ |
| 27485 | + "shape":"StateReason", |
| 27486 | + "locationName":"stateReason" |
27233 | 27487 | }
|
27234 | 27488 | }
|
27235 | 27489 | },
|
@@ -28319,12 +28573,12 @@
|
28319 | 28573 | "type":"structure",
|
28320 | 28574 | "required":[
|
28321 | 28575 | "DestinationCidrBlock",
|
28322 |
| - "LocalGatewayRouteTableId", |
28323 |
| - "NetworkInterfaceId" |
| 28576 | + "LocalGatewayRouteTableId" |
28324 | 28577 | ],
|
28325 | 28578 | "members":{
|
28326 | 28579 | "DestinationCidrBlock":{"shape":"String"},
|
28327 | 28580 | "LocalGatewayRouteTableId":{"shape":"LocalGatewayRoutetableId"},
|
| 28581 | + "LocalGatewayVirtualInterfaceGroupId":{"shape":"LocalGatewayVirtualInterfaceGroupId"}, |
28328 | 28582 | "NetworkInterfaceId":{"shape":"NetworkInterfaceId"},
|
28329 | 28583 | "DryRun":{"shape":"Boolean"}
|
28330 | 28584 | }
|
|
33392 | 33646 | "client-vpn-endpoint",
|
33393 | 33647 | "customer-gateway",
|
33394 | 33648 | "carrier-gateway",
|
| 33649 | + "coip-pool", |
33395 | 33650 | "dedicated-host",
|
33396 | 33651 | "dhcp-options",
|
33397 | 33652 | "egress-only-internet-gateway",
|
|
0 commit comments