aws-sdk-ec2 1.135.0 → 1.140.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.
@@ -565,6 +565,8 @@ module Aws::EC2
565
565
  DescribeInternetGatewaysMaxResults = Shapes::IntegerShape.new(name: 'DescribeInternetGatewaysMaxResults')
566
566
  DescribeInternetGatewaysRequest = Shapes::StructureShape.new(name: 'DescribeInternetGatewaysRequest')
567
567
  DescribeInternetGatewaysResult = Shapes::StructureShape.new(name: 'DescribeInternetGatewaysResult')
568
+ DescribeIpv6PoolsRequest = Shapes::StructureShape.new(name: 'DescribeIpv6PoolsRequest')
569
+ DescribeIpv6PoolsResult = Shapes::StructureShape.new(name: 'DescribeIpv6PoolsResult')
568
570
  DescribeKeyPairsRequest = Shapes::StructureShape.new(name: 'DescribeKeyPairsRequest')
569
571
  DescribeKeyPairsResult = Shapes::StructureShape.new(name: 'DescribeKeyPairsResult')
570
572
  DescribeLaunchTemplateVersionsRequest = Shapes::StructureShape.new(name: 'DescribeLaunchTemplateVersionsRequest')
@@ -907,6 +909,8 @@ module Aws::EC2
907
909
  FpgaInfo = Shapes::StructureShape.new(name: 'FpgaInfo')
908
910
  FreeTierEligibleFlag = Shapes::BooleanShape.new(name: 'FreeTierEligibleFlag')
909
911
  GatewayType = Shapes::StringShape.new(name: 'GatewayType')
912
+ GetAssociatedIpv6PoolCidrsRequest = Shapes::StructureShape.new(name: 'GetAssociatedIpv6PoolCidrsRequest')
913
+ GetAssociatedIpv6PoolCidrsResult = Shapes::StructureShape.new(name: 'GetAssociatedIpv6PoolCidrsResult')
910
914
  GetCapacityReservationUsageRequest = Shapes::StructureShape.new(name: 'GetCapacityReservationUsageRequest')
911
915
  GetCapacityReservationUsageRequestMaxResults = Shapes::IntegerShape.new(name: 'GetCapacityReservationUsageRequestMaxResults')
912
916
  GetCapacityReservationUsageResult = Shapes::StructureShape.new(name: 'GetCapacityReservationUsageResult')
@@ -1111,9 +1115,14 @@ module Aws::EC2
1111
1115
  IpRanges = Shapes::ListShape.new(name: 'IpRanges')
1112
1116
  Ipv6Address = Shapes::StringShape.new(name: 'Ipv6Address')
1113
1117
  Ipv6AddressList = Shapes::ListShape.new(name: 'Ipv6AddressList')
1118
+ Ipv6CidrAssociation = Shapes::StructureShape.new(name: 'Ipv6CidrAssociation')
1119
+ Ipv6CidrAssociationSet = Shapes::ListShape.new(name: 'Ipv6CidrAssociationSet')
1114
1120
  Ipv6CidrBlock = Shapes::StructureShape.new(name: 'Ipv6CidrBlock')
1115
1121
  Ipv6CidrBlockSet = Shapes::ListShape.new(name: 'Ipv6CidrBlockSet')
1116
1122
  Ipv6Flag = Shapes::BooleanShape.new(name: 'Ipv6Flag')
1123
+ Ipv6Pool = Shapes::StructureShape.new(name: 'Ipv6Pool')
1124
+ Ipv6PoolMaxResults = Shapes::IntegerShape.new(name: 'Ipv6PoolMaxResults')
1125
+ Ipv6PoolSet = Shapes::ListShape.new(name: 'Ipv6PoolSet')
1117
1126
  Ipv6Range = Shapes::StructureShape.new(name: 'Ipv6Range')
1118
1127
  Ipv6RangeList = Shapes::ListShape.new(name: 'Ipv6RangeList')
1119
1128
  Ipv6SupportValue = Shapes::StringShape.new(name: 'Ipv6SupportValue')
@@ -1410,6 +1419,8 @@ module Aws::EC2
1410
1419
  PlacementResponse = Shapes::StructureShape.new(name: 'PlacementResponse')
1411
1420
  PlacementStrategy = Shapes::StringShape.new(name: 'PlacementStrategy')
1412
1421
  PlatformValues = Shapes::StringShape.new(name: 'PlatformValues')
1422
+ PoolCidrBlock = Shapes::StructureShape.new(name: 'PoolCidrBlock')
1423
+ PoolCidrBlocksSet = Shapes::ListShape.new(name: 'PoolCidrBlocksSet')
1413
1424
  PoolMaxResults = Shapes::IntegerShape.new(name: 'PoolMaxResults')
1414
1425
  PortRange = Shapes::StructureShape.new(name: 'PortRange')
1415
1426
  PrefixList = Shapes::StructureShape.new(name: 'PrefixList')
@@ -2154,6 +2165,8 @@ module Aws::EC2
2154
2165
  AssociateVpcCidrBlockRequest.add_member(:amazon_provided_ipv_6_cidr_block, Shapes::ShapeRef.new(shape: Boolean, location_name: "amazonProvidedIpv6CidrBlock"))
2155
2166
  AssociateVpcCidrBlockRequest.add_member(:cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "CidrBlock"))
2156
2167
  AssociateVpcCidrBlockRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "vpcId"))
2168
+ AssociateVpcCidrBlockRequest.add_member(:ipv_6_pool, Shapes::ShapeRef.new(shape: String, location_name: "Ipv6Pool"))
2169
+ AssociateVpcCidrBlockRequest.add_member(:ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "Ipv6CidrBlock"))
2157
2170
  AssociateVpcCidrBlockRequest.add_member(:ipv_6_cidr_block_network_border_group, Shapes::ShapeRef.new(shape: String, location_name: "Ipv6CidrBlockNetworkBorderGroup"))
2158
2171
  AssociateVpcCidrBlockRequest.struct_class = Types::AssociateVpcCidrBlockRequest
2159
2172
 
@@ -2827,6 +2840,7 @@ module Aws::EC2
2827
2840
  CreateFlowLogsRequest.add_member(:log_destination_type, Shapes::ShapeRef.new(shape: LogDestinationType, location_name: "LogDestinationType"))
2828
2841
  CreateFlowLogsRequest.add_member(:log_destination, Shapes::ShapeRef.new(shape: String, location_name: "LogDestination"))
2829
2842
  CreateFlowLogsRequest.add_member(:log_format, Shapes::ShapeRef.new(shape: String, location_name: "LogFormat"))
2843
+ CreateFlowLogsRequest.add_member(:max_aggregation_interval, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxAggregationInterval"))
2830
2844
  CreateFlowLogsRequest.struct_class = Types::CreateFlowLogsRequest
2831
2845
 
2832
2846
  CreateFlowLogsResult.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken"))
@@ -3220,6 +3234,7 @@ module Aws::EC2
3220
3234
  CreateVpcEndpointRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "SecurityGroupId"))
3221
3235
  CreateVpcEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken"))
3222
3236
  CreateVpcEndpointRequest.add_member(:private_dns_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "PrivateDnsEnabled"))
3237
+ CreateVpcEndpointRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
3223
3238
  CreateVpcEndpointRequest.struct_class = Types::CreateVpcEndpointRequest
3224
3239
 
3225
3240
  CreateVpcEndpointResult.add_member(:vpc_endpoint, Shapes::ShapeRef.new(shape: VpcEndpoint, location_name: "vpcEndpoint"))
@@ -3231,6 +3246,7 @@ module Aws::EC2
3231
3246
  CreateVpcEndpointServiceConfigurationRequest.add_member(:private_dns_name, Shapes::ShapeRef.new(shape: String, location_name: "PrivateDnsName"))
3232
3247
  CreateVpcEndpointServiceConfigurationRequest.add_member(:network_load_balancer_arns, Shapes::ShapeRef.new(shape: ValueStringList, required: true, location_name: "NetworkLoadBalancerArn"))
3233
3248
  CreateVpcEndpointServiceConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken"))
3249
+ CreateVpcEndpointServiceConfigurationRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
3234
3250
  CreateVpcEndpointServiceConfigurationRequest.struct_class = Types::CreateVpcEndpointServiceConfigurationRequest
3235
3251
 
3236
3252
  CreateVpcEndpointServiceConfigurationResult.add_member(:service_configuration, Shapes::ShapeRef.new(shape: ServiceConfiguration, location_name: "serviceConfiguration"))
@@ -3249,6 +3265,8 @@ module Aws::EC2
3249
3265
 
3250
3266
  CreateVpcRequest.add_member(:cidr_block, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CidrBlock"))
3251
3267
  CreateVpcRequest.add_member(:amazon_provided_ipv_6_cidr_block, Shapes::ShapeRef.new(shape: Boolean, location_name: "amazonProvidedIpv6CidrBlock"))
3268
+ CreateVpcRequest.add_member(:ipv_6_pool, Shapes::ShapeRef.new(shape: String, location_name: "Ipv6Pool"))
3269
+ CreateVpcRequest.add_member(:ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "Ipv6CidrBlock"))
3252
3270
  CreateVpcRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
3253
3271
  CreateVpcRequest.add_member(:instance_tenancy, Shapes::ShapeRef.new(shape: Tenancy, location_name: "instanceTenancy"))
3254
3272
  CreateVpcRequest.add_member(:ipv_6_cidr_block_network_border_group, Shapes::ShapeRef.new(shape: String, location_name: "Ipv6CidrBlockNetworkBorderGroup"))
@@ -4136,6 +4154,17 @@ module Aws::EC2
4136
4154
  DescribeInternetGatewaysResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
4137
4155
  DescribeInternetGatewaysResult.struct_class = Types::DescribeInternetGatewaysResult
4138
4156
 
4157
+ DescribeIpv6PoolsRequest.add_member(:pool_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "PoolId"))
4158
+ DescribeIpv6PoolsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
4159
+ DescribeIpv6PoolsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Ipv6PoolMaxResults, location_name: "MaxResults"))
4160
+ DescribeIpv6PoolsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
4161
+ DescribeIpv6PoolsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
4162
+ DescribeIpv6PoolsRequest.struct_class = Types::DescribeIpv6PoolsRequest
4163
+
4164
+ DescribeIpv6PoolsResult.add_member(:ipv_6_pools, Shapes::ShapeRef.new(shape: Ipv6PoolSet, location_name: "ipv6PoolSet"))
4165
+ DescribeIpv6PoolsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
4166
+ DescribeIpv6PoolsResult.struct_class = Types::DescribeIpv6PoolsResult
4167
+
4139
4168
  DescribeKeyPairsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
4140
4169
  DescribeKeyPairsRequest.add_member(:key_names, Shapes::ShapeRef.new(shape: KeyNameStringList, location_name: "KeyName"))
4141
4170
  DescribeKeyPairsRequest.add_member(:key_pair_ids, Shapes::ShapeRef.new(shape: KeyPairIdStringList, location_name: "KeyPairId"))
@@ -5420,6 +5449,7 @@ module Aws::EC2
5420
5449
  FlowLog.add_member(:log_destination_type, Shapes::ShapeRef.new(shape: LogDestinationType, location_name: "logDestinationType"))
5421
5450
  FlowLog.add_member(:log_destination, Shapes::ShapeRef.new(shape: String, location_name: "logDestination"))
5422
5451
  FlowLog.add_member(:log_format, Shapes::ShapeRef.new(shape: String, location_name: "logFormat"))
5452
+ FlowLog.add_member(:max_aggregation_interval, Shapes::ShapeRef.new(shape: Integer, location_name: "maxAggregationInterval"))
5423
5453
  FlowLog.struct_class = Types::FlowLog
5424
5454
 
5425
5455
  FlowLogSet.member = Shapes::ShapeRef.new(shape: FlowLog, location_name: "item")
@@ -5471,6 +5501,16 @@ module Aws::EC2
5471
5501
  FpgaInfo.add_member(:total_fpga_memory_in_mi_b, Shapes::ShapeRef.new(shape: totalFpgaMemory, location_name: "totalFpgaMemoryInMiB"))
5472
5502
  FpgaInfo.struct_class = Types::FpgaInfo
5473
5503
 
5504
+ GetAssociatedIpv6PoolCidrsRequest.add_member(:pool_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "PoolId"))
5505
+ GetAssociatedIpv6PoolCidrsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
5506
+ GetAssociatedIpv6PoolCidrsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Ipv6PoolMaxResults, location_name: "MaxResults"))
5507
+ GetAssociatedIpv6PoolCidrsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
5508
+ GetAssociatedIpv6PoolCidrsRequest.struct_class = Types::GetAssociatedIpv6PoolCidrsRequest
5509
+
5510
+ GetAssociatedIpv6PoolCidrsResult.add_member(:ipv_6_cidr_associations, Shapes::ShapeRef.new(shape: Ipv6CidrAssociationSet, location_name: "ipv6CidrAssociationSet"))
5511
+ GetAssociatedIpv6PoolCidrsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
5512
+ GetAssociatedIpv6PoolCidrsResult.struct_class = Types::GetAssociatedIpv6PoolCidrsResult
5513
+
5474
5514
  GetCapacityReservationUsageRequest.add_member(:capacity_reservation_id, Shapes::ShapeRef.new(shape: CapacityReservationId, required: true, location_name: "CapacityReservationId"))
5475
5515
  GetCapacityReservationUsageRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
5476
5516
  GetCapacityReservationUsageRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: GetCapacityReservationUsageRequestMaxResults, location_name: "MaxResults"))
@@ -5784,6 +5824,8 @@ module Aws::EC2
5784
5824
  Image.add_member(:kernel_id, Shapes::ShapeRef.new(shape: String, location_name: "kernelId"))
5785
5825
  Image.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "imageOwnerId"))
5786
5826
  Image.add_member(:platform, Shapes::ShapeRef.new(shape: PlatformValues, location_name: "platform"))
5827
+ Image.add_member(:platform_details, Shapes::ShapeRef.new(shape: String, location_name: "platformDetails"))
5828
+ Image.add_member(:usage_operation, Shapes::ShapeRef.new(shape: String, location_name: "usageOperation"))
5787
5829
  Image.add_member(:product_codes, Shapes::ShapeRef.new(shape: ProductCodeList, location_name: "productCodes"))
5788
5830
  Image.add_member(:ramdisk_id, Shapes::ShapeRef.new(shape: String, location_name: "ramdiskId"))
5789
5831
  Image.add_member(:state, Shapes::ShapeRef.new(shape: ImageState, location_name: "imageState"))
@@ -6328,11 +6370,25 @@ module Aws::EC2
6328
6370
 
6329
6371
  Ipv6AddressList.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
6330
6372
 
6373
+ Ipv6CidrAssociation.add_member(:ipv_6_cidr, Shapes::ShapeRef.new(shape: String, location_name: "ipv6Cidr"))
6374
+ Ipv6CidrAssociation.add_member(:associated_resource, Shapes::ShapeRef.new(shape: String, location_name: "associatedResource"))
6375
+ Ipv6CidrAssociation.struct_class = Types::Ipv6CidrAssociation
6376
+
6377
+ Ipv6CidrAssociationSet.member = Shapes::ShapeRef.new(shape: Ipv6CidrAssociation, location_name: "item")
6378
+
6331
6379
  Ipv6CidrBlock.add_member(:ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "ipv6CidrBlock"))
6332
6380
  Ipv6CidrBlock.struct_class = Types::Ipv6CidrBlock
6333
6381
 
6334
6382
  Ipv6CidrBlockSet.member = Shapes::ShapeRef.new(shape: Ipv6CidrBlock, location_name: "item")
6335
6383
 
6384
+ Ipv6Pool.add_member(:pool_id, Shapes::ShapeRef.new(shape: String, location_name: "poolId"))
6385
+ Ipv6Pool.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
6386
+ Ipv6Pool.add_member(:pool_cidr_blocks, Shapes::ShapeRef.new(shape: PoolCidrBlocksSet, location_name: "poolCidrBlockSet"))
6387
+ Ipv6Pool.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
6388
+ Ipv6Pool.struct_class = Types::Ipv6Pool
6389
+
6390
+ Ipv6PoolSet.member = Shapes::ShapeRef.new(shape: Ipv6Pool, location_name: "item")
6391
+
6336
6392
  Ipv6Range.add_member(:cidr_ipv_6, Shapes::ShapeRef.new(shape: String, location_name: "cidrIpv6"))
6337
6393
  Ipv6Range.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
6338
6394
  Ipv6Range.struct_class = Types::Ipv6Range
@@ -7441,6 +7497,11 @@ module Aws::EC2
7441
7497
  PlacementResponse.add_member(:group_name, Shapes::ShapeRef.new(shape: String, location_name: "groupName"))
7442
7498
  PlacementResponse.struct_class = Types::PlacementResponse
7443
7499
 
7500
+ PoolCidrBlock.add_member(:cidr, Shapes::ShapeRef.new(shape: String, location_name: "poolCidrBlock"))
7501
+ PoolCidrBlock.struct_class = Types::PoolCidrBlock
7502
+
7503
+ PoolCidrBlocksSet.member = Shapes::ShapeRef.new(shape: PoolCidrBlock, location_name: "item")
7504
+
7444
7505
  PortRange.add_member(:from, Shapes::ShapeRef.new(shape: Integer, location_name: "from"))
7445
7506
  PortRange.add_member(:to, Shapes::ShapeRef.new(shape: Integer, location_name: "to"))
7446
7507
  PortRange.struct_class = Types::PortRange
@@ -7524,6 +7585,7 @@ module Aws::EC2
7524
7585
 
7525
7586
  ProvisionByoipCidrRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Cidr"))
7526
7587
  ProvisionByoipCidrRequest.add_member(:cidr_authorization_context, Shapes::ShapeRef.new(shape: CidrAuthorizationContext, location_name: "CidrAuthorizationContext"))
7588
+ ProvisionByoipCidrRequest.add_member(:publicly_advertisable, Shapes::ShapeRef.new(shape: Boolean, location_name: "PubliclyAdvertisable"))
7527
7589
  ProvisionByoipCidrRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
7528
7590
  ProvisionByoipCidrRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
7529
7591
  ProvisionByoipCidrRequest.struct_class = Types::ProvisionByoipCidrRequest
@@ -9390,6 +9452,7 @@ module Aws::EC2
9390
9452
  VpcIpv6CidrBlockAssociation.add_member(:association_id, Shapes::ShapeRef.new(shape: String, location_name: "associationId"))
9391
9453
  VpcIpv6CidrBlockAssociation.add_member(:ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "ipv6CidrBlock"))
9392
9454
  VpcIpv6CidrBlockAssociation.add_member(:ipv_6_cidr_block_state, Shapes::ShapeRef.new(shape: VpcCidrBlockState, location_name: "ipv6CidrBlockState"))
9455
+ VpcIpv6CidrBlockAssociation.add_member(:ipv_6_pool, Shapes::ShapeRef.new(shape: String, location_name: "ipv6Pool"))
9393
9456
  VpcIpv6CidrBlockAssociation.add_member(:network_border_group, Shapes::ShapeRef.new(shape: String, location_name: "networkBorderGroup"))
9394
9457
  VpcIpv6CidrBlockAssociation.struct_class = Types::VpcIpv6CidrBlockAssociation
9395
9458
 
@@ -11191,6 +11254,20 @@ module Aws::EC2
11191
11254
  )
11192
11255
  end)
11193
11256
 
11257
+ api.add_operation(:describe_ipv_6_pools, Seahorse::Model::Operation.new.tap do |o|
11258
+ o.name = "DescribeIpv6Pools"
11259
+ o.http_method = "POST"
11260
+ o.http_request_uri = "/"
11261
+ o.input = Shapes::ShapeRef.new(shape: DescribeIpv6PoolsRequest)
11262
+ o.output = Shapes::ShapeRef.new(shape: DescribeIpv6PoolsResult)
11263
+ o[:pager] = Aws::Pager.new(
11264
+ limit_key: "max_results",
11265
+ tokens: {
11266
+ "next_token" => "next_token"
11267
+ }
11268
+ )
11269
+ end)
11270
+
11194
11271
  api.add_operation(:describe_key_pairs, Seahorse::Model::Operation.new.tap do |o|
11195
11272
  o.name = "DescribeKeyPairs"
11196
11273
  o.http_method = "POST"
@@ -12204,6 +12281,20 @@ module Aws::EC2
12204
12281
  o.output = Shapes::ShapeRef.new(shape: ExportTransitGatewayRoutesResult)
12205
12282
  end)
12206
12283
 
12284
+ api.add_operation(:get_associated_ipv_6_pool_cidrs, Seahorse::Model::Operation.new.tap do |o|
12285
+ o.name = "GetAssociatedIpv6PoolCidrs"
12286
+ o.http_method = "POST"
12287
+ o.http_request_uri = "/"
12288
+ o.input = Shapes::ShapeRef.new(shape: GetAssociatedIpv6PoolCidrsRequest)
12289
+ o.output = Shapes::ShapeRef.new(shape: GetAssociatedIpv6PoolCidrsResult)
12290
+ o[:pager] = Aws::Pager.new(
12291
+ limit_key: "max_results",
12292
+ tokens: {
12293
+ "next_token" => "next_token"
12294
+ }
12295
+ )
12296
+ end)
12297
+
12207
12298
  api.add_operation(:get_capacity_reservation_usage, Seahorse::Model::Operation.new.tap do |o|
12208
12299
  o.name = "GetCapacityReservationUsage"
12209
12300
  o.http_method = "POST"
@@ -84,6 +84,33 @@ module Aws::EC2
84
84
  data[:platform]
85
85
  end
86
86
 
87
+ # The platform details associated with the billing code of the AMI. For
88
+ # more information, see [AMI Billing Information][1] in the *Amazon
89
+ # Elastic Compute Cloud User Guide*.
90
+ #
91
+ #
92
+ #
93
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/billing-info.html
94
+ # @return [String]
95
+ def platform_details
96
+ data[:platform_details]
97
+ end
98
+
99
+ # The operation of the Amazon EC2 instance and the billing code
100
+ # associated with the AMI. `usageOperation` corresponds to the
101
+ # [lineitem/Operation][1] column on your AWS Cost and Usage Report. For
102
+ # more information, see [AMI Billing Information][2] in the *Amazon
103
+ # Elastic Compute Cloud User Guide*.
104
+ #
105
+ #
106
+ #
107
+ # [1]: https://docs.aws.amazon.com/cur/latest/userguide/Lineitem-columns.html#Lineitem-details-O-Operation
108
+ # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/billing-info.html
109
+ # @return [String]
110
+ def usage_operation
111
+ data[:usage_operation]
112
+ end
113
+
87
114
  # Any product codes associated with the AMI.
88
115
  # @return [Array<Types::ProductCode>]
89
116
  def product_codes
@@ -1037,6 +1037,8 @@ module Aws::EC2
1037
1037
  # vpc = ec2.create_vpc({
1038
1038
  # cidr_block: "String", # required
1039
1039
  # amazon_provided_ipv_6_cidr_block: false,
1040
+ # ipv_6_pool: "String",
1041
+ # ipv_6_cidr_block: "String",
1040
1042
  # dry_run: false,
1041
1043
  # instance_tenancy: "default", # accepts default, dedicated, host
1042
1044
  # ipv_6_cidr_block_network_border_group: "String",
@@ -1049,6 +1051,14 @@ module Aws::EC2
1049
1051
  # Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length
1050
1052
  # for the VPC. You cannot specify the range of IP addresses, or the size
1051
1053
  # of the CIDR block.
1054
+ # @option options [String] :ipv_6_pool
1055
+ # The ID of an IPv6 address pool from which to allocate the IPv6 CIDR
1056
+ # block.
1057
+ # @option options [String] :ipv_6_cidr_block
1058
+ # The IPv6 CIDR block from the IPv6 address pool. You must also specify
1059
+ # `Ipv6Pool` in the request.
1060
+ #
1061
+ # To let Amazon choose the IPv6 CIDR block for you, omit this parameter.
1052
1062
  # @option options [Boolean] :dry_run
1053
1063
  # Checks whether you have the required permissions for the action,
1054
1064
  # without actually making the request, and provides an error response.
@@ -3193,6 +3203,9 @@ module Aws::EC2
3193
3203
  # * `ipv6-cidr-block-association.ipv6-cidr-block` - An IPv6 CIDR block
3194
3204
  # associated with the VPC.
3195
3205
  #
3206
+ # * `ipv6-cidr-block-association.ipv6-pool` - The ID of the IPv6 address
3207
+ # pool from which the IPv6 CIDR block is allocated.
3208
+ #
3196
3209
  # * `ipv6-cidr-block-association.association-id` - The association ID
3197
3210
  # for an IPv6 CIDR block associated with the VPC.
3198
3211
  #
@@ -370,9 +370,9 @@ module Aws::EC2
370
370
  # }
371
371
  #
372
372
  # @!attribute [rw] cidr
373
- # The IPv4 address range, in CIDR notation. This must be the exact
374
- # range that you provisioned. You can't advertise only a portion of
375
- # the provisioned range.
373
+ # The address range, in CIDR notation. This must be the exact range
374
+ # that you provisioned. You can't advertise only a portion of the
375
+ # provisioned range.
376
376
  # @return [String]
377
377
  #
378
378
  # @!attribute [rw] dry_run
@@ -1263,6 +1263,8 @@ module Aws::EC2
1263
1263
  # amazon_provided_ipv_6_cidr_block: false,
1264
1264
  # cidr_block: "String",
1265
1265
  # vpc_id: "VpcId", # required
1266
+ # ipv_6_pool: "String",
1267
+ # ipv_6_cidr_block: "String",
1266
1268
  # ipv_6_cidr_block_network_border_group: "String",
1267
1269
  # }
1268
1270
  #
@@ -1280,6 +1282,19 @@ module Aws::EC2
1280
1282
  # The ID of the VPC.
1281
1283
  # @return [String]
1282
1284
  #
1285
+ # @!attribute [rw] ipv_6_pool
1286
+ # The ID of an IPv6 address pool from which to allocate the IPv6 CIDR
1287
+ # block.
1288
+ # @return [String]
1289
+ #
1290
+ # @!attribute [rw] ipv_6_cidr_block
1291
+ # An IPv6 CIDR block from the IPv6 address pool. You must also specify
1292
+ # `Ipv6Pool` in the request.
1293
+ #
1294
+ # To let Amazon choose the IPv6 CIDR block for you, omit this
1295
+ # parameter.
1296
+ # @return [String]
1297
+ #
1283
1298
  # @!attribute [rw] ipv_6_cidr_block_network_border_group
1284
1299
  # The name of the location from which we advertise the IPV6 CIDR
1285
1300
  # block. Use this parameter to limit the CiDR block to this location.
@@ -1297,6 +1312,8 @@ module Aws::EC2
1297
1312
  :amazon_provided_ipv_6_cidr_block,
1298
1313
  :cidr_block,
1299
1314
  :vpc_id,
1315
+ :ipv_6_pool,
1316
+ :ipv_6_cidr_block,
1300
1317
  :ipv_6_cidr_block_network_border_group)
1301
1318
  include Aws::Structure
1302
1319
  end
@@ -2320,7 +2337,7 @@ module Aws::EC2
2320
2337
  # your AWS resources through bring your own IP addresses (BYOIP).
2321
2338
  #
2322
2339
  # @!attribute [rw] cidr
2323
- # The public IPv4 address range, in CIDR notation.
2340
+ # The address range, in CIDR notation.
2324
2341
  # @return [String]
2325
2342
  #
2326
2343
  # @!attribute [rw] description
@@ -5383,6 +5400,7 @@ module Aws::EC2
5383
5400
  # log_destination_type: "cloud-watch-logs", # accepts cloud-watch-logs, s3
5384
5401
  # log_destination: "String",
5385
5402
  # log_format: "String",
5403
+ # max_aggregation_interval: 1,
5386
5404
  # }
5387
5405
  #
5388
5406
  # @!attribute [rw] dry_run
@@ -5489,6 +5507,22 @@ module Aws::EC2
5489
5507
  # [1]: https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs.html#flow-log-records
5490
5508
  # @return [String]
5491
5509
  #
5510
+ # @!attribute [rw] max_aggregation_interval
5511
+ # The maximum interval of time during which a flow of packets is
5512
+ # captured and aggregated into a flow log record. You can specify 60
5513
+ # seconds (1 minute) or 600 seconds (10 minutes).
5514
+ #
5515
+ # For network interfaces attached to [Nitro-based instances][1], the
5516
+ # aggregation interval is always 60 seconds, regardless of the value
5517
+ # that you specify.
5518
+ #
5519
+ # Default: 600
5520
+ #
5521
+ #
5522
+ #
5523
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances
5524
+ # @return [Integer]
5525
+ #
5492
5526
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateFlowLogsRequest AWS API Documentation
5493
5527
  #
5494
5528
  class CreateFlowLogsRequest < Struct.new(
@@ -5501,7 +5535,8 @@ module Aws::EC2
5501
5535
  :traffic_type,
5502
5536
  :log_destination_type,
5503
5537
  :log_destination,
5504
- :log_format)
5538
+ :log_format,
5539
+ :max_aggregation_interval)
5505
5540
  include Aws::Structure
5506
5541
  end
5507
5542
 
@@ -8493,6 +8528,17 @@ module Aws::EC2
8493
8528
  # security_group_ids: ["String"],
8494
8529
  # client_token: "String",
8495
8530
  # private_dns_enabled: false,
8531
+ # tag_specifications: [
8532
+ # {
8533
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
8534
+ # tags: [
8535
+ # {
8536
+ # key: "String",
8537
+ # value: "String",
8538
+ # },
8539
+ # ],
8540
+ # },
8541
+ # ],
8496
8542
  # }
8497
8543
  #
8498
8544
  # @!attribute [rw] dry_run
@@ -8566,6 +8612,10 @@ module Aws::EC2
8566
8612
  # Default: `true`
8567
8613
  # @return [Boolean]
8568
8614
  #
8615
+ # @!attribute [rw] tag_specifications
8616
+ # The tags to associate with the endpoint.
8617
+ # @return [Array<Types::TagSpecification>]
8618
+ #
8569
8619
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateVpcEndpointRequest AWS API Documentation
8570
8620
  #
8571
8621
  class CreateVpcEndpointRequest < Struct.new(
@@ -8578,7 +8628,8 @@ module Aws::EC2
8578
8628
  :subnet_ids,
8579
8629
  :security_group_ids,
8580
8630
  :client_token,
8581
- :private_dns_enabled)
8631
+ :private_dns_enabled,
8632
+ :tag_specifications)
8582
8633
  include Aws::Structure
8583
8634
  end
8584
8635
 
@@ -8610,6 +8661,17 @@ module Aws::EC2
8610
8661
  # private_dns_name: "String",
8611
8662
  # network_load_balancer_arns: ["String"], # required
8612
8663
  # client_token: "String",
8664
+ # tag_specifications: [
8665
+ # {
8666
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
8667
+ # tags: [
8668
+ # {
8669
+ # key: "String",
8670
+ # value: "String",
8671
+ # },
8672
+ # ],
8673
+ # },
8674
+ # ],
8613
8675
  # }
8614
8676
  #
8615
8677
  # @!attribute [rw] dry_run
@@ -8644,6 +8706,10 @@ module Aws::EC2
8644
8706
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
8645
8707
  # @return [String]
8646
8708
  #
8709
+ # @!attribute [rw] tag_specifications
8710
+ # The tags to associate with the service.
8711
+ # @return [Array<Types::TagSpecification>]
8712
+ #
8647
8713
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateVpcEndpointServiceConfigurationRequest AWS API Documentation
8648
8714
  #
8649
8715
  class CreateVpcEndpointServiceConfigurationRequest < Struct.new(
@@ -8651,7 +8717,8 @@ module Aws::EC2
8651
8717
  :acceptance_required,
8652
8718
  :private_dns_name,
8653
8719
  :network_load_balancer_arns,
8654
- :client_token)
8720
+ :client_token,
8721
+ :tag_specifications)
8655
8722
  include Aws::Structure
8656
8723
  end
8657
8724
 
@@ -8741,6 +8808,8 @@ module Aws::EC2
8741
8808
  # {
8742
8809
  # cidr_block: "String", # required
8743
8810
  # amazon_provided_ipv_6_cidr_block: false,
8811
+ # ipv_6_pool: "String",
8812
+ # ipv_6_cidr_block: "String",
8744
8813
  # dry_run: false,
8745
8814
  # instance_tenancy: "default", # accepts default, dedicated, host
8746
8815
  # ipv_6_cidr_block_network_border_group: "String",
@@ -8757,6 +8826,19 @@ module Aws::EC2
8757
8826
  # size of the CIDR block.
8758
8827
  # @return [Boolean]
8759
8828
  #
8829
+ # @!attribute [rw] ipv_6_pool
8830
+ # The ID of an IPv6 address pool from which to allocate the IPv6 CIDR
8831
+ # block.
8832
+ # @return [String]
8833
+ #
8834
+ # @!attribute [rw] ipv_6_cidr_block
8835
+ # The IPv6 CIDR block from the IPv6 address pool. You must also
8836
+ # specify `Ipv6Pool` in the request.
8837
+ #
8838
+ # To let Amazon choose the IPv6 CIDR block for you, omit this
8839
+ # parameter.
8840
+ # @return [String]
8841
+ #
8760
8842
  # @!attribute [rw] dry_run
8761
8843
  # Checks whether you have the required permissions for the action,
8762
8844
  # without actually making the request, and provides an error response.
@@ -8791,6 +8873,8 @@ module Aws::EC2
8791
8873
  class CreateVpcRequest < Struct.new(
8792
8874
  :cidr_block,
8793
8875
  :amazon_provided_ipv_6_cidr_block,
8876
+ :ipv_6_pool,
8877
+ :ipv_6_cidr_block,
8794
8878
  :dry_run,
8795
8879
  :instance_tenancy,
8796
8880
  :ipv_6_cidr_block_network_border_group)
@@ -10952,9 +11036,8 @@ module Aws::EC2
10952
11036
  # }
10953
11037
  #
10954
11038
  # @!attribute [rw] cidr
10955
- # The public IPv4 address range, in CIDR notation. The prefix must be
10956
- # the same prefix that you specified when you provisioned the address
10957
- # range.
11039
+ # The address range, in CIDR notation. The prefix must be the same
11040
+ # prefix that you specified when you provisioned the address range.
10958
11041
  # @return [String]
10959
11042
  #
10960
11043
  # @!attribute [rw] dry_run
@@ -14986,6 +15069,85 @@ module Aws::EC2
14986
15069
  include Aws::Structure
14987
15070
  end
14988
15071
 
15072
+ # @note When making an API call, you may pass DescribeIpv6PoolsRequest
15073
+ # data as a hash:
15074
+ #
15075
+ # {
15076
+ # pool_ids: ["String"],
15077
+ # next_token: "NextToken",
15078
+ # max_results: 1,
15079
+ # dry_run: false,
15080
+ # filters: [
15081
+ # {
15082
+ # name: "String",
15083
+ # values: ["String"],
15084
+ # },
15085
+ # ],
15086
+ # }
15087
+ #
15088
+ # @!attribute [rw] pool_ids
15089
+ # The IDs of the IPv6 address pools.
15090
+ # @return [Array<String>]
15091
+ #
15092
+ # @!attribute [rw] next_token
15093
+ # The token for the next page of results.
15094
+ # @return [String]
15095
+ #
15096
+ # @!attribute [rw] max_results
15097
+ # The maximum number of results to return with a single call. To
15098
+ # retrieve the remaining results, make another call with the returned
15099
+ # `nextToken` value.
15100
+ # @return [Integer]
15101
+ #
15102
+ # @!attribute [rw] dry_run
15103
+ # Checks whether you have the required permissions for the action,
15104
+ # without actually making the request, and provides an error response.
15105
+ # If you have the required permissions, the error response is
15106
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
15107
+ # @return [Boolean]
15108
+ #
15109
+ # @!attribute [rw] filters
15110
+ # One or more filters.
15111
+ #
15112
+ # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned
15113
+ # to the resource. Use the tag key in the filter name and the tag
15114
+ # value as the filter value. For example, to find all resources that
15115
+ # have a tag with the key `Owner` and the value `TeamA`, specify
15116
+ # `tag:Owner` for the filter name and `TeamA` for the filter value.
15117
+ #
15118
+ # * `tag-key` - The key of a tag assigned to the resource. Use this
15119
+ # filter to find all resources assigned a tag with a specific key,
15120
+ # regardless of the tag value.
15121
+ # @return [Array<Types::Filter>]
15122
+ #
15123
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeIpv6PoolsRequest AWS API Documentation
15124
+ #
15125
+ class DescribeIpv6PoolsRequest < Struct.new(
15126
+ :pool_ids,
15127
+ :next_token,
15128
+ :max_results,
15129
+ :dry_run,
15130
+ :filters)
15131
+ include Aws::Structure
15132
+ end
15133
+
15134
+ # @!attribute [rw] ipv_6_pools
15135
+ # Information about the IPv6 address pools.
15136
+ # @return [Array<Types::Ipv6Pool>]
15137
+ #
15138
+ # @!attribute [rw] next_token
15139
+ # The token to use to retrieve the next page of results. This value is
15140
+ # `null` when there are no more results to return.
15141
+ # @return [String]
15142
+ #
15143
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeIpv6PoolsResult AWS API Documentation
15144
+ #
15145
+ class DescribeIpv6PoolsResult < Struct.new(
15146
+ :ipv_6_pools,
15147
+ :next_token)
15148
+ include Aws::Structure
15149
+ end
15150
+
14989
15151
  # @note When making an API call, you may pass DescribeKeyPairsRequest
14990
15152
  # data as a hash:
14991
15153
  #
@@ -20618,6 +20780,9 @@ module Aws::EC2
20618
20780
  # * `ipv6-cidr-block-association.ipv6-cidr-block` - An IPv6 CIDR block
20619
20781
  # associated with the VPC.
20620
20782
  #
20783
+ # * `ipv6-cidr-block-association.ipv6-pool` - The ID of the IPv6
20784
+ # address pool from which the IPv6 CIDR block is allocated.
20785
+ #
20621
20786
  # * `ipv6-cidr-block-association.association-id` - The association ID
20622
20787
  # for an IPv6 CIDR block associated with the VPC.
20623
20788
  #
@@ -23973,6 +24138,19 @@ module Aws::EC2
23973
24138
  # The format of the flow log record.
23974
24139
  # @return [String]
23975
24140
  #
24141
+ # @!attribute [rw] max_aggregation_interval
24142
+ # The maximum interval of time, in seconds, during which a flow of
24143
+ # packets is captured and aggregated into a flow log record.
24144
+ #
24145
+ # For network interfaces attached to [Nitro-based instances][1], the
24146
+ # aggregation interval is always 60 seconds (1 minute), regardless of
24147
+ # the specified value.
24148
+ #
24149
+ #
24150
+ #
24151
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances
24152
+ # @return [Integer]
24153
+ #
23976
24154
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/FlowLog AWS API Documentation
23977
24155
  #
23978
24156
  class FlowLog < Struct.new(
@@ -23987,7 +24165,8 @@ module Aws::EC2
23987
24165
  :traffic_type,
23988
24166
  :log_destination_type,
23989
24167
  :log_destination,
23990
- :log_format)
24168
+ :log_format,
24169
+ :max_aggregation_interval)
23991
24170
  include Aws::Structure
23992
24171
  end
23993
24172
 
@@ -24194,6 +24373,64 @@ module Aws::EC2
24194
24373
  include Aws::Structure
24195
24374
  end
24196
24375
 
24376
+ # @note When making an API call, you may pass GetAssociatedIpv6PoolCidrsRequest
24377
+ # data as a hash:
24378
+ #
24379
+ # {
24380
+ # pool_id: "String", # required
24381
+ # next_token: "NextToken",
24382
+ # max_results: 1,
24383
+ # dry_run: false,
24384
+ # }
24385
+ #
24386
+ # @!attribute [rw] pool_id
24387
+ # The ID of the IPv6 address pool.
24388
+ # @return [String]
24389
+ #
24390
+ # @!attribute [rw] next_token
24391
+ # The token for the next page of results.
24392
+ # @return [String]
24393
+ #
24394
+ # @!attribute [rw] max_results
24395
+ # The maximum number of results to return with a single call. To
24396
+ # retrieve the remaining results, make another call with the returned
24397
+ # `nextToken` value.
24398
+ # @return [Integer]
24399
+ #
24400
+ # @!attribute [rw] dry_run
24401
+ # Checks whether you have the required permissions for the action,
24402
+ # without actually making the request, and provides an error response.
24403
+ # If you have the required permissions, the error response is
24404
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
24405
+ # @return [Boolean]
24406
+ #
24407
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetAssociatedIpv6PoolCidrsRequest AWS API Documentation
24408
+ #
24409
+ class GetAssociatedIpv6PoolCidrsRequest < Struct.new(
24410
+ :pool_id,
24411
+ :next_token,
24412
+ :max_results,
24413
+ :dry_run)
24414
+ include Aws::Structure
24415
+ end
24416
+
24417
+ # @!attribute [rw] ipv_6_cidr_associations
24418
+ # Information about the IPv6 CIDR block associations.
24419
+ # @return [Array<Types::Ipv6CidrAssociation>]
24420
+ #
24421
+ # @!attribute [rw] next_token
24422
+ # The token to use to retrieve the next page of results. This value is
24423
+ # `null` when there are no more results to return.
24424
+ # @return [String]
24425
+ #
24426
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetAssociatedIpv6PoolCidrsResult AWS API Documentation
24427
+ #
24428
+ class GetAssociatedIpv6PoolCidrsResult < Struct.new(
24429
+ :ipv_6_cidr_associations,
24430
+ :next_token)
24431
+ include Aws::Structure
24432
+ end
24433
+
24197
24434
  # @note When making an API call, you may pass GetCapacityReservationUsageRequest
24198
24435
  # data as a hash:
24199
24436
  #
@@ -25846,6 +26083,29 @@ module Aws::EC2
25846
26083
  # blank.
25847
26084
  # @return [String]
25848
26085
  #
26086
+ # @!attribute [rw] platform_details
26087
+ # The platform details associated with the billing code of the AMI.
26088
+ # For more information, see [AMI Billing Information][1] in the
26089
+ # *Amazon Elastic Compute Cloud User Guide*.
26090
+ #
26091
+ #
26092
+ #
26093
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/billing-info.html
26094
+ # @return [String]
26095
+ #
26096
+ # @!attribute [rw] usage_operation
26097
+ # The operation of the Amazon EC2 instance and the billing code
26098
+ # associated with the AMI. `usageOperation` corresponds to the
26099
+ # [lineitem/Operation][1] column on your AWS Cost and Usage Report.
26100
+ # For more information, see [AMI Billing Information][2] in the
26101
+ # *Amazon Elastic Compute Cloud User Guide*.
26102
+ #
26103
+ #
26104
+ #
26105
+ # [1]: https://docs.aws.amazon.com/cur/latest/userguide/Lineitem-columns.html#Lineitem-details-O-Operation
26106
+ # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/billing-info.html
26107
+ # @return [String]
26108
+ #
25849
26109
  # @!attribute [rw] product_codes
25850
26110
  # Any product codes associated with the AMI.
25851
26111
  # @return [Array<Types::ProductCode>]
@@ -25924,6 +26184,8 @@ module Aws::EC2
25924
26184
  :kernel_id,
25925
26185
  :owner_id,
25926
26186
  :platform,
26187
+ :platform_details,
26188
+ :usage_operation,
25927
26189
  :product_codes,
25928
26190
  :ramdisk_id,
25929
26191
  :state,
@@ -28796,6 +29058,24 @@ module Aws::EC2
28796
29058
  include Aws::Structure
28797
29059
  end
28798
29060
 
29061
+ # Describes an IPv6 CIDR block association.
29062
+ #
29063
+ # @!attribute [rw] ipv_6_cidr
29064
+ # The IPv6 CIDR block.
29065
+ # @return [String]
29066
+ #
29067
+ # @!attribute [rw] associated_resource
29068
+ # The resource that's associated with the IPv6 CIDR block.
29069
+ # @return [String]
29070
+ #
29071
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/Ipv6CidrAssociation AWS API Documentation
29072
+ #
29073
+ class Ipv6CidrAssociation < Struct.new(
29074
+ :ipv_6_cidr,
29075
+ :associated_resource)
29076
+ include Aws::Structure
29077
+ end
29078
+
28799
29079
  # Describes an IPv6 CIDR block.
28800
29080
  #
28801
29081
  # @!attribute [rw] ipv_6_cidr_block
@@ -28809,6 +29089,34 @@ module Aws::EC2
28809
29089
  include Aws::Structure
28810
29090
  end
28811
29091
 
29092
+ # Describes an IPv6 address pool.
29093
+ #
29094
+ # @!attribute [rw] pool_id
29095
+ # The ID of the address pool.
29096
+ # @return [String]
29097
+ #
29098
+ # @!attribute [rw] description
29099
+ # The description for the address pool.
29100
+ # @return [String]
29101
+ #
29102
+ # @!attribute [rw] pool_cidr_blocks
29103
+ # The CIDR blocks for the address pool.
29104
+ # @return [Array<Types::PoolCidrBlock>]
29105
+ #
29106
+ # @!attribute [rw] tags
29107
+ # Any tags for the address pool.
29108
+ # @return [Array<Types::Tag>]
29109
+ #
29110
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/Ipv6Pool AWS API Documentation
29111
+ #
29112
+ class Ipv6Pool < Struct.new(
29113
+ :pool_id,
29114
+ :description,
29115
+ :pool_cidr_blocks,
29116
+ :tags)
29117
+ include Aws::Structure
29118
+ end
29119
+
28812
29120
  # \[EC2-VPC only\] Describes an IPv6 range.
28813
29121
  #
28814
29122
  # @note When making an API call, you may pass Ipv6Range
@@ -35147,6 +35455,19 @@ module Aws::EC2
35147
35455
  include Aws::Structure
35148
35456
  end
35149
35457
 
35458
+ # Describes a CIDR block for an address pool.
35459
+ #
35460
+ # @!attribute [rw] cidr
35461
+ # The CIDR block.
35462
+ # @return [String]
35463
+ #
35464
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/PoolCidrBlock AWS API Documentation
35465
+ #
35466
+ class PoolCidrBlock < Struct.new(
35467
+ :cidr)
35468
+ include Aws::Structure
35469
+ end
35470
+
35150
35471
  # Describes a range of ports.
35151
35472
  #
35152
35473
  # @note When making an API call, you may pass PortRange
@@ -35463,13 +35784,15 @@ module Aws::EC2
35463
35784
  # message: "String", # required
35464
35785
  # signature: "String", # required
35465
35786
  # },
35787
+ # publicly_advertisable: false,
35466
35788
  # description: "String",
35467
35789
  # dry_run: false,
35468
35790
  # }
35469
35791
  #
35470
35792
  # @!attribute [rw] cidr
35471
- # The public IPv4 address range, in CIDR notation. The most specific
35472
- # prefix that you can specify is /24. The address range cannot overlap
35793
+ # The public IPv4 or IPv6 address range, in CIDR notation. The most
35794
+ # specific IPv4 prefix that you can specify is /24. The most specific
35795
+ # IPv6 prefix you can specify is /56. The address range cannot overlap
35473
35796
  # with another address range that you've brought to this or another
35474
35797
  # Region.
35475
35798
  # @return [String]
@@ -35479,6 +35802,13 @@ module Aws::EC2
35479
35802
  # specified IP address range to Amazon using BYOIP.
35480
35803
  # @return [Types::CidrAuthorizationContext]
35481
35804
  #
35805
+ # @!attribute [rw] publicly_advertisable
35806
+ # (IPv6 only) Indicate whether the address range will be publicly
35807
+ # advertised to the internet.
35808
+ #
35809
+ # Default: true
35810
+ # @return [Boolean]
35811
+ #
35482
35812
  # @!attribute [rw] description
35483
35813
  # A description for the address range and the address pool.
35484
35814
  # @return [String]
@@ -35495,13 +35825,14 @@ module Aws::EC2
35495
35825
  class ProvisionByoipCidrRequest < Struct.new(
35496
35826
  :cidr,
35497
35827
  :cidr_authorization_context,
35828
+ :publicly_advertisable,
35498
35829
  :description,
35499
35830
  :dry_run)
35500
35831
  include Aws::Structure
35501
35832
  end
35502
35833
 
35503
35834
  # @!attribute [rw] byoip_cidr
35504
- # Information about the address pool.
35835
+ # Information about the address range.
35505
35836
  # @return [Types::ByoipCidr]
35506
35837
  #
35507
35838
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ProvisionByoipCidrResult AWS API Documentation
@@ -35580,10 +35911,10 @@ module Aws::EC2
35580
35911
  include Aws::Structure
35581
35912
  end
35582
35913
 
35583
- # Describes an address pool.
35914
+ # Describes an IPv4 address pool.
35584
35915
  #
35585
35916
  # @!attribute [rw] pool_id
35586
- # The ID of the IPv4 address pool.
35917
+ # The ID of the address pool.
35587
35918
  # @return [String]
35588
35919
  #
35589
35920
  # @!attribute [rw] description
@@ -46426,6 +46757,11 @@ module Aws::EC2
46426
46757
  # Information about the state of the CIDR block.
46427
46758
  # @return [Types::VpcCidrBlockState]
46428
46759
  #
46760
+ # @!attribute [rw] ipv_6_pool
46761
+ # The ID of the IPv6 address pool from which the IPv6 CIDR block is
46762
+ # allocated.
46763
+ # @return [String]
46764
+ #
46429
46765
  # @!attribute [rw] network_border_group
46430
46766
  # The name of the location from which we advertise the IPV6 CIDR
46431
46767
  # block.
@@ -46437,6 +46773,7 @@ module Aws::EC2
46437
46773
  :association_id,
46438
46774
  :ipv_6_cidr_block,
46439
46775
  :ipv_6_cidr_block_state,
46776
+ :ipv_6_pool,
46440
46777
  :network_border_group)
46441
46778
  include Aws::Structure
46442
46779
  end
@@ -47040,7 +47377,7 @@ module Aws::EC2
47040
47377
  # }
47041
47378
  #
47042
47379
  # @!attribute [rw] cidr
47043
- # The public IPv4 address range, in CIDR notation.
47380
+ # The address range, in CIDR notation.
47044
47381
  # @return [String]
47045
47382
  #
47046
47383
  # @!attribute [rw] dry_run