aws-sdk-ec2 1.124.0 → 1.129.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fc71ff23df209755f52fce9a6995c27059eb1624
4
- data.tar.gz: fd76c333096e1549ff40f5d9e6648155a3b3fd4e
3
+ metadata.gz: bda40051a78f5a123e05d4649b0fe0b978ecac34
4
+ data.tar.gz: cd00082ce8dd8a4974e3ec406be94aa0ccbd6fc1
5
5
  SHA512:
6
- metadata.gz: 88afb8a02c5bf8dd70b8f23f26a41ae4a839cbab94df9cde6fde6480681bcc31593b502be3e8fa9fd18aefd189d679f7dee4ebfb1ce8519ef3c53473bcf5e9fd
7
- data.tar.gz: 12fdfcdfb74d10a0e20a63349bd1980c94d536f095d7b7dc80937a6b7abb58d8cab87ab412524147d48c55dd099ae74302a28e888cc666c801217c0f25dfe68b
6
+ metadata.gz: 5dd9100310fc83bf023c0d3fcae7b2f2302db63641759cb06d359a94ee2dc3e452c6985bf60a7aa0af07d825adfd7acbf8271627c0cffdfae95ec210eb9e3800
7
+ data.tar.gz: e3eedf7055d8816a7641e5cb99b55648f000a75bdb4b0248b2b83a74f6aed94372cf2d48f79593bc3737ea8038ef26dd9555be4d530b5f1757f1b6f9ba870ef2
@@ -66,6 +66,6 @@ require_relative 'aws-sdk-ec2/customizations'
66
66
  # @service
67
67
  module Aws::EC2
68
68
 
69
- GEM_VERSION = '1.124.0'
69
+ GEM_VERSION = '1.129.0'
70
70
 
71
71
  end
@@ -801,7 +801,7 @@ module Aws::EC2
801
801
  # quantity: 1, # required
802
802
  # tag_specifications: [
803
803
  # {
804
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, 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
804
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
805
805
  # tags: [
806
806
  # {
807
807
  # key: "String",
@@ -1053,6 +1053,9 @@ module Aws::EC2
1053
1053
  # an instance or network interface that has an existing Elastic IP
1054
1054
  # address.
1055
1055
  #
1056
+ # You cannot associate an Elastic IP address with an interface in a
1057
+ # different network border group.
1058
+ #
1056
1059
  # This is an idempotent operation. If you perform the operation more
1057
1060
  # than once, Amazon EC2 doesn't return an error, and you may be charged
1058
1061
  # for each time the Elastic IP address is remapped to the same instance.
@@ -3102,11 +3105,11 @@ module Aws::EC2
3102
3105
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html
3103
3106
  #
3104
3107
  # @option params [String] :kms_key_id
3105
- # An identifier for the AWS Key Management Service (AWS KMS) customer
3106
- # master key (CMK) to use when creating the encrypted volume. This
3107
- # parameter is only required if you want to use a non-default CMK; if
3108
- # this parameter is not specified, the default CMK for EBS is used. If a
3109
- # `KmsKeyId` is specified, the `Encrypted` flag must also be set.
3108
+ # An identifier for the symmetric AWS Key Management Service (AWS KMS)
3109
+ # customer master key (CMK) to use when creating the encrypted volume.
3110
+ # This parameter is only required if you want to use a non-default CMK;
3111
+ # if this parameter is not specified, the default CMK for EBS is used.
3112
+ # If a `KmsKeyId` is specified, the `Encrypted` flag must also be set.
3110
3113
  #
3111
3114
  # To specify a CMK, use its key ID, Amazon Resource Name (ARN), alias
3112
3115
  # name, or alias ARN. When using an alias name, prefix it with
@@ -3128,6 +3131,8 @@ module Aws::EC2
3128
3131
  # The specified CMK must exist in the Region that the snapshot is being
3129
3132
  # copied to.
3130
3133
  #
3134
+ # Amazon EBS does not support asymmetric CMKs.
3135
+ #
3131
3136
  # @option params [required, String] :name
3132
3137
  # The name of the new AMI in the destination Region.
3133
3138
  #
@@ -3359,7 +3364,7 @@ module Aws::EC2
3359
3364
  # source_snapshot_id: "String", # required
3360
3365
  # tag_specifications: [
3361
3366
  # {
3362
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, 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
3367
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
3363
3368
  # tags: [
3364
3369
  # {
3365
3370
  # key: "String",
@@ -3547,7 +3552,7 @@ module Aws::EC2
3547
3552
  # instance_match_criteria: "open", # accepts open, targeted
3548
3553
  # tag_specifications: [
3549
3554
  # {
3550
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, 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
3555
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
3551
3556
  # tags: [
3552
3557
  # {
3553
3558
  # key: "String",
@@ -3715,7 +3720,7 @@ module Aws::EC2
3715
3720
  # client_token: "String",
3716
3721
  # tag_specifications: [
3717
3722
  # {
3718
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, 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
3723
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
3719
3724
  # tags: [
3720
3725
  # {
3721
3726
  # key: "String",
@@ -4277,7 +4282,7 @@ module Aws::EC2
4277
4282
  # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
4278
4283
  #
4279
4284
  # @option params [String] :client_token
4280
- # Unique, case-sensitive identifier you provide to ensure the
4285
+ # Unique, case-sensitive identifier that you provide to ensure the
4281
4286
  # idempotency of the request. For more information, see [Ensuring
4282
4287
  # Idempotency][1].
4283
4288
  #
@@ -4369,6 +4374,9 @@ module Aws::EC2
4369
4374
  # },
4370
4375
  # on_demand_options: {
4371
4376
  # allocation_strategy: "lowest-price", # accepts lowest-price, prioritized
4377
+ # capacity_reservation_options: {
4378
+ # usage_strategy: "use-capacity-reservations-first", # accepts use-capacity-reservations-first
4379
+ # },
4372
4380
  # single_instance_type: false,
4373
4381
  # single_availability_zone: false,
4374
4382
  # min_target_capacity: 1,
@@ -4417,7 +4425,7 @@ module Aws::EC2
4417
4425
  # replace_unhealthy_instances: false,
4418
4426
  # tag_specifications: [
4419
4427
  # {
4420
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, 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
4428
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
4421
4429
  # tags: [
4422
4430
  # {
4423
4431
  # key: "String",
@@ -4695,7 +4703,7 @@ module Aws::EC2
4695
4703
  # client_token: "String",
4696
4704
  # tag_specifications: [
4697
4705
  # {
4698
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, 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
4706
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
4699
4707
  # tags: [
4700
4708
  # {
4701
4709
  # key: "String",
@@ -4894,6 +4902,9 @@ module Aws::EC2
4894
4902
  # resp.export_task.instance_export_details.target_environment #=> String, one of "citrix", "vmware", "microsoft"
4895
4903
  # resp.export_task.state #=> String, one of "active", "cancelling", "cancelled", "completed"
4896
4904
  # resp.export_task.status_message #=> String
4905
+ # resp.export_task.tags #=> Array
4906
+ # resp.export_task.tags[0].key #=> String
4907
+ # resp.export_task.tags[0].value #=> String
4897
4908
  #
4898
4909
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateInstanceExportTask AWS API Documentation
4899
4910
  #
@@ -5004,6 +5015,7 @@ module Aws::EC2
5004
5015
  # * {Types::KeyPair#key_fingerprint #key_fingerprint} => String
5005
5016
  # * {Types::KeyPair#key_material #key_material} => String
5006
5017
  # * {Types::KeyPair#key_name #key_name} => String
5018
+ # * {Types::KeyPair#key_pair_id #key_pair_id} => String
5007
5019
  #
5008
5020
  #
5009
5021
  # @example Example: To create a key pair
@@ -5026,6 +5038,7 @@ module Aws::EC2
5026
5038
  # resp.key_fingerprint #=> String
5027
5039
  # resp.key_material #=> String
5028
5040
  # resp.key_name #=> String
5041
+ # resp.key_pair_id #=> String
5029
5042
  #
5030
5043
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateKeyPair AWS API Documentation
5031
5044
  #
@@ -5197,7 +5210,7 @@ module Aws::EC2
5197
5210
  # user_data: "String",
5198
5211
  # tag_specifications: [
5199
5212
  # {
5200
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, 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
5213
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
5201
5214
  # tags: [
5202
5215
  # {
5203
5216
  # key: "String",
@@ -5253,7 +5266,7 @@ module Aws::EC2
5253
5266
  # },
5254
5267
  # tag_specifications: [
5255
5268
  # {
5256
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, 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
5269
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
5257
5270
  # tags: [
5258
5271
  # {
5259
5272
  # key: "String",
@@ -5459,7 +5472,7 @@ module Aws::EC2
5459
5472
  # user_data: "String",
5460
5473
  # tag_specifications: [
5461
5474
  # {
5462
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, 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
5475
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
5463
5476
  # tags: [
5464
5477
  # {
5465
5478
  # key: "String",
@@ -5573,7 +5586,7 @@ module Aws::EC2
5573
5586
  # resp.launch_template_version.launch_template_data.instance_initiated_shutdown_behavior #=> String, one of "stop", "terminate"
5574
5587
  # resp.launch_template_version.launch_template_data.user_data #=> String
5575
5588
  # resp.launch_template_version.launch_template_data.tag_specifications #=> Array
5576
- # resp.launch_template_version.launch_template_data.tag_specifications[0].resource_type #=> String, one of "client-vpn-endpoint", "customer-gateway", "dedicated-host", "dhcp-options", "elastic-ip", "fleet", "fpga-image", "host-reservation", "image", "instance", "internet-gateway", "launch-template", "natgateway", "network-acl", "network-interface", "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"
5589
+ # resp.launch_template_version.launch_template_data.tag_specifications[0].resource_type #=> String, one of "client-vpn-endpoint", "customer-gateway", "dedicated-host", "dhcp-options", "elastic-ip", "fleet", "fpga-image", "host-reservation", "image", "instance", "internet-gateway", "key-pair", "launch-template", "natgateway", "network-acl", "network-interface", "placement-group", "reserved-instances", "route-table", "security-group", "snapshot", "spot-fleet-request", "spot-instances-request", "subnet", "traffic-mirror-filter", "traffic-mirror-session", "traffic-mirror-target", "transit-gateway", "transit-gateway-attachment", "transit-gateway-multicast-domain", "transit-gateway-route-table", "volume", "vpc", "vpc-peering-connection", "vpn-connection", "vpn-gateway"
5577
5590
  # resp.launch_template_version.launch_template_data.tag_specifications[0].tags #=> Array
5578
5591
  # resp.launch_template_version.launch_template_data.tag_specifications[0].tags[0].key #=> String
5579
5592
  # resp.launch_template_version.launch_template_data.tag_specifications[0].tags[0].value #=> String
@@ -6895,7 +6908,7 @@ module Aws::EC2
6895
6908
  # volume_id: "VolumeId", # required
6896
6909
  # tag_specifications: [
6897
6910
  # {
6898
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, 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
6911
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
6899
6912
  # tags: [
6900
6913
  # {
6901
6914
  # key: "String",
@@ -6974,7 +6987,7 @@ module Aws::EC2
6974
6987
  # },
6975
6988
  # tag_specifications: [
6976
6989
  # {
6977
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, 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
6990
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
6978
6991
  # tags: [
6979
6992
  # {
6980
6993
  # key: "String",
@@ -7354,7 +7367,7 @@ module Aws::EC2
7354
7367
  # description: "String",
7355
7368
  # tag_specifications: [
7356
7369
  # {
7357
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, 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
7370
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7358
7371
  # tags: [
7359
7372
  # {
7360
7373
  # key: "String",
@@ -7628,7 +7641,7 @@ module Aws::EC2
7628
7641
  # description: "String",
7629
7642
  # tag_specifications: [
7630
7643
  # {
7631
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, 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
7644
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7632
7645
  # tags: [
7633
7646
  # {
7634
7647
  # key: "String",
@@ -7727,7 +7740,7 @@ module Aws::EC2
7727
7740
  # description: "String",
7728
7741
  # tag_specifications: [
7729
7742
  # {
7730
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, 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
7743
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7731
7744
  # tags: [
7732
7745
  # {
7733
7746
  # key: "String",
@@ -7820,7 +7833,7 @@ module Aws::EC2
7820
7833
  # },
7821
7834
  # tag_specifications: [
7822
7835
  # {
7823
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, 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
7836
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7824
7837
  # tags: [
7825
7838
  # {
7826
7839
  # key: "String",
@@ -7894,7 +7907,7 @@ module Aws::EC2
7894
7907
  # transit_gateway_id: "String", # required
7895
7908
  # tag_specifications: [
7896
7909
  # {
7897
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, 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
7910
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7898
7911
  # tags: [
7899
7912
  # {
7900
7913
  # key: "String",
@@ -7968,7 +7981,7 @@ module Aws::EC2
7968
7981
  # peer_region: "String", # required
7969
7982
  # tag_specifications: [
7970
7983
  # {
7971
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, 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
7984
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7972
7985
  # tags: [
7973
7986
  # {
7974
7987
  # key: "String",
@@ -8084,7 +8097,7 @@ module Aws::EC2
8084
8097
  # transit_gateway_id: "String", # required
8085
8098
  # tag_specifications: [
8086
8099
  # {
8087
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, 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
8100
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
8088
8101
  # tags: [
8089
8102
  # {
8090
8103
  # key: "String",
@@ -8166,7 +8179,7 @@ module Aws::EC2
8166
8179
  # },
8167
8180
  # tag_specifications: [
8168
8181
  # {
8169
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, 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
8182
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
8170
8183
  # tags: [
8171
8184
  # {
8172
8185
  # key: "String",
@@ -8413,7 +8426,7 @@ module Aws::EC2
8413
8426
  # dry_run: false,
8414
8427
  # tag_specifications: [
8415
8428
  # {
8416
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, 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
8429
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
8417
8430
  # tags: [
8418
8431
  # {
8419
8432
  # key: "String",
@@ -9665,7 +9678,7 @@ module Aws::EC2
9665
9678
  # @example Request syntax with placeholder values
9666
9679
  #
9667
9680
  # resp = client.delete_key_pair({
9668
- # key_name: "String", # required
9681
+ # key_name: "KeyPairName", # required
9669
9682
  # dry_run: false,
9670
9683
  # })
9671
9684
  #
@@ -11544,8 +11557,10 @@ module Aws::EC2
11544
11557
  # * `default-vpc`\: The ID of the default VPC for your account, or
11545
11558
  # `none`.
11546
11559
  #
11547
- # * `max-instances`\: The maximum number of On-Demand Instances that you
11548
- # can run.
11560
+ # * `max-instances`\: This attribute is no longer supported. The
11561
+ # returned value does not reflect your actual vCPU limit for running
11562
+ # On-Demand Instances. For more information, see [On-Demand Instance
11563
+ # Limits][1] in the *Amazon Elastic Compute Cloud User Guide*.
11549
11564
  #
11550
11565
  # * `vpc-max-security-groups-per-interface`\: The maximum number of
11551
11566
  # security groups that you can assign to a network interface.
@@ -11556,6 +11571,10 @@ module Aws::EC2
11556
11571
  # * `vpc-max-elastic-ips`\: The maximum number of Elastic IP addresses
11557
11572
  # that you can allocate for use with EC2-VPC.
11558
11573
  #
11574
+ #
11575
+ #
11576
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-on-demand-instances.html#ec2-on-demand-instances-limits
11577
+ #
11559
11578
  # @option params [Array<String>] :attribute_names
11560
11579
  # The account attribute names.
11561
11580
  #
@@ -11708,6 +11727,9 @@ module Aws::EC2
11708
11727
  # * `instance-id` - The ID of the instance the address is associated
11709
11728
  # with, if any.
11710
11729
  #
11730
+ # * `network-border-group` - The location from where the IP address is
11731
+ # advertised.
11732
+ #
11711
11733
  # * `network-interface-id` - \[EC2-VPC\] The ID of the network interface
11712
11734
  # that the address is associated with, if any.
11713
11735
  #
@@ -13238,6 +13260,9 @@ module Aws::EC2
13238
13260
  # resp.elastic_gpu_set[0].elastic_gpu_health.status #=> String, one of "OK", "IMPAIRED"
13239
13261
  # resp.elastic_gpu_set[0].elastic_gpu_state #=> String, one of "ATTACHED"
13240
13262
  # resp.elastic_gpu_set[0].instance_id #=> String
13263
+ # resp.elastic_gpu_set[0].tags #=> Array
13264
+ # resp.elastic_gpu_set[0].tags[0].key #=> String
13265
+ # resp.elastic_gpu_set[0].tags[0].value #=> String
13241
13266
  # resp.max_results #=> Integer
13242
13267
  # resp.next_token #=> String
13243
13268
  #
@@ -13320,6 +13345,8 @@ module Aws::EC2
13320
13345
  # @option params [Array<String>] :export_task_ids
13321
13346
  # The export task IDs.
13322
13347
  #
13348
+ # @option params [Array<Types::Filter>] :filters
13349
+ #
13323
13350
  # @return [Types::DescribeExportTasksResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
13324
13351
  #
13325
13352
  # * {Types::DescribeExportTasksResult#export_tasks #export_tasks} => Array&lt;Types::ExportTask&gt;
@@ -13328,6 +13355,12 @@ module Aws::EC2
13328
13355
  #
13329
13356
  # resp = client.describe_export_tasks({
13330
13357
  # export_task_ids: ["String"],
13358
+ # filters: [
13359
+ # {
13360
+ # name: "String",
13361
+ # values: ["String"],
13362
+ # },
13363
+ # ],
13331
13364
  # })
13332
13365
  #
13333
13366
  # @example Response structure
@@ -13343,6 +13376,9 @@ module Aws::EC2
13343
13376
  # resp.export_tasks[0].instance_export_details.target_environment #=> String, one of "citrix", "vmware", "microsoft"
13344
13377
  # resp.export_tasks[0].state #=> String, one of "active", "cancelling", "cancelled", "completed"
13345
13378
  # resp.export_tasks[0].status_message #=> String
13379
+ # resp.export_tasks[0].tags #=> Array
13380
+ # resp.export_tasks[0].tags[0].key #=> String
13381
+ # resp.export_tasks[0].tags[0].value #=> String
13346
13382
  #
13347
13383
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeExportTasks AWS API Documentation
13348
13384
  #
@@ -13567,7 +13603,7 @@ module Aws::EC2
13567
13603
  req.send_request(options)
13568
13604
  end
13569
13605
 
13570
- # Describes the specified EC2 Fleets or all your EC2 Fleets.
13606
+ # Describes the specified EC2 Fleets or all of your EC2 Fleets.
13571
13607
  #
13572
13608
  # @option params [Boolean] :dry_run
13573
13609
  # Checks whether you have the required permissions for the action,
@@ -13667,6 +13703,7 @@ module Aws::EC2
13667
13703
  # resp.fleets[0].spot_options.min_target_capacity #=> Integer
13668
13704
  # resp.fleets[0].spot_options.max_total_price #=> String
13669
13705
  # resp.fleets[0].on_demand_options.allocation_strategy #=> String, one of "lowest-price", "prioritized"
13706
+ # resp.fleets[0].on_demand_options.capacity_reservation_options.usage_strategy #=> String, one of "use-capacity-reservations-first"
13670
13707
  # resp.fleets[0].on_demand_options.single_instance_type #=> Boolean
13671
13708
  # resp.fleets[0].on_demand_options.single_availability_zone #=> Boolean
13672
13709
  # resp.fleets[0].on_demand_options.min_target_capacity #=> Integer
@@ -14880,6 +14917,9 @@ module Aws::EC2
14880
14917
  # resp.import_image_tasks[0].snapshot_details[0].user_bucket.s3_key #=> String
14881
14918
  # resp.import_image_tasks[0].status #=> String
14882
14919
  # resp.import_image_tasks[0].status_message #=> String
14920
+ # resp.import_image_tasks[0].tags #=> Array
14921
+ # resp.import_image_tasks[0].tags[0].key #=> String
14922
+ # resp.import_image_tasks[0].tags[0].value #=> String
14883
14923
  # resp.import_image_tasks[0].license_specifications #=> Array
14884
14924
  # resp.import_image_tasks[0].license_specifications[0].license_configuration_arn #=> String
14885
14925
  # resp.next_token #=> String
@@ -14952,6 +14992,9 @@ module Aws::EC2
14952
14992
  # resp.import_snapshot_tasks[0].snapshot_task_detail.url #=> String
14953
14993
  # resp.import_snapshot_tasks[0].snapshot_task_detail.user_bucket.s3_bucket #=> String
14954
14994
  # resp.import_snapshot_tasks[0].snapshot_task_detail.user_bucket.s3_key #=> String
14995
+ # resp.import_snapshot_tasks[0].tags #=> Array
14996
+ # resp.import_snapshot_tasks[0].tags[0].key #=> String
14997
+ # resp.import_snapshot_tasks[0].tags[0].value #=> String
14955
14998
  # resp.next_token #=> String
14956
14999
  #
14957
15000
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeImportSnapshotTasks AWS API Documentation
@@ -15617,8 +15660,8 @@ module Aws::EC2
15617
15660
  # resp.instance_types[0].free_tier_eligible #=> Boolean
15618
15661
  # resp.instance_types[0].supported_usage_classes #=> Array
15619
15662
  # resp.instance_types[0].supported_usage_classes[0] #=> String, one of "spot", "on-demand"
15620
- # resp.instance_types[0].supported_root_devices #=> Array
15621
- # resp.instance_types[0].supported_root_devices[0] #=> String, one of "ebs", "instance-store"
15663
+ # resp.instance_types[0].supported_root_device_types #=> Array
15664
+ # resp.instance_types[0].supported_root_device_types[0] #=> String, one of "ebs", "instance-store"
15622
15665
  # resp.instance_types[0].bare_metal #=> Boolean
15623
15666
  # resp.instance_types[0].hypervisor #=> String, one of "nitro", "xen"
15624
15667
  # resp.instance_types[0].processor_info.supported_architectures #=> Array
@@ -15744,8 +15787,9 @@ module Aws::EC2
15744
15787
  # * `hypervisor` - The hypervisor type of the instance (`ovm` \| `xen`).
15745
15788
  #
15746
15789
  # * `iam-instance-profile.arn` - The instance profile associated with
15747
- # the instance. Specified as an ARN. `image-id` - The ID of the image
15748
- # used to launch the instance.
15790
+ # the instance. Specified as an ARN.
15791
+ #
15792
+ # * `image-id` - The ID of the image used to launch the instance.
15749
15793
  #
15750
15794
  # * `instance-id` - The ID of the instance.
15751
15795
  #
@@ -16348,6 +16392,9 @@ module Aws::EC2
16348
16392
  #
16349
16393
  # Default: Describes all your key pairs.
16350
16394
  #
16395
+ # @option params [Array<String>] :key_pair_ids
16396
+ # The IDs of the key pairs.
16397
+ #
16351
16398
  # @option params [Boolean] :dry_run
16352
16399
  # Checks whether you have the required permissions for the action,
16353
16400
  # without actually making the request, and provides an error response.
@@ -16389,14 +16436,19 @@ module Aws::EC2
16389
16436
  # },
16390
16437
  # ],
16391
16438
  # key_names: ["String"],
16439
+ # key_pair_ids: ["String"],
16392
16440
  # dry_run: false,
16393
16441
  # })
16394
16442
  #
16395
16443
  # @example Response structure
16396
16444
  #
16397
16445
  # resp.key_pairs #=> Array
16446
+ # resp.key_pairs[0].key_pair_id #=> String
16398
16447
  # resp.key_pairs[0].key_fingerprint #=> String
16399
16448
  # resp.key_pairs[0].key_name #=> String
16449
+ # resp.key_pairs[0].tags #=> Array
16450
+ # resp.key_pairs[0].tags[0].key #=> String
16451
+ # resp.key_pairs[0].tags[0].value #=> String
16400
16452
  #
16401
16453
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeKeyPairs AWS API Documentation
16402
16454
  #
@@ -16607,7 +16659,7 @@ module Aws::EC2
16607
16659
  # resp.launch_template_versions[0].launch_template_data.instance_initiated_shutdown_behavior #=> String, one of "stop", "terminate"
16608
16660
  # resp.launch_template_versions[0].launch_template_data.user_data #=> String
16609
16661
  # resp.launch_template_versions[0].launch_template_data.tag_specifications #=> Array
16610
- # resp.launch_template_versions[0].launch_template_data.tag_specifications[0].resource_type #=> String, one of "client-vpn-endpoint", "customer-gateway", "dedicated-host", "dhcp-options", "elastic-ip", "fleet", "fpga-image", "host-reservation", "image", "instance", "internet-gateway", "launch-template", "natgateway", "network-acl", "network-interface", "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"
16662
+ # resp.launch_template_versions[0].launch_template_data.tag_specifications[0].resource_type #=> String, one of "client-vpn-endpoint", "customer-gateway", "dedicated-host", "dhcp-options", "elastic-ip", "fleet", "fpga-image", "host-reservation", "image", "instance", "internet-gateway", "key-pair", "launch-template", "natgateway", "network-acl", "network-interface", "placement-group", "reserved-instances", "route-table", "security-group", "snapshot", "spot-fleet-request", "spot-instances-request", "subnet", "traffic-mirror-filter", "traffic-mirror-session", "traffic-mirror-target", "transit-gateway", "transit-gateway-attachment", "transit-gateway-multicast-domain", "transit-gateway-route-table", "volume", "vpc", "vpc-peering-connection", "vpn-connection", "vpn-gateway"
16611
16663
  # resp.launch_template_versions[0].launch_template_data.tag_specifications[0].tags #=> Array
16612
16664
  # resp.launch_template_versions[0].launch_template_data.tag_specifications[0].tags[0].key #=> String
16613
16665
  # resp.launch_template_versions[0].launch_template_data.tag_specifications[0].tags[0].value #=> String
@@ -17858,7 +17910,8 @@ module Aws::EC2
17858
17910
  # @option params [Integer] :max_results
17859
17911
  # The maximum number of items to return for this request. The request
17860
17912
  # returns a token that you can specify in a subsequent call to get the
17861
- # next set of results.
17913
+ # next set of results. You cannot specify this parameter and the network
17914
+ # interface IDs parameter in the same request.
17862
17915
  #
17863
17916
  # @return [Types::DescribeNetworkInterfacesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
17864
17917
  #
@@ -18034,6 +18087,9 @@ module Aws::EC2
18034
18087
  # Default: Describes all your placement groups, or only those otherwise
18035
18088
  # specified.
18036
18089
  #
18090
+ # @option params [Array<String>] :group_ids
18091
+ # The IDs of the placement groups.
18092
+ #
18037
18093
  # @return [Types::DescribePlacementGroupsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
18038
18094
  #
18039
18095
  # * {Types::DescribePlacementGroupsResult#placement_groups #placement_groups} => Array&lt;Types::PlacementGroup&gt;
@@ -18049,6 +18105,7 @@ module Aws::EC2
18049
18105
  # ],
18050
18106
  # dry_run: false,
18051
18107
  # group_names: ["String"],
18108
+ # group_ids: ["String"],
18052
18109
  # })
18053
18110
  #
18054
18111
  # @example Response structure
@@ -18058,6 +18115,10 @@ module Aws::EC2
18058
18115
  # resp.placement_groups[0].state #=> String, one of "pending", "available", "deleting", "deleted"
18059
18116
  # resp.placement_groups[0].strategy #=> String, one of "cluster", "spread", "partition"
18060
18117
  # resp.placement_groups[0].partition_count #=> Integer
18118
+ # resp.placement_groups[0].group_id #=> String
18119
+ # resp.placement_groups[0].tags #=> Array
18120
+ # resp.placement_groups[0].tags[0].key #=> String
18121
+ # resp.placement_groups[0].tags[0].value #=> String
18061
18122
  #
18062
18123
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribePlacementGroups AWS API Documentation
18063
18124
  #
@@ -20484,7 +20545,7 @@ module Aws::EC2
20484
20545
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].user_data #=> String
20485
20546
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].weighted_capacity #=> Float
20486
20547
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications #=> Array
20487
- # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].resource_type #=> String, one of "client-vpn-endpoint", "customer-gateway", "dedicated-host", "dhcp-options", "elastic-ip", "fleet", "fpga-image", "host-reservation", "image", "instance", "internet-gateway", "launch-template", "natgateway", "network-acl", "network-interface", "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"
20548
+ # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].resource_type #=> String, one of "client-vpn-endpoint", "customer-gateway", "dedicated-host", "dhcp-options", "elastic-ip", "fleet", "fpga-image", "host-reservation", "image", "instance", "internet-gateway", "key-pair", "launch-template", "natgateway", "network-acl", "network-interface", "placement-group", "reserved-instances", "route-table", "security-group", "snapshot", "spot-fleet-request", "spot-instances-request", "subnet", "traffic-mirror-filter", "traffic-mirror-session", "traffic-mirror-target", "transit-gateway", "transit-gateway-attachment", "transit-gateway-multicast-domain", "transit-gateway-route-table", "volume", "vpc", "vpc-peering-connection", "vpn-connection", "vpn-gateway"
20488
20549
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].tags #=> Array
20489
20550
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].tags[0].key #=> String
20490
20551
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].tags[0].value #=> String
@@ -21349,7 +21410,7 @@ module Aws::EC2
21349
21410
  # resp.tags #=> Array
21350
21411
  # resp.tags[0].key #=> String
21351
21412
  # resp.tags[0].resource_id #=> String
21352
- # resp.tags[0].resource_type #=> String, one of "client-vpn-endpoint", "customer-gateway", "dedicated-host", "dhcp-options", "elastic-ip", "fleet", "fpga-image", "host-reservation", "image", "instance", "internet-gateway", "launch-template", "natgateway", "network-acl", "network-interface", "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"
21413
+ # resp.tags[0].resource_type #=> String, one of "client-vpn-endpoint", "customer-gateway", "dedicated-host", "dhcp-options", "elastic-ip", "fleet", "fpga-image", "host-reservation", "image", "instance", "internet-gateway", "key-pair", "launch-template", "natgateway", "network-acl", "network-interface", "placement-group", "reserved-instances", "route-table", "security-group", "snapshot", "spot-fleet-request", "spot-instances-request", "subnet", "traffic-mirror-filter", "traffic-mirror-session", "traffic-mirror-target", "transit-gateway", "transit-gateway-attachment", "transit-gateway-multicast-domain", "transit-gateway-route-table", "volume", "vpc", "vpc-peering-connection", "vpn-connection", "vpn-gateway"
21353
21414
  # resp.tags[0].value #=> String
21354
21415
  #
21355
21416
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeTags AWS API Documentation
@@ -25906,7 +25967,7 @@ module Aws::EC2
25906
25967
  # @example Request syntax with placeholder values
25907
25968
  #
25908
25969
  # resp = client.get_host_reservation_purchase_preview({
25909
- # host_id_set: ["HostId"], # required
25970
+ # host_id_set: ["DedicatedHostId"], # required
25910
25971
  # offering_id: "OfferingId", # required
25911
25972
  # })
25912
25973
  #
@@ -26071,7 +26132,7 @@ module Aws::EC2
26071
26132
  # resp.launch_template_data.instance_initiated_shutdown_behavior #=> String, one of "stop", "terminate"
26072
26133
  # resp.launch_template_data.user_data #=> String
26073
26134
  # resp.launch_template_data.tag_specifications #=> Array
26074
- # resp.launch_template_data.tag_specifications[0].resource_type #=> String, one of "client-vpn-endpoint", "customer-gateway", "dedicated-host", "dhcp-options", "elastic-ip", "fleet", "fpga-image", "host-reservation", "image", "instance", "internet-gateway", "launch-template", "natgateway", "network-acl", "network-interface", "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"
26135
+ # resp.launch_template_data.tag_specifications[0].resource_type #=> String, one of "client-vpn-endpoint", "customer-gateway", "dedicated-host", "dhcp-options", "elastic-ip", "fleet", "fpga-image", "host-reservation", "image", "instance", "internet-gateway", "key-pair", "launch-template", "natgateway", "network-acl", "network-interface", "placement-group", "reserved-instances", "route-table", "security-group", "snapshot", "spot-fleet-request", "spot-instances-request", "subnet", "traffic-mirror-filter", "traffic-mirror-session", "traffic-mirror-target", "transit-gateway", "transit-gateway-attachment", "transit-gateway-multicast-domain", "transit-gateway-route-table", "volume", "vpc", "vpc-peering-connection", "vpn-connection", "vpn-gateway"
26075
26136
  # resp.launch_template_data.tag_specifications[0].tags #=> Array
26076
26137
  # resp.launch_template_data.tag_specifications[0].tags[0].key #=> String
26077
26138
  # resp.launch_template_data.tag_specifications[0].tags[0].value #=> String
@@ -26623,8 +26684,8 @@ module Aws::EC2
26623
26684
  # Valid values: `xen`
26624
26685
  #
26625
26686
  # @option params [String] :kms_key_id
26626
- # An identifier for the AWS Key Management Service (AWS KMS) customer
26627
- # master key (CMK) to use when creating the encrypted AMI. This
26687
+ # An identifier for the symmetric AWS Key Management Service (AWS KMS)
26688
+ # customer master key (CMK) to use when creating the encrypted AMI. This
26628
26689
  # parameter is only required if you want to use a non-default CMK; if
26629
26690
  # this parameter is not specified, the default CMK for EBS is used. If a
26630
26691
  # `KmsKeyId` is specified, the `Encrypted` flag must also be set.
@@ -26656,6 +26717,8 @@ module Aws::EC2
26656
26717
  # The specified CMK must exist in the Region that the AMI is being
26657
26718
  # copied to.
26658
26719
  #
26720
+ # Amazon EBS does not support asymmetric CMKs.
26721
+ #
26659
26722
  # @option params [String] :license_type
26660
26723
  # The license type to be used for the Amazon Machine Image (AMI) after
26661
26724
  # importing.
@@ -26939,7 +27002,7 @@ module Aws::EC2
26939
27002
  #
26940
27003
  # resp = client.import_key_pair({
26941
27004
  # dry_run: false,
26942
- # key_name: "String", # required
27005
+ # key_name: "KeyPairName", # required
26943
27006
  # public_key_material: "data", # required
26944
27007
  # })
26945
27008
  #
@@ -26989,11 +27052,11 @@ module Aws::EC2
26989
27052
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html
26990
27053
  #
26991
27054
  # @option params [String] :kms_key_id
26992
- # An identifier for the AWS Key Management Service (AWS KMS) customer
26993
- # master key (CMK) to use when creating the encrypted snapshot. This
26994
- # parameter is only required if you want to use a non-default CMK; if
26995
- # this parameter is not specified, the default CMK for EBS is used. If a
26996
- # `KmsKeyId` is specified, the `Encrypted` flag must also be set.
27055
+ # An identifier for the symmetric AWS Key Management Service (AWS KMS)
27056
+ # customer master key (CMK) to use when creating the encrypted snapshot.
27057
+ # This parameter is only required if you want to use a non-default CMK;
27058
+ # if this parameter is not specified, the default CMK for EBS is used.
27059
+ # If a `KmsKeyId` is specified, the `Encrypted` flag must also be set.
26997
27060
  #
26998
27061
  # The CMK identifier may be provided in any of the following formats:
26999
27062
  #
@@ -27022,6 +27085,8 @@ module Aws::EC2
27022
27085
  # The specified CMK must exist in the Region that the snapshot is being
27023
27086
  # copied to.
27024
27087
  #
27088
+ # Amazon EBS does not support asymmetric CMKs.
27089
+ #
27025
27090
  # @option params [String] :role_name
27026
27091
  # The name of the role to use when not using the default role,
27027
27092
  # 'vmimport'.
@@ -27403,10 +27468,10 @@ module Aws::EC2
27403
27468
  # default for your account in this Region.
27404
27469
  #
27405
27470
  # AWS creates a unique AWS managed CMK in each Region for use with
27406
- # encryption by default. If you change the default CMK to a customer
27407
- # managed CMK, it is used instead of the AWS managed CMK. To reset the
27408
- # default CMK to the AWS managed CMK for EBS, use
27409
- # ResetEbsDefaultKmsKeyId.
27471
+ # encryption by default. If you change the default CMK to a symmetric
27472
+ # customer managed CMK, it is used instead of the AWS managed CMK. To
27473
+ # reset the default CMK to the AWS managed CMK for EBS, use
27474
+ # ResetEbsDefaultKmsKeyId. Amazon EBS does not support asymmetric CMKs.
27410
27475
  #
27411
27476
  # If you delete or disable the customer managed CMK that you specified
27412
27477
  # for use with encryption by default, your instances will fail to
@@ -27441,6 +27506,8 @@ module Aws::EC2
27441
27506
  # ID, alias, or ARN that is not valid, the action can appear to
27442
27507
  # complete, but eventually fails.
27443
27508
  #
27509
+ # Amazon EBS does not support asymmetric CMKs.
27510
+ #
27444
27511
  # @option params [Boolean] :dry_run
27445
27512
  # Checks whether you have the required permissions for the action,
27446
27513
  # without actually making the request, and provides an error response.
@@ -28529,7 +28596,7 @@ module Aws::EC2
28529
28596
  # resp = client.modify_instance_placement({
28530
28597
  # affinity: "default", # accepts default, host
28531
28598
  # group_name: "PlacementGroupName",
28532
- # host_id: "HostId",
28599
+ # host_id: "DedicatedHostId",
28533
28600
  # instance_id: "InstanceId", # required
28534
28601
  # tenancy: "dedicated", # accepts dedicated, host
28535
28602
  # partition_number: 1,
@@ -29389,6 +29456,10 @@ module Aws::EC2
29389
29456
  # @option params [Types::ModifyTransitGatewayVpcAttachmentRequestOptions] :options
29390
29457
  # The new VPC attachment options.
29391
29458
  #
29459
+ # <note markdown="1"> You cannot modify the IPv6 options.
29460
+ #
29461
+ # </note>
29462
+ #
29392
29463
  # @option params [Boolean] :dry_run
29393
29464
  # Checks whether you have the required permissions for the action,
29394
29465
  # without actually making the request, and provides an error response.
@@ -30668,7 +30739,7 @@ module Aws::EC2
30668
30739
  # resp = client.purchase_host_reservation({
30669
30740
  # client_token: "String",
30670
30741
  # currency_code: "USD", # accepts USD
30671
- # host_id_set: ["HostId"], # required
30742
+ # host_id_set: ["DedicatedHostId"], # required
30672
30743
  # limit_price: "String",
30673
30744
  # offering_id: "OfferingId", # required
30674
30745
  # })
@@ -32371,7 +32442,7 @@ module Aws::EC2
32371
32442
  # weighted_capacity: 1.0,
32372
32443
  # tag_specifications: [
32373
32444
  # {
32374
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, 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
32445
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
32375
32446
  # tags: [
32376
32447
  # {
32377
32448
  # key: "String",
@@ -33942,7 +34013,7 @@ module Aws::EC2
33942
34013
  # ],
33943
34014
  # tag_specifications: [
33944
34015
  # {
33945
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, 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
34016
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
33946
34017
  # tags: [
33947
34018
  # {
33948
34019
  # key: "String",
@@ -35426,7 +35497,7 @@ module Aws::EC2
35426
35497
  params: params,
35427
35498
  config: config)
35428
35499
  context[:gem_name] = 'aws-sdk-ec2'
35429
- context[:gem_version] = '1.124.0'
35500
+ context[:gem_version] = '1.129.0'
35430
35501
  Seahorse::Client::Request.new(handlers, context)
35431
35502
  end
35432
35503