aws-sdk-ec2 1.522.0 → 1.560.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +190 -0
  3. data/VERSION +1 -1
  4. data/lib/aws-sdk-ec2/classic_address.rb +6 -0
  5. data/lib/aws-sdk-ec2/client.rb +2360 -573
  6. data/lib/aws-sdk-ec2/client_api.rb +698 -11
  7. data/lib/aws-sdk-ec2/customizations.rb +0 -1
  8. data/lib/aws-sdk-ec2/image.rb +28 -25
  9. data/lib/aws-sdk-ec2/instance.rb +91 -8
  10. data/lib/aws-sdk-ec2/network_interface.rb +37 -1
  11. data/lib/aws-sdk-ec2/placement_group.rb +13 -9
  12. data/lib/aws-sdk-ec2/resource.rb +91 -68
  13. data/lib/aws-sdk-ec2/route.rb +19 -0
  14. data/lib/aws-sdk-ec2/route_table.rb +7 -0
  15. data/lib/aws-sdk-ec2/route_table_association.rb +7 -0
  16. data/lib/aws-sdk-ec2/security_group.rb +2 -2
  17. data/lib/aws-sdk-ec2/snapshot.rb +25 -12
  18. data/lib/aws-sdk-ec2/subnet.rb +59 -38
  19. data/lib/aws-sdk-ec2/types.rb +2943 -253
  20. data/lib/aws-sdk-ec2/volume.rb +7 -1
  21. data/lib/aws-sdk-ec2/vpc.rb +19 -15
  22. data/lib/aws-sdk-ec2/vpc_address.rb +6 -0
  23. data/lib/aws-sdk-ec2/waiters.rb +191 -38
  24. data/lib/aws-sdk-ec2.rb +1 -1
  25. data/sig/classic_address.rbs +3 -0
  26. data/sig/client.rbs +502 -135
  27. data/sig/image.rbs +4 -0
  28. data/sig/instance.rbs +15 -3
  29. data/sig/network_interface.rbs +10 -0
  30. data/sig/resource.rbs +28 -21
  31. data/sig/route.rbs +9 -2
  32. data/sig/route_table.rbs +2 -0
  33. data/sig/route_table_association.rbs +3 -0
  34. data/sig/security_group.rbs +2 -2
  35. data/sig/snapshot.rbs +2 -1
  36. data/sig/subnet.rbs +11 -5
  37. data/sig/tag.rbs +1 -1
  38. data/sig/types.rbs +523 -50
  39. data/sig/volume.rbs +4 -1
  40. data/sig/vpc.rbs +5 -5
  41. data/sig/vpc_address.rbs +3 -0
  42. data/sig/waiters.rbs +56 -0
  43. metadata +4 -4
@@ -55,6 +55,7 @@ module Aws::EC2
55
55
  AccountID = Shapes::StringShape.new(name: 'AccountID')
56
56
  ActiveInstance = Shapes::StructureShape.new(name: 'ActiveInstance')
57
57
  ActiveInstanceSet = Shapes::ListShape.new(name: 'ActiveInstanceSet')
58
+ ActiveVpnTunnelStatus = Shapes::StructureShape.new(name: 'ActiveVpnTunnelStatus')
58
59
  ActivityStatus = Shapes::StringShape.new(name: 'ActivityStatus')
59
60
  AddIpamOperatingRegion = Shapes::StructureShape.new(name: 'AddIpamOperatingRegion')
60
61
  AddIpamOperatingRegionSet = Shapes::ListShape.new(name: 'AddIpamOperatingRegionSet')
@@ -174,6 +175,7 @@ module Aws::EC2
174
175
  AssociatedNetworkType = Shapes::StringShape.new(name: 'AssociatedNetworkType')
175
176
  AssociatedRole = Shapes::StructureShape.new(name: 'AssociatedRole')
176
177
  AssociatedRolesList = Shapes::ListShape.new(name: 'AssociatedRolesList')
178
+ AssociatedSubnetList = Shapes::ListShape.new(name: 'AssociatedSubnetList')
177
179
  AssociatedTargetNetwork = Shapes::StructureShape.new(name: 'AssociatedTargetNetwork')
178
180
  AssociatedTargetNetworkSet = Shapes::ListShape.new(name: 'AssociatedTargetNetworkSet')
179
181
  AssociationIdList = Shapes::ListShape.new(name: 'AssociationIdList')
@@ -193,6 +195,7 @@ module Aws::EC2
193
195
  AttachVpnGatewayResult = Shapes::StructureShape.new(name: 'AttachVpnGatewayResult')
194
196
  AttachmentEnaSrdSpecification = Shapes::StructureShape.new(name: 'AttachmentEnaSrdSpecification')
195
197
  AttachmentEnaSrdUdpSpecification = Shapes::StructureShape.new(name: 'AttachmentEnaSrdUdpSpecification')
198
+ AttachmentLimitType = Shapes::StringShape.new(name: 'AttachmentLimitType')
196
199
  AttachmentStatus = Shapes::StringShape.new(name: 'AttachmentStatus')
197
200
  AttributeBooleanValue = Shapes::StructureShape.new(name: 'AttributeBooleanValue')
198
201
  AttributeSummary = Shapes::StructureShape.new(name: 'AttributeSummary')
@@ -302,13 +305,21 @@ module Aws::EC2
302
305
  CancelledSpotInstanceRequestList = Shapes::ListShape.new(name: 'CancelledSpotInstanceRequestList')
303
306
  CapacityAllocation = Shapes::StructureShape.new(name: 'CapacityAllocation')
304
307
  CapacityAllocations = Shapes::ListShape.new(name: 'CapacityAllocations')
308
+ CapacityBlock = Shapes::StructureShape.new(name: 'CapacityBlock')
305
309
  CapacityBlockExtension = Shapes::StructureShape.new(name: 'CapacityBlockExtension')
306
310
  CapacityBlockExtensionOffering = Shapes::StructureShape.new(name: 'CapacityBlockExtensionOffering')
307
311
  CapacityBlockExtensionOfferingSet = Shapes::ListShape.new(name: 'CapacityBlockExtensionOfferingSet')
308
312
  CapacityBlockExtensionSet = Shapes::ListShape.new(name: 'CapacityBlockExtensionSet')
309
313
  CapacityBlockExtensionStatus = Shapes::StringShape.new(name: 'CapacityBlockExtensionStatus')
314
+ CapacityBlockId = Shapes::StringShape.new(name: 'CapacityBlockId')
315
+ CapacityBlockIds = Shapes::ListShape.new(name: 'CapacityBlockIds')
316
+ CapacityBlockInterconnectStatus = Shapes::StringShape.new(name: 'CapacityBlockInterconnectStatus')
310
317
  CapacityBlockOffering = Shapes::StructureShape.new(name: 'CapacityBlockOffering')
311
318
  CapacityBlockOfferingSet = Shapes::ListShape.new(name: 'CapacityBlockOfferingSet')
319
+ CapacityBlockResourceState = Shapes::StringShape.new(name: 'CapacityBlockResourceState')
320
+ CapacityBlockSet = Shapes::ListShape.new(name: 'CapacityBlockSet')
321
+ CapacityBlockStatus = Shapes::StructureShape.new(name: 'CapacityBlockStatus')
322
+ CapacityBlockStatusSet = Shapes::ListShape.new(name: 'CapacityBlockStatusSet')
312
323
  CapacityReservation = Shapes::StructureShape.new(name: 'CapacityReservation')
313
324
  CapacityReservationBillingRequest = Shapes::StructureShape.new(name: 'CapacityReservationBillingRequest')
314
325
  CapacityReservationBillingRequestSet = Shapes::ListShape.new(name: 'CapacityReservationBillingRequestSet')
@@ -336,6 +347,8 @@ module Aws::EC2
336
347
  CapacityReservationSpecification = Shapes::StructureShape.new(name: 'CapacityReservationSpecification')
337
348
  CapacityReservationSpecificationResponse = Shapes::StructureShape.new(name: 'CapacityReservationSpecificationResponse')
338
349
  CapacityReservationState = Shapes::StringShape.new(name: 'CapacityReservationState')
350
+ CapacityReservationStatus = Shapes::StructureShape.new(name: 'CapacityReservationStatus')
351
+ CapacityReservationStatusSet = Shapes::ListShape.new(name: 'CapacityReservationStatusSet')
339
352
  CapacityReservationTarget = Shapes::StructureShape.new(name: 'CapacityReservationTarget')
340
353
  CapacityReservationTargetResponse = Shapes::StructureShape.new(name: 'CapacityReservationTargetResponse')
341
354
  CapacityReservationTenancy = Shapes::StringShape.new(name: 'CapacityReservationTenancy')
@@ -468,6 +481,8 @@ module Aws::EC2
468
481
  CreateDefaultSubnetResult = Shapes::StructureShape.new(name: 'CreateDefaultSubnetResult')
469
482
  CreateDefaultVpcRequest = Shapes::StructureShape.new(name: 'CreateDefaultVpcRequest')
470
483
  CreateDefaultVpcResult = Shapes::StructureShape.new(name: 'CreateDefaultVpcResult')
484
+ CreateDelegateMacVolumeOwnershipTaskRequest = Shapes::StructureShape.new(name: 'CreateDelegateMacVolumeOwnershipTaskRequest')
485
+ CreateDelegateMacVolumeOwnershipTaskResult = Shapes::StructureShape.new(name: 'CreateDelegateMacVolumeOwnershipTaskResult')
471
486
  CreateDhcpOptionsRequest = Shapes::StructureShape.new(name: 'CreateDhcpOptionsRequest')
472
487
  CreateDhcpOptionsResult = Shapes::StructureShape.new(name: 'CreateDhcpOptionsResult')
473
488
  CreateEgressOnlyInternetGatewayRequest = Shapes::StructureShape.new(name: 'CreateEgressOnlyInternetGatewayRequest')
@@ -484,6 +499,8 @@ module Aws::EC2
484
499
  CreateFpgaImageResult = Shapes::StructureShape.new(name: 'CreateFpgaImageResult')
485
500
  CreateImageRequest = Shapes::StructureShape.new(name: 'CreateImageRequest')
486
501
  CreateImageResult = Shapes::StructureShape.new(name: 'CreateImageResult')
502
+ CreateImageUsageReportRequest = Shapes::StructureShape.new(name: 'CreateImageUsageReportRequest')
503
+ CreateImageUsageReportResult = Shapes::StructureShape.new(name: 'CreateImageUsageReportResult')
487
504
  CreateInstanceConnectEndpointRequest = Shapes::StructureShape.new(name: 'CreateInstanceConnectEndpointRequest')
488
505
  CreateInstanceConnectEndpointResult = Shapes::StructureShape.new(name: 'CreateInstanceConnectEndpointResult')
489
506
  CreateInstanceEventWindowRequest = Shapes::StructureShape.new(name: 'CreateInstanceEventWindowRequest')
@@ -519,6 +536,8 @@ module Aws::EC2
519
536
  CreateLocalGatewayVirtualInterfaceGroupResult = Shapes::StructureShape.new(name: 'CreateLocalGatewayVirtualInterfaceGroupResult')
520
537
  CreateLocalGatewayVirtualInterfaceRequest = Shapes::StructureShape.new(name: 'CreateLocalGatewayVirtualInterfaceRequest')
521
538
  CreateLocalGatewayVirtualInterfaceResult = Shapes::StructureShape.new(name: 'CreateLocalGatewayVirtualInterfaceResult')
539
+ CreateMacSystemIntegrityProtectionModificationTaskRequest = Shapes::StructureShape.new(name: 'CreateMacSystemIntegrityProtectionModificationTaskRequest')
540
+ CreateMacSystemIntegrityProtectionModificationTaskResult = Shapes::StructureShape.new(name: 'CreateMacSystemIntegrityProtectionModificationTaskResult')
522
541
  CreateManagedPrefixListRequest = Shapes::StructureShape.new(name: 'CreateManagedPrefixListRequest')
523
542
  CreateManagedPrefixListResult = Shapes::StructureShape.new(name: 'CreateManagedPrefixListResult')
524
543
  CreateNatGatewayRequest = Shapes::StructureShape.new(name: 'CreateNatGatewayRequest')
@@ -641,6 +660,8 @@ module Aws::EC2
641
660
  CreateVpnConnectionRouteRequest = Shapes::StructureShape.new(name: 'CreateVpnConnectionRouteRequest')
642
661
  CreateVpnGatewayRequest = Shapes::StructureShape.new(name: 'CreateVpnGatewayRequest')
643
662
  CreateVpnGatewayResult = Shapes::StructureShape.new(name: 'CreateVpnGatewayResult')
663
+ CreationDateCondition = Shapes::StructureShape.new(name: 'CreationDateCondition')
664
+ CreationDateConditionRequest = Shapes::StructureShape.new(name: 'CreationDateConditionRequest')
644
665
  CreditSpecification = Shapes::StructureShape.new(name: 'CreditSpecification')
645
666
  CreditSpecificationRequest = Shapes::StructureShape.new(name: 'CreditSpecificationRequest')
646
667
  CurrencyCodeValues = Shapes::StringShape.new(name: 'CurrencyCodeValues')
@@ -698,6 +719,8 @@ module Aws::EC2
698
719
  DeleteFlowLogsResult = Shapes::StructureShape.new(name: 'DeleteFlowLogsResult')
699
720
  DeleteFpgaImageRequest = Shapes::StructureShape.new(name: 'DeleteFpgaImageRequest')
700
721
  DeleteFpgaImageResult = Shapes::StructureShape.new(name: 'DeleteFpgaImageResult')
722
+ DeleteImageUsageReportRequest = Shapes::StructureShape.new(name: 'DeleteImageUsageReportRequest')
723
+ DeleteImageUsageReportResult = Shapes::StructureShape.new(name: 'DeleteImageUsageReportResult')
701
724
  DeleteInstanceConnectEndpointRequest = Shapes::StructureShape.new(name: 'DeleteInstanceConnectEndpointRequest')
702
725
  DeleteInstanceConnectEndpointResult = Shapes::StructureShape.new(name: 'DeleteInstanceConnectEndpointResult')
703
726
  DeleteInstanceEventWindowRequest = Shapes::StructureShape.new(name: 'DeleteInstanceEventWindowRequest')
@@ -771,6 +794,8 @@ module Aws::EC2
771
794
  DeleteSecurityGroupRequest = Shapes::StructureShape.new(name: 'DeleteSecurityGroupRequest')
772
795
  DeleteSecurityGroupResult = Shapes::StructureShape.new(name: 'DeleteSecurityGroupResult')
773
796
  DeleteSnapshotRequest = Shapes::StructureShape.new(name: 'DeleteSnapshotRequest')
797
+ DeleteSnapshotResultSet = Shapes::ListShape.new(name: 'DeleteSnapshotResultSet')
798
+ DeleteSnapshotReturnCode = Shapes::StructureShape.new(name: 'DeleteSnapshotReturnCode')
774
799
  DeleteSpotDatafeedSubscriptionRequest = Shapes::StructureShape.new(name: 'DeleteSpotDatafeedSubscriptionRequest')
775
800
  DeleteSubnetCidrReservationRequest = Shapes::StructureShape.new(name: 'DeleteSubnetCidrReservationRequest')
776
801
  DeleteSubnetCidrReservationResult = Shapes::StructureShape.new(name: 'DeleteSubnetCidrReservationResult')
@@ -829,6 +854,8 @@ module Aws::EC2
829
854
  DeleteVpnConnectionRequest = Shapes::StructureShape.new(name: 'DeleteVpnConnectionRequest')
830
855
  DeleteVpnConnectionRouteRequest = Shapes::StructureShape.new(name: 'DeleteVpnConnectionRouteRequest')
831
856
  DeleteVpnGatewayRequest = Shapes::StructureShape.new(name: 'DeleteVpnGatewayRequest')
857
+ DeprecationTimeCondition = Shapes::StructureShape.new(name: 'DeprecationTimeCondition')
858
+ DeprecationTimeConditionRequest = Shapes::StructureShape.new(name: 'DeprecationTimeConditionRequest')
832
859
  DeprovisionByoipCidrRequest = Shapes::StructureShape.new(name: 'DeprovisionByoipCidrRequest')
833
860
  DeprovisionByoipCidrResult = Shapes::StructureShape.new(name: 'DeprovisionByoipCidrResult')
834
861
  DeprovisionIpamByoasnRequest = Shapes::StructureShape.new(name: 'DeprovisionIpamByoasnRequest')
@@ -875,6 +902,12 @@ module Aws::EC2
875
902
  DescribeCapacityBlockOfferingsMaxResults = Shapes::IntegerShape.new(name: 'DescribeCapacityBlockOfferingsMaxResults')
876
903
  DescribeCapacityBlockOfferingsRequest = Shapes::StructureShape.new(name: 'DescribeCapacityBlockOfferingsRequest')
877
904
  DescribeCapacityBlockOfferingsResult = Shapes::StructureShape.new(name: 'DescribeCapacityBlockOfferingsResult')
905
+ DescribeCapacityBlockStatusMaxResults = Shapes::IntegerShape.new(name: 'DescribeCapacityBlockStatusMaxResults')
906
+ DescribeCapacityBlockStatusRequest = Shapes::StructureShape.new(name: 'DescribeCapacityBlockStatusRequest')
907
+ DescribeCapacityBlockStatusResult = Shapes::StructureShape.new(name: 'DescribeCapacityBlockStatusResult')
908
+ DescribeCapacityBlocksMaxResults = Shapes::IntegerShape.new(name: 'DescribeCapacityBlocksMaxResults')
909
+ DescribeCapacityBlocksRequest = Shapes::StructureShape.new(name: 'DescribeCapacityBlocksRequest')
910
+ DescribeCapacityBlocksResult = Shapes::StructureShape.new(name: 'DescribeCapacityBlocksResult')
878
911
  DescribeCapacityReservationBillingRequestsRequest = Shapes::StructureShape.new(name: 'DescribeCapacityReservationBillingRequestsRequest')
879
912
  DescribeCapacityReservationBillingRequestsRequestMaxResults = Shapes::IntegerShape.new(name: 'DescribeCapacityReservationBillingRequestsRequestMaxResults')
880
913
  DescribeCapacityReservationBillingRequestsResult = Shapes::StructureShape.new(name: 'DescribeCapacityReservationBillingRequestsResult')
@@ -970,6 +1003,17 @@ module Aws::EC2
970
1003
  DescribeIdentityIdFormatRequest = Shapes::StructureShape.new(name: 'DescribeIdentityIdFormatRequest')
971
1004
  DescribeIdentityIdFormatResult = Shapes::StructureShape.new(name: 'DescribeIdentityIdFormatResult')
972
1005
  DescribeImageAttributeRequest = Shapes::StructureShape.new(name: 'DescribeImageAttributeRequest')
1006
+ DescribeImageReferencesImageIdStringList = Shapes::ListShape.new(name: 'DescribeImageReferencesImageIdStringList')
1007
+ DescribeImageReferencesMaxResults = Shapes::IntegerShape.new(name: 'DescribeImageReferencesMaxResults')
1008
+ DescribeImageReferencesRequest = Shapes::StructureShape.new(name: 'DescribeImageReferencesRequest')
1009
+ DescribeImageReferencesResult = Shapes::StructureShape.new(name: 'DescribeImageReferencesResult')
1010
+ DescribeImageUsageReportEntriesMaxResults = Shapes::IntegerShape.new(name: 'DescribeImageUsageReportEntriesMaxResults')
1011
+ DescribeImageUsageReportEntriesRequest = Shapes::StructureShape.new(name: 'DescribeImageUsageReportEntriesRequest')
1012
+ DescribeImageUsageReportEntriesResult = Shapes::StructureShape.new(name: 'DescribeImageUsageReportEntriesResult')
1013
+ DescribeImageUsageReportsImageIdStringList = Shapes::ListShape.new(name: 'DescribeImageUsageReportsImageIdStringList')
1014
+ DescribeImageUsageReportsMaxResults = Shapes::IntegerShape.new(name: 'DescribeImageUsageReportsMaxResults')
1015
+ DescribeImageUsageReportsRequest = Shapes::StructureShape.new(name: 'DescribeImageUsageReportsRequest')
1016
+ DescribeImageUsageReportsResult = Shapes::StructureShape.new(name: 'DescribeImageUsageReportsResult')
973
1017
  DescribeImagesRequest = Shapes::StructureShape.new(name: 'DescribeImagesRequest')
974
1018
  DescribeImagesResult = Shapes::StructureShape.new(name: 'DescribeImagesResult')
975
1019
  DescribeImportImageTasksRequest = Shapes::StructureShape.new(name: 'DescribeImportImageTasksRequest')
@@ -1047,6 +1091,9 @@ module Aws::EC2
1047
1091
  DescribeMacHostsRequest = Shapes::StructureShape.new(name: 'DescribeMacHostsRequest')
1048
1092
  DescribeMacHostsRequestMaxResults = Shapes::IntegerShape.new(name: 'DescribeMacHostsRequestMaxResults')
1049
1093
  DescribeMacHostsResult = Shapes::StructureShape.new(name: 'DescribeMacHostsResult')
1094
+ DescribeMacModificationTasksMaxResults = Shapes::IntegerShape.new(name: 'DescribeMacModificationTasksMaxResults')
1095
+ DescribeMacModificationTasksRequest = Shapes::StructureShape.new(name: 'DescribeMacModificationTasksRequest')
1096
+ DescribeMacModificationTasksResult = Shapes::StructureShape.new(name: 'DescribeMacModificationTasksResult')
1050
1097
  DescribeManagedPrefixListsRequest = Shapes::StructureShape.new(name: 'DescribeManagedPrefixListsRequest')
1051
1098
  DescribeManagedPrefixListsResult = Shapes::StructureShape.new(name: 'DescribeManagedPrefixListsResult')
1052
1099
  DescribeMovingAddressesMaxResults = Shapes::IntegerShape.new(name: 'DescribeMovingAddressesMaxResults')
@@ -1474,6 +1521,7 @@ module Aws::EC2
1474
1521
  EnclaveOptionsRequest = Shapes::StructureShape.new(name: 'EnclaveOptionsRequest')
1475
1522
  EncryptionInTransitSupported = Shapes::BooleanShape.new(name: 'EncryptionInTransitSupported')
1476
1523
  EndDateType = Shapes::StringShape.new(name: 'EndDateType')
1524
+ EndpointIpAddressType = Shapes::StringShape.new(name: 'EndpointIpAddressType')
1477
1525
  EndpointSet = Shapes::ListShape.new(name: 'EndpointSet')
1478
1526
  EphemeralNvmeSupport = Shapes::StringShape.new(name: 'EphemeralNvmeSupport')
1479
1527
  ErrorSet = Shapes::ListShape.new(name: 'ErrorSet')
@@ -1592,6 +1640,8 @@ module Aws::EC2
1592
1640
  GVCDMaxResults = Shapes::IntegerShape.new(name: 'GVCDMaxResults')
1593
1641
  GatewayAssociationState = Shapes::StringShape.new(name: 'GatewayAssociationState')
1594
1642
  GatewayType = Shapes::StringShape.new(name: 'GatewayType')
1643
+ GetActiveVpnTunnelStatusRequest = Shapes::StructureShape.new(name: 'GetActiveVpnTunnelStatusRequest')
1644
+ GetActiveVpnTunnelStatusResult = Shapes::StructureShape.new(name: 'GetActiveVpnTunnelStatusResult')
1595
1645
  GetAllowedImagesSettingsRequest = Shapes::StructureShape.new(name: 'GetAllowedImagesSettingsRequest')
1596
1646
  GetAllowedImagesSettingsResult = Shapes::StructureShape.new(name: 'GetAllowedImagesSettingsResult')
1597
1647
  GetAssociatedEnclaveCertificateIamRolesRequest = Shapes::StructureShape.new(name: 'GetAssociatedEnclaveCertificateIamRolesRequest')
@@ -1779,14 +1829,42 @@ module Aws::EC2
1779
1829
  ImageIdStringList = Shapes::ListShape.new(name: 'ImageIdStringList')
1780
1830
  ImageList = Shapes::ListShape.new(name: 'ImageList')
1781
1831
  ImageMetadata = Shapes::StructureShape.new(name: 'ImageMetadata')
1832
+ ImageName = Shapes::StringShape.new(name: 'ImageName')
1833
+ ImageNameList = Shapes::ListShape.new(name: 'ImageNameList')
1834
+ ImageNameRequest = Shapes::StringShape.new(name: 'ImageNameRequest')
1835
+ ImageNameRequestList = Shapes::ListShape.new(name: 'ImageNameRequestList')
1782
1836
  ImageProvider = Shapes::StringShape.new(name: 'ImageProvider')
1783
1837
  ImageProviderList = Shapes::ListShape.new(name: 'ImageProviderList')
1784
1838
  ImageProviderRequest = Shapes::StringShape.new(name: 'ImageProviderRequest')
1785
1839
  ImageProviderRequestList = Shapes::ListShape.new(name: 'ImageProviderRequestList')
1786
1840
  ImageRecycleBinInfo = Shapes::StructureShape.new(name: 'ImageRecycleBinInfo')
1787
1841
  ImageRecycleBinInfoList = Shapes::ListShape.new(name: 'ImageRecycleBinInfoList')
1842
+ ImageReference = Shapes::StructureShape.new(name: 'ImageReference')
1843
+ ImageReferenceList = Shapes::ListShape.new(name: 'ImageReferenceList')
1844
+ ImageReferenceOptionName = Shapes::StringShape.new(name: 'ImageReferenceOptionName')
1845
+ ImageReferenceResourceType = Shapes::StringShape.new(name: 'ImageReferenceResourceType')
1788
1846
  ImageState = Shapes::StringShape.new(name: 'ImageState')
1789
1847
  ImageTypeValues = Shapes::StringShape.new(name: 'ImageTypeValues')
1848
+ ImageUsageReport = Shapes::StructureShape.new(name: 'ImageUsageReport')
1849
+ ImageUsageReportEntry = Shapes::StructureShape.new(name: 'ImageUsageReportEntry')
1850
+ ImageUsageReportEntryList = Shapes::ListShape.new(name: 'ImageUsageReportEntryList')
1851
+ ImageUsageReportId = Shapes::StringShape.new(name: 'ImageUsageReportId')
1852
+ ImageUsageReportIdStringList = Shapes::ListShape.new(name: 'ImageUsageReportIdStringList')
1853
+ ImageUsageReportList = Shapes::ListShape.new(name: 'ImageUsageReportList')
1854
+ ImageUsageReportState = Shapes::StringShape.new(name: 'ImageUsageReportState')
1855
+ ImageUsageReportStateReason = Shapes::StringShape.new(name: 'ImageUsageReportStateReason')
1856
+ ImageUsageReportUserIdStringList = Shapes::ListShape.new(name: 'ImageUsageReportUserIdStringList')
1857
+ ImageUsageResourceType = Shapes::StructureShape.new(name: 'ImageUsageResourceType')
1858
+ ImageUsageResourceTypeList = Shapes::ListShape.new(name: 'ImageUsageResourceTypeList')
1859
+ ImageUsageResourceTypeName = Shapes::StringShape.new(name: 'ImageUsageResourceTypeName')
1860
+ ImageUsageResourceTypeOption = Shapes::StructureShape.new(name: 'ImageUsageResourceTypeOption')
1861
+ ImageUsageResourceTypeOptionList = Shapes::ListShape.new(name: 'ImageUsageResourceTypeOptionList')
1862
+ ImageUsageResourceTypeOptionRequest = Shapes::StructureShape.new(name: 'ImageUsageResourceTypeOptionRequest')
1863
+ ImageUsageResourceTypeOptionRequestList = Shapes::ListShape.new(name: 'ImageUsageResourceTypeOptionRequestList')
1864
+ ImageUsageResourceTypeOptionValue = Shapes::StringShape.new(name: 'ImageUsageResourceTypeOptionValue')
1865
+ ImageUsageResourceTypeOptionValuesList = Shapes::ListShape.new(name: 'ImageUsageResourceTypeOptionValuesList')
1866
+ ImageUsageResourceTypeRequest = Shapes::StructureShape.new(name: 'ImageUsageResourceTypeRequest')
1867
+ ImageUsageResourceTypeRequestList = Shapes::ListShape.new(name: 'ImageUsageResourceTypeRequestList')
1790
1868
  ImdsSupportValues = Shapes::StringShape.new(name: 'ImdsSupportValues')
1791
1869
  ImportClientVpnClientCertificateRevocationListRequest = Shapes::StructureShape.new(name: 'ImportClientVpnClientCertificateRevocationListRequest')
1792
1870
  ImportClientVpnClientCertificateRevocationListResult = Shapes::StructureShape.new(name: 'ImportClientVpnClientCertificateRevocationListResult')
@@ -1827,6 +1905,8 @@ module Aws::EC2
1827
1905
  InferenceDeviceMemoryInfo = Shapes::StructureShape.new(name: 'InferenceDeviceMemoryInfo')
1828
1906
  InferenceDeviceMemorySize = Shapes::IntegerShape.new(name: 'InferenceDeviceMemorySize')
1829
1907
  InferenceDeviceName = Shapes::StringShape.new(name: 'InferenceDeviceName')
1908
+ InitializationStatusDetails = Shapes::StructureShape.new(name: 'InitializationStatusDetails')
1909
+ InitializationType = Shapes::StringShape.new(name: 'InitializationType')
1830
1910
  InsideCidrBlocksStringList = Shapes::ListShape.new(name: 'InsideCidrBlocksStringList')
1831
1911
  Instance = Shapes::StructureShape.new(name: 'Instance')
1832
1912
  InstanceAttachmentEnaSrdSpecification = Shapes::StructureShape.new(name: 'InstanceAttachmentEnaSrdSpecification')
@@ -1841,8 +1921,10 @@ module Aws::EC2
1841
1921
  InstanceBlockDeviceMappingSpecificationList = Shapes::ListShape.new(name: 'InstanceBlockDeviceMappingSpecificationList')
1842
1922
  InstanceBootModeValues = Shapes::StringShape.new(name: 'InstanceBootModeValues')
1843
1923
  InstanceCapacity = Shapes::StructureShape.new(name: 'InstanceCapacity')
1924
+ InstanceConnectEndpointDnsNames = Shapes::StructureShape.new(name: 'InstanceConnectEndpointDnsNames')
1844
1925
  InstanceConnectEndpointId = Shapes::StringShape.new(name: 'InstanceConnectEndpointId')
1845
1926
  InstanceConnectEndpointMaxResults = Shapes::IntegerShape.new(name: 'InstanceConnectEndpointMaxResults')
1927
+ InstanceConnectEndpointPublicDnsNames = Shapes::StructureShape.new(name: 'InstanceConnectEndpointPublicDnsNames')
1846
1928
  InstanceConnectEndpointSet = Shapes::ListShape.new(name: 'InstanceConnectEndpointSet')
1847
1929
  InstanceCount = Shapes::StructureShape.new(name: 'InstanceCount')
1848
1930
  InstanceCountList = Shapes::ListShape.new(name: 'InstanceCountList')
@@ -1914,6 +1996,7 @@ module Aws::EC2
1914
1996
  InstanceNetworkPerformanceOptionsRequest = Shapes::StructureShape.new(name: 'InstanceNetworkPerformanceOptionsRequest')
1915
1997
  InstancePrivateIpAddress = Shapes::StructureShape.new(name: 'InstancePrivateIpAddress')
1916
1998
  InstancePrivateIpAddressList = Shapes::ListShape.new(name: 'InstancePrivateIpAddressList')
1999
+ InstanceRebootMigrationState = Shapes::StringShape.new(name: 'InstanceRebootMigrationState')
1917
2000
  InstanceRequirements = Shapes::StructureShape.new(name: 'InstanceRequirements')
1918
2001
  InstanceRequirementsRequest = Shapes::StructureShape.new(name: 'InstanceRequirementsRequest')
1919
2002
  InstanceRequirementsWithMetadataRequest = Shapes::StructureShape.new(name: 'InstanceRequirementsWithMetadataRequest')
@@ -2242,18 +2325,34 @@ module Aws::EC2
2242
2325
  Long = Shapes::IntegerShape.new(name: 'Long')
2243
2326
  MacHost = Shapes::StructureShape.new(name: 'MacHost')
2244
2327
  MacHostList = Shapes::ListShape.new(name: 'MacHostList')
2328
+ MacModificationTask = Shapes::StructureShape.new(name: 'MacModificationTask')
2329
+ MacModificationTaskId = Shapes::StringShape.new(name: 'MacModificationTaskId')
2330
+ MacModificationTaskIdList = Shapes::ListShape.new(name: 'MacModificationTaskIdList')
2331
+ MacModificationTaskList = Shapes::ListShape.new(name: 'MacModificationTaskList')
2332
+ MacModificationTaskState = Shapes::StringShape.new(name: 'MacModificationTaskState')
2333
+ MacModificationTaskType = Shapes::StringShape.new(name: 'MacModificationTaskType')
2245
2334
  MacOSVersionStringList = Shapes::ListShape.new(name: 'MacOSVersionStringList')
2335
+ MacSystemIntegrityProtectionConfiguration = Shapes::StructureShape.new(name: 'MacSystemIntegrityProtectionConfiguration')
2336
+ MacSystemIntegrityProtectionConfigurationRequest = Shapes::StructureShape.new(name: 'MacSystemIntegrityProtectionConfigurationRequest')
2337
+ MacSystemIntegrityProtectionSettingStatus = Shapes::StringShape.new(name: 'MacSystemIntegrityProtectionSettingStatus')
2246
2338
  MaintenanceDetails = Shapes::StructureShape.new(name: 'MaintenanceDetails')
2247
2339
  ManagedBy = Shapes::StringShape.new(name: 'ManagedBy')
2248
2340
  ManagedPrefixList = Shapes::StructureShape.new(name: 'ManagedPrefixList')
2249
2341
  ManagedPrefixListSet = Shapes::ListShape.new(name: 'ManagedPrefixListSet')
2250
2342
  MarketType = Shapes::StringShape.new(name: 'MarketType')
2343
+ MarketplaceProductCode = Shapes::StringShape.new(name: 'MarketplaceProductCode')
2344
+ MarketplaceProductCodeList = Shapes::ListShape.new(name: 'MarketplaceProductCodeList')
2345
+ MarketplaceProductCodeRequest = Shapes::StringShape.new(name: 'MarketplaceProductCodeRequest')
2346
+ MarketplaceProductCodeRequestList = Shapes::ListShape.new(name: 'MarketplaceProductCodeRequestList')
2251
2347
  MaxIpv4AddrPerInterface = Shapes::IntegerShape.new(name: 'MaxIpv4AddrPerInterface')
2252
2348
  MaxIpv6AddrPerInterface = Shapes::IntegerShape.new(name: 'MaxIpv6AddrPerInterface')
2253
2349
  MaxNetworkInterfaces = Shapes::IntegerShape.new(name: 'MaxNetworkInterfaces')
2254
2350
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
2255
2351
  MaxResultsParam = Shapes::IntegerShape.new(name: 'MaxResultsParam')
2256
2352
  MaximumBandwidthInMbps = Shapes::IntegerShape.new(name: 'MaximumBandwidthInMbps')
2353
+ MaximumDaysSinceCreatedValue = Shapes::IntegerShape.new(name: 'MaximumDaysSinceCreatedValue')
2354
+ MaximumDaysSinceDeprecatedValue = Shapes::IntegerShape.new(name: 'MaximumDaysSinceDeprecatedValue')
2355
+ MaximumEbsAttachments = Shapes::IntegerShape.new(name: 'MaximumEbsAttachments')
2257
2356
  MaximumEfaInterfaces = Shapes::IntegerShape.new(name: 'MaximumEfaInterfaces')
2258
2357
  MaximumEnaQueueCount = Shapes::IntegerShape.new(name: 'MaximumEnaQueueCount')
2259
2358
  MaximumEnaQueueCountPerInterface = Shapes::IntegerShape.new(name: 'MaximumEnaQueueCountPerInterface')
@@ -2307,6 +2406,8 @@ module Aws::EC2
2307
2406
  ModifyInstanceAttributeRequest = Shapes::StructureShape.new(name: 'ModifyInstanceAttributeRequest')
2308
2407
  ModifyInstanceCapacityReservationAttributesRequest = Shapes::StructureShape.new(name: 'ModifyInstanceCapacityReservationAttributesRequest')
2309
2408
  ModifyInstanceCapacityReservationAttributesResult = Shapes::StructureShape.new(name: 'ModifyInstanceCapacityReservationAttributesResult')
2409
+ ModifyInstanceConnectEndpointRequest = Shapes::StructureShape.new(name: 'ModifyInstanceConnectEndpointRequest')
2410
+ ModifyInstanceConnectEndpointResult = Shapes::StructureShape.new(name: 'ModifyInstanceConnectEndpointResult')
2310
2411
  ModifyInstanceCpuOptionsRequest = Shapes::StructureShape.new(name: 'ModifyInstanceCpuOptionsRequest')
2311
2412
  ModifyInstanceCpuOptionsResult = Shapes::StructureShape.new(name: 'ModifyInstanceCpuOptionsResult')
2312
2413
  ModifyInstanceCreditSpecificationRequest = Shapes::StructureShape.new(name: 'ModifyInstanceCreditSpecificationRequest')
@@ -2344,6 +2445,8 @@ module Aws::EC2
2344
2445
  ModifyNetworkInterfaceAttributeRequest = Shapes::StructureShape.new(name: 'ModifyNetworkInterfaceAttributeRequest')
2345
2446
  ModifyPrivateDnsNameOptionsRequest = Shapes::StructureShape.new(name: 'ModifyPrivateDnsNameOptionsRequest')
2346
2447
  ModifyPrivateDnsNameOptionsResult = Shapes::StructureShape.new(name: 'ModifyPrivateDnsNameOptionsResult')
2448
+ ModifyPublicIpDnsNameOptionsRequest = Shapes::StructureShape.new(name: 'ModifyPublicIpDnsNameOptionsRequest')
2449
+ ModifyPublicIpDnsNameOptionsResult = Shapes::StructureShape.new(name: 'ModifyPublicIpDnsNameOptionsResult')
2347
2450
  ModifyReservedInstancesRequest = Shapes::StructureShape.new(name: 'ModifyReservedInstancesRequest')
2348
2451
  ModifyReservedInstancesResult = Shapes::StructureShape.new(name: 'ModifyReservedInstancesResult')
2349
2452
  ModifyRouteServerRequest = Shapes::StructureShape.new(name: 'ModifyRouteServerRequest')
@@ -2530,6 +2633,7 @@ module Aws::EC2
2530
2633
  NitroTpmSupportedVersionsList = Shapes::ListShape.new(name: 'NitroTpmSupportedVersionsList')
2531
2634
  OccurrenceDayRequestSet = Shapes::ListShape.new(name: 'OccurrenceDayRequestSet')
2532
2635
  OccurrenceDaySet = Shapes::ListShape.new(name: 'OccurrenceDaySet')
2636
+ OdbNetworkArn = Shapes::StringShape.new(name: 'OdbNetworkArn')
2533
2637
  OfferingClassType = Shapes::StringShape.new(name: 'OfferingClassType')
2534
2638
  OfferingId = Shapes::StringShape.new(name: 'OfferingId')
2535
2639
  OfferingTypeValues = Shapes::StringShape.new(name: 'OfferingTypeValues')
@@ -2678,6 +2782,8 @@ module Aws::EC2
2678
2782
  ProvisionedBandwidth = Shapes::StructureShape.new(name: 'ProvisionedBandwidth')
2679
2783
  PtrUpdateStatus = Shapes::StructureShape.new(name: 'PtrUpdateStatus')
2680
2784
  PublicIpAddress = Shapes::StringShape.new(name: 'PublicIpAddress')
2785
+ PublicIpDnsNameOptions = Shapes::StructureShape.new(name: 'PublicIpDnsNameOptions')
2786
+ PublicIpDnsOption = Shapes::StringShape.new(name: 'PublicIpDnsOption')
2681
2787
  PublicIpStringList = Shapes::ListShape.new(name: 'PublicIpStringList')
2682
2788
  PublicIpv4Pool = Shapes::StructureShape.new(name: 'PublicIpv4Pool')
2683
2789
  PublicIpv4PoolIdStringList = Shapes::ListShape.new(name: 'PublicIpv4PoolIdStringList')
@@ -2706,6 +2812,7 @@ module Aws::EC2
2706
2812
  RdsDbProxyArn = Shapes::StringShape.new(name: 'RdsDbProxyArn')
2707
2813
  ReasonCodesList = Shapes::ListShape.new(name: 'ReasonCodesList')
2708
2814
  RebootInstancesRequest = Shapes::StructureShape.new(name: 'RebootInstancesRequest')
2815
+ RebootMigrationSupport = Shapes::StringShape.new(name: 'RebootMigrationSupport')
2709
2816
  RecurringCharge = Shapes::StructureShape.new(name: 'RecurringCharge')
2710
2817
  RecurringChargeFrequency = Shapes::StringShape.new(name: 'RecurringChargeFrequency')
2711
2818
  RecurringChargesList = Shapes::ListShape.new(name: 'RecurringChargesList')
@@ -2838,6 +2945,12 @@ module Aws::EC2
2838
2945
  ResourceStatement = Shapes::StructureShape.new(name: 'ResourceStatement')
2839
2946
  ResourceStatementRequest = Shapes::StructureShape.new(name: 'ResourceStatementRequest')
2840
2947
  ResourceType = Shapes::StringShape.new(name: 'ResourceType')
2948
+ ResourceTypeOption = Shapes::StructureShape.new(name: 'ResourceTypeOption')
2949
+ ResourceTypeOptionList = Shapes::ListShape.new(name: 'ResourceTypeOptionList')
2950
+ ResourceTypeOptionValue = Shapes::StringShape.new(name: 'ResourceTypeOptionValue')
2951
+ ResourceTypeOptionValuesList = Shapes::ListShape.new(name: 'ResourceTypeOptionValuesList')
2952
+ ResourceTypeRequest = Shapes::StructureShape.new(name: 'ResourceTypeRequest')
2953
+ ResourceTypeRequestList = Shapes::ListShape.new(name: 'ResourceTypeRequestList')
2841
2954
  ResponseError = Shapes::StructureShape.new(name: 'ResponseError')
2842
2955
  ResponseHostIdList = Shapes::ListShape.new(name: 'ResponseHostIdList')
2843
2956
  ResponseHostIdSet = Shapes::ListShape.new(name: 'ResponseHostIdSet')
@@ -2993,6 +3106,7 @@ module Aws::EC2
2993
3106
  SecurityGroupVpcAssociationState = Shapes::StringShape.new(name: 'SecurityGroupVpcAssociationState')
2994
3107
  SelfServicePortal = Shapes::StringShape.new(name: 'SelfServicePortal')
2995
3108
  SendDiagnosticInterruptRequest = Shapes::StructureShape.new(name: 'SendDiagnosticInterruptRequest')
3109
+ SensitiveMacCredentials = Shapes::StringShape.new(name: 'SensitiveMacCredentials')
2996
3110
  SensitiveUrl = Shapes::StringShape.new(name: 'SensitiveUrl')
2997
3111
  SensitiveUserData = Shapes::StringShape.new(name: 'SensitiveUserData')
2998
3112
  ServiceConfiguration = Shapes::StructureShape.new(name: 'ServiceConfiguration')
@@ -3030,6 +3144,7 @@ module Aws::EC2
3030
3144
  SnapshotLocationEnum = Shapes::StringShape.new(name: 'SnapshotLocationEnum')
3031
3145
  SnapshotRecycleBinInfo = Shapes::StructureShape.new(name: 'SnapshotRecycleBinInfo')
3032
3146
  SnapshotRecycleBinInfoList = Shapes::ListShape.new(name: 'SnapshotRecycleBinInfoList')
3147
+ SnapshotReturnCodes = Shapes::StringShape.new(name: 'SnapshotReturnCodes')
3033
3148
  SnapshotSet = Shapes::ListShape.new(name: 'SnapshotSet')
3034
3149
  SnapshotState = Shapes::StringShape.new(name: 'SnapshotState')
3035
3150
  SnapshotTaskDetail = Shapes::StructureShape.new(name: 'SnapshotTaskDetail')
@@ -3111,6 +3226,7 @@ module Aws::EC2
3111
3226
  SubnetConfiguration = Shapes::StructureShape.new(name: 'SubnetConfiguration')
3112
3227
  SubnetConfigurationsList = Shapes::ListShape.new(name: 'SubnetConfigurationsList')
3113
3228
  SubnetId = Shapes::StringShape.new(name: 'SubnetId')
3229
+ SubnetIdList = Shapes::ListShape.new(name: 'SubnetIdList')
3114
3230
  SubnetIdStringList = Shapes::ListShape.new(name: 'SubnetIdStringList')
3115
3231
  SubnetIpPrefixes = Shapes::StructureShape.new(name: 'SubnetIpPrefixes')
3116
3232
  SubnetIpPrefixesList = Shapes::ListShape.new(name: 'SubnetIpPrefixesList')
@@ -3173,6 +3289,7 @@ module Aws::EC2
3173
3289
  TotalNeuronMemory = Shapes::IntegerShape.new(name: 'TotalNeuronMemory')
3174
3290
  TpmSupportValues = Shapes::StringShape.new(name: 'TpmSupportValues')
3175
3291
  TrafficDirection = Shapes::StringShape.new(name: 'TrafficDirection')
3292
+ TrafficIpAddressType = Shapes::StringShape.new(name: 'TrafficIpAddressType')
3176
3293
  TrafficMirrorFilter = Shapes::StructureShape.new(name: 'TrafficMirrorFilter')
3177
3294
  TrafficMirrorFilterId = Shapes::StringShape.new(name: 'TrafficMirrorFilterId')
3178
3295
  TrafficMirrorFilterIdList = Shapes::ListShape.new(name: 'TrafficMirrorFilterIdList')
@@ -3339,6 +3456,7 @@ module Aws::EC2
3339
3456
  UserIdGroupPair = Shapes::StructureShape.new(name: 'UserIdGroupPair')
3340
3457
  UserIdGroupPairList = Shapes::ListShape.new(name: 'UserIdGroupPairList')
3341
3458
  UserIdGroupPairSet = Shapes::ListShape.new(name: 'UserIdGroupPairSet')
3459
+ UserIdList = Shapes::ListShape.new(name: 'UserIdList')
3342
3460
  UserIdStringList = Shapes::ListShape.new(name: 'UserIdStringList')
3343
3461
  UserTrustProviderType = Shapes::StringShape.new(name: 'UserTrustProviderType')
3344
3462
  VCpuCount = Shapes::IntegerShape.new(name: 'VCpuCount')
@@ -3519,6 +3637,7 @@ module Aws::EC2
3519
3637
  VpnTunnelLogOptionsSpecification = Shapes::StructureShape.new(name: 'VpnTunnelLogOptionsSpecification')
3520
3638
  VpnTunnelOptionsSpecification = Shapes::StructureShape.new(name: 'VpnTunnelOptionsSpecification')
3521
3639
  VpnTunnelOptionsSpecificationsList = Shapes::ListShape.new(name: 'VpnTunnelOptionsSpecificationsList')
3640
+ VpnTunnelProvisioningStatus = Shapes::StringShape.new(name: 'VpnTunnelProvisioningStatus')
3522
3641
  WeekDay = Shapes::StringShape.new(name: 'WeekDay')
3523
3642
  WithdrawByoipCidrRequest = Shapes::StructureShape.new(name: 'WithdrawByoipCidrRequest')
3524
3643
  WithdrawByoipCidrResult = Shapes::StructureShape.new(name: 'WithdrawByoipCidrResult')
@@ -3659,6 +3778,17 @@ module Aws::EC2
3659
3778
 
3660
3779
  ActiveInstanceSet.member = Shapes::ShapeRef.new(shape: ActiveInstance, location_name: "item")
3661
3780
 
3781
+ ActiveVpnTunnelStatus.add_member(:phase_1_encryption_algorithm, Shapes::ShapeRef.new(shape: String, location_name: "phase1EncryptionAlgorithm"))
3782
+ ActiveVpnTunnelStatus.add_member(:phase_2_encryption_algorithm, Shapes::ShapeRef.new(shape: String, location_name: "phase2EncryptionAlgorithm"))
3783
+ ActiveVpnTunnelStatus.add_member(:phase_1_integrity_algorithm, Shapes::ShapeRef.new(shape: String, location_name: "phase1IntegrityAlgorithm"))
3784
+ ActiveVpnTunnelStatus.add_member(:phase_2_integrity_algorithm, Shapes::ShapeRef.new(shape: String, location_name: "phase2IntegrityAlgorithm"))
3785
+ ActiveVpnTunnelStatus.add_member(:phase_1_dh_group, Shapes::ShapeRef.new(shape: Integer, location_name: "phase1DHGroup"))
3786
+ ActiveVpnTunnelStatus.add_member(:phase_2_dh_group, Shapes::ShapeRef.new(shape: Integer, location_name: "phase2DHGroup"))
3787
+ ActiveVpnTunnelStatus.add_member(:ike_version, Shapes::ShapeRef.new(shape: String, location_name: "ikeVersion"))
3788
+ ActiveVpnTunnelStatus.add_member(:provisioning_status, Shapes::ShapeRef.new(shape: VpnTunnelProvisioningStatus, location_name: "provisioningStatus"))
3789
+ ActiveVpnTunnelStatus.add_member(:provisioning_status_reason, Shapes::ShapeRef.new(shape: String, location_name: "provisioningStatusReason"))
3790
+ ActiveVpnTunnelStatus.struct_class = Types::ActiveVpnTunnelStatus
3791
+
3662
3792
  AddIpamOperatingRegion.add_member(:region_name, Shapes::ShapeRef.new(shape: String, location_name: "RegionName"))
3663
3793
  AddIpamOperatingRegion.struct_class = Types::AddIpamOperatingRegion
3664
3794
 
@@ -3707,6 +3837,7 @@ module Aws::EC2
3707
3837
  Address.add_member(:customer_owned_ip, Shapes::ShapeRef.new(shape: String, location_name: "customerOwnedIp"))
3708
3838
  Address.add_member(:customer_owned_ipv_4_pool, Shapes::ShapeRef.new(shape: String, location_name: "customerOwnedIpv4Pool"))
3709
3839
  Address.add_member(:carrier_ip, Shapes::ShapeRef.new(shape: String, location_name: "carrierIp"))
3840
+ Address.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "subnetId"))
3710
3841
  Address.add_member(:service_managed, Shapes::ShapeRef.new(shape: ServiceManaged, location_name: "serviceManaged"))
3711
3842
  Address.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceId"))
3712
3843
  Address.add_member(:public_ip, Shapes::ShapeRef.new(shape: String, location_name: "publicIp"))
@@ -3767,11 +3898,12 @@ module Aws::EC2
3767
3898
  AllocateHostsRequest.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "OutpostArn"))
3768
3899
  AllocateHostsRequest.add_member(:host_maintenance, Shapes::ShapeRef.new(shape: HostMaintenance, location_name: "HostMaintenance"))
3769
3900
  AllocateHostsRequest.add_member(:asset_ids, Shapes::ShapeRef.new(shape: AssetIdList, location_name: "AssetId"))
3901
+ AllocateHostsRequest.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: AvailabilityZoneId, location_name: "AvailabilityZoneId"))
3770
3902
  AllocateHostsRequest.add_member(:auto_placement, Shapes::ShapeRef.new(shape: AutoPlacement, location_name: "autoPlacement"))
3771
3903
  AllocateHostsRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken"))
3772
3904
  AllocateHostsRequest.add_member(:instance_type, Shapes::ShapeRef.new(shape: String, location_name: "instanceType"))
3773
3905
  AllocateHostsRequest.add_member(:quantity, Shapes::ShapeRef.new(shape: Integer, location_name: "quantity"))
3774
- AllocateHostsRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, required: true, location_name: "availabilityZone"))
3906
+ AllocateHostsRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
3775
3907
  AllocateHostsRequest.struct_class = Types::AllocateHostsRequest
3776
3908
 
3777
3909
  AllocateHostsResult.add_member(:host_ids, Shapes::ShapeRef.new(shape: ResponseHostIdList, location_name: "hostIdSet"))
@@ -3833,6 +3965,7 @@ module Aws::EC2
3833
3965
 
3834
3966
  AnalysisLoadBalancerTarget.add_member(:address, Shapes::ShapeRef.new(shape: IpAddress, location_name: "address"))
3835
3967
  AnalysisLoadBalancerTarget.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
3968
+ AnalysisLoadBalancerTarget.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZoneId"))
3836
3969
  AnalysisLoadBalancerTarget.add_member(:instance, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "instance"))
3837
3970
  AnalysisLoadBalancerTarget.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "port"))
3838
3971
  AnalysisLoadBalancerTarget.struct_class = Types::AnalysisLoadBalancerTarget
@@ -4036,6 +4169,7 @@ module Aws::EC2
4036
4169
  AssociateRouteServerResult.struct_class = Types::AssociateRouteServerResult
4037
4170
 
4038
4171
  AssociateRouteTableRequest.add_member(:gateway_id, Shapes::ShapeRef.new(shape: RouteGatewayId, location_name: "GatewayId"))
4172
+ AssociateRouteTableRequest.add_member(:public_ipv_4_pool, Shapes::ShapeRef.new(shape: Ipv4PoolEc2Id, location_name: "PublicIpv4Pool"))
4039
4173
  AssociateRouteTableRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
4040
4174
  AssociateRouteTableRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, location_name: "subnetId"))
4041
4175
  AssociateRouteTableRequest.add_member(:route_table_id, Shapes::ShapeRef.new(shape: RouteTableId, required: true, location_name: "routeTableId"))
@@ -4125,6 +4259,8 @@ module Aws::EC2
4125
4259
 
4126
4260
  AssociatedRolesList.member = Shapes::ShapeRef.new(shape: AssociatedRole, location_name: "item")
4127
4261
 
4262
+ AssociatedSubnetList.member = Shapes::ShapeRef.new(shape: SubnetId, location_name: "item")
4263
+
4128
4264
  AssociatedTargetNetwork.add_member(:network_id, Shapes::ShapeRef.new(shape: String, location_name: "networkId"))
4129
4265
  AssociatedTargetNetwork.add_member(:network_type, Shapes::ShapeRef.new(shape: AssociatedNetworkType, location_name: "networkType"))
4130
4266
  AssociatedTargetNetwork.struct_class = Types::AssociatedTargetNetwork
@@ -4499,6 +4635,18 @@ module Aws::EC2
4499
4635
 
4500
4636
  CapacityAllocations.member = Shapes::ShapeRef.new(shape: CapacityAllocation, location_name: "item")
4501
4637
 
4638
+ CapacityBlock.add_member(:capacity_block_id, Shapes::ShapeRef.new(shape: CapacityBlockId, location_name: "capacityBlockId"))
4639
+ CapacityBlock.add_member(:ultraserver_type, Shapes::ShapeRef.new(shape: String, location_name: "ultraserverType"))
4640
+ CapacityBlock.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
4641
+ CapacityBlock.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZoneId"))
4642
+ CapacityBlock.add_member(:capacity_reservation_ids, Shapes::ShapeRef.new(shape: CapacityReservationIdSet, location_name: "capacityReservationIdSet"))
4643
+ CapacityBlock.add_member(:start_date, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "startDate"))
4644
+ CapacityBlock.add_member(:end_date, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "endDate"))
4645
+ CapacityBlock.add_member(:create_date, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "createDate"))
4646
+ CapacityBlock.add_member(:state, Shapes::ShapeRef.new(shape: CapacityBlockResourceState, location_name: "state"))
4647
+ CapacityBlock.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
4648
+ CapacityBlock.struct_class = Types::CapacityBlock
4649
+
4502
4650
  CapacityBlockExtension.add_member(:capacity_reservation_id, Shapes::ShapeRef.new(shape: CapacityReservationId, location_name: "capacityReservationId"))
4503
4651
  CapacityBlockExtension.add_member(:instance_type, Shapes::ShapeRef.new(shape: String, location_name: "instanceType"))
4504
4652
  CapacityBlockExtension.add_member(:instance_count, Shapes::ShapeRef.new(shape: Integer, location_name: "instanceCount"))
@@ -4532,6 +4680,8 @@ module Aws::EC2
4532
4680
 
4533
4681
  CapacityBlockExtensionSet.member = Shapes::ShapeRef.new(shape: CapacityBlockExtension, location_name: "item")
4534
4682
 
4683
+ CapacityBlockIds.member = Shapes::ShapeRef.new(shape: CapacityBlockId, location_name: "item")
4684
+
4535
4685
  CapacityBlockOffering.add_member(:capacity_block_offering_id, Shapes::ShapeRef.new(shape: OfferingId, location_name: "capacityBlockOfferingId"))
4536
4686
  CapacityBlockOffering.add_member(:instance_type, Shapes::ShapeRef.new(shape: String, location_name: "instanceType"))
4537
4687
  CapacityBlockOffering.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
@@ -4542,11 +4692,25 @@ module Aws::EC2
4542
4692
  CapacityBlockOffering.add_member(:upfront_fee, Shapes::ShapeRef.new(shape: String, location_name: "upfrontFee"))
4543
4693
  CapacityBlockOffering.add_member(:currency_code, Shapes::ShapeRef.new(shape: String, location_name: "currencyCode"))
4544
4694
  CapacityBlockOffering.add_member(:tenancy, Shapes::ShapeRef.new(shape: CapacityReservationTenancy, location_name: "tenancy"))
4695
+ CapacityBlockOffering.add_member(:ultraserver_type, Shapes::ShapeRef.new(shape: String, location_name: "ultraserverType"))
4696
+ CapacityBlockOffering.add_member(:ultraserver_count, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "ultraserverCount"))
4545
4697
  CapacityBlockOffering.add_member(:capacity_block_duration_minutes, Shapes::ShapeRef.new(shape: Integer, location_name: "capacityBlockDurationMinutes"))
4546
4698
  CapacityBlockOffering.struct_class = Types::CapacityBlockOffering
4547
4699
 
4548
4700
  CapacityBlockOfferingSet.member = Shapes::ShapeRef.new(shape: CapacityBlockOffering, location_name: "item")
4549
4701
 
4702
+ CapacityBlockSet.member = Shapes::ShapeRef.new(shape: CapacityBlock, location_name: "item")
4703
+
4704
+ CapacityBlockStatus.add_member(:capacity_block_id, Shapes::ShapeRef.new(shape: CapacityBlockId, location_name: "capacityBlockId"))
4705
+ CapacityBlockStatus.add_member(:interconnect_status, Shapes::ShapeRef.new(shape: CapacityBlockInterconnectStatus, location_name: "interconnectStatus"))
4706
+ CapacityBlockStatus.add_member(:total_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "totalCapacity"))
4707
+ CapacityBlockStatus.add_member(:total_available_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "totalAvailableCapacity"))
4708
+ CapacityBlockStatus.add_member(:total_unavailable_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "totalUnavailableCapacity"))
4709
+ CapacityBlockStatus.add_member(:capacity_reservation_statuses, Shapes::ShapeRef.new(shape: CapacityReservationStatusSet, location_name: "capacityReservationStatusSet"))
4710
+ CapacityBlockStatus.struct_class = Types::CapacityBlockStatus
4711
+
4712
+ CapacityBlockStatusSet.member = Shapes::ShapeRef.new(shape: CapacityBlockStatus, location_name: "item")
4713
+
4550
4714
  CapacityReservation.add_member(:capacity_reservation_id, Shapes::ShapeRef.new(shape: String, location_name: "capacityReservationId"))
4551
4715
  CapacityReservation.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
4552
4716
  CapacityReservation.add_member(:capacity_reservation_arn, Shapes::ShapeRef.new(shape: String, location_name: "capacityReservationArn"))
@@ -4574,6 +4738,7 @@ module Aws::EC2
4574
4738
  CapacityReservation.add_member(:unused_reservation_billing_owner_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "unusedReservationBillingOwnerId"))
4575
4739
  CapacityReservation.add_member(:commitment_info, Shapes::ShapeRef.new(shape: CapacityReservationCommitmentInfo, location_name: "commitmentInfo"))
4576
4740
  CapacityReservation.add_member(:delivery_preference, Shapes::ShapeRef.new(shape: CapacityReservationDeliveryPreference, location_name: "deliveryPreference"))
4741
+ CapacityReservation.add_member(:capacity_block_id, Shapes::ShapeRef.new(shape: CapacityBlockId, location_name: "capacityBlockId"))
4577
4742
  CapacityReservation.struct_class = Types::CapacityReservation
4578
4743
 
4579
4744
  CapacityReservationBillingRequest.add_member(:capacity_reservation_id, Shapes::ShapeRef.new(shape: String, location_name: "capacityReservationId"))
@@ -4627,6 +4792,7 @@ module Aws::EC2
4627
4792
  CapacityReservationInfo.add_member(:instance_type, Shapes::ShapeRef.new(shape: String, location_name: "instanceType"))
4628
4793
  CapacityReservationInfo.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZoneName, location_name: "availabilityZone"))
4629
4794
  CapacityReservationInfo.add_member(:tenancy, Shapes::ShapeRef.new(shape: CapacityReservationTenancy, location_name: "tenancy"))
4795
+ CapacityReservationInfo.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: AvailabilityZoneId, location_name: "availabilityZoneId"))
4630
4796
  CapacityReservationInfo.struct_class = Types::CapacityReservationInfo
4631
4797
 
4632
4798
  CapacityReservationOptions.add_member(:usage_strategy, Shapes::ShapeRef.new(shape: FleetCapacityReservationUsageStrategy, location_name: "usageStrategy"))
@@ -4645,6 +4811,14 @@ module Aws::EC2
4645
4811
  CapacityReservationSpecificationResponse.add_member(:capacity_reservation_target, Shapes::ShapeRef.new(shape: CapacityReservationTargetResponse, location_name: "capacityReservationTarget"))
4646
4812
  CapacityReservationSpecificationResponse.struct_class = Types::CapacityReservationSpecificationResponse
4647
4813
 
4814
+ CapacityReservationStatus.add_member(:capacity_reservation_id, Shapes::ShapeRef.new(shape: CapacityReservationId, location_name: "capacityReservationId"))
4815
+ CapacityReservationStatus.add_member(:total_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "totalCapacity"))
4816
+ CapacityReservationStatus.add_member(:total_available_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "totalAvailableCapacity"))
4817
+ CapacityReservationStatus.add_member(:total_unavailable_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "totalUnavailableCapacity"))
4818
+ CapacityReservationStatus.struct_class = Types::CapacityReservationStatus
4819
+
4820
+ CapacityReservationStatusSet.member = Shapes::ShapeRef.new(shape: CapacityReservationStatus, location_name: "item")
4821
+
4648
4822
  CapacityReservationTarget.add_member(:capacity_reservation_id, Shapes::ShapeRef.new(shape: CapacityReservationId, location_name: "CapacityReservationId"))
4649
4823
  CapacityReservationTarget.add_member(:capacity_reservation_resource_group_arn, Shapes::ShapeRef.new(shape: String, location_name: "CapacityReservationResourceGroupArn"))
4650
4824
  CapacityReservationTarget.struct_class = Types::CapacityReservationTarget
@@ -4764,6 +4938,7 @@ module Aws::EC2
4764
4938
  ClientVpnConnection.add_member(:ingress_packets, Shapes::ShapeRef.new(shape: String, location_name: "ingressPackets"))
4765
4939
  ClientVpnConnection.add_member(:egress_packets, Shapes::ShapeRef.new(shape: String, location_name: "egressPackets"))
4766
4940
  ClientVpnConnection.add_member(:client_ip, Shapes::ShapeRef.new(shape: String, location_name: "clientIp"))
4941
+ ClientVpnConnection.add_member(:client_ipv_6_address, Shapes::ShapeRef.new(shape: String, location_name: "clientIpv6Address"))
4767
4942
  ClientVpnConnection.add_member(:common_name, Shapes::ShapeRef.new(shape: String, location_name: "commonName"))
4768
4943
  ClientVpnConnection.add_member(:status, Shapes::ShapeRef.new(shape: ClientVpnConnectionStatus, location_name: "status"))
4769
4944
  ClientVpnConnection.add_member(:connection_end_time, Shapes::ShapeRef.new(shape: String, location_name: "connectionEndTime"))
@@ -4801,6 +4976,8 @@ module Aws::EC2
4801
4976
  ClientVpnEndpoint.add_member(:client_login_banner_options, Shapes::ShapeRef.new(shape: ClientLoginBannerResponseOptions, location_name: "clientLoginBannerOptions"))
4802
4977
  ClientVpnEndpoint.add_member(:client_route_enforcement_options, Shapes::ShapeRef.new(shape: ClientRouteEnforcementResponseOptions, location_name: "clientRouteEnforcementOptions"))
4803
4978
  ClientVpnEndpoint.add_member(:disconnect_on_session_timeout, Shapes::ShapeRef.new(shape: Boolean, location_name: "disconnectOnSessionTimeout"))
4979
+ ClientVpnEndpoint.add_member(:endpoint_ip_address_type, Shapes::ShapeRef.new(shape: EndpointIpAddressType, location_name: "endpointIpAddressType"))
4980
+ ClientVpnEndpoint.add_member(:traffic_ip_address_type, Shapes::ShapeRef.new(shape: TrafficIpAddressType, location_name: "trafficIpAddressType"))
4804
4981
  ClientVpnEndpoint.struct_class = Types::ClientVpnEndpoint
4805
4982
 
4806
4983
  ClientVpnEndpointAttributeStatus.add_member(:code, Shapes::ShapeRef.new(shape: ClientVpnEndpointAttributeStatusCode, location_name: "code"))
@@ -4950,6 +5127,8 @@ module Aws::EC2
4950
5127
  CopyImageRequest.add_member(:copy_image_tags, Shapes::ShapeRef.new(shape: Boolean, location_name: "CopyImageTags"))
4951
5128
  CopyImageRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
4952
5129
  CopyImageRequest.add_member(:snapshot_copy_completion_duration_minutes, Shapes::ShapeRef.new(shape: Long, location_name: "SnapshotCopyCompletionDurationMinutes"))
5130
+ CopyImageRequest.add_member(:destination_availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "DestinationAvailabilityZone"))
5131
+ CopyImageRequest.add_member(:destination_availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "DestinationAvailabilityZoneId"))
4953
5132
  CopyImageRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
4954
5133
  CopyImageRequest.struct_class = Types::CopyImageRequest
4955
5134
 
@@ -4966,6 +5145,7 @@ module Aws::EC2
4966
5145
  CopySnapshotRequest.add_member(:source_snapshot_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceSnapshotId"))
4967
5146
  CopySnapshotRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
4968
5147
  CopySnapshotRequest.add_member(:completion_duration_minutes, Shapes::ShapeRef.new(shape: SnapshotCompletionDurationMinutesRequest, location_name: "CompletionDurationMinutes"))
5148
+ CopySnapshotRequest.add_member(:destination_availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "DestinationAvailabilityZone"))
4969
5149
  CopySnapshotRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
4970
5150
  CopySnapshotRequest.struct_class = Types::CopySnapshotRequest
4971
5151
 
@@ -5062,7 +5242,7 @@ module Aws::EC2
5062
5242
  CreateCarrierGatewayResult.add_member(:carrier_gateway, Shapes::ShapeRef.new(shape: CarrierGateway, location_name: "carrierGateway"))
5063
5243
  CreateCarrierGatewayResult.struct_class = Types::CreateCarrierGatewayResult
5064
5244
 
5065
- CreateClientVpnEndpointRequest.add_member(:client_cidr_block, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClientCidrBlock"))
5245
+ CreateClientVpnEndpointRequest.add_member(:client_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "ClientCidrBlock"))
5066
5246
  CreateClientVpnEndpointRequest.add_member(:server_certificate_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ServerCertificateArn"))
5067
5247
  CreateClientVpnEndpointRequest.add_member(:authentication_options, Shapes::ShapeRef.new(shape: ClientVpnAuthenticationRequestList, required: true, location_name: "Authentication"))
5068
5248
  CreateClientVpnEndpointRequest.add_member(:connection_log_options, Shapes::ShapeRef.new(shape: ConnectionLogOptions, required: true, location_name: "ConnectionLogOptions"))
@@ -5082,6 +5262,8 @@ module Aws::EC2
5082
5262
  CreateClientVpnEndpointRequest.add_member(:client_login_banner_options, Shapes::ShapeRef.new(shape: ClientLoginBannerOptions, location_name: "ClientLoginBannerOptions"))
5083
5263
  CreateClientVpnEndpointRequest.add_member(:client_route_enforcement_options, Shapes::ShapeRef.new(shape: ClientRouteEnforcementOptions, location_name: "ClientRouteEnforcementOptions"))
5084
5264
  CreateClientVpnEndpointRequest.add_member(:disconnect_on_session_timeout, Shapes::ShapeRef.new(shape: Boolean, location_name: "DisconnectOnSessionTimeout"))
5265
+ CreateClientVpnEndpointRequest.add_member(:endpoint_ip_address_type, Shapes::ShapeRef.new(shape: EndpointIpAddressType, location_name: "EndpointIpAddressType"))
5266
+ CreateClientVpnEndpointRequest.add_member(:traffic_ip_address_type, Shapes::ShapeRef.new(shape: TrafficIpAddressType, location_name: "TrafficIpAddressType"))
5085
5267
  CreateClientVpnEndpointRequest.struct_class = Types::CreateClientVpnEndpointRequest
5086
5268
 
5087
5269
  CreateClientVpnEndpointResult.add_member(:client_vpn_endpoint_id, Shapes::ShapeRef.new(shape: String, location_name: "clientVpnEndpointId"))
@@ -5130,9 +5312,10 @@ module Aws::EC2
5130
5312
  CreateCustomerGatewayResult.add_member(:customer_gateway, Shapes::ShapeRef.new(shape: CustomerGateway, location_name: "customerGateway"))
5131
5313
  CreateCustomerGatewayResult.struct_class = Types::CreateCustomerGatewayResult
5132
5314
 
5133
- CreateDefaultSubnetRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZoneName, required: true, location_name: "AvailabilityZone"))
5315
+ CreateDefaultSubnetRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZoneName, location_name: "AvailabilityZone"))
5134
5316
  CreateDefaultSubnetRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
5135
5317
  CreateDefaultSubnetRequest.add_member(:ipv_6_native, Shapes::ShapeRef.new(shape: Boolean, location_name: "Ipv6Native"))
5318
+ CreateDefaultSubnetRequest.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: AvailabilityZoneId, location_name: "AvailabilityZoneId"))
5136
5319
  CreateDefaultSubnetRequest.struct_class = Types::CreateDefaultSubnetRequest
5137
5320
 
5138
5321
  CreateDefaultSubnetResult.add_member(:subnet, Shapes::ShapeRef.new(shape: Subnet, location_name: "subnet"))
@@ -5144,6 +5327,16 @@ module Aws::EC2
5144
5327
  CreateDefaultVpcResult.add_member(:vpc, Shapes::ShapeRef.new(shape: Vpc, location_name: "vpc"))
5145
5328
  CreateDefaultVpcResult.struct_class = Types::CreateDefaultVpcResult
5146
5329
 
5330
+ CreateDelegateMacVolumeOwnershipTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
5331
+ CreateDelegateMacVolumeOwnershipTaskRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
5332
+ CreateDelegateMacVolumeOwnershipTaskRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
5333
+ CreateDelegateMacVolumeOwnershipTaskRequest.add_member(:mac_credentials, Shapes::ShapeRef.new(shape: SensitiveMacCredentials, required: true, location_name: "MacCredentials"))
5334
+ CreateDelegateMacVolumeOwnershipTaskRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
5335
+ CreateDelegateMacVolumeOwnershipTaskRequest.struct_class = Types::CreateDelegateMacVolumeOwnershipTaskRequest
5336
+
5337
+ CreateDelegateMacVolumeOwnershipTaskResult.add_member(:mac_modification_task, Shapes::ShapeRef.new(shape: MacModificationTask, location_name: "macModificationTask"))
5338
+ CreateDelegateMacVolumeOwnershipTaskResult.struct_class = Types::CreateDelegateMacVolumeOwnershipTaskResult
5339
+
5147
5340
  CreateDhcpOptionsRequest.add_member(:dhcp_configurations, Shapes::ShapeRef.new(shape: NewDhcpConfigurationList, required: true, location_name: "dhcpConfiguration"))
5148
5341
  CreateDhcpOptionsRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
5149
5342
  CreateDhcpOptionsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
@@ -5235,6 +5428,7 @@ module Aws::EC2
5235
5428
  CreateFpgaImageResult.struct_class = Types::CreateFpgaImageResult
5236
5429
 
5237
5430
  CreateImageRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
5431
+ CreateImageRequest.add_member(:snapshot_location, Shapes::ShapeRef.new(shape: SnapshotLocationEnum, location_name: "SnapshotLocation"))
5238
5432
  CreateImageRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
5239
5433
  CreateImageRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "instanceId"))
5240
5434
  CreateImageRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
@@ -5246,12 +5440,24 @@ module Aws::EC2
5246
5440
  CreateImageResult.add_member(:image_id, Shapes::ShapeRef.new(shape: String, location_name: "imageId"))
5247
5441
  CreateImageResult.struct_class = Types::CreateImageResult
5248
5442
 
5443
+ CreateImageUsageReportRequest.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageId, required: true, location_name: "ImageId"))
5444
+ CreateImageUsageReportRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
5445
+ CreateImageUsageReportRequest.add_member(:resource_types, Shapes::ShapeRef.new(shape: ImageUsageResourceTypeRequestList, required: true, location_name: "ResourceType"))
5446
+ CreateImageUsageReportRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape: ImageUsageReportUserIdStringList, location_name: "AccountId"))
5447
+ CreateImageUsageReportRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
5448
+ CreateImageUsageReportRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
5449
+ CreateImageUsageReportRequest.struct_class = Types::CreateImageUsageReportRequest
5450
+
5451
+ CreateImageUsageReportResult.add_member(:report_id, Shapes::ShapeRef.new(shape: ImageUsageReportId, location_name: "reportId"))
5452
+ CreateImageUsageReportResult.struct_class = Types::CreateImageUsageReportResult
5453
+
5249
5454
  CreateInstanceConnectEndpointRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
5250
5455
  CreateInstanceConnectEndpointRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, required: true, location_name: "SubnetId"))
5251
5456
  CreateInstanceConnectEndpointRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdStringListRequest, location_name: "SecurityGroupId"))
5252
5457
  CreateInstanceConnectEndpointRequest.add_member(:preserve_client_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "PreserveClientIp"))
5253
5458
  CreateInstanceConnectEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
5254
5459
  CreateInstanceConnectEndpointRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
5460
+ CreateInstanceConnectEndpointRequest.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "IpAddressType"))
5255
5461
  CreateInstanceConnectEndpointRequest.struct_class = Types::CreateInstanceConnectEndpointRequest
5256
5462
 
5257
5463
  CreateInstanceConnectEndpointResult.add_member(:instance_connect_endpoint, Shapes::ShapeRef.new(shape: Ec2InstanceConnectEndpoint, location_name: "instanceConnectEndpoint"))
@@ -5445,6 +5651,18 @@ module Aws::EC2
5445
5651
  CreateLocalGatewayVirtualInterfaceResult.add_member(:local_gateway_virtual_interface, Shapes::ShapeRef.new(shape: LocalGatewayVirtualInterface, location_name: "localGatewayVirtualInterface"))
5446
5652
  CreateLocalGatewayVirtualInterfaceResult.struct_class = Types::CreateLocalGatewayVirtualInterfaceResult
5447
5653
 
5654
+ CreateMacSystemIntegrityProtectionModificationTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
5655
+ CreateMacSystemIntegrityProtectionModificationTaskRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
5656
+ CreateMacSystemIntegrityProtectionModificationTaskRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
5657
+ CreateMacSystemIntegrityProtectionModificationTaskRequest.add_member(:mac_credentials, Shapes::ShapeRef.new(shape: SensitiveMacCredentials, location_name: "MacCredentials"))
5658
+ CreateMacSystemIntegrityProtectionModificationTaskRequest.add_member(:mac_system_integrity_protection_configuration, Shapes::ShapeRef.new(shape: MacSystemIntegrityProtectionConfigurationRequest, location_name: "MacSystemIntegrityProtectionConfiguration"))
5659
+ CreateMacSystemIntegrityProtectionModificationTaskRequest.add_member(:mac_system_integrity_protection_status, Shapes::ShapeRef.new(shape: MacSystemIntegrityProtectionSettingStatus, required: true, location_name: "MacSystemIntegrityProtectionStatus"))
5660
+ CreateMacSystemIntegrityProtectionModificationTaskRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
5661
+ CreateMacSystemIntegrityProtectionModificationTaskRequest.struct_class = Types::CreateMacSystemIntegrityProtectionModificationTaskRequest
5662
+
5663
+ CreateMacSystemIntegrityProtectionModificationTaskResult.add_member(:mac_modification_task, Shapes::ShapeRef.new(shape: MacModificationTask, location_name: "macModificationTask"))
5664
+ CreateMacSystemIntegrityProtectionModificationTaskResult.struct_class = Types::CreateMacSystemIntegrityProtectionModificationTaskResult
5665
+
5448
5666
  CreateManagedPrefixListRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
5449
5667
  CreateManagedPrefixListRequest.add_member(:prefix_list_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "PrefixListName"))
5450
5668
  CreateManagedPrefixListRequest.add_member(:entries, Shapes::ShapeRef.new(shape: AddPrefixListEntries, location_name: "Entry"))
@@ -5614,6 +5832,7 @@ module Aws::EC2
5614
5832
  CreateRouteRequest.add_member(:local_gateway_id, Shapes::ShapeRef.new(shape: LocalGatewayId, location_name: "LocalGatewayId"))
5615
5833
  CreateRouteRequest.add_member(:carrier_gateway_id, Shapes::ShapeRef.new(shape: CarrierGatewayId, location_name: "CarrierGatewayId"))
5616
5834
  CreateRouteRequest.add_member(:core_network_arn, Shapes::ShapeRef.new(shape: CoreNetworkArn, location_name: "CoreNetworkArn"))
5835
+ CreateRouteRequest.add_member(:odb_network_arn, Shapes::ShapeRef.new(shape: OdbNetworkArn, location_name: "OdbNetworkArn"))
5617
5836
  CreateRouteRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
5618
5837
  CreateRouteRequest.add_member(:route_table_id, Shapes::ShapeRef.new(shape: RouteTableId, required: true, location_name: "routeTableId"))
5619
5838
  CreateRouteRequest.add_member(:destination_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "destinationCidrBlock"))
@@ -6067,7 +6286,8 @@ module Aws::EC2
6067
6286
  CreateVolumePermissionModifications.add_member(:remove, Shapes::ShapeRef.new(shape: CreateVolumePermissionList, location_name: "Remove"))
6068
6287
  CreateVolumePermissionModifications.struct_class = Types::CreateVolumePermissionModifications
6069
6288
 
6070
- CreateVolumeRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZoneName, required: true, location_name: "AvailabilityZone"))
6289
+ CreateVolumeRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZoneName, location_name: "AvailabilityZone"))
6290
+ CreateVolumeRequest.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: AvailabilityZoneId, location_name: "AvailabilityZoneId"))
6071
6291
  CreateVolumeRequest.add_member(:encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "encrypted"))
6072
6292
  CreateVolumeRequest.add_member(:iops, Shapes::ShapeRef.new(shape: Integer, location_name: "Iops"))
6073
6293
  CreateVolumeRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
@@ -6177,6 +6397,7 @@ module Aws::EC2
6177
6397
  CreateVpnConnectionRequest.add_member(:vpn_gateway_id, Shapes::ShapeRef.new(shape: VpnGatewayId, location_name: "VpnGatewayId"))
6178
6398
  CreateVpnConnectionRequest.add_member(:transit_gateway_id, Shapes::ShapeRef.new(shape: TransitGatewayId, location_name: "TransitGatewayId"))
6179
6399
  CreateVpnConnectionRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
6400
+ CreateVpnConnectionRequest.add_member(:pre_shared_key_storage, Shapes::ShapeRef.new(shape: String, location_name: "PreSharedKeyStorage"))
6180
6401
  CreateVpnConnectionRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
6181
6402
  CreateVpnConnectionRequest.add_member(:options, Shapes::ShapeRef.new(shape: VpnConnectionOptionsSpecification, location_name: "options"))
6182
6403
  CreateVpnConnectionRequest.struct_class = Types::CreateVpnConnectionRequest
@@ -6198,6 +6419,12 @@ module Aws::EC2
6198
6419
  CreateVpnGatewayResult.add_member(:vpn_gateway, Shapes::ShapeRef.new(shape: VpnGateway, location_name: "vpnGateway"))
6199
6420
  CreateVpnGatewayResult.struct_class = Types::CreateVpnGatewayResult
6200
6421
 
6422
+ CreationDateCondition.add_member(:maximum_days_since_created, Shapes::ShapeRef.new(shape: MaximumDaysSinceCreatedValue, location_name: "maximumDaysSinceCreated"))
6423
+ CreationDateCondition.struct_class = Types::CreationDateCondition
6424
+
6425
+ CreationDateConditionRequest.add_member(:maximum_days_since_created, Shapes::ShapeRef.new(shape: MaximumDaysSinceCreatedValue, location_name: "MaximumDaysSinceCreated"))
6426
+ CreationDateConditionRequest.struct_class = Types::CreationDateConditionRequest
6427
+
6201
6428
  CreditSpecification.add_member(:cpu_credits, Shapes::ShapeRef.new(shape: String, location_name: "cpuCredits"))
6202
6429
  CreditSpecification.struct_class = Types::CreditSpecification
6203
6430
 
@@ -6347,6 +6574,13 @@ module Aws::EC2
6347
6574
  DeleteFpgaImageResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
6348
6575
  DeleteFpgaImageResult.struct_class = Types::DeleteFpgaImageResult
6349
6576
 
6577
+ DeleteImageUsageReportRequest.add_member(:report_id, Shapes::ShapeRef.new(shape: ImageUsageReportId, required: true, location_name: "ReportId"))
6578
+ DeleteImageUsageReportRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
6579
+ DeleteImageUsageReportRequest.struct_class = Types::DeleteImageUsageReportRequest
6580
+
6581
+ DeleteImageUsageReportResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
6582
+ DeleteImageUsageReportResult.struct_class = Types::DeleteImageUsageReportResult
6583
+
6350
6584
  DeleteInstanceConnectEndpointRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
6351
6585
  DeleteInstanceConnectEndpointRequest.add_member(:instance_connect_endpoint_id, Shapes::ShapeRef.new(shape: InstanceConnectEndpointId, required: true, location_name: "InstanceConnectEndpointId"))
6352
6586
  DeleteInstanceConnectEndpointRequest.struct_class = Types::DeleteInstanceConnectEndpointRequest
@@ -6624,6 +6858,12 @@ module Aws::EC2
6624
6858
  DeleteSnapshotRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
6625
6859
  DeleteSnapshotRequest.struct_class = Types::DeleteSnapshotRequest
6626
6860
 
6861
+ DeleteSnapshotResultSet.member = Shapes::ShapeRef.new(shape: DeleteSnapshotReturnCode, location_name: "item")
6862
+
6863
+ DeleteSnapshotReturnCode.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, location_name: "snapshotId"))
6864
+ DeleteSnapshotReturnCode.add_member(:return_code, Shapes::ShapeRef.new(shape: SnapshotReturnCodes, location_name: "returnCode"))
6865
+ DeleteSnapshotReturnCode.struct_class = Types::DeleteSnapshotReturnCode
6866
+
6627
6867
  DeleteSpotDatafeedSubscriptionRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
6628
6868
  DeleteSpotDatafeedSubscriptionRequest.struct_class = Types::DeleteSpotDatafeedSubscriptionRequest
6629
6869
 
@@ -6837,6 +7077,12 @@ module Aws::EC2
6837
7077
  DeleteVpnGatewayRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
6838
7078
  DeleteVpnGatewayRequest.struct_class = Types::DeleteVpnGatewayRequest
6839
7079
 
7080
+ DeprecationTimeCondition.add_member(:maximum_days_since_deprecated, Shapes::ShapeRef.new(shape: MaximumDaysSinceDeprecatedValue, location_name: "maximumDaysSinceDeprecated"))
7081
+ DeprecationTimeCondition.struct_class = Types::DeprecationTimeCondition
7082
+
7083
+ DeprecationTimeConditionRequest.add_member(:maximum_days_since_deprecated, Shapes::ShapeRef.new(shape: MaximumDaysSinceDeprecatedValue, location_name: "MaximumDaysSinceDeprecated"))
7084
+ DeprecationTimeConditionRequest.struct_class = Types::DeprecationTimeConditionRequest
7085
+
6840
7086
  DeprovisionByoipCidrRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Cidr"))
6841
7087
  DeprovisionByoipCidrRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
6842
7088
  DeprovisionByoipCidrRequest.struct_class = Types::DeprovisionByoipCidrRequest
@@ -6872,9 +7118,12 @@ module Aws::EC2
6872
7118
  DeprovisionedAddressSet.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
6873
7119
 
6874
7120
  DeregisterImageRequest.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageId, required: true, location_name: "ImageId"))
7121
+ DeregisterImageRequest.add_member(:delete_associated_snapshots, Shapes::ShapeRef.new(shape: Boolean, location_name: "DeleteAssociatedSnapshots"))
6875
7122
  DeregisterImageRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
6876
7123
  DeregisterImageRequest.struct_class = Types::DeregisterImageRequest
6877
7124
 
7125
+ DeregisterImageResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
7126
+ DeregisterImageResult.add_member(:delete_snapshot_results, Shapes::ShapeRef.new(shape: DeleteSnapshotResultSet, location_name: "deleteSnapshotResultSet"))
6878
7127
  DeregisterImageResult.struct_class = Types::DeregisterImageResult
6879
7128
 
6880
7129
  DeregisterInstanceEventNotificationAttributesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
@@ -7017,12 +7266,36 @@ module Aws::EC2
7017
7266
  DescribeCapacityBlockOfferingsRequest.add_member(:capacity_duration_hours, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "CapacityDurationHours"))
7018
7267
  DescribeCapacityBlockOfferingsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
7019
7268
  DescribeCapacityBlockOfferingsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DescribeCapacityBlockOfferingsMaxResults, location_name: "MaxResults"))
7269
+ DescribeCapacityBlockOfferingsRequest.add_member(:ultraserver_type, Shapes::ShapeRef.new(shape: String, location_name: "UltraserverType"))
7270
+ DescribeCapacityBlockOfferingsRequest.add_member(:ultraserver_count, Shapes::ShapeRef.new(shape: Integer, location_name: "UltraserverCount"))
7020
7271
  DescribeCapacityBlockOfferingsRequest.struct_class = Types::DescribeCapacityBlockOfferingsRequest
7021
7272
 
7022
7273
  DescribeCapacityBlockOfferingsResult.add_member(:capacity_block_offerings, Shapes::ShapeRef.new(shape: CapacityBlockOfferingSet, location_name: "capacityBlockOfferingSet"))
7023
7274
  DescribeCapacityBlockOfferingsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
7024
7275
  DescribeCapacityBlockOfferingsResult.struct_class = Types::DescribeCapacityBlockOfferingsResult
7025
7276
 
7277
+ DescribeCapacityBlockStatusRequest.add_member(:capacity_block_ids, Shapes::ShapeRef.new(shape: CapacityBlockIds, location_name: "CapacityBlockId"))
7278
+ DescribeCapacityBlockStatusRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
7279
+ DescribeCapacityBlockStatusRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DescribeCapacityBlockStatusMaxResults, location_name: "MaxResults"))
7280
+ DescribeCapacityBlockStatusRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
7281
+ DescribeCapacityBlockStatusRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
7282
+ DescribeCapacityBlockStatusRequest.struct_class = Types::DescribeCapacityBlockStatusRequest
7283
+
7284
+ DescribeCapacityBlockStatusResult.add_member(:capacity_block_statuses, Shapes::ShapeRef.new(shape: CapacityBlockStatusSet, location_name: "capacityBlockStatusSet"))
7285
+ DescribeCapacityBlockStatusResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
7286
+ DescribeCapacityBlockStatusResult.struct_class = Types::DescribeCapacityBlockStatusResult
7287
+
7288
+ DescribeCapacityBlocksRequest.add_member(:capacity_block_ids, Shapes::ShapeRef.new(shape: CapacityBlockIds, location_name: "CapacityBlockId"))
7289
+ DescribeCapacityBlocksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
7290
+ DescribeCapacityBlocksRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DescribeCapacityBlocksMaxResults, location_name: "MaxResults"))
7291
+ DescribeCapacityBlocksRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
7292
+ DescribeCapacityBlocksRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
7293
+ DescribeCapacityBlocksRequest.struct_class = Types::DescribeCapacityBlocksRequest
7294
+
7295
+ DescribeCapacityBlocksResult.add_member(:capacity_blocks, Shapes::ShapeRef.new(shape: CapacityBlockSet, location_name: "capacityBlockSet"))
7296
+ DescribeCapacityBlocksResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
7297
+ DescribeCapacityBlocksResult.struct_class = Types::DescribeCapacityBlocksResult
7298
+
7026
7299
  DescribeCapacityReservationBillingRequestsRequest.add_member(:capacity_reservation_ids, Shapes::ShapeRef.new(shape: CapacityReservationIdSet, location_name: "CapacityReservationId"))
7027
7300
  DescribeCapacityReservationBillingRequestsRequest.add_member(:role, Shapes::ShapeRef.new(shape: CallerRole, required: true, location_name: "Role"))
7028
7301
  DescribeCapacityReservationBillingRequestsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
@@ -7420,6 +7693,46 @@ module Aws::EC2
7420
7693
  DescribeImageAttributeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
7421
7694
  DescribeImageAttributeRequest.struct_class = Types::DescribeImageAttributeRequest
7422
7695
 
7696
+ DescribeImageReferencesImageIdStringList.member = Shapes::ShapeRef.new(shape: ImageId)
7697
+
7698
+ DescribeImageReferencesRequest.add_member(:image_ids, Shapes::ShapeRef.new(shape: DescribeImageReferencesImageIdStringList, required: true, location_name: "ImageId"))
7699
+ DescribeImageReferencesRequest.add_member(:include_all_resource_types, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeAllResourceTypes"))
7700
+ DescribeImageReferencesRequest.add_member(:resource_types, Shapes::ShapeRef.new(shape: ResourceTypeRequestList, location_name: "ResourceType"))
7701
+ DescribeImageReferencesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
7702
+ DescribeImageReferencesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
7703
+ DescribeImageReferencesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DescribeImageReferencesMaxResults, location_name: "MaxResults"))
7704
+ DescribeImageReferencesRequest.struct_class = Types::DescribeImageReferencesRequest
7705
+
7706
+ DescribeImageReferencesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
7707
+ DescribeImageReferencesResult.add_member(:image_references, Shapes::ShapeRef.new(shape: ImageReferenceList, location_name: "imageReferenceSet"))
7708
+ DescribeImageReferencesResult.struct_class = Types::DescribeImageReferencesResult
7709
+
7710
+ DescribeImageUsageReportEntriesRequest.add_member(:image_ids, Shapes::ShapeRef.new(shape: DescribeImageUsageReportsImageIdStringList, location_name: "ImageId"))
7711
+ DescribeImageUsageReportEntriesRequest.add_member(:report_ids, Shapes::ShapeRef.new(shape: ImageUsageReportIdStringList, location_name: "ReportId"))
7712
+ DescribeImageUsageReportEntriesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
7713
+ DescribeImageUsageReportEntriesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
7714
+ DescribeImageUsageReportEntriesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
7715
+ DescribeImageUsageReportEntriesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DescribeImageUsageReportEntriesMaxResults, location_name: "MaxResults"))
7716
+ DescribeImageUsageReportEntriesRequest.struct_class = Types::DescribeImageUsageReportEntriesRequest
7717
+
7718
+ DescribeImageUsageReportEntriesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
7719
+ DescribeImageUsageReportEntriesResult.add_member(:image_usage_report_entries, Shapes::ShapeRef.new(shape: ImageUsageReportEntryList, location_name: "imageUsageReportEntrySet"))
7720
+ DescribeImageUsageReportEntriesResult.struct_class = Types::DescribeImageUsageReportEntriesResult
7721
+
7722
+ DescribeImageUsageReportsImageIdStringList.member = Shapes::ShapeRef.new(shape: ImageId)
7723
+
7724
+ DescribeImageUsageReportsRequest.add_member(:image_ids, Shapes::ShapeRef.new(shape: DescribeImageUsageReportsImageIdStringList, location_name: "ImageId"))
7725
+ DescribeImageUsageReportsRequest.add_member(:report_ids, Shapes::ShapeRef.new(shape: ImageUsageReportIdStringList, location_name: "ReportId"))
7726
+ DescribeImageUsageReportsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
7727
+ DescribeImageUsageReportsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
7728
+ DescribeImageUsageReportsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
7729
+ DescribeImageUsageReportsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DescribeImageUsageReportsMaxResults, location_name: "MaxResults"))
7730
+ DescribeImageUsageReportsRequest.struct_class = Types::DescribeImageUsageReportsRequest
7731
+
7732
+ DescribeImageUsageReportsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
7733
+ DescribeImageUsageReportsResult.add_member(:image_usage_reports, Shapes::ShapeRef.new(shape: ImageUsageReportList, location_name: "imageUsageReportSet"))
7734
+ DescribeImageUsageReportsResult.struct_class = Types::DescribeImageUsageReportsResult
7735
+
7423
7736
  DescribeImagesRequest.add_member(:executable_users, Shapes::ShapeRef.new(shape: ExecutableByStringList, location_name: "ExecutableBy"))
7424
7737
  DescribeImagesRequest.add_member(:image_ids, Shapes::ShapeRef.new(shape: ImageIdStringList, location_name: "ImageId"))
7425
7738
  DescribeImagesRequest.add_member(:owners, Shapes::ShapeRef.new(shape: OwnerStringList, location_name: "Owner"))
@@ -7795,6 +8108,17 @@ module Aws::EC2
7795
8108
  DescribeMacHostsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
7796
8109
  DescribeMacHostsResult.struct_class = Types::DescribeMacHostsResult
7797
8110
 
8111
+ DescribeMacModificationTasksRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
8112
+ DescribeMacModificationTasksRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
8113
+ DescribeMacModificationTasksRequest.add_member(:mac_modification_task_ids, Shapes::ShapeRef.new(shape: MacModificationTaskIdList, location_name: "MacModificationTaskId"))
8114
+ DescribeMacModificationTasksRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DescribeMacModificationTasksMaxResults, location_name: "MaxResults"))
8115
+ DescribeMacModificationTasksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
8116
+ DescribeMacModificationTasksRequest.struct_class = Types::DescribeMacModificationTasksRequest
8117
+
8118
+ DescribeMacModificationTasksResult.add_member(:mac_modification_tasks, Shapes::ShapeRef.new(shape: MacModificationTaskList, location_name: "macModificationTaskSet"))
8119
+ DescribeMacModificationTasksResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
8120
+ DescribeMacModificationTasksResult.struct_class = Types::DescribeMacModificationTasksResult
8121
+
7798
8122
  DescribeManagedPrefixListsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
7799
8123
  DescribeManagedPrefixListsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
7800
8124
  DescribeManagedPrefixListsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PrefixListMaxResults, location_name: "MaxResults"))
@@ -8020,6 +8344,7 @@ module Aws::EC2
8020
8344
  DescribeReservedInstancesOfferingsRequest.add_member(:offering_class, Shapes::ShapeRef.new(shape: OfferingClassType, location_name: "OfferingClass"))
8021
8345
  DescribeReservedInstancesOfferingsRequest.add_member(:product_description, Shapes::ShapeRef.new(shape: RIProductDescription, location_name: "ProductDescription"))
8022
8346
  DescribeReservedInstancesOfferingsRequest.add_member(:reserved_instances_offering_ids, Shapes::ShapeRef.new(shape: ReservedInstancesOfferingIdStringList, location_name: "ReservedInstancesOfferingId"))
8347
+ DescribeReservedInstancesOfferingsRequest.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: AvailabilityZoneId, location_name: "AvailabilityZoneId"))
8023
8348
  DescribeReservedInstancesOfferingsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
8024
8349
  DescribeReservedInstancesOfferingsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
8025
8350
  DescribeReservedInstancesOfferingsRequest.add_member(:instance_tenancy, Shapes::ShapeRef.new(shape: Tenancy, location_name: "instanceTenancy"))
@@ -8249,6 +8574,7 @@ module Aws::EC2
8249
8574
  DescribeSpotInstanceRequestsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
8250
8575
  DescribeSpotInstanceRequestsResult.struct_class = Types::DescribeSpotInstanceRequestsResult
8251
8576
 
8577
+ DescribeSpotPriceHistoryRequest.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: AvailabilityZoneId, location_name: "AvailabilityZoneId"))
8252
8578
  DescribeSpotPriceHistoryRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
8253
8579
  DescribeSpotPriceHistoryRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "startTime"))
8254
8580
  DescribeSpotPriceHistoryRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "endTime"))
@@ -9173,8 +9499,10 @@ module Aws::EC2
9173
9499
  EbsBlockDevice.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "kmsKeyId"))
9174
9500
  EbsBlockDevice.add_member(:throughput, Shapes::ShapeRef.new(shape: Integer, location_name: "throughput"))
9175
9501
  EbsBlockDevice.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "outpostArn"))
9502
+ EbsBlockDevice.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
9176
9503
  EbsBlockDevice.add_member(:encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "encrypted"))
9177
9504
  EbsBlockDevice.add_member(:volume_initialization_rate, Shapes::ShapeRef.new(shape: Integer, location_name: "VolumeInitializationRate"))
9505
+ EbsBlockDevice.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZoneId"))
9178
9506
  EbsBlockDevice.struct_class = Types::EbsBlockDevice
9179
9507
 
9180
9508
  EbsBlockDeviceResponse.add_member(:encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "encrypted"))
@@ -9191,6 +9519,8 @@ module Aws::EC2
9191
9519
  EbsInfo.add_member(:encryption_support, Shapes::ShapeRef.new(shape: EbsEncryptionSupport, location_name: "encryptionSupport"))
9192
9520
  EbsInfo.add_member(:ebs_optimized_info, Shapes::ShapeRef.new(shape: EbsOptimizedInfo, location_name: "ebsOptimizedInfo"))
9193
9521
  EbsInfo.add_member(:nvme_support, Shapes::ShapeRef.new(shape: EbsNvmeSupport, location_name: "nvmeSupport"))
9522
+ EbsInfo.add_member(:maximum_ebs_attachments, Shapes::ShapeRef.new(shape: MaximumEbsAttachments, location_name: "maximumEbsAttachments"))
9523
+ EbsInfo.add_member(:attachment_limit_type, Shapes::ShapeRef.new(shape: AttachmentLimitType, location_name: "attachmentLimitType"))
9194
9524
  EbsInfo.struct_class = Types::EbsInfo
9195
9525
 
9196
9526
  EbsInstanceBlockDevice.add_member(:attach_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "attachTime"))
@@ -9240,6 +9570,8 @@ module Aws::EC2
9240
9570
  Ec2InstanceConnectEndpoint.add_member(:preserve_client_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "preserveClientIp"))
9241
9571
  Ec2InstanceConnectEndpoint.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdSet, location_name: "securityGroupIdSet"))
9242
9572
  Ec2InstanceConnectEndpoint.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
9573
+ Ec2InstanceConnectEndpoint.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "ipAddressType"))
9574
+ Ec2InstanceConnectEndpoint.add_member(:public_dns_names, Shapes::ShapeRef.new(shape: InstanceConnectEndpointPublicDnsNames, location_name: "publicDnsNames"))
9243
9575
  Ec2InstanceConnectEndpoint.struct_class = Types::Ec2InstanceConnectEndpoint
9244
9576
 
9245
9577
  EfaInfo.add_member(:maximum_efa_interfaces, Shapes::ShapeRef.new(shape: MaximumEfaInterfaces, location_name: "maximumEfaInterfaces"))
@@ -9530,6 +9862,7 @@ module Aws::EC2
9530
9862
  Explanation.add_member(:addresses, Shapes::ShapeRef.new(shape: IpAddressList, location_name: "addressSet"))
9531
9863
  Explanation.add_member(:attached_to, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "attachedTo"))
9532
9864
  Explanation.add_member(:availability_zones, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "availabilityZoneSet"))
9865
+ Explanation.add_member(:availability_zone_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "availabilityZoneIdSet"))
9533
9866
  Explanation.add_member(:cidrs, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "cidrSet"))
9534
9867
  Explanation.add_member(:component, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "component"))
9535
9868
  Explanation.add_member(:customer_gateway, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "customerGateway"))
@@ -9827,7 +10160,7 @@ module Aws::EC2
9827
10160
  FleetLaunchTemplateOverrides.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "instanceType"))
9828
10161
  FleetLaunchTemplateOverrides.add_member(:max_price, Shapes::ShapeRef.new(shape: String, location_name: "maxPrice"))
9829
10162
  FleetLaunchTemplateOverrides.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "subnetId"))
9830
- FleetLaunchTemplateOverrides.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
10163
+ FleetLaunchTemplateOverrides.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZoneName, location_name: "availabilityZone"))
9831
10164
  FleetLaunchTemplateOverrides.add_member(:weighted_capacity, Shapes::ShapeRef.new(shape: Double, location_name: "weightedCapacity"))
9832
10165
  FleetLaunchTemplateOverrides.add_member(:priority, Shapes::ShapeRef.new(shape: Double, location_name: "priority"))
9833
10166
  FleetLaunchTemplateOverrides.add_member(:placement, Shapes::ShapeRef.new(shape: PlacementResponse, location_name: "placement"))
@@ -9843,7 +10176,7 @@ module Aws::EC2
9843
10176
  FleetLaunchTemplateOverridesRequest.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "InstanceType"))
9844
10177
  FleetLaunchTemplateOverridesRequest.add_member(:max_price, Shapes::ShapeRef.new(shape: String, location_name: "MaxPrice"))
9845
10178
  FleetLaunchTemplateOverridesRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, location_name: "SubnetId"))
9846
- FleetLaunchTemplateOverridesRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
10179
+ FleetLaunchTemplateOverridesRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZoneName, location_name: "AvailabilityZone"))
9847
10180
  FleetLaunchTemplateOverridesRequest.add_member(:weighted_capacity, Shapes::ShapeRef.new(shape: Double, location_name: "WeightedCapacity"))
9848
10181
  FleetLaunchTemplateOverridesRequest.add_member(:priority, Shapes::ShapeRef.new(shape: Double, location_name: "Priority"))
9849
10182
  FleetLaunchTemplateOverridesRequest.add_member(:placement, Shapes::ShapeRef.new(shape: Placement, location_name: "Placement"))
@@ -9950,6 +10283,14 @@ module Aws::EC2
9950
10283
  FpgaInfo.add_member(:total_fpga_memory_in_mi_b, Shapes::ShapeRef.new(shape: totalFpgaMemory, location_name: "totalFpgaMemoryInMiB"))
9951
10284
  FpgaInfo.struct_class = Types::FpgaInfo
9952
10285
 
10286
+ GetActiveVpnTunnelStatusRequest.add_member(:vpn_connection_id, Shapes::ShapeRef.new(shape: VpnConnectionId, required: true, location_name: "VpnConnectionId"))
10287
+ GetActiveVpnTunnelStatusRequest.add_member(:vpn_tunnel_outside_ip_address, Shapes::ShapeRef.new(shape: String, required: true, location_name: "VpnTunnelOutsideIpAddress"))
10288
+ GetActiveVpnTunnelStatusRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
10289
+ GetActiveVpnTunnelStatusRequest.struct_class = Types::GetActiveVpnTunnelStatusRequest
10290
+
10291
+ GetActiveVpnTunnelStatusResult.add_member(:active_vpn_tunnel_status, Shapes::ShapeRef.new(shape: ActiveVpnTunnelStatus, location_name: "activeVpnTunnelStatus"))
10292
+ GetActiveVpnTunnelStatusResult.struct_class = Types::GetActiveVpnTunnelStatusResult
10293
+
9953
10294
  GetAllowedImagesSettingsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
9954
10295
  GetAllowedImagesSettingsRequest.struct_class = Types::GetAllowedImagesSettingsRequest
9955
10296
 
@@ -10129,6 +10470,7 @@ module Aws::EC2
10129
10470
  GetInstanceTypesFromInstanceRequirementsRequest.add_member(:instance_requirements, Shapes::ShapeRef.new(shape: InstanceRequirementsRequest, required: true, location_name: "InstanceRequirements"))
10130
10471
  GetInstanceTypesFromInstanceRequirementsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxResults"))
10131
10472
  GetInstanceTypesFromInstanceRequirementsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
10473
+ GetInstanceTypesFromInstanceRequirementsRequest.add_member(:context, Shapes::ShapeRef.new(shape: String, location_name: "Context"))
10132
10474
  GetInstanceTypesFromInstanceRequirementsRequest.struct_class = Types::GetInstanceTypesFromInstanceRequirementsRequest
10133
10475
 
10134
10476
  GetInstanceTypesFromInstanceRequirementsResult.add_member(:instance_types, Shapes::ShapeRef.new(shape: InstanceTypeInfoFromInstanceRequirementsSet, location_name: "instanceTypeSet"))
@@ -10489,6 +10831,7 @@ module Aws::EC2
10489
10831
  GetVpnConnectionDeviceSampleConfigurationRequest.add_member(:vpn_connection_id, Shapes::ShapeRef.new(shape: VpnConnectionId, required: true, location_name: "VpnConnectionId"))
10490
10832
  GetVpnConnectionDeviceSampleConfigurationRequest.add_member(:vpn_connection_device_type_id, Shapes::ShapeRef.new(shape: VpnConnectionDeviceTypeId, required: true, location_name: "VpnConnectionDeviceTypeId"))
10491
10833
  GetVpnConnectionDeviceSampleConfigurationRequest.add_member(:internet_key_exchange_version, Shapes::ShapeRef.new(shape: String, location_name: "InternetKeyExchangeVersion"))
10834
+ GetVpnConnectionDeviceSampleConfigurationRequest.add_member(:sample_type, Shapes::ShapeRef.new(shape: String, location_name: "SampleType"))
10492
10835
  GetVpnConnectionDeviceSampleConfigurationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
10493
10836
  GetVpnConnectionDeviceSampleConfigurationRequest.struct_class = Types::GetVpnConnectionDeviceSampleConfigurationRequest
10494
10837
 
@@ -10697,6 +11040,7 @@ module Aws::EC2
10697
11040
  Image.add_member(:image_allowed, Shapes::ShapeRef.new(shape: Boolean, location_name: "imageAllowed"))
10698
11041
  Image.add_member(:source_image_id, Shapes::ShapeRef.new(shape: String, location_name: "sourceImageId"))
10699
11042
  Image.add_member(:source_image_region, Shapes::ShapeRef.new(shape: String, location_name: "sourceImageRegion"))
11043
+ Image.add_member(:free_tier_eligible, Shapes::ShapeRef.new(shape: Boolean, location_name: "freeTierEligible"))
10700
11044
  Image.add_member(:image_id, Shapes::ShapeRef.new(shape: String, location_name: "imageId"))
10701
11045
  Image.add_member(:image_location, Shapes::ShapeRef.new(shape: String, location_name: "imageLocation"))
10702
11046
  Image.add_member(:state, Shapes::ShapeRef.new(shape: ImageState, location_name: "imageState"))
@@ -10728,11 +11072,19 @@ module Aws::EC2
10728
11072
  ImageAttribute.struct_class = Types::ImageAttribute
10729
11073
 
10730
11074
  ImageCriterion.add_member(:image_providers, Shapes::ShapeRef.new(shape: ImageProviderList, location_name: "imageProviderSet"))
11075
+ ImageCriterion.add_member(:marketplace_product_codes, Shapes::ShapeRef.new(shape: MarketplaceProductCodeList, location_name: "marketplaceProductCodeSet"))
11076
+ ImageCriterion.add_member(:image_names, Shapes::ShapeRef.new(shape: ImageNameList, location_name: "imageNameSet"))
11077
+ ImageCriterion.add_member(:deprecation_time_condition, Shapes::ShapeRef.new(shape: DeprecationTimeCondition, location_name: "deprecationTimeCondition"))
11078
+ ImageCriterion.add_member(:creation_date_condition, Shapes::ShapeRef.new(shape: CreationDateCondition, location_name: "creationDateCondition"))
10731
11079
  ImageCriterion.struct_class = Types::ImageCriterion
10732
11080
 
10733
11081
  ImageCriterionList.member = Shapes::ShapeRef.new(shape: ImageCriterion, location_name: "item")
10734
11082
 
10735
11083
  ImageCriterionRequest.add_member(:image_providers, Shapes::ShapeRef.new(shape: ImageProviderRequestList, location_name: "ImageProvider"))
11084
+ ImageCriterionRequest.add_member(:marketplace_product_codes, Shapes::ShapeRef.new(shape: MarketplaceProductCodeRequestList, location_name: "MarketplaceProductCode"))
11085
+ ImageCriterionRequest.add_member(:image_names, Shapes::ShapeRef.new(shape: ImageNameRequestList, location_name: "ImageName"))
11086
+ ImageCriterionRequest.add_member(:deprecation_time_condition, Shapes::ShapeRef.new(shape: DeprecationTimeConditionRequest, location_name: "DeprecationTimeCondition"))
11087
+ ImageCriterionRequest.add_member(:creation_date_condition, Shapes::ShapeRef.new(shape: CreationDateConditionRequest, location_name: "CreationDateCondition"))
10736
11088
  ImageCriterionRequest.struct_class = Types::ImageCriterionRequest
10737
11089
 
10738
11090
  ImageCriterionRequestList.member = Shapes::ShapeRef.new(shape: ImageCriterionRequest, location_name: "ImageCriterion")
@@ -10764,6 +11116,10 @@ module Aws::EC2
10764
11116
  ImageMetadata.add_member(:is_public, Shapes::ShapeRef.new(shape: Boolean, location_name: "isPublic"))
10765
11117
  ImageMetadata.struct_class = Types::ImageMetadata
10766
11118
 
11119
+ ImageNameList.member = Shapes::ShapeRef.new(shape: ImageName, location_name: "item")
11120
+
11121
+ ImageNameRequestList.member = Shapes::ShapeRef.new(shape: ImageNameRequest, location_name: "item")
11122
+
10767
11123
  ImageProviderList.member = Shapes::ShapeRef.new(shape: ImageProvider, location_name: "item")
10768
11124
 
10769
11125
  ImageProviderRequestList.member = Shapes::ShapeRef.new(shape: ImageProviderRequest, location_name: "item")
@@ -10777,6 +11133,66 @@ module Aws::EC2
10777
11133
 
10778
11134
  ImageRecycleBinInfoList.member = Shapes::ShapeRef.new(shape: ImageRecycleBinInfo, location_name: "item")
10779
11135
 
11136
+ ImageReference.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "imageId"))
11137
+ ImageReference.add_member(:resource_type, Shapes::ShapeRef.new(shape: ImageReferenceResourceType, location_name: "resourceType"))
11138
+ ImageReference.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
11139
+ ImageReference.struct_class = Types::ImageReference
11140
+
11141
+ ImageReferenceList.member = Shapes::ShapeRef.new(shape: ImageReference, location_name: "item")
11142
+
11143
+ ImageUsageReport.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "imageId"))
11144
+ ImageUsageReport.add_member(:report_id, Shapes::ShapeRef.new(shape: ImageUsageReportId, location_name: "reportId"))
11145
+ ImageUsageReport.add_member(:resource_types, Shapes::ShapeRef.new(shape: ImageUsageResourceTypeList, location_name: "resourceTypeSet"))
11146
+ ImageUsageReport.add_member(:account_ids, Shapes::ShapeRef.new(shape: UserIdList, location_name: "accountIdSet"))
11147
+ ImageUsageReport.add_member(:state, Shapes::ShapeRef.new(shape: ImageUsageReportState, location_name: "state"))
11148
+ ImageUsageReport.add_member(:state_reason, Shapes::ShapeRef.new(shape: ImageUsageReportStateReason, location_name: "stateReason"))
11149
+ ImageUsageReport.add_member(:creation_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "creationTime"))
11150
+ ImageUsageReport.add_member(:expiration_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "expirationTime"))
11151
+ ImageUsageReport.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
11152
+ ImageUsageReport.struct_class = Types::ImageUsageReport
11153
+
11154
+ ImageUsageReportEntry.add_member(:resource_type, Shapes::ShapeRef.new(shape: ImageUsageResourceTypeName, location_name: "resourceType"))
11155
+ ImageUsageReportEntry.add_member(:report_id, Shapes::ShapeRef.new(shape: ImageUsageReportId, location_name: "reportId"))
11156
+ ImageUsageReportEntry.add_member(:usage_count, Shapes::ShapeRef.new(shape: Long, location_name: "usageCount"))
11157
+ ImageUsageReportEntry.add_member(:account_id, Shapes::ShapeRef.new(shape: String, location_name: "accountId"))
11158
+ ImageUsageReportEntry.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "imageId"))
11159
+ ImageUsageReportEntry.add_member(:report_creation_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "reportCreationTime"))
11160
+ ImageUsageReportEntry.struct_class = Types::ImageUsageReportEntry
11161
+
11162
+ ImageUsageReportEntryList.member = Shapes::ShapeRef.new(shape: ImageUsageReportEntry, location_name: "item")
11163
+
11164
+ ImageUsageReportIdStringList.member = Shapes::ShapeRef.new(shape: ImageUsageReportId)
11165
+
11166
+ ImageUsageReportList.member = Shapes::ShapeRef.new(shape: ImageUsageReport, location_name: "item")
11167
+
11168
+ ImageUsageReportUserIdStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "UserId")
11169
+
11170
+ ImageUsageResourceType.add_member(:resource_type, Shapes::ShapeRef.new(shape: ImageUsageResourceTypeName, location_name: "resourceType"))
11171
+ ImageUsageResourceType.add_member(:resource_type_options, Shapes::ShapeRef.new(shape: ImageUsageResourceTypeOptionList, location_name: "resourceTypeOptionSet"))
11172
+ ImageUsageResourceType.struct_class = Types::ImageUsageResourceType
11173
+
11174
+ ImageUsageResourceTypeList.member = Shapes::ShapeRef.new(shape: ImageUsageResourceType, location_name: "item")
11175
+
11176
+ ImageUsageResourceTypeOption.add_member(:option_name, Shapes::ShapeRef.new(shape: String, location_name: "optionName"))
11177
+ ImageUsageResourceTypeOption.add_member(:option_values, Shapes::ShapeRef.new(shape: ImageUsageResourceTypeOptionValuesList, location_name: "optionValueSet"))
11178
+ ImageUsageResourceTypeOption.struct_class = Types::ImageUsageResourceTypeOption
11179
+
11180
+ ImageUsageResourceTypeOptionList.member = Shapes::ShapeRef.new(shape: ImageUsageResourceTypeOption, location_name: "item")
11181
+
11182
+ ImageUsageResourceTypeOptionRequest.add_member(:option_name, Shapes::ShapeRef.new(shape: String, location_name: "OptionName"))
11183
+ ImageUsageResourceTypeOptionRequest.add_member(:option_values, Shapes::ShapeRef.new(shape: ImageUsageResourceTypeOptionValuesList, location_name: "OptionValue"))
11184
+ ImageUsageResourceTypeOptionRequest.struct_class = Types::ImageUsageResourceTypeOptionRequest
11185
+
11186
+ ImageUsageResourceTypeOptionRequestList.member = Shapes::ShapeRef.new(shape: ImageUsageResourceTypeOptionRequest)
11187
+
11188
+ ImageUsageResourceTypeOptionValuesList.member = Shapes::ShapeRef.new(shape: ImageUsageResourceTypeOptionValue, location_name: "item")
11189
+
11190
+ ImageUsageResourceTypeRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ImageUsageResourceTypeName, location_name: "ResourceType"))
11191
+ ImageUsageResourceTypeRequest.add_member(:resource_type_options, Shapes::ShapeRef.new(shape: ImageUsageResourceTypeOptionRequestList, location_name: "ResourceTypeOption"))
11192
+ ImageUsageResourceTypeRequest.struct_class = Types::ImageUsageResourceTypeRequest
11193
+
11194
+ ImageUsageResourceTypeRequestList.member = Shapes::ShapeRef.new(shape: ImageUsageResourceTypeRequest)
11195
+
10780
11196
  ImportClientVpnClientCertificateRevocationListRequest.add_member(:client_vpn_endpoint_id, Shapes::ShapeRef.new(shape: ClientVpnEndpointId, required: true, location_name: "ClientVpnEndpointId"))
10781
11197
  ImportClientVpnClientCertificateRevocationListRequest.add_member(:certificate_revocation_list, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CertificateRevocationList"))
10782
11198
  ImportClientVpnClientCertificateRevocationListRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
@@ -10882,6 +11298,7 @@ module Aws::EC2
10882
11298
  ImportInstanceTaskDetails.struct_class = Types::ImportInstanceTaskDetails
10883
11299
 
10884
11300
  ImportInstanceVolumeDetailItem.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
11301
+ ImportInstanceVolumeDetailItem.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZoneId"))
10885
11302
  ImportInstanceVolumeDetailItem.add_member(:bytes_converted, Shapes::ShapeRef.new(shape: Long, location_name: "bytesConverted"))
10886
11303
  ImportInstanceVolumeDetailItem.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
10887
11304
  ImportInstanceVolumeDetailItem.add_member(:image, Shapes::ShapeRef.new(shape: DiskImageDescription, location_name: "image"))
@@ -10933,8 +11350,9 @@ module Aws::EC2
10933
11350
 
10934
11351
  ImportTaskIdList.member = Shapes::ShapeRef.new(shape: ImportImageTaskId, location_name: "ImportTaskId")
10935
11352
 
11353
+ ImportVolumeRequest.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: AvailabilityZoneId, location_name: "AvailabilityZoneId"))
10936
11354
  ImportVolumeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
10937
- ImportVolumeRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, required: true, location_name: "availabilityZone"))
11355
+ ImportVolumeRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
10938
11356
  ImportVolumeRequest.add_member(:image, Shapes::ShapeRef.new(shape: DiskImageDetail, required: true, location_name: "image"))
10939
11357
  ImportVolumeRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
10940
11358
  ImportVolumeRequest.add_member(:volume, Shapes::ShapeRef.new(shape: VolumeDetail, required: true, location_name: "volume"))
@@ -10944,6 +11362,7 @@ module Aws::EC2
10944
11362
  ImportVolumeResult.struct_class = Types::ImportVolumeResult
10945
11363
 
10946
11364
  ImportVolumeTaskDetails.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
11365
+ ImportVolumeTaskDetails.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZoneId"))
10947
11366
  ImportVolumeTaskDetails.add_member(:bytes_converted, Shapes::ShapeRef.new(shape: Long, location_name: "bytesConverted"))
10948
11367
  ImportVolumeTaskDetails.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
10949
11368
  ImportVolumeTaskDetails.add_member(:image, Shapes::ShapeRef.new(shape: DiskImageDescription, location_name: "image"))
@@ -10965,6 +11384,11 @@ module Aws::EC2
10965
11384
  InferenceDeviceMemoryInfo.add_member(:size_in_mi_b, Shapes::ShapeRef.new(shape: InferenceDeviceMemorySize, location_name: "sizeInMiB"))
10966
11385
  InferenceDeviceMemoryInfo.struct_class = Types::InferenceDeviceMemoryInfo
10967
11386
 
11387
+ InitializationStatusDetails.add_member(:initialization_type, Shapes::ShapeRef.new(shape: InitializationType, location_name: "initializationType"))
11388
+ InitializationStatusDetails.add_member(:progress, Shapes::ShapeRef.new(shape: Long, location_name: "progress"))
11389
+ InitializationStatusDetails.add_member(:estimated_time_to_complete_in_seconds, Shapes::ShapeRef.new(shape: Long, location_name: "estimatedTimeToCompleteInSeconds"))
11390
+ InitializationStatusDetails.struct_class = Types::InitializationStatusDetails
11391
+
10968
11392
  InsideCidrBlocksStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
10969
11393
 
10970
11394
  Instance.add_member(:architecture, Shapes::ShapeRef.new(shape: ArchitectureValues, location_name: "architecture"))
@@ -10989,6 +11413,7 @@ module Aws::EC2
10989
11413
  Instance.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
10990
11414
  Instance.add_member(:virtualization_type, Shapes::ShapeRef.new(shape: VirtualizationType, location_name: "virtualizationType"))
10991
11415
  Instance.add_member(:cpu_options, Shapes::ShapeRef.new(shape: CpuOptions, location_name: "cpuOptions"))
11416
+ Instance.add_member(:capacity_block_id, Shapes::ShapeRef.new(shape: String, location_name: "capacityBlockId"))
10992
11417
  Instance.add_member(:capacity_reservation_id, Shapes::ShapeRef.new(shape: String, location_name: "capacityReservationId"))
10993
11418
  Instance.add_member(:capacity_reservation_specification, Shapes::ShapeRef.new(shape: CapacityReservationSpecificationResponse, location_name: "capacityReservationSpecification"))
10994
11419
  Instance.add_member(:hibernation_options, Shapes::ShapeRef.new(shape: HibernationOptions, location_name: "hibernationOptions"))
@@ -11073,6 +11498,14 @@ module Aws::EC2
11073
11498
  InstanceCapacity.add_member(:total_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "totalCapacity"))
11074
11499
  InstanceCapacity.struct_class = Types::InstanceCapacity
11075
11500
 
11501
+ InstanceConnectEndpointDnsNames.add_member(:dns_name, Shapes::ShapeRef.new(shape: String, location_name: "dnsName"))
11502
+ InstanceConnectEndpointDnsNames.add_member(:fips_dns_name, Shapes::ShapeRef.new(shape: String, location_name: "fipsDnsName"))
11503
+ InstanceConnectEndpointDnsNames.struct_class = Types::InstanceConnectEndpointDnsNames
11504
+
11505
+ InstanceConnectEndpointPublicDnsNames.add_member(:ipv_4, Shapes::ShapeRef.new(shape: InstanceConnectEndpointDnsNames, location_name: "ipv4"))
11506
+ InstanceConnectEndpointPublicDnsNames.add_member(:dualstack, Shapes::ShapeRef.new(shape: InstanceConnectEndpointDnsNames, location_name: "dualstack"))
11507
+ InstanceConnectEndpointPublicDnsNames.struct_class = Types::InstanceConnectEndpointPublicDnsNames
11508
+
11076
11509
  InstanceConnectEndpointSet.member = Shapes::ShapeRef.new(shape: Ec2InstanceConnectEndpoint, location_name: "item")
11077
11510
 
11078
11511
  InstanceCount.add_member(:instance_count, Shapes::ShapeRef.new(shape: Integer, location_name: "instanceCount"))
@@ -11197,6 +11630,7 @@ module Aws::EC2
11197
11630
  InstanceList.member = Shapes::ShapeRef.new(shape: Instance, location_name: "item")
11198
11631
 
11199
11632
  InstanceMaintenanceOptions.add_member(:auto_recovery, Shapes::ShapeRef.new(shape: InstanceAutoRecoveryState, location_name: "autoRecovery"))
11633
+ InstanceMaintenanceOptions.add_member(:reboot_migration, Shapes::ShapeRef.new(shape: InstanceRebootMigrationState, location_name: "rebootMigration"))
11200
11634
  InstanceMaintenanceOptions.struct_class = Types::InstanceMaintenanceOptions
11201
11635
 
11202
11636
  InstanceMaintenanceOptionsRequest.add_member(:auto_recovery, Shapes::ShapeRef.new(shape: InstanceAutoRecoveryState, location_name: "AutoRecovery"))
@@ -11395,6 +11829,7 @@ module Aws::EC2
11395
11829
  InstanceStateChangeList.member = Shapes::ShapeRef.new(shape: InstanceStateChange, location_name: "item")
11396
11830
 
11397
11831
  InstanceStatus.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
11832
+ InstanceStatus.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: AvailabilityZoneId, location_name: "availabilityZoneId"))
11398
11833
  InstanceStatus.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "outpostArn"))
11399
11834
  InstanceStatus.add_member(:operator, Shapes::ShapeRef.new(shape: OperatorResponse, location_name: "operator"))
11400
11835
  InstanceStatus.add_member(:events, Shapes::ShapeRef.new(shape: InstanceStatusEventList, location_name: "eventsSet"))
@@ -11446,6 +11881,7 @@ module Aws::EC2
11446
11881
  InstanceTopology.add_member(:network_nodes, Shapes::ShapeRef.new(shape: NetworkNodesList, location_name: "networkNodeSet"))
11447
11882
  InstanceTopology.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
11448
11883
  InstanceTopology.add_member(:zone_id, Shapes::ShapeRef.new(shape: String, location_name: "zoneId"))
11884
+ InstanceTopology.add_member(:capacity_block_id, Shapes::ShapeRef.new(shape: String, location_name: "capacityBlockId"))
11449
11885
  InstanceTopology.struct_class = Types::InstanceTopology
11450
11886
 
11451
11887
  InstanceTypeInfo.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "instanceType"))
@@ -11478,6 +11914,7 @@ module Aws::EC2
11478
11914
  InstanceTypeInfo.add_member(:media_accelerator_info, Shapes::ShapeRef.new(shape: MediaAcceleratorInfo, location_name: "mediaAcceleratorInfo"))
11479
11915
  InstanceTypeInfo.add_member(:neuron_info, Shapes::ShapeRef.new(shape: NeuronInfo, location_name: "neuronInfo"))
11480
11916
  InstanceTypeInfo.add_member(:phc_support, Shapes::ShapeRef.new(shape: PhcSupport, location_name: "phcSupport"))
11917
+ InstanceTypeInfo.add_member(:reboot_migration_support, Shapes::ShapeRef.new(shape: RebootMigrationSupport, location_name: "rebootMigrationSupport"))
11481
11918
  InstanceTypeInfo.struct_class = Types::InstanceTypeInfo
11482
11919
 
11483
11920
  InstanceTypeInfoFromInstanceRequirements.add_member(:instance_type, Shapes::ShapeRef.new(shape: String, location_name: "instanceType"))
@@ -12170,6 +12607,7 @@ module Aws::EC2
12170
12607
  LaunchTemplateOverridesList.member = Shapes::ShapeRef.new(shape: LaunchTemplateOverrides, location_name: "item")
12171
12608
 
12172
12609
  LaunchTemplatePlacement.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
12610
+ LaunchTemplatePlacement.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: AvailabilityZoneId, location_name: "availabilityZoneId"))
12173
12611
  LaunchTemplatePlacement.add_member(:affinity, Shapes::ShapeRef.new(shape: String, location_name: "affinity"))
12174
12612
  LaunchTemplatePlacement.add_member(:group_name, Shapes::ShapeRef.new(shape: String, location_name: "groupName"))
12175
12613
  LaunchTemplatePlacement.add_member(:host_id, Shapes::ShapeRef.new(shape: String, location_name: "hostId"))
@@ -12181,6 +12619,7 @@ module Aws::EC2
12181
12619
  LaunchTemplatePlacement.struct_class = Types::LaunchTemplatePlacement
12182
12620
 
12183
12621
  LaunchTemplatePlacementRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
12622
+ LaunchTemplatePlacementRequest.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: AvailabilityZoneId, location_name: "AvailabilityZoneId"))
12184
12623
  LaunchTemplatePlacementRequest.add_member(:affinity, Shapes::ShapeRef.new(shape: String, location_name: "Affinity"))
12185
12624
  LaunchTemplatePlacementRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: PlacementGroupName, location_name: "GroupName"))
12186
12625
  LaunchTemplatePlacementRequest.add_member(:host_id, Shapes::ShapeRef.new(shape: DedicatedHostId, location_name: "HostId"))
@@ -12446,8 +12885,40 @@ module Aws::EC2
12446
12885
 
12447
12886
  MacHostList.member = Shapes::ShapeRef.new(shape: MacHost, location_name: "item")
12448
12887
 
12888
+ MacModificationTask.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "instanceId"))
12889
+ MacModificationTask.add_member(:mac_modification_task_id, Shapes::ShapeRef.new(shape: MacModificationTaskId, location_name: "macModificationTaskId"))
12890
+ MacModificationTask.add_member(:mac_system_integrity_protection_config, Shapes::ShapeRef.new(shape: MacSystemIntegrityProtectionConfiguration, location_name: "macSystemIntegrityProtectionConfig"))
12891
+ MacModificationTask.add_member(:start_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "startTime"))
12892
+ MacModificationTask.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
12893
+ MacModificationTask.add_member(:task_state, Shapes::ShapeRef.new(shape: MacModificationTaskState, location_name: "taskState"))
12894
+ MacModificationTask.add_member(:task_type, Shapes::ShapeRef.new(shape: MacModificationTaskType, location_name: "taskType"))
12895
+ MacModificationTask.struct_class = Types::MacModificationTask
12896
+
12897
+ MacModificationTaskIdList.member = Shapes::ShapeRef.new(shape: MacModificationTaskId, location_name: "item")
12898
+
12899
+ MacModificationTaskList.member = Shapes::ShapeRef.new(shape: MacModificationTask, location_name: "item")
12900
+
12449
12901
  MacOSVersionStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
12450
12902
 
12903
+ MacSystemIntegrityProtectionConfiguration.add_member(:apple_internal, Shapes::ShapeRef.new(shape: MacSystemIntegrityProtectionSettingStatus, location_name: "appleInternal"))
12904
+ MacSystemIntegrityProtectionConfiguration.add_member(:base_system, Shapes::ShapeRef.new(shape: MacSystemIntegrityProtectionSettingStatus, location_name: "baseSystem"))
12905
+ MacSystemIntegrityProtectionConfiguration.add_member(:debugging_restrictions, Shapes::ShapeRef.new(shape: MacSystemIntegrityProtectionSettingStatus, location_name: "debuggingRestrictions"))
12906
+ MacSystemIntegrityProtectionConfiguration.add_member(:d_trace_restrictions, Shapes::ShapeRef.new(shape: MacSystemIntegrityProtectionSettingStatus, location_name: "dTraceRestrictions"))
12907
+ MacSystemIntegrityProtectionConfiguration.add_member(:filesystem_protections, Shapes::ShapeRef.new(shape: MacSystemIntegrityProtectionSettingStatus, location_name: "filesystemProtections"))
12908
+ MacSystemIntegrityProtectionConfiguration.add_member(:kext_signing, Shapes::ShapeRef.new(shape: MacSystemIntegrityProtectionSettingStatus, location_name: "kextSigning"))
12909
+ MacSystemIntegrityProtectionConfiguration.add_member(:nvram_protections, Shapes::ShapeRef.new(shape: MacSystemIntegrityProtectionSettingStatus, location_name: "nvramProtections"))
12910
+ MacSystemIntegrityProtectionConfiguration.add_member(:status, Shapes::ShapeRef.new(shape: MacSystemIntegrityProtectionSettingStatus, location_name: "status"))
12911
+ MacSystemIntegrityProtectionConfiguration.struct_class = Types::MacSystemIntegrityProtectionConfiguration
12912
+
12913
+ MacSystemIntegrityProtectionConfigurationRequest.add_member(:apple_internal, Shapes::ShapeRef.new(shape: MacSystemIntegrityProtectionSettingStatus, location_name: "AppleInternal"))
12914
+ MacSystemIntegrityProtectionConfigurationRequest.add_member(:base_system, Shapes::ShapeRef.new(shape: MacSystemIntegrityProtectionSettingStatus, location_name: "BaseSystem"))
12915
+ MacSystemIntegrityProtectionConfigurationRequest.add_member(:debugging_restrictions, Shapes::ShapeRef.new(shape: MacSystemIntegrityProtectionSettingStatus, location_name: "DebuggingRestrictions"))
12916
+ MacSystemIntegrityProtectionConfigurationRequest.add_member(:d_trace_restrictions, Shapes::ShapeRef.new(shape: MacSystemIntegrityProtectionSettingStatus, location_name: "DTraceRestrictions"))
12917
+ MacSystemIntegrityProtectionConfigurationRequest.add_member(:filesystem_protections, Shapes::ShapeRef.new(shape: MacSystemIntegrityProtectionSettingStatus, location_name: "FilesystemProtections"))
12918
+ MacSystemIntegrityProtectionConfigurationRequest.add_member(:kext_signing, Shapes::ShapeRef.new(shape: MacSystemIntegrityProtectionSettingStatus, location_name: "KextSigning"))
12919
+ MacSystemIntegrityProtectionConfigurationRequest.add_member(:nvram_protections, Shapes::ShapeRef.new(shape: MacSystemIntegrityProtectionSettingStatus, location_name: "NvramProtections"))
12920
+ MacSystemIntegrityProtectionConfigurationRequest.struct_class = Types::MacSystemIntegrityProtectionConfigurationRequest
12921
+
12451
12922
  MaintenanceDetails.add_member(:pending_maintenance, Shapes::ShapeRef.new(shape: String, location_name: "pendingMaintenance"))
12452
12923
  MaintenanceDetails.add_member(:maintenance_auto_applied_after, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "maintenanceAutoAppliedAfter"))
12453
12924
  MaintenanceDetails.add_member(:last_maintenance_applied, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "lastMaintenanceApplied"))
@@ -12467,6 +12938,10 @@ module Aws::EC2
12467
12938
 
12468
12939
  ManagedPrefixListSet.member = Shapes::ShapeRef.new(shape: ManagedPrefixList, location_name: "item")
12469
12940
 
12941
+ MarketplaceProductCodeList.member = Shapes::ShapeRef.new(shape: MarketplaceProductCode, location_name: "item")
12942
+
12943
+ MarketplaceProductCodeRequestList.member = Shapes::ShapeRef.new(shape: MarketplaceProductCodeRequest, location_name: "item")
12944
+
12470
12945
  MediaAcceleratorInfo.add_member(:accelerators, Shapes::ShapeRef.new(shape: MediaDeviceInfoList, location_name: "accelerators"))
12471
12946
  MediaAcceleratorInfo.add_member(:total_media_memory_in_mi_b, Shapes::ShapeRef.new(shape: TotalMediaMemory, location_name: "totalMediaMemoryInMiB"))
12472
12947
  MediaAcceleratorInfo.struct_class = Types::MediaAcceleratorInfo
@@ -12673,6 +13148,16 @@ module Aws::EC2
12673
13148
  ModifyInstanceCapacityReservationAttributesResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
12674
13149
  ModifyInstanceCapacityReservationAttributesResult.struct_class = Types::ModifyInstanceCapacityReservationAttributesResult
12675
13150
 
13151
+ ModifyInstanceConnectEndpointRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
13152
+ ModifyInstanceConnectEndpointRequest.add_member(:instance_connect_endpoint_id, Shapes::ShapeRef.new(shape: InstanceConnectEndpointId, required: true, location_name: "InstanceConnectEndpointId"))
13153
+ ModifyInstanceConnectEndpointRequest.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "IpAddressType"))
13154
+ ModifyInstanceConnectEndpointRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdStringListRequest, location_name: "SecurityGroupId"))
13155
+ ModifyInstanceConnectEndpointRequest.add_member(:preserve_client_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "PreserveClientIp"))
13156
+ ModifyInstanceConnectEndpointRequest.struct_class = Types::ModifyInstanceConnectEndpointRequest
13157
+
13158
+ ModifyInstanceConnectEndpointResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
13159
+ ModifyInstanceConnectEndpointResult.struct_class = Types::ModifyInstanceConnectEndpointResult
13160
+
12676
13161
  ModifyInstanceCpuOptionsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
12677
13162
  ModifyInstanceCpuOptionsRequest.add_member(:core_count, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "CoreCount"))
12678
13163
  ModifyInstanceCpuOptionsRequest.add_member(:threads_per_core, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "ThreadsPerCore"))
@@ -12714,11 +13199,13 @@ module Aws::EC2
12714
13199
 
12715
13200
  ModifyInstanceMaintenanceOptionsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
12716
13201
  ModifyInstanceMaintenanceOptionsRequest.add_member(:auto_recovery, Shapes::ShapeRef.new(shape: InstanceAutoRecoveryState, location_name: "AutoRecovery"))
13202
+ ModifyInstanceMaintenanceOptionsRequest.add_member(:reboot_migration, Shapes::ShapeRef.new(shape: InstanceRebootMigrationState, location_name: "RebootMigration"))
12717
13203
  ModifyInstanceMaintenanceOptionsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
12718
13204
  ModifyInstanceMaintenanceOptionsRequest.struct_class = Types::ModifyInstanceMaintenanceOptionsRequest
12719
13205
 
12720
13206
  ModifyInstanceMaintenanceOptionsResult.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceId"))
12721
13207
  ModifyInstanceMaintenanceOptionsResult.add_member(:auto_recovery, Shapes::ShapeRef.new(shape: InstanceAutoRecoveryState, location_name: "autoRecovery"))
13208
+ ModifyInstanceMaintenanceOptionsResult.add_member(:reboot_migration, Shapes::ShapeRef.new(shape: InstanceRebootMigrationState, location_name: "rebootMigration"))
12722
13209
  ModifyInstanceMaintenanceOptionsResult.struct_class = Types::ModifyInstanceMaintenanceOptionsResult
12723
13210
 
12724
13211
  ModifyInstanceMetadataDefaultsRequest.add_member(:http_tokens, Shapes::ShapeRef.new(shape: MetadataDefaultHttpTokensState, location_name: "HttpTokens"))
@@ -12863,6 +13350,7 @@ module Aws::EC2
12863
13350
  ModifyNetworkInterfaceAttributeRequest.add_member(:enable_primary_ipv_6, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnablePrimaryIpv6"))
12864
13351
  ModifyNetworkInterfaceAttributeRequest.add_member(:connection_tracking_specification, Shapes::ShapeRef.new(shape: ConnectionTrackingSpecificationRequest, location_name: "ConnectionTrackingSpecification"))
12865
13352
  ModifyNetworkInterfaceAttributeRequest.add_member(:associate_public_ip_address, Shapes::ShapeRef.new(shape: Boolean, location_name: "AssociatePublicIpAddress"))
13353
+ ModifyNetworkInterfaceAttributeRequest.add_member(:associated_subnet_ids, Shapes::ShapeRef.new(shape: SubnetIdList, location_name: "AssociatedSubnetId"))
12866
13354
  ModifyNetworkInterfaceAttributeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
12867
13355
  ModifyNetworkInterfaceAttributeRequest.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: NetworkInterfaceId, required: true, location_name: "networkInterfaceId"))
12868
13356
  ModifyNetworkInterfaceAttributeRequest.add_member(:description, Shapes::ShapeRef.new(shape: AttributeValue, location_name: "description"))
@@ -12881,6 +13369,14 @@ module Aws::EC2
12881
13369
  ModifyPrivateDnsNameOptionsResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
12882
13370
  ModifyPrivateDnsNameOptionsResult.struct_class = Types::ModifyPrivateDnsNameOptionsResult
12883
13371
 
13372
+ ModifyPublicIpDnsNameOptionsRequest.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: NetworkInterfaceId, required: true, location_name: "NetworkInterfaceId"))
13373
+ ModifyPublicIpDnsNameOptionsRequest.add_member(:hostname_type, Shapes::ShapeRef.new(shape: PublicIpDnsOption, required: true, location_name: "HostnameType"))
13374
+ ModifyPublicIpDnsNameOptionsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
13375
+ ModifyPublicIpDnsNameOptionsRequest.struct_class = Types::ModifyPublicIpDnsNameOptionsRequest
13376
+
13377
+ ModifyPublicIpDnsNameOptionsResult.add_member(:successful, Shapes::ShapeRef.new(shape: Boolean, location_name: "successful"))
13378
+ ModifyPublicIpDnsNameOptionsResult.struct_class = Types::ModifyPublicIpDnsNameOptionsResult
13379
+
12884
13380
  ModifyReservedInstancesRequest.add_member(:reserved_instances_ids, Shapes::ShapeRef.new(shape: ReservedInstancesIdStringList, required: true, location_name: "ReservedInstancesId"))
12885
13381
  ModifyReservedInstancesRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken"))
12886
13382
  ModifyReservedInstancesRequest.add_member(:target_configurations, Shapes::ShapeRef.new(shape: ReservedInstancesConfigurationList, required: true, location_name: "ReservedInstancesConfigurationSetItemType"))
@@ -13322,6 +13818,7 @@ module Aws::EC2
13322
13818
  ModifyVpnTunnelOptionsRequest.add_member(:tunnel_options, Shapes::ShapeRef.new(shape: ModifyVpnTunnelOptionsSpecification, required: true, location_name: "TunnelOptions"))
13323
13819
  ModifyVpnTunnelOptionsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
13324
13820
  ModifyVpnTunnelOptionsRequest.add_member(:skip_tunnel_replacement, Shapes::ShapeRef.new(shape: Boolean, location_name: "SkipTunnelReplacement"))
13821
+ ModifyVpnTunnelOptionsRequest.add_member(:pre_shared_key_storage, Shapes::ShapeRef.new(shape: String, location_name: "PreSharedKeyStorage"))
13325
13822
  ModifyVpnTunnelOptionsRequest.struct_class = Types::ModifyVpnTunnelOptionsRequest
13326
13823
 
13327
13824
  ModifyVpnTunnelOptionsResult.add_member(:vpn_connection, Shapes::ShapeRef.new(shape: VpnConnection, location_name: "vpnConnection"))
@@ -13591,6 +14088,8 @@ module Aws::EC2
13591
14088
  NetworkInterface.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "outpostArn"))
13592
14089
  NetworkInterface.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
13593
14090
  NetworkInterface.add_member(:private_dns_name, Shapes::ShapeRef.new(shape: String, location_name: "privateDnsName"))
14091
+ NetworkInterface.add_member(:public_dns_name, Shapes::ShapeRef.new(shape: String, location_name: "publicDnsName"))
14092
+ NetworkInterface.add_member(:public_ip_dns_name_options, Shapes::ShapeRef.new(shape: PublicIpDnsNameOptions, location_name: "publicIpDnsNameOptions"))
13594
14093
  NetworkInterface.add_member(:private_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "privateIpAddress"))
13595
14094
  NetworkInterface.add_member(:private_ip_addresses, Shapes::ShapeRef.new(shape: NetworkInterfacePrivateIpAddressList, location_name: "privateIpAddressesSet"))
13596
14095
  NetworkInterface.add_member(:ipv_4_prefixes, Shapes::ShapeRef.new(shape: Ipv4PrefixesList, location_name: "ipv4PrefixSet"))
@@ -13606,6 +14105,7 @@ module Aws::EC2
13606
14105
  NetworkInterface.add_member(:ipv_6_native, Shapes::ShapeRef.new(shape: Boolean, location_name: "ipv6Native"))
13607
14106
  NetworkInterface.add_member(:ipv_6_address, Shapes::ShapeRef.new(shape: String, location_name: "ipv6Address"))
13608
14107
  NetworkInterface.add_member(:operator, Shapes::ShapeRef.new(shape: OperatorResponse, location_name: "operator"))
14108
+ NetworkInterface.add_member(:associated_subnets, Shapes::ShapeRef.new(shape: AssociatedSubnetList, location_name: "associatedSubnetSet"))
13609
14109
  NetworkInterface.struct_class = Types::NetworkInterface
13610
14110
 
13611
14111
  NetworkInterfaceAssociation.add_member(:allocation_id, Shapes::ShapeRef.new(shape: String, location_name: "allocationId"))
@@ -13648,6 +14148,7 @@ module Aws::EC2
13648
14148
  NetworkInterfaceIdSet.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
13649
14149
 
13650
14150
  NetworkInterfaceIpv6Address.add_member(:ipv_6_address, Shapes::ShapeRef.new(shape: String, location_name: "ipv6Address"))
14151
+ NetworkInterfaceIpv6Address.add_member(:public_ipv_6_dns_name, Shapes::ShapeRef.new(shape: String, location_name: "publicIpv6DnsName"))
13651
14152
  NetworkInterfaceIpv6Address.add_member(:is_primary_ipv_6, Shapes::ShapeRef.new(shape: Boolean, location_name: "isPrimaryIpv6"))
13652
14153
  NetworkInterfaceIpv6Address.struct_class = Types::NetworkInterfaceIpv6Address
13653
14154
 
@@ -13924,6 +14425,7 @@ module Aws::EC2
13924
14425
  Phase2IntegrityAlgorithmsRequestListValue.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
13925
14426
  Phase2IntegrityAlgorithmsRequestListValue.struct_class = Types::Phase2IntegrityAlgorithmsRequestListValue
13926
14427
 
14428
+ Placement.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: AvailabilityZoneId, location_name: "availabilityZoneId"))
13927
14429
  Placement.add_member(:affinity, Shapes::ShapeRef.new(shape: String, location_name: "affinity"))
13928
14430
  Placement.add_member(:group_name, Shapes::ShapeRef.new(shape: PlacementGroupName, location_name: "groupName"))
13929
14431
  Placement.add_member(:partition_number, Shapes::ShapeRef.new(shape: Integer, location_name: "partitionNumber"))
@@ -14145,6 +14647,12 @@ module Aws::EC2
14145
14647
  PtrUpdateStatus.add_member(:reason, Shapes::ShapeRef.new(shape: String, location_name: "reason"))
14146
14648
  PtrUpdateStatus.struct_class = Types::PtrUpdateStatus
14147
14649
 
14650
+ PublicIpDnsNameOptions.add_member(:dns_hostname_type, Shapes::ShapeRef.new(shape: String, location_name: "dnsHostnameType"))
14651
+ PublicIpDnsNameOptions.add_member(:public_ipv_4_dns_name, Shapes::ShapeRef.new(shape: String, location_name: "publicIpv4DnsName"))
14652
+ PublicIpDnsNameOptions.add_member(:public_ipv_6_dns_name, Shapes::ShapeRef.new(shape: String, location_name: "publicIpv6DnsName"))
14653
+ PublicIpDnsNameOptions.add_member(:public_dual_stack_dns_name, Shapes::ShapeRef.new(shape: String, location_name: "publicDualStackDnsName"))
14654
+ PublicIpDnsNameOptions.struct_class = Types::PublicIpDnsNameOptions
14655
+
14148
14656
  PublicIpStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "PublicIp")
14149
14657
 
14150
14658
  PublicIpv4Pool.add_member(:pool_id, Shapes::ShapeRef.new(shape: String, location_name: "poolId"))
@@ -14193,6 +14701,7 @@ module Aws::EC2
14193
14701
  PurchaseCapacityBlockRequest.struct_class = Types::PurchaseCapacityBlockRequest
14194
14702
 
14195
14703
  PurchaseCapacityBlockResult.add_member(:capacity_reservation, Shapes::ShapeRef.new(shape: CapacityReservation, location_name: "capacityReservation"))
14704
+ PurchaseCapacityBlockResult.add_member(:capacity_blocks, Shapes::ShapeRef.new(shape: CapacityBlockSet, location_name: "capacityBlockSet"))
14196
14705
  PurchaseCapacityBlockResult.struct_class = Types::PurchaseCapacityBlockResult
14197
14706
 
14198
14707
  PurchaseHostReservationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken"))
@@ -14465,6 +14974,7 @@ module Aws::EC2
14465
14974
  ReplaceRouteRequest.add_member(:local_gateway_id, Shapes::ShapeRef.new(shape: LocalGatewayId, location_name: "LocalGatewayId"))
14466
14975
  ReplaceRouteRequest.add_member(:carrier_gateway_id, Shapes::ShapeRef.new(shape: CarrierGatewayId, location_name: "CarrierGatewayId"))
14467
14976
  ReplaceRouteRequest.add_member(:core_network_arn, Shapes::ShapeRef.new(shape: CoreNetworkArn, location_name: "CoreNetworkArn"))
14977
+ ReplaceRouteRequest.add_member(:odb_network_arn, Shapes::ShapeRef.new(shape: OdbNetworkArn, location_name: "OdbNetworkArn"))
14468
14978
  ReplaceRouteRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
14469
14979
  ReplaceRouteRequest.add_member(:route_table_id, Shapes::ShapeRef.new(shape: RouteTableId, required: true, location_name: "routeTableId"))
14470
14980
  ReplaceRouteRequest.add_member(:destination_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "destinationCidrBlock"))
@@ -14545,8 +15055,8 @@ module Aws::EC2
14545
15055
  RequestLaunchTemplateData.add_member(:instance_initiated_shutdown_behavior, Shapes::ShapeRef.new(shape: ShutdownBehavior, location_name: "InstanceInitiatedShutdownBehavior"))
14546
15056
  RequestLaunchTemplateData.add_member(:user_data, Shapes::ShapeRef.new(shape: SensitiveUserData, location_name: "UserData"))
14547
15057
  RequestLaunchTemplateData.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: LaunchTemplateTagSpecificationRequestList, location_name: "TagSpecification"))
14548
- RequestLaunchTemplateData.add_member(:elastic_gpu_specifications, Shapes::ShapeRef.new(shape: ElasticGpuSpecificationList, location_name: "ElasticGpuSpecification"))
14549
- RequestLaunchTemplateData.add_member(:elastic_inference_accelerators, Shapes::ShapeRef.new(shape: LaunchTemplateElasticInferenceAcceleratorList, location_name: "ElasticInferenceAccelerator"))
15058
+ RequestLaunchTemplateData.add_member(:elastic_gpu_specifications, Shapes::ShapeRef.new(shape: ElasticGpuSpecificationList, deprecated: true, location_name: "ElasticGpuSpecification", metadata: {"deprecatedMessage" => "Specifying Elastic Graphics accelerators is no longer supported on the RunInstances API.", "deprecatedSince" => "2024-01-08"}))
15059
+ RequestLaunchTemplateData.add_member(:elastic_inference_accelerators, Shapes::ShapeRef.new(shape: LaunchTemplateElasticInferenceAcceleratorList, deprecated: true, location_name: "ElasticInferenceAccelerator", metadata: {"deprecatedMessage" => "Specifying Elastic Inference accelerators is no longer supported on the RunInstances API.", "deprecatedSince" => "2024-01-08"}))
14550
15060
  RequestLaunchTemplateData.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdStringList, location_name: "SecurityGroupId"))
14551
15061
  RequestLaunchTemplateData.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroupStringList, location_name: "SecurityGroup"))
14552
15062
  RequestLaunchTemplateData.add_member(:instance_market_options, Shapes::ShapeRef.new(shape: LaunchTemplateInstanceMarketOptionsRequest, location_name: "InstanceMarketOptions"))
@@ -14656,6 +15166,7 @@ module Aws::EC2
14656
15166
  ReservedInstances.add_member(:recurring_charges, Shapes::ShapeRef.new(shape: RecurringChargesList, location_name: "recurringCharges"))
14657
15167
  ReservedInstances.add_member(:scope, Shapes::ShapeRef.new(shape: scope, location_name: "scope"))
14658
15168
  ReservedInstances.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
15169
+ ReservedInstances.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZoneId"))
14659
15170
  ReservedInstances.add_member(:reserved_instances_id, Shapes::ShapeRef.new(shape: String, location_name: "reservedInstancesId"))
14660
15171
  ReservedInstances.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "instanceType"))
14661
15172
  ReservedInstances.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
@@ -14674,6 +15185,7 @@ module Aws::EC2
14674
15185
  ReservedInstancesConfiguration.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "instanceType"))
14675
15186
  ReservedInstancesConfiguration.add_member(:platform, Shapes::ShapeRef.new(shape: String, location_name: "platform"))
14676
15187
  ReservedInstancesConfiguration.add_member(:scope, Shapes::ShapeRef.new(shape: scope, location_name: "scope"))
15188
+ ReservedInstancesConfiguration.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZoneId"))
14677
15189
  ReservedInstancesConfiguration.struct_class = Types::ReservedInstancesConfiguration
14678
15190
 
14679
15191
  ReservedInstancesConfigurationList.member = Shapes::ShapeRef.new(shape: ReservedInstancesConfiguration, location_name: "item")
@@ -14728,6 +15240,7 @@ module Aws::EC2
14728
15240
  ReservedInstancesOffering.add_member(:pricing_details, Shapes::ShapeRef.new(shape: PricingDetailsList, location_name: "pricingDetailsSet"))
14729
15241
  ReservedInstancesOffering.add_member(:recurring_charges, Shapes::ShapeRef.new(shape: RecurringChargesList, location_name: "recurringCharges"))
14730
15242
  ReservedInstancesOffering.add_member(:scope, Shapes::ShapeRef.new(shape: scope, location_name: "scope"))
15243
+ ReservedInstancesOffering.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: AvailabilityZoneId, location_name: "availabilityZoneId"))
14731
15244
  ReservedInstancesOffering.add_member(:reserved_instances_offering_id, Shapes::ShapeRef.new(shape: String, location_name: "reservedInstancesOfferingId"))
14732
15245
  ReservedInstancesOffering.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "instanceType"))
14733
15246
  ReservedInstancesOffering.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
@@ -14797,6 +15310,20 @@ module Aws::EC2
14797
15310
  ResourceStatementRequest.add_member(:resource_types, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "ResourceType"))
14798
15311
  ResourceStatementRequest.struct_class = Types::ResourceStatementRequest
14799
15312
 
15313
+ ResourceTypeOption.add_member(:option_name, Shapes::ShapeRef.new(shape: ImageReferenceOptionName, location_name: "OptionName"))
15314
+ ResourceTypeOption.add_member(:option_values, Shapes::ShapeRef.new(shape: ResourceTypeOptionValuesList, location_name: "OptionValue"))
15315
+ ResourceTypeOption.struct_class = Types::ResourceTypeOption
15316
+
15317
+ ResourceTypeOptionList.member = Shapes::ShapeRef.new(shape: ResourceTypeOption)
15318
+
15319
+ ResourceTypeOptionValuesList.member = Shapes::ShapeRef.new(shape: ResourceTypeOptionValue)
15320
+
15321
+ ResourceTypeRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ImageReferenceResourceType, location_name: "ResourceType"))
15322
+ ResourceTypeRequest.add_member(:resource_type_options, Shapes::ShapeRef.new(shape: ResourceTypeOptionList, location_name: "ResourceTypeOption"))
15323
+ ResourceTypeRequest.struct_class = Types::ResourceTypeRequest
15324
+
15325
+ ResourceTypeRequestList.member = Shapes::ShapeRef.new(shape: ResourceTypeRequest)
15326
+
14800
15327
  ResponseError.add_member(:code, Shapes::ShapeRef.new(shape: LaunchTemplateErrorCode, location_name: "code"))
14801
15328
  ResponseError.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
14802
15329
  ResponseError.struct_class = Types::ResponseError
@@ -14973,6 +15500,8 @@ module Aws::EC2
14973
15500
  Route.add_member(:state, Shapes::ShapeRef.new(shape: RouteState, location_name: "state"))
14974
15501
  Route.add_member(:vpc_peering_connection_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcPeeringConnectionId"))
14975
15502
  Route.add_member(:core_network_arn, Shapes::ShapeRef.new(shape: CoreNetworkArn, location_name: "coreNetworkArn"))
15503
+ Route.add_member(:odb_network_arn, Shapes::ShapeRef.new(shape: OdbNetworkArn, location_name: "odbNetworkArn"))
15504
+ Route.add_member(:ip_address, Shapes::ShapeRef.new(shape: String, location_name: "ipAddress"))
14976
15505
  Route.struct_class = Types::Route
14977
15506
 
14978
15507
  RouteList.member = Shapes::ShapeRef.new(shape: Route, location_name: "item")
@@ -15087,6 +15616,7 @@ module Aws::EC2
15087
15616
  RouteTableAssociation.add_member(:route_table_id, Shapes::ShapeRef.new(shape: String, location_name: "routeTableId"))
15088
15617
  RouteTableAssociation.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "subnetId"))
15089
15618
  RouteTableAssociation.add_member(:gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "gatewayId"))
15619
+ RouteTableAssociation.add_member(:public_ipv_4_pool, Shapes::ShapeRef.new(shape: String, location_name: "publicIpv4Pool"))
15090
15620
  RouteTableAssociation.add_member(:association_state, Shapes::ShapeRef.new(shape: RouteTableAssociationState, location_name: "associationState"))
15091
15621
  RouteTableAssociation.struct_class = Types::RouteTableAssociation
15092
15622
 
@@ -15137,8 +15667,8 @@ module Aws::EC2
15137
15667
  RunInstancesRequest.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroupStringList, location_name: "SecurityGroup"))
15138
15668
  RunInstancesRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, location_name: "SubnetId"))
15139
15669
  RunInstancesRequest.add_member(:user_data, Shapes::ShapeRef.new(shape: RunInstancesUserData, location_name: "UserData"))
15140
- RunInstancesRequest.add_member(:elastic_gpu_specification, Shapes::ShapeRef.new(shape: ElasticGpuSpecifications, location_name: "ElasticGpuSpecification"))
15141
- RunInstancesRequest.add_member(:elastic_inference_accelerators, Shapes::ShapeRef.new(shape: ElasticInferenceAccelerators, location_name: "ElasticInferenceAccelerator"))
15670
+ RunInstancesRequest.add_member(:elastic_gpu_specification, Shapes::ShapeRef.new(shape: ElasticGpuSpecifications, deprecated: true, location_name: "ElasticGpuSpecification", metadata: {"deprecatedMessage" => "Specifying Elastic Graphics accelerators is no longer supported on the RunInstances API.", "deprecatedSince" => "2024-01-08"}))
15671
+ RunInstancesRequest.add_member(:elastic_inference_accelerators, Shapes::ShapeRef.new(shape: ElasticInferenceAccelerators, deprecated: true, location_name: "ElasticInferenceAccelerator", metadata: {"deprecatedMessage" => "Specifying Elastic Inference accelerators is no longer supported on the RunInstances API.", "deprecatedSince" => "2024-01-08"}))
15142
15672
  RunInstancesRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
15143
15673
  RunInstancesRequest.add_member(:launch_template, Shapes::ShapeRef.new(shape: LaunchTemplateSpecification, location_name: "LaunchTemplate"))
15144
15674
  RunInstancesRequest.add_member(:instance_market_options, Shapes::ShapeRef.new(shape: InstanceMarketOptionsRequest, location_name: "InstanceMarketOptions"))
@@ -15435,6 +15965,7 @@ module Aws::EC2
15435
15965
  SecurityGroupVpcAssociation.add_member(:vpc_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcOwnerId"))
15436
15966
  SecurityGroupVpcAssociation.add_member(:state, Shapes::ShapeRef.new(shape: SecurityGroupVpcAssociationState, location_name: "state"))
15437
15967
  SecurityGroupVpcAssociation.add_member(:state_reason, Shapes::ShapeRef.new(shape: String, location_name: "stateReason"))
15968
+ SecurityGroupVpcAssociation.add_member(:group_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "groupOwnerId"))
15438
15969
  SecurityGroupVpcAssociation.struct_class = Types::SecurityGroupVpcAssociation
15439
15970
 
15440
15971
  SecurityGroupVpcAssociationList.member = Shapes::ShapeRef.new(shape: SecurityGroupVpcAssociation, location_name: "item")
@@ -15447,6 +15978,7 @@ module Aws::EC2
15447
15978
  ServiceConfiguration.add_member(:service_id, Shapes::ShapeRef.new(shape: String, location_name: "serviceId"))
15448
15979
  ServiceConfiguration.add_member(:service_name, Shapes::ShapeRef.new(shape: String, location_name: "serviceName"))
15449
15980
  ServiceConfiguration.add_member(:service_state, Shapes::ShapeRef.new(shape: ServiceState, location_name: "serviceState"))
15981
+ ServiceConfiguration.add_member(:availability_zone_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "availabilityZoneIdSet"))
15450
15982
  ServiceConfiguration.add_member(:availability_zones, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "availabilityZoneSet"))
15451
15983
  ServiceConfiguration.add_member(:acceptance_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "acceptanceRequired"))
15452
15984
  ServiceConfiguration.add_member(:manages_vpc_endpoints, Shapes::ShapeRef.new(shape: Boolean, location_name: "managesVpcEndpoints"))
@@ -15468,6 +16000,7 @@ module Aws::EC2
15468
16000
  ServiceDetail.add_member(:service_id, Shapes::ShapeRef.new(shape: String, location_name: "serviceId"))
15469
16001
  ServiceDetail.add_member(:service_type, Shapes::ShapeRef.new(shape: ServiceTypeDetailSet, location_name: "serviceType"))
15470
16002
  ServiceDetail.add_member(:service_region, Shapes::ShapeRef.new(shape: String, location_name: "serviceRegion"))
16003
+ ServiceDetail.add_member(:availability_zone_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "availabilityZoneIdSet"))
15471
16004
  ServiceDetail.add_member(:availability_zones, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "availabilityZoneSet"))
15472
16005
  ServiceDetail.add_member(:owner, Shapes::ShapeRef.new(shape: String, location_name: "owner"))
15473
16006
  ServiceDetail.add_member(:base_endpoint_dns_names, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "baseEndpointDnsNameSet"))
@@ -15707,6 +16240,7 @@ module Aws::EC2
15707
16240
  SpotInstanceRequest.add_member(:launch_group, Shapes::ShapeRef.new(shape: String, location_name: "launchGroup"))
15708
16241
  SpotInstanceRequest.add_member(:launch_specification, Shapes::ShapeRef.new(shape: LaunchSpecification, location_name: "launchSpecification"))
15709
16242
  SpotInstanceRequest.add_member(:launched_availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "launchedAvailabilityZone"))
16243
+ SpotInstanceRequest.add_member(:launched_availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "launchedAvailabilityZoneId"))
15710
16244
  SpotInstanceRequest.add_member(:product_description, Shapes::ShapeRef.new(shape: RIProductDescription, location_name: "productDescription"))
15711
16245
  SpotInstanceRequest.add_member(:spot_instance_request_id, Shapes::ShapeRef.new(shape: String, location_name: "spotInstanceRequestId"))
15712
16246
  SpotInstanceRequest.add_member(:spot_price, Shapes::ShapeRef.new(shape: String, location_name: "spotPrice"))
@@ -15775,6 +16309,7 @@ module Aws::EC2
15775
16309
  SpotPlacementScores.member = Shapes::ShapeRef.new(shape: SpotPlacementScore, location_name: "item")
15776
16310
 
15777
16311
  SpotPrice.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
16312
+ SpotPrice.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZoneId"))
15778
16313
  SpotPrice.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "instanceType"))
15779
16314
  SpotPrice.add_member(:product_description, Shapes::ShapeRef.new(shape: RIProductDescription, location_name: "productDescription"))
15780
16315
  SpotPrice.add_member(:spot_price, Shapes::ShapeRef.new(shape: String, location_name: "spotPrice"))
@@ -15855,6 +16390,7 @@ module Aws::EC2
15855
16390
 
15856
16391
  StopInstancesRequest.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIdStringList, required: true, location_name: "InstanceId"))
15857
16392
  StopInstancesRequest.add_member(:hibernate, Shapes::ShapeRef.new(shape: Boolean, location_name: "Hibernate"))
16393
+ StopInstancesRequest.add_member(:skip_os_shutdown, Shapes::ShapeRef.new(shape: Boolean, location_name: "SkipOsShutdown"))
15858
16394
  StopInstancesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
15859
16395
  StopInstancesRequest.add_member(:force, Shapes::ShapeRef.new(shape: Boolean, location_name: "force"))
15860
16396
  StopInstancesRequest.struct_class = Types::StopInstancesRequest
@@ -15896,6 +16432,7 @@ module Aws::EC2
15896
16432
  Subnet.add_member(:ipv_6_native, Shapes::ShapeRef.new(shape: Boolean, location_name: "ipv6Native"))
15897
16433
  Subnet.add_member(:private_dns_name_options_on_launch, Shapes::ShapeRef.new(shape: PrivateDnsNameOptionsOnLaunch, location_name: "privateDnsNameOptionsOnLaunch"))
15898
16434
  Subnet.add_member(:block_public_access_states, Shapes::ShapeRef.new(shape: BlockPublicAccessStates, location_name: "blockPublicAccessStates"))
16435
+ Subnet.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "type"))
15899
16436
  Subnet.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "subnetId"))
15900
16437
  Subnet.add_member(:state, Shapes::ShapeRef.new(shape: SubnetState, location_name: "state"))
15901
16438
  Subnet.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
@@ -15934,6 +16471,8 @@ module Aws::EC2
15934
16471
 
15935
16472
  SubnetConfigurationsList.member = Shapes::ShapeRef.new(shape: SubnetConfiguration, location_name: "item")
15936
16473
 
16474
+ SubnetIdList.member = Shapes::ShapeRef.new(shape: SubnetId, location_name: "AssociatedSubnetId")
16475
+
15937
16476
  SubnetIdStringList.member = Shapes::ShapeRef.new(shape: SubnetId, location_name: "SubnetId")
15938
16477
 
15939
16478
  SubnetIpPrefixes.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "subnetId"))
@@ -16069,6 +16608,8 @@ module Aws::EC2
16069
16608
  TerminateConnectionStatusSet.member = Shapes::ShapeRef.new(shape: TerminateConnectionStatus, location_name: "item")
16070
16609
 
16071
16610
  TerminateInstancesRequest.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIdStringList, required: true, location_name: "InstanceId"))
16611
+ TerminateInstancesRequest.add_member(:force, Shapes::ShapeRef.new(shape: Boolean, location_name: "Force"))
16612
+ TerminateInstancesRequest.add_member(:skip_os_shutdown, Shapes::ShapeRef.new(shape: Boolean, location_name: "SkipOsShutdown"))
16072
16613
  TerminateInstancesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
16073
16614
  TerminateInstancesRequest.struct_class = Types::TerminateInstancesRequest
16074
16615
 
@@ -16681,6 +17222,8 @@ module Aws::EC2
16681
17222
 
16682
17223
  UserIdGroupPairSet.member = Shapes::ShapeRef.new(shape: UserIdGroupPair, location_name: "item")
16683
17224
 
17225
+ UserIdList.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
17226
+
16684
17227
  UserIdStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "UserId")
16685
17228
 
16686
17229
  VCpuCountRange.add_member(:min, Shapes::ShapeRef.new(shape: Integer, location_name: "min"))
@@ -16945,6 +17488,7 @@ module Aws::EC2
16945
17488
 
16946
17489
  VirtualizationTypeSet.member = Shapes::ShapeRef.new(shape: VirtualizationType, location_name: "item")
16947
17490
 
17491
+ Volume.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZoneId"))
16948
17492
  Volume.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "outpostArn"))
16949
17493
  Volume.add_member(:iops, Shapes::ShapeRef.new(shape: Integer, location_name: "iops"))
16950
17494
  Volume.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
@@ -17046,6 +17590,8 @@ module Aws::EC2
17046
17590
  VolumeStatusItem.add_member(:volume_id, Shapes::ShapeRef.new(shape: String, location_name: "volumeId"))
17047
17591
  VolumeStatusItem.add_member(:volume_status, Shapes::ShapeRef.new(shape: VolumeStatusInfo, location_name: "volumeStatus"))
17048
17592
  VolumeStatusItem.add_member(:attachment_statuses, Shapes::ShapeRef.new(shape: VolumeStatusAttachmentStatusList, location_name: "attachmentStatuses"))
17593
+ VolumeStatusItem.add_member(:initialization_status_details, Shapes::ShapeRef.new(shape: InitializationStatusDetails, location_name: "initializationStatusDetails"))
17594
+ VolumeStatusItem.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZoneId"))
17049
17595
  VolumeStatusItem.struct_class = Types::VolumeStatusItem
17050
17596
 
17051
17597
  VolumeStatusList.member = Shapes::ShapeRef.new(shape: VolumeStatusItem, location_name: "item")
@@ -17260,6 +17806,7 @@ module Aws::EC2
17260
17806
  VpnConnection.add_member(:routes, Shapes::ShapeRef.new(shape: VpnStaticRouteList, location_name: "routes"))
17261
17807
  VpnConnection.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
17262
17808
  VpnConnection.add_member(:vgw_telemetry, Shapes::ShapeRef.new(shape: VgwTelemetryList, location_name: "vgwTelemetry"))
17809
+ VpnConnection.add_member(:pre_shared_key_arn, Shapes::ShapeRef.new(shape: String, location_name: "preSharedKeyArn"))
17263
17810
  VpnConnection.add_member(:vpn_connection_id, Shapes::ShapeRef.new(shape: String, location_name: "vpnConnectionId"))
17264
17811
  VpnConnection.add_member(:state, Shapes::ShapeRef.new(shape: VpnState, location_name: "state"))
17265
17812
  VpnConnection.add_member(:customer_gateway_configuration, Shapes::ShapeRef.new(shape: customerGatewayConfiguration, location_name: "customerGatewayConfiguration"))
@@ -17955,6 +18502,14 @@ module Aws::EC2
17955
18502
  o.output = Shapes::ShapeRef.new(shape: CreateDefaultVpcResult)
17956
18503
  end)
17957
18504
 
18505
+ api.add_operation(:create_delegate_mac_volume_ownership_task, Seahorse::Model::Operation.new.tap do |o|
18506
+ o.name = "CreateDelegateMacVolumeOwnershipTask"
18507
+ o.http_method = "POST"
18508
+ o.http_request_uri = "/"
18509
+ o.input = Shapes::ShapeRef.new(shape: CreateDelegateMacVolumeOwnershipTaskRequest)
18510
+ o.output = Shapes::ShapeRef.new(shape: CreateDelegateMacVolumeOwnershipTaskResult)
18511
+ end)
18512
+
17958
18513
  api.add_operation(:create_dhcp_options, Seahorse::Model::Operation.new.tap do |o|
17959
18514
  o.name = "CreateDhcpOptions"
17960
18515
  o.http_method = "POST"
@@ -18003,6 +18558,14 @@ module Aws::EC2
18003
18558
  o.output = Shapes::ShapeRef.new(shape: CreateImageResult)
18004
18559
  end)
18005
18560
 
18561
+ api.add_operation(:create_image_usage_report, Seahorse::Model::Operation.new.tap do |o|
18562
+ o.name = "CreateImageUsageReport"
18563
+ o.http_method = "POST"
18564
+ o.http_request_uri = "/"
18565
+ o.input = Shapes::ShapeRef.new(shape: CreateImageUsageReportRequest)
18566
+ o.output = Shapes::ShapeRef.new(shape: CreateImageUsageReportResult)
18567
+ end)
18568
+
18006
18569
  api.add_operation(:create_instance_connect_endpoint, Seahorse::Model::Operation.new.tap do |o|
18007
18570
  o.name = "CreateInstanceConnectEndpoint"
18008
18571
  o.http_method = "POST"
@@ -18147,6 +18710,14 @@ module Aws::EC2
18147
18710
  o.output = Shapes::ShapeRef.new(shape: CreateLocalGatewayVirtualInterfaceGroupResult)
18148
18711
  end)
18149
18712
 
18713
+ api.add_operation(:create_mac_system_integrity_protection_modification_task, Seahorse::Model::Operation.new.tap do |o|
18714
+ o.name = "CreateMacSystemIntegrityProtectionModificationTask"
18715
+ o.http_method = "POST"
18716
+ o.http_request_uri = "/"
18717
+ o.input = Shapes::ShapeRef.new(shape: CreateMacSystemIntegrityProtectionModificationTaskRequest)
18718
+ o.output = Shapes::ShapeRef.new(shape: CreateMacSystemIntegrityProtectionModificationTaskResult)
18719
+ end)
18720
+
18150
18721
  api.add_operation(:create_managed_prefix_list, Seahorse::Model::Operation.new.tap do |o|
18151
18722
  o.name = "CreateManagedPrefixList"
18152
18723
  o.http_method = "POST"
@@ -18675,6 +19246,14 @@ module Aws::EC2
18675
19246
  o.output = Shapes::ShapeRef.new(shape: DeleteFpgaImageResult)
18676
19247
  end)
18677
19248
 
19249
+ api.add_operation(:delete_image_usage_report, Seahorse::Model::Operation.new.tap do |o|
19250
+ o.name = "DeleteImageUsageReport"
19251
+ o.http_method = "POST"
19252
+ o.http_request_uri = "/"
19253
+ o.input = Shapes::ShapeRef.new(shape: DeleteImageUsageReportRequest)
19254
+ o.output = Shapes::ShapeRef.new(shape: DeleteImageUsageReportResult)
19255
+ end)
19256
+
18678
19257
  api.add_operation(:delete_instance_connect_endpoint, Seahorse::Model::Operation.new.tap do |o|
18679
19258
  o.name = "DeleteInstanceConnectEndpoint"
18680
19259
  o.http_method = "POST"
@@ -19437,6 +20016,34 @@ module Aws::EC2
19437
20016
  )
19438
20017
  end)
19439
20018
 
20019
+ api.add_operation(:describe_capacity_block_status, Seahorse::Model::Operation.new.tap do |o|
20020
+ o.name = "DescribeCapacityBlockStatus"
20021
+ o.http_method = "POST"
20022
+ o.http_request_uri = "/"
20023
+ o.input = Shapes::ShapeRef.new(shape: DescribeCapacityBlockStatusRequest)
20024
+ o.output = Shapes::ShapeRef.new(shape: DescribeCapacityBlockStatusResult)
20025
+ o[:pager] = Aws::Pager.new(
20026
+ limit_key: "max_results",
20027
+ tokens: {
20028
+ "next_token" => "next_token"
20029
+ }
20030
+ )
20031
+ end)
20032
+
20033
+ api.add_operation(:describe_capacity_blocks, Seahorse::Model::Operation.new.tap do |o|
20034
+ o.name = "DescribeCapacityBlocks"
20035
+ o.http_method = "POST"
20036
+ o.http_request_uri = "/"
20037
+ o.input = Shapes::ShapeRef.new(shape: DescribeCapacityBlocksRequest)
20038
+ o.output = Shapes::ShapeRef.new(shape: DescribeCapacityBlocksResult)
20039
+ o[:pager] = Aws::Pager.new(
20040
+ limit_key: "max_results",
20041
+ tokens: {
20042
+ "next_token" => "next_token"
20043
+ }
20044
+ )
20045
+ end)
20046
+
19440
20047
  api.add_operation(:describe_capacity_reservation_billing_requests, Seahorse::Model::Operation.new.tap do |o|
19441
20048
  o.name = "DescribeCapacityReservationBillingRequests"
19442
20049
  o.http_method = "POST"
@@ -19847,6 +20454,48 @@ module Aws::EC2
19847
20454
  o.output = Shapes::ShapeRef.new(shape: ImageAttribute)
19848
20455
  end)
19849
20456
 
20457
+ api.add_operation(:describe_image_references, Seahorse::Model::Operation.new.tap do |o|
20458
+ o.name = "DescribeImageReferences"
20459
+ o.http_method = "POST"
20460
+ o.http_request_uri = "/"
20461
+ o.input = Shapes::ShapeRef.new(shape: DescribeImageReferencesRequest)
20462
+ o.output = Shapes::ShapeRef.new(shape: DescribeImageReferencesResult)
20463
+ o[:pager] = Aws::Pager.new(
20464
+ limit_key: "max_results",
20465
+ tokens: {
20466
+ "next_token" => "next_token"
20467
+ }
20468
+ )
20469
+ end)
20470
+
20471
+ api.add_operation(:describe_image_usage_report_entries, Seahorse::Model::Operation.new.tap do |o|
20472
+ o.name = "DescribeImageUsageReportEntries"
20473
+ o.http_method = "POST"
20474
+ o.http_request_uri = "/"
20475
+ o.input = Shapes::ShapeRef.new(shape: DescribeImageUsageReportEntriesRequest)
20476
+ o.output = Shapes::ShapeRef.new(shape: DescribeImageUsageReportEntriesResult)
20477
+ o[:pager] = Aws::Pager.new(
20478
+ limit_key: "max_results",
20479
+ tokens: {
20480
+ "next_token" => "next_token"
20481
+ }
20482
+ )
20483
+ end)
20484
+
20485
+ api.add_operation(:describe_image_usage_reports, Seahorse::Model::Operation.new.tap do |o|
20486
+ o.name = "DescribeImageUsageReports"
20487
+ o.http_method = "POST"
20488
+ o.http_request_uri = "/"
20489
+ o.input = Shapes::ShapeRef.new(shape: DescribeImageUsageReportsRequest)
20490
+ o.output = Shapes::ShapeRef.new(shape: DescribeImageUsageReportsResult)
20491
+ o[:pager] = Aws::Pager.new(
20492
+ limit_key: "max_results",
20493
+ tokens: {
20494
+ "next_token" => "next_token"
20495
+ }
20496
+ )
20497
+ end)
20498
+
19850
20499
  api.add_operation(:describe_images, Seahorse::Model::Operation.new.tap do |o|
19851
20500
  o.name = "DescribeImages"
19852
20501
  o.http_method = "POST"
@@ -20287,6 +20936,20 @@ module Aws::EC2
20287
20936
  )
20288
20937
  end)
20289
20938
 
20939
+ api.add_operation(:describe_mac_modification_tasks, Seahorse::Model::Operation.new.tap do |o|
20940
+ o.name = "DescribeMacModificationTasks"
20941
+ o.http_method = "POST"
20942
+ o.http_request_uri = "/"
20943
+ o.input = Shapes::ShapeRef.new(shape: DescribeMacModificationTasksRequest)
20944
+ o.output = Shapes::ShapeRef.new(shape: DescribeMacModificationTasksResult)
20945
+ o[:pager] = Aws::Pager.new(
20946
+ limit_key: "max_results",
20947
+ tokens: {
20948
+ "next_token" => "next_token"
20949
+ }
20950
+ )
20951
+ end)
20952
+
20290
20953
  api.add_operation(:describe_managed_prefix_lists, Seahorse::Model::Operation.new.tap do |o|
20291
20954
  o.name = "DescribeManagedPrefixLists"
20292
20955
  o.http_method = "POST"
@@ -21894,6 +22557,14 @@ module Aws::EC2
21894
22557
  o.output = Shapes::ShapeRef.new(shape: ExportVerifiedAccessInstanceClientConfigurationResult)
21895
22558
  end)
21896
22559
 
22560
+ api.add_operation(:get_active_vpn_tunnel_status, Seahorse::Model::Operation.new.tap do |o|
22561
+ o.name = "GetActiveVpnTunnelStatus"
22562
+ o.http_method = "POST"
22563
+ o.http_request_uri = "/"
22564
+ o.input = Shapes::ShapeRef.new(shape: GetActiveVpnTunnelStatusRequest)
22565
+ o.output = Shapes::ShapeRef.new(shape: GetActiveVpnTunnelStatusResult)
22566
+ end)
22567
+
21897
22568
  api.add_operation(:get_allowed_images_settings, Seahorse::Model::Operation.new.tap do |o|
21898
22569
  o.name = "GetAllowedImagesSettings"
21899
22570
  o.http_method = "POST"
@@ -22670,6 +23341,14 @@ module Aws::EC2
22670
23341
  o.output = Shapes::ShapeRef.new(shape: ModifyInstanceCapacityReservationAttributesResult)
22671
23342
  end)
22672
23343
 
23344
+ api.add_operation(:modify_instance_connect_endpoint, Seahorse::Model::Operation.new.tap do |o|
23345
+ o.name = "ModifyInstanceConnectEndpoint"
23346
+ o.http_method = "POST"
23347
+ o.http_request_uri = "/"
23348
+ o.input = Shapes::ShapeRef.new(shape: ModifyInstanceConnectEndpointRequest)
23349
+ o.output = Shapes::ShapeRef.new(shape: ModifyInstanceConnectEndpointResult)
23350
+ end)
23351
+
22673
23352
  api.add_operation(:modify_instance_cpu_options, Seahorse::Model::Operation.new.tap do |o|
22674
23353
  o.name = "ModifyInstanceCpuOptions"
22675
23354
  o.http_method = "POST"
@@ -22822,6 +23501,14 @@ module Aws::EC2
22822
23501
  o.output = Shapes::ShapeRef.new(shape: ModifyPrivateDnsNameOptionsResult)
22823
23502
  end)
22824
23503
 
23504
+ api.add_operation(:modify_public_ip_dns_name_options, Seahorse::Model::Operation.new.tap do |o|
23505
+ o.name = "ModifyPublicIpDnsNameOptions"
23506
+ o.http_method = "POST"
23507
+ o.http_request_uri = "/"
23508
+ o.input = Shapes::ShapeRef.new(shape: ModifyPublicIpDnsNameOptionsRequest)
23509
+ o.output = Shapes::ShapeRef.new(shape: ModifyPublicIpDnsNameOptionsResult)
23510
+ end)
23511
+
22825
23512
  api.add_operation(:modify_reserved_instances, Seahorse::Model::Operation.new.tap do |o|
22826
23513
  o.name = "ModifyReservedInstances"
22827
23514
  o.http_method = "POST"