@aws-sdk/client-appsync 3.32.0 → 3.36.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 (372) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/README.md +2 -2
  3. package/{dist/cjs → dist-cjs}/AppSync.js +2 -3
  4. package/{dist/cjs → dist-cjs}/AppSyncClient.js +10 -11
  5. package/{dist/cjs → dist-cjs}/commands/CreateApiCacheCommand.js +2 -3
  6. package/{dist/cjs → dist-cjs}/commands/CreateApiKeyCommand.js +2 -3
  7. package/{dist/cjs → dist-cjs}/commands/CreateDataSourceCommand.js +2 -3
  8. package/{dist/cjs → dist-cjs}/commands/CreateFunctionCommand.js +2 -3
  9. package/{dist/cjs → dist-cjs}/commands/CreateGraphqlApiCommand.js +2 -3
  10. package/{dist/cjs → dist-cjs}/commands/CreateResolverCommand.js +2 -3
  11. package/{dist/cjs → dist-cjs}/commands/CreateTypeCommand.js +2 -3
  12. package/{dist/cjs → dist-cjs}/commands/DeleteApiCacheCommand.js +2 -3
  13. package/{dist/cjs → dist-cjs}/commands/DeleteApiKeyCommand.js +2 -3
  14. package/{dist/cjs → dist-cjs}/commands/DeleteDataSourceCommand.js +2 -3
  15. package/{dist/cjs → dist-cjs}/commands/DeleteFunctionCommand.js +2 -3
  16. package/{dist/cjs → dist-cjs}/commands/DeleteGraphqlApiCommand.js +2 -3
  17. package/{dist/cjs → dist-cjs}/commands/DeleteResolverCommand.js +2 -3
  18. package/{dist/cjs → dist-cjs}/commands/DeleteTypeCommand.js +2 -3
  19. package/{dist/cjs → dist-cjs}/commands/FlushApiCacheCommand.js +2 -3
  20. package/{dist/cjs → dist-cjs}/commands/GetApiCacheCommand.js +2 -3
  21. package/{dist/cjs → dist-cjs}/commands/GetDataSourceCommand.js +2 -3
  22. package/{dist/cjs → dist-cjs}/commands/GetFunctionCommand.js +2 -3
  23. package/{dist/cjs → dist-cjs}/commands/GetGraphqlApiCommand.js +2 -3
  24. package/{dist/cjs → dist-cjs}/commands/GetIntrospectionSchemaCommand.js +2 -3
  25. package/{dist/cjs → dist-cjs}/commands/GetResolverCommand.js +2 -3
  26. package/{dist/cjs → dist-cjs}/commands/GetSchemaCreationStatusCommand.js +2 -3
  27. package/{dist/cjs → dist-cjs}/commands/GetTypeCommand.js +2 -3
  28. package/{dist/cjs → dist-cjs}/commands/ListApiKeysCommand.js +5 -6
  29. package/{dist/cjs → dist-cjs}/commands/ListDataSourcesCommand.js +2 -3
  30. package/{dist/cjs → dist-cjs}/commands/ListFunctionsCommand.js +2 -3
  31. package/{dist/cjs → dist-cjs}/commands/ListGraphqlApisCommand.js +2 -3
  32. package/{dist/cjs → dist-cjs}/commands/ListResolversByFunctionCommand.js +2 -3
  33. package/{dist/cjs → dist-cjs}/commands/ListResolversCommand.js +2 -3
  34. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -3
  35. package/{dist/cjs → dist-cjs}/commands/ListTypesCommand.js +2 -3
  36. package/{dist/cjs → dist-cjs}/commands/StartSchemaCreationCommand.js +2 -3
  37. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -3
  38. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -3
  39. package/{dist/cjs → dist-cjs}/commands/UpdateApiCacheCommand.js +2 -3
  40. package/{dist/cjs → dist-cjs}/commands/UpdateApiKeyCommand.js +2 -3
  41. package/{dist/cjs → dist-cjs}/commands/UpdateDataSourceCommand.js +2 -3
  42. package/{dist/cjs → dist-cjs}/commands/UpdateFunctionCommand.js +2 -3
  43. package/{dist/cjs → dist-cjs}/commands/UpdateGraphqlApiCommand.js +2 -3
  44. package/{dist/cjs → dist-cjs}/commands/UpdateResolverCommand.js +2 -3
  45. package/{dist/cjs → dist-cjs}/commands/UpdateTypeCommand.js +2 -3
  46. package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
  47. package/{dist/cjs → dist-cjs}/index.js +0 -1
  48. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  49. package/{dist/cjs → dist-cjs}/models/models_0.js +13 -4
  50. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +25 -3
  51. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
  52. package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
  53. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
  54. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
  55. package/{dist/es → dist-es}/AppSync.js +1 -6
  56. package/{dist/es → dist-es}/AppSyncClient.js +2 -12
  57. package/{dist/es → dist-es}/commands/CreateApiCacheCommand.js +4 -30
  58. package/{dist/es → dist-es}/commands/CreateApiKeyCommand.js +4 -31
  59. package/{dist/es → dist-es}/commands/CreateDataSourceCommand.js +4 -30
  60. package/{dist/es → dist-es}/commands/CreateFunctionCommand.js +4 -32
  61. package/{dist/es → dist-es}/commands/CreateGraphqlApiCommand.js +4 -30
  62. package/{dist/es → dist-es}/commands/CreateResolverCommand.js +4 -32
  63. package/{dist/es → dist-es}/commands/CreateTypeCommand.js +4 -30
  64. package/{dist/es → dist-es}/commands/DeleteApiCacheCommand.js +4 -30
  65. package/{dist/es → dist-es}/commands/DeleteApiKeyCommand.js +4 -30
  66. package/{dist/es → dist-es}/commands/DeleteDataSourceCommand.js +4 -30
  67. package/{dist/es → dist-es}/commands/DeleteFunctionCommand.js +4 -30
  68. package/{dist/es → dist-es}/commands/DeleteGraphqlApiCommand.js +4 -30
  69. package/{dist/es → dist-es}/commands/DeleteResolverCommand.js +4 -30
  70. package/{dist/es → dist-es}/commands/DeleteTypeCommand.js +4 -30
  71. package/{dist/es → dist-es}/commands/FlushApiCacheCommand.js +4 -30
  72. package/{dist/es → dist-es}/commands/GetApiCacheCommand.js +4 -30
  73. package/{dist/es → dist-es}/commands/GetDataSourceCommand.js +4 -30
  74. package/{dist/es → dist-es}/commands/GetFunctionCommand.js +4 -30
  75. package/{dist/es → dist-es}/commands/GetGraphqlApiCommand.js +4 -30
  76. package/{dist/es → dist-es}/commands/GetIntrospectionSchemaCommand.js +4 -30
  77. package/{dist/es → dist-es}/commands/GetResolverCommand.js +4 -30
  78. package/{dist/es → dist-es}/commands/GetSchemaCreationStatusCommand.js +4 -30
  79. package/{dist/es → dist-es}/commands/GetTypeCommand.js +4 -30
  80. package/{dist/es → dist-es}/commands/ListApiKeysCommand.js +4 -36
  81. package/{dist/es → dist-es}/commands/ListDataSourcesCommand.js +4 -30
  82. package/{dist/es → dist-es}/commands/ListFunctionsCommand.js +4 -30
  83. package/{dist/es → dist-es}/commands/ListGraphqlApisCommand.js +4 -30
  84. package/{dist/es → dist-es}/commands/ListResolversByFunctionCommand.js +4 -30
  85. package/{dist/es → dist-es}/commands/ListResolversCommand.js +4 -30
  86. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -30
  87. package/{dist/es → dist-es}/commands/ListTypesCommand.js +4 -30
  88. package/{dist/es → dist-es}/commands/StartSchemaCreationCommand.js +4 -32
  89. package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -30
  90. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
  91. package/{dist/es → dist-es}/commands/UpdateApiCacheCommand.js +4 -30
  92. package/{dist/es → dist-es}/commands/UpdateApiKeyCommand.js +4 -30
  93. package/{dist/es → dist-es}/commands/UpdateDataSourceCommand.js +4 -30
  94. package/{dist/es → dist-es}/commands/UpdateFunctionCommand.js +4 -30
  95. package/{dist/es → dist-es}/commands/UpdateGraphqlApiCommand.js +4 -30
  96. package/{dist/es → dist-es}/commands/UpdateResolverCommand.js +4 -30
  97. package/{dist/es → dist-es}/commands/UpdateTypeCommand.js +4 -30
  98. package/{dist/es → dist-es}/endpoints.js +1 -2
  99. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  100. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  101. package/{dist/es → dist-es}/models/models_0.js +5 -358
  102. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +1177 -1165
  103. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
  104. package/{dist/es → dist-es}/runtimeConfig.js +1 -5
  105. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
  106. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
  107. package/{dist/types → dist-types}/AppSync.d.ts +6 -6
  108. package/{dist/types → dist-types}/AppSyncClient.d.ts +10 -10
  109. package/{dist/types → dist-types}/commands/CreateApiCacheCommand.d.ts +2 -2
  110. package/{dist/types → dist-types}/commands/CreateApiKeyCommand.d.ts +2 -2
  111. package/{dist/types → dist-types}/commands/CreateDataSourceCommand.d.ts +2 -2
  112. package/{dist/types → dist-types}/commands/CreateFunctionCommand.d.ts +2 -2
  113. package/{dist/types → dist-types}/commands/CreateGraphqlApiCommand.d.ts +2 -2
  114. package/{dist/types → dist-types}/commands/CreateResolverCommand.d.ts +2 -2
  115. package/{dist/types → dist-types}/commands/CreateTypeCommand.d.ts +2 -2
  116. package/{dist/types → dist-types}/commands/DeleteApiCacheCommand.d.ts +2 -2
  117. package/{dist/types → dist-types}/commands/DeleteApiKeyCommand.d.ts +2 -2
  118. package/{dist/types → dist-types}/commands/DeleteDataSourceCommand.d.ts +2 -2
  119. package/{dist/types → dist-types}/commands/DeleteFunctionCommand.d.ts +2 -2
  120. package/{dist/types → dist-types}/commands/DeleteGraphqlApiCommand.d.ts +2 -2
  121. package/{dist/types → dist-types}/commands/DeleteResolverCommand.d.ts +2 -2
  122. package/{dist/types → dist-types}/commands/DeleteTypeCommand.d.ts +2 -2
  123. package/{dist/types → dist-types}/commands/FlushApiCacheCommand.d.ts +2 -2
  124. package/{dist/types → dist-types}/commands/GetApiCacheCommand.d.ts +2 -2
  125. package/{dist/types → dist-types}/commands/GetDataSourceCommand.d.ts +2 -2
  126. package/{dist/types → dist-types}/commands/GetFunctionCommand.d.ts +2 -2
  127. package/{dist/types → dist-types}/commands/GetGraphqlApiCommand.d.ts +2 -2
  128. package/{dist/types → dist-types}/commands/GetIntrospectionSchemaCommand.d.ts +2 -2
  129. package/{dist/types → dist-types}/commands/GetResolverCommand.d.ts +2 -2
  130. package/{dist/types → dist-types}/commands/GetSchemaCreationStatusCommand.d.ts +2 -2
  131. package/{dist/types → dist-types}/commands/GetTypeCommand.d.ts +2 -2
  132. package/{dist/types → dist-types}/commands/ListApiKeysCommand.d.ts +5 -5
  133. package/{dist/types → dist-types}/commands/ListDataSourcesCommand.d.ts +2 -2
  134. package/{dist/types → dist-types}/commands/ListFunctionsCommand.d.ts +2 -2
  135. package/{dist/types → dist-types}/commands/ListGraphqlApisCommand.d.ts +2 -2
  136. package/{dist/types → dist-types}/commands/ListResolversByFunctionCommand.d.ts +2 -2
  137. package/{dist/types → dist-types}/commands/ListResolversCommand.d.ts +2 -2
  138. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  139. package/{dist/types → dist-types}/commands/ListTypesCommand.d.ts +2 -2
  140. package/{dist/types → dist-types}/commands/StartSchemaCreationCommand.d.ts +2 -2
  141. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  142. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  143. package/{dist/types → dist-types}/commands/UpdateApiCacheCommand.d.ts +2 -2
  144. package/{dist/types → dist-types}/commands/UpdateApiKeyCommand.d.ts +2 -2
  145. package/{dist/types → dist-types}/commands/UpdateDataSourceCommand.d.ts +2 -2
  146. package/{dist/types → dist-types}/commands/UpdateFunctionCommand.d.ts +2 -2
  147. package/{dist/types → dist-types}/commands/UpdateGraphqlApiCommand.d.ts +2 -2
  148. package/{dist/types → dist-types}/commands/UpdateResolverCommand.d.ts +2 -2
  149. package/{dist/types → dist-types}/commands/UpdateTypeCommand.d.ts +2 -2
  150. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  151. package/{index.ts → dist-types/index.d.ts} +0 -0
  152. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  153. package/{dist/types → dist-types}/models/models_0.d.ts +100 -53
  154. package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
  155. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
  156. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
  157. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
  158. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  159. package/{dist/types → dist-types}/ts3.4/AppSync.d.ts +6 -6
  160. package/{dist/types → dist-types}/ts3.4/AppSyncClient.d.ts +10 -10
  161. package/{dist/types → dist-types}/ts3.4/commands/CreateApiCacheCommand.d.ts +2 -2
  162. package/{dist/types → dist-types}/ts3.4/commands/CreateApiKeyCommand.d.ts +2 -2
  163. package/{dist/types → dist-types}/ts3.4/commands/CreateDataSourceCommand.d.ts +2 -2
  164. package/{dist/types → dist-types}/ts3.4/commands/CreateFunctionCommand.d.ts +2 -2
  165. package/{dist/types → dist-types}/ts3.4/commands/CreateGraphqlApiCommand.d.ts +2 -2
  166. package/{dist/types → dist-types}/ts3.4/commands/CreateResolverCommand.d.ts +2 -2
  167. package/{dist/types → dist-types}/ts3.4/commands/CreateTypeCommand.d.ts +2 -2
  168. package/{dist/types → dist-types}/ts3.4/commands/DeleteApiCacheCommand.d.ts +2 -2
  169. package/{dist/types → dist-types}/ts3.4/commands/DeleteApiKeyCommand.d.ts +2 -2
  170. package/{dist/types → dist-types}/ts3.4/commands/DeleteDataSourceCommand.d.ts +2 -2
  171. package/{dist/types → dist-types}/ts3.4/commands/DeleteFunctionCommand.d.ts +2 -2
  172. package/{dist/types → dist-types}/ts3.4/commands/DeleteGraphqlApiCommand.d.ts +2 -2
  173. package/{dist/types → dist-types}/ts3.4/commands/DeleteResolverCommand.d.ts +2 -2
  174. package/{dist/types → dist-types}/ts3.4/commands/DeleteTypeCommand.d.ts +2 -2
  175. package/{dist/types → dist-types}/ts3.4/commands/FlushApiCacheCommand.d.ts +2 -2
  176. package/{dist/types → dist-types}/ts3.4/commands/GetApiCacheCommand.d.ts +2 -2
  177. package/{dist/types → dist-types}/ts3.4/commands/GetDataSourceCommand.d.ts +2 -2
  178. package/{dist/types → dist-types}/ts3.4/commands/GetFunctionCommand.d.ts +2 -2
  179. package/{dist/types → dist-types}/ts3.4/commands/GetGraphqlApiCommand.d.ts +2 -2
  180. package/{dist/types → dist-types}/ts3.4/commands/GetIntrospectionSchemaCommand.d.ts +2 -2
  181. package/{dist/types → dist-types}/ts3.4/commands/GetResolverCommand.d.ts +2 -2
  182. package/{dist/types → dist-types}/ts3.4/commands/GetSchemaCreationStatusCommand.d.ts +2 -2
  183. package/{dist/types → dist-types}/ts3.4/commands/GetTypeCommand.d.ts +2 -2
  184. package/{dist/types → dist-types}/ts3.4/commands/ListApiKeysCommand.d.ts +5 -5
  185. package/{dist/types → dist-types}/ts3.4/commands/ListDataSourcesCommand.d.ts +2 -2
  186. package/{dist/types → dist-types}/ts3.4/commands/ListFunctionsCommand.d.ts +2 -2
  187. package/{dist/types → dist-types}/ts3.4/commands/ListGraphqlApisCommand.d.ts +2 -2
  188. package/{dist/types → dist-types}/ts3.4/commands/ListResolversByFunctionCommand.d.ts +2 -2
  189. package/{dist/types → dist-types}/ts3.4/commands/ListResolversCommand.d.ts +2 -2
  190. package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
  191. package/{dist/types → dist-types}/ts3.4/commands/ListTypesCommand.d.ts +2 -2
  192. package/{dist/types → dist-types}/ts3.4/commands/StartSchemaCreationCommand.d.ts +2 -2
  193. package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  194. package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  195. package/{dist/types → dist-types}/ts3.4/commands/UpdateApiCacheCommand.d.ts +2 -2
  196. package/{dist/types → dist-types}/ts3.4/commands/UpdateApiKeyCommand.d.ts +2 -2
  197. package/{dist/types → dist-types}/ts3.4/commands/UpdateDataSourceCommand.d.ts +2 -2
  198. package/{dist/types → dist-types}/ts3.4/commands/UpdateFunctionCommand.d.ts +2 -2
  199. package/{dist/types → dist-types}/ts3.4/commands/UpdateGraphqlApiCommand.d.ts +2 -2
  200. package/{dist/types → dist-types}/ts3.4/commands/UpdateResolverCommand.d.ts +2 -2
  201. package/{dist/types → dist-types}/ts3.4/commands/UpdateTypeCommand.d.ts +2 -2
  202. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  203. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  204. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  205. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +100 -53
  206. package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
  207. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
  208. package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
  209. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
  210. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  211. package/package.json +52 -49
  212. package/AppSync.ts +0 -1429
  213. package/AppSyncClient.ts +0 -374
  214. package/commands/CreateApiCacheCommand.ts +0 -94
  215. package/commands/CreateApiKeyCommand.ts +0 -95
  216. package/commands/CreateDataSourceCommand.ts +0 -94
  217. package/commands/CreateFunctionCommand.ts +0 -96
  218. package/commands/CreateGraphqlApiCommand.ts +0 -94
  219. package/commands/CreateResolverCommand.ts +0 -96
  220. package/commands/CreateTypeCommand.ts +0 -94
  221. package/commands/DeleteApiCacheCommand.ts +0 -94
  222. package/commands/DeleteApiKeyCommand.ts +0 -94
  223. package/commands/DeleteDataSourceCommand.ts +0 -94
  224. package/commands/DeleteFunctionCommand.ts +0 -94
  225. package/commands/DeleteGraphqlApiCommand.ts +0 -94
  226. package/commands/DeleteResolverCommand.ts +0 -94
  227. package/commands/DeleteTypeCommand.ts +0 -94
  228. package/commands/FlushApiCacheCommand.ts +0 -94
  229. package/commands/GetApiCacheCommand.ts +0 -94
  230. package/commands/GetDataSourceCommand.ts +0 -94
  231. package/commands/GetFunctionCommand.ts +0 -94
  232. package/commands/GetGraphqlApiCommand.ts +0 -94
  233. package/commands/GetIntrospectionSchemaCommand.ts +0 -94
  234. package/commands/GetResolverCommand.ts +0 -94
  235. package/commands/GetSchemaCreationStatusCommand.ts +0 -94
  236. package/commands/GetTypeCommand.ts +0 -90
  237. package/commands/ListApiKeysCommand.ts +0 -100
  238. package/commands/ListDataSourcesCommand.ts +0 -94
  239. package/commands/ListFunctionsCommand.ts +0 -94
  240. package/commands/ListGraphqlApisCommand.ts +0 -94
  241. package/commands/ListResolversByFunctionCommand.ts +0 -94
  242. package/commands/ListResolversCommand.ts +0 -94
  243. package/commands/ListTagsForResourceCommand.ts +0 -94
  244. package/commands/ListTypesCommand.ts +0 -94
  245. package/commands/StartSchemaCreationCommand.ts +0 -96
  246. package/commands/TagResourceCommand.ts +0 -94
  247. package/commands/UntagResourceCommand.ts +0 -94
  248. package/commands/UpdateApiCacheCommand.ts +0 -94
  249. package/commands/UpdateApiKeyCommand.ts +0 -94
  250. package/commands/UpdateDataSourceCommand.ts +0 -94
  251. package/commands/UpdateFunctionCommand.ts +0 -94
  252. package/commands/UpdateGraphqlApiCommand.ts +0 -94
  253. package/commands/UpdateResolverCommand.ts +0 -94
  254. package/commands/UpdateTypeCommand.ts +0 -94
  255. package/dist/cjs/AppSync.js.map +0 -1
  256. package/dist/cjs/AppSyncClient.js.map +0 -1
  257. package/dist/cjs/commands/CreateApiCacheCommand.js.map +0 -1
  258. package/dist/cjs/commands/CreateApiKeyCommand.js.map +0 -1
  259. package/dist/cjs/commands/CreateDataSourceCommand.js.map +0 -1
  260. package/dist/cjs/commands/CreateFunctionCommand.js.map +0 -1
  261. package/dist/cjs/commands/CreateGraphqlApiCommand.js.map +0 -1
  262. package/dist/cjs/commands/CreateResolverCommand.js.map +0 -1
  263. package/dist/cjs/commands/CreateTypeCommand.js.map +0 -1
  264. package/dist/cjs/commands/DeleteApiCacheCommand.js.map +0 -1
  265. package/dist/cjs/commands/DeleteApiKeyCommand.js.map +0 -1
  266. package/dist/cjs/commands/DeleteDataSourceCommand.js.map +0 -1
  267. package/dist/cjs/commands/DeleteFunctionCommand.js.map +0 -1
  268. package/dist/cjs/commands/DeleteGraphqlApiCommand.js.map +0 -1
  269. package/dist/cjs/commands/DeleteResolverCommand.js.map +0 -1
  270. package/dist/cjs/commands/DeleteTypeCommand.js.map +0 -1
  271. package/dist/cjs/commands/FlushApiCacheCommand.js.map +0 -1
  272. package/dist/cjs/commands/GetApiCacheCommand.js.map +0 -1
  273. package/dist/cjs/commands/GetDataSourceCommand.js.map +0 -1
  274. package/dist/cjs/commands/GetFunctionCommand.js.map +0 -1
  275. package/dist/cjs/commands/GetGraphqlApiCommand.js.map +0 -1
  276. package/dist/cjs/commands/GetIntrospectionSchemaCommand.js.map +0 -1
  277. package/dist/cjs/commands/GetResolverCommand.js.map +0 -1
  278. package/dist/cjs/commands/GetSchemaCreationStatusCommand.js.map +0 -1
  279. package/dist/cjs/commands/GetTypeCommand.js.map +0 -1
  280. package/dist/cjs/commands/ListApiKeysCommand.js.map +0 -1
  281. package/dist/cjs/commands/ListDataSourcesCommand.js.map +0 -1
  282. package/dist/cjs/commands/ListFunctionsCommand.js.map +0 -1
  283. package/dist/cjs/commands/ListGraphqlApisCommand.js.map +0 -1
  284. package/dist/cjs/commands/ListResolversByFunctionCommand.js.map +0 -1
  285. package/dist/cjs/commands/ListResolversCommand.js.map +0 -1
  286. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  287. package/dist/cjs/commands/ListTypesCommand.js.map +0 -1
  288. package/dist/cjs/commands/StartSchemaCreationCommand.js.map +0 -1
  289. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  290. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  291. package/dist/cjs/commands/UpdateApiCacheCommand.js.map +0 -1
  292. package/dist/cjs/commands/UpdateApiKeyCommand.js.map +0 -1
  293. package/dist/cjs/commands/UpdateDataSourceCommand.js.map +0 -1
  294. package/dist/cjs/commands/UpdateFunctionCommand.js.map +0 -1
  295. package/dist/cjs/commands/UpdateGraphqlApiCommand.js.map +0 -1
  296. package/dist/cjs/commands/UpdateResolverCommand.js.map +0 -1
  297. package/dist/cjs/commands/UpdateTypeCommand.js.map +0 -1
  298. package/dist/cjs/endpoints.js.map +0 -1
  299. package/dist/cjs/index.js.map +0 -1
  300. package/dist/cjs/models/index.js.map +0 -1
  301. package/dist/cjs/models/models_0.js.map +0 -1
  302. package/dist/cjs/package.json +0 -91
  303. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  304. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  305. package/dist/cjs/runtimeConfig.js.map +0 -1
  306. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  307. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  308. package/dist/es/AppSync.js.map +0 -1
  309. package/dist/es/AppSyncClient.js.map +0 -1
  310. package/dist/es/commands/CreateApiCacheCommand.js.map +0 -1
  311. package/dist/es/commands/CreateApiKeyCommand.js.map +0 -1
  312. package/dist/es/commands/CreateDataSourceCommand.js.map +0 -1
  313. package/dist/es/commands/CreateFunctionCommand.js.map +0 -1
  314. package/dist/es/commands/CreateGraphqlApiCommand.js.map +0 -1
  315. package/dist/es/commands/CreateResolverCommand.js.map +0 -1
  316. package/dist/es/commands/CreateTypeCommand.js.map +0 -1
  317. package/dist/es/commands/DeleteApiCacheCommand.js.map +0 -1
  318. package/dist/es/commands/DeleteApiKeyCommand.js.map +0 -1
  319. package/dist/es/commands/DeleteDataSourceCommand.js.map +0 -1
  320. package/dist/es/commands/DeleteFunctionCommand.js.map +0 -1
  321. package/dist/es/commands/DeleteGraphqlApiCommand.js.map +0 -1
  322. package/dist/es/commands/DeleteResolverCommand.js.map +0 -1
  323. package/dist/es/commands/DeleteTypeCommand.js.map +0 -1
  324. package/dist/es/commands/FlushApiCacheCommand.js.map +0 -1
  325. package/dist/es/commands/GetApiCacheCommand.js.map +0 -1
  326. package/dist/es/commands/GetDataSourceCommand.js.map +0 -1
  327. package/dist/es/commands/GetFunctionCommand.js.map +0 -1
  328. package/dist/es/commands/GetGraphqlApiCommand.js.map +0 -1
  329. package/dist/es/commands/GetIntrospectionSchemaCommand.js.map +0 -1
  330. package/dist/es/commands/GetResolverCommand.js.map +0 -1
  331. package/dist/es/commands/GetSchemaCreationStatusCommand.js.map +0 -1
  332. package/dist/es/commands/GetTypeCommand.js.map +0 -1
  333. package/dist/es/commands/ListApiKeysCommand.js.map +0 -1
  334. package/dist/es/commands/ListDataSourcesCommand.js.map +0 -1
  335. package/dist/es/commands/ListFunctionsCommand.js.map +0 -1
  336. package/dist/es/commands/ListGraphqlApisCommand.js.map +0 -1
  337. package/dist/es/commands/ListResolversByFunctionCommand.js.map +0 -1
  338. package/dist/es/commands/ListResolversCommand.js.map +0 -1
  339. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  340. package/dist/es/commands/ListTypesCommand.js.map +0 -1
  341. package/dist/es/commands/StartSchemaCreationCommand.js.map +0 -1
  342. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  343. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  344. package/dist/es/commands/UpdateApiCacheCommand.js.map +0 -1
  345. package/dist/es/commands/UpdateApiKeyCommand.js.map +0 -1
  346. package/dist/es/commands/UpdateDataSourceCommand.js.map +0 -1
  347. package/dist/es/commands/UpdateFunctionCommand.js.map +0 -1
  348. package/dist/es/commands/UpdateGraphqlApiCommand.js.map +0 -1
  349. package/dist/es/commands/UpdateResolverCommand.js.map +0 -1
  350. package/dist/es/commands/UpdateTypeCommand.js.map +0 -1
  351. package/dist/es/endpoints.js.map +0 -1
  352. package/dist/es/index.js +0 -45
  353. package/dist/es/index.js.map +0 -1
  354. package/dist/es/models/index.js +0 -2
  355. package/dist/es/models/index.js.map +0 -1
  356. package/dist/es/models/models_0.js.map +0 -1
  357. package/dist/es/package.json +0 -91
  358. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  359. package/dist/es/runtimeConfig.browser.js.map +0 -1
  360. package/dist/es/runtimeConfig.js.map +0 -1
  361. package/dist/es/runtimeConfig.native.js.map +0 -1
  362. package/dist/es/runtimeConfig.shared.js.map +0 -1
  363. package/endpoints.ts +0 -57
  364. package/jest.config.js +0 -4
  365. package/models/models_0.ts +0 -3744
  366. package/protocols/Aws_restJson1.ts +0 -6209
  367. package/runtimeConfig.browser.ts +0 -40
  368. package/runtimeConfig.native.ts +0 -16
  369. package/runtimeConfig.shared.ts +0 -16
  370. package/runtimeConfig.ts +0 -45
  371. package/tsconfig.es.json +0 -12
  372. package/tsconfig.json +0 -32
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { ListGraphqlApisRequest, ListGraphqlApisResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1ListGraphqlApisCommand, serializeAws_restJson1ListGraphqlApisCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Lists your GraphQL APIs.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { AppSyncClient, ListGraphqlApisCommand } from "@aws-sdk/client-appsync"; // ES Modules import
12
- * // const { AppSyncClient, ListGraphqlApisCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
13
- * const client = new AppSyncClient(config);
14
- * const command = new ListGraphqlApisCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link ListGraphqlApisCommandInput} for command's `input` shape.
19
- * @see {@link ListGraphqlApisCommandOutput} for command's `response` shape.
20
- * @see {@link AppSyncClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var ListGraphqlApisCommand = /** @class */ (function (_super) {
4
+ import { ListGraphqlApisRequest, ListGraphqlApisResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListGraphqlApisCommand, serializeAws_restJson1ListGraphqlApisCommand, } from "../protocols/Aws_restJson1";
6
+ var ListGraphqlApisCommand = (function (_super) {
24
7
  __extends(ListGraphqlApisCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function ListGraphqlApisCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  ListGraphqlApisCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +37,3 @@ var ListGraphqlApisCommand = /** @class */ (function (_super) {
62
37
  return ListGraphqlApisCommand;
63
38
  }($Command));
64
39
  export { ListGraphqlApisCommand };
65
- //# sourceMappingURL=ListGraphqlApisCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { ListResolversByFunctionRequest, ListResolversByFunctionResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1ListResolversByFunctionCommand, serializeAws_restJson1ListResolversByFunctionCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>List the resolvers that are associated with a specific function.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { AppSyncClient, ListResolversByFunctionCommand } from "@aws-sdk/client-appsync"; // ES Modules import
12
- * // const { AppSyncClient, ListResolversByFunctionCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
13
- * const client = new AppSyncClient(config);
14
- * const command = new ListResolversByFunctionCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link ListResolversByFunctionCommandInput} for command's `input` shape.
19
- * @see {@link ListResolversByFunctionCommandOutput} for command's `response` shape.
20
- * @see {@link AppSyncClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var ListResolversByFunctionCommand = /** @class */ (function (_super) {
4
+ import { ListResolversByFunctionRequest, ListResolversByFunctionResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListResolversByFunctionCommand, serializeAws_restJson1ListResolversByFunctionCommand, } from "../protocols/Aws_restJson1";
6
+ var ListResolversByFunctionCommand = (function (_super) {
24
7
  __extends(ListResolversByFunctionCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function ListResolversByFunctionCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  ListResolversByFunctionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +37,3 @@ var ListResolversByFunctionCommand = /** @class */ (function (_super) {
62
37
  return ListResolversByFunctionCommand;
63
38
  }($Command));
64
39
  export { ListResolversByFunctionCommand };
65
- //# sourceMappingURL=ListResolversByFunctionCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { ListResolversRequest, ListResolversResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1ListResolversCommand, serializeAws_restJson1ListResolversCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Lists the resolvers for a given API and type.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { AppSyncClient, ListResolversCommand } from "@aws-sdk/client-appsync"; // ES Modules import
12
- * // const { AppSyncClient, ListResolversCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
13
- * const client = new AppSyncClient(config);
14
- * const command = new ListResolversCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link ListResolversCommandInput} for command's `input` shape.
19
- * @see {@link ListResolversCommandOutput} for command's `response` shape.
20
- * @see {@link AppSyncClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var ListResolversCommand = /** @class */ (function (_super) {
4
+ import { ListResolversRequest, ListResolversResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListResolversCommand, serializeAws_restJson1ListResolversCommand, } from "../protocols/Aws_restJson1";
6
+ var ListResolversCommand = (function (_super) {
24
7
  __extends(ListResolversCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function ListResolversCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  ListResolversCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +37,3 @@ var ListResolversCommand = /** @class */ (function (_super) {
62
37
  return ListResolversCommand;
63
38
  }($Command));
64
39
  export { ListResolversCommand };
65
- //# sourceMappingURL=ListResolversCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Lists the tags for a resource.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { AppSyncClient, ListTagsForResourceCommand } from "@aws-sdk/client-appsync"; // ES Modules import
12
- * // const { AppSyncClient, ListTagsForResourceCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
13
- * const client = new AppSyncClient(config);
14
- * const command = new ListTagsForResourceCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
19
- * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
20
- * @see {@link AppSyncClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var ListTagsForResourceCommand = /** @class */ (function (_super) {
4
+ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
6
+ var ListTagsForResourceCommand = (function (_super) {
24
7
  __extends(ListTagsForResourceCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function ListTagsForResourceCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  ListTagsForResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +37,3 @@ var ListTagsForResourceCommand = /** @class */ (function (_super) {
62
37
  return ListTagsForResourceCommand;
63
38
  }($Command));
64
39
  export { ListTagsForResourceCommand };
65
- //# sourceMappingURL=ListTagsForResourceCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { ListTypesRequest, ListTypesResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1ListTypesCommand, serializeAws_restJson1ListTypesCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Lists the types for a given API.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { AppSyncClient, ListTypesCommand } from "@aws-sdk/client-appsync"; // ES Modules import
12
- * // const { AppSyncClient, ListTypesCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
13
- * const client = new AppSyncClient(config);
14
- * const command = new ListTypesCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link ListTypesCommandInput} for command's `input` shape.
19
- * @see {@link ListTypesCommandOutput} for command's `response` shape.
20
- * @see {@link AppSyncClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var ListTypesCommand = /** @class */ (function (_super) {
4
+ import { ListTypesRequest, ListTypesResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListTypesCommand, serializeAws_restJson1ListTypesCommand, } from "../protocols/Aws_restJson1";
6
+ var ListTypesCommand = (function (_super) {
24
7
  __extends(ListTypesCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function ListTypesCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  ListTypesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +37,3 @@ var ListTypesCommand = /** @class */ (function (_super) {
62
37
  return ListTypesCommand;
63
38
  }($Command));
64
39
  export { ListTypesCommand };
65
- //# sourceMappingURL=ListTypesCommand.js.map
@@ -1,42 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { StartSchemaCreationRequest, StartSchemaCreationResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1StartSchemaCreationCommand, serializeAws_restJson1StartSchemaCreationCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Adds a new schema to your GraphQL API.</p>
8
- * <p>This operation is asynchronous. Use to
9
- * determine when it has completed.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { AppSyncClient, StartSchemaCreationCommand } from "@aws-sdk/client-appsync"; // ES Modules import
14
- * // const { AppSyncClient, StartSchemaCreationCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
15
- * const client = new AppSyncClient(config);
16
- * const command = new StartSchemaCreationCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link StartSchemaCreationCommandInput} for command's `input` shape.
21
- * @see {@link StartSchemaCreationCommandOutput} for command's `response` shape.
22
- * @see {@link AppSyncClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
- var StartSchemaCreationCommand = /** @class */ (function (_super) {
4
+ import { StartSchemaCreationRequest, StartSchemaCreationResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1StartSchemaCreationCommand, serializeAws_restJson1StartSchemaCreationCommand, } from "../protocols/Aws_restJson1";
6
+ var StartSchemaCreationCommand = (function (_super) {
26
7
  __extends(StartSchemaCreationCommand, _super);
27
- // Start section: command_properties
28
- // End section: command_properties
29
8
  function StartSchemaCreationCommand(input) {
30
- var _this =
31
- // Start section: command_constructor
32
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
33
10
  _this.input = input;
34
11
  return _this;
35
- // End section: command_constructor
36
12
  }
37
- /**
38
- * @internal
39
- */
40
13
  StartSchemaCreationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
41
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
42
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -64,4 +37,3 @@ var StartSchemaCreationCommand = /** @class */ (function (_super) {
64
37
  return StartSchemaCreationCommand;
65
38
  }($Command));
66
39
  export { StartSchemaCreationCommand };
67
- //# sourceMappingURL=StartSchemaCreationCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Tags a resource with user-supplied tags.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { AppSyncClient, TagResourceCommand } from "@aws-sdk/client-appsync"; // ES Modules import
12
- * // const { AppSyncClient, TagResourceCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
13
- * const client = new AppSyncClient(config);
14
- * const command = new TagResourceCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link TagResourceCommandInput} for command's `input` shape.
19
- * @see {@link TagResourceCommandOutput} for command's `response` shape.
20
- * @see {@link AppSyncClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var TagResourceCommand = /** @class */ (function (_super) {
4
+ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
6
+ var TagResourceCommand = (function (_super) {
24
7
  __extends(TagResourceCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function TagResourceCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  TagResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +37,3 @@ var TagResourceCommand = /** @class */ (function (_super) {
62
37
  return TagResourceCommand;
63
38
  }($Command));
64
39
  export { TagResourceCommand };
65
- //# sourceMappingURL=TagResourceCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Untags a resource.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { AppSyncClient, UntagResourceCommand } from "@aws-sdk/client-appsync"; // ES Modules import
12
- * // const { AppSyncClient, UntagResourceCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
13
- * const client = new AppSyncClient(config);
14
- * const command = new UntagResourceCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link UntagResourceCommandInput} for command's `input` shape.
19
- * @see {@link UntagResourceCommandOutput} for command's `response` shape.
20
- * @see {@link AppSyncClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var UntagResourceCommand = /** @class */ (function (_super) {
4
+ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
6
+ var UntagResourceCommand = (function (_super) {
24
7
  __extends(UntagResourceCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function UntagResourceCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  UntagResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +37,3 @@ var UntagResourceCommand = /** @class */ (function (_super) {
62
37
  return UntagResourceCommand;
63
38
  }($Command));
64
39
  export { UntagResourceCommand };
65
- //# sourceMappingURL=UntagResourceCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { UpdateApiCacheRequest, UpdateApiCacheResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1UpdateApiCacheCommand, serializeAws_restJson1UpdateApiCacheCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Updates the cache for the GraphQL API.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { AppSyncClient, UpdateApiCacheCommand } from "@aws-sdk/client-appsync"; // ES Modules import
12
- * // const { AppSyncClient, UpdateApiCacheCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
13
- * const client = new AppSyncClient(config);
14
- * const command = new UpdateApiCacheCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link UpdateApiCacheCommandInput} for command's `input` shape.
19
- * @see {@link UpdateApiCacheCommandOutput} for command's `response` shape.
20
- * @see {@link AppSyncClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var UpdateApiCacheCommand = /** @class */ (function (_super) {
4
+ import { UpdateApiCacheRequest, UpdateApiCacheResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1UpdateApiCacheCommand, serializeAws_restJson1UpdateApiCacheCommand, } from "../protocols/Aws_restJson1";
6
+ var UpdateApiCacheCommand = (function (_super) {
24
7
  __extends(UpdateApiCacheCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function UpdateApiCacheCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  UpdateApiCacheCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +37,3 @@ var UpdateApiCacheCommand = /** @class */ (function (_super) {
62
37
  return UpdateApiCacheCommand;
63
38
  }($Command));
64
39
  export { UpdateApiCacheCommand };
65
- //# sourceMappingURL=UpdateApiCacheCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { UpdateApiKeyRequest, UpdateApiKeyResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1UpdateApiKeyCommand, serializeAws_restJson1UpdateApiKeyCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Updates an API key. The key can be updated while it is not deleted.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { AppSyncClient, UpdateApiKeyCommand } from "@aws-sdk/client-appsync"; // ES Modules import
12
- * // const { AppSyncClient, UpdateApiKeyCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
13
- * const client = new AppSyncClient(config);
14
- * const command = new UpdateApiKeyCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link UpdateApiKeyCommandInput} for command's `input` shape.
19
- * @see {@link UpdateApiKeyCommandOutput} for command's `response` shape.
20
- * @see {@link AppSyncClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var UpdateApiKeyCommand = /** @class */ (function (_super) {
4
+ import { UpdateApiKeyRequest, UpdateApiKeyResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1UpdateApiKeyCommand, serializeAws_restJson1UpdateApiKeyCommand, } from "../protocols/Aws_restJson1";
6
+ var UpdateApiKeyCommand = (function (_super) {
24
7
  __extends(UpdateApiKeyCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function UpdateApiKeyCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  UpdateApiKeyCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +37,3 @@ var UpdateApiKeyCommand = /** @class */ (function (_super) {
62
37
  return UpdateApiKeyCommand;
63
38
  }($Command));
64
39
  export { UpdateApiKeyCommand };
65
- //# sourceMappingURL=UpdateApiKeyCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { UpdateDataSourceRequest, UpdateDataSourceResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1UpdateDataSourceCommand, serializeAws_restJson1UpdateDataSourceCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Updates a <code>DataSource</code> object.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { AppSyncClient, UpdateDataSourceCommand } from "@aws-sdk/client-appsync"; // ES Modules import
12
- * // const { AppSyncClient, UpdateDataSourceCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
13
- * const client = new AppSyncClient(config);
14
- * const command = new UpdateDataSourceCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link UpdateDataSourceCommandInput} for command's `input` shape.
19
- * @see {@link UpdateDataSourceCommandOutput} for command's `response` shape.
20
- * @see {@link AppSyncClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var UpdateDataSourceCommand = /** @class */ (function (_super) {
4
+ import { UpdateDataSourceRequest, UpdateDataSourceResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1UpdateDataSourceCommand, serializeAws_restJson1UpdateDataSourceCommand, } from "../protocols/Aws_restJson1";
6
+ var UpdateDataSourceCommand = (function (_super) {
24
7
  __extends(UpdateDataSourceCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function UpdateDataSourceCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  UpdateDataSourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +37,3 @@ var UpdateDataSourceCommand = /** @class */ (function (_super) {
62
37
  return UpdateDataSourceCommand;
63
38
  }($Command));
64
39
  export { UpdateDataSourceCommand };
65
- //# sourceMappingURL=UpdateDataSourceCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { UpdateFunctionRequest, UpdateFunctionResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1UpdateFunctionCommand, serializeAws_restJson1UpdateFunctionCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Updates a <code>Function</code> object.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { AppSyncClient, UpdateFunctionCommand } from "@aws-sdk/client-appsync"; // ES Modules import
12
- * // const { AppSyncClient, UpdateFunctionCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
13
- * const client = new AppSyncClient(config);
14
- * const command = new UpdateFunctionCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link UpdateFunctionCommandInput} for command's `input` shape.
19
- * @see {@link UpdateFunctionCommandOutput} for command's `response` shape.
20
- * @see {@link AppSyncClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var UpdateFunctionCommand = /** @class */ (function (_super) {
4
+ import { UpdateFunctionRequest, UpdateFunctionResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1UpdateFunctionCommand, serializeAws_restJson1UpdateFunctionCommand, } from "../protocols/Aws_restJson1";
6
+ var UpdateFunctionCommand = (function (_super) {
24
7
  __extends(UpdateFunctionCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function UpdateFunctionCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  UpdateFunctionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +37,3 @@ var UpdateFunctionCommand = /** @class */ (function (_super) {
62
37
  return UpdateFunctionCommand;
63
38
  }($Command));
64
39
  export { UpdateFunctionCommand };
65
- //# sourceMappingURL=UpdateFunctionCommand.js.map