@aws-sdk/client-elastic-beanstalk 3.495.0 → 3.498.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.
package/dist-cjs/index.js CHANGED
@@ -7128,20 +7128,18 @@ var waitUntilEnvironmentUpdated = /* @__PURE__ */ __name(async (params, input) =
7128
7128
  // src/index.ts
7129
7129
  var import_util_endpoints = require("@aws-sdk/util-endpoints");
7130
7130
  // Annotate the CommonJS export names for ESM import in node:
7131
+
7131
7132
  0 && (module.exports = {
7133
+ ElasticBeanstalkServiceException,
7134
+ __Client,
7135
+ ElasticBeanstalkClient,
7136
+ ElasticBeanstalk,
7137
+ $Command,
7132
7138
  AbortEnvironmentUpdateCommand,
7133
- ActionHistoryStatus,
7134
- ActionStatus,
7135
- ActionType,
7136
- ApplicationVersionStatus,
7137
7139
  ApplyEnvironmentManagedActionCommand,
7138
7140
  AssociateEnvironmentOperationsRoleCommand,
7139
7141
  CheckDNSAvailabilityCommand,
7140
- CodeBuildNotInServiceRegionException,
7141
7142
  ComposeEnvironmentsCommand,
7142
- ComputeType,
7143
- ConfigurationDeploymentStatus,
7144
- ConfigurationOptionValueType,
7145
7143
  CreateApplicationCommand,
7146
7144
  CreateApplicationVersionCommand,
7147
7145
  CreateConfigurationTemplateCommand,
@@ -7167,47 +7165,16 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
7167
7165
  DescribeInstancesHealthCommand,
7168
7166
  DescribePlatformVersionCommand,
7169
7167
  DisassociateEnvironmentOperationsRoleCommand,
7170
- ElasticBeanstalk,
7171
- ElasticBeanstalkClient,
7172
- ElasticBeanstalkServiceException,
7173
- EnvironmentHealth,
7174
- EnvironmentHealthAttribute,
7175
- EnvironmentHealthStatus,
7176
- EnvironmentInfoType,
7177
- EnvironmentStatus,
7178
- EventSeverity,
7179
- FailureType,
7180
- InstancesHealthAttribute,
7181
- InsufficientPrivilegesException,
7182
- InvalidRequestException,
7183
7168
  ListAvailableSolutionStacksCommand,
7184
7169
  ListPlatformBranchesCommand,
7185
7170
  ListPlatformVersionsCommand,
7186
7171
  ListTagsForResourceCommand,
7187
- ManagedActionInvalidStateException,
7188
- OperationInProgressException,
7189
- PlatformStatus,
7190
- PlatformVersionStillReferencedException,
7191
7172
  RebuildEnvironmentCommand,
7192
7173
  RequestEnvironmentInfoCommand,
7193
- ResourceNotFoundException,
7194
- ResourceTypeNotSupportedException,
7195
7174
  RestartAppServerCommand,
7196
7175
  RetrieveEnvironmentInfoCommand,
7197
- S3LocationNotInServiceRegionException,
7198
- S3SubscriptionRequiredException,
7199
- SourceBundleDeletionException,
7200
- SourceRepository,
7201
- SourceType,
7202
7176
  SwapEnvironmentCNAMEsCommand,
7203
7177
  TerminateEnvironmentCommand,
7204
- TooManyApplicationVersionsException,
7205
- TooManyApplicationsException,
7206
- TooManyBucketsException,
7207
- TooManyConfigurationTemplatesException,
7208
- TooManyEnvironmentsException,
7209
- TooManyPlatformsException,
7210
- TooManyTagsException,
7211
7178
  UpdateApplicationCommand,
7212
7179
  UpdateApplicationResourceLifecycleCommand,
7213
7180
  UpdateApplicationVersionCommand,
@@ -7215,16 +7182,52 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
7215
7182
  UpdateEnvironmentCommand,
7216
7183
  UpdateTagsForResourceCommand,
7217
7184
  ValidateConfigurationSettingsCommand,
7218
- ValidationSeverity,
7219
- __Client,
7220
7185
  paginateDescribeEnvironmentManagedActionHistory,
7221
7186
  paginateDescribeEvents,
7222
7187
  paginateListPlatformBranches,
7223
7188
  paginateListPlatformVersions,
7224
7189
  waitForEnvironmentExists,
7225
- waitForEnvironmentTerminated,
7226
- waitForEnvironmentUpdated,
7227
7190
  waitUntilEnvironmentExists,
7191
+ waitForEnvironmentTerminated,
7228
7192
  waitUntilEnvironmentTerminated,
7229
- waitUntilEnvironmentUpdated
7193
+ waitForEnvironmentUpdated,
7194
+ waitUntilEnvironmentUpdated,
7195
+ InsufficientPrivilegesException,
7196
+ ActionHistoryStatus,
7197
+ ActionStatus,
7198
+ ActionType,
7199
+ SourceRepository,
7200
+ SourceType,
7201
+ ApplicationVersionStatus,
7202
+ ManagedActionInvalidStateException,
7203
+ EnvironmentHealth,
7204
+ EnvironmentHealthStatus,
7205
+ EnvironmentStatus,
7206
+ TooManyEnvironmentsException,
7207
+ TooManyApplicationsException,
7208
+ CodeBuildNotInServiceRegionException,
7209
+ ComputeType,
7210
+ S3LocationNotInServiceRegionException,
7211
+ TooManyApplicationVersionsException,
7212
+ ConfigurationDeploymentStatus,
7213
+ TooManyBucketsException,
7214
+ TooManyConfigurationTemplatesException,
7215
+ PlatformStatus,
7216
+ TooManyPlatformsException,
7217
+ S3SubscriptionRequiredException,
7218
+ OperationInProgressException,
7219
+ SourceBundleDeletionException,
7220
+ PlatformVersionStillReferencedException,
7221
+ ConfigurationOptionValueType,
7222
+ EnvironmentHealthAttribute,
7223
+ InvalidRequestException,
7224
+ FailureType,
7225
+ EventSeverity,
7226
+ InstancesHealthAttribute,
7227
+ ResourceNotFoundException,
7228
+ ResourceTypeNotSupportedException,
7229
+ EnvironmentInfoType,
7230
+ TooManyTagsException,
7231
+ ValidationSeverity
7230
7232
  });
7233
+
@@ -68,7 +68,7 @@ declare const CreateStorageLocationCommand_base: {
68
68
  * @example To create a new environment for an application
69
69
  * ```javascript
70
70
  * // The following operation creates a new environment for version v1 of a java application named my-app:
71
- * const input = undefined;
71
+ * const input = {};
72
72
  * const command = new CreateStorageLocationCommand(input);
73
73
  * const response = await client.send(command);
74
74
  * /* response ==
@@ -65,7 +65,7 @@ declare const ListAvailableSolutionStacksCommand_base: {
65
65
  * @example To view solution stacks
66
66
  * ```javascript
67
67
  * // The following operation lists solution stacks for all currently available platform configurations and any that you have used in the past:
68
- * const input = undefined;
68
+ * const input = {};
69
69
  * const command = new ListAvailableSolutionStacksCommand(input);
70
70
  * const response = await client.send(command);
71
71
  * /* response ==
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-elastic-beanstalk",
3
3
  "description": "AWS SDK for JavaScript Elastic Beanstalk Client for Node.js, Browser and React Native",
4
- "version": "3.495.0",
4
+ "version": "3.498.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-elastic-beanstalk",
@@ -20,49 +20,49 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.495.0",
24
- "@aws-sdk/core": "3.495.0",
25
- "@aws-sdk/credential-provider-node": "3.495.0",
26
- "@aws-sdk/middleware-host-header": "3.495.0",
27
- "@aws-sdk/middleware-logger": "3.495.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.495.0",
29
- "@aws-sdk/middleware-signing": "3.495.0",
30
- "@aws-sdk/middleware-user-agent": "3.495.0",
31
- "@aws-sdk/region-config-resolver": "3.495.0",
32
- "@aws-sdk/types": "3.495.0",
33
- "@aws-sdk/util-endpoints": "3.495.0",
34
- "@aws-sdk/util-user-agent-browser": "3.495.0",
35
- "@aws-sdk/util-user-agent-node": "3.495.0",
36
- "@smithy/config-resolver": "^2.1.0",
37
- "@smithy/core": "^1.3.0",
38
- "@smithy/fetch-http-handler": "^2.4.0",
39
- "@smithy/hash-node": "^2.1.0",
40
- "@smithy/invalid-dependency": "^2.1.0",
41
- "@smithy/middleware-content-length": "^2.1.0",
42
- "@smithy/middleware-endpoint": "^2.4.0",
43
- "@smithy/middleware-retry": "^2.1.0",
44
- "@smithy/middleware-serde": "^2.1.0",
45
- "@smithy/middleware-stack": "^2.1.0",
46
- "@smithy/node-config-provider": "^2.2.0",
47
- "@smithy/node-http-handler": "^2.3.0",
48
- "@smithy/protocol-http": "^3.1.0",
49
- "@smithy/smithy-client": "^2.3.0",
50
- "@smithy/types": "^2.9.0",
51
- "@smithy/url-parser": "^2.1.0",
52
- "@smithy/util-base64": "^2.1.0",
53
- "@smithy/util-body-length-browser": "^2.1.0",
54
- "@smithy/util-body-length-node": "^2.2.0",
55
- "@smithy/util-defaults-mode-browser": "^2.1.0",
56
- "@smithy/util-defaults-mode-node": "^2.1.0",
57
- "@smithy/util-endpoints": "^1.1.0",
58
- "@smithy/util-retry": "^2.1.0",
59
- "@smithy/util-utf8": "^2.1.0",
60
- "@smithy/util-waiter": "^2.1.0",
23
+ "@aws-sdk/client-sts": "3.496.0",
24
+ "@aws-sdk/core": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.496.0",
26
+ "@aws-sdk/middleware-host-header": "3.496.0",
27
+ "@aws-sdk/middleware-logger": "3.496.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.496.0",
29
+ "@aws-sdk/middleware-signing": "3.496.0",
30
+ "@aws-sdk/middleware-user-agent": "3.496.0",
31
+ "@aws-sdk/region-config-resolver": "3.496.0",
32
+ "@aws-sdk/types": "3.496.0",
33
+ "@aws-sdk/util-endpoints": "3.496.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.496.0",
35
+ "@aws-sdk/util-user-agent-node": "3.496.0",
36
+ "@smithy/config-resolver": "^2.1.1",
37
+ "@smithy/core": "^1.3.1",
38
+ "@smithy/fetch-http-handler": "^2.4.1",
39
+ "@smithy/hash-node": "^2.1.1",
40
+ "@smithy/invalid-dependency": "^2.1.1",
41
+ "@smithy/middleware-content-length": "^2.1.1",
42
+ "@smithy/middleware-endpoint": "^2.4.1",
43
+ "@smithy/middleware-retry": "^2.1.1",
44
+ "@smithy/middleware-serde": "^2.1.1",
45
+ "@smithy/middleware-stack": "^2.1.1",
46
+ "@smithy/node-config-provider": "^2.2.1",
47
+ "@smithy/node-http-handler": "^2.3.1",
48
+ "@smithy/protocol-http": "^3.1.1",
49
+ "@smithy/smithy-client": "^2.3.1",
50
+ "@smithy/types": "^2.9.1",
51
+ "@smithy/url-parser": "^2.1.1",
52
+ "@smithy/util-base64": "^2.1.1",
53
+ "@smithy/util-body-length-browser": "^2.1.1",
54
+ "@smithy/util-body-length-node": "^2.2.1",
55
+ "@smithy/util-defaults-mode-browser": "^2.1.1",
56
+ "@smithy/util-defaults-mode-node": "^2.1.1",
57
+ "@smithy/util-endpoints": "^1.1.1",
58
+ "@smithy/util-retry": "^2.1.1",
59
+ "@smithy/util-utf8": "^2.1.1",
60
+ "@smithy/util-waiter": "^2.1.1",
61
61
  "fast-xml-parser": "4.2.5",
62
62
  "tslib": "^2.5.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@smithy/service-client-documentation-generator": "^2.1.0",
65
+ "@smithy/service-client-documentation-generator": "^2.1.1",
66
66
  "@tsconfig/node14": "1.0.3",
67
67
  "@types/node": "^14.14.31",
68
68
  "concurrently": "7.0.0",