aws-sdk-ec2 1.122.0 → 1.127.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,6 +13,8 @@ module Aws::EC2
13
13
 
14
14
  AcceptReservedInstancesExchangeQuoteRequest = Shapes::StructureShape.new(name: 'AcceptReservedInstancesExchangeQuoteRequest')
15
15
  AcceptReservedInstancesExchangeQuoteResult = Shapes::StructureShape.new(name: 'AcceptReservedInstancesExchangeQuoteResult')
16
+ AcceptTransitGatewayPeeringAttachmentRequest = Shapes::StructureShape.new(name: 'AcceptTransitGatewayPeeringAttachmentRequest')
17
+ AcceptTransitGatewayPeeringAttachmentResult = Shapes::StructureShape.new(name: 'AcceptTransitGatewayPeeringAttachmentResult')
16
18
  AcceptTransitGatewayVpcAttachmentRequest = Shapes::StructureShape.new(name: 'AcceptTransitGatewayVpcAttachmentRequest')
17
19
  AcceptTransitGatewayVpcAttachmentResult = Shapes::StructureShape.new(name: 'AcceptTransitGatewayVpcAttachmentResult')
18
20
  AcceptVpcEndpointConnectionsRequest = Shapes::StructureShape.new(name: 'AcceptVpcEndpointConnectionsRequest')
@@ -66,6 +68,8 @@ module Aws::EC2
66
68
  AssociateRouteTableResult = Shapes::StructureShape.new(name: 'AssociateRouteTableResult')
67
69
  AssociateSubnetCidrBlockRequest = Shapes::StructureShape.new(name: 'AssociateSubnetCidrBlockRequest')
68
70
  AssociateSubnetCidrBlockResult = Shapes::StructureShape.new(name: 'AssociateSubnetCidrBlockResult')
71
+ AssociateTransitGatewayMulticastDomainRequest = Shapes::StructureShape.new(name: 'AssociateTransitGatewayMulticastDomainRequest')
72
+ AssociateTransitGatewayMulticastDomainResult = Shapes::StructureShape.new(name: 'AssociateTransitGatewayMulticastDomainResult')
69
73
  AssociateTransitGatewayRouteTableRequest = Shapes::StructureShape.new(name: 'AssociateTransitGatewayRouteTableRequest')
70
74
  AssociateTransitGatewayRouteTableResult = Shapes::StructureShape.new(name: 'AssociateTransitGatewayRouteTableResult')
71
75
  AssociateVpcCidrBlockRequest = Shapes::StructureShape.new(name: 'AssociateVpcCidrBlockRequest')
@@ -101,6 +105,7 @@ module Aws::EC2
101
105
  AvailabilityZoneList = Shapes::ListShape.new(name: 'AvailabilityZoneList')
102
106
  AvailabilityZoneMessage = Shapes::StructureShape.new(name: 'AvailabilityZoneMessage')
103
107
  AvailabilityZoneMessageList = Shapes::ListShape.new(name: 'AvailabilityZoneMessageList')
108
+ AvailabilityZoneOptInStatus = Shapes::StringShape.new(name: 'AvailabilityZoneOptInStatus')
104
109
  AvailabilityZoneState = Shapes::StringShape.new(name: 'AvailabilityZoneState')
105
110
  AvailabilityZoneStringList = Shapes::ListShape.new(name: 'AvailabilityZoneStringList')
106
111
  AvailableCapacity = Shapes::StructureShape.new(name: 'AvailableCapacity')
@@ -152,6 +157,8 @@ module Aws::EC2
152
157
  CapacityReservationId = Shapes::StringShape.new(name: 'CapacityReservationId')
153
158
  CapacityReservationIdSet = Shapes::ListShape.new(name: 'CapacityReservationIdSet')
154
159
  CapacityReservationInstancePlatform = Shapes::StringShape.new(name: 'CapacityReservationInstancePlatform')
160
+ CapacityReservationOptions = Shapes::StructureShape.new(name: 'CapacityReservationOptions')
161
+ CapacityReservationOptionsRequest = Shapes::StructureShape.new(name: 'CapacityReservationOptionsRequest')
155
162
  CapacityReservationPreference = Shapes::StringShape.new(name: 'CapacityReservationPreference')
156
163
  CapacityReservationSet = Shapes::ListShape.new(name: 'CapacityReservationSet')
157
164
  CapacityReservationSpecification = Shapes::StructureShape.new(name: 'CapacityReservationSpecification')
@@ -195,6 +202,12 @@ module Aws::EC2
195
202
  ClientVpnRouteStatus = Shapes::StructureShape.new(name: 'ClientVpnRouteStatus')
196
203
  ClientVpnRouteStatusCode = Shapes::StringShape.new(name: 'ClientVpnRouteStatusCode')
197
204
  ClientVpnSecurityGroupIdSet = Shapes::ListShape.new(name: 'ClientVpnSecurityGroupIdSet')
205
+ CoipAddressUsage = Shapes::StructureShape.new(name: 'CoipAddressUsage')
206
+ CoipAddressUsageSet = Shapes::ListShape.new(name: 'CoipAddressUsageSet')
207
+ CoipPool = Shapes::StructureShape.new(name: 'CoipPool')
208
+ CoipPoolIdSet = Shapes::ListShape.new(name: 'CoipPoolIdSet')
209
+ CoipPoolMaxResults = Shapes::IntegerShape.new(name: 'CoipPoolMaxResults')
210
+ CoipPoolSet = Shapes::ListShape.new(name: 'CoipPoolSet')
198
211
  ConfirmProductInstanceRequest = Shapes::StructureShape.new(name: 'ConfirmProductInstanceRequest')
199
212
  ConfirmProductInstanceResult = Shapes::StructureShape.new(name: 'ConfirmProductInstanceResult')
200
213
  ConnectionLogOptions = Shapes::StructureShape.new(name: 'ConnectionLogOptions')
@@ -257,6 +270,10 @@ module Aws::EC2
257
270
  CreateLaunchTemplateResult = Shapes::StructureShape.new(name: 'CreateLaunchTemplateResult')
258
271
  CreateLaunchTemplateVersionRequest = Shapes::StructureShape.new(name: 'CreateLaunchTemplateVersionRequest')
259
272
  CreateLaunchTemplateVersionResult = Shapes::StructureShape.new(name: 'CreateLaunchTemplateVersionResult')
273
+ CreateLocalGatewayRouteRequest = Shapes::StructureShape.new(name: 'CreateLocalGatewayRouteRequest')
274
+ CreateLocalGatewayRouteResult = Shapes::StructureShape.new(name: 'CreateLocalGatewayRouteResult')
275
+ CreateLocalGatewayRouteTableVpcAssociationRequest = Shapes::StructureShape.new(name: 'CreateLocalGatewayRouteTableVpcAssociationRequest')
276
+ CreateLocalGatewayRouteTableVpcAssociationResult = Shapes::StructureShape.new(name: 'CreateLocalGatewayRouteTableVpcAssociationResult')
260
277
  CreateNatGatewayRequest = Shapes::StructureShape.new(name: 'CreateNatGatewayRequest')
261
278
  CreateNatGatewayResult = Shapes::StructureShape.new(name: 'CreateNatGatewayResult')
262
279
  CreateNetworkAclEntryRequest = Shapes::StructureShape.new(name: 'CreateNetworkAclEntryRequest')
@@ -291,6 +308,10 @@ module Aws::EC2
291
308
  CreateTrafficMirrorSessionResult = Shapes::StructureShape.new(name: 'CreateTrafficMirrorSessionResult')
292
309
  CreateTrafficMirrorTargetRequest = Shapes::StructureShape.new(name: 'CreateTrafficMirrorTargetRequest')
293
310
  CreateTrafficMirrorTargetResult = Shapes::StructureShape.new(name: 'CreateTrafficMirrorTargetResult')
311
+ CreateTransitGatewayMulticastDomainRequest = Shapes::StructureShape.new(name: 'CreateTransitGatewayMulticastDomainRequest')
312
+ CreateTransitGatewayMulticastDomainResult = Shapes::StructureShape.new(name: 'CreateTransitGatewayMulticastDomainResult')
313
+ CreateTransitGatewayPeeringAttachmentRequest = Shapes::StructureShape.new(name: 'CreateTransitGatewayPeeringAttachmentRequest')
314
+ CreateTransitGatewayPeeringAttachmentResult = Shapes::StructureShape.new(name: 'CreateTransitGatewayPeeringAttachmentResult')
294
315
  CreateTransitGatewayRequest = Shapes::StructureShape.new(name: 'CreateTransitGatewayRequest')
295
316
  CreateTransitGatewayResult = Shapes::StructureShape.new(name: 'CreateTransitGatewayResult')
296
317
  CreateTransitGatewayRouteRequest = Shapes::StructureShape.new(name: 'CreateTransitGatewayRouteRequest')
@@ -365,6 +386,10 @@ module Aws::EC2
365
386
  DeleteLaunchTemplateVersionsResponseSuccessItem = Shapes::StructureShape.new(name: 'DeleteLaunchTemplateVersionsResponseSuccessItem')
366
387
  DeleteLaunchTemplateVersionsResponseSuccessSet = Shapes::ListShape.new(name: 'DeleteLaunchTemplateVersionsResponseSuccessSet')
367
388
  DeleteLaunchTemplateVersionsResult = Shapes::StructureShape.new(name: 'DeleteLaunchTemplateVersionsResult')
389
+ DeleteLocalGatewayRouteRequest = Shapes::StructureShape.new(name: 'DeleteLocalGatewayRouteRequest')
390
+ DeleteLocalGatewayRouteResult = Shapes::StructureShape.new(name: 'DeleteLocalGatewayRouteResult')
391
+ DeleteLocalGatewayRouteTableVpcAssociationRequest = Shapes::StructureShape.new(name: 'DeleteLocalGatewayRouteTableVpcAssociationRequest')
392
+ DeleteLocalGatewayRouteTableVpcAssociationResult = Shapes::StructureShape.new(name: 'DeleteLocalGatewayRouteTableVpcAssociationResult')
368
393
  DeleteNatGatewayRequest = Shapes::StructureShape.new(name: 'DeleteNatGatewayRequest')
369
394
  DeleteNatGatewayResult = Shapes::StructureShape.new(name: 'DeleteNatGatewayResult')
370
395
  DeleteNetworkAclEntryRequest = Shapes::StructureShape.new(name: 'DeleteNetworkAclEntryRequest')
@@ -393,6 +418,10 @@ module Aws::EC2
393
418
  DeleteTrafficMirrorSessionResult = Shapes::StructureShape.new(name: 'DeleteTrafficMirrorSessionResult')
394
419
  DeleteTrafficMirrorTargetRequest = Shapes::StructureShape.new(name: 'DeleteTrafficMirrorTargetRequest')
395
420
  DeleteTrafficMirrorTargetResult = Shapes::StructureShape.new(name: 'DeleteTrafficMirrorTargetResult')
421
+ DeleteTransitGatewayMulticastDomainRequest = Shapes::StructureShape.new(name: 'DeleteTransitGatewayMulticastDomainRequest')
422
+ DeleteTransitGatewayMulticastDomainResult = Shapes::StructureShape.new(name: 'DeleteTransitGatewayMulticastDomainResult')
423
+ DeleteTransitGatewayPeeringAttachmentRequest = Shapes::StructureShape.new(name: 'DeleteTransitGatewayPeeringAttachmentRequest')
424
+ DeleteTransitGatewayPeeringAttachmentResult = Shapes::StructureShape.new(name: 'DeleteTransitGatewayPeeringAttachmentResult')
396
425
  DeleteTransitGatewayRequest = Shapes::StructureShape.new(name: 'DeleteTransitGatewayRequest')
397
426
  DeleteTransitGatewayResult = Shapes::StructureShape.new(name: 'DeleteTransitGatewayResult')
398
427
  DeleteTransitGatewayRouteRequest = Shapes::StructureShape.new(name: 'DeleteTransitGatewayRouteRequest')
@@ -417,6 +446,10 @@ module Aws::EC2
417
446
  DeprovisionByoipCidrRequest = Shapes::StructureShape.new(name: 'DeprovisionByoipCidrRequest')
418
447
  DeprovisionByoipCidrResult = Shapes::StructureShape.new(name: 'DeprovisionByoipCidrResult')
419
448
  DeregisterImageRequest = Shapes::StructureShape.new(name: 'DeregisterImageRequest')
449
+ DeregisterTransitGatewayMulticastGroupMembersRequest = Shapes::StructureShape.new(name: 'DeregisterTransitGatewayMulticastGroupMembersRequest')
450
+ DeregisterTransitGatewayMulticastGroupMembersResult = Shapes::StructureShape.new(name: 'DeregisterTransitGatewayMulticastGroupMembersResult')
451
+ DeregisterTransitGatewayMulticastGroupSourcesRequest = Shapes::StructureShape.new(name: 'DeregisterTransitGatewayMulticastGroupSourcesRequest')
452
+ DeregisterTransitGatewayMulticastGroupSourcesResult = Shapes::StructureShape.new(name: 'DeregisterTransitGatewayMulticastGroupSourcesResult')
420
453
  DescribeAccountAttributesRequest = Shapes::StructureShape.new(name: 'DescribeAccountAttributesRequest')
421
454
  DescribeAccountAttributesResult = Shapes::StructureShape.new(name: 'DescribeAccountAttributesResult')
422
455
  DescribeAddressesRequest = Shapes::StructureShape.new(name: 'DescribeAddressesRequest')
@@ -451,6 +484,8 @@ module Aws::EC2
451
484
  DescribeClientVpnTargetNetworksMaxResults = Shapes::IntegerShape.new(name: 'DescribeClientVpnTargetNetworksMaxResults')
452
485
  DescribeClientVpnTargetNetworksRequest = Shapes::StructureShape.new(name: 'DescribeClientVpnTargetNetworksRequest')
453
486
  DescribeClientVpnTargetNetworksResult = Shapes::StructureShape.new(name: 'DescribeClientVpnTargetNetworksResult')
487
+ DescribeCoipPoolsRequest = Shapes::StructureShape.new(name: 'DescribeCoipPoolsRequest')
488
+ DescribeCoipPoolsResult = Shapes::StructureShape.new(name: 'DescribeCoipPoolsResult')
454
489
  DescribeConversionTaskList = Shapes::ListShape.new(name: 'DescribeConversionTaskList')
455
490
  DescribeConversionTasksRequest = Shapes::StructureShape.new(name: 'DescribeConversionTasksRequest')
456
491
  DescribeConversionTasksResult = Shapes::StructureShape.new(name: 'DescribeConversionTasksResult')
@@ -535,6 +570,18 @@ module Aws::EC2
535
570
  DescribeLaunchTemplatesMaxResults = Shapes::IntegerShape.new(name: 'DescribeLaunchTemplatesMaxResults')
536
571
  DescribeLaunchTemplatesRequest = Shapes::StructureShape.new(name: 'DescribeLaunchTemplatesRequest')
537
572
  DescribeLaunchTemplatesResult = Shapes::StructureShape.new(name: 'DescribeLaunchTemplatesResult')
573
+ DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest = Shapes::StructureShape.new(name: 'DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest')
574
+ DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult = Shapes::StructureShape.new(name: 'DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult')
575
+ DescribeLocalGatewayRouteTableVpcAssociationsRequest = Shapes::StructureShape.new(name: 'DescribeLocalGatewayRouteTableVpcAssociationsRequest')
576
+ DescribeLocalGatewayRouteTableVpcAssociationsResult = Shapes::StructureShape.new(name: 'DescribeLocalGatewayRouteTableVpcAssociationsResult')
577
+ DescribeLocalGatewayRouteTablesRequest = Shapes::StructureShape.new(name: 'DescribeLocalGatewayRouteTablesRequest')
578
+ DescribeLocalGatewayRouteTablesResult = Shapes::StructureShape.new(name: 'DescribeLocalGatewayRouteTablesResult')
579
+ DescribeLocalGatewayVirtualInterfaceGroupsRequest = Shapes::StructureShape.new(name: 'DescribeLocalGatewayVirtualInterfaceGroupsRequest')
580
+ DescribeLocalGatewayVirtualInterfaceGroupsResult = Shapes::StructureShape.new(name: 'DescribeLocalGatewayVirtualInterfaceGroupsResult')
581
+ DescribeLocalGatewayVirtualInterfacesRequest = Shapes::StructureShape.new(name: 'DescribeLocalGatewayVirtualInterfacesRequest')
582
+ DescribeLocalGatewayVirtualInterfacesResult = Shapes::StructureShape.new(name: 'DescribeLocalGatewayVirtualInterfacesResult')
583
+ DescribeLocalGatewaysRequest = Shapes::StructureShape.new(name: 'DescribeLocalGatewaysRequest')
584
+ DescribeLocalGatewaysResult = Shapes::StructureShape.new(name: 'DescribeLocalGatewaysResult')
538
585
  DescribeMovingAddressesMaxResults = Shapes::IntegerShape.new(name: 'DescribeMovingAddressesMaxResults')
539
586
  DescribeMovingAddressesRequest = Shapes::StructureShape.new(name: 'DescribeMovingAddressesRequest')
540
587
  DescribeMovingAddressesResult = Shapes::StructureShape.new(name: 'DescribeMovingAddressesResult')
@@ -619,6 +666,10 @@ module Aws::EC2
619
666
  DescribeTrafficMirrorTargetsResult = Shapes::StructureShape.new(name: 'DescribeTrafficMirrorTargetsResult')
620
667
  DescribeTransitGatewayAttachmentsRequest = Shapes::StructureShape.new(name: 'DescribeTransitGatewayAttachmentsRequest')
621
668
  DescribeTransitGatewayAttachmentsResult = Shapes::StructureShape.new(name: 'DescribeTransitGatewayAttachmentsResult')
669
+ DescribeTransitGatewayMulticastDomainsRequest = Shapes::StructureShape.new(name: 'DescribeTransitGatewayMulticastDomainsRequest')
670
+ DescribeTransitGatewayMulticastDomainsResult = Shapes::StructureShape.new(name: 'DescribeTransitGatewayMulticastDomainsResult')
671
+ DescribeTransitGatewayPeeringAttachmentsRequest = Shapes::StructureShape.new(name: 'DescribeTransitGatewayPeeringAttachmentsRequest')
672
+ DescribeTransitGatewayPeeringAttachmentsResult = Shapes::StructureShape.new(name: 'DescribeTransitGatewayPeeringAttachmentsResult')
622
673
  DescribeTransitGatewayRouteTablesRequest = Shapes::StructureShape.new(name: 'DescribeTransitGatewayRouteTablesRequest')
623
674
  DescribeTransitGatewayRouteTablesResult = Shapes::StructureShape.new(name: 'DescribeTransitGatewayRouteTablesResult')
624
675
  DescribeTransitGatewayVpcAttachmentsRequest = Shapes::StructureShape.new(name: 'DescribeTransitGatewayVpcAttachmentsRequest')
@@ -705,6 +756,8 @@ module Aws::EC2
705
756
  DisassociateRouteTableRequest = Shapes::StructureShape.new(name: 'DisassociateRouteTableRequest')
706
757
  DisassociateSubnetCidrBlockRequest = Shapes::StructureShape.new(name: 'DisassociateSubnetCidrBlockRequest')
707
758
  DisassociateSubnetCidrBlockResult = Shapes::StructureShape.new(name: 'DisassociateSubnetCidrBlockResult')
759
+ DisassociateTransitGatewayMulticastDomainRequest = Shapes::StructureShape.new(name: 'DisassociateTransitGatewayMulticastDomainRequest')
760
+ DisassociateTransitGatewayMulticastDomainResult = Shapes::StructureShape.new(name: 'DisassociateTransitGatewayMulticastDomainResult')
708
761
  DisassociateTransitGatewayRouteTableRequest = Shapes::StructureShape.new(name: 'DisassociateTransitGatewayRouteTableRequest')
709
762
  DisassociateTransitGatewayRouteTableResult = Shapes::StructureShape.new(name: 'DisassociateTransitGatewayRouteTableResult')
710
763
  DisassociateVpcCidrBlockRequest = Shapes::StructureShape.new(name: 'DisassociateVpcCidrBlockRequest')
@@ -752,6 +805,7 @@ module Aws::EC2
752
805
  ElasticInferenceAccelerator = Shapes::StructureShape.new(name: 'ElasticInferenceAccelerator')
753
806
  ElasticInferenceAcceleratorAssociation = Shapes::StructureShape.new(name: 'ElasticInferenceAcceleratorAssociation')
754
807
  ElasticInferenceAcceleratorAssociationList = Shapes::ListShape.new(name: 'ElasticInferenceAcceleratorAssociationList')
808
+ ElasticInferenceAcceleratorCount = Shapes::IntegerShape.new(name: 'ElasticInferenceAcceleratorCount')
755
809
  ElasticInferenceAccelerators = Shapes::ListShape.new(name: 'ElasticInferenceAccelerators')
756
810
  EnaSupport = Shapes::StringShape.new(name: 'EnaSupport')
757
811
  EnableEbsEncryptionByDefaultRequest = Shapes::StructureShape.new(name: 'EnableEbsEncryptionByDefaultRequest')
@@ -807,6 +861,7 @@ module Aws::EC2
807
861
  Filter = Shapes::StructureShape.new(name: 'Filter')
808
862
  FilterList = Shapes::ListShape.new(name: 'FilterList')
809
863
  FleetActivityStatus = Shapes::StringShape.new(name: 'FleetActivityStatus')
864
+ FleetCapacityReservationUsageStrategy = Shapes::StringShape.new(name: 'FleetCapacityReservationUsageStrategy')
810
865
  FleetData = Shapes::StructureShape.new(name: 'FleetData')
811
866
  FleetEventType = Shapes::StringShape.new(name: 'FleetEventType')
812
867
  FleetExcessCapacityTerminationPolicy = Shapes::StringShape.new(name: 'FleetExcessCapacityTerminationPolicy')
@@ -851,6 +906,8 @@ module Aws::EC2
851
906
  GetCapacityReservationUsageRequest = Shapes::StructureShape.new(name: 'GetCapacityReservationUsageRequest')
852
907
  GetCapacityReservationUsageRequestMaxResults = Shapes::IntegerShape.new(name: 'GetCapacityReservationUsageRequestMaxResults')
853
908
  GetCapacityReservationUsageResult = Shapes::StructureShape.new(name: 'GetCapacityReservationUsageResult')
909
+ GetCoipPoolUsageRequest = Shapes::StructureShape.new(name: 'GetCoipPoolUsageRequest')
910
+ GetCoipPoolUsageResult = Shapes::StructureShape.new(name: 'GetCoipPoolUsageResult')
854
911
  GetConsoleOutputRequest = Shapes::StructureShape.new(name: 'GetConsoleOutputRequest')
855
912
  GetConsoleOutputResult = Shapes::StructureShape.new(name: 'GetConsoleOutputResult')
856
913
  GetConsoleScreenshotRequest = Shapes::StructureShape.new(name: 'GetConsoleScreenshotRequest')
@@ -871,6 +928,8 @@ module Aws::EC2
871
928
  GetReservedInstancesExchangeQuoteResult = Shapes::StructureShape.new(name: 'GetReservedInstancesExchangeQuoteResult')
872
929
  GetTransitGatewayAttachmentPropagationsRequest = Shapes::StructureShape.new(name: 'GetTransitGatewayAttachmentPropagationsRequest')
873
930
  GetTransitGatewayAttachmentPropagationsResult = Shapes::StructureShape.new(name: 'GetTransitGatewayAttachmentPropagationsResult')
931
+ GetTransitGatewayMulticastDomainAssociationsRequest = Shapes::StructureShape.new(name: 'GetTransitGatewayMulticastDomainAssociationsRequest')
932
+ GetTransitGatewayMulticastDomainAssociationsResult = Shapes::StructureShape.new(name: 'GetTransitGatewayMulticastDomainAssociationsResult')
874
933
  GetTransitGatewayRouteTableAssociationsRequest = Shapes::StructureShape.new(name: 'GetTransitGatewayRouteTableAssociationsRequest')
875
934
  GetTransitGatewayRouteTableAssociationsResult = Shapes::StructureShape.new(name: 'GetTransitGatewayRouteTableAssociationsResult')
876
935
  GetTransitGatewayRouteTablePropagationsRequest = Shapes::StructureShape.new(name: 'GetTransitGatewayRouteTablePropagationsRequest')
@@ -960,6 +1019,12 @@ module Aws::EC2
960
1019
  ImportVolumeRequest = Shapes::StructureShape.new(name: 'ImportVolumeRequest')
961
1020
  ImportVolumeResult = Shapes::StructureShape.new(name: 'ImportVolumeResult')
962
1021
  ImportVolumeTaskDetails = Shapes::StructureShape.new(name: 'ImportVolumeTaskDetails')
1022
+ InferenceAcceleratorInfo = Shapes::StructureShape.new(name: 'InferenceAcceleratorInfo')
1023
+ InferenceDeviceCount = Shapes::IntegerShape.new(name: 'InferenceDeviceCount')
1024
+ InferenceDeviceInfo = Shapes::StructureShape.new(name: 'InferenceDeviceInfo')
1025
+ InferenceDeviceInfoList = Shapes::ListShape.new(name: 'InferenceDeviceInfoList')
1026
+ InferenceDeviceManufacturerName = Shapes::StringShape.new(name: 'InferenceDeviceManufacturerName')
1027
+ InferenceDeviceName = Shapes::StringShape.new(name: 'InferenceDeviceName')
963
1028
  Instance = Shapes::StructureShape.new(name: 'Instance')
964
1029
  InstanceAttribute = Shapes::StructureShape.new(name: 'InstanceAttribute')
965
1030
  InstanceAttributeName = Shapes::StringShape.new(name: 'InstanceAttributeName')
@@ -1075,6 +1140,7 @@ module Aws::EC2
1075
1140
  LaunchTemplateEbsBlockDevice = Shapes::StructureShape.new(name: 'LaunchTemplateEbsBlockDevice')
1076
1141
  LaunchTemplateEbsBlockDeviceRequest = Shapes::StructureShape.new(name: 'LaunchTemplateEbsBlockDeviceRequest')
1077
1142
  LaunchTemplateElasticInferenceAccelerator = Shapes::StructureShape.new(name: 'LaunchTemplateElasticInferenceAccelerator')
1143
+ LaunchTemplateElasticInferenceAcceleratorCount = Shapes::IntegerShape.new(name: 'LaunchTemplateElasticInferenceAcceleratorCount')
1078
1144
  LaunchTemplateElasticInferenceAcceleratorList = Shapes::ListShape.new(name: 'LaunchTemplateElasticInferenceAcceleratorList')
1079
1145
  LaunchTemplateElasticInferenceAcceleratorResponse = Shapes::StructureShape.new(name: 'LaunchTemplateElasticInferenceAcceleratorResponse')
1080
1146
  LaunchTemplateElasticInferenceAcceleratorResponseList = Shapes::ListShape.new(name: 'LaunchTemplateElasticInferenceAcceleratorResponseList')
@@ -1124,6 +1190,29 @@ module Aws::EC2
1124
1190
  LoadPermissionListRequest = Shapes::ListShape.new(name: 'LoadPermissionListRequest')
1125
1191
  LoadPermissionModifications = Shapes::StructureShape.new(name: 'LoadPermissionModifications')
1126
1192
  LoadPermissionRequest = Shapes::StructureShape.new(name: 'LoadPermissionRequest')
1193
+ LocalGateway = Shapes::StructureShape.new(name: 'LocalGateway')
1194
+ LocalGatewayIdSet = Shapes::ListShape.new(name: 'LocalGatewayIdSet')
1195
+ LocalGatewayMaxResults = Shapes::IntegerShape.new(name: 'LocalGatewayMaxResults')
1196
+ LocalGatewayRoute = Shapes::StructureShape.new(name: 'LocalGatewayRoute')
1197
+ LocalGatewayRouteList = Shapes::ListShape.new(name: 'LocalGatewayRouteList')
1198
+ LocalGatewayRouteState = Shapes::StringShape.new(name: 'LocalGatewayRouteState')
1199
+ LocalGatewayRouteTable = Shapes::StructureShape.new(name: 'LocalGatewayRouteTable')
1200
+ LocalGatewayRouteTableIdSet = Shapes::ListShape.new(name: 'LocalGatewayRouteTableIdSet')
1201
+ LocalGatewayRouteTableSet = Shapes::ListShape.new(name: 'LocalGatewayRouteTableSet')
1202
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociation = Shapes::StructureShape.new(name: 'LocalGatewayRouteTableVirtualInterfaceGroupAssociation')
1203
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociationIdSet = Shapes::ListShape.new(name: 'LocalGatewayRouteTableVirtualInterfaceGroupAssociationIdSet')
1204
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociationSet = Shapes::ListShape.new(name: 'LocalGatewayRouteTableVirtualInterfaceGroupAssociationSet')
1205
+ LocalGatewayRouteTableVpcAssociation = Shapes::StructureShape.new(name: 'LocalGatewayRouteTableVpcAssociation')
1206
+ LocalGatewayRouteTableVpcAssociationIdSet = Shapes::ListShape.new(name: 'LocalGatewayRouteTableVpcAssociationIdSet')
1207
+ LocalGatewayRouteTableVpcAssociationSet = Shapes::ListShape.new(name: 'LocalGatewayRouteTableVpcAssociationSet')
1208
+ LocalGatewayRouteType = Shapes::StringShape.new(name: 'LocalGatewayRouteType')
1209
+ LocalGatewaySet = Shapes::ListShape.new(name: 'LocalGatewaySet')
1210
+ LocalGatewayVirtualInterface = Shapes::StructureShape.new(name: 'LocalGatewayVirtualInterface')
1211
+ LocalGatewayVirtualInterfaceGroup = Shapes::StructureShape.new(name: 'LocalGatewayVirtualInterfaceGroup')
1212
+ LocalGatewayVirtualInterfaceGroupIdSet = Shapes::ListShape.new(name: 'LocalGatewayVirtualInterfaceGroupIdSet')
1213
+ LocalGatewayVirtualInterfaceGroupSet = Shapes::ListShape.new(name: 'LocalGatewayVirtualInterfaceGroupSet')
1214
+ LocalGatewayVirtualInterfaceIdSet = Shapes::ListShape.new(name: 'LocalGatewayVirtualInterfaceIdSet')
1215
+ LocalGatewayVirtualInterfaceSet = Shapes::ListShape.new(name: 'LocalGatewayVirtualInterfaceSet')
1127
1216
  Location = Shapes::StringShape.new(name: 'Location')
1128
1217
  LocationType = Shapes::StringShape.new(name: 'LocationType')
1129
1218
  LogDestinationType = Shapes::StringShape.new(name: 'LogDestinationType')
@@ -1132,6 +1221,8 @@ module Aws::EC2
1132
1221
  MaxIpv4AddrPerInterface = Shapes::IntegerShape.new(name: 'MaxIpv4AddrPerInterface')
1133
1222
  MaxIpv6AddrPerInterface = Shapes::IntegerShape.new(name: 'MaxIpv6AddrPerInterface')
1134
1223
  MaxNetworkInterfaces = Shapes::IntegerShape.new(name: 'MaxNetworkInterfaces')
1224
+ MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
1225
+ MembershipType = Shapes::StringShape.new(name: 'MembershipType')
1135
1226
  MemoryInfo = Shapes::StructureShape.new(name: 'MemoryInfo')
1136
1227
  MemorySize = Shapes::IntegerShape.new(name: 'MemorySize')
1137
1228
  MillisecondDateTime = Shapes::TimestampShape.new(name: 'MillisecondDateTime')
@@ -1213,6 +1304,7 @@ module Aws::EC2
1213
1304
  MoveStatus = Shapes::StringShape.new(name: 'MoveStatus')
1214
1305
  MovingAddressStatus = Shapes::StructureShape.new(name: 'MovingAddressStatus')
1215
1306
  MovingAddressStatusSet = Shapes::ListShape.new(name: 'MovingAddressStatusSet')
1307
+ MulticastSupportValue = Shapes::StringShape.new(name: 'MulticastSupportValue')
1216
1308
  NatGateway = Shapes::StructureShape.new(name: 'NatGateway')
1217
1309
  NatGatewayAddress = Shapes::StructureShape.new(name: 'NatGatewayAddress')
1218
1310
  NatGatewayAddressList = Shapes::ListShape.new(name: 'NatGatewayAddressList')
@@ -1264,8 +1356,10 @@ module Aws::EC2
1264
1356
  OwnerStringList = Shapes::ListShape.new(name: 'OwnerStringList')
1265
1357
  PaymentOption = Shapes::StringShape.new(name: 'PaymentOption')
1266
1358
  PciId = Shapes::StructureShape.new(name: 'PciId')
1359
+ PeeringAttachmentStatus = Shapes::StructureShape.new(name: 'PeeringAttachmentStatus')
1267
1360
  PeeringConnectionOptions = Shapes::StructureShape.new(name: 'PeeringConnectionOptions')
1268
1361
  PeeringConnectionOptionsRequest = Shapes::StructureShape.new(name: 'PeeringConnectionOptionsRequest')
1362
+ PeeringTgwInfo = Shapes::StructureShape.new(name: 'PeeringTgwInfo')
1269
1363
  PermissionGroup = Shapes::StringShape.new(name: 'PermissionGroup')
1270
1364
  Phase1DHGroupNumbersList = Shapes::ListShape.new(name: 'Phase1DHGroupNumbersList')
1271
1365
  Phase1DHGroupNumbersListValue = Shapes::StructureShape.new(name: 'Phase1DHGroupNumbersListValue')
@@ -1362,6 +1456,12 @@ module Aws::EC2
1362
1456
  RegionNameStringList = Shapes::ListShape.new(name: 'RegionNameStringList')
1363
1457
  RegisterImageRequest = Shapes::StructureShape.new(name: 'RegisterImageRequest')
1364
1458
  RegisterImageResult = Shapes::StructureShape.new(name: 'RegisterImageResult')
1459
+ RegisterTransitGatewayMulticastGroupMembersRequest = Shapes::StructureShape.new(name: 'RegisterTransitGatewayMulticastGroupMembersRequest')
1460
+ RegisterTransitGatewayMulticastGroupMembersResult = Shapes::StructureShape.new(name: 'RegisterTransitGatewayMulticastGroupMembersResult')
1461
+ RegisterTransitGatewayMulticastGroupSourcesRequest = Shapes::StructureShape.new(name: 'RegisterTransitGatewayMulticastGroupSourcesRequest')
1462
+ RegisterTransitGatewayMulticastGroupSourcesResult = Shapes::StructureShape.new(name: 'RegisterTransitGatewayMulticastGroupSourcesResult')
1463
+ RejectTransitGatewayPeeringAttachmentRequest = Shapes::StructureShape.new(name: 'RejectTransitGatewayPeeringAttachmentRequest')
1464
+ RejectTransitGatewayPeeringAttachmentResult = Shapes::StructureShape.new(name: 'RejectTransitGatewayPeeringAttachmentResult')
1365
1465
  RejectTransitGatewayVpcAttachmentRequest = Shapes::StructureShape.new(name: 'RejectTransitGatewayVpcAttachmentRequest')
1366
1466
  RejectTransitGatewayVpcAttachmentResult = Shapes::StructureShape.new(name: 'RejectTransitGatewayVpcAttachmentResult')
1367
1467
  RejectVpcEndpointConnectionsRequest = Shapes::StructureShape.new(name: 'RejectVpcEndpointConnectionsRequest')
@@ -1454,6 +1554,8 @@ module Aws::EC2
1454
1554
  RouteTableAssociation = Shapes::StructureShape.new(name: 'RouteTableAssociation')
1455
1555
  RouteTableAssociationId = Shapes::StringShape.new(name: 'RouteTableAssociationId')
1456
1556
  RouteTableAssociationList = Shapes::ListShape.new(name: 'RouteTableAssociationList')
1557
+ RouteTableAssociationState = Shapes::StructureShape.new(name: 'RouteTableAssociationState')
1558
+ RouteTableAssociationStateCode = Shapes::StringShape.new(name: 'RouteTableAssociationStateCode')
1457
1559
  RouteTableGatewayId = Shapes::StringShape.new(name: 'RouteTableGatewayId')
1458
1560
  RouteTableId = Shapes::StringShape.new(name: 'RouteTableId')
1459
1561
  RouteTableList = Shapes::ListShape.new(name: 'RouteTableList')
@@ -1484,6 +1586,10 @@ module Aws::EC2
1484
1586
  ScheduledInstancesPlacement = Shapes::StructureShape.new(name: 'ScheduledInstancesPlacement')
1485
1587
  ScheduledInstancesPrivateIpAddressConfig = Shapes::StructureShape.new(name: 'ScheduledInstancesPrivateIpAddressConfig')
1486
1588
  ScheduledInstancesSecurityGroupIdSet = Shapes::ListShape.new(name: 'ScheduledInstancesSecurityGroupIdSet')
1589
+ SearchLocalGatewayRoutesRequest = Shapes::StructureShape.new(name: 'SearchLocalGatewayRoutesRequest')
1590
+ SearchLocalGatewayRoutesResult = Shapes::StructureShape.new(name: 'SearchLocalGatewayRoutesResult')
1591
+ SearchTransitGatewayMulticastGroupsRequest = Shapes::StructureShape.new(name: 'SearchTransitGatewayMulticastGroupsRequest')
1592
+ SearchTransitGatewayMulticastGroupsResult = Shapes::StructureShape.new(name: 'SearchTransitGatewayMulticastGroupsResult')
1487
1593
  SearchTransitGatewayRoutesRequest = Shapes::StructureShape.new(name: 'SearchTransitGatewayRoutesRequest')
1488
1594
  SearchTransitGatewayRoutesResult = Shapes::StructureShape.new(name: 'SearchTransitGatewayRoutesResult')
1489
1595
  SecurityGroup = Shapes::StructureShape.new(name: 'SecurityGroup')
@@ -1560,7 +1666,8 @@ module Aws::EC2
1560
1666
  StorageLocation = Shapes::StructureShape.new(name: 'StorageLocation')
1561
1667
  String = Shapes::StringShape.new(name: 'String')
1562
1668
  Subnet = Shapes::StructureShape.new(name: 'Subnet')
1563
- SubnetCidrAssociationId = Shapes::StringShape.new(name: 'SubnetCidrAssociationId')
1669
+ SubnetAssociation = Shapes::StructureShape.new(name: 'SubnetAssociation')
1670
+ SubnetAssociationList = Shapes::ListShape.new(name: 'SubnetAssociationList')
1564
1671
  SubnetCidrBlockState = Shapes::StructureShape.new(name: 'SubnetCidrBlockState')
1565
1672
  SubnetCidrBlockStateCode = Shapes::StringShape.new(name: 'SubnetCidrBlockStateCode')
1566
1673
  SubnetId = Shapes::StringShape.new(name: 'SubnetId')
@@ -1632,7 +1739,6 @@ module Aws::EC2
1632
1739
  TransitGatewayAssociationState = Shapes::StringShape.new(name: 'TransitGatewayAssociationState')
1633
1740
  TransitGatewayAttachment = Shapes::StructureShape.new(name: 'TransitGatewayAttachment')
1634
1741
  TransitGatewayAttachmentAssociation = Shapes::StructureShape.new(name: 'TransitGatewayAttachmentAssociation')
1635
- TransitGatewayAttachmentId = Shapes::StringShape.new(name: 'TransitGatewayAttachmentId')
1636
1742
  TransitGatewayAttachmentIdStringList = Shapes::ListShape.new(name: 'TransitGatewayAttachmentIdStringList')
1637
1743
  TransitGatewayAttachmentList = Shapes::ListShape.new(name: 'TransitGatewayAttachmentList')
1638
1744
  TransitGatewayAttachmentPropagation = Shapes::StructureShape.new(name: 'TransitGatewayAttachmentPropagation')
@@ -1643,7 +1749,23 @@ module Aws::EC2
1643
1749
  TransitGatewayIdStringList = Shapes::ListShape.new(name: 'TransitGatewayIdStringList')
1644
1750
  TransitGatewayList = Shapes::ListShape.new(name: 'TransitGatewayList')
1645
1751
  TransitGatewayMaxResults = Shapes::IntegerShape.new(name: 'TransitGatewayMaxResults')
1752
+ TransitGatewayMulitcastDomainAssociationState = Shapes::StringShape.new(name: 'TransitGatewayMulitcastDomainAssociationState')
1753
+ TransitGatewayMulticastDeregisteredGroupMembers = Shapes::StructureShape.new(name: 'TransitGatewayMulticastDeregisteredGroupMembers')
1754
+ TransitGatewayMulticastDeregisteredGroupSources = Shapes::StructureShape.new(name: 'TransitGatewayMulticastDeregisteredGroupSources')
1755
+ TransitGatewayMulticastDomain = Shapes::StructureShape.new(name: 'TransitGatewayMulticastDomain')
1756
+ TransitGatewayMulticastDomainAssociation = Shapes::StructureShape.new(name: 'TransitGatewayMulticastDomainAssociation')
1757
+ TransitGatewayMulticastDomainAssociationList = Shapes::ListShape.new(name: 'TransitGatewayMulticastDomainAssociationList')
1758
+ TransitGatewayMulticastDomainAssociations = Shapes::StructureShape.new(name: 'TransitGatewayMulticastDomainAssociations')
1759
+ TransitGatewayMulticastDomainIdStringList = Shapes::ListShape.new(name: 'TransitGatewayMulticastDomainIdStringList')
1760
+ TransitGatewayMulticastDomainList = Shapes::ListShape.new(name: 'TransitGatewayMulticastDomainList')
1761
+ TransitGatewayMulticastDomainState = Shapes::StringShape.new(name: 'TransitGatewayMulticastDomainState')
1762
+ TransitGatewayMulticastGroup = Shapes::StructureShape.new(name: 'TransitGatewayMulticastGroup')
1763
+ TransitGatewayMulticastGroupList = Shapes::ListShape.new(name: 'TransitGatewayMulticastGroupList')
1764
+ TransitGatewayMulticastRegisteredGroupMembers = Shapes::StructureShape.new(name: 'TransitGatewayMulticastRegisteredGroupMembers')
1765
+ TransitGatewayMulticastRegisteredGroupSources = Shapes::StructureShape.new(name: 'TransitGatewayMulticastRegisteredGroupSources')
1646
1766
  TransitGatewayOptions = Shapes::StructureShape.new(name: 'TransitGatewayOptions')
1767
+ TransitGatewayPeeringAttachment = Shapes::StructureShape.new(name: 'TransitGatewayPeeringAttachment')
1768
+ TransitGatewayPeeringAttachmentList = Shapes::ListShape.new(name: 'TransitGatewayPeeringAttachmentList')
1647
1769
  TransitGatewayPropagation = Shapes::StructureShape.new(name: 'TransitGatewayPropagation')
1648
1770
  TransitGatewayPropagationState = Shapes::StringShape.new(name: 'TransitGatewayPropagationState')
1649
1771
  TransitGatewayRequestOptions = Shapes::StructureShape.new(name: 'TransitGatewayRequestOptions')
@@ -1655,7 +1777,6 @@ module Aws::EC2
1655
1777
  TransitGatewayRouteTable = Shapes::StructureShape.new(name: 'TransitGatewayRouteTable')
1656
1778
  TransitGatewayRouteTableAssociation = Shapes::StructureShape.new(name: 'TransitGatewayRouteTableAssociation')
1657
1779
  TransitGatewayRouteTableAssociationList = Shapes::ListShape.new(name: 'TransitGatewayRouteTableAssociationList')
1658
- TransitGatewayRouteTableId = Shapes::StringShape.new(name: 'TransitGatewayRouteTableId')
1659
1780
  TransitGatewayRouteTableIdStringList = Shapes::ListShape.new(name: 'TransitGatewayRouteTableIdStringList')
1660
1781
  TransitGatewayRouteTableList = Shapes::ListShape.new(name: 'TransitGatewayRouteTableList')
1661
1782
  TransitGatewayRouteTablePropagation = Shapes::StructureShape.new(name: 'TransitGatewayRouteTablePropagation')
@@ -1796,7 +1917,14 @@ module Aws::EC2
1796
1917
  AcceptReservedInstancesExchangeQuoteResult.add_member(:exchange_id, Shapes::ShapeRef.new(shape: String, location_name: "exchangeId"))
1797
1918
  AcceptReservedInstancesExchangeQuoteResult.struct_class = Types::AcceptReservedInstancesExchangeQuoteResult
1798
1919
 
1799
- AcceptTransitGatewayVpcAttachmentRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, required: true, location_name: "TransitGatewayAttachmentId"))
1920
+ AcceptTransitGatewayPeeringAttachmentRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TransitGatewayAttachmentId"))
1921
+ AcceptTransitGatewayPeeringAttachmentRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
1922
+ AcceptTransitGatewayPeeringAttachmentRequest.struct_class = Types::AcceptTransitGatewayPeeringAttachmentRequest
1923
+
1924
+ AcceptTransitGatewayPeeringAttachmentResult.add_member(:transit_gateway_peering_attachment, Shapes::ShapeRef.new(shape: TransitGatewayPeeringAttachment, location_name: "transitGatewayPeeringAttachment"))
1925
+ AcceptTransitGatewayPeeringAttachmentResult.struct_class = Types::AcceptTransitGatewayPeeringAttachmentResult
1926
+
1927
+ AcceptTransitGatewayVpcAttachmentRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TransitGatewayAttachmentId"))
1800
1928
  AcceptTransitGatewayVpcAttachmentRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
1801
1929
  AcceptTransitGatewayVpcAttachmentRequest.struct_class = Types::AcceptTransitGatewayVpcAttachmentRequest
1802
1930
 
@@ -1849,6 +1977,9 @@ module Aws::EC2
1849
1977
  Address.add_member(:private_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "privateIpAddress"))
1850
1978
  Address.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
1851
1979
  Address.add_member(:public_ipv_4_pool, Shapes::ShapeRef.new(shape: String, location_name: "publicIpv4Pool"))
1980
+ Address.add_member(:network_border_group, Shapes::ShapeRef.new(shape: String, location_name: "networkBorderGroup"))
1981
+ Address.add_member(:customer_owned_ip, Shapes::ShapeRef.new(shape: String, location_name: "customerOwnedIp"))
1982
+ Address.add_member(:customer_owned_ipv_4_pool, Shapes::ShapeRef.new(shape: String, location_name: "customerOwnedIpv4Pool"))
1852
1983
  Address.struct_class = Types::Address
1853
1984
 
1854
1985
  AddressList.member = Shapes::ShapeRef.new(shape: Address, location_name: "item")
@@ -1863,13 +1994,18 @@ module Aws::EC2
1863
1994
  AllocateAddressRequest.add_member(:domain, Shapes::ShapeRef.new(shape: DomainType, location_name: "Domain"))
1864
1995
  AllocateAddressRequest.add_member(:address, Shapes::ShapeRef.new(shape: String, location_name: "Address"))
1865
1996
  AllocateAddressRequest.add_member(:public_ipv_4_pool, Shapes::ShapeRef.new(shape: String, location_name: "PublicIpv4Pool"))
1997
+ AllocateAddressRequest.add_member(:network_border_group, Shapes::ShapeRef.new(shape: String, location_name: "NetworkBorderGroup"))
1998
+ AllocateAddressRequest.add_member(:customer_owned_ipv_4_pool, Shapes::ShapeRef.new(shape: String, location_name: "CustomerOwnedIpv4Pool"))
1866
1999
  AllocateAddressRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
1867
2000
  AllocateAddressRequest.struct_class = Types::AllocateAddressRequest
1868
2001
 
1869
2002
  AllocateAddressResult.add_member(:public_ip, Shapes::ShapeRef.new(shape: String, location_name: "publicIp"))
1870
2003
  AllocateAddressResult.add_member(:allocation_id, Shapes::ShapeRef.new(shape: String, location_name: "allocationId"))
1871
2004
  AllocateAddressResult.add_member(:public_ipv_4_pool, Shapes::ShapeRef.new(shape: String, location_name: "publicIpv4Pool"))
2005
+ AllocateAddressResult.add_member(:network_border_group, Shapes::ShapeRef.new(shape: String, location_name: "networkBorderGroup"))
1872
2006
  AllocateAddressResult.add_member(:domain, Shapes::ShapeRef.new(shape: DomainType, location_name: "domain"))
2007
+ AllocateAddressResult.add_member(:customer_owned_ip, Shapes::ShapeRef.new(shape: String, location_name: "customerOwnedIp"))
2008
+ AllocateAddressResult.add_member(:customer_owned_ipv_4_pool, Shapes::ShapeRef.new(shape: String, location_name: "customerOwnedIpv4Pool"))
1873
2009
  AllocateAddressResult.struct_class = Types::AllocateAddressResult
1874
2010
 
1875
2011
  AllocateHostsRequest.add_member(:auto_placement, Shapes::ShapeRef.new(shape: AutoPlacement, location_name: "autoPlacement"))
@@ -1963,23 +2099,34 @@ module Aws::EC2
1963
2099
  AssociateIamInstanceProfileResult.struct_class = Types::AssociateIamInstanceProfileResult
1964
2100
 
1965
2101
  AssociateRouteTableRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
1966
- AssociateRouteTableRequest.add_member(:route_table_id, Shapes::ShapeRef.new(shape: RouteTableId, required: true, location_name: "routeTableId"))
1967
- AssociateRouteTableRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, required: true, location_name: "subnetId"))
2102
+ AssociateRouteTableRequest.add_member(:route_table_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "routeTableId"))
2103
+ AssociateRouteTableRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "subnetId"))
2104
+ AssociateRouteTableRequest.add_member(:gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "GatewayId"))
1968
2105
  AssociateRouteTableRequest.struct_class = Types::AssociateRouteTableRequest
1969
2106
 
1970
2107
  AssociateRouteTableResult.add_member(:association_id, Shapes::ShapeRef.new(shape: String, location_name: "associationId"))
2108
+ AssociateRouteTableResult.add_member(:association_state, Shapes::ShapeRef.new(shape: RouteTableAssociationState, location_name: "associationState"))
1971
2109
  AssociateRouteTableResult.struct_class = Types::AssociateRouteTableResult
1972
2110
 
1973
2111
  AssociateSubnetCidrBlockRequest.add_member(:ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ipv6CidrBlock"))
1974
- AssociateSubnetCidrBlockRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, required: true, location_name: "subnetId"))
2112
+ AssociateSubnetCidrBlockRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "subnetId"))
1975
2113
  AssociateSubnetCidrBlockRequest.struct_class = Types::AssociateSubnetCidrBlockRequest
1976
2114
 
1977
2115
  AssociateSubnetCidrBlockResult.add_member(:ipv_6_cidr_block_association, Shapes::ShapeRef.new(shape: SubnetIpv6CidrBlockAssociation, location_name: "ipv6CidrBlockAssociation"))
1978
2116
  AssociateSubnetCidrBlockResult.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "subnetId"))
1979
2117
  AssociateSubnetCidrBlockResult.struct_class = Types::AssociateSubnetCidrBlockResult
1980
2118
 
1981
- AssociateTransitGatewayRouteTableRequest.add_member(:transit_gateway_route_table_id, Shapes::ShapeRef.new(shape: TransitGatewayRouteTableId, required: true, location_name: "TransitGatewayRouteTableId"))
1982
- AssociateTransitGatewayRouteTableRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, required: true, location_name: "TransitGatewayAttachmentId"))
2119
+ AssociateTransitGatewayMulticastDomainRequest.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: String, location_name: "TransitGatewayMulticastDomainId"))
2120
+ AssociateTransitGatewayMulticastDomainRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: String, location_name: "TransitGatewayAttachmentId"))
2121
+ AssociateTransitGatewayMulticastDomainRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "SubnetIds"))
2122
+ AssociateTransitGatewayMulticastDomainRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
2123
+ AssociateTransitGatewayMulticastDomainRequest.struct_class = Types::AssociateTransitGatewayMulticastDomainRequest
2124
+
2125
+ AssociateTransitGatewayMulticastDomainResult.add_member(:associations, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainAssociations, location_name: "associations"))
2126
+ AssociateTransitGatewayMulticastDomainResult.struct_class = Types::AssociateTransitGatewayMulticastDomainResult
2127
+
2128
+ AssociateTransitGatewayRouteTableRequest.add_member(:transit_gateway_route_table_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TransitGatewayRouteTableId"))
2129
+ AssociateTransitGatewayRouteTableRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TransitGatewayAttachmentId"))
1983
2130
  AssociateTransitGatewayRouteTableRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
1984
2131
  AssociateTransitGatewayRouteTableRequest.struct_class = Types::AssociateTransitGatewayRouteTableRequest
1985
2132
 
@@ -1989,6 +2136,7 @@ module Aws::EC2
1989
2136
  AssociateVpcCidrBlockRequest.add_member(:amazon_provided_ipv_6_cidr_block, Shapes::ShapeRef.new(shape: Boolean, location_name: "amazonProvidedIpv6CidrBlock"))
1990
2137
  AssociateVpcCidrBlockRequest.add_member(:cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "CidrBlock"))
1991
2138
  AssociateVpcCidrBlockRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "vpcId"))
2139
+ AssociateVpcCidrBlockRequest.add_member(:ipv_6_cidr_block_network_border_group, Shapes::ShapeRef.new(shape: String, location_name: "Ipv6CidrBlockNetworkBorderGroup"))
1992
2140
  AssociateVpcCidrBlockRequest.struct_class = Types::AssociateVpcCidrBlockRequest
1993
2141
 
1994
2142
  AssociateVpcCidrBlockResult.add_member(:ipv_6_cidr_block_association, Shapes::ShapeRef.new(shape: VpcIpv6CidrBlockAssociation, location_name: "ipv6CidrBlockAssociation"))
@@ -2097,10 +2245,13 @@ module Aws::EC2
2097
2245
  AuthorizeSecurityGroupIngressRequest.struct_class = Types::AuthorizeSecurityGroupIngressRequest
2098
2246
 
2099
2247
  AvailabilityZone.add_member(:state, Shapes::ShapeRef.new(shape: AvailabilityZoneState, location_name: "zoneState"))
2248
+ AvailabilityZone.add_member(:opt_in_status, Shapes::ShapeRef.new(shape: AvailabilityZoneOptInStatus, location_name: "optInStatus"))
2100
2249
  AvailabilityZone.add_member(:messages, Shapes::ShapeRef.new(shape: AvailabilityZoneMessageList, location_name: "messageSet"))
2101
2250
  AvailabilityZone.add_member(:region_name, Shapes::ShapeRef.new(shape: String, location_name: "regionName"))
2102
2251
  AvailabilityZone.add_member(:zone_name, Shapes::ShapeRef.new(shape: String, location_name: "zoneName"))
2103
2252
  AvailabilityZone.add_member(:zone_id, Shapes::ShapeRef.new(shape: String, location_name: "zoneId"))
2253
+ AvailabilityZone.add_member(:group_name, Shapes::ShapeRef.new(shape: String, location_name: "groupName"))
2254
+ AvailabilityZone.add_member(:network_border_group, Shapes::ShapeRef.new(shape: String, location_name: "networkBorderGroup"))
2104
2255
  AvailabilityZone.struct_class = Types::AvailabilityZone
2105
2256
 
2106
2257
  AvailabilityZoneList.member = Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "item")
@@ -2266,6 +2417,12 @@ module Aws::EC2
2266
2417
 
2267
2418
  CapacityReservationIdSet.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
2268
2419
 
2420
+ CapacityReservationOptions.add_member(:usage_strategy, Shapes::ShapeRef.new(shape: FleetCapacityReservationUsageStrategy, location_name: "usageStrategy"))
2421
+ CapacityReservationOptions.struct_class = Types::CapacityReservationOptions
2422
+
2423
+ CapacityReservationOptionsRequest.add_member(:usage_strategy, Shapes::ShapeRef.new(shape: FleetCapacityReservationUsageStrategy, location_name: "UsageStrategy"))
2424
+ CapacityReservationOptionsRequest.struct_class = Types::CapacityReservationOptionsRequest
2425
+
2269
2426
  CapacityReservationSet.member = Shapes::ShapeRef.new(shape: CapacityReservation, location_name: "item")
2270
2427
 
2271
2428
  CapacityReservationSpecification.add_member(:capacity_reservation_preference, Shapes::ShapeRef.new(shape: CapacityReservationPreference, location_name: "CapacityReservationPreference"))
@@ -2407,6 +2564,24 @@ module Aws::EC2
2407
2564
 
2408
2565
  ClientVpnSecurityGroupIdSet.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
2409
2566
 
2567
+ CoipAddressUsage.add_member(:allocation_id, Shapes::ShapeRef.new(shape: String, location_name: "allocationId"))
2568
+ CoipAddressUsage.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: String, location_name: "awsAccountId"))
2569
+ CoipAddressUsage.add_member(:aws_service, Shapes::ShapeRef.new(shape: String, location_name: "awsService"))
2570
+ CoipAddressUsage.add_member(:co_ip, Shapes::ShapeRef.new(shape: String, location_name: "coIp"))
2571
+ CoipAddressUsage.struct_class = Types::CoipAddressUsage
2572
+
2573
+ CoipAddressUsageSet.member = Shapes::ShapeRef.new(shape: CoipAddressUsage, location_name: "item")
2574
+
2575
+ CoipPool.add_member(:pool_id, Shapes::ShapeRef.new(shape: String, location_name: "poolId"))
2576
+ CoipPool.add_member(:pool_cidrs, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "poolCidrSet"))
2577
+ CoipPool.add_member(:local_gateway_route_table_id, Shapes::ShapeRef.new(shape: String, location_name: "localGatewayRouteTableId"))
2578
+ CoipPool.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
2579
+ CoipPool.struct_class = Types::CoipPool
2580
+
2581
+ CoipPoolIdSet.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
2582
+
2583
+ CoipPoolSet.member = Shapes::ShapeRef.new(shape: CoipPool, location_name: "item")
2584
+
2410
2585
  ConfirmProductInstanceRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
2411
2586
  ConfirmProductInstanceRequest.add_member(:product_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ProductCode"))
2412
2587
  ConfirmProductInstanceRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
@@ -2705,6 +2880,23 @@ module Aws::EC2
2705
2880
  CreateLaunchTemplateVersionResult.add_member(:launch_template_version, Shapes::ShapeRef.new(shape: LaunchTemplateVersion, location_name: "launchTemplateVersion"))
2706
2881
  CreateLaunchTemplateVersionResult.struct_class = Types::CreateLaunchTemplateVersionResult
2707
2882
 
2883
+ CreateLocalGatewayRouteRequest.add_member(:destination_cidr_block, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DestinationCidrBlock"))
2884
+ CreateLocalGatewayRouteRequest.add_member(:local_gateway_route_table_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "LocalGatewayRouteTableId"))
2885
+ CreateLocalGatewayRouteRequest.add_member(:local_gateway_virtual_interface_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "LocalGatewayVirtualInterfaceGroupId"))
2886
+ CreateLocalGatewayRouteRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
2887
+ CreateLocalGatewayRouteRequest.struct_class = Types::CreateLocalGatewayRouteRequest
2888
+
2889
+ CreateLocalGatewayRouteResult.add_member(:route, Shapes::ShapeRef.new(shape: LocalGatewayRoute, location_name: "route"))
2890
+ CreateLocalGatewayRouteResult.struct_class = Types::CreateLocalGatewayRouteResult
2891
+
2892
+ CreateLocalGatewayRouteTableVpcAssociationRequest.add_member(:local_gateway_route_table_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "LocalGatewayRouteTableId"))
2893
+ CreateLocalGatewayRouteTableVpcAssociationRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "VpcId"))
2894
+ CreateLocalGatewayRouteTableVpcAssociationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
2895
+ CreateLocalGatewayRouteTableVpcAssociationRequest.struct_class = Types::CreateLocalGatewayRouteTableVpcAssociationRequest
2896
+
2897
+ CreateLocalGatewayRouteTableVpcAssociationResult.add_member(:local_gateway_route_table_vpc_association, Shapes::ShapeRef.new(shape: LocalGatewayRouteTableVpcAssociation, location_name: "localGatewayRouteTableVpcAssociation"))
2898
+ CreateLocalGatewayRouteTableVpcAssociationResult.struct_class = Types::CreateLocalGatewayRouteTableVpcAssociationResult
2899
+
2708
2900
  CreateNatGatewayRequest.add_member(:allocation_id, Shapes::ShapeRef.new(shape: AllocationId, required: true, location_name: "AllocationId"))
2709
2901
  CreateNatGatewayRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken"))
2710
2902
  CreateNatGatewayRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, required: true, location_name: "SubnetId"))
@@ -2781,6 +2973,7 @@ module Aws::EC2
2781
2973
  CreateRouteRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "instanceId"))
2782
2974
  CreateRouteRequest.add_member(:nat_gateway_id, Shapes::ShapeRef.new(shape: NatGatewayId, location_name: "natGatewayId"))
2783
2975
  CreateRouteRequest.add_member(:transit_gateway_id, Shapes::ShapeRef.new(shape: TransitGatewayId, location_name: "TransitGatewayId"))
2976
+ CreateRouteRequest.add_member(:local_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "LocalGatewayId"))
2784
2977
  CreateRouteRequest.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: NetworkInterfaceId, location_name: "networkInterfaceId"))
2785
2978
  CreateRouteRequest.add_member(:route_table_id, Shapes::ShapeRef.new(shape: RouteTableId, required: true, location_name: "routeTableId"))
2786
2979
  CreateRouteRequest.add_member(:vpc_peering_connection_id, Shapes::ShapeRef.new(shape: VpcPeeringConnectionId, location_name: "vpcPeeringConnectionId"))
@@ -2833,7 +3026,8 @@ module Aws::EC2
2833
3026
  CreateSubnetRequest.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZoneId"))
2834
3027
  CreateSubnetRequest.add_member(:cidr_block, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CidrBlock"))
2835
3028
  CreateSubnetRequest.add_member(:ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "Ipv6CidrBlock"))
2836
- CreateSubnetRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "VpcId"))
3029
+ CreateSubnetRequest.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "OutpostArn"))
3030
+ CreateSubnetRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "VpcId"))
2837
3031
  CreateSubnetRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
2838
3032
  CreateSubnetRequest.struct_class = Types::CreateSubnetRequest
2839
3033
 
@@ -2901,6 +3095,25 @@ module Aws::EC2
2901
3095
  CreateTrafficMirrorTargetResult.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken"))
2902
3096
  CreateTrafficMirrorTargetResult.struct_class = Types::CreateTrafficMirrorTargetResult
2903
3097
 
3098
+ CreateTransitGatewayMulticastDomainRequest.add_member(:transit_gateway_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TransitGatewayId"))
3099
+ CreateTransitGatewayMulticastDomainRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
3100
+ CreateTransitGatewayMulticastDomainRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
3101
+ CreateTransitGatewayMulticastDomainRequest.struct_class = Types::CreateTransitGatewayMulticastDomainRequest
3102
+
3103
+ CreateTransitGatewayMulticastDomainResult.add_member(:transit_gateway_multicast_domain, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomain, location_name: "transitGatewayMulticastDomain"))
3104
+ CreateTransitGatewayMulticastDomainResult.struct_class = Types::CreateTransitGatewayMulticastDomainResult
3105
+
3106
+ CreateTransitGatewayPeeringAttachmentRequest.add_member(:transit_gateway_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TransitGatewayId"))
3107
+ CreateTransitGatewayPeeringAttachmentRequest.add_member(:peer_transit_gateway_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "PeerTransitGatewayId"))
3108
+ CreateTransitGatewayPeeringAttachmentRequest.add_member(:peer_account_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "PeerAccountId"))
3109
+ CreateTransitGatewayPeeringAttachmentRequest.add_member(:peer_region, Shapes::ShapeRef.new(shape: String, required: true, location_name: "PeerRegion"))
3110
+ CreateTransitGatewayPeeringAttachmentRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
3111
+ CreateTransitGatewayPeeringAttachmentRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
3112
+ CreateTransitGatewayPeeringAttachmentRequest.struct_class = Types::CreateTransitGatewayPeeringAttachmentRequest
3113
+
3114
+ CreateTransitGatewayPeeringAttachmentResult.add_member(:transit_gateway_peering_attachment, Shapes::ShapeRef.new(shape: TransitGatewayPeeringAttachment, location_name: "transitGatewayPeeringAttachment"))
3115
+ CreateTransitGatewayPeeringAttachmentResult.struct_class = Types::CreateTransitGatewayPeeringAttachmentResult
3116
+
2904
3117
  CreateTransitGatewayRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
2905
3118
  CreateTransitGatewayRequest.add_member(:options, Shapes::ShapeRef.new(shape: TransitGatewayRequestOptions, location_name: "Options"))
2906
3119
  CreateTransitGatewayRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
@@ -2911,8 +3124,8 @@ module Aws::EC2
2911
3124
  CreateTransitGatewayResult.struct_class = Types::CreateTransitGatewayResult
2912
3125
 
2913
3126
  CreateTransitGatewayRouteRequest.add_member(:destination_cidr_block, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DestinationCidrBlock"))
2914
- CreateTransitGatewayRouteRequest.add_member(:transit_gateway_route_table_id, Shapes::ShapeRef.new(shape: TransitGatewayRouteTableId, required: true, location_name: "TransitGatewayRouteTableId"))
2915
- CreateTransitGatewayRouteRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, location_name: "TransitGatewayAttachmentId"))
3127
+ CreateTransitGatewayRouteRequest.add_member(:transit_gateway_route_table_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TransitGatewayRouteTableId"))
3128
+ CreateTransitGatewayRouteRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: String, location_name: "TransitGatewayAttachmentId"))
2916
3129
  CreateTransitGatewayRouteRequest.add_member(:blackhole, Shapes::ShapeRef.new(shape: Boolean, location_name: "Blackhole"))
2917
3130
  CreateTransitGatewayRouteRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
2918
3131
  CreateTransitGatewayRouteRequest.struct_class = Types::CreateTransitGatewayRouteRequest
@@ -2920,7 +3133,7 @@ module Aws::EC2
2920
3133
  CreateTransitGatewayRouteResult.add_member(:route, Shapes::ShapeRef.new(shape: TransitGatewayRoute, location_name: "route"))
2921
3134
  CreateTransitGatewayRouteResult.struct_class = Types::CreateTransitGatewayRouteResult
2922
3135
 
2923
- CreateTransitGatewayRouteTableRequest.add_member(:transit_gateway_id, Shapes::ShapeRef.new(shape: TransitGatewayId, required: true, location_name: "TransitGatewayId"))
3136
+ CreateTransitGatewayRouteTableRequest.add_member(:transit_gateway_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TransitGatewayId"))
2924
3137
  CreateTransitGatewayRouteTableRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecifications"))
2925
3138
  CreateTransitGatewayRouteTableRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
2926
3139
  CreateTransitGatewayRouteTableRequest.struct_class = Types::CreateTransitGatewayRouteTableRequest
@@ -2928,8 +3141,8 @@ module Aws::EC2
2928
3141
  CreateTransitGatewayRouteTableResult.add_member(:transit_gateway_route_table, Shapes::ShapeRef.new(shape: TransitGatewayRouteTable, location_name: "transitGatewayRouteTable"))
2929
3142
  CreateTransitGatewayRouteTableResult.struct_class = Types::CreateTransitGatewayRouteTableResult
2930
3143
 
2931
- CreateTransitGatewayVpcAttachmentRequest.add_member(:transit_gateway_id, Shapes::ShapeRef.new(shape: TransitGatewayId, required: true, location_name: "TransitGatewayId"))
2932
- CreateTransitGatewayVpcAttachmentRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "VpcId"))
3144
+ CreateTransitGatewayVpcAttachmentRequest.add_member(:transit_gateway_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TransitGatewayId"))
3145
+ CreateTransitGatewayVpcAttachmentRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "VpcId"))
2933
3146
  CreateTransitGatewayVpcAttachmentRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: ValueStringList, required: true, location_name: "SubnetIds"))
2934
3147
  CreateTransitGatewayVpcAttachmentRequest.add_member(:options, Shapes::ShapeRef.new(shape: CreateTransitGatewayVpcAttachmentRequestOptions, location_name: "Options"))
2935
3148
  CreateTransitGatewayVpcAttachmentRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecifications"))
@@ -2957,6 +3170,7 @@ module Aws::EC2
2957
3170
  CreateVolumeRequest.add_member(:encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "encrypted"))
2958
3171
  CreateVolumeRequest.add_member(:iops, Shapes::ShapeRef.new(shape: Integer, location_name: "Iops"))
2959
3172
  CreateVolumeRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
3173
+ CreateVolumeRequest.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "OutpostArn"))
2960
3174
  CreateVolumeRequest.add_member(:size, Shapes::ShapeRef.new(shape: Integer, location_name: "Size"))
2961
3175
  CreateVolumeRequest.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, location_name: "SnapshotId"))
2962
3176
  CreateVolumeRequest.add_member(:volume_type, Shapes::ShapeRef.new(shape: VolumeType, location_name: "VolumeType"))
@@ -3016,6 +3230,7 @@ module Aws::EC2
3016
3230
  CreateVpcRequest.add_member(:amazon_provided_ipv_6_cidr_block, Shapes::ShapeRef.new(shape: Boolean, location_name: "amazonProvidedIpv6CidrBlock"))
3017
3231
  CreateVpcRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
3018
3232
  CreateVpcRequest.add_member(:instance_tenancy, Shapes::ShapeRef.new(shape: Tenancy, location_name: "instanceTenancy"))
3233
+ CreateVpcRequest.add_member(:ipv_6_cidr_block_network_border_group, Shapes::ShapeRef.new(shape: String, location_name: "Ipv6CidrBlockNetworkBorderGroup"))
3019
3234
  CreateVpcRequest.struct_class = Types::CreateVpcRequest
3020
3235
 
3021
3236
  CreateVpcResult.add_member(:vpc, Shapes::ShapeRef.new(shape: Vpc, location_name: "vpc"))
@@ -3177,6 +3392,21 @@ module Aws::EC2
3177
3392
  DeleteLaunchTemplateVersionsResult.add_member(:unsuccessfully_deleted_launch_template_versions, Shapes::ShapeRef.new(shape: DeleteLaunchTemplateVersionsResponseErrorSet, location_name: "unsuccessfullyDeletedLaunchTemplateVersionSet"))
3178
3393
  DeleteLaunchTemplateVersionsResult.struct_class = Types::DeleteLaunchTemplateVersionsResult
3179
3394
 
3395
+ DeleteLocalGatewayRouteRequest.add_member(:destination_cidr_block, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DestinationCidrBlock"))
3396
+ DeleteLocalGatewayRouteRequest.add_member(:local_gateway_route_table_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "LocalGatewayRouteTableId"))
3397
+ DeleteLocalGatewayRouteRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
3398
+ DeleteLocalGatewayRouteRequest.struct_class = Types::DeleteLocalGatewayRouteRequest
3399
+
3400
+ DeleteLocalGatewayRouteResult.add_member(:route, Shapes::ShapeRef.new(shape: LocalGatewayRoute, location_name: "route"))
3401
+ DeleteLocalGatewayRouteResult.struct_class = Types::DeleteLocalGatewayRouteResult
3402
+
3403
+ DeleteLocalGatewayRouteTableVpcAssociationRequest.add_member(:local_gateway_route_table_vpc_association_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "LocalGatewayRouteTableVpcAssociationId"))
3404
+ DeleteLocalGatewayRouteTableVpcAssociationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
3405
+ DeleteLocalGatewayRouteTableVpcAssociationRequest.struct_class = Types::DeleteLocalGatewayRouteTableVpcAssociationRequest
3406
+
3407
+ DeleteLocalGatewayRouteTableVpcAssociationResult.add_member(:local_gateway_route_table_vpc_association, Shapes::ShapeRef.new(shape: LocalGatewayRouteTableVpcAssociation, location_name: "localGatewayRouteTableVpcAssociation"))
3408
+ DeleteLocalGatewayRouteTableVpcAssociationResult.struct_class = Types::DeleteLocalGatewayRouteTableVpcAssociationResult
3409
+
3180
3410
  DeleteNatGatewayRequest.add_member(:nat_gateway_id, Shapes::ShapeRef.new(shape: NatGatewayId, required: true, location_name: "NatGatewayId"))
3181
3411
  DeleteNatGatewayRequest.struct_class = Types::DeleteNatGatewayRequest
3182
3412
 
@@ -3245,7 +3475,7 @@ module Aws::EC2
3245
3475
  DeleteSpotDatafeedSubscriptionRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
3246
3476
  DeleteSpotDatafeedSubscriptionRequest.struct_class = Types::DeleteSpotDatafeedSubscriptionRequest
3247
3477
 
3248
- DeleteSubnetRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, required: true, location_name: "SubnetId"))
3478
+ DeleteSubnetRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SubnetId"))
3249
3479
  DeleteSubnetRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
3250
3480
  DeleteSubnetRequest.struct_class = Types::DeleteSubnetRequest
3251
3481
 
@@ -3282,14 +3512,28 @@ module Aws::EC2
3282
3512
  DeleteTrafficMirrorTargetResult.add_member(:traffic_mirror_target_id, Shapes::ShapeRef.new(shape: String, location_name: "trafficMirrorTargetId"))
3283
3513
  DeleteTrafficMirrorTargetResult.struct_class = Types::DeleteTrafficMirrorTargetResult
3284
3514
 
3285
- DeleteTransitGatewayRequest.add_member(:transit_gateway_id, Shapes::ShapeRef.new(shape: TransitGatewayId, required: true, location_name: "TransitGatewayId"))
3515
+ DeleteTransitGatewayMulticastDomainRequest.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TransitGatewayMulticastDomainId"))
3516
+ DeleteTransitGatewayMulticastDomainRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
3517
+ DeleteTransitGatewayMulticastDomainRequest.struct_class = Types::DeleteTransitGatewayMulticastDomainRequest
3518
+
3519
+ DeleteTransitGatewayMulticastDomainResult.add_member(:transit_gateway_multicast_domain, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomain, location_name: "transitGatewayMulticastDomain"))
3520
+ DeleteTransitGatewayMulticastDomainResult.struct_class = Types::DeleteTransitGatewayMulticastDomainResult
3521
+
3522
+ DeleteTransitGatewayPeeringAttachmentRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TransitGatewayAttachmentId"))
3523
+ DeleteTransitGatewayPeeringAttachmentRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
3524
+ DeleteTransitGatewayPeeringAttachmentRequest.struct_class = Types::DeleteTransitGatewayPeeringAttachmentRequest
3525
+
3526
+ DeleteTransitGatewayPeeringAttachmentResult.add_member(:transit_gateway_peering_attachment, Shapes::ShapeRef.new(shape: TransitGatewayPeeringAttachment, location_name: "transitGatewayPeeringAttachment"))
3527
+ DeleteTransitGatewayPeeringAttachmentResult.struct_class = Types::DeleteTransitGatewayPeeringAttachmentResult
3528
+
3529
+ DeleteTransitGatewayRequest.add_member(:transit_gateway_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TransitGatewayId"))
3286
3530
  DeleteTransitGatewayRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
3287
3531
  DeleteTransitGatewayRequest.struct_class = Types::DeleteTransitGatewayRequest
3288
3532
 
3289
3533
  DeleteTransitGatewayResult.add_member(:transit_gateway, Shapes::ShapeRef.new(shape: TransitGateway, location_name: "transitGateway"))
3290
3534
  DeleteTransitGatewayResult.struct_class = Types::DeleteTransitGatewayResult
3291
3535
 
3292
- DeleteTransitGatewayRouteRequest.add_member(:transit_gateway_route_table_id, Shapes::ShapeRef.new(shape: TransitGatewayRouteTableId, required: true, location_name: "TransitGatewayRouteTableId"))
3536
+ DeleteTransitGatewayRouteRequest.add_member(:transit_gateway_route_table_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TransitGatewayRouteTableId"))
3293
3537
  DeleteTransitGatewayRouteRequest.add_member(:destination_cidr_block, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DestinationCidrBlock"))
3294
3538
  DeleteTransitGatewayRouteRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
3295
3539
  DeleteTransitGatewayRouteRequest.struct_class = Types::DeleteTransitGatewayRouteRequest
@@ -3297,14 +3541,14 @@ module Aws::EC2
3297
3541
  DeleteTransitGatewayRouteResult.add_member(:route, Shapes::ShapeRef.new(shape: TransitGatewayRoute, location_name: "route"))
3298
3542
  DeleteTransitGatewayRouteResult.struct_class = Types::DeleteTransitGatewayRouteResult
3299
3543
 
3300
- DeleteTransitGatewayRouteTableRequest.add_member(:transit_gateway_route_table_id, Shapes::ShapeRef.new(shape: TransitGatewayRouteTableId, required: true, location_name: "TransitGatewayRouteTableId"))
3544
+ DeleteTransitGatewayRouteTableRequest.add_member(:transit_gateway_route_table_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TransitGatewayRouteTableId"))
3301
3545
  DeleteTransitGatewayRouteTableRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
3302
3546
  DeleteTransitGatewayRouteTableRequest.struct_class = Types::DeleteTransitGatewayRouteTableRequest
3303
3547
 
3304
3548
  DeleteTransitGatewayRouteTableResult.add_member(:transit_gateway_route_table, Shapes::ShapeRef.new(shape: TransitGatewayRouteTable, location_name: "transitGatewayRouteTable"))
3305
3549
  DeleteTransitGatewayRouteTableResult.struct_class = Types::DeleteTransitGatewayRouteTableResult
3306
3550
 
3307
- DeleteTransitGatewayVpcAttachmentRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, required: true, location_name: "TransitGatewayAttachmentId"))
3551
+ DeleteTransitGatewayVpcAttachmentRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TransitGatewayAttachmentId"))
3308
3552
  DeleteTransitGatewayVpcAttachmentRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
3309
3553
  DeleteTransitGatewayVpcAttachmentRequest.struct_class = Types::DeleteTransitGatewayVpcAttachmentRequest
3310
3554
 
@@ -3370,6 +3614,24 @@ module Aws::EC2
3370
3614
  DeregisterImageRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
3371
3615
  DeregisterImageRequest.struct_class = Types::DeregisterImageRequest
3372
3616
 
3617
+ DeregisterTransitGatewayMulticastGroupMembersRequest.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: String, location_name: "TransitGatewayMulticastDomainId"))
3618
+ DeregisterTransitGatewayMulticastGroupMembersRequest.add_member(:group_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "GroupIpAddress"))
3619
+ DeregisterTransitGatewayMulticastGroupMembersRequest.add_member(:network_interface_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "NetworkInterfaceIds"))
3620
+ DeregisterTransitGatewayMulticastGroupMembersRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
3621
+ DeregisterTransitGatewayMulticastGroupMembersRequest.struct_class = Types::DeregisterTransitGatewayMulticastGroupMembersRequest
3622
+
3623
+ DeregisterTransitGatewayMulticastGroupMembersResult.add_member(:deregistered_multicast_group_members, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDeregisteredGroupMembers, location_name: "deregisteredMulticastGroupMembers"))
3624
+ DeregisterTransitGatewayMulticastGroupMembersResult.struct_class = Types::DeregisterTransitGatewayMulticastGroupMembersResult
3625
+
3626
+ DeregisterTransitGatewayMulticastGroupSourcesRequest.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: String, location_name: "TransitGatewayMulticastDomainId"))
3627
+ DeregisterTransitGatewayMulticastGroupSourcesRequest.add_member(:group_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "GroupIpAddress"))
3628
+ DeregisterTransitGatewayMulticastGroupSourcesRequest.add_member(:network_interface_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "NetworkInterfaceIds"))
3629
+ DeregisterTransitGatewayMulticastGroupSourcesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
3630
+ DeregisterTransitGatewayMulticastGroupSourcesRequest.struct_class = Types::DeregisterTransitGatewayMulticastGroupSourcesRequest
3631
+
3632
+ DeregisterTransitGatewayMulticastGroupSourcesResult.add_member(:deregistered_multicast_group_sources, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDeregisteredGroupSources, location_name: "deregisteredMulticastGroupSources"))
3633
+ DeregisterTransitGatewayMulticastGroupSourcesResult.struct_class = Types::DeregisterTransitGatewayMulticastGroupSourcesResult
3634
+
3373
3635
  DescribeAccountAttributesRequest.add_member(:attribute_names, Shapes::ShapeRef.new(shape: AccountAttributeNameStringList, location_name: "attributeName"))
3374
3636
  DescribeAccountAttributesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
3375
3637
  DescribeAccountAttributesRequest.struct_class = Types::DescribeAccountAttributesRequest
@@ -3396,6 +3658,7 @@ module Aws::EC2
3396
3658
  DescribeAvailabilityZonesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
3397
3659
  DescribeAvailabilityZonesRequest.add_member(:zone_names, Shapes::ShapeRef.new(shape: ZoneNameStringList, location_name: "ZoneName"))
3398
3660
  DescribeAvailabilityZonesRequest.add_member(:zone_ids, Shapes::ShapeRef.new(shape: ZoneIdStringList, location_name: "ZoneId"))
3661
+ DescribeAvailabilityZonesRequest.add_member(:all_availability_zones, Shapes::ShapeRef.new(shape: Boolean, location_name: "AllAvailabilityZones"))
3399
3662
  DescribeAvailabilityZonesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
3400
3663
  DescribeAvailabilityZonesRequest.struct_class = Types::DescribeAvailabilityZonesRequest
3401
3664
 
@@ -3497,6 +3760,17 @@ module Aws::EC2
3497
3760
  DescribeClientVpnTargetNetworksResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
3498
3761
  DescribeClientVpnTargetNetworksResult.struct_class = Types::DescribeClientVpnTargetNetworksResult
3499
3762
 
3763
+ DescribeCoipPoolsRequest.add_member(:pool_ids, Shapes::ShapeRef.new(shape: CoipPoolIdSet, location_name: "PoolId"))
3764
+ DescribeCoipPoolsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
3765
+ DescribeCoipPoolsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: CoipPoolMaxResults, location_name: "MaxResults"))
3766
+ DescribeCoipPoolsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
3767
+ DescribeCoipPoolsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
3768
+ DescribeCoipPoolsRequest.struct_class = Types::DescribeCoipPoolsRequest
3769
+
3770
+ DescribeCoipPoolsResult.add_member(:coip_pools, Shapes::ShapeRef.new(shape: CoipPoolSet, location_name: "coipPoolSet"))
3771
+ DescribeCoipPoolsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
3772
+ DescribeCoipPoolsResult.struct_class = Types::DescribeCoipPoolsResult
3773
+
3500
3774
  DescribeConversionTaskList.member = Shapes::ShapeRef.new(shape: ConversionTask, location_name: "item")
3501
3775
 
3502
3776
  DescribeConversionTasksRequest.add_member(:conversion_task_ids, Shapes::ShapeRef.new(shape: ConversionIdStringList, location_name: "conversionTaskId"))
@@ -3874,6 +4148,72 @@ module Aws::EC2
3874
4148
  DescribeLaunchTemplatesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
3875
4149
  DescribeLaunchTemplatesResult.struct_class = Types::DescribeLaunchTemplatesResult
3876
4150
 
4151
+ DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest.add_member(:local_gateway_route_table_virtual_interface_group_association_ids, Shapes::ShapeRef.new(shape: LocalGatewayRouteTableVirtualInterfaceGroupAssociationIdSet, location_name: "LocalGatewayRouteTableVirtualInterfaceGroupAssociationId"))
4152
+ DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
4153
+ DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: LocalGatewayMaxResults, location_name: "MaxResults"))
4154
+ DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
4155
+ DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
4156
+ DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest.struct_class = Types::DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest
4157
+
4158
+ DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult.add_member(:local_gateway_route_table_virtual_interface_group_associations, Shapes::ShapeRef.new(shape: LocalGatewayRouteTableVirtualInterfaceGroupAssociationSet, location_name: "localGatewayRouteTableVirtualInterfaceGroupAssociationSet"))
4159
+ DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
4160
+ DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult.struct_class = Types::DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult
4161
+
4162
+ DescribeLocalGatewayRouteTableVpcAssociationsRequest.add_member(:local_gateway_route_table_vpc_association_ids, Shapes::ShapeRef.new(shape: LocalGatewayRouteTableVpcAssociationIdSet, location_name: "LocalGatewayRouteTableVpcAssociationId"))
4163
+ DescribeLocalGatewayRouteTableVpcAssociationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
4164
+ DescribeLocalGatewayRouteTableVpcAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: LocalGatewayMaxResults, location_name: "MaxResults"))
4165
+ DescribeLocalGatewayRouteTableVpcAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
4166
+ DescribeLocalGatewayRouteTableVpcAssociationsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
4167
+ DescribeLocalGatewayRouteTableVpcAssociationsRequest.struct_class = Types::DescribeLocalGatewayRouteTableVpcAssociationsRequest
4168
+
4169
+ DescribeLocalGatewayRouteTableVpcAssociationsResult.add_member(:local_gateway_route_table_vpc_associations, Shapes::ShapeRef.new(shape: LocalGatewayRouteTableVpcAssociationSet, location_name: "localGatewayRouteTableVpcAssociationSet"))
4170
+ DescribeLocalGatewayRouteTableVpcAssociationsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
4171
+ DescribeLocalGatewayRouteTableVpcAssociationsResult.struct_class = Types::DescribeLocalGatewayRouteTableVpcAssociationsResult
4172
+
4173
+ DescribeLocalGatewayRouteTablesRequest.add_member(:local_gateway_route_table_ids, Shapes::ShapeRef.new(shape: LocalGatewayRouteTableIdSet, location_name: "LocalGatewayRouteTableId"))
4174
+ DescribeLocalGatewayRouteTablesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
4175
+ DescribeLocalGatewayRouteTablesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: LocalGatewayMaxResults, location_name: "MaxResults"))
4176
+ DescribeLocalGatewayRouteTablesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
4177
+ DescribeLocalGatewayRouteTablesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
4178
+ DescribeLocalGatewayRouteTablesRequest.struct_class = Types::DescribeLocalGatewayRouteTablesRequest
4179
+
4180
+ DescribeLocalGatewayRouteTablesResult.add_member(:local_gateway_route_tables, Shapes::ShapeRef.new(shape: LocalGatewayRouteTableSet, location_name: "localGatewayRouteTableSet"))
4181
+ DescribeLocalGatewayRouteTablesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
4182
+ DescribeLocalGatewayRouteTablesResult.struct_class = Types::DescribeLocalGatewayRouteTablesResult
4183
+
4184
+ DescribeLocalGatewayVirtualInterfaceGroupsRequest.add_member(:local_gateway_virtual_interface_group_ids, Shapes::ShapeRef.new(shape: LocalGatewayVirtualInterfaceGroupIdSet, location_name: "LocalGatewayVirtualInterfaceGroupId"))
4185
+ DescribeLocalGatewayVirtualInterfaceGroupsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
4186
+ DescribeLocalGatewayVirtualInterfaceGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: LocalGatewayMaxResults, location_name: "MaxResults"))
4187
+ DescribeLocalGatewayVirtualInterfaceGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
4188
+ DescribeLocalGatewayVirtualInterfaceGroupsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
4189
+ DescribeLocalGatewayVirtualInterfaceGroupsRequest.struct_class = Types::DescribeLocalGatewayVirtualInterfaceGroupsRequest
4190
+
4191
+ DescribeLocalGatewayVirtualInterfaceGroupsResult.add_member(:local_gateway_virtual_interface_groups, Shapes::ShapeRef.new(shape: LocalGatewayVirtualInterfaceGroupSet, location_name: "localGatewayVirtualInterfaceGroupSet"))
4192
+ DescribeLocalGatewayVirtualInterfaceGroupsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
4193
+ DescribeLocalGatewayVirtualInterfaceGroupsResult.struct_class = Types::DescribeLocalGatewayVirtualInterfaceGroupsResult
4194
+
4195
+ DescribeLocalGatewayVirtualInterfacesRequest.add_member(:local_gateway_virtual_interface_ids, Shapes::ShapeRef.new(shape: LocalGatewayVirtualInterfaceIdSet, location_name: "LocalGatewayVirtualInterfaceId"))
4196
+ DescribeLocalGatewayVirtualInterfacesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
4197
+ DescribeLocalGatewayVirtualInterfacesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: LocalGatewayMaxResults, location_name: "MaxResults"))
4198
+ DescribeLocalGatewayVirtualInterfacesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
4199
+ DescribeLocalGatewayVirtualInterfacesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
4200
+ DescribeLocalGatewayVirtualInterfacesRequest.struct_class = Types::DescribeLocalGatewayVirtualInterfacesRequest
4201
+
4202
+ DescribeLocalGatewayVirtualInterfacesResult.add_member(:local_gateway_virtual_interfaces, Shapes::ShapeRef.new(shape: LocalGatewayVirtualInterfaceSet, location_name: "localGatewayVirtualInterfaceSet"))
4203
+ DescribeLocalGatewayVirtualInterfacesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
4204
+ DescribeLocalGatewayVirtualInterfacesResult.struct_class = Types::DescribeLocalGatewayVirtualInterfacesResult
4205
+
4206
+ DescribeLocalGatewaysRequest.add_member(:local_gateway_ids, Shapes::ShapeRef.new(shape: LocalGatewayIdSet, location_name: "LocalGatewayId"))
4207
+ DescribeLocalGatewaysRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
4208
+ DescribeLocalGatewaysRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: LocalGatewayMaxResults, location_name: "MaxResults"))
4209
+ DescribeLocalGatewaysRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
4210
+ DescribeLocalGatewaysRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
4211
+ DescribeLocalGatewaysRequest.struct_class = Types::DescribeLocalGatewaysRequest
4212
+
4213
+ DescribeLocalGatewaysResult.add_member(:local_gateways, Shapes::ShapeRef.new(shape: LocalGatewaySet, location_name: "localGatewaySet"))
4214
+ DescribeLocalGatewaysResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
4215
+ DescribeLocalGatewaysResult.struct_class = Types::DescribeLocalGatewaysResult
4216
+
3877
4217
  DescribeMovingAddressesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filter"))
3878
4218
  DescribeMovingAddressesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
3879
4219
  DescribeMovingAddressesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DescribeMovingAddressesMaxResults, location_name: "maxResults"))
@@ -4256,6 +4596,28 @@ module Aws::EC2
4256
4596
  DescribeTransitGatewayAttachmentsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
4257
4597
  DescribeTransitGatewayAttachmentsResult.struct_class = Types::DescribeTransitGatewayAttachmentsResult
4258
4598
 
4599
+ DescribeTransitGatewayMulticastDomainsRequest.add_member(:transit_gateway_multicast_domain_ids, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainIdStringList, location_name: "TransitGatewayMulticastDomainIds"))
4600
+ DescribeTransitGatewayMulticastDomainsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
4601
+ DescribeTransitGatewayMulticastDomainsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: TransitGatewayMaxResults, location_name: "MaxResults"))
4602
+ DescribeTransitGatewayMulticastDomainsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
4603
+ DescribeTransitGatewayMulticastDomainsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
4604
+ DescribeTransitGatewayMulticastDomainsRequest.struct_class = Types::DescribeTransitGatewayMulticastDomainsRequest
4605
+
4606
+ DescribeTransitGatewayMulticastDomainsResult.add_member(:transit_gateway_multicast_domains, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainList, location_name: "transitGatewayMulticastDomains"))
4607
+ DescribeTransitGatewayMulticastDomainsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
4608
+ DescribeTransitGatewayMulticastDomainsResult.struct_class = Types::DescribeTransitGatewayMulticastDomainsResult
4609
+
4610
+ DescribeTransitGatewayPeeringAttachmentsRequest.add_member(:transit_gateway_attachment_ids, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentIdStringList, location_name: "TransitGatewayAttachmentIds"))
4611
+ DescribeTransitGatewayPeeringAttachmentsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
4612
+ DescribeTransitGatewayPeeringAttachmentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: TransitGatewayMaxResults, location_name: "MaxResults"))
4613
+ DescribeTransitGatewayPeeringAttachmentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
4614
+ DescribeTransitGatewayPeeringAttachmentsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
4615
+ DescribeTransitGatewayPeeringAttachmentsRequest.struct_class = Types::DescribeTransitGatewayPeeringAttachmentsRequest
4616
+
4617
+ DescribeTransitGatewayPeeringAttachmentsResult.add_member(:transit_gateway_peering_attachments, Shapes::ShapeRef.new(shape: TransitGatewayPeeringAttachmentList, location_name: "transitGatewayPeeringAttachments"))
4618
+ DescribeTransitGatewayPeeringAttachmentsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
4619
+ DescribeTransitGatewayPeeringAttachmentsResult.struct_class = Types::DescribeTransitGatewayPeeringAttachmentsResult
4620
+
4259
4621
  DescribeTransitGatewayRouteTablesRequest.add_member(:transit_gateway_route_table_ids, Shapes::ShapeRef.new(shape: TransitGatewayRouteTableIdStringList, location_name: "TransitGatewayRouteTableIds"))
4260
4622
  DescribeTransitGatewayRouteTablesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
4261
4623
  DescribeTransitGatewayRouteTablesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: TransitGatewayMaxResults, location_name: "MaxResults"))
@@ -4563,8 +4925,8 @@ module Aws::EC2
4563
4925
  DisableFastSnapshotRestoresResult.add_member(:unsuccessful, Shapes::ShapeRef.new(shape: DisableFastSnapshotRestoreErrorSet, location_name: "unsuccessful"))
4564
4926
  DisableFastSnapshotRestoresResult.struct_class = Types::DisableFastSnapshotRestoresResult
4565
4927
 
4566
- DisableTransitGatewayRouteTablePropagationRequest.add_member(:transit_gateway_route_table_id, Shapes::ShapeRef.new(shape: TransitGatewayRouteTableId, required: true, location_name: "TransitGatewayRouteTableId"))
4567
- DisableTransitGatewayRouteTablePropagationRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, required: true, location_name: "TransitGatewayAttachmentId"))
4928
+ DisableTransitGatewayRouteTablePropagationRequest.add_member(:transit_gateway_route_table_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TransitGatewayRouteTableId"))
4929
+ DisableTransitGatewayRouteTablePropagationRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TransitGatewayAttachmentId"))
4568
4930
  DisableTransitGatewayRouteTablePropagationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
4569
4931
  DisableTransitGatewayRouteTablePropagationRequest.struct_class = Types::DisableTransitGatewayRouteTablePropagationRequest
4570
4932
 
@@ -4612,15 +4974,24 @@ module Aws::EC2
4612
4974
  DisassociateRouteTableRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
4613
4975
  DisassociateRouteTableRequest.struct_class = Types::DisassociateRouteTableRequest
4614
4976
 
4615
- DisassociateSubnetCidrBlockRequest.add_member(:association_id, Shapes::ShapeRef.new(shape: SubnetCidrAssociationId, required: true, location_name: "associationId"))
4977
+ DisassociateSubnetCidrBlockRequest.add_member(:association_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "associationId"))
4616
4978
  DisassociateSubnetCidrBlockRequest.struct_class = Types::DisassociateSubnetCidrBlockRequest
4617
4979
 
4618
4980
  DisassociateSubnetCidrBlockResult.add_member(:ipv_6_cidr_block_association, Shapes::ShapeRef.new(shape: SubnetIpv6CidrBlockAssociation, location_name: "ipv6CidrBlockAssociation"))
4619
4981
  DisassociateSubnetCidrBlockResult.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "subnetId"))
4620
4982
  DisassociateSubnetCidrBlockResult.struct_class = Types::DisassociateSubnetCidrBlockResult
4621
4983
 
4622
- DisassociateTransitGatewayRouteTableRequest.add_member(:transit_gateway_route_table_id, Shapes::ShapeRef.new(shape: TransitGatewayRouteTableId, required: true, location_name: "TransitGatewayRouteTableId"))
4623
- DisassociateTransitGatewayRouteTableRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, required: true, location_name: "TransitGatewayAttachmentId"))
4984
+ DisassociateTransitGatewayMulticastDomainRequest.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: String, location_name: "TransitGatewayMulticastDomainId"))
4985
+ DisassociateTransitGatewayMulticastDomainRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: String, location_name: "TransitGatewayAttachmentId"))
4986
+ DisassociateTransitGatewayMulticastDomainRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "SubnetIds"))
4987
+ DisassociateTransitGatewayMulticastDomainRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
4988
+ DisassociateTransitGatewayMulticastDomainRequest.struct_class = Types::DisassociateTransitGatewayMulticastDomainRequest
4989
+
4990
+ DisassociateTransitGatewayMulticastDomainResult.add_member(:associations, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainAssociations, location_name: "associations"))
4991
+ DisassociateTransitGatewayMulticastDomainResult.struct_class = Types::DisassociateTransitGatewayMulticastDomainResult
4992
+
4993
+ DisassociateTransitGatewayRouteTableRequest.add_member(:transit_gateway_route_table_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TransitGatewayRouteTableId"))
4994
+ DisassociateTransitGatewayRouteTableRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TransitGatewayAttachmentId"))
4624
4995
  DisassociateTransitGatewayRouteTableRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
4625
4996
  DisassociateTransitGatewayRouteTableRequest.struct_class = Types::DisassociateTransitGatewayRouteTableRequest
4626
4997
 
@@ -4738,9 +5109,11 @@ module Aws::EC2
4738
5109
  ElasticGpus.add_member(:elastic_gpu_health, Shapes::ShapeRef.new(shape: ElasticGpuHealth, location_name: "elasticGpuHealth"))
4739
5110
  ElasticGpus.add_member(:elastic_gpu_state, Shapes::ShapeRef.new(shape: ElasticGpuState, location_name: "elasticGpuState"))
4740
5111
  ElasticGpus.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceId"))
5112
+ ElasticGpus.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
4741
5113
  ElasticGpus.struct_class = Types::ElasticGpus
4742
5114
 
4743
5115
  ElasticInferenceAccelerator.add_member(:type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Type"))
5116
+ ElasticInferenceAccelerator.add_member(:count, Shapes::ShapeRef.new(shape: ElasticInferenceAcceleratorCount, location_name: "Count"))
4744
5117
  ElasticInferenceAccelerator.struct_class = Types::ElasticInferenceAccelerator
4745
5118
 
4746
5119
  ElasticInferenceAcceleratorAssociation.add_member(:elastic_inference_accelerator_arn, Shapes::ShapeRef.new(shape: String, location_name: "elasticInferenceAcceleratorArn"))
@@ -4799,8 +5172,8 @@ module Aws::EC2
4799
5172
  EnableFastSnapshotRestoresResult.add_member(:unsuccessful, Shapes::ShapeRef.new(shape: EnableFastSnapshotRestoreErrorSet, location_name: "unsuccessful"))
4800
5173
  EnableFastSnapshotRestoresResult.struct_class = Types::EnableFastSnapshotRestoresResult
4801
5174
 
4802
- EnableTransitGatewayRouteTablePropagationRequest.add_member(:transit_gateway_route_table_id, Shapes::ShapeRef.new(shape: TransitGatewayRouteTableId, required: true, location_name: "TransitGatewayRouteTableId"))
4803
- EnableTransitGatewayRouteTablePropagationRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, required: true, location_name: "TransitGatewayAttachmentId"))
5175
+ EnableTransitGatewayRouteTablePropagationRequest.add_member(:transit_gateway_route_table_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TransitGatewayRouteTableId"))
5176
+ EnableTransitGatewayRouteTablePropagationRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TransitGatewayAttachmentId"))
4804
5177
  EnableTransitGatewayRouteTablePropagationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
4805
5178
  EnableTransitGatewayRouteTablePropagationRequest.struct_class = Types::EnableTransitGatewayRouteTablePropagationRequest
4806
5179
 
@@ -4917,7 +5290,7 @@ module Aws::EC2
4917
5290
  ExportToS3TaskSpecification.add_member(:s3_prefix, Shapes::ShapeRef.new(shape: String, location_name: "s3Prefix"))
4918
5291
  ExportToS3TaskSpecification.struct_class = Types::ExportToS3TaskSpecification
4919
5292
 
4920
- ExportTransitGatewayRoutesRequest.add_member(:transit_gateway_route_table_id, Shapes::ShapeRef.new(shape: TransitGatewayRouteTableId, required: true, location_name: "TransitGatewayRouteTableId"))
5293
+ ExportTransitGatewayRoutesRequest.add_member(:transit_gateway_route_table_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TransitGatewayRouteTableId"))
4921
5294
  ExportTransitGatewayRoutesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
4922
5295
  ExportTransitGatewayRoutesRequest.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: String, required: true, location_name: "S3Bucket"))
4923
5296
  ExportTransitGatewayRoutesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
@@ -5086,6 +5459,18 @@ module Aws::EC2
5086
5459
  GetCapacityReservationUsageResult.add_member(:instance_usages, Shapes::ShapeRef.new(shape: InstanceUsageSet, location_name: "instanceUsageSet"))
5087
5460
  GetCapacityReservationUsageResult.struct_class = Types::GetCapacityReservationUsageResult
5088
5461
 
5462
+ GetCoipPoolUsageRequest.add_member(:pool_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "PoolId"))
5463
+ GetCoipPoolUsageRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
5464
+ GetCoipPoolUsageRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: CoipPoolMaxResults, location_name: "MaxResults"))
5465
+ GetCoipPoolUsageRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
5466
+ GetCoipPoolUsageRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
5467
+ GetCoipPoolUsageRequest.struct_class = Types::GetCoipPoolUsageRequest
5468
+
5469
+ GetCoipPoolUsageResult.add_member(:coip_pool_id, Shapes::ShapeRef.new(shape: String, location_name: "coipPoolId"))
5470
+ GetCoipPoolUsageResult.add_member(:coip_address_usages, Shapes::ShapeRef.new(shape: CoipAddressUsageSet, location_name: "coipAddressUsageSet"))
5471
+ GetCoipPoolUsageResult.add_member(:local_gateway_route_table_id, Shapes::ShapeRef.new(shape: String, location_name: "localGatewayRouteTableId"))
5472
+ GetCoipPoolUsageResult.struct_class = Types::GetCoipPoolUsageResult
5473
+
5089
5474
  GetConsoleOutputRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
5090
5475
  GetConsoleOutputRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
5091
5476
  GetConsoleOutputRequest.add_member(:latest, Shapes::ShapeRef.new(shape: Boolean, location_name: "Latest"))
@@ -5166,7 +5551,7 @@ module Aws::EC2
5166
5551
  GetReservedInstancesExchangeQuoteResult.add_member(:validation_failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "validationFailureReason"))
5167
5552
  GetReservedInstancesExchangeQuoteResult.struct_class = Types::GetReservedInstancesExchangeQuoteResult
5168
5553
 
5169
- GetTransitGatewayAttachmentPropagationsRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, required: true, location_name: "TransitGatewayAttachmentId"))
5554
+ GetTransitGatewayAttachmentPropagationsRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TransitGatewayAttachmentId"))
5170
5555
  GetTransitGatewayAttachmentPropagationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
5171
5556
  GetTransitGatewayAttachmentPropagationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: TransitGatewayMaxResults, location_name: "MaxResults"))
5172
5557
  GetTransitGatewayAttachmentPropagationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
@@ -5177,7 +5562,18 @@ module Aws::EC2
5177
5562
  GetTransitGatewayAttachmentPropagationsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
5178
5563
  GetTransitGatewayAttachmentPropagationsResult.struct_class = Types::GetTransitGatewayAttachmentPropagationsResult
5179
5564
 
5180
- GetTransitGatewayRouteTableAssociationsRequest.add_member(:transit_gateway_route_table_id, Shapes::ShapeRef.new(shape: TransitGatewayRouteTableId, required: true, location_name: "TransitGatewayRouteTableId"))
5565
+ GetTransitGatewayMulticastDomainAssociationsRequest.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: String, location_name: "TransitGatewayMulticastDomainId"))
5566
+ GetTransitGatewayMulticastDomainAssociationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
5567
+ GetTransitGatewayMulticastDomainAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: TransitGatewayMaxResults, location_name: "MaxResults"))
5568
+ GetTransitGatewayMulticastDomainAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
5569
+ GetTransitGatewayMulticastDomainAssociationsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
5570
+ GetTransitGatewayMulticastDomainAssociationsRequest.struct_class = Types::GetTransitGatewayMulticastDomainAssociationsRequest
5571
+
5572
+ GetTransitGatewayMulticastDomainAssociationsResult.add_member(:multicast_domain_associations, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainAssociationList, location_name: "multicastDomainAssociations"))
5573
+ GetTransitGatewayMulticastDomainAssociationsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
5574
+ GetTransitGatewayMulticastDomainAssociationsResult.struct_class = Types::GetTransitGatewayMulticastDomainAssociationsResult
5575
+
5576
+ GetTransitGatewayRouteTableAssociationsRequest.add_member(:transit_gateway_route_table_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TransitGatewayRouteTableId"))
5181
5577
  GetTransitGatewayRouteTableAssociationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
5182
5578
  GetTransitGatewayRouteTableAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: TransitGatewayMaxResults, location_name: "MaxResults"))
5183
5579
  GetTransitGatewayRouteTableAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
@@ -5188,7 +5584,7 @@ module Aws::EC2
5188
5584
  GetTransitGatewayRouteTableAssociationsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
5189
5585
  GetTransitGatewayRouteTableAssociationsResult.struct_class = Types::GetTransitGatewayRouteTableAssociationsResult
5190
5586
 
5191
- GetTransitGatewayRouteTablePropagationsRequest.add_member(:transit_gateway_route_table_id, Shapes::ShapeRef.new(shape: TransitGatewayRouteTableId, required: true, location_name: "TransitGatewayRouteTableId"))
5587
+ GetTransitGatewayRouteTablePropagationsRequest.add_member(:transit_gateway_route_table_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TransitGatewayRouteTableId"))
5192
5588
  GetTransitGatewayRouteTablePropagationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
5193
5589
  GetTransitGatewayRouteTablePropagationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: TransitGatewayMaxResults, location_name: "MaxResults"))
5194
5590
  GetTransitGatewayRouteTablePropagationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
@@ -5559,6 +5955,16 @@ module Aws::EC2
5559
5955
  ImportVolumeTaskDetails.add_member(:volume, Shapes::ShapeRef.new(shape: DiskImageVolumeDescription, location_name: "volume"))
5560
5956
  ImportVolumeTaskDetails.struct_class = Types::ImportVolumeTaskDetails
5561
5957
 
5958
+ InferenceAcceleratorInfo.add_member(:accelerators, Shapes::ShapeRef.new(shape: InferenceDeviceInfoList, location_name: "accelerators"))
5959
+ InferenceAcceleratorInfo.struct_class = Types::InferenceAcceleratorInfo
5960
+
5961
+ InferenceDeviceInfo.add_member(:count, Shapes::ShapeRef.new(shape: InferenceDeviceCount, location_name: "count"))
5962
+ InferenceDeviceInfo.add_member(:name, Shapes::ShapeRef.new(shape: InferenceDeviceName, location_name: "name"))
5963
+ InferenceDeviceInfo.add_member(:manufacturer, Shapes::ShapeRef.new(shape: InferenceDeviceManufacturerName, location_name: "manufacturer"))
5964
+ InferenceDeviceInfo.struct_class = Types::InferenceDeviceInfo
5965
+
5966
+ InferenceDeviceInfoList.member = Shapes::ShapeRef.new(shape: InferenceDeviceInfo)
5967
+
5562
5968
  Instance.add_member(:ami_launch_index, Shapes::ShapeRef.new(shape: Integer, location_name: "amiLaunchIndex"))
5563
5969
  Instance.add_member(:image_id, Shapes::ShapeRef.new(shape: String, location_name: "imageId"))
5564
5970
  Instance.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceId"))
@@ -5590,6 +5996,7 @@ module Aws::EC2
5590
5996
  Instance.add_member(:elastic_gpu_associations, Shapes::ShapeRef.new(shape: ElasticGpuAssociationList, location_name: "elasticGpuAssociationSet"))
5591
5997
  Instance.add_member(:elastic_inference_accelerator_associations, Shapes::ShapeRef.new(shape: ElasticInferenceAcceleratorAssociationList, location_name: "elasticInferenceAcceleratorAssociationSet"))
5592
5998
  Instance.add_member(:network_interfaces, Shapes::ShapeRef.new(shape: InstanceNetworkInterfaceList, location_name: "networkInterfaceSet"))
5999
+ Instance.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "outpostArn"))
5593
6000
  Instance.add_member(:root_device_name, Shapes::ShapeRef.new(shape: String, location_name: "rootDeviceName"))
5594
6001
  Instance.add_member(:root_device_type, Shapes::ShapeRef.new(shape: DeviceType, location_name: "rootDeviceType"))
5595
6002
  Instance.add_member(:security_groups, Shapes::ShapeRef.new(shape: GroupIdentifierList, location_name: "groupSet"))
@@ -5781,6 +6188,7 @@ module Aws::EC2
5781
6188
  InstanceStateChangeList.member = Shapes::ShapeRef.new(shape: InstanceStateChange, location_name: "item")
5782
6189
 
5783
6190
  InstanceStatus.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
6191
+ InstanceStatus.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "outpostArn"))
5784
6192
  InstanceStatus.add_member(:events, Shapes::ShapeRef.new(shape: InstanceStatusEventList, location_name: "eventsSet"))
5785
6193
  InstanceStatus.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceId"))
5786
6194
  InstanceStatus.add_member(:instance_state, Shapes::ShapeRef.new(shape: InstanceState, location_name: "instanceState"))
@@ -5832,6 +6240,7 @@ module Aws::EC2
5832
6240
  InstanceTypeInfo.add_member(:gpu_info, Shapes::ShapeRef.new(shape: GpuInfo, location_name: "gpuInfo"))
5833
6241
  InstanceTypeInfo.add_member(:fpga_info, Shapes::ShapeRef.new(shape: FpgaInfo, location_name: "fpgaInfo"))
5834
6242
  InstanceTypeInfo.add_member(:placement_group_info, Shapes::ShapeRef.new(shape: PlacementGroupInfo, location_name: "placementGroupInfo"))
6243
+ InstanceTypeInfo.add_member(:inference_accelerator_info, Shapes::ShapeRef.new(shape: InferenceAcceleratorInfo, location_name: "inferenceAcceleratorInfo"))
5835
6244
  InstanceTypeInfo.add_member(:hibernation_supported, Shapes::ShapeRef.new(shape: HibernationFlag, location_name: "hibernationSupported"))
5836
6245
  InstanceTypeInfo.add_member(:burstable_performance_supported, Shapes::ShapeRef.new(shape: BurstablePerformanceFlag, location_name: "burstablePerformanceSupported"))
5837
6246
  InstanceTypeInfo.add_member(:dedicated_hosts_supported, Shapes::ShapeRef.new(shape: DedicatedHostFlag, location_name: "dedicatedHostsSupported"))
@@ -6013,11 +6422,13 @@ module Aws::EC2
6013
6422
  LaunchTemplateEbsBlockDeviceRequest.struct_class = Types::LaunchTemplateEbsBlockDeviceRequest
6014
6423
 
6015
6424
  LaunchTemplateElasticInferenceAccelerator.add_member(:type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Type"))
6425
+ LaunchTemplateElasticInferenceAccelerator.add_member(:count, Shapes::ShapeRef.new(shape: LaunchTemplateElasticInferenceAcceleratorCount, location_name: "Count"))
6016
6426
  LaunchTemplateElasticInferenceAccelerator.struct_class = Types::LaunchTemplateElasticInferenceAccelerator
6017
6427
 
6018
6428
  LaunchTemplateElasticInferenceAcceleratorList.member = Shapes::ShapeRef.new(shape: LaunchTemplateElasticInferenceAccelerator, location_name: "item")
6019
6429
 
6020
6430
  LaunchTemplateElasticInferenceAcceleratorResponse.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "type"))
6431
+ LaunchTemplateElasticInferenceAcceleratorResponse.add_member(:count, Shapes::ShapeRef.new(shape: Integer, location_name: "count"))
6021
6432
  LaunchTemplateElasticInferenceAcceleratorResponse.struct_class = Types::LaunchTemplateElasticInferenceAcceleratorResponse
6022
6433
 
6023
6434
  LaunchTemplateElasticInferenceAcceleratorResponseList.member = Shapes::ShapeRef.new(shape: LaunchTemplateElasticInferenceAcceleratorResponse, location_name: "item")
@@ -6199,6 +6610,79 @@ module Aws::EC2
6199
6610
  LoadPermissionRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: String, location_name: "UserId"))
6200
6611
  LoadPermissionRequest.struct_class = Types::LoadPermissionRequest
6201
6612
 
6613
+ LocalGateway.add_member(:local_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "localGatewayId"))
6614
+ LocalGateway.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "outpostArn"))
6615
+ LocalGateway.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
6616
+ LocalGateway.add_member(:state, Shapes::ShapeRef.new(shape: String, location_name: "state"))
6617
+ LocalGateway.struct_class = Types::LocalGateway
6618
+
6619
+ LocalGatewayIdSet.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
6620
+
6621
+ LocalGatewayRoute.add_member(:destination_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "destinationCidrBlock"))
6622
+ LocalGatewayRoute.add_member(:local_gateway_virtual_interface_group_id, Shapes::ShapeRef.new(shape: String, location_name: "localGatewayVirtualInterfaceGroupId"))
6623
+ LocalGatewayRoute.add_member(:type, Shapes::ShapeRef.new(shape: LocalGatewayRouteType, location_name: "type"))
6624
+ LocalGatewayRoute.add_member(:state, Shapes::ShapeRef.new(shape: LocalGatewayRouteState, location_name: "state"))
6625
+ LocalGatewayRoute.add_member(:local_gateway_route_table_id, Shapes::ShapeRef.new(shape: String, location_name: "localGatewayRouteTableId"))
6626
+ LocalGatewayRoute.struct_class = Types::LocalGatewayRoute
6627
+
6628
+ LocalGatewayRouteList.member = Shapes::ShapeRef.new(shape: LocalGatewayRoute, location_name: "item")
6629
+
6630
+ LocalGatewayRouteTable.add_member(:local_gateway_route_table_id, Shapes::ShapeRef.new(shape: String, location_name: "localGatewayRouteTableId"))
6631
+ LocalGatewayRouteTable.add_member(:local_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "localGatewayId"))
6632
+ LocalGatewayRouteTable.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "outpostArn"))
6633
+ LocalGatewayRouteTable.add_member(:state, Shapes::ShapeRef.new(shape: String, location_name: "state"))
6634
+ LocalGatewayRouteTable.struct_class = Types::LocalGatewayRouteTable
6635
+
6636
+ LocalGatewayRouteTableIdSet.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
6637
+
6638
+ LocalGatewayRouteTableSet.member = Shapes::ShapeRef.new(shape: LocalGatewayRouteTable, location_name: "item")
6639
+
6640
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociation.add_member(:local_gateway_route_table_virtual_interface_group_association_id, Shapes::ShapeRef.new(shape: String, location_name: "localGatewayRouteTableVirtualInterfaceGroupAssociationId"))
6641
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociation.add_member(:local_gateway_virtual_interface_group_id, Shapes::ShapeRef.new(shape: String, location_name: "localGatewayVirtualInterfaceGroupId"))
6642
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociation.add_member(:local_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "localGatewayId"))
6643
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociation.add_member(:local_gateway_route_table_id, Shapes::ShapeRef.new(shape: String, location_name: "localGatewayRouteTableId"))
6644
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociation.add_member(:state, Shapes::ShapeRef.new(shape: String, location_name: "state"))
6645
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociation.struct_class = Types::LocalGatewayRouteTableVirtualInterfaceGroupAssociation
6646
+
6647
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociationIdSet.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
6648
+
6649
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociationSet.member = Shapes::ShapeRef.new(shape: LocalGatewayRouteTableVirtualInterfaceGroupAssociation, location_name: "item")
6650
+
6651
+ LocalGatewayRouteTableVpcAssociation.add_member(:local_gateway_route_table_vpc_association_id, Shapes::ShapeRef.new(shape: String, location_name: "localGatewayRouteTableVpcAssociationId"))
6652
+ LocalGatewayRouteTableVpcAssociation.add_member(:local_gateway_route_table_id, Shapes::ShapeRef.new(shape: String, location_name: "localGatewayRouteTableId"))
6653
+ LocalGatewayRouteTableVpcAssociation.add_member(:local_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "localGatewayId"))
6654
+ LocalGatewayRouteTableVpcAssociation.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
6655
+ LocalGatewayRouteTableVpcAssociation.add_member(:state, Shapes::ShapeRef.new(shape: String, location_name: "state"))
6656
+ LocalGatewayRouteTableVpcAssociation.struct_class = Types::LocalGatewayRouteTableVpcAssociation
6657
+
6658
+ LocalGatewayRouteTableVpcAssociationIdSet.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
6659
+
6660
+ LocalGatewayRouteTableVpcAssociationSet.member = Shapes::ShapeRef.new(shape: LocalGatewayRouteTableVpcAssociation, location_name: "item")
6661
+
6662
+ LocalGatewaySet.member = Shapes::ShapeRef.new(shape: LocalGateway, location_name: "item")
6663
+
6664
+ LocalGatewayVirtualInterface.add_member(:local_gateway_virtual_interface_id, Shapes::ShapeRef.new(shape: String, location_name: "localGatewayVirtualInterfaceId"))
6665
+ LocalGatewayVirtualInterface.add_member(:local_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "localGatewayId"))
6666
+ LocalGatewayVirtualInterface.add_member(:vlan, Shapes::ShapeRef.new(shape: Integer, location_name: "vlan"))
6667
+ LocalGatewayVirtualInterface.add_member(:local_address, Shapes::ShapeRef.new(shape: String, location_name: "localAddress"))
6668
+ LocalGatewayVirtualInterface.add_member(:peer_address, Shapes::ShapeRef.new(shape: String, location_name: "peerAddress"))
6669
+ LocalGatewayVirtualInterface.add_member(:local_bgp_asn, Shapes::ShapeRef.new(shape: Integer, location_name: "localBgpAsn"))
6670
+ LocalGatewayVirtualInterface.add_member(:peer_bgp_asn, Shapes::ShapeRef.new(shape: Integer, location_name: "peerBgpAsn"))
6671
+ LocalGatewayVirtualInterface.struct_class = Types::LocalGatewayVirtualInterface
6672
+
6673
+ LocalGatewayVirtualInterfaceGroup.add_member(:local_gateway_virtual_interface_group_id, Shapes::ShapeRef.new(shape: String, location_name: "localGatewayVirtualInterfaceGroupId"))
6674
+ LocalGatewayVirtualInterfaceGroup.add_member(:local_gateway_virtual_interface_ids, Shapes::ShapeRef.new(shape: LocalGatewayVirtualInterfaceIdSet, location_name: "localGatewayVirtualInterfaceIdSet"))
6675
+ LocalGatewayVirtualInterfaceGroup.add_member(:local_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "localGatewayId"))
6676
+ LocalGatewayVirtualInterfaceGroup.struct_class = Types::LocalGatewayVirtualInterfaceGroup
6677
+
6678
+ LocalGatewayVirtualInterfaceGroupIdSet.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
6679
+
6680
+ LocalGatewayVirtualInterfaceGroupSet.member = Shapes::ShapeRef.new(shape: LocalGatewayVirtualInterfaceGroup, location_name: "item")
6681
+
6682
+ LocalGatewayVirtualInterfaceIdSet.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
6683
+
6684
+ LocalGatewayVirtualInterfaceSet.member = Shapes::ShapeRef.new(shape: LocalGatewayVirtualInterface, location_name: "item")
6685
+
6202
6686
  MemoryInfo.add_member(:size_in_mi_b, Shapes::ShapeRef.new(shape: MemorySize, location_name: "sizeInMiB"))
6203
6687
  MemoryInfo.struct_class = Types::MemoryInfo
6204
6688
 
@@ -6408,7 +6892,7 @@ module Aws::EC2
6408
6892
 
6409
6893
  ModifySubnetAttributeRequest.add_member(:assign_ipv_6_address_on_creation, Shapes::ShapeRef.new(shape: AttributeBooleanValue, location_name: "AssignIpv6AddressOnCreation"))
6410
6894
  ModifySubnetAttributeRequest.add_member(:map_public_ip_on_launch, Shapes::ShapeRef.new(shape: AttributeBooleanValue, location_name: "MapPublicIpOnLaunch"))
6411
- ModifySubnetAttributeRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, required: true, location_name: "subnetId"))
6895
+ ModifySubnetAttributeRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "subnetId"))
6412
6896
  ModifySubnetAttributeRequest.struct_class = Types::ModifySubnetAttributeRequest
6413
6897
 
6414
6898
  ModifyTrafficMirrorFilterNetworkServicesRequest.add_member(:traffic_mirror_filter_id, Shapes::ShapeRef.new(shape: TrafficMirrorFilterId, required: true, location_name: "TrafficMirrorFilterId"))
@@ -6451,7 +6935,7 @@ module Aws::EC2
6451
6935
  ModifyTrafficMirrorSessionResult.add_member(:traffic_mirror_session, Shapes::ShapeRef.new(shape: TrafficMirrorSession, location_name: "trafficMirrorSession"))
6452
6936
  ModifyTrafficMirrorSessionResult.struct_class = Types::ModifyTrafficMirrorSessionResult
6453
6937
 
6454
- ModifyTransitGatewayVpcAttachmentRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, required: true, location_name: "TransitGatewayAttachmentId"))
6938
+ ModifyTransitGatewayVpcAttachmentRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TransitGatewayAttachmentId"))
6455
6939
  ModifyTransitGatewayVpcAttachmentRequest.add_member(:add_subnet_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "AddSubnetIds"))
6456
6940
  ModifyTransitGatewayVpcAttachmentRequest.add_member(:remove_subnet_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "RemoveSubnetIds"))
6457
6941
  ModifyTransitGatewayVpcAttachmentRequest.add_member(:options, Shapes::ShapeRef.new(shape: ModifyTransitGatewayVpcAttachmentRequestOptions, location_name: "Options"))
@@ -6685,6 +7169,7 @@ module Aws::EC2
6685
7169
  NetworkInterface.add_member(:ipv_6_addresses, Shapes::ShapeRef.new(shape: NetworkInterfaceIpv6AddressesList, location_name: "ipv6AddressesSet"))
6686
7170
  NetworkInterface.add_member(:mac_address, Shapes::ShapeRef.new(shape: String, location_name: "macAddress"))
6687
7171
  NetworkInterface.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: String, location_name: "networkInterfaceId"))
7172
+ NetworkInterface.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "outpostArn"))
6688
7173
  NetworkInterface.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
6689
7174
  NetworkInterface.add_member(:private_dns_name, Shapes::ShapeRef.new(shape: String, location_name: "privateDnsName"))
6690
7175
  NetworkInterface.add_member(:private_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "privateIpAddress"))
@@ -6762,6 +7247,7 @@ module Aws::EC2
6762
7247
  OccurrenceDaySet.member = Shapes::ShapeRef.new(shape: Integer, location_name: "item")
6763
7248
 
6764
7249
  OnDemandOptions.add_member(:allocation_strategy, Shapes::ShapeRef.new(shape: FleetOnDemandAllocationStrategy, location_name: "allocationStrategy"))
7250
+ OnDemandOptions.add_member(:capacity_reservation_options, Shapes::ShapeRef.new(shape: CapacityReservationOptions, location_name: "capacityReservationOptions"))
6765
7251
  OnDemandOptions.add_member(:single_instance_type, Shapes::ShapeRef.new(shape: Boolean, location_name: "singleInstanceType"))
6766
7252
  OnDemandOptions.add_member(:single_availability_zone, Shapes::ShapeRef.new(shape: Boolean, location_name: "singleAvailabilityZone"))
6767
7253
  OnDemandOptions.add_member(:min_target_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "minTargetCapacity"))
@@ -6769,6 +7255,7 @@ module Aws::EC2
6769
7255
  OnDemandOptions.struct_class = Types::OnDemandOptions
6770
7256
 
6771
7257
  OnDemandOptionsRequest.add_member(:allocation_strategy, Shapes::ShapeRef.new(shape: FleetOnDemandAllocationStrategy, location_name: "AllocationStrategy"))
7258
+ OnDemandOptionsRequest.add_member(:capacity_reservation_options, Shapes::ShapeRef.new(shape: CapacityReservationOptionsRequest, location_name: "CapacityReservationOptions"))
6772
7259
  OnDemandOptionsRequest.add_member(:single_instance_type, Shapes::ShapeRef.new(shape: Boolean, location_name: "SingleInstanceType"))
6773
7260
  OnDemandOptionsRequest.add_member(:single_availability_zone, Shapes::ShapeRef.new(shape: Boolean, location_name: "SingleAvailabilityZone"))
6774
7261
  OnDemandOptionsRequest.add_member(:min_target_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "MinTargetCapacity"))
@@ -6783,6 +7270,10 @@ module Aws::EC2
6783
7270
  PciId.add_member(:subsystem_vendor_id, Shapes::ShapeRef.new(shape: String, location_name: "SubsystemVendorId"))
6784
7271
  PciId.struct_class = Types::PciId
6785
7272
 
7273
+ PeeringAttachmentStatus.add_member(:code, Shapes::ShapeRef.new(shape: String, location_name: "code"))
7274
+ PeeringAttachmentStatus.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
7275
+ PeeringAttachmentStatus.struct_class = Types::PeeringAttachmentStatus
7276
+
6786
7277
  PeeringConnectionOptions.add_member(:allow_dns_resolution_from_remote_vpc, Shapes::ShapeRef.new(shape: Boolean, location_name: "allowDnsResolutionFromRemoteVpc"))
6787
7278
  PeeringConnectionOptions.add_member(:allow_egress_from_local_classic_link_to_remote_vpc, Shapes::ShapeRef.new(shape: Boolean, location_name: "allowEgressFromLocalClassicLinkToRemoteVpc"))
6788
7279
  PeeringConnectionOptions.add_member(:allow_egress_from_local_vpc_to_remote_classic_link, Shapes::ShapeRef.new(shape: Boolean, location_name: "allowEgressFromLocalVpcToRemoteClassicLink"))
@@ -6793,6 +7284,11 @@ module Aws::EC2
6793
7284
  PeeringConnectionOptionsRequest.add_member(:allow_egress_from_local_vpc_to_remote_classic_link, Shapes::ShapeRef.new(shape: Boolean, location_name: "AllowEgressFromLocalVpcToRemoteClassicLink"))
6794
7285
  PeeringConnectionOptionsRequest.struct_class = Types::PeeringConnectionOptionsRequest
6795
7286
 
7287
+ PeeringTgwInfo.add_member(:transit_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayId"))
7288
+ PeeringTgwInfo.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
7289
+ PeeringTgwInfo.add_member(:region, Shapes::ShapeRef.new(shape: String, location_name: "region"))
7290
+ PeeringTgwInfo.struct_class = Types::PeeringTgwInfo
7291
+
6796
7292
  Phase1DHGroupNumbersList.member = Shapes::ShapeRef.new(shape: Phase1DHGroupNumbersListValue, location_name: "item")
6797
7293
 
6798
7294
  Phase1DHGroupNumbersListValue.add_member(:value, Shapes::ShapeRef.new(shape: Integer, location_name: "value"))
@@ -7082,7 +7578,32 @@ module Aws::EC2
7082
7578
  RegisterImageResult.add_member(:image_id, Shapes::ShapeRef.new(shape: String, location_name: "imageId"))
7083
7579
  RegisterImageResult.struct_class = Types::RegisterImageResult
7084
7580
 
7085
- RejectTransitGatewayVpcAttachmentRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, required: true, location_name: "TransitGatewayAttachmentId"))
7581
+ RegisterTransitGatewayMulticastGroupMembersRequest.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: String, location_name: "TransitGatewayMulticastDomainId"))
7582
+ RegisterTransitGatewayMulticastGroupMembersRequest.add_member(:group_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "GroupIpAddress"))
7583
+ RegisterTransitGatewayMulticastGroupMembersRequest.add_member(:network_interface_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "NetworkInterfaceIds"))
7584
+ RegisterTransitGatewayMulticastGroupMembersRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
7585
+ RegisterTransitGatewayMulticastGroupMembersRequest.struct_class = Types::RegisterTransitGatewayMulticastGroupMembersRequest
7586
+
7587
+ RegisterTransitGatewayMulticastGroupMembersResult.add_member(:registered_multicast_group_members, Shapes::ShapeRef.new(shape: TransitGatewayMulticastRegisteredGroupMembers, location_name: "registeredMulticastGroupMembers"))
7588
+ RegisterTransitGatewayMulticastGroupMembersResult.struct_class = Types::RegisterTransitGatewayMulticastGroupMembersResult
7589
+
7590
+ RegisterTransitGatewayMulticastGroupSourcesRequest.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: String, location_name: "TransitGatewayMulticastDomainId"))
7591
+ RegisterTransitGatewayMulticastGroupSourcesRequest.add_member(:group_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "GroupIpAddress"))
7592
+ RegisterTransitGatewayMulticastGroupSourcesRequest.add_member(:network_interface_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "NetworkInterfaceIds"))
7593
+ RegisterTransitGatewayMulticastGroupSourcesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
7594
+ RegisterTransitGatewayMulticastGroupSourcesRequest.struct_class = Types::RegisterTransitGatewayMulticastGroupSourcesRequest
7595
+
7596
+ RegisterTransitGatewayMulticastGroupSourcesResult.add_member(:registered_multicast_group_sources, Shapes::ShapeRef.new(shape: TransitGatewayMulticastRegisteredGroupSources, location_name: "registeredMulticastGroupSources"))
7597
+ RegisterTransitGatewayMulticastGroupSourcesResult.struct_class = Types::RegisterTransitGatewayMulticastGroupSourcesResult
7598
+
7599
+ RejectTransitGatewayPeeringAttachmentRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TransitGatewayAttachmentId"))
7600
+ RejectTransitGatewayPeeringAttachmentRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
7601
+ RejectTransitGatewayPeeringAttachmentRequest.struct_class = Types::RejectTransitGatewayPeeringAttachmentRequest
7602
+
7603
+ RejectTransitGatewayPeeringAttachmentResult.add_member(:transit_gateway_peering_attachment, Shapes::ShapeRef.new(shape: TransitGatewayPeeringAttachment, location_name: "transitGatewayPeeringAttachment"))
7604
+ RejectTransitGatewayPeeringAttachmentResult.struct_class = Types::RejectTransitGatewayPeeringAttachmentResult
7605
+
7606
+ RejectTransitGatewayVpcAttachmentRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TransitGatewayAttachmentId"))
7086
7607
  RejectTransitGatewayVpcAttachmentRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
7087
7608
  RejectTransitGatewayVpcAttachmentRequest.struct_class = Types::RejectTransitGatewayVpcAttachmentRequest
7088
7609
 
@@ -7104,8 +7625,9 @@ module Aws::EC2
7104
7625
  RejectVpcPeeringConnectionResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
7105
7626
  RejectVpcPeeringConnectionResult.struct_class = Types::RejectVpcPeeringConnectionResult
7106
7627
 
7107
- ReleaseAddressRequest.add_member(:allocation_id, Shapes::ShapeRef.new(shape: AllocationId, location_name: "AllocationId"))
7628
+ ReleaseAddressRequest.add_member(:allocation_id, Shapes::ShapeRef.new(shape: String, location_name: "AllocationId"))
7108
7629
  ReleaseAddressRequest.add_member(:public_ip, Shapes::ShapeRef.new(shape: String, location_name: "PublicIp"))
7630
+ ReleaseAddressRequest.add_member(:network_border_group, Shapes::ShapeRef.new(shape: String, location_name: "NetworkBorderGroup"))
7109
7631
  ReleaseAddressRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
7110
7632
  ReleaseAddressRequest.struct_class = Types::ReleaseAddressRequest
7111
7633
 
@@ -7149,8 +7671,10 @@ module Aws::EC2
7149
7671
  ReplaceRouteRequest.add_member(:egress_only_internet_gateway_id, Shapes::ShapeRef.new(shape: EgressOnlyInternetGatewayId, location_name: "egressOnlyInternetGatewayId"))
7150
7672
  ReplaceRouteRequest.add_member(:gateway_id, Shapes::ShapeRef.new(shape: RouteTableGatewayId, location_name: "gatewayId"))
7151
7673
  ReplaceRouteRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "instanceId"))
7674
+ ReplaceRouteRequest.add_member(:local_target, Shapes::ShapeRef.new(shape: Boolean, location_name: "LocalTarget"))
7152
7675
  ReplaceRouteRequest.add_member(:nat_gateway_id, Shapes::ShapeRef.new(shape: NatGatewayId, location_name: "natGatewayId"))
7153
7676
  ReplaceRouteRequest.add_member(:transit_gateway_id, Shapes::ShapeRef.new(shape: TransitGatewayId, location_name: "TransitGatewayId"))
7677
+ ReplaceRouteRequest.add_member(:local_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "LocalGatewayId"))
7154
7678
  ReplaceRouteRequest.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: NetworkInterfaceId, location_name: "networkInterfaceId"))
7155
7679
  ReplaceRouteRequest.add_member(:route_table_id, Shapes::ShapeRef.new(shape: RouteTableId, required: true, location_name: "routeTableId"))
7156
7680
  ReplaceRouteRequest.add_member(:vpc_peering_connection_id, Shapes::ShapeRef.new(shape: VpcPeeringConnectionId, location_name: "vpcPeeringConnectionId"))
@@ -7162,11 +7686,12 @@ module Aws::EC2
7162
7686
  ReplaceRouteTableAssociationRequest.struct_class = Types::ReplaceRouteTableAssociationRequest
7163
7687
 
7164
7688
  ReplaceRouteTableAssociationResult.add_member(:new_association_id, Shapes::ShapeRef.new(shape: String, location_name: "newAssociationId"))
7689
+ ReplaceRouteTableAssociationResult.add_member(:association_state, Shapes::ShapeRef.new(shape: RouteTableAssociationState, location_name: "associationState"))
7165
7690
  ReplaceRouteTableAssociationResult.struct_class = Types::ReplaceRouteTableAssociationResult
7166
7691
 
7167
7692
  ReplaceTransitGatewayRouteRequest.add_member(:destination_cidr_block, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DestinationCidrBlock"))
7168
- ReplaceTransitGatewayRouteRequest.add_member(:transit_gateway_route_table_id, Shapes::ShapeRef.new(shape: TransitGatewayRouteTableId, required: true, location_name: "TransitGatewayRouteTableId"))
7169
- ReplaceTransitGatewayRouteRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, location_name: "TransitGatewayAttachmentId"))
7693
+ ReplaceTransitGatewayRouteRequest.add_member(:transit_gateway_route_table_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TransitGatewayRouteTableId"))
7694
+ ReplaceTransitGatewayRouteRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: String, location_name: "TransitGatewayAttachmentId"))
7170
7695
  ReplaceTransitGatewayRouteRequest.add_member(:blackhole, Shapes::ShapeRef.new(shape: Boolean, location_name: "Blackhole"))
7171
7696
  ReplaceTransitGatewayRouteRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
7172
7697
  ReplaceTransitGatewayRouteRequest.struct_class = Types::ReplaceTransitGatewayRouteRequest
@@ -7505,6 +8030,7 @@ module Aws::EC2
7505
8030
  Route.add_member(:instance_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceOwnerId"))
7506
8031
  Route.add_member(:nat_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "natGatewayId"))
7507
8032
  Route.add_member(:transit_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayId"))
8033
+ Route.add_member(:local_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "localGatewayId"))
7508
8034
  Route.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: String, location_name: "networkInterfaceId"))
7509
8035
  Route.add_member(:origin, Shapes::ShapeRef.new(shape: RouteOrigin, location_name: "origin"))
7510
8036
  Route.add_member(:state, Shapes::ShapeRef.new(shape: RouteState, location_name: "state"))
@@ -7526,10 +8052,16 @@ module Aws::EC2
7526
8052
  RouteTableAssociation.add_member(:route_table_association_id, Shapes::ShapeRef.new(shape: String, location_name: "routeTableAssociationId"))
7527
8053
  RouteTableAssociation.add_member(:route_table_id, Shapes::ShapeRef.new(shape: String, location_name: "routeTableId"))
7528
8054
  RouteTableAssociation.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "subnetId"))
8055
+ RouteTableAssociation.add_member(:gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "gatewayId"))
8056
+ RouteTableAssociation.add_member(:association_state, Shapes::ShapeRef.new(shape: RouteTableAssociationState, location_name: "associationState"))
7529
8057
  RouteTableAssociation.struct_class = Types::RouteTableAssociation
7530
8058
 
7531
8059
  RouteTableAssociationList.member = Shapes::ShapeRef.new(shape: RouteTableAssociation, location_name: "item")
7532
8060
 
8061
+ RouteTableAssociationState.add_member(:state, Shapes::ShapeRef.new(shape: RouteTableAssociationStateCode, location_name: "state"))
8062
+ RouteTableAssociationState.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
8063
+ RouteTableAssociationState.struct_class = Types::RouteTableAssociationState
8064
+
7533
8065
  RouteTableList.member = Shapes::ShapeRef.new(shape: RouteTable, location_name: "item")
7534
8066
 
7535
8067
  RunInstancesMonitoringEnabled.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "enabled"))
@@ -7712,7 +8244,29 @@ module Aws::EC2
7712
8244
 
7713
8245
  ScheduledInstancesSecurityGroupIdSet.member = Shapes::ShapeRef.new(shape: String, location_name: "SecurityGroupId")
7714
8246
 
7715
- SearchTransitGatewayRoutesRequest.add_member(:transit_gateway_route_table_id, Shapes::ShapeRef.new(shape: TransitGatewayRouteTableId, required: true, location_name: "TransitGatewayRouteTableId"))
8247
+ SearchLocalGatewayRoutesRequest.add_member(:local_gateway_route_table_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "LocalGatewayRouteTableId"))
8248
+ SearchLocalGatewayRoutesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, required: true, location_name: "Filter"))
8249
+ SearchLocalGatewayRoutesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
8250
+ SearchLocalGatewayRoutesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
8251
+ SearchLocalGatewayRoutesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
8252
+ SearchLocalGatewayRoutesRequest.struct_class = Types::SearchLocalGatewayRoutesRequest
8253
+
8254
+ SearchLocalGatewayRoutesResult.add_member(:routes, Shapes::ShapeRef.new(shape: LocalGatewayRouteList, location_name: "routeSet"))
8255
+ SearchLocalGatewayRoutesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
8256
+ SearchLocalGatewayRoutesResult.struct_class = Types::SearchLocalGatewayRoutesResult
8257
+
8258
+ SearchTransitGatewayMulticastGroupsRequest.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: String, location_name: "TransitGatewayMulticastDomainId"))
8259
+ SearchTransitGatewayMulticastGroupsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
8260
+ SearchTransitGatewayMulticastGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: TransitGatewayMaxResults, location_name: "MaxResults"))
8261
+ SearchTransitGatewayMulticastGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
8262
+ SearchTransitGatewayMulticastGroupsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
8263
+ SearchTransitGatewayMulticastGroupsRequest.struct_class = Types::SearchTransitGatewayMulticastGroupsRequest
8264
+
8265
+ SearchTransitGatewayMulticastGroupsResult.add_member(:multicast_groups, Shapes::ShapeRef.new(shape: TransitGatewayMulticastGroupList, location_name: "multicastGroups"))
8266
+ SearchTransitGatewayMulticastGroupsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
8267
+ SearchTransitGatewayMulticastGroupsResult.struct_class = Types::SearchTransitGatewayMulticastGroupsResult
8268
+
8269
+ SearchTransitGatewayRoutesRequest.add_member(:transit_gateway_route_table_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TransitGatewayRouteTableId"))
7716
8270
  SearchTransitGatewayRoutesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, required: true, location_name: "Filter"))
7717
8271
  SearchTransitGatewayRoutesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: TransitGatewayMaxResults, location_name: "MaxResults"))
7718
8272
  SearchTransitGatewayRoutesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
@@ -8067,8 +8621,15 @@ module Aws::EC2
8067
8621
  Subnet.add_member(:ipv_6_cidr_block_association_set, Shapes::ShapeRef.new(shape: SubnetIpv6CidrBlockAssociationSet, location_name: "ipv6CidrBlockAssociationSet"))
8068
8622
  Subnet.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
8069
8623
  Subnet.add_member(:subnet_arn, Shapes::ShapeRef.new(shape: String, location_name: "subnetArn"))
8624
+ Subnet.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "outpostArn"))
8070
8625
  Subnet.struct_class = Types::Subnet
8071
8626
 
8627
+ SubnetAssociation.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "subnetId"))
8628
+ SubnetAssociation.add_member(:state, Shapes::ShapeRef.new(shape: TransitGatewayMulitcastDomainAssociationState, location_name: "state"))
8629
+ SubnetAssociation.struct_class = Types::SubnetAssociation
8630
+
8631
+ SubnetAssociationList.member = Shapes::ShapeRef.new(shape: SubnetAssociation, location_name: "item")
8632
+
8072
8633
  SubnetCidrBlockState.add_member(:state, Shapes::ShapeRef.new(shape: SubnetCidrBlockStateCode, location_name: "state"))
8073
8634
  SubnetCidrBlockState.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
8074
8635
  SubnetCidrBlockState.struct_class = Types::SubnetCidrBlockState
@@ -8298,6 +8859,66 @@ module Aws::EC2
8298
8859
 
8299
8860
  TransitGatewayList.member = Shapes::ShapeRef.new(shape: TransitGateway, location_name: "item")
8300
8861
 
8862
+ TransitGatewayMulticastDeregisteredGroupMembers.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayMulticastDomainId"))
8863
+ TransitGatewayMulticastDeregisteredGroupMembers.add_member(:deregistered_network_interface_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "deregisteredNetworkInterfaceIds"))
8864
+ TransitGatewayMulticastDeregisteredGroupMembers.add_member(:group_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "groupIpAddress"))
8865
+ TransitGatewayMulticastDeregisteredGroupMembers.struct_class = Types::TransitGatewayMulticastDeregisteredGroupMembers
8866
+
8867
+ TransitGatewayMulticastDeregisteredGroupSources.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayMulticastDomainId"))
8868
+ TransitGatewayMulticastDeregisteredGroupSources.add_member(:deregistered_network_interface_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "deregisteredNetworkInterfaceIds"))
8869
+ TransitGatewayMulticastDeregisteredGroupSources.add_member(:group_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "groupIpAddress"))
8870
+ TransitGatewayMulticastDeregisteredGroupSources.struct_class = Types::TransitGatewayMulticastDeregisteredGroupSources
8871
+
8872
+ TransitGatewayMulticastDomain.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayMulticastDomainId"))
8873
+ TransitGatewayMulticastDomain.add_member(:transit_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayId"))
8874
+ TransitGatewayMulticastDomain.add_member(:state, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainState, location_name: "state"))
8875
+ TransitGatewayMulticastDomain.add_member(:creation_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "creationTime"))
8876
+ TransitGatewayMulticastDomain.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
8877
+ TransitGatewayMulticastDomain.struct_class = Types::TransitGatewayMulticastDomain
8878
+
8879
+ TransitGatewayMulticastDomainAssociation.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayAttachmentId"))
8880
+ TransitGatewayMulticastDomainAssociation.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
8881
+ TransitGatewayMulticastDomainAssociation.add_member(:resource_type, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentResourceType, location_name: "resourceType"))
8882
+ TransitGatewayMulticastDomainAssociation.add_member(:subnet, Shapes::ShapeRef.new(shape: SubnetAssociation, location_name: "subnet"))
8883
+ TransitGatewayMulticastDomainAssociation.struct_class = Types::TransitGatewayMulticastDomainAssociation
8884
+
8885
+ TransitGatewayMulticastDomainAssociationList.member = Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainAssociation, location_name: "item")
8886
+
8887
+ TransitGatewayMulticastDomainAssociations.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayMulticastDomainId"))
8888
+ TransitGatewayMulticastDomainAssociations.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayAttachmentId"))
8889
+ TransitGatewayMulticastDomainAssociations.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
8890
+ TransitGatewayMulticastDomainAssociations.add_member(:resource_type, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentResourceType, location_name: "resourceType"))
8891
+ TransitGatewayMulticastDomainAssociations.add_member(:subnets, Shapes::ShapeRef.new(shape: SubnetAssociationList, location_name: "subnets"))
8892
+ TransitGatewayMulticastDomainAssociations.struct_class = Types::TransitGatewayMulticastDomainAssociations
8893
+
8894
+ TransitGatewayMulticastDomainIdStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
8895
+
8896
+ TransitGatewayMulticastDomainList.member = Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomain, location_name: "item")
8897
+
8898
+ TransitGatewayMulticastGroup.add_member(:group_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "groupIpAddress"))
8899
+ TransitGatewayMulticastGroup.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayAttachmentId"))
8900
+ TransitGatewayMulticastGroup.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "subnetId"))
8901
+ TransitGatewayMulticastGroup.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
8902
+ TransitGatewayMulticastGroup.add_member(:resource_type, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentResourceType, location_name: "resourceType"))
8903
+ TransitGatewayMulticastGroup.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: String, location_name: "networkInterfaceId"))
8904
+ TransitGatewayMulticastGroup.add_member(:group_member, Shapes::ShapeRef.new(shape: Boolean, location_name: "groupMember"))
8905
+ TransitGatewayMulticastGroup.add_member(:group_source, Shapes::ShapeRef.new(shape: Boolean, location_name: "groupSource"))
8906
+ TransitGatewayMulticastGroup.add_member(:member_type, Shapes::ShapeRef.new(shape: MembershipType, location_name: "memberType"))
8907
+ TransitGatewayMulticastGroup.add_member(:source_type, Shapes::ShapeRef.new(shape: MembershipType, location_name: "sourceType"))
8908
+ TransitGatewayMulticastGroup.struct_class = Types::TransitGatewayMulticastGroup
8909
+
8910
+ TransitGatewayMulticastGroupList.member = Shapes::ShapeRef.new(shape: TransitGatewayMulticastGroup, location_name: "item")
8911
+
8912
+ TransitGatewayMulticastRegisteredGroupMembers.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayMulticastDomainId"))
8913
+ TransitGatewayMulticastRegisteredGroupMembers.add_member(:registered_network_interface_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "registeredNetworkInterfaceIds"))
8914
+ TransitGatewayMulticastRegisteredGroupMembers.add_member(:group_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "groupIpAddress"))
8915
+ TransitGatewayMulticastRegisteredGroupMembers.struct_class = Types::TransitGatewayMulticastRegisteredGroupMembers
8916
+
8917
+ TransitGatewayMulticastRegisteredGroupSources.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayMulticastDomainId"))
8918
+ TransitGatewayMulticastRegisteredGroupSources.add_member(:registered_network_interface_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "registeredNetworkInterfaceIds"))
8919
+ TransitGatewayMulticastRegisteredGroupSources.add_member(:group_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "groupIpAddress"))
8920
+ TransitGatewayMulticastRegisteredGroupSources.struct_class = Types::TransitGatewayMulticastRegisteredGroupSources
8921
+
8301
8922
  TransitGatewayOptions.add_member(:amazon_side_asn, Shapes::ShapeRef.new(shape: Long, location_name: "amazonSideAsn"))
8302
8923
  TransitGatewayOptions.add_member(:auto_accept_shared_attachments, Shapes::ShapeRef.new(shape: AutoAcceptSharedAttachmentsValue, location_name: "autoAcceptSharedAttachments"))
8303
8924
  TransitGatewayOptions.add_member(:default_route_table_association, Shapes::ShapeRef.new(shape: DefaultRouteTableAssociationValue, location_name: "defaultRouteTableAssociation"))
@@ -8306,8 +8927,20 @@ module Aws::EC2
8306
8927
  TransitGatewayOptions.add_member(:propagation_default_route_table_id, Shapes::ShapeRef.new(shape: String, location_name: "propagationDefaultRouteTableId"))
8307
8928
  TransitGatewayOptions.add_member(:vpn_ecmp_support, Shapes::ShapeRef.new(shape: VpnEcmpSupportValue, location_name: "vpnEcmpSupport"))
8308
8929
  TransitGatewayOptions.add_member(:dns_support, Shapes::ShapeRef.new(shape: DnsSupportValue, location_name: "dnsSupport"))
8930
+ TransitGatewayOptions.add_member(:multicast_support, Shapes::ShapeRef.new(shape: MulticastSupportValue, location_name: "multicastSupport"))
8309
8931
  TransitGatewayOptions.struct_class = Types::TransitGatewayOptions
8310
8932
 
8933
+ TransitGatewayPeeringAttachment.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayAttachmentId"))
8934
+ TransitGatewayPeeringAttachment.add_member(:requester_tgw_info, Shapes::ShapeRef.new(shape: PeeringTgwInfo, location_name: "requesterTgwInfo"))
8935
+ TransitGatewayPeeringAttachment.add_member(:accepter_tgw_info, Shapes::ShapeRef.new(shape: PeeringTgwInfo, location_name: "accepterTgwInfo"))
8936
+ TransitGatewayPeeringAttachment.add_member(:status, Shapes::ShapeRef.new(shape: PeeringAttachmentStatus, location_name: "status"))
8937
+ TransitGatewayPeeringAttachment.add_member(:state, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentState, location_name: "state"))
8938
+ TransitGatewayPeeringAttachment.add_member(:creation_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "creationTime"))
8939
+ TransitGatewayPeeringAttachment.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
8940
+ TransitGatewayPeeringAttachment.struct_class = Types::TransitGatewayPeeringAttachment
8941
+
8942
+ TransitGatewayPeeringAttachmentList.member = Shapes::ShapeRef.new(shape: TransitGatewayPeeringAttachment, location_name: "item")
8943
+
8311
8944
  TransitGatewayPropagation.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayAttachmentId"))
8312
8945
  TransitGatewayPropagation.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
8313
8946
  TransitGatewayPropagation.add_member(:resource_type, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentResourceType, location_name: "resourceType"))
@@ -8321,6 +8954,7 @@ module Aws::EC2
8321
8954
  TransitGatewayRequestOptions.add_member(:default_route_table_propagation, Shapes::ShapeRef.new(shape: DefaultRouteTablePropagationValue, location_name: "DefaultRouteTablePropagation"))
8322
8955
  TransitGatewayRequestOptions.add_member(:vpn_ecmp_support, Shapes::ShapeRef.new(shape: VpnEcmpSupportValue, location_name: "VpnEcmpSupport"))
8323
8956
  TransitGatewayRequestOptions.add_member(:dns_support, Shapes::ShapeRef.new(shape: DnsSupportValue, location_name: "DnsSupport"))
8957
+ TransitGatewayRequestOptions.add_member(:multicast_support, Shapes::ShapeRef.new(shape: MulticastSupportValue, location_name: "MulticastSupport"))
8324
8958
  TransitGatewayRequestOptions.struct_class = Types::TransitGatewayRequestOptions
8325
8959
 
8326
8960
  TransitGatewayRoute.add_member(:destination_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "destinationCidrBlock"))
@@ -8519,6 +9153,7 @@ module Aws::EC2
8519
9153
  Volume.add_member(:create_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "createTime"))
8520
9154
  Volume.add_member(:encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "encrypted"))
8521
9155
  Volume.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "kmsKeyId"))
9156
+ Volume.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "outpostArn"))
8522
9157
  Volume.add_member(:size, Shapes::ShapeRef.new(shape: Integer, location_name: "size"))
8523
9158
  Volume.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: String, location_name: "snapshotId"))
8524
9159
  Volume.add_member(:state, Shapes::ShapeRef.new(shape: VolumeState, location_name: "status"))
@@ -8579,8 +9214,8 @@ module Aws::EC2
8579
9214
  VolumeStatusEvent.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
8580
9215
  VolumeStatusEvent.add_member(:event_id, Shapes::ShapeRef.new(shape: String, location_name: "eventId"))
8581
9216
  VolumeStatusEvent.add_member(:event_type, Shapes::ShapeRef.new(shape: String, location_name: "eventType"))
8582
- VolumeStatusEvent.add_member(:not_after, Shapes::ShapeRef.new(shape: DateTime, location_name: "notAfter"))
8583
- VolumeStatusEvent.add_member(:not_before, Shapes::ShapeRef.new(shape: DateTime, location_name: "notBefore"))
9217
+ VolumeStatusEvent.add_member(:not_after, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "notAfter"))
9218
+ VolumeStatusEvent.add_member(:not_before, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "notBefore"))
8584
9219
  VolumeStatusEvent.struct_class = Types::VolumeStatusEvent
8585
9220
 
8586
9221
  VolumeStatusEventsList.member = Shapes::ShapeRef.new(shape: VolumeStatusEvent, location_name: "item")
@@ -8591,6 +9226,7 @@ module Aws::EC2
8591
9226
 
8592
9227
  VolumeStatusItem.add_member(:actions, Shapes::ShapeRef.new(shape: VolumeStatusActionsList, location_name: "actionsSet"))
8593
9228
  VolumeStatusItem.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
9229
+ VolumeStatusItem.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "outpostArn"))
8594
9230
  VolumeStatusItem.add_member(:events, Shapes::ShapeRef.new(shape: VolumeStatusEventsList, location_name: "eventsSet"))
8595
9231
  VolumeStatusItem.add_member(:volume_id, Shapes::ShapeRef.new(shape: String, location_name: "volumeId"))
8596
9232
  VolumeStatusItem.add_member(:volume_status, Shapes::ShapeRef.new(shape: VolumeStatusInfo, location_name: "volumeStatus"))
@@ -8672,6 +9308,7 @@ module Aws::EC2
8672
9308
  VpcIpv6CidrBlockAssociation.add_member(:association_id, Shapes::ShapeRef.new(shape: String, location_name: "associationId"))
8673
9309
  VpcIpv6CidrBlockAssociation.add_member(:ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "ipv6CidrBlock"))
8674
9310
  VpcIpv6CidrBlockAssociation.add_member(:ipv_6_cidr_block_state, Shapes::ShapeRef.new(shape: VpcCidrBlockState, location_name: "ipv6CidrBlockState"))
9311
+ VpcIpv6CidrBlockAssociation.add_member(:network_border_group, Shapes::ShapeRef.new(shape: String, location_name: "networkBorderGroup"))
8675
9312
  VpcIpv6CidrBlockAssociation.struct_class = Types::VpcIpv6CidrBlockAssociation
8676
9313
 
8677
9314
  VpcIpv6CidrBlockAssociationSet.member = Shapes::ShapeRef.new(shape: VpcIpv6CidrBlockAssociation, location_name: "item")
@@ -8724,10 +9361,12 @@ module Aws::EC2
8724
9361
 
8725
9362
  VpnConnectionList.member = Shapes::ShapeRef.new(shape: VpnConnection, location_name: "item")
8726
9363
 
9364
+ VpnConnectionOptions.add_member(:enable_acceleration, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableAcceleration"))
8727
9365
  VpnConnectionOptions.add_member(:static_routes_only, Shapes::ShapeRef.new(shape: Boolean, location_name: "staticRoutesOnly"))
8728
9366
  VpnConnectionOptions.add_member(:tunnel_options, Shapes::ShapeRef.new(shape: TunnelOptionsList, location_name: "tunnelOptionSet"))
8729
9367
  VpnConnectionOptions.struct_class = Types::VpnConnectionOptions
8730
9368
 
9369
+ VpnConnectionOptionsSpecification.add_member(:enable_acceleration, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableAcceleration"))
8731
9370
  VpnConnectionOptionsSpecification.add_member(:static_routes_only, Shapes::ShapeRef.new(shape: Boolean, location_name: "staticRoutesOnly"))
8732
9371
  VpnConnectionOptionsSpecification.add_member(:tunnel_options, Shapes::ShapeRef.new(shape: VpnTunnelOptionsSpecificationsList, location_name: "TunnelOptions"))
8733
9372
  VpnConnectionOptionsSpecification.struct_class = Types::VpnConnectionOptionsSpecification
@@ -8808,6 +9447,14 @@ module Aws::EC2
8808
9447
  o.output = Shapes::ShapeRef.new(shape: AcceptReservedInstancesExchangeQuoteResult)
8809
9448
  end)
8810
9449
 
9450
+ api.add_operation(:accept_transit_gateway_peering_attachment, Seahorse::Model::Operation.new.tap do |o|
9451
+ o.name = "AcceptTransitGatewayPeeringAttachment"
9452
+ o.http_method = "POST"
9453
+ o.http_request_uri = "/"
9454
+ o.input = Shapes::ShapeRef.new(shape: AcceptTransitGatewayPeeringAttachmentRequest)
9455
+ o.output = Shapes::ShapeRef.new(shape: AcceptTransitGatewayPeeringAttachmentResult)
9456
+ end)
9457
+
8811
9458
  api.add_operation(:accept_transit_gateway_vpc_attachment, Seahorse::Model::Operation.new.tap do |o|
8812
9459
  o.name = "AcceptTransitGatewayVpcAttachment"
8813
9460
  o.http_method = "POST"
@@ -8928,6 +9575,14 @@ module Aws::EC2
8928
9575
  o.output = Shapes::ShapeRef.new(shape: AssociateSubnetCidrBlockResult)
8929
9576
  end)
8930
9577
 
9578
+ api.add_operation(:associate_transit_gateway_multicast_domain, Seahorse::Model::Operation.new.tap do |o|
9579
+ o.name = "AssociateTransitGatewayMulticastDomain"
9580
+ o.http_method = "POST"
9581
+ o.http_request_uri = "/"
9582
+ o.input = Shapes::ShapeRef.new(shape: AssociateTransitGatewayMulticastDomainRequest)
9583
+ o.output = Shapes::ShapeRef.new(shape: AssociateTransitGatewayMulticastDomainResult)
9584
+ end)
9585
+
8931
9586
  api.add_operation(:associate_transit_gateway_route_table, Seahorse::Model::Operation.new.tap do |o|
8932
9587
  o.name = "AssociateTransitGatewayRouteTable"
8933
9588
  o.http_method = "POST"
@@ -9248,6 +9903,22 @@ module Aws::EC2
9248
9903
  o.output = Shapes::ShapeRef.new(shape: CreateLaunchTemplateVersionResult)
9249
9904
  end)
9250
9905
 
9906
+ api.add_operation(:create_local_gateway_route, Seahorse::Model::Operation.new.tap do |o|
9907
+ o.name = "CreateLocalGatewayRoute"
9908
+ o.http_method = "POST"
9909
+ o.http_request_uri = "/"
9910
+ o.input = Shapes::ShapeRef.new(shape: CreateLocalGatewayRouteRequest)
9911
+ o.output = Shapes::ShapeRef.new(shape: CreateLocalGatewayRouteResult)
9912
+ end)
9913
+
9914
+ api.add_operation(:create_local_gateway_route_table_vpc_association, Seahorse::Model::Operation.new.tap do |o|
9915
+ o.name = "CreateLocalGatewayRouteTableVpcAssociation"
9916
+ o.http_method = "POST"
9917
+ o.http_request_uri = "/"
9918
+ o.input = Shapes::ShapeRef.new(shape: CreateLocalGatewayRouteTableVpcAssociationRequest)
9919
+ o.output = Shapes::ShapeRef.new(shape: CreateLocalGatewayRouteTableVpcAssociationResult)
9920
+ end)
9921
+
9251
9922
  api.add_operation(:create_nat_gateway, Seahorse::Model::Operation.new.tap do |o|
9252
9923
  o.name = "CreateNatGateway"
9253
9924
  o.http_method = "POST"
@@ -9408,6 +10079,22 @@ module Aws::EC2
9408
10079
  o.output = Shapes::ShapeRef.new(shape: CreateTransitGatewayResult)
9409
10080
  end)
9410
10081
 
10082
+ api.add_operation(:create_transit_gateway_multicast_domain, Seahorse::Model::Operation.new.tap do |o|
10083
+ o.name = "CreateTransitGatewayMulticastDomain"
10084
+ o.http_method = "POST"
10085
+ o.http_request_uri = "/"
10086
+ o.input = Shapes::ShapeRef.new(shape: CreateTransitGatewayMulticastDomainRequest)
10087
+ o.output = Shapes::ShapeRef.new(shape: CreateTransitGatewayMulticastDomainResult)
10088
+ end)
10089
+
10090
+ api.add_operation(:create_transit_gateway_peering_attachment, Seahorse::Model::Operation.new.tap do |o|
10091
+ o.name = "CreateTransitGatewayPeeringAttachment"
10092
+ o.http_method = "POST"
10093
+ o.http_request_uri = "/"
10094
+ o.input = Shapes::ShapeRef.new(shape: CreateTransitGatewayPeeringAttachmentRequest)
10095
+ o.output = Shapes::ShapeRef.new(shape: CreateTransitGatewayPeeringAttachmentResult)
10096
+ end)
10097
+
9411
10098
  api.add_operation(:create_transit_gateway_route, Seahorse::Model::Operation.new.tap do |o|
9412
10099
  o.name = "CreateTransitGatewayRoute"
9413
10100
  o.http_method = "POST"
@@ -9600,6 +10287,22 @@ module Aws::EC2
9600
10287
  o.output = Shapes::ShapeRef.new(shape: DeleteLaunchTemplateVersionsResult)
9601
10288
  end)
9602
10289
 
10290
+ api.add_operation(:delete_local_gateway_route, Seahorse::Model::Operation.new.tap do |o|
10291
+ o.name = "DeleteLocalGatewayRoute"
10292
+ o.http_method = "POST"
10293
+ o.http_request_uri = "/"
10294
+ o.input = Shapes::ShapeRef.new(shape: DeleteLocalGatewayRouteRequest)
10295
+ o.output = Shapes::ShapeRef.new(shape: DeleteLocalGatewayRouteResult)
10296
+ end)
10297
+
10298
+ api.add_operation(:delete_local_gateway_route_table_vpc_association, Seahorse::Model::Operation.new.tap do |o|
10299
+ o.name = "DeleteLocalGatewayRouteTableVpcAssociation"
10300
+ o.http_method = "POST"
10301
+ o.http_request_uri = "/"
10302
+ o.input = Shapes::ShapeRef.new(shape: DeleteLocalGatewayRouteTableVpcAssociationRequest)
10303
+ o.output = Shapes::ShapeRef.new(shape: DeleteLocalGatewayRouteTableVpcAssociationResult)
10304
+ end)
10305
+
9603
10306
  api.add_operation(:delete_nat_gateway, Seahorse::Model::Operation.new.tap do |o|
9604
10307
  o.name = "DeleteNatGateway"
9605
10308
  o.http_method = "POST"
@@ -9752,6 +10455,22 @@ module Aws::EC2
9752
10455
  o.output = Shapes::ShapeRef.new(shape: DeleteTransitGatewayResult)
9753
10456
  end)
9754
10457
 
10458
+ api.add_operation(:delete_transit_gateway_multicast_domain, Seahorse::Model::Operation.new.tap do |o|
10459
+ o.name = "DeleteTransitGatewayMulticastDomain"
10460
+ o.http_method = "POST"
10461
+ o.http_request_uri = "/"
10462
+ o.input = Shapes::ShapeRef.new(shape: DeleteTransitGatewayMulticastDomainRequest)
10463
+ o.output = Shapes::ShapeRef.new(shape: DeleteTransitGatewayMulticastDomainResult)
10464
+ end)
10465
+
10466
+ api.add_operation(:delete_transit_gateway_peering_attachment, Seahorse::Model::Operation.new.tap do |o|
10467
+ o.name = "DeleteTransitGatewayPeeringAttachment"
10468
+ o.http_method = "POST"
10469
+ o.http_request_uri = "/"
10470
+ o.input = Shapes::ShapeRef.new(shape: DeleteTransitGatewayPeeringAttachmentRequest)
10471
+ o.output = Shapes::ShapeRef.new(shape: DeleteTransitGatewayPeeringAttachmentResult)
10472
+ end)
10473
+
9755
10474
  api.add_operation(:delete_transit_gateway_route, Seahorse::Model::Operation.new.tap do |o|
9756
10475
  o.name = "DeleteTransitGatewayRoute"
9757
10476
  o.http_method = "POST"
@@ -9864,6 +10583,22 @@ module Aws::EC2
9864
10583
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
9865
10584
  end)
9866
10585
 
10586
+ api.add_operation(:deregister_transit_gateway_multicast_group_members, Seahorse::Model::Operation.new.tap do |o|
10587
+ o.name = "DeregisterTransitGatewayMulticastGroupMembers"
10588
+ o.http_method = "POST"
10589
+ o.http_request_uri = "/"
10590
+ o.input = Shapes::ShapeRef.new(shape: DeregisterTransitGatewayMulticastGroupMembersRequest)
10591
+ o.output = Shapes::ShapeRef.new(shape: DeregisterTransitGatewayMulticastGroupMembersResult)
10592
+ end)
10593
+
10594
+ api.add_operation(:deregister_transit_gateway_multicast_group_sources, Seahorse::Model::Operation.new.tap do |o|
10595
+ o.name = "DeregisterTransitGatewayMulticastGroupSources"
10596
+ o.http_method = "POST"
10597
+ o.http_request_uri = "/"
10598
+ o.input = Shapes::ShapeRef.new(shape: DeregisterTransitGatewayMulticastGroupSourcesRequest)
10599
+ o.output = Shapes::ShapeRef.new(shape: DeregisterTransitGatewayMulticastGroupSourcesResult)
10600
+ end)
10601
+
9867
10602
  api.add_operation(:describe_account_attributes, Seahorse::Model::Operation.new.tap do |o|
9868
10603
  o.name = "DescribeAccountAttributes"
9869
10604
  o.http_method = "POST"
@@ -10016,6 +10751,14 @@ module Aws::EC2
10016
10751
  )
10017
10752
  end)
10018
10753
 
10754
+ api.add_operation(:describe_coip_pools, Seahorse::Model::Operation.new.tap do |o|
10755
+ o.name = "DescribeCoipPools"
10756
+ o.http_method = "POST"
10757
+ o.http_request_uri = "/"
10758
+ o.input = Shapes::ShapeRef.new(shape: DescribeCoipPoolsRequest)
10759
+ o.output = Shapes::ShapeRef.new(shape: DescribeCoipPoolsResult)
10760
+ end)
10761
+
10019
10762
  api.add_operation(:describe_conversion_tasks, Seahorse::Model::Operation.new.tap do |o|
10020
10763
  o.name = "DescribeConversionTasks"
10021
10764
  o.http_method = "POST"
@@ -10402,6 +11145,54 @@ module Aws::EC2
10402
11145
  )
10403
11146
  end)
10404
11147
 
11148
+ api.add_operation(:describe_local_gateway_route_table_virtual_interface_group_associations, Seahorse::Model::Operation.new.tap do |o|
11149
+ o.name = "DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations"
11150
+ o.http_method = "POST"
11151
+ o.http_request_uri = "/"
11152
+ o.input = Shapes::ShapeRef.new(shape: DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest)
11153
+ o.output = Shapes::ShapeRef.new(shape: DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult)
11154
+ end)
11155
+
11156
+ api.add_operation(:describe_local_gateway_route_table_vpc_associations, Seahorse::Model::Operation.new.tap do |o|
11157
+ o.name = "DescribeLocalGatewayRouteTableVpcAssociations"
11158
+ o.http_method = "POST"
11159
+ o.http_request_uri = "/"
11160
+ o.input = Shapes::ShapeRef.new(shape: DescribeLocalGatewayRouteTableVpcAssociationsRequest)
11161
+ o.output = Shapes::ShapeRef.new(shape: DescribeLocalGatewayRouteTableVpcAssociationsResult)
11162
+ end)
11163
+
11164
+ api.add_operation(:describe_local_gateway_route_tables, Seahorse::Model::Operation.new.tap do |o|
11165
+ o.name = "DescribeLocalGatewayRouteTables"
11166
+ o.http_method = "POST"
11167
+ o.http_request_uri = "/"
11168
+ o.input = Shapes::ShapeRef.new(shape: DescribeLocalGatewayRouteTablesRequest)
11169
+ o.output = Shapes::ShapeRef.new(shape: DescribeLocalGatewayRouteTablesResult)
11170
+ end)
11171
+
11172
+ api.add_operation(:describe_local_gateway_virtual_interface_groups, Seahorse::Model::Operation.new.tap do |o|
11173
+ o.name = "DescribeLocalGatewayVirtualInterfaceGroups"
11174
+ o.http_method = "POST"
11175
+ o.http_request_uri = "/"
11176
+ o.input = Shapes::ShapeRef.new(shape: DescribeLocalGatewayVirtualInterfaceGroupsRequest)
11177
+ o.output = Shapes::ShapeRef.new(shape: DescribeLocalGatewayVirtualInterfaceGroupsResult)
11178
+ end)
11179
+
11180
+ api.add_operation(:describe_local_gateway_virtual_interfaces, Seahorse::Model::Operation.new.tap do |o|
11181
+ o.name = "DescribeLocalGatewayVirtualInterfaces"
11182
+ o.http_method = "POST"
11183
+ o.http_request_uri = "/"
11184
+ o.input = Shapes::ShapeRef.new(shape: DescribeLocalGatewayVirtualInterfacesRequest)
11185
+ o.output = Shapes::ShapeRef.new(shape: DescribeLocalGatewayVirtualInterfacesResult)
11186
+ end)
11187
+
11188
+ api.add_operation(:describe_local_gateways, Seahorse::Model::Operation.new.tap do |o|
11189
+ o.name = "DescribeLocalGateways"
11190
+ o.http_method = "POST"
11191
+ o.http_request_uri = "/"
11192
+ o.input = Shapes::ShapeRef.new(shape: DescribeLocalGatewaysRequest)
11193
+ o.output = Shapes::ShapeRef.new(shape: DescribeLocalGatewaysResult)
11194
+ end)
11195
+
10405
11196
  api.add_operation(:describe_moving_addresses, Seahorse::Model::Operation.new.tap do |o|
10406
11197
  o.name = "DescribeMovingAddresses"
10407
11198
  o.http_method = "POST"
@@ -10831,6 +11622,22 @@ module Aws::EC2
10831
11622
  )
10832
11623
  end)
10833
11624
 
11625
+ api.add_operation(:describe_transit_gateway_multicast_domains, Seahorse::Model::Operation.new.tap do |o|
11626
+ o.name = "DescribeTransitGatewayMulticastDomains"
11627
+ o.http_method = "POST"
11628
+ o.http_request_uri = "/"
11629
+ o.input = Shapes::ShapeRef.new(shape: DescribeTransitGatewayMulticastDomainsRequest)
11630
+ o.output = Shapes::ShapeRef.new(shape: DescribeTransitGatewayMulticastDomainsResult)
11631
+ end)
11632
+
11633
+ api.add_operation(:describe_transit_gateway_peering_attachments, Seahorse::Model::Operation.new.tap do |o|
11634
+ o.name = "DescribeTransitGatewayPeeringAttachments"
11635
+ o.http_method = "POST"
11636
+ o.http_request_uri = "/"
11637
+ o.input = Shapes::ShapeRef.new(shape: DescribeTransitGatewayPeeringAttachmentsRequest)
11638
+ o.output = Shapes::ShapeRef.new(shape: DescribeTransitGatewayPeeringAttachmentsResult)
11639
+ end)
11640
+
10834
11641
  api.add_operation(:describe_transit_gateway_route_tables, Seahorse::Model::Operation.new.tap do |o|
10835
11642
  o.name = "DescribeTransitGatewayRouteTables"
10836
11643
  o.http_method = "POST"
@@ -11203,6 +12010,14 @@ module Aws::EC2
11203
12010
  o.output = Shapes::ShapeRef.new(shape: DisassociateSubnetCidrBlockResult)
11204
12011
  end)
11205
12012
 
12013
+ api.add_operation(:disassociate_transit_gateway_multicast_domain, Seahorse::Model::Operation.new.tap do |o|
12014
+ o.name = "DisassociateTransitGatewayMulticastDomain"
12015
+ o.http_method = "POST"
12016
+ o.http_request_uri = "/"
12017
+ o.input = Shapes::ShapeRef.new(shape: DisassociateTransitGatewayMulticastDomainRequest)
12018
+ o.output = Shapes::ShapeRef.new(shape: DisassociateTransitGatewayMulticastDomainResult)
12019
+ end)
12020
+
11206
12021
  api.add_operation(:disassociate_transit_gateway_route_table, Seahorse::Model::Operation.new.tap do |o|
11207
12022
  o.name = "DisassociateTransitGatewayRouteTable"
11208
12023
  o.http_method = "POST"
@@ -11315,6 +12130,14 @@ module Aws::EC2
11315
12130
  o.output = Shapes::ShapeRef.new(shape: GetCapacityReservationUsageResult)
11316
12131
  end)
11317
12132
 
12133
+ api.add_operation(:get_coip_pool_usage, Seahorse::Model::Operation.new.tap do |o|
12134
+ o.name = "GetCoipPoolUsage"
12135
+ o.http_method = "POST"
12136
+ o.http_request_uri = "/"
12137
+ o.input = Shapes::ShapeRef.new(shape: GetCoipPoolUsageRequest)
12138
+ o.output = Shapes::ShapeRef.new(shape: GetCoipPoolUsageResult)
12139
+ end)
12140
+
11318
12141
  api.add_operation(:get_console_output, Seahorse::Model::Operation.new.tap do |o|
11319
12142
  o.name = "GetConsoleOutput"
11320
12143
  o.http_method = "POST"
@@ -11401,6 +12224,14 @@ module Aws::EC2
11401
12224
  )
11402
12225
  end)
11403
12226
 
12227
+ api.add_operation(:get_transit_gateway_multicast_domain_associations, Seahorse::Model::Operation.new.tap do |o|
12228
+ o.name = "GetTransitGatewayMulticastDomainAssociations"
12229
+ o.http_method = "POST"
12230
+ o.http_request_uri = "/"
12231
+ o.input = Shapes::ShapeRef.new(shape: GetTransitGatewayMulticastDomainAssociationsRequest)
12232
+ o.output = Shapes::ShapeRef.new(shape: GetTransitGatewayMulticastDomainAssociationsResult)
12233
+ end)
12234
+
11404
12235
  api.add_operation(:get_transit_gateway_route_table_associations, Seahorse::Model::Operation.new.tap do |o|
11405
12236
  o.name = "GetTransitGatewayRouteTableAssociations"
11406
12237
  o.http_method = "POST"
@@ -11845,6 +12676,30 @@ module Aws::EC2
11845
12676
  o.output = Shapes::ShapeRef.new(shape: RegisterImageResult)
11846
12677
  end)
11847
12678
 
12679
+ api.add_operation(:register_transit_gateway_multicast_group_members, Seahorse::Model::Operation.new.tap do |o|
12680
+ o.name = "RegisterTransitGatewayMulticastGroupMembers"
12681
+ o.http_method = "POST"
12682
+ o.http_request_uri = "/"
12683
+ o.input = Shapes::ShapeRef.new(shape: RegisterTransitGatewayMulticastGroupMembersRequest)
12684
+ o.output = Shapes::ShapeRef.new(shape: RegisterTransitGatewayMulticastGroupMembersResult)
12685
+ end)
12686
+
12687
+ api.add_operation(:register_transit_gateway_multicast_group_sources, Seahorse::Model::Operation.new.tap do |o|
12688
+ o.name = "RegisterTransitGatewayMulticastGroupSources"
12689
+ o.http_method = "POST"
12690
+ o.http_request_uri = "/"
12691
+ o.input = Shapes::ShapeRef.new(shape: RegisterTransitGatewayMulticastGroupSourcesRequest)
12692
+ o.output = Shapes::ShapeRef.new(shape: RegisterTransitGatewayMulticastGroupSourcesResult)
12693
+ end)
12694
+
12695
+ api.add_operation(:reject_transit_gateway_peering_attachment, Seahorse::Model::Operation.new.tap do |o|
12696
+ o.name = "RejectTransitGatewayPeeringAttachment"
12697
+ o.http_method = "POST"
12698
+ o.http_request_uri = "/"
12699
+ o.input = Shapes::ShapeRef.new(shape: RejectTransitGatewayPeeringAttachmentRequest)
12700
+ o.output = Shapes::ShapeRef.new(shape: RejectTransitGatewayPeeringAttachmentResult)
12701
+ end)
12702
+
11848
12703
  api.add_operation(:reject_transit_gateway_vpc_attachment, Seahorse::Model::Operation.new.tap do |o|
11849
12704
  o.name = "RejectTransitGatewayVpcAttachment"
11850
12705
  o.http_method = "POST"
@@ -12053,6 +12908,22 @@ module Aws::EC2
12053
12908
  o.output = Shapes::ShapeRef.new(shape: RunScheduledInstancesResult)
12054
12909
  end)
12055
12910
 
12911
+ api.add_operation(:search_local_gateway_routes, Seahorse::Model::Operation.new.tap do |o|
12912
+ o.name = "SearchLocalGatewayRoutes"
12913
+ o.http_method = "POST"
12914
+ o.http_request_uri = "/"
12915
+ o.input = Shapes::ShapeRef.new(shape: SearchLocalGatewayRoutesRequest)
12916
+ o.output = Shapes::ShapeRef.new(shape: SearchLocalGatewayRoutesResult)
12917
+ end)
12918
+
12919
+ api.add_operation(:search_transit_gateway_multicast_groups, Seahorse::Model::Operation.new.tap do |o|
12920
+ o.name = "SearchTransitGatewayMulticastGroups"
12921
+ o.http_method = "POST"
12922
+ o.http_request_uri = "/"
12923
+ o.input = Shapes::ShapeRef.new(shape: SearchTransitGatewayMulticastGroupsRequest)
12924
+ o.output = Shapes::ShapeRef.new(shape: SearchTransitGatewayMulticastGroupsResult)
12925
+ end)
12926
+
12056
12927
  api.add_operation(:search_transit_gateway_routes, Seahorse::Model::Operation.new.tap do |o|
12057
12928
  o.name = "SearchTransitGatewayRoutes"
12058
12929
  o.http_method = "POST"