Skip to content

Commit

Permalink
docs(client-bedrock-data-automation): Documentation update for Amazon…
Browse files Browse the repository at this point in the history
… Bedrock Data Automation
  • Loading branch information
awstools committed Dec 20, 2024
1 parent 808e71b commit d0c7aba
Show file tree
Hide file tree
Showing 16 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion clients/client-bedrock-data-automation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

Amazon Bedrock Keystone Build
Amazon Bedrock Data Automation BuildTime

## Installing

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ export interface BedrockDataAutomation {
}

/**
* Amazon Bedrock Keystone Build
* Amazon Bedrock Data Automation BuildTime
* @public
*/
export class BedrockDataAutomation extends BedrockDataAutomationClient implements BedrockDataAutomation {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ export type BedrockDataAutomationClientResolvedConfigType = __SmithyResolvedConf
export interface BedrockDataAutomationClientResolvedConfig extends BedrockDataAutomationClientResolvedConfigType {}

/**
* Amazon Bedrock Keystone Build
* Amazon Bedrock Data Automation BuildTime
* @public
*/
export class BedrockDataAutomationClient extends __Client<
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export interface CreateBlueprintCommandInput extends CreateBlueprintRequest {}
export interface CreateBlueprintCommandOutput extends CreateBlueprintResponse, __MetadataBearer {}

/**
* Creates an Amazon Bedrock Keystone Blueprint
* Creates an Amazon Bedrock Data Automation Blueprint
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export interface CreateBlueprintVersionCommandInput extends CreateBlueprintVersi
export interface CreateBlueprintVersionCommandOutput extends CreateBlueprintVersionResponse, __MetadataBearer {}

/**
* Creates a new version of an existing Amazon Bedrock Keystone Blueprint
* Creates a new version of an existing Amazon Bedrock Data Automation Blueprint
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export interface CreateDataAutomationProjectCommandOutput
__MetadataBearer {}

/**
* Creates an Amazon Bedrock Keystone DataAutomationProject
* Creates an Amazon Bedrock Data Automation Project
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export interface DeleteBlueprintCommandInput extends DeleteBlueprintRequest {}
export interface DeleteBlueprintCommandOutput extends DeleteBlueprintResponse, __MetadataBearer {}

/**
* Deletes an existing Amazon Bedrock Keystone Blueprint
* Deletes an existing Amazon Bedrock Data Automation Blueprint
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export interface DeleteDataAutomationProjectCommandOutput
__MetadataBearer {}

/**
* Deletes an existing Amazon Bedrock Keystone DataAutomationProject
* Deletes an existing Amazon Bedrock Data Automation Project
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export interface GetBlueprintCommandInput extends GetBlueprintRequest {}
export interface GetBlueprintCommandOutput extends GetBlueprintResponse, __MetadataBearer {}

/**
* Gets an existing Amazon Bedrock Keystone Blueprint
* Gets an existing Amazon Bedrock Data Automation Blueprint
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export interface GetDataAutomationProjectCommandInput extends GetDataAutomationP
export interface GetDataAutomationProjectCommandOutput extends GetDataAutomationProjectResponse, __MetadataBearer {}

/**
* Gets an existing Amazon Bedrock Keystone DataAutomationProject
* Gets an existing Amazon Bedrock Data Automation Project
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export interface ListBlueprintsCommandInput extends ListBlueprintsRequest {}
export interface ListBlueprintsCommandOutput extends ListBlueprintsResponse, __MetadataBearer {}

/**
* Lists all existing Amazon Bedrock Keystone Blueprints
* Lists all existing Amazon Bedrock Data Automation Blueprints
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export interface ListDataAutomationProjectsCommandInput extends ListDataAutomati
export interface ListDataAutomationProjectsCommandOutput extends ListDataAutomationProjectsResponse, __MetadataBearer {}

/**
* Lists all existing Amazon Bedrock Keystone DataAutomationProjects
* Lists all existing Amazon Bedrock Data Automation Projects
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export interface UpdateBlueprintCommandInput extends UpdateBlueprintRequest {}
export interface UpdateBlueprintCommandOutput extends UpdateBlueprintResponse, __MetadataBearer {}

/**
* Updates an existing Amazon Bedrock Blueprint
* Updates an existing Amazon Bedrock Data Automation Blueprint
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export interface UpdateDataAutomationProjectCommandOutput
__MetadataBearer {}

/**
* Updates an existing Amazon Bedrock DataAutomationProject
* Updates an existing Amazon Bedrock Data Automation Project
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down
2 changes: 1 addition & 1 deletion clients/client-bedrock-data-automation/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// smithy-typescript generated code
/* eslint-disable */
/**
* Amazon Bedrock Keystone Build
* Amazon Bedrock Data Automation BuildTime
*
* @packageDocumentation
*/
Expand Down
24 changes: 12 additions & 12 deletions codegen/sdk-codegen/aws-models/bedrock-data-automation.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"name": "bedrock"
},
"aws.protocols#restJson1": {},
"smithy.api#documentation": "Amazon Bedrock Keystone Build",
"smithy.api#documentation": "Amazon Bedrock Data Automation BuildTime",
"smithy.api#title": "Data Automation for Amazon Bedrock",
"smithy.rules#endpointRuleSet": {
"version": "1.0",
Expand Down Expand Up @@ -1148,7 +1148,7 @@
}
],
"traits": {
"smithy.api#documentation": "Creates an Amazon Bedrock Keystone Blueprint",
"smithy.api#documentation": "Creates an Amazon Bedrock Data Automation Blueprint",
"smithy.api#http": {
"code": 201,
"method": "PUT",
Expand Down Expand Up @@ -1241,7 +1241,7 @@
}
],
"traits": {
"smithy.api#documentation": "Creates a new version of an existing Amazon Bedrock Keystone Blueprint",
"smithy.api#documentation": "Creates a new version of an existing Amazon Bedrock Data Automation Blueprint",
"smithy.api#http": {
"code": 201,
"method": "POST",
Expand Down Expand Up @@ -1318,7 +1318,7 @@
}
],
"traits": {
"smithy.api#documentation": "Creates an Amazon Bedrock Keystone DataAutomationProject",
"smithy.api#documentation": "Creates an Amazon Bedrock Data Automation Project",
"smithy.api#http": {
"code": 201,
"method": "PUT",
Expand Down Expand Up @@ -1669,7 +1669,7 @@
}
],
"traits": {
"smithy.api#documentation": "Deletes an existing Amazon Bedrock Keystone Blueprint",
"smithy.api#documentation": "Deletes an existing Amazon Bedrock Data Automation Blueprint",
"smithy.api#http": {
"code": 204,
"method": "DELETE",
Expand Down Expand Up @@ -1736,7 +1736,7 @@
}
],
"traits": {
"smithy.api#documentation": "Deletes an existing Amazon Bedrock Keystone DataAutomationProject",
"smithy.api#documentation": "Deletes an existing Amazon Bedrock Data Automation Project",
"smithy.api#http": {
"code": 204,
"method": "DELETE",
Expand Down Expand Up @@ -2037,7 +2037,7 @@
}
],
"traits": {
"smithy.api#documentation": "Gets an existing Amazon Bedrock Keystone Blueprint",
"smithy.api#documentation": "Gets an existing Amazon Bedrock Data Automation Blueprint",
"smithy.api#http": {
"code": 200,
"method": "POST",
Expand Down Expand Up @@ -2117,7 +2117,7 @@
}
],
"traits": {
"smithy.api#documentation": "Gets an existing Amazon Bedrock Keystone DataAutomationProject",
"smithy.api#documentation": "Gets an existing Amazon Bedrock Data Automation Project",
"smithy.api#http": {
"code": 200,
"method": "POST",
Expand Down Expand Up @@ -2363,7 +2363,7 @@
}
],
"traits": {
"smithy.api#documentation": "Lists all existing Amazon Bedrock Keystone Blueprints",
"smithy.api#documentation": "Lists all existing Amazon Bedrock Data Automation Blueprints",
"smithy.api#http": {
"code": 200,
"method": "POST",
Expand Down Expand Up @@ -2449,7 +2449,7 @@
}
],
"traits": {
"smithy.api#documentation": "Lists all existing Amazon Bedrock Keystone DataAutomationProjects",
"smithy.api#documentation": "Lists all existing Amazon Bedrock Data Automation Projects",
"smithy.api#http": {
"code": 200,
"method": "POST",
Expand Down Expand Up @@ -2704,7 +2704,7 @@
}
],
"traits": {
"smithy.api#documentation": "Updates an existing Amazon Bedrock Blueprint",
"smithy.api#documentation": "Updates an existing Amazon Bedrock Data Automation Blueprint",
"smithy.api#http": {
"code": 200,
"method": "PUT",
Expand Down Expand Up @@ -2783,7 +2783,7 @@
}
],
"traits": {
"smithy.api#documentation": "Updates an existing Amazon Bedrock DataAutomationProject",
"smithy.api#documentation": "Updates an existing Amazon Bedrock Data Automation Project",
"smithy.api#http": {
"code": 200,
"method": "PUT",
Expand Down

0 comments on commit d0c7aba

Please sign in to comment.