@aws-sdk/client-rds 3.363.0 → 3.367.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.
|
@@ -34,7 +34,7 @@ export interface CreateGlobalClusterCommandOutput extends CreateGlobalClusterRes
|
|
|
34
34
|
* Or you can specify an existing Aurora cluster during the create operation,
|
|
35
35
|
* and this cluster becomes the primary cluster of the global database.</p>
|
|
36
36
|
* <note>
|
|
37
|
-
* <p>This
|
|
37
|
+
* <p>This operation applies only to Aurora DB clusters.</p>
|
|
38
38
|
* </note>
|
|
39
39
|
* @example
|
|
40
40
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -3909,7 +3909,7 @@ export interface DomainMembership {
|
|
|
3909
3909
|
*/
|
|
3910
3910
|
Domain?: string;
|
|
3911
3911
|
/**
|
|
3912
|
-
* <p>The status of the Active Directory Domain membership for the DB instance or cluster. Values include joined
|
|
3912
|
+
* <p>The status of the Active Directory Domain membership for the DB instance or cluster. Values include <code>joined</code>, <code>pending-join</code>, <code>failed</code>, and so on.</p>
|
|
3913
3913
|
*/
|
|
3914
3914
|
Status?: string;
|
|
3915
3915
|
/**
|
|
@@ -3917,19 +3917,19 @@ export interface DomainMembership {
|
|
|
3917
3917
|
*/
|
|
3918
3918
|
FQDN?: string;
|
|
3919
3919
|
/**
|
|
3920
|
-
* <p>The name of the IAM role
|
|
3920
|
+
* <p>The name of the IAM role used when making API calls to the Directory Service.</p>
|
|
3921
3921
|
*/
|
|
3922
3922
|
IAMRoleName?: string;
|
|
3923
3923
|
/**
|
|
3924
|
-
* <p>The Active Directory organizational unit for
|
|
3924
|
+
* <p>The Active Directory organizational unit for the DB instance or cluster.</p>
|
|
3925
3925
|
*/
|
|
3926
3926
|
OU?: string;
|
|
3927
3927
|
/**
|
|
3928
|
-
* <p>The ARN for the Secrets Manager secret
|
|
3928
|
+
* <p>The ARN for the Secrets Manager secret with the credentials for the user that's a member of the domain.</p>
|
|
3929
3929
|
*/
|
|
3930
3930
|
AuthSecretArn?: string;
|
|
3931
3931
|
/**
|
|
3932
|
-
* <p>The IPv4 DNS IP addresses of
|
|
3932
|
+
* <p>The IPv4 DNS IP addresses of the primary and secondary Active Directory domain controllers.</p>
|
|
3933
3933
|
*/
|
|
3934
3934
|
DnsIps?: string[];
|
|
3935
3935
|
}
|
|
@@ -5018,14 +5018,6 @@ export interface CreateDBInstanceMessage {
|
|
|
5018
5018
|
* <p>The meaning of this parameter differs depending on the database engine.</p>
|
|
5019
5019
|
* <dl>
|
|
5020
5020
|
* <dt>Amazon Aurora MySQL</dt>
|
|
5021
|
-
* <dt>Amazon Aurora PostgreSQL</dt>
|
|
5022
|
-
* <dt>Amazon RDS Custom for Oracle</dt>
|
|
5023
|
-
* <dt>Amazon RDS Custom for SQL Server</dt>
|
|
5024
|
-
* <dt>RDS for MariaDB</dt>
|
|
5025
|
-
* <dt>RDS for MySQL</dt>
|
|
5026
|
-
* <dt>RDS for Oracle</dt>
|
|
5027
|
-
* <dt>RDS for PostgreSQL</dt>
|
|
5028
|
-
* <dt>RDS for SQL Server</dt>
|
|
5029
5021
|
* <dd>
|
|
5030
5022
|
* <p>The name of the database to create when the primary DB instance of the Aurora MySQL DB cluster is
|
|
5031
5023
|
* created. If you don't specify a value, Amazon RDS doesn't create a database in the DB cluster.</p>
|
|
@@ -5039,6 +5031,7 @@ export interface CreateDBInstanceMessage {
|
|
|
5039
5031
|
* </li>
|
|
5040
5032
|
* </ul>
|
|
5041
5033
|
* </dd>
|
|
5034
|
+
* <dt>Amazon Aurora PostgreSQL</dt>
|
|
5042
5035
|
* <dd>
|
|
5043
5036
|
* <p>The name of the database to create when the primary DB instance of the Aurora PostgreSQL DB cluster is
|
|
5044
5037
|
* created.</p>
|
|
@@ -5059,6 +5052,7 @@ export interface CreateDBInstanceMessage {
|
|
|
5059
5052
|
* </li>
|
|
5060
5053
|
* </ul>
|
|
5061
5054
|
* </dd>
|
|
5055
|
+
* <dt>Amazon RDS Custom for Oracle</dt>
|
|
5062
5056
|
* <dd>
|
|
5063
5057
|
* <p>The Oracle System ID (SID) of the created RDS Custom DB instance.</p>
|
|
5064
5058
|
* <p>Default: <code>ORCL</code>
|
|
@@ -5076,9 +5070,11 @@ export interface CreateDBInstanceMessage {
|
|
|
5076
5070
|
* </li>
|
|
5077
5071
|
* </ul>
|
|
5078
5072
|
* </dd>
|
|
5073
|
+
* <dt>Amazon RDS Custom for SQL Server</dt>
|
|
5079
5074
|
* <dd>
|
|
5080
5075
|
* <p>Not applicable. Must be null.</p>
|
|
5081
5076
|
* </dd>
|
|
5077
|
+
* <dt>RDS for MariaDB</dt>
|
|
5082
5078
|
* <dd>
|
|
5083
5079
|
* <p>The name of the database to create when the DB instance is created. If you don't specify a value, Amazon RDS doesn't create a database in the DB instance.</p>
|
|
5084
5080
|
* <p>Constraints:</p>
|
|
@@ -5094,6 +5090,7 @@ export interface CreateDBInstanceMessage {
|
|
|
5094
5090
|
* </li>
|
|
5095
5091
|
* </ul>
|
|
5096
5092
|
* </dd>
|
|
5093
|
+
* <dt>RDS for MySQL</dt>
|
|
5097
5094
|
* <dd>
|
|
5098
5095
|
* <p>The name of the database to create when the DB instance is created. If you don't specify a value, Amazon RDS doesn't create a database in the DB instance.</p>
|
|
5099
5096
|
* <p>Constraints:</p>
|
|
@@ -5109,6 +5106,7 @@ export interface CreateDBInstanceMessage {
|
|
|
5109
5106
|
* </li>
|
|
5110
5107
|
* </ul>
|
|
5111
5108
|
* </dd>
|
|
5109
|
+
* <dt>RDS for Oracle</dt>
|
|
5112
5110
|
* <dd>
|
|
5113
5111
|
* <p>The Oracle System ID (SID) of the created DB instance.</p>
|
|
5114
5112
|
* <p>Default: <code>ORCL</code>
|
|
@@ -5123,6 +5121,7 @@ export interface CreateDBInstanceMessage {
|
|
|
5123
5121
|
* </li>
|
|
5124
5122
|
* </ul>
|
|
5125
5123
|
* </dd>
|
|
5124
|
+
* <dt>RDS for PostgreSQL</dt>
|
|
5126
5125
|
* <dd>
|
|
5127
5126
|
* <p>The name of the database to create when the DB instance is created.</p>
|
|
5128
5127
|
* <p>Default: <code>postgres</code>
|
|
@@ -5140,6 +5139,7 @@ export interface CreateDBInstanceMessage {
|
|
|
5140
5139
|
* </li>
|
|
5141
5140
|
* </ul>
|
|
5142
5141
|
* </dd>
|
|
5142
|
+
* <dt>RDS for SQL Server</dt>
|
|
5143
5143
|
* <dd>
|
|
5144
5144
|
* <p>Not applicable. Must be null.</p>
|
|
5145
5145
|
* </dd>
|
|
@@ -5170,11 +5170,6 @@ export interface CreateDBInstanceMessage {
|
|
|
5170
5170
|
* database increases, though you are only charged for the space that you use in an Aurora cluster volume.</p>
|
|
5171
5171
|
* <dl>
|
|
5172
5172
|
* <dt>Amazon RDS Custom</dt>
|
|
5173
|
-
* <dt>RDS for MariaDB</dt>
|
|
5174
|
-
* <dt>RDS for MySQL</dt>
|
|
5175
|
-
* <dt>RDS for Oracle</dt>
|
|
5176
|
-
* <dt>RDS for PostgreSQL</dt>
|
|
5177
|
-
* <dt>RDS for SQL Server</dt>
|
|
5178
5173
|
* <dd>
|
|
5179
5174
|
* <p>Constraints to the amount of storage for each storage type are the following:</p>
|
|
5180
5175
|
* <ul>
|
|
@@ -5188,6 +5183,7 @@ export interface CreateDBInstanceMessage {
|
|
|
5188
5183
|
* </li>
|
|
5189
5184
|
* </ul>
|
|
5190
5185
|
* </dd>
|
|
5186
|
+
* <dt>RDS for MariaDB</dt>
|
|
5191
5187
|
* <dd>
|
|
5192
5188
|
* <p>Constraints to the amount of storage for each storage type are the following:</p>
|
|
5193
5189
|
* <ul>
|
|
@@ -5202,6 +5198,7 @@ export interface CreateDBInstanceMessage {
|
|
|
5202
5198
|
* </li>
|
|
5203
5199
|
* </ul>
|
|
5204
5200
|
* </dd>
|
|
5201
|
+
* <dt>RDS for MySQL</dt>
|
|
5205
5202
|
* <dd>
|
|
5206
5203
|
* <p>Constraints to the amount of storage for each storage type are the following:</p>
|
|
5207
5204
|
* <ul>
|
|
@@ -5216,6 +5213,7 @@ export interface CreateDBInstanceMessage {
|
|
|
5216
5213
|
* </li>
|
|
5217
5214
|
* </ul>
|
|
5218
5215
|
* </dd>
|
|
5216
|
+
* <dt>RDS for Oracle</dt>
|
|
5219
5217
|
* <dd>
|
|
5220
5218
|
* <p>Constraints to the amount of storage for each storage type are the following:</p>
|
|
5221
5219
|
* <ul>
|
|
@@ -5230,6 +5228,7 @@ export interface CreateDBInstanceMessage {
|
|
|
5230
5228
|
* </li>
|
|
5231
5229
|
* </ul>
|
|
5232
5230
|
* </dd>
|
|
5231
|
+
* <dt>RDS for PostgreSQL</dt>
|
|
5233
5232
|
* <dd>
|
|
5234
5233
|
* <p>Constraints to the amount of storage for each storage type are the following:</p>
|
|
5235
5234
|
* <ul>
|
|
@@ -5244,6 +5243,7 @@ export interface CreateDBInstanceMessage {
|
|
|
5244
5243
|
* </li>
|
|
5245
5244
|
* </ul>
|
|
5246
5245
|
* </dd>
|
|
5246
|
+
* <dt>RDS for SQL Server</dt>
|
|
5247
5247
|
* <dd>
|
|
5248
5248
|
* <p>Constraints to the amount of storage for each storage type are the following:</p>
|
|
5249
5249
|
* <ul>
|
|
@@ -5639,38 +5639,38 @@ export interface CreateDBInstanceMessage {
|
|
|
5639
5639
|
* Amazon RDS. Not every database engine is available for every Amazon Web Services Region.</p>
|
|
5640
5640
|
* <dl>
|
|
5641
5641
|
* <dt>Amazon RDS Custom for Oracle</dt>
|
|
5642
|
-
* <dt>Amazon RDS Custom for SQL Server</dt>
|
|
5643
|
-
* <dt>RDS for MariaDB</dt>
|
|
5644
|
-
* <dt>RDS for Microsoft SQL Server</dt>
|
|
5645
|
-
* <dt>RDS for MySQL</dt>
|
|
5646
|
-
* <dt>RDS for Oracle</dt>
|
|
5647
|
-
* <dt>RDS for PostgreSQL</dt>
|
|
5648
5642
|
* <dd>
|
|
5649
5643
|
* <p>A custom engine version (CEV) that you have previously created. This setting is required for RDS Custom for Oracle. The CEV
|
|
5650
5644
|
* name has the following format: 19.<i>customized_string</i>. A valid CEV name is
|
|
5651
5645
|
* <code>19.my_cev1</code>. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-creating.html#custom-creating.create">
|
|
5652
5646
|
* Creating an RDS Custom for Oracle DB instance</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
5653
5647
|
* </dd>
|
|
5648
|
+
* <dt>Amazon RDS Custom for SQL Server</dt>
|
|
5654
5649
|
* <dd>
|
|
5655
5650
|
* <p>See <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-reqs-limits-MS.html">RDS Custom for SQL Server general requirements</a>
|
|
5656
5651
|
* in the <i>Amazon RDS User Guide</i>.</p>
|
|
5657
5652
|
* </dd>
|
|
5653
|
+
* <dt>RDS for MariaDB</dt>
|
|
5658
5654
|
* <dd>
|
|
5659
5655
|
* <p>For information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MariaDB.html#MariaDB.Concepts.VersionMgmt">MariaDB on Amazon RDS versions</a> in the
|
|
5660
5656
|
* <i>Amazon RDS User Guide</i>.</p>
|
|
5661
5657
|
* </dd>
|
|
5658
|
+
* <dt>RDS for Microsoft SQL Server</dt>
|
|
5662
5659
|
* <dd>
|
|
5663
5660
|
* <p>For information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport">Microsoft SQL Server versions on Amazon RDS</a> in the
|
|
5664
5661
|
* <i>Amazon RDS User Guide</i>.</p>
|
|
5665
5662
|
* </dd>
|
|
5663
|
+
* <dt>RDS for MySQL</dt>
|
|
5666
5664
|
* <dd>
|
|
5667
5665
|
* <p>For information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt">MySQL on Amazon RDS versions</a> in the
|
|
5668
5666
|
* <i>Amazon RDS User Guide</i>.</p>
|
|
5669
5667
|
* </dd>
|
|
5668
|
+
* <dt>RDS for Oracle</dt>
|
|
5670
5669
|
* <dd>
|
|
5671
5670
|
* <p>For information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.PatchComposition.html">Oracle Database Engine release notes</a> in the
|
|
5672
5671
|
* <i>Amazon RDS User Guide</i>.</p>
|
|
5673
5672
|
* </dd>
|
|
5673
|
+
* <dt>RDS for PostgreSQL</dt>
|
|
5674
5674
|
* <dd>
|
|
5675
5675
|
* <p>For information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts">Amazon RDS for PostgreSQL versions and extensions</a> in the
|
|
5676
5676
|
* <i>Amazon RDS User Guide</i>.</p>
|
|
@@ -5856,11 +5856,11 @@ export interface CreateDBInstanceMessage {
|
|
|
5856
5856
|
*/
|
|
5857
5857
|
Domain?: string;
|
|
5858
5858
|
/**
|
|
5859
|
-
* <p>
|
|
5859
|
+
* <p>The fully qualified domain name (FQDN) of an Active Directory domain.</p>
|
|
5860
5860
|
* <p>Constraints:</p>
|
|
5861
5861
|
* <ul>
|
|
5862
5862
|
* <li>
|
|
5863
|
-
* <p>
|
|
5863
|
+
* <p>Can't be longer than 64 characters.</p>
|
|
5864
5864
|
* </li>
|
|
5865
5865
|
* </ul>
|
|
5866
5866
|
* <p>Example: <code>mymanagedADtest.mymanagedAD.mydomain</code>
|
|
@@ -5875,7 +5875,7 @@ export interface CreateDBInstanceMessage {
|
|
|
5875
5875
|
* <p>Must be in the distinguished name format.</p>
|
|
5876
5876
|
* </li>
|
|
5877
5877
|
* <li>
|
|
5878
|
-
* <p>
|
|
5878
|
+
* <p>Can't be longer than 64 characters.</p>
|
|
5879
5879
|
* </li>
|
|
5880
5880
|
* </ul>
|
|
5881
5881
|
* <p>Example: <code>OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain</code>
|
|
@@ -5883,7 +5883,7 @@ export interface CreateDBInstanceMessage {
|
|
|
5883
5883
|
*/
|
|
5884
5884
|
DomainOu?: string;
|
|
5885
5885
|
/**
|
|
5886
|
-
* <p>The ARN for the Secrets Manager secret
|
|
5886
|
+
* <p>The ARN for the Secrets Manager secret with the credentials for the user joining the domain.</p>
|
|
5887
5887
|
* <p>Example: <code>arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456</code>
|
|
5888
5888
|
* </p>
|
|
5889
5889
|
*/
|
|
@@ -5901,7 +5901,7 @@ export interface CreateDBInstanceMessage {
|
|
|
5901
5901
|
*/
|
|
5902
5902
|
DomainDnsIps?: string[];
|
|
5903
5903
|
/**
|
|
5904
|
-
* <p>
|
|
5904
|
+
* <p>Specifies whether to copy tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.</p>
|
|
5905
5905
|
* <p>This setting doesn't apply to Amazon Aurora DB instances. Copying tags to snapshots is managed by the DB cluster. Setting this
|
|
5906
5906
|
* value for an Aurora DB instance has no effect on the DB cluster setting.</p>
|
|
5907
5907
|
*/
|
|
@@ -7571,11 +7571,11 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
7571
7571
|
*/
|
|
7572
7572
|
DomainIAMRoleName?: string;
|
|
7573
7573
|
/**
|
|
7574
|
-
* <p>
|
|
7574
|
+
* <p>The fully qualified domain name (FQDN) of an Active Directory domain.</p>
|
|
7575
7575
|
* <p>Constraints:</p>
|
|
7576
7576
|
* <ul>
|
|
7577
7577
|
* <li>
|
|
7578
|
-
* <p>
|
|
7578
|
+
* <p>Can't be longer than 64 characters.</p>
|
|
7579
7579
|
* </li>
|
|
7580
7580
|
* </ul>
|
|
7581
7581
|
* <p>Example: <code>mymanagedADtest.mymanagedAD.mydomain</code>
|
|
@@ -7590,7 +7590,7 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
7590
7590
|
* <p>Must be in the distinguished name format.</p>
|
|
7591
7591
|
* </li>
|
|
7592
7592
|
* <li>
|
|
7593
|
-
* <p>
|
|
7593
|
+
* <p>Can't be longer than 64 characters.</p>
|
|
7594
7594
|
* </li>
|
|
7595
7595
|
* </ul>
|
|
7596
7596
|
* <p>Example: <code>OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain</code>
|
|
@@ -7598,7 +7598,7 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
7598
7598
|
*/
|
|
7599
7599
|
DomainOu?: string;
|
|
7600
7600
|
/**
|
|
7601
|
-
* <p>The ARN for the Secrets Manager secret
|
|
7601
|
+
* <p>The ARN for the Secrets Manager secret with the credentials for the user joining the domain.</p>
|
|
7602
7602
|
* <p>Example: <code>arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456</code>
|
|
7603
7603
|
* </p>
|
|
7604
7604
|
*/
|
|
@@ -8765,35 +8765,82 @@ export declare class SubscriptionCategoryNotFoundFault extends __BaseException {
|
|
|
8765
8765
|
*/
|
|
8766
8766
|
export interface CreateGlobalClusterMessage {
|
|
8767
8767
|
/**
|
|
8768
|
-
* <p>The cluster identifier
|
|
8768
|
+
* <p>The cluster identifier for this global database cluster. This parameter is stored as a lowercase string.</p>
|
|
8769
8769
|
*/
|
|
8770
8770
|
GlobalClusterIdentifier?: string;
|
|
8771
8771
|
/**
|
|
8772
|
-
* <p>The Amazon Resource Name (ARN) to use as the primary cluster of the global database
|
|
8773
|
-
*
|
|
8772
|
+
* <p>The Amazon Resource Name (ARN) to use as the primary cluster of the global database.</p>
|
|
8773
|
+
* <p>If you provide a value for this parameter, don't specify values for the following settings because Amazon Aurora uses the values from the specified source DB cluster:</p>
|
|
8774
|
+
* <ul>
|
|
8775
|
+
* <li>
|
|
8776
|
+
* <p>
|
|
8777
|
+
* <code>DatabaseName</code>
|
|
8778
|
+
* </p>
|
|
8779
|
+
* </li>
|
|
8780
|
+
* <li>
|
|
8781
|
+
* <p>
|
|
8782
|
+
* <code>Engine</code>
|
|
8783
|
+
* </p>
|
|
8784
|
+
* </li>
|
|
8785
|
+
* <li>
|
|
8786
|
+
* <p>
|
|
8787
|
+
* <code>EngineVersion</code>
|
|
8788
|
+
* </p>
|
|
8789
|
+
* </li>
|
|
8790
|
+
* <li>
|
|
8791
|
+
* <p>
|
|
8792
|
+
* <code>StorageEncrypted</code>
|
|
8793
|
+
* </p>
|
|
8794
|
+
* </li>
|
|
8795
|
+
* </ul>
|
|
8774
8796
|
*/
|
|
8775
8797
|
SourceDBClusterIdentifier?: string;
|
|
8776
8798
|
/**
|
|
8777
|
-
* <p>The
|
|
8799
|
+
* <p>The database engine to use for this global database cluster.</p>
|
|
8800
|
+
* <p>Valid Values: <code>aurora-mysql | aurora-postgresql</code>
|
|
8801
|
+
* </p>
|
|
8802
|
+
* <p>Constraints:</p>
|
|
8803
|
+
* <ul>
|
|
8804
|
+
* <li>
|
|
8805
|
+
* <p>Can't be specified if <code>SourceDBClusterIdentifier</code> is specified. In this case, Amazon Aurora uses the engine of the source DB cluster.</p>
|
|
8806
|
+
* </li>
|
|
8807
|
+
* </ul>
|
|
8778
8808
|
*/
|
|
8779
8809
|
Engine?: string;
|
|
8780
8810
|
/**
|
|
8781
|
-
* <p>The engine version
|
|
8811
|
+
* <p>The engine version to use for this global database cluster.</p>
|
|
8812
|
+
* <p>Constraints:</p>
|
|
8813
|
+
* <ul>
|
|
8814
|
+
* <li>
|
|
8815
|
+
* <p>Can't be specified if <code>SourceDBClusterIdentifier</code> is specified. In this case, Amazon Aurora uses the engine version of the source DB cluster.</p>
|
|
8816
|
+
* </li>
|
|
8817
|
+
* </ul>
|
|
8782
8818
|
*/
|
|
8783
8819
|
EngineVersion?: string;
|
|
8784
8820
|
/**
|
|
8785
|
-
* <p>
|
|
8821
|
+
* <p>Specifies whether to enable deletion protection for the new global database cluster.
|
|
8786
8822
|
* The global database can't be deleted when deletion protection is enabled.</p>
|
|
8787
8823
|
*/
|
|
8788
8824
|
DeletionProtection?: boolean;
|
|
8789
8825
|
/**
|
|
8790
|
-
* <p>The name for your database of up to 64 alphanumeric characters. If you
|
|
8791
|
-
* a name, Amazon Aurora
|
|
8792
|
-
*
|
|
8826
|
+
* <p>The name for your database of up to 64 alphanumeric characters. If you don't specify
|
|
8827
|
+
* a name, Amazon Aurora doesn't create a database in the global database cluster.</p>
|
|
8828
|
+
* <p>Constraints:</p>
|
|
8829
|
+
* <ul>
|
|
8830
|
+
* <li>
|
|
8831
|
+
* <p>Can't be specified if <code>SourceDBClusterIdentifier</code> is specified. In this case, Amazon Aurora uses the database name from the source DB cluster.</p>
|
|
8832
|
+
* </li>
|
|
8833
|
+
* </ul>
|
|
8793
8834
|
*/
|
|
8794
8835
|
DatabaseName?: string;
|
|
8795
8836
|
/**
|
|
8796
|
-
* <p>
|
|
8837
|
+
* <p>Specifies whether to enable storage encryption for the new global database cluster.</p>
|
|
8838
|
+
* <p>Constraints:</p>
|
|
8839
|
+
* <ul>
|
|
8840
|
+
* <li>
|
|
8841
|
+
* <p>Can't be specified if <code>SourceDBClusterIdentifier</code> is specified. In this case, Amazon Aurora uses the setting from the source DB cluster.</p>
|
|
8842
|
+
* </li>
|
|
8843
|
+
* </ul>
|
|
8797
8844
|
*/
|
|
8798
8845
|
StorageEncrypted?: boolean;
|
|
8799
8846
|
}
|
|
@@ -4406,11 +4406,11 @@ export interface ModifyDBInstanceMessage {
|
|
|
4406
4406
|
*/
|
|
4407
4407
|
Domain?: string;
|
|
4408
4408
|
/**
|
|
4409
|
-
* <p>
|
|
4409
|
+
* <p>The fully qualified domain name (FQDN) of an Active Directory domain.</p>
|
|
4410
4410
|
* <p>Constraints:</p>
|
|
4411
4411
|
* <ul>
|
|
4412
4412
|
* <li>
|
|
4413
|
-
* <p>
|
|
4413
|
+
* <p>Can't be longer than 64 characters.</p>
|
|
4414
4414
|
* </li>
|
|
4415
4415
|
* </ul>
|
|
4416
4416
|
* <p>Example: <code>mymanagedADtest.mymanagedAD.mydomain</code>
|
|
@@ -4425,7 +4425,7 @@ export interface ModifyDBInstanceMessage {
|
|
|
4425
4425
|
* <p>Must be in the distinguished name format.</p>
|
|
4426
4426
|
* </li>
|
|
4427
4427
|
* <li>
|
|
4428
|
-
* <p>
|
|
4428
|
+
* <p>Can't be longer than 64 characters.</p>
|
|
4429
4429
|
* </li>
|
|
4430
4430
|
* </ul>
|
|
4431
4431
|
* <p>Example: <code>OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain</code>
|
|
@@ -4433,7 +4433,7 @@ export interface ModifyDBInstanceMessage {
|
|
|
4433
4433
|
*/
|
|
4434
4434
|
DomainOu?: string;
|
|
4435
4435
|
/**
|
|
4436
|
-
* <p>The ARN for the Secrets Manager secret
|
|
4436
|
+
* <p>The ARN for the Secrets Manager secret with the credentials for the user joining the domain.</p>
|
|
4437
4437
|
* <p>Example: <code>arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456</code>
|
|
4438
4438
|
* </p>
|
|
4439
4439
|
*/
|
|
@@ -4548,7 +4548,7 @@ export interface ModifyDBInstanceMessage {
|
|
|
4548
4548
|
*/
|
|
4549
4549
|
DomainIAMRoleName?: string;
|
|
4550
4550
|
/**
|
|
4551
|
-
* <p>
|
|
4551
|
+
* <p>Specifies whether to remove the DB instance from the Active Directory domain.</p>
|
|
4552
4552
|
*/
|
|
4553
4553
|
DisableDomain?: boolean;
|
|
4554
4554
|
/**
|
|
@@ -7307,11 +7307,11 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
|
7307
7307
|
*/
|
|
7308
7308
|
Domain?: string;
|
|
7309
7309
|
/**
|
|
7310
|
-
* <p>
|
|
7310
|
+
* <p>The fully qualified domain name (FQDN) of an Active Directory domain.</p>
|
|
7311
7311
|
* <p>Constraints:</p>
|
|
7312
7312
|
* <ul>
|
|
7313
7313
|
* <li>
|
|
7314
|
-
* <p>
|
|
7314
|
+
* <p>Can't be longer than 64 characters.</p>
|
|
7315
7315
|
* </li>
|
|
7316
7316
|
* </ul>
|
|
7317
7317
|
* <p>Example: <code>mymanagedADtest.mymanagedAD.mydomain</code>
|
|
@@ -7326,7 +7326,7 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
|
7326
7326
|
* <p>Must be in the distinguished name format.</p>
|
|
7327
7327
|
* </li>
|
|
7328
7328
|
* <li>
|
|
7329
|
-
* <p>
|
|
7329
|
+
* <p>Can't be longer than 64 characters.</p>
|
|
7330
7330
|
* </li>
|
|
7331
7331
|
* </ul>
|
|
7332
7332
|
* <p>Example: <code>OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain</code>
|
|
@@ -7334,7 +7334,7 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
|
7334
7334
|
*/
|
|
7335
7335
|
DomainOu?: string;
|
|
7336
7336
|
/**
|
|
7337
|
-
* <p>The ARN for the Secrets Manager secret
|
|
7337
|
+
* <p>The ARN for the Secrets Manager secret with the credentials for the user joining the domain.</p>
|
|
7338
7338
|
* <p>Constraints:</p>
|
|
7339
7339
|
* <p>Example: <code>arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456</code>
|
|
7340
7340
|
* </p>
|
|
@@ -7362,8 +7362,8 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
|
7362
7362
|
*/
|
|
7363
7363
|
CopyTagsToSnapshot?: boolean;
|
|
7364
7364
|
/**
|
|
7365
|
-
* <p>
|
|
7366
|
-
* <p>This setting doesn't apply to RDS Custom.</p>
|
|
7365
|
+
* <p>The name of the IAM role to use when making API calls to the Directory Service.</p>
|
|
7366
|
+
* <p>This setting doesn't apply to RDS Custom DB instances.</p>
|
|
7367
7367
|
*/
|
|
7368
7368
|
DomainIAMRoleName?: string;
|
|
7369
7369
|
/**
|
|
@@ -8296,16 +8296,16 @@ export interface RestoreDBInstanceToPointInTimeMessage {
|
|
|
8296
8296
|
*/
|
|
8297
8297
|
Domain?: string;
|
|
8298
8298
|
/**
|
|
8299
|
-
* <p>
|
|
8300
|
-
* <p>This setting doesn't apply to RDS Custom.</p>
|
|
8299
|
+
* <p>The name of the IAM role to use when making API calls to the Directory Service.</p>
|
|
8300
|
+
* <p>This setting doesn't apply to RDS Custom DB instances.</p>
|
|
8301
8301
|
*/
|
|
8302
8302
|
DomainIAMRoleName?: string;
|
|
8303
8303
|
/**
|
|
8304
|
-
* <p>
|
|
8304
|
+
* <p>The fully qualified domain name (FQDN) of an Active Directory domain.</p>
|
|
8305
8305
|
* <p>Constraints:</p>
|
|
8306
8306
|
* <ul>
|
|
8307
8307
|
* <li>
|
|
8308
|
-
* <p>
|
|
8308
|
+
* <p>Can't be longer than 64 characters.</p>
|
|
8309
8309
|
* </li>
|
|
8310
8310
|
* </ul>
|
|
8311
8311
|
* <p>Example: <code>mymanagedADtest.mymanagedAD.mydomain</code>
|
|
@@ -8320,7 +8320,7 @@ export interface RestoreDBInstanceToPointInTimeMessage {
|
|
|
8320
8320
|
* <p>Must be in the distinguished name format.</p>
|
|
8321
8321
|
* </li>
|
|
8322
8322
|
* <li>
|
|
8323
|
-
* <p>
|
|
8323
|
+
* <p>Can't be longer than 64 characters.</p>
|
|
8324
8324
|
* </li>
|
|
8325
8325
|
* </ul>
|
|
8326
8326
|
* <p>Example: <code>OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain</code>
|
|
@@ -8328,11 +8328,11 @@ export interface RestoreDBInstanceToPointInTimeMessage {
|
|
|
8328
8328
|
*/
|
|
8329
8329
|
DomainOu?: string;
|
|
8330
8330
|
/**
|
|
8331
|
-
* <p>The ARN for the Secrets Manager secret
|
|
8331
|
+
* <p>The ARN for the Secrets Manager secret with the credentials for the user joining the domain.</p>
|
|
8332
8332
|
* <p>Constraints:</p>
|
|
8333
8333
|
* <ul>
|
|
8334
8334
|
* <li>
|
|
8335
|
-
* <p>
|
|
8335
|
+
* <p>Can't be longer than 64 characters.</p>
|
|
8336
8336
|
* </li>
|
|
8337
8337
|
* </ul>
|
|
8338
8338
|
* <p>Example: <code>arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456</code>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-rds",
|
|
3
3
|
"description": "AWS SDK for JavaScript Rds Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.367.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|