@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
@@ -11,10 +11,7 @@ import {
11
11
  Client as __Client,
12
12
  } from "@smithy/core/client";
13
13
  import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
14
- import {
15
- EndpointInputConfig,
16
- EndpointResolvedConfig,
17
- } from "@smithy/core/endpoints";
14
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
18
15
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
19
16
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
20
17
  import {
@@ -52,10 +49,7 @@ import {
52
49
  CreateApiCacheCommandInput,
53
50
  CreateApiCacheCommandOutput,
54
51
  } from "./commands/CreateApiCacheCommand";
55
- import {
56
- CreateApiCommandInput,
57
- CreateApiCommandOutput,
58
- } from "./commands/CreateApiCommand";
52
+ import { CreateApiCommandInput, CreateApiCommandOutput } from "./commands/CreateApiCommand";
59
53
  import {
60
54
  CreateApiKeyCommandInput,
61
55
  CreateApiKeyCommandOutput,
@@ -84,18 +78,12 @@ import {
84
78
  CreateResolverCommandInput,
85
79
  CreateResolverCommandOutput,
86
80
  } from "./commands/CreateResolverCommand";
87
- import {
88
- CreateTypeCommandInput,
89
- CreateTypeCommandOutput,
90
- } from "./commands/CreateTypeCommand";
81
+ import { CreateTypeCommandInput, CreateTypeCommandOutput } from "./commands/CreateTypeCommand";
91
82
  import {
92
83
  DeleteApiCacheCommandInput,
93
84
  DeleteApiCacheCommandOutput,
94
85
  } from "./commands/DeleteApiCacheCommand";
95
- import {
96
- DeleteApiCommandInput,
97
- DeleteApiCommandOutput,
98
- } from "./commands/DeleteApiCommand";
86
+ import { DeleteApiCommandInput, DeleteApiCommandOutput } from "./commands/DeleteApiCommand";
99
87
  import {
100
88
  DeleteApiKeyCommandInput,
101
89
  DeleteApiKeyCommandOutput,
@@ -124,10 +112,7 @@ import {
124
112
  DeleteResolverCommandInput,
125
113
  DeleteResolverCommandOutput,
126
114
  } from "./commands/DeleteResolverCommand";
127
- import {
128
- DeleteTypeCommandInput,
129
- DeleteTypeCommandOutput,
130
- } from "./commands/DeleteTypeCommand";
115
+ import { DeleteTypeCommandInput, DeleteTypeCommandOutput } from "./commands/DeleteTypeCommand";
131
116
  import {
132
117
  DisassociateApiCommandInput,
133
118
  DisassociateApiCommandOutput,
@@ -156,14 +141,8 @@ import {
156
141
  GetApiAssociationCommandInput,
157
142
  GetApiAssociationCommandOutput,
158
143
  } from "./commands/GetApiAssociationCommand";
159
- import {
160
- GetApiCacheCommandInput,
161
- GetApiCacheCommandOutput,
162
- } from "./commands/GetApiCacheCommand";
163
- import {
164
- GetApiCommandInput,
165
- GetApiCommandOutput,
166
- } from "./commands/GetApiCommand";
144
+ import { GetApiCacheCommandInput, GetApiCacheCommandOutput } from "./commands/GetApiCacheCommand";
145
+ import { GetApiCommandInput, GetApiCommandOutput } from "./commands/GetApiCommand";
167
146
  import {
168
147
  GetChannelNamespaceCommandInput,
169
148
  GetChannelNamespaceCommandOutput,
@@ -180,10 +159,7 @@ import {
180
159
  GetDomainNameCommandInput,
181
160
  GetDomainNameCommandOutput,
182
161
  } from "./commands/GetDomainNameCommand";
183
- import {
184
- GetFunctionCommandInput,
185
- GetFunctionCommandOutput,
186
- } from "./commands/GetFunctionCommand";
162
+ import { GetFunctionCommandInput, GetFunctionCommandOutput } from "./commands/GetFunctionCommand";
187
163
  import {
188
164
  GetGraphqlApiCommandInput,
189
165
  GetGraphqlApiCommandOutput,
@@ -196,10 +172,7 @@ import {
196
172
  GetIntrospectionSchemaCommandInput,
197
173
  GetIntrospectionSchemaCommandOutput,
198
174
  } from "./commands/GetIntrospectionSchemaCommand";
199
- import {
200
- GetResolverCommandInput,
201
- GetResolverCommandOutput,
202
- } from "./commands/GetResolverCommand";
175
+ import { GetResolverCommandInput, GetResolverCommandOutput } from "./commands/GetResolverCommand";
203
176
  import {
204
177
  GetSchemaCreationStatusCommandInput,
205
178
  GetSchemaCreationStatusCommandOutput,
@@ -208,18 +181,9 @@ import {
208
181
  GetSourceApiAssociationCommandInput,
209
182
  GetSourceApiAssociationCommandOutput,
210
183
  } from "./commands/GetSourceApiAssociationCommand";
211
- import {
212
- GetTypeCommandInput,
213
- GetTypeCommandOutput,
214
- } from "./commands/GetTypeCommand";
215
- import {
216
- ListApiKeysCommandInput,
217
- ListApiKeysCommandOutput,
218
- } from "./commands/ListApiKeysCommand";
219
- import {
220
- ListApisCommandInput,
221
- ListApisCommandOutput,
222
- } from "./commands/ListApisCommand";
184
+ import { GetTypeCommandInput, GetTypeCommandOutput } from "./commands/GetTypeCommand";
185
+ import { ListApiKeysCommandInput, ListApiKeysCommandOutput } from "./commands/ListApiKeysCommand";
186
+ import { ListApisCommandInput, ListApisCommandOutput } from "./commands/ListApisCommand";
223
187
  import {
224
188
  ListChannelNamespacesCommandInput,
225
189
  ListChannelNamespacesCommandOutput,
@@ -260,10 +224,7 @@ import {
260
224
  ListTypesByAssociationCommandInput,
261
225
  ListTypesByAssociationCommandOutput,
262
226
  } from "./commands/ListTypesByAssociationCommand";
263
- import {
264
- ListTypesCommandInput,
265
- ListTypesCommandOutput,
266
- } from "./commands/ListTypesCommand";
227
+ import { ListTypesCommandInput, ListTypesCommandOutput } from "./commands/ListTypesCommand";
267
228
  import {
268
229
  PutGraphqlApiEnvironmentVariablesCommandInput,
269
230
  PutGraphqlApiEnvironmentVariablesCommandOutput,
@@ -280,10 +241,7 @@ import {
280
241
  StartSchemaMergeCommandInput,
281
242
  StartSchemaMergeCommandOutput,
282
243
  } from "./commands/StartSchemaMergeCommand";
283
- import {
284
- TagResourceCommandInput,
285
- TagResourceCommandOutput,
286
- } from "./commands/TagResourceCommand";
244
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
287
245
  import {
288
246
  UntagResourceCommandInput,
289
247
  UntagResourceCommandOutput,
@@ -292,10 +250,7 @@ import {
292
250
  UpdateApiCacheCommandInput,
293
251
  UpdateApiCacheCommandOutput,
294
252
  } from "./commands/UpdateApiCacheCommand";
295
- import {
296
- UpdateApiCommandInput,
297
- UpdateApiCommandOutput,
298
- } from "./commands/UpdateApiCommand";
253
+ import { UpdateApiCommandInput, UpdateApiCommandOutput } from "./commands/UpdateApiCommand";
299
254
  import {
300
255
  UpdateApiKeyCommandInput,
301
256
  UpdateApiKeyCommandOutput,
@@ -328,10 +283,7 @@ import {
328
283
  UpdateSourceApiAssociationCommandInput,
329
284
  UpdateSourceApiAssociationCommandOutput,
330
285
  } from "./commands/UpdateSourceApiAssociationCommand";
331
- import {
332
- UpdateTypeCommandInput,
333
- UpdateTypeCommandOutput,
334
- } from "./commands/UpdateTypeCommand";
286
+ import { UpdateTypeCommandInput, UpdateTypeCommandOutput } from "./commands/UpdateTypeCommand";
335
287
  import {
336
288
  ClientInputEndpointParameters,
337
289
  ClientResolvedEndpointParameters,
@@ -489,8 +441,7 @@ export type ServiceOutputTypes =
489
441
  | UpdateResolverCommandOutput
490
442
  | UpdateSourceApiAssociationCommandOutput
491
443
  | UpdateTypeCommandOutput;
492
- export interface ClientDefaults
493
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
444
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
494
445
  requestHandler?: __HttpHandlerUserInput;
495
446
  sha256?: __ChecksumConstructor | __HashConstructor;
496
447
  urlParser?: __UrlParser;
@@ -515,9 +466,7 @@ export interface ClientDefaults
515
466
  extensions?: RuntimeExtension[];
516
467
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
517
468
  }
518
- export type AppSyncClientConfigType = Partial<
519
- __SmithyConfiguration<__HttpHandlerOptions>
520
- > &
469
+ export type AppSyncClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
521
470
  ClientDefaults &
522
471
  UserAgentInputConfig &
523
472
  RetryInputConfig &
@@ -527,19 +476,17 @@ export type AppSyncClientConfigType = Partial<
527
476
  HttpAuthSchemeInputConfig &
528
477
  ClientInputEndpointParameters;
529
478
  export interface AppSyncClientConfig extends AppSyncClientConfigType {}
530
- export type AppSyncClientResolvedConfigType =
531
- __SmithyResolvedConfiguration<__HttpHandlerOptions> &
532
- Required<ClientDefaults> &
533
- RuntimeExtensionsConfig &
534
- UserAgentResolvedConfig &
535
- RetryResolvedConfig &
536
- RegionResolvedConfig &
537
- HostHeaderResolvedConfig &
538
- EndpointResolvedConfig<EndpointParameters> &
539
- HttpAuthSchemeResolvedConfig &
540
- ClientResolvedEndpointParameters;
541
- export interface AppSyncClientResolvedConfig
542
- extends AppSyncClientResolvedConfigType {}
479
+ export type AppSyncClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
480
+ Required<ClientDefaults> &
481
+ RuntimeExtensionsConfig &
482
+ UserAgentResolvedConfig &
483
+ RetryResolvedConfig &
484
+ RegionResolvedConfig &
485
+ HostHeaderResolvedConfig &
486
+ EndpointResolvedConfig<EndpointParameters> &
487
+ HttpAuthSchemeResolvedConfig &
488
+ ClientResolvedEndpointParameters;
489
+ export interface AppSyncClientResolvedConfig extends AppSyncClientResolvedConfigType {}
543
490
  export declare class AppSyncClient extends __Client<
544
491
  __HttpHandlerOptions,
545
492
  ServiceInputTypes,
@@ -547,8 +494,6 @@ export declare class AppSyncClient extends __Client<
547
494
  AppSyncClientResolvedConfig
548
495
  > {
549
496
  readonly config: AppSyncClientResolvedConfig;
550
- constructor(
551
- ...[configuration]: __CheckOptionalClientConfig<AppSyncClientConfig>
552
- );
497
+ constructor(...[configuration]: __CheckOptionalClientConfig<AppSyncClientConfig>);
553
498
  destroy(): void;
554
499
  }
@@ -7,17 +7,10 @@ import { AppSyncHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: AppSyncHttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: AppSyncHttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): AppSyncHttpAuthSchemeProvider;
14
- setCredentials(
15
- credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
16
- ): void;
17
- credentials():
18
- | AwsCredentialIdentity
19
- | AwsCredentialIdentityProvider
20
- | undefined;
12
+ setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
13
+ credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
21
14
  }
22
15
  export type HttpAuthRuntimeConfig = Partial<{
23
16
  httpAuthSchemes: HttpAuthScheme[];
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
25
18
  credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
26
19
  }>;
27
20
  export declare const getHttpAuthExtensionConfiguration: (
28
- runtimeConfig: HttpAuthRuntimeConfig
21
+ runtimeConfig: HttpAuthRuntimeConfig,
29
22
  ) => HttpAuthExtensionConfiguration;
30
23
  export declare const resolveHttpAuthRuntimeConfig: (
31
- config: HttpAuthExtensionConfiguration
24
+ config: HttpAuthExtensionConfiguration,
32
25
  ) => HttpAuthRuntimeConfig;
@@ -12,36 +12,32 @@ import {
12
12
  Provider,
13
13
  } from "@smithy/types";
14
14
  import { AppSyncClientResolvedConfig } from "../AppSyncClient";
15
- export interface AppSyncHttpAuthSchemeParameters
16
- extends HttpAuthSchemeParameters {
15
+ export interface AppSyncHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
17
16
  region?: string;
18
17
  }
19
- export interface AppSyncHttpAuthSchemeParametersProvider
20
- extends HttpAuthSchemeParametersProvider<
21
- AppSyncClientResolvedConfig,
22
- HandlerExecutionContext,
23
- AppSyncHttpAuthSchemeParameters,
24
- object
25
- > {}
18
+ export interface AppSyncHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ AppSyncClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ AppSyncHttpAuthSchemeParameters,
22
+ object
23
+ > {}
26
24
  export declare const defaultAppSyncHttpAuthSchemeParametersProvider: (
27
25
  config: AppSyncClientResolvedConfig,
28
26
  context: HandlerExecutionContext,
29
- input: object
27
+ input: object,
30
28
  ) => Promise<AppSyncHttpAuthSchemeParameters>;
31
- export interface AppSyncHttpAuthSchemeProvider
32
- extends HttpAuthSchemeProvider<AppSyncHttpAuthSchemeParameters> {}
29
+ export interface AppSyncHttpAuthSchemeProvider extends HttpAuthSchemeProvider<AppSyncHttpAuthSchemeParameters> {}
33
30
  export declare const defaultAppSyncHttpAuthSchemeProvider: AppSyncHttpAuthSchemeProvider;
34
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
35
32
  authSchemePreference?: string[] | Provider<string[]>;
36
33
  httpAuthSchemes?: HttpAuthScheme[];
37
34
  httpAuthSchemeProvider?: AppSyncHttpAuthSchemeProvider;
38
35
  }
39
- export interface HttpAuthSchemeResolvedConfig
40
- extends AwsSdkSigV4AuthResolvedConfig {
36
+ export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
41
37
  readonly authSchemePreference: Provider<string[]>;
42
38
  readonly httpAuthSchemes: HttpAuthScheme[];
43
39
  readonly httpAuthSchemeProvider: AppSyncHttpAuthSchemeProvider;
44
40
  }
45
41
  export declare const resolveHttpAuthSchemeConfig: <T>(
46
- config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
42
+ config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
47
43
  ) => T & HttpAuthSchemeResolvedConfig;
@@ -4,22 +4,21 @@ import {
4
4
  ServiceInputTypes,
5
5
  ServiceOutputTypes,
6
6
  } from "./AppSyncClient";
7
- export declare const command: <
8
- I extends ServiceInputTypes,
9
- O extends ServiceOutputTypes
10
- >(
7
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
11
8
  added: EndpointParameterInstructions,
12
9
  plugins: (
13
10
  CommandCtor: any,
14
11
  clientStack: any,
15
12
  config: any,
16
- options: any
13
+ options: any,
17
14
  ) => import("@smithy/types").Pluggable<any, any>[],
18
15
  op: string,
19
16
  $: import("@smithy/types").StaticOperationSchema,
20
- smithyContext?: Record<string, unknown>
17
+ smithyContext?: Record<string, unknown>,
21
18
  ) => {
22
- new (input: I): import("@smithy/core/client").CommandImpl<
19
+ new (
20
+ input: I,
21
+ ): import("@smithy/core/client").CommandImpl<
23
22
  I,
24
23
  O,
25
24
  AppSyncClientResolvedConfig,
@@ -38,9 +37,4 @@ export declare const command: <
38
37
  getEndpointParameterInstructions(): EndpointParameterInstructions;
39
38
  };
40
39
  export declare const _ep0: EndpointParameterInstructions;
41
- export declare const _mw0: (
42
- Command: any,
43
- cs: any,
44
- config: any,
45
- o: any
46
- ) => never[];
40
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { AssociateApiRequest, AssociateApiResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface AssociateApiCommandInput extends AssociateApiRequest {}
5
- export interface AssociateApiCommandOutput
6
- extends AssociateApiResponse,
7
- __MetadataBearer {}
5
+ export interface AssociateApiCommandOutput extends AssociateApiResponse, __MetadataBearer {}
8
6
  declare const AssociateApiCommand_base: {
9
7
  new (
10
- input: AssociateApiCommandInput
8
+ input: AssociateApiCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  AssociateApiCommandInput,
13
11
  AssociateApiCommandOutput,
@@ -16,7 +14,7 @@ declare const AssociateApiCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: AssociateApiCommandInput
17
+ input: AssociateApiCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  AssociateApiCommandInput,
22
20
  AssociateApiCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  AssociateMergedGraphqlApiResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface AssociateMergedGraphqlApiCommandInput
8
- extends AssociateMergedGraphqlApiRequest {}
7
+ export interface AssociateMergedGraphqlApiCommandInput extends AssociateMergedGraphqlApiRequest {}
9
8
  export interface AssociateMergedGraphqlApiCommandOutput
10
- extends AssociateMergedGraphqlApiResponse,
11
- __MetadataBearer {}
9
+ extends AssociateMergedGraphqlApiResponse, __MetadataBearer {}
12
10
  declare const AssociateMergedGraphqlApiCommand_base: {
13
11
  new (
14
- input: AssociateMergedGraphqlApiCommandInput
12
+ input: AssociateMergedGraphqlApiCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  AssociateMergedGraphqlApiCommandInput,
17
15
  AssociateMergedGraphqlApiCommandOutput,
@@ -20,7 +18,7 @@ declare const AssociateMergedGraphqlApiCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: AssociateMergedGraphqlApiCommandInput
21
+ input: AssociateMergedGraphqlApiCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  AssociateMergedGraphqlApiCommandInput,
26
24
  AssociateMergedGraphqlApiCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  AssociateSourceGraphqlApiResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface AssociateSourceGraphqlApiCommandInput
8
- extends AssociateSourceGraphqlApiRequest {}
7
+ export interface AssociateSourceGraphqlApiCommandInput extends AssociateSourceGraphqlApiRequest {}
9
8
  export interface AssociateSourceGraphqlApiCommandOutput
10
- extends AssociateSourceGraphqlApiResponse,
11
- __MetadataBearer {}
9
+ extends AssociateSourceGraphqlApiResponse, __MetadataBearer {}
12
10
  declare const AssociateSourceGraphqlApiCommand_base: {
13
11
  new (
14
- input: AssociateSourceGraphqlApiCommandInput
12
+ input: AssociateSourceGraphqlApiCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  AssociateSourceGraphqlApiCommandInput,
17
15
  AssociateSourceGraphqlApiCommandOutput,
@@ -20,7 +18,7 @@ declare const AssociateSourceGraphqlApiCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: AssociateSourceGraphqlApiCommandInput
21
+ input: AssociateSourceGraphqlApiCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  AssociateSourceGraphqlApiCommandInput,
26
24
  AssociateSourceGraphqlApiCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateApiCacheRequest,
4
- CreateApiCacheResponse,
5
- } from "../models/models_0";
2
+ import { CreateApiCacheRequest, CreateApiCacheResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateApiCacheCommandInput extends CreateApiCacheRequest {}
8
- export interface CreateApiCacheCommandOutput
9
- extends CreateApiCacheResponse,
10
- __MetadataBearer {}
5
+ export interface CreateApiCacheCommandOutput extends CreateApiCacheResponse, __MetadataBearer {}
11
6
  declare const CreateApiCacheCommand_base: {
12
7
  new (
13
- input: CreateApiCacheCommandInput
8
+ input: CreateApiCacheCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateApiCacheCommandInput,
16
11
  CreateApiCacheCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateApiCacheCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateApiCacheCommandInput
17
+ input: CreateApiCacheCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateApiCacheCommandInput,
25
20
  CreateApiCacheCommandOutput,
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CreateApiRequest, CreateApiResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateApiCommandInput extends CreateApiRequest {}
5
- export interface CreateApiCommandOutput
6
- extends CreateApiResponse,
7
- __MetadataBearer {}
5
+ export interface CreateApiCommandOutput extends CreateApiResponse, __MetadataBearer {}
8
6
  declare const CreateApiCommand_base: {
9
- new (input: CreateApiCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: CreateApiCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  CreateApiCommandInput,
11
11
  CreateApiCommandOutput,
12
12
  import("..").AppSyncClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: CreateApiCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: CreateApiCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  CreateApiCommandInput,
18
20
  CreateApiCommandOutput,
19
21
  import("..").AppSyncClientResolvedConfig,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CreateApiKeyRequest, CreateApiKeyResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateApiKeyCommandInput extends CreateApiKeyRequest {}
5
- export interface CreateApiKeyCommandOutput
6
- extends CreateApiKeyResponse,
7
- __MetadataBearer {}
5
+ export interface CreateApiKeyCommandOutput extends CreateApiKeyResponse, __MetadataBearer {}
8
6
  declare const CreateApiKeyCommand_base: {
9
7
  new (
10
- input: CreateApiKeyCommandInput
8
+ input: CreateApiKeyCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  CreateApiKeyCommandInput,
13
11
  CreateApiKeyCommandOutput,
@@ -16,7 +14,7 @@ declare const CreateApiKeyCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: CreateApiKeyCommandInput
17
+ input: CreateApiKeyCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  CreateApiKeyCommandInput,
22
20
  CreateApiKeyCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateChannelNamespaceRequest,
4
- CreateChannelNamespaceResponse,
5
- } from "../models/models_0";
2
+ import { CreateChannelNamespaceRequest, CreateChannelNamespaceResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateChannelNamespaceCommandInput
8
- extends CreateChannelNamespaceRequest {}
4
+ export interface CreateChannelNamespaceCommandInput extends CreateChannelNamespaceRequest {}
9
5
  export interface CreateChannelNamespaceCommandOutput
10
- extends CreateChannelNamespaceResponse,
11
- __MetadataBearer {}
6
+ extends CreateChannelNamespaceResponse, __MetadataBearer {}
12
7
  declare const CreateChannelNamespaceCommand_base: {
13
8
  new (
14
- input: CreateChannelNamespaceCommandInput
9
+ input: CreateChannelNamespaceCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateChannelNamespaceCommandInput,
17
12
  CreateChannelNamespaceCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateChannelNamespaceCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateChannelNamespaceCommandInput
18
+ input: CreateChannelNamespaceCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateChannelNamespaceCommandInput,
26
21
  CreateChannelNamespaceCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateDataSourceRequest,
4
- CreateDataSourceResponse,
5
- } from "../models/models_0";
2
+ import { CreateDataSourceRequest, CreateDataSourceResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateDataSourceCommandInput extends CreateDataSourceRequest {}
8
- export interface CreateDataSourceCommandOutput
9
- extends CreateDataSourceResponse,
10
- __MetadataBearer {}
5
+ export interface CreateDataSourceCommandOutput extends CreateDataSourceResponse, __MetadataBearer {}
11
6
  declare const CreateDataSourceCommand_base: {
12
7
  new (
13
- input: CreateDataSourceCommandInput
8
+ input: CreateDataSourceCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateDataSourceCommandInput,
16
11
  CreateDataSourceCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateDataSourceCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateDataSourceCommandInput
17
+ input: CreateDataSourceCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateDataSourceCommandInput,
25
20
  CreateDataSourceCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateDomainNameRequest,
4
- CreateDomainNameResponse,
5
- } from "../models/models_0";
2
+ import { CreateDomainNameRequest, CreateDomainNameResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateDomainNameCommandInput extends CreateDomainNameRequest {}
8
- export interface CreateDomainNameCommandOutput
9
- extends CreateDomainNameResponse,
10
- __MetadataBearer {}
5
+ export interface CreateDomainNameCommandOutput extends CreateDomainNameResponse, __MetadataBearer {}
11
6
  declare const CreateDomainNameCommand_base: {
12
7
  new (
13
- input: CreateDomainNameCommandInput
8
+ input: CreateDomainNameCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateDomainNameCommandInput,
16
11
  CreateDomainNameCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateDomainNameCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateDomainNameCommandInput
17
+ input: CreateDomainNameCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateDomainNameCommandInput,
25
20
  CreateDomainNameCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateFunctionRequest,
4
- CreateFunctionResponse,
5
- } from "../models/models_0";
2
+ import { CreateFunctionRequest, CreateFunctionResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateFunctionCommandInput extends CreateFunctionRequest {}
8
- export interface CreateFunctionCommandOutput
9
- extends CreateFunctionResponse,
10
- __MetadataBearer {}
5
+ export interface CreateFunctionCommandOutput extends CreateFunctionResponse, __MetadataBearer {}
11
6
  declare const CreateFunctionCommand_base: {
12
7
  new (
13
- input: CreateFunctionCommandInput
8
+ input: CreateFunctionCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateFunctionCommandInput,
16
11
  CreateFunctionCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateFunctionCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateFunctionCommandInput
17
+ input: CreateFunctionCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateFunctionCommandInput,
25
20
  CreateFunctionCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateGraphqlApiRequest,
4
- CreateGraphqlApiResponse,
5
- } from "../models/models_0";
2
+ import { CreateGraphqlApiRequest, CreateGraphqlApiResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateGraphqlApiCommandInput extends CreateGraphqlApiRequest {}
8
- export interface CreateGraphqlApiCommandOutput
9
- extends CreateGraphqlApiResponse,
10
- __MetadataBearer {}
5
+ export interface CreateGraphqlApiCommandOutput extends CreateGraphqlApiResponse, __MetadataBearer {}
11
6
  declare const CreateGraphqlApiCommand_base: {
12
7
  new (
13
- input: CreateGraphqlApiCommandInput
8
+ input: CreateGraphqlApiCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateGraphqlApiCommandInput,
16
11
  CreateGraphqlApiCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateGraphqlApiCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateGraphqlApiCommandInput
17
+ input: CreateGraphqlApiCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateGraphqlApiCommandInput,
25
20
  CreateGraphqlApiCommandOutput,