aws-sdk-ec2 1.423.0 → 1.424.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: 7878b58e27a99c4dae4767bef3cc189fc4d120fa7ec103bc15a424946809399a
4
- data.tar.gz: 986b5b6be83e3443f6d90b4d28e9980e4788bcffa4ad5f558f18b29874591b40
3
+ metadata.gz: bf3a3b7ef16bc4c610ac2af484bd06f48c975905d63ca9a71727272e20e888fb
4
+ data.tar.gz: 8e359e175eea11a36cbe5540025fa79ec3dd94298c4e354af34c78871c7cddc6
5
5
  SHA512:
6
- metadata.gz: a939b287dee77decfb085dc49e58f8568119203da09afeb56b64e3acc8e11e045ba887eccd4fc41c312e9b8e6be224c16b67ba0a33f7b433718f3151a70c5e0c
7
- data.tar.gz: d93e9cee042da867d23f07573e8c6e7a5d4cd230fbb04f8c1848a26c7d2538fc4c518bd45287cccb5913fb51013f74c581c83e75cf08310d5800c1404313a6ef
6
+ metadata.gz: 8c1ab045a3c77b78271ba51125b3846f93378e116070483c3d73ac6c006d8fe78a23c06404dbf06fc3d960f8b9dd98ade2b32edacb84d79189598d77afe44672
7
+ data.tar.gz: 49c4f20cc01e7aedc20f331267f66a76e4d1bf2484ea3ebe135b1234aff1d4e7bfa94728f6eb3ee95e902e6d38b81c972c5dd802d003094abf0771aefacfd477
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.424.0 (2023-11-20)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for Security group referencing over Transit gateways, enabling you to simplify Security group management and control of instance-to-instance traffic across VPCs that are connected by Transit gateway.
8
+
4
9
  1.423.0 (2023-11-17)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.423.0
1
+ 1.424.0
@@ -646,6 +646,7 @@ module Aws::EC2
646
646
  # resp.transit_gateway_vpc_attachment.subnet_ids[0] #=> String
647
647
  # resp.transit_gateway_vpc_attachment.creation_time #=> Time
648
648
  # resp.transit_gateway_vpc_attachment.options.dns_support #=> String, one of "enable", "disable"
649
+ # resp.transit_gateway_vpc_attachment.options.security_group_referencing_support #=> String, one of "enable", "disable"
649
650
  # resp.transit_gateway_vpc_attachment.options.ipv_6_support #=> String, one of "enable", "disable"
650
651
  # resp.transit_gateway_vpc_attachment.options.appliance_mode_support #=> String, one of "enable", "disable"
651
652
  # resp.transit_gateway_vpc_attachment.tags #=> Array
@@ -3233,9 +3234,17 @@ module Aws::EC2
3233
3234
  # For information about VPC security group quotas, see [Amazon VPC
3234
3235
  # quotas][1].
3235
3236
  #
3237
+ # <note markdown="1"> If you want to reference a security group across VPCs attached to a
3238
+ # transit gateway using the [security group referencing feature][2],
3239
+ # note that you can only reference security groups for ingress rules.
3240
+ # You cannot reference a security group for egress rules.
3241
+ #
3242
+ # </note>
3243
+ #
3236
3244
  #
3237
3245
  #
3238
3246
  # [1]: https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html
3247
+ # [2]: https://docs.aws.amazon.com/vpc/latest/tgw/tgw-transit-gateways.html#create-tgw
3239
3248
  #
3240
3249
  # @option params [Boolean] :dry_run
3241
3250
  # Checks whether you have the required permissions for the action,
@@ -12691,6 +12700,7 @@ module Aws::EC2
12691
12700
  # default_route_table_propagation: "enable", # accepts enable, disable
12692
12701
  # vpn_ecmp_support: "enable", # accepts enable, disable
12693
12702
  # dns_support: "enable", # accepts enable, disable
12703
+ # security_group_referencing_support: "enable", # accepts enable, disable
12694
12704
  # multicast_support: "enable", # accepts enable, disable
12695
12705
  # transit_gateway_cidr_blocks: ["String"],
12696
12706
  # },
@@ -12726,6 +12736,7 @@ module Aws::EC2
12726
12736
  # resp.transit_gateway.options.propagation_default_route_table_id #=> String
12727
12737
  # resp.transit_gateway.options.vpn_ecmp_support #=> String, one of "enable", "disable"
12728
12738
  # resp.transit_gateway.options.dns_support #=> String, one of "enable", "disable"
12739
+ # resp.transit_gateway.options.security_group_referencing_support #=> String, one of "enable", "disable"
12729
12740
  # resp.transit_gateway.options.multicast_support #=> String, one of "enable", "disable"
12730
12741
  # resp.transit_gateway.tags #=> Array
12731
12742
  # resp.transit_gateway.tags[0].key #=> String
@@ -13416,6 +13427,7 @@ module Aws::EC2
13416
13427
  # subnet_ids: ["SubnetId"], # required
13417
13428
  # options: {
13418
13429
  # dns_support: "enable", # accepts enable, disable
13430
+ # security_group_referencing_support: "enable", # accepts enable, disable
13419
13431
  # ipv_6_support: "enable", # accepts enable, disable
13420
13432
  # appliance_mode_support: "enable", # accepts enable, disable
13421
13433
  # },
@@ -13444,6 +13456,7 @@ module Aws::EC2
13444
13456
  # resp.transit_gateway_vpc_attachment.subnet_ids[0] #=> String
13445
13457
  # resp.transit_gateway_vpc_attachment.creation_time #=> Time
13446
13458
  # resp.transit_gateway_vpc_attachment.options.dns_support #=> String, one of "enable", "disable"
13459
+ # resp.transit_gateway_vpc_attachment.options.security_group_referencing_support #=> String, one of "enable", "disable"
13447
13460
  # resp.transit_gateway_vpc_attachment.options.ipv_6_support #=> String, one of "enable", "disable"
13448
13461
  # resp.transit_gateway_vpc_attachment.options.appliance_mode_support #=> String, one of "enable", "disable"
13449
13462
  # resp.transit_gateway_vpc_attachment.tags #=> Array
@@ -17735,6 +17748,7 @@ module Aws::EC2
17735
17748
  # resp.transit_gateway.options.propagation_default_route_table_id #=> String
17736
17749
  # resp.transit_gateway.options.vpn_ecmp_support #=> String, one of "enable", "disable"
17737
17750
  # resp.transit_gateway.options.dns_support #=> String, one of "enable", "disable"
17751
+ # resp.transit_gateway.options.security_group_referencing_support #=> String, one of "enable", "disable"
17738
17752
  # resp.transit_gateway.options.multicast_support #=> String, one of "enable", "disable"
17739
17753
  # resp.transit_gateway.tags #=> Array
17740
17754
  # resp.transit_gateway.tags[0].key #=> String
@@ -18206,6 +18220,7 @@ module Aws::EC2
18206
18220
  # resp.transit_gateway_vpc_attachment.subnet_ids[0] #=> String
18207
18221
  # resp.transit_gateway_vpc_attachment.creation_time #=> Time
18208
18222
  # resp.transit_gateway_vpc_attachment.options.dns_support #=> String, one of "enable", "disable"
18223
+ # resp.transit_gateway_vpc_attachment.options.security_group_referencing_support #=> String, one of "enable", "disable"
18209
18224
  # resp.transit_gateway_vpc_attachment.options.ipv_6_support #=> String, one of "enable", "disable"
18210
18225
  # resp.transit_gateway_vpc_attachment.options.appliance_mode_support #=> String, one of "enable", "disable"
18211
18226
  # resp.transit_gateway_vpc_attachment.tags #=> Array
@@ -31312,8 +31327,9 @@ module Aws::EC2
31312
31327
  req.send_request(options)
31313
31328
  end
31314
31329
 
31315
- # Describes the VPCs on the other side of a VPC peering connection that
31316
- # are referencing the security groups you've specified in this request.
31330
+ # Describes the VPCs on the other side of a VPC peering connection or
31331
+ # the VPCs attached to a transit gateway that are referencing the
31332
+ # security groups you've specified in this request.
31317
31333
  #
31318
31334
  # @option params [Boolean] :dry_run
31319
31335
  # Checks whether you have the required permissions for the action,
@@ -31363,6 +31379,7 @@ module Aws::EC2
31363
31379
  # resp.security_group_reference_set[0].group_id #=> String
31364
31380
  # resp.security_group_reference_set[0].referencing_vpc_id #=> String
31365
31381
  # resp.security_group_reference_set[0].vpc_peering_connection_id #=> String
31382
+ # resp.security_group_reference_set[0].transit_gateway_id #=> String
31366
31383
  #
31367
31384
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSecurityGroupReferences AWS API Documentation
31368
31385
  #
@@ -33228,9 +33245,16 @@ module Aws::EC2
33228
33245
 
33229
33246
  # Describes the stale security group rules for security groups in a
33230
33247
  # specified VPC. Rules are stale when they reference a deleted security
33231
- # group in the same VPC or in a peer VPC, or if they reference a
33232
- # security group in a peer VPC for which the VPC peering connection has
33233
- # been deleted.
33248
+ # group in the same VPC, peered VPC, or in separate VPCs attached to a
33249
+ # transit gateway (with [security group referencing support][1]
33250
+ # enabled). Rules can also be stale if they reference a security group
33251
+ # in a peer VPC for which the VPC peering connection has been deleted or
33252
+ # if they reference a security group in a VPC that has been detached
33253
+ # from a transit gateway.
33254
+ #
33255
+ #
33256
+ #
33257
+ # [1]: https://docs.aws.amazon.com/vpc/latest/tgw/tgw-transit-gateways.html#create-tgw
33234
33258
  #
33235
33259
  # @option params [Boolean] :dry_run
33236
33260
  # Checks whether you have the required permissions for the action,
@@ -34785,6 +34809,7 @@ module Aws::EC2
34785
34809
  # resp.transit_gateway_vpc_attachments[0].subnet_ids[0] #=> String
34786
34810
  # resp.transit_gateway_vpc_attachments[0].creation_time #=> Time
34787
34811
  # resp.transit_gateway_vpc_attachments[0].options.dns_support #=> String, one of "enable", "disable"
34812
+ # resp.transit_gateway_vpc_attachments[0].options.security_group_referencing_support #=> String, one of "enable", "disable"
34788
34813
  # resp.transit_gateway_vpc_attachments[0].options.ipv_6_support #=> String, one of "enable", "disable"
34789
34814
  # resp.transit_gateway_vpc_attachments[0].options.appliance_mode_support #=> String, one of "enable", "disable"
34790
34815
  # resp.transit_gateway_vpc_attachments[0].tags #=> Array
@@ -34900,6 +34925,7 @@ module Aws::EC2
34900
34925
  # resp.transit_gateways[0].options.propagation_default_route_table_id #=> String
34901
34926
  # resp.transit_gateways[0].options.vpn_ecmp_support #=> String, one of "enable", "disable"
34902
34927
  # resp.transit_gateways[0].options.dns_support #=> String, one of "enable", "disable"
34928
+ # resp.transit_gateways[0].options.security_group_referencing_support #=> String, one of "enable", "disable"
34903
34929
  # resp.transit_gateways[0].options.multicast_support #=> String, one of "enable", "disable"
34904
34930
  # resp.transit_gateways[0].tags #=> Array
34905
34931
  # resp.transit_gateways[0].tags[0].key #=> String
@@ -48979,6 +49005,7 @@ module Aws::EC2
48979
49005
  # remove_transit_gateway_cidr_blocks: ["String"],
48980
49006
  # vpn_ecmp_support: "enable", # accepts enable, disable
48981
49007
  # dns_support: "enable", # accepts enable, disable
49008
+ # security_group_referencing_support: "enable", # accepts enable, disable
48982
49009
  # auto_accept_shared_attachments: "enable", # accepts enable, disable
48983
49010
  # default_route_table_association: "enable", # accepts enable, disable
48984
49011
  # association_default_route_table_id: "TransitGatewayRouteTableId",
@@ -49007,6 +49034,7 @@ module Aws::EC2
49007
49034
  # resp.transit_gateway.options.propagation_default_route_table_id #=> String
49008
49035
  # resp.transit_gateway.options.vpn_ecmp_support #=> String, one of "enable", "disable"
49009
49036
  # resp.transit_gateway.options.dns_support #=> String, one of "enable", "disable"
49037
+ # resp.transit_gateway.options.security_group_referencing_support #=> String, one of "enable", "disable"
49010
49038
  # resp.transit_gateway.options.multicast_support #=> String, one of "enable", "disable"
49011
49039
  # resp.transit_gateway.tags #=> Array
49012
49040
  # resp.transit_gateway.tags[0].key #=> String
@@ -49109,6 +49137,7 @@ module Aws::EC2
49109
49137
  # remove_subnet_ids: ["SubnetId"],
49110
49138
  # options: {
49111
49139
  # dns_support: "enable", # accepts enable, disable
49140
+ # security_group_referencing_support: "enable", # accepts enable, disable
49112
49141
  # ipv_6_support: "enable", # accepts enable, disable
49113
49142
  # appliance_mode_support: "enable", # accepts enable, disable
49114
49143
  # },
@@ -49126,6 +49155,7 @@ module Aws::EC2
49126
49155
  # resp.transit_gateway_vpc_attachment.subnet_ids[0] #=> String
49127
49156
  # resp.transit_gateway_vpc_attachment.creation_time #=> Time
49128
49157
  # resp.transit_gateway_vpc_attachment.options.dns_support #=> String, one of "enable", "disable"
49158
+ # resp.transit_gateway_vpc_attachment.options.security_group_referencing_support #=> String, one of "enable", "disable"
49129
49159
  # resp.transit_gateway_vpc_attachment.options.ipv_6_support #=> String, one of "enable", "disable"
49130
49160
  # resp.transit_gateway_vpc_attachment.options.appliance_mode_support #=> String, one of "enable", "disable"
49131
49161
  # resp.transit_gateway_vpc_attachment.tags #=> Array
@@ -52486,6 +52516,7 @@ module Aws::EC2
52486
52516
  # resp.transit_gateway_vpc_attachment.subnet_ids[0] #=> String
52487
52517
  # resp.transit_gateway_vpc_attachment.creation_time #=> Time
52488
52518
  # resp.transit_gateway_vpc_attachment.options.dns_support #=> String, one of "enable", "disable"
52519
+ # resp.transit_gateway_vpc_attachment.options.security_group_referencing_support #=> String, one of "enable", "disable"
52489
52520
  # resp.transit_gateway_vpc_attachment.options.ipv_6_support #=> String, one of "enable", "disable"
52490
52521
  # resp.transit_gateway_vpc_attachment.options.appliance_mode_support #=> String, one of "enable", "disable"
52491
52522
  # resp.transit_gateway_vpc_attachment.tags #=> Array
@@ -58573,7 +58604,7 @@ module Aws::EC2
58573
58604
  params: params,
58574
58605
  config: config)
58575
58606
  context[:gem_name] = 'aws-sdk-ec2'
58576
- context[:gem_version] = '1.423.0'
58607
+ context[:gem_version] = '1.424.0'
58577
58608
  Seahorse::Client::Request.new(handlers, context)
58578
58609
  end
58579
58610
 
@@ -2649,6 +2649,7 @@ module Aws::EC2
2649
2649
  SecurityGroupName = Shapes::StringShape.new(name: 'SecurityGroupName')
2650
2650
  SecurityGroupReference = Shapes::StructureShape.new(name: 'SecurityGroupReference')
2651
2651
  SecurityGroupReferences = Shapes::ListShape.new(name: 'SecurityGroupReferences')
2652
+ SecurityGroupReferencingSupportValue = Shapes::StringShape.new(name: 'SecurityGroupReferencingSupportValue')
2652
2653
  SecurityGroupRule = Shapes::StructureShape.new(name: 'SecurityGroupRule')
2653
2654
  SecurityGroupRuleDescription = Shapes::StructureShape.new(name: 'SecurityGroupRuleDescription')
2654
2655
  SecurityGroupRuleDescriptionList = Shapes::ListShape.new(name: 'SecurityGroupRuleDescriptionList')
@@ -5291,6 +5292,7 @@ module Aws::EC2
5291
5292
  CreateTransitGatewayVpcAttachmentRequest.struct_class = Types::CreateTransitGatewayVpcAttachmentRequest
5292
5293
 
5293
5294
  CreateTransitGatewayVpcAttachmentRequestOptions.add_member(:dns_support, Shapes::ShapeRef.new(shape: DnsSupportValue, location_name: "DnsSupport"))
5295
+ CreateTransitGatewayVpcAttachmentRequestOptions.add_member(:security_group_referencing_support, Shapes::ShapeRef.new(shape: SecurityGroupReferencingSupportValue, location_name: "SecurityGroupReferencingSupport"))
5294
5296
  CreateTransitGatewayVpcAttachmentRequestOptions.add_member(:ipv_6_support, Shapes::ShapeRef.new(shape: Ipv6SupportValue, location_name: "Ipv6Support"))
5295
5297
  CreateTransitGatewayVpcAttachmentRequestOptions.add_member(:appliance_mode_support, Shapes::ShapeRef.new(shape: ApplianceModeSupportValue, location_name: "ApplianceModeSupport"))
5296
5298
  CreateTransitGatewayVpcAttachmentRequestOptions.struct_class = Types::CreateTransitGatewayVpcAttachmentRequestOptions
@@ -11648,6 +11650,7 @@ module Aws::EC2
11648
11650
  ModifyTransitGatewayOptions.add_member(:remove_transit_gateway_cidr_blocks, Shapes::ShapeRef.new(shape: TransitGatewayCidrBlockStringList, location_name: "RemoveTransitGatewayCidrBlocks"))
11649
11651
  ModifyTransitGatewayOptions.add_member(:vpn_ecmp_support, Shapes::ShapeRef.new(shape: VpnEcmpSupportValue, location_name: "VpnEcmpSupport"))
11650
11652
  ModifyTransitGatewayOptions.add_member(:dns_support, Shapes::ShapeRef.new(shape: DnsSupportValue, location_name: "DnsSupport"))
11653
+ ModifyTransitGatewayOptions.add_member(:security_group_referencing_support, Shapes::ShapeRef.new(shape: SecurityGroupReferencingSupportValue, location_name: "SecurityGroupReferencingSupport"))
11651
11654
  ModifyTransitGatewayOptions.add_member(:auto_accept_shared_attachments, Shapes::ShapeRef.new(shape: AutoAcceptSharedAttachmentsValue, location_name: "AutoAcceptSharedAttachments"))
11652
11655
  ModifyTransitGatewayOptions.add_member(:default_route_table_association, Shapes::ShapeRef.new(shape: DefaultRouteTableAssociationValue, location_name: "DefaultRouteTableAssociation"))
11653
11656
  ModifyTransitGatewayOptions.add_member(:association_default_route_table_id, Shapes::ShapeRef.new(shape: TransitGatewayRouteTableId, location_name: "AssociationDefaultRouteTableId"))
@@ -11683,6 +11686,7 @@ module Aws::EC2
11683
11686
  ModifyTransitGatewayVpcAttachmentRequest.struct_class = Types::ModifyTransitGatewayVpcAttachmentRequest
11684
11687
 
11685
11688
  ModifyTransitGatewayVpcAttachmentRequestOptions.add_member(:dns_support, Shapes::ShapeRef.new(shape: DnsSupportValue, location_name: "DnsSupport"))
11689
+ ModifyTransitGatewayVpcAttachmentRequestOptions.add_member(:security_group_referencing_support, Shapes::ShapeRef.new(shape: SecurityGroupReferencingSupportValue, location_name: "SecurityGroupReferencingSupport"))
11686
11690
  ModifyTransitGatewayVpcAttachmentRequestOptions.add_member(:ipv_6_support, Shapes::ShapeRef.new(shape: Ipv6SupportValue, location_name: "Ipv6Support"))
11687
11691
  ModifyTransitGatewayVpcAttachmentRequestOptions.add_member(:appliance_mode_support, Shapes::ShapeRef.new(shape: ApplianceModeSupportValue, location_name: "ApplianceModeSupport"))
11688
11692
  ModifyTransitGatewayVpcAttachmentRequestOptions.struct_class = Types::ModifyTransitGatewayVpcAttachmentRequestOptions
@@ -13747,6 +13751,7 @@ module Aws::EC2
13747
13751
  SecurityGroupReference.add_member(:group_id, Shapes::ShapeRef.new(shape: String, location_name: "groupId"))
13748
13752
  SecurityGroupReference.add_member(:referencing_vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "referencingVpcId"))
13749
13753
  SecurityGroupReference.add_member(:vpc_peering_connection_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcPeeringConnectionId"))
13754
+ SecurityGroupReference.add_member(:transit_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayId"))
13750
13755
  SecurityGroupReference.struct_class = Types::SecurityGroupReference
13751
13756
 
13752
13757
  SecurityGroupReferences.member = Shapes::ShapeRef.new(shape: SecurityGroupReference, location_name: "item")
@@ -14644,6 +14649,7 @@ module Aws::EC2
14644
14649
  TransitGatewayOptions.add_member(:propagation_default_route_table_id, Shapes::ShapeRef.new(shape: String, location_name: "propagationDefaultRouteTableId"))
14645
14650
  TransitGatewayOptions.add_member(:vpn_ecmp_support, Shapes::ShapeRef.new(shape: VpnEcmpSupportValue, location_name: "vpnEcmpSupport"))
14646
14651
  TransitGatewayOptions.add_member(:dns_support, Shapes::ShapeRef.new(shape: DnsSupportValue, location_name: "dnsSupport"))
14652
+ TransitGatewayOptions.add_member(:security_group_referencing_support, Shapes::ShapeRef.new(shape: SecurityGroupReferencingSupportValue, location_name: "securityGroupReferencingSupport"))
14647
14653
  TransitGatewayOptions.add_member(:multicast_support, Shapes::ShapeRef.new(shape: MulticastSupportValue, location_name: "multicastSupport"))
14648
14654
  TransitGatewayOptions.struct_class = Types::TransitGatewayOptions
14649
14655
 
@@ -14731,6 +14737,7 @@ module Aws::EC2
14731
14737
  TransitGatewayRequestOptions.add_member(:default_route_table_propagation, Shapes::ShapeRef.new(shape: DefaultRouteTablePropagationValue, location_name: "DefaultRouteTablePropagation"))
14732
14738
  TransitGatewayRequestOptions.add_member(:vpn_ecmp_support, Shapes::ShapeRef.new(shape: VpnEcmpSupportValue, location_name: "VpnEcmpSupport"))
14733
14739
  TransitGatewayRequestOptions.add_member(:dns_support, Shapes::ShapeRef.new(shape: DnsSupportValue, location_name: "DnsSupport"))
14740
+ TransitGatewayRequestOptions.add_member(:security_group_referencing_support, Shapes::ShapeRef.new(shape: SecurityGroupReferencingSupportValue, location_name: "SecurityGroupReferencingSupport"))
14734
14741
  TransitGatewayRequestOptions.add_member(:multicast_support, Shapes::ShapeRef.new(shape: MulticastSupportValue, location_name: "MulticastSupport"))
14735
14742
  TransitGatewayRequestOptions.add_member(:transit_gateway_cidr_blocks, Shapes::ShapeRef.new(shape: TransitGatewayCidrBlockStringList, location_name: "TransitGatewayCidrBlocks"))
14736
14743
  TransitGatewayRequestOptions.struct_class = Types::TransitGatewayRequestOptions
@@ -14824,6 +14831,7 @@ module Aws::EC2
14824
14831
  TransitGatewayVpcAttachmentList.member = Shapes::ShapeRef.new(shape: TransitGatewayVpcAttachment, location_name: "item")
14825
14832
 
14826
14833
  TransitGatewayVpcAttachmentOptions.add_member(:dns_support, Shapes::ShapeRef.new(shape: DnsSupportValue, location_name: "dnsSupport"))
14834
+ TransitGatewayVpcAttachmentOptions.add_member(:security_group_referencing_support, Shapes::ShapeRef.new(shape: SecurityGroupReferencingSupportValue, location_name: "securityGroupReferencingSupport"))
14827
14835
  TransitGatewayVpcAttachmentOptions.add_member(:ipv_6_support, Shapes::ShapeRef.new(shape: Ipv6SupportValue, location_name: "ipv6Support"))
14828
14836
  TransitGatewayVpcAttachmentOptions.add_member(:appliance_mode_support, Shapes::ShapeRef.new(shape: ApplianceModeSupportValue, location_name: "applianceModeSupport"))
14829
14837
  TransitGatewayVpcAttachmentOptions.struct_class = Types::TransitGatewayVpcAttachmentOptions
@@ -11760,6 +11760,29 @@ module Aws::EC2
11760
11760
  # Enable or disable DNS support. The default is `enable`.
11761
11761
  # @return [String]
11762
11762
  #
11763
+ # @!attribute [rw] security_group_referencing_support
11764
+ # Enables you to reference a security group across VPCs attached to a
11765
+ # transit gateway (TGW). Use this option to simplify security group
11766
+ # management and control of instance-to-instance traffic across VPCs
11767
+ # that are connected by transit gateway. You can also use this option
11768
+ # to migrate from VPC peering (which was the only option that
11769
+ # supported security group referencing) to transit gateways (which now
11770
+ # also support security group referencing). This option is disabled by
11771
+ # default and there are no additional costs to use this feature.
11772
+ #
11773
+ # If you don't enable or disable SecurityGroupReferencingSupport in
11774
+ # the request, the attachment will inherit the security group
11775
+ # referencing support setting on the transit gateway.
11776
+ #
11777
+ # For important information about this feature, see [Create a transit
11778
+ # gateway attachment to a VPC][1] in the *Amazon Web Services Transit
11779
+ # Gateway Guide*.
11780
+ #
11781
+ #
11782
+ #
11783
+ # [1]: https://docs.aws.amazon.com/vpc/latest/tgw/tgw-vpc-attachments.html#create-vpc-attachment
11784
+ # @return [String]
11785
+ #
11763
11786
  # @!attribute [rw] ipv_6_support
11764
11787
  # Enable or disable IPv6 support. The default is `disable`.
11765
11788
  # @return [String]
@@ -11775,6 +11798,7 @@ module Aws::EC2
11775
11798
  #
11776
11799
  class CreateTransitGatewayVpcAttachmentRequestOptions < Struct.new(
11777
11800
  :dns_support,
11801
+ :security_group_referencing_support,
11778
11802
  :ipv_6_support,
11779
11803
  :appliance_mode_support)
11780
11804
  SENSITIVE = []
@@ -48691,6 +48715,24 @@ module Aws::EC2
48691
48715
  # Enable or disable DNS support.
48692
48716
  # @return [String]
48693
48717
  #
48718
+ # @!attribute [rw] security_group_referencing_support
48719
+ # Enables you to reference a security group across VPCs attached to a
48720
+ # transit gateway (TGW). Use this option to simplify security group
48721
+ # management and control of instance-to-instance traffic across VPCs
48722
+ # that are connected by transit gateway. You can also use this option
48723
+ # to migrate from VPC peering (which was the only option that
48724
+ # supported security group referencing) to transit gateways (which now
48725
+ # also support security group referencing). This option is disabled by
48726
+ # default and there are no additional costs to use this feature.
48727
+ #
48728
+ # For important information about this feature, see [Create a transit
48729
+ # gateway][1] in the *Amazon Web Services Transit Gateway Guide*.
48730
+ #
48731
+ #
48732
+ #
48733
+ # [1]: https://docs.aws.amazon.com/vpc/latest/tgw/tgw-transit-gateways.html#create-tgw
48734
+ # @return [String]
48735
+ #
48694
48736
  # @!attribute [rw] auto_accept_shared_attachments
48695
48737
  # Enable or disable automatic acceptance of attachment requests.
48696
48738
  # @return [String]
@@ -48731,6 +48773,7 @@ module Aws::EC2
48731
48773
  :remove_transit_gateway_cidr_blocks,
48732
48774
  :vpn_ecmp_support,
48733
48775
  :dns_support,
48776
+ :security_group_referencing_support,
48734
48777
  :auto_accept_shared_attachments,
48735
48778
  :default_route_table_association,
48736
48779
  :association_default_route_table_id,
@@ -48872,6 +48915,25 @@ module Aws::EC2
48872
48915
  # Enable or disable DNS support. The default is `enable`.
48873
48916
  # @return [String]
48874
48917
  #
48918
+ # @!attribute [rw] security_group_referencing_support
48919
+ # Enables you to reference a security group across VPCs attached to a
48920
+ # transit gateway (TGW). Use this option to simplify security group
48921
+ # management and control of instance-to-instance traffic across VPCs
48922
+ # that are connected by transit gateway. You can also use this option
48923
+ # to migrate from VPC peering (which was the only option that
48924
+ # supported security group referencing) to transit gateways (which now
48925
+ # also support security group referencing). This option is disabled by
48926
+ # default and there are no additional costs to use this feature.
48927
+ #
48928
+ # For important information about this feature, see [Create a transit
48929
+ # gateway attachment to a VPC][1] in the *Amazon Web Services Transit
48930
+ # Gateway Guide*.
48931
+ #
48932
+ #
48933
+ #
48934
+ # [1]: https://docs.aws.amazon.com/vpc/latest/tgw/tgw-vpc-attachments.html#create-vpc-attachment
48935
+ # @return [String]
48936
+ #
48875
48937
  # @!attribute [rw] ipv_6_support
48876
48938
  # Enable or disable IPv6 support. The default is `enable`.
48877
48939
  # @return [String]
@@ -48887,6 +48949,7 @@ module Aws::EC2
48887
48949
  #
48888
48950
  class ModifyTransitGatewayVpcAttachmentRequestOptions < Struct.new(
48889
48951
  :dns_support,
48952
+ :security_group_referencing_support,
48890
48953
  :ipv_6_support,
48891
48954
  :appliance_mode_support)
48892
48955
  SENSITIVE = []
@@ -54035,7 +54098,7 @@ module Aws::EC2
54035
54098
  # @return [String]
54036
54099
  #
54037
54100
  # @!attribute [rw] vpc_peering_connection_id
54038
- # The ID of the VPC peering connection.
54101
+ # The ID of the VPC peering connection (if applicable).
54039
54102
  # @return [String]
54040
54103
  #
54041
54104
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ReferencedSecurityGroup AWS API Documentation
@@ -59465,7 +59528,25 @@ module Aws::EC2
59465
59528
  # @return [String]
59466
59529
  #
59467
59530
  # @!attribute [rw] vpc_peering_connection_id
59468
- # The ID of the VPC peering connection.
59531
+ # The ID of the VPC peering connection (if applicable). For more
59532
+ # information about security group referencing for peering
59533
+ # connections, see [Update your security groups to reference peer
59534
+ # security groups][1] in the *VPC Peering Guide*.
59535
+ #
59536
+ #
59537
+ #
59538
+ # [1]: https://docs.aws.amazon.com/peering/vpc-peering-security-groups.html
59539
+ # @return [String]
59540
+ #
59541
+ # @!attribute [rw] transit_gateway_id
59542
+ # The ID of the transit gateway (if applicable). For more information
59543
+ # about security group referencing for transit gateways, see [Create a
59544
+ # transit gateway attachment to a VPC][1] in the *Amazon Web Services
59545
+ # Transit Gateway Guide*.
59546
+ #
59547
+ #
59548
+ #
59549
+ # [1]: https://docs.aws.amazon.com/tgw/tgw-vpc-attachments.html#create-vpc-attachment
59469
59550
  # @return [String]
59470
59551
  #
59471
59552
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/SecurityGroupReference AWS API Documentation
@@ -59473,7 +59554,8 @@ module Aws::EC2
59473
59554
  class SecurityGroupReference < Struct.new(
59474
59555
  :group_id,
59475
59556
  :referencing_vpc_id,
59476
- :vpc_peering_connection_id)
59557
+ :vpc_peering_connection_id,
59558
+ :transit_gateway_id)
59477
59559
  SENSITIVE = []
59478
59560
  include Aws::Structure
59479
59561
  end
@@ -64108,6 +64190,24 @@ module Aws::EC2
64108
64190
  # Indicates whether DNS support is enabled.
64109
64191
  # @return [String]
64110
64192
  #
64193
+ # @!attribute [rw] security_group_referencing_support
64194
+ # Enables you to reference a security group across VPCs attached to a
64195
+ # transit gateway (TGW). Use this option to simplify security group
64196
+ # management and control of instance-to-instance traffic across VPCs
64197
+ # that are connected by transit gateway. You can also use this option
64198
+ # to migrate from VPC peering (which was the only option that
64199
+ # supported security group referencing) to transit gateways (which now
64200
+ # also support security group referencing). This option is disabled by
64201
+ # default and there are no additional costs to use this feature.
64202
+ #
64203
+ # For important information about this feature, see [Create a transit
64204
+ # gateway][1] in the *Amazon Web Services Transit Gateway Guide*.
64205
+ #
64206
+ #
64207
+ #
64208
+ # [1]: https://docs.aws.amazon.com/vpc/latest/tgw/tgw-transit-gateways.html#create-tgw
64209
+ # @return [String]
64210
+ #
64111
64211
  # @!attribute [rw] multicast_support
64112
64212
  # Indicates whether multicast is enabled on the transit gateway
64113
64213
  # @return [String]
@@ -64124,6 +64224,7 @@ module Aws::EC2
64124
64224
  :propagation_default_route_table_id,
64125
64225
  :vpn_ecmp_support,
64126
64226
  :dns_support,
64227
+ :security_group_referencing_support,
64127
64228
  :multicast_support)
64128
64229
  SENSITIVE = []
64129
64230
  include Aws::Structure
@@ -64489,6 +64590,24 @@ module Aws::EC2
64489
64590
  # Enable or disable DNS support. Enabled by default.
64490
64591
  # @return [String]
64491
64592
  #
64593
+ # @!attribute [rw] security_group_referencing_support
64594
+ # Enables you to reference a security group across VPCs attached to a
64595
+ # transit gateway (TGW). Use this option to simplify security group
64596
+ # management and control of instance-to-instance traffic across VPCs
64597
+ # that are connected by transit gateway. You can also use this option
64598
+ # to migrate from VPC peering (which was the only option that
64599
+ # supported security group referencing) to transit gateways (which now
64600
+ # also support security group referencing). This option is disabled by
64601
+ # default and there are no additional costs to use this feature.
64602
+ #
64603
+ # For important information about this feature, see [Create a transit
64604
+ # gateway][1] in the *Amazon Web Services Transit Gateway Guide*.
64605
+ #
64606
+ #
64607
+ #
64608
+ # [1]: https://docs.aws.amazon.com/vpc/latest/tgw/tgw-transit-gateways.html#create-tgw
64609
+ # @return [String]
64610
+ #
64492
64611
  # @!attribute [rw] multicast_support
64493
64612
  # Indicates whether multicast is enabled on the transit gateway
64494
64613
  # @return [String]
@@ -64508,6 +64627,7 @@ module Aws::EC2
64508
64627
  :default_route_table_propagation,
64509
64628
  :vpn_ecmp_support,
64510
64629
  :dns_support,
64630
+ :security_group_referencing_support,
64511
64631
  :multicast_support,
64512
64632
  :transit_gateway_cidr_blocks)
64513
64633
  SENSITIVE = []
@@ -64865,6 +64985,16 @@ module Aws::EC2
64865
64985
  # Indicates whether DNS support is enabled.
64866
64986
  # @return [String]
64867
64987
  #
64988
+ # @!attribute [rw] security_group_referencing_support
64989
+ # For important information about this feature, see [Create a transit
64990
+ # gateway attachment to a VPC][1] in the *Amazon Web Services Transit
64991
+ # Gateway Guide*.
64992
+ #
64993
+ #
64994
+ #
64995
+ # [1]: https://docs.aws.amazon.com/vpc/latest/tgw/tgw-vpc-attachments.html#create-vpc-attachment
64996
+ # @return [String]
64997
+ #
64868
64998
  # @!attribute [rw] ipv_6_support
64869
64999
  # Indicates whether IPv6 support is disabled.
64870
65000
  # @return [String]
@@ -64877,6 +65007,7 @@ module Aws::EC2
64877
65007
  #
64878
65008
  class TransitGatewayVpcAttachmentOptions < Struct.new(
64879
65009
  :dns_support,
65010
+ :security_group_referencing_support,
64880
65011
  :ipv_6_support,
64881
65012
  :appliance_mode_support)
64882
65013
  SENSITIVE = []
data/lib/aws-sdk-ec2.rb CHANGED
@@ -76,6 +76,6 @@ require_relative 'aws-sdk-ec2/customizations'
76
76
  # @!group service
77
77
  module Aws::EC2
78
78
 
79
- GEM_VERSION = '1.423.0'
79
+ GEM_VERSION = '1.424.0'
80
80
 
81
81
  end
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.423.0
4
+ version: 1.424.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: 2023-11-17 00:00:00.000000000 Z
11
+ date: 2023-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4