@aws-sdk/client-rds 3.446.0 → 3.450.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/README.md CHANGED
@@ -215,7 +215,7 @@ try {
215
215
  const data = await client.send(command);
216
216
  // process data.
217
217
  } catch (error) {
218
- const { requestId, cfId, extendedRequestId } = error.$$metadata;
218
+ const { requestId, cfId, extendedRequestId } = error.$metadata;
219
219
  console.log({ requestId, cfId, extendedRequestId });
220
220
  /**
221
221
  * The keys within exceptions are also parsed.
@@ -23,9 +23,7 @@ export interface CreateIntegrationCommandOutput extends Integration, __MetadataB
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Creates a zero-ETL integration with Amazon Redshift. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/zero-etl.html">Working
27
- * with Amazon Aurora zero-ETL integrations with Amazon Redshift</a> in the
28
- * <i>Amazon Aurora User Guide</i>.</p>
26
+ * <p>Creates a zero-ETL integration with Amazon Redshift.</p>
29
27
  * @example
30
28
  * Use a bare-bones client and the command you need to make an API call.
31
29
  * ```javascript
@@ -23,9 +23,7 @@ export interface DeleteIntegrationCommandOutput extends Integration, __MetadataB
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Deletes a zero-ETL integration with Amazon Redshift. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/zero-etl.deleting.html">Deleting Amazon Aurora zero-ETL integrations with Amazon Redshift</a> in the
27
- * <i>Amazon Aurora User Guide</i>
28
- * </p>
26
+ * <p>Deletes a zero-ETL integration with Amazon Redshift.</p>
29
27
  * @example
30
28
  * Use a bare-bones client and the command you need to make an API call.
31
29
  * ```javascript
@@ -23,10 +23,7 @@ export interface DescribeIntegrationsCommandOutput extends DescribeIntegrationsR
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Describe one or more zero-ETL integration with Amazon Redshift. For more information,
27
- * see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/zero-etl.describingmonitoring.html">Viewing and monitoring Amazon Aurora zero-ETL integrations with Amazon Redshift</a> in
28
- * the <i>Amazon Aurora User Guide</i>
29
- * </p>
26
+ * <p>Describe one or more zero-ETL integrations with Amazon Redshift.</p>
30
27
  * @example
31
28
  * Use a bare-bones client and the command you need to make an API call.
32
29
  * ```javascript
@@ -3252,7 +3252,7 @@ export interface UpgradeTarget {
3252
3252
  SupportsLocalWriteForwarding?: boolean;
3253
3253
  /**
3254
3254
  * @public
3255
- * <p>Indicates whether the DB engine version supports Aurora zero-ETL integrations with
3255
+ * <p>Indicates whether the DB engine version supports zero-ETL integrations with
3256
3256
  * Amazon Redshift.</p>
3257
3257
  */
3258
3258
  SupportsIntegrations?: boolean;
@@ -3455,7 +3455,7 @@ export interface DBEngineVersion {
3455
3455
  SupportsLocalWriteForwarding?: boolean;
3456
3456
  /**
3457
3457
  * @public
3458
- * <p>Indicates whether the DB engine version supports Aurora zero-ETL integrations with
3458
+ * <p>Indicates whether the DB engine version supports zero-ETL integrations with
3459
3459
  * Amazon Redshift.</p>
3460
3460
  */
3461
3461
  SupportsIntegrations?: boolean;
@@ -10124,7 +10124,7 @@ export declare class GlobalClusterQuotaExceededFault extends __BaseException {
10124
10124
  export interface CreateIntegrationMessage {
10125
10125
  /**
10126
10126
  * @public
10127
- * <p>The Amazon Resource Name (ARN) of the Aurora DB cluster to use as the source for
10127
+ * <p>The Amazon Resource Name (ARN) of the database to use as the source for
10128
10128
  * replication.</p>
10129
10129
  */
10130
10130
  SourceArn: string | undefined;
@@ -10141,7 +10141,7 @@ export interface CreateIntegrationMessage {
10141
10141
  /**
10142
10142
  * @public
10143
10143
  * <p>The Amazon Web Services Key Management System (Amazon Web Services KMS) key identifier for the key to use to
10144
- * encrypt the integration. If you don't specify an encryption key, Aurora uses a default
10144
+ * encrypt the integration. If you don't specify an encryption key, RDS uses a default
10145
10145
  * Amazon Web Services owned key. </p>
10146
10146
  */
10147
10147
  KMSKeyId?: string;
@@ -10197,14 +10197,12 @@ export declare const IntegrationStatus: {
10197
10197
  export type IntegrationStatus = (typeof IntegrationStatus)[keyof typeof IntegrationStatus];
10198
10198
  /**
10199
10199
  * @public
10200
- * <p>An Aurora zero-ETL integration with Amazon Redshift. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/zero-etl.html">Working
10201
- * with Amazon Aurora zero-ETL integrations with Amazon Redshift</a> in the
10202
- * <i>Amazon Aurora User Guide</i>.</p>
10200
+ * <p>A zero-ETL integration with Amazon Redshift.</p>
10203
10201
  */
10204
10202
  export interface Integration {
10205
10203
  /**
10206
10204
  * @public
10207
- * <p>The Amazon Resource Name (ARN) of the Aurora DB cluster used as the source for
10205
+ * <p>The Amazon Resource Name (ARN) of the database used as the source for
10208
10206
  * replication.</p>
10209
10207
  */
10210
10208
  SourceArn?: string;
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.446.0",
4
+ "version": "3.450.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",
@@ -21,20 +21,20 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.445.0",
24
+ "@aws-sdk/client-sts": "3.450.0",
25
25
  "@aws-sdk/core": "3.445.0",
26
- "@aws-sdk/credential-provider-node": "3.445.0",
27
- "@aws-sdk/middleware-host-header": "3.433.0",
28
- "@aws-sdk/middleware-logger": "3.433.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.433.0",
30
- "@aws-sdk/middleware-sdk-rds": "3.433.0",
31
- "@aws-sdk/middleware-signing": "3.433.0",
32
- "@aws-sdk/middleware-user-agent": "3.438.0",
26
+ "@aws-sdk/credential-provider-node": "3.450.0",
27
+ "@aws-sdk/middleware-host-header": "3.449.0",
28
+ "@aws-sdk/middleware-logger": "3.449.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.449.0",
30
+ "@aws-sdk/middleware-sdk-rds": "3.449.0",
31
+ "@aws-sdk/middleware-signing": "3.449.0",
32
+ "@aws-sdk/middleware-user-agent": "3.449.0",
33
33
  "@aws-sdk/region-config-resolver": "3.433.0",
34
- "@aws-sdk/types": "3.433.0",
35
- "@aws-sdk/util-endpoints": "3.438.0",
36
- "@aws-sdk/util-user-agent-browser": "3.433.0",
37
- "@aws-sdk/util-user-agent-node": "3.437.0",
34
+ "@aws-sdk/types": "3.449.0",
35
+ "@aws-sdk/util-endpoints": "3.449.0",
36
+ "@aws-sdk/util-user-agent-browser": "3.449.0",
37
+ "@aws-sdk/util-user-agent-node": "3.449.0",
38
38
  "@smithy/config-resolver": "^2.0.16",
39
39
  "@smithy/fetch-http-handler": "^2.2.4",
40
40
  "@smithy/hash-node": "^2.0.12",