aws-sdk-ec2 1.477.0 → 1.478.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 +1 -1
- data/lib/aws-sdk-ec2/types.rb +61 -67
- 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: 145d71b7ac4ab97601a37f02c73ff951b1baada3b8dd44b6bbfa9a17c58bc7e6
|
|
4
|
+
data.tar.gz: 65a1f0ab1fe020bded67c99765c3cdba9226b2a13504f6a0073d936b268f2997
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0d79604a174da4c8091dda481ff60819328f9b6784a8fc093af12feebe172572474bfbf7931055f121f86d82ca9adc0545b5cb37f399de4f9d420242bd96cca4
|
|
7
|
+
data.tar.gz: 892cf953eb6bae77f5da1b6e2068d7f05cf6609540686d884fff3435008cf2db418a2d36e15708f951b8adc54fe192b1606809c8d26e5bf18f57f95659f4359f
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.478.0
|
data/lib/aws-sdk-ec2/client.rb
CHANGED
|
@@ -60123,7 +60123,7 @@ module Aws::EC2
|
|
|
60123
60123
|
tracer: tracer
|
|
60124
60124
|
)
|
|
60125
60125
|
context[:gem_name] = 'aws-sdk-ec2'
|
|
60126
|
-
context[:gem_version] = '1.
|
|
60126
|
+
context[:gem_version] = '1.478.0'
|
|
60127
60127
|
Seahorse::Client::Request.new(handlers, context)
|
|
60128
60128
|
end
|
|
60129
60129
|
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
|
@@ -12055,23 +12055,22 @@ module Aws::EC2
|
|
|
12055
12055
|
# @return [String]
|
|
12056
12056
|
#
|
|
12057
12057
|
# @!attribute [rw] security_group_referencing_support
|
|
12058
|
-
# <note markdown="1"> This parameter is in preview and may not be available for your
|
|
12059
|
-
# account.
|
|
12060
|
-
#
|
|
12061
|
-
# </note>
|
|
12062
|
-
#
|
|
12063
12058
|
# Enables you to reference a security group across VPCs attached to a
|
|
12064
|
-
# transit gateway
|
|
12065
|
-
#
|
|
12066
|
-
#
|
|
12067
|
-
# to migrate from VPC peering (which was the only option that
|
|
12068
|
-
# supported security group referencing) to transit gateways (which now
|
|
12069
|
-
# also support security group referencing). This option is disabled by
|
|
12070
|
-
# default and there are no additional costs to use this feature.
|
|
12059
|
+
# transit gateway to simplify security group management.
|
|
12060
|
+
#
|
|
12061
|
+
# This option is disabled by default.
|
|
12071
12062
|
#
|
|
12072
12063
|
# If you don't enable or disable SecurityGroupReferencingSupport in
|
|
12073
12064
|
# the request, the attachment will inherit the security group
|
|
12074
12065
|
# referencing support setting on the transit gateway.
|
|
12066
|
+
#
|
|
12067
|
+
# For more information about security group referencing, see [Security
|
|
12068
|
+
# group referencing ][1] in the *Amazon Web Services Transit Gateways
|
|
12069
|
+
# Guide*.
|
|
12070
|
+
#
|
|
12071
|
+
#
|
|
12072
|
+
#
|
|
12073
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/tgw/tgw-vpc-attachments.html#vpc-attachment-security
|
|
12075
12074
|
# @return [String]
|
|
12076
12075
|
#
|
|
12077
12076
|
# @!attribute [rw] ipv_6_support
|
|
@@ -50230,19 +50229,18 @@ module Aws::EC2
|
|
|
50230
50229
|
# @return [String]
|
|
50231
50230
|
#
|
|
50232
50231
|
# @!attribute [rw] security_group_referencing_support
|
|
50233
|
-
#
|
|
50234
|
-
#
|
|
50232
|
+
# Enables you to reference a security group across VPCs attached to a
|
|
50233
|
+
# transit gateway to simplify security group management.
|
|
50235
50234
|
#
|
|
50236
|
-
#
|
|
50235
|
+
# This option is disabled by default.
|
|
50237
50236
|
#
|
|
50238
|
-
#
|
|
50239
|
-
#
|
|
50240
|
-
#
|
|
50241
|
-
#
|
|
50242
|
-
#
|
|
50243
|
-
#
|
|
50244
|
-
#
|
|
50245
|
-
# default and there are no additional costs to use this feature.
|
|
50237
|
+
# For more information about security group referencing, see [Security
|
|
50238
|
+
# group referencing][1] in the *Amazon Web Services Transit Gateways
|
|
50239
|
+
# Guide*.
|
|
50240
|
+
#
|
|
50241
|
+
#
|
|
50242
|
+
#
|
|
50243
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/tgw/tgw-vpc-attachments.html#vpc-attachment-security
|
|
50246
50244
|
# @return [String]
|
|
50247
50245
|
#
|
|
50248
50246
|
# @!attribute [rw] auto_accept_shared_attachments
|
|
@@ -50437,19 +50435,18 @@ module Aws::EC2
|
|
|
50437
50435
|
# @return [String]
|
|
50438
50436
|
#
|
|
50439
50437
|
# @!attribute [rw] security_group_referencing_support
|
|
50440
|
-
#
|
|
50441
|
-
#
|
|
50438
|
+
# Enables you to reference a security group across VPCs attached to a
|
|
50439
|
+
# transit gateway to simplify security group management.
|
|
50442
50440
|
#
|
|
50443
|
-
#
|
|
50441
|
+
# This option is disabled by default.
|
|
50444
50442
|
#
|
|
50445
|
-
#
|
|
50446
|
-
#
|
|
50447
|
-
#
|
|
50448
|
-
#
|
|
50449
|
-
#
|
|
50450
|
-
#
|
|
50451
|
-
#
|
|
50452
|
-
# default and there are no additional costs to use this feature.
|
|
50443
|
+
# For more information about security group referencing, see [Security
|
|
50444
|
+
# group referencing][1] in the *Amazon Web Services Transit Gateways
|
|
50445
|
+
# Guide*.
|
|
50446
|
+
#
|
|
50447
|
+
#
|
|
50448
|
+
#
|
|
50449
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/tgw/tgw-vpc-attachments.html#vpc-attachment-security
|
|
50453
50450
|
# @return [String]
|
|
50454
50451
|
#
|
|
50455
50452
|
# @!attribute [rw] ipv_6_support
|
|
@@ -65942,19 +65939,18 @@ module Aws::EC2
|
|
|
65942
65939
|
# @return [String]
|
|
65943
65940
|
#
|
|
65944
65941
|
# @!attribute [rw] security_group_referencing_support
|
|
65945
|
-
#
|
|
65946
|
-
#
|
|
65942
|
+
# Enables you to reference a security group across VPCs attached to a
|
|
65943
|
+
# transit gateway to simplify security group management.
|
|
65947
65944
|
#
|
|
65948
|
-
#
|
|
65945
|
+
# This option is enabled by default.
|
|
65949
65946
|
#
|
|
65950
|
-
#
|
|
65951
|
-
#
|
|
65952
|
-
#
|
|
65953
|
-
#
|
|
65954
|
-
#
|
|
65955
|
-
#
|
|
65956
|
-
#
|
|
65957
|
-
# default and there are no additional costs to use this feature.
|
|
65947
|
+
# For more information about security group referencing, see [Security
|
|
65948
|
+
# group referencing][1] in the *Amazon Web Services Transit Gateways
|
|
65949
|
+
# Guide*.
|
|
65950
|
+
#
|
|
65951
|
+
#
|
|
65952
|
+
#
|
|
65953
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/tgw/tgw-vpc-attachments.html#vpc-attachment-security
|
|
65958
65954
|
# @return [String]
|
|
65959
65955
|
#
|
|
65960
65956
|
# @!attribute [rw] multicast_support
|
|
@@ -66340,19 +66336,18 @@ module Aws::EC2
|
|
|
66340
66336
|
# @return [String]
|
|
66341
66337
|
#
|
|
66342
66338
|
# @!attribute [rw] security_group_referencing_support
|
|
66343
|
-
#
|
|
66344
|
-
#
|
|
66339
|
+
# Enables you to reference a security group across VPCs attached to a
|
|
66340
|
+
# transit gateway to simplify security group management.
|
|
66345
66341
|
#
|
|
66346
|
-
#
|
|
66342
|
+
# This option is disabled by default.
|
|
66347
66343
|
#
|
|
66348
|
-
#
|
|
66349
|
-
#
|
|
66350
|
-
#
|
|
66351
|
-
#
|
|
66352
|
-
#
|
|
66353
|
-
#
|
|
66354
|
-
#
|
|
66355
|
-
# default and there are no additional costs to use this feature.
|
|
66344
|
+
# For more information about security group referencing, see [Security
|
|
66345
|
+
# group referencing][1] in the *Amazon Web Services Transit Gateways
|
|
66346
|
+
# Guide*.
|
|
66347
|
+
#
|
|
66348
|
+
#
|
|
66349
|
+
#
|
|
66350
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/tgw/tgw-vpc-attachments.html#vpc-attachment-security
|
|
66356
66351
|
# @return [String]
|
|
66357
66352
|
#
|
|
66358
66353
|
# @!attribute [rw] multicast_support
|
|
@@ -66733,19 +66728,18 @@ module Aws::EC2
|
|
|
66733
66728
|
# @return [String]
|
|
66734
66729
|
#
|
|
66735
66730
|
# @!attribute [rw] security_group_referencing_support
|
|
66736
|
-
#
|
|
66737
|
-
#
|
|
66731
|
+
# Enables you to reference a security group across VPCs attached to a
|
|
66732
|
+
# transit gateway to simplify security group management.
|
|
66738
66733
|
#
|
|
66739
|
-
#
|
|
66734
|
+
# This option is disabled by default.
|
|
66740
66735
|
#
|
|
66741
|
-
#
|
|
66742
|
-
#
|
|
66743
|
-
#
|
|
66744
|
-
#
|
|
66745
|
-
#
|
|
66746
|
-
#
|
|
66747
|
-
#
|
|
66748
|
-
# default and there are no additional costs to use this feature.
|
|
66736
|
+
# For more information about security group referencing, see [Security
|
|
66737
|
+
# group referencing][1] in the *Amazon Web Services Transit Gateways
|
|
66738
|
+
# Guide*.
|
|
66739
|
+
#
|
|
66740
|
+
#
|
|
66741
|
+
#
|
|
66742
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/tgw/tgw-vpc-attachments.html#vpc-attachment-security
|
|
66749
66743
|
# @return [String]
|
|
66750
66744
|
#
|
|
66751
66745
|
# @!attribute [rw] ipv_6_support
|
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.478.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-09-
|
|
11
|
+
date: 2024-09-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|