@aws-sdk/client-appsync 3.50.0 → 3.53.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 (75) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/AppSyncServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +148 -3
  5. package/dist-cjs/protocols/Aws_restJson1.js +511 -1939
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/AppSyncServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +134 -1
  9. package/dist-es/protocols/Aws_restJson1.js +1109 -2147
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/AppSyncServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +79 -45
  13. package/dist-types/ts3.4/AppSync.d.ts +250 -0
  14. package/dist-types/ts3.4/AppSyncClient.d.ts +122 -0
  15. package/dist-types/ts3.4/commands/AssociateApiCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/CreateApiCacheCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/CreateGraphqlApiCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/CreateResolverCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/CreateTypeCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/DeleteApiCacheCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DeleteGraphqlApiCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DeleteResolverCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/DeleteTypeCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DisassociateApiCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/FlushApiCacheCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/GetApiAssociationCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/GetApiCacheCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/GetGraphqlApiCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/GetIntrospectionSchemaCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/GetResolverCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/GetSchemaCreationStatusCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/GetTypeCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/ListApiKeysCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/ListGraphqlApisCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/ListResolversByFunctionCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/ListResolversCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/StartSchemaCreationCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/UpdateApiCacheCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/UpdateGraphqlApiCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/UpdateResolverCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/UpdateTypeCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/index.d.ts +49 -0
  65. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  66. package/dist-types/ts3.4/index.d.ts +5 -0
  67. package/dist-types/ts3.4/models/AppSyncServiceException.d.ts +6 -0
  68. package/dist-types/ts3.4/models/index.d.ts +1 -0
  69. package/dist-types/ts3.4/models/models_0.d.ts +1678 -0
  70. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +149 -0
  71. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  72. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  73. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  74. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  75. package/package.json +33 -33
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
4
+ import { DeleteFunctionRequest, DeleteFunctionResponse } from "../models/models_0";
5
+ export interface DeleteFunctionCommandInput extends DeleteFunctionRequest {
6
+ }
7
+ export interface DeleteFunctionCommandOutput extends DeleteFunctionResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteFunctionCommand extends $Command<DeleteFunctionCommandInput, DeleteFunctionCommandOutput, AppSyncClientResolvedConfig> {
11
+ readonly input: DeleteFunctionCommandInput;
12
+ constructor(input: DeleteFunctionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFunctionCommandInput, DeleteFunctionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DeleteGraphqlApiRequest, DeleteGraphqlApiResponse } from "../models/models_0";
5
+ export interface DeleteGraphqlApiCommandInput extends DeleteGraphqlApiRequest {
6
+ }
7
+ export interface DeleteGraphqlApiCommandOutput extends DeleteGraphqlApiResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteGraphqlApiCommand extends $Command<DeleteGraphqlApiCommandInput, DeleteGraphqlApiCommandOutput, AppSyncClientResolvedConfig> {
11
+ readonly input: DeleteGraphqlApiCommandInput;
12
+ constructor(input: DeleteGraphqlApiCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteGraphqlApiCommandInput, DeleteGraphqlApiCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DeleteResolverRequest, DeleteResolverResponse } from "../models/models_0";
5
+ export interface DeleteResolverCommandInput extends DeleteResolverRequest {
6
+ }
7
+ export interface DeleteResolverCommandOutput extends DeleteResolverResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteResolverCommand extends $Command<DeleteResolverCommandInput, DeleteResolverCommandOutput, AppSyncClientResolvedConfig> {
11
+ readonly input: DeleteResolverCommandInput;
12
+ constructor(input: DeleteResolverCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResolverCommandInput, DeleteResolverCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DeleteTypeRequest, DeleteTypeResponse } from "../models/models_0";
5
+ export interface DeleteTypeCommandInput extends DeleteTypeRequest {
6
+ }
7
+ export interface DeleteTypeCommandOutput extends DeleteTypeResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteTypeCommand extends $Command<DeleteTypeCommandInput, DeleteTypeCommandOutput, AppSyncClientResolvedConfig> {
11
+ readonly input: DeleteTypeCommandInput;
12
+ constructor(input: DeleteTypeCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTypeCommandInput, DeleteTypeCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DisassociateApiRequest, DisassociateApiResponse } from "../models/models_0";
5
+ export interface DisassociateApiCommandInput extends DisassociateApiRequest {
6
+ }
7
+ export interface DisassociateApiCommandOutput extends DisassociateApiResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DisassociateApiCommand extends $Command<DisassociateApiCommandInput, DisassociateApiCommandOutput, AppSyncClientResolvedConfig> {
11
+ readonly input: DisassociateApiCommandInput;
12
+ constructor(input: DisassociateApiCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateApiCommandInput, DisassociateApiCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { FlushApiCacheRequest, FlushApiCacheResponse } from "../models/models_0";
5
+ export interface FlushApiCacheCommandInput extends FlushApiCacheRequest {
6
+ }
7
+ export interface FlushApiCacheCommandOutput extends FlushApiCacheResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class FlushApiCacheCommand extends $Command<FlushApiCacheCommandInput, FlushApiCacheCommandOutput, AppSyncClientResolvedConfig> {
11
+ readonly input: FlushApiCacheCommandInput;
12
+ constructor(input: FlushApiCacheCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<FlushApiCacheCommandInput, FlushApiCacheCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetApiAssociationRequest, GetApiAssociationResponse } from "../models/models_0";
5
+ export interface GetApiAssociationCommandInput extends GetApiAssociationRequest {
6
+ }
7
+ export interface GetApiAssociationCommandOutput extends GetApiAssociationResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetApiAssociationCommand extends $Command<GetApiAssociationCommandInput, GetApiAssociationCommandOutput, AppSyncClientResolvedConfig> {
11
+ readonly input: GetApiAssociationCommandInput;
12
+ constructor(input: GetApiAssociationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetApiAssociationCommandInput, GetApiAssociationCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetApiCacheRequest, GetApiCacheResponse } from "../models/models_0";
5
+ export interface GetApiCacheCommandInput extends GetApiCacheRequest {
6
+ }
7
+ export interface GetApiCacheCommandOutput extends GetApiCacheResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetApiCacheCommand extends $Command<GetApiCacheCommandInput, GetApiCacheCommandOutput, AppSyncClientResolvedConfig> {
11
+ readonly input: GetApiCacheCommandInput;
12
+ constructor(input: GetApiCacheCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetApiCacheCommandInput, GetApiCacheCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetDataSourceRequest, GetDataSourceResponse } from "../models/models_0";
5
+ export interface GetDataSourceCommandInput extends GetDataSourceRequest {
6
+ }
7
+ export interface GetDataSourceCommandOutput extends GetDataSourceResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetDataSourceCommand extends $Command<GetDataSourceCommandInput, GetDataSourceCommandOutput, AppSyncClientResolvedConfig> {
11
+ readonly input: GetDataSourceCommandInput;
12
+ constructor(input: GetDataSourceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDataSourceCommandInput, GetDataSourceCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetDomainNameRequest, GetDomainNameResponse } from "../models/models_0";
5
+ export interface GetDomainNameCommandInput extends GetDomainNameRequest {
6
+ }
7
+ export interface GetDomainNameCommandOutput extends GetDomainNameResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetDomainNameCommand extends $Command<GetDomainNameCommandInput, GetDomainNameCommandOutput, AppSyncClientResolvedConfig> {
11
+ readonly input: GetDomainNameCommandInput;
12
+ constructor(input: GetDomainNameCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDomainNameCommandInput, GetDomainNameCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }