@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 { GetFunctionRequest, GetFunctionResponse } from "../models/models_0";
5
- export interface GetFunctionCommandInput extends GetFunctionRequest {
6
- }
7
- export interface GetFunctionCommandOutput extends GetFunctionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetFunctionCommand extends $Command<GetFunctionCommandInput, GetFunctionCommandOutput, AppSyncClientResolvedConfig> {
11
- readonly input: GetFunctionCommandInput;
12
- constructor(input: GetFunctionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFunctionCommandInput, GetFunctionCommandOutput>;
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 { GetFunctionRequest, GetFunctionResponse } from "../models/models_0";
14
+ export interface GetFunctionCommandInput extends GetFunctionRequest {}
15
+ export interface GetFunctionCommandOutput
16
+ extends GetFunctionResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetFunctionCommand extends $Command<
20
+ GetFunctionCommandInput,
21
+ GetFunctionCommandOutput,
22
+ AppSyncClientResolvedConfig
23
+ > {
24
+ readonly input: GetFunctionCommandInput;
25
+ constructor(input: GetFunctionCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AppSyncClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetFunctionCommandInput, GetFunctionCommandOutput>;
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 { GetGraphqlApiRequest, GetGraphqlApiResponse } from "../models/models_0";
5
- export interface GetGraphqlApiCommandInput extends GetGraphqlApiRequest {
6
- }
7
- export interface GetGraphqlApiCommandOutput extends GetGraphqlApiResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetGraphqlApiCommand extends $Command<GetGraphqlApiCommandInput, GetGraphqlApiCommandOutput, AppSyncClientResolvedConfig> {
11
- readonly input: GetGraphqlApiCommandInput;
12
- constructor(input: GetGraphqlApiCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGraphqlApiCommandInput, GetGraphqlApiCommandOutput>;
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
+ GetGraphqlApiRequest,
15
+ GetGraphqlApiResponse,
16
+ } from "../models/models_0";
17
+ export interface GetGraphqlApiCommandInput extends GetGraphqlApiRequest {}
18
+ export interface GetGraphqlApiCommandOutput
19
+ extends GetGraphqlApiResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class GetGraphqlApiCommand extends $Command<
23
+ GetGraphqlApiCommandInput,
24
+ GetGraphqlApiCommandOutput,
25
+ AppSyncClientResolvedConfig
26
+ > {
27
+ readonly input: GetGraphqlApiCommandInput;
28
+ constructor(input: GetGraphqlApiCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AppSyncClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetGraphqlApiCommandInput, GetGraphqlApiCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
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
+
23
+ export declare class GetIntrospectionSchemaCommand extends $Command<
24
+ GetIntrospectionSchemaCommandInput,
25
+ GetIntrospectionSchemaCommandOutput,
26
+ AppSyncClientResolvedConfig
27
+ > {
28
+ readonly input: GetIntrospectionSchemaCommandInput;
29
+ constructor(input: GetIntrospectionSchemaCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AppSyncClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetIntrospectionSchemaCommandInput,
37
+ GetIntrospectionSchemaCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { 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
+
19
+ export declare class GetResolverCommand extends $Command<
20
+ GetResolverCommandInput,
21
+ GetResolverCommandOutput,
22
+ AppSyncClientResolvedConfig
23
+ > {
24
+ readonly input: GetResolverCommandInput;
25
+ constructor(input: GetResolverCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AppSyncClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetResolverCommandInput, GetResolverCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,41 @@
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
+
23
+ export declare class GetSchemaCreationStatusCommand extends $Command<
24
+ GetSchemaCreationStatusCommandInput,
25
+ GetSchemaCreationStatusCommandOutput,
26
+ AppSyncClientResolvedConfig
27
+ > {
28
+ readonly input: GetSchemaCreationStatusCommandInput;
29
+ constructor(input: GetSchemaCreationStatusCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AppSyncClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetSchemaCreationStatusCommandInput,
37
+ GetSchemaCreationStatusCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { 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
+
19
+ export declare class GetTypeCommand extends $Command<
20
+ GetTypeCommandInput,
21
+ GetTypeCommandOutput,
22
+ AppSyncClientResolvedConfig
23
+ > {
24
+ readonly input: GetTypeCommandInput;
25
+ constructor(input: GetTypeCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AppSyncClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetTypeCommandInput, GetTypeCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
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 { 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
+
19
+ export declare class ListApiKeysCommand extends $Command<
20
+ ListApiKeysCommandInput,
21
+ ListApiKeysCommandOutput,
22
+ AppSyncClientResolvedConfig
23
+ > {
24
+ readonly input: ListApiKeysCommandInput;
25
+ constructor(input: ListApiKeysCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AppSyncClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListApiKeysCommandInput, ListApiKeysCommandOutput>;
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 { 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
+
22
+ export declare class ListDataSourcesCommand extends $Command<
23
+ ListDataSourcesCommandInput,
24
+ ListDataSourcesCommandOutput,
25
+ AppSyncClientResolvedConfig
26
+ > {
27
+ readonly input: ListDataSourcesCommandInput;
28
+ constructor(input: ListDataSourcesCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AppSyncClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListDataSourcesCommandInput, ListDataSourcesCommandOutput>;
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 { 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
+
22
+ export declare class ListDomainNamesCommand extends $Command<
23
+ ListDomainNamesCommandInput,
24
+ ListDomainNamesCommandOutput,
25
+ AppSyncClientResolvedConfig
26
+ > {
27
+ readonly input: ListDomainNamesCommandInput;
28
+ constructor(input: ListDomainNamesCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AppSyncClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListDomainNamesCommandInput, ListDomainNamesCommandOutput>;
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 { 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
+
22
+ export declare class ListFunctionsCommand extends $Command<
23
+ ListFunctionsCommandInput,
24
+ ListFunctionsCommandOutput,
25
+ AppSyncClientResolvedConfig
26
+ > {
27
+ readonly input: ListFunctionsCommandInput;
28
+ constructor(input: ListFunctionsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AppSyncClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListFunctionsCommandInput, ListFunctionsCommandOutput>;
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 { 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
+
22
+ export declare class ListGraphqlApisCommand extends $Command<
23
+ ListGraphqlApisCommandInput,
24
+ ListGraphqlApisCommandOutput,
25
+ AppSyncClientResolvedConfig
26
+ > {
27
+ readonly input: ListGraphqlApisCommandInput;
28
+ constructor(input: ListGraphqlApisCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AppSyncClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListGraphqlApisCommandInput, ListGraphqlApisCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }