aws-sdk-odb 1.14.0 → 1.15.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-odb/client.rb +7 -1
- data/lib/aws-sdk-odb/client_api.rb +5 -0
- data/lib/aws-sdk-odb/types.rb +7 -0
- data/lib/aws-sdk-odb.rb +1 -1
- data/sig/client.rbs +1 -0
- data/sig/types.rbs +1 -0
- 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: fdcaf6d152d21da60710fb70cb8aee462d010a674a095b1bdfc6afc0203a510e
|
|
4
|
+
data.tar.gz: ceb754530ceb769155bc3cd21e6646988b0d1058ece2dee45a7c84fdbada8e7b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d017e0fcabe2bdc18518a8920950d24503c15abb5540bbf6f5be2bfb754644ba709969caec11b5aa44213294fe174466ef280e95044b9dadcaa4916e2792d072
|
|
7
|
+
data.tar.gz: 8a9d748e48f4df556a4723af395127ff1fa2aa29aeb0ce2f4cb2e8f41b18b4b181dfe54d03279501ce45cca9e175131acbf3250fb9acb13c44ceeba1ee6022cd
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.15.0 (2026-02-27)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - ODB Networking Route Management is a feature improvement which allows for implicit creation and deletion of EC2 Routes in the Peer Network Route Table designated by the customer via new optional input. This feature release is combined with Multiple App-VPC functionality for ODB Network Peering(s).
|
|
8
|
+
|
|
4
9
|
1.14.0 (2026-01-20)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.15.0
|
data/lib/aws-sdk-odb/client.rb
CHANGED
|
@@ -1149,6 +1149,11 @@ module Aws::Odb
|
|
|
1149
1149
|
# blocks define the IP address ranges that can communicate through the
|
|
1150
1150
|
# peering connection.
|
|
1151
1151
|
#
|
|
1152
|
+
# @option params [Array<String>] :peer_network_route_table_ids
|
|
1153
|
+
# The unique identifier of the VPC route table for which a route to the
|
|
1154
|
+
# ODB network is automatically created during peering connection
|
|
1155
|
+
# establishment.
|
|
1156
|
+
#
|
|
1152
1157
|
# @option params [String] :client_token
|
|
1153
1158
|
# The client token for the ODB peering connection request.
|
|
1154
1159
|
#
|
|
@@ -1178,6 +1183,7 @@ module Aws::Odb
|
|
|
1178
1183
|
# peer_network_id: "ResourceIdOrArn", # required
|
|
1179
1184
|
# display_name: "ResourceDisplayName",
|
|
1180
1185
|
# peer_network_cidrs_to_be_added: ["PeeredCidr"],
|
|
1186
|
+
# peer_network_route_table_ids: ["PeerNetworkRouteTableId"],
|
|
1181
1187
|
# client_token: "CreateOdbPeeringConnectionInputClientTokenString",
|
|
1182
1188
|
# tags: {
|
|
1183
1189
|
# "TagKey" => "TagValue",
|
|
@@ -3220,7 +3226,7 @@ module Aws::Odb
|
|
|
3220
3226
|
tracer: tracer
|
|
3221
3227
|
)
|
|
3222
3228
|
context[:gem_name] = 'aws-sdk-odb'
|
|
3223
|
-
context[:gem_version] = '1.
|
|
3229
|
+
context[:gem_version] = '1.15.0'
|
|
3224
3230
|
Seahorse::Client::Request.new(handlers, context)
|
|
3225
3231
|
end
|
|
3226
3232
|
|
|
@@ -239,6 +239,8 @@ module Aws::Odb
|
|
|
239
239
|
OdbPeeringConnectionList = Shapes::ListShape.new(name: 'OdbPeeringConnectionList')
|
|
240
240
|
OdbPeeringConnectionSummary = Shapes::StructureShape.new(name: 'OdbPeeringConnectionSummary')
|
|
241
241
|
PatchingModeType = Shapes::StringShape.new(name: 'PatchingModeType')
|
|
242
|
+
PeerNetworkRouteTableId = Shapes::StringShape.new(name: 'PeerNetworkRouteTableId')
|
|
243
|
+
PeerNetworkRouteTableIdList = Shapes::ListShape.new(name: 'PeerNetworkRouteTableIdList')
|
|
242
244
|
PeeredCidr = Shapes::StringShape.new(name: 'PeeredCidr')
|
|
243
245
|
PeeredCidrList = Shapes::ListShape.new(name: 'PeeredCidrList')
|
|
244
246
|
PolicyDocument = Shapes::StringShape.new(name: 'PolicyDocument')
|
|
@@ -732,6 +734,7 @@ module Aws::Odb
|
|
|
732
734
|
CreateOdbPeeringConnectionInput.add_member(:peer_network_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, required: true, location_name: "peerNetworkId"))
|
|
733
735
|
CreateOdbPeeringConnectionInput.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceDisplayName, location_name: "displayName"))
|
|
734
736
|
CreateOdbPeeringConnectionInput.add_member(:peer_network_cidrs_to_be_added, Shapes::ShapeRef.new(shape: PeeredCidrList, location_name: "peerNetworkCidrsToBeAdded"))
|
|
737
|
+
CreateOdbPeeringConnectionInput.add_member(:peer_network_route_table_ids, Shapes::ShapeRef.new(shape: PeerNetworkRouteTableIdList, location_name: "peerNetworkRouteTableIds"))
|
|
735
738
|
CreateOdbPeeringConnectionInput.add_member(:client_token, Shapes::ShapeRef.new(shape: CreateOdbPeeringConnectionInputClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
736
739
|
CreateOdbPeeringConnectionInput.add_member(:tags, Shapes::ShapeRef.new(shape: RequestTagMap, location_name: "tags"))
|
|
737
740
|
CreateOdbPeeringConnectionInput.struct_class = Types::CreateOdbPeeringConnectionInput
|
|
@@ -1267,6 +1270,8 @@ module Aws::Odb
|
|
|
1267
1270
|
OdbPeeringConnectionSummary.add_member(:percent_progress, Shapes::ShapeRef.new(shape: Float, location_name: "percentProgress"))
|
|
1268
1271
|
OdbPeeringConnectionSummary.struct_class = Types::OdbPeeringConnectionSummary
|
|
1269
1272
|
|
|
1273
|
+
PeerNetworkRouteTableIdList.member = Shapes::ShapeRef.new(shape: PeerNetworkRouteTableId)
|
|
1274
|
+
|
|
1270
1275
|
PeeredCidrList.member = Shapes::ShapeRef.new(shape: PeeredCidr)
|
|
1271
1276
|
|
|
1272
1277
|
RebootDbNodeInput.add_member(:cloud_vm_cluster_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "cloudVmClusterId"))
|
data/lib/aws-sdk-odb/types.rb
CHANGED
|
@@ -2455,6 +2455,12 @@ module Aws::Odb
|
|
|
2455
2455
|
# peering connection.
|
|
2456
2456
|
# @return [Array<String>]
|
|
2457
2457
|
#
|
|
2458
|
+
# @!attribute [rw] peer_network_route_table_ids
|
|
2459
|
+
# The unique identifier of the VPC route table for which a route to
|
|
2460
|
+
# the ODB network is automatically created during peering connection
|
|
2461
|
+
# establishment.
|
|
2462
|
+
# @return [Array<String>]
|
|
2463
|
+
#
|
|
2458
2464
|
# @!attribute [rw] client_token
|
|
2459
2465
|
# The client token for the ODB peering connection request.
|
|
2460
2466
|
#
|
|
@@ -2479,6 +2485,7 @@ module Aws::Odb
|
|
|
2479
2485
|
:peer_network_id,
|
|
2480
2486
|
:display_name,
|
|
2481
2487
|
:peer_network_cidrs_to_be_added,
|
|
2488
|
+
:peer_network_route_table_ids,
|
|
2482
2489
|
:client_token,
|
|
2483
2490
|
:tags)
|
|
2484
2491
|
SENSITIVE = []
|
data/lib/aws-sdk-odb.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -273,6 +273,7 @@ module Aws
|
|
|
273
273
|
peer_network_id: ::String,
|
|
274
274
|
?display_name: ::String,
|
|
275
275
|
?peer_network_cidrs_to_be_added: Array[::String],
|
|
276
|
+
?peer_network_route_table_ids: Array[::String],
|
|
276
277
|
?client_token: ::String,
|
|
277
278
|
?tags: Hash[::String, ::String]
|
|
278
279
|
) -> _CreateOdbPeeringConnectionResponseSuccess
|
data/sig/types.rbs
CHANGED
|
@@ -482,6 +482,7 @@ module Aws::Odb
|
|
|
482
482
|
attr_accessor peer_network_id: ::String
|
|
483
483
|
attr_accessor display_name: ::String
|
|
484
484
|
attr_accessor peer_network_cidrs_to_be_added: ::Array[::String]
|
|
485
|
+
attr_accessor peer_network_route_table_ids: ::Array[::String]
|
|
485
486
|
attr_accessor client_token: ::String
|
|
486
487
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
487
488
|
SENSITIVE: []
|