@aws-sdk/client-elastic-beanstalk 3.52.0 → 3.53.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/CHANGELOG.md +11 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/ElasticBeanstalkServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +251 -3
- package/dist-cjs/protocols/Aws_query.js +312 -955
- package/dist-es/index.js +1 -0
- package/dist-es/models/ElasticBeanstalkServiceException.js +12 -0
- package/dist-es/models/models_0.js +230 -1
- package/dist-es/protocols/Aws_query.js +698 -1008
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/ElasticBeanstalkServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +97 -96
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/ElasticBeanstalkServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +78 -77
- package/package.json +26 -26
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { ElasticBeanstalkServiceException as __BaseException } from "./ElasticBeanstalkServiceException";
|
|
2
3
|
|
|
3
4
|
export interface AbortEnvironmentUpdateMessage {
|
|
4
5
|
|
|
@@ -11,11 +12,11 @@ export declare namespace AbortEnvironmentUpdateMessage {
|
|
|
11
12
|
const filterSensitiveLog: (obj: AbortEnvironmentUpdateMessage) => any;
|
|
12
13
|
}
|
|
13
14
|
|
|
14
|
-
export
|
|
15
|
-
name: "InsufficientPrivilegesException";
|
|
16
|
-
$fault: "client";
|
|
15
|
+
export declare class InsufficientPrivilegesException extends __BaseException {
|
|
16
|
+
readonly name: "InsufficientPrivilegesException";
|
|
17
|
+
readonly $fault: "client";
|
|
17
18
|
|
|
18
|
-
|
|
19
|
+
constructor(opts: __ExceptionOptionType<InsufficientPrivilegesException, __BaseException>);
|
|
19
20
|
}
|
|
20
21
|
export declare type ActionHistoryStatus = "Completed" | "Failed" | "Unknown";
|
|
21
22
|
export declare type ActionStatus = "Pending" | "Running" | "Scheduled" | "Unknown";
|
|
@@ -275,18 +276,18 @@ export declare namespace ApplyEnvironmentManagedActionResult {
|
|
|
275
276
|
const filterSensitiveLog: (obj: ApplyEnvironmentManagedActionResult) => any;
|
|
276
277
|
}
|
|
277
278
|
|
|
278
|
-
export
|
|
279
|
-
name: "ElasticBeanstalkServiceException";
|
|
280
|
-
$fault: "client";
|
|
279
|
+
export declare class ElasticBeanstalkServiceException extends __BaseException {
|
|
280
|
+
readonly name: "ElasticBeanstalkServiceException";
|
|
281
|
+
readonly $fault: "client";
|
|
281
282
|
|
|
282
|
-
|
|
283
|
+
constructor(opts: __ExceptionOptionType<ElasticBeanstalkServiceException, __BaseException>);
|
|
283
284
|
}
|
|
284
285
|
|
|
285
|
-
export
|
|
286
|
-
name: "ManagedActionInvalidStateException";
|
|
287
|
-
$fault: "client";
|
|
286
|
+
export declare class ManagedActionInvalidStateException extends __BaseException {
|
|
287
|
+
readonly name: "ManagedActionInvalidStateException";
|
|
288
|
+
readonly $fault: "client";
|
|
288
289
|
|
|
289
|
-
|
|
290
|
+
constructor(opts: __ExceptionOptionType<ManagedActionInvalidStateException, __BaseException>);
|
|
290
291
|
}
|
|
291
292
|
|
|
292
293
|
export interface AssociateEnvironmentOperationsRoleMessage {
|
|
@@ -473,11 +474,11 @@ export declare namespace EnvironmentDescriptionsMessage {
|
|
|
473
474
|
const filterSensitiveLog: (obj: EnvironmentDescriptionsMessage) => any;
|
|
474
475
|
}
|
|
475
476
|
|
|
476
|
-
export
|
|
477
|
-
name: "TooManyEnvironmentsException";
|
|
478
|
-
$fault: "client";
|
|
477
|
+
export declare class TooManyEnvironmentsException extends __BaseException {
|
|
478
|
+
readonly name: "TooManyEnvironmentsException";
|
|
479
|
+
readonly $fault: "client";
|
|
479
480
|
|
|
480
|
-
|
|
481
|
+
constructor(opts: __ExceptionOptionType<TooManyEnvironmentsException, __BaseException>);
|
|
481
482
|
}
|
|
482
483
|
|
|
483
484
|
export interface Tag {
|
|
@@ -506,18 +507,18 @@ export declare namespace CreateApplicationMessage {
|
|
|
506
507
|
const filterSensitiveLog: (obj: CreateApplicationMessage) => any;
|
|
507
508
|
}
|
|
508
509
|
|
|
509
|
-
export
|
|
510
|
-
name: "TooManyApplicationsException";
|
|
511
|
-
$fault: "client";
|
|
510
|
+
export declare class TooManyApplicationsException extends __BaseException {
|
|
511
|
+
readonly name: "TooManyApplicationsException";
|
|
512
|
+
readonly $fault: "client";
|
|
512
513
|
|
|
513
|
-
|
|
514
|
+
constructor(opts: __ExceptionOptionType<TooManyApplicationsException, __BaseException>);
|
|
514
515
|
}
|
|
515
516
|
|
|
516
|
-
export
|
|
517
|
-
name: "CodeBuildNotInServiceRegionException";
|
|
518
|
-
$fault: "client";
|
|
517
|
+
export declare class CodeBuildNotInServiceRegionException extends __BaseException {
|
|
518
|
+
readonly name: "CodeBuildNotInServiceRegionException";
|
|
519
|
+
readonly $fault: "client";
|
|
519
520
|
|
|
520
|
-
|
|
521
|
+
constructor(opts: __ExceptionOptionType<CodeBuildNotInServiceRegionException, __BaseException>);
|
|
521
522
|
}
|
|
522
523
|
export declare enum ComputeType {
|
|
523
524
|
BUILD_GENERAL1_LARGE = "BUILD_GENERAL1_LARGE",
|
|
@@ -567,18 +568,18 @@ export declare namespace CreateApplicationVersionMessage {
|
|
|
567
568
|
const filterSensitiveLog: (obj: CreateApplicationVersionMessage) => any;
|
|
568
569
|
}
|
|
569
570
|
|
|
570
|
-
export
|
|
571
|
-
name: "S3LocationNotInServiceRegionException";
|
|
572
|
-
$fault: "client";
|
|
571
|
+
export declare class S3LocationNotInServiceRegionException extends __BaseException {
|
|
572
|
+
readonly name: "S3LocationNotInServiceRegionException";
|
|
573
|
+
readonly $fault: "client";
|
|
573
574
|
|
|
574
|
-
|
|
575
|
+
constructor(opts: __ExceptionOptionType<S3LocationNotInServiceRegionException, __BaseException>);
|
|
575
576
|
}
|
|
576
577
|
|
|
577
|
-
export
|
|
578
|
-
name: "TooManyApplicationVersionsException";
|
|
579
|
-
$fault: "client";
|
|
578
|
+
export declare class TooManyApplicationVersionsException extends __BaseException {
|
|
579
|
+
readonly name: "TooManyApplicationVersionsException";
|
|
580
|
+
readonly $fault: "client";
|
|
580
581
|
|
|
581
|
-
|
|
582
|
+
constructor(opts: __ExceptionOptionType<TooManyApplicationVersionsException, __BaseException>);
|
|
582
583
|
}
|
|
583
584
|
export declare type ConfigurationDeploymentStatus = "deployed" | "failed" | "pending";
|
|
584
585
|
|
|
@@ -660,18 +661,18 @@ export declare namespace CreateConfigurationTemplateMessage {
|
|
|
660
661
|
const filterSensitiveLog: (obj: CreateConfigurationTemplateMessage) => any;
|
|
661
662
|
}
|
|
662
663
|
|
|
663
|
-
export
|
|
664
|
-
name: "TooManyBucketsException";
|
|
665
|
-
$fault: "client";
|
|
664
|
+
export declare class TooManyBucketsException extends __BaseException {
|
|
665
|
+
readonly name: "TooManyBucketsException";
|
|
666
|
+
readonly $fault: "client";
|
|
666
667
|
|
|
667
|
-
|
|
668
|
+
constructor(opts: __ExceptionOptionType<TooManyBucketsException, __BaseException>);
|
|
668
669
|
}
|
|
669
670
|
|
|
670
|
-
export
|
|
671
|
-
name: "TooManyConfigurationTemplatesException";
|
|
672
|
-
$fault: "client";
|
|
671
|
+
export declare class TooManyConfigurationTemplatesException extends __BaseException {
|
|
672
|
+
readonly name: "TooManyConfigurationTemplatesException";
|
|
673
|
+
readonly $fault: "client";
|
|
673
674
|
|
|
674
|
-
|
|
675
|
+
constructor(opts: __ExceptionOptionType<TooManyConfigurationTemplatesException, __BaseException>);
|
|
675
676
|
}
|
|
676
677
|
|
|
677
678
|
export interface OptionSpecification {
|
|
@@ -792,11 +793,11 @@ export declare namespace CreatePlatformVersionResult {
|
|
|
792
793
|
const filterSensitiveLog: (obj: CreatePlatformVersionResult) => any;
|
|
793
794
|
}
|
|
794
795
|
|
|
795
|
-
export
|
|
796
|
-
name: "TooManyPlatformsException";
|
|
797
|
-
$fault: "client";
|
|
796
|
+
export declare class TooManyPlatformsException extends __BaseException {
|
|
797
|
+
readonly name: "TooManyPlatformsException";
|
|
798
|
+
readonly $fault: "client";
|
|
798
799
|
|
|
799
|
-
|
|
800
|
+
constructor(opts: __ExceptionOptionType<TooManyPlatformsException, __BaseException>);
|
|
800
801
|
}
|
|
801
802
|
|
|
802
803
|
export interface CreateStorageLocationResultMessage {
|
|
@@ -808,11 +809,11 @@ export declare namespace CreateStorageLocationResultMessage {
|
|
|
808
809
|
const filterSensitiveLog: (obj: CreateStorageLocationResultMessage) => any;
|
|
809
810
|
}
|
|
810
811
|
|
|
811
|
-
export
|
|
812
|
-
name: "S3SubscriptionRequiredException";
|
|
813
|
-
$fault: "client";
|
|
812
|
+
export declare class S3SubscriptionRequiredException extends __BaseException {
|
|
813
|
+
readonly name: "S3SubscriptionRequiredException";
|
|
814
|
+
readonly $fault: "client";
|
|
814
815
|
|
|
815
|
-
|
|
816
|
+
constructor(opts: __ExceptionOptionType<S3SubscriptionRequiredException, __BaseException>);
|
|
816
817
|
}
|
|
817
818
|
|
|
818
819
|
export interface DeleteApplicationMessage {
|
|
@@ -826,11 +827,11 @@ export declare namespace DeleteApplicationMessage {
|
|
|
826
827
|
const filterSensitiveLog: (obj: DeleteApplicationMessage) => any;
|
|
827
828
|
}
|
|
828
829
|
|
|
829
|
-
export
|
|
830
|
-
name: "OperationInProgressException";
|
|
831
|
-
$fault: "client";
|
|
830
|
+
export declare class OperationInProgressException extends __BaseException {
|
|
831
|
+
readonly name: "OperationInProgressException";
|
|
832
|
+
readonly $fault: "client";
|
|
832
833
|
|
|
833
|
-
|
|
834
|
+
constructor(opts: __ExceptionOptionType<OperationInProgressException, __BaseException>);
|
|
834
835
|
}
|
|
835
836
|
|
|
836
837
|
export interface DeleteApplicationVersionMessage {
|
|
@@ -846,11 +847,11 @@ export declare namespace DeleteApplicationVersionMessage {
|
|
|
846
847
|
const filterSensitiveLog: (obj: DeleteApplicationVersionMessage) => any;
|
|
847
848
|
}
|
|
848
849
|
|
|
849
|
-
export
|
|
850
|
-
name: "SourceBundleDeletionException";
|
|
851
|
-
$fault: "client";
|
|
850
|
+
export declare class SourceBundleDeletionException extends __BaseException {
|
|
851
|
+
readonly name: "SourceBundleDeletionException";
|
|
852
|
+
readonly $fault: "client";
|
|
852
853
|
|
|
853
|
-
|
|
854
|
+
constructor(opts: __ExceptionOptionType<SourceBundleDeletionException, __BaseException>);
|
|
854
855
|
}
|
|
855
856
|
|
|
856
857
|
export interface DeleteConfigurationTemplateMessage {
|
|
@@ -891,11 +892,11 @@ export declare namespace DeletePlatformVersionResult {
|
|
|
891
892
|
const filterSensitiveLog: (obj: DeletePlatformVersionResult) => any;
|
|
892
893
|
}
|
|
893
894
|
|
|
894
|
-
export
|
|
895
|
-
name: "PlatformVersionStillReferencedException";
|
|
896
|
-
$fault: "client";
|
|
895
|
+
export declare class PlatformVersionStillReferencedException extends __BaseException {
|
|
896
|
+
readonly name: "PlatformVersionStillReferencedException";
|
|
897
|
+
readonly $fault: "client";
|
|
897
898
|
|
|
898
|
-
|
|
899
|
+
constructor(opts: __ExceptionOptionType<PlatformVersionStillReferencedException, __BaseException>);
|
|
899
900
|
}
|
|
900
901
|
|
|
901
902
|
export interface ResourceQuota {
|
|
@@ -1120,11 +1121,11 @@ export declare namespace DescribeEnvironmentHealthResult {
|
|
|
1120
1121
|
const filterSensitiveLog: (obj: DescribeEnvironmentHealthResult) => any;
|
|
1121
1122
|
}
|
|
1122
1123
|
|
|
1123
|
-
export
|
|
1124
|
-
name: "InvalidRequestException";
|
|
1125
|
-
$fault: "client";
|
|
1124
|
+
export declare class InvalidRequestException extends __BaseException {
|
|
1125
|
+
readonly name: "InvalidRequestException";
|
|
1126
|
+
readonly $fault: "client";
|
|
1126
1127
|
|
|
1127
|
-
|
|
1128
|
+
constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
|
|
1128
1129
|
}
|
|
1129
1130
|
|
|
1130
1131
|
export interface DescribeEnvironmentManagedActionHistoryRequest {
|
|
@@ -1736,11 +1737,11 @@ export declare namespace ListTagsForResourceMessage {
|
|
|
1736
1737
|
const filterSensitiveLog: (obj: ListTagsForResourceMessage) => any;
|
|
1737
1738
|
}
|
|
1738
1739
|
|
|
1739
|
-
export
|
|
1740
|
-
name: "ResourceNotFoundException";
|
|
1741
|
-
$fault: "client";
|
|
1740
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
1741
|
+
readonly name: "ResourceNotFoundException";
|
|
1742
|
+
readonly $fault: "client";
|
|
1742
1743
|
|
|
1743
|
-
|
|
1744
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
1744
1745
|
}
|
|
1745
1746
|
export interface ResourceTagsDescriptionMessage {
|
|
1746
1747
|
|
|
@@ -1753,11 +1754,11 @@ export declare namespace ResourceTagsDescriptionMessage {
|
|
|
1753
1754
|
const filterSensitiveLog: (obj: ResourceTagsDescriptionMessage) => any;
|
|
1754
1755
|
}
|
|
1755
1756
|
|
|
1756
|
-
export
|
|
1757
|
-
name: "ResourceTypeNotSupportedException";
|
|
1758
|
-
$fault: "client";
|
|
1757
|
+
export declare class ResourceTypeNotSupportedException extends __BaseException {
|
|
1758
|
+
readonly name: "ResourceTypeNotSupportedException";
|
|
1759
|
+
readonly $fault: "client";
|
|
1759
1760
|
|
|
1760
|
-
|
|
1761
|
+
constructor(opts: __ExceptionOptionType<ResourceTypeNotSupportedException, __BaseException>);
|
|
1761
1762
|
}
|
|
1762
1763
|
|
|
1763
1764
|
export interface RebuildEnvironmentMessage {
|
|
@@ -1945,11 +1946,11 @@ export declare namespace UpdateEnvironmentMessage {
|
|
|
1945
1946
|
const filterSensitiveLog: (obj: UpdateEnvironmentMessage) => any;
|
|
1946
1947
|
}
|
|
1947
1948
|
|
|
1948
|
-
export
|
|
1949
|
-
name: "TooManyTagsException";
|
|
1950
|
-
$fault: "client";
|
|
1949
|
+
export declare class TooManyTagsException extends __BaseException {
|
|
1950
|
+
readonly name: "TooManyTagsException";
|
|
1951
|
+
readonly $fault: "client";
|
|
1951
1952
|
|
|
1952
|
-
|
|
1953
|
+
constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
|
|
1953
1954
|
}
|
|
1954
1955
|
export interface UpdateTagsForResourceMessage {
|
|
1955
1956
|
|
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.
|
|
4
|
+
"version": "3.53.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,37 +18,37 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.53.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.53.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.53.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.53.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.53.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.53.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.53.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.53.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.53.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.53.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.53.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.53.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.53.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.53.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.53.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.53.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.53.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.53.0",
|
|
39
|
+
"@aws-sdk/types": "3.53.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.53.0",
|
|
41
41
|
"@aws-sdk/util-base64-browser": "3.52.0",
|
|
42
42
|
"@aws-sdk/util-base64-node": "3.52.0",
|
|
43
43
|
"@aws-sdk/util-body-length-browser": "3.52.0",
|
|
44
44
|
"@aws-sdk/util-body-length-node": "3.52.0",
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.53.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.53.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.53.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.53.0",
|
|
49
49
|
"@aws-sdk/util-utf8-browser": "3.52.0",
|
|
50
50
|
"@aws-sdk/util-utf8-node": "3.52.0",
|
|
51
|
-
"@aws-sdk/util-waiter": "3.
|
|
51
|
+
"@aws-sdk/util-waiter": "3.53.0",
|
|
52
52
|
"entities": "2.2.0",
|
|
53
53
|
"fast-xml-parser": "3.19.0",
|
|
54
54
|
"tslib": "^2.3.0"
|