@aws-sdk/client-appsync 3.169.0 → 3.170.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 +8 -0
  2. package/dist-types/ts3.4/AppSync.d.ts +904 -255
  3. package/dist-types/ts3.4/AppSyncClient.d.ts +429 -123
  4. package/dist-types/ts3.4/commands/AssociateApiCommand.d.ts +34 -17
  5. package/dist-types/ts3.4/commands/CreateApiCacheCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/CreateGraphqlApiCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/CreateResolverCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/CreateTypeCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/DeleteApiCacheCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +34 -17
  15. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/DeleteGraphqlApiCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/DeleteResolverCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DeleteTypeCommand.d.ts +34 -17
  21. package/dist-types/ts3.4/commands/DisassociateApiCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/EvaluateMappingTemplateCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/FlushApiCacheCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/GetApiAssociationCommand.d.ts +38 -17
  25. package/dist-types/ts3.4/commands/GetApiCacheCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +37 -17
  28. package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +34 -17
  29. package/dist-types/ts3.4/commands/GetGraphqlApiCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/GetIntrospectionSchemaCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/GetResolverCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/GetSchemaCreationStatusCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/GetTypeCommand.d.ts +34 -17
  34. package/dist-types/ts3.4/commands/ListApiKeysCommand.d.ts +34 -17
  35. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +37 -17
  38. package/dist-types/ts3.4/commands/ListGraphqlApisCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/ListResolversByFunctionCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/ListResolversCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  42. package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +34 -17
  43. package/dist-types/ts3.4/commands/StartSchemaCreationCommand.d.ts +38 -17
  44. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  45. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  46. package/dist-types/ts3.4/commands/UpdateApiCacheCommand.d.ts +37 -17
  47. package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +34 -17
  48. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +37 -17
  49. package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +37 -17
  50. package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +37 -17
  51. package/dist-types/ts3.4/commands/UpdateGraphqlApiCommand.d.ts +37 -17
  52. package/dist-types/ts3.4/commands/UpdateResolverCommand.d.ts +37 -17
  53. package/dist-types/ts3.4/commands/UpdateTypeCommand.d.ts +34 -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 +8 -6
  58. package/dist-types/ts3.4/models/index.d.ts +1 -1
  59. package/dist-types/ts3.4/models/models_0.d.ts +1573 -1437
  60. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +605 -152
  61. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  62. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  63. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  64. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  65. package/package.json +34 -34
@@ -1,17 +1,34 @@
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
+
19
+ export declare class CreateApiKeyCommand extends $Command<
20
+ CreateApiKeyCommandInput,
21
+ CreateApiKeyCommandOutput,
22
+ AppSyncClientResolvedConfig
23
+ > {
24
+ readonly input: CreateApiKeyCommandInput;
25
+ constructor(input: CreateApiKeyCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AppSyncClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CreateApiKeyCommandInput, CreateApiKeyCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,37 @@
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
+
22
+ export declare class CreateDataSourceCommand extends $Command<
23
+ CreateDataSourceCommandInput,
24
+ CreateDataSourceCommandOutput,
25
+ AppSyncClientResolvedConfig
26
+ > {
27
+ readonly input: CreateDataSourceCommandInput;
28
+ constructor(input: CreateDataSourceCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AppSyncClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateDataSourceCommandInput, CreateDataSourceCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
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
+
22
+ export declare class CreateDomainNameCommand extends $Command<
23
+ CreateDomainNameCommandInput,
24
+ CreateDomainNameCommandOutput,
25
+ AppSyncClientResolvedConfig
26
+ > {
27
+ readonly input: CreateDomainNameCommandInput;
28
+ constructor(input: CreateDomainNameCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AppSyncClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateDomainNameCommandInput, CreateDomainNameCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
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
+
22
+ export declare class CreateFunctionCommand extends $Command<
23
+ CreateFunctionCommandInput,
24
+ CreateFunctionCommandOutput,
25
+ AppSyncClientResolvedConfig
26
+ > {
27
+ readonly input: CreateFunctionCommandInput;
28
+ constructor(input: CreateFunctionCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AppSyncClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateFunctionCommandInput, CreateFunctionCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
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
+
22
+ export declare class CreateGraphqlApiCommand extends $Command<
23
+ CreateGraphqlApiCommandInput,
24
+ CreateGraphqlApiCommandOutput,
25
+ AppSyncClientResolvedConfig
26
+ > {
27
+ readonly input: CreateGraphqlApiCommandInput;
28
+ constructor(input: CreateGraphqlApiCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AppSyncClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateGraphqlApiCommandInput, CreateGraphqlApiCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
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
+
22
+ export declare class CreateResolverCommand extends $Command<
23
+ CreateResolverCommandInput,
24
+ CreateResolverCommandOutput,
25
+ AppSyncClientResolvedConfig
26
+ > {
27
+ readonly input: CreateResolverCommandInput;
28
+ constructor(input: CreateResolverCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AppSyncClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateResolverCommandInput, CreateResolverCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,34 @@
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
+
19
+ export declare class CreateTypeCommand extends $Command<
20
+ CreateTypeCommandInput,
21
+ CreateTypeCommandOutput,
22
+ AppSyncClientResolvedConfig
23
+ > {
24
+ readonly input: CreateTypeCommandInput;
25
+ constructor(input: CreateTypeCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AppSyncClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CreateTypeCommandInput, CreateTypeCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,37 @@
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
+
22
+ export declare class DeleteApiCacheCommand extends $Command<
23
+ DeleteApiCacheCommandInput,
24
+ DeleteApiCacheCommandOutput,
25
+ AppSyncClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteApiCacheCommandInput;
28
+ constructor(input: DeleteApiCacheCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AppSyncClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeleteApiCacheCommandInput, DeleteApiCacheCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,34 @@
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
+
19
+ export declare class DeleteApiKeyCommand extends $Command<
20
+ DeleteApiKeyCommandInput,
21
+ DeleteApiKeyCommandOutput,
22
+ AppSyncClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteApiKeyCommandInput;
25
+ constructor(input: DeleteApiKeyCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AppSyncClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<DeleteApiKeyCommandInput, DeleteApiKeyCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,37 @@
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
+
22
+ export declare class DeleteDataSourceCommand extends $Command<
23
+ DeleteDataSourceCommandInput,
24
+ DeleteDataSourceCommandOutput,
25
+ AppSyncClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteDataSourceCommandInput;
28
+ constructor(input: DeleteDataSourceCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AppSyncClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
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
+
22
+ export declare class DeleteDomainNameCommand extends $Command<
23
+ DeleteDomainNameCommandInput,
24
+ DeleteDomainNameCommandOutput,
25
+ AppSyncClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteDomainNameCommandInput;
28
+ constructor(input: DeleteDomainNameCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AppSyncClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeleteDomainNameCommandInput, DeleteDomainNameCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }