aws-sdk-ec2 1.476.0 → 1.478.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ec8b07da6bb88e20add36d61e395a4402bda8e5e56415ea1f5a33f1139b1ef7e
4
- data.tar.gz: 6268a0cf206e200fcefa039947de35a37d06ae4ceffa26aa97ec912f14a179cc
3
+ metadata.gz: 145d71b7ac4ab97601a37f02c73ff951b1baada3b8dd44b6bbfa9a17c58bc7e6
4
+ data.tar.gz: 65a1f0ab1fe020bded67c99765c3cdba9226b2a13504f6a0073d936b268f2997
5
5
  SHA512:
6
- metadata.gz: e6b6283df3f2a679d95d307bad44a422a44f16c34e3361fe9c88ad22a81d1eae67a9f175a5614dfd1eb0b937472a4ce148c2103c323b485a630c23352a7152bb
7
- data.tar.gz: 54b380705f21b759c40b6bd52c7e809138cdaad70f0606f87304755d22be034e301014a6282230f899c4dd97459acbcede1ca7f0ff12f51b5ff7c72b518ea5df
6
+ metadata.gz: 0d79604a174da4c8091dda481ff60819328f9b6784a8fc093af12feebe172572474bfbf7931055f121f86d82ca9adc0545b5cb37f399de4f9d420242bd96cca4
7
+ data.tar.gz: 892cf953eb6bae77f5da1b6e2068d7f05cf6609540686d884fff3435008cf2db418a2d36e15708f951b8adc54fe192b1606809c8d26e5bf18f57f95659f4359f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.478.0 (2024-09-25)
5
+ ------------------
6
+
7
+ * Feature - Updates to documentation for the transit gateway security group referencing feature.
8
+
9
+ 1.477.0 (2024-09-24)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.476.0 (2024-09-23)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.476.0
1
+ 1.478.0
@@ -38,8 +38,6 @@ require 'aws-sdk-core/plugins/protocols/ec2.rb'
38
38
  require 'aws-sdk-ec2/plugins/copy_encrypted_snapshot.rb'
39
39
  require 'aws-sdk-ec2/plugins/region_validation.rb'
40
40
 
41
- Aws::Plugins::GlobalConfiguration.add_identifier(:ec2)
42
-
43
41
  module Aws::EC2
44
42
  # An API client for EC2. To construct a client, you need to configure a `:region` and `:credentials`.
45
43
  #
@@ -60125,7 +60123,7 @@ module Aws::EC2
60125
60123
  tracer: tracer
60126
60124
  )
60127
60125
  context[:gem_name] = 'aws-sdk-ec2'
60128
- context[:gem_version] = '1.476.0'
60126
+ context[:gem_version] = '1.478.0'
60129
60127
  Seahorse::Client::Request.new(handlers, context)
60130
60128
  end
60131
60129
 
@@ -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. Use this option to simplify security group
12065
- # management and control of instance-to-instance traffic across VPCs
12066
- # that are connected by transit gateway. You can also use this option
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
- # <note markdown="1"> This parameter is in preview and may not be available for your
50234
- # account.
50232
+ # Enables you to reference a security group across VPCs attached to a
50233
+ # transit gateway to simplify security group management.
50235
50234
  #
50236
- # </note>
50235
+ # This option is disabled by default.
50237
50236
  #
50238
- # Enables you to reference a security group across VPCs attached to a
50239
- # transit gateway. Use this option to simplify security group
50240
- # management and control of instance-to-instance traffic across VPCs
50241
- # that are connected by transit gateway. You can also use this option
50242
- # to migrate from VPC peering (which was the only option that
50243
- # supported security group referencing) to transit gateways (which now
50244
- # also support security group referencing). This option is disabled by
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
- # <note markdown="1"> This parameter is in preview and may not be available for your
50441
- # account.
50438
+ # Enables you to reference a security group across VPCs attached to a
50439
+ # transit gateway to simplify security group management.
50442
50440
  #
50443
- # </note>
50441
+ # This option is disabled by default.
50444
50442
  #
50445
- # Enables you to reference a security group across VPCs attached to a
50446
- # transit gateway. Use this option to simplify security group
50447
- # management and control of instance-to-instance traffic across VPCs
50448
- # that are connected by transit gateway. You can also use this option
50449
- # to migrate from VPC peering (which was the only option that
50450
- # supported security group referencing) to transit gateways (which now
50451
- # also support security group referencing). This option is disabled by
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
- # <note markdown="1"> This parameter is in preview and may not be available for your
65946
- # account.
65942
+ # Enables you to reference a security group across VPCs attached to a
65943
+ # transit gateway to simplify security group management.
65947
65944
  #
65948
- # </note>
65945
+ # This option is enabled by default.
65949
65946
  #
65950
- # Enables you to reference a security group across VPCs attached to a
65951
- # transit gateway. Use this option to simplify security group
65952
- # management and control of instance-to-instance traffic across VPCs
65953
- # that are connected by transit gateway. You can also use this option
65954
- # to migrate from VPC peering (which was the only option that
65955
- # supported security group referencing) to transit gateways (which now
65956
- # also support security group referencing). This option is disabled by
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
- # <note markdown="1"> This parameter is in preview and may not be available for your
66344
- # account.
66339
+ # Enables you to reference a security group across VPCs attached to a
66340
+ # transit gateway to simplify security group management.
66345
66341
  #
66346
- # </note>
66342
+ # This option is disabled by default.
66347
66343
  #
66348
- # Enables you to reference a security group across VPCs attached to a
66349
- # transit gateway. Use this option to simplify security group
66350
- # management and control of instance-to-instance traffic across VPCs
66351
- # that are connected by transit gateway. You can also use this option
66352
- # to migrate from VPC peering (which was the only option that
66353
- # supported security group referencing) to transit gateways (which now
66354
- # also support security group referencing). This option is disabled by
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
- # <note markdown="1"> This parameter is in preview and may not be available for your
66737
- # account.
66731
+ # Enables you to reference a security group across VPCs attached to a
66732
+ # transit gateway to simplify security group management.
66738
66733
  #
66739
- # </note>
66734
+ # This option is disabled by default.
66740
66735
  #
66741
- # Enables you to reference a security group across VPCs attached to a
66742
- # transit gateway. Use this option to simplify security group
66743
- # management and control of instance-to-instance traffic across VPCs
66744
- # that are connected by transit gateway. You can also use this option
66745
- # to migrate from VPC peering (which was the only option that
66746
- # supported security group referencing) to transit gateways (which now
66747
- # also support security group referencing). This option is disabled by
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
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:ec2)
15
+
14
16
  # This module provides support for Amazon Elastic Compute Cloud. This module is available in the
15
17
  # `aws-sdk-ec2` gem.
16
18
  #
@@ -76,7 +78,7 @@ module Aws::EC2
76
78
  autoload :VpcPeeringConnection, 'aws-sdk-ec2/vpc_peering_connection'
77
79
  autoload :VpcAddress, 'aws-sdk-ec2/vpc_address'
78
80
 
79
- GEM_VERSION = '1.476.0'
81
+ GEM_VERSION = '1.478.0'
80
82
 
81
83
  end
82
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.476.0
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-23 00:00:00.000000000 Z
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