aws-sdk-ec2 1.506.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 +4 -4
- data/CHANGELOG.md +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +194 -26
- data/lib/aws-sdk-ec2/client_api.rb +77 -1
- data/lib/aws-sdk-ec2/image.rb +1 -1
- data/lib/aws-sdk-ec2/types.rb +530 -62
- data/lib/aws-sdk-ec2/vpc.rb +5 -0
- data/lib/aws-sdk-ec2.rb +1 -1
- data/sig/client.rbs +40 -2
- data/sig/image.rbs +2 -2
- data/sig/types.rbs +73 -0
- data/sig/vpc.rbs +3 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3480fb73277e9a0aa43d2f3daf83132fcb7e66ccd2da80b898231f9e1319a8cf
|
4
|
+
data.tar.gz: 8d0fcab303d8b33aa05a3cb1cbed4167a943af1d49c8cc130f1867126c46dc5b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 23ac30cc1e421f8284b9f1803a6045a4bf73757fe55db9382e4574486327f8c88394cc43caa083ff1b03cf2afd47edbd6af0cea2f38d3cae4d37739f6bbb526e
|
7
|
+
data.tar.gz: a1eed39ec76b36ef3df58f22beb9f98eeb235cd29de60ca864080985dae0f1c05c08ab0982cd4cf2d0be6694f83724089a823b0d56beb8390e6f4eeb75f13cf8
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
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
|
+
|
4
19
|
1.506.0 (2025-02-18)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.509.0
|
data/lib/aws-sdk-ec2/client.rb
CHANGED
@@ -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 [
|
8800
|
-
#
|
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/
|
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/
|
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/
|
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
|
16769
|
-
#
|
16770
|
-
# After you delete an EC2 Fleet, it launches no new instances.
|
16862
|
+
# Deletes the specified EC2 Fleet request.
|
16771
16863
|
#
|
16772
|
-
#
|
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
|
-
#
|
16779
|
-
#
|
16780
|
-
# request
|
16781
|
-
#
|
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
|
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/
|
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/
|
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/
|
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
|
-
#
|
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.
|
63383
|
+
context[:gem_version] = '1.509.0'
|
63216
63384
|
Seahorse::Client::Request.new(handlers, context)
|
63217
63385
|
end
|
63218
63386
|
|
@@ -238,6 +238,8 @@ module Aws::EC2
|
|
238
238
|
BlockDeviceMapping = Shapes::StructureShape.new(name: 'BlockDeviceMapping')
|
239
239
|
BlockDeviceMappingList = Shapes::ListShape.new(name: 'BlockDeviceMappingList')
|
240
240
|
BlockDeviceMappingRequestList = Shapes::ListShape.new(name: 'BlockDeviceMappingRequestList')
|
241
|
+
BlockDeviceMappingResponse = Shapes::StructureShape.new(name: 'BlockDeviceMappingResponse')
|
242
|
+
BlockDeviceMappingResponseList = Shapes::ListShape.new(name: 'BlockDeviceMappingResponseList')
|
241
243
|
BlockPublicAccessMode = Shapes::StringShape.new(name: 'BlockPublicAccessMode')
|
242
244
|
BlockPublicAccessStates = Shapes::StructureShape.new(name: 'BlockPublicAccessStates')
|
243
245
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
@@ -810,6 +812,7 @@ module Aws::EC2
|
|
810
812
|
DeprovisionPublicIpv4PoolCidrResult = Shapes::StructureShape.new(name: 'DeprovisionPublicIpv4PoolCidrResult')
|
811
813
|
DeprovisionedAddressSet = Shapes::ListShape.new(name: 'DeprovisionedAddressSet')
|
812
814
|
DeregisterImageRequest = Shapes::StructureShape.new(name: 'DeregisterImageRequest')
|
815
|
+
DeregisterImageResult = Shapes::StructureShape.new(name: 'DeregisterImageResult')
|
813
816
|
DeregisterInstanceEventNotificationAttributesRequest = Shapes::StructureShape.new(name: 'DeregisterInstanceEventNotificationAttributesRequest')
|
814
817
|
DeregisterInstanceEventNotificationAttributesResult = Shapes::StructureShape.new(name: 'DeregisterInstanceEventNotificationAttributesResult')
|
815
818
|
DeregisterInstanceTagAttributeRequest = Shapes::StructureShape.new(name: 'DeregisterInstanceTagAttributeRequest')
|
@@ -1331,6 +1334,7 @@ module Aws::EC2
|
|
1331
1334
|
DrainSeconds = Shapes::IntegerShape.new(name: 'DrainSeconds')
|
1332
1335
|
DynamicRoutingValue = Shapes::StringShape.new(name: 'DynamicRoutingValue')
|
1333
1336
|
EbsBlockDevice = Shapes::StructureShape.new(name: 'EbsBlockDevice')
|
1337
|
+
EbsBlockDeviceResponse = Shapes::StructureShape.new(name: 'EbsBlockDeviceResponse')
|
1334
1338
|
EbsEncryptionSupport = Shapes::StringShape.new(name: 'EbsEncryptionSupport')
|
1335
1339
|
EbsInfo = Shapes::StructureShape.new(name: 'EbsInfo')
|
1336
1340
|
EbsInstanceBlockDevice = Shapes::StructureShape.new(name: 'EbsInstanceBlockDevice')
|
@@ -1485,11 +1489,14 @@ module Aws::EC2
|
|
1485
1489
|
FirewallStatefulRule = Shapes::StructureShape.new(name: 'FirewallStatefulRule')
|
1486
1490
|
FirewallStatelessRule = Shapes::StructureShape.new(name: 'FirewallStatelessRule')
|
1487
1491
|
FleetActivityStatus = Shapes::StringShape.new(name: 'FleetActivityStatus')
|
1492
|
+
FleetBlockDeviceMappingRequest = Shapes::StructureShape.new(name: 'FleetBlockDeviceMappingRequest')
|
1493
|
+
FleetBlockDeviceMappingRequestList = Shapes::ListShape.new(name: 'FleetBlockDeviceMappingRequestList')
|
1488
1494
|
FleetCapacityReservation = Shapes::StructureShape.new(name: 'FleetCapacityReservation')
|
1489
1495
|
FleetCapacityReservationSet = Shapes::ListShape.new(name: 'FleetCapacityReservationSet')
|
1490
1496
|
FleetCapacityReservationTenancy = Shapes::StringShape.new(name: 'FleetCapacityReservationTenancy')
|
1491
1497
|
FleetCapacityReservationUsageStrategy = Shapes::StringShape.new(name: 'FleetCapacityReservationUsageStrategy')
|
1492
1498
|
FleetData = Shapes::StructureShape.new(name: 'FleetData')
|
1499
|
+
FleetEbsBlockDeviceRequest = Shapes::StructureShape.new(name: 'FleetEbsBlockDeviceRequest')
|
1493
1500
|
FleetEventType = Shapes::StringShape.new(name: 'FleetEventType')
|
1494
1501
|
FleetExcessCapacityTerminationPolicy = Shapes::StringShape.new(name: 'FleetExcessCapacityTerminationPolicy')
|
1495
1502
|
FleetId = Shapes::StringShape.new(name: 'FleetId')
|
@@ -3344,6 +3351,13 @@ module Aws::EC2
|
|
3344
3351
|
VpcClassicLink = Shapes::StructureShape.new(name: 'VpcClassicLink')
|
3345
3352
|
VpcClassicLinkIdList = Shapes::ListShape.new(name: 'VpcClassicLinkIdList')
|
3346
3353
|
VpcClassicLinkList = Shapes::ListShape.new(name: 'VpcClassicLinkList')
|
3354
|
+
VpcEncryptionControl = Shapes::StructureShape.new(name: 'VpcEncryptionControl')
|
3355
|
+
VpcEncryptionControlExclusion = Shapes::StructureShape.new(name: 'VpcEncryptionControlExclusion')
|
3356
|
+
VpcEncryptionControlExclusionState = Shapes::StringShape.new(name: 'VpcEncryptionControlExclusionState')
|
3357
|
+
VpcEncryptionControlExclusions = Shapes::StructureShape.new(name: 'VpcEncryptionControlExclusions')
|
3358
|
+
VpcEncryptionControlId = Shapes::StringShape.new(name: 'VpcEncryptionControlId')
|
3359
|
+
VpcEncryptionControlMode = Shapes::StringShape.new(name: 'VpcEncryptionControlMode')
|
3360
|
+
VpcEncryptionControlState = Shapes::StringShape.new(name: 'VpcEncryptionControlState')
|
3347
3361
|
VpcEndpoint = Shapes::StructureShape.new(name: 'VpcEndpoint')
|
3348
3362
|
VpcEndpointAssociation = Shapes::StructureShape.new(name: 'VpcEndpointAssociation')
|
3349
3363
|
VpcEndpointAssociationSet = Shapes::ListShape.new(name: 'VpcEndpointAssociationSet')
|
@@ -4200,6 +4214,14 @@ module Aws::EC2
|
|
4200
4214
|
|
4201
4215
|
BlockDeviceMappingRequestList.member = Shapes::ShapeRef.new(shape: BlockDeviceMapping, location_name: "BlockDeviceMapping")
|
4202
4216
|
|
4217
|
+
BlockDeviceMappingResponse.add_member(:device_name, Shapes::ShapeRef.new(shape: String, location_name: "deviceName"))
|
4218
|
+
BlockDeviceMappingResponse.add_member(:virtual_name, Shapes::ShapeRef.new(shape: String, location_name: "virtualName"))
|
4219
|
+
BlockDeviceMappingResponse.add_member(:ebs, Shapes::ShapeRef.new(shape: EbsBlockDeviceResponse, location_name: "ebs"))
|
4220
|
+
BlockDeviceMappingResponse.add_member(:no_device, Shapes::ShapeRef.new(shape: String, location_name: "noDevice"))
|
4221
|
+
BlockDeviceMappingResponse.struct_class = Types::BlockDeviceMappingResponse
|
4222
|
+
|
4223
|
+
BlockDeviceMappingResponseList.member = Shapes::ShapeRef.new(shape: BlockDeviceMappingResponse, location_name: "item")
|
4224
|
+
|
4203
4225
|
BlockPublicAccessStates.add_member(:internet_gateway_block_mode, Shapes::ShapeRef.new(shape: BlockPublicAccessMode, location_name: "internetGatewayBlockMode"))
|
4204
4226
|
BlockPublicAccessStates.struct_class = Types::BlockPublicAccessStates
|
4205
4227
|
|
@@ -4801,6 +4823,7 @@ module Aws::EC2
|
|
4801
4823
|
CopyImageRequest.add_member(:destination_outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "DestinationOutpostArn"))
|
4802
4824
|
CopyImageRequest.add_member(:copy_image_tags, Shapes::ShapeRef.new(shape: Boolean, location_name: "CopyImageTags"))
|
4803
4825
|
CopyImageRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
4826
|
+
CopyImageRequest.add_member(:snapshot_copy_completion_duration_minutes, Shapes::ShapeRef.new(shape: Long, location_name: "SnapshotCopyCompletionDurationMinutes"))
|
4804
4827
|
CopyImageRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
4805
4828
|
CopyImageRequest.struct_class = Types::CopyImageRequest
|
4806
4829
|
|
@@ -6631,6 +6654,8 @@ module Aws::EC2
|
|
6631
6654
|
DeregisterImageRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
6632
6655
|
DeregisterImageRequest.struct_class = Types::DeregisterImageRequest
|
6633
6656
|
|
6657
|
+
DeregisterImageResult.struct_class = Types::DeregisterImageResult
|
6658
|
+
|
6634
6659
|
DeregisterInstanceEventNotificationAttributesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
6635
6660
|
DeregisterInstanceEventNotificationAttributesRequest.add_member(:instance_tag_attribute, Shapes::ShapeRef.new(shape: DeregisterInstanceTagAttributeRequest, required: true, location_name: "InstanceTagAttribute"))
|
6636
6661
|
DeregisterInstanceEventNotificationAttributesRequest.struct_class = Types::DeregisterInstanceEventNotificationAttributesRequest
|
@@ -8859,6 +8884,16 @@ module Aws::EC2
|
|
8859
8884
|
EbsBlockDevice.add_member(:encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "encrypted"))
|
8860
8885
|
EbsBlockDevice.struct_class = Types::EbsBlockDevice
|
8861
8886
|
|
8887
|
+
EbsBlockDeviceResponse.add_member(:encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "encrypted"))
|
8888
|
+
EbsBlockDeviceResponse.add_member(:delete_on_termination, Shapes::ShapeRef.new(shape: Boolean, location_name: "deleteOnTermination"))
|
8889
|
+
EbsBlockDeviceResponse.add_member(:iops, Shapes::ShapeRef.new(shape: Integer, location_name: "iops"))
|
8890
|
+
EbsBlockDeviceResponse.add_member(:throughput, Shapes::ShapeRef.new(shape: Integer, location_name: "throughput"))
|
8891
|
+
EbsBlockDeviceResponse.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "kmsKeyId"))
|
8892
|
+
EbsBlockDeviceResponse.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, location_name: "snapshotId"))
|
8893
|
+
EbsBlockDeviceResponse.add_member(:volume_size, Shapes::ShapeRef.new(shape: Integer, location_name: "volumeSize"))
|
8894
|
+
EbsBlockDeviceResponse.add_member(:volume_type, Shapes::ShapeRef.new(shape: VolumeType, location_name: "volumeType"))
|
8895
|
+
EbsBlockDeviceResponse.struct_class = Types::EbsBlockDeviceResponse
|
8896
|
+
|
8862
8897
|
EbsInfo.add_member(:ebs_optimized_support, Shapes::ShapeRef.new(shape: EbsOptimizedSupport, location_name: "ebsOptimizedSupport"))
|
8863
8898
|
EbsInfo.add_member(:encryption_support, Shapes::ShapeRef.new(shape: EbsEncryptionSupport, location_name: "encryptionSupport"))
|
8864
8899
|
EbsInfo.add_member(:ebs_optimized_info, Shapes::ShapeRef.new(shape: EbsOptimizedInfo, location_name: "ebsOptimizedInfo"))
|
@@ -9418,6 +9453,14 @@ module Aws::EC2
|
|
9418
9453
|
FirewallStatelessRule.add_member(:priority, Shapes::ShapeRef.new(shape: Priority, location_name: "priority"))
|
9419
9454
|
FirewallStatelessRule.struct_class = Types::FirewallStatelessRule
|
9420
9455
|
|
9456
|
+
FleetBlockDeviceMappingRequest.add_member(:device_name, Shapes::ShapeRef.new(shape: String, location_name: "DeviceName"))
|
9457
|
+
FleetBlockDeviceMappingRequest.add_member(:virtual_name, Shapes::ShapeRef.new(shape: String, location_name: "VirtualName"))
|
9458
|
+
FleetBlockDeviceMappingRequest.add_member(:ebs, Shapes::ShapeRef.new(shape: FleetEbsBlockDeviceRequest, location_name: "Ebs"))
|
9459
|
+
FleetBlockDeviceMappingRequest.add_member(:no_device, Shapes::ShapeRef.new(shape: String, location_name: "NoDevice"))
|
9460
|
+
FleetBlockDeviceMappingRequest.struct_class = Types::FleetBlockDeviceMappingRequest
|
9461
|
+
|
9462
|
+
FleetBlockDeviceMappingRequestList.member = Shapes::ShapeRef.new(shape: FleetBlockDeviceMappingRequest, location_name: "BlockDeviceMapping")
|
9463
|
+
|
9421
9464
|
FleetCapacityReservation.add_member(:capacity_reservation_id, Shapes::ShapeRef.new(shape: CapacityReservationId, location_name: "capacityReservationId"))
|
9422
9465
|
FleetCapacityReservation.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZoneId"))
|
9423
9466
|
FleetCapacityReservation.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "instanceType"))
|
@@ -9456,6 +9499,16 @@ module Aws::EC2
|
|
9456
9499
|
FleetData.add_member(:context, Shapes::ShapeRef.new(shape: String, location_name: "context"))
|
9457
9500
|
FleetData.struct_class = Types::FleetData
|
9458
9501
|
|
9502
|
+
FleetEbsBlockDeviceRequest.add_member(:encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "Encrypted"))
|
9503
|
+
FleetEbsBlockDeviceRequest.add_member(:delete_on_termination, Shapes::ShapeRef.new(shape: Boolean, location_name: "DeleteOnTermination"))
|
9504
|
+
FleetEbsBlockDeviceRequest.add_member(:iops, Shapes::ShapeRef.new(shape: Integer, location_name: "Iops"))
|
9505
|
+
FleetEbsBlockDeviceRequest.add_member(:throughput, Shapes::ShapeRef.new(shape: Integer, location_name: "Throughput"))
|
9506
|
+
FleetEbsBlockDeviceRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
9507
|
+
FleetEbsBlockDeviceRequest.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, location_name: "SnapshotId"))
|
9508
|
+
FleetEbsBlockDeviceRequest.add_member(:volume_size, Shapes::ShapeRef.new(shape: Integer, location_name: "VolumeSize"))
|
9509
|
+
FleetEbsBlockDeviceRequest.add_member(:volume_type, Shapes::ShapeRef.new(shape: VolumeType, location_name: "VolumeType"))
|
9510
|
+
FleetEbsBlockDeviceRequest.struct_class = Types::FleetEbsBlockDeviceRequest
|
9511
|
+
|
9459
9512
|
FleetIdSet.member = Shapes::ShapeRef.new(shape: FleetId)
|
9460
9513
|
|
9461
9514
|
FleetLaunchTemplateConfig.add_member(:launch_template_specification, Shapes::ShapeRef.new(shape: FleetLaunchTemplateSpecification, location_name: "launchTemplateSpecification"))
|
@@ -9479,6 +9532,7 @@ module Aws::EC2
|
|
9479
9532
|
FleetLaunchTemplateOverrides.add_member(:placement, Shapes::ShapeRef.new(shape: PlacementResponse, location_name: "placement"))
|
9480
9533
|
FleetLaunchTemplateOverrides.add_member(:instance_requirements, Shapes::ShapeRef.new(shape: InstanceRequirements, location_name: "instanceRequirements"))
|
9481
9534
|
FleetLaunchTemplateOverrides.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "imageId"))
|
9535
|
+
FleetLaunchTemplateOverrides.add_member(:block_device_mappings, Shapes::ShapeRef.new(shape: BlockDeviceMappingResponseList, location_name: "blockDeviceMappingSet"))
|
9482
9536
|
FleetLaunchTemplateOverrides.struct_class = Types::FleetLaunchTemplateOverrides
|
9483
9537
|
|
9484
9538
|
FleetLaunchTemplateOverridesList.member = Shapes::ShapeRef.new(shape: FleetLaunchTemplateOverrides, location_name: "item")
|
@@ -9492,6 +9546,7 @@ module Aws::EC2
|
|
9492
9546
|
FleetLaunchTemplateOverridesRequest.add_member(:weighted_capacity, Shapes::ShapeRef.new(shape: Double, location_name: "WeightedCapacity"))
|
9493
9547
|
FleetLaunchTemplateOverridesRequest.add_member(:priority, Shapes::ShapeRef.new(shape: Double, location_name: "Priority"))
|
9494
9548
|
FleetLaunchTemplateOverridesRequest.add_member(:placement, Shapes::ShapeRef.new(shape: Placement, location_name: "Placement"))
|
9549
|
+
FleetLaunchTemplateOverridesRequest.add_member(:block_device_mappings, Shapes::ShapeRef.new(shape: FleetBlockDeviceMappingRequestList, location_name: "BlockDeviceMapping"))
|
9495
9550
|
FleetLaunchTemplateOverridesRequest.add_member(:instance_requirements, Shapes::ShapeRef.new(shape: InstanceRequirementsRequest, location_name: "InstanceRequirements"))
|
9496
9551
|
FleetLaunchTemplateOverridesRequest.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "ImageId"))
|
9497
9552
|
FleetLaunchTemplateOverridesRequest.struct_class = Types::FleetLaunchTemplateOverridesRequest
|
@@ -16507,6 +16562,7 @@ module Aws::EC2
|
|
16507
16562
|
Vpc.add_member(:ipv_6_cidr_block_association_set, Shapes::ShapeRef.new(shape: VpcIpv6CidrBlockAssociationSet, location_name: "ipv6CidrBlockAssociationSet"))
|
16508
16563
|
Vpc.add_member(:cidr_block_association_set, Shapes::ShapeRef.new(shape: VpcCidrBlockAssociationSet, location_name: "cidrBlockAssociationSet"))
|
16509
16564
|
Vpc.add_member(:is_default, Shapes::ShapeRef.new(shape: Boolean, location_name: "isDefault"))
|
16565
|
+
Vpc.add_member(:encryption_control, Shapes::ShapeRef.new(shape: VpcEncryptionControl, location_name: "encryptionControl"))
|
16510
16566
|
Vpc.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
16511
16567
|
Vpc.add_member(:block_public_access_states, Shapes::ShapeRef.new(shape: BlockPublicAccessStates, location_name: "blockPublicAccessStates"))
|
16512
16568
|
Vpc.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
|
@@ -16566,6 +16622,26 @@ module Aws::EC2
|
|
16566
16622
|
|
16567
16623
|
VpcClassicLinkList.member = Shapes::ShapeRef.new(shape: VpcClassicLink, location_name: "item")
|
16568
16624
|
|
16625
|
+
VpcEncryptionControl.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "vpcId"))
|
16626
|
+
VpcEncryptionControl.add_member(:vpc_encryption_control_id, Shapes::ShapeRef.new(shape: VpcEncryptionControlId, location_name: "vpcEncryptionControlId"))
|
16627
|
+
VpcEncryptionControl.add_member(:mode, Shapes::ShapeRef.new(shape: VpcEncryptionControlMode, location_name: "mode"))
|
16628
|
+
VpcEncryptionControl.add_member(:state, Shapes::ShapeRef.new(shape: VpcEncryptionControlState, location_name: "state"))
|
16629
|
+
VpcEncryptionControl.add_member(:state_message, Shapes::ShapeRef.new(shape: String, location_name: "stateMessage"))
|
16630
|
+
VpcEncryptionControl.add_member(:resource_exclusions, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusions, location_name: "resourceExclusions"))
|
16631
|
+
VpcEncryptionControl.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
16632
|
+
VpcEncryptionControl.struct_class = Types::VpcEncryptionControl
|
16633
|
+
|
16634
|
+
VpcEncryptionControlExclusion.add_member(:state, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionState, location_name: "state"))
|
16635
|
+
VpcEncryptionControlExclusion.add_member(:state_message, Shapes::ShapeRef.new(shape: String, location_name: "stateMessage"))
|
16636
|
+
VpcEncryptionControlExclusion.struct_class = Types::VpcEncryptionControlExclusion
|
16637
|
+
|
16638
|
+
VpcEncryptionControlExclusions.add_member(:internet_gateway, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusion, location_name: "internetGateway"))
|
16639
|
+
VpcEncryptionControlExclusions.add_member(:egress_only_internet_gateway, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusion, location_name: "egressOnlyInternetGateway"))
|
16640
|
+
VpcEncryptionControlExclusions.add_member(:nat_gateway, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusion, location_name: "natGateway"))
|
16641
|
+
VpcEncryptionControlExclusions.add_member(:virtual_private_gateway, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusion, location_name: "virtualPrivateGateway"))
|
16642
|
+
VpcEncryptionControlExclusions.add_member(:vpc_peering, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusion, location_name: "vpcPeering"))
|
16643
|
+
VpcEncryptionControlExclusions.struct_class = Types::VpcEncryptionControlExclusions
|
16644
|
+
|
16569
16645
|
VpcEndpoint.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcEndpointId"))
|
16570
16646
|
VpcEndpoint.add_member(:vpc_endpoint_type, Shapes::ShapeRef.new(shape: VpcEndpointType, location_name: "vpcEndpointType"))
|
16571
16647
|
VpcEndpoint.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
|
@@ -18615,7 +18691,7 @@ module Aws::EC2
|
|
18615
18691
|
o.http_method = "POST"
|
18616
18692
|
o.http_request_uri = "/"
|
18617
18693
|
o.input = Shapes::ShapeRef.new(shape: DeregisterImageRequest)
|
18618
|
-
o.output = Shapes::ShapeRef.new(shape:
|
18694
|
+
o.output = Shapes::ShapeRef.new(shape: DeregisterImageResult)
|
18619
18695
|
end)
|
18620
18696
|
|
18621
18697
|
api.add_operation(:deregister_instance_event_notification_attributes, Seahorse::Model::Operation.new.tap do |o|
|
data/lib/aws-sdk-ec2/image.rb
CHANGED
@@ -613,7 +613,7 @@ module Aws::EC2
|
|
613
613
|
# without actually making the request, and provides an error response.
|
614
614
|
# If you have the required permissions, the error response is
|
615
615
|
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
616
|
-
# @return [
|
616
|
+
# @return [Types::DeregisterImageResult]
|
617
617
|
def deregister(options = {})
|
618
618
|
options = options.merge(image_id: @id)
|
619
619
|
resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
|