aws-sdk-rds 1.264.0 → 1.266.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +39 -19
- data/lib/aws-sdk-rds/db_cluster.rb +2 -7
- data/lib/aws-sdk-rds/db_instance.rb +13 -11
- data/lib/aws-sdk-rds/resource.rb +0 -6
- data/lib/aws-sdk-rds/types.rb +23 -26
- data/lib/aws-sdk-rds.rb +1 -1
- data/sig/client.rbs +2 -0
- data/sig/resource.rbs +2 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0a2d327738369fcc70fc3a7d100a75f94d2538f45a166c320be424a42169cfff
|
4
|
+
data.tar.gz: 887b4ddc7af35b186867bc98c042e51f4da7edc016e4158855b2b911d3d38267
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '082c28c9445101939db9122124ac9dd0ce68a72675ab7a4164fc7098267d413c7315fe57794a9dcc37593fbac545b08374a2711dbb9ab302b0d95cdc201eee95'
|
7
|
+
data.tar.gz: fa96585f1cfb4720461e9542aadc6e96b92ca9635e98d2ab61aa8256cb7c66c330b04f43ad442b15945225374b3bd7fd5b53a4db793c03b656468fe979eedef7
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.266.0 (2025-01-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.265.0 (2025-01-08)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updates Amazon RDS documentation to clarify the RestoreDBClusterToPointInTime description.
|
13
|
+
|
4
14
|
1.264.0 (2024-12-27)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.266.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -259,11 +259,34 @@ module Aws::RDS
|
|
259
259
|
# Used when loading credentials from the shared credentials file
|
260
260
|
# at HOME/.aws/credentials. When not specified, 'default' is used.
|
261
261
|
#
|
262
|
+
# @option options [String] :request_checksum_calculation ("when_supported")
|
263
|
+
# Determines when a checksum will be calculated for request payloads. Values are:
|
264
|
+
#
|
265
|
+
# * `when_supported` - (default) When set, a checksum will be
|
266
|
+
# calculated for all request payloads of operations modeled with the
|
267
|
+
# `httpChecksum` trait where `requestChecksumRequired` is `true` and/or a
|
268
|
+
# `requestAlgorithmMember` is modeled.
|
269
|
+
# * `when_required` - When set, a checksum will only be calculated for
|
270
|
+
# request payloads of operations modeled with the `httpChecksum` trait where
|
271
|
+
# `requestChecksumRequired` is `true` or where a `requestAlgorithmMember`
|
272
|
+
# is modeled and supplied.
|
273
|
+
#
|
262
274
|
# @option options [Integer] :request_min_compression_size_bytes (10240)
|
263
275
|
# The minimum size in bytes that triggers compression for request
|
264
276
|
# bodies. The value must be non-negative integer value between 0
|
265
277
|
# and 10485780 bytes inclusive.
|
266
278
|
#
|
279
|
+
# @option options [String] :response_checksum_validation ("when_supported")
|
280
|
+
# Determines when checksum validation will be performed on response payloads. Values are:
|
281
|
+
#
|
282
|
+
# * `when_supported` - (default) When set, checksum validation is performed on all
|
283
|
+
# response payloads of operations modeled with the `httpChecksum` trait where
|
284
|
+
# `responseAlgorithms` is modeled, except when no modeled checksum algorithms
|
285
|
+
# are supported.
|
286
|
+
# * `when_required` - When set, checksum validation is not performed on
|
287
|
+
# response payloads of operations unless the checksum algorithm is supported and
|
288
|
+
# the `requestValidationModeMember` member is set to `ENABLED`.
|
289
|
+
#
|
267
290
|
# @option options [Proc] :retry_backoff
|
268
291
|
# A proc or lambda used for backoff. Defaults to 2**retries * retry_base_delay.
|
269
292
|
# This option is only used in the `legacy` retry mode.
|
@@ -3137,12 +3160,6 @@ module Aws::RDS
|
|
3137
3160
|
# also query your database from inside the RDS console with the RDS
|
3138
3161
|
# query editor.
|
3139
3162
|
#
|
3140
|
-
# RDS Data API is supported with the following DB clusters:
|
3141
|
-
#
|
3142
|
-
# * Aurora PostgreSQL Serverless v2 and provisioned
|
3143
|
-
#
|
3144
|
-
# * Aurora PostgreSQL and Aurora MySQL Serverless v1
|
3145
|
-
#
|
3146
3163
|
# For more information, see [Using RDS Data API][1] in the *Amazon
|
3147
3164
|
# Aurora User Guide*.
|
3148
3165
|
#
|
@@ -20584,10 +20601,10 @@ module Aws::RDS
|
|
20584
20601
|
# type to take effect.
|
20585
20602
|
#
|
20586
20603
|
# If you choose to migrate your DB instance from using standard storage
|
20587
|
-
# to
|
20588
|
-
#
|
20589
|
-
#
|
20590
|
-
#
|
20604
|
+
# to Provisioned IOPS (io1), or from Provisioned IOPS to standard
|
20605
|
+
# storage, the process can take time. The duration of the migration
|
20606
|
+
# depends on several factors such as database load, storage size,
|
20607
|
+
# storage type (standard or Provisioned IOPS), amount of IOPS
|
20591
20608
|
# provisioned (if any), and the number of prior scale storage
|
20592
20609
|
# operations. Typical migration times are under 24 hours, but the
|
20593
20610
|
# process can take up to several days in some cases. During the
|
@@ -20598,6 +20615,8 @@ module Aws::RDS
|
|
20598
20615
|
# rebooting the instance, deleting the instance, creating a read replica
|
20599
20616
|
# for the instance, and creating a DB snapshot of the instance.
|
20600
20617
|
#
|
20618
|
+
#
|
20619
|
+
#
|
20601
20620
|
# Constraints:
|
20602
20621
|
#
|
20603
20622
|
# * For RDS for MariaDB, RDS for MySQL, RDS for Oracle, and RDS for
|
@@ -20657,13 +20676,13 @@ module Aws::RDS
|
|
20657
20676
|
# for the `Iops` parameter.
|
20658
20677
|
#
|
20659
20678
|
# If you choose to migrate your DB instance from using standard storage
|
20660
|
-
# to
|
20661
|
-
# standard storage, the process can take time.
|
20662
|
-
# migration depends on several factors such as
|
20663
|
-
# size, storage type (standard or Provisioned
|
20664
|
-
# provisioned (if any), and the number of prior
|
20665
|
-
# operations. Typical migration times are under 24 hours,
|
20666
|
-
# process can take up to several days in some cases. During the
|
20679
|
+
# to gp2 (General Purpose SSD), gp3, or Provisioned IOPS (io1), or from
|
20680
|
+
# these storage types to standard storage, the process can take time.
|
20681
|
+
# The duration of the migration depends on several factors such as
|
20682
|
+
# database load, storage size, storage type (standard or Provisioned
|
20683
|
+
# IOPS), amount of IOPS provisioned (if any), and the number of prior
|
20684
|
+
# scale storage operations. Typical migration times are under 24 hours,
|
20685
|
+
# but the process can take up to several days in some cases. During the
|
20667
20686
|
# migration, the DB instance is available for use, but might experience
|
20668
20687
|
# performance degradation. While the migration takes place, nightly
|
20669
20688
|
# backups for the instance are suspended. No other Amazon RDS operations
|
@@ -26612,7 +26631,8 @@ module Aws::RDS
|
|
26612
26631
|
# cluster, or a provisioned clone from an Aurora Serverless v1 cluster.
|
26613
26632
|
# To create a clone that is an Aurora Serverless v1 cluster, the
|
26614
26633
|
# original cluster must be an Aurora Serverless v1 cluster or an
|
26615
|
-
# encrypted provisioned cluster.
|
26634
|
+
# encrypted provisioned cluster. To create a full copy that is an Aurora
|
26635
|
+
# Serverless v1 cluster, specify the engine mode `serverless`.
|
26616
26636
|
#
|
26617
26637
|
# Valid for: Aurora DB clusters only
|
26618
26638
|
#
|
@@ -31874,7 +31894,7 @@ module Aws::RDS
|
|
31874
31894
|
tracer: tracer
|
31875
31895
|
)
|
31876
31896
|
context[:gem_name] = 'aws-sdk-rds'
|
31877
|
-
context[:gem_version] = '1.
|
31897
|
+
context[:gem_version] = '1.266.0'
|
31878
31898
|
Seahorse::Client::Request.new(handlers, context)
|
31879
31899
|
end
|
31880
31900
|
|
@@ -1397,12 +1397,6 @@ module Aws::RDS
|
|
1397
1397
|
# also query your database from inside the RDS console with the RDS
|
1398
1398
|
# query editor.
|
1399
1399
|
#
|
1400
|
-
# RDS Data API is supported with the following DB clusters:
|
1401
|
-
#
|
1402
|
-
# * Aurora PostgreSQL Serverless v2 and provisioned
|
1403
|
-
#
|
1404
|
-
# * Aurora PostgreSQL and Aurora MySQL Serverless v1
|
1405
|
-
#
|
1406
1400
|
# For more information, see [Using RDS Data API][1] in the *Amazon
|
1407
1401
|
# Aurora User Guide*.
|
1408
1402
|
#
|
@@ -2983,7 +2977,8 @@ module Aws::RDS
|
|
2983
2977
|
# cluster, or a provisioned clone from an Aurora Serverless v1 cluster.
|
2984
2978
|
# To create a clone that is an Aurora Serverless v1 cluster, the
|
2985
2979
|
# original cluster must be an Aurora Serverless v1 cluster or an
|
2986
|
-
# encrypted provisioned cluster.
|
2980
|
+
# encrypted provisioned cluster. To create a full copy that is an Aurora
|
2981
|
+
# Serverless v1 cluster, specify the engine mode `serverless`.
|
2987
2982
|
#
|
2988
2983
|
# Valid for: Aurora DB clusters only
|
2989
2984
|
# @option options [String] :db_cluster_instance_class
|
@@ -3496,10 +3496,10 @@ module Aws::RDS
|
|
3496
3496
|
# type to take effect.
|
3497
3497
|
#
|
3498
3498
|
# If you choose to migrate your DB instance from using standard storage
|
3499
|
-
# to
|
3500
|
-
#
|
3501
|
-
#
|
3502
|
-
#
|
3499
|
+
# to Provisioned IOPS (io1), or from Provisioned IOPS to standard
|
3500
|
+
# storage, the process can take time. The duration of the migration
|
3501
|
+
# depends on several factors such as database load, storage size,
|
3502
|
+
# storage type (standard or Provisioned IOPS), amount of IOPS
|
3503
3503
|
# provisioned (if any), and the number of prior scale storage
|
3504
3504
|
# operations. Typical migration times are under 24 hours, but the
|
3505
3505
|
# process can take up to several days in some cases. During the
|
@@ -3510,6 +3510,8 @@ module Aws::RDS
|
|
3510
3510
|
# rebooting the instance, deleting the instance, creating a read replica
|
3511
3511
|
# for the instance, and creating a DB snapshot of the instance.
|
3512
3512
|
#
|
3513
|
+
#
|
3514
|
+
#
|
3513
3515
|
# Constraints:
|
3514
3516
|
#
|
3515
3517
|
# * For RDS for MariaDB, RDS for MySQL, RDS for Oracle, and RDS for
|
@@ -3566,13 +3568,13 @@ module Aws::RDS
|
|
3566
3568
|
# for the `Iops` parameter.
|
3567
3569
|
#
|
3568
3570
|
# If you choose to migrate your DB instance from using standard storage
|
3569
|
-
# to
|
3570
|
-
# standard storage, the process can take time.
|
3571
|
-
# migration depends on several factors such as
|
3572
|
-
# size, storage type (standard or Provisioned
|
3573
|
-
# provisioned (if any), and the number of prior
|
3574
|
-
# operations. Typical migration times are under 24 hours,
|
3575
|
-
# process can take up to several days in some cases. During the
|
3571
|
+
# to gp2 (General Purpose SSD), gp3, or Provisioned IOPS (io1), or from
|
3572
|
+
# these storage types to standard storage, the process can take time.
|
3573
|
+
# The duration of the migration depends on several factors such as
|
3574
|
+
# database load, storage size, storage type (standard or Provisioned
|
3575
|
+
# IOPS), amount of IOPS provisioned (if any), and the number of prior
|
3576
|
+
# scale storage operations. Typical migration times are under 24 hours,
|
3577
|
+
# but the process can take up to several days in some cases. During the
|
3576
3578
|
# migration, the DB instance is available for use, but might experience
|
3577
3579
|
# performance degradation. While the migration takes place, nightly
|
3578
3580
|
# backups for the instance are suspended. No other Amazon RDS operations
|
data/lib/aws-sdk-rds/resource.rb
CHANGED
@@ -571,12 +571,6 @@ module Aws::RDS
|
|
571
571
|
# also query your database from inside the RDS console with the RDS
|
572
572
|
# query editor.
|
573
573
|
#
|
574
|
-
# RDS Data API is supported with the following DB clusters:
|
575
|
-
#
|
576
|
-
# * Aurora PostgreSQL Serverless v2 and provisioned
|
577
|
-
#
|
578
|
-
# * Aurora PostgreSQL and Aurora MySQL Serverless v1
|
579
|
-
#
|
580
574
|
# For more information, see [Using RDS Data API][1] in the *Amazon
|
581
575
|
# Aurora User Guide*.
|
582
576
|
#
|
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -2674,12 +2674,6 @@ module Aws::RDS
|
|
2674
2674
|
# cluster. You can also query your database from inside the RDS
|
2675
2675
|
# console with the RDS query editor.
|
2676
2676
|
#
|
2677
|
-
# RDS Data API is supported with the following DB clusters:
|
2678
|
-
#
|
2679
|
-
# * Aurora PostgreSQL Serverless v2 and provisioned
|
2680
|
-
#
|
2681
|
-
# * Aurora PostgreSQL and Aurora MySQL Serverless v1
|
2682
|
-
#
|
2683
2677
|
# For more information, see [Using RDS Data API][1] in the *Amazon
|
2684
2678
|
# Aurora User Guide*.
|
2685
2679
|
#
|
@@ -18707,11 +18701,11 @@ module Aws::RDS
|
|
18707
18701
|
# storage type to take effect.
|
18708
18702
|
#
|
18709
18703
|
# If you choose to migrate your DB instance from using standard
|
18710
|
-
# storage to
|
18711
|
-
#
|
18712
|
-
#
|
18713
|
-
#
|
18714
|
-
#
|
18704
|
+
# storage to Provisioned IOPS (io1), or from Provisioned IOPS to
|
18705
|
+
# standard storage, the process can take time. The duration of the
|
18706
|
+
# migration depends on several factors such as database load, storage
|
18707
|
+
# size, storage type (standard or Provisioned IOPS), amount of IOPS
|
18708
|
+
# provisioned (if any), and the number of prior scale storage
|
18715
18709
|
# operations. Typical migration times are under 24 hours, but the
|
18716
18710
|
# process can take up to several days in some cases. During the
|
18717
18711
|
# migration, the DB instance is available for use, but might
|
@@ -18722,6 +18716,8 @@ module Aws::RDS
|
|
18722
18716
|
# read replica for the instance, and creating a DB snapshot of the
|
18723
18717
|
# instance.
|
18724
18718
|
#
|
18719
|
+
#
|
18720
|
+
#
|
18725
18721
|
# Constraints:
|
18726
18722
|
#
|
18727
18723
|
# * For RDS for MariaDB, RDS for MySQL, RDS for Oracle, and RDS for
|
@@ -18784,20 +18780,20 @@ module Aws::RDS
|
|
18784
18780
|
# for the `Iops` parameter.
|
18785
18781
|
#
|
18786
18782
|
# If you choose to migrate your DB instance from using standard
|
18787
|
-
# storage to
|
18788
|
-
#
|
18789
|
-
# the migration depends on several
|
18790
|
-
# storage size, storage type (standard
|
18791
|
-
# IOPS provisioned (if any), and the
|
18792
|
-
# operations. Typical migration times
|
18793
|
-
# process can take up to several days in
|
18794
|
-
# migration, the DB instance is available for
|
18795
|
-
# experience performance degradation. While the
|
18796
|
-
# nightly backups for the instance are
|
18797
|
-
# operations can take place for the
|
18798
|
-
# instance,
|
18799
|
-
#
|
18800
|
-
# instance.
|
18783
|
+
# storage to gp2 (General Purpose SSD), gp3, or Provisioned IOPS
|
18784
|
+
# (io1), or from these storage types to standard storage, the process
|
18785
|
+
# can take time. The duration of the migration depends on several
|
18786
|
+
# factors such as database load, storage size, storage type (standard
|
18787
|
+
# or Provisioned IOPS), amount of IOPS provisioned (if any), and the
|
18788
|
+
# number of prior scale storage operations. Typical migration times
|
18789
|
+
# are under 24 hours, but the process can take up to several days in
|
18790
|
+
# some cases. During the migration, the DB instance is available for
|
18791
|
+
# use, but might experience performance degradation. While the
|
18792
|
+
# migration takes place, nightly backups for the instance are
|
18793
|
+
# suspended. No other Amazon RDS operations can take place for the
|
18794
|
+
# instance, including modifying the instance, rebooting the instance,
|
18795
|
+
# deleting the instance, creating a read replica for the instance, and
|
18796
|
+
# creating a DB snapshot of the instance.
|
18801
18797
|
#
|
18802
18798
|
# Valid Values: `gp2 | gp3 | io1 | io2 | standard`
|
18803
18799
|
#
|
@@ -24182,7 +24178,8 @@ module Aws::RDS
|
|
24182
24178
|
# cluster, or a provisioned clone from an Aurora Serverless v1
|
24183
24179
|
# cluster. To create a clone that is an Aurora Serverless v1 cluster,
|
24184
24180
|
# the original cluster must be an Aurora Serverless v1 cluster or an
|
24185
|
-
# encrypted provisioned cluster.
|
24181
|
+
# encrypted provisioned cluster. To create a full copy that is an
|
24182
|
+
# Aurora Serverless v1 cluster, specify the engine mode `serverless`.
|
24186
24183
|
#
|
24187
24184
|
# Valid for: Aurora DB clusters only
|
24188
24185
|
# @return [String]
|
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.266.0'
|
84
84
|
|
85
85
|
end
|
86
86
|
|
data/sig/client.rbs
CHANGED
@@ -39,7 +39,9 @@ module Aws
|
|
39
39
|
?logger: untyped,
|
40
40
|
?max_attempts: Integer,
|
41
41
|
?profile: String,
|
42
|
+
?request_checksum_calculation: String,
|
42
43
|
?request_min_compression_size_bytes: Integer,
|
44
|
+
?response_checksum_validation: String,
|
43
45
|
?retry_backoff: Proc,
|
44
46
|
?retry_base_delay: Float,
|
45
47
|
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
data/sig/resource.rbs
CHANGED
@@ -39,7 +39,9 @@ module Aws
|
|
39
39
|
?logger: untyped,
|
40
40
|
?max_attempts: Integer,
|
41
41
|
?profile: String,
|
42
|
+
?request_checksum_calculation: String,
|
42
43
|
?request_min_compression_size_bytes: Integer,
|
44
|
+
?response_checksum_validation: String,
|
43
45
|
?retry_backoff: Proc,
|
44
46
|
?retry_base_delay: Float,
|
45
47
|
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
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.266.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:
|
11
|
+
date: 2025-01-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.216.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.216.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|