@aws-sdk/client-elastic-beanstalk 3.925.0 → 3.927.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 (60) hide show
  1. package/dist-cjs/index.js +25 -24
  2. package/dist-es/index.js +1 -1
  3. package/dist-es/models/ElasticBeanstalkSyntheticServiceException.js +8 -0
  4. package/dist-es/models/models_0.js +1 -1
  5. package/dist-es/protocols/Aws_query.js +1 -1
  6. package/dist-types/commands/AbortEnvironmentUpdateCommand.d.ts +1 -1
  7. package/dist-types/commands/ApplyEnvironmentManagedActionCommand.d.ts +1 -1
  8. package/dist-types/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +1 -1
  9. package/dist-types/commands/CheckDNSAvailabilityCommand.d.ts +1 -1
  10. package/dist-types/commands/ComposeEnvironmentsCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateApplicationCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateApplicationVersionCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateConfigurationTemplateCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateEnvironmentCommand.d.ts +1 -1
  15. package/dist-types/commands/CreatePlatformVersionCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateStorageLocationCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteApplicationCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteApplicationVersionCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteConfigurationTemplateCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteEnvironmentConfigurationCommand.d.ts +1 -1
  21. package/dist-types/commands/DeletePlatformVersionCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeApplicationVersionsCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeApplicationsCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeConfigurationOptionsCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeConfigurationSettingsCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeEnvironmentHealthCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeEnvironmentManagedActionsCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeEnvironmentResourcesCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeEnvironmentsCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeEventsCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeInstancesHealthCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribePlatformVersionCommand.d.ts +1 -1
  35. package/dist-types/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +1 -1
  36. package/dist-types/commands/ListAvailableSolutionStacksCommand.d.ts +1 -1
  37. package/dist-types/commands/ListPlatformBranchesCommand.d.ts +1 -1
  38. package/dist-types/commands/ListPlatformVersionsCommand.d.ts +1 -1
  39. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  40. package/dist-types/commands/RebuildEnvironmentCommand.d.ts +1 -1
  41. package/dist-types/commands/RequestEnvironmentInfoCommand.d.ts +1 -1
  42. package/dist-types/commands/RestartAppServerCommand.d.ts +1 -1
  43. package/dist-types/commands/RetrieveEnvironmentInfoCommand.d.ts +1 -1
  44. package/dist-types/commands/SwapEnvironmentCNAMEsCommand.d.ts +1 -1
  45. package/dist-types/commands/TerminateEnvironmentCommand.d.ts +1 -1
  46. package/dist-types/commands/UpdateApplicationCommand.d.ts +1 -1
  47. package/dist-types/commands/UpdateApplicationResourceLifecycleCommand.d.ts +1 -1
  48. package/dist-types/commands/UpdateApplicationVersionCommand.d.ts +1 -1
  49. package/dist-types/commands/UpdateConfigurationTemplateCommand.d.ts +1 -1
  50. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +1 -1
  51. package/dist-types/commands/UpdateTagsForResourceCommand.d.ts +1 -1
  52. package/dist-types/commands/ValidateConfigurationSettingsCommand.d.ts +1 -1
  53. package/dist-types/index.d.ts +1 -1
  54. package/dist-types/models/{ElasticBeanstalkServiceException.d.ts → ElasticBeanstalkSyntheticServiceException.d.ts} +1 -1
  55. package/dist-types/models/models_0.d.ts +1 -1
  56. package/dist-types/ts3.4/index.d.ts +1 -1
  57. package/dist-types/ts3.4/models/{ElasticBeanstalkServiceException.d.ts → ElasticBeanstalkSyntheticServiceException.d.ts} +1 -1
  58. package/dist-types/ts3.4/models/models_0.d.ts +1 -1
  59. package/package.json +5 -5
  60. package/dist-es/models/ElasticBeanstalkServiceException.js +0 -8
package/dist-cjs/index.js CHANGED
@@ -111,14 +111,14 @@ class ElasticBeanstalkClient extends smithyClient.Client {
111
111
  }
112
112
  }
113
113
 
114
- let ElasticBeanstalkServiceException$1 = class ElasticBeanstalkServiceException extends smithyClient.ServiceException {
114
+ class ElasticBeanstalkSyntheticServiceException extends smithyClient.ServiceException {
115
115
  constructor(options) {
116
116
  super(options);
117
- Object.setPrototypeOf(this, ElasticBeanstalkServiceException.prototype);
117
+ Object.setPrototypeOf(this, ElasticBeanstalkSyntheticServiceException.prototype);
118
118
  }
119
- };
119
+ }
120
120
 
121
- class InsufficientPrivilegesException extends ElasticBeanstalkServiceException$1 {
121
+ class InsufficientPrivilegesException extends ElasticBeanstalkSyntheticServiceException {
122
122
  name = "InsufficientPrivilegesException";
123
123
  $fault = "client";
124
124
  constructor(opts) {
@@ -161,7 +161,7 @@ const ApplicationVersionStatus = {
161
161
  Processing: "Processing",
162
162
  Unprocessed: "Unprocessed",
163
163
  };
164
- class ElasticBeanstalkServiceException extends ElasticBeanstalkServiceException$1 {
164
+ class ElasticBeanstalkServiceException extends ElasticBeanstalkSyntheticServiceException {
165
165
  name = "ElasticBeanstalkServiceException";
166
166
  $fault = "client";
167
167
  constructor(opts) {
@@ -173,7 +173,7 @@ class ElasticBeanstalkServiceException extends ElasticBeanstalkServiceException$
173
173
  Object.setPrototypeOf(this, ElasticBeanstalkServiceException.prototype);
174
174
  }
175
175
  }
176
- class ManagedActionInvalidStateException extends ElasticBeanstalkServiceException$1 {
176
+ class ManagedActionInvalidStateException extends ElasticBeanstalkSyntheticServiceException {
177
177
  name = "ManagedActionInvalidStateException";
178
178
  $fault = "client";
179
179
  constructor(opts) {
@@ -212,7 +212,7 @@ const EnvironmentStatus = {
212
212
  Terminating: "Terminating",
213
213
  Updating: "Updating",
214
214
  };
215
- class TooManyEnvironmentsException extends ElasticBeanstalkServiceException$1 {
215
+ class TooManyEnvironmentsException extends ElasticBeanstalkSyntheticServiceException {
216
216
  name = "TooManyEnvironmentsException";
217
217
  $fault = "client";
218
218
  constructor(opts) {
@@ -224,7 +224,7 @@ class TooManyEnvironmentsException extends ElasticBeanstalkServiceException$1 {
224
224
  Object.setPrototypeOf(this, TooManyEnvironmentsException.prototype);
225
225
  }
226
226
  }
227
- class TooManyApplicationsException extends ElasticBeanstalkServiceException$1 {
227
+ class TooManyApplicationsException extends ElasticBeanstalkSyntheticServiceException {
228
228
  name = "TooManyApplicationsException";
229
229
  $fault = "client";
230
230
  constructor(opts) {
@@ -236,7 +236,7 @@ class TooManyApplicationsException extends ElasticBeanstalkServiceException$1 {
236
236
  Object.setPrototypeOf(this, TooManyApplicationsException.prototype);
237
237
  }
238
238
  }
239
- class CodeBuildNotInServiceRegionException extends ElasticBeanstalkServiceException$1 {
239
+ class CodeBuildNotInServiceRegionException extends ElasticBeanstalkSyntheticServiceException {
240
240
  name = "CodeBuildNotInServiceRegionException";
241
241
  $fault = "client";
242
242
  constructor(opts) {
@@ -253,7 +253,7 @@ const ComputeType = {
253
253
  BUILD_GENERAL1_MEDIUM: "BUILD_GENERAL1_MEDIUM",
254
254
  BUILD_GENERAL1_SMALL: "BUILD_GENERAL1_SMALL",
255
255
  };
256
- class S3LocationNotInServiceRegionException extends ElasticBeanstalkServiceException$1 {
256
+ class S3LocationNotInServiceRegionException extends ElasticBeanstalkSyntheticServiceException {
257
257
  name = "S3LocationNotInServiceRegionException";
258
258
  $fault = "client";
259
259
  constructor(opts) {
@@ -265,7 +265,7 @@ class S3LocationNotInServiceRegionException extends ElasticBeanstalkServiceExcep
265
265
  Object.setPrototypeOf(this, S3LocationNotInServiceRegionException.prototype);
266
266
  }
267
267
  }
268
- class TooManyApplicationVersionsException extends ElasticBeanstalkServiceException$1 {
268
+ class TooManyApplicationVersionsException extends ElasticBeanstalkSyntheticServiceException {
269
269
  name = "TooManyApplicationVersionsException";
270
270
  $fault = "client";
271
271
  constructor(opts) {
@@ -282,7 +282,7 @@ const ConfigurationDeploymentStatus = {
282
282
  failed: "failed",
283
283
  pending: "pending",
284
284
  };
285
- class TooManyBucketsException extends ElasticBeanstalkServiceException$1 {
285
+ class TooManyBucketsException extends ElasticBeanstalkSyntheticServiceException {
286
286
  name = "TooManyBucketsException";
287
287
  $fault = "client";
288
288
  constructor(opts) {
@@ -294,7 +294,7 @@ class TooManyBucketsException extends ElasticBeanstalkServiceException$1 {
294
294
  Object.setPrototypeOf(this, TooManyBucketsException.prototype);
295
295
  }
296
296
  }
297
- class TooManyConfigurationTemplatesException extends ElasticBeanstalkServiceException$1 {
297
+ class TooManyConfigurationTemplatesException extends ElasticBeanstalkSyntheticServiceException {
298
298
  name = "TooManyConfigurationTemplatesException";
299
299
  $fault = "client";
300
300
  constructor(opts) {
@@ -313,7 +313,7 @@ const PlatformStatus = {
313
313
  Failed: "Failed",
314
314
  Ready: "Ready",
315
315
  };
316
- class TooManyPlatformsException extends ElasticBeanstalkServiceException$1 {
316
+ class TooManyPlatformsException extends ElasticBeanstalkSyntheticServiceException {
317
317
  name = "TooManyPlatformsException";
318
318
  $fault = "client";
319
319
  constructor(opts) {
@@ -325,7 +325,7 @@ class TooManyPlatformsException extends ElasticBeanstalkServiceException$1 {
325
325
  Object.setPrototypeOf(this, TooManyPlatformsException.prototype);
326
326
  }
327
327
  }
328
- class S3SubscriptionRequiredException extends ElasticBeanstalkServiceException$1 {
328
+ class S3SubscriptionRequiredException extends ElasticBeanstalkSyntheticServiceException {
329
329
  name = "S3SubscriptionRequiredException";
330
330
  $fault = "client";
331
331
  constructor(opts) {
@@ -337,7 +337,7 @@ class S3SubscriptionRequiredException extends ElasticBeanstalkServiceException$1
337
337
  Object.setPrototypeOf(this, S3SubscriptionRequiredException.prototype);
338
338
  }
339
339
  }
340
- class OperationInProgressException extends ElasticBeanstalkServiceException$1 {
340
+ class OperationInProgressException extends ElasticBeanstalkSyntheticServiceException {
341
341
  name = "OperationInProgressException";
342
342
  $fault = "client";
343
343
  constructor(opts) {
@@ -349,7 +349,7 @@ class OperationInProgressException extends ElasticBeanstalkServiceException$1 {
349
349
  Object.setPrototypeOf(this, OperationInProgressException.prototype);
350
350
  }
351
351
  }
352
- class SourceBundleDeletionException extends ElasticBeanstalkServiceException$1 {
352
+ class SourceBundleDeletionException extends ElasticBeanstalkSyntheticServiceException {
353
353
  name = "SourceBundleDeletionException";
354
354
  $fault = "client";
355
355
  constructor(opts) {
@@ -361,7 +361,7 @@ class SourceBundleDeletionException extends ElasticBeanstalkServiceException$1 {
361
361
  Object.setPrototypeOf(this, SourceBundleDeletionException.prototype);
362
362
  }
363
363
  }
364
- class PlatformVersionStillReferencedException extends ElasticBeanstalkServiceException$1 {
364
+ class PlatformVersionStillReferencedException extends ElasticBeanstalkSyntheticServiceException {
365
365
  name = "PlatformVersionStillReferencedException";
366
366
  $fault = "client";
367
367
  constructor(opts) {
@@ -387,7 +387,7 @@ const EnvironmentHealthAttribute = {
387
387
  RefreshedAt: "RefreshedAt",
388
388
  Status: "Status",
389
389
  };
390
- class InvalidRequestException extends ElasticBeanstalkServiceException$1 {
390
+ class InvalidRequestException extends ElasticBeanstalkSyntheticServiceException {
391
391
  name = "InvalidRequestException";
392
392
  $fault = "client";
393
393
  constructor(opts) {
@@ -429,7 +429,7 @@ const InstancesHealthAttribute = {
429
429
  RefreshedAt: "RefreshedAt",
430
430
  System: "System",
431
431
  };
432
- class ResourceNotFoundException extends ElasticBeanstalkServiceException$1 {
432
+ class ResourceNotFoundException extends ElasticBeanstalkSyntheticServiceException {
433
433
  name = "ResourceNotFoundException";
434
434
  $fault = "client";
435
435
  constructor(opts) {
@@ -441,7 +441,7 @@ class ResourceNotFoundException extends ElasticBeanstalkServiceException$1 {
441
441
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
442
442
  }
443
443
  }
444
- class ResourceTypeNotSupportedException extends ElasticBeanstalkServiceException$1 {
444
+ class ResourceTypeNotSupportedException extends ElasticBeanstalkSyntheticServiceException {
445
445
  name = "ResourceTypeNotSupportedException";
446
446
  $fault = "client";
447
447
  constructor(opts) {
@@ -457,7 +457,7 @@ const EnvironmentInfoType = {
457
457
  bundle: "bundle",
458
458
  tail: "tail",
459
459
  };
460
- class TooManyTagsException extends ElasticBeanstalkServiceException$1 {
460
+ class TooManyTagsException extends ElasticBeanstalkSyntheticServiceException {
461
461
  name = "TooManyTagsException";
462
462
  $fault = "client";
463
463
  constructor(opts) {
@@ -4784,7 +4784,7 @@ const deserializeMetadata = (output) => ({
4784
4784
  extendedRequestId: output.headers["x-amz-id-2"],
4785
4785
  cfId: output.headers["x-amz-cf-id"],
4786
4786
  });
4787
- const throwDefaultError = smithyClient.withBaseException(ElasticBeanstalkServiceException$1);
4787
+ const throwDefaultError = smithyClient.withBaseException(ElasticBeanstalkSyntheticServiceException);
4788
4788
  const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, body) => {
4789
4789
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
4790
4790
  const contents = {
@@ -6174,7 +6174,8 @@ exports.DescribePlatformVersionCommand = DescribePlatformVersionCommand;
6174
6174
  exports.DisassociateEnvironmentOperationsRoleCommand = DisassociateEnvironmentOperationsRoleCommand;
6175
6175
  exports.ElasticBeanstalk = ElasticBeanstalk;
6176
6176
  exports.ElasticBeanstalkClient = ElasticBeanstalkClient;
6177
- exports.ElasticBeanstalkServiceException = ElasticBeanstalkServiceException$1;
6177
+ exports.ElasticBeanstalkServiceException = ElasticBeanstalkServiceException;
6178
+ exports.ElasticBeanstalkSyntheticServiceException = ElasticBeanstalkSyntheticServiceException;
6178
6179
  exports.EnvironmentHealth = EnvironmentHealth;
6179
6180
  exports.EnvironmentHealthAttribute = EnvironmentHealthAttribute;
6180
6181
  exports.EnvironmentHealthStatus = EnvironmentHealthStatus;
package/dist-es/index.js CHANGED
@@ -4,4 +4,4 @@ export * from "./commands";
4
4
  export * from "./pagination";
5
5
  export * from "./waiters";
6
6
  export * from "./models";
7
- export { ElasticBeanstalkServiceException } from "./models/ElasticBeanstalkServiceException";
7
+ export { ElasticBeanstalkSyntheticServiceException } from "./models/ElasticBeanstalkSyntheticServiceException";
@@ -0,0 +1,8 @@
1
+ import { ServiceException as __ServiceException, } from "@smithy/smithy-client";
2
+ export { __ServiceException };
3
+ export class ElasticBeanstalkSyntheticServiceException extends __ServiceException {
4
+ constructor(options) {
5
+ super(options);
6
+ Object.setPrototypeOf(this, ElasticBeanstalkSyntheticServiceException.prototype);
7
+ }
8
+ }
@@ -1,4 +1,4 @@
1
- import { ElasticBeanstalkServiceException as __BaseException } from "./ElasticBeanstalkServiceException";
1
+ import { ElasticBeanstalkSyntheticServiceException as __BaseException } from "./ElasticBeanstalkSyntheticServiceException";
2
2
  export class InsufficientPrivilegesException extends __BaseException {
3
3
  name = "InsufficientPrivilegesException";
4
4
  $fault = "client";
@@ -1,7 +1,7 @@
1
1
  import { parseXmlBody as parseBody, parseXmlErrorBody as parseErrorBody } from "@aws-sdk/core";
2
2
  import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
3
3
  import { collectBody, decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectString as __expectString, extendedEncodeURIComponent as __extendedEncodeURIComponent, getArrayIfSingleItem as __getArrayIfSingleItem, parseBoolean as __parseBoolean, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, serializeDateTime as __serializeDateTime, strictParseFloat as __strictParseFloat, strictParseInt32 as __strictParseInt32, strictParseLong as __strictParseLong, withBaseException, } from "@smithy/smithy-client";
4
- import { ElasticBeanstalkServiceException as __BaseException } from "../models/ElasticBeanstalkServiceException";
4
+ import { ElasticBeanstalkSyntheticServiceException as __BaseException } from "../models/ElasticBeanstalkSyntheticServiceException";
5
5
  import { CodeBuildNotInServiceRegionException, ElasticBeanstalkServiceException, InsufficientPrivilegesException, InvalidRequestException, ManagedActionInvalidStateException, OperationInProgressException, PlatformVersionStillReferencedException, ResourceNotFoundException, ResourceTypeNotSupportedException, S3LocationNotInServiceRegionException, S3SubscriptionRequiredException, SourceBundleDeletionException, TooManyApplicationsException, TooManyApplicationVersionsException, TooManyBucketsException, TooManyConfigurationTemplatesException, TooManyEnvironmentsException, TooManyPlatformsException, TooManyTagsException, } from "../models/models_0";
6
6
  export const se_AbortEnvironmentUpdateCommand = async (input, context) => {
7
7
  const headers = SHARED_HEADERS;
@@ -57,7 +57,7 @@ declare const AbortEnvironmentUpdateCommand_base: {
57
57
  * <p>The specified account does not have sufficient privileges for one or more AWS
58
58
  * services.</p>
59
59
  *
60
- * @throws {@link ElasticBeanstalkServiceException}
60
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
61
61
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
62
62
  *
63
63
  *
@@ -66,7 +66,7 @@ declare const ApplyEnvironmentManagedActionCommand_base: {
66
66
  * @throws {@link ManagedActionInvalidStateException} (client fault)
67
67
  * <p>Cannot modify the managed action in its current state.</p>
68
68
  *
69
- * @throws {@link ElasticBeanstalkServiceException}
69
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
70
70
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
71
71
  *
72
72
  *
@@ -59,7 +59,7 @@ declare const AssociateEnvironmentOperationsRoleCommand_base: {
59
59
  * <p>The specified account does not have sufficient privileges for one or more AWS
60
60
  * services.</p>
61
61
  *
62
- * @throws {@link ElasticBeanstalkServiceException}
62
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
63
63
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
64
64
  *
65
65
  *
@@ -54,7 +54,7 @@ declare const CheckDNSAvailabilityCommand_base: {
54
54
  * @see {@link CheckDNSAvailabilityCommandOutput} for command's `response` shape.
55
55
  * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
56
56
  *
57
- * @throws {@link ElasticBeanstalkServiceException}
57
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
58
58
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
59
59
  *
60
60
  *
@@ -114,7 +114,7 @@ declare const ComposeEnvironmentsCommand_base: {
114
114
  * @throws {@link TooManyEnvironmentsException} (client fault)
115
115
  * <p>The specified account has reached its limit of environments.</p>
116
116
  *
117
- * @throws {@link ElasticBeanstalkServiceException}
117
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
118
118
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
119
119
  *
120
120
  *
@@ -106,7 +106,7 @@ declare const CreateApplicationCommand_base: {
106
106
  * @throws {@link TooManyApplicationsException} (client fault)
107
107
  * <p>The specified account has reached its limit of applications.</p>
108
108
  *
109
- * @throws {@link ElasticBeanstalkServiceException}
109
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
110
110
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
111
111
  *
112
112
  *
@@ -141,7 +141,7 @@ declare const CreateApplicationVersionCommand_base: {
141
141
  * @throws {@link TooManyApplicationVersionsException} (client fault)
142
142
  * <p>The specified account has reached its limit of application versions.</p>
143
143
  *
144
- * @throws {@link ElasticBeanstalkServiceException}
144
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
145
145
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
146
146
  *
147
147
  *
@@ -125,7 +125,7 @@ declare const CreateConfigurationTemplateCommand_base: {
125
125
  * @throws {@link TooManyConfigurationTemplatesException} (client fault)
126
126
  * <p>The specified account has reached its limit of configuration templates.</p>
127
127
  *
128
- * @throws {@link ElasticBeanstalkServiceException}
128
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
129
129
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
130
130
  *
131
131
  *
@@ -136,7 +136,7 @@ declare const CreateEnvironmentCommand_base: {
136
136
  * @throws {@link TooManyEnvironmentsException} (client fault)
137
137
  * <p>The specified account has reached its limit of environments.</p>
138
138
  *
139
- * @throws {@link ElasticBeanstalkServiceException}
139
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
140
140
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
141
141
  *
142
142
  *
@@ -103,7 +103,7 @@ declare const CreatePlatformVersionCommand_base: {
103
103
  * @throws {@link TooManyPlatformsException} (client fault)
104
104
  * <p>You have exceeded the maximum number of allowed platforms associated with the account.</p>
105
105
  *
106
- * @throws {@link ElasticBeanstalkServiceException}
106
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
107
107
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
108
108
  *
109
109
  *
@@ -65,7 +65,7 @@ declare const CreateStorageLocationCommand_base: {
65
65
  * @throws {@link TooManyBucketsException} (client fault)
66
66
  * <p>The specified account has reached its limit of Amazon S3 buckets.</p>
67
67
  *
68
- * @throws {@link ElasticBeanstalkServiceException}
68
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
69
69
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
70
70
  *
71
71
  *
@@ -61,7 +61,7 @@ declare const DeleteApplicationCommand_base: {
61
61
  * <p>Unable to perform the specified operation because another operation that effects an
62
62
  * element in this activity is already in progress.</p>
63
63
  *
64
- * @throws {@link ElasticBeanstalkServiceException}
64
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
65
65
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
66
66
  *
67
67
  *
@@ -84,7 +84,7 @@ declare const DeleteApplicationVersionCommand_base: {
84
84
  * <p>Unable to delete the Amazon S3 source bundle associated with the application version.
85
85
  * The application version was deleted successfully.</p>
86
86
  *
87
- * @throws {@link ElasticBeanstalkServiceException}
87
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
88
88
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
89
89
  *
90
90
  *
@@ -61,7 +61,7 @@ declare const DeleteConfigurationTemplateCommand_base: {
61
61
  * <p>Unable to perform the specified operation because another operation that effects an
62
62
  * element in this activity is already in progress.</p>
63
63
  *
64
- * @throws {@link ElasticBeanstalkServiceException}
64
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
65
65
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
66
66
  *
67
67
  *
@@ -57,7 +57,7 @@ declare const DeleteEnvironmentConfigurationCommand_base: {
57
57
  * @see {@link DeleteEnvironmentConfigurationCommandOutput} for command's `response` shape.
58
58
  * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
59
59
  *
60
- * @throws {@link ElasticBeanstalkServiceException}
60
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
61
61
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
62
62
  *
63
63
  *
@@ -84,7 +84,7 @@ declare const DeletePlatformVersionCommand_base: {
84
84
  * @throws {@link PlatformVersionStillReferencedException} (client fault)
85
85
  * <p>You cannot delete the platform version because there are still environments running on it.</p>
86
86
  *
87
- * @throws {@link ElasticBeanstalkServiceException}
87
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
88
88
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
89
89
  *
90
90
  *
@@ -73,7 +73,7 @@ declare const DescribeAccountAttributesCommand_base: {
73
73
  * <p>The specified account does not have sufficient privileges for one or more AWS
74
74
  * services.</p>
75
75
  *
76
- * @throws {@link ElasticBeanstalkServiceException}
76
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
77
77
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
78
78
  *
79
79
  *
@@ -79,7 +79,7 @@ declare const DescribeApplicationVersionsCommand_base: {
79
79
  * @see {@link DescribeApplicationVersionsCommandOutput} for command's `response` shape.
80
80
  * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
81
81
  *
82
- * @throws {@link ElasticBeanstalkServiceException}
82
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
83
83
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
84
84
  *
85
85
  *
@@ -84,7 +84,7 @@ declare const DescribeApplicationsCommand_base: {
84
84
  * @see {@link DescribeApplicationsCommandOutput} for command's `response` shape.
85
85
  * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
86
86
  *
87
- * @throws {@link ElasticBeanstalkServiceException}
87
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
88
88
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
89
89
  *
90
90
  *
@@ -91,7 +91,7 @@ declare const DescribeConfigurationOptionsCommand_base: {
91
91
  * @throws {@link TooManyBucketsException} (client fault)
92
92
  * <p>The specified account has reached its limit of Amazon S3 buckets.</p>
93
93
  *
94
- * @throws {@link ElasticBeanstalkServiceException}
94
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
95
95
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
96
96
  *
97
97
  *
@@ -92,7 +92,7 @@ declare const DescribeConfigurationSettingsCommand_base: {
92
92
  * @throws {@link TooManyBucketsException} (client fault)
93
93
  * <p>The specified account has reached its limit of Amazon S3 buckets.</p>
94
94
  *
95
- * @throws {@link ElasticBeanstalkServiceException}
95
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
96
96
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
97
97
  *
98
98
  *
@@ -103,7 +103,7 @@ declare const DescribeEnvironmentHealthCommand_base: {
103
103
  * <p>One or more input parameters is not valid. Please correct the input parameters and try
104
104
  * the operation again.</p>
105
105
  *
106
- * @throws {@link ElasticBeanstalkServiceException}
106
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
107
107
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
108
108
  *
109
109
  *
@@ -71,7 +71,7 @@ declare const DescribeEnvironmentManagedActionHistoryCommand_base: {
71
71
  * @throws {@link ElasticBeanstalkServiceException} (client fault)
72
72
  * <p>A generic service exception has occurred.</p>
73
73
  *
74
- * @throws {@link ElasticBeanstalkServiceException}
74
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
75
75
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
76
76
  *
77
77
  *
@@ -66,7 +66,7 @@ declare const DescribeEnvironmentManagedActionsCommand_base: {
66
66
  * @throws {@link ElasticBeanstalkServiceException} (client fault)
67
67
  * <p>A generic service exception has occurred.</p>
68
68
  *
69
- * @throws {@link ElasticBeanstalkServiceException}
69
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
70
70
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
71
71
  *
72
72
  *
@@ -96,7 +96,7 @@ declare const DescribeEnvironmentResourcesCommand_base: {
96
96
  * <p>The specified account does not have sufficient privileges for one or more AWS
97
97
  * services.</p>
98
98
  *
99
- * @throws {@link ElasticBeanstalkServiceException}
99
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
100
100
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
101
101
  *
102
102
  *
@@ -109,7 +109,7 @@ declare const DescribeEnvironmentsCommand_base: {
109
109
  * @see {@link DescribeEnvironmentsCommandOutput} for command's `response` shape.
110
110
  * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
111
111
  *
112
- * @throws {@link ElasticBeanstalkServiceException}
112
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
113
113
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
114
114
  *
115
115
  *
@@ -81,7 +81,7 @@ declare const DescribeEventsCommand_base: {
81
81
  * @see {@link DescribeEventsCommandOutput} for command's `response` shape.
82
82
  * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
83
83
  *
84
- * @throws {@link ElasticBeanstalkServiceException}
84
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
85
85
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
86
86
  *
87
87
  *
@@ -122,7 +122,7 @@ declare const DescribeInstancesHealthCommand_base: {
122
122
  * <p>One or more input parameters is not valid. Please correct the input parameters and try
123
123
  * the operation again.</p>
124
124
  *
125
- * @throws {@link ElasticBeanstalkServiceException}
125
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
126
126
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
127
127
  *
128
128
  *
@@ -104,7 +104,7 @@ declare const DescribePlatformVersionCommand_base: {
104
104
  * <p>The specified account does not have sufficient privileges for one or more AWS
105
105
  * services.</p>
106
106
  *
107
- * @throws {@link ElasticBeanstalkServiceException}
107
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
108
108
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
109
109
  *
110
110
  *
@@ -58,7 +58,7 @@ declare const DisassociateEnvironmentOperationsRoleCommand_base: {
58
58
  * <p>The specified account does not have sufficient privileges for one or more AWS
59
59
  * services.</p>
60
60
  *
61
- * @throws {@link ElasticBeanstalkServiceException}
61
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
62
62
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
63
63
  *
64
64
  *
@@ -62,7 +62,7 @@ declare const ListAvailableSolutionStacksCommand_base: {
62
62
  * @see {@link ListAvailableSolutionStacksCommandOutput} for command's `response` shape.
63
63
  * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
64
64
  *
65
- * @throws {@link ElasticBeanstalkServiceException}
65
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
66
66
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
67
67
  *
68
68
  *
@@ -77,7 +77,7 @@ declare const ListPlatformBranchesCommand_base: {
77
77
  * @see {@link ListPlatformBranchesCommandOutput} for command's `response` shape.
78
78
  * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
79
79
  *
80
- * @throws {@link ElasticBeanstalkServiceException}
80
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
81
81
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
82
82
  *
83
83
  *
@@ -94,7 +94,7 @@ declare const ListPlatformVersionsCommand_base: {
94
94
  * <p>The specified account does not have sufficient privileges for one or more AWS
95
95
  * services.</p>
96
96
  *
97
- * @throws {@link ElasticBeanstalkServiceException}
97
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
98
98
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
99
99
  *
100
100
  *
@@ -72,7 +72,7 @@ declare const ListTagsForResourceCommand_base: {
72
72
  * @throws {@link ResourceTypeNotSupportedException} (client fault)
73
73
  * <p>The type of the specified Amazon Resource Name (ARN) isn't supported for this operation.</p>
74
74
  *
75
- * @throws {@link ElasticBeanstalkServiceException}
75
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
76
76
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
77
77
  *
78
78
  *
@@ -57,7 +57,7 @@ declare const RebuildEnvironmentCommand_base: {
57
57
  * <p>The specified account does not have sufficient privileges for one or more AWS
58
58
  * services.</p>
59
59
  *
60
- * @throws {@link ElasticBeanstalkServiceException}
60
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
61
61
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
62
62
  *
63
63
  *
@@ -68,7 +68,7 @@ declare const RequestEnvironmentInfoCommand_base: {
68
68
  * @see {@link RequestEnvironmentInfoCommandOutput} for command's `response` shape.
69
69
  * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
70
70
  *
71
- * @throws {@link ElasticBeanstalkServiceException}
71
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
72
72
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
73
73
  *
74
74
  *
@@ -53,7 +53,7 @@ declare const RestartAppServerCommand_base: {
53
53
  * @see {@link RestartAppServerCommandOutput} for command's `response` shape.
54
54
  * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
55
55
  *
56
- * @throws {@link ElasticBeanstalkServiceException}
56
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
57
57
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
58
58
  *
59
59
  *
@@ -71,7 +71,7 @@ declare const RetrieveEnvironmentInfoCommand_base: {
71
71
  * @see {@link RetrieveEnvironmentInfoCommandOutput} for command's `response` shape.
72
72
  * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
73
73
  *
74
- * @throws {@link ElasticBeanstalkServiceException}
74
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
75
75
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
76
76
  *
77
77
  *
@@ -54,7 +54,7 @@ declare const SwapEnvironmentCNAMEsCommand_base: {
54
54
  * @see {@link SwapEnvironmentCNAMEsCommandOutput} for command's `response` shape.
55
55
  * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
56
56
  *
57
- * @throws {@link ElasticBeanstalkServiceException}
57
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
58
58
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
59
59
  *
60
60
  *
@@ -100,7 +100,7 @@ declare const TerminateEnvironmentCommand_base: {
100
100
  * <p>The specified account does not have sufficient privileges for one or more AWS
101
101
  * services.</p>
102
102
  *
103
- * @throws {@link ElasticBeanstalkServiceException}
103
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
104
104
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
105
105
  *
106
106
  *
@@ -85,7 +85,7 @@ declare const UpdateApplicationCommand_base: {
85
85
  * @see {@link UpdateApplicationCommandOutput} for command's `response` shape.
86
86
  * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
87
87
  *
88
- * @throws {@link ElasticBeanstalkServiceException}
88
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
89
89
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
90
90
  *
91
91
  *
@@ -87,7 +87,7 @@ declare const UpdateApplicationResourceLifecycleCommand_base: {
87
87
  * <p>The specified account does not have sufficient privileges for one or more AWS
88
88
  * services.</p>
89
89
  *
90
- * @throws {@link ElasticBeanstalkServiceException}
90
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
91
91
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
92
92
  *
93
93
  *
@@ -77,7 +77,7 @@ declare const UpdateApplicationVersionCommand_base: {
77
77
  * @see {@link UpdateApplicationVersionCommandOutput} for command's `response` shape.
78
78
  * @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
79
79
  *
80
- * @throws {@link ElasticBeanstalkServiceException}
80
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
81
81
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
82
82
  *
83
83
  *
@@ -106,7 +106,7 @@ declare const UpdateConfigurationTemplateCommand_base: {
106
106
  * @throws {@link TooManyBucketsException} (client fault)
107
107
  * <p>The specified account has reached its limit of Amazon S3 buckets.</p>
108
108
  *
109
- * @throws {@link ElasticBeanstalkServiceException}
109
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
110
110
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
111
111
  *
112
112
  *
@@ -136,7 +136,7 @@ declare const UpdateEnvironmentCommand_base: {
136
136
  * @throws {@link TooManyBucketsException} (client fault)
137
137
  * <p>The specified account has reached its limit of Amazon S3 buckets.</p>
138
138
  *
139
- * @throws {@link ElasticBeanstalkServiceException}
139
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
140
140
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
141
141
  *
142
142
  *
@@ -99,7 +99,7 @@ declare const UpdateTagsForResourceCommand_base: {
99
99
  * <p>To calculate this, the operation considers both the number of tags the resource already has
100
100
  * and the tags this operation would add if it succeeded.</p>
101
101
  *
102
- * @throws {@link ElasticBeanstalkServiceException}
102
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
103
103
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
104
104
  *
105
105
  *
@@ -80,7 +80,7 @@ declare const ValidateConfigurationSettingsCommand_base: {
80
80
  * @throws {@link TooManyBucketsException} (client fault)
81
81
  * <p>The specified account has reached its limit of Amazon S3 buckets.</p>
82
82
  *
83
- * @throws {@link ElasticBeanstalkServiceException}
83
+ * @throws {@link ElasticBeanstalkSyntheticServiceException}
84
84
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
85
85
  *
86
86
  *
@@ -24,4 +24,4 @@ export * from "./commands";
24
24
  export * from "./pagination";
25
25
  export * from "./waiters";
26
26
  export * from "./models";
27
- export { ElasticBeanstalkServiceException } from "./models/ElasticBeanstalkServiceException";
27
+ export { ElasticBeanstalkSyntheticServiceException } from "./models/ElasticBeanstalkSyntheticServiceException";
@@ -6,7 +6,7 @@ export { __ServiceException };
6
6
  *
7
7
  * Base exception class for all service exceptions from ElasticBeanstalk service.
8
8
  */
9
- export declare class ElasticBeanstalkServiceException extends __ServiceException {
9
+ export declare class ElasticBeanstalkSyntheticServiceException extends __ServiceException {
10
10
  /**
11
11
  * @internal
12
12
  */
@@ -1,5 +1,5 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { ElasticBeanstalkServiceException as __BaseException } from "./ElasticBeanstalkServiceException";
2
+ import { ElasticBeanstalkSyntheticServiceException as __BaseException } from "./ElasticBeanstalkSyntheticServiceException";
3
3
  /**
4
4
  * <p></p>
5
5
  * @public
@@ -7,4 +7,4 @@ export * from "./commands";
7
7
  export * from "./pagination";
8
8
  export * from "./waiters";
9
9
  export * from "./models";
10
- export { ElasticBeanstalkServiceException } from "./models/ElasticBeanstalkServiceException";
10
+ export { ElasticBeanstalkSyntheticServiceException } from "./models/ElasticBeanstalkSyntheticServiceException";
@@ -4,6 +4,6 @@ import {
4
4
  } from "@smithy/smithy-client";
5
5
  export { __ServiceExceptionOptions };
6
6
  export { __ServiceException };
7
- export declare class ElasticBeanstalkServiceException extends __ServiceException {
7
+ export declare class ElasticBeanstalkSyntheticServiceException extends __ServiceException {
8
8
  constructor(options: __ServiceExceptionOptions);
9
9
  }
@@ -1,5 +1,5 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { ElasticBeanstalkServiceException as __BaseException } from "./ElasticBeanstalkServiceException";
2
+ import { ElasticBeanstalkSyntheticServiceException as __BaseException } from "./ElasticBeanstalkSyntheticServiceException";
3
3
  export interface AbortEnvironmentUpdateMessage {
4
4
  EnvironmentId?: string | undefined;
5
5
  EnvironmentName?: string | undefined;
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.925.0",
4
+ "version": "3.927.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,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.922.0",
24
- "@aws-sdk/credential-provider-node": "3.925.0",
23
+ "@aws-sdk/core": "3.927.0",
24
+ "@aws-sdk/credential-provider-node": "3.927.0",
25
25
  "@aws-sdk/middleware-host-header": "3.922.0",
26
26
  "@aws-sdk/middleware-logger": "3.922.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.922.0",
28
- "@aws-sdk/middleware-user-agent": "3.922.0",
28
+ "@aws-sdk/middleware-user-agent": "3.927.0",
29
29
  "@aws-sdk/region-config-resolver": "3.925.0",
30
30
  "@aws-sdk/types": "3.922.0",
31
31
  "@aws-sdk/util-endpoints": "3.922.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.922.0",
33
- "@aws-sdk/util-user-agent-node": "3.922.0",
33
+ "@aws-sdk/util-user-agent-node": "3.927.0",
34
34
  "@smithy/config-resolver": "^4.4.2",
35
35
  "@smithy/core": "^3.17.2",
36
36
  "@smithy/fetch-http-handler": "^5.3.5",
@@ -1,8 +0,0 @@
1
- import { ServiceException as __ServiceException, } from "@smithy/smithy-client";
2
- export { __ServiceException };
3
- export class ElasticBeanstalkServiceException extends __ServiceException {
4
- constructor(options) {
5
- super(options);
6
- Object.setPrototypeOf(this, ElasticBeanstalkServiceException.prototype);
7
- }
8
- }