@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
@@ -42,172 +42,59 @@ import { ValidateConfigurationCommandInput, ValidateConfigurationCommandOutput }
42
42
  export declare type ServiceInputTypes = CreateApplicationCommandInput | CreateConfigurationProfileCommandInput | CreateDeploymentStrategyCommandInput | CreateEnvironmentCommandInput | CreateHostedConfigurationVersionCommandInput | DeleteApplicationCommandInput | DeleteConfigurationProfileCommandInput | DeleteDeploymentStrategyCommandInput | DeleteEnvironmentCommandInput | DeleteHostedConfigurationVersionCommandInput | GetApplicationCommandInput | GetConfigurationCommandInput | GetConfigurationProfileCommandInput | GetDeploymentCommandInput | GetDeploymentStrategyCommandInput | GetEnvironmentCommandInput | GetHostedConfigurationVersionCommandInput | ListApplicationsCommandInput | ListConfigurationProfilesCommandInput | ListDeploymentStrategiesCommandInput | ListDeploymentsCommandInput | ListEnvironmentsCommandInput | ListHostedConfigurationVersionsCommandInput | ListTagsForResourceCommandInput | StartDeploymentCommandInput | StopDeploymentCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateApplicationCommandInput | UpdateConfigurationProfileCommandInput | UpdateDeploymentStrategyCommandInput | UpdateEnvironmentCommandInput | ValidateConfigurationCommandInput;
43
43
  export declare type ServiceOutputTypes = CreateApplicationCommandOutput | CreateConfigurationProfileCommandOutput | CreateDeploymentStrategyCommandOutput | CreateEnvironmentCommandOutput | CreateHostedConfigurationVersionCommandOutput | DeleteApplicationCommandOutput | DeleteConfigurationProfileCommandOutput | DeleteDeploymentStrategyCommandOutput | DeleteEnvironmentCommandOutput | DeleteHostedConfigurationVersionCommandOutput | GetApplicationCommandOutput | GetConfigurationCommandOutput | GetConfigurationProfileCommandOutput | GetDeploymentCommandOutput | GetDeploymentStrategyCommandOutput | GetEnvironmentCommandOutput | GetHostedConfigurationVersionCommandOutput | ListApplicationsCommandOutput | ListConfigurationProfilesCommandOutput | ListDeploymentStrategiesCommandOutput | ListDeploymentsCommandOutput | ListEnvironmentsCommandOutput | ListHostedConfigurationVersionsCommandOutput | ListTagsForResourceCommandOutput | StartDeploymentCommandOutput | StopDeploymentCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateApplicationCommandOutput | UpdateConfigurationProfileCommandOutput | UpdateDeploymentStrategyCommandOutput | UpdateEnvironmentCommandOutput | ValidateConfigurationCommandOutput;
44
44
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
45
- /**
46
- * The HTTP handler to use. Fetch in browser and Https in Nodejs.
47
- */
45
+
48
46
  requestHandler?: __HttpHandler;
49
- /**
50
- * A constructor for a class implementing the {@link __Hash} interface
51
- * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
52
- * @internal
53
- */
47
+
54
48
  sha256?: __HashConstructor;
55
- /**
56
- * The function that will be used to convert strings into HTTP endpoints.
57
- * @internal
58
- */
49
+
59
50
  urlParser?: __UrlParser;
60
- /**
61
- * A function that can calculate the length of a request body.
62
- * @internal
63
- */
51
+
64
52
  bodyLengthChecker?: (body: any) => number | undefined;
65
- /**
66
- * A function that converts a stream into an array of bytes.
67
- * @internal
68
- */
53
+
69
54
  streamCollector?: __StreamCollector;
70
- /**
71
- * The function that will be used to convert a base64-encoded string to a byte array.
72
- * @internal
73
- */
55
+
74
56
  base64Decoder?: __Decoder;
75
- /**
76
- * The function that will be used to convert binary data to a base64-encoded string.
77
- * @internal
78
- */
57
+
79
58
  base64Encoder?: __Encoder;
80
- /**
81
- * The function that will be used to convert a UTF8-encoded string to a byte array.
82
- * @internal
83
- */
59
+
84
60
  utf8Decoder?: __Decoder;
85
- /**
86
- * The function that will be used to convert binary data to a UTF-8 encoded string.
87
- * @internal
88
- */
61
+
89
62
  utf8Encoder?: __Encoder;
90
- /**
91
- * The runtime environment.
92
- * @internal
93
- */
63
+
94
64
  runtime?: string;
95
- /**
96
- * Disable dyanamically changing the endpoint of the client based on the hostPrefix
97
- * trait of an operation.
98
- */
65
+
99
66
  disableHostPrefix?: boolean;
100
- /**
101
- * Value for how many times a request will be made at most in case of retry.
102
- */
67
+
103
68
  maxAttempts?: number | __Provider<number>;
104
- /**
105
- * Specifies which retry algorithm to use.
106
- */
69
+
107
70
  retryMode?: string | __Provider<string>;
108
- /**
109
- * Optional logger for logging debug/info/warn/error.
110
- */
71
+
111
72
  logger?: __Logger;
112
- /**
113
- * Unique service identifier.
114
- * @internal
115
- */
73
+
116
74
  serviceId?: string;
117
- /**
118
- * The AWS region to which this client will send requests
119
- */
75
+
120
76
  region?: string | __Provider<string>;
121
- /**
122
- * Default credentials provider; Not available in browser runtime.
123
- * @internal
124
- */
77
+
125
78
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
126
- /**
127
- * Fetch related hostname, signing name or signing region with given region.
128
- * @internal
129
- */
79
+
130
80
  regionInfoProvider?: RegionInfoProvider;
131
- /**
132
- * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
133
- * @internal
134
- */
81
+
135
82
  defaultUserAgentProvider?: Provider<__UserAgent>;
136
83
  }
137
84
  declare type AppConfigClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
138
- /**
139
- * The configuration interface of AppConfigClient class constructor that set the region, credentials and other options.
140
- */
85
+
141
86
  export interface AppConfigClientConfig extends AppConfigClientConfigType {
142
87
  }
143
88
  declare type AppConfigClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
144
- /**
145
- * The resolved configuration interface of AppConfigClient class. This is resolved and normalized from the {@link AppConfigClientConfig | constructor configuration interface}.
146
- */
89
+
147
90
  export interface AppConfigClientResolvedConfig extends AppConfigClientResolvedConfigType {
148
91
  }
149
- /**
150
- * <fullname>AWS AppConfig</fullname>
151
- * <p>Use AWS AppConfig, a capability of AWS Systems Manager, to create, manage, and quickly deploy
152
- * application configurations. AppConfig supports controlled deployments to applications of any
153
- * size and includes built-in validation checks and monitoring. You can use AppConfig with
154
- * applications hosted on Amazon EC2 instances, AWS Lambda, containers, mobile applications, or IoT
155
- * devices.</p>
156
- *
157
- * <p>To prevent errors when deploying application configurations, especially for production
158
- * systems where a simple typo could cause an unexpected outage, AppConfig includes validators.
159
- * A validator provides a syntactic or semantic check to ensure that the configuration you
160
- * want to deploy works as intended. To validate your application configuration data, you
161
- * provide a schema or a Lambda function that runs against the configuration. The
162
- * configuration deployment or update can only proceed when the configuration data is
163
- * valid.</p>
164
- *
165
- * <p>During a configuration deployment, AppConfig monitors the application to ensure that the
166
- * deployment is successful. If the system encounters an error, AppConfig rolls back the change
167
- * to minimize impact for your application users. You can configure a deployment strategy for
168
- * each application or environment that includes deployment criteria, including velocity, bake
169
- * time, and alarms to monitor. Similar to error monitoring, if a deployment triggers an
170
- * alarm, AppConfig automatically rolls back to the previous version. </p>
171
- *
172
- * <p>AppConfig supports multiple use cases. Here are some examples.</p>
173
- * <ul>
174
- * <li>
175
- * <p>
176
- * <b>Application tuning</b>: Use AppConfig to carefully
177
- * introduce changes to your application that can only be tested with production
178
- * traffic.</p>
179
- * </li>
180
- * <li>
181
- * <p>
182
- * <b>Feature toggle</b>: Use AppConfig to turn on new
183
- * features that require a timely deployment, such as a product launch or announcement.
184
- * </p>
185
- * </li>
186
- * <li>
187
- * <p>
188
- * <b>Allow list</b>: Use AppConfig to allow premium
189
- * subscribers to access paid content. </p>
190
- * </li>
191
- * <li>
192
- * <p>
193
- * <b>Operational issues</b>: Use AppConfig to reduce stress
194
- * on your application when a dependency or other external factor impacts the
195
- * system.</p>
196
- * </li>
197
- * </ul>
198
- * <p>This reference is intended to be used with the <a href="http://docs.aws.amazon.com/systems-manager/latest/userguide/appconfig.html">AWS AppConfig User Guide</a>.</p>
199
- */
92
+
200
93
  export declare class AppConfigClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, AppConfigClientResolvedConfig> {
201
- /**
202
- * The resolved configuration of AppConfigClient class. This is resolved and normalized from the {@link AppConfigClientConfig | constructor configuration interface}.
203
- */
94
+
204
95
  readonly config: AppConfigClientResolvedConfig;
205
96
  constructor(configuration: AppConfigClientConfig);
206
- /**
207
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
208
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
209
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
210
- */
97
+
211
98
  destroy(): void;
212
99
  }
213
100
  export {};
@@ -6,32 +6,11 @@ export interface CreateApplicationCommandInput extends CreateApplicationRequest
6
6
  }
7
7
  export interface CreateApplicationCommandOutput extends Application, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>An application in AppConfig is a logical unit of code that provides capabilities for your
11
- * customers. For example, an application can be a microservice that runs on Amazon EC2 instances,
12
- * a mobile application installed by your users, a serverless application using Amazon API
13
- * Gateway and AWS Lambda, or any system you run on behalf of others.</p>
14
- * @example
15
- * Use a bare-bones client and the command you need to make an API call.
16
- * ```javascript
17
- * import { AppConfigClient, CreateApplicationCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
18
- * // const { AppConfigClient, CreateApplicationCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
19
- * const client = new AppConfigClient(config);
20
- * const command = new CreateApplicationCommand(input);
21
- * const response = await client.send(command);
22
- * ```
23
- *
24
- * @see {@link CreateApplicationCommandInput} for command's `input` shape.
25
- * @see {@link CreateApplicationCommandOutput} for command's `response` shape.
26
- * @see {@link AppConfigClientResolvedConfig | config} for command's `input` shape.
27
- *
28
- */
9
+
29
10
  export declare class CreateApplicationCommand extends $Command<CreateApplicationCommandInput, CreateApplicationCommandOutput, AppConfigClientResolvedConfig> {
30
11
  readonly input: CreateApplicationCommandInput;
31
12
  constructor(input: CreateApplicationCommandInput);
32
- /**
33
- * @internal
34
- */
13
+
35
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
36
15
  private serialize;
37
16
  private deserialize;
@@ -6,46 +6,11 @@ export interface CreateConfigurationProfileCommandInput extends CreateConfigurat
6
6
  }
7
7
  export interface CreateConfigurationProfileCommandOutput extends ConfigurationProfile, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Information that enables AppConfig to access the configuration source. Valid
11
- * configuration sources include Systems Manager (SSM) documents, SSM Parameter Store parameters, and
12
- * Amazon S3 objects. A configuration profile includes the following information.</p>
13
- * <ul>
14
- * <li>
15
- * <p>The Uri location of the configuration data.</p>
16
- * </li>
17
- * <li>
18
- * <p>The AWS Identity and Access Management (IAM) role that provides access to the configuration data.</p>
19
- * </li>
20
- * <li>
21
- * <p>A validator for the configuration data. Available validators include either a JSON
22
- * Schema or an AWS Lambda function.</p>
23
- * </li>
24
- * </ul>
25
- * <p>For more information, see <a href="http://docs.aws.amazon.com/systems-manager/latest/userguide/appconfig-creating-configuration-and-profile.html">Create a
26
- * Configuration and a Configuration Profile</a> in the
27
- * <i>AWS AppConfig User Guide</i>.</p>
28
- * @example
29
- * Use a bare-bones client and the command you need to make an API call.
30
- * ```javascript
31
- * import { AppConfigClient, CreateConfigurationProfileCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
32
- * // const { AppConfigClient, CreateConfigurationProfileCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
33
- * const client = new AppConfigClient(config);
34
- * const command = new CreateConfigurationProfileCommand(input);
35
- * const response = await client.send(command);
36
- * ```
37
- *
38
- * @see {@link CreateConfigurationProfileCommandInput} for command's `input` shape.
39
- * @see {@link CreateConfigurationProfileCommandOutput} for command's `response` shape.
40
- * @see {@link AppConfigClientResolvedConfig | config} for command's `input` shape.
41
- *
42
- */
9
+
43
10
  export declare class CreateConfigurationProfileCommand extends $Command<CreateConfigurationProfileCommandInput, CreateConfigurationProfileCommandOutput, AppConfigClientResolvedConfig> {
44
11
  readonly input: CreateConfigurationProfileCommandInput;
45
12
  constructor(input: CreateConfigurationProfileCommandInput);
46
- /**
47
- * @internal
48
- */
13
+
49
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConfigurationProfileCommandInput, CreateConfigurationProfileCommandOutput>;
50
15
  private serialize;
51
16
  private deserialize;
@@ -6,32 +6,11 @@ export interface CreateDeploymentStrategyCommandInput extends CreateDeploymentSt
6
6
  }
7
7
  export interface CreateDeploymentStrategyCommandOutput extends DeploymentStrategy, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>A deployment strategy defines important criteria for rolling out your configuration to
11
- * the designated targets. A deployment strategy includes: the overall duration required, a
12
- * percentage of targets to receive the deployment during each interval, an algorithm that
13
- * defines how percentage 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, CreateDeploymentStrategyCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
18
- * // const { AppConfigClient, CreateDeploymentStrategyCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
19
- * const client = new AppConfigClient(config);
20
- * const command = new CreateDeploymentStrategyCommand(input);
21
- * const response = await client.send(command);
22
- * ```
23
- *
24
- * @see {@link CreateDeploymentStrategyCommandInput} for command's `input` shape.
25
- * @see {@link CreateDeploymentStrategyCommandOutput} for command's `response` shape.
26
- * @see {@link AppConfigClientResolvedConfig | config} for command's `input` shape.
27
- *
28
- */
9
+
29
10
  export declare class CreateDeploymentStrategyCommand extends $Command<CreateDeploymentStrategyCommandInput, CreateDeploymentStrategyCommandOutput, AppConfigClientResolvedConfig> {
30
11
  readonly input: CreateDeploymentStrategyCommandInput;
31
12
  constructor(input: CreateDeploymentStrategyCommandInput);
32
- /**
33
- * @internal
34
- */
13
+
35
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDeploymentStrategyCommandInput, CreateDeploymentStrategyCommandOutput>;
36
15
  private serialize;
37
16
  private deserialize;
@@ -6,35 +6,11 @@ export interface CreateEnvironmentCommandInput extends CreateEnvironmentRequest
6
6
  }
7
7
  export interface CreateEnvironmentCommandOutput extends Environment, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>For each application, you define one or more environments. An environment is a logical
11
- * deployment group of AppConfig targets, such as applications in a <code>Beta</code> or
12
- * <code>Production</code> environment. You can also define environments for application
13
- * subcomponents such as the <code>Web</code>, <code>Mobile</code> and <code>Back-end</code>
14
- * components for your application. You can configure Amazon CloudWatch alarms for each environment.
15
- * The system monitors alarms during a configuration deployment. If an alarm is triggered, the
16
- * system rolls back the configuration.</p>
17
- * @example
18
- * Use a bare-bones client and the command you need to make an API call.
19
- * ```javascript
20
- * import { AppConfigClient, CreateEnvironmentCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
21
- * // const { AppConfigClient, CreateEnvironmentCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
22
- * const client = new AppConfigClient(config);
23
- * const command = new CreateEnvironmentCommand(input);
24
- * const response = await client.send(command);
25
- * ```
26
- *
27
- * @see {@link CreateEnvironmentCommandInput} for command's `input` shape.
28
- * @see {@link CreateEnvironmentCommandOutput} for command's `response` shape.
29
- * @see {@link AppConfigClientResolvedConfig | config} for command's `input` shape.
30
- *
31
- */
9
+
32
10
  export declare class CreateEnvironmentCommand extends $Command<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, AppConfigClientResolvedConfig> {
33
11
  readonly input: CreateEnvironmentCommandInput;
34
12
  constructor(input: CreateEnvironmentCommandInput);
35
- /**
36
- * @internal
37
- */
13
+
38
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput>;
39
15
  private serialize;
40
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface CreateHostedConfigurationVersionCommandInput extends CreateHost
6
6
  }
7
7
  export interface CreateHostedConfigurationVersionCommandOutput extends HostedConfigurationVersion, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Create a new configuration in the AppConfig configuration store.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { AppConfigClient, CreateHostedConfigurationVersionCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
15
- * // const { AppConfigClient, CreateHostedConfigurationVersionCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
16
- * const client = new AppConfigClient(config);
17
- * const command = new CreateHostedConfigurationVersionCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link CreateHostedConfigurationVersionCommandInput} for command's `input` shape.
22
- * @see {@link CreateHostedConfigurationVersionCommandOutput} for command's `response` shape.
23
- * @see {@link AppConfigClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class CreateHostedConfigurationVersionCommand extends $Command<CreateHostedConfigurationVersionCommandInput, CreateHostedConfigurationVersionCommandOutput, AppConfigClientResolvedConfig> {
27
11
  readonly input: CreateHostedConfigurationVersionCommandInput;
28
12
  constructor(input: CreateHostedConfigurationVersionCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateHostedConfigurationVersionCommandInput, CreateHostedConfigurationVersionCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface DeleteApplicationCommandInput extends DeleteApplicationRequest
6
6
  }
7
7
  export interface DeleteApplicationCommandOutput extends __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Delete an application. Deleting an application does not delete a configuration from a
11
- * host.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { AppConfigClient, DeleteApplicationCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
16
- * // const { AppConfigClient, DeleteApplicationCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
17
- * const client = new AppConfigClient(config);
18
- * const command = new DeleteApplicationCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link DeleteApplicationCommandInput} for command's `input` shape.
23
- * @see {@link DeleteApplicationCommandOutput} for command's `response` shape.
24
- * @see {@link AppConfigClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class DeleteApplicationCommand extends $Command<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, AppConfigClientResolvedConfig> {
28
11
  readonly input: DeleteApplicationCommandInput;
29
12
  constructor(input: DeleteApplicationCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApplicationCommandInput, DeleteApplicationCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface DeleteConfigurationProfileCommandInput extends DeleteConfigurat
6
6
  }
7
7
  export interface DeleteConfigurationProfileCommandOutput extends __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Delete a configuration profile. Deleting a configuration profile does not delete a
11
- * configuration from a host.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { AppConfigClient, DeleteConfigurationProfileCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
16
- * // const { AppConfigClient, DeleteConfigurationProfileCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
17
- * const client = new AppConfigClient(config);
18
- * const command = new DeleteConfigurationProfileCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link DeleteConfigurationProfileCommandInput} for command's `input` shape.
23
- * @see {@link DeleteConfigurationProfileCommandOutput} for command's `response` shape.
24
- * @see {@link AppConfigClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class DeleteConfigurationProfileCommand extends $Command<DeleteConfigurationProfileCommandInput, DeleteConfigurationProfileCommandOutput, AppConfigClientResolvedConfig> {
28
11
  readonly input: DeleteConfigurationProfileCommandInput;
29
12
  constructor(input: DeleteConfigurationProfileCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConfigurationProfileCommandInput, DeleteConfigurationProfileCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface DeleteDeploymentStrategyCommandInput extends DeleteDeploymentSt
6
6
  }
7
7
  export interface DeleteDeploymentStrategyCommandOutput extends __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Delete a deployment strategy. Deleting a deployment strategy does not delete a
11
- * configuration from a host.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { AppConfigClient, DeleteDeploymentStrategyCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
16
- * // const { AppConfigClient, DeleteDeploymentStrategyCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
17
- * const client = new AppConfigClient(config);
18
- * const command = new DeleteDeploymentStrategyCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link DeleteDeploymentStrategyCommandInput} for command's `input` shape.
23
- * @see {@link DeleteDeploymentStrategyCommandOutput} for command's `response` shape.
24
- * @see {@link AppConfigClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class DeleteDeploymentStrategyCommand extends $Command<DeleteDeploymentStrategyCommandInput, DeleteDeploymentStrategyCommandOutput, AppConfigClientResolvedConfig> {
28
11
  readonly input: DeleteDeploymentStrategyCommandInput;
29
12
  constructor(input: DeleteDeploymentStrategyCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDeploymentStrategyCommandInput, DeleteDeploymentStrategyCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface DeleteEnvironmentCommandInput extends DeleteEnvironmentRequest
6
6
  }
7
7
  export interface DeleteEnvironmentCommandOutput extends __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Delete an environment. Deleting an environment does not delete a configuration from a
11
- * host.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { AppConfigClient, DeleteEnvironmentCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
16
- * // const { AppConfigClient, DeleteEnvironmentCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
17
- * const client = new AppConfigClient(config);
18
- * const command = new DeleteEnvironmentCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link DeleteEnvironmentCommandInput} for command's `input` shape.
23
- * @see {@link DeleteEnvironmentCommandOutput} for command's `response` shape.
24
- * @see {@link AppConfigClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class DeleteEnvironmentCommand extends $Command<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput, AppConfigClientResolvedConfig> {
28
11
  readonly input: DeleteEnvironmentCommandInput;
29
12
  constructor(input: DeleteEnvironmentCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface DeleteHostedConfigurationVersionCommandInput extends DeleteHost
6
6
  }
7
7
  export interface DeleteHostedConfigurationVersionCommandOutput extends __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Delete a version of a configuration from the AppConfig configuration store.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { AppConfigClient, DeleteHostedConfigurationVersionCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
15
- * // const { AppConfigClient, DeleteHostedConfigurationVersionCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
16
- * const client = new AppConfigClient(config);
17
- * const command = new DeleteHostedConfigurationVersionCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DeleteHostedConfigurationVersionCommandInput} for command's `input` shape.
22
- * @see {@link DeleteHostedConfigurationVersionCommandOutput} for command's `response` shape.
23
- * @see {@link AppConfigClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class DeleteHostedConfigurationVersionCommand extends $Command<DeleteHostedConfigurationVersionCommandInput, DeleteHostedConfigurationVersionCommandOutput, AppConfigClientResolvedConfig> {
27
11
  readonly input: DeleteHostedConfigurationVersionCommandInput;
28
12
  constructor(input: DeleteHostedConfigurationVersionCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteHostedConfigurationVersionCommandInput, DeleteHostedConfigurationVersionCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface GetApplicationCommandInput extends GetApplicationRequest {
6
6
  }
7
7
  export interface GetApplicationCommandOutput extends Application, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Retrieve information about an application.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { AppConfigClient, GetApplicationCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
15
- * // const { AppConfigClient, GetApplicationCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
16
- * const client = new AppConfigClient(config);
17
- * const command = new GetApplicationCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link GetApplicationCommandInput} for command's `input` shape.
22
- * @see {@link GetApplicationCommandOutput} for command's `response` shape.
23
- * @see {@link AppConfigClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class GetApplicationCommand extends $Command<GetApplicationCommandInput, GetApplicationCommandOutput, AppConfigClientResolvedConfig> {
27
11
  readonly input: GetApplicationCommandInput;
28
12
  constructor(input: GetApplicationCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetApplicationCommandInput, GetApplicationCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,41 +6,11 @@ export interface GetConfigurationCommandInput extends GetConfigurationRequest {
6
6
  }
7
7
  export interface GetConfigurationCommandOutput extends Configuration, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Receive information about a configuration.</p>
11
- * <important>
12
- * <p>AWS AppConfig uses the value of the <code>ClientConfigurationVersion</code> parameter
13
- * to identify the configuration version on your clients. If you don’t send
14
- * <code>ClientConfigurationVersion</code> with each call to
15
- * <code>GetConfiguration</code>, your clients receive the current configuration. You
16
- * are charged each time your clients receive a configuration.</p>
17
- * <p>To avoid excess charges, we recommend that you include the
18
- * <code>ClientConfigurationVersion</code> value with every call to
19
- * <code>GetConfiguration</code>. This value must be saved on your client. Subsequent
20
- * calls to <code>GetConfiguration</code> must pass this value by using the
21
- * <code>ClientConfigurationVersion</code> parameter. </p>
22
- * </important>
23
- * @example
24
- * Use a bare-bones client and the command you need to make an API call.
25
- * ```javascript
26
- * import { AppConfigClient, GetConfigurationCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
27
- * // const { AppConfigClient, GetConfigurationCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
28
- * const client = new AppConfigClient(config);
29
- * const command = new GetConfigurationCommand(input);
30
- * const response = await client.send(command);
31
- * ```
32
- *
33
- * @see {@link GetConfigurationCommandInput} for command's `input` shape.
34
- * @see {@link GetConfigurationCommandOutput} for command's `response` shape.
35
- * @see {@link AppConfigClientResolvedConfig | config} for command's `input` shape.
36
- *
37
- */
9
+
38
10
  export declare class GetConfigurationCommand extends $Command<GetConfigurationCommandInput, GetConfigurationCommandOutput, AppConfigClientResolvedConfig> {
39
11
  readonly input: GetConfigurationCommandInput;
40
12
  constructor(input: GetConfigurationCommandInput);
41
- /**
42
- * @internal
43
- */
13
+
44
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConfigurationCommandInput, GetConfigurationCommandOutput>;
45
15
  private serialize;
46
16
  private deserialize;