aws-sdk-rds 1.199.0 → 1.201.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.
@@ -1822,6 +1822,7 @@ module Aws::RDS
1822
1822
  # resp.db_snapshot.storage_throughput #=> Integer
1823
1823
  # resp.db_snapshot.db_system_id #=> String
1824
1824
  # resp.db_snapshot.dedicated_log_volume #=> Boolean
1825
+ # resp.db_snapshot.multi_tenant #=> Boolean
1825
1826
  #
1826
1827
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CopyDBSnapshot AWS API Documentation
1827
1828
  #
@@ -2908,6 +2909,9 @@ module Aws::RDS
2908
2909
  #
2909
2910
  # Valid for Cluster Type: Aurora DB clusters only
2910
2911
  #
2912
+ # @option params [Types::RdsCustomClusterConfiguration] :rds_custom_cluster_configuration
2913
+ # Reserved for future use.
2914
+ #
2911
2915
  # @option params [Boolean] :deletion_protection
2912
2916
  # Specifies whether the DB cluster has deletion protection enabled. The
2913
2917
  # database can't be deleted when deletion protection is enabled. By
@@ -3452,6 +3456,10 @@ module Aws::RDS
3452
3456
  # timeout_action: "String",
3453
3457
  # seconds_before_timeout: 1,
3454
3458
  # },
3459
+ # rds_custom_cluster_configuration: {
3460
+ # interconnect_subnet_id: "String",
3461
+ # transit_gateway_multicast_domain_id: "String",
3462
+ # },
3455
3463
  # deletion_protection: false,
3456
3464
  # global_cluster_identifier: "String",
3457
3465
  # enable_http_endpoint: false,
@@ -3548,6 +3556,8 @@ module Aws::RDS
3548
3556
  # resp.db_cluster.scaling_configuration_info.seconds_until_auto_pause #=> Integer
3549
3557
  # resp.db_cluster.scaling_configuration_info.timeout_action #=> String
3550
3558
  # resp.db_cluster.scaling_configuration_info.seconds_before_timeout #=> Integer
3559
+ # resp.db_cluster.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
3560
+ # resp.db_cluster.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
3551
3561
  # resp.db_cluster.deletion_protection #=> Boolean
3552
3562
  # resp.db_cluster.http_endpoint_enabled #=> Boolean
3553
3563
  # resp.db_cluster.activity_stream_mode #=> String, one of "sync", "async"
@@ -3580,6 +3590,8 @@ module Aws::RDS
3580
3590
  # resp.db_cluster.pending_modified_values.engine_version #=> String
3581
3591
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
3582
3592
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
3593
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
3594
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
3583
3595
  # resp.db_cluster.pending_modified_values.iops #=> Integer
3584
3596
  # resp.db_cluster.pending_modified_values.storage_type #=> String
3585
3597
  # resp.db_cluster.db_cluster_instance_class #=> String
@@ -5231,6 +5243,22 @@ module Aws::RDS
5231
5243
  # Indicates whether the DB instance has a dedicated log volume (DLV)
5232
5244
  # enabled.
5233
5245
  #
5246
+ # @option params [Boolean] :multi_tenant
5247
+ # Specifies whether to use the multi-tenant configuration or the
5248
+ # single-tenant configuration (default). This parameter only applies to
5249
+ # RDS for Oracle container database (CDB) engines.
5250
+ #
5251
+ # Note the following restrictions:
5252
+ #
5253
+ # * The DB engine that you specify in the request must support the
5254
+ # multi-tenant configuration. If you attempt to enable the
5255
+ # multi-tenant configuration on a DB engine that doesn't support it,
5256
+ # the request fails.
5257
+ #
5258
+ # * If you specify the multi-tenant configuration when you create your
5259
+ # DB instance, you can't later modify this DB instance to use the
5260
+ # single-tenant configuration.
5261
+ #
5234
5262
  # @return [Types::CreateDBInstanceResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5235
5263
  #
5236
5264
  # * {Types::CreateDBInstanceResult#db_instance #db_instance} => Types::DBInstance
@@ -5419,6 +5447,7 @@ module Aws::RDS
5419
5447
  # ca_certificate_identifier: "String",
5420
5448
  # db_system_id: "String",
5421
5449
  # dedicated_log_volume: false,
5450
+ # multi_tenant: false,
5422
5451
  # })
5423
5452
  #
5424
5453
  # @example Response structure
@@ -5486,6 +5515,7 @@ module Aws::RDS
5486
5515
  # resp.db_instance.pending_modified_values.storage_throughput #=> Integer
5487
5516
  # resp.db_instance.pending_modified_values.engine #=> String
5488
5517
  # resp.db_instance.pending_modified_values.dedicated_log_volume #=> Boolean
5518
+ # resp.db_instance.pending_modified_values.multi_tenant #=> Boolean
5489
5519
  # resp.db_instance.latest_restorable_time #=> Time
5490
5520
  # resp.db_instance.multi_az #=> Boolean
5491
5521
  # resp.db_instance.engine_version #=> String
@@ -5581,6 +5611,7 @@ module Aws::RDS
5581
5611
  # resp.db_instance.percent_progress #=> String
5582
5612
  # resp.db_instance.dedicated_log_volume #=> Boolean
5583
5613
  # resp.db_instance.is_storage_config_upgrade_available #=> Boolean
5614
+ # resp.db_instance.multi_tenant #=> Boolean
5584
5615
  #
5585
5616
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBInstance AWS API Documentation
5586
5617
  #
@@ -6405,6 +6436,7 @@ module Aws::RDS
6405
6436
  # resp.db_instance.pending_modified_values.storage_throughput #=> Integer
6406
6437
  # resp.db_instance.pending_modified_values.engine #=> String
6407
6438
  # resp.db_instance.pending_modified_values.dedicated_log_volume #=> Boolean
6439
+ # resp.db_instance.pending_modified_values.multi_tenant #=> Boolean
6408
6440
  # resp.db_instance.latest_restorable_time #=> Time
6409
6441
  # resp.db_instance.multi_az #=> Boolean
6410
6442
  # resp.db_instance.engine_version #=> String
@@ -6500,6 +6532,7 @@ module Aws::RDS
6500
6532
  # resp.db_instance.percent_progress #=> String
6501
6533
  # resp.db_instance.dedicated_log_volume #=> Boolean
6502
6534
  # resp.db_instance.is_storage_config_upgrade_available #=> Boolean
6535
+ # resp.db_instance.multi_tenant #=> Boolean
6503
6536
  #
6504
6537
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBInstanceReadReplica AWS API Documentation
6505
6538
  #
@@ -7104,6 +7137,7 @@ module Aws::RDS
7104
7137
  # resp.db_snapshot.storage_throughput #=> Integer
7105
7138
  # resp.db_snapshot.db_system_id #=> String
7106
7139
  # resp.db_snapshot.dedicated_log_volume #=> Boolean
7140
+ # resp.db_snapshot.multi_tenant #=> Boolean
7107
7141
  #
7108
7142
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBSnapshot AWS API Documentation
7109
7143
  #
@@ -7837,6 +7871,107 @@ module Aws::RDS
7837
7871
  req.send_request(options)
7838
7872
  end
7839
7873
 
7874
+ # Creates a tenant database in a DB instance that uses the multi-tenant
7875
+ # configuration. Only RDS for Oracle container database (CDB) instances
7876
+ # are supported.
7877
+ #
7878
+ # @option params [required, String] :db_instance_identifier
7879
+ # The user-supplied DB instance identifier. RDS creates your tenant
7880
+ # database in this DB instance. This parameter isn't case-sensitive.
7881
+ #
7882
+ # @option params [required, String] :tenant_db_name
7883
+ # The user-supplied name of the tenant database that you want to create
7884
+ # in your DB instance. This parameter has the same constraints as
7885
+ # `DBName` in `CreateDBInstance`.
7886
+ #
7887
+ # @option params [required, String] :master_username
7888
+ # The name for the master user account in your tenant database. RDS
7889
+ # creates this user account in the tenant database and grants privileges
7890
+ # to the master user. This parameter is case-sensitive.
7891
+ #
7892
+ # Constraints:
7893
+ #
7894
+ # * Must be 1 to 16 letters, numbers, or underscores.
7895
+ #
7896
+ # * First character must be a letter.
7897
+ #
7898
+ # * Can't be a reserved word for the chosen database engine.
7899
+ #
7900
+ # @option params [required, String] :master_user_password
7901
+ # The password for the master user in your tenant database.
7902
+ #
7903
+ # Constraints:
7904
+ #
7905
+ # * Must be 8 to 30 characters.
7906
+ #
7907
+ # * Can include any printable ASCII character except forward slash
7908
+ # (`/`), double quote (`"`), at symbol (`@`), ampersand (`&`), or
7909
+ # single quote (`'`).
7910
+ #
7911
+ # @option params [String] :character_set_name
7912
+ # The character set for your tenant database. If you don't specify a
7913
+ # value, the character set name defaults to `AL32UTF8`.
7914
+ #
7915
+ # @option params [String] :nchar_character_set_name
7916
+ # The `NCHAR` value for the tenant database.
7917
+ #
7918
+ # @option params [Array<Types::Tag>] :tags
7919
+ # A list of tags. For more information, see [Tagging Amazon RDS
7920
+ # Resources][1] in the *Amazon RDS User Guide.*
7921
+ #
7922
+ #
7923
+ #
7924
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
7925
+ #
7926
+ # @return [Types::CreateTenantDatabaseResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
7927
+ #
7928
+ # * {Types::CreateTenantDatabaseResult#tenant_database #tenant_database} => Types::TenantDatabase
7929
+ #
7930
+ # @example Request syntax with placeholder values
7931
+ #
7932
+ # resp = client.create_tenant_database({
7933
+ # db_instance_identifier: "String", # required
7934
+ # tenant_db_name: "String", # required
7935
+ # master_username: "String", # required
7936
+ # master_user_password: "SensitiveString", # required
7937
+ # character_set_name: "String",
7938
+ # nchar_character_set_name: "String",
7939
+ # tags: [
7940
+ # {
7941
+ # key: "String",
7942
+ # value: "String",
7943
+ # },
7944
+ # ],
7945
+ # })
7946
+ #
7947
+ # @example Response structure
7948
+ #
7949
+ # resp.tenant_database.tenant_database_create_time #=> Time
7950
+ # resp.tenant_database.db_instance_identifier #=> String
7951
+ # resp.tenant_database.tenant_db_name #=> String
7952
+ # resp.tenant_database.status #=> String
7953
+ # resp.tenant_database.master_username #=> String
7954
+ # resp.tenant_database.dbi_resource_id #=> String
7955
+ # resp.tenant_database.tenant_database_resource_id #=> String
7956
+ # resp.tenant_database.tenant_database_arn #=> String
7957
+ # resp.tenant_database.character_set_name #=> String
7958
+ # resp.tenant_database.nchar_character_set_name #=> String
7959
+ # resp.tenant_database.deletion_protection #=> Boolean
7960
+ # resp.tenant_database.pending_modified_values.master_user_password #=> String
7961
+ # resp.tenant_database.pending_modified_values.tenant_db_name #=> String
7962
+ # resp.tenant_database.tag_list #=> Array
7963
+ # resp.tenant_database.tag_list[0].key #=> String
7964
+ # resp.tenant_database.tag_list[0].value #=> String
7965
+ #
7966
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateTenantDatabase AWS API Documentation
7967
+ #
7968
+ # @overload create_tenant_database(params = {})
7969
+ # @param [Hash] params ({})
7970
+ def create_tenant_database(params = {}, options = {})
7971
+ req = build_request(:create_tenant_database, params)
7972
+ req.send_request(options)
7973
+ end
7974
+
7840
7975
  # Deletes a blue/green deployment.
7841
7976
  #
7842
7977
  # For more information, see [Using Amazon RDS Blue/Green Deployments for
@@ -8371,6 +8506,8 @@ module Aws::RDS
8371
8506
  # resp.db_cluster.scaling_configuration_info.seconds_until_auto_pause #=> Integer
8372
8507
  # resp.db_cluster.scaling_configuration_info.timeout_action #=> String
8373
8508
  # resp.db_cluster.scaling_configuration_info.seconds_before_timeout #=> Integer
8509
+ # resp.db_cluster.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
8510
+ # resp.db_cluster.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
8374
8511
  # resp.db_cluster.deletion_protection #=> Boolean
8375
8512
  # resp.db_cluster.http_endpoint_enabled #=> Boolean
8376
8513
  # resp.db_cluster.activity_stream_mode #=> String, one of "sync", "async"
@@ -8403,6 +8540,8 @@ module Aws::RDS
8403
8540
  # resp.db_cluster.pending_modified_values.engine_version #=> String
8404
8541
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
8405
8542
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
8543
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
8544
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
8406
8545
  # resp.db_cluster.pending_modified_values.iops #=> Integer
8407
8546
  # resp.db_cluster.pending_modified_values.storage_type #=> String
8408
8547
  # resp.db_cluster.db_cluster_instance_class #=> String
@@ -8928,6 +9067,7 @@ module Aws::RDS
8928
9067
  # resp.db_instance.pending_modified_values.storage_throughput #=> Integer
8929
9068
  # resp.db_instance.pending_modified_values.engine #=> String
8930
9069
  # resp.db_instance.pending_modified_values.dedicated_log_volume #=> Boolean
9070
+ # resp.db_instance.pending_modified_values.multi_tenant #=> Boolean
8931
9071
  # resp.db_instance.latest_restorable_time #=> Time
8932
9072
  # resp.db_instance.multi_az #=> Boolean
8933
9073
  # resp.db_instance.engine_version #=> String
@@ -9023,6 +9163,7 @@ module Aws::RDS
9023
9163
  # resp.db_instance.percent_progress #=> String
9024
9164
  # resp.db_instance.dedicated_log_volume #=> Boolean
9025
9165
  # resp.db_instance.is_storage_config_upgrade_available #=> Boolean
9166
+ # resp.db_instance.multi_tenant #=> Boolean
9026
9167
  #
9027
9168
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBInstance AWS API Documentation
9028
9169
  #
@@ -9130,6 +9271,7 @@ module Aws::RDS
9130
9271
  # resp.db_instance_automated_backup.storage_throughput #=> Integer
9131
9272
  # resp.db_instance_automated_backup.aws_backup_recovery_point_arn #=> String
9132
9273
  # resp.db_instance_automated_backup.dedicated_log_volume #=> Boolean
9274
+ # resp.db_instance_automated_backup.multi_tenant #=> Boolean
9133
9275
  #
9134
9276
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBInstanceAutomatedBackup AWS API Documentation
9135
9277
  #
@@ -9441,6 +9583,7 @@ module Aws::RDS
9441
9583
  # resp.db_snapshot.storage_throughput #=> Integer
9442
9584
  # resp.db_snapshot.db_system_id #=> String
9443
9585
  # resp.db_snapshot.dedicated_log_volume #=> Boolean
9586
+ # resp.db_snapshot.multi_tenant #=> Boolean
9444
9587
  #
9445
9588
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBSnapshot AWS API Documentation
9446
9589
  #
@@ -9735,6 +9878,80 @@ module Aws::RDS
9735
9878
  req.send_request(options)
9736
9879
  end
9737
9880
 
9881
+ # Deletes a tenant database from your DB instance. This command only
9882
+ # applies to RDS for Oracle container database (CDB) instances.
9883
+ #
9884
+ # You can't delete a tenant database when it is the only tenant in the
9885
+ # DB instance.
9886
+ #
9887
+ # @option params [required, String] :db_instance_identifier
9888
+ # The user-supplied identifier for the DB instance that contains the
9889
+ # tenant database that you want to delete.
9890
+ #
9891
+ # @option params [required, String] :tenant_db_name
9892
+ # The user-supplied name of the tenant database that you want to remove
9893
+ # from your DB instance. Amazon RDS deletes the tenant database with
9894
+ # this name. This parameter isn’t case-sensitive.
9895
+ #
9896
+ # @option params [Boolean] :skip_final_snapshot
9897
+ # Specifies whether to skip the creation of a final DB snapshot before
9898
+ # removing the tenant database from your DB instance. If you enable this
9899
+ # parameter, RDS doesn't create a DB snapshot. If you don't enable
9900
+ # this parameter, RDS creates a DB snapshot before it deletes the tenant
9901
+ # database. By default, RDS doesn't skip the final snapshot. If you
9902
+ # don't enable this parameter, you must specify the
9903
+ # `FinalDBSnapshotIdentifier` parameter.
9904
+ #
9905
+ # @option params [String] :final_db_snapshot_identifier
9906
+ # The `DBSnapshotIdentifier` of the new `DBSnapshot` created when the
9907
+ # `SkipFinalSnapshot` parameter is disabled.
9908
+ #
9909
+ # <note markdown="1"> If you enable this parameter and also enable `SkipFinalShapshot`, the
9910
+ # command results in an error.
9911
+ #
9912
+ # </note>
9913
+ #
9914
+ # @return [Types::DeleteTenantDatabaseResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
9915
+ #
9916
+ # * {Types::DeleteTenantDatabaseResult#tenant_database #tenant_database} => Types::TenantDatabase
9917
+ #
9918
+ # @example Request syntax with placeholder values
9919
+ #
9920
+ # resp = client.delete_tenant_database({
9921
+ # db_instance_identifier: "String", # required
9922
+ # tenant_db_name: "String", # required
9923
+ # skip_final_snapshot: false,
9924
+ # final_db_snapshot_identifier: "String",
9925
+ # })
9926
+ #
9927
+ # @example Response structure
9928
+ #
9929
+ # resp.tenant_database.tenant_database_create_time #=> Time
9930
+ # resp.tenant_database.db_instance_identifier #=> String
9931
+ # resp.tenant_database.tenant_db_name #=> String
9932
+ # resp.tenant_database.status #=> String
9933
+ # resp.tenant_database.master_username #=> String
9934
+ # resp.tenant_database.dbi_resource_id #=> String
9935
+ # resp.tenant_database.tenant_database_resource_id #=> String
9936
+ # resp.tenant_database.tenant_database_arn #=> String
9937
+ # resp.tenant_database.character_set_name #=> String
9938
+ # resp.tenant_database.nchar_character_set_name #=> String
9939
+ # resp.tenant_database.deletion_protection #=> Boolean
9940
+ # resp.tenant_database.pending_modified_values.master_user_password #=> String
9941
+ # resp.tenant_database.pending_modified_values.tenant_db_name #=> String
9942
+ # resp.tenant_database.tag_list #=> Array
9943
+ # resp.tenant_database.tag_list[0].key #=> String
9944
+ # resp.tenant_database.tag_list[0].value #=> String
9945
+ #
9946
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteTenantDatabase AWS API Documentation
9947
+ #
9948
+ # @overload delete_tenant_database(params = {})
9949
+ # @param [Hash] params ({})
9950
+ def delete_tenant_database(params = {}, options = {})
9951
+ req = build_request(:delete_tenant_database, params)
9952
+ req.send_request(options)
9953
+ end
9954
+
9738
9955
  # Remove the association between one or more `DBProxyTarget` data
9739
9956
  # structures and a `DBProxyTargetGroup`.
9740
9957
  #
@@ -11638,6 +11855,8 @@ module Aws::RDS
11638
11855
  # resp.db_clusters[0].scaling_configuration_info.seconds_until_auto_pause #=> Integer
11639
11856
  # resp.db_clusters[0].scaling_configuration_info.timeout_action #=> String
11640
11857
  # resp.db_clusters[0].scaling_configuration_info.seconds_before_timeout #=> Integer
11858
+ # resp.db_clusters[0].rds_custom_cluster_configuration.interconnect_subnet_id #=> String
11859
+ # resp.db_clusters[0].rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
11641
11860
  # resp.db_clusters[0].deletion_protection #=> Boolean
11642
11861
  # resp.db_clusters[0].http_endpoint_enabled #=> Boolean
11643
11862
  # resp.db_clusters[0].activity_stream_mode #=> String, one of "sync", "async"
@@ -11670,6 +11889,8 @@ module Aws::RDS
11670
11889
  # resp.db_clusters[0].pending_modified_values.engine_version #=> String
11671
11890
  # resp.db_clusters[0].pending_modified_values.backup_retention_period #=> Integer
11672
11891
  # resp.db_clusters[0].pending_modified_values.allocated_storage #=> Integer
11892
+ # resp.db_clusters[0].pending_modified_values.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
11893
+ # resp.db_clusters[0].pending_modified_values.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
11673
11894
  # resp.db_clusters[0].pending_modified_values.iops #=> Integer
11674
11895
  # resp.db_clusters[0].pending_modified_values.storage_type #=> String
11675
11896
  # resp.db_clusters[0].db_cluster_instance_class #=> String
@@ -12140,6 +12361,7 @@ module Aws::RDS
12140
12361
  # resp.db_instance_automated_backups[0].storage_throughput #=> Integer
12141
12362
  # resp.db_instance_automated_backups[0].aws_backup_recovery_point_arn #=> String
12142
12363
  # resp.db_instance_automated_backups[0].dedicated_log_volume #=> Boolean
12364
+ # resp.db_instance_automated_backups[0].multi_tenant #=> Boolean
12143
12365
  #
12144
12366
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBInstanceAutomatedBackups AWS API Documentation
12145
12367
  #
@@ -12325,6 +12547,7 @@ module Aws::RDS
12325
12547
  # resp.db_instances[0].pending_modified_values.storage_throughput #=> Integer
12326
12548
  # resp.db_instances[0].pending_modified_values.engine #=> String
12327
12549
  # resp.db_instances[0].pending_modified_values.dedicated_log_volume #=> Boolean
12550
+ # resp.db_instances[0].pending_modified_values.multi_tenant #=> Boolean
12328
12551
  # resp.db_instances[0].latest_restorable_time #=> Time
12329
12552
  # resp.db_instances[0].multi_az #=> Boolean
12330
12553
  # resp.db_instances[0].engine_version #=> String
@@ -12420,6 +12643,7 @@ module Aws::RDS
12420
12643
  # resp.db_instances[0].percent_progress #=> String
12421
12644
  # resp.db_instances[0].dedicated_log_volume #=> Boolean
12422
12645
  # resp.db_instances[0].is_storage_config_upgrade_available #=> Boolean
12646
+ # resp.db_instances[0].multi_tenant #=> Boolean
12423
12647
  #
12424
12648
  #
12425
12649
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -13276,6 +13500,149 @@ module Aws::RDS
13276
13500
  req.send_request(options)
13277
13501
  end
13278
13502
 
13503
+ # Describes the tenant databases that exist in a DB snapshot. This
13504
+ # command only applies to RDS for Oracle DB instances in the
13505
+ # multi-tenant configuration.
13506
+ #
13507
+ # You can use this command to inspect the tenant databases within a
13508
+ # snapshot before restoring it. You can't directly interact with the
13509
+ # tenant databases in a DB snapshot. If you restore a snapshot that was
13510
+ # taken from DB instance using the multi-tenant configuration, you
13511
+ # restore all its tenant databases.
13512
+ #
13513
+ # @option params [String] :db_instance_identifier
13514
+ # The ID of the DB instance used to create the DB snapshots. This
13515
+ # parameter isn't case-sensitive.
13516
+ #
13517
+ # Constraints:
13518
+ #
13519
+ # * If supplied, must match the identifier of an existing `DBInstance`.
13520
+ #
13521
+ # ^
13522
+ #
13523
+ # @option params [String] :db_snapshot_identifier
13524
+ # The ID of a DB snapshot that contains the tenant databases to
13525
+ # describe. This value is stored as a lowercase string.
13526
+ #
13527
+ # Constraints:
13528
+ #
13529
+ # * If you specify this parameter, the value must match the ID of an
13530
+ # existing DB snapshot.
13531
+ #
13532
+ # * If you specify an automatic snapshot, you must also specify
13533
+ # `SnapshotType`.
13534
+ #
13535
+ # @option params [String] :snapshot_type
13536
+ # The type of DB snapshots to be returned. You can specify one of the
13537
+ # following values:
13538
+ #
13539
+ # * `automated` – All DB snapshots that have been automatically taken by
13540
+ # Amazon RDS for my Amazon Web Services account.
13541
+ #
13542
+ # * `manual` – All DB snapshots that have been taken by my Amazon Web
13543
+ # Services account.
13544
+ #
13545
+ # * `shared` – All manual DB snapshots that have been shared to my
13546
+ # Amazon Web Services account.
13547
+ #
13548
+ # * `public` – All DB snapshots that have been marked as public.
13549
+ #
13550
+ # * `awsbackup` – All DB snapshots managed by the Amazon Web Services
13551
+ # Backup service.
13552
+ #
13553
+ # @option params [Array<Types::Filter>] :filters
13554
+ # A filter that specifies one or more tenant databases to describe.
13555
+ #
13556
+ # Supported filters:
13557
+ #
13558
+ # * `tenant-db-name` - Tenant database names. The results list only
13559
+ # includes information about the tenant databases that match these
13560
+ # tenant DB names.
13561
+ #
13562
+ # * `tenant-database-resource-id` - Tenant database resource
13563
+ # identifiers. The results list only includes information about the
13564
+ # tenant databases contained within the DB snapshots.
13565
+ #
13566
+ # * `dbi-resource-id` - DB instance resource identifiers. The results
13567
+ # list only includes information about snapshots containing tenant
13568
+ # databases contained within the DB instances identified by these
13569
+ # resource identifiers.
13570
+ #
13571
+ # * `db-instance-id` - Accepts DB instance identifiers and DB instance
13572
+ # Amazon Resource Names (ARNs).
13573
+ #
13574
+ # * `db-snapshot-id` - Accepts DB snapshot identifiers.
13575
+ #
13576
+ # * `snapshot-type` - Accepts types of DB snapshots.
13577
+ #
13578
+ # @option params [Integer] :max_records
13579
+ # The maximum number of records to include in the response. If more
13580
+ # records exist than the specified `MaxRecords` value, a pagination
13581
+ # token called a marker is included in the response so that you can
13582
+ # retrieve the remaining results.
13583
+ #
13584
+ # @option params [String] :marker
13585
+ # An optional pagination token provided by a previous
13586
+ # `DescribeDBSnapshotTenantDatabases` request. If this parameter is
13587
+ # specified, the response includes only records beyond the marker, up to
13588
+ # the value specified by `MaxRecords`.
13589
+ #
13590
+ # @option params [String] :dbi_resource_id
13591
+ # A specific DB resource identifier to describe.
13592
+ #
13593
+ # @return [Types::DBSnapshotTenantDatabasesMessage] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
13594
+ #
13595
+ # * {Types::DBSnapshotTenantDatabasesMessage#marker #marker} => String
13596
+ # * {Types::DBSnapshotTenantDatabasesMessage#db_snapshot_tenant_databases #db_snapshot_tenant_databases} => Array&lt;Types::DBSnapshotTenantDatabase&gt;
13597
+ #
13598
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
13599
+ #
13600
+ # @example Request syntax with placeholder values
13601
+ #
13602
+ # resp = client.describe_db_snapshot_tenant_databases({
13603
+ # db_instance_identifier: "String",
13604
+ # db_snapshot_identifier: "String",
13605
+ # snapshot_type: "String",
13606
+ # filters: [
13607
+ # {
13608
+ # name: "String", # required
13609
+ # values: ["String"], # required
13610
+ # },
13611
+ # ],
13612
+ # max_records: 1,
13613
+ # marker: "String",
13614
+ # dbi_resource_id: "String",
13615
+ # })
13616
+ #
13617
+ # @example Response structure
13618
+ #
13619
+ # resp.marker #=> String
13620
+ # resp.db_snapshot_tenant_databases #=> Array
13621
+ # resp.db_snapshot_tenant_databases[0].db_snapshot_identifier #=> String
13622
+ # resp.db_snapshot_tenant_databases[0].db_instance_identifier #=> String
13623
+ # resp.db_snapshot_tenant_databases[0].dbi_resource_id #=> String
13624
+ # resp.db_snapshot_tenant_databases[0].engine_name #=> String
13625
+ # resp.db_snapshot_tenant_databases[0].snapshot_type #=> String
13626
+ # resp.db_snapshot_tenant_databases[0].tenant_database_create_time #=> Time
13627
+ # resp.db_snapshot_tenant_databases[0].tenant_db_name #=> String
13628
+ # resp.db_snapshot_tenant_databases[0].master_username #=> String
13629
+ # resp.db_snapshot_tenant_databases[0].tenant_database_resource_id #=> String
13630
+ # resp.db_snapshot_tenant_databases[0].character_set_name #=> String
13631
+ # resp.db_snapshot_tenant_databases[0].db_snapshot_tenant_database_arn #=> String
13632
+ # resp.db_snapshot_tenant_databases[0].nchar_character_set_name #=> String
13633
+ # resp.db_snapshot_tenant_databases[0].tag_list #=> Array
13634
+ # resp.db_snapshot_tenant_databases[0].tag_list[0].key #=> String
13635
+ # resp.db_snapshot_tenant_databases[0].tag_list[0].value #=> String
13636
+ #
13637
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBSnapshotTenantDatabases AWS API Documentation
13638
+ #
13639
+ # @overload describe_db_snapshot_tenant_databases(params = {})
13640
+ # @param [Hash] params ({})
13641
+ def describe_db_snapshot_tenant_databases(params = {}, options = {})
13642
+ req = build_request(:describe_db_snapshot_tenant_databases, params)
13643
+ req.send_request(options)
13644
+ end
13645
+
13279
13646
  # Returns information about DB snapshots. This API action supports
13280
13647
  # pagination.
13281
13648
  #
@@ -13506,6 +13873,7 @@ module Aws::RDS
13506
13873
  # resp.db_snapshots[0].storage_throughput #=> Integer
13507
13874
  # resp.db_snapshots[0].db_system_id #=> String
13508
13875
  # resp.db_snapshots[0].dedicated_log_volume #=> Boolean
13876
+ # resp.db_snapshots[0].multi_tenant #=> Boolean
13509
13877
  #
13510
13878
  #
13511
13879
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -15901,6 +16269,106 @@ module Aws::RDS
15901
16269
  req.send_request(options)
15902
16270
  end
15903
16271
 
16272
+ # Describes the tenant databases in a DB instance that uses the
16273
+ # multi-tenant configuration. Only RDS for Oracle CDB instances are
16274
+ # supported.
16275
+ #
16276
+ # @option params [String] :db_instance_identifier
16277
+ # The user-supplied DB instance identifier, which must match the
16278
+ # identifier of an existing instance owned by the Amazon Web Services
16279
+ # account. This parameter isn't case-sensitive.
16280
+ #
16281
+ # @option params [String] :tenant_db_name
16282
+ # The user-supplied tenant database name, which must match the name of
16283
+ # an existing tenant database on the specified DB instance owned by your
16284
+ # Amazon Web Services account. This parameter isn’t case-sensitive.
16285
+ #
16286
+ # @option params [Array<Types::Filter>] :filters
16287
+ # A filter that specifies one or more database tenants to describe.
16288
+ #
16289
+ # Supported filters:
16290
+ #
16291
+ # * `tenant-db-name` - Tenant database names. The results list only
16292
+ # includes information about the tenant databases that match these
16293
+ # tenant DB names.
16294
+ #
16295
+ # * `tenant-database-resource-id` - Tenant database resource
16296
+ # identifiers.
16297
+ #
16298
+ # * `dbi-resource-id` - DB instance resource identifiers. The results
16299
+ # list only includes information about the tenants contained within
16300
+ # the DB instances identified by these resource identifiers.
16301
+ #
16302
+ # @option params [String] :marker
16303
+ # An optional pagination token provided by a previous
16304
+ # `DescribeTenantDatabases` request. If this parameter is specified, the
16305
+ # response includes only records beyond the marker, up to the value
16306
+ # specified by `MaxRecords`.
16307
+ #
16308
+ # @option params [Integer] :max_records
16309
+ # The maximum number of records to include in the response. If more
16310
+ # records exist than the specified `MaxRecords` value, a pagination
16311
+ # token called a marker is included in the response so that you can
16312
+ # retrieve the remaining results.
16313
+ #
16314
+ # @return [Types::TenantDatabasesMessage] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
16315
+ #
16316
+ # * {Types::TenantDatabasesMessage#marker #marker} => String
16317
+ # * {Types::TenantDatabasesMessage#tenant_databases #tenant_databases} => Array&lt;Types::TenantDatabase&gt;
16318
+ #
16319
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
16320
+ #
16321
+ # @example Request syntax with placeholder values
16322
+ #
16323
+ # resp = client.describe_tenant_databases({
16324
+ # db_instance_identifier: "String",
16325
+ # tenant_db_name: "String",
16326
+ # filters: [
16327
+ # {
16328
+ # name: "String", # required
16329
+ # values: ["String"], # required
16330
+ # },
16331
+ # ],
16332
+ # marker: "String",
16333
+ # max_records: 1,
16334
+ # })
16335
+ #
16336
+ # @example Response structure
16337
+ #
16338
+ # resp.marker #=> String
16339
+ # resp.tenant_databases #=> Array
16340
+ # resp.tenant_databases[0].tenant_database_create_time #=> Time
16341
+ # resp.tenant_databases[0].db_instance_identifier #=> String
16342
+ # resp.tenant_databases[0].tenant_db_name #=> String
16343
+ # resp.tenant_databases[0].status #=> String
16344
+ # resp.tenant_databases[0].master_username #=> String
16345
+ # resp.tenant_databases[0].dbi_resource_id #=> String
16346
+ # resp.tenant_databases[0].tenant_database_resource_id #=> String
16347
+ # resp.tenant_databases[0].tenant_database_arn #=> String
16348
+ # resp.tenant_databases[0].character_set_name #=> String
16349
+ # resp.tenant_databases[0].nchar_character_set_name #=> String
16350
+ # resp.tenant_databases[0].deletion_protection #=> Boolean
16351
+ # resp.tenant_databases[0].pending_modified_values.master_user_password #=> String
16352
+ # resp.tenant_databases[0].pending_modified_values.tenant_db_name #=> String
16353
+ # resp.tenant_databases[0].tag_list #=> Array
16354
+ # resp.tenant_databases[0].tag_list[0].key #=> String
16355
+ # resp.tenant_databases[0].tag_list[0].value #=> String
16356
+ #
16357
+ #
16358
+ # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
16359
+ #
16360
+ # * tenant_database_available
16361
+ # * tenant_database_deleted
16362
+ #
16363
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeTenantDatabases AWS API Documentation
16364
+ #
16365
+ # @overload describe_tenant_databases(params = {})
16366
+ # @param [Hash] params ({})
16367
+ def describe_tenant_databases(params = {}, options = {})
16368
+ req = build_request(:describe_tenant_databases, params)
16369
+ req.send_request(options)
16370
+ end
16371
+
15904
16372
  # You can call `DescribeValidDBInstanceModifications` to learn what
15905
16373
  # modifications you can make to your DB instance. You can use this
15906
16374
  # information when you call `ModifyDBInstance`.
@@ -16229,6 +16697,8 @@ module Aws::RDS
16229
16697
  # resp.db_cluster.scaling_configuration_info.seconds_until_auto_pause #=> Integer
16230
16698
  # resp.db_cluster.scaling_configuration_info.timeout_action #=> String
16231
16699
  # resp.db_cluster.scaling_configuration_info.seconds_before_timeout #=> Integer
16700
+ # resp.db_cluster.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
16701
+ # resp.db_cluster.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
16232
16702
  # resp.db_cluster.deletion_protection #=> Boolean
16233
16703
  # resp.db_cluster.http_endpoint_enabled #=> Boolean
16234
16704
  # resp.db_cluster.activity_stream_mode #=> String, one of "sync", "async"
@@ -16261,6 +16731,8 @@ module Aws::RDS
16261
16731
  # resp.db_cluster.pending_modified_values.engine_version #=> String
16262
16732
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
16263
16733
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
16734
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
16735
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
16264
16736
  # resp.db_cluster.pending_modified_values.iops #=> Integer
16265
16737
  # resp.db_cluster.pending_modified_values.storage_type #=> String
16266
16738
  # resp.db_cluster.db_cluster_instance_class #=> String
@@ -17854,6 +18326,8 @@ module Aws::RDS
17854
18326
  # resp.db_cluster.scaling_configuration_info.seconds_until_auto_pause #=> Integer
17855
18327
  # resp.db_cluster.scaling_configuration_info.timeout_action #=> String
17856
18328
  # resp.db_cluster.scaling_configuration_info.seconds_before_timeout #=> Integer
18329
+ # resp.db_cluster.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
18330
+ # resp.db_cluster.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
17857
18331
  # resp.db_cluster.deletion_protection #=> Boolean
17858
18332
  # resp.db_cluster.http_endpoint_enabled #=> Boolean
17859
18333
  # resp.db_cluster.activity_stream_mode #=> String, one of "sync", "async"
@@ -17886,6 +18360,8 @@ module Aws::RDS
17886
18360
  # resp.db_cluster.pending_modified_values.engine_version #=> String
17887
18361
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
17888
18362
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
18363
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
18364
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
17889
18365
  # resp.db_cluster.pending_modified_values.iops #=> Integer
17890
18366
  # resp.db_cluster.pending_modified_values.storage_type #=> String
17891
18367
  # resp.db_cluster.db_cluster_instance_class #=> String
@@ -18316,8 +18792,8 @@ module Aws::RDS
18316
18792
  # version at the same time, the currently running engine version must
18317
18793
  # be supported on the specified DB instance class. Otherwise, the
18318
18794
  # operation returns an error. In this case, first run the operation to
18319
- # modify the DB instance class, and then run it again to upgrade the
18320
- # engine version.
18795
+ # upgrade the engine version, and then run it again to modify the DB
18796
+ # instance class.
18321
18797
  #
18322
18798
  # ^
18323
18799
  #
@@ -18595,8 +19071,8 @@ module Aws::RDS
18595
19071
  # instance class at the same time, the currently running engine
18596
19072
  # version must be supported on the specified DB instance class.
18597
19073
  # Otherwise, the operation returns an error. In this case, first run
18598
- # the operation to modify the DB instance class, and then run it again
18599
- # to upgrade the engine version.
19074
+ # the operation to upgrade the engine version, and then run it again
19075
+ # to modify the DB instance class.
18600
19076
  #
18601
19077
  # ^
18602
19078
  #
@@ -19310,6 +19786,23 @@ module Aws::RDS
19310
19786
  # Indicates whether the DB instance has a dedicated log volume (DLV)
19311
19787
  # enabled.
19312
19788
  #
19789
+ # @option params [Boolean] :multi_tenant
19790
+ # Specifies whether the to convert your DB instance from the
19791
+ # single-tenant configuration to the multi-tenant configuration. This
19792
+ # parameter is supported only for RDS for Oracle CDB instances.
19793
+ #
19794
+ # During the conversion, RDS creates an initial tenant database and
19795
+ # associates the DB name, master user name, character set, and national
19796
+ # character set metadata with this database. The tags associated with
19797
+ # the instance also propagate to the initial tenant database. You can
19798
+ # add more tenant databases to your DB instance by using the
19799
+ # `CreateTenantDatabase` operation.
19800
+ #
19801
+ # The conversion to the multi-tenant configuration is permanent and
19802
+ # irreversible, so you can't later convert back to the single-tenant
19803
+ # configuration. When you specify this parameter, you must also specify
19804
+ # `ApplyImmediately`.
19805
+ #
19313
19806
  # @return [Types::ModifyDBInstanceResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
19314
19807
  #
19315
19808
  # * {Types::ModifyDBInstanceResult#db_instance #db_instance} => Types::DBInstance
@@ -19435,6 +19928,7 @@ module Aws::RDS
19435
19928
  # master_user_secret_kms_key_id: "String",
19436
19929
  # engine: "String",
19437
19930
  # dedicated_log_volume: false,
19931
+ # multi_tenant: false,
19438
19932
  # })
19439
19933
  #
19440
19934
  # @example Response structure
@@ -19502,6 +19996,7 @@ module Aws::RDS
19502
19996
  # resp.db_instance.pending_modified_values.storage_throughput #=> Integer
19503
19997
  # resp.db_instance.pending_modified_values.engine #=> String
19504
19998
  # resp.db_instance.pending_modified_values.dedicated_log_volume #=> Boolean
19999
+ # resp.db_instance.pending_modified_values.multi_tenant #=> Boolean
19505
20000
  # resp.db_instance.latest_restorable_time #=> Time
19506
20001
  # resp.db_instance.multi_az #=> Boolean
19507
20002
  # resp.db_instance.engine_version #=> String
@@ -19597,6 +20092,7 @@ module Aws::RDS
19597
20092
  # resp.db_instance.percent_progress #=> String
19598
20093
  # resp.db_instance.dedicated_log_volume #=> Boolean
19599
20094
  # resp.db_instance.is_storage_config_upgrade_available #=> Boolean
20095
+ # resp.db_instance.multi_tenant #=> Boolean
19600
20096
  #
19601
20097
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBInstance AWS API Documentation
19602
20098
  #
@@ -20098,6 +20594,7 @@ module Aws::RDS
20098
20594
  # resp.db_snapshot.storage_throughput #=> Integer
20099
20595
  # resp.db_snapshot.db_system_id #=> String
20100
20596
  # resp.db_snapshot.dedicated_log_volume #=> Boolean
20597
+ # resp.db_snapshot.multi_tenant #=> Boolean
20101
20598
  #
20102
20599
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBSnapshot AWS API Documentation
20103
20600
  #
@@ -20755,6 +21252,106 @@ module Aws::RDS
20755
21252
  req.send_request(options)
20756
21253
  end
20757
21254
 
21255
+ # Modifies an existing tenant database in a DB instance. You can change
21256
+ # the tenant database name or the master user password. This operation
21257
+ # is supported only for RDS for Oracle CDB instances using the
21258
+ # multi-tenant configuration.
21259
+ #
21260
+ # @option params [required, String] :db_instance_identifier
21261
+ # The identifier of the DB instance that contains the tenant database
21262
+ # that you are modifying. This parameter isn't case-sensitive.
21263
+ #
21264
+ # Constraints:
21265
+ #
21266
+ # * Must match the identifier of an existing DB instance.
21267
+ #
21268
+ # ^
21269
+ #
21270
+ # @option params [required, String] :tenant_db_name
21271
+ # The user-supplied name of the tenant database that you want to modify.
21272
+ # This parameter isn’t case-sensitive.
21273
+ #
21274
+ # Constraints:
21275
+ #
21276
+ # * Must match the identifier of an existing tenant database.
21277
+ #
21278
+ # ^
21279
+ #
21280
+ # @option params [String] :master_user_password
21281
+ # The new password for the master user of the specified tenant database
21282
+ # in your DB instance.
21283
+ #
21284
+ # <note markdown="1"> Amazon RDS operations never return the password, so this action
21285
+ # provides a way to regain access to a tenant database user if the
21286
+ # password is lost. This includes restoring privileges that might have
21287
+ # been accidentally revoked.
21288
+ #
21289
+ # </note>
21290
+ #
21291
+ # Constraints:
21292
+ #
21293
+ # * Can include any printable ASCII character except `/`, `"` (double
21294
+ # quote), `@`, `&` (ampersand), and `'` (single quote).
21295
+ #
21296
+ # ^
21297
+ #
21298
+ # Length constraints:
21299
+ #
21300
+ # * Must contain between 8 and 30 characters.
21301
+ #
21302
+ # ^
21303
+ #
21304
+ # @option params [String] :new_tenant_db_name
21305
+ # The new name of the tenant database when renaming a tenant database.
21306
+ # This parameter isn’t case-sensitive.
21307
+ #
21308
+ # Constraints:
21309
+ #
21310
+ # * Can't be the string null or any other reserved word.
21311
+ #
21312
+ # * Can't be longer than 8 characters.
21313
+ #
21314
+ # @return [Types::ModifyTenantDatabaseResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
21315
+ #
21316
+ # * {Types::ModifyTenantDatabaseResult#tenant_database #tenant_database} => Types::TenantDatabase
21317
+ #
21318
+ # @example Request syntax with placeholder values
21319
+ #
21320
+ # resp = client.modify_tenant_database({
21321
+ # db_instance_identifier: "String", # required
21322
+ # tenant_db_name: "String", # required
21323
+ # master_user_password: "SensitiveString",
21324
+ # new_tenant_db_name: "String",
21325
+ # })
21326
+ #
21327
+ # @example Response structure
21328
+ #
21329
+ # resp.tenant_database.tenant_database_create_time #=> Time
21330
+ # resp.tenant_database.db_instance_identifier #=> String
21331
+ # resp.tenant_database.tenant_db_name #=> String
21332
+ # resp.tenant_database.status #=> String
21333
+ # resp.tenant_database.master_username #=> String
21334
+ # resp.tenant_database.dbi_resource_id #=> String
21335
+ # resp.tenant_database.tenant_database_resource_id #=> String
21336
+ # resp.tenant_database.tenant_database_arn #=> String
21337
+ # resp.tenant_database.character_set_name #=> String
21338
+ # resp.tenant_database.nchar_character_set_name #=> String
21339
+ # resp.tenant_database.deletion_protection #=> Boolean
21340
+ # resp.tenant_database.pending_modified_values.master_user_password #=> String
21341
+ # resp.tenant_database.pending_modified_values.tenant_db_name #=> String
21342
+ # resp.tenant_database.tag_list #=> Array
21343
+ # resp.tenant_database.tag_list[0].key #=> String
21344
+ # resp.tenant_database.tag_list[0].value #=> String
21345
+ #
21346
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyTenantDatabase AWS API Documentation
21347
+ #
21348
+ # @overload modify_tenant_database(params = {})
21349
+ # @param [Hash] params ({})
21350
+ def modify_tenant_database(params = {}, options = {})
21351
+ req = build_request(:modify_tenant_database, params)
21352
+ req.send_request(options)
21353
+ end
21354
+
20758
21355
  # Promotes a read replica DB instance to a standalone DB instance.
20759
21356
  #
20760
21357
  # <note markdown="1"> * Backup duration is a function of the amount of changes to the
@@ -20916,6 +21513,7 @@ module Aws::RDS
20916
21513
  # resp.db_instance.pending_modified_values.storage_throughput #=> Integer
20917
21514
  # resp.db_instance.pending_modified_values.engine #=> String
20918
21515
  # resp.db_instance.pending_modified_values.dedicated_log_volume #=> Boolean
21516
+ # resp.db_instance.pending_modified_values.multi_tenant #=> Boolean
20919
21517
  # resp.db_instance.latest_restorable_time #=> Time
20920
21518
  # resp.db_instance.multi_az #=> Boolean
20921
21519
  # resp.db_instance.engine_version #=> String
@@ -21011,6 +21609,7 @@ module Aws::RDS
21011
21609
  # resp.db_instance.percent_progress #=> String
21012
21610
  # resp.db_instance.dedicated_log_volume #=> Boolean
21013
21611
  # resp.db_instance.is_storage_config_upgrade_available #=> Boolean
21612
+ # resp.db_instance.multi_tenant #=> Boolean
21014
21613
  #
21015
21614
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PromoteReadReplica AWS API Documentation
21016
21615
  #
@@ -21111,6 +21710,8 @@ module Aws::RDS
21111
21710
  # resp.db_cluster.scaling_configuration_info.seconds_until_auto_pause #=> Integer
21112
21711
  # resp.db_cluster.scaling_configuration_info.timeout_action #=> String
21113
21712
  # resp.db_cluster.scaling_configuration_info.seconds_before_timeout #=> Integer
21713
+ # resp.db_cluster.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
21714
+ # resp.db_cluster.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
21114
21715
  # resp.db_cluster.deletion_protection #=> Boolean
21115
21716
  # resp.db_cluster.http_endpoint_enabled #=> Boolean
21116
21717
  # resp.db_cluster.activity_stream_mode #=> String, one of "sync", "async"
@@ -21143,6 +21744,8 @@ module Aws::RDS
21143
21744
  # resp.db_cluster.pending_modified_values.engine_version #=> String
21144
21745
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
21145
21746
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
21747
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
21748
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
21146
21749
  # resp.db_cluster.pending_modified_values.iops #=> Integer
21147
21750
  # resp.db_cluster.pending_modified_values.storage_type #=> String
21148
21751
  # resp.db_cluster.db_cluster_instance_class #=> String
@@ -21388,6 +21991,8 @@ module Aws::RDS
21388
21991
  # resp.db_cluster.scaling_configuration_info.seconds_until_auto_pause #=> Integer
21389
21992
  # resp.db_cluster.scaling_configuration_info.timeout_action #=> String
21390
21993
  # resp.db_cluster.scaling_configuration_info.seconds_before_timeout #=> Integer
21994
+ # resp.db_cluster.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
21995
+ # resp.db_cluster.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
21391
21996
  # resp.db_cluster.deletion_protection #=> Boolean
21392
21997
  # resp.db_cluster.http_endpoint_enabled #=> Boolean
21393
21998
  # resp.db_cluster.activity_stream_mode #=> String, one of "sync", "async"
@@ -21420,6 +22025,8 @@ module Aws::RDS
21420
22025
  # resp.db_cluster.pending_modified_values.engine_version #=> String
21421
22026
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
21422
22027
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
22028
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
22029
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
21423
22030
  # resp.db_cluster.pending_modified_values.iops #=> Integer
21424
22031
  # resp.db_cluster.pending_modified_values.storage_type #=> String
21425
22032
  # resp.db_cluster.db_cluster_instance_class #=> String
@@ -21590,6 +22197,7 @@ module Aws::RDS
21590
22197
  # resp.db_instance.pending_modified_values.storage_throughput #=> Integer
21591
22198
  # resp.db_instance.pending_modified_values.engine #=> String
21592
22199
  # resp.db_instance.pending_modified_values.dedicated_log_volume #=> Boolean
22200
+ # resp.db_instance.pending_modified_values.multi_tenant #=> Boolean
21593
22201
  # resp.db_instance.latest_restorable_time #=> Time
21594
22202
  # resp.db_instance.multi_az #=> Boolean
21595
22203
  # resp.db_instance.engine_version #=> String
@@ -21685,6 +22293,7 @@ module Aws::RDS
21685
22293
  # resp.db_instance.percent_progress #=> String
21686
22294
  # resp.db_instance.dedicated_log_volume #=> Boolean
21687
22295
  # resp.db_instance.is_storage_config_upgrade_available #=> Boolean
22296
+ # resp.db_instance.multi_tenant #=> Boolean
21688
22297
  #
21689
22298
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RebootDBInstance AWS API Documentation
21690
22299
  #
@@ -22849,6 +23458,8 @@ module Aws::RDS
22849
23458
  # resp.db_cluster.scaling_configuration_info.seconds_until_auto_pause #=> Integer
22850
23459
  # resp.db_cluster.scaling_configuration_info.timeout_action #=> String
22851
23460
  # resp.db_cluster.scaling_configuration_info.seconds_before_timeout #=> Integer
23461
+ # resp.db_cluster.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
23462
+ # resp.db_cluster.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
22852
23463
  # resp.db_cluster.deletion_protection #=> Boolean
22853
23464
  # resp.db_cluster.http_endpoint_enabled #=> Boolean
22854
23465
  # resp.db_cluster.activity_stream_mode #=> String, one of "sync", "async"
@@ -22881,6 +23492,8 @@ module Aws::RDS
22881
23492
  # resp.db_cluster.pending_modified_values.engine_version #=> String
22882
23493
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
22883
23494
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
23495
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
23496
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
22884
23497
  # resp.db_cluster.pending_modified_values.iops #=> Integer
22885
23498
  # resp.db_cluster.pending_modified_values.storage_type #=> String
22886
23499
  # resp.db_cluster.db_cluster_instance_class #=> String
@@ -23358,6 +23971,9 @@ module Aws::RDS
23358
23971
  #
23359
23972
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html
23360
23973
  #
23974
+ # @option params [Types::RdsCustomClusterConfiguration] :rds_custom_cluster_configuration
23975
+ # Reserved for future use.
23976
+ #
23361
23977
  # @return [Types::RestoreDBClusterFromSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
23362
23978
  #
23363
23979
  # * {Types::RestoreDBClusterFromSnapshotResult#db_cluster #db_cluster} => Types::DBCluster
@@ -23474,6 +24090,10 @@ module Aws::RDS
23474
24090
  # max_capacity: 1.0,
23475
24091
  # },
23476
24092
  # network_type: "String",
24093
+ # rds_custom_cluster_configuration: {
24094
+ # interconnect_subnet_id: "String",
24095
+ # transit_gateway_multicast_domain_id: "String",
24096
+ # },
23477
24097
  # })
23478
24098
  #
23479
24099
  # @example Response structure
@@ -23542,6 +24162,8 @@ module Aws::RDS
23542
24162
  # resp.db_cluster.scaling_configuration_info.seconds_until_auto_pause #=> Integer
23543
24163
  # resp.db_cluster.scaling_configuration_info.timeout_action #=> String
23544
24164
  # resp.db_cluster.scaling_configuration_info.seconds_before_timeout #=> Integer
24165
+ # resp.db_cluster.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
24166
+ # resp.db_cluster.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
23545
24167
  # resp.db_cluster.deletion_protection #=> Boolean
23546
24168
  # resp.db_cluster.http_endpoint_enabled #=> Boolean
23547
24169
  # resp.db_cluster.activity_stream_mode #=> String, one of "sync", "async"
@@ -23574,6 +24196,8 @@ module Aws::RDS
23574
24196
  # resp.db_cluster.pending_modified_values.engine_version #=> String
23575
24197
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
23576
24198
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
24199
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
24200
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
23577
24201
  # resp.db_cluster.pending_modified_values.iops #=> Integer
23578
24202
  # resp.db_cluster.pending_modified_values.storage_type #=> String
23579
24203
  # resp.db_cluster.db_cluster_instance_class #=> String
@@ -24027,6 +24651,9 @@ module Aws::RDS
24027
24651
  # @option params [String] :source_db_cluster_resource_id
24028
24652
  # The resource ID of the source DB cluster from which to restore.
24029
24653
  #
24654
+ # @option params [Types::RdsCustomClusterConfiguration] :rds_custom_cluster_configuration
24655
+ # Reserved for future use.
24656
+ #
24030
24657
  # @return [Types::RestoreDBClusterToPointInTimeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
24031
24658
  #
24032
24659
  # * {Types::RestoreDBClusterToPointInTimeResult#db_cluster #db_cluster} => Types::DBCluster
@@ -24142,6 +24769,10 @@ module Aws::RDS
24142
24769
  # },
24143
24770
  # network_type: "String",
24144
24771
  # source_db_cluster_resource_id: "String",
24772
+ # rds_custom_cluster_configuration: {
24773
+ # interconnect_subnet_id: "String",
24774
+ # transit_gateway_multicast_domain_id: "String",
24775
+ # },
24145
24776
  # })
24146
24777
  #
24147
24778
  # @example Response structure
@@ -24210,6 +24841,8 @@ module Aws::RDS
24210
24841
  # resp.db_cluster.scaling_configuration_info.seconds_until_auto_pause #=> Integer
24211
24842
  # resp.db_cluster.scaling_configuration_info.timeout_action #=> String
24212
24843
  # resp.db_cluster.scaling_configuration_info.seconds_before_timeout #=> Integer
24844
+ # resp.db_cluster.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
24845
+ # resp.db_cluster.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
24213
24846
  # resp.db_cluster.deletion_protection #=> Boolean
24214
24847
  # resp.db_cluster.http_endpoint_enabled #=> Boolean
24215
24848
  # resp.db_cluster.activity_stream_mode #=> String, one of "sync", "async"
@@ -24242,6 +24875,8 @@ module Aws::RDS
24242
24875
  # resp.db_cluster.pending_modified_values.engine_version #=> String
24243
24876
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
24244
24877
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
24878
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
24879
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
24245
24880
  # resp.db_cluster.pending_modified_values.iops #=> Integer
24246
24881
  # resp.db_cluster.pending_modified_values.storage_type #=> String
24247
24882
  # resp.db_cluster.db_cluster_instance_class #=> String
@@ -24959,6 +25594,7 @@ module Aws::RDS
24959
25594
  # resp.db_instance.pending_modified_values.storage_throughput #=> Integer
24960
25595
  # resp.db_instance.pending_modified_values.engine #=> String
24961
25596
  # resp.db_instance.pending_modified_values.dedicated_log_volume #=> Boolean
25597
+ # resp.db_instance.pending_modified_values.multi_tenant #=> Boolean
24962
25598
  # resp.db_instance.latest_restorable_time #=> Time
24963
25599
  # resp.db_instance.multi_az #=> Boolean
24964
25600
  # resp.db_instance.engine_version #=> String
@@ -25054,6 +25690,7 @@ module Aws::RDS
25054
25690
  # resp.db_instance.percent_progress #=> String
25055
25691
  # resp.db_instance.dedicated_log_volume #=> Boolean
25056
25692
  # resp.db_instance.is_storage_config_upgrade_available #=> Boolean
25693
+ # resp.db_instance.multi_tenant #=> Boolean
25057
25694
  #
25058
25695
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromDBSnapshot AWS API Documentation
25059
25696
  #
@@ -25698,6 +26335,7 @@ module Aws::RDS
25698
26335
  # resp.db_instance.pending_modified_values.storage_throughput #=> Integer
25699
26336
  # resp.db_instance.pending_modified_values.engine #=> String
25700
26337
  # resp.db_instance.pending_modified_values.dedicated_log_volume #=> Boolean
26338
+ # resp.db_instance.pending_modified_values.multi_tenant #=> Boolean
25701
26339
  # resp.db_instance.latest_restorable_time #=> Time
25702
26340
  # resp.db_instance.multi_az #=> Boolean
25703
26341
  # resp.db_instance.engine_version #=> String
@@ -25793,6 +26431,7 @@ module Aws::RDS
25793
26431
  # resp.db_instance.percent_progress #=> String
25794
26432
  # resp.db_instance.dedicated_log_volume #=> Boolean
25795
26433
  # resp.db_instance.is_storage_config_upgrade_available #=> Boolean
26434
+ # resp.db_instance.multi_tenant #=> Boolean
25796
26435
  #
25797
26436
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromS3 AWS API Documentation
25798
26437
  #
@@ -26557,6 +27196,7 @@ module Aws::RDS
26557
27196
  # resp.db_instance.pending_modified_values.storage_throughput #=> Integer
26558
27197
  # resp.db_instance.pending_modified_values.engine #=> String
26559
27198
  # resp.db_instance.pending_modified_values.dedicated_log_volume #=> Boolean
27199
+ # resp.db_instance.pending_modified_values.multi_tenant #=> Boolean
26560
27200
  # resp.db_instance.latest_restorable_time #=> Time
26561
27201
  # resp.db_instance.multi_az #=> Boolean
26562
27202
  # resp.db_instance.engine_version #=> String
@@ -26652,6 +27292,7 @@ module Aws::RDS
26652
27292
  # resp.db_instance.percent_progress #=> String
26653
27293
  # resp.db_instance.dedicated_log_volume #=> Boolean
26654
27294
  # resp.db_instance.is_storage_config_upgrade_available #=> Boolean
27295
+ # resp.db_instance.multi_tenant #=> Boolean
26655
27296
  #
26656
27297
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceToPointInTime AWS API Documentation
26657
27298
  #
@@ -26980,6 +27621,8 @@ module Aws::RDS
26980
27621
  # resp.db_cluster.scaling_configuration_info.seconds_until_auto_pause #=> Integer
26981
27622
  # resp.db_cluster.scaling_configuration_info.timeout_action #=> String
26982
27623
  # resp.db_cluster.scaling_configuration_info.seconds_before_timeout #=> Integer
27624
+ # resp.db_cluster.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
27625
+ # resp.db_cluster.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
26983
27626
  # resp.db_cluster.deletion_protection #=> Boolean
26984
27627
  # resp.db_cluster.http_endpoint_enabled #=> Boolean
26985
27628
  # resp.db_cluster.activity_stream_mode #=> String, one of "sync", "async"
@@ -27012,6 +27655,8 @@ module Aws::RDS
27012
27655
  # resp.db_cluster.pending_modified_values.engine_version #=> String
27013
27656
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
27014
27657
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
27658
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
27659
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
27015
27660
  # resp.db_cluster.pending_modified_values.iops #=> Integer
27016
27661
  # resp.db_cluster.pending_modified_values.storage_type #=> String
27017
27662
  # resp.db_cluster.db_cluster_instance_class #=> String
@@ -27154,6 +27799,7 @@ module Aws::RDS
27154
27799
  # resp.db_instance.pending_modified_values.storage_throughput #=> Integer
27155
27800
  # resp.db_instance.pending_modified_values.engine #=> String
27156
27801
  # resp.db_instance.pending_modified_values.dedicated_log_volume #=> Boolean
27802
+ # resp.db_instance.pending_modified_values.multi_tenant #=> Boolean
27157
27803
  # resp.db_instance.latest_restorable_time #=> Time
27158
27804
  # resp.db_instance.multi_az #=> Boolean
27159
27805
  # resp.db_instance.engine_version #=> String
@@ -27249,6 +27895,7 @@ module Aws::RDS
27249
27895
  # resp.db_instance.percent_progress #=> String
27250
27896
  # resp.db_instance.dedicated_log_volume #=> Boolean
27251
27897
  # resp.db_instance.is_storage_config_upgrade_available #=> Boolean
27898
+ # resp.db_instance.multi_tenant #=> Boolean
27252
27899
  #
27253
27900
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBInstance AWS API Documentation
27254
27901
  #
@@ -27406,6 +28053,7 @@ module Aws::RDS
27406
28053
  # resp.db_instance_automated_backup.storage_throughput #=> Integer
27407
28054
  # resp.db_instance_automated_backup.aws_backup_recovery_point_arn #=> String
27408
28055
  # resp.db_instance_automated_backup.dedicated_log_volume #=> Boolean
28056
+ # resp.db_instance_automated_backup.multi_tenant #=> Boolean
27409
28057
  #
27410
28058
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBInstanceAutomatedBackupsReplication AWS API Documentation
27411
28059
  #
@@ -27800,6 +28448,8 @@ module Aws::RDS
27800
28448
  # resp.db_cluster.scaling_configuration_info.seconds_until_auto_pause #=> Integer
27801
28449
  # resp.db_cluster.scaling_configuration_info.timeout_action #=> String
27802
28450
  # resp.db_cluster.scaling_configuration_info.seconds_before_timeout #=> Integer
28451
+ # resp.db_cluster.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
28452
+ # resp.db_cluster.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
27803
28453
  # resp.db_cluster.deletion_protection #=> Boolean
27804
28454
  # resp.db_cluster.http_endpoint_enabled #=> Boolean
27805
28455
  # resp.db_cluster.activity_stream_mode #=> String, one of "sync", "async"
@@ -27832,6 +28482,8 @@ module Aws::RDS
27832
28482
  # resp.db_cluster.pending_modified_values.engine_version #=> String
27833
28483
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
27834
28484
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
28485
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
28486
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
27835
28487
  # resp.db_cluster.pending_modified_values.iops #=> Integer
27836
28488
  # resp.db_cluster.pending_modified_values.storage_type #=> String
27837
28489
  # resp.db_cluster.db_cluster_instance_class #=> String
@@ -27981,6 +28633,7 @@ module Aws::RDS
27981
28633
  # resp.db_instance.pending_modified_values.storage_throughput #=> Integer
27982
28634
  # resp.db_instance.pending_modified_values.engine #=> String
27983
28635
  # resp.db_instance.pending_modified_values.dedicated_log_volume #=> Boolean
28636
+ # resp.db_instance.pending_modified_values.multi_tenant #=> Boolean
27984
28637
  # resp.db_instance.latest_restorable_time #=> Time
27985
28638
  # resp.db_instance.multi_az #=> Boolean
27986
28639
  # resp.db_instance.engine_version #=> String
@@ -28076,6 +28729,7 @@ module Aws::RDS
28076
28729
  # resp.db_instance.percent_progress #=> String
28077
28730
  # resp.db_instance.dedicated_log_volume #=> Boolean
28078
28731
  # resp.db_instance.is_storage_config_upgrade_available #=> Boolean
28732
+ # resp.db_instance.multi_tenant #=> Boolean
28079
28733
  #
28080
28734
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBInstance AWS API Documentation
28081
28735
  #
@@ -28185,6 +28839,7 @@ module Aws::RDS
28185
28839
  # resp.db_instance_automated_backup.storage_throughput #=> Integer
28186
28840
  # resp.db_instance_automated_backup.aws_backup_recovery_point_arn #=> String
28187
28841
  # resp.db_instance_automated_backup.dedicated_log_volume #=> Boolean
28842
+ # resp.db_instance_automated_backup.multi_tenant #=> Boolean
28188
28843
  #
28189
28844
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBInstanceAutomatedBackupsReplication AWS API Documentation
28190
28845
  #
@@ -28578,6 +29233,7 @@ module Aws::RDS
28578
29233
  # resp.db_instance.pending_modified_values.storage_throughput #=> Integer
28579
29234
  # resp.db_instance.pending_modified_values.engine #=> String
28580
29235
  # resp.db_instance.pending_modified_values.dedicated_log_volume #=> Boolean
29236
+ # resp.db_instance.pending_modified_values.multi_tenant #=> Boolean
28581
29237
  # resp.db_instance.latest_restorable_time #=> Time
28582
29238
  # resp.db_instance.multi_az #=> Boolean
28583
29239
  # resp.db_instance.engine_version #=> String
@@ -28673,6 +29329,7 @@ module Aws::RDS
28673
29329
  # resp.db_instance.percent_progress #=> String
28674
29330
  # resp.db_instance.dedicated_log_volume #=> Boolean
28675
29331
  # resp.db_instance.is_storage_config_upgrade_available #=> Boolean
29332
+ # resp.db_instance.multi_tenant #=> Boolean
28676
29333
  #
28677
29334
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/SwitchoverReadReplica AWS API Documentation
28678
29335
  #
@@ -28696,7 +29353,7 @@ module Aws::RDS
28696
29353
  params: params,
28697
29354
  config: config)
28698
29355
  context[:gem_name] = 'aws-sdk-rds'
28699
- context[:gem_version] = '1.199.0'
29356
+ context[:gem_version] = '1.201.0'
28700
29357
  Seahorse::Client::Request.new(handlers, context)
28701
29358
  end
28702
29359
 
@@ -28772,6 +29429,8 @@ module Aws::RDS
28772
29429
  # | db_instance_deleted | {Client#describe_db_instances} | 30 | 60 |
28773
29430
  # | db_snapshot_available | {Client#describe_db_snapshots} | 30 | 60 |
28774
29431
  # | db_snapshot_deleted | {Client#describe_db_snapshots} | 30 | 60 |
29432
+ # | tenant_database_available | {Client#describe_tenant_databases} | 30 | 60 |
29433
+ # | tenant_database_deleted | {Client#describe_tenant_databases} | 30 | 60 |
28775
29434
  #
28776
29435
  # @raise [Errors::FailureStateError] Raised when the waiter terminates
28777
29436
  # because the waiter has entered a state that it will not transition
@@ -28829,7 +29488,9 @@ module Aws::RDS
28829
29488
  db_instance_available: Waiters::DBInstanceAvailable,
28830
29489
  db_instance_deleted: Waiters::DBInstanceDeleted,
28831
29490
  db_snapshot_available: Waiters::DBSnapshotAvailable,
28832
- db_snapshot_deleted: Waiters::DBSnapshotDeleted
29491
+ db_snapshot_deleted: Waiters::DBSnapshotDeleted,
29492
+ tenant_database_available: Waiters::TenantDatabaseAvailable,
29493
+ tenant_database_deleted: Waiters::TenantDatabaseDeleted
28833
29494
  }
28834
29495
  end
28835
29496