aws-sdk-ec2 1.464.0 → 1.466.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -445,6 +445,8 @@ module Aws::EC2
445
445
  CreateInstanceExportTaskResult = Shapes::StructureShape.new(name: 'CreateInstanceExportTaskResult')
446
446
  CreateInternetGatewayRequest = Shapes::StructureShape.new(name: 'CreateInternetGatewayRequest')
447
447
  CreateInternetGatewayResult = Shapes::StructureShape.new(name: 'CreateInternetGatewayResult')
448
+ CreateIpamExternalResourceVerificationTokenRequest = Shapes::StructureShape.new(name: 'CreateIpamExternalResourceVerificationTokenRequest')
449
+ CreateIpamExternalResourceVerificationTokenResult = Shapes::StructureShape.new(name: 'CreateIpamExternalResourceVerificationTokenResult')
448
450
  CreateIpamPoolRequest = Shapes::StructureShape.new(name: 'CreateIpamPoolRequest')
449
451
  CreateIpamPoolResult = Shapes::StructureShape.new(name: 'CreateIpamPoolResult')
450
452
  CreateIpamRequest = Shapes::StructureShape.new(name: 'CreateIpamRequest')
@@ -632,6 +634,8 @@ module Aws::EC2
632
634
  DeleteInstanceEventWindowRequest = Shapes::StructureShape.new(name: 'DeleteInstanceEventWindowRequest')
633
635
  DeleteInstanceEventWindowResult = Shapes::StructureShape.new(name: 'DeleteInstanceEventWindowResult')
634
636
  DeleteInternetGatewayRequest = Shapes::StructureShape.new(name: 'DeleteInternetGatewayRequest')
637
+ DeleteIpamExternalResourceVerificationTokenRequest = Shapes::StructureShape.new(name: 'DeleteIpamExternalResourceVerificationTokenRequest')
638
+ DeleteIpamExternalResourceVerificationTokenResult = Shapes::StructureShape.new(name: 'DeleteIpamExternalResourceVerificationTokenResult')
635
639
  DeleteIpamPoolRequest = Shapes::StructureShape.new(name: 'DeleteIpamPoolRequest')
636
640
  DeleteIpamPoolResult = Shapes::StructureShape.new(name: 'DeleteIpamPoolResult')
637
641
  DeleteIpamRequest = Shapes::StructureShape.new(name: 'DeleteIpamRequest')
@@ -907,6 +911,8 @@ module Aws::EC2
907
911
  DescribeIpamByoasnMaxResults = Shapes::IntegerShape.new(name: 'DescribeIpamByoasnMaxResults')
908
912
  DescribeIpamByoasnRequest = Shapes::StructureShape.new(name: 'DescribeIpamByoasnRequest')
909
913
  DescribeIpamByoasnResult = Shapes::StructureShape.new(name: 'DescribeIpamByoasnResult')
914
+ DescribeIpamExternalResourceVerificationTokensRequest = Shapes::StructureShape.new(name: 'DescribeIpamExternalResourceVerificationTokensRequest')
915
+ DescribeIpamExternalResourceVerificationTokensResult = Shapes::StructureShape.new(name: 'DescribeIpamExternalResourceVerificationTokensResult')
910
916
  DescribeIpamPoolsRequest = Shapes::StructureShape.new(name: 'DescribeIpamPoolsRequest')
911
917
  DescribeIpamPoolsResult = Shapes::StructureShape.new(name: 'DescribeIpamPoolsResult')
912
918
  DescribeIpamResourceDiscoveriesRequest = Shapes::StructureShape.new(name: 'DescribeIpamResourceDiscoveriesRequest')
@@ -1810,10 +1816,15 @@ module Aws::EC2
1810
1816
  IpamDiscoveredResourceCidrSet = Shapes::ListShape.new(name: 'IpamDiscoveredResourceCidrSet')
1811
1817
  IpamDiscoveryFailureCode = Shapes::StringShape.new(name: 'IpamDiscoveryFailureCode')
1812
1818
  IpamDiscoveryFailureReason = Shapes::StructureShape.new(name: 'IpamDiscoveryFailureReason')
1819
+ IpamExternalResourceVerificationToken = Shapes::StructureShape.new(name: 'IpamExternalResourceVerificationToken')
1820
+ IpamExternalResourceVerificationTokenId = Shapes::StringShape.new(name: 'IpamExternalResourceVerificationTokenId')
1821
+ IpamExternalResourceVerificationTokenSet = Shapes::ListShape.new(name: 'IpamExternalResourceVerificationTokenSet')
1822
+ IpamExternalResourceVerificationTokenState = Shapes::StringShape.new(name: 'IpamExternalResourceVerificationTokenState')
1813
1823
  IpamId = Shapes::StringShape.new(name: 'IpamId')
1814
1824
  IpamManagementState = Shapes::StringShape.new(name: 'IpamManagementState')
1815
1825
  IpamMaxResults = Shapes::IntegerShape.new(name: 'IpamMaxResults')
1816
1826
  IpamNetmaskLength = Shapes::IntegerShape.new(name: 'IpamNetmaskLength')
1827
+ IpamNetworkInterfaceAttachmentStatus = Shapes::StringShape.new(name: 'IpamNetworkInterfaceAttachmentStatus')
1817
1828
  IpamOperatingRegion = Shapes::StructureShape.new(name: 'IpamOperatingRegion')
1818
1829
  IpamOperatingRegionSet = Shapes::ListShape.new(name: 'IpamOperatingRegionSet')
1819
1830
  IpamOverlapStatus = Shapes::StringShape.new(name: 'IpamOverlapStatus')
@@ -2865,6 +2876,7 @@ module Aws::EC2
2865
2876
  ThroughResourcesStatementRequest = Shapes::StructureShape.new(name: 'ThroughResourcesStatementRequest')
2866
2877
  ThroughResourcesStatementRequestList = Shapes::ListShape.new(name: 'ThroughResourcesStatementRequestList')
2867
2878
  TieringOperationStatus = Shapes::StringShape.new(name: 'TieringOperationStatus')
2879
+ TokenState = Shapes::StringShape.new(name: 'TokenState')
2868
2880
  TotalLocalStorageGB = Shapes::StructureShape.new(name: 'TotalLocalStorageGB')
2869
2881
  TotalLocalStorageGBRequest = Shapes::StructureShape.new(name: 'TotalLocalStorageGBRequest')
2870
2882
  TotalMediaMemory = Shapes::IntegerShape.new(name: 'TotalMediaMemory')
@@ -3045,6 +3057,7 @@ module Aws::EC2
3045
3057
  ValidationError = Shapes::StructureShape.new(name: 'ValidationError')
3046
3058
  ValidationWarning = Shapes::StructureShape.new(name: 'ValidationWarning')
3047
3059
  ValueStringList = Shapes::ListShape.new(name: 'ValueStringList')
3060
+ VerificationMethod = Shapes::StringShape.new(name: 'VerificationMethod')
3048
3061
  VerifiedAccessEndpoint = Shapes::StructureShape.new(name: 'VerifiedAccessEndpoint')
3049
3062
  VerifiedAccessEndpointAttachmentType = Shapes::StringShape.new(name: 'VerifiedAccessEndpointAttachmentType')
3050
3063
  VerifiedAccessEndpointEniOptions = Shapes::StructureShape.new(name: 'VerifiedAccessEndpointEniOptions')
@@ -4783,6 +4796,15 @@ module Aws::EC2
4783
4796
  CreateInternetGatewayResult.add_member(:internet_gateway, Shapes::ShapeRef.new(shape: InternetGateway, location_name: "internetGateway"))
4784
4797
  CreateInternetGatewayResult.struct_class = Types::CreateInternetGatewayResult
4785
4798
 
4799
+ CreateIpamExternalResourceVerificationTokenRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
4800
+ CreateIpamExternalResourceVerificationTokenRequest.add_member(:ipam_id, Shapes::ShapeRef.new(shape: IpamId, required: true, location_name: "IpamId"))
4801
+ CreateIpamExternalResourceVerificationTokenRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
4802
+ CreateIpamExternalResourceVerificationTokenRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
4803
+ CreateIpamExternalResourceVerificationTokenRequest.struct_class = Types::CreateIpamExternalResourceVerificationTokenRequest
4804
+
4805
+ CreateIpamExternalResourceVerificationTokenResult.add_member(:ipam_external_resource_verification_token, Shapes::ShapeRef.new(shape: IpamExternalResourceVerificationToken, location_name: "ipamExternalResourceVerificationToken"))
4806
+ CreateIpamExternalResourceVerificationTokenResult.struct_class = Types::CreateIpamExternalResourceVerificationTokenResult
4807
+
4786
4808
  CreateIpamPoolRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
4787
4809
  CreateIpamPoolRequest.add_member(:ipam_scope_id, Shapes::ShapeRef.new(shape: IpamScopeId, required: true, location_name: "IpamScopeId"))
4788
4810
  CreateIpamPoolRequest.add_member(:locale, Shapes::ShapeRef.new(shape: String, location_name: "Locale"))
@@ -5031,6 +5053,7 @@ module Aws::EC2
5031
5053
 
5032
5054
  CreatePublicIpv4PoolRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
5033
5055
  CreatePublicIpv4PoolRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
5056
+ CreatePublicIpv4PoolRequest.add_member(:network_border_group, Shapes::ShapeRef.new(shape: String, location_name: "NetworkBorderGroup"))
5034
5057
  CreatePublicIpv4PoolRequest.struct_class = Types::CreatePublicIpv4PoolRequest
5035
5058
 
5036
5059
  CreatePublicIpv4PoolResult.add_member(:pool_id, Shapes::ShapeRef.new(shape: Ipv4PoolEc2Id, location_name: "poolId"))
@@ -5725,6 +5748,13 @@ module Aws::EC2
5725
5748
  DeleteInternetGatewayRequest.add_member(:internet_gateway_id, Shapes::ShapeRef.new(shape: InternetGatewayId, required: true, location_name: "internetGatewayId"))
5726
5749
  DeleteInternetGatewayRequest.struct_class = Types::DeleteInternetGatewayRequest
5727
5750
 
5751
+ DeleteIpamExternalResourceVerificationTokenRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
5752
+ DeleteIpamExternalResourceVerificationTokenRequest.add_member(:ipam_external_resource_verification_token_id, Shapes::ShapeRef.new(shape: IpamExternalResourceVerificationTokenId, required: true, location_name: "IpamExternalResourceVerificationTokenId"))
5753
+ DeleteIpamExternalResourceVerificationTokenRequest.struct_class = Types::DeleteIpamExternalResourceVerificationTokenRequest
5754
+
5755
+ DeleteIpamExternalResourceVerificationTokenResult.add_member(:ipam_external_resource_verification_token, Shapes::ShapeRef.new(shape: IpamExternalResourceVerificationToken, location_name: "ipamExternalResourceVerificationToken"))
5756
+ DeleteIpamExternalResourceVerificationTokenResult.struct_class = Types::DeleteIpamExternalResourceVerificationTokenResult
5757
+
5728
5758
  DeleteIpamPoolRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
5729
5759
  DeleteIpamPoolRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId"))
5730
5760
  DeleteIpamPoolRequest.add_member(:cascade, Shapes::ShapeRef.new(shape: Boolean, location_name: "Cascade"))
@@ -5897,6 +5927,7 @@ module Aws::EC2
5897
5927
 
5898
5928
  DeletePublicIpv4PoolRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
5899
5929
  DeletePublicIpv4PoolRequest.add_member(:pool_id, Shapes::ShapeRef.new(shape: Ipv4PoolEc2Id, required: true, location_name: "PoolId"))
5930
+ DeletePublicIpv4PoolRequest.add_member(:network_border_group, Shapes::ShapeRef.new(shape: String, location_name: "NetworkBorderGroup"))
5900
5931
  DeletePublicIpv4PoolRequest.struct_class = Types::DeletePublicIpv4PoolRequest
5901
5932
 
5902
5933
  DeletePublicIpv4PoolResult.add_member(:return_value, Shapes::ShapeRef.new(shape: Boolean, location_name: "returnValue"))
@@ -6841,6 +6872,17 @@ module Aws::EC2
6841
6872
  DescribeIpamByoasnResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
6842
6873
  DescribeIpamByoasnResult.struct_class = Types::DescribeIpamByoasnResult
6843
6874
 
6875
+ DescribeIpamExternalResourceVerificationTokensRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
6876
+ DescribeIpamExternalResourceVerificationTokensRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
6877
+ DescribeIpamExternalResourceVerificationTokensRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
6878
+ DescribeIpamExternalResourceVerificationTokensRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IpamMaxResults, location_name: "MaxResults"))
6879
+ DescribeIpamExternalResourceVerificationTokensRequest.add_member(:ipam_external_resource_verification_token_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "IpamExternalResourceVerificationTokenId"))
6880
+ DescribeIpamExternalResourceVerificationTokensRequest.struct_class = Types::DescribeIpamExternalResourceVerificationTokensRequest
6881
+
6882
+ DescribeIpamExternalResourceVerificationTokensResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
6883
+ DescribeIpamExternalResourceVerificationTokensResult.add_member(:ipam_external_resource_verification_tokens, Shapes::ShapeRef.new(shape: IpamExternalResourceVerificationTokenSet, location_name: "ipamExternalResourceVerificationTokenSet"))
6884
+ DescribeIpamExternalResourceVerificationTokensResult.struct_class = Types::DescribeIpamExternalResourceVerificationTokensResult
6885
+
6844
6886
  DescribeIpamPoolsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
6845
6887
  DescribeIpamPoolsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
6846
6888
  DescribeIpamPoolsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IpamMaxResults, location_name: "MaxResults"))
@@ -10539,7 +10581,9 @@ module Aws::EC2
10539
10581
  IpamDiscoveredResourceCidr.add_member(:resource_tags, Shapes::ShapeRef.new(shape: IpamResourceTagList, location_name: "resourceTagSet"))
10540
10582
  IpamDiscoveredResourceCidr.add_member(:ip_usage, Shapes::ShapeRef.new(shape: BoxedDouble, location_name: "ipUsage"))
10541
10583
  IpamDiscoveredResourceCidr.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
10584
+ IpamDiscoveredResourceCidr.add_member(:network_interface_attachment_status, Shapes::ShapeRef.new(shape: IpamNetworkInterfaceAttachmentStatus, location_name: "networkInterfaceAttachmentStatus"))
10542
10585
  IpamDiscoveredResourceCidr.add_member(:sample_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "sampleTime"))
10586
+ IpamDiscoveredResourceCidr.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZoneId"))
10543
10587
  IpamDiscoveredResourceCidr.struct_class = Types::IpamDiscoveredResourceCidr
10544
10588
 
10545
10589
  IpamDiscoveredResourceCidrSet.member = Shapes::ShapeRef.new(shape: IpamDiscoveredResourceCidr, location_name: "item")
@@ -10548,6 +10592,21 @@ module Aws::EC2
10548
10592
  IpamDiscoveryFailureReason.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
10549
10593
  IpamDiscoveryFailureReason.struct_class = Types::IpamDiscoveryFailureReason
10550
10594
 
10595
+ IpamExternalResourceVerificationToken.add_member(:ipam_external_resource_verification_token_id, Shapes::ShapeRef.new(shape: IpamExternalResourceVerificationTokenId, location_name: "ipamExternalResourceVerificationTokenId"))
10596
+ IpamExternalResourceVerificationToken.add_member(:ipam_external_resource_verification_token_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ipamExternalResourceVerificationTokenArn"))
10597
+ IpamExternalResourceVerificationToken.add_member(:ipam_id, Shapes::ShapeRef.new(shape: IpamId, location_name: "ipamId"))
10598
+ IpamExternalResourceVerificationToken.add_member(:ipam_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ipamArn"))
10599
+ IpamExternalResourceVerificationToken.add_member(:ipam_region, Shapes::ShapeRef.new(shape: String, location_name: "ipamRegion"))
10600
+ IpamExternalResourceVerificationToken.add_member(:token_value, Shapes::ShapeRef.new(shape: String, location_name: "tokenValue"))
10601
+ IpamExternalResourceVerificationToken.add_member(:token_name, Shapes::ShapeRef.new(shape: String, location_name: "tokenName"))
10602
+ IpamExternalResourceVerificationToken.add_member(:not_after, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "notAfter"))
10603
+ IpamExternalResourceVerificationToken.add_member(:status, Shapes::ShapeRef.new(shape: TokenState, location_name: "status"))
10604
+ IpamExternalResourceVerificationToken.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
10605
+ IpamExternalResourceVerificationToken.add_member(:state, Shapes::ShapeRef.new(shape: IpamExternalResourceVerificationTokenState, location_name: "state"))
10606
+ IpamExternalResourceVerificationToken.struct_class = Types::IpamExternalResourceVerificationToken
10607
+
10608
+ IpamExternalResourceVerificationTokenSet.member = Shapes::ShapeRef.new(shape: IpamExternalResourceVerificationToken, location_name: "item")
10609
+
10551
10610
  IpamOperatingRegion.add_member(:region_name, Shapes::ShapeRef.new(shape: String, location_name: "regionName"))
10552
10611
  IpamOperatingRegion.struct_class = Types::IpamOperatingRegion
10553
10612
 
@@ -10651,6 +10710,7 @@ module Aws::EC2
10651
10710
  IpamResourceCidr.add_member(:management_state, Shapes::ShapeRef.new(shape: IpamManagementState, location_name: "managementState"))
10652
10711
  IpamResourceCidr.add_member(:overlap_status, Shapes::ShapeRef.new(shape: IpamOverlapStatus, location_name: "overlapStatus"))
10653
10712
  IpamResourceCidr.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
10713
+ IpamResourceCidr.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZoneId"))
10654
10714
  IpamResourceCidr.struct_class = Types::IpamResourceCidr
10655
10715
 
10656
10716
  IpamResourceCidrSet.member = Shapes::ShapeRef.new(shape: IpamResourceCidr, location_name: "item")
@@ -12831,6 +12891,8 @@ module Aws::EC2
12831
12891
  ProvisionIpamPoolCidrRequest.add_member(:cidr_authorization_context, Shapes::ShapeRef.new(shape: IpamCidrAuthorizationContext, location_name: "CidrAuthorizationContext"))
12832
12892
  ProvisionIpamPoolCidrRequest.add_member(:netmask_length, Shapes::ShapeRef.new(shape: Integer, location_name: "NetmaskLength"))
12833
12893
  ProvisionIpamPoolCidrRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
12894
+ ProvisionIpamPoolCidrRequest.add_member(:verification_method, Shapes::ShapeRef.new(shape: VerificationMethod, location_name: "VerificationMethod"))
12895
+ ProvisionIpamPoolCidrRequest.add_member(:ipam_external_resource_verification_token_id, Shapes::ShapeRef.new(shape: IpamExternalResourceVerificationTokenId, location_name: "IpamExternalResourceVerificationTokenId"))
12834
12896
  ProvisionIpamPoolCidrRequest.struct_class = Types::ProvisionIpamPoolCidrRequest
12835
12897
 
12836
12898
  ProvisionIpamPoolCidrResult.add_member(:ipam_pool_cidr, Shapes::ShapeRef.new(shape: IpamPoolCidr, location_name: "ipamPoolCidr"))
@@ -12840,6 +12902,7 @@ module Aws::EC2
12840
12902
  ProvisionPublicIpv4PoolCidrRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId"))
12841
12903
  ProvisionPublicIpv4PoolCidrRequest.add_member(:pool_id, Shapes::ShapeRef.new(shape: Ipv4PoolEc2Id, required: true, location_name: "PoolId"))
12842
12904
  ProvisionPublicIpv4PoolCidrRequest.add_member(:netmask_length, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "NetmaskLength"))
12905
+ ProvisionPublicIpv4PoolCidrRequest.add_member(:network_border_group, Shapes::ShapeRef.new(shape: String, location_name: "NetworkBorderGroup"))
12843
12906
  ProvisionPublicIpv4PoolCidrRequest.struct_class = Types::ProvisionPublicIpv4PoolCidrRequest
12844
12907
 
12845
12908
  ProvisionPublicIpv4PoolCidrResult.add_member(:pool_id, Shapes::ShapeRef.new(shape: Ipv4PoolEc2Id, location_name: "poolId"))
@@ -16356,6 +16419,14 @@ module Aws::EC2
16356
16419
  o.output = Shapes::ShapeRef.new(shape: CreateIpamResult)
16357
16420
  end)
16358
16421
 
16422
+ api.add_operation(:create_ipam_external_resource_verification_token, Seahorse::Model::Operation.new.tap do |o|
16423
+ o.name = "CreateIpamExternalResourceVerificationToken"
16424
+ o.http_method = "POST"
16425
+ o.http_request_uri = "/"
16426
+ o.input = Shapes::ShapeRef.new(shape: CreateIpamExternalResourceVerificationTokenRequest)
16427
+ o.output = Shapes::ShapeRef.new(shape: CreateIpamExternalResourceVerificationTokenResult)
16428
+ end)
16429
+
16359
16430
  api.add_operation(:create_ipam_pool, Seahorse::Model::Operation.new.tap do |o|
16360
16431
  o.name = "CreateIpamPool"
16361
16432
  o.http_method = "POST"
@@ -16964,6 +17035,14 @@ module Aws::EC2
16964
17035
  o.output = Shapes::ShapeRef.new(shape: DeleteIpamResult)
16965
17036
  end)
16966
17037
 
17038
+ api.add_operation(:delete_ipam_external_resource_verification_token, Seahorse::Model::Operation.new.tap do |o|
17039
+ o.name = "DeleteIpamExternalResourceVerificationToken"
17040
+ o.http_method = "POST"
17041
+ o.http_request_uri = "/"
17042
+ o.input = Shapes::ShapeRef.new(shape: DeleteIpamExternalResourceVerificationTokenRequest)
17043
+ o.output = Shapes::ShapeRef.new(shape: DeleteIpamExternalResourceVerificationTokenResult)
17044
+ end)
17045
+
16967
17046
  api.add_operation(:delete_ipam_pool, Seahorse::Model::Operation.new.tap do |o|
16968
17047
  o.name = "DeleteIpamPool"
16969
17048
  o.http_method = "POST"
@@ -18190,6 +18269,14 @@ module Aws::EC2
18190
18269
  o.output = Shapes::ShapeRef.new(shape: DescribeIpamByoasnResult)
18191
18270
  end)
18192
18271
 
18272
+ api.add_operation(:describe_ipam_external_resource_verification_tokens, Seahorse::Model::Operation.new.tap do |o|
18273
+ o.name = "DescribeIpamExternalResourceVerificationTokens"
18274
+ o.http_method = "POST"
18275
+ o.http_request_uri = "/"
18276
+ o.input = Shapes::ShapeRef.new(shape: DescribeIpamExternalResourceVerificationTokensRequest)
18277
+ o.output = Shapes::ShapeRef.new(shape: DescribeIpamExternalResourceVerificationTokensResult)
18278
+ end)
18279
+
18193
18280
  api.add_operation(:describe_ipam_pools, Seahorse::Model::Operation.new.tap do |o|
18194
18281
  o.name = "DescribeIpamPools"
18195
18282
  o.http_method = "POST"
@@ -1076,6 +1076,20 @@ module Aws::EC2
1076
1076
  end
1077
1077
  end
1078
1078
 
1079
+ class CreateIpamExternalResourceVerificationToken
1080
+ def self.build(context)
1081
+ unless context.config.regional_endpoint
1082
+ endpoint = context.config.endpoint.to_s
1083
+ end
1084
+ Aws::EC2::EndpointParameters.new(
1085
+ region: context.config.region,
1086
+ use_dual_stack: context.config.use_dualstack_endpoint,
1087
+ use_fips: context.config.use_fips_endpoint,
1088
+ endpoint: endpoint,
1089
+ )
1090
+ end
1091
+ end
1092
+
1079
1093
  class CreateIpamPool
1080
1094
  def self.build(context)
1081
1095
  unless context.config.regional_endpoint
@@ -2140,6 +2154,20 @@ module Aws::EC2
2140
2154
  end
2141
2155
  end
2142
2156
 
2157
+ class DeleteIpamExternalResourceVerificationToken
2158
+ def self.build(context)
2159
+ unless context.config.regional_endpoint
2160
+ endpoint = context.config.endpoint.to_s
2161
+ end
2162
+ Aws::EC2::EndpointParameters.new(
2163
+ region: context.config.region,
2164
+ use_dual_stack: context.config.use_dualstack_endpoint,
2165
+ use_fips: context.config.use_fips_endpoint,
2166
+ endpoint: endpoint,
2167
+ )
2168
+ end
2169
+ end
2170
+
2143
2171
  class DeleteIpamPool
2144
2172
  def self.build(context)
2145
2173
  unless context.config.regional_endpoint
@@ -3876,6 +3904,20 @@ module Aws::EC2
3876
3904
  end
3877
3905
  end
3878
3906
 
3907
+ class DescribeIpamExternalResourceVerificationTokens
3908
+ def self.build(context)
3909
+ unless context.config.regional_endpoint
3910
+ endpoint = context.config.endpoint.to_s
3911
+ end
3912
+ Aws::EC2::EndpointParameters.new(
3913
+ region: context.config.region,
3914
+ use_dual_stack: context.config.use_dualstack_endpoint,
3915
+ use_fips: context.config.use_fips_endpoint,
3916
+ endpoint: endpoint,
3917
+ )
3918
+ end
3919
+ end
3920
+
3879
3921
  class DescribeIpamPools
3880
3922
  def self.build(context)
3881
3923
  unless context.config.regional_endpoint
@@ -774,7 +774,7 @@ module Aws::EC2
774
774
  # no_reboot: false,
775
775
  # tag_specifications: [
776
776
  # {
777
- # resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, 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, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, 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, vpc-encryption-control, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint
777
+ # resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, 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, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, 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, vpc-encryption-control, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, ipam-external-resource-verification-token
778
778
  # tags: [
779
779
  # {
780
780
  # key: "String",
@@ -210,6 +210,8 @@ module Aws::EC2
210
210
  Aws::EC2::Endpoints::CreateInternetGateway.build(context)
211
211
  when :create_ipam
212
212
  Aws::EC2::Endpoints::CreateIpam.build(context)
213
+ when :create_ipam_external_resource_verification_token
214
+ Aws::EC2::Endpoints::CreateIpamExternalResourceVerificationToken.build(context)
213
215
  when :create_ipam_pool
214
216
  Aws::EC2::Endpoints::CreateIpamPool.build(context)
215
217
  when :create_ipam_resource_discovery
@@ -362,6 +364,8 @@ module Aws::EC2
362
364
  Aws::EC2::Endpoints::DeleteInternetGateway.build(context)
363
365
  when :delete_ipam
364
366
  Aws::EC2::Endpoints::DeleteIpam.build(context)
367
+ when :delete_ipam_external_resource_verification_token
368
+ Aws::EC2::Endpoints::DeleteIpamExternalResourceVerificationToken.build(context)
365
369
  when :delete_ipam_pool
366
370
  Aws::EC2::Endpoints::DeleteIpamPool.build(context)
367
371
  when :delete_ipam_resource_discovery
@@ -610,6 +614,8 @@ module Aws::EC2
610
614
  Aws::EC2::Endpoints::DescribeInternetGateways.build(context)
611
615
  when :describe_ipam_byoasn
612
616
  Aws::EC2::Endpoints::DescribeIpamByoasn.build(context)
617
+ when :describe_ipam_external_resource_verification_tokens
618
+ Aws::EC2::Endpoints::DescribeIpamExternalResourceVerificationTokens.build(context)
613
619
  when :describe_ipam_pools
614
620
  Aws::EC2::Endpoints::DescribeIpamPools.build(context)
615
621
  when :describe_ipam_resource_discoveries