aws-sdk-ec2 1.280.0 → 1.284.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +557 -80
- data/lib/aws-sdk-ec2/client_api.rb +224 -1
- data/lib/aws-sdk-ec2/dhcp_options.rb +2 -0
- data/lib/aws-sdk-ec2/image.rb +2 -0
- data/lib/aws-sdk-ec2/instance.rb +18 -2
- data/lib/aws-sdk-ec2/internet_gateway.rb +2 -0
- data/lib/aws-sdk-ec2/nat_gateway.rb +2 -0
- data/lib/aws-sdk-ec2/network_acl.rb +2 -0
- data/lib/aws-sdk-ec2/network_interface.rb +15 -0
- data/lib/aws-sdk-ec2/resource.rb +36 -13
- data/lib/aws-sdk-ec2/route.rb +2 -0
- data/lib/aws-sdk-ec2/route_table.rb +3 -0
- data/lib/aws-sdk-ec2/security_group.rb +2 -0
- data/lib/aws-sdk-ec2/snapshot.rb +19 -0
- data/lib/aws-sdk-ec2/subnet.rb +41 -9
- data/lib/aws-sdk-ec2/tag.rb +2 -0
- data/lib/aws-sdk-ec2/types.rb +1037 -119
- data/lib/aws-sdk-ec2/volume.rb +5 -0
- data/lib/aws-sdk-ec2/vpc.rb +16 -4
- data/lib/aws-sdk-ec2.rb +1 -1
- metadata +2 -2
@@ -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,
|
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"))
|
@@ -8909,6 +8990,10 @@ module Aws::EC2
|
|
8909
8990
|
ModifySubnetAttributeRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, required: true, location_name: "subnetId"))
|
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"))
|
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"))
|
8912
8997
|
ModifySubnetAttributeRequest.struct_class = Types::ModifySubnetAttributeRequest
|
8913
8998
|
|
8914
8999
|
ModifyTrafficMirrorFilterNetworkServicesRequest.add_member(:traffic_mirror_filter_id, Shapes::ShapeRef.new(shape: TrafficMirrorFilterId, required: true, location_name: "TrafficMirrorFilterId"))
|
@@ -9304,6 +9389,8 @@ module Aws::EC2
|
|
9304
9389
|
NetworkInterface.add_member(:tag_set, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
9305
9390
|
NetworkInterface.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
|
9306
9391
|
NetworkInterface.add_member(:deny_all_igw_traffic, Shapes::ShapeRef.new(shape: Boolean, location_name: "denyAllIgwTraffic"))
|
9392
|
+
NetworkInterface.add_member(:ipv_6_native, Shapes::ShapeRef.new(shape: Boolean, location_name: "ipv6Native"))
|
9393
|
+
NetworkInterface.add_member(:ipv_6_address, Shapes::ShapeRef.new(shape: String, location_name: "ipv6Address"))
|
9307
9394
|
NetworkInterface.struct_class = Types::NetworkInterface
|
9308
9395
|
|
9309
9396
|
NetworkInterfaceAssociation.add_member(:allocation_id, Shapes::ShapeRef.new(shape: String, location_name: "allocationId"))
|
@@ -9612,6 +9699,21 @@ module Aws::EC2
|
|
9612
9699
|
PrivateDnsNameConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
9613
9700
|
PrivateDnsNameConfiguration.struct_class = Types::PrivateDnsNameConfiguration
|
9614
9701
|
|
9702
|
+
PrivateDnsNameOptionsOnLaunch.add_member(:hostname_type, Shapes::ShapeRef.new(shape: HostnameType, location_name: "hostnameType"))
|
9703
|
+
PrivateDnsNameOptionsOnLaunch.add_member(:enable_resource_name_dns_a_record, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableResourceNameDnsARecord"))
|
9704
|
+
PrivateDnsNameOptionsOnLaunch.add_member(:enable_resource_name_dns_aaaa_record, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableResourceNameDnsAAAARecord"))
|
9705
|
+
PrivateDnsNameOptionsOnLaunch.struct_class = Types::PrivateDnsNameOptionsOnLaunch
|
9706
|
+
|
9707
|
+
PrivateDnsNameOptionsRequest.add_member(:hostname_type, Shapes::ShapeRef.new(shape: HostnameType, location_name: "HostnameType"))
|
9708
|
+
PrivateDnsNameOptionsRequest.add_member(:enable_resource_name_dns_a_record, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableResourceNameDnsARecord"))
|
9709
|
+
PrivateDnsNameOptionsRequest.add_member(:enable_resource_name_dns_aaaa_record, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableResourceNameDnsAAAARecord"))
|
9710
|
+
PrivateDnsNameOptionsRequest.struct_class = Types::PrivateDnsNameOptionsRequest
|
9711
|
+
|
9712
|
+
PrivateDnsNameOptionsResponse.add_member(:hostname_type, Shapes::ShapeRef.new(shape: HostnameType, location_name: "hostnameType"))
|
9713
|
+
PrivateDnsNameOptionsResponse.add_member(:enable_resource_name_dns_a_record, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableResourceNameDnsARecord"))
|
9714
|
+
PrivateDnsNameOptionsResponse.add_member(:enable_resource_name_dns_aaaa_record, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableResourceNameDnsAAAARecord"))
|
9715
|
+
PrivateDnsNameOptionsResponse.struct_class = Types::PrivateDnsNameOptionsResponse
|
9716
|
+
|
9615
9717
|
PrivateIpAddressConfigSet.member = Shapes::ShapeRef.new(shape: ScheduledInstancesPrivateIpAddressConfig, location_name: "PrivateIpAddressConfigSet")
|
9616
9718
|
|
9617
9719
|
PrivateIpAddressSpecification.add_member(:primary, Shapes::ShapeRef.new(shape: Boolean, location_name: "primary"))
|
@@ -9995,6 +10097,7 @@ module Aws::EC2
|
|
9995
10097
|
RequestLaunchTemplateData.add_member(:metadata_options, Shapes::ShapeRef.new(shape: LaunchTemplateInstanceMetadataOptionsRequest, location_name: "MetadataOptions"))
|
9996
10098
|
RequestLaunchTemplateData.add_member(:enclave_options, Shapes::ShapeRef.new(shape: LaunchTemplateEnclaveOptionsRequest, location_name: "EnclaveOptions"))
|
9997
10099
|
RequestLaunchTemplateData.add_member(:instance_requirements, Shapes::ShapeRef.new(shape: InstanceRequirementsRequest, location_name: "InstanceRequirements"))
|
10100
|
+
RequestLaunchTemplateData.add_member(:private_dns_name_options, Shapes::ShapeRef.new(shape: LaunchTemplatePrivateDnsNameOptionsRequest, location_name: "PrivateDnsNameOptions"))
|
9998
10101
|
RequestLaunchTemplateData.struct_class = Types::RequestLaunchTemplateData
|
9999
10102
|
|
10000
10103
|
RequestSpotFleetRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
@@ -10257,6 +10360,7 @@ module Aws::EC2
|
|
10257
10360
|
ResponseLaunchTemplateData.add_member(:metadata_options, Shapes::ShapeRef.new(shape: LaunchTemplateInstanceMetadataOptions, location_name: "metadataOptions"))
|
10258
10361
|
ResponseLaunchTemplateData.add_member(:enclave_options, Shapes::ShapeRef.new(shape: LaunchTemplateEnclaveOptions, location_name: "enclaveOptions"))
|
10259
10362
|
ResponseLaunchTemplateData.add_member(:instance_requirements, Shapes::ShapeRef.new(shape: InstanceRequirements, location_name: "instanceRequirements"))
|
10363
|
+
ResponseLaunchTemplateData.add_member(:private_dns_name_options, Shapes::ShapeRef.new(shape: LaunchTemplatePrivateDnsNameOptions, location_name: "privateDnsNameOptions"))
|
10260
10364
|
ResponseLaunchTemplateData.struct_class = Types::ResponseLaunchTemplateData
|
10261
10365
|
|
10262
10366
|
RestorableByStringList.member = Shapes::ShapeRef.new(shape: String)
|
@@ -10278,6 +10382,34 @@ module Aws::EC2
|
|
10278
10382
|
RestoreManagedPrefixListVersionResult.add_member(:prefix_list, Shapes::ShapeRef.new(shape: ManagedPrefixList, location_name: "prefixList"))
|
10279
10383
|
RestoreManagedPrefixListVersionResult.struct_class = Types::RestoreManagedPrefixListVersionResult
|
10280
10384
|
|
10385
|
+
RestoreSnapshotFromRecycleBinRequest.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, required: true, location_name: "SnapshotId"))
|
10386
|
+
RestoreSnapshotFromRecycleBinRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
10387
|
+
RestoreSnapshotFromRecycleBinRequest.struct_class = Types::RestoreSnapshotFromRecycleBinRequest
|
10388
|
+
|
10389
|
+
RestoreSnapshotFromRecycleBinResult.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: String, location_name: "snapshotId"))
|
10390
|
+
RestoreSnapshotFromRecycleBinResult.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "outpostArn"))
|
10391
|
+
RestoreSnapshotFromRecycleBinResult.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
10392
|
+
RestoreSnapshotFromRecycleBinResult.add_member(:encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "encrypted"))
|
10393
|
+
RestoreSnapshotFromRecycleBinResult.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
|
10394
|
+
RestoreSnapshotFromRecycleBinResult.add_member(:progress, Shapes::ShapeRef.new(shape: String, location_name: "progress"))
|
10395
|
+
RestoreSnapshotFromRecycleBinResult.add_member(:start_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "startTime"))
|
10396
|
+
RestoreSnapshotFromRecycleBinResult.add_member(:state, Shapes::ShapeRef.new(shape: SnapshotState, location_name: "status"))
|
10397
|
+
RestoreSnapshotFromRecycleBinResult.add_member(:volume_id, Shapes::ShapeRef.new(shape: String, location_name: "volumeId"))
|
10398
|
+
RestoreSnapshotFromRecycleBinResult.add_member(:volume_size, Shapes::ShapeRef.new(shape: Integer, location_name: "volumeSize"))
|
10399
|
+
RestoreSnapshotFromRecycleBinResult.struct_class = Types::RestoreSnapshotFromRecycleBinResult
|
10400
|
+
|
10401
|
+
RestoreSnapshotTierRequest.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, required: true, location_name: "SnapshotId"))
|
10402
|
+
RestoreSnapshotTierRequest.add_member(:temporary_restore_days, Shapes::ShapeRef.new(shape: RestoreSnapshotTierRequestTemporaryRestoreDays, location_name: "TemporaryRestoreDays"))
|
10403
|
+
RestoreSnapshotTierRequest.add_member(:permanent_restore, Shapes::ShapeRef.new(shape: Boolean, location_name: "PermanentRestore"))
|
10404
|
+
RestoreSnapshotTierRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
10405
|
+
RestoreSnapshotTierRequest.struct_class = Types::RestoreSnapshotTierRequest
|
10406
|
+
|
10407
|
+
RestoreSnapshotTierResult.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: String, location_name: "snapshotId"))
|
10408
|
+
RestoreSnapshotTierResult.add_member(:restore_start_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "restoreStartTime"))
|
10409
|
+
RestoreSnapshotTierResult.add_member(:restore_duration, Shapes::ShapeRef.new(shape: Integer, location_name: "restoreDuration"))
|
10410
|
+
RestoreSnapshotTierResult.add_member(:is_permanent_restore, Shapes::ShapeRef.new(shape: Boolean, location_name: "isPermanentRestore"))
|
10411
|
+
RestoreSnapshotTierResult.struct_class = Types::RestoreSnapshotTierResult
|
10412
|
+
|
10281
10413
|
RevokeClientVpnIngressRequest.add_member(:client_vpn_endpoint_id, Shapes::ShapeRef.new(shape: ClientVpnEndpointId, required: true, location_name: "ClientVpnEndpointId"))
|
10282
10414
|
RevokeClientVpnIngressRequest.add_member(:target_network_cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetNetworkCidr"))
|
10283
10415
|
RevokeClientVpnIngressRequest.add_member(:access_group_id, Shapes::ShapeRef.new(shape: String, location_name: "AccessGroupId"))
|
@@ -10410,6 +10542,7 @@ module Aws::EC2
|
|
10410
10542
|
RunInstancesRequest.add_member(:license_specifications, Shapes::ShapeRef.new(shape: LicenseSpecificationListRequest, location_name: "LicenseSpecification"))
|
10411
10543
|
RunInstancesRequest.add_member(:metadata_options, Shapes::ShapeRef.new(shape: InstanceMetadataOptionsRequest, location_name: "MetadataOptions"))
|
10412
10544
|
RunInstancesRequest.add_member(:enclave_options, Shapes::ShapeRef.new(shape: EnclaveOptionsRequest, location_name: "EnclaveOptions"))
|
10545
|
+
RunInstancesRequest.add_member(:private_dns_name_options, Shapes::ShapeRef.new(shape: PrivateDnsNameOptionsRequest, location_name: "PrivateDnsNameOptions"))
|
10413
10546
|
RunInstancesRequest.struct_class = Types::RunInstancesRequest
|
10414
10547
|
|
10415
10548
|
RunScheduledInstancesRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
@@ -10723,6 +10856,8 @@ module Aws::EC2
|
|
10723
10856
|
Snapshot.add_member(:owner_alias, Shapes::ShapeRef.new(shape: String, location_name: "ownerAlias"))
|
10724
10857
|
Snapshot.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "outpostArn"))
|
10725
10858
|
Snapshot.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
10859
|
+
Snapshot.add_member(:storage_tier, Shapes::ShapeRef.new(shape: StorageTier, location_name: "storageTier"))
|
10860
|
+
Snapshot.add_member(:restore_expiry_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "restoreExpiryTime"))
|
10726
10861
|
Snapshot.struct_class = Types::Snapshot
|
10727
10862
|
|
10728
10863
|
SnapshotDetail.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
@@ -10762,6 +10897,15 @@ module Aws::EC2
|
|
10762
10897
|
|
10763
10898
|
SnapshotList.member = Shapes::ShapeRef.new(shape: Snapshot, location_name: "item")
|
10764
10899
|
|
10900
|
+
SnapshotRecycleBinInfo.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: String, location_name: "snapshotId"))
|
10901
|
+
SnapshotRecycleBinInfo.add_member(:recycle_bin_enter_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "recycleBinEnterTime"))
|
10902
|
+
SnapshotRecycleBinInfo.add_member(:recycle_bin_exit_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "recycleBinExitTime"))
|
10903
|
+
SnapshotRecycleBinInfo.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
10904
|
+
SnapshotRecycleBinInfo.add_member(:volume_id, Shapes::ShapeRef.new(shape: String, location_name: "volumeId"))
|
10905
|
+
SnapshotRecycleBinInfo.struct_class = Types::SnapshotRecycleBinInfo
|
10906
|
+
|
10907
|
+
SnapshotRecycleBinInfoList.member = Shapes::ShapeRef.new(shape: SnapshotRecycleBinInfo, location_name: "item")
|
10908
|
+
|
10765
10909
|
SnapshotSet.member = Shapes::ShapeRef.new(shape: SnapshotInfo, location_name: "item")
|
10766
10910
|
|
10767
10911
|
SnapshotTaskDetail.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
@@ -10777,6 +10921,20 @@ module Aws::EC2
|
|
10777
10921
|
SnapshotTaskDetail.add_member(:user_bucket, Shapes::ShapeRef.new(shape: UserBucketDetails, location_name: "userBucket"))
|
10778
10922
|
SnapshotTaskDetail.struct_class = Types::SnapshotTaskDetail
|
10779
10923
|
|
10924
|
+
SnapshotTierStatus.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, location_name: "snapshotId"))
|
10925
|
+
SnapshotTierStatus.add_member(:volume_id, Shapes::ShapeRef.new(shape: VolumeId, location_name: "volumeId"))
|
10926
|
+
SnapshotTierStatus.add_member(:status, Shapes::ShapeRef.new(shape: SnapshotState, location_name: "status"))
|
10927
|
+
SnapshotTierStatus.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
|
10928
|
+
SnapshotTierStatus.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
10929
|
+
SnapshotTierStatus.add_member(:storage_tier, Shapes::ShapeRef.new(shape: StorageTier, location_name: "storageTier"))
|
10930
|
+
SnapshotTierStatus.add_member(:last_tiering_start_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "lastTieringStartTime"))
|
10931
|
+
SnapshotTierStatus.add_member(:last_tiering_progress, Shapes::ShapeRef.new(shape: Integer, location_name: "lastTieringProgress"))
|
10932
|
+
SnapshotTierStatus.add_member(:last_tiering_operation_status, Shapes::ShapeRef.new(shape: TieringOperationStatus, location_name: "lastTieringOperationStatus"))
|
10933
|
+
SnapshotTierStatus.add_member(:last_tiering_operation_status_detail, Shapes::ShapeRef.new(shape: String, location_name: "lastTieringOperationStatusDetail"))
|
10934
|
+
SnapshotTierStatus.add_member(:archival_complete_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "archivalCompleteTime"))
|
10935
|
+
SnapshotTierStatus.add_member(:restore_expiry_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "restoreExpiryTime"))
|
10936
|
+
SnapshotTierStatus.struct_class = Types::SnapshotTierStatus
|
10937
|
+
|
10780
10938
|
SpotCapacityRebalance.add_member(:replacement_strategy, Shapes::ShapeRef.new(shape: ReplacementStrategy, location_name: "replacementStrategy"))
|
10781
10939
|
SpotCapacityRebalance.add_member(:termination_delay, Shapes::ShapeRef.new(shape: Integer, location_name: "terminationDelay"))
|
10782
10940
|
SpotCapacityRebalance.struct_class = Types::SpotCapacityRebalance
|
@@ -11038,6 +11196,9 @@ module Aws::EC2
|
|
11038
11196
|
Subnet.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
11039
11197
|
Subnet.add_member(:subnet_arn, Shapes::ShapeRef.new(shape: String, location_name: "subnetArn"))
|
11040
11198
|
Subnet.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "outpostArn"))
|
11199
|
+
Subnet.add_member(:enable_dns_64, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableDns64"))
|
11200
|
+
Subnet.add_member(:ipv_6_native, Shapes::ShapeRef.new(shape: Boolean, location_name: "ipv6Native"))
|
11201
|
+
Subnet.add_member(:private_dns_name_options_on_launch, Shapes::ShapeRef.new(shape: PrivateDnsNameOptionsOnLaunch, location_name: "privateDnsNameOptionsOnLaunch"))
|
11041
11202
|
Subnet.struct_class = Types::Subnet
|
11042
11203
|
|
11043
11204
|
SubnetAssociation.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "subnetId"))
|
@@ -12038,6 +12199,8 @@ module Aws::EC2
|
|
12038
12199
|
|
12039
12200
|
ZoneNameStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "ZoneName")
|
12040
12201
|
|
12202
|
+
snapshotTierStatusSet.member = Shapes::ShapeRef.new(shape: SnapshotTierStatus, location_name: "item")
|
12203
|
+
|
12041
12204
|
|
12042
12205
|
# @api private
|
12043
12206
|
API = Seahorse::Model::Api.new.tap do |api|
|
@@ -14479,6 +14642,20 @@ module Aws::EC2
|
|
14479
14642
|
o.output = Shapes::ShapeRef.new(shape: DescribeSnapshotAttributeResult)
|
14480
14643
|
end)
|
14481
14644
|
|
14645
|
+
api.add_operation(:describe_snapshot_tier_status, Seahorse::Model::Operation.new.tap do |o|
|
14646
|
+
o.name = "DescribeSnapshotTierStatus"
|
14647
|
+
o.http_method = "POST"
|
14648
|
+
o.http_request_uri = "/"
|
14649
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeSnapshotTierStatusRequest)
|
14650
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeSnapshotTierStatusResult)
|
14651
|
+
o[:pager] = Aws::Pager.new(
|
14652
|
+
limit_key: "max_results",
|
14653
|
+
tokens: {
|
14654
|
+
"next_token" => "next_token"
|
14655
|
+
}
|
14656
|
+
)
|
14657
|
+
end)
|
14658
|
+
|
14482
14659
|
api.add_operation(:describe_snapshots, Seahorse::Model::Operation.new.tap do |o|
|
14483
14660
|
o.name = "DescribeSnapshots"
|
14484
14661
|
o.http_method = "POST"
|
@@ -15625,6 +15802,20 @@ module Aws::EC2
|
|
15625
15802
|
o.output = Shapes::ShapeRef.new(shape: ImportVolumeResult)
|
15626
15803
|
end)
|
15627
15804
|
|
15805
|
+
api.add_operation(:list_snapshots_in_recycle_bin, Seahorse::Model::Operation.new.tap do |o|
|
15806
|
+
o.name = "ListSnapshotsInRecycleBin"
|
15807
|
+
o.http_method = "POST"
|
15808
|
+
o.http_request_uri = "/"
|
15809
|
+
o.input = Shapes::ShapeRef.new(shape: ListSnapshotsInRecycleBinRequest)
|
15810
|
+
o.output = Shapes::ShapeRef.new(shape: ListSnapshotsInRecycleBinResult)
|
15811
|
+
o[:pager] = Aws::Pager.new(
|
15812
|
+
limit_key: "max_results",
|
15813
|
+
tokens: {
|
15814
|
+
"next_token" => "next_token"
|
15815
|
+
}
|
15816
|
+
)
|
15817
|
+
end)
|
15818
|
+
|
15628
15819
|
api.add_operation(:modify_address_attribute, Seahorse::Model::Operation.new.tap do |o|
|
15629
15820
|
o.name = "ModifyAddressAttribute"
|
15630
15821
|
o.http_method = "POST"
|
@@ -15809,6 +16000,14 @@ module Aws::EC2
|
|
15809
16000
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
15810
16001
|
end)
|
15811
16002
|
|
16003
|
+
api.add_operation(:modify_private_dns_name_options, Seahorse::Model::Operation.new.tap do |o|
|
16004
|
+
o.name = "ModifyPrivateDnsNameOptions"
|
16005
|
+
o.http_method = "POST"
|
16006
|
+
o.http_request_uri = "/"
|
16007
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyPrivateDnsNameOptionsRequest)
|
16008
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyPrivateDnsNameOptionsResult)
|
16009
|
+
end)
|
16010
|
+
|
15812
16011
|
api.add_operation(:modify_reserved_instances, Seahorse::Model::Operation.new.tap do |o|
|
15813
16012
|
o.name = "ModifyReservedInstances"
|
15814
16013
|
o.http_method = "POST"
|
@@ -15833,6 +16032,14 @@ module Aws::EC2
|
|
15833
16032
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
15834
16033
|
end)
|
15835
16034
|
|
16035
|
+
api.add_operation(:modify_snapshot_tier, Seahorse::Model::Operation.new.tap do |o|
|
16036
|
+
o.name = "ModifySnapshotTier"
|
16037
|
+
o.http_method = "POST"
|
16038
|
+
o.http_request_uri = "/"
|
16039
|
+
o.input = Shapes::ShapeRef.new(shape: ModifySnapshotTierRequest)
|
16040
|
+
o.output = Shapes::ShapeRef.new(shape: ModifySnapshotTierResult)
|
16041
|
+
end)
|
16042
|
+
|
15836
16043
|
api.add_operation(:modify_spot_fleet_request, Seahorse::Model::Operation.new.tap do |o|
|
15837
16044
|
o.name = "ModifySpotFleetRequest"
|
15838
16045
|
o.http_method = "POST"
|
@@ -16289,6 +16496,22 @@ module Aws::EC2
|
|
16289
16496
|
o.output = Shapes::ShapeRef.new(shape: RestoreManagedPrefixListVersionResult)
|
16290
16497
|
end)
|
16291
16498
|
|
16499
|
+
api.add_operation(:restore_snapshot_from_recycle_bin, Seahorse::Model::Operation.new.tap do |o|
|
16500
|
+
o.name = "RestoreSnapshotFromRecycleBin"
|
16501
|
+
o.http_method = "POST"
|
16502
|
+
o.http_request_uri = "/"
|
16503
|
+
o.input = Shapes::ShapeRef.new(shape: RestoreSnapshotFromRecycleBinRequest)
|
16504
|
+
o.output = Shapes::ShapeRef.new(shape: RestoreSnapshotFromRecycleBinResult)
|
16505
|
+
end)
|
16506
|
+
|
16507
|
+
api.add_operation(:restore_snapshot_tier, Seahorse::Model::Operation.new.tap do |o|
|
16508
|
+
o.name = "RestoreSnapshotTier"
|
16509
|
+
o.http_method = "POST"
|
16510
|
+
o.http_request_uri = "/"
|
16511
|
+
o.input = Shapes::ShapeRef.new(shape: RestoreSnapshotTierRequest)
|
16512
|
+
o.output = Shapes::ShapeRef.new(shape: RestoreSnapshotTierResult)
|
16513
|
+
end)
|
16514
|
+
|
16292
16515
|
api.add_operation(:revoke_client_vpn_ingress, Seahorse::Model::Operation.new.tap do |o|
|
16293
16516
|
o.name = "RevokeClientVpnIngress"
|
16294
16517
|
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 = []
|
data/lib/aws-sdk-ec2/image.rb
CHANGED
@@ -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 = []
|
data/lib/aws-sdk-ec2/instance.rb
CHANGED
@@ -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
|
-
# [
|
981
|
-
#
|
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 = []
|