aws-sdk-ec2 1.541.0 → 1.542.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 +25 -25
- data/lib/aws-sdk-ec2.rb +1 -1
- data/sig/types.rbs +11 -11
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7409e49680772d4ba456ec1ba386fdf8f2b457acd8004ad42a48683d7bd34a2c
|
4
|
+
data.tar.gz: 037bb6518c3218ff686bc63abbc0574e0d13a3b745e0bbc69ea0cd44ab8b1b0d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d9e2a7b7258ae2a19c5f4a240854ccef9576fcb95c3e55f70c39c31e3c2da1d6ec5c35989cd2e78fd802f0f7765523ac69c4351db55ef0a7363b43f453bfd2fd
|
7
|
+
data.tar.gz: d3617682747f647e09b74dcc49bbe9659a5ed5a7b93a16d562ce9a2b6ae1b5837cb74ea65a652106d36694db9fecd76e8a7837587a16683b170fedff25455da8
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.542.0 (2025-07-25)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Transit Gateway native integration with AWS Network Firewall. Adding new enum value for the new Transit Gateway Attachment type.
|
8
|
+
|
4
9
|
1.541.0 (2025-07-23)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.542.0
|
data/lib/aws-sdk-ec2/client.rb
CHANGED
@@ -672,7 +672,7 @@ module Aws::EC2
|
|
672
672
|
# resp.associations.transit_gateway_multicast_domain_id #=> String
|
673
673
|
# resp.associations.transit_gateway_attachment_id #=> String
|
674
674
|
# resp.associations.resource_id #=> String
|
675
|
-
# resp.associations.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
675
|
+
# resp.associations.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
676
676
|
# resp.associations.resource_owner_id #=> String
|
677
677
|
# resp.associations.subnets #=> Array
|
678
678
|
# resp.associations.subnets[0].subnet_id #=> String
|
@@ -2708,7 +2708,7 @@ module Aws::EC2
|
|
2708
2708
|
# resp.associations.transit_gateway_multicast_domain_id #=> String
|
2709
2709
|
# resp.associations.transit_gateway_attachment_id #=> String
|
2710
2710
|
# resp.associations.resource_id #=> String
|
2711
|
-
# resp.associations.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
2711
|
+
# resp.associations.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
2712
2712
|
# resp.associations.resource_owner_id #=> String
|
2713
2713
|
# resp.associations.subnets #=> Array
|
2714
2714
|
# resp.associations.subnets[0].subnet_id #=> String
|
@@ -2757,7 +2757,7 @@ module Aws::EC2
|
|
2757
2757
|
# resp.association.transit_gateway_policy_table_id #=> String
|
2758
2758
|
# resp.association.transit_gateway_attachment_id #=> String
|
2759
2759
|
# resp.association.resource_id #=> String
|
2760
|
-
# resp.association.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
2760
|
+
# resp.association.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
2761
2761
|
# resp.association.state #=> String, one of "associating", "associated", "disassociating", "disassociated"
|
2762
2762
|
#
|
2763
2763
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AssociateTransitGatewayPolicyTable AWS API Documentation
|
@@ -2802,7 +2802,7 @@ module Aws::EC2
|
|
2802
2802
|
# resp.association.transit_gateway_route_table_id #=> String
|
2803
2803
|
# resp.association.transit_gateway_attachment_id #=> String
|
2804
2804
|
# resp.association.resource_id #=> String
|
2805
|
-
# resp.association.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
2805
|
+
# resp.association.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
2806
2806
|
# resp.association.state #=> String, one of "associating", "associated", "disassociating", "disassociated"
|
2807
2807
|
#
|
2808
2808
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AssociateTransitGatewayRouteTable AWS API Documentation
|
@@ -15150,7 +15150,7 @@ module Aws::EC2
|
|
15150
15150
|
# resp.transit_gateway_prefix_list_reference.state #=> String, one of "pending", "available", "modifying", "deleting"
|
15151
15151
|
# resp.transit_gateway_prefix_list_reference.blackhole #=> Boolean
|
15152
15152
|
# resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.transit_gateway_attachment_id #=> String
|
15153
|
-
# resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
15153
|
+
# resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
15154
15154
|
# resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.resource_id #=> String
|
15155
15155
|
#
|
15156
15156
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateTransitGatewayPrefixListReference AWS API Documentation
|
@@ -15205,7 +15205,7 @@ module Aws::EC2
|
|
15205
15205
|
# resp.route.transit_gateway_attachments #=> Array
|
15206
15206
|
# resp.route.transit_gateway_attachments[0].resource_id #=> String
|
15207
15207
|
# resp.route.transit_gateway_attachments[0].transit_gateway_attachment_id #=> String
|
15208
|
-
# resp.route.transit_gateway_attachments[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
15208
|
+
# resp.route.transit_gateway_attachments[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
15209
15209
|
# resp.route.type #=> String, one of "static", "propagated"
|
15210
15210
|
# resp.route.state #=> String, one of "pending", "active", "blackhole", "deleting", "deleted"
|
15211
15211
|
#
|
@@ -20657,7 +20657,7 @@ module Aws::EC2
|
|
20657
20657
|
# resp.transit_gateway_prefix_list_reference.state #=> String, one of "pending", "available", "modifying", "deleting"
|
20658
20658
|
# resp.transit_gateway_prefix_list_reference.blackhole #=> Boolean
|
20659
20659
|
# resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.transit_gateway_attachment_id #=> String
|
20660
|
-
# resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
20660
|
+
# resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
20661
20661
|
# resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.resource_id #=> String
|
20662
20662
|
#
|
20663
20663
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteTransitGatewayPrefixListReference AWS API Documentation
|
@@ -20705,7 +20705,7 @@ module Aws::EC2
|
|
20705
20705
|
# resp.route.transit_gateway_attachments #=> Array
|
20706
20706
|
# resp.route.transit_gateway_attachments[0].resource_id #=> String
|
20707
20707
|
# resp.route.transit_gateway_attachments[0].transit_gateway_attachment_id #=> String
|
20708
|
-
# resp.route.transit_gateway_attachments[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
20708
|
+
# resp.route.transit_gateway_attachments[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
20709
20709
|
# resp.route.type #=> String, one of "static", "propagated"
|
20710
20710
|
# resp.route.state #=> String, one of "pending", "active", "blackhole", "deleting", "deleted"
|
20711
20711
|
#
|
@@ -38972,7 +38972,7 @@ module Aws::EC2
|
|
38972
38972
|
# resp.transit_gateway_attachments[0].transit_gateway_id #=> String
|
38973
38973
|
# resp.transit_gateway_attachments[0].transit_gateway_owner_id #=> String
|
38974
38974
|
# resp.transit_gateway_attachments[0].resource_owner_id #=> String
|
38975
|
-
# resp.transit_gateway_attachments[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
38975
|
+
# resp.transit_gateway_attachments[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
38976
38976
|
# resp.transit_gateway_attachments[0].resource_id #=> String
|
38977
38977
|
# resp.transit_gateway_attachments[0].state #=> String, one of "initiating", "initiatingRequest", "pendingAcceptance", "rollingBack", "pending", "available", "modifying", "deleting", "deleted", "failed", "rejected", "rejecting", "failing"
|
38978
38978
|
# resp.transit_gateway_attachments[0].association.transit_gateway_route_table_id #=> String
|
@@ -43758,7 +43758,7 @@ module Aws::EC2
|
|
43758
43758
|
#
|
43759
43759
|
# resp.propagation.transit_gateway_attachment_id #=> String
|
43760
43760
|
# resp.propagation.resource_id #=> String
|
43761
|
-
# resp.propagation.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
43761
|
+
# resp.propagation.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
43762
43762
|
# resp.propagation.transit_gateway_route_table_id #=> String
|
43763
43763
|
# resp.propagation.state #=> String, one of "enabling", "enabled", "disabling", "disabled"
|
43764
43764
|
# resp.propagation.transit_gateway_route_table_announcement_id #=> String
|
@@ -44615,7 +44615,7 @@ module Aws::EC2
|
|
44615
44615
|
# resp.associations.transit_gateway_multicast_domain_id #=> String
|
44616
44616
|
# resp.associations.transit_gateway_attachment_id #=> String
|
44617
44617
|
# resp.associations.resource_id #=> String
|
44618
|
-
# resp.associations.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
44618
|
+
# resp.associations.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
44619
44619
|
# resp.associations.resource_owner_id #=> String
|
44620
44620
|
# resp.associations.subnets #=> Array
|
44621
44621
|
# resp.associations.subnets[0].subnet_id #=> String
|
@@ -44662,7 +44662,7 @@ module Aws::EC2
|
|
44662
44662
|
# resp.association.transit_gateway_policy_table_id #=> String
|
44663
44663
|
# resp.association.transit_gateway_attachment_id #=> String
|
44664
44664
|
# resp.association.resource_id #=> String
|
44665
|
-
# resp.association.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
44665
|
+
# resp.association.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
44666
44666
|
# resp.association.state #=> String, one of "associating", "associated", "disassociating", "disassociated"
|
44667
44667
|
#
|
44668
44668
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DisassociateTransitGatewayPolicyTable AWS API Documentation
|
@@ -44706,7 +44706,7 @@ module Aws::EC2
|
|
44706
44706
|
# resp.association.transit_gateway_route_table_id #=> String
|
44707
44707
|
# resp.association.transit_gateway_attachment_id #=> String
|
44708
44708
|
# resp.association.resource_id #=> String
|
44709
|
-
# resp.association.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
44709
|
+
# resp.association.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
44710
44710
|
# resp.association.state #=> String, one of "associating", "associated", "disassociating", "disassociated"
|
44711
44711
|
#
|
44712
44712
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DisassociateTransitGatewayRouteTable AWS API Documentation
|
@@ -45690,7 +45690,7 @@ module Aws::EC2
|
|
45690
45690
|
#
|
45691
45691
|
# resp.propagation.transit_gateway_attachment_id #=> String
|
45692
45692
|
# resp.propagation.resource_id #=> String
|
45693
|
-
# resp.propagation.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
45693
|
+
# resp.propagation.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
45694
45694
|
# resp.propagation.transit_gateway_route_table_id #=> String
|
45695
45695
|
# resp.propagation.state #=> String, one of "enabling", "enabled", "disabling", "disabled"
|
45696
45696
|
# resp.propagation.transit_gateway_route_table_announcement_id #=> String
|
@@ -49856,7 +49856,7 @@ module Aws::EC2
|
|
49856
49856
|
# resp.multicast_domain_associations #=> Array
|
49857
49857
|
# resp.multicast_domain_associations[0].transit_gateway_attachment_id #=> String
|
49858
49858
|
# resp.multicast_domain_associations[0].resource_id #=> String
|
49859
|
-
# resp.multicast_domain_associations[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
49859
|
+
# resp.multicast_domain_associations[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
49860
49860
|
# resp.multicast_domain_associations[0].resource_owner_id #=> String
|
49861
49861
|
# resp.multicast_domain_associations[0].subnet.subnet_id #=> String
|
49862
49862
|
# resp.multicast_domain_associations[0].subnet.state #=> String, one of "pendingAcceptance", "associating", "associated", "disassociating", "disassociated", "rejected", "failed"
|
@@ -49921,7 +49921,7 @@ module Aws::EC2
|
|
49921
49921
|
# resp.associations[0].transit_gateway_policy_table_id #=> String
|
49922
49922
|
# resp.associations[0].transit_gateway_attachment_id #=> String
|
49923
49923
|
# resp.associations[0].resource_id #=> String
|
49924
|
-
# resp.associations[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
49924
|
+
# resp.associations[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
49925
49925
|
# resp.associations[0].state #=> String, one of "associating", "associated", "disassociating", "disassociated"
|
49926
49926
|
# resp.next_token #=> String
|
49927
49927
|
#
|
@@ -50071,7 +50071,7 @@ module Aws::EC2
|
|
50071
50071
|
# resp.transit_gateway_prefix_list_references[0].state #=> String, one of "pending", "available", "modifying", "deleting"
|
50072
50072
|
# resp.transit_gateway_prefix_list_references[0].blackhole #=> Boolean
|
50073
50073
|
# resp.transit_gateway_prefix_list_references[0].transit_gateway_attachment.transit_gateway_attachment_id #=> String
|
50074
|
-
# resp.transit_gateway_prefix_list_references[0].transit_gateway_attachment.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
50074
|
+
# resp.transit_gateway_prefix_list_references[0].transit_gateway_attachment.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
50075
50075
|
# resp.transit_gateway_prefix_list_references[0].transit_gateway_attachment.resource_id #=> String
|
50076
50076
|
# resp.next_token #=> String
|
50077
50077
|
#
|
@@ -50141,7 +50141,7 @@ module Aws::EC2
|
|
50141
50141
|
# resp.associations #=> Array
|
50142
50142
|
# resp.associations[0].transit_gateway_attachment_id #=> String
|
50143
50143
|
# resp.associations[0].resource_id #=> String
|
50144
|
-
# resp.associations[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
50144
|
+
# resp.associations[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
50145
50145
|
# resp.associations[0].state #=> String, one of "associating", "associated", "disassociating", "disassociated"
|
50146
50146
|
# resp.next_token #=> String
|
50147
50147
|
#
|
@@ -50211,7 +50211,7 @@ module Aws::EC2
|
|
50211
50211
|
# resp.transit_gateway_route_table_propagations #=> Array
|
50212
50212
|
# resp.transit_gateway_route_table_propagations[0].transit_gateway_attachment_id #=> String
|
50213
50213
|
# resp.transit_gateway_route_table_propagations[0].resource_id #=> String
|
50214
|
-
# resp.transit_gateway_route_table_propagations[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
50214
|
+
# resp.transit_gateway_route_table_propagations[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
50215
50215
|
# resp.transit_gateway_route_table_propagations[0].state #=> String, one of "enabling", "enabled", "disabling", "disabled"
|
50216
50216
|
# resp.transit_gateway_route_table_propagations[0].transit_gateway_route_table_announcement_id #=> String
|
50217
50217
|
# resp.next_token #=> String
|
@@ -56078,7 +56078,7 @@ module Aws::EC2
|
|
56078
56078
|
# resp.transit_gateway_prefix_list_reference.state #=> String, one of "pending", "available", "modifying", "deleting"
|
56079
56079
|
# resp.transit_gateway_prefix_list_reference.blackhole #=> Boolean
|
56080
56080
|
# resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.transit_gateway_attachment_id #=> String
|
56081
|
-
# resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
56081
|
+
# resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
56082
56082
|
# resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.resource_id #=> String
|
56083
56083
|
#
|
56084
56084
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyTransitGatewayPrefixListReference AWS API Documentation
|
@@ -59956,7 +59956,7 @@ module Aws::EC2
|
|
59956
59956
|
# resp.associations.transit_gateway_multicast_domain_id #=> String
|
59957
59957
|
# resp.associations.transit_gateway_attachment_id #=> String
|
59958
59958
|
# resp.associations.resource_id #=> String
|
59959
|
-
# resp.associations.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
59959
|
+
# resp.associations.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
59960
59960
|
# resp.associations.resource_owner_id #=> String
|
59961
59961
|
# resp.associations.subnets #=> Array
|
59962
59962
|
# resp.associations.subnets[0].subnet_id #=> String
|
@@ -60838,7 +60838,7 @@ module Aws::EC2
|
|
60838
60838
|
# resp.route.transit_gateway_attachments #=> Array
|
60839
60839
|
# resp.route.transit_gateway_attachments[0].resource_id #=> String
|
60840
60840
|
# resp.route.transit_gateway_attachments[0].transit_gateway_attachment_id #=> String
|
60841
|
-
# resp.route.transit_gateway_attachments[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
60841
|
+
# resp.route.transit_gateway_attachments[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
60842
60842
|
# resp.route.type #=> String, one of "static", "propagated"
|
60843
60843
|
# resp.route.state #=> String, one of "pending", "active", "blackhole", "deleting", "deleted"
|
60844
60844
|
#
|
@@ -64083,7 +64083,7 @@ module Aws::EC2
|
|
64083
64083
|
# resp.multicast_groups[0].transit_gateway_attachment_id #=> String
|
64084
64084
|
# resp.multicast_groups[0].subnet_id #=> String
|
64085
64085
|
# resp.multicast_groups[0].resource_id #=> String
|
64086
|
-
# resp.multicast_groups[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
64086
|
+
# resp.multicast_groups[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
64087
64087
|
# resp.multicast_groups[0].resource_owner_id #=> String
|
64088
64088
|
# resp.multicast_groups[0].network_interface_id #=> String
|
64089
64089
|
# resp.multicast_groups[0].group_member #=> Boolean
|
@@ -64178,7 +64178,7 @@ module Aws::EC2
|
|
64178
64178
|
# resp.routes[0].transit_gateway_attachments #=> Array
|
64179
64179
|
# resp.routes[0].transit_gateway_attachments[0].resource_id #=> String
|
64180
64180
|
# resp.routes[0].transit_gateway_attachments[0].transit_gateway_attachment_id #=> String
|
64181
|
-
# resp.routes[0].transit_gateway_attachments[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
64181
|
+
# resp.routes[0].transit_gateway_attachments[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
64182
64182
|
# resp.routes[0].type #=> String, one of "static", "propagated"
|
64183
64183
|
# resp.routes[0].state #=> String, one of "pending", "active", "blackhole", "deleting", "deleted"
|
64184
64184
|
# resp.additional_routes_available #=> Boolean
|
@@ -66435,7 +66435,7 @@ module Aws::EC2
|
|
66435
66435
|
tracer: tracer
|
66436
66436
|
)
|
66437
66437
|
context[:gem_name] = 'aws-sdk-ec2'
|
66438
|
-
context[:gem_version] = '1.
|
66438
|
+
context[:gem_version] = '1.542.0'
|
66439
66439
|
Seahorse::Client::Request.new(handlers, context)
|
66440
66440
|
end
|
66441
66441
|
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/sig/types.rbs
CHANGED
@@ -15801,7 +15801,7 @@ module Aws::EC2
|
|
15801
15801
|
attr_accessor transit_gateway_route_table_id: ::String
|
15802
15802
|
attr_accessor transit_gateway_attachment_id: ::String
|
15803
15803
|
attr_accessor resource_id: ::String
|
15804
|
-
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering")
|
15804
|
+
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
15805
15805
|
attr_accessor state: ("associating" | "associated" | "disassociating" | "disassociated")
|
15806
15806
|
SENSITIVE: []
|
15807
15807
|
end
|
@@ -15811,7 +15811,7 @@ module Aws::EC2
|
|
15811
15811
|
attr_accessor transit_gateway_id: ::String
|
15812
15812
|
attr_accessor transit_gateway_owner_id: ::String
|
15813
15813
|
attr_accessor resource_owner_id: ::String
|
15814
|
-
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering")
|
15814
|
+
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
15815
15815
|
attr_accessor resource_id: ::String
|
15816
15816
|
attr_accessor state: ("initiating" | "initiatingRequest" | "pendingAcceptance" | "rollingBack" | "pending" | "available" | "modifying" | "deleting" | "deleted" | "failed" | "rejected" | "rejecting" | "failing")
|
15817
15817
|
attr_accessor association: Types::TransitGatewayAttachmentAssociation
|
@@ -15910,7 +15910,7 @@ module Aws::EC2
|
|
15910
15910
|
class TransitGatewayMulticastDomainAssociation
|
15911
15911
|
attr_accessor transit_gateway_attachment_id: ::String
|
15912
15912
|
attr_accessor resource_id: ::String
|
15913
|
-
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering")
|
15913
|
+
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
15914
15914
|
attr_accessor resource_owner_id: ::String
|
15915
15915
|
attr_accessor subnet: Types::SubnetAssociation
|
15916
15916
|
SENSITIVE: []
|
@@ -15920,7 +15920,7 @@ module Aws::EC2
|
|
15920
15920
|
attr_accessor transit_gateway_multicast_domain_id: ::String
|
15921
15921
|
attr_accessor transit_gateway_attachment_id: ::String
|
15922
15922
|
attr_accessor resource_id: ::String
|
15923
|
-
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering")
|
15923
|
+
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
15924
15924
|
attr_accessor resource_owner_id: ::String
|
15925
15925
|
attr_accessor subnets: ::Array[Types::SubnetAssociation]
|
15926
15926
|
SENSITIVE: []
|
@@ -15938,7 +15938,7 @@ module Aws::EC2
|
|
15938
15938
|
attr_accessor transit_gateway_attachment_id: ::String
|
15939
15939
|
attr_accessor subnet_id: ::String
|
15940
15940
|
attr_accessor resource_id: ::String
|
15941
|
-
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering")
|
15941
|
+
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
15942
15942
|
attr_accessor resource_owner_id: ::String
|
15943
15943
|
attr_accessor network_interface_id: ::String
|
15944
15944
|
attr_accessor group_member: bool
|
@@ -16024,7 +16024,7 @@ module Aws::EC2
|
|
16024
16024
|
attr_accessor transit_gateway_policy_table_id: ::String
|
16025
16025
|
attr_accessor transit_gateway_attachment_id: ::String
|
16026
16026
|
attr_accessor resource_id: ::String
|
16027
|
-
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering")
|
16027
|
+
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
16028
16028
|
attr_accessor state: ("associating" | "associated" | "disassociating" | "disassociated")
|
16029
16029
|
SENSITIVE: []
|
16030
16030
|
end
|
@@ -16038,7 +16038,7 @@ module Aws::EC2
|
|
16038
16038
|
|
16039
16039
|
class TransitGatewayPrefixListAttachment
|
16040
16040
|
attr_accessor transit_gateway_attachment_id: ::String
|
16041
|
-
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering")
|
16041
|
+
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
16042
16042
|
attr_accessor resource_id: ::String
|
16043
16043
|
SENSITIVE: []
|
16044
16044
|
end
|
@@ -16056,7 +16056,7 @@ module Aws::EC2
|
|
16056
16056
|
class TransitGatewayPropagation
|
16057
16057
|
attr_accessor transit_gateway_attachment_id: ::String
|
16058
16058
|
attr_accessor resource_id: ::String
|
16059
|
-
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering")
|
16059
|
+
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
16060
16060
|
attr_accessor transit_gateway_route_table_id: ::String
|
16061
16061
|
attr_accessor state: ("enabling" | "enabled" | "disabling" | "disabled")
|
16062
16062
|
attr_accessor transit_gateway_route_table_announcement_id: ::String
|
@@ -16089,7 +16089,7 @@ module Aws::EC2
|
|
16089
16089
|
class TransitGatewayRouteAttachment
|
16090
16090
|
attr_accessor resource_id: ::String
|
16091
16091
|
attr_accessor transit_gateway_attachment_id: ::String
|
16092
|
-
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering")
|
16092
|
+
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
16093
16093
|
SENSITIVE: []
|
16094
16094
|
end
|
16095
16095
|
|
@@ -16122,7 +16122,7 @@ module Aws::EC2
|
|
16122
16122
|
class TransitGatewayRouteTableAssociation
|
16123
16123
|
attr_accessor transit_gateway_attachment_id: ::String
|
16124
16124
|
attr_accessor resource_id: ::String
|
16125
|
-
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering")
|
16125
|
+
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
16126
16126
|
attr_accessor state: ("associating" | "associated" | "disassociating" | "disassociated")
|
16127
16127
|
SENSITIVE: []
|
16128
16128
|
end
|
@@ -16130,7 +16130,7 @@ module Aws::EC2
|
|
16130
16130
|
class TransitGatewayRouteTablePropagation
|
16131
16131
|
attr_accessor transit_gateway_attachment_id: ::String
|
16132
16132
|
attr_accessor resource_id: ::String
|
16133
|
-
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering")
|
16133
|
+
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
16134
16134
|
attr_accessor state: ("enabling" | "enabled" | "disabling" | "disabled")
|
16135
16135
|
attr_accessor transit_gateway_route_table_announcement_id: ::String
|
16136
16136
|
SENSITIVE: []
|