aws-sdk-ec2 1.263.0 → 1.267.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.
@@ -1404,8 +1404,8 @@ module Aws::EC2
1404
1404
  #
1405
1405
  # @option params [String] :client_token
1406
1406
  # Unique, case-sensitive identifier that you provide to ensure the
1407
- # idempotency of the request. For more information, see [How to Ensure
1408
- # Idempotency][1].
1407
+ # idempotency of the request. For more information, see [How to ensure
1408
+ # idempotency][1].
1409
1409
  #
1410
1410
  # **A suitable default value is auto-generated.** You should normally
1411
1411
  # not need to pass this option.**
@@ -2158,7 +2158,7 @@ module Aws::EC2
2158
2158
  #
2159
2159
  # resp = client.attach_classic_link_vpc({
2160
2160
  # dry_run: false,
2161
- # groups: ["String"], # required
2161
+ # groups: ["SecurityGroupId"], # required
2162
2162
  # instance_id: "InstanceId", # required
2163
2163
  # vpc_id: "VpcId", # required
2164
2164
  # })
@@ -2400,8 +2400,8 @@ module Aws::EC2
2400
2400
  # Attaches a virtual private gateway to a VPC. You can attach one
2401
2401
  # virtual private gateway to one VPC at a time.
2402
2402
  #
2403
- # For more information, see [AWS Site-to-Site VPN][1] in the *AWS
2404
- # Site-to-Site VPN User Guide*.
2403
+ # For more information, see [Amazon Web Services Site-to-Site VPN][1] in
2404
+ # the *Amazon Web Services Site-to-Site VPN User Guide*.
2405
2405
  #
2406
2406
  #
2407
2407
  #
@@ -2448,7 +2448,8 @@ module Aws::EC2
2448
2448
  # Adds an ingress authorization rule to a Client VPN endpoint. Ingress
2449
2449
  # authorization rules act as firewall rules that grant access to
2450
2450
  # networks. You must configure ingress authorization rules to enable
2451
- # clients to access resources in AWS or on-premises networks.
2451
+ # clients to access resources in Amazon Web Services or on-premises
2452
+ # networks.
2452
2453
  #
2453
2454
  # @option params [required, String] :client_vpn_endpoint_id
2454
2455
  # The ID of the Client VPN endpoint.
@@ -2473,8 +2474,8 @@ module Aws::EC2
2473
2474
  #
2474
2475
  # @option params [String] :client_token
2475
2476
  # Unique, case-sensitive identifier that you provide to ensure the
2476
- # idempotency of the request. For more information, see [How to Ensure
2477
- # Idempotency][1].
2477
+ # idempotency of the request. For more information, see [How to ensure
2478
+ # idempotency][1].
2478
2479
  #
2479
2480
  # **A suitable default value is auto-generated.** You should normally
2480
2481
  # not need to pass this option.**
@@ -3174,6 +3175,58 @@ module Aws::EC2
3174
3175
  req.send_request(options)
3175
3176
  end
3176
3177
 
3178
+ # Cancels one or more Capacity Reservation Fleets. When you cancel a
3179
+ # Capacity Reservation Fleet, the following happens:
3180
+ #
3181
+ # * The Capacity Reservation Fleet's status changes to `cancelled`.
3182
+ #
3183
+ # * The individual Capacity Reservations in the Fleet are cancelled.
3184
+ # Instances running in the Capacity Reservations at the time of
3185
+ # cancelling the Fleet continue to run in shared capacity.
3186
+ #
3187
+ # * The Fleet stops creating new Capacity Reservations.
3188
+ #
3189
+ # @option params [Boolean] :dry_run
3190
+ # Checks whether you have the required permissions for the action,
3191
+ # without actually making the request, and provides an error response.
3192
+ # If you have the required permissions, the error response is
3193
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
3194
+ #
3195
+ # @option params [required, Array<String>] :capacity_reservation_fleet_ids
3196
+ # The IDs of the Capacity Reservation Fleets to cancel.
3197
+ #
3198
+ # @return [Types::CancelCapacityReservationFleetsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3199
+ #
3200
+ # * {Types::CancelCapacityReservationFleetsResult#successful_fleet_cancellations #successful_fleet_cancellations} => Array&lt;Types::CapacityReservationFleetCancellationState&gt;
3201
+ # * {Types::CancelCapacityReservationFleetsResult#failed_fleet_cancellations #failed_fleet_cancellations} => Array&lt;Types::FailedCapacityReservationFleetCancellationResult&gt;
3202
+ #
3203
+ # @example Request syntax with placeholder values
3204
+ #
3205
+ # resp = client.cancel_capacity_reservation_fleets({
3206
+ # dry_run: false,
3207
+ # capacity_reservation_fleet_ids: ["CapacityReservationFleetId"], # required
3208
+ # })
3209
+ #
3210
+ # @example Response structure
3211
+ #
3212
+ # resp.successful_fleet_cancellations #=> Array
3213
+ # resp.successful_fleet_cancellations[0].current_fleet_state #=> String, one of "submitted", "modifying", "active", "partially_fulfilled", "expiring", "expired", "cancelling", "cancelled", "failed"
3214
+ # resp.successful_fleet_cancellations[0].previous_fleet_state #=> String, one of "submitted", "modifying", "active", "partially_fulfilled", "expiring", "expired", "cancelling", "cancelled", "failed"
3215
+ # resp.successful_fleet_cancellations[0].capacity_reservation_fleet_id #=> String
3216
+ # resp.failed_fleet_cancellations #=> Array
3217
+ # resp.failed_fleet_cancellations[0].capacity_reservation_fleet_id #=> String
3218
+ # resp.failed_fleet_cancellations[0].cancel_capacity_reservation_fleet_error.code #=> String
3219
+ # resp.failed_fleet_cancellations[0].cancel_capacity_reservation_fleet_error.message #=> String
3220
+ #
3221
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CancelCapacityReservationFleets AWS API Documentation
3222
+ #
3223
+ # @overload cancel_capacity_reservation_fleets(params = {})
3224
+ # @param [Hash] params ({})
3225
+ def cancel_capacity_reservation_fleets(params = {}, options = {})
3226
+ req = build_request(:cancel_capacity_reservation_fleets, params)
3227
+ req.send_request(options)
3228
+ end
3229
+
3177
3230
  # Cancels an active conversion task. The task can be the import of an
3178
3231
  # instance or volume. The action removes all artifacts of the
3179
3232
  # conversion, including a partially uploaded volume or instance. If the
@@ -4207,6 +4260,7 @@ module Aws::EC2
4207
4260
  # resp.capacity_reservation.tags[0].key #=> String
4208
4261
  # resp.capacity_reservation.tags[0].value #=> String
4209
4262
  # resp.capacity_reservation.outpost_arn #=> String
4263
+ # resp.capacity_reservation.capacity_reservation_fleet_id #=> String
4210
4264
  #
4211
4265
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateCapacityReservation AWS API Documentation
4212
4266
  #
@@ -4217,6 +4271,181 @@ module Aws::EC2
4217
4271
  req.send_request(options)
4218
4272
  end
4219
4273
 
4274
+ # Creates a Capacity Reservation Fleet. For more information, see
4275
+ # [Create a Capacity Reservation Fleet][1] in the Amazon EC2 User Guide.
4276
+ #
4277
+ #
4278
+ #
4279
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/work-with-cr-fleets.html#create-crfleet
4280
+ #
4281
+ # @option params [String] :allocation_strategy
4282
+ # The strategy used by the Capacity Reservation Fleet to determine which
4283
+ # of the specified instance types to use. Currently, only the
4284
+ # `prioritized` allocation strategy is supported. For more information,
4285
+ # see [ Allocation strategy][1] in the Amazon EC2 User Guide.
4286
+ #
4287
+ # Valid values: `prioritized`
4288
+ #
4289
+ #
4290
+ #
4291
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#allocation-strategy
4292
+ #
4293
+ # @option params [String] :client_token
4294
+ # Unique, case-sensitive identifier that you provide to ensure the
4295
+ # idempotency of the request. For more information, see [Ensure
4296
+ # Idempotency][1].
4297
+ #
4298
+ # **A suitable default value is auto-generated.** You should normally
4299
+ # not need to pass this option.**
4300
+ #
4301
+ #
4302
+ #
4303
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
4304
+ #
4305
+ # @option params [required, Array<Types::ReservationFleetInstanceSpecification>] :instance_type_specifications
4306
+ # Information about the instance types for which to reserve the
4307
+ # capacity.
4308
+ #
4309
+ # @option params [String] :tenancy
4310
+ # Indicates the tenancy of the Capacity Reservation Fleet. All Capacity
4311
+ # Reservations in the Fleet inherit this tenancy. The Capacity
4312
+ # Reservation Fleet can have one of the following tenancy settings:
4313
+ #
4314
+ # * `default` - The Capacity Reservation Fleet is created on hardware
4315
+ # that is shared with other Amazon Web Services accounts.
4316
+ #
4317
+ # * `dedicated` - The Capacity Reservations are created on single-tenant
4318
+ # hardware that is dedicated to a single Amazon Web Services account.
4319
+ #
4320
+ # @option params [required, Integer] :total_target_capacity
4321
+ # The total number of capacity units to be reserved by the Capacity
4322
+ # Reservation Fleet. This value, together with the instance type weights
4323
+ # that you assign to each instance type used by the Fleet determine the
4324
+ # number of instances for which the Fleet reserves capacity. Both values
4325
+ # are based on units that make sense for your workload. For more
4326
+ # information, see [ Total target capacity][1] in the Amazon EC2 User
4327
+ # Guide.
4328
+ #
4329
+ #
4330
+ #
4331
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#target-capacity
4332
+ #
4333
+ # @option params [Time,DateTime,Date,Integer,String] :end_date
4334
+ # The date and time at which the Capacity Reservation Fleet expires.
4335
+ # When the Capacity Reservation Fleet expires, its state changes to
4336
+ # `expired` and all of the Capacity Reservations in the Fleet expire.
4337
+ #
4338
+ # The Capacity Reservation Fleet expires within an hour after the
4339
+ # specified time. For example, if you specify `5/31/2019`, `13:30:55`,
4340
+ # the Capacity Reservation Fleet is guaranteed to expire between
4341
+ # `13:30:55` and `14:30:55` on `5/31/2019`.
4342
+ #
4343
+ # @option params [String] :instance_match_criteria
4344
+ # Indicates the type of instance launches that the Capacity Reservation
4345
+ # Fleet accepts. All Capacity Reservations in the Fleet inherit this
4346
+ # instance matching criteria.
4347
+ #
4348
+ # Currently, Capacity Reservation Fleets support `open` instance
4349
+ # matching criteria only. This means that instances that have matching
4350
+ # attributes (instance type, platform, and Availability Zone) run in the
4351
+ # Capacity Reservations automatically. Instances do not need to
4352
+ # explicitly target a Capacity Reservation Fleet to use its reserved
4353
+ # capacity.
4354
+ #
4355
+ # @option params [Array<Types::TagSpecification>] :tag_specifications
4356
+ # The tags to assign to the Capacity Reservation Fleet. The tags are
4357
+ # automatically assigned to the Capacity Reservations in the Fleet.
4358
+ #
4359
+ # @option params [Boolean] :dry_run
4360
+ # Checks whether you have the required permissions for the action,
4361
+ # without actually making the request, and provides an error response.
4362
+ # If you have the required permissions, the error response is
4363
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
4364
+ #
4365
+ # @return [Types::CreateCapacityReservationFleetResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4366
+ #
4367
+ # * {Types::CreateCapacityReservationFleetResult#capacity_reservation_fleet_id #capacity_reservation_fleet_id} => String
4368
+ # * {Types::CreateCapacityReservationFleetResult#state #state} => String
4369
+ # * {Types::CreateCapacityReservationFleetResult#total_target_capacity #total_target_capacity} => Integer
4370
+ # * {Types::CreateCapacityReservationFleetResult#total_fulfilled_capacity #total_fulfilled_capacity} => Float
4371
+ # * {Types::CreateCapacityReservationFleetResult#instance_match_criteria #instance_match_criteria} => String
4372
+ # * {Types::CreateCapacityReservationFleetResult#allocation_strategy #allocation_strategy} => String
4373
+ # * {Types::CreateCapacityReservationFleetResult#create_time #create_time} => Time
4374
+ # * {Types::CreateCapacityReservationFleetResult#end_date #end_date} => Time
4375
+ # * {Types::CreateCapacityReservationFleetResult#tenancy #tenancy} => String
4376
+ # * {Types::CreateCapacityReservationFleetResult#fleet_capacity_reservations #fleet_capacity_reservations} => Array&lt;Types::FleetCapacityReservation&gt;
4377
+ # * {Types::CreateCapacityReservationFleetResult#tags #tags} => Array&lt;Types::Tag&gt;
4378
+ #
4379
+ # @example Request syntax with placeholder values
4380
+ #
4381
+ # resp = client.create_capacity_reservation_fleet({
4382
+ # allocation_strategy: "String",
4383
+ # client_token: "String",
4384
+ # instance_type_specifications: [ # required
4385
+ # {
4386
+ # instance_type: "t1.micro", # accepts t1.micro, t2.nano, t2.micro, t2.small, t2.medium, t2.large, t2.xlarge, t2.2xlarge, t3.nano, t3.micro, t3.small, t3.medium, t3.large, t3.xlarge, t3.2xlarge, t3a.nano, t3a.micro, t3a.small, t3a.medium, t3a.large, t3a.xlarge, t3a.2xlarge, t4g.nano, t4g.micro, t4g.small, t4g.medium, t4g.large, t4g.xlarge, t4g.2xlarge, m1.small, m1.medium, m1.large, m1.xlarge, m3.medium, m3.large, m3.xlarge, m3.2xlarge, m4.large, m4.xlarge, m4.2xlarge, m4.4xlarge, m4.10xlarge, m4.16xlarge, m2.xlarge, m2.2xlarge, m2.4xlarge, cr1.8xlarge, r3.large, r3.xlarge, r3.2xlarge, r3.4xlarge, r3.8xlarge, r4.large, r4.xlarge, r4.2xlarge, r4.4xlarge, r4.8xlarge, r4.16xlarge, r5.large, r5.xlarge, r5.2xlarge, r5.4xlarge, r5.8xlarge, r5.12xlarge, r5.16xlarge, r5.24xlarge, r5.metal, r5a.large, r5a.xlarge, r5a.2xlarge, r5a.4xlarge, r5a.8xlarge, r5a.12xlarge, r5a.16xlarge, r5a.24xlarge, r5b.large, r5b.xlarge, r5b.2xlarge, r5b.4xlarge, r5b.8xlarge, r5b.12xlarge, r5b.16xlarge, r5b.24xlarge, r5b.metal, r5d.large, r5d.xlarge, r5d.2xlarge, r5d.4xlarge, r5d.8xlarge, r5d.12xlarge, r5d.16xlarge, r5d.24xlarge, r5d.metal, r5ad.large, r5ad.xlarge, r5ad.2xlarge, r5ad.4xlarge, r5ad.8xlarge, r5ad.12xlarge, r5ad.16xlarge, r5ad.24xlarge, r6g.metal, r6g.medium, r6g.large, r6g.xlarge, r6g.2xlarge, r6g.4xlarge, r6g.8xlarge, r6g.12xlarge, r6g.16xlarge, r6gd.metal, r6gd.medium, r6gd.large, r6gd.xlarge, r6gd.2xlarge, r6gd.4xlarge, r6gd.8xlarge, r6gd.12xlarge, r6gd.16xlarge, x1.16xlarge, x1.32xlarge, x1e.xlarge, x1e.2xlarge, x1e.4xlarge, x1e.8xlarge, x1e.16xlarge, x1e.32xlarge, i2.xlarge, i2.2xlarge, i2.4xlarge, i2.8xlarge, i3.large, i3.xlarge, i3.2xlarge, i3.4xlarge, i3.8xlarge, i3.16xlarge, i3.metal, i3en.large, i3en.xlarge, i3en.2xlarge, i3en.3xlarge, i3en.6xlarge, i3en.12xlarge, i3en.24xlarge, i3en.metal, hi1.4xlarge, hs1.8xlarge, c1.medium, c1.xlarge, c3.large, c3.xlarge, c3.2xlarge, c3.4xlarge, c3.8xlarge, c4.large, c4.xlarge, c4.2xlarge, c4.4xlarge, c4.8xlarge, c5.large, c5.xlarge, c5.2xlarge, c5.4xlarge, c5.9xlarge, c5.12xlarge, c5.18xlarge, c5.24xlarge, c5.metal, c5a.large, c5a.xlarge, c5a.2xlarge, c5a.4xlarge, c5a.8xlarge, c5a.12xlarge, c5a.16xlarge, c5a.24xlarge, c5ad.large, c5ad.xlarge, c5ad.2xlarge, c5ad.4xlarge, c5ad.8xlarge, c5ad.12xlarge, c5ad.16xlarge, c5ad.24xlarge, c5d.large, c5d.xlarge, c5d.2xlarge, c5d.4xlarge, c5d.9xlarge, c5d.12xlarge, c5d.18xlarge, c5d.24xlarge, c5d.metal, c5n.large, c5n.xlarge, c5n.2xlarge, c5n.4xlarge, c5n.9xlarge, c5n.18xlarge, c5n.metal, c6g.metal, c6g.medium, c6g.large, c6g.xlarge, c6g.2xlarge, c6g.4xlarge, c6g.8xlarge, c6g.12xlarge, c6g.16xlarge, c6gd.metal, c6gd.medium, c6gd.large, c6gd.xlarge, c6gd.2xlarge, c6gd.4xlarge, c6gd.8xlarge, c6gd.12xlarge, c6gd.16xlarge, c6gn.medium, c6gn.large, c6gn.xlarge, c6gn.2xlarge, c6gn.4xlarge, c6gn.8xlarge, c6gn.12xlarge, c6gn.16xlarge, cc1.4xlarge, cc2.8xlarge, g2.2xlarge, g2.8xlarge, g3.4xlarge, g3.8xlarge, g3.16xlarge, g3s.xlarge, g4ad.xlarge, g4ad.2xlarge, g4ad.4xlarge, g4ad.8xlarge, g4ad.16xlarge, g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge, g4dn.metal, cg1.4xlarge, p2.xlarge, p2.8xlarge, p2.16xlarge, p3.2xlarge, p3.8xlarge, p3.16xlarge, p3dn.24xlarge, p4d.24xlarge, d2.xlarge, d2.2xlarge, d2.4xlarge, d2.8xlarge, d3.xlarge, d3.2xlarge, d3.4xlarge, d3.8xlarge, d3en.xlarge, d3en.2xlarge, d3en.4xlarge, d3en.6xlarge, d3en.8xlarge, d3en.12xlarge, f1.2xlarge, f1.4xlarge, f1.16xlarge, m5.large, m5.xlarge, m5.2xlarge, m5.4xlarge, m5.8xlarge, m5.12xlarge, m5.16xlarge, m5.24xlarge, m5.metal, m5a.large, m5a.xlarge, m5a.2xlarge, m5a.4xlarge, m5a.8xlarge, m5a.12xlarge, m5a.16xlarge, m5a.24xlarge, m5d.large, m5d.xlarge, m5d.2xlarge, m5d.4xlarge, m5d.8xlarge, m5d.12xlarge, m5d.16xlarge, m5d.24xlarge, m5d.metal, m5ad.large, m5ad.xlarge, m5ad.2xlarge, m5ad.4xlarge, m5ad.8xlarge, m5ad.12xlarge, m5ad.16xlarge, m5ad.24xlarge, m5zn.large, m5zn.xlarge, m5zn.2xlarge, m5zn.3xlarge, m5zn.6xlarge, m5zn.12xlarge, m5zn.metal, h1.2xlarge, h1.4xlarge, h1.8xlarge, h1.16xlarge, z1d.large, z1d.xlarge, z1d.2xlarge, z1d.3xlarge, z1d.6xlarge, z1d.12xlarge, z1d.metal, u-6tb1.56xlarge, u-6tb1.112xlarge, u-9tb1.112xlarge, u-12tb1.112xlarge, u-6tb1.metal, u-9tb1.metal, u-12tb1.metal, u-18tb1.metal, u-24tb1.metal, a1.medium, a1.large, a1.xlarge, a1.2xlarge, a1.4xlarge, a1.metal, m5dn.large, m5dn.xlarge, m5dn.2xlarge, m5dn.4xlarge, m5dn.8xlarge, m5dn.12xlarge, m5dn.16xlarge, m5dn.24xlarge, m5dn.metal, m5n.large, m5n.xlarge, m5n.2xlarge, m5n.4xlarge, m5n.8xlarge, m5n.12xlarge, m5n.16xlarge, m5n.24xlarge, m5n.metal, r5dn.large, r5dn.xlarge, r5dn.2xlarge, r5dn.4xlarge, r5dn.8xlarge, r5dn.12xlarge, r5dn.16xlarge, r5dn.24xlarge, r5dn.metal, r5n.large, r5n.xlarge, r5n.2xlarge, r5n.4xlarge, r5n.8xlarge, r5n.12xlarge, r5n.16xlarge, r5n.24xlarge, r5n.metal, inf1.xlarge, inf1.2xlarge, inf1.6xlarge, inf1.24xlarge, m6g.metal, m6g.medium, m6g.large, m6g.xlarge, m6g.2xlarge, m6g.4xlarge, m6g.8xlarge, m6g.12xlarge, m6g.16xlarge, m6gd.metal, m6gd.medium, m6gd.large, m6gd.xlarge, m6gd.2xlarge, m6gd.4xlarge, m6gd.8xlarge, m6gd.12xlarge, m6gd.16xlarge, m6i.large, m6i.xlarge, m6i.2xlarge, m6i.4xlarge, m6i.8xlarge, m6i.12xlarge, m6i.16xlarge, m6i.24xlarge, m6i.32xlarge, mac1.metal, x2gd.medium, x2gd.large, x2gd.xlarge, x2gd.2xlarge, x2gd.4xlarge, x2gd.8xlarge, x2gd.12xlarge, x2gd.16xlarge, x2gd.metal, vt1.3xlarge, vt1.6xlarge, vt1.24xlarge
4387
+ # instance_platform: "Linux/UNIX", # 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
4388
+ # weight: 1.0,
4389
+ # availability_zone: "String",
4390
+ # availability_zone_id: "String",
4391
+ # ebs_optimized: false,
4392
+ # priority: 1,
4393
+ # },
4394
+ # ],
4395
+ # tenancy: "default", # accepts default
4396
+ # total_target_capacity: 1, # required
4397
+ # end_date: Time.now,
4398
+ # instance_match_criteria: "open", # accepts open
4399
+ # tag_specifications: [
4400
+ # {
4401
+ # resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
4402
+ # tags: [
4403
+ # {
4404
+ # key: "String",
4405
+ # value: "String",
4406
+ # },
4407
+ # ],
4408
+ # },
4409
+ # ],
4410
+ # dry_run: false,
4411
+ # })
4412
+ #
4413
+ # @example Response structure
4414
+ #
4415
+ # resp.capacity_reservation_fleet_id #=> String
4416
+ # resp.state #=> String, one of "submitted", "modifying", "active", "partially_fulfilled", "expiring", "expired", "cancelling", "cancelled", "failed"
4417
+ # resp.total_target_capacity #=> Integer
4418
+ # resp.total_fulfilled_capacity #=> Float
4419
+ # resp.instance_match_criteria #=> String, one of "open"
4420
+ # resp.allocation_strategy #=> String
4421
+ # resp.create_time #=> Time
4422
+ # resp.end_date #=> Time
4423
+ # resp.tenancy #=> String, one of "default"
4424
+ # resp.fleet_capacity_reservations #=> Array
4425
+ # resp.fleet_capacity_reservations[0].capacity_reservation_id #=> String
4426
+ # resp.fleet_capacity_reservations[0].availability_zone_id #=> String
4427
+ # resp.fleet_capacity_reservations[0].instance_type #=> String, one of "t1.micro", "t2.nano", "t2.micro", "t2.small", "t2.medium", "t2.large", "t2.xlarge", "t2.2xlarge", "t3.nano", "t3.micro", "t3.small", "t3.medium", "t3.large", "t3.xlarge", "t3.2xlarge", "t3a.nano", "t3a.micro", "t3a.small", "t3a.medium", "t3a.large", "t3a.xlarge", "t3a.2xlarge", "t4g.nano", "t4g.micro", "t4g.small", "t4g.medium", "t4g.large", "t4g.xlarge", "t4g.2xlarge", "m1.small", "m1.medium", "m1.large", "m1.xlarge", "m3.medium", "m3.large", "m3.xlarge", "m3.2xlarge", "m4.large", "m4.xlarge", "m4.2xlarge", "m4.4xlarge", "m4.10xlarge", "m4.16xlarge", "m2.xlarge", "m2.2xlarge", "m2.4xlarge", "cr1.8xlarge", "r3.large", "r3.xlarge", "r3.2xlarge", "r3.4xlarge", "r3.8xlarge", "r4.large", "r4.xlarge", "r4.2xlarge", "r4.4xlarge", "r4.8xlarge", "r4.16xlarge", "r5.large", "r5.xlarge", "r5.2xlarge", "r5.4xlarge", "r5.8xlarge", "r5.12xlarge", "r5.16xlarge", "r5.24xlarge", "r5.metal", "r5a.large", "r5a.xlarge", "r5a.2xlarge", "r5a.4xlarge", "r5a.8xlarge", "r5a.12xlarge", "r5a.16xlarge", "r5a.24xlarge", "r5b.large", "r5b.xlarge", "r5b.2xlarge", "r5b.4xlarge", "r5b.8xlarge", "r5b.12xlarge", "r5b.16xlarge", "r5b.24xlarge", "r5b.metal", "r5d.large", "r5d.xlarge", "r5d.2xlarge", "r5d.4xlarge", "r5d.8xlarge", "r5d.12xlarge", "r5d.16xlarge", "r5d.24xlarge", "r5d.metal", "r5ad.large", "r5ad.xlarge", "r5ad.2xlarge", "r5ad.4xlarge", "r5ad.8xlarge", "r5ad.12xlarge", "r5ad.16xlarge", "r5ad.24xlarge", "r6g.metal", "r6g.medium", "r6g.large", "r6g.xlarge", "r6g.2xlarge", "r6g.4xlarge", "r6g.8xlarge", "r6g.12xlarge", "r6g.16xlarge", "r6gd.metal", "r6gd.medium", "r6gd.large", "r6gd.xlarge", "r6gd.2xlarge", "r6gd.4xlarge", "r6gd.8xlarge", "r6gd.12xlarge", "r6gd.16xlarge", "x1.16xlarge", "x1.32xlarge", "x1e.xlarge", "x1e.2xlarge", "x1e.4xlarge", "x1e.8xlarge", "x1e.16xlarge", "x1e.32xlarge", "i2.xlarge", "i2.2xlarge", "i2.4xlarge", "i2.8xlarge", "i3.large", "i3.xlarge", "i3.2xlarge", "i3.4xlarge", "i3.8xlarge", "i3.16xlarge", "i3.metal", "i3en.large", "i3en.xlarge", "i3en.2xlarge", "i3en.3xlarge", "i3en.6xlarge", "i3en.12xlarge", "i3en.24xlarge", "i3en.metal", "hi1.4xlarge", "hs1.8xlarge", "c1.medium", "c1.xlarge", "c3.large", "c3.xlarge", "c3.2xlarge", "c3.4xlarge", "c3.8xlarge", "c4.large", "c4.xlarge", "c4.2xlarge", "c4.4xlarge", "c4.8xlarge", "c5.large", "c5.xlarge", "c5.2xlarge", "c5.4xlarge", "c5.9xlarge", "c5.12xlarge", "c5.18xlarge", "c5.24xlarge", "c5.metal", "c5a.large", "c5a.xlarge", "c5a.2xlarge", "c5a.4xlarge", "c5a.8xlarge", "c5a.12xlarge", "c5a.16xlarge", "c5a.24xlarge", "c5ad.large", "c5ad.xlarge", "c5ad.2xlarge", "c5ad.4xlarge", "c5ad.8xlarge", "c5ad.12xlarge", "c5ad.16xlarge", "c5ad.24xlarge", "c5d.large", "c5d.xlarge", "c5d.2xlarge", "c5d.4xlarge", "c5d.9xlarge", "c5d.12xlarge", "c5d.18xlarge", "c5d.24xlarge", "c5d.metal", "c5n.large", "c5n.xlarge", "c5n.2xlarge", "c5n.4xlarge", "c5n.9xlarge", "c5n.18xlarge", "c5n.metal", "c6g.metal", "c6g.medium", "c6g.large", "c6g.xlarge", "c6g.2xlarge", "c6g.4xlarge", "c6g.8xlarge", "c6g.12xlarge", "c6g.16xlarge", "c6gd.metal", "c6gd.medium", "c6gd.large", "c6gd.xlarge", "c6gd.2xlarge", "c6gd.4xlarge", "c6gd.8xlarge", "c6gd.12xlarge", "c6gd.16xlarge", "c6gn.medium", "c6gn.large", "c6gn.xlarge", "c6gn.2xlarge", "c6gn.4xlarge", "c6gn.8xlarge", "c6gn.12xlarge", "c6gn.16xlarge", "cc1.4xlarge", "cc2.8xlarge", "g2.2xlarge", "g2.8xlarge", "g3.4xlarge", "g3.8xlarge", "g3.16xlarge", "g3s.xlarge", "g4ad.xlarge", "g4ad.2xlarge", "g4ad.4xlarge", "g4ad.8xlarge", "g4ad.16xlarge", "g4dn.xlarge", "g4dn.2xlarge", "g4dn.4xlarge", "g4dn.8xlarge", "g4dn.12xlarge", "g4dn.16xlarge", "g4dn.metal", "cg1.4xlarge", "p2.xlarge", "p2.8xlarge", "p2.16xlarge", "p3.2xlarge", "p3.8xlarge", "p3.16xlarge", "p3dn.24xlarge", "p4d.24xlarge", "d2.xlarge", "d2.2xlarge", "d2.4xlarge", "d2.8xlarge", "d3.xlarge", "d3.2xlarge", "d3.4xlarge", "d3.8xlarge", "d3en.xlarge", "d3en.2xlarge", "d3en.4xlarge", "d3en.6xlarge", "d3en.8xlarge", "d3en.12xlarge", "f1.2xlarge", "f1.4xlarge", "f1.16xlarge", "m5.large", "m5.xlarge", "m5.2xlarge", "m5.4xlarge", "m5.8xlarge", "m5.12xlarge", "m5.16xlarge", "m5.24xlarge", "m5.metal", "m5a.large", "m5a.xlarge", "m5a.2xlarge", "m5a.4xlarge", "m5a.8xlarge", "m5a.12xlarge", "m5a.16xlarge", "m5a.24xlarge", "m5d.large", "m5d.xlarge", "m5d.2xlarge", "m5d.4xlarge", "m5d.8xlarge", "m5d.12xlarge", "m5d.16xlarge", "m5d.24xlarge", "m5d.metal", "m5ad.large", "m5ad.xlarge", "m5ad.2xlarge", "m5ad.4xlarge", "m5ad.8xlarge", "m5ad.12xlarge", "m5ad.16xlarge", "m5ad.24xlarge", "m5zn.large", "m5zn.xlarge", "m5zn.2xlarge", "m5zn.3xlarge", "m5zn.6xlarge", "m5zn.12xlarge", "m5zn.metal", "h1.2xlarge", "h1.4xlarge", "h1.8xlarge", "h1.16xlarge", "z1d.large", "z1d.xlarge", "z1d.2xlarge", "z1d.3xlarge", "z1d.6xlarge", "z1d.12xlarge", "z1d.metal", "u-6tb1.56xlarge", "u-6tb1.112xlarge", "u-9tb1.112xlarge", "u-12tb1.112xlarge", "u-6tb1.metal", "u-9tb1.metal", "u-12tb1.metal", "u-18tb1.metal", "u-24tb1.metal", "a1.medium", "a1.large", "a1.xlarge", "a1.2xlarge", "a1.4xlarge", "a1.metal", "m5dn.large", "m5dn.xlarge", "m5dn.2xlarge", "m5dn.4xlarge", "m5dn.8xlarge", "m5dn.12xlarge", "m5dn.16xlarge", "m5dn.24xlarge", "m5dn.metal", "m5n.large", "m5n.xlarge", "m5n.2xlarge", "m5n.4xlarge", "m5n.8xlarge", "m5n.12xlarge", "m5n.16xlarge", "m5n.24xlarge", "m5n.metal", "r5dn.large", "r5dn.xlarge", "r5dn.2xlarge", "r5dn.4xlarge", "r5dn.8xlarge", "r5dn.12xlarge", "r5dn.16xlarge", "r5dn.24xlarge", "r5dn.metal", "r5n.large", "r5n.xlarge", "r5n.2xlarge", "r5n.4xlarge", "r5n.8xlarge", "r5n.12xlarge", "r5n.16xlarge", "r5n.24xlarge", "r5n.metal", "inf1.xlarge", "inf1.2xlarge", "inf1.6xlarge", "inf1.24xlarge", "m6g.metal", "m6g.medium", "m6g.large", "m6g.xlarge", "m6g.2xlarge", "m6g.4xlarge", "m6g.8xlarge", "m6g.12xlarge", "m6g.16xlarge", "m6gd.metal", "m6gd.medium", "m6gd.large", "m6gd.xlarge", "m6gd.2xlarge", "m6gd.4xlarge", "m6gd.8xlarge", "m6gd.12xlarge", "m6gd.16xlarge", "m6i.large", "m6i.xlarge", "m6i.2xlarge", "m6i.4xlarge", "m6i.8xlarge", "m6i.12xlarge", "m6i.16xlarge", "m6i.24xlarge", "m6i.32xlarge", "mac1.metal", "x2gd.medium", "x2gd.large", "x2gd.xlarge", "x2gd.2xlarge", "x2gd.4xlarge", "x2gd.8xlarge", "x2gd.12xlarge", "x2gd.16xlarge", "x2gd.metal", "vt1.3xlarge", "vt1.6xlarge", "vt1.24xlarge"
4428
+ # resp.fleet_capacity_reservations[0].instance_platform #=> String, one of "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"
4429
+ # resp.fleet_capacity_reservations[0].availability_zone #=> String
4430
+ # resp.fleet_capacity_reservations[0].total_instance_count #=> Integer
4431
+ # resp.fleet_capacity_reservations[0].fulfilled_capacity #=> Float
4432
+ # resp.fleet_capacity_reservations[0].ebs_optimized #=> Boolean
4433
+ # resp.fleet_capacity_reservations[0].create_date #=> Time
4434
+ # resp.fleet_capacity_reservations[0].weight #=> Float
4435
+ # resp.fleet_capacity_reservations[0].priority #=> Integer
4436
+ # resp.tags #=> Array
4437
+ # resp.tags[0].key #=> String
4438
+ # resp.tags[0].value #=> String
4439
+ #
4440
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateCapacityReservationFleet AWS API Documentation
4441
+ #
4442
+ # @overload create_capacity_reservation_fleet(params = {})
4443
+ # @param [Hash] params ({})
4444
+ def create_capacity_reservation_fleet(params = {}, options = {})
4445
+ req = build_request(:create_capacity_reservation_fleet, params)
4446
+ req.send_request(options)
4447
+ end
4448
+
4220
4449
  # Creates a carrier gateway. For more information about carrier
4221
4450
  # gateways, see [Carrier gateways][1] in the *Amazon Web Services
4222
4451
  # Wavelength Developer Guide*.
@@ -4305,8 +4534,8 @@ module Aws::EC2
4305
4534
  # greater.
4306
4535
  #
4307
4536
  # @option params [required, String] :server_certificate_arn
4308
- # The ARN of the server certificate. For more information, see the [AWS
4309
- # Certificate Manager User Guide][1].
4537
+ # The ARN of the server certificate. For more information, see the
4538
+ # [Certificate Manager User Guide][1].
4310
4539
  #
4311
4540
  #
4312
4541
  #
@@ -4354,14 +4583,12 @@ module Aws::EC2
4354
4583
  # A brief description of the Client VPN endpoint.
4355
4584
  #
4356
4585
  # @option params [Boolean] :split_tunnel
4357
- # Indicates whether split-tunnel is enabled on the AWS Client VPN
4358
- # endpoint.
4586
+ # Indicates whether split-tunnel is enabled on the Client VPN endpoint.
4359
4587
  #
4360
4588
  # By default, split-tunnel on a VPN endpoint is disabled.
4361
4589
  #
4362
- # For information about split-tunnel VPN endpoints, see [Split-Tunnel
4363
- # AWS Client VPN Endpoint][1] in the *AWS Client VPN Administrator
4364
- # Guide*.
4590
+ # For information about split-tunnel VPN endpoints, see [Split-tunnel
4591
+ # Client VPN endpoint][1] in the *Client VPN Administrator Guide*.
4365
4592
  #
4366
4593
  #
4367
4594
  #
@@ -4375,8 +4602,8 @@ module Aws::EC2
4375
4602
  #
4376
4603
  # @option params [String] :client_token
4377
4604
  # Unique, case-sensitive identifier that you provide to ensure the
4378
- # idempotency of the request. For more information, see [How to Ensure
4379
- # Idempotency][1].
4605
+ # idempotency of the request. For more information, see [How to ensure
4606
+ # idempotency][1].
4380
4607
  #
4381
4608
  # **A suitable default value is auto-generated.** You should normally
4382
4609
  # not need to pass this option.**
@@ -4499,8 +4726,8 @@ module Aws::EC2
4499
4726
  # * To add a route for a peered VPC, enter the peered VPC's IPv4 CIDR
4500
4727
  # range
4501
4728
  #
4502
- # * To add a route for an on-premises network, enter the AWS
4503
- # Site-to-Site VPN connection's IPv4 CIDR range
4729
+ # * To add a route for an on-premises network, enter the Amazon Web
4730
+ # Services Site-to-Site VPN connection's IPv4 CIDR range
4504
4731
  #
4505
4732
  # * To add a route for the local network, enter the client CIDR range
4506
4733
  #
@@ -4517,8 +4744,8 @@ module Aws::EC2
4517
4744
  #
4518
4745
  # @option params [String] :client_token
4519
4746
  # Unique, case-sensitive identifier that you provide to ensure the
4520
- # idempotency of the request. For more information, see [How to Ensure
4521
- # Idempotency][1].
4747
+ # idempotency of the request. For more information, see [How to ensure
4748
+ # idempotency][1].
4522
4749
  #
4523
4750
  # **A suitable default value is auto-generated.** You should normally
4524
4751
  # not need to pass this option.**
@@ -4562,13 +4789,13 @@ module Aws::EC2
4562
4789
  req.send_request(options)
4563
4790
  end
4564
4791
 
4565
- # Provides information to AWS about your VPN customer gateway device.
4566
- # The customer gateway is the appliance at your end of the VPN
4567
- # connection. (The device on the AWS side of the VPN connection is the
4568
- # virtual private gateway.) You must provide the internet-routable IP
4569
- # address of the customer gateway's external interface. The IP address
4570
- # must be static and can be behind a device performing network address
4571
- # translation (NAT).
4792
+ # Provides information to Amazon Web Services about your VPN customer
4793
+ # gateway device. The customer gateway is the appliance at your end of
4794
+ # the VPN connection. (The device on the Amazon Web Services side of the
4795
+ # VPN connection is the virtual private gateway.) You must provide the
4796
+ # internet-routable IP address of the customer gateway's external
4797
+ # interface. The IP address must be static and can be behind a device
4798
+ # performing network address translation (NAT).
4572
4799
  #
4573
4800
  # For devices that use Border Gateway Protocol (BGP), you can also
4574
4801
  # provide the device's BGP Autonomous System Number (ASN). You can use
@@ -4588,8 +4815,8 @@ module Aws::EC2
4588
4815
  #
4589
4816
  # </note>
4590
4817
  #
4591
- # For more information, see [AWS Site-to-Site VPN][1] in the *AWS
4592
- # Site-to-Site VPN User Guide*.
4818
+ # For more information, see [Amazon Web Services Site-to-Site VPN][1] in
4819
+ # the *Amazon Web Services Site-to-Site VPN User Guide*.
4593
4820
  #
4594
4821
  # To create more than one customer gateway with the same VPN type, IP
4595
4822
  # address, and BGP ASN, specify a unique device name for each customer
@@ -5220,7 +5447,7 @@ module Aws::EC2
5220
5447
  # placement: {
5221
5448
  # availability_zone: "String",
5222
5449
  # affinity: "String",
5223
- # group_name: "String",
5450
+ # group_name: "PlacementGroupName",
5224
5451
  # partition_number: 1,
5225
5452
  # host_id: "String",
5226
5453
  # tenancy: "default", # accepts default, dedicated, host
@@ -6796,15 +7023,15 @@ module Aws::EC2
6796
7023
  # @option params [required, String] :local_gateway_route_table_id
6797
7024
  # The ID of the local gateway route table.
6798
7025
  #
7026
+ # @option params [required, String] :local_gateway_virtual_interface_group_id
7027
+ # The ID of the virtual interface group.
7028
+ #
6799
7029
  # @option params [Boolean] :dry_run
6800
7030
  # Checks whether you have the required permissions for the action,
6801
7031
  # without actually making the request, and provides an error response.
6802
7032
  # If you have the required permissions, the error response is
6803
7033
  # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
6804
7034
  #
6805
- # @option params [required, String] :local_gateway_virtual_interface_group_id
6806
- # The ID of the virtual interface group.
6807
- #
6808
7035
  # @return [Types::CreateLocalGatewayRouteResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6809
7036
  #
6810
7037
  # * {Types::CreateLocalGatewayRouteResult#route #route} => Types::LocalGatewayRoute
@@ -6814,8 +7041,8 @@ module Aws::EC2
6814
7041
  # resp = client.create_local_gateway_route({
6815
7042
  # destination_cidr_block: "String", # required
6816
7043
  # local_gateway_route_table_id: "LocalGatewayRoutetableId", # required
6817
- # dry_run: false,
6818
7044
  # local_gateway_virtual_interface_group_id: "LocalGatewayVirtualInterfaceGroupId", # required
7045
+ # dry_run: false,
6819
7046
  # })
6820
7047
  #
6821
7048
  # @example Response structure
@@ -9047,6 +9274,12 @@ module Aws::EC2
9047
9274
  # @option params [String] :availability_zone_id
9048
9275
  # The AZ ID or the Local Zone ID of the subnet.
9049
9276
  #
9277
+ # @option params [required, String] :cidr_block
9278
+ # The IPv4 network range for the subnet, in CIDR notation. For example,
9279
+ # `10.0.0.0/24`. We modify the specified CIDR block to its canonical
9280
+ # form; for example, if you specify `100.68.0.18/18`, we modify it to
9281
+ # `100.68.0.0/18`.
9282
+ #
9050
9283
  # @option params [String] :ipv_6_cidr_block
9051
9284
  # The IPv6 network range for the subnet, in CIDR notation. The subnet
9052
9285
  # size must use a /64 prefix length.
@@ -9065,12 +9298,6 @@ module Aws::EC2
9065
9298
  # If you have the required permissions, the error response is
9066
9299
  # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
9067
9300
  #
9068
- # @option params [required, String] :cidr_block
9069
- # The IPv4 network range for the subnet, in CIDR notation. For example,
9070
- # `10.0.0.0/24`. We modify the specified CIDR block to its canonical
9071
- # form; for example, if you specify `100.68.0.18/18`, we modify it to
9072
- # `100.68.0.0/18`.
9073
- #
9074
9301
  # @return [Types::CreateSubnetResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
9075
9302
  #
9076
9303
  # * {Types::CreateSubnetResult#subnet #subnet} => Types::Subnet
@@ -9114,11 +9341,11 @@ module Aws::EC2
9114
9341
  # ],
9115
9342
  # availability_zone: "String",
9116
9343
  # availability_zone_id: "String",
9344
+ # cidr_block: "String", # required
9117
9345
  # ipv_6_cidr_block: "String",
9118
9346
  # outpost_arn: "String",
9119
9347
  # vpc_id: "VpcId", # required
9120
9348
  # dry_run: false,
9121
- # cidr_block: "String", # required
9122
9349
  # })
9123
9350
  #
9124
9351
  # @example Response structure
@@ -11448,8 +11675,8 @@ module Aws::EC2
11448
11675
  # This is an idempotent operation. If you perform the operation more
11449
11676
  # than once, Amazon EC2 doesn't return an error.
11450
11677
  #
11451
- # For more information, see [AWS Site-to-Site VPN][1] in the *AWS
11452
- # Site-to-Site VPN User Guide*.
11678
+ # For more information, see [Amazon Web Services Site-to-Site VPN][1] in
11679
+ # the *Amazon Web Services Site-to-Site VPN User Guide*.
11453
11680
  #
11454
11681
  #
11455
11682
  #
@@ -11638,8 +11865,8 @@ module Aws::EC2
11638
11865
  # static route allows traffic to be routed from the virtual private
11639
11866
  # gateway to the VPN customer gateway.
11640
11867
  #
11641
- # For more information, see [AWS Site-to-Site VPN][1] in the *AWS
11642
- # Site-to-Site VPN User Guide*.
11868
+ # For more information, see [Amazon Web Services Site-to-Site VPN][1] in
11869
+ # the *Amazon Web Services Site-to-Site VPN User Guide*.
11643
11870
  #
11644
11871
  #
11645
11872
  #
@@ -11674,8 +11901,8 @@ module Aws::EC2
11674
11901
  # endpoint on the VPC side of your VPN connection. You can create a
11675
11902
  # virtual private gateway before creating the VPC itself.
11676
11903
  #
11677
- # For more information, see [AWS Site-to-Site VPN][1] in the *AWS
11678
- # Site-to-Site VPN User Guide*.
11904
+ # For more information, see [Amazon Web Services Site-to-Site VPN][1] in
11905
+ # the *Amazon Web Services Site-to-Site VPN User Guide*.
11679
11906
  #
11680
11907
  #
11681
11908
  #
@@ -14227,9 +14454,10 @@ module Aws::EC2
14227
14454
  # gateway device using the new configuration information returned with
14228
14455
  # the new VPN connection ID.
14229
14456
  #
14230
- # For certificate-based authentication, delete all AWS Certificate
14231
- # Manager (ACM) private certificates used for the AWS-side tunnel
14232
- # endpoints for the VPN connection before deleting the VPN connection.
14457
+ # For certificate-based authentication, delete all Certificate Manager
14458
+ # (ACM) private certificates used for the Amazon Web Services-side
14459
+ # tunnel endpoints for the VPN connection before deleting the VPN
14460
+ # connection.
14233
14461
  #
14234
14462
  # @option params [required, String] :vpn_connection_id
14235
14463
  # The ID of the VPN connection.
@@ -15319,6 +15547,103 @@ module Aws::EC2
15319
15547
  req.send_request(options)
15320
15548
  end
15321
15549
 
15550
+ # Describes one or more Capacity Reservation Fleets.
15551
+ #
15552
+ # @option params [Array<String>] :capacity_reservation_fleet_ids
15553
+ # The IDs of the Capacity Reservation Fleets to describe.
15554
+ #
15555
+ # @option params [String] :next_token
15556
+ # The token to use to retrieve the next page of results.
15557
+ #
15558
+ # @option params [Integer] :max_results
15559
+ # The maximum number of results to return for the request in a single
15560
+ # page. The remaining results can be seen by sending another request
15561
+ # with the returned `nextToken` value. This value can be between 5 and
15562
+ # 500. If `maxResults` is given a larger value than 500, you receive an
15563
+ # error.
15564
+ #
15565
+ # @option params [Array<Types::Filter>] :filters
15566
+ # One or more filters.
15567
+ #
15568
+ # * `state` - The state of the Fleet (`submitted` \| `modifying` \|
15569
+ # `active` \| `partially_fulfilled` \| `expiring` \| `expired` \|
15570
+ # `cancelling` \| `cancelled` \| `failed`).
15571
+ #
15572
+ # * `instance-match-criteria` - The instance matching criteria for the
15573
+ # Fleet. Only `open` is supported.
15574
+ #
15575
+ # * `tenancy` - The tenancy of the Fleet (`default` \| `dedicated`).
15576
+ #
15577
+ # * `allocation-strategy` - The allocation strategy used by the Fleet.
15578
+ # Only `prioritized` is supported.
15579
+ #
15580
+ # @option params [Boolean] :dry_run
15581
+ # Checks whether you have the required permissions for the action,
15582
+ # without actually making the request, and provides an error response.
15583
+ # If you have the required permissions, the error response is
15584
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
15585
+ #
15586
+ # @return [Types::DescribeCapacityReservationFleetsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
15587
+ #
15588
+ # * {Types::DescribeCapacityReservationFleetsResult#capacity_reservation_fleets #capacity_reservation_fleets} => Array&lt;Types::CapacityReservationFleet&gt;
15589
+ # * {Types::DescribeCapacityReservationFleetsResult#next_token #next_token} => String
15590
+ #
15591
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
15592
+ #
15593
+ # @example Request syntax with placeholder values
15594
+ #
15595
+ # resp = client.describe_capacity_reservation_fleets({
15596
+ # capacity_reservation_fleet_ids: ["CapacityReservationFleetId"],
15597
+ # next_token: "String",
15598
+ # max_results: 1,
15599
+ # filters: [
15600
+ # {
15601
+ # name: "String",
15602
+ # values: ["String"],
15603
+ # },
15604
+ # ],
15605
+ # dry_run: false,
15606
+ # })
15607
+ #
15608
+ # @example Response structure
15609
+ #
15610
+ # resp.capacity_reservation_fleets #=> Array
15611
+ # resp.capacity_reservation_fleets[0].capacity_reservation_fleet_id #=> String
15612
+ # resp.capacity_reservation_fleets[0].capacity_reservation_fleet_arn #=> String
15613
+ # resp.capacity_reservation_fleets[0].state #=> String, one of "submitted", "modifying", "active", "partially_fulfilled", "expiring", "expired", "cancelling", "cancelled", "failed"
15614
+ # resp.capacity_reservation_fleets[0].total_target_capacity #=> Integer
15615
+ # resp.capacity_reservation_fleets[0].total_fulfilled_capacity #=> Float
15616
+ # resp.capacity_reservation_fleets[0].tenancy #=> String, one of "default"
15617
+ # resp.capacity_reservation_fleets[0].end_date #=> Time
15618
+ # resp.capacity_reservation_fleets[0].create_time #=> Time
15619
+ # resp.capacity_reservation_fleets[0].instance_match_criteria #=> String, one of "open"
15620
+ # resp.capacity_reservation_fleets[0].allocation_strategy #=> String
15621
+ # resp.capacity_reservation_fleets[0].instance_type_specifications #=> Array
15622
+ # resp.capacity_reservation_fleets[0].instance_type_specifications[0].capacity_reservation_id #=> String
15623
+ # resp.capacity_reservation_fleets[0].instance_type_specifications[0].availability_zone_id #=> String
15624
+ # resp.capacity_reservation_fleets[0].instance_type_specifications[0].instance_type #=> String, one of "t1.micro", "t2.nano", "t2.micro", "t2.small", "t2.medium", "t2.large", "t2.xlarge", "t2.2xlarge", "t3.nano", "t3.micro", "t3.small", "t3.medium", "t3.large", "t3.xlarge", "t3.2xlarge", "t3a.nano", "t3a.micro", "t3a.small", "t3a.medium", "t3a.large", "t3a.xlarge", "t3a.2xlarge", "t4g.nano", "t4g.micro", "t4g.small", "t4g.medium", "t4g.large", "t4g.xlarge", "t4g.2xlarge", "m1.small", "m1.medium", "m1.large", "m1.xlarge", "m3.medium", "m3.large", "m3.xlarge", "m3.2xlarge", "m4.large", "m4.xlarge", "m4.2xlarge", "m4.4xlarge", "m4.10xlarge", "m4.16xlarge", "m2.xlarge", "m2.2xlarge", "m2.4xlarge", "cr1.8xlarge", "r3.large", "r3.xlarge", "r3.2xlarge", "r3.4xlarge", "r3.8xlarge", "r4.large", "r4.xlarge", "r4.2xlarge", "r4.4xlarge", "r4.8xlarge", "r4.16xlarge", "r5.large", "r5.xlarge", "r5.2xlarge", "r5.4xlarge", "r5.8xlarge", "r5.12xlarge", "r5.16xlarge", "r5.24xlarge", "r5.metal", "r5a.large", "r5a.xlarge", "r5a.2xlarge", "r5a.4xlarge", "r5a.8xlarge", "r5a.12xlarge", "r5a.16xlarge", "r5a.24xlarge", "r5b.large", "r5b.xlarge", "r5b.2xlarge", "r5b.4xlarge", "r5b.8xlarge", "r5b.12xlarge", "r5b.16xlarge", "r5b.24xlarge", "r5b.metal", "r5d.large", "r5d.xlarge", "r5d.2xlarge", "r5d.4xlarge", "r5d.8xlarge", "r5d.12xlarge", "r5d.16xlarge", "r5d.24xlarge", "r5d.metal", "r5ad.large", "r5ad.xlarge", "r5ad.2xlarge", "r5ad.4xlarge", "r5ad.8xlarge", "r5ad.12xlarge", "r5ad.16xlarge", "r5ad.24xlarge", "r6g.metal", "r6g.medium", "r6g.large", "r6g.xlarge", "r6g.2xlarge", "r6g.4xlarge", "r6g.8xlarge", "r6g.12xlarge", "r6g.16xlarge", "r6gd.metal", "r6gd.medium", "r6gd.large", "r6gd.xlarge", "r6gd.2xlarge", "r6gd.4xlarge", "r6gd.8xlarge", "r6gd.12xlarge", "r6gd.16xlarge", "x1.16xlarge", "x1.32xlarge", "x1e.xlarge", "x1e.2xlarge", "x1e.4xlarge", "x1e.8xlarge", "x1e.16xlarge", "x1e.32xlarge", "i2.xlarge", "i2.2xlarge", "i2.4xlarge", "i2.8xlarge", "i3.large", "i3.xlarge", "i3.2xlarge", "i3.4xlarge", "i3.8xlarge", "i3.16xlarge", "i3.metal", "i3en.large", "i3en.xlarge", "i3en.2xlarge", "i3en.3xlarge", "i3en.6xlarge", "i3en.12xlarge", "i3en.24xlarge", "i3en.metal", "hi1.4xlarge", "hs1.8xlarge", "c1.medium", "c1.xlarge", "c3.large", "c3.xlarge", "c3.2xlarge", "c3.4xlarge", "c3.8xlarge", "c4.large", "c4.xlarge", "c4.2xlarge", "c4.4xlarge", "c4.8xlarge", "c5.large", "c5.xlarge", "c5.2xlarge", "c5.4xlarge", "c5.9xlarge", "c5.12xlarge", "c5.18xlarge", "c5.24xlarge", "c5.metal", "c5a.large", "c5a.xlarge", "c5a.2xlarge", "c5a.4xlarge", "c5a.8xlarge", "c5a.12xlarge", "c5a.16xlarge", "c5a.24xlarge", "c5ad.large", "c5ad.xlarge", "c5ad.2xlarge", "c5ad.4xlarge", "c5ad.8xlarge", "c5ad.12xlarge", "c5ad.16xlarge", "c5ad.24xlarge", "c5d.large", "c5d.xlarge", "c5d.2xlarge", "c5d.4xlarge", "c5d.9xlarge", "c5d.12xlarge", "c5d.18xlarge", "c5d.24xlarge", "c5d.metal", "c5n.large", "c5n.xlarge", "c5n.2xlarge", "c5n.4xlarge", "c5n.9xlarge", "c5n.18xlarge", "c5n.metal", "c6g.metal", "c6g.medium", "c6g.large", "c6g.xlarge", "c6g.2xlarge", "c6g.4xlarge", "c6g.8xlarge", "c6g.12xlarge", "c6g.16xlarge", "c6gd.metal", "c6gd.medium", "c6gd.large", "c6gd.xlarge", "c6gd.2xlarge", "c6gd.4xlarge", "c6gd.8xlarge", "c6gd.12xlarge", "c6gd.16xlarge", "c6gn.medium", "c6gn.large", "c6gn.xlarge", "c6gn.2xlarge", "c6gn.4xlarge", "c6gn.8xlarge", "c6gn.12xlarge", "c6gn.16xlarge", "cc1.4xlarge", "cc2.8xlarge", "g2.2xlarge", "g2.8xlarge", "g3.4xlarge", "g3.8xlarge", "g3.16xlarge", "g3s.xlarge", "g4ad.xlarge", "g4ad.2xlarge", "g4ad.4xlarge", "g4ad.8xlarge", "g4ad.16xlarge", "g4dn.xlarge", "g4dn.2xlarge", "g4dn.4xlarge", "g4dn.8xlarge", "g4dn.12xlarge", "g4dn.16xlarge", "g4dn.metal", "cg1.4xlarge", "p2.xlarge", "p2.8xlarge", "p2.16xlarge", "p3.2xlarge", "p3.8xlarge", "p3.16xlarge", "p3dn.24xlarge", "p4d.24xlarge", "d2.xlarge", "d2.2xlarge", "d2.4xlarge", "d2.8xlarge", "d3.xlarge", "d3.2xlarge", "d3.4xlarge", "d3.8xlarge", "d3en.xlarge", "d3en.2xlarge", "d3en.4xlarge", "d3en.6xlarge", "d3en.8xlarge", "d3en.12xlarge", "f1.2xlarge", "f1.4xlarge", "f1.16xlarge", "m5.large", "m5.xlarge", "m5.2xlarge", "m5.4xlarge", "m5.8xlarge", "m5.12xlarge", "m5.16xlarge", "m5.24xlarge", "m5.metal", "m5a.large", "m5a.xlarge", "m5a.2xlarge", "m5a.4xlarge", "m5a.8xlarge", "m5a.12xlarge", "m5a.16xlarge", "m5a.24xlarge", "m5d.large", "m5d.xlarge", "m5d.2xlarge", "m5d.4xlarge", "m5d.8xlarge", "m5d.12xlarge", "m5d.16xlarge", "m5d.24xlarge", "m5d.metal", "m5ad.large", "m5ad.xlarge", "m5ad.2xlarge", "m5ad.4xlarge", "m5ad.8xlarge", "m5ad.12xlarge", "m5ad.16xlarge", "m5ad.24xlarge", "m5zn.large", "m5zn.xlarge", "m5zn.2xlarge", "m5zn.3xlarge", "m5zn.6xlarge", "m5zn.12xlarge", "m5zn.metal", "h1.2xlarge", "h1.4xlarge", "h1.8xlarge", "h1.16xlarge", "z1d.large", "z1d.xlarge", "z1d.2xlarge", "z1d.3xlarge", "z1d.6xlarge", "z1d.12xlarge", "z1d.metal", "u-6tb1.56xlarge", "u-6tb1.112xlarge", "u-9tb1.112xlarge", "u-12tb1.112xlarge", "u-6tb1.metal", "u-9tb1.metal", "u-12tb1.metal", "u-18tb1.metal", "u-24tb1.metal", "a1.medium", "a1.large", "a1.xlarge", "a1.2xlarge", "a1.4xlarge", "a1.metal", "m5dn.large", "m5dn.xlarge", "m5dn.2xlarge", "m5dn.4xlarge", "m5dn.8xlarge", "m5dn.12xlarge", "m5dn.16xlarge", "m5dn.24xlarge", "m5dn.metal", "m5n.large", "m5n.xlarge", "m5n.2xlarge", "m5n.4xlarge", "m5n.8xlarge", "m5n.12xlarge", "m5n.16xlarge", "m5n.24xlarge", "m5n.metal", "r5dn.large", "r5dn.xlarge", "r5dn.2xlarge", "r5dn.4xlarge", "r5dn.8xlarge", "r5dn.12xlarge", "r5dn.16xlarge", "r5dn.24xlarge", "r5dn.metal", "r5n.large", "r5n.xlarge", "r5n.2xlarge", "r5n.4xlarge", "r5n.8xlarge", "r5n.12xlarge", "r5n.16xlarge", "r5n.24xlarge", "r5n.metal", "inf1.xlarge", "inf1.2xlarge", "inf1.6xlarge", "inf1.24xlarge", "m6g.metal", "m6g.medium", "m6g.large", "m6g.xlarge", "m6g.2xlarge", "m6g.4xlarge", "m6g.8xlarge", "m6g.12xlarge", "m6g.16xlarge", "m6gd.metal", "m6gd.medium", "m6gd.large", "m6gd.xlarge", "m6gd.2xlarge", "m6gd.4xlarge", "m6gd.8xlarge", "m6gd.12xlarge", "m6gd.16xlarge", "m6i.large", "m6i.xlarge", "m6i.2xlarge", "m6i.4xlarge", "m6i.8xlarge", "m6i.12xlarge", "m6i.16xlarge", "m6i.24xlarge", "m6i.32xlarge", "mac1.metal", "x2gd.medium", "x2gd.large", "x2gd.xlarge", "x2gd.2xlarge", "x2gd.4xlarge", "x2gd.8xlarge", "x2gd.12xlarge", "x2gd.16xlarge", "x2gd.metal", "vt1.3xlarge", "vt1.6xlarge", "vt1.24xlarge"
15625
+ # resp.capacity_reservation_fleets[0].instance_type_specifications[0].instance_platform #=> String, one of "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"
15626
+ # resp.capacity_reservation_fleets[0].instance_type_specifications[0].availability_zone #=> String
15627
+ # resp.capacity_reservation_fleets[0].instance_type_specifications[0].total_instance_count #=> Integer
15628
+ # resp.capacity_reservation_fleets[0].instance_type_specifications[0].fulfilled_capacity #=> Float
15629
+ # resp.capacity_reservation_fleets[0].instance_type_specifications[0].ebs_optimized #=> Boolean
15630
+ # resp.capacity_reservation_fleets[0].instance_type_specifications[0].create_date #=> Time
15631
+ # resp.capacity_reservation_fleets[0].instance_type_specifications[0].weight #=> Float
15632
+ # resp.capacity_reservation_fleets[0].instance_type_specifications[0].priority #=> Integer
15633
+ # resp.capacity_reservation_fleets[0].tags #=> Array
15634
+ # resp.capacity_reservation_fleets[0].tags[0].key #=> String
15635
+ # resp.capacity_reservation_fleets[0].tags[0].value #=> String
15636
+ # resp.next_token #=> String
15637
+ #
15638
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeCapacityReservationFleets AWS API Documentation
15639
+ #
15640
+ # @overload describe_capacity_reservation_fleets(params = {})
15641
+ # @param [Hash] params ({})
15642
+ def describe_capacity_reservation_fleets(params = {}, options = {})
15643
+ req = build_request(:describe_capacity_reservation_fleets, params)
15644
+ req.send_request(options)
15645
+ end
15646
+
15322
15647
  # Describes one or more of your Capacity Reservations. The results
15323
15648
  # describe only the Capacity Reservations in the Amazon Web Services
15324
15649
  # Region that you're currently using.
@@ -15476,6 +15801,7 @@ module Aws::EC2
15476
15801
  # resp.capacity_reservations[0].tags[0].key #=> String
15477
15802
  # resp.capacity_reservations[0].tags[0].value #=> String
15478
15803
  # resp.capacity_reservations[0].outpost_arn #=> String
15804
+ # resp.capacity_reservations[0].capacity_reservation_fleet_id #=> String
15479
15805
  #
15480
15806
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeCapacityReservations AWS API Documentation
15481
15807
  #
@@ -16229,8 +16555,8 @@ module Aws::EC2
16229
16555
 
16230
16556
  # Describes one or more of your VPN customer gateways.
16231
16557
  #
16232
- # For more information, see [AWS Site-to-Site VPN][1] in the *AWS
16233
- # Site-to-Site VPN User Guide*.
16558
+ # For more information, see [Amazon Web Services Site-to-Site VPN][1] in
16559
+ # the *Amazon Web Services Site-to-Site VPN User Guide*.
16234
16560
  #
16235
16561
  #
16236
16562
  #
@@ -19982,6 +20308,9 @@ module Aws::EC2
19982
20308
  # resp.reservations[0].instances[0].metadata_options.http_protocol_ipv_6 #=> String, one of "disabled", "enabled"
19983
20309
  # resp.reservations[0].instances[0].enclave_options.enabled #=> Boolean
19984
20310
  # resp.reservations[0].instances[0].boot_mode #=> String, one of "legacy-bios", "uefi"
20311
+ # resp.reservations[0].instances[0].platform_details #=> String
20312
+ # resp.reservations[0].instances[0].usage_operation #=> String
20313
+ # resp.reservations[0].instances[0].usage_operation_update_time #=> Time
19985
20314
  # resp.reservations[0].owner_id #=> String
19986
20315
  # resp.reservations[0].requester_id #=> String
19987
20316
  # resp.reservations[0].reservation_id #=> String
@@ -24452,7 +24781,7 @@ module Aws::EC2
24452
24781
  # values: ["String"],
24453
24782
  # },
24454
24783
  # ],
24455
- # group_ids: ["String"],
24784
+ # group_ids: ["SecurityGroupId"],
24456
24785
  # group_names: ["SecurityGroupName"],
24457
24786
  # dry_run: false,
24458
24787
  # next_token: "String",
@@ -29092,8 +29421,8 @@ module Aws::EC2
29092
29421
 
29093
29422
  # Describes one or more of your VPN connections.
29094
29423
  #
29095
- # For more information, see [AWS Site-to-Site VPN][1] in the *AWS
29096
- # Site-to-Site VPN User Guide*.
29424
+ # For more information, see [Amazon Web Services Site-to-Site VPN][1] in
29425
+ # the *Amazon Web Services Site-to-Site VPN User Guide*.
29097
29426
  #
29098
29427
  #
29099
29428
  #
@@ -29247,8 +29576,8 @@ module Aws::EC2
29247
29576
 
29248
29577
  # Describes one or more of your virtual private gateways.
29249
29578
  #
29250
- # For more information, see [AWS Site-to-Site VPN][1] in the *AWS
29251
- # Site-to-Site VPN User Guide*.
29579
+ # For more information, see [Amazon Web Services Site-to-Site VPN][1] in
29580
+ # the *Amazon Web Services Site-to-Site VPN User Guide*.
29252
29581
  #
29253
29582
  #
29254
29583
  #
@@ -32874,6 +33203,121 @@ module Aws::EC2
32874
33203
  req.send_request(options)
32875
33204
  end
32876
33205
 
33206
+ # Download an AWS-provided sample configuration file to be used with the
33207
+ # customer gateway device specified for your Site-to-Site VPN
33208
+ # connection.
33209
+ #
33210
+ # @option params [required, String] :vpn_connection_id
33211
+ # The `VpnConnectionId` specifies the Site-to-Site VPN connection used
33212
+ # for the sample configuration.
33213
+ #
33214
+ # @option params [required, String] :vpn_connection_device_type_id
33215
+ # Device identifier provided by the `GetVpnConnectionDeviceTypes` API.
33216
+ #
33217
+ # @option params [String] :internet_key_exchange_version
33218
+ # The IKE version to be used in the sample configuration file for your
33219
+ # customer gateway device. You can specify one of the following
33220
+ # versions: `ikev1` or `ikev2`.
33221
+ #
33222
+ # @option params [Boolean] :dry_run
33223
+ # Checks whether you have the required permissions for the action,
33224
+ # without actually making the request, and provides an error response.
33225
+ # If you have the required permissions, the error response is
33226
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
33227
+ #
33228
+ # @return [Types::GetVpnConnectionDeviceSampleConfigurationResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
33229
+ #
33230
+ # * {Types::GetVpnConnectionDeviceSampleConfigurationResult#vpn_connection_device_sample_configuration #vpn_connection_device_sample_configuration} => String
33231
+ #
33232
+ # @example Request syntax with placeholder values
33233
+ #
33234
+ # resp = client.get_vpn_connection_device_sample_configuration({
33235
+ # vpn_connection_id: "VpnConnectionId", # required
33236
+ # vpn_connection_device_type_id: "VpnConnectionDeviceTypeId", # required
33237
+ # internet_key_exchange_version: "String",
33238
+ # dry_run: false,
33239
+ # })
33240
+ #
33241
+ # @example Response structure
33242
+ #
33243
+ # resp.vpn_connection_device_sample_configuration #=> String
33244
+ #
33245
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetVpnConnectionDeviceSampleConfiguration AWS API Documentation
33246
+ #
33247
+ # @overload get_vpn_connection_device_sample_configuration(params = {})
33248
+ # @param [Hash] params ({})
33249
+ def get_vpn_connection_device_sample_configuration(params = {}, options = {})
33250
+ req = build_request(:get_vpn_connection_device_sample_configuration, params)
33251
+ req.send_request(options)
33252
+ end
33253
+
33254
+ # Obtain a list of customer gateway devices for which sample
33255
+ # configuration files can be provided. The request has no additional
33256
+ # parameters. You can also see the list of device types with sample
33257
+ # configuration files available under [Your customer gateway device][1]
33258
+ # in the *Amazon Web Services Site-to-Site VPN User Guide*.
33259
+ #
33260
+ #
33261
+ #
33262
+ # [1]: https://docs.aws.amazon.com/vpn/latest/s2svpn/your-cgw.html
33263
+ #
33264
+ # @option params [Integer] :max_results
33265
+ # The maximum number of results returned by
33266
+ # `GetVpnConnectionDeviceTypes` in paginated output. When this parameter
33267
+ # is used, `GetVpnConnectionDeviceTypes` only returns `MaxResults`
33268
+ # results in a single page along with a `NextToken` response element.
33269
+ # The remaining results of the initial request can be seen by sending
33270
+ # another `GetVpnConnectionDeviceTypes` request with the returned
33271
+ # `NextToken` value. This value can be between 200 and 1000. If this
33272
+ # parameter is not used, then `GetVpnConnectionDeviceTypes` returns all
33273
+ # results.
33274
+ #
33275
+ # @option params [String] :next_token
33276
+ # The `NextToken` value returned from a previous paginated
33277
+ # `GetVpnConnectionDeviceTypes` request where `MaxResults` was used and
33278
+ # the results exceeded the value of that parameter. Pagination continues
33279
+ # from the end of the previous results that returned the `NextToken`
33280
+ # value. This value is null when there are no more results to return.
33281
+ #
33282
+ # @option params [Boolean] :dry_run
33283
+ # Checks whether you have the required permissions for the action,
33284
+ # without actually making the request, and provides an error response.
33285
+ # If you have the required permissions, the error response is
33286
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
33287
+ #
33288
+ # @return [Types::GetVpnConnectionDeviceTypesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
33289
+ #
33290
+ # * {Types::GetVpnConnectionDeviceTypesResult#vpn_connection_device_types #vpn_connection_device_types} => Array&lt;Types::VpnConnectionDeviceType&gt;
33291
+ # * {Types::GetVpnConnectionDeviceTypesResult#next_token #next_token} => String
33292
+ #
33293
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
33294
+ #
33295
+ # @example Request syntax with placeholder values
33296
+ #
33297
+ # resp = client.get_vpn_connection_device_types({
33298
+ # max_results: 1,
33299
+ # next_token: "NextToken",
33300
+ # dry_run: false,
33301
+ # })
33302
+ #
33303
+ # @example Response structure
33304
+ #
33305
+ # resp.vpn_connection_device_types #=> Array
33306
+ # resp.vpn_connection_device_types[0].vpn_connection_device_type_id #=> String
33307
+ # resp.vpn_connection_device_types[0].vendor #=> String
33308
+ # resp.vpn_connection_device_types[0].platform #=> String
33309
+ # resp.vpn_connection_device_types[0].software #=> String
33310
+ # resp.next_token #=> String
33311
+ #
33312
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetVpnConnectionDeviceTypes AWS API Documentation
33313
+ #
33314
+ # @overload get_vpn_connection_device_types(params = {})
33315
+ # @param [Hash] params ({})
33316
+ def get_vpn_connection_device_types(params = {}, options = {})
33317
+ req = build_request(:get_vpn_connection_device_types, params)
33318
+ req.send_request(options)
33319
+ end
33320
+
32877
33321
  # Uploads a client certificate revocation list to the specified Client
32878
33322
  # VPN endpoint. Uploading a client certificate revocation list
32879
33323
  # overwrites the existing client certificate revocation list.
@@ -32887,8 +33331,8 @@ module Aws::EC2
32887
33331
  #
32888
33332
  # @option params [required, String] :certificate_revocation_list
32889
33333
  # The client certificate revocation list file. For more information, see
32890
- # [Generate a Client Certificate Revocation List][1] in the *AWS Client
32891
- # VPN Administrator Guide*.
33334
+ # [Generate a Client Certificate Revocation List][1] in the *Client VPN
33335
+ # Administrator Guide*.
32892
33336
  #
32893
33337
  #
32894
33338
  #
@@ -33242,7 +33686,7 @@ module Aws::EC2
33242
33686
  # placement: {
33243
33687
  # availability_zone: "String",
33244
33688
  # affinity: "String",
33245
- # group_name: "String",
33689
+ # group_name: "PlacementGroupName",
33246
33690
  # partition_number: 1,
33247
33691
  # host_id: "String",
33248
33692
  # tenancy: "default", # accepts default, dedicated, host
@@ -33818,6 +34262,86 @@ module Aws::EC2
33818
34262
  req.send_request(options)
33819
34263
  end
33820
34264
 
34265
+ # Modifies a Capacity Reservation Fleet.
34266
+ #
34267
+ # When you modify the total target capacity of a Capacity Reservation
34268
+ # Fleet, the Fleet automatically creates new Capacity Reservations, or
34269
+ # modifies or cancels existing Capacity Reservations in the Fleet to
34270
+ # meet the new total target capacity. When you modify the end date for
34271
+ # the Fleet, the end dates for all of the individual Capacity
34272
+ # Reservations in the Fleet are updated accordingly.
34273
+ #
34274
+ # @option params [required, String] :capacity_reservation_fleet_id
34275
+ # The ID of the Capacity Reservation Fleet to modify.
34276
+ #
34277
+ # @option params [Integer] :total_target_capacity
34278
+ # The total number of capacity units to be reserved by the Capacity
34279
+ # Reservation Fleet. This value, together with the instance type weights
34280
+ # that you assign to each instance type used by the Fleet determine the
34281
+ # number of instances for which the Fleet reserves capacity. Both values
34282
+ # are based on units that make sense for your workload. For more
34283
+ # information, see [Total target capacity][1] in the Amazon EC2 User
34284
+ # Guide.
34285
+ #
34286
+ #
34287
+ #
34288
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#target-capacity
34289
+ #
34290
+ # @option params [Time,DateTime,Date,Integer,String] :end_date
34291
+ # The date and time at which the Capacity Reservation Fleet expires.
34292
+ # When the Capacity Reservation Fleet expires, its state changes to
34293
+ # `expired` and all of the Capacity Reservations in the Fleet expire.
34294
+ #
34295
+ # The Capacity Reservation Fleet expires within an hour after the
34296
+ # specified time. For example, if you specify `5/31/2019`, `13:30:55`,
34297
+ # the Capacity Reservation Fleet is guaranteed to expire between
34298
+ # `13:30:55` and `14:30:55` on `5/31/2019`.
34299
+ #
34300
+ # You can't specify **EndDate** and <b> RemoveEndDate</b> in the same
34301
+ # request.
34302
+ #
34303
+ # @option params [Boolean] :dry_run
34304
+ # Checks whether you have the required permissions for the action,
34305
+ # without actually making the request, and provides an error response.
34306
+ # If you have the required permissions, the error response is
34307
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
34308
+ #
34309
+ # @option params [Boolean] :remove_end_date
34310
+ # Indicates whether to remove the end date from the Capacity Reservation
34311
+ # Fleet. If you remove the end date, the Capacity Reservation Fleet does
34312
+ # not expire and it remains active until you explicitly cancel it using
34313
+ # the **CancelCapacityReservationFleet** action.
34314
+ #
34315
+ # You can't specify **RemoveEndDate** and <b> EndDate</b> in the same
34316
+ # request.
34317
+ #
34318
+ # @return [Types::ModifyCapacityReservationFleetResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
34319
+ #
34320
+ # * {Types::ModifyCapacityReservationFleetResult#return #return} => Boolean
34321
+ #
34322
+ # @example Request syntax with placeholder values
34323
+ #
34324
+ # resp = client.modify_capacity_reservation_fleet({
34325
+ # capacity_reservation_fleet_id: "CapacityReservationFleetId", # required
34326
+ # total_target_capacity: 1,
34327
+ # end_date: Time.now,
34328
+ # dry_run: false,
34329
+ # remove_end_date: false,
34330
+ # })
34331
+ #
34332
+ # @example Response structure
34333
+ #
34334
+ # resp.return #=> Boolean
34335
+ #
34336
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyCapacityReservationFleet AWS API Documentation
34337
+ #
34338
+ # @overload modify_capacity_reservation_fleet(params = {})
34339
+ # @param [Hash] params ({})
34340
+ def modify_capacity_reservation_fleet(params = {}, options = {})
34341
+ req = build_request(:modify_capacity_reservation_fleet, params)
34342
+ req.send_request(options)
34343
+ end
34344
+
33821
34345
  # Modifies the specified Client VPN endpoint. Modifying the DNS server
33822
34346
  # resets existing client connections.
33823
34347
  #
@@ -33826,7 +34350,7 @@ module Aws::EC2
33826
34350
  #
33827
34351
  # @option params [String] :server_certificate_arn
33828
34352
  # The ARN of the server certificate to be used. The server certificate
33829
- # must be provisioned in AWS Certificate Manager (ACM).
34353
+ # must be provisioned in Certificate Manager (ACM).
33830
34354
  #
33831
34355
  # @option params [Types::ConnectionLogOptions] :connection_log_options
33832
34356
  # Information about the client connection logging options.
@@ -33861,9 +34385,8 @@ module Aws::EC2
33861
34385
  # @option params [Boolean] :split_tunnel
33862
34386
  # Indicates whether the VPN is split-tunnel.
33863
34387
  #
33864
- # For information about split-tunnel VPN endpoints, see [Split-Tunnel
33865
- # AWS Client VPN Endpoint][1] in the *AWS Client VPN Administrator
33866
- # Guide*.
34388
+ # For information about split-tunnel VPN endpoints, see [Split-tunnel
34389
+ # Client VPN endpoint][1] in the *Client VPN Administrator Guide*.
33867
34390
  #
33868
34391
  #
33869
34392
  #
@@ -34155,7 +34678,7 @@ module Aws::EC2
34155
34678
  # placement: {
34156
34679
  # availability_zone: "String",
34157
34680
  # affinity: "String",
34158
- # group_name: "String",
34681
+ # group_name: "PlacementGroupName",
34159
34682
  # partition_number: 1,
34160
34683
  # host_id: "String",
34161
34684
  # tenancy: "default", # accepts default, dedicated, host
@@ -34830,7 +35353,7 @@ module Aws::EC2
34830
35353
  # ena_support: {
34831
35354
  # value: false,
34832
35355
  # },
34833
- # groups: ["String"],
35356
+ # groups: ["SecurityGroupId"],
34834
35357
  # instance_id: "InstanceId", # required
34835
35358
  # instance_initiated_shutdown_behavior: "value", # value <Hash,Array,String,Numeric,Boolean,IO,Set,nil>
34836
35359
  # instance_type: "value", # value <Hash,Array,String,Numeric,Boolean,IO,Set,nil>
@@ -35235,8 +35758,7 @@ module Aws::EC2
35235
35758
  #
35236
35759
  # * Change the Dedicated Host with which an instance is associated.
35237
35760
  #
35238
- # * Change the instance tenancy of an instance from `host` to
35239
- # `dedicated`, or from `dedicated` to `host`.
35761
+ # * Change the instance tenancy of an instance.
35240
35762
  #
35241
35763
  # * Move an instance to or from a [placement group][2].
35242
35764
  #
@@ -35273,11 +35795,13 @@ module Aws::EC2
35273
35795
  # @option params [String] :tenancy
35274
35796
  # The tenancy for the instance.
35275
35797
  #
35276
- # For T3 instances, you can't change the tenancy from `dedicated` to
35798
+ # <note markdown="1"> For T3 instances, you can't change the tenancy from `dedicated` to
35277
35799
  # `host`, or from `host` to `dedicated`. Attempting to make one of these
35278
35800
  # unsupported tenancy changes results in the `InvalidTenancy` error
35279
35801
  # code.
35280
35802
  #
35803
+ # </note>
35804
+ #
35281
35805
  # @option params [Integer] :partition_number
35282
35806
  # Reserved for future use.
35283
35807
  #
@@ -35938,7 +36462,7 @@ module Aws::EC2
35938
36462
  # {
35939
36463
  # instance_type: "t1.micro", # accepts t1.micro, t2.nano, t2.micro, t2.small, t2.medium, t2.large, t2.xlarge, t2.2xlarge, t3.nano, t3.micro, t3.small, t3.medium, t3.large, t3.xlarge, t3.2xlarge, t3a.nano, t3a.micro, t3a.small, t3a.medium, t3a.large, t3a.xlarge, t3a.2xlarge, t4g.nano, t4g.micro, t4g.small, t4g.medium, t4g.large, t4g.xlarge, t4g.2xlarge, m1.small, m1.medium, m1.large, m1.xlarge, m3.medium, m3.large, m3.xlarge, m3.2xlarge, m4.large, m4.xlarge, m4.2xlarge, m4.4xlarge, m4.10xlarge, m4.16xlarge, m2.xlarge, m2.2xlarge, m2.4xlarge, cr1.8xlarge, r3.large, r3.xlarge, r3.2xlarge, r3.4xlarge, r3.8xlarge, r4.large, r4.xlarge, r4.2xlarge, r4.4xlarge, r4.8xlarge, r4.16xlarge, r5.large, r5.xlarge, r5.2xlarge, r5.4xlarge, r5.8xlarge, r5.12xlarge, r5.16xlarge, r5.24xlarge, r5.metal, r5a.large, r5a.xlarge, r5a.2xlarge, r5a.4xlarge, r5a.8xlarge, r5a.12xlarge, r5a.16xlarge, r5a.24xlarge, r5b.large, r5b.xlarge, r5b.2xlarge, r5b.4xlarge, r5b.8xlarge, r5b.12xlarge, r5b.16xlarge, r5b.24xlarge, r5b.metal, r5d.large, r5d.xlarge, r5d.2xlarge, r5d.4xlarge, r5d.8xlarge, r5d.12xlarge, r5d.16xlarge, r5d.24xlarge, r5d.metal, r5ad.large, r5ad.xlarge, r5ad.2xlarge, r5ad.4xlarge, r5ad.8xlarge, r5ad.12xlarge, r5ad.16xlarge, r5ad.24xlarge, r6g.metal, r6g.medium, r6g.large, r6g.xlarge, r6g.2xlarge, r6g.4xlarge, r6g.8xlarge, r6g.12xlarge, r6g.16xlarge, r6gd.metal, r6gd.medium, r6gd.large, r6gd.xlarge, r6gd.2xlarge, r6gd.4xlarge, r6gd.8xlarge, r6gd.12xlarge, r6gd.16xlarge, x1.16xlarge, x1.32xlarge, x1e.xlarge, x1e.2xlarge, x1e.4xlarge, x1e.8xlarge, x1e.16xlarge, x1e.32xlarge, i2.xlarge, i2.2xlarge, i2.4xlarge, i2.8xlarge, i3.large, i3.xlarge, i3.2xlarge, i3.4xlarge, i3.8xlarge, i3.16xlarge, i3.metal, i3en.large, i3en.xlarge, i3en.2xlarge, i3en.3xlarge, i3en.6xlarge, i3en.12xlarge, i3en.24xlarge, i3en.metal, hi1.4xlarge, hs1.8xlarge, c1.medium, c1.xlarge, c3.large, c3.xlarge, c3.2xlarge, c3.4xlarge, c3.8xlarge, c4.large, c4.xlarge, c4.2xlarge, c4.4xlarge, c4.8xlarge, c5.large, c5.xlarge, c5.2xlarge, c5.4xlarge, c5.9xlarge, c5.12xlarge, c5.18xlarge, c5.24xlarge, c5.metal, c5a.large, c5a.xlarge, c5a.2xlarge, c5a.4xlarge, c5a.8xlarge, c5a.12xlarge, c5a.16xlarge, c5a.24xlarge, c5ad.large, c5ad.xlarge, c5ad.2xlarge, c5ad.4xlarge, c5ad.8xlarge, c5ad.12xlarge, c5ad.16xlarge, c5ad.24xlarge, c5d.large, c5d.xlarge, c5d.2xlarge, c5d.4xlarge, c5d.9xlarge, c5d.12xlarge, c5d.18xlarge, c5d.24xlarge, c5d.metal, c5n.large, c5n.xlarge, c5n.2xlarge, c5n.4xlarge, c5n.9xlarge, c5n.18xlarge, c5n.metal, c6g.metal, c6g.medium, c6g.large, c6g.xlarge, c6g.2xlarge, c6g.4xlarge, c6g.8xlarge, c6g.12xlarge, c6g.16xlarge, c6gd.metal, c6gd.medium, c6gd.large, c6gd.xlarge, c6gd.2xlarge, c6gd.4xlarge, c6gd.8xlarge, c6gd.12xlarge, c6gd.16xlarge, c6gn.medium, c6gn.large, c6gn.xlarge, c6gn.2xlarge, c6gn.4xlarge, c6gn.8xlarge, c6gn.12xlarge, c6gn.16xlarge, cc1.4xlarge, cc2.8xlarge, g2.2xlarge, g2.8xlarge, g3.4xlarge, g3.8xlarge, g3.16xlarge, g3s.xlarge, g4ad.xlarge, g4ad.2xlarge, g4ad.4xlarge, g4ad.8xlarge, g4ad.16xlarge, g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge, g4dn.metal, cg1.4xlarge, p2.xlarge, p2.8xlarge, p2.16xlarge, p3.2xlarge, p3.8xlarge, p3.16xlarge, p3dn.24xlarge, p4d.24xlarge, d2.xlarge, d2.2xlarge, d2.4xlarge, d2.8xlarge, d3.xlarge, d3.2xlarge, d3.4xlarge, d3.8xlarge, d3en.xlarge, d3en.2xlarge, d3en.4xlarge, d3en.6xlarge, d3en.8xlarge, d3en.12xlarge, f1.2xlarge, f1.4xlarge, f1.16xlarge, m5.large, m5.xlarge, m5.2xlarge, m5.4xlarge, m5.8xlarge, m5.12xlarge, m5.16xlarge, m5.24xlarge, m5.metal, m5a.large, m5a.xlarge, m5a.2xlarge, m5a.4xlarge, m5a.8xlarge, m5a.12xlarge, m5a.16xlarge, m5a.24xlarge, m5d.large, m5d.xlarge, m5d.2xlarge, m5d.4xlarge, m5d.8xlarge, m5d.12xlarge, m5d.16xlarge, m5d.24xlarge, m5d.metal, m5ad.large, m5ad.xlarge, m5ad.2xlarge, m5ad.4xlarge, m5ad.8xlarge, m5ad.12xlarge, m5ad.16xlarge, m5ad.24xlarge, m5zn.large, m5zn.xlarge, m5zn.2xlarge, m5zn.3xlarge, m5zn.6xlarge, m5zn.12xlarge, m5zn.metal, h1.2xlarge, h1.4xlarge, h1.8xlarge, h1.16xlarge, z1d.large, z1d.xlarge, z1d.2xlarge, z1d.3xlarge, z1d.6xlarge, z1d.12xlarge, z1d.metal, u-6tb1.56xlarge, u-6tb1.112xlarge, u-9tb1.112xlarge, u-12tb1.112xlarge, u-6tb1.metal, u-9tb1.metal, u-12tb1.metal, u-18tb1.metal, u-24tb1.metal, a1.medium, a1.large, a1.xlarge, a1.2xlarge, a1.4xlarge, a1.metal, m5dn.large, m5dn.xlarge, m5dn.2xlarge, m5dn.4xlarge, m5dn.8xlarge, m5dn.12xlarge, m5dn.16xlarge, m5dn.24xlarge, m5dn.metal, m5n.large, m5n.xlarge, m5n.2xlarge, m5n.4xlarge, m5n.8xlarge, m5n.12xlarge, m5n.16xlarge, m5n.24xlarge, m5n.metal, r5dn.large, r5dn.xlarge, r5dn.2xlarge, r5dn.4xlarge, r5dn.8xlarge, r5dn.12xlarge, r5dn.16xlarge, r5dn.24xlarge, r5dn.metal, r5n.large, r5n.xlarge, r5n.2xlarge, r5n.4xlarge, r5n.8xlarge, r5n.12xlarge, r5n.16xlarge, r5n.24xlarge, r5n.metal, inf1.xlarge, inf1.2xlarge, inf1.6xlarge, inf1.24xlarge, m6g.metal, m6g.medium, m6g.large, m6g.xlarge, m6g.2xlarge, m6g.4xlarge, m6g.8xlarge, m6g.12xlarge, m6g.16xlarge, m6gd.metal, m6gd.medium, m6gd.large, m6gd.xlarge, m6gd.2xlarge, m6gd.4xlarge, m6gd.8xlarge, m6gd.12xlarge, m6gd.16xlarge, m6i.large, m6i.xlarge, m6i.2xlarge, m6i.4xlarge, m6i.8xlarge, m6i.12xlarge, m6i.16xlarge, m6i.24xlarge, m6i.32xlarge, mac1.metal, x2gd.medium, x2gd.large, x2gd.xlarge, x2gd.2xlarge, x2gd.4xlarge, x2gd.8xlarge, x2gd.12xlarge, x2gd.16xlarge, x2gd.metal, vt1.3xlarge, vt1.6xlarge, vt1.24xlarge
35940
36464
  # spot_price: "String",
35941
- # subnet_id: "String",
36465
+ # subnet_id: "SubnetId",
35942
36466
  # availability_zone: "String",
35943
36467
  # weighted_capacity: 1.0,
35944
36468
  # priority: 1.0,
@@ -37223,9 +37747,9 @@ module Aws::EC2
37223
37747
  req.send_request(options)
37224
37748
  end
37225
37749
 
37226
- # Modifies the customer gateway or the target gateway of an AWS
37227
- # Site-to-Site VPN connection. To modify the target gateway, the
37228
- # following migration options are available:
37750
+ # Modifies the customer gateway or the target gateway of an Amazon Web
37751
+ # Services Site-to-Site VPN connection. To modify the target gateway,
37752
+ # the following migration options are available:
37229
37753
  #
37230
37754
  # * An existing virtual private gateway to a new virtual private gateway
37231
37755
  #
@@ -37251,20 +37775,22 @@ module Aws::EC2
37251
37775
  #
37252
37776
  # After you migrate to the new gateway, you might need to modify your
37253
37777
  # VPC route table. Use CreateRoute and DeleteRoute to make the changes
37254
- # described in [VPN Gateway Target Modification Required VPC Route Table
37255
- # Updates][1] in the *AWS Site-to-Site VPN User Guide*.
37778
+ # described in [Update VPC route tables][1] in the *Amazon Web Services
37779
+ # Site-to-Site VPN User Guide*.
37256
37780
  #
37257
37781
  # When the new gateway is a transit gateway, modify the transit gateway
37258
- # route table to allow traffic between the VPC and the AWS Site-to-Site
37259
- # VPN connection. Use CreateTransitGatewayRoute to add the routes.
37782
+ # route table to allow traffic between the VPC and the Amazon Web
37783
+ # Services Site-to-Site VPN connection. Use CreateTransitGatewayRoute to
37784
+ # add the routes.
37260
37785
  #
37261
37786
  # If you deleted VPN static routes, you must add the static routes to
37262
37787
  # the transit gateway route table.
37263
37788
  #
37264
- # After you perform this operation, the AWS VPN endpoint's IP addresses
37265
- # on the AWS side and the tunnel options remain intact. Your AWS
37266
- # Site-to-Site VPN connection will be temporarily unavailable for a
37267
- # brief period while we provision the new endpoints.
37789
+ # After you perform this operation, the VPN endpoint's IP addresses on
37790
+ # the Amazon Web Services side and the tunnel options remain intact.
37791
+ # Your Amazon Web Services Site-to-Site VPN connection will be
37792
+ # temporarily unavailable for a brief period while we provision the new
37793
+ # endpoints.
37268
37794
  #
37269
37795
  #
37270
37796
  #
@@ -37280,8 +37806,8 @@ module Aws::EC2
37280
37806
  # The ID of the customer gateway at your end of the VPN connection.
37281
37807
  #
37282
37808
  # @option params [String] :vpn_gateway_id
37283
- # The ID of the virtual private gateway at the AWS side of the VPN
37284
- # connection.
37809
+ # The ID of the virtual private gateway at the Amazon Web Services side
37810
+ # of the VPN connection.
37285
37811
  #
37286
37812
  # @option params [Boolean] :dry_run
37287
37813
  # Checks whether you have the required permissions for the action,
@@ -37374,9 +37900,9 @@ module Aws::EC2
37374
37900
  # Modifies the connection options for your Site-to-Site VPN connection.
37375
37901
  #
37376
37902
  # When you modify the VPN connection options, the VPN endpoint IP
37377
- # addresses on the AWS side do not change, and the tunnel options do not
37378
- # change. Your VPN connection will be temporarily unavailable for a
37379
- # brief period while the VPN connection is updated.
37903
+ # addresses on the Amazon Web Services side do not change, and the
37904
+ # tunnel options do not change. Your VPN connection will be temporarily
37905
+ # unavailable for a brief period while the VPN connection is updated.
37380
37906
  #
37381
37907
  # @option params [required, String] :vpn_connection_id
37382
37908
  # The ID of the Site-to-Site VPN connection.
@@ -37388,7 +37914,7 @@ module Aws::EC2
37388
37914
  # Default: `0.0.0.0/0`
37389
37915
  #
37390
37916
  # @option params [String] :remote_ipv_4_network_cidr
37391
- # The IPv4 CIDR on the AWS side of the VPN connection.
37917
+ # The IPv4 CIDR on the Amazon Web Services side of the VPN connection.
37392
37918
  #
37393
37919
  # Default: `0.0.0.0/0`
37394
37920
  #
@@ -37399,7 +37925,7 @@ module Aws::EC2
37399
37925
  # Default: `::/0`
37400
37926
  #
37401
37927
  # @option params [String] :remote_ipv_6_network_cidr
37402
- # The IPv6 CIDR on the AWS side of the VPN connection.
37928
+ # The IPv6 CIDR on the Amazon Web Services side of the VPN connection.
37403
37929
  #
37404
37930
  # Default: `::/0`
37405
37931
  #
@@ -37495,7 +38021,7 @@ module Aws::EC2
37495
38021
  # Modifies the VPN tunnel endpoint certificate.
37496
38022
  #
37497
38023
  # @option params [required, String] :vpn_connection_id
37498
- # The ID of the AWS Site-to-Site VPN connection.
38024
+ # The ID of the Amazon Web Services Site-to-Site VPN connection.
37499
38025
  #
37500
38026
  # @option params [required, String] :vpn_tunnel_outside_ip_address
37501
38027
  # The external IP address of the VPN tunnel.
@@ -37586,19 +38112,19 @@ module Aws::EC2
37586
38112
  req.send_request(options)
37587
38113
  end
37588
38114
 
37589
- # Modifies the options for a VPN tunnel in an AWS Site-to-Site VPN
37590
- # connection. You can modify multiple options for a tunnel in a single
37591
- # request, but you can only modify one tunnel at a time. For more
37592
- # information, see [Site-to-Site VPN Tunnel Options for Your
37593
- # Site-to-Site VPN Connection][1] in the *AWS Site-to-Site VPN User
37594
- # Guide*.
38115
+ # Modifies the options for a VPN tunnel in an Amazon Web Services
38116
+ # Site-to-Site VPN connection. You can modify multiple options for a
38117
+ # tunnel in a single request, but you can only modify one tunnel at a
38118
+ # time. For more information, see [Site-to-Site VPN tunnel options for
38119
+ # your Site-to-Site VPN connection][1] in the *Amazon Web Services
38120
+ # Site-to-Site VPN User Guide*.
37595
38121
  #
37596
38122
  #
37597
38123
  #
37598
38124
  # [1]: https://docs.aws.amazon.com/vpn/latest/s2svpn/VPNTunnels.html
37599
38125
  #
37600
38126
  # @option params [required, String] :vpn_connection_id
37601
- # The ID of the AWS Site-to-Site VPN connection.
38127
+ # The ID of the Amazon Web Services Site-to-Site VPN connection.
37602
38128
  #
37603
38129
  # @option params [required, String] :vpn_tunnel_outside_ip_address
37604
38130
  # The external IP address of the VPN tunnel.
@@ -39839,7 +40365,7 @@ module Aws::EC2
39839
40365
  # ipv_6_address: "String",
39840
40366
  # },
39841
40367
  # ],
39842
- # network_interface_id: "String",
40368
+ # network_interface_id: "NetworkInterfaceId",
39843
40369
  # private_ip_address: "String",
39844
40370
  # private_ip_addresses: [
39845
40371
  # {
@@ -39900,7 +40426,7 @@ module Aws::EC2
39900
40426
  # {
39901
40427
  # instance_type: "t1.micro", # accepts t1.micro, t2.nano, t2.micro, t2.small, t2.medium, t2.large, t2.xlarge, t2.2xlarge, t3.nano, t3.micro, t3.small, t3.medium, t3.large, t3.xlarge, t3.2xlarge, t3a.nano, t3a.micro, t3a.small, t3a.medium, t3a.large, t3a.xlarge, t3a.2xlarge, t4g.nano, t4g.micro, t4g.small, t4g.medium, t4g.large, t4g.xlarge, t4g.2xlarge, m1.small, m1.medium, m1.large, m1.xlarge, m3.medium, m3.large, m3.xlarge, m3.2xlarge, m4.large, m4.xlarge, m4.2xlarge, m4.4xlarge, m4.10xlarge, m4.16xlarge, m2.xlarge, m2.2xlarge, m2.4xlarge, cr1.8xlarge, r3.large, r3.xlarge, r3.2xlarge, r3.4xlarge, r3.8xlarge, r4.large, r4.xlarge, r4.2xlarge, r4.4xlarge, r4.8xlarge, r4.16xlarge, r5.large, r5.xlarge, r5.2xlarge, r5.4xlarge, r5.8xlarge, r5.12xlarge, r5.16xlarge, r5.24xlarge, r5.metal, r5a.large, r5a.xlarge, r5a.2xlarge, r5a.4xlarge, r5a.8xlarge, r5a.12xlarge, r5a.16xlarge, r5a.24xlarge, r5b.large, r5b.xlarge, r5b.2xlarge, r5b.4xlarge, r5b.8xlarge, r5b.12xlarge, r5b.16xlarge, r5b.24xlarge, r5b.metal, r5d.large, r5d.xlarge, r5d.2xlarge, r5d.4xlarge, r5d.8xlarge, r5d.12xlarge, r5d.16xlarge, r5d.24xlarge, r5d.metal, r5ad.large, r5ad.xlarge, r5ad.2xlarge, r5ad.4xlarge, r5ad.8xlarge, r5ad.12xlarge, r5ad.16xlarge, r5ad.24xlarge, r6g.metal, r6g.medium, r6g.large, r6g.xlarge, r6g.2xlarge, r6g.4xlarge, r6g.8xlarge, r6g.12xlarge, r6g.16xlarge, r6gd.metal, r6gd.medium, r6gd.large, r6gd.xlarge, r6gd.2xlarge, r6gd.4xlarge, r6gd.8xlarge, r6gd.12xlarge, r6gd.16xlarge, x1.16xlarge, x1.32xlarge, x1e.xlarge, x1e.2xlarge, x1e.4xlarge, x1e.8xlarge, x1e.16xlarge, x1e.32xlarge, i2.xlarge, i2.2xlarge, i2.4xlarge, i2.8xlarge, i3.large, i3.xlarge, i3.2xlarge, i3.4xlarge, i3.8xlarge, i3.16xlarge, i3.metal, i3en.large, i3en.xlarge, i3en.2xlarge, i3en.3xlarge, i3en.6xlarge, i3en.12xlarge, i3en.24xlarge, i3en.metal, hi1.4xlarge, hs1.8xlarge, c1.medium, c1.xlarge, c3.large, c3.xlarge, c3.2xlarge, c3.4xlarge, c3.8xlarge, c4.large, c4.xlarge, c4.2xlarge, c4.4xlarge, c4.8xlarge, c5.large, c5.xlarge, c5.2xlarge, c5.4xlarge, c5.9xlarge, c5.12xlarge, c5.18xlarge, c5.24xlarge, c5.metal, c5a.large, c5a.xlarge, c5a.2xlarge, c5a.4xlarge, c5a.8xlarge, c5a.12xlarge, c5a.16xlarge, c5a.24xlarge, c5ad.large, c5ad.xlarge, c5ad.2xlarge, c5ad.4xlarge, c5ad.8xlarge, c5ad.12xlarge, c5ad.16xlarge, c5ad.24xlarge, c5d.large, c5d.xlarge, c5d.2xlarge, c5d.4xlarge, c5d.9xlarge, c5d.12xlarge, c5d.18xlarge, c5d.24xlarge, c5d.metal, c5n.large, c5n.xlarge, c5n.2xlarge, c5n.4xlarge, c5n.9xlarge, c5n.18xlarge, c5n.metal, c6g.metal, c6g.medium, c6g.large, c6g.xlarge, c6g.2xlarge, c6g.4xlarge, c6g.8xlarge, c6g.12xlarge, c6g.16xlarge, c6gd.metal, c6gd.medium, c6gd.large, c6gd.xlarge, c6gd.2xlarge, c6gd.4xlarge, c6gd.8xlarge, c6gd.12xlarge, c6gd.16xlarge, c6gn.medium, c6gn.large, c6gn.xlarge, c6gn.2xlarge, c6gn.4xlarge, c6gn.8xlarge, c6gn.12xlarge, c6gn.16xlarge, cc1.4xlarge, cc2.8xlarge, g2.2xlarge, g2.8xlarge, g3.4xlarge, g3.8xlarge, g3.16xlarge, g3s.xlarge, g4ad.xlarge, g4ad.2xlarge, g4ad.4xlarge, g4ad.8xlarge, g4ad.16xlarge, g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge, g4dn.metal, cg1.4xlarge, p2.xlarge, p2.8xlarge, p2.16xlarge, p3.2xlarge, p3.8xlarge, p3.16xlarge, p3dn.24xlarge, p4d.24xlarge, d2.xlarge, d2.2xlarge, d2.4xlarge, d2.8xlarge, d3.xlarge, d3.2xlarge, d3.4xlarge, d3.8xlarge, d3en.xlarge, d3en.2xlarge, d3en.4xlarge, d3en.6xlarge, d3en.8xlarge, d3en.12xlarge, f1.2xlarge, f1.4xlarge, f1.16xlarge, m5.large, m5.xlarge, m5.2xlarge, m5.4xlarge, m5.8xlarge, m5.12xlarge, m5.16xlarge, m5.24xlarge, m5.metal, m5a.large, m5a.xlarge, m5a.2xlarge, m5a.4xlarge, m5a.8xlarge, m5a.12xlarge, m5a.16xlarge, m5a.24xlarge, m5d.large, m5d.xlarge, m5d.2xlarge, m5d.4xlarge, m5d.8xlarge, m5d.12xlarge, m5d.16xlarge, m5d.24xlarge, m5d.metal, m5ad.large, m5ad.xlarge, m5ad.2xlarge, m5ad.4xlarge, m5ad.8xlarge, m5ad.12xlarge, m5ad.16xlarge, m5ad.24xlarge, m5zn.large, m5zn.xlarge, m5zn.2xlarge, m5zn.3xlarge, m5zn.6xlarge, m5zn.12xlarge, m5zn.metal, h1.2xlarge, h1.4xlarge, h1.8xlarge, h1.16xlarge, z1d.large, z1d.xlarge, z1d.2xlarge, z1d.3xlarge, z1d.6xlarge, z1d.12xlarge, z1d.metal, u-6tb1.56xlarge, u-6tb1.112xlarge, u-9tb1.112xlarge, u-12tb1.112xlarge, u-6tb1.metal, u-9tb1.metal, u-12tb1.metal, u-18tb1.metal, u-24tb1.metal, a1.medium, a1.large, a1.xlarge, a1.2xlarge, a1.4xlarge, a1.metal, m5dn.large, m5dn.xlarge, m5dn.2xlarge, m5dn.4xlarge, m5dn.8xlarge, m5dn.12xlarge, m5dn.16xlarge, m5dn.24xlarge, m5dn.metal, m5n.large, m5n.xlarge, m5n.2xlarge, m5n.4xlarge, m5n.8xlarge, m5n.12xlarge, m5n.16xlarge, m5n.24xlarge, m5n.metal, r5dn.large, r5dn.xlarge, r5dn.2xlarge, r5dn.4xlarge, r5dn.8xlarge, r5dn.12xlarge, r5dn.16xlarge, r5dn.24xlarge, r5dn.metal, r5n.large, r5n.xlarge, r5n.2xlarge, r5n.4xlarge, r5n.8xlarge, r5n.12xlarge, r5n.16xlarge, r5n.24xlarge, r5n.metal, inf1.xlarge, inf1.2xlarge, inf1.6xlarge, inf1.24xlarge, m6g.metal, m6g.medium, m6g.large, m6g.xlarge, m6g.2xlarge, m6g.4xlarge, m6g.8xlarge, m6g.12xlarge, m6g.16xlarge, m6gd.metal, m6gd.medium, m6gd.large, m6gd.xlarge, m6gd.2xlarge, m6gd.4xlarge, m6gd.8xlarge, m6gd.12xlarge, m6gd.16xlarge, m6i.large, m6i.xlarge, m6i.2xlarge, m6i.4xlarge, m6i.8xlarge, m6i.12xlarge, m6i.16xlarge, m6i.24xlarge, m6i.32xlarge, mac1.metal, x2gd.medium, x2gd.large, x2gd.xlarge, x2gd.2xlarge, x2gd.4xlarge, x2gd.8xlarge, x2gd.12xlarge, x2gd.16xlarge, x2gd.metal, vt1.3xlarge, vt1.6xlarge, vt1.24xlarge
39902
40428
  # spot_price: "String",
39903
- # subnet_id: "String",
40429
+ # subnet_id: "SubnetId",
39904
40430
  # availability_zone: "String",
39905
40431
  # weighted_capacity: 1.0,
39906
40432
  # priority: 1.0,
@@ -40186,7 +40712,7 @@ module Aws::EC2
40186
40712
  # ipv_6_address: "String",
40187
40713
  # },
40188
40714
  # ],
40189
- # network_interface_id: "String",
40715
+ # network_interface_id: "NetworkInterfaceId",
40190
40716
  # private_ip_address: "String",
40191
40717
  # private_ip_addresses: [
40192
40718
  # {
@@ -41648,7 +42174,7 @@ module Aws::EC2
41648
42174
  # placement: {
41649
42175
  # availability_zone: "String",
41650
42176
  # affinity: "String",
41651
- # group_name: "String",
42177
+ # group_name: "PlacementGroupName",
41652
42178
  # partition_number: 1,
41653
42179
  # host_id: "String",
41654
42180
  # tenancy: "default", # accepts default, dedicated, host
@@ -41683,7 +42209,7 @@ module Aws::EC2
41683
42209
  # ipv_6_address: "String",
41684
42210
  # },
41685
42211
  # ],
41686
- # network_interface_id: "String",
42212
+ # network_interface_id: "NetworkInterfaceId",
41687
42213
  # private_ip_address: "String",
41688
42214
  # private_ip_addresses: [
41689
42215
  # {
@@ -41911,6 +42437,9 @@ module Aws::EC2
41911
42437
  # resp.instances[0].metadata_options.http_protocol_ipv_6 #=> String, one of "disabled", "enabled"
41912
42438
  # resp.instances[0].enclave_options.enabled #=> Boolean
41913
42439
  # resp.instances[0].boot_mode #=> String, one of "legacy-bios", "uefi"
42440
+ # resp.instances[0].platform_details #=> String
42441
+ # resp.instances[0].usage_operation #=> String
42442
+ # resp.instances[0].usage_operation_update_time #=> Time
41914
42443
  # resp.owner_id #=> String
41915
42444
  # resp.requester_id #=> String
41916
42445
  # resp.reservation_id #=> String
@@ -42129,7 +42658,7 @@ module Aws::EC2
42129
42658
  # @option params [required, String] :local_gateway_route_table_id
42130
42659
  # The ID of the local gateway route table.
42131
42660
  #
42132
- # @option params [required, Array<Types::Filter>] :filters
42661
+ # @option params [Array<Types::Filter>] :filters
42133
42662
  # One or more filters.
42134
42663
  #
42135
42664
  # @option params [Integer] :max_results
@@ -42157,7 +42686,7 @@ module Aws::EC2
42157
42686
  #
42158
42687
  # resp = client.search_local_gateway_routes({
42159
42688
  # local_gateway_route_table_id: "LocalGatewayRoutetableId", # required
42160
- # filters: [ # required
42689
+ # filters: [
42161
42690
  # {
42162
42691
  # name: "String",
42163
42692
  # values: ["String"],
@@ -43640,7 +44169,7 @@ module Aws::EC2
43640
44169
  params: params,
43641
44170
  config: config)
43642
44171
  context[:gem_name] = 'aws-sdk-ec2'
43643
- context[:gem_version] = '1.263.0'
44172
+ context[:gem_version] = '1.267.0'
43644
44173
  Seahorse::Client::Request.new(handlers, context)
43645
44174
  end
43646
44175