@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,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 { ListResolversByFunctionRequest, ListResolversByFunctionResponse } from "../models/models_0";
5
- export interface ListResolversByFunctionCommandInput extends ListResolversByFunctionRequest {
6
- }
7
- export interface ListResolversByFunctionCommandOutput extends ListResolversByFunctionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListResolversByFunctionCommand extends $Command<ListResolversByFunctionCommandInput, ListResolversByFunctionCommandOutput, AppSyncClientResolvedConfig> {
11
- readonly input: ListResolversByFunctionCommandInput;
12
- constructor(input: ListResolversByFunctionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListResolversByFunctionCommandInput, ListResolversByFunctionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ AppSyncClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../AppSyncClient";
13
+ import {
14
+ ListResolversByFunctionRequest,
15
+ ListResolversByFunctionResponse,
16
+ } from "../models/models_0";
17
+ export interface ListResolversByFunctionCommandInput
18
+ extends ListResolversByFunctionRequest {}
19
+ export interface ListResolversByFunctionCommandOutput
20
+ extends ListResolversByFunctionResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListResolversByFunctionCommand extends $Command<
24
+ ListResolversByFunctionCommandInput,
25
+ ListResolversByFunctionCommandOutput,
26
+ AppSyncClientResolvedConfig
27
+ > {
28
+ readonly input: ListResolversByFunctionCommandInput;
29
+ constructor(input: ListResolversByFunctionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AppSyncClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListResolversByFunctionCommandInput,
37
+ ListResolversByFunctionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { ListResolversRequest, ListResolversResponse } from "../models/models_0";
5
- export interface ListResolversCommandInput extends ListResolversRequest {
6
- }
7
- export interface ListResolversCommandOutput extends ListResolversResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListResolversCommand extends $Command<ListResolversCommandInput, ListResolversCommandOutput, AppSyncClientResolvedConfig> {
11
- readonly input: ListResolversCommandInput;
12
- constructor(input: ListResolversCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListResolversCommandInput, ListResolversCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ AppSyncClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../AppSyncClient";
13
+ import {
14
+ ListResolversRequest,
15
+ ListResolversResponse,
16
+ } from "../models/models_0";
17
+ export interface ListResolversCommandInput extends ListResolversRequest {}
18
+ export interface ListResolversCommandOutput
19
+ extends ListResolversResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ListResolversCommand extends $Command<
23
+ ListResolversCommandInput,
24
+ ListResolversCommandOutput,
25
+ AppSyncClientResolvedConfig
26
+ > {
27
+ readonly input: ListResolversCommandInput;
28
+ constructor(input: ListResolversCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AppSyncClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListResolversCommandInput, ListResolversCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,38 @@
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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
- }
7
- export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AppSyncClientResolvedConfig> {
11
- readonly input: ListTagsForResourceCommandInput;
12
- constructor(input: ListTagsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
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
+ ListTagsForResourceRequest,
15
+ ListTagsForResourceResponse,
16
+ } from "../models/models_0";
17
+ export interface ListTagsForResourceCommandInput
18
+ extends ListTagsForResourceRequest {}
19
+ export interface ListTagsForResourceCommandOutput
20
+ extends ListTagsForResourceResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListTagsForResourceCommand extends $Command<
24
+ ListTagsForResourceCommandInput,
25
+ ListTagsForResourceCommandOutput,
26
+ AppSyncClientResolvedConfig
27
+ > {
28
+ readonly input: ListTagsForResourceCommandInput;
29
+ constructor(input: ListTagsForResourceCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AppSyncClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { ListTypesRequest, ListTypesResponse } from "../models/models_0";
5
- export interface ListTypesCommandInput extends ListTypesRequest {
6
- }
7
- export interface ListTypesCommandOutput extends ListTypesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTypesCommand extends $Command<ListTypesCommandInput, ListTypesCommandOutput, AppSyncClientResolvedConfig> {
11
- readonly input: ListTypesCommandInput;
12
- constructor(input: ListTypesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTypesCommandInput, ListTypesCommandOutput>;
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 { ListTypesRequest, ListTypesResponse } from "../models/models_0";
14
+ export interface ListTypesCommandInput extends ListTypesRequest {}
15
+ export interface ListTypesCommandOutput
16
+ extends ListTypesResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ListTypesCommand extends $Command<
20
+ ListTypesCommandInput,
21
+ ListTypesCommandOutput,
22
+ AppSyncClientResolvedConfig
23
+ > {
24
+ readonly input: ListTypesCommandInput;
25
+ constructor(input: ListTypesCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AppSyncClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListTypesCommandInput, ListTypesCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,38 @@
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 { StartSchemaCreationRequest, StartSchemaCreationResponse } from "../models/models_0";
5
- export interface StartSchemaCreationCommandInput extends StartSchemaCreationRequest {
6
- }
7
- export interface StartSchemaCreationCommandOutput extends StartSchemaCreationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StartSchemaCreationCommand extends $Command<StartSchemaCreationCommandInput, StartSchemaCreationCommandOutput, AppSyncClientResolvedConfig> {
11
- readonly input: StartSchemaCreationCommandInput;
12
- constructor(input: StartSchemaCreationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartSchemaCreationCommandInput, StartSchemaCreationCommandOutput>;
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
+ StartSchemaCreationRequest,
15
+ StartSchemaCreationResponse,
16
+ } from "../models/models_0";
17
+ export interface StartSchemaCreationCommandInput
18
+ extends StartSchemaCreationRequest {}
19
+ export interface StartSchemaCreationCommandOutput
20
+ extends StartSchemaCreationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class StartSchemaCreationCommand extends $Command<
24
+ StartSchemaCreationCommandInput,
25
+ StartSchemaCreationCommandOutput,
26
+ AppSyncClientResolvedConfig
27
+ > {
28
+ readonly input: StartSchemaCreationCommandInput;
29
+ constructor(input: StartSchemaCreationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AppSyncClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<StartSchemaCreationCommandInput, StartSchemaCreationCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
- export interface TagResourceCommandInput extends TagResourceRequest {
6
- }
7
- export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, AppSyncClientResolvedConfig> {
11
- readonly input: TagResourceCommandInput;
12
- constructor(input: TagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
14
+ export interface TagResourceCommandInput extends TagResourceRequest {}
15
+ export interface TagResourceCommandOutput
16
+ extends TagResourceResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class TagResourceCommand extends $Command<
20
+ TagResourceCommandInput,
21
+ TagResourceCommandOutput,
22
+ AppSyncClientResolvedConfig
23
+ > {
24
+ readonly input: TagResourceCommandInput;
25
+ constructor(input: TagResourceCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AppSyncClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
- export interface UntagResourceCommandInput extends UntagResourceRequest {
6
- }
7
- export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, AppSyncClientResolvedConfig> {
11
- readonly input: UntagResourceCommandInput;
12
- constructor(input: UntagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
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
+ UntagResourceRequest,
15
+ UntagResourceResponse,
16
+ } from "../models/models_0";
17
+ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
+ export interface UntagResourceCommandOutput
19
+ extends UntagResourceResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UntagResourceCommand extends $Command<
23
+ UntagResourceCommandInput,
24
+ UntagResourceCommandOutput,
25
+ AppSyncClientResolvedConfig
26
+ > {
27
+ readonly input: UntagResourceCommandInput;
28
+ constructor(input: UntagResourceCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AppSyncClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
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 { UpdateApiCacheRequest, UpdateApiCacheResponse } from "../models/models_0";
5
- export interface UpdateApiCacheCommandInput extends UpdateApiCacheRequest {
6
- }
7
- export interface UpdateApiCacheCommandOutput extends UpdateApiCacheResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateApiCacheCommand extends $Command<UpdateApiCacheCommandInput, UpdateApiCacheCommandOutput, AppSyncClientResolvedConfig> {
11
- readonly input: UpdateApiCacheCommandInput;
12
- constructor(input: UpdateApiCacheCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateApiCacheCommandInput, UpdateApiCacheCommandOutput>;
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
+ UpdateApiCacheRequest,
15
+ UpdateApiCacheResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateApiCacheCommandInput extends UpdateApiCacheRequest {}
18
+ export interface UpdateApiCacheCommandOutput
19
+ extends UpdateApiCacheResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UpdateApiCacheCommand extends $Command<
23
+ UpdateApiCacheCommandInput,
24
+ UpdateApiCacheCommandOutput,
25
+ AppSyncClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateApiCacheCommandInput;
28
+ constructor(input: UpdateApiCacheCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AppSyncClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UpdateApiCacheCommandInput, UpdateApiCacheCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
4
- import { UpdateApiKeyRequest, UpdateApiKeyResponse } from "../models/models_0";
5
- export interface UpdateApiKeyCommandInput extends UpdateApiKeyRequest {
6
- }
7
- export interface UpdateApiKeyCommandOutput extends UpdateApiKeyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateApiKeyCommand extends $Command<UpdateApiKeyCommandInput, UpdateApiKeyCommandOutput, AppSyncClientResolvedConfig> {
11
- readonly input: UpdateApiKeyCommandInput;
12
- constructor(input: UpdateApiKeyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateApiKeyCommandInput, UpdateApiKeyCommandOutput>;
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 { UpdateApiKeyRequest, UpdateApiKeyResponse } from "../models/models_0";
14
+ export interface UpdateApiKeyCommandInput extends UpdateApiKeyRequest {}
15
+ export interface UpdateApiKeyCommandOutput
16
+ extends UpdateApiKeyResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class UpdateApiKeyCommand extends $Command<
20
+ UpdateApiKeyCommandInput,
21
+ UpdateApiKeyCommandOutput,
22
+ AppSyncClientResolvedConfig
23
+ > {
24
+ readonly input: UpdateApiKeyCommandInput;
25
+ constructor(input: UpdateApiKeyCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AppSyncClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<UpdateApiKeyCommandInput, UpdateApiKeyCommandOutput>;
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 { UpdateDataSourceRequest, UpdateDataSourceResponse } from "../models/models_0";
5
- export interface UpdateDataSourceCommandInput extends UpdateDataSourceRequest {
6
- }
7
- export interface UpdateDataSourceCommandOutput extends UpdateDataSourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateDataSourceCommand extends $Command<UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput, AppSyncClientResolvedConfig> {
11
- readonly input: UpdateDataSourceCommandInput;
12
- constructor(input: UpdateDataSourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput>;
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
+ UpdateDataSourceRequest,
15
+ UpdateDataSourceResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateDataSourceCommandInput extends UpdateDataSourceRequest {}
18
+ export interface UpdateDataSourceCommandOutput
19
+ extends UpdateDataSourceResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UpdateDataSourceCommand extends $Command<
23
+ UpdateDataSourceCommandInput,
24
+ UpdateDataSourceCommandOutput,
25
+ AppSyncClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateDataSourceCommandInput;
28
+ constructor(input: UpdateDataSourceCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AppSyncClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput>;
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 { UpdateDomainNameRequest, UpdateDomainNameResponse } from "../models/models_0";
5
- export interface UpdateDomainNameCommandInput extends UpdateDomainNameRequest {
6
- }
7
- export interface UpdateDomainNameCommandOutput extends UpdateDomainNameResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateDomainNameCommand extends $Command<UpdateDomainNameCommandInput, UpdateDomainNameCommandOutput, AppSyncClientResolvedConfig> {
11
- readonly input: UpdateDomainNameCommandInput;
12
- constructor(input: UpdateDomainNameCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDomainNameCommandInput, UpdateDomainNameCommandOutput>;
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
+ UpdateDomainNameRequest,
15
+ UpdateDomainNameResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateDomainNameCommandInput extends UpdateDomainNameRequest {}
18
+ export interface UpdateDomainNameCommandOutput
19
+ extends UpdateDomainNameResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UpdateDomainNameCommand extends $Command<
23
+ UpdateDomainNameCommandInput,
24
+ UpdateDomainNameCommandOutput,
25
+ AppSyncClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateDomainNameCommandInput;
28
+ constructor(input: UpdateDomainNameCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AppSyncClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UpdateDomainNameCommandInput, UpdateDomainNameCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }