Skip to content

Commit ec1318c

Browse files
author
awstools
committed
docs(client-rds): Updates Amazon RDS documentation for zero-ETL integrations.
1 parent 360b88a commit ec1318c

File tree

5 files changed

+18
-27
lines changed

5 files changed

+18
-27
lines changed

clients/client-rds/src/commands/CreateIntegrationCommand.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ export interface CreateIntegrationCommandOutput extends Integration, __MetadataB
3737

3838
/**
3939
* @public
40-
* <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
41-
* with Amazon Aurora zero-ETL integrations with Amazon Redshift</a> in the
42-
* <i>Amazon Aurora User Guide</i>.</p>
40+
* <p>Creates a zero-ETL integration with Amazon Redshift.</p>
4341
* @example
4442
* Use a bare-bones client and the command you need to make an API call.
4543
* ```javascript

clients/client-rds/src/commands/DeleteIntegrationCommand.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ export interface DeleteIntegrationCommandOutput extends Integration, __MetadataB
3737

3838
/**
3939
* @public
40-
* <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
41-
* <i>Amazon Aurora User Guide</i>
42-
* </p>
40+
* <p>Deletes a zero-ETL integration with Amazon Redshift.</p>
4341
* @example
4442
* Use a bare-bones client and the command you need to make an API call.
4543
* ```javascript

clients/client-rds/src/commands/DescribeIntegrationsCommand.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,7 @@ export interface DescribeIntegrationsCommandOutput extends DescribeIntegrationsR
3737

3838
/**
3939
* @public
40-
* <p>Describe one or more zero-ETL integration with Amazon Redshift. For more information,
41-
* 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
42-
* the <i>Amazon Aurora User Guide</i>
43-
* </p>
40+
* <p>Describe one or more zero-ETL integrations with Amazon Redshift.</p>
4441
* @example
4542
* Use a bare-bones client and the command you need to make an API call.
4643
* ```javascript

clients/client-rds/src/models/models_0.ts

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3911,7 +3911,7 @@ export interface UpgradeTarget {
39113911

39123912
/**
39133913
* @public
3914-
* <p>Indicates whether the DB engine version supports Aurora zero-ETL integrations with
3914+
* <p>Indicates whether the DB engine version supports zero-ETL integrations with
39153915
* Amazon Redshift.</p>
39163916
*/
39173917
SupportsIntegrations?: boolean;
@@ -4147,7 +4147,7 @@ export interface DBEngineVersion {
41474147

41484148
/**
41494149
* @public
4150-
* <p>Indicates whether the DB engine version supports Aurora zero-ETL integrations with
4150+
* <p>Indicates whether the DB engine version supports zero-ETL integrations with
41514151
* Amazon Redshift.</p>
41524152
*/
41534153
SupportsIntegrations?: boolean;
@@ -11752,7 +11752,7 @@ export class GlobalClusterQuotaExceededFault extends __BaseException {
1175211752
export interface CreateIntegrationMessage {
1175311753
/**
1175411754
* @public
11755-
* <p>The Amazon Resource Name (ARN) of the Aurora DB cluster to use as the source for
11755+
* <p>The Amazon Resource Name (ARN) of the database to use as the source for
1175611756
* replication.</p>
1175711757
*/
1175811758
SourceArn: string | undefined;
@@ -11772,7 +11772,7 @@ export interface CreateIntegrationMessage {
1177211772
/**
1177311773
* @public
1177411774
* <p>The Amazon Web Services Key Management System (Amazon Web Services KMS) key identifier for the key to use to
11775-
* encrypt the integration. If you don't specify an encryption key, Aurora uses a default
11775+
* encrypt the integration. If you don't specify an encryption key, RDS uses a default
1177611776
* Amazon Web Services owned key. </p>
1177711777
*/
1177811778
KMSKeyId?: string;
@@ -11835,14 +11835,12 @@ export type IntegrationStatus = (typeof IntegrationStatus)[keyof typeof Integrat
1183511835

1183611836
/**
1183711837
* @public
11838-
* <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
11839-
* with Amazon Aurora zero-ETL integrations with Amazon Redshift</a> in the
11840-
* <i>Amazon Aurora User Guide</i>.</p>
11838+
* <p>A zero-ETL integration with Amazon Redshift.</p>
1184111839
*/
1184211840
export interface Integration {
1184311841
/**
1184411842
* @public
11845-
* <p>The Amazon Resource Name (ARN) of the Aurora DB cluster used as the source for
11843+
* <p>The Amazon Resource Name (ARN) of the database used as the source for
1184611844
* replication.</p>
1184711845
*/
1184811846
SourceArn?: string;

codegen/sdk-codegen/aws-models/rds.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6368,7 +6368,7 @@
63686368
}
63696369
],
63706370
"traits": {
6371-
"smithy.api#documentation": "<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\n with Amazon Aurora zero-ETL integrations with Amazon Redshift</a> in the\n <i>Amazon Aurora User Guide</i>.</p>"
6371+
"smithy.api#documentation": "<p>Creates a zero-ETL integration with Amazon Redshift.</p>"
63726372
}
63736373
},
63746374
"com.amazonaws.rds#CreateIntegrationMessage": {
@@ -6378,7 +6378,7 @@
63786378
"target": "com.amazonaws.rds#SourceArn",
63796379
"traits": {
63806380
"smithy.api#clientOptional": {},
6381-
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the Aurora DB cluster to use as the source for\n replication.</p>",
6381+
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the database to use as the source for\n replication.</p>",
63826382
"smithy.api#required": {}
63836383
}
63846384
},
@@ -6401,7 +6401,7 @@
64016401
"KMSKeyId": {
64026402
"target": "com.amazonaws.rds#String",
64036403
"traits": {
6404-
"smithy.api#documentation": "<p>The Amazon Web Services Key Management System (Amazon Web Services KMS) key identifier for the key to use to\n encrypt the integration. If you don't specify an encryption key, Aurora uses a default\n Amazon Web Services owned key. </p>"
6404+
"smithy.api#documentation": "<p>The Amazon Web Services Key Management System (Amazon Web Services KMS) key identifier for the key to use to\n encrypt the integration. If you don't specify an encryption key, RDS uses a default\n Amazon Web Services owned key. </p>"
64056405
}
64066406
},
64076407
"AdditionalEncryptionContext": {
@@ -8510,7 +8510,7 @@
85108510
"SupportsIntegrations": {
85118511
"target": "com.amazonaws.rds#Boolean",
85128512
"traits": {
8513-
"smithy.api#documentation": "<p>Indicates whether the DB engine version supports Aurora zero-ETL integrations with\n Amazon Redshift.</p>"
8513+
"smithy.api#documentation": "<p>Indicates whether the DB engine version supports zero-ETL integrations with\n Amazon Redshift.</p>"
85148514
}
85158515
}
85168516
},
@@ -12269,7 +12269,7 @@
1226912269
}
1227012270
],
1227112271
"traits": {
12272-
"smithy.api#documentation": "<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\n <i>Amazon Aurora User Guide</i>\n </p>"
12272+
"smithy.api#documentation": "<p>Deletes a zero-ETL integration with Amazon Redshift.</p>"
1227312273
}
1227412274
},
1227512275
"com.amazonaws.rds#DeleteIntegrationMessage": {
@@ -16103,7 +16103,7 @@
1610316103
}
1610416104
],
1610516105
"traits": {
16106-
"smithy.api#documentation": "<p>Describe one or more zero-ETL integration with Amazon Redshift. For more information,\n 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\n the <i>Amazon Aurora User Guide</i>\n </p>",
16106+
"smithy.api#documentation": "<p>Describe one or more zero-ETL integrations with Amazon Redshift.</p>",
1610716107
"smithy.api#paginated": {
1610816108
"inputToken": "Marker",
1610916109
"outputToken": "Marker",
@@ -18660,7 +18660,7 @@
1866018660
"SourceArn": {
1866118661
"target": "com.amazonaws.rds#SourceArn",
1866218662
"traits": {
18663-
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the Aurora DB cluster used as the source for\n replication.</p>"
18663+
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the database used as the source for\n replication.</p>"
1866418664
}
1866518665
},
1866618666
"TargetArn": {
@@ -18716,7 +18716,7 @@
1871618716
}
1871718717
},
1871818718
"traits": {
18719-
"smithy.api#documentation": "<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\n with Amazon Aurora zero-ETL integrations with Amazon Redshift</a> in the\n <i>Amazon Aurora User Guide</i>.</p>"
18719+
"smithy.api#documentation": "<p>A zero-ETL integration with Amazon Redshift.</p>"
1872018720
}
1872118721
},
1872218722
"com.amazonaws.rds#IntegrationAlreadyExistsFault": {
@@ -29237,7 +29237,7 @@
2923729237
"SupportsIntegrations": {
2923829238
"target": "com.amazonaws.rds#BooleanOptional",
2923929239
"traits": {
29240-
"smithy.api#documentation": "<p>Indicates whether the DB engine version supports Aurora zero-ETL integrations with\n Amazon Redshift.</p>"
29240+
"smithy.api#documentation": "<p>Indicates whether the DB engine version supports zero-ETL integrations with\n Amazon Redshift.</p>"
2924129241
}
2924229242
}
2924329243
},

0 commit comments

Comments
 (0)