aws-sdk-ec2 1.18.0 → 1.19.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
+ AcceptVpcEndpointConnectionsRequest = Shapes::StructureShape.new(name: 'AcceptVpcEndpointConnectionsRequest')
17
+ AcceptVpcEndpointConnectionsResult = Shapes::StructureShape.new(name: 'AcceptVpcEndpointConnectionsResult')
16
18
  AcceptVpcPeeringConnectionRequest = Shapes::StructureShape.new(name: 'AcceptVpcPeeringConnectionRequest')
17
19
  AcceptVpcPeeringConnectionResult = Shapes::StructureShape.new(name: 'AcceptVpcPeeringConnectionResult')
18
20
  AccountAttribute = Shapes::StructureShape.new(name: 'AccountAttribute')
@@ -34,6 +36,8 @@ module Aws::EC2
34
36
  AllocationIdList = Shapes::ListShape.new(name: 'AllocationIdList')
35
37
  AllocationState = Shapes::StringShape.new(name: 'AllocationState')
36
38
  AllocationStrategy = Shapes::StringShape.new(name: 'AllocationStrategy')
39
+ AllowedPrincipal = Shapes::StructureShape.new(name: 'AllowedPrincipal')
40
+ AllowedPrincipalSet = Shapes::ListShape.new(name: 'AllowedPrincipalSet')
37
41
  ArchitectureValues = Shapes::StringShape.new(name: 'ArchitectureValues')
38
42
  AssignIpv6AddressesRequest = Shapes::StructureShape.new(name: 'AssignIpv6AddressesRequest')
39
43
  AssignIpv6AddressesResult = Shapes::StructureShape.new(name: 'AssignIpv6AddressesResult')
@@ -119,6 +123,10 @@ module Aws::EC2
119
123
  ClientData = Shapes::StructureShape.new(name: 'ClientData')
120
124
  ConfirmProductInstanceRequest = Shapes::StructureShape.new(name: 'ConfirmProductInstanceRequest')
121
125
  ConfirmProductInstanceResult = Shapes::StructureShape.new(name: 'ConfirmProductInstanceResult')
126
+ ConnectionNotification = Shapes::StructureShape.new(name: 'ConnectionNotification')
127
+ ConnectionNotificationSet = Shapes::ListShape.new(name: 'ConnectionNotificationSet')
128
+ ConnectionNotificationState = Shapes::StringShape.new(name: 'ConnectionNotificationState')
129
+ ConnectionNotificationType = Shapes::StringShape.new(name: 'ConnectionNotificationType')
122
130
  ContainerFormat = Shapes::StringShape.new(name: 'ContainerFormat')
123
131
  ConversionIdStringList = Shapes::ListShape.new(name: 'ConversionIdStringList')
124
132
  ConversionTask = Shapes::StructureShape.new(name: 'ConversionTask')
@@ -150,6 +158,10 @@ module Aws::EC2
150
158
  CreateInternetGatewayRequest = Shapes::StructureShape.new(name: 'CreateInternetGatewayRequest')
151
159
  CreateInternetGatewayResult = Shapes::StructureShape.new(name: 'CreateInternetGatewayResult')
152
160
  CreateKeyPairRequest = Shapes::StructureShape.new(name: 'CreateKeyPairRequest')
161
+ CreateLaunchTemplateRequest = Shapes::StructureShape.new(name: 'CreateLaunchTemplateRequest')
162
+ CreateLaunchTemplateResult = Shapes::StructureShape.new(name: 'CreateLaunchTemplateResult')
163
+ CreateLaunchTemplateVersionRequest = Shapes::StructureShape.new(name: 'CreateLaunchTemplateVersionRequest')
164
+ CreateLaunchTemplateVersionResult = Shapes::StructureShape.new(name: 'CreateLaunchTemplateVersionResult')
153
165
  CreateNatGatewayRequest = Shapes::StructureShape.new(name: 'CreateNatGatewayRequest')
154
166
  CreateNatGatewayResult = Shapes::StructureShape.new(name: 'CreateNatGatewayResult')
155
167
  CreateNetworkAclEntryRequest = Shapes::StructureShape.new(name: 'CreateNetworkAclEntryRequest')
@@ -178,8 +190,12 @@ module Aws::EC2
178
190
  CreateVolumePermissionList = Shapes::ListShape.new(name: 'CreateVolumePermissionList')
179
191
  CreateVolumePermissionModifications = Shapes::StructureShape.new(name: 'CreateVolumePermissionModifications')
180
192
  CreateVolumeRequest = Shapes::StructureShape.new(name: 'CreateVolumeRequest')
193
+ CreateVpcEndpointConnectionNotificationRequest = Shapes::StructureShape.new(name: 'CreateVpcEndpointConnectionNotificationRequest')
194
+ CreateVpcEndpointConnectionNotificationResult = Shapes::StructureShape.new(name: 'CreateVpcEndpointConnectionNotificationResult')
181
195
  CreateVpcEndpointRequest = Shapes::StructureShape.new(name: 'CreateVpcEndpointRequest')
182
196
  CreateVpcEndpointResult = Shapes::StructureShape.new(name: 'CreateVpcEndpointResult')
197
+ CreateVpcEndpointServiceConfigurationRequest = Shapes::StructureShape.new(name: 'CreateVpcEndpointServiceConfigurationRequest')
198
+ CreateVpcEndpointServiceConfigurationResult = Shapes::StructureShape.new(name: 'CreateVpcEndpointServiceConfigurationResult')
183
199
  CreateVpcPeeringConnectionRequest = Shapes::StructureShape.new(name: 'CreateVpcPeeringConnectionRequest')
184
200
  CreateVpcPeeringConnectionResult = Shapes::StructureShape.new(name: 'CreateVpcPeeringConnectionResult')
185
201
  CreateVpcRequest = Shapes::StructureShape.new(name: 'CreateVpcRequest')
@@ -189,6 +205,8 @@ module Aws::EC2
189
205
  CreateVpnConnectionRouteRequest = Shapes::StructureShape.new(name: 'CreateVpnConnectionRouteRequest')
190
206
  CreateVpnGatewayRequest = Shapes::StructureShape.new(name: 'CreateVpnGatewayRequest')
191
207
  CreateVpnGatewayResult = Shapes::StructureShape.new(name: 'CreateVpnGatewayResult')
208
+ CreditSpecification = Shapes::StructureShape.new(name: 'CreditSpecification')
209
+ CreditSpecificationRequest = Shapes::StructureShape.new(name: 'CreditSpecificationRequest')
192
210
  CurrencyCodeValues = Shapes::StringShape.new(name: 'CurrencyCodeValues')
193
211
  CustomerGateway = Shapes::StructureShape.new(name: 'CustomerGateway')
194
212
  CustomerGatewayIdStringList = Shapes::ListShape.new(name: 'CustomerGatewayIdStringList')
@@ -205,6 +223,14 @@ module Aws::EC2
205
223
  DeleteFpgaImageResult = Shapes::StructureShape.new(name: 'DeleteFpgaImageResult')
206
224
  DeleteInternetGatewayRequest = Shapes::StructureShape.new(name: 'DeleteInternetGatewayRequest')
207
225
  DeleteKeyPairRequest = Shapes::StructureShape.new(name: 'DeleteKeyPairRequest')
226
+ DeleteLaunchTemplateRequest = Shapes::StructureShape.new(name: 'DeleteLaunchTemplateRequest')
227
+ DeleteLaunchTemplateResult = Shapes::StructureShape.new(name: 'DeleteLaunchTemplateResult')
228
+ DeleteLaunchTemplateVersionsRequest = Shapes::StructureShape.new(name: 'DeleteLaunchTemplateVersionsRequest')
229
+ DeleteLaunchTemplateVersionsResponseErrorItem = Shapes::StructureShape.new(name: 'DeleteLaunchTemplateVersionsResponseErrorItem')
230
+ DeleteLaunchTemplateVersionsResponseErrorSet = Shapes::ListShape.new(name: 'DeleteLaunchTemplateVersionsResponseErrorSet')
231
+ DeleteLaunchTemplateVersionsResponseSuccessItem = Shapes::StructureShape.new(name: 'DeleteLaunchTemplateVersionsResponseSuccessItem')
232
+ DeleteLaunchTemplateVersionsResponseSuccessSet = Shapes::ListShape.new(name: 'DeleteLaunchTemplateVersionsResponseSuccessSet')
233
+ DeleteLaunchTemplateVersionsResult = Shapes::StructureShape.new(name: 'DeleteLaunchTemplateVersionsResult')
208
234
  DeleteNatGatewayRequest = Shapes::StructureShape.new(name: 'DeleteNatGatewayRequest')
209
235
  DeleteNatGatewayResult = Shapes::StructureShape.new(name: 'DeleteNatGatewayResult')
210
236
  DeleteNetworkAclEntryRequest = Shapes::StructureShape.new(name: 'DeleteNetworkAclEntryRequest')
@@ -221,6 +247,10 @@ module Aws::EC2
221
247
  DeleteSubnetRequest = Shapes::StructureShape.new(name: 'DeleteSubnetRequest')
222
248
  DeleteTagsRequest = Shapes::StructureShape.new(name: 'DeleteTagsRequest')
223
249
  DeleteVolumeRequest = Shapes::StructureShape.new(name: 'DeleteVolumeRequest')
250
+ DeleteVpcEndpointConnectionNotificationsRequest = Shapes::StructureShape.new(name: 'DeleteVpcEndpointConnectionNotificationsRequest')
251
+ DeleteVpcEndpointConnectionNotificationsResult = Shapes::StructureShape.new(name: 'DeleteVpcEndpointConnectionNotificationsResult')
252
+ DeleteVpcEndpointServiceConfigurationsRequest = Shapes::StructureShape.new(name: 'DeleteVpcEndpointServiceConfigurationsRequest')
253
+ DeleteVpcEndpointServiceConfigurationsResult = Shapes::StructureShape.new(name: 'DeleteVpcEndpointServiceConfigurationsResult')
224
254
  DeleteVpcEndpointsRequest = Shapes::StructureShape.new(name: 'DeleteVpcEndpointsRequest')
225
255
  DeleteVpcEndpointsResult = Shapes::StructureShape.new(name: 'DeleteVpcEndpointsResult')
226
256
  DeleteVpcPeeringConnectionRequest = Shapes::StructureShape.new(name: 'DeleteVpcPeeringConnectionRequest')
@@ -287,6 +317,10 @@ module Aws::EC2
287
317
  DescribeInternetGatewaysResult = Shapes::StructureShape.new(name: 'DescribeInternetGatewaysResult')
288
318
  DescribeKeyPairsRequest = Shapes::StructureShape.new(name: 'DescribeKeyPairsRequest')
289
319
  DescribeKeyPairsResult = Shapes::StructureShape.new(name: 'DescribeKeyPairsResult')
320
+ DescribeLaunchTemplateVersionsRequest = Shapes::StructureShape.new(name: 'DescribeLaunchTemplateVersionsRequest')
321
+ DescribeLaunchTemplateVersionsResult = Shapes::StructureShape.new(name: 'DescribeLaunchTemplateVersionsResult')
322
+ DescribeLaunchTemplatesRequest = Shapes::StructureShape.new(name: 'DescribeLaunchTemplatesRequest')
323
+ DescribeLaunchTemplatesResult = Shapes::StructureShape.new(name: 'DescribeLaunchTemplatesResult')
290
324
  DescribeMovingAddressesRequest = Shapes::StructureShape.new(name: 'DescribeMovingAddressesRequest')
291
325
  DescribeMovingAddressesResult = Shapes::StructureShape.new(name: 'DescribeMovingAddressesResult')
292
326
  DescribeNatGatewaysRequest = Shapes::StructureShape.new(name: 'DescribeNatGatewaysRequest')
@@ -359,6 +393,14 @@ module Aws::EC2
359
393
  DescribeVpcClassicLinkDnsSupportResult = Shapes::StructureShape.new(name: 'DescribeVpcClassicLinkDnsSupportResult')
360
394
  DescribeVpcClassicLinkRequest = Shapes::StructureShape.new(name: 'DescribeVpcClassicLinkRequest')
361
395
  DescribeVpcClassicLinkResult = Shapes::StructureShape.new(name: 'DescribeVpcClassicLinkResult')
396
+ DescribeVpcEndpointConnectionNotificationsRequest = Shapes::StructureShape.new(name: 'DescribeVpcEndpointConnectionNotificationsRequest')
397
+ DescribeVpcEndpointConnectionNotificationsResult = Shapes::StructureShape.new(name: 'DescribeVpcEndpointConnectionNotificationsResult')
398
+ DescribeVpcEndpointConnectionsRequest = Shapes::StructureShape.new(name: 'DescribeVpcEndpointConnectionsRequest')
399
+ DescribeVpcEndpointConnectionsResult = Shapes::StructureShape.new(name: 'DescribeVpcEndpointConnectionsResult')
400
+ DescribeVpcEndpointServiceConfigurationsRequest = Shapes::StructureShape.new(name: 'DescribeVpcEndpointServiceConfigurationsRequest')
401
+ DescribeVpcEndpointServiceConfigurationsResult = Shapes::StructureShape.new(name: 'DescribeVpcEndpointServiceConfigurationsResult')
402
+ DescribeVpcEndpointServicePermissionsRequest = Shapes::StructureShape.new(name: 'DescribeVpcEndpointServicePermissionsRequest')
403
+ DescribeVpcEndpointServicePermissionsResult = Shapes::StructureShape.new(name: 'DescribeVpcEndpointServicePermissionsResult')
362
404
  DescribeVpcEndpointServicesRequest = Shapes::StructureShape.new(name: 'DescribeVpcEndpointServicesRequest')
363
405
  DescribeVpcEndpointServicesResult = Shapes::StructureShape.new(name: 'DescribeVpcEndpointServicesResult')
364
406
  DescribeVpcEndpointsRequest = Shapes::StructureShape.new(name: 'DescribeVpcEndpointsRequest')
@@ -420,6 +462,9 @@ module Aws::EC2
420
462
  ElasticGpuIdSet = Shapes::ListShape.new(name: 'ElasticGpuIdSet')
421
463
  ElasticGpuSet = Shapes::ListShape.new(name: 'ElasticGpuSet')
422
464
  ElasticGpuSpecification = Shapes::StructureShape.new(name: 'ElasticGpuSpecification')
465
+ ElasticGpuSpecificationList = Shapes::ListShape.new(name: 'ElasticGpuSpecificationList')
466
+ ElasticGpuSpecificationResponse = Shapes::StructureShape.new(name: 'ElasticGpuSpecificationResponse')
467
+ ElasticGpuSpecificationResponseList = Shapes::ListShape.new(name: 'ElasticGpuSpecificationResponseList')
423
468
  ElasticGpuSpecifications = Shapes::ListShape.new(name: 'ElasticGpuSpecifications')
424
469
  ElasticGpuState = Shapes::StringShape.new(name: 'ElasticGpuState')
425
470
  ElasticGpuStatus = Shapes::StringShape.new(name: 'ElasticGpuStatus')
@@ -444,6 +489,7 @@ module Aws::EC2
444
489
  ExportToS3TaskSpecification = Shapes::StructureShape.new(name: 'ExportToS3TaskSpecification')
445
490
  Filter = Shapes::StructureShape.new(name: 'Filter')
446
491
  FilterList = Shapes::ListShape.new(name: 'FilterList')
492
+ FleetLaunchTemplateSpecification = Shapes::StructureShape.new(name: 'FleetLaunchTemplateSpecification')
447
493
  FleetType = Shapes::StringShape.new(name: 'FleetType')
448
494
  Float = Shapes::FloatShape.new(name: 'Float')
449
495
  FlowLog = Shapes::StructureShape.new(name: 'FlowLog')
@@ -463,6 +509,8 @@ module Aws::EC2
463
509
  GetConsoleScreenshotResult = Shapes::StructureShape.new(name: 'GetConsoleScreenshotResult')
464
510
  GetHostReservationPurchasePreviewRequest = Shapes::StructureShape.new(name: 'GetHostReservationPurchasePreviewRequest')
465
511
  GetHostReservationPurchasePreviewResult = Shapes::StructureShape.new(name: 'GetHostReservationPurchasePreviewResult')
512
+ GetLaunchTemplateDataRequest = Shapes::StructureShape.new(name: 'GetLaunchTemplateDataRequest')
513
+ GetLaunchTemplateDataResult = Shapes::StructureShape.new(name: 'GetLaunchTemplateDataResult')
466
514
  GetPasswordDataRequest = Shapes::StructureShape.new(name: 'GetPasswordDataRequest')
467
515
  GetPasswordDataResult = Shapes::StructureShape.new(name: 'GetPasswordDataResult')
468
516
  GetReservedInstancesExchangeQuoteRequest = Shapes::StructureShape.new(name: 'GetReservedInstancesExchangeQuoteRequest')
@@ -541,8 +589,11 @@ module Aws::EC2
541
589
  InstanceInterruptionBehavior = Shapes::StringShape.new(name: 'InstanceInterruptionBehavior')
542
590
  InstanceIpv6Address = Shapes::StructureShape.new(name: 'InstanceIpv6Address')
543
591
  InstanceIpv6AddressList = Shapes::ListShape.new(name: 'InstanceIpv6AddressList')
592
+ InstanceIpv6AddressListRequest = Shapes::ListShape.new(name: 'InstanceIpv6AddressListRequest')
593
+ InstanceIpv6AddressRequest = Shapes::StructureShape.new(name: 'InstanceIpv6AddressRequest')
544
594
  InstanceLifecycleType = Shapes::StringShape.new(name: 'InstanceLifecycleType')
545
595
  InstanceList = Shapes::ListShape.new(name: 'InstanceList')
596
+ InstanceMarketOptionsRequest = Shapes::StructureShape.new(name: 'InstanceMarketOptionsRequest')
546
597
  InstanceMonitoring = Shapes::StructureShape.new(name: 'InstanceMonitoring')
547
598
  InstanceMonitoringList = Shapes::ListShape.new(name: 'InstanceMonitoringList')
548
599
  InstanceNetworkInterface = Shapes::StructureShape.new(name: 'InstanceNetworkInterface')
@@ -592,6 +643,42 @@ module Aws::EC2
592
643
  LaunchPermissionModifications = Shapes::StructureShape.new(name: 'LaunchPermissionModifications')
593
644
  LaunchSpecification = Shapes::StructureShape.new(name: 'LaunchSpecification')
594
645
  LaunchSpecsList = Shapes::ListShape.new(name: 'LaunchSpecsList')
646
+ LaunchTemplate = Shapes::StructureShape.new(name: 'LaunchTemplate')
647
+ LaunchTemplateBlockDeviceMapping = Shapes::StructureShape.new(name: 'LaunchTemplateBlockDeviceMapping')
648
+ LaunchTemplateBlockDeviceMappingList = Shapes::ListShape.new(name: 'LaunchTemplateBlockDeviceMappingList')
649
+ LaunchTemplateBlockDeviceMappingRequest = Shapes::StructureShape.new(name: 'LaunchTemplateBlockDeviceMappingRequest')
650
+ LaunchTemplateBlockDeviceMappingRequestList = Shapes::ListShape.new(name: 'LaunchTemplateBlockDeviceMappingRequestList')
651
+ LaunchTemplateConfig = Shapes::StructureShape.new(name: 'LaunchTemplateConfig')
652
+ LaunchTemplateConfigList = Shapes::ListShape.new(name: 'LaunchTemplateConfigList')
653
+ LaunchTemplateEbsBlockDevice = Shapes::StructureShape.new(name: 'LaunchTemplateEbsBlockDevice')
654
+ LaunchTemplateEbsBlockDeviceRequest = Shapes::StructureShape.new(name: 'LaunchTemplateEbsBlockDeviceRequest')
655
+ LaunchTemplateErrorCode = Shapes::StringShape.new(name: 'LaunchTemplateErrorCode')
656
+ LaunchTemplateIamInstanceProfileSpecification = Shapes::StructureShape.new(name: 'LaunchTemplateIamInstanceProfileSpecification')
657
+ LaunchTemplateIamInstanceProfileSpecificationRequest = Shapes::StructureShape.new(name: 'LaunchTemplateIamInstanceProfileSpecificationRequest')
658
+ LaunchTemplateInstanceMarketOptions = Shapes::StructureShape.new(name: 'LaunchTemplateInstanceMarketOptions')
659
+ LaunchTemplateInstanceMarketOptionsRequest = Shapes::StructureShape.new(name: 'LaunchTemplateInstanceMarketOptionsRequest')
660
+ LaunchTemplateInstanceNetworkInterfaceSpecification = Shapes::StructureShape.new(name: 'LaunchTemplateInstanceNetworkInterfaceSpecification')
661
+ LaunchTemplateInstanceNetworkInterfaceSpecificationList = Shapes::ListShape.new(name: 'LaunchTemplateInstanceNetworkInterfaceSpecificationList')
662
+ LaunchTemplateInstanceNetworkInterfaceSpecificationRequest = Shapes::StructureShape.new(name: 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest')
663
+ LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList = Shapes::ListShape.new(name: 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList')
664
+ LaunchTemplateName = Shapes::StringShape.new(name: 'LaunchTemplateName')
665
+ LaunchTemplateNameStringList = Shapes::ListShape.new(name: 'LaunchTemplateNameStringList')
666
+ LaunchTemplateOverrides = Shapes::StructureShape.new(name: 'LaunchTemplateOverrides')
667
+ LaunchTemplateOverridesList = Shapes::ListShape.new(name: 'LaunchTemplateOverridesList')
668
+ LaunchTemplatePlacement = Shapes::StructureShape.new(name: 'LaunchTemplatePlacement')
669
+ LaunchTemplatePlacementRequest = Shapes::StructureShape.new(name: 'LaunchTemplatePlacementRequest')
670
+ LaunchTemplateSet = Shapes::ListShape.new(name: 'LaunchTemplateSet')
671
+ LaunchTemplateSpecification = Shapes::StructureShape.new(name: 'LaunchTemplateSpecification')
672
+ LaunchTemplateSpotMarketOptions = Shapes::StructureShape.new(name: 'LaunchTemplateSpotMarketOptions')
673
+ LaunchTemplateSpotMarketOptionsRequest = Shapes::StructureShape.new(name: 'LaunchTemplateSpotMarketOptionsRequest')
674
+ LaunchTemplateTagSpecification = Shapes::StructureShape.new(name: 'LaunchTemplateTagSpecification')
675
+ LaunchTemplateTagSpecificationList = Shapes::ListShape.new(name: 'LaunchTemplateTagSpecificationList')
676
+ LaunchTemplateTagSpecificationRequest = Shapes::StructureShape.new(name: 'LaunchTemplateTagSpecificationRequest')
677
+ LaunchTemplateTagSpecificationRequestList = Shapes::ListShape.new(name: 'LaunchTemplateTagSpecificationRequestList')
678
+ LaunchTemplateVersion = Shapes::StructureShape.new(name: 'LaunchTemplateVersion')
679
+ LaunchTemplateVersionSet = Shapes::ListShape.new(name: 'LaunchTemplateVersionSet')
680
+ LaunchTemplatesMonitoring = Shapes::StructureShape.new(name: 'LaunchTemplatesMonitoring')
681
+ LaunchTemplatesMonitoringRequest = Shapes::StructureShape.new(name: 'LaunchTemplatesMonitoringRequest')
595
682
  ListingState = Shapes::StringShape.new(name: 'ListingState')
596
683
  ListingStatus = Shapes::StringShape.new(name: 'ListingStatus')
597
684
  LoadBalancersConfig = Shapes::StructureShape.new(name: 'LoadBalancersConfig')
@@ -601,6 +688,7 @@ module Aws::EC2
601
688
  LoadPermissionModifications = Shapes::StructureShape.new(name: 'LoadPermissionModifications')
602
689
  LoadPermissionRequest = Shapes::StructureShape.new(name: 'LoadPermissionRequest')
603
690
  Long = Shapes::IntegerShape.new(name: 'Long')
691
+ MarketType = Shapes::StringShape.new(name: 'MarketType')
604
692
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
605
693
  ModifyFpgaImageAttributeRequest = Shapes::StructureShape.new(name: 'ModifyFpgaImageAttributeRequest')
606
694
  ModifyFpgaImageAttributeResult = Shapes::StructureShape.new(name: 'ModifyFpgaImageAttributeResult')
@@ -612,6 +700,8 @@ module Aws::EC2
612
700
  ModifyInstanceAttributeRequest = Shapes::StructureShape.new(name: 'ModifyInstanceAttributeRequest')
613
701
  ModifyInstancePlacementRequest = Shapes::StructureShape.new(name: 'ModifyInstancePlacementRequest')
614
702
  ModifyInstancePlacementResult = Shapes::StructureShape.new(name: 'ModifyInstancePlacementResult')
703
+ ModifyLaunchTemplateRequest = Shapes::StructureShape.new(name: 'ModifyLaunchTemplateRequest')
704
+ ModifyLaunchTemplateResult = Shapes::StructureShape.new(name: 'ModifyLaunchTemplateResult')
615
705
  ModifyNetworkInterfaceAttributeRequest = Shapes::StructureShape.new(name: 'ModifyNetworkInterfaceAttributeRequest')
616
706
  ModifyReservedInstancesRequest = Shapes::StructureShape.new(name: 'ModifyReservedInstancesRequest')
617
707
  ModifyReservedInstancesResult = Shapes::StructureShape.new(name: 'ModifyReservedInstancesResult')
@@ -623,8 +713,14 @@ module Aws::EC2
623
713
  ModifyVolumeRequest = Shapes::StructureShape.new(name: 'ModifyVolumeRequest')
624
714
  ModifyVolumeResult = Shapes::StructureShape.new(name: 'ModifyVolumeResult')
625
715
  ModifyVpcAttributeRequest = Shapes::StructureShape.new(name: 'ModifyVpcAttributeRequest')
716
+ ModifyVpcEndpointConnectionNotificationRequest = Shapes::StructureShape.new(name: 'ModifyVpcEndpointConnectionNotificationRequest')
717
+ ModifyVpcEndpointConnectionNotificationResult = Shapes::StructureShape.new(name: 'ModifyVpcEndpointConnectionNotificationResult')
626
718
  ModifyVpcEndpointRequest = Shapes::StructureShape.new(name: 'ModifyVpcEndpointRequest')
627
719
  ModifyVpcEndpointResult = Shapes::StructureShape.new(name: 'ModifyVpcEndpointResult')
720
+ ModifyVpcEndpointServiceConfigurationRequest = Shapes::StructureShape.new(name: 'ModifyVpcEndpointServiceConfigurationRequest')
721
+ ModifyVpcEndpointServiceConfigurationResult = Shapes::StructureShape.new(name: 'ModifyVpcEndpointServiceConfigurationResult')
722
+ ModifyVpcEndpointServicePermissionsRequest = Shapes::StructureShape.new(name: 'ModifyVpcEndpointServicePermissionsRequest')
723
+ ModifyVpcEndpointServicePermissionsResult = Shapes::StructureShape.new(name: 'ModifyVpcEndpointServicePermissionsResult')
628
724
  ModifyVpcPeeringConnectionOptionsRequest = Shapes::StructureShape.new(name: 'ModifyVpcPeeringConnectionOptionsRequest')
629
725
  ModifyVpcPeeringConnectionOptionsResult = Shapes::StructureShape.new(name: 'ModifyVpcPeeringConnectionOptionsResult')
630
726
  ModifyVpcTenancyRequest = Shapes::StructureShape.new(name: 'ModifyVpcTenancyRequest')
@@ -700,6 +796,7 @@ module Aws::EC2
700
796
  PriceScheduleSpecificationList = Shapes::ListShape.new(name: 'PriceScheduleSpecificationList')
701
797
  PricingDetail = Shapes::StructureShape.new(name: 'PricingDetail')
702
798
  PricingDetailsList = Shapes::ListShape.new(name: 'PricingDetailsList')
799
+ PrincipalType = Shapes::StringShape.new(name: 'PrincipalType')
703
800
  PrivateIpAddressConfigSet = Shapes::ListShape.new(name: 'PrivateIpAddressConfigSet')
704
801
  PrivateIpAddressSpecification = Shapes::StructureShape.new(name: 'PrivateIpAddressSpecification')
705
802
  PrivateIpAddressSpecificationList = Shapes::ListShape.new(name: 'PrivateIpAddressSpecificationList')
@@ -735,6 +832,8 @@ module Aws::EC2
735
832
  RegionNameStringList = Shapes::ListShape.new(name: 'RegionNameStringList')
736
833
  RegisterImageRequest = Shapes::StructureShape.new(name: 'RegisterImageRequest')
737
834
  RegisterImageResult = Shapes::StructureShape.new(name: 'RegisterImageResult')
835
+ RejectVpcEndpointConnectionsRequest = Shapes::StructureShape.new(name: 'RejectVpcEndpointConnectionsRequest')
836
+ RejectVpcEndpointConnectionsResult = Shapes::StructureShape.new(name: 'RejectVpcEndpointConnectionsResult')
738
837
  RejectVpcPeeringConnectionRequest = Shapes::StructureShape.new(name: 'RejectVpcPeeringConnectionRequest')
739
838
  RejectVpcPeeringConnectionResult = Shapes::StructureShape.new(name: 'RejectVpcPeeringConnectionResult')
740
839
  ReleaseAddressRequest = Shapes::StructureShape.new(name: 'ReleaseAddressRequest')
@@ -753,6 +852,7 @@ module Aws::EC2
753
852
  ReportStatusType = Shapes::StringShape.new(name: 'ReportStatusType')
754
853
  RequestHostIdList = Shapes::ListShape.new(name: 'RequestHostIdList')
755
854
  RequestHostIdSet = Shapes::ListShape.new(name: 'RequestHostIdSet')
855
+ RequestLaunchTemplateData = Shapes::StructureShape.new(name: 'RequestLaunchTemplateData')
756
856
  RequestSpotFleetRequest = Shapes::StructureShape.new(name: 'RequestSpotFleetRequest')
757
857
  RequestSpotFleetResponse = Shapes::StructureShape.new(name: 'RequestSpotFleetResponse')
758
858
  RequestSpotInstancesRequest = Shapes::StructureShape.new(name: 'RequestSpotInstancesRequest')
@@ -794,8 +894,10 @@ module Aws::EC2
794
894
  ResetSnapshotAttributeRequest = Shapes::StructureShape.new(name: 'ResetSnapshotAttributeRequest')
795
895
  ResourceIdList = Shapes::ListShape.new(name: 'ResourceIdList')
796
896
  ResourceType = Shapes::StringShape.new(name: 'ResourceType')
897
+ ResponseError = Shapes::StructureShape.new(name: 'ResponseError')
797
898
  ResponseHostIdList = Shapes::ListShape.new(name: 'ResponseHostIdList')
798
899
  ResponseHostIdSet = Shapes::ListShape.new(name: 'ResponseHostIdSet')
900
+ ResponseLaunchTemplateData = Shapes::StructureShape.new(name: 'ResponseLaunchTemplateData')
799
901
  RestorableByStringList = Shapes::ListShape.new(name: 'RestorableByStringList')
800
902
  RestoreAddressToClassicRequest = Shapes::StructureShape.new(name: 'RestoreAddressToClassicRequest')
801
903
  RestoreAddressToClassicResult = Shapes::StructureShape.new(name: 'RestoreAddressToClassicResult')
@@ -842,8 +944,11 @@ module Aws::EC2
842
944
  SecurityGroupReference = Shapes::StructureShape.new(name: 'SecurityGroupReference')
843
945
  SecurityGroupReferences = Shapes::ListShape.new(name: 'SecurityGroupReferences')
844
946
  SecurityGroupStringList = Shapes::ListShape.new(name: 'SecurityGroupStringList')
947
+ ServiceConfiguration = Shapes::StructureShape.new(name: 'ServiceConfiguration')
948
+ ServiceConfigurationSet = Shapes::ListShape.new(name: 'ServiceConfigurationSet')
845
949
  ServiceDetail = Shapes::StructureShape.new(name: 'ServiceDetail')
846
950
  ServiceDetailSet = Shapes::ListShape.new(name: 'ServiceDetailSet')
951
+ ServiceState = Shapes::StringShape.new(name: 'ServiceState')
847
952
  ServiceType = Shapes::StringShape.new(name: 'ServiceType')
848
953
  ServiceTypeDetail = Shapes::StructureShape.new(name: 'ServiceTypeDetail')
849
954
  ServiceTypeDetailSet = Shapes::ListShape.new(name: 'ServiceTypeDetailSet')
@@ -874,6 +979,7 @@ module Aws::EC2
874
979
  SpotInstanceStateFault = Shapes::StructureShape.new(name: 'SpotInstanceStateFault')
875
980
  SpotInstanceStatus = Shapes::StructureShape.new(name: 'SpotInstanceStatus')
876
981
  SpotInstanceType = Shapes::StringShape.new(name: 'SpotInstanceType')
982
+ SpotMarketOptions = Shapes::StructureShape.new(name: 'SpotMarketOptions')
877
983
  SpotPlacement = Shapes::StructureShape.new(name: 'SpotPlacement')
878
984
  SpotPrice = Shapes::StructureShape.new(name: 'SpotPrice')
879
985
  SpotPriceHistoryList = Shapes::ListShape.new(name: 'SpotPriceHistoryList')
@@ -944,6 +1050,8 @@ module Aws::EC2
944
1050
  UserIdGroupPairSet = Shapes::ListShape.new(name: 'UserIdGroupPairSet')
945
1051
  UserIdStringList = Shapes::ListShape.new(name: 'UserIdStringList')
946
1052
  ValueStringList = Shapes::ListShape.new(name: 'ValueStringList')
1053
+ VersionDescription = Shapes::StringShape.new(name: 'VersionDescription')
1054
+ VersionStringList = Shapes::ListShape.new(name: 'VersionStringList')
947
1055
  VgwTelemetry = Shapes::StructureShape.new(name: 'VgwTelemetry')
948
1056
  VgwTelemetryList = Shapes::ListShape.new(name: 'VgwTelemetryList')
949
1057
  VirtualizationType = Shapes::StringShape.new(name: 'VirtualizationType')
@@ -983,6 +1091,8 @@ module Aws::EC2
983
1091
  VpcClassicLinkIdList = Shapes::ListShape.new(name: 'VpcClassicLinkIdList')
984
1092
  VpcClassicLinkList = Shapes::ListShape.new(name: 'VpcClassicLinkList')
985
1093
  VpcEndpoint = Shapes::StructureShape.new(name: 'VpcEndpoint')
1094
+ VpcEndpointConnection = Shapes::StructureShape.new(name: 'VpcEndpointConnection')
1095
+ VpcEndpointConnectionSet = Shapes::ListShape.new(name: 'VpcEndpointConnectionSet')
986
1096
  VpcEndpointSet = Shapes::ListShape.new(name: 'VpcEndpointSet')
987
1097
  VpcEndpointType = Shapes::StringShape.new(name: 'VpcEndpointType')
988
1098
  VpcIdStringList = Shapes::ListShape.new(name: 'VpcIdStringList')
@@ -1021,6 +1131,14 @@ module Aws::EC2
1021
1131
  AcceptReservedInstancesExchangeQuoteResult.add_member(:exchange_id, Shapes::ShapeRef.new(shape: String, location_name: "exchangeId"))
1022
1132
  AcceptReservedInstancesExchangeQuoteResult.struct_class = Types::AcceptReservedInstancesExchangeQuoteResult
1023
1133
 
1134
+ AcceptVpcEndpointConnectionsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
1135
+ AcceptVpcEndpointConnectionsRequest.add_member(:service_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ServiceId"))
1136
+ AcceptVpcEndpointConnectionsRequest.add_member(:vpc_endpoint_ids, Shapes::ShapeRef.new(shape: ValueStringList, required: true, location_name: "VpcEndpointId"))
1137
+ AcceptVpcEndpointConnectionsRequest.struct_class = Types::AcceptVpcEndpointConnectionsRequest
1138
+
1139
+ AcceptVpcEndpointConnectionsResult.add_member(:unsuccessful, Shapes::ShapeRef.new(shape: UnsuccessfulItemSet, location_name: "unsuccessful"))
1140
+ AcceptVpcEndpointConnectionsResult.struct_class = Types::AcceptVpcEndpointConnectionsResult
1141
+
1024
1142
  AcceptVpcPeeringConnectionRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
1025
1143
  AcceptVpcPeeringConnectionRequest.add_member(:vpc_peering_connection_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcPeeringConnectionId"))
1026
1144
  AcceptVpcPeeringConnectionRequest.struct_class = Types::AcceptVpcPeeringConnectionRequest
@@ -1083,6 +1201,12 @@ module Aws::EC2
1083
1201
 
1084
1202
  AllocationIdList.member = Shapes::ShapeRef.new(shape: String, location_name: "AllocationId")
1085
1203
 
1204
+ AllowedPrincipal.add_member(:principal_type, Shapes::ShapeRef.new(shape: PrincipalType, location_name: "principalType"))
1205
+ AllowedPrincipal.add_member(:principal, Shapes::ShapeRef.new(shape: String, location_name: "principal"))
1206
+ AllowedPrincipal.struct_class = Types::AllowedPrincipal
1207
+
1208
+ AllowedPrincipalSet.member = Shapes::ShapeRef.new(shape: AllowedPrincipal, location_name: "item")
1209
+
1086
1210
  AssignIpv6AddressesRequest.add_member(:ipv_6_address_count, Shapes::ShapeRef.new(shape: Integer, location_name: "ipv6AddressCount"))
1087
1211
  AssignIpv6AddressesRequest.add_member(:ipv_6_addresses, Shapes::ShapeRef.new(shape: Ipv6AddressList, location_name: "ipv6Addresses"))
1088
1212
  AssignIpv6AddressesRequest.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "networkInterfaceId"))
@@ -1388,6 +1512,17 @@ module Aws::EC2
1388
1512
  ConfirmProductInstanceResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
1389
1513
  ConfirmProductInstanceResult.struct_class = Types::ConfirmProductInstanceResult
1390
1514
 
1515
+ ConnectionNotification.add_member(:connection_notification_id, Shapes::ShapeRef.new(shape: String, location_name: "connectionNotificationId"))
1516
+ ConnectionNotification.add_member(:service_id, Shapes::ShapeRef.new(shape: String, location_name: "serviceId"))
1517
+ ConnectionNotification.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcEndpointId"))
1518
+ ConnectionNotification.add_member(:connection_notification_type, Shapes::ShapeRef.new(shape: ConnectionNotificationType, location_name: "connectionNotificationType"))
1519
+ ConnectionNotification.add_member(:connection_notification_arn, Shapes::ShapeRef.new(shape: String, location_name: "connectionNotificationArn"))
1520
+ ConnectionNotification.add_member(:connection_events, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "connectionEvents"))
1521
+ ConnectionNotification.add_member(:connection_notification_state, Shapes::ShapeRef.new(shape: ConnectionNotificationState, location_name: "connectionNotificationState"))
1522
+ ConnectionNotification.struct_class = Types::ConnectionNotification
1523
+
1524
+ ConnectionNotificationSet.member = Shapes::ShapeRef.new(shape: ConnectionNotification, location_name: "item")
1525
+
1391
1526
  ConversionIdStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
1392
1527
 
1393
1528
  ConversionTask.add_member(:conversion_task_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "conversionTaskId"))
@@ -1529,6 +1664,28 @@ module Aws::EC2
1529
1664
  CreateKeyPairRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
1530
1665
  CreateKeyPairRequest.struct_class = Types::CreateKeyPairRequest
1531
1666
 
1667
+ CreateLaunchTemplateRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
1668
+ CreateLaunchTemplateRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken"))
1669
+ CreateLaunchTemplateRequest.add_member(:launch_template_name, Shapes::ShapeRef.new(shape: LaunchTemplateName, required: true, location_name: "LaunchTemplateName"))
1670
+ CreateLaunchTemplateRequest.add_member(:version_description, Shapes::ShapeRef.new(shape: VersionDescription, location_name: "VersionDescription"))
1671
+ CreateLaunchTemplateRequest.add_member(:launch_template_data, Shapes::ShapeRef.new(shape: RequestLaunchTemplateData, required: true, location_name: "LaunchTemplateData"))
1672
+ CreateLaunchTemplateRequest.struct_class = Types::CreateLaunchTemplateRequest
1673
+
1674
+ CreateLaunchTemplateResult.add_member(:launch_template, Shapes::ShapeRef.new(shape: LaunchTemplate, location_name: "launchTemplate"))
1675
+ CreateLaunchTemplateResult.struct_class = Types::CreateLaunchTemplateResult
1676
+
1677
+ CreateLaunchTemplateVersionRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
1678
+ CreateLaunchTemplateVersionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken"))
1679
+ CreateLaunchTemplateVersionRequest.add_member(:launch_template_id, Shapes::ShapeRef.new(shape: String, location_name: "LaunchTemplateId"))
1680
+ CreateLaunchTemplateVersionRequest.add_member(:launch_template_name, Shapes::ShapeRef.new(shape: LaunchTemplateName, location_name: "LaunchTemplateName"))
1681
+ CreateLaunchTemplateVersionRequest.add_member(:source_version, Shapes::ShapeRef.new(shape: String, location_name: "SourceVersion"))
1682
+ CreateLaunchTemplateVersionRequest.add_member(:version_description, Shapes::ShapeRef.new(shape: VersionDescription, location_name: "VersionDescription"))
1683
+ CreateLaunchTemplateVersionRequest.add_member(:launch_template_data, Shapes::ShapeRef.new(shape: RequestLaunchTemplateData, required: true, location_name: "LaunchTemplateData"))
1684
+ CreateLaunchTemplateVersionRequest.struct_class = Types::CreateLaunchTemplateVersionRequest
1685
+
1686
+ CreateLaunchTemplateVersionResult.add_member(:launch_template_version, Shapes::ShapeRef.new(shape: LaunchTemplateVersion, location_name: "launchTemplateVersion"))
1687
+ CreateLaunchTemplateVersionResult.struct_class = Types::CreateLaunchTemplateVersionResult
1688
+
1532
1689
  CreateNatGatewayRequest.add_member(:allocation_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "AllocationId"))
1533
1690
  CreateNatGatewayRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken"))
1534
1691
  CreateNatGatewayRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SubnetId"))
@@ -1675,6 +1832,18 @@ module Aws::EC2
1675
1832
  CreateVolumeRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
1676
1833
  CreateVolumeRequest.struct_class = Types::CreateVolumeRequest
1677
1834
 
1835
+ CreateVpcEndpointConnectionNotificationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
1836
+ CreateVpcEndpointConnectionNotificationRequest.add_member(:service_id, Shapes::ShapeRef.new(shape: String, location_name: "ServiceId"))
1837
+ CreateVpcEndpointConnectionNotificationRequest.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcEndpointId"))
1838
+ CreateVpcEndpointConnectionNotificationRequest.add_member(:connection_notification_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ConnectionNotificationArn"))
1839
+ CreateVpcEndpointConnectionNotificationRequest.add_member(:connection_events, Shapes::ShapeRef.new(shape: ValueStringList, required: true, location_name: "ConnectionEvents"))
1840
+ CreateVpcEndpointConnectionNotificationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken"))
1841
+ CreateVpcEndpointConnectionNotificationRequest.struct_class = Types::CreateVpcEndpointConnectionNotificationRequest
1842
+
1843
+ CreateVpcEndpointConnectionNotificationResult.add_member(:connection_notification, Shapes::ShapeRef.new(shape: ConnectionNotification, location_name: "connectionNotification"))
1844
+ CreateVpcEndpointConnectionNotificationResult.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken"))
1845
+ CreateVpcEndpointConnectionNotificationResult.struct_class = Types::CreateVpcEndpointConnectionNotificationResult
1846
+
1678
1847
  CreateVpcEndpointRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
1679
1848
  CreateVpcEndpointRequest.add_member(:vpc_endpoint_type, Shapes::ShapeRef.new(shape: VpcEndpointType, location_name: "VpcEndpointType"))
1680
1849
  CreateVpcEndpointRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "VpcId"))
@@ -1691,6 +1860,16 @@ module Aws::EC2
1691
1860
  CreateVpcEndpointResult.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken"))
1692
1861
  CreateVpcEndpointResult.struct_class = Types::CreateVpcEndpointResult
1693
1862
 
1863
+ CreateVpcEndpointServiceConfigurationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
1864
+ CreateVpcEndpointServiceConfigurationRequest.add_member(:acceptance_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "AcceptanceRequired"))
1865
+ CreateVpcEndpointServiceConfigurationRequest.add_member(:network_load_balancer_arns, Shapes::ShapeRef.new(shape: ValueStringList, required: true, location_name: "NetworkLoadBalancerArn"))
1866
+ CreateVpcEndpointServiceConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken"))
1867
+ CreateVpcEndpointServiceConfigurationRequest.struct_class = Types::CreateVpcEndpointServiceConfigurationRequest
1868
+
1869
+ CreateVpcEndpointServiceConfigurationResult.add_member(:service_configuration, Shapes::ShapeRef.new(shape: ServiceConfiguration, location_name: "serviceConfiguration"))
1870
+ CreateVpcEndpointServiceConfigurationResult.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken"))
1871
+ CreateVpcEndpointServiceConfigurationResult.struct_class = Types::CreateVpcEndpointServiceConfigurationResult
1872
+
1694
1873
  CreateVpcPeeringConnectionRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
1695
1874
  CreateVpcPeeringConnectionRequest.add_member(:peer_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "peerOwnerId"))
1696
1875
  CreateVpcPeeringConnectionRequest.add_member(:peer_vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "peerVpcId"))
@@ -1732,6 +1911,12 @@ module Aws::EC2
1732
1911
  CreateVpnGatewayResult.add_member(:vpn_gateway, Shapes::ShapeRef.new(shape: VpnGateway, location_name: "vpnGateway"))
1733
1912
  CreateVpnGatewayResult.struct_class = Types::CreateVpnGatewayResult
1734
1913
 
1914
+ CreditSpecification.add_member(:cpu_credits, Shapes::ShapeRef.new(shape: String, location_name: "cpuCredits"))
1915
+ CreditSpecification.struct_class = Types::CreditSpecification
1916
+
1917
+ CreditSpecificationRequest.add_member(:cpu_credits, Shapes::ShapeRef.new(shape: String, location_name: "CpuCredits"))
1918
+ CreditSpecificationRequest.struct_class = Types::CreditSpecificationRequest
1919
+
1735
1920
  CustomerGateway.add_member(:bgp_asn, Shapes::ShapeRef.new(shape: String, location_name: "bgpAsn"))
1736
1921
  CustomerGateway.add_member(:customer_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "customerGatewayId"))
1737
1922
  CustomerGateway.add_member(:ip_address, Shapes::ShapeRef.new(shape: String, location_name: "ipAddress"))
@@ -1780,6 +1965,39 @@ module Aws::EC2
1780
1965
  DeleteKeyPairRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
1781
1966
  DeleteKeyPairRequest.struct_class = Types::DeleteKeyPairRequest
1782
1967
 
1968
+ DeleteLaunchTemplateRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
1969
+ DeleteLaunchTemplateRequest.add_member(:launch_template_id, Shapes::ShapeRef.new(shape: String, location_name: "LaunchTemplateId"))
1970
+ DeleteLaunchTemplateRequest.add_member(:launch_template_name, Shapes::ShapeRef.new(shape: LaunchTemplateName, location_name: "LaunchTemplateName"))
1971
+ DeleteLaunchTemplateRequest.struct_class = Types::DeleteLaunchTemplateRequest
1972
+
1973
+ DeleteLaunchTemplateResult.add_member(:launch_template, Shapes::ShapeRef.new(shape: LaunchTemplate, location_name: "launchTemplate"))
1974
+ DeleteLaunchTemplateResult.struct_class = Types::DeleteLaunchTemplateResult
1975
+
1976
+ DeleteLaunchTemplateVersionsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
1977
+ DeleteLaunchTemplateVersionsRequest.add_member(:launch_template_id, Shapes::ShapeRef.new(shape: String, location_name: "LaunchTemplateId"))
1978
+ DeleteLaunchTemplateVersionsRequest.add_member(:launch_template_name, Shapes::ShapeRef.new(shape: LaunchTemplateName, location_name: "LaunchTemplateName"))
1979
+ DeleteLaunchTemplateVersionsRequest.add_member(:versions, Shapes::ShapeRef.new(shape: VersionStringList, required: true, location_name: "LaunchTemplateVersion"))
1980
+ DeleteLaunchTemplateVersionsRequest.struct_class = Types::DeleteLaunchTemplateVersionsRequest
1981
+
1982
+ DeleteLaunchTemplateVersionsResponseErrorItem.add_member(:launch_template_id, Shapes::ShapeRef.new(shape: String, location_name: "launchTemplateId"))
1983
+ DeleteLaunchTemplateVersionsResponseErrorItem.add_member(:launch_template_name, Shapes::ShapeRef.new(shape: String, location_name: "launchTemplateName"))
1984
+ DeleteLaunchTemplateVersionsResponseErrorItem.add_member(:version_number, Shapes::ShapeRef.new(shape: Long, location_name: "versionNumber"))
1985
+ DeleteLaunchTemplateVersionsResponseErrorItem.add_member(:response_error, Shapes::ShapeRef.new(shape: ResponseError, location_name: "responseError"))
1986
+ DeleteLaunchTemplateVersionsResponseErrorItem.struct_class = Types::DeleteLaunchTemplateVersionsResponseErrorItem
1987
+
1988
+ DeleteLaunchTemplateVersionsResponseErrorSet.member = Shapes::ShapeRef.new(shape: DeleteLaunchTemplateVersionsResponseErrorItem, location_name: "item")
1989
+
1990
+ DeleteLaunchTemplateVersionsResponseSuccessItem.add_member(:launch_template_id, Shapes::ShapeRef.new(shape: String, location_name: "launchTemplateId"))
1991
+ DeleteLaunchTemplateVersionsResponseSuccessItem.add_member(:launch_template_name, Shapes::ShapeRef.new(shape: String, location_name: "launchTemplateName"))
1992
+ DeleteLaunchTemplateVersionsResponseSuccessItem.add_member(:version_number, Shapes::ShapeRef.new(shape: Long, location_name: "versionNumber"))
1993
+ DeleteLaunchTemplateVersionsResponseSuccessItem.struct_class = Types::DeleteLaunchTemplateVersionsResponseSuccessItem
1994
+
1995
+ DeleteLaunchTemplateVersionsResponseSuccessSet.member = Shapes::ShapeRef.new(shape: DeleteLaunchTemplateVersionsResponseSuccessItem, location_name: "item")
1996
+
1997
+ DeleteLaunchTemplateVersionsResult.add_member(:successfully_deleted_launch_template_versions, Shapes::ShapeRef.new(shape: DeleteLaunchTemplateVersionsResponseSuccessSet, location_name: "successfullyDeletedLaunchTemplateVersionSet"))
1998
+ DeleteLaunchTemplateVersionsResult.add_member(:unsuccessfully_deleted_launch_template_versions, Shapes::ShapeRef.new(shape: DeleteLaunchTemplateVersionsResponseErrorSet, location_name: "unsuccessfullyDeletedLaunchTemplateVersionSet"))
1999
+ DeleteLaunchTemplateVersionsResult.struct_class = Types::DeleteLaunchTemplateVersionsResult
2000
+
1783
2001
  DeleteNatGatewayRequest.add_member(:nat_gateway_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "NatGatewayId"))
1784
2002
  DeleteNatGatewayRequest.struct_class = Types::DeleteNatGatewayRequest
1785
2003
 
@@ -1847,6 +2065,20 @@ module Aws::EC2
1847
2065
  DeleteVolumeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
1848
2066
  DeleteVolumeRequest.struct_class = Types::DeleteVolumeRequest
1849
2067
 
2068
+ DeleteVpcEndpointConnectionNotificationsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
2069
+ DeleteVpcEndpointConnectionNotificationsRequest.add_member(:connection_notification_ids, Shapes::ShapeRef.new(shape: ValueStringList, required: true, location_name: "ConnectionNotificationId"))
2070
+ DeleteVpcEndpointConnectionNotificationsRequest.struct_class = Types::DeleteVpcEndpointConnectionNotificationsRequest
2071
+
2072
+ DeleteVpcEndpointConnectionNotificationsResult.add_member(:unsuccessful, Shapes::ShapeRef.new(shape: UnsuccessfulItemSet, location_name: "unsuccessful"))
2073
+ DeleteVpcEndpointConnectionNotificationsResult.struct_class = Types::DeleteVpcEndpointConnectionNotificationsResult
2074
+
2075
+ DeleteVpcEndpointServiceConfigurationsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
2076
+ DeleteVpcEndpointServiceConfigurationsRequest.add_member(:service_ids, Shapes::ShapeRef.new(shape: ValueStringList, required: true, location_name: "ServiceId"))
2077
+ DeleteVpcEndpointServiceConfigurationsRequest.struct_class = Types::DeleteVpcEndpointServiceConfigurationsRequest
2078
+
2079
+ DeleteVpcEndpointServiceConfigurationsResult.add_member(:unsuccessful, Shapes::ShapeRef.new(shape: UnsuccessfulItemSet, location_name: "unsuccessful"))
2080
+ DeleteVpcEndpointServiceConfigurationsResult.struct_class = Types::DeleteVpcEndpointServiceConfigurationsResult
2081
+
1850
2082
  DeleteVpcEndpointsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
1851
2083
  DeleteVpcEndpointsRequest.add_member(:vpc_endpoint_ids, Shapes::ShapeRef.new(shape: ValueStringList, required: true, location_name: "VpcEndpointId"))
1852
2084
  DeleteVpcEndpointsRequest.struct_class = Types::DeleteVpcEndpointsRequest
@@ -2143,6 +2375,33 @@ module Aws::EC2
2143
2375
  DescribeKeyPairsResult.add_member(:key_pairs, Shapes::ShapeRef.new(shape: KeyPairList, location_name: "keySet"))
2144
2376
  DescribeKeyPairsResult.struct_class = Types::DescribeKeyPairsResult
2145
2377
 
2378
+ DescribeLaunchTemplateVersionsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
2379
+ DescribeLaunchTemplateVersionsRequest.add_member(:launch_template_id, Shapes::ShapeRef.new(shape: String, location_name: "LaunchTemplateId"))
2380
+ DescribeLaunchTemplateVersionsRequest.add_member(:launch_template_name, Shapes::ShapeRef.new(shape: LaunchTemplateName, location_name: "LaunchTemplateName"))
2381
+ DescribeLaunchTemplateVersionsRequest.add_member(:versions, Shapes::ShapeRef.new(shape: VersionStringList, location_name: "LaunchTemplateVersion"))
2382
+ DescribeLaunchTemplateVersionsRequest.add_member(:min_version, Shapes::ShapeRef.new(shape: String, location_name: "MinVersion"))
2383
+ DescribeLaunchTemplateVersionsRequest.add_member(:max_version, Shapes::ShapeRef.new(shape: String, location_name: "MaxVersion"))
2384
+ DescribeLaunchTemplateVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
2385
+ DescribeLaunchTemplateVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxResults"))
2386
+ DescribeLaunchTemplateVersionsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
2387
+ DescribeLaunchTemplateVersionsRequest.struct_class = Types::DescribeLaunchTemplateVersionsRequest
2388
+
2389
+ DescribeLaunchTemplateVersionsResult.add_member(:launch_template_versions, Shapes::ShapeRef.new(shape: LaunchTemplateVersionSet, location_name: "launchTemplateVersionSet"))
2390
+ DescribeLaunchTemplateVersionsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
2391
+ DescribeLaunchTemplateVersionsResult.struct_class = Types::DescribeLaunchTemplateVersionsResult
2392
+
2393
+ DescribeLaunchTemplatesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
2394
+ DescribeLaunchTemplatesRequest.add_member(:launch_template_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "LaunchTemplateId"))
2395
+ DescribeLaunchTemplatesRequest.add_member(:launch_template_names, Shapes::ShapeRef.new(shape: LaunchTemplateNameStringList, location_name: "LaunchTemplateName"))
2396
+ DescribeLaunchTemplatesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
2397
+ DescribeLaunchTemplatesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
2398
+ DescribeLaunchTemplatesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxResults"))
2399
+ DescribeLaunchTemplatesRequest.struct_class = Types::DescribeLaunchTemplatesRequest
2400
+
2401
+ DescribeLaunchTemplatesResult.add_member(:launch_templates, Shapes::ShapeRef.new(shape: LaunchTemplateSet, location_name: "launchTemplates"))
2402
+ DescribeLaunchTemplatesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
2403
+ DescribeLaunchTemplatesResult.struct_class = Types::DescribeLaunchTemplatesResult
2404
+
2146
2405
  DescribeMovingAddressesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filter"))
2147
2406
  DescribeMovingAddressesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
2148
2407
  DescribeMovingAddressesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "maxResults"))
@@ -2516,6 +2775,49 @@ module Aws::EC2
2516
2775
  DescribeVpcClassicLinkResult.add_member(:vpcs, Shapes::ShapeRef.new(shape: VpcClassicLinkList, location_name: "vpcSet"))
2517
2776
  DescribeVpcClassicLinkResult.struct_class = Types::DescribeVpcClassicLinkResult
2518
2777
 
2778
+ DescribeVpcEndpointConnectionNotificationsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
2779
+ DescribeVpcEndpointConnectionNotificationsRequest.add_member(:connection_notification_id, Shapes::ShapeRef.new(shape: String, location_name: "ConnectionNotificationId"))
2780
+ DescribeVpcEndpointConnectionNotificationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
2781
+ DescribeVpcEndpointConnectionNotificationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxResults"))
2782
+ DescribeVpcEndpointConnectionNotificationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
2783
+ DescribeVpcEndpointConnectionNotificationsRequest.struct_class = Types::DescribeVpcEndpointConnectionNotificationsRequest
2784
+
2785
+ DescribeVpcEndpointConnectionNotificationsResult.add_member(:connection_notification_set, Shapes::ShapeRef.new(shape: ConnectionNotificationSet, location_name: "connectionNotificationSet"))
2786
+ DescribeVpcEndpointConnectionNotificationsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
2787
+ DescribeVpcEndpointConnectionNotificationsResult.struct_class = Types::DescribeVpcEndpointConnectionNotificationsResult
2788
+
2789
+ DescribeVpcEndpointConnectionsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
2790
+ DescribeVpcEndpointConnectionsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
2791
+ DescribeVpcEndpointConnectionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxResults"))
2792
+ DescribeVpcEndpointConnectionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
2793
+ DescribeVpcEndpointConnectionsRequest.struct_class = Types::DescribeVpcEndpointConnectionsRequest
2794
+
2795
+ DescribeVpcEndpointConnectionsResult.add_member(:vpc_endpoint_connections, Shapes::ShapeRef.new(shape: VpcEndpointConnectionSet, location_name: "vpcEndpointConnectionSet"))
2796
+ DescribeVpcEndpointConnectionsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
2797
+ DescribeVpcEndpointConnectionsResult.struct_class = Types::DescribeVpcEndpointConnectionsResult
2798
+
2799
+ DescribeVpcEndpointServiceConfigurationsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
2800
+ DescribeVpcEndpointServiceConfigurationsRequest.add_member(:service_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "ServiceId"))
2801
+ DescribeVpcEndpointServiceConfigurationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
2802
+ DescribeVpcEndpointServiceConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxResults"))
2803
+ DescribeVpcEndpointServiceConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
2804
+ DescribeVpcEndpointServiceConfigurationsRequest.struct_class = Types::DescribeVpcEndpointServiceConfigurationsRequest
2805
+
2806
+ DescribeVpcEndpointServiceConfigurationsResult.add_member(:service_configurations, Shapes::ShapeRef.new(shape: ServiceConfigurationSet, location_name: "serviceConfigurationSet"))
2807
+ DescribeVpcEndpointServiceConfigurationsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
2808
+ DescribeVpcEndpointServiceConfigurationsResult.struct_class = Types::DescribeVpcEndpointServiceConfigurationsResult
2809
+
2810
+ DescribeVpcEndpointServicePermissionsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
2811
+ DescribeVpcEndpointServicePermissionsRequest.add_member(:service_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ServiceId"))
2812
+ DescribeVpcEndpointServicePermissionsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
2813
+ DescribeVpcEndpointServicePermissionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxResults"))
2814
+ DescribeVpcEndpointServicePermissionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
2815
+ DescribeVpcEndpointServicePermissionsRequest.struct_class = Types::DescribeVpcEndpointServicePermissionsRequest
2816
+
2817
+ DescribeVpcEndpointServicePermissionsResult.add_member(:allowed_principals, Shapes::ShapeRef.new(shape: AllowedPrincipalSet, location_name: "allowedPrincipals"))
2818
+ DescribeVpcEndpointServicePermissionsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
2819
+ DescribeVpcEndpointServicePermissionsResult.struct_class = Types::DescribeVpcEndpointServicePermissionsResult
2820
+
2519
2821
  DescribeVpcEndpointServicesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
2520
2822
  DescribeVpcEndpointServicesRequest.add_member(:service_names, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "ServiceName"))
2521
2823
  DescribeVpcEndpointServicesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
@@ -2696,6 +2998,7 @@ module Aws::EC2
2696
2998
  EbsBlockDevice.add_member(:encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "encrypted"))
2697
2999
  EbsBlockDevice.add_member(:delete_on_termination, Shapes::ShapeRef.new(shape: Boolean, location_name: "deleteOnTermination"))
2698
3000
  EbsBlockDevice.add_member(:iops, Shapes::ShapeRef.new(shape: Integer, location_name: "iops"))
3001
+ EbsBlockDevice.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
2699
3002
  EbsBlockDevice.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: String, location_name: "snapshotId"))
2700
3003
  EbsBlockDevice.add_member(:volume_size, Shapes::ShapeRef.new(shape: Integer, location_name: "volumeSize"))
2701
3004
  EbsBlockDevice.add_member(:volume_type, Shapes::ShapeRef.new(shape: VolumeType, location_name: "volumeType"))
@@ -2737,6 +3040,13 @@ module Aws::EC2
2737
3040
  ElasticGpuSpecification.add_member(:type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Type"))
2738
3041
  ElasticGpuSpecification.struct_class = Types::ElasticGpuSpecification
2739
3042
 
3043
+ ElasticGpuSpecificationList.member = Shapes::ShapeRef.new(shape: ElasticGpuSpecification, location_name: "ElasticGpuSpecification")
3044
+
3045
+ ElasticGpuSpecificationResponse.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "type"))
3046
+ ElasticGpuSpecificationResponse.struct_class = Types::ElasticGpuSpecificationResponse
3047
+
3048
+ ElasticGpuSpecificationResponseList.member = Shapes::ShapeRef.new(shape: ElasticGpuSpecificationResponse, location_name: "item")
3049
+
2740
3050
  ElasticGpuSpecifications.member = Shapes::ShapeRef.new(shape: ElasticGpuSpecification, location_name: "item")
2741
3051
 
2742
3052
  ElasticGpus.add_member(:elastic_gpu_id, Shapes::ShapeRef.new(shape: String, location_name: "elasticGpuId"))
@@ -2805,6 +3115,11 @@ module Aws::EC2
2805
3115
 
2806
3116
  FilterList.member = Shapes::ShapeRef.new(shape: Filter, location_name: "Filter")
2807
3117
 
3118
+ FleetLaunchTemplateSpecification.add_member(:launch_template_id, Shapes::ShapeRef.new(shape: String, location_name: "launchTemplateId"))
3119
+ FleetLaunchTemplateSpecification.add_member(:launch_template_name, Shapes::ShapeRef.new(shape: LaunchTemplateName, location_name: "launchTemplateName"))
3120
+ FleetLaunchTemplateSpecification.add_member(:version, Shapes::ShapeRef.new(shape: String, location_name: "version"))
3121
+ FleetLaunchTemplateSpecification.struct_class = Types::FleetLaunchTemplateSpecification
3122
+
2808
3123
  FlowLog.add_member(:creation_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "creationTime"))
2809
3124
  FlowLog.add_member(:deliver_logs_error_message, Shapes::ShapeRef.new(shape: String, location_name: "deliverLogsErrorMessage"))
2810
3125
  FlowLog.add_member(:deliver_logs_permission_arn, Shapes::ShapeRef.new(shape: String, location_name: "deliverLogsPermissionArn"))
@@ -2877,6 +3192,13 @@ module Aws::EC2
2877
3192
  GetHostReservationPurchasePreviewResult.add_member(:total_upfront_price, Shapes::ShapeRef.new(shape: String, location_name: "totalUpfrontPrice"))
2878
3193
  GetHostReservationPurchasePreviewResult.struct_class = Types::GetHostReservationPurchasePreviewResult
2879
3194
 
3195
+ GetLaunchTemplateDataRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
3196
+ GetLaunchTemplateDataRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InstanceId"))
3197
+ GetLaunchTemplateDataRequest.struct_class = Types::GetLaunchTemplateDataRequest
3198
+
3199
+ GetLaunchTemplateDataResult.add_member(:launch_template_data, Shapes::ShapeRef.new(shape: ResponseLaunchTemplateData, location_name: "launchTemplateData"))
3200
+ GetLaunchTemplateDataResult.struct_class = Types::GetLaunchTemplateDataResult
3201
+
2880
3202
  GetPasswordDataRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InstanceId"))
2881
3203
  GetPasswordDataRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
2882
3204
  GetPasswordDataRequest.struct_class = Types::GetPasswordDataRequest
@@ -3280,8 +3602,17 @@ module Aws::EC2
3280
3602
 
3281
3603
  InstanceIpv6AddressList.member = Shapes::ShapeRef.new(shape: InstanceIpv6Address, location_name: "item")
3282
3604
 
3605
+ InstanceIpv6AddressListRequest.member = Shapes::ShapeRef.new(shape: InstanceIpv6AddressRequest, location_name: "InstanceIpv6Address")
3606
+
3607
+ InstanceIpv6AddressRequest.add_member(:ipv_6_address, Shapes::ShapeRef.new(shape: String, location_name: "Ipv6Address"))
3608
+ InstanceIpv6AddressRequest.struct_class = Types::InstanceIpv6AddressRequest
3609
+
3283
3610
  InstanceList.member = Shapes::ShapeRef.new(shape: Instance, location_name: "item")
3284
3611
 
3612
+ InstanceMarketOptionsRequest.add_member(:market_type, Shapes::ShapeRef.new(shape: MarketType, location_name: "MarketType"))
3613
+ InstanceMarketOptionsRequest.add_member(:spot_options, Shapes::ShapeRef.new(shape: SpotMarketOptions, location_name: "SpotOptions"))
3614
+ InstanceMarketOptionsRequest.struct_class = Types::InstanceMarketOptionsRequest
3615
+
3285
3616
  InstanceMonitoring.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceId"))
3286
3617
  InstanceMonitoring.add_member(:monitoring, Shapes::ShapeRef.new(shape: Monitoring, location_name: "monitoring"))
3287
3618
  InstanceMonitoring.struct_class = Types::InstanceMonitoring
@@ -3472,6 +3803,181 @@ module Aws::EC2
3472
3803
 
3473
3804
  LaunchSpecsList.member = Shapes::ShapeRef.new(shape: SpotFleetLaunchSpecification, location_name: "item")
3474
3805
 
3806
+ LaunchTemplate.add_member(:launch_template_id, Shapes::ShapeRef.new(shape: String, location_name: "launchTemplateId"))
3807
+ LaunchTemplate.add_member(:launch_template_name, Shapes::ShapeRef.new(shape: LaunchTemplateName, location_name: "launchTemplateName"))
3808
+ LaunchTemplate.add_member(:create_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "createTime"))
3809
+ LaunchTemplate.add_member(:created_by, Shapes::ShapeRef.new(shape: String, location_name: "createdBy"))
3810
+ LaunchTemplate.add_member(:default_version_number, Shapes::ShapeRef.new(shape: Long, location_name: "defaultVersionNumber"))
3811
+ LaunchTemplate.add_member(:latest_version_number, Shapes::ShapeRef.new(shape: Long, location_name: "latestVersionNumber"))
3812
+ LaunchTemplate.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
3813
+ LaunchTemplate.struct_class = Types::LaunchTemplate
3814
+
3815
+ LaunchTemplateBlockDeviceMapping.add_member(:device_name, Shapes::ShapeRef.new(shape: String, location_name: "deviceName"))
3816
+ LaunchTemplateBlockDeviceMapping.add_member(:virtual_name, Shapes::ShapeRef.new(shape: String, location_name: "virtualName"))
3817
+ LaunchTemplateBlockDeviceMapping.add_member(:ebs, Shapes::ShapeRef.new(shape: LaunchTemplateEbsBlockDevice, location_name: "ebs"))
3818
+ LaunchTemplateBlockDeviceMapping.add_member(:no_device, Shapes::ShapeRef.new(shape: String, location_name: "noDevice"))
3819
+ LaunchTemplateBlockDeviceMapping.struct_class = Types::LaunchTemplateBlockDeviceMapping
3820
+
3821
+ LaunchTemplateBlockDeviceMappingList.member = Shapes::ShapeRef.new(shape: LaunchTemplateBlockDeviceMapping, location_name: "item")
3822
+
3823
+ LaunchTemplateBlockDeviceMappingRequest.add_member(:device_name, Shapes::ShapeRef.new(shape: String, location_name: "DeviceName"))
3824
+ LaunchTemplateBlockDeviceMappingRequest.add_member(:virtual_name, Shapes::ShapeRef.new(shape: String, location_name: "VirtualName"))
3825
+ LaunchTemplateBlockDeviceMappingRequest.add_member(:ebs, Shapes::ShapeRef.new(shape: LaunchTemplateEbsBlockDeviceRequest, location_name: "Ebs"))
3826
+ LaunchTemplateBlockDeviceMappingRequest.add_member(:no_device, Shapes::ShapeRef.new(shape: String, location_name: "NoDevice"))
3827
+ LaunchTemplateBlockDeviceMappingRequest.struct_class = Types::LaunchTemplateBlockDeviceMappingRequest
3828
+
3829
+ LaunchTemplateBlockDeviceMappingRequestList.member = Shapes::ShapeRef.new(shape: LaunchTemplateBlockDeviceMappingRequest, location_name: "BlockDeviceMapping")
3830
+
3831
+ LaunchTemplateConfig.add_member(:launch_template_specification, Shapes::ShapeRef.new(shape: FleetLaunchTemplateSpecification, location_name: "launchTemplateSpecification"))
3832
+ LaunchTemplateConfig.add_member(:overrides, Shapes::ShapeRef.new(shape: LaunchTemplateOverridesList, location_name: "overrides"))
3833
+ LaunchTemplateConfig.struct_class = Types::LaunchTemplateConfig
3834
+
3835
+ LaunchTemplateConfigList.member = Shapes::ShapeRef.new(shape: LaunchTemplateConfig, location_name: "item")
3836
+
3837
+ LaunchTemplateEbsBlockDevice.add_member(:encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "encrypted"))
3838
+ LaunchTemplateEbsBlockDevice.add_member(:delete_on_termination, Shapes::ShapeRef.new(shape: Boolean, location_name: "deleteOnTermination"))
3839
+ LaunchTemplateEbsBlockDevice.add_member(:iops, Shapes::ShapeRef.new(shape: Integer, location_name: "iops"))
3840
+ LaunchTemplateEbsBlockDevice.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "kmsKeyId"))
3841
+ LaunchTemplateEbsBlockDevice.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: String, location_name: "snapshotId"))
3842
+ LaunchTemplateEbsBlockDevice.add_member(:volume_size, Shapes::ShapeRef.new(shape: Integer, location_name: "volumeSize"))
3843
+ LaunchTemplateEbsBlockDevice.add_member(:volume_type, Shapes::ShapeRef.new(shape: VolumeType, location_name: "volumeType"))
3844
+ LaunchTemplateEbsBlockDevice.struct_class = Types::LaunchTemplateEbsBlockDevice
3845
+
3846
+ LaunchTemplateEbsBlockDeviceRequest.add_member(:encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "Encrypted"))
3847
+ LaunchTemplateEbsBlockDeviceRequest.add_member(:delete_on_termination, Shapes::ShapeRef.new(shape: Boolean, location_name: "DeleteOnTermination"))
3848
+ LaunchTemplateEbsBlockDeviceRequest.add_member(:iops, Shapes::ShapeRef.new(shape: Integer, location_name: "Iops"))
3849
+ LaunchTemplateEbsBlockDeviceRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
3850
+ LaunchTemplateEbsBlockDeviceRequest.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotId"))
3851
+ LaunchTemplateEbsBlockDeviceRequest.add_member(:volume_size, Shapes::ShapeRef.new(shape: Integer, location_name: "VolumeSize"))
3852
+ LaunchTemplateEbsBlockDeviceRequest.add_member(:volume_type, Shapes::ShapeRef.new(shape: VolumeType, location_name: "VolumeType"))
3853
+ LaunchTemplateEbsBlockDeviceRequest.struct_class = Types::LaunchTemplateEbsBlockDeviceRequest
3854
+
3855
+ LaunchTemplateIamInstanceProfileSpecification.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
3856
+ LaunchTemplateIamInstanceProfileSpecification.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
3857
+ LaunchTemplateIamInstanceProfileSpecification.struct_class = Types::LaunchTemplateIamInstanceProfileSpecification
3858
+
3859
+ LaunchTemplateIamInstanceProfileSpecificationRequest.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
3860
+ LaunchTemplateIamInstanceProfileSpecificationRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
3861
+ LaunchTemplateIamInstanceProfileSpecificationRequest.struct_class = Types::LaunchTemplateIamInstanceProfileSpecificationRequest
3862
+
3863
+ LaunchTemplateInstanceMarketOptions.add_member(:market_type, Shapes::ShapeRef.new(shape: MarketType, location_name: "marketType"))
3864
+ LaunchTemplateInstanceMarketOptions.add_member(:spot_options, Shapes::ShapeRef.new(shape: LaunchTemplateSpotMarketOptions, location_name: "spotOptions"))
3865
+ LaunchTemplateInstanceMarketOptions.struct_class = Types::LaunchTemplateInstanceMarketOptions
3866
+
3867
+ LaunchTemplateInstanceMarketOptionsRequest.add_member(:market_type, Shapes::ShapeRef.new(shape: MarketType, location_name: "MarketType"))
3868
+ LaunchTemplateInstanceMarketOptionsRequest.add_member(:spot_options, Shapes::ShapeRef.new(shape: LaunchTemplateSpotMarketOptionsRequest, location_name: "SpotOptions"))
3869
+ LaunchTemplateInstanceMarketOptionsRequest.struct_class = Types::LaunchTemplateInstanceMarketOptionsRequest
3870
+
3871
+ LaunchTemplateInstanceNetworkInterfaceSpecification.add_member(:associate_public_ip_address, Shapes::ShapeRef.new(shape: Boolean, location_name: "associatePublicIpAddress"))
3872
+ LaunchTemplateInstanceNetworkInterfaceSpecification.add_member(:delete_on_termination, Shapes::ShapeRef.new(shape: Boolean, location_name: "deleteOnTermination"))
3873
+ LaunchTemplateInstanceNetworkInterfaceSpecification.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
3874
+ LaunchTemplateInstanceNetworkInterfaceSpecification.add_member(:device_index, Shapes::ShapeRef.new(shape: Integer, location_name: "deviceIndex"))
3875
+ LaunchTemplateInstanceNetworkInterfaceSpecification.add_member(:groups, Shapes::ShapeRef.new(shape: GroupIdStringList, location_name: "groupSet"))
3876
+ LaunchTemplateInstanceNetworkInterfaceSpecification.add_member(:ipv_6_address_count, Shapes::ShapeRef.new(shape: Integer, location_name: "ipv6AddressCount"))
3877
+ LaunchTemplateInstanceNetworkInterfaceSpecification.add_member(:ipv_6_addresses, Shapes::ShapeRef.new(shape: InstanceIpv6AddressList, location_name: "ipv6AddressesSet"))
3878
+ LaunchTemplateInstanceNetworkInterfaceSpecification.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: String, location_name: "networkInterfaceId"))
3879
+ LaunchTemplateInstanceNetworkInterfaceSpecification.add_member(:private_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "privateIpAddress"))
3880
+ LaunchTemplateInstanceNetworkInterfaceSpecification.add_member(:private_ip_addresses, Shapes::ShapeRef.new(shape: PrivateIpAddressSpecificationList, location_name: "privateIpAddressesSet"))
3881
+ LaunchTemplateInstanceNetworkInterfaceSpecification.add_member(:secondary_private_ip_address_count, Shapes::ShapeRef.new(shape: Integer, location_name: "secondaryPrivateIpAddressCount"))
3882
+ LaunchTemplateInstanceNetworkInterfaceSpecification.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "subnetId"))
3883
+ LaunchTemplateInstanceNetworkInterfaceSpecification.struct_class = Types::LaunchTemplateInstanceNetworkInterfaceSpecification
3884
+
3885
+ LaunchTemplateInstanceNetworkInterfaceSpecificationList.member = Shapes::ShapeRef.new(shape: LaunchTemplateInstanceNetworkInterfaceSpecification, location_name: "item")
3886
+
3887
+ LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.add_member(:associate_public_ip_address, Shapes::ShapeRef.new(shape: Boolean, location_name: "AssociatePublicIpAddress"))
3888
+ LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.add_member(:delete_on_termination, Shapes::ShapeRef.new(shape: Boolean, location_name: "DeleteOnTermination"))
3889
+ LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
3890
+ LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.add_member(:device_index, Shapes::ShapeRef.new(shape: Integer, location_name: "DeviceIndex"))
3891
+ LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.add_member(:groups, Shapes::ShapeRef.new(shape: SecurityGroupIdStringList, location_name: "SecurityGroupId"))
3892
+ LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.add_member(:ipv_6_address_count, Shapes::ShapeRef.new(shape: Integer, location_name: "Ipv6AddressCount"))
3893
+ LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.add_member(:ipv_6_addresses, Shapes::ShapeRef.new(shape: InstanceIpv6AddressListRequest, location_name: "Ipv6Addresses"))
3894
+ LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: String, location_name: "NetworkInterfaceId"))
3895
+ LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.add_member(:private_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "PrivateIpAddress"))
3896
+ LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.add_member(:private_ip_addresses, Shapes::ShapeRef.new(shape: PrivateIpAddressSpecificationList, location_name: "PrivateIpAddresses"))
3897
+ LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.add_member(:secondary_private_ip_address_count, Shapes::ShapeRef.new(shape: Integer, location_name: "SecondaryPrivateIpAddressCount"))
3898
+ LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "SubnetId"))
3899
+ LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.struct_class = Types::LaunchTemplateInstanceNetworkInterfaceSpecificationRequest
3900
+
3901
+ LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList.member = Shapes::ShapeRef.new(shape: LaunchTemplateInstanceNetworkInterfaceSpecificationRequest, location_name: "InstanceNetworkInterfaceSpecification")
3902
+
3903
+ LaunchTemplateNameStringList.member = Shapes::ShapeRef.new(shape: LaunchTemplateName, location_name: "item")
3904
+
3905
+ LaunchTemplateOverrides.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "instanceType"))
3906
+ LaunchTemplateOverrides.add_member(:spot_price, Shapes::ShapeRef.new(shape: String, location_name: "spotPrice"))
3907
+ LaunchTemplateOverrides.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "subnetId"))
3908
+ LaunchTemplateOverrides.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
3909
+ LaunchTemplateOverrides.add_member(:weighted_capacity, Shapes::ShapeRef.new(shape: Double, location_name: "weightedCapacity"))
3910
+ LaunchTemplateOverrides.struct_class = Types::LaunchTemplateOverrides
3911
+
3912
+ LaunchTemplateOverridesList.member = Shapes::ShapeRef.new(shape: LaunchTemplateOverrides, location_name: "item")
3913
+
3914
+ LaunchTemplatePlacement.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
3915
+ LaunchTemplatePlacement.add_member(:affinity, Shapes::ShapeRef.new(shape: String, location_name: "affinity"))
3916
+ LaunchTemplatePlacement.add_member(:group_name, Shapes::ShapeRef.new(shape: String, location_name: "groupName"))
3917
+ LaunchTemplatePlacement.add_member(:host_id, Shapes::ShapeRef.new(shape: String, location_name: "hostId"))
3918
+ LaunchTemplatePlacement.add_member(:tenancy, Shapes::ShapeRef.new(shape: Tenancy, location_name: "tenancy"))
3919
+ LaunchTemplatePlacement.add_member(:spread_domain, Shapes::ShapeRef.new(shape: String, location_name: "spreadDomain"))
3920
+ LaunchTemplatePlacement.struct_class = Types::LaunchTemplatePlacement
3921
+
3922
+ LaunchTemplatePlacementRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
3923
+ LaunchTemplatePlacementRequest.add_member(:affinity, Shapes::ShapeRef.new(shape: String, location_name: "Affinity"))
3924
+ LaunchTemplatePlacementRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: String, location_name: "GroupName"))
3925
+ LaunchTemplatePlacementRequest.add_member(:host_id, Shapes::ShapeRef.new(shape: String, location_name: "HostId"))
3926
+ LaunchTemplatePlacementRequest.add_member(:tenancy, Shapes::ShapeRef.new(shape: Tenancy, location_name: "Tenancy"))
3927
+ LaunchTemplatePlacementRequest.add_member(:spread_domain, Shapes::ShapeRef.new(shape: String, location_name: "SpreadDomain"))
3928
+ LaunchTemplatePlacementRequest.struct_class = Types::LaunchTemplatePlacementRequest
3929
+
3930
+ LaunchTemplateSet.member = Shapes::ShapeRef.new(shape: LaunchTemplate, location_name: "item")
3931
+
3932
+ LaunchTemplateSpecification.add_member(:launch_template_id, Shapes::ShapeRef.new(shape: String, location_name: "LaunchTemplateId"))
3933
+ LaunchTemplateSpecification.add_member(:launch_template_name, Shapes::ShapeRef.new(shape: String, location_name: "LaunchTemplateName"))
3934
+ LaunchTemplateSpecification.add_member(:version, Shapes::ShapeRef.new(shape: String, location_name: "Version"))
3935
+ LaunchTemplateSpecification.struct_class = Types::LaunchTemplateSpecification
3936
+
3937
+ LaunchTemplateSpotMarketOptions.add_member(:max_price, Shapes::ShapeRef.new(shape: String, location_name: "maxPrice"))
3938
+ LaunchTemplateSpotMarketOptions.add_member(:spot_instance_type, Shapes::ShapeRef.new(shape: SpotInstanceType, location_name: "spotInstanceType"))
3939
+ LaunchTemplateSpotMarketOptions.add_member(:block_duration_minutes, Shapes::ShapeRef.new(shape: Integer, location_name: "blockDurationMinutes"))
3940
+ LaunchTemplateSpotMarketOptions.add_member(:valid_until, Shapes::ShapeRef.new(shape: DateTime, location_name: "validUntil"))
3941
+ LaunchTemplateSpotMarketOptions.add_member(:instance_interruption_behavior, Shapes::ShapeRef.new(shape: InstanceInterruptionBehavior, location_name: "instanceInterruptionBehavior"))
3942
+ LaunchTemplateSpotMarketOptions.struct_class = Types::LaunchTemplateSpotMarketOptions
3943
+
3944
+ LaunchTemplateSpotMarketOptionsRequest.add_member(:max_price, Shapes::ShapeRef.new(shape: String, location_name: "MaxPrice"))
3945
+ LaunchTemplateSpotMarketOptionsRequest.add_member(:spot_instance_type, Shapes::ShapeRef.new(shape: SpotInstanceType, location_name: "SpotInstanceType"))
3946
+ LaunchTemplateSpotMarketOptionsRequest.add_member(:block_duration_minutes, Shapes::ShapeRef.new(shape: Integer, location_name: "BlockDurationMinutes"))
3947
+ LaunchTemplateSpotMarketOptionsRequest.add_member(:valid_until, Shapes::ShapeRef.new(shape: DateTime, location_name: "ValidUntil"))
3948
+ LaunchTemplateSpotMarketOptionsRequest.add_member(:instance_interruption_behavior, Shapes::ShapeRef.new(shape: InstanceInterruptionBehavior, location_name: "InstanceInterruptionBehavior"))
3949
+ LaunchTemplateSpotMarketOptionsRequest.struct_class = Types::LaunchTemplateSpotMarketOptionsRequest
3950
+
3951
+ LaunchTemplateTagSpecification.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
3952
+ LaunchTemplateTagSpecification.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
3953
+ LaunchTemplateTagSpecification.struct_class = Types::LaunchTemplateTagSpecification
3954
+
3955
+ LaunchTemplateTagSpecificationList.member = Shapes::ShapeRef.new(shape: LaunchTemplateTagSpecification, location_name: "item")
3956
+
3957
+ LaunchTemplateTagSpecificationRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
3958
+ LaunchTemplateTagSpecificationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tag"))
3959
+ LaunchTemplateTagSpecificationRequest.struct_class = Types::LaunchTemplateTagSpecificationRequest
3960
+
3961
+ LaunchTemplateTagSpecificationRequestList.member = Shapes::ShapeRef.new(shape: LaunchTemplateTagSpecificationRequest, location_name: "LaunchTemplateTagSpecificationRequest")
3962
+
3963
+ LaunchTemplateVersion.add_member(:launch_template_id, Shapes::ShapeRef.new(shape: String, location_name: "launchTemplateId"))
3964
+ LaunchTemplateVersion.add_member(:launch_template_name, Shapes::ShapeRef.new(shape: LaunchTemplateName, location_name: "launchTemplateName"))
3965
+ LaunchTemplateVersion.add_member(:version_number, Shapes::ShapeRef.new(shape: Long, location_name: "versionNumber"))
3966
+ LaunchTemplateVersion.add_member(:version_description, Shapes::ShapeRef.new(shape: VersionDescription, location_name: "versionDescription"))
3967
+ LaunchTemplateVersion.add_member(:create_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "createTime"))
3968
+ LaunchTemplateVersion.add_member(:created_by, Shapes::ShapeRef.new(shape: String, location_name: "createdBy"))
3969
+ LaunchTemplateVersion.add_member(:default_version, Shapes::ShapeRef.new(shape: Boolean, location_name: "defaultVersion"))
3970
+ LaunchTemplateVersion.add_member(:launch_template_data, Shapes::ShapeRef.new(shape: ResponseLaunchTemplateData, location_name: "launchTemplateData"))
3971
+ LaunchTemplateVersion.struct_class = Types::LaunchTemplateVersion
3972
+
3973
+ LaunchTemplateVersionSet.member = Shapes::ShapeRef.new(shape: LaunchTemplateVersion, location_name: "item")
3974
+
3975
+ LaunchTemplatesMonitoring.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "enabled"))
3976
+ LaunchTemplatesMonitoring.struct_class = Types::LaunchTemplatesMonitoring
3977
+
3978
+ LaunchTemplatesMonitoringRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
3979
+ LaunchTemplatesMonitoringRequest.struct_class = Types::LaunchTemplatesMonitoringRequest
3980
+
3475
3981
  LoadBalancersConfig.add_member(:classic_load_balancers_config, Shapes::ShapeRef.new(shape: ClassicLoadBalancersConfig, location_name: "classicLoadBalancersConfig"))
3476
3982
  LoadBalancersConfig.add_member(:target_groups_config, Shapes::ShapeRef.new(shape: TargetGroupsConfig, location_name: "targetGroupsConfig"))
3477
3983
  LoadBalancersConfig.struct_class = Types::LoadBalancersConfig
@@ -3563,6 +4069,16 @@ module Aws::EC2
3563
4069
  ModifyInstancePlacementResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
3564
4070
  ModifyInstancePlacementResult.struct_class = Types::ModifyInstancePlacementResult
3565
4071
 
4072
+ ModifyLaunchTemplateRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
4073
+ ModifyLaunchTemplateRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken"))
4074
+ ModifyLaunchTemplateRequest.add_member(:launch_template_id, Shapes::ShapeRef.new(shape: String, location_name: "LaunchTemplateId"))
4075
+ ModifyLaunchTemplateRequest.add_member(:launch_template_name, Shapes::ShapeRef.new(shape: LaunchTemplateName, location_name: "LaunchTemplateName"))
4076
+ ModifyLaunchTemplateRequest.add_member(:default_version, Shapes::ShapeRef.new(shape: String, location_name: "SetDefaultVersion"))
4077
+ ModifyLaunchTemplateRequest.struct_class = Types::ModifyLaunchTemplateRequest
4078
+
4079
+ ModifyLaunchTemplateResult.add_member(:launch_template, Shapes::ShapeRef.new(shape: LaunchTemplate, location_name: "launchTemplate"))
4080
+ ModifyLaunchTemplateResult.struct_class = Types::ModifyLaunchTemplateResult
4081
+
3566
4082
  ModifyNetworkInterfaceAttributeRequest.add_member(:attachment, Shapes::ShapeRef.new(shape: NetworkInterfaceAttachmentChanges, location_name: "attachment"))
3567
4083
  ModifyNetworkInterfaceAttributeRequest.add_member(:description, Shapes::ShapeRef.new(shape: AttributeValue, location_name: "description"))
3568
4084
  ModifyNetworkInterfaceAttributeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
@@ -3621,6 +4137,15 @@ module Aws::EC2
3621
4137
  ModifyVpcAttributeRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "vpcId"))
3622
4138
  ModifyVpcAttributeRequest.struct_class = Types::ModifyVpcAttributeRequest
3623
4139
 
4140
+ ModifyVpcEndpointConnectionNotificationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
4141
+ ModifyVpcEndpointConnectionNotificationRequest.add_member(:connection_notification_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ConnectionNotificationId"))
4142
+ ModifyVpcEndpointConnectionNotificationRequest.add_member(:connection_notification_arn, Shapes::ShapeRef.new(shape: String, location_name: "ConnectionNotificationArn"))
4143
+ ModifyVpcEndpointConnectionNotificationRequest.add_member(:connection_events, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "ConnectionEvents"))
4144
+ ModifyVpcEndpointConnectionNotificationRequest.struct_class = Types::ModifyVpcEndpointConnectionNotificationRequest
4145
+
4146
+ ModifyVpcEndpointConnectionNotificationResult.add_member(:return_value, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
4147
+ ModifyVpcEndpointConnectionNotificationResult.struct_class = Types::ModifyVpcEndpointConnectionNotificationResult
4148
+
3624
4149
  ModifyVpcEndpointRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
3625
4150
  ModifyVpcEndpointRequest.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "VpcEndpointId"))
3626
4151
  ModifyVpcEndpointRequest.add_member(:reset_policy, Shapes::ShapeRef.new(shape: Boolean, location_name: "ResetPolicy"))
@@ -3637,6 +4162,25 @@ module Aws::EC2
3637
4162
  ModifyVpcEndpointResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
3638
4163
  ModifyVpcEndpointResult.struct_class = Types::ModifyVpcEndpointResult
3639
4164
 
4165
+ ModifyVpcEndpointServiceConfigurationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
4166
+ ModifyVpcEndpointServiceConfigurationRequest.add_member(:service_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ServiceId"))
4167
+ ModifyVpcEndpointServiceConfigurationRequest.add_member(:acceptance_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "AcceptanceRequired"))
4168
+ ModifyVpcEndpointServiceConfigurationRequest.add_member(:add_network_load_balancer_arns, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "addNetworkLoadBalancerArn"))
4169
+ ModifyVpcEndpointServiceConfigurationRequest.add_member(:remove_network_load_balancer_arns, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "removeNetworkLoadBalancerArn"))
4170
+ ModifyVpcEndpointServiceConfigurationRequest.struct_class = Types::ModifyVpcEndpointServiceConfigurationRequest
4171
+
4172
+ ModifyVpcEndpointServiceConfigurationResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
4173
+ ModifyVpcEndpointServiceConfigurationResult.struct_class = Types::ModifyVpcEndpointServiceConfigurationResult
4174
+
4175
+ ModifyVpcEndpointServicePermissionsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
4176
+ ModifyVpcEndpointServicePermissionsRequest.add_member(:service_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ServiceId"))
4177
+ ModifyVpcEndpointServicePermissionsRequest.add_member(:add_allowed_principals, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "AddAllowedPrincipals"))
4178
+ ModifyVpcEndpointServicePermissionsRequest.add_member(:remove_allowed_principals, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "RemoveAllowedPrincipals"))
4179
+ ModifyVpcEndpointServicePermissionsRequest.struct_class = Types::ModifyVpcEndpointServicePermissionsRequest
4180
+
4181
+ ModifyVpcEndpointServicePermissionsResult.add_member(:return_value, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
4182
+ ModifyVpcEndpointServicePermissionsResult.struct_class = Types::ModifyVpcEndpointServicePermissionsResult
4183
+
3640
4184
  ModifyVpcPeeringConnectionOptionsRequest.add_member(:accepter_peering_connection_options, Shapes::ShapeRef.new(shape: PeeringConnectionOptionsRequest, location_name: "AccepterPeeringConnectionOptions"))
3641
4185
  ModifyVpcPeeringConnectionOptionsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
3642
4186
  ModifyVpcPeeringConnectionOptionsRequest.add_member(:requester_peering_connection_options, Shapes::ShapeRef.new(shape: PeeringConnectionOptionsRequest, location_name: "RequesterPeeringConnectionOptions"))
@@ -4014,6 +4558,14 @@ module Aws::EC2
4014
4558
  RegisterImageResult.add_member(:image_id, Shapes::ShapeRef.new(shape: String, location_name: "imageId"))
4015
4559
  RegisterImageResult.struct_class = Types::RegisterImageResult
4016
4560
 
4561
+ RejectVpcEndpointConnectionsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
4562
+ RejectVpcEndpointConnectionsRequest.add_member(:service_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ServiceId"))
4563
+ RejectVpcEndpointConnectionsRequest.add_member(:vpc_endpoint_ids, Shapes::ShapeRef.new(shape: ValueStringList, required: true, location_name: "VpcEndpointId"))
4564
+ RejectVpcEndpointConnectionsRequest.struct_class = Types::RejectVpcEndpointConnectionsRequest
4565
+
4566
+ RejectVpcEndpointConnectionsResult.add_member(:unsuccessful, Shapes::ShapeRef.new(shape: UnsuccessfulItemSet, location_name: "unsuccessful"))
4567
+ RejectVpcEndpointConnectionsResult.struct_class = Types::RejectVpcEndpointConnectionsResult
4568
+
4017
4569
  RejectVpcPeeringConnectionRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
4018
4570
  RejectVpcPeeringConnectionRequest.add_member(:vpc_peering_connection_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "vpcPeeringConnectionId"))
4019
4571
  RejectVpcPeeringConnectionRequest.struct_class = Types::RejectVpcPeeringConnectionRequest
@@ -4093,6 +4645,28 @@ module Aws::EC2
4093
4645
 
4094
4646
  RequestHostIdSet.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
4095
4647
 
4648
+ RequestLaunchTemplateData.add_member(:kernel_id, Shapes::ShapeRef.new(shape: String, location_name: "KernelId"))
4649
+ RequestLaunchTemplateData.add_member(:ebs_optimized, Shapes::ShapeRef.new(shape: Boolean, location_name: "EbsOptimized"))
4650
+ RequestLaunchTemplateData.add_member(:iam_instance_profile, Shapes::ShapeRef.new(shape: LaunchTemplateIamInstanceProfileSpecificationRequest, location_name: "IamInstanceProfile"))
4651
+ RequestLaunchTemplateData.add_member(:block_device_mappings, Shapes::ShapeRef.new(shape: LaunchTemplateBlockDeviceMappingRequestList, location_name: "BlockDeviceMapping"))
4652
+ RequestLaunchTemplateData.add_member(:network_interfaces, Shapes::ShapeRef.new(shape: LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList, location_name: "NetworkInterface"))
4653
+ RequestLaunchTemplateData.add_member(:image_id, Shapes::ShapeRef.new(shape: String, location_name: "ImageId"))
4654
+ RequestLaunchTemplateData.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "InstanceType"))
4655
+ RequestLaunchTemplateData.add_member(:key_name, Shapes::ShapeRef.new(shape: String, location_name: "KeyName"))
4656
+ RequestLaunchTemplateData.add_member(:monitoring, Shapes::ShapeRef.new(shape: LaunchTemplatesMonitoringRequest, location_name: "Monitoring"))
4657
+ RequestLaunchTemplateData.add_member(:placement, Shapes::ShapeRef.new(shape: LaunchTemplatePlacementRequest, location_name: "Placement"))
4658
+ RequestLaunchTemplateData.add_member(:ram_disk_id, Shapes::ShapeRef.new(shape: String, location_name: "RamDiskId"))
4659
+ RequestLaunchTemplateData.add_member(:disable_api_termination, Shapes::ShapeRef.new(shape: Boolean, location_name: "DisableApiTermination"))
4660
+ RequestLaunchTemplateData.add_member(:instance_initiated_shutdown_behavior, Shapes::ShapeRef.new(shape: ShutdownBehavior, location_name: "InstanceInitiatedShutdownBehavior"))
4661
+ RequestLaunchTemplateData.add_member(:user_data, Shapes::ShapeRef.new(shape: String, location_name: "UserData"))
4662
+ RequestLaunchTemplateData.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: LaunchTemplateTagSpecificationRequestList, location_name: "TagSpecification"))
4663
+ RequestLaunchTemplateData.add_member(:elastic_gpu_specifications, Shapes::ShapeRef.new(shape: ElasticGpuSpecificationList, location_name: "ElasticGpuSpecification"))
4664
+ RequestLaunchTemplateData.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdStringList, location_name: "SecurityGroupId"))
4665
+ RequestLaunchTemplateData.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroupStringList, location_name: "SecurityGroup"))
4666
+ RequestLaunchTemplateData.add_member(:instance_market_options, Shapes::ShapeRef.new(shape: LaunchTemplateInstanceMarketOptionsRequest, location_name: "InstanceMarketOptions"))
4667
+ RequestLaunchTemplateData.add_member(:credit_specification, Shapes::ShapeRef.new(shape: CreditSpecificationRequest, location_name: "CreditSpecification"))
4668
+ RequestLaunchTemplateData.struct_class = Types::RequestLaunchTemplateData
4669
+
4096
4670
  RequestSpotFleetRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
4097
4671
  RequestSpotFleetRequest.add_member(:spot_fleet_request_config, Shapes::ShapeRef.new(shape: SpotFleetRequestConfigData, required: true, location_name: "spotFleetRequestConfig"))
4098
4672
  RequestSpotFleetRequest.struct_class = Types::RequestSpotFleetRequest
@@ -4107,7 +4681,7 @@ module Aws::EC2
4107
4681
  RequestSpotInstancesRequest.add_member(:instance_count, Shapes::ShapeRef.new(shape: Integer, location_name: "instanceCount"))
4108
4682
  RequestSpotInstancesRequest.add_member(:launch_group, Shapes::ShapeRef.new(shape: String, location_name: "launchGroup"))
4109
4683
  RequestSpotInstancesRequest.add_member(:launch_specification, Shapes::ShapeRef.new(shape: RequestSpotLaunchSpecification, location_name: "LaunchSpecification"))
4110
- RequestSpotInstancesRequest.add_member(:spot_price, Shapes::ShapeRef.new(shape: String, required: true, location_name: "spotPrice"))
4684
+ RequestSpotInstancesRequest.add_member(:spot_price, Shapes::ShapeRef.new(shape: String, location_name: "spotPrice"))
4111
4685
  RequestSpotInstancesRequest.add_member(:type, Shapes::ShapeRef.new(shape: SpotInstanceType, location_name: "type"))
4112
4686
  RequestSpotInstancesRequest.add_member(:valid_from, Shapes::ShapeRef.new(shape: DateTime, location_name: "validFrom"))
4113
4687
  RequestSpotInstancesRequest.add_member(:valid_until, Shapes::ShapeRef.new(shape: DateTime, location_name: "validUntil"))
@@ -4285,10 +4859,36 @@ module Aws::EC2
4285
4859
 
4286
4860
  ResourceIdList.member = Shapes::ShapeRef.new(shape: String)
4287
4861
 
4862
+ ResponseError.add_member(:code, Shapes::ShapeRef.new(shape: LaunchTemplateErrorCode, location_name: "code"))
4863
+ ResponseError.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
4864
+ ResponseError.struct_class = Types::ResponseError
4865
+
4288
4866
  ResponseHostIdList.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
4289
4867
 
4290
4868
  ResponseHostIdSet.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
4291
4869
 
4870
+ ResponseLaunchTemplateData.add_member(:kernel_id, Shapes::ShapeRef.new(shape: String, location_name: "kernelId"))
4871
+ ResponseLaunchTemplateData.add_member(:ebs_optimized, Shapes::ShapeRef.new(shape: Boolean, location_name: "ebsOptimized"))
4872
+ ResponseLaunchTemplateData.add_member(:iam_instance_profile, Shapes::ShapeRef.new(shape: LaunchTemplateIamInstanceProfileSpecification, location_name: "iamInstanceProfile"))
4873
+ ResponseLaunchTemplateData.add_member(:block_device_mappings, Shapes::ShapeRef.new(shape: LaunchTemplateBlockDeviceMappingList, location_name: "blockDeviceMappingSet"))
4874
+ ResponseLaunchTemplateData.add_member(:network_interfaces, Shapes::ShapeRef.new(shape: LaunchTemplateInstanceNetworkInterfaceSpecificationList, location_name: "networkInterfaceSet"))
4875
+ ResponseLaunchTemplateData.add_member(:image_id, Shapes::ShapeRef.new(shape: String, location_name: "imageId"))
4876
+ ResponseLaunchTemplateData.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "instanceType"))
4877
+ ResponseLaunchTemplateData.add_member(:key_name, Shapes::ShapeRef.new(shape: String, location_name: "keyName"))
4878
+ ResponseLaunchTemplateData.add_member(:monitoring, Shapes::ShapeRef.new(shape: LaunchTemplatesMonitoring, location_name: "monitoring"))
4879
+ ResponseLaunchTemplateData.add_member(:placement, Shapes::ShapeRef.new(shape: LaunchTemplatePlacement, location_name: "placement"))
4880
+ ResponseLaunchTemplateData.add_member(:ram_disk_id, Shapes::ShapeRef.new(shape: String, location_name: "ramDiskId"))
4881
+ ResponseLaunchTemplateData.add_member(:disable_api_termination, Shapes::ShapeRef.new(shape: Boolean, location_name: "disableApiTermination"))
4882
+ ResponseLaunchTemplateData.add_member(:instance_initiated_shutdown_behavior, Shapes::ShapeRef.new(shape: ShutdownBehavior, location_name: "instanceInitiatedShutdownBehavior"))
4883
+ ResponseLaunchTemplateData.add_member(:user_data, Shapes::ShapeRef.new(shape: String, location_name: "userData"))
4884
+ ResponseLaunchTemplateData.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: LaunchTemplateTagSpecificationList, location_name: "tagSpecificationSet"))
4885
+ ResponseLaunchTemplateData.add_member(:elastic_gpu_specifications, Shapes::ShapeRef.new(shape: ElasticGpuSpecificationResponseList, location_name: "elasticGpuSpecificationSet"))
4886
+ ResponseLaunchTemplateData.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "securityGroupIdSet"))
4887
+ ResponseLaunchTemplateData.add_member(:security_groups, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "securityGroupSet"))
4888
+ ResponseLaunchTemplateData.add_member(:instance_market_options, Shapes::ShapeRef.new(shape: LaunchTemplateInstanceMarketOptions, location_name: "instanceMarketOptions"))
4889
+ ResponseLaunchTemplateData.add_member(:credit_specification, Shapes::ShapeRef.new(shape: CreditSpecification, location_name: "creditSpecification"))
4890
+ ResponseLaunchTemplateData.struct_class = Types::ResponseLaunchTemplateData
4891
+
4292
4892
  RestorableByStringList.member = Shapes::ShapeRef.new(shape: String)
4293
4893
 
4294
4894
  RestoreAddressToClassicRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
@@ -4360,7 +4960,7 @@ module Aws::EC2
4360
4960
  RunInstancesMonitoringEnabled.struct_class = Types::RunInstancesMonitoringEnabled
4361
4961
 
4362
4962
  RunInstancesRequest.add_member(:block_device_mappings, Shapes::ShapeRef.new(shape: BlockDeviceMappingRequestList, location_name: "BlockDeviceMapping"))
4363
- RunInstancesRequest.add_member(:image_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ImageId"))
4963
+ RunInstancesRequest.add_member(:image_id, Shapes::ShapeRef.new(shape: String, location_name: "ImageId"))
4364
4964
  RunInstancesRequest.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "InstanceType"))
4365
4965
  RunInstancesRequest.add_member(:ipv_6_address_count, Shapes::ShapeRef.new(shape: Integer, location_name: "Ipv6AddressCount"))
4366
4966
  RunInstancesRequest.add_member(:ipv_6_addresses, Shapes::ShapeRef.new(shape: InstanceIpv6AddressList, location_name: "Ipv6Address"))
@@ -4386,6 +4986,8 @@ module Aws::EC2
4386
4986
  RunInstancesRequest.add_member(:private_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "privateIpAddress"))
4387
4987
  RunInstancesRequest.add_member(:elastic_gpu_specification, Shapes::ShapeRef.new(shape: ElasticGpuSpecifications, location_name: "ElasticGpuSpecification"))
4388
4988
  RunInstancesRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
4989
+ RunInstancesRequest.add_member(:launch_template, Shapes::ShapeRef.new(shape: LaunchTemplateSpecification, location_name: "LaunchTemplate"))
4990
+ RunInstancesRequest.add_member(:instance_market_options, Shapes::ShapeRef.new(shape: InstanceMarketOptionsRequest, location_name: "InstanceMarketOptions"))
4389
4991
  RunInstancesRequest.struct_class = Types::RunInstancesRequest
4390
4992
 
4391
4993
  RunScheduledInstancesRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
@@ -4554,6 +5156,19 @@ module Aws::EC2
4554
5156
 
4555
5157
  SecurityGroupStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "SecurityGroup")
4556
5158
 
5159
+ ServiceConfiguration.add_member(:service_type, Shapes::ShapeRef.new(shape: ServiceTypeDetailSet, location_name: "serviceType"))
5160
+ ServiceConfiguration.add_member(:service_id, Shapes::ShapeRef.new(shape: String, location_name: "serviceId"))
5161
+ ServiceConfiguration.add_member(:service_name, Shapes::ShapeRef.new(shape: String, location_name: "serviceName"))
5162
+ ServiceConfiguration.add_member(:service_state, Shapes::ShapeRef.new(shape: ServiceState, location_name: "serviceState"))
5163
+ ServiceConfiguration.add_member(:availability_zones, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "availabilityZoneSet"))
5164
+ ServiceConfiguration.add_member(:acceptance_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "acceptanceRequired"))
5165
+ ServiceConfiguration.add_member(:network_load_balancer_arns, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "networkLoadBalancerArnSet"))
5166
+ ServiceConfiguration.add_member(:base_endpoint_dns_names, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "baseEndpointDnsNameSet"))
5167
+ ServiceConfiguration.add_member(:private_dns_name, Shapes::ShapeRef.new(shape: String, location_name: "privateDnsName"))
5168
+ ServiceConfiguration.struct_class = Types::ServiceConfiguration
5169
+
5170
+ ServiceConfigurationSet.member = Shapes::ShapeRef.new(shape: ServiceConfiguration, location_name: "item")
5171
+
4557
5172
  ServiceDetail.add_member(:service_name, Shapes::ShapeRef.new(shape: String, location_name: "serviceName"))
4558
5173
  ServiceDetail.add_member(:service_type, Shapes::ShapeRef.new(shape: ServiceTypeDetailSet, location_name: "serviceType"))
4559
5174
  ServiceDetail.add_member(:availability_zones, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "availabilityZoneSet"))
@@ -4672,8 +5287,9 @@ module Aws::EC2
4672
5287
  SpotFleetRequestConfigData.add_member(:excess_capacity_termination_policy, Shapes::ShapeRef.new(shape: ExcessCapacityTerminationPolicy, location_name: "excessCapacityTerminationPolicy"))
4673
5288
  SpotFleetRequestConfigData.add_member(:fulfilled_capacity, Shapes::ShapeRef.new(shape: Double, location_name: "fulfilledCapacity"))
4674
5289
  SpotFleetRequestConfigData.add_member(:iam_fleet_role, Shapes::ShapeRef.new(shape: String, required: true, location_name: "iamFleetRole"))
4675
- SpotFleetRequestConfigData.add_member(:launch_specifications, Shapes::ShapeRef.new(shape: LaunchSpecsList, required: true, location_name: "launchSpecifications"))
4676
- SpotFleetRequestConfigData.add_member(:spot_price, Shapes::ShapeRef.new(shape: String, required: true, location_name: "spotPrice"))
5290
+ SpotFleetRequestConfigData.add_member(:launch_specifications, Shapes::ShapeRef.new(shape: LaunchSpecsList, location_name: "launchSpecifications"))
5291
+ SpotFleetRequestConfigData.add_member(:launch_template_configs, Shapes::ShapeRef.new(shape: LaunchTemplateConfigList, location_name: "launchTemplateConfigs"))
5292
+ SpotFleetRequestConfigData.add_member(:spot_price, Shapes::ShapeRef.new(shape: String, location_name: "spotPrice"))
4677
5293
  SpotFleetRequestConfigData.add_member(:target_capacity, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "targetCapacity"))
4678
5294
  SpotFleetRequestConfigData.add_member(:terminate_instances_with_expiration, Shapes::ShapeRef.new(shape: Boolean, location_name: "terminateInstancesWithExpiration"))
4679
5295
  SpotFleetRequestConfigData.add_member(:type, Shapes::ShapeRef.new(shape: FleetType, location_name: "type"))
@@ -4726,6 +5342,13 @@ module Aws::EC2
4726
5342
  SpotInstanceStatus.add_member(:update_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "updateTime"))
4727
5343
  SpotInstanceStatus.struct_class = Types::SpotInstanceStatus
4728
5344
 
5345
+ SpotMarketOptions.add_member(:max_price, Shapes::ShapeRef.new(shape: String, location_name: "MaxPrice"))
5346
+ SpotMarketOptions.add_member(:spot_instance_type, Shapes::ShapeRef.new(shape: SpotInstanceType, location_name: "SpotInstanceType"))
5347
+ SpotMarketOptions.add_member(:block_duration_minutes, Shapes::ShapeRef.new(shape: Integer, location_name: "BlockDurationMinutes"))
5348
+ SpotMarketOptions.add_member(:valid_until, Shapes::ShapeRef.new(shape: DateTime, location_name: "ValidUntil"))
5349
+ SpotMarketOptions.add_member(:instance_interruption_behavior, Shapes::ShapeRef.new(shape: InstanceInterruptionBehavior, location_name: "InstanceInterruptionBehavior"))
5350
+ SpotMarketOptions.struct_class = Types::SpotMarketOptions
5351
+
4729
5352
  SpotPlacement.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
4730
5353
  SpotPlacement.add_member(:group_name, Shapes::ShapeRef.new(shape: String, location_name: "groupName"))
4731
5354
  SpotPlacement.add_member(:tenancy, Shapes::ShapeRef.new(shape: Tenancy, location_name: "tenancy"))
@@ -4947,6 +5570,8 @@ module Aws::EC2
4947
5570
 
4948
5571
  ValueStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
4949
5572
 
5573
+ VersionStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
5574
+
4950
5575
  VgwTelemetry.add_member(:accepted_route_count, Shapes::ShapeRef.new(shape: Integer, location_name: "acceptedRouteCount"))
4951
5576
  VgwTelemetry.add_member(:last_status_change, Shapes::ShapeRef.new(shape: DateTime, location_name: "lastStatusChange"))
4952
5577
  VgwTelemetry.add_member(:outside_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "outsideIpAddress"))
@@ -5091,6 +5716,15 @@ module Aws::EC2
5091
5716
  VpcEndpoint.add_member(:creation_timestamp, Shapes::ShapeRef.new(shape: DateTime, location_name: "creationTimestamp"))
5092
5717
  VpcEndpoint.struct_class = Types::VpcEndpoint
5093
5718
 
5719
+ VpcEndpointConnection.add_member(:service_id, Shapes::ShapeRef.new(shape: String, location_name: "serviceId"))
5720
+ VpcEndpointConnection.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcEndpointId"))
5721
+ VpcEndpointConnection.add_member(:vpc_endpoint_owner, Shapes::ShapeRef.new(shape: String, location_name: "vpcEndpointOwner"))
5722
+ VpcEndpointConnection.add_member(:vpc_endpoint_state, Shapes::ShapeRef.new(shape: State, location_name: "vpcEndpointState"))
5723
+ VpcEndpointConnection.add_member(:creation_timestamp, Shapes::ShapeRef.new(shape: DateTime, location_name: "creationTimestamp"))
5724
+ VpcEndpointConnection.struct_class = Types::VpcEndpointConnection
5725
+
5726
+ VpcEndpointConnectionSet.member = Shapes::ShapeRef.new(shape: VpcEndpointConnection, location_name: "item")
5727
+
5094
5728
  VpcEndpointSet.member = Shapes::ShapeRef.new(shape: VpcEndpoint, location_name: "item")
5095
5729
 
5096
5730
  VpcIdStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "VpcId")
@@ -5203,6 +5837,14 @@ module Aws::EC2
5203
5837
  o.output = Shapes::ShapeRef.new(shape: AcceptReservedInstancesExchangeQuoteResult)
5204
5838
  end)
5205
5839
 
5840
+ api.add_operation(:accept_vpc_endpoint_connections, Seahorse::Model::Operation.new.tap do |o|
5841
+ o.name = "AcceptVpcEndpointConnections"
5842
+ o.http_method = "POST"
5843
+ o.http_request_uri = "/"
5844
+ o.input = Shapes::ShapeRef.new(shape: AcceptVpcEndpointConnectionsRequest)
5845
+ o.output = Shapes::ShapeRef.new(shape: AcceptVpcEndpointConnectionsResult)
5846
+ end)
5847
+
5206
5848
  api.add_operation(:accept_vpc_peering_connection, Seahorse::Model::Operation.new.tap do |o|
5207
5849
  o.name = "AcceptVpcPeeringConnection"
5208
5850
  o.http_method = "POST"
@@ -5531,6 +6173,22 @@ module Aws::EC2
5531
6173
  o.output = Shapes::ShapeRef.new(shape: KeyPair)
5532
6174
  end)
5533
6175
 
6176
+ api.add_operation(:create_launch_template, Seahorse::Model::Operation.new.tap do |o|
6177
+ o.name = "CreateLaunchTemplate"
6178
+ o.http_method = "POST"
6179
+ o.http_request_uri = "/"
6180
+ o.input = Shapes::ShapeRef.new(shape: CreateLaunchTemplateRequest)
6181
+ o.output = Shapes::ShapeRef.new(shape: CreateLaunchTemplateResult)
6182
+ end)
6183
+
6184
+ api.add_operation(:create_launch_template_version, Seahorse::Model::Operation.new.tap do |o|
6185
+ o.name = "CreateLaunchTemplateVersion"
6186
+ o.http_method = "POST"
6187
+ o.http_request_uri = "/"
6188
+ o.input = Shapes::ShapeRef.new(shape: CreateLaunchTemplateVersionRequest)
6189
+ o.output = Shapes::ShapeRef.new(shape: CreateLaunchTemplateVersionResult)
6190
+ end)
6191
+
5534
6192
  api.add_operation(:create_nat_gateway, Seahorse::Model::Operation.new.tap do |o|
5535
6193
  o.name = "CreateNatGateway"
5536
6194
  o.http_method = "POST"
@@ -5667,6 +6325,22 @@ module Aws::EC2
5667
6325
  o.output = Shapes::ShapeRef.new(shape: CreateVpcEndpointResult)
5668
6326
  end)
5669
6327
 
6328
+ api.add_operation(:create_vpc_endpoint_connection_notification, Seahorse::Model::Operation.new.tap do |o|
6329
+ o.name = "CreateVpcEndpointConnectionNotification"
6330
+ o.http_method = "POST"
6331
+ o.http_request_uri = "/"
6332
+ o.input = Shapes::ShapeRef.new(shape: CreateVpcEndpointConnectionNotificationRequest)
6333
+ o.output = Shapes::ShapeRef.new(shape: CreateVpcEndpointConnectionNotificationResult)
6334
+ end)
6335
+
6336
+ api.add_operation(:create_vpc_endpoint_service_configuration, Seahorse::Model::Operation.new.tap do |o|
6337
+ o.name = "CreateVpcEndpointServiceConfiguration"
6338
+ o.http_method = "POST"
6339
+ o.http_request_uri = "/"
6340
+ o.input = Shapes::ShapeRef.new(shape: CreateVpcEndpointServiceConfigurationRequest)
6341
+ o.output = Shapes::ShapeRef.new(shape: CreateVpcEndpointServiceConfigurationResult)
6342
+ end)
6343
+
5670
6344
  api.add_operation(:create_vpc_peering_connection, Seahorse::Model::Operation.new.tap do |o|
5671
6345
  o.name = "CreateVpcPeeringConnection"
5672
6346
  o.http_method = "POST"
@@ -5755,6 +6429,22 @@ module Aws::EC2
5755
6429
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
5756
6430
  end)
5757
6431
 
6432
+ api.add_operation(:delete_launch_template, Seahorse::Model::Operation.new.tap do |o|
6433
+ o.name = "DeleteLaunchTemplate"
6434
+ o.http_method = "POST"
6435
+ o.http_request_uri = "/"
6436
+ o.input = Shapes::ShapeRef.new(shape: DeleteLaunchTemplateRequest)
6437
+ o.output = Shapes::ShapeRef.new(shape: DeleteLaunchTemplateResult)
6438
+ end)
6439
+
6440
+ api.add_operation(:delete_launch_template_versions, Seahorse::Model::Operation.new.tap do |o|
6441
+ o.name = "DeleteLaunchTemplateVersions"
6442
+ o.http_method = "POST"
6443
+ o.http_request_uri = "/"
6444
+ o.input = Shapes::ShapeRef.new(shape: DeleteLaunchTemplateVersionsRequest)
6445
+ o.output = Shapes::ShapeRef.new(shape: DeleteLaunchTemplateVersionsResult)
6446
+ end)
6447
+
5758
6448
  api.add_operation(:delete_nat_gateway, Seahorse::Model::Operation.new.tap do |o|
5759
6449
  o.name = "DeleteNatGateway"
5760
6450
  o.http_method = "POST"
@@ -5875,6 +6565,22 @@ module Aws::EC2
5875
6565
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
5876
6566
  end)
5877
6567
 
6568
+ api.add_operation(:delete_vpc_endpoint_connection_notifications, Seahorse::Model::Operation.new.tap do |o|
6569
+ o.name = "DeleteVpcEndpointConnectionNotifications"
6570
+ o.http_method = "POST"
6571
+ o.http_request_uri = "/"
6572
+ o.input = Shapes::ShapeRef.new(shape: DeleteVpcEndpointConnectionNotificationsRequest)
6573
+ o.output = Shapes::ShapeRef.new(shape: DeleteVpcEndpointConnectionNotificationsResult)
6574
+ end)
6575
+
6576
+ api.add_operation(:delete_vpc_endpoint_service_configurations, Seahorse::Model::Operation.new.tap do |o|
6577
+ o.name = "DeleteVpcEndpointServiceConfigurations"
6578
+ o.http_method = "POST"
6579
+ o.http_request_uri = "/"
6580
+ o.input = Shapes::ShapeRef.new(shape: DeleteVpcEndpointServiceConfigurationsRequest)
6581
+ o.output = Shapes::ShapeRef.new(shape: DeleteVpcEndpointServiceConfigurationsResult)
6582
+ end)
6583
+
5878
6584
  api.add_operation(:delete_vpc_endpoints, Seahorse::Model::Operation.new.tap do |o|
5879
6585
  o.name = "DeleteVpcEndpoints"
5880
6586
  o.http_method = "POST"
@@ -6167,6 +6873,22 @@ module Aws::EC2
6167
6873
  o.output = Shapes::ShapeRef.new(shape: DescribeKeyPairsResult)
6168
6874
  end)
6169
6875
 
6876
+ api.add_operation(:describe_launch_template_versions, Seahorse::Model::Operation.new.tap do |o|
6877
+ o.name = "DescribeLaunchTemplateVersions"
6878
+ o.http_method = "POST"
6879
+ o.http_request_uri = "/"
6880
+ o.input = Shapes::ShapeRef.new(shape: DescribeLaunchTemplateVersionsRequest)
6881
+ o.output = Shapes::ShapeRef.new(shape: DescribeLaunchTemplateVersionsResult)
6882
+ end)
6883
+
6884
+ api.add_operation(:describe_launch_templates, Seahorse::Model::Operation.new.tap do |o|
6885
+ o.name = "DescribeLaunchTemplates"
6886
+ o.http_method = "POST"
6887
+ o.http_request_uri = "/"
6888
+ o.input = Shapes::ShapeRef.new(shape: DescribeLaunchTemplatesRequest)
6889
+ o.output = Shapes::ShapeRef.new(shape: DescribeLaunchTemplatesResult)
6890
+ end)
6891
+
6170
6892
  api.add_operation(:describe_moving_addresses, Seahorse::Model::Operation.new.tap do |o|
6171
6893
  o.name = "DescribeMovingAddresses"
6172
6894
  o.http_method = "POST"
@@ -6508,6 +7230,38 @@ module Aws::EC2
6508
7230
  o.output = Shapes::ShapeRef.new(shape: DescribeVpcClassicLinkDnsSupportResult)
6509
7231
  end)
6510
7232
 
7233
+ api.add_operation(:describe_vpc_endpoint_connection_notifications, Seahorse::Model::Operation.new.tap do |o|
7234
+ o.name = "DescribeVpcEndpointConnectionNotifications"
7235
+ o.http_method = "POST"
7236
+ o.http_request_uri = "/"
7237
+ o.input = Shapes::ShapeRef.new(shape: DescribeVpcEndpointConnectionNotificationsRequest)
7238
+ o.output = Shapes::ShapeRef.new(shape: DescribeVpcEndpointConnectionNotificationsResult)
7239
+ end)
7240
+
7241
+ api.add_operation(:describe_vpc_endpoint_connections, Seahorse::Model::Operation.new.tap do |o|
7242
+ o.name = "DescribeVpcEndpointConnections"
7243
+ o.http_method = "POST"
7244
+ o.http_request_uri = "/"
7245
+ o.input = Shapes::ShapeRef.new(shape: DescribeVpcEndpointConnectionsRequest)
7246
+ o.output = Shapes::ShapeRef.new(shape: DescribeVpcEndpointConnectionsResult)
7247
+ end)
7248
+
7249
+ api.add_operation(:describe_vpc_endpoint_service_configurations, Seahorse::Model::Operation.new.tap do |o|
7250
+ o.name = "DescribeVpcEndpointServiceConfigurations"
7251
+ o.http_method = "POST"
7252
+ o.http_request_uri = "/"
7253
+ o.input = Shapes::ShapeRef.new(shape: DescribeVpcEndpointServiceConfigurationsRequest)
7254
+ o.output = Shapes::ShapeRef.new(shape: DescribeVpcEndpointServiceConfigurationsResult)
7255
+ end)
7256
+
7257
+ api.add_operation(:describe_vpc_endpoint_service_permissions, Seahorse::Model::Operation.new.tap do |o|
7258
+ o.name = "DescribeVpcEndpointServicePermissions"
7259
+ o.http_method = "POST"
7260
+ o.http_request_uri = "/"
7261
+ o.input = Shapes::ShapeRef.new(shape: DescribeVpcEndpointServicePermissionsRequest)
7262
+ o.output = Shapes::ShapeRef.new(shape: DescribeVpcEndpointServicePermissionsResult)
7263
+ end)
7264
+
6511
7265
  api.add_operation(:describe_vpc_endpoint_services, Seahorse::Model::Operation.new.tap do |o|
6512
7266
  o.name = "DescribeVpcEndpointServices"
6513
7267
  o.http_method = "POST"
@@ -6716,6 +7470,14 @@ module Aws::EC2
6716
7470
  o.output = Shapes::ShapeRef.new(shape: GetHostReservationPurchasePreviewResult)
6717
7471
  end)
6718
7472
 
7473
+ api.add_operation(:get_launch_template_data, Seahorse::Model::Operation.new.tap do |o|
7474
+ o.name = "GetLaunchTemplateData"
7475
+ o.http_method = "POST"
7476
+ o.http_request_uri = "/"
7477
+ o.input = Shapes::ShapeRef.new(shape: GetLaunchTemplateDataRequest)
7478
+ o.output = Shapes::ShapeRef.new(shape: GetLaunchTemplateDataResult)
7479
+ end)
7480
+
6719
7481
  api.add_operation(:get_password_data, Seahorse::Model::Operation.new.tap do |o|
6720
7482
  o.name = "GetPasswordData"
6721
7483
  o.http_method = "POST"
@@ -6828,6 +7590,14 @@ module Aws::EC2
6828
7590
  o.output = Shapes::ShapeRef.new(shape: ModifyInstancePlacementResult)
6829
7591
  end)
6830
7592
 
7593
+ api.add_operation(:modify_launch_template, Seahorse::Model::Operation.new.tap do |o|
7594
+ o.name = "ModifyLaunchTemplate"
7595
+ o.http_method = "POST"
7596
+ o.http_request_uri = "/"
7597
+ o.input = Shapes::ShapeRef.new(shape: ModifyLaunchTemplateRequest)
7598
+ o.output = Shapes::ShapeRef.new(shape: ModifyLaunchTemplateResult)
7599
+ end)
7600
+
6831
7601
  api.add_operation(:modify_network_interface_attribute, Seahorse::Model::Operation.new.tap do |o|
6832
7602
  o.name = "ModifyNetworkInterfaceAttribute"
6833
7603
  o.http_method = "POST"
@@ -6900,6 +7670,30 @@ module Aws::EC2
6900
7670
  o.output = Shapes::ShapeRef.new(shape: ModifyVpcEndpointResult)
6901
7671
  end)
6902
7672
 
7673
+ api.add_operation(:modify_vpc_endpoint_connection_notification, Seahorse::Model::Operation.new.tap do |o|
7674
+ o.name = "ModifyVpcEndpointConnectionNotification"
7675
+ o.http_method = "POST"
7676
+ o.http_request_uri = "/"
7677
+ o.input = Shapes::ShapeRef.new(shape: ModifyVpcEndpointConnectionNotificationRequest)
7678
+ o.output = Shapes::ShapeRef.new(shape: ModifyVpcEndpointConnectionNotificationResult)
7679
+ end)
7680
+
7681
+ api.add_operation(:modify_vpc_endpoint_service_configuration, Seahorse::Model::Operation.new.tap do |o|
7682
+ o.name = "ModifyVpcEndpointServiceConfiguration"
7683
+ o.http_method = "POST"
7684
+ o.http_request_uri = "/"
7685
+ o.input = Shapes::ShapeRef.new(shape: ModifyVpcEndpointServiceConfigurationRequest)
7686
+ o.output = Shapes::ShapeRef.new(shape: ModifyVpcEndpointServiceConfigurationResult)
7687
+ end)
7688
+
7689
+ api.add_operation(:modify_vpc_endpoint_service_permissions, Seahorse::Model::Operation.new.tap do |o|
7690
+ o.name = "ModifyVpcEndpointServicePermissions"
7691
+ o.http_method = "POST"
7692
+ o.http_request_uri = "/"
7693
+ o.input = Shapes::ShapeRef.new(shape: ModifyVpcEndpointServicePermissionsRequest)
7694
+ o.output = Shapes::ShapeRef.new(shape: ModifyVpcEndpointServicePermissionsResult)
7695
+ end)
7696
+
6903
7697
  api.add_operation(:modify_vpc_peering_connection_options, Seahorse::Model::Operation.new.tap do |o|
6904
7698
  o.name = "ModifyVpcPeeringConnectionOptions"
6905
7699
  o.http_method = "POST"
@@ -6972,6 +7766,14 @@ module Aws::EC2
6972
7766
  o.output = Shapes::ShapeRef.new(shape: RegisterImageResult)
6973
7767
  end)
6974
7768
 
7769
+ api.add_operation(:reject_vpc_endpoint_connections, Seahorse::Model::Operation.new.tap do |o|
7770
+ o.name = "RejectVpcEndpointConnections"
7771
+ o.http_method = "POST"
7772
+ o.http_request_uri = "/"
7773
+ o.input = Shapes::ShapeRef.new(shape: RejectVpcEndpointConnectionsRequest)
7774
+ o.output = Shapes::ShapeRef.new(shape: RejectVpcEndpointConnectionsResult)
7775
+ end)
7776
+
6975
7777
  api.add_operation(:reject_vpc_peering_connection, Seahorse::Model::Operation.new.tap do |o|
6976
7778
  o.name = "RejectVpcPeeringConnection"
6977
7779
  o.http_method = "POST"