@aws-sdk/client-elastic-beanstalk 3.1087.0 → 3.1089.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 (69) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/ElasticBeanstalk.d.ts +149 -181
  3. package/dist-types/ts3.4/ElasticBeanstalkClient.d.ts +5 -15
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AbortEnvironmentUpdateCommand.d.ts +2 -3
  8. package/dist-types/ts3.4/commands/ApplyEnvironmentManagedActionCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +4 -6
  10. package/dist-types/ts3.4/commands/CheckDNSAvailabilityCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/ComposeEnvironmentsCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +4 -6
  14. package/dist-types/ts3.4/commands/CreateConfigurationTemplateCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +5 -11
  16. package/dist-types/ts3.4/commands/CreatePlatformVersionCommand.d.ts +5 -10
  17. package/dist-types/ts3.4/commands/CreateStorageLocationCommand.d.ts +2 -3
  18. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +3 -4
  19. package/dist-types/ts3.4/commands/DeleteApplicationVersionCommand.d.ts +4 -6
  20. package/dist-types/ts3.4/commands/DeleteConfigurationTemplateCommand.d.ts +4 -6
  21. package/dist-types/ts3.4/commands/DeleteEnvironmentConfigurationCommand.d.ts +4 -6
  22. package/dist-types/ts3.4/commands/DeletePlatformVersionCommand.d.ts +4 -9
  23. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +2 -3
  24. package/dist-types/ts3.4/commands/DescribeApplicationVersionsCommand.d.ts +3 -5
  25. package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/DescribeConfigurationOptionsCommand.d.ts +3 -5
  27. package/dist-types/ts3.4/commands/DescribeConfigurationSettingsCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/DescribeEnvironmentHealthCommand.d.ts +3 -5
  29. package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +3 -5
  30. package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionsCommand.d.ts +3 -5
  31. package/dist-types/ts3.4/commands/DescribeEnvironmentResourcesCommand.d.ts +3 -5
  32. package/dist-types/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +4 -9
  33. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +3 -8
  34. package/dist-types/ts3.4/commands/DescribeInstancesHealthCommand.d.ts +4 -9
  35. package/dist-types/ts3.4/commands/DescribePlatformVersionCommand.d.ts +4 -9
  36. package/dist-types/ts3.4/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +4 -6
  37. package/dist-types/ts3.4/commands/ListAvailableSolutionStacksCommand.d.ts +2 -3
  38. package/dist-types/ts3.4/commands/ListPlatformBranchesCommand.d.ts +4 -9
  39. package/dist-types/ts3.4/commands/ListPlatformVersionsCommand.d.ts +4 -9
  40. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  41. package/dist-types/ts3.4/commands/RebuildEnvironmentCommand.d.ts +2 -3
  42. package/dist-types/ts3.4/commands/RequestEnvironmentInfoCommand.d.ts +3 -4
  43. package/dist-types/ts3.4/commands/RestartAppServerCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/RetrieveEnvironmentInfoCommand.d.ts +4 -6
  45. package/dist-types/ts3.4/commands/SwapEnvironmentCNAMEsCommand.d.ts +2 -3
  46. package/dist-types/ts3.4/commands/TerminateEnvironmentCommand.d.ts +4 -9
  47. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +5 -10
  48. package/dist-types/ts3.4/commands/UpdateApplicationResourceLifecycleCommand.d.ts +4 -6
  49. package/dist-types/ts3.4/commands/UpdateApplicationVersionCommand.d.ts +4 -6
  50. package/dist-types/ts3.4/commands/UpdateConfigurationTemplateCommand.d.ts +4 -6
  51. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +4 -10
  52. package/dist-types/ts3.4/commands/UpdateTagsForResourceCommand.d.ts +3 -4
  53. package/dist-types/ts3.4/commands/ValidateConfigurationSettingsCommand.d.ts +4 -6
  54. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  55. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  56. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  57. package/dist-types/ts3.4/models/enums.d.ts +7 -14
  58. package/dist-types/ts3.4/models/errors.d.ts +19 -85
  59. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  60. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  61. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  62. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  63. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  64. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  65. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  66. package/dist-types/ts3.4/waiters/waitForEnvironmentExists.d.ts +3 -6
  67. package/dist-types/ts3.4/waiters/waitForEnvironmentTerminated.d.ts +3 -6
  68. package/dist-types/ts3.4/waiters/waitForEnvironmentUpdated.d.ts +3 -6
  69. package/package.json +38 -38
package/package.json CHANGED
@@ -1,7 +1,38 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-elastic-beanstalk",
3
+ "version": "3.1089.0",
3
4
  "description": "AWS SDK for JavaScript Elastic Beanstalk Client for Node.js, Browser and React Native",
4
- "version": "3.1087.0",
5
+ "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-elastic-beanstalk",
6
+ "license": "Apache-2.0",
7
+ "author": {
8
+ "name": "AWS SDK for JavaScript Team",
9
+ "url": "https://aws.amazon.com/sdk-for-javascript/"
10
+ },
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/aws/aws-sdk-js-v3.git",
14
+ "directory": "clients/client-elastic-beanstalk"
15
+ },
16
+ "files": [
17
+ "dist-*/**"
18
+ ],
19
+ "sideEffects": false,
20
+ "main": "./dist-cjs/index.js",
21
+ "module": "./dist-es/index.js",
22
+ "browser": {
23
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
24
+ },
25
+ "types": "./dist-types/index.d.ts",
26
+ "typesVersions": {
27
+ "<4.5": {
28
+ "dist-types/*": [
29
+ "dist-types/ts3.4/*"
30
+ ]
31
+ }
32
+ },
33
+ "react-native": {
34
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
35
+ },
5
36
  "scripts": {
6
37
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
38
  "build:cjs": "node ../../scripts/compilation/inline",
@@ -16,17 +47,13 @@
16
47
  "test:e2e:watch": "yarn g:vitest watch -c vitest.config.e2e.mts",
17
48
  "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
18
49
  },
19
- "main": "./dist-cjs/index.js",
20
- "types": "./dist-types/index.d.ts",
21
- "module": "./dist-es/index.js",
22
- "sideEffects": false,
23
50
  "dependencies": {
24
- "@aws-sdk/core": "^3.975.2",
25
- "@aws-sdk/credential-provider-node": "^3.972.68",
26
- "@aws-sdk/types": "^3.974.1",
27
- "@smithy/core": "^3.29.3",
28
- "@smithy/fetch-http-handler": "^5.6.5",
29
- "@smithy/node-http-handler": "^4.9.5",
51
+ "@aws-sdk/core": "^3.975.3",
52
+ "@aws-sdk/credential-provider-node": "^3.972.70",
53
+ "@aws-sdk/types": "^3.974.2",
54
+ "@smithy/core": "^3.29.4",
55
+ "@smithy/fetch-http-handler": "^5.6.6",
56
+ "@smithy/node-http-handler": "^4.9.6",
30
57
  "@smithy/types": "^4.16.1",
31
58
  "tslib": "^2.6.2"
32
59
  },
@@ -40,32 +67,5 @@
40
67
  },
41
68
  "engines": {
42
69
  "node": ">=20.0.0"
43
- },
44
- "typesVersions": {
45
- "<4.5": {
46
- "dist-types/*": [
47
- "dist-types/ts3.4/*"
48
- ]
49
- }
50
- },
51
- "files": [
52
- "dist-*/**"
53
- ],
54
- "author": {
55
- "name": "AWS SDK for JavaScript Team",
56
- "url": "https://aws.amazon.com/sdk-for-javascript/"
57
- },
58
- "license": "Apache-2.0",
59
- "browser": {
60
- "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
61
- },
62
- "react-native": {
63
- "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
64
- },
65
- "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-elastic-beanstalk",
66
- "repository": {
67
- "type": "git",
68
- "url": "https://github.com/aws/aws-sdk-js-v3.git",
69
- "directory": "clients/client-elastic-beanstalk"
70
70
  }
71
71
  }