|
384 | 384 | "input":{"shape":"CreateCapacityReservationRequest"},
|
385 | 385 | "output":{"shape":"CreateCapacityReservationResult"}
|
386 | 386 | },
|
| 387 | + "CreateCarrierGateway":{ |
| 388 | + "name":"CreateCarrierGateway", |
| 389 | + "http":{ |
| 390 | + "method":"POST", |
| 391 | + "requestUri":"/" |
| 392 | + }, |
| 393 | + "input":{"shape":"CreateCarrierGatewayRequest"}, |
| 394 | + "output":{"shape":"CreateCarrierGatewayResult"} |
| 395 | + }, |
387 | 396 | "CreateClientVpnEndpoint":{
|
388 | 397 | "name":"CreateClientVpnEndpoint",
|
389 | 398 | "http":{
|
|
858 | 867 | "input":{"shape":"CreateVpnGatewayRequest"},
|
859 | 868 | "output":{"shape":"CreateVpnGatewayResult"}
|
860 | 869 | },
|
| 870 | + "DeleteCarrierGateway":{ |
| 871 | + "name":"DeleteCarrierGateway", |
| 872 | + "http":{ |
| 873 | + "method":"POST", |
| 874 | + "requestUri":"/" |
| 875 | + }, |
| 876 | + "input":{"shape":"DeleteCarrierGatewayRequest"}, |
| 877 | + "output":{"shape":"DeleteCarrierGatewayResult"} |
| 878 | + }, |
861 | 879 | "DeleteClientVpnEndpoint":{
|
862 | 880 | "name":"DeleteClientVpnEndpoint",
|
863 | 881 | "http":{
|
|
1377 | 1395 | "input":{"shape":"DescribeCapacityReservationsRequest"},
|
1378 | 1396 | "output":{"shape":"DescribeCapacityReservationsResult"}
|
1379 | 1397 | },
|
| 1398 | + "DescribeCarrierGateways":{ |
| 1399 | + "name":"DescribeCarrierGateways", |
| 1400 | + "http":{ |
| 1401 | + "method":"POST", |
| 1402 | + "requestUri":"/" |
| 1403 | + }, |
| 1404 | + "input":{"shape":"DescribeCarrierGatewaysRequest"}, |
| 1405 | + "output":{"shape":"DescribeCarrierGatewaysResult"} |
| 1406 | + }, |
1380 | 1407 | "DescribeClassicLinkInstances":{
|
1381 | 1408 | "name":"DescribeClassicLinkInstances",
|
1382 | 1409 | "http":{
|
|
3912 | 3939 | "CustomerOwnedIpv4Pool":{
|
3913 | 3940 | "shape":"String",
|
3914 | 3941 | "locationName":"customerOwnedIpv4Pool"
|
| 3942 | + }, |
| 3943 | + "CarrierIp":{ |
| 3944 | + "shape":"String", |
| 3945 | + "locationName":"carrierIp" |
3915 | 3946 | }
|
3916 | 3947 | }
|
3917 | 3948 | },
|
|
3990 | 4021 | "CustomerOwnedIpv4Pool":{
|
3991 | 4022 | "shape":"String",
|
3992 | 4023 | "locationName":"customerOwnedIpv4Pool"
|
| 4024 | + }, |
| 4025 | + "CarrierIp":{ |
| 4026 | + "shape":"String", |
| 4027 | + "locationName":"carrierIp" |
3993 | 4028 | }
|
3994 | 4029 | }
|
3995 | 4030 | },
|
|
5605 | 5640 | "dedicated"
|
5606 | 5641 | ]
|
5607 | 5642 | },
|
| 5643 | + "CarrierGateway":{ |
| 5644 | + "type":"structure", |
| 5645 | + "members":{ |
| 5646 | + "CarrierGatewayId":{ |
| 5647 | + "shape":"CarrierGatewayId", |
| 5648 | + "locationName":"carrierGatewayId" |
| 5649 | + }, |
| 5650 | + "VpcId":{ |
| 5651 | + "shape":"VpcId", |
| 5652 | + "locationName":"vpcId" |
| 5653 | + }, |
| 5654 | + "State":{ |
| 5655 | + "shape":"CarrierGatewayState", |
| 5656 | + "locationName":"state" |
| 5657 | + }, |
| 5658 | + "OwnerId":{ |
| 5659 | + "shape":"String", |
| 5660 | + "locationName":"ownerId" |
| 5661 | + }, |
| 5662 | + "Tags":{ |
| 5663 | + "shape":"TagList", |
| 5664 | + "locationName":"tagSet" |
| 5665 | + } |
| 5666 | + } |
| 5667 | + }, |
| 5668 | + "CarrierGatewayId":{"type":"string"}, |
| 5669 | + "CarrierGatewayIdSet":{ |
| 5670 | + "type":"list", |
| 5671 | + "member":{"shape":"CarrierGatewayId"} |
| 5672 | + }, |
| 5673 | + "CarrierGatewayMaxResults":{ |
| 5674 | + "type":"integer", |
| 5675 | + "max":1000, |
| 5676 | + "min":5 |
| 5677 | + }, |
| 5678 | + "CarrierGatewaySet":{ |
| 5679 | + "type":"list", |
| 5680 | + "member":{ |
| 5681 | + "shape":"CarrierGateway", |
| 5682 | + "locationName":"item" |
| 5683 | + } |
| 5684 | + }, |
| 5685 | + "CarrierGatewayState":{ |
| 5686 | + "type":"string", |
| 5687 | + "enum":[ |
| 5688 | + "pending", |
| 5689 | + "available", |
| 5690 | + "deleting", |
| 5691 | + "deleted" |
| 5692 | + ] |
| 5693 | + }, |
5608 | 5694 | "CertificateAuthentication":{
|
5609 | 5695 | "type":"structure",
|
5610 | 5696 | "members":{
|
|
6495 | 6581 | }
|
6496 | 6582 | }
|
6497 | 6583 | },
|
| 6584 | + "CreateCarrierGatewayRequest":{ |
| 6585 | + "type":"structure", |
| 6586 | + "required":["VpcId"], |
| 6587 | + "members":{ |
| 6588 | + "VpcId":{"shape":"VpcId"}, |
| 6589 | + "TagSpecifications":{ |
| 6590 | + "shape":"TagSpecificationList", |
| 6591 | + "locationName":"TagSpecification" |
| 6592 | + }, |
| 6593 | + "DryRun":{"shape":"Boolean"}, |
| 6594 | + "ClientToken":{ |
| 6595 | + "shape":"String", |
| 6596 | + "idempotencyToken":true |
| 6597 | + } |
| 6598 | + } |
| 6599 | + }, |
| 6600 | + "CreateCarrierGatewayResult":{ |
| 6601 | + "type":"structure", |
| 6602 | + "members":{ |
| 6603 | + "CarrierGateway":{ |
| 6604 | + "shape":"CarrierGateway", |
| 6605 | + "locationName":"carrierGateway" |
| 6606 | + } |
| 6607 | + } |
| 6608 | + }, |
6498 | 6609 | "CreateClientVpnEndpointRequest":{
|
6499 | 6610 | "type":"structure",
|
6500 | 6611 | "required":[
|
|
7419 | 7530 | },
|
7420 | 7531 | "TransitGatewayId":{"shape":"TransitGatewayId"},
|
7421 | 7532 | "LocalGatewayId":{"shape":"LocalGatewayId"},
|
| 7533 | + "CarrierGatewayId":{"shape":"CarrierGatewayId"}, |
7422 | 7534 | "NetworkInterfaceId":{
|
7423 | 7535 | "shape":"NetworkInterfaceId",
|
7424 | 7536 | "locationName":"networkInterfaceId"
|
|
8320 | 8432 | ]
|
8321 | 8433 | },
|
8322 | 8434 | "DefaultingDhcpOptionsId":{"type":"string"},
|
| 8435 | + "DeleteCarrierGatewayRequest":{ |
| 8436 | + "type":"structure", |
| 8437 | + "required":["CarrierGatewayId"], |
| 8438 | + "members":{ |
| 8439 | + "CarrierGatewayId":{"shape":"CarrierGatewayId"}, |
| 8440 | + "DryRun":{"shape":"Boolean"} |
| 8441 | + } |
| 8442 | + }, |
| 8443 | + "DeleteCarrierGatewayResult":{ |
| 8444 | + "type":"structure", |
| 8445 | + "members":{ |
| 8446 | + "CarrierGateway":{ |
| 8447 | + "shape":"CarrierGateway", |
| 8448 | + "locationName":"carrierGateway" |
| 8449 | + } |
| 8450 | + } |
| 8451 | + }, |
8323 | 8452 | "DeleteClientVpnEndpointRequest":{
|
8324 | 8453 | "type":"structure",
|
8325 | 8454 | "required":["ClientVpnEndpointId"],
|
|
9549 | 9678 | }
|
9550 | 9679 | }
|
9551 | 9680 | },
|
| 9681 | + "DescribeCarrierGatewaysRequest":{ |
| 9682 | + "type":"structure", |
| 9683 | + "members":{ |
| 9684 | + "CarrierGatewayIds":{ |
| 9685 | + "shape":"CarrierGatewayIdSet", |
| 9686 | + "locationName":"CarrierGatewayId" |
| 9687 | + }, |
| 9688 | + "Filters":{ |
| 9689 | + "shape":"FilterList", |
| 9690 | + "locationName":"Filter" |
| 9691 | + }, |
| 9692 | + "MaxResults":{"shape":"CarrierGatewayMaxResults"}, |
| 9693 | + "NextToken":{"shape":"String"}, |
| 9694 | + "DryRun":{"shape":"Boolean"} |
| 9695 | + } |
| 9696 | + }, |
| 9697 | + "DescribeCarrierGatewaysResult":{ |
| 9698 | + "type":"structure", |
| 9699 | + "members":{ |
| 9700 | + "CarrierGateways":{ |
| 9701 | + "shape":"CarrierGatewaySet", |
| 9702 | + "locationName":"carrierGatewaySet" |
| 9703 | + }, |
| 9704 | + "NextToken":{ |
| 9705 | + "shape":"String", |
| 9706 | + "locationName":"nextToken" |
| 9707 | + } |
| 9708 | + } |
| 9709 | + }, |
9552 | 9710 | "DescribeClassicLinkInstancesMaxResults":{
|
9553 | 9711 | "type":"integer",
|
9554 | 9712 | "max":1000,
|
|
17892 | 18050 | "InstanceNetworkInterfaceAssociation":{
|
17893 | 18051 | "type":"structure",
|
17894 | 18052 | "members":{
|
| 18053 | + "CarrierIp":{ |
| 18054 | + "shape":"String", |
| 18055 | + "locationName":"carrierIp" |
| 18056 | + }, |
17895 | 18057 | "IpOwnerId":{
|
17896 | 18058 | "shape":"String",
|
17897 | 18059 | "locationName":"ipOwnerId"
|
|
17991 | 18153 | "shape":"String",
|
17992 | 18154 | "locationName":"subnetId"
|
17993 | 18155 | },
|
| 18156 | + "AssociateCarrierIpAddress":{"shape":"Boolean"}, |
17994 | 18157 | "InterfaceType":{"shape":"String"}
|
17995 | 18158 | }
|
17996 | 18159 | },
|
|
19518 | 19681 | "LaunchTemplateInstanceNetworkInterfaceSpecification":{
|
19519 | 19682 | "type":"structure",
|
19520 | 19683 | "members":{
|
| 19684 | + "AssociateCarrierIpAddress":{ |
| 19685 | + "shape":"Boolean", |
| 19686 | + "locationName":"associateCarrierIpAddress" |
| 19687 | + }, |
19521 | 19688 | "AssociatePublicIpAddress":{
|
19522 | 19689 | "shape":"Boolean",
|
19523 | 19690 | "locationName":"associatePublicIpAddress"
|
|
19582 | 19749 | "LaunchTemplateInstanceNetworkInterfaceSpecificationRequest":{
|
19583 | 19750 | "type":"structure",
|
19584 | 19751 | "members":{
|
| 19752 | + "AssociateCarrierIpAddress":{"shape":"Boolean"}, |
19585 | 19753 | "AssociatePublicIpAddress":{"shape":"Boolean"},
|
19586 | 19754 | "DeleteOnTermination":{"shape":"Boolean"},
|
19587 | 19755 | "Description":{"shape":"String"},
|
|
21895 | 22063 | "PublicIp":{
|
21896 | 22064 | "shape":"String",
|
21897 | 22065 | "locationName":"publicIp"
|
| 22066 | + }, |
| 22067 | + "CarrierIp":{ |
| 22068 | + "shape":"String", |
| 22069 | + "locationName":"carrierIp" |
21898 | 22070 | }
|
21899 | 22071 | }
|
21900 | 22072 | },
|
|
23762 | 23934 | },
|
23763 | 23935 | "TransitGatewayId":{"shape":"TransitGatewayId"},
|
23764 | 23936 | "LocalGatewayId":{"shape":"LocalGatewayId"},
|
| 23937 | + "CarrierGatewayId":{"shape":"CarrierGatewayId"}, |
23765 | 23938 | "NetworkInterfaceId":{
|
23766 | 23939 | "shape":"NetworkInterfaceId",
|
23767 | 23940 | "locationName":"networkInterfaceId"
|
|
25092 | 25265 | "shape":"String",
|
25093 | 25266 | "locationName":"localGatewayId"
|
25094 | 25267 | },
|
| 25268 | + "CarrierGatewayId":{ |
| 25269 | + "shape":"CarrierGatewayId", |
| 25270 | + "locationName":"carrierGatewayId" |
| 25271 | + }, |
25095 | 25272 | "NetworkInterfaceId":{
|
25096 | 25273 | "shape":"String",
|
25097 | 25274 | "locationName":"networkInterfaceId"
|
|
0 commit comments