@aws-sdk/client-elastic-beanstalk 3.496.0 → 3.499.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
@@ -7130,19 +7130,16 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
7130
7130
  // Annotate the CommonJS export names for ESM import in node:
7131
7131
 
7132
7132
  0 && (module.exports = {
7133
+ ElasticBeanstalkServiceException,
7134
+ __Client,
7135
+ ElasticBeanstalkClient,
7136
+ ElasticBeanstalk,
7137
+ $Command,
7133
7138
  AbortEnvironmentUpdateCommand,
7134
- ActionHistoryStatus,
7135
- ActionStatus,
7136
- ActionType,
7137
- ApplicationVersionStatus,
7138
7139
  ApplyEnvironmentManagedActionCommand,
7139
7140
  AssociateEnvironmentOperationsRoleCommand,
7140
7141
  CheckDNSAvailabilityCommand,
7141
- CodeBuildNotInServiceRegionException,
7142
7142
  ComposeEnvironmentsCommand,
7143
- ComputeType,
7144
- ConfigurationDeploymentStatus,
7145
- ConfigurationOptionValueType,
7146
7143
  CreateApplicationCommand,
7147
7144
  CreateApplicationVersionCommand,
7148
7145
  CreateConfigurationTemplateCommand,
@@ -7168,47 +7165,16 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
7168
7165
  DescribeInstancesHealthCommand,
7169
7166
  DescribePlatformVersionCommand,
7170
7167
  DisassociateEnvironmentOperationsRoleCommand,
7171
- ElasticBeanstalk,
7172
- ElasticBeanstalkClient,
7173
- ElasticBeanstalkServiceException,
7174
- EnvironmentHealth,
7175
- EnvironmentHealthAttribute,
7176
- EnvironmentHealthStatus,
7177
- EnvironmentInfoType,
7178
- EnvironmentStatus,
7179
- EventSeverity,
7180
- FailureType,
7181
- InstancesHealthAttribute,
7182
- InsufficientPrivilegesException,
7183
- InvalidRequestException,
7184
7168
  ListAvailableSolutionStacksCommand,
7185
7169
  ListPlatformBranchesCommand,
7186
7170
  ListPlatformVersionsCommand,
7187
7171
  ListTagsForResourceCommand,
7188
- ManagedActionInvalidStateException,
7189
- OperationInProgressException,
7190
- PlatformStatus,
7191
- PlatformVersionStillReferencedException,
7192
7172
  RebuildEnvironmentCommand,
7193
7173
  RequestEnvironmentInfoCommand,
7194
- ResourceNotFoundException,
7195
- ResourceTypeNotSupportedException,
7196
7174
  RestartAppServerCommand,
7197
7175
  RetrieveEnvironmentInfoCommand,
7198
- S3LocationNotInServiceRegionException,
7199
- S3SubscriptionRequiredException,
7200
- SourceBundleDeletionException,
7201
- SourceRepository,
7202
- SourceType,
7203
7176
  SwapEnvironmentCNAMEsCommand,
7204
7177
  TerminateEnvironmentCommand,
7205
- TooManyApplicationVersionsException,
7206
- TooManyApplicationsException,
7207
- TooManyBucketsException,
7208
- TooManyConfigurationTemplatesException,
7209
- TooManyEnvironmentsException,
7210
- TooManyPlatformsException,
7211
- TooManyTagsException,
7212
7178
  UpdateApplicationCommand,
7213
7179
  UpdateApplicationResourceLifecycleCommand,
7214
7180
  UpdateApplicationVersionCommand,
@@ -7216,17 +7182,52 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
7216
7182
  UpdateEnvironmentCommand,
7217
7183
  UpdateTagsForResourceCommand,
7218
7184
  ValidateConfigurationSettingsCommand,
7219
- ValidationSeverity,
7220
- __Client,
7221
7185
  paginateDescribeEnvironmentManagedActionHistory,
7222
7186
  paginateDescribeEvents,
7223
7187
  paginateListPlatformBranches,
7224
7188
  paginateListPlatformVersions,
7225
7189
  waitForEnvironmentExists,
7226
- waitForEnvironmentTerminated,
7227
- waitForEnvironmentUpdated,
7228
7190
  waitUntilEnvironmentExists,
7191
+ waitForEnvironmentTerminated,
7229
7192
  waitUntilEnvironmentTerminated,
7230
- 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
7231
7232
  });
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.496.0",
4
+ "version": "3.499.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,9 +20,9 @@
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.496.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",