@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,152 +1,605 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { AssociateApiCommandInput, AssociateApiCommandOutput } from "../commands/AssociateApiCommand";
4
- import { CreateApiCacheCommandInput, CreateApiCacheCommandOutput } from "../commands/CreateApiCacheCommand";
5
- import { CreateApiKeyCommandInput, CreateApiKeyCommandOutput } from "../commands/CreateApiKeyCommand";
6
- import { CreateDataSourceCommandInput, CreateDataSourceCommandOutput } from "../commands/CreateDataSourceCommand";
7
- import { CreateDomainNameCommandInput, CreateDomainNameCommandOutput } from "../commands/CreateDomainNameCommand";
8
- import { CreateFunctionCommandInput, CreateFunctionCommandOutput } from "../commands/CreateFunctionCommand";
9
- import { CreateGraphqlApiCommandInput, CreateGraphqlApiCommandOutput } from "../commands/CreateGraphqlApiCommand";
10
- import { CreateResolverCommandInput, CreateResolverCommandOutput } from "../commands/CreateResolverCommand";
11
- import { CreateTypeCommandInput, CreateTypeCommandOutput } from "../commands/CreateTypeCommand";
12
- import { DeleteApiCacheCommandInput, DeleteApiCacheCommandOutput } from "../commands/DeleteApiCacheCommand";
13
- import { DeleteApiKeyCommandInput, DeleteApiKeyCommandOutput } from "../commands/DeleteApiKeyCommand";
14
- import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "../commands/DeleteDataSourceCommand";
15
- import { DeleteDomainNameCommandInput, DeleteDomainNameCommandOutput } from "../commands/DeleteDomainNameCommand";
16
- import { DeleteFunctionCommandInput, DeleteFunctionCommandOutput } from "../commands/DeleteFunctionCommand";
17
- import { DeleteGraphqlApiCommandInput, DeleteGraphqlApiCommandOutput } from "../commands/DeleteGraphqlApiCommand";
18
- import { DeleteResolverCommandInput, DeleteResolverCommandOutput } from "../commands/DeleteResolverCommand";
19
- import { DeleteTypeCommandInput, DeleteTypeCommandOutput } from "../commands/DeleteTypeCommand";
20
- import { DisassociateApiCommandInput, DisassociateApiCommandOutput } from "../commands/DisassociateApiCommand";
21
- import { EvaluateMappingTemplateCommandInput, EvaluateMappingTemplateCommandOutput } from "../commands/EvaluateMappingTemplateCommand";
22
- import { FlushApiCacheCommandInput, FlushApiCacheCommandOutput } from "../commands/FlushApiCacheCommand";
23
- import { GetApiAssociationCommandInput, GetApiAssociationCommandOutput } from "../commands/GetApiAssociationCommand";
24
- import { GetApiCacheCommandInput, GetApiCacheCommandOutput } from "../commands/GetApiCacheCommand";
25
- import { GetDataSourceCommandInput, GetDataSourceCommandOutput } from "../commands/GetDataSourceCommand";
26
- import { GetDomainNameCommandInput, GetDomainNameCommandOutput } from "../commands/GetDomainNameCommand";
27
- import { GetFunctionCommandInput, GetFunctionCommandOutput } from "../commands/GetFunctionCommand";
28
- import { GetGraphqlApiCommandInput, GetGraphqlApiCommandOutput } from "../commands/GetGraphqlApiCommand";
29
- import { GetIntrospectionSchemaCommandInput, GetIntrospectionSchemaCommandOutput } from "../commands/GetIntrospectionSchemaCommand";
30
- import { GetResolverCommandInput, GetResolverCommandOutput } from "../commands/GetResolverCommand";
31
- import { GetSchemaCreationStatusCommandInput, GetSchemaCreationStatusCommandOutput } from "../commands/GetSchemaCreationStatusCommand";
32
- import { GetTypeCommandInput, GetTypeCommandOutput } from "../commands/GetTypeCommand";
33
- import { ListApiKeysCommandInput, ListApiKeysCommandOutput } from "../commands/ListApiKeysCommand";
34
- import { ListDataSourcesCommandInput, ListDataSourcesCommandOutput } from "../commands/ListDataSourcesCommand";
35
- import { ListDomainNamesCommandInput, ListDomainNamesCommandOutput } from "../commands/ListDomainNamesCommand";
36
- import { ListFunctionsCommandInput, ListFunctionsCommandOutput } from "../commands/ListFunctionsCommand";
37
- import { ListGraphqlApisCommandInput, ListGraphqlApisCommandOutput } from "../commands/ListGraphqlApisCommand";
38
- import { ListResolversByFunctionCommandInput, ListResolversByFunctionCommandOutput } from "../commands/ListResolversByFunctionCommand";
39
- import { ListResolversCommandInput, ListResolversCommandOutput } from "../commands/ListResolversCommand";
40
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
41
- import { ListTypesCommandInput, ListTypesCommandOutput } from "../commands/ListTypesCommand";
42
- import { StartSchemaCreationCommandInput, StartSchemaCreationCommandOutput } from "../commands/StartSchemaCreationCommand";
43
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
44
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
45
- import { UpdateApiCacheCommandInput, UpdateApiCacheCommandOutput } from "../commands/UpdateApiCacheCommand";
46
- import { UpdateApiKeyCommandInput, UpdateApiKeyCommandOutput } from "../commands/UpdateApiKeyCommand";
47
- import { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "../commands/UpdateDataSourceCommand";
48
- import { UpdateDomainNameCommandInput, UpdateDomainNameCommandOutput } from "../commands/UpdateDomainNameCommand";
49
- import { UpdateFunctionCommandInput, UpdateFunctionCommandOutput } from "../commands/UpdateFunctionCommand";
50
- import { UpdateGraphqlApiCommandInput, UpdateGraphqlApiCommandOutput } from "../commands/UpdateGraphqlApiCommand";
51
- import { UpdateResolverCommandInput, UpdateResolverCommandOutput } from "../commands/UpdateResolverCommand";
52
- import { UpdateTypeCommandInput, UpdateTypeCommandOutput } from "../commands/UpdateTypeCommand";
53
- export declare const serializeAws_restJson1AssociateApiCommand: (input: AssociateApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1CreateApiCacheCommand: (input: CreateApiCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_restJson1CreateApiKeyCommand: (input: CreateApiKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_restJson1CreateDataSourceCommand: (input: CreateDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1CreateDomainNameCommand: (input: CreateDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1CreateFunctionCommand: (input: CreateFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_restJson1CreateGraphqlApiCommand: (input: CreateGraphqlApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_restJson1CreateResolverCommand: (input: CreateResolverCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_restJson1CreateTypeCommand: (input: CreateTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1DeleteApiCacheCommand: (input: DeleteApiCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_restJson1DeleteApiKeyCommand: (input: DeleteApiKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_restJson1DeleteDataSourceCommand: (input: DeleteDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_restJson1DeleteDomainNameCommand: (input: DeleteDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_restJson1DeleteFunctionCommand: (input: DeleteFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_restJson1DeleteGraphqlApiCommand: (input: DeleteGraphqlApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_restJson1DeleteResolverCommand: (input: DeleteResolverCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_restJson1DeleteTypeCommand: (input: DeleteTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_restJson1DisassociateApiCommand: (input: DisassociateApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_restJson1EvaluateMappingTemplateCommand: (input: EvaluateMappingTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_restJson1FlushApiCacheCommand: (input: FlushApiCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_restJson1GetApiAssociationCommand: (input: GetApiAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_restJson1GetApiCacheCommand: (input: GetApiCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_restJson1GetDataSourceCommand: (input: GetDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_restJson1GetDomainNameCommand: (input: GetDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_restJson1GetFunctionCommand: (input: GetFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_restJson1GetGraphqlApiCommand: (input: GetGraphqlApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_restJson1GetIntrospectionSchemaCommand: (input: GetIntrospectionSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_restJson1GetResolverCommand: (input: GetResolverCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_restJson1GetSchemaCreationStatusCommand: (input: GetSchemaCreationStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_restJson1GetTypeCommand: (input: GetTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_restJson1ListApiKeysCommand: (input: ListApiKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_restJson1ListDataSourcesCommand: (input: ListDataSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_restJson1ListDomainNamesCommand: (input: ListDomainNamesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_restJson1ListFunctionsCommand: (input: ListFunctionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_restJson1ListGraphqlApisCommand: (input: ListGraphqlApisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_restJson1ListResolversCommand: (input: ListResolversCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_restJson1ListResolversByFunctionCommand: (input: ListResolversByFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_restJson1ListTypesCommand: (input: ListTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_restJson1StartSchemaCreationCommand: (input: StartSchemaCreationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_restJson1UpdateApiCacheCommand: (input: UpdateApiCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_restJson1UpdateApiKeyCommand: (input: UpdateApiKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_restJson1UpdateDataSourceCommand: (input: UpdateDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_restJson1UpdateDomainNameCommand: (input: UpdateDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_restJson1UpdateFunctionCommand: (input: UpdateFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_restJson1UpdateGraphqlApiCommand: (input: UpdateGraphqlApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_restJson1UpdateResolverCommand: (input: UpdateResolverCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_restJson1UpdateTypeCommand: (input: UpdateTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const deserializeAws_restJson1AssociateApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateApiCommandOutput>;
104
- export declare const deserializeAws_restJson1CreateApiCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApiCacheCommandOutput>;
105
- export declare const deserializeAws_restJson1CreateApiKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApiKeyCommandOutput>;
106
- export declare const deserializeAws_restJson1CreateDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataSourceCommandOutput>;
107
- export declare const deserializeAws_restJson1CreateDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDomainNameCommandOutput>;
108
- export declare const deserializeAws_restJson1CreateFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFunctionCommandOutput>;
109
- export declare const deserializeAws_restJson1CreateGraphqlApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGraphqlApiCommandOutput>;
110
- export declare const deserializeAws_restJson1CreateResolverCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResolverCommandOutput>;
111
- export declare const deserializeAws_restJson1CreateTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTypeCommandOutput>;
112
- export declare const deserializeAws_restJson1DeleteApiCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApiCacheCommandOutput>;
113
- export declare const deserializeAws_restJson1DeleteApiKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApiKeyCommandOutput>;
114
- export declare const deserializeAws_restJson1DeleteDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataSourceCommandOutput>;
115
- export declare const deserializeAws_restJson1DeleteDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDomainNameCommandOutput>;
116
- export declare const deserializeAws_restJson1DeleteFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFunctionCommandOutput>;
117
- export declare const deserializeAws_restJson1DeleteGraphqlApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGraphqlApiCommandOutput>;
118
- export declare const deserializeAws_restJson1DeleteResolverCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResolverCommandOutput>;
119
- export declare const deserializeAws_restJson1DeleteTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTypeCommandOutput>;
120
- export declare const deserializeAws_restJson1DisassociateApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateApiCommandOutput>;
121
- export declare const deserializeAws_restJson1EvaluateMappingTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EvaluateMappingTemplateCommandOutput>;
122
- export declare const deserializeAws_restJson1FlushApiCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<FlushApiCacheCommandOutput>;
123
- export declare const deserializeAws_restJson1GetApiAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApiAssociationCommandOutput>;
124
- export declare const deserializeAws_restJson1GetApiCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApiCacheCommandOutput>;
125
- export declare const deserializeAws_restJson1GetDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataSourceCommandOutput>;
126
- export declare const deserializeAws_restJson1GetDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDomainNameCommandOutput>;
127
- export declare const deserializeAws_restJson1GetFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFunctionCommandOutput>;
128
- export declare const deserializeAws_restJson1GetGraphqlApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGraphqlApiCommandOutput>;
129
- export declare const deserializeAws_restJson1GetIntrospectionSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIntrospectionSchemaCommandOutput>;
130
- export declare const deserializeAws_restJson1GetResolverCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResolverCommandOutput>;
131
- export declare const deserializeAws_restJson1GetSchemaCreationStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSchemaCreationStatusCommandOutput>;
132
- export declare const deserializeAws_restJson1GetTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTypeCommandOutput>;
133
- export declare const deserializeAws_restJson1ListApiKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApiKeysCommandOutput>;
134
- export declare const deserializeAws_restJson1ListDataSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataSourcesCommandOutput>;
135
- export declare const deserializeAws_restJson1ListDomainNamesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDomainNamesCommandOutput>;
136
- export declare const deserializeAws_restJson1ListFunctionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFunctionsCommandOutput>;
137
- export declare const deserializeAws_restJson1ListGraphqlApisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGraphqlApisCommandOutput>;
138
- export declare const deserializeAws_restJson1ListResolversCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResolversCommandOutput>;
139
- export declare const deserializeAws_restJson1ListResolversByFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResolversByFunctionCommandOutput>;
140
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
141
- export declare const deserializeAws_restJson1ListTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTypesCommandOutput>;
142
- export declare const deserializeAws_restJson1StartSchemaCreationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSchemaCreationCommandOutput>;
143
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
144
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
145
- export declare const deserializeAws_restJson1UpdateApiCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApiCacheCommandOutput>;
146
- export declare const deserializeAws_restJson1UpdateApiKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApiKeyCommandOutput>;
147
- export declare const deserializeAws_restJson1UpdateDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataSourceCommandOutput>;
148
- export declare const deserializeAws_restJson1UpdateDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDomainNameCommandOutput>;
149
- export declare const deserializeAws_restJson1UpdateFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFunctionCommandOutput>;
150
- export declare const deserializeAws_restJson1UpdateGraphqlApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGraphqlApiCommandOutput>;
151
- export declare const deserializeAws_restJson1UpdateResolverCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResolverCommandOutput>;
152
- export declare const deserializeAws_restJson1UpdateTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTypeCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ AssociateApiCommandInput,
8
+ AssociateApiCommandOutput,
9
+ } from "../commands/AssociateApiCommand";
10
+ import {
11
+ CreateApiCacheCommandInput,
12
+ CreateApiCacheCommandOutput,
13
+ } from "../commands/CreateApiCacheCommand";
14
+ import {
15
+ CreateApiKeyCommandInput,
16
+ CreateApiKeyCommandOutput,
17
+ } from "../commands/CreateApiKeyCommand";
18
+ import {
19
+ CreateDataSourceCommandInput,
20
+ CreateDataSourceCommandOutput,
21
+ } from "../commands/CreateDataSourceCommand";
22
+ import {
23
+ CreateDomainNameCommandInput,
24
+ CreateDomainNameCommandOutput,
25
+ } from "../commands/CreateDomainNameCommand";
26
+ import {
27
+ CreateFunctionCommandInput,
28
+ CreateFunctionCommandOutput,
29
+ } from "../commands/CreateFunctionCommand";
30
+ import {
31
+ CreateGraphqlApiCommandInput,
32
+ CreateGraphqlApiCommandOutput,
33
+ } from "../commands/CreateGraphqlApiCommand";
34
+ import {
35
+ CreateResolverCommandInput,
36
+ CreateResolverCommandOutput,
37
+ } from "../commands/CreateResolverCommand";
38
+ import {
39
+ CreateTypeCommandInput,
40
+ CreateTypeCommandOutput,
41
+ } from "../commands/CreateTypeCommand";
42
+ import {
43
+ DeleteApiCacheCommandInput,
44
+ DeleteApiCacheCommandOutput,
45
+ } from "../commands/DeleteApiCacheCommand";
46
+ import {
47
+ DeleteApiKeyCommandInput,
48
+ DeleteApiKeyCommandOutput,
49
+ } from "../commands/DeleteApiKeyCommand";
50
+ import {
51
+ DeleteDataSourceCommandInput,
52
+ DeleteDataSourceCommandOutput,
53
+ } from "../commands/DeleteDataSourceCommand";
54
+ import {
55
+ DeleteDomainNameCommandInput,
56
+ DeleteDomainNameCommandOutput,
57
+ } from "../commands/DeleteDomainNameCommand";
58
+ import {
59
+ DeleteFunctionCommandInput,
60
+ DeleteFunctionCommandOutput,
61
+ } from "../commands/DeleteFunctionCommand";
62
+ import {
63
+ DeleteGraphqlApiCommandInput,
64
+ DeleteGraphqlApiCommandOutput,
65
+ } from "../commands/DeleteGraphqlApiCommand";
66
+ import {
67
+ DeleteResolverCommandInput,
68
+ DeleteResolverCommandOutput,
69
+ } from "../commands/DeleteResolverCommand";
70
+ import {
71
+ DeleteTypeCommandInput,
72
+ DeleteTypeCommandOutput,
73
+ } from "../commands/DeleteTypeCommand";
74
+ import {
75
+ DisassociateApiCommandInput,
76
+ DisassociateApiCommandOutput,
77
+ } from "../commands/DisassociateApiCommand";
78
+ import {
79
+ EvaluateMappingTemplateCommandInput,
80
+ EvaluateMappingTemplateCommandOutput,
81
+ } from "../commands/EvaluateMappingTemplateCommand";
82
+ import {
83
+ FlushApiCacheCommandInput,
84
+ FlushApiCacheCommandOutput,
85
+ } from "../commands/FlushApiCacheCommand";
86
+ import {
87
+ GetApiAssociationCommandInput,
88
+ GetApiAssociationCommandOutput,
89
+ } from "../commands/GetApiAssociationCommand";
90
+ import {
91
+ GetApiCacheCommandInput,
92
+ GetApiCacheCommandOutput,
93
+ } from "../commands/GetApiCacheCommand";
94
+ import {
95
+ GetDataSourceCommandInput,
96
+ GetDataSourceCommandOutput,
97
+ } from "../commands/GetDataSourceCommand";
98
+ import {
99
+ GetDomainNameCommandInput,
100
+ GetDomainNameCommandOutput,
101
+ } from "../commands/GetDomainNameCommand";
102
+ import {
103
+ GetFunctionCommandInput,
104
+ GetFunctionCommandOutput,
105
+ } from "../commands/GetFunctionCommand";
106
+ import {
107
+ GetGraphqlApiCommandInput,
108
+ GetGraphqlApiCommandOutput,
109
+ } from "../commands/GetGraphqlApiCommand";
110
+ import {
111
+ GetIntrospectionSchemaCommandInput,
112
+ GetIntrospectionSchemaCommandOutput,
113
+ } from "../commands/GetIntrospectionSchemaCommand";
114
+ import {
115
+ GetResolverCommandInput,
116
+ GetResolverCommandOutput,
117
+ } from "../commands/GetResolverCommand";
118
+ import {
119
+ GetSchemaCreationStatusCommandInput,
120
+ GetSchemaCreationStatusCommandOutput,
121
+ } from "../commands/GetSchemaCreationStatusCommand";
122
+ import {
123
+ GetTypeCommandInput,
124
+ GetTypeCommandOutput,
125
+ } from "../commands/GetTypeCommand";
126
+ import {
127
+ ListApiKeysCommandInput,
128
+ ListApiKeysCommandOutput,
129
+ } from "../commands/ListApiKeysCommand";
130
+ import {
131
+ ListDataSourcesCommandInput,
132
+ ListDataSourcesCommandOutput,
133
+ } from "../commands/ListDataSourcesCommand";
134
+ import {
135
+ ListDomainNamesCommandInput,
136
+ ListDomainNamesCommandOutput,
137
+ } from "../commands/ListDomainNamesCommand";
138
+ import {
139
+ ListFunctionsCommandInput,
140
+ ListFunctionsCommandOutput,
141
+ } from "../commands/ListFunctionsCommand";
142
+ import {
143
+ ListGraphqlApisCommandInput,
144
+ ListGraphqlApisCommandOutput,
145
+ } from "../commands/ListGraphqlApisCommand";
146
+ import {
147
+ ListResolversByFunctionCommandInput,
148
+ ListResolversByFunctionCommandOutput,
149
+ } from "../commands/ListResolversByFunctionCommand";
150
+ import {
151
+ ListResolversCommandInput,
152
+ ListResolversCommandOutput,
153
+ } from "../commands/ListResolversCommand";
154
+ import {
155
+ ListTagsForResourceCommandInput,
156
+ ListTagsForResourceCommandOutput,
157
+ } from "../commands/ListTagsForResourceCommand";
158
+ import {
159
+ ListTypesCommandInput,
160
+ ListTypesCommandOutput,
161
+ } from "../commands/ListTypesCommand";
162
+ import {
163
+ StartSchemaCreationCommandInput,
164
+ StartSchemaCreationCommandOutput,
165
+ } from "../commands/StartSchemaCreationCommand";
166
+ import {
167
+ TagResourceCommandInput,
168
+ TagResourceCommandOutput,
169
+ } from "../commands/TagResourceCommand";
170
+ import {
171
+ UntagResourceCommandInput,
172
+ UntagResourceCommandOutput,
173
+ } from "../commands/UntagResourceCommand";
174
+ import {
175
+ UpdateApiCacheCommandInput,
176
+ UpdateApiCacheCommandOutput,
177
+ } from "../commands/UpdateApiCacheCommand";
178
+ import {
179
+ UpdateApiKeyCommandInput,
180
+ UpdateApiKeyCommandOutput,
181
+ } from "../commands/UpdateApiKeyCommand";
182
+ import {
183
+ UpdateDataSourceCommandInput,
184
+ UpdateDataSourceCommandOutput,
185
+ } from "../commands/UpdateDataSourceCommand";
186
+ import {
187
+ UpdateDomainNameCommandInput,
188
+ UpdateDomainNameCommandOutput,
189
+ } from "../commands/UpdateDomainNameCommand";
190
+ import {
191
+ UpdateFunctionCommandInput,
192
+ UpdateFunctionCommandOutput,
193
+ } from "../commands/UpdateFunctionCommand";
194
+ import {
195
+ UpdateGraphqlApiCommandInput,
196
+ UpdateGraphqlApiCommandOutput,
197
+ } from "../commands/UpdateGraphqlApiCommand";
198
+ import {
199
+ UpdateResolverCommandInput,
200
+ UpdateResolverCommandOutput,
201
+ } from "../commands/UpdateResolverCommand";
202
+ import {
203
+ UpdateTypeCommandInput,
204
+ UpdateTypeCommandOutput,
205
+ } from "../commands/UpdateTypeCommand";
206
+ export declare const serializeAws_restJson1AssociateApiCommand: (
207
+ input: AssociateApiCommandInput,
208
+ context: __SerdeContext
209
+ ) => Promise<__HttpRequest>;
210
+ export declare const serializeAws_restJson1CreateApiCacheCommand: (
211
+ input: CreateApiCacheCommandInput,
212
+ context: __SerdeContext
213
+ ) => Promise<__HttpRequest>;
214
+ export declare const serializeAws_restJson1CreateApiKeyCommand: (
215
+ input: CreateApiKeyCommandInput,
216
+ context: __SerdeContext
217
+ ) => Promise<__HttpRequest>;
218
+ export declare const serializeAws_restJson1CreateDataSourceCommand: (
219
+ input: CreateDataSourceCommandInput,
220
+ context: __SerdeContext
221
+ ) => Promise<__HttpRequest>;
222
+ export declare const serializeAws_restJson1CreateDomainNameCommand: (
223
+ input: CreateDomainNameCommandInput,
224
+ context: __SerdeContext
225
+ ) => Promise<__HttpRequest>;
226
+ export declare const serializeAws_restJson1CreateFunctionCommand: (
227
+ input: CreateFunctionCommandInput,
228
+ context: __SerdeContext
229
+ ) => Promise<__HttpRequest>;
230
+ export declare const serializeAws_restJson1CreateGraphqlApiCommand: (
231
+ input: CreateGraphqlApiCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_restJson1CreateResolverCommand: (
235
+ input: CreateResolverCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
238
+ export declare const serializeAws_restJson1CreateTypeCommand: (
239
+ input: CreateTypeCommandInput,
240
+ context: __SerdeContext
241
+ ) => Promise<__HttpRequest>;
242
+ export declare const serializeAws_restJson1DeleteApiCacheCommand: (
243
+ input: DeleteApiCacheCommandInput,
244
+ context: __SerdeContext
245
+ ) => Promise<__HttpRequest>;
246
+ export declare const serializeAws_restJson1DeleteApiKeyCommand: (
247
+ input: DeleteApiKeyCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
250
+ export declare const serializeAws_restJson1DeleteDataSourceCommand: (
251
+ input: DeleteDataSourceCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
254
+ export declare const serializeAws_restJson1DeleteDomainNameCommand: (
255
+ input: DeleteDomainNameCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
258
+ export declare const serializeAws_restJson1DeleteFunctionCommand: (
259
+ input: DeleteFunctionCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_restJson1DeleteGraphqlApiCommand: (
263
+ input: DeleteGraphqlApiCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
266
+ export declare const serializeAws_restJson1DeleteResolverCommand: (
267
+ input: DeleteResolverCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_restJson1DeleteTypeCommand: (
271
+ input: DeleteTypeCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_restJson1DisassociateApiCommand: (
275
+ input: DisassociateApiCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_restJson1EvaluateMappingTemplateCommand: (
279
+ input: EvaluateMappingTemplateCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_restJson1FlushApiCacheCommand: (
283
+ input: FlushApiCacheCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_restJson1GetApiAssociationCommand: (
287
+ input: GetApiAssociationCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_restJson1GetApiCacheCommand: (
291
+ input: GetApiCacheCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_restJson1GetDataSourceCommand: (
295
+ input: GetDataSourceCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_restJson1GetDomainNameCommand: (
299
+ input: GetDomainNameCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const serializeAws_restJson1GetFunctionCommand: (
303
+ input: GetFunctionCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
306
+ export declare const serializeAws_restJson1GetGraphqlApiCommand: (
307
+ input: GetGraphqlApiCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_restJson1GetIntrospectionSchemaCommand: (
311
+ input: GetIntrospectionSchemaCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_restJson1GetResolverCommand: (
315
+ input: GetResolverCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const serializeAws_restJson1GetSchemaCreationStatusCommand: (
319
+ input: GetSchemaCreationStatusCommandInput,
320
+ context: __SerdeContext
321
+ ) => Promise<__HttpRequest>;
322
+ export declare const serializeAws_restJson1GetTypeCommand: (
323
+ input: GetTypeCommandInput,
324
+ context: __SerdeContext
325
+ ) => Promise<__HttpRequest>;
326
+ export declare const serializeAws_restJson1ListApiKeysCommand: (
327
+ input: ListApiKeysCommandInput,
328
+ context: __SerdeContext
329
+ ) => Promise<__HttpRequest>;
330
+ export declare const serializeAws_restJson1ListDataSourcesCommand: (
331
+ input: ListDataSourcesCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
334
+ export declare const serializeAws_restJson1ListDomainNamesCommand: (
335
+ input: ListDomainNamesCommandInput,
336
+ context: __SerdeContext
337
+ ) => Promise<__HttpRequest>;
338
+ export declare const serializeAws_restJson1ListFunctionsCommand: (
339
+ input: ListFunctionsCommandInput,
340
+ context: __SerdeContext
341
+ ) => Promise<__HttpRequest>;
342
+ export declare const serializeAws_restJson1ListGraphqlApisCommand: (
343
+ input: ListGraphqlApisCommandInput,
344
+ context: __SerdeContext
345
+ ) => Promise<__HttpRequest>;
346
+ export declare const serializeAws_restJson1ListResolversCommand: (
347
+ input: ListResolversCommandInput,
348
+ context: __SerdeContext
349
+ ) => Promise<__HttpRequest>;
350
+ export declare const serializeAws_restJson1ListResolversByFunctionCommand: (
351
+ input: ListResolversByFunctionCommandInput,
352
+ context: __SerdeContext
353
+ ) => Promise<__HttpRequest>;
354
+ export declare const serializeAws_restJson1ListTagsForResourceCommand: (
355
+ input: ListTagsForResourceCommandInput,
356
+ context: __SerdeContext
357
+ ) => Promise<__HttpRequest>;
358
+ export declare const serializeAws_restJson1ListTypesCommand: (
359
+ input: ListTypesCommandInput,
360
+ context: __SerdeContext
361
+ ) => Promise<__HttpRequest>;
362
+ export declare const serializeAws_restJson1StartSchemaCreationCommand: (
363
+ input: StartSchemaCreationCommandInput,
364
+ context: __SerdeContext
365
+ ) => Promise<__HttpRequest>;
366
+ export declare const serializeAws_restJson1TagResourceCommand: (
367
+ input: TagResourceCommandInput,
368
+ context: __SerdeContext
369
+ ) => Promise<__HttpRequest>;
370
+ export declare const serializeAws_restJson1UntagResourceCommand: (
371
+ input: UntagResourceCommandInput,
372
+ context: __SerdeContext
373
+ ) => Promise<__HttpRequest>;
374
+ export declare const serializeAws_restJson1UpdateApiCacheCommand: (
375
+ input: UpdateApiCacheCommandInput,
376
+ context: __SerdeContext
377
+ ) => Promise<__HttpRequest>;
378
+ export declare const serializeAws_restJson1UpdateApiKeyCommand: (
379
+ input: UpdateApiKeyCommandInput,
380
+ context: __SerdeContext
381
+ ) => Promise<__HttpRequest>;
382
+ export declare const serializeAws_restJson1UpdateDataSourceCommand: (
383
+ input: UpdateDataSourceCommandInput,
384
+ context: __SerdeContext
385
+ ) => Promise<__HttpRequest>;
386
+ export declare const serializeAws_restJson1UpdateDomainNameCommand: (
387
+ input: UpdateDomainNameCommandInput,
388
+ context: __SerdeContext
389
+ ) => Promise<__HttpRequest>;
390
+ export declare const serializeAws_restJson1UpdateFunctionCommand: (
391
+ input: UpdateFunctionCommandInput,
392
+ context: __SerdeContext
393
+ ) => Promise<__HttpRequest>;
394
+ export declare const serializeAws_restJson1UpdateGraphqlApiCommand: (
395
+ input: UpdateGraphqlApiCommandInput,
396
+ context: __SerdeContext
397
+ ) => Promise<__HttpRequest>;
398
+ export declare const serializeAws_restJson1UpdateResolverCommand: (
399
+ input: UpdateResolverCommandInput,
400
+ context: __SerdeContext
401
+ ) => Promise<__HttpRequest>;
402
+ export declare const serializeAws_restJson1UpdateTypeCommand: (
403
+ input: UpdateTypeCommandInput,
404
+ context: __SerdeContext
405
+ ) => Promise<__HttpRequest>;
406
+ export declare const deserializeAws_restJson1AssociateApiCommand: (
407
+ output: __HttpResponse,
408
+ context: __SerdeContext
409
+ ) => Promise<AssociateApiCommandOutput>;
410
+ export declare const deserializeAws_restJson1CreateApiCacheCommand: (
411
+ output: __HttpResponse,
412
+ context: __SerdeContext
413
+ ) => Promise<CreateApiCacheCommandOutput>;
414
+ export declare const deserializeAws_restJson1CreateApiKeyCommand: (
415
+ output: __HttpResponse,
416
+ context: __SerdeContext
417
+ ) => Promise<CreateApiKeyCommandOutput>;
418
+ export declare const deserializeAws_restJson1CreateDataSourceCommand: (
419
+ output: __HttpResponse,
420
+ context: __SerdeContext
421
+ ) => Promise<CreateDataSourceCommandOutput>;
422
+ export declare const deserializeAws_restJson1CreateDomainNameCommand: (
423
+ output: __HttpResponse,
424
+ context: __SerdeContext
425
+ ) => Promise<CreateDomainNameCommandOutput>;
426
+ export declare const deserializeAws_restJson1CreateFunctionCommand: (
427
+ output: __HttpResponse,
428
+ context: __SerdeContext
429
+ ) => Promise<CreateFunctionCommandOutput>;
430
+ export declare const deserializeAws_restJson1CreateGraphqlApiCommand: (
431
+ output: __HttpResponse,
432
+ context: __SerdeContext
433
+ ) => Promise<CreateGraphqlApiCommandOutput>;
434
+ export declare const deserializeAws_restJson1CreateResolverCommand: (
435
+ output: __HttpResponse,
436
+ context: __SerdeContext
437
+ ) => Promise<CreateResolverCommandOutput>;
438
+ export declare const deserializeAws_restJson1CreateTypeCommand: (
439
+ output: __HttpResponse,
440
+ context: __SerdeContext
441
+ ) => Promise<CreateTypeCommandOutput>;
442
+ export declare const deserializeAws_restJson1DeleteApiCacheCommand: (
443
+ output: __HttpResponse,
444
+ context: __SerdeContext
445
+ ) => Promise<DeleteApiCacheCommandOutput>;
446
+ export declare const deserializeAws_restJson1DeleteApiKeyCommand: (
447
+ output: __HttpResponse,
448
+ context: __SerdeContext
449
+ ) => Promise<DeleteApiKeyCommandOutput>;
450
+ export declare const deserializeAws_restJson1DeleteDataSourceCommand: (
451
+ output: __HttpResponse,
452
+ context: __SerdeContext
453
+ ) => Promise<DeleteDataSourceCommandOutput>;
454
+ export declare const deserializeAws_restJson1DeleteDomainNameCommand: (
455
+ output: __HttpResponse,
456
+ context: __SerdeContext
457
+ ) => Promise<DeleteDomainNameCommandOutput>;
458
+ export declare const deserializeAws_restJson1DeleteFunctionCommand: (
459
+ output: __HttpResponse,
460
+ context: __SerdeContext
461
+ ) => Promise<DeleteFunctionCommandOutput>;
462
+ export declare const deserializeAws_restJson1DeleteGraphqlApiCommand: (
463
+ output: __HttpResponse,
464
+ context: __SerdeContext
465
+ ) => Promise<DeleteGraphqlApiCommandOutput>;
466
+ export declare const deserializeAws_restJson1DeleteResolverCommand: (
467
+ output: __HttpResponse,
468
+ context: __SerdeContext
469
+ ) => Promise<DeleteResolverCommandOutput>;
470
+ export declare const deserializeAws_restJson1DeleteTypeCommand: (
471
+ output: __HttpResponse,
472
+ context: __SerdeContext
473
+ ) => Promise<DeleteTypeCommandOutput>;
474
+ export declare const deserializeAws_restJson1DisassociateApiCommand: (
475
+ output: __HttpResponse,
476
+ context: __SerdeContext
477
+ ) => Promise<DisassociateApiCommandOutput>;
478
+ export declare const deserializeAws_restJson1EvaluateMappingTemplateCommand: (
479
+ output: __HttpResponse,
480
+ context: __SerdeContext
481
+ ) => Promise<EvaluateMappingTemplateCommandOutput>;
482
+ export declare const deserializeAws_restJson1FlushApiCacheCommand: (
483
+ output: __HttpResponse,
484
+ context: __SerdeContext
485
+ ) => Promise<FlushApiCacheCommandOutput>;
486
+ export declare const deserializeAws_restJson1GetApiAssociationCommand: (
487
+ output: __HttpResponse,
488
+ context: __SerdeContext
489
+ ) => Promise<GetApiAssociationCommandOutput>;
490
+ export declare const deserializeAws_restJson1GetApiCacheCommand: (
491
+ output: __HttpResponse,
492
+ context: __SerdeContext
493
+ ) => Promise<GetApiCacheCommandOutput>;
494
+ export declare const deserializeAws_restJson1GetDataSourceCommand: (
495
+ output: __HttpResponse,
496
+ context: __SerdeContext
497
+ ) => Promise<GetDataSourceCommandOutput>;
498
+ export declare const deserializeAws_restJson1GetDomainNameCommand: (
499
+ output: __HttpResponse,
500
+ context: __SerdeContext
501
+ ) => Promise<GetDomainNameCommandOutput>;
502
+ export declare const deserializeAws_restJson1GetFunctionCommand: (
503
+ output: __HttpResponse,
504
+ context: __SerdeContext
505
+ ) => Promise<GetFunctionCommandOutput>;
506
+ export declare const deserializeAws_restJson1GetGraphqlApiCommand: (
507
+ output: __HttpResponse,
508
+ context: __SerdeContext
509
+ ) => Promise<GetGraphqlApiCommandOutput>;
510
+ export declare const deserializeAws_restJson1GetIntrospectionSchemaCommand: (
511
+ output: __HttpResponse,
512
+ context: __SerdeContext
513
+ ) => Promise<GetIntrospectionSchemaCommandOutput>;
514
+ export declare const deserializeAws_restJson1GetResolverCommand: (
515
+ output: __HttpResponse,
516
+ context: __SerdeContext
517
+ ) => Promise<GetResolverCommandOutput>;
518
+ export declare const deserializeAws_restJson1GetSchemaCreationStatusCommand: (
519
+ output: __HttpResponse,
520
+ context: __SerdeContext
521
+ ) => Promise<GetSchemaCreationStatusCommandOutput>;
522
+ export declare const deserializeAws_restJson1GetTypeCommand: (
523
+ output: __HttpResponse,
524
+ context: __SerdeContext
525
+ ) => Promise<GetTypeCommandOutput>;
526
+ export declare const deserializeAws_restJson1ListApiKeysCommand: (
527
+ output: __HttpResponse,
528
+ context: __SerdeContext
529
+ ) => Promise<ListApiKeysCommandOutput>;
530
+ export declare const deserializeAws_restJson1ListDataSourcesCommand: (
531
+ output: __HttpResponse,
532
+ context: __SerdeContext
533
+ ) => Promise<ListDataSourcesCommandOutput>;
534
+ export declare const deserializeAws_restJson1ListDomainNamesCommand: (
535
+ output: __HttpResponse,
536
+ context: __SerdeContext
537
+ ) => Promise<ListDomainNamesCommandOutput>;
538
+ export declare const deserializeAws_restJson1ListFunctionsCommand: (
539
+ output: __HttpResponse,
540
+ context: __SerdeContext
541
+ ) => Promise<ListFunctionsCommandOutput>;
542
+ export declare const deserializeAws_restJson1ListGraphqlApisCommand: (
543
+ output: __HttpResponse,
544
+ context: __SerdeContext
545
+ ) => Promise<ListGraphqlApisCommandOutput>;
546
+ export declare const deserializeAws_restJson1ListResolversCommand: (
547
+ output: __HttpResponse,
548
+ context: __SerdeContext
549
+ ) => Promise<ListResolversCommandOutput>;
550
+ export declare const deserializeAws_restJson1ListResolversByFunctionCommand: (
551
+ output: __HttpResponse,
552
+ context: __SerdeContext
553
+ ) => Promise<ListResolversByFunctionCommandOutput>;
554
+ export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
555
+ output: __HttpResponse,
556
+ context: __SerdeContext
557
+ ) => Promise<ListTagsForResourceCommandOutput>;
558
+ export declare const deserializeAws_restJson1ListTypesCommand: (
559
+ output: __HttpResponse,
560
+ context: __SerdeContext
561
+ ) => Promise<ListTypesCommandOutput>;
562
+ export declare const deserializeAws_restJson1StartSchemaCreationCommand: (
563
+ output: __HttpResponse,
564
+ context: __SerdeContext
565
+ ) => Promise<StartSchemaCreationCommandOutput>;
566
+ export declare const deserializeAws_restJson1TagResourceCommand: (
567
+ output: __HttpResponse,
568
+ context: __SerdeContext
569
+ ) => Promise<TagResourceCommandOutput>;
570
+ export declare const deserializeAws_restJson1UntagResourceCommand: (
571
+ output: __HttpResponse,
572
+ context: __SerdeContext
573
+ ) => Promise<UntagResourceCommandOutput>;
574
+ export declare const deserializeAws_restJson1UpdateApiCacheCommand: (
575
+ output: __HttpResponse,
576
+ context: __SerdeContext
577
+ ) => Promise<UpdateApiCacheCommandOutput>;
578
+ export declare const deserializeAws_restJson1UpdateApiKeyCommand: (
579
+ output: __HttpResponse,
580
+ context: __SerdeContext
581
+ ) => Promise<UpdateApiKeyCommandOutput>;
582
+ export declare const deserializeAws_restJson1UpdateDataSourceCommand: (
583
+ output: __HttpResponse,
584
+ context: __SerdeContext
585
+ ) => Promise<UpdateDataSourceCommandOutput>;
586
+ export declare const deserializeAws_restJson1UpdateDomainNameCommand: (
587
+ output: __HttpResponse,
588
+ context: __SerdeContext
589
+ ) => Promise<UpdateDomainNameCommandOutput>;
590
+ export declare const deserializeAws_restJson1UpdateFunctionCommand: (
591
+ output: __HttpResponse,
592
+ context: __SerdeContext
593
+ ) => Promise<UpdateFunctionCommandOutput>;
594
+ export declare const deserializeAws_restJson1UpdateGraphqlApiCommand: (
595
+ output: __HttpResponse,
596
+ context: __SerdeContext
597
+ ) => Promise<UpdateGraphqlApiCommandOutput>;
598
+ export declare const deserializeAws_restJson1UpdateResolverCommand: (
599
+ output: __HttpResponse,
600
+ context: __SerdeContext
601
+ ) => Promise<UpdateResolverCommandOutput>;
602
+ export declare const deserializeAws_restJson1UpdateTypeCommand: (
603
+ output: __HttpResponse,
604
+ context: __SerdeContext
605
+ ) => Promise<UpdateTypeCommandOutput>;