@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,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 { 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
- }
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
+ DeleteGraphqlApiRequest,
15
+ DeleteGraphqlApiResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteGraphqlApiCommandInput extends DeleteGraphqlApiRequest {}
18
+ export interface DeleteGraphqlApiCommandOutput
19
+ extends DeleteGraphqlApiResponse,
20
+ __MetadataBearer {}
21
+ export declare class DeleteGraphqlApiCommand extends $Command<
22
+ DeleteGraphqlApiCommandInput,
23
+ DeleteGraphqlApiCommandOutput,
24
+ AppSyncClientResolvedConfig
25
+ > {
26
+ readonly input: DeleteGraphqlApiCommandInput;
27
+ constructor(input: DeleteGraphqlApiCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: AppSyncClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DeleteGraphqlApiCommandInput, DeleteGraphqlApiCommandOutput>;
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 { 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
- }
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
+ DeleteResolverRequest,
15
+ DeleteResolverResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteResolverCommandInput extends DeleteResolverRequest {}
18
+ export interface DeleteResolverCommandOutput
19
+ extends DeleteResolverResponse,
20
+ __MetadataBearer {}
21
+ export declare class DeleteResolverCommand extends $Command<
22
+ DeleteResolverCommandInput,
23
+ DeleteResolverCommandOutput,
24
+ AppSyncClientResolvedConfig
25
+ > {
26
+ readonly input: DeleteResolverCommandInput;
27
+ constructor(input: DeleteResolverCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: AppSyncClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DeleteResolverCommandInput, DeleteResolverCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
4
- import { 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
- }
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 { DeleteTypeRequest, DeleteTypeResponse } from "../models/models_0";
14
+ export interface DeleteTypeCommandInput extends DeleteTypeRequest {}
15
+ export interface DeleteTypeCommandOutput
16
+ extends DeleteTypeResponse,
17
+ __MetadataBearer {}
18
+ export declare class DeleteTypeCommand extends $Command<
19
+ DeleteTypeCommandInput,
20
+ DeleteTypeCommandOutput,
21
+ AppSyncClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteTypeCommandInput;
24
+ constructor(input: DeleteTypeCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: AppSyncClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteTypeCommandInput, DeleteTypeCommandOutput>;
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 { 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
- }
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
+ DisassociateApiRequest,
15
+ DisassociateApiResponse,
16
+ } from "../models/models_0";
17
+ export interface DisassociateApiCommandInput extends DisassociateApiRequest {}
18
+ export interface DisassociateApiCommandOutput
19
+ extends DisassociateApiResponse,
20
+ __MetadataBearer {}
21
+ export declare class DisassociateApiCommand extends $Command<
22
+ DisassociateApiCommandInput,
23
+ DisassociateApiCommandOutput,
24
+ AppSyncClientResolvedConfig
25
+ > {
26
+ readonly input: DisassociateApiCommandInput;
27
+ constructor(input: DisassociateApiCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: AppSyncClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DisassociateApiCommandInput, DisassociateApiCommandOutput>;
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 { EvaluateMappingTemplateRequest, EvaluateMappingTemplateResponse } from "../models/models_0";
5
- export interface EvaluateMappingTemplateCommandInput extends EvaluateMappingTemplateRequest {
6
- }
7
- export interface EvaluateMappingTemplateCommandOutput extends EvaluateMappingTemplateResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class EvaluateMappingTemplateCommand extends $Command<EvaluateMappingTemplateCommandInput, EvaluateMappingTemplateCommandOutput, AppSyncClientResolvedConfig> {
11
- readonly input: EvaluateMappingTemplateCommandInput;
12
- constructor(input: EvaluateMappingTemplateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EvaluateMappingTemplateCommandInput, EvaluateMappingTemplateCommandOutput>;
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
+ EvaluateMappingTemplateRequest,
15
+ EvaluateMappingTemplateResponse,
16
+ } from "../models/models_0";
17
+ export interface EvaluateMappingTemplateCommandInput
18
+ extends EvaluateMappingTemplateRequest {}
19
+ export interface EvaluateMappingTemplateCommandOutput
20
+ extends EvaluateMappingTemplateResponse,
21
+ __MetadataBearer {}
22
+ export declare class EvaluateMappingTemplateCommand extends $Command<
23
+ EvaluateMappingTemplateCommandInput,
24
+ EvaluateMappingTemplateCommandOutput,
25
+ AppSyncClientResolvedConfig
26
+ > {
27
+ readonly input: EvaluateMappingTemplateCommandInput;
28
+ constructor(input: EvaluateMappingTemplateCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: AppSyncClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ EvaluateMappingTemplateCommandInput,
35
+ EvaluateMappingTemplateCommandOutput
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 { 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
- }
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
+ FlushApiCacheRequest,
15
+ FlushApiCacheResponse,
16
+ } from "../models/models_0";
17
+ export interface FlushApiCacheCommandInput extends FlushApiCacheRequest {}
18
+ export interface FlushApiCacheCommandOutput
19
+ extends FlushApiCacheResponse,
20
+ __MetadataBearer {}
21
+ export declare class FlushApiCacheCommand extends $Command<
22
+ FlushApiCacheCommandInput,
23
+ FlushApiCacheCommandOutput,
24
+ AppSyncClientResolvedConfig
25
+ > {
26
+ readonly input: FlushApiCacheCommandInput;
27
+ constructor(input: FlushApiCacheCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: AppSyncClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<FlushApiCacheCommandInput, FlushApiCacheCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,36 @@
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
- }
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
+ GetApiAssociationRequest,
15
+ GetApiAssociationResponse,
16
+ } from "../models/models_0";
17
+ export interface GetApiAssociationCommandInput
18
+ extends GetApiAssociationRequest {}
19
+ export interface GetApiAssociationCommandOutput
20
+ extends GetApiAssociationResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetApiAssociationCommand extends $Command<
23
+ GetApiAssociationCommandInput,
24
+ GetApiAssociationCommandOutput,
25
+ AppSyncClientResolvedConfig
26
+ > {
27
+ readonly input: GetApiAssociationCommandInput;
28
+ constructor(input: GetApiAssociationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: AppSyncClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<GetApiAssociationCommandInput, GetApiAssociationCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -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 { 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
- }
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 { GetApiCacheRequest, GetApiCacheResponse } from "../models/models_0";
14
+ export interface GetApiCacheCommandInput extends GetApiCacheRequest {}
15
+ export interface GetApiCacheCommandOutput
16
+ extends GetApiCacheResponse,
17
+ __MetadataBearer {}
18
+ export declare class GetApiCacheCommand extends $Command<
19
+ GetApiCacheCommandInput,
20
+ GetApiCacheCommandOutput,
21
+ AppSyncClientResolvedConfig
22
+ > {
23
+ readonly input: GetApiCacheCommandInput;
24
+ constructor(input: GetApiCacheCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: AppSyncClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<GetApiCacheCommandInput, GetApiCacheCommandOutput>;
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 { 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
- }
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
+ GetDataSourceRequest,
15
+ GetDataSourceResponse,
16
+ } from "../models/models_0";
17
+ export interface GetDataSourceCommandInput extends GetDataSourceRequest {}
18
+ export interface GetDataSourceCommandOutput
19
+ extends GetDataSourceResponse,
20
+ __MetadataBearer {}
21
+ export declare class GetDataSourceCommand extends $Command<
22
+ GetDataSourceCommandInput,
23
+ GetDataSourceCommandOutput,
24
+ AppSyncClientResolvedConfig
25
+ > {
26
+ readonly input: GetDataSourceCommandInput;
27
+ constructor(input: GetDataSourceCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: AppSyncClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<GetDataSourceCommandInput, GetDataSourceCommandOutput>;
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 { 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
- }
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
+ GetDomainNameRequest,
15
+ GetDomainNameResponse,
16
+ } from "../models/models_0";
17
+ export interface GetDomainNameCommandInput extends GetDomainNameRequest {}
18
+ export interface GetDomainNameCommandOutput
19
+ extends GetDomainNameResponse,
20
+ __MetadataBearer {}
21
+ export declare class GetDomainNameCommand extends $Command<
22
+ GetDomainNameCommandInput,
23
+ GetDomainNameCommandOutput,
24
+ AppSyncClientResolvedConfig
25
+ > {
26
+ readonly input: GetDomainNameCommandInput;
27
+ constructor(input: GetDomainNameCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: AppSyncClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<GetDomainNameCommandInput, GetDomainNameCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
4
- import { 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
+ export declare class GetFunctionCommand extends $Command<
19
+ GetFunctionCommandInput,
20
+ GetFunctionCommandOutput,
21
+ AppSyncClientResolvedConfig
22
+ > {
23
+ readonly input: GetFunctionCommandInput;
24
+ constructor(input: GetFunctionCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: AppSyncClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<GetFunctionCommandInput, GetFunctionCommandOutput>;
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 { 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
+ export declare class GetGraphqlApiCommand extends $Command<
22
+ GetGraphqlApiCommandInput,
23
+ GetGraphqlApiCommandOutput,
24
+ AppSyncClientResolvedConfig
25
+ > {
26
+ readonly input: GetGraphqlApiCommandInput;
27
+ constructor(input: GetGraphqlApiCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: AppSyncClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<GetGraphqlApiCommandInput, GetGraphqlApiCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }