@aws-sdk/client-appsync 3.170.0 → 3.178.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/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/AppSync.d.ts +0 -50
- package/dist-types/ts3.4/AppSyncClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AssociateApiCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateApiCacheCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateGraphqlApiCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateResolverCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApiCacheCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteGraphqlApiCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteResolverCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateApiCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EvaluateMappingTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/FlushApiCacheCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetApiAssociationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetApiCacheCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetGraphqlApiCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetIntrospectionSchemaCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetResolverCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetSchemaCreationStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListApiKeysCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListGraphqlApisCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListResolversByFunctionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListResolversCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartSchemaCreationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApiCacheCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateGraphqlApiCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateResolverCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/AppSyncServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -426
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-appsync
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-appsync
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-appsync
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: AppSyncClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: AppSyncClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: AppSyncClientConfig) => {
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -200,7 +200,6 @@ import {
|
|
|
200
200
|
UpdateTypeCommandInput,
|
|
201
201
|
UpdateTypeCommandOutput,
|
|
202
202
|
} from "./commands/UpdateTypeCommand";
|
|
203
|
-
|
|
204
203
|
export declare class AppSync extends AppSyncClient {
|
|
205
204
|
associateApi(
|
|
206
205
|
args: AssociateApiCommandInput,
|
|
@@ -215,7 +214,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
215
214
|
options: __HttpHandlerOptions,
|
|
216
215
|
cb: (err: any, data?: AssociateApiCommandOutput) => void
|
|
217
216
|
): void;
|
|
218
|
-
|
|
219
217
|
createApiCache(
|
|
220
218
|
args: CreateApiCacheCommandInput,
|
|
221
219
|
options?: __HttpHandlerOptions
|
|
@@ -229,7 +227,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
229
227
|
options: __HttpHandlerOptions,
|
|
230
228
|
cb: (err: any, data?: CreateApiCacheCommandOutput) => void
|
|
231
229
|
): void;
|
|
232
|
-
|
|
233
230
|
createApiKey(
|
|
234
231
|
args: CreateApiKeyCommandInput,
|
|
235
232
|
options?: __HttpHandlerOptions
|
|
@@ -243,7 +240,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
243
240
|
options: __HttpHandlerOptions,
|
|
244
241
|
cb: (err: any, data?: CreateApiKeyCommandOutput) => void
|
|
245
242
|
): void;
|
|
246
|
-
|
|
247
243
|
createDataSource(
|
|
248
244
|
args: CreateDataSourceCommandInput,
|
|
249
245
|
options?: __HttpHandlerOptions
|
|
@@ -257,7 +253,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
257
253
|
options: __HttpHandlerOptions,
|
|
258
254
|
cb: (err: any, data?: CreateDataSourceCommandOutput) => void
|
|
259
255
|
): void;
|
|
260
|
-
|
|
261
256
|
createDomainName(
|
|
262
257
|
args: CreateDomainNameCommandInput,
|
|
263
258
|
options?: __HttpHandlerOptions
|
|
@@ -271,7 +266,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
271
266
|
options: __HttpHandlerOptions,
|
|
272
267
|
cb: (err: any, data?: CreateDomainNameCommandOutput) => void
|
|
273
268
|
): void;
|
|
274
|
-
|
|
275
269
|
createFunction(
|
|
276
270
|
args: CreateFunctionCommandInput,
|
|
277
271
|
options?: __HttpHandlerOptions
|
|
@@ -285,7 +279,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
285
279
|
options: __HttpHandlerOptions,
|
|
286
280
|
cb: (err: any, data?: CreateFunctionCommandOutput) => void
|
|
287
281
|
): void;
|
|
288
|
-
|
|
289
282
|
createGraphqlApi(
|
|
290
283
|
args: CreateGraphqlApiCommandInput,
|
|
291
284
|
options?: __HttpHandlerOptions
|
|
@@ -299,7 +292,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
299
292
|
options: __HttpHandlerOptions,
|
|
300
293
|
cb: (err: any, data?: CreateGraphqlApiCommandOutput) => void
|
|
301
294
|
): void;
|
|
302
|
-
|
|
303
295
|
createResolver(
|
|
304
296
|
args: CreateResolverCommandInput,
|
|
305
297
|
options?: __HttpHandlerOptions
|
|
@@ -313,7 +305,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
313
305
|
options: __HttpHandlerOptions,
|
|
314
306
|
cb: (err: any, data?: CreateResolverCommandOutput) => void
|
|
315
307
|
): void;
|
|
316
|
-
|
|
317
308
|
createType(
|
|
318
309
|
args: CreateTypeCommandInput,
|
|
319
310
|
options?: __HttpHandlerOptions
|
|
@@ -327,7 +318,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
327
318
|
options: __HttpHandlerOptions,
|
|
328
319
|
cb: (err: any, data?: CreateTypeCommandOutput) => void
|
|
329
320
|
): void;
|
|
330
|
-
|
|
331
321
|
deleteApiCache(
|
|
332
322
|
args: DeleteApiCacheCommandInput,
|
|
333
323
|
options?: __HttpHandlerOptions
|
|
@@ -341,7 +331,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
341
331
|
options: __HttpHandlerOptions,
|
|
342
332
|
cb: (err: any, data?: DeleteApiCacheCommandOutput) => void
|
|
343
333
|
): void;
|
|
344
|
-
|
|
345
334
|
deleteApiKey(
|
|
346
335
|
args: DeleteApiKeyCommandInput,
|
|
347
336
|
options?: __HttpHandlerOptions
|
|
@@ -355,7 +344,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
355
344
|
options: __HttpHandlerOptions,
|
|
356
345
|
cb: (err: any, data?: DeleteApiKeyCommandOutput) => void
|
|
357
346
|
): void;
|
|
358
|
-
|
|
359
347
|
deleteDataSource(
|
|
360
348
|
args: DeleteDataSourceCommandInput,
|
|
361
349
|
options?: __HttpHandlerOptions
|
|
@@ -369,7 +357,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
369
357
|
options: __HttpHandlerOptions,
|
|
370
358
|
cb: (err: any, data?: DeleteDataSourceCommandOutput) => void
|
|
371
359
|
): void;
|
|
372
|
-
|
|
373
360
|
deleteDomainName(
|
|
374
361
|
args: DeleteDomainNameCommandInput,
|
|
375
362
|
options?: __HttpHandlerOptions
|
|
@@ -383,7 +370,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
383
370
|
options: __HttpHandlerOptions,
|
|
384
371
|
cb: (err: any, data?: DeleteDomainNameCommandOutput) => void
|
|
385
372
|
): void;
|
|
386
|
-
|
|
387
373
|
deleteFunction(
|
|
388
374
|
args: DeleteFunctionCommandInput,
|
|
389
375
|
options?: __HttpHandlerOptions
|
|
@@ -397,7 +383,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
397
383
|
options: __HttpHandlerOptions,
|
|
398
384
|
cb: (err: any, data?: DeleteFunctionCommandOutput) => void
|
|
399
385
|
): void;
|
|
400
|
-
|
|
401
386
|
deleteGraphqlApi(
|
|
402
387
|
args: DeleteGraphqlApiCommandInput,
|
|
403
388
|
options?: __HttpHandlerOptions
|
|
@@ -411,7 +396,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
411
396
|
options: __HttpHandlerOptions,
|
|
412
397
|
cb: (err: any, data?: DeleteGraphqlApiCommandOutput) => void
|
|
413
398
|
): void;
|
|
414
|
-
|
|
415
399
|
deleteResolver(
|
|
416
400
|
args: DeleteResolverCommandInput,
|
|
417
401
|
options?: __HttpHandlerOptions
|
|
@@ -425,7 +409,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
425
409
|
options: __HttpHandlerOptions,
|
|
426
410
|
cb: (err: any, data?: DeleteResolverCommandOutput) => void
|
|
427
411
|
): void;
|
|
428
|
-
|
|
429
412
|
deleteType(
|
|
430
413
|
args: DeleteTypeCommandInput,
|
|
431
414
|
options?: __HttpHandlerOptions
|
|
@@ -439,7 +422,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
439
422
|
options: __HttpHandlerOptions,
|
|
440
423
|
cb: (err: any, data?: DeleteTypeCommandOutput) => void
|
|
441
424
|
): void;
|
|
442
|
-
|
|
443
425
|
disassociateApi(
|
|
444
426
|
args: DisassociateApiCommandInput,
|
|
445
427
|
options?: __HttpHandlerOptions
|
|
@@ -453,7 +435,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
453
435
|
options: __HttpHandlerOptions,
|
|
454
436
|
cb: (err: any, data?: DisassociateApiCommandOutput) => void
|
|
455
437
|
): void;
|
|
456
|
-
|
|
457
438
|
evaluateMappingTemplate(
|
|
458
439
|
args: EvaluateMappingTemplateCommandInput,
|
|
459
440
|
options?: __HttpHandlerOptions
|
|
@@ -467,7 +448,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
467
448
|
options: __HttpHandlerOptions,
|
|
468
449
|
cb: (err: any, data?: EvaluateMappingTemplateCommandOutput) => void
|
|
469
450
|
): void;
|
|
470
|
-
|
|
471
451
|
flushApiCache(
|
|
472
452
|
args: FlushApiCacheCommandInput,
|
|
473
453
|
options?: __HttpHandlerOptions
|
|
@@ -481,7 +461,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
481
461
|
options: __HttpHandlerOptions,
|
|
482
462
|
cb: (err: any, data?: FlushApiCacheCommandOutput) => void
|
|
483
463
|
): void;
|
|
484
|
-
|
|
485
464
|
getApiAssociation(
|
|
486
465
|
args: GetApiAssociationCommandInput,
|
|
487
466
|
options?: __HttpHandlerOptions
|
|
@@ -495,7 +474,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
495
474
|
options: __HttpHandlerOptions,
|
|
496
475
|
cb: (err: any, data?: GetApiAssociationCommandOutput) => void
|
|
497
476
|
): void;
|
|
498
|
-
|
|
499
477
|
getApiCache(
|
|
500
478
|
args: GetApiCacheCommandInput,
|
|
501
479
|
options?: __HttpHandlerOptions
|
|
@@ -509,7 +487,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
509
487
|
options: __HttpHandlerOptions,
|
|
510
488
|
cb: (err: any, data?: GetApiCacheCommandOutput) => void
|
|
511
489
|
): void;
|
|
512
|
-
|
|
513
490
|
getDataSource(
|
|
514
491
|
args: GetDataSourceCommandInput,
|
|
515
492
|
options?: __HttpHandlerOptions
|
|
@@ -523,7 +500,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
523
500
|
options: __HttpHandlerOptions,
|
|
524
501
|
cb: (err: any, data?: GetDataSourceCommandOutput) => void
|
|
525
502
|
): void;
|
|
526
|
-
|
|
527
503
|
getDomainName(
|
|
528
504
|
args: GetDomainNameCommandInput,
|
|
529
505
|
options?: __HttpHandlerOptions
|
|
@@ -537,7 +513,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
537
513
|
options: __HttpHandlerOptions,
|
|
538
514
|
cb: (err: any, data?: GetDomainNameCommandOutput) => void
|
|
539
515
|
): void;
|
|
540
|
-
|
|
541
516
|
getFunction(
|
|
542
517
|
args: GetFunctionCommandInput,
|
|
543
518
|
options?: __HttpHandlerOptions
|
|
@@ -551,7 +526,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
551
526
|
options: __HttpHandlerOptions,
|
|
552
527
|
cb: (err: any, data?: GetFunctionCommandOutput) => void
|
|
553
528
|
): void;
|
|
554
|
-
|
|
555
529
|
getGraphqlApi(
|
|
556
530
|
args: GetGraphqlApiCommandInput,
|
|
557
531
|
options?: __HttpHandlerOptions
|
|
@@ -565,7 +539,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
565
539
|
options: __HttpHandlerOptions,
|
|
566
540
|
cb: (err: any, data?: GetGraphqlApiCommandOutput) => void
|
|
567
541
|
): void;
|
|
568
|
-
|
|
569
542
|
getIntrospectionSchema(
|
|
570
543
|
args: GetIntrospectionSchemaCommandInput,
|
|
571
544
|
options?: __HttpHandlerOptions
|
|
@@ -579,7 +552,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
579
552
|
options: __HttpHandlerOptions,
|
|
580
553
|
cb: (err: any, data?: GetIntrospectionSchemaCommandOutput) => void
|
|
581
554
|
): void;
|
|
582
|
-
|
|
583
555
|
getResolver(
|
|
584
556
|
args: GetResolverCommandInput,
|
|
585
557
|
options?: __HttpHandlerOptions
|
|
@@ -593,7 +565,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
593
565
|
options: __HttpHandlerOptions,
|
|
594
566
|
cb: (err: any, data?: GetResolverCommandOutput) => void
|
|
595
567
|
): void;
|
|
596
|
-
|
|
597
568
|
getSchemaCreationStatus(
|
|
598
569
|
args: GetSchemaCreationStatusCommandInput,
|
|
599
570
|
options?: __HttpHandlerOptions
|
|
@@ -607,7 +578,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
607
578
|
options: __HttpHandlerOptions,
|
|
608
579
|
cb: (err: any, data?: GetSchemaCreationStatusCommandOutput) => void
|
|
609
580
|
): void;
|
|
610
|
-
|
|
611
581
|
getType(
|
|
612
582
|
args: GetTypeCommandInput,
|
|
613
583
|
options?: __HttpHandlerOptions
|
|
@@ -621,7 +591,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
621
591
|
options: __HttpHandlerOptions,
|
|
622
592
|
cb: (err: any, data?: GetTypeCommandOutput) => void
|
|
623
593
|
): void;
|
|
624
|
-
|
|
625
594
|
listApiKeys(
|
|
626
595
|
args: ListApiKeysCommandInput,
|
|
627
596
|
options?: __HttpHandlerOptions
|
|
@@ -635,7 +604,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
635
604
|
options: __HttpHandlerOptions,
|
|
636
605
|
cb: (err: any, data?: ListApiKeysCommandOutput) => void
|
|
637
606
|
): void;
|
|
638
|
-
|
|
639
607
|
listDataSources(
|
|
640
608
|
args: ListDataSourcesCommandInput,
|
|
641
609
|
options?: __HttpHandlerOptions
|
|
@@ -649,7 +617,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
649
617
|
options: __HttpHandlerOptions,
|
|
650
618
|
cb: (err: any, data?: ListDataSourcesCommandOutput) => void
|
|
651
619
|
): void;
|
|
652
|
-
|
|
653
620
|
listDomainNames(
|
|
654
621
|
args: ListDomainNamesCommandInput,
|
|
655
622
|
options?: __HttpHandlerOptions
|
|
@@ -663,7 +630,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
663
630
|
options: __HttpHandlerOptions,
|
|
664
631
|
cb: (err: any, data?: ListDomainNamesCommandOutput) => void
|
|
665
632
|
): void;
|
|
666
|
-
|
|
667
633
|
listFunctions(
|
|
668
634
|
args: ListFunctionsCommandInput,
|
|
669
635
|
options?: __HttpHandlerOptions
|
|
@@ -677,7 +643,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
677
643
|
options: __HttpHandlerOptions,
|
|
678
644
|
cb: (err: any, data?: ListFunctionsCommandOutput) => void
|
|
679
645
|
): void;
|
|
680
|
-
|
|
681
646
|
listGraphqlApis(
|
|
682
647
|
args: ListGraphqlApisCommandInput,
|
|
683
648
|
options?: __HttpHandlerOptions
|
|
@@ -691,7 +656,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
691
656
|
options: __HttpHandlerOptions,
|
|
692
657
|
cb: (err: any, data?: ListGraphqlApisCommandOutput) => void
|
|
693
658
|
): void;
|
|
694
|
-
|
|
695
659
|
listResolvers(
|
|
696
660
|
args: ListResolversCommandInput,
|
|
697
661
|
options?: __HttpHandlerOptions
|
|
@@ -705,7 +669,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
705
669
|
options: __HttpHandlerOptions,
|
|
706
670
|
cb: (err: any, data?: ListResolversCommandOutput) => void
|
|
707
671
|
): void;
|
|
708
|
-
|
|
709
672
|
listResolversByFunction(
|
|
710
673
|
args: ListResolversByFunctionCommandInput,
|
|
711
674
|
options?: __HttpHandlerOptions
|
|
@@ -719,7 +682,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
719
682
|
options: __HttpHandlerOptions,
|
|
720
683
|
cb: (err: any, data?: ListResolversByFunctionCommandOutput) => void
|
|
721
684
|
): void;
|
|
722
|
-
|
|
723
685
|
listTagsForResource(
|
|
724
686
|
args: ListTagsForResourceCommandInput,
|
|
725
687
|
options?: __HttpHandlerOptions
|
|
@@ -733,7 +695,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
733
695
|
options: __HttpHandlerOptions,
|
|
734
696
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
735
697
|
): void;
|
|
736
|
-
|
|
737
698
|
listTypes(
|
|
738
699
|
args: ListTypesCommandInput,
|
|
739
700
|
options?: __HttpHandlerOptions
|
|
@@ -747,7 +708,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
747
708
|
options: __HttpHandlerOptions,
|
|
748
709
|
cb: (err: any, data?: ListTypesCommandOutput) => void
|
|
749
710
|
): void;
|
|
750
|
-
|
|
751
711
|
startSchemaCreation(
|
|
752
712
|
args: StartSchemaCreationCommandInput,
|
|
753
713
|
options?: __HttpHandlerOptions
|
|
@@ -761,7 +721,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
761
721
|
options: __HttpHandlerOptions,
|
|
762
722
|
cb: (err: any, data?: StartSchemaCreationCommandOutput) => void
|
|
763
723
|
): void;
|
|
764
|
-
|
|
765
724
|
tagResource(
|
|
766
725
|
args: TagResourceCommandInput,
|
|
767
726
|
options?: __HttpHandlerOptions
|
|
@@ -775,7 +734,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
775
734
|
options: __HttpHandlerOptions,
|
|
776
735
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
777
736
|
): void;
|
|
778
|
-
|
|
779
737
|
untagResource(
|
|
780
738
|
args: UntagResourceCommandInput,
|
|
781
739
|
options?: __HttpHandlerOptions
|
|
@@ -789,7 +747,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
789
747
|
options: __HttpHandlerOptions,
|
|
790
748
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
791
749
|
): void;
|
|
792
|
-
|
|
793
750
|
updateApiCache(
|
|
794
751
|
args: UpdateApiCacheCommandInput,
|
|
795
752
|
options?: __HttpHandlerOptions
|
|
@@ -803,7 +760,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
803
760
|
options: __HttpHandlerOptions,
|
|
804
761
|
cb: (err: any, data?: UpdateApiCacheCommandOutput) => void
|
|
805
762
|
): void;
|
|
806
|
-
|
|
807
763
|
updateApiKey(
|
|
808
764
|
args: UpdateApiKeyCommandInput,
|
|
809
765
|
options?: __HttpHandlerOptions
|
|
@@ -817,7 +773,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
817
773
|
options: __HttpHandlerOptions,
|
|
818
774
|
cb: (err: any, data?: UpdateApiKeyCommandOutput) => void
|
|
819
775
|
): void;
|
|
820
|
-
|
|
821
776
|
updateDataSource(
|
|
822
777
|
args: UpdateDataSourceCommandInput,
|
|
823
778
|
options?: __HttpHandlerOptions
|
|
@@ -831,7 +786,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
831
786
|
options: __HttpHandlerOptions,
|
|
832
787
|
cb: (err: any, data?: UpdateDataSourceCommandOutput) => void
|
|
833
788
|
): void;
|
|
834
|
-
|
|
835
789
|
updateDomainName(
|
|
836
790
|
args: UpdateDomainNameCommandInput,
|
|
837
791
|
options?: __HttpHandlerOptions
|
|
@@ -845,7 +799,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
845
799
|
options: __HttpHandlerOptions,
|
|
846
800
|
cb: (err: any, data?: UpdateDomainNameCommandOutput) => void
|
|
847
801
|
): void;
|
|
848
|
-
|
|
849
802
|
updateFunction(
|
|
850
803
|
args: UpdateFunctionCommandInput,
|
|
851
804
|
options?: __HttpHandlerOptions
|
|
@@ -859,7 +812,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
859
812
|
options: __HttpHandlerOptions,
|
|
860
813
|
cb: (err: any, data?: UpdateFunctionCommandOutput) => void
|
|
861
814
|
): void;
|
|
862
|
-
|
|
863
815
|
updateGraphqlApi(
|
|
864
816
|
args: UpdateGraphqlApiCommandInput,
|
|
865
817
|
options?: __HttpHandlerOptions
|
|
@@ -873,7 +825,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
873
825
|
options: __HttpHandlerOptions,
|
|
874
826
|
cb: (err: any, data?: UpdateGraphqlApiCommandOutput) => void
|
|
875
827
|
): void;
|
|
876
|
-
|
|
877
828
|
updateResolver(
|
|
878
829
|
args: UpdateResolverCommandInput,
|
|
879
830
|
options?: __HttpHandlerOptions
|
|
@@ -887,7 +838,6 @@ export declare class AppSync extends AppSyncClient {
|
|
|
887
838
|
options: __HttpHandlerOptions,
|
|
888
839
|
cb: (err: any, data?: UpdateResolverCommandOutput) => void
|
|
889
840
|
): void;
|
|
890
|
-
|
|
891
841
|
updateType(
|
|
892
842
|
args: UpdateTypeCommandInput,
|
|
893
843
|
options?: __HttpHandlerOptions
|
|
@@ -347,47 +347,26 @@ export declare type ServiceOutputTypes =
|
|
|
347
347
|
export interface ClientDefaults
|
|
348
348
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
349
349
|
requestHandler?: __HttpHandler;
|
|
350
|
-
|
|
351
350
|
sha256?: __HashConstructor;
|
|
352
|
-
|
|
353
351
|
urlParser?: __UrlParser;
|
|
354
|
-
|
|
355
352
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
356
|
-
|
|
357
353
|
streamCollector?: __StreamCollector;
|
|
358
|
-
|
|
359
354
|
base64Decoder?: __Decoder;
|
|
360
|
-
|
|
361
355
|
base64Encoder?: __Encoder;
|
|
362
|
-
|
|
363
356
|
utf8Decoder?: __Decoder;
|
|
364
|
-
|
|
365
357
|
utf8Encoder?: __Encoder;
|
|
366
|
-
|
|
367
358
|
runtime?: string;
|
|
368
|
-
|
|
369
359
|
disableHostPrefix?: boolean;
|
|
370
|
-
|
|
371
360
|
maxAttempts?: number | __Provider<number>;
|
|
372
|
-
|
|
373
361
|
retryMode?: string | __Provider<string>;
|
|
374
|
-
|
|
375
362
|
logger?: __Logger;
|
|
376
|
-
|
|
377
363
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
378
|
-
|
|
379
364
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
380
|
-
|
|
381
365
|
serviceId?: string;
|
|
382
|
-
|
|
383
366
|
region?: string | __Provider<string>;
|
|
384
|
-
|
|
385
367
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
386
|
-
|
|
387
368
|
regionInfoProvider?: RegionInfoProvider;
|
|
388
|
-
|
|
389
369
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
390
|
-
|
|
391
370
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
392
371
|
}
|
|
393
372
|
declare type AppSyncClientConfigType = Partial<
|
|
@@ -400,7 +379,6 @@ declare type AppSyncClientConfigType = Partial<
|
|
|
400
379
|
HostHeaderInputConfig &
|
|
401
380
|
AwsAuthInputConfig &
|
|
402
381
|
UserAgentInputConfig;
|
|
403
|
-
|
|
404
382
|
export interface AppSyncClientConfig extends AppSyncClientConfigType {}
|
|
405
383
|
declare type AppSyncClientResolvedConfigType =
|
|
406
384
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -411,10 +389,8 @@ declare type AppSyncClientResolvedConfigType =
|
|
|
411
389
|
HostHeaderResolvedConfig &
|
|
412
390
|
AwsAuthResolvedConfig &
|
|
413
391
|
UserAgentResolvedConfig;
|
|
414
|
-
|
|
415
392
|
export interface AppSyncClientResolvedConfig
|
|
416
393
|
extends AppSyncClientResolvedConfigType {}
|
|
417
|
-
|
|
418
394
|
export declare class AppSyncClient extends __Client<
|
|
419
395
|
__HttpHandlerOptions,
|
|
420
396
|
ServiceInputTypes,
|
|
@@ -423,7 +399,6 @@ export declare class AppSyncClient extends __Client<
|
|
|
423
399
|
> {
|
|
424
400
|
readonly config: AppSyncClientResolvedConfig;
|
|
425
401
|
constructor(configuration: AppSyncClientConfig);
|
|
426
|
-
|
|
427
402
|
destroy(): void;
|
|
428
403
|
}
|
|
429
404
|
export {};
|
|
@@ -15,7 +15,6 @@ export interface AssociateApiCommandInput extends AssociateApiRequest {}
|
|
|
15
15
|
export interface AssociateApiCommandOutput
|
|
16
16
|
extends AssociateApiResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class AssociateApiCommand extends $Command<
|
|
20
19
|
AssociateApiCommandInput,
|
|
21
20
|
AssociateApiCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class AssociateApiCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: AssociateApiCommandInput;
|
|
25
24
|
constructor(input: AssociateApiCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateApiCacheCommandInput extends CreateApiCacheRequest {}
|
|
|
18
18
|
export interface CreateApiCacheCommandOutput
|
|
19
19
|
extends CreateApiCacheResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateApiCacheCommand extends $Command<
|
|
23
22
|
CreateApiCacheCommandInput,
|
|
24
23
|
CreateApiCacheCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateApiCacheCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateApiCacheCommandInput;
|
|
28
27
|
constructor(input: CreateApiCacheCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateApiKeyCommandInput extends CreateApiKeyRequest {}
|
|
|
15
15
|
export interface CreateApiKeyCommandOutput
|
|
16
16
|
extends CreateApiKeyResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateApiKeyCommand extends $Command<
|
|
20
19
|
CreateApiKeyCommandInput,
|
|
21
20
|
CreateApiKeyCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateApiKeyCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateApiKeyCommandInput;
|
|
25
24
|
constructor(input: CreateApiKeyCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateDataSourceCommandInput extends CreateDataSourceRequest {}
|
|
|
18
18
|
export interface CreateDataSourceCommandOutput
|
|
19
19
|
extends CreateDataSourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateDataSourceCommand extends $Command<
|
|
23
22
|
CreateDataSourceCommandInput,
|
|
24
23
|
CreateDataSourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateDataSourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateDataSourceCommandInput;
|
|
28
27
|
constructor(input: CreateDataSourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateDomainNameCommandInput extends CreateDomainNameRequest {}
|
|
|
18
18
|
export interface CreateDomainNameCommandOutput
|
|
19
19
|
extends CreateDomainNameResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateDomainNameCommand extends $Command<
|
|
23
22
|
CreateDomainNameCommandInput,
|
|
24
23
|
CreateDomainNameCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateDomainNameCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateDomainNameCommandInput;
|
|
28
27
|
constructor(input: CreateDomainNameCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateFunctionCommandInput extends CreateFunctionRequest {}
|
|
|
18
18
|
export interface CreateFunctionCommandOutput
|
|
19
19
|
extends CreateFunctionResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateFunctionCommand extends $Command<
|
|
23
22
|
CreateFunctionCommandInput,
|
|
24
23
|
CreateFunctionCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateFunctionCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateFunctionCommandInput;
|
|
28
27
|
constructor(input: CreateFunctionCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateGraphqlApiCommandInput extends CreateGraphqlApiRequest {}
|
|
|
18
18
|
export interface CreateGraphqlApiCommandOutput
|
|
19
19
|
extends CreateGraphqlApiResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateGraphqlApiCommand extends $Command<
|
|
23
22
|
CreateGraphqlApiCommandInput,
|
|
24
23
|
CreateGraphqlApiCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateGraphqlApiCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateGraphqlApiCommandInput;
|
|
28
27
|
constructor(input: CreateGraphqlApiCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateResolverCommandInput extends CreateResolverRequest {}
|
|
|
18
18
|
export interface CreateResolverCommandOutput
|
|
19
19
|
extends CreateResolverResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateResolverCommand extends $Command<
|
|
23
22
|
CreateResolverCommandInput,
|
|
24
23
|
CreateResolverCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateResolverCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateResolverCommandInput;
|
|
28
27
|
constructor(input: CreateResolverCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateTypeCommandInput extends CreateTypeRequest {}
|
|
|
15
15
|
export interface CreateTypeCommandOutput
|
|
16
16
|
extends CreateTypeResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateTypeCommand extends $Command<
|
|
20
19
|
CreateTypeCommandInput,
|
|
21
20
|
CreateTypeCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateTypeCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateTypeCommandInput;
|
|
25
24
|
constructor(input: CreateTypeCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteApiCacheCommandInput extends DeleteApiCacheRequest {}
|
|
|
18
18
|
export interface DeleteApiCacheCommandOutput
|
|
19
19
|
extends DeleteApiCacheResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteApiCacheCommand extends $Command<
|
|
23
22
|
DeleteApiCacheCommandInput,
|
|
24
23
|
DeleteApiCacheCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteApiCacheCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteApiCacheCommandInput;
|
|
28
27
|
constructor(input: DeleteApiCacheCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppSyncClientResolvedConfig,
|