@aws-sdk/client-mediastore 3.34.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 (306) hide show
  1. package/CHANGELOG.md +12 -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 +8 -8
  5. package/dist-cjs/MediaStoreClient.js.map +1 -0
  6. package/{dist/cjs → dist-cjs}/commands/CreateContainerCommand.js +2 -2
  7. package/{dist/cjs/commands/DeleteContainerCommand.js.map → dist-cjs/commands/CreateContainerCommand.js.map} +1 -1
  8. package/{dist/cjs → dist-cjs}/commands/DeleteContainerCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteContainerCommand.js.map +1 -0
  10. package/{dist/cjs → dist-cjs}/commands/DeleteContainerPolicyCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteContainerPolicyCommand.js.map +1 -0
  12. package/{dist/cjs → dist-cjs}/commands/DeleteCorsPolicyCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteCorsPolicyCommand.js.map +1 -0
  14. package/{dist/cjs → dist-cjs}/commands/DeleteLifecyclePolicyCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteLifecyclePolicyCommand.js.map +1 -0
  16. package/{dist/cjs → dist-cjs}/commands/DeleteMetricPolicyCommand.js +2 -2
  17. package/{dist/cjs/commands/PutLifecyclePolicyCommand.js.map → dist-cjs/commands/DeleteMetricPolicyCommand.js.map} +1 -1
  18. package/{dist/cjs → dist-cjs}/commands/DescribeContainerCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeContainerCommand.js.map +1 -0
  20. package/{dist/cjs → dist-cjs}/commands/GetContainerPolicyCommand.js +2 -2
  21. package/dist-cjs/commands/GetContainerPolicyCommand.js.map +1 -0
  22. package/{dist/cjs → dist-cjs}/commands/GetCorsPolicyCommand.js +2 -2
  23. package/dist-cjs/commands/GetCorsPolicyCommand.js.map +1 -0
  24. package/{dist/cjs → dist-cjs}/commands/GetLifecyclePolicyCommand.js +2 -2
  25. package/dist-cjs/commands/GetLifecyclePolicyCommand.js.map +1 -0
  26. package/{dist/cjs → dist-cjs}/commands/GetMetricPolicyCommand.js +2 -2
  27. package/{dist/cjs/commands/CreateContainerCommand.js.map → dist-cjs/commands/GetMetricPolicyCommand.js.map} +1 -1
  28. package/{dist/cjs → dist-cjs}/commands/ListContainersCommand.js +2 -2
  29. package/dist-cjs/commands/ListContainersCommand.js.map +1 -0
  30. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -2
  31. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
  32. package/{dist/cjs → dist-cjs}/commands/PutContainerPolicyCommand.js +2 -2
  33. package/dist-cjs/commands/PutContainerPolicyCommand.js.map +1 -0
  34. package/{dist/cjs → dist-cjs}/commands/PutCorsPolicyCommand.js +2 -2
  35. package/dist-cjs/commands/PutCorsPolicyCommand.js.map +1 -0
  36. package/{dist/cjs → dist-cjs}/commands/PutLifecyclePolicyCommand.js +2 -2
  37. package/{dist/cjs/commands/GetContainerPolicyCommand.js.map → dist-cjs/commands/PutLifecyclePolicyCommand.js.map} +1 -1
  38. package/{dist/cjs → dist-cjs}/commands/PutMetricPolicyCommand.js +2 -2
  39. package/dist-cjs/commands/PutMetricPolicyCommand.js.map +1 -0
  40. package/{dist/cjs → dist-cjs}/commands/StartAccessLoggingCommand.js +2 -2
  41. package/dist-cjs/commands/StartAccessLoggingCommand.js.map +1 -0
  42. package/{dist/cjs → dist-cjs}/commands/StopAccessLoggingCommand.js +2 -2
  43. package/dist-cjs/commands/StopAccessLoggingCommand.js.map +1 -0
  44. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -2
  45. package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
  46. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -2
  47. package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
  48. package/{dist/cjs → dist-cjs}/endpoints.js +0 -0
  49. package/dist-cjs/endpoints.js.map +1 -0
  50. package/{dist/cjs → dist-cjs}/index.js +0 -0
  51. package/dist-cjs/index.js.map +1 -0
  52. package/{dist/cjs → dist-cjs}/models/index.js +0 -0
  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 +0 -0
  61. package/dist-cjs/protocols/Aws_json1_1.js.map +1 -0
  62. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -1
  63. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  64. package/{dist/cjs → dist-cjs}/runtimeConfig.js +3 -2
  65. package/dist-cjs/runtimeConfig.js.map +1 -0
  66. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -0
  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 +1 -1
  71. package/dist-es/MediaStore.js.map +1 -0
  72. package/{dist/es → dist-es}/MediaStoreClient.js +1 -1
  73. package/dist-es/MediaStoreClient.js.map +1 -0
  74. package/{dist/es → dist-es}/commands/CreateContainerCommand.js +2 -2
  75. package/dist-es/commands/CreateContainerCommand.js.map +1 -0
  76. package/{dist/es → dist-es}/commands/DeleteContainerCommand.js +2 -2
  77. package/dist-es/commands/DeleteContainerCommand.js.map +1 -0
  78. package/{dist/es → dist-es}/commands/DeleteContainerPolicyCommand.js +2 -2
  79. package/dist-es/commands/DeleteContainerPolicyCommand.js.map +1 -0
  80. package/{dist/es → dist-es}/commands/DeleteCorsPolicyCommand.js +2 -2
  81. package/dist-es/commands/DeleteCorsPolicyCommand.js.map +1 -0
  82. package/{dist/es → dist-es}/commands/DeleteLifecyclePolicyCommand.js +2 -2
  83. package/dist-es/commands/DeleteLifecyclePolicyCommand.js.map +1 -0
  84. package/{dist/es → dist-es}/commands/DeleteMetricPolicyCommand.js +2 -2
  85. package/dist-es/commands/DeleteMetricPolicyCommand.js.map +1 -0
  86. package/{dist/es → dist-es}/commands/DescribeContainerCommand.js +2 -2
  87. package/dist-es/commands/DescribeContainerCommand.js.map +1 -0
  88. package/{dist/es → dist-es}/commands/GetContainerPolicyCommand.js +2 -2
  89. package/dist-es/commands/GetContainerPolicyCommand.js.map +1 -0
  90. package/{dist/es → dist-es}/commands/GetCorsPolicyCommand.js +2 -2
  91. package/dist-es/commands/GetCorsPolicyCommand.js.map +1 -0
  92. package/{dist/es → dist-es}/commands/GetLifecyclePolicyCommand.js +2 -2
  93. package/dist-es/commands/GetLifecyclePolicyCommand.js.map +1 -0
  94. package/{dist/es → dist-es}/commands/GetMetricPolicyCommand.js +2 -2
  95. package/dist-es/commands/GetMetricPolicyCommand.js.map +1 -0
  96. package/{dist/es → dist-es}/commands/ListContainersCommand.js +2 -2
  97. package/dist-es/commands/ListContainersCommand.js.map +1 -0
  98. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -2
  99. package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
  100. package/{dist/es → dist-es}/commands/PutContainerPolicyCommand.js +2 -2
  101. package/dist-es/commands/PutContainerPolicyCommand.js.map +1 -0
  102. package/{dist/es → dist-es}/commands/PutCorsPolicyCommand.js +2 -2
  103. package/dist-es/commands/PutCorsPolicyCommand.js.map +1 -0
  104. package/{dist/es → dist-es}/commands/PutLifecyclePolicyCommand.js +2 -2
  105. package/dist-es/commands/PutLifecyclePolicyCommand.js.map +1 -0
  106. package/{dist/es → dist-es}/commands/PutMetricPolicyCommand.js +2 -2
  107. package/dist-es/commands/PutMetricPolicyCommand.js.map +1 -0
  108. package/{dist/es → dist-es}/commands/StartAccessLoggingCommand.js +2 -2
  109. package/dist-es/commands/StartAccessLoggingCommand.js.map +1 -0
  110. package/{dist/es → dist-es}/commands/StopAccessLoggingCommand.js +2 -2
  111. package/dist-es/commands/StopAccessLoggingCommand.js.map +1 -0
  112. package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -2
  113. package/dist-es/commands/TagResourceCommand.js.map +1 -0
  114. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -2
  115. package/dist-es/commands/UntagResourceCommand.js.map +1 -0
  116. package/{dist/es → dist-es}/endpoints.js +0 -0
  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 -0
  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 +1 -1
  127. package/dist-es/pagination/ListContainersPaginator.js.map +1 -0
  128. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +0 -0
  129. package/dist-es/protocols/Aws_json1_1.js.map +1 -0
  130. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -1
  131. package/dist-es/runtimeConfig.browser.js.map +1 -0
  132. package/{dist/es → dist-es}/runtimeConfig.js +2 -2
  133. package/dist-es/runtimeConfig.js.map +1 -0
  134. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -0
  135. package/dist-es/runtimeConfig.native.js.map +1 -0
  136. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -1
  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 → dist-types}/runtimeConfig.browser.d.ts +0 -0
  169. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  170. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  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 +0 -0
  203. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +1 -1
  204. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +0 -0
  205. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  206. package/package.json +42 -42
  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 -1
  242. package/tsconfig.json +4 -2
  243. package/tsconfig.types.json +3 -2
  244. package/dist/cjs/MediaStore.js.map +0 -1
  245. package/dist/cjs/MediaStoreClient.js.map +0 -1
  246. package/dist/cjs/commands/DeleteContainerPolicyCommand.js.map +0 -1
  247. package/dist/cjs/commands/DeleteCorsPolicyCommand.js.map +0 -1
  248. package/dist/cjs/commands/DeleteLifecyclePolicyCommand.js.map +0 -1
  249. package/dist/cjs/commands/DeleteMetricPolicyCommand.js.map +0 -1
  250. package/dist/cjs/commands/DescribeContainerCommand.js.map +0 -1
  251. package/dist/cjs/commands/GetCorsPolicyCommand.js.map +0 -1
  252. package/dist/cjs/commands/GetLifecyclePolicyCommand.js.map +0 -1
  253. package/dist/cjs/commands/GetMetricPolicyCommand.js.map +0 -1
  254. package/dist/cjs/commands/ListContainersCommand.js.map +0 -1
  255. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  256. package/dist/cjs/commands/PutContainerPolicyCommand.js.map +0 -1
  257. package/dist/cjs/commands/PutCorsPolicyCommand.js.map +0 -1
  258. package/dist/cjs/commands/PutMetricPolicyCommand.js.map +0 -1
  259. package/dist/cjs/commands/StartAccessLoggingCommand.js.map +0 -1
  260. package/dist/cjs/commands/StopAccessLoggingCommand.js.map +0 -1
  261. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  262. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  263. package/dist/cjs/endpoints.js.map +0 -1
  264. package/dist/cjs/index.js.map +0 -1
  265. package/dist/cjs/models/models_0.js.map +0 -1
  266. package/dist/cjs/package.json +0 -91
  267. package/dist/cjs/pagination/ListContainersPaginator.js.map +0 -1
  268. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  269. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  270. package/dist/cjs/runtimeConfig.js.map +0 -1
  271. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  272. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  273. package/dist/es/MediaStore.js.map +0 -1
  274. package/dist/es/MediaStoreClient.js.map +0 -1
  275. package/dist/es/commands/CreateContainerCommand.js.map +0 -1
  276. package/dist/es/commands/DeleteContainerCommand.js.map +0 -1
  277. package/dist/es/commands/DeleteContainerPolicyCommand.js.map +0 -1
  278. package/dist/es/commands/DeleteCorsPolicyCommand.js.map +0 -1
  279. package/dist/es/commands/DeleteLifecyclePolicyCommand.js.map +0 -1
  280. package/dist/es/commands/DeleteMetricPolicyCommand.js.map +0 -1
  281. package/dist/es/commands/DescribeContainerCommand.js.map +0 -1
  282. package/dist/es/commands/GetContainerPolicyCommand.js.map +0 -1
  283. package/dist/es/commands/GetCorsPolicyCommand.js.map +0 -1
  284. package/dist/es/commands/GetLifecyclePolicyCommand.js.map +0 -1
  285. package/dist/es/commands/GetMetricPolicyCommand.js.map +0 -1
  286. package/dist/es/commands/ListContainersCommand.js.map +0 -1
  287. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  288. package/dist/es/commands/PutContainerPolicyCommand.js.map +0 -1
  289. package/dist/es/commands/PutCorsPolicyCommand.js.map +0 -1
  290. package/dist/es/commands/PutLifecyclePolicyCommand.js.map +0 -1
  291. package/dist/es/commands/PutMetricPolicyCommand.js.map +0 -1
  292. package/dist/es/commands/StartAccessLoggingCommand.js.map +0 -1
  293. package/dist/es/commands/StopAccessLoggingCommand.js.map +0 -1
  294. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  295. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  296. package/dist/es/endpoints.js.map +0 -1
  297. package/dist/es/index.js.map +0 -1
  298. package/dist/es/models/index.js.map +0 -1
  299. package/dist/es/models/models_0.js.map +0 -1
  300. package/dist/es/package.json +0 -91
  301. package/dist/es/pagination/ListContainersPaginator.js.map +0 -1
  302. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  303. package/dist/es/runtimeConfig.browser.js.map +0 -1
  304. package/dist/es/runtimeConfig.js.map +0 -1
  305. package/dist/es/runtimeConfig.native.js.map +0 -1
  306. package/dist/es/runtimeConfig.shared.js.map +0 -1
@@ -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 { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
2
4
  import { DeleteMetricPolicyInput, DeleteMetricPolicyOutput } 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 DeleteMetricPolicyCommandInput extends DeleteMetricPolicyInput {
6
6
  }
7
7
  export interface DeleteMetricPolicyCommandOutput extends DeleteMetricPolicyOutput, __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 { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
2
4
  import { DescribeContainerInput, DescribeContainerOutput } 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 DescribeContainerCommandInput extends DescribeContainerInput {
6
6
  }
7
7
  export interface DescribeContainerCommandOutput extends DescribeContainerOutput, __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 { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
2
4
  import { GetContainerPolicyInput, GetContainerPolicyOutput } 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 GetContainerPolicyCommandInput extends GetContainerPolicyInput {
6
6
  }
7
7
  export interface GetContainerPolicyCommandOutput extends GetContainerPolicyOutput, __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 { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
2
4
  import { GetCorsPolicyInput, GetCorsPolicyOutput } 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 GetCorsPolicyCommandInput extends GetCorsPolicyInput {
6
6
  }
7
7
  export interface GetCorsPolicyCommandOutput extends GetCorsPolicyOutput, __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 { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
2
4
  import { GetLifecyclePolicyInput, GetLifecyclePolicyOutput } 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 GetLifecyclePolicyCommandInput extends GetLifecyclePolicyInput {
6
6
  }
7
7
  export interface GetLifecyclePolicyCommandOutput extends GetLifecyclePolicyOutput, __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 { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
2
4
  import { GetMetricPolicyInput, GetMetricPolicyOutput } 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 GetMetricPolicyCommandInput extends GetMetricPolicyInput {
6
6
  }
7
7
  export interface GetMetricPolicyCommandOutput extends GetMetricPolicyOutput, __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 { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
2
4
  import { ListContainersInput, ListContainersOutput } 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 ListContainersCommandInput extends ListContainersInput {
6
6
  }
7
7
  export interface ListContainersCommandOutput extends ListContainersOutput, __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 { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
2
4
  import { ListTagsForResourceInput, ListTagsForResourceOutput } 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 ListTagsForResourceInput {
6
6
  }
7
7
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __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 { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
2
4
  import { PutContainerPolicyInput, PutContainerPolicyOutput } 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 PutContainerPolicyCommandInput extends PutContainerPolicyInput {
6
6
  }
7
7
  export interface PutContainerPolicyCommandOutput extends PutContainerPolicyOutput, __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 { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
2
4
  import { PutCorsPolicyInput, PutCorsPolicyOutput } 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 PutCorsPolicyCommandInput extends PutCorsPolicyInput {
6
6
  }
7
7
  export interface PutCorsPolicyCommandOutput extends PutCorsPolicyOutput, __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 { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
2
4
  import { PutLifecyclePolicyInput, PutLifecyclePolicyOutput } 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 PutLifecyclePolicyCommandInput extends PutLifecyclePolicyInput {
6
6
  }
7
7
  export interface PutLifecyclePolicyCommandOutput extends PutLifecyclePolicyOutput, __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 { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
2
4
  import { PutMetricPolicyInput, PutMetricPolicyOutput } 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 PutMetricPolicyCommandInput extends PutMetricPolicyInput {
6
6
  }
7
7
  export interface PutMetricPolicyCommandOutput extends PutMetricPolicyOutput, __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 { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
2
4
  import { StartAccessLoggingInput, StartAccessLoggingOutput } 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 StartAccessLoggingCommandInput extends StartAccessLoggingInput {
6
6
  }
7
7
  export interface StartAccessLoggingCommandOutput extends StartAccessLoggingOutput, __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 { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
2
4
  import { StopAccessLoggingInput, StopAccessLoggingOutput } 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 StopAccessLoggingCommandInput extends StopAccessLoggingInput {
6
6
  }
7
7
  export interface StopAccessLoggingCommandOutput extends StopAccessLoggingOutput, __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 { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
2
4
  import { TagResourceInput, TagResourceOutput } 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 TagResourceCommandInput extends TagResourceInput {
6
6
  }
7
7
  export interface TagResourceCommandOutput extends TagResourceOutput, __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 { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
2
4
  import { UntagResourceInput, UntagResourceOutput } 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 UntagResourceCommandInput extends UntagResourceInput {
6
6
  }
7
7
  export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
File without changes
File without changes
File without changes
File without changes
@@ -1,6 +1,6 @@
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
1
2
  import { MediaStore } from "../MediaStore";
2
3
  import { MediaStoreClient } from "../MediaStoreClient";
3
- import { PaginationConfiguration } from "@aws-sdk/types";
4
4
  export interface MediaStorePaginationConfiguration extends PaginationConfiguration {
5
5
  client: MediaStore | MediaStoreClient;
6
6
  }
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListContainersCommandInput, ListContainersCommandOutput } from "../commands/ListContainersCommand";
2
3
  import { MediaStorePaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListContainers(config: MediaStorePaginationConfiguration, input: ListContainersCommandInput, ...additionalArguments: any): Paginator<ListContainersCommandOutput>;
@@ -1,3 +1,5 @@
1
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
1
3
  import { CreateContainerCommandInput, CreateContainerCommandOutput } from "../commands/CreateContainerCommand";
2
4
  import { DeleteContainerCommandInput, DeleteContainerCommandOutput } from "../commands/DeleteContainerCommand";
3
5
  import { DeleteContainerPolicyCommandInput, DeleteContainerPolicyCommandOutput } from "../commands/DeleteContainerPolicyCommand";
@@ -19,8 +21,6 @@ import { StartAccessLoggingCommandInput, StartAccessLoggingCommandOutput } from
19
21
  import { StopAccessLoggingCommandInput, StopAccessLoggingCommandOutput } from "../commands/StopAccessLoggingCommand";
20
22
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
21
23
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
22
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
23
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
24
24
  export declare const serializeAws_json1_1CreateContainerCommand: (input: CreateContainerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
25
25
  export declare const serializeAws_json1_1DeleteContainerCommand: (input: DeleteContainerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
26
  export declare const serializeAws_json1_1DeleteContainerPolicyCommand: (input: DeleteContainerPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: MediaStoreClientConfig) => {
8
8
  base64Decoder: import("@aws-sdk/types").Decoder;
9
9
  base64Encoder: import("@aws-sdk/types").Encoder;
10
10
  bodyLengthChecker: (body: any) => number | undefined;
11
- credentialDefaultProvider: import("@aws-sdk/client-sts/dist/types/defaultStsRoleAssumers").DefaultCredentialProvider;
11
+ credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
12
12
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
13
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
14
  region: string | import("@aws-sdk/types").Provider<string>;
@@ -1,4 +1,4 @@
1
- import { MediaStoreClient } from "./MediaStoreClient";
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
2
  import { CreateContainerCommandInput, CreateContainerCommandOutput } from "./commands/CreateContainerCommand";
3
3
  import { DeleteContainerCommandInput, DeleteContainerCommandOutput } from "./commands/DeleteContainerCommand";
4
4
  import { DeleteContainerPolicyCommandInput, DeleteContainerPolicyCommandOutput } from "./commands/DeleteContainerPolicyCommand";
@@ -20,7 +20,7 @@ import { StartAccessLoggingCommandInput, StartAccessLoggingCommandOutput } from
20
20
  import { StopAccessLoggingCommandInput, StopAccessLoggingCommandOutput } from "./commands/StopAccessLoggingCommand";
21
21
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
22
22
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
23
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
23
+ import { MediaStoreClient } from "./MediaStoreClient";
24
24
  /**
25
25
  * <p>An AWS Elemental MediaStore container is a namespace that holds folders and objects.
26
26
  * You use a container endpoint to create, read, and delete objects. </p>
@@ -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 { CreateContainerCommandInput, CreateContainerCommandOutput } from "./commands/CreateContainerCommand";
2
10
  import { DeleteContainerCommandInput, DeleteContainerCommandOutput } from "./commands/DeleteContainerCommand";
3
11
  import { DeleteContainerPolicyCommandInput, DeleteContainerPolicyCommandOutput } from "./commands/DeleteContainerPolicyCommand";
@@ -19,14 +27,6 @@ import { StartAccessLoggingCommandInput, StartAccessLoggingCommandOutput } from
19
27
  import { StopAccessLoggingCommandInput, StopAccessLoggingCommandOutput } from "./commands/StopAccessLoggingCommand";
20
28
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
21
29
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
22
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
23
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
24
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
25
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
26
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
27
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
28
- import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
29
- 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";
30
30
  export declare type ServiceInputTypes = CreateContainerCommandInput | DeleteContainerCommandInput | DeleteContainerPolicyCommandInput | DeleteCorsPolicyCommandInput | DeleteLifecyclePolicyCommandInput | DeleteMetricPolicyCommandInput | DescribeContainerCommandInput | GetContainerPolicyCommandInput | GetCorsPolicyCommandInput | GetLifecyclePolicyCommandInput | GetMetricPolicyCommandInput | ListContainersCommandInput | ListTagsForResourceCommandInput | PutContainerPolicyCommandInput | PutCorsPolicyCommandInput | PutLifecyclePolicyCommandInput | PutMetricPolicyCommandInput | StartAccessLoggingCommandInput | StopAccessLoggingCommandInput | TagResourceCommandInput | UntagResourceCommandInput;
31
31
  export declare type ServiceOutputTypes = CreateContainerCommandOutput | DeleteContainerCommandOutput | DeleteContainerPolicyCommandOutput | DeleteCorsPolicyCommandOutput | DeleteLifecyclePolicyCommandOutput | DeleteMetricPolicyCommandOutput | DescribeContainerCommandOutput | GetContainerPolicyCommandOutput | GetCorsPolicyCommandOutput | GetLifecyclePolicyCommandOutput | GetMetricPolicyCommandOutput | ListContainersCommandOutput | ListTagsForResourceCommandOutput | PutContainerPolicyCommandOutput | PutCorsPolicyCommandOutput | PutLifecyclePolicyCommandOutput | PutMetricPolicyCommandOutput | StartAccessLoggingCommandOutput | StopAccessLoggingCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput;
32
32
  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 { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
2
4
  import { CreateContainerInput, CreateContainerOutput } 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 CreateContainerCommandInput extends CreateContainerInput {
6
6
  }
7
7
  export interface CreateContainerCommandOutput extends CreateContainerOutput, __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 { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
2
4
  import { DeleteContainerInput, DeleteContainerOutput } 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 DeleteContainerCommandInput extends DeleteContainerInput {
6
6
  }
7
7
  export interface DeleteContainerCommandOutput extends DeleteContainerOutput, __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 { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
2
4
  import { DeleteContainerPolicyInput, DeleteContainerPolicyOutput } 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 DeleteContainerPolicyCommandInput extends DeleteContainerPolicyInput {
6
6
  }
7
7
  export interface DeleteContainerPolicyCommandOutput extends DeleteContainerPolicyOutput, __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 { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
2
4
  import { DeleteCorsPolicyInput, DeleteCorsPolicyOutput } 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 DeleteCorsPolicyCommandInput extends DeleteCorsPolicyInput {
6
6
  }
7
7
  export interface DeleteCorsPolicyCommandOutput extends DeleteCorsPolicyOutput, __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 { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
2
4
  import { DeleteLifecyclePolicyInput, DeleteLifecyclePolicyOutput } 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 DeleteLifecyclePolicyCommandInput extends DeleteLifecyclePolicyInput {
6
6
  }
7
7
  export interface DeleteLifecyclePolicyCommandOutput extends DeleteLifecyclePolicyOutput, __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 { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
2
4
  import { DeleteMetricPolicyInput, DeleteMetricPolicyOutput } 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 DeleteMetricPolicyCommandInput extends DeleteMetricPolicyInput {
6
6
  }
7
7
  export interface DeleteMetricPolicyCommandOutput extends DeleteMetricPolicyOutput, __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 { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
2
4
  import { DescribeContainerInput, DescribeContainerOutput } 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 DescribeContainerCommandInput extends DescribeContainerInput {
6
6
  }
7
7
  export interface DescribeContainerCommandOutput extends DescribeContainerOutput, __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 { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
2
4
  import { GetContainerPolicyInput, GetContainerPolicyOutput } 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 GetContainerPolicyCommandInput extends GetContainerPolicyInput {
6
6
  }
7
7
  export interface GetContainerPolicyCommandOutput extends GetContainerPolicyOutput, __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 { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
2
4
  import { GetCorsPolicyInput, GetCorsPolicyOutput } 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 GetCorsPolicyCommandInput extends GetCorsPolicyInput {
6
6
  }
7
7
  export interface GetCorsPolicyCommandOutput extends GetCorsPolicyOutput, __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 { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
2
4
  import { GetLifecyclePolicyInput, GetLifecyclePolicyOutput } 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 GetLifecyclePolicyCommandInput extends GetLifecyclePolicyInput {
6
6
  }
7
7
  export interface GetLifecyclePolicyCommandOutput extends GetLifecyclePolicyOutput, __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 { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
2
4
  import { GetMetricPolicyInput, GetMetricPolicyOutput } 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 GetMetricPolicyCommandInput extends GetMetricPolicyInput {
6
6
  }
7
7
  export interface GetMetricPolicyCommandOutput extends GetMetricPolicyOutput, __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 { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
2
4
  import { ListContainersInput, ListContainersOutput } 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 ListContainersCommandInput extends ListContainersInput {
6
6
  }
7
7
  export interface ListContainersCommandOutput extends ListContainersOutput, __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 { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
2
4
  import { ListTagsForResourceInput, ListTagsForResourceOutput } 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 ListTagsForResourceInput {
6
6
  }
7
7
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __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 { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
2
4
  import { PutContainerPolicyInput, PutContainerPolicyOutput } 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 PutContainerPolicyCommandInput extends PutContainerPolicyInput {
6
6
  }
7
7
  export interface PutContainerPolicyCommandOutput extends PutContainerPolicyOutput, __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 { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
2
4
  import { PutCorsPolicyInput, PutCorsPolicyOutput } 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 PutCorsPolicyCommandInput extends PutCorsPolicyInput {
6
6
  }
7
7
  export interface PutCorsPolicyCommandOutput extends PutCorsPolicyOutput, __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 { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
2
4
  import { PutLifecyclePolicyInput, PutLifecyclePolicyOutput } 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 PutLifecyclePolicyCommandInput extends PutLifecyclePolicyInput {
6
6
  }
7
7
  export interface PutLifecyclePolicyCommandOutput extends PutLifecyclePolicyOutput, __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 { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
2
4
  import { PutMetricPolicyInput, PutMetricPolicyOutput } 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 PutMetricPolicyCommandInput extends PutMetricPolicyInput {
6
6
  }
7
7
  export interface PutMetricPolicyCommandOutput extends PutMetricPolicyOutput, __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 { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
2
4
  import { StartAccessLoggingInput, StartAccessLoggingOutput } 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 StartAccessLoggingCommandInput extends StartAccessLoggingInput {
6
6
  }
7
7
  export interface StartAccessLoggingCommandOutput extends StartAccessLoggingOutput, __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 { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
2
4
  import { StopAccessLoggingInput, StopAccessLoggingOutput } 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 StopAccessLoggingCommandInput extends StopAccessLoggingInput {
6
6
  }
7
7
  export interface StopAccessLoggingCommandOutput extends StopAccessLoggingOutput, __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 { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
2
4
  import { TagResourceInput, TagResourceOutput } 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 TagResourceCommandInput extends TagResourceInput {
6
6
  }
7
7
  export interface TagResourceCommandOutput extends TagResourceOutput, __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 { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
2
4
  import { UntagResourceInput, UntagResourceOutput } 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 UntagResourceCommandInput extends UntagResourceInput {
6
6
  }
7
7
  export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
File without changes
File without changes
@@ -1,6 +1,6 @@
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
1
2
  import { MediaStore } from "../MediaStore";
2
3
  import { MediaStoreClient } from "../MediaStoreClient";
3
- import { PaginationConfiguration } from "@aws-sdk/types";
4
4
  export interface MediaStorePaginationConfiguration extends PaginationConfiguration {
5
5
  client: MediaStore | MediaStoreClient;
6
6
  }
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListContainersCommandInput, ListContainersCommandOutput } from "../commands/ListContainersCommand";
2
3
  import { MediaStorePaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListContainers(config: MediaStorePaginationConfiguration, input: ListContainersCommandInput, ...additionalArguments: any): Paginator<ListContainersCommandOutput>;
@@ -1,3 +1,5 @@
1
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
1
3
  import { CreateContainerCommandInput, CreateContainerCommandOutput } from "../commands/CreateContainerCommand";
2
4
  import { DeleteContainerCommandInput, DeleteContainerCommandOutput } from "../commands/DeleteContainerCommand";
3
5
  import { DeleteContainerPolicyCommandInput, DeleteContainerPolicyCommandOutput } from "../commands/DeleteContainerPolicyCommand";
@@ -19,8 +21,6 @@ import { StartAccessLoggingCommandInput, StartAccessLoggingCommandOutput } from
19
21
  import { StopAccessLoggingCommandInput, StopAccessLoggingCommandOutput } from "../commands/StopAccessLoggingCommand";
20
22
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
21
23
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
22
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
23
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
24
24
  export declare const serializeAws_json1_1CreateContainerCommand: (input: CreateContainerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
25
25
  export declare const serializeAws_json1_1DeleteContainerCommand: (input: DeleteContainerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
26
  export declare const serializeAws_json1_1DeleteContainerPolicyCommand: (input: DeleteContainerPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: MediaStoreClientConfig) => {
8
8
  base64Decoder: import("@aws-sdk/types").Decoder;
9
9
  base64Encoder: import("@aws-sdk/types").Encoder;
10
10
  bodyLengthChecker: (body: any) => number | undefined;
11
- credentialDefaultProvider: import("@aws-sdk/client-sts/dist/types/defaultStsRoleAssumers").DefaultCredentialProvider;
11
+ credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
12
12
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
13
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
14
  region: string | import("@aws-sdk/types").Provider<string>;