aws-sdk-ec2 1.166.1 → 1.171.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/lib/aws-sdk-ec2.rb +3 -1
  3. data/lib/aws-sdk-ec2/classic_address.rb +2 -0
  4. data/lib/aws-sdk-ec2/client.rb +245 -131
  5. data/lib/aws-sdk-ec2/client_api.rb +15 -2
  6. data/lib/aws-sdk-ec2/customizations.rb +2 -0
  7. data/lib/aws-sdk-ec2/customizations/instance.rb +2 -0
  8. data/lib/aws-sdk-ec2/customizations/resource.rb +2 -0
  9. data/lib/aws-sdk-ec2/dhcp_options.rb +2 -0
  10. data/lib/aws-sdk-ec2/errors.rb +2 -0
  11. data/lib/aws-sdk-ec2/image.rb +2 -0
  12. data/lib/aws-sdk-ec2/instance.rb +8 -6
  13. data/lib/aws-sdk-ec2/internet_gateway.rb +2 -0
  14. data/lib/aws-sdk-ec2/key_pair.rb +2 -0
  15. data/lib/aws-sdk-ec2/key_pair_info.rb +2 -0
  16. data/lib/aws-sdk-ec2/nat_gateway.rb +2 -0
  17. data/lib/aws-sdk-ec2/network_acl.rb +2 -0
  18. data/lib/aws-sdk-ec2/network_interface.rb +2 -0
  19. data/lib/aws-sdk-ec2/network_interface_association.rb +2 -0
  20. data/lib/aws-sdk-ec2/placement_group.rb +2 -0
  21. data/lib/aws-sdk-ec2/plugins/copy_encrypted_snapshot.rb +2 -0
  22. data/lib/aws-sdk-ec2/plugins/region_validation.rb +2 -0
  23. data/lib/aws-sdk-ec2/resource.rb +23 -19
  24. data/lib/aws-sdk-ec2/route.rb +2 -0
  25. data/lib/aws-sdk-ec2/route_table.rb +2 -0
  26. data/lib/aws-sdk-ec2/route_table_association.rb +2 -0
  27. data/lib/aws-sdk-ec2/security_group.rb +2 -0
  28. data/lib/aws-sdk-ec2/snapshot.rb +7 -5
  29. data/lib/aws-sdk-ec2/subnet.rb +9 -7
  30. data/lib/aws-sdk-ec2/tag.rb +2 -0
  31. data/lib/aws-sdk-ec2/types.rb +1495 -132
  32. data/lib/aws-sdk-ec2/volume.rb +11 -7
  33. data/lib/aws-sdk-ec2/vpc.rb +2 -0
  34. data/lib/aws-sdk-ec2/vpc_address.rb +2 -0
  35. data/lib/aws-sdk-ec2/vpc_peering_connection.rb +2 -0
  36. data/lib/aws-sdk-ec2/waiters.rb +2 -0
  37. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9b9b2c5eff0f1df0c92bd8b9ef964f3bf0cdc0a33de5ba79fdbbf99de8d714b9
4
- data.tar.gz: 58535a569ede415b66bbd1e04424697aacb40cb25762ef60a9b288d1075bf03b
3
+ metadata.gz: 8317d9e657a951e519fe068e23137cca9b41c4df5fafb88b2c4df79a77f86f02
4
+ data.tar.gz: 2dbf840bc4ff720915903cfe4d7e439c8195d26deb0b82d2a585704edc98d434
5
5
  SHA512:
6
- metadata.gz: 9b67f7b07e8103e5252d74048ce7f32144cf795d2bbff32185440a908ca06edf81a7d2ce0651cc499888ba49752043a985828303bb989c7b85d9ef2eefc0f694
7
- data.tar.gz: 8cc4b40fd6502c9f9d5913303b3e319126cb185175d61c82683103e0006a9772bec79b7999e3d1a930149350c7f220f8d831db374d771065eeaa00ae230c2b60
6
+ metadata.gz: 35219e430abf9686b69ccd8f2d43a0f45a567b54cb6e924aa958dba6b8066838c553ad63d123b0429f86a91f601e7ea1438bc000a722c2afd4167d9302057c90
7
+ data.tar.gz: 683a39419a000b2bc2b7a426be113eaa5a75df27362968b25bd64c6565a59772740f4d92a8e285144fd362753078c5b479eaf16f6ec0c5773b7651454fdfde60
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -69,6 +71,6 @@ require_relative 'aws-sdk-ec2/customizations'
69
71
  # @service
70
72
  module Aws::EC2
71
73
 
72
- GEM_VERSION = '1.166.1'
74
+ GEM_VERSION = '1.171.0'
73
75
 
74
76
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -861,7 +863,7 @@ module Aws::EC2
861
863
  # quantity: 1, # required
862
864
  # tag_specifications: [
863
865
  # {
864
- # 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, vpc-flow-log
866
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
865
867
  # tags: [
866
868
  # {
867
869
  # key: "String",
@@ -3456,7 +3458,7 @@ module Aws::EC2
3456
3458
  # source_snapshot_id: "String", # required
3457
3459
  # tag_specifications: [
3458
3460
  # {
3459
- # 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, vpc-flow-log
3461
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
3460
3462
  # tags: [
3461
3463
  # {
3462
3464
  # key: "String",
@@ -3644,7 +3646,7 @@ module Aws::EC2
3644
3646
  # instance_match_criteria: "open", # accepts open, targeted
3645
3647
  # tag_specifications: [
3646
3648
  # {
3647
- # 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, vpc-flow-log
3649
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
3648
3650
  # tags: [
3649
3651
  # {
3650
3652
  # key: "String",
@@ -3834,7 +3836,7 @@ module Aws::EC2
3834
3836
  # client_token: "String",
3835
3837
  # tag_specifications: [
3836
3838
  # {
3837
- # 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, vpc-flow-log
3839
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
3838
3840
  # tags: [
3839
3841
  # {
3840
3842
  # key: "String",
@@ -4547,7 +4549,7 @@ module Aws::EC2
4547
4549
  # replace_unhealthy_instances: false,
4548
4550
  # tag_specifications: [
4549
4551
  # {
4550
- # 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, vpc-flow-log
4552
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
4551
4553
  # tags: [
4552
4554
  # {
4553
4555
  # key: "String",
@@ -4753,7 +4755,7 @@ module Aws::EC2
4753
4755
  # log_format: "String",
4754
4756
  # tag_specifications: [
4755
4757
  # {
4756
- # 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, vpc-flow-log
4758
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
4757
4759
  # tags: [
4758
4760
  # {
4759
4761
  # key: "String",
@@ -4852,7 +4854,7 @@ module Aws::EC2
4852
4854
  # client_token: "String",
4853
4855
  # tag_specifications: [
4854
4856
  # {
4855
- # 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, vpc-flow-log
4857
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
4856
4858
  # tags: [
4857
4859
  # {
4858
4860
  # key: "String",
@@ -4997,7 +4999,7 @@ module Aws::EC2
4997
4999
  req.send_request(options)
4998
5000
  end
4999
5001
 
5000
- # Exports a running or stopped instance to an S3 bucket.
5002
+ # Exports a running or stopped instance to an Amazon S3 bucket.
5001
5003
  #
5002
5004
  # For information about the supported operating systems, image formats,
5003
5005
  # and known limitations for the types of instances you can export, see
@@ -5010,7 +5012,7 @@ module Aws::EC2
5010
5012
  #
5011
5013
  # @option params [String] :description
5012
5014
  # A description for the conversion task or the resource being exported.
5013
- # The maximum length is 255 bytes.
5015
+ # The maximum length is 255 characters.
5014
5016
  #
5015
5017
  # @option params [Types::ExportToS3TaskSpecification] :export_to_s3_task
5016
5018
  # The format and location for an instance export task.
@@ -5021,6 +5023,9 @@ module Aws::EC2
5021
5023
  # @option params [String] :target_environment
5022
5024
  # The target virtualization environment.
5023
5025
  #
5026
+ # @option params [Array<Types::TagSpecification>] :tag_specifications
5027
+ # The tags to apply to the instance export task during creation.
5028
+ #
5024
5029
  # @return [Types::CreateInstanceExportTaskResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5025
5030
  #
5026
5031
  # * {Types::CreateInstanceExportTaskResult#export_task #export_task} => Types::ExportTask
@@ -5037,6 +5042,17 @@ module Aws::EC2
5037
5042
  # },
5038
5043
  # instance_id: "InstanceId", # required
5039
5044
  # target_environment: "citrix", # accepts citrix, vmware, microsoft
5045
+ # tag_specifications: [
5046
+ # {
5047
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
5048
+ # tags: [
5049
+ # {
5050
+ # key: "String",
5051
+ # value: "String",
5052
+ # },
5053
+ # ],
5054
+ # },
5055
+ # ],
5040
5056
  # })
5041
5057
  #
5042
5058
  # @example Response structure
@@ -5186,7 +5202,7 @@ module Aws::EC2
5186
5202
  # dry_run: false,
5187
5203
  # tag_specifications: [
5188
5204
  # {
5189
- # 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, vpc-flow-log
5205
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
5190
5206
  # tags: [
5191
5207
  # {
5192
5208
  # key: "String",
@@ -5385,7 +5401,7 @@ module Aws::EC2
5385
5401
  # user_data: "String",
5386
5402
  # tag_specifications: [
5387
5403
  # {
5388
- # 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, vpc-flow-log
5404
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
5389
5405
  # tags: [
5390
5406
  # {
5391
5407
  # key: "String",
@@ -5446,7 +5462,7 @@ module Aws::EC2
5446
5462
  # },
5447
5463
  # tag_specifications: [
5448
5464
  # {
5449
- # 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, vpc-flow-log
5465
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
5450
5466
  # tags: [
5451
5467
  # {
5452
5468
  # key: "String",
@@ -5664,7 +5680,7 @@ module Aws::EC2
5664
5680
  # user_data: "String",
5665
5681
  # tag_specifications: [
5666
5682
  # {
5667
- # 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, vpc-flow-log
5683
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
5668
5684
  # tags: [
5669
5685
  # {
5670
5686
  # key: "String",
@@ -5784,7 +5800,7 @@ module Aws::EC2
5784
5800
  # resp.launch_template_version.launch_template_data.instance_initiated_shutdown_behavior #=> String, one of "stop", "terminate"
5785
5801
  # resp.launch_template_version.launch_template_data.user_data #=> String
5786
5802
  # resp.launch_template_version.launch_template_data.tag_specifications #=> Array
5787
- # 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", "vpc-flow-log"
5803
+ # 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", "elastic-gpu", "export-image-task", "export-instance-task", "fleet", "fpga-image", "host-reservation", "image", "import-image-task", "import-snapshot-task", "instance", "internet-gateway", "key-pair", "launch-template", "local-gateway-route-table-vpc-association", "natgateway", "network-acl", "network-interface", "placement-group", "reserved-instances", "route-table", "security-group", "snapshot", "spot-fleet-request", "spot-instances-request", "subnet", "traffic-mirror-filter", "traffic-mirror-session", "traffic-mirror-target", "transit-gateway", "transit-gateway-attachment", "transit-gateway-multicast-domain", "transit-gateway-route-table", "volume", "vpc", "vpc-peering-connection", "vpn-connection", "vpn-gateway", "vpc-flow-log"
5788
5804
  # resp.launch_template_version.launch_template_data.tag_specifications[0].tags #=> Array
5789
5805
  # resp.launch_template_version.launch_template_data.tag_specifications[0].tags[0].key #=> String
5790
5806
  # resp.launch_template_version.launch_template_data.tag_specifications[0].tags[0].value #=> String
@@ -5905,7 +5921,7 @@ module Aws::EC2
5905
5921
  # vpc_id: "VpcId", # required
5906
5922
  # tag_specifications: [
5907
5923
  # {
5908
- # 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, vpc-flow-log
5924
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
5909
5925
  # tags: [
5910
5926
  # {
5911
5927
  # key: "String",
@@ -6021,7 +6037,7 @@ module Aws::EC2
6021
6037
  # subnet_id: "SubnetId", # required
6022
6038
  # tag_specifications: [
6023
6039
  # {
6024
- # 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, vpc-flow-log
6040
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
6025
6041
  # tags: [
6026
6042
  # {
6027
6043
  # key: "String",
@@ -6561,7 +6577,7 @@ module Aws::EC2
6561
6577
  # instances in different partitions, where instances in one partition do
6562
6578
  # not share the same hardware with instances in another partition.
6563
6579
  #
6564
- # For more information, see [Placement Groups][1] in the *Amazon Elastic
6580
+ # For more information, see [Placement groups][1] in the *Amazon Elastic
6565
6581
  # Compute Cloud User Guide*.
6566
6582
  #
6567
6583
  #
@@ -6617,7 +6633,7 @@ module Aws::EC2
6617
6633
  # partition_count: 1,
6618
6634
  # tag_specifications: [
6619
6635
  # {
6620
- # 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, vpc-flow-log
6636
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
6621
6637
  # tags: [
6622
6638
  # {
6623
6639
  # key: "String",
@@ -7181,7 +7197,7 @@ module Aws::EC2
7181
7197
  # volume_id: "VolumeId", # required
7182
7198
  # tag_specifications: [
7183
7199
  # {
7184
- # 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, vpc-flow-log
7200
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
7185
7201
  # tags: [
7186
7202
  # {
7187
7203
  # key: "String",
@@ -7260,7 +7276,7 @@ module Aws::EC2
7260
7276
  # },
7261
7277
  # tag_specifications: [
7262
7278
  # {
7263
- # 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, vpc-flow-log
7279
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
7264
7280
  # tags: [
7265
7281
  # {
7266
7282
  # key: "String",
@@ -7648,7 +7664,7 @@ module Aws::EC2
7648
7664
  # description: "String",
7649
7665
  # tag_specifications: [
7650
7666
  # {
7651
- # 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, vpc-flow-log
7667
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
7652
7668
  # tags: [
7653
7669
  # {
7654
7670
  # key: "String",
@@ -7922,7 +7938,7 @@ module Aws::EC2
7922
7938
  # description: "String",
7923
7939
  # tag_specifications: [
7924
7940
  # {
7925
- # 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, vpc-flow-log
7941
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
7926
7942
  # tags: [
7927
7943
  # {
7928
7944
  # key: "String",
@@ -8021,7 +8037,7 @@ module Aws::EC2
8021
8037
  # description: "String",
8022
8038
  # tag_specifications: [
8023
8039
  # {
8024
- # 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, vpc-flow-log
8040
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
8025
8041
  # tags: [
8026
8042
  # {
8027
8043
  # key: "String",
@@ -8114,7 +8130,7 @@ module Aws::EC2
8114
8130
  # },
8115
8131
  # tag_specifications: [
8116
8132
  # {
8117
- # 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, vpc-flow-log
8133
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
8118
8134
  # tags: [
8119
8135
  # {
8120
8136
  # key: "String",
@@ -8188,7 +8204,7 @@ module Aws::EC2
8188
8204
  # transit_gateway_id: "TransitGatewayId", # required
8189
8205
  # tag_specifications: [
8190
8206
  # {
8191
- # 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, vpc-flow-log
8207
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
8192
8208
  # tags: [
8193
8209
  # {
8194
8210
  # key: "String",
@@ -8262,7 +8278,7 @@ module Aws::EC2
8262
8278
  # peer_region: "String", # required
8263
8279
  # tag_specifications: [
8264
8280
  # {
8265
- # 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, vpc-flow-log
8281
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
8266
8282
  # tags: [
8267
8283
  # {
8268
8284
  # key: "String",
@@ -8378,7 +8394,7 @@ module Aws::EC2
8378
8394
  # transit_gateway_id: "TransitGatewayId", # required
8379
8395
  # tag_specifications: [
8380
8396
  # {
8381
- # 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, vpc-flow-log
8397
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
8382
8398
  # tags: [
8383
8399
  # {
8384
8400
  # key: "String",
@@ -8460,7 +8476,7 @@ module Aws::EC2
8460
8476
  # },
8461
8477
  # tag_specifications: [
8462
8478
  # {
8463
- # 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, vpc-flow-log
8479
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
8464
8480
  # tags: [
8465
8481
  # {
8466
8482
  # key: "String",
@@ -8714,7 +8730,7 @@ module Aws::EC2
8714
8730
  # dry_run: false,
8715
8731
  # tag_specifications: [
8716
8732
  # {
8717
- # 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, vpc-flow-log
8733
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
8718
8734
  # tags: [
8719
8735
  # {
8720
8736
  # key: "String",
@@ -9011,7 +9027,7 @@ module Aws::EC2
9011
9027
  # private_dns_enabled: false,
9012
9028
  # tag_specifications: [
9013
9029
  # {
9014
- # 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, vpc-flow-log
9030
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
9015
9031
  # tags: [
9016
9032
  # {
9017
9033
  # key: "String",
@@ -9204,7 +9220,7 @@ module Aws::EC2
9204
9220
  # client_token: "String",
9205
9221
  # tag_specifications: [
9206
9222
  # {
9207
- # 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, vpc-flow-log
9223
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
9208
9224
  # tags: [
9209
9225
  # {
9210
9226
  # key: "String",
@@ -10511,7 +10527,7 @@ module Aws::EC2
10511
10527
 
10512
10528
  # Deletes the specified placement group. You must terminate all
10513
10529
  # instances in the placement group before you can delete the placement
10514
- # group. For more information, see [Placement Groups][1] in the *Amazon
10530
+ # group. For more information, see [Placement groups][1] in the *Amazon
10515
10531
  # Elastic Compute Cloud User Guide*.
10516
10532
  #
10517
10533
  #
@@ -13855,7 +13871,7 @@ module Aws::EC2
13855
13871
  req.send_request(options)
13856
13872
  end
13857
13873
 
13858
- # Describes the specified export image tasks or all your export image
13874
+ # Describes the specified export image tasks or all of your export image
13859
13875
  # tasks.
13860
13876
  #
13861
13877
  # @option params [Boolean] :dry_run
@@ -13910,6 +13926,9 @@ module Aws::EC2
13910
13926
  # resp.export_image_tasks[0].s3_export_location.s3_prefix #=> String
13911
13927
  # resp.export_image_tasks[0].status #=> String
13912
13928
  # resp.export_image_tasks[0].status_message #=> String
13929
+ # resp.export_image_tasks[0].tags #=> Array
13930
+ # resp.export_image_tasks[0].tags[0].key #=> String
13931
+ # resp.export_image_tasks[0].tags[0].value #=> String
13913
13932
  # resp.next_token #=> String
13914
13933
  #
13915
13934
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeExportImageTasks AWS API Documentation
@@ -13921,7 +13940,7 @@ module Aws::EC2
13921
13940
  req.send_request(options)
13922
13941
  end
13923
13942
 
13924
- # Describes the specified export instance tasks or all your export
13943
+ # Describes the specified export instance tasks or all of your export
13925
13944
  # instance tasks.
13926
13945
  #
13927
13946
  # @option params [Array<String>] :export_task_ids
@@ -13985,7 +14004,8 @@ module Aws::EC2
13985
14004
  #
13986
14005
  # * `availability-zone`\: The Availability Zone of the snapshot.
13987
14006
  #
13988
- # * `owner-id`\: The ID of the AWS account that owns the snapshot.
14007
+ # * `owner-id`\: The ID of the AWS account that enabled fast snapshot
14008
+ # restore on the snapshot.
13989
14009
  #
13990
14010
  # * `snapshot-id`\: The ID of the snapshot.
13991
14011
  #
@@ -15813,7 +15833,7 @@ module Aws::EC2
15813
15833
  # instance IDs at all, the call fails. If you specify only instance IDs
15814
15834
  # in an unaffected zone, the call works normally.
15815
15835
  #
15816
- # For more information, see [Burstable Performance Instances][1] in the
15836
+ # For more information, see [Burstable performance instances][1] in the
15817
15837
  # *Amazon Elastic Compute Cloud User Guide*.
15818
15838
  #
15819
15839
  #
@@ -15929,19 +15949,19 @@ module Aws::EC2
15929
15949
  #
15930
15950
  # * **Status checks** - Amazon EC2 performs status checks on running EC2
15931
15951
  # instances to identify hardware and software issues. For more
15932
- # information, see [Status Checks for Your Instances][1] and
15933
- # [Troubleshooting Instances with Failed Status Checks][2] in the
15952
+ # information, see [Status checks for your instances][1] and
15953
+ # [Troubleshooting instances with failed status checks][2] in the
15934
15954
  # *Amazon Elastic Compute Cloud User Guide*.
15935
15955
  #
15936
15956
  # * **Scheduled events** - Amazon EC2 can schedule events (such as
15937
15957
  # reboot, stop, or terminate) for your instances related to hardware
15938
15958
  # issues, software updates, or system maintenance. For more
15939
- # information, see [Scheduled Events for Your Instances][3] in the
15959
+ # information, see [Scheduled events for your instances][3] in the
15940
15960
  # *Amazon Elastic Compute Cloud User Guide*.
15941
15961
  #
15942
15962
  # * **Instance state** - You can manage your instances from the moment
15943
15963
  # you launch them through their termination. For more information, see
15944
- # [Instance Lifecycle][4] in the *Amazon Elastic Compute Cloud User
15964
+ # [Instance lifecycle][4] in the *Amazon Elastic Compute Cloud User
15945
15965
  # Guide*.
15946
15966
  #
15947
15967
  #
@@ -16270,6 +16290,10 @@ module Aws::EC2
16270
16290
  # * `ebs-info.encryption-support` - Indicates whether EBS encryption is
16271
16291
  # supported. (`supported` \| `unsupported`)
16272
16292
  #
16293
+ # * `ebs-info.nvme-support` - Indicates whether non-volatile memory
16294
+ # express (NVMe) is supported or required. (`required` \| `supported`
16295
+ # \| `unsupported`)
16296
+ #
16273
16297
  # * `free-tier-eligible` - Indicates whether the instance type is
16274
16298
  # eligible to use in the free tier. (`true` \| `false`)
16275
16299
  #
@@ -16397,6 +16421,7 @@ module Aws::EC2
16397
16421
  # resp.instance_types[0].ebs_info.ebs_optimized_info.maximum_bandwidth_in_mbps #=> Integer
16398
16422
  # resp.instance_types[0].ebs_info.ebs_optimized_info.maximum_throughput_in_m_bps #=> Float
16399
16423
  # resp.instance_types[0].ebs_info.ebs_optimized_info.maximum_iops #=> Integer
16424
+ # resp.instance_types[0].ebs_info.nvme_support #=> String, one of "unsupported", "supported", "required"
16400
16425
  # resp.instance_types[0].network_info.network_performance #=> String
16401
16426
  # resp.instance_types[0].network_info.maximum_network_interfaces #=> Integer
16402
16427
  # resp.instance_types[0].network_info.ipv_4_addresses_per_interface #=> Integer
@@ -17487,7 +17512,7 @@ module Aws::EC2
17487
17512
  # resp.launch_template_versions[0].launch_template_data.instance_initiated_shutdown_behavior #=> String, one of "stop", "terminate"
17488
17513
  # resp.launch_template_versions[0].launch_template_data.user_data #=> String
17489
17514
  # resp.launch_template_versions[0].launch_template_data.tag_specifications #=> Array
17490
- # 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", "vpc-flow-log"
17515
+ # 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", "elastic-gpu", "export-image-task", "export-instance-task", "fleet", "fpga-image", "host-reservation", "image", "import-image-task", "import-snapshot-task", "instance", "internet-gateway", "key-pair", "launch-template", "local-gateway-route-table-vpc-association", "natgateway", "network-acl", "network-interface", "placement-group", "reserved-instances", "route-table", "security-group", "snapshot", "spot-fleet-request", "spot-instances-request", "subnet", "traffic-mirror-filter", "traffic-mirror-session", "traffic-mirror-target", "transit-gateway", "transit-gateway-attachment", "transit-gateway-multicast-domain", "transit-gateway-route-table", "volume", "vpc", "vpc-peering-connection", "vpn-connection", "vpn-gateway", "vpc-flow-log"
17491
17516
  # resp.launch_template_versions[0].launch_template_data.tag_specifications[0].tags #=> Array
17492
17517
  # resp.launch_template_versions[0].launch_template_data.tag_specifications[0].tags[0].key #=> String
17493
17518
  # resp.launch_template_versions[0].launch_template_data.tag_specifications[0].tags[0].value #=> String
@@ -19005,7 +19030,7 @@ module Aws::EC2
19005
19030
  end
19006
19031
 
19007
19032
  # Describes the specified placement groups or all of your placement
19008
- # groups. For more information, see [Placement Groups][1] in the *Amazon
19033
+ # groups. For more information, see [Placement groups][1] in the *Amazon
19009
19034
  # Elastic Compute Cloud User Guide*.
19010
19035
  #
19011
19036
  #
@@ -20928,13 +20953,13 @@ module Aws::EC2
20928
20953
  # account IDs (if you own the snapshots), `self` for snapshots for which
20929
20954
  # you own or have explicit permissions, or `all` for public snapshots.
20930
20955
  #
20931
- # If you are describing a long list of snapshots, you can paginate the
20932
- # output to make the list more manageable. The `MaxResults` parameter
20933
- # sets the maximum number of results returned in a single page. If the
20934
- # list of results exceeds your `MaxResults` value, then that number of
20935
- # results is returned along with a `NextToken` value that can be passed
20936
- # to a subsequent `DescribeSnapshots` request to retrieve the remaining
20937
- # results.
20956
+ # If you are describing a long list of snapshots, we recommend that you
20957
+ # paginate the output to make the list more manageable. The `MaxResults`
20958
+ # parameter sets the maximum number of results returned in a single
20959
+ # page. If the list of results exceeds your `MaxResults` value, then
20960
+ # that number of results is returned along with a `NextToken` value that
20961
+ # can be passed to a subsequent `DescribeSnapshots` request to retrieve
20962
+ # the remaining results.
20938
20963
  #
20939
20964
  # To get the state of fast snapshot restores for a snapshot, use
20940
20965
  # DescribeFastSnapshotRestores.
@@ -20954,12 +20979,13 @@ module Aws::EC2
20954
20979
  # * `encrypted` - Indicates whether the snapshot is encrypted (`true` \|
20955
20980
  # `false`)
20956
20981
  #
20957
- # * `owner-alias` - Value from an Amazon-maintained list (`amazon` \|
20958
- # `self` \| `all` \| `aws-marketplace` \| `microsoft`) of snapshot
20959
- # owners. Not to be confused with the user-configured AWS account
20960
- # alias, which is set from the IAM console.
20982
+ # * `owner-alias` - The owner alias, from an Amazon-maintained list
20983
+ # (`amazon`). This is not the user-configured AWS account alias set
20984
+ # using the IAM console. We recommend that you use the related
20985
+ # parameter instead of this filter.
20961
20986
  #
20962
- # * `owner-id` - The ID of the AWS account that owns the snapshot.
20987
+ # * `owner-id` - The AWS account ID of the owner. We recommend that you
20988
+ # use the related parameter instead of this filter.
20963
20989
  #
20964
20990
  # * `progress` - The progress of the snapshot, as a percentage (for
20965
20991
  # example, 80%).
@@ -21005,7 +21031,8 @@ module Aws::EC2
21005
21031
  # value. This value is `null` when there are no more results to return.
21006
21032
  #
21007
21033
  # @option params [Array<String>] :owner_ids
21008
- # Describes the snapshots owned by these owners.
21034
+ # Scopes the results to snapshots with the specified owners. You can
21035
+ # specify a combination of AWS account IDs, `self`, and `amazon`.
21009
21036
  #
21010
21037
  # @option params [Array<String>] :restorable_by_user_ids
21011
21038
  # The IDs of the AWS accounts that can create volumes from the snapshot.
@@ -21561,7 +21588,7 @@ module Aws::EC2
21561
21588
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].user_data #=> String
21562
21589
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].weighted_capacity #=> Float
21563
21590
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications #=> Array
21564
- # 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", "vpc-flow-log"
21591
+ # 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", "elastic-gpu", "export-image-task", "export-instance-task", "fleet", "fpga-image", "host-reservation", "image", "import-image-task", "import-snapshot-task", "instance", "internet-gateway", "key-pair", "launch-template", "local-gateway-route-table-vpc-association", "natgateway", "network-acl", "network-interface", "placement-group", "reserved-instances", "route-table", "security-group", "snapshot", "spot-fleet-request", "spot-instances-request", "subnet", "traffic-mirror-filter", "traffic-mirror-session", "traffic-mirror-target", "transit-gateway", "transit-gateway-attachment", "transit-gateway-multicast-domain", "transit-gateway-route-table", "volume", "vpc", "vpc-peering-connection", "vpn-connection", "vpn-gateway", "vpc-flow-log"
21565
21592
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].tags #=> Array
21566
21593
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].tags[0].key #=> String
21567
21594
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].tags[0].value #=> String
@@ -21593,7 +21620,7 @@ module Aws::EC2
21593
21620
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.load_balancers_config.target_groups_config.target_groups[0].arn #=> String
21594
21621
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.instance_pools_to_use_count #=> Integer
21595
21622
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.tag_specifications #=> Array
21596
- # resp.spot_fleet_request_configs[0].spot_fleet_request_config.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", "vpc-flow-log"
21623
+ # resp.spot_fleet_request_configs[0].spot_fleet_request_config.tag_specifications[0].resource_type #=> String, one of "client-vpn-endpoint", "customer-gateway", "dedicated-host", "dhcp-options", "elastic-ip", "elastic-gpu", "export-image-task", "export-instance-task", "fleet", "fpga-image", "host-reservation", "image", "import-image-task", "import-snapshot-task", "instance", "internet-gateway", "key-pair", "launch-template", "local-gateway-route-table-vpc-association", "natgateway", "network-acl", "network-interface", "placement-group", "reserved-instances", "route-table", "security-group", "snapshot", "spot-fleet-request", "spot-instances-request", "subnet", "traffic-mirror-filter", "traffic-mirror-session", "traffic-mirror-target", "transit-gateway", "transit-gateway-attachment", "transit-gateway-multicast-domain", "transit-gateway-route-table", "volume", "vpc", "vpc-peering-connection", "vpn-connection", "vpn-gateway", "vpc-flow-log"
21597
21624
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.tag_specifications[0].tags #=> Array
21598
21625
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.tag_specifications[0].tags[0].key #=> String
21599
21626
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.tag_specifications[0].tags[0].value #=> String
@@ -22462,7 +22489,7 @@ module Aws::EC2
22462
22489
  # resp.tags #=> Array
22463
22490
  # resp.tags[0].key #=> String
22464
22491
  # resp.tags[0].resource_id #=> String
22465
- # 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", "vpc-flow-log"
22492
+ # resp.tags[0].resource_type #=> String, one of "client-vpn-endpoint", "customer-gateway", "dedicated-host", "dhcp-options", "elastic-ip", "elastic-gpu", "export-image-task", "export-instance-task", "fleet", "fpga-image", "host-reservation", "image", "import-image-task", "import-snapshot-task", "instance", "internet-gateway", "key-pair", "launch-template", "local-gateway-route-table-vpc-association", "natgateway", "network-acl", "network-interface", "placement-group", "reserved-instances", "route-table", "security-group", "snapshot", "spot-fleet-request", "spot-instances-request", "subnet", "traffic-mirror-filter", "traffic-mirror-session", "traffic-mirror-target", "transit-gateway", "transit-gateway-attachment", "transit-gateway-multicast-domain", "transit-gateway-route-table", "volume", "vpc", "vpc-peering-connection", "vpn-connection", "vpn-gateway", "vpc-flow-log"
22466
22493
  # resp.tags[0].value #=> String
22467
22494
  #
22468
22495
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeTags AWS API Documentation
@@ -23583,13 +23610,13 @@ module Aws::EC2
23583
23610
 
23584
23611
  # Describes the specified EBS volumes or all of your EBS volumes.
23585
23612
  #
23586
- # If you are describing a long list of volumes, you can paginate the
23587
- # output to make the list more manageable. The `MaxResults` parameter
23588
- # sets the maximum number of results returned in a single page. If the
23589
- # list of results exceeds your `MaxResults` value, then that number of
23590
- # results is returned along with a `NextToken` value that can be passed
23591
- # to a subsequent `DescribeVolumes` request to retrieve the remaining
23592
- # results.
23613
+ # If you are describing a long list of volumes, we recommend that you
23614
+ # paginate the output to make the list more manageable. The `MaxResults`
23615
+ # parameter sets the maximum number of results returned in a single
23616
+ # page. If the list of results exceeds your `MaxResults` value, then
23617
+ # that number of results is returned along with a `NextToken` value that
23618
+ # can be passed to a subsequent `DescribeVolumes` request to retrieve
23619
+ # the remaining results.
23593
23620
  #
23594
23621
  # For more information about EBS volumes, see [Amazon EBS Volumes][1] in
23595
23622
  # the *Amazon Elastic Compute Cloud User Guide*.
@@ -23830,20 +23857,17 @@ module Aws::EC2
23830
23857
  req.send_request(options)
23831
23858
  end
23832
23859
 
23833
- # Reports the current modification status of EBS volumes.
23860
+ # Describes the most recent volume modification request for the
23861
+ # specified EBS volumes.
23834
23862
  #
23835
- # Current-generation EBS volumes support modification of attributes
23836
- # including type, size, and (for `io1` volumes) IOPS provisioning while
23837
- # either attached to or detached from an instance. Following an action
23838
- # from the API or the console to modify a volume, the status of the
23839
- # modification may be `modifying`, `optimizing`, `completed`, or
23840
- # `failed`. If a volume has never been modified, then certain elements
23841
- # of the returned `VolumeModification` objects are null.
23863
+ # If a volume has never been modified, some information in the output
23864
+ # will be null. If a volume has been modified more than once, the output
23865
+ # includes only the most recent modification request.
23842
23866
  #
23843
23867
  # You can also use CloudWatch Events to check the status of a
23844
23868
  # modification to an EBS volume. For information about CloudWatch
23845
23869
  # Events, see the [Amazon CloudWatch Events User Guide][1]. For more
23846
- # information, see [Monitoring Volume Modifications"][2] in the *Amazon
23870
+ # information, see [Monitoring Volume Modifications][2] in the *Amazon
23847
23871
  # Elastic Compute Cloud User Guide*.
23848
23872
  #
23849
23873
  #
@@ -23858,15 +23882,37 @@ module Aws::EC2
23858
23882
  # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
23859
23883
  #
23860
23884
  # @option params [Array<String>] :volume_ids
23861
- # The IDs of the volumes for which in-progress modifications will be
23862
- # described.
23885
+ # The IDs of the volumes.
23863
23886
  #
23864
23887
  # @option params [Array<Types::Filter>] :filters
23865
- # The filters. Supported filters: `volume-id` \| `modification-state` \|
23866
- # `target-size` \| `target-iops` \| `target-volume-type` \|
23867
- # `original-size` \| `original-iops` \| `original-volume-type` \|
23868
- # `start-time` \| `originalMultiAttachEnabled` \|
23869
- # `targetMultiAttachEnabled`.
23888
+ # The filters.
23889
+ #
23890
+ # * `modification-state` - The current modification state (modifying \|
23891
+ # optimizing \| completed \| failed).
23892
+ #
23893
+ # * `original-iops` - The original IOPS rate of the volume.
23894
+ #
23895
+ # * `original-size` - The original size of the volume, in GiB.
23896
+ #
23897
+ # * `original-volume-type` - The original volume type of the volume
23898
+ # (standard \| io1 \| gp2 \| sc1 \| st1).
23899
+ #
23900
+ # * `originalMultiAttachEnabled` - Indicates whether Multi-Attach
23901
+ # support was enabled (true \| false).
23902
+ #
23903
+ # * `start-time` - The modification start time.
23904
+ #
23905
+ # * `target-iops` - The target IOPS rate of the volume.
23906
+ #
23907
+ # * `target-size` - The target size of the volume, in GiB.
23908
+ #
23909
+ # * `target-volume-type` - The target volume type of the volume
23910
+ # (standard \| io1 \| gp2 \| sc1 \| st1).
23911
+ #
23912
+ # * `targetMultiAttachEnabled` - Indicates whether Multi-Attach support
23913
+ # is to be enabled (true \| false).
23914
+ #
23915
+ # * `volume-id` - The ID of the volume.
23870
23916
  #
23871
23917
  # @option params [String] :next_token
23872
23918
  # The `nextToken` value returned by a previous paginated request.
@@ -26577,7 +26623,7 @@ module Aws::EC2
26577
26623
  #
26578
26624
  # @option params [String] :description
26579
26625
  # A description of the image being exported. The maximum length is 255
26580
- # bytes.
26626
+ # characters.
26581
26627
  #
26582
26628
  # @option params [required, String] :disk_image_format
26583
26629
  # The disk image format.
@@ -26592,14 +26638,17 @@ module Aws::EC2
26592
26638
  # The ID of the image.
26593
26639
  #
26594
26640
  # @option params [required, Types::ExportTaskS3LocationRequest] :s3_export_location
26595
- # Information about the destination S3 bucket. The bucket must exist and
26596
- # grant WRITE and READ\_ACP permissions to the AWS account
26641
+ # Information about the destination Amazon S3 bucket. The bucket must
26642
+ # exist and grant WRITE and READ\_ACP permissions to the AWS account
26597
26643
  # vm-import-export@amazon.com.
26598
26644
  #
26599
26645
  # @option params [String] :role_name
26600
26646
  # The name of the role that grants VM Import/Export permission to export
26601
- # images to your S3 bucket. If this parameter is not specified, the
26602
- # default role is named 'vmimport'.
26647
+ # images to your Amazon S3 bucket. If this parameter is not specified,
26648
+ # the default role is named 'vmimport'.
26649
+ #
26650
+ # @option params [Array<Types::TagSpecification>] :tag_specifications
26651
+ # The tags to apply to the image being exported.
26603
26652
  #
26604
26653
  # @return [Types::ExportImageResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
26605
26654
  #
@@ -26612,6 +26661,7 @@ module Aws::EC2
26612
26661
  # * {Types::ExportImageResult#s3_export_location #s3_export_location} => Types::ExportTaskS3Location
26613
26662
  # * {Types::ExportImageResult#status #status} => String
26614
26663
  # * {Types::ExportImageResult#status_message #status_message} => String
26664
+ # * {Types::ExportImageResult#tags #tags} => Array&lt;Types::Tag&gt;
26615
26665
  #
26616
26666
  # @example Request syntax with placeholder values
26617
26667
  #
@@ -26626,6 +26676,17 @@ module Aws::EC2
26626
26676
  # s3_prefix: "String",
26627
26677
  # },
26628
26678
  # role_name: "String",
26679
+ # tag_specifications: [
26680
+ # {
26681
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
26682
+ # tags: [
26683
+ # {
26684
+ # key: "String",
26685
+ # value: "String",
26686
+ # },
26687
+ # ],
26688
+ # },
26689
+ # ],
26629
26690
  # })
26630
26691
  #
26631
26692
  # @example Response structure
@@ -26640,6 +26701,9 @@ module Aws::EC2
26640
26701
  # resp.s3_export_location.s3_prefix #=> String
26641
26702
  # resp.status #=> String
26642
26703
  # resp.status_message #=> String
26704
+ # resp.tags #=> Array
26705
+ # resp.tags[0].key #=> String
26706
+ # resp.tags[0].value #=> String
26643
26707
  #
26644
26708
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ExportImage AWS API Documentation
26645
26709
  #
@@ -27066,7 +27130,7 @@ module Aws::EC2
27066
27130
  # Describes the default credit option for CPU usage of a burstable
27067
27131
  # performance instance family.
27068
27132
  #
27069
- # For more information, see [Burstable Performance Instances][1] in the
27133
+ # For more information, see [Burstable performance instances][1] in the
27070
27134
  # *Amazon Elastic Compute Cloud User Guide*.
27071
27135
  #
27072
27136
  #
@@ -27377,7 +27441,7 @@ module Aws::EC2
27377
27441
  # resp.launch_template_data.instance_initiated_shutdown_behavior #=> String, one of "stop", "terminate"
27378
27442
  # resp.launch_template_data.user_data #=> String
27379
27443
  # resp.launch_template_data.tag_specifications #=> Array
27380
- # 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", "vpc-flow-log"
27444
+ # resp.launch_template_data.tag_specifications[0].resource_type #=> String, one of "client-vpn-endpoint", "customer-gateway", "dedicated-host", "dhcp-options", "elastic-ip", "elastic-gpu", "export-image-task", "export-instance-task", "fleet", "fpga-image", "host-reservation", "image", "import-image-task", "import-snapshot-task", "instance", "internet-gateway", "key-pair", "launch-template", "local-gateway-route-table-vpc-association", "natgateway", "network-acl", "network-interface", "placement-group", "reserved-instances", "route-table", "security-group", "snapshot", "spot-fleet-request", "spot-instances-request", "subnet", "traffic-mirror-filter", "traffic-mirror-session", "traffic-mirror-target", "transit-gateway", "transit-gateway-attachment", "transit-gateway-multicast-domain", "transit-gateway-route-table", "volume", "vpc", "vpc-peering-connection", "vpn-connection", "vpn-gateway", "vpc-flow-log"
27381
27445
  # resp.launch_template_data.tag_specifications[0].tags #=> Array
27382
27446
  # resp.launch_template_data.tag_specifications[0].tags[0].key #=> String
27383
27447
  # resp.launch_template_data.tag_specifications[0].tags[0].value #=> String
@@ -28011,6 +28075,9 @@ module Aws::EC2
28011
28075
  # @option params [Array<Types::ImportImageLicenseConfigurationRequest>] :license_specifications
28012
28076
  # The ARNs of the license configurations.
28013
28077
  #
28078
+ # @option params [Array<Types::TagSpecification>] :tag_specifications
28079
+ # The tags to apply to the image being imported.
28080
+ #
28014
28081
  # @return [Types::ImportImageResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
28015
28082
  #
28016
28083
  # * {Types::ImportImageResult#architecture #architecture} => String
@@ -28027,6 +28094,7 @@ module Aws::EC2
28027
28094
  # * {Types::ImportImageResult#status #status} => String
28028
28095
  # * {Types::ImportImageResult#status_message #status_message} => String
28029
28096
  # * {Types::ImportImageResult#license_specifications #license_specifications} => Array&lt;Types::ImportImageLicenseConfigurationResponse&gt;
28097
+ # * {Types::ImportImageResult#tags #tags} => Array&lt;Types::Tag&gt;
28030
28098
  #
28031
28099
  # @example Request syntax with placeholder values
28032
28100
  #
@@ -28065,6 +28133,17 @@ module Aws::EC2
28065
28133
  # license_configuration_arn: "String",
28066
28134
  # },
28067
28135
  # ],
28136
+ # tag_specifications: [
28137
+ # {
28138
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
28139
+ # tags: [
28140
+ # {
28141
+ # key: "String",
28142
+ # value: "String",
28143
+ # },
28144
+ # ],
28145
+ # },
28146
+ # ],
28068
28147
  # })
28069
28148
  #
28070
28149
  # @example Response structure
@@ -28095,6 +28174,9 @@ module Aws::EC2
28095
28174
  # resp.status_message #=> String
28096
28175
  # resp.license_specifications #=> Array
28097
28176
  # resp.license_specifications[0].license_configuration_arn #=> String
28177
+ # resp.tags #=> Array
28178
+ # resp.tags[0].key #=> String
28179
+ # resp.tags[0].value #=> String
28098
28180
  #
28099
28181
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ImportImage AWS API Documentation
28100
28182
  #
@@ -28273,7 +28355,7 @@ module Aws::EC2
28273
28355
  # public_key_material: "data", # required
28274
28356
  # tag_specifications: [
28275
28357
  # {
28276
- # 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, vpc-flow-log
28358
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
28277
28359
  # tags: [
28278
28360
  # {
28279
28361
  # key: "String",
@@ -28373,11 +28455,15 @@ module Aws::EC2
28373
28455
  # The name of the role to use when not using the default role,
28374
28456
  # 'vmimport'.
28375
28457
  #
28458
+ # @option params [Array<Types::TagSpecification>] :tag_specifications
28459
+ # The tags to apply to the snapshot being imported.
28460
+ #
28376
28461
  # @return [Types::ImportSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
28377
28462
  #
28378
28463
  # * {Types::ImportSnapshotResult#description #description} => String
28379
28464
  # * {Types::ImportSnapshotResult#import_task_id #import_task_id} => String
28380
28465
  # * {Types::ImportSnapshotResult#snapshot_task_detail #snapshot_task_detail} => Types::SnapshotTaskDetail
28466
+ # * {Types::ImportSnapshotResult#tags #tags} => Array&lt;Types::Tag&gt;
28381
28467
  #
28382
28468
  # @example Request syntax with placeholder values
28383
28469
  #
@@ -28403,6 +28489,17 @@ module Aws::EC2
28403
28489
  # encrypted: false,
28404
28490
  # kms_key_id: "KmsKeyId",
28405
28491
  # role_name: "String",
28492
+ # tag_specifications: [
28493
+ # {
28494
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
28495
+ # tags: [
28496
+ # {
28497
+ # key: "String",
28498
+ # value: "String",
28499
+ # },
28500
+ # ],
28501
+ # },
28502
+ # ],
28406
28503
  # })
28407
28504
  #
28408
28505
  # @example Response structure
@@ -28421,6 +28518,9 @@ module Aws::EC2
28421
28518
  # resp.snapshot_task_detail.url #=> String
28422
28519
  # resp.snapshot_task_detail.user_bucket.s3_bucket #=> String
28423
28520
  # resp.snapshot_task_detail.user_bucket.s3_key #=> String
28521
+ # resp.tags #=> Array
28522
+ # resp.tags[0].key #=> String
28523
+ # resp.tags[0].value #=> String
28424
28524
  #
28425
28525
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ImportSnapshot AWS API Documentation
28426
28526
  #
@@ -28766,7 +28866,7 @@ module Aws::EC2
28766
28866
  # `GetDefaultCreditSpecification` and check `DefaultCreditSpecification`
28767
28867
  # for updates.
28768
28868
  #
28769
- # For more information, see [Burstable Performance Instances][1] in the
28869
+ # For more information, see [Burstable performance instances][1] in the
28770
28870
  # *Amazon Elastic Compute Cloud User Guide*.
28771
28871
  #
28772
28872
  #
@@ -29431,7 +29531,7 @@ module Aws::EC2
29431
29531
  # ModifyNetworkInterfaceAttribute action.
29432
29532
  #
29433
29533
  # To modify some attributes, the instance must be stopped. For more
29434
- # information, see [Modifying Attributes of a Stopped Instance][1] in
29534
+ # information, see [Modifying attributes of a stopped instance][1] in
29435
29535
  # the *Amazon Elastic Compute Cloud User Guide*.
29436
29536
  #
29437
29537
  #
@@ -29455,7 +29555,7 @@ module Aws::EC2
29455
29555
  #
29456
29556
  # To add instance store volumes to an Amazon EBS-backed instance, you
29457
29557
  # must add them when you launch the instance. For more information, see
29458
- # [Updating the Block Device Mapping when Launching an Instance][1] in
29558
+ # [Updating the block device mapping when launching an instance][1] in
29459
29559
  # the *Amazon Elastic Compute Cloud User Guide*.
29460
29560
  #
29461
29561
  #
@@ -29502,7 +29602,7 @@ module Aws::EC2
29502
29602
  #
29503
29603
  # @option params [Types::AttributeValue] :instance_type
29504
29604
  # Changes the instance type to the specified value. For more
29505
- # information, see [Instance Types][1]. If the instance type is not
29605
+ # information, see [Instance types][1]. If the instance type is not
29506
29606
  # valid, the error returned is `InvalidInstanceAttributeValue`.
29507
29607
  #
29508
29608
  #
@@ -29682,7 +29782,7 @@ module Aws::EC2
29682
29782
  # burstable performance instance. The credit options are `standard` and
29683
29783
  # `unlimited`.
29684
29784
  #
29685
- # For more information, see [Burstable Performance Instances][1] in the
29785
+ # For more information, see [Burstable performance instances][1] in the
29686
29786
  # *Amazon Elastic Compute Cloud User Guide*.
29687
29787
  #
29688
29788
  #
@@ -29798,7 +29898,7 @@ module Aws::EC2
29798
29898
  # “pending”. After the parameter modifications are successfully applied
29799
29899
  # to the instance, the state of the modifications changes from “pending”
29800
29900
  # to “applied” in subsequent describe-instances API calls. For more
29801
- # information, see [Instance Metadata and User Data][1].
29901
+ # information, see [Instance metadata and user data][1].
29802
29902
  #
29803
29903
  #
29804
29904
  #
@@ -31899,8 +31999,8 @@ module Aws::EC2
31899
31999
  end
31900
32000
 
31901
32001
  # Enables detailed monitoring for a running instance. Otherwise, basic
31902
- # monitoring is enabled. For more information, see [Monitoring Your
31903
- # Instances and Volumes][1] in the *Amazon Elastic Compute Cloud User
32002
+ # monitoring is enabled. For more information, see [Monitoring your
32003
+ # instances and volumes][1] in the *Amazon Elastic Compute Cloud User
31904
32004
  # Guide*.
31905
32005
  #
31906
32006
  # To disable detailed monitoring, see .
@@ -32072,7 +32172,7 @@ module Aws::EC2
32072
32172
  # dry_run: false,
32073
32173
  # pool_tag_specifications: [
32074
32174
  # {
32075
- # 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, vpc-flow-log
32175
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
32076
32176
  # tags: [
32077
32177
  # {
32078
32178
  # key: "String",
@@ -32134,6 +32234,9 @@ module Aws::EC2
32134
32234
  # @option params [required, String] :offering_id
32135
32235
  # The ID of the offering.
32136
32236
  #
32237
+ # @option params [Array<Types::TagSpecification>] :tag_specifications
32238
+ # The tags to apply to the Dedicated Host Reservation during purchase.
32239
+ #
32137
32240
  # @return [Types::PurchaseHostReservationResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
32138
32241
  #
32139
32242
  # * {Types::PurchaseHostReservationResult#client_token #client_token} => String
@@ -32150,6 +32253,17 @@ module Aws::EC2
32150
32253
  # host_id_set: ["DedicatedHostId"], # required
32151
32254
  # limit_price: "String",
32152
32255
  # offering_id: "OfferingId", # required
32256
+ # tag_specifications: [
32257
+ # {
32258
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
32259
+ # tags: [
32260
+ # {
32261
+ # key: "String",
32262
+ # value: "String",
32263
+ # },
32264
+ # ],
32265
+ # },
32266
+ # ],
32153
32267
  # })
32154
32268
  #
32155
32269
  # @example Response structure
@@ -32385,8 +32499,8 @@ module Aws::EC2
32385
32499
  # If an instance does not cleanly shut down within four minutes, Amazon
32386
32500
  # EC2 performs a hard reboot.
32387
32501
  #
32388
- # For more information about troubleshooting, see [Getting Console
32389
- # Output and Rebooting Instances][1] in the *Amazon Elastic Compute
32502
+ # For more information about troubleshooting, see [Getting console
32503
+ # output and rebooting instances][1] in the *Amazon Elastic Compute
32390
32504
  # Cloud User Guide*.
32391
32505
  #
32392
32506
  #
@@ -33897,7 +34011,7 @@ module Aws::EC2
33897
34011
  # weighted_capacity: 1.0,
33898
34012
  # tag_specifications: [
33899
34013
  # {
33900
- # 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, vpc-flow-log
34014
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
33901
34015
  # tags: [
33902
34016
  # {
33903
34017
  # key: "String",
@@ -33957,7 +34071,7 @@ module Aws::EC2
33957
34071
  # instance_pools_to_use_count: 1,
33958
34072
  # tag_specifications: [
33959
34073
  # {
33960
- # 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, vpc-flow-log
34074
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
33961
34075
  # tags: [
33962
34076
  # {
33963
34077
  # key: "String",
@@ -34967,7 +35081,7 @@ module Aws::EC2
34967
35081
  #
34968
35082
  # * Some instance types must be launched into a VPC. If you do not have
34969
35083
  # a default VPC, or if you do not specify a subnet ID, the request
34970
- # fails. For more information, see [Instance Types Available Only in a
35084
+ # fails. For more information, see [Instance types available only in a
34971
35085
  # VPC][1].
34972
35086
  #
34973
35087
  # * \[EC2-VPC\] All instances have a network interface with a primary
@@ -34975,10 +35089,10 @@ module Aws::EC2
34975
35089
  # one from the IPv4 range of your subnet.
34976
35090
  #
34977
35091
  # * Not all instance types support IPv6 addresses. For more information,
34978
- # see [Instance Types][2].
35092
+ # see [Instance types][2].
34979
35093
  #
34980
35094
  # * If you don't specify a security group ID, we use the default
34981
- # security group. For more information, see [Security Groups][3].
35095
+ # security group. For more information, see [Security groups][3].
34982
35096
  #
34983
35097
  # * If any of the AMIs have a product code attached for which the user
34984
35098
  # has not subscribed, the request fails.
@@ -34995,17 +35109,17 @@ module Aws::EC2
34995
35109
  # An instance is ready for you to use when it's in the `running` state.
34996
35110
  # You can check the state of your instance using DescribeInstances. You
34997
35111
  # can tag instances and EBS volumes during launch, after launch, or
34998
- # both. For more information, see CreateTags and [Tagging Your Amazon
34999
- # EC2 Resources][5].
35112
+ # both. For more information, see CreateTags and [Tagging your Amazon
35113
+ # EC2 resources][5].
35000
35114
  #
35001
35115
  # Linux instances have access to the public key of the key pair at boot.
35002
35116
  # You can use this key to provide secure access to the instance. Amazon
35003
35117
  # EC2 public images use this feature to provide secure access without
35004
- # passwords. For more information, see [Key Pairs][6] in the *Amazon
35118
+ # passwords. For more information, see [Key pairs][6] in the *Amazon
35005
35119
  # Elastic Compute Cloud User Guide*.
35006
35120
  #
35007
- # For troubleshooting, see [What To Do If An Instance Immediately
35008
- # Terminates][7], and [Troubleshooting Connecting to Your Instance][8]
35121
+ # For troubleshooting, see [What to do if an instance immediately
35122
+ # terminates][7], and [Troubleshooting connecting to your instance][8]
35009
35123
  # in the *Amazon Elastic Compute Cloud User Guide*.
35010
35124
  #
35011
35125
  #
@@ -35027,7 +35141,7 @@ module Aws::EC2
35027
35141
  # must be specified here or in a launch template.
35028
35142
  #
35029
35143
  # @option params [String] :instance_type
35030
- # The instance type. For more information, see [Instance Types][1] in
35144
+ # The instance type. For more information, see [Instance types][1] in
35031
35145
  # the *Amazon Elastic Compute Cloud User Guide*.
35032
35146
  #
35033
35147
  # Default: `m1.small`
@@ -35158,7 +35272,7 @@ module Aws::EC2
35158
35272
  #
35159
35273
  # @option params [String] :user_data
35160
35274
  # The user data to make available to the instance. For more information,
35161
- # see [Running Commands on Your Linux Instance at Launch][1] (Linux) and
35275
+ # see [Running commands on your Linux instance at launch][1] (Linux) and
35162
35276
  # [Adding User Data][2] (Windows). If you are using a command line tool,
35163
35277
  # base64-encoding is performed for you, and you can load the text from a
35164
35278
  # file. Otherwise, you must provide base64-encoded text. User data is
@@ -35294,7 +35408,7 @@ module Aws::EC2
35294
35408
  # The credit option for CPU usage of the burstable performance instance.
35295
35409
  # Valid values are `standard` and `unlimited`. To change this attribute
35296
35410
  # after launch, use [ ModifyInstanceCreditSpecification][1]. For more
35297
- # information, see [Burstable Performance Instances][2] in the *Amazon
35411
+ # information, see [Burstable performance instances][2] in the *Amazon
35298
35412
  # Elastic Compute Cloud User Guide*.
35299
35413
  #
35300
35414
  # Default: `standard` (T2 instances) or `unlimited` (T3/T3a instances)
@@ -35306,7 +35420,7 @@ module Aws::EC2
35306
35420
  #
35307
35421
  # @option params [Types::CpuOptionsRequest] :cpu_options
35308
35422
  # The CPU options for the instance. For more information, see
35309
- # [Optimizing CPU Options][1] in the *Amazon Elastic Compute Cloud User
35423
+ # [Optimizing CPU options][1] in the *Amazon Elastic Compute Cloud User
35310
35424
  # Guide*.
35311
35425
  #
35312
35426
  #
@@ -35322,7 +35436,7 @@ module Aws::EC2
35322
35436
  #
35323
35437
  # @option params [Types::HibernationOptionsRequest] :hibernation_options
35324
35438
  # Indicates whether an instance is enabled for hibernation. For more
35325
- # information, see [Hibernate Your Instance][1] in the *Amazon Elastic
35439
+ # information, see [Hibernate your instance][1] in the *Amazon Elastic
35326
35440
  # Compute Cloud User Guide*.
35327
35441
  #
35328
35442
  #
@@ -35334,7 +35448,7 @@ module Aws::EC2
35334
35448
  #
35335
35449
  # @option params [Types::InstanceMetadataOptionsRequest] :metadata_options
35336
35450
  # The metadata options for the instance. For more information, see
35337
- # [Instance Metadata and User Data][1].
35451
+ # [Instance metadata and user data][1].
35338
35452
  #
35339
35453
  #
35340
35454
  #
@@ -35488,7 +35602,7 @@ module Aws::EC2
35488
35602
  # ],
35489
35603
  # tag_specifications: [
35490
35604
  # {
35491
- # 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, vpc-flow-log
35605
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
35492
35606
  # tags: [
35493
35607
  # {
35494
35608
  # key: "String",
@@ -36134,7 +36248,7 @@ module Aws::EC2
36134
36248
  #
36135
36249
  # For more information about configuring your operating system to
36136
36250
  # generate a crash dump when a kernel panic or stop error occurs, see
36137
- # [Send a Diagnostic Interrupt][1] (Linux instances) or [Send a
36251
+ # [Send a diagnostic interrupt][1] (Linux instances) or [Send a
36138
36252
  # Diagnostic Interrupt][2] (Windows instances).
36139
36253
  #
36140
36254
  #
@@ -36192,7 +36306,7 @@ module Aws::EC2
36192
36306
  # Performing this operation on an instance that uses an instance store
36193
36307
  # as its root device returns an error.
36194
36308
  #
36195
- # For more information, see [Stopping Instances][1] in the *Amazon
36309
+ # For more information, see [Stopping instances][1] in the *Amazon
36196
36310
  # Elastic Compute Cloud User Guide*.
36197
36311
  #
36198
36312
  #
@@ -36320,8 +36434,8 @@ module Aws::EC2
36320
36434
  #
36321
36435
  # You can use the Stop action to hibernate an instance if the instance
36322
36436
  # is [enabled for hibernation][1] and it meets the [hibernation
36323
- # prerequisites][2]. For more information, see [Hibernate Your
36324
- # Instance][3] in the *Amazon Elastic Compute Cloud User Guide*.
36437
+ # prerequisites][2]. For more information, see [Hibernate your
36438
+ # instance][3] in the *Amazon Elastic Compute Cloud User Guide*.
36325
36439
  #
36326
36440
  # We don't charge usage for a stopped instance, or data transfer fees;
36327
36441
  # however, your root partition Amazon EBS volume remains and continues
@@ -36337,7 +36451,7 @@ module Aws::EC2
36337
36451
  # You can't stop or hibernate instance store-backed instances. You
36338
36452
  # can't use the Stop action to hibernate Spot Instances, but you can
36339
36453
  # specify that Amazon EC2 should hibernate Spot Instances when they are
36340
- # interrupted. For more information, see [Hibernating Interrupted Spot
36454
+ # interrupted. For more information, see [Hibernating interrupted Spot
36341
36455
  # Instances][4] in the *Amazon Elastic Compute Cloud User Guide*.
36342
36456
  #
36343
36457
  # When you stop or hibernate an instance, we shut it down. You can
@@ -36354,13 +36468,13 @@ module Aws::EC2
36354
36468
  # devices attached during the instance launch are automatically deleted.
36355
36469
  # For more information about the differences between rebooting,
36356
36470
  # stopping, hibernating, and terminating instances, see [Instance
36357
- # Lifecycle][5] in the *Amazon Elastic Compute Cloud User Guide*.
36471
+ # lifecycle][5] in the *Amazon Elastic Compute Cloud User Guide*.
36358
36472
  #
36359
36473
  # When you stop an instance, we attempt to shut it down forcibly after a
36360
36474
  # short while. If your instance appears stuck in the stopping state
36361
36475
  # after a period of time, there may be an issue with the underlying host
36362
- # computer. For more information, see [Troubleshooting Stopping Your
36363
- # Instance][6] in the *Amazon Elastic Compute Cloud User Guide*.
36476
+ # computer. For more information, see [Troubleshooting stopping your
36477
+ # instance][6] in the *Amazon Elastic Compute Cloud User Guide*.
36364
36478
  #
36365
36479
  #
36366
36480
  #
@@ -36377,8 +36491,8 @@ module Aws::EC2
36377
36491
  # @option params [Boolean] :hibernate
36378
36492
  # Hibernates the instance if the instance was enabled for hibernation at
36379
36493
  # launch. If the instance cannot hibernate successfully, a normal
36380
- # shutdown occurs. For more information, see [Hibernate Your
36381
- # Instance][1] in the *Amazon Elastic Compute Cloud User Guide*.
36494
+ # shutdown occurs. For more information, see [Hibernate your
36495
+ # instance][1] in the *Amazon Elastic Compute Cloud User Guide*.
36382
36496
  #
36383
36497
  # Default: `false`
36384
36498
  #
@@ -36537,11 +36651,11 @@ module Aws::EC2
36537
36651
  # volumes with the `DeleteOnTermination` block device mapping parameter
36538
36652
  # set to `true` are automatically deleted. For more information about
36539
36653
  # the differences between stopping and terminating instances, see
36540
- # [Instance Lifecycle][1] in the *Amazon Elastic Compute Cloud User
36654
+ # [Instance lifecycle][1] in the *Amazon Elastic Compute Cloud User
36541
36655
  # Guide*.
36542
36656
  #
36543
36657
  # For more information about troubleshooting, see [Troubleshooting
36544
- # Terminating Your Instance][2] in the *Amazon Elastic Compute Cloud
36658
+ # terminating your instance][2] in the *Amazon Elastic Compute Cloud
36545
36659
  # User Guide*.
36546
36660
  #
36547
36661
  #
@@ -36695,7 +36809,7 @@ module Aws::EC2
36695
36809
  end
36696
36810
 
36697
36811
  # Disables detailed monitoring for a running instance. For more
36698
- # information, see [Monitoring Your Instances and Volumes][1] in the
36812
+ # information, see [Monitoring your instances and volumes][1] in the
36699
36813
  # *Amazon Elastic Compute Cloud User Guide*.
36700
36814
  #
36701
36815
  #
@@ -37023,7 +37137,7 @@ module Aws::EC2
37023
37137
  params: params,
37024
37138
  config: config)
37025
37139
  context[:gem_name] = 'aws-sdk-ec2'
37026
- context[:gem_version] = '1.166.1'
37140
+ context[:gem_version] = '1.171.0'
37027
37141
  Seahorse::Client::Request.new(handlers, context)
37028
37142
  end
37029
37143