@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,9 +1,6 @@
1
1
  import { __assign } from "tslib";
2
2
  export var AccessDeniedException;
3
3
  (function (AccessDeniedException) {
4
- /**
5
- * @internal
6
- */
7
4
  AccessDeniedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
8
5
  })(AccessDeniedException || (AccessDeniedException = {}));
9
6
  export var AuthenticationType;
@@ -16,30 +13,18 @@ export var AuthenticationType;
16
13
  })(AuthenticationType || (AuthenticationType = {}));
17
14
  export var LambdaAuthorizerConfig;
18
15
  (function (LambdaAuthorizerConfig) {
19
- /**
20
- * @internal
21
- */
22
16
  LambdaAuthorizerConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
23
17
  })(LambdaAuthorizerConfig || (LambdaAuthorizerConfig = {}));
24
18
  export var OpenIDConnectConfig;
25
19
  (function (OpenIDConnectConfig) {
26
- /**
27
- * @internal
28
- */
29
20
  OpenIDConnectConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
30
21
  })(OpenIDConnectConfig || (OpenIDConnectConfig = {}));
31
22
  export var CognitoUserPoolConfig;
32
23
  (function (CognitoUserPoolConfig) {
33
- /**
34
- * @internal
35
- */
36
24
  CognitoUserPoolConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
37
25
  })(CognitoUserPoolConfig || (CognitoUserPoolConfig = {}));
38
26
  export var AdditionalAuthenticationProvider;
39
27
  (function (AdditionalAuthenticationProvider) {
40
- /**
41
- * @internal
42
- */
43
28
  AdditionalAuthenticationProvider.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
44
29
  })(AdditionalAuthenticationProvider || (AdditionalAuthenticationProvider = {}));
45
30
  export var ApiCachingBehavior;
@@ -75,37 +60,22 @@ export var ApiCacheType;
75
60
  })(ApiCacheType || (ApiCacheType = {}));
76
61
  export var ApiCache;
77
62
  (function (ApiCache) {
78
- /**
79
- * @internal
80
- */
81
63
  ApiCache.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
82
64
  })(ApiCache || (ApiCache = {}));
83
65
  export var ApiKey;
84
66
  (function (ApiKey) {
85
- /**
86
- * @internal
87
- */
88
67
  ApiKey.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
89
68
  })(ApiKey || (ApiKey = {}));
90
69
  export var ApiKeyLimitExceededException;
91
70
  (function (ApiKeyLimitExceededException) {
92
- /**
93
- * @internal
94
- */
95
71
  ApiKeyLimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
96
72
  })(ApiKeyLimitExceededException || (ApiKeyLimitExceededException = {}));
97
73
  export var ApiKeyValidityOutOfBoundsException;
98
74
  (function (ApiKeyValidityOutOfBoundsException) {
99
- /**
100
- * @internal
101
- */
102
75
  ApiKeyValidityOutOfBoundsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
103
76
  })(ApiKeyValidityOutOfBoundsException || (ApiKeyValidityOutOfBoundsException = {}));
104
77
  export var ApiLimitExceededException;
105
78
  (function (ApiLimitExceededException) {
106
- /**
107
- * @internal
108
- */
109
79
  ApiLimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
110
80
  })(ApiLimitExceededException || (ApiLimitExceededException = {}));
111
81
  export var AuthorizationType;
@@ -114,128 +84,78 @@ export var AuthorizationType;
114
84
  })(AuthorizationType || (AuthorizationType = {}));
115
85
  export var AwsIamConfig;
116
86
  (function (AwsIamConfig) {
117
- /**
118
- * @internal
119
- */
120
87
  AwsIamConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
121
88
  })(AwsIamConfig || (AwsIamConfig = {}));
122
89
  export var AuthorizationConfig;
123
90
  (function (AuthorizationConfig) {
124
- /**
125
- * @internal
126
- */
127
91
  AuthorizationConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
128
92
  })(AuthorizationConfig || (AuthorizationConfig = {}));
129
93
  export var BadRequestException;
130
94
  (function (BadRequestException) {
131
- /**
132
- * @internal
133
- */
134
95
  BadRequestException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
135
96
  })(BadRequestException || (BadRequestException = {}));
136
97
  export var ConcurrentModificationException;
137
98
  (function (ConcurrentModificationException) {
138
- /**
139
- * @internal
140
- */
141
99
  ConcurrentModificationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
142
100
  })(ConcurrentModificationException || (ConcurrentModificationException = {}));
143
101
  export var CreateApiCacheRequest;
144
102
  (function (CreateApiCacheRequest) {
145
- /**
146
- * @internal
147
- */
148
103
  CreateApiCacheRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
149
104
  })(CreateApiCacheRequest || (CreateApiCacheRequest = {}));
150
105
  export var CreateApiCacheResponse;
151
106
  (function (CreateApiCacheResponse) {
152
- /**
153
- * @internal
154
- */
155
107
  CreateApiCacheResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
156
108
  })(CreateApiCacheResponse || (CreateApiCacheResponse = {}));
157
109
  export var InternalFailureException;
158
110
  (function (InternalFailureException) {
159
- /**
160
- * @internal
161
- */
162
111
  InternalFailureException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
163
112
  })(InternalFailureException || (InternalFailureException = {}));
164
113
  export var NotFoundException;
165
114
  (function (NotFoundException) {
166
- /**
167
- * @internal
168
- */
169
115
  NotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
170
116
  })(NotFoundException || (NotFoundException = {}));
171
117
  export var UnauthorizedException;
172
118
  (function (UnauthorizedException) {
173
- /**
174
- * @internal
175
- */
176
119
  UnauthorizedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
177
120
  })(UnauthorizedException || (UnauthorizedException = {}));
178
121
  export var CreateApiKeyRequest;
179
122
  (function (CreateApiKeyRequest) {
180
- /**
181
- * @internal
182
- */
183
123
  CreateApiKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
184
124
  })(CreateApiKeyRequest || (CreateApiKeyRequest = {}));
185
125
  export var CreateApiKeyResponse;
186
126
  (function (CreateApiKeyResponse) {
187
- /**
188
- * @internal
189
- */
190
127
  CreateApiKeyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
191
128
  })(CreateApiKeyResponse || (CreateApiKeyResponse = {}));
192
129
  export var LimitExceededException;
193
130
  (function (LimitExceededException) {
194
- /**
195
- * @internal
196
- */
197
131
  LimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
198
132
  })(LimitExceededException || (LimitExceededException = {}));
199
133
  export var DeltaSyncConfig;
200
134
  (function (DeltaSyncConfig) {
201
- /**
202
- * @internal
203
- */
204
135
  DeltaSyncConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
205
136
  })(DeltaSyncConfig || (DeltaSyncConfig = {}));
206
137
  export var DynamodbDataSourceConfig;
207
138
  (function (DynamodbDataSourceConfig) {
208
- /**
209
- * @internal
210
- */
211
139
  DynamodbDataSourceConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
212
140
  })(DynamodbDataSourceConfig || (DynamodbDataSourceConfig = {}));
213
141
  export var ElasticsearchDataSourceConfig;
214
142
  (function (ElasticsearchDataSourceConfig) {
215
- /**
216
- * @internal
217
- */
218
143
  ElasticsearchDataSourceConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
219
144
  })(ElasticsearchDataSourceConfig || (ElasticsearchDataSourceConfig = {}));
220
145
  export var HttpDataSourceConfig;
221
146
  (function (HttpDataSourceConfig) {
222
- /**
223
- * @internal
224
- */
225
147
  HttpDataSourceConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
226
148
  })(HttpDataSourceConfig || (HttpDataSourceConfig = {}));
227
149
  export var LambdaDataSourceConfig;
228
150
  (function (LambdaDataSourceConfig) {
229
- /**
230
- * @internal
231
- */
232
151
  LambdaDataSourceConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
233
152
  })(LambdaDataSourceConfig || (LambdaDataSourceConfig = {}));
153
+ export var OpenSearchServiceDataSourceConfig;
154
+ (function (OpenSearchServiceDataSourceConfig) {
155
+ OpenSearchServiceDataSourceConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
156
+ })(OpenSearchServiceDataSourceConfig || (OpenSearchServiceDataSourceConfig = {}));
234
157
  export var RdsHttpEndpointConfig;
235
158
  (function (RdsHttpEndpointConfig) {
236
- /**
237
- * @internal
238
- */
239
159
  RdsHttpEndpointConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
240
160
  })(RdsHttpEndpointConfig || (RdsHttpEndpointConfig = {}));
241
161
  export var RelationalDatabaseSourceType;
@@ -244,15 +164,13 @@ export var RelationalDatabaseSourceType;
244
164
  })(RelationalDatabaseSourceType || (RelationalDatabaseSourceType = {}));
245
165
  export var RelationalDatabaseDataSourceConfig;
246
166
  (function (RelationalDatabaseDataSourceConfig) {
247
- /**
248
- * @internal
249
- */
250
167
  RelationalDatabaseDataSourceConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
251
168
  })(RelationalDatabaseDataSourceConfig || (RelationalDatabaseDataSourceConfig = {}));
252
169
  export var DataSourceType;
253
170
  (function (DataSourceType) {
254
171
  DataSourceType["AMAZON_DYNAMODB"] = "AMAZON_DYNAMODB";
255
172
  DataSourceType["AMAZON_ELASTICSEARCH"] = "AMAZON_ELASTICSEARCH";
173
+ DataSourceType["AMAZON_OPENSEARCH_SERVICE"] = "AMAZON_OPENSEARCH_SERVICE";
256
174
  DataSourceType["AWS_LAMBDA"] = "AWS_LAMBDA";
257
175
  DataSourceType["HTTP"] = "HTTP";
258
176
  DataSourceType["NONE"] = "NONE";
@@ -260,23 +178,14 @@ export var DataSourceType;
260
178
  })(DataSourceType || (DataSourceType = {}));
261
179
  export var CreateDataSourceRequest;
262
180
  (function (CreateDataSourceRequest) {
263
- /**
264
- * @internal
265
- */
266
181
  CreateDataSourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
267
182
  })(CreateDataSourceRequest || (CreateDataSourceRequest = {}));
268
183
  export var DataSource;
269
184
  (function (DataSource) {
270
- /**
271
- * @internal
272
- */
273
185
  DataSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
274
186
  })(DataSource || (DataSource = {}));
275
187
  export var CreateDataSourceResponse;
276
188
  (function (CreateDataSourceResponse) {
277
- /**
278
- * @internal
279
- */
280
189
  CreateDataSourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
281
190
  })(CreateDataSourceResponse || (CreateDataSourceResponse = {}));
282
191
  export var ConflictDetectionType;
@@ -293,37 +202,22 @@ export var ConflictHandlerType;
293
202
  })(ConflictHandlerType || (ConflictHandlerType = {}));
294
203
  export var LambdaConflictHandlerConfig;
295
204
  (function (LambdaConflictHandlerConfig) {
296
- /**
297
- * @internal
298
- */
299
205
  LambdaConflictHandlerConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
300
206
  })(LambdaConflictHandlerConfig || (LambdaConflictHandlerConfig = {}));
301
207
  export var SyncConfig;
302
208
  (function (SyncConfig) {
303
- /**
304
- * @internal
305
- */
306
209
  SyncConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
307
210
  })(SyncConfig || (SyncConfig = {}));
308
211
  export var CreateFunctionRequest;
309
212
  (function (CreateFunctionRequest) {
310
- /**
311
- * @internal
312
- */
313
213
  CreateFunctionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
314
214
  })(CreateFunctionRequest || (CreateFunctionRequest = {}));
315
215
  export var FunctionConfiguration;
316
216
  (function (FunctionConfiguration) {
317
- /**
318
- * @internal
319
- */
320
217
  FunctionConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
321
218
  })(FunctionConfiguration || (FunctionConfiguration = {}));
322
219
  export var CreateFunctionResponse;
323
220
  (function (CreateFunctionResponse) {
324
- /**
325
- * @internal
326
- */
327
221
  CreateFunctionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
328
222
  })(CreateFunctionResponse || (CreateFunctionResponse = {}));
329
223
  export var FieldLogLevel;
@@ -334,9 +228,6 @@ export var FieldLogLevel;
334
228
  })(FieldLogLevel || (FieldLogLevel = {}));
335
229
  export var LogConfig;
336
230
  (function (LogConfig) {
337
- /**
338
- * @internal
339
- */
340
231
  LogConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
341
232
  })(LogConfig || (LogConfig = {}));
342
233
  export var DefaultAction;
@@ -346,37 +237,22 @@ export var DefaultAction;
346
237
  })(DefaultAction || (DefaultAction = {}));
347
238
  export var UserPoolConfig;
348
239
  (function (UserPoolConfig) {
349
- /**
350
- * @internal
351
- */
352
240
  UserPoolConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
353
241
  })(UserPoolConfig || (UserPoolConfig = {}));
354
242
  export var CreateGraphqlApiRequest;
355
243
  (function (CreateGraphqlApiRequest) {
356
- /**
357
- * @internal
358
- */
359
244
  CreateGraphqlApiRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
360
245
  })(CreateGraphqlApiRequest || (CreateGraphqlApiRequest = {}));
361
246
  export var GraphqlApi;
362
247
  (function (GraphqlApi) {
363
- /**
364
- * @internal
365
- */
366
248
  GraphqlApi.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
367
249
  })(GraphqlApi || (GraphqlApi = {}));
368
250
  export var CreateGraphqlApiResponse;
369
251
  (function (CreateGraphqlApiResponse) {
370
- /**
371
- * @internal
372
- */
373
252
  CreateGraphqlApiResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
374
253
  })(CreateGraphqlApiResponse || (CreateGraphqlApiResponse = {}));
375
254
  export var CachingConfig;
376
255
  (function (CachingConfig) {
377
- /**
378
- * @internal
379
- */
380
256
  CachingConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
381
257
  })(CachingConfig || (CachingConfig = {}));
382
258
  export var ResolverKind;
@@ -386,30 +262,18 @@ export var ResolverKind;
386
262
  })(ResolverKind || (ResolverKind = {}));
387
263
  export var PipelineConfig;
388
264
  (function (PipelineConfig) {
389
- /**
390
- * @internal
391
- */
392
265
  PipelineConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
393
266
  })(PipelineConfig || (PipelineConfig = {}));
394
267
  export var CreateResolverRequest;
395
268
  (function (CreateResolverRequest) {
396
- /**
397
- * @internal
398
- */
399
269
  CreateResolverRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
400
270
  })(CreateResolverRequest || (CreateResolverRequest = {}));
401
271
  export var Resolver;
402
272
  (function (Resolver) {
403
- /**
404
- * @internal
405
- */
406
273
  Resolver.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
407
274
  })(Resolver || (Resolver = {}));
408
275
  export var CreateResolverResponse;
409
276
  (function (CreateResolverResponse) {
410
- /**
411
- * @internal
412
- */
413
277
  CreateResolverResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
414
278
  })(CreateResolverResponse || (CreateResolverResponse = {}));
415
279
  export var TypeDefinitionFormat;
@@ -419,191 +283,110 @@ export var TypeDefinitionFormat;
419
283
  })(TypeDefinitionFormat || (TypeDefinitionFormat = {}));
420
284
  export var CreateTypeRequest;
421
285
  (function (CreateTypeRequest) {
422
- /**
423
- * @internal
424
- */
425
286
  CreateTypeRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
426
287
  })(CreateTypeRequest || (CreateTypeRequest = {}));
427
288
  export var Type;
428
289
  (function (Type) {
429
- /**
430
- * @internal
431
- */
432
290
  Type.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
433
291
  })(Type || (Type = {}));
434
292
  export var CreateTypeResponse;
435
293
  (function (CreateTypeResponse) {
436
- /**
437
- * @internal
438
- */
439
294
  CreateTypeResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
440
295
  })(CreateTypeResponse || (CreateTypeResponse = {}));
441
296
  export var DeleteApiCacheRequest;
442
297
  (function (DeleteApiCacheRequest) {
443
- /**
444
- * @internal
445
- */
446
298
  DeleteApiCacheRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
447
299
  })(DeleteApiCacheRequest || (DeleteApiCacheRequest = {}));
448
300
  export var DeleteApiCacheResponse;
449
301
  (function (DeleteApiCacheResponse) {
450
- /**
451
- * @internal
452
- */
453
302
  DeleteApiCacheResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
454
303
  })(DeleteApiCacheResponse || (DeleteApiCacheResponse = {}));
455
304
  export var DeleteApiKeyRequest;
456
305
  (function (DeleteApiKeyRequest) {
457
- /**
458
- * @internal
459
- */
460
306
  DeleteApiKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
461
307
  })(DeleteApiKeyRequest || (DeleteApiKeyRequest = {}));
462
308
  export var DeleteApiKeyResponse;
463
309
  (function (DeleteApiKeyResponse) {
464
- /**
465
- * @internal
466
- */
467
310
  DeleteApiKeyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
468
311
  })(DeleteApiKeyResponse || (DeleteApiKeyResponse = {}));
469
312
  export var DeleteDataSourceRequest;
470
313
  (function (DeleteDataSourceRequest) {
471
- /**
472
- * @internal
473
- */
474
314
  DeleteDataSourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
475
315
  })(DeleteDataSourceRequest || (DeleteDataSourceRequest = {}));
476
316
  export var DeleteDataSourceResponse;
477
317
  (function (DeleteDataSourceResponse) {
478
- /**
479
- * @internal
480
- */
481
318
  DeleteDataSourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
482
319
  })(DeleteDataSourceResponse || (DeleteDataSourceResponse = {}));
483
320
  export var DeleteFunctionRequest;
484
321
  (function (DeleteFunctionRequest) {
485
- /**
486
- * @internal
487
- */
488
322
  DeleteFunctionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
489
323
  })(DeleteFunctionRequest || (DeleteFunctionRequest = {}));
490
324
  export var DeleteFunctionResponse;
491
325
  (function (DeleteFunctionResponse) {
492
- /**
493
- * @internal
494
- */
495
326
  DeleteFunctionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
496
327
  })(DeleteFunctionResponse || (DeleteFunctionResponse = {}));
497
328
  export var DeleteGraphqlApiRequest;
498
329
  (function (DeleteGraphqlApiRequest) {
499
- /**
500
- * @internal
501
- */
502
330
  DeleteGraphqlApiRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
503
331
  })(DeleteGraphqlApiRequest || (DeleteGraphqlApiRequest = {}));
504
332
  export var DeleteGraphqlApiResponse;
505
333
  (function (DeleteGraphqlApiResponse) {
506
- /**
507
- * @internal
508
- */
509
334
  DeleteGraphqlApiResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
510
335
  })(DeleteGraphqlApiResponse || (DeleteGraphqlApiResponse = {}));
511
336
  export var DeleteResolverRequest;
512
337
  (function (DeleteResolverRequest) {
513
- /**
514
- * @internal
515
- */
516
338
  DeleteResolverRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
517
339
  })(DeleteResolverRequest || (DeleteResolverRequest = {}));
518
340
  export var DeleteResolverResponse;
519
341
  (function (DeleteResolverResponse) {
520
- /**
521
- * @internal
522
- */
523
342
  DeleteResolverResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
524
343
  })(DeleteResolverResponse || (DeleteResolverResponse = {}));
525
344
  export var DeleteTypeRequest;
526
345
  (function (DeleteTypeRequest) {
527
- /**
528
- * @internal
529
- */
530
346
  DeleteTypeRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
531
347
  })(DeleteTypeRequest || (DeleteTypeRequest = {}));
532
348
  export var DeleteTypeResponse;
533
349
  (function (DeleteTypeResponse) {
534
- /**
535
- * @internal
536
- */
537
350
  DeleteTypeResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
538
351
  })(DeleteTypeResponse || (DeleteTypeResponse = {}));
539
352
  export var FlushApiCacheRequest;
540
353
  (function (FlushApiCacheRequest) {
541
- /**
542
- * @internal
543
- */
544
354
  FlushApiCacheRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
545
355
  })(FlushApiCacheRequest || (FlushApiCacheRequest = {}));
546
356
  export var FlushApiCacheResponse;
547
357
  (function (FlushApiCacheResponse) {
548
- /**
549
- * @internal
550
- */
551
358
  FlushApiCacheResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
552
359
  })(FlushApiCacheResponse || (FlushApiCacheResponse = {}));
553
360
  export var GetApiCacheRequest;
554
361
  (function (GetApiCacheRequest) {
555
- /**
556
- * @internal
557
- */
558
362
  GetApiCacheRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
559
363
  })(GetApiCacheRequest || (GetApiCacheRequest = {}));
560
364
  export var GetApiCacheResponse;
561
365
  (function (GetApiCacheResponse) {
562
- /**
563
- * @internal
564
- */
565
366
  GetApiCacheResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
566
367
  })(GetApiCacheResponse || (GetApiCacheResponse = {}));
567
368
  export var GetDataSourceRequest;
568
369
  (function (GetDataSourceRequest) {
569
- /**
570
- * @internal
571
- */
572
370
  GetDataSourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
573
371
  })(GetDataSourceRequest || (GetDataSourceRequest = {}));
574
372
  export var GetDataSourceResponse;
575
373
  (function (GetDataSourceResponse) {
576
- /**
577
- * @internal
578
- */
579
374
  GetDataSourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
580
375
  })(GetDataSourceResponse || (GetDataSourceResponse = {}));
581
376
  export var GetFunctionRequest;
582
377
  (function (GetFunctionRequest) {
583
- /**
584
- * @internal
585
- */
586
378
  GetFunctionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
587
379
  })(GetFunctionRequest || (GetFunctionRequest = {}));
588
380
  export var GetFunctionResponse;
589
381
  (function (GetFunctionResponse) {
590
- /**
591
- * @internal
592
- */
593
382
  GetFunctionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
594
383
  })(GetFunctionResponse || (GetFunctionResponse = {}));
595
384
  export var GetGraphqlApiRequest;
596
385
  (function (GetGraphqlApiRequest) {
597
- /**
598
- * @internal
599
- */
600
386
  GetGraphqlApiRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
601
387
  })(GetGraphqlApiRequest || (GetGraphqlApiRequest = {}));
602
388
  export var GetGraphqlApiResponse;
603
389
  (function (GetGraphqlApiResponse) {
604
- /**
605
- * @internal
606
- */
607
390
  GetGraphqlApiResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
608
391
  })(GetGraphqlApiResponse || (GetGraphqlApiResponse = {}));
609
392
  export var OutputType;
@@ -613,44 +396,26 @@ export var OutputType;
613
396
  })(OutputType || (OutputType = {}));
614
397
  export var GetIntrospectionSchemaRequest;
615
398
  (function (GetIntrospectionSchemaRequest) {
616
- /**
617
- * @internal
618
- */
619
399
  GetIntrospectionSchemaRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
620
400
  })(GetIntrospectionSchemaRequest || (GetIntrospectionSchemaRequest = {}));
621
401
  export var GetIntrospectionSchemaResponse;
622
402
  (function (GetIntrospectionSchemaResponse) {
623
- /**
624
- * @internal
625
- */
626
403
  GetIntrospectionSchemaResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
627
404
  })(GetIntrospectionSchemaResponse || (GetIntrospectionSchemaResponse = {}));
628
405
  export var GraphQLSchemaException;
629
406
  (function (GraphQLSchemaException) {
630
- /**
631
- * @internal
632
- */
633
407
  GraphQLSchemaException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
634
408
  })(GraphQLSchemaException || (GraphQLSchemaException = {}));
635
409
  export var GetResolverRequest;
636
410
  (function (GetResolverRequest) {
637
- /**
638
- * @internal
639
- */
640
411
  GetResolverRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
641
412
  })(GetResolverRequest || (GetResolverRequest = {}));
642
413
  export var GetResolverResponse;
643
414
  (function (GetResolverResponse) {
644
- /**
645
- * @internal
646
- */
647
415
  GetResolverResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
648
416
  })(GetResolverResponse || (GetResolverResponse = {}));
649
417
  export var GetSchemaCreationStatusRequest;
650
418
  (function (GetSchemaCreationStatusRequest) {
651
- /**
652
- * @internal
653
- */
654
419
  GetSchemaCreationStatusRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
655
420
  })(GetSchemaCreationStatusRequest || (GetSchemaCreationStatusRequest = {}));
656
421
  export var SchemaStatus;
@@ -664,275 +429,157 @@ export var SchemaStatus;
664
429
  })(SchemaStatus || (SchemaStatus = {}));
665
430
  export var GetSchemaCreationStatusResponse;
666
431
  (function (GetSchemaCreationStatusResponse) {
667
- /**
668
- * @internal
669
- */
670
432
  GetSchemaCreationStatusResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
671
433
  })(GetSchemaCreationStatusResponse || (GetSchemaCreationStatusResponse = {}));
672
434
  export var GetTypeRequest;
673
435
  (function (GetTypeRequest) {
674
- /**
675
- * @internal
676
- */
677
436
  GetTypeRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
678
437
  })(GetTypeRequest || (GetTypeRequest = {}));
679
438
  export var GetTypeResponse;
680
439
  (function (GetTypeResponse) {
681
- /**
682
- * @internal
683
- */
684
440
  GetTypeResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
685
441
  })(GetTypeResponse || (GetTypeResponse = {}));
686
442
  export var ListApiKeysRequest;
687
443
  (function (ListApiKeysRequest) {
688
- /**
689
- * @internal
690
- */
691
444
  ListApiKeysRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
692
445
  })(ListApiKeysRequest || (ListApiKeysRequest = {}));
693
446
  export var ListApiKeysResponse;
694
447
  (function (ListApiKeysResponse) {
695
- /**
696
- * @internal
697
- */
698
448
  ListApiKeysResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
699
449
  })(ListApiKeysResponse || (ListApiKeysResponse = {}));
700
450
  export var ListDataSourcesRequest;
701
451
  (function (ListDataSourcesRequest) {
702
- /**
703
- * @internal
704
- */
705
452
  ListDataSourcesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
706
453
  })(ListDataSourcesRequest || (ListDataSourcesRequest = {}));
707
454
  export var ListDataSourcesResponse;
708
455
  (function (ListDataSourcesResponse) {
709
- /**
710
- * @internal
711
- */
712
456
  ListDataSourcesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
713
457
  })(ListDataSourcesResponse || (ListDataSourcesResponse = {}));
714
458
  export var ListFunctionsRequest;
715
459
  (function (ListFunctionsRequest) {
716
- /**
717
- * @internal
718
- */
719
460
  ListFunctionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
720
461
  })(ListFunctionsRequest || (ListFunctionsRequest = {}));
721
462
  export var ListFunctionsResponse;
722
463
  (function (ListFunctionsResponse) {
723
- /**
724
- * @internal
725
- */
726
464
  ListFunctionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
727
465
  })(ListFunctionsResponse || (ListFunctionsResponse = {}));
728
466
  export var ListGraphqlApisRequest;
729
467
  (function (ListGraphqlApisRequest) {
730
- /**
731
- * @internal
732
- */
733
468
  ListGraphqlApisRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
734
469
  })(ListGraphqlApisRequest || (ListGraphqlApisRequest = {}));
735
470
  export var ListGraphqlApisResponse;
736
471
  (function (ListGraphqlApisResponse) {
737
- /**
738
- * @internal
739
- */
740
472
  ListGraphqlApisResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
741
473
  })(ListGraphqlApisResponse || (ListGraphqlApisResponse = {}));
742
474
  export var ListResolversRequest;
743
475
  (function (ListResolversRequest) {
744
- /**
745
- * @internal
746
- */
747
476
  ListResolversRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
748
477
  })(ListResolversRequest || (ListResolversRequest = {}));
749
478
  export var ListResolversResponse;
750
479
  (function (ListResolversResponse) {
751
- /**
752
- * @internal
753
- */
754
480
  ListResolversResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
755
481
  })(ListResolversResponse || (ListResolversResponse = {}));
756
482
  export var ListResolversByFunctionRequest;
757
483
  (function (ListResolversByFunctionRequest) {
758
- /**
759
- * @internal
760
- */
761
484
  ListResolversByFunctionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
762
485
  })(ListResolversByFunctionRequest || (ListResolversByFunctionRequest = {}));
763
486
  export var ListResolversByFunctionResponse;
764
487
  (function (ListResolversByFunctionResponse) {
765
- /**
766
- * @internal
767
- */
768
488
  ListResolversByFunctionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
769
489
  })(ListResolversByFunctionResponse || (ListResolversByFunctionResponse = {}));
770
490
  export var ListTagsForResourceRequest;
771
491
  (function (ListTagsForResourceRequest) {
772
- /**
773
- * @internal
774
- */
775
492
  ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
776
493
  })(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
777
494
  export var ListTagsForResourceResponse;
778
495
  (function (ListTagsForResourceResponse) {
779
- /**
780
- * @internal
781
- */
782
496
  ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
783
497
  })(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
784
498
  export var ListTypesRequest;
785
499
  (function (ListTypesRequest) {
786
- /**
787
- * @internal
788
- */
789
500
  ListTypesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
790
501
  })(ListTypesRequest || (ListTypesRequest = {}));
791
502
  export var ListTypesResponse;
792
503
  (function (ListTypesResponse) {
793
- /**
794
- * @internal
795
- */
796
504
  ListTypesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
797
505
  })(ListTypesResponse || (ListTypesResponse = {}));
798
506
  export var StartSchemaCreationRequest;
799
507
  (function (StartSchemaCreationRequest) {
800
- /**
801
- * @internal
802
- */
803
508
  StartSchemaCreationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
804
509
  })(StartSchemaCreationRequest || (StartSchemaCreationRequest = {}));
805
510
  export var StartSchemaCreationResponse;
806
511
  (function (StartSchemaCreationResponse) {
807
- /**
808
- * @internal
809
- */
810
512
  StartSchemaCreationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
811
513
  })(StartSchemaCreationResponse || (StartSchemaCreationResponse = {}));
812
514
  export var TagResourceRequest;
813
515
  (function (TagResourceRequest) {
814
- /**
815
- * @internal
816
- */
817
516
  TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
818
517
  })(TagResourceRequest || (TagResourceRequest = {}));
819
518
  export var TagResourceResponse;
820
519
  (function (TagResourceResponse) {
821
- /**
822
- * @internal
823
- */
824
520
  TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
825
521
  })(TagResourceResponse || (TagResourceResponse = {}));
826
522
  export var UntagResourceRequest;
827
523
  (function (UntagResourceRequest) {
828
- /**
829
- * @internal
830
- */
831
524
  UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
832
525
  })(UntagResourceRequest || (UntagResourceRequest = {}));
833
526
  export var UntagResourceResponse;
834
527
  (function (UntagResourceResponse) {
835
- /**
836
- * @internal
837
- */
838
528
  UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
839
529
  })(UntagResourceResponse || (UntagResourceResponse = {}));
840
530
  export var UpdateApiCacheRequest;
841
531
  (function (UpdateApiCacheRequest) {
842
- /**
843
- * @internal
844
- */
845
532
  UpdateApiCacheRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
846
533
  })(UpdateApiCacheRequest || (UpdateApiCacheRequest = {}));
847
534
  export var UpdateApiCacheResponse;
848
535
  (function (UpdateApiCacheResponse) {
849
- /**
850
- * @internal
851
- */
852
536
  UpdateApiCacheResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
853
537
  })(UpdateApiCacheResponse || (UpdateApiCacheResponse = {}));
854
538
  export var UpdateApiKeyRequest;
855
539
  (function (UpdateApiKeyRequest) {
856
- /**
857
- * @internal
858
- */
859
540
  UpdateApiKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
860
541
  })(UpdateApiKeyRequest || (UpdateApiKeyRequest = {}));
861
542
  export var UpdateApiKeyResponse;
862
543
  (function (UpdateApiKeyResponse) {
863
- /**
864
- * @internal
865
- */
866
544
  UpdateApiKeyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
867
545
  })(UpdateApiKeyResponse || (UpdateApiKeyResponse = {}));
868
546
  export var UpdateDataSourceRequest;
869
547
  (function (UpdateDataSourceRequest) {
870
- /**
871
- * @internal
872
- */
873
548
  UpdateDataSourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
874
549
  })(UpdateDataSourceRequest || (UpdateDataSourceRequest = {}));
875
550
  export var UpdateDataSourceResponse;
876
551
  (function (UpdateDataSourceResponse) {
877
- /**
878
- * @internal
879
- */
880
552
  UpdateDataSourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
881
553
  })(UpdateDataSourceResponse || (UpdateDataSourceResponse = {}));
882
554
  export var UpdateFunctionRequest;
883
555
  (function (UpdateFunctionRequest) {
884
- /**
885
- * @internal
886
- */
887
556
  UpdateFunctionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
888
557
  })(UpdateFunctionRequest || (UpdateFunctionRequest = {}));
889
558
  export var UpdateFunctionResponse;
890
559
  (function (UpdateFunctionResponse) {
891
- /**
892
- * @internal
893
- */
894
560
  UpdateFunctionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
895
561
  })(UpdateFunctionResponse || (UpdateFunctionResponse = {}));
896
562
  export var UpdateGraphqlApiRequest;
897
563
  (function (UpdateGraphqlApiRequest) {
898
- /**
899
- * @internal
900
- */
901
564
  UpdateGraphqlApiRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
902
565
  })(UpdateGraphqlApiRequest || (UpdateGraphqlApiRequest = {}));
903
566
  export var UpdateGraphqlApiResponse;
904
567
  (function (UpdateGraphqlApiResponse) {
905
- /**
906
- * @internal
907
- */
908
568
  UpdateGraphqlApiResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
909
569
  })(UpdateGraphqlApiResponse || (UpdateGraphqlApiResponse = {}));
910
570
  export var UpdateResolverRequest;
911
571
  (function (UpdateResolverRequest) {
912
- /**
913
- * @internal
914
- */
915
572
  UpdateResolverRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
916
573
  })(UpdateResolverRequest || (UpdateResolverRequest = {}));
917
574
  export var UpdateResolverResponse;
918
575
  (function (UpdateResolverResponse) {
919
- /**
920
- * @internal
921
- */
922
576
  UpdateResolverResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
923
577
  })(UpdateResolverResponse || (UpdateResolverResponse = {}));
924
578
  export var UpdateTypeRequest;
925
579
  (function (UpdateTypeRequest) {
926
- /**
927
- * @internal
928
- */
929
580
  UpdateTypeRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
930
581
  })(UpdateTypeRequest || (UpdateTypeRequest = {}));
931
582
  export var UpdateTypeResponse;
932
583
  (function (UpdateTypeResponse) {
933
- /**
934
- * @internal
935
- */
936
584
  UpdateTypeResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
937
585
  })(UpdateTypeResponse || (UpdateTypeResponse = {}));
938
- //# sourceMappingURL=models_0.js.map