@aws-sdk/client-appsync 3.169.0 → 3.171.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 (65) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/AppSync.d.ts +854 -255
  3. package/dist-types/ts3.4/AppSyncClient.d.ts +404 -123
  4. package/dist-types/ts3.4/commands/AssociateApiCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/CreateApiCacheCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/CreateGraphqlApiCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/CreateResolverCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/CreateTypeCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/DeleteApiCacheCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +32 -17
  15. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/DeleteGraphqlApiCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/DeleteResolverCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/DeleteTypeCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/DisassociateApiCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/EvaluateMappingTemplateCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/FlushApiCacheCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/GetApiAssociationCommand.d.ts +36 -17
  25. package/dist-types/ts3.4/commands/GetApiCacheCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +35 -17
  27. package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +32 -17
  29. package/dist-types/ts3.4/commands/GetGraphqlApiCommand.d.ts +35 -17
  30. package/dist-types/ts3.4/commands/GetIntrospectionSchemaCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/GetResolverCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/GetSchemaCreationStatusCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/GetTypeCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/ListApiKeysCommand.d.ts +32 -17
  35. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +35 -17
  37. package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +35 -17
  38. package/dist-types/ts3.4/commands/ListGraphqlApisCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/ListResolversByFunctionCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/ListResolversCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  42. package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +32 -17
  43. package/dist-types/ts3.4/commands/StartSchemaCreationCommand.d.ts +36 -17
  44. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  45. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  46. package/dist-types/ts3.4/commands/UpdateApiCacheCommand.d.ts +35 -17
  47. package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +32 -17
  48. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +35 -17
  49. package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +35 -17
  50. package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +35 -17
  51. package/dist-types/ts3.4/commands/UpdateGraphqlApiCommand.d.ts +35 -17
  52. package/dist-types/ts3.4/commands/UpdateResolverCommand.d.ts +35 -17
  53. package/dist-types/ts3.4/commands/UpdateTypeCommand.d.ts +32 -17
  54. package/dist-types/ts3.4/commands/index.d.ts +50 -50
  55. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  56. package/dist-types/ts3.4/index.d.ts +5 -5
  57. package/dist-types/ts3.4/models/AppSyncServiceException.d.ts +7 -6
  58. package/dist-types/ts3.4/models/index.d.ts +1 -1
  59. package/dist-types/ts3.4/models/models_0.d.ts +1147 -1437
  60. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +605 -152
  61. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  62. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  63. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  64. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  65. package/package.json +34 -34
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
4
- import { CreateApiKeyRequest, CreateApiKeyResponse } from "../models/models_0";
5
- export interface CreateApiKeyCommandInput extends CreateApiKeyRequest {
6
- }
7
- export interface CreateApiKeyCommandOutput extends CreateApiKeyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateApiKeyCommand extends $Command<CreateApiKeyCommandInput, CreateApiKeyCommandOutput, AppSyncClientResolvedConfig> {
11
- readonly input: CreateApiKeyCommandInput;
12
- constructor(input: CreateApiKeyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateApiKeyCommandInput, CreateApiKeyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ AppSyncClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../AppSyncClient";
13
+ import { CreateApiKeyRequest, CreateApiKeyResponse } from "../models/models_0";
14
+ export interface CreateApiKeyCommandInput extends CreateApiKeyRequest {}
15
+ export interface CreateApiKeyCommandOutput
16
+ extends CreateApiKeyResponse,
17
+ __MetadataBearer {}
18
+ export declare class CreateApiKeyCommand extends $Command<
19
+ CreateApiKeyCommandInput,
20
+ CreateApiKeyCommandOutput,
21
+ AppSyncClientResolvedConfig
22
+ > {
23
+ readonly input: CreateApiKeyCommandInput;
24
+ constructor(input: CreateApiKeyCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: AppSyncClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateApiKeyCommandInput, CreateApiKeyCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
4
- import { CreateDataSourceRequest, CreateDataSourceResponse } from "../models/models_0";
5
- export interface CreateDataSourceCommandInput extends CreateDataSourceRequest {
6
- }
7
- export interface CreateDataSourceCommandOutput extends CreateDataSourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateDataSourceCommand extends $Command<CreateDataSourceCommandInput, CreateDataSourceCommandOutput, AppSyncClientResolvedConfig> {
11
- readonly input: CreateDataSourceCommandInput;
12
- constructor(input: CreateDataSourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDataSourceCommandInput, CreateDataSourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ AppSyncClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../AppSyncClient";
13
+ import {
14
+ CreateDataSourceRequest,
15
+ CreateDataSourceResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateDataSourceCommandInput extends CreateDataSourceRequest {}
18
+ export interface CreateDataSourceCommandOutput
19
+ extends CreateDataSourceResponse,
20
+ __MetadataBearer {}
21
+ export declare class CreateDataSourceCommand extends $Command<
22
+ CreateDataSourceCommandInput,
23
+ CreateDataSourceCommandOutput,
24
+ AppSyncClientResolvedConfig
25
+ > {
26
+ readonly input: CreateDataSourceCommandInput;
27
+ constructor(input: CreateDataSourceCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: AppSyncClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreateDataSourceCommandInput, CreateDataSourceCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
4
- import { CreateDomainNameRequest, CreateDomainNameResponse } from "../models/models_0";
5
- export interface CreateDomainNameCommandInput extends CreateDomainNameRequest {
6
- }
7
- export interface CreateDomainNameCommandOutput extends CreateDomainNameResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateDomainNameCommand extends $Command<CreateDomainNameCommandInput, CreateDomainNameCommandOutput, AppSyncClientResolvedConfig> {
11
- readonly input: CreateDomainNameCommandInput;
12
- constructor(input: CreateDomainNameCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDomainNameCommandInput, CreateDomainNameCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ AppSyncClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../AppSyncClient";
13
+ import {
14
+ CreateDomainNameRequest,
15
+ CreateDomainNameResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateDomainNameCommandInput extends CreateDomainNameRequest {}
18
+ export interface CreateDomainNameCommandOutput
19
+ extends CreateDomainNameResponse,
20
+ __MetadataBearer {}
21
+ export declare class CreateDomainNameCommand extends $Command<
22
+ CreateDomainNameCommandInput,
23
+ CreateDomainNameCommandOutput,
24
+ AppSyncClientResolvedConfig
25
+ > {
26
+ readonly input: CreateDomainNameCommandInput;
27
+ constructor(input: CreateDomainNameCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: AppSyncClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreateDomainNameCommandInput, CreateDomainNameCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
4
- import { CreateFunctionRequest, CreateFunctionResponse } from "../models/models_0";
5
- export interface CreateFunctionCommandInput extends CreateFunctionRequest {
6
- }
7
- export interface CreateFunctionCommandOutput extends CreateFunctionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateFunctionCommand extends $Command<CreateFunctionCommandInput, CreateFunctionCommandOutput, AppSyncClientResolvedConfig> {
11
- readonly input: CreateFunctionCommandInput;
12
- constructor(input: CreateFunctionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFunctionCommandInput, CreateFunctionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ AppSyncClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../AppSyncClient";
13
+ import {
14
+ CreateFunctionRequest,
15
+ CreateFunctionResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateFunctionCommandInput extends CreateFunctionRequest {}
18
+ export interface CreateFunctionCommandOutput
19
+ extends CreateFunctionResponse,
20
+ __MetadataBearer {}
21
+ export declare class CreateFunctionCommand extends $Command<
22
+ CreateFunctionCommandInput,
23
+ CreateFunctionCommandOutput,
24
+ AppSyncClientResolvedConfig
25
+ > {
26
+ readonly input: CreateFunctionCommandInput;
27
+ constructor(input: CreateFunctionCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: AppSyncClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreateFunctionCommandInput, CreateFunctionCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
4
- import { CreateGraphqlApiRequest, CreateGraphqlApiResponse } from "../models/models_0";
5
- export interface CreateGraphqlApiCommandInput extends CreateGraphqlApiRequest {
6
- }
7
- export interface CreateGraphqlApiCommandOutput extends CreateGraphqlApiResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateGraphqlApiCommand extends $Command<CreateGraphqlApiCommandInput, CreateGraphqlApiCommandOutput, AppSyncClientResolvedConfig> {
11
- readonly input: CreateGraphqlApiCommandInput;
12
- constructor(input: CreateGraphqlApiCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGraphqlApiCommandInput, CreateGraphqlApiCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ AppSyncClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../AppSyncClient";
13
+ import {
14
+ CreateGraphqlApiRequest,
15
+ CreateGraphqlApiResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateGraphqlApiCommandInput extends CreateGraphqlApiRequest {}
18
+ export interface CreateGraphqlApiCommandOutput
19
+ extends CreateGraphqlApiResponse,
20
+ __MetadataBearer {}
21
+ export declare class CreateGraphqlApiCommand extends $Command<
22
+ CreateGraphqlApiCommandInput,
23
+ CreateGraphqlApiCommandOutput,
24
+ AppSyncClientResolvedConfig
25
+ > {
26
+ readonly input: CreateGraphqlApiCommandInput;
27
+ constructor(input: CreateGraphqlApiCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: AppSyncClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreateGraphqlApiCommandInput, CreateGraphqlApiCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
4
- import { CreateResolverRequest, CreateResolverResponse } from "../models/models_0";
5
- export interface CreateResolverCommandInput extends CreateResolverRequest {
6
- }
7
- export interface CreateResolverCommandOutput extends CreateResolverResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateResolverCommand extends $Command<CreateResolverCommandInput, CreateResolverCommandOutput, AppSyncClientResolvedConfig> {
11
- readonly input: CreateResolverCommandInput;
12
- constructor(input: CreateResolverCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateResolverCommandInput, CreateResolverCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ AppSyncClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../AppSyncClient";
13
+ import {
14
+ CreateResolverRequest,
15
+ CreateResolverResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateResolverCommandInput extends CreateResolverRequest {}
18
+ export interface CreateResolverCommandOutput
19
+ extends CreateResolverResponse,
20
+ __MetadataBearer {}
21
+ export declare class CreateResolverCommand extends $Command<
22
+ CreateResolverCommandInput,
23
+ CreateResolverCommandOutput,
24
+ AppSyncClientResolvedConfig
25
+ > {
26
+ readonly input: CreateResolverCommandInput;
27
+ constructor(input: CreateResolverCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: AppSyncClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreateResolverCommandInput, CreateResolverCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
4
- import { CreateTypeRequest, CreateTypeResponse } from "../models/models_0";
5
- export interface CreateTypeCommandInput extends CreateTypeRequest {
6
- }
7
- export interface CreateTypeCommandOutput extends CreateTypeResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateTypeCommand extends $Command<CreateTypeCommandInput, CreateTypeCommandOutput, AppSyncClientResolvedConfig> {
11
- readonly input: CreateTypeCommandInput;
12
- constructor(input: CreateTypeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTypeCommandInput, CreateTypeCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ AppSyncClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../AppSyncClient";
13
+ import { CreateTypeRequest, CreateTypeResponse } from "../models/models_0";
14
+ export interface CreateTypeCommandInput extends CreateTypeRequest {}
15
+ export interface CreateTypeCommandOutput
16
+ extends CreateTypeResponse,
17
+ __MetadataBearer {}
18
+ export declare class CreateTypeCommand extends $Command<
19
+ CreateTypeCommandInput,
20
+ CreateTypeCommandOutput,
21
+ AppSyncClientResolvedConfig
22
+ > {
23
+ readonly input: CreateTypeCommandInput;
24
+ constructor(input: CreateTypeCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: AppSyncClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateTypeCommandInput, CreateTypeCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
4
- import { DeleteApiCacheRequest, DeleteApiCacheResponse } from "../models/models_0";
5
- export interface DeleteApiCacheCommandInput extends DeleteApiCacheRequest {
6
- }
7
- export interface DeleteApiCacheCommandOutput extends DeleteApiCacheResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteApiCacheCommand extends $Command<DeleteApiCacheCommandInput, DeleteApiCacheCommandOutput, AppSyncClientResolvedConfig> {
11
- readonly input: DeleteApiCacheCommandInput;
12
- constructor(input: DeleteApiCacheCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApiCacheCommandInput, DeleteApiCacheCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ AppSyncClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../AppSyncClient";
13
+ import {
14
+ DeleteApiCacheRequest,
15
+ DeleteApiCacheResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteApiCacheCommandInput extends DeleteApiCacheRequest {}
18
+ export interface DeleteApiCacheCommandOutput
19
+ extends DeleteApiCacheResponse,
20
+ __MetadataBearer {}
21
+ export declare class DeleteApiCacheCommand extends $Command<
22
+ DeleteApiCacheCommandInput,
23
+ DeleteApiCacheCommandOutput,
24
+ AppSyncClientResolvedConfig
25
+ > {
26
+ readonly input: DeleteApiCacheCommandInput;
27
+ constructor(input: DeleteApiCacheCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: AppSyncClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DeleteApiCacheCommandInput, DeleteApiCacheCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
4
- import { DeleteApiKeyRequest, DeleteApiKeyResponse } from "../models/models_0";
5
- export interface DeleteApiKeyCommandInput extends DeleteApiKeyRequest {
6
- }
7
- export interface DeleteApiKeyCommandOutput extends DeleteApiKeyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteApiKeyCommand extends $Command<DeleteApiKeyCommandInput, DeleteApiKeyCommandOutput, AppSyncClientResolvedConfig> {
11
- readonly input: DeleteApiKeyCommandInput;
12
- constructor(input: DeleteApiKeyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApiKeyCommandInput, DeleteApiKeyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ AppSyncClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../AppSyncClient";
13
+ import { DeleteApiKeyRequest, DeleteApiKeyResponse } from "../models/models_0";
14
+ export interface DeleteApiKeyCommandInput extends DeleteApiKeyRequest {}
15
+ export interface DeleteApiKeyCommandOutput
16
+ extends DeleteApiKeyResponse,
17
+ __MetadataBearer {}
18
+ export declare class DeleteApiKeyCommand extends $Command<
19
+ DeleteApiKeyCommandInput,
20
+ DeleteApiKeyCommandOutput,
21
+ AppSyncClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteApiKeyCommandInput;
24
+ constructor(input: DeleteApiKeyCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: AppSyncClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteApiKeyCommandInput, DeleteApiKeyCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
4
- import { DeleteDataSourceRequest, DeleteDataSourceResponse } from "../models/models_0";
5
- export interface DeleteDataSourceCommandInput extends DeleteDataSourceRequest {
6
- }
7
- export interface DeleteDataSourceCommandOutput extends DeleteDataSourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteDataSourceCommand extends $Command<DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput, AppSyncClientResolvedConfig> {
11
- readonly input: DeleteDataSourceCommandInput;
12
- constructor(input: DeleteDataSourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ AppSyncClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../AppSyncClient";
13
+ import {
14
+ DeleteDataSourceRequest,
15
+ DeleteDataSourceResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteDataSourceCommandInput extends DeleteDataSourceRequest {}
18
+ export interface DeleteDataSourceCommandOutput
19
+ extends DeleteDataSourceResponse,
20
+ __MetadataBearer {}
21
+ export declare class DeleteDataSourceCommand extends $Command<
22
+ DeleteDataSourceCommandInput,
23
+ DeleteDataSourceCommandOutput,
24
+ AppSyncClientResolvedConfig
25
+ > {
26
+ readonly input: DeleteDataSourceCommandInput;
27
+ constructor(input: DeleteDataSourceCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: AppSyncClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
4
- import { DeleteDomainNameRequest, DeleteDomainNameResponse } from "../models/models_0";
5
- export interface DeleteDomainNameCommandInput extends DeleteDomainNameRequest {
6
- }
7
- export interface DeleteDomainNameCommandOutput extends DeleteDomainNameResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteDomainNameCommand extends $Command<DeleteDomainNameCommandInput, DeleteDomainNameCommandOutput, AppSyncClientResolvedConfig> {
11
- readonly input: DeleteDomainNameCommandInput;
12
- constructor(input: DeleteDomainNameCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDomainNameCommandInput, DeleteDomainNameCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ AppSyncClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../AppSyncClient";
13
+ import {
14
+ DeleteDomainNameRequest,
15
+ DeleteDomainNameResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteDomainNameCommandInput extends DeleteDomainNameRequest {}
18
+ export interface DeleteDomainNameCommandOutput
19
+ extends DeleteDomainNameResponse,
20
+ __MetadataBearer {}
21
+ export declare class DeleteDomainNameCommand extends $Command<
22
+ DeleteDomainNameCommandInput,
23
+ DeleteDomainNameCommandOutput,
24
+ AppSyncClientResolvedConfig
25
+ > {
26
+ readonly input: DeleteDomainNameCommandInput;
27
+ constructor(input: DeleteDomainNameCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: AppSyncClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DeleteDomainNameCommandInput, DeleteDomainNameCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
4
- import { DeleteFunctionRequest, DeleteFunctionResponse } from "../models/models_0";
5
- export interface DeleteFunctionCommandInput extends DeleteFunctionRequest {
6
- }
7
- export interface DeleteFunctionCommandOutput extends DeleteFunctionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteFunctionCommand extends $Command<DeleteFunctionCommandInput, DeleteFunctionCommandOutput, AppSyncClientResolvedConfig> {
11
- readonly input: DeleteFunctionCommandInput;
12
- constructor(input: DeleteFunctionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFunctionCommandInput, DeleteFunctionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ AppSyncClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../AppSyncClient";
13
+ import {
14
+ DeleteFunctionRequest,
15
+ DeleteFunctionResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteFunctionCommandInput extends DeleteFunctionRequest {}
18
+ export interface DeleteFunctionCommandOutput
19
+ extends DeleteFunctionResponse,
20
+ __MetadataBearer {}
21
+ export declare class DeleteFunctionCommand extends $Command<
22
+ DeleteFunctionCommandInput,
23
+ DeleteFunctionCommandOutput,
24
+ AppSyncClientResolvedConfig
25
+ > {
26
+ readonly input: DeleteFunctionCommandInput;
27
+ constructor(input: DeleteFunctionCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: AppSyncClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DeleteFunctionCommandInput, DeleteFunctionCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }