Skip to content

Commit 845ca6e

Browse files
authored
feat(clients): update clients as of 09/24/2021 (#2826)
* chore(models): update models as of 09/24/2021 * chore(clients): update models as of 09/24/2021
1 parent c7a07ae commit 845ca6e

File tree

174 files changed

+10881
-1635
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

174 files changed

+10881
-1635
lines changed

clients/client-appsync/AppSync.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ import { UpdateTypeCommand, UpdateTypeCommandInput, UpdateTypeCommandOutput } fr
167167
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
168168

169169
/**
170-
* <p>AppSync provides API actions for creating and interacting with data sources using
171-
* GraphQL from your application.</p>
170+
* <p>AppSync provides API actions for creating and interacting with data
171+
* sources using GraphQL from your application.</p>
172172
*/
173173
export class AppSync extends AppSyncClient {
174174
/**
@@ -873,9 +873,9 @@ export class AppSync extends AppSyncClient {
873873
/**
874874
* <p>Lists the API keys for a given API.</p>
875875
* <note>
876-
* <p>API keys are deleted automatically 60 days after they expire. However, they may
877-
* still be included in the response until they have actually been deleted. You can safely
878-
* call <code>DeleteApiKey</code> to manually delete a key before it's automatically
876+
* <p>API keys are deleted automatically 60 days after they expire. However, they may still
877+
* be included in the response until they have actually been deleted. You can safely call
878+
* <code>DeleteApiKey</code> to manually delete a key before it's automatically
879879
* deleted.</p>
880880
* </note>
881881
*/

clients/client-appsync/AppSyncClient.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,8 @@ type AppSyncClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandl
331331
export interface AppSyncClientResolvedConfig extends AppSyncClientResolvedConfigType {}
332332

333333
/**
334-
* <p>AppSync provides API actions for creating and interacting with data sources using
335-
* GraphQL from your application.</p>
334+
* <p>AppSync provides API actions for creating and interacting with data
335+
* sources using GraphQL from your application.</p>
336336
*/
337337
export class AppSyncClient extends __Client<
338338
__HttpHandlerOptions,

clients/client-appsync/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

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

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

1313
## Installing
1414

clients/client-appsync/commands/ListApiKeysCommand.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ export interface ListApiKeysCommandOutput extends ListApiKeysResponse, __Metadat
2323
/**
2424
* <p>Lists the API keys for a given API.</p>
2525
* <note>
26-
* <p>API keys are deleted automatically 60 days after they expire. However, they may
27-
* still be included in the response until they have actually been deleted. You can safely
28-
* call <code>DeleteApiKey</code> to manually delete a key before it's automatically
26+
* <p>API keys are deleted automatically 60 days after they expire. However, they may still
27+
* be included in the response until they have actually been deleted. You can safely call
28+
* <code>DeleteApiKey</code> to manually delete a key before it's automatically
2929
* deleted.</p>
3030
* </note>
3131
* @example

0 commit comments

Comments
 (0)