aws-sdk-ec2 1.179.0 → 1.184.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -233,6 +233,7 @@ module Aws::EC2
233
233
  # nat_gateway_id: "NatGatewayId",
234
234
  # transit_gateway_id: "TransitGatewayId",
235
235
  # local_gateway_id: "LocalGatewayId",
236
+ # carrier_gateway_id: "CarrierGatewayId",
236
237
  # network_interface_id: "NetworkInterfaceId",
237
238
  # vpc_peering_connection_id: "VpcPeeringConnectionId",
238
239
  # })
@@ -267,6 +268,11 @@ module Aws::EC2
267
268
  # The ID of a transit gateway.
268
269
  # @option options [String] :local_gateway_id
269
270
  # The ID of the local gateway.
271
+ # @option options [String] :carrier_gateway_id
272
+ # The ID of the carrier gateway.
273
+ #
274
+ # You can only use this option when the VPC contains a subnet which is
275
+ # associated with a Wavelength Zone.
270
276
  # @option options [String] :network_interface_id
271
277
  # The ID of a network interface.
272
278
  # @option options [String] :vpc_peering_connection_id
@@ -353,6 +353,7 @@ module Aws::EC2
353
353
  # ],
354
354
  # secondary_private_ip_address_count: 1,
355
355
  # subnet_id: "String",
356
+ # associate_carrier_ip_address: false,
356
357
  # interface_type: "String",
357
358
  # },
358
359
  # ],
@@ -405,6 +406,7 @@ module Aws::EC2
405
406
  # capacity_reservation_preference: "open", # accepts open, none
406
407
  # capacity_reservation_target: {
407
408
  # capacity_reservation_id: "CapacityReservationId",
409
+ # capacity_reservation_resource_group_arn: "String",
408
410
  # },
409
411
  # },
410
412
  # hibernation_options: {
@@ -329,7 +329,7 @@ module Aws::EC2
329
329
  include Aws::Structure
330
330
  end
331
331
 
332
- # Describes an Elastic IP address.
332
+ # Describes an Elastic IP address, or a carrier IP address.
333
333
  #
334
334
  # @!attribute [rw] instance_id
335
335
  # The ID of the instance that the address is associated with (if any).
@@ -375,7 +375,8 @@ module Aws::EC2
375
375
  # @return [String]
376
376
  #
377
377
  # @!attribute [rw] network_border_group
378
- # The name of the location from which the IP address is advertised.
378
+ # The name of the unique set of Availability Zones, Local Zones, or
379
+ # Wavelength Zones from which AWS advertises IP addresses.
379
380
  # @return [String]
380
381
  #
381
382
  # @!attribute [rw] customer_owned_ip
@@ -386,6 +387,12 @@ module Aws::EC2
386
387
  # The ID of the customer-owned address pool.
387
388
  # @return [String]
388
389
  #
390
+ # @!attribute [rw] carrier_ip
391
+ # The carrier IP address associated. This option is only available for
392
+ # network interfaces which reside in a subnet in a Wavelength Zone
393
+ # (for example an EC2 instance).
394
+ # @return [String]
395
+ #
389
396
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/Address AWS API Documentation
390
397
  #
391
398
  class Address < Struct.new(
@@ -401,7 +408,8 @@ module Aws::EC2
401
408
  :public_ipv_4_pool,
402
409
  :network_border_group,
403
410
  :customer_owned_ip,
404
- :customer_owned_ipv_4_pool)
411
+ :customer_owned_ipv_4_pool,
412
+ :carrier_ip)
405
413
  SENSITIVE = []
406
414
  include Aws::Structure
407
415
  end
@@ -481,13 +489,10 @@ module Aws::EC2
481
489
  # @return [String]
482
490
  #
483
491
  # @!attribute [rw] network_border_group
484
- # The location from which the IP address is advertised. Use this
485
- # parameter to limit the address to this location.
486
- #
487
- # A network border group is a unique set of Availability Zones or
488
- # Local Zones from where AWS advertises IP addresses and limits the
489
- # addresses to the group. IP addresses cannot move between network
490
- # border groups.
492
+ # A unique set of Availability Zones, Local Zones, or Wavelength Zones
493
+ # from which AWS advertises IP addresses. Use this parameter to limit
494
+ # the IP address to this location. IP addresses cannot move between
495
+ # network border groups.
491
496
  #
492
497
  # Use [DescribeAvailabilityZones][1] to view the network border
493
498
  # groups.
@@ -545,7 +550,8 @@ module Aws::EC2
545
550
  # @return [String]
546
551
  #
547
552
  # @!attribute [rw] network_border_group
548
- # The location from which the IP address is advertised.
553
+ # The set of Availability Zones, Local Zones, or Wavelength Zones from
554
+ # which AWS advertises IP addresses.
549
555
  # @return [String]
550
556
  #
551
557
  # @!attribute [rw] domain
@@ -561,6 +567,12 @@ module Aws::EC2
561
567
  # The ID of the customer-owned address pool.
562
568
  # @return [String]
563
569
  #
570
+ # @!attribute [rw] carrier_ip
571
+ # The carrier IP address. This option is only available for network
572
+ # interfaces which reside in a subnet in a Wavelength Zone (for
573
+ # example an EC2 instance).
574
+ # @return [String]
575
+ #
564
576
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AllocateAddressResult AWS API Documentation
565
577
  #
566
578
  class AllocateAddressResult < Struct.new(
@@ -570,7 +582,8 @@ module Aws::EC2
570
582
  :network_border_group,
571
583
  :domain,
572
584
  :customer_owned_ip,
573
- :customer_owned_ipv_4_pool)
585
+ :customer_owned_ipv_4_pool,
586
+ :carrier_ip)
574
587
  SENSITIVE = []
575
588
  include Aws::Structure
576
589
  end
@@ -1365,7 +1378,7 @@ module Aws::EC2
1365
1378
  #
1366
1379
  # @!attribute [rw] ipv_6_cidr_block_network_border_group
1367
1380
  # The name of the location from which we advertise the IPV6 CIDR
1368
- # block. Use this parameter to limit the CiDR block to this location.
1381
+ # block. Use this parameter to limit the CIDR block to this location.
1369
1382
  #
1370
1383
  # You must set `AmazonProvidedIpv6CidrBlock` to `true` to use this
1371
1384
  # parameter.
@@ -2133,22 +2146,23 @@ module Aws::EC2
2133
2146
  include Aws::Structure
2134
2147
  end
2135
2148
 
2136
- # Describes a Zone.
2149
+ # Describes Availability Zones, Local Zones, and Wavelength Zones.
2137
2150
  #
2138
2151
  # @!attribute [rw] state
2139
- # The state of the Zone.
2152
+ # The state of the Availability Zone, Local Zone, or Wavelength Zone.
2140
2153
  # @return [String]
2141
2154
  #
2142
2155
  # @!attribute [rw] opt_in_status
2143
2156
  # For Availability Zones, this parameter always has the value of
2144
2157
  # `opt-in-not-required`.
2145
2158
  #
2146
- # For Local Zones, this parameter is the opt in status. The possible
2147
- # values are `opted-in`, and `not-opted-in`.
2159
+ # For Local Zones and Wavelength Zones, this parameter is the opt-in
2160
+ # status. The possible values are `opted-in`, and `not-opted-in`.
2148
2161
  # @return [String]
2149
2162
  #
2150
2163
  # @!attribute [rw] messages
2151
- # Any messages about the Zone.
2164
+ # Any messages about the Availability Zone, Local Zone, or Wavelength
2165
+ # Zone.
2152
2166
  # @return [Array<Types::AvailabilityZoneMessage>]
2153
2167
  #
2154
2168
  # @!attribute [rw] region_name
@@ -2156,11 +2170,11 @@ module Aws::EC2
2156
2170
  # @return [String]
2157
2171
  #
2158
2172
  # @!attribute [rw] zone_name
2159
- # The name of the Zone.
2173
+ # The name of the Availability Zone, Local Zone, or Wavelength Zone.
2160
2174
  # @return [String]
2161
2175
  #
2162
2176
  # @!attribute [rw] zone_id
2163
- # The ID of the Zone.
2177
+ # The ID of the Availability Zone, Local Zone, or Wavelength Zone.
2164
2178
  # @return [String]
2165
2179
  #
2166
2180
  # @!attribute [rw] group_name
@@ -2169,25 +2183,28 @@ module Aws::EC2
2169
2183
  #
2170
2184
  # For Local Zones, the name of the associated group, for example
2171
2185
  # `us-west-2-lax-1`.
2186
+ #
2187
+ # For Wavelength Zones, the name of the associated group, for example
2188
+ # `us-east-1-wl1-bos-wlz-1`.
2172
2189
  # @return [String]
2173
2190
  #
2174
2191
  # @!attribute [rw] network_border_group
2175
- # The name of the location from which the address is advertised.
2192
+ # The name of the network border group.
2176
2193
  # @return [String]
2177
2194
  #
2178
2195
  # @!attribute [rw] zone_type
2179
- # The type of zone. The valid values are `availability-zone` and
2180
- # `local-zone`.
2196
+ # The type of zone. The valid values are `availability-zone`,
2197
+ # `local-zone`, and `wavelength-zone`.
2181
2198
  # @return [String]
2182
2199
  #
2183
2200
  # @!attribute [rw] parent_zone_name
2184
- # The name of the zone that handles some of the Local Zone control
2185
- # plane operations, such as API calls.
2201
+ # The name of the zone that handles some of the Local Zone or
2202
+ # Wavelength Zone control plane operations, such as API calls.
2186
2203
  # @return [String]
2187
2204
  #
2188
2205
  # @!attribute [rw] parent_zone_id
2189
- # The ID of the zone that handles some of the Local Zone control plane
2190
- # operations, such as API calls.
2206
+ # The ID of the zone that handles some of the Local Zone or Wavelength
2207
+ # Zone control plane operations, such as API calls.
2191
2208
  # @return [String]
2192
2209
  #
2193
2210
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AvailabilityZone AWS API Documentation
@@ -2208,10 +2225,12 @@ module Aws::EC2
2208
2225
  include Aws::Structure
2209
2226
  end
2210
2227
 
2211
- # Describes a message about a Zone.
2228
+ # Describes a message about an Availability Zone, Local Zone, or
2229
+ # Wavelength Zone.
2212
2230
  #
2213
2231
  # @!attribute [rw] message
2214
- # The message about the Zone.
2232
+ # The message about the Availability Zone, Local Zone, or Wavelength
2233
+ # Zone.
2215
2234
  # @return [String]
2216
2235
  #
2217
2236
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AvailabilityZoneMessage AWS API Documentation
@@ -3066,6 +3085,26 @@ module Aws::EC2
3066
3085
  include Aws::Structure
3067
3086
  end
3068
3087
 
3088
+ # Describes a resource group to which a Capacity Reservation has been
3089
+ # added.
3090
+ #
3091
+ # @!attribute [rw] group_arn
3092
+ # The ARN of the resource group.
3093
+ # @return [String]
3094
+ #
3095
+ # @!attribute [rw] owner_id
3096
+ # The ID of the AWS account that owns the resource group.
3097
+ # @return [String]
3098
+ #
3099
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CapacityReservationGroup AWS API Documentation
3100
+ #
3101
+ class CapacityReservationGroup < Struct.new(
3102
+ :group_arn,
3103
+ :owner_id)
3104
+ SENSITIVE = []
3105
+ include Aws::Structure
3106
+ end
3107
+
3069
3108
  # Describes the strategy for using unused Capacity Reservations for
3070
3109
  # fulfilling On-Demand capacity.
3071
3110
  #
@@ -3170,7 +3209,8 @@ module Aws::EC2
3170
3209
  # instance to run as an On-Demand Instance or to run in any `open`
3171
3210
  # Capacity Reservation that has matching attributes (instance type,
3172
3211
  # platform, Availability Zone). Use the `CapacityReservationTarget`
3173
- # parameter to explicitly target a specific Capacity Reservation.
3212
+ # parameter to explicitly target a specific Capacity Reservation or a
3213
+ # Capacity Reservation group.
3174
3214
  #
3175
3215
  # @note When making an API call, you may pass CapacityReservationSpecification
3176
3216
  # data as a hash:
@@ -3179,6 +3219,7 @@ module Aws::EC2
3179
3219
  # capacity_reservation_preference: "open", # accepts open, none
3180
3220
  # capacity_reservation_target: {
3181
3221
  # capacity_reservation_id: "CapacityReservationId",
3222
+ # capacity_reservation_resource_group_arn: "String",
3182
3223
  # },
3183
3224
  # }
3184
3225
  #
@@ -3193,13 +3234,11 @@ module Aws::EC2
3193
3234
  # * `none` - The instance avoids running in a Capacity Reservation
3194
3235
  # even if one is available. The instance runs as an On-Demand
3195
3236
  # Instance.
3196
- #
3197
- # When `CapacityReservationPreference` is not specified, it defaults
3198
- # to `open`.
3199
3237
  # @return [String]
3200
3238
  #
3201
3239
  # @!attribute [rw] capacity_reservation_target
3202
- # Information about the target Capacity Reservation.
3240
+ # Information about the target Capacity Reservation or Capacity
3241
+ # Reservation group.
3203
3242
  # @return [Types::CapacityReservationTarget]
3204
3243
  #
3205
3244
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CapacityReservationSpecification AWS API Documentation
@@ -3217,7 +3256,8 @@ module Aws::EC2
3217
3256
  # if it is configured in run in any `open` Capacity Reservation that has
3218
3257
  # matching attributes (instance type, platform, Availability Zone). The
3219
3258
  # action returns the `capacityReservationTarget` response element if the
3220
- # instance explicily targets a specific Capacity Reservation.
3259
+ # instance explicily targets a specific Capacity Reservation or Capacity
3260
+ # Reservation group.
3221
3261
  #
3222
3262
  # @!attribute [rw] capacity_reservation_preference
3223
3263
  # Describes the instance's Capacity Reservation preferences. Possible
@@ -3232,7 +3272,8 @@ module Aws::EC2
3232
3272
  # @return [String]
3233
3273
  #
3234
3274
  # @!attribute [rw] capacity_reservation_target
3235
- # Information about the targeted Capacity Reservation.
3275
+ # Information about the targeted Capacity Reservation or Capacity
3276
+ # Reservation group.
3236
3277
  # @return [Types::CapacityReservationTargetResponse]
3237
3278
  #
3238
3279
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CapacityReservationSpecificationResponse AWS API Documentation
@@ -3244,37 +3285,83 @@ module Aws::EC2
3244
3285
  include Aws::Structure
3245
3286
  end
3246
3287
 
3247
- # Describes a target Capacity Reservation.
3288
+ # Describes a target Capacity Reservation or Capacity Reservation group.
3248
3289
  #
3249
3290
  # @note When making an API call, you may pass CapacityReservationTarget
3250
3291
  # data as a hash:
3251
3292
  #
3252
3293
  # {
3253
3294
  # capacity_reservation_id: "CapacityReservationId",
3295
+ # capacity_reservation_resource_group_arn: "String",
3254
3296
  # }
3255
3297
  #
3256
3298
  # @!attribute [rw] capacity_reservation_id
3257
- # The ID of the Capacity Reservation.
3299
+ # The ID of the Capacity Reservation in which to run the instance.
3300
+ # @return [String]
3301
+ #
3302
+ # @!attribute [rw] capacity_reservation_resource_group_arn
3303
+ # The ARN of the Capacity Reservation resource group in which to run
3304
+ # the instance.
3258
3305
  # @return [String]
3259
3306
  #
3260
3307
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CapacityReservationTarget AWS API Documentation
3261
3308
  #
3262
3309
  class CapacityReservationTarget < Struct.new(
3263
- :capacity_reservation_id)
3310
+ :capacity_reservation_id,
3311
+ :capacity_reservation_resource_group_arn)
3264
3312
  SENSITIVE = []
3265
3313
  include Aws::Structure
3266
3314
  end
3267
3315
 
3268
- # Describes a target Capacity Reservation.
3316
+ # Describes a target Capacity Reservation or Capacity Reservation group.
3269
3317
  #
3270
3318
  # @!attribute [rw] capacity_reservation_id
3271
- # The ID of the Capacity Reservation.
3319
+ # The ID of the targeted Capacity Reservation.
3320
+ # @return [String]
3321
+ #
3322
+ # @!attribute [rw] capacity_reservation_resource_group_arn
3323
+ # The ARN of the targeted Capacity Reservation group.
3272
3324
  # @return [String]
3273
3325
  #
3274
3326
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CapacityReservationTargetResponse AWS API Documentation
3275
3327
  #
3276
3328
  class CapacityReservationTargetResponse < Struct.new(
3277
- :capacity_reservation_id)
3329
+ :capacity_reservation_id,
3330
+ :capacity_reservation_resource_group_arn)
3331
+ SENSITIVE = []
3332
+ include Aws::Structure
3333
+ end
3334
+
3335
+ # Describes a carrier gateway.
3336
+ #
3337
+ # @!attribute [rw] carrier_gateway_id
3338
+ # The ID of the carrier gateway.
3339
+ # @return [String]
3340
+ #
3341
+ # @!attribute [rw] vpc_id
3342
+ # The ID of the VPC associated with the carrier gateway.
3343
+ # @return [String]
3344
+ #
3345
+ # @!attribute [rw] state
3346
+ # The state of the carrier gateway.
3347
+ # @return [String]
3348
+ #
3349
+ # @!attribute [rw] owner_id
3350
+ # The AWS account ID of the owner of the carrier gateway.
3351
+ # @return [String]
3352
+ #
3353
+ # @!attribute [rw] tags
3354
+ # The tags assigned to the carrier gateway.
3355
+ # @return [Array<Types::Tag>]
3356
+ #
3357
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CarrierGateway AWS API Documentation
3358
+ #
3359
+ class CarrierGateway < Struct.new(
3360
+ :carrier_gateway_id,
3361
+ :vpc_id,
3362
+ :state,
3363
+ :owner_id,
3364
+ :tags)
3278
3365
  SENSITIVE = []
3279
3366
  include Aws::Structure
3280
3367
  end
@@ -4624,7 +4711,7 @@ module Aws::EC2
4624
4711
  # {
4625
4712
  # client_token: "String",
4626
4713
  # instance_type: "String", # required
4627
- # instance_platform: "Linux/UNIX", # required, accepts Linux/UNIX, Red Hat Enterprise Linux, SUSE Linux, Windows, Windows with SQL Server, Windows with SQL Server Enterprise, Windows with SQL Server Standard, Windows with SQL Server Web, Linux with SQL Server Standard, Linux with SQL Server Web, Linux with SQL Server Enterprise
4714
+ # instance_platform: "Linux/UNIX", # required, accepts Linux/UNIX, Red Hat Enterprise Linux, SUSE Linux, Windows, Windows with SQL Server, Windows with SQL Server Enterprise, Windows with SQL Server Standard, Windows with SQL Server Web, Linux with SQL Server Standard, Linux with SQL Server Web, Linux with SQL Server Enterprise, Windows BYOL
4628
4715
  # availability_zone: "String",
4629
4716
  # availability_zone_id: "String",
4630
4717
  # tenancy: "default", # accepts default, dedicated
@@ -4653,8 +4740,6 @@ module Aws::EC2
4653
4740
  # idempotency of the request. For more information, see [How to Ensure
4654
4741
  # Idempotency][1].
4655
4742
  #
4656
- # Constraint: Maximum 64 ASCII characters.
4657
- #
4658
4743
  #
4659
4744
  #
4660
4745
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
@@ -4804,6 +4889,77 @@ module Aws::EC2
4804
4889
  include Aws::Structure
4805
4890
  end
4806
4891
 
4892
+ # @note When making an API call, you may pass CreateCarrierGatewayRequest
4893
+ # data as a hash:
4894
+ #
4895
+ # {
4896
+ # vpc_id: "VpcId", # required
4897
+ # tag_specifications: [
4898
+ # {
4899
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, 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, vpc-flow-log
4900
+ # tags: [
4901
+ # {
4902
+ # key: "String",
4903
+ # value: "String",
4904
+ # },
4905
+ # ],
4906
+ # },
4907
+ # ],
4908
+ # dry_run: false,
4909
+ # client_token: "String",
4910
+ # }
4911
+ #
4912
+ # @!attribute [rw] vpc_id
4913
+ # The ID of the VPC to associate with the carrier gateway.
4914
+ # @return [String]
4915
+ #
4916
+ # @!attribute [rw] tag_specifications
4917
+ # The tags to associate with the carrier gateway.
4918
+ # @return [Array<Types::TagSpecification>]
4919
+ #
4920
+ # @!attribute [rw] dry_run
4921
+ # Checks whether you have the required permissions for the action,
4922
+ # without actually making the request, and provides an error response.
4923
+ # If you have the required permissions, the error response is
4924
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
4925
+ # @return [Boolean]
4926
+ #
4927
+ # @!attribute [rw] client_token
4928
+ # Unique, case-sensitive identifier that you provide to ensure the
4929
+ # idempotency of the request. For more information, see [How to Ensure
4930
+ # Idempotency][1].
4931
+ #
4932
+ # **A suitable default value is auto-generated.** You should normally
4933
+ # not need to pass this option.
4934
+ #
4935
+ #
4936
+ #
4937
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
4938
+ # @return [String]
4939
+ #
4940
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateCarrierGatewayRequest AWS API Documentation
4941
+ #
4942
+ class CreateCarrierGatewayRequest < Struct.new(
4943
+ :vpc_id,
4944
+ :tag_specifications,
4945
+ :dry_run,
4946
+ :client_token)
4947
+ SENSITIVE = []
4948
+ include Aws::Structure
4949
+ end
4950
+
4951
+ # @!attribute [rw] carrier_gateway
4952
+ # Information about the carrier gateway.
4953
+ # @return [Types::CarrierGateway]
4954
+ #
4955
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateCarrierGatewayResult AWS API Documentation
4956
+ #
4957
+ class CreateCarrierGatewayResult < Struct.new(
4958
+ :carrier_gateway)
4959
+ SENSITIVE = []
4960
+ include Aws::Structure
4961
+ end
4962
+
4807
4963
  # @note When making an API call, you may pass CreateClientVpnEndpointRequest
4808
4964
  # data as a hash:
4809
4965
  #
@@ -5108,6 +5264,17 @@ module Aws::EC2
5108
5264
  # public_ip: "String",
5109
5265
  # certificate_arn: "String",
5110
5266
  # type: "ipsec.1", # required, accepts ipsec.1
5267
+ # tag_specifications: [
5268
+ # {
5269
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, 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, vpc-flow-log
5270
+ # tags: [
5271
+ # {
5272
+ # key: "String",
5273
+ # value: "String",
5274
+ # },
5275
+ # ],
5276
+ # },
5277
+ # ],
5111
5278
  # device_name: "String",
5112
5279
  # dry_run: false,
5113
5280
  # }
@@ -5132,6 +5299,10 @@ module Aws::EC2
5132
5299
  # (`ipsec.1`).
5133
5300
  # @return [String]
5134
5301
  #
5302
+ # @!attribute [rw] tag_specifications
5303
+ # The tags to apply to the customer gateway.
5304
+ # @return [Array<Types::TagSpecification>]
5305
+ #
5135
5306
  # @!attribute [rw] device_name
5136
5307
  # A name for the customer gateway device.
5137
5308
  #
@@ -5152,6 +5323,7 @@ module Aws::EC2
5152
5323
  :public_ip,
5153
5324
  :certificate_arn,
5154
5325
  :type,
5326
+ :tag_specifications,
5155
5327
  :device_name,
5156
5328
  :dry_run)
5157
5329
  SENSITIVE = []
@@ -6256,6 +6428,7 @@ module Aws::EC2
6256
6428
  # ],
6257
6429
  # network_interfaces: [
6258
6430
  # {
6431
+ # associate_carrier_ip_address: false,
6259
6432
  # associate_public_ip_address: false,
6260
6433
  # delete_on_termination: false,
6261
6434
  # description: "String",
@@ -6345,6 +6518,7 @@ module Aws::EC2
6345
6518
  # capacity_reservation_preference: "open", # accepts open, none
6346
6519
  # capacity_reservation_target: {
6347
6520
  # capacity_reservation_id: "CapacityReservationId",
6521
+ # capacity_reservation_resource_group_arn: "String",
6348
6522
  # },
6349
6523
  # },
6350
6524
  # license_specifications: [
@@ -6476,6 +6650,7 @@ module Aws::EC2
6476
6650
  # ],
6477
6651
  # network_interfaces: [
6478
6652
  # {
6653
+ # associate_carrier_ip_address: false,
6479
6654
  # associate_public_ip_address: false,
6480
6655
  # delete_on_termination: false,
6481
6656
  # description: "String",
@@ -6565,6 +6740,7 @@ module Aws::EC2
6565
6740
  # capacity_reservation_preference: "open", # accepts open, none
6566
6741
  # capacity_reservation_target: {
6567
6742
  # capacity_reservation_id: "CapacityReservationId",
6743
+ # capacity_reservation_resource_group_arn: "String",
6568
6744
  # },
6569
6745
  # },
6570
6746
  # license_specifications: [
@@ -7488,6 +7664,7 @@ module Aws::EC2
7488
7664
  # nat_gateway_id: "NatGatewayId",
7489
7665
  # transit_gateway_id: "TransitGatewayId",
7490
7666
  # local_gateway_id: "LocalGatewayId",
7667
+ # carrier_gateway_id: "CarrierGatewayId",
7491
7668
  # network_interface_id: "NetworkInterfaceId",
7492
7669
  # route_table_id: "RouteTableId", # required
7493
7670
  # vpc_peering_connection_id: "VpcPeeringConnectionId",
@@ -7543,6 +7720,13 @@ module Aws::EC2
7543
7720
  # The ID of the local gateway.
7544
7721
  # @return [String]
7545
7722
  #
7723
+ # @!attribute [rw] carrier_gateway_id
7724
+ # The ID of the carrier gateway.
7725
+ #
7726
+ # You can only use this option when the VPC contains a subnet which is
7727
+ # associated with a Wavelength Zone.
7728
+ # @return [String]
7729
+ #
7546
7730
  # @!attribute [rw] network_interface_id
7547
7731
  # The ID of a network interface.
7548
7732
  # @return [String]
@@ -7568,6 +7752,7 @@ module Aws::EC2
7568
7752
  :nat_gateway_id,
7569
7753
  :transit_gateway_id,
7570
7754
  :local_gateway_id,
7755
+ :carrier_gateway_id,
7571
7756
  :network_interface_id,
7572
7757
  :route_table_id,
7573
7758
  :vpc_peering_connection_id)
@@ -9717,6 +9902,17 @@ module Aws::EC2
9717
9902
  # },
9718
9903
  # ],
9719
9904
  # },
9905
+ # tag_specifications: [
9906
+ # {
9907
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, 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, vpc-flow-log
9908
+ # tags: [
9909
+ # {
9910
+ # key: "String",
9911
+ # value: "String",
9912
+ # },
9913
+ # ],
9914
+ # },
9915
+ # ],
9720
9916
  # }
9721
9917
  #
9722
9918
  # @!attribute [rw] customer_gateway_id
@@ -9748,6 +9944,10 @@ module Aws::EC2
9748
9944
  # The options for the VPN connection.
9749
9945
  # @return [Types::VpnConnectionOptionsSpecification]
9750
9946
  #
9947
+ # @!attribute [rw] tag_specifications
9948
+ # The tags to apply to the VPN connection.
9949
+ # @return [Array<Types::TagSpecification>]
9950
+ #
9751
9951
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateVpnConnectionRequest AWS API Documentation
9752
9952
  #
9753
9953
  class CreateVpnConnectionRequest < Struct.new(
@@ -9756,7 +9956,8 @@ module Aws::EC2
9756
9956
  :vpn_gateway_id,
9757
9957
  :transit_gateway_id,
9758
9958
  :dry_run,
9759
- :options)
9959
+ :options,
9960
+ :tag_specifications)
9760
9961
  SENSITIVE = []
9761
9962
  include Aws::Structure
9762
9963
  end
@@ -9811,6 +10012,17 @@ module Aws::EC2
9811
10012
  # {
9812
10013
  # availability_zone: "String",
9813
10014
  # type: "ipsec.1", # required, accepts ipsec.1
10015
+ # tag_specifications: [
10016
+ # {
10017
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, 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, vpc-flow-log
10018
+ # tags: [
10019
+ # {
10020
+ # key: "String",
10021
+ # value: "String",
10022
+ # },
10023
+ # ],
10024
+ # },
10025
+ # ],
9814
10026
  # amazon_side_asn: 1,
9815
10027
  # dry_run: false,
9816
10028
  # }
@@ -9823,6 +10035,10 @@ module Aws::EC2
9823
10035
  # The type of VPN connection this virtual private gateway supports.
9824
10036
  # @return [String]
9825
10037
  #
10038
+ # @!attribute [rw] tag_specifications
10039
+ # The tags to apply to the virtual private gateway.
10040
+ # @return [Array<Types::TagSpecification>]
10041
+ #
9826
10042
  # @!attribute [rw] amazon_side_asn
9827
10043
  # A private Autonomous System Number (ASN) for the Amazon side of a
9828
10044
  # BGP session. If you're using a 16-bit ASN, it must be in the 64512
@@ -9844,6 +10060,7 @@ module Aws::EC2
9844
10060
  class CreateVpnGatewayRequest < Struct.new(
9845
10061
  :availability_zone,
9846
10062
  :type,
10063
+ :tag_specifications,
9847
10064
  :amazon_side_asn,
9848
10065
  :dry_run)
9849
10066
  SENSITIVE = []
@@ -9955,6 +10172,46 @@ module Aws::EC2
9955
10172
  include Aws::Structure
9956
10173
  end
9957
10174
 
10175
+ # @note When making an API call, you may pass DeleteCarrierGatewayRequest
10176
+ # data as a hash:
10177
+ #
10178
+ # {
10179
+ # carrier_gateway_id: "CarrierGatewayId", # required
10180
+ # dry_run: false,
10181
+ # }
10182
+ #
10183
+ # @!attribute [rw] carrier_gateway_id
10184
+ # The ID of the carrier gateway.
10185
+ # @return [String]
10186
+ #
10187
+ # @!attribute [rw] dry_run
10188
+ # Checks whether you have the required permissions for the action,
10189
+ # without actually making the request, and provides an error response.
10190
+ # If you have the required permissions, the error response is
10191
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
10192
+ # @return [Boolean]
10193
+ #
10194
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteCarrierGatewayRequest AWS API Documentation
10195
+ #
10196
+ class DeleteCarrierGatewayRequest < Struct.new(
10197
+ :carrier_gateway_id,
10198
+ :dry_run)
10199
+ SENSITIVE = []
10200
+ include Aws::Structure
10201
+ end
10202
+
10203
+ # @!attribute [rw] carrier_gateway
10204
+ # Information about the carrier gateway.
10205
+ # @return [Types::CarrierGateway]
10206
+ #
10207
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteCarrierGatewayResult AWS API Documentation
10208
+ #
10209
+ class DeleteCarrierGatewayResult < Struct.new(
10210
+ :carrier_gateway)
10211
+ SENSITIVE = []
10212
+ include Aws::Structure
10213
+ end
10214
+
9958
10215
  # @note When making an API call, you may pass DeleteClientVpnEndpointRequest
9959
10216
  # data as a hash:
9960
10217
  #
@@ -12257,8 +12514,8 @@ module Aws::EC2
12257
12514
  # * `instance-id` - The ID of the instance the address is associated
12258
12515
  # with, if any.
12259
12516
  #
12260
- # * `network-border-group` - The location from where the IP address is
12261
- # advertised.
12517
+ # * `network-border-group` - A unique set of Availability Zones, Local
12518
+ # Zones, or Wavelength Zones from where AWS advertises IP addresses.
12262
12519
  #
12263
12520
  # * `network-interface-id` - \[EC2-VPC\] The ID of the network
12264
12521
  # interface that the address is associated with, if any.
@@ -12268,7 +12525,7 @@ module Aws::EC2
12268
12525
  # * `private-ip-address` - \[EC2-VPC\] The private IP address
12269
12526
  # associated with the Elastic IP address.
12270
12527
  #
12271
- # * `public-ip` - The Elastic IP address.
12528
+ # * `public-ip` - The Elastic IP address, or the carrier IP address.
12272
12529
  #
12273
12530
  # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned
12274
12531
  # to the resource. Use the tag key in the filter name and the tag
@@ -12383,45 +12640,56 @@ module Aws::EC2
12383
12640
  #
12384
12641
  # * `group-name` - For Availability Zones, use the Region name. For
12385
12642
  # Local Zones, use the name of the group associated with the Local
12386
- # Zone (for example, `us-west-2-lax-1`).
12643
+ # Zone (for example, `us-west-2-lax-1`) For Wavelength Zones, use
12644
+ # the name of the group associated with the Wavelength Zone (for
12645
+ # example, `us-east-1-wl1-bos-wlz-1`).
12387
12646
  #
12388
12647
  # * `message` - The Zone message.
12389
12648
  #
12390
- # * `opt-in-status` - The opt in status (`opted-in`, and
12649
+ # * `opt-in-status` - The opt-in status (`opted-in`, and
12391
12650
  # `not-opted-in` \| `opt-in-not-required`).
12392
12651
  #
12393
- # * The ID of the zone that handles some of the Local Zone control
12394
- # plane operations, such as API calls.
12652
+ # * `parent-zoneID` - The ID of the zone that handles some of the
12653
+ # Local Zone and Wavelength Zone control plane operations, such as
12654
+ # API calls.
12655
+ #
12656
+ # * `parent-zoneName` - The ID of the zone that handles some of the
12657
+ # Local Zone and Wavelength Zone control plane operations, such as
12658
+ # API calls.
12395
12659
  #
12396
12660
  # * `region-name` - The name of the Region for the Zone (for example,
12397
12661
  # `us-east-1`).
12398
12662
  #
12399
- # * `state` - The state of the Availability Zone or Local Zone
12400
- # (`available` \| `information` \| `impaired` \| `unavailable`).
12663
+ # * `state` - The state of the Availability Zone, the Local Zone, or
12664
+ # the Wavelength Zone (`available` \| `information` \| `impaired` \|
12665
+ # `unavailable`).
12401
12666
  #
12402
12667
  # * `zone-id` - The ID of the Availability Zone (for example,
12403
- # `use1-az1`) or the Local Zone (for example, use `usw2-lax1-az1`).
12668
+ # `use1-az1`), the Local Zone (for example, `usw2-lax1-az1`), or the
12669
+ # Wavelength Zone (for example, `us-east-1-wl1-bos-wlz-1`).
12404
12670
  #
12405
12671
  # * `zone-type` - The type of zone, for example, `local-zone`.
12406
12672
  #
12407
12673
  # * `zone-name` - The name of the Availability Zone (for example,
12408
- # `us-east-1a`) or the Local Zone (for example, use
12409
- # `us-west-2-lax-1a`).
12674
+ # `us-east-1a`), the Local Zone (for example, `us-west-2-lax-1a`),
12675
+ # or the Wavelength Zone (for example, `us-east-1-wl1-bos-wlz-1`).
12410
12676
  #
12411
12677
  # * `zone-type` - The type of zone, for example, `local-zone`.
12412
12678
  # @return [Array<Types::Filter>]
12413
12679
  #
12414
12680
  # @!attribute [rw] zone_names
12415
- # The names of the Zones.
12681
+ # The names of the Availability Zones, Local Zones, and Wavelength
12682
+ # Zones.
12416
12683
  # @return [Array<String>]
12417
12684
  #
12418
12685
  # @!attribute [rw] zone_ids
12419
- # The IDs of the Zones.
12686
+ # The IDs of the Availability Zones, Local Zones, and Wavelength
12687
+ # Zones.
12420
12688
  # @return [Array<String>]
12421
12689
  #
12422
12690
  # @!attribute [rw] all_availability_zones
12423
- # Include all Availability Zones and Local Zones regardless of your
12424
- # opt in status.
12691
+ # Include all Availability Zones, Local Zones, and Wavelength Zones
12692
+ # regardless of your opt-in status.
12425
12693
  #
12426
12694
  # If you do not use this parameter, the results include only the zones
12427
12695
  # for the Regions where you have chosen the option to opt in.
@@ -12447,7 +12715,8 @@ module Aws::EC2
12447
12715
  end
12448
12716
 
12449
12717
  # @!attribute [rw] availability_zones
12450
- # Information about the Zones.
12718
+ # Information about the Availability Zones, Local Zones, and
12719
+ # Wavelength Zones.
12451
12720
  # @return [Array<Types::AvailabilityZone>]
12452
12721
  #
12453
12722
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeAvailabilityZonesResult AWS API Documentation
@@ -12610,13 +12879,15 @@ module Aws::EC2
12610
12879
  # @return [Array<String>]
12611
12880
  #
12612
12881
  # @!attribute [rw] next_token
12613
- # The token to retrieve the next page of results.
12882
+ # The token to use to retrieve the next page of results.
12614
12883
  # @return [String]
12615
12884
  #
12616
12885
  # @!attribute [rw] max_results
12617
12886
  # The maximum number of results to return for the request in a single
12618
12887
  # page. The remaining results can be seen by sending another request
12619
- # with the returned nextToken value.
12888
+ # with the returned `nextToken` value. This value can be between 5 and
12889
+ # 500. If `maxResults` is given a larger value than 500, you receive
12890
+ # an error.
12620
12891
  # @return [Integer]
12621
12892
  #
12622
12893
  # @!attribute [rw] filters
@@ -12739,6 +13010,97 @@ module Aws::EC2
12739
13010
  include Aws::Structure
12740
13011
  end
12741
13012
 
13013
+ # @note When making an API call, you may pass DescribeCarrierGatewaysRequest
13014
+ # data as a hash:
13015
+ #
13016
+ # {
13017
+ # carrier_gateway_ids: ["CarrierGatewayId"],
13018
+ # filters: [
13019
+ # {
13020
+ # name: "String",
13021
+ # values: ["String"],
13022
+ # },
13023
+ # ],
13024
+ # max_results: 1,
13025
+ # next_token: "String",
13026
+ # dry_run: false,
13027
+ # }
13028
+ #
13029
+ # @!attribute [rw] carrier_gateway_ids
13030
+ # One or more carrier gateway IDs.
13031
+ # @return [Array<String>]
13032
+ #
13033
+ # @!attribute [rw] filters
13034
+ # One or more filters.
13035
+ #
13036
+ # * `carrier-gateway-id` - The ID of the carrier gateway.
13037
+ #
13038
+ # * `state` - The state of the carrier gateway (`pending` \| `failed`
13039
+ # \| `available` \| `deleting` \| `deleted`).
13040
+ #
13041
+ # * `owner-id` - The AWS account ID of the owner of the carrier
13042
+ # gateway.
13043
+ #
13044
+ # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned
13045
+ # to the resource. Use the tag key in the filter name and the tag
13046
+ # value as the filter value. For example, to find all resources that
13047
+ # have a tag with the key `Owner` and the value `TeamA`, specify
13048
+ # `tag:Owner` for the filter name and `TeamA` for the filter value.
13049
+ #
13050
+ # * `tag-key` - The key of a tag assigned to the resource. Use this
13051
+ # filter to find all resources assigned a tag with a specific key,
13052
+ # regardless of the tag value.
13053
+ #
13054
+ # * `vpc-id` - The ID of the VPC associated with the carrier gateway.
13055
+ # @return [Array<Types::Filter>]
13056
+ #
13057
+ # @!attribute [rw] max_results
13058
+ # The maximum number of results to return with a single call. To
13059
+ # retrieve the remaining results, make another call with the returned
13060
+ # `nextToken` value.
13061
+ # @return [Integer]
13062
+ #
13063
+ # @!attribute [rw] next_token
13064
+ # The token for the next page of results.
13065
+ # @return [String]
13066
+ #
13067
+ # @!attribute [rw] dry_run
13068
+ # Checks whether you have the required permissions for the action,
13069
+ # without actually making the request, and provides an error response.
13070
+ # If you have the required permissions, the error response is
13071
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
13072
+ # @return [Boolean]
13073
+ #
13074
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeCarrierGatewaysRequest AWS API Documentation
13075
+ #
13076
+ class DescribeCarrierGatewaysRequest < Struct.new(
13077
+ :carrier_gateway_ids,
13078
+ :filters,
13079
+ :max_results,
13080
+ :next_token,
13081
+ :dry_run)
13082
+ SENSITIVE = []
13083
+ include Aws::Structure
13084
+ end
13085
+
13086
+ # @!attribute [rw] carrier_gateways
13087
+ # Information about the carrier gateway.
13088
+ # @return [Array<Types::CarrierGateway>]
13089
+ #
13090
+ # @!attribute [rw] next_token
13091
+ # The token to use to retrieve the next page of results. This value is
13092
+ # `null` when there are no more results to return.
13093
+ # @return [String]
13094
+ #
13095
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeCarrierGatewaysResult AWS API Documentation
13096
+ #
13097
+ class DescribeCarrierGatewaysResult < Struct.new(
13098
+ :carrier_gateways,
13099
+ :next_token)
13100
+ SENSITIVE = []
13101
+ include Aws::Structure
13102
+ end
13103
+
12742
13104
  # @note When making an API call, you may pass DescribeClassicLinkInstancesRequest
12743
13105
  # data as a hash:
12744
13106
  #
@@ -23939,7 +24301,7 @@ module Aws::EC2
23939
24301
  # Cloud User Guide*.
23940
24302
  #
23941
24303
  # Constraints: Range is 100-16,000 IOPS for `gp2` volumes and 100 to
23942
- # 64,000IOPS for `io1` volumes in most Regions. Maximum `io1` IOPS of
24304
+ # 64,000 IOPS for `io1` volumes in most Regions. Maximum `io1` IOPS of
23943
24305
  # 64,000 is guaranteed only on [Nitro-based instances][2]. Other
23944
24306
  # instance families guarantee performance up to 32,000 IOPS. For more
23945
24307
  # information, see [Amazon EBS Volume Types][1] in the *Amazon Elastic
@@ -26368,13 +26730,15 @@ module Aws::EC2
26368
26730
  # @return [String]
26369
26731
  #
26370
26732
  # @!attribute [rw] next_token
26371
- # The token to retrieve the next page of results.
26733
+ # The token to use to retrieve the next page of results.
26372
26734
  # @return [String]
26373
26735
  #
26374
26736
  # @!attribute [rw] max_results
26375
26737
  # The maximum number of results to return for the request in a single
26376
26738
  # page. The remaining results can be seen by sending another request
26377
- # with the returned nextToken value.
26739
+ # with the returned `nextToken` value. This value can be between 5 and
26740
+ # 500. If `maxResults` is given a larger value than 500, you receive
26741
+ # an error.
26378
26742
  #
26379
26743
  # Valid range: Minimum value of 1. Maximum value of 1000.
26380
26744
  # @return [Integer]
@@ -26776,6 +27140,69 @@ module Aws::EC2
26776
27140
  include Aws::Structure
26777
27141
  end
26778
27142
 
27143
+ # @note When making an API call, you may pass GetGroupsForCapacityReservationRequest
27144
+ # data as a hash:
27145
+ #
27146
+ # {
27147
+ # capacity_reservation_id: "CapacityReservationId", # required
27148
+ # next_token: "String",
27149
+ # max_results: 1,
27150
+ # dry_run: false,
27151
+ # }
27152
+ #
27153
+ # @!attribute [rw] capacity_reservation_id
27154
+ # The ID of the Capacity Reservation.
27155
+ # @return [String]
27156
+ #
27157
+ # @!attribute [rw] next_token
27158
+ # The token to use to retrieve the next page of results.
27159
+ # @return [String]
27160
+ #
27161
+ # @!attribute [rw] max_results
27162
+ # The maximum number of results to return for the request in a single
27163
+ # page. The remaining results can be seen by sending another request
27164
+ # with the returned `nextToken` value. This value can be between 5 and
27165
+ # 500. If `maxResults` is given a larger value than 500, you receive
27166
+ # an error.
27167
+ # @return [Integer]
27168
+ #
27169
+ # @!attribute [rw] dry_run
27170
+ # Checks whether you have the required permissions for the action,
27171
+ # without actually making the request, and provides an error response.
27172
+ # If you have the required permissions, the error response is
27173
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
27174
+ # @return [Boolean]
27175
+ #
27176
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetGroupsForCapacityReservationRequest AWS API Documentation
27177
+ #
27178
+ class GetGroupsForCapacityReservationRequest < Struct.new(
27179
+ :capacity_reservation_id,
27180
+ :next_token,
27181
+ :max_results,
27182
+ :dry_run)
27183
+ SENSITIVE = []
27184
+ include Aws::Structure
27185
+ end
27186
+
27187
+ # @!attribute [rw] next_token
27188
+ # The token to use to retrieve the next page of results. This value is
27189
+ # `null` when there are no more results to return.
27190
+ # @return [String]
27191
+ #
27192
+ # @!attribute [rw] capacity_reservation_groups
27193
+ # Information about the resource groups to which the Capacity
27194
+ # Reservation has been added.
27195
+ # @return [Array<Types::CapacityReservationGroup>]
27196
+ #
27197
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetGroupsForCapacityReservationResult AWS API Documentation
27198
+ #
27199
+ class GetGroupsForCapacityReservationResult < Struct.new(
27200
+ :next_token,
27201
+ :capacity_reservation_groups)
27202
+ SENSITIVE = []
27203
+ include Aws::Structure
27204
+ end
27205
+
26779
27206
  # @note When making an API call, you may pass GetHostReservationPurchasePreviewRequest
26780
27207
  # data as a hash:
26781
27208
  #
@@ -29619,7 +30046,11 @@ module Aws::EC2
29619
30046
  # @return [String]
29620
30047
  #
29621
30048
  # @!attribute [rw] public_ip_address
29622
- # The public IPv4 address assigned to the instance, if applicable.
30049
+ # The public IPv4 address, or the Carrier IP address assigned to the
30050
+ # instance, if applicable.
30051
+ #
30052
+ # A Carrier IP address only applies to an instance launched in a
30053
+ # subnet associated with a Wavelength Zone.
29623
30054
  # @return [String]
29624
30055
  #
29625
30056
  # @!attribute [rw] ramdisk_id
@@ -30428,6 +30859,10 @@ module Aws::EC2
30428
30859
 
30429
30860
  # Describes association information for an Elastic IP address (IPv4).
30430
30861
  #
30862
+ # @!attribute [rw] carrier_ip
30863
+ # The carrier IP address associated with the network interface.
30864
+ # @return [String]
30865
+ #
30431
30866
  # @!attribute [rw] ip_owner_id
30432
30867
  # The ID of the owner of the Elastic IP address.
30433
30868
  # @return [String]
@@ -30444,6 +30879,7 @@ module Aws::EC2
30444
30879
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/InstanceNetworkInterfaceAssociation AWS API Documentation
30445
30880
  #
30446
30881
  class InstanceNetworkInterfaceAssociation < Struct.new(
30882
+ :carrier_ip,
30447
30883
  :ip_owner_id,
30448
30884
  :public_dns_name,
30449
30885
  :public_ip)
@@ -30514,6 +30950,7 @@ module Aws::EC2
30514
30950
  # ],
30515
30951
  # secondary_private_ip_address_count: 1,
30516
30952
  # subnet_id: "String",
30953
+ # associate_carrier_ip_address: false,
30517
30954
  # interface_type: "String",
30518
30955
  # }
30519
30956
  #
@@ -30611,6 +31048,16 @@ module Aws::EC2
30611
31048
  # only if creating a network interface when launching an instance.
30612
31049
  # @return [String]
30613
31050
  #
31051
+ # @!attribute [rw] associate_carrier_ip_address
31052
+ # Indicates whether to assign a carrier IP address to the network
31053
+ # interface.
31054
+ #
31055
+ # You can only assign a carrier IP address to a network interface that
31056
+ # is in a subnet in a Wavelength Zone. For more information about
31057
+ # carrier IP addresses, see Carrier IP addresses in the AWS Wavelength
31058
+ # Developer Guide.
31059
+ # @return [Boolean]
31060
+ #
30614
31061
  # @!attribute [rw] interface_type
30615
31062
  # The type of network interface. To create an Elastic Fabric Adapter
30616
31063
  # (EFA), specify `efa`. For more information, see [Elastic Fabric
@@ -30641,6 +31088,7 @@ module Aws::EC2
30641
31088
  :private_ip_addresses,
30642
31089
  :secondary_private_ip_address_count,
30643
31090
  :subnet_id,
31091
+ :associate_carrier_ip_address,
30644
31092
  :interface_type)
30645
31093
  SENSITIVE = []
30646
31094
  include Aws::Structure
@@ -31812,7 +32260,8 @@ module Aws::EC2
31812
32260
  # run in On-Demand capacity or to run in any `open` Capacity Reservation
31813
32261
  # that has matching attributes (instance type, platform, Availability
31814
32262
  # Zone). Use the `CapacityReservationTarget` parameter to explicitly
31815
- # target a specific Capacity Reservation.
32263
+ # target a specific Capacity Reservation or a Capacity Reservation
32264
+ # group.
31816
32265
  #
31817
32266
  # @note When making an API call, you may pass LaunchTemplateCapacityReservationSpecificationRequest
31818
32267
  # data as a hash:
@@ -31821,6 +32270,7 @@ module Aws::EC2
31821
32270
  # capacity_reservation_preference: "open", # accepts open, none
31822
32271
  # capacity_reservation_target: {
31823
32272
  # capacity_reservation_id: "CapacityReservationId",
32273
+ # capacity_reservation_resource_group_arn: "String",
31824
32274
  # },
31825
32275
  # }
31826
32276
  #
@@ -31837,7 +32287,8 @@ module Aws::EC2
31837
32287
  # @return [String]
31838
32288
  #
31839
32289
  # @!attribute [rw] capacity_reservation_target
31840
- # Information about the target Capacity Reservation.
32290
+ # Information about the target Capacity Reservation or Capacity
32291
+ # Reservation group.
31841
32292
  # @return [Types::CapacityReservationTarget]
31842
32293
  #
31843
32294
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LaunchTemplateCapacityReservationSpecificationRequest AWS API Documentation
@@ -31864,7 +32315,8 @@ module Aws::EC2
31864
32315
  # @return [String]
31865
32316
  #
31866
32317
  # @!attribute [rw] capacity_reservation_target
31867
- # Information about the target Capacity Reservation.
32318
+ # Information about the target Capacity Reservation or Capacity
32319
+ # Reservation group.
31868
32320
  # @return [Types::CapacityReservationTargetResponse]
31869
32321
  #
31870
32322
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LaunchTemplateCapacityReservationSpecificationResponse AWS API Documentation
@@ -32424,6 +32876,20 @@ module Aws::EC2
32424
32876
 
32425
32877
  # Describes a network interface.
32426
32878
  #
32879
+ # @!attribute [rw] associate_carrier_ip_address
32880
+ # Indicates whether to associate a Carrier IP address with eth0 for a
32881
+ # new network interface.
32882
+ #
32883
+ # Use this option when you launch an instance in a Wavelength Zone and
32884
+ # want to associate a Carrier IP address with the network interface.
32885
+ # For more information about Carrier IP addresses, see [Carrier IP
32886
+ # addresses][1] in the *AWS Wavelength Developer Guide*.
32887
+ #
32888
+ #
32889
+ #
32890
+ # [1]: https://docs.aws.amazon.com/wavelength/latest/developerguide/how-wavelengths-work.html#provider-owned-ip
32891
+ # @return [Boolean]
32892
+ #
32427
32893
  # @!attribute [rw] associate_public_ip_address
32428
32894
  # Indicates whether to associate a public IPv4 address with eth0 for a
32429
32895
  # new network interface.
@@ -32482,6 +32948,7 @@ module Aws::EC2
32482
32948
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LaunchTemplateInstanceNetworkInterfaceSpecification AWS API Documentation
32483
32949
  #
32484
32950
  class LaunchTemplateInstanceNetworkInterfaceSpecification < Struct.new(
32951
+ :associate_carrier_ip_address,
32485
32952
  :associate_public_ip_address,
32486
32953
  :delete_on_termination,
32487
32954
  :description,
@@ -32505,6 +32972,7 @@ module Aws::EC2
32505
32972
  # data as a hash:
32506
32973
  #
32507
32974
  # {
32975
+ # associate_carrier_ip_address: false,
32508
32976
  # associate_public_ip_address: false,
32509
32977
  # delete_on_termination: false,
32510
32978
  # description: "String",
@@ -32529,6 +32997,20 @@ module Aws::EC2
32529
32997
  # subnet_id: "SubnetId",
32530
32998
  # }
32531
32999
  #
33000
+ # @!attribute [rw] associate_carrier_ip_address
33001
+ # Associates a Carrier IP address with eth0 for a new network
33002
+ # interface.
33003
+ #
33004
+ # Use this option when you launch an instance in a Wavelength Zone and
33005
+ # want to associate a Carrier IP address with the network interface.
33006
+ # For more information about Carrier IP addresses, see [Carrier IP
33007
+ # addresses][1] in the *AWS Wavelength Developer Guide*.
33008
+ #
33009
+ #
33010
+ #
33011
+ # [1]: https://docs.aws.amazon.com/wavelength/latest/developerguide/how-wavelengths-work.html#provider-owned-ip
33012
+ # @return [Boolean]
33013
+ #
32532
33014
  # @!attribute [rw] associate_public_ip_address
32533
33015
  # Associates a public IPv4 address with eth0 for a new network
32534
33016
  # interface.
@@ -32603,6 +33085,7 @@ module Aws::EC2
32603
33085
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LaunchTemplateInstanceNetworkInterfaceSpecificationRequest AWS API Documentation
32604
33086
  #
32605
33087
  class LaunchTemplateInstanceNetworkInterfaceSpecificationRequest < Struct.new(
33088
+ :associate_carrier_ip_address,
32606
33089
  :associate_public_ip_address,
32607
33090
  :delete_on_termination,
32608
33091
  :description,
@@ -33608,13 +34091,15 @@ module Aws::EC2
33608
34091
  # }
33609
34092
  #
33610
34093
  # @!attribute [rw] group_name
33611
- # The name of the Availability Zone Group.
34094
+ # The name of the Availability Zone group, Local Zone group, or
34095
+ # Wavelength Zone group.
33612
34096
  # @return [String]
33613
34097
  #
33614
34098
  # @!attribute [rw] opt_in_status
33615
- # Indicates whether to enable or disable membership. The valid values
33616
- # are `opted-in`. You must contact [AWS Support][1] to disable an
33617
- # Availability Zone group.
34099
+ # Indicates whether you are opted in to the Local Zone group or
34100
+ # Wavelength Zone group. The only valid value is `opted-in`. You must
34101
+ # contact [AWS Support][1] to opt out of a Local Zone group, or
34102
+ # Wavelength Zone group.
33618
34103
  #
33619
34104
  #
33620
34105
  #
@@ -34593,6 +35078,7 @@ module Aws::EC2
34593
35078
  # capacity_reservation_preference: "open", # accepts open, none
34594
35079
  # capacity_reservation_target: {
34595
35080
  # capacity_reservation_id: "CapacityReservationId",
35081
+ # capacity_reservation_resource_group_arn: "String",
34596
35082
  # },
34597
35083
  # },
34598
35084
  # dry_run: false,
@@ -35328,10 +35814,6 @@ module Aws::EC2
35328
35814
  # value: false,
35329
35815
  # },
35330
35816
  # subnet_id: "SubnetId", # required
35331
- # map_customer_owned_ip_on_launch: {
35332
- # value: false,
35333
- # },
35334
- # customer_owned_ipv_4_pool: "CoipPoolId",
35335
35817
  # }
35336
35818
  #
35337
35819
  # @!attribute [rw] assign_ipv_6_address_on_creation
@@ -35355,30 +35837,12 @@ module Aws::EC2
35355
35837
  # The ID of the subnet.
35356
35838
  # @return [String]
35357
35839
  #
35358
- # @!attribute [rw] map_customer_owned_ip_on_launch
35359
- # Specify `true` to indicate that network interfaces attached to
35360
- # instances created in the specified subnet should be assigned a
35361
- # customer-owned IPv4 address.
35362
- #
35363
- # When this value is `true`, you must specify the customer-owned IP
35364
- # pool using `CustomerOwnedIpv4Pool`.
35365
- # @return [Types::AttributeBooleanValue]
35366
- #
35367
- # @!attribute [rw] customer_owned_ipv_4_pool
35368
- # The customer-owned IPv4 address pool associated with the subnet.
35369
- #
35370
- # You must set this value when you specify `true` for
35371
- # `MapCustomerOwnedIpOnLaunch`.
35372
- # @return [String]
35373
- #
35374
35840
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifySubnetAttributeRequest AWS API Documentation
35375
35841
  #
35376
35842
  class ModifySubnetAttributeRequest < Struct.new(
35377
35843
  :assign_ipv_6_address_on_creation,
35378
35844
  :map_public_ip_on_launch,
35379
- :subnet_id,
35380
- :map_customer_owned_ip_on_launch,
35381
- :customer_owned_ipv_4_pool)
35845
+ :subnet_id)
35382
35846
  SENSITIVE = []
35383
35847
  include Aws::Structure
35384
35848
  end
@@ -37262,7 +37726,8 @@ module Aws::EC2
37262
37726
  end
37263
37727
 
37264
37728
  # Describes association information for an Elastic IP address (IPv4
37265
- # only).
37729
+ # only), or a Carrier IP address (for a network interface which resides
37730
+ # in a subnet in a Wavelength Zone).
37266
37731
  #
37267
37732
  # @!attribute [rw] allocation_id
37268
37733
  # The allocation ID.
@@ -37281,8 +37746,15 @@ module Aws::EC2
37281
37746
  # @return [String]
37282
37747
  #
37283
37748
  # @!attribute [rw] public_ip
37284
- # The address of the Elastic IP address bound to the network
37285
- # interface.
37749
+ # The address of the Elastic IP address or Carrier IP address bound to
37750
+ # the network interface.
37751
+ # @return [String]
37752
+ #
37753
+ # @!attribute [rw] carrier_ip
37754
+ # The carrier IP address associated with the network interface.
37755
+ #
37756
+ # This option is only available when the network interface is in a
37757
+ # subnet which is associated with a Wavelength Zone.
37286
37758
  # @return [String]
37287
37759
  #
37288
37760
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/NetworkInterfaceAssociation AWS API Documentation
@@ -37292,7 +37764,8 @@ module Aws::EC2
37292
37764
  :association_id,
37293
37765
  :ip_owner_id,
37294
37766
  :public_dns_name,
37295
- :public_ip)
37767
+ :public_ip,
37768
+ :carrier_ip)
37296
37769
  SENSITIVE = []
37297
37770
  include Aws::Structure
37298
37771
  end
@@ -39682,7 +40155,8 @@ module Aws::EC2
39682
40155
  # @return [String]
39683
40156
  #
39684
40157
  # @!attribute [rw] network_border_group
39685
- # The location that the IP address is released from.
40158
+ # The set of Availability Zones, Local Zones, or Wavelength Zones from
40159
+ # which AWS advertises IP addresses.
39686
40160
  #
39687
40161
  # If you provide an incorrect network border group, you will receive
39688
40162
  # an `InvalidAddress.NotFound` error. For more information, see [Error
@@ -39975,6 +40449,7 @@ module Aws::EC2
39975
40449
  # nat_gateway_id: "NatGatewayId",
39976
40450
  # transit_gateway_id: "TransitGatewayId",
39977
40451
  # local_gateway_id: "LocalGatewayId",
40452
+ # carrier_gateway_id: "CarrierGatewayId",
39978
40453
  # network_interface_id: "NetworkInterfaceId",
39979
40454
  # route_table_id: "RouteTableId", # required
39980
40455
  # vpc_peering_connection_id: "VpcPeeringConnectionId",
@@ -40032,6 +40507,10 @@ module Aws::EC2
40032
40507
  # The ID of the local gateway.
40033
40508
  # @return [String]
40034
40509
  #
40510
+ # @!attribute [rw] carrier_gateway_id
40511
+ # \[IPv4 traffic only\] The ID of a carrier gateway.
40512
+ # @return [String]
40513
+ #
40035
40514
  # @!attribute [rw] network_interface_id
40036
40515
  # The ID of a network interface.
40037
40516
  # @return [String]
@@ -40058,6 +40537,7 @@ module Aws::EC2
40058
40537
  :nat_gateway_id,
40059
40538
  :transit_gateway_id,
40060
40539
  :local_gateway_id,
40540
+ :carrier_gateway_id,
40061
40541
  :network_interface_id,
40062
40542
  :route_table_id,
40063
40543
  :vpc_peering_connection_id)
@@ -40288,6 +40768,7 @@ module Aws::EC2
40288
40768
  # ],
40289
40769
  # network_interfaces: [
40290
40770
  # {
40771
+ # associate_carrier_ip_address: false,
40291
40772
  # associate_public_ip_address: false,
40292
40773
  # delete_on_termination: false,
40293
40774
  # description: "String",
@@ -40377,6 +40858,7 @@ module Aws::EC2
40377
40858
  # capacity_reservation_preference: "open", # accepts open, none
40378
40859
  # capacity_reservation_target: {
40379
40860
  # capacity_reservation_id: "CapacityReservationId",
40861
+ # capacity_reservation_resource_group_arn: "String",
40380
40862
  # },
40381
40863
  # },
40382
40864
  # license_specifications: [
@@ -40706,6 +41188,7 @@ module Aws::EC2
40706
41188
  # ],
40707
41189
  # secondary_private_ip_address_count: 1,
40708
41190
  # subnet_id: "String",
41191
+ # associate_carrier_ip_address: false,
40709
41192
  # interface_type: "String",
40710
41193
  # },
40711
41194
  # ],
@@ -40894,6 +41377,7 @@ module Aws::EC2
40894
41377
  # ],
40895
41378
  # secondary_private_ip_address_count: 1,
40896
41379
  # subnet_id: "String",
41380
+ # associate_carrier_ip_address: false,
40897
41381
  # interface_type: "String",
40898
41382
  # },
40899
41383
  # ],
@@ -41141,6 +41625,7 @@ module Aws::EC2
41141
41625
  # ],
41142
41626
  # secondary_private_ip_address_count: 1,
41143
41627
  # subnet_id: "String",
41628
+ # associate_carrier_ip_address: false,
41144
41629
  # interface_type: "String",
41145
41630
  # },
41146
41631
  # ],
@@ -42635,6 +43120,10 @@ module Aws::EC2
42635
43120
  # The ID of the local gateway.
42636
43121
  # @return [String]
42637
43122
  #
43123
+ # @!attribute [rw] carrier_gateway_id
43124
+ # The ID of the carrier gateway.
43125
+ # @return [String]
43126
+ #
42638
43127
  # @!attribute [rw] network_interface_id
42639
43128
  # The ID of the network interface.
42640
43129
  # @return [String]
@@ -42675,6 +43164,7 @@ module Aws::EC2
42675
43164
  :nat_gateway_id,
42676
43165
  :transit_gateway_id,
42677
43166
  :local_gateway_id,
43167
+ :carrier_gateway_id,
42678
43168
  :network_interface_id,
42679
43169
  :origin,
42680
43170
  :state,
@@ -42894,6 +43384,7 @@ module Aws::EC2
42894
43384
  # ],
42895
43385
  # secondary_private_ip_address_count: 1,
42896
43386
  # subnet_id: "String",
43387
+ # associate_carrier_ip_address: false,
42897
43388
  # interface_type: "String",
42898
43389
  # },
42899
43390
  # ],
@@ -42946,6 +43437,7 @@ module Aws::EC2
42946
43437
  # capacity_reservation_preference: "open", # accepts open, none
42947
43438
  # capacity_reservation_target: {
42948
43439
  # capacity_reservation_id: "CapacityReservationId",
43440
+ # capacity_reservation_resource_group_arn: "String",
42949
43441
  # },
42950
43442
  # },
42951
43443
  # hibernation_options: {
@@ -45368,6 +45860,7 @@ module Aws::EC2
45368
45860
  # ],
45369
45861
  # secondary_private_ip_address_count: 1,
45370
45862
  # subnet_id: "String",
45863
+ # associate_carrier_ip_address: false,
45371
45864
  # interface_type: "String",
45372
45865
  # },
45373
45866
  # ],
@@ -45662,6 +46155,7 @@ module Aws::EC2
45662
46155
  # ],
45663
46156
  # secondary_private_ip_address_count: 1,
45664
46157
  # subnet_id: "String",
46158
+ # associate_carrier_ip_address: false,
45665
46159
  # interface_type: "String",
45666
46160
  # },
45667
46161
  # ],
@@ -47105,20 +47599,20 @@ module Aws::EC2
47105
47599
  # @!attribute [rw] resource_type
47106
47600
  # The type of resource to tag. Currently, the resource types that
47107
47601
  # support tagging on creation are: `capacity-reservation` \|
47108
- # `client-vpn-endpoint` \| `dedicated-host` \| `dhcp-options` \|
47109
- # `export-image-task` \| `export-instance-task` \| `fleet` \|
47110
- # `fpga-image` \| `host-reservation` \| `import-image-task` \|
47111
- # `import-snapshot-task` \| `instance` \| `internet-gateway` \|
47602
+ # `client-vpn-endpoint` \| `customer-gateway` \| `dedicated-host` \|
47603
+ # `dhcp-options` \| `export-image-task` \| `export-instance-task` \|
47604
+ # `fleet` \| `fpga-image` \| `host-reservation` \| `import-image-task`
47605
+ # \| `import-snapshot-task` \| `instance` \| `internet-gateway` \|
47112
47606
  # `ipv4pool-ec2` \| `ipv6pool-ec2` \| `key-pair` \| `launch-template`
47113
47607
  # \| `placement-group` \| `prefix-list` \| `natgateway` \|
47114
- # `network-acl` \| `security-group` \| `spot-fleet-request` \|
47115
- # `spot-instances-request` \| `snapshot` \| `subnet` \|
47116
- # `traffic-mirror-filter` \| `traffic-mirror-session` \|
47608
+ # `network-acl` \| `route-table` \| `security-group` \|
47609
+ # `spot-fleet-request` \| `spot-instances-request` \| `snapshot` \|
47610
+ # `subnet` \| `traffic-mirror-filter` \| `traffic-mirror-session` \|
47117
47611
  # `traffic-mirror-target` \| `transit-gateway` \|
47118
47612
  # `transit-gateway-attachment` \| `transit-gateway-route-table` \|
47119
- # `volume` \|`vpc` \| `vpc-endpoint` (for interface and gateway
47120
- # endpoints) \| `vpc-endpoint-service` (for AWS PrivateLink) \|
47121
- # `vpc-flow-log`.
47613
+ # `volume` \|`vpc` \| ` vpc-peering-connection` \| `vpc-endpoint` (for
47614
+ # interface and gateway endpoints) \| `vpc-endpoint-service` (for AWS
47615
+ # PrivateLink) \| `vpc-flow-log` \| `vpn-connection` \| `vpn-gateway`.
47122
47616
  #
47123
47617
  # To tag a resource after it has been created, see [CreateTags][1].
47124
47618
  #
@@ -49849,8 +50343,7 @@ module Aws::EC2
49849
50343
  # @return [String]
49850
50344
  #
49851
50345
  # @!attribute [rw] dhcp_options_id
49852
- # The ID of the set of DHCP options you've associated with the VPC
49853
- # (or `default` if the default options are associated with the VPC).
50346
+ # The ID of the set of DHCP options you've associated with the VPC.
49854
50347
  # @return [String]
49855
50348
  #
49856
50349
  # @!attribute [rw] state
@@ -50147,8 +50640,9 @@ module Aws::EC2
50147
50640
  # @return [Types::VpcCidrBlockState]
50148
50641
  #
50149
50642
  # @!attribute [rw] network_border_group
50150
- # The name of the location from which we advertise the IPV6 CIDR
50151
- # block.
50643
+ # The name of the unique set of Availability Zones, Local Zones, or
50644
+ # Wavelength Zones from which AWS advertises IP addresses, for
50645
+ # example, `us-east-1-wl1-bos-wlz-1`.
50152
50646
  # @return [String]
50153
50647
  #
50154
50648
  # @!attribute [rw] ipv_6_pool