@aws-sdk/client-appsync 3.478.0 → 3.481.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 +9 -9
@@ -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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the tags for a resource.</p>
@@ -72,23 +75,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
72
75
  * <p>Base exception class for all service exceptions from AppSync service.</p>
73
76
  *
74
77
  */
75
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AppSyncClientResolvedConfig> {
76
- readonly input: ListTagsForResourceCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: ListTagsForResourceCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
94
79
  }
@@ -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 { ListTypesByAssociationRequest, ListTypesByAssociationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTypesByAssociationCommandInput extends ListTypesByAssociati
21
20
  */
22
21
  export interface ListTypesByAssociationCommandOutput extends ListTypesByAssociationResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTypesByAssociationCommand_base: {
24
+ new (input: ListTypesByAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<ListTypesByAssociationCommandInput, ListTypesByAssociationCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists <code>Type</code> objects by the source API association ID.</p>
@@ -81,23 +84,5 @@ export interface ListTypesByAssociationCommandOutput extends ListTypesByAssociat
81
84
  * <p>Base exception class for all service exceptions from AppSync service.</p>
82
85
  *
83
86
  */
84
- export declare class ListTypesByAssociationCommand extends $Command<ListTypesByAssociationCommandInput, ListTypesByAssociationCommandOutput, AppSyncClientResolvedConfig> {
85
- readonly input: ListTypesByAssociationCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: ListTypesByAssociationCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTypesByAssociationCommandInput, ListTypesByAssociationCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class ListTypesByAssociationCommand extends ListTypesByAssociationCommand_base {
103
88
  }
@@ -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 { ListTypesRequest, ListTypesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTypesCommandInput extends ListTypesRequest {
21
20
  */
22
21
  export interface ListTypesCommandOutput extends ListTypesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTypesCommand_base: {
24
+ new (input: ListTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTypesCommandInput, ListTypesCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the types for a given API.</p>
@@ -80,23 +83,5 @@ export interface ListTypesCommandOutput extends ListTypesResponse, __MetadataBea
80
83
  * <p>Base exception class for all service exceptions from AppSync service.</p>
81
84
  *
82
85
  */
83
- export declare class ListTypesCommand extends $Command<ListTypesCommandInput, ListTypesCommandOutput, AppSyncClientResolvedConfig> {
84
- readonly input: ListTypesCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: ListTypesCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTypesCommandInput, ListTypesCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class ListTypesCommand extends ListTypesCommand_base {
102
87
  }
@@ -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 { StartDataSourceIntrospectionRequest, StartDataSourceIntrospectionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartDataSourceIntrospectionCommandInput extends StartDataSourc
21
20
  */
22
21
  export interface StartDataSourceIntrospectionCommandOutput extends StartDataSourceIntrospectionResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartDataSourceIntrospectionCommand_base: {
24
+ new (input: StartDataSourceIntrospectionCommandInput): import("@smithy/smithy-client").CommandImpl<StartDataSourceIntrospectionCommandInput, StartDataSourceIntrospectionCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a new introspection. Returns the <code>introspectionId</code> of the new introspection after its
@@ -71,23 +74,5 @@ export interface StartDataSourceIntrospectionCommandOutput extends StartDataSour
71
74
  * <p>Base exception class for all service exceptions from AppSync service.</p>
72
75
  *
73
76
  */
74
- export declare class StartDataSourceIntrospectionCommand extends $Command<StartDataSourceIntrospectionCommandInput, StartDataSourceIntrospectionCommandOutput, AppSyncClientResolvedConfig> {
75
- readonly input: StartDataSourceIntrospectionCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: StartDataSourceIntrospectionCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartDataSourceIntrospectionCommandInput, StartDataSourceIntrospectionCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class StartDataSourceIntrospectionCommand extends StartDataSourceIntrospectionCommand_base {
93
78
  }
@@ -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 { StartSchemaCreationRequest, StartSchemaCreationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartSchemaCreationCommandInput extends StartSchemaCreationRequ
21
20
  */
22
21
  export interface StartSchemaCreationCommandOutput extends StartSchemaCreationResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartSchemaCreationCommand_base: {
24
+ new (input: StartSchemaCreationCommandInput): import("@smithy/smithy-client").CommandImpl<StartSchemaCreationCommandInput, StartSchemaCreationCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds a new schema to your GraphQL API.</p>
@@ -71,23 +74,5 @@ export interface StartSchemaCreationCommandOutput extends StartSchemaCreationRes
71
74
  * <p>Base exception class for all service exceptions from AppSync service.</p>
72
75
  *
73
76
  */
74
- export declare class StartSchemaCreationCommand extends $Command<StartSchemaCreationCommandInput, StartSchemaCreationCommandOutput, AppSyncClientResolvedConfig> {
75
- readonly input: StartSchemaCreationCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: StartSchemaCreationCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartSchemaCreationCommandInput, StartSchemaCreationCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class StartSchemaCreationCommand extends StartSchemaCreationCommand_base {
93
78
  }
@@ -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 { StartSchemaMergeRequest, StartSchemaMergeResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartSchemaMergeCommandInput extends StartSchemaMergeRequest {
21
20
  */
22
21
  export interface StartSchemaMergeCommandOutput extends StartSchemaMergeResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartSchemaMergeCommand_base: {
24
+ new (input: StartSchemaMergeCommandInput): import("@smithy/smithy-client").CommandImpl<StartSchemaMergeCommandInput, StartSchemaMergeCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Initiates a merge operation. Returns a status that shows the result of the merge operation.</p>
@@ -69,23 +72,5 @@ export interface StartSchemaMergeCommandOutput extends StartSchemaMergeResponse,
69
72
  * <p>Base exception class for all service exceptions from AppSync service.</p>
70
73
  *
71
74
  */
72
- export declare class StartSchemaMergeCommand extends $Command<StartSchemaMergeCommandInput, StartSchemaMergeCommandOutput, AppSyncClientResolvedConfig> {
73
- readonly input: StartSchemaMergeCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: StartSchemaMergeCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartSchemaMergeCommandInput, StartSchemaMergeCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class StartSchemaMergeCommand extends StartSchemaMergeCommand_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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Tags a resource with user-supplied tags.</p>
@@ -71,23 +74,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
71
74
  * <p>Base exception class for all service exceptions from AppSync service.</p>
72
75
  *
73
76
  */
74
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, AppSyncClientResolvedConfig> {
75
- readonly input: TagResourceCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: TagResourceCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class TagResourceCommand extends TagResourceCommand_base {
93
78
  }
@@ -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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Untags a resource.</p>
@@ -71,23 +74,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
71
74
  * <p>Base exception class for all service exceptions from AppSync service.</p>
72
75
  *
73
76
  */
74
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, AppSyncClientResolvedConfig> {
75
- readonly input: UntagResourceCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: UntagResourceCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
93
78
  }
@@ -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 { UpdateApiCacheRequest, UpdateApiCacheResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateApiCacheCommandInput extends UpdateApiCacheRequest {
21
20
  */
22
21
  export interface UpdateApiCacheCommandOutput extends UpdateApiCacheResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateApiCacheCommand_base: {
24
+ new (input: UpdateApiCacheCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApiCacheCommandInput, UpdateApiCacheCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the cache for the GraphQL API.</p>
@@ -78,23 +81,5 @@ export interface UpdateApiCacheCommandOutput extends UpdateApiCacheResponse, __M
78
81
  * <p>Base exception class for all service exceptions from AppSync service.</p>
79
82
  *
80
83
  */
81
- export declare class UpdateApiCacheCommand extends $Command<UpdateApiCacheCommandInput, UpdateApiCacheCommandOutput, AppSyncClientResolvedConfig> {
82
- readonly input: UpdateApiCacheCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: UpdateApiCacheCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateApiCacheCommandInput, UpdateApiCacheCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class UpdateApiCacheCommand extends UpdateApiCacheCommand_base {
100
85
  }
@@ -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 { UpdateApiKeyRequest, UpdateApiKeyResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateApiKeyCommandInput extends UpdateApiKeyRequest {
21
20
  */
22
21
  export interface UpdateApiKeyCommandOutput extends UpdateApiKeyResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateApiKeyCommand_base: {
24
+ new (input: UpdateApiKeyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApiKeyCommandInput, UpdateApiKeyCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates an API key. You can update the key as long as it's not deleted.</p>
@@ -79,23 +82,5 @@ export interface UpdateApiKeyCommandOutput extends UpdateApiKeyResponse, __Metad
79
82
  * <p>Base exception class for all service exceptions from AppSync service.</p>
80
83
  *
81
84
  */
82
- export declare class UpdateApiKeyCommand extends $Command<UpdateApiKeyCommandInput, UpdateApiKeyCommandOutput, AppSyncClientResolvedConfig> {
83
- readonly input: UpdateApiKeyCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: UpdateApiKeyCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateApiKeyCommandInput, UpdateApiKeyCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class UpdateApiKeyCommand extends UpdateApiKeyCommand_base {
101
86
  }
@@ -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 { UpdateDataSourceRequest, UpdateDataSourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateDataSourceCommandInput extends UpdateDataSourceRequest {
21
20
  */
22
21
  export interface UpdateDataSourceCommandOutput extends UpdateDataSourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateDataSourceCommand_base: {
24
+ new (input: UpdateDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates a <code>DataSource</code> object.</p>
@@ -168,23 +171,5 @@ export interface UpdateDataSourceCommandOutput extends UpdateDataSourceResponse,
168
171
  * <p>Base exception class for all service exceptions from AppSync service.</p>
169
172
  *
170
173
  */
171
- export declare class UpdateDataSourceCommand extends $Command<UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput, AppSyncClientResolvedConfig> {
172
- readonly input: UpdateDataSourceCommandInput;
173
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
174
- /**
175
- * @public
176
- */
177
- constructor(input: UpdateDataSourceCommandInput);
178
- /**
179
- * @internal
180
- */
181
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput>;
182
- /**
183
- * @internal
184
- */
185
- private serialize;
186
- /**
187
- * @internal
188
- */
189
- private deserialize;
174
+ export declare class UpdateDataSourceCommand extends UpdateDataSourceCommand_base {
190
175
  }
@@ -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 { UpdateDomainNameRequest, UpdateDomainNameResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateDomainNameCommandInput extends UpdateDomainNameRequest {
21
20
  */
22
21
  export interface UpdateDomainNameCommandOutput extends UpdateDomainNameResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateDomainNameCommand_base: {
24
+ new (input: UpdateDomainNameCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDomainNameCommandInput, UpdateDomainNameCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates a custom <code>DomainName</code> object.</p>
@@ -75,23 +78,5 @@ export interface UpdateDomainNameCommandOutput extends UpdateDomainNameResponse,
75
78
  * <p>Base exception class for all service exceptions from AppSync service.</p>
76
79
  *
77
80
  */
78
- export declare class UpdateDomainNameCommand extends $Command<UpdateDomainNameCommandInput, UpdateDomainNameCommandOutput, AppSyncClientResolvedConfig> {
79
- readonly input: UpdateDomainNameCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: UpdateDomainNameCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDomainNameCommandInput, UpdateDomainNameCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class UpdateDomainNameCommand extends UpdateDomainNameCommand_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 { UpdateFunctionRequest, UpdateFunctionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateFunctionCommandInput extends UpdateFunctionRequest {
21
20
  */
22
21
  export interface UpdateFunctionCommandOutput extends UpdateFunctionResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateFunctionCommand_base: {
24
+ new (input: UpdateFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFunctionCommandInput, UpdateFunctionCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates a <code>Function</code> object.</p>
@@ -106,23 +109,5 @@ export interface UpdateFunctionCommandOutput extends UpdateFunctionResponse, __M
106
109
  * <p>Base exception class for all service exceptions from AppSync service.</p>
107
110
  *
108
111
  */
109
- export declare class UpdateFunctionCommand extends $Command<UpdateFunctionCommandInput, UpdateFunctionCommandOutput, AppSyncClientResolvedConfig> {
110
- readonly input: UpdateFunctionCommandInput;
111
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
112
- /**
113
- * @public
114
- */
115
- constructor(input: UpdateFunctionCommandInput);
116
- /**
117
- * @internal
118
- */
119
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFunctionCommandInput, UpdateFunctionCommandOutput>;
120
- /**
121
- * @internal
122
- */
123
- private serialize;
124
- /**
125
- * @internal
126
- */
127
- private deserialize;
112
+ export declare class UpdateFunctionCommand extends UpdateFunctionCommand_base {
128
113
  }
@@ -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 { UpdateGraphqlApiRequest, UpdateGraphqlApiResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateGraphqlApiCommandInput extends UpdateGraphqlApiRequest {
21
20
  */
22
21
  export interface UpdateGraphqlApiCommandOutput extends UpdateGraphqlApiResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateGraphqlApiCommand_base: {
24
+ new (input: UpdateGraphqlApiCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGraphqlApiCommandInput, UpdateGraphqlApiCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates a <code>GraphqlApi</code> object.</p>
@@ -189,23 +192,5 @@ export interface UpdateGraphqlApiCommandOutput extends UpdateGraphqlApiResponse,
189
192
  * <p>Base exception class for all service exceptions from AppSync service.</p>
190
193
  *
191
194
  */
192
- export declare class UpdateGraphqlApiCommand extends $Command<UpdateGraphqlApiCommandInput, UpdateGraphqlApiCommandOutput, AppSyncClientResolvedConfig> {
193
- readonly input: UpdateGraphqlApiCommandInput;
194
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
195
- /**
196
- * @public
197
- */
198
- constructor(input: UpdateGraphqlApiCommandInput);
199
- /**
200
- * @internal
201
- */
202
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateGraphqlApiCommandInput, UpdateGraphqlApiCommandOutput>;
203
- /**
204
- * @internal
205
- */
206
- private serialize;
207
- /**
208
- * @internal
209
- */
210
- private deserialize;
195
+ export declare class UpdateGraphqlApiCommand extends UpdateGraphqlApiCommand_base {
211
196
  }