@aws-sdk/client-rds 3.549.0 → 3.552.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
  *
@@ -4013,7 +4013,8 @@ export interface CreateDBClusterMessage {
4013
4013
  EnableCloudwatchLogsExports?: string[];
4014
4014
  /**
4015
4015
  * <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>
4016
+ * <p>The <code>serverless</code> engine mode only applies for Aurora Serverless v1 DB clusters. Aurora Serverless v2 DB clusters use the
4017
+ * <code>provisioned</code> engine mode.</p>
4017
4018
  * <p>For information about limitations and requirements for Serverless DB clusters, see the
4018
4019
  * following sections in the <i>Amazon Aurora User Guide</i>:</p>
4019
4020
  * <ul>
@@ -8920,6 +8921,17 @@ export interface CreateDBInstanceReadReplicaMessage {
8920
8921
  * @public
8921
8922
  */
8922
8923
  UpgradeStorageConfig?: boolean;
8924
+ /**
8925
+ * <p>The CA certificate identifier to use for the read replica's server certificate.</p>
8926
+ * <p>This setting doesn't apply to RDS Custom DB instances.</p>
8927
+ * <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
8928
+ * instance</a> in the <i>Amazon RDS User Guide</i> and
8929
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html">
8930
+ * Using SSL/TLS to encrypt a connection to a DB cluster</a> in the <i>Amazon Aurora
8931
+ * User Guide</i>.</p>
8932
+ * @public
8933
+ */
8934
+ CACertificateIdentifier?: string;
8923
8935
  }
8924
8936
  /**
8925
8937
  * @public
@@ -11555,6 +11555,17 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
11555
11555
  * @public
11556
11556
  */
11557
11557
  DedicatedLogVolume?: boolean;
11558
+ /**
11559
+ * <p>The CA certificate identifier to use for the DB instance's server certificate.</p>
11560
+ * <p>This setting doesn't apply to RDS Custom DB instances.</p>
11561
+ * <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
11562
+ * instance</a> in the <i>Amazon RDS User Guide</i> and
11563
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html">
11564
+ * Using SSL/TLS to encrypt a connection to a DB cluster</a> in the <i>Amazon Aurora
11565
+ * User Guide</i>.</p>
11566
+ * @public
11567
+ */
11568
+ CACertificateIdentifier?: string;
11558
11569
  }
11559
11570
  /**
11560
11571
  * @public
@@ -12101,6 +12112,17 @@ export interface RestoreDBInstanceFromS3Message {
12101
12112
  * @public
12102
12113
  */
12103
12114
  DedicatedLogVolume?: boolean;
12115
+ /**
12116
+ * <p>The CA certificate identifier to use for the DB instance's server certificate.</p>
12117
+ * <p>This setting doesn't apply to RDS Custom DB instances.</p>
12118
+ * <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
12119
+ * instance</a> in the <i>Amazon RDS User Guide</i> and
12120
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html">
12121
+ * Using SSL/TLS to encrypt a connection to a DB cluster</a> in the <i>Amazon Aurora
12122
+ * User Guide</i>.</p>
12123
+ * @public
12124
+ */
12125
+ CACertificateIdentifier?: string;
12104
12126
  }
12105
12127
  /**
12106
12128
  * @public
@@ -12711,6 +12733,17 @@ export interface RestoreDBInstanceToPointInTimeMessage {
12711
12733
  * @public
12712
12734
  */
12713
12735
  DedicatedLogVolume?: boolean;
12736
+ /**
12737
+ * <p>The CA certificate identifier to use for the DB instance's server certificate.</p>
12738
+ * <p>This setting doesn't apply to RDS Custom DB instances.</p>
12739
+ * <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
12740
+ * instance</a> in the <i>Amazon RDS User Guide</i> and
12741
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html">
12742
+ * Using SSL/TLS to encrypt a connection to a DB cluster</a> in the <i>Amazon Aurora
12743
+ * User Guide</i>.</p>
12744
+ * @public
12745
+ */
12746
+ CACertificateIdentifier?: string;
12714
12747
  }
12715
12748
  /**
12716
12749
  * @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.552.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.552.0",
24
+ "@aws-sdk/core": "3.552.0",
25
+ "@aws-sdk/credential-provider-node": "3.552.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",