aws-sdk-ec2 1.421.0 → 1.423.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +590 -51
- data/lib/aws-sdk-ec2/client_api.rb +265 -1
- data/lib/aws-sdk-ec2/endpoints.rb +84 -0
- data/lib/aws-sdk-ec2/instance.rb +2 -1
- data/lib/aws-sdk-ec2/network_interface.rb +20 -0
- data/lib/aws-sdk-ec2/plugins/endpoints.rb +12 -0
- data/lib/aws-sdk-ec2/resource.rb +26 -4
- data/lib/aws-sdk-ec2/subnet.rb +12 -0
- data/lib/aws-sdk-ec2/types.rb +955 -30
- data/lib/aws-sdk-ec2/vpc.rb +14 -4
- data/lib/aws-sdk-ec2.rb +1 -1
- metadata +2 -2
@@ -110,6 +110,11 @@ module Aws::EC2
|
|
110
110
|
ArchitectureTypeSet = Shapes::ListShape.new(name: 'ArchitectureTypeSet')
|
111
111
|
ArchitectureValues = Shapes::StringShape.new(name: 'ArchitectureValues')
|
112
112
|
ArnList = Shapes::ListShape.new(name: 'ArnList')
|
113
|
+
AsnAssociation = Shapes::StructureShape.new(name: 'AsnAssociation')
|
114
|
+
AsnAssociationSet = Shapes::ListShape.new(name: 'AsnAssociationSet')
|
115
|
+
AsnAssociationState = Shapes::StringShape.new(name: 'AsnAssociationState')
|
116
|
+
AsnAuthorizationContext = Shapes::StructureShape.new(name: 'AsnAuthorizationContext')
|
117
|
+
AsnState = Shapes::StringShape.new(name: 'AsnState')
|
113
118
|
AssetId = Shapes::StringShape.new(name: 'AssetId')
|
114
119
|
AssetIdList = Shapes::ListShape.new(name: 'AssetIdList')
|
115
120
|
AssignIpv6AddressesRequest = Shapes::StructureShape.new(name: 'AssignIpv6AddressesRequest')
|
@@ -131,6 +136,8 @@ module Aws::EC2
|
|
131
136
|
AssociateIamInstanceProfileResult = Shapes::StructureShape.new(name: 'AssociateIamInstanceProfileResult')
|
132
137
|
AssociateInstanceEventWindowRequest = Shapes::StructureShape.new(name: 'AssociateInstanceEventWindowRequest')
|
133
138
|
AssociateInstanceEventWindowResult = Shapes::StructureShape.new(name: 'AssociateInstanceEventWindowResult')
|
139
|
+
AssociateIpamByoasnRequest = Shapes::StructureShape.new(name: 'AssociateIpamByoasnRequest')
|
140
|
+
AssociateIpamByoasnResult = Shapes::StructureShape.new(name: 'AssociateIpamByoasnResult')
|
134
141
|
AssociateIpamResourceDiscoveryRequest = Shapes::StructureShape.new(name: 'AssociateIpamResourceDiscoveryRequest')
|
135
142
|
AssociateIpamResourceDiscoveryResult = Shapes::StructureShape.new(name: 'AssociateIpamResourceDiscoveryResult')
|
136
143
|
AssociateNatGatewayAddressRequest = Shapes::StructureShape.new(name: 'AssociateNatGatewayAddressRequest')
|
@@ -228,6 +235,8 @@ module Aws::EC2
|
|
228
235
|
BundleTaskState = Shapes::StringShape.new(name: 'BundleTaskState')
|
229
236
|
BurstablePerformance = Shapes::StringShape.new(name: 'BurstablePerformance')
|
230
237
|
BurstablePerformanceFlag = Shapes::BooleanShape.new(name: 'BurstablePerformanceFlag')
|
238
|
+
Byoasn = Shapes::StructureShape.new(name: 'Byoasn')
|
239
|
+
ByoasnSet = Shapes::ListShape.new(name: 'ByoasnSet')
|
231
240
|
ByoipCidr = Shapes::StructureShape.new(name: 'ByoipCidr')
|
232
241
|
ByoipCidrSet = Shapes::ListShape.new(name: 'ByoipCidrSet')
|
233
242
|
ByoipCidrState = Shapes::StringShape.new(name: 'ByoipCidrState')
|
@@ -363,6 +372,10 @@ module Aws::EC2
|
|
363
372
|
ConnectionNotificationSet = Shapes::ListShape.new(name: 'ConnectionNotificationSet')
|
364
373
|
ConnectionNotificationState = Shapes::StringShape.new(name: 'ConnectionNotificationState')
|
365
374
|
ConnectionNotificationType = Shapes::StringShape.new(name: 'ConnectionNotificationType')
|
375
|
+
ConnectionTrackingConfiguration = Shapes::StructureShape.new(name: 'ConnectionTrackingConfiguration')
|
376
|
+
ConnectionTrackingSpecification = Shapes::StructureShape.new(name: 'ConnectionTrackingSpecification')
|
377
|
+
ConnectionTrackingSpecificationRequest = Shapes::StructureShape.new(name: 'ConnectionTrackingSpecificationRequest')
|
378
|
+
ConnectionTrackingSpecificationResponse = Shapes::StructureShape.new(name: 'ConnectionTrackingSpecificationResponse')
|
366
379
|
ConnectivityType = Shapes::StringShape.new(name: 'ConnectivityType')
|
367
380
|
ContainerFormat = Shapes::StringShape.new(name: 'ContainerFormat')
|
368
381
|
ConversionIdStringList = Shapes::ListShape.new(name: 'ConversionIdStringList')
|
@@ -728,6 +741,8 @@ module Aws::EC2
|
|
728
741
|
DeleteVpnGatewayRequest = Shapes::StructureShape.new(name: 'DeleteVpnGatewayRequest')
|
729
742
|
DeprovisionByoipCidrRequest = Shapes::StructureShape.new(name: 'DeprovisionByoipCidrRequest')
|
730
743
|
DeprovisionByoipCidrResult = Shapes::StructureShape.new(name: 'DeprovisionByoipCidrResult')
|
744
|
+
DeprovisionIpamByoasnRequest = Shapes::StructureShape.new(name: 'DeprovisionIpamByoasnRequest')
|
745
|
+
DeprovisionIpamByoasnResult = Shapes::StructureShape.new(name: 'DeprovisionIpamByoasnResult')
|
731
746
|
DeprovisionIpamPoolCidrRequest = Shapes::StructureShape.new(name: 'DeprovisionIpamPoolCidrRequest')
|
732
747
|
DeprovisionIpamPoolCidrResult = Shapes::StructureShape.new(name: 'DeprovisionIpamPoolCidrResult')
|
733
748
|
DeprovisionPublicIpv4PoolCidrRequest = Shapes::StructureShape.new(name: 'DeprovisionPublicIpv4PoolCidrRequest')
|
@@ -885,6 +900,9 @@ module Aws::EC2
|
|
885
900
|
DescribeInternetGatewaysMaxResults = Shapes::IntegerShape.new(name: 'DescribeInternetGatewaysMaxResults')
|
886
901
|
DescribeInternetGatewaysRequest = Shapes::StructureShape.new(name: 'DescribeInternetGatewaysRequest')
|
887
902
|
DescribeInternetGatewaysResult = Shapes::StructureShape.new(name: 'DescribeInternetGatewaysResult')
|
903
|
+
DescribeIpamByoasnMaxResults = Shapes::IntegerShape.new(name: 'DescribeIpamByoasnMaxResults')
|
904
|
+
DescribeIpamByoasnRequest = Shapes::StructureShape.new(name: 'DescribeIpamByoasnRequest')
|
905
|
+
DescribeIpamByoasnResult = Shapes::StructureShape.new(name: 'DescribeIpamByoasnResult')
|
888
906
|
DescribeIpamPoolsRequest = Shapes::StructureShape.new(name: 'DescribeIpamPoolsRequest')
|
889
907
|
DescribeIpamPoolsResult = Shapes::StructureShape.new(name: 'DescribeIpamPoolsResult')
|
890
908
|
DescribeIpamResourceDiscoveriesRequest = Shapes::StructureShape.new(name: 'DescribeIpamResourceDiscoveriesRequest')
|
@@ -1167,6 +1185,8 @@ module Aws::EC2
|
|
1167
1185
|
DisassociateIamInstanceProfileResult = Shapes::StructureShape.new(name: 'DisassociateIamInstanceProfileResult')
|
1168
1186
|
DisassociateInstanceEventWindowRequest = Shapes::StructureShape.new(name: 'DisassociateInstanceEventWindowRequest')
|
1169
1187
|
DisassociateInstanceEventWindowResult = Shapes::StructureShape.new(name: 'DisassociateInstanceEventWindowResult')
|
1188
|
+
DisassociateIpamByoasnRequest = Shapes::StructureShape.new(name: 'DisassociateIpamByoasnRequest')
|
1189
|
+
DisassociateIpamByoasnResult = Shapes::StructureShape.new(name: 'DisassociateIpamByoasnResult')
|
1170
1190
|
DisassociateIpamResourceDiscoveryRequest = Shapes::StructureShape.new(name: 'DisassociateIpamResourceDiscoveryRequest')
|
1171
1191
|
DisassociateIpamResourceDiscoveryResult = Shapes::StructureShape.new(name: 'DisassociateIpamResourceDiscoveryResult')
|
1172
1192
|
DisassociateNatGatewayAddressRequest = Shapes::StructureShape.new(name: 'DisassociateNatGatewayAddressRequest')
|
@@ -1445,6 +1465,8 @@ module Aws::EC2
|
|
1445
1465
|
GetIpamAddressHistoryResult = Shapes::StructureShape.new(name: 'GetIpamAddressHistoryResult')
|
1446
1466
|
GetIpamDiscoveredAccountsRequest = Shapes::StructureShape.new(name: 'GetIpamDiscoveredAccountsRequest')
|
1447
1467
|
GetIpamDiscoveredAccountsResult = Shapes::StructureShape.new(name: 'GetIpamDiscoveredAccountsResult')
|
1468
|
+
GetIpamDiscoveredPublicAddressesRequest = Shapes::StructureShape.new(name: 'GetIpamDiscoveredPublicAddressesRequest')
|
1469
|
+
GetIpamDiscoveredPublicAddressesResult = Shapes::StructureShape.new(name: 'GetIpamDiscoveredPublicAddressesResult')
|
1448
1470
|
GetIpamDiscoveredResourceCidrsRequest = Shapes::StructureShape.new(name: 'GetIpamDiscoveredResourceCidrsRequest')
|
1449
1471
|
GetIpamDiscoveredResourceCidrsResult = Shapes::StructureShape.new(name: 'GetIpamDiscoveredResourceCidrsResult')
|
1450
1472
|
GetIpamPoolAllocationsMaxResults = Shapes::IntegerShape.new(name: 'GetIpamPoolAllocationsMaxResults')
|
@@ -1760,6 +1782,8 @@ module Aws::EC2
|
|
1760
1782
|
IpamComplianceStatus = Shapes::StringShape.new(name: 'IpamComplianceStatus')
|
1761
1783
|
IpamDiscoveredAccount = Shapes::StructureShape.new(name: 'IpamDiscoveredAccount')
|
1762
1784
|
IpamDiscoveredAccountSet = Shapes::ListShape.new(name: 'IpamDiscoveredAccountSet')
|
1785
|
+
IpamDiscoveredPublicAddress = Shapes::StructureShape.new(name: 'IpamDiscoveredPublicAddress')
|
1786
|
+
IpamDiscoveredPublicAddressSet = Shapes::ListShape.new(name: 'IpamDiscoveredPublicAddressSet')
|
1763
1787
|
IpamDiscoveredResourceCidr = Shapes::StructureShape.new(name: 'IpamDiscoveredResourceCidr')
|
1764
1788
|
IpamDiscoveredResourceCidrSet = Shapes::ListShape.new(name: 'IpamDiscoveredResourceCidrSet')
|
1765
1789
|
IpamDiscoveryFailureCode = Shapes::StringShape.new(name: 'IpamDiscoveryFailureCode')
|
@@ -1773,6 +1797,7 @@ module Aws::EC2
|
|
1773
1797
|
IpamOverlapStatus = Shapes::StringShape.new(name: 'IpamOverlapStatus')
|
1774
1798
|
IpamPool = Shapes::StructureShape.new(name: 'IpamPool')
|
1775
1799
|
IpamPoolAllocation = Shapes::StructureShape.new(name: 'IpamPoolAllocation')
|
1800
|
+
IpamPoolAllocationAllowedCidrs = Shapes::ListShape.new(name: 'IpamPoolAllocationAllowedCidrs')
|
1776
1801
|
IpamPoolAllocationDisallowedCidrs = Shapes::ListShape.new(name: 'IpamPoolAllocationDisallowedCidrs')
|
1777
1802
|
IpamPoolAllocationId = Shapes::StringShape.new(name: 'IpamPoolAllocationId')
|
1778
1803
|
IpamPoolAllocationResourceType = Shapes::StringShape.new(name: 'IpamPoolAllocationResourceType')
|
@@ -1787,7 +1812,18 @@ module Aws::EC2
|
|
1787
1812
|
IpamPoolId = Shapes::StringShape.new(name: 'IpamPoolId')
|
1788
1813
|
IpamPoolPublicIpSource = Shapes::StringShape.new(name: 'IpamPoolPublicIpSource')
|
1789
1814
|
IpamPoolSet = Shapes::ListShape.new(name: 'IpamPoolSet')
|
1815
|
+
IpamPoolSourceResource = Shapes::StructureShape.new(name: 'IpamPoolSourceResource')
|
1816
|
+
IpamPoolSourceResourceRequest = Shapes::StructureShape.new(name: 'IpamPoolSourceResourceRequest')
|
1817
|
+
IpamPoolSourceResourceType = Shapes::StringShape.new(name: 'IpamPoolSourceResourceType')
|
1790
1818
|
IpamPoolState = Shapes::StringShape.new(name: 'IpamPoolState')
|
1819
|
+
IpamPublicAddressAssociationStatus = Shapes::StringShape.new(name: 'IpamPublicAddressAssociationStatus')
|
1820
|
+
IpamPublicAddressAwsService = Shapes::StringShape.new(name: 'IpamPublicAddressAwsService')
|
1821
|
+
IpamPublicAddressSecurityGroup = Shapes::StructureShape.new(name: 'IpamPublicAddressSecurityGroup')
|
1822
|
+
IpamPublicAddressSecurityGroupList = Shapes::ListShape.new(name: 'IpamPublicAddressSecurityGroupList')
|
1823
|
+
IpamPublicAddressTag = Shapes::StructureShape.new(name: 'IpamPublicAddressTag')
|
1824
|
+
IpamPublicAddressTagList = Shapes::ListShape.new(name: 'IpamPublicAddressTagList')
|
1825
|
+
IpamPublicAddressTags = Shapes::StructureShape.new(name: 'IpamPublicAddressTags')
|
1826
|
+
IpamPublicAddressType = Shapes::StringShape.new(name: 'IpamPublicAddressType')
|
1791
1827
|
IpamResourceCidr = Shapes::StructureShape.new(name: 'IpamResourceCidr')
|
1792
1828
|
IpamResourceCidrSet = Shapes::ListShape.new(name: 'IpamResourceCidrSet')
|
1793
1829
|
IpamResourceDiscovery = Shapes::StructureShape.new(name: 'IpamResourceDiscovery')
|
@@ -1808,6 +1844,7 @@ module Aws::EC2
|
|
1808
1844
|
IpamScopeType = Shapes::StringShape.new(name: 'IpamScopeType')
|
1809
1845
|
IpamSet = Shapes::ListShape.new(name: 'IpamSet')
|
1810
1846
|
IpamState = Shapes::StringShape.new(name: 'IpamState')
|
1847
|
+
IpamTier = Shapes::StringShape.new(name: 'IpamTier')
|
1811
1848
|
Ipv4PoolCoipId = Shapes::StringShape.new(name: 'Ipv4PoolCoipId')
|
1812
1849
|
Ipv4PoolEc2Id = Shapes::StringShape.new(name: 'Ipv4PoolEc2Id')
|
1813
1850
|
Ipv4PrefixList = Shapes::ListShape.new(name: 'Ipv4PrefixList')
|
@@ -2109,6 +2146,7 @@ module Aws::EC2
|
|
2109
2146
|
ModifyVerifiedAccessInstanceLoggingConfigurationResult = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessInstanceLoggingConfigurationResult')
|
2110
2147
|
ModifyVerifiedAccessInstanceRequest = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessInstanceRequest')
|
2111
2148
|
ModifyVerifiedAccessInstanceResult = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessInstanceResult')
|
2149
|
+
ModifyVerifiedAccessTrustProviderDeviceOptions = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessTrustProviderDeviceOptions')
|
2112
2150
|
ModifyVerifiedAccessTrustProviderOidcOptions = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessTrustProviderOidcOptions')
|
2113
2151
|
ModifyVerifiedAccessTrustProviderRequest = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessTrustProviderRequest')
|
2114
2152
|
ModifyVerifiedAccessTrustProviderResult = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessTrustProviderResult')
|
@@ -2358,6 +2396,8 @@ module Aws::EC2
|
|
2358
2396
|
ProtocolValue = Shapes::StringShape.new(name: 'ProtocolValue')
|
2359
2397
|
ProvisionByoipCidrRequest = Shapes::StructureShape.new(name: 'ProvisionByoipCidrRequest')
|
2360
2398
|
ProvisionByoipCidrResult = Shapes::StructureShape.new(name: 'ProvisionByoipCidrResult')
|
2399
|
+
ProvisionIpamByoasnRequest = Shapes::StructureShape.new(name: 'ProvisionIpamByoasnRequest')
|
2400
|
+
ProvisionIpamByoasnResult = Shapes::StructureShape.new(name: 'ProvisionIpamByoasnResult')
|
2361
2401
|
ProvisionIpamPoolCidrRequest = Shapes::StructureShape.new(name: 'ProvisionIpamPoolCidrRequest')
|
2362
2402
|
ProvisionIpamPoolCidrResult = Shapes::StructureShape.new(name: 'ProvisionIpamPoolCidrResult')
|
2363
2403
|
ProvisionPublicIpv4PoolCidrRequest = Shapes::StructureShape.new(name: 'ProvisionPublicIpv4PoolCidrRequest')
|
@@ -3294,6 +3334,7 @@ module Aws::EC2
|
|
3294
3334
|
AddressTransferList.member = Shapes::ShapeRef.new(shape: AddressTransfer, location_name: "item")
|
3295
3335
|
|
3296
3336
|
AdvertiseByoipCidrRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Cidr"))
|
3337
|
+
AdvertiseByoipCidrRequest.add_member(:asn, Shapes::ShapeRef.new(shape: String, location_name: "Asn"))
|
3297
3338
|
AdvertiseByoipCidrRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
3298
3339
|
AdvertiseByoipCidrRequest.struct_class = Types::AdvertiseByoipCidrRequest
|
3299
3340
|
|
@@ -3342,6 +3383,7 @@ module Aws::EC2
|
|
3342
3383
|
AllocateIpamPoolCidrRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
3343
3384
|
AllocateIpamPoolCidrRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
3344
3385
|
AllocateIpamPoolCidrRequest.add_member(:preview_next_cidr, Shapes::ShapeRef.new(shape: Boolean, location_name: "PreviewNextCidr"))
|
3386
|
+
AllocateIpamPoolCidrRequest.add_member(:allowed_cidrs, Shapes::ShapeRef.new(shape: IpamPoolAllocationAllowedCidrs, location_name: "AllowedCidr"))
|
3345
3387
|
AllocateIpamPoolCidrRequest.add_member(:disallowed_cidrs, Shapes::ShapeRef.new(shape: IpamPoolAllocationDisallowedCidrs, location_name: "DisallowedCidr"))
|
3346
3388
|
AllocateIpamPoolCidrRequest.struct_class = Types::AllocateIpamPoolCidrRequest
|
3347
3389
|
|
@@ -3440,6 +3482,18 @@ module Aws::EC2
|
|
3440
3482
|
|
3441
3483
|
ArnList.member = Shapes::ShapeRef.new(shape: ResourceArn, location_name: "item")
|
3442
3484
|
|
3485
|
+
AsnAssociation.add_member(:asn, Shapes::ShapeRef.new(shape: String, location_name: "asn"))
|
3486
|
+
AsnAssociation.add_member(:cidr, Shapes::ShapeRef.new(shape: String, location_name: "cidr"))
|
3487
|
+
AsnAssociation.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
|
3488
|
+
AsnAssociation.add_member(:state, Shapes::ShapeRef.new(shape: AsnAssociationState, location_name: "state"))
|
3489
|
+
AsnAssociation.struct_class = Types::AsnAssociation
|
3490
|
+
|
3491
|
+
AsnAssociationSet.member = Shapes::ShapeRef.new(shape: AsnAssociation, location_name: "item")
|
3492
|
+
|
3493
|
+
AsnAuthorizationContext.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
3494
|
+
AsnAuthorizationContext.add_member(:signature, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Signature"))
|
3495
|
+
AsnAuthorizationContext.struct_class = Types::AsnAuthorizationContext
|
3496
|
+
|
3443
3497
|
AssetIdList.member = Shapes::ShapeRef.new(shape: AssetId)
|
3444
3498
|
|
3445
3499
|
AssignIpv6AddressesRequest.add_member(:ipv_6_address_count, Shapes::ShapeRef.new(shape: Integer, location_name: "ipv6AddressCount"))
|
@@ -3534,6 +3588,14 @@ module Aws::EC2
|
|
3534
3588
|
AssociateInstanceEventWindowResult.add_member(:instance_event_window, Shapes::ShapeRef.new(shape: InstanceEventWindow, location_name: "instanceEventWindow"))
|
3535
3589
|
AssociateInstanceEventWindowResult.struct_class = Types::AssociateInstanceEventWindowResult
|
3536
3590
|
|
3591
|
+
AssociateIpamByoasnRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
3592
|
+
AssociateIpamByoasnRequest.add_member(:asn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Asn"))
|
3593
|
+
AssociateIpamByoasnRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Cidr"))
|
3594
|
+
AssociateIpamByoasnRequest.struct_class = Types::AssociateIpamByoasnRequest
|
3595
|
+
|
3596
|
+
AssociateIpamByoasnResult.add_member(:asn_association, Shapes::ShapeRef.new(shape: AsnAssociation, location_name: "asnAssociation"))
|
3597
|
+
AssociateIpamByoasnResult.struct_class = Types::AssociateIpamByoasnResult
|
3598
|
+
|
3537
3599
|
AssociateIpamResourceDiscoveryRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
3538
3600
|
AssociateIpamResourceDiscoveryRequest.add_member(:ipam_id, Shapes::ShapeRef.new(shape: IpamId, required: true, location_name: "IpamId"))
|
3539
3601
|
AssociateIpamResourceDiscoveryRequest.add_member(:ipam_resource_discovery_id, Shapes::ShapeRef.new(shape: IpamResourceDiscoveryId, required: true, location_name: "IpamResourceDiscoveryId"))
|
@@ -3564,8 +3626,10 @@ module Aws::EC2
|
|
3564
3626
|
AssociateRouteTableResult.add_member(:association_state, Shapes::ShapeRef.new(shape: RouteTableAssociationState, location_name: "associationState"))
|
3565
3627
|
AssociateRouteTableResult.struct_class = Types::AssociateRouteTableResult
|
3566
3628
|
|
3567
|
-
AssociateSubnetCidrBlockRequest.add_member(:ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String,
|
3629
|
+
AssociateSubnetCidrBlockRequest.add_member(:ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "ipv6CidrBlock"))
|
3568
3630
|
AssociateSubnetCidrBlockRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, required: true, location_name: "subnetId"))
|
3631
|
+
AssociateSubnetCidrBlockRequest.add_member(:ipv_6_ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "Ipv6IpamPoolId"))
|
3632
|
+
AssociateSubnetCidrBlockRequest.add_member(:ipv_6_netmask_length, Shapes::ShapeRef.new(shape: NetmaskLength, location_name: "Ipv6NetmaskLength"))
|
3569
3633
|
AssociateSubnetCidrBlockRequest.struct_class = Types::AssociateSubnetCidrBlockRequest
|
3570
3634
|
|
3571
3635
|
AssociateSubnetCidrBlockResult.add_member(:ipv_6_cidr_block_association, Shapes::ShapeRef.new(shape: SubnetIpv6CidrBlockAssociation, location_name: "ipv6CidrBlockAssociation"))
|
@@ -3851,8 +3915,17 @@ module Aws::EC2
|
|
3851
3915
|
|
3852
3916
|
BundleTaskList.member = Shapes::ShapeRef.new(shape: BundleTask, location_name: "item")
|
3853
3917
|
|
3918
|
+
Byoasn.add_member(:asn, Shapes::ShapeRef.new(shape: String, location_name: "asn"))
|
3919
|
+
Byoasn.add_member(:ipam_id, Shapes::ShapeRef.new(shape: IpamId, location_name: "ipamId"))
|
3920
|
+
Byoasn.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
|
3921
|
+
Byoasn.add_member(:state, Shapes::ShapeRef.new(shape: AsnState, location_name: "state"))
|
3922
|
+
Byoasn.struct_class = Types::Byoasn
|
3923
|
+
|
3924
|
+
ByoasnSet.member = Shapes::ShapeRef.new(shape: Byoasn, location_name: "item")
|
3925
|
+
|
3854
3926
|
ByoipCidr.add_member(:cidr, Shapes::ShapeRef.new(shape: String, location_name: "cidr"))
|
3855
3927
|
ByoipCidr.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
3928
|
+
ByoipCidr.add_member(:asn_associations, Shapes::ShapeRef.new(shape: AsnAssociationSet, location_name: "asnAssociationSet"))
|
3856
3929
|
ByoipCidr.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
|
3857
3930
|
ByoipCidr.add_member(:state, Shapes::ShapeRef.new(shape: ByoipCidrState, location_name: "state"))
|
3858
3931
|
ByoipCidr.struct_class = Types::ByoipCidr
|
@@ -4293,6 +4366,26 @@ module Aws::EC2
|
|
4293
4366
|
|
4294
4367
|
ConnectionNotificationSet.member = Shapes::ShapeRef.new(shape: ConnectionNotification, location_name: "item")
|
4295
4368
|
|
4369
|
+
ConnectionTrackingConfiguration.add_member(:tcp_established_timeout, Shapes::ShapeRef.new(shape: Integer, location_name: "tcpEstablishedTimeout"))
|
4370
|
+
ConnectionTrackingConfiguration.add_member(:udp_stream_timeout, Shapes::ShapeRef.new(shape: Integer, location_name: "udpStreamTimeout"))
|
4371
|
+
ConnectionTrackingConfiguration.add_member(:udp_timeout, Shapes::ShapeRef.new(shape: Integer, location_name: "udpTimeout"))
|
4372
|
+
ConnectionTrackingConfiguration.struct_class = Types::ConnectionTrackingConfiguration
|
4373
|
+
|
4374
|
+
ConnectionTrackingSpecification.add_member(:tcp_established_timeout, Shapes::ShapeRef.new(shape: Integer, location_name: "tcpEstablishedTimeout"))
|
4375
|
+
ConnectionTrackingSpecification.add_member(:udp_timeout, Shapes::ShapeRef.new(shape: Integer, location_name: "udpTimeout"))
|
4376
|
+
ConnectionTrackingSpecification.add_member(:udp_stream_timeout, Shapes::ShapeRef.new(shape: Integer, location_name: "udpStreamTimeout"))
|
4377
|
+
ConnectionTrackingSpecification.struct_class = Types::ConnectionTrackingSpecification
|
4378
|
+
|
4379
|
+
ConnectionTrackingSpecificationRequest.add_member(:tcp_established_timeout, Shapes::ShapeRef.new(shape: Integer, location_name: "TcpEstablishedTimeout"))
|
4380
|
+
ConnectionTrackingSpecificationRequest.add_member(:udp_stream_timeout, Shapes::ShapeRef.new(shape: Integer, location_name: "UdpStreamTimeout"))
|
4381
|
+
ConnectionTrackingSpecificationRequest.add_member(:udp_timeout, Shapes::ShapeRef.new(shape: Integer, location_name: "UdpTimeout"))
|
4382
|
+
ConnectionTrackingSpecificationRequest.struct_class = Types::ConnectionTrackingSpecificationRequest
|
4383
|
+
|
4384
|
+
ConnectionTrackingSpecificationResponse.add_member(:tcp_established_timeout, Shapes::ShapeRef.new(shape: Integer, location_name: "tcpEstablishedTimeout"))
|
4385
|
+
ConnectionTrackingSpecificationResponse.add_member(:udp_stream_timeout, Shapes::ShapeRef.new(shape: Integer, location_name: "udpStreamTimeout"))
|
4386
|
+
ConnectionTrackingSpecificationResponse.add_member(:udp_timeout, Shapes::ShapeRef.new(shape: Integer, location_name: "udpTimeout"))
|
4387
|
+
ConnectionTrackingSpecificationResponse.struct_class = Types::ConnectionTrackingSpecificationResponse
|
4388
|
+
|
4296
4389
|
ConversionIdStringList.member = Shapes::ShapeRef.new(shape: ConversionTaskId, location_name: "item")
|
4297
4390
|
|
4298
4391
|
ConversionTask.add_member(:conversion_task_id, Shapes::ShapeRef.new(shape: String, location_name: "conversionTaskId"))
|
@@ -4650,6 +4743,7 @@ module Aws::EC2
|
|
4650
4743
|
CreateIpamPoolRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
4651
4744
|
CreateIpamPoolRequest.add_member(:aws_service, Shapes::ShapeRef.new(shape: IpamPoolAwsService, location_name: "AwsService"))
|
4652
4745
|
CreateIpamPoolRequest.add_member(:public_ip_source, Shapes::ShapeRef.new(shape: IpamPoolPublicIpSource, location_name: "PublicIpSource"))
|
4746
|
+
CreateIpamPoolRequest.add_member(:source_resource, Shapes::ShapeRef.new(shape: IpamPoolSourceResourceRequest, location_name: "SourceResource"))
|
4653
4747
|
CreateIpamPoolRequest.struct_class = Types::CreateIpamPoolRequest
|
4654
4748
|
|
4655
4749
|
CreateIpamPoolResult.add_member(:ipam_pool, Shapes::ShapeRef.new(shape: IpamPool, location_name: "ipamPool"))
|
@@ -4660,6 +4754,7 @@ module Aws::EC2
|
|
4660
4754
|
CreateIpamRequest.add_member(:operating_regions, Shapes::ShapeRef.new(shape: AddIpamOperatingRegionSet, location_name: "OperatingRegion"))
|
4661
4755
|
CreateIpamRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
4662
4756
|
CreateIpamRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
4757
|
+
CreateIpamRequest.add_member(:tier, Shapes::ShapeRef.new(shape: IpamTier, location_name: "Tier"))
|
4663
4758
|
CreateIpamRequest.struct_class = Types::CreateIpamRequest
|
4664
4759
|
|
4665
4760
|
CreateIpamResourceDiscoveryRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
@@ -4858,6 +4953,7 @@ module Aws::EC2
|
|
4858
4953
|
CreateNetworkInterfaceRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
4859
4954
|
CreateNetworkInterfaceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
4860
4955
|
CreateNetworkInterfaceRequest.add_member(:enable_primary_ipv_6, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnablePrimaryIpv6"))
|
4956
|
+
CreateNetworkInterfaceRequest.add_member(:connection_tracking_specification, Shapes::ShapeRef.new(shape: ConnectionTrackingSpecificationRequest, location_name: "ConnectionTrackingSpecification"))
|
4861
4957
|
CreateNetworkInterfaceRequest.struct_class = Types::CreateNetworkInterfaceRequest
|
4862
4958
|
|
4863
4959
|
CreateNetworkInterfaceResult.add_member(:network_interface, Shapes::ShapeRef.new(shape: NetworkInterface, location_name: "networkInterface"))
|
@@ -5008,6 +5104,10 @@ module Aws::EC2
|
|
5008
5104
|
CreateSubnetRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "VpcId"))
|
5009
5105
|
CreateSubnetRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
5010
5106
|
CreateSubnetRequest.add_member(:ipv_6_native, Shapes::ShapeRef.new(shape: Boolean, location_name: "Ipv6Native"))
|
5107
|
+
CreateSubnetRequest.add_member(:ipv_4_ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "Ipv4IpamPoolId"))
|
5108
|
+
CreateSubnetRequest.add_member(:ipv_4_netmask_length, Shapes::ShapeRef.new(shape: NetmaskLength, location_name: "Ipv4NetmaskLength"))
|
5109
|
+
CreateSubnetRequest.add_member(:ipv_6_ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "Ipv6IpamPoolId"))
|
5110
|
+
CreateSubnetRequest.add_member(:ipv_6_netmask_length, Shapes::ShapeRef.new(shape: NetmaskLength, location_name: "Ipv6NetmaskLength"))
|
5011
5111
|
CreateSubnetRequest.struct_class = Types::CreateSubnetRequest
|
5012
5112
|
|
5013
5113
|
CreateSubnetResult.add_member(:subnet, Shapes::ShapeRef.new(shape: Subnet, location_name: "subnet"))
|
@@ -5254,6 +5354,7 @@ module Aws::EC2
|
|
5254
5354
|
CreateVerifiedAccessInstanceResult.struct_class = Types::CreateVerifiedAccessInstanceResult
|
5255
5355
|
|
5256
5356
|
CreateVerifiedAccessTrustProviderDeviceOptions.add_member(:tenant_id, Shapes::ShapeRef.new(shape: String, location_name: "TenantId"))
|
5357
|
+
CreateVerifiedAccessTrustProviderDeviceOptions.add_member(:public_signing_key_url, Shapes::ShapeRef.new(shape: String, location_name: "PublicSigningKeyUrl"))
|
5257
5358
|
CreateVerifiedAccessTrustProviderDeviceOptions.struct_class = Types::CreateVerifiedAccessTrustProviderDeviceOptions
|
5258
5359
|
|
5259
5360
|
CreateVerifiedAccessTrustProviderOidcOptions.add_member(:issuer, Shapes::ShapeRef.new(shape: String, location_name: "Issuer"))
|
@@ -5563,6 +5664,7 @@ module Aws::EC2
|
|
5563
5664
|
|
5564
5665
|
DeleteIpamPoolRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5565
5666
|
DeleteIpamPoolRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId"))
|
5667
|
+
DeleteIpamPoolRequest.add_member(:cascade, Shapes::ShapeRef.new(shape: Boolean, location_name: "Cascade"))
|
5566
5668
|
DeleteIpamPoolRequest.struct_class = Types::DeleteIpamPoolRequest
|
5567
5669
|
|
5568
5670
|
DeleteIpamPoolResult.add_member(:ipam_pool, Shapes::ShapeRef.new(shape: IpamPool, location_name: "ipamPool"))
|
@@ -5984,6 +6086,14 @@ module Aws::EC2
|
|
5984
6086
|
DeprovisionByoipCidrResult.add_member(:byoip_cidr, Shapes::ShapeRef.new(shape: ByoipCidr, location_name: "byoipCidr"))
|
5985
6087
|
DeprovisionByoipCidrResult.struct_class = Types::DeprovisionByoipCidrResult
|
5986
6088
|
|
6089
|
+
DeprovisionIpamByoasnRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
6090
|
+
DeprovisionIpamByoasnRequest.add_member(:ipam_id, Shapes::ShapeRef.new(shape: IpamId, required: true, location_name: "IpamId"))
|
6091
|
+
DeprovisionIpamByoasnRequest.add_member(:asn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Asn"))
|
6092
|
+
DeprovisionIpamByoasnRequest.struct_class = Types::DeprovisionIpamByoasnRequest
|
6093
|
+
|
6094
|
+
DeprovisionIpamByoasnResult.add_member(:byoasn, Shapes::ShapeRef.new(shape: Byoasn, location_name: "byoasn"))
|
6095
|
+
DeprovisionIpamByoasnResult.struct_class = Types::DeprovisionIpamByoasnResult
|
6096
|
+
|
5987
6097
|
DeprovisionIpamPoolCidrRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5988
6098
|
DeprovisionIpamPoolCidrRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId"))
|
5989
6099
|
DeprovisionIpamPoolCidrRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: String, location_name: "Cidr"))
|
@@ -6659,6 +6769,15 @@ module Aws::EC2
|
|
6659
6769
|
DescribeInternetGatewaysResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
6660
6770
|
DescribeInternetGatewaysResult.struct_class = Types::DescribeInternetGatewaysResult
|
6661
6771
|
|
6772
|
+
DescribeIpamByoasnRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
6773
|
+
DescribeIpamByoasnRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DescribeIpamByoasnMaxResults, location_name: "MaxResults"))
|
6774
|
+
DescribeIpamByoasnRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
6775
|
+
DescribeIpamByoasnRequest.struct_class = Types::DescribeIpamByoasnRequest
|
6776
|
+
|
6777
|
+
DescribeIpamByoasnResult.add_member(:byoasns, Shapes::ShapeRef.new(shape: ByoasnSet, location_name: "byoasnSet"))
|
6778
|
+
DescribeIpamByoasnResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
6779
|
+
DescribeIpamByoasnResult.struct_class = Types::DescribeIpamByoasnResult
|
6780
|
+
|
6662
6781
|
DescribeIpamPoolsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
6663
6782
|
DescribeIpamPoolsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
6664
6783
|
DescribeIpamPoolsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IpamMaxResults, location_name: "MaxResults"))
|
@@ -7723,6 +7842,7 @@ module Aws::EC2
|
|
7723
7842
|
DetachVpnGatewayRequest.struct_class = Types::DetachVpnGatewayRequest
|
7724
7843
|
|
7725
7844
|
DeviceOptions.add_member(:tenant_id, Shapes::ShapeRef.new(shape: String, location_name: "tenantId"))
|
7845
|
+
DeviceOptions.add_member(:public_signing_key_url, Shapes::ShapeRef.new(shape: String, location_name: "publicSigningKeyUrl"))
|
7726
7846
|
DeviceOptions.struct_class = Types::DeviceOptions
|
7727
7847
|
|
7728
7848
|
DhcpConfiguration.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "key"))
|
@@ -7930,6 +8050,14 @@ module Aws::EC2
|
|
7930
8050
|
DisassociateInstanceEventWindowResult.add_member(:instance_event_window, Shapes::ShapeRef.new(shape: InstanceEventWindow, location_name: "instanceEventWindow"))
|
7931
8051
|
DisassociateInstanceEventWindowResult.struct_class = Types::DisassociateInstanceEventWindowResult
|
7932
8052
|
|
8053
|
+
DisassociateIpamByoasnRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
8054
|
+
DisassociateIpamByoasnRequest.add_member(:asn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Asn"))
|
8055
|
+
DisassociateIpamByoasnRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Cidr"))
|
8056
|
+
DisassociateIpamByoasnRequest.struct_class = Types::DisassociateIpamByoasnRequest
|
8057
|
+
|
8058
|
+
DisassociateIpamByoasnResult.add_member(:asn_association, Shapes::ShapeRef.new(shape: AsnAssociation, location_name: "asnAssociation"))
|
8059
|
+
DisassociateIpamByoasnResult.struct_class = Types::DisassociateIpamByoasnResult
|
8060
|
+
|
7933
8061
|
DisassociateIpamResourceDiscoveryRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7934
8062
|
DisassociateIpamResourceDiscoveryRequest.add_member(:ipam_resource_discovery_association_id, Shapes::ShapeRef.new(shape: IpamResourceDiscoveryAssociationId, required: true, location_name: "IpamResourceDiscoveryAssociationId"))
|
7935
8063
|
DisassociateIpamResourceDiscoveryRequest.struct_class = Types::DisassociateIpamResourceDiscoveryRequest
|
@@ -8929,6 +9057,19 @@ module Aws::EC2
|
|
8929
9057
|
GetIpamDiscoveredAccountsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
8930
9058
|
GetIpamDiscoveredAccountsResult.struct_class = Types::GetIpamDiscoveredAccountsResult
|
8931
9059
|
|
9060
|
+
GetIpamDiscoveredPublicAddressesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9061
|
+
GetIpamDiscoveredPublicAddressesRequest.add_member(:ipam_resource_discovery_id, Shapes::ShapeRef.new(shape: IpamResourceDiscoveryId, required: true, location_name: "IpamResourceDiscoveryId"))
|
9062
|
+
GetIpamDiscoveredPublicAddressesRequest.add_member(:address_region, Shapes::ShapeRef.new(shape: String, required: true, location_name: "AddressRegion"))
|
9063
|
+
GetIpamDiscoveredPublicAddressesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
9064
|
+
GetIpamDiscoveredPublicAddressesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
9065
|
+
GetIpamDiscoveredPublicAddressesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IpamMaxResults, location_name: "MaxResults"))
|
9066
|
+
GetIpamDiscoveredPublicAddressesRequest.struct_class = Types::GetIpamDiscoveredPublicAddressesRequest
|
9067
|
+
|
9068
|
+
GetIpamDiscoveredPublicAddressesResult.add_member(:ipam_discovered_public_addresses, Shapes::ShapeRef.new(shape: IpamDiscoveredPublicAddressSet, location_name: "ipamDiscoveredPublicAddressSet"))
|
9069
|
+
GetIpamDiscoveredPublicAddressesResult.add_member(:oldest_sample_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "oldestSampleTime"))
|
9070
|
+
GetIpamDiscoveredPublicAddressesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
9071
|
+
GetIpamDiscoveredPublicAddressesResult.struct_class = Types::GetIpamDiscoveredPublicAddressesResult
|
9072
|
+
|
8932
9073
|
GetIpamDiscoveredResourceCidrsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
8933
9074
|
GetIpamDiscoveredResourceCidrsRequest.add_member(:ipam_resource_discovery_id, Shapes::ShapeRef.new(shape: IpamResourceDiscoveryId, required: true, location_name: "IpamResourceDiscoveryId"))
|
8934
9075
|
GetIpamDiscoveredResourceCidrsRequest.add_member(:resource_region, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceRegion"))
|
@@ -9906,6 +10047,7 @@ module Aws::EC2
|
|
9906
10047
|
InstanceNetworkInterface.add_member(:interface_type, Shapes::ShapeRef.new(shape: String, location_name: "interfaceType"))
|
9907
10048
|
InstanceNetworkInterface.add_member(:ipv_4_prefixes, Shapes::ShapeRef.new(shape: InstanceIpv4PrefixList, location_name: "ipv4PrefixSet"))
|
9908
10049
|
InstanceNetworkInterface.add_member(:ipv_6_prefixes, Shapes::ShapeRef.new(shape: InstanceIpv6PrefixList, location_name: "ipv6PrefixSet"))
|
10050
|
+
InstanceNetworkInterface.add_member(:connection_tracking_configuration, Shapes::ShapeRef.new(shape: ConnectionTrackingSpecificationResponse, location_name: "connectionTrackingConfiguration"))
|
9909
10051
|
InstanceNetworkInterface.struct_class = Types::InstanceNetworkInterface
|
9910
10052
|
|
9911
10053
|
InstanceNetworkInterfaceAssociation.add_member(:carrier_ip, Shapes::ShapeRef.new(shape: String, location_name: "carrierIp"))
|
@@ -9947,6 +10089,7 @@ module Aws::EC2
|
|
9947
10089
|
InstanceNetworkInterfaceSpecification.add_member(:ipv_6_prefix_count, Shapes::ShapeRef.new(shape: Integer, location_name: "Ipv6PrefixCount"))
|
9948
10090
|
InstanceNetworkInterfaceSpecification.add_member(:primary_ipv_6, Shapes::ShapeRef.new(shape: Boolean, location_name: "PrimaryIpv6"))
|
9949
10091
|
InstanceNetworkInterfaceSpecification.add_member(:ena_srd_specification, Shapes::ShapeRef.new(shape: EnaSrdSpecificationRequest, location_name: "EnaSrdSpecification"))
|
10092
|
+
InstanceNetworkInterfaceSpecification.add_member(:connection_tracking_specification, Shapes::ShapeRef.new(shape: ConnectionTrackingSpecificationRequest, location_name: "ConnectionTrackingSpecification"))
|
9950
10093
|
InstanceNetworkInterfaceSpecification.struct_class = Types::InstanceNetworkInterfaceSpecification
|
9951
10094
|
|
9952
10095
|
InstanceNetworkInterfaceSpecificationList.member = Shapes::ShapeRef.new(shape: InstanceNetworkInterfaceSpecification, location_name: "item")
|
@@ -10197,6 +10340,8 @@ module Aws::EC2
|
|
10197
10340
|
Ipam.add_member(:default_resource_discovery_id, Shapes::ShapeRef.new(shape: IpamResourceDiscoveryId, location_name: "defaultResourceDiscoveryId"))
|
10198
10341
|
Ipam.add_member(:default_resource_discovery_association_id, Shapes::ShapeRef.new(shape: IpamResourceDiscoveryAssociationId, location_name: "defaultResourceDiscoveryAssociationId"))
|
10199
10342
|
Ipam.add_member(:resource_discovery_association_count, Shapes::ShapeRef.new(shape: Integer, location_name: "resourceDiscoveryAssociationCount"))
|
10343
|
+
Ipam.add_member(:state_message, Shapes::ShapeRef.new(shape: String, location_name: "stateMessage"))
|
10344
|
+
Ipam.add_member(:tier, Shapes::ShapeRef.new(shape: IpamTier, location_name: "tier"))
|
10200
10345
|
Ipam.struct_class = Types::Ipam
|
10201
10346
|
|
10202
10347
|
IpamAddressHistoryRecord.add_member(:resource_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceOwnerId"))
|
@@ -10227,6 +10372,29 @@ module Aws::EC2
|
|
10227
10372
|
|
10228
10373
|
IpamDiscoveredAccountSet.member = Shapes::ShapeRef.new(shape: IpamDiscoveredAccount, location_name: "item")
|
10229
10374
|
|
10375
|
+
IpamDiscoveredPublicAddress.add_member(:ipam_resource_discovery_id, Shapes::ShapeRef.new(shape: IpamResourceDiscoveryId, location_name: "ipamResourceDiscoveryId"))
|
10376
|
+
IpamDiscoveredPublicAddress.add_member(:address_region, Shapes::ShapeRef.new(shape: String, location_name: "addressRegion"))
|
10377
|
+
IpamDiscoveredPublicAddress.add_member(:address, Shapes::ShapeRef.new(shape: String, location_name: "address"))
|
10378
|
+
IpamDiscoveredPublicAddress.add_member(:address_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "addressOwnerId"))
|
10379
|
+
IpamDiscoveredPublicAddress.add_member(:address_allocation_id, Shapes::ShapeRef.new(shape: String, location_name: "addressAllocationId"))
|
10380
|
+
IpamDiscoveredPublicAddress.add_member(:association_status, Shapes::ShapeRef.new(shape: IpamPublicAddressAssociationStatus, location_name: "associationStatus"))
|
10381
|
+
IpamDiscoveredPublicAddress.add_member(:address_type, Shapes::ShapeRef.new(shape: IpamPublicAddressType, location_name: "addressType"))
|
10382
|
+
IpamDiscoveredPublicAddress.add_member(:service, Shapes::ShapeRef.new(shape: IpamPublicAddressAwsService, location_name: "service"))
|
10383
|
+
IpamDiscoveredPublicAddress.add_member(:service_resource, Shapes::ShapeRef.new(shape: String, location_name: "serviceResource"))
|
10384
|
+
IpamDiscoveredPublicAddress.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
|
10385
|
+
IpamDiscoveredPublicAddress.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "subnetId"))
|
10386
|
+
IpamDiscoveredPublicAddress.add_member(:public_ipv_4_pool_id, Shapes::ShapeRef.new(shape: String, location_name: "publicIpv4PoolId"))
|
10387
|
+
IpamDiscoveredPublicAddress.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: String, location_name: "networkInterfaceId"))
|
10388
|
+
IpamDiscoveredPublicAddress.add_member(:network_interface_description, Shapes::ShapeRef.new(shape: String, location_name: "networkInterfaceDescription"))
|
10389
|
+
IpamDiscoveredPublicAddress.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceId"))
|
10390
|
+
IpamDiscoveredPublicAddress.add_member(:tags, Shapes::ShapeRef.new(shape: IpamPublicAddressTags, location_name: "tags"))
|
10391
|
+
IpamDiscoveredPublicAddress.add_member(:network_border_group, Shapes::ShapeRef.new(shape: String, location_name: "networkBorderGroup"))
|
10392
|
+
IpamDiscoveredPublicAddress.add_member(:security_groups, Shapes::ShapeRef.new(shape: IpamPublicAddressSecurityGroupList, location_name: "securityGroupSet"))
|
10393
|
+
IpamDiscoveredPublicAddress.add_member(:sample_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "sampleTime"))
|
10394
|
+
IpamDiscoveredPublicAddress.struct_class = Types::IpamDiscoveredPublicAddress
|
10395
|
+
|
10396
|
+
IpamDiscoveredPublicAddressSet.member = Shapes::ShapeRef.new(shape: IpamDiscoveredPublicAddress, location_name: "item")
|
10397
|
+
|
10230
10398
|
IpamDiscoveredResourceCidr.add_member(:ipam_resource_discovery_id, Shapes::ShapeRef.new(shape: IpamResourceDiscoveryId, location_name: "ipamResourceDiscoveryId"))
|
10231
10399
|
IpamDiscoveredResourceCidr.add_member(:resource_region, Shapes::ShapeRef.new(shape: String, location_name: "resourceRegion"))
|
10232
10400
|
IpamDiscoveredResourceCidr.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
|
@@ -10273,6 +10441,7 @@ module Aws::EC2
|
|
10273
10441
|
IpamPool.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
10274
10442
|
IpamPool.add_member(:aws_service, Shapes::ShapeRef.new(shape: IpamPoolAwsService, location_name: "awsService"))
|
10275
10443
|
IpamPool.add_member(:public_ip_source, Shapes::ShapeRef.new(shape: IpamPoolPublicIpSource, location_name: "publicIpSource"))
|
10444
|
+
IpamPool.add_member(:source_resource, Shapes::ShapeRef.new(shape: IpamPoolSourceResource, location_name: "sourceResource"))
|
10276
10445
|
IpamPool.struct_class = Types::IpamPool
|
10277
10446
|
|
10278
10447
|
IpamPoolAllocation.add_member(:cidr, Shapes::ShapeRef.new(shape: String, location_name: "cidr"))
|
@@ -10284,6 +10453,8 @@ module Aws::EC2
|
|
10284
10453
|
IpamPoolAllocation.add_member(:resource_owner, Shapes::ShapeRef.new(shape: String, location_name: "resourceOwner"))
|
10285
10454
|
IpamPoolAllocation.struct_class = Types::IpamPoolAllocation
|
10286
10455
|
|
10456
|
+
IpamPoolAllocationAllowedCidrs.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
|
10457
|
+
|
10287
10458
|
IpamPoolAllocationDisallowedCidrs.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
|
10288
10459
|
|
10289
10460
|
IpamPoolAllocationSet.member = Shapes::ShapeRef.new(shape: IpamPoolAllocation, location_name: "item")
|
@@ -10303,6 +10474,33 @@ module Aws::EC2
|
|
10303
10474
|
|
10304
10475
|
IpamPoolSet.member = Shapes::ShapeRef.new(shape: IpamPool, location_name: "item")
|
10305
10476
|
|
10477
|
+
IpamPoolSourceResource.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
|
10478
|
+
IpamPoolSourceResource.add_member(:resource_type, Shapes::ShapeRef.new(shape: IpamPoolSourceResourceType, location_name: "resourceType"))
|
10479
|
+
IpamPoolSourceResource.add_member(:resource_region, Shapes::ShapeRef.new(shape: String, location_name: "resourceRegion"))
|
10480
|
+
IpamPoolSourceResource.add_member(:resource_owner, Shapes::ShapeRef.new(shape: String, location_name: "resourceOwner"))
|
10481
|
+
IpamPoolSourceResource.struct_class = Types::IpamPoolSourceResource
|
10482
|
+
|
10483
|
+
IpamPoolSourceResourceRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "ResourceId"))
|
10484
|
+
IpamPoolSourceResourceRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: IpamPoolSourceResourceType, location_name: "ResourceType"))
|
10485
|
+
IpamPoolSourceResourceRequest.add_member(:resource_region, Shapes::ShapeRef.new(shape: String, location_name: "ResourceRegion"))
|
10486
|
+
IpamPoolSourceResourceRequest.add_member(:resource_owner, Shapes::ShapeRef.new(shape: String, location_name: "ResourceOwner"))
|
10487
|
+
IpamPoolSourceResourceRequest.struct_class = Types::IpamPoolSourceResourceRequest
|
10488
|
+
|
10489
|
+
IpamPublicAddressSecurityGroup.add_member(:group_name, Shapes::ShapeRef.new(shape: String, location_name: "groupName"))
|
10490
|
+
IpamPublicAddressSecurityGroup.add_member(:group_id, Shapes::ShapeRef.new(shape: String, location_name: "groupId"))
|
10491
|
+
IpamPublicAddressSecurityGroup.struct_class = Types::IpamPublicAddressSecurityGroup
|
10492
|
+
|
10493
|
+
IpamPublicAddressSecurityGroupList.member = Shapes::ShapeRef.new(shape: IpamPublicAddressSecurityGroup, location_name: "item")
|
10494
|
+
|
10495
|
+
IpamPublicAddressTag.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "key"))
|
10496
|
+
IpamPublicAddressTag.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
|
10497
|
+
IpamPublicAddressTag.struct_class = Types::IpamPublicAddressTag
|
10498
|
+
|
10499
|
+
IpamPublicAddressTagList.member = Shapes::ShapeRef.new(shape: IpamPublicAddressTag, location_name: "item")
|
10500
|
+
|
10501
|
+
IpamPublicAddressTags.add_member(:eip_tags, Shapes::ShapeRef.new(shape: IpamPublicAddressTagList, location_name: "eipTagSet"))
|
10502
|
+
IpamPublicAddressTags.struct_class = Types::IpamPublicAddressTags
|
10503
|
+
|
10306
10504
|
IpamResourceCidr.add_member(:ipam_id, Shapes::ShapeRef.new(shape: IpamId, location_name: "ipamId"))
|
10307
10505
|
IpamResourceCidr.add_member(:ipam_scope_id, Shapes::ShapeRef.new(shape: IpamScopeId, location_name: "ipamScopeId"))
|
10308
10506
|
IpamResourceCidr.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "ipamPoolId"))
|
@@ -10653,6 +10851,7 @@ module Aws::EC2
|
|
10653
10851
|
LaunchTemplateInstanceNetworkInterfaceSpecification.add_member(:ipv_6_prefix_count, Shapes::ShapeRef.new(shape: Integer, location_name: "ipv6PrefixCount"))
|
10654
10852
|
LaunchTemplateInstanceNetworkInterfaceSpecification.add_member(:primary_ipv_6, Shapes::ShapeRef.new(shape: Boolean, location_name: "primaryIpv6"))
|
10655
10853
|
LaunchTemplateInstanceNetworkInterfaceSpecification.add_member(:ena_srd_specification, Shapes::ShapeRef.new(shape: LaunchTemplateEnaSrdSpecification, location_name: "enaSrdSpecification"))
|
10854
|
+
LaunchTemplateInstanceNetworkInterfaceSpecification.add_member(:connection_tracking_specification, Shapes::ShapeRef.new(shape: ConnectionTrackingSpecification, location_name: "connectionTrackingSpecification"))
|
10656
10855
|
LaunchTemplateInstanceNetworkInterfaceSpecification.struct_class = Types::LaunchTemplateInstanceNetworkInterfaceSpecification
|
10657
10856
|
|
10658
10857
|
LaunchTemplateInstanceNetworkInterfaceSpecificationList.member = Shapes::ShapeRef.new(shape: LaunchTemplateInstanceNetworkInterfaceSpecification, location_name: "item")
|
@@ -10678,6 +10877,7 @@ module Aws::EC2
|
|
10678
10877
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.add_member(:ipv_6_prefix_count, Shapes::ShapeRef.new(shape: Integer, location_name: "Ipv6PrefixCount"))
|
10679
10878
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.add_member(:primary_ipv_6, Shapes::ShapeRef.new(shape: Boolean, location_name: "PrimaryIpv6"))
|
10680
10879
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.add_member(:ena_srd_specification, Shapes::ShapeRef.new(shape: EnaSrdSpecificationRequest, location_name: "EnaSrdSpecification"))
|
10880
|
+
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.add_member(:connection_tracking_specification, Shapes::ShapeRef.new(shape: ConnectionTrackingSpecificationRequest, location_name: "ConnectionTrackingSpecification"))
|
10681
10881
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.struct_class = Types::LaunchTemplateInstanceNetworkInterfaceSpecificationRequest
|
10682
10882
|
|
10683
10883
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList.member = Shapes::ShapeRef.new(shape: LaunchTemplateInstanceNetworkInterfaceSpecificationRequest, location_name: "InstanceNetworkInterfaceSpecification")
|
@@ -11256,6 +11456,7 @@ module Aws::EC2
|
|
11256
11456
|
ModifyIpamRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
11257
11457
|
ModifyIpamRequest.add_member(:add_operating_regions, Shapes::ShapeRef.new(shape: AddIpamOperatingRegionSet, location_name: "AddOperatingRegion"))
|
11258
11458
|
ModifyIpamRequest.add_member(:remove_operating_regions, Shapes::ShapeRef.new(shape: RemoveIpamOperatingRegionSet, location_name: "RemoveOperatingRegion"))
|
11459
|
+
ModifyIpamRequest.add_member(:tier, Shapes::ShapeRef.new(shape: IpamTier, location_name: "Tier"))
|
11259
11460
|
ModifyIpamRequest.struct_class = Types::ModifyIpamRequest
|
11260
11461
|
|
11261
11462
|
ModifyIpamResourceCidrRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
@@ -11332,6 +11533,7 @@ module Aws::EC2
|
|
11332
11533
|
ModifyNetworkInterfaceAttributeRequest.add_member(:source_dest_check, Shapes::ShapeRef.new(shape: AttributeBooleanValue, location_name: "sourceDestCheck"))
|
11333
11534
|
ModifyNetworkInterfaceAttributeRequest.add_member(:ena_srd_specification, Shapes::ShapeRef.new(shape: EnaSrdSpecification, location_name: "EnaSrdSpecification"))
|
11334
11535
|
ModifyNetworkInterfaceAttributeRequest.add_member(:enable_primary_ipv_6, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnablePrimaryIpv6"))
|
11536
|
+
ModifyNetworkInterfaceAttributeRequest.add_member(:connection_tracking_specification, Shapes::ShapeRef.new(shape: ConnectionTrackingSpecificationRequest, location_name: "ConnectionTrackingSpecification"))
|
11335
11537
|
ModifyNetworkInterfaceAttributeRequest.struct_class = Types::ModifyNetworkInterfaceAttributeRequest
|
11336
11538
|
|
11337
11539
|
ModifyPrivateDnsNameOptionsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
@@ -11565,6 +11767,9 @@ module Aws::EC2
|
|
11565
11767
|
ModifyVerifiedAccessInstanceResult.add_member(:verified_access_instance, Shapes::ShapeRef.new(shape: VerifiedAccessInstance, location_name: "verifiedAccessInstance"))
|
11566
11768
|
ModifyVerifiedAccessInstanceResult.struct_class = Types::ModifyVerifiedAccessInstanceResult
|
11567
11769
|
|
11770
|
+
ModifyVerifiedAccessTrustProviderDeviceOptions.add_member(:public_signing_key_url, Shapes::ShapeRef.new(shape: String, location_name: "PublicSigningKeyUrl"))
|
11771
|
+
ModifyVerifiedAccessTrustProviderDeviceOptions.struct_class = Types::ModifyVerifiedAccessTrustProviderDeviceOptions
|
11772
|
+
|
11568
11773
|
ModifyVerifiedAccessTrustProviderOidcOptions.add_member(:issuer, Shapes::ShapeRef.new(shape: String, location_name: "Issuer"))
|
11569
11774
|
ModifyVerifiedAccessTrustProviderOidcOptions.add_member(:authorization_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "AuthorizationEndpoint"))
|
11570
11775
|
ModifyVerifiedAccessTrustProviderOidcOptions.add_member(:token_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "TokenEndpoint"))
|
@@ -11576,6 +11781,7 @@ module Aws::EC2
|
|
11576
11781
|
|
11577
11782
|
ModifyVerifiedAccessTrustProviderRequest.add_member(:verified_access_trust_provider_id, Shapes::ShapeRef.new(shape: VerifiedAccessTrustProviderId, required: true, location_name: "VerifiedAccessTrustProviderId"))
|
11578
11783
|
ModifyVerifiedAccessTrustProviderRequest.add_member(:oidc_options, Shapes::ShapeRef.new(shape: ModifyVerifiedAccessTrustProviderOidcOptions, location_name: "OidcOptions"))
|
11784
|
+
ModifyVerifiedAccessTrustProviderRequest.add_member(:device_options, Shapes::ShapeRef.new(shape: ModifyVerifiedAccessTrustProviderDeviceOptions, location_name: "DeviceOptions"))
|
11579
11785
|
ModifyVerifiedAccessTrustProviderRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
11580
11786
|
ModifyVerifiedAccessTrustProviderRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
11581
11787
|
ModifyVerifiedAccessTrustProviderRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
@@ -11954,6 +12160,7 @@ module Aws::EC2
|
|
11954
12160
|
NetworkInterface.add_member(:association, Shapes::ShapeRef.new(shape: NetworkInterfaceAssociation, location_name: "association"))
|
11955
12161
|
NetworkInterface.add_member(:attachment, Shapes::ShapeRef.new(shape: NetworkInterfaceAttachment, location_name: "attachment"))
|
11956
12162
|
NetworkInterface.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
|
12163
|
+
NetworkInterface.add_member(:connection_tracking_configuration, Shapes::ShapeRef.new(shape: ConnectionTrackingConfiguration, location_name: "connectionTrackingConfiguration"))
|
11957
12164
|
NetworkInterface.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
11958
12165
|
NetworkInterface.add_member(:groups, Shapes::ShapeRef.new(shape: GroupIdentifierList, location_name: "groupSet"))
|
11959
12166
|
NetworkInterface.add_member(:interface_type, Shapes::ShapeRef.new(shape: NetworkInterfaceType, location_name: "interfaceType"))
|
@@ -12417,6 +12624,15 @@ module Aws::EC2
|
|
12417
12624
|
ProvisionByoipCidrResult.add_member(:byoip_cidr, Shapes::ShapeRef.new(shape: ByoipCidr, location_name: "byoipCidr"))
|
12418
12625
|
ProvisionByoipCidrResult.struct_class = Types::ProvisionByoipCidrResult
|
12419
12626
|
|
12627
|
+
ProvisionIpamByoasnRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
12628
|
+
ProvisionIpamByoasnRequest.add_member(:ipam_id, Shapes::ShapeRef.new(shape: IpamId, required: true, location_name: "IpamId"))
|
12629
|
+
ProvisionIpamByoasnRequest.add_member(:asn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Asn"))
|
12630
|
+
ProvisionIpamByoasnRequest.add_member(:asn_authorization_context, Shapes::ShapeRef.new(shape: AsnAuthorizationContext, required: true, location_name: "AsnAuthorizationContext"))
|
12631
|
+
ProvisionIpamByoasnRequest.struct_class = Types::ProvisionIpamByoasnRequest
|
12632
|
+
|
12633
|
+
ProvisionIpamByoasnResult.add_member(:byoasn, Shapes::ShapeRef.new(shape: Byoasn, location_name: "byoasn"))
|
12634
|
+
ProvisionIpamByoasnResult.struct_class = Types::ProvisionIpamByoasnResult
|
12635
|
+
|
12420
12636
|
ProvisionIpamPoolCidrRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
12421
12637
|
ProvisionIpamPoolCidrRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId"))
|
12422
12638
|
ProvisionIpamPoolCidrRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: String, location_name: "Cidr"))
|
@@ -15494,6 +15710,14 @@ module Aws::EC2
|
|
15494
15710
|
o.output = Shapes::ShapeRef.new(shape: AssociateInstanceEventWindowResult)
|
15495
15711
|
end)
|
15496
15712
|
|
15713
|
+
api.add_operation(:associate_ipam_byoasn, Seahorse::Model::Operation.new.tap do |o|
|
15714
|
+
o.name = "AssociateIpamByoasn"
|
15715
|
+
o.http_method = "POST"
|
15716
|
+
o.http_request_uri = "/"
|
15717
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateIpamByoasnRequest)
|
15718
|
+
o.output = Shapes::ShapeRef.new(shape: AssociateIpamByoasnResult)
|
15719
|
+
end)
|
15720
|
+
|
15497
15721
|
api.add_operation(:associate_ipam_resource_discovery, Seahorse::Model::Operation.new.tap do |o|
|
15498
15722
|
o.name = "AssociateIpamResourceDiscovery"
|
15499
15723
|
o.http_method = "POST"
|
@@ -17014,6 +17238,14 @@ module Aws::EC2
|
|
17014
17238
|
o.output = Shapes::ShapeRef.new(shape: DeprovisionByoipCidrResult)
|
17015
17239
|
end)
|
17016
17240
|
|
17241
|
+
api.add_operation(:deprovision_ipam_byoasn, Seahorse::Model::Operation.new.tap do |o|
|
17242
|
+
o.name = "DeprovisionIpamByoasn"
|
17243
|
+
o.http_method = "POST"
|
17244
|
+
o.http_request_uri = "/"
|
17245
|
+
o.input = Shapes::ShapeRef.new(shape: DeprovisionIpamByoasnRequest)
|
17246
|
+
o.output = Shapes::ShapeRef.new(shape: DeprovisionIpamByoasnResult)
|
17247
|
+
end)
|
17248
|
+
|
17017
17249
|
api.add_operation(:deprovision_ipam_pool_cidr, Seahorse::Model::Operation.new.tap do |o|
|
17018
17250
|
o.name = "DeprovisionIpamPoolCidr"
|
17019
17251
|
o.http_method = "POST"
|
@@ -17744,6 +17976,14 @@ module Aws::EC2
|
|
17744
17976
|
)
|
17745
17977
|
end)
|
17746
17978
|
|
17979
|
+
api.add_operation(:describe_ipam_byoasn, Seahorse::Model::Operation.new.tap do |o|
|
17980
|
+
o.name = "DescribeIpamByoasn"
|
17981
|
+
o.http_method = "POST"
|
17982
|
+
o.http_request_uri = "/"
|
17983
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeIpamByoasnRequest)
|
17984
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeIpamByoasnResult)
|
17985
|
+
end)
|
17986
|
+
|
17747
17987
|
api.add_operation(:describe_ipam_pools, Seahorse::Model::Operation.new.tap do |o|
|
17748
17988
|
o.name = "DescribeIpamPools"
|
17749
17989
|
o.http_method = "POST"
|
@@ -19131,6 +19371,14 @@ module Aws::EC2
|
|
19131
19371
|
o.output = Shapes::ShapeRef.new(shape: DisassociateInstanceEventWindowResult)
|
19132
19372
|
end)
|
19133
19373
|
|
19374
|
+
api.add_operation(:disassociate_ipam_byoasn, Seahorse::Model::Operation.new.tap do |o|
|
19375
|
+
o.name = "DisassociateIpamByoasn"
|
19376
|
+
o.http_method = "POST"
|
19377
|
+
o.http_request_uri = "/"
|
19378
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateIpamByoasnRequest)
|
19379
|
+
o.output = Shapes::ShapeRef.new(shape: DisassociateIpamByoasnResult)
|
19380
|
+
end)
|
19381
|
+
|
19134
19382
|
api.add_operation(:disassociate_ipam_resource_discovery, Seahorse::Model::Operation.new.tap do |o|
|
19135
19383
|
o.name = "DisassociateIpamResourceDiscovery"
|
19136
19384
|
o.http_method = "POST"
|
@@ -19551,6 +19799,14 @@ module Aws::EC2
|
|
19551
19799
|
)
|
19552
19800
|
end)
|
19553
19801
|
|
19802
|
+
api.add_operation(:get_ipam_discovered_public_addresses, Seahorse::Model::Operation.new.tap do |o|
|
19803
|
+
o.name = "GetIpamDiscoveredPublicAddresses"
|
19804
|
+
o.http_method = "POST"
|
19805
|
+
o.http_request_uri = "/"
|
19806
|
+
o.input = Shapes::ShapeRef.new(shape: GetIpamDiscoveredPublicAddressesRequest)
|
19807
|
+
o.output = Shapes::ShapeRef.new(shape: GetIpamDiscoveredPublicAddressesResult)
|
19808
|
+
end)
|
19809
|
+
|
19554
19810
|
api.add_operation(:get_ipam_discovered_resource_cidrs, Seahorse::Model::Operation.new.tap do |o|
|
19555
19811
|
o.name = "GetIpamDiscoveredResourceCidrs"
|
19556
19812
|
o.http_method = "POST"
|
@@ -20499,6 +20755,14 @@ module Aws::EC2
|
|
20499
20755
|
o.output = Shapes::ShapeRef.new(shape: ProvisionByoipCidrResult)
|
20500
20756
|
end)
|
20501
20757
|
|
20758
|
+
api.add_operation(:provision_ipam_byoasn, Seahorse::Model::Operation.new.tap do |o|
|
20759
|
+
o.name = "ProvisionIpamByoasn"
|
20760
|
+
o.http_method = "POST"
|
20761
|
+
o.http_request_uri = "/"
|
20762
|
+
o.input = Shapes::ShapeRef.new(shape: ProvisionIpamByoasnRequest)
|
20763
|
+
o.output = Shapes::ShapeRef.new(shape: ProvisionIpamByoasnResult)
|
20764
|
+
end)
|
20765
|
+
|
20502
20766
|
api.add_operation(:provision_ipam_pool_cidr, Seahorse::Model::Operation.new.tap do |o|
|
20503
20767
|
o.name = "ProvisionIpamPoolCidr"
|
20504
20768
|
o.http_method = "POST"
|