Skip to content

feat(clients): update clients as of 09/24/2021 #2826

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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