aws-sdk-ec2 1.509.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 +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/classic_address.rb +10 -0
- data/lib/aws-sdk-ec2/client.rb +36 -14
- data/lib/aws-sdk-ec2/client_api.rb +7 -4
- data/lib/aws-sdk-ec2/resource.rb +3 -2
- data/lib/aws-sdk-ec2/types.rb +55 -12
- data/lib/aws-sdk-ec2/vpc.rb +3 -2
- data/lib/aws-sdk-ec2/vpc_address.rb +10 -0
- data/lib/aws-sdk-ec2.rb +1 -1
- data/sig/classic_address.rbs +3 -0
- data/sig/types.rbs +2 -0
- data/sig/vpc_address.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: 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,21 @@
|
|
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
|
+
|
14
|
+
1.510.0 (2025-03-07)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Add serviceManaged field to DescribeAddresses API response.
|
18
|
+
|
4
19
|
1.509.0 (2025-03-03)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.512.0
|
@@ -111,6 +111,16 @@ module Aws::EC2
|
|
111
111
|
data[:carrier_ip]
|
112
112
|
end
|
113
113
|
|
114
|
+
# The service that manages the elastic IP address.
|
115
|
+
#
|
116
|
+
# <note markdown="1"> The only option supported today is `alb`.
|
117
|
+
#
|
118
|
+
# </note>
|
119
|
+
# @return [String]
|
120
|
+
def service_managed
|
121
|
+
data[:service_managed]
|
122
|
+
end
|
123
|
+
|
114
124
|
# The ID of the instance that the address is associated with (if any).
|
115
125
|
# @return [String]
|
116
126
|
def instance_id
|
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
|
@@ -12223,9 +12233,10 @@ module Aws::EC2
|
|
12223
12233
|
# .\_-:/()#,@\[\]+=&;\{}!$*
|
12224
12234
|
#
|
12225
12235
|
# @option params [required, String] :group_name
|
12226
|
-
# The name of the security group.
|
12236
|
+
# The name of the security group. Names are case-insensitive and must be
|
12237
|
+
# unique within the VPC.
|
12227
12238
|
#
|
12228
|
-
# Constraints: Up to 255 characters in length.
|
12239
|
+
# Constraints: Up to 255 characters in length. Can't start with `sg-`.
|
12229
12240
|
#
|
12230
12241
|
# Valid characters: a-z, A-Z, 0-9, spaces, and
|
12231
12242
|
# .\_-:/()#,@\[\]+=&;\{}!$*
|
@@ -21016,6 +21027,7 @@ module Aws::EC2
|
|
21016
21027
|
# resp.addresses[0].customer_owned_ip #=> String
|
21017
21028
|
# resp.addresses[0].customer_owned_ipv_4_pool #=> String
|
21018
21029
|
# resp.addresses[0].carrier_ip #=> String
|
21030
|
+
# resp.addresses[0].service_managed #=> String, one of "alb", "nlb"
|
21019
21031
|
# resp.addresses[0].instance_id #=> String
|
21020
21032
|
# resp.addresses[0].public_ip #=> String
|
21021
21033
|
#
|
@@ -21147,9 +21159,7 @@ module Aws::EC2
|
|
21147
21159
|
end
|
21148
21160
|
|
21149
21161
|
# Describes the Availability Zones, Local Zones, and Wavelength Zones
|
21150
|
-
# that are available to you.
|
21151
|
-
# can use this request to view the state and any provided messages for
|
21152
|
-
# that zone.
|
21162
|
+
# that are available to you.
|
21153
21163
|
#
|
21154
21164
|
# For more information about Availability Zones, Local Zones, and
|
21155
21165
|
# Wavelength Zones, see [Regions and zones][1] in the *Amazon EC2 User
|
@@ -21188,6 +21198,12 @@ module Aws::EC2
|
|
21188
21198
|
# @option params [Array<Types::Filter>] :filters
|
21189
21199
|
# The filters.
|
21190
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
|
+
#
|
21191
21207
|
# * `group-name` - The name of the zone group for the Availability Zone
|
21192
21208
|
# (for example, `us-east-1-zg-1`), the Local Zone (for example,
|
21193
21209
|
# `us-west-2-lax-1`), or the Wavelength Zone (for example,
|
@@ -21299,6 +21315,7 @@ module Aws::EC2
|
|
21299
21315
|
# resp.availability_zones[0].zone_type #=> String
|
21300
21316
|
# resp.availability_zones[0].parent_zone_name #=> String
|
21301
21317
|
# resp.availability_zones[0].parent_zone_id #=> String
|
21318
|
+
# resp.availability_zones[0].group_long_name #=> String
|
21302
21319
|
# resp.availability_zones[0].state #=> String, one of "available", "information", "impaired", "unavailable", "constrained"
|
21303
21320
|
#
|
21304
21321
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeAvailabilityZones AWS API Documentation
|
@@ -49610,7 +49627,7 @@ module Aws::EC2
|
|
49610
49627
|
# },
|
49611
49628
|
# },
|
49612
49629
|
# },
|
49613
|
-
# image_id: "
|
49630
|
+
# image_id: "String",
|
49614
49631
|
# },
|
49615
49632
|
# ],
|
49616
49633
|
# },
|
@@ -51637,11 +51654,16 @@ module Aws::EC2
|
|
51637
51654
|
#
|
51638
51655
|
# @option params [String] :client_token
|
51639
51656
|
# Unique, case-sensitive identifier you provide to ensure the
|
51640
|
-
# idempotency of the request.
|
51641
|
-
#
|
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].
|
51642
51661
|
#
|
51643
51662
|
# Constraint: Maximum 128 ASCII characters.
|
51644
51663
|
#
|
51664
|
+
# **A suitable default value is auto-generated.** You should normally
|
51665
|
+
# not need to pass this option.**
|
51666
|
+
#
|
51645
51667
|
#
|
51646
51668
|
#
|
51647
51669
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
@@ -63380,7 +63402,7 @@ module Aws::EC2
|
|
63380
63402
|
tracer: tracer
|
63381
63403
|
)
|
63382
63404
|
context[:gem_name] = 'aws-sdk-ec2'
|
63383
|
-
context[:gem_version] = '1.
|
63405
|
+
context[:gem_version] = '1.512.0'
|
63384
63406
|
Seahorse::Client::Request.new(handlers, context)
|
63385
63407
|
end
|
63386
63408
|
|
@@ -2901,6 +2901,7 @@ module Aws::EC2
|
|
2901
2901
|
ServiceConnectivityType = Shapes::StringShape.new(name: 'ServiceConnectivityType')
|
2902
2902
|
ServiceDetail = Shapes::StructureShape.new(name: 'ServiceDetail')
|
2903
2903
|
ServiceDetailSet = Shapes::ListShape.new(name: 'ServiceDetailSet')
|
2904
|
+
ServiceManaged = Shapes::StringShape.new(name: 'ServiceManaged')
|
2904
2905
|
ServiceNetworkArn = Shapes::StringShape.new(name: 'ServiceNetworkArn')
|
2905
2906
|
ServiceState = Shapes::StringShape.new(name: 'ServiceState')
|
2906
2907
|
ServiceType = Shapes::StringShape.new(name: 'ServiceType')
|
@@ -3601,6 +3602,7 @@ module Aws::EC2
|
|
3601
3602
|
Address.add_member(:customer_owned_ip, Shapes::ShapeRef.new(shape: String, location_name: "customerOwnedIp"))
|
3602
3603
|
Address.add_member(:customer_owned_ipv_4_pool, Shapes::ShapeRef.new(shape: String, location_name: "customerOwnedIpv4Pool"))
|
3603
3604
|
Address.add_member(:carrier_ip, Shapes::ShapeRef.new(shape: String, location_name: "carrierIp"))
|
3605
|
+
Address.add_member(:service_managed, Shapes::ShapeRef.new(shape: ServiceManaged, location_name: "serviceManaged"))
|
3604
3606
|
Address.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceId"))
|
3605
3607
|
Address.add_member(:public_ip, Shapes::ShapeRef.new(shape: String, location_name: "publicIp"))
|
3606
3608
|
Address.struct_class = Types::Address
|
@@ -4165,6 +4167,7 @@ module Aws::EC2
|
|
4165
4167
|
AvailabilityZone.add_member(:zone_type, Shapes::ShapeRef.new(shape: String, location_name: "zoneType"))
|
4166
4168
|
AvailabilityZone.add_member(:parent_zone_name, Shapes::ShapeRef.new(shape: String, location_name: "parentZoneName"))
|
4167
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"))
|
4168
4171
|
AvailabilityZone.add_member(:state, Shapes::ShapeRef.new(shape: AvailabilityZoneState, location_name: "zoneState"))
|
4169
4172
|
AvailabilityZone.struct_class = Types::AvailabilityZone
|
4170
4173
|
|
@@ -5229,7 +5232,7 @@ module Aws::EC2
|
|
5229
5232
|
CreateKeyPairRequest.struct_class = Types::CreateKeyPairRequest
|
5230
5233
|
|
5231
5234
|
CreateLaunchTemplateRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5232
|
-
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}))
|
5233
5236
|
CreateLaunchTemplateRequest.add_member(:launch_template_name, Shapes::ShapeRef.new(shape: LaunchTemplateName, required: true, location_name: "LaunchTemplateName"))
|
5234
5237
|
CreateLaunchTemplateRequest.add_member(:version_description, Shapes::ShapeRef.new(shape: VersionDescription, location_name: "VersionDescription"))
|
5235
5238
|
CreateLaunchTemplateRequest.add_member(:launch_template_data, Shapes::ShapeRef.new(shape: RequestLaunchTemplateData, required: true, location_name: "LaunchTemplateData"))
|
@@ -5242,7 +5245,7 @@ module Aws::EC2
|
|
5242
5245
|
CreateLaunchTemplateResult.struct_class = Types::CreateLaunchTemplateResult
|
5243
5246
|
|
5244
5247
|
CreateLaunchTemplateVersionRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5245
|
-
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}))
|
5246
5249
|
CreateLaunchTemplateVersionRequest.add_member(:launch_template_id, Shapes::ShapeRef.new(shape: LaunchTemplateId, location_name: "LaunchTemplateId"))
|
5247
5250
|
CreateLaunchTemplateVersionRequest.add_member(:launch_template_name, Shapes::ShapeRef.new(shape: LaunchTemplateName, location_name: "LaunchTemplateName"))
|
5248
5251
|
CreateLaunchTemplateVersionRequest.add_member(:source_version, Shapes::ShapeRef.new(shape: String, location_name: "SourceVersion"))
|
@@ -9548,7 +9551,7 @@ module Aws::EC2
|
|
9548
9551
|
FleetLaunchTemplateOverridesRequest.add_member(:placement, Shapes::ShapeRef.new(shape: Placement, location_name: "Placement"))
|
9549
9552
|
FleetLaunchTemplateOverridesRequest.add_member(:block_device_mappings, Shapes::ShapeRef.new(shape: FleetBlockDeviceMappingRequestList, location_name: "BlockDeviceMapping"))
|
9550
9553
|
FleetLaunchTemplateOverridesRequest.add_member(:instance_requirements, Shapes::ShapeRef.new(shape: InstanceRequirementsRequest, location_name: "InstanceRequirements"))
|
9551
|
-
FleetLaunchTemplateOverridesRequest.add_member(:image_id, Shapes::ShapeRef.new(shape:
|
9554
|
+
FleetLaunchTemplateOverridesRequest.add_member(:image_id, Shapes::ShapeRef.new(shape: String, location_name: "ImageId"))
|
9552
9555
|
FleetLaunchTemplateOverridesRequest.struct_class = Types::FleetLaunchTemplateOverridesRequest
|
9553
9556
|
|
9554
9557
|
FleetLaunchTemplateSpecification.add_member(:launch_template_id, Shapes::ShapeRef.new(shape: String, location_name: "launchTemplateId"))
|
@@ -12481,7 +12484,7 @@ module Aws::EC2
|
|
12481
12484
|
ModifyIpamScopeResult.struct_class = Types::ModifyIpamScopeResult
|
12482
12485
|
|
12483
12486
|
ModifyLaunchTemplateRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
12484
|
-
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}))
|
12485
12488
|
ModifyLaunchTemplateRequest.add_member(:launch_template_id, Shapes::ShapeRef.new(shape: LaunchTemplateId, location_name: "LaunchTemplateId"))
|
12486
12489
|
ModifyLaunchTemplateRequest.add_member(:launch_template_name, Shapes::ShapeRef.new(shape: LaunchTemplateName, location_name: "LaunchTemplateName"))
|
12487
12490
|
ModifyLaunchTemplateRequest.add_member(:default_version, Shapes::ShapeRef.new(shape: String, location_name: "SetDefaultVersion"))
|
data/lib/aws-sdk-ec2/resource.rb
CHANGED
@@ -1173,9 +1173,10 @@ module Aws::EC2
|
|
1173
1173
|
# Valid characters: a-z, A-Z, 0-9, spaces, and
|
1174
1174
|
# .\_-:/()#,@\[\]+=&;\{}!$*
|
1175
1175
|
# @option options [required, String] :group_name
|
1176
|
-
# The name of the security group.
|
1176
|
+
# The name of the security group. Names are case-insensitive and must be
|
1177
|
+
# unique within the VPC.
|
1177
1178
|
#
|
1178
|
-
# Constraints: Up to 255 characters in length.
|
1179
|
+
# Constraints: Up to 255 characters in length. Can't start with `sg-`.
|
1179
1180
|
#
|
1180
1181
|
# Valid characters: a-z, A-Z, 0-9, spaces, and
|
1181
1182
|
# .\_-:/()#,@\[\]+=&;\{}!$*
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
@@ -771,6 +771,14 @@ module Aws::EC2
|
|
771
771
|
# (for example an EC2 instance).
|
772
772
|
# @return [String]
|
773
773
|
#
|
774
|
+
# @!attribute [rw] service_managed
|
775
|
+
# The service that manages the elastic IP address.
|
776
|
+
#
|
777
|
+
# <note markdown="1"> The only option supported today is `alb`.
|
778
|
+
#
|
779
|
+
# </note>
|
780
|
+
# @return [String]
|
781
|
+
#
|
774
782
|
# @!attribute [rw] instance_id
|
775
783
|
# The ID of the instance that the address is associated with (if any).
|
776
784
|
# @return [String]
|
@@ -794,6 +802,7 @@ module Aws::EC2
|
|
794
802
|
:customer_owned_ip,
|
795
803
|
:customer_owned_ipv_4_pool,
|
796
804
|
:carrier_ip,
|
805
|
+
:service_managed,
|
797
806
|
:instance_id,
|
798
807
|
:public_ip)
|
799
808
|
SENSITIVE = []
|
@@ -3649,7 +3658,7 @@ module Aws::EC2
|
|
3649
3658
|
# `opt-in-not-required`.
|
3650
3659
|
#
|
3651
3660
|
# For Local Zones and Wavelength Zones, this parameter is the opt-in
|
3652
|
-
# status. The possible values are `opted-in
|
3661
|
+
# status. The possible values are `opted-in` and `not-opted-in`.
|
3653
3662
|
# @return [String]
|
3654
3663
|
#
|
3655
3664
|
# @!attribute [rw] messages
|
@@ -3684,8 +3693,10 @@ module Aws::EC2
|
|
3684
3693
|
# @return [String]
|
3685
3694
|
#
|
3686
3695
|
# @!attribute [rw] zone_type
|
3687
|
-
# The type of zone.
|
3688
|
-
#
|
3696
|
+
# The type of zone.
|
3697
|
+
#
|
3698
|
+
# Valid values: `availability-zone` \| `local-zone` \|
|
3699
|
+
# `wavelength-zone`
|
3689
3700
|
# @return [String]
|
3690
3701
|
#
|
3691
3702
|
# @!attribute [rw] parent_zone_name
|
@@ -3698,9 +3709,15 @@ module Aws::EC2
|
|
3698
3709
|
# Zone control plane operations, such as API calls.
|
3699
3710
|
# @return [String]
|
3700
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
|
+
#
|
3701
3717
|
# @!attribute [rw] state
|
3702
3718
|
# The state of the Availability Zone, Local Zone, or Wavelength Zone.
|
3703
|
-
#
|
3719
|
+
# The possible values are `available`, `unavailable`, and
|
3720
|
+
# `constrained`.
|
3704
3721
|
# @return [String]
|
3705
3722
|
#
|
3706
3723
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AvailabilityZone AWS API Documentation
|
@@ -3716,6 +3733,7 @@ module Aws::EC2
|
|
3716
3733
|
:zone_type,
|
3717
3734
|
:parent_zone_name,
|
3718
3735
|
:parent_zone_id,
|
3736
|
+
:group_long_name,
|
3719
3737
|
:state)
|
3720
3738
|
SENSITIVE = []
|
3721
3739
|
include Aws::Structure
|
@@ -9956,11 +9974,17 @@ module Aws::EC2
|
|
9956
9974
|
#
|
9957
9975
|
# @!attribute [rw] client_token
|
9958
9976
|
# Unique, case-sensitive identifier you provide to ensure the
|
9959
|
-
# idempotency of the request.
|
9960
|
-
#
|
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].
|
9961
9982
|
#
|
9962
9983
|
# Constraint: Maximum 128 ASCII characters.
|
9963
9984
|
#
|
9985
|
+
# **A suitable default value is auto-generated.** You should normally
|
9986
|
+
# not need to pass this option.
|
9987
|
+
#
|
9964
9988
|
#
|
9965
9989
|
#
|
9966
9990
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
@@ -10037,11 +10061,17 @@ module Aws::EC2
|
|
10037
10061
|
#
|
10038
10062
|
# @!attribute [rw] client_token
|
10039
10063
|
# Unique, case-sensitive identifier you provide to ensure the
|
10040
|
-
# idempotency of the request.
|
10041
|
-
#
|
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].
|
10042
10069
|
#
|
10043
10070
|
# Constraint: Maximum 128 ASCII characters.
|
10044
10071
|
#
|
10072
|
+
# **A suitable default value is auto-generated.** You should normally
|
10073
|
+
# not need to pass this option.
|
10074
|
+
#
|
10045
10075
|
#
|
10046
10076
|
#
|
10047
10077
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
@@ -11529,9 +11559,10 @@ module Aws::EC2
|
|
11529
11559
|
# @return [String]
|
11530
11560
|
#
|
11531
11561
|
# @!attribute [rw] group_name
|
11532
|
-
# The name of the security group.
|
11562
|
+
# The name of the security group. Names are case-insensitive and must
|
11563
|
+
# be unique within the VPC.
|
11533
11564
|
#
|
11534
|
-
# Constraints: Up to 255 characters in length.
|
11565
|
+
# Constraints: Up to 255 characters in length. Can't start with
|
11535
11566
|
# `sg-`.
|
11536
11567
|
#
|
11537
11568
|
# Valid characters: a-z, A-Z, 0-9, spaces, and
|
@@ -18083,6 +18114,12 @@ module Aws::EC2
|
|
18083
18114
|
# @!attribute [rw] filters
|
18084
18115
|
# The filters.
|
18085
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
|
+
#
|
18086
18123
|
# * `group-name` - The name of the zone group for the Availability
|
18087
18124
|
# Zone (for example, `us-east-1-zg-1`), the Local Zone (for example,
|
18088
18125
|
# `us-west-2-lax-1`), or the Wavelength Zone (for example,
|
@@ -52820,11 +52857,17 @@ module Aws::EC2
|
|
52820
52857
|
#
|
52821
52858
|
# @!attribute [rw] client_token
|
52822
52859
|
# Unique, case-sensitive identifier you provide to ensure the
|
52823
|
-
# idempotency of the request.
|
52824
|
-
#
|
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].
|
52825
52865
|
#
|
52826
52866
|
# Constraint: Maximum 128 ASCII characters.
|
52827
52867
|
#
|
52868
|
+
# **A suitable default value is auto-generated.** You should normally
|
52869
|
+
# not need to pass this option.
|
52870
|
+
#
|
52828
52871
|
#
|
52829
52872
|
#
|
52830
52873
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
data/lib/aws-sdk-ec2/vpc.rb
CHANGED
@@ -483,9 +483,10 @@ module Aws::EC2
|
|
483
483
|
# Valid characters: a-z, A-Z, 0-9, spaces, and
|
484
484
|
# .\_-:/()#,@\[\]+=&;\{}!$*
|
485
485
|
# @option options [required, String] :group_name
|
486
|
-
# The name of the security group.
|
486
|
+
# The name of the security group. Names are case-insensitive and must be
|
487
|
+
# unique within the VPC.
|
487
488
|
#
|
488
|
-
# Constraints: Up to 255 characters in length.
|
489
|
+
# Constraints: Up to 255 characters in length. Can't start with `sg-`.
|
489
490
|
#
|
490
491
|
# Valid characters: a-z, A-Z, 0-9, spaces, and
|
491
492
|
# .\_-:/()#,@\[\]+=&;\{}!$*
|
@@ -105,6 +105,16 @@ module Aws::EC2
|
|
105
105
|
data[:carrier_ip]
|
106
106
|
end
|
107
107
|
|
108
|
+
# The service that manages the elastic IP address.
|
109
|
+
#
|
110
|
+
# <note markdown="1"> The only option supported today is `alb`.
|
111
|
+
#
|
112
|
+
# </note>
|
113
|
+
# @return [String]
|
114
|
+
def service_managed
|
115
|
+
data[:service_managed]
|
116
|
+
end
|
117
|
+
|
108
118
|
# The ID of the instance that the address is associated with (if any).
|
109
119
|
# @return [String]
|
110
120
|
def instance_id
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/sig/classic_address.rbs
CHANGED
@@ -53,6 +53,9 @@ module Aws
|
|
53
53
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/ClassicAddress.html#carrier_ip-instance_method
|
54
54
|
def carrier_ip: () -> ::String
|
55
55
|
|
56
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/ClassicAddress.html#service_managed-instance_method
|
57
|
+
def service_managed: () -> ("alb" | "nlb")
|
58
|
+
|
56
59
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/ClassicAddress.html#instance_id-instance_method
|
57
60
|
def instance_id: () -> ::String
|
58
61
|
|
data/sig/types.rbs
CHANGED
@@ -215,6 +215,7 @@ module Aws::EC2
|
|
215
215
|
attr_accessor customer_owned_ip: ::String
|
216
216
|
attr_accessor customer_owned_ipv_4_pool: ::String
|
217
217
|
attr_accessor carrier_ip: ::String
|
218
|
+
attr_accessor service_managed: ("alb" | "nlb")
|
218
219
|
attr_accessor instance_id: ::String
|
219
220
|
attr_accessor public_ip: ::String
|
220
221
|
SENSITIVE: []
|
@@ -921,6 +922,7 @@ module Aws::EC2
|
|
921
922
|
attr_accessor zone_type: ::String
|
922
923
|
attr_accessor parent_zone_name: ::String
|
923
924
|
attr_accessor parent_zone_id: ::String
|
925
|
+
attr_accessor group_long_name: ::String
|
924
926
|
attr_accessor state: ("available" | "information" | "impaired" | "unavailable" | "constrained")
|
925
927
|
SENSITIVE: []
|
926
928
|
end
|
data/sig/vpc_address.rbs
CHANGED
@@ -50,6 +50,9 @@ module Aws
|
|
50
50
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/VpcAddress.html#carrier_ip-instance_method
|
51
51
|
def carrier_ip: () -> ::String
|
52
52
|
|
53
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/VpcAddress.html#service_managed-instance_method
|
54
|
+
def service_managed: () -> ("alb" | "nlb")
|
55
|
+
|
53
56
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/VpcAddress.html#instance_id-instance_method
|
54
57
|
def instance_id: () -> ::String
|
55
58
|
|
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
|