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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 10839016c6b715bdb9e89ff1d13a43ae2390bd1d60f11a84e44e23bc790e9656
4
- data.tar.gz: 206961cbf6e43312b8201453d378c5fd86d313f5202749fb94ea1d0621761365
3
+ metadata.gz: 87bbdee3cb6233ef751a077cdc4b6f370fc1e61d210b863461048deaff81232f
4
+ data.tar.gz: 33ed02b02b7a6d1f8f4b6695e1f624cbfe8147e23711fdfdeb3de7f445f454a1
5
5
  SHA512:
6
- metadata.gz: bb3e249b9814e448c307f5f04bae3cb9451673831a4971981ccc082c11125e3285466637ab8546918ea4a3605d60f5d386c9384f59752fcf73de442ecc628c91
7
- data.tar.gz: 96118d8e8bcbf942b252c2f7ff45bff62a36e470d898b46e01a9e70900fec61951897022ada9e0fe8f81a29dbfdd68d9c1fa81287b90d0cfe9e2469dc68cfe7e
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.272.0
1
+ 1.273.0
@@ -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.272.0'
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.272.0'
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.272.0
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-04 00:00:00.000000000 Z
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