@aws-sdk/client-appconfig 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 (467) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/{dist/cjs → dist-cjs}/AppConfig.js +1 -1
  3. package/dist-cjs/AppConfig.js.map +1 -0
  4. package/{dist/cjs → dist-cjs}/AppConfigClient.js +14 -14
  5. package/dist-cjs/AppConfigClient.js.map +1 -0
  6. package/{dist/cjs → dist-cjs}/commands/CreateApplicationCommand.js +5 -5
  7. package/dist-cjs/commands/CreateApplicationCommand.js.map +1 -0
  8. package/{dist/cjs → dist-cjs}/commands/CreateConfigurationProfileCommand.js +5 -5
  9. package/dist-cjs/commands/CreateConfigurationProfileCommand.js.map +1 -0
  10. package/{dist/cjs → dist-cjs}/commands/CreateDeploymentStrategyCommand.js +5 -5
  11. package/dist-cjs/commands/CreateDeploymentStrategyCommand.js.map +1 -0
  12. package/{dist/cjs → dist-cjs}/commands/CreateEnvironmentCommand.js +5 -5
  13. package/dist-cjs/commands/CreateEnvironmentCommand.js.map +1 -0
  14. package/{dist/cjs → dist-cjs}/commands/CreateHostedConfigurationVersionCommand.js +5 -5
  15. package/dist-cjs/commands/CreateHostedConfigurationVersionCommand.js.map +1 -0
  16. package/{dist/cjs → dist-cjs}/commands/DeleteApplicationCommand.js +5 -5
  17. package/dist-cjs/commands/DeleteApplicationCommand.js.map +1 -0
  18. package/{dist/cjs → dist-cjs}/commands/DeleteConfigurationProfileCommand.js +5 -5
  19. package/dist-cjs/commands/DeleteConfigurationProfileCommand.js.map +1 -0
  20. package/{dist/cjs → dist-cjs}/commands/DeleteDeploymentStrategyCommand.js +5 -5
  21. package/dist-cjs/commands/DeleteDeploymentStrategyCommand.js.map +1 -0
  22. package/{dist/cjs → dist-cjs}/commands/DeleteEnvironmentCommand.js +5 -5
  23. package/dist-cjs/commands/DeleteEnvironmentCommand.js.map +1 -0
  24. package/{dist/cjs → dist-cjs}/commands/DeleteHostedConfigurationVersionCommand.js +5 -5
  25. package/dist-cjs/commands/DeleteHostedConfigurationVersionCommand.js.map +1 -0
  26. package/{dist/cjs → dist-cjs}/commands/GetApplicationCommand.js +5 -5
  27. package/dist-cjs/commands/GetApplicationCommand.js.map +1 -0
  28. package/{dist/cjs → dist-cjs}/commands/GetConfigurationCommand.js +5 -5
  29. package/dist-cjs/commands/GetConfigurationCommand.js.map +1 -0
  30. package/{dist/cjs → dist-cjs}/commands/GetConfigurationProfileCommand.js +5 -5
  31. package/dist-cjs/commands/GetConfigurationProfileCommand.js.map +1 -0
  32. package/{dist/cjs → dist-cjs}/commands/GetDeploymentCommand.js +5 -5
  33. package/dist-cjs/commands/GetDeploymentCommand.js.map +1 -0
  34. package/{dist/cjs → dist-cjs}/commands/GetDeploymentStrategyCommand.js +5 -5
  35. package/dist-cjs/commands/GetDeploymentStrategyCommand.js.map +1 -0
  36. package/{dist/cjs → dist-cjs}/commands/GetEnvironmentCommand.js +5 -5
  37. package/dist-cjs/commands/GetEnvironmentCommand.js.map +1 -0
  38. package/{dist/cjs → dist-cjs}/commands/GetHostedConfigurationVersionCommand.js +5 -5
  39. package/dist-cjs/commands/GetHostedConfigurationVersionCommand.js.map +1 -0
  40. package/{dist/cjs → dist-cjs}/commands/ListApplicationsCommand.js +5 -5
  41. package/dist-cjs/commands/ListApplicationsCommand.js.map +1 -0
  42. package/{dist/cjs → dist-cjs}/commands/ListConfigurationProfilesCommand.js +5 -5
  43. package/dist-cjs/commands/ListConfigurationProfilesCommand.js.map +1 -0
  44. package/{dist/cjs → dist-cjs}/commands/ListDeploymentStrategiesCommand.js +5 -5
  45. package/dist-cjs/commands/ListDeploymentStrategiesCommand.js.map +1 -0
  46. package/{dist/cjs → dist-cjs}/commands/ListDeploymentsCommand.js +5 -5
  47. package/dist-cjs/commands/ListDeploymentsCommand.js.map +1 -0
  48. package/{dist/cjs → dist-cjs}/commands/ListEnvironmentsCommand.js +5 -5
  49. package/dist-cjs/commands/ListEnvironmentsCommand.js.map +1 -0
  50. package/{dist/cjs → dist-cjs}/commands/ListHostedConfigurationVersionsCommand.js +5 -5
  51. package/dist-cjs/commands/ListHostedConfigurationVersionsCommand.js.map +1 -0
  52. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +5 -5
  53. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
  54. package/{dist/cjs → dist-cjs}/commands/StartDeploymentCommand.js +5 -5
  55. package/dist-cjs/commands/StartDeploymentCommand.js.map +1 -0
  56. package/{dist/cjs → dist-cjs}/commands/StopDeploymentCommand.js +5 -5
  57. package/dist-cjs/commands/StopDeploymentCommand.js.map +1 -0
  58. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +5 -5
  59. package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
  60. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +5 -5
  61. package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
  62. package/{dist/cjs → dist-cjs}/commands/UpdateApplicationCommand.js +5 -5
  63. package/dist-cjs/commands/UpdateApplicationCommand.js.map +1 -0
  64. package/{dist/cjs → dist-cjs}/commands/UpdateConfigurationProfileCommand.js +5 -5
  65. package/dist-cjs/commands/UpdateConfigurationProfileCommand.js.map +1 -0
  66. package/{dist/cjs → dist-cjs}/commands/UpdateDeploymentStrategyCommand.js +5 -5
  67. package/dist-cjs/commands/UpdateDeploymentStrategyCommand.js.map +1 -0
  68. package/{dist/cjs → dist-cjs}/commands/UpdateEnvironmentCommand.js +5 -5
  69. package/dist-cjs/commands/UpdateEnvironmentCommand.js.map +1 -0
  70. package/{dist/cjs → dist-cjs}/commands/ValidateConfigurationCommand.js +5 -5
  71. package/dist-cjs/commands/ValidateConfigurationCommand.js.map +1 -0
  72. package/{dist/cjs → dist-cjs}/endpoints.js +1 -1
  73. package/dist-cjs/endpoints.js.map +1 -0
  74. package/dist-cjs/index.js +47 -0
  75. package/dist-cjs/index.js.map +1 -0
  76. package/{dist/cjs → dist-cjs}/models/index.js +1 -1
  77. package/{dist/cjs → dist-cjs}/models/index.js.map +1 -1
  78. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
  79. package/dist-cjs/models/models_0.js.map +1 -0
  80. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
  81. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js.map +1 -1
  82. package/{dist/cjs → dist-cjs}/pagination/ListApplicationsPaginator.js +0 -0
  83. package/dist-cjs/pagination/ListApplicationsPaginator.js.map +1 -0
  84. package/{dist/cjs → dist-cjs}/pagination/ListConfigurationProfilesPaginator.js +0 -0
  85. package/dist-cjs/pagination/ListConfigurationProfilesPaginator.js.map +1 -0
  86. package/{dist/cjs → dist-cjs}/pagination/ListDeploymentStrategiesPaginator.js +0 -0
  87. package/dist-cjs/pagination/ListDeploymentStrategiesPaginator.js.map +1 -0
  88. package/{dist/cjs → dist-cjs}/pagination/ListDeploymentsPaginator.js +0 -0
  89. package/dist-cjs/pagination/ListDeploymentsPaginator.js.map +1 -0
  90. package/{dist/cjs → dist-cjs}/pagination/ListEnvironmentsPaginator.js +0 -0
  91. package/dist-cjs/pagination/ListEnvironmentsPaginator.js.map +1 -0
  92. package/{dist/cjs → dist-cjs}/pagination/ListHostedConfigurationVersionsPaginator.js +0 -0
  93. package/dist-cjs/pagination/ListHostedConfigurationVersionsPaginator.js.map +1 -0
  94. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +259 -259
  95. package/dist-cjs/protocols/Aws_restJson1.js.map +1 -0
  96. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +5 -4
  97. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  98. package/{dist/cjs → dist-cjs}/runtimeConfig.js +10 -9
  99. package/dist-cjs/runtimeConfig.js.map +1 -0
  100. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +1 -1
  101. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  102. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -1
  103. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  104. package/{dist/es → dist-es}/AppConfig.js +2 -53
  105. package/dist-es/AppConfig.js.map +1 -0
  106. package/dist-es/AppConfigClient.js +38 -0
  107. package/dist-es/AppConfigClient.js.map +1 -0
  108. package/{dist/es → dist-es}/commands/CreateApplicationCommand.js +4 -32
  109. package/dist-es/commands/CreateApplicationCommand.js.map +1 -0
  110. package/dist-es/commands/CreateConfigurationProfileCommand.js +40 -0
  111. package/dist-es/commands/CreateConfigurationProfileCommand.js.map +1 -0
  112. package/{dist/es → dist-es}/commands/CreateDeploymentStrategyCommand.js +4 -32
  113. package/dist-es/commands/CreateDeploymentStrategyCommand.js.map +1 -0
  114. package/{dist/es → dist-es}/commands/CreateEnvironmentCommand.js +4 -35
  115. package/dist-es/commands/CreateEnvironmentCommand.js.map +1 -0
  116. package/{dist/es → dist-es}/commands/CreateHostedConfigurationVersionCommand.js +4 -29
  117. package/dist-es/commands/CreateHostedConfigurationVersionCommand.js.map +1 -0
  118. package/{dist/es → dist-es}/commands/DeleteApplicationCommand.js +4 -30
  119. package/dist-es/commands/DeleteApplicationCommand.js.map +1 -0
  120. package/{dist/es → dist-es}/commands/DeleteConfigurationProfileCommand.js +4 -30
  121. package/dist-es/commands/DeleteConfigurationProfileCommand.js.map +1 -0
  122. package/{dist/es → dist-es}/commands/DeleteDeploymentStrategyCommand.js +4 -30
  123. package/dist-es/commands/DeleteDeploymentStrategyCommand.js.map +1 -0
  124. package/{dist/es → dist-es}/commands/DeleteEnvironmentCommand.js +4 -30
  125. package/dist-es/commands/DeleteEnvironmentCommand.js.map +1 -0
  126. package/{dist/es → dist-es}/commands/DeleteHostedConfigurationVersionCommand.js +4 -29
  127. package/dist-es/commands/DeleteHostedConfigurationVersionCommand.js.map +1 -0
  128. package/{dist/es → dist-es}/commands/GetApplicationCommand.js +4 -29
  129. package/dist-es/commands/GetApplicationCommand.js.map +1 -0
  130. package/dist-es/commands/GetConfigurationCommand.js +40 -0
  131. package/dist-es/commands/GetConfigurationCommand.js.map +1 -0
  132. package/{dist/es → dist-es}/commands/GetConfigurationProfileCommand.js +4 -29
  133. package/dist-es/commands/GetConfigurationProfileCommand.js.map +1 -0
  134. package/{dist/es → dist-es}/commands/GetDeploymentCommand.js +4 -29
  135. package/dist-es/commands/GetDeploymentCommand.js.map +1 -0
  136. package/{dist/es → dist-es}/commands/GetDeploymentStrategyCommand.js +4 -33
  137. package/dist-es/commands/GetDeploymentStrategyCommand.js.map +1 -0
  138. package/{dist/es → dist-es}/commands/GetEnvironmentCommand.js +4 -33
  139. package/dist-es/commands/GetEnvironmentCommand.js.map +1 -0
  140. package/{dist/es → dist-es}/commands/GetHostedConfigurationVersionCommand.js +4 -29
  141. package/dist-es/commands/GetHostedConfigurationVersionCommand.js.map +1 -0
  142. package/{dist/es → dist-es}/commands/ListApplicationsCommand.js +4 -29
  143. package/dist-es/commands/ListApplicationsCommand.js.map +1 -0
  144. package/{dist/es → dist-es}/commands/ListConfigurationProfilesCommand.js +4 -29
  145. package/dist-es/commands/ListConfigurationProfilesCommand.js.map +1 -0
  146. package/{dist/es → dist-es}/commands/ListDeploymentStrategiesCommand.js +4 -29
  147. package/dist-es/commands/ListDeploymentStrategiesCommand.js.map +1 -0
  148. package/{dist/es → dist-es}/commands/ListDeploymentsCommand.js +4 -29
  149. package/dist-es/commands/ListDeploymentsCommand.js.map +1 -0
  150. package/{dist/es → dist-es}/commands/ListEnvironmentsCommand.js +4 -29
  151. package/dist-es/commands/ListEnvironmentsCommand.js.map +1 -0
  152. package/{dist/es → dist-es}/commands/ListHostedConfigurationVersionsCommand.js +4 -30
  153. package/dist-es/commands/ListHostedConfigurationVersionsCommand.js.map +1 -0
  154. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -29
  155. package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
  156. package/{dist/es → dist-es}/commands/StartDeploymentCommand.js +4 -29
  157. package/dist-es/commands/StartDeploymentCommand.js.map +1 -0
  158. package/{dist/es → dist-es}/commands/StopDeploymentCommand.js +4 -31
  159. package/dist-es/commands/StopDeploymentCommand.js.map +1 -0
  160. package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -31
  161. package/dist-es/commands/TagResourceCommand.js.map +1 -0
  162. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -29
  163. package/dist-es/commands/UntagResourceCommand.js.map +1 -0
  164. package/{dist/es → dist-es}/commands/UpdateApplicationCommand.js +4 -29
  165. package/dist-es/commands/UpdateApplicationCommand.js.map +1 -0
  166. package/{dist/es → dist-es}/commands/UpdateConfigurationProfileCommand.js +4 -29
  167. package/dist-es/commands/UpdateConfigurationProfileCommand.js.map +1 -0
  168. package/{dist/es → dist-es}/commands/UpdateDeploymentStrategyCommand.js +4 -29
  169. package/dist-es/commands/UpdateDeploymentStrategyCommand.js.map +1 -0
  170. package/{dist/es → dist-es}/commands/UpdateEnvironmentCommand.js +4 -29
  171. package/dist-es/commands/UpdateEnvironmentCommand.js.map +1 -0
  172. package/{dist/es → dist-es}/commands/ValidateConfigurationCommand.js +4 -29
  173. package/dist-es/commands/ValidateConfigurationCommand.js.map +1 -0
  174. package/{dist/es → dist-es}/endpoints.js +1 -1
  175. package/dist-es/endpoints.js.map +1 -0
  176. package/{dist/es → dist-es}/index.js +0 -0
  177. package/dist-es/index.js.map +1 -0
  178. package/{dist/es → dist-es}/models/index.js +0 -0
  179. package/dist-es/models/index.js.map +1 -0
  180. package/{dist/es → dist-es}/models/models_0.js +0 -177
  181. package/dist-es/models/models_0.js.map +1 -0
  182. package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
  183. package/{dist/es → dist-es}/pagination/Interfaces.js.map +1 -1
  184. package/{dist/es → dist-es}/pagination/ListApplicationsPaginator.js +16 -28
  185. package/dist-es/pagination/ListApplicationsPaginator.js.map +1 -0
  186. package/{dist/es → dist-es}/pagination/ListConfigurationProfilesPaginator.js +16 -28
  187. package/dist-es/pagination/ListConfigurationProfilesPaginator.js.map +1 -0
  188. package/{dist/es → dist-es}/pagination/ListDeploymentStrategiesPaginator.js +16 -28
  189. package/dist-es/pagination/ListDeploymentStrategiesPaginator.js.map +1 -0
  190. package/{dist/es → dist-es}/pagination/ListDeploymentsPaginator.js +16 -28
  191. package/dist-es/pagination/ListDeploymentsPaginator.js.map +1 -0
  192. package/{dist/es → dist-es}/pagination/ListEnvironmentsPaginator.js +16 -28
  193. package/dist-es/pagination/ListEnvironmentsPaginator.js.map +1 -0
  194. package/{dist/es → dist-es}/pagination/ListHostedConfigurationVersionsPaginator.js +16 -28
  195. package/dist-es/pagination/ListHostedConfigurationVersionsPaginator.js.map +1 -0
  196. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +703 -708
  197. package/dist-es/protocols/Aws_restJson1.js.map +1 -0
  198. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -4
  199. package/dist-es/runtimeConfig.browser.js.map +1 -0
  200. package/{dist/es → dist-es}/runtimeConfig.js +2 -5
  201. package/dist-es/runtimeConfig.js.map +1 -0
  202. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -3
  203. package/dist-es/runtimeConfig.native.js.map +1 -0
  204. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -4
  205. package/dist-es/runtimeConfig.shared.js.map +1 -0
  206. package/{dist/types → dist-types}/AppConfig.d.ts +2 -2
  207. package/{dist/types → dist-types}/AppConfigClient.d.ts +9 -9
  208. package/{dist/types → dist-types}/commands/CreateApplicationCommand.d.ts +2 -2
  209. package/{dist/types → dist-types}/commands/CreateConfigurationProfileCommand.d.ts +2 -2
  210. package/{dist/types → dist-types}/commands/CreateDeploymentStrategyCommand.d.ts +2 -2
  211. package/{dist/types → dist-types}/commands/CreateEnvironmentCommand.d.ts +2 -2
  212. package/{dist/types → dist-types}/commands/CreateHostedConfigurationVersionCommand.d.ts +2 -2
  213. package/{dist/types → dist-types}/commands/DeleteApplicationCommand.d.ts +2 -2
  214. package/{dist/types → dist-types}/commands/DeleteConfigurationProfileCommand.d.ts +2 -2
  215. package/{dist/types → dist-types}/commands/DeleteDeploymentStrategyCommand.d.ts +2 -2
  216. package/{dist/types → dist-types}/commands/DeleteEnvironmentCommand.d.ts +2 -2
  217. package/{dist/types → dist-types}/commands/DeleteHostedConfigurationVersionCommand.d.ts +2 -2
  218. package/{dist/types → dist-types}/commands/GetApplicationCommand.d.ts +2 -2
  219. package/{dist/types → dist-types}/commands/GetConfigurationCommand.d.ts +2 -2
  220. package/{dist/types → dist-types}/commands/GetConfigurationProfileCommand.d.ts +2 -2
  221. package/{dist/types → dist-types}/commands/GetDeploymentCommand.d.ts +2 -2
  222. package/{dist/types → dist-types}/commands/GetDeploymentStrategyCommand.d.ts +2 -2
  223. package/{dist/types → dist-types}/commands/GetEnvironmentCommand.d.ts +2 -2
  224. package/{dist/types → dist-types}/commands/GetHostedConfigurationVersionCommand.d.ts +2 -2
  225. package/{dist/types → dist-types}/commands/ListApplicationsCommand.d.ts +2 -2
  226. package/{dist/types → dist-types}/commands/ListConfigurationProfilesCommand.d.ts +2 -2
  227. package/{dist/types → dist-types}/commands/ListDeploymentStrategiesCommand.d.ts +2 -2
  228. package/{dist/types → dist-types}/commands/ListDeploymentsCommand.d.ts +2 -2
  229. package/{dist/types → dist-types}/commands/ListEnvironmentsCommand.d.ts +2 -2
  230. package/{dist/types → dist-types}/commands/ListHostedConfigurationVersionsCommand.d.ts +2 -2
  231. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  232. package/{dist/types → dist-types}/commands/StartDeploymentCommand.d.ts +2 -2
  233. package/{dist/types → dist-types}/commands/StopDeploymentCommand.d.ts +2 -2
  234. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  235. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  236. package/{dist/types → dist-types}/commands/UpdateApplicationCommand.d.ts +2 -2
  237. package/{dist/types → dist-types}/commands/UpdateConfigurationProfileCommand.d.ts +2 -2
  238. package/{dist/types → dist-types}/commands/UpdateDeploymentStrategyCommand.d.ts +2 -2
  239. package/{dist/types → dist-types}/commands/UpdateEnvironmentCommand.d.ts +2 -2
  240. package/{dist/types → dist-types}/commands/ValidateConfigurationCommand.d.ts +2 -2
  241. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  242. package/{dist/types → dist-types}/index.d.ts +0 -0
  243. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  244. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  245. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  246. package/{dist/types → dist-types}/pagination/ListApplicationsPaginator.d.ts +1 -1
  247. package/{dist/types → dist-types}/pagination/ListConfigurationProfilesPaginator.d.ts +1 -1
  248. package/{dist/types → dist-types}/pagination/ListDeploymentStrategiesPaginator.d.ts +1 -1
  249. package/{dist/types → dist-types}/pagination/ListDeploymentsPaginator.d.ts +1 -1
  250. package/{dist/types → dist-types}/pagination/ListEnvironmentsPaginator.d.ts +1 -1
  251. package/{dist/types → dist-types}/pagination/ListHostedConfigurationVersionsPaginator.d.ts +1 -1
  252. package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +3 -3
  253. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
  254. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
  255. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
  256. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  257. package/{dist/types → dist-types}/ts3.4/AppConfig.d.ts +2 -2
  258. package/{dist/types → dist-types}/ts3.4/AppConfigClient.d.ts +9 -9
  259. package/{dist/types → dist-types}/ts3.4/commands/CreateApplicationCommand.d.ts +2 -2
  260. package/{dist/types → dist-types}/ts3.4/commands/CreateConfigurationProfileCommand.d.ts +2 -2
  261. package/{dist/types → dist-types}/ts3.4/commands/CreateDeploymentStrategyCommand.d.ts +2 -2
  262. package/{dist/types → dist-types}/ts3.4/commands/CreateEnvironmentCommand.d.ts +2 -2
  263. package/{dist/types → dist-types}/ts3.4/commands/CreateHostedConfigurationVersionCommand.d.ts +2 -2
  264. package/{dist/types → dist-types}/ts3.4/commands/DeleteApplicationCommand.d.ts +2 -2
  265. package/{dist/types → dist-types}/ts3.4/commands/DeleteConfigurationProfileCommand.d.ts +2 -2
  266. package/{dist/types → dist-types}/ts3.4/commands/DeleteDeploymentStrategyCommand.d.ts +2 -2
  267. package/{dist/types → dist-types}/ts3.4/commands/DeleteEnvironmentCommand.d.ts +2 -2
  268. package/{dist/types → dist-types}/ts3.4/commands/DeleteHostedConfigurationVersionCommand.d.ts +2 -2
  269. package/{dist/types → dist-types}/ts3.4/commands/GetApplicationCommand.d.ts +2 -2
  270. package/{dist/types → dist-types}/ts3.4/commands/GetConfigurationCommand.d.ts +2 -2
  271. package/{dist/types → dist-types}/ts3.4/commands/GetConfigurationProfileCommand.d.ts +2 -2
  272. package/{dist/types → dist-types}/ts3.4/commands/GetDeploymentCommand.d.ts +2 -2
  273. package/{dist/types → dist-types}/ts3.4/commands/GetDeploymentStrategyCommand.d.ts +2 -2
  274. package/{dist/types → dist-types}/ts3.4/commands/GetEnvironmentCommand.d.ts +2 -2
  275. package/{dist/types → dist-types}/ts3.4/commands/GetHostedConfigurationVersionCommand.d.ts +2 -2
  276. package/{dist/types → dist-types}/ts3.4/commands/ListApplicationsCommand.d.ts +2 -2
  277. package/{dist/types → dist-types}/ts3.4/commands/ListConfigurationProfilesCommand.d.ts +2 -2
  278. package/{dist/types → dist-types}/ts3.4/commands/ListDeploymentStrategiesCommand.d.ts +2 -2
  279. package/{dist/types → dist-types}/ts3.4/commands/ListDeploymentsCommand.d.ts +2 -2
  280. package/{dist/types → dist-types}/ts3.4/commands/ListEnvironmentsCommand.d.ts +2 -2
  281. package/{dist/types → dist-types}/ts3.4/commands/ListHostedConfigurationVersionsCommand.d.ts +2 -2
  282. package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
  283. package/{dist/types → dist-types}/ts3.4/commands/StartDeploymentCommand.d.ts +2 -2
  284. package/{dist/types → dist-types}/ts3.4/commands/StopDeploymentCommand.d.ts +2 -2
  285. package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  286. package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  287. package/{dist/types → dist-types}/ts3.4/commands/UpdateApplicationCommand.d.ts +2 -2
  288. package/{dist/types → dist-types}/ts3.4/commands/UpdateConfigurationProfileCommand.d.ts +2 -2
  289. package/{dist/types → dist-types}/ts3.4/commands/UpdateDeploymentStrategyCommand.d.ts +2 -2
  290. package/{dist/types → dist-types}/ts3.4/commands/UpdateEnvironmentCommand.d.ts +2 -2
  291. package/{dist/types → dist-types}/ts3.4/commands/ValidateConfigurationCommand.d.ts +2 -2
  292. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  293. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  294. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  295. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  296. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  297. package/{dist/types → dist-types}/ts3.4/pagination/ListApplicationsPaginator.d.ts +1 -1
  298. package/{dist/types → dist-types}/ts3.4/pagination/ListConfigurationProfilesPaginator.d.ts +1 -1
  299. package/{dist/types → dist-types}/ts3.4/pagination/ListDeploymentStrategiesPaginator.d.ts +1 -1
  300. package/{dist/types → dist-types}/ts3.4/pagination/ListDeploymentsPaginator.d.ts +1 -1
  301. package/{dist/types → dist-types}/ts3.4/pagination/ListEnvironmentsPaginator.d.ts +1 -1
  302. package/{dist/types → dist-types}/ts3.4/pagination/ListHostedConfigurationVersionsPaginator.d.ts +1 -1
  303. package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +3 -3
  304. package/{dist/types → dist-types/ts3.4}/runtimeConfig.browser.d.ts +37 -36
  305. package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
  306. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
  307. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  308. package/package.json +50 -50
  309. package/{AppConfig.ts → src/AppConfig.ts} +7 -6
  310. package/{AppConfigClient.ts → src/AppConfigClient.ts} +59 -58
  311. package/{commands → src/commands}/CreateApplicationCommand.ts +8 -7
  312. package/{commands → src/commands}/CreateConfigurationProfileCommand.ts +8 -7
  313. package/{commands → src/commands}/CreateDeploymentStrategyCommand.ts +8 -7
  314. package/{commands → src/commands}/CreateEnvironmentCommand.ts +8 -7
  315. package/{commands → src/commands}/CreateHostedConfigurationVersionCommand.ts +8 -7
  316. package/{commands → src/commands}/DeleteApplicationCommand.ts +8 -7
  317. package/{commands → src/commands}/DeleteConfigurationProfileCommand.ts +8 -7
  318. package/{commands → src/commands}/DeleteDeploymentStrategyCommand.ts +8 -7
  319. package/{commands → src/commands}/DeleteEnvironmentCommand.ts +8 -7
  320. package/{commands → src/commands}/DeleteHostedConfigurationVersionCommand.ts +8 -7
  321. package/{commands → src/commands}/GetApplicationCommand.ts +8 -7
  322. package/{commands → src/commands}/GetConfigurationCommand.ts +8 -7
  323. package/{commands → src/commands}/GetConfigurationProfileCommand.ts +8 -7
  324. package/{commands → src/commands}/GetDeploymentCommand.ts +8 -7
  325. package/{commands → src/commands}/GetDeploymentStrategyCommand.ts +8 -7
  326. package/{commands → src/commands}/GetEnvironmentCommand.ts +8 -7
  327. package/{commands → src/commands}/GetHostedConfigurationVersionCommand.ts +8 -7
  328. package/{commands → src/commands}/ListApplicationsCommand.ts +8 -7
  329. package/{commands → src/commands}/ListConfigurationProfilesCommand.ts +8 -7
  330. package/{commands → src/commands}/ListDeploymentStrategiesCommand.ts +8 -7
  331. package/{commands → src/commands}/ListDeploymentsCommand.ts +8 -7
  332. package/{commands → src/commands}/ListEnvironmentsCommand.ts +8 -7
  333. package/{commands → src/commands}/ListHostedConfigurationVersionsCommand.ts +8 -7
  334. package/{commands → src/commands}/ListTagsForResourceCommand.ts +8 -7
  335. package/{commands → src/commands}/StartDeploymentCommand.ts +8 -7
  336. package/{commands → src/commands}/StopDeploymentCommand.ts +8 -7
  337. package/{commands → src/commands}/TagResourceCommand.ts +8 -7
  338. package/{commands → src/commands}/UntagResourceCommand.ts +8 -7
  339. package/{commands → src/commands}/UpdateApplicationCommand.ts +8 -7
  340. package/{commands → src/commands}/UpdateConfigurationProfileCommand.ts +8 -7
  341. package/{commands → src/commands}/UpdateDeploymentStrategyCommand.ts +8 -7
  342. package/{commands → src/commands}/UpdateEnvironmentCommand.ts +8 -7
  343. package/{commands → src/commands}/ValidateConfigurationCommand.ts +8 -7
  344. package/{endpoints.ts → src/endpoints.ts} +1 -1
  345. package/{index.ts → src/index.ts} +0 -0
  346. package/{models → src/models}/index.ts +0 -0
  347. package/{models → src/models}/models_0.ts +0 -0
  348. package/{pagination → src/pagination}/Interfaces.ts +2 -1
  349. package/{pagination → src/pagination}/ListApplicationsPaginator.ts +2 -1
  350. package/{pagination → src/pagination}/ListConfigurationProfilesPaginator.ts +2 -1
  351. package/{pagination → src/pagination}/ListDeploymentStrategiesPaginator.ts +2 -1
  352. package/{pagination → src/pagination}/ListDeploymentsPaginator.ts +2 -1
  353. package/{pagination → src/pagination}/ListEnvironmentsPaginator.ts +2 -1
  354. package/{pagination → src/pagination}/ListHostedConfigurationVersionsPaginator.ts +2 -1
  355. package/{protocols → src/protocols}/Aws_restJson1.ts +58 -57
  356. package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +3 -2
  357. package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +1 -0
  358. package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
  359. package/{runtimeConfig.ts → src/runtimeConfig.ts} +4 -3
  360. package/tsconfig.es.json +1 -3
  361. package/tsconfig.json +7 -7
  362. package/tsconfig.types.json +9 -0
  363. package/dist/cjs/AppConfig.js.map +0 -1
  364. package/dist/cjs/AppConfigClient.js.map +0 -1
  365. package/dist/cjs/commands/CreateApplicationCommand.js.map +0 -1
  366. package/dist/cjs/commands/CreateConfigurationProfileCommand.js.map +0 -1
  367. package/dist/cjs/commands/CreateDeploymentStrategyCommand.js.map +0 -1
  368. package/dist/cjs/commands/CreateEnvironmentCommand.js.map +0 -1
  369. package/dist/cjs/commands/CreateHostedConfigurationVersionCommand.js.map +0 -1
  370. package/dist/cjs/commands/DeleteApplicationCommand.js.map +0 -1
  371. package/dist/cjs/commands/DeleteConfigurationProfileCommand.js.map +0 -1
  372. package/dist/cjs/commands/DeleteDeploymentStrategyCommand.js.map +0 -1
  373. package/dist/cjs/commands/DeleteEnvironmentCommand.js.map +0 -1
  374. package/dist/cjs/commands/DeleteHostedConfigurationVersionCommand.js.map +0 -1
  375. package/dist/cjs/commands/GetApplicationCommand.js.map +0 -1
  376. package/dist/cjs/commands/GetConfigurationCommand.js.map +0 -1
  377. package/dist/cjs/commands/GetConfigurationProfileCommand.js.map +0 -1
  378. package/dist/cjs/commands/GetDeploymentCommand.js.map +0 -1
  379. package/dist/cjs/commands/GetDeploymentStrategyCommand.js.map +0 -1
  380. package/dist/cjs/commands/GetEnvironmentCommand.js.map +0 -1
  381. package/dist/cjs/commands/GetHostedConfigurationVersionCommand.js.map +0 -1
  382. package/dist/cjs/commands/ListApplicationsCommand.js.map +0 -1
  383. package/dist/cjs/commands/ListConfigurationProfilesCommand.js.map +0 -1
  384. package/dist/cjs/commands/ListDeploymentStrategiesCommand.js.map +0 -1
  385. package/dist/cjs/commands/ListDeploymentsCommand.js.map +0 -1
  386. package/dist/cjs/commands/ListEnvironmentsCommand.js.map +0 -1
  387. package/dist/cjs/commands/ListHostedConfigurationVersionsCommand.js.map +0 -1
  388. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  389. package/dist/cjs/commands/StartDeploymentCommand.js.map +0 -1
  390. package/dist/cjs/commands/StopDeploymentCommand.js.map +0 -1
  391. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  392. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  393. package/dist/cjs/commands/UpdateApplicationCommand.js.map +0 -1
  394. package/dist/cjs/commands/UpdateConfigurationProfileCommand.js.map +0 -1
  395. package/dist/cjs/commands/UpdateDeploymentStrategyCommand.js.map +0 -1
  396. package/dist/cjs/commands/UpdateEnvironmentCommand.js.map +0 -1
  397. package/dist/cjs/commands/ValidateConfigurationCommand.js.map +0 -1
  398. package/dist/cjs/endpoints.js.map +0 -1
  399. package/dist/cjs/index.js +0 -47
  400. package/dist/cjs/index.js.map +0 -1
  401. package/dist/cjs/models/models_0.js.map +0 -1
  402. package/dist/cjs/package.json +0 -91
  403. package/dist/cjs/pagination/ListApplicationsPaginator.js.map +0 -1
  404. package/dist/cjs/pagination/ListConfigurationProfilesPaginator.js.map +0 -1
  405. package/dist/cjs/pagination/ListDeploymentStrategiesPaginator.js.map +0 -1
  406. package/dist/cjs/pagination/ListDeploymentsPaginator.js.map +0 -1
  407. package/dist/cjs/pagination/ListEnvironmentsPaginator.js.map +0 -1
  408. package/dist/cjs/pagination/ListHostedConfigurationVersionsPaginator.js.map +0 -1
  409. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  410. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  411. package/dist/cjs/runtimeConfig.js.map +0 -1
  412. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  413. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  414. package/dist/es/AppConfig.js.map +0 -1
  415. package/dist/es/AppConfigClient.js +0 -94
  416. package/dist/es/AppConfigClient.js.map +0 -1
  417. package/dist/es/commands/CreateApplicationCommand.js.map +0 -1
  418. package/dist/es/commands/CreateConfigurationProfileCommand.js +0 -82
  419. package/dist/es/commands/CreateConfigurationProfileCommand.js.map +0 -1
  420. package/dist/es/commands/CreateDeploymentStrategyCommand.js.map +0 -1
  421. package/dist/es/commands/CreateEnvironmentCommand.js.map +0 -1
  422. package/dist/es/commands/CreateHostedConfigurationVersionCommand.js.map +0 -1
  423. package/dist/es/commands/DeleteApplicationCommand.js.map +0 -1
  424. package/dist/es/commands/DeleteConfigurationProfileCommand.js.map +0 -1
  425. package/dist/es/commands/DeleteDeploymentStrategyCommand.js.map +0 -1
  426. package/dist/es/commands/DeleteEnvironmentCommand.js.map +0 -1
  427. package/dist/es/commands/DeleteHostedConfigurationVersionCommand.js.map +0 -1
  428. package/dist/es/commands/GetApplicationCommand.js.map +0 -1
  429. package/dist/es/commands/GetConfigurationCommand.js +0 -77
  430. package/dist/es/commands/GetConfigurationCommand.js.map +0 -1
  431. package/dist/es/commands/GetConfigurationProfileCommand.js.map +0 -1
  432. package/dist/es/commands/GetDeploymentCommand.js.map +0 -1
  433. package/dist/es/commands/GetDeploymentStrategyCommand.js.map +0 -1
  434. package/dist/es/commands/GetEnvironmentCommand.js.map +0 -1
  435. package/dist/es/commands/GetHostedConfigurationVersionCommand.js.map +0 -1
  436. package/dist/es/commands/ListApplicationsCommand.js.map +0 -1
  437. package/dist/es/commands/ListConfigurationProfilesCommand.js.map +0 -1
  438. package/dist/es/commands/ListDeploymentStrategiesCommand.js.map +0 -1
  439. package/dist/es/commands/ListDeploymentsCommand.js.map +0 -1
  440. package/dist/es/commands/ListEnvironmentsCommand.js.map +0 -1
  441. package/dist/es/commands/ListHostedConfigurationVersionsCommand.js.map +0 -1
  442. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  443. package/dist/es/commands/StartDeploymentCommand.js.map +0 -1
  444. package/dist/es/commands/StopDeploymentCommand.js.map +0 -1
  445. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  446. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  447. package/dist/es/commands/UpdateApplicationCommand.js.map +0 -1
  448. package/dist/es/commands/UpdateConfigurationProfileCommand.js.map +0 -1
  449. package/dist/es/commands/UpdateDeploymentStrategyCommand.js.map +0 -1
  450. package/dist/es/commands/UpdateEnvironmentCommand.js.map +0 -1
  451. package/dist/es/commands/ValidateConfigurationCommand.js.map +0 -1
  452. package/dist/es/endpoints.js.map +0 -1
  453. package/dist/es/index.js.map +0 -1
  454. package/dist/es/models/index.js.map +0 -1
  455. package/dist/es/models/models_0.js.map +0 -1
  456. package/dist/es/package.json +0 -91
  457. package/dist/es/pagination/ListApplicationsPaginator.js.map +0 -1
  458. package/dist/es/pagination/ListConfigurationProfilesPaginator.js.map +0 -1
  459. package/dist/es/pagination/ListDeploymentStrategiesPaginator.js.map +0 -1
  460. package/dist/es/pagination/ListDeploymentsPaginator.js.map +0 -1
  461. package/dist/es/pagination/ListEnvironmentsPaginator.js.map +0 -1
  462. package/dist/es/pagination/ListHostedConfigurationVersionsPaginator.js.map +0 -1
  463. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  464. package/dist/es/runtimeConfig.browser.js.map +0 -1
  465. package/dist/es/runtimeConfig.js.map +0 -1
  466. package/dist/es/runtimeConfig.native.js.map +0 -1
  467. package/dist/es/runtimeConfig.shared.js.map +0 -1
@@ -0,0 +1,40 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { Configuration, GetConfigurationRequest } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetConfigurationCommand, serializeAws_restJson1GetConfigurationCommand, } from "../protocols/Aws_restJson1";
6
+ var GetConfigurationCommand = (function (_super) {
7
+ __extends(GetConfigurationCommand, _super);
8
+ function GetConfigurationCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ GetConfigurationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "AppConfigClient";
18
+ var commandName = "GetConfigurationCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: GetConfigurationRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: Configuration.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetConfigurationCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_restJson1GetConfigurationCommand(input, context);
33
+ };
34
+ GetConfigurationCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1GetConfigurationCommand(output, context);
36
+ };
37
+ return GetConfigurationCommand;
38
+ }($Command));
39
+ export { GetConfigurationCommand };
40
+ //# sourceMappingURL=GetConfigurationCommand.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetConfigurationCommand.js","sourceRoot":"","sources":["../../src/commands/GetConfigurationCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,aAAa,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AAC5E,OAAO,EACL,+CAA+C,EAC/C,6CAA6C,GAC9C,MAAM,4BAA4B,CAAC;AAkCpC;IAA6C,2CAI5C;IAIC,iCAAqB,KAAmC;QAAxD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA8B;;IAIxD,CAAC;IAKD,mDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA4C,EAC5C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,iBAAiB,CAAC;QACrC,IAAM,WAAW,GAAG,yBAAyB,CAAC;QAC9C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,uBAAuB,CAAC,kBAAkB;YACnE,wBAAwB,EAAE,aAAa,CAAC,kBAAkB;SAC3D,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,2CAAS,GAAjB,UAAkB,KAAmC,EAAE,OAAuB;QAC5E,OAAO,6CAA6C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;IAEO,6CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,+CAA+C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAIH,8BAAC;AAAD,CAAC,AAtDD,CAA6C,QAAQ,GAsDpD"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { ConfigurationProfile, GetConfigurationProfileRequest } from "../models/models_0";
3
- import { deserializeAws_restJson1GetConfigurationProfileCommand, serializeAws_restJson1GetConfigurationProfileCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Retrieve information about a configuration profile.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { AppConfigClient, GetConfigurationProfileCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
12
- * // const { AppConfigClient, GetConfigurationProfileCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
13
- * const client = new AppConfigClient(config);
14
- * const command = new GetConfigurationProfileCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link GetConfigurationProfileCommandInput} for command's `input` shape.
19
- * @see {@link GetConfigurationProfileCommandOutput} for command's `response` shape.
20
- * @see {@link AppConfigClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var GetConfigurationProfileCommand = /** @class */ (function (_super) {
4
+ import { ConfigurationProfile, GetConfigurationProfileRequest } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetConfigurationProfileCommand, serializeAws_restJson1GetConfigurationProfileCommand, } from "../protocols/Aws_restJson1";
6
+ var GetConfigurationProfileCommand = (function (_super) {
24
7
  __extends(GetConfigurationProfileCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function GetConfigurationProfileCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  GetConfigurationProfileCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetConfigurationProfileCommand.js","sourceRoot":"","sources":["../../src/commands/GetConfigurationProfileCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,oBAAoB,EAAE,8BAA8B,EAAE,MAAM,oBAAoB,CAAC;AAC1F,OAAO,EACL,sDAAsD,EACtD,oDAAoD,GACrD,MAAM,4BAA4B,CAAC;AAsBpC;IAAoD,kDAInD;IAIC,wCAAqB,KAA0C;QAA/D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAqC;;IAI/D,CAAC;IAKD,0DAAiB,GAAjB,UACE,WAAmE,EACnE,aAA4C,EAC5C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,iBAAiB,CAAC;QACrC,IAAM,WAAW,GAAG,gCAAgC,CAAC;QACrD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,8BAA8B,CAAC,kBAAkB;YAC1E,wBAAwB,EAAE,oBAAoB,CAAC,kBAAkB;SAClE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,kDAAS,GAAjB,UAAkB,KAA0C,EAAE,OAAuB;QACnF,OAAO,oDAAoD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAEO,oDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,sDAAsD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACjF,CAAC;IAIH,qCAAC;AAAD,CAAC,AAtDD,CAAoD,QAAQ,GAsD3D"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { Deployment, GetDeploymentRequest } from "../models/models_0";
3
- import { deserializeAws_restJson1GetDeploymentCommand, serializeAws_restJson1GetDeploymentCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Retrieve information about a configuration deployment.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { AppConfigClient, GetDeploymentCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
12
- * // const { AppConfigClient, GetDeploymentCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
13
- * const client = new AppConfigClient(config);
14
- * const command = new GetDeploymentCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link GetDeploymentCommandInput} for command's `input` shape.
19
- * @see {@link GetDeploymentCommandOutput} for command's `response` shape.
20
- * @see {@link AppConfigClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var GetDeploymentCommand = /** @class */ (function (_super) {
4
+ import { Deployment, GetDeploymentRequest } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetDeploymentCommand, serializeAws_restJson1GetDeploymentCommand, } from "../protocols/Aws_restJson1";
6
+ var GetDeploymentCommand = (function (_super) {
24
7
  __extends(GetDeploymentCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function GetDeploymentCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  GetDeploymentCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetDeploymentCommand.js","sourceRoot":"","sources":["../../src/commands/GetDeploymentCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,UAAU,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AACtE,OAAO,EACL,4CAA4C,EAC5C,0CAA0C,GAC3C,MAAM,4BAA4B,CAAC;AAsBpC;IAA0C,wCAIzC;IAIC,8BAAqB,KAAgC;QAArD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA2B;;IAIrD,CAAC;IAKD,gDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA4C,EAC5C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,iBAAiB,CAAC;QACrC,IAAM,WAAW,GAAG,sBAAsB,CAAC;QAC3C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,oBAAoB,CAAC,kBAAkB;YAChE,wBAAwB,EAAE,UAAU,CAAC,kBAAkB;SACxD,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,wCAAS,GAAjB,UAAkB,KAAgC,EAAE,OAAuB;QACzE,OAAO,0CAA0C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACpE,CAAC;IAEO,0CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,4CAA4C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;IAIH,2BAAC;AAAD,CAAC,AAtDD,CAA0C,QAAQ,GAsDjD"}
@@ -1,44 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DeploymentStrategy, GetDeploymentStrategyRequest } from "../models/models_0";
3
- import { deserializeAws_restJson1GetDeploymentStrategyCommand, serializeAws_restJson1GetDeploymentStrategyCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Retrieve information about a deployment strategy. A deployment strategy defines
8
- * important criteria for rolling out your configuration to the designated targets. A
9
- * deployment strategy includes: the overall duration required, a percentage of targets to
10
- * receive the deployment during each interval, an algorithm that defines how percentage
11
- * grows, and bake time.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { AppConfigClient, GetDeploymentStrategyCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
16
- * // const { AppConfigClient, GetDeploymentStrategyCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
17
- * const client = new AppConfigClient(config);
18
- * const command = new GetDeploymentStrategyCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link GetDeploymentStrategyCommandInput} for command's `input` shape.
23
- * @see {@link GetDeploymentStrategyCommandOutput} for command's `response` shape.
24
- * @see {@link AppConfigClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
- var GetDeploymentStrategyCommand = /** @class */ (function (_super) {
4
+ import { DeploymentStrategy, GetDeploymentStrategyRequest } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetDeploymentStrategyCommand, serializeAws_restJson1GetDeploymentStrategyCommand, } from "../protocols/Aws_restJson1";
6
+ var GetDeploymentStrategyCommand = (function (_super) {
28
7
  __extends(GetDeploymentStrategyCommand, _super);
29
- // Start section: command_properties
30
- // End section: command_properties
31
8
  function GetDeploymentStrategyCommand(input) {
32
- var _this =
33
- // Start section: command_constructor
34
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
35
10
  _this.input = input;
36
11
  return _this;
37
- // End section: command_constructor
38
12
  }
39
- /**
40
- * @internal
41
- */
42
13
  GetDeploymentStrategyCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
43
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
44
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetDeploymentStrategyCommand.js","sourceRoot":"","sources":["../../src/commands/GetDeploymentStrategyCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,kBAAkB,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AACtF,OAAO,EACL,oDAAoD,EACpD,kDAAkD,GACnD,MAAM,4BAA4B,CAAC;AA0BpC;IAAkD,gDAIjD;IAIC,sCAAqB,KAAwC;QAA7D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAmC;;IAI7D,CAAC;IAKD,wDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA4C,EAC5C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,iBAAiB,CAAC;QACrC,IAAM,WAAW,GAAG,8BAA8B,CAAC;QACnD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,4BAA4B,CAAC,kBAAkB;YACxE,wBAAwB,EAAE,kBAAkB,CAAC,kBAAkB;SAChE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,gDAAS,GAAjB,UAAkB,KAAwC,EAAE,OAAuB;QACjF,OAAO,kDAAkD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC5E,CAAC;IAEO,kDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,oDAAoD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;IAIH,mCAAC;AAAD,CAAC,AAtDD,CAAkD,QAAQ,GAsDzD"}
@@ -1,44 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { Environment, GetEnvironmentRequest } from "../models/models_0";
3
- import { deserializeAws_restJson1GetEnvironmentCommand, serializeAws_restJson1GetEnvironmentCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Retrieve information about an environment. An environment is a logical deployment group
8
- * of AppConfig applications, such as applications in a <code>Production</code> environment or
9
- * in an <code>EU_Region</code> environment. Each configuration deployment targets an
10
- * environment. You can enable one or more Amazon CloudWatch alarms for an environment. If an alarm is
11
- * triggered during a deployment, AppConfig roles back the configuration.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { AppConfigClient, GetEnvironmentCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
16
- * // const { AppConfigClient, GetEnvironmentCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
17
- * const client = new AppConfigClient(config);
18
- * const command = new GetEnvironmentCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link GetEnvironmentCommandInput} for command's `input` shape.
23
- * @see {@link GetEnvironmentCommandOutput} for command's `response` shape.
24
- * @see {@link AppConfigClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
- var GetEnvironmentCommand = /** @class */ (function (_super) {
4
+ import { Environment, GetEnvironmentRequest } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetEnvironmentCommand, serializeAws_restJson1GetEnvironmentCommand, } from "../protocols/Aws_restJson1";
6
+ var GetEnvironmentCommand = (function (_super) {
28
7
  __extends(GetEnvironmentCommand, _super);
29
- // Start section: command_properties
30
- // End section: command_properties
31
8
  function GetEnvironmentCommand(input) {
32
- var _this =
33
- // Start section: command_constructor
34
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
35
10
  _this.input = input;
36
11
  return _this;
37
- // End section: command_constructor
38
12
  }
39
- /**
40
- * @internal
41
- */
42
13
  GetEnvironmentCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
43
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
44
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetEnvironmentCommand.js","sourceRoot":"","sources":["../../src/commands/GetEnvironmentCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,WAAW,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AACxE,OAAO,EACL,6CAA6C,EAC7C,2CAA2C,GAC5C,MAAM,4BAA4B,CAAC;AA0BpC;IAA2C,yCAI1C;IAIC,+BAAqB,KAAiC;QAAtD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA4B;;IAItD,CAAC;IAKD,iDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA4C,EAC5C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,iBAAiB,CAAC;QACrC,IAAM,WAAW,GAAG,uBAAuB,CAAC;QAC5C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,qBAAqB,CAAC,kBAAkB;YACjE,wBAAwB,EAAE,WAAW,CAAC,kBAAkB;SACzD,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,yCAAS,GAAjB,UAAkB,KAAiC,EAAE,OAAuB;QAC1E,OAAO,2CAA2C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAEO,2CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,6CAA6C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAIH,4BAAC;AAAD,CAAC,AAtDD,CAA2C,QAAQ,GAsDlD"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { GetHostedConfigurationVersionRequest, HostedConfigurationVersion } from "../models/models_0";
3
- import { deserializeAws_restJson1GetHostedConfigurationVersionCommand, serializeAws_restJson1GetHostedConfigurationVersionCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Get information about a specific configuration version.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { AppConfigClient, GetHostedConfigurationVersionCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
12
- * // const { AppConfigClient, GetHostedConfigurationVersionCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
13
- * const client = new AppConfigClient(config);
14
- * const command = new GetHostedConfigurationVersionCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link GetHostedConfigurationVersionCommandInput} for command's `input` shape.
19
- * @see {@link GetHostedConfigurationVersionCommandOutput} for command's `response` shape.
20
- * @see {@link AppConfigClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var GetHostedConfigurationVersionCommand = /** @class */ (function (_super) {
4
+ import { GetHostedConfigurationVersionRequest, HostedConfigurationVersion } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetHostedConfigurationVersionCommand, serializeAws_restJson1GetHostedConfigurationVersionCommand, } from "../protocols/Aws_restJson1";
6
+ var GetHostedConfigurationVersionCommand = (function (_super) {
24
7
  __extends(GetHostedConfigurationVersionCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function GetHostedConfigurationVersionCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  GetHostedConfigurationVersionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetHostedConfigurationVersionCommand.js","sourceRoot":"","sources":["../../src/commands/GetHostedConfigurationVersionCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,oCAAoC,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AACtG,OAAO,EACL,4DAA4D,EAC5D,0DAA0D,GAC3D,MAAM,4BAA4B,CAAC;AAsBpC;IAA0D,wDAIzD;IAIC,8CAAqB,KAAgD;QAArE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA2C;;IAIrE,CAAC;IAKD,gEAAiB,GAAjB,UACE,WAAmE,EACnE,aAA4C,EAC5C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,iBAAiB,CAAC;QACrC,IAAM,WAAW,GAAG,sCAAsC,CAAC;QAC3D,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,oCAAoC,CAAC,kBAAkB;YAChF,wBAAwB,EAAE,0BAA0B,CAAC,kBAAkB;SACxE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,wDAAS,GAAjB,UAAkB,KAAgD,EAAE,OAAuB;QACzF,OAAO,0DAA0D,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACpF,CAAC;IAEO,0DAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,4DAA4D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACvF,CAAC;IAIH,2CAAC;AAAD,CAAC,AAzDD,CAA0D,QAAQ,GAyDjE"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { Applications, ListApplicationsRequest } from "../models/models_0";
3
- import { deserializeAws_restJson1ListApplicationsCommand, serializeAws_restJson1ListApplicationsCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>List all applications in your AWS account.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { AppConfigClient, ListApplicationsCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
12
- * // const { AppConfigClient, ListApplicationsCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
13
- * const client = new AppConfigClient(config);
14
- * const command = new ListApplicationsCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link ListApplicationsCommandInput} for command's `input` shape.
19
- * @see {@link ListApplicationsCommandOutput} for command's `response` shape.
20
- * @see {@link AppConfigClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var ListApplicationsCommand = /** @class */ (function (_super) {
4
+ import { Applications, ListApplicationsRequest } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListApplicationsCommand, serializeAws_restJson1ListApplicationsCommand, } from "../protocols/Aws_restJson1";
6
+ var ListApplicationsCommand = (function (_super) {
24
7
  __extends(ListApplicationsCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function ListApplicationsCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  ListApplicationsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListApplicationsCommand.js","sourceRoot":"","sources":["../../src/commands/ListApplicationsCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AAC3E,OAAO,EACL,+CAA+C,EAC/C,6CAA6C,GAC9C,MAAM,4BAA4B,CAAC;AAsBpC;IAA6C,2CAI5C;IAIC,iCAAqB,KAAmC;QAAxD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA8B;;IAIxD,CAAC;IAKD,mDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA4C,EAC5C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,iBAAiB,CAAC;QACrC,IAAM,WAAW,GAAG,yBAAyB,CAAC;QAC9C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,uBAAuB,CAAC,kBAAkB;YACnE,wBAAwB,EAAE,YAAY,CAAC,kBAAkB;SAC1D,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,2CAAS,GAAjB,UAAkB,KAAmC,EAAE,OAAuB;QAC5E,OAAO,6CAA6C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;IAEO,6CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,+CAA+C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAIH,8BAAC;AAAD,CAAC,AAtDD,CAA6C,QAAQ,GAsDpD"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { ConfigurationProfiles, ListConfigurationProfilesRequest } from "../models/models_0";
3
- import { deserializeAws_restJson1ListConfigurationProfilesCommand, serializeAws_restJson1ListConfigurationProfilesCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Lists the configuration profiles for an application.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { AppConfigClient, ListConfigurationProfilesCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
12
- * // const { AppConfigClient, ListConfigurationProfilesCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
13
- * const client = new AppConfigClient(config);
14
- * const command = new ListConfigurationProfilesCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link ListConfigurationProfilesCommandInput} for command's `input` shape.
19
- * @see {@link ListConfigurationProfilesCommandOutput} for command's `response` shape.
20
- * @see {@link AppConfigClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var ListConfigurationProfilesCommand = /** @class */ (function (_super) {
4
+ import { ConfigurationProfiles, ListConfigurationProfilesRequest } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListConfigurationProfilesCommand, serializeAws_restJson1ListConfigurationProfilesCommand, } from "../protocols/Aws_restJson1";
6
+ var ListConfigurationProfilesCommand = (function (_super) {
24
7
  __extends(ListConfigurationProfilesCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function ListConfigurationProfilesCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  ListConfigurationProfilesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListConfigurationProfilesCommand.js","sourceRoot":"","sources":["../../src/commands/ListConfigurationProfilesCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,qBAAqB,EAAE,gCAAgC,EAAE,MAAM,oBAAoB,CAAC;AAC7F,OAAO,EACL,wDAAwD,EACxD,sDAAsD,GACvD,MAAM,4BAA4B,CAAC;AAsBpC;IAAsD,oDAIrD;IAIC,0CAAqB,KAA4C;QAAjE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAuC;;IAIjE,CAAC;IAKD,4DAAiB,GAAjB,UACE,WAAmE,EACnE,aAA4C,EAC5C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,iBAAiB,CAAC;QACrC,IAAM,WAAW,GAAG,kCAAkC,CAAC;QACvD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,gCAAgC,CAAC,kBAAkB;YAC5E,wBAAwB,EAAE,qBAAqB,CAAC,kBAAkB;SACnE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,oDAAS,GAAjB,UAAkB,KAA4C,EAAE,OAAuB;QACrF,OAAO,sDAAsD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAChF,CAAC;IAEO,sDAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,wDAAwD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACnF,CAAC;IAIH,uCAAC;AAAD,CAAC,AAzDD,CAAsD,QAAQ,GAyD7D"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DeploymentStrategies, ListDeploymentStrategiesRequest } from "../models/models_0";
3
- import { deserializeAws_restJson1ListDeploymentStrategiesCommand, serializeAws_restJson1ListDeploymentStrategiesCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>List deployment strategies.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { AppConfigClient, ListDeploymentStrategiesCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
12
- * // const { AppConfigClient, ListDeploymentStrategiesCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
13
- * const client = new AppConfigClient(config);
14
- * const command = new ListDeploymentStrategiesCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link ListDeploymentStrategiesCommandInput} for command's `input` shape.
19
- * @see {@link ListDeploymentStrategiesCommandOutput} for command's `response` shape.
20
- * @see {@link AppConfigClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var ListDeploymentStrategiesCommand = /** @class */ (function (_super) {
4
+ import { DeploymentStrategies, ListDeploymentStrategiesRequest } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListDeploymentStrategiesCommand, serializeAws_restJson1ListDeploymentStrategiesCommand, } from "../protocols/Aws_restJson1";
6
+ var ListDeploymentStrategiesCommand = (function (_super) {
24
7
  __extends(ListDeploymentStrategiesCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function ListDeploymentStrategiesCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  ListDeploymentStrategiesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListDeploymentStrategiesCommand.js","sourceRoot":"","sources":["../../src/commands/ListDeploymentStrategiesCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,oBAAoB,EAAE,+BAA+B,EAAE,MAAM,oBAAoB,CAAC;AAC3F,OAAO,EACL,uDAAuD,EACvD,qDAAqD,GACtD,MAAM,4BAA4B,CAAC;AAsBpC;IAAqD,mDAIpD;IAIC,yCAAqB,KAA2C;QAAhE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAsC;;IAIhE,CAAC;IAKD,2DAAiB,GAAjB,UACE,WAAmE,EACnE,aAA4C,EAC5C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,iBAAiB,CAAC;QACrC,IAAM,WAAW,GAAG,iCAAiC,CAAC;QACtD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,+BAA+B,CAAC,kBAAkB;YAC3E,wBAAwB,EAAE,oBAAoB,CAAC,kBAAkB;SAClE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,mDAAS,GAAjB,UAAkB,KAA2C,EAAE,OAAuB;QACpF,OAAO,qDAAqD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;IAEO,qDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,uDAAuD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAClF,CAAC;IAIH,sCAAC;AAAD,CAAC,AAtDD,CAAqD,QAAQ,GAsD5D"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { Deployments, ListDeploymentsRequest } from "../models/models_0";
3
- import { deserializeAws_restJson1ListDeploymentsCommand, serializeAws_restJson1ListDeploymentsCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Lists the deployments for an environment.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { AppConfigClient, ListDeploymentsCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
12
- * // const { AppConfigClient, ListDeploymentsCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
13
- * const client = new AppConfigClient(config);
14
- * const command = new ListDeploymentsCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link ListDeploymentsCommandInput} for command's `input` shape.
19
- * @see {@link ListDeploymentsCommandOutput} for command's `response` shape.
20
- * @see {@link AppConfigClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var ListDeploymentsCommand = /** @class */ (function (_super) {
4
+ import { Deployments, ListDeploymentsRequest } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListDeploymentsCommand, serializeAws_restJson1ListDeploymentsCommand, } from "../protocols/Aws_restJson1";
6
+ var ListDeploymentsCommand = (function (_super) {
24
7
  __extends(ListDeploymentsCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function ListDeploymentsCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  ListDeploymentsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListDeploymentsCommand.js","sourceRoot":"","sources":["../../src/commands/ListDeploymentsCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,WAAW,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AACzE,OAAO,EACL,8CAA8C,EAC9C,4CAA4C,GAC7C,MAAM,4BAA4B,CAAC;AAsBpC;IAA4C,0CAI3C;IAIC,gCAAqB,KAAkC;QAAvD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA6B;;IAIvD,CAAC;IAKD,kDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA4C,EAC5C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,iBAAiB,CAAC;QACrC,IAAM,WAAW,GAAG,wBAAwB,CAAC;QAC7C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,sBAAsB,CAAC,kBAAkB;YAClE,wBAAwB,EAAE,WAAW,CAAC,kBAAkB;SACzD,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,0CAAS,GAAjB,UAAkB,KAAkC,EAAE,OAAuB;QAC3E,OAAO,4CAA4C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;IAEO,4CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,8CAA8C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;IAIH,6BAAC;AAAD,CAAC,AAtDD,CAA4C,QAAQ,GAsDnD"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { Environments, ListEnvironmentsRequest } from "../models/models_0";
3
- import { deserializeAws_restJson1ListEnvironmentsCommand, serializeAws_restJson1ListEnvironmentsCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>List the environments for an application.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { AppConfigClient, ListEnvironmentsCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
12
- * // const { AppConfigClient, ListEnvironmentsCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
13
- * const client = new AppConfigClient(config);
14
- * const command = new ListEnvironmentsCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link ListEnvironmentsCommandInput} for command's `input` shape.
19
- * @see {@link ListEnvironmentsCommandOutput} for command's `response` shape.
20
- * @see {@link AppConfigClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var ListEnvironmentsCommand = /** @class */ (function (_super) {
4
+ import { Environments, ListEnvironmentsRequest } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListEnvironmentsCommand, serializeAws_restJson1ListEnvironmentsCommand, } from "../protocols/Aws_restJson1";
6
+ var ListEnvironmentsCommand = (function (_super) {
24
7
  __extends(ListEnvironmentsCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function ListEnvironmentsCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  ListEnvironmentsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListEnvironmentsCommand.js","sourceRoot":"","sources":["../../src/commands/ListEnvironmentsCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AAC3E,OAAO,EACL,+CAA+C,EAC/C,6CAA6C,GAC9C,MAAM,4BAA4B,CAAC;AAsBpC;IAA6C,2CAI5C;IAIC,iCAAqB,KAAmC;QAAxD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA8B;;IAIxD,CAAC;IAKD,mDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA4C,EAC5C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,iBAAiB,CAAC;QACrC,IAAM,WAAW,GAAG,yBAAyB,CAAC;QAC9C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,uBAAuB,CAAC,kBAAkB;YACnE,wBAAwB,EAAE,YAAY,CAAC,kBAAkB;SAC1D,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,2CAAS,GAAjB,UAAkB,KAAmC,EAAE,OAAuB;QAC5E,OAAO,6CAA6C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;IAEO,6CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,+CAA+C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAIH,8BAAC;AAAD,CAAC,AAtDD,CAA6C,QAAQ,GAsDpD"}
@@ -1,41 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { HostedConfigurationVersions, ListHostedConfigurationVersionsRequest } from "../models/models_0";
3
- import { deserializeAws_restJson1ListHostedConfigurationVersionsCommand, serializeAws_restJson1ListHostedConfigurationVersionsCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>View a list of configurations stored in the AppConfig configuration store by
8
- * version.</p>
9
- * @example
10
- * Use a bare-bones client and the command you need to make an API call.
11
- * ```javascript
12
- * import { AppConfigClient, ListHostedConfigurationVersionsCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
13
- * // const { AppConfigClient, ListHostedConfigurationVersionsCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
14
- * const client = new AppConfigClient(config);
15
- * const command = new ListHostedConfigurationVersionsCommand(input);
16
- * const response = await client.send(command);
17
- * ```
18
- *
19
- * @see {@link ListHostedConfigurationVersionsCommandInput} for command's `input` shape.
20
- * @see {@link ListHostedConfigurationVersionsCommandOutput} for command's `response` shape.
21
- * @see {@link AppConfigClientResolvedConfig | config} for command's `input` shape.
22
- *
23
- */
24
- var ListHostedConfigurationVersionsCommand = /** @class */ (function (_super) {
4
+ import { HostedConfigurationVersions, ListHostedConfigurationVersionsRequest } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListHostedConfigurationVersionsCommand, serializeAws_restJson1ListHostedConfigurationVersionsCommand, } from "../protocols/Aws_restJson1";
6
+ var ListHostedConfigurationVersionsCommand = (function (_super) {
25
7
  __extends(ListHostedConfigurationVersionsCommand, _super);
26
- // Start section: command_properties
27
- // End section: command_properties
28
8
  function ListHostedConfigurationVersionsCommand(input) {
29
- var _this =
30
- // Start section: command_constructor
31
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
32
10
  _this.input = input;
33
11
  return _this;
34
- // End section: command_constructor
35
12
  }
36
- /**
37
- * @internal
38
- */
39
13
  ListHostedConfigurationVersionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
40
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
41
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListHostedConfigurationVersionsCommand.js","sourceRoot":"","sources":["../../src/commands/ListHostedConfigurationVersionsCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,2BAA2B,EAAE,sCAAsC,EAAE,MAAM,oBAAoB,CAAC;AACzG,OAAO,EACL,8DAA8D,EAC9D,4DAA4D,GAC7D,MAAM,4BAA4B,CAAC;AAuBpC;IAA4D,0DAI3D;IAIC,gDAAqB,KAAkD;QAAvE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA6C;;IAIvE,CAAC;IAKD,kEAAiB,GAAjB,UACE,WAAmE,EACnE,aAA4C,EAC5C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,iBAAiB,CAAC;QACrC,IAAM,WAAW,GAAG,wCAAwC,CAAC;QAC7D,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,sCAAsC,CAAC,kBAAkB;YAClF,wBAAwB,EAAE,2BAA2B,CAAC,kBAAkB;SACzE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,0DAAS,GAAjB,UACE,KAAkD,EAClD,OAAuB;QAEvB,OAAO,4DAA4D,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtF,CAAC;IAEO,4DAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,8DAA8D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzF,CAAC;IAIH,6CAAC;AAAD,CAAC,AA5DD,CAA4D,QAAQ,GA4DnE"}