@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
@@ -1,431 +0,0 @@
1
- import {
2
- EndpointsInputConfig,
3
- EndpointsResolvedConfig,
4
- RegionInputConfig,
5
- RegionResolvedConfig,
6
- resolveEndpointsConfig,
7
- resolveRegionConfig,
8
- } from "@aws-sdk/config-resolver";
9
- import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
10
- import {
11
- getHostHeaderPlugin,
12
- HostHeaderInputConfig,
13
- HostHeaderResolvedConfig,
14
- resolveHostHeaderConfig,
15
- } from "@aws-sdk/middleware-host-header";
16
- import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
17
- import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
18
- import {
19
- AwsAuthInputConfig,
20
- AwsAuthResolvedConfig,
21
- getAwsAuthPlugin,
22
- resolveAwsAuthConfig,
23
- } from "@aws-sdk/middleware-signing";
24
- import {
25
- getUserAgentPlugin,
26
- resolveUserAgentConfig,
27
- UserAgentInputConfig,
28
- UserAgentResolvedConfig,
29
- } from "@aws-sdk/middleware-user-agent";
30
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
31
- import {
32
- Client as __Client,
33
- SmithyConfiguration as __SmithyConfiguration,
34
- SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
35
- } from "@aws-sdk/smithy-client";
36
- import {
37
- Credentials as __Credentials,
38
- Decoder as __Decoder,
39
- Encoder as __Encoder,
40
- Hash as __Hash,
41
- HashConstructor as __HashConstructor,
42
- HttpHandlerOptions as __HttpHandlerOptions,
43
- Logger as __Logger,
44
- Provider as __Provider,
45
- Provider,
46
- RegionInfoProvider,
47
- StreamCollector as __StreamCollector,
48
- UrlParser as __UrlParser,
49
- UserAgent as __UserAgent,
50
- } from "@aws-sdk/types";
51
-
52
- import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
53
- import {
54
- CreateConfigurationProfileCommandInput,
55
- CreateConfigurationProfileCommandOutput,
56
- } from "./commands/CreateConfigurationProfileCommand";
57
- import {
58
- CreateDeploymentStrategyCommandInput,
59
- CreateDeploymentStrategyCommandOutput,
60
- } from "./commands/CreateDeploymentStrategyCommand";
61
- import { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "./commands/CreateEnvironmentCommand";
62
- import {
63
- CreateHostedConfigurationVersionCommandInput,
64
- CreateHostedConfigurationVersionCommandOutput,
65
- } from "./commands/CreateHostedConfigurationVersionCommand";
66
- import { DeleteApplicationCommandInput, DeleteApplicationCommandOutput } from "./commands/DeleteApplicationCommand";
67
- import {
68
- DeleteConfigurationProfileCommandInput,
69
- DeleteConfigurationProfileCommandOutput,
70
- } from "./commands/DeleteConfigurationProfileCommand";
71
- import {
72
- DeleteDeploymentStrategyCommandInput,
73
- DeleteDeploymentStrategyCommandOutput,
74
- } from "./commands/DeleteDeploymentStrategyCommand";
75
- import { DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput } from "./commands/DeleteEnvironmentCommand";
76
- import {
77
- DeleteHostedConfigurationVersionCommandInput,
78
- DeleteHostedConfigurationVersionCommandOutput,
79
- } from "./commands/DeleteHostedConfigurationVersionCommand";
80
- import { GetApplicationCommandInput, GetApplicationCommandOutput } from "./commands/GetApplicationCommand";
81
- import { GetConfigurationCommandInput, GetConfigurationCommandOutput } from "./commands/GetConfigurationCommand";
82
- import {
83
- GetConfigurationProfileCommandInput,
84
- GetConfigurationProfileCommandOutput,
85
- } from "./commands/GetConfigurationProfileCommand";
86
- import { GetDeploymentCommandInput, GetDeploymentCommandOutput } from "./commands/GetDeploymentCommand";
87
- import {
88
- GetDeploymentStrategyCommandInput,
89
- GetDeploymentStrategyCommandOutput,
90
- } from "./commands/GetDeploymentStrategyCommand";
91
- import { GetEnvironmentCommandInput, GetEnvironmentCommandOutput } from "./commands/GetEnvironmentCommand";
92
- import {
93
- GetHostedConfigurationVersionCommandInput,
94
- GetHostedConfigurationVersionCommandOutput,
95
- } from "./commands/GetHostedConfigurationVersionCommand";
96
- import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "./commands/ListApplicationsCommand";
97
- import {
98
- ListConfigurationProfilesCommandInput,
99
- ListConfigurationProfilesCommandOutput,
100
- } from "./commands/ListConfigurationProfilesCommand";
101
- import { ListDeploymentsCommandInput, ListDeploymentsCommandOutput } from "./commands/ListDeploymentsCommand";
102
- import {
103
- ListDeploymentStrategiesCommandInput,
104
- ListDeploymentStrategiesCommandOutput,
105
- } from "./commands/ListDeploymentStrategiesCommand";
106
- import { ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput } from "./commands/ListEnvironmentsCommand";
107
- import {
108
- ListHostedConfigurationVersionsCommandInput,
109
- ListHostedConfigurationVersionsCommandOutput,
110
- } from "./commands/ListHostedConfigurationVersionsCommand";
111
- import {
112
- ListTagsForResourceCommandInput,
113
- ListTagsForResourceCommandOutput,
114
- } from "./commands/ListTagsForResourceCommand";
115
- import { StartDeploymentCommandInput, StartDeploymentCommandOutput } from "./commands/StartDeploymentCommand";
116
- import { StopDeploymentCommandInput, StopDeploymentCommandOutput } from "./commands/StopDeploymentCommand";
117
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
118
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
119
- import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
120
- import {
121
- UpdateConfigurationProfileCommandInput,
122
- UpdateConfigurationProfileCommandOutput,
123
- } from "./commands/UpdateConfigurationProfileCommand";
124
- import {
125
- UpdateDeploymentStrategyCommandInput,
126
- UpdateDeploymentStrategyCommandOutput,
127
- } from "./commands/UpdateDeploymentStrategyCommand";
128
- import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "./commands/UpdateEnvironmentCommand";
129
- import {
130
- ValidateConfigurationCommandInput,
131
- ValidateConfigurationCommandOutput,
132
- } from "./commands/ValidateConfigurationCommand";
133
- import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
134
-
135
- export type ServiceInputTypes =
136
- | CreateApplicationCommandInput
137
- | CreateConfigurationProfileCommandInput
138
- | CreateDeploymentStrategyCommandInput
139
- | CreateEnvironmentCommandInput
140
- | CreateHostedConfigurationVersionCommandInput
141
- | DeleteApplicationCommandInput
142
- | DeleteConfigurationProfileCommandInput
143
- | DeleteDeploymentStrategyCommandInput
144
- | DeleteEnvironmentCommandInput
145
- | DeleteHostedConfigurationVersionCommandInput
146
- | GetApplicationCommandInput
147
- | GetConfigurationCommandInput
148
- | GetConfigurationProfileCommandInput
149
- | GetDeploymentCommandInput
150
- | GetDeploymentStrategyCommandInput
151
- | GetEnvironmentCommandInput
152
- | GetHostedConfigurationVersionCommandInput
153
- | ListApplicationsCommandInput
154
- | ListConfigurationProfilesCommandInput
155
- | ListDeploymentStrategiesCommandInput
156
- | ListDeploymentsCommandInput
157
- | ListEnvironmentsCommandInput
158
- | ListHostedConfigurationVersionsCommandInput
159
- | ListTagsForResourceCommandInput
160
- | StartDeploymentCommandInput
161
- | StopDeploymentCommandInput
162
- | TagResourceCommandInput
163
- | UntagResourceCommandInput
164
- | UpdateApplicationCommandInput
165
- | UpdateConfigurationProfileCommandInput
166
- | UpdateDeploymentStrategyCommandInput
167
- | UpdateEnvironmentCommandInput
168
- | ValidateConfigurationCommandInput;
169
-
170
- export type ServiceOutputTypes =
171
- | CreateApplicationCommandOutput
172
- | CreateConfigurationProfileCommandOutput
173
- | CreateDeploymentStrategyCommandOutput
174
- | CreateEnvironmentCommandOutput
175
- | CreateHostedConfigurationVersionCommandOutput
176
- | DeleteApplicationCommandOutput
177
- | DeleteConfigurationProfileCommandOutput
178
- | DeleteDeploymentStrategyCommandOutput
179
- | DeleteEnvironmentCommandOutput
180
- | DeleteHostedConfigurationVersionCommandOutput
181
- | GetApplicationCommandOutput
182
- | GetConfigurationCommandOutput
183
- | GetConfigurationProfileCommandOutput
184
- | GetDeploymentCommandOutput
185
- | GetDeploymentStrategyCommandOutput
186
- | GetEnvironmentCommandOutput
187
- | GetHostedConfigurationVersionCommandOutput
188
- | ListApplicationsCommandOutput
189
- | ListConfigurationProfilesCommandOutput
190
- | ListDeploymentStrategiesCommandOutput
191
- | ListDeploymentsCommandOutput
192
- | ListEnvironmentsCommandOutput
193
- | ListHostedConfigurationVersionsCommandOutput
194
- | ListTagsForResourceCommandOutput
195
- | StartDeploymentCommandOutput
196
- | StopDeploymentCommandOutput
197
- | TagResourceCommandOutput
198
- | UntagResourceCommandOutput
199
- | UpdateApplicationCommandOutput
200
- | UpdateConfigurationProfileCommandOutput
201
- | UpdateDeploymentStrategyCommandOutput
202
- | UpdateEnvironmentCommandOutput
203
- | ValidateConfigurationCommandOutput;
204
-
205
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
206
- /**
207
- * The HTTP handler to use. Fetch in browser and Https in Nodejs.
208
- */
209
- requestHandler?: __HttpHandler;
210
-
211
- /**
212
- * A constructor for a class implementing the {@link __Hash} interface
213
- * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
214
- * @internal
215
- */
216
- sha256?: __HashConstructor;
217
-
218
- /**
219
- * The function that will be used to convert strings into HTTP endpoints.
220
- * @internal
221
- */
222
- urlParser?: __UrlParser;
223
-
224
- /**
225
- * A function that can calculate the length of a request body.
226
- * @internal
227
- */
228
- bodyLengthChecker?: (body: any) => number | undefined;
229
-
230
- /**
231
- * A function that converts a stream into an array of bytes.
232
- * @internal
233
- */
234
- streamCollector?: __StreamCollector;
235
-
236
- /**
237
- * The function that will be used to convert a base64-encoded string to a byte array.
238
- * @internal
239
- */
240
- base64Decoder?: __Decoder;
241
-
242
- /**
243
- * The function that will be used to convert binary data to a base64-encoded string.
244
- * @internal
245
- */
246
- base64Encoder?: __Encoder;
247
-
248
- /**
249
- * The function that will be used to convert a UTF8-encoded string to a byte array.
250
- * @internal
251
- */
252
- utf8Decoder?: __Decoder;
253
-
254
- /**
255
- * The function that will be used to convert binary data to a UTF-8 encoded string.
256
- * @internal
257
- */
258
- utf8Encoder?: __Encoder;
259
-
260
- /**
261
- * The runtime environment.
262
- * @internal
263
- */
264
- runtime?: string;
265
-
266
- /**
267
- * Disable dyanamically changing the endpoint of the client based on the hostPrefix
268
- * trait of an operation.
269
- */
270
- disableHostPrefix?: boolean;
271
-
272
- /**
273
- * Value for how many times a request will be made at most in case of retry.
274
- */
275
- maxAttempts?: number | __Provider<number>;
276
-
277
- /**
278
- * Specifies which retry algorithm to use.
279
- */
280
- retryMode?: string | __Provider<string>;
281
-
282
- /**
283
- * Optional logger for logging debug/info/warn/error.
284
- */
285
- logger?: __Logger;
286
-
287
- /**
288
- * Unique service identifier.
289
- * @internal
290
- */
291
- serviceId?: string;
292
-
293
- /**
294
- * The AWS region to which this client will send requests
295
- */
296
- region?: string | __Provider<string>;
297
-
298
- /**
299
- * Default credentials provider; Not available in browser runtime.
300
- * @internal
301
- */
302
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
303
-
304
- /**
305
- * Fetch related hostname, signing name or signing region with given region.
306
- * @internal
307
- */
308
- regionInfoProvider?: RegionInfoProvider;
309
-
310
- /**
311
- * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
312
- * @internal
313
- */
314
- defaultUserAgentProvider?: Provider<__UserAgent>;
315
- }
316
-
317
- type AppConfigClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
318
- ClientDefaults &
319
- RegionInputConfig &
320
- EndpointsInputConfig &
321
- RetryInputConfig &
322
- HostHeaderInputConfig &
323
- AwsAuthInputConfig &
324
- UserAgentInputConfig;
325
- /**
326
- * The configuration interface of AppConfigClient class constructor that set the region, credentials and other options.
327
- */
328
- export interface AppConfigClientConfig extends AppConfigClientConfigType {}
329
-
330
- type AppConfigClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
331
- Required<ClientDefaults> &
332
- RegionResolvedConfig &
333
- EndpointsResolvedConfig &
334
- RetryResolvedConfig &
335
- HostHeaderResolvedConfig &
336
- AwsAuthResolvedConfig &
337
- UserAgentResolvedConfig;
338
- /**
339
- * The resolved configuration interface of AppConfigClient class. This is resolved and normalized from the {@link AppConfigClientConfig | constructor configuration interface}.
340
- */
341
- export interface AppConfigClientResolvedConfig extends AppConfigClientResolvedConfigType {}
342
-
343
- /**
344
- * <fullname>AWS AppConfig</fullname>
345
- * <p>Use AWS AppConfig, a capability of AWS Systems Manager, to create, manage, and quickly deploy
346
- * application configurations. AppConfig supports controlled deployments to applications of any
347
- * size and includes built-in validation checks and monitoring. You can use AppConfig with
348
- * applications hosted on Amazon EC2 instances, AWS Lambda, containers, mobile applications, or IoT
349
- * devices.</p>
350
- *
351
- * <p>To prevent errors when deploying application configurations, especially for production
352
- * systems where a simple typo could cause an unexpected outage, AppConfig includes validators.
353
- * A validator provides a syntactic or semantic check to ensure that the configuration you
354
- * want to deploy works as intended. To validate your application configuration data, you
355
- * provide a schema or a Lambda function that runs against the configuration. The
356
- * configuration deployment or update can only proceed when the configuration data is
357
- * valid.</p>
358
- *
359
- * <p>During a configuration deployment, AppConfig monitors the application to ensure that the
360
- * deployment is successful. If the system encounters an error, AppConfig rolls back the change
361
- * to minimize impact for your application users. You can configure a deployment strategy for
362
- * each application or environment that includes deployment criteria, including velocity, bake
363
- * time, and alarms to monitor. Similar to error monitoring, if a deployment triggers an
364
- * alarm, AppConfig automatically rolls back to the previous version. </p>
365
- *
366
- * <p>AppConfig supports multiple use cases. Here are some examples.</p>
367
- * <ul>
368
- * <li>
369
- * <p>
370
- * <b>Application tuning</b>: Use AppConfig to carefully
371
- * introduce changes to your application that can only be tested with production
372
- * traffic.</p>
373
- * </li>
374
- * <li>
375
- * <p>
376
- * <b>Feature toggle</b>: Use AppConfig to turn on new
377
- * features that require a timely deployment, such as a product launch or announcement.
378
- * </p>
379
- * </li>
380
- * <li>
381
- * <p>
382
- * <b>Allow list</b>: Use AppConfig to allow premium
383
- * subscribers to access paid content. </p>
384
- * </li>
385
- * <li>
386
- * <p>
387
- * <b>Operational issues</b>: Use AppConfig to reduce stress
388
- * on your application when a dependency or other external factor impacts the
389
- * system.</p>
390
- * </li>
391
- * </ul>
392
- * <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>
393
- */
394
- export class AppConfigClient extends __Client<
395
- __HttpHandlerOptions,
396
- ServiceInputTypes,
397
- ServiceOutputTypes,
398
- AppConfigClientResolvedConfig
399
- > {
400
- /**
401
- * The resolved configuration of AppConfigClient class. This is resolved and normalized from the {@link AppConfigClientConfig | constructor configuration interface}.
402
- */
403
- readonly config: AppConfigClientResolvedConfig;
404
-
405
- constructor(configuration: AppConfigClientConfig) {
406
- const _config_0 = __getRuntimeConfig(configuration);
407
- const _config_1 = resolveRegionConfig(_config_0);
408
- const _config_2 = resolveEndpointsConfig(_config_1);
409
- const _config_3 = resolveRetryConfig(_config_2);
410
- const _config_4 = resolveHostHeaderConfig(_config_3);
411
- const _config_5 = resolveAwsAuthConfig(_config_4);
412
- const _config_6 = resolveUserAgentConfig(_config_5);
413
- super(_config_6);
414
- this.config = _config_6;
415
- this.middlewareStack.use(getRetryPlugin(this.config));
416
- this.middlewareStack.use(getContentLengthPlugin(this.config));
417
- this.middlewareStack.use(getHostHeaderPlugin(this.config));
418
- this.middlewareStack.use(getLoggerPlugin(this.config));
419
- this.middlewareStack.use(getAwsAuthPlugin(this.config));
420
- this.middlewareStack.use(getUserAgentPlugin(this.config));
421
- }
422
-
423
- /**
424
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
425
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
426
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
427
- */
428
- destroy(): void {
429
- super.destroy();
430
- }
431
- }
@@ -1,98 +0,0 @@
1
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import {
5
- FinalizeHandlerArguments,
6
- Handler,
7
- HandlerExecutionContext,
8
- HttpHandlerOptions as __HttpHandlerOptions,
9
- MetadataBearer as __MetadataBearer,
10
- MiddlewareStack,
11
- SerdeContext as __SerdeContext,
12
- } from "@aws-sdk/types";
13
-
14
- import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
15
- import { Application, CreateApplicationRequest } from "../models/models_0";
16
- import {
17
- deserializeAws_restJson1CreateApplicationCommand,
18
- serializeAws_restJson1CreateApplicationCommand,
19
- } from "../protocols/Aws_restJson1";
20
-
21
- export interface CreateApplicationCommandInput extends CreateApplicationRequest {}
22
- export interface CreateApplicationCommandOutput extends Application, __MetadataBearer {}
23
-
24
- /**
25
- * <p>An application in AppConfig is a logical unit of code that provides capabilities for your
26
- * customers. For example, an application can be a microservice that runs on Amazon EC2 instances,
27
- * a mobile application installed by your users, a serverless application using Amazon API
28
- * Gateway and AWS Lambda, or any system you run on behalf of others.</p>
29
- * @example
30
- * Use a bare-bones client and the command you need to make an API call.
31
- * ```javascript
32
- * import { AppConfigClient, CreateApplicationCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
33
- * // const { AppConfigClient, CreateApplicationCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
34
- * const client = new AppConfigClient(config);
35
- * const command = new CreateApplicationCommand(input);
36
- * const response = await client.send(command);
37
- * ```
38
- *
39
- * @see {@link CreateApplicationCommandInput} for command's `input` shape.
40
- * @see {@link CreateApplicationCommandOutput} for command's `response` shape.
41
- * @see {@link AppConfigClientResolvedConfig | config} for command's `input` shape.
42
- *
43
- */
44
- export class CreateApplicationCommand extends $Command<
45
- CreateApplicationCommandInput,
46
- CreateApplicationCommandOutput,
47
- AppConfigClientResolvedConfig
48
- > {
49
- // Start section: command_properties
50
- // End section: command_properties
51
-
52
- constructor(readonly input: CreateApplicationCommandInput) {
53
- // Start section: command_constructor
54
- super();
55
- // End section: command_constructor
56
- }
57
-
58
- /**
59
- * @internal
60
- */
61
- resolveMiddleware(
62
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
63
- configuration: AppConfigClientResolvedConfig,
64
- options?: __HttpHandlerOptions
65
- ): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput> {
66
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
67
-
68
- const stack = clientStack.concat(this.middlewareStack);
69
-
70
- const { logger } = configuration;
71
- const clientName = "AppConfigClient";
72
- const commandName = "CreateApplicationCommand";
73
- const handlerExecutionContext: HandlerExecutionContext = {
74
- logger,
75
- clientName,
76
- commandName,
77
- inputFilterSensitiveLog: CreateApplicationRequest.filterSensitiveLog,
78
- outputFilterSensitiveLog: Application.filterSensitiveLog,
79
- };
80
- const { requestHandler } = configuration;
81
- return stack.resolve(
82
- (request: FinalizeHandlerArguments<any>) =>
83
- requestHandler.handle(request.request as __HttpRequest, options || {}),
84
- handlerExecutionContext
85
- );
86
- }
87
-
88
- private serialize(input: CreateApplicationCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
89
- return serializeAws_restJson1CreateApplicationCommand(input, context);
90
- }
91
-
92
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CreateApplicationCommandOutput> {
93
- return deserializeAws_restJson1CreateApplicationCommand(output, context);
94
- }
95
-
96
- // Start section: command_body_extra
97
- // End section: command_body_extra
98
- }
@@ -1,115 +0,0 @@
1
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import {
5
- FinalizeHandlerArguments,
6
- Handler,
7
- HandlerExecutionContext,
8
- HttpHandlerOptions as __HttpHandlerOptions,
9
- MetadataBearer as __MetadataBearer,
10
- MiddlewareStack,
11
- SerdeContext as __SerdeContext,
12
- } from "@aws-sdk/types";
13
-
14
- import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
15
- import { ConfigurationProfile, CreateConfigurationProfileRequest } from "../models/models_0";
16
- import {
17
- deserializeAws_restJson1CreateConfigurationProfileCommand,
18
- serializeAws_restJson1CreateConfigurationProfileCommand,
19
- } from "../protocols/Aws_restJson1";
20
-
21
- export interface CreateConfigurationProfileCommandInput extends CreateConfigurationProfileRequest {}
22
- export interface CreateConfigurationProfileCommandOutput extends ConfigurationProfile, __MetadataBearer {}
23
-
24
- /**
25
- * <p>Information that enables AppConfig to access the configuration source. Valid
26
- * configuration sources include Systems Manager (SSM) documents, SSM Parameter Store parameters, and
27
- * Amazon S3 objects. A configuration profile includes the following information.</p>
28
- * <ul>
29
- * <li>
30
- * <p>The Uri location of the configuration data.</p>
31
- * </li>
32
- * <li>
33
- * <p>The AWS Identity and Access Management (IAM) role that provides access to the configuration data.</p>
34
- * </li>
35
- * <li>
36
- * <p>A validator for the configuration data. Available validators include either a JSON
37
- * Schema or an AWS Lambda function.</p>
38
- * </li>
39
- * </ul>
40
- * <p>For more information, see <a href="http://docs.aws.amazon.com/systems-manager/latest/userguide/appconfig-creating-configuration-and-profile.html">Create a
41
- * Configuration and a Configuration Profile</a> in the
42
- * <i>AWS AppConfig User Guide</i>.</p>
43
- * @example
44
- * Use a bare-bones client and the command you need to make an API call.
45
- * ```javascript
46
- * import { AppConfigClient, CreateConfigurationProfileCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
47
- * // const { AppConfigClient, CreateConfigurationProfileCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
48
- * const client = new AppConfigClient(config);
49
- * const command = new CreateConfigurationProfileCommand(input);
50
- * const response = await client.send(command);
51
- * ```
52
- *
53
- * @see {@link CreateConfigurationProfileCommandInput} for command's `input` shape.
54
- * @see {@link CreateConfigurationProfileCommandOutput} for command's `response` shape.
55
- * @see {@link AppConfigClientResolvedConfig | config} for command's `input` shape.
56
- *
57
- */
58
- export class CreateConfigurationProfileCommand extends $Command<
59
- CreateConfigurationProfileCommandInput,
60
- CreateConfigurationProfileCommandOutput,
61
- AppConfigClientResolvedConfig
62
- > {
63
- // Start section: command_properties
64
- // End section: command_properties
65
-
66
- constructor(readonly input: CreateConfigurationProfileCommandInput) {
67
- // Start section: command_constructor
68
- super();
69
- // End section: command_constructor
70
- }
71
-
72
- /**
73
- * @internal
74
- */
75
- resolveMiddleware(
76
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
77
- configuration: AppConfigClientResolvedConfig,
78
- options?: __HttpHandlerOptions
79
- ): Handler<CreateConfigurationProfileCommandInput, CreateConfigurationProfileCommandOutput> {
80
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
81
-
82
- const stack = clientStack.concat(this.middlewareStack);
83
-
84
- const { logger } = configuration;
85
- const clientName = "AppConfigClient";
86
- const commandName = "CreateConfigurationProfileCommand";
87
- const handlerExecutionContext: HandlerExecutionContext = {
88
- logger,
89
- clientName,
90
- commandName,
91
- inputFilterSensitiveLog: CreateConfigurationProfileRequest.filterSensitiveLog,
92
- outputFilterSensitiveLog: ConfigurationProfile.filterSensitiveLog,
93
- };
94
- const { requestHandler } = configuration;
95
- return stack.resolve(
96
- (request: FinalizeHandlerArguments<any>) =>
97
- requestHandler.handle(request.request as __HttpRequest, options || {}),
98
- handlerExecutionContext
99
- );
100
- }
101
-
102
- private serialize(input: CreateConfigurationProfileCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
103
- return serializeAws_restJson1CreateConfigurationProfileCommand(input, context);
104
- }
105
-
106
- private deserialize(
107
- output: __HttpResponse,
108
- context: __SerdeContext
109
- ): Promise<CreateConfigurationProfileCommandOutput> {
110
- return deserializeAws_restJson1CreateConfigurationProfileCommand(output, context);
111
- }
112
-
113
- // Start section: command_body_extra
114
- // End section: command_body_extra
115
- }