aws-sdk-ec2 1.510.0 → 1.512.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +32 -12
- data/lib/aws-sdk-ec2/client_api.rb +5 -4
- data/lib/aws-sdk-ec2/types.rb +43 -10
- data/lib/aws-sdk-ec2.rb +1 -1
- data/sig/types.rbs +1 -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: f9eb91fe4c4a35590c578e78e5fa7144614ffba5cfe8cf5a747e00caca0acf1b
|
4
|
+
data.tar.gz: eafd684be608d8ace393b41d8845d3f9c9359ec3c0a5617d484eae893934db3a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5757a3fbc1ba4862aad77c6e0073a0f9ad48d74f8767ee07b016b115621400f41b52562939ce27dc1a0758034ce5135b73097e2dd82985182ca5991b87b163d6
|
7
|
+
data.tar.gz: dd001501a14208ec77ae0a708c631feb5419c95677e2c838fbe431a040b48675a5124c7cdf98def58ab64ae6a6c42fdd094162b16acbeffd7f077540a9fe0df2
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.512.0 (2025-03-13)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release changes the CreateLaunchTemplate, CreateLaunchTemplateVersion, ModifyLaunchTemplate CLI and SDKs such that if you do not specify a client token, a randomly generated token is used for the request to ensure idempotency.
|
8
|
+
|
9
|
+
1.511.0 (2025-03-11)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release adds the GroupLongName field to the response of the DescribeAvailabilityZones API.
|
13
|
+
|
4
14
|
1.510.0 (2025-03-07)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.512.0
|
data/lib/aws-sdk-ec2/client.rb
CHANGED
@@ -7095,7 +7095,7 @@ module Aws::EC2
|
|
7095
7095
|
# },
|
7096
7096
|
# },
|
7097
7097
|
# },
|
7098
|
-
# image_id: "
|
7098
|
+
# image_id: "String",
|
7099
7099
|
# },
|
7100
7100
|
# ],
|
7101
7101
|
# },
|
@@ -8894,11 +8894,16 @@ module Aws::EC2
|
|
8894
8894
|
#
|
8895
8895
|
# @option params [String] :client_token
|
8896
8896
|
# Unique, case-sensitive identifier you provide to ensure the
|
8897
|
-
# idempotency of the request.
|
8898
|
-
# idempotency
|
8897
|
+
# idempotency of the request. If a client token isn't specified, a
|
8898
|
+
# randomly generated token is used in the request to ensure idempotency.
|
8899
|
+
#
|
8900
|
+
# For more information, see [Ensuring idempotency][1].
|
8899
8901
|
#
|
8900
8902
|
# Constraint: Maximum 128 ASCII characters.
|
8901
8903
|
#
|
8904
|
+
# **A suitable default value is auto-generated.** You should normally
|
8905
|
+
# not need to pass this option.**
|
8906
|
+
#
|
8902
8907
|
#
|
8903
8908
|
#
|
8904
8909
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
@@ -9297,11 +9302,16 @@ module Aws::EC2
|
|
9297
9302
|
#
|
9298
9303
|
# @option params [String] :client_token
|
9299
9304
|
# Unique, case-sensitive identifier you provide to ensure the
|
9300
|
-
# idempotency of the request.
|
9301
|
-
# idempotency
|
9305
|
+
# idempotency of the request. If a client token isn't specified, a
|
9306
|
+
# randomly generated token is used in the request to ensure idempotency.
|
9307
|
+
#
|
9308
|
+
# For more information, see [Ensuring idempotency][1].
|
9302
9309
|
#
|
9303
9310
|
# Constraint: Maximum 128 ASCII characters.
|
9304
9311
|
#
|
9312
|
+
# **A suitable default value is auto-generated.** You should normally
|
9313
|
+
# not need to pass this option.**
|
9314
|
+
#
|
9305
9315
|
#
|
9306
9316
|
#
|
9307
9317
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
@@ -21149,9 +21159,7 @@ module Aws::EC2
|
|
21149
21159
|
end
|
21150
21160
|
|
21151
21161
|
# Describes the Availability Zones, Local Zones, and Wavelength Zones
|
21152
|
-
# that are available to you.
|
21153
|
-
# can use this request to view the state and any provided messages for
|
21154
|
-
# that zone.
|
21162
|
+
# that are available to you.
|
21155
21163
|
#
|
21156
21164
|
# For more information about Availability Zones, Local Zones, and
|
21157
21165
|
# Wavelength Zones, see [Regions and zones][1] in the *Amazon EC2 User
|
@@ -21190,6 +21198,12 @@ module Aws::EC2
|
|
21190
21198
|
# @option params [Array<Types::Filter>] :filters
|
21191
21199
|
# The filters.
|
21192
21200
|
#
|
21201
|
+
# * `group-long-name` - The long name of the zone group for the
|
21202
|
+
# Availability Zone (for example, `US West (Oregon) 1`), the Local
|
21203
|
+
# Zone (for example, for Zone group `us-west-2-lax-1`, it is `US West
|
21204
|
+
# (Los Angeles)`, or the Wavelength Zone (for example, for Zone group
|
21205
|
+
# `us-east-1-wl1`, it is `US East (Verizon)`.
|
21206
|
+
#
|
21193
21207
|
# * `group-name` - The name of the zone group for the Availability Zone
|
21194
21208
|
# (for example, `us-east-1-zg-1`), the Local Zone (for example,
|
21195
21209
|
# `us-west-2-lax-1`), or the Wavelength Zone (for example,
|
@@ -21301,6 +21315,7 @@ module Aws::EC2
|
|
21301
21315
|
# resp.availability_zones[0].zone_type #=> String
|
21302
21316
|
# resp.availability_zones[0].parent_zone_name #=> String
|
21303
21317
|
# resp.availability_zones[0].parent_zone_id #=> String
|
21318
|
+
# resp.availability_zones[0].group_long_name #=> String
|
21304
21319
|
# resp.availability_zones[0].state #=> String, one of "available", "information", "impaired", "unavailable", "constrained"
|
21305
21320
|
#
|
21306
21321
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeAvailabilityZones AWS API Documentation
|
@@ -49612,7 +49627,7 @@ module Aws::EC2
|
|
49612
49627
|
# },
|
49613
49628
|
# },
|
49614
49629
|
# },
|
49615
|
-
# image_id: "
|
49630
|
+
# image_id: "String",
|
49616
49631
|
# },
|
49617
49632
|
# ],
|
49618
49633
|
# },
|
@@ -51639,11 +51654,16 @@ module Aws::EC2
|
|
51639
51654
|
#
|
51640
51655
|
# @option params [String] :client_token
|
51641
51656
|
# Unique, case-sensitive identifier you provide to ensure the
|
51642
|
-
# idempotency of the request.
|
51643
|
-
#
|
51657
|
+
# idempotency of the request. If a client token isn't specified, a
|
51658
|
+
# randomly generated token is used in the request to ensure idempotency.
|
51659
|
+
#
|
51660
|
+
# For more information, see [Ensuring idempotency][1].
|
51644
51661
|
#
|
51645
51662
|
# Constraint: Maximum 128 ASCII characters.
|
51646
51663
|
#
|
51664
|
+
# **A suitable default value is auto-generated.** You should normally
|
51665
|
+
# not need to pass this option.**
|
51666
|
+
#
|
51647
51667
|
#
|
51648
51668
|
#
|
51649
51669
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
@@ -63382,7 +63402,7 @@ module Aws::EC2
|
|
63382
63402
|
tracer: tracer
|
63383
63403
|
)
|
63384
63404
|
context[:gem_name] = 'aws-sdk-ec2'
|
63385
|
-
context[:gem_version] = '1.
|
63405
|
+
context[:gem_version] = '1.512.0'
|
63386
63406
|
Seahorse::Client::Request.new(handlers, context)
|
63387
63407
|
end
|
63388
63408
|
|
@@ -4167,6 +4167,7 @@ module Aws::EC2
|
|
4167
4167
|
AvailabilityZone.add_member(:zone_type, Shapes::ShapeRef.new(shape: String, location_name: "zoneType"))
|
4168
4168
|
AvailabilityZone.add_member(:parent_zone_name, Shapes::ShapeRef.new(shape: String, location_name: "parentZoneName"))
|
4169
4169
|
AvailabilityZone.add_member(:parent_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "parentZoneId"))
|
4170
|
+
AvailabilityZone.add_member(:group_long_name, Shapes::ShapeRef.new(shape: String, location_name: "groupLongName"))
|
4170
4171
|
AvailabilityZone.add_member(:state, Shapes::ShapeRef.new(shape: AvailabilityZoneState, location_name: "zoneState"))
|
4171
4172
|
AvailabilityZone.struct_class = Types::AvailabilityZone
|
4172
4173
|
|
@@ -5231,7 +5232,7 @@ module Aws::EC2
|
|
5231
5232
|
CreateKeyPairRequest.struct_class = Types::CreateKeyPairRequest
|
5232
5233
|
|
5233
5234
|
CreateLaunchTemplateRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5234
|
-
CreateLaunchTemplateRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken"))
|
5235
|
+
CreateLaunchTemplateRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5235
5236
|
CreateLaunchTemplateRequest.add_member(:launch_template_name, Shapes::ShapeRef.new(shape: LaunchTemplateName, required: true, location_name: "LaunchTemplateName"))
|
5236
5237
|
CreateLaunchTemplateRequest.add_member(:version_description, Shapes::ShapeRef.new(shape: VersionDescription, location_name: "VersionDescription"))
|
5237
5238
|
CreateLaunchTemplateRequest.add_member(:launch_template_data, Shapes::ShapeRef.new(shape: RequestLaunchTemplateData, required: true, location_name: "LaunchTemplateData"))
|
@@ -5244,7 +5245,7 @@ module Aws::EC2
|
|
5244
5245
|
CreateLaunchTemplateResult.struct_class = Types::CreateLaunchTemplateResult
|
5245
5246
|
|
5246
5247
|
CreateLaunchTemplateVersionRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5247
|
-
CreateLaunchTemplateVersionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken"))
|
5248
|
+
CreateLaunchTemplateVersionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5248
5249
|
CreateLaunchTemplateVersionRequest.add_member(:launch_template_id, Shapes::ShapeRef.new(shape: LaunchTemplateId, location_name: "LaunchTemplateId"))
|
5249
5250
|
CreateLaunchTemplateVersionRequest.add_member(:launch_template_name, Shapes::ShapeRef.new(shape: LaunchTemplateName, location_name: "LaunchTemplateName"))
|
5250
5251
|
CreateLaunchTemplateVersionRequest.add_member(:source_version, Shapes::ShapeRef.new(shape: String, location_name: "SourceVersion"))
|
@@ -9550,7 +9551,7 @@ module Aws::EC2
|
|
9550
9551
|
FleetLaunchTemplateOverridesRequest.add_member(:placement, Shapes::ShapeRef.new(shape: Placement, location_name: "Placement"))
|
9551
9552
|
FleetLaunchTemplateOverridesRequest.add_member(:block_device_mappings, Shapes::ShapeRef.new(shape: FleetBlockDeviceMappingRequestList, location_name: "BlockDeviceMapping"))
|
9552
9553
|
FleetLaunchTemplateOverridesRequest.add_member(:instance_requirements, Shapes::ShapeRef.new(shape: InstanceRequirementsRequest, location_name: "InstanceRequirements"))
|
9553
|
-
FleetLaunchTemplateOverridesRequest.add_member(:image_id, Shapes::ShapeRef.new(shape:
|
9554
|
+
FleetLaunchTemplateOverridesRequest.add_member(:image_id, Shapes::ShapeRef.new(shape: String, location_name: "ImageId"))
|
9554
9555
|
FleetLaunchTemplateOverridesRequest.struct_class = Types::FleetLaunchTemplateOverridesRequest
|
9555
9556
|
|
9556
9557
|
FleetLaunchTemplateSpecification.add_member(:launch_template_id, Shapes::ShapeRef.new(shape: String, location_name: "launchTemplateId"))
|
@@ -12483,7 +12484,7 @@ module Aws::EC2
|
|
12483
12484
|
ModifyIpamScopeResult.struct_class = Types::ModifyIpamScopeResult
|
12484
12485
|
|
12485
12486
|
ModifyLaunchTemplateRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
12486
|
-
ModifyLaunchTemplateRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken"))
|
12487
|
+
ModifyLaunchTemplateRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
12487
12488
|
ModifyLaunchTemplateRequest.add_member(:launch_template_id, Shapes::ShapeRef.new(shape: LaunchTemplateId, location_name: "LaunchTemplateId"))
|
12488
12489
|
ModifyLaunchTemplateRequest.add_member(:launch_template_name, Shapes::ShapeRef.new(shape: LaunchTemplateName, location_name: "LaunchTemplateName"))
|
12489
12490
|
ModifyLaunchTemplateRequest.add_member(:default_version, Shapes::ShapeRef.new(shape: String, location_name: "SetDefaultVersion"))
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
@@ -3658,7 +3658,7 @@ module Aws::EC2
|
|
3658
3658
|
# `opt-in-not-required`.
|
3659
3659
|
#
|
3660
3660
|
# For Local Zones and Wavelength Zones, this parameter is the opt-in
|
3661
|
-
# status. The possible values are `opted-in
|
3661
|
+
# status. The possible values are `opted-in` and `not-opted-in`.
|
3662
3662
|
# @return [String]
|
3663
3663
|
#
|
3664
3664
|
# @!attribute [rw] messages
|
@@ -3693,8 +3693,10 @@ module Aws::EC2
|
|
3693
3693
|
# @return [String]
|
3694
3694
|
#
|
3695
3695
|
# @!attribute [rw] zone_type
|
3696
|
-
# The type of zone.
|
3697
|
-
#
|
3696
|
+
# The type of zone.
|
3697
|
+
#
|
3698
|
+
# Valid values: `availability-zone` \| `local-zone` \|
|
3699
|
+
# `wavelength-zone`
|
3698
3700
|
# @return [String]
|
3699
3701
|
#
|
3700
3702
|
# @!attribute [rw] parent_zone_name
|
@@ -3707,9 +3709,15 @@ module Aws::EC2
|
|
3707
3709
|
# Zone control plane operations, such as API calls.
|
3708
3710
|
# @return [String]
|
3709
3711
|
#
|
3712
|
+
# @!attribute [rw] group_long_name
|
3713
|
+
# The long name of the Availability Zone group, Local Zone group, or
|
3714
|
+
# Wavelength Zone group.
|
3715
|
+
# @return [String]
|
3716
|
+
#
|
3710
3717
|
# @!attribute [rw] state
|
3711
3718
|
# The state of the Availability Zone, Local Zone, or Wavelength Zone.
|
3712
|
-
#
|
3719
|
+
# The possible values are `available`, `unavailable`, and
|
3720
|
+
# `constrained`.
|
3713
3721
|
# @return [String]
|
3714
3722
|
#
|
3715
3723
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AvailabilityZone AWS API Documentation
|
@@ -3725,6 +3733,7 @@ module Aws::EC2
|
|
3725
3733
|
:zone_type,
|
3726
3734
|
:parent_zone_name,
|
3727
3735
|
:parent_zone_id,
|
3736
|
+
:group_long_name,
|
3728
3737
|
:state)
|
3729
3738
|
SENSITIVE = []
|
3730
3739
|
include Aws::Structure
|
@@ -9965,11 +9974,17 @@ module Aws::EC2
|
|
9965
9974
|
#
|
9966
9975
|
# @!attribute [rw] client_token
|
9967
9976
|
# Unique, case-sensitive identifier you provide to ensure the
|
9968
|
-
# idempotency of the request.
|
9969
|
-
#
|
9977
|
+
# idempotency of the request. If a client token isn't specified, a
|
9978
|
+
# randomly generated token is used in the request to ensure
|
9979
|
+
# idempotency.
|
9980
|
+
#
|
9981
|
+
# For more information, see [Ensuring idempotency][1].
|
9970
9982
|
#
|
9971
9983
|
# Constraint: Maximum 128 ASCII characters.
|
9972
9984
|
#
|
9985
|
+
# **A suitable default value is auto-generated.** You should normally
|
9986
|
+
# not need to pass this option.
|
9987
|
+
#
|
9973
9988
|
#
|
9974
9989
|
#
|
9975
9990
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
@@ -10046,11 +10061,17 @@ module Aws::EC2
|
|
10046
10061
|
#
|
10047
10062
|
# @!attribute [rw] client_token
|
10048
10063
|
# Unique, case-sensitive identifier you provide to ensure the
|
10049
|
-
# idempotency of the request.
|
10050
|
-
#
|
10064
|
+
# idempotency of the request. If a client token isn't specified, a
|
10065
|
+
# randomly generated token is used in the request to ensure
|
10066
|
+
# idempotency.
|
10067
|
+
#
|
10068
|
+
# For more information, see [Ensuring idempotency][1].
|
10051
10069
|
#
|
10052
10070
|
# Constraint: Maximum 128 ASCII characters.
|
10053
10071
|
#
|
10072
|
+
# **A suitable default value is auto-generated.** You should normally
|
10073
|
+
# not need to pass this option.
|
10074
|
+
#
|
10054
10075
|
#
|
10055
10076
|
#
|
10056
10077
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
@@ -18093,6 +18114,12 @@ module Aws::EC2
|
|
18093
18114
|
# @!attribute [rw] filters
|
18094
18115
|
# The filters.
|
18095
18116
|
#
|
18117
|
+
# * `group-long-name` - The long name of the zone group for the
|
18118
|
+
# Availability Zone (for example, `US West (Oregon) 1`), the Local
|
18119
|
+
# Zone (for example, for Zone group `us-west-2-lax-1`, it is `US
|
18120
|
+
# West (Los Angeles)`, or the Wavelength Zone (for example, for Zone
|
18121
|
+
# group `us-east-1-wl1`, it is `US East (Verizon)`.
|
18122
|
+
#
|
18096
18123
|
# * `group-name` - The name of the zone group for the Availability
|
18097
18124
|
# Zone (for example, `us-east-1-zg-1`), the Local Zone (for example,
|
18098
18125
|
# `us-west-2-lax-1`), or the Wavelength Zone (for example,
|
@@ -52830,11 +52857,17 @@ module Aws::EC2
|
|
52830
52857
|
#
|
52831
52858
|
# @!attribute [rw] client_token
|
52832
52859
|
# Unique, case-sensitive identifier you provide to ensure the
|
52833
|
-
# idempotency of the request.
|
52834
|
-
#
|
52860
|
+
# idempotency of the request. If a client token isn't specified, a
|
52861
|
+
# randomly generated token is used in the request to ensure
|
52862
|
+
# idempotency.
|
52863
|
+
#
|
52864
|
+
# For more information, see [Ensuring idempotency][1].
|
52835
52865
|
#
|
52836
52866
|
# Constraint: Maximum 128 ASCII characters.
|
52837
52867
|
#
|
52868
|
+
# **A suitable default value is auto-generated.** You should normally
|
52869
|
+
# not need to pass this option.
|
52870
|
+
#
|
52838
52871
|
#
|
52839
52872
|
#
|
52840
52873
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/sig/types.rbs
CHANGED
@@ -922,6 +922,7 @@ module Aws::EC2
|
|
922
922
|
attr_accessor zone_type: ::String
|
923
923
|
attr_accessor parent_zone_name: ::String
|
924
924
|
attr_accessor parent_zone_id: ::String
|
925
|
+
attr_accessor group_long_name: ::String
|
925
926
|
attr_accessor state: ("available" | "information" | "impaired" | "unavailable" | "constrained")
|
926
927
|
SENSITIVE: []
|
927
928
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-ec2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.512.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|