@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,39 @@
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 { GetIntrospectionSchemaRequest, GetIntrospectionSchemaResponse } from "../models/models_0";
5
- export interface GetIntrospectionSchemaCommandInput extends GetIntrospectionSchemaRequest {
6
- }
7
- export interface GetIntrospectionSchemaCommandOutput extends GetIntrospectionSchemaResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetIntrospectionSchemaCommand extends $Command<GetIntrospectionSchemaCommandInput, GetIntrospectionSchemaCommandOutput, AppSyncClientResolvedConfig> {
11
- readonly input: GetIntrospectionSchemaCommandInput;
12
- constructor(input: GetIntrospectionSchemaCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIntrospectionSchemaCommandInput, GetIntrospectionSchemaCommandOutput>;
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
+ GetIntrospectionSchemaRequest,
15
+ GetIntrospectionSchemaResponse,
16
+ } from "../models/models_0";
17
+ export interface GetIntrospectionSchemaCommandInput
18
+ extends GetIntrospectionSchemaRequest {}
19
+ export interface GetIntrospectionSchemaCommandOutput
20
+ extends GetIntrospectionSchemaResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetIntrospectionSchemaCommand extends $Command<
23
+ GetIntrospectionSchemaCommandInput,
24
+ GetIntrospectionSchemaCommandOutput,
25
+ AppSyncClientResolvedConfig
26
+ > {
27
+ readonly input: GetIntrospectionSchemaCommandInput;
28
+ constructor(input: GetIntrospectionSchemaCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: AppSyncClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetIntrospectionSchemaCommandInput,
35
+ GetIntrospectionSchemaCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { GetResolverRequest, GetResolverResponse } from "../models/models_0";
5
- export interface GetResolverCommandInput extends GetResolverRequest {
6
- }
7
- export interface GetResolverCommandOutput extends GetResolverResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetResolverCommand extends $Command<GetResolverCommandInput, GetResolverCommandOutput, AppSyncClientResolvedConfig> {
11
- readonly input: GetResolverCommandInput;
12
- constructor(input: GetResolverCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResolverCommandInput, GetResolverCommandOutput>;
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 { GetResolverRequest, GetResolverResponse } from "../models/models_0";
14
+ export interface GetResolverCommandInput extends GetResolverRequest {}
15
+ export interface GetResolverCommandOutput
16
+ extends GetResolverResponse,
17
+ __MetadataBearer {}
18
+ export declare class GetResolverCommand extends $Command<
19
+ GetResolverCommandInput,
20
+ GetResolverCommandOutput,
21
+ AppSyncClientResolvedConfig
22
+ > {
23
+ readonly input: GetResolverCommandInput;
24
+ constructor(input: GetResolverCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: AppSyncClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<GetResolverCommandInput, GetResolverCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,39 @@
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 { GetSchemaCreationStatusRequest, GetSchemaCreationStatusResponse } from "../models/models_0";
5
- export interface GetSchemaCreationStatusCommandInput extends GetSchemaCreationStatusRequest {
6
- }
7
- export interface GetSchemaCreationStatusCommandOutput extends GetSchemaCreationStatusResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetSchemaCreationStatusCommand extends $Command<GetSchemaCreationStatusCommandInput, GetSchemaCreationStatusCommandOutput, AppSyncClientResolvedConfig> {
11
- readonly input: GetSchemaCreationStatusCommandInput;
12
- constructor(input: GetSchemaCreationStatusCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSchemaCreationStatusCommandInput, GetSchemaCreationStatusCommandOutput>;
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
+ GetSchemaCreationStatusRequest,
15
+ GetSchemaCreationStatusResponse,
16
+ } from "../models/models_0";
17
+ export interface GetSchemaCreationStatusCommandInput
18
+ extends GetSchemaCreationStatusRequest {}
19
+ export interface GetSchemaCreationStatusCommandOutput
20
+ extends GetSchemaCreationStatusResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetSchemaCreationStatusCommand extends $Command<
23
+ GetSchemaCreationStatusCommandInput,
24
+ GetSchemaCreationStatusCommandOutput,
25
+ AppSyncClientResolvedConfig
26
+ > {
27
+ readonly input: GetSchemaCreationStatusCommandInput;
28
+ constructor(input: GetSchemaCreationStatusCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: AppSyncClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetSchemaCreationStatusCommandInput,
35
+ GetSchemaCreationStatusCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { GetTypeRequest, GetTypeResponse } from "../models/models_0";
5
- export interface GetTypeCommandInput extends GetTypeRequest {
6
- }
7
- export interface GetTypeCommandOutput extends GetTypeResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetTypeCommand extends $Command<GetTypeCommandInput, GetTypeCommandOutput, AppSyncClientResolvedConfig> {
11
- readonly input: GetTypeCommandInput;
12
- constructor(input: GetTypeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTypeCommandInput, GetTypeCommandOutput>;
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 { GetTypeRequest, GetTypeResponse } from "../models/models_0";
14
+ export interface GetTypeCommandInput extends GetTypeRequest {}
15
+ export interface GetTypeCommandOutput
16
+ extends GetTypeResponse,
17
+ __MetadataBearer {}
18
+ export declare class GetTypeCommand extends $Command<
19
+ GetTypeCommandInput,
20
+ GetTypeCommandOutput,
21
+ AppSyncClientResolvedConfig
22
+ > {
23
+ readonly input: GetTypeCommandInput;
24
+ constructor(input: GetTypeCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: AppSyncClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<GetTypeCommandInput, GetTypeCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { ListApiKeysRequest, ListApiKeysResponse } from "../models/models_0";
5
- export interface ListApiKeysCommandInput extends ListApiKeysRequest {
6
- }
7
- export interface ListApiKeysCommandOutput extends ListApiKeysResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListApiKeysCommand extends $Command<ListApiKeysCommandInput, ListApiKeysCommandOutput, AppSyncClientResolvedConfig> {
11
- readonly input: ListApiKeysCommandInput;
12
- constructor(input: ListApiKeysCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListApiKeysCommandInput, ListApiKeysCommandOutput>;
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 { ListApiKeysRequest, ListApiKeysResponse } from "../models/models_0";
14
+ export interface ListApiKeysCommandInput extends ListApiKeysRequest {}
15
+ export interface ListApiKeysCommandOutput
16
+ extends ListApiKeysResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListApiKeysCommand extends $Command<
19
+ ListApiKeysCommandInput,
20
+ ListApiKeysCommandOutput,
21
+ AppSyncClientResolvedConfig
22
+ > {
23
+ readonly input: ListApiKeysCommandInput;
24
+ constructor(input: ListApiKeysCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: AppSyncClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListApiKeysCommandInput, ListApiKeysCommandOutput>;
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 { ListDataSourcesRequest, ListDataSourcesResponse } from "../models/models_0";
5
- export interface ListDataSourcesCommandInput extends ListDataSourcesRequest {
6
- }
7
- export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListDataSourcesCommand extends $Command<ListDataSourcesCommandInput, ListDataSourcesCommandOutput, AppSyncClientResolvedConfig> {
11
- readonly input: ListDataSourcesCommandInput;
12
- constructor(input: ListDataSourcesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDataSourcesCommandInput, ListDataSourcesCommandOutput>;
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
+ ListDataSourcesRequest,
15
+ ListDataSourcesResponse,
16
+ } from "../models/models_0";
17
+ export interface ListDataSourcesCommandInput extends ListDataSourcesRequest {}
18
+ export interface ListDataSourcesCommandOutput
19
+ extends ListDataSourcesResponse,
20
+ __MetadataBearer {}
21
+ export declare class ListDataSourcesCommand extends $Command<
22
+ ListDataSourcesCommandInput,
23
+ ListDataSourcesCommandOutput,
24
+ AppSyncClientResolvedConfig
25
+ > {
26
+ readonly input: ListDataSourcesCommandInput;
27
+ constructor(input: ListDataSourcesCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: AppSyncClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListDataSourcesCommandInput, ListDataSourcesCommandOutput>;
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 { ListDomainNamesRequest, ListDomainNamesResponse } from "../models/models_0";
5
- export interface ListDomainNamesCommandInput extends ListDomainNamesRequest {
6
- }
7
- export interface ListDomainNamesCommandOutput extends ListDomainNamesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListDomainNamesCommand extends $Command<ListDomainNamesCommandInput, ListDomainNamesCommandOutput, AppSyncClientResolvedConfig> {
11
- readonly input: ListDomainNamesCommandInput;
12
- constructor(input: ListDomainNamesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDomainNamesCommandInput, ListDomainNamesCommandOutput>;
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
+ ListDomainNamesRequest,
15
+ ListDomainNamesResponse,
16
+ } from "../models/models_0";
17
+ export interface ListDomainNamesCommandInput extends ListDomainNamesRequest {}
18
+ export interface ListDomainNamesCommandOutput
19
+ extends ListDomainNamesResponse,
20
+ __MetadataBearer {}
21
+ export declare class ListDomainNamesCommand extends $Command<
22
+ ListDomainNamesCommandInput,
23
+ ListDomainNamesCommandOutput,
24
+ AppSyncClientResolvedConfig
25
+ > {
26
+ readonly input: ListDomainNamesCommandInput;
27
+ constructor(input: ListDomainNamesCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: AppSyncClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListDomainNamesCommandInput, ListDomainNamesCommandOutput>;
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 { ListFunctionsRequest, ListFunctionsResponse } from "../models/models_0";
5
- export interface ListFunctionsCommandInput extends ListFunctionsRequest {
6
- }
7
- export interface ListFunctionsCommandOutput extends ListFunctionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListFunctionsCommand extends $Command<ListFunctionsCommandInput, ListFunctionsCommandOutput, AppSyncClientResolvedConfig> {
11
- readonly input: ListFunctionsCommandInput;
12
- constructor(input: ListFunctionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFunctionsCommandInput, ListFunctionsCommandOutput>;
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
+ ListFunctionsRequest,
15
+ ListFunctionsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListFunctionsCommandInput extends ListFunctionsRequest {}
18
+ export interface ListFunctionsCommandOutput
19
+ extends ListFunctionsResponse,
20
+ __MetadataBearer {}
21
+ export declare class ListFunctionsCommand extends $Command<
22
+ ListFunctionsCommandInput,
23
+ ListFunctionsCommandOutput,
24
+ AppSyncClientResolvedConfig
25
+ > {
26
+ readonly input: ListFunctionsCommandInput;
27
+ constructor(input: ListFunctionsCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: AppSyncClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListFunctionsCommandInput, ListFunctionsCommandOutput>;
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 { ListGraphqlApisRequest, ListGraphqlApisResponse } from "../models/models_0";
5
- export interface ListGraphqlApisCommandInput extends ListGraphqlApisRequest {
6
- }
7
- export interface ListGraphqlApisCommandOutput extends ListGraphqlApisResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListGraphqlApisCommand extends $Command<ListGraphqlApisCommandInput, ListGraphqlApisCommandOutput, AppSyncClientResolvedConfig> {
11
- readonly input: ListGraphqlApisCommandInput;
12
- constructor(input: ListGraphqlApisCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGraphqlApisCommandInput, ListGraphqlApisCommandOutput>;
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
+ ListGraphqlApisRequest,
15
+ ListGraphqlApisResponse,
16
+ } from "../models/models_0";
17
+ export interface ListGraphqlApisCommandInput extends ListGraphqlApisRequest {}
18
+ export interface ListGraphqlApisCommandOutput
19
+ extends ListGraphqlApisResponse,
20
+ __MetadataBearer {}
21
+ export declare class ListGraphqlApisCommand extends $Command<
22
+ ListGraphqlApisCommandInput,
23
+ ListGraphqlApisCommandOutput,
24
+ AppSyncClientResolvedConfig
25
+ > {
26
+ readonly input: ListGraphqlApisCommandInput;
27
+ constructor(input: ListGraphqlApisCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: AppSyncClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListGraphqlApisCommandInput, ListGraphqlApisCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
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 { ListResolversByFunctionRequest, ListResolversByFunctionResponse } from "../models/models_0";
5
- export interface ListResolversByFunctionCommandInput extends ListResolversByFunctionRequest {
6
- }
7
- export interface ListResolversByFunctionCommandOutput extends ListResolversByFunctionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListResolversByFunctionCommand extends $Command<ListResolversByFunctionCommandInput, ListResolversByFunctionCommandOutput, AppSyncClientResolvedConfig> {
11
- readonly input: ListResolversByFunctionCommandInput;
12
- constructor(input: ListResolversByFunctionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListResolversByFunctionCommandInput, ListResolversByFunctionCommandOutput>;
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
+ ListResolversByFunctionRequest,
15
+ ListResolversByFunctionResponse,
16
+ } from "../models/models_0";
17
+ export interface ListResolversByFunctionCommandInput
18
+ extends ListResolversByFunctionRequest {}
19
+ export interface ListResolversByFunctionCommandOutput
20
+ extends ListResolversByFunctionResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListResolversByFunctionCommand extends $Command<
23
+ ListResolversByFunctionCommandInput,
24
+ ListResolversByFunctionCommandOutput,
25
+ AppSyncClientResolvedConfig
26
+ > {
27
+ readonly input: ListResolversByFunctionCommandInput;
28
+ constructor(input: ListResolversByFunctionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: AppSyncClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListResolversByFunctionCommandInput,
35
+ ListResolversByFunctionCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { ListResolversRequest, ListResolversResponse } from "../models/models_0";
5
- export interface ListResolversCommandInput extends ListResolversRequest {
6
- }
7
- export interface ListResolversCommandOutput extends ListResolversResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListResolversCommand extends $Command<ListResolversCommandInput, ListResolversCommandOutput, AppSyncClientResolvedConfig> {
11
- readonly input: ListResolversCommandInput;
12
- constructor(input: ListResolversCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListResolversCommandInput, ListResolversCommandOutput>;
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
+ ListResolversRequest,
15
+ ListResolversResponse,
16
+ } from "../models/models_0";
17
+ export interface ListResolversCommandInput extends ListResolversRequest {}
18
+ export interface ListResolversCommandOutput
19
+ extends ListResolversResponse,
20
+ __MetadataBearer {}
21
+ export declare class ListResolversCommand extends $Command<
22
+ ListResolversCommandInput,
23
+ ListResolversCommandOutput,
24
+ AppSyncClientResolvedConfig
25
+ > {
26
+ readonly input: ListResolversCommandInput;
27
+ constructor(input: ListResolversCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: AppSyncClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListResolversCommandInput, ListResolversCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }