aws-sdk-rds 1.273.0 → 1.274.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 +312 -9
- data/lib/aws-sdk-rds/client_api.rb +13 -1
- data/lib/aws-sdk-rds/db_cluster.rb +23 -2
- data/lib/aws-sdk-rds/db_instance.rb +89 -4
- data/lib/aws-sdk-rds/db_snapshot.rb +47 -0
- data/lib/aws-sdk-rds/resource.rb +15 -1
- data/lib/aws-sdk-rds/types.rb +347 -10
- data/lib/aws-sdk-rds.rb +1 -1
- data/sig/client.rbs +13 -4
- data/sig/db_instance.rbs +3 -1
- data/sig/db_snapshot.rbs +3 -1
- data/sig/types.rbs +10 -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: e070ab8103e3dd1cf61b8282e8223983010f5dff4c0788e0f4c47db14896a2a8
|
4
|
+
data.tar.gz: 6e2893ebabea2f890dae9df48dcd40a3659481f4898419e1185d0dedee4946da
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 774b07b235e3ae7594ab5c17806b32da69fedd6fe431cd428c1928718d40a1c079742e219c81545df0b51c6f5a446189baeb01deaea96fb5608af596f29e94bf
|
7
|
+
data.tar.gz: 1050abba589683c1a0d19bf689c5dd9dc1cf8bb2528616d3a3b499a763d71d0f9eb31f427f38d9003410248026d9a886abacd439da8c59018436f7cabb6d90f1
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.274.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -3342,7 +3342,14 @@ module Aws::RDS
|
|
3342
3342
|
# the DB cluster during the maintenance window. By default, minor engine
|
3343
3343
|
# upgrades are applied automatically.
|
3344
3344
|
#
|
3345
|
-
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB cluster
|
3345
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB cluster.
|
3346
|
+
#
|
3347
|
+
# For more information about automatic minor version upgrades, see
|
3348
|
+
# [Automatically upgrading the minor engine version][1].
|
3349
|
+
#
|
3350
|
+
#
|
3351
|
+
#
|
3352
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Upgrading.html#USER_UpgradeDBInstance.Upgrading.AutoMinorVersionUpgrades
|
3346
3353
|
#
|
3347
3354
|
# @option params [Integer] :monitoring_interval
|
3348
3355
|
# The interval, in seconds, between points when Enhanced Monitoring
|
@@ -5036,6 +5043,13 @@ module Aws::RDS
|
|
5036
5043
|
# If you create an RDS Custom DB instance, you must set
|
5037
5044
|
# `AutoMinorVersionUpgrade` to `false`.
|
5038
5045
|
#
|
5046
|
+
# For more information about automatic minor version upgrades, see
|
5047
|
+
# [Automatically upgrading the minor engine version][1].
|
5048
|
+
#
|
5049
|
+
#
|
5050
|
+
#
|
5051
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Upgrading.html#USER_UpgradeDBInstance.Upgrading.AutoMinorVersionUpgrades
|
5052
|
+
#
|
5039
5053
|
# @option params [String] :license_model
|
5040
5054
|
# The license model information for this DB instance.
|
5041
5055
|
#
|
@@ -6193,6 +6207,13 @@ module Aws::RDS
|
|
6193
6207
|
#
|
6194
6208
|
# Default: Inherits the value from the source DB instance.
|
6195
6209
|
#
|
6210
|
+
# For more information about automatic minor version upgrades, see
|
6211
|
+
# [Automatically upgrading the minor engine version][1].
|
6212
|
+
#
|
6213
|
+
#
|
6214
|
+
#
|
6215
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Upgrading.html#USER_UpgradeDBInstance.Upgrading.AutoMinorVersionUpgrades
|
6216
|
+
#
|
6196
6217
|
# @option params [Integer] :iops
|
6197
6218
|
# The amount of Provisioned IOPS (input/output operations per second) to
|
6198
6219
|
# initially allocate for the DB instance.
|
@@ -8625,7 +8646,7 @@ module Aws::RDS
|
|
8625
8646
|
#
|
8626
8647
|
# * Can't be a reserved word for the chosen database engine.
|
8627
8648
|
#
|
8628
|
-
# @option params [
|
8649
|
+
# @option params [String] :master_user_password
|
8629
8650
|
# The password for the master user in your tenant database.
|
8630
8651
|
#
|
8631
8652
|
# Constraints:
|
@@ -8636,6 +8657,8 @@ module Aws::RDS
|
|
8636
8657
|
# (`/`), double quote (`"`), at symbol (`@`), ampersand (`&`), or
|
8637
8658
|
# single quote (`'`).
|
8638
8659
|
#
|
8660
|
+
# * Can't be specified when `ManageMasterUserPassword` is enabled.
|
8661
|
+
#
|
8639
8662
|
# @option params [String] :character_set_name
|
8640
8663
|
# The character set for your tenant database. If you don't specify a
|
8641
8664
|
# value, the character set name defaults to `AL32UTF8`.
|
@@ -8643,6 +8666,47 @@ module Aws::RDS
|
|
8643
8666
|
# @option params [String] :nchar_character_set_name
|
8644
8667
|
# The `NCHAR` value for the tenant database.
|
8645
8668
|
#
|
8669
|
+
# @option params [Boolean] :manage_master_user_password
|
8670
|
+
# Specifies whether to manage the master user password with Amazon Web
|
8671
|
+
# Services Secrets Manager.
|
8672
|
+
#
|
8673
|
+
# For more information, see [Password management with Amazon Web
|
8674
|
+
# Services Secrets Manager][1] in the *Amazon RDS User Guide.*
|
8675
|
+
#
|
8676
|
+
# Constraints:
|
8677
|
+
#
|
8678
|
+
# * Can't manage the master user password with Amazon Web Services
|
8679
|
+
# Secrets Manager if `MasterUserPassword` is specified.
|
8680
|
+
#
|
8681
|
+
# ^
|
8682
|
+
#
|
8683
|
+
#
|
8684
|
+
#
|
8685
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html
|
8686
|
+
#
|
8687
|
+
# @option params [String] :master_user_secret_kms_key_id
|
8688
|
+
# The Amazon Web Services KMS key identifier to encrypt a secret that is
|
8689
|
+
# automatically generated and managed in Amazon Web Services Secrets
|
8690
|
+
# Manager.
|
8691
|
+
#
|
8692
|
+
# This setting is valid only if the master user password is managed by
|
8693
|
+
# RDS in Amazon Web Services Secrets Manager for the DB instance.
|
8694
|
+
#
|
8695
|
+
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
8696
|
+
# alias ARN, or alias name for the KMS key. To use a KMS key in a
|
8697
|
+
# different Amazon Web Services account, specify the key ARN or alias
|
8698
|
+
# ARN.
|
8699
|
+
#
|
8700
|
+
# If you don't specify `MasterUserSecretKmsKeyId`, then the
|
8701
|
+
# `aws/secretsmanager` KMS key is used to encrypt the secret. If the
|
8702
|
+
# secret is in a different Amazon Web Services account, then you can't
|
8703
|
+
# use the `aws/secretsmanager` KMS key to encrypt the secret, and you
|
8704
|
+
# must use a customer managed KMS key.
|
8705
|
+
#
|
8706
|
+
# There is a default KMS key for your Amazon Web Services account. Your
|
8707
|
+
# Amazon Web Services account has a different default KMS key for each
|
8708
|
+
# Amazon Web Services Region.
|
8709
|
+
#
|
8646
8710
|
# @option params [Array<Types::Tag>] :tags
|
8647
8711
|
# A list of tags.
|
8648
8712
|
#
|
@@ -8665,9 +8729,11 @@ module Aws::RDS
|
|
8665
8729
|
# db_instance_identifier: "String", # required
|
8666
8730
|
# tenant_db_name: "String", # required
|
8667
8731
|
# master_username: "String", # required
|
8668
|
-
# master_user_password: "SensitiveString",
|
8732
|
+
# master_user_password: "SensitiveString",
|
8669
8733
|
# character_set_name: "String",
|
8670
8734
|
# nchar_character_set_name: "String",
|
8735
|
+
# manage_master_user_password: false,
|
8736
|
+
# master_user_secret_kms_key_id: "String",
|
8671
8737
|
# tags: [
|
8672
8738
|
# {
|
8673
8739
|
# key: "String",
|
@@ -8691,6 +8757,9 @@ module Aws::RDS
|
|
8691
8757
|
# resp.tenant_database.deletion_protection #=> Boolean
|
8692
8758
|
# resp.tenant_database.pending_modified_values.master_user_password #=> String
|
8693
8759
|
# resp.tenant_database.pending_modified_values.tenant_db_name #=> String
|
8760
|
+
# resp.tenant_database.master_user_secret.secret_arn #=> String
|
8761
|
+
# resp.tenant_database.master_user_secret.secret_status #=> String
|
8762
|
+
# resp.tenant_database.master_user_secret.kms_key_id #=> String
|
8694
8763
|
# resp.tenant_database.tag_list #=> Array
|
8695
8764
|
# resp.tenant_database.tag_list[0].key #=> String
|
8696
8765
|
# resp.tenant_database.tag_list[0].value #=> String
|
@@ -10783,6 +10852,9 @@ module Aws::RDS
|
|
10783
10852
|
# resp.tenant_database.deletion_protection #=> Boolean
|
10784
10853
|
# resp.tenant_database.pending_modified_values.master_user_password #=> String
|
10785
10854
|
# resp.tenant_database.pending_modified_values.tenant_db_name #=> String
|
10855
|
+
# resp.tenant_database.master_user_secret.secret_arn #=> String
|
10856
|
+
# resp.tenant_database.master_user_secret.secret_status #=> String
|
10857
|
+
# resp.tenant_database.master_user_secret.kms_key_id #=> String
|
10786
10858
|
# resp.tenant_database.tag_list #=> Array
|
10787
10859
|
# resp.tenant_database.tag_list[0].key #=> String
|
10788
10860
|
# resp.tenant_database.tag_list[0].value #=> String
|
@@ -17582,6 +17654,9 @@ module Aws::RDS
|
|
17582
17654
|
# resp.tenant_databases[0].deletion_protection #=> Boolean
|
17583
17655
|
# resp.tenant_databases[0].pending_modified_values.master_user_password #=> String
|
17584
17656
|
# resp.tenant_databases[0].pending_modified_values.tenant_db_name #=> String
|
17657
|
+
# resp.tenant_databases[0].master_user_secret.secret_arn #=> String
|
17658
|
+
# resp.tenant_databases[0].master_user_secret.secret_status #=> String
|
17659
|
+
# resp.tenant_databases[0].master_user_secret.kms_key_id #=> String
|
17585
17660
|
# resp.tenant_databases[0].tag_list #=> Array
|
17586
17661
|
# resp.tenant_databases[0].tag_list[0].key #=> String
|
17587
17662
|
# resp.tenant_databases[0].tag_list[0].value #=> String
|
@@ -19259,7 +19334,14 @@ module Aws::RDS
|
|
19259
19334
|
# the DB cluster during the maintenance window. By default, minor engine
|
19260
19335
|
# upgrades are applied automatically.
|
19261
19336
|
#
|
19262
|
-
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
19337
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters.
|
19338
|
+
#
|
19339
|
+
# For more information about automatic minor version upgrades, see
|
19340
|
+
# [Automatically upgrading the minor engine version][1].
|
19341
|
+
#
|
19342
|
+
#
|
19343
|
+
#
|
19344
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Upgrading.html#USER_UpgradeDBInstance.Upgrading.AutoMinorVersionUpgrades
|
19263
19345
|
#
|
19264
19346
|
# @option params [Integer] :monitoring_interval
|
19265
19347
|
# The interval, in seconds, between points when Enhanced Monitoring
|
@@ -20342,11 +20424,17 @@ module Aws::RDS
|
|
20342
20424
|
#
|
20343
20425
|
# This setting doesn't apply to the following DB instances:
|
20344
20426
|
#
|
20345
|
-
# * Amazon Aurora
|
20346
|
-
#
|
20427
|
+
# * Amazon Aurora
|
20428
|
+
#
|
20429
|
+
# The password for the master user is managed by the DB cluster. For
|
20430
|
+
# more information, see `ModifyDBCluster`.
|
20347
20431
|
#
|
20348
20432
|
# * RDS Custom
|
20349
20433
|
#
|
20434
|
+
# * RDS for Oracle CDBs in the multi-tenant configuration
|
20435
|
+
#
|
20436
|
+
# Specify the master password in `ModifyTenantDatabase` instead.
|
20437
|
+
#
|
20350
20438
|
# Default: Uses existing setting
|
20351
20439
|
#
|
20352
20440
|
# Constraints:
|
@@ -20557,6 +20645,13 @@ module Aws::RDS
|
|
20557
20645
|
# For an RDS Custom DB instance, don't enable this setting. Otherwise,
|
20558
20646
|
# the operation returns an error.
|
20559
20647
|
#
|
20648
|
+
# For more information about automatic minor version upgrades, see
|
20649
|
+
# [Automatically upgrading the minor engine version][1].
|
20650
|
+
#
|
20651
|
+
#
|
20652
|
+
#
|
20653
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Upgrading.html#USER_UpgradeDBInstance.Upgrading.AutoMinorVersionUpgrades
|
20654
|
+
#
|
20560
20655
|
# @option params [String] :license_model
|
20561
20656
|
# The license model for the DB instance.
|
20562
20657
|
#
|
@@ -21188,7 +21283,11 @@ module Aws::RDS
|
|
21188
21283
|
# * Can't manage the master user password with Amazon Web Services
|
21189
21284
|
# Secrets Manager if `MasterUserPassword` is specified.
|
21190
21285
|
#
|
21191
|
-
#
|
21286
|
+
# * Can't specify for RDS for Oracle CDB instances in the multi-tenant
|
21287
|
+
# configuration. Use `ModifyTenantDatabase` instead.
|
21288
|
+
#
|
21289
|
+
# * Can't specify the parameters `ManageMasterUserPassword` and
|
21290
|
+
# `MultiTenant` in the same operation.
|
21192
21291
|
#
|
21193
21292
|
#
|
21194
21293
|
#
|
@@ -21199,7 +21298,7 @@ module Aws::RDS
|
|
21199
21298
|
# Secrets Manager for the master user password.
|
21200
21299
|
#
|
21201
21300
|
# This setting is valid only if the master user password is managed by
|
21202
|
-
# RDS in Amazon Web Services Secrets Manager for the DB
|
21301
|
+
# RDS in Amazon Web Services Secrets Manager for the DB instance. The
|
21203
21302
|
# secret value contains the updated password.
|
21204
21303
|
#
|
21205
21304
|
# For more information, see [Password management with Amazon Web
|
@@ -23108,6 +23207,99 @@ module Aws::RDS
|
|
23108
23207
|
#
|
23109
23208
|
# * Can't be longer than 8 characters.
|
23110
23209
|
#
|
23210
|
+
# @option params [Boolean] :manage_master_user_password
|
23211
|
+
# Specifies whether to manage the master user password with Amazon Web
|
23212
|
+
# Services Secrets Manager.
|
23213
|
+
#
|
23214
|
+
# If the tenant database doesn't manage the master user password with
|
23215
|
+
# Amazon Web Services Secrets Manager, you can turn on this management.
|
23216
|
+
# In this case, you can't specify `MasterUserPassword`.
|
23217
|
+
#
|
23218
|
+
# If the tenant database already manages the master user password with
|
23219
|
+
# Amazon Web Services Secrets Manager, and you specify that the master
|
23220
|
+
# user password is not managed with Amazon Web Services Secrets Manager,
|
23221
|
+
# then you must specify `MasterUserPassword`. In this case, Amazon RDS
|
23222
|
+
# deletes the secret and uses the new password for the master user
|
23223
|
+
# specified by `MasterUserPassword`.
|
23224
|
+
#
|
23225
|
+
# For more information, see [Password management with Amazon Web
|
23226
|
+
# Services Secrets Manager][1] in the *Amazon RDS User Guide.*
|
23227
|
+
#
|
23228
|
+
# Constraints:
|
23229
|
+
#
|
23230
|
+
# * Can't manage the master user password with Amazon Web Services
|
23231
|
+
# Secrets Manager if `MasterUserPassword` is specified.
|
23232
|
+
#
|
23233
|
+
# ^
|
23234
|
+
#
|
23235
|
+
#
|
23236
|
+
#
|
23237
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html
|
23238
|
+
#
|
23239
|
+
# @option params [Boolean] :rotate_master_user_password
|
23240
|
+
# Specifies whether to rotate the secret managed by Amazon Web Services
|
23241
|
+
# Secrets Manager for the master user password.
|
23242
|
+
#
|
23243
|
+
# This setting is valid only if the master user password is managed by
|
23244
|
+
# RDS in Amazon Web Services Secrets Manager for the DB instance. The
|
23245
|
+
# secret value contains the updated password.
|
23246
|
+
#
|
23247
|
+
# For more information, see [Password management with Amazon Web
|
23248
|
+
# Services Secrets Manager][1] in the *Amazon RDS User Guide.*
|
23249
|
+
#
|
23250
|
+
# Constraints:
|
23251
|
+
#
|
23252
|
+
# * You must apply the change immediately when rotating the master user
|
23253
|
+
# password.
|
23254
|
+
#
|
23255
|
+
# ^
|
23256
|
+
#
|
23257
|
+
#
|
23258
|
+
#
|
23259
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html
|
23260
|
+
#
|
23261
|
+
# @option params [String] :master_user_secret_kms_key_id
|
23262
|
+
# The Amazon Web Services KMS key identifier to encrypt a secret that is
|
23263
|
+
# automatically generated and managed in Amazon Web Services Secrets
|
23264
|
+
# Manager.
|
23265
|
+
#
|
23266
|
+
# This setting is valid only if both of the following conditions are
|
23267
|
+
# met:
|
23268
|
+
#
|
23269
|
+
# * The tenant database doesn't manage the master user password in
|
23270
|
+
# Amazon Web Services Secrets Manager.
|
23271
|
+
#
|
23272
|
+
# If the tenant database already manages the master user password in
|
23273
|
+
# Amazon Web Services Secrets Manager, you can't change the KMS key
|
23274
|
+
# used to encrypt the secret.
|
23275
|
+
#
|
23276
|
+
# * You're turning on `ManageMasterUserPassword` to manage the master
|
23277
|
+
# user password in Amazon Web Services Secrets Manager.
|
23278
|
+
#
|
23279
|
+
# If you're turning on `ManageMasterUserPassword` and don't specify
|
23280
|
+
# `MasterUserSecretKmsKeyId`, then the `aws/secretsmanager` KMS key is
|
23281
|
+
# used to encrypt the secret. If the secret is in a different Amazon
|
23282
|
+
# Web Services account, then you can't use the `aws/secretsmanager`
|
23283
|
+
# KMS key to encrypt the secret, and you must use a self-managed KMS
|
23284
|
+
# key.
|
23285
|
+
#
|
23286
|
+
# The Amazon Web Services KMS key identifier is any of the following:
|
23287
|
+
#
|
23288
|
+
# * Key ARN
|
23289
|
+
#
|
23290
|
+
# * Key ID
|
23291
|
+
#
|
23292
|
+
# * Alias ARN
|
23293
|
+
#
|
23294
|
+
# * Alias name for the KMS key
|
23295
|
+
#
|
23296
|
+
# To use a KMS key in a different Amazon Web Services account, specify
|
23297
|
+
# the key ARN or alias ARN.
|
23298
|
+
#
|
23299
|
+
# A default KMS key exists for your Amazon Web Services account. Your
|
23300
|
+
# Amazon Web Services account has a different default KMS key for each
|
23301
|
+
# Amazon Web Services Region.
|
23302
|
+
#
|
23111
23303
|
# @return [Types::ModifyTenantDatabaseResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
23112
23304
|
#
|
23113
23305
|
# * {Types::ModifyTenantDatabaseResult#tenant_database #tenant_database} => Types::TenantDatabase
|
@@ -23119,6 +23311,9 @@ module Aws::RDS
|
|
23119
23311
|
# tenant_db_name: "String", # required
|
23120
23312
|
# master_user_password: "SensitiveString",
|
23121
23313
|
# new_tenant_db_name: "String",
|
23314
|
+
# manage_master_user_password: false,
|
23315
|
+
# rotate_master_user_password: false,
|
23316
|
+
# master_user_secret_kms_key_id: "String",
|
23122
23317
|
# })
|
23123
23318
|
#
|
23124
23319
|
# @example Response structure
|
@@ -23136,6 +23331,9 @@ module Aws::RDS
|
|
23136
23331
|
# resp.tenant_database.deletion_protection #=> Boolean
|
23137
23332
|
# resp.tenant_database.pending_modified_values.master_user_password #=> String
|
23138
23333
|
# resp.tenant_database.pending_modified_values.tenant_db_name #=> String
|
23334
|
+
# resp.tenant_database.master_user_secret.secret_arn #=> String
|
23335
|
+
# resp.tenant_database.master_user_secret.secret_status #=> String
|
23336
|
+
# resp.tenant_database.master_user_secret.kms_key_id #=> String
|
23139
23337
|
# resp.tenant_database.tag_list #=> Array
|
23140
23338
|
# resp.tenant_database.tag_list[0].key #=> String
|
23141
23339
|
# resp.tenant_database.tag_list[0].value #=> String
|
@@ -27272,6 +27470,13 @@ module Aws::RDS
|
|
27272
27470
|
# If you restore an RDS Custom DB instance, you must disable this
|
27273
27471
|
# parameter.
|
27274
27472
|
#
|
27473
|
+
# For more information about automatic minor version upgrades, see
|
27474
|
+
# [Automatically upgrading the minor engine version][1].
|
27475
|
+
#
|
27476
|
+
#
|
27477
|
+
#
|
27478
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Upgrading.html#USER_UpgradeDBInstance.Upgrading.AutoMinorVersionUpgrades
|
27479
|
+
#
|
27275
27480
|
# @option params [String] :license_model
|
27276
27481
|
# License model information for the restored DB instance.
|
27277
27482
|
#
|
@@ -27752,6 +27957,46 @@ module Aws::RDS
|
|
27752
27957
|
#
|
27753
27958
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html
|
27754
27959
|
#
|
27960
|
+
# @option params [Boolean] :manage_master_user_password
|
27961
|
+
# Specifies whether to manage the master user password with Amazon Web
|
27962
|
+
# Services Secrets Manager in the restored DB instance.
|
27963
|
+
#
|
27964
|
+
# For more information, see [Password management with Amazon Web
|
27965
|
+
# Services Secrets Manager][1] in the *Amazon RDS User Guide*.
|
27966
|
+
#
|
27967
|
+
# Constraints:
|
27968
|
+
#
|
27969
|
+
# * Applies to RDS for Oracle only.
|
27970
|
+
#
|
27971
|
+
# ^
|
27972
|
+
#
|
27973
|
+
#
|
27974
|
+
#
|
27975
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html
|
27976
|
+
#
|
27977
|
+
# @option params [String] :master_user_secret_kms_key_id
|
27978
|
+
# The Amazon Web Services KMS key identifier to encrypt a secret that is
|
27979
|
+
# automatically generated and managed in Amazon Web Services Secrets
|
27980
|
+
# Manager.
|
27981
|
+
#
|
27982
|
+
# This setting is valid only if the master user password is managed by
|
27983
|
+
# RDS in Amazon Web Services Secrets Manager for the DB instance.
|
27984
|
+
#
|
27985
|
+
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
27986
|
+
# alias ARN, or alias name for the KMS key. To use a KMS key in a
|
27987
|
+
# different Amazon Web Services account, specify the key ARN or alias
|
27988
|
+
# ARN.
|
27989
|
+
#
|
27990
|
+
# If you don't specify `MasterUserSecretKmsKeyId`, then the
|
27991
|
+
# `aws/secretsmanager` KMS key is used to encrypt the secret. If the
|
27992
|
+
# secret is in a different Amazon Web Services account, then you can't
|
27993
|
+
# use the `aws/secretsmanager` KMS key to encrypt the secret, and you
|
27994
|
+
# must use a customer managed KMS key.
|
27995
|
+
#
|
27996
|
+
# There is a default KMS key for your Amazon Web Services account. Your
|
27997
|
+
# Amazon Web Services account has a different default KMS key for each
|
27998
|
+
# Amazon Web Services Region.
|
27999
|
+
#
|
27755
28000
|
# @return [Types::RestoreDBInstanceFromDBSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
27756
28001
|
#
|
27757
28002
|
# * {Types::RestoreDBInstanceFromDBSnapshotResult#db_instance #db_instance} => Types::DBInstance
|
@@ -27849,6 +28094,8 @@ module Aws::RDS
|
|
27849
28094
|
# dedicated_log_volume: false,
|
27850
28095
|
# ca_certificate_identifier: "String",
|
27851
28096
|
# engine_lifecycle_support: "String",
|
28097
|
+
# manage_master_user_password: false,
|
28098
|
+
# master_user_secret_kms_key_id: "String",
|
27852
28099
|
# })
|
27853
28100
|
#
|
27854
28101
|
# @example Response structure
|
@@ -28235,6 +28482,13 @@ module Aws::RDS
|
|
28235
28482
|
# DB instance during the maintenance window. By default, minor engine
|
28236
28483
|
# upgrades are not applied automatically.
|
28237
28484
|
#
|
28485
|
+
# For more information about automatic minor version upgrades, see
|
28486
|
+
# [Automatically upgrading the minor engine version][1].
|
28487
|
+
#
|
28488
|
+
#
|
28489
|
+
#
|
28490
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Upgrading.html#USER_UpgradeDBInstance.Upgrading.AutoMinorVersionUpgrades
|
28491
|
+
#
|
28238
28492
|
# @option params [String] :license_model
|
28239
28493
|
# The license model for this DB instance. Use `general-public-license`.
|
28240
28494
|
#
|
@@ -28982,6 +29236,13 @@ module Aws::RDS
|
|
28982
29236
|
#
|
28983
29237
|
# This setting doesn't apply to RDS Custom.
|
28984
29238
|
#
|
29239
|
+
# For more information about automatic minor version upgrades, see
|
29240
|
+
# [Automatically upgrading the minor engine version][1].
|
29241
|
+
#
|
29242
|
+
#
|
29243
|
+
#
|
29244
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Upgrading.html#USER_UpgradeDBInstance.Upgrading.AutoMinorVersionUpgrades
|
29245
|
+
#
|
28985
29246
|
# @option params [String] :license_model
|
28986
29247
|
# The license model information for the restored DB instance.
|
28987
29248
|
#
|
@@ -29459,6 +29720,46 @@ module Aws::RDS
|
|
29459
29720
|
#
|
29460
29721
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html
|
29461
29722
|
#
|
29723
|
+
# @option params [Boolean] :manage_master_user_password
|
29724
|
+
# Specifies whether to manage the master user password with Amazon Web
|
29725
|
+
# Services Secrets Manager in the restored DB instance.
|
29726
|
+
#
|
29727
|
+
# For more information, see [Password management with Amazon Web
|
29728
|
+
# Services Secrets Manager][1] in the *Amazon RDS User Guide*.
|
29729
|
+
#
|
29730
|
+
# Constraints:
|
29731
|
+
#
|
29732
|
+
# * Applies to RDS for Oracle only.
|
29733
|
+
#
|
29734
|
+
# ^
|
29735
|
+
#
|
29736
|
+
#
|
29737
|
+
#
|
29738
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html
|
29739
|
+
#
|
29740
|
+
# @option params [String] :master_user_secret_kms_key_id
|
29741
|
+
# The Amazon Web Services KMS key identifier to encrypt a secret that is
|
29742
|
+
# automatically generated and managed in Amazon Web Services Secrets
|
29743
|
+
# Manager.
|
29744
|
+
#
|
29745
|
+
# This setting is valid only if the master user password is managed by
|
29746
|
+
# RDS in Amazon Web Services Secrets Manager for the DB instance.
|
29747
|
+
#
|
29748
|
+
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
29749
|
+
# alias ARN, or alias name for the KMS key. To use a KMS key in a
|
29750
|
+
# different Amazon Web Services account, specify the key ARN or alias
|
29751
|
+
# ARN.
|
29752
|
+
#
|
29753
|
+
# If you don't specify `MasterUserSecretKmsKeyId`, then the
|
29754
|
+
# `aws/secretsmanager` KMS key is used to encrypt the secret. If the
|
29755
|
+
# secret is in a different Amazon Web Services account, then you can't
|
29756
|
+
# use the `aws/secretsmanager` KMS key to encrypt the secret, and you
|
29757
|
+
# must use a customer managed KMS key.
|
29758
|
+
#
|
29759
|
+
# There is a default KMS key for your Amazon Web Services account. Your
|
29760
|
+
# Amazon Web Services account has a different default KMS key for each
|
29761
|
+
# Amazon Web Services Region.
|
29762
|
+
#
|
29462
29763
|
# @return [Types::RestoreDBInstanceToPointInTimeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
29463
29764
|
#
|
29464
29765
|
# * {Types::RestoreDBInstanceToPointInTimeResult#db_instance #db_instance} => Types::DBInstance
|
@@ -29619,6 +29920,8 @@ module Aws::RDS
|
|
29619
29920
|
# dedicated_log_volume: false,
|
29620
29921
|
# ca_certificate_identifier: "String",
|
29621
29922
|
# engine_lifecycle_support: "String",
|
29923
|
+
# manage_master_user_password: false,
|
29924
|
+
# master_user_secret_kms_key_id: "String",
|
29622
29925
|
# })
|
29623
29926
|
#
|
29624
29927
|
# @example Response structure
|
@@ -31899,7 +32202,7 @@ module Aws::RDS
|
|
31899
32202
|
tracer: tracer
|
31900
32203
|
)
|
31901
32204
|
context[:gem_name] = 'aws-sdk-rds'
|
31902
|
-
context[:gem_version] = '1.
|
32205
|
+
context[:gem_version] = '1.274.0'
|
31903
32206
|
Seahorse::Client::Request.new(handlers, context)
|
31904
32207
|
end
|
31905
32208
|
|
@@ -1351,9 +1351,11 @@ module Aws::RDS
|
|
1351
1351
|
CreateTenantDatabaseMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceIdentifier"))
|
1352
1352
|
CreateTenantDatabaseMessage.add_member(:tenant_db_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TenantDBName"))
|
1353
1353
|
CreateTenantDatabaseMessage.add_member(:master_username, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MasterUsername"))
|
1354
|
-
CreateTenantDatabaseMessage.add_member(:master_user_password, Shapes::ShapeRef.new(shape: SensitiveString,
|
1354
|
+
CreateTenantDatabaseMessage.add_member(:master_user_password, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "MasterUserPassword"))
|
1355
1355
|
CreateTenantDatabaseMessage.add_member(:character_set_name, Shapes::ShapeRef.new(shape: String, location_name: "CharacterSetName"))
|
1356
1356
|
CreateTenantDatabaseMessage.add_member(:nchar_character_set_name, Shapes::ShapeRef.new(shape: String, location_name: "NcharCharacterSetName"))
|
1357
|
+
CreateTenantDatabaseMessage.add_member(:manage_master_user_password, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ManageMasterUserPassword"))
|
1358
|
+
CreateTenantDatabaseMessage.add_member(:master_user_secret_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "MasterUserSecretKmsKeyId"))
|
1357
1359
|
CreateTenantDatabaseMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1358
1360
|
CreateTenantDatabaseMessage.struct_class = Types::CreateTenantDatabaseMessage
|
1359
1361
|
|
@@ -3307,6 +3309,9 @@ module Aws::RDS
|
|
3307
3309
|
ModifyTenantDatabaseMessage.add_member(:tenant_db_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TenantDBName"))
|
3308
3310
|
ModifyTenantDatabaseMessage.add_member(:master_user_password, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "MasterUserPassword"))
|
3309
3311
|
ModifyTenantDatabaseMessage.add_member(:new_tenant_db_name, Shapes::ShapeRef.new(shape: String, location_name: "NewTenantDBName"))
|
3312
|
+
ModifyTenantDatabaseMessage.add_member(:manage_master_user_password, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ManageMasterUserPassword"))
|
3313
|
+
ModifyTenantDatabaseMessage.add_member(:rotate_master_user_password, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "RotateMasterUserPassword"))
|
3314
|
+
ModifyTenantDatabaseMessage.add_member(:master_user_secret_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "MasterUserSecretKmsKeyId"))
|
3310
3315
|
ModifyTenantDatabaseMessage.struct_class = Types::ModifyTenantDatabaseMessage
|
3311
3316
|
|
3312
3317
|
ModifyTenantDatabaseResult.add_member(:tenant_database, Shapes::ShapeRef.new(shape: TenantDatabase, location_name: "TenantDatabase"))
|
@@ -3923,6 +3928,8 @@ module Aws::RDS
|
|
3923
3928
|
RestoreDBInstanceFromDBSnapshotMessage.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
|
3924
3929
|
RestoreDBInstanceFromDBSnapshotMessage.add_member(:ca_certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CACertificateIdentifier"))
|
3925
3930
|
RestoreDBInstanceFromDBSnapshotMessage.add_member(:engine_lifecycle_support, Shapes::ShapeRef.new(shape: String, location_name: "EngineLifecycleSupport"))
|
3931
|
+
RestoreDBInstanceFromDBSnapshotMessage.add_member(:manage_master_user_password, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ManageMasterUserPassword"))
|
3932
|
+
RestoreDBInstanceFromDBSnapshotMessage.add_member(:master_user_secret_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "MasterUserSecretKmsKeyId"))
|
3926
3933
|
RestoreDBInstanceFromDBSnapshotMessage.struct_class = Types::RestoreDBInstanceFromDBSnapshotMessage
|
3927
3934
|
|
3928
3935
|
RestoreDBInstanceFromDBSnapshotResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
@@ -4031,6 +4038,8 @@ module Aws::RDS
|
|
4031
4038
|
RestoreDBInstanceToPointInTimeMessage.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
|
4032
4039
|
RestoreDBInstanceToPointInTimeMessage.add_member(:ca_certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CACertificateIdentifier"))
|
4033
4040
|
RestoreDBInstanceToPointInTimeMessage.add_member(:engine_lifecycle_support, Shapes::ShapeRef.new(shape: String, location_name: "EngineLifecycleSupport"))
|
4041
|
+
RestoreDBInstanceToPointInTimeMessage.add_member(:manage_master_user_password, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ManageMasterUserPassword"))
|
4042
|
+
RestoreDBInstanceToPointInTimeMessage.add_member(:master_user_secret_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "MasterUserSecretKmsKeyId"))
|
4034
4043
|
RestoreDBInstanceToPointInTimeMessage.struct_class = Types::RestoreDBInstanceToPointInTimeMessage
|
4035
4044
|
|
4036
4045
|
RestoreDBInstanceToPointInTimeResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
@@ -4274,6 +4283,7 @@ module Aws::RDS
|
|
4274
4283
|
TenantDatabase.add_member(:nchar_character_set_name, Shapes::ShapeRef.new(shape: String, location_name: "NcharCharacterSetName"))
|
4275
4284
|
TenantDatabase.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: Boolean, location_name: "DeletionProtection"))
|
4276
4285
|
TenantDatabase.add_member(:pending_modified_values, Shapes::ShapeRef.new(shape: TenantDatabasePendingModifiedValues, location_name: "PendingModifiedValues"))
|
4286
|
+
TenantDatabase.add_member(:master_user_secret, Shapes::ShapeRef.new(shape: MasterUserSecret, location_name: "MasterUserSecret"))
|
4277
4287
|
TenantDatabase.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
|
4278
4288
|
TenantDatabase.struct_class = Types::TenantDatabase
|
4279
4289
|
|
@@ -4839,6 +4849,7 @@ module Aws::RDS
|
|
4839
4849
|
o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
|
4840
4850
|
o.errors << Shapes::ShapeRef.new(shape: TenantDatabaseAlreadyExistsFault)
|
4841
4851
|
o.errors << Shapes::ShapeRef.new(shape: TenantDatabaseQuotaExceededFault)
|
4852
|
+
o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
|
4842
4853
|
end)
|
4843
4854
|
|
4844
4855
|
api.add_operation(:delete_blue_green_deployment, Seahorse::Model::Operation.new.tap do |o|
|
@@ -6068,6 +6079,7 @@ module Aws::RDS
|
|
6068
6079
|
o.errors << Shapes::ShapeRef.new(shape: TenantDatabaseNotFoundFault)
|
6069
6080
|
o.errors << Shapes::ShapeRef.new(shape: TenantDatabaseAlreadyExistsFault)
|
6070
6081
|
o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
|
6082
|
+
o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
|
6071
6083
|
end)
|
6072
6084
|
|
6073
6085
|
api.add_operation(:promote_read_replica, Seahorse::Model::Operation.new.tap do |o|
|
@@ -552,6 +552,13 @@ module Aws::RDS
|
|
552
552
|
# Indicates whether minor version patches are applied automatically.
|
553
553
|
#
|
554
554
|
# This setting is for Aurora DB clusters and Multi-AZ DB clusters.
|
555
|
+
#
|
556
|
+
# For more information about automatic minor version upgrades, see
|
557
|
+
# [Automatically upgrading the minor engine version][1].
|
558
|
+
#
|
559
|
+
#
|
560
|
+
#
|
561
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Upgrading.html#USER_UpgradeDBInstance.Upgrading.AutoMinorVersionUpgrades
|
555
562
|
# @return [Boolean]
|
556
563
|
def auto_minor_version_upgrade
|
557
564
|
data[:auto_minor_version_upgrade]
|
@@ -1579,7 +1586,14 @@ module Aws::RDS
|
|
1579
1586
|
# the DB cluster during the maintenance window. By default, minor engine
|
1580
1587
|
# upgrades are applied automatically.
|
1581
1588
|
#
|
1582
|
-
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB cluster
|
1589
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB cluster.
|
1590
|
+
#
|
1591
|
+
# For more information about automatic minor version upgrades, see
|
1592
|
+
# [Automatically upgrading the minor engine version][1].
|
1593
|
+
#
|
1594
|
+
#
|
1595
|
+
#
|
1596
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Upgrading.html#USER_UpgradeDBInstance.Upgrading.AutoMinorVersionUpgrades
|
1583
1597
|
# @option options [Integer] :monitoring_interval
|
1584
1598
|
# The interval, in seconds, between points when Enhanced Monitoring
|
1585
1599
|
# metrics are collected for the DB cluster. To turn off collecting
|
@@ -2413,7 +2427,14 @@ module Aws::RDS
|
|
2413
2427
|
# the DB cluster during the maintenance window. By default, minor engine
|
2414
2428
|
# upgrades are applied automatically.
|
2415
2429
|
#
|
2416
|
-
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
2430
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters.
|
2431
|
+
#
|
2432
|
+
# For more information about automatic minor version upgrades, see
|
2433
|
+
# [Automatically upgrading the minor engine version][1].
|
2434
|
+
#
|
2435
|
+
#
|
2436
|
+
#
|
2437
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Upgrading.html#USER_UpgradeDBInstance.Upgrading.AutoMinorVersionUpgrades
|
2417
2438
|
# @option options [Integer] :monitoring_interval
|
2418
2439
|
# The interval, in seconds, between points when Enhanced Monitoring
|
2419
2440
|
# metrics are collected for the DB cluster. To turn off collecting
|