aws-sdk-ec2 1.553.0 → 1.554.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 +5 -8
- data/lib/aws-sdk-ec2/types.rb +11 -11
- data/lib/aws-sdk-ec2.rb +1 -1
- data/sig/route.rbs +2 -2
- data/sig/types.rbs +2 -2
- 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: d51d72fe8c6d6886f852f3cd5939d8f7ac5f8d855778b65ec8bb04e5933a9227
|
4
|
+
data.tar.gz: b1a4b6ea17bb2fba7cc57f5c168091a75458929c062a1c900b1f258564b5a98c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 896d1c0c4c9456a9f9a48cf2b7e6cefe52ef406b31d0315b04f5e36a45535b705d3f1754d9ee46a9d8f4b73e5e3d6f6cbadc71b4686754bb44e39e34c3826760
|
7
|
+
data.tar.gz: 209d3c9ebe69ffd567ffb889ececcbc69ee43cdf9a523cc77ba40192b6cbd0dafa21cfabab66f1e4f394536effc8e7185c0f5f8aaaa9d36f59f26edd0a19c77b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.554.0
|
data/lib/aws-sdk-ec2/client.rb
CHANGED
@@ -13367,8 +13367,8 @@ module Aws::EC2
|
|
13367
13367
|
# resp.route_table.routes[0].local_gateway_id #=> String
|
13368
13368
|
# resp.route_table.routes[0].carrier_gateway_id #=> String
|
13369
13369
|
# resp.route_table.routes[0].network_interface_id #=> String
|
13370
|
-
# resp.route_table.routes[0].origin #=> String, one of "CreateRouteTable", "CreateRoute", "EnableVgwRoutePropagation"
|
13371
|
-
# resp.route_table.routes[0].state #=> String, one of "active", "blackhole"
|
13370
|
+
# resp.route_table.routes[0].origin #=> String, one of "CreateRouteTable", "CreateRoute", "EnableVgwRoutePropagation", "Advertisement"
|
13371
|
+
# resp.route_table.routes[0].state #=> String, one of "active", "blackhole", "filtered"
|
13372
13372
|
# resp.route_table.routes[0].vpc_peering_connection_id #=> String
|
13373
13373
|
# resp.route_table.routes[0].core_network_arn #=> String
|
13374
13374
|
# resp.route_table.routes[0].odb_network_arn #=> String
|
@@ -36184,8 +36184,8 @@ module Aws::EC2
|
|
36184
36184
|
# resp.route_tables[0].routes[0].local_gateway_id #=> String
|
36185
36185
|
# resp.route_tables[0].routes[0].carrier_gateway_id #=> String
|
36186
36186
|
# resp.route_tables[0].routes[0].network_interface_id #=> String
|
36187
|
-
# resp.route_tables[0].routes[0].origin #=> String, one of "CreateRouteTable", "CreateRoute", "EnableVgwRoutePropagation"
|
36188
|
-
# resp.route_tables[0].routes[0].state #=> String, one of "active", "blackhole"
|
36187
|
+
# resp.route_tables[0].routes[0].origin #=> String, one of "CreateRouteTable", "CreateRoute", "EnableVgwRoutePropagation", "Advertisement"
|
36188
|
+
# resp.route_tables[0].routes[0].state #=> String, one of "active", "blackhole", "filtered"
|
36189
36189
|
# resp.route_tables[0].routes[0].vpc_peering_connection_id #=> String
|
36190
36190
|
# resp.route_tables[0].routes[0].core_network_arn #=> String
|
36191
36191
|
# resp.route_tables[0].routes[0].odb_network_arn #=> String
|
@@ -41959,9 +41959,6 @@ module Aws::EC2
|
|
41959
41959
|
# * `resource-configuration-group-arn` - The Amazon Resource Name (ARN)
|
41960
41960
|
# of the resource configuration of type GROUP.
|
41961
41961
|
#
|
41962
|
-
# * `service-network-resource-association-id` - The ID of the
|
41963
|
-
# association.
|
41964
|
-
#
|
41965
41962
|
# @option params [Integer] :max_results
|
41966
41963
|
# The maximum page size.
|
41967
41964
|
#
|
@@ -67153,7 +67150,7 @@ module Aws::EC2
|
|
67153
67150
|
tracer: tracer
|
67154
67151
|
)
|
67155
67152
|
context[:gem_name] = 'aws-sdk-ec2'
|
67156
|
-
context[:gem_version] = '1.
|
67153
|
+
context[:gem_version] = '1.554.0'
|
67157
67154
|
Seahorse::Client::Request.new(handlers, context)
|
67158
67155
|
end
|
67159
67156
|
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
@@ -31984,9 +31984,6 @@ module Aws::EC2
|
|
31984
31984
|
#
|
31985
31985
|
# * `resource-configuration-group-arn` - The Amazon Resource Name
|
31986
31986
|
# (ARN) of the resource configuration of type GROUP.
|
31987
|
-
#
|
31988
|
-
# * `service-network-resource-association-id` - The ID of the
|
31989
|
-
# association.
|
31990
31987
|
# @return [Array<Types::Filter>]
|
31991
31988
|
#
|
31992
31989
|
# @!attribute [rw] max_results
|
@@ -57453,8 +57450,11 @@ module Aws::EC2
|
|
57453
57450
|
# @return [String]
|
57454
57451
|
#
|
57455
57452
|
# @!attribute [rw] default_route_table_propagation
|
57456
|
-
#
|
57457
|
-
# propagation route table.
|
57453
|
+
# Indicates whether resource attachments automatically propagate
|
57454
|
+
# routes to the default propagation route table. Enabled by default.
|
57455
|
+
# If `defaultRouteTablePropagation` is set to `enable`, Amazon Web
|
57456
|
+
# Services Transit Gateway will create the default transit gateway
|
57457
|
+
# route table.
|
57458
57458
|
# @return [String]
|
57459
57459
|
#
|
57460
57460
|
# @!attribute [rw] propagation_default_route_table_id
|
@@ -75077,10 +75077,10 @@ module Aws::EC2
|
|
75077
75077
|
#
|
75078
75078
|
# @!attribute [rw] default_route_table_association
|
75079
75079
|
# Indicates whether resource attachments are automatically associated
|
75080
|
-
# with the default association route table. Enabled by default.
|
75081
|
-
# `defaultRouteTableAssociation`
|
75082
|
-
#
|
75083
|
-
# route table.
|
75080
|
+
# with the default association route table. Enabled by default. Either
|
75081
|
+
# `defaultRouteTableAssociation` or `defaultRouteTablePropagation`
|
75082
|
+
# must be set to `enable` for Amazon Web Services Transit Gateway to
|
75083
|
+
# create the default transit gateway route table.
|
75084
75084
|
# @return [String]
|
75085
75085
|
#
|
75086
75086
|
# @!attribute [rw] association_default_route_table_id
|
@@ -75091,8 +75091,8 @@ module Aws::EC2
|
|
75091
75091
|
# Indicates whether resource attachments automatically propagate
|
75092
75092
|
# routes to the default propagation route table. Enabled by default.
|
75093
75093
|
# If `defaultRouteTablePropagation` is set to `enable`, Amazon Web
|
75094
|
-
# Services Transit Gateway
|
75095
|
-
#
|
75094
|
+
# Services Transit Gateway creates the default transit gateway route
|
75095
|
+
# table.
|
75096
75096
|
# @return [String]
|
75097
75097
|
#
|
75098
75098
|
# @!attribute [rw] propagation_default_route_table_id
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/sig/route.rbs
CHANGED
@@ -54,10 +54,10 @@ module Aws
|
|
54
54
|
def network_interface_id: () -> ::String
|
55
55
|
|
56
56
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Route.html#origin-instance_method
|
57
|
-
def origin: () -> ("CreateRouteTable" | "CreateRoute" | "EnableVgwRoutePropagation")
|
57
|
+
def origin: () -> ("CreateRouteTable" | "CreateRoute" | "EnableVgwRoutePropagation" | "Advertisement")
|
58
58
|
|
59
59
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Route.html#state-instance_method
|
60
|
-
def state: () -> ("active" | "blackhole")
|
60
|
+
def state: () -> ("active" | "blackhole" | "filtered")
|
61
61
|
|
62
62
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Route.html#vpc_peering_connection_id-instance_method
|
63
63
|
def vpc_peering_connection_id: () -> ::String
|
data/sig/types.rbs
CHANGED
@@ -14679,8 +14679,8 @@ module Aws::EC2
|
|
14679
14679
|
attr_accessor local_gateway_id: ::String
|
14680
14680
|
attr_accessor carrier_gateway_id: ::String
|
14681
14681
|
attr_accessor network_interface_id: ::String
|
14682
|
-
attr_accessor origin: ("CreateRouteTable" | "CreateRoute" | "EnableVgwRoutePropagation")
|
14683
|
-
attr_accessor state: ("active" | "blackhole")
|
14682
|
+
attr_accessor origin: ("CreateRouteTable" | "CreateRoute" | "EnableVgwRoutePropagation" | "Advertisement")
|
14683
|
+
attr_accessor state: ("active" | "blackhole" | "filtered")
|
14684
14684
|
attr_accessor vpc_peering_connection_id: ::String
|
14685
14685
|
attr_accessor core_network_arn: ::String
|
14686
14686
|
attr_accessor odb_network_arn: ::String
|