@aws-sdk/client-amplify 3.34.0 → 3.37.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 +47 -0
  2. package/{dist/cjs → dist-cjs}/Amplify.js +0 -9
  3. package/dist-cjs/AmplifyClient.js +35 -0
  4. package/{dist/cjs → dist-cjs}/commands/CreateAppCommand.js +2 -27
  5. package/{dist/cjs → dist-cjs}/commands/CreateBackendEnvironmentCommand.js +2 -27
  6. package/{dist/cjs → dist-cjs}/commands/CreateBranchCommand.js +2 -27
  7. package/{dist/cjs → dist-cjs}/commands/CreateDeploymentCommand.js +2 -28
  8. package/{dist/cjs → dist-cjs}/commands/CreateDomainAssociationCommand.js +2 -28
  9. package/{dist/cjs → dist-cjs}/commands/CreateWebhookCommand.js +2 -27
  10. package/{dist/cjs → dist-cjs}/commands/DeleteAppCommand.js +2 -27
  11. package/{dist/cjs → dist-cjs}/commands/DeleteBackendEnvironmentCommand.js +2 -27
  12. package/{dist/cjs → dist-cjs}/commands/DeleteBranchCommand.js +2 -27
  13. package/{dist/cjs → dist-cjs}/commands/DeleteDomainAssociationCommand.js +2 -27
  14. package/{dist/cjs → dist-cjs}/commands/DeleteJobCommand.js +2 -27
  15. package/{dist/cjs → dist-cjs}/commands/DeleteWebhookCommand.js +2 -27
  16. package/{dist/cjs → dist-cjs}/commands/GenerateAccessLogsCommand.js +2 -28
  17. package/{dist/cjs → dist-cjs}/commands/GetAppCommand.js +2 -27
  18. package/{dist/cjs → dist-cjs}/commands/GetArtifactUrlCommand.js +2 -27
  19. package/{dist/cjs → dist-cjs}/commands/GetBackendEnvironmentCommand.js +2 -27
  20. package/{dist/cjs → dist-cjs}/commands/GetBranchCommand.js +2 -27
  21. package/{dist/cjs → dist-cjs}/commands/GetDomainAssociationCommand.js +2 -27
  22. package/{dist/cjs → dist-cjs}/commands/GetJobCommand.js +2 -27
  23. package/{dist/cjs → dist-cjs}/commands/GetWebhookCommand.js +2 -27
  24. package/{dist/cjs → dist-cjs}/commands/ListAppsCommand.js +2 -27
  25. package/{dist/cjs → dist-cjs}/commands/ListArtifactsCommand.js +2 -27
  26. package/{dist/cjs → dist-cjs}/commands/ListBackendEnvironmentsCommand.js +2 -27
  27. package/{dist/cjs → dist-cjs}/commands/ListBranchesCommand.js +2 -27
  28. package/{dist/cjs → dist-cjs}/commands/ListDomainAssociationsCommand.js +2 -27
  29. package/{dist/cjs → dist-cjs}/commands/ListJobsCommand.js +2 -27
  30. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -27
  31. package/{dist/cjs → dist-cjs}/commands/ListWebhooksCommand.js +2 -27
  32. package/{dist/cjs → dist-cjs}/commands/StartDeploymentCommand.js +2 -28
  33. package/{dist/cjs → dist-cjs}/commands/StartJobCommand.js +2 -27
  34. package/{dist/cjs → dist-cjs}/commands/StopJobCommand.js +2 -27
  35. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -27
  36. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
  37. package/{dist/cjs → dist-cjs}/commands/UpdateAppCommand.js +2 -27
  38. package/{dist/cjs → dist-cjs}/commands/UpdateBranchCommand.js +2 -27
  39. package/{dist/cjs → dist-cjs}/commands/UpdateDomainAssociationCommand.js +2 -27
  40. package/{dist/cjs → dist-cjs}/commands/UpdateWebhookCommand.js +2 -27
  41. package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
  42. package/{dist/cjs → dist-cjs}/index.js +0 -1
  43. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  44. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -286
  45. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +2 -8
  46. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  47. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  48. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  49. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  50. package/{dist/es → dist-es}/Amplify.js +0 -1
  51. package/{dist/es → dist-es}/AmplifyClient.js +1 -2
  52. package/{dist/es → dist-es}/commands/CreateAppCommand.js +2 -3
  53. package/{dist/es → dist-es}/commands/CreateBackendEnvironmentCommand.js +2 -3
  54. package/{dist/es → dist-es}/commands/CreateBranchCommand.js +2 -3
  55. package/{dist/es → dist-es}/commands/CreateDeploymentCommand.js +2 -3
  56. package/{dist/es → dist-es}/commands/CreateDomainAssociationCommand.js +2 -3
  57. package/{dist/es → dist-es}/commands/CreateWebhookCommand.js +2 -3
  58. package/{dist/es → dist-es}/commands/DeleteAppCommand.js +2 -3
  59. package/{dist/es → dist-es}/commands/DeleteBackendEnvironmentCommand.js +2 -3
  60. package/{dist/es → dist-es}/commands/DeleteBranchCommand.js +2 -3
  61. package/{dist/es → dist-es}/commands/DeleteDomainAssociationCommand.js +2 -3
  62. package/{dist/es → dist-es}/commands/DeleteJobCommand.js +2 -3
  63. package/{dist/es → dist-es}/commands/DeleteWebhookCommand.js +2 -3
  64. package/{dist/es → dist-es}/commands/GenerateAccessLogsCommand.js +2 -3
  65. package/{dist/es → dist-es}/commands/GetAppCommand.js +2 -3
  66. package/{dist/es → dist-es}/commands/GetArtifactUrlCommand.js +2 -3
  67. package/{dist/es → dist-es}/commands/GetBackendEnvironmentCommand.js +2 -3
  68. package/{dist/es → dist-es}/commands/GetBranchCommand.js +2 -3
  69. package/{dist/es → dist-es}/commands/GetDomainAssociationCommand.js +2 -3
  70. package/{dist/es → dist-es}/commands/GetJobCommand.js +2 -3
  71. package/{dist/es → dist-es}/commands/GetWebhookCommand.js +2 -3
  72. package/{dist/es → dist-es}/commands/ListAppsCommand.js +2 -3
  73. package/{dist/es → dist-es}/commands/ListArtifactsCommand.js +2 -3
  74. package/{dist/es → dist-es}/commands/ListBackendEnvironmentsCommand.js +2 -3
  75. package/{dist/es → dist-es}/commands/ListBranchesCommand.js +2 -3
  76. package/{dist/es → dist-es}/commands/ListDomainAssociationsCommand.js +2 -3
  77. package/{dist/es → dist-es}/commands/ListJobsCommand.js +2 -3
  78. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
  79. package/{dist/es → dist-es}/commands/ListWebhooksCommand.js +2 -3
  80. package/{dist/es → dist-es}/commands/StartDeploymentCommand.js +2 -3
  81. package/{dist/es → dist-es}/commands/StartJobCommand.js +2 -3
  82. package/{dist/es → dist-es}/commands/StopJobCommand.js +2 -3
  83. package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
  84. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
  85. package/{dist/es → dist-es}/commands/UpdateAppCommand.js +2 -3
  86. package/{dist/es → dist-es}/commands/UpdateBranchCommand.js +2 -3
  87. package/{dist/es → dist-es}/commands/UpdateDomainAssociationCommand.js +2 -3
  88. package/{dist/es → dist-es}/commands/UpdateWebhookCommand.js +2 -3
  89. package/{dist/es → dist-es}/endpoints.js +1 -2
  90. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  91. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  92. package/{dist/es → dist-es}/models/models_0.js +0 -1
  93. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +0 -1
  94. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
  95. package/{dist/es → dist-es}/runtimeConfig.js +1 -2
  96. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
  97. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
  98. package/{dist/types → dist-types}/Amplify.d.ts +1 -1
  99. package/{dist/types → dist-types}/AmplifyClient.d.ts +8 -8
  100. package/{dist/types → dist-types}/commands/CreateAppCommand.d.ts +2 -2
  101. package/{dist/types → dist-types}/commands/CreateBackendEnvironmentCommand.d.ts +2 -2
  102. package/{dist/types → dist-types}/commands/CreateBranchCommand.d.ts +2 -2
  103. package/{dist/types → dist-types}/commands/CreateDeploymentCommand.d.ts +2 -2
  104. package/{dist/types → dist-types}/commands/CreateDomainAssociationCommand.d.ts +2 -2
  105. package/{dist/types → dist-types}/commands/CreateWebhookCommand.d.ts +2 -2
  106. package/{dist/types → dist-types}/commands/DeleteAppCommand.d.ts +2 -2
  107. package/{dist/types → dist-types}/commands/DeleteBackendEnvironmentCommand.d.ts +2 -2
  108. package/{dist/types → dist-types}/commands/DeleteBranchCommand.d.ts +2 -2
  109. package/{dist/types → dist-types}/commands/DeleteDomainAssociationCommand.d.ts +2 -2
  110. package/{dist/types → dist-types}/commands/DeleteJobCommand.d.ts +2 -2
  111. package/{dist/types → dist-types}/commands/DeleteWebhookCommand.d.ts +2 -2
  112. package/{dist/types → dist-types}/commands/GenerateAccessLogsCommand.d.ts +2 -2
  113. package/{dist/types → dist-types}/commands/GetAppCommand.d.ts +2 -2
  114. package/{dist/types → dist-types}/commands/GetArtifactUrlCommand.d.ts +2 -2
  115. package/{dist/types → dist-types}/commands/GetBackendEnvironmentCommand.d.ts +2 -2
  116. package/{dist/types → dist-types}/commands/GetBranchCommand.d.ts +2 -2
  117. package/{dist/types → dist-types}/commands/GetDomainAssociationCommand.d.ts +2 -2
  118. package/{dist/types → dist-types}/commands/GetJobCommand.d.ts +2 -2
  119. package/{dist/types → dist-types}/commands/GetWebhookCommand.d.ts +2 -2
  120. package/{dist/types → dist-types}/commands/ListAppsCommand.d.ts +2 -2
  121. package/{dist/types → dist-types}/commands/ListArtifactsCommand.d.ts +2 -2
  122. package/{dist/types → dist-types}/commands/ListBackendEnvironmentsCommand.d.ts +2 -2
  123. package/{dist/types → dist-types}/commands/ListBranchesCommand.d.ts +2 -2
  124. package/{dist/types → dist-types}/commands/ListDomainAssociationsCommand.d.ts +2 -2
  125. package/{dist/types → dist-types}/commands/ListJobsCommand.d.ts +2 -2
  126. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  127. package/{dist/types → dist-types}/commands/ListWebhooksCommand.d.ts +2 -2
  128. package/{dist/types → dist-types}/commands/StartDeploymentCommand.d.ts +2 -2
  129. package/{dist/types → dist-types}/commands/StartJobCommand.d.ts +2 -2
  130. package/{dist/types → dist-types}/commands/StopJobCommand.d.ts +2 -2
  131. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  132. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  133. package/{dist/types → dist-types}/commands/UpdateAppCommand.d.ts +2 -2
  134. package/{dist/types → dist-types}/commands/UpdateBranchCommand.d.ts +2 -2
  135. package/{dist/types → dist-types}/commands/UpdateDomainAssociationCommand.d.ts +2 -2
  136. package/{dist/types → dist-types}/commands/UpdateWebhookCommand.d.ts +2 -2
  137. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  138. package/{index.ts → dist-types/index.d.ts} +0 -0
  139. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  140. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  141. package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
  142. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  143. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  144. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  145. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  146. package/{dist/types → dist-types}/ts3.4/Amplify.d.ts +39 -124
  147. package/{dist/types → dist-types}/ts3.4/AmplifyClient.d.ts +32 -102
  148. package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +17 -0
  149. package/{dist/types → dist-types}/ts3.4/commands/CreateBackendEnvironmentCommand.d.ts +4 -22
  150. package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +17 -0
  151. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +17 -0
  152. package/dist-types/ts3.4/commands/CreateDomainAssociationCommand.d.ts +17 -0
  153. package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +17 -0
  154. package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +17 -0
  155. package/{dist/types → dist-types}/ts3.4/commands/DeleteBackendEnvironmentCommand.d.ts +4 -22
  156. package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +17 -0
  157. package/{dist/types → dist-types}/ts3.4/commands/DeleteDomainAssociationCommand.d.ts +4 -22
  158. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +17 -0
  159. package/{dist/types → dist-types}/ts3.4/commands/DeleteWebhookCommand.d.ts +4 -22
  160. package/dist-types/ts3.4/commands/GenerateAccessLogsCommand.d.ts +17 -0
  161. package/dist-types/ts3.4/commands/GetAppCommand.d.ts +17 -0
  162. package/dist-types/ts3.4/commands/GetArtifactUrlCommand.d.ts +17 -0
  163. package/{dist/types → dist-types}/ts3.4/commands/GetBackendEnvironmentCommand.d.ts +4 -22
  164. package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +17 -0
  165. package/{dist/types → dist-types}/ts3.4/commands/GetDomainAssociationCommand.d.ts +4 -22
  166. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +17 -0
  167. package/dist-types/ts3.4/commands/GetWebhookCommand.d.ts +17 -0
  168. package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +17 -0
  169. package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +17 -0
  170. package/{dist/types → dist-types}/ts3.4/commands/ListBackendEnvironmentsCommand.d.ts +4 -22
  171. package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +17 -0
  172. package/{dist/types → dist-types}/ts3.4/commands/ListDomainAssociationsCommand.d.ts +4 -22
  173. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +17 -0
  174. package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -22
  175. package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +17 -0
  176. package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +17 -0
  177. package/dist-types/ts3.4/commands/StartJobCommand.d.ts +17 -0
  178. package/dist-types/ts3.4/commands/StopJobCommand.d.ts +17 -0
  179. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  180. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  181. package/dist-types/ts3.4/commands/UpdateAppCommand.d.ts +17 -0
  182. package/dist-types/ts3.4/commands/UpdateBranchCommand.d.ts +17 -0
  183. package/{dist/types → dist-types}/ts3.4/commands/UpdateDomainAssociationCommand.d.ts +4 -22
  184. package/{dist/types → dist-types}/ts3.4/commands/UpdateWebhookCommand.d.ts +4 -22
  185. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  186. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  187. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  188. package/dist-types/ts3.4/models/models_0.d.ts +1416 -0
  189. package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
  190. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
  191. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
  192. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  193. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  194. package/package.json +45 -42
  195. package/Amplify.ts +0 -1240
  196. package/AmplifyClient.ts +0 -381
  197. package/commands/CreateAppCommand.ts +0 -94
  198. package/commands/CreateBackendEnvironmentCommand.ts +0 -94
  199. package/commands/CreateBranchCommand.ts +0 -94
  200. package/commands/CreateDeploymentCommand.ts +0 -95
  201. package/commands/CreateDomainAssociationCommand.ts +0 -95
  202. package/commands/CreateWebhookCommand.ts +0 -94
  203. package/commands/DeleteAppCommand.ts +0 -94
  204. package/commands/DeleteBackendEnvironmentCommand.ts +0 -94
  205. package/commands/DeleteBranchCommand.ts +0 -94
  206. package/commands/DeleteDomainAssociationCommand.ts +0 -94
  207. package/commands/DeleteJobCommand.ts +0 -94
  208. package/commands/DeleteWebhookCommand.ts +0 -94
  209. package/commands/GenerateAccessLogsCommand.ts +0 -95
  210. package/commands/GetAppCommand.ts +0 -87
  211. package/commands/GetArtifactUrlCommand.ts +0 -94
  212. package/commands/GetBackendEnvironmentCommand.ts +0 -94
  213. package/commands/GetBranchCommand.ts +0 -94
  214. package/commands/GetDomainAssociationCommand.ts +0 -94
  215. package/commands/GetJobCommand.ts +0 -87
  216. package/commands/GetWebhookCommand.ts +0 -94
  217. package/commands/ListAppsCommand.ts +0 -94
  218. package/commands/ListArtifactsCommand.ts +0 -94
  219. package/commands/ListBackendEnvironmentsCommand.ts +0 -94
  220. package/commands/ListBranchesCommand.ts +0 -94
  221. package/commands/ListDomainAssociationsCommand.ts +0 -94
  222. package/commands/ListJobsCommand.ts +0 -94
  223. package/commands/ListTagsForResourceCommand.ts +0 -94
  224. package/commands/ListWebhooksCommand.ts +0 -94
  225. package/commands/StartDeploymentCommand.ts +0 -95
  226. package/commands/StartJobCommand.ts +0 -94
  227. package/commands/StopJobCommand.ts +0 -90
  228. package/commands/TagResourceCommand.ts +0 -94
  229. package/commands/UntagResourceCommand.ts +0 -94
  230. package/commands/UpdateAppCommand.ts +0 -94
  231. package/commands/UpdateBranchCommand.ts +0 -94
  232. package/commands/UpdateDomainAssociationCommand.ts +0 -94
  233. package/commands/UpdateWebhookCommand.ts +0 -94
  234. package/dist/cjs/Amplify.js.map +0 -1
  235. package/dist/cjs/AmplifyClient.js +0 -49
  236. package/dist/cjs/AmplifyClient.js.map +0 -1
  237. package/dist/cjs/commands/CreateAppCommand.js.map +0 -1
  238. package/dist/cjs/commands/CreateBackendEnvironmentCommand.js.map +0 -1
  239. package/dist/cjs/commands/CreateBranchCommand.js.map +0 -1
  240. package/dist/cjs/commands/CreateDeploymentCommand.js.map +0 -1
  241. package/dist/cjs/commands/CreateDomainAssociationCommand.js.map +0 -1
  242. package/dist/cjs/commands/CreateWebhookCommand.js.map +0 -1
  243. package/dist/cjs/commands/DeleteAppCommand.js.map +0 -1
  244. package/dist/cjs/commands/DeleteBackendEnvironmentCommand.js.map +0 -1
  245. package/dist/cjs/commands/DeleteBranchCommand.js.map +0 -1
  246. package/dist/cjs/commands/DeleteDomainAssociationCommand.js.map +0 -1
  247. package/dist/cjs/commands/DeleteJobCommand.js.map +0 -1
  248. package/dist/cjs/commands/DeleteWebhookCommand.js.map +0 -1
  249. package/dist/cjs/commands/GenerateAccessLogsCommand.js.map +0 -1
  250. package/dist/cjs/commands/GetAppCommand.js.map +0 -1
  251. package/dist/cjs/commands/GetArtifactUrlCommand.js.map +0 -1
  252. package/dist/cjs/commands/GetBackendEnvironmentCommand.js.map +0 -1
  253. package/dist/cjs/commands/GetBranchCommand.js.map +0 -1
  254. package/dist/cjs/commands/GetDomainAssociationCommand.js.map +0 -1
  255. package/dist/cjs/commands/GetJobCommand.js.map +0 -1
  256. package/dist/cjs/commands/GetWebhookCommand.js.map +0 -1
  257. package/dist/cjs/commands/ListAppsCommand.js.map +0 -1
  258. package/dist/cjs/commands/ListArtifactsCommand.js.map +0 -1
  259. package/dist/cjs/commands/ListBackendEnvironmentsCommand.js.map +0 -1
  260. package/dist/cjs/commands/ListBranchesCommand.js.map +0 -1
  261. package/dist/cjs/commands/ListDomainAssociationsCommand.js.map +0 -1
  262. package/dist/cjs/commands/ListJobsCommand.js.map +0 -1
  263. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  264. package/dist/cjs/commands/ListWebhooksCommand.js.map +0 -1
  265. package/dist/cjs/commands/StartDeploymentCommand.js.map +0 -1
  266. package/dist/cjs/commands/StartJobCommand.js.map +0 -1
  267. package/dist/cjs/commands/StopJobCommand.js.map +0 -1
  268. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  269. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  270. package/dist/cjs/commands/UpdateAppCommand.js.map +0 -1
  271. package/dist/cjs/commands/UpdateBranchCommand.js.map +0 -1
  272. package/dist/cjs/commands/UpdateDomainAssociationCommand.js.map +0 -1
  273. package/dist/cjs/commands/UpdateWebhookCommand.js.map +0 -1
  274. package/dist/cjs/endpoints.js.map +0 -1
  275. package/dist/cjs/index.js.map +0 -1
  276. package/dist/cjs/models/index.js.map +0 -1
  277. package/dist/cjs/models/models_0.js.map +0 -1
  278. package/dist/cjs/package.json +0 -91
  279. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  280. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  281. package/dist/cjs/runtimeConfig.js.map +0 -1
  282. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  283. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  284. package/dist/es/Amplify.js.map +0 -1
  285. package/dist/es/AmplifyClient.js.map +0 -1
  286. package/dist/es/commands/CreateAppCommand.js.map +0 -1
  287. package/dist/es/commands/CreateBackendEnvironmentCommand.js.map +0 -1
  288. package/dist/es/commands/CreateBranchCommand.js.map +0 -1
  289. package/dist/es/commands/CreateDeploymentCommand.js.map +0 -1
  290. package/dist/es/commands/CreateDomainAssociationCommand.js.map +0 -1
  291. package/dist/es/commands/CreateWebhookCommand.js.map +0 -1
  292. package/dist/es/commands/DeleteAppCommand.js.map +0 -1
  293. package/dist/es/commands/DeleteBackendEnvironmentCommand.js.map +0 -1
  294. package/dist/es/commands/DeleteBranchCommand.js.map +0 -1
  295. package/dist/es/commands/DeleteDomainAssociationCommand.js.map +0 -1
  296. package/dist/es/commands/DeleteJobCommand.js.map +0 -1
  297. package/dist/es/commands/DeleteWebhookCommand.js.map +0 -1
  298. package/dist/es/commands/GenerateAccessLogsCommand.js.map +0 -1
  299. package/dist/es/commands/GetAppCommand.js.map +0 -1
  300. package/dist/es/commands/GetArtifactUrlCommand.js.map +0 -1
  301. package/dist/es/commands/GetBackendEnvironmentCommand.js.map +0 -1
  302. package/dist/es/commands/GetBranchCommand.js.map +0 -1
  303. package/dist/es/commands/GetDomainAssociationCommand.js.map +0 -1
  304. package/dist/es/commands/GetJobCommand.js.map +0 -1
  305. package/dist/es/commands/GetWebhookCommand.js.map +0 -1
  306. package/dist/es/commands/ListAppsCommand.js.map +0 -1
  307. package/dist/es/commands/ListArtifactsCommand.js.map +0 -1
  308. package/dist/es/commands/ListBackendEnvironmentsCommand.js.map +0 -1
  309. package/dist/es/commands/ListBranchesCommand.js.map +0 -1
  310. package/dist/es/commands/ListDomainAssociationsCommand.js.map +0 -1
  311. package/dist/es/commands/ListJobsCommand.js.map +0 -1
  312. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  313. package/dist/es/commands/ListWebhooksCommand.js.map +0 -1
  314. package/dist/es/commands/StartDeploymentCommand.js.map +0 -1
  315. package/dist/es/commands/StartJobCommand.js.map +0 -1
  316. package/dist/es/commands/StopJobCommand.js.map +0 -1
  317. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  318. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  319. package/dist/es/commands/UpdateAppCommand.js.map +0 -1
  320. package/dist/es/commands/UpdateBranchCommand.js.map +0 -1
  321. package/dist/es/commands/UpdateDomainAssociationCommand.js.map +0 -1
  322. package/dist/es/commands/UpdateWebhookCommand.js.map +0 -1
  323. package/dist/es/endpoints.js.map +0 -1
  324. package/dist/es/index.js +0 -41
  325. package/dist/es/index.js.map +0 -1
  326. package/dist/es/models/index.js +0 -2
  327. package/dist/es/models/index.js.map +0 -1
  328. package/dist/es/models/models_0.js.map +0 -1
  329. package/dist/es/package.json +0 -91
  330. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  331. package/dist/es/runtimeConfig.browser.js.map +0 -1
  332. package/dist/es/runtimeConfig.js.map +0 -1
  333. package/dist/es/runtimeConfig.native.js.map +0 -1
  334. package/dist/es/runtimeConfig.shared.js.map +0 -1
  335. package/dist/types/ts3.4/commands/CreateAppCommand.d.ts +0 -35
  336. package/dist/types/ts3.4/commands/CreateBranchCommand.d.ts +0 -35
  337. package/dist/types/ts3.4/commands/CreateDeploymentCommand.d.ts +0 -36
  338. package/dist/types/ts3.4/commands/CreateDomainAssociationCommand.d.ts +0 -36
  339. package/dist/types/ts3.4/commands/CreateWebhookCommand.d.ts +0 -35
  340. package/dist/types/ts3.4/commands/DeleteAppCommand.d.ts +0 -35
  341. package/dist/types/ts3.4/commands/DeleteBranchCommand.d.ts +0 -35
  342. package/dist/types/ts3.4/commands/DeleteJobCommand.d.ts +0 -35
  343. package/dist/types/ts3.4/commands/GenerateAccessLogsCommand.d.ts +0 -36
  344. package/dist/types/ts3.4/commands/GetAppCommand.d.ts +0 -35
  345. package/dist/types/ts3.4/commands/GetArtifactUrlCommand.d.ts +0 -35
  346. package/dist/types/ts3.4/commands/GetBranchCommand.d.ts +0 -35
  347. package/dist/types/ts3.4/commands/GetJobCommand.d.ts +0 -35
  348. package/dist/types/ts3.4/commands/GetWebhookCommand.d.ts +0 -35
  349. package/dist/types/ts3.4/commands/ListAppsCommand.d.ts +0 -35
  350. package/dist/types/ts3.4/commands/ListArtifactsCommand.d.ts +0 -35
  351. package/dist/types/ts3.4/commands/ListBranchesCommand.d.ts +0 -35
  352. package/dist/types/ts3.4/commands/ListJobsCommand.d.ts +0 -35
  353. package/dist/types/ts3.4/commands/ListWebhooksCommand.d.ts +0 -35
  354. package/dist/types/ts3.4/commands/StartDeploymentCommand.d.ts +0 -36
  355. package/dist/types/ts3.4/commands/StartJobCommand.d.ts +0 -35
  356. package/dist/types/ts3.4/commands/StopJobCommand.d.ts +0 -35
  357. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
  358. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
  359. package/dist/types/ts3.4/commands/UpdateAppCommand.d.ts +0 -35
  360. package/dist/types/ts3.4/commands/UpdateBranchCommand.d.ts +0 -35
  361. package/dist/types/ts3.4/models/models_0.d.ts +0 -2553
  362. package/endpoints.ts +0 -57
  363. package/jest.config.js +0 -4
  364. package/models/models_0.ts +0 -3182
  365. package/protocols/Aws_restJson1.ts +0 -5505
  366. package/runtimeConfig.browser.ts +0 -40
  367. package/runtimeConfig.native.ts +0 -16
  368. package/runtimeConfig.shared.ts +0 -16
  369. package/runtimeConfig.ts +0 -45
  370. package/tsconfig.es.json +0 -10
  371. package/tsconfig.json +0 -31
  372. package/tsconfig.types.json +0 -8
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { StartDeploymentRequest, StartDeploymentResult } from "../models/models_0";
3
- import { deserializeAws_restJson1StartDeploymentCommand, serializeAws_restJson1StartDeploymentCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { StartDeploymentRequest, StartDeploymentResult } from "../models/models_0";
5
+ import { deserializeAws_restJson1StartDeploymentCommand, serializeAws_restJson1StartDeploymentCommand, } from "../protocols/Aws_restJson1";
6
6
  var StartDeploymentCommand = (function (_super) {
7
7
  __extends(StartDeploymentCommand, _super);
8
8
  function StartDeploymentCommand(input) {
@@ -37,4 +37,3 @@ var StartDeploymentCommand = (function (_super) {
37
37
  return StartDeploymentCommand;
38
38
  }($Command));
39
39
  export { StartDeploymentCommand };
40
- //# sourceMappingURL=StartDeploymentCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { StartJobRequest, StartJobResult } from "../models/models_0";
3
- import { deserializeAws_restJson1StartJobCommand, serializeAws_restJson1StartJobCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { StartJobRequest, StartJobResult } from "../models/models_0";
5
+ import { deserializeAws_restJson1StartJobCommand, serializeAws_restJson1StartJobCommand, } from "../protocols/Aws_restJson1";
6
6
  var StartJobCommand = (function (_super) {
7
7
  __extends(StartJobCommand, _super);
8
8
  function StartJobCommand(input) {
@@ -37,4 +37,3 @@ var StartJobCommand = (function (_super) {
37
37
  return StartJobCommand;
38
38
  }($Command));
39
39
  export { StartJobCommand };
40
- //# sourceMappingURL=StartJobCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { StopJobRequest, StopJobResult } from "../models/models_0";
3
- import { deserializeAws_restJson1StopJobCommand, serializeAws_restJson1StopJobCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { StopJobRequest, StopJobResult } from "../models/models_0";
5
+ import { deserializeAws_restJson1StopJobCommand, serializeAws_restJson1StopJobCommand, } from "../protocols/Aws_restJson1";
6
6
  var StopJobCommand = (function (_super) {
7
7
  __extends(StopJobCommand, _super);
8
8
  function StopJobCommand(input) {
@@ -37,4 +37,3 @@ var StopJobCommand = (function (_super) {
37
37
  return StopJobCommand;
38
38
  }($Command));
39
39
  export { StopJobCommand };
40
- //# sourceMappingURL=StopJobCommand.js.map
@@ -1,8 +1,8 @@
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";
4
+ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
6
6
  var TagResourceCommand = (function (_super) {
7
7
  __extends(TagResourceCommand, _super);
8
8
  function TagResourceCommand(input) {
@@ -37,4 +37,3 @@ var TagResourceCommand = (function (_super) {
37
37
  return TagResourceCommand;
38
38
  }($Command));
39
39
  export { TagResourceCommand };
40
- //# sourceMappingURL=TagResourceCommand.js.map
@@ -1,8 +1,8 @@
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";
4
+ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
6
6
  var UntagResourceCommand = (function (_super) {
7
7
  __extends(UntagResourceCommand, _super);
8
8
  function UntagResourceCommand(input) {
@@ -37,4 +37,3 @@ var UntagResourceCommand = (function (_super) {
37
37
  return UntagResourceCommand;
38
38
  }($Command));
39
39
  export { UntagResourceCommand };
40
- //# sourceMappingURL=UntagResourceCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { UpdateAppRequest, UpdateAppResult } from "../models/models_0";
3
- import { deserializeAws_restJson1UpdateAppCommand, serializeAws_restJson1UpdateAppCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { UpdateAppRequest, UpdateAppResult } from "../models/models_0";
5
+ import { deserializeAws_restJson1UpdateAppCommand, serializeAws_restJson1UpdateAppCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateAppCommand = (function (_super) {
7
7
  __extends(UpdateAppCommand, _super);
8
8
  function UpdateAppCommand(input) {
@@ -37,4 +37,3 @@ var UpdateAppCommand = (function (_super) {
37
37
  return UpdateAppCommand;
38
38
  }($Command));
39
39
  export { UpdateAppCommand };
40
- //# sourceMappingURL=UpdateAppCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { UpdateBranchRequest, UpdateBranchResult } from "../models/models_0";
3
- import { deserializeAws_restJson1UpdateBranchCommand, serializeAws_restJson1UpdateBranchCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { UpdateBranchRequest, UpdateBranchResult } from "../models/models_0";
5
+ import { deserializeAws_restJson1UpdateBranchCommand, serializeAws_restJson1UpdateBranchCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateBranchCommand = (function (_super) {
7
7
  __extends(UpdateBranchCommand, _super);
8
8
  function UpdateBranchCommand(input) {
@@ -37,4 +37,3 @@ var UpdateBranchCommand = (function (_super) {
37
37
  return UpdateBranchCommand;
38
38
  }($Command));
39
39
  export { UpdateBranchCommand };
40
- //# sourceMappingURL=UpdateBranchCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { UpdateDomainAssociationRequest, UpdateDomainAssociationResult } from "../models/models_0";
3
- import { deserializeAws_restJson1UpdateDomainAssociationCommand, serializeAws_restJson1UpdateDomainAssociationCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { UpdateDomainAssociationRequest, UpdateDomainAssociationResult } from "../models/models_0";
5
+ import { deserializeAws_restJson1UpdateDomainAssociationCommand, serializeAws_restJson1UpdateDomainAssociationCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateDomainAssociationCommand = (function (_super) {
7
7
  __extends(UpdateDomainAssociationCommand, _super);
8
8
  function UpdateDomainAssociationCommand(input) {
@@ -37,4 +37,3 @@ var UpdateDomainAssociationCommand = (function (_super) {
37
37
  return UpdateDomainAssociationCommand;
38
38
  }($Command));
39
39
  export { UpdateDomainAssociationCommand };
40
- //# sourceMappingURL=UpdateDomainAssociationCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { UpdateWebhookRequest, UpdateWebhookResult } from "../models/models_0";
3
- import { deserializeAws_restJson1UpdateWebhookCommand, serializeAws_restJson1UpdateWebhookCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { UpdateWebhookRequest, UpdateWebhookResult } from "../models/models_0";
5
+ import { deserializeAws_restJson1UpdateWebhookCommand, serializeAws_restJson1UpdateWebhookCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateWebhookCommand = (function (_super) {
7
7
  __extends(UpdateWebhookCommand, _super);
8
8
  function UpdateWebhookCommand(input) {
@@ -37,4 +37,3 @@ var UpdateWebhookCommand = (function (_super) {
37
37
  return UpdateWebhookCommand;
38
38
  }($Command));
39
39
  export { UpdateWebhookCommand };
40
- //# sourceMappingURL=UpdateWebhookCommand.js.map
@@ -33,7 +33,7 @@ var partitionHash = {
33
33
  hostname: "amplify.{region}.amazonaws.com.cn",
34
34
  },
35
35
  "aws-iso": {
36
- regions: ["us-iso-east-1"],
36
+ regions: ["us-iso-east-1", "us-iso-west-1"],
37
37
  hostname: "amplify.{region}.c2s.ic.gov",
38
38
  },
39
39
  "aws-iso-b": {
@@ -50,4 +50,3 @@ export var defaultRegionInfoProvider = function (region, options) { return __awa
50
50
  return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "amplify", regionHash: regionHash, partitionHash: partitionHash }))];
51
51
  });
52
52
  }); };
53
- //# sourceMappingURL=endpoints.js.map
File without changes
@@ -426,4 +426,3 @@ export var UpdateWebhookResult;
426
426
  (function (UpdateWebhookResult) {
427
427
  UpdateWebhookResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
428
428
  })(UpdateWebhookResult || (UpdateWebhookResult = {}));
429
- //# sourceMappingURL=models_0.js.map
@@ -5487,4 +5487,3 @@ var loadRestJsonErrorCode = function (output, data) {
5487
5487
  }
5488
5488
  return "";
5489
5489
  };
5490
- //# sourceMappingURL=Aws_restJson1.js.map
@@ -1,5 +1,5 @@
1
1
  import { __assign } from "tslib";
2
- import packageInfo from "./package.json";
2
+ import packageInfo from "../package.json";
3
3
  import { Sha256 } from "@aws-crypto/sha256-browser";
4
4
  import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
5
5
  import { invalidProvider } from "@aws-sdk/invalid-dependency";
@@ -14,4 +14,3 @@ export var getRuntimeConfig = function (config) {
14
14
  var clientSharedValues = getSharedRuntimeConfig(config);
15
15
  return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
16
16
  };
17
- //# sourceMappingURL=runtimeConfig.browser.js.map
@@ -1,5 +1,5 @@
1
1
  import { __assign } from "tslib";
2
- import packageInfo from "./package.json";
2
+ import packageInfo from "../package.json";
3
3
  import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
4
4
  import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
5
5
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
@@ -19,4 +19,3 @@ export var getRuntimeConfig = function (config) {
19
19
  var clientSharedValues = getSharedRuntimeConfig(config);
20
20
  return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
21
21
  };
22
- //# sourceMappingURL=runtimeConfig.js.map
@@ -6,4 +6,3 @@ export var getRuntimeConfig = function (config) {
6
6
  var browserDefaults = getBrowserRuntimeConfig(config);
7
7
  return __assign(__assign(__assign({}, browserDefaults), config), { runtime: "react-native", sha256: (_a = config === null || config === void 0 ? void 0 : config.sha256) !== null && _a !== void 0 ? _a : Sha256 });
8
8
  };
9
- //# sourceMappingURL=runtimeConfig.native.js.map
@@ -1,5 +1,5 @@
1
- import { defaultRegionInfoProvider } from "./endpoints";
2
1
  import { parseUrl } from "@aws-sdk/url-parser";
2
+ import { defaultRegionInfoProvider } from "./endpoints";
3
3
  export var getRuntimeConfig = function (config) {
4
4
  var _a, _b, _c, _d, _e;
5
5
  return ({
@@ -11,4 +11,3 @@ export var getRuntimeConfig = function (config) {
11
11
  urlParser: (_e = config === null || config === void 0 ? void 0 : config.urlParser) !== null && _e !== void 0 ? _e : parseUrl,
12
12
  });
13
13
  };
14
- //# sourceMappingURL=runtimeConfig.shared.js.map
@@ -1,3 +1,4 @@
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
1
2
  import { AmplifyClient } from "./AmplifyClient";
2
3
  import { CreateAppCommandInput, CreateAppCommandOutput } from "./commands/CreateAppCommand";
3
4
  import { CreateBackendEnvironmentCommandInput, CreateBackendEnvironmentCommandOutput } from "./commands/CreateBackendEnvironmentCommand";
@@ -36,7 +37,6 @@ import { UpdateAppCommandInput, UpdateAppCommandOutput } from "./commands/Update
36
37
  import { UpdateBranchCommandInput, UpdateBranchCommandOutput } from "./commands/UpdateBranchCommand";
37
38
  import { UpdateDomainAssociationCommandInput, UpdateDomainAssociationCommandOutput } from "./commands/UpdateDomainAssociationCommand";
38
39
  import { UpdateWebhookCommandInput, UpdateWebhookCommandOutput } from "./commands/UpdateWebhookCommand";
39
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
40
40
  /**
41
41
  * <p>Amplify enables developers to develop and deploy cloud-powered mobile and web apps.
42
42
  * The Amplify Console provides a continuous delivery and hosting service for web
@@ -1,3 +1,11 @@
1
+ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
+ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
+ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
+ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
+ import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
+ import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
1
9
  import { CreateAppCommandInput, CreateAppCommandOutput } from "./commands/CreateAppCommand";
2
10
  import { CreateBackendEnvironmentCommandInput, CreateBackendEnvironmentCommandOutput } from "./commands/CreateBackendEnvironmentCommand";
3
11
  import { CreateBranchCommandInput, CreateBranchCommandOutput } from "./commands/CreateBranchCommand";
@@ -35,14 +43,6 @@ import { UpdateAppCommandInput, UpdateAppCommandOutput } from "./commands/Update
35
43
  import { UpdateBranchCommandInput, UpdateBranchCommandOutput } from "./commands/UpdateBranchCommand";
36
44
  import { UpdateDomainAssociationCommandInput, UpdateDomainAssociationCommandOutput } from "./commands/UpdateDomainAssociationCommand";
37
45
  import { UpdateWebhookCommandInput, UpdateWebhookCommandOutput } from "./commands/UpdateWebhookCommand";
38
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
39
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
40
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
41
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
42
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
43
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
44
- import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
45
- import { Provider, RegionInfoProvider, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
46
46
  export declare type ServiceInputTypes = CreateAppCommandInput | CreateBackendEnvironmentCommandInput | CreateBranchCommandInput | CreateDeploymentCommandInput | CreateDomainAssociationCommandInput | CreateWebhookCommandInput | DeleteAppCommandInput | DeleteBackendEnvironmentCommandInput | DeleteBranchCommandInput | DeleteDomainAssociationCommandInput | DeleteJobCommandInput | DeleteWebhookCommandInput | GenerateAccessLogsCommandInput | GetAppCommandInput | GetArtifactUrlCommandInput | GetBackendEnvironmentCommandInput | GetBranchCommandInput | GetDomainAssociationCommandInput | GetJobCommandInput | GetWebhookCommandInput | ListAppsCommandInput | ListArtifactsCommandInput | ListBackendEnvironmentsCommandInput | ListBranchesCommandInput | ListDomainAssociationsCommandInput | ListJobsCommandInput | ListTagsForResourceCommandInput | ListWebhooksCommandInput | StartDeploymentCommandInput | StartJobCommandInput | StopJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAppCommandInput | UpdateBranchCommandInput | UpdateDomainAssociationCommandInput | UpdateWebhookCommandInput;
47
47
  export declare type ServiceOutputTypes = CreateAppCommandOutput | CreateBackendEnvironmentCommandOutput | CreateBranchCommandOutput | CreateDeploymentCommandOutput | CreateDomainAssociationCommandOutput | CreateWebhookCommandOutput | DeleteAppCommandOutput | DeleteBackendEnvironmentCommandOutput | DeleteBranchCommandOutput | DeleteDomainAssociationCommandOutput | DeleteJobCommandOutput | DeleteWebhookCommandOutput | GenerateAccessLogsCommandOutput | GetAppCommandOutput | GetArtifactUrlCommandOutput | GetBackendEnvironmentCommandOutput | GetBranchCommandOutput | GetDomainAssociationCommandOutput | GetJobCommandOutput | GetWebhookCommandOutput | ListAppsCommandOutput | ListArtifactsCommandOutput | ListBackendEnvironmentsCommandOutput | ListBranchesCommandOutput | ListDomainAssociationsCommandOutput | ListJobsCommandOutput | ListTagsForResourceCommandOutput | ListWebhooksCommandOutput | StartDeploymentCommandOutput | StartJobCommandOutput | StopJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAppCommandOutput | UpdateBranchCommandOutput | UpdateDomainAssociationCommandOutput | UpdateWebhookCommandOutput;
48
48
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
2
4
  import { CreateAppRequest, CreateAppResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreateAppCommandInput extends CreateAppRequest {
6
6
  }
7
7
  export interface CreateAppCommandOutput extends CreateAppResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
2
4
  import { CreateBackendEnvironmentRequest, CreateBackendEnvironmentResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreateBackendEnvironmentCommandInput extends CreateBackendEnvironmentRequest {
6
6
  }
7
7
  export interface CreateBackendEnvironmentCommandOutput extends CreateBackendEnvironmentResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
2
4
  import { CreateBranchRequest, CreateBranchResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreateBranchCommandInput extends CreateBranchRequest {
6
6
  }
7
7
  export interface CreateBranchCommandOutput extends CreateBranchResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
2
4
  import { CreateDeploymentRequest, CreateDeploymentResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreateDeploymentCommandInput extends CreateDeploymentRequest {
6
6
  }
7
7
  export interface CreateDeploymentCommandOutput extends CreateDeploymentResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
2
4
  import { CreateDomainAssociationRequest, CreateDomainAssociationResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreateDomainAssociationCommandInput extends CreateDomainAssociationRequest {
6
6
  }
7
7
  export interface CreateDomainAssociationCommandOutput extends CreateDomainAssociationResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
2
4
  import { CreateWebhookRequest, CreateWebhookResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreateWebhookCommandInput extends CreateWebhookRequest {
6
6
  }
7
7
  export interface CreateWebhookCommandOutput extends CreateWebhookResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
2
4
  import { DeleteAppRequest, DeleteAppResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteAppCommandInput extends DeleteAppRequest {
6
6
  }
7
7
  export interface DeleteAppCommandOutput extends DeleteAppResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
2
4
  import { DeleteBackendEnvironmentRequest, DeleteBackendEnvironmentResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteBackendEnvironmentCommandInput extends DeleteBackendEnvironmentRequest {
6
6
  }
7
7
  export interface DeleteBackendEnvironmentCommandOutput extends DeleteBackendEnvironmentResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
2
4
  import { DeleteBranchRequest, DeleteBranchResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteBranchCommandInput extends DeleteBranchRequest {
6
6
  }
7
7
  export interface DeleteBranchCommandOutput extends DeleteBranchResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
2
4
  import { DeleteDomainAssociationRequest, DeleteDomainAssociationResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteDomainAssociationCommandInput extends DeleteDomainAssociationRequest {
6
6
  }
7
7
  export interface DeleteDomainAssociationCommandOutput extends DeleteDomainAssociationResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
2
4
  import { DeleteJobRequest, DeleteJobResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteJobCommandInput extends DeleteJobRequest {
6
6
  }
7
7
  export interface DeleteJobCommandOutput extends DeleteJobResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
2
4
  import { DeleteWebhookRequest, DeleteWebhookResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteWebhookCommandInput extends DeleteWebhookRequest {
6
6
  }
7
7
  export interface DeleteWebhookCommandOutput extends DeleteWebhookResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
2
4
  import { GenerateAccessLogsRequest, GenerateAccessLogsResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface GenerateAccessLogsCommandInput extends GenerateAccessLogsRequest {
6
6
  }
7
7
  export interface GenerateAccessLogsCommandOutput extends GenerateAccessLogsResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
2
4
  import { GetAppRequest, GetAppResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface GetAppCommandInput extends GetAppRequest {
6
6
  }
7
7
  export interface GetAppCommandOutput extends GetAppResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
2
4
  import { GetArtifactUrlRequest, GetArtifactUrlResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface GetArtifactUrlCommandInput extends GetArtifactUrlRequest {
6
6
  }
7
7
  export interface GetArtifactUrlCommandOutput extends GetArtifactUrlResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
2
4
  import { GetBackendEnvironmentRequest, GetBackendEnvironmentResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface GetBackendEnvironmentCommandInput extends GetBackendEnvironmentRequest {
6
6
  }
7
7
  export interface GetBackendEnvironmentCommandOutput extends GetBackendEnvironmentResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
2
4
  import { GetBranchRequest, GetBranchResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface GetBranchCommandInput extends GetBranchRequest {
6
6
  }
7
7
  export interface GetBranchCommandOutput extends GetBranchResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
2
4
  import { GetDomainAssociationRequest, GetDomainAssociationResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface GetDomainAssociationCommandInput extends GetDomainAssociationRequest {
6
6
  }
7
7
  export interface GetDomainAssociationCommandOutput extends GetDomainAssociationResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
2
4
  import { GetJobRequest, GetJobResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface GetJobCommandInput extends GetJobRequest {
6
6
  }
7
7
  export interface GetJobCommandOutput extends GetJobResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
2
4
  import { GetWebhookRequest, GetWebhookResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface GetWebhookCommandInput extends GetWebhookRequest {
6
6
  }
7
7
  export interface GetWebhookCommandOutput extends GetWebhookResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
2
4
  import { ListAppsRequest, ListAppsResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface ListAppsCommandInput extends ListAppsRequest {
6
6
  }
7
7
  export interface ListAppsCommandOutput extends ListAppsResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
2
4
  import { ListArtifactsRequest, ListArtifactsResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface ListArtifactsCommandInput extends ListArtifactsRequest {
6
6
  }
7
7
  export interface ListArtifactsCommandOutput extends ListArtifactsResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
2
4
  import { ListBackendEnvironmentsRequest, ListBackendEnvironmentsResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface ListBackendEnvironmentsCommandInput extends ListBackendEnvironmentsRequest {
6
6
  }
7
7
  export interface ListBackendEnvironmentsCommandOutput extends ListBackendEnvironmentsResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
2
4
  import { ListBranchesRequest, ListBranchesResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface ListBranchesCommandInput extends ListBranchesRequest {
6
6
  }
7
7
  export interface ListBranchesCommandOutput extends ListBranchesResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
2
4
  import { ListDomainAssociationsRequest, ListDomainAssociationsResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface ListDomainAssociationsCommandInput extends ListDomainAssociationsRequest {
6
6
  }
7
7
  export interface ListDomainAssociationsCommandOutput extends ListDomainAssociationsResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
2
4
  import { ListJobsRequest, ListJobsResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface ListJobsCommandInput extends ListJobsRequest {
6
6
  }
7
7
  export interface ListJobsCommandOutput extends ListJobsResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
2
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
6
  }
7
7
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
2
4
  import { ListWebhooksRequest, ListWebhooksResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface ListWebhooksCommandInput extends ListWebhooksRequest {
6
6
  }
7
7
  export interface ListWebhooksCommandOutput extends ListWebhooksResult, __MetadataBearer {