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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a334bcee5623ee10f8cfb378982e208c6c1878524ba55ddad1933bbd93ebc9b6
4
- data.tar.gz: a92135f321e5a1bffde160f3861506e540684f115e7e46a4a0908cf0b2ccae01
3
+ metadata.gz: aabd40b31a72748dc0f014fa252af0c66f31cb1b8aba57aadce8063e4d789b58
4
+ data.tar.gz: aec3e0dabc9db79fc59363c873964c598aa08c14d010cccfb5e2ea2243005f35
5
5
  SHA512:
6
- metadata.gz: d53632b9dec8f977a84da9cb4fc7c262dd4740e6a651a38036ff7183d35272371e781c505da74cd29e5f94b2c12ee625ca33872a6ccac19786d9bf542ff58144
7
- data.tar.gz: 3aa84e3a66499bc1811c8c44934d543569cd4052a8f58c6af71298e292f3949ec5816dc1b781a74b8ef4eb3e3a9d4fef4e1e08e7c7627152f3713246dbd99dc2
6
+ metadata.gz: c531185f9394714038b44351d6a01526c924525671d5e4af5b2c253f5d8b4425cd6fd73b56f6f4d02aa204dba69c45d276101f39866ac2436e787fa66c2ddec6
7
+ data.tar.gz: 7af0ec863c81edace780ad1424b8e8f03b67ea7eb6b0d3af4a3aa362f00240398fcfadc1043181eebb05b77e411a2d154241387919503824969aa6b8b3f38dd7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.487.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.486.0 (2024-10-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.486.0
1
+ 1.487.0
@@ -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 `$\{field-id\}` format, separated by
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.486.0'
60851
+ context[:gem_version] = '1.487.0'
60852
60852
  Seahorse::Client::Request.new(handlers, context)
60853
60853
  end
60854
60854
 
@@ -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
@@ -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 `$\{field-id\}` format, separated by
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
- # .\_-:/()#,@\[\]+=&amp;;\\\{\\}!$*
10838
+ # .\_-:/()#,@\[\]+=&amp;;\{}!$*
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
- # .\_-:/()#,@\[\]+=&amp;;\\\{\\}!$*
10848
+ # .\_-:/()#,@\[\]+=&amp;;\{}!$*
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 .\_-:/()#,@\[\]+=&amp;;\\\{\\}!$*
43265
+ # a-z, A-Z, 0-9, spaces, and .\_-:/()#,@\[\]+=&amp;;\{}!$*
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 .\_-:/()#,@\[\]+=&amp;;\\\{\\}!$*
44931
+ # a-z, A-Z, 0-9, spaces, and .\_-:/()#,@\[\]+=&amp;;\{}!$*
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
@@ -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
- # .\_-:/()#,@\[\]+=&amp;;\\\{\\}!$*
473
+ # .\_-:/()#,@\[\]+=&amp;;\{}!$*
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
- # .\_-:/()#,@\[\]+=&amp;;\\\{\\}!$*
480
+ # .\_-:/()#,@\[\]+=&amp;;\{}!$*
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
@@ -78,7 +78,7 @@ module Aws::EC2
78
78
  autoload :VpcPeeringConnection, 'aws-sdk-ec2/vpc_peering_connection'
79
79
  autoload :VpcAddress, 'aws-sdk-ec2/vpc_address'
80
80
 
81
- GEM_VERSION = '1.486.0'
81
+ GEM_VERSION = '1.487.0'
82
82
 
83
83
  end
84
84
 
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.486.0
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-10-30 00:00:00.000000000 Z
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