Skip to content

Commit d0c7aba

Browse files
author
awstools
committed
docs(client-bedrock-data-automation): Documentation update for Amazon Bedrock Data Automation
1 parent 808e71b commit d0c7aba

16 files changed

+27
-27
lines changed

clients/client-bedrock-data-automation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
AWS SDK for JavaScript BedrockDataAutomation Client for Node.js, Browser and React Native.
88

9-
Amazon Bedrock Keystone Build
9+
Amazon Bedrock Data Automation BuildTime
1010

1111
## Installing
1212

clients/client-bedrock-data-automation/src/BedrockDataAutomation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ export interface BedrockDataAutomation {
247247
}
248248

249249
/**
250-
* Amazon Bedrock Keystone Build
250+
* Amazon Bedrock Data Automation BuildTime
251251
* @public
252252
*/
253253
export class BedrockDataAutomation extends BedrockDataAutomationClient implements BedrockDataAutomation {}

clients/client-bedrock-data-automation/src/BedrockDataAutomationClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ export type BedrockDataAutomationClientResolvedConfigType = __SmithyResolvedConf
316316
export interface BedrockDataAutomationClientResolvedConfig extends BedrockDataAutomationClientResolvedConfigType {}
317317

318318
/**
319-
* Amazon Bedrock Keystone Build
319+
* Amazon Bedrock Data Automation BuildTime
320320
* @public
321321
*/
322322
export class BedrockDataAutomationClient extends __Client<

clients/client-bedrock-data-automation/src/commands/CreateBlueprintCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export interface CreateBlueprintCommandInput extends CreateBlueprintRequest {}
3737
export interface CreateBlueprintCommandOutput extends CreateBlueprintResponse, __MetadataBearer {}
3838

3939
/**
40-
* Creates an Amazon Bedrock Keystone Blueprint
40+
* Creates an Amazon Bedrock Data Automation Blueprint
4141
* @example
4242
* Use a bare-bones client and the command you need to make an API call.
4343
* ```javascript

clients/client-bedrock-data-automation/src/commands/CreateBlueprintVersionCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export interface CreateBlueprintVersionCommandInput extends CreateBlueprintVersi
3636
export interface CreateBlueprintVersionCommandOutput extends CreateBlueprintVersionResponse, __MetadataBearer {}
3737

3838
/**
39-
* Creates a new version of an existing Amazon Bedrock Keystone Blueprint
39+
* Creates a new version of an existing Amazon Bedrock Data Automation Blueprint
4040
* @example
4141
* Use a bare-bones client and the command you need to make an API call.
4242
* ```javascript

clients/client-bedrock-data-automation/src/commands/CreateDataAutomationProjectCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export interface CreateDataAutomationProjectCommandOutput
4141
__MetadataBearer {}
4242

4343
/**
44-
* Creates an Amazon Bedrock Keystone DataAutomationProject
44+
* Creates an Amazon Bedrock Data Automation Project
4545
* @example
4646
* Use a bare-bones client and the command you need to make an API call.
4747
* ```javascript

clients/client-bedrock-data-automation/src/commands/DeleteBlueprintCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export interface DeleteBlueprintCommandInput extends DeleteBlueprintRequest {}
3232
export interface DeleteBlueprintCommandOutput extends DeleteBlueprintResponse, __MetadataBearer {}
3333

3434
/**
35-
* Deletes an existing Amazon Bedrock Keystone Blueprint
35+
* Deletes an existing Amazon Bedrock Data Automation Blueprint
3636
* @example
3737
* Use a bare-bones client and the command you need to make an API call.
3838
* ```javascript

clients/client-bedrock-data-automation/src/commands/DeleteDataAutomationProjectCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export interface DeleteDataAutomationProjectCommandOutput
3737
__MetadataBearer {}
3838

3939
/**
40-
* Deletes an existing Amazon Bedrock Keystone DataAutomationProject
40+
* Deletes an existing Amazon Bedrock Data Automation Project
4141
* @example
4242
* Use a bare-bones client and the command you need to make an API call.
4343
* ```javascript

clients/client-bedrock-data-automation/src/commands/GetBlueprintCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export interface GetBlueprintCommandInput extends GetBlueprintRequest {}
3232
export interface GetBlueprintCommandOutput extends GetBlueprintResponse, __MetadataBearer {}
3333

3434
/**
35-
* Gets an existing Amazon Bedrock Keystone Blueprint
35+
* Gets an existing Amazon Bedrock Data Automation Blueprint
3636
* @example
3737
* Use a bare-bones client and the command you need to make an API call.
3838
* ```javascript

clients/client-bedrock-data-automation/src/commands/GetDataAutomationProjectCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export interface GetDataAutomationProjectCommandInput extends GetDataAutomationP
3636
export interface GetDataAutomationProjectCommandOutput extends GetDataAutomationProjectResponse, __MetadataBearer {}
3737

3838
/**
39-
* Gets an existing Amazon Bedrock Keystone DataAutomationProject
39+
* Gets an existing Amazon Bedrock Data Automation Project
4040
* @example
4141
* Use a bare-bones client and the command you need to make an API call.
4242
* ```javascript

0 commit comments

Comments
 (0)