aws-sdk-core 2.11.408 → 2.11.409

Sign up to get free protection for your applications and to get access to all the features.
Files changed (48) hide show
  1. checksums.yaml +4 -4
  2. data/apis/codeguru-reviewer/2019-09-19/api-2.json +351 -0
  3. data/apis/codeguru-reviewer/2019-09-19/examples-1.json +5 -0
  4. data/apis/codeguru-reviewer/2019-09-19/paginators-1.json +10 -0
  5. data/apis/codeguruprofiler/2019-07-18/api-2.json +645 -0
  6. data/apis/codeguruprofiler/2019-07-18/examples-1.json +5 -0
  7. data/apis/codeguruprofiler/2019-07-18/paginators-1.json +14 -0
  8. data/apis/compute-optimizer/2019-11-01/api-2.json +571 -0
  9. data/apis/compute-optimizer/2019-11-01/examples-1.json +5 -0
  10. data/apis/compute-optimizer/2019-11-01/paginators-1.json +4 -0
  11. data/apis/ec2/2016-11-15/api-2.json +1915 -119
  12. data/apis/ecs/2014-11-13/api-2.json +224 -4
  13. data/apis/ecs/2014-11-13/paginators-1.json +6 -0
  14. data/apis/eks/2017-11-01/api-2.json +218 -0
  15. data/apis/eks/2017-11-01/paginators-1.json +6 -0
  16. data/apis/es/2015-01-01/api-2.json +13 -1
  17. data/apis/frauddetector/2019-11-15/api-2.json +1541 -0
  18. data/apis/frauddetector/2019-11-15/examples-1.json +5 -0
  19. data/apis/frauddetector/2019-11-15/paginators-1.json +39 -0
  20. data/apis/kendra/2019-02-03/api-2.json +1737 -0
  21. data/apis/kendra/2019-02-03/examples-1.json +5 -0
  22. data/apis/kendra/2019-02-03/paginators-1.json +19 -0
  23. data/apis/networkmanager/2019-07-05/api-2.json +1588 -0
  24. data/apis/networkmanager/2019-07-05/examples-1.json +5 -0
  25. data/apis/networkmanager/2019-07-05/paginators-1.json +46 -0
  26. data/apis/outposts/2019-12-03/api-2.json +367 -0
  27. data/apis/outposts/2019-12-03/examples-1.json +5 -0
  28. data/apis/outposts/2019-12-03/paginators-1.json +14 -0
  29. data/apis/s3/2006-03-01/examples-1.json +89 -89
  30. data/apis/s3control/2018-08-20/api-2.json +333 -0
  31. data/apis/s3control/2018-08-20/paginators-1.json +5 -0
  32. data/apis/sagemaker-a2i-runtime/2019-11-07/api-2.json +367 -0
  33. data/apis/sagemaker-a2i-runtime/2019-11-07/examples-1.json +5 -0
  34. data/apis/sagemaker-a2i-runtime/2019-11-07/paginators-1.json +10 -0
  35. data/apis/textract/2018-06-27/api-2.json +88 -7
  36. data/endpoints.json +10 -1
  37. data/lib/aws-sdk-core.rb +8 -0
  38. data/lib/aws-sdk-core/augmentedairuntime.rb +6 -0
  39. data/lib/aws-sdk-core/codeguruprofiler.rb +6 -0
  40. data/lib/aws-sdk-core/codegurureviewer.rb +6 -0
  41. data/lib/aws-sdk-core/computeoptimizer.rb +6 -0
  42. data/lib/aws-sdk-core/frauddetector.rb +6 -0
  43. data/lib/aws-sdk-core/kendra.rb +6 -0
  44. data/lib/aws-sdk-core/networkmanager.rb +6 -0
  45. data/lib/aws-sdk-core/outposts.rb +6 -0
  46. data/lib/aws-sdk-core/version.rb +1 -1
  47. data/service-models.json +32 -0
  48. metadata +34 -2
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "pagination": {
3
+ }
4
+ }
@@ -21,6 +21,15 @@
21
21
  "input":{"shape":"AcceptReservedInstancesExchangeQuoteRequest"},
22
22
  "output":{"shape":"AcceptReservedInstancesExchangeQuoteResult"}
23
23
  },
24
+ "AcceptTransitGatewayPeeringAttachment":{
25
+ "name":"AcceptTransitGatewayPeeringAttachment",
26
+ "http":{
27
+ "method":"POST",
28
+ "requestUri":"/"
29
+ },
30
+ "input":{"shape":"AcceptTransitGatewayPeeringAttachmentRequest"},
31
+ "output":{"shape":"AcceptTransitGatewayPeeringAttachmentResult"}
32
+ },
24
33
  "AcceptTransitGatewayVpcAttachment":{
25
34
  "name":"AcceptTransitGatewayVpcAttachment",
26
35
  "http":{
@@ -155,6 +164,15 @@
155
164
  "input":{"shape":"AssociateSubnetCidrBlockRequest"},
156
165
  "output":{"shape":"AssociateSubnetCidrBlockResult"}
157
166
  },
167
+ "AssociateTransitGatewayMulticastDomain":{
168
+ "name":"AssociateTransitGatewayMulticastDomain",
169
+ "http":{
170
+ "method":"POST",
171
+ "requestUri":"/"
172
+ },
173
+ "input":{"shape":"AssociateTransitGatewayMulticastDomainRequest"},
174
+ "output":{"shape":"AssociateTransitGatewayMulticastDomainResult"}
175
+ },
158
176
  "AssociateTransitGatewayRouteTable":{
159
177
  "name":"AssociateTransitGatewayRouteTable",
160
178
  "http":{
@@ -510,6 +528,24 @@
510
528
  "input":{"shape":"CreateLaunchTemplateVersionRequest"},
511
529
  "output":{"shape":"CreateLaunchTemplateVersionResult"}
512
530
  },
531
+ "CreateLocalGatewayRoute":{
532
+ "name":"CreateLocalGatewayRoute",
533
+ "http":{
534
+ "method":"POST",
535
+ "requestUri":"/"
536
+ },
537
+ "input":{"shape":"CreateLocalGatewayRouteRequest"},
538
+ "output":{"shape":"CreateLocalGatewayRouteResult"}
539
+ },
540
+ "CreateLocalGatewayRouteTableVpcAssociation":{
541
+ "name":"CreateLocalGatewayRouteTableVpcAssociation",
542
+ "http":{
543
+ "method":"POST",
544
+ "requestUri":"/"
545
+ },
546
+ "input":{"shape":"CreateLocalGatewayRouteTableVpcAssociationRequest"},
547
+ "output":{"shape":"CreateLocalGatewayRouteTableVpcAssociationResult"}
548
+ },
513
549
  "CreateNatGateway":{
514
550
  "name":"CreateNatGateway",
515
551
  "http":{
@@ -687,6 +723,24 @@
687
723
  "input":{"shape":"CreateTransitGatewayRequest"},
688
724
  "output":{"shape":"CreateTransitGatewayResult"}
689
725
  },
726
+ "CreateTransitGatewayMulticastDomain":{
727
+ "name":"CreateTransitGatewayMulticastDomain",
728
+ "http":{
729
+ "method":"POST",
730
+ "requestUri":"/"
731
+ },
732
+ "input":{"shape":"CreateTransitGatewayMulticastDomainRequest"},
733
+ "output":{"shape":"CreateTransitGatewayMulticastDomainResult"}
734
+ },
735
+ "CreateTransitGatewayPeeringAttachment":{
736
+ "name":"CreateTransitGatewayPeeringAttachment",
737
+ "http":{
738
+ "method":"POST",
739
+ "requestUri":"/"
740
+ },
741
+ "input":{"shape":"CreateTransitGatewayPeeringAttachmentRequest"},
742
+ "output":{"shape":"CreateTransitGatewayPeeringAttachmentResult"}
743
+ },
690
744
  "CreateTransitGatewayRoute":{
691
745
  "name":"CreateTransitGatewayRoute",
692
746
  "http":{
@@ -898,6 +952,24 @@
898
952
  "input":{"shape":"DeleteLaunchTemplateVersionsRequest"},
899
953
  "output":{"shape":"DeleteLaunchTemplateVersionsResult"}
900
954
  },
955
+ "DeleteLocalGatewayRoute":{
956
+ "name":"DeleteLocalGatewayRoute",
957
+ "http":{
958
+ "method":"POST",
959
+ "requestUri":"/"
960
+ },
961
+ "input":{"shape":"DeleteLocalGatewayRouteRequest"},
962
+ "output":{"shape":"DeleteLocalGatewayRouteResult"}
963
+ },
964
+ "DeleteLocalGatewayRouteTableVpcAssociation":{
965
+ "name":"DeleteLocalGatewayRouteTableVpcAssociation",
966
+ "http":{
967
+ "method":"POST",
968
+ "requestUri":"/"
969
+ },
970
+ "input":{"shape":"DeleteLocalGatewayRouteTableVpcAssociationRequest"},
971
+ "output":{"shape":"DeleteLocalGatewayRouteTableVpcAssociationResult"}
972
+ },
901
973
  "DeleteNatGateway":{
902
974
  "name":"DeleteNatGateway",
903
975
  "http":{
@@ -1058,6 +1130,24 @@
1058
1130
  "input":{"shape":"DeleteTransitGatewayRequest"},
1059
1131
  "output":{"shape":"DeleteTransitGatewayResult"}
1060
1132
  },
1133
+ "DeleteTransitGatewayMulticastDomain":{
1134
+ "name":"DeleteTransitGatewayMulticastDomain",
1135
+ "http":{
1136
+ "method":"POST",
1137
+ "requestUri":"/"
1138
+ },
1139
+ "input":{"shape":"DeleteTransitGatewayMulticastDomainRequest"},
1140
+ "output":{"shape":"DeleteTransitGatewayMulticastDomainResult"}
1141
+ },
1142
+ "DeleteTransitGatewayPeeringAttachment":{
1143
+ "name":"DeleteTransitGatewayPeeringAttachment",
1144
+ "http":{
1145
+ "method":"POST",
1146
+ "requestUri":"/"
1147
+ },
1148
+ "input":{"shape":"DeleteTransitGatewayPeeringAttachmentRequest"},
1149
+ "output":{"shape":"DeleteTransitGatewayPeeringAttachmentResult"}
1150
+ },
1061
1151
  "DeleteTransitGatewayRoute":{
1062
1152
  "name":"DeleteTransitGatewayRoute",
1063
1153
  "http":{
@@ -1178,6 +1268,24 @@
1178
1268
  },
1179
1269
  "input":{"shape":"DeregisterImageRequest"}
1180
1270
  },
1271
+ "DeregisterTransitGatewayMulticastGroupMembers":{
1272
+ "name":"DeregisterTransitGatewayMulticastGroupMembers",
1273
+ "http":{
1274
+ "method":"POST",
1275
+ "requestUri":"/"
1276
+ },
1277
+ "input":{"shape":"DeregisterTransitGatewayMulticastGroupMembersRequest"},
1278
+ "output":{"shape":"DeregisterTransitGatewayMulticastGroupMembersResult"}
1279
+ },
1280
+ "DeregisterTransitGatewayMulticastGroupSources":{
1281
+ "name":"DeregisterTransitGatewayMulticastGroupSources",
1282
+ "http":{
1283
+ "method":"POST",
1284
+ "requestUri":"/"
1285
+ },
1286
+ "input":{"shape":"DeregisterTransitGatewayMulticastGroupSourcesRequest"},
1287
+ "output":{"shape":"DeregisterTransitGatewayMulticastGroupSourcesResult"}
1288
+ },
1181
1289
  "DescribeAccountAttributes":{
1182
1290
  "name":"DescribeAccountAttributes",
1183
1291
  "http":{
@@ -1295,6 +1403,15 @@
1295
1403
  "input":{"shape":"DescribeClientVpnTargetNetworksRequest"},
1296
1404
  "output":{"shape":"DescribeClientVpnTargetNetworksResult"}
1297
1405
  },
1406
+ "DescribeCoipPools":{
1407
+ "name":"DescribeCoipPools",
1408
+ "http":{
1409
+ "method":"POST",
1410
+ "requestUri":"/"
1411
+ },
1412
+ "input":{"shape":"DescribeCoipPoolsRequest"},
1413
+ "output":{"shape":"DescribeCoipPoolsResult"}
1414
+ },
1298
1415
  "DescribeConversionTasks":{
1299
1416
  "name":"DescribeConversionTasks",
1300
1417
  "http":{
@@ -1601,6 +1718,60 @@
1601
1718
  "input":{"shape":"DescribeLaunchTemplatesRequest"},
1602
1719
  "output":{"shape":"DescribeLaunchTemplatesResult"}
1603
1720
  },
1721
+ "DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations":{
1722
+ "name":"DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations",
1723
+ "http":{
1724
+ "method":"POST",
1725
+ "requestUri":"/"
1726
+ },
1727
+ "input":{"shape":"DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest"},
1728
+ "output":{"shape":"DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult"}
1729
+ },
1730
+ "DescribeLocalGatewayRouteTableVpcAssociations":{
1731
+ "name":"DescribeLocalGatewayRouteTableVpcAssociations",
1732
+ "http":{
1733
+ "method":"POST",
1734
+ "requestUri":"/"
1735
+ },
1736
+ "input":{"shape":"DescribeLocalGatewayRouteTableVpcAssociationsRequest"},
1737
+ "output":{"shape":"DescribeLocalGatewayRouteTableVpcAssociationsResult"}
1738
+ },
1739
+ "DescribeLocalGatewayRouteTables":{
1740
+ "name":"DescribeLocalGatewayRouteTables",
1741
+ "http":{
1742
+ "method":"POST",
1743
+ "requestUri":"/"
1744
+ },
1745
+ "input":{"shape":"DescribeLocalGatewayRouteTablesRequest"},
1746
+ "output":{"shape":"DescribeLocalGatewayRouteTablesResult"}
1747
+ },
1748
+ "DescribeLocalGatewayVirtualInterfaceGroups":{
1749
+ "name":"DescribeLocalGatewayVirtualInterfaceGroups",
1750
+ "http":{
1751
+ "method":"POST",
1752
+ "requestUri":"/"
1753
+ },
1754
+ "input":{"shape":"DescribeLocalGatewayVirtualInterfaceGroupsRequest"},
1755
+ "output":{"shape":"DescribeLocalGatewayVirtualInterfaceGroupsResult"}
1756
+ },
1757
+ "DescribeLocalGatewayVirtualInterfaces":{
1758
+ "name":"DescribeLocalGatewayVirtualInterfaces",
1759
+ "http":{
1760
+ "method":"POST",
1761
+ "requestUri":"/"
1762
+ },
1763
+ "input":{"shape":"DescribeLocalGatewayVirtualInterfacesRequest"},
1764
+ "output":{"shape":"DescribeLocalGatewayVirtualInterfacesResult"}
1765
+ },
1766
+ "DescribeLocalGateways":{
1767
+ "name":"DescribeLocalGateways",
1768
+ "http":{
1769
+ "method":"POST",
1770
+ "requestUri":"/"
1771
+ },
1772
+ "input":{"shape":"DescribeLocalGatewaysRequest"},
1773
+ "output":{"shape":"DescribeLocalGatewaysResult"}
1774
+ },
1604
1775
  "DescribeMovingAddresses":{
1605
1776
  "name":"DescribeMovingAddresses",
1606
1777
  "http":{
@@ -1916,6 +2087,24 @@
1916
2087
  "input":{"shape":"DescribeTransitGatewayAttachmentsRequest"},
1917
2088
  "output":{"shape":"DescribeTransitGatewayAttachmentsResult"}
1918
2089
  },
2090
+ "DescribeTransitGatewayMulticastDomains":{
2091
+ "name":"DescribeTransitGatewayMulticastDomains",
2092
+ "http":{
2093
+ "method":"POST",
2094
+ "requestUri":"/"
2095
+ },
2096
+ "input":{"shape":"DescribeTransitGatewayMulticastDomainsRequest"},
2097
+ "output":{"shape":"DescribeTransitGatewayMulticastDomainsResult"}
2098
+ },
2099
+ "DescribeTransitGatewayPeeringAttachments":{
2100
+ "name":"DescribeTransitGatewayPeeringAttachments",
2101
+ "http":{
2102
+ "method":"POST",
2103
+ "requestUri":"/"
2104
+ },
2105
+ "input":{"shape":"DescribeTransitGatewayPeeringAttachmentsRequest"},
2106
+ "output":{"shape":"DescribeTransitGatewayPeeringAttachmentsResult"}
2107
+ },
1919
2108
  "DescribeTransitGatewayRouteTables":{
1920
2109
  "name":"DescribeTransitGatewayRouteTables",
1921
2110
  "http":{
@@ -2234,6 +2423,15 @@
2234
2423
  "input":{"shape":"DisassociateSubnetCidrBlockRequest"},
2235
2424
  "output":{"shape":"DisassociateSubnetCidrBlockResult"}
2236
2425
  },
2426
+ "DisassociateTransitGatewayMulticastDomain":{
2427
+ "name":"DisassociateTransitGatewayMulticastDomain",
2428
+ "http":{
2429
+ "method":"POST",
2430
+ "requestUri":"/"
2431
+ },
2432
+ "input":{"shape":"DisassociateTransitGatewayMulticastDomainRequest"},
2433
+ "output":{"shape":"DisassociateTransitGatewayMulticastDomainResult"}
2434
+ },
2237
2435
  "DisassociateTransitGatewayRouteTable":{
2238
2436
  "name":"DisassociateTransitGatewayRouteTable",
2239
2437
  "http":{
@@ -2358,6 +2556,15 @@
2358
2556
  "input":{"shape":"GetCapacityReservationUsageRequest"},
2359
2557
  "output":{"shape":"GetCapacityReservationUsageResult"}
2360
2558
  },
2559
+ "GetCoipPoolUsage":{
2560
+ "name":"GetCoipPoolUsage",
2561
+ "http":{
2562
+ "method":"POST",
2563
+ "requestUri":"/"
2564
+ },
2565
+ "input":{"shape":"GetCoipPoolUsageRequest"},
2566
+ "output":{"shape":"GetCoipPoolUsageResult"}
2567
+ },
2361
2568
  "GetConsoleOutput":{
2362
2569
  "name":"GetConsoleOutput",
2363
2570
  "http":{
@@ -2448,6 +2655,15 @@
2448
2655
  "input":{"shape":"GetTransitGatewayAttachmentPropagationsRequest"},
2449
2656
  "output":{"shape":"GetTransitGatewayAttachmentPropagationsResult"}
2450
2657
  },
2658
+ "GetTransitGatewayMulticastDomainAssociations":{
2659
+ "name":"GetTransitGatewayMulticastDomainAssociations",
2660
+ "http":{
2661
+ "method":"POST",
2662
+ "requestUri":"/"
2663
+ },
2664
+ "input":{"shape":"GetTransitGatewayMulticastDomainAssociationsRequest"},
2665
+ "output":{"shape":"GetTransitGatewayMulticastDomainAssociationsResult"}
2666
+ },
2451
2667
  "GetTransitGatewayRouteTableAssociations":{
2452
2668
  "name":"GetTransitGatewayRouteTableAssociations",
2453
2669
  "http":{
@@ -2924,6 +3140,33 @@
2924
3140
  "input":{"shape":"RegisterImageRequest"},
2925
3141
  "output":{"shape":"RegisterImageResult"}
2926
3142
  },
3143
+ "RegisterTransitGatewayMulticastGroupMembers":{
3144
+ "name":"RegisterTransitGatewayMulticastGroupMembers",
3145
+ "http":{
3146
+ "method":"POST",
3147
+ "requestUri":"/"
3148
+ },
3149
+ "input":{"shape":"RegisterTransitGatewayMulticastGroupMembersRequest"},
3150
+ "output":{"shape":"RegisterTransitGatewayMulticastGroupMembersResult"}
3151
+ },
3152
+ "RegisterTransitGatewayMulticastGroupSources":{
3153
+ "name":"RegisterTransitGatewayMulticastGroupSources",
3154
+ "http":{
3155
+ "method":"POST",
3156
+ "requestUri":"/"
3157
+ },
3158
+ "input":{"shape":"RegisterTransitGatewayMulticastGroupSourcesRequest"},
3159
+ "output":{"shape":"RegisterTransitGatewayMulticastGroupSourcesResult"}
3160
+ },
3161
+ "RejectTransitGatewayPeeringAttachment":{
3162
+ "name":"RejectTransitGatewayPeeringAttachment",
3163
+ "http":{
3164
+ "method":"POST",
3165
+ "requestUri":"/"
3166
+ },
3167
+ "input":{"shape":"RejectTransitGatewayPeeringAttachmentRequest"},
3168
+ "output":{"shape":"RejectTransitGatewayPeeringAttachmentResult"}
3169
+ },
2927
3170
  "RejectTransitGatewayVpcAttachment":{
2928
3171
  "name":"RejectTransitGatewayVpcAttachment",
2929
3172
  "http":{
@@ -3148,6 +3391,24 @@
3148
3391
  "input":{"shape":"RunScheduledInstancesRequest"},
3149
3392
  "output":{"shape":"RunScheduledInstancesResult"}
3150
3393
  },
3394
+ "SearchLocalGatewayRoutes":{
3395
+ "name":"SearchLocalGatewayRoutes",
3396
+ "http":{
3397
+ "method":"POST",
3398
+ "requestUri":"/"
3399
+ },
3400
+ "input":{"shape":"SearchLocalGatewayRoutesRequest"},
3401
+ "output":{"shape":"SearchLocalGatewayRoutesResult"}
3402
+ },
3403
+ "SearchTransitGatewayMulticastGroups":{
3404
+ "name":"SearchTransitGatewayMulticastGroups",
3405
+ "http":{
3406
+ "method":"POST",
3407
+ "requestUri":"/"
3408
+ },
3409
+ "input":{"shape":"SearchTransitGatewayMulticastGroupsRequest"},
3410
+ "output":{"shape":"SearchTransitGatewayMulticastGroupsResult"}
3411
+ },
3151
3412
  "SearchTransitGatewayRoutes":{
3152
3413
  "name":"SearchTransitGatewayRoutes",
3153
3414
  "http":{
@@ -3280,11 +3541,28 @@
3280
3541
  }
3281
3542
  }
3282
3543
  },
3544
+ "AcceptTransitGatewayPeeringAttachmentRequest":{
3545
+ "type":"structure",
3546
+ "required":["TransitGatewayAttachmentId"],
3547
+ "members":{
3548
+ "TransitGatewayAttachmentId":{"shape":"String"},
3549
+ "DryRun":{"shape":"Boolean"}
3550
+ }
3551
+ },
3552
+ "AcceptTransitGatewayPeeringAttachmentResult":{
3553
+ "type":"structure",
3554
+ "members":{
3555
+ "TransitGatewayPeeringAttachment":{
3556
+ "shape":"TransitGatewayPeeringAttachment",
3557
+ "locationName":"transitGatewayPeeringAttachment"
3558
+ }
3559
+ }
3560
+ },
3283
3561
  "AcceptTransitGatewayVpcAttachmentRequest":{
3284
3562
  "type":"structure",
3285
3563
  "required":["TransitGatewayAttachmentId"],
3286
3564
  "members":{
3287
- "TransitGatewayAttachmentId":{"shape":"TransitGatewayAttachmentId"},
3565
+ "TransitGatewayAttachmentId":{"shape":"String"},
3288
3566
  "DryRun":{"shape":"Boolean"}
3289
3567
  }
3290
3568
  },
@@ -3472,6 +3750,18 @@
3472
3750
  "PublicIpv4Pool":{
3473
3751
  "shape":"String",
3474
3752
  "locationName":"publicIpv4Pool"
3753
+ },
3754
+ "NetworkBorderGroup":{
3755
+ "shape":"String",
3756
+ "locationName":"networkBorderGroup"
3757
+ },
3758
+ "CustomerOwnedIp":{
3759
+ "shape":"String",
3760
+ "locationName":"customerOwnedIp"
3761
+ },
3762
+ "CustomerOwnedIpv4Pool":{
3763
+ "shape":"String",
3764
+ "locationName":"customerOwnedIpv4Pool"
3475
3765
  }
3476
3766
  }
3477
3767
  },
@@ -3512,6 +3802,8 @@
3512
3802
  "Domain":{"shape":"DomainType"},
3513
3803
  "Address":{"shape":"String"},
3514
3804
  "PublicIpv4Pool":{"shape":"String"},
3805
+ "NetworkBorderGroup":{"shape":"String"},
3806
+ "CustomerOwnedIpv4Pool":{"shape":"String"},
3515
3807
  "DryRun":{
3516
3808
  "shape":"Boolean",
3517
3809
  "locationName":"dryRun"
@@ -3533,9 +3825,21 @@
3533
3825
  "shape":"String",
3534
3826
  "locationName":"publicIpv4Pool"
3535
3827
  },
3828
+ "NetworkBorderGroup":{
3829
+ "shape":"String",
3830
+ "locationName":"networkBorderGroup"
3831
+ },
3536
3832
  "Domain":{
3537
3833
  "shape":"DomainType",
3538
3834
  "locationName":"domain"
3835
+ },
3836
+ "CustomerOwnedIp":{
3837
+ "shape":"String",
3838
+ "locationName":"customerOwnedIp"
3839
+ },
3840
+ "CustomerOwnedIpv4Pool":{
3841
+ "shape":"String",
3842
+ "locationName":"customerOwnedIpv4Pool"
3539
3843
  }
3540
3844
  }
3541
3845
  },
@@ -3867,23 +4171,21 @@
3867
4171
  },
3868
4172
  "AssociateRouteTableRequest":{
3869
4173
  "type":"structure",
3870
- "required":[
3871
- "RouteTableId",
3872
- "SubnetId"
3873
- ],
4174
+ "required":["RouteTableId"],
3874
4175
  "members":{
3875
4176
  "DryRun":{
3876
4177
  "shape":"Boolean",
3877
4178
  "locationName":"dryRun"
3878
4179
  },
3879
4180
  "RouteTableId":{
3880
- "shape":"RouteTableId",
4181
+ "shape":"String",
3881
4182
  "locationName":"routeTableId"
3882
4183
  },
3883
4184
  "SubnetId":{
3884
- "shape":"SubnetId",
4185
+ "shape":"String",
3885
4186
  "locationName":"subnetId"
3886
- }
4187
+ },
4188
+ "GatewayId":{"shape":"String"}
3887
4189
  }
3888
4190
  },
3889
4191
  "AssociateRouteTableResult":{
@@ -3892,6 +4194,10 @@
3892
4194
  "AssociationId":{
3893
4195
  "shape":"String",
3894
4196
  "locationName":"associationId"
4197
+ },
4198
+ "AssociationState":{
4199
+ "shape":"RouteTableAssociationState",
4200
+ "locationName":"associationState"
3895
4201
  }
3896
4202
  }
3897
4203
  },
@@ -3907,7 +4213,7 @@
3907
4213
  "locationName":"ipv6CidrBlock"
3908
4214
  },
3909
4215
  "SubnetId":{
3910
- "shape":"SubnetId",
4216
+ "shape":"String",
3911
4217
  "locationName":"subnetId"
3912
4218
  }
3913
4219
  }
@@ -3925,6 +4231,24 @@
3925
4231
  }
3926
4232
  }
3927
4233
  },
4234
+ "AssociateTransitGatewayMulticastDomainRequest":{
4235
+ "type":"structure",
4236
+ "members":{
4237
+ "TransitGatewayMulticastDomainId":{"shape":"String"},
4238
+ "TransitGatewayAttachmentId":{"shape":"String"},
4239
+ "SubnetIds":{"shape":"ValueStringList"},
4240
+ "DryRun":{"shape":"Boolean"}
4241
+ }
4242
+ },
4243
+ "AssociateTransitGatewayMulticastDomainResult":{
4244
+ "type":"structure",
4245
+ "members":{
4246
+ "Associations":{
4247
+ "shape":"TransitGatewayMulticastDomainAssociations",
4248
+ "locationName":"associations"
4249
+ }
4250
+ }
4251
+ },
3928
4252
  "AssociateTransitGatewayRouteTableRequest":{
3929
4253
  "type":"structure",
3930
4254
  "required":[
@@ -3932,8 +4256,8 @@
3932
4256
  "TransitGatewayAttachmentId"
3933
4257
  ],
3934
4258
  "members":{
3935
- "TransitGatewayRouteTableId":{"shape":"TransitGatewayRouteTableId"},
3936
- "TransitGatewayAttachmentId":{"shape":"TransitGatewayAttachmentId"},
4259
+ "TransitGatewayRouteTableId":{"shape":"String"},
4260
+ "TransitGatewayAttachmentId":{"shape":"String"},
3937
4261
  "DryRun":{"shape":"Boolean"}
3938
4262
  }
3939
4263
  },
@@ -3958,7 +4282,8 @@
3958
4282
  "VpcId":{
3959
4283
  "shape":"VpcId",
3960
4284
  "locationName":"vpcId"
3961
- }
4285
+ },
4286
+ "Ipv6CidrBlockNetworkBorderGroup":{"shape":"String"}
3962
4287
  }
3963
4288
  },
3964
4289
  "AssociateVpcCidrBlockResult":{
@@ -4338,6 +4663,10 @@
4338
4663
  "shape":"AvailabilityZoneState",
4339
4664
  "locationName":"zoneState"
4340
4665
  },
4666
+ "OptInStatus":{
4667
+ "shape":"AvailabilityZoneOptInStatus",
4668
+ "locationName":"optInStatus"
4669
+ },
4341
4670
  "Messages":{
4342
4671
  "shape":"AvailabilityZoneMessageList",
4343
4672
  "locationName":"messageSet"
@@ -4353,6 +4682,14 @@
4353
4682
  "ZoneId":{
4354
4683
  "shape":"String",
4355
4684
  "locationName":"zoneId"
4685
+ },
4686
+ "GroupName":{
4687
+ "shape":"String",
4688
+ "locationName":"groupName"
4689
+ },
4690
+ "NetworkBorderGroup":{
4691
+ "shape":"String",
4692
+ "locationName":"networkBorderGroup"
4356
4693
  }
4357
4694
  }
4358
4695
  },
@@ -4379,6 +4716,14 @@
4379
4716
  "locationName":"item"
4380
4717
  }
4381
4718
  },
4719
+ "AvailabilityZoneOptInStatus":{
4720
+ "type":"string",
4721
+ "enum":[
4722
+ "opt-in-not-required",
4723
+ "opted-in",
4724
+ "not-opted-in"
4725
+ ]
4726
+ },
4382
4727
  "AvailabilityZoneState":{
4383
4728
  "type":"string",
4384
4729
  "enum":[
@@ -5511,38 +5856,106 @@
5511
5856
  "locationName":"item"
5512
5857
  }
5513
5858
  },
5514
- "ConfirmProductInstanceRequest":{
5859
+ "CoipAddressUsage":{
5515
5860
  "type":"structure",
5516
- "required":[
5517
- "InstanceId",
5518
- "ProductCode"
5519
- ],
5520
5861
  "members":{
5521
- "InstanceId":{"shape":"InstanceId"},
5522
- "ProductCode":{"shape":"String"},
5523
- "DryRun":{
5524
- "shape":"Boolean",
5525
- "locationName":"dryRun"
5862
+ "AllocationId":{
5863
+ "shape":"String",
5864
+ "locationName":"allocationId"
5865
+ },
5866
+ "AwsAccountId":{
5867
+ "shape":"String",
5868
+ "locationName":"awsAccountId"
5869
+ },
5870
+ "AwsService":{
5871
+ "shape":"String",
5872
+ "locationName":"awsService"
5873
+ },
5874
+ "CoIp":{
5875
+ "shape":"String",
5876
+ "locationName":"coIp"
5526
5877
  }
5527
5878
  }
5528
5879
  },
5529
- "ConfirmProductInstanceResult":{
5880
+ "CoipAddressUsageSet":{
5881
+ "type":"list",
5882
+ "member":{
5883
+ "shape":"CoipAddressUsage",
5884
+ "locationName":"item"
5885
+ }
5886
+ },
5887
+ "CoipPool":{
5530
5888
  "type":"structure",
5531
5889
  "members":{
5532
- "OwnerId":{
5890
+ "PoolId":{
5533
5891
  "shape":"String",
5534
- "locationName":"ownerId"
5892
+ "locationName":"poolId"
5535
5893
  },
5536
- "Return":{
5537
- "shape":"Boolean",
5538
- "locationName":"return"
5894
+ "PoolCidrs":{
5895
+ "shape":"ValueStringList",
5896
+ "locationName":"poolCidrSet"
5897
+ },
5898
+ "LocalGatewayRouteTableId":{
5899
+ "shape":"String",
5900
+ "locationName":"localGatewayRouteTableId"
5901
+ },
5902
+ "Tags":{
5903
+ "shape":"TagList",
5904
+ "locationName":"tagSet"
5539
5905
  }
5540
5906
  }
5541
5907
  },
5542
- "ConnectionLogOptions":{
5543
- "type":"structure",
5544
- "members":{
5545
- "Enabled":{"shape":"Boolean"},
5908
+ "CoipPoolIdSet":{
5909
+ "type":"list",
5910
+ "member":{
5911
+ "shape":"String",
5912
+ "locationName":"item"
5913
+ }
5914
+ },
5915
+ "CoipPoolMaxResults":{
5916
+ "type":"integer",
5917
+ "max":1000,
5918
+ "min":5
5919
+ },
5920
+ "CoipPoolSet":{
5921
+ "type":"list",
5922
+ "member":{
5923
+ "shape":"CoipPool",
5924
+ "locationName":"item"
5925
+ }
5926
+ },
5927
+ "ConfirmProductInstanceRequest":{
5928
+ "type":"structure",
5929
+ "required":[
5930
+ "InstanceId",
5931
+ "ProductCode"
5932
+ ],
5933
+ "members":{
5934
+ "InstanceId":{"shape":"InstanceId"},
5935
+ "ProductCode":{"shape":"String"},
5936
+ "DryRun":{
5937
+ "shape":"Boolean",
5938
+ "locationName":"dryRun"
5939
+ }
5940
+ }
5941
+ },
5942
+ "ConfirmProductInstanceResult":{
5943
+ "type":"structure",
5944
+ "members":{
5945
+ "OwnerId":{
5946
+ "shape":"String",
5947
+ "locationName":"ownerId"
5948
+ },
5949
+ "Return":{
5950
+ "shape":"Boolean",
5951
+ "locationName":"return"
5952
+ }
5953
+ }
5954
+ },
5955
+ "ConnectionLogOptions":{
5956
+ "type":"structure",
5957
+ "members":{
5958
+ "Enabled":{"shape":"Boolean"},
5546
5959
  "CloudwatchLogGroup":{"shape":"String"},
5547
5960
  "CloudwatchLogStream":{"shape":"String"}
5548
5961
  }
@@ -6340,6 +6753,50 @@
6340
6753
  }
6341
6754
  }
6342
6755
  },
6756
+ "CreateLocalGatewayRouteRequest":{
6757
+ "type":"structure",
6758
+ "required":[
6759
+ "DestinationCidrBlock",
6760
+ "LocalGatewayRouteTableId",
6761
+ "LocalGatewayVirtualInterfaceGroupId"
6762
+ ],
6763
+ "members":{
6764
+ "DestinationCidrBlock":{"shape":"String"},
6765
+ "LocalGatewayRouteTableId":{"shape":"String"},
6766
+ "LocalGatewayVirtualInterfaceGroupId":{"shape":"String"},
6767
+ "DryRun":{"shape":"Boolean"}
6768
+ }
6769
+ },
6770
+ "CreateLocalGatewayRouteResult":{
6771
+ "type":"structure",
6772
+ "members":{
6773
+ "Route":{
6774
+ "shape":"LocalGatewayRoute",
6775
+ "locationName":"route"
6776
+ }
6777
+ }
6778
+ },
6779
+ "CreateLocalGatewayRouteTableVpcAssociationRequest":{
6780
+ "type":"structure",
6781
+ "required":[
6782
+ "LocalGatewayRouteTableId",
6783
+ "VpcId"
6784
+ ],
6785
+ "members":{
6786
+ "LocalGatewayRouteTableId":{"shape":"String"},
6787
+ "VpcId":{"shape":"String"},
6788
+ "DryRun":{"shape":"Boolean"}
6789
+ }
6790
+ },
6791
+ "CreateLocalGatewayRouteTableVpcAssociationResult":{
6792
+ "type":"structure",
6793
+ "members":{
6794
+ "LocalGatewayRouteTableVpcAssociation":{
6795
+ "shape":"LocalGatewayRouteTableVpcAssociation",
6796
+ "locationName":"localGatewayRouteTableVpcAssociation"
6797
+ }
6798
+ }
6799
+ },
6343
6800
  "CreateNatGatewayRequest":{
6344
6801
  "type":"structure",
6345
6802
  "required":[
@@ -6602,6 +7059,7 @@
6602
7059
  "locationName":"natGatewayId"
6603
7060
  },
6604
7061
  "TransitGatewayId":{"shape":"TransitGatewayId"},
7062
+ "LocalGatewayId":{"shape":"String"},
6605
7063
  "NetworkInterfaceId":{
6606
7064
  "shape":"NetworkInterfaceId",
6607
7065
  "locationName":"networkInterfaceId"
@@ -6753,7 +7211,8 @@
6753
7211
  "AvailabilityZoneId":{"shape":"String"},
6754
7212
  "CidrBlock":{"shape":"String"},
6755
7213
  "Ipv6CidrBlock":{"shape":"String"},
6756
- "VpcId":{"shape":"VpcId"},
7214
+ "OutpostArn":{"shape":"String"},
7215
+ "VpcId":{"shape":"String"},
6757
7216
  "DryRun":{
6758
7217
  "shape":"Boolean",
6759
7218
  "locationName":"dryRun"
@@ -6929,6 +7388,56 @@
6929
7388
  }
6930
7389
  }
6931
7390
  },
7391
+ "CreateTransitGatewayMulticastDomainRequest":{
7392
+ "type":"structure",
7393
+ "required":["TransitGatewayId"],
7394
+ "members":{
7395
+ "TransitGatewayId":{"shape":"String"},
7396
+ "TagSpecifications":{
7397
+ "shape":"TagSpecificationList",
7398
+ "locationName":"TagSpecification"
7399
+ },
7400
+ "DryRun":{"shape":"Boolean"}
7401
+ }
7402
+ },
7403
+ "CreateTransitGatewayMulticastDomainResult":{
7404
+ "type":"structure",
7405
+ "members":{
7406
+ "TransitGatewayMulticastDomain":{
7407
+ "shape":"TransitGatewayMulticastDomain",
7408
+ "locationName":"transitGatewayMulticastDomain"
7409
+ }
7410
+ }
7411
+ },
7412
+ "CreateTransitGatewayPeeringAttachmentRequest":{
7413
+ "type":"structure",
7414
+ "required":[
7415
+ "TransitGatewayId",
7416
+ "PeerTransitGatewayId",
7417
+ "PeerAccountId",
7418
+ "PeerRegion"
7419
+ ],
7420
+ "members":{
7421
+ "TransitGatewayId":{"shape":"String"},
7422
+ "PeerTransitGatewayId":{"shape":"String"},
7423
+ "PeerAccountId":{"shape":"String"},
7424
+ "PeerRegion":{"shape":"String"},
7425
+ "TagSpecifications":{
7426
+ "shape":"TagSpecificationList",
7427
+ "locationName":"TagSpecification"
7428
+ },
7429
+ "DryRun":{"shape":"Boolean"}
7430
+ }
7431
+ },
7432
+ "CreateTransitGatewayPeeringAttachmentResult":{
7433
+ "type":"structure",
7434
+ "members":{
7435
+ "TransitGatewayPeeringAttachment":{
7436
+ "shape":"TransitGatewayPeeringAttachment",
7437
+ "locationName":"transitGatewayPeeringAttachment"
7438
+ }
7439
+ }
7440
+ },
6932
7441
  "CreateTransitGatewayRequest":{
6933
7442
  "type":"structure",
6934
7443
  "members":{
@@ -6958,8 +7467,8 @@
6958
7467
  ],
6959
7468
  "members":{
6960
7469
  "DestinationCidrBlock":{"shape":"String"},
6961
- "TransitGatewayRouteTableId":{"shape":"TransitGatewayRouteTableId"},
6962
- "TransitGatewayAttachmentId":{"shape":"TransitGatewayAttachmentId"},
7470
+ "TransitGatewayRouteTableId":{"shape":"String"},
7471
+ "TransitGatewayAttachmentId":{"shape":"String"},
6963
7472
  "Blackhole":{"shape":"Boolean"},
6964
7473
  "DryRun":{"shape":"Boolean"}
6965
7474
  }
@@ -6977,7 +7486,7 @@
6977
7486
  "type":"structure",
6978
7487
  "required":["TransitGatewayId"],
6979
7488
  "members":{
6980
- "TransitGatewayId":{"shape":"TransitGatewayId"},
7489
+ "TransitGatewayId":{"shape":"String"},
6981
7490
  "TagSpecifications":{"shape":"TagSpecificationList"},
6982
7491
  "DryRun":{"shape":"Boolean"}
6983
7492
  }
@@ -6999,8 +7508,8 @@
6999
7508
  "SubnetIds"
7000
7509
  ],
7001
7510
  "members":{
7002
- "TransitGatewayId":{"shape":"TransitGatewayId"},
7003
- "VpcId":{"shape":"VpcId"},
7511
+ "TransitGatewayId":{"shape":"String"},
7512
+ "VpcId":{"shape":"String"},
7004
7513
  "SubnetIds":{"shape":"ValueStringList"},
7005
7514
  "Options":{"shape":"CreateTransitGatewayVpcAttachmentRequestOptions"},
7006
7515
  "TagSpecifications":{"shape":"TagSpecificationList"},
@@ -7061,6 +7570,7 @@
7061
7570
  },
7062
7571
  "Iops":{"shape":"Integer"},
7063
7572
  "KmsKeyId":{"shape":"KmsKeyId"},
7573
+ "OutpostArn":{"shape":"String"},
7064
7574
  "Size":{"shape":"Integer"},
7065
7575
  "SnapshotId":{"shape":"SnapshotId"},
7066
7576
  "VolumeType":{"shape":"VolumeType"},
@@ -7216,7 +7726,8 @@
7216
7726
  "InstanceTenancy":{
7217
7727
  "shape":"Tenancy",
7218
7728
  "locationName":"instanceTenancy"
7219
- }
7729
+ },
7730
+ "Ipv6CidrBlockNetworkBorderGroup":{"shape":"String"}
7220
7731
  }
7221
7732
  },
7222
7733
  "CreateVpcResult":{
@@ -7733,6 +8244,44 @@
7733
8244
  }
7734
8245
  }
7735
8246
  },
8247
+ "DeleteLocalGatewayRouteRequest":{
8248
+ "type":"structure",
8249
+ "required":[
8250
+ "DestinationCidrBlock",
8251
+ "LocalGatewayRouteTableId"
8252
+ ],
8253
+ "members":{
8254
+ "DestinationCidrBlock":{"shape":"String"},
8255
+ "LocalGatewayRouteTableId":{"shape":"String"},
8256
+ "DryRun":{"shape":"Boolean"}
8257
+ }
8258
+ },
8259
+ "DeleteLocalGatewayRouteResult":{
8260
+ "type":"structure",
8261
+ "members":{
8262
+ "Route":{
8263
+ "shape":"LocalGatewayRoute",
8264
+ "locationName":"route"
8265
+ }
8266
+ }
8267
+ },
8268
+ "DeleteLocalGatewayRouteTableVpcAssociationRequest":{
8269
+ "type":"structure",
8270
+ "required":["LocalGatewayRouteTableVpcAssociationId"],
8271
+ "members":{
8272
+ "LocalGatewayRouteTableVpcAssociationId":{"shape":"String"},
8273
+ "DryRun":{"shape":"Boolean"}
8274
+ }
8275
+ },
8276
+ "DeleteLocalGatewayRouteTableVpcAssociationResult":{
8277
+ "type":"structure",
8278
+ "members":{
8279
+ "LocalGatewayRouteTableVpcAssociation":{
8280
+ "shape":"LocalGatewayRouteTableVpcAssociation",
8281
+ "locationName":"localGatewayRouteTableVpcAssociation"
8282
+ }
8283
+ }
8284
+ },
7736
8285
  "DeleteNatGatewayRequest":{
7737
8286
  "type":"structure",
7738
8287
  "required":["NatGatewayId"],
@@ -7960,7 +8509,7 @@
7960
8509
  "type":"structure",
7961
8510
  "required":["SubnetId"],
7962
8511
  "members":{
7963
- "SubnetId":{"shape":"SubnetId"},
8512
+ "SubnetId":{"shape":"String"},
7964
8513
  "DryRun":{
7965
8514
  "shape":"Boolean",
7966
8515
  "locationName":"dryRun"
@@ -8053,11 +8602,45 @@
8053
8602
  }
8054
8603
  }
8055
8604
  },
8605
+ "DeleteTransitGatewayMulticastDomainRequest":{
8606
+ "type":"structure",
8607
+ "required":["TransitGatewayMulticastDomainId"],
8608
+ "members":{
8609
+ "TransitGatewayMulticastDomainId":{"shape":"String"},
8610
+ "DryRun":{"shape":"Boolean"}
8611
+ }
8612
+ },
8613
+ "DeleteTransitGatewayMulticastDomainResult":{
8614
+ "type":"structure",
8615
+ "members":{
8616
+ "TransitGatewayMulticastDomain":{
8617
+ "shape":"TransitGatewayMulticastDomain",
8618
+ "locationName":"transitGatewayMulticastDomain"
8619
+ }
8620
+ }
8621
+ },
8622
+ "DeleteTransitGatewayPeeringAttachmentRequest":{
8623
+ "type":"structure",
8624
+ "required":["TransitGatewayAttachmentId"],
8625
+ "members":{
8626
+ "TransitGatewayAttachmentId":{"shape":"String"},
8627
+ "DryRun":{"shape":"Boolean"}
8628
+ }
8629
+ },
8630
+ "DeleteTransitGatewayPeeringAttachmentResult":{
8631
+ "type":"structure",
8632
+ "members":{
8633
+ "TransitGatewayPeeringAttachment":{
8634
+ "shape":"TransitGatewayPeeringAttachment",
8635
+ "locationName":"transitGatewayPeeringAttachment"
8636
+ }
8637
+ }
8638
+ },
8056
8639
  "DeleteTransitGatewayRequest":{
8057
8640
  "type":"structure",
8058
8641
  "required":["TransitGatewayId"],
8059
8642
  "members":{
8060
- "TransitGatewayId":{"shape":"TransitGatewayId"},
8643
+ "TransitGatewayId":{"shape":"String"},
8061
8644
  "DryRun":{"shape":"Boolean"}
8062
8645
  }
8063
8646
  },
@@ -8077,7 +8660,7 @@
8077
8660
  "DestinationCidrBlock"
8078
8661
  ],
8079
8662
  "members":{
8080
- "TransitGatewayRouteTableId":{"shape":"TransitGatewayRouteTableId"},
8663
+ "TransitGatewayRouteTableId":{"shape":"String"},
8081
8664
  "DestinationCidrBlock":{"shape":"String"},
8082
8665
  "DryRun":{"shape":"Boolean"}
8083
8666
  }
@@ -8095,7 +8678,7 @@
8095
8678
  "type":"structure",
8096
8679
  "required":["TransitGatewayRouteTableId"],
8097
8680
  "members":{
8098
- "TransitGatewayRouteTableId":{"shape":"TransitGatewayRouteTableId"},
8681
+ "TransitGatewayRouteTableId":{"shape":"String"},
8099
8682
  "DryRun":{"shape":"Boolean"}
8100
8683
  }
8101
8684
  },
@@ -8112,7 +8695,7 @@
8112
8695
  "type":"structure",
8113
8696
  "required":["TransitGatewayAttachmentId"],
8114
8697
  "members":{
8115
- "TransitGatewayAttachmentId":{"shape":"TransitGatewayAttachmentId"},
8698
+ "TransitGatewayAttachmentId":{"shape":"String"},
8116
8699
  "DryRun":{"shape":"Boolean"}
8117
8700
  }
8118
8701
  },
@@ -8291,6 +8874,42 @@
8291
8874
  }
8292
8875
  }
8293
8876
  },
8877
+ "DeregisterTransitGatewayMulticastGroupMembersRequest":{
8878
+ "type":"structure",
8879
+ "members":{
8880
+ "TransitGatewayMulticastDomainId":{"shape":"String"},
8881
+ "GroupIpAddress":{"shape":"String"},
8882
+ "NetworkInterfaceIds":{"shape":"ValueStringList"},
8883
+ "DryRun":{"shape":"Boolean"}
8884
+ }
8885
+ },
8886
+ "DeregisterTransitGatewayMulticastGroupMembersResult":{
8887
+ "type":"structure",
8888
+ "members":{
8889
+ "DeregisteredMulticastGroupMembers":{
8890
+ "shape":"TransitGatewayMulticastDeregisteredGroupMembers",
8891
+ "locationName":"deregisteredMulticastGroupMembers"
8892
+ }
8893
+ }
8894
+ },
8895
+ "DeregisterTransitGatewayMulticastGroupSourcesRequest":{
8896
+ "type":"structure",
8897
+ "members":{
8898
+ "TransitGatewayMulticastDomainId":{"shape":"String"},
8899
+ "GroupIpAddress":{"shape":"String"},
8900
+ "NetworkInterfaceIds":{"shape":"ValueStringList"},
8901
+ "DryRun":{"shape":"Boolean"}
8902
+ }
8903
+ },
8904
+ "DeregisterTransitGatewayMulticastGroupSourcesResult":{
8905
+ "type":"structure",
8906
+ "members":{
8907
+ "DeregisteredMulticastGroupSources":{
8908
+ "shape":"TransitGatewayMulticastDeregisteredGroupSources",
8909
+ "locationName":"deregisteredMulticastGroupSources"
8910
+ }
8911
+ }
8912
+ },
8294
8913
  "DescribeAccountAttributesRequest":{
8295
8914
  "type":"structure",
8296
8915
  "members":{
@@ -8377,6 +8996,7 @@
8377
8996
  "shape":"ZoneIdStringList",
8378
8997
  "locationName":"ZoneId"
8379
8998
  },
8999
+ "AllAvailabilityZones":{"shape":"Boolean"},
8380
9000
  "DryRun":{
8381
9001
  "shape":"Boolean",
8382
9002
  "locationName":"dryRun"
@@ -8685,6 +9305,35 @@
8685
9305
  }
8686
9306
  }
8687
9307
  },
9308
+ "DescribeCoipPoolsRequest":{
9309
+ "type":"structure",
9310
+ "members":{
9311
+ "PoolIds":{
9312
+ "shape":"CoipPoolIdSet",
9313
+ "locationName":"PoolId"
9314
+ },
9315
+ "Filters":{
9316
+ "shape":"FilterList",
9317
+ "locationName":"Filter"
9318
+ },
9319
+ "MaxResults":{"shape":"CoipPoolMaxResults"},
9320
+ "NextToken":{"shape":"String"},
9321
+ "DryRun":{"shape":"Boolean"}
9322
+ }
9323
+ },
9324
+ "DescribeCoipPoolsResult":{
9325
+ "type":"structure",
9326
+ "members":{
9327
+ "CoipPools":{
9328
+ "shape":"CoipPoolSet",
9329
+ "locationName":"coipPoolSet"
9330
+ },
9331
+ "NextToken":{
9332
+ "shape":"String",
9333
+ "locationName":"nextToken"
9334
+ }
9335
+ }
9336
+ },
8688
9337
  "DescribeConversionTaskList":{
8689
9338
  "type":"list",
8690
9339
  "member":{
@@ -9803,42 +10452,57 @@
9803
10452
  }
9804
10453
  }
9805
10454
  },
9806
- "DescribeMovingAddressesMaxResults":{
9807
- "type":"integer",
9808
- "max":1000,
9809
- "min":5
9810
- },
9811
- "DescribeMovingAddressesRequest":{
10455
+ "DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest":{
9812
10456
  "type":"structure",
9813
10457
  "members":{
10458
+ "LocalGatewayRouteTableVirtualInterfaceGroupAssociationIds":{
10459
+ "shape":"LocalGatewayRouteTableVirtualInterfaceGroupAssociationIdSet",
10460
+ "locationName":"LocalGatewayRouteTableVirtualInterfaceGroupAssociationId"
10461
+ },
9814
10462
  "Filters":{
9815
10463
  "shape":"FilterList",
9816
- "locationName":"filter"
9817
- },
9818
- "DryRun":{
9819
- "shape":"Boolean",
9820
- "locationName":"dryRun"
10464
+ "locationName":"Filter"
9821
10465
  },
9822
- "MaxResults":{
9823
- "shape":"DescribeMovingAddressesMaxResults",
9824
- "locationName":"maxResults"
10466
+ "MaxResults":{"shape":"LocalGatewayMaxResults"},
10467
+ "NextToken":{"shape":"String"},
10468
+ "DryRun":{"shape":"Boolean"}
10469
+ }
10470
+ },
10471
+ "DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult":{
10472
+ "type":"structure",
10473
+ "members":{
10474
+ "LocalGatewayRouteTableVirtualInterfaceGroupAssociations":{
10475
+ "shape":"LocalGatewayRouteTableVirtualInterfaceGroupAssociationSet",
10476
+ "locationName":"localGatewayRouteTableVirtualInterfaceGroupAssociationSet"
9825
10477
  },
9826
10478
  "NextToken":{
9827
10479
  "shape":"String",
9828
10480
  "locationName":"nextToken"
9829
- },
9830
- "PublicIps":{
9831
- "shape":"ValueStringList",
9832
- "locationName":"publicIp"
9833
10481
  }
9834
10482
  }
9835
10483
  },
9836
- "DescribeMovingAddressesResult":{
10484
+ "DescribeLocalGatewayRouteTableVpcAssociationsRequest":{
9837
10485
  "type":"structure",
9838
10486
  "members":{
9839
- "MovingAddressStatuses":{
9840
- "shape":"MovingAddressStatusSet",
9841
- "locationName":"movingAddressStatusSet"
10487
+ "LocalGatewayRouteTableVpcAssociationIds":{
10488
+ "shape":"LocalGatewayRouteTableVpcAssociationIdSet",
10489
+ "locationName":"LocalGatewayRouteTableVpcAssociationId"
10490
+ },
10491
+ "Filters":{
10492
+ "shape":"FilterList",
10493
+ "locationName":"Filter"
10494
+ },
10495
+ "MaxResults":{"shape":"LocalGatewayMaxResults"},
10496
+ "NextToken":{"shape":"String"},
10497
+ "DryRun":{"shape":"Boolean"}
10498
+ }
10499
+ },
10500
+ "DescribeLocalGatewayRouteTableVpcAssociationsResult":{
10501
+ "type":"structure",
10502
+ "members":{
10503
+ "LocalGatewayRouteTableVpcAssociations":{
10504
+ "shape":"LocalGatewayRouteTableVpcAssociationSet",
10505
+ "locationName":"localGatewayRouteTableVpcAssociationSet"
9842
10506
  },
9843
10507
  "NextToken":{
9844
10508
  "shape":"String",
@@ -9846,12 +10510,171 @@
9846
10510
  }
9847
10511
  }
9848
10512
  },
9849
- "DescribeNatGatewaysMaxResults":{
9850
- "type":"integer",
9851
- "max":1000,
9852
- "min":5
9853
- },
9854
- "DescribeNatGatewaysRequest":{
10513
+ "DescribeLocalGatewayRouteTablesRequest":{
10514
+ "type":"structure",
10515
+ "members":{
10516
+ "LocalGatewayRouteTableIds":{
10517
+ "shape":"LocalGatewayRouteTableIdSet",
10518
+ "locationName":"LocalGatewayRouteTableId"
10519
+ },
10520
+ "Filters":{
10521
+ "shape":"FilterList",
10522
+ "locationName":"Filter"
10523
+ },
10524
+ "MaxResults":{"shape":"LocalGatewayMaxResults"},
10525
+ "NextToken":{"shape":"String"},
10526
+ "DryRun":{"shape":"Boolean"}
10527
+ }
10528
+ },
10529
+ "DescribeLocalGatewayRouteTablesResult":{
10530
+ "type":"structure",
10531
+ "members":{
10532
+ "LocalGatewayRouteTables":{
10533
+ "shape":"LocalGatewayRouteTableSet",
10534
+ "locationName":"localGatewayRouteTableSet"
10535
+ },
10536
+ "NextToken":{
10537
+ "shape":"String",
10538
+ "locationName":"nextToken"
10539
+ }
10540
+ }
10541
+ },
10542
+ "DescribeLocalGatewayVirtualInterfaceGroupsRequest":{
10543
+ "type":"structure",
10544
+ "members":{
10545
+ "LocalGatewayVirtualInterfaceGroupIds":{
10546
+ "shape":"LocalGatewayVirtualInterfaceGroupIdSet",
10547
+ "locationName":"LocalGatewayVirtualInterfaceGroupId"
10548
+ },
10549
+ "Filters":{
10550
+ "shape":"FilterList",
10551
+ "locationName":"Filter"
10552
+ },
10553
+ "MaxResults":{"shape":"LocalGatewayMaxResults"},
10554
+ "NextToken":{"shape":"String"},
10555
+ "DryRun":{"shape":"Boolean"}
10556
+ }
10557
+ },
10558
+ "DescribeLocalGatewayVirtualInterfaceGroupsResult":{
10559
+ "type":"structure",
10560
+ "members":{
10561
+ "LocalGatewayVirtualInterfaceGroups":{
10562
+ "shape":"LocalGatewayVirtualInterfaceGroupSet",
10563
+ "locationName":"localGatewayVirtualInterfaceGroupSet"
10564
+ },
10565
+ "NextToken":{
10566
+ "shape":"String",
10567
+ "locationName":"nextToken"
10568
+ }
10569
+ }
10570
+ },
10571
+ "DescribeLocalGatewayVirtualInterfacesRequest":{
10572
+ "type":"structure",
10573
+ "members":{
10574
+ "LocalGatewayVirtualInterfaceIds":{
10575
+ "shape":"LocalGatewayVirtualInterfaceIdSet",
10576
+ "locationName":"LocalGatewayVirtualInterfaceId"
10577
+ },
10578
+ "Filters":{
10579
+ "shape":"FilterList",
10580
+ "locationName":"Filter"
10581
+ },
10582
+ "MaxResults":{"shape":"LocalGatewayMaxResults"},
10583
+ "NextToken":{"shape":"String"},
10584
+ "DryRun":{"shape":"Boolean"}
10585
+ }
10586
+ },
10587
+ "DescribeLocalGatewayVirtualInterfacesResult":{
10588
+ "type":"structure",
10589
+ "members":{
10590
+ "LocalGatewayVirtualInterfaces":{
10591
+ "shape":"LocalGatewayVirtualInterfaceSet",
10592
+ "locationName":"localGatewayVirtualInterfaceSet"
10593
+ },
10594
+ "NextToken":{
10595
+ "shape":"String",
10596
+ "locationName":"nextToken"
10597
+ }
10598
+ }
10599
+ },
10600
+ "DescribeLocalGatewaysRequest":{
10601
+ "type":"structure",
10602
+ "members":{
10603
+ "LocalGatewayIds":{
10604
+ "shape":"LocalGatewayIdSet",
10605
+ "locationName":"LocalGatewayId"
10606
+ },
10607
+ "Filters":{
10608
+ "shape":"FilterList",
10609
+ "locationName":"Filter"
10610
+ },
10611
+ "MaxResults":{"shape":"LocalGatewayMaxResults"},
10612
+ "NextToken":{"shape":"String"},
10613
+ "DryRun":{"shape":"Boolean"}
10614
+ }
10615
+ },
10616
+ "DescribeLocalGatewaysResult":{
10617
+ "type":"structure",
10618
+ "members":{
10619
+ "LocalGateways":{
10620
+ "shape":"LocalGatewaySet",
10621
+ "locationName":"localGatewaySet"
10622
+ },
10623
+ "NextToken":{
10624
+ "shape":"String",
10625
+ "locationName":"nextToken"
10626
+ }
10627
+ }
10628
+ },
10629
+ "DescribeMovingAddressesMaxResults":{
10630
+ "type":"integer",
10631
+ "max":1000,
10632
+ "min":5
10633
+ },
10634
+ "DescribeMovingAddressesRequest":{
10635
+ "type":"structure",
10636
+ "members":{
10637
+ "Filters":{
10638
+ "shape":"FilterList",
10639
+ "locationName":"filter"
10640
+ },
10641
+ "DryRun":{
10642
+ "shape":"Boolean",
10643
+ "locationName":"dryRun"
10644
+ },
10645
+ "MaxResults":{
10646
+ "shape":"DescribeMovingAddressesMaxResults",
10647
+ "locationName":"maxResults"
10648
+ },
10649
+ "NextToken":{
10650
+ "shape":"String",
10651
+ "locationName":"nextToken"
10652
+ },
10653
+ "PublicIps":{
10654
+ "shape":"ValueStringList",
10655
+ "locationName":"publicIp"
10656
+ }
10657
+ }
10658
+ },
10659
+ "DescribeMovingAddressesResult":{
10660
+ "type":"structure",
10661
+ "members":{
10662
+ "MovingAddressStatuses":{
10663
+ "shape":"MovingAddressStatusSet",
10664
+ "locationName":"movingAddressStatusSet"
10665
+ },
10666
+ "NextToken":{
10667
+ "shape":"String",
10668
+ "locationName":"nextToken"
10669
+ }
10670
+ }
10671
+ },
10672
+ "DescribeNatGatewaysMaxResults":{
10673
+ "type":"integer",
10674
+ "max":1000,
10675
+ "min":5
10676
+ },
10677
+ "DescribeNatGatewaysRequest":{
9855
10678
  "type":"structure",
9856
10679
  "members":{
9857
10680
  "Filter":{"shape":"FilterList"},
@@ -11000,6 +11823,58 @@
11000
11823
  }
11001
11824
  }
11002
11825
  },
11826
+ "DescribeTransitGatewayMulticastDomainsRequest":{
11827
+ "type":"structure",
11828
+ "members":{
11829
+ "TransitGatewayMulticastDomainIds":{"shape":"TransitGatewayMulticastDomainIdStringList"},
11830
+ "Filters":{
11831
+ "shape":"FilterList",
11832
+ "locationName":"Filter"
11833
+ },
11834
+ "MaxResults":{"shape":"TransitGatewayMaxResults"},
11835
+ "NextToken":{"shape":"String"},
11836
+ "DryRun":{"shape":"Boolean"}
11837
+ }
11838
+ },
11839
+ "DescribeTransitGatewayMulticastDomainsResult":{
11840
+ "type":"structure",
11841
+ "members":{
11842
+ "TransitGatewayMulticastDomains":{
11843
+ "shape":"TransitGatewayMulticastDomainList",
11844
+ "locationName":"transitGatewayMulticastDomains"
11845
+ },
11846
+ "NextToken":{
11847
+ "shape":"String",
11848
+ "locationName":"nextToken"
11849
+ }
11850
+ }
11851
+ },
11852
+ "DescribeTransitGatewayPeeringAttachmentsRequest":{
11853
+ "type":"structure",
11854
+ "members":{
11855
+ "TransitGatewayAttachmentIds":{"shape":"TransitGatewayAttachmentIdStringList"},
11856
+ "Filters":{
11857
+ "shape":"FilterList",
11858
+ "locationName":"Filter"
11859
+ },
11860
+ "MaxResults":{"shape":"TransitGatewayMaxResults"},
11861
+ "NextToken":{"shape":"String"},
11862
+ "DryRun":{"shape":"Boolean"}
11863
+ }
11864
+ },
11865
+ "DescribeTransitGatewayPeeringAttachmentsResult":{
11866
+ "type":"structure",
11867
+ "members":{
11868
+ "TransitGatewayPeeringAttachments":{
11869
+ "shape":"TransitGatewayPeeringAttachmentList",
11870
+ "locationName":"transitGatewayPeeringAttachments"
11871
+ },
11872
+ "NextToken":{
11873
+ "shape":"String",
11874
+ "locationName":"nextToken"
11875
+ }
11876
+ }
11877
+ },
11003
11878
  "DescribeTransitGatewayRouteTablesRequest":{
11004
11879
  "type":"structure",
11005
11880
  "members":{
@@ -11944,8 +12819,8 @@
11944
12819
  "TransitGatewayAttachmentId"
11945
12820
  ],
11946
12821
  "members":{
11947
- "TransitGatewayRouteTableId":{"shape":"TransitGatewayRouteTableId"},
11948
- "TransitGatewayAttachmentId":{"shape":"TransitGatewayAttachmentId"},
12822
+ "TransitGatewayRouteTableId":{"shape":"String"},
12823
+ "TransitGatewayAttachmentId":{"shape":"String"},
11949
12824
  "DryRun":{"shape":"Boolean"}
11950
12825
  }
11951
12826
  },
@@ -12078,7 +12953,7 @@
12078
12953
  "required":["AssociationId"],
12079
12954
  "members":{
12080
12955
  "AssociationId":{
12081
- "shape":"SubnetCidrAssociationId",
12956
+ "shape":"String",
12082
12957
  "locationName":"associationId"
12083
12958
  }
12084
12959
  }
@@ -12096,6 +12971,24 @@
12096
12971
  }
12097
12972
  }
12098
12973
  },
12974
+ "DisassociateTransitGatewayMulticastDomainRequest":{
12975
+ "type":"structure",
12976
+ "members":{
12977
+ "TransitGatewayMulticastDomainId":{"shape":"String"},
12978
+ "TransitGatewayAttachmentId":{"shape":"String"},
12979
+ "SubnetIds":{"shape":"ValueStringList"},
12980
+ "DryRun":{"shape":"Boolean"}
12981
+ }
12982
+ },
12983
+ "DisassociateTransitGatewayMulticastDomainResult":{
12984
+ "type":"structure",
12985
+ "members":{
12986
+ "Associations":{
12987
+ "shape":"TransitGatewayMulticastDomainAssociations",
12988
+ "locationName":"associations"
12989
+ }
12990
+ }
12991
+ },
12099
12992
  "DisassociateTransitGatewayRouteTableRequest":{
12100
12993
  "type":"structure",
12101
12994
  "required":[
@@ -12103,8 +12996,8 @@
12103
12996
  "TransitGatewayAttachmentId"
12104
12997
  ],
12105
12998
  "members":{
12106
- "TransitGatewayRouteTableId":{"shape":"TransitGatewayRouteTableId"},
12107
- "TransitGatewayAttachmentId":{"shape":"TransitGatewayAttachmentId"},
12999
+ "TransitGatewayRouteTableId":{"shape":"String"},
13000
+ "TransitGatewayAttachmentId":{"shape":"String"},
12108
13001
  "DryRun":{"shape":"Boolean"}
12109
13002
  }
12110
13003
  },
@@ -12755,8 +13648,8 @@
12755
13648
  "TransitGatewayAttachmentId"
12756
13649
  ],
12757
13650
  "members":{
12758
- "TransitGatewayRouteTableId":{"shape":"TransitGatewayRouteTableId"},
12759
- "TransitGatewayAttachmentId":{"shape":"TransitGatewayAttachmentId"},
13651
+ "TransitGatewayRouteTableId":{"shape":"String"},
13652
+ "TransitGatewayAttachmentId":{"shape":"String"},
12760
13653
  "DryRun":{"shape":"Boolean"}
12761
13654
  }
12762
13655
  },
@@ -13173,7 +14066,7 @@
13173
14066
  "S3Bucket"
13174
14067
  ],
13175
14068
  "members":{
13176
- "TransitGatewayRouteTableId":{"shape":"TransitGatewayRouteTableId"},
14069
+ "TransitGatewayRouteTableId":{"shape":"String"},
13177
14070
  "Filters":{
13178
14071
  "shape":"FilterList",
13179
14072
  "locationName":"Filter"
@@ -13818,6 +14711,37 @@
13818
14711
  }
13819
14712
  }
13820
14713
  },
14714
+ "GetCoipPoolUsageRequest":{
14715
+ "type":"structure",
14716
+ "required":["PoolId"],
14717
+ "members":{
14718
+ "PoolId":{"shape":"String"},
14719
+ "Filters":{
14720
+ "shape":"FilterList",
14721
+ "locationName":"Filter"
14722
+ },
14723
+ "MaxResults":{"shape":"CoipPoolMaxResults"},
14724
+ "NextToken":{"shape":"String"},
14725
+ "DryRun":{"shape":"Boolean"}
14726
+ }
14727
+ },
14728
+ "GetCoipPoolUsageResult":{
14729
+ "type":"structure",
14730
+ "members":{
14731
+ "CoipPoolId":{
14732
+ "shape":"String",
14733
+ "locationName":"coipPoolId"
14734
+ },
14735
+ "CoipAddressUsages":{
14736
+ "shape":"CoipAddressUsageSet",
14737
+ "locationName":"coipAddressUsageSet"
14738
+ },
14739
+ "LocalGatewayRouteTableId":{
14740
+ "shape":"String",
14741
+ "locationName":"localGatewayRouteTableId"
14742
+ }
14743
+ }
14744
+ },
13821
14745
  "GetConsoleOutputRequest":{
13822
14746
  "type":"structure",
13823
14747
  "required":["InstanceId"],
@@ -14053,7 +14977,7 @@
14053
14977
  "type":"structure",
14054
14978
  "required":["TransitGatewayAttachmentId"],
14055
14979
  "members":{
14056
- "TransitGatewayAttachmentId":{"shape":"TransitGatewayAttachmentId"},
14980
+ "TransitGatewayAttachmentId":{"shape":"String"},
14057
14981
  "Filters":{
14058
14982
  "shape":"FilterList",
14059
14983
  "locationName":"Filter"
@@ -14076,11 +15000,37 @@
14076
15000
  }
14077
15001
  }
14078
15002
  },
15003
+ "GetTransitGatewayMulticastDomainAssociationsRequest":{
15004
+ "type":"structure",
15005
+ "members":{
15006
+ "TransitGatewayMulticastDomainId":{"shape":"String"},
15007
+ "Filters":{
15008
+ "shape":"FilterList",
15009
+ "locationName":"Filter"
15010
+ },
15011
+ "MaxResults":{"shape":"TransitGatewayMaxResults"},
15012
+ "NextToken":{"shape":"String"},
15013
+ "DryRun":{"shape":"Boolean"}
15014
+ }
15015
+ },
15016
+ "GetTransitGatewayMulticastDomainAssociationsResult":{
15017
+ "type":"structure",
15018
+ "members":{
15019
+ "MulticastDomainAssociations":{
15020
+ "shape":"TransitGatewayMulticastDomainAssociationList",
15021
+ "locationName":"multicastDomainAssociations"
15022
+ },
15023
+ "NextToken":{
15024
+ "shape":"String",
15025
+ "locationName":"nextToken"
15026
+ }
15027
+ }
15028
+ },
14079
15029
  "GetTransitGatewayRouteTableAssociationsRequest":{
14080
15030
  "type":"structure",
14081
15031
  "required":["TransitGatewayRouteTableId"],
14082
15032
  "members":{
14083
- "TransitGatewayRouteTableId":{"shape":"TransitGatewayRouteTableId"},
15033
+ "TransitGatewayRouteTableId":{"shape":"String"},
14084
15034
  "Filters":{
14085
15035
  "shape":"FilterList",
14086
15036
  "locationName":"Filter"
@@ -14107,7 +15057,7 @@
14107
15057
  "type":"structure",
14108
15058
  "required":["TransitGatewayRouteTableId"],
14109
15059
  "members":{
14110
- "TransitGatewayRouteTableId":{"shape":"TransitGatewayRouteTableId"},
15060
+ "TransitGatewayRouteTableId":{"shape":"String"},
14111
15061
  "Filters":{
14112
15062
  "shape":"FilterList",
14113
15063
  "locationName":"Filter"
@@ -15410,6 +16360,40 @@
15410
16360
  }
15411
16361
  }
15412
16362
  },
16363
+ "InferenceAcceleratorInfo":{
16364
+ "type":"structure",
16365
+ "members":{
16366
+ "Accelerators":{
16367
+ "shape":"InferenceDeviceInfoList",
16368
+ "locationName":"accelerators"
16369
+ }
16370
+ }
16371
+ },
16372
+ "InferenceDeviceCount":{"type":"integer"},
16373
+ "InferenceDeviceInfo":{
16374
+ "type":"structure",
16375
+ "members":{
16376
+ "Count":{
16377
+ "shape":"InferenceDeviceCount",
16378
+ "locationName":"count"
16379
+ },
16380
+ "Name":{
16381
+ "shape":"InferenceDeviceName",
16382
+ "locationName":"name"
16383
+ },
16384
+ "Manufacturer":{
16385
+ "shape":"InferenceDeviceManufacturerName",
16386
+ "locationName":"manufacturer"
16387
+ }
16388
+ }
16389
+ },
16390
+ "InferenceDeviceInfoList":{
16391
+ "type":"list",
16392
+ "member":{"shape":"InferenceDeviceInfo"},
16393
+ "locationName":"item"
16394
+ },
16395
+ "InferenceDeviceManufacturerName":{"type":"string"},
16396
+ "InferenceDeviceName":{"type":"string"},
15413
16397
  "Instance":{
15414
16398
  "type":"structure",
15415
16399
  "members":{
@@ -15537,6 +16521,10 @@
15537
16521
  "shape":"InstanceNetworkInterfaceList",
15538
16522
  "locationName":"networkInterfaceSet"
15539
16523
  },
16524
+ "OutpostArn":{
16525
+ "shape":"String",
16526
+ "locationName":"outpostArn"
16527
+ },
15540
16528
  "RootDeviceName":{
15541
16529
  "shape":"String",
15542
16530
  "locationName":"rootDeviceName"
@@ -16264,6 +17252,10 @@
16264
17252
  "shape":"String",
16265
17253
  "locationName":"availabilityZone"
16266
17254
  },
17255
+ "OutpostArn":{
17256
+ "shape":"String",
17257
+ "locationName":"outpostArn"
17258
+ },
16267
17259
  "Events":{
16268
17260
  "shape":"InstanceStatusEventList",
16269
17261
  "locationName":"eventsSet"
@@ -16649,7 +17641,11 @@
16649
17641
  "r5n.8xlarge",
16650
17642
  "r5n.12xlarge",
16651
17643
  "r5n.16xlarge",
16652
- "r5n.24xlarge"
17644
+ "r5n.24xlarge",
17645
+ "inf1.xlarge",
17646
+ "inf1.2xlarge",
17647
+ "inf1.6xlarge",
17648
+ "inf1.24xlarge"
16653
17649
  ]
16654
17650
  },
16655
17651
  "InstanceTypeHypervisor":{
@@ -16730,6 +17726,10 @@
16730
17726
  "shape":"PlacementGroupInfo",
16731
17727
  "locationName":"placementGroupInfo"
16732
17728
  },
17729
+ "InferenceAcceleratorInfo":{
17730
+ "shape":"InferenceAcceleratorInfo",
17731
+ "locationName":"inferenceAcceleratorInfo"
17732
+ },
16733
17733
  "HibernationSupported":{
16734
17734
  "shape":"HibernationFlag",
16735
17735
  "locationName":"hibernationSupported"
@@ -17878,14 +18878,294 @@
17878
18878
  "UserId":{"shape":"String"}
17879
18879
  }
17880
18880
  },
17881
- "Location":{"type":"string"},
17882
- "LocationType":{
17883
- "type":"string",
17884
- "enum":[
17885
- "region",
17886
- "availability-zone",
17887
- "availability-zone-id"
17888
- ]
18881
+ "LocalGateway":{
18882
+ "type":"structure",
18883
+ "members":{
18884
+ "LocalGatewayId":{
18885
+ "shape":"String",
18886
+ "locationName":"localGatewayId"
18887
+ },
18888
+ "OutpostArn":{
18889
+ "shape":"String",
18890
+ "locationName":"outpostArn"
18891
+ },
18892
+ "OwnerId":{
18893
+ "shape":"String",
18894
+ "locationName":"ownerId"
18895
+ },
18896
+ "State":{
18897
+ "shape":"String",
18898
+ "locationName":"state"
18899
+ }
18900
+ }
18901
+ },
18902
+ "LocalGatewayIdSet":{
18903
+ "type":"list",
18904
+ "member":{
18905
+ "shape":"String",
18906
+ "locationName":"item"
18907
+ }
18908
+ },
18909
+ "LocalGatewayMaxResults":{
18910
+ "type":"integer",
18911
+ "max":1000,
18912
+ "min":5
18913
+ },
18914
+ "LocalGatewayRoute":{
18915
+ "type":"structure",
18916
+ "members":{
18917
+ "DestinationCidrBlock":{
18918
+ "shape":"String",
18919
+ "locationName":"destinationCidrBlock"
18920
+ },
18921
+ "LocalGatewayVirtualInterfaceGroupId":{
18922
+ "shape":"String",
18923
+ "locationName":"localGatewayVirtualInterfaceGroupId"
18924
+ },
18925
+ "Type":{
18926
+ "shape":"LocalGatewayRouteType",
18927
+ "locationName":"type"
18928
+ },
18929
+ "State":{
18930
+ "shape":"LocalGatewayRouteState",
18931
+ "locationName":"state"
18932
+ },
18933
+ "LocalGatewayRouteTableId":{
18934
+ "shape":"String",
18935
+ "locationName":"localGatewayRouteTableId"
18936
+ }
18937
+ }
18938
+ },
18939
+ "LocalGatewayRouteList":{
18940
+ "type":"list",
18941
+ "member":{
18942
+ "shape":"LocalGatewayRoute",
18943
+ "locationName":"item"
18944
+ }
18945
+ },
18946
+ "LocalGatewayRouteState":{
18947
+ "type":"string",
18948
+ "enum":[
18949
+ "pending",
18950
+ "active",
18951
+ "blackhole",
18952
+ "deleting",
18953
+ "deleted"
18954
+ ]
18955
+ },
18956
+ "LocalGatewayRouteTable":{
18957
+ "type":"structure",
18958
+ "members":{
18959
+ "LocalGatewayRouteTableId":{
18960
+ "shape":"String",
18961
+ "locationName":"localGatewayRouteTableId"
18962
+ },
18963
+ "LocalGatewayId":{
18964
+ "shape":"String",
18965
+ "locationName":"localGatewayId"
18966
+ },
18967
+ "OutpostArn":{
18968
+ "shape":"String",
18969
+ "locationName":"outpostArn"
18970
+ },
18971
+ "State":{
18972
+ "shape":"String",
18973
+ "locationName":"state"
18974
+ }
18975
+ }
18976
+ },
18977
+ "LocalGatewayRouteTableIdSet":{
18978
+ "type":"list",
18979
+ "member":{
18980
+ "shape":"String",
18981
+ "locationName":"item"
18982
+ }
18983
+ },
18984
+ "LocalGatewayRouteTableSet":{
18985
+ "type":"list",
18986
+ "member":{
18987
+ "shape":"LocalGatewayRouteTable",
18988
+ "locationName":"item"
18989
+ }
18990
+ },
18991
+ "LocalGatewayRouteTableVirtualInterfaceGroupAssociation":{
18992
+ "type":"structure",
18993
+ "members":{
18994
+ "LocalGatewayRouteTableVirtualInterfaceGroupAssociationId":{
18995
+ "shape":"String",
18996
+ "locationName":"localGatewayRouteTableVirtualInterfaceGroupAssociationId"
18997
+ },
18998
+ "LocalGatewayVirtualInterfaceGroupId":{
18999
+ "shape":"String",
19000
+ "locationName":"localGatewayVirtualInterfaceGroupId"
19001
+ },
19002
+ "LocalGatewayId":{
19003
+ "shape":"String",
19004
+ "locationName":"localGatewayId"
19005
+ },
19006
+ "LocalGatewayRouteTableId":{
19007
+ "shape":"String",
19008
+ "locationName":"localGatewayRouteTableId"
19009
+ },
19010
+ "State":{
19011
+ "shape":"String",
19012
+ "locationName":"state"
19013
+ }
19014
+ }
19015
+ },
19016
+ "LocalGatewayRouteTableVirtualInterfaceGroupAssociationIdSet":{
19017
+ "type":"list",
19018
+ "member":{
19019
+ "shape":"String",
19020
+ "locationName":"item"
19021
+ }
19022
+ },
19023
+ "LocalGatewayRouteTableVirtualInterfaceGroupAssociationSet":{
19024
+ "type":"list",
19025
+ "member":{
19026
+ "shape":"LocalGatewayRouteTableVirtualInterfaceGroupAssociation",
19027
+ "locationName":"item"
19028
+ }
19029
+ },
19030
+ "LocalGatewayRouteTableVpcAssociation":{
19031
+ "type":"structure",
19032
+ "members":{
19033
+ "LocalGatewayRouteTableVpcAssociationId":{
19034
+ "shape":"String",
19035
+ "locationName":"localGatewayRouteTableVpcAssociationId"
19036
+ },
19037
+ "LocalGatewayRouteTableId":{
19038
+ "shape":"String",
19039
+ "locationName":"localGatewayRouteTableId"
19040
+ },
19041
+ "LocalGatewayId":{
19042
+ "shape":"String",
19043
+ "locationName":"localGatewayId"
19044
+ },
19045
+ "VpcId":{
19046
+ "shape":"String",
19047
+ "locationName":"vpcId"
19048
+ },
19049
+ "State":{
19050
+ "shape":"String",
19051
+ "locationName":"state"
19052
+ }
19053
+ }
19054
+ },
19055
+ "LocalGatewayRouteTableVpcAssociationIdSet":{
19056
+ "type":"list",
19057
+ "member":{
19058
+ "shape":"String",
19059
+ "locationName":"item"
19060
+ }
19061
+ },
19062
+ "LocalGatewayRouteTableVpcAssociationSet":{
19063
+ "type":"list",
19064
+ "member":{
19065
+ "shape":"LocalGatewayRouteTableVpcAssociation",
19066
+ "locationName":"item"
19067
+ }
19068
+ },
19069
+ "LocalGatewayRouteType":{
19070
+ "type":"string",
19071
+ "enum":[
19072
+ "static",
19073
+ "propagated"
19074
+ ]
19075
+ },
19076
+ "LocalGatewaySet":{
19077
+ "type":"list",
19078
+ "member":{
19079
+ "shape":"LocalGateway",
19080
+ "locationName":"item"
19081
+ }
19082
+ },
19083
+ "LocalGatewayVirtualInterface":{
19084
+ "type":"structure",
19085
+ "members":{
19086
+ "LocalGatewayVirtualInterfaceId":{
19087
+ "shape":"String",
19088
+ "locationName":"localGatewayVirtualInterfaceId"
19089
+ },
19090
+ "LocalGatewayId":{
19091
+ "shape":"String",
19092
+ "locationName":"localGatewayId"
19093
+ },
19094
+ "Vlan":{
19095
+ "shape":"Integer",
19096
+ "locationName":"vlan"
19097
+ },
19098
+ "LocalAddress":{
19099
+ "shape":"String",
19100
+ "locationName":"localAddress"
19101
+ },
19102
+ "PeerAddress":{
19103
+ "shape":"String",
19104
+ "locationName":"peerAddress"
19105
+ },
19106
+ "LocalBgpAsn":{
19107
+ "shape":"Integer",
19108
+ "locationName":"localBgpAsn"
19109
+ },
19110
+ "PeerBgpAsn":{
19111
+ "shape":"Integer",
19112
+ "locationName":"peerBgpAsn"
19113
+ }
19114
+ }
19115
+ },
19116
+ "LocalGatewayVirtualInterfaceGroup":{
19117
+ "type":"structure",
19118
+ "members":{
19119
+ "LocalGatewayVirtualInterfaceGroupId":{
19120
+ "shape":"String",
19121
+ "locationName":"localGatewayVirtualInterfaceGroupId"
19122
+ },
19123
+ "LocalGatewayVirtualInterfaceIds":{
19124
+ "shape":"LocalGatewayVirtualInterfaceIdSet",
19125
+ "locationName":"localGatewayVirtualInterfaceIdSet"
19126
+ },
19127
+ "LocalGatewayId":{
19128
+ "shape":"String",
19129
+ "locationName":"localGatewayId"
19130
+ }
19131
+ }
19132
+ },
19133
+ "LocalGatewayVirtualInterfaceGroupIdSet":{
19134
+ "type":"list",
19135
+ "member":{
19136
+ "shape":"String",
19137
+ "locationName":"item"
19138
+ }
19139
+ },
19140
+ "LocalGatewayVirtualInterfaceGroupSet":{
19141
+ "type":"list",
19142
+ "member":{
19143
+ "shape":"LocalGatewayVirtualInterfaceGroup",
19144
+ "locationName":"item"
19145
+ }
19146
+ },
19147
+ "LocalGatewayVirtualInterfaceIdSet":{
19148
+ "type":"list",
19149
+ "member":{
19150
+ "shape":"String",
19151
+ "locationName":"item"
19152
+ }
19153
+ },
19154
+ "LocalGatewayVirtualInterfaceSet":{
19155
+ "type":"list",
19156
+ "member":{
19157
+ "shape":"LocalGatewayVirtualInterface",
19158
+ "locationName":"item"
19159
+ }
19160
+ },
19161
+ "Location":{"type":"string"},
19162
+ "LocationType":{
19163
+ "type":"string",
19164
+ "enum":[
19165
+ "region",
19166
+ "availability-zone",
19167
+ "availability-zone-id"
19168
+ ]
17889
19169
  },
17890
19170
  "LogDestinationType":{
17891
19171
  "type":"string",
@@ -17902,6 +19182,14 @@
17902
19182
  "MaxIpv4AddrPerInterface":{"type":"integer"},
17903
19183
  "MaxIpv6AddrPerInterface":{"type":"integer"},
17904
19184
  "MaxNetworkInterfaces":{"type":"integer"},
19185
+ "MaxResults":{"type":"integer"},
19186
+ "MembershipType":{
19187
+ "type":"string",
19188
+ "enum":[
19189
+ "static",
19190
+ "igmp"
19191
+ ]
19192
+ },
17905
19193
  "MemoryInfo":{
17906
19194
  "type":"structure",
17907
19195
  "members":{
@@ -18473,7 +19761,7 @@
18473
19761
  "AssignIpv6AddressOnCreation":{"shape":"AttributeBooleanValue"},
18474
19762
  "MapPublicIpOnLaunch":{"shape":"AttributeBooleanValue"},
18475
19763
  "SubnetId":{
18476
- "shape":"SubnetId",
19764
+ "shape":"String",
18477
19765
  "locationName":"subnetId"
18478
19766
  }
18479
19767
  }
@@ -18564,7 +19852,7 @@
18564
19852
  "type":"structure",
18565
19853
  "required":["TransitGatewayAttachmentId"],
18566
19854
  "members":{
18567
- "TransitGatewayAttachmentId":{"shape":"TransitGatewayAttachmentId"},
19855
+ "TransitGatewayAttachmentId":{"shape":"String"},
18568
19856
  "AddSubnetIds":{"shape":"ValueStringList"},
18569
19857
  "RemoveSubnetIds":{"shape":"ValueStringList"},
18570
19858
  "Options":{"shape":"ModifyTransitGatewayVpcAttachmentRequestOptions"},
@@ -18983,6 +20271,13 @@
18983
20271
  "locationName":"item"
18984
20272
  }
18985
20273
  },
20274
+ "MulticastSupportValue":{
20275
+ "type":"string",
20276
+ "enum":[
20277
+ "enable",
20278
+ "disable"
20279
+ ]
20280
+ },
18986
20281
  "NatGateway":{
18987
20282
  "type":"structure",
18988
20283
  "members":{
@@ -19256,6 +20551,10 @@
19256
20551
  "shape":"String",
19257
20552
  "locationName":"networkInterfaceId"
19258
20553
  },
20554
+ "OutpostArn":{
20555
+ "shape":"String",
20556
+ "locationName":"outpostArn"
20557
+ },
19259
20558
  "OwnerId":{
19260
20559
  "shape":"String",
19261
20560
  "locationName":"ownerId"
@@ -19653,6 +20952,19 @@
19653
20952
  "SubsystemVendorId":{"shape":"String"}
19654
20953
  }
19655
20954
  },
20955
+ "PeeringAttachmentStatus":{
20956
+ "type":"structure",
20957
+ "members":{
20958
+ "Code":{
20959
+ "shape":"String",
20960
+ "locationName":"code"
20961
+ },
20962
+ "Message":{
20963
+ "shape":"String",
20964
+ "locationName":"message"
20965
+ }
20966
+ }
20967
+ },
19656
20968
  "PeeringConnectionOptions":{
19657
20969
  "type":"structure",
19658
20970
  "members":{
@@ -19678,6 +20990,23 @@
19678
20990
  "AllowEgressFromLocalVpcToRemoteClassicLink":{"shape":"Boolean"}
19679
20991
  }
19680
20992
  },
20993
+ "PeeringTgwInfo":{
20994
+ "type":"structure",
20995
+ "members":{
20996
+ "TransitGatewayId":{
20997
+ "shape":"String",
20998
+ "locationName":"transitGatewayId"
20999
+ },
21000
+ "OwnerId":{
21001
+ "shape":"String",
21002
+ "locationName":"ownerId"
21003
+ },
21004
+ "Region":{
21005
+ "shape":"String",
21006
+ "locationName":"region"
21007
+ }
21008
+ }
21009
+ },
19681
21010
  "PermissionGroup":{
19682
21011
  "type":"string",
19683
21012
  "enum":["all"]
@@ -20676,11 +22005,64 @@
20676
22005
  }
20677
22006
  }
20678
22007
  },
22008
+ "RegisterTransitGatewayMulticastGroupMembersRequest":{
22009
+ "type":"structure",
22010
+ "members":{
22011
+ "TransitGatewayMulticastDomainId":{"shape":"String"},
22012
+ "GroupIpAddress":{"shape":"String"},
22013
+ "NetworkInterfaceIds":{"shape":"ValueStringList"},
22014
+ "DryRun":{"shape":"Boolean"}
22015
+ }
22016
+ },
22017
+ "RegisterTransitGatewayMulticastGroupMembersResult":{
22018
+ "type":"structure",
22019
+ "members":{
22020
+ "RegisteredMulticastGroupMembers":{
22021
+ "shape":"TransitGatewayMulticastRegisteredGroupMembers",
22022
+ "locationName":"registeredMulticastGroupMembers"
22023
+ }
22024
+ }
22025
+ },
22026
+ "RegisterTransitGatewayMulticastGroupSourcesRequest":{
22027
+ "type":"structure",
22028
+ "members":{
22029
+ "TransitGatewayMulticastDomainId":{"shape":"String"},
22030
+ "GroupIpAddress":{"shape":"String"},
22031
+ "NetworkInterfaceIds":{"shape":"ValueStringList"},
22032
+ "DryRun":{"shape":"Boolean"}
22033
+ }
22034
+ },
22035
+ "RegisterTransitGatewayMulticastGroupSourcesResult":{
22036
+ "type":"structure",
22037
+ "members":{
22038
+ "RegisteredMulticastGroupSources":{
22039
+ "shape":"TransitGatewayMulticastRegisteredGroupSources",
22040
+ "locationName":"registeredMulticastGroupSources"
22041
+ }
22042
+ }
22043
+ },
22044
+ "RejectTransitGatewayPeeringAttachmentRequest":{
22045
+ "type":"structure",
22046
+ "required":["TransitGatewayAttachmentId"],
22047
+ "members":{
22048
+ "TransitGatewayAttachmentId":{"shape":"String"},
22049
+ "DryRun":{"shape":"Boolean"}
22050
+ }
22051
+ },
22052
+ "RejectTransitGatewayPeeringAttachmentResult":{
22053
+ "type":"structure",
22054
+ "members":{
22055
+ "TransitGatewayPeeringAttachment":{
22056
+ "shape":"TransitGatewayPeeringAttachment",
22057
+ "locationName":"transitGatewayPeeringAttachment"
22058
+ }
22059
+ }
22060
+ },
20679
22061
  "RejectTransitGatewayVpcAttachmentRequest":{
20680
22062
  "type":"structure",
20681
22063
  "required":["TransitGatewayAttachmentId"],
20682
22064
  "members":{
20683
- "TransitGatewayAttachmentId":{"shape":"TransitGatewayAttachmentId"},
22065
+ "TransitGatewayAttachmentId":{"shape":"String"},
20684
22066
  "DryRun":{"shape":"Boolean"}
20685
22067
  }
20686
22068
  },
@@ -20743,8 +22125,9 @@
20743
22125
  "ReleaseAddressRequest":{
20744
22126
  "type":"structure",
20745
22127
  "members":{
20746
- "AllocationId":{"shape":"AllocationId"},
22128
+ "AllocationId":{"shape":"String"},
20747
22129
  "PublicIp":{"shape":"String"},
22130
+ "NetworkBorderGroup":{"shape":"String"},
20748
22131
  "DryRun":{
20749
22132
  "shape":"Boolean",
20750
22133
  "locationName":"dryRun"
@@ -20904,11 +22287,13 @@
20904
22287
  "shape":"InstanceId",
20905
22288
  "locationName":"instanceId"
20906
22289
  },
22290
+ "LocalTarget":{"shape":"Boolean"},
20907
22291
  "NatGatewayId":{
20908
22292
  "shape":"NatGatewayId",
20909
22293
  "locationName":"natGatewayId"
20910
22294
  },
20911
22295
  "TransitGatewayId":{"shape":"TransitGatewayId"},
22296
+ "LocalGatewayId":{"shape":"String"},
20912
22297
  "NetworkInterfaceId":{
20913
22298
  "shape":"NetworkInterfaceId",
20914
22299
  "locationName":"networkInterfaceId"
@@ -20950,6 +22335,10 @@
20950
22335
  "NewAssociationId":{
20951
22336
  "shape":"String",
20952
22337
  "locationName":"newAssociationId"
22338
+ },
22339
+ "AssociationState":{
22340
+ "shape":"RouteTableAssociationState",
22341
+ "locationName":"associationState"
20953
22342
  }
20954
22343
  }
20955
22344
  },
@@ -20961,8 +22350,8 @@
20961
22350
  ],
20962
22351
  "members":{
20963
22352
  "DestinationCidrBlock":{"shape":"String"},
20964
- "TransitGatewayRouteTableId":{"shape":"TransitGatewayRouteTableId"},
20965
- "TransitGatewayAttachmentId":{"shape":"TransitGatewayAttachmentId"},
22353
+ "TransitGatewayRouteTableId":{"shape":"String"},
22354
+ "TransitGatewayAttachmentId":{"shape":"String"},
20966
22355
  "Blackhole":{"shape":"Boolean"},
20967
22356
  "DryRun":{"shape":"Boolean"}
20968
22357
  }
@@ -21860,6 +23249,7 @@
21860
23249
  "traffic-mirror-target",
21861
23250
  "transit-gateway",
21862
23251
  "transit-gateway-attachment",
23252
+ "transit-gateway-multicast-domain",
21863
23253
  "transit-gateway-route-table",
21864
23254
  "volume",
21865
23255
  "vpc",
@@ -22167,6 +23557,10 @@
22167
23557
  "shape":"String",
22168
23558
  "locationName":"transitGatewayId"
22169
23559
  },
23560
+ "LocalGatewayId":{
23561
+ "shape":"String",
23562
+ "locationName":"localGatewayId"
23563
+ },
22170
23564
  "NetworkInterfaceId":{
22171
23565
  "shape":"String",
22172
23566
  "locationName":"networkInterfaceId"
@@ -22258,6 +23652,14 @@
22258
23652
  "SubnetId":{
22259
23653
  "shape":"String",
22260
23654
  "locationName":"subnetId"
23655
+ },
23656
+ "GatewayId":{
23657
+ "shape":"String",
23658
+ "locationName":"gatewayId"
23659
+ },
23660
+ "AssociationState":{
23661
+ "shape":"RouteTableAssociationState",
23662
+ "locationName":"associationState"
22261
23663
  }
22262
23664
  }
22263
23665
  },
@@ -22269,6 +23671,29 @@
22269
23671
  "locationName":"item"
22270
23672
  }
22271
23673
  },
23674
+ "RouteTableAssociationState":{
23675
+ "type":"structure",
23676
+ "members":{
23677
+ "State":{
23678
+ "shape":"RouteTableAssociationStateCode",
23679
+ "locationName":"state"
23680
+ },
23681
+ "StatusMessage":{
23682
+ "shape":"String",
23683
+ "locationName":"statusMessage"
23684
+ }
23685
+ }
23686
+ },
23687
+ "RouteTableAssociationStateCode":{
23688
+ "type":"string",
23689
+ "enum":[
23690
+ "associating",
23691
+ "associated",
23692
+ "disassociating",
23693
+ "disassociated",
23694
+ "failed"
23695
+ ]
23696
+ },
22272
23697
  "RouteTableGatewayId":{"type":"string"},
22273
23698
  "RouteTableId":{"type":"string"},
22274
23699
  "RouteTableList":{
@@ -22733,25 +24158,81 @@
22733
24158
  "locationName":"NetworkInterface"
22734
24159
  }
22735
24160
  },
22736
- "ScheduledInstancesPlacement":{
24161
+ "ScheduledInstancesPlacement":{
24162
+ "type":"structure",
24163
+ "members":{
24164
+ "AvailabilityZone":{"shape":"String"},
24165
+ "GroupName":{"shape":"String"}
24166
+ }
24167
+ },
24168
+ "ScheduledInstancesPrivateIpAddressConfig":{
24169
+ "type":"structure",
24170
+ "members":{
24171
+ "Primary":{"shape":"Boolean"},
24172
+ "PrivateIpAddress":{"shape":"String"}
24173
+ }
24174
+ },
24175
+ "ScheduledInstancesSecurityGroupIdSet":{
24176
+ "type":"list",
24177
+ "member":{
24178
+ "shape":"String",
24179
+ "locationName":"SecurityGroupId"
24180
+ }
24181
+ },
24182
+ "SearchLocalGatewayRoutesRequest":{
24183
+ "type":"structure",
24184
+ "required":[
24185
+ "LocalGatewayRouteTableId",
24186
+ "Filters"
24187
+ ],
24188
+ "members":{
24189
+ "LocalGatewayRouteTableId":{"shape":"String"},
24190
+ "Filters":{
24191
+ "shape":"FilterList",
24192
+ "locationName":"Filter"
24193
+ },
24194
+ "MaxResults":{"shape":"MaxResults"},
24195
+ "NextToken":{"shape":"String"},
24196
+ "DryRun":{"shape":"Boolean"}
24197
+ }
24198
+ },
24199
+ "SearchLocalGatewayRoutesResult":{
24200
+ "type":"structure",
24201
+ "members":{
24202
+ "Routes":{
24203
+ "shape":"LocalGatewayRouteList",
24204
+ "locationName":"routeSet"
24205
+ },
24206
+ "NextToken":{
24207
+ "shape":"String",
24208
+ "locationName":"nextToken"
24209
+ }
24210
+ }
24211
+ },
24212
+ "SearchTransitGatewayMulticastGroupsRequest":{
22737
24213
  "type":"structure",
22738
24214
  "members":{
22739
- "AvailabilityZone":{"shape":"String"},
22740
- "GroupName":{"shape":"String"}
24215
+ "TransitGatewayMulticastDomainId":{"shape":"String"},
24216
+ "Filters":{
24217
+ "shape":"FilterList",
24218
+ "locationName":"Filter"
24219
+ },
24220
+ "MaxResults":{"shape":"TransitGatewayMaxResults"},
24221
+ "NextToken":{"shape":"String"},
24222
+ "DryRun":{"shape":"Boolean"}
22741
24223
  }
22742
24224
  },
22743
- "ScheduledInstancesPrivateIpAddressConfig":{
24225
+ "SearchTransitGatewayMulticastGroupsResult":{
22744
24226
  "type":"structure",
22745
24227
  "members":{
22746
- "Primary":{"shape":"Boolean"},
22747
- "PrivateIpAddress":{"shape":"String"}
22748
- }
22749
- },
22750
- "ScheduledInstancesSecurityGroupIdSet":{
22751
- "type":"list",
22752
- "member":{
22753
- "shape":"String",
22754
- "locationName":"SecurityGroupId"
24228
+ "MulticastGroups":{
24229
+ "shape":"TransitGatewayMulticastGroupList",
24230
+ "locationName":"multicastGroups"
24231
+ },
24232
+ "NextToken":{
24233
+ "shape":"String",
24234
+ "locationName":"nextToken"
24235
+ }
22755
24236
  }
22756
24237
  },
22757
24238
  "SearchTransitGatewayRoutesRequest":{
@@ -22761,7 +24242,7 @@
22761
24242
  "Filters"
22762
24243
  ],
22763
24244
  "members":{
22764
- "TransitGatewayRouteTableId":{"shape":"TransitGatewayRouteTableId"},
24245
+ "TransitGatewayRouteTableId":{"shape":"String"},
22765
24246
  "Filters":{
22766
24247
  "shape":"FilterList",
22767
24248
  "locationName":"Filter"
@@ -24083,10 +25564,33 @@
24083
25564
  "SubnetArn":{
24084
25565
  "shape":"String",
24085
25566
  "locationName":"subnetArn"
25567
+ },
25568
+ "OutpostArn":{
25569
+ "shape":"String",
25570
+ "locationName":"outpostArn"
25571
+ }
25572
+ }
25573
+ },
25574
+ "SubnetAssociation":{
25575
+ "type":"structure",
25576
+ "members":{
25577
+ "SubnetId":{
25578
+ "shape":"String",
25579
+ "locationName":"subnetId"
25580
+ },
25581
+ "State":{
25582
+ "shape":"TransitGatewayMulitcastDomainAssociationState",
25583
+ "locationName":"state"
24086
25584
  }
24087
25585
  }
24088
25586
  },
24089
- "SubnetCidrAssociationId":{"type":"string"},
25587
+ "SubnetAssociationList":{
25588
+ "type":"list",
25589
+ "member":{
25590
+ "shape":"SubnetAssociation",
25591
+ "locationName":"item"
25592
+ }
25593
+ },
24090
25594
  "SubnetCidrBlockState":{
24091
25595
  "type":"structure",
24092
25596
  "members":{
@@ -24913,7 +26417,6 @@
24913
26417
  }
24914
26418
  }
24915
26419
  },
24916
- "TransitGatewayAttachmentId":{"type":"string"},
24917
26420
  "TransitGatewayAttachmentIdStringList":{
24918
26421
  "type":"list",
24919
26422
  "member":{"shape":"String"}
@@ -24950,12 +26453,14 @@
24950
26453
  "enum":[
24951
26454
  "vpc",
24952
26455
  "vpn",
24953
- "direct-connect-gateway"
26456
+ "direct-connect-gateway",
26457
+ "tgw-peering"
24954
26458
  ]
24955
26459
  },
24956
26460
  "TransitGatewayAttachmentState":{
24957
26461
  "type":"string",
24958
26462
  "enum":[
26463
+ "initiating",
24959
26464
  "pendingAcceptance",
24960
26465
  "rollingBack",
24961
26466
  "pending",
@@ -24989,6 +26494,236 @@
24989
26494
  "max":1000,
24990
26495
  "min":5
24991
26496
  },
26497
+ "TransitGatewayMulitcastDomainAssociationState":{
26498
+ "type":"string",
26499
+ "enum":[
26500
+ "associating",
26501
+ "associated",
26502
+ "disassociating",
26503
+ "disassociated"
26504
+ ]
26505
+ },
26506
+ "TransitGatewayMulticastDeregisteredGroupMembers":{
26507
+ "type":"structure",
26508
+ "members":{
26509
+ "TransitGatewayMulticastDomainId":{
26510
+ "shape":"String",
26511
+ "locationName":"transitGatewayMulticastDomainId"
26512
+ },
26513
+ "DeregisteredNetworkInterfaceIds":{
26514
+ "shape":"ValueStringList",
26515
+ "locationName":"deregisteredNetworkInterfaceIds"
26516
+ },
26517
+ "GroupIpAddress":{
26518
+ "shape":"String",
26519
+ "locationName":"groupIpAddress"
26520
+ }
26521
+ }
26522
+ },
26523
+ "TransitGatewayMulticastDeregisteredGroupSources":{
26524
+ "type":"structure",
26525
+ "members":{
26526
+ "TransitGatewayMulticastDomainId":{
26527
+ "shape":"String",
26528
+ "locationName":"transitGatewayMulticastDomainId"
26529
+ },
26530
+ "DeregisteredNetworkInterfaceIds":{
26531
+ "shape":"ValueStringList",
26532
+ "locationName":"deregisteredNetworkInterfaceIds"
26533
+ },
26534
+ "GroupIpAddress":{
26535
+ "shape":"String",
26536
+ "locationName":"groupIpAddress"
26537
+ }
26538
+ }
26539
+ },
26540
+ "TransitGatewayMulticastDomain":{
26541
+ "type":"structure",
26542
+ "members":{
26543
+ "TransitGatewayMulticastDomainId":{
26544
+ "shape":"String",
26545
+ "locationName":"transitGatewayMulticastDomainId"
26546
+ },
26547
+ "TransitGatewayId":{
26548
+ "shape":"String",
26549
+ "locationName":"transitGatewayId"
26550
+ },
26551
+ "State":{
26552
+ "shape":"TransitGatewayMulticastDomainState",
26553
+ "locationName":"state"
26554
+ },
26555
+ "CreationTime":{
26556
+ "shape":"DateTime",
26557
+ "locationName":"creationTime"
26558
+ },
26559
+ "Tags":{
26560
+ "shape":"TagList",
26561
+ "locationName":"tagSet"
26562
+ }
26563
+ }
26564
+ },
26565
+ "TransitGatewayMulticastDomainAssociation":{
26566
+ "type":"structure",
26567
+ "members":{
26568
+ "TransitGatewayAttachmentId":{
26569
+ "shape":"String",
26570
+ "locationName":"transitGatewayAttachmentId"
26571
+ },
26572
+ "ResourceId":{
26573
+ "shape":"String",
26574
+ "locationName":"resourceId"
26575
+ },
26576
+ "ResourceType":{
26577
+ "shape":"TransitGatewayAttachmentResourceType",
26578
+ "locationName":"resourceType"
26579
+ },
26580
+ "Subnet":{
26581
+ "shape":"SubnetAssociation",
26582
+ "locationName":"subnet"
26583
+ }
26584
+ }
26585
+ },
26586
+ "TransitGatewayMulticastDomainAssociationList":{
26587
+ "type":"list",
26588
+ "member":{
26589
+ "shape":"TransitGatewayMulticastDomainAssociation",
26590
+ "locationName":"item"
26591
+ }
26592
+ },
26593
+ "TransitGatewayMulticastDomainAssociations":{
26594
+ "type":"structure",
26595
+ "members":{
26596
+ "TransitGatewayMulticastDomainId":{
26597
+ "shape":"String",
26598
+ "locationName":"transitGatewayMulticastDomainId"
26599
+ },
26600
+ "TransitGatewayAttachmentId":{
26601
+ "shape":"String",
26602
+ "locationName":"transitGatewayAttachmentId"
26603
+ },
26604
+ "ResourceId":{
26605
+ "shape":"String",
26606
+ "locationName":"resourceId"
26607
+ },
26608
+ "ResourceType":{
26609
+ "shape":"TransitGatewayAttachmentResourceType",
26610
+ "locationName":"resourceType"
26611
+ },
26612
+ "Subnets":{
26613
+ "shape":"SubnetAssociationList",
26614
+ "locationName":"subnets"
26615
+ }
26616
+ }
26617
+ },
26618
+ "TransitGatewayMulticastDomainIdStringList":{
26619
+ "type":"list",
26620
+ "member":{
26621
+ "shape":"String",
26622
+ "locationName":"item"
26623
+ }
26624
+ },
26625
+ "TransitGatewayMulticastDomainList":{
26626
+ "type":"list",
26627
+ "member":{
26628
+ "shape":"TransitGatewayMulticastDomain",
26629
+ "locationName":"item"
26630
+ }
26631
+ },
26632
+ "TransitGatewayMulticastDomainState":{
26633
+ "type":"string",
26634
+ "enum":[
26635
+ "pending",
26636
+ "available",
26637
+ "deleting",
26638
+ "deleted"
26639
+ ]
26640
+ },
26641
+ "TransitGatewayMulticastGroup":{
26642
+ "type":"structure",
26643
+ "members":{
26644
+ "GroupIpAddress":{
26645
+ "shape":"String",
26646
+ "locationName":"groupIpAddress"
26647
+ },
26648
+ "TransitGatewayAttachmentId":{
26649
+ "shape":"String",
26650
+ "locationName":"transitGatewayAttachmentId"
26651
+ },
26652
+ "SubnetId":{
26653
+ "shape":"String",
26654
+ "locationName":"subnetId"
26655
+ },
26656
+ "ResourceId":{
26657
+ "shape":"String",
26658
+ "locationName":"resourceId"
26659
+ },
26660
+ "ResourceType":{
26661
+ "shape":"TransitGatewayAttachmentResourceType",
26662
+ "locationName":"resourceType"
26663
+ },
26664
+ "NetworkInterfaceId":{
26665
+ "shape":"String",
26666
+ "locationName":"networkInterfaceId"
26667
+ },
26668
+ "GroupMember":{
26669
+ "shape":"Boolean",
26670
+ "locationName":"groupMember"
26671
+ },
26672
+ "GroupSource":{
26673
+ "shape":"Boolean",
26674
+ "locationName":"groupSource"
26675
+ },
26676
+ "MemberType":{
26677
+ "shape":"MembershipType",
26678
+ "locationName":"memberType"
26679
+ },
26680
+ "SourceType":{
26681
+ "shape":"MembershipType",
26682
+ "locationName":"sourceType"
26683
+ }
26684
+ }
26685
+ },
26686
+ "TransitGatewayMulticastGroupList":{
26687
+ "type":"list",
26688
+ "member":{
26689
+ "shape":"TransitGatewayMulticastGroup",
26690
+ "locationName":"item"
26691
+ }
26692
+ },
26693
+ "TransitGatewayMulticastRegisteredGroupMembers":{
26694
+ "type":"structure",
26695
+ "members":{
26696
+ "TransitGatewayMulticastDomainId":{
26697
+ "shape":"String",
26698
+ "locationName":"transitGatewayMulticastDomainId"
26699
+ },
26700
+ "RegisteredNetworkInterfaceIds":{
26701
+ "shape":"ValueStringList",
26702
+ "locationName":"registeredNetworkInterfaceIds"
26703
+ },
26704
+ "GroupIpAddress":{
26705
+ "shape":"String",
26706
+ "locationName":"groupIpAddress"
26707
+ }
26708
+ }
26709
+ },
26710
+ "TransitGatewayMulticastRegisteredGroupSources":{
26711
+ "type":"structure",
26712
+ "members":{
26713
+ "TransitGatewayMulticastDomainId":{
26714
+ "shape":"String",
26715
+ "locationName":"transitGatewayMulticastDomainId"
26716
+ },
26717
+ "RegisteredNetworkInterfaceIds":{
26718
+ "shape":"ValueStringList",
26719
+ "locationName":"registeredNetworkInterfaceIds"
26720
+ },
26721
+ "GroupIpAddress":{
26722
+ "shape":"String",
26723
+ "locationName":"groupIpAddress"
26724
+ }
26725
+ }
26726
+ },
24992
26727
  "TransitGatewayOptions":{
24993
26728
  "type":"structure",
24994
26729
  "members":{
@@ -25023,9 +26758,53 @@
25023
26758
  "DnsSupport":{
25024
26759
  "shape":"DnsSupportValue",
25025
26760
  "locationName":"dnsSupport"
26761
+ },
26762
+ "MulticastSupport":{
26763
+ "shape":"MulticastSupportValue",
26764
+ "locationName":"multicastSupport"
26765
+ }
26766
+ }
26767
+ },
26768
+ "TransitGatewayPeeringAttachment":{
26769
+ "type":"structure",
26770
+ "members":{
26771
+ "TransitGatewayAttachmentId":{
26772
+ "shape":"String",
26773
+ "locationName":"transitGatewayAttachmentId"
26774
+ },
26775
+ "RequesterTgwInfo":{
26776
+ "shape":"PeeringTgwInfo",
26777
+ "locationName":"requesterTgwInfo"
26778
+ },
26779
+ "AccepterTgwInfo":{
26780
+ "shape":"PeeringTgwInfo",
26781
+ "locationName":"accepterTgwInfo"
26782
+ },
26783
+ "Status":{
26784
+ "shape":"PeeringAttachmentStatus",
26785
+ "locationName":"status"
26786
+ },
26787
+ "State":{
26788
+ "shape":"TransitGatewayAttachmentState",
26789
+ "locationName":"state"
26790
+ },
26791
+ "CreationTime":{
26792
+ "shape":"DateTime",
26793
+ "locationName":"creationTime"
26794
+ },
26795
+ "Tags":{
26796
+ "shape":"TagList",
26797
+ "locationName":"tagSet"
25026
26798
  }
25027
26799
  }
25028
26800
  },
26801
+ "TransitGatewayPeeringAttachmentList":{
26802
+ "type":"list",
26803
+ "member":{
26804
+ "shape":"TransitGatewayPeeringAttachment",
26805
+ "locationName":"item"
26806
+ }
26807
+ },
25029
26808
  "TransitGatewayPropagation":{
25030
26809
  "type":"structure",
25031
26810
  "members":{
@@ -25068,7 +26847,8 @@
25068
26847
  "DefaultRouteTableAssociation":{"shape":"DefaultRouteTableAssociationValue"},
25069
26848
  "DefaultRouteTablePropagation":{"shape":"DefaultRouteTablePropagationValue"},
25070
26849
  "VpnEcmpSupport":{"shape":"VpnEcmpSupportValue"},
25071
- "DnsSupport":{"shape":"DnsSupportValue"}
26850
+ "DnsSupport":{"shape":"DnsSupportValue"},
26851
+ "MulticastSupport":{"shape":"MulticastSupportValue"}
25072
26852
  }
25073
26853
  },
25074
26854
  "TransitGatewayRoute":{
@@ -25194,7 +26974,6 @@
25194
26974
  "locationName":"item"
25195
26975
  }
25196
26976
  },
25197
- "TransitGatewayRouteTableId":{"type":"string"},
25198
26977
  "TransitGatewayRouteTableIdStringList":{
25199
26978
  "type":"list",
25200
26979
  "member":{
@@ -25820,6 +27599,10 @@
25820
27599
  "shape":"String",
25821
27600
  "locationName":"kmsKeyId"
25822
27601
  },
27602
+ "OutpostArn":{
27603
+ "shape":"String",
27604
+ "locationName":"outpostArn"
27605
+ },
25823
27606
  "Size":{
25824
27607
  "shape":"Integer",
25825
27608
  "locationName":"size"
@@ -26076,11 +27859,11 @@
26076
27859
  "locationName":"eventType"
26077
27860
  },
26078
27861
  "NotAfter":{
26079
- "shape":"DateTime",
27862
+ "shape":"MillisecondDateTime",
26080
27863
  "locationName":"notAfter"
26081
27864
  },
26082
27865
  "NotBefore":{
26083
- "shape":"DateTime",
27866
+ "shape":"MillisecondDateTime",
26084
27867
  "locationName":"notBefore"
26085
27868
  }
26086
27869
  }
@@ -26124,6 +27907,10 @@
26124
27907
  "shape":"String",
26125
27908
  "locationName":"availabilityZone"
26126
27909
  },
27910
+ "OutpostArn":{
27911
+ "shape":"String",
27912
+ "locationName":"outpostArn"
27913
+ },
26127
27914
  "Events":{
26128
27915
  "shape":"VolumeStatusEventsList",
26129
27916
  "locationName":"eventsSet"
@@ -26460,6 +28247,10 @@
26460
28247
  "Ipv6CidrBlockState":{
26461
28248
  "shape":"VpcCidrBlockState",
26462
28249
  "locationName":"ipv6CidrBlockState"
28250
+ },
28251
+ "NetworkBorderGroup":{
28252
+ "shape":"String",
28253
+ "locationName":"networkBorderGroup"
26463
28254
  }
26464
28255
  }
26465
28256
  },
@@ -26673,6 +28464,10 @@
26673
28464
  "VpnConnectionOptions":{
26674
28465
  "type":"structure",
26675
28466
  "members":{
28467
+ "EnableAcceleration":{
28468
+ "shape":"Boolean",
28469
+ "locationName":"enableAcceleration"
28470
+ },
26676
28471
  "StaticRoutesOnly":{
26677
28472
  "shape":"Boolean",
26678
28473
  "locationName":"staticRoutesOnly"
@@ -26686,6 +28481,7 @@
26686
28481
  "VpnConnectionOptionsSpecification":{
26687
28482
  "type":"structure",
26688
28483
  "members":{
28484
+ "EnableAcceleration":{"shape":"Boolean"},
26689
28485
  "StaticRoutesOnly":{
26690
28486
  "shape":"Boolean",
26691
28487
  "locationName":"staticRoutesOnly"