aws-sdk-ec2 1.281.0 → 1.285.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -801,6 +801,9 @@ module Aws::EC2
801
801
  DescribeSecurityGroupsResult = Shapes::StructureShape.new(name: 'DescribeSecurityGroupsResult')
802
802
  DescribeSnapshotAttributeRequest = Shapes::StructureShape.new(name: 'DescribeSnapshotAttributeRequest')
803
803
  DescribeSnapshotAttributeResult = Shapes::StructureShape.new(name: 'DescribeSnapshotAttributeResult')
804
+ DescribeSnapshotTierStatusMaxResults = Shapes::IntegerShape.new(name: 'DescribeSnapshotTierStatusMaxResults')
805
+ DescribeSnapshotTierStatusRequest = Shapes::StructureShape.new(name: 'DescribeSnapshotTierStatusRequest')
806
+ DescribeSnapshotTierStatusResult = Shapes::StructureShape.new(name: 'DescribeSnapshotTierStatusResult')
804
807
  DescribeSnapshotsRequest = Shapes::StructureShape.new(name: 'DescribeSnapshotsRequest')
805
808
  DescribeSnapshotsResult = Shapes::StructureShape.new(name: 'DescribeSnapshotsResult')
806
809
  DescribeSpotDatafeedSubscriptionRequest = Shapes::StructureShape.new(name: 'DescribeSpotDatafeedSubscriptionRequest')
@@ -1229,6 +1232,7 @@ module Aws::EC2
1229
1232
  HostReservationIdSet = Shapes::ListShape.new(name: 'HostReservationIdSet')
1230
1233
  HostReservationSet = Shapes::ListShape.new(name: 'HostReservationSet')
1231
1234
  HostTenancy = Shapes::StringShape.new(name: 'HostTenancy')
1235
+ HostnameType = Shapes::StringShape.new(name: 'HostnameType')
1232
1236
  Hour = Shapes::IntegerShape.new(name: 'Hour')
1233
1237
  HttpTokensState = Shapes::StringShape.new(name: 'HttpTokensState')
1234
1238
  HypervisorType = Shapes::StringShape.new(name: 'HypervisorType')
@@ -1507,6 +1511,8 @@ module Aws::EC2
1507
1511
  LaunchTemplateOverridesList = Shapes::ListShape.new(name: 'LaunchTemplateOverridesList')
1508
1512
  LaunchTemplatePlacement = Shapes::StructureShape.new(name: 'LaunchTemplatePlacement')
1509
1513
  LaunchTemplatePlacementRequest = Shapes::StructureShape.new(name: 'LaunchTemplatePlacementRequest')
1514
+ LaunchTemplatePrivateDnsNameOptions = Shapes::StructureShape.new(name: 'LaunchTemplatePrivateDnsNameOptions')
1515
+ LaunchTemplatePrivateDnsNameOptionsRequest = Shapes::StructureShape.new(name: 'LaunchTemplatePrivateDnsNameOptionsRequest')
1510
1516
  LaunchTemplateSet = Shapes::ListShape.new(name: 'LaunchTemplateSet')
1511
1517
  LaunchTemplateSpecification = Shapes::StructureShape.new(name: 'LaunchTemplateSpecification')
1512
1518
  LaunchTemplateSpotMarketOptions = Shapes::StructureShape.new(name: 'LaunchTemplateSpotMarketOptions')
@@ -1523,6 +1529,9 @@ module Aws::EC2
1523
1529
  LicenseConfigurationRequest = Shapes::StructureShape.new(name: 'LicenseConfigurationRequest')
1524
1530
  LicenseList = Shapes::ListShape.new(name: 'LicenseList')
1525
1531
  LicenseSpecificationListRequest = Shapes::ListShape.new(name: 'LicenseSpecificationListRequest')
1532
+ ListSnapshotsInRecycleBinMaxResults = Shapes::IntegerShape.new(name: 'ListSnapshotsInRecycleBinMaxResults')
1533
+ ListSnapshotsInRecycleBinRequest = Shapes::StructureShape.new(name: 'ListSnapshotsInRecycleBinRequest')
1534
+ ListSnapshotsInRecycleBinResult = Shapes::StructureShape.new(name: 'ListSnapshotsInRecycleBinResult')
1526
1535
  ListingState = Shapes::StringShape.new(name: 'ListingState')
1527
1536
  ListingStatus = Shapes::StringShape.new(name: 'ListingStatus')
1528
1537
  LoadBalancersConfig = Shapes::StructureShape.new(name: 'LoadBalancersConfig')
@@ -1629,11 +1638,15 @@ module Aws::EC2
1629
1638
  ModifyManagedPrefixListRequest = Shapes::StructureShape.new(name: 'ModifyManagedPrefixListRequest')
1630
1639
  ModifyManagedPrefixListResult = Shapes::StructureShape.new(name: 'ModifyManagedPrefixListResult')
1631
1640
  ModifyNetworkInterfaceAttributeRequest = Shapes::StructureShape.new(name: 'ModifyNetworkInterfaceAttributeRequest')
1641
+ ModifyPrivateDnsNameOptionsRequest = Shapes::StructureShape.new(name: 'ModifyPrivateDnsNameOptionsRequest')
1642
+ ModifyPrivateDnsNameOptionsResult = Shapes::StructureShape.new(name: 'ModifyPrivateDnsNameOptionsResult')
1632
1643
  ModifyReservedInstancesRequest = Shapes::StructureShape.new(name: 'ModifyReservedInstancesRequest')
1633
1644
  ModifyReservedInstancesResult = Shapes::StructureShape.new(name: 'ModifyReservedInstancesResult')
1634
1645
  ModifySecurityGroupRulesRequest = Shapes::StructureShape.new(name: 'ModifySecurityGroupRulesRequest')
1635
1646
  ModifySecurityGroupRulesResult = Shapes::StructureShape.new(name: 'ModifySecurityGroupRulesResult')
1636
1647
  ModifySnapshotAttributeRequest = Shapes::StructureShape.new(name: 'ModifySnapshotAttributeRequest')
1648
+ ModifySnapshotTierRequest = Shapes::StructureShape.new(name: 'ModifySnapshotTierRequest')
1649
+ ModifySnapshotTierResult = Shapes::StructureShape.new(name: 'ModifySnapshotTierResult')
1637
1650
  ModifySpotFleetRequestRequest = Shapes::StructureShape.new(name: 'ModifySpotFleetRequestRequest')
1638
1651
  ModifySpotFleetRequestResponse = Shapes::StructureShape.new(name: 'ModifySpotFleetRequestResponse')
1639
1652
  ModifySubnetAttributeRequest = Shapes::StructureShape.new(name: 'ModifySubnetAttributeRequest')
@@ -1835,6 +1848,9 @@ module Aws::EC2
1835
1848
  PrivateDnsDetails = Shapes::StructureShape.new(name: 'PrivateDnsDetails')
1836
1849
  PrivateDnsDetailsSet = Shapes::ListShape.new(name: 'PrivateDnsDetailsSet')
1837
1850
  PrivateDnsNameConfiguration = Shapes::StructureShape.new(name: 'PrivateDnsNameConfiguration')
1851
+ PrivateDnsNameOptionsOnLaunch = Shapes::StructureShape.new(name: 'PrivateDnsNameOptionsOnLaunch')
1852
+ PrivateDnsNameOptionsRequest = Shapes::StructureShape.new(name: 'PrivateDnsNameOptionsRequest')
1853
+ PrivateDnsNameOptionsResponse = Shapes::StructureShape.new(name: 'PrivateDnsNameOptionsResponse')
1838
1854
  PrivateIpAddressConfigSet = Shapes::ListShape.new(name: 'PrivateIpAddressConfigSet')
1839
1855
  PrivateIpAddressSpecification = Shapes::StructureShape.new(name: 'PrivateIpAddressSpecification')
1840
1856
  PrivateIpAddressSpecificationList = Shapes::ListShape.new(name: 'PrivateIpAddressSpecificationList')
@@ -1995,6 +2011,11 @@ module Aws::EC2
1995
2011
  RestoreAddressToClassicResult = Shapes::StructureShape.new(name: 'RestoreAddressToClassicResult')
1996
2012
  RestoreManagedPrefixListVersionRequest = Shapes::StructureShape.new(name: 'RestoreManagedPrefixListVersionRequest')
1997
2013
  RestoreManagedPrefixListVersionResult = Shapes::StructureShape.new(name: 'RestoreManagedPrefixListVersionResult')
2014
+ RestoreSnapshotFromRecycleBinRequest = Shapes::StructureShape.new(name: 'RestoreSnapshotFromRecycleBinRequest')
2015
+ RestoreSnapshotFromRecycleBinResult = Shapes::StructureShape.new(name: 'RestoreSnapshotFromRecycleBinResult')
2016
+ RestoreSnapshotTierRequest = Shapes::StructureShape.new(name: 'RestoreSnapshotTierRequest')
2017
+ RestoreSnapshotTierRequestTemporaryRestoreDays = Shapes::IntegerShape.new(name: 'RestoreSnapshotTierRequestTemporaryRestoreDays')
2018
+ RestoreSnapshotTierResult = Shapes::StructureShape.new(name: 'RestoreSnapshotTierResult')
1998
2019
  ResultRange = Shapes::IntegerShape.new(name: 'ResultRange')
1999
2020
  RevokeClientVpnIngressRequest = Shapes::StructureShape.new(name: 'RevokeClientVpnIngressRequest')
2000
2021
  RevokeClientVpnIngressResult = Shapes::StructureShape.new(name: 'RevokeClientVpnIngressResult')
@@ -2094,9 +2115,12 @@ module Aws::EC2
2094
2115
  SnapshotIdStringList = Shapes::ListShape.new(name: 'SnapshotIdStringList')
2095
2116
  SnapshotInfo = Shapes::StructureShape.new(name: 'SnapshotInfo')
2096
2117
  SnapshotList = Shapes::ListShape.new(name: 'SnapshotList')
2118
+ SnapshotRecycleBinInfo = Shapes::StructureShape.new(name: 'SnapshotRecycleBinInfo')
2119
+ SnapshotRecycleBinInfoList = Shapes::ListShape.new(name: 'SnapshotRecycleBinInfoList')
2097
2120
  SnapshotSet = Shapes::ListShape.new(name: 'SnapshotSet')
2098
2121
  SnapshotState = Shapes::StringShape.new(name: 'SnapshotState')
2099
2122
  SnapshotTaskDetail = Shapes::StructureShape.new(name: 'SnapshotTaskDetail')
2123
+ SnapshotTierStatus = Shapes::StructureShape.new(name: 'SnapshotTierStatus')
2100
2124
  SpotAllocationStrategy = Shapes::StringShape.new(name: 'SpotAllocationStrategy')
2101
2125
  SpotCapacityRebalance = Shapes::StructureShape.new(name: 'SpotCapacityRebalance')
2102
2126
  SpotDatafeedSubscription = Shapes::StructureShape.new(name: 'SpotDatafeedSubscription')
@@ -2149,6 +2173,7 @@ module Aws::EC2
2149
2173
  StopInstancesResult = Shapes::StructureShape.new(name: 'StopInstancesResult')
2150
2174
  Storage = Shapes::StructureShape.new(name: 'Storage')
2151
2175
  StorageLocation = Shapes::StructureShape.new(name: 'StorageLocation')
2176
+ StorageTier = Shapes::StringShape.new(name: 'StorageTier')
2152
2177
  StoreImageTaskResult = Shapes::StructureShape.new(name: 'StoreImageTaskResult')
2153
2178
  StoreImageTaskResultSet = Shapes::ListShape.new(name: 'StoreImageTaskResultSet')
2154
2179
  String = Shapes::StringShape.new(name: 'String')
@@ -2194,6 +2219,7 @@ module Aws::EC2
2194
2219
  TargetNetworkSet = Shapes::ListShape.new(name: 'TargetNetworkSet')
2195
2220
  TargetReservationValue = Shapes::StructureShape.new(name: 'TargetReservationValue')
2196
2221
  TargetReservationValueSet = Shapes::ListShape.new(name: 'TargetReservationValueSet')
2222
+ TargetStorageTier = Shapes::StringShape.new(name: 'TargetStorageTier')
2197
2223
  TelemetryStatus = Shapes::StringShape.new(name: 'TelemetryStatus')
2198
2224
  Tenancy = Shapes::StringShape.new(name: 'Tenancy')
2199
2225
  TerminateClientVpnConnectionsRequest = Shapes::StructureShape.new(name: 'TerminateClientVpnConnectionsRequest')
@@ -2204,6 +2230,7 @@ module Aws::EC2
2204
2230
  TerminateInstancesResult = Shapes::StructureShape.new(name: 'TerminateInstancesResult')
2205
2231
  ThreadsPerCore = Shapes::IntegerShape.new(name: 'ThreadsPerCore')
2206
2232
  ThreadsPerCoreList = Shapes::ListShape.new(name: 'ThreadsPerCoreList')
2233
+ TieringOperationStatus = Shapes::StringShape.new(name: 'TieringOperationStatus')
2207
2234
  TotalLocalStorageGB = Shapes::StructureShape.new(name: 'TotalLocalStorageGB')
2208
2235
  TotalLocalStorageGBRequest = Shapes::StructureShape.new(name: 'TotalLocalStorageGBRequest')
2209
2236
  TrafficDirection = Shapes::StringShape.new(name: 'TrafficDirection')
@@ -2456,6 +2483,7 @@ module Aws::EC2
2456
2483
  ZoneIdStringList = Shapes::ListShape.new(name: 'ZoneIdStringList')
2457
2484
  ZoneNameStringList = Shapes::ListShape.new(name: 'ZoneNameStringList')
2458
2485
  scope = Shapes::StringShape.new(name: 'scope')
2486
+ snapshotTierStatusSet = Shapes::ListShape.new(name: 'snapshotTierStatusSet')
2459
2487
  totalFpgaMemory = Shapes::IntegerShape.new(name: 'totalFpgaMemory')
2460
2488
  totalGpuMemory = Shapes::IntegerShape.new(name: 'totalGpuMemory')
2461
2489
 
@@ -3602,6 +3630,7 @@ module Aws::EC2
3602
3630
 
3603
3631
  CreateDefaultSubnetRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, required: true, location_name: "AvailabilityZone"))
3604
3632
  CreateDefaultSubnetRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
3633
+ CreateDefaultSubnetRequest.add_member(:ipv_6_native, Shapes::ShapeRef.new(shape: Boolean, location_name: "Ipv6Native"))
3605
3634
  CreateDefaultSubnetRequest.struct_class = Types::CreateDefaultSubnetRequest
3606
3635
 
3607
3636
  CreateDefaultSubnetResult.add_member(:subnet, Shapes::ShapeRef.new(shape: Subnet, location_name: "subnet"))
@@ -4008,11 +4037,12 @@ module Aws::EC2
4008
4037
  CreateSubnetRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
4009
4038
  CreateSubnetRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
4010
4039
  CreateSubnetRequest.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZoneId"))
4011
- CreateSubnetRequest.add_member(:cidr_block, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CidrBlock"))
4040
+ CreateSubnetRequest.add_member(:cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "CidrBlock"))
4012
4041
  CreateSubnetRequest.add_member(:ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "Ipv6CidrBlock"))
4013
4042
  CreateSubnetRequest.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "OutpostArn"))
4014
4043
  CreateSubnetRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "VpcId"))
4015
4044
  CreateSubnetRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
4045
+ CreateSubnetRequest.add_member(:ipv_6_native, Shapes::ShapeRef.new(shape: Boolean, location_name: "Ipv6Native"))
4016
4046
  CreateSubnetRequest.struct_class = Types::CreateSubnetRequest
4017
4047
 
4018
4048
  CreateSubnetResult.add_member(:subnet, Shapes::ShapeRef.new(shape: Subnet, location_name: "subnet"))
@@ -5685,6 +5715,16 @@ module Aws::EC2
5685
5715
  DescribeSnapshotAttributeResult.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: String, location_name: "snapshotId"))
5686
5716
  DescribeSnapshotAttributeResult.struct_class = Types::DescribeSnapshotAttributeResult
5687
5717
 
5718
+ DescribeSnapshotTierStatusRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
5719
+ DescribeSnapshotTierStatusRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
5720
+ DescribeSnapshotTierStatusRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
5721
+ DescribeSnapshotTierStatusRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DescribeSnapshotTierStatusMaxResults, location_name: "MaxResults"))
5722
+ DescribeSnapshotTierStatusRequest.struct_class = Types::DescribeSnapshotTierStatusRequest
5723
+
5724
+ DescribeSnapshotTierStatusResult.add_member(:snapshot_tier_statuses, Shapes::ShapeRef.new(shape: snapshotTierStatusSet, location_name: "snapshotTierStatusSet"))
5725
+ DescribeSnapshotTierStatusResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
5726
+ DescribeSnapshotTierStatusResult.struct_class = Types::DescribeSnapshotTierStatusResult
5727
+
5688
5728
  DescribeSnapshotsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
5689
5729
  DescribeSnapshotsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxResults"))
5690
5730
  DescribeSnapshotsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
@@ -7658,6 +7698,8 @@ module Aws::EC2
7658
7698
  Instance.add_member(:platform_details, Shapes::ShapeRef.new(shape: String, location_name: "platformDetails"))
7659
7699
  Instance.add_member(:usage_operation, Shapes::ShapeRef.new(shape: String, location_name: "usageOperation"))
7660
7700
  Instance.add_member(:usage_operation_update_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "usageOperationUpdateTime"))
7701
+ Instance.add_member(:private_dns_name_options, Shapes::ShapeRef.new(shape: PrivateDnsNameOptionsResponse, location_name: "privateDnsNameOptions"))
7702
+ Instance.add_member(:ipv_6_address, Shapes::ShapeRef.new(shape: String, location_name: "ipv6Address"))
7661
7703
  Instance.struct_class = Types::Instance
7662
7704
 
7663
7705
  InstanceAttribute.add_member(:groups, Shapes::ShapeRef.new(shape: GroupIdentifierList, location_name: "groupSet"))
@@ -8425,6 +8467,16 @@ module Aws::EC2
8425
8467
  LaunchTemplatePlacementRequest.add_member(:partition_number, Shapes::ShapeRef.new(shape: Integer, location_name: "PartitionNumber"))
8426
8468
  LaunchTemplatePlacementRequest.struct_class = Types::LaunchTemplatePlacementRequest
8427
8469
 
8470
+ LaunchTemplatePrivateDnsNameOptions.add_member(:hostname_type, Shapes::ShapeRef.new(shape: HostnameType, location_name: "hostnameType"))
8471
+ LaunchTemplatePrivateDnsNameOptions.add_member(:enable_resource_name_dns_a_record, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableResourceNameDnsARecord"))
8472
+ LaunchTemplatePrivateDnsNameOptions.add_member(:enable_resource_name_dns_aaaa_record, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableResourceNameDnsAAAARecord"))
8473
+ LaunchTemplatePrivateDnsNameOptions.struct_class = Types::LaunchTemplatePrivateDnsNameOptions
8474
+
8475
+ LaunchTemplatePrivateDnsNameOptionsRequest.add_member(:hostname_type, Shapes::ShapeRef.new(shape: HostnameType, location_name: "HostnameType"))
8476
+ LaunchTemplatePrivateDnsNameOptionsRequest.add_member(:enable_resource_name_dns_a_record, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableResourceNameDnsARecord"))
8477
+ LaunchTemplatePrivateDnsNameOptionsRequest.add_member(:enable_resource_name_dns_aaaa_record, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableResourceNameDnsAAAARecord"))
8478
+ LaunchTemplatePrivateDnsNameOptionsRequest.struct_class = Types::LaunchTemplatePrivateDnsNameOptionsRequest
8479
+
8428
8480
  LaunchTemplateSet.member = Shapes::ShapeRef.new(shape: LaunchTemplate, location_name: "item")
8429
8481
 
8430
8482
  LaunchTemplateSpecification.add_member(:launch_template_id, Shapes::ShapeRef.new(shape: LaunchTemplateId, location_name: "LaunchTemplateId"))
@@ -8486,6 +8538,16 @@ module Aws::EC2
8486
8538
 
8487
8539
  LicenseSpecificationListRequest.member = Shapes::ShapeRef.new(shape: LicenseConfigurationRequest, location_name: "item")
8488
8540
 
8541
+ ListSnapshotsInRecycleBinRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListSnapshotsInRecycleBinMaxResults, location_name: "MaxResults"))
8542
+ ListSnapshotsInRecycleBinRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
8543
+ ListSnapshotsInRecycleBinRequest.add_member(:snapshot_ids, Shapes::ShapeRef.new(shape: SnapshotIdStringList, location_name: "SnapshotId"))
8544
+ ListSnapshotsInRecycleBinRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
8545
+ ListSnapshotsInRecycleBinRequest.struct_class = Types::ListSnapshotsInRecycleBinRequest
8546
+
8547
+ ListSnapshotsInRecycleBinResult.add_member(:snapshots, Shapes::ShapeRef.new(shape: SnapshotRecycleBinInfoList, location_name: "snapshotSet"))
8548
+ ListSnapshotsInRecycleBinResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
8549
+ ListSnapshotsInRecycleBinResult.struct_class = Types::ListSnapshotsInRecycleBinResult
8550
+
8489
8551
  LoadBalancersConfig.add_member(:classic_load_balancers_config, Shapes::ShapeRef.new(shape: ClassicLoadBalancersConfig, location_name: "classicLoadBalancersConfig"))
8490
8552
  LoadBalancersConfig.add_member(:target_groups_config, Shapes::ShapeRef.new(shape: TargetGroupsConfig, location_name: "targetGroupsConfig"))
8491
8553
  LoadBalancersConfig.struct_class = Types::LoadBalancersConfig
@@ -8868,6 +8930,16 @@ module Aws::EC2
8868
8930
  ModifyNetworkInterfaceAttributeRequest.add_member(:source_dest_check, Shapes::ShapeRef.new(shape: AttributeBooleanValue, location_name: "sourceDestCheck"))
8869
8931
  ModifyNetworkInterfaceAttributeRequest.struct_class = Types::ModifyNetworkInterfaceAttributeRequest
8870
8932
 
8933
+ ModifyPrivateDnsNameOptionsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
8934
+ ModifyPrivateDnsNameOptionsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
8935
+ ModifyPrivateDnsNameOptionsRequest.add_member(:private_dns_hostname_type, Shapes::ShapeRef.new(shape: HostnameType, location_name: "PrivateDnsHostnameType"))
8936
+ ModifyPrivateDnsNameOptionsRequest.add_member(:enable_resource_name_dns_a_record, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableResourceNameDnsARecord"))
8937
+ ModifyPrivateDnsNameOptionsRequest.add_member(:enable_resource_name_dns_aaaa_record, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableResourceNameDnsAAAARecord"))
8938
+ ModifyPrivateDnsNameOptionsRequest.struct_class = Types::ModifyPrivateDnsNameOptionsRequest
8939
+
8940
+ ModifyPrivateDnsNameOptionsResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
8941
+ ModifyPrivateDnsNameOptionsResult.struct_class = Types::ModifyPrivateDnsNameOptionsResult
8942
+
8871
8943
  ModifyReservedInstancesRequest.add_member(:reserved_instances_ids, Shapes::ShapeRef.new(shape: ReservedInstancesIdStringList, required: true, location_name: "ReservedInstancesId"))
8872
8944
  ModifyReservedInstancesRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken"))
8873
8945
  ModifyReservedInstancesRequest.add_member(:target_configurations, Shapes::ShapeRef.new(shape: ReservedInstancesConfigurationList, required: true, location_name: "ReservedInstancesConfigurationSetItemType"))
@@ -8893,6 +8965,15 @@ module Aws::EC2
8893
8965
  ModifySnapshotAttributeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
8894
8966
  ModifySnapshotAttributeRequest.struct_class = Types::ModifySnapshotAttributeRequest
8895
8967
 
8968
+ ModifySnapshotTierRequest.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, required: true, location_name: "SnapshotId"))
8969
+ ModifySnapshotTierRequest.add_member(:storage_tier, Shapes::ShapeRef.new(shape: TargetStorageTier, location_name: "StorageTier"))
8970
+ ModifySnapshotTierRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
8971
+ ModifySnapshotTierRequest.struct_class = Types::ModifySnapshotTierRequest
8972
+
8973
+ ModifySnapshotTierResult.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: String, location_name: "snapshotId"))
8974
+ ModifySnapshotTierResult.add_member(:tiering_start_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "tieringStartTime"))
8975
+ ModifySnapshotTierResult.struct_class = Types::ModifySnapshotTierResult
8976
+
8896
8977
  ModifySpotFleetRequestRequest.add_member(:excess_capacity_termination_policy, Shapes::ShapeRef.new(shape: ExcessCapacityTerminationPolicy, location_name: "excessCapacityTerminationPolicy"))
8897
8978
  ModifySpotFleetRequestRequest.add_member(:launch_template_configs, Shapes::ShapeRef.new(shape: LaunchTemplateConfigList, location_name: "LaunchTemplateConfig"))
8898
8979
  ModifySpotFleetRequestRequest.add_member(:spot_fleet_request_id, Shapes::ShapeRef.new(shape: SpotFleetRequestId, required: true, location_name: "spotFleetRequestId"))
@@ -8910,6 +8991,11 @@ module Aws::EC2
8910
8991
  ModifySubnetAttributeRequest.add_member(:map_customer_owned_ip_on_launch, Shapes::ShapeRef.new(shape: AttributeBooleanValue, location_name: "MapCustomerOwnedIpOnLaunch"))
8911
8992
  ModifySubnetAttributeRequest.add_member(:customer_owned_ipv_4_pool, Shapes::ShapeRef.new(shape: CoipPoolId, location_name: "CustomerOwnedIpv4Pool"))
8912
8993
  ModifySubnetAttributeRequest.add_member(:enable_dns_64, Shapes::ShapeRef.new(shape: AttributeBooleanValue, location_name: "EnableDns64"))
8994
+ ModifySubnetAttributeRequest.add_member(:private_dns_hostname_type_on_launch, Shapes::ShapeRef.new(shape: HostnameType, location_name: "PrivateDnsHostnameTypeOnLaunch"))
8995
+ ModifySubnetAttributeRequest.add_member(:enable_resource_name_dns_a_record_on_launch, Shapes::ShapeRef.new(shape: AttributeBooleanValue, location_name: "EnableResourceNameDnsARecordOnLaunch"))
8996
+ ModifySubnetAttributeRequest.add_member(:enable_resource_name_dns_aaaa_record_on_launch, Shapes::ShapeRef.new(shape: AttributeBooleanValue, location_name: "EnableResourceNameDnsAAAARecordOnLaunch"))
8997
+ ModifySubnetAttributeRequest.add_member(:enable_lni_at_device_index, Shapes::ShapeRef.new(shape: Integer, location_name: "EnableLniAtDeviceIndex"))
8998
+ ModifySubnetAttributeRequest.add_member(:disable_lni_at_device_index, Shapes::ShapeRef.new(shape: AttributeBooleanValue, location_name: "DisableLniAtDeviceIndex"))
8913
8999
  ModifySubnetAttributeRequest.struct_class = Types::ModifySubnetAttributeRequest
8914
9000
 
8915
9001
  ModifyTrafficMirrorFilterNetworkServicesRequest.add_member(:traffic_mirror_filter_id, Shapes::ShapeRef.new(shape: TrafficMirrorFilterId, required: true, location_name: "TrafficMirrorFilterId"))
@@ -9305,6 +9391,8 @@ module Aws::EC2
9305
9391
  NetworkInterface.add_member(:tag_set, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
9306
9392
  NetworkInterface.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
9307
9393
  NetworkInterface.add_member(:deny_all_igw_traffic, Shapes::ShapeRef.new(shape: Boolean, location_name: "denyAllIgwTraffic"))
9394
+ NetworkInterface.add_member(:ipv_6_native, Shapes::ShapeRef.new(shape: Boolean, location_name: "ipv6Native"))
9395
+ NetworkInterface.add_member(:ipv_6_address, Shapes::ShapeRef.new(shape: String, location_name: "ipv6Address"))
9308
9396
  NetworkInterface.struct_class = Types::NetworkInterface
9309
9397
 
9310
9398
  NetworkInterfaceAssociation.add_member(:allocation_id, Shapes::ShapeRef.new(shape: String, location_name: "allocationId"))
@@ -9613,6 +9701,21 @@ module Aws::EC2
9613
9701
  PrivateDnsNameConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
9614
9702
  PrivateDnsNameConfiguration.struct_class = Types::PrivateDnsNameConfiguration
9615
9703
 
9704
+ PrivateDnsNameOptionsOnLaunch.add_member(:hostname_type, Shapes::ShapeRef.new(shape: HostnameType, location_name: "hostnameType"))
9705
+ PrivateDnsNameOptionsOnLaunch.add_member(:enable_resource_name_dns_a_record, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableResourceNameDnsARecord"))
9706
+ PrivateDnsNameOptionsOnLaunch.add_member(:enable_resource_name_dns_aaaa_record, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableResourceNameDnsAAAARecord"))
9707
+ PrivateDnsNameOptionsOnLaunch.struct_class = Types::PrivateDnsNameOptionsOnLaunch
9708
+
9709
+ PrivateDnsNameOptionsRequest.add_member(:hostname_type, Shapes::ShapeRef.new(shape: HostnameType, location_name: "HostnameType"))
9710
+ PrivateDnsNameOptionsRequest.add_member(:enable_resource_name_dns_a_record, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableResourceNameDnsARecord"))
9711
+ PrivateDnsNameOptionsRequest.add_member(:enable_resource_name_dns_aaaa_record, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableResourceNameDnsAAAARecord"))
9712
+ PrivateDnsNameOptionsRequest.struct_class = Types::PrivateDnsNameOptionsRequest
9713
+
9714
+ PrivateDnsNameOptionsResponse.add_member(:hostname_type, Shapes::ShapeRef.new(shape: HostnameType, location_name: "hostnameType"))
9715
+ PrivateDnsNameOptionsResponse.add_member(:enable_resource_name_dns_a_record, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableResourceNameDnsARecord"))
9716
+ PrivateDnsNameOptionsResponse.add_member(:enable_resource_name_dns_aaaa_record, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableResourceNameDnsAAAARecord"))
9717
+ PrivateDnsNameOptionsResponse.struct_class = Types::PrivateDnsNameOptionsResponse
9718
+
9616
9719
  PrivateIpAddressConfigSet.member = Shapes::ShapeRef.new(shape: ScheduledInstancesPrivateIpAddressConfig, location_name: "PrivateIpAddressConfigSet")
9617
9720
 
9618
9721
  PrivateIpAddressSpecification.add_member(:primary, Shapes::ShapeRef.new(shape: Boolean, location_name: "primary"))
@@ -9996,6 +10099,7 @@ module Aws::EC2
9996
10099
  RequestLaunchTemplateData.add_member(:metadata_options, Shapes::ShapeRef.new(shape: LaunchTemplateInstanceMetadataOptionsRequest, location_name: "MetadataOptions"))
9997
10100
  RequestLaunchTemplateData.add_member(:enclave_options, Shapes::ShapeRef.new(shape: LaunchTemplateEnclaveOptionsRequest, location_name: "EnclaveOptions"))
9998
10101
  RequestLaunchTemplateData.add_member(:instance_requirements, Shapes::ShapeRef.new(shape: InstanceRequirementsRequest, location_name: "InstanceRequirements"))
10102
+ RequestLaunchTemplateData.add_member(:private_dns_name_options, Shapes::ShapeRef.new(shape: LaunchTemplatePrivateDnsNameOptionsRequest, location_name: "PrivateDnsNameOptions"))
9999
10103
  RequestLaunchTemplateData.struct_class = Types::RequestLaunchTemplateData
10000
10104
 
10001
10105
  RequestSpotFleetRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
@@ -10258,6 +10362,7 @@ module Aws::EC2
10258
10362
  ResponseLaunchTemplateData.add_member(:metadata_options, Shapes::ShapeRef.new(shape: LaunchTemplateInstanceMetadataOptions, location_name: "metadataOptions"))
10259
10363
  ResponseLaunchTemplateData.add_member(:enclave_options, Shapes::ShapeRef.new(shape: LaunchTemplateEnclaveOptions, location_name: "enclaveOptions"))
10260
10364
  ResponseLaunchTemplateData.add_member(:instance_requirements, Shapes::ShapeRef.new(shape: InstanceRequirements, location_name: "instanceRequirements"))
10365
+ ResponseLaunchTemplateData.add_member(:private_dns_name_options, Shapes::ShapeRef.new(shape: LaunchTemplatePrivateDnsNameOptions, location_name: "privateDnsNameOptions"))
10261
10366
  ResponseLaunchTemplateData.struct_class = Types::ResponseLaunchTemplateData
10262
10367
 
10263
10368
  RestorableByStringList.member = Shapes::ShapeRef.new(shape: String)
@@ -10279,6 +10384,34 @@ module Aws::EC2
10279
10384
  RestoreManagedPrefixListVersionResult.add_member(:prefix_list, Shapes::ShapeRef.new(shape: ManagedPrefixList, location_name: "prefixList"))
10280
10385
  RestoreManagedPrefixListVersionResult.struct_class = Types::RestoreManagedPrefixListVersionResult
10281
10386
 
10387
+ RestoreSnapshotFromRecycleBinRequest.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, required: true, location_name: "SnapshotId"))
10388
+ RestoreSnapshotFromRecycleBinRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
10389
+ RestoreSnapshotFromRecycleBinRequest.struct_class = Types::RestoreSnapshotFromRecycleBinRequest
10390
+
10391
+ RestoreSnapshotFromRecycleBinResult.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: String, location_name: "snapshotId"))
10392
+ RestoreSnapshotFromRecycleBinResult.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "outpostArn"))
10393
+ RestoreSnapshotFromRecycleBinResult.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
10394
+ RestoreSnapshotFromRecycleBinResult.add_member(:encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "encrypted"))
10395
+ RestoreSnapshotFromRecycleBinResult.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
10396
+ RestoreSnapshotFromRecycleBinResult.add_member(:progress, Shapes::ShapeRef.new(shape: String, location_name: "progress"))
10397
+ RestoreSnapshotFromRecycleBinResult.add_member(:start_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "startTime"))
10398
+ RestoreSnapshotFromRecycleBinResult.add_member(:state, Shapes::ShapeRef.new(shape: SnapshotState, location_name: "status"))
10399
+ RestoreSnapshotFromRecycleBinResult.add_member(:volume_id, Shapes::ShapeRef.new(shape: String, location_name: "volumeId"))
10400
+ RestoreSnapshotFromRecycleBinResult.add_member(:volume_size, Shapes::ShapeRef.new(shape: Integer, location_name: "volumeSize"))
10401
+ RestoreSnapshotFromRecycleBinResult.struct_class = Types::RestoreSnapshotFromRecycleBinResult
10402
+
10403
+ RestoreSnapshotTierRequest.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, required: true, location_name: "SnapshotId"))
10404
+ RestoreSnapshotTierRequest.add_member(:temporary_restore_days, Shapes::ShapeRef.new(shape: RestoreSnapshotTierRequestTemporaryRestoreDays, location_name: "TemporaryRestoreDays"))
10405
+ RestoreSnapshotTierRequest.add_member(:permanent_restore, Shapes::ShapeRef.new(shape: Boolean, location_name: "PermanentRestore"))
10406
+ RestoreSnapshotTierRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
10407
+ RestoreSnapshotTierRequest.struct_class = Types::RestoreSnapshotTierRequest
10408
+
10409
+ RestoreSnapshotTierResult.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: String, location_name: "snapshotId"))
10410
+ RestoreSnapshotTierResult.add_member(:restore_start_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "restoreStartTime"))
10411
+ RestoreSnapshotTierResult.add_member(:restore_duration, Shapes::ShapeRef.new(shape: Integer, location_name: "restoreDuration"))
10412
+ RestoreSnapshotTierResult.add_member(:is_permanent_restore, Shapes::ShapeRef.new(shape: Boolean, location_name: "isPermanentRestore"))
10413
+ RestoreSnapshotTierResult.struct_class = Types::RestoreSnapshotTierResult
10414
+
10282
10415
  RevokeClientVpnIngressRequest.add_member(:client_vpn_endpoint_id, Shapes::ShapeRef.new(shape: ClientVpnEndpointId, required: true, location_name: "ClientVpnEndpointId"))
10283
10416
  RevokeClientVpnIngressRequest.add_member(:target_network_cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetNetworkCidr"))
10284
10417
  RevokeClientVpnIngressRequest.add_member(:access_group_id, Shapes::ShapeRef.new(shape: String, location_name: "AccessGroupId"))
@@ -10411,6 +10544,7 @@ module Aws::EC2
10411
10544
  RunInstancesRequest.add_member(:license_specifications, Shapes::ShapeRef.new(shape: LicenseSpecificationListRequest, location_name: "LicenseSpecification"))
10412
10545
  RunInstancesRequest.add_member(:metadata_options, Shapes::ShapeRef.new(shape: InstanceMetadataOptionsRequest, location_name: "MetadataOptions"))
10413
10546
  RunInstancesRequest.add_member(:enclave_options, Shapes::ShapeRef.new(shape: EnclaveOptionsRequest, location_name: "EnclaveOptions"))
10547
+ RunInstancesRequest.add_member(:private_dns_name_options, Shapes::ShapeRef.new(shape: PrivateDnsNameOptionsRequest, location_name: "PrivateDnsNameOptions"))
10414
10548
  RunInstancesRequest.struct_class = Types::RunInstancesRequest
10415
10549
 
10416
10550
  RunScheduledInstancesRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
@@ -10724,6 +10858,8 @@ module Aws::EC2
10724
10858
  Snapshot.add_member(:owner_alias, Shapes::ShapeRef.new(shape: String, location_name: "ownerAlias"))
10725
10859
  Snapshot.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "outpostArn"))
10726
10860
  Snapshot.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
10861
+ Snapshot.add_member(:storage_tier, Shapes::ShapeRef.new(shape: StorageTier, location_name: "storageTier"))
10862
+ Snapshot.add_member(:restore_expiry_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "restoreExpiryTime"))
10727
10863
  Snapshot.struct_class = Types::Snapshot
10728
10864
 
10729
10865
  SnapshotDetail.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
@@ -10763,6 +10899,15 @@ module Aws::EC2
10763
10899
 
10764
10900
  SnapshotList.member = Shapes::ShapeRef.new(shape: Snapshot, location_name: "item")
10765
10901
 
10902
+ SnapshotRecycleBinInfo.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: String, location_name: "snapshotId"))
10903
+ SnapshotRecycleBinInfo.add_member(:recycle_bin_enter_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "recycleBinEnterTime"))
10904
+ SnapshotRecycleBinInfo.add_member(:recycle_bin_exit_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "recycleBinExitTime"))
10905
+ SnapshotRecycleBinInfo.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
10906
+ SnapshotRecycleBinInfo.add_member(:volume_id, Shapes::ShapeRef.new(shape: String, location_name: "volumeId"))
10907
+ SnapshotRecycleBinInfo.struct_class = Types::SnapshotRecycleBinInfo
10908
+
10909
+ SnapshotRecycleBinInfoList.member = Shapes::ShapeRef.new(shape: SnapshotRecycleBinInfo, location_name: "item")
10910
+
10766
10911
  SnapshotSet.member = Shapes::ShapeRef.new(shape: SnapshotInfo, location_name: "item")
10767
10912
 
10768
10913
  SnapshotTaskDetail.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
@@ -10778,6 +10923,20 @@ module Aws::EC2
10778
10923
  SnapshotTaskDetail.add_member(:user_bucket, Shapes::ShapeRef.new(shape: UserBucketDetails, location_name: "userBucket"))
10779
10924
  SnapshotTaskDetail.struct_class = Types::SnapshotTaskDetail
10780
10925
 
10926
+ SnapshotTierStatus.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, location_name: "snapshotId"))
10927
+ SnapshotTierStatus.add_member(:volume_id, Shapes::ShapeRef.new(shape: VolumeId, location_name: "volumeId"))
10928
+ SnapshotTierStatus.add_member(:status, Shapes::ShapeRef.new(shape: SnapshotState, location_name: "status"))
10929
+ SnapshotTierStatus.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
10930
+ SnapshotTierStatus.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
10931
+ SnapshotTierStatus.add_member(:storage_tier, Shapes::ShapeRef.new(shape: StorageTier, location_name: "storageTier"))
10932
+ SnapshotTierStatus.add_member(:last_tiering_start_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "lastTieringStartTime"))
10933
+ SnapshotTierStatus.add_member(:last_tiering_progress, Shapes::ShapeRef.new(shape: Integer, location_name: "lastTieringProgress"))
10934
+ SnapshotTierStatus.add_member(:last_tiering_operation_status, Shapes::ShapeRef.new(shape: TieringOperationStatus, location_name: "lastTieringOperationStatus"))
10935
+ SnapshotTierStatus.add_member(:last_tiering_operation_status_detail, Shapes::ShapeRef.new(shape: String, location_name: "lastTieringOperationStatusDetail"))
10936
+ SnapshotTierStatus.add_member(:archival_complete_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "archivalCompleteTime"))
10937
+ SnapshotTierStatus.add_member(:restore_expiry_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "restoreExpiryTime"))
10938
+ SnapshotTierStatus.struct_class = Types::SnapshotTierStatus
10939
+
10781
10940
  SpotCapacityRebalance.add_member(:replacement_strategy, Shapes::ShapeRef.new(shape: ReplacementStrategy, location_name: "replacementStrategy"))
10782
10941
  SpotCapacityRebalance.add_member(:termination_delay, Shapes::ShapeRef.new(shape: Integer, location_name: "terminationDelay"))
10783
10942
  SpotCapacityRebalance.struct_class = Types::SpotCapacityRebalance
@@ -11027,6 +11186,7 @@ module Aws::EC2
11027
11186
  Subnet.add_member(:available_ip_address_count, Shapes::ShapeRef.new(shape: Integer, location_name: "availableIpAddressCount"))
11028
11187
  Subnet.add_member(:cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "cidrBlock"))
11029
11188
  Subnet.add_member(:default_for_az, Shapes::ShapeRef.new(shape: Boolean, location_name: "defaultForAz"))
11189
+ Subnet.add_member(:enable_lni_at_device_index, Shapes::ShapeRef.new(shape: Integer, location_name: "enableLniAtDeviceIndex"))
11030
11190
  Subnet.add_member(:map_public_ip_on_launch, Shapes::ShapeRef.new(shape: Boolean, location_name: "mapPublicIpOnLaunch"))
11031
11191
  Subnet.add_member(:map_customer_owned_ip_on_launch, Shapes::ShapeRef.new(shape: Boolean, location_name: "mapCustomerOwnedIpOnLaunch"))
11032
11192
  Subnet.add_member(:customer_owned_ipv_4_pool, Shapes::ShapeRef.new(shape: CoipPoolId, location_name: "customerOwnedIpv4Pool"))
@@ -11040,6 +11200,8 @@ module Aws::EC2
11040
11200
  Subnet.add_member(:subnet_arn, Shapes::ShapeRef.new(shape: String, location_name: "subnetArn"))
11041
11201
  Subnet.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "outpostArn"))
11042
11202
  Subnet.add_member(:enable_dns_64, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableDns64"))
11203
+ Subnet.add_member(:ipv_6_native, Shapes::ShapeRef.new(shape: Boolean, location_name: "ipv6Native"))
11204
+ Subnet.add_member(:private_dns_name_options_on_launch, Shapes::ShapeRef.new(shape: PrivateDnsNameOptionsOnLaunch, location_name: "privateDnsNameOptionsOnLaunch"))
11043
11205
  Subnet.struct_class = Types::Subnet
11044
11206
 
11045
11207
  SubnetAssociation.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "subnetId"))
@@ -12040,6 +12202,8 @@ module Aws::EC2
12040
12202
 
12041
12203
  ZoneNameStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "ZoneName")
12042
12204
 
12205
+ snapshotTierStatusSet.member = Shapes::ShapeRef.new(shape: SnapshotTierStatus, location_name: "item")
12206
+
12043
12207
 
12044
12208
  # @api private
12045
12209
  API = Seahorse::Model::Api.new.tap do |api|
@@ -14481,6 +14645,20 @@ module Aws::EC2
14481
14645
  o.output = Shapes::ShapeRef.new(shape: DescribeSnapshotAttributeResult)
14482
14646
  end)
14483
14647
 
14648
+ api.add_operation(:describe_snapshot_tier_status, Seahorse::Model::Operation.new.tap do |o|
14649
+ o.name = "DescribeSnapshotTierStatus"
14650
+ o.http_method = "POST"
14651
+ o.http_request_uri = "/"
14652
+ o.input = Shapes::ShapeRef.new(shape: DescribeSnapshotTierStatusRequest)
14653
+ o.output = Shapes::ShapeRef.new(shape: DescribeSnapshotTierStatusResult)
14654
+ o[:pager] = Aws::Pager.new(
14655
+ limit_key: "max_results",
14656
+ tokens: {
14657
+ "next_token" => "next_token"
14658
+ }
14659
+ )
14660
+ end)
14661
+
14484
14662
  api.add_operation(:describe_snapshots, Seahorse::Model::Operation.new.tap do |o|
14485
14663
  o.name = "DescribeSnapshots"
14486
14664
  o.http_method = "POST"
@@ -15627,6 +15805,20 @@ module Aws::EC2
15627
15805
  o.output = Shapes::ShapeRef.new(shape: ImportVolumeResult)
15628
15806
  end)
15629
15807
 
15808
+ api.add_operation(:list_snapshots_in_recycle_bin, Seahorse::Model::Operation.new.tap do |o|
15809
+ o.name = "ListSnapshotsInRecycleBin"
15810
+ o.http_method = "POST"
15811
+ o.http_request_uri = "/"
15812
+ o.input = Shapes::ShapeRef.new(shape: ListSnapshotsInRecycleBinRequest)
15813
+ o.output = Shapes::ShapeRef.new(shape: ListSnapshotsInRecycleBinResult)
15814
+ o[:pager] = Aws::Pager.new(
15815
+ limit_key: "max_results",
15816
+ tokens: {
15817
+ "next_token" => "next_token"
15818
+ }
15819
+ )
15820
+ end)
15821
+
15630
15822
  api.add_operation(:modify_address_attribute, Seahorse::Model::Operation.new.tap do |o|
15631
15823
  o.name = "ModifyAddressAttribute"
15632
15824
  o.http_method = "POST"
@@ -15811,6 +16003,14 @@ module Aws::EC2
15811
16003
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
15812
16004
  end)
15813
16005
 
16006
+ api.add_operation(:modify_private_dns_name_options, Seahorse::Model::Operation.new.tap do |o|
16007
+ o.name = "ModifyPrivateDnsNameOptions"
16008
+ o.http_method = "POST"
16009
+ o.http_request_uri = "/"
16010
+ o.input = Shapes::ShapeRef.new(shape: ModifyPrivateDnsNameOptionsRequest)
16011
+ o.output = Shapes::ShapeRef.new(shape: ModifyPrivateDnsNameOptionsResult)
16012
+ end)
16013
+
15814
16014
  api.add_operation(:modify_reserved_instances, Seahorse::Model::Operation.new.tap do |o|
15815
16015
  o.name = "ModifyReservedInstances"
15816
16016
  o.http_method = "POST"
@@ -15835,6 +16035,14 @@ module Aws::EC2
15835
16035
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
15836
16036
  end)
15837
16037
 
16038
+ api.add_operation(:modify_snapshot_tier, Seahorse::Model::Operation.new.tap do |o|
16039
+ o.name = "ModifySnapshotTier"
16040
+ o.http_method = "POST"
16041
+ o.http_request_uri = "/"
16042
+ o.input = Shapes::ShapeRef.new(shape: ModifySnapshotTierRequest)
16043
+ o.output = Shapes::ShapeRef.new(shape: ModifySnapshotTierResult)
16044
+ end)
16045
+
15838
16046
  api.add_operation(:modify_spot_fleet_request, Seahorse::Model::Operation.new.tap do |o|
15839
16047
  o.name = "ModifySpotFleetRequest"
15840
16048
  o.http_method = "POST"
@@ -16291,6 +16499,22 @@ module Aws::EC2
16291
16499
  o.output = Shapes::ShapeRef.new(shape: RestoreManagedPrefixListVersionResult)
16292
16500
  end)
16293
16501
 
16502
+ api.add_operation(:restore_snapshot_from_recycle_bin, Seahorse::Model::Operation.new.tap do |o|
16503
+ o.name = "RestoreSnapshotFromRecycleBin"
16504
+ o.http_method = "POST"
16505
+ o.http_request_uri = "/"
16506
+ o.input = Shapes::ShapeRef.new(shape: RestoreSnapshotFromRecycleBinRequest)
16507
+ o.output = Shapes::ShapeRef.new(shape: RestoreSnapshotFromRecycleBinResult)
16508
+ end)
16509
+
16510
+ api.add_operation(:restore_snapshot_tier, Seahorse::Model::Operation.new.tap do |o|
16511
+ o.name = "RestoreSnapshotTier"
16512
+ o.http_method = "POST"
16513
+ o.http_request_uri = "/"
16514
+ o.input = Shapes::ShapeRef.new(shape: RestoreSnapshotTierRequest)
16515
+ o.output = Shapes::ShapeRef.new(shape: RestoreSnapshotTierResult)
16516
+ end)
16517
+
16294
16518
  api.add_operation(:revoke_client_vpn_ingress, Seahorse::Model::Operation.new.tap do |o|
16295
16519
  o.name = "RevokeClientVpnIngress"
16296
16520
  o.http_method = "POST"
@@ -273,6 +273,8 @@ module Aws::EC2
273
273
  # If you omit this parameter, we delete all user-defined tags for the
274
274
  # specified resources. We do not delete Amazon Web Services-generated
275
275
  # tags (tags that have the `aws:` prefix).
276
+ #
277
+ # Constraints: Up to 1000 tags.
276
278
  # @return [Tag::Collection]
277
279
  def delete_tags(options = {})
278
280
  batch = []
@@ -463,6 +463,8 @@ module Aws::EC2
463
463
  # If you omit this parameter, we delete all user-defined tags for the
464
464
  # specified resources. We do not delete Amazon Web Services-generated
465
465
  # tags (tags that have the `aws:` prefix).
466
+ #
467
+ # Constraints: Up to 1000 tags.
466
468
  # @return [Tag::Collection]
467
469
  def delete_tags(options = {})
468
470
  batch = []
@@ -377,6 +377,18 @@ module Aws::EC2
377
377
  data[:usage_operation_update_time]
378
378
  end
379
379
 
380
+ # The options for the instance hostname.
381
+ # @return [Types::PrivateDnsNameOptionsResponse]
382
+ def private_dns_name_options
383
+ data[:private_dns_name_options]
384
+ end
385
+
386
+ # The IPv6 address assigned to the instance.
387
+ # @return [String]
388
+ def ipv_6_address
389
+ data[:ipv_6_address]
390
+ end
391
+
380
392
  # @!endgroup
381
393
 
382
394
  # @return [Client]
@@ -826,6 +838,8 @@ module Aws::EC2
826
838
  # If you omit this parameter, we delete all user-defined tags for the
827
839
  # specified resources. We do not delete Amazon Web Services-generated
828
840
  # tags (tags that have the `aws:` prefix).
841
+ #
842
+ # Constraints: Up to 1000 tags.
829
843
  # @return [Tag::Collection]
830
844
  def delete_tags(options = {})
831
845
  batch = []
@@ -977,8 +991,8 @@ module Aws::EC2
977
991
  #
978
992
  # To add instance store volumes to an Amazon EBS-backed instance, you
979
993
  # must add them when you launch the instance. For more information, see
980
- # [Updating the block device mapping when launching an instance][1] in
981
- # the *Amazon EC2 User Guide*.
994
+ # [Update the block device mapping when launching an instance][1] in the
995
+ # *Amazon EC2 User Guide*.
982
996
  #
983
997
  #
984
998
  #
@@ -1736,6 +1750,8 @@ module Aws::EC2
1736
1750
  # If you omit this parameter, we delete all user-defined tags for the
1737
1751
  # specified resources. We do not delete Amazon Web Services-generated
1738
1752
  # tags (tags that have the `aws:` prefix).
1753
+ #
1754
+ # Constraints: Up to 1000 tags.
1739
1755
  # @return [void]
1740
1756
  def batch_delete_tags!(options = {})
1741
1757
  batch_enum.each do |batch|
@@ -273,6 +273,8 @@ module Aws::EC2
273
273
  # If you omit this parameter, we delete all user-defined tags for the
274
274
  # specified resources. We do not delete Amazon Web Services-generated
275
275
  # tags (tags that have the `aws:` prefix).
276
+ #
277
+ # Constraints: Up to 1000 tags.
276
278
  # @return [Tag::Collection]
277
279
  def delete_tags(options = {})
278
280
  batch = []
@@ -347,6 +347,8 @@ module Aws::EC2
347
347
  # If you omit this parameter, we delete all user-defined tags for the
348
348
  # specified resources. We do not delete Amazon Web Services-generated
349
349
  # tags (tags that have the `aws:` prefix).
350
+ #
351
+ # Constraints: Up to 1000 tags.
350
352
  # @return [Tag::Collection]
351
353
  def delete_tags(options = {})
352
354
  batch = []
@@ -336,6 +336,8 @@ module Aws::EC2
336
336
  # If you omit this parameter, we delete all user-defined tags for the
337
337
  # specified resources. We do not delete Amazon Web Services-generated
338
338
  # tags (tags that have the `aws:` prefix).
339
+ #
340
+ # Constraints: Up to 1000 tags.
339
341
  # @return [Tag::Collection]
340
342
  def delete_tags(options = {})
341
343
  batch = []
@@ -175,6 +175,19 @@ module Aws::EC2
175
175
  data[:deny_all_igw_traffic]
176
176
  end
177
177
 
178
+ # Indicates whether this is an IPv6 only network interface.
179
+ # @return [Boolean]
180
+ def ipv_6_native
181
+ data[:ipv_6_native]
182
+ end
183
+
184
+ # The IPv6 globally unique address associated with the network
185
+ # interface.
186
+ # @return [String]
187
+ def ipv_6_address
188
+ data[:ipv_6_address]
189
+ end
190
+
178
191
  # @!endgroup
179
192
 
180
193
  # @return [Client]
@@ -441,6 +454,8 @@ module Aws::EC2
441
454
  # If you omit this parameter, we delete all user-defined tags for the
442
455
  # specified resources. We do not delete Amazon Web Services-generated
443
456
  # tags (tags that have the `aws:` prefix).
457
+ #
458
+ # Constraints: Up to 1000 tags.
444
459
  # @return [Tag::Collection]
445
460
  def delete_tags(options = {})
446
461
  batch = []