@aws-sdk/client-appconfig 3.35.0 → 3.38.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 (311) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/AppConfig.js +0 -52
  3. package/dist-cjs/AppConfigClient.js +0 -57
  4. package/dist-cjs/commands/CreateApplicationCommand.js +0 -28
  5. package/dist-cjs/commands/CreateConfigurationProfileCommand.js +0 -42
  6. package/dist-cjs/commands/CreateDeploymentStrategyCommand.js +0 -28
  7. package/dist-cjs/commands/CreateEnvironmentCommand.js +0 -31
  8. package/dist-cjs/commands/CreateHostedConfigurationVersionCommand.js +0 -25
  9. package/dist-cjs/commands/DeleteApplicationCommand.js +0 -26
  10. package/dist-cjs/commands/DeleteConfigurationProfileCommand.js +0 -26
  11. package/dist-cjs/commands/DeleteDeploymentStrategyCommand.js +0 -26
  12. package/dist-cjs/commands/DeleteEnvironmentCommand.js +0 -26
  13. package/dist-cjs/commands/DeleteHostedConfigurationVersionCommand.js +0 -25
  14. package/dist-cjs/commands/GetApplicationCommand.js +0 -25
  15. package/dist-cjs/commands/GetConfigurationCommand.js +0 -37
  16. package/dist-cjs/commands/GetConfigurationProfileCommand.js +0 -25
  17. package/dist-cjs/commands/GetDeploymentCommand.js +0 -25
  18. package/dist-cjs/commands/GetDeploymentStrategyCommand.js +0 -29
  19. package/dist-cjs/commands/GetEnvironmentCommand.js +0 -29
  20. package/dist-cjs/commands/GetHostedConfigurationVersionCommand.js +0 -25
  21. package/dist-cjs/commands/ListApplicationsCommand.js +0 -25
  22. package/dist-cjs/commands/ListConfigurationProfilesCommand.js +0 -25
  23. package/dist-cjs/commands/ListDeploymentStrategiesCommand.js +0 -25
  24. package/dist-cjs/commands/ListDeploymentsCommand.js +0 -25
  25. package/dist-cjs/commands/ListEnvironmentsCommand.js +0 -25
  26. package/dist-cjs/commands/ListHostedConfigurationVersionsCommand.js +0 -26
  27. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
  28. package/dist-cjs/commands/StartDeploymentCommand.js +0 -25
  29. package/dist-cjs/commands/StopDeploymentCommand.js +0 -27
  30. package/dist-cjs/commands/TagResourceCommand.js +0 -27
  31. package/dist-cjs/commands/UntagResourceCommand.js +0 -25
  32. package/dist-cjs/commands/UpdateApplicationCommand.js +0 -25
  33. package/dist-cjs/commands/UpdateConfigurationProfileCommand.js +0 -25
  34. package/dist-cjs/commands/UpdateDeploymentStrategyCommand.js +0 -25
  35. package/dist-cjs/commands/UpdateEnvironmentCommand.js +0 -25
  36. package/dist-cjs/commands/ValidateConfigurationCommand.js +0 -25
  37. package/dist-cjs/commands/index.js +36 -0
  38. package/dist-cjs/endpoints.js +1 -2
  39. package/dist-cjs/index.js +4 -43
  40. package/dist-cjs/models/index.js +0 -1
  41. package/dist-cjs/models/models_0.js +0 -178
  42. package/dist-cjs/pagination/Interfaces.js +0 -1
  43. package/dist-cjs/pagination/ListApplicationsPaginator.js +0 -11
  44. package/dist-cjs/pagination/ListConfigurationProfilesPaginator.js +0 -11
  45. package/dist-cjs/pagination/ListDeploymentStrategiesPaginator.js +0 -11
  46. package/dist-cjs/pagination/ListDeploymentsPaginator.js +0 -11
  47. package/dist-cjs/pagination/ListEnvironmentsPaginator.js +0 -11
  48. package/dist-cjs/pagination/ListHostedConfigurationVersionsPaginator.js +0 -11
  49. package/dist-cjs/pagination/index.js +10 -0
  50. package/dist-cjs/protocols/Aws_restJson1.js +0 -6
  51. package/dist-cjs/runtimeConfig.browser.js +1 -6
  52. package/dist-cjs/runtimeConfig.js +2 -7
  53. package/dist-cjs/runtimeConfig.native.js +0 -4
  54. package/dist-cjs/runtimeConfig.shared.js +0 -4
  55. package/dist-es/AppConfig.js +0 -1
  56. package/dist-es/AppConfigClient.js +0 -1
  57. package/dist-es/commands/CreateApplicationCommand.js +0 -1
  58. package/dist-es/commands/CreateConfigurationProfileCommand.js +0 -1
  59. package/dist-es/commands/CreateDeploymentStrategyCommand.js +0 -1
  60. package/dist-es/commands/CreateEnvironmentCommand.js +0 -1
  61. package/dist-es/commands/CreateHostedConfigurationVersionCommand.js +0 -1
  62. package/dist-es/commands/DeleteApplicationCommand.js +0 -1
  63. package/dist-es/commands/DeleteConfigurationProfileCommand.js +0 -1
  64. package/dist-es/commands/DeleteDeploymentStrategyCommand.js +0 -1
  65. package/dist-es/commands/DeleteEnvironmentCommand.js +0 -1
  66. package/dist-es/commands/DeleteHostedConfigurationVersionCommand.js +0 -1
  67. package/dist-es/commands/GetApplicationCommand.js +0 -1
  68. package/dist-es/commands/GetConfigurationCommand.js +0 -1
  69. package/dist-es/commands/GetConfigurationProfileCommand.js +0 -1
  70. package/dist-es/commands/GetDeploymentCommand.js +0 -1
  71. package/dist-es/commands/GetDeploymentStrategyCommand.js +0 -1
  72. package/dist-es/commands/GetEnvironmentCommand.js +0 -1
  73. package/dist-es/commands/GetHostedConfigurationVersionCommand.js +0 -1
  74. package/dist-es/commands/ListApplicationsCommand.js +0 -1
  75. package/dist-es/commands/ListConfigurationProfilesCommand.js +0 -1
  76. package/dist-es/commands/ListDeploymentStrategiesCommand.js +0 -1
  77. package/dist-es/commands/ListDeploymentsCommand.js +0 -1
  78. package/dist-es/commands/ListEnvironmentsCommand.js +0 -1
  79. package/dist-es/commands/ListHostedConfigurationVersionsCommand.js +0 -1
  80. package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
  81. package/dist-es/commands/StartDeploymentCommand.js +0 -1
  82. package/dist-es/commands/StopDeploymentCommand.js +0 -1
  83. package/dist-es/commands/TagResourceCommand.js +0 -1
  84. package/dist-es/commands/UntagResourceCommand.js +0 -1
  85. package/dist-es/commands/UpdateApplicationCommand.js +0 -1
  86. package/dist-es/commands/UpdateConfigurationProfileCommand.js +0 -1
  87. package/dist-es/commands/UpdateDeploymentStrategyCommand.js +0 -1
  88. package/dist-es/commands/UpdateEnvironmentCommand.js +0 -1
  89. package/dist-es/commands/ValidateConfigurationCommand.js +0 -1
  90. package/dist-es/commands/index.js +33 -0
  91. package/dist-es/endpoints.js +1 -2
  92. package/dist-es/index.js +4 -43
  93. package/dist-es/models/index.js +0 -1
  94. package/dist-es/models/models_0.js +0 -1
  95. package/dist-es/pagination/Interfaces.js +0 -1
  96. package/dist-es/pagination/ListApplicationsPaginator.js +0 -1
  97. package/dist-es/pagination/ListConfigurationProfilesPaginator.js +0 -1
  98. package/dist-es/pagination/ListDeploymentStrategiesPaginator.js +0 -1
  99. package/dist-es/pagination/ListDeploymentsPaginator.js +0 -1
  100. package/dist-es/pagination/ListEnvironmentsPaginator.js +0 -1
  101. package/dist-es/pagination/ListHostedConfigurationVersionsPaginator.js +0 -1
  102. package/dist-es/pagination/index.js +7 -0
  103. package/dist-es/protocols/Aws_restJson1.js +0 -1
  104. package/dist-es/runtimeConfig.browser.js +1 -2
  105. package/dist-es/runtimeConfig.js +2 -3
  106. package/dist-es/runtimeConfig.native.js +0 -1
  107. package/dist-es/runtimeConfig.shared.js +0 -1
  108. package/dist-types/commands/index.d.ts +33 -0
  109. package/dist-types/index.d.ts +4 -42
  110. package/dist-types/pagination/index.d.ts +7 -0
  111. package/dist-types/ts3.4/AppConfig.d.ts +34 -208
  112. package/dist-types/ts3.4/AppConfigClient.d.ts +24 -137
  113. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +2 -23
  114. package/dist-types/ts3.4/commands/CreateConfigurationProfileCommand.d.ts +2 -37
  115. package/dist-types/ts3.4/commands/CreateDeploymentStrategyCommand.d.ts +2 -23
  116. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +2 -26
  117. package/dist-types/ts3.4/commands/CreateHostedConfigurationVersionCommand.d.ts +2 -20
  118. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +2 -21
  119. package/dist-types/ts3.4/commands/DeleteConfigurationProfileCommand.d.ts +2 -21
  120. package/dist-types/ts3.4/commands/DeleteDeploymentStrategyCommand.d.ts +2 -21
  121. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +2 -21
  122. package/dist-types/ts3.4/commands/DeleteHostedConfigurationVersionCommand.d.ts +2 -20
  123. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +2 -20
  124. package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +2 -32
  125. package/dist-types/ts3.4/commands/GetConfigurationProfileCommand.d.ts +2 -20
  126. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +2 -20
  127. package/dist-types/ts3.4/commands/GetDeploymentStrategyCommand.d.ts +2 -24
  128. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +2 -24
  129. package/dist-types/ts3.4/commands/GetHostedConfigurationVersionCommand.d.ts +2 -20
  130. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +2 -20
  131. package/dist-types/ts3.4/commands/ListConfigurationProfilesCommand.d.ts +2 -20
  132. package/dist-types/ts3.4/commands/ListDeploymentStrategiesCommand.d.ts +2 -20
  133. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +2 -20
  134. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +2 -20
  135. package/dist-types/ts3.4/commands/ListHostedConfigurationVersionsCommand.d.ts +2 -21
  136. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
  137. package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +2 -20
  138. package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +2 -22
  139. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -22
  140. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
  141. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +2 -20
  142. package/dist-types/ts3.4/commands/UpdateConfigurationProfileCommand.d.ts +2 -20
  143. package/dist-types/ts3.4/commands/UpdateDeploymentStrategyCommand.d.ts +2 -20
  144. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +2 -20
  145. package/dist-types/ts3.4/commands/ValidateConfigurationCommand.d.ts +2 -20
  146. package/dist-types/ts3.4/commands/index.d.ts +33 -0
  147. package/dist-types/ts3.4/index.d.ts +4 -42
  148. package/dist-types/ts3.4/models/models_0.d.ts +275 -973
  149. package/dist-types/ts3.4/pagination/index.d.ts +7 -0
  150. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  151. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  152. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  153. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  154. package/package.json +33 -30
  155. package/dist-cjs/AppConfig.js.map +0 -1
  156. package/dist-cjs/AppConfigClient.js.map +0 -1
  157. package/dist-cjs/commands/CreateApplicationCommand.js.map +0 -1
  158. package/dist-cjs/commands/CreateConfigurationProfileCommand.js.map +0 -1
  159. package/dist-cjs/commands/CreateDeploymentStrategyCommand.js.map +0 -1
  160. package/dist-cjs/commands/CreateEnvironmentCommand.js.map +0 -1
  161. package/dist-cjs/commands/CreateHostedConfigurationVersionCommand.js.map +0 -1
  162. package/dist-cjs/commands/DeleteApplicationCommand.js.map +0 -1
  163. package/dist-cjs/commands/DeleteConfigurationProfileCommand.js.map +0 -1
  164. package/dist-cjs/commands/DeleteDeploymentStrategyCommand.js.map +0 -1
  165. package/dist-cjs/commands/DeleteEnvironmentCommand.js.map +0 -1
  166. package/dist-cjs/commands/DeleteHostedConfigurationVersionCommand.js.map +0 -1
  167. package/dist-cjs/commands/GetApplicationCommand.js.map +0 -1
  168. package/dist-cjs/commands/GetConfigurationCommand.js.map +0 -1
  169. package/dist-cjs/commands/GetConfigurationProfileCommand.js.map +0 -1
  170. package/dist-cjs/commands/GetDeploymentCommand.js.map +0 -1
  171. package/dist-cjs/commands/GetDeploymentStrategyCommand.js.map +0 -1
  172. package/dist-cjs/commands/GetEnvironmentCommand.js.map +0 -1
  173. package/dist-cjs/commands/GetHostedConfigurationVersionCommand.js.map +0 -1
  174. package/dist-cjs/commands/ListApplicationsCommand.js.map +0 -1
  175. package/dist-cjs/commands/ListConfigurationProfilesCommand.js.map +0 -1
  176. package/dist-cjs/commands/ListDeploymentStrategiesCommand.js.map +0 -1
  177. package/dist-cjs/commands/ListDeploymentsCommand.js.map +0 -1
  178. package/dist-cjs/commands/ListEnvironmentsCommand.js.map +0 -1
  179. package/dist-cjs/commands/ListHostedConfigurationVersionsCommand.js.map +0 -1
  180. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  181. package/dist-cjs/commands/StartDeploymentCommand.js.map +0 -1
  182. package/dist-cjs/commands/StopDeploymentCommand.js.map +0 -1
  183. package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
  184. package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
  185. package/dist-cjs/commands/UpdateApplicationCommand.js.map +0 -1
  186. package/dist-cjs/commands/UpdateConfigurationProfileCommand.js.map +0 -1
  187. package/dist-cjs/commands/UpdateDeploymentStrategyCommand.js.map +0 -1
  188. package/dist-cjs/commands/UpdateEnvironmentCommand.js.map +0 -1
  189. package/dist-cjs/commands/ValidateConfigurationCommand.js.map +0 -1
  190. package/dist-cjs/endpoints.js.map +0 -1
  191. package/dist-cjs/index.js.map +0 -1
  192. package/dist-cjs/models/index.js.map +0 -1
  193. package/dist-cjs/models/models_0.js.map +0 -1
  194. package/dist-cjs/pagination/Interfaces.js.map +0 -1
  195. package/dist-cjs/pagination/ListApplicationsPaginator.js.map +0 -1
  196. package/dist-cjs/pagination/ListConfigurationProfilesPaginator.js.map +0 -1
  197. package/dist-cjs/pagination/ListDeploymentStrategiesPaginator.js.map +0 -1
  198. package/dist-cjs/pagination/ListDeploymentsPaginator.js.map +0 -1
  199. package/dist-cjs/pagination/ListEnvironmentsPaginator.js.map +0 -1
  200. package/dist-cjs/pagination/ListHostedConfigurationVersionsPaginator.js.map +0 -1
  201. package/dist-cjs/protocols/Aws_restJson1.js.map +0 -1
  202. package/dist-cjs/runtimeConfig.browser.js.map +0 -1
  203. package/dist-cjs/runtimeConfig.js.map +0 -1
  204. package/dist-cjs/runtimeConfig.native.js.map +0 -1
  205. package/dist-cjs/runtimeConfig.shared.js.map +0 -1
  206. package/dist-es/AppConfig.js.map +0 -1
  207. package/dist-es/AppConfigClient.js.map +0 -1
  208. package/dist-es/commands/CreateApplicationCommand.js.map +0 -1
  209. package/dist-es/commands/CreateConfigurationProfileCommand.js.map +0 -1
  210. package/dist-es/commands/CreateDeploymentStrategyCommand.js.map +0 -1
  211. package/dist-es/commands/CreateEnvironmentCommand.js.map +0 -1
  212. package/dist-es/commands/CreateHostedConfigurationVersionCommand.js.map +0 -1
  213. package/dist-es/commands/DeleteApplicationCommand.js.map +0 -1
  214. package/dist-es/commands/DeleteConfigurationProfileCommand.js.map +0 -1
  215. package/dist-es/commands/DeleteDeploymentStrategyCommand.js.map +0 -1
  216. package/dist-es/commands/DeleteEnvironmentCommand.js.map +0 -1
  217. package/dist-es/commands/DeleteHostedConfigurationVersionCommand.js.map +0 -1
  218. package/dist-es/commands/GetApplicationCommand.js.map +0 -1
  219. package/dist-es/commands/GetConfigurationCommand.js.map +0 -1
  220. package/dist-es/commands/GetConfigurationProfileCommand.js.map +0 -1
  221. package/dist-es/commands/GetDeploymentCommand.js.map +0 -1
  222. package/dist-es/commands/GetDeploymentStrategyCommand.js.map +0 -1
  223. package/dist-es/commands/GetEnvironmentCommand.js.map +0 -1
  224. package/dist-es/commands/GetHostedConfigurationVersionCommand.js.map +0 -1
  225. package/dist-es/commands/ListApplicationsCommand.js.map +0 -1
  226. package/dist-es/commands/ListConfigurationProfilesCommand.js.map +0 -1
  227. package/dist-es/commands/ListDeploymentStrategiesCommand.js.map +0 -1
  228. package/dist-es/commands/ListDeploymentsCommand.js.map +0 -1
  229. package/dist-es/commands/ListEnvironmentsCommand.js.map +0 -1
  230. package/dist-es/commands/ListHostedConfigurationVersionsCommand.js.map +0 -1
  231. package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
  232. package/dist-es/commands/StartDeploymentCommand.js.map +0 -1
  233. package/dist-es/commands/StopDeploymentCommand.js.map +0 -1
  234. package/dist-es/commands/TagResourceCommand.js.map +0 -1
  235. package/dist-es/commands/UntagResourceCommand.js.map +0 -1
  236. package/dist-es/commands/UpdateApplicationCommand.js.map +0 -1
  237. package/dist-es/commands/UpdateConfigurationProfileCommand.js.map +0 -1
  238. package/dist-es/commands/UpdateDeploymentStrategyCommand.js.map +0 -1
  239. package/dist-es/commands/UpdateEnvironmentCommand.js.map +0 -1
  240. package/dist-es/commands/ValidateConfigurationCommand.js.map +0 -1
  241. package/dist-es/endpoints.js.map +0 -1
  242. package/dist-es/index.js.map +0 -1
  243. package/dist-es/models/index.js.map +0 -1
  244. package/dist-es/models/models_0.js.map +0 -1
  245. package/dist-es/pagination/Interfaces.js.map +0 -1
  246. package/dist-es/pagination/ListApplicationsPaginator.js.map +0 -1
  247. package/dist-es/pagination/ListConfigurationProfilesPaginator.js.map +0 -1
  248. package/dist-es/pagination/ListDeploymentStrategiesPaginator.js.map +0 -1
  249. package/dist-es/pagination/ListDeploymentsPaginator.js.map +0 -1
  250. package/dist-es/pagination/ListEnvironmentsPaginator.js.map +0 -1
  251. package/dist-es/pagination/ListHostedConfigurationVersionsPaginator.js.map +0 -1
  252. package/dist-es/protocols/Aws_restJson1.js.map +0 -1
  253. package/dist-es/runtimeConfig.browser.js.map +0 -1
  254. package/dist-es/runtimeConfig.js.map +0 -1
  255. package/dist-es/runtimeConfig.native.js.map +0 -1
  256. package/dist-es/runtimeConfig.shared.js.map +0 -1
  257. package/jest.config.js +0 -4
  258. package/src/AppConfig.ts +0 -1325
  259. package/src/AppConfigClient.ts +0 -431
  260. package/src/commands/CreateApplicationCommand.ts +0 -98
  261. package/src/commands/CreateConfigurationProfileCommand.ts +0 -115
  262. package/src/commands/CreateDeploymentStrategyCommand.ts +0 -98
  263. package/src/commands/CreateEnvironmentCommand.ts +0 -101
  264. package/src/commands/CreateHostedConfigurationVersionCommand.ts +0 -101
  265. package/src/commands/DeleteApplicationCommand.ts +0 -96
  266. package/src/commands/DeleteConfigurationProfileCommand.ts +0 -99
  267. package/src/commands/DeleteDeploymentStrategyCommand.ts +0 -96
  268. package/src/commands/DeleteEnvironmentCommand.ts +0 -96
  269. package/src/commands/DeleteHostedConfigurationVersionCommand.ts +0 -101
  270. package/src/commands/GetApplicationCommand.ts +0 -95
  271. package/src/commands/GetConfigurationCommand.ts +0 -107
  272. package/src/commands/GetConfigurationProfileCommand.ts +0 -95
  273. package/src/commands/GetDeploymentCommand.ts +0 -95
  274. package/src/commands/GetDeploymentStrategyCommand.ts +0 -99
  275. package/src/commands/GetEnvironmentCommand.ts +0 -99
  276. package/src/commands/GetHostedConfigurationVersionCommand.ts +0 -98
  277. package/src/commands/ListApplicationsCommand.ts +0 -95
  278. package/src/commands/ListConfigurationProfilesCommand.ts +0 -98
  279. package/src/commands/ListDeploymentStrategiesCommand.ts +0 -95
  280. package/src/commands/ListDeploymentsCommand.ts +0 -95
  281. package/src/commands/ListEnvironmentsCommand.ts +0 -95
  282. package/src/commands/ListHostedConfigurationVersionsCommand.ts +0 -102
  283. package/src/commands/ListTagsForResourceCommand.ts +0 -95
  284. package/src/commands/StartDeploymentCommand.ts +0 -95
  285. package/src/commands/StopDeploymentCommand.ts +0 -97
  286. package/src/commands/TagResourceCommand.ts +0 -97
  287. package/src/commands/UntagResourceCommand.ts +0 -95
  288. package/src/commands/UpdateApplicationCommand.ts +0 -95
  289. package/src/commands/UpdateConfigurationProfileCommand.ts +0 -98
  290. package/src/commands/UpdateDeploymentStrategyCommand.ts +0 -95
  291. package/src/commands/UpdateEnvironmentCommand.ts +0 -95
  292. package/src/commands/ValidateConfigurationCommand.ts +0 -95
  293. package/src/endpoints.ts +0 -57
  294. package/src/index.ts +0 -43
  295. package/src/models/index.ts +0 -1
  296. package/src/models/models_0.ts +0 -1941
  297. package/src/pagination/Interfaces.ts +0 -8
  298. package/src/pagination/ListApplicationsPaginator.ts +0 -59
  299. package/src/pagination/ListConfigurationProfilesPaginator.ts +0 -59
  300. package/src/pagination/ListDeploymentStrategiesPaginator.ts +0 -59
  301. package/src/pagination/ListDeploymentsPaginator.ts +0 -59
  302. package/src/pagination/ListEnvironmentsPaginator.ts +0 -59
  303. package/src/pagination/ListHostedConfigurationVersionsPaginator.ts +0 -59
  304. package/src/protocols/Aws_restJson1.ts +0 -4709
  305. package/src/runtimeConfig.browser.ts +0 -41
  306. package/src/runtimeConfig.native.ts +0 -17
  307. package/src/runtimeConfig.shared.ts +0 -17
  308. package/src/runtimeConfig.ts +0 -46
  309. package/tsconfig.es.json +0 -10
  310. package/tsconfig.json +0 -33
  311. package/tsconfig.types.json +0 -9
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>Retrieve information about an application.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { AppConfigClient, GetApplicationCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
14
- * // const { AppConfigClient, GetApplicationCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
15
- * const client = new AppConfigClient(config);
16
- * const command = new GetApplicationCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link GetApplicationCommandInput} for command's `input` shape.
21
- * @see {@link GetApplicationCommandOutput} for command's `response` shape.
22
- * @see {@link AppConfigClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class GetApplicationCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class GetApplicationCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.GetApplicationCommand = GetApplicationCommand;
61
- //# sourceMappingURL=GetApplicationCommand.js.map
@@ -5,47 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>Receive information about a configuration.</p>
10
- * <important>
11
- * <p>AWS AppConfig uses the value of the <code>ClientConfigurationVersion</code> parameter
12
- * to identify the configuration version on your clients. If you don’t send
13
- * <code>ClientConfigurationVersion</code> with each call to
14
- * <code>GetConfiguration</code>, your clients receive the current configuration. You
15
- * are charged each time your clients receive a configuration.</p>
16
- * <p>To avoid excess charges, we recommend that you include the
17
- * <code>ClientConfigurationVersion</code> value with every call to
18
- * <code>GetConfiguration</code>. This value must be saved on your client. Subsequent
19
- * calls to <code>GetConfiguration</code> must pass this value by using the
20
- * <code>ClientConfigurationVersion</code> parameter. </p>
21
- * </important>
22
- * @example
23
- * Use a bare-bones client and the command you need to make an API call.
24
- * ```javascript
25
- * import { AppConfigClient, GetConfigurationCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
26
- * // const { AppConfigClient, GetConfigurationCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
27
- * const client = new AppConfigClient(config);
28
- * const command = new GetConfigurationCommand(input);
29
- * const response = await client.send(command);
30
- * ```
31
- *
32
- * @see {@link GetConfigurationCommandInput} for command's `input` shape.
33
- * @see {@link GetConfigurationCommandOutput} for command's `response` shape.
34
- * @see {@link AppConfigClientResolvedConfig | config} for command's `input` shape.
35
- *
36
- */
37
8
  class GetConfigurationCommand extends smithy_client_1.Command {
38
- // Start section: command_properties
39
- // End section: command_properties
40
9
  constructor(input) {
41
- // Start section: command_constructor
42
10
  super();
43
11
  this.input = input;
44
- // End section: command_constructor
45
12
  }
46
- /**
47
- * @internal
48
- */
49
13
  resolveMiddleware(clientStack, configuration, options) {
50
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
51
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -70,4 +34,3 @@ class GetConfigurationCommand extends smithy_client_1.Command {
70
34
  }
71
35
  }
72
36
  exports.GetConfigurationCommand = GetConfigurationCommand;
73
- //# sourceMappingURL=GetConfigurationCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>Retrieve information about a configuration profile.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { AppConfigClient, GetConfigurationProfileCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
14
- * // const { AppConfigClient, GetConfigurationProfileCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
15
- * const client = new AppConfigClient(config);
16
- * const command = new GetConfigurationProfileCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link GetConfigurationProfileCommandInput} for command's `input` shape.
21
- * @see {@link GetConfigurationProfileCommandOutput} for command's `response` shape.
22
- * @see {@link AppConfigClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class GetConfigurationProfileCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class GetConfigurationProfileCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.GetConfigurationProfileCommand = GetConfigurationProfileCommand;
61
- //# sourceMappingURL=GetConfigurationProfileCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>Retrieve information about a configuration deployment.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { AppConfigClient, GetDeploymentCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
14
- * // const { AppConfigClient, GetDeploymentCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
15
- * const client = new AppConfigClient(config);
16
- * const command = new GetDeploymentCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link GetDeploymentCommandInput} for command's `input` shape.
21
- * @see {@link GetDeploymentCommandOutput} for command's `response` shape.
22
- * @see {@link AppConfigClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class GetDeploymentCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class GetDeploymentCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.GetDeploymentCommand = GetDeploymentCommand;
61
- //# sourceMappingURL=GetDeploymentCommand.js.map
@@ -5,39 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>Retrieve information about a deployment strategy. A deployment strategy defines
10
- * important criteria for rolling out your configuration to the designated targets. A
11
- * deployment strategy includes: the overall duration required, a percentage of targets to
12
- * receive the deployment during each interval, an algorithm that defines how percentage
13
- * grows, and bake time.</p>
14
- * @example
15
- * Use a bare-bones client and the command you need to make an API call.
16
- * ```javascript
17
- * import { AppConfigClient, GetDeploymentStrategyCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
18
- * // const { AppConfigClient, GetDeploymentStrategyCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
19
- * const client = new AppConfigClient(config);
20
- * const command = new GetDeploymentStrategyCommand(input);
21
- * const response = await client.send(command);
22
- * ```
23
- *
24
- * @see {@link GetDeploymentStrategyCommandInput} for command's `input` shape.
25
- * @see {@link GetDeploymentStrategyCommandOutput} for command's `response` shape.
26
- * @see {@link AppConfigClientResolvedConfig | config} for command's `input` shape.
27
- *
28
- */
29
8
  class GetDeploymentStrategyCommand extends smithy_client_1.Command {
30
- // Start section: command_properties
31
- // End section: command_properties
32
9
  constructor(input) {
33
- // Start section: command_constructor
34
10
  super();
35
11
  this.input = input;
36
- // End section: command_constructor
37
12
  }
38
- /**
39
- * @internal
40
- */
41
13
  resolveMiddleware(clientStack, configuration, options) {
42
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
43
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +34,3 @@ class GetDeploymentStrategyCommand extends smithy_client_1.Command {
62
34
  }
63
35
  }
64
36
  exports.GetDeploymentStrategyCommand = GetDeploymentStrategyCommand;
65
- //# sourceMappingURL=GetDeploymentStrategyCommand.js.map
@@ -5,39 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>Retrieve information about an environment. An environment is a logical deployment group
10
- * of AppConfig applications, such as applications in a <code>Production</code> environment or
11
- * in an <code>EU_Region</code> environment. Each configuration deployment targets an
12
- * environment. You can enable one or more Amazon CloudWatch alarms for an environment. If an alarm is
13
- * triggered during a deployment, AppConfig roles back the configuration.</p>
14
- * @example
15
- * Use a bare-bones client and the command you need to make an API call.
16
- * ```javascript
17
- * import { AppConfigClient, GetEnvironmentCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
18
- * // const { AppConfigClient, GetEnvironmentCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
19
- * const client = new AppConfigClient(config);
20
- * const command = new GetEnvironmentCommand(input);
21
- * const response = await client.send(command);
22
- * ```
23
- *
24
- * @see {@link GetEnvironmentCommandInput} for command's `input` shape.
25
- * @see {@link GetEnvironmentCommandOutput} for command's `response` shape.
26
- * @see {@link AppConfigClientResolvedConfig | config} for command's `input` shape.
27
- *
28
- */
29
8
  class GetEnvironmentCommand extends smithy_client_1.Command {
30
- // Start section: command_properties
31
- // End section: command_properties
32
9
  constructor(input) {
33
- // Start section: command_constructor
34
10
  super();
35
11
  this.input = input;
36
- // End section: command_constructor
37
12
  }
38
- /**
39
- * @internal
40
- */
41
13
  resolveMiddleware(clientStack, configuration, options) {
42
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
43
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +34,3 @@ class GetEnvironmentCommand extends smithy_client_1.Command {
62
34
  }
63
35
  }
64
36
  exports.GetEnvironmentCommand = GetEnvironmentCommand;
65
- //# sourceMappingURL=GetEnvironmentCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>Get information about a specific configuration version.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { AppConfigClient, GetHostedConfigurationVersionCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
14
- * // const { AppConfigClient, GetHostedConfigurationVersionCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
15
- * const client = new AppConfigClient(config);
16
- * const command = new GetHostedConfigurationVersionCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link GetHostedConfigurationVersionCommandInput} for command's `input` shape.
21
- * @see {@link GetHostedConfigurationVersionCommandOutput} for command's `response` shape.
22
- * @see {@link AppConfigClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class GetHostedConfigurationVersionCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class GetHostedConfigurationVersionCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.GetHostedConfigurationVersionCommand = GetHostedConfigurationVersionCommand;
61
- //# sourceMappingURL=GetHostedConfigurationVersionCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>List all applications in your AWS account.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { AppConfigClient, ListApplicationsCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
14
- * // const { AppConfigClient, ListApplicationsCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
15
- * const client = new AppConfigClient(config);
16
- * const command = new ListApplicationsCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link ListApplicationsCommandInput} for command's `input` shape.
21
- * @see {@link ListApplicationsCommandOutput} for command's `response` shape.
22
- * @see {@link AppConfigClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class ListApplicationsCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class ListApplicationsCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.ListApplicationsCommand = ListApplicationsCommand;
61
- //# sourceMappingURL=ListApplicationsCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>Lists the configuration profiles for an application.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { AppConfigClient, ListConfigurationProfilesCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
14
- * // const { AppConfigClient, ListConfigurationProfilesCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
15
- * const client = new AppConfigClient(config);
16
- * const command = new ListConfigurationProfilesCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link ListConfigurationProfilesCommandInput} for command's `input` shape.
21
- * @see {@link ListConfigurationProfilesCommandOutput} for command's `response` shape.
22
- * @see {@link AppConfigClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class ListConfigurationProfilesCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class ListConfigurationProfilesCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.ListConfigurationProfilesCommand = ListConfigurationProfilesCommand;
61
- //# sourceMappingURL=ListConfigurationProfilesCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>List deployment strategies.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { AppConfigClient, ListDeploymentStrategiesCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
14
- * // const { AppConfigClient, ListDeploymentStrategiesCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
15
- * const client = new AppConfigClient(config);
16
- * const command = new ListDeploymentStrategiesCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link ListDeploymentStrategiesCommandInput} for command's `input` shape.
21
- * @see {@link ListDeploymentStrategiesCommandOutput} for command's `response` shape.
22
- * @see {@link AppConfigClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class ListDeploymentStrategiesCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class ListDeploymentStrategiesCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.ListDeploymentStrategiesCommand = ListDeploymentStrategiesCommand;
61
- //# sourceMappingURL=ListDeploymentStrategiesCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>Lists the deployments for an environment.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { AppConfigClient, ListDeploymentsCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
14
- * // const { AppConfigClient, ListDeploymentsCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
15
- * const client = new AppConfigClient(config);
16
- * const command = new ListDeploymentsCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link ListDeploymentsCommandInput} for command's `input` shape.
21
- * @see {@link ListDeploymentsCommandOutput} for command's `response` shape.
22
- * @see {@link AppConfigClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class ListDeploymentsCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class ListDeploymentsCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.ListDeploymentsCommand = ListDeploymentsCommand;
61
- //# sourceMappingURL=ListDeploymentsCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>List the environments for an application.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { AppConfigClient, ListEnvironmentsCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
14
- * // const { AppConfigClient, ListEnvironmentsCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
15
- * const client = new AppConfigClient(config);
16
- * const command = new ListEnvironmentsCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link ListEnvironmentsCommandInput} for command's `input` shape.
21
- * @see {@link ListEnvironmentsCommandOutput} for command's `response` shape.
22
- * @see {@link AppConfigClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class ListEnvironmentsCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class ListEnvironmentsCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.ListEnvironmentsCommand = ListEnvironmentsCommand;
61
- //# sourceMappingURL=ListEnvironmentsCommand.js.map
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>View a list of configurations stored in the AppConfig configuration store by
10
- * version.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { AppConfigClient, ListHostedConfigurationVersionsCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
15
- * // const { AppConfigClient, ListHostedConfigurationVersionsCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
16
- * const client = new AppConfigClient(config);
17
- * const command = new ListHostedConfigurationVersionsCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link ListHostedConfigurationVersionsCommandInput} for command's `input` shape.
22
- * @see {@link ListHostedConfigurationVersionsCommandOutput} for command's `response` shape.
23
- * @see {@link AppConfigClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
8
  class ListHostedConfigurationVersionsCommand extends smithy_client_1.Command {
27
- // Start section: command_properties
28
- // End section: command_properties
29
9
  constructor(input) {
30
- // Start section: command_constructor
31
10
  super();
32
11
  this.input = input;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  resolveMiddleware(clientStack, configuration, options) {
39
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -59,4 +34,3 @@ class ListHostedConfigurationVersionsCommand extends smithy_client_1.Command {
59
34
  }
60
35
  }
61
36
  exports.ListHostedConfigurationVersionsCommand = ListHostedConfigurationVersionsCommand;
62
- //# sourceMappingURL=ListHostedConfigurationVersionsCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>Retrieves the list of key-value tags assigned to the resource.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { AppConfigClient, ListTagsForResourceCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
14
- * // const { AppConfigClient, ListTagsForResourceCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
15
- * const client = new AppConfigClient(config);
16
- * const command = new ListTagsForResourceCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
21
- * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
22
- * @see {@link AppConfigClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class ListTagsForResourceCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
61
- //# sourceMappingURL=ListTagsForResourceCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>Starts a deployment.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { AppConfigClient, StartDeploymentCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
14
- * // const { AppConfigClient, StartDeploymentCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
15
- * const client = new AppConfigClient(config);
16
- * const command = new StartDeploymentCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link StartDeploymentCommandInput} for command's `input` shape.
21
- * @see {@link StartDeploymentCommandOutput} for command's `response` shape.
22
- * @see {@link AppConfigClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class StartDeploymentCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class StartDeploymentCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.StartDeploymentCommand = StartDeploymentCommand;
61
- //# sourceMappingURL=StartDeploymentCommand.js.map