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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fd58bd43184ab3c974d44f4ba312b4548aa0c69567dd20ecd0f1d8f86f69a4a2
4
- data.tar.gz: 6bddba743335840d8edfd89afa9498253c2d5bf8c08be0acdb451332c4026627
3
+ metadata.gz: d51d72fe8c6d6886f852f3cd5939d8f7ac5f8d855778b65ec8bb04e5933a9227
4
+ data.tar.gz: b1a4b6ea17bb2fba7cc57f5c168091a75458929c062a1c900b1f258564b5a98c
5
5
  SHA512:
6
- metadata.gz: d023d7ae93e64333acb494f2eda40183622e2bb536200f88270963709b109a7831ac13c0f06ec09a8495bd79f3ffbad4d02956d62a71321481d2f2a18933bf8f
7
- data.tar.gz: 38561daad951034bf6b616ffcbf62131287cbf54996c5bd7fecbd52bcb0c582ba1470ff36fb28b55a56dee00bf1cbc6a6a2f8937b130a0fab023b83d76606ae1
6
+ metadata.gz: 896d1c0c4c9456a9f9a48cf2b7e6cefe52ef406b31d0315b04f5e36a45535b705d3f1754d9ee46a9d8f4b73e5e3d6f6cbadc71b4686754bb44e39e34c3826760
7
+ data.tar.gz: 209d3c9ebe69ffd567ffb889ececcbc69ee43cdf9a523cc77ba40192b6cbd0dafa21cfabab66f1e4f394536effc8e7185c0f5f8aaaa9d36f59f26edd0a19c77b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.554.0 (2025-08-29)
5
+ ------------------
6
+
7
+ * Feature - Release shows new route types such as filtered and advertisement.
8
+
4
9
  1.553.0 (2025-08-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.553.0
1
+ 1.554.0
@@ -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.553.0'
67153
+ context[:gem_version] = '1.554.0'
67157
67154
  Seahorse::Client::Request.new(handlers, context)
67158
67155
  end
67159
67156
 
@@ -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
- # Enable or disable automatic propagation of routes to the default
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. If
75081
- # `defaultRouteTableAssociation` is set to `enable`, Amazon Web
75082
- # Services Transit Gateway will create the default transit gateway
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 will create the default transit gateway
75095
- # route table.
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
@@ -78,7 +78,7 @@ module Aws::EC2
78
78
  autoload :VpcPeeringConnection, 'aws-sdk-ec2/vpc_peering_connection'
79
79
  autoload :VpcAddress, 'aws-sdk-ec2/vpc_address'
80
80
 
81
- GEM_VERSION = '1.553.0'
81
+ GEM_VERSION = '1.554.0'
82
82
 
83
83
  end
84
84
 
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ec2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.553.0
4
+ version: 1.554.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services