aws-sdk-rds 1.272.0 → 1.273.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-rds/client.rb +5 -2
- data/lib/aws-sdk-rds.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 87bbdee3cb6233ef751a077cdc4b6f370fc1e61d210b863461048deaff81232f
|
4
|
+
data.tar.gz: 33ed02b02b7a6d1f8f4b6695e1f624cbfe8147e23711fdfdeb3de7f445f454a1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 68219a17b6dab3d628db68bb135e7923f629b7cbf14d8b73c35d51043b09ddf757d78cb795f550a17b988ec8f5926c8194df1f050c346fa198642ecf4403f275
|
7
|
+
data.tar.gz: 6225050e1140d3ef4c3907bf3f93a6b9361a5a9f55d166ab436bd27d26daea83c57859bd1c504246efe1dd32639b70a8214d031274d9cb3060ba1db0e646b680
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.273.0 (2025-03-26)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Add note about the Availability Zone where RDS restores the DB cluster for the RestoreDBClusterToPointInTime operation.
|
8
|
+
|
4
9
|
1.272.0 (2025-03-04)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.273.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -26329,7 +26329,10 @@ module Aws::RDS
|
|
26329
26329
|
# `BackupRetentionPeriod` days. The target DB cluster is created from
|
26330
26330
|
# the source DB cluster with the same configuration as the original DB
|
26331
26331
|
# cluster, except that the new DB cluster is created with the default DB
|
26332
|
-
# security group.
|
26332
|
+
# security group. Unless the `RestoreType` is set to `copy-on-write`,
|
26333
|
+
# the restore may occur in a different Availability Zone (AZ) from the
|
26334
|
+
# original DB cluster. The AZ where RDS restores the DB cluster depends
|
26335
|
+
# on the AZs in the specified subnet group.
|
26333
26336
|
#
|
26334
26337
|
# <note markdown="1"> For Aurora, this operation only restores the DB cluster, not the DB
|
26335
26338
|
# instances for that DB cluster. You must invoke the `CreateDBInstance`
|
@@ -31896,7 +31899,7 @@ module Aws::RDS
|
|
31896
31899
|
tracer: tracer
|
31897
31900
|
)
|
31898
31901
|
context[:gem_name] = 'aws-sdk-rds'
|
31899
|
-
context[:gem_version] = '1.
|
31902
|
+
context[:gem_version] = '1.273.0'
|
31900
31903
|
Seahorse::Client::Request.new(handlers, context)
|
31901
31904
|
end
|
31902
31905
|
|
data/lib/aws-sdk-rds.rb
CHANGED
@@ -80,7 +80,7 @@ module Aws::RDS
|
|
80
80
|
autoload :ReservedDBInstancesOffering, 'aws-sdk-rds/reserved_db_instances_offering'
|
81
81
|
autoload :ResourcePendingMaintenanceActionList, 'aws-sdk-rds/resource_pending_maintenance_action_list'
|
82
82
|
|
83
|
-
GEM_VERSION = '1.
|
83
|
+
GEM_VERSION = '1.273.0'
|
84
84
|
|
85
85
|
end
|
86
86
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-rds
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.273.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: 2025-03-
|
11
|
+
date: 2025-03-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|