aws-sdk-rds 1.186.0 → 1.187.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 +36 -25
- data/lib/aws-sdk-rds/client_api.rb +1 -0
- data/lib/aws-sdk-rds/db_instance.rb +7 -1
- data/lib/aws-sdk-rds/types.rb +22 -20
- 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: e83c7f86f71a70525f984d1bd753680710f9a638a9e7721a657ac72d0dadbecb
|
4
|
+
data.tar.gz: 1c60c4820f48876ae6ccf1c40b778c9c6c723840c454c7f31597c5c95c95dde3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cb1c2ccecf11150fbc26d47308b3f08d96ef52c4d95d683b3dd2212b82fd4c2592818a33e2b7ff3012a6019d451492544dcd108b4b1f1d676655e6dae3491ec5
|
7
|
+
data.tar.gz: d31accb17d1413caf37c78279fb1fb511aa49aaad2f426f502c8812e129533d2ff3852d2cc14b5f32f78b714128e1cc99d35fae771387e1a3eabf95ad9729d3f
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.187.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -5522,6 +5522,7 @@ module Aws::RDS
|
|
5522
5522
|
# resp.db_instance.certificate_details.ca_identifier #=> String
|
5523
5523
|
# resp.db_instance.certificate_details.valid_till #=> Time
|
5524
5524
|
# resp.db_instance.read_replica_source_db_cluster_identifier #=> String
|
5525
|
+
# resp.db_instance.percent_progress #=> String
|
5525
5526
|
#
|
5526
5527
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBInstance AWS API Documentation
|
5527
5528
|
#
|
@@ -6429,6 +6430,7 @@ module Aws::RDS
|
|
6429
6430
|
# resp.db_instance.certificate_details.ca_identifier #=> String
|
6430
6431
|
# resp.db_instance.certificate_details.valid_till #=> Time
|
6431
6432
|
# resp.db_instance.read_replica_source_db_cluster_identifier #=> String
|
6433
|
+
# resp.db_instance.percent_progress #=> String
|
6432
6434
|
#
|
6433
6435
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBInstanceReadReplica AWS API Documentation
|
6434
6436
|
#
|
@@ -7359,10 +7361,11 @@ module Aws::RDS
|
|
7359
7361
|
# that receives data from the primary cluster through high-speed
|
7360
7362
|
# replication performed by the Aurora storage subsystem.
|
7361
7363
|
#
|
7362
|
-
# You can create a global database that is initially empty, and then
|
7363
|
-
#
|
7364
|
-
# existing Aurora cluster during the create
|
7365
|
-
# becomes the primary cluster of the global
|
7364
|
+
# You can create a global database that is initially empty, and then
|
7365
|
+
# create the primary and secondary DB clusters in the global database.
|
7366
|
+
# Or you can specify an existing Aurora cluster during the create
|
7367
|
+
# operation, and this cluster becomes the primary cluster of the global
|
7368
|
+
# database.
|
7366
7369
|
#
|
7367
7370
|
# <note markdown="1"> This operation applies only to Aurora DB clusters.
|
7368
7371
|
#
|
@@ -8764,6 +8767,7 @@ module Aws::RDS
|
|
8764
8767
|
# resp.db_instance.certificate_details.ca_identifier #=> String
|
8765
8768
|
# resp.db_instance.certificate_details.valid_till #=> Time
|
8766
8769
|
# resp.db_instance.read_replica_source_db_cluster_identifier #=> String
|
8770
|
+
# resp.db_instance.percent_progress #=> String
|
8767
8771
|
#
|
8768
8772
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBInstance AWS API Documentation
|
8769
8773
|
#
|
@@ -11962,6 +11966,7 @@ module Aws::RDS
|
|
11962
11966
|
# resp.db_instances[0].certificate_details.ca_identifier #=> String
|
11963
11967
|
# resp.db_instances[0].certificate_details.valid_till #=> Time
|
11964
11968
|
# resp.db_instances[0].read_replica_source_db_cluster_identifier #=> String
|
11969
|
+
# resp.db_instances[0].percent_progress #=> String
|
11965
11970
|
#
|
11966
11971
|
#
|
11967
11972
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -18124,7 +18129,7 @@ module Aws::RDS
|
|
18124
18129
|
# This setting doesn't apply to RDS Custom DB instances.
|
18125
18130
|
#
|
18126
18131
|
# @option params [String] :ca_certificate_identifier
|
18127
|
-
# The CA certificate identifier to use for the DB
|
18132
|
+
# The CA certificate identifier to use for the DB instance's server
|
18128
18133
|
# certificate.
|
18129
18134
|
#
|
18130
18135
|
# This setting doesn't apply to RDS Custom DB instances.
|
@@ -18947,6 +18952,7 @@ module Aws::RDS
|
|
18947
18952
|
# resp.db_instance.certificate_details.ca_identifier #=> String
|
18948
18953
|
# resp.db_instance.certificate_details.valid_till #=> Time
|
18949
18954
|
# resp.db_instance.read_replica_source_db_cluster_identifier #=> String
|
18955
|
+
# resp.db_instance.percent_progress #=> String
|
18950
18956
|
#
|
18951
18957
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBInstance AWS API Documentation
|
18952
18958
|
#
|
@@ -19835,13 +19841,13 @@ module Aws::RDS
|
|
19835
19841
|
req.send_request(options)
|
19836
19842
|
end
|
19837
19843
|
|
19838
|
-
#
|
19844
|
+
# Modifies a setting for an Amazon Aurora global cluster. You can change
|
19839
19845
|
# one or more database configuration parameters by specifying these
|
19840
19846
|
# parameters and the new values in the request. For more information on
|
19841
19847
|
# Amazon Aurora, see [ What is Amazon Aurora?][1] in the *Amazon Aurora
|
19842
19848
|
# User Guide*.
|
19843
19849
|
#
|
19844
|
-
# <note markdown="1"> This
|
19850
|
+
# <note markdown="1"> This operation only applies to Aurora global database clusters.
|
19845
19851
|
#
|
19846
19852
|
# </note>
|
19847
19853
|
#
|
@@ -19850,7 +19856,7 @@ module Aws::RDS
|
|
19850
19856
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html
|
19851
19857
|
#
|
19852
19858
|
# @option params [String] :global_cluster_identifier
|
19853
|
-
# The
|
19859
|
+
# The cluster identifier for the global cluster to modify. This
|
19854
19860
|
# parameter isn't case-sensitive.
|
19855
19861
|
#
|
19856
19862
|
# Constraints:
|
@@ -19860,30 +19866,27 @@ module Aws::RDS
|
|
19860
19866
|
# ^
|
19861
19867
|
#
|
19862
19868
|
# @option params [String] :new_global_cluster_identifier
|
19863
|
-
# The new cluster identifier for the global database cluster
|
19864
|
-
#
|
19865
|
-
# lowercase string.
|
19869
|
+
# The new cluster identifier for the global database cluster. This value
|
19870
|
+
# is stored as a lowercase string.
|
19866
19871
|
#
|
19867
19872
|
# Constraints:
|
19868
19873
|
#
|
19869
|
-
# * Must contain from 1 to 63 letters, numbers, or hyphens
|
19874
|
+
# * Must contain from 1 to 63 letters, numbers, or hyphens.
|
19870
19875
|
#
|
19871
|
-
# * The first character must be a letter
|
19876
|
+
# * The first character must be a letter.
|
19872
19877
|
#
|
19873
|
-
# * Can't end with a hyphen or contain two consecutive hyphens
|
19878
|
+
# * Can't end with a hyphen or contain two consecutive hyphens.
|
19874
19879
|
#
|
19875
19880
|
# Example: `my-cluster2`
|
19876
19881
|
#
|
19877
19882
|
# @option params [Boolean] :deletion_protection
|
19878
|
-
#
|
19879
|
-
#
|
19880
|
-
# protection is enabled.
|
19883
|
+
# Specifies whether to enable deletion protection for the global
|
19884
|
+
# database cluster. The global database cluster can't be deleted when
|
19885
|
+
# deletion protection is enabled.
|
19881
19886
|
#
|
19882
19887
|
# @option params [String] :engine_version
|
19883
19888
|
# The version number of the database engine to which you want to
|
19884
|
-
# upgrade.
|
19885
|
-
# applied during the next maintenance window unless `ApplyImmediately`
|
19886
|
-
# is enabled.
|
19889
|
+
# upgrade.
|
19887
19890
|
#
|
19888
19891
|
# To list all of the available engine versions for `aurora-mysql` (for
|
19889
19892
|
# MySQL-based Aurora global databases), use the following command:
|
@@ -19899,11 +19902,11 @@ module Aws::RDS
|
|
19899
19902
|
# --query '*[]|[?SupportsGlobalDatabases == `true`].[EngineVersion]' ``
|
19900
19903
|
#
|
19901
19904
|
# @option params [Boolean] :allow_major_version_upgrade
|
19902
|
-
#
|
19905
|
+
# Specifies whether to allow major version upgrades.
|
19903
19906
|
#
|
19904
|
-
# Constraints:
|
19905
|
-
#
|
19906
|
-
#
|
19907
|
+
# Constraints: Must be enabled if you specify a value for the
|
19908
|
+
# `EngineVersion` parameter that's a different major version than the
|
19909
|
+
# global cluster's current version.
|
19907
19910
|
#
|
19908
19911
|
# If you upgrade the major version of a global database, the cluster and
|
19909
19912
|
# DB instance parameter groups are set to the default parameter groups
|
@@ -20358,6 +20361,7 @@ module Aws::RDS
|
|
20358
20361
|
# resp.db_instance.certificate_details.ca_identifier #=> String
|
20359
20362
|
# resp.db_instance.certificate_details.valid_till #=> Time
|
20360
20363
|
# resp.db_instance.read_replica_source_db_cluster_identifier #=> String
|
20364
|
+
# resp.db_instance.percent_progress #=> String
|
20361
20365
|
#
|
20362
20366
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PromoteReadReplica AWS API Documentation
|
20363
20367
|
#
|
@@ -21025,6 +21029,7 @@ module Aws::RDS
|
|
21025
21029
|
# resp.db_instance.certificate_details.ca_identifier #=> String
|
21026
21030
|
# resp.db_instance.certificate_details.valid_till #=> Time
|
21027
21031
|
# resp.db_instance.read_replica_source_db_cluster_identifier #=> String
|
21032
|
+
# resp.db_instance.percent_progress #=> String
|
21028
21033
|
#
|
21029
21034
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RebootDBInstance AWS API Documentation
|
21030
21035
|
#
|
@@ -24372,6 +24377,7 @@ module Aws::RDS
|
|
24372
24377
|
# resp.db_instance.certificate_details.ca_identifier #=> String
|
24373
24378
|
# resp.db_instance.certificate_details.valid_till #=> Time
|
24374
24379
|
# resp.db_instance.read_replica_source_db_cluster_identifier #=> String
|
24380
|
+
# resp.db_instance.percent_progress #=> String
|
24375
24381
|
#
|
24376
24382
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromDBSnapshot AWS API Documentation
|
24377
24383
|
#
|
@@ -25104,6 +25110,7 @@ module Aws::RDS
|
|
25104
25110
|
# resp.db_instance.certificate_details.ca_identifier #=> String
|
25105
25111
|
# resp.db_instance.certificate_details.valid_till #=> Time
|
25106
25112
|
# resp.db_instance.read_replica_source_db_cluster_identifier #=> String
|
25113
|
+
# resp.db_instance.percent_progress #=> String
|
25107
25114
|
#
|
25108
25115
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromS3 AWS API Documentation
|
25109
25116
|
#
|
@@ -25929,6 +25936,7 @@ module Aws::RDS
|
|
25929
25936
|
# resp.db_instance.certificate_details.ca_identifier #=> String
|
25930
25937
|
# resp.db_instance.certificate_details.valid_till #=> Time
|
25931
25938
|
# resp.db_instance.read_replica_source_db_cluster_identifier #=> String
|
25939
|
+
# resp.db_instance.percent_progress #=> String
|
25932
25940
|
#
|
25933
25941
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceToPointInTime AWS API Documentation
|
25934
25942
|
#
|
@@ -26520,6 +26528,7 @@ module Aws::RDS
|
|
26520
26528
|
# resp.db_instance.certificate_details.ca_identifier #=> String
|
26521
26529
|
# resp.db_instance.certificate_details.valid_till #=> Time
|
26522
26530
|
# resp.db_instance.read_replica_source_db_cluster_identifier #=> String
|
26531
|
+
# resp.db_instance.percent_progress #=> String
|
26523
26532
|
#
|
26524
26533
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBInstance AWS API Documentation
|
26525
26534
|
#
|
@@ -27338,6 +27347,7 @@ module Aws::RDS
|
|
27338
27347
|
# resp.db_instance.certificate_details.ca_identifier #=> String
|
27339
27348
|
# resp.db_instance.certificate_details.valid_till #=> Time
|
27340
27349
|
# resp.db_instance.read_replica_source_db_cluster_identifier #=> String
|
27350
|
+
# resp.db_instance.percent_progress #=> String
|
27341
27351
|
#
|
27342
27352
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBInstance AWS API Documentation
|
27343
27353
|
#
|
@@ -27843,6 +27853,7 @@ module Aws::RDS
|
|
27843
27853
|
# resp.db_instance.certificate_details.ca_identifier #=> String
|
27844
27854
|
# resp.db_instance.certificate_details.valid_till #=> Time
|
27845
27855
|
# resp.db_instance.read_replica_source_db_cluster_identifier #=> String
|
27856
|
+
# resp.db_instance.percent_progress #=> String
|
27846
27857
|
#
|
27847
27858
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/SwitchoverReadReplica AWS API Documentation
|
27848
27859
|
#
|
@@ -27866,7 +27877,7 @@ module Aws::RDS
|
|
27866
27877
|
params: params,
|
27867
27878
|
config: config)
|
27868
27879
|
context[:gem_name] = 'aws-sdk-rds'
|
27869
|
-
context[:gem_version] = '1.
|
27880
|
+
context[:gem_version] = '1.187.0'
|
27870
27881
|
Seahorse::Client::Request.new(handlers, context)
|
27871
27882
|
end
|
27872
27883
|
|
@@ -1539,6 +1539,7 @@ module Aws::RDS
|
|
1539
1539
|
DBInstance.add_member(:master_user_secret, Shapes::ShapeRef.new(shape: MasterUserSecret, location_name: "MasterUserSecret"))
|
1540
1540
|
DBInstance.add_member(:certificate_details, Shapes::ShapeRef.new(shape: CertificateDetails, location_name: "CertificateDetails"))
|
1541
1541
|
DBInstance.add_member(:read_replica_source_db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ReadReplicaSourceDBClusterIdentifier"))
|
1542
|
+
DBInstance.add_member(:percent_progress, Shapes::ShapeRef.new(shape: String, location_name: "PercentProgress"))
|
1542
1543
|
DBInstance.struct_class = Types::DBInstance
|
1543
1544
|
|
1544
1545
|
DBInstanceAlreadyExistsFault.struct_class = Types::DBInstanceAlreadyExistsFault
|
@@ -751,6 +751,12 @@ module Aws::RDS
|
|
751
751
|
data[:read_replica_source_db_cluster_identifier]
|
752
752
|
end
|
753
753
|
|
754
|
+
# The progress of the storage optimization operation as a percentage.
|
755
|
+
# @return [String]
|
756
|
+
def percent_progress
|
757
|
+
data[:percent_progress]
|
758
|
+
end
|
759
|
+
|
754
760
|
# @!endgroup
|
755
761
|
|
756
762
|
# @return [Client]
|
@@ -3319,7 +3325,7 @@ module Aws::RDS
|
|
3319
3325
|
#
|
3320
3326
|
# This setting doesn't apply to RDS Custom DB instances.
|
3321
3327
|
# @option options [String] :ca_certificate_identifier
|
3322
|
-
# The CA certificate identifier to use for the DB
|
3328
|
+
# The CA certificate identifier to use for the DB instance's server
|
3323
3329
|
# certificate.
|
3324
3330
|
#
|
3325
3331
|
# This setting doesn't apply to RDS Custom DB instances.
|
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -8086,6 +8086,10 @@ module Aws::RDS
|
|
8086
8086
|
# read replica.
|
8087
8087
|
# @return [String]
|
8088
8088
|
#
|
8089
|
+
# @!attribute [rw] percent_progress
|
8090
|
+
# The progress of the storage optimization operation as a percentage.
|
8091
|
+
# @return [String]
|
8092
|
+
#
|
8089
8093
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBInstance AWS API Documentation
|
8090
8094
|
#
|
8091
8095
|
class DBInstance < Struct.new(
|
@@ -8169,7 +8173,8 @@ module Aws::RDS
|
|
8169
8173
|
:db_system_id,
|
8170
8174
|
:master_user_secret,
|
8171
8175
|
:certificate_details,
|
8172
|
-
:read_replica_source_db_cluster_identifier
|
8176
|
+
:read_replica_source_db_cluster_identifier,
|
8177
|
+
:percent_progress)
|
8173
8178
|
SENSITIVE = []
|
8174
8179
|
include Aws::Structure
|
8175
8180
|
end
|
@@ -15870,7 +15875,7 @@ module Aws::RDS
|
|
15870
15875
|
# @return [String]
|
15871
15876
|
#
|
15872
15877
|
# @!attribute [rw] ca_certificate_identifier
|
15873
|
-
# The CA certificate identifier to use for the DB
|
15878
|
+
# The CA certificate identifier to use for the DB instance's server
|
15874
15879
|
# certificate.
|
15875
15880
|
#
|
15876
15881
|
# This setting doesn't apply to RDS Custom DB instances.
|
@@ -17005,8 +17010,8 @@ module Aws::RDS
|
|
17005
17010
|
end
|
17006
17011
|
|
17007
17012
|
# @!attribute [rw] global_cluster_identifier
|
17008
|
-
# The
|
17009
|
-
#
|
17013
|
+
# The cluster identifier for the global cluster to modify. This
|
17014
|
+
# parameter isn't case-sensitive.
|
17010
17015
|
#
|
17011
17016
|
# Constraints:
|
17012
17017
|
#
|
@@ -17016,32 +17021,29 @@ module Aws::RDS
|
|
17016
17021
|
# @return [String]
|
17017
17022
|
#
|
17018
17023
|
# @!attribute [rw] new_global_cluster_identifier
|
17019
|
-
# The new cluster identifier for the global database cluster
|
17020
|
-
#
|
17021
|
-
# lowercase string.
|
17024
|
+
# The new cluster identifier for the global database cluster. This
|
17025
|
+
# value is stored as a lowercase string.
|
17022
17026
|
#
|
17023
17027
|
# Constraints:
|
17024
17028
|
#
|
17025
|
-
# * Must contain from 1 to 63 letters, numbers, or hyphens
|
17029
|
+
# * Must contain from 1 to 63 letters, numbers, or hyphens.
|
17026
17030
|
#
|
17027
|
-
# * The first character must be a letter
|
17031
|
+
# * The first character must be a letter.
|
17028
17032
|
#
|
17029
|
-
# * Can't end with a hyphen or contain two consecutive hyphens
|
17033
|
+
# * Can't end with a hyphen or contain two consecutive hyphens.
|
17030
17034
|
#
|
17031
17035
|
# Example: `my-cluster2`
|
17032
17036
|
# @return [String]
|
17033
17037
|
#
|
17034
17038
|
# @!attribute [rw] deletion_protection
|
17035
|
-
#
|
17036
|
-
#
|
17037
|
-
# protection is enabled.
|
17039
|
+
# Specifies whether to enable deletion protection for the global
|
17040
|
+
# database cluster. The global database cluster can't be deleted when
|
17041
|
+
# deletion protection is enabled.
|
17038
17042
|
# @return [Boolean]
|
17039
17043
|
#
|
17040
17044
|
# @!attribute [rw] engine_version
|
17041
17045
|
# The version number of the database engine to which you want to
|
17042
|
-
# upgrade.
|
17043
|
-
# applied during the next maintenance window unless `ApplyImmediately`
|
17044
|
-
# is enabled.
|
17046
|
+
# upgrade.
|
17045
17047
|
#
|
17046
17048
|
# To list all of the available engine versions for `aurora-mysql` (for
|
17047
17049
|
# MySQL-based Aurora global databases), use the following command:
|
@@ -17059,11 +17061,11 @@ module Aws::RDS
|
|
17059
17061
|
# @return [String]
|
17060
17062
|
#
|
17061
17063
|
# @!attribute [rw] allow_major_version_upgrade
|
17062
|
-
#
|
17064
|
+
# Specifies whether to allow major version upgrades.
|
17063
17065
|
#
|
17064
|
-
# Constraints:
|
17065
|
-
#
|
17066
|
-
#
|
17066
|
+
# Constraints: Must be enabled if you specify a value for the
|
17067
|
+
# `EngineVersion` parameter that's a different major version than the
|
17068
|
+
# global cluster's current version.
|
17067
17069
|
#
|
17068
17070
|
# If you upgrade the major version of a global database, the cluster
|
17069
17071
|
# and DB instance parameter groups are set to the default parameter
|
data/lib/aws-sdk-rds.rb
CHANGED
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.187.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: 2023-07-
|
11
|
+
date: 2023-07-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|