@aws-sdk/client-rds 3.549.0 → 3.554.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.
package/dist-cjs/index.js CHANGED
@@ -9832,6 +9832,9 @@ var se_CreateDBInstanceReadReplicaMessage = /* @__PURE__ */ __name((input, conte
9832
9832
  if (input[_USC] != null) {
9833
9833
  entries[_USC] = input[_USC];
9834
9834
  }
9835
+ if (input[_CACI] != null) {
9836
+ entries[_CACI] = input[_CACI];
9837
+ }
9835
9838
  return entries;
9836
9839
  }, "se_CreateDBInstanceReadReplicaMessage");
9837
9840
  var se_CreateDBParameterGroupMessage = /* @__PURE__ */ __name((input, context) => {
@@ -13654,6 +13657,9 @@ var se_RestoreDBInstanceFromDBSnapshotMessage = /* @__PURE__ */ __name((input, c
13654
13657
  if (input[_DLV] != null) {
13655
13658
  entries[_DLV] = input[_DLV];
13656
13659
  }
13660
+ if (input[_CACI] != null) {
13661
+ entries[_CACI] = input[_CACI];
13662
+ }
13657
13663
  return entries;
13658
13664
  }, "se_RestoreDBInstanceFromDBSnapshotMessage");
13659
13665
  var se_RestoreDBInstanceFromS3Message = /* @__PURE__ */ __name((input, context) => {
@@ -13841,6 +13847,9 @@ var se_RestoreDBInstanceFromS3Message = /* @__PURE__ */ __name((input, context)
13841
13847
  if (input[_DLV] != null) {
13842
13848
  entries[_DLV] = input[_DLV];
13843
13849
  }
13850
+ if (input[_CACI] != null) {
13851
+ entries[_CACI] = input[_CACI];
13852
+ }
13844
13853
  return entries;
13845
13854
  }, "se_RestoreDBInstanceFromS3Message");
13846
13855
  var se_RestoreDBInstanceToPointInTimeMessage = /* @__PURE__ */ __name((input, context) => {
@@ -14013,6 +14022,9 @@ var se_RestoreDBInstanceToPointInTimeMessage = /* @__PURE__ */ __name((input, co
14013
14022
  if (input[_DLV] != null) {
14014
14023
  entries[_DLV] = input[_DLV];
14015
14024
  }
14025
+ if (input[_CACI] != null) {
14026
+ entries[_CACI] = input[_CACI];
14027
+ }
14016
14028
  return entries;
14017
14029
  }, "se_RestoreDBInstanceToPointInTimeMessage");
14018
14030
  var se_RevokeDBSecurityGroupIngressMessage = /* @__PURE__ */ __name((input, context) => {
@@ -6540,6 +6540,9 @@ const se_CreateDBInstanceReadReplicaMessage = (input, context) => {
6540
6540
  if (input[_USC] != null) {
6541
6541
  entries[_USC] = input[_USC];
6542
6542
  }
6543
+ if (input[_CACI] != null) {
6544
+ entries[_CACI] = input[_CACI];
6545
+ }
6543
6546
  return entries;
6544
6547
  };
6545
6548
  const se_CreateDBParameterGroupMessage = (input, context) => {
@@ -10286,6 +10289,9 @@ const se_RestoreDBInstanceFromDBSnapshotMessage = (input, context) => {
10286
10289
  if (input[_DLV] != null) {
10287
10290
  entries[_DLV] = input[_DLV];
10288
10291
  }
10292
+ if (input[_CACI] != null) {
10293
+ entries[_CACI] = input[_CACI];
10294
+ }
10289
10295
  return entries;
10290
10296
  };
10291
10297
  const se_RestoreDBInstanceFromS3Message = (input, context) => {
@@ -10472,6 +10478,9 @@ const se_RestoreDBInstanceFromS3Message = (input, context) => {
10472
10478
  if (input[_DLV] != null) {
10473
10479
  entries[_DLV] = input[_DLV];
10474
10480
  }
10481
+ if (input[_CACI] != null) {
10482
+ entries[_CACI] = input[_CACI];
10483
+ }
10475
10484
  return entries;
10476
10485
  };
10477
10486
  const se_RestoreDBInstanceToPointInTimeMessage = (input, context) => {
@@ -10643,6 +10652,9 @@ const se_RestoreDBInstanceToPointInTimeMessage = (input, context) => {
10643
10652
  if (input[_DLV] != null) {
10644
10653
  entries[_DLV] = input[_DLV];
10645
10654
  }
10655
+ if (input[_CACI] != null) {
10656
+ entries[_CACI] = input[_CACI];
10657
+ }
10646
10658
  return entries;
10647
10659
  };
10648
10660
  const se_RevokeDBSecurityGroupIngressMessage = (input, context) => {
@@ -106,6 +106,7 @@ declare const CreateDBInstanceReadReplicaCommand_base: {
106
106
  * SourceDBClusterIdentifier: "STRING_VALUE",
107
107
  * DedicatedLogVolume: true || false,
108
108
  * UpgradeStorageConfig: true || false,
109
+ * CACertificateIdentifier: "STRING_VALUE",
109
110
  * };
110
111
  * const command = new CreateDBInstanceReadReplicaCommand(input);
111
112
  * const response = await client.send(command);
@@ -343,6 +344,11 @@ declare const CreateDBInstanceReadReplicaCommand_base: {
343
344
  * @see {@link CreateDBInstanceReadReplicaCommandOutput} for command's `response` shape.
344
345
  * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
345
346
  *
347
+ * @throws {@link CertificateNotFoundFault} (client fault)
348
+ * <p>
349
+ * <code>CertificateIdentifier</code> doesn't refer to an
350
+ * existing certificate.</p>
351
+ *
346
352
  * @throws {@link DBClusterNotFoundFault} (client fault)
347
353
  * <p>
348
354
  * <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
@@ -103,6 +103,7 @@ declare const RestoreDBInstanceFromDBSnapshotCommand_base: {
103
103
  * DBClusterSnapshotIdentifier: "STRING_VALUE",
104
104
  * AllocatedStorage: Number("int"),
105
105
  * DedicatedLogVolume: true || false,
106
+ * CACertificateIdentifier: "STRING_VALUE",
106
107
  * };
107
108
  * const command = new RestoreDBInstanceFromDBSnapshotCommand(input);
108
109
  * const response = await client.send(command);
@@ -348,6 +349,11 @@ declare const RestoreDBInstanceFromDBSnapshotCommand_base: {
348
349
  *
349
350
  * @throws {@link BackupPolicyNotFoundFault} (client fault)
350
351
  *
352
+ * @throws {@link CertificateNotFoundFault} (client fault)
353
+ * <p>
354
+ * <code>CertificateIdentifier</code> doesn't refer to an
355
+ * existing certificate.</p>
356
+ *
351
357
  * @throws {@link DBClusterSnapshotNotFoundFault} (client fault)
352
358
  * <p>
353
359
  * <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing DB cluster snapshot.</p>
@@ -107,6 +107,7 @@ declare const RestoreDBInstanceFromS3Command_base: {
107
107
  * ManageMasterUserPassword: true || false,
108
108
  * MasterUserSecretKmsKeyId: "STRING_VALUE",
109
109
  * DedicatedLogVolume: true || false,
110
+ * CACertificateIdentifier: "STRING_VALUE",
110
111
  * };
111
112
  * const command = new RestoreDBInstanceFromS3Command(input);
112
113
  * const response = await client.send(command);
@@ -352,6 +353,11 @@ declare const RestoreDBInstanceFromS3Command_base: {
352
353
  *
353
354
  * @throws {@link BackupPolicyNotFoundFault} (client fault)
354
355
  *
356
+ * @throws {@link CertificateNotFoundFault} (client fault)
357
+ * <p>
358
+ * <code>CertificateIdentifier</code> doesn't refer to an
359
+ * existing certificate.</p>
360
+ *
355
361
  * @throws {@link DBInstanceAlreadyExistsFault} (client fault)
356
362
  * <p>The user already has a DB instance with the given identifier.</p>
357
363
  *
@@ -103,6 +103,7 @@ declare const RestoreDBInstanceToPointInTimeCommand_base: {
103
103
  * StorageThroughput: Number("int"),
104
104
  * AllocatedStorage: Number("int"),
105
105
  * DedicatedLogVolume: true || false,
106
+ * CACertificateIdentifier: "STRING_VALUE",
106
107
  * };
107
108
  * const command = new RestoreDBInstanceToPointInTimeCommand(input);
108
109
  * const response = await client.send(command);
@@ -348,6 +349,11 @@ declare const RestoreDBInstanceToPointInTimeCommand_base: {
348
349
  *
349
350
  * @throws {@link BackupPolicyNotFoundFault} (client fault)
350
351
  *
352
+ * @throws {@link CertificateNotFoundFault} (client fault)
353
+ * <p>
354
+ * <code>CertificateIdentifier</code> doesn't refer to an
355
+ * existing certificate.</p>
356
+ *
351
357
  * @throws {@link DBInstanceAlreadyExistsFault} (client fault)
352
358
  * <p>The user already has a DB instance with the given identifier.</p>
353
359
  *
@@ -3023,8 +3023,29 @@ export declare class CreateCustomDBEngineVersionFault extends __BaseException {
3023
3023
  */
3024
3024
  export interface CreateCustomDBEngineVersionMessage {
3025
3025
  /**
3026
- * <p>The database engine to use for your custom engine version (CEV). The only supported value is
3027
- * <code>custom-oracle-ee</code>.</p>
3026
+ * <p>The database engine. RDS Custom for Oracle supports the following values:</p>
3027
+ * <ul>
3028
+ * <li>
3029
+ * <p>
3030
+ * <code>custom-oracle-ee</code>
3031
+ * </p>
3032
+ * </li>
3033
+ * <li>
3034
+ * <p>
3035
+ * <code>custom-oracle-ee-cdb</code>
3036
+ * </p>
3037
+ * </li>
3038
+ * <li>
3039
+ * <p>
3040
+ * <code>custom-oracle-se2</code>
3041
+ * </p>
3042
+ * </li>
3043
+ * <li>
3044
+ * <p>
3045
+ * <code>custom-oracle-se2-cdb</code>
3046
+ * </p>
3047
+ * </li>
3048
+ * </ul>
3028
3049
  * @public
3029
3050
  */
3030
3051
  Engine: string | undefined;
@@ -4013,7 +4034,8 @@ export interface CreateDBClusterMessage {
4013
4034
  EnableCloudwatchLogsExports?: string[];
4014
4035
  /**
4015
4036
  * <p>The DB engine mode of the DB cluster, either <code>provisioned</code> or <code>serverless</code>.</p>
4016
- * <p>The <code>serverless</code> engine mode only applies for Aurora Serverless v1 DB clusters.</p>
4037
+ * <p>The <code>serverless</code> engine mode only applies for Aurora Serverless v1 DB clusters. Aurora Serverless v2 DB clusters use the
4038
+ * <code>provisioned</code> engine mode.</p>
4017
4039
  * <p>For information about limitations and requirements for Serverless DB clusters, see the
4018
4040
  * following sections in the <i>Amazon Aurora User Guide</i>:</p>
4019
4041
  * <ul>
@@ -6216,6 +6238,15 @@ export interface CreateDBInstanceMessage {
6216
6238
  * </li>
6217
6239
  * <li>
6218
6240
  * <p>
6241
+ * <code>custom-oracle-se2</code> (for RDS Custom for Oracle DB instances)</p>
6242
+ * </li>
6243
+ * <li>
6244
+ * <p>
6245
+ * <code>custom-oracle-se2-cdb</code> (for RDS Custom for Oracle DB
6246
+ * instances)</p>
6247
+ * </li>
6248
+ * <li>
6249
+ * <p>
6219
6250
  * <code>custom-sqlserver-ee</code> (for RDS Custom for SQL Server DB instances)</p>
6220
6251
  * </li>
6221
6252
  * <li>
@@ -8920,6 +8951,17 @@ export interface CreateDBInstanceReadReplicaMessage {
8920
8951
  * @public
8921
8952
  */
8922
8953
  UpgradeStorageConfig?: boolean;
8954
+ /**
8955
+ * <p>The CA certificate identifier to use for the read replica's server certificate.</p>
8956
+ * <p>This setting doesn't apply to RDS Custom DB instances.</p>
8957
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html">Using SSL/TLS to encrypt a connection to a DB
8958
+ * instance</a> in the <i>Amazon RDS User Guide</i> and
8959
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html">
8960
+ * Using SSL/TLS to encrypt a connection to a DB cluster</a> in the <i>Amazon Aurora
8961
+ * User Guide</i>.</p>
8962
+ * @public
8963
+ */
8964
+ CACertificateIdentifier?: string;
8923
8965
  }
8924
8966
  /**
8925
8967
  * @public
@@ -11086,7 +11128,29 @@ export declare class CustomDBEngineVersionNotFoundFault extends __BaseException
11086
11128
  */
11087
11129
  export interface DeleteCustomDBEngineVersionMessage {
11088
11130
  /**
11089
- * <p>The database engine. The only supported engines are <code>custom-oracle-ee</code> and <code>custom-oracle-ee-cdb</code>.</p>
11131
+ * <p>The database engine. RDS Custom for Oracle supports the following values:</p>
11132
+ * <ul>
11133
+ * <li>
11134
+ * <p>
11135
+ * <code>custom-oracle-ee</code>
11136
+ * </p>
11137
+ * </li>
11138
+ * <li>
11139
+ * <p>
11140
+ * <code>custom-oracle-ee-cdb</code>
11141
+ * </p>
11142
+ * </li>
11143
+ * <li>
11144
+ * <p>
11145
+ * <code>custom-oracle-se2</code>
11146
+ * </p>
11147
+ * </li>
11148
+ * <li>
11149
+ * <p>
11150
+ * <code>custom-oracle-se2-cdb</code>
11151
+ * </p>
11152
+ * </li>
11153
+ * </ul>
11090
11154
  * @public
11091
11155
  */
11092
11156
  Engine: string | undefined;
@@ -1188,6 +1188,21 @@ export interface DescribeDBEngineVersionsMessage {
1188
1188
  * </li>
1189
1189
  * <li>
1190
1190
  * <p>
1191
+ * <code>custom-oracle-ee-cdb</code>
1192
+ * </p>
1193
+ * </li>
1194
+ * <li>
1195
+ * <p>
1196
+ * <code>custom-oracle-se2</code>
1197
+ * </p>
1198
+ * </li>
1199
+ * <li>
1200
+ * <p>
1201
+ * <code>custom-oracle-se2-cdb</code>
1202
+ * </p>
1203
+ * </li>
1204
+ * <li>
1205
+ * <p>
1191
1206
  * <code>db2-ae</code>
1192
1207
  * </p>
1193
1208
  * </li>
@@ -3693,6 +3708,11 @@ export interface DescribeEngineDefaultParametersMessage {
3693
3708
  * </li>
3694
3709
  * <li>
3695
3710
  * <p>
3711
+ * <code>custom-oracle-ee-cdb-19</code>
3712
+ * </p>
3713
+ * </li>
3714
+ * <li>
3715
+ * <p>
3696
3716
  * <code>db2-ae</code>
3697
3717
  * </p>
3698
3718
  * </li>
@@ -4855,7 +4875,7 @@ export interface OptionGroups {
4855
4875
  */
4856
4876
  export interface DescribeOrderableDBInstanceOptionsMessage {
4857
4877
  /**
4858
- * <p>The name of the engine to describe DB instance options for.</p>
4878
+ * <p>The name of the database engine to describe DB instance options for.</p>
4859
4879
  * <p>Valid Values:</p>
4860
4880
  * <ul>
4861
4881
  * <li>
@@ -4875,6 +4895,21 @@ export interface DescribeOrderableDBInstanceOptionsMessage {
4875
4895
  * </li>
4876
4896
  * <li>
4877
4897
  * <p>
4898
+ * <code>custom-oracle-ee-cdb</code>
4899
+ * </p>
4900
+ * </li>
4901
+ * <li>
4902
+ * <p>
4903
+ * <code>custom-oracle-se2</code>
4904
+ * </p>
4905
+ * </li>
4906
+ * <li>
4907
+ * <p>
4908
+ * <code>custom-oracle-se2-cdb</code>
4909
+ * </p>
4910
+ * </li>
4911
+ * <li>
4912
+ * <p>
4878
4913
  * <code>db2-ae</code>
4879
4914
  * </p>
4880
4915
  * </li>
@@ -4984,7 +5019,7 @@ export interface DescribeOrderableDBInstanceOptionsMessage {
4984
5019
  * a pagination token called a marker is included in the response so that
4985
5020
  * you can retrieve the remaining results.</p>
4986
5021
  * <p>Default: 100</p>
4987
- * <p>Constraints: Minimum 20, maximum 10000.</p>
5022
+ * <p>Constraints: Minimum 20, maximum 1000.</p>
4988
5023
  * @public
4989
5024
  */
4990
5025
  MaxRecords?: number;
@@ -6491,7 +6526,29 @@ export type CustomEngineVersionStatus = (typeof CustomEngineVersionStatus)[keyof
6491
6526
  */
6492
6527
  export interface ModifyCustomDBEngineVersionMessage {
6493
6528
  /**
6494
- * <p>The DB engine. The only supported values are <code>custom-oracle-ee</code> and <code>custom-oracle-ee-cdb</code>.</p>
6529
+ * <p>The database engine. RDS Custom for Oracle supports the following values:</p>
6530
+ * <ul>
6531
+ * <li>
6532
+ * <p>
6533
+ * <code>custom-oracle-ee</code>
6534
+ * </p>
6535
+ * </li>
6536
+ * <li>
6537
+ * <p>
6538
+ * <code>custom-oracle-ee-cdb</code>
6539
+ * </p>
6540
+ * </li>
6541
+ * <li>
6542
+ * <p>
6543
+ * <code>custom-oracle-se2</code>
6544
+ * </p>
6545
+ * </li>
6546
+ * <li>
6547
+ * <p>
6548
+ * <code>custom-oracle-se2-cdb</code>
6549
+ * </p>
6550
+ * </li>
6551
+ * </ul>
6495
6552
  * @public
6496
6553
  */
6497
6554
  Engine: string | undefined;
@@ -7396,6 +7453,15 @@ export interface ModifyDBInstanceMessage {
7396
7453
  * so that they are 10% greater than the current value.</p>
7397
7454
  * <p>For the valid values for allocated storage for each engine,
7398
7455
  * see <code>CreateDBInstance</code>.</p>
7456
+ * <p>Constraints:</p>
7457
+ * <ul>
7458
+ * <li>
7459
+ * <p>When you increase the allocated storage for a DB instance that uses
7460
+ * Provisioned IOPS (<code>gp3</code>, <code>io1</code>, or <code>io2</code>
7461
+ * storage type), you must also specify the <code>Iops</code> parameter. You can
7462
+ * use the current value for <code>Iops</code>.</p>
7463
+ * </li>
7464
+ * </ul>
7399
7465
  * @public
7400
7466
  */
7401
7467
  AllocatedStorage?: number;
@@ -7780,6 +7846,11 @@ export interface ModifyDBInstanceMessage {
7780
7846
  * <p>For RDS for MariaDB, RDS for MySQL, RDS for Oracle, and RDS for PostgreSQL - The value supplied must be at least 10% greater than the current value.
7781
7847
  * Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.</p>
7782
7848
  * </li>
7849
+ * <li>
7850
+ * <p>When you increase the Provisioned IOPS, you must also specify the
7851
+ * <code>AllocatedStorage</code> parameter. You can use the current value for
7852
+ * <code>AllocatedStorage</code>.</p>
7853
+ * </li>
7783
7854
  * </ul>
7784
7855
  * <p>Default: Uses existing setting</p>
7785
7856
  * @public
@@ -11555,6 +11626,17 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
11555
11626
  * @public
11556
11627
  */
11557
11628
  DedicatedLogVolume?: boolean;
11629
+ /**
11630
+ * <p>The CA certificate identifier to use for the DB instance's server certificate.</p>
11631
+ * <p>This setting doesn't apply to RDS Custom DB instances.</p>
11632
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html">Using SSL/TLS to encrypt a connection to a DB
11633
+ * instance</a> in the <i>Amazon RDS User Guide</i> and
11634
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html">
11635
+ * Using SSL/TLS to encrypt a connection to a DB cluster</a> in the <i>Amazon Aurora
11636
+ * User Guide</i>.</p>
11637
+ * @public
11638
+ */
11639
+ CACertificateIdentifier?: string;
11558
11640
  }
11559
11641
  /**
11560
11642
  * @public
@@ -12101,6 +12183,17 @@ export interface RestoreDBInstanceFromS3Message {
12101
12183
  * @public
12102
12184
  */
12103
12185
  DedicatedLogVolume?: boolean;
12186
+ /**
12187
+ * <p>The CA certificate identifier to use for the DB instance's server certificate.</p>
12188
+ * <p>This setting doesn't apply to RDS Custom DB instances.</p>
12189
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html">Using SSL/TLS to encrypt a connection to a DB
12190
+ * instance</a> in the <i>Amazon RDS User Guide</i> and
12191
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html">
12192
+ * Using SSL/TLS to encrypt a connection to a DB cluster</a> in the <i>Amazon Aurora
12193
+ * User Guide</i>.</p>
12194
+ * @public
12195
+ */
12196
+ CACertificateIdentifier?: string;
12104
12197
  }
12105
12198
  /**
12106
12199
  * @public
@@ -12711,6 +12804,17 @@ export interface RestoreDBInstanceToPointInTimeMessage {
12711
12804
  * @public
12712
12805
  */
12713
12806
  DedicatedLogVolume?: boolean;
12807
+ /**
12808
+ * <p>The CA certificate identifier to use for the DB instance's server certificate.</p>
12809
+ * <p>This setting doesn't apply to RDS Custom DB instances.</p>
12810
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html">Using SSL/TLS to encrypt a connection to a DB
12811
+ * instance</a> in the <i>Amazon RDS User Guide</i> and
12812
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html">
12813
+ * Using SSL/TLS to encrypt a connection to a DB cluster</a> in the <i>Amazon Aurora
12814
+ * User Guide</i>.</p>
12815
+ * @public
12816
+ */
12817
+ CACertificateIdentifier?: string;
12714
12818
  }
12715
12819
  /**
12716
12820
  * @public
@@ -1600,6 +1600,7 @@ export interface CreateDBInstanceReadReplicaMessage {
1600
1600
  SourceDBClusterIdentifier?: string;
1601
1601
  DedicatedLogVolume?: boolean;
1602
1602
  UpgradeStorageConfig?: boolean;
1603
+ CACertificateIdentifier?: string;
1603
1604
  }
1604
1605
  export interface CreateDBInstanceReadReplicaResult {
1605
1606
  DBInstance?: DBInstance;
@@ -1701,6 +1701,7 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
1701
1701
  DBClusterSnapshotIdentifier?: string;
1702
1702
  AllocatedStorage?: number;
1703
1703
  DedicatedLogVolume?: boolean;
1704
+ CACertificateIdentifier?: string;
1704
1705
  }
1705
1706
  export interface RestoreDBInstanceFromDBSnapshotResult {
1706
1707
  DBInstance?: DBInstance;
@@ -1755,6 +1756,7 @@ export interface RestoreDBInstanceFromS3Message {
1755
1756
  ManageMasterUserPassword?: boolean;
1756
1757
  MasterUserSecretKmsKeyId?: string;
1757
1758
  DedicatedLogVolume?: boolean;
1759
+ CACertificateIdentifier?: string;
1758
1760
  }
1759
1761
  export interface RestoreDBInstanceFromS3Result {
1760
1762
  DBInstance?: DBInstance;
@@ -1814,6 +1816,7 @@ export interface RestoreDBInstanceToPointInTimeMessage {
1814
1816
  StorageThroughput?: number;
1815
1817
  AllocatedStorage?: number;
1816
1818
  DedicatedLogVolume?: boolean;
1819
+ CACertificateIdentifier?: string;
1817
1820
  }
1818
1821
  export interface RestoreDBInstanceToPointInTimeResult {
1819
1822
  DBInstance?: DBInstance;
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.549.0",
4
+ "version": "3.554.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-rds",
@@ -20,13 +20,13 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.549.0",
24
- "@aws-sdk/core": "3.549.0",
25
- "@aws-sdk/credential-provider-node": "3.549.0",
23
+ "@aws-sdk/client-sts": "3.554.0",
24
+ "@aws-sdk/core": "3.554.0",
25
+ "@aws-sdk/credential-provider-node": "3.554.0",
26
26
  "@aws-sdk/middleware-host-header": "3.535.0",
27
27
  "@aws-sdk/middleware-logger": "3.535.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.535.0",
29
- "@aws-sdk/middleware-sdk-rds": "3.535.0",
29
+ "@aws-sdk/middleware-sdk-rds": "3.552.0",
30
30
  "@aws-sdk/middleware-user-agent": "3.540.0",
31
31
  "@aws-sdk/region-config-resolver": "3.535.0",
32
32
  "@aws-sdk/types": "3.535.0",
@@ -34,26 +34,26 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.535.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.535.0",
36
36
  "@smithy/config-resolver": "^2.2.0",
37
- "@smithy/core": "^1.4.1",
37
+ "@smithy/core": "^1.4.2",
38
38
  "@smithy/fetch-http-handler": "^2.5.0",
39
39
  "@smithy/hash-node": "^2.2.0",
40
40
  "@smithy/invalid-dependency": "^2.2.0",
41
41
  "@smithy/middleware-content-length": "^2.2.0",
42
- "@smithy/middleware-endpoint": "^2.5.0",
43
- "@smithy/middleware-retry": "^2.3.0",
42
+ "@smithy/middleware-endpoint": "^2.5.1",
43
+ "@smithy/middleware-retry": "^2.3.1",
44
44
  "@smithy/middleware-serde": "^2.3.0",
45
45
  "@smithy/middleware-stack": "^2.2.0",
46
46
  "@smithy/node-config-provider": "^2.3.0",
47
47
  "@smithy/node-http-handler": "^2.5.0",
48
48
  "@smithy/protocol-http": "^3.3.0",
49
- "@smithy/smithy-client": "^2.5.0",
49
+ "@smithy/smithy-client": "^2.5.1",
50
50
  "@smithy/types": "^2.12.0",
51
51
  "@smithy/url-parser": "^2.2.0",
52
52
  "@smithy/util-base64": "^2.3.0",
53
53
  "@smithy/util-body-length-browser": "^2.2.0",
54
54
  "@smithy/util-body-length-node": "^2.3.0",
55
- "@smithy/util-defaults-mode-browser": "^2.2.0",
56
- "@smithy/util-defaults-mode-node": "^2.3.0",
55
+ "@smithy/util-defaults-mode-browser": "^2.2.1",
56
+ "@smithy/util-defaults-mode-node": "^2.3.1",
57
57
  "@smithy/util-endpoints": "^1.2.0",
58
58
  "@smithy/util-middleware": "^2.2.0",
59
59
  "@smithy/util-retry": "^2.2.0",