aws-sdk-rds 1.219.0 → 1.221.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +109 -33
- data/lib/aws-sdk-rds/client_api.rb +4 -0
- data/lib/aws-sdk-rds/db_cluster.rb +44 -2
- data/lib/aws-sdk-rds/db_instance.rb +24 -24
- data/lib/aws-sdk-rds/db_snapshot.rb +3 -3
- data/lib/aws-sdk-rds/resource.rb +30 -17
- data/lib/aws-sdk-rds/types.rb +98 -38
- data/lib/aws-sdk-rds.rb +1 -1
- data/sig/client.rbs +3 -1
- data/sig/db_cluster.rbs +6 -1
- data/sig/resource.rbs +1 -0
- data/sig/types.rbs +4 -0
- 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: 8a5da6fef32c3d69ad2abcd436440b46aa6735a15cd025669ba876398760ca7e
|
4
|
+
data.tar.gz: 26062b67eb003325ebb6bf3bce912db864de3057b30c87fc6307e573b6d9d594
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ea961d9b8a6ebbffef11310ff0d8e5ce18d43e551624a19d47cbe911a890e8de1af771bb2040ca434cd433bcc2364212bb0a4f6798de502320763486057e6538
|
7
|
+
data.tar.gz: 10cd91a2d809d25559af22a8d06915bdfaac0b7ec7a70b81e7c526e9d2d5fd8c4150f78e206bf46654939274b5342fbb0c9c2d53ab2556f1d52548a67ce9e1ba
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.221.0 (2024-03-07)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updates Amazon RDS documentation for io2 storage for Multi-AZ DB clusters
|
8
|
+
|
9
|
+
1.220.0 (2024-03-06)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the input of CreateDBCluster and ModifyDBCluster to support setting CA certificates. Updated the output of DescribeDBCluster to show current CA certificate setting value.
|
13
|
+
|
4
14
|
1.219.0 (2024-02-26)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.221.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -3064,7 +3064,7 @@ module Aws::RDS
|
|
3064
3064
|
#
|
3065
3065
|
# * Aurora DB clusters - `aurora | aurora-iopt1`
|
3066
3066
|
#
|
3067
|
-
# * Multi-AZ DB clusters - `io1`
|
3067
|
+
# * Multi-AZ DB clusters - `io1 | io2 | gp3`
|
3068
3068
|
#
|
3069
3069
|
# Default:
|
3070
3070
|
#
|
@@ -3319,6 +3319,19 @@ module Aws::RDS
|
|
3319
3319
|
#
|
3320
3320
|
# Valid for: Aurora DB clusters only
|
3321
3321
|
#
|
3322
|
+
# @option params [String] :ca_certificate_identifier
|
3323
|
+
# The CA certificate identifier to use for the DB cluster's server
|
3324
|
+
# certificate.
|
3325
|
+
#
|
3326
|
+
# For more information, see [Using SSL/TLS to encrypt a connection to a
|
3327
|
+
# DB instance][1] in the *Amazon RDS User Guide*.
|
3328
|
+
#
|
3329
|
+
# Valid for Cluster Type: Multi-AZ DB clusters
|
3330
|
+
#
|
3331
|
+
#
|
3332
|
+
#
|
3333
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
|
3334
|
+
#
|
3322
3335
|
# @option params [String] :source_region
|
3323
3336
|
# The source region of the snapshot. This is only needed when the
|
3324
3337
|
# shapshot is encrypted and in a different region.
|
@@ -3529,6 +3542,7 @@ module Aws::RDS
|
|
3529
3542
|
# manage_master_user_password: false,
|
3530
3543
|
# master_user_secret_kms_key_id: "String",
|
3531
3544
|
# enable_local_write_forwarding: false,
|
3545
|
+
# ca_certificate_identifier: "String",
|
3532
3546
|
# source_region: "String",
|
3533
3547
|
# })
|
3534
3548
|
#
|
@@ -3643,6 +3657,8 @@ module Aws::RDS
|
|
3643
3657
|
# resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.replica_mode #=> String, one of "open-read-only", "mounted"
|
3644
3658
|
# resp.db_cluster.pending_modified_values.iops #=> Integer
|
3645
3659
|
# resp.db_cluster.pending_modified_values.storage_type #=> String
|
3660
|
+
# resp.db_cluster.pending_modified_values.certificate_details.ca_identifier #=> String
|
3661
|
+
# resp.db_cluster.pending_modified_values.certificate_details.valid_till #=> Time
|
3646
3662
|
# resp.db_cluster.db_cluster_instance_class #=> String
|
3647
3663
|
# resp.db_cluster.storage_type #=> String
|
3648
3664
|
# resp.db_cluster.iops #=> Integer
|
@@ -3666,6 +3682,8 @@ module Aws::RDS
|
|
3666
3682
|
# resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
|
3667
3683
|
# resp.db_cluster.limitless_database.min_required_acu #=> Float
|
3668
3684
|
# resp.db_cluster.storage_throughput #=> Integer
|
3685
|
+
# resp.db_cluster.certificate_details.ca_identifier #=> String
|
3686
|
+
# resp.db_cluster.certificate_details.valid_till #=> Time
|
3669
3687
|
#
|
3670
3688
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBCluster AWS API Documentation
|
3671
3689
|
#
|
@@ -4285,7 +4303,7 @@ module Aws::RDS
|
|
4285
4303
|
# 40 to 65536 for RDS Custom for Oracle, 16384 for RDS Custom for
|
4286
4304
|
# SQL Server.
|
4287
4305
|
#
|
4288
|
-
# * Provisioned IOPS storage (io1): Must be an integer from 40 to
|
4306
|
+
# * Provisioned IOPS storage (io1, io2): Must be an integer from 40 to
|
4289
4307
|
# 65536 for RDS Custom for Oracle, 16384 for RDS Custom for SQL
|
4290
4308
|
# Server.
|
4291
4309
|
#
|
@@ -4295,10 +4313,10 @@ module Aws::RDS
|
|
4295
4313
|
# following:
|
4296
4314
|
#
|
4297
4315
|
# * General Purpose (SSD) storage (gp3): Must be an integer from 20 to
|
4298
|
-
#
|
4316
|
+
# 65536.
|
4299
4317
|
#
|
4300
|
-
# * Provisioned IOPS storage (io1): Must be an integer from 100
|
4301
|
-
#
|
4318
|
+
# * Provisioned IOPS storage (io1, io2): Must be an integer from 100
|
4319
|
+
# to 65536.
|
4302
4320
|
#
|
4303
4321
|
# RDS for MariaDB
|
4304
4322
|
#
|
@@ -4308,8 +4326,8 @@ module Aws::RDS
|
|
4308
4326
|
# * General Purpose (SSD) storage (gp2, gp3): Must be an integer from
|
4309
4327
|
# 20 to 65536.
|
4310
4328
|
#
|
4311
|
-
# * Provisioned IOPS storage (io1): Must be an integer from 100
|
4312
|
-
# 65536.
|
4329
|
+
# * Provisioned IOPS storage (io1, io2): Must be an integer from 100
|
4330
|
+
# to 65536.
|
4313
4331
|
#
|
4314
4332
|
# * Magnetic storage (standard): Must be an integer from 5 to 3072.
|
4315
4333
|
#
|
@@ -4321,8 +4339,8 @@ module Aws::RDS
|
|
4321
4339
|
# * General Purpose (SSD) storage (gp2, gp3): Must be an integer from
|
4322
4340
|
# 20 to 65536.
|
4323
4341
|
#
|
4324
|
-
# * Provisioned IOPS storage (io1): Must be an integer from 100
|
4325
|
-
# 65536.
|
4342
|
+
# * Provisioned IOPS storage (io1, io2): Must be an integer from 100
|
4343
|
+
# to 65536.
|
4326
4344
|
#
|
4327
4345
|
# * Magnetic storage (standard): Must be an integer from 5 to 3072.
|
4328
4346
|
#
|
@@ -4334,8 +4352,8 @@ module Aws::RDS
|
|
4334
4352
|
# * General Purpose (SSD) storage (gp2, gp3): Must be an integer from
|
4335
4353
|
# 20 to 65536.
|
4336
4354
|
#
|
4337
|
-
# * Provisioned IOPS storage (io1): Must be an integer from 100
|
4338
|
-
# 65536.
|
4355
|
+
# * Provisioned IOPS storage (io1, io2): Must be an integer from 100
|
4356
|
+
# to 65536.
|
4339
4357
|
#
|
4340
4358
|
# * Magnetic storage (standard): Must be an integer from 10 to 3072.
|
4341
4359
|
#
|
@@ -4347,8 +4365,8 @@ module Aws::RDS
|
|
4347
4365
|
# * General Purpose (SSD) storage (gp2, gp3): Must be an integer from
|
4348
4366
|
# 20 to 65536.
|
4349
4367
|
#
|
4350
|
-
# * Provisioned IOPS storage (io1): Must be an integer from 100
|
4351
|
-
# 65536.
|
4368
|
+
# * Provisioned IOPS storage (io1, io2): Must be an integer from 100
|
4369
|
+
# to 65536.
|
4352
4370
|
#
|
4353
4371
|
# * Magnetic storage (standard): Must be an integer from 5 to 3072.
|
4354
4372
|
#
|
@@ -4364,7 +4382,7 @@ module Aws::RDS
|
|
4364
4382
|
#
|
4365
4383
|
# * Web and Express editions: Must be an integer from 20 to 16384.
|
4366
4384
|
#
|
4367
|
-
# * Provisioned IOPS storage (io1):
|
4385
|
+
# * Provisioned IOPS storage (io1, io2):
|
4368
4386
|
#
|
4369
4387
|
# * Enterprise and Standard editions: Must be an integer from 100 to
|
4370
4388
|
# 16384.
|
@@ -4857,13 +4875,13 @@ module Aws::RDS
|
|
4857
4875
|
# @option params [String] :storage_type
|
4858
4876
|
# The storage type to associate with the DB instance.
|
4859
4877
|
#
|
4860
|
-
# If you specify `io1` or `gp3`, you must also include a value
|
4861
|
-
# `Iops` parameter.
|
4878
|
+
# If you specify `io1`, `io2`, or `gp3`, you must also include a value
|
4879
|
+
# for the `Iops` parameter.
|
4862
4880
|
#
|
4863
4881
|
# This setting doesn't apply to Amazon Aurora DB instances. Storage is
|
4864
4882
|
# managed by the DB cluster.
|
4865
4883
|
#
|
4866
|
-
# Valid Values: `gp2 | gp3 | io1 | standard`
|
4884
|
+
# Valid Values: `gp2 | gp3 | io1 | io2 | standard`
|
4867
4885
|
#
|
4868
4886
|
# Default: `io1`, if the `Iops` parameter is specified. Otherwise,
|
4869
4887
|
# `gp2`.
|
@@ -5929,10 +5947,10 @@ module Aws::RDS
|
|
5929
5947
|
# @option params [String] :storage_type
|
5930
5948
|
# The storage type to associate with the read replica.
|
5931
5949
|
#
|
5932
|
-
# If you specify `io1` or `gp3`, you must also include a value
|
5933
|
-
# `Iops` parameter.
|
5950
|
+
# If you specify `io1`, `io2`, or `gp3`, you must also include a value
|
5951
|
+
# for the `Iops` parameter.
|
5934
5952
|
#
|
5935
|
-
# Valid Values: `gp2 | gp3 | io1 | standard`
|
5953
|
+
# Valid Values: `gp2 | gp3 | io1 | io2 | standard`
|
5936
5954
|
#
|
5937
5955
|
# Default: `io1` if the `Iops` parameter is specified. Otherwise, `gp2`.
|
5938
5956
|
#
|
@@ -8786,6 +8804,8 @@ module Aws::RDS
|
|
8786
8804
|
# resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.replica_mode #=> String, one of "open-read-only", "mounted"
|
8787
8805
|
# resp.db_cluster.pending_modified_values.iops #=> Integer
|
8788
8806
|
# resp.db_cluster.pending_modified_values.storage_type #=> String
|
8807
|
+
# resp.db_cluster.pending_modified_values.certificate_details.ca_identifier #=> String
|
8808
|
+
# resp.db_cluster.pending_modified_values.certificate_details.valid_till #=> Time
|
8789
8809
|
# resp.db_cluster.db_cluster_instance_class #=> String
|
8790
8810
|
# resp.db_cluster.storage_type #=> String
|
8791
8811
|
# resp.db_cluster.iops #=> Integer
|
@@ -8809,6 +8829,8 @@ module Aws::RDS
|
|
8809
8829
|
# resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
|
8810
8830
|
# resp.db_cluster.limitless_database.min_required_acu #=> Float
|
8811
8831
|
# resp.db_cluster.storage_throughput #=> Integer
|
8832
|
+
# resp.db_cluster.certificate_details.ca_identifier #=> String
|
8833
|
+
# resp.db_cluster.certificate_details.valid_till #=> Time
|
8812
8834
|
#
|
8813
8835
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBCluster AWS API Documentation
|
8814
8836
|
#
|
@@ -12206,6 +12228,8 @@ module Aws::RDS
|
|
12206
12228
|
# resp.db_clusters[0].pending_modified_values.rds_custom_cluster_configuration.replica_mode #=> String, one of "open-read-only", "mounted"
|
12207
12229
|
# resp.db_clusters[0].pending_modified_values.iops #=> Integer
|
12208
12230
|
# resp.db_clusters[0].pending_modified_values.storage_type #=> String
|
12231
|
+
# resp.db_clusters[0].pending_modified_values.certificate_details.ca_identifier #=> String
|
12232
|
+
# resp.db_clusters[0].pending_modified_values.certificate_details.valid_till #=> Time
|
12209
12233
|
# resp.db_clusters[0].db_cluster_instance_class #=> String
|
12210
12234
|
# resp.db_clusters[0].storage_type #=> String
|
12211
12235
|
# resp.db_clusters[0].iops #=> Integer
|
@@ -12229,6 +12253,8 @@ module Aws::RDS
|
|
12229
12253
|
# resp.db_clusters[0].limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
|
12230
12254
|
# resp.db_clusters[0].limitless_database.min_required_acu #=> Float
|
12231
12255
|
# resp.db_clusters[0].storage_throughput #=> Integer
|
12256
|
+
# resp.db_clusters[0].certificate_details.ca_identifier #=> String
|
12257
|
+
# resp.db_clusters[0].certificate_details.valid_till #=> Time
|
12232
12258
|
#
|
12233
12259
|
#
|
12234
12260
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -17475,6 +17501,8 @@ module Aws::RDS
|
|
17475
17501
|
# resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.replica_mode #=> String, one of "open-read-only", "mounted"
|
17476
17502
|
# resp.db_cluster.pending_modified_values.iops #=> Integer
|
17477
17503
|
# resp.db_cluster.pending_modified_values.storage_type #=> String
|
17504
|
+
# resp.db_cluster.pending_modified_values.certificate_details.ca_identifier #=> String
|
17505
|
+
# resp.db_cluster.pending_modified_values.certificate_details.valid_till #=> Time
|
17478
17506
|
# resp.db_cluster.db_cluster_instance_class #=> String
|
17479
17507
|
# resp.db_cluster.storage_type #=> String
|
17480
17508
|
# resp.db_cluster.iops #=> Integer
|
@@ -17498,6 +17526,8 @@ module Aws::RDS
|
|
17498
17526
|
# resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
|
17499
17527
|
# resp.db_cluster.limitless_database.min_required_acu #=> Float
|
17500
17528
|
# resp.db_cluster.storage_throughput #=> Integer
|
17529
|
+
# resp.db_cluster.certificate_details.ca_identifier #=> String
|
17530
|
+
# resp.db_cluster.certificate_details.valid_till #=> Time
|
17501
17531
|
#
|
17502
17532
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/FailoverDBCluster AWS API Documentation
|
17503
17533
|
#
|
@@ -18592,7 +18622,7 @@ module Aws::RDS
|
|
18592
18622
|
#
|
18593
18623
|
# * Aurora DB clusters - `aurora | aurora-iopt1`
|
18594
18624
|
#
|
18595
|
-
# * Multi-AZ DB clusters - `io1`
|
18625
|
+
# * Multi-AZ DB clusters - `io1 | io2 | gp3`
|
18596
18626
|
#
|
18597
18627
|
# Default:
|
18598
18628
|
#
|
@@ -18876,6 +18906,19 @@ module Aws::RDS
|
|
18876
18906
|
#
|
18877
18907
|
# Valid for: Aurora DB clusters only
|
18878
18908
|
#
|
18909
|
+
# @option params [String] :ca_certificate_identifier
|
18910
|
+
# The CA certificate identifier to use for the DB cluster's server
|
18911
|
+
# certificate.
|
18912
|
+
#
|
18913
|
+
# For more information, see [Using SSL/TLS to encrypt a connection to a
|
18914
|
+
# DB instance][1] in the *Amazon RDS User Guide*.
|
18915
|
+
#
|
18916
|
+
# Valid for Cluster Type: Multi-AZ DB clusters
|
18917
|
+
#
|
18918
|
+
#
|
18919
|
+
#
|
18920
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
|
18921
|
+
#
|
18879
18922
|
# @return [Types::ModifyDBClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
18880
18923
|
#
|
18881
18924
|
# * {Types::ModifyDBClusterResult#db_cluster #db_cluster} => Types::DBCluster
|
@@ -19015,6 +19058,7 @@ module Aws::RDS
|
|
19015
19058
|
# enable_local_write_forwarding: false,
|
19016
19059
|
# aws_backup_recovery_point_arn: "AwsBackupRecoveryPointArn",
|
19017
19060
|
# enable_limitless_database: false,
|
19061
|
+
# ca_certificate_identifier: "String",
|
19018
19062
|
# })
|
19019
19063
|
#
|
19020
19064
|
# @example Response structure
|
@@ -19128,6 +19172,8 @@ module Aws::RDS
|
|
19128
19172
|
# resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.replica_mode #=> String, one of "open-read-only", "mounted"
|
19129
19173
|
# resp.db_cluster.pending_modified_values.iops #=> Integer
|
19130
19174
|
# resp.db_cluster.pending_modified_values.storage_type #=> String
|
19175
|
+
# resp.db_cluster.pending_modified_values.certificate_details.ca_identifier #=> String
|
19176
|
+
# resp.db_cluster.pending_modified_values.certificate_details.valid_till #=> Time
|
19131
19177
|
# resp.db_cluster.db_cluster_instance_class #=> String
|
19132
19178
|
# resp.db_cluster.storage_type #=> String
|
19133
19179
|
# resp.db_cluster.iops #=> Integer
|
@@ -19151,6 +19197,8 @@ module Aws::RDS
|
|
19151
19197
|
# resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
|
19152
19198
|
# resp.db_cluster.limitless_database.min_required_acu #=> Float
|
19153
19199
|
# resp.db_cluster.storage_throughput #=> Integer
|
19200
|
+
# resp.db_cluster.certificate_details.ca_identifier #=> String
|
19201
|
+
# resp.db_cluster.certificate_details.valid_till #=> Time
|
19154
19202
|
#
|
19155
19203
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBCluster AWS API Documentation
|
19156
19204
|
#
|
@@ -19977,7 +20025,7 @@ module Aws::RDS
|
|
19977
20025
|
# @option params [String] :storage_type
|
19978
20026
|
# The storage type to associate with the DB instance.
|
19979
20027
|
#
|
19980
|
-
# If you specify
|
20028
|
+
# If you specify `io1`, `io2`, or `gp3` you must also include a value
|
19981
20029
|
# for the `Iops` parameter.
|
19982
20030
|
#
|
19983
20031
|
# If you choose to migrate your DB instance from using standard storage
|
@@ -19995,7 +20043,7 @@ module Aws::RDS
|
|
19995
20043
|
# rebooting the instance, deleting the instance, creating a read replica
|
19996
20044
|
# for the instance, and creating a DB snapshot of the instance.
|
19997
20045
|
#
|
19998
|
-
# Valid Values: `gp2 | gp3 | io1 | standard`
|
20046
|
+
# Valid Values: `gp2 | gp3 | io1 | io2 | standard`
|
19999
20047
|
#
|
20000
20048
|
# Default: `io1`, if the `Iops` parameter is specified. Otherwise,
|
20001
20049
|
# `gp2`.
|
@@ -22694,6 +22742,8 @@ module Aws::RDS
|
|
22694
22742
|
# resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.replica_mode #=> String, one of "open-read-only", "mounted"
|
22695
22743
|
# resp.db_cluster.pending_modified_values.iops #=> Integer
|
22696
22744
|
# resp.db_cluster.pending_modified_values.storage_type #=> String
|
22745
|
+
# resp.db_cluster.pending_modified_values.certificate_details.ca_identifier #=> String
|
22746
|
+
# resp.db_cluster.pending_modified_values.certificate_details.valid_till #=> Time
|
22697
22747
|
# resp.db_cluster.db_cluster_instance_class #=> String
|
22698
22748
|
# resp.db_cluster.storage_type #=> String
|
22699
22749
|
# resp.db_cluster.iops #=> Integer
|
@@ -22717,6 +22767,8 @@ module Aws::RDS
|
|
22717
22767
|
# resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
|
22718
22768
|
# resp.db_cluster.limitless_database.min_required_acu #=> Float
|
22719
22769
|
# resp.db_cluster.storage_throughput #=> Integer
|
22770
|
+
# resp.db_cluster.certificate_details.ca_identifier #=> String
|
22771
|
+
# resp.db_cluster.certificate_details.valid_till #=> Time
|
22720
22772
|
#
|
22721
22773
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PromoteReadReplicaDBCluster AWS API Documentation
|
22722
22774
|
#
|
@@ -22985,6 +23037,8 @@ module Aws::RDS
|
|
22985
23037
|
# resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.replica_mode #=> String, one of "open-read-only", "mounted"
|
22986
23038
|
# resp.db_cluster.pending_modified_values.iops #=> Integer
|
22987
23039
|
# resp.db_cluster.pending_modified_values.storage_type #=> String
|
23040
|
+
# resp.db_cluster.pending_modified_values.certificate_details.ca_identifier #=> String
|
23041
|
+
# resp.db_cluster.pending_modified_values.certificate_details.valid_till #=> Time
|
22988
23042
|
# resp.db_cluster.db_cluster_instance_class #=> String
|
22989
23043
|
# resp.db_cluster.storage_type #=> String
|
22990
23044
|
# resp.db_cluster.iops #=> Integer
|
@@ -23008,6 +23062,8 @@ module Aws::RDS
|
|
23008
23062
|
# resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
|
23009
23063
|
# resp.db_cluster.limitless_database.min_required_acu #=> Float
|
23010
23064
|
# resp.db_cluster.storage_throughput #=> Integer
|
23065
|
+
# resp.db_cluster.certificate_details.ca_identifier #=> String
|
23066
|
+
# resp.db_cluster.certificate_details.valid_till #=> Time
|
23011
23067
|
#
|
23012
23068
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RebootDBCluster AWS API Documentation
|
23013
23069
|
#
|
@@ -24509,6 +24565,8 @@ module Aws::RDS
|
|
24509
24565
|
# resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.replica_mode #=> String, one of "open-read-only", "mounted"
|
24510
24566
|
# resp.db_cluster.pending_modified_values.iops #=> Integer
|
24511
24567
|
# resp.db_cluster.pending_modified_values.storage_type #=> String
|
24568
|
+
# resp.db_cluster.pending_modified_values.certificate_details.ca_identifier #=> String
|
24569
|
+
# resp.db_cluster.pending_modified_values.certificate_details.valid_till #=> Time
|
24512
24570
|
# resp.db_cluster.db_cluster_instance_class #=> String
|
24513
24571
|
# resp.db_cluster.storage_type #=> String
|
24514
24572
|
# resp.db_cluster.iops #=> Integer
|
@@ -24532,6 +24590,8 @@ module Aws::RDS
|
|
24532
24590
|
# resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
|
24533
24591
|
# resp.db_cluster.limitless_database.min_required_acu #=> Float
|
24534
24592
|
# resp.db_cluster.storage_throughput #=> Integer
|
24593
|
+
# resp.db_cluster.certificate_details.ca_identifier #=> String
|
24594
|
+
# resp.db_cluster.certificate_details.valid_till #=> Time
|
24535
24595
|
#
|
24536
24596
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterFromS3 AWS API Documentation
|
24537
24597
|
#
|
@@ -25224,6 +25284,8 @@ module Aws::RDS
|
|
25224
25284
|
# resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.replica_mode #=> String, one of "open-read-only", "mounted"
|
25225
25285
|
# resp.db_cluster.pending_modified_values.iops #=> Integer
|
25226
25286
|
# resp.db_cluster.pending_modified_values.storage_type #=> String
|
25287
|
+
# resp.db_cluster.pending_modified_values.certificate_details.ca_identifier #=> String
|
25288
|
+
# resp.db_cluster.pending_modified_values.certificate_details.valid_till #=> Time
|
25227
25289
|
# resp.db_cluster.db_cluster_instance_class #=> String
|
25228
25290
|
# resp.db_cluster.storage_type #=> String
|
25229
25291
|
# resp.db_cluster.iops #=> Integer
|
@@ -25247,6 +25309,8 @@ module Aws::RDS
|
|
25247
25309
|
# resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
|
25248
25310
|
# resp.db_cluster.limitless_database.min_required_acu #=> Float
|
25249
25311
|
# resp.db_cluster.storage_throughput #=> Integer
|
25312
|
+
# resp.db_cluster.certificate_details.ca_identifier #=> String
|
25313
|
+
# resp.db_cluster.certificate_details.valid_till #=> Time
|
25250
25314
|
#
|
25251
25315
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterFromSnapshot AWS API Documentation
|
25252
25316
|
#
|
@@ -25914,6 +25978,8 @@ module Aws::RDS
|
|
25914
25978
|
# resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.replica_mode #=> String, one of "open-read-only", "mounted"
|
25915
25979
|
# resp.db_cluster.pending_modified_values.iops #=> Integer
|
25916
25980
|
# resp.db_cluster.pending_modified_values.storage_type #=> String
|
25981
|
+
# resp.db_cluster.pending_modified_values.certificate_details.ca_identifier #=> String
|
25982
|
+
# resp.db_cluster.pending_modified_values.certificate_details.valid_till #=> Time
|
25917
25983
|
# resp.db_cluster.db_cluster_instance_class #=> String
|
25918
25984
|
# resp.db_cluster.storage_type #=> String
|
25919
25985
|
# resp.db_cluster.iops #=> Integer
|
@@ -25937,6 +26003,8 @@ module Aws::RDS
|
|
25937
26003
|
# resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
|
25938
26004
|
# resp.db_cluster.limitless_database.min_required_acu #=> Float
|
25939
26005
|
# resp.db_cluster.storage_throughput #=> Integer
|
26006
|
+
# resp.db_cluster.certificate_details.ca_identifier #=> String
|
26007
|
+
# resp.db_cluster.certificate_details.valid_till #=> Time
|
25940
26008
|
#
|
25941
26009
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterToPointInTime AWS API Documentation
|
25942
26010
|
#
|
@@ -26170,10 +26238,10 @@ module Aws::RDS
|
|
26170
26238
|
# @option params [String] :storage_type
|
26171
26239
|
# Specifies the storage type to be associated with the DB instance.
|
26172
26240
|
#
|
26173
|
-
# Valid Values: `gp2 | gp3 | io1 | standard`
|
26241
|
+
# Valid Values: `gp2 | gp3 | io1 | io2 | standard`
|
26174
26242
|
#
|
26175
|
-
# If you specify `io1` or `gp3`, you must also include a value
|
26176
|
-
# `Iops` parameter.
|
26243
|
+
# If you specify `io1`, `io2`, or `gp3`, you must also include a value
|
26244
|
+
# for the `Iops` parameter.
|
26177
26245
|
#
|
26178
26246
|
# Default: `io1` if the `Iops` parameter is specified, otherwise `gp2`
|
26179
26247
|
#
|
@@ -26997,10 +27065,10 @@ module Aws::RDS
|
|
26997
27065
|
# @option params [String] :storage_type
|
26998
27066
|
# Specifies the storage type to be associated with the DB instance.
|
26999
27067
|
#
|
27000
|
-
# Valid Values: `gp2 | gp3 | io1 | standard`
|
27068
|
+
# Valid Values: `gp2 | gp3 | io1 | io2 | standard`
|
27001
27069
|
#
|
27002
|
-
# If you specify `io1` or `gp3`, you must also include a value
|
27003
|
-
# `Iops` parameter.
|
27070
|
+
# If you specify `io1`, `io2`, or `gp3`, you must also include a value
|
27071
|
+
# for the `Iops` parameter.
|
27004
27072
|
#
|
27005
27073
|
# Default: `io1` if the `Iops` parameter is specified; otherwise `gp2`
|
27006
27074
|
#
|
@@ -27731,15 +27799,15 @@ module Aws::RDS
|
|
27731
27799
|
# @option params [String] :storage_type
|
27732
27800
|
# The storage type to associate with the DB instance.
|
27733
27801
|
#
|
27734
|
-
# Valid Values: `gp2 | gp3 | io1 | standard`
|
27802
|
+
# Valid Values: `gp2 | gp3 | io1 | io2 | standard`
|
27735
27803
|
#
|
27736
27804
|
# Default: `io1`, if the `Iops` parameter is specified. Otherwise,
|
27737
27805
|
# `gp2`.
|
27738
27806
|
#
|
27739
27807
|
# Constraints:
|
27740
27808
|
#
|
27741
|
-
# * If you specify `io1` or `gp3`, you must also include a value
|
27742
|
-
# `Iops` parameter.
|
27809
|
+
# * If you specify `io1`, `io2`, or `gp3`, you must also include a value
|
27810
|
+
# for the `Iops` parameter.
|
27743
27811
|
#
|
27744
27812
|
# ^
|
27745
27813
|
#
|
@@ -28721,6 +28789,8 @@ module Aws::RDS
|
|
28721
28789
|
# resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.replica_mode #=> String, one of "open-read-only", "mounted"
|
28722
28790
|
# resp.db_cluster.pending_modified_values.iops #=> Integer
|
28723
28791
|
# resp.db_cluster.pending_modified_values.storage_type #=> String
|
28792
|
+
# resp.db_cluster.pending_modified_values.certificate_details.ca_identifier #=> String
|
28793
|
+
# resp.db_cluster.pending_modified_values.certificate_details.valid_till #=> Time
|
28724
28794
|
# resp.db_cluster.db_cluster_instance_class #=> String
|
28725
28795
|
# resp.db_cluster.storage_type #=> String
|
28726
28796
|
# resp.db_cluster.iops #=> Integer
|
@@ -28744,6 +28814,8 @@ module Aws::RDS
|
|
28744
28814
|
# resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
|
28745
28815
|
# resp.db_cluster.limitless_database.min_required_acu #=> Float
|
28746
28816
|
# resp.db_cluster.storage_throughput #=> Integer
|
28817
|
+
# resp.db_cluster.certificate_details.ca_identifier #=> String
|
28818
|
+
# resp.db_cluster.certificate_details.valid_till #=> Time
|
28747
28819
|
#
|
28748
28820
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBCluster AWS API Documentation
|
28749
28821
|
#
|
@@ -29558,6 +29630,8 @@ module Aws::RDS
|
|
29558
29630
|
# resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.replica_mode #=> String, one of "open-read-only", "mounted"
|
29559
29631
|
# resp.db_cluster.pending_modified_values.iops #=> Integer
|
29560
29632
|
# resp.db_cluster.pending_modified_values.storage_type #=> String
|
29633
|
+
# resp.db_cluster.pending_modified_values.certificate_details.ca_identifier #=> String
|
29634
|
+
# resp.db_cluster.pending_modified_values.certificate_details.valid_till #=> Time
|
29561
29635
|
# resp.db_cluster.db_cluster_instance_class #=> String
|
29562
29636
|
# resp.db_cluster.storage_type #=> String
|
29563
29637
|
# resp.db_cluster.iops #=> Integer
|
@@ -29581,6 +29655,8 @@ module Aws::RDS
|
|
29581
29655
|
# resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
|
29582
29656
|
# resp.db_cluster.limitless_database.min_required_acu #=> Float
|
29583
29657
|
# resp.db_cluster.storage_throughput #=> Integer
|
29658
|
+
# resp.db_cluster.certificate_details.ca_identifier #=> String
|
29659
|
+
# resp.db_cluster.certificate_details.valid_till #=> Time
|
29584
29660
|
#
|
29585
29661
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBCluster AWS API Documentation
|
29586
29662
|
#
|
@@ -30428,7 +30504,7 @@ module Aws::RDS
|
|
30428
30504
|
params: params,
|
30429
30505
|
config: config)
|
30430
30506
|
context[:gem_name] = 'aws-sdk-rds'
|
30431
|
-
context[:gem_version] = '1.
|
30507
|
+
context[:gem_version] = '1.221.0'
|
30432
30508
|
Seahorse::Client::Request.new(handlers, context)
|
30433
30509
|
end
|
30434
30510
|
|
@@ -908,6 +908,7 @@ module Aws::RDS
|
|
908
908
|
ClusterPendingModifiedValues.add_member(:rds_custom_cluster_configuration, Shapes::ShapeRef.new(shape: RdsCustomClusterConfiguration, location_name: "RdsCustomClusterConfiguration"))
|
909
909
|
ClusterPendingModifiedValues.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Iops"))
|
910
910
|
ClusterPendingModifiedValues.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
|
911
|
+
ClusterPendingModifiedValues.add_member(:certificate_details, Shapes::ShapeRef.new(shape: CertificateDetails, location_name: "CertificateDetails"))
|
911
912
|
ClusterPendingModifiedValues.struct_class = Types::ClusterPendingModifiedValues
|
912
913
|
|
913
914
|
ConnectionPoolConfiguration.add_member(:max_connections_percent, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxConnectionsPercent"))
|
@@ -1072,6 +1073,7 @@ module Aws::RDS
|
|
1072
1073
|
CreateDBClusterMessage.add_member(:manage_master_user_password, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ManageMasterUserPassword"))
|
1073
1074
|
CreateDBClusterMessage.add_member(:master_user_secret_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "MasterUserSecretKmsKeyId"))
|
1074
1075
|
CreateDBClusterMessage.add_member(:enable_local_write_forwarding, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableLocalWriteForwarding"))
|
1076
|
+
CreateDBClusterMessage.add_member(:ca_certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CACertificateIdentifier"))
|
1075
1077
|
CreateDBClusterMessage.add_member(:source_region, Shapes::ShapeRef.new(shape: String, location_name: "SourceRegion"))
|
1076
1078
|
CreateDBClusterMessage.struct_class = Types::CreateDBClusterMessage
|
1077
1079
|
|
@@ -1423,6 +1425,7 @@ module Aws::RDS
|
|
1423
1425
|
DBCluster.add_member(:aws_backup_recovery_point_arn, Shapes::ShapeRef.new(shape: String, location_name: "AwsBackupRecoveryPointArn"))
|
1424
1426
|
DBCluster.add_member(:limitless_database, Shapes::ShapeRef.new(shape: LimitlessDatabase, location_name: "LimitlessDatabase"))
|
1425
1427
|
DBCluster.add_member(:storage_throughput, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "StorageThroughput"))
|
1428
|
+
DBCluster.add_member(:certificate_details, Shapes::ShapeRef.new(shape: CertificateDetails, location_name: "CertificateDetails"))
|
1426
1429
|
DBCluster.struct_class = Types::DBCluster
|
1427
1430
|
|
1428
1431
|
DBClusterAlreadyExistsFault.struct_class = Types::DBClusterAlreadyExistsFault
|
@@ -3068,6 +3071,7 @@ module Aws::RDS
|
|
3068
3071
|
ModifyDBClusterMessage.add_member(:enable_local_write_forwarding, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableLocalWriteForwarding"))
|
3069
3072
|
ModifyDBClusterMessage.add_member(:aws_backup_recovery_point_arn, Shapes::ShapeRef.new(shape: AwsBackupRecoveryPointArn, location_name: "AwsBackupRecoveryPointArn"))
|
3070
3073
|
ModifyDBClusterMessage.add_member(:enable_limitless_database, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableLimitlessDatabase"))
|
3074
|
+
ModifyDBClusterMessage.add_member(:ca_certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CACertificateIdentifier"))
|
3071
3075
|
ModifyDBClusterMessage.struct_class = Types::ModifyDBClusterMessage
|
3072
3076
|
|
3073
3077
|
ModifyDBClusterParameterGroupMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterParameterGroupName"))
|
@@ -696,6 +696,22 @@ module Aws::RDS
|
|
696
696
|
data[:storage_throughput]
|
697
697
|
end
|
698
698
|
|
699
|
+
# Returns the details of the DB instance’s server certificate.
|
700
|
+
#
|
701
|
+
# For more information, see [Using SSL/TLS to encrypt a connection to a
|
702
|
+
# DB instance][1] in the *Amazon RDS User Guide* and [ Using SSL/TLS to
|
703
|
+
# encrypt a connection to a DB cluster][2] in the *Amazon Aurora User
|
704
|
+
# Guide*.
|
705
|
+
#
|
706
|
+
#
|
707
|
+
#
|
708
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
|
709
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html
|
710
|
+
# @return [Types::CertificateDetails]
|
711
|
+
def certificate_details
|
712
|
+
data[:certificate_details]
|
713
|
+
end
|
714
|
+
|
699
715
|
# @!endgroup
|
700
716
|
|
701
717
|
# @return [Client]
|
@@ -907,6 +923,7 @@ module Aws::RDS
|
|
907
923
|
# manage_master_user_password: false,
|
908
924
|
# master_user_secret_kms_key_id: "String",
|
909
925
|
# enable_local_write_forwarding: false,
|
926
|
+
# ca_certificate_identifier: "String",
|
910
927
|
# source_region: "String",
|
911
928
|
# })
|
912
929
|
# @param [Hash] options ({})
|
@@ -1420,7 +1437,7 @@ module Aws::RDS
|
|
1420
1437
|
#
|
1421
1438
|
# * Aurora DB clusters - `aurora | aurora-iopt1`
|
1422
1439
|
#
|
1423
|
-
# * Multi-AZ DB clusters - `io1`
|
1440
|
+
# * Multi-AZ DB clusters - `io1 | io2 | gp3`
|
1424
1441
|
#
|
1425
1442
|
# Default:
|
1426
1443
|
#
|
@@ -1659,6 +1676,18 @@ module Aws::RDS
|
|
1659
1676
|
# aren't allowed on reader DB instances.
|
1660
1677
|
#
|
1661
1678
|
# Valid for: Aurora DB clusters only
|
1679
|
+
# @option options [String] :ca_certificate_identifier
|
1680
|
+
# The CA certificate identifier to use for the DB cluster's server
|
1681
|
+
# certificate.
|
1682
|
+
#
|
1683
|
+
# For more information, see [Using SSL/TLS to encrypt a connection to a
|
1684
|
+
# DB instance][1] in the *Amazon RDS User Guide*.
|
1685
|
+
#
|
1686
|
+
# Valid for Cluster Type: Multi-AZ DB clusters
|
1687
|
+
#
|
1688
|
+
#
|
1689
|
+
#
|
1690
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
|
1662
1691
|
# @option options [String] :source_region
|
1663
1692
|
# The source region of the snapshot. This is only needed when the
|
1664
1693
|
# shapshot is encrypted and in a different region.
|
@@ -1857,6 +1886,7 @@ module Aws::RDS
|
|
1857
1886
|
# enable_local_write_forwarding: false,
|
1858
1887
|
# aws_backup_recovery_point_arn: "AwsBackupRecoveryPointArn",
|
1859
1888
|
# enable_limitless_database: false,
|
1889
|
+
# ca_certificate_identifier: "String",
|
1860
1890
|
# })
|
1861
1891
|
# @param [Hash] options ({})
|
1862
1892
|
# @option options [String] :new_db_cluster_identifier
|
@@ -2220,7 +2250,7 @@ module Aws::RDS
|
|
2220
2250
|
#
|
2221
2251
|
# * Aurora DB clusters - `aurora | aurora-iopt1`
|
2222
2252
|
#
|
2223
|
-
# * Multi-AZ DB clusters - `io1`
|
2253
|
+
# * Multi-AZ DB clusters - `io1 | io2 | gp3`
|
2224
2254
|
#
|
2225
2255
|
# Default:
|
2226
2256
|
#
|
@@ -2486,6 +2516,18 @@ module Aws::RDS
|
|
2486
2516
|
# Aurora Limitless Database to create a DB shard group.
|
2487
2517
|
#
|
2488
2518
|
# Valid for: Aurora DB clusters only
|
2519
|
+
# @option options [String] :ca_certificate_identifier
|
2520
|
+
# The CA certificate identifier to use for the DB cluster's server
|
2521
|
+
# certificate.
|
2522
|
+
#
|
2523
|
+
# For more information, see [Using SSL/TLS to encrypt a connection to a
|
2524
|
+
# DB instance][1] in the *Amazon RDS User Guide*.
|
2525
|
+
#
|
2526
|
+
# Valid for Cluster Type: Multi-AZ DB clusters
|
2527
|
+
#
|
2528
|
+
#
|
2529
|
+
#
|
2530
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
|
2489
2531
|
# @return [DBCluster]
|
2490
2532
|
def modify(options = {})
|
2491
2533
|
options = options.merge(db_cluster_identifier: @id)
|