aws-sdk-ec2 1.505.0 → 1.509.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 453d62a3ea6d46b80221c33f5a6e4586ed9654628b389eea17710076a035e211
4
- data.tar.gz: a4ff96d5997b3cb1c7c53332f113f39e3414dd0e1484743a12afbf99a3356ce1
3
+ metadata.gz: 3480fb73277e9a0aa43d2f3daf83132fcb7e66ccd2da80b898231f9e1319a8cf
4
+ data.tar.gz: 8d0fcab303d8b33aa05a3cb1cbed4167a943af1d49c8cc130f1867126c46dc5b
5
5
  SHA512:
6
- metadata.gz: 13b9918b382e3229402a3367f0c6dfd2bb188dc1eb02c69716d531f74218914994255e7578ea98e0a0389409e669ffc9ea9b5c9d92d9ee760b2f106e05414fd2
7
- data.tar.gz: 28807352663412273c119ef1a3cf1f4fe53fd8464dc497617d80a65d333272f203697324dbbe71243e474f1fa4d3967382885c8b2ee3ccfa23adea13c7441c76
6
+ metadata.gz: 23ac30cc1e421f8284b9f1803a6045a4bf73757fe55db9382e4574486327f8c88394cc43caa083ff1b03cf2afd47edbd6af0cea2f38d3cae4d37739f6bbb526e
7
+ data.tar.gz: a1eed39ec76b36ef3df58f22beb9f98eeb235cd29de60ca864080985dae0f1c05c08ab0982cd4cf2d0be6694f83724089a823b0d56beb8390e6f4eeb75f13cf8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.509.0 (2025-03-03)
5
+ ------------------
6
+
7
+ * Feature - Update the DescribeVpcs response
8
+
9
+ 1.508.0 (2025-02-26)
10
+ ------------------
11
+
12
+ * Feature - Amazon EC2 Fleet customers can now override the Block Device Mapping specified in the Launch Template when creating a new Fleet request, saving the effort of creating and associating new Launch Templates to customize the Block Device Mapping.
13
+
14
+ 1.507.0 (2025-02-25)
15
+ ------------------
16
+
17
+ * Feature - Adds support for time-based EBS-backed AMI copy operations. Time-based copy ensures that EBS-backed AMIs are copied within and across Regions in a specified timeframe.
18
+
19
+ 1.506.0 (2025-02-18)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
4
24
  1.505.0 (2025-02-11)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.505.0
1
+ 1.509.0
@@ -7,36 +7,36 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
- require 'seahorse/client/plugins/content_length.rb'
11
- require 'aws-sdk-core/plugins/credentials_configuration.rb'
12
- require 'aws-sdk-core/plugins/logging.rb'
13
- require 'aws-sdk-core/plugins/param_converter.rb'
14
- require 'aws-sdk-core/plugins/param_validator.rb'
15
- require 'aws-sdk-core/plugins/user_agent.rb'
16
- require 'aws-sdk-core/plugins/helpful_socket_errors.rb'
17
- require 'aws-sdk-core/plugins/retry_errors.rb'
18
- require 'aws-sdk-core/plugins/global_configuration.rb'
19
- require 'aws-sdk-core/plugins/regional_endpoint.rb'
20
- require 'aws-sdk-core/plugins/endpoint_discovery.rb'
21
- require 'aws-sdk-core/plugins/endpoint_pattern.rb'
22
- require 'aws-sdk-core/plugins/response_paging.rb'
23
- require 'aws-sdk-core/plugins/stub_responses.rb'
24
- require 'aws-sdk-core/plugins/idempotency_token.rb'
25
- require 'aws-sdk-core/plugins/invocation_id.rb'
26
- require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
27
- require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
28
- require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
29
- require 'aws-sdk-core/plugins/transfer_encoding.rb'
30
- require 'aws-sdk-core/plugins/http_checksum.rb'
31
- require 'aws-sdk-core/plugins/checksum_algorithm.rb'
32
- require 'aws-sdk-core/plugins/request_compression.rb'
33
- require 'aws-sdk-core/plugins/defaults_mode.rb'
34
- require 'aws-sdk-core/plugins/recursion_detection.rb'
35
- require 'aws-sdk-core/plugins/telemetry.rb'
36
- require 'aws-sdk-core/plugins/sign.rb'
37
- require 'aws-sdk-core/plugins/protocols/ec2.rb'
38
- require 'aws-sdk-ec2/plugins/copy_encrypted_snapshot.rb'
39
- require 'aws-sdk-ec2/plugins/region_validation.rb'
10
+ require 'seahorse/client/plugins/content_length'
11
+ require 'aws-sdk-core/plugins/credentials_configuration'
12
+ require 'aws-sdk-core/plugins/logging'
13
+ require 'aws-sdk-core/plugins/param_converter'
14
+ require 'aws-sdk-core/plugins/param_validator'
15
+ require 'aws-sdk-core/plugins/user_agent'
16
+ require 'aws-sdk-core/plugins/helpful_socket_errors'
17
+ require 'aws-sdk-core/plugins/retry_errors'
18
+ require 'aws-sdk-core/plugins/global_configuration'
19
+ require 'aws-sdk-core/plugins/regional_endpoint'
20
+ require 'aws-sdk-core/plugins/endpoint_discovery'
21
+ require 'aws-sdk-core/plugins/endpoint_pattern'
22
+ require 'aws-sdk-core/plugins/response_paging'
23
+ require 'aws-sdk-core/plugins/stub_responses'
24
+ require 'aws-sdk-core/plugins/idempotency_token'
25
+ require 'aws-sdk-core/plugins/invocation_id'
26
+ require 'aws-sdk-core/plugins/jsonvalue_converter'
27
+ require 'aws-sdk-core/plugins/client_metrics_plugin'
28
+ require 'aws-sdk-core/plugins/client_metrics_send_plugin'
29
+ require 'aws-sdk-core/plugins/transfer_encoding'
30
+ require 'aws-sdk-core/plugins/http_checksum'
31
+ require 'aws-sdk-core/plugins/checksum_algorithm'
32
+ require 'aws-sdk-core/plugins/request_compression'
33
+ require 'aws-sdk-core/plugins/defaults_mode'
34
+ require 'aws-sdk-core/plugins/recursion_detection'
35
+ require 'aws-sdk-core/plugins/telemetry'
36
+ require 'aws-sdk-core/plugins/sign'
37
+ require 'aws-sdk-core/plugins/protocols/ec2'
38
+ require 'aws-sdk-ec2/plugins/copy_encrypted_snapshot'
39
+ require 'aws-sdk-ec2/plugins/region_validation'
40
40
 
41
41
  module Aws::EC2
42
42
  # An API client for EC2. To construct a client, you need to configure a `:region` and `:credentials`.
@@ -4899,6 +4899,22 @@ module Aws::EC2
4899
4899
  #
4900
4900
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html
4901
4901
  #
4902
+ # @option params [Integer] :snapshot_copy_completion_duration_minutes
4903
+ # Specify a completion duration, in 15 minute increments, to initiate a
4904
+ # time-based AMI copy. The specified completion duration applies to each
4905
+ # of the snapshots associated with the AMI. Each snapshot associated
4906
+ # with the AMI will be completed within the specified completion
4907
+ # duration, regardless of their size.
4908
+ #
4909
+ # If you do not specify a value, the AMI copy operation is completed on
4910
+ # a best-effort basis.
4911
+ #
4912
+ # For more information, see [ Time-based copies][1].
4913
+ #
4914
+ #
4915
+ #
4916
+ # [1]: https://docs.aws.amazon.com/ebs/latest/userguide/time-based-copies.html
4917
+ #
4902
4918
  # @option params [Boolean] :dry_run
4903
4919
  # Checks whether you have the required permissions for the action,
4904
4920
  # without actually making the request, and provides an error response.
@@ -4949,6 +4965,7 @@ module Aws::EC2
4949
4965
  # ],
4950
4966
  # },
4951
4967
  # ],
4968
+ # snapshot_copy_completion_duration_minutes: 1,
4952
4969
  # dry_run: false,
4953
4970
  # })
4954
4971
  #
@@ -6556,6 +6573,24 @@ module Aws::EC2
6556
6573
  # resp.vpc.cidr_block_association_set[0].cidr_block_state.state #=> String, one of "associating", "associated", "disassociating", "disassociated", "failing", "failed"
6557
6574
  # resp.vpc.cidr_block_association_set[0].cidr_block_state.status_message #=> String
6558
6575
  # resp.vpc.is_default #=> Boolean
6576
+ # resp.vpc.encryption_control.vpc_id #=> String
6577
+ # resp.vpc.encryption_control.vpc_encryption_control_id #=> String
6578
+ # resp.vpc.encryption_control.mode #=> String, one of "monitor", "enforce"
6579
+ # resp.vpc.encryption_control.state #=> String, one of "enforce-in-progress", "monitor-in-progress", "enforce-failed", "monitor-failed", "deleting", "deleted", "available"
6580
+ # resp.vpc.encryption_control.state_message #=> String
6581
+ # resp.vpc.encryption_control.resource_exclusions.internet_gateway.state #=> String, one of "enabling", "enabled", "disabling", "disabled"
6582
+ # resp.vpc.encryption_control.resource_exclusions.internet_gateway.state_message #=> String
6583
+ # resp.vpc.encryption_control.resource_exclusions.egress_only_internet_gateway.state #=> String, one of "enabling", "enabled", "disabling", "disabled"
6584
+ # resp.vpc.encryption_control.resource_exclusions.egress_only_internet_gateway.state_message #=> String
6585
+ # resp.vpc.encryption_control.resource_exclusions.nat_gateway.state #=> String, one of "enabling", "enabled", "disabling", "disabled"
6586
+ # resp.vpc.encryption_control.resource_exclusions.nat_gateway.state_message #=> String
6587
+ # resp.vpc.encryption_control.resource_exclusions.virtual_private_gateway.state #=> String, one of "enabling", "enabled", "disabling", "disabled"
6588
+ # resp.vpc.encryption_control.resource_exclusions.virtual_private_gateway.state_message #=> String
6589
+ # resp.vpc.encryption_control.resource_exclusions.vpc_peering.state #=> String, one of "enabling", "enabled", "disabling", "disabled"
6590
+ # resp.vpc.encryption_control.resource_exclusions.vpc_peering.state_message #=> String
6591
+ # resp.vpc.encryption_control.tags #=> Array
6592
+ # resp.vpc.encryption_control.tags[0].key #=> String
6593
+ # resp.vpc.encryption_control.tags[0].value #=> String
6559
6594
  # resp.vpc.tags #=> Array
6560
6595
  # resp.vpc.tags[0].key #=> String
6561
6596
  # resp.vpc.tags[0].value #=> String
@@ -6981,6 +7016,23 @@ module Aws::EC2
6981
7016
  # group_id: "PlacementGroupId",
6982
7017
  # availability_zone: "String",
6983
7018
  # },
7019
+ # block_device_mappings: [
7020
+ # {
7021
+ # device_name: "String",
7022
+ # virtual_name: "String",
7023
+ # ebs: {
7024
+ # encrypted: false,
7025
+ # delete_on_termination: false,
7026
+ # iops: 1,
7027
+ # throughput: 1,
7028
+ # kms_key_id: "KmsKeyId",
7029
+ # snapshot_id: "SnapshotId",
7030
+ # volume_size: 1,
7031
+ # volume_type: "standard", # accepts standard, io1, io2, gp2, sc1, st1, gp3
7032
+ # },
7033
+ # no_device: "String",
7034
+ # },
7035
+ # ],
6984
7036
  # instance_requirements: {
6985
7037
  # v_cpu_count: { # required
6986
7038
  # min: 1, # required
@@ -7132,6 +7184,18 @@ module Aws::EC2
7132
7184
  # resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.baseline_performance_factors.cpu.references #=> Array
7133
7185
  # resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.baseline_performance_factors.cpu.references[0].instance_family #=> String
7134
7186
  # resp.errors[0].launch_template_and_overrides.overrides.image_id #=> String
7187
+ # resp.errors[0].launch_template_and_overrides.overrides.block_device_mappings #=> Array
7188
+ # resp.errors[0].launch_template_and_overrides.overrides.block_device_mappings[0].device_name #=> String
7189
+ # resp.errors[0].launch_template_and_overrides.overrides.block_device_mappings[0].virtual_name #=> String
7190
+ # resp.errors[0].launch_template_and_overrides.overrides.block_device_mappings[0].ebs.encrypted #=> Boolean
7191
+ # resp.errors[0].launch_template_and_overrides.overrides.block_device_mappings[0].ebs.delete_on_termination #=> Boolean
7192
+ # resp.errors[0].launch_template_and_overrides.overrides.block_device_mappings[0].ebs.iops #=> Integer
7193
+ # resp.errors[0].launch_template_and_overrides.overrides.block_device_mappings[0].ebs.throughput #=> Integer
7194
+ # resp.errors[0].launch_template_and_overrides.overrides.block_device_mappings[0].ebs.kms_key_id #=> String
7195
+ # resp.errors[0].launch_template_and_overrides.overrides.block_device_mappings[0].ebs.snapshot_id #=> String
7196
+ # resp.errors[0].launch_template_and_overrides.overrides.block_device_mappings[0].ebs.volume_size #=> Integer
7197
+ # resp.errors[0].launch_template_and_overrides.overrides.block_device_mappings[0].ebs.volume_type #=> String, one of "standard", "io1", "io2", "gp2", "sc1", "st1", "gp3"
7198
+ # resp.errors[0].launch_template_and_overrides.overrides.block_device_mappings[0].no_device #=> String
7135
7199
  # resp.errors[0].lifecycle #=> String, one of "spot", "on-demand"
7136
7200
  # resp.errors[0].error_code #=> String
7137
7201
  # resp.errors[0].error_message #=> String
@@ -7190,6 +7254,18 @@ module Aws::EC2
7190
7254
  # resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.baseline_performance_factors.cpu.references #=> Array
7191
7255
  # resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.baseline_performance_factors.cpu.references[0].instance_family #=> String
7192
7256
  # resp.instances[0].launch_template_and_overrides.overrides.image_id #=> String
7257
+ # resp.instances[0].launch_template_and_overrides.overrides.block_device_mappings #=> Array
7258
+ # resp.instances[0].launch_template_and_overrides.overrides.block_device_mappings[0].device_name #=> String
7259
+ # resp.instances[0].launch_template_and_overrides.overrides.block_device_mappings[0].virtual_name #=> String
7260
+ # resp.instances[0].launch_template_and_overrides.overrides.block_device_mappings[0].ebs.encrypted #=> Boolean
7261
+ # resp.instances[0].launch_template_and_overrides.overrides.block_device_mappings[0].ebs.delete_on_termination #=> Boolean
7262
+ # resp.instances[0].launch_template_and_overrides.overrides.block_device_mappings[0].ebs.iops #=> Integer
7263
+ # resp.instances[0].launch_template_and_overrides.overrides.block_device_mappings[0].ebs.throughput #=> Integer
7264
+ # resp.instances[0].launch_template_and_overrides.overrides.block_device_mappings[0].ebs.kms_key_id #=> String
7265
+ # resp.instances[0].launch_template_and_overrides.overrides.block_device_mappings[0].ebs.snapshot_id #=> String
7266
+ # resp.instances[0].launch_template_and_overrides.overrides.block_device_mappings[0].ebs.volume_size #=> Integer
7267
+ # resp.instances[0].launch_template_and_overrides.overrides.block_device_mappings[0].ebs.volume_type #=> String, one of "standard", "io1", "io2", "gp2", "sc1", "st1", "gp3"
7268
+ # resp.instances[0].launch_template_and_overrides.overrides.block_device_mappings[0].no_device #=> String
7193
7269
  # resp.instances[0].lifecycle #=> String, one of "spot", "on-demand"
7194
7270
  # resp.instances[0].instance_ids #=> Array
7195
7271
  # resp.instances[0].instance_ids[0] #=> String
@@ -8796,8 +8872,8 @@ module Aws::EC2
8796
8872
  # A launch template contains the parameters to launch an instance. When
8797
8873
  # you launch an instance using RunInstances, you can specify a launch
8798
8874
  # template instead of providing the launch parameters in the request.
8799
- # For more information, see [Launch an instance from a launch
8800
- # template][1] in the *Amazon EC2 User Guide*.
8875
+ # For more information, see [Store instance launch parameters in Amazon
8876
+ # EC2 launch templates][1] in the *Amazon EC2 User Guide*.
8801
8877
  #
8802
8878
  # To clone an existing launch template as the basis for a new launch
8803
8879
  # template, use the Amazon EC2 console. The API, SDKs, and CLI do not
@@ -8808,7 +8884,7 @@ module Aws::EC2
8808
8884
  #
8809
8885
  #
8810
8886
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html
8811
- # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html#create-launch-template-from-existing-launch-template
8887
+ # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/create-launch-template.html#create-launch-template-from-existing-launch-template
8812
8888
  #
8813
8889
  # @option params [Boolean] :dry_run
8814
8890
  # Checks whether you have the required permissions for the action,
@@ -9211,7 +9287,7 @@ module Aws::EC2
9211
9287
  #
9212
9288
  #
9213
9289
  #
9214
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html#manage-launch-template-versions
9290
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/manage-launch-template-versions.html
9215
9291
  #
9216
9292
  # @option params [Boolean] :dry_run
9217
9293
  # Checks whether you have the required permissions for the action,
@@ -9271,7 +9347,7 @@ module Aws::EC2
9271
9347
  #
9272
9348
  #
9273
9349
  #
9274
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html#use-an-ssm-parameter-instead-of-an-ami-id
9350
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/create-launch-template.html#use-an-ssm-parameter-instead-of-an-ami-id
9275
9351
  #
9276
9352
  # @return [Types::CreateLaunchTemplateVersionResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
9277
9353
  #
@@ -15456,6 +15532,24 @@ module Aws::EC2
15456
15532
  # resp.vpc.cidr_block_association_set[0].cidr_block_state.state #=> String, one of "associating", "associated", "disassociating", "disassociated", "failing", "failed"
15457
15533
  # resp.vpc.cidr_block_association_set[0].cidr_block_state.status_message #=> String
15458
15534
  # resp.vpc.is_default #=> Boolean
15535
+ # resp.vpc.encryption_control.vpc_id #=> String
15536
+ # resp.vpc.encryption_control.vpc_encryption_control_id #=> String
15537
+ # resp.vpc.encryption_control.mode #=> String, one of "monitor", "enforce"
15538
+ # resp.vpc.encryption_control.state #=> String, one of "enforce-in-progress", "monitor-in-progress", "enforce-failed", "monitor-failed", "deleting", "deleted", "available"
15539
+ # resp.vpc.encryption_control.state_message #=> String
15540
+ # resp.vpc.encryption_control.resource_exclusions.internet_gateway.state #=> String, one of "enabling", "enabled", "disabling", "disabled"
15541
+ # resp.vpc.encryption_control.resource_exclusions.internet_gateway.state_message #=> String
15542
+ # resp.vpc.encryption_control.resource_exclusions.egress_only_internet_gateway.state #=> String, one of "enabling", "enabled", "disabling", "disabled"
15543
+ # resp.vpc.encryption_control.resource_exclusions.egress_only_internet_gateway.state_message #=> String
15544
+ # resp.vpc.encryption_control.resource_exclusions.nat_gateway.state #=> String, one of "enabling", "enabled", "disabling", "disabled"
15545
+ # resp.vpc.encryption_control.resource_exclusions.nat_gateway.state_message #=> String
15546
+ # resp.vpc.encryption_control.resource_exclusions.virtual_private_gateway.state #=> String, one of "enabling", "enabled", "disabling", "disabled"
15547
+ # resp.vpc.encryption_control.resource_exclusions.virtual_private_gateway.state_message #=> String
15548
+ # resp.vpc.encryption_control.resource_exclusions.vpc_peering.state #=> String, one of "enabling", "enabled", "disabling", "disabled"
15549
+ # resp.vpc.encryption_control.resource_exclusions.vpc_peering.state_message #=> String
15550
+ # resp.vpc.encryption_control.tags #=> Array
15551
+ # resp.vpc.encryption_control.tags[0].key #=> String
15552
+ # resp.vpc.encryption_control.tags[0].value #=> String
15459
15553
  # resp.vpc.tags #=> Array
15460
15554
  # resp.vpc.tags[0].key #=> String
15461
15555
  # resp.vpc.tags[0].value #=> String
@@ -16765,20 +16859,23 @@ module Aws::EC2
16765
16859
  req.send_request(options)
16766
16860
  end
16767
16861
 
16768
- # Deletes the specified EC2 Fleets.
16769
- #
16770
- # After you delete an EC2 Fleet, it launches no new instances.
16862
+ # Deletes the specified EC2 Fleet request.
16771
16863
  #
16772
- # You must also specify whether a deleted EC2 Fleet should terminate its
16773
- # instances. If you choose to terminate the instances, the EC2 Fleet
16774
- # enters the `deleted_terminating` state. Otherwise, the EC2 Fleet
16775
- # enters the `deleted_running` state, and the instances continue to run
16776
- # until they are interrupted or you terminate them manually.
16864
+ # After you delete an EC2 Fleet request, it launches no new instances.
16777
16865
  #
16778
- # For `instant` fleets, EC2 Fleet must terminate the instances when the
16779
- # fleet is deleted. Up to 1000 instances can be terminated in a single
16780
- # request to delete `instant` fleets. A deleted `instant` fleet with
16781
- # running instances is not supported.
16866
+ # You must also specify whether a deleted EC2 Fleet request should
16867
+ # terminate its instances. If you choose to terminate the instances, the
16868
+ # EC2 Fleet request enters the `deleted_terminating` state. Otherwise,
16869
+ # it enters the `deleted_running` state, and the instances continue to
16870
+ # run until they are interrupted or you terminate them manually.
16871
+ #
16872
+ # A deleted `instant` fleet with running instances is not supported.
16873
+ # When you delete an `instant` fleet, Amazon EC2 automatically
16874
+ # terminates all its instances. For fleets with more than 1000
16875
+ # instances, the deletion request might fail. If your fleet has more
16876
+ # than 1000 instances, first terminate most of the instances manually,
16877
+ # leaving 1000 or fewer. Then delete the fleet, and the remaining
16878
+ # instances will be terminated automatically.
16782
16879
  #
16783
16880
  # **Restrictions**
16784
16881
  #
@@ -16794,12 +16891,12 @@ module Aws::EC2
16794
16891
  # * If you exceed the specified number of fleets to delete, no fleets
16795
16892
  # are deleted.
16796
16893
  #
16797
- # For more information, see [Delete an EC2 Fleet][1] in the *Amazon EC2
16798
- # User Guide*.
16894
+ # For more information, see [Delete an EC2 Fleet request and the
16895
+ # instances in the fleet][1] in the *Amazon EC2 User Guide*.
16799
16896
  #
16800
16897
  #
16801
16898
  #
16802
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/manage-ec2-fleet.html#delete-fleet
16899
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/delete-fleet.html
16803
16900
  #
16804
16901
  # @option params [Boolean] :dry_run
16805
16902
  # Checks whether you have the required permissions for the action,
@@ -17549,7 +17646,7 @@ module Aws::EC2
17549
17646
  #
17550
17647
  #
17551
17648
  #
17552
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/manage-launch-template-versions.html#delete-launch-template-version
17649
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/delete-launch-template.html#delete-launch-template-version
17553
17650
  #
17554
17651
  # @option params [Boolean] :dry_run
17555
17652
  # Checks whether you have the required permissions for the action,
@@ -23915,6 +24012,18 @@ module Aws::EC2
23915
24012
  # resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.baseline_performance_factors.cpu.references #=> Array
23916
24013
  # resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.baseline_performance_factors.cpu.references[0].instance_family #=> String
23917
24014
  # resp.fleets[0].launch_template_configs[0].overrides[0].image_id #=> String
24015
+ # resp.fleets[0].launch_template_configs[0].overrides[0].block_device_mappings #=> Array
24016
+ # resp.fleets[0].launch_template_configs[0].overrides[0].block_device_mappings[0].device_name #=> String
24017
+ # resp.fleets[0].launch_template_configs[0].overrides[0].block_device_mappings[0].virtual_name #=> String
24018
+ # resp.fleets[0].launch_template_configs[0].overrides[0].block_device_mappings[0].ebs.encrypted #=> Boolean
24019
+ # resp.fleets[0].launch_template_configs[0].overrides[0].block_device_mappings[0].ebs.delete_on_termination #=> Boolean
24020
+ # resp.fleets[0].launch_template_configs[0].overrides[0].block_device_mappings[0].ebs.iops #=> Integer
24021
+ # resp.fleets[0].launch_template_configs[0].overrides[0].block_device_mappings[0].ebs.throughput #=> Integer
24022
+ # resp.fleets[0].launch_template_configs[0].overrides[0].block_device_mappings[0].ebs.kms_key_id #=> String
24023
+ # resp.fleets[0].launch_template_configs[0].overrides[0].block_device_mappings[0].ebs.snapshot_id #=> String
24024
+ # resp.fleets[0].launch_template_configs[0].overrides[0].block_device_mappings[0].ebs.volume_size #=> Integer
24025
+ # resp.fleets[0].launch_template_configs[0].overrides[0].block_device_mappings[0].ebs.volume_type #=> String, one of "standard", "io1", "io2", "gp2", "sc1", "st1", "gp3"
24026
+ # resp.fleets[0].launch_template_configs[0].overrides[0].block_device_mappings[0].no_device #=> String
23918
24027
  # resp.fleets[0].target_capacity_specification.total_target_capacity #=> Integer
23919
24028
  # resp.fleets[0].target_capacity_specification.on_demand_target_capacity #=> Integer
23920
24029
  # resp.fleets[0].target_capacity_specification.spot_target_capacity #=> Integer
@@ -23998,6 +24107,18 @@ module Aws::EC2
23998
24107
  # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.baseline_performance_factors.cpu.references #=> Array
23999
24108
  # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.baseline_performance_factors.cpu.references[0].instance_family #=> String
24000
24109
  # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.image_id #=> String
24110
+ # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.block_device_mappings #=> Array
24111
+ # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.block_device_mappings[0].device_name #=> String
24112
+ # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.block_device_mappings[0].virtual_name #=> String
24113
+ # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.block_device_mappings[0].ebs.encrypted #=> Boolean
24114
+ # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.block_device_mappings[0].ebs.delete_on_termination #=> Boolean
24115
+ # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.block_device_mappings[0].ebs.iops #=> Integer
24116
+ # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.block_device_mappings[0].ebs.throughput #=> Integer
24117
+ # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.block_device_mappings[0].ebs.kms_key_id #=> String
24118
+ # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.block_device_mappings[0].ebs.snapshot_id #=> String
24119
+ # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.block_device_mappings[0].ebs.volume_size #=> Integer
24120
+ # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.block_device_mappings[0].ebs.volume_type #=> String, one of "standard", "io1", "io2", "gp2", "sc1", "st1", "gp3"
24121
+ # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.block_device_mappings[0].no_device #=> String
24001
24122
  # resp.fleets[0].errors[0].lifecycle #=> String, one of "spot", "on-demand"
24002
24123
  # resp.fleets[0].errors[0].error_code #=> String
24003
24124
  # resp.fleets[0].errors[0].error_message #=> String
@@ -24056,6 +24177,18 @@ module Aws::EC2
24056
24177
  # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.baseline_performance_factors.cpu.references #=> Array
24057
24178
  # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.baseline_performance_factors.cpu.references[0].instance_family #=> String
24058
24179
  # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.image_id #=> String
24180
+ # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.block_device_mappings #=> Array
24181
+ # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.block_device_mappings[0].device_name #=> String
24182
+ # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.block_device_mappings[0].virtual_name #=> String
24183
+ # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.block_device_mappings[0].ebs.encrypted #=> Boolean
24184
+ # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.block_device_mappings[0].ebs.delete_on_termination #=> Boolean
24185
+ # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.block_device_mappings[0].ebs.iops #=> Integer
24186
+ # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.block_device_mappings[0].ebs.throughput #=> Integer
24187
+ # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.block_device_mappings[0].ebs.kms_key_id #=> String
24188
+ # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.block_device_mappings[0].ebs.snapshot_id #=> String
24189
+ # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.block_device_mappings[0].ebs.volume_size #=> Integer
24190
+ # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.block_device_mappings[0].ebs.volume_type #=> String, one of "standard", "io1", "io2", "gp2", "sc1", "st1", "gp3"
24191
+ # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.block_device_mappings[0].no_device #=> String
24059
24192
  # resp.fleets[0].instances[0].lifecycle #=> String, one of "spot", "on-demand"
24060
24193
  # resp.fleets[0].instances[0].instance_ids #=> Array
24061
24194
  # resp.fleets[0].instances[0].instance_ids[0] #=> String
@@ -28760,7 +28893,7 @@ module Aws::EC2
28760
28893
  #
28761
28894
  #
28762
28895
  #
28763
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html#use-an-ssm-parameter-instead-of-an-ami-id
28896
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/create-launch-template.html#use-an-ssm-parameter-instead-of-an-ami-id
28764
28897
  #
28765
28898
  # @return [Types::DescribeLaunchTemplateVersionsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
28766
28899
  #
@@ -31712,8 +31845,8 @@ module Aws::EC2
31712
31845
  #
31713
31846
  # If you have a large number of network interfaces, the operation fails
31714
31847
  # unless you use pagination or one of the following filters: `group-id`,
31715
- # `mac-address`, `private-dns-name`, `private-ip-address`,
31716
- # `private-dns-name`, `subnet-id`, or `vpc-id`.
31848
+ # `mac-address`, `private-dns-name`, `private-ip-address`, `subnet-id`,
31849
+ # or `vpc-id`.
31717
31850
  #
31718
31851
  # We strongly recommend using only paginated requests. Unpaginated
31719
31852
  # requests are susceptible to throttling and timeouts.
@@ -39948,6 +40081,24 @@ module Aws::EC2
39948
40081
  # resp.vpcs[0].cidr_block_association_set[0].cidr_block_state.state #=> String, one of "associating", "associated", "disassociating", "disassociated", "failing", "failed"
39949
40082
  # resp.vpcs[0].cidr_block_association_set[0].cidr_block_state.status_message #=> String
39950
40083
  # resp.vpcs[0].is_default #=> Boolean
40084
+ # resp.vpcs[0].encryption_control.vpc_id #=> String
40085
+ # resp.vpcs[0].encryption_control.vpc_encryption_control_id #=> String
40086
+ # resp.vpcs[0].encryption_control.mode #=> String, one of "monitor", "enforce"
40087
+ # resp.vpcs[0].encryption_control.state #=> String, one of "enforce-in-progress", "monitor-in-progress", "enforce-failed", "monitor-failed", "deleting", "deleted", "available"
40088
+ # resp.vpcs[0].encryption_control.state_message #=> String
40089
+ # resp.vpcs[0].encryption_control.resource_exclusions.internet_gateway.state #=> String, one of "enabling", "enabled", "disabling", "disabled"
40090
+ # resp.vpcs[0].encryption_control.resource_exclusions.internet_gateway.state_message #=> String
40091
+ # resp.vpcs[0].encryption_control.resource_exclusions.egress_only_internet_gateway.state #=> String, one of "enabling", "enabled", "disabling", "disabled"
40092
+ # resp.vpcs[0].encryption_control.resource_exclusions.egress_only_internet_gateway.state_message #=> String
40093
+ # resp.vpcs[0].encryption_control.resource_exclusions.nat_gateway.state #=> String, one of "enabling", "enabled", "disabling", "disabled"
40094
+ # resp.vpcs[0].encryption_control.resource_exclusions.nat_gateway.state_message #=> String
40095
+ # resp.vpcs[0].encryption_control.resource_exclusions.virtual_private_gateway.state #=> String, one of "enabling", "enabled", "disabling", "disabled"
40096
+ # resp.vpcs[0].encryption_control.resource_exclusions.virtual_private_gateway.state_message #=> String
40097
+ # resp.vpcs[0].encryption_control.resource_exclusions.vpc_peering.state #=> String, one of "enabling", "enabled", "disabling", "disabled"
40098
+ # resp.vpcs[0].encryption_control.resource_exclusions.vpc_peering.state_message #=> String
40099
+ # resp.vpcs[0].encryption_control.tags #=> Array
40100
+ # resp.vpcs[0].encryption_control.tags[0].key #=> String
40101
+ # resp.vpcs[0].encryption_control.tags[0].value #=> String
39951
40102
  # resp.vpcs[0].tags #=> Array
39952
40103
  # resp.vpcs[0].tags[0].key #=> String
39953
40104
  # resp.vpcs[0].tags[0].value #=> String
@@ -49380,6 +49531,23 @@ module Aws::EC2
49380
49531
  # group_id: "PlacementGroupId",
49381
49532
  # availability_zone: "String",
49382
49533
  # },
49534
+ # block_device_mappings: [
49535
+ # {
49536
+ # device_name: "String",
49537
+ # virtual_name: "String",
49538
+ # ebs: {
49539
+ # encrypted: false,
49540
+ # delete_on_termination: false,
49541
+ # iops: 1,
49542
+ # throughput: 1,
49543
+ # kms_key_id: "KmsKeyId",
49544
+ # snapshot_id: "SnapshotId",
49545
+ # volume_size: 1,
49546
+ # volume_type: "standard", # accepts standard, io1, io2, gp2, sc1, st1, gp3
49547
+ # },
49548
+ # no_device: "String",
49549
+ # },
49550
+ # ],
49383
49551
  # instance_requirements: {
49384
49552
  # v_cpu_count: { # required
49385
49553
  # min: 1, # required
@@ -51470,7 +51638,7 @@ module Aws::EC2
51470
51638
  # @option params [String] :client_token
51471
51639
  # Unique, case-sensitive identifier you provide to ensure the
51472
51640
  # idempotency of the request. For more information, see [Ensuring
51473
- # idempotency][1].
51641
+ # idempotency in Amazon EC2 API requests][1].
51474
51642
  #
51475
51643
  # Constraint: Maximum 128 ASCII characters.
51476
51644
  #
@@ -63212,7 +63380,7 @@ module Aws::EC2
63212
63380
  tracer: tracer
63213
63381
  )
63214
63382
  context[:gem_name] = 'aws-sdk-ec2'
63215
- context[:gem_version] = '1.505.0'
63383
+ context[:gem_version] = '1.509.0'
63216
63384
  Seahorse::Client::Request.new(handlers, context)
63217
63385
  end
63218
63386