@aws-sdk/client-appsync 3.478.0 → 3.484.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 (253) hide show
  1. package/dist-cjs/commands/AssociateApiCommand.js +18 -41
  2. package/dist-cjs/commands/AssociateMergedGraphqlApiCommand.js +18 -41
  3. package/dist-cjs/commands/AssociateSourceGraphqlApiCommand.js +18 -41
  4. package/dist-cjs/commands/CreateApiCacheCommand.js +18 -41
  5. package/dist-cjs/commands/CreateApiKeyCommand.js +18 -41
  6. package/dist-cjs/commands/CreateDataSourceCommand.js +18 -41
  7. package/dist-cjs/commands/CreateDomainNameCommand.js +18 -41
  8. package/dist-cjs/commands/CreateFunctionCommand.js +18 -41
  9. package/dist-cjs/commands/CreateGraphqlApiCommand.js +18 -41
  10. package/dist-cjs/commands/CreateResolverCommand.js +18 -41
  11. package/dist-cjs/commands/CreateTypeCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteApiCacheCommand.js +18 -41
  13. package/dist-cjs/commands/DeleteApiKeyCommand.js +18 -41
  14. package/dist-cjs/commands/DeleteDataSourceCommand.js +18 -41
  15. package/dist-cjs/commands/DeleteDomainNameCommand.js +18 -41
  16. package/dist-cjs/commands/DeleteFunctionCommand.js +18 -41
  17. package/dist-cjs/commands/DeleteGraphqlApiCommand.js +18 -41
  18. package/dist-cjs/commands/DeleteResolverCommand.js +18 -41
  19. package/dist-cjs/commands/DeleteTypeCommand.js +18 -41
  20. package/dist-cjs/commands/DisassociateApiCommand.js +18 -41
  21. package/dist-cjs/commands/DisassociateMergedGraphqlApiCommand.js +18 -41
  22. package/dist-cjs/commands/DisassociateSourceGraphqlApiCommand.js +18 -41
  23. package/dist-cjs/commands/EvaluateCodeCommand.js +18 -41
  24. package/dist-cjs/commands/EvaluateMappingTemplateCommand.js +18 -41
  25. package/dist-cjs/commands/FlushApiCacheCommand.js +18 -41
  26. package/dist-cjs/commands/GetApiAssociationCommand.js +18 -41
  27. package/dist-cjs/commands/GetApiCacheCommand.js +18 -41
  28. package/dist-cjs/commands/GetDataSourceCommand.js +18 -41
  29. package/dist-cjs/commands/GetDataSourceIntrospectionCommand.js +18 -41
  30. package/dist-cjs/commands/GetDomainNameCommand.js +18 -41
  31. package/dist-cjs/commands/GetFunctionCommand.js +18 -41
  32. package/dist-cjs/commands/GetGraphqlApiCommand.js +18 -41
  33. package/dist-cjs/commands/GetIntrospectionSchemaCommand.js +18 -41
  34. package/dist-cjs/commands/GetResolverCommand.js +18 -41
  35. package/dist-cjs/commands/GetSchemaCreationStatusCommand.js +18 -41
  36. package/dist-cjs/commands/GetSourceApiAssociationCommand.js +18 -41
  37. package/dist-cjs/commands/GetTypeCommand.js +18 -41
  38. package/dist-cjs/commands/ListApiKeysCommand.js +18 -41
  39. package/dist-cjs/commands/ListDataSourcesCommand.js +18 -41
  40. package/dist-cjs/commands/ListDomainNamesCommand.js +18 -41
  41. package/dist-cjs/commands/ListFunctionsCommand.js +18 -41
  42. package/dist-cjs/commands/ListGraphqlApisCommand.js +18 -41
  43. package/dist-cjs/commands/ListResolversByFunctionCommand.js +18 -41
  44. package/dist-cjs/commands/ListResolversCommand.js +18 -41
  45. package/dist-cjs/commands/ListSourceApiAssociationsCommand.js +18 -41
  46. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  47. package/dist-cjs/commands/ListTypesByAssociationCommand.js +18 -41
  48. package/dist-cjs/commands/ListTypesCommand.js +18 -41
  49. package/dist-cjs/commands/StartDataSourceIntrospectionCommand.js +18 -41
  50. package/dist-cjs/commands/StartSchemaCreationCommand.js +18 -41
  51. package/dist-cjs/commands/StartSchemaMergeCommand.js +18 -41
  52. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  53. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  54. package/dist-cjs/commands/UpdateApiCacheCommand.js +18 -41
  55. package/dist-cjs/commands/UpdateApiKeyCommand.js +18 -41
  56. package/dist-cjs/commands/UpdateDataSourceCommand.js +18 -41
  57. package/dist-cjs/commands/UpdateDomainNameCommand.js +18 -41
  58. package/dist-cjs/commands/UpdateFunctionCommand.js +18 -41
  59. package/dist-cjs/commands/UpdateGraphqlApiCommand.js +18 -41
  60. package/dist-cjs/commands/UpdateResolverCommand.js +18 -41
  61. package/dist-cjs/commands/UpdateSourceApiAssociationCommand.js +18 -41
  62. package/dist-cjs/commands/UpdateTypeCommand.js +18 -41
  63. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  64. package/dist-es/commands/AssociateApiCommand.js +18 -41
  65. package/dist-es/commands/AssociateMergedGraphqlApiCommand.js +18 -41
  66. package/dist-es/commands/AssociateSourceGraphqlApiCommand.js +18 -41
  67. package/dist-es/commands/CreateApiCacheCommand.js +18 -41
  68. package/dist-es/commands/CreateApiKeyCommand.js +18 -41
  69. package/dist-es/commands/CreateDataSourceCommand.js +18 -41
  70. package/dist-es/commands/CreateDomainNameCommand.js +18 -41
  71. package/dist-es/commands/CreateFunctionCommand.js +18 -41
  72. package/dist-es/commands/CreateGraphqlApiCommand.js +18 -41
  73. package/dist-es/commands/CreateResolverCommand.js +18 -41
  74. package/dist-es/commands/CreateTypeCommand.js +18 -41
  75. package/dist-es/commands/DeleteApiCacheCommand.js +18 -41
  76. package/dist-es/commands/DeleteApiKeyCommand.js +18 -41
  77. package/dist-es/commands/DeleteDataSourceCommand.js +18 -41
  78. package/dist-es/commands/DeleteDomainNameCommand.js +18 -41
  79. package/dist-es/commands/DeleteFunctionCommand.js +18 -41
  80. package/dist-es/commands/DeleteGraphqlApiCommand.js +18 -41
  81. package/dist-es/commands/DeleteResolverCommand.js +18 -41
  82. package/dist-es/commands/DeleteTypeCommand.js +18 -41
  83. package/dist-es/commands/DisassociateApiCommand.js +18 -41
  84. package/dist-es/commands/DisassociateMergedGraphqlApiCommand.js +18 -41
  85. package/dist-es/commands/DisassociateSourceGraphqlApiCommand.js +18 -41
  86. package/dist-es/commands/EvaluateCodeCommand.js +18 -41
  87. package/dist-es/commands/EvaluateMappingTemplateCommand.js +18 -41
  88. package/dist-es/commands/FlushApiCacheCommand.js +18 -41
  89. package/dist-es/commands/GetApiAssociationCommand.js +18 -41
  90. package/dist-es/commands/GetApiCacheCommand.js +18 -41
  91. package/dist-es/commands/GetDataSourceCommand.js +18 -41
  92. package/dist-es/commands/GetDataSourceIntrospectionCommand.js +18 -41
  93. package/dist-es/commands/GetDomainNameCommand.js +18 -41
  94. package/dist-es/commands/GetFunctionCommand.js +18 -41
  95. package/dist-es/commands/GetGraphqlApiCommand.js +18 -41
  96. package/dist-es/commands/GetIntrospectionSchemaCommand.js +18 -41
  97. package/dist-es/commands/GetResolverCommand.js +18 -41
  98. package/dist-es/commands/GetSchemaCreationStatusCommand.js +18 -41
  99. package/dist-es/commands/GetSourceApiAssociationCommand.js +18 -41
  100. package/dist-es/commands/GetTypeCommand.js +18 -41
  101. package/dist-es/commands/ListApiKeysCommand.js +18 -41
  102. package/dist-es/commands/ListDataSourcesCommand.js +18 -41
  103. package/dist-es/commands/ListDomainNamesCommand.js +18 -41
  104. package/dist-es/commands/ListFunctionsCommand.js +18 -41
  105. package/dist-es/commands/ListGraphqlApisCommand.js +18 -41
  106. package/dist-es/commands/ListResolversByFunctionCommand.js +18 -41
  107. package/dist-es/commands/ListResolversCommand.js +18 -41
  108. package/dist-es/commands/ListSourceApiAssociationsCommand.js +18 -41
  109. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  110. package/dist-es/commands/ListTypesByAssociationCommand.js +18 -41
  111. package/dist-es/commands/ListTypesCommand.js +18 -41
  112. package/dist-es/commands/StartDataSourceIntrospectionCommand.js +18 -41
  113. package/dist-es/commands/StartSchemaCreationCommand.js +18 -41
  114. package/dist-es/commands/StartSchemaMergeCommand.js +18 -41
  115. package/dist-es/commands/TagResourceCommand.js +18 -41
  116. package/dist-es/commands/UntagResourceCommand.js +18 -41
  117. package/dist-es/commands/UpdateApiCacheCommand.js +18 -41
  118. package/dist-es/commands/UpdateApiKeyCommand.js +18 -41
  119. package/dist-es/commands/UpdateDataSourceCommand.js +18 -41
  120. package/dist-es/commands/UpdateDomainNameCommand.js +18 -41
  121. package/dist-es/commands/UpdateFunctionCommand.js +18 -41
  122. package/dist-es/commands/UpdateGraphqlApiCommand.js +18 -41
  123. package/dist-es/commands/UpdateResolverCommand.js +18 -41
  124. package/dist-es/commands/UpdateSourceApiAssociationCommand.js +18 -41
  125. package/dist-es/commands/UpdateTypeCommand.js +18 -41
  126. package/dist-es/endpoint/EndpointParameters.js +6 -0
  127. package/dist-types/commands/AssociateApiCommand.d.ts +6 -21
  128. package/dist-types/commands/AssociateMergedGraphqlApiCommand.d.ts +6 -21
  129. package/dist-types/commands/AssociateSourceGraphqlApiCommand.d.ts +6 -21
  130. package/dist-types/commands/CreateApiCacheCommand.d.ts +6 -21
  131. package/dist-types/commands/CreateApiKeyCommand.d.ts +6 -21
  132. package/dist-types/commands/CreateDataSourceCommand.d.ts +6 -21
  133. package/dist-types/commands/CreateDomainNameCommand.d.ts +6 -21
  134. package/dist-types/commands/CreateFunctionCommand.d.ts +6 -21
  135. package/dist-types/commands/CreateGraphqlApiCommand.d.ts +6 -21
  136. package/dist-types/commands/CreateResolverCommand.d.ts +6 -21
  137. package/dist-types/commands/CreateTypeCommand.d.ts +6 -21
  138. package/dist-types/commands/DeleteApiCacheCommand.d.ts +6 -21
  139. package/dist-types/commands/DeleteApiKeyCommand.d.ts +6 -21
  140. package/dist-types/commands/DeleteDataSourceCommand.d.ts +6 -21
  141. package/dist-types/commands/DeleteDomainNameCommand.d.ts +6 -21
  142. package/dist-types/commands/DeleteFunctionCommand.d.ts +6 -21
  143. package/dist-types/commands/DeleteGraphqlApiCommand.d.ts +6 -21
  144. package/dist-types/commands/DeleteResolverCommand.d.ts +6 -21
  145. package/dist-types/commands/DeleteTypeCommand.d.ts +6 -21
  146. package/dist-types/commands/DisassociateApiCommand.d.ts +6 -21
  147. package/dist-types/commands/DisassociateMergedGraphqlApiCommand.d.ts +6 -21
  148. package/dist-types/commands/DisassociateSourceGraphqlApiCommand.d.ts +6 -21
  149. package/dist-types/commands/EvaluateCodeCommand.d.ts +6 -21
  150. package/dist-types/commands/EvaluateMappingTemplateCommand.d.ts +6 -21
  151. package/dist-types/commands/FlushApiCacheCommand.d.ts +6 -21
  152. package/dist-types/commands/GetApiAssociationCommand.d.ts +6 -21
  153. package/dist-types/commands/GetApiCacheCommand.d.ts +6 -21
  154. package/dist-types/commands/GetDataSourceCommand.d.ts +6 -21
  155. package/dist-types/commands/GetDataSourceIntrospectionCommand.d.ts +6 -21
  156. package/dist-types/commands/GetDomainNameCommand.d.ts +6 -21
  157. package/dist-types/commands/GetFunctionCommand.d.ts +6 -21
  158. package/dist-types/commands/GetGraphqlApiCommand.d.ts +6 -21
  159. package/dist-types/commands/GetIntrospectionSchemaCommand.d.ts +6 -21
  160. package/dist-types/commands/GetResolverCommand.d.ts +6 -21
  161. package/dist-types/commands/GetSchemaCreationStatusCommand.d.ts +6 -21
  162. package/dist-types/commands/GetSourceApiAssociationCommand.d.ts +6 -21
  163. package/dist-types/commands/GetTypeCommand.d.ts +6 -21
  164. package/dist-types/commands/ListApiKeysCommand.d.ts +6 -21
  165. package/dist-types/commands/ListDataSourcesCommand.d.ts +6 -21
  166. package/dist-types/commands/ListDomainNamesCommand.d.ts +6 -21
  167. package/dist-types/commands/ListFunctionsCommand.d.ts +6 -21
  168. package/dist-types/commands/ListGraphqlApisCommand.d.ts +6 -21
  169. package/dist-types/commands/ListResolversByFunctionCommand.d.ts +6 -21
  170. package/dist-types/commands/ListResolversCommand.d.ts +6 -21
  171. package/dist-types/commands/ListSourceApiAssociationsCommand.d.ts +6 -21
  172. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  173. package/dist-types/commands/ListTypesByAssociationCommand.d.ts +6 -21
  174. package/dist-types/commands/ListTypesCommand.d.ts +6 -21
  175. package/dist-types/commands/StartDataSourceIntrospectionCommand.d.ts +6 -21
  176. package/dist-types/commands/StartSchemaCreationCommand.d.ts +6 -21
  177. package/dist-types/commands/StartSchemaMergeCommand.d.ts +6 -21
  178. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  179. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  180. package/dist-types/commands/UpdateApiCacheCommand.d.ts +6 -21
  181. package/dist-types/commands/UpdateApiKeyCommand.d.ts +6 -21
  182. package/dist-types/commands/UpdateDataSourceCommand.d.ts +6 -21
  183. package/dist-types/commands/UpdateDomainNameCommand.d.ts +6 -21
  184. package/dist-types/commands/UpdateFunctionCommand.d.ts +6 -21
  185. package/dist-types/commands/UpdateGraphqlApiCommand.d.ts +6 -21
  186. package/dist-types/commands/UpdateResolverCommand.d.ts +6 -21
  187. package/dist-types/commands/UpdateSourceApiAssociationCommand.d.ts +6 -21
  188. package/dist-types/commands/UpdateTypeCommand.d.ts +6 -21
  189. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  190. package/dist-types/ts3.4/commands/AssociateApiCommand.d.ts +14 -23
  191. package/dist-types/ts3.4/commands/AssociateMergedGraphqlApiCommand.d.ts +12 -24
  192. package/dist-types/ts3.4/commands/AssociateSourceGraphqlApiCommand.d.ts +12 -24
  193. package/dist-types/ts3.4/commands/CreateApiCacheCommand.d.ts +14 -23
  194. package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +14 -23
  195. package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +14 -23
  196. package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +14 -23
  197. package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +14 -23
  198. package/dist-types/ts3.4/commands/CreateGraphqlApiCommand.d.ts +14 -23
  199. package/dist-types/ts3.4/commands/CreateResolverCommand.d.ts +14 -23
  200. package/dist-types/ts3.4/commands/CreateTypeCommand.d.ts +14 -23
  201. package/dist-types/ts3.4/commands/DeleteApiCacheCommand.d.ts +14 -23
  202. package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +14 -23
  203. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +14 -23
  204. package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +14 -23
  205. package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +14 -23
  206. package/dist-types/ts3.4/commands/DeleteGraphqlApiCommand.d.ts +14 -23
  207. package/dist-types/ts3.4/commands/DeleteResolverCommand.d.ts +14 -23
  208. package/dist-types/ts3.4/commands/DeleteTypeCommand.d.ts +14 -23
  209. package/dist-types/ts3.4/commands/DisassociateApiCommand.d.ts +14 -23
  210. package/dist-types/ts3.4/commands/DisassociateMergedGraphqlApiCommand.d.ts +12 -24
  211. package/dist-types/ts3.4/commands/DisassociateSourceGraphqlApiCommand.d.ts +12 -24
  212. package/dist-types/ts3.4/commands/EvaluateCodeCommand.d.ts +14 -23
  213. package/dist-types/ts3.4/commands/EvaluateMappingTemplateCommand.d.ts +12 -24
  214. package/dist-types/ts3.4/commands/FlushApiCacheCommand.d.ts +14 -23
  215. package/dist-types/ts3.4/commands/GetApiAssociationCommand.d.ts +14 -23
  216. package/dist-types/ts3.4/commands/GetApiCacheCommand.d.ts +14 -23
  217. package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +14 -23
  218. package/dist-types/ts3.4/commands/GetDataSourceIntrospectionCommand.d.ts +12 -24
  219. package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +14 -23
  220. package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +14 -23
  221. package/dist-types/ts3.4/commands/GetGraphqlApiCommand.d.ts +14 -23
  222. package/dist-types/ts3.4/commands/GetIntrospectionSchemaCommand.d.ts +12 -24
  223. package/dist-types/ts3.4/commands/GetResolverCommand.d.ts +14 -23
  224. package/dist-types/ts3.4/commands/GetSchemaCreationStatusCommand.d.ts +12 -24
  225. package/dist-types/ts3.4/commands/GetSourceApiAssociationCommand.d.ts +12 -24
  226. package/dist-types/ts3.4/commands/GetTypeCommand.d.ts +12 -23
  227. package/dist-types/ts3.4/commands/ListApiKeysCommand.d.ts +14 -23
  228. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +14 -23
  229. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +14 -23
  230. package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +14 -23
  231. package/dist-types/ts3.4/commands/ListGraphqlApisCommand.d.ts +14 -23
  232. package/dist-types/ts3.4/commands/ListResolversByFunctionCommand.d.ts +12 -24
  233. package/dist-types/ts3.4/commands/ListResolversCommand.d.ts +14 -23
  234. package/dist-types/ts3.4/commands/ListSourceApiAssociationsCommand.d.ts +12 -24
  235. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  236. package/dist-types/ts3.4/commands/ListTypesByAssociationCommand.d.ts +12 -24
  237. package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +14 -23
  238. package/dist-types/ts3.4/commands/StartDataSourceIntrospectionCommand.d.ts +12 -24
  239. package/dist-types/ts3.4/commands/StartSchemaCreationCommand.d.ts +14 -23
  240. package/dist-types/ts3.4/commands/StartSchemaMergeCommand.d.ts +14 -23
  241. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  242. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  243. package/dist-types/ts3.4/commands/UpdateApiCacheCommand.d.ts +14 -23
  244. package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +14 -23
  245. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +14 -23
  246. package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +14 -23
  247. package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +14 -23
  248. package/dist-types/ts3.4/commands/UpdateGraphqlApiCommand.d.ts +14 -23
  249. package/dist-types/ts3.4/commands/UpdateResolverCommand.d.ts +14 -23
  250. package/dist-types/ts3.4/commands/UpdateSourceApiAssociationCommand.d.ts +12 -24
  251. package/dist-types/ts3.4/commands/UpdateTypeCommand.d.ts +14 -23
  252. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  253. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
5
4
  import { DeleteResolverRequest, DeleteResolverResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteResolverCommandInput extends DeleteResolverRequest {
21
20
  */
22
21
  export interface DeleteResolverCommandOutput extends DeleteResolverResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteResolverCommand_base: {
24
+ new (input: DeleteResolverCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResolverCommandInput, DeleteResolverCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a <code>Resolver</code> object.</p>
@@ -68,23 +71,5 @@ export interface DeleteResolverCommandOutput extends DeleteResolverResponse, __M
68
71
  * <p>Base exception class for all service exceptions from AppSync service.</p>
69
72
  *
70
73
  */
71
- export declare class DeleteResolverCommand extends $Command<DeleteResolverCommandInput, DeleteResolverCommandOutput, AppSyncClientResolvedConfig> {
72
- readonly input: DeleteResolverCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: DeleteResolverCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResolverCommandInput, DeleteResolverCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class DeleteResolverCommand extends DeleteResolverCommand_base {
90
75
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
5
4
  import { DeleteTypeRequest, DeleteTypeResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteTypeCommandInput extends DeleteTypeRequest {
21
20
  */
22
21
  export interface DeleteTypeCommandOutput extends DeleteTypeResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteTypeCommand_base: {
24
+ new (input: DeleteTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTypeCommandInput, DeleteTypeCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a <code>Type</code> object.</p>
@@ -67,23 +70,5 @@ export interface DeleteTypeCommandOutput extends DeleteTypeResponse, __MetadataB
67
70
  * <p>Base exception class for all service exceptions from AppSync service.</p>
68
71
  *
69
72
  */
70
- export declare class DeleteTypeCommand extends $Command<DeleteTypeCommandInput, DeleteTypeCommandOutput, AppSyncClientResolvedConfig> {
71
- readonly input: DeleteTypeCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: DeleteTypeCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTypeCommandInput, DeleteTypeCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class DeleteTypeCommand extends DeleteTypeCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
5
4
  import { DisassociateApiRequest, DisassociateApiResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisassociateApiCommandInput extends DisassociateApiRequest {
21
20
  */
22
21
  export interface DisassociateApiCommandOutput extends DisassociateApiResponse, __MetadataBearer {
23
22
  }
23
+ declare const DisassociateApiCommand_base: {
24
+ new (input: DisassociateApiCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateApiCommandInput, DisassociateApiCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes an <code>ApiAssociation</code> object from a custom domain.</p>
@@ -66,23 +69,5 @@ export interface DisassociateApiCommandOutput extends DisassociateApiResponse, _
66
69
  * <p>Base exception class for all service exceptions from AppSync service.</p>
67
70
  *
68
71
  */
69
- export declare class DisassociateApiCommand extends $Command<DisassociateApiCommandInput, DisassociateApiCommandOutput, AppSyncClientResolvedConfig> {
70
- readonly input: DisassociateApiCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: DisassociateApiCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateApiCommandInput, DisassociateApiCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class DisassociateApiCommand extends DisassociateApiCommand_base {
88
73
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
5
4
  import { DisassociateMergedGraphqlApiRequest, DisassociateMergedGraphqlApiResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisassociateMergedGraphqlApiCommandInput extends DisassociateMe
21
20
  */
22
21
  export interface DisassociateMergedGraphqlApiCommandOutput extends DisassociateMergedGraphqlApiResponse, __MetadataBearer {
23
22
  }
23
+ declare const DisassociateMergedGraphqlApiCommand_base: {
24
+ new (input: DisassociateMergedGraphqlApiCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateMergedGraphqlApiCommandInput, DisassociateMergedGraphqlApiCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an association between a Merged API and source API using the source API's identifier and the
@@ -70,23 +73,5 @@ export interface DisassociateMergedGraphqlApiCommandOutput extends DisassociateM
70
73
  * <p>Base exception class for all service exceptions from AppSync service.</p>
71
74
  *
72
75
  */
73
- export declare class DisassociateMergedGraphqlApiCommand extends $Command<DisassociateMergedGraphqlApiCommandInput, DisassociateMergedGraphqlApiCommandOutput, AppSyncClientResolvedConfig> {
74
- readonly input: DisassociateMergedGraphqlApiCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: DisassociateMergedGraphqlApiCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateMergedGraphqlApiCommandInput, DisassociateMergedGraphqlApiCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class DisassociateMergedGraphqlApiCommand extends DisassociateMergedGraphqlApiCommand_base {
92
77
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
5
4
  import { DisassociateSourceGraphqlApiRequest, DisassociateSourceGraphqlApiResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisassociateSourceGraphqlApiCommandInput extends DisassociateSo
21
20
  */
22
21
  export interface DisassociateSourceGraphqlApiCommandOutput extends DisassociateSourceGraphqlApiResponse, __MetadataBearer {
23
22
  }
23
+ declare const DisassociateSourceGraphqlApiCommand_base: {
24
+ new (input: DisassociateSourceGraphqlApiCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateSourceGraphqlApiCommandInput, DisassociateSourceGraphqlApiCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an association between a Merged API and source API using the Merged API's identifier and the
@@ -70,23 +73,5 @@ export interface DisassociateSourceGraphqlApiCommandOutput extends DisassociateS
70
73
  * <p>Base exception class for all service exceptions from AppSync service.</p>
71
74
  *
72
75
  */
73
- export declare class DisassociateSourceGraphqlApiCommand extends $Command<DisassociateSourceGraphqlApiCommandInput, DisassociateSourceGraphqlApiCommandOutput, AppSyncClientResolvedConfig> {
74
- readonly input: DisassociateSourceGraphqlApiCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: DisassociateSourceGraphqlApiCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateSourceGraphqlApiCommandInput, DisassociateSourceGraphqlApiCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class DisassociateSourceGraphqlApiCommand extends DisassociateSourceGraphqlApiCommand_base {
92
77
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
5
4
  import { EvaluateCodeRequest, EvaluateCodeResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface EvaluateCodeCommandInput extends EvaluateCodeRequest {
21
20
  */
22
21
  export interface EvaluateCodeCommandOutput extends EvaluateCodeResponse, __MetadataBearer {
23
22
  }
23
+ declare const EvaluateCodeCommand_base: {
24
+ new (input: EvaluateCodeCommandInput): import("@smithy/smithy-client").CommandImpl<EvaluateCodeCommandInput, EvaluateCodeCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Evaluates the given code and returns the response. The code definition requirements depend on the specified
@@ -88,23 +91,5 @@ export interface EvaluateCodeCommandOutput extends EvaluateCodeResponse, __Metad
88
91
  * <p>Base exception class for all service exceptions from AppSync service.</p>
89
92
  *
90
93
  */
91
- export declare class EvaluateCodeCommand extends $Command<EvaluateCodeCommandInput, EvaluateCodeCommandOutput, AppSyncClientResolvedConfig> {
92
- readonly input: EvaluateCodeCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: EvaluateCodeCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EvaluateCodeCommandInput, EvaluateCodeCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class EvaluateCodeCommand extends EvaluateCodeCommand_base {
110
95
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
5
4
  import { EvaluateMappingTemplateRequest, EvaluateMappingTemplateResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface EvaluateMappingTemplateCommandInput extends EvaluateMappingTemp
21
20
  */
22
21
  export interface EvaluateMappingTemplateCommandOutput extends EvaluateMappingTemplateResponse, __MetadataBearer {
23
22
  }
23
+ declare const EvaluateMappingTemplateCommand_base: {
24
+ new (input: EvaluateMappingTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<EvaluateMappingTemplateCommandInput, EvaluateMappingTemplateCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Evaluates a given template and returns the response. The mapping template can be a request or response
@@ -73,23 +76,5 @@ export interface EvaluateMappingTemplateCommandOutput extends EvaluateMappingTem
73
76
  * <p>Base exception class for all service exceptions from AppSync service.</p>
74
77
  *
75
78
  */
76
- export declare class EvaluateMappingTemplateCommand extends $Command<EvaluateMappingTemplateCommandInput, EvaluateMappingTemplateCommandOutput, AppSyncClientResolvedConfig> {
77
- readonly input: EvaluateMappingTemplateCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: EvaluateMappingTemplateCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EvaluateMappingTemplateCommandInput, EvaluateMappingTemplateCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class EvaluateMappingTemplateCommand extends EvaluateMappingTemplateCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
5
4
  import { FlushApiCacheRequest, FlushApiCacheResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface FlushApiCacheCommandInput extends FlushApiCacheRequest {
21
20
  */
22
21
  export interface FlushApiCacheCommandOutput extends FlushApiCacheResponse, __MetadataBearer {
23
22
  }
23
+ declare const FlushApiCacheCommand_base: {
24
+ new (input: FlushApiCacheCommandInput): import("@smithy/smithy-client").CommandImpl<FlushApiCacheCommandInput, FlushApiCacheCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Flushes an <code>ApiCache</code> object.</p>
@@ -66,23 +69,5 @@ export interface FlushApiCacheCommandOutput extends FlushApiCacheResponse, __Met
66
69
  * <p>Base exception class for all service exceptions from AppSync service.</p>
67
70
  *
68
71
  */
69
- export declare class FlushApiCacheCommand extends $Command<FlushApiCacheCommandInput, FlushApiCacheCommandOutput, AppSyncClientResolvedConfig> {
70
- readonly input: FlushApiCacheCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: FlushApiCacheCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<FlushApiCacheCommandInput, FlushApiCacheCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class FlushApiCacheCommand extends FlushApiCacheCommand_base {
88
73
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
5
4
  import { GetApiAssociationRequest, GetApiAssociationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetApiAssociationCommandInput extends GetApiAssociationRequest
21
20
  */
22
21
  export interface GetApiAssociationCommandOutput extends GetApiAssociationResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetApiAssociationCommand_base: {
24
+ new (input: GetApiAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<GetApiAssociationCommandInput, GetApiAssociationCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves an <code>ApiAssociation</code> object.</p>
@@ -69,23 +72,5 @@ export interface GetApiAssociationCommandOutput extends GetApiAssociationRespons
69
72
  * <p>Base exception class for all service exceptions from AppSync service.</p>
70
73
  *
71
74
  */
72
- export declare class GetApiAssociationCommand extends $Command<GetApiAssociationCommandInput, GetApiAssociationCommandOutput, AppSyncClientResolvedConfig> {
73
- readonly input: GetApiAssociationCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: GetApiAssociationCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetApiAssociationCommandInput, GetApiAssociationCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class GetApiAssociationCommand extends GetApiAssociationCommand_base {
91
76
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
5
4
  import { GetApiCacheRequest, GetApiCacheResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetApiCacheCommandInput extends GetApiCacheRequest {
21
20
  */
22
21
  export interface GetApiCacheCommandOutput extends GetApiCacheResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetApiCacheCommand_base: {
24
+ new (input: GetApiCacheCommandInput): import("@smithy/smithy-client").CommandImpl<GetApiCacheCommandInput, GetApiCacheCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves an <code>ApiCache</code> object.</p>
@@ -75,23 +78,5 @@ export interface GetApiCacheCommandOutput extends GetApiCacheResponse, __Metadat
75
78
  * <p>Base exception class for all service exceptions from AppSync service.</p>
76
79
  *
77
80
  */
78
- export declare class GetApiCacheCommand extends $Command<GetApiCacheCommandInput, GetApiCacheCommandOutput, AppSyncClientResolvedConfig> {
79
- readonly input: GetApiCacheCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: GetApiCacheCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetApiCacheCommandInput, GetApiCacheCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class GetApiCacheCommand extends GetApiCacheCommand_base {
97
82
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
5
4
  import { GetDataSourceRequest, GetDataSourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDataSourceCommandInput extends GetDataSourceRequest {
21
20
  */
22
21
  export interface GetDataSourceCommandOutput extends GetDataSourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetDataSourceCommand_base: {
24
+ new (input: GetDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataSourceCommandInput, GetDataSourceCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a <code>DataSource</code> object.</p>
@@ -120,23 +123,5 @@ export interface GetDataSourceCommandOutput extends GetDataSourceResponse, __Met
120
123
  * <p>Base exception class for all service exceptions from AppSync service.</p>
121
124
  *
122
125
  */
123
- export declare class GetDataSourceCommand extends $Command<GetDataSourceCommandInput, GetDataSourceCommandOutput, AppSyncClientResolvedConfig> {
124
- readonly input: GetDataSourceCommandInput;
125
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
126
- /**
127
- * @public
128
- */
129
- constructor(input: GetDataSourceCommandInput);
130
- /**
131
- * @internal
132
- */
133
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDataSourceCommandInput, GetDataSourceCommandOutput>;
134
- /**
135
- * @internal
136
- */
137
- private serialize;
138
- /**
139
- * @internal
140
- */
141
- private deserialize;
126
+ export declare class GetDataSourceCommand extends GetDataSourceCommand_base {
142
127
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
5
4
  import { GetDataSourceIntrospectionRequest, GetDataSourceIntrospectionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDataSourceIntrospectionCommandInput extends GetDataSourceInt
21
20
  */
22
21
  export interface GetDataSourceIntrospectionCommandOutput extends GetDataSourceIntrospectionResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetDataSourceIntrospectionCommand_base: {
24
+ new (input: GetDataSourceIntrospectionCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataSourceIntrospectionCommandInput, GetDataSourceIntrospectionCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the record of an existing introspection. If the retrieval is successful, the result of the
@@ -112,23 +115,5 @@ export interface GetDataSourceIntrospectionCommandOutput extends GetDataSourceIn
112
115
  * <p>Base exception class for all service exceptions from AppSync service.</p>
113
116
  *
114
117
  */
115
- export declare class GetDataSourceIntrospectionCommand extends $Command<GetDataSourceIntrospectionCommandInput, GetDataSourceIntrospectionCommandOutput, AppSyncClientResolvedConfig> {
116
- readonly input: GetDataSourceIntrospectionCommandInput;
117
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
118
- /**
119
- * @public
120
- */
121
- constructor(input: GetDataSourceIntrospectionCommandInput);
122
- /**
123
- * @internal
124
- */
125
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDataSourceIntrospectionCommandInput, GetDataSourceIntrospectionCommandOutput>;
126
- /**
127
- * @internal
128
- */
129
- private serialize;
130
- /**
131
- * @internal
132
- */
133
- private deserialize;
118
+ export declare class GetDataSourceIntrospectionCommand extends GetDataSourceIntrospectionCommand_base {
134
119
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
5
4
  import { GetDomainNameRequest, GetDomainNameResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDomainNameCommandInput extends GetDomainNameRequest {
21
20
  */
22
21
  export interface GetDomainNameCommandOutput extends GetDomainNameResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetDomainNameCommand_base: {
24
+ new (input: GetDomainNameCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainNameCommandInput, GetDomainNameCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a custom <code>DomainName</code> object.</p>
@@ -70,23 +73,5 @@ export interface GetDomainNameCommandOutput extends GetDomainNameResponse, __Met
70
73
  * <p>Base exception class for all service exceptions from AppSync service.</p>
71
74
  *
72
75
  */
73
- export declare class GetDomainNameCommand extends $Command<GetDomainNameCommandInput, GetDomainNameCommandOutput, AppSyncClientResolvedConfig> {
74
- readonly input: GetDomainNameCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: GetDomainNameCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDomainNameCommandInput, GetDomainNameCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class GetDomainNameCommand extends GetDomainNameCommand_base {
92
77
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
5
4
  import { GetFunctionRequest, GetFunctionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetFunctionCommandInput extends GetFunctionRequest {
21
20
  */
22
21
  export interface GetFunctionCommandOutput extends GetFunctionResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetFunctionCommand_base: {
24
+ new (input: GetFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<GetFunctionCommandInput, GetFunctionCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Get a <code>Function</code>.</p>
@@ -84,23 +87,5 @@ export interface GetFunctionCommandOutput extends GetFunctionResponse, __Metadat
84
87
  * <p>Base exception class for all service exceptions from AppSync service.</p>
85
88
  *
86
89
  */
87
- export declare class GetFunctionCommand extends $Command<GetFunctionCommandInput, GetFunctionCommandOutput, AppSyncClientResolvedConfig> {
88
- readonly input: GetFunctionCommandInput;
89
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
- /**
91
- * @public
92
- */
93
- constructor(input: GetFunctionCommandInput);
94
- /**
95
- * @internal
96
- */
97
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFunctionCommandInput, GetFunctionCommandOutput>;
98
- /**
99
- * @internal
100
- */
101
- private serialize;
102
- /**
103
- * @internal
104
- */
105
- private deserialize;
90
+ export declare class GetFunctionCommand extends GetFunctionCommand_base {
106
91
  }