@aws-sdk/client-appconfig 3.39.0 → 3.43.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 (57) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/README.md +19 -24
  3. package/dist-cjs/endpoints.js +74 -5
  4. package/dist-cjs/models/models_0.js +29 -2
  5. package/dist-cjs/protocols/Aws_restJson1.js +49 -0
  6. package/dist-cjs/runtimeConfig.browser.js +6 -3
  7. package/dist-cjs/runtimeConfig.js +5 -3
  8. package/dist-es/endpoints.js +74 -5
  9. package/dist-es/models/models_0.js +28 -1
  10. package/dist-es/protocols/Aws_restJson1.js +51 -4
  11. package/dist-es/runtimeConfig.browser.js +3 -2
  12. package/dist-es/runtimeConfig.js +3 -3
  13. package/dist-types/AppConfig.d.ts +75 -70
  14. package/dist-types/AppConfigClient.d.ts +27 -23
  15. package/dist-types/commands/CreateApplicationCommand.d.ts +6 -5
  16. package/dist-types/commands/CreateConfigurationProfileCommand.d.ts +14 -10
  17. package/dist-types/commands/CreateDeploymentStrategyCommand.d.ts +5 -5
  18. package/dist-types/commands/CreateEnvironmentCommand.d.ts +9 -8
  19. package/dist-types/commands/CreateHostedConfigurationVersionCommand.d.ts +2 -2
  20. package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -2
  21. package/dist-types/commands/DeleteConfigurationProfileCommand.d.ts +2 -2
  22. package/dist-types/commands/DeleteDeploymentStrategyCommand.d.ts +2 -2
  23. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +2 -2
  24. package/dist-types/commands/DeleteHostedConfigurationVersionCommand.d.ts +3 -2
  25. package/dist-types/commands/GetApplicationCommand.d.ts +2 -2
  26. package/dist-types/commands/GetConfigurationCommand.d.ts +4 -4
  27. package/dist-types/commands/GetConfigurationProfileCommand.d.ts +2 -2
  28. package/dist-types/commands/GetDeploymentCommand.d.ts +2 -2
  29. package/dist-types/commands/GetDeploymentStrategyCommand.d.ts +3 -3
  30. package/dist-types/commands/GetEnvironmentCommand.d.ts +2 -2
  31. package/dist-types/commands/GetHostedConfigurationVersionCommand.d.ts +2 -2
  32. package/dist-types/commands/ListApplicationsCommand.d.ts +2 -2
  33. package/dist-types/commands/ListConfigurationProfilesCommand.d.ts +1 -1
  34. package/dist-types/commands/ListDeploymentStrategiesCommand.d.ts +2 -2
  35. package/dist-types/commands/ListDeploymentsCommand.d.ts +1 -1
  36. package/dist-types/commands/ListEnvironmentsCommand.d.ts +2 -2
  37. package/dist-types/commands/ListHostedConfigurationVersionsCommand.d.ts +2 -2
  38. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  39. package/dist-types/commands/StartDeploymentCommand.d.ts +1 -1
  40. package/dist-types/commands/StopDeploymentCommand.d.ts +1 -1
  41. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  42. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  43. package/dist-types/commands/UpdateApplicationCommand.d.ts +1 -1
  44. package/dist-types/commands/UpdateConfigurationProfileCommand.d.ts +1 -1
  45. package/dist-types/commands/UpdateDeploymentStrategyCommand.d.ts +1 -1
  46. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +1 -1
  47. package/dist-types/commands/ValidateConfigurationCommand.d.ts +1 -1
  48. package/dist-types/models/models_0.d.ts +152 -46
  49. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  50. package/dist-types/runtimeConfig.d.ts +2 -0
  51. package/dist-types/runtimeConfig.native.d.ts +2 -0
  52. package/dist-types/ts3.4/AppConfigClient.d.ts +4 -0
  53. package/dist-types/ts3.4/models/models_0.d.ts +53 -1
  54. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  55. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  56. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  57. package/package.json +23 -23
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-appconfig",
3
3
  "description": "AWS SDK for JavaScript Appconfig Client for Node.js, Browser and React Native",
4
- "version": "3.39.0",
4
+ "version": "3.43.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,32 +21,32 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "2.0.0",
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.39.0",
25
- "@aws-sdk/config-resolver": "3.39.0",
26
- "@aws-sdk/credential-provider-node": "3.39.0",
27
- "@aws-sdk/fetch-http-handler": "3.38.0",
28
- "@aws-sdk/hash-node": "3.38.0",
29
- "@aws-sdk/invalid-dependency": "3.38.0",
30
- "@aws-sdk/middleware-content-length": "3.38.0",
31
- "@aws-sdk/middleware-host-header": "3.38.0",
32
- "@aws-sdk/middleware-logger": "3.38.0",
33
- "@aws-sdk/middleware-retry": "3.39.0",
34
- "@aws-sdk/middleware-serde": "3.38.0",
35
- "@aws-sdk/middleware-signing": "3.39.0",
36
- "@aws-sdk/middleware-stack": "3.38.0",
37
- "@aws-sdk/middleware-user-agent": "3.38.0",
38
- "@aws-sdk/node-config-provider": "3.39.0",
39
- "@aws-sdk/node-http-handler": "3.38.0",
40
- "@aws-sdk/protocol-http": "3.38.0",
41
- "@aws-sdk/smithy-client": "3.38.0",
42
- "@aws-sdk/types": "3.38.0",
43
- "@aws-sdk/url-parser": "3.38.0",
24
+ "@aws-sdk/client-sts": "3.43.0",
25
+ "@aws-sdk/config-resolver": "3.40.0",
26
+ "@aws-sdk/credential-provider-node": "3.41.0",
27
+ "@aws-sdk/fetch-http-handler": "3.40.0",
28
+ "@aws-sdk/hash-node": "3.40.0",
29
+ "@aws-sdk/invalid-dependency": "3.40.0",
30
+ "@aws-sdk/middleware-content-length": "3.40.0",
31
+ "@aws-sdk/middleware-host-header": "3.40.0",
32
+ "@aws-sdk/middleware-logger": "3.40.0",
33
+ "@aws-sdk/middleware-retry": "3.40.0",
34
+ "@aws-sdk/middleware-serde": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.40.0",
36
+ "@aws-sdk/middleware-stack": "3.40.0",
37
+ "@aws-sdk/middleware-user-agent": "3.40.0",
38
+ "@aws-sdk/node-config-provider": "3.40.0",
39
+ "@aws-sdk/node-http-handler": "3.40.0",
40
+ "@aws-sdk/protocol-http": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
+ "@aws-sdk/types": "3.40.0",
43
+ "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",
45
45
  "@aws-sdk/util-base64-node": "3.37.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.37.0",
47
47
  "@aws-sdk/util-body-length-node": "3.37.0",
48
- "@aws-sdk/util-user-agent-browser": "3.38.0",
49
- "@aws-sdk/util-user-agent-node": "3.39.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.40.0",
49
+ "@aws-sdk/util-user-agent-node": "3.40.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.37.0",
51
51
  "@aws-sdk/util-utf8-node": "3.37.0",
52
52
  "tslib": "^2.3.0"