@aws-sdk/client-mediastore 3.31.0 → 3.35.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 (312) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/{dist/cjs → dist-cjs}/MediaStore.js +1 -1
  3. package/dist-cjs/MediaStore.js.map +1 -0
  4. package/{dist/cjs → dist-cjs}/MediaStoreClient.js +14 -14
  5. package/dist-cjs/MediaStoreClient.js.map +1 -0
  6. package/{dist/cjs → dist-cjs}/commands/CreateContainerCommand.js +5 -5
  7. package/dist-cjs/commands/CreateContainerCommand.js.map +1 -0
  8. package/{dist/cjs → dist-cjs}/commands/DeleteContainerCommand.js +5 -5
  9. package/dist-cjs/commands/DeleteContainerCommand.js.map +1 -0
  10. package/{dist/cjs → dist-cjs}/commands/DeleteContainerPolicyCommand.js +5 -5
  11. package/dist-cjs/commands/DeleteContainerPolicyCommand.js.map +1 -0
  12. package/{dist/cjs → dist-cjs}/commands/DeleteCorsPolicyCommand.js +5 -5
  13. package/dist-cjs/commands/DeleteCorsPolicyCommand.js.map +1 -0
  14. package/{dist/cjs → dist-cjs}/commands/DeleteLifecyclePolicyCommand.js +5 -5
  15. package/dist-cjs/commands/DeleteLifecyclePolicyCommand.js.map +1 -0
  16. package/{dist/cjs → dist-cjs}/commands/DeleteMetricPolicyCommand.js +5 -5
  17. package/dist-cjs/commands/DeleteMetricPolicyCommand.js.map +1 -0
  18. package/{dist/cjs → dist-cjs}/commands/DescribeContainerCommand.js +5 -5
  19. package/dist-cjs/commands/DescribeContainerCommand.js.map +1 -0
  20. package/{dist/cjs → dist-cjs}/commands/GetContainerPolicyCommand.js +5 -5
  21. package/dist-cjs/commands/GetContainerPolicyCommand.js.map +1 -0
  22. package/{dist/cjs → dist-cjs}/commands/GetCorsPolicyCommand.js +5 -5
  23. package/dist-cjs/commands/GetCorsPolicyCommand.js.map +1 -0
  24. package/{dist/cjs → dist-cjs}/commands/GetLifecyclePolicyCommand.js +5 -5
  25. package/dist-cjs/commands/GetLifecyclePolicyCommand.js.map +1 -0
  26. package/{dist/cjs → dist-cjs}/commands/GetMetricPolicyCommand.js +5 -5
  27. package/dist-cjs/commands/GetMetricPolicyCommand.js.map +1 -0
  28. package/{dist/cjs → dist-cjs}/commands/ListContainersCommand.js +5 -5
  29. package/dist-cjs/commands/ListContainersCommand.js.map +1 -0
  30. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +5 -5
  31. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
  32. package/{dist/cjs → dist-cjs}/commands/PutContainerPolicyCommand.js +5 -5
  33. package/dist-cjs/commands/PutContainerPolicyCommand.js.map +1 -0
  34. package/{dist/cjs → dist-cjs}/commands/PutCorsPolicyCommand.js +5 -5
  35. package/dist-cjs/commands/PutCorsPolicyCommand.js.map +1 -0
  36. package/{dist/cjs → dist-cjs}/commands/PutLifecyclePolicyCommand.js +5 -5
  37. package/dist-cjs/commands/PutLifecyclePolicyCommand.js.map +1 -0
  38. package/{dist/cjs → dist-cjs}/commands/PutMetricPolicyCommand.js +5 -5
  39. package/dist-cjs/commands/PutMetricPolicyCommand.js.map +1 -0
  40. package/{dist/cjs → dist-cjs}/commands/StartAccessLoggingCommand.js +5 -5
  41. package/dist-cjs/commands/StartAccessLoggingCommand.js.map +1 -0
  42. package/{dist/cjs → dist-cjs}/commands/StopAccessLoggingCommand.js +5 -5
  43. package/dist-cjs/commands/StopAccessLoggingCommand.js.map +1 -0
  44. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +5 -5
  45. package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
  46. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +5 -5
  47. package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
  48. package/{dist/cjs → dist-cjs}/endpoints.js +1 -1
  49. package/dist-cjs/endpoints.js.map +1 -0
  50. package/dist-cjs/index.js +30 -0
  51. package/dist-cjs/index.js.map +1 -0
  52. package/{dist/cjs → dist-cjs}/models/index.js +1 -1
  53. package/{dist/cjs → dist-cjs}/models/index.js.map +1 -1
  54. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
  55. package/dist-cjs/models/models_0.js.map +1 -0
  56. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
  57. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js.map +1 -1
  58. package/{dist/cjs → dist-cjs}/pagination/ListContainersPaginator.js +1 -1
  59. package/dist-cjs/pagination/ListContainersPaginator.js.map +1 -0
  60. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +25 -25
  61. package/dist-cjs/protocols/Aws_json1_1.js.map +1 -0
  62. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +5 -4
  63. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  64. package/{dist/cjs → dist-cjs}/runtimeConfig.js +10 -9
  65. package/dist-cjs/runtimeConfig.js.map +1 -0
  66. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +1 -1
  67. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  68. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -1
  69. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  70. package/{dist/es → dist-es}/MediaStore.js +2 -6
  71. package/dist-es/MediaStore.js.map +1 -0
  72. package/{dist/es → dist-es}/MediaStoreClient.js +2 -11
  73. package/dist-es/MediaStoreClient.js.map +1 -0
  74. package/{dist/es → dist-es}/commands/CreateContainerCommand.js +4 -30
  75. package/dist-es/commands/CreateContainerCommand.js.map +1 -0
  76. package/{dist/es → dist-es}/commands/DeleteContainerCommand.js +4 -31
  77. package/dist-es/commands/DeleteContainerCommand.js.map +1 -0
  78. package/{dist/es → dist-es}/commands/DeleteContainerPolicyCommand.js +4 -29
  79. package/dist-es/commands/DeleteContainerPolicyCommand.js.map +1 -0
  80. package/{dist/es → dist-es}/commands/DeleteCorsPolicyCommand.js +4 -33
  81. package/dist-es/commands/DeleteCorsPolicyCommand.js.map +1 -0
  82. package/{dist/es → dist-es}/commands/DeleteLifecyclePolicyCommand.js +4 -29
  83. package/dist-es/commands/DeleteLifecyclePolicyCommand.js.map +1 -0
  84. package/{dist/es → dist-es}/commands/DeleteMetricPolicyCommand.js +4 -29
  85. package/dist-es/commands/DeleteMetricPolicyCommand.js.map +1 -0
  86. package/{dist/es → dist-es}/commands/DescribeContainerCommand.js +4 -35
  87. package/dist-es/commands/DescribeContainerCommand.js.map +1 -0
  88. package/{dist/es → dist-es}/commands/GetContainerPolicyCommand.js +4 -31
  89. package/dist-es/commands/GetContainerPolicyCommand.js.map +1 -0
  90. package/{dist/es → dist-es}/commands/GetCorsPolicyCommand.js +4 -33
  91. package/dist-es/commands/GetCorsPolicyCommand.js.map +1 -0
  92. package/{dist/es → dist-es}/commands/GetLifecyclePolicyCommand.js +4 -29
  93. package/dist-es/commands/GetLifecyclePolicyCommand.js.map +1 -0
  94. package/{dist/es → dist-es}/commands/GetMetricPolicyCommand.js +4 -29
  95. package/dist-es/commands/GetMetricPolicyCommand.js.map +1 -0
  96. package/{dist/es → dist-es}/commands/ListContainersCommand.js +4 -37
  97. package/dist-es/commands/ListContainersCommand.js.map +1 -0
  98. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -29
  99. package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
  100. package/{dist/es → dist-es}/commands/PutContainerPolicyCommand.js +4 -35
  101. package/dist-es/commands/PutContainerPolicyCommand.js.map +1 -0
  102. package/dist-es/commands/PutCorsPolicyCommand.js +40 -0
  103. package/dist-es/commands/PutCorsPolicyCommand.js.map +1 -0
  104. package/{dist/es → dist-es}/commands/PutLifecyclePolicyCommand.js +4 -30
  105. package/dist-es/commands/PutLifecyclePolicyCommand.js.map +1 -0
  106. package/{dist/es → dist-es}/commands/PutMetricPolicyCommand.js +4 -29
  107. package/dist-es/commands/PutMetricPolicyCommand.js.map +1 -0
  108. package/{dist/es → dist-es}/commands/StartAccessLoggingCommand.js +4 -29
  109. package/dist-es/commands/StartAccessLoggingCommand.js.map +1 -0
  110. package/{dist/es → dist-es}/commands/StopAccessLoggingCommand.js +4 -29
  111. package/dist-es/commands/StopAccessLoggingCommand.js.map +1 -0
  112. package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -31
  113. package/dist-es/commands/TagResourceCommand.js.map +1 -0
  114. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -29
  115. package/dist-es/commands/UntagResourceCommand.js.map +1 -0
  116. package/{dist/es → dist-es}/endpoints.js +1 -1
  117. package/dist-es/endpoints.js.map +1 -0
  118. package/{dist/es → dist-es}/index.js +0 -0
  119. package/dist-es/index.js.map +1 -0
  120. package/{dist/es → dist-es}/models/index.js +0 -0
  121. package/dist-es/models/index.js.map +1 -0
  122. package/{dist/es → dist-es}/models/models_0.js +0 -159
  123. package/dist-es/models/models_0.js.map +1 -0
  124. package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
  125. package/{dist/es → dist-es}/pagination/Interfaces.js.map +1 -1
  126. package/{dist/es → dist-es}/pagination/ListContainersPaginator.js +17 -29
  127. package/dist-es/pagination/ListContainersPaginator.js.map +1 -0
  128. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +427 -432
  129. package/dist-es/protocols/Aws_json1_1.js.map +1 -0
  130. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -4
  131. package/dist-es/runtimeConfig.browser.js.map +1 -0
  132. package/{dist/es → dist-es}/runtimeConfig.js +2 -5
  133. package/dist-es/runtimeConfig.js.map +1 -0
  134. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -3
  135. package/dist-es/runtimeConfig.native.js.map +1 -0
  136. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -4
  137. package/dist-es/runtimeConfig.shared.js.map +1 -0
  138. package/{dist/types → dist-types}/MediaStore.d.ts +2 -2
  139. package/{dist/types → dist-types}/MediaStoreClient.d.ts +8 -8
  140. package/{dist/types → dist-types}/commands/CreateContainerCommand.d.ts +2 -2
  141. package/{dist/types → dist-types}/commands/DeleteContainerCommand.d.ts +2 -2
  142. package/{dist/types → dist-types}/commands/DeleteContainerPolicyCommand.d.ts +2 -2
  143. package/{dist/types → dist-types}/commands/DeleteCorsPolicyCommand.d.ts +2 -2
  144. package/{dist/types → dist-types}/commands/DeleteLifecyclePolicyCommand.d.ts +2 -2
  145. package/{dist/types → dist-types}/commands/DeleteMetricPolicyCommand.d.ts +2 -2
  146. package/{dist/types → dist-types}/commands/DescribeContainerCommand.d.ts +2 -2
  147. package/{dist/types → dist-types}/commands/GetContainerPolicyCommand.d.ts +2 -2
  148. package/{dist/types → dist-types}/commands/GetCorsPolicyCommand.d.ts +2 -2
  149. package/{dist/types → dist-types}/commands/GetLifecyclePolicyCommand.d.ts +2 -2
  150. package/{dist/types → dist-types}/commands/GetMetricPolicyCommand.d.ts +2 -2
  151. package/{dist/types → dist-types}/commands/ListContainersCommand.d.ts +2 -2
  152. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  153. package/{dist/types → dist-types}/commands/PutContainerPolicyCommand.d.ts +2 -2
  154. package/{dist/types → dist-types}/commands/PutCorsPolicyCommand.d.ts +2 -2
  155. package/{dist/types → dist-types}/commands/PutLifecyclePolicyCommand.d.ts +2 -2
  156. package/{dist/types → dist-types}/commands/PutMetricPolicyCommand.d.ts +2 -2
  157. package/{dist/types → dist-types}/commands/StartAccessLoggingCommand.d.ts +2 -2
  158. package/{dist/types → dist-types}/commands/StopAccessLoggingCommand.d.ts +2 -2
  159. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  160. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  161. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  162. package/{dist/types → dist-types}/index.d.ts +0 -0
  163. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  164. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  165. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  166. package/{dist/types → dist-types}/pagination/ListContainersPaginator.d.ts +1 -1
  167. package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
  168. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
  169. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
  170. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
  171. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  172. package/{dist/types → dist-types}/ts3.4/MediaStore.d.ts +2 -2
  173. package/{dist/types → dist-types}/ts3.4/MediaStoreClient.d.ts +8 -8
  174. package/{dist/types → dist-types}/ts3.4/commands/CreateContainerCommand.d.ts +2 -2
  175. package/{dist/types → dist-types}/ts3.4/commands/DeleteContainerCommand.d.ts +2 -2
  176. package/{dist/types → dist-types}/ts3.4/commands/DeleteContainerPolicyCommand.d.ts +2 -2
  177. package/{dist/types → dist-types}/ts3.4/commands/DeleteCorsPolicyCommand.d.ts +2 -2
  178. package/{dist/types → dist-types}/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +2 -2
  179. package/{dist/types → dist-types}/ts3.4/commands/DeleteMetricPolicyCommand.d.ts +2 -2
  180. package/{dist/types → dist-types}/ts3.4/commands/DescribeContainerCommand.d.ts +2 -2
  181. package/{dist/types → dist-types}/ts3.4/commands/GetContainerPolicyCommand.d.ts +2 -2
  182. package/{dist/types → dist-types}/ts3.4/commands/GetCorsPolicyCommand.d.ts +2 -2
  183. package/{dist/types → dist-types}/ts3.4/commands/GetLifecyclePolicyCommand.d.ts +2 -2
  184. package/{dist/types → dist-types}/ts3.4/commands/GetMetricPolicyCommand.d.ts +2 -2
  185. package/{dist/types → dist-types}/ts3.4/commands/ListContainersCommand.d.ts +2 -2
  186. package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
  187. package/{dist/types → dist-types}/ts3.4/commands/PutContainerPolicyCommand.d.ts +2 -2
  188. package/{dist/types → dist-types}/ts3.4/commands/PutCorsPolicyCommand.d.ts +2 -2
  189. package/{dist/types → dist-types}/ts3.4/commands/PutLifecyclePolicyCommand.d.ts +2 -2
  190. package/{dist/types → dist-types}/ts3.4/commands/PutMetricPolicyCommand.d.ts +2 -2
  191. package/{dist/types → dist-types}/ts3.4/commands/StartAccessLoggingCommand.d.ts +2 -2
  192. package/{dist/types → dist-types}/ts3.4/commands/StopAccessLoggingCommand.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/endpoints.d.ts +0 -0
  196. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  197. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  198. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  199. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  200. package/{dist/types → dist-types}/ts3.4/pagination/ListContainersPaginator.d.ts +1 -1
  201. package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
  202. package/{dist/types → dist-types/ts3.4}/runtimeConfig.browser.d.ts +37 -36
  203. package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
  204. package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
  205. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  206. package/package.json +50 -50
  207. package/{MediaStore.ts → src/MediaStore.ts} +3 -2
  208. package/{MediaStoreClient.ts → src/MediaStoreClient.ts} +45 -44
  209. package/{commands → src/commands}/CreateContainerCommand.ts +8 -7
  210. package/{commands → src/commands}/DeleteContainerCommand.ts +8 -7
  211. package/{commands → src/commands}/DeleteContainerPolicyCommand.ts +8 -7
  212. package/{commands → src/commands}/DeleteCorsPolicyCommand.ts +8 -7
  213. package/{commands → src/commands}/DeleteLifecyclePolicyCommand.ts +8 -7
  214. package/{commands → src/commands}/DeleteMetricPolicyCommand.ts +8 -7
  215. package/{commands → src/commands}/DescribeContainerCommand.ts +8 -7
  216. package/{commands → src/commands}/GetContainerPolicyCommand.ts +8 -7
  217. package/{commands → src/commands}/GetCorsPolicyCommand.ts +8 -7
  218. package/{commands → src/commands}/GetLifecyclePolicyCommand.ts +8 -7
  219. package/{commands → src/commands}/GetMetricPolicyCommand.ts +8 -7
  220. package/{commands → src/commands}/ListContainersCommand.ts +8 -7
  221. package/{commands → src/commands}/ListTagsForResourceCommand.ts +8 -7
  222. package/{commands → src/commands}/PutContainerPolicyCommand.ts +8 -7
  223. package/{commands → src/commands}/PutCorsPolicyCommand.ts +8 -7
  224. package/{commands → src/commands}/PutLifecyclePolicyCommand.ts +8 -7
  225. package/{commands → src/commands}/PutMetricPolicyCommand.ts +8 -7
  226. package/{commands → src/commands}/StartAccessLoggingCommand.ts +8 -7
  227. package/{commands → src/commands}/StopAccessLoggingCommand.ts +8 -7
  228. package/{commands → src/commands}/TagResourceCommand.ts +8 -7
  229. package/{commands → src/commands}/UntagResourceCommand.ts +8 -7
  230. package/{endpoints.ts → src/endpoints.ts} +1 -1
  231. package/{index.ts → src/index.ts} +0 -0
  232. package/{models → src/models}/index.ts +0 -0
  233. package/{models → src/models}/models_0.ts +0 -0
  234. package/{pagination → src/pagination}/Interfaces.ts +2 -1
  235. package/{pagination → src/pagination}/ListContainersPaginator.ts +4 -3
  236. package/{protocols → src/protocols}/Aws_json1_1.ts +39 -38
  237. package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +3 -2
  238. package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +1 -0
  239. package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
  240. package/{runtimeConfig.ts → src/runtimeConfig.ts} +4 -3
  241. package/tsconfig.es.json +1 -3
  242. package/tsconfig.json +7 -7
  243. package/tsconfig.types.json +9 -0
  244. package/dist/cjs/MediaStore.js.map +0 -1
  245. package/dist/cjs/MediaStoreClient.js.map +0 -1
  246. package/dist/cjs/commands/CreateContainerCommand.js.map +0 -1
  247. package/dist/cjs/commands/DeleteContainerCommand.js.map +0 -1
  248. package/dist/cjs/commands/DeleteContainerPolicyCommand.js.map +0 -1
  249. package/dist/cjs/commands/DeleteCorsPolicyCommand.js.map +0 -1
  250. package/dist/cjs/commands/DeleteLifecyclePolicyCommand.js.map +0 -1
  251. package/dist/cjs/commands/DeleteMetricPolicyCommand.js.map +0 -1
  252. package/dist/cjs/commands/DescribeContainerCommand.js.map +0 -1
  253. package/dist/cjs/commands/GetContainerPolicyCommand.js.map +0 -1
  254. package/dist/cjs/commands/GetCorsPolicyCommand.js.map +0 -1
  255. package/dist/cjs/commands/GetLifecyclePolicyCommand.js.map +0 -1
  256. package/dist/cjs/commands/GetMetricPolicyCommand.js.map +0 -1
  257. package/dist/cjs/commands/ListContainersCommand.js.map +0 -1
  258. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  259. package/dist/cjs/commands/PutContainerPolicyCommand.js.map +0 -1
  260. package/dist/cjs/commands/PutCorsPolicyCommand.js.map +0 -1
  261. package/dist/cjs/commands/PutLifecyclePolicyCommand.js.map +0 -1
  262. package/dist/cjs/commands/PutMetricPolicyCommand.js.map +0 -1
  263. package/dist/cjs/commands/StartAccessLoggingCommand.js.map +0 -1
  264. package/dist/cjs/commands/StopAccessLoggingCommand.js.map +0 -1
  265. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  266. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  267. package/dist/cjs/endpoints.js.map +0 -1
  268. package/dist/cjs/index.js +0 -30
  269. package/dist/cjs/index.js.map +0 -1
  270. package/dist/cjs/models/models_0.js.map +0 -1
  271. package/dist/cjs/package.json +0 -91
  272. package/dist/cjs/pagination/ListContainersPaginator.js.map +0 -1
  273. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  274. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  275. package/dist/cjs/runtimeConfig.js.map +0 -1
  276. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  277. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  278. package/dist/es/MediaStore.js.map +0 -1
  279. package/dist/es/MediaStoreClient.js.map +0 -1
  280. package/dist/es/commands/CreateContainerCommand.js.map +0 -1
  281. package/dist/es/commands/DeleteContainerCommand.js.map +0 -1
  282. package/dist/es/commands/DeleteContainerPolicyCommand.js.map +0 -1
  283. package/dist/es/commands/DeleteCorsPolicyCommand.js.map +0 -1
  284. package/dist/es/commands/DeleteLifecyclePolicyCommand.js.map +0 -1
  285. package/dist/es/commands/DeleteMetricPolicyCommand.js.map +0 -1
  286. package/dist/es/commands/DescribeContainerCommand.js.map +0 -1
  287. package/dist/es/commands/GetContainerPolicyCommand.js.map +0 -1
  288. package/dist/es/commands/GetCorsPolicyCommand.js.map +0 -1
  289. package/dist/es/commands/GetLifecyclePolicyCommand.js.map +0 -1
  290. package/dist/es/commands/GetMetricPolicyCommand.js.map +0 -1
  291. package/dist/es/commands/ListContainersCommand.js.map +0 -1
  292. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  293. package/dist/es/commands/PutContainerPolicyCommand.js.map +0 -1
  294. package/dist/es/commands/PutCorsPolicyCommand.js +0 -75
  295. package/dist/es/commands/PutCorsPolicyCommand.js.map +0 -1
  296. package/dist/es/commands/PutLifecyclePolicyCommand.js.map +0 -1
  297. package/dist/es/commands/PutMetricPolicyCommand.js.map +0 -1
  298. package/dist/es/commands/StartAccessLoggingCommand.js.map +0 -1
  299. package/dist/es/commands/StopAccessLoggingCommand.js.map +0 -1
  300. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  301. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  302. package/dist/es/endpoints.js.map +0 -1
  303. package/dist/es/index.js.map +0 -1
  304. package/dist/es/models/index.js.map +0 -1
  305. package/dist/es/models/models_0.js.map +0 -1
  306. package/dist/es/package.json +0 -91
  307. package/dist/es/pagination/ListContainersPaginator.js.map +0 -1
  308. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  309. package/dist/es/runtimeConfig.browser.js.map +0 -1
  310. package/dist/es/runtimeConfig.js.map +0 -1
  311. package/dist/es/runtimeConfig.native.js.map +0 -1
  312. package/dist/es/runtimeConfig.shared.js.map +0 -1
@@ -14,16 +14,10 @@ export var ContainerStatus;
14
14
  })(ContainerStatus || (ContainerStatus = {}));
15
15
  export var Container;
16
16
  (function (Container) {
17
- /**
18
- * @internal
19
- */
20
17
  Container.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
21
18
  })(Container || (Container = {}));
22
19
  export var ContainerInUseException;
23
20
  (function (ContainerInUseException) {
24
- /**
25
- * @internal
26
- */
27
21
  ContainerInUseException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
28
22
  })(ContainerInUseException || (ContainerInUseException = {}));
29
23
  export var ContainerLevelMetrics;
@@ -33,359 +27,206 @@ export var ContainerLevelMetrics;
33
27
  })(ContainerLevelMetrics || (ContainerLevelMetrics = {}));
34
28
  export var ContainerNotFoundException;
35
29
  (function (ContainerNotFoundException) {
36
- /**
37
- * @internal
38
- */
39
30
  ContainerNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
40
31
  })(ContainerNotFoundException || (ContainerNotFoundException = {}));
41
32
  export var CorsRule;
42
33
  (function (CorsRule) {
43
- /**
44
- * @internal
45
- */
46
34
  CorsRule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
47
35
  })(CorsRule || (CorsRule = {}));
48
36
  export var CorsPolicyNotFoundException;
49
37
  (function (CorsPolicyNotFoundException) {
50
- /**
51
- * @internal
52
- */
53
38
  CorsPolicyNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
54
39
  })(CorsPolicyNotFoundException || (CorsPolicyNotFoundException = {}));
55
40
  export var Tag;
56
41
  (function (Tag) {
57
- /**
58
- * @internal
59
- */
60
42
  Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
61
43
  })(Tag || (Tag = {}));
62
44
  export var CreateContainerInput;
63
45
  (function (CreateContainerInput) {
64
- /**
65
- * @internal
66
- */
67
46
  CreateContainerInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
68
47
  })(CreateContainerInput || (CreateContainerInput = {}));
69
48
  export var CreateContainerOutput;
70
49
  (function (CreateContainerOutput) {
71
- /**
72
- * @internal
73
- */
74
50
  CreateContainerOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
75
51
  })(CreateContainerOutput || (CreateContainerOutput = {}));
76
52
  export var InternalServerError;
77
53
  (function (InternalServerError) {
78
- /**
79
- * @internal
80
- */
81
54
  InternalServerError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
82
55
  })(InternalServerError || (InternalServerError = {}));
83
56
  export var LimitExceededException;
84
57
  (function (LimitExceededException) {
85
- /**
86
- * @internal
87
- */
88
58
  LimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
89
59
  })(LimitExceededException || (LimitExceededException = {}));
90
60
  export var DeleteContainerInput;
91
61
  (function (DeleteContainerInput) {
92
- /**
93
- * @internal
94
- */
95
62
  DeleteContainerInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
96
63
  })(DeleteContainerInput || (DeleteContainerInput = {}));
97
64
  export var DeleteContainerOutput;
98
65
  (function (DeleteContainerOutput) {
99
- /**
100
- * @internal
101
- */
102
66
  DeleteContainerOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
103
67
  })(DeleteContainerOutput || (DeleteContainerOutput = {}));
104
68
  export var DeleteContainerPolicyInput;
105
69
  (function (DeleteContainerPolicyInput) {
106
- /**
107
- * @internal
108
- */
109
70
  DeleteContainerPolicyInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
110
71
  })(DeleteContainerPolicyInput || (DeleteContainerPolicyInput = {}));
111
72
  export var DeleteContainerPolicyOutput;
112
73
  (function (DeleteContainerPolicyOutput) {
113
- /**
114
- * @internal
115
- */
116
74
  DeleteContainerPolicyOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
117
75
  })(DeleteContainerPolicyOutput || (DeleteContainerPolicyOutput = {}));
118
76
  export var PolicyNotFoundException;
119
77
  (function (PolicyNotFoundException) {
120
- /**
121
- * @internal
122
- */
123
78
  PolicyNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
124
79
  })(PolicyNotFoundException || (PolicyNotFoundException = {}));
125
80
  export var DeleteCorsPolicyInput;
126
81
  (function (DeleteCorsPolicyInput) {
127
- /**
128
- * @internal
129
- */
130
82
  DeleteCorsPolicyInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
131
83
  })(DeleteCorsPolicyInput || (DeleteCorsPolicyInput = {}));
132
84
  export var DeleteCorsPolicyOutput;
133
85
  (function (DeleteCorsPolicyOutput) {
134
- /**
135
- * @internal
136
- */
137
86
  DeleteCorsPolicyOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
138
87
  })(DeleteCorsPolicyOutput || (DeleteCorsPolicyOutput = {}));
139
88
  export var DeleteLifecyclePolicyInput;
140
89
  (function (DeleteLifecyclePolicyInput) {
141
- /**
142
- * @internal
143
- */
144
90
  DeleteLifecyclePolicyInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
145
91
  })(DeleteLifecyclePolicyInput || (DeleteLifecyclePolicyInput = {}));
146
92
  export var DeleteLifecyclePolicyOutput;
147
93
  (function (DeleteLifecyclePolicyOutput) {
148
- /**
149
- * @internal
150
- */
151
94
  DeleteLifecyclePolicyOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
152
95
  })(DeleteLifecyclePolicyOutput || (DeleteLifecyclePolicyOutput = {}));
153
96
  export var DeleteMetricPolicyInput;
154
97
  (function (DeleteMetricPolicyInput) {
155
- /**
156
- * @internal
157
- */
158
98
  DeleteMetricPolicyInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
159
99
  })(DeleteMetricPolicyInput || (DeleteMetricPolicyInput = {}));
160
100
  export var DeleteMetricPolicyOutput;
161
101
  (function (DeleteMetricPolicyOutput) {
162
- /**
163
- * @internal
164
- */
165
102
  DeleteMetricPolicyOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
166
103
  })(DeleteMetricPolicyOutput || (DeleteMetricPolicyOutput = {}));
167
104
  export var DescribeContainerInput;
168
105
  (function (DescribeContainerInput) {
169
- /**
170
- * @internal
171
- */
172
106
  DescribeContainerInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
173
107
  })(DescribeContainerInput || (DescribeContainerInput = {}));
174
108
  export var DescribeContainerOutput;
175
109
  (function (DescribeContainerOutput) {
176
- /**
177
- * @internal
178
- */
179
110
  DescribeContainerOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
180
111
  })(DescribeContainerOutput || (DescribeContainerOutput = {}));
181
112
  export var GetContainerPolicyInput;
182
113
  (function (GetContainerPolicyInput) {
183
- /**
184
- * @internal
185
- */
186
114
  GetContainerPolicyInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
187
115
  })(GetContainerPolicyInput || (GetContainerPolicyInput = {}));
188
116
  export var GetContainerPolicyOutput;
189
117
  (function (GetContainerPolicyOutput) {
190
- /**
191
- * @internal
192
- */
193
118
  GetContainerPolicyOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
194
119
  })(GetContainerPolicyOutput || (GetContainerPolicyOutput = {}));
195
120
  export var GetCorsPolicyInput;
196
121
  (function (GetCorsPolicyInput) {
197
- /**
198
- * @internal
199
- */
200
122
  GetCorsPolicyInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
201
123
  })(GetCorsPolicyInput || (GetCorsPolicyInput = {}));
202
124
  export var GetCorsPolicyOutput;
203
125
  (function (GetCorsPolicyOutput) {
204
- /**
205
- * @internal
206
- */
207
126
  GetCorsPolicyOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
208
127
  })(GetCorsPolicyOutput || (GetCorsPolicyOutput = {}));
209
128
  export var GetLifecyclePolicyInput;
210
129
  (function (GetLifecyclePolicyInput) {
211
- /**
212
- * @internal
213
- */
214
130
  GetLifecyclePolicyInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
215
131
  })(GetLifecyclePolicyInput || (GetLifecyclePolicyInput = {}));
216
132
  export var GetLifecyclePolicyOutput;
217
133
  (function (GetLifecyclePolicyOutput) {
218
- /**
219
- * @internal
220
- */
221
134
  GetLifecyclePolicyOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
222
135
  })(GetLifecyclePolicyOutput || (GetLifecyclePolicyOutput = {}));
223
136
  export var GetMetricPolicyInput;
224
137
  (function (GetMetricPolicyInput) {
225
- /**
226
- * @internal
227
- */
228
138
  GetMetricPolicyInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
229
139
  })(GetMetricPolicyInput || (GetMetricPolicyInput = {}));
230
140
  export var MetricPolicyRule;
231
141
  (function (MetricPolicyRule) {
232
- /**
233
- * @internal
234
- */
235
142
  MetricPolicyRule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
236
143
  })(MetricPolicyRule || (MetricPolicyRule = {}));
237
144
  export var MetricPolicy;
238
145
  (function (MetricPolicy) {
239
- /**
240
- * @internal
241
- */
242
146
  MetricPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
243
147
  })(MetricPolicy || (MetricPolicy = {}));
244
148
  export var GetMetricPolicyOutput;
245
149
  (function (GetMetricPolicyOutput) {
246
- /**
247
- * @internal
248
- */
249
150
  GetMetricPolicyOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
250
151
  })(GetMetricPolicyOutput || (GetMetricPolicyOutput = {}));
251
152
  export var ListContainersInput;
252
153
  (function (ListContainersInput) {
253
- /**
254
- * @internal
255
- */
256
154
  ListContainersInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
257
155
  })(ListContainersInput || (ListContainersInput = {}));
258
156
  export var ListContainersOutput;
259
157
  (function (ListContainersOutput) {
260
- /**
261
- * @internal
262
- */
263
158
  ListContainersOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
264
159
  })(ListContainersOutput || (ListContainersOutput = {}));
265
160
  export var ListTagsForResourceInput;
266
161
  (function (ListTagsForResourceInput) {
267
- /**
268
- * @internal
269
- */
270
162
  ListTagsForResourceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
271
163
  })(ListTagsForResourceInput || (ListTagsForResourceInput = {}));
272
164
  export var ListTagsForResourceOutput;
273
165
  (function (ListTagsForResourceOutput) {
274
- /**
275
- * @internal
276
- */
277
166
  ListTagsForResourceOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
278
167
  })(ListTagsForResourceOutput || (ListTagsForResourceOutput = {}));
279
168
  export var PutContainerPolicyInput;
280
169
  (function (PutContainerPolicyInput) {
281
- /**
282
- * @internal
283
- */
284
170
  PutContainerPolicyInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
285
171
  })(PutContainerPolicyInput || (PutContainerPolicyInput = {}));
286
172
  export var PutContainerPolicyOutput;
287
173
  (function (PutContainerPolicyOutput) {
288
- /**
289
- * @internal
290
- */
291
174
  PutContainerPolicyOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
292
175
  })(PutContainerPolicyOutput || (PutContainerPolicyOutput = {}));
293
176
  export var PutCorsPolicyInput;
294
177
  (function (PutCorsPolicyInput) {
295
- /**
296
- * @internal
297
- */
298
178
  PutCorsPolicyInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
299
179
  })(PutCorsPolicyInput || (PutCorsPolicyInput = {}));
300
180
  export var PutCorsPolicyOutput;
301
181
  (function (PutCorsPolicyOutput) {
302
- /**
303
- * @internal
304
- */
305
182
  PutCorsPolicyOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
306
183
  })(PutCorsPolicyOutput || (PutCorsPolicyOutput = {}));
307
184
  export var PutLifecyclePolicyInput;
308
185
  (function (PutLifecyclePolicyInput) {
309
- /**
310
- * @internal
311
- */
312
186
  PutLifecyclePolicyInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
313
187
  })(PutLifecyclePolicyInput || (PutLifecyclePolicyInput = {}));
314
188
  export var PutLifecyclePolicyOutput;
315
189
  (function (PutLifecyclePolicyOutput) {
316
- /**
317
- * @internal
318
- */
319
190
  PutLifecyclePolicyOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
320
191
  })(PutLifecyclePolicyOutput || (PutLifecyclePolicyOutput = {}));
321
192
  export var PutMetricPolicyInput;
322
193
  (function (PutMetricPolicyInput) {
323
- /**
324
- * @internal
325
- */
326
194
  PutMetricPolicyInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
327
195
  })(PutMetricPolicyInput || (PutMetricPolicyInput = {}));
328
196
  export var PutMetricPolicyOutput;
329
197
  (function (PutMetricPolicyOutput) {
330
- /**
331
- * @internal
332
- */
333
198
  PutMetricPolicyOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
334
199
  })(PutMetricPolicyOutput || (PutMetricPolicyOutput = {}));
335
200
  export var StartAccessLoggingInput;
336
201
  (function (StartAccessLoggingInput) {
337
- /**
338
- * @internal
339
- */
340
202
  StartAccessLoggingInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
341
203
  })(StartAccessLoggingInput || (StartAccessLoggingInput = {}));
342
204
  export var StartAccessLoggingOutput;
343
205
  (function (StartAccessLoggingOutput) {
344
- /**
345
- * @internal
346
- */
347
206
  StartAccessLoggingOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
348
207
  })(StartAccessLoggingOutput || (StartAccessLoggingOutput = {}));
349
208
  export var StopAccessLoggingInput;
350
209
  (function (StopAccessLoggingInput) {
351
- /**
352
- * @internal
353
- */
354
210
  StopAccessLoggingInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
355
211
  })(StopAccessLoggingInput || (StopAccessLoggingInput = {}));
356
212
  export var StopAccessLoggingOutput;
357
213
  (function (StopAccessLoggingOutput) {
358
- /**
359
- * @internal
360
- */
361
214
  StopAccessLoggingOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
362
215
  })(StopAccessLoggingOutput || (StopAccessLoggingOutput = {}));
363
216
  export var TagResourceInput;
364
217
  (function (TagResourceInput) {
365
- /**
366
- * @internal
367
- */
368
218
  TagResourceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
369
219
  })(TagResourceInput || (TagResourceInput = {}));
370
220
  export var TagResourceOutput;
371
221
  (function (TagResourceOutput) {
372
- /**
373
- * @internal
374
- */
375
222
  TagResourceOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
376
223
  })(TagResourceOutput || (TagResourceOutput = {}));
377
224
  export var UntagResourceInput;
378
225
  (function (UntagResourceInput) {
379
- /**
380
- * @internal
381
- */
382
226
  UntagResourceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
383
227
  })(UntagResourceInput || (UntagResourceInput = {}));
384
228
  export var UntagResourceOutput;
385
229
  (function (UntagResourceOutput) {
386
- /**
387
- * @internal
388
- */
389
230
  UntagResourceOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
390
231
  })(UntagResourceOutput || (UntagResourceOutput = {}));
391
232
  //# sourceMappingURL=models_0.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"models_0.js","sourceRoot":"","sources":["../../src/models/models_0.ts"],"names":[],"mappings":"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"}
File without changes
@@ -1 +1 @@
1
- {"version":3,"file":"Interfaces.js","sourceRoot":"","sources":["../../../pagination/Interfaces.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"Interfaces.js","sourceRoot":"","sources":["../../src/pagination/Interfaces.ts"],"names":[],"mappings":""}
@@ -1,10 +1,7 @@
1
1
  import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
2
+ import { ListContainersCommand, } from "../commands/ListContainersCommand";
2
3
  import { MediaStore } from "../MediaStore";
3
4
  import { MediaStoreClient } from "../MediaStoreClient";
4
- import { ListContainersCommand, } from "../commands/ListContainersCommand";
5
- /**
6
- * @private
7
- */
8
5
  var makePagedClientRequest = function (client, input) {
9
6
  var args = [];
10
7
  for (var _i = 2; _i < arguments.length; _i++) {
@@ -13,17 +10,12 @@ var makePagedClientRequest = function (client, input) {
13
10
  return __awaiter(void 0, void 0, void 0, function () {
14
11
  return __generator(this, function (_a) {
15
12
  switch (_a.label) {
16
- case 0: return [4 /*yield*/, client.send.apply(client, __spreadArray([new ListContainersCommand(input)], __read(args), false))];
17
- case 1:
18
- // @ts-ignore
19
- return [2 /*return*/, _a.sent()];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new ListContainersCommand(input)], __read(args)))];
14
+ case 1: return [2, _a.sent()];
20
15
  }
21
16
  });
22
17
  });
23
18
  };
24
- /**
25
- * @private
26
- */
27
19
  var makePagedRequest = function (client, input) {
28
20
  var args = [];
29
21
  for (var _i = 2; _i < arguments.length; _i++) {
@@ -32,10 +24,8 @@ var makePagedRequest = function (client, input) {
32
24
  return __awaiter(void 0, void 0, void 0, function () {
33
25
  return __generator(this, function (_a) {
34
26
  switch (_a.label) {
35
- case 0: return [4 /*yield*/, client.listContainers.apply(client, __spreadArray([input], __read(args), false))];
36
- case 1:
37
- // @ts-ignore
38
- return [2 /*return*/, _a.sent()];
27
+ case 0: return [4, client.listContainers.apply(client, __spreadArray([input], __read(args)))];
28
+ case 1: return [2, _a.sent()];
39
29
  }
40
30
  });
41
31
  });
@@ -54,32 +44,30 @@ export function paginateListContainers(config, input) {
54
44
  hasNext = true;
55
45
  _a.label = 1;
56
46
  case 1:
57
- if (!hasNext) return [3 /*break*/, 9];
47
+ if (!hasNext) return [3, 9];
58
48
  input.NextToken = token;
59
49
  input["MaxResults"] = config.pageSize;
60
- if (!(config.client instanceof MediaStore)) return [3 /*break*/, 3];
61
- return [4 /*yield*/, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
50
+ if (!(config.client instanceof MediaStore)) return [3, 3];
51
+ return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
62
52
  case 2:
63
53
  page = _a.sent();
64
- return [3 /*break*/, 6];
54
+ return [3, 6];
65
55
  case 3:
66
- if (!(config.client instanceof MediaStoreClient)) return [3 /*break*/, 5];
67
- return [4 /*yield*/, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
56
+ if (!(config.client instanceof MediaStoreClient)) return [3, 5];
57
+ return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
68
58
  case 4:
69
59
  page = _a.sent();
70
- return [3 /*break*/, 6];
60
+ return [3, 6];
71
61
  case 5: throw new Error("Invalid client, expected MediaStore | MediaStoreClient");
72
- case 6: return [4 /*yield*/, __await(page)];
73
- case 7: return [4 /*yield*/, _a.sent()];
62
+ case 6: return [4, __await(page)];
63
+ case 7: return [4, _a.sent()];
74
64
  case 8:
75
65
  _a.sent();
76
66
  token = page.NextToken;
77
67
  hasNext = !!token;
78
- return [3 /*break*/, 1];
79
- case 9: return [4 /*yield*/, __await(undefined)];
80
- case 10:
81
- // @ts-ignore
82
- return [2 /*return*/, _a.sent()];
68
+ return [3, 1];
69
+ case 9: return [4, __await(undefined)];
70
+ case 10: return [2, _a.sent()];
83
71
  }
84
72
  });
85
73
  });
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListContainersPaginator.js","sourceRoot":"","sources":["../../src/pagination/ListContainersPaginator.ts"],"names":[],"mappings":";AAEA,OAAO,EACL,qBAAqB,GAGtB,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAMvD,IAAM,sBAAsB,GAAG,UAC7B,MAAwB,EACxB,KAAiC;IACjC,cAAY;SAAZ,UAAY,EAAZ,qBAAY,EAAZ,IAAY;QAAZ,6BAAY;;;;;wBAGL,WAAM,MAAM,CAAC,IAAI,OAAX,MAAM,iBAAM,IAAI,qBAAqB,CAAC,KAAK,CAAC,UAAK,IAAI,KAAC;wBAAnE,WAAO,SAA4D,EAAC;;;;CACrE,CAAC;AAIF,IAAM,gBAAgB,GAAG,UACvB,MAAkB,EAClB,KAAiC;IACjC,cAAY;SAAZ,UAAY,EAAZ,qBAAY,EAAZ,IAAY;QAAZ,6BAAY;;;;;wBAGL,WAAM,MAAM,CAAC,cAAc,OAArB,MAAM,iBAAgB,KAAK,UAAK,IAAI,KAAC;wBAAlD,WAAO,SAA2C,EAAC;;;;CACpD,CAAC;AACF,MAAM,UAAiB,sBAAsB,CAC3C,MAAyC,EACzC,KAAiC;IACjC,6BAA2B;SAA3B,UAA2B,EAA3B,qBAA2B,EAA3B,IAA2B;QAA3B,4CAA2B;;;;;;;oBAGvB,KAAK,GAAuC,MAAM,CAAC,aAAa,IAAI,SAAS,CAAC;oBAC9E,OAAO,GAAG,IAAI,CAAC;;;yBAEZ,OAAO;oBACZ,KAAK,CAAC,SAAS,GAAG,KAAK,CAAC;oBACxB,KAAK,CAAC,YAAY,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC;yBAClC,CAAA,MAAM,CAAC,MAAM,YAAY,UAAU,CAAA,EAAnC,cAAmC;oBAC9B,mBAAM,gBAAgB,8BAAC,MAAM,CAAC,MAAM,EAAE,KAAK,UAAK,mBAAmB,MAAC;;oBAA3E,IAAI,GAAG,SAAoE,CAAC;;;yBACnE,CAAA,MAAM,CAAC,MAAM,YAAY,gBAAgB,CAAA,EAAzC,cAAyC;oBAC3C,mBAAM,sBAAsB,8BAAC,MAAM,CAAC,MAAM,EAAE,KAAK,UAAK,mBAAmB,MAAC;;oBAAjF,IAAI,GAAG,SAA0E,CAAC;;wBAElF,MAAM,IAAI,KAAK,CAAC,wDAAwD,CAAC,CAAC;2CAEtE,IAAI;wBAAV,sBAAU;;oBAAV,SAAU,CAAC;oBACX,KAAK,GAAG,IAAI,CAAC,SAAS,CAAC;oBACvB,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC;;2CAGb,SAAS;yBAAhB,sBAAiB;;;;CAClB"}