Skip to content

Commit

Permalink
feat(clients): update clients as of 09/24/2021 (#2826)
Browse files Browse the repository at this point in the history
* chore(models): update models as of 09/24/2021

* chore(clients): update models as of 09/24/2021
  • Loading branch information
AllanZhengYP committed Sep 24, 2021
1 parent c7a07ae commit 845ca6e
Show file tree
Hide file tree
Showing 174 changed files with 10,881 additions and 1,635 deletions.
10 changes: 5 additions & 5 deletions clients/client-appsync/AppSync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ import { UpdateTypeCommand, UpdateTypeCommandInput, UpdateTypeCommandOutput } fr
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";

/**
* <p>AppSync provides API actions for creating and interacting with data sources using
* GraphQL from your application.</p>
* <p>AppSync provides API actions for creating and interacting with data
* sources using GraphQL from your application.</p>
*/
export class AppSync extends AppSyncClient {
/**
Expand Down Expand Up @@ -873,9 +873,9 @@ export class AppSync extends AppSyncClient {
/**
* <p>Lists the API keys for a given API.</p>
* <note>
* <p>API keys are deleted automatically 60 days after they expire. However, they may
* still be included in the response until they have actually been deleted. You can safely
* call <code>DeleteApiKey</code> to manually delete a key before it's automatically
* <p>API keys are deleted automatically 60 days after they expire. However, they may still
* be included in the response until they have actually been deleted. You can safely call
* <code>DeleteApiKey</code> to manually delete a key before it's automatically
* deleted.</p>
* </note>
*/
Expand Down
4 changes: 2 additions & 2 deletions clients/client-appsync/AppSyncClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,8 @@ type AppSyncClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandl
export interface AppSyncClientResolvedConfig extends AppSyncClientResolvedConfigType {}

/**
* <p>AppSync provides API actions for creating and interacting with data sources using
* GraphQL from your application.</p>
* <p>AppSync provides API actions for creating and interacting with data
* sources using GraphQL from your application.</p>
*/
export class AppSyncClient extends __Client<
__HttpHandlerOptions,
Expand Down
4 changes: 2 additions & 2 deletions clients/client-appsync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

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

<p>AppSync provides API actions for creating and interacting with data sources using
GraphQL from your application.</p>
<p>AppSync provides API actions for creating and interacting with data
sources using GraphQL from your application.</p>

## Installing

Expand Down
6 changes: 3 additions & 3 deletions clients/client-appsync/commands/ListApiKeysCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ export interface ListApiKeysCommandOutput extends ListApiKeysResponse, __Metadat
/**
* <p>Lists the API keys for a given API.</p>
* <note>
* <p>API keys are deleted automatically 60 days after they expire. However, they may
* still be included in the response until they have actually been deleted. You can safely
* call <code>DeleteApiKey</code> to manually delete a key before it's automatically
* <p>API keys are deleted automatically 60 days after they expire. However, they may still
* be included in the response until they have actually been deleted. You can safely call
* <code>DeleteApiKey</code> to manually delete a key before it's automatically
* deleted.</p>
* </note>
* @example
Expand Down
Loading

0 comments on commit 845ca6e

Please sign in to comment.