@aws-sdk/client-appsync 3.957.0 → 3.962.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -79
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +1128 -1506
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/pagination/index.js +2 -2
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +1122 -1500
- package/dist-types/pagination/index.d.ts +2 -2
- package/dist-types/ts3.4/pagination/index.d.ts +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -10,10 +10,8 @@ AWS SDK for JavaScript AppSync Client for Node.js, Browser and React Native.
|
|
|
10
10
|
sources using GraphQL from your application.</p>
|
|
11
11
|
|
|
12
12
|
## Installing
|
|
13
|
-
|
|
14
13
|
To install this package, simply type add or install @aws-sdk/client-appsync
|
|
15
14
|
using your favorite package manager:
|
|
16
|
-
|
|
17
15
|
- `npm install @aws-sdk/client-appsync`
|
|
18
16
|
- `yarn add @aws-sdk/client-appsync`
|
|
19
17
|
- `pnpm add @aws-sdk/client-appsync`
|
|
@@ -49,9 +47,7 @@ To send a request, you:
|
|
|
49
47
|
// a client can be shared by different commands.
|
|
50
48
|
const client = new AppSyncClient({ region: "REGION" });
|
|
51
49
|
|
|
52
|
-
const params = {
|
|
53
|
-
/** input parameters */
|
|
54
|
-
};
|
|
50
|
+
const params = { /** input parameters */ };
|
|
55
51
|
const command = new ListApisCommand(params);
|
|
56
52
|
```
|
|
57
53
|
|
|
@@ -210,7 +206,6 @@ AssociateApi
|
|
|
210
206
|
</summary>
|
|
211
207
|
|
|
212
208
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/AssociateApiCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/AssociateApiCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/AssociateApiCommandOutput/)
|
|
213
|
-
|
|
214
209
|
</details>
|
|
215
210
|
<details>
|
|
216
211
|
<summary>
|
|
@@ -218,7 +213,6 @@ AssociateMergedGraphqlApi
|
|
|
218
213
|
</summary>
|
|
219
214
|
|
|
220
215
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/AssociateMergedGraphqlApiCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/AssociateMergedGraphqlApiCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/AssociateMergedGraphqlApiCommandOutput/)
|
|
221
|
-
|
|
222
216
|
</details>
|
|
223
217
|
<details>
|
|
224
218
|
<summary>
|
|
@@ -226,7 +220,6 @@ AssociateSourceGraphqlApi
|
|
|
226
220
|
</summary>
|
|
227
221
|
|
|
228
222
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/AssociateSourceGraphqlApiCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/AssociateSourceGraphqlApiCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/AssociateSourceGraphqlApiCommandOutput/)
|
|
229
|
-
|
|
230
223
|
</details>
|
|
231
224
|
<details>
|
|
232
225
|
<summary>
|
|
@@ -234,7 +227,6 @@ CreateApi
|
|
|
234
227
|
</summary>
|
|
235
228
|
|
|
236
229
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/CreateApiCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/CreateApiCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/CreateApiCommandOutput/)
|
|
237
|
-
|
|
238
230
|
</details>
|
|
239
231
|
<details>
|
|
240
232
|
<summary>
|
|
@@ -242,7 +234,6 @@ CreateApiCache
|
|
|
242
234
|
</summary>
|
|
243
235
|
|
|
244
236
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/CreateApiCacheCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/CreateApiCacheCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/CreateApiCacheCommandOutput/)
|
|
245
|
-
|
|
246
237
|
</details>
|
|
247
238
|
<details>
|
|
248
239
|
<summary>
|
|
@@ -250,7 +241,6 @@ CreateApiKey
|
|
|
250
241
|
</summary>
|
|
251
242
|
|
|
252
243
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/CreateApiKeyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/CreateApiKeyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/CreateApiKeyCommandOutput/)
|
|
253
|
-
|
|
254
244
|
</details>
|
|
255
245
|
<details>
|
|
256
246
|
<summary>
|
|
@@ -258,7 +248,6 @@ CreateChannelNamespace
|
|
|
258
248
|
</summary>
|
|
259
249
|
|
|
260
250
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/CreateChannelNamespaceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/CreateChannelNamespaceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/CreateChannelNamespaceCommandOutput/)
|
|
261
|
-
|
|
262
251
|
</details>
|
|
263
252
|
<details>
|
|
264
253
|
<summary>
|
|
@@ -266,7 +255,6 @@ CreateDataSource
|
|
|
266
255
|
</summary>
|
|
267
256
|
|
|
268
257
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/CreateDataSourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/CreateDataSourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/CreateDataSourceCommandOutput/)
|
|
269
|
-
|
|
270
258
|
</details>
|
|
271
259
|
<details>
|
|
272
260
|
<summary>
|
|
@@ -274,7 +262,6 @@ CreateDomainName
|
|
|
274
262
|
</summary>
|
|
275
263
|
|
|
276
264
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/CreateDomainNameCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/CreateDomainNameCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/CreateDomainNameCommandOutput/)
|
|
277
|
-
|
|
278
265
|
</details>
|
|
279
266
|
<details>
|
|
280
267
|
<summary>
|
|
@@ -282,7 +269,6 @@ CreateFunction
|
|
|
282
269
|
</summary>
|
|
283
270
|
|
|
284
271
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/CreateFunctionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/CreateFunctionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/CreateFunctionCommandOutput/)
|
|
285
|
-
|
|
286
272
|
</details>
|
|
287
273
|
<details>
|
|
288
274
|
<summary>
|
|
@@ -290,7 +276,6 @@ CreateGraphqlApi
|
|
|
290
276
|
</summary>
|
|
291
277
|
|
|
292
278
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/CreateGraphqlApiCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/CreateGraphqlApiCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/CreateGraphqlApiCommandOutput/)
|
|
293
|
-
|
|
294
279
|
</details>
|
|
295
280
|
<details>
|
|
296
281
|
<summary>
|
|
@@ -298,7 +283,6 @@ CreateResolver
|
|
|
298
283
|
</summary>
|
|
299
284
|
|
|
300
285
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/CreateResolverCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/CreateResolverCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/CreateResolverCommandOutput/)
|
|
301
|
-
|
|
302
286
|
</details>
|
|
303
287
|
<details>
|
|
304
288
|
<summary>
|
|
@@ -306,7 +290,6 @@ CreateType
|
|
|
306
290
|
</summary>
|
|
307
291
|
|
|
308
292
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/CreateTypeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/CreateTypeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/CreateTypeCommandOutput/)
|
|
309
|
-
|
|
310
293
|
</details>
|
|
311
294
|
<details>
|
|
312
295
|
<summary>
|
|
@@ -314,7 +297,6 @@ DeleteApi
|
|
|
314
297
|
</summary>
|
|
315
298
|
|
|
316
299
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/DeleteApiCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/DeleteApiCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/DeleteApiCommandOutput/)
|
|
317
|
-
|
|
318
300
|
</details>
|
|
319
301
|
<details>
|
|
320
302
|
<summary>
|
|
@@ -322,7 +304,6 @@ DeleteApiCache
|
|
|
322
304
|
</summary>
|
|
323
305
|
|
|
324
306
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/DeleteApiCacheCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/DeleteApiCacheCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/DeleteApiCacheCommandOutput/)
|
|
325
|
-
|
|
326
307
|
</details>
|
|
327
308
|
<details>
|
|
328
309
|
<summary>
|
|
@@ -330,7 +311,6 @@ DeleteApiKey
|
|
|
330
311
|
</summary>
|
|
331
312
|
|
|
332
313
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/DeleteApiKeyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/DeleteApiKeyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/DeleteApiKeyCommandOutput/)
|
|
333
|
-
|
|
334
314
|
</details>
|
|
335
315
|
<details>
|
|
336
316
|
<summary>
|
|
@@ -338,7 +318,6 @@ DeleteChannelNamespace
|
|
|
338
318
|
</summary>
|
|
339
319
|
|
|
340
320
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/DeleteChannelNamespaceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/DeleteChannelNamespaceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/DeleteChannelNamespaceCommandOutput/)
|
|
341
|
-
|
|
342
321
|
</details>
|
|
343
322
|
<details>
|
|
344
323
|
<summary>
|
|
@@ -346,7 +325,6 @@ DeleteDataSource
|
|
|
346
325
|
</summary>
|
|
347
326
|
|
|
348
327
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/DeleteDataSourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/DeleteDataSourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/DeleteDataSourceCommandOutput/)
|
|
349
|
-
|
|
350
328
|
</details>
|
|
351
329
|
<details>
|
|
352
330
|
<summary>
|
|
@@ -354,7 +332,6 @@ DeleteDomainName
|
|
|
354
332
|
</summary>
|
|
355
333
|
|
|
356
334
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/DeleteDomainNameCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/DeleteDomainNameCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/DeleteDomainNameCommandOutput/)
|
|
357
|
-
|
|
358
335
|
</details>
|
|
359
336
|
<details>
|
|
360
337
|
<summary>
|
|
@@ -362,7 +339,6 @@ DeleteFunction
|
|
|
362
339
|
</summary>
|
|
363
340
|
|
|
364
341
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/DeleteFunctionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/DeleteFunctionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/DeleteFunctionCommandOutput/)
|
|
365
|
-
|
|
366
342
|
</details>
|
|
367
343
|
<details>
|
|
368
344
|
<summary>
|
|
@@ -370,7 +346,6 @@ DeleteGraphqlApi
|
|
|
370
346
|
</summary>
|
|
371
347
|
|
|
372
348
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/DeleteGraphqlApiCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/DeleteGraphqlApiCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/DeleteGraphqlApiCommandOutput/)
|
|
373
|
-
|
|
374
349
|
</details>
|
|
375
350
|
<details>
|
|
376
351
|
<summary>
|
|
@@ -378,7 +353,6 @@ DeleteResolver
|
|
|
378
353
|
</summary>
|
|
379
354
|
|
|
380
355
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/DeleteResolverCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/DeleteResolverCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/DeleteResolverCommandOutput/)
|
|
381
|
-
|
|
382
356
|
</details>
|
|
383
357
|
<details>
|
|
384
358
|
<summary>
|
|
@@ -386,7 +360,6 @@ DeleteType
|
|
|
386
360
|
</summary>
|
|
387
361
|
|
|
388
362
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/DeleteTypeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/DeleteTypeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/DeleteTypeCommandOutput/)
|
|
389
|
-
|
|
390
363
|
</details>
|
|
391
364
|
<details>
|
|
392
365
|
<summary>
|
|
@@ -394,7 +367,6 @@ DisassociateApi
|
|
|
394
367
|
</summary>
|
|
395
368
|
|
|
396
369
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/DisassociateApiCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/DisassociateApiCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/DisassociateApiCommandOutput/)
|
|
397
|
-
|
|
398
370
|
</details>
|
|
399
371
|
<details>
|
|
400
372
|
<summary>
|
|
@@ -402,7 +374,6 @@ DisassociateMergedGraphqlApi
|
|
|
402
374
|
</summary>
|
|
403
375
|
|
|
404
376
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/DisassociateMergedGraphqlApiCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/DisassociateMergedGraphqlApiCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/DisassociateMergedGraphqlApiCommandOutput/)
|
|
405
|
-
|
|
406
377
|
</details>
|
|
407
378
|
<details>
|
|
408
379
|
<summary>
|
|
@@ -410,7 +381,6 @@ DisassociateSourceGraphqlApi
|
|
|
410
381
|
</summary>
|
|
411
382
|
|
|
412
383
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/DisassociateSourceGraphqlApiCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/DisassociateSourceGraphqlApiCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/DisassociateSourceGraphqlApiCommandOutput/)
|
|
413
|
-
|
|
414
384
|
</details>
|
|
415
385
|
<details>
|
|
416
386
|
<summary>
|
|
@@ -418,7 +388,6 @@ EvaluateCode
|
|
|
418
388
|
</summary>
|
|
419
389
|
|
|
420
390
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/EvaluateCodeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/EvaluateCodeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/EvaluateCodeCommandOutput/)
|
|
421
|
-
|
|
422
391
|
</details>
|
|
423
392
|
<details>
|
|
424
393
|
<summary>
|
|
@@ -426,7 +395,6 @@ EvaluateMappingTemplate
|
|
|
426
395
|
</summary>
|
|
427
396
|
|
|
428
397
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/EvaluateMappingTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/EvaluateMappingTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/EvaluateMappingTemplateCommandOutput/)
|
|
429
|
-
|
|
430
398
|
</details>
|
|
431
399
|
<details>
|
|
432
400
|
<summary>
|
|
@@ -434,7 +402,6 @@ FlushApiCache
|
|
|
434
402
|
</summary>
|
|
435
403
|
|
|
436
404
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/FlushApiCacheCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/FlushApiCacheCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/FlushApiCacheCommandOutput/)
|
|
437
|
-
|
|
438
405
|
</details>
|
|
439
406
|
<details>
|
|
440
407
|
<summary>
|
|
@@ -442,7 +409,6 @@ GetApi
|
|
|
442
409
|
</summary>
|
|
443
410
|
|
|
444
411
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/GetApiCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/GetApiCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/GetApiCommandOutput/)
|
|
445
|
-
|
|
446
412
|
</details>
|
|
447
413
|
<details>
|
|
448
414
|
<summary>
|
|
@@ -450,7 +416,6 @@ GetApiAssociation
|
|
|
450
416
|
</summary>
|
|
451
417
|
|
|
452
418
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/GetApiAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/GetApiAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/GetApiAssociationCommandOutput/)
|
|
453
|
-
|
|
454
419
|
</details>
|
|
455
420
|
<details>
|
|
456
421
|
<summary>
|
|
@@ -458,7 +423,6 @@ GetApiCache
|
|
|
458
423
|
</summary>
|
|
459
424
|
|
|
460
425
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/GetApiCacheCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/GetApiCacheCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/GetApiCacheCommandOutput/)
|
|
461
|
-
|
|
462
426
|
</details>
|
|
463
427
|
<details>
|
|
464
428
|
<summary>
|
|
@@ -466,7 +430,6 @@ GetChannelNamespace
|
|
|
466
430
|
</summary>
|
|
467
431
|
|
|
468
432
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/GetChannelNamespaceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/GetChannelNamespaceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/GetChannelNamespaceCommandOutput/)
|
|
469
|
-
|
|
470
433
|
</details>
|
|
471
434
|
<details>
|
|
472
435
|
<summary>
|
|
@@ -474,7 +437,6 @@ GetDataSource
|
|
|
474
437
|
</summary>
|
|
475
438
|
|
|
476
439
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/GetDataSourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/GetDataSourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/GetDataSourceCommandOutput/)
|
|
477
|
-
|
|
478
440
|
</details>
|
|
479
441
|
<details>
|
|
480
442
|
<summary>
|
|
@@ -482,7 +444,6 @@ GetDataSourceIntrospection
|
|
|
482
444
|
</summary>
|
|
483
445
|
|
|
484
446
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/GetDataSourceIntrospectionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/GetDataSourceIntrospectionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/GetDataSourceIntrospectionCommandOutput/)
|
|
485
|
-
|
|
486
447
|
</details>
|
|
487
448
|
<details>
|
|
488
449
|
<summary>
|
|
@@ -490,7 +451,6 @@ GetDomainName
|
|
|
490
451
|
</summary>
|
|
491
452
|
|
|
492
453
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/GetDomainNameCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/GetDomainNameCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/GetDomainNameCommandOutput/)
|
|
493
|
-
|
|
494
454
|
</details>
|
|
495
455
|
<details>
|
|
496
456
|
<summary>
|
|
@@ -498,7 +458,6 @@ GetFunction
|
|
|
498
458
|
</summary>
|
|
499
459
|
|
|
500
460
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/GetFunctionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/GetFunctionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/GetFunctionCommandOutput/)
|
|
501
|
-
|
|
502
461
|
</details>
|
|
503
462
|
<details>
|
|
504
463
|
<summary>
|
|
@@ -506,7 +465,6 @@ GetGraphqlApi
|
|
|
506
465
|
</summary>
|
|
507
466
|
|
|
508
467
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/GetGraphqlApiCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/GetGraphqlApiCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/GetGraphqlApiCommandOutput/)
|
|
509
|
-
|
|
510
468
|
</details>
|
|
511
469
|
<details>
|
|
512
470
|
<summary>
|
|
@@ -514,7 +472,6 @@ GetGraphqlApiEnvironmentVariables
|
|
|
514
472
|
</summary>
|
|
515
473
|
|
|
516
474
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/GetGraphqlApiEnvironmentVariablesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/GetGraphqlApiEnvironmentVariablesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/GetGraphqlApiEnvironmentVariablesCommandOutput/)
|
|
517
|
-
|
|
518
475
|
</details>
|
|
519
476
|
<details>
|
|
520
477
|
<summary>
|
|
@@ -522,7 +479,6 @@ GetIntrospectionSchema
|
|
|
522
479
|
</summary>
|
|
523
480
|
|
|
524
481
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/GetIntrospectionSchemaCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/GetIntrospectionSchemaCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/GetIntrospectionSchemaCommandOutput/)
|
|
525
|
-
|
|
526
482
|
</details>
|
|
527
483
|
<details>
|
|
528
484
|
<summary>
|
|
@@ -530,7 +486,6 @@ GetResolver
|
|
|
530
486
|
</summary>
|
|
531
487
|
|
|
532
488
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/GetResolverCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/GetResolverCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/GetResolverCommandOutput/)
|
|
533
|
-
|
|
534
489
|
</details>
|
|
535
490
|
<details>
|
|
536
491
|
<summary>
|
|
@@ -538,7 +493,6 @@ GetSchemaCreationStatus
|
|
|
538
493
|
</summary>
|
|
539
494
|
|
|
540
495
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/GetSchemaCreationStatusCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/GetSchemaCreationStatusCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/GetSchemaCreationStatusCommandOutput/)
|
|
541
|
-
|
|
542
496
|
</details>
|
|
543
497
|
<details>
|
|
544
498
|
<summary>
|
|
@@ -546,7 +500,6 @@ GetSourceApiAssociation
|
|
|
546
500
|
</summary>
|
|
547
501
|
|
|
548
502
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/GetSourceApiAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/GetSourceApiAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/GetSourceApiAssociationCommandOutput/)
|
|
549
|
-
|
|
550
503
|
</details>
|
|
551
504
|
<details>
|
|
552
505
|
<summary>
|
|
@@ -554,7 +507,6 @@ GetType
|
|
|
554
507
|
</summary>
|
|
555
508
|
|
|
556
509
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/GetTypeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/GetTypeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/GetTypeCommandOutput/)
|
|
557
|
-
|
|
558
510
|
</details>
|
|
559
511
|
<details>
|
|
560
512
|
<summary>
|
|
@@ -562,7 +514,6 @@ ListApiKeys
|
|
|
562
514
|
</summary>
|
|
563
515
|
|
|
564
516
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/ListApiKeysCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/ListApiKeysCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/ListApiKeysCommandOutput/)
|
|
565
|
-
|
|
566
517
|
</details>
|
|
567
518
|
<details>
|
|
568
519
|
<summary>
|
|
@@ -570,7 +521,6 @@ ListApis
|
|
|
570
521
|
</summary>
|
|
571
522
|
|
|
572
523
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/ListApisCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/ListApisCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/ListApisCommandOutput/)
|
|
573
|
-
|
|
574
524
|
</details>
|
|
575
525
|
<details>
|
|
576
526
|
<summary>
|
|
@@ -578,7 +528,6 @@ ListChannelNamespaces
|
|
|
578
528
|
</summary>
|
|
579
529
|
|
|
580
530
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/ListChannelNamespacesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/ListChannelNamespacesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/ListChannelNamespacesCommandOutput/)
|
|
581
|
-
|
|
582
531
|
</details>
|
|
583
532
|
<details>
|
|
584
533
|
<summary>
|
|
@@ -586,7 +535,6 @@ ListDataSources
|
|
|
586
535
|
</summary>
|
|
587
536
|
|
|
588
537
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/ListDataSourcesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/ListDataSourcesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/ListDataSourcesCommandOutput/)
|
|
589
|
-
|
|
590
538
|
</details>
|
|
591
539
|
<details>
|
|
592
540
|
<summary>
|
|
@@ -594,7 +542,6 @@ ListDomainNames
|
|
|
594
542
|
</summary>
|
|
595
543
|
|
|
596
544
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/ListDomainNamesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/ListDomainNamesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/ListDomainNamesCommandOutput/)
|
|
597
|
-
|
|
598
545
|
</details>
|
|
599
546
|
<details>
|
|
600
547
|
<summary>
|
|
@@ -602,7 +549,6 @@ ListFunctions
|
|
|
602
549
|
</summary>
|
|
603
550
|
|
|
604
551
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/ListFunctionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/ListFunctionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/ListFunctionsCommandOutput/)
|
|
605
|
-
|
|
606
552
|
</details>
|
|
607
553
|
<details>
|
|
608
554
|
<summary>
|
|
@@ -610,7 +556,6 @@ ListGraphqlApis
|
|
|
610
556
|
</summary>
|
|
611
557
|
|
|
612
558
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/ListGraphqlApisCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/ListGraphqlApisCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/ListGraphqlApisCommandOutput/)
|
|
613
|
-
|
|
614
559
|
</details>
|
|
615
560
|
<details>
|
|
616
561
|
<summary>
|
|
@@ -618,7 +563,6 @@ ListResolvers
|
|
|
618
563
|
</summary>
|
|
619
564
|
|
|
620
565
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/ListResolversCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/ListResolversCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/ListResolversCommandOutput/)
|
|
621
|
-
|
|
622
566
|
</details>
|
|
623
567
|
<details>
|
|
624
568
|
<summary>
|
|
@@ -626,7 +570,6 @@ ListResolversByFunction
|
|
|
626
570
|
</summary>
|
|
627
571
|
|
|
628
572
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/ListResolversByFunctionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/ListResolversByFunctionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/ListResolversByFunctionCommandOutput/)
|
|
629
|
-
|
|
630
573
|
</details>
|
|
631
574
|
<details>
|
|
632
575
|
<summary>
|
|
@@ -634,7 +577,6 @@ ListSourceApiAssociations
|
|
|
634
577
|
</summary>
|
|
635
578
|
|
|
636
579
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/ListSourceApiAssociationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/ListSourceApiAssociationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/ListSourceApiAssociationsCommandOutput/)
|
|
637
|
-
|
|
638
580
|
</details>
|
|
639
581
|
<details>
|
|
640
582
|
<summary>
|
|
@@ -642,7 +584,6 @@ ListTagsForResource
|
|
|
642
584
|
</summary>
|
|
643
585
|
|
|
644
586
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/ListTagsForResourceCommandOutput/)
|
|
645
|
-
|
|
646
587
|
</details>
|
|
647
588
|
<details>
|
|
648
589
|
<summary>
|
|
@@ -650,7 +591,6 @@ ListTypes
|
|
|
650
591
|
</summary>
|
|
651
592
|
|
|
652
593
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/ListTypesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/ListTypesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/ListTypesCommandOutput/)
|
|
653
|
-
|
|
654
594
|
</details>
|
|
655
595
|
<details>
|
|
656
596
|
<summary>
|
|
@@ -658,7 +598,6 @@ ListTypesByAssociation
|
|
|
658
598
|
</summary>
|
|
659
599
|
|
|
660
600
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/ListTypesByAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/ListTypesByAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/ListTypesByAssociationCommandOutput/)
|
|
661
|
-
|
|
662
601
|
</details>
|
|
663
602
|
<details>
|
|
664
603
|
<summary>
|
|
@@ -666,7 +605,6 @@ PutGraphqlApiEnvironmentVariables
|
|
|
666
605
|
</summary>
|
|
667
606
|
|
|
668
607
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/PutGraphqlApiEnvironmentVariablesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/PutGraphqlApiEnvironmentVariablesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/PutGraphqlApiEnvironmentVariablesCommandOutput/)
|
|
669
|
-
|
|
670
608
|
</details>
|
|
671
609
|
<details>
|
|
672
610
|
<summary>
|
|
@@ -674,7 +612,6 @@ StartDataSourceIntrospection
|
|
|
674
612
|
</summary>
|
|
675
613
|
|
|
676
614
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/StartDataSourceIntrospectionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/StartDataSourceIntrospectionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/StartDataSourceIntrospectionCommandOutput/)
|
|
677
|
-
|
|
678
615
|
</details>
|
|
679
616
|
<details>
|
|
680
617
|
<summary>
|
|
@@ -682,7 +619,6 @@ StartSchemaCreation
|
|
|
682
619
|
</summary>
|
|
683
620
|
|
|
684
621
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/StartSchemaCreationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/StartSchemaCreationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/StartSchemaCreationCommandOutput/)
|
|
685
|
-
|
|
686
622
|
</details>
|
|
687
623
|
<details>
|
|
688
624
|
<summary>
|
|
@@ -690,7 +626,6 @@ StartSchemaMerge
|
|
|
690
626
|
</summary>
|
|
691
627
|
|
|
692
628
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/StartSchemaMergeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/StartSchemaMergeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/StartSchemaMergeCommandOutput/)
|
|
693
|
-
|
|
694
629
|
</details>
|
|
695
630
|
<details>
|
|
696
631
|
<summary>
|
|
@@ -698,7 +633,6 @@ TagResource
|
|
|
698
633
|
</summary>
|
|
699
634
|
|
|
700
635
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/TagResourceCommandOutput/)
|
|
701
|
-
|
|
702
636
|
</details>
|
|
703
637
|
<details>
|
|
704
638
|
<summary>
|
|
@@ -706,7 +640,6 @@ UntagResource
|
|
|
706
640
|
</summary>
|
|
707
641
|
|
|
708
642
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/UntagResourceCommandOutput/)
|
|
709
|
-
|
|
710
643
|
</details>
|
|
711
644
|
<details>
|
|
712
645
|
<summary>
|
|
@@ -714,7 +647,6 @@ UpdateApi
|
|
|
714
647
|
</summary>
|
|
715
648
|
|
|
716
649
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/UpdateApiCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/UpdateApiCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/UpdateApiCommandOutput/)
|
|
717
|
-
|
|
718
650
|
</details>
|
|
719
651
|
<details>
|
|
720
652
|
<summary>
|
|
@@ -722,7 +654,6 @@ UpdateApiCache
|
|
|
722
654
|
</summary>
|
|
723
655
|
|
|
724
656
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/UpdateApiCacheCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/UpdateApiCacheCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/UpdateApiCacheCommandOutput/)
|
|
725
|
-
|
|
726
657
|
</details>
|
|
727
658
|
<details>
|
|
728
659
|
<summary>
|
|
@@ -730,7 +661,6 @@ UpdateApiKey
|
|
|
730
661
|
</summary>
|
|
731
662
|
|
|
732
663
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/UpdateApiKeyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/UpdateApiKeyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/UpdateApiKeyCommandOutput/)
|
|
733
|
-
|
|
734
664
|
</details>
|
|
735
665
|
<details>
|
|
736
666
|
<summary>
|
|
@@ -738,7 +668,6 @@ UpdateChannelNamespace
|
|
|
738
668
|
</summary>
|
|
739
669
|
|
|
740
670
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/UpdateChannelNamespaceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/UpdateChannelNamespaceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/UpdateChannelNamespaceCommandOutput/)
|
|
741
|
-
|
|
742
671
|
</details>
|
|
743
672
|
<details>
|
|
744
673
|
<summary>
|
|
@@ -746,7 +675,6 @@ UpdateDataSource
|
|
|
746
675
|
</summary>
|
|
747
676
|
|
|
748
677
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/UpdateDataSourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/UpdateDataSourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/UpdateDataSourceCommandOutput/)
|
|
749
|
-
|
|
750
678
|
</details>
|
|
751
679
|
<details>
|
|
752
680
|
<summary>
|
|
@@ -754,7 +682,6 @@ UpdateDomainName
|
|
|
754
682
|
</summary>
|
|
755
683
|
|
|
756
684
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/UpdateDomainNameCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/UpdateDomainNameCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/UpdateDomainNameCommandOutput/)
|
|
757
|
-
|
|
758
685
|
</details>
|
|
759
686
|
<details>
|
|
760
687
|
<summary>
|
|
@@ -762,7 +689,6 @@ UpdateFunction
|
|
|
762
689
|
</summary>
|
|
763
690
|
|
|
764
691
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/UpdateFunctionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/UpdateFunctionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/UpdateFunctionCommandOutput/)
|
|
765
|
-
|
|
766
692
|
</details>
|
|
767
693
|
<details>
|
|
768
694
|
<summary>
|
|
@@ -770,7 +696,6 @@ UpdateGraphqlApi
|
|
|
770
696
|
</summary>
|
|
771
697
|
|
|
772
698
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/UpdateGraphqlApiCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/UpdateGraphqlApiCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/UpdateGraphqlApiCommandOutput/)
|
|
773
|
-
|
|
774
699
|
</details>
|
|
775
700
|
<details>
|
|
776
701
|
<summary>
|
|
@@ -778,7 +703,6 @@ UpdateResolver
|
|
|
778
703
|
</summary>
|
|
779
704
|
|
|
780
705
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/UpdateResolverCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/UpdateResolverCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/UpdateResolverCommandOutput/)
|
|
781
|
-
|
|
782
706
|
</details>
|
|
783
707
|
<details>
|
|
784
708
|
<summary>
|
|
@@ -786,7 +710,6 @@ UpdateSourceApiAssociation
|
|
|
786
710
|
</summary>
|
|
787
711
|
|
|
788
712
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/UpdateSourceApiAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/UpdateSourceApiAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/UpdateSourceApiAssociationCommandOutput/)
|
|
789
|
-
|
|
790
713
|
</details>
|
|
791
714
|
<details>
|
|
792
715
|
<summary>
|
|
@@ -794,5 +717,4 @@ UpdateType
|
|
|
794
717
|
</summary>
|
|
795
718
|
|
|
796
719
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/UpdateTypeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/UpdateTypeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/UpdateTypeCommandOutput/)
|
|
797
|
-
|
|
798
720
|
</details>
|
|
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
|
|
|
6
6
|
const defaultAppSyncHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
7
7
|
return {
|
|
8
8
|
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
|
9
|
-
region:
|
|
10
|
-
(
|
|
11
|
-
|
|
12
|
-
})(),
|
|
9
|
+
region: await (0, util_middleware_1.normalizeProvider)(config.region)() || (() => {
|
|
10
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
11
|
+
})(),
|
|
13
12
|
};
|
|
14
13
|
};
|
|
15
14
|
exports.defaultAppSyncHttpAuthSchemeParametersProvider = defaultAppSyncHttpAuthSchemeParametersProvider;
|