Skip to content

Commit 2fc926f

Browse files
author
awstools
committed
docs(client-opensearch): Improve descriptions for various API commands and data types.
1 parent 96d1403 commit 2fc926f

7 files changed

+93
-93
lines changed

clients/client-opensearch/src/commands/CreateApplicationCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export interface CreateApplicationCommandInput extends CreateApplicationRequest
2828
export interface CreateApplicationCommandOutput extends CreateApplicationResponse, __MetadataBearer {}
2929

3030
/**
31-
* <p>Creates an OpenSearch Application.</p>
31+
* <p>Creates an OpenSearch UI application. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/application.html">Using the OpenSearch user interface in Amazon OpenSearch Service</a>.</p>
3232
* @example
3333
* Use a bare-bones client and the command you need to make an API call.
3434
* ```javascript

clients/client-opensearch/src/commands/DeleteApplicationCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export interface DeleteApplicationCommandInput extends DeleteApplicationRequest
2828
export interface DeleteApplicationCommandOutput extends DeleteApplicationResponse, __MetadataBearer {}
2929

3030
/**
31-
* <p>Deletes an existing OpenSearch Application.</p>
31+
* <p>Deletes a specified OpenSearch application.</p>
3232
* @example
3333
* Use a bare-bones client and the command you need to make an API call.
3434
* ```javascript

clients/client-opensearch/src/commands/GetApplicationCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export interface GetApplicationCommandInput extends GetApplicationRequest {}
2828
export interface GetApplicationCommandOutput extends GetApplicationResponse, __MetadataBearer {}
2929

3030
/**
31-
* <p>Check the configuration and status of an existing OpenSearch Application.</p>
31+
* <p>Retrieves the configuration and status of an existing OpenSearch application.</p>
3232
* @example
3333
* Use a bare-bones client and the command you need to make an API call.
3434
* ```javascript

clients/client-opensearch/src/commands/ListApplicationsCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export interface ListApplicationsCommandInput extends ListApplicationsRequest {}
2828
export interface ListApplicationsCommandOutput extends ListApplicationsResponse, __MetadataBearer {}
2929

3030
/**
31-
* <p>List all OpenSearch Applications under your account.</p>
31+
* <p>Lists all OpenSearch applications under your account.</p>
3232
* @example
3333
* Use a bare-bones client and the command you need to make an API call.
3434
* ```javascript

clients/client-opensearch/src/commands/UpdateApplicationCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export interface UpdateApplicationCommandInput extends UpdateApplicationRequest
2828
export interface UpdateApplicationCommandOutput extends UpdateApplicationResponse, __MetadataBearer {}
2929

3030
/**
31-
* <p>Update the OpenSearch Application. </p>
31+
* <p>Updates the configuration and settings of an existing OpenSearch application.</p>
3232
* @example
3333
* Use a bare-bones client and the command you need to make an API call.
3434
* ```javascript

0 commit comments

Comments
 (0)