@aws-sdk/client-appsync 3.1086.0 → 3.1088.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.
Files changed (97) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/AppSync.d.ts +249 -321
  3. package/dist-types/ts3.4/AppSyncClient.d.ts +30 -85
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AssociateApiCommand.d.ts +3 -5
  8. package/dist-types/ts3.4/commands/AssociateMergedGraphqlApiCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/AssociateSourceGraphqlApiCommand.d.ts +4 -6
  10. package/dist-types/ts3.4/commands/CreateApiCacheCommand.d.ts +4 -9
  11. package/dist-types/ts3.4/commands/CreateApiCommand.d.ts +7 -5
  12. package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +3 -5
  13. package/dist-types/ts3.4/commands/CreateChannelNamespaceCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +4 -9
  16. package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +4 -9
  17. package/dist-types/ts3.4/commands/CreateGraphqlApiCommand.d.ts +4 -9
  18. package/dist-types/ts3.4/commands/CreateResolverCommand.d.ts +4 -9
  19. package/dist-types/ts3.4/commands/CreateTypeCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/DeleteApiCacheCommand.d.ts +4 -9
  21. package/dist-types/ts3.4/commands/DeleteApiCommand.d.ts +7 -5
  22. package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +3 -5
  23. package/dist-types/ts3.4/commands/DeleteChannelNamespaceCommand.d.ts +5 -10
  24. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +4 -9
  25. package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +4 -9
  27. package/dist-types/ts3.4/commands/DeleteGraphqlApiCommand.d.ts +4 -9
  28. package/dist-types/ts3.4/commands/DeleteResolverCommand.d.ts +4 -9
  29. package/dist-types/ts3.4/commands/DeleteTypeCommand.d.ts +3 -5
  30. package/dist-types/ts3.4/commands/DisassociateApiCommand.d.ts +4 -9
  31. package/dist-types/ts3.4/commands/DisassociateMergedGraphqlApiCommand.d.ts +4 -6
  32. package/dist-types/ts3.4/commands/DisassociateSourceGraphqlApiCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/EvaluateCodeCommand.d.ts +3 -5
  34. package/dist-types/ts3.4/commands/EvaluateMappingTemplateCommand.d.ts +4 -6
  35. package/dist-types/ts3.4/commands/FlushApiCacheCommand.d.ts +4 -9
  36. package/dist-types/ts3.4/commands/GetApiAssociationCommand.d.ts +5 -10
  37. package/dist-types/ts3.4/commands/GetApiCacheCommand.d.ts +3 -5
  38. package/dist-types/ts3.4/commands/GetApiCommand.d.ts +6 -2
  39. package/dist-types/ts3.4/commands/GetChannelNamespaceCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +4 -9
  41. package/dist-types/ts3.4/commands/GetDataSourceIntrospectionCommand.d.ts +4 -6
  42. package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +4 -9
  43. package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +3 -5
  44. package/dist-types/ts3.4/commands/GetGraphqlApiCommand.d.ts +4 -9
  45. package/dist-types/ts3.4/commands/GetGraphqlApiEnvironmentVariablesCommand.d.ts +4 -6
  46. package/dist-types/ts3.4/commands/GetIntrospectionSchemaCommand.d.ts +5 -10
  47. package/dist-types/ts3.4/commands/GetResolverCommand.d.ts +3 -5
  48. package/dist-types/ts3.4/commands/GetSchemaCreationStatusCommand.d.ts +4 -6
  49. package/dist-types/ts3.4/commands/GetSourceApiAssociationCommand.d.ts +4 -6
  50. package/dist-types/ts3.4/commands/GetTypeCommand.d.ts +7 -5
  51. package/dist-types/ts3.4/commands/ListApiKeysCommand.d.ts +3 -5
  52. package/dist-types/ts3.4/commands/ListApisCommand.d.ts +4 -4
  53. package/dist-types/ts3.4/commands/ListChannelNamespacesCommand.d.ts +5 -10
  54. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +4 -9
  55. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +3 -8
  56. package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +4 -9
  57. package/dist-types/ts3.4/commands/ListGraphqlApisCommand.d.ts +3 -8
  58. package/dist-types/ts3.4/commands/ListResolversByFunctionCommand.d.ts +4 -6
  59. package/dist-types/ts3.4/commands/ListResolversCommand.d.ts +4 -9
  60. package/dist-types/ts3.4/commands/ListSourceApiAssociationsCommand.d.ts +4 -6
  61. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  62. package/dist-types/ts3.4/commands/ListTypesByAssociationCommand.d.ts +5 -10
  63. package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +7 -5
  64. package/dist-types/ts3.4/commands/PutGraphqlApiEnvironmentVariablesCommand.d.ts +4 -6
  65. package/dist-types/ts3.4/commands/StartDataSourceIntrospectionCommand.d.ts +3 -5
  66. package/dist-types/ts3.4/commands/StartSchemaCreationCommand.d.ts +5 -10
  67. package/dist-types/ts3.4/commands/StartSchemaMergeCommand.d.ts +4 -9
  68. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  69. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  70. package/dist-types/ts3.4/commands/UpdateApiCacheCommand.d.ts +4 -9
  71. package/dist-types/ts3.4/commands/UpdateApiCommand.d.ts +7 -5
  72. package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +3 -5
  73. package/dist-types/ts3.4/commands/UpdateChannelNamespaceCommand.d.ts +5 -10
  74. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +4 -9
  75. package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +4 -9
  76. package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +4 -9
  77. package/dist-types/ts3.4/commands/UpdateGraphqlApiCommand.d.ts +4 -9
  78. package/dist-types/ts3.4/commands/UpdateResolverCommand.d.ts +4 -9
  79. package/dist-types/ts3.4/commands/UpdateSourceApiAssociationCommand.d.ts +4 -6
  80. package/dist-types/ts3.4/commands/UpdateTypeCommand.d.ts +3 -5
  81. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  82. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  83. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  84. package/dist-types/ts3.4/models/enums.d.ts +12 -24
  85. package/dist-types/ts3.4/models/errors.d.ts +11 -39
  86. package/dist-types/ts3.4/models/models_0.d.ts +3 -9
  87. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  88. package/dist-types/ts3.4/pagination/ListApiKeysPaginator.d.ts +1 -4
  89. package/dist-types/ts3.4/pagination/ListApisPaginator.d.ts +1 -4
  90. package/dist-types/ts3.4/pagination/ListTypesPaginator.d.ts +1 -4
  91. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  92. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  93. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  94. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  95. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  96. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  97. package/package.json +39 -39
@@ -20,10 +20,7 @@ import {
20
20
  CreateApiCacheCommandInput,
21
21
  CreateApiCacheCommandOutput,
22
22
  } from "./commands/CreateApiCacheCommand";
23
- import {
24
- CreateApiCommandInput,
25
- CreateApiCommandOutput,
26
- } from "./commands/CreateApiCommand";
23
+ import { CreateApiCommandInput, CreateApiCommandOutput } from "./commands/CreateApiCommand";
27
24
  import {
28
25
  CreateApiKeyCommandInput,
29
26
  CreateApiKeyCommandOutput,
@@ -52,18 +49,12 @@ import {
52
49
  CreateResolverCommandInput,
53
50
  CreateResolverCommandOutput,
54
51
  } from "./commands/CreateResolverCommand";
55
- import {
56
- CreateTypeCommandInput,
57
- CreateTypeCommandOutput,
58
- } from "./commands/CreateTypeCommand";
52
+ import { CreateTypeCommandInput, CreateTypeCommandOutput } from "./commands/CreateTypeCommand";
59
53
  import {
60
54
  DeleteApiCacheCommandInput,
61
55
  DeleteApiCacheCommandOutput,
62
56
  } from "./commands/DeleteApiCacheCommand";
63
- import {
64
- DeleteApiCommandInput,
65
- DeleteApiCommandOutput,
66
- } from "./commands/DeleteApiCommand";
57
+ import { DeleteApiCommandInput, DeleteApiCommandOutput } from "./commands/DeleteApiCommand";
67
58
  import {
68
59
  DeleteApiKeyCommandInput,
69
60
  DeleteApiKeyCommandOutput,
@@ -92,10 +83,7 @@ import {
92
83
  DeleteResolverCommandInput,
93
84
  DeleteResolverCommandOutput,
94
85
  } from "./commands/DeleteResolverCommand";
95
- import {
96
- DeleteTypeCommandInput,
97
- DeleteTypeCommandOutput,
98
- } from "./commands/DeleteTypeCommand";
86
+ import { DeleteTypeCommandInput, DeleteTypeCommandOutput } from "./commands/DeleteTypeCommand";
99
87
  import {
100
88
  DisassociateApiCommandInput,
101
89
  DisassociateApiCommandOutput,
@@ -124,14 +112,8 @@ import {
124
112
  GetApiAssociationCommandInput,
125
113
  GetApiAssociationCommandOutput,
126
114
  } from "./commands/GetApiAssociationCommand";
127
- import {
128
- GetApiCacheCommandInput,
129
- GetApiCacheCommandOutput,
130
- } from "./commands/GetApiCacheCommand";
131
- import {
132
- GetApiCommandInput,
133
- GetApiCommandOutput,
134
- } from "./commands/GetApiCommand";
115
+ import { GetApiCacheCommandInput, GetApiCacheCommandOutput } from "./commands/GetApiCacheCommand";
116
+ import { GetApiCommandInput, GetApiCommandOutput } from "./commands/GetApiCommand";
135
117
  import {
136
118
  GetChannelNamespaceCommandInput,
137
119
  GetChannelNamespaceCommandOutput,
@@ -148,10 +130,7 @@ import {
148
130
  GetDomainNameCommandInput,
149
131
  GetDomainNameCommandOutput,
150
132
  } from "./commands/GetDomainNameCommand";
151
- import {
152
- GetFunctionCommandInput,
153
- GetFunctionCommandOutput,
154
- } from "./commands/GetFunctionCommand";
133
+ import { GetFunctionCommandInput, GetFunctionCommandOutput } from "./commands/GetFunctionCommand";
155
134
  import {
156
135
  GetGraphqlApiCommandInput,
157
136
  GetGraphqlApiCommandOutput,
@@ -164,10 +143,7 @@ import {
164
143
  GetIntrospectionSchemaCommandInput,
165
144
  GetIntrospectionSchemaCommandOutput,
166
145
  } from "./commands/GetIntrospectionSchemaCommand";
167
- import {
168
- GetResolverCommandInput,
169
- GetResolverCommandOutput,
170
- } from "./commands/GetResolverCommand";
146
+ import { GetResolverCommandInput, GetResolverCommandOutput } from "./commands/GetResolverCommand";
171
147
  import {
172
148
  GetSchemaCreationStatusCommandInput,
173
149
  GetSchemaCreationStatusCommandOutput,
@@ -176,18 +152,9 @@ import {
176
152
  GetSourceApiAssociationCommandInput,
177
153
  GetSourceApiAssociationCommandOutput,
178
154
  } from "./commands/GetSourceApiAssociationCommand";
179
- import {
180
- GetTypeCommandInput,
181
- GetTypeCommandOutput,
182
- } from "./commands/GetTypeCommand";
183
- import {
184
- ListApiKeysCommandInput,
185
- ListApiKeysCommandOutput,
186
- } from "./commands/ListApiKeysCommand";
187
- import {
188
- ListApisCommandInput,
189
- ListApisCommandOutput,
190
- } from "./commands/ListApisCommand";
155
+ import { GetTypeCommandInput, GetTypeCommandOutput } from "./commands/GetTypeCommand";
156
+ import { ListApiKeysCommandInput, ListApiKeysCommandOutput } from "./commands/ListApiKeysCommand";
157
+ import { ListApisCommandInput, ListApisCommandOutput } from "./commands/ListApisCommand";
191
158
  import {
192
159
  ListChannelNamespacesCommandInput,
193
160
  ListChannelNamespacesCommandOutput,
@@ -228,10 +195,7 @@ import {
228
195
  ListTypesByAssociationCommandInput,
229
196
  ListTypesByAssociationCommandOutput,
230
197
  } from "./commands/ListTypesByAssociationCommand";
231
- import {
232
- ListTypesCommandInput,
233
- ListTypesCommandOutput,
234
- } from "./commands/ListTypesCommand";
198
+ import { ListTypesCommandInput, ListTypesCommandOutput } from "./commands/ListTypesCommand";
235
199
  import {
236
200
  PutGraphqlApiEnvironmentVariablesCommandInput,
237
201
  PutGraphqlApiEnvironmentVariablesCommandOutput,
@@ -248,10 +212,7 @@ import {
248
212
  StartSchemaMergeCommandInput,
249
213
  StartSchemaMergeCommandOutput,
250
214
  } from "./commands/StartSchemaMergeCommand";
251
- import {
252
- TagResourceCommandInput,
253
- TagResourceCommandOutput,
254
- } from "./commands/TagResourceCommand";
215
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
255
216
  import {
256
217
  UntagResourceCommandInput,
257
218
  UntagResourceCommandOutput,
@@ -260,10 +221,7 @@ import {
260
221
  UpdateApiCacheCommandInput,
261
222
  UpdateApiCacheCommandOutput,
262
223
  } from "./commands/UpdateApiCacheCommand";
263
- import {
264
- UpdateApiCommandInput,
265
- UpdateApiCommandOutput,
266
- } from "./commands/UpdateApiCommand";
224
+ import { UpdateApiCommandInput, UpdateApiCommandOutput } from "./commands/UpdateApiCommand";
267
225
  import {
268
226
  UpdateApiKeyCommandInput,
269
227
  UpdateApiKeyCommandOutput,
@@ -296,1072 +254,1042 @@ import {
296
254
  UpdateSourceApiAssociationCommandInput,
297
255
  UpdateSourceApiAssociationCommandOutput,
298
256
  } from "./commands/UpdateSourceApiAssociationCommand";
299
- import {
300
- UpdateTypeCommandInput,
301
- UpdateTypeCommandOutput,
302
- } from "./commands/UpdateTypeCommand";
257
+ import { UpdateTypeCommandInput, UpdateTypeCommandOutput } from "./commands/UpdateTypeCommand";
303
258
  export interface AppSync {
304
259
  associateApi(
305
260
  args: AssociateApiCommandInput,
306
- options?: __HttpHandlerOptions
261
+ options?: __HttpHandlerOptions,
307
262
  ): Promise<AssociateApiCommandOutput>;
308
263
  associateApi(
309
264
  args: AssociateApiCommandInput,
310
- cb: (err: any, data?: AssociateApiCommandOutput) => void
265
+ cb: (err: any, data?: AssociateApiCommandOutput) => void,
311
266
  ): void;
312
267
  associateApi(
313
268
  args: AssociateApiCommandInput,
314
269
  options: __HttpHandlerOptions,
315
- cb: (err: any, data?: AssociateApiCommandOutput) => void
270
+ cb: (err: any, data?: AssociateApiCommandOutput) => void,
316
271
  ): void;
317
272
  associateMergedGraphqlApi(
318
273
  args: AssociateMergedGraphqlApiCommandInput,
319
- options?: __HttpHandlerOptions
274
+ options?: __HttpHandlerOptions,
320
275
  ): Promise<AssociateMergedGraphqlApiCommandOutput>;
321
276
  associateMergedGraphqlApi(
322
277
  args: AssociateMergedGraphqlApiCommandInput,
323
- cb: (err: any, data?: AssociateMergedGraphqlApiCommandOutput) => void
278
+ cb: (err: any, data?: AssociateMergedGraphqlApiCommandOutput) => void,
324
279
  ): void;
325
280
  associateMergedGraphqlApi(
326
281
  args: AssociateMergedGraphqlApiCommandInput,
327
282
  options: __HttpHandlerOptions,
328
- cb: (err: any, data?: AssociateMergedGraphqlApiCommandOutput) => void
283
+ cb: (err: any, data?: AssociateMergedGraphqlApiCommandOutput) => void,
329
284
  ): void;
330
285
  associateSourceGraphqlApi(
331
286
  args: AssociateSourceGraphqlApiCommandInput,
332
- options?: __HttpHandlerOptions
287
+ options?: __HttpHandlerOptions,
333
288
  ): Promise<AssociateSourceGraphqlApiCommandOutput>;
334
289
  associateSourceGraphqlApi(
335
290
  args: AssociateSourceGraphqlApiCommandInput,
336
- cb: (err: any, data?: AssociateSourceGraphqlApiCommandOutput) => void
291
+ cb: (err: any, data?: AssociateSourceGraphqlApiCommandOutput) => void,
337
292
  ): void;
338
293
  associateSourceGraphqlApi(
339
294
  args: AssociateSourceGraphqlApiCommandInput,
340
295
  options: __HttpHandlerOptions,
341
- cb: (err: any, data?: AssociateSourceGraphqlApiCommandOutput) => void
296
+ cb: (err: any, data?: AssociateSourceGraphqlApiCommandOutput) => void,
342
297
  ): void;
343
298
  createApi(
344
299
  args: CreateApiCommandInput,
345
- options?: __HttpHandlerOptions
300
+ options?: __HttpHandlerOptions,
346
301
  ): Promise<CreateApiCommandOutput>;
347
302
  createApi(
348
303
  args: CreateApiCommandInput,
349
- cb: (err: any, data?: CreateApiCommandOutput) => void
304
+ cb: (err: any, data?: CreateApiCommandOutput) => void,
350
305
  ): void;
351
306
  createApi(
352
307
  args: CreateApiCommandInput,
353
308
  options: __HttpHandlerOptions,
354
- cb: (err: any, data?: CreateApiCommandOutput) => void
309
+ cb: (err: any, data?: CreateApiCommandOutput) => void,
355
310
  ): void;
356
311
  createApiCache(
357
312
  args: CreateApiCacheCommandInput,
358
- options?: __HttpHandlerOptions
313
+ options?: __HttpHandlerOptions,
359
314
  ): Promise<CreateApiCacheCommandOutput>;
360
315
  createApiCache(
361
316
  args: CreateApiCacheCommandInput,
362
- cb: (err: any, data?: CreateApiCacheCommandOutput) => void
317
+ cb: (err: any, data?: CreateApiCacheCommandOutput) => void,
363
318
  ): void;
364
319
  createApiCache(
365
320
  args: CreateApiCacheCommandInput,
366
321
  options: __HttpHandlerOptions,
367
- cb: (err: any, data?: CreateApiCacheCommandOutput) => void
322
+ cb: (err: any, data?: CreateApiCacheCommandOutput) => void,
368
323
  ): void;
369
324
  createApiKey(
370
325
  args: CreateApiKeyCommandInput,
371
- options?: __HttpHandlerOptions
326
+ options?: __HttpHandlerOptions,
372
327
  ): Promise<CreateApiKeyCommandOutput>;
373
328
  createApiKey(
374
329
  args: CreateApiKeyCommandInput,
375
- cb: (err: any, data?: CreateApiKeyCommandOutput) => void
330
+ cb: (err: any, data?: CreateApiKeyCommandOutput) => void,
376
331
  ): void;
377
332
  createApiKey(
378
333
  args: CreateApiKeyCommandInput,
379
334
  options: __HttpHandlerOptions,
380
- cb: (err: any, data?: CreateApiKeyCommandOutput) => void
335
+ cb: (err: any, data?: CreateApiKeyCommandOutput) => void,
381
336
  ): void;
382
337
  createChannelNamespace(
383
338
  args: CreateChannelNamespaceCommandInput,
384
- options?: __HttpHandlerOptions
339
+ options?: __HttpHandlerOptions,
385
340
  ): Promise<CreateChannelNamespaceCommandOutput>;
386
341
  createChannelNamespace(
387
342
  args: CreateChannelNamespaceCommandInput,
388
- cb: (err: any, data?: CreateChannelNamespaceCommandOutput) => void
343
+ cb: (err: any, data?: CreateChannelNamespaceCommandOutput) => void,
389
344
  ): void;
390
345
  createChannelNamespace(
391
346
  args: CreateChannelNamespaceCommandInput,
392
347
  options: __HttpHandlerOptions,
393
- cb: (err: any, data?: CreateChannelNamespaceCommandOutput) => void
348
+ cb: (err: any, data?: CreateChannelNamespaceCommandOutput) => void,
394
349
  ): void;
395
350
  createDataSource(
396
351
  args: CreateDataSourceCommandInput,
397
- options?: __HttpHandlerOptions
352
+ options?: __HttpHandlerOptions,
398
353
  ): Promise<CreateDataSourceCommandOutput>;
399
354
  createDataSource(
400
355
  args: CreateDataSourceCommandInput,
401
- cb: (err: any, data?: CreateDataSourceCommandOutput) => void
356
+ cb: (err: any, data?: CreateDataSourceCommandOutput) => void,
402
357
  ): void;
403
358
  createDataSource(
404
359
  args: CreateDataSourceCommandInput,
405
360
  options: __HttpHandlerOptions,
406
- cb: (err: any, data?: CreateDataSourceCommandOutput) => void
361
+ cb: (err: any, data?: CreateDataSourceCommandOutput) => void,
407
362
  ): void;
408
363
  createDomainName(
409
364
  args: CreateDomainNameCommandInput,
410
- options?: __HttpHandlerOptions
365
+ options?: __HttpHandlerOptions,
411
366
  ): Promise<CreateDomainNameCommandOutput>;
412
367
  createDomainName(
413
368
  args: CreateDomainNameCommandInput,
414
- cb: (err: any, data?: CreateDomainNameCommandOutput) => void
369
+ cb: (err: any, data?: CreateDomainNameCommandOutput) => void,
415
370
  ): void;
416
371
  createDomainName(
417
372
  args: CreateDomainNameCommandInput,
418
373
  options: __HttpHandlerOptions,
419
- cb: (err: any, data?: CreateDomainNameCommandOutput) => void
374
+ cb: (err: any, data?: CreateDomainNameCommandOutput) => void,
420
375
  ): void;
421
376
  createFunction(
422
377
  args: CreateFunctionCommandInput,
423
- options?: __HttpHandlerOptions
378
+ options?: __HttpHandlerOptions,
424
379
  ): Promise<CreateFunctionCommandOutput>;
425
380
  createFunction(
426
381
  args: CreateFunctionCommandInput,
427
- cb: (err: any, data?: CreateFunctionCommandOutput) => void
382
+ cb: (err: any, data?: CreateFunctionCommandOutput) => void,
428
383
  ): void;
429
384
  createFunction(
430
385
  args: CreateFunctionCommandInput,
431
386
  options: __HttpHandlerOptions,
432
- cb: (err: any, data?: CreateFunctionCommandOutput) => void
387
+ cb: (err: any, data?: CreateFunctionCommandOutput) => void,
433
388
  ): void;
434
389
  createGraphqlApi(
435
390
  args: CreateGraphqlApiCommandInput,
436
- options?: __HttpHandlerOptions
391
+ options?: __HttpHandlerOptions,
437
392
  ): Promise<CreateGraphqlApiCommandOutput>;
438
393
  createGraphqlApi(
439
394
  args: CreateGraphqlApiCommandInput,
440
- cb: (err: any, data?: CreateGraphqlApiCommandOutput) => void
395
+ cb: (err: any, data?: CreateGraphqlApiCommandOutput) => void,
441
396
  ): void;
442
397
  createGraphqlApi(
443
398
  args: CreateGraphqlApiCommandInput,
444
399
  options: __HttpHandlerOptions,
445
- cb: (err: any, data?: CreateGraphqlApiCommandOutput) => void
400
+ cb: (err: any, data?: CreateGraphqlApiCommandOutput) => void,
446
401
  ): void;
447
402
  createResolver(
448
403
  args: CreateResolverCommandInput,
449
- options?: __HttpHandlerOptions
404
+ options?: __HttpHandlerOptions,
450
405
  ): Promise<CreateResolverCommandOutput>;
451
406
  createResolver(
452
407
  args: CreateResolverCommandInput,
453
- cb: (err: any, data?: CreateResolverCommandOutput) => void
408
+ cb: (err: any, data?: CreateResolverCommandOutput) => void,
454
409
  ): void;
455
410
  createResolver(
456
411
  args: CreateResolverCommandInput,
457
412
  options: __HttpHandlerOptions,
458
- cb: (err: any, data?: CreateResolverCommandOutput) => void
413
+ cb: (err: any, data?: CreateResolverCommandOutput) => void,
459
414
  ): void;
460
415
  createType(
461
416
  args: CreateTypeCommandInput,
462
- options?: __HttpHandlerOptions
417
+ options?: __HttpHandlerOptions,
463
418
  ): Promise<CreateTypeCommandOutput>;
464
419
  createType(
465
420
  args: CreateTypeCommandInput,
466
- cb: (err: any, data?: CreateTypeCommandOutput) => void
421
+ cb: (err: any, data?: CreateTypeCommandOutput) => void,
467
422
  ): void;
468
423
  createType(
469
424
  args: CreateTypeCommandInput,
470
425
  options: __HttpHandlerOptions,
471
- cb: (err: any, data?: CreateTypeCommandOutput) => void
426
+ cb: (err: any, data?: CreateTypeCommandOutput) => void,
472
427
  ): void;
473
428
  deleteApi(
474
429
  args: DeleteApiCommandInput,
475
- options?: __HttpHandlerOptions
430
+ options?: __HttpHandlerOptions,
476
431
  ): Promise<DeleteApiCommandOutput>;
477
432
  deleteApi(
478
433
  args: DeleteApiCommandInput,
479
- cb: (err: any, data?: DeleteApiCommandOutput) => void
434
+ cb: (err: any, data?: DeleteApiCommandOutput) => void,
480
435
  ): void;
481
436
  deleteApi(
482
437
  args: DeleteApiCommandInput,
483
438
  options: __HttpHandlerOptions,
484
- cb: (err: any, data?: DeleteApiCommandOutput) => void
439
+ cb: (err: any, data?: DeleteApiCommandOutput) => void,
485
440
  ): void;
486
441
  deleteApiCache(
487
442
  args: DeleteApiCacheCommandInput,
488
- options?: __HttpHandlerOptions
443
+ options?: __HttpHandlerOptions,
489
444
  ): Promise<DeleteApiCacheCommandOutput>;
490
445
  deleteApiCache(
491
446
  args: DeleteApiCacheCommandInput,
492
- cb: (err: any, data?: DeleteApiCacheCommandOutput) => void
447
+ cb: (err: any, data?: DeleteApiCacheCommandOutput) => void,
493
448
  ): void;
494
449
  deleteApiCache(
495
450
  args: DeleteApiCacheCommandInput,
496
451
  options: __HttpHandlerOptions,
497
- cb: (err: any, data?: DeleteApiCacheCommandOutput) => void
452
+ cb: (err: any, data?: DeleteApiCacheCommandOutput) => void,
498
453
  ): void;
499
454
  deleteApiKey(
500
455
  args: DeleteApiKeyCommandInput,
501
- options?: __HttpHandlerOptions
456
+ options?: __HttpHandlerOptions,
502
457
  ): Promise<DeleteApiKeyCommandOutput>;
503
458
  deleteApiKey(
504
459
  args: DeleteApiKeyCommandInput,
505
- cb: (err: any, data?: DeleteApiKeyCommandOutput) => void
460
+ cb: (err: any, data?: DeleteApiKeyCommandOutput) => void,
506
461
  ): void;
507
462
  deleteApiKey(
508
463
  args: DeleteApiKeyCommandInput,
509
464
  options: __HttpHandlerOptions,
510
- cb: (err: any, data?: DeleteApiKeyCommandOutput) => void
465
+ cb: (err: any, data?: DeleteApiKeyCommandOutput) => void,
511
466
  ): void;
512
467
  deleteChannelNamespace(
513
468
  args: DeleteChannelNamespaceCommandInput,
514
- options?: __HttpHandlerOptions
469
+ options?: __HttpHandlerOptions,
515
470
  ): Promise<DeleteChannelNamespaceCommandOutput>;
516
471
  deleteChannelNamespace(
517
472
  args: DeleteChannelNamespaceCommandInput,
518
- cb: (err: any, data?: DeleteChannelNamespaceCommandOutput) => void
473
+ cb: (err: any, data?: DeleteChannelNamespaceCommandOutput) => void,
519
474
  ): void;
520
475
  deleteChannelNamespace(
521
476
  args: DeleteChannelNamespaceCommandInput,
522
477
  options: __HttpHandlerOptions,
523
- cb: (err: any, data?: DeleteChannelNamespaceCommandOutput) => void
478
+ cb: (err: any, data?: DeleteChannelNamespaceCommandOutput) => void,
524
479
  ): void;
525
480
  deleteDataSource(
526
481
  args: DeleteDataSourceCommandInput,
527
- options?: __HttpHandlerOptions
482
+ options?: __HttpHandlerOptions,
528
483
  ): Promise<DeleteDataSourceCommandOutput>;
529
484
  deleteDataSource(
530
485
  args: DeleteDataSourceCommandInput,
531
- cb: (err: any, data?: DeleteDataSourceCommandOutput) => void
486
+ cb: (err: any, data?: DeleteDataSourceCommandOutput) => void,
532
487
  ): void;
533
488
  deleteDataSource(
534
489
  args: DeleteDataSourceCommandInput,
535
490
  options: __HttpHandlerOptions,
536
- cb: (err: any, data?: DeleteDataSourceCommandOutput) => void
491
+ cb: (err: any, data?: DeleteDataSourceCommandOutput) => void,
537
492
  ): void;
538
493
  deleteDomainName(
539
494
  args: DeleteDomainNameCommandInput,
540
- options?: __HttpHandlerOptions
495
+ options?: __HttpHandlerOptions,
541
496
  ): Promise<DeleteDomainNameCommandOutput>;
542
497
  deleteDomainName(
543
498
  args: DeleteDomainNameCommandInput,
544
- cb: (err: any, data?: DeleteDomainNameCommandOutput) => void
499
+ cb: (err: any, data?: DeleteDomainNameCommandOutput) => void,
545
500
  ): void;
546
501
  deleteDomainName(
547
502
  args: DeleteDomainNameCommandInput,
548
503
  options: __HttpHandlerOptions,
549
- cb: (err: any, data?: DeleteDomainNameCommandOutput) => void
504
+ cb: (err: any, data?: DeleteDomainNameCommandOutput) => void,
550
505
  ): void;
551
506
  deleteFunction(
552
507
  args: DeleteFunctionCommandInput,
553
- options?: __HttpHandlerOptions
508
+ options?: __HttpHandlerOptions,
554
509
  ): Promise<DeleteFunctionCommandOutput>;
555
510
  deleteFunction(
556
511
  args: DeleteFunctionCommandInput,
557
- cb: (err: any, data?: DeleteFunctionCommandOutput) => void
512
+ cb: (err: any, data?: DeleteFunctionCommandOutput) => void,
558
513
  ): void;
559
514
  deleteFunction(
560
515
  args: DeleteFunctionCommandInput,
561
516
  options: __HttpHandlerOptions,
562
- cb: (err: any, data?: DeleteFunctionCommandOutput) => void
517
+ cb: (err: any, data?: DeleteFunctionCommandOutput) => void,
563
518
  ): void;
564
519
  deleteGraphqlApi(
565
520
  args: DeleteGraphqlApiCommandInput,
566
- options?: __HttpHandlerOptions
521
+ options?: __HttpHandlerOptions,
567
522
  ): Promise<DeleteGraphqlApiCommandOutput>;
568
523
  deleteGraphqlApi(
569
524
  args: DeleteGraphqlApiCommandInput,
570
- cb: (err: any, data?: DeleteGraphqlApiCommandOutput) => void
525
+ cb: (err: any, data?: DeleteGraphqlApiCommandOutput) => void,
571
526
  ): void;
572
527
  deleteGraphqlApi(
573
528
  args: DeleteGraphqlApiCommandInput,
574
529
  options: __HttpHandlerOptions,
575
- cb: (err: any, data?: DeleteGraphqlApiCommandOutput) => void
530
+ cb: (err: any, data?: DeleteGraphqlApiCommandOutput) => void,
576
531
  ): void;
577
532
  deleteResolver(
578
533
  args: DeleteResolverCommandInput,
579
- options?: __HttpHandlerOptions
534
+ options?: __HttpHandlerOptions,
580
535
  ): Promise<DeleteResolverCommandOutput>;
581
536
  deleteResolver(
582
537
  args: DeleteResolverCommandInput,
583
- cb: (err: any, data?: DeleteResolverCommandOutput) => void
538
+ cb: (err: any, data?: DeleteResolverCommandOutput) => void,
584
539
  ): void;
585
540
  deleteResolver(
586
541
  args: DeleteResolverCommandInput,
587
542
  options: __HttpHandlerOptions,
588
- cb: (err: any, data?: DeleteResolverCommandOutput) => void
543
+ cb: (err: any, data?: DeleteResolverCommandOutput) => void,
589
544
  ): void;
590
545
  deleteType(
591
546
  args: DeleteTypeCommandInput,
592
- options?: __HttpHandlerOptions
547
+ options?: __HttpHandlerOptions,
593
548
  ): Promise<DeleteTypeCommandOutput>;
594
549
  deleteType(
595
550
  args: DeleteTypeCommandInput,
596
- cb: (err: any, data?: DeleteTypeCommandOutput) => void
551
+ cb: (err: any, data?: DeleteTypeCommandOutput) => void,
597
552
  ): void;
598
553
  deleteType(
599
554
  args: DeleteTypeCommandInput,
600
555
  options: __HttpHandlerOptions,
601
- cb: (err: any, data?: DeleteTypeCommandOutput) => void
556
+ cb: (err: any, data?: DeleteTypeCommandOutput) => void,
602
557
  ): void;
603
558
  disassociateApi(
604
559
  args: DisassociateApiCommandInput,
605
- options?: __HttpHandlerOptions
560
+ options?: __HttpHandlerOptions,
606
561
  ): Promise<DisassociateApiCommandOutput>;
607
562
  disassociateApi(
608
563
  args: DisassociateApiCommandInput,
609
- cb: (err: any, data?: DisassociateApiCommandOutput) => void
564
+ cb: (err: any, data?: DisassociateApiCommandOutput) => void,
610
565
  ): void;
611
566
  disassociateApi(
612
567
  args: DisassociateApiCommandInput,
613
568
  options: __HttpHandlerOptions,
614
- cb: (err: any, data?: DisassociateApiCommandOutput) => void
569
+ cb: (err: any, data?: DisassociateApiCommandOutput) => void,
615
570
  ): void;
616
571
  disassociateMergedGraphqlApi(
617
572
  args: DisassociateMergedGraphqlApiCommandInput,
618
- options?: __HttpHandlerOptions
573
+ options?: __HttpHandlerOptions,
619
574
  ): Promise<DisassociateMergedGraphqlApiCommandOutput>;
620
575
  disassociateMergedGraphqlApi(
621
576
  args: DisassociateMergedGraphqlApiCommandInput,
622
- cb: (err: any, data?: DisassociateMergedGraphqlApiCommandOutput) => void
577
+ cb: (err: any, data?: DisassociateMergedGraphqlApiCommandOutput) => void,
623
578
  ): void;
624
579
  disassociateMergedGraphqlApi(
625
580
  args: DisassociateMergedGraphqlApiCommandInput,
626
581
  options: __HttpHandlerOptions,
627
- cb: (err: any, data?: DisassociateMergedGraphqlApiCommandOutput) => void
582
+ cb: (err: any, data?: DisassociateMergedGraphqlApiCommandOutput) => void,
628
583
  ): void;
629
584
  disassociateSourceGraphqlApi(
630
585
  args: DisassociateSourceGraphqlApiCommandInput,
631
- options?: __HttpHandlerOptions
586
+ options?: __HttpHandlerOptions,
632
587
  ): Promise<DisassociateSourceGraphqlApiCommandOutput>;
633
588
  disassociateSourceGraphqlApi(
634
589
  args: DisassociateSourceGraphqlApiCommandInput,
635
- cb: (err: any, data?: DisassociateSourceGraphqlApiCommandOutput) => void
590
+ cb: (err: any, data?: DisassociateSourceGraphqlApiCommandOutput) => void,
636
591
  ): void;
637
592
  disassociateSourceGraphqlApi(
638
593
  args: DisassociateSourceGraphqlApiCommandInput,
639
594
  options: __HttpHandlerOptions,
640
- cb: (err: any, data?: DisassociateSourceGraphqlApiCommandOutput) => void
595
+ cb: (err: any, data?: DisassociateSourceGraphqlApiCommandOutput) => void,
641
596
  ): void;
642
597
  evaluateCode(
643
598
  args: EvaluateCodeCommandInput,
644
- options?: __HttpHandlerOptions
599
+ options?: __HttpHandlerOptions,
645
600
  ): Promise<EvaluateCodeCommandOutput>;
646
601
  evaluateCode(
647
602
  args: EvaluateCodeCommandInput,
648
- cb: (err: any, data?: EvaluateCodeCommandOutput) => void
603
+ cb: (err: any, data?: EvaluateCodeCommandOutput) => void,
649
604
  ): void;
650
605
  evaluateCode(
651
606
  args: EvaluateCodeCommandInput,
652
607
  options: __HttpHandlerOptions,
653
- cb: (err: any, data?: EvaluateCodeCommandOutput) => void
608
+ cb: (err: any, data?: EvaluateCodeCommandOutput) => void,
654
609
  ): void;
655
610
  evaluateMappingTemplate(
656
611
  args: EvaluateMappingTemplateCommandInput,
657
- options?: __HttpHandlerOptions
612
+ options?: __HttpHandlerOptions,
658
613
  ): Promise<EvaluateMappingTemplateCommandOutput>;
659
614
  evaluateMappingTemplate(
660
615
  args: EvaluateMappingTemplateCommandInput,
661
- cb: (err: any, data?: EvaluateMappingTemplateCommandOutput) => void
616
+ cb: (err: any, data?: EvaluateMappingTemplateCommandOutput) => void,
662
617
  ): void;
663
618
  evaluateMappingTemplate(
664
619
  args: EvaluateMappingTemplateCommandInput,
665
620
  options: __HttpHandlerOptions,
666
- cb: (err: any, data?: EvaluateMappingTemplateCommandOutput) => void
621
+ cb: (err: any, data?: EvaluateMappingTemplateCommandOutput) => void,
667
622
  ): void;
668
623
  flushApiCache(
669
624
  args: FlushApiCacheCommandInput,
670
- options?: __HttpHandlerOptions
625
+ options?: __HttpHandlerOptions,
671
626
  ): Promise<FlushApiCacheCommandOutput>;
672
627
  flushApiCache(
673
628
  args: FlushApiCacheCommandInput,
674
- cb: (err: any, data?: FlushApiCacheCommandOutput) => void
629
+ cb: (err: any, data?: FlushApiCacheCommandOutput) => void,
675
630
  ): void;
676
631
  flushApiCache(
677
632
  args: FlushApiCacheCommandInput,
678
633
  options: __HttpHandlerOptions,
679
- cb: (err: any, data?: FlushApiCacheCommandOutput) => void
680
- ): void;
681
- getApi(
682
- args: GetApiCommandInput,
683
- options?: __HttpHandlerOptions
684
- ): Promise<GetApiCommandOutput>;
685
- getApi(
686
- args: GetApiCommandInput,
687
- cb: (err: any, data?: GetApiCommandOutput) => void
634
+ cb: (err: any, data?: FlushApiCacheCommandOutput) => void,
688
635
  ): void;
636
+ getApi(args: GetApiCommandInput, options?: __HttpHandlerOptions): Promise<GetApiCommandOutput>;
637
+ getApi(args: GetApiCommandInput, cb: (err: any, data?: GetApiCommandOutput) => void): void;
689
638
  getApi(
690
639
  args: GetApiCommandInput,
691
640
  options: __HttpHandlerOptions,
692
- cb: (err: any, data?: GetApiCommandOutput) => void
641
+ cb: (err: any, data?: GetApiCommandOutput) => void,
693
642
  ): void;
694
643
  getApiAssociation(
695
644
  args: GetApiAssociationCommandInput,
696
- options?: __HttpHandlerOptions
645
+ options?: __HttpHandlerOptions,
697
646
  ): Promise<GetApiAssociationCommandOutput>;
698
647
  getApiAssociation(
699
648
  args: GetApiAssociationCommandInput,
700
- cb: (err: any, data?: GetApiAssociationCommandOutput) => void
649
+ cb: (err: any, data?: GetApiAssociationCommandOutput) => void,
701
650
  ): void;
702
651
  getApiAssociation(
703
652
  args: GetApiAssociationCommandInput,
704
653
  options: __HttpHandlerOptions,
705
- cb: (err: any, data?: GetApiAssociationCommandOutput) => void
654
+ cb: (err: any, data?: GetApiAssociationCommandOutput) => void,
706
655
  ): void;
707
656
  getApiCache(
708
657
  args: GetApiCacheCommandInput,
709
- options?: __HttpHandlerOptions
658
+ options?: __HttpHandlerOptions,
710
659
  ): Promise<GetApiCacheCommandOutput>;
711
660
  getApiCache(
712
661
  args: GetApiCacheCommandInput,
713
- cb: (err: any, data?: GetApiCacheCommandOutput) => void
662
+ cb: (err: any, data?: GetApiCacheCommandOutput) => void,
714
663
  ): void;
715
664
  getApiCache(
716
665
  args: GetApiCacheCommandInput,
717
666
  options: __HttpHandlerOptions,
718
- cb: (err: any, data?: GetApiCacheCommandOutput) => void
667
+ cb: (err: any, data?: GetApiCacheCommandOutput) => void,
719
668
  ): void;
720
669
  getChannelNamespace(
721
670
  args: GetChannelNamespaceCommandInput,
722
- options?: __HttpHandlerOptions
671
+ options?: __HttpHandlerOptions,
723
672
  ): Promise<GetChannelNamespaceCommandOutput>;
724
673
  getChannelNamespace(
725
674
  args: GetChannelNamespaceCommandInput,
726
- cb: (err: any, data?: GetChannelNamespaceCommandOutput) => void
675
+ cb: (err: any, data?: GetChannelNamespaceCommandOutput) => void,
727
676
  ): void;
728
677
  getChannelNamespace(
729
678
  args: GetChannelNamespaceCommandInput,
730
679
  options: __HttpHandlerOptions,
731
- cb: (err: any, data?: GetChannelNamespaceCommandOutput) => void
680
+ cb: (err: any, data?: GetChannelNamespaceCommandOutput) => void,
732
681
  ): void;
733
682
  getDataSource(
734
683
  args: GetDataSourceCommandInput,
735
- options?: __HttpHandlerOptions
684
+ options?: __HttpHandlerOptions,
736
685
  ): Promise<GetDataSourceCommandOutput>;
737
686
  getDataSource(
738
687
  args: GetDataSourceCommandInput,
739
- cb: (err: any, data?: GetDataSourceCommandOutput) => void
688
+ cb: (err: any, data?: GetDataSourceCommandOutput) => void,
740
689
  ): void;
741
690
  getDataSource(
742
691
  args: GetDataSourceCommandInput,
743
692
  options: __HttpHandlerOptions,
744
- cb: (err: any, data?: GetDataSourceCommandOutput) => void
693
+ cb: (err: any, data?: GetDataSourceCommandOutput) => void,
745
694
  ): void;
746
695
  getDataSourceIntrospection(
747
696
  args: GetDataSourceIntrospectionCommandInput,
748
- options?: __HttpHandlerOptions
697
+ options?: __HttpHandlerOptions,
749
698
  ): Promise<GetDataSourceIntrospectionCommandOutput>;
750
699
  getDataSourceIntrospection(
751
700
  args: GetDataSourceIntrospectionCommandInput,
752
- cb: (err: any, data?: GetDataSourceIntrospectionCommandOutput) => void
701
+ cb: (err: any, data?: GetDataSourceIntrospectionCommandOutput) => void,
753
702
  ): void;
754
703
  getDataSourceIntrospection(
755
704
  args: GetDataSourceIntrospectionCommandInput,
756
705
  options: __HttpHandlerOptions,
757
- cb: (err: any, data?: GetDataSourceIntrospectionCommandOutput) => void
706
+ cb: (err: any, data?: GetDataSourceIntrospectionCommandOutput) => void,
758
707
  ): void;
759
708
  getDomainName(
760
709
  args: GetDomainNameCommandInput,
761
- options?: __HttpHandlerOptions
710
+ options?: __HttpHandlerOptions,
762
711
  ): Promise<GetDomainNameCommandOutput>;
763
712
  getDomainName(
764
713
  args: GetDomainNameCommandInput,
765
- cb: (err: any, data?: GetDomainNameCommandOutput) => void
714
+ cb: (err: any, data?: GetDomainNameCommandOutput) => void,
766
715
  ): void;
767
716
  getDomainName(
768
717
  args: GetDomainNameCommandInput,
769
718
  options: __HttpHandlerOptions,
770
- cb: (err: any, data?: GetDomainNameCommandOutput) => void
719
+ cb: (err: any, data?: GetDomainNameCommandOutput) => void,
771
720
  ): void;
772
721
  getFunction(
773
722
  args: GetFunctionCommandInput,
774
- options?: __HttpHandlerOptions
723
+ options?: __HttpHandlerOptions,
775
724
  ): Promise<GetFunctionCommandOutput>;
776
725
  getFunction(
777
726
  args: GetFunctionCommandInput,
778
- cb: (err: any, data?: GetFunctionCommandOutput) => void
727
+ cb: (err: any, data?: GetFunctionCommandOutput) => void,
779
728
  ): void;
780
729
  getFunction(
781
730
  args: GetFunctionCommandInput,
782
731
  options: __HttpHandlerOptions,
783
- cb: (err: any, data?: GetFunctionCommandOutput) => void
732
+ cb: (err: any, data?: GetFunctionCommandOutput) => void,
784
733
  ): void;
785
734
  getGraphqlApi(
786
735
  args: GetGraphqlApiCommandInput,
787
- options?: __HttpHandlerOptions
736
+ options?: __HttpHandlerOptions,
788
737
  ): Promise<GetGraphqlApiCommandOutput>;
789
738
  getGraphqlApi(
790
739
  args: GetGraphqlApiCommandInput,
791
- cb: (err: any, data?: GetGraphqlApiCommandOutput) => void
740
+ cb: (err: any, data?: GetGraphqlApiCommandOutput) => void,
792
741
  ): void;
793
742
  getGraphqlApi(
794
743
  args: GetGraphqlApiCommandInput,
795
744
  options: __HttpHandlerOptions,
796
- cb: (err: any, data?: GetGraphqlApiCommandOutput) => void
745
+ cb: (err: any, data?: GetGraphqlApiCommandOutput) => void,
797
746
  ): void;
798
747
  getGraphqlApiEnvironmentVariables(
799
748
  args: GetGraphqlApiEnvironmentVariablesCommandInput,
800
- options?: __HttpHandlerOptions
749
+ options?: __HttpHandlerOptions,
801
750
  ): Promise<GetGraphqlApiEnvironmentVariablesCommandOutput>;
802
751
  getGraphqlApiEnvironmentVariables(
803
752
  args: GetGraphqlApiEnvironmentVariablesCommandInput,
804
- cb: (
805
- err: any,
806
- data?: GetGraphqlApiEnvironmentVariablesCommandOutput
807
- ) => void
753
+ cb: (err: any, data?: GetGraphqlApiEnvironmentVariablesCommandOutput) => void,
808
754
  ): void;
809
755
  getGraphqlApiEnvironmentVariables(
810
756
  args: GetGraphqlApiEnvironmentVariablesCommandInput,
811
757
  options: __HttpHandlerOptions,
812
- cb: (
813
- err: any,
814
- data?: GetGraphqlApiEnvironmentVariablesCommandOutput
815
- ) => void
758
+ cb: (err: any, data?: GetGraphqlApiEnvironmentVariablesCommandOutput) => void,
816
759
  ): void;
817
760
  getIntrospectionSchema(
818
761
  args: GetIntrospectionSchemaCommandInput,
819
- options?: __HttpHandlerOptions
762
+ options?: __HttpHandlerOptions,
820
763
  ): Promise<GetIntrospectionSchemaCommandOutput>;
821
764
  getIntrospectionSchema(
822
765
  args: GetIntrospectionSchemaCommandInput,
823
- cb: (err: any, data?: GetIntrospectionSchemaCommandOutput) => void
766
+ cb: (err: any, data?: GetIntrospectionSchemaCommandOutput) => void,
824
767
  ): void;
825
768
  getIntrospectionSchema(
826
769
  args: GetIntrospectionSchemaCommandInput,
827
770
  options: __HttpHandlerOptions,
828
- cb: (err: any, data?: GetIntrospectionSchemaCommandOutput) => void
771
+ cb: (err: any, data?: GetIntrospectionSchemaCommandOutput) => void,
829
772
  ): void;
830
773
  getResolver(
831
774
  args: GetResolverCommandInput,
832
- options?: __HttpHandlerOptions
775
+ options?: __HttpHandlerOptions,
833
776
  ): Promise<GetResolverCommandOutput>;
834
777
  getResolver(
835
778
  args: GetResolverCommandInput,
836
- cb: (err: any, data?: GetResolverCommandOutput) => void
779
+ cb: (err: any, data?: GetResolverCommandOutput) => void,
837
780
  ): void;
838
781
  getResolver(
839
782
  args: GetResolverCommandInput,
840
783
  options: __HttpHandlerOptions,
841
- cb: (err: any, data?: GetResolverCommandOutput) => void
784
+ cb: (err: any, data?: GetResolverCommandOutput) => void,
842
785
  ): void;
843
786
  getSchemaCreationStatus(
844
787
  args: GetSchemaCreationStatusCommandInput,
845
- options?: __HttpHandlerOptions
788
+ options?: __HttpHandlerOptions,
846
789
  ): Promise<GetSchemaCreationStatusCommandOutput>;
847
790
  getSchemaCreationStatus(
848
791
  args: GetSchemaCreationStatusCommandInput,
849
- cb: (err: any, data?: GetSchemaCreationStatusCommandOutput) => void
792
+ cb: (err: any, data?: GetSchemaCreationStatusCommandOutput) => void,
850
793
  ): void;
851
794
  getSchemaCreationStatus(
852
795
  args: GetSchemaCreationStatusCommandInput,
853
796
  options: __HttpHandlerOptions,
854
- cb: (err: any, data?: GetSchemaCreationStatusCommandOutput) => void
797
+ cb: (err: any, data?: GetSchemaCreationStatusCommandOutput) => void,
855
798
  ): void;
856
799
  getSourceApiAssociation(
857
800
  args: GetSourceApiAssociationCommandInput,
858
- options?: __HttpHandlerOptions
801
+ options?: __HttpHandlerOptions,
859
802
  ): Promise<GetSourceApiAssociationCommandOutput>;
860
803
  getSourceApiAssociation(
861
804
  args: GetSourceApiAssociationCommandInput,
862
- cb: (err: any, data?: GetSourceApiAssociationCommandOutput) => void
805
+ cb: (err: any, data?: GetSourceApiAssociationCommandOutput) => void,
863
806
  ): void;
864
807
  getSourceApiAssociation(
865
808
  args: GetSourceApiAssociationCommandInput,
866
809
  options: __HttpHandlerOptions,
867
- cb: (err: any, data?: GetSourceApiAssociationCommandOutput) => void
868
- ): void;
869
- getType(
870
- args: GetTypeCommandInput,
871
- options?: __HttpHandlerOptions
872
- ): Promise<GetTypeCommandOutput>;
873
- getType(
874
- args: GetTypeCommandInput,
875
- cb: (err: any, data?: GetTypeCommandOutput) => void
810
+ cb: (err: any, data?: GetSourceApiAssociationCommandOutput) => void,
876
811
  ): void;
812
+ getType(args: GetTypeCommandInput, options?: __HttpHandlerOptions): Promise<GetTypeCommandOutput>;
813
+ getType(args: GetTypeCommandInput, cb: (err: any, data?: GetTypeCommandOutput) => void): void;
877
814
  getType(
878
815
  args: GetTypeCommandInput,
879
816
  options: __HttpHandlerOptions,
880
- cb: (err: any, data?: GetTypeCommandOutput) => void
817
+ cb: (err: any, data?: GetTypeCommandOutput) => void,
881
818
  ): void;
882
819
  listApiKeys(
883
820
  args: ListApiKeysCommandInput,
884
- options?: __HttpHandlerOptions
821
+ options?: __HttpHandlerOptions,
885
822
  ): Promise<ListApiKeysCommandOutput>;
886
823
  listApiKeys(
887
824
  args: ListApiKeysCommandInput,
888
- cb: (err: any, data?: ListApiKeysCommandOutput) => void
825
+ cb: (err: any, data?: ListApiKeysCommandOutput) => void,
889
826
  ): void;
890
827
  listApiKeys(
891
828
  args: ListApiKeysCommandInput,
892
829
  options: __HttpHandlerOptions,
893
- cb: (err: any, data?: ListApiKeysCommandOutput) => void
830
+ cb: (err: any, data?: ListApiKeysCommandOutput) => void,
894
831
  ): void;
895
832
  listApis(): Promise<ListApisCommandOutput>;
896
833
  listApis(
897
834
  args: ListApisCommandInput,
898
- options?: __HttpHandlerOptions
835
+ options?: __HttpHandlerOptions,
899
836
  ): Promise<ListApisCommandOutput>;
900
- listApis(
901
- args: ListApisCommandInput,
902
- cb: (err: any, data?: ListApisCommandOutput) => void
903
- ): void;
837
+ listApis(args: ListApisCommandInput, cb: (err: any, data?: ListApisCommandOutput) => void): void;
904
838
  listApis(
905
839
  args: ListApisCommandInput,
906
840
  options: __HttpHandlerOptions,
907
- cb: (err: any, data?: ListApisCommandOutput) => void
841
+ cb: (err: any, data?: ListApisCommandOutput) => void,
908
842
  ): void;
909
843
  listChannelNamespaces(
910
844
  args: ListChannelNamespacesCommandInput,
911
- options?: __HttpHandlerOptions
845
+ options?: __HttpHandlerOptions,
912
846
  ): Promise<ListChannelNamespacesCommandOutput>;
913
847
  listChannelNamespaces(
914
848
  args: ListChannelNamespacesCommandInput,
915
- cb: (err: any, data?: ListChannelNamespacesCommandOutput) => void
849
+ cb: (err: any, data?: ListChannelNamespacesCommandOutput) => void,
916
850
  ): void;
917
851
  listChannelNamespaces(
918
852
  args: ListChannelNamespacesCommandInput,
919
853
  options: __HttpHandlerOptions,
920
- cb: (err: any, data?: ListChannelNamespacesCommandOutput) => void
854
+ cb: (err: any, data?: ListChannelNamespacesCommandOutput) => void,
921
855
  ): void;
922
856
  listDataSources(
923
857
  args: ListDataSourcesCommandInput,
924
- options?: __HttpHandlerOptions
858
+ options?: __HttpHandlerOptions,
925
859
  ): Promise<ListDataSourcesCommandOutput>;
926
860
  listDataSources(
927
861
  args: ListDataSourcesCommandInput,
928
- cb: (err: any, data?: ListDataSourcesCommandOutput) => void
862
+ cb: (err: any, data?: ListDataSourcesCommandOutput) => void,
929
863
  ): void;
930
864
  listDataSources(
931
865
  args: ListDataSourcesCommandInput,
932
866
  options: __HttpHandlerOptions,
933
- cb: (err: any, data?: ListDataSourcesCommandOutput) => void
867
+ cb: (err: any, data?: ListDataSourcesCommandOutput) => void,
934
868
  ): void;
935
869
  listDomainNames(): Promise<ListDomainNamesCommandOutput>;
936
870
  listDomainNames(
937
871
  args: ListDomainNamesCommandInput,
938
- options?: __HttpHandlerOptions
872
+ options?: __HttpHandlerOptions,
939
873
  ): Promise<ListDomainNamesCommandOutput>;
940
874
  listDomainNames(
941
875
  args: ListDomainNamesCommandInput,
942
- cb: (err: any, data?: ListDomainNamesCommandOutput) => void
876
+ cb: (err: any, data?: ListDomainNamesCommandOutput) => void,
943
877
  ): void;
944
878
  listDomainNames(
945
879
  args: ListDomainNamesCommandInput,
946
880
  options: __HttpHandlerOptions,
947
- cb: (err: any, data?: ListDomainNamesCommandOutput) => void
881
+ cb: (err: any, data?: ListDomainNamesCommandOutput) => void,
948
882
  ): void;
949
883
  listFunctions(
950
884
  args: ListFunctionsCommandInput,
951
- options?: __HttpHandlerOptions
885
+ options?: __HttpHandlerOptions,
952
886
  ): Promise<ListFunctionsCommandOutput>;
953
887
  listFunctions(
954
888
  args: ListFunctionsCommandInput,
955
- cb: (err: any, data?: ListFunctionsCommandOutput) => void
889
+ cb: (err: any, data?: ListFunctionsCommandOutput) => void,
956
890
  ): void;
957
891
  listFunctions(
958
892
  args: ListFunctionsCommandInput,
959
893
  options: __HttpHandlerOptions,
960
- cb: (err: any, data?: ListFunctionsCommandOutput) => void
894
+ cb: (err: any, data?: ListFunctionsCommandOutput) => void,
961
895
  ): void;
962
896
  listGraphqlApis(): Promise<ListGraphqlApisCommandOutput>;
963
897
  listGraphqlApis(
964
898
  args: ListGraphqlApisCommandInput,
965
- options?: __HttpHandlerOptions
899
+ options?: __HttpHandlerOptions,
966
900
  ): Promise<ListGraphqlApisCommandOutput>;
967
901
  listGraphqlApis(
968
902
  args: ListGraphqlApisCommandInput,
969
- cb: (err: any, data?: ListGraphqlApisCommandOutput) => void
903
+ cb: (err: any, data?: ListGraphqlApisCommandOutput) => void,
970
904
  ): void;
971
905
  listGraphqlApis(
972
906
  args: ListGraphqlApisCommandInput,
973
907
  options: __HttpHandlerOptions,
974
- cb: (err: any, data?: ListGraphqlApisCommandOutput) => void
908
+ cb: (err: any, data?: ListGraphqlApisCommandOutput) => void,
975
909
  ): void;
976
910
  listResolvers(
977
911
  args: ListResolversCommandInput,
978
- options?: __HttpHandlerOptions
912
+ options?: __HttpHandlerOptions,
979
913
  ): Promise<ListResolversCommandOutput>;
980
914
  listResolvers(
981
915
  args: ListResolversCommandInput,
982
- cb: (err: any, data?: ListResolversCommandOutput) => void
916
+ cb: (err: any, data?: ListResolversCommandOutput) => void,
983
917
  ): void;
984
918
  listResolvers(
985
919
  args: ListResolversCommandInput,
986
920
  options: __HttpHandlerOptions,
987
- cb: (err: any, data?: ListResolversCommandOutput) => void
921
+ cb: (err: any, data?: ListResolversCommandOutput) => void,
988
922
  ): void;
989
923
  listResolversByFunction(
990
924
  args: ListResolversByFunctionCommandInput,
991
- options?: __HttpHandlerOptions
925
+ options?: __HttpHandlerOptions,
992
926
  ): Promise<ListResolversByFunctionCommandOutput>;
993
927
  listResolversByFunction(
994
928
  args: ListResolversByFunctionCommandInput,
995
- cb: (err: any, data?: ListResolversByFunctionCommandOutput) => void
929
+ cb: (err: any, data?: ListResolversByFunctionCommandOutput) => void,
996
930
  ): void;
997
931
  listResolversByFunction(
998
932
  args: ListResolversByFunctionCommandInput,
999
933
  options: __HttpHandlerOptions,
1000
- cb: (err: any, data?: ListResolversByFunctionCommandOutput) => void
934
+ cb: (err: any, data?: ListResolversByFunctionCommandOutput) => void,
1001
935
  ): void;
1002
936
  listSourceApiAssociations(
1003
937
  args: ListSourceApiAssociationsCommandInput,
1004
- options?: __HttpHandlerOptions
938
+ options?: __HttpHandlerOptions,
1005
939
  ): Promise<ListSourceApiAssociationsCommandOutput>;
1006
940
  listSourceApiAssociations(
1007
941
  args: ListSourceApiAssociationsCommandInput,
1008
- cb: (err: any, data?: ListSourceApiAssociationsCommandOutput) => void
942
+ cb: (err: any, data?: ListSourceApiAssociationsCommandOutput) => void,
1009
943
  ): void;
1010
944
  listSourceApiAssociations(
1011
945
  args: ListSourceApiAssociationsCommandInput,
1012
946
  options: __HttpHandlerOptions,
1013
- cb: (err: any, data?: ListSourceApiAssociationsCommandOutput) => void
947
+ cb: (err: any, data?: ListSourceApiAssociationsCommandOutput) => void,
1014
948
  ): void;
1015
949
  listTagsForResource(
1016
950
  args: ListTagsForResourceCommandInput,
1017
- options?: __HttpHandlerOptions
951
+ options?: __HttpHandlerOptions,
1018
952
  ): Promise<ListTagsForResourceCommandOutput>;
1019
953
  listTagsForResource(
1020
954
  args: ListTagsForResourceCommandInput,
1021
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
955
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
1022
956
  ): void;
1023
957
  listTagsForResource(
1024
958
  args: ListTagsForResourceCommandInput,
1025
959
  options: __HttpHandlerOptions,
1026
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
960
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
1027
961
  ): void;
1028
962
  listTypes(
1029
963
  args: ListTypesCommandInput,
1030
- options?: __HttpHandlerOptions
964
+ options?: __HttpHandlerOptions,
1031
965
  ): Promise<ListTypesCommandOutput>;
1032
966
  listTypes(
1033
967
  args: ListTypesCommandInput,
1034
- cb: (err: any, data?: ListTypesCommandOutput) => void
968
+ cb: (err: any, data?: ListTypesCommandOutput) => void,
1035
969
  ): void;
1036
970
  listTypes(
1037
971
  args: ListTypesCommandInput,
1038
972
  options: __HttpHandlerOptions,
1039
- cb: (err: any, data?: ListTypesCommandOutput) => void
973
+ cb: (err: any, data?: ListTypesCommandOutput) => void,
1040
974
  ): void;
1041
975
  listTypesByAssociation(
1042
976
  args: ListTypesByAssociationCommandInput,
1043
- options?: __HttpHandlerOptions
977
+ options?: __HttpHandlerOptions,
1044
978
  ): Promise<ListTypesByAssociationCommandOutput>;
1045
979
  listTypesByAssociation(
1046
980
  args: ListTypesByAssociationCommandInput,
1047
- cb: (err: any, data?: ListTypesByAssociationCommandOutput) => void
981
+ cb: (err: any, data?: ListTypesByAssociationCommandOutput) => void,
1048
982
  ): void;
1049
983
  listTypesByAssociation(
1050
984
  args: ListTypesByAssociationCommandInput,
1051
985
  options: __HttpHandlerOptions,
1052
- cb: (err: any, data?: ListTypesByAssociationCommandOutput) => void
986
+ cb: (err: any, data?: ListTypesByAssociationCommandOutput) => void,
1053
987
  ): void;
1054
988
  putGraphqlApiEnvironmentVariables(
1055
989
  args: PutGraphqlApiEnvironmentVariablesCommandInput,
1056
- options?: __HttpHandlerOptions
990
+ options?: __HttpHandlerOptions,
1057
991
  ): Promise<PutGraphqlApiEnvironmentVariablesCommandOutput>;
1058
992
  putGraphqlApiEnvironmentVariables(
1059
993
  args: PutGraphqlApiEnvironmentVariablesCommandInput,
1060
- cb: (
1061
- err: any,
1062
- data?: PutGraphqlApiEnvironmentVariablesCommandOutput
1063
- ) => void
994
+ cb: (err: any, data?: PutGraphqlApiEnvironmentVariablesCommandOutput) => void,
1064
995
  ): void;
1065
996
  putGraphqlApiEnvironmentVariables(
1066
997
  args: PutGraphqlApiEnvironmentVariablesCommandInput,
1067
998
  options: __HttpHandlerOptions,
1068
- cb: (
1069
- err: any,
1070
- data?: PutGraphqlApiEnvironmentVariablesCommandOutput
1071
- ) => void
999
+ cb: (err: any, data?: PutGraphqlApiEnvironmentVariablesCommandOutput) => void,
1072
1000
  ): void;
1073
1001
  startDataSourceIntrospection(): Promise<StartDataSourceIntrospectionCommandOutput>;
1074
1002
  startDataSourceIntrospection(
1075
1003
  args: StartDataSourceIntrospectionCommandInput,
1076
- options?: __HttpHandlerOptions
1004
+ options?: __HttpHandlerOptions,
1077
1005
  ): Promise<StartDataSourceIntrospectionCommandOutput>;
1078
1006
  startDataSourceIntrospection(
1079
1007
  args: StartDataSourceIntrospectionCommandInput,
1080
- cb: (err: any, data?: StartDataSourceIntrospectionCommandOutput) => void
1008
+ cb: (err: any, data?: StartDataSourceIntrospectionCommandOutput) => void,
1081
1009
  ): void;
1082
1010
  startDataSourceIntrospection(
1083
1011
  args: StartDataSourceIntrospectionCommandInput,
1084
1012
  options: __HttpHandlerOptions,
1085
- cb: (err: any, data?: StartDataSourceIntrospectionCommandOutput) => void
1013
+ cb: (err: any, data?: StartDataSourceIntrospectionCommandOutput) => void,
1086
1014
  ): void;
1087
1015
  startSchemaCreation(
1088
1016
  args: StartSchemaCreationCommandInput,
1089
- options?: __HttpHandlerOptions
1017
+ options?: __HttpHandlerOptions,
1090
1018
  ): Promise<StartSchemaCreationCommandOutput>;
1091
1019
  startSchemaCreation(
1092
1020
  args: StartSchemaCreationCommandInput,
1093
- cb: (err: any, data?: StartSchemaCreationCommandOutput) => void
1021
+ cb: (err: any, data?: StartSchemaCreationCommandOutput) => void,
1094
1022
  ): void;
1095
1023
  startSchemaCreation(
1096
1024
  args: StartSchemaCreationCommandInput,
1097
1025
  options: __HttpHandlerOptions,
1098
- cb: (err: any, data?: StartSchemaCreationCommandOutput) => void
1026
+ cb: (err: any, data?: StartSchemaCreationCommandOutput) => void,
1099
1027
  ): void;
1100
1028
  startSchemaMerge(
1101
1029
  args: StartSchemaMergeCommandInput,
1102
- options?: __HttpHandlerOptions
1030
+ options?: __HttpHandlerOptions,
1103
1031
  ): Promise<StartSchemaMergeCommandOutput>;
1104
1032
  startSchemaMerge(
1105
1033
  args: StartSchemaMergeCommandInput,
1106
- cb: (err: any, data?: StartSchemaMergeCommandOutput) => void
1034
+ cb: (err: any, data?: StartSchemaMergeCommandOutput) => void,
1107
1035
  ): void;
1108
1036
  startSchemaMerge(
1109
1037
  args: StartSchemaMergeCommandInput,
1110
1038
  options: __HttpHandlerOptions,
1111
- cb: (err: any, data?: StartSchemaMergeCommandOutput) => void
1039
+ cb: (err: any, data?: StartSchemaMergeCommandOutput) => void,
1112
1040
  ): void;
1113
1041
  tagResource(
1114
1042
  args: TagResourceCommandInput,
1115
- options?: __HttpHandlerOptions
1043
+ options?: __HttpHandlerOptions,
1116
1044
  ): Promise<TagResourceCommandOutput>;
1117
1045
  tagResource(
1118
1046
  args: TagResourceCommandInput,
1119
- cb: (err: any, data?: TagResourceCommandOutput) => void
1047
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
1120
1048
  ): void;
1121
1049
  tagResource(
1122
1050
  args: TagResourceCommandInput,
1123
1051
  options: __HttpHandlerOptions,
1124
- cb: (err: any, data?: TagResourceCommandOutput) => void
1052
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
1125
1053
  ): void;
1126
1054
  untagResource(
1127
1055
  args: UntagResourceCommandInput,
1128
- options?: __HttpHandlerOptions
1056
+ options?: __HttpHandlerOptions,
1129
1057
  ): Promise<UntagResourceCommandOutput>;
1130
1058
  untagResource(
1131
1059
  args: UntagResourceCommandInput,
1132
- cb: (err: any, data?: UntagResourceCommandOutput) => void
1060
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
1133
1061
  ): void;
1134
1062
  untagResource(
1135
1063
  args: UntagResourceCommandInput,
1136
1064
  options: __HttpHandlerOptions,
1137
- cb: (err: any, data?: UntagResourceCommandOutput) => void
1065
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
1138
1066
  ): void;
1139
1067
  updateApi(
1140
1068
  args: UpdateApiCommandInput,
1141
- options?: __HttpHandlerOptions
1069
+ options?: __HttpHandlerOptions,
1142
1070
  ): Promise<UpdateApiCommandOutput>;
1143
1071
  updateApi(
1144
1072
  args: UpdateApiCommandInput,
1145
- cb: (err: any, data?: UpdateApiCommandOutput) => void
1073
+ cb: (err: any, data?: UpdateApiCommandOutput) => void,
1146
1074
  ): void;
1147
1075
  updateApi(
1148
1076
  args: UpdateApiCommandInput,
1149
1077
  options: __HttpHandlerOptions,
1150
- cb: (err: any, data?: UpdateApiCommandOutput) => void
1078
+ cb: (err: any, data?: UpdateApiCommandOutput) => void,
1151
1079
  ): void;
1152
1080
  updateApiCache(
1153
1081
  args: UpdateApiCacheCommandInput,
1154
- options?: __HttpHandlerOptions
1082
+ options?: __HttpHandlerOptions,
1155
1083
  ): Promise<UpdateApiCacheCommandOutput>;
1156
1084
  updateApiCache(
1157
1085
  args: UpdateApiCacheCommandInput,
1158
- cb: (err: any, data?: UpdateApiCacheCommandOutput) => void
1086
+ cb: (err: any, data?: UpdateApiCacheCommandOutput) => void,
1159
1087
  ): void;
1160
1088
  updateApiCache(
1161
1089
  args: UpdateApiCacheCommandInput,
1162
1090
  options: __HttpHandlerOptions,
1163
- cb: (err: any, data?: UpdateApiCacheCommandOutput) => void
1091
+ cb: (err: any, data?: UpdateApiCacheCommandOutput) => void,
1164
1092
  ): void;
1165
1093
  updateApiKey(
1166
1094
  args: UpdateApiKeyCommandInput,
1167
- options?: __HttpHandlerOptions
1095
+ options?: __HttpHandlerOptions,
1168
1096
  ): Promise<UpdateApiKeyCommandOutput>;
1169
1097
  updateApiKey(
1170
1098
  args: UpdateApiKeyCommandInput,
1171
- cb: (err: any, data?: UpdateApiKeyCommandOutput) => void
1099
+ cb: (err: any, data?: UpdateApiKeyCommandOutput) => void,
1172
1100
  ): void;
1173
1101
  updateApiKey(
1174
1102
  args: UpdateApiKeyCommandInput,
1175
1103
  options: __HttpHandlerOptions,
1176
- cb: (err: any, data?: UpdateApiKeyCommandOutput) => void
1104
+ cb: (err: any, data?: UpdateApiKeyCommandOutput) => void,
1177
1105
  ): void;
1178
1106
  updateChannelNamespace(
1179
1107
  args: UpdateChannelNamespaceCommandInput,
1180
- options?: __HttpHandlerOptions
1108
+ options?: __HttpHandlerOptions,
1181
1109
  ): Promise<UpdateChannelNamespaceCommandOutput>;
1182
1110
  updateChannelNamespace(
1183
1111
  args: UpdateChannelNamespaceCommandInput,
1184
- cb: (err: any, data?: UpdateChannelNamespaceCommandOutput) => void
1112
+ cb: (err: any, data?: UpdateChannelNamespaceCommandOutput) => void,
1185
1113
  ): void;
1186
1114
  updateChannelNamespace(
1187
1115
  args: UpdateChannelNamespaceCommandInput,
1188
1116
  options: __HttpHandlerOptions,
1189
- cb: (err: any, data?: UpdateChannelNamespaceCommandOutput) => void
1117
+ cb: (err: any, data?: UpdateChannelNamespaceCommandOutput) => void,
1190
1118
  ): void;
1191
1119
  updateDataSource(
1192
1120
  args: UpdateDataSourceCommandInput,
1193
- options?: __HttpHandlerOptions
1121
+ options?: __HttpHandlerOptions,
1194
1122
  ): Promise<UpdateDataSourceCommandOutput>;
1195
1123
  updateDataSource(
1196
1124
  args: UpdateDataSourceCommandInput,
1197
- cb: (err: any, data?: UpdateDataSourceCommandOutput) => void
1125
+ cb: (err: any, data?: UpdateDataSourceCommandOutput) => void,
1198
1126
  ): void;
1199
1127
  updateDataSource(
1200
1128
  args: UpdateDataSourceCommandInput,
1201
1129
  options: __HttpHandlerOptions,
1202
- cb: (err: any, data?: UpdateDataSourceCommandOutput) => void
1130
+ cb: (err: any, data?: UpdateDataSourceCommandOutput) => void,
1203
1131
  ): void;
1204
1132
  updateDomainName(
1205
1133
  args: UpdateDomainNameCommandInput,
1206
- options?: __HttpHandlerOptions
1134
+ options?: __HttpHandlerOptions,
1207
1135
  ): Promise<UpdateDomainNameCommandOutput>;
1208
1136
  updateDomainName(
1209
1137
  args: UpdateDomainNameCommandInput,
1210
- cb: (err: any, data?: UpdateDomainNameCommandOutput) => void
1138
+ cb: (err: any, data?: UpdateDomainNameCommandOutput) => void,
1211
1139
  ): void;
1212
1140
  updateDomainName(
1213
1141
  args: UpdateDomainNameCommandInput,
1214
1142
  options: __HttpHandlerOptions,
1215
- cb: (err: any, data?: UpdateDomainNameCommandOutput) => void
1143
+ cb: (err: any, data?: UpdateDomainNameCommandOutput) => void,
1216
1144
  ): void;
1217
1145
  updateFunction(
1218
1146
  args: UpdateFunctionCommandInput,
1219
- options?: __HttpHandlerOptions
1147
+ options?: __HttpHandlerOptions,
1220
1148
  ): Promise<UpdateFunctionCommandOutput>;
1221
1149
  updateFunction(
1222
1150
  args: UpdateFunctionCommandInput,
1223
- cb: (err: any, data?: UpdateFunctionCommandOutput) => void
1151
+ cb: (err: any, data?: UpdateFunctionCommandOutput) => void,
1224
1152
  ): void;
1225
1153
  updateFunction(
1226
1154
  args: UpdateFunctionCommandInput,
1227
1155
  options: __HttpHandlerOptions,
1228
- cb: (err: any, data?: UpdateFunctionCommandOutput) => void
1156
+ cb: (err: any, data?: UpdateFunctionCommandOutput) => void,
1229
1157
  ): void;
1230
1158
  updateGraphqlApi(
1231
1159
  args: UpdateGraphqlApiCommandInput,
1232
- options?: __HttpHandlerOptions
1160
+ options?: __HttpHandlerOptions,
1233
1161
  ): Promise<UpdateGraphqlApiCommandOutput>;
1234
1162
  updateGraphqlApi(
1235
1163
  args: UpdateGraphqlApiCommandInput,
1236
- cb: (err: any, data?: UpdateGraphqlApiCommandOutput) => void
1164
+ cb: (err: any, data?: UpdateGraphqlApiCommandOutput) => void,
1237
1165
  ): void;
1238
1166
  updateGraphqlApi(
1239
1167
  args: UpdateGraphqlApiCommandInput,
1240
1168
  options: __HttpHandlerOptions,
1241
- cb: (err: any, data?: UpdateGraphqlApiCommandOutput) => void
1169
+ cb: (err: any, data?: UpdateGraphqlApiCommandOutput) => void,
1242
1170
  ): void;
1243
1171
  updateResolver(
1244
1172
  args: UpdateResolverCommandInput,
1245
- options?: __HttpHandlerOptions
1173
+ options?: __HttpHandlerOptions,
1246
1174
  ): Promise<UpdateResolverCommandOutput>;
1247
1175
  updateResolver(
1248
1176
  args: UpdateResolverCommandInput,
1249
- cb: (err: any, data?: UpdateResolverCommandOutput) => void
1177
+ cb: (err: any, data?: UpdateResolverCommandOutput) => void,
1250
1178
  ): void;
1251
1179
  updateResolver(
1252
1180
  args: UpdateResolverCommandInput,
1253
1181
  options: __HttpHandlerOptions,
1254
- cb: (err: any, data?: UpdateResolverCommandOutput) => void
1182
+ cb: (err: any, data?: UpdateResolverCommandOutput) => void,
1255
1183
  ): void;
1256
1184
  updateSourceApiAssociation(
1257
1185
  args: UpdateSourceApiAssociationCommandInput,
1258
- options?: __HttpHandlerOptions
1186
+ options?: __HttpHandlerOptions,
1259
1187
  ): Promise<UpdateSourceApiAssociationCommandOutput>;
1260
1188
  updateSourceApiAssociation(
1261
1189
  args: UpdateSourceApiAssociationCommandInput,
1262
- cb: (err: any, data?: UpdateSourceApiAssociationCommandOutput) => void
1190
+ cb: (err: any, data?: UpdateSourceApiAssociationCommandOutput) => void,
1263
1191
  ): void;
1264
1192
  updateSourceApiAssociation(
1265
1193
  args: UpdateSourceApiAssociationCommandInput,
1266
1194
  options: __HttpHandlerOptions,
1267
- cb: (err: any, data?: UpdateSourceApiAssociationCommandOutput) => void
1195
+ cb: (err: any, data?: UpdateSourceApiAssociationCommandOutput) => void,
1268
1196
  ): void;
1269
1197
  updateType(
1270
1198
  args: UpdateTypeCommandInput,
1271
- options?: __HttpHandlerOptions
1199
+ options?: __HttpHandlerOptions,
1272
1200
  ): Promise<UpdateTypeCommandOutput>;
1273
1201
  updateType(
1274
1202
  args: UpdateTypeCommandInput,
1275
- cb: (err: any, data?: UpdateTypeCommandOutput) => void
1203
+ cb: (err: any, data?: UpdateTypeCommandOutput) => void,
1276
1204
  ): void;
1277
1205
  updateType(
1278
1206
  args: UpdateTypeCommandInput,
1279
1207
  options: __HttpHandlerOptions,
1280
- cb: (err: any, data?: UpdateTypeCommandOutput) => void
1208
+ cb: (err: any, data?: UpdateTypeCommandOutput) => void,
1281
1209
  ): void;
1282
1210
  paginateListApiKeys(
1283
1211
  args: ListApiKeysCommandInput,
1284
1212
  paginationConfig?: Pick<
1285
1213
  PaginationConfiguration,
1286
1214
  Exclude<keyof PaginationConfiguration, "client">
1287
- >
1215
+ >,
1288
1216
  ): Paginator<ListApiKeysCommandOutput>;
1289
1217
  paginateListApis(
1290
1218
  args?: ListApisCommandInput,
1291
1219
  paginationConfig?: Pick<
1292
1220
  PaginationConfiguration,
1293
1221
  Exclude<keyof PaginationConfiguration, "client">
1294
- >
1222
+ >,
1295
1223
  ): Paginator<ListApisCommandOutput>;
1296
1224
  paginateListChannelNamespaces(
1297
1225
  args: ListChannelNamespacesCommandInput,
1298
1226
  paginationConfig?: Pick<
1299
1227
  PaginationConfiguration,
1300
1228
  Exclude<keyof PaginationConfiguration, "client">
1301
- >
1229
+ >,
1302
1230
  ): Paginator<ListChannelNamespacesCommandOutput>;
1303
1231
  paginateListDataSources(
1304
1232
  args: ListDataSourcesCommandInput,
1305
1233
  paginationConfig?: Pick<
1306
1234
  PaginationConfiguration,
1307
1235
  Exclude<keyof PaginationConfiguration, "client">
1308
- >
1236
+ >,
1309
1237
  ): Paginator<ListDataSourcesCommandOutput>;
1310
1238
  paginateListDomainNames(
1311
1239
  args?: ListDomainNamesCommandInput,
1312
1240
  paginationConfig?: Pick<
1313
1241
  PaginationConfiguration,
1314
1242
  Exclude<keyof PaginationConfiguration, "client">
1315
- >
1243
+ >,
1316
1244
  ): Paginator<ListDomainNamesCommandOutput>;
1317
1245
  paginateListFunctions(
1318
1246
  args: ListFunctionsCommandInput,
1319
1247
  paginationConfig?: Pick<
1320
1248
  PaginationConfiguration,
1321
1249
  Exclude<keyof PaginationConfiguration, "client">
1322
- >
1250
+ >,
1323
1251
  ): Paginator<ListFunctionsCommandOutput>;
1324
1252
  paginateListGraphqlApis(
1325
1253
  args?: ListGraphqlApisCommandInput,
1326
1254
  paginationConfig?: Pick<
1327
1255
  PaginationConfiguration,
1328
1256
  Exclude<keyof PaginationConfiguration, "client">
1329
- >
1257
+ >,
1330
1258
  ): Paginator<ListGraphqlApisCommandOutput>;
1331
1259
  paginateListResolvers(
1332
1260
  args: ListResolversCommandInput,
1333
1261
  paginationConfig?: Pick<
1334
1262
  PaginationConfiguration,
1335
1263
  Exclude<keyof PaginationConfiguration, "client">
1336
- >
1264
+ >,
1337
1265
  ): Paginator<ListResolversCommandOutput>;
1338
1266
  paginateListResolversByFunction(
1339
1267
  args: ListResolversByFunctionCommandInput,
1340
1268
  paginationConfig?: Pick<
1341
1269
  PaginationConfiguration,
1342
1270
  Exclude<keyof PaginationConfiguration, "client">
1343
- >
1271
+ >,
1344
1272
  ): Paginator<ListResolversByFunctionCommandOutput>;
1345
1273
  paginateListSourceApiAssociations(
1346
1274
  args: ListSourceApiAssociationsCommandInput,
1347
1275
  paginationConfig?: Pick<
1348
1276
  PaginationConfiguration,
1349
1277
  Exclude<keyof PaginationConfiguration, "client">
1350
- >
1278
+ >,
1351
1279
  ): Paginator<ListSourceApiAssociationsCommandOutput>;
1352
1280
  paginateListTypes(
1353
1281
  args: ListTypesCommandInput,
1354
1282
  paginationConfig?: Pick<
1355
1283
  PaginationConfiguration,
1356
1284
  Exclude<keyof PaginationConfiguration, "client">
1357
- >
1285
+ >,
1358
1286
  ): Paginator<ListTypesCommandOutput>;
1359
1287
  paginateListTypesByAssociation(
1360
1288
  args: ListTypesByAssociationCommandInput,
1361
1289
  paginationConfig?: Pick<
1362
1290
  PaginationConfiguration,
1363
1291
  Exclude<keyof PaginationConfiguration, "client">
1364
- >
1292
+ >,
1365
1293
  ): Paginator<ListTypesByAssociationCommandOutput>;
1366
1294
  }
1367
1295
  export declare class AppSync extends AppSyncClient implements AppSync {}