@aws-sdk/client-appsync 3.454.0 → 3.459.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 +76 -60
- package/dist-cjs/AppSync.js +4 -0
- package/dist-cjs/commands/GetDataSourceIntrospectionCommand.js +51 -0
- package/dist-cjs/commands/StartDataSourceIntrospectionCommand.js +51 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/models/models_0.js +6 -1
- package/dist-cjs/protocols/Aws_restJson1.js +182 -3
- package/dist-es/AppSync.js +4 -0
- package/dist-es/commands/GetDataSourceIntrospectionCommand.js +47 -0
- package/dist-es/commands/StartDataSourceIntrospectionCommand.js +47 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +5 -0
- package/dist-es/protocols/Aws_restJson1.js +176 -1
- package/dist-types/AppSync.d.ts +14 -0
- package/dist-types/AppSyncClient.d.ts +4 -2
- package/dist-types/commands/GetDataSourceIntrospectionCommand.d.ts +135 -0
- package/dist-types/commands/StartDataSourceIntrospectionCommand.d.ts +94 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +270 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
- package/dist-types/ts3.4/AppSync.d.ts +34 -0
- package/dist-types/ts3.4/AppSyncClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/GetDataSourceIntrospectionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartDataSourceIntrospectionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +58 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -209,7 +209,7 @@ see LICENSE for more information.
|
|
|
209
209
|
AssociateApi
|
|
210
210
|
</summary>
|
|
211
211
|
|
|
212
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
212
|
+
[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
213
|
|
|
214
214
|
</details>
|
|
215
215
|
<details>
|
|
@@ -217,7 +217,7 @@ AssociateApi
|
|
|
217
217
|
AssociateMergedGraphqlApi
|
|
218
218
|
</summary>
|
|
219
219
|
|
|
220
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
220
|
+
[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
221
|
|
|
222
222
|
</details>
|
|
223
223
|
<details>
|
|
@@ -225,7 +225,7 @@ AssociateMergedGraphqlApi
|
|
|
225
225
|
AssociateSourceGraphqlApi
|
|
226
226
|
</summary>
|
|
227
227
|
|
|
228
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
228
|
+
[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
229
|
|
|
230
230
|
</details>
|
|
231
231
|
<details>
|
|
@@ -233,7 +233,7 @@ AssociateSourceGraphqlApi
|
|
|
233
233
|
CreateApiCache
|
|
234
234
|
</summary>
|
|
235
235
|
|
|
236
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
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/)
|
|
237
237
|
|
|
238
238
|
</details>
|
|
239
239
|
<details>
|
|
@@ -241,7 +241,7 @@ CreateApiCache
|
|
|
241
241
|
CreateApiKey
|
|
242
242
|
</summary>
|
|
243
243
|
|
|
244
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
244
|
+
[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/)
|
|
245
245
|
|
|
246
246
|
</details>
|
|
247
247
|
<details>
|
|
@@ -249,7 +249,7 @@ CreateApiKey
|
|
|
249
249
|
CreateDataSource
|
|
250
250
|
</summary>
|
|
251
251
|
|
|
252
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
252
|
+
[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/)
|
|
253
253
|
|
|
254
254
|
</details>
|
|
255
255
|
<details>
|
|
@@ -257,7 +257,7 @@ CreateDataSource
|
|
|
257
257
|
CreateDomainName
|
|
258
258
|
</summary>
|
|
259
259
|
|
|
260
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
260
|
+
[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/)
|
|
261
261
|
|
|
262
262
|
</details>
|
|
263
263
|
<details>
|
|
@@ -265,7 +265,7 @@ CreateDomainName
|
|
|
265
265
|
CreateFunction
|
|
266
266
|
</summary>
|
|
267
267
|
|
|
268
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
268
|
+
[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/)
|
|
269
269
|
|
|
270
270
|
</details>
|
|
271
271
|
<details>
|
|
@@ -273,7 +273,7 @@ CreateFunction
|
|
|
273
273
|
CreateGraphqlApi
|
|
274
274
|
</summary>
|
|
275
275
|
|
|
276
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
276
|
+
[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/)
|
|
277
277
|
|
|
278
278
|
</details>
|
|
279
279
|
<details>
|
|
@@ -281,7 +281,7 @@ CreateGraphqlApi
|
|
|
281
281
|
CreateResolver
|
|
282
282
|
</summary>
|
|
283
283
|
|
|
284
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
284
|
+
[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/)
|
|
285
285
|
|
|
286
286
|
</details>
|
|
287
287
|
<details>
|
|
@@ -289,7 +289,7 @@ CreateResolver
|
|
|
289
289
|
CreateType
|
|
290
290
|
</summary>
|
|
291
291
|
|
|
292
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
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/)
|
|
293
293
|
|
|
294
294
|
</details>
|
|
295
295
|
<details>
|
|
@@ -297,7 +297,7 @@ CreateType
|
|
|
297
297
|
DeleteApiCache
|
|
298
298
|
</summary>
|
|
299
299
|
|
|
300
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
300
|
+
[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/)
|
|
301
301
|
|
|
302
302
|
</details>
|
|
303
303
|
<details>
|
|
@@ -305,7 +305,7 @@ DeleteApiCache
|
|
|
305
305
|
DeleteApiKey
|
|
306
306
|
</summary>
|
|
307
307
|
|
|
308
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
308
|
+
[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/)
|
|
309
309
|
|
|
310
310
|
</details>
|
|
311
311
|
<details>
|
|
@@ -313,7 +313,7 @@ DeleteApiKey
|
|
|
313
313
|
DeleteDataSource
|
|
314
314
|
</summary>
|
|
315
315
|
|
|
316
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
316
|
+
[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/)
|
|
317
317
|
|
|
318
318
|
</details>
|
|
319
319
|
<details>
|
|
@@ -321,7 +321,7 @@ DeleteDataSource
|
|
|
321
321
|
DeleteDomainName
|
|
322
322
|
</summary>
|
|
323
323
|
|
|
324
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
324
|
+
[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/)
|
|
325
325
|
|
|
326
326
|
</details>
|
|
327
327
|
<details>
|
|
@@ -329,7 +329,7 @@ DeleteDomainName
|
|
|
329
329
|
DeleteFunction
|
|
330
330
|
</summary>
|
|
331
331
|
|
|
332
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
332
|
+
[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/)
|
|
333
333
|
|
|
334
334
|
</details>
|
|
335
335
|
<details>
|
|
@@ -337,7 +337,7 @@ DeleteFunction
|
|
|
337
337
|
DeleteGraphqlApi
|
|
338
338
|
</summary>
|
|
339
339
|
|
|
340
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
340
|
+
[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/)
|
|
341
341
|
|
|
342
342
|
</details>
|
|
343
343
|
<details>
|
|
@@ -345,7 +345,7 @@ DeleteGraphqlApi
|
|
|
345
345
|
DeleteResolver
|
|
346
346
|
</summary>
|
|
347
347
|
|
|
348
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
348
|
+
[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/)
|
|
349
349
|
|
|
350
350
|
</details>
|
|
351
351
|
<details>
|
|
@@ -353,7 +353,7 @@ DeleteResolver
|
|
|
353
353
|
DeleteType
|
|
354
354
|
</summary>
|
|
355
355
|
|
|
356
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
356
|
+
[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/)
|
|
357
357
|
|
|
358
358
|
</details>
|
|
359
359
|
<details>
|
|
@@ -361,7 +361,7 @@ DeleteType
|
|
|
361
361
|
DisassociateApi
|
|
362
362
|
</summary>
|
|
363
363
|
|
|
364
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
364
|
+
[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/)
|
|
365
365
|
|
|
366
366
|
</details>
|
|
367
367
|
<details>
|
|
@@ -369,7 +369,7 @@ DisassociateApi
|
|
|
369
369
|
DisassociateMergedGraphqlApi
|
|
370
370
|
</summary>
|
|
371
371
|
|
|
372
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
372
|
+
[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/)
|
|
373
373
|
|
|
374
374
|
</details>
|
|
375
375
|
<details>
|
|
@@ -377,7 +377,7 @@ DisassociateMergedGraphqlApi
|
|
|
377
377
|
DisassociateSourceGraphqlApi
|
|
378
378
|
</summary>
|
|
379
379
|
|
|
380
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
380
|
+
[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/)
|
|
381
381
|
|
|
382
382
|
</details>
|
|
383
383
|
<details>
|
|
@@ -385,7 +385,7 @@ DisassociateSourceGraphqlApi
|
|
|
385
385
|
EvaluateCode
|
|
386
386
|
</summary>
|
|
387
387
|
|
|
388
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
388
|
+
[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/)
|
|
389
389
|
|
|
390
390
|
</details>
|
|
391
391
|
<details>
|
|
@@ -393,7 +393,7 @@ EvaluateCode
|
|
|
393
393
|
EvaluateMappingTemplate
|
|
394
394
|
</summary>
|
|
395
395
|
|
|
396
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
396
|
+
[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/)
|
|
397
397
|
|
|
398
398
|
</details>
|
|
399
399
|
<details>
|
|
@@ -401,7 +401,7 @@ EvaluateMappingTemplate
|
|
|
401
401
|
FlushApiCache
|
|
402
402
|
</summary>
|
|
403
403
|
|
|
404
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
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/)
|
|
405
405
|
|
|
406
406
|
</details>
|
|
407
407
|
<details>
|
|
@@ -409,7 +409,7 @@ FlushApiCache
|
|
|
409
409
|
GetApiAssociation
|
|
410
410
|
</summary>
|
|
411
411
|
|
|
412
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
412
|
+
[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/)
|
|
413
413
|
|
|
414
414
|
</details>
|
|
415
415
|
<details>
|
|
@@ -417,7 +417,7 @@ GetApiAssociation
|
|
|
417
417
|
GetApiCache
|
|
418
418
|
</summary>
|
|
419
419
|
|
|
420
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
420
|
+
[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/)
|
|
421
421
|
|
|
422
422
|
</details>
|
|
423
423
|
<details>
|
|
@@ -425,7 +425,15 @@ GetApiCache
|
|
|
425
425
|
GetDataSource
|
|
426
426
|
</summary>
|
|
427
427
|
|
|
428
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
428
|
+
[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/)
|
|
429
|
+
|
|
430
|
+
</details>
|
|
431
|
+
<details>
|
|
432
|
+
<summary>
|
|
433
|
+
GetDataSourceIntrospection
|
|
434
|
+
</summary>
|
|
435
|
+
|
|
436
|
+
[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/)
|
|
429
437
|
|
|
430
438
|
</details>
|
|
431
439
|
<details>
|
|
@@ -433,7 +441,7 @@ GetDataSource
|
|
|
433
441
|
GetDomainName
|
|
434
442
|
</summary>
|
|
435
443
|
|
|
436
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
444
|
+
[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/)
|
|
437
445
|
|
|
438
446
|
</details>
|
|
439
447
|
<details>
|
|
@@ -441,7 +449,7 @@ GetDomainName
|
|
|
441
449
|
GetFunction
|
|
442
450
|
</summary>
|
|
443
451
|
|
|
444
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
452
|
+
[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/)
|
|
445
453
|
|
|
446
454
|
</details>
|
|
447
455
|
<details>
|
|
@@ -449,7 +457,7 @@ GetFunction
|
|
|
449
457
|
GetGraphqlApi
|
|
450
458
|
</summary>
|
|
451
459
|
|
|
452
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
460
|
+
[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/)
|
|
453
461
|
|
|
454
462
|
</details>
|
|
455
463
|
<details>
|
|
@@ -457,7 +465,7 @@ GetGraphqlApi
|
|
|
457
465
|
GetIntrospectionSchema
|
|
458
466
|
</summary>
|
|
459
467
|
|
|
460
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
468
|
+
[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/)
|
|
461
469
|
|
|
462
470
|
</details>
|
|
463
471
|
<details>
|
|
@@ -465,7 +473,7 @@ GetIntrospectionSchema
|
|
|
465
473
|
GetResolver
|
|
466
474
|
</summary>
|
|
467
475
|
|
|
468
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
476
|
+
[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/)
|
|
469
477
|
|
|
470
478
|
</details>
|
|
471
479
|
<details>
|
|
@@ -473,7 +481,7 @@ GetResolver
|
|
|
473
481
|
GetSchemaCreationStatus
|
|
474
482
|
</summary>
|
|
475
483
|
|
|
476
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
484
|
+
[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/)
|
|
477
485
|
|
|
478
486
|
</details>
|
|
479
487
|
<details>
|
|
@@ -481,7 +489,7 @@ GetSchemaCreationStatus
|
|
|
481
489
|
GetSourceApiAssociation
|
|
482
490
|
</summary>
|
|
483
491
|
|
|
484
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
492
|
+
[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/)
|
|
485
493
|
|
|
486
494
|
</details>
|
|
487
495
|
<details>
|
|
@@ -489,7 +497,7 @@ GetSourceApiAssociation
|
|
|
489
497
|
GetType
|
|
490
498
|
</summary>
|
|
491
499
|
|
|
492
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
500
|
+
[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/)
|
|
493
501
|
|
|
494
502
|
</details>
|
|
495
503
|
<details>
|
|
@@ -497,7 +505,7 @@ GetType
|
|
|
497
505
|
ListApiKeys
|
|
498
506
|
</summary>
|
|
499
507
|
|
|
500
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
508
|
+
[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/)
|
|
501
509
|
|
|
502
510
|
</details>
|
|
503
511
|
<details>
|
|
@@ -505,7 +513,7 @@ ListApiKeys
|
|
|
505
513
|
ListDataSources
|
|
506
514
|
</summary>
|
|
507
515
|
|
|
508
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
516
|
+
[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/)
|
|
509
517
|
|
|
510
518
|
</details>
|
|
511
519
|
<details>
|
|
@@ -513,7 +521,7 @@ ListDataSources
|
|
|
513
521
|
ListDomainNames
|
|
514
522
|
</summary>
|
|
515
523
|
|
|
516
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
524
|
+
[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/)
|
|
517
525
|
|
|
518
526
|
</details>
|
|
519
527
|
<details>
|
|
@@ -521,7 +529,7 @@ ListDomainNames
|
|
|
521
529
|
ListFunctions
|
|
522
530
|
</summary>
|
|
523
531
|
|
|
524
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
532
|
+
[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/)
|
|
525
533
|
|
|
526
534
|
</details>
|
|
527
535
|
<details>
|
|
@@ -529,7 +537,7 @@ ListFunctions
|
|
|
529
537
|
ListGraphqlApis
|
|
530
538
|
</summary>
|
|
531
539
|
|
|
532
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
540
|
+
[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/)
|
|
533
541
|
|
|
534
542
|
</details>
|
|
535
543
|
<details>
|
|
@@ -537,7 +545,7 @@ ListGraphqlApis
|
|
|
537
545
|
ListResolvers
|
|
538
546
|
</summary>
|
|
539
547
|
|
|
540
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
548
|
+
[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/)
|
|
541
549
|
|
|
542
550
|
</details>
|
|
543
551
|
<details>
|
|
@@ -545,7 +553,7 @@ ListResolvers
|
|
|
545
553
|
ListResolversByFunction
|
|
546
554
|
</summary>
|
|
547
555
|
|
|
548
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
556
|
+
[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/)
|
|
549
557
|
|
|
550
558
|
</details>
|
|
551
559
|
<details>
|
|
@@ -553,7 +561,7 @@ ListResolversByFunction
|
|
|
553
561
|
ListSourceApiAssociations
|
|
554
562
|
</summary>
|
|
555
563
|
|
|
556
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
564
|
+
[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/)
|
|
557
565
|
|
|
558
566
|
</details>
|
|
559
567
|
<details>
|
|
@@ -561,7 +569,7 @@ ListSourceApiAssociations
|
|
|
561
569
|
ListTagsForResource
|
|
562
570
|
</summary>
|
|
563
571
|
|
|
564
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
572
|
+
[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/)
|
|
565
573
|
|
|
566
574
|
</details>
|
|
567
575
|
<details>
|
|
@@ -569,7 +577,7 @@ ListTagsForResource
|
|
|
569
577
|
ListTypes
|
|
570
578
|
</summary>
|
|
571
579
|
|
|
572
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
580
|
+
[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/)
|
|
573
581
|
|
|
574
582
|
</details>
|
|
575
583
|
<details>
|
|
@@ -577,7 +585,15 @@ ListTypes
|
|
|
577
585
|
ListTypesByAssociation
|
|
578
586
|
</summary>
|
|
579
587
|
|
|
580
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
588
|
+
[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/)
|
|
589
|
+
|
|
590
|
+
</details>
|
|
591
|
+
<details>
|
|
592
|
+
<summary>
|
|
593
|
+
StartDataSourceIntrospection
|
|
594
|
+
</summary>
|
|
595
|
+
|
|
596
|
+
[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/)
|
|
581
597
|
|
|
582
598
|
</details>
|
|
583
599
|
<details>
|
|
@@ -585,7 +601,7 @@ ListTypesByAssociation
|
|
|
585
601
|
StartSchemaCreation
|
|
586
602
|
</summary>
|
|
587
603
|
|
|
588
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
604
|
+
[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/)
|
|
589
605
|
|
|
590
606
|
</details>
|
|
591
607
|
<details>
|
|
@@ -593,7 +609,7 @@ StartSchemaCreation
|
|
|
593
609
|
StartSchemaMerge
|
|
594
610
|
</summary>
|
|
595
611
|
|
|
596
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
612
|
+
[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/)
|
|
597
613
|
|
|
598
614
|
</details>
|
|
599
615
|
<details>
|
|
@@ -601,7 +617,7 @@ StartSchemaMerge
|
|
|
601
617
|
TagResource
|
|
602
618
|
</summary>
|
|
603
619
|
|
|
604
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
620
|
+
[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/)
|
|
605
621
|
|
|
606
622
|
</details>
|
|
607
623
|
<details>
|
|
@@ -609,7 +625,7 @@ TagResource
|
|
|
609
625
|
UntagResource
|
|
610
626
|
</summary>
|
|
611
627
|
|
|
612
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
628
|
+
[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/)
|
|
613
629
|
|
|
614
630
|
</details>
|
|
615
631
|
<details>
|
|
@@ -617,7 +633,7 @@ UntagResource
|
|
|
617
633
|
UpdateApiCache
|
|
618
634
|
</summary>
|
|
619
635
|
|
|
620
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
636
|
+
[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/)
|
|
621
637
|
|
|
622
638
|
</details>
|
|
623
639
|
<details>
|
|
@@ -625,7 +641,7 @@ UpdateApiCache
|
|
|
625
641
|
UpdateApiKey
|
|
626
642
|
</summary>
|
|
627
643
|
|
|
628
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
644
|
+
[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/)
|
|
629
645
|
|
|
630
646
|
</details>
|
|
631
647
|
<details>
|
|
@@ -633,7 +649,7 @@ UpdateApiKey
|
|
|
633
649
|
UpdateDataSource
|
|
634
650
|
</summary>
|
|
635
651
|
|
|
636
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
652
|
+
[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/)
|
|
637
653
|
|
|
638
654
|
</details>
|
|
639
655
|
<details>
|
|
@@ -641,7 +657,7 @@ UpdateDataSource
|
|
|
641
657
|
UpdateDomainName
|
|
642
658
|
</summary>
|
|
643
659
|
|
|
644
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
660
|
+
[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/)
|
|
645
661
|
|
|
646
662
|
</details>
|
|
647
663
|
<details>
|
|
@@ -649,7 +665,7 @@ UpdateDomainName
|
|
|
649
665
|
UpdateFunction
|
|
650
666
|
</summary>
|
|
651
667
|
|
|
652
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
668
|
+
[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/)
|
|
653
669
|
|
|
654
670
|
</details>
|
|
655
671
|
<details>
|
|
@@ -657,7 +673,7 @@ UpdateFunction
|
|
|
657
673
|
UpdateGraphqlApi
|
|
658
674
|
</summary>
|
|
659
675
|
|
|
660
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
676
|
+
[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/)
|
|
661
677
|
|
|
662
678
|
</details>
|
|
663
679
|
<details>
|
|
@@ -665,7 +681,7 @@ UpdateGraphqlApi
|
|
|
665
681
|
UpdateResolver
|
|
666
682
|
</summary>
|
|
667
683
|
|
|
668
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
684
|
+
[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/)
|
|
669
685
|
|
|
670
686
|
</details>
|
|
671
687
|
<details>
|
|
@@ -673,7 +689,7 @@ UpdateResolver
|
|
|
673
689
|
UpdateSourceApiAssociation
|
|
674
690
|
</summary>
|
|
675
691
|
|
|
676
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
692
|
+
[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/)
|
|
677
693
|
|
|
678
694
|
</details>
|
|
679
695
|
<details>
|
|
@@ -681,6 +697,6 @@ UpdateSourceApiAssociation
|
|
|
681
697
|
UpdateType
|
|
682
698
|
</summary>
|
|
683
699
|
|
|
684
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
700
|
+
[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/)
|
|
685
701
|
|
|
686
702
|
</details>
|