@aws-sdk/client-rds 3.445.0 → 3.449.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.
@@ -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
@@ -3105,12 +3105,17 @@ export interface CreateCustomDBEngineVersionMessage {
3105
3105
  Tags?: Tag[];
3106
3106
  /**
3107
3107
  * @public
3108
- * <p>Reserved for future use.</p>
3108
+ * <p>The ARN of a CEV to use as a source for creating a new CEV. You can specify a different
3109
+ * Amazon Machine Imagine (AMI) by using either <code>Source</code> or
3110
+ * <code>UseAwsProvidedLatestImage</code>. You can't specify a different JSON manifest
3111
+ * when you specify <code>SourceCustomDbEngineVersionIdentifier</code>.</p>
3109
3112
  */
3110
3113
  SourceCustomDbEngineVersionIdentifier?: string;
3111
3114
  /**
3112
3115
  * @public
3113
- * <p>Reserved for future use.</p>
3116
+ * <p>Specifies whether to use the latest service-provided Amazon Machine Image (AMI) for
3117
+ * the CEV. If you specify <code>UseAwsProvidedLatestImage</code>, you can't also specify
3118
+ * <code>ImageId</code>.</p>
3114
3119
  */
3115
3120
  UseAwsProvidedLatestImage?: boolean;
3116
3121
  }
@@ -3247,7 +3252,7 @@ export interface UpgradeTarget {
3247
3252
  SupportsLocalWriteForwarding?: boolean;
3248
3253
  /**
3249
3254
  * @public
3250
- * <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
3251
3256
  * Amazon Redshift.</p>
3252
3257
  */
3253
3258
  SupportsIntegrations?: boolean;
@@ -3450,7 +3455,7 @@ export interface DBEngineVersion {
3450
3455
  SupportsLocalWriteForwarding?: boolean;
3451
3456
  /**
3452
3457
  * @public
3453
- * <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
3454
3459
  * Amazon Redshift.</p>
3455
3460
  */
3456
3461
  SupportsIntegrations?: boolean;
@@ -10119,7 +10124,7 @@ export declare class GlobalClusterQuotaExceededFault extends __BaseException {
10119
10124
  export interface CreateIntegrationMessage {
10120
10125
  /**
10121
10126
  * @public
10122
- * <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
10123
10128
  * replication.</p>
10124
10129
  */
10125
10130
  SourceArn: string | undefined;
@@ -10136,7 +10141,7 @@ export interface CreateIntegrationMessage {
10136
10141
  /**
10137
10142
  * @public
10138
10143
  * <p>The Amazon Web Services Key Management System (Amazon Web Services KMS) key identifier for the key to use to
10139
- * 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
10140
10145
  * Amazon Web Services owned key. </p>
10141
10146
  */
10142
10147
  KMSKeyId?: string;
@@ -10192,14 +10197,12 @@ export declare const IntegrationStatus: {
10192
10197
  export type IntegrationStatus = (typeof IntegrationStatus)[keyof typeof IntegrationStatus];
10193
10198
  /**
10194
10199
  * @public
10195
- * <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
10196
- * with Amazon Aurora zero-ETL integrations with Amazon Redshift</a> in the
10197
- * <i>Amazon Aurora User Guide</i>.</p>
10200
+ * <p>A zero-ETL integration with Amazon Redshift.</p>
10198
10201
  */
10199
10202
  export interface Integration {
10200
10203
  /**
10201
10204
  * @public
10202
- * <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
10203
10206
  * replication.</p>
10204
10207
  */
10205
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.445.0",
4
+ "version": "3.449.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.449.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.449.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",