@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
@@ -4,22 +4,13 @@ exports.paginateListEnvironments = void 0;
4
4
  const AppConfig_1 = require("../AppConfig");
5
5
  const AppConfigClient_1 = require("../AppConfigClient");
6
6
  const ListEnvironmentsCommand_1 = require("../commands/ListEnvironmentsCommand");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new ListEnvironmentsCommand_1.ListEnvironmentsCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.listEnvironments(input, ...args);
20
12
  };
21
13
  async function* paginateListEnvironments(config, input, ...additionalArguments) {
22
- // ToDo: replace with actual type instead of typeof input.NextToken
23
14
  let token = config.startingToken || undefined;
24
15
  let hasNext = true;
25
16
  let page;
@@ -39,8 +30,6 @@ async function* paginateListEnvironments(config, input, ...additionalArguments)
39
30
  token = page.NextToken;
40
31
  hasNext = !!token;
41
32
  }
42
- // @ts-ignore
43
33
  return undefined;
44
34
  }
45
35
  exports.paginateListEnvironments = paginateListEnvironments;
46
- //# sourceMappingURL=ListEnvironmentsPaginator.js.map
@@ -4,22 +4,13 @@ exports.paginateListHostedConfigurationVersions = void 0;
4
4
  const AppConfig_1 = require("../AppConfig");
5
5
  const AppConfigClient_1 = require("../AppConfigClient");
6
6
  const ListHostedConfigurationVersionsCommand_1 = require("../commands/ListHostedConfigurationVersionsCommand");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new ListHostedConfigurationVersionsCommand_1.ListHostedConfigurationVersionsCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.listHostedConfigurationVersions(input, ...args);
20
12
  };
21
13
  async function* paginateListHostedConfigurationVersions(config, input, ...additionalArguments) {
22
- // ToDo: replace with actual type instead of typeof input.NextToken
23
14
  let token = config.startingToken || undefined;
24
15
  let hasNext = true;
25
16
  let page;
@@ -39,8 +30,6 @@ async function* paginateListHostedConfigurationVersions(config, input, ...additi
39
30
  token = page.NextToken;
40
31
  hasNext = !!token;
41
32
  }
42
- // @ts-ignore
43
33
  return undefined;
44
34
  }
45
35
  exports.paginateListHostedConfigurationVersions = paginateListHostedConfigurationVersions;
46
- //# sourceMappingURL=ListHostedConfigurationVersionsPaginator.js.map
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./Interfaces"), exports);
5
+ tslib_1.__exportStar(require("./ListApplicationsPaginator"), exports);
6
+ tslib_1.__exportStar(require("./ListConfigurationProfilesPaginator"), exports);
7
+ tslib_1.__exportStar(require("./ListDeploymentStrategiesPaginator"), exports);
8
+ tslib_1.__exportStar(require("./ListDeploymentsPaginator"), exports);
9
+ tslib_1.__exportStar(require("./ListEnvironmentsPaginator"), exports);
10
+ tslib_1.__exportStar(require("./ListHostedConfigurationVersionsPaginator"), exports);
@@ -4161,14 +4161,12 @@ const deserializeMetadata = (output) => {
4161
4161
  cfId: output.headers["x-amz-cf-id"],
4162
4162
  });
4163
4163
  };
4164
- // Collect low-level response body stream to Uint8Array.
4165
4164
  const collectBody = (streamBody = new Uint8Array(), context) => {
4166
4165
  if (streamBody instanceof Uint8Array) {
4167
4166
  return Promise.resolve(streamBody);
4168
4167
  }
4169
4168
  return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array());
4170
4169
  };
4171
- // Encode Uint8Array data into string with utf-8.
4172
4170
  const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
4173
4171
  const isSerializableHeaderValue = (value) => value !== undefined &&
4174
4172
  value !== null &&
@@ -4181,9 +4179,6 @@ const parseBody = (streamBody, context) => collectBodyString(streamBody, context
4181
4179
  }
4182
4180
  return {};
4183
4181
  });
4184
- /**
4185
- * Load an error code for the aws.rest-json-1.1 protocol.
4186
- */
4187
4182
  const loadRestJsonErrorCode = (output, data) => {
4188
4183
  const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
4189
4184
  const sanitizeErrorCode = (rawValue) => {
@@ -4208,4 +4203,3 @@ const loadRestJsonErrorCode = (output, data) => {
4208
4203
  }
4209
4204
  return "";
4210
4205
  };
4211
- //# sourceMappingURL=Aws_restJson1.js.map
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
+ const package_json_1 = tslib_1.__importDefault(require("../package.json"));
5
6
  const sha256_browser_1 = require("@aws-crypto/sha256-browser");
6
7
  const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
7
8
  const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
@@ -10,12 +11,7 @@ const util_base64_browser_1 = require("@aws-sdk/util-base64-browser");
10
11
  const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
11
12
  const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
12
13
  const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
13
- // @ts-ignore: package.json will be imported from dist folders
14
- const package_json_1 = tslib_1.__importDefault(require("../package.json"));
15
14
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
16
- /**
17
- * @internal
18
- */
19
15
  const getRuntimeConfig = (config) => {
20
16
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
21
17
  const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
@@ -39,4 +35,3 @@ const getRuntimeConfig = (config) => {
39
35
  };
40
36
  };
41
37
  exports.getRuntimeConfig = getRuntimeConfig;
42
- //# sourceMappingURL=runtimeConfig.browser.js.map
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
+ const package_json_1 = tslib_1.__importDefault(require("../package.json"));
5
6
  const client_sts_1 = require("@aws-sdk/client-sts");
6
7
  const config_resolver_1 = require("@aws-sdk/config-resolver");
7
8
  const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
@@ -9,17 +10,12 @@ const hash_node_1 = require("@aws-sdk/hash-node");
9
10
  const middleware_retry_1 = require("@aws-sdk/middleware-retry");
10
11
  const node_config_provider_1 = require("@aws-sdk/node-config-provider");
11
12
  const node_http_handler_1 = require("@aws-sdk/node-http-handler");
12
- const smithy_client_1 = require("@aws-sdk/smithy-client");
13
13
  const util_base64_node_1 = require("@aws-sdk/util-base64-node");
14
14
  const util_body_length_node_1 = require("@aws-sdk/util-body-length-node");
15
15
  const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
16
16
  const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
17
- // @ts-ignore: package.json will be imported from dist folders
18
- const package_json_1 = tslib_1.__importDefault(require("../package.json"));
19
17
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
20
- /**
21
- * @internal
22
- */
18
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
23
19
  const getRuntimeConfig = (config) => {
24
20
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
25
21
  smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
@@ -44,4 +40,3 @@ const getRuntimeConfig = (config) => {
44
40
  };
45
41
  };
46
42
  exports.getRuntimeConfig = getRuntimeConfig;
47
- //# sourceMappingURL=runtimeConfig.js.map
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const sha256_js_1 = require("@aws-crypto/sha256-js");
5
5
  const runtimeConfig_browser_1 = require("./runtimeConfig.browser");
6
- /**
7
- * @internal
8
- */
9
6
  const getRuntimeConfig = (config) => {
10
7
  var _a;
11
8
  const browserDefaults = runtimeConfig_browser_1.getRuntimeConfig(config);
@@ -17,4 +14,3 @@ const getRuntimeConfig = (config) => {
17
14
  };
18
15
  };
19
16
  exports.getRuntimeConfig = getRuntimeConfig;
20
- //# sourceMappingURL=runtimeConfig.native.js.map
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const url_parser_1 = require("@aws-sdk/url-parser");
5
5
  const endpoints_1 = require("./endpoints");
6
- /**
7
- * @internal
8
- */
9
6
  const getRuntimeConfig = (config) => {
10
7
  var _a, _b, _c, _d, _e;
11
8
  return ({
@@ -18,4 +15,3 @@ const getRuntimeConfig = (config) => {
18
15
  });
19
16
  };
20
17
  exports.getRuntimeConfig = getRuntimeConfig;
21
- //# sourceMappingURL=runtimeConfig.shared.js.map
@@ -503,4 +503,3 @@ var AppConfig = (function (_super) {
503
503
  return AppConfig;
504
504
  }(AppConfigClient));
505
505
  export { AppConfig };
506
- //# sourceMappingURL=AppConfig.js.map
@@ -35,4 +35,3 @@ var AppConfigClient = (function (_super) {
35
35
  return AppConfigClient;
36
36
  }(__Client));
37
37
  export { AppConfigClient };
38
- //# sourceMappingURL=AppConfigClient.js.map
@@ -37,4 +37,3 @@ var CreateApplicationCommand = (function (_super) {
37
37
  return CreateApplicationCommand;
38
38
  }($Command));
39
39
  export { CreateApplicationCommand };
40
- //# sourceMappingURL=CreateApplicationCommand.js.map
@@ -37,4 +37,3 @@ var CreateConfigurationProfileCommand = (function (_super) {
37
37
  return CreateConfigurationProfileCommand;
38
38
  }($Command));
39
39
  export { CreateConfigurationProfileCommand };
40
- //# sourceMappingURL=CreateConfigurationProfileCommand.js.map
@@ -37,4 +37,3 @@ var CreateDeploymentStrategyCommand = (function (_super) {
37
37
  return CreateDeploymentStrategyCommand;
38
38
  }($Command));
39
39
  export { CreateDeploymentStrategyCommand };
40
- //# sourceMappingURL=CreateDeploymentStrategyCommand.js.map
@@ -37,4 +37,3 @@ var CreateEnvironmentCommand = (function (_super) {
37
37
  return CreateEnvironmentCommand;
38
38
  }($Command));
39
39
  export { CreateEnvironmentCommand };
40
- //# sourceMappingURL=CreateEnvironmentCommand.js.map
@@ -37,4 +37,3 @@ var CreateHostedConfigurationVersionCommand = (function (_super) {
37
37
  return CreateHostedConfigurationVersionCommand;
38
38
  }($Command));
39
39
  export { CreateHostedConfigurationVersionCommand };
40
- //# sourceMappingURL=CreateHostedConfigurationVersionCommand.js.map
@@ -37,4 +37,3 @@ var DeleteApplicationCommand = (function (_super) {
37
37
  return DeleteApplicationCommand;
38
38
  }($Command));
39
39
  export { DeleteApplicationCommand };
40
- //# sourceMappingURL=DeleteApplicationCommand.js.map
@@ -37,4 +37,3 @@ var DeleteConfigurationProfileCommand = (function (_super) {
37
37
  return DeleteConfigurationProfileCommand;
38
38
  }($Command));
39
39
  export { DeleteConfigurationProfileCommand };
40
- //# sourceMappingURL=DeleteConfigurationProfileCommand.js.map
@@ -37,4 +37,3 @@ var DeleteDeploymentStrategyCommand = (function (_super) {
37
37
  return DeleteDeploymentStrategyCommand;
38
38
  }($Command));
39
39
  export { DeleteDeploymentStrategyCommand };
40
- //# sourceMappingURL=DeleteDeploymentStrategyCommand.js.map
@@ -37,4 +37,3 @@ var DeleteEnvironmentCommand = (function (_super) {
37
37
  return DeleteEnvironmentCommand;
38
38
  }($Command));
39
39
  export { DeleteEnvironmentCommand };
40
- //# sourceMappingURL=DeleteEnvironmentCommand.js.map
@@ -37,4 +37,3 @@ var DeleteHostedConfigurationVersionCommand = (function (_super) {
37
37
  return DeleteHostedConfigurationVersionCommand;
38
38
  }($Command));
39
39
  export { DeleteHostedConfigurationVersionCommand };
40
- //# sourceMappingURL=DeleteHostedConfigurationVersionCommand.js.map
@@ -37,4 +37,3 @@ var GetApplicationCommand = (function (_super) {
37
37
  return GetApplicationCommand;
38
38
  }($Command));
39
39
  export { GetApplicationCommand };
40
- //# sourceMappingURL=GetApplicationCommand.js.map
@@ -37,4 +37,3 @@ var GetConfigurationCommand = (function (_super) {
37
37
  return GetConfigurationCommand;
38
38
  }($Command));
39
39
  export { GetConfigurationCommand };
40
- //# sourceMappingURL=GetConfigurationCommand.js.map
@@ -37,4 +37,3 @@ var GetConfigurationProfileCommand = (function (_super) {
37
37
  return GetConfigurationProfileCommand;
38
38
  }($Command));
39
39
  export { GetConfigurationProfileCommand };
40
- //# sourceMappingURL=GetConfigurationProfileCommand.js.map
@@ -37,4 +37,3 @@ var GetDeploymentCommand = (function (_super) {
37
37
  return GetDeploymentCommand;
38
38
  }($Command));
39
39
  export { GetDeploymentCommand };
40
- //# sourceMappingURL=GetDeploymentCommand.js.map
@@ -37,4 +37,3 @@ var GetDeploymentStrategyCommand = (function (_super) {
37
37
  return GetDeploymentStrategyCommand;
38
38
  }($Command));
39
39
  export { GetDeploymentStrategyCommand };
40
- //# sourceMappingURL=GetDeploymentStrategyCommand.js.map
@@ -37,4 +37,3 @@ var GetEnvironmentCommand = (function (_super) {
37
37
  return GetEnvironmentCommand;
38
38
  }($Command));
39
39
  export { GetEnvironmentCommand };
40
- //# sourceMappingURL=GetEnvironmentCommand.js.map
@@ -37,4 +37,3 @@ var GetHostedConfigurationVersionCommand = (function (_super) {
37
37
  return GetHostedConfigurationVersionCommand;
38
38
  }($Command));
39
39
  export { GetHostedConfigurationVersionCommand };
40
- //# sourceMappingURL=GetHostedConfigurationVersionCommand.js.map
@@ -37,4 +37,3 @@ var ListApplicationsCommand = (function (_super) {
37
37
  return ListApplicationsCommand;
38
38
  }($Command));
39
39
  export { ListApplicationsCommand };
40
- //# sourceMappingURL=ListApplicationsCommand.js.map
@@ -37,4 +37,3 @@ var ListConfigurationProfilesCommand = (function (_super) {
37
37
  return ListConfigurationProfilesCommand;
38
38
  }($Command));
39
39
  export { ListConfigurationProfilesCommand };
40
- //# sourceMappingURL=ListConfigurationProfilesCommand.js.map
@@ -37,4 +37,3 @@ var ListDeploymentStrategiesCommand = (function (_super) {
37
37
  return ListDeploymentStrategiesCommand;
38
38
  }($Command));
39
39
  export { ListDeploymentStrategiesCommand };
40
- //# sourceMappingURL=ListDeploymentStrategiesCommand.js.map
@@ -37,4 +37,3 @@ var ListDeploymentsCommand = (function (_super) {
37
37
  return ListDeploymentsCommand;
38
38
  }($Command));
39
39
  export { ListDeploymentsCommand };
40
- //# sourceMappingURL=ListDeploymentsCommand.js.map
@@ -37,4 +37,3 @@ var ListEnvironmentsCommand = (function (_super) {
37
37
  return ListEnvironmentsCommand;
38
38
  }($Command));
39
39
  export { ListEnvironmentsCommand };
40
- //# sourceMappingURL=ListEnvironmentsCommand.js.map
@@ -37,4 +37,3 @@ var ListHostedConfigurationVersionsCommand = (function (_super) {
37
37
  return ListHostedConfigurationVersionsCommand;
38
38
  }($Command));
39
39
  export { ListHostedConfigurationVersionsCommand };
40
- //# sourceMappingURL=ListHostedConfigurationVersionsCommand.js.map
@@ -37,4 +37,3 @@ var ListTagsForResourceCommand = (function (_super) {
37
37
  return ListTagsForResourceCommand;
38
38
  }($Command));
39
39
  export { ListTagsForResourceCommand };
40
- //# sourceMappingURL=ListTagsForResourceCommand.js.map
@@ -37,4 +37,3 @@ var StartDeploymentCommand = (function (_super) {
37
37
  return StartDeploymentCommand;
38
38
  }($Command));
39
39
  export { StartDeploymentCommand };
40
- //# sourceMappingURL=StartDeploymentCommand.js.map
@@ -37,4 +37,3 @@ var StopDeploymentCommand = (function (_super) {
37
37
  return StopDeploymentCommand;
38
38
  }($Command));
39
39
  export { StopDeploymentCommand };
40
- //# sourceMappingURL=StopDeploymentCommand.js.map
@@ -37,4 +37,3 @@ var TagResourceCommand = (function (_super) {
37
37
  return TagResourceCommand;
38
38
  }($Command));
39
39
  export { TagResourceCommand };
40
- //# sourceMappingURL=TagResourceCommand.js.map
@@ -37,4 +37,3 @@ var UntagResourceCommand = (function (_super) {
37
37
  return UntagResourceCommand;
38
38
  }($Command));
39
39
  export { UntagResourceCommand };
40
- //# sourceMappingURL=UntagResourceCommand.js.map
@@ -37,4 +37,3 @@ var UpdateApplicationCommand = (function (_super) {
37
37
  return UpdateApplicationCommand;
38
38
  }($Command));
39
39
  export { UpdateApplicationCommand };
40
- //# sourceMappingURL=UpdateApplicationCommand.js.map
@@ -37,4 +37,3 @@ var UpdateConfigurationProfileCommand = (function (_super) {
37
37
  return UpdateConfigurationProfileCommand;
38
38
  }($Command));
39
39
  export { UpdateConfigurationProfileCommand };
40
- //# sourceMappingURL=UpdateConfigurationProfileCommand.js.map
@@ -37,4 +37,3 @@ var UpdateDeploymentStrategyCommand = (function (_super) {
37
37
  return UpdateDeploymentStrategyCommand;
38
38
  }($Command));
39
39
  export { UpdateDeploymentStrategyCommand };
40
- //# sourceMappingURL=UpdateDeploymentStrategyCommand.js.map
@@ -37,4 +37,3 @@ var UpdateEnvironmentCommand = (function (_super) {
37
37
  return UpdateEnvironmentCommand;
38
38
  }($Command));
39
39
  export { UpdateEnvironmentCommand };
40
- //# sourceMappingURL=UpdateEnvironmentCommand.js.map
@@ -37,4 +37,3 @@ var ValidateConfigurationCommand = (function (_super) {
37
37
  return ValidateConfigurationCommand;
38
38
  }($Command));
39
39
  export { ValidateConfigurationCommand };
40
- //# sourceMappingURL=ValidateConfigurationCommand.js.map
@@ -0,0 +1,33 @@
1
+ export * from "./CreateApplicationCommand";
2
+ export * from "./CreateConfigurationProfileCommand";
3
+ export * from "./CreateDeploymentStrategyCommand";
4
+ export * from "./CreateEnvironmentCommand";
5
+ export * from "./CreateHostedConfigurationVersionCommand";
6
+ export * from "./DeleteApplicationCommand";
7
+ export * from "./DeleteConfigurationProfileCommand";
8
+ export * from "./DeleteDeploymentStrategyCommand";
9
+ export * from "./DeleteEnvironmentCommand";
10
+ export * from "./DeleteHostedConfigurationVersionCommand";
11
+ export * from "./GetApplicationCommand";
12
+ export * from "./GetConfigurationCommand";
13
+ export * from "./GetConfigurationProfileCommand";
14
+ export * from "./GetDeploymentCommand";
15
+ export * from "./GetDeploymentStrategyCommand";
16
+ export * from "./GetEnvironmentCommand";
17
+ export * from "./GetHostedConfigurationVersionCommand";
18
+ export * from "./ListApplicationsCommand";
19
+ export * from "./ListConfigurationProfilesCommand";
20
+ export * from "./ListDeploymentStrategiesCommand";
21
+ export * from "./ListDeploymentsCommand";
22
+ export * from "./ListEnvironmentsCommand";
23
+ export * from "./ListHostedConfigurationVersionsCommand";
24
+ export * from "./ListTagsForResourceCommand";
25
+ export * from "./StartDeploymentCommand";
26
+ export * from "./StopDeploymentCommand";
27
+ export * from "./TagResourceCommand";
28
+ export * from "./UntagResourceCommand";
29
+ export * from "./UpdateApplicationCommand";
30
+ export * from "./UpdateConfigurationProfileCommand";
31
+ export * from "./UpdateDeploymentStrategyCommand";
32
+ export * from "./UpdateEnvironmentCommand";
33
+ export * from "./ValidateConfigurationCommand";
@@ -33,7 +33,7 @@ var partitionHash = {
33
33
  hostname: "appconfig.{region}.amazonaws.com.cn",
34
34
  },
35
35
  "aws-iso": {
36
- regions: ["us-iso-east-1"],
36
+ regions: ["us-iso-east-1", "us-iso-west-1"],
37
37
  hostname: "appconfig.{region}.c2s.ic.gov",
38
38
  },
39
39
  "aws-iso-b": {
@@ -50,4 +50,3 @@ export var defaultRegionInfoProvider = function (region, options) { return __awa
50
50
  return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "appconfig", regionHash: regionHash, partitionHash: partitionHash }))];
51
51
  });
52
52
  }); };
53
- //# sourceMappingURL=endpoints.js.map
package/dist-es/index.js CHANGED
@@ -1,44 +1,5 @@
1
- export * from "./AppConfigClient";
2
1
  export * from "./AppConfig";
3
- export * from "./commands/CreateApplicationCommand";
4
- export * from "./commands/CreateConfigurationProfileCommand";
5
- export * from "./commands/CreateDeploymentStrategyCommand";
6
- export * from "./commands/CreateEnvironmentCommand";
7
- export * from "./commands/CreateHostedConfigurationVersionCommand";
8
- export * from "./commands/DeleteApplicationCommand";
9
- export * from "./commands/DeleteConfigurationProfileCommand";
10
- export * from "./commands/DeleteDeploymentStrategyCommand";
11
- export * from "./commands/DeleteEnvironmentCommand";
12
- export * from "./commands/DeleteHostedConfigurationVersionCommand";
13
- export * from "./commands/GetApplicationCommand";
14
- export * from "./commands/GetConfigurationCommand";
15
- export * from "./commands/GetConfigurationProfileCommand";
16
- export * from "./commands/GetDeploymentCommand";
17
- export * from "./commands/GetDeploymentStrategyCommand";
18
- export * from "./commands/GetEnvironmentCommand";
19
- export * from "./commands/GetHostedConfigurationVersionCommand";
20
- export * from "./commands/ListApplicationsCommand";
21
- export * from "./pagination/ListApplicationsPaginator";
22
- export * from "./commands/ListConfigurationProfilesCommand";
23
- export * from "./pagination/ListConfigurationProfilesPaginator";
24
- export * from "./commands/ListDeploymentsCommand";
25
- export * from "./pagination/ListDeploymentsPaginator";
26
- export * from "./commands/ListDeploymentStrategiesCommand";
27
- export * from "./pagination/ListDeploymentStrategiesPaginator";
28
- export * from "./commands/ListEnvironmentsCommand";
29
- export * from "./pagination/ListEnvironmentsPaginator";
30
- export * from "./commands/ListHostedConfigurationVersionsCommand";
31
- export * from "./pagination/ListHostedConfigurationVersionsPaginator";
32
- export * from "./commands/ListTagsForResourceCommand";
33
- export * from "./commands/StartDeploymentCommand";
34
- export * from "./commands/StopDeploymentCommand";
35
- export * from "./commands/TagResourceCommand";
36
- export * from "./commands/UntagResourceCommand";
37
- export * from "./commands/UpdateApplicationCommand";
38
- export * from "./commands/UpdateConfigurationProfileCommand";
39
- export * from "./commands/UpdateDeploymentStrategyCommand";
40
- export * from "./commands/UpdateEnvironmentCommand";
41
- export * from "./commands/ValidateConfigurationCommand";
42
- export * from "./pagination/Interfaces";
43
- export * from "./models/index";
44
- //# sourceMappingURL=index.js.map
2
+ export * from "./AppConfigClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
@@ -1,2 +1 @@
1
1
  export * from "./models_0";
2
- //# sourceMappingURL=index.js.map
@@ -287,4 +287,3 @@ export var ValidateConfigurationRequest;
287
287
  (function (ValidateConfigurationRequest) {
288
288
  ValidateConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
289
289
  })(ValidateConfigurationRequest || (ValidateConfigurationRequest = {}));
290
- //# sourceMappingURL=models_0.js.map
@@ -1,2 +1 @@
1
1
  export {};
2
- //# sourceMappingURL=Interfaces.js.map
@@ -72,4 +72,3 @@ export function paginateListApplications(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=ListApplicationsPaginator.js.map
@@ -72,4 +72,3 @@ export function paginateListConfigurationProfiles(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=ListConfigurationProfilesPaginator.js.map
@@ -72,4 +72,3 @@ export function paginateListDeploymentStrategies(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=ListDeploymentStrategiesPaginator.js.map
@@ -72,4 +72,3 @@ export function paginateListDeployments(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=ListDeploymentsPaginator.js.map
@@ -72,4 +72,3 @@ export function paginateListEnvironments(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=ListEnvironmentsPaginator.js.map
@@ -72,4 +72,3 @@ export function paginateListHostedConfigurationVersions(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=ListHostedConfigurationVersionsPaginator.js.map
@@ -0,0 +1,7 @@
1
+ export * from "./Interfaces";
2
+ export * from "./ListApplicationsPaginator";
3
+ export * from "./ListConfigurationProfilesPaginator";
4
+ export * from "./ListDeploymentStrategiesPaginator";
5
+ export * from "./ListDeploymentsPaginator";
6
+ export * from "./ListEnvironmentsPaginator";
7
+ export * from "./ListHostedConfigurationVersionsPaginator";
@@ -4741,4 +4741,3 @@ var loadRestJsonErrorCode = function (output, data) {
4741
4741
  }
4742
4742
  return "";
4743
4743
  };
4744
- //# sourceMappingURL=Aws_restJson1.js.map
@@ -1,4 +1,5 @@
1
1
  import { __assign } from "tslib";
2
+ import packageInfo from "../package.json";
2
3
  import { Sha256 } from "@aws-crypto/sha256-browser";
3
4
  import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
4
5
  import { invalidProvider } from "@aws-sdk/invalid-dependency";
@@ -7,11 +8,9 @@ import { fromBase64, toBase64 } from "@aws-sdk/util-base64-browser";
7
8
  import { calculateBodyLength } from "@aws-sdk/util-body-length-browser";
8
9
  import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
9
10
  import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
10
- import packageInfo from "../package.json";
11
11
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
12
12
  export var getRuntimeConfig = function (config) {
13
13
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
14
14
  var clientSharedValues = getSharedRuntimeConfig(config);
15
15
  return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
16
16
  };
17
- //# sourceMappingURL=runtimeConfig.browser.js.map