aws-sdk-ec2 1.486.0 → 1.487.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +4 -4
- data/lib/aws-sdk-ec2/resource.rb +2 -2
- data/lib/aws-sdk-ec2/types.rb +7 -7
- data/lib/aws-sdk-ec2/vpc.rb +2 -2
- data/lib/aws-sdk-ec2.rb +1 -1
- 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: aabd40b31a72748dc0f014fa252af0c66f31cb1b8aba57aadce8063e4d789b58
|
|
4
|
+
data.tar.gz: aec3e0dabc9db79fc59363c873964c598aa08c14d010cccfb5e2ea2243005f35
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c531185f9394714038b44351d6a01526c924525671d5e4af5b2c253f5d8b4425cd6fd73b56f6f4d02aa204dba69c45d276101f39866ac2436e787fa66c2ddec6
|
|
7
|
+
data.tar.gz: 7af0ec863c81edace780ad1424b8e8f03b67ea7eb6b0d3af4a3aa362f00240398fcfadc1043181eebb05b77e411a2d154241387919503824969aa6b8b3f38dd7
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.487.0
|
data/lib/aws-sdk-ec2/client.rb
CHANGED
|
@@ -7072,7 +7072,7 @@ module Aws::EC2
|
|
|
7072
7072
|
# VPC User Guide* or [Transit Gateway Flow Log records][2] in the
|
|
7073
7073
|
# *Amazon Web Services Transit Gateway Guide*.
|
|
7074
7074
|
#
|
|
7075
|
-
# Specify the fields using the
|
|
7075
|
+
# Specify the fields using the `${field-id}` format, separated by
|
|
7076
7076
|
# spaces.
|
|
7077
7077
|
#
|
|
7078
7078
|
#
|
|
@@ -11849,7 +11849,7 @@ module Aws::EC2
|
|
|
11849
11849
|
# Constraints: Up to 255 characters in length
|
|
11850
11850
|
#
|
|
11851
11851
|
# Valid characters: a-z, A-Z, 0-9, spaces, and
|
|
11852
|
-
# .\_-:/()#,@\[\]+=&
|
|
11852
|
+
# .\_-:/()#,@\[\]+=&;\{}!$*
|
|
11853
11853
|
#
|
|
11854
11854
|
# @option params [required, String] :group_name
|
|
11855
11855
|
# The name of the security group.
|
|
@@ -11857,7 +11857,7 @@ module Aws::EC2
|
|
|
11857
11857
|
# Constraints: Up to 255 characters in length. Cannot start with `sg-`.
|
|
11858
11858
|
#
|
|
11859
11859
|
# Valid characters: a-z, A-Z, 0-9, spaces, and
|
|
11860
|
-
# .\_-:/()#,@\[\]+=&
|
|
11860
|
+
# .\_-:/()#,@\[\]+=&;\{}!$*
|
|
11861
11861
|
#
|
|
11862
11862
|
# @option params [String] :vpc_id
|
|
11863
11863
|
# The ID of the VPC. Required for a nondefault VPC.
|
|
@@ -60848,7 +60848,7 @@ module Aws::EC2
|
|
|
60848
60848
|
tracer: tracer
|
|
60849
60849
|
)
|
|
60850
60850
|
context[:gem_name] = 'aws-sdk-ec2'
|
|
60851
|
-
context[:gem_version] = '1.
|
|
60851
|
+
context[:gem_version] = '1.487.0'
|
|
60852
60852
|
Seahorse::Client::Request.new(handlers, context)
|
|
60853
60853
|
end
|
|
60854
60854
|
|
data/lib/aws-sdk-ec2/resource.rb
CHANGED
|
@@ -1162,14 +1162,14 @@ module Aws::EC2
|
|
|
1162
1162
|
# Constraints: Up to 255 characters in length
|
|
1163
1163
|
#
|
|
1164
1164
|
# Valid characters: a-z, A-Z, 0-9, spaces, and
|
|
1165
|
-
# .\_-:/()#,@\[\]+=&
|
|
1165
|
+
# .\_-:/()#,@\[\]+=&;\{}!$*
|
|
1166
1166
|
# @option options [required, String] :group_name
|
|
1167
1167
|
# The name of the security group.
|
|
1168
1168
|
#
|
|
1169
1169
|
# Constraints: Up to 255 characters in length. Cannot start with `sg-`.
|
|
1170
1170
|
#
|
|
1171
1171
|
# Valid characters: a-z, A-Z, 0-9, spaces, and
|
|
1172
|
-
# .\_-:/()#,@\[\]+=&
|
|
1172
|
+
# .\_-:/()#,@\[\]+=&;\{}!$*
|
|
1173
1173
|
# @option options [String] :vpc_id
|
|
1174
1174
|
# The ID of the VPC. Required for a nondefault VPC.
|
|
1175
1175
|
# @option options [Array<Types::TagSpecification>] :tag_specifications
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
|
@@ -8312,7 +8312,7 @@ module Aws::EC2
|
|
|
8312
8312
|
# VPC User Guide* or [Transit Gateway Flow Log records][2] in the
|
|
8313
8313
|
# *Amazon Web Services Transit Gateway Guide*.
|
|
8314
8314
|
#
|
|
8315
|
-
# Specify the fields using the
|
|
8315
|
+
# Specify the fields using the `${field-id}` format, separated by
|
|
8316
8316
|
# spaces.
|
|
8317
8317
|
#
|
|
8318
8318
|
#
|
|
@@ -10835,7 +10835,7 @@ module Aws::EC2
|
|
|
10835
10835
|
# Constraints: Up to 255 characters in length
|
|
10836
10836
|
#
|
|
10837
10837
|
# Valid characters: a-z, A-Z, 0-9, spaces, and
|
|
10838
|
-
# .\_-:/()#,@\[\]+=&
|
|
10838
|
+
# .\_-:/()#,@\[\]+=&;\{}!$*
|
|
10839
10839
|
# @return [String]
|
|
10840
10840
|
#
|
|
10841
10841
|
# @!attribute [rw] group_name
|
|
@@ -10845,7 +10845,7 @@ module Aws::EC2
|
|
|
10845
10845
|
# `sg-`.
|
|
10846
10846
|
#
|
|
10847
10847
|
# Valid characters: a-z, A-Z, 0-9, spaces, and
|
|
10848
|
-
# .\_-:/()#,@\[\]+=&
|
|
10848
|
+
# .\_-:/()#,@\[\]+=&;\{}!$*
|
|
10849
10849
|
# @return [String]
|
|
10850
10850
|
#
|
|
10851
10851
|
# @!attribute [rw] vpc_id
|
|
@@ -43262,7 +43262,7 @@ module Aws::EC2
|
|
|
43262
43262
|
# address range.
|
|
43263
43263
|
#
|
|
43264
43264
|
# Constraints: Up to 255 characters in length. Allowed characters are
|
|
43265
|
-
# a-z, A-Z, 0-9, spaces, and .\_-:/()#,@\[\]+=&
|
|
43265
|
+
# a-z, A-Z, 0-9, spaces, and .\_-:/()#,@\[\]+=&;\{}!$*
|
|
43266
43266
|
# @return [String]
|
|
43267
43267
|
#
|
|
43268
43268
|
# @!attribute [rw] cidr_ip
|
|
@@ -44928,7 +44928,7 @@ module Aws::EC2
|
|
|
44928
44928
|
# address range.
|
|
44929
44929
|
#
|
|
44930
44930
|
# Constraints: Up to 255 characters in length. Allowed characters are
|
|
44931
|
-
# a-z, A-Z, 0-9, spaces, and .\_-:/()#,@\[\]+=&
|
|
44931
|
+
# a-z, A-Z, 0-9, spaces, and .\_-:/()#,@\[\]+=&;\{}!$*
|
|
44932
44932
|
# @return [String]
|
|
44933
44933
|
#
|
|
44934
44934
|
# @!attribute [rw] cidr_ipv_6
|
|
@@ -55387,7 +55387,7 @@ module Aws::EC2
|
|
|
55387
55387
|
# prefix list ID.
|
|
55388
55388
|
#
|
|
55389
55389
|
# Constraints: Up to 255 characters in length. Allowed characters are
|
|
55390
|
-
# a-z, A-Z, 0-9, spaces, and .\_-:/()#,@\[\]
|
|
55390
|
+
# a-z, A-Z, 0-9, spaces, and .\_-:/()#,@\[\]+=;\{}!$*
|
|
55391
55391
|
# @return [String]
|
|
55392
55392
|
#
|
|
55393
55393
|
# @!attribute [rw] prefix_list_id
|
|
@@ -68245,7 +68245,7 @@ module Aws::EC2
|
|
|
68245
68245
|
# ID group pair.
|
|
68246
68246
|
#
|
|
68247
68247
|
# Constraints: Up to 255 characters in length. Allowed characters are
|
|
68248
|
-
# a-z, A-Z, 0-9, spaces, and .\_-:/()#,@\[\]
|
|
68248
|
+
# a-z, A-Z, 0-9, spaces, and .\_-:/()#,@\[\]+=;\{}!$*
|
|
68249
68249
|
# @return [String]
|
|
68250
68250
|
#
|
|
68251
68251
|
# @!attribute [rw] user_id
|
data/lib/aws-sdk-ec2/vpc.rb
CHANGED
|
@@ -470,14 +470,14 @@ module Aws::EC2
|
|
|
470
470
|
# Constraints: Up to 255 characters in length
|
|
471
471
|
#
|
|
472
472
|
# Valid characters: a-z, A-Z, 0-9, spaces, and
|
|
473
|
-
# .\_-:/()#,@\[\]+=&
|
|
473
|
+
# .\_-:/()#,@\[\]+=&;\{}!$*
|
|
474
474
|
# @option options [required, String] :group_name
|
|
475
475
|
# The name of the security group.
|
|
476
476
|
#
|
|
477
477
|
# Constraints: Up to 255 characters in length. Cannot start with `sg-`.
|
|
478
478
|
#
|
|
479
479
|
# Valid characters: a-z, A-Z, 0-9, spaces, and
|
|
480
|
-
# .\_-:/()#,@\[\]+=&
|
|
480
|
+
# .\_-:/()#,@\[\]+=&;\{}!$*
|
|
481
481
|
# @option options [Array<Types::TagSpecification>] :tag_specifications
|
|
482
482
|
# The tags to assign to the security group.
|
|
483
483
|
# @option options [Boolean] :dry_run
|
data/lib/aws-sdk-ec2.rb
CHANGED
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.487.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: 2024-
|
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|