aws-sdk-ec2 1.579.0 → 1.580.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +838 -124
- data/lib/aws-sdk-ec2/client_api.rb +248 -1
- data/lib/aws-sdk-ec2/instance.rb +1 -1
- data/lib/aws-sdk-ec2/nat_gateway.rb +65 -0
- data/lib/aws-sdk-ec2/resource.rb +66 -19
- data/lib/aws-sdk-ec2/security_group.rb +2 -2
- data/lib/aws-sdk-ec2/snapshot.rb +1 -1
- data/lib/aws-sdk-ec2/subnet.rb +2 -2
- data/lib/aws-sdk-ec2/types.rb +849 -10
- data/lib/aws-sdk-ec2/volume.rb +1 -1
- data/lib/aws-sdk-ec2/vpc.rb +5 -5
- data/lib/aws-sdk-ec2.rb +1 -1
- data/sig/classic_address.rbs +1 -1
- data/sig/client.rbs +271 -110
- data/sig/instance.rbs +1 -1
- data/sig/nat_gateway.rbs +12 -0
- data/sig/resource.rbs +27 -18
- data/sig/security_group.rbs +2 -2
- data/sig/snapshot.rbs +1 -1
- data/sig/subnet.rbs +2 -2
- data/sig/tag.rbs +1 -1
- data/sig/types.rbs +181 -7
- data/sig/volume.rbs +1 -1
- data/sig/vpc.rbs +5 -5
- data/sig/vpc_address.rbs +1 -1
- metadata +1 -1
|
@@ -212,8 +212,13 @@ module Aws::EC2
|
|
|
212
212
|
AutoAcceptSharedAssociationsValue = Shapes::StringShape.new(name: 'AutoAcceptSharedAssociationsValue')
|
|
213
213
|
AutoAcceptSharedAttachmentsValue = Shapes::StringShape.new(name: 'AutoAcceptSharedAttachmentsValue')
|
|
214
214
|
AutoPlacement = Shapes::StringShape.new(name: 'AutoPlacement')
|
|
215
|
+
AutoProvisionZonesState = Shapes::StringShape.new(name: 'AutoProvisionZonesState')
|
|
215
216
|
AutoRecoveryFlag = Shapes::BooleanShape.new(name: 'AutoRecoveryFlag')
|
|
217
|
+
AutoScalingIpsState = Shapes::StringShape.new(name: 'AutoScalingIpsState')
|
|
218
|
+
AvailabilityMode = Shapes::StringShape.new(name: 'AvailabilityMode')
|
|
216
219
|
AvailabilityZone = Shapes::StructureShape.new(name: 'AvailabilityZone')
|
|
220
|
+
AvailabilityZoneAddress = Shapes::StructureShape.new(name: 'AvailabilityZoneAddress')
|
|
221
|
+
AvailabilityZoneAddresses = Shapes::ListShape.new(name: 'AvailabilityZoneAddresses')
|
|
217
222
|
AvailabilityZoneId = Shapes::StringShape.new(name: 'AvailabilityZoneId')
|
|
218
223
|
AvailabilityZoneIdStringList = Shapes::ListShape.new(name: 'AvailabilityZoneIdStringList')
|
|
219
224
|
AvailabilityZoneList = Shapes::ListShape.new(name: 'AvailabilityZoneList')
|
|
@@ -531,6 +536,8 @@ module Aws::EC2
|
|
|
531
536
|
CreateInternetGatewayResult = Shapes::StructureShape.new(name: 'CreateInternetGatewayResult')
|
|
532
537
|
CreateIpamExternalResourceVerificationTokenRequest = Shapes::StructureShape.new(name: 'CreateIpamExternalResourceVerificationTokenRequest')
|
|
533
538
|
CreateIpamExternalResourceVerificationTokenResult = Shapes::StructureShape.new(name: 'CreateIpamExternalResourceVerificationTokenResult')
|
|
539
|
+
CreateIpamPolicyRequest = Shapes::StructureShape.new(name: 'CreateIpamPolicyRequest')
|
|
540
|
+
CreateIpamPolicyResult = Shapes::StructureShape.new(name: 'CreateIpamPolicyResult')
|
|
534
541
|
CreateIpamPoolRequest = Shapes::StructureShape.new(name: 'CreateIpamPoolRequest')
|
|
535
542
|
CreateIpamPoolResult = Shapes::StructureShape.new(name: 'CreateIpamPoolResult')
|
|
536
543
|
CreateIpamPrefixListResolverRequest = Shapes::StructureShape.new(name: 'CreateIpamPrefixListResolverRequest')
|
|
@@ -756,6 +763,8 @@ module Aws::EC2
|
|
|
756
763
|
DeleteInternetGatewayRequest = Shapes::StructureShape.new(name: 'DeleteInternetGatewayRequest')
|
|
757
764
|
DeleteIpamExternalResourceVerificationTokenRequest = Shapes::StructureShape.new(name: 'DeleteIpamExternalResourceVerificationTokenRequest')
|
|
758
765
|
DeleteIpamExternalResourceVerificationTokenResult = Shapes::StructureShape.new(name: 'DeleteIpamExternalResourceVerificationTokenResult')
|
|
766
|
+
DeleteIpamPolicyRequest = Shapes::StructureShape.new(name: 'DeleteIpamPolicyRequest')
|
|
767
|
+
DeleteIpamPolicyResult = Shapes::StructureShape.new(name: 'DeleteIpamPolicyResult')
|
|
759
768
|
DeleteIpamPoolRequest = Shapes::StructureShape.new(name: 'DeleteIpamPoolRequest')
|
|
760
769
|
DeleteIpamPoolResult = Shapes::StructureShape.new(name: 'DeleteIpamPoolResult')
|
|
761
770
|
DeleteIpamPrefixListResolverRequest = Shapes::StructureShape.new(name: 'DeleteIpamPrefixListResolverRequest')
|
|
@@ -1099,6 +1108,8 @@ module Aws::EC2
|
|
|
1099
1108
|
DescribeIpamByoasnResult = Shapes::StructureShape.new(name: 'DescribeIpamByoasnResult')
|
|
1100
1109
|
DescribeIpamExternalResourceVerificationTokensRequest = Shapes::StructureShape.new(name: 'DescribeIpamExternalResourceVerificationTokensRequest')
|
|
1101
1110
|
DescribeIpamExternalResourceVerificationTokensResult = Shapes::StructureShape.new(name: 'DescribeIpamExternalResourceVerificationTokensResult')
|
|
1111
|
+
DescribeIpamPoliciesRequest = Shapes::StructureShape.new(name: 'DescribeIpamPoliciesRequest')
|
|
1112
|
+
DescribeIpamPoliciesResult = Shapes::StructureShape.new(name: 'DescribeIpamPoliciesResult')
|
|
1102
1113
|
DescribeIpamPoolsRequest = Shapes::StructureShape.new(name: 'DescribeIpamPoolsRequest')
|
|
1103
1114
|
DescribeIpamPoolsResult = Shapes::StructureShape.new(name: 'DescribeIpamPoolsResult')
|
|
1104
1115
|
DescribeIpamPrefixListResolverTargetsRequest = Shapes::StructureShape.new(name: 'DescribeIpamPrefixListResolverTargetsRequest')
|
|
@@ -1405,6 +1416,8 @@ module Aws::EC2
|
|
|
1405
1416
|
DisableInstanceSqlHaStandbyDetectionsResult = Shapes::StructureShape.new(name: 'DisableInstanceSqlHaStandbyDetectionsResult')
|
|
1406
1417
|
DisableIpamOrganizationAdminAccountRequest = Shapes::StructureShape.new(name: 'DisableIpamOrganizationAdminAccountRequest')
|
|
1407
1418
|
DisableIpamOrganizationAdminAccountResult = Shapes::StructureShape.new(name: 'DisableIpamOrganizationAdminAccountResult')
|
|
1419
|
+
DisableIpamPolicyRequest = Shapes::StructureShape.new(name: 'DisableIpamPolicyRequest')
|
|
1420
|
+
DisableIpamPolicyResult = Shapes::StructureShape.new(name: 'DisableIpamPolicyResult')
|
|
1408
1421
|
DisableRouteServerPropagationRequest = Shapes::StructureShape.new(name: 'DisableRouteServerPropagationRequest')
|
|
1409
1422
|
DisableRouteServerPropagationResult = Shapes::StructureShape.new(name: 'DisableRouteServerPropagationResult')
|
|
1410
1423
|
DisableSerialConsoleAccessRequest = Shapes::StructureShape.new(name: 'DisableSerialConsoleAccessRequest')
|
|
@@ -1561,6 +1574,8 @@ module Aws::EC2
|
|
|
1561
1574
|
EnableInstanceSqlHaStandbyDetectionsResult = Shapes::StructureShape.new(name: 'EnableInstanceSqlHaStandbyDetectionsResult')
|
|
1562
1575
|
EnableIpamOrganizationAdminAccountRequest = Shapes::StructureShape.new(name: 'EnableIpamOrganizationAdminAccountRequest')
|
|
1563
1576
|
EnableIpamOrganizationAdminAccountResult = Shapes::StructureShape.new(name: 'EnableIpamOrganizationAdminAccountResult')
|
|
1577
|
+
EnableIpamPolicyRequest = Shapes::StructureShape.new(name: 'EnableIpamPolicyRequest')
|
|
1578
|
+
EnableIpamPolicyResult = Shapes::StructureShape.new(name: 'EnableIpamPolicyResult')
|
|
1564
1579
|
EnableReachabilityAnalyzerOrganizationSharingRequest = Shapes::StructureShape.new(name: 'EnableReachabilityAnalyzerOrganizationSharingRequest')
|
|
1565
1580
|
EnableReachabilityAnalyzerOrganizationSharingResult = Shapes::StructureShape.new(name: 'EnableReachabilityAnalyzerOrganizationSharingResult')
|
|
1566
1581
|
EnableRouteServerPropagationRequest = Shapes::StructureShape.new(name: 'EnableRouteServerPropagationRequest')
|
|
@@ -1735,6 +1750,8 @@ module Aws::EC2
|
|
|
1735
1750
|
GetEbsDefaultKmsKeyIdResult = Shapes::StructureShape.new(name: 'GetEbsDefaultKmsKeyIdResult')
|
|
1736
1751
|
GetEbsEncryptionByDefaultRequest = Shapes::StructureShape.new(name: 'GetEbsEncryptionByDefaultRequest')
|
|
1737
1752
|
GetEbsEncryptionByDefaultResult = Shapes::StructureShape.new(name: 'GetEbsEncryptionByDefaultResult')
|
|
1753
|
+
GetEnabledIpamPolicyRequest = Shapes::StructureShape.new(name: 'GetEnabledIpamPolicyRequest')
|
|
1754
|
+
GetEnabledIpamPolicyResult = Shapes::StructureShape.new(name: 'GetEnabledIpamPolicyResult')
|
|
1738
1755
|
GetFlowLogsIntegrationTemplateRequest = Shapes::StructureShape.new(name: 'GetFlowLogsIntegrationTemplateRequest')
|
|
1739
1756
|
GetFlowLogsIntegrationTemplateResult = Shapes::StructureShape.new(name: 'GetFlowLogsIntegrationTemplateResult')
|
|
1740
1757
|
GetGroupsForCapacityReservationRequest = Shapes::StructureShape.new(name: 'GetGroupsForCapacityReservationRequest')
|
|
@@ -1762,6 +1779,10 @@ module Aws::EC2
|
|
|
1762
1779
|
GetIpamDiscoveredPublicAddressesResult = Shapes::StructureShape.new(name: 'GetIpamDiscoveredPublicAddressesResult')
|
|
1763
1780
|
GetIpamDiscoveredResourceCidrsRequest = Shapes::StructureShape.new(name: 'GetIpamDiscoveredResourceCidrsRequest')
|
|
1764
1781
|
GetIpamDiscoveredResourceCidrsResult = Shapes::StructureShape.new(name: 'GetIpamDiscoveredResourceCidrsResult')
|
|
1782
|
+
GetIpamPolicyAllocationRulesRequest = Shapes::StructureShape.new(name: 'GetIpamPolicyAllocationRulesRequest')
|
|
1783
|
+
GetIpamPolicyAllocationRulesResult = Shapes::StructureShape.new(name: 'GetIpamPolicyAllocationRulesResult')
|
|
1784
|
+
GetIpamPolicyOrganizationTargetsRequest = Shapes::StructureShape.new(name: 'GetIpamPolicyOrganizationTargetsRequest')
|
|
1785
|
+
GetIpamPolicyOrganizationTargetsResult = Shapes::StructureShape.new(name: 'GetIpamPolicyOrganizationTargetsResult')
|
|
1765
1786
|
GetIpamPoolAllocationsMaxResults = Shapes::IntegerShape.new(name: 'GetIpamPoolAllocationsMaxResults')
|
|
1766
1787
|
GetIpamPoolAllocationsRequest = Shapes::StructureShape.new(name: 'GetIpamPoolAllocationsRequest')
|
|
1767
1788
|
GetIpamPoolAllocationsResult = Shapes::StructureShape.new(name: 'GetIpamPoolAllocationsResult')
|
|
@@ -2170,6 +2191,20 @@ module Aws::EC2
|
|
|
2170
2191
|
IpamOrganizationalUnitExclusion = Shapes::StructureShape.new(name: 'IpamOrganizationalUnitExclusion')
|
|
2171
2192
|
IpamOrganizationalUnitExclusionSet = Shapes::ListShape.new(name: 'IpamOrganizationalUnitExclusionSet')
|
|
2172
2193
|
IpamOverlapStatus = Shapes::StringShape.new(name: 'IpamOverlapStatus')
|
|
2194
|
+
IpamPolicy = Shapes::StructureShape.new(name: 'IpamPolicy')
|
|
2195
|
+
IpamPolicyAllocationRule = Shapes::StructureShape.new(name: 'IpamPolicyAllocationRule')
|
|
2196
|
+
IpamPolicyAllocationRuleList = Shapes::ListShape.new(name: 'IpamPolicyAllocationRuleList')
|
|
2197
|
+
IpamPolicyAllocationRuleListRequest = Shapes::ListShape.new(name: 'IpamPolicyAllocationRuleListRequest')
|
|
2198
|
+
IpamPolicyAllocationRuleRequest = Shapes::StructureShape.new(name: 'IpamPolicyAllocationRuleRequest')
|
|
2199
|
+
IpamPolicyDocument = Shapes::StructureShape.new(name: 'IpamPolicyDocument')
|
|
2200
|
+
IpamPolicyDocumentSet = Shapes::ListShape.new(name: 'IpamPolicyDocumentSet')
|
|
2201
|
+
IpamPolicyId = Shapes::StringShape.new(name: 'IpamPolicyId')
|
|
2202
|
+
IpamPolicyManagedBy = Shapes::StringShape.new(name: 'IpamPolicyManagedBy')
|
|
2203
|
+
IpamPolicyOrganizationTarget = Shapes::StructureShape.new(name: 'IpamPolicyOrganizationTarget')
|
|
2204
|
+
IpamPolicyOrganizationTargetSet = Shapes::ListShape.new(name: 'IpamPolicyOrganizationTargetSet')
|
|
2205
|
+
IpamPolicyResourceType = Shapes::StringShape.new(name: 'IpamPolicyResourceType')
|
|
2206
|
+
IpamPolicySet = Shapes::ListShape.new(name: 'IpamPolicySet')
|
|
2207
|
+
IpamPolicyState = Shapes::StringShape.new(name: 'IpamPolicyState')
|
|
2173
2208
|
IpamPool = Shapes::StructureShape.new(name: 'IpamPool')
|
|
2174
2209
|
IpamPoolAllocation = Shapes::StructureShape.new(name: 'IpamPoolAllocation')
|
|
2175
2210
|
IpamPoolAllocationAllowedCidrs = Shapes::ListShape.new(name: 'IpamPoolAllocationAllowedCidrs')
|
|
@@ -2542,6 +2577,8 @@ module Aws::EC2
|
|
|
2542
2577
|
ModifyInstanceNetworkPerformanceResult = Shapes::StructureShape.new(name: 'ModifyInstanceNetworkPerformanceResult')
|
|
2543
2578
|
ModifyInstancePlacementRequest = Shapes::StructureShape.new(name: 'ModifyInstancePlacementRequest')
|
|
2544
2579
|
ModifyInstancePlacementResult = Shapes::StructureShape.new(name: 'ModifyInstancePlacementResult')
|
|
2580
|
+
ModifyIpamPolicyAllocationRulesRequest = Shapes::StructureShape.new(name: 'ModifyIpamPolicyAllocationRulesRequest')
|
|
2581
|
+
ModifyIpamPolicyAllocationRulesResult = Shapes::StructureShape.new(name: 'ModifyIpamPolicyAllocationRulesResult')
|
|
2545
2582
|
ModifyIpamPoolRequest = Shapes::StructureShape.new(name: 'ModifyIpamPoolRequest')
|
|
2546
2583
|
ModifyIpamPoolResult = Shapes::StructureShape.new(name: 'ModifyIpamPoolResult')
|
|
2547
2584
|
ModifyIpamPrefixListResolverRequest = Shapes::StructureShape.new(name: 'ModifyIpamPrefixListResolverRequest')
|
|
@@ -4293,6 +4330,8 @@ module Aws::EC2
|
|
|
4293
4330
|
AssociateNatGatewayAddressRequest.add_member(:allocation_ids, Shapes::ShapeRef.new(shape: AllocationIdList, required: true, location_name: "AllocationId"))
|
|
4294
4331
|
AssociateNatGatewayAddressRequest.add_member(:private_ip_addresses, Shapes::ShapeRef.new(shape: IpList, location_name: "PrivateIpAddress"))
|
|
4295
4332
|
AssociateNatGatewayAddressRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
4333
|
+
AssociateNatGatewayAddressRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZoneName, location_name: "AvailabilityZone"))
|
|
4334
|
+
AssociateNatGatewayAddressRequest.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: AvailabilityZoneId, location_name: "AvailabilityZoneId"))
|
|
4296
4335
|
AssociateNatGatewayAddressRequest.struct_class = Types::AssociateNatGatewayAddressRequest
|
|
4297
4336
|
|
|
4298
4337
|
AssociateNatGatewayAddressResult.add_member(:nat_gateway_id, Shapes::ShapeRef.new(shape: NatGatewayId, location_name: "natGatewayId"))
|
|
@@ -4562,6 +4601,13 @@ module Aws::EC2
|
|
|
4562
4601
|
AvailabilityZone.add_member(:state, Shapes::ShapeRef.new(shape: AvailabilityZoneState, location_name: "zoneState"))
|
|
4563
4602
|
AvailabilityZone.struct_class = Types::AvailabilityZone
|
|
4564
4603
|
|
|
4604
|
+
AvailabilityZoneAddress.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZoneName, location_name: "AvailabilityZone"))
|
|
4605
|
+
AvailabilityZoneAddress.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: AvailabilityZoneId, location_name: "AvailabilityZoneId"))
|
|
4606
|
+
AvailabilityZoneAddress.add_member(:allocation_ids, Shapes::ShapeRef.new(shape: AllocationIdList, location_name: "AllocationId"))
|
|
4607
|
+
AvailabilityZoneAddress.struct_class = Types::AvailabilityZoneAddress
|
|
4608
|
+
|
|
4609
|
+
AvailabilityZoneAddresses.member = Shapes::ShapeRef.new(shape: AvailabilityZoneAddress, location_name: "AvailabilityZoneAddress")
|
|
4610
|
+
|
|
4565
4611
|
AvailabilityZoneIdStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZoneId")
|
|
4566
4612
|
|
|
4567
4613
|
AvailabilityZoneList.member = Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "item")
|
|
@@ -5722,6 +5768,15 @@ module Aws::EC2
|
|
|
5722
5768
|
CreateIpamExternalResourceVerificationTokenResult.add_member(:ipam_external_resource_verification_token, Shapes::ShapeRef.new(shape: IpamExternalResourceVerificationToken, location_name: "ipamExternalResourceVerificationToken"))
|
|
5723
5769
|
CreateIpamExternalResourceVerificationTokenResult.struct_class = Types::CreateIpamExternalResourceVerificationTokenResult
|
|
5724
5770
|
|
|
5771
|
+
CreateIpamPolicyRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
5772
|
+
CreateIpamPolicyRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
|
5773
|
+
CreateIpamPolicyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
5774
|
+
CreateIpamPolicyRequest.add_member(:ipam_id, Shapes::ShapeRef.new(shape: IpamId, required: true, location_name: "IpamId"))
|
|
5775
|
+
CreateIpamPolicyRequest.struct_class = Types::CreateIpamPolicyRequest
|
|
5776
|
+
|
|
5777
|
+
CreateIpamPolicyResult.add_member(:ipam_policy, Shapes::ShapeRef.new(shape: IpamPolicy, location_name: "ipamPolicy"))
|
|
5778
|
+
CreateIpamPolicyResult.struct_class = Types::CreateIpamPolicyResult
|
|
5779
|
+
|
|
5725
5780
|
CreateIpamPoolRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
5726
5781
|
CreateIpamPoolRequest.add_member(:ipam_scope_id, Shapes::ShapeRef.new(shape: IpamScopeId, required: true, location_name: "IpamScopeId"))
|
|
5727
5782
|
CreateIpamPoolRequest.add_member(:locale, Shapes::ShapeRef.new(shape: String, location_name: "Locale"))
|
|
@@ -5923,10 +5978,13 @@ module Aws::EC2
|
|
|
5923
5978
|
CreateManagedPrefixListResult.add_member(:prefix_list, Shapes::ShapeRef.new(shape: ManagedPrefixList, location_name: "prefixList"))
|
|
5924
5979
|
CreateManagedPrefixListResult.struct_class = Types::CreateManagedPrefixListResult
|
|
5925
5980
|
|
|
5981
|
+
CreateNatGatewayRequest.add_member(:availability_mode, Shapes::ShapeRef.new(shape: AvailabilityMode, location_name: "AvailabilityMode"))
|
|
5926
5982
|
CreateNatGatewayRequest.add_member(:allocation_id, Shapes::ShapeRef.new(shape: AllocationId, location_name: "AllocationId"))
|
|
5927
5983
|
CreateNatGatewayRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
5928
5984
|
CreateNatGatewayRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
5929
|
-
CreateNatGatewayRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId,
|
|
5985
|
+
CreateNatGatewayRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, location_name: "SubnetId"))
|
|
5986
|
+
CreateNatGatewayRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "VpcId"))
|
|
5987
|
+
CreateNatGatewayRequest.add_member(:availability_zone_addresses, Shapes::ShapeRef.new(shape: AvailabilityZoneAddresses, location_name: "AvailabilityZoneAddress"))
|
|
5930
5988
|
CreateNatGatewayRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
|
5931
5989
|
CreateNatGatewayRequest.add_member(:connectivity_type, Shapes::ShapeRef.new(shape: ConnectivityType, location_name: "ConnectivityType"))
|
|
5932
5990
|
CreateNatGatewayRequest.add_member(:private_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "PrivateIpAddress"))
|
|
@@ -6872,6 +6930,13 @@ module Aws::EC2
|
|
|
6872
6930
|
DeleteIpamExternalResourceVerificationTokenResult.add_member(:ipam_external_resource_verification_token, Shapes::ShapeRef.new(shape: IpamExternalResourceVerificationToken, location_name: "ipamExternalResourceVerificationToken"))
|
|
6873
6931
|
DeleteIpamExternalResourceVerificationTokenResult.struct_class = Types::DeleteIpamExternalResourceVerificationTokenResult
|
|
6874
6932
|
|
|
6933
|
+
DeleteIpamPolicyRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
6934
|
+
DeleteIpamPolicyRequest.add_member(:ipam_policy_id, Shapes::ShapeRef.new(shape: IpamPolicyId, required: true, location_name: "IpamPolicyId"))
|
|
6935
|
+
DeleteIpamPolicyRequest.struct_class = Types::DeleteIpamPolicyRequest
|
|
6936
|
+
|
|
6937
|
+
DeleteIpamPolicyResult.add_member(:ipam_policy, Shapes::ShapeRef.new(shape: IpamPolicy, location_name: "ipamPolicy"))
|
|
6938
|
+
DeleteIpamPolicyResult.struct_class = Types::DeleteIpamPolicyResult
|
|
6939
|
+
|
|
6875
6940
|
DeleteIpamPoolRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
6876
6941
|
DeleteIpamPoolRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId"))
|
|
6877
6942
|
DeleteIpamPoolRequest.add_member(:cascade, Shapes::ShapeRef.new(shape: Boolean, location_name: "Cascade"))
|
|
@@ -8250,6 +8315,17 @@ module Aws::EC2
|
|
|
8250
8315
|
DescribeIpamExternalResourceVerificationTokensResult.add_member(:ipam_external_resource_verification_tokens, Shapes::ShapeRef.new(shape: IpamExternalResourceVerificationTokenSet, location_name: "ipamExternalResourceVerificationTokenSet"))
|
|
8251
8316
|
DescribeIpamExternalResourceVerificationTokensResult.struct_class = Types::DescribeIpamExternalResourceVerificationTokensResult
|
|
8252
8317
|
|
|
8318
|
+
DescribeIpamPoliciesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
8319
|
+
DescribeIpamPoliciesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
|
8320
|
+
DescribeIpamPoliciesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IpamMaxResults, location_name: "MaxResults"))
|
|
8321
|
+
DescribeIpamPoliciesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
8322
|
+
DescribeIpamPoliciesRequest.add_member(:ipam_policy_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "IpamPolicyId"))
|
|
8323
|
+
DescribeIpamPoliciesRequest.struct_class = Types::DescribeIpamPoliciesRequest
|
|
8324
|
+
|
|
8325
|
+
DescribeIpamPoliciesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
8326
|
+
DescribeIpamPoliciesResult.add_member(:ipam_policies, Shapes::ShapeRef.new(shape: IpamPolicySet, location_name: "ipamPolicySet"))
|
|
8327
|
+
DescribeIpamPoliciesResult.struct_class = Types::DescribeIpamPoliciesResult
|
|
8328
|
+
|
|
8253
8329
|
DescribeIpamPoolsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
8254
8330
|
DescribeIpamPoolsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
|
8255
8331
|
DescribeIpamPoolsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IpamMaxResults, location_name: "MaxResults"))
|
|
@@ -9649,6 +9725,14 @@ module Aws::EC2
|
|
|
9649
9725
|
DisableIpamOrganizationAdminAccountResult.add_member(:success, Shapes::ShapeRef.new(shape: Boolean, location_name: "success"))
|
|
9650
9726
|
DisableIpamOrganizationAdminAccountResult.struct_class = Types::DisableIpamOrganizationAdminAccountResult
|
|
9651
9727
|
|
|
9728
|
+
DisableIpamPolicyRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
9729
|
+
DisableIpamPolicyRequest.add_member(:ipam_policy_id, Shapes::ShapeRef.new(shape: IpamPolicyId, required: true, location_name: "IpamPolicyId"))
|
|
9730
|
+
DisableIpamPolicyRequest.add_member(:organization_target_id, Shapes::ShapeRef.new(shape: String, location_name: "OrganizationTargetId"))
|
|
9731
|
+
DisableIpamPolicyRequest.struct_class = Types::DisableIpamPolicyRequest
|
|
9732
|
+
|
|
9733
|
+
DisableIpamPolicyResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
|
|
9734
|
+
DisableIpamPolicyResult.struct_class = Types::DisableIpamPolicyResult
|
|
9735
|
+
|
|
9652
9736
|
DisableRouteServerPropagationRequest.add_member(:route_server_id, Shapes::ShapeRef.new(shape: RouteServerId, required: true, location_name: "RouteServerId"))
|
|
9653
9737
|
DisableRouteServerPropagationRequest.add_member(:route_table_id, Shapes::ShapeRef.new(shape: RouteTableId, required: true, location_name: "RouteTableId"))
|
|
9654
9738
|
DisableRouteServerPropagationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
@@ -10194,6 +10278,14 @@ module Aws::EC2
|
|
|
10194
10278
|
EnableIpamOrganizationAdminAccountResult.add_member(:success, Shapes::ShapeRef.new(shape: Boolean, location_name: "success"))
|
|
10195
10279
|
EnableIpamOrganizationAdminAccountResult.struct_class = Types::EnableIpamOrganizationAdminAccountResult
|
|
10196
10280
|
|
|
10281
|
+
EnableIpamPolicyRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
10282
|
+
EnableIpamPolicyRequest.add_member(:ipam_policy_id, Shapes::ShapeRef.new(shape: IpamPolicyId, required: true, location_name: "IpamPolicyId"))
|
|
10283
|
+
EnableIpamPolicyRequest.add_member(:organization_target_id, Shapes::ShapeRef.new(shape: String, location_name: "OrganizationTargetId"))
|
|
10284
|
+
EnableIpamPolicyRequest.struct_class = Types::EnableIpamPolicyRequest
|
|
10285
|
+
|
|
10286
|
+
EnableIpamPolicyResult.add_member(:ipam_policy_id, Shapes::ShapeRef.new(shape: IpamPolicyId, location_name: "ipamPolicyId"))
|
|
10287
|
+
EnableIpamPolicyResult.struct_class = Types::EnableIpamPolicyResult
|
|
10288
|
+
|
|
10197
10289
|
EnableReachabilityAnalyzerOrganizationSharingRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
10198
10290
|
EnableReachabilityAnalyzerOrganizationSharingRequest.struct_class = Types::EnableReachabilityAnalyzerOrganizationSharingRequest
|
|
10199
10291
|
|
|
@@ -10870,6 +10962,14 @@ module Aws::EC2
|
|
|
10870
10962
|
GetEbsEncryptionByDefaultResult.add_member(:sse_type, Shapes::ShapeRef.new(shape: SSEType, location_name: "sseType"))
|
|
10871
10963
|
GetEbsEncryptionByDefaultResult.struct_class = Types::GetEbsEncryptionByDefaultResult
|
|
10872
10964
|
|
|
10965
|
+
GetEnabledIpamPolicyRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
10966
|
+
GetEnabledIpamPolicyRequest.struct_class = Types::GetEnabledIpamPolicyRequest
|
|
10967
|
+
|
|
10968
|
+
GetEnabledIpamPolicyResult.add_member(:ipam_policy_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "ipamPolicyEnabled"))
|
|
10969
|
+
GetEnabledIpamPolicyResult.add_member(:ipam_policy_id, Shapes::ShapeRef.new(shape: IpamPolicyId, location_name: "ipamPolicyId"))
|
|
10970
|
+
GetEnabledIpamPolicyResult.add_member(:managed_by, Shapes::ShapeRef.new(shape: IpamPolicyManagedBy, location_name: "managedBy"))
|
|
10971
|
+
GetEnabledIpamPolicyResult.struct_class = Types::GetEnabledIpamPolicyResult
|
|
10972
|
+
|
|
10873
10973
|
GetFlowLogsIntegrationTemplateRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
10874
10974
|
GetFlowLogsIntegrationTemplateRequest.add_member(:flow_log_id, Shapes::ShapeRef.new(shape: VpcFlowLogId, required: true, location_name: "FlowLogId"))
|
|
10875
10975
|
GetFlowLogsIntegrationTemplateRequest.add_member(:config_delivery_s3_destination_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ConfigDeliveryS3DestinationArn"))
|
|
@@ -11003,6 +11103,30 @@ module Aws::EC2
|
|
|
11003
11103
|
GetIpamDiscoveredResourceCidrsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
11004
11104
|
GetIpamDiscoveredResourceCidrsResult.struct_class = Types::GetIpamDiscoveredResourceCidrsResult
|
|
11005
11105
|
|
|
11106
|
+
GetIpamPolicyAllocationRulesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
11107
|
+
GetIpamPolicyAllocationRulesRequest.add_member(:ipam_policy_id, Shapes::ShapeRef.new(shape: IpamPolicyId, required: true, location_name: "IpamPolicyId"))
|
|
11108
|
+
GetIpamPolicyAllocationRulesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
|
11109
|
+
GetIpamPolicyAllocationRulesRequest.add_member(:locale, Shapes::ShapeRef.new(shape: String, location_name: "Locale"))
|
|
11110
|
+
GetIpamPolicyAllocationRulesRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: IpamPolicyResourceType, location_name: "ResourceType"))
|
|
11111
|
+
GetIpamPolicyAllocationRulesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IpamMaxResults, location_name: "MaxResults"))
|
|
11112
|
+
GetIpamPolicyAllocationRulesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
11113
|
+
GetIpamPolicyAllocationRulesRequest.struct_class = Types::GetIpamPolicyAllocationRulesRequest
|
|
11114
|
+
|
|
11115
|
+
GetIpamPolicyAllocationRulesResult.add_member(:ipam_policy_documents, Shapes::ShapeRef.new(shape: IpamPolicyDocumentSet, location_name: "ipamPolicyDocumentSet"))
|
|
11116
|
+
GetIpamPolicyAllocationRulesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
11117
|
+
GetIpamPolicyAllocationRulesResult.struct_class = Types::GetIpamPolicyAllocationRulesResult
|
|
11118
|
+
|
|
11119
|
+
GetIpamPolicyOrganizationTargetsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
11120
|
+
GetIpamPolicyOrganizationTargetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IpamMaxResults, location_name: "MaxResults"))
|
|
11121
|
+
GetIpamPolicyOrganizationTargetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
11122
|
+
GetIpamPolicyOrganizationTargetsRequest.add_member(:ipam_policy_id, Shapes::ShapeRef.new(shape: IpamPolicyId, required: true, location_name: "IpamPolicyId"))
|
|
11123
|
+
GetIpamPolicyOrganizationTargetsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
|
11124
|
+
GetIpamPolicyOrganizationTargetsRequest.struct_class = Types::GetIpamPolicyOrganizationTargetsRequest
|
|
11125
|
+
|
|
11126
|
+
GetIpamPolicyOrganizationTargetsResult.add_member(:organization_targets, Shapes::ShapeRef.new(shape: IpamPolicyOrganizationTargetSet, location_name: "organizationTargetSet"))
|
|
11127
|
+
GetIpamPolicyOrganizationTargetsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
11128
|
+
GetIpamPolicyOrganizationTargetsResult.struct_class = Types::GetIpamPolicyOrganizationTargetsResult
|
|
11129
|
+
|
|
11006
11130
|
GetIpamPoolAllocationsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
11007
11131
|
GetIpamPoolAllocationsRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId"))
|
|
11008
11132
|
GetIpamPoolAllocationsRequest.add_member(:ipam_pool_allocation_id, Shapes::ShapeRef.new(shape: IpamPoolAllocationId, location_name: "IpamPoolAllocationId"))
|
|
@@ -12622,6 +12746,41 @@ module Aws::EC2
|
|
|
12622
12746
|
|
|
12623
12747
|
IpamOrganizationalUnitExclusionSet.member = Shapes::ShapeRef.new(shape: IpamOrganizationalUnitExclusion, location_name: "item")
|
|
12624
12748
|
|
|
12749
|
+
IpamPolicy.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
|
|
12750
|
+
IpamPolicy.add_member(:ipam_policy_id, Shapes::ShapeRef.new(shape: IpamPolicyId, location_name: "ipamPolicyId"))
|
|
12751
|
+
IpamPolicy.add_member(:ipam_policy_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ipamPolicyArn"))
|
|
12752
|
+
IpamPolicy.add_member(:ipam_policy_region, Shapes::ShapeRef.new(shape: String, location_name: "ipamPolicyRegion"))
|
|
12753
|
+
IpamPolicy.add_member(:state, Shapes::ShapeRef.new(shape: IpamPolicyState, location_name: "state"))
|
|
12754
|
+
IpamPolicy.add_member(:state_message, Shapes::ShapeRef.new(shape: String, location_name: "stateMessage"))
|
|
12755
|
+
IpamPolicy.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
|
12756
|
+
IpamPolicy.add_member(:ipam_id, Shapes::ShapeRef.new(shape: IpamId, location_name: "ipamId"))
|
|
12757
|
+
IpamPolicy.struct_class = Types::IpamPolicy
|
|
12758
|
+
|
|
12759
|
+
IpamPolicyAllocationRule.add_member(:source_ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "sourceIpamPoolId"))
|
|
12760
|
+
IpamPolicyAllocationRule.struct_class = Types::IpamPolicyAllocationRule
|
|
12761
|
+
|
|
12762
|
+
IpamPolicyAllocationRuleList.member = Shapes::ShapeRef.new(shape: IpamPolicyAllocationRule, location_name: "item")
|
|
12763
|
+
|
|
12764
|
+
IpamPolicyAllocationRuleListRequest.member = Shapes::ShapeRef.new(shape: IpamPolicyAllocationRuleRequest, location_name: "item")
|
|
12765
|
+
|
|
12766
|
+
IpamPolicyAllocationRuleRequest.add_member(:source_ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "SourceIpamPoolId"))
|
|
12767
|
+
IpamPolicyAllocationRuleRequest.struct_class = Types::IpamPolicyAllocationRuleRequest
|
|
12768
|
+
|
|
12769
|
+
IpamPolicyDocument.add_member(:ipam_policy_id, Shapes::ShapeRef.new(shape: IpamPolicyId, location_name: "ipamPolicyId"))
|
|
12770
|
+
IpamPolicyDocument.add_member(:locale, Shapes::ShapeRef.new(shape: String, location_name: "locale"))
|
|
12771
|
+
IpamPolicyDocument.add_member(:resource_type, Shapes::ShapeRef.new(shape: IpamPolicyResourceType, location_name: "resourceType"))
|
|
12772
|
+
IpamPolicyDocument.add_member(:allocation_rules, Shapes::ShapeRef.new(shape: IpamPolicyAllocationRuleList, location_name: "allocationRuleSet"))
|
|
12773
|
+
IpamPolicyDocument.struct_class = Types::IpamPolicyDocument
|
|
12774
|
+
|
|
12775
|
+
IpamPolicyDocumentSet.member = Shapes::ShapeRef.new(shape: IpamPolicyDocument, location_name: "item")
|
|
12776
|
+
|
|
12777
|
+
IpamPolicyOrganizationTarget.add_member(:organization_target_id, Shapes::ShapeRef.new(shape: String, location_name: "organizationTargetId"))
|
|
12778
|
+
IpamPolicyOrganizationTarget.struct_class = Types::IpamPolicyOrganizationTarget
|
|
12779
|
+
|
|
12780
|
+
IpamPolicyOrganizationTargetSet.member = Shapes::ShapeRef.new(shape: IpamPolicyOrganizationTarget, location_name: "item")
|
|
12781
|
+
|
|
12782
|
+
IpamPolicySet.member = Shapes::ShapeRef.new(shape: IpamPolicy, location_name: "item")
|
|
12783
|
+
|
|
12625
12784
|
IpamPool.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
|
|
12626
12785
|
IpamPool.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "ipamPoolId"))
|
|
12627
12786
|
IpamPool.add_member(:source_ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "sourceIpamPoolId"))
|
|
@@ -13876,6 +14035,16 @@ module Aws::EC2
|
|
|
13876
14035
|
ModifyInstancePlacementResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
|
|
13877
14036
|
ModifyInstancePlacementResult.struct_class = Types::ModifyInstancePlacementResult
|
|
13878
14037
|
|
|
14038
|
+
ModifyIpamPolicyAllocationRulesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
14039
|
+
ModifyIpamPolicyAllocationRulesRequest.add_member(:ipam_policy_id, Shapes::ShapeRef.new(shape: IpamPolicyId, required: true, location_name: "IpamPolicyId"))
|
|
14040
|
+
ModifyIpamPolicyAllocationRulesRequest.add_member(:locale, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Locale"))
|
|
14041
|
+
ModifyIpamPolicyAllocationRulesRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: IpamPolicyResourceType, required: true, location_name: "ResourceType"))
|
|
14042
|
+
ModifyIpamPolicyAllocationRulesRequest.add_member(:allocation_rules, Shapes::ShapeRef.new(shape: IpamPolicyAllocationRuleListRequest, location_name: "AllocationRule"))
|
|
14043
|
+
ModifyIpamPolicyAllocationRulesRequest.struct_class = Types::ModifyIpamPolicyAllocationRulesRequest
|
|
14044
|
+
|
|
14045
|
+
ModifyIpamPolicyAllocationRulesResult.add_member(:ipam_policy_document, Shapes::ShapeRef.new(shape: IpamPolicyDocument, location_name: "ipamPolicyDocument"))
|
|
14046
|
+
ModifyIpamPolicyAllocationRulesResult.struct_class = Types::ModifyIpamPolicyAllocationRulesResult
|
|
14047
|
+
|
|
13879
14048
|
ModifyIpamPoolRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
13880
14049
|
ModifyIpamPoolRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId"))
|
|
13881
14050
|
ModifyIpamPoolRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
|
@@ -14548,6 +14717,10 @@ module Aws::EC2
|
|
|
14548
14717
|
NatGateway.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
|
|
14549
14718
|
NatGateway.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
|
14550
14719
|
NatGateway.add_member(:connectivity_type, Shapes::ShapeRef.new(shape: ConnectivityType, location_name: "connectivityType"))
|
|
14720
|
+
NatGateway.add_member(:availability_mode, Shapes::ShapeRef.new(shape: AvailabilityMode, location_name: "availabilityMode"))
|
|
14721
|
+
NatGateway.add_member(:auto_scaling_ips, Shapes::ShapeRef.new(shape: AutoScalingIpsState, location_name: "autoScalingIps"))
|
|
14722
|
+
NatGateway.add_member(:auto_provision_zones, Shapes::ShapeRef.new(shape: AutoProvisionZonesState, location_name: "autoProvisionZones"))
|
|
14723
|
+
NatGateway.add_member(:route_table_id, Shapes::ShapeRef.new(shape: String, location_name: "routeTableId"))
|
|
14551
14724
|
NatGateway.struct_class = Types::NatGateway
|
|
14552
14725
|
|
|
14553
14726
|
NatGatewayAddress.add_member(:allocation_id, Shapes::ShapeRef.new(shape: String, location_name: "allocationId"))
|
|
@@ -14558,6 +14731,8 @@ module Aws::EC2
|
|
|
14558
14731
|
NatGatewayAddress.add_member(:is_primary, Shapes::ShapeRef.new(shape: Boolean, location_name: "isPrimary"))
|
|
14559
14732
|
NatGatewayAddress.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "failureMessage"))
|
|
14560
14733
|
NatGatewayAddress.add_member(:status, Shapes::ShapeRef.new(shape: NatGatewayAddressStatus, location_name: "status"))
|
|
14734
|
+
NatGatewayAddress.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZoneName, location_name: "availabilityZone"))
|
|
14735
|
+
NatGatewayAddress.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: AvailabilityZoneId, location_name: "availabilityZoneId"))
|
|
14561
14736
|
NatGatewayAddress.struct_class = Types::NatGatewayAddress
|
|
14562
14737
|
|
|
14563
14738
|
NatGatewayAddressList.member = Shapes::ShapeRef.new(shape: NatGatewayAddress, location_name: "item")
|
|
@@ -19319,6 +19494,14 @@ module Aws::EC2
|
|
|
19319
19494
|
o.output = Shapes::ShapeRef.new(shape: CreateIpamExternalResourceVerificationTokenResult)
|
|
19320
19495
|
end)
|
|
19321
19496
|
|
|
19497
|
+
api.add_operation(:create_ipam_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
19498
|
+
o.name = "CreateIpamPolicy"
|
|
19499
|
+
o.http_method = "POST"
|
|
19500
|
+
o.http_request_uri = "/"
|
|
19501
|
+
o.input = Shapes::ShapeRef.new(shape: CreateIpamPolicyRequest)
|
|
19502
|
+
o.output = Shapes::ShapeRef.new(shape: CreateIpamPolicyResult)
|
|
19503
|
+
end)
|
|
19504
|
+
|
|
19322
19505
|
api.add_operation(:create_ipam_pool, Seahorse::Model::Operation.new.tap do |o|
|
|
19323
19506
|
o.name = "CreateIpamPool"
|
|
19324
19507
|
o.http_method = "POST"
|
|
@@ -20031,6 +20214,14 @@ module Aws::EC2
|
|
|
20031
20214
|
o.output = Shapes::ShapeRef.new(shape: DeleteIpamExternalResourceVerificationTokenResult)
|
|
20032
20215
|
end)
|
|
20033
20216
|
|
|
20217
|
+
api.add_operation(:delete_ipam_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
20218
|
+
o.name = "DeleteIpamPolicy"
|
|
20219
|
+
o.http_method = "POST"
|
|
20220
|
+
o.http_request_uri = "/"
|
|
20221
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteIpamPolicyRequest)
|
|
20222
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteIpamPolicyResult)
|
|
20223
|
+
end)
|
|
20224
|
+
|
|
20034
20225
|
api.add_operation(:delete_ipam_pool, Seahorse::Model::Operation.new.tap do |o|
|
|
20035
20226
|
o.name = "DeleteIpamPool"
|
|
20036
20227
|
o.http_method = "POST"
|
|
@@ -21509,6 +21700,14 @@ module Aws::EC2
|
|
|
21509
21700
|
o.output = Shapes::ShapeRef.new(shape: DescribeIpamExternalResourceVerificationTokensResult)
|
|
21510
21701
|
end)
|
|
21511
21702
|
|
|
21703
|
+
api.add_operation(:describe_ipam_policies, Seahorse::Model::Operation.new.tap do |o|
|
|
21704
|
+
o.name = "DescribeIpamPolicies"
|
|
21705
|
+
o.http_method = "POST"
|
|
21706
|
+
o.http_request_uri = "/"
|
|
21707
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeIpamPoliciesRequest)
|
|
21708
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeIpamPoliciesResult)
|
|
21709
|
+
end)
|
|
21710
|
+
|
|
21512
21711
|
api.add_operation(:describe_ipam_pools, Seahorse::Model::Operation.new.tap do |o|
|
|
21513
21712
|
o.name = "DescribeIpamPools"
|
|
21514
21713
|
o.http_method = "POST"
|
|
@@ -23014,6 +23213,14 @@ module Aws::EC2
|
|
|
23014
23213
|
o.output = Shapes::ShapeRef.new(shape: DisableIpamOrganizationAdminAccountResult)
|
|
23015
23214
|
end)
|
|
23016
23215
|
|
|
23216
|
+
api.add_operation(:disable_ipam_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
23217
|
+
o.name = "DisableIpamPolicy"
|
|
23218
|
+
o.http_method = "POST"
|
|
23219
|
+
o.http_request_uri = "/"
|
|
23220
|
+
o.input = Shapes::ShapeRef.new(shape: DisableIpamPolicyRequest)
|
|
23221
|
+
o.output = Shapes::ShapeRef.new(shape: DisableIpamPolicyResult)
|
|
23222
|
+
end)
|
|
23223
|
+
|
|
23017
23224
|
api.add_operation(:disable_route_server_propagation, Seahorse::Model::Operation.new.tap do |o|
|
|
23018
23225
|
o.name = "DisableRouteServerPropagation"
|
|
23019
23226
|
o.http_method = "POST"
|
|
@@ -23318,6 +23525,14 @@ module Aws::EC2
|
|
|
23318
23525
|
o.output = Shapes::ShapeRef.new(shape: EnableIpamOrganizationAdminAccountResult)
|
|
23319
23526
|
end)
|
|
23320
23527
|
|
|
23528
|
+
api.add_operation(:enable_ipam_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
23529
|
+
o.name = "EnableIpamPolicy"
|
|
23530
|
+
o.http_method = "POST"
|
|
23531
|
+
o.http_request_uri = "/"
|
|
23532
|
+
o.input = Shapes::ShapeRef.new(shape: EnableIpamPolicyRequest)
|
|
23533
|
+
o.output = Shapes::ShapeRef.new(shape: EnableIpamPolicyResult)
|
|
23534
|
+
end)
|
|
23535
|
+
|
|
23321
23536
|
api.add_operation(:enable_reachability_analyzer_organization_sharing, Seahorse::Model::Operation.new.tap do |o|
|
|
23322
23537
|
o.name = "EnableReachabilityAnalyzerOrganizationSharing"
|
|
23323
23538
|
o.http_method = "POST"
|
|
@@ -23582,6 +23797,14 @@ module Aws::EC2
|
|
|
23582
23797
|
o.output = Shapes::ShapeRef.new(shape: GetEbsEncryptionByDefaultResult)
|
|
23583
23798
|
end)
|
|
23584
23799
|
|
|
23800
|
+
api.add_operation(:get_enabled_ipam_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
23801
|
+
o.name = "GetEnabledIpamPolicy"
|
|
23802
|
+
o.http_method = "POST"
|
|
23803
|
+
o.http_request_uri = "/"
|
|
23804
|
+
o.input = Shapes::ShapeRef.new(shape: GetEnabledIpamPolicyRequest)
|
|
23805
|
+
o.output = Shapes::ShapeRef.new(shape: GetEnabledIpamPolicyResult)
|
|
23806
|
+
end)
|
|
23807
|
+
|
|
23585
23808
|
api.add_operation(:get_flow_logs_integration_template, Seahorse::Model::Operation.new.tap do |o|
|
|
23586
23809
|
o.name = "GetFlowLogsIntegrationTemplate"
|
|
23587
23810
|
o.http_method = "POST"
|
|
@@ -23716,6 +23939,22 @@ module Aws::EC2
|
|
|
23716
23939
|
)
|
|
23717
23940
|
end)
|
|
23718
23941
|
|
|
23942
|
+
api.add_operation(:get_ipam_policy_allocation_rules, Seahorse::Model::Operation.new.tap do |o|
|
|
23943
|
+
o.name = "GetIpamPolicyAllocationRules"
|
|
23944
|
+
o.http_method = "POST"
|
|
23945
|
+
o.http_request_uri = "/"
|
|
23946
|
+
o.input = Shapes::ShapeRef.new(shape: GetIpamPolicyAllocationRulesRequest)
|
|
23947
|
+
o.output = Shapes::ShapeRef.new(shape: GetIpamPolicyAllocationRulesResult)
|
|
23948
|
+
end)
|
|
23949
|
+
|
|
23950
|
+
api.add_operation(:get_ipam_policy_organization_targets, Seahorse::Model::Operation.new.tap do |o|
|
|
23951
|
+
o.name = "GetIpamPolicyOrganizationTargets"
|
|
23952
|
+
o.http_method = "POST"
|
|
23953
|
+
o.http_request_uri = "/"
|
|
23954
|
+
o.input = Shapes::ShapeRef.new(shape: GetIpamPolicyOrganizationTargetsRequest)
|
|
23955
|
+
o.output = Shapes::ShapeRef.new(shape: GetIpamPolicyOrganizationTargetsResult)
|
|
23956
|
+
end)
|
|
23957
|
+
|
|
23719
23958
|
api.add_operation(:get_ipam_pool_allocations, Seahorse::Model::Operation.new.tap do |o|
|
|
23720
23959
|
o.name = "GetIpamPoolAllocations"
|
|
23721
23960
|
o.http_method = "POST"
|
|
@@ -24388,6 +24627,14 @@ module Aws::EC2
|
|
|
24388
24627
|
o.output = Shapes::ShapeRef.new(shape: ModifyIpamResult)
|
|
24389
24628
|
end)
|
|
24390
24629
|
|
|
24630
|
+
api.add_operation(:modify_ipam_policy_allocation_rules, Seahorse::Model::Operation.new.tap do |o|
|
|
24631
|
+
o.name = "ModifyIpamPolicyAllocationRules"
|
|
24632
|
+
o.http_method = "POST"
|
|
24633
|
+
o.http_request_uri = "/"
|
|
24634
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyIpamPolicyAllocationRulesRequest)
|
|
24635
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyIpamPolicyAllocationRulesResult)
|
|
24636
|
+
end)
|
|
24637
|
+
|
|
24391
24638
|
api.add_operation(:modify_ipam_pool, Seahorse::Model::Operation.new.tap do |o|
|
|
24392
24639
|
o.name = "ModifyIpamPool"
|
|
24393
24640
|
o.http_method = "POST"
|
data/lib/aws-sdk-ec2/instance.rb
CHANGED
|
@@ -785,7 +785,7 @@ module Aws::EC2
|
|
|
785
785
|
# image = instance.create_image({
|
|
786
786
|
# tag_specifications: [
|
|
787
787
|
# {
|
|
788
|
-
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, declarative-policies-report, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, image-usage-report, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, outpost-lag, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, service-link-virtual-interface, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-connection, vpc-endpoint-service, vpc-endpoint-service-permission, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log, capacity-reservation-fleet, traffic-mirror-filter-rule, vpc-endpoint-connection-device-type, verified-access-instance, verified-access-group, verified-access-endpoint, verified-access-policy, verified-access-trust-provider, vpn-connection-device-type, vpc-block-public-access-exclusion, route-server, route-server-endpoint, route-server-peer, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, verified-access-endpoint-target, ipam-external-resource-verification-token, capacity-block, mac-modification-task, ipam-prefix-list-resolver, ipam-prefix-list-resolver-target, capacity-manager-data-export, vpn-concentrator
|
|
788
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, declarative-policies-report, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, image-usage-report, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, outpost-lag, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, service-link-virtual-interface, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-connection, vpc-endpoint-service, vpc-endpoint-service-permission, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log, capacity-reservation-fleet, traffic-mirror-filter-rule, vpc-endpoint-connection-device-type, verified-access-instance, verified-access-group, verified-access-endpoint, verified-access-policy, verified-access-trust-provider, vpn-connection-device-type, vpc-block-public-access-exclusion, route-server, route-server-endpoint, route-server-peer, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, verified-access-endpoint-target, ipam-external-resource-verification-token, capacity-block, mac-modification-task, ipam-prefix-list-resolver, ipam-policy, ipam-prefix-list-resolver-target, capacity-manager-data-export, vpn-concentrator
|
|
789
789
|
# tags: [
|
|
790
790
|
# {
|
|
791
791
|
# key: "String",
|
|
@@ -148,6 +148,71 @@ module Aws::EC2
|
|
|
148
148
|
data[:connectivity_type]
|
|
149
149
|
end
|
|
150
150
|
|
|
151
|
+
# Indicates whether this is a zonal (single-AZ) or regional (multi-AZ)
|
|
152
|
+
# NAT gateway.
|
|
153
|
+
#
|
|
154
|
+
# A zonal NAT gateway is a NAT Gateway that provides redundancy and
|
|
155
|
+
# scalability within a single availability zone. A regional NAT gateway
|
|
156
|
+
# is a single NAT Gateway that works across multiple availability zones
|
|
157
|
+
# (AZs) in your VPC, providing redundancy, scalability and availability
|
|
158
|
+
# across all the AZs in a Region.
|
|
159
|
+
#
|
|
160
|
+
# For more information, see [Regional NAT gateways for automatic
|
|
161
|
+
# multi-AZ expansion][1] in the *Amazon VPC User Guide*.
|
|
162
|
+
#
|
|
163
|
+
#
|
|
164
|
+
#
|
|
165
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateways-regional.html
|
|
166
|
+
# @return [String]
|
|
167
|
+
def availability_mode
|
|
168
|
+
data[:availability_mode]
|
|
169
|
+
end
|
|
170
|
+
|
|
171
|
+
# For regional NAT gateways only: Indicates whether Amazon Web Services
|
|
172
|
+
# automatically allocates additional Elastic IP addresses (EIPs) in an
|
|
173
|
+
# AZ when the NAT gateway needs more ports due to increased concurrent
|
|
174
|
+
# connections to a single destination from that AZ.
|
|
175
|
+
#
|
|
176
|
+
# For more information, see [Regional NAT gateways for automatic
|
|
177
|
+
# multi-AZ expansion][1] in the *Amazon VPC User Guide*.
|
|
178
|
+
#
|
|
179
|
+
#
|
|
180
|
+
#
|
|
181
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateways-regional.html
|
|
182
|
+
# @return [String]
|
|
183
|
+
def auto_scaling_ips
|
|
184
|
+
data[:auto_scaling_ips]
|
|
185
|
+
end
|
|
186
|
+
|
|
187
|
+
# For regional NAT gateways only: Indicates whether Amazon Web Services
|
|
188
|
+
# automatically manages AZ coverage. When enabled, the NAT gateway
|
|
189
|
+
# associates EIPs in all AZs where your VPC has subnets to handle
|
|
190
|
+
# outbound NAT traffic, expands to new AZs when you create subnets
|
|
191
|
+
# there, and retracts from AZs where you've removed all subnets. When
|
|
192
|
+
# disabled, you must manually manage which AZs the NAT gateway supports
|
|
193
|
+
# and their corresponding EIPs.
|
|
194
|
+
#
|
|
195
|
+
# A regional NAT gateway is a single NAT Gateway that works across
|
|
196
|
+
# multiple availability zones (AZs) in your VPC, providing redundancy,
|
|
197
|
+
# scalability and availability across all the AZs in a Region.
|
|
198
|
+
#
|
|
199
|
+
# For more information, see [Regional NAT gateways for automatic
|
|
200
|
+
# multi-AZ expansion][1] in the *Amazon VPC User Guide*.
|
|
201
|
+
#
|
|
202
|
+
#
|
|
203
|
+
#
|
|
204
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateways-regional.html
|
|
205
|
+
# @return [String]
|
|
206
|
+
def auto_provision_zones
|
|
207
|
+
data[:auto_provision_zones]
|
|
208
|
+
end
|
|
209
|
+
|
|
210
|
+
# For regional NAT gateways only, this is the ID of the NAT gateway.
|
|
211
|
+
# @return [String]
|
|
212
|
+
def route_table_id
|
|
213
|
+
data[:route_table_id]
|
|
214
|
+
end
|
|
215
|
+
|
|
151
216
|
# @!endgroup
|
|
152
217
|
|
|
153
218
|
# @return [Client]
|