@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.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/ElasticBeanstalk.d.ts +149 -181
- package/dist-types/ts3.4/ElasticBeanstalkClient.d.ts +5 -15
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AbortEnvironmentUpdateCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/ApplyEnvironmentManagedActionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CheckDNSAvailabilityCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ComposeEnvironmentsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateConfigurationTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/CreatePlatformVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateStorageLocationCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteApplicationVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteConfigurationTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteEnvironmentConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeletePlatformVersionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/DescribeApplicationVersionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeConfigurationOptionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeConfigurationSettingsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeEnvironmentHealthCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeEnvironmentResourcesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DescribeInstancesHealthCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribePlatformVersionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListAvailableSolutionStacksCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/ListPlatformBranchesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListPlatformVersionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RebuildEnvironmentCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/RequestEnvironmentInfoCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/RestartAppServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RetrieveEnvironmentInfoCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SwapEnvironmentCNAMEsCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/TerminateEnvironmentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateApplicationResourceLifecycleCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateApplicationVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateConfigurationTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/UpdateTagsForResourceCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/ValidateConfigurationSettingsCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +7 -14
- package/dist-types/ts3.4/models/errors.d.ts +19 -85
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/dist-types/ts3.4/waiters/waitForEnvironmentExists.d.ts +3 -6
- package/dist-types/ts3.4/waiters/waitForEnvironmentTerminated.d.ts +3 -6
- package/dist-types/ts3.4/waiters/waitForEnvironmentUpdated.d.ts +3 -6
- package/package.json +38 -38
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface ElasticBeanstalkExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -3,8 +3,7 @@ export declare const ActionHistoryStatus: {
|
|
|
3
3
|
readonly Failed: "Failed";
|
|
4
4
|
readonly Unknown: "Unknown";
|
|
5
5
|
};
|
|
6
|
-
export type ActionHistoryStatus =
|
|
7
|
-
(typeof ActionHistoryStatus)[keyof typeof ActionHistoryStatus];
|
|
6
|
+
export type ActionHistoryStatus = (typeof ActionHistoryStatus)[keyof typeof ActionHistoryStatus];
|
|
8
7
|
export declare const ActionStatus: {
|
|
9
8
|
readonly Pending: "Pending";
|
|
10
9
|
readonly Running: "Running";
|
|
@@ -22,8 +21,7 @@ export declare const SourceRepository: {
|
|
|
22
21
|
readonly CodeCommit: "CodeCommit";
|
|
23
22
|
readonly S3: "S3";
|
|
24
23
|
};
|
|
25
|
-
export type SourceRepository =
|
|
26
|
-
(typeof SourceRepository)[keyof typeof SourceRepository];
|
|
24
|
+
export type SourceRepository = (typeof SourceRepository)[keyof typeof SourceRepository];
|
|
27
25
|
export declare const SourceType: {
|
|
28
26
|
readonly Git: "Git";
|
|
29
27
|
readonly Zip: "Zip";
|
|
@@ -44,8 +42,7 @@ export declare const EnvironmentHealth: {
|
|
|
44
42
|
readonly Red: "Red";
|
|
45
43
|
readonly Yellow: "Yellow";
|
|
46
44
|
};
|
|
47
|
-
export type EnvironmentHealth =
|
|
48
|
-
(typeof EnvironmentHealth)[keyof typeof EnvironmentHealth];
|
|
45
|
+
export type EnvironmentHealth = (typeof EnvironmentHealth)[keyof typeof EnvironmentHealth];
|
|
49
46
|
export declare const EnvironmentHealthStatus: {
|
|
50
47
|
readonly Degraded: "Degraded";
|
|
51
48
|
readonly Info: "Info";
|
|
@@ -69,8 +66,7 @@ export declare const EnvironmentStatus: {
|
|
|
69
66
|
readonly Terminating: "Terminating";
|
|
70
67
|
readonly Updating: "Updating";
|
|
71
68
|
};
|
|
72
|
-
export type EnvironmentStatus =
|
|
73
|
-
(typeof EnvironmentStatus)[keyof typeof EnvironmentStatus];
|
|
69
|
+
export type EnvironmentStatus = (typeof EnvironmentStatus)[keyof typeof EnvironmentStatus];
|
|
74
70
|
export declare const ComputeType: {
|
|
75
71
|
readonly BUILD_GENERAL1_LARGE: "BUILD_GENERAL1_LARGE";
|
|
76
72
|
readonly BUILD_GENERAL1_MEDIUM: "BUILD_GENERAL1_MEDIUM";
|
|
@@ -91,8 +87,7 @@ export declare const PlatformStatus: {
|
|
|
91
87
|
readonly Failed: "Failed";
|
|
92
88
|
readonly Ready: "Ready";
|
|
93
89
|
};
|
|
94
|
-
export type PlatformStatus =
|
|
95
|
-
(typeof PlatformStatus)[keyof typeof PlatformStatus];
|
|
90
|
+
export type PlatformStatus = (typeof PlatformStatus)[keyof typeof PlatformStatus];
|
|
96
91
|
export declare const ConfigurationOptionValueType: {
|
|
97
92
|
readonly List: "List";
|
|
98
93
|
readonly Scalar: "Scalar";
|
|
@@ -150,11 +145,9 @@ export declare const EnvironmentInfoType: {
|
|
|
150
145
|
readonly bundle: "bundle";
|
|
151
146
|
readonly tail: "tail";
|
|
152
147
|
};
|
|
153
|
-
export type EnvironmentInfoType =
|
|
154
|
-
(typeof EnvironmentInfoType)[keyof typeof EnvironmentInfoType];
|
|
148
|
+
export type EnvironmentInfoType = (typeof EnvironmentInfoType)[keyof typeof EnvironmentInfoType];
|
|
155
149
|
export declare const ValidationSeverity: {
|
|
156
150
|
readonly error: "error";
|
|
157
151
|
readonly warning: "warning";
|
|
158
152
|
};
|
|
159
|
-
export type ValidationSeverity =
|
|
160
|
-
(typeof ValidationSeverity)[keyof typeof ValidationSeverity];
|
|
153
|
+
export type ValidationSeverity = (typeof ValidationSeverity)[keyof typeof ValidationSeverity];
|
|
@@ -3,163 +3,97 @@ import { ElasticBeanstalkSyntheticServiceException as __BaseException } from "./
|
|
|
3
3
|
export declare class InsufficientPrivilegesException extends __BaseException {
|
|
4
4
|
readonly name: "InsufficientPrivilegesException";
|
|
5
5
|
readonly $fault: "client";
|
|
6
|
-
constructor(
|
|
7
|
-
opts: __ExceptionOptionType<
|
|
8
|
-
InsufficientPrivilegesException,
|
|
9
|
-
__BaseException
|
|
10
|
-
>
|
|
11
|
-
);
|
|
6
|
+
constructor(opts: __ExceptionOptionType<InsufficientPrivilegesException, __BaseException>);
|
|
12
7
|
}
|
|
13
8
|
export declare class ElasticBeanstalkServiceException extends __BaseException {
|
|
14
9
|
readonly name: "ElasticBeanstalkServiceException";
|
|
15
10
|
readonly $fault: "client";
|
|
16
|
-
constructor(
|
|
17
|
-
opts: __ExceptionOptionType<
|
|
18
|
-
ElasticBeanstalkServiceException,
|
|
19
|
-
__BaseException
|
|
20
|
-
>
|
|
21
|
-
);
|
|
11
|
+
constructor(opts: __ExceptionOptionType<ElasticBeanstalkServiceException, __BaseException>);
|
|
22
12
|
}
|
|
23
13
|
export declare class ManagedActionInvalidStateException extends __BaseException {
|
|
24
14
|
readonly name: "ManagedActionInvalidStateException";
|
|
25
15
|
readonly $fault: "client";
|
|
26
|
-
constructor(
|
|
27
|
-
opts: __ExceptionOptionType<
|
|
28
|
-
ManagedActionInvalidStateException,
|
|
29
|
-
__BaseException
|
|
30
|
-
>
|
|
31
|
-
);
|
|
16
|
+
constructor(opts: __ExceptionOptionType<ManagedActionInvalidStateException, __BaseException>);
|
|
32
17
|
}
|
|
33
18
|
export declare class TooManyEnvironmentsException extends __BaseException {
|
|
34
19
|
readonly name: "TooManyEnvironmentsException";
|
|
35
20
|
readonly $fault: "client";
|
|
36
|
-
constructor(
|
|
37
|
-
opts: __ExceptionOptionType<TooManyEnvironmentsException, __BaseException>
|
|
38
|
-
);
|
|
21
|
+
constructor(opts: __ExceptionOptionType<TooManyEnvironmentsException, __BaseException>);
|
|
39
22
|
}
|
|
40
23
|
export declare class TooManyApplicationsException extends __BaseException {
|
|
41
24
|
readonly name: "TooManyApplicationsException";
|
|
42
25
|
readonly $fault: "client";
|
|
43
|
-
constructor(
|
|
44
|
-
opts: __ExceptionOptionType<TooManyApplicationsException, __BaseException>
|
|
45
|
-
);
|
|
26
|
+
constructor(opts: __ExceptionOptionType<TooManyApplicationsException, __BaseException>);
|
|
46
27
|
}
|
|
47
28
|
export declare class CodeBuildNotInServiceRegionException extends __BaseException {
|
|
48
29
|
readonly name: "CodeBuildNotInServiceRegionException";
|
|
49
30
|
readonly $fault: "client";
|
|
50
|
-
constructor(
|
|
51
|
-
opts: __ExceptionOptionType<
|
|
52
|
-
CodeBuildNotInServiceRegionException,
|
|
53
|
-
__BaseException
|
|
54
|
-
>
|
|
55
|
-
);
|
|
31
|
+
constructor(opts: __ExceptionOptionType<CodeBuildNotInServiceRegionException, __BaseException>);
|
|
56
32
|
}
|
|
57
33
|
export declare class S3LocationNotInServiceRegionException extends __BaseException {
|
|
58
34
|
readonly name: "S3LocationNotInServiceRegionException";
|
|
59
35
|
readonly $fault: "client";
|
|
60
|
-
constructor(
|
|
61
|
-
opts: __ExceptionOptionType<
|
|
62
|
-
S3LocationNotInServiceRegionException,
|
|
63
|
-
__BaseException
|
|
64
|
-
>
|
|
65
|
-
);
|
|
36
|
+
constructor(opts: __ExceptionOptionType<S3LocationNotInServiceRegionException, __BaseException>);
|
|
66
37
|
}
|
|
67
38
|
export declare class TooManyApplicationVersionsException extends __BaseException {
|
|
68
39
|
readonly name: "TooManyApplicationVersionsException";
|
|
69
40
|
readonly $fault: "client";
|
|
70
|
-
constructor(
|
|
71
|
-
opts: __ExceptionOptionType<
|
|
72
|
-
TooManyApplicationVersionsException,
|
|
73
|
-
__BaseException
|
|
74
|
-
>
|
|
75
|
-
);
|
|
41
|
+
constructor(opts: __ExceptionOptionType<TooManyApplicationVersionsException, __BaseException>);
|
|
76
42
|
}
|
|
77
43
|
export declare class TooManyBucketsException extends __BaseException {
|
|
78
44
|
readonly name: "TooManyBucketsException";
|
|
79
45
|
readonly $fault: "client";
|
|
80
|
-
constructor(
|
|
81
|
-
opts: __ExceptionOptionType<TooManyBucketsException, __BaseException>
|
|
82
|
-
);
|
|
46
|
+
constructor(opts: __ExceptionOptionType<TooManyBucketsException, __BaseException>);
|
|
83
47
|
}
|
|
84
48
|
export declare class TooManyConfigurationTemplatesException extends __BaseException {
|
|
85
49
|
readonly name: "TooManyConfigurationTemplatesException";
|
|
86
50
|
readonly $fault: "client";
|
|
87
|
-
constructor(
|
|
88
|
-
opts: __ExceptionOptionType<
|
|
89
|
-
TooManyConfigurationTemplatesException,
|
|
90
|
-
__BaseException
|
|
91
|
-
>
|
|
92
|
-
);
|
|
51
|
+
constructor(opts: __ExceptionOptionType<TooManyConfigurationTemplatesException, __BaseException>);
|
|
93
52
|
}
|
|
94
53
|
export declare class TooManyPlatformsException extends __BaseException {
|
|
95
54
|
readonly name: "TooManyPlatformsException";
|
|
96
55
|
readonly $fault: "client";
|
|
97
|
-
constructor(
|
|
98
|
-
opts: __ExceptionOptionType<TooManyPlatformsException, __BaseException>
|
|
99
|
-
);
|
|
56
|
+
constructor(opts: __ExceptionOptionType<TooManyPlatformsException, __BaseException>);
|
|
100
57
|
}
|
|
101
58
|
export declare class S3SubscriptionRequiredException extends __BaseException {
|
|
102
59
|
readonly name: "S3SubscriptionRequiredException";
|
|
103
60
|
readonly $fault: "client";
|
|
104
|
-
constructor(
|
|
105
|
-
opts: __ExceptionOptionType<
|
|
106
|
-
S3SubscriptionRequiredException,
|
|
107
|
-
__BaseException
|
|
108
|
-
>
|
|
109
|
-
);
|
|
61
|
+
constructor(opts: __ExceptionOptionType<S3SubscriptionRequiredException, __BaseException>);
|
|
110
62
|
}
|
|
111
63
|
export declare class OperationInProgressException extends __BaseException {
|
|
112
64
|
readonly name: "OperationInProgressException";
|
|
113
65
|
readonly $fault: "client";
|
|
114
|
-
constructor(
|
|
115
|
-
opts: __ExceptionOptionType<OperationInProgressException, __BaseException>
|
|
116
|
-
);
|
|
66
|
+
constructor(opts: __ExceptionOptionType<OperationInProgressException, __BaseException>);
|
|
117
67
|
}
|
|
118
68
|
export declare class SourceBundleDeletionException extends __BaseException {
|
|
119
69
|
readonly name: "SourceBundleDeletionException";
|
|
120
70
|
readonly $fault: "client";
|
|
121
|
-
constructor(
|
|
122
|
-
opts: __ExceptionOptionType<SourceBundleDeletionException, __BaseException>
|
|
123
|
-
);
|
|
71
|
+
constructor(opts: __ExceptionOptionType<SourceBundleDeletionException, __BaseException>);
|
|
124
72
|
}
|
|
125
73
|
export declare class PlatformVersionStillReferencedException extends __BaseException {
|
|
126
74
|
readonly name: "PlatformVersionStillReferencedException";
|
|
127
75
|
readonly $fault: "client";
|
|
128
76
|
constructor(
|
|
129
|
-
opts: __ExceptionOptionType<
|
|
130
|
-
PlatformVersionStillReferencedException,
|
|
131
|
-
__BaseException
|
|
132
|
-
>
|
|
77
|
+
opts: __ExceptionOptionType<PlatformVersionStillReferencedException, __BaseException>,
|
|
133
78
|
);
|
|
134
79
|
}
|
|
135
80
|
export declare class InvalidRequestException extends __BaseException {
|
|
136
81
|
readonly name: "InvalidRequestException";
|
|
137
82
|
readonly $fault: "client";
|
|
138
|
-
constructor(
|
|
139
|
-
opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
|
|
140
|
-
);
|
|
83
|
+
constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
|
|
141
84
|
}
|
|
142
85
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
143
86
|
readonly name: "ResourceNotFoundException";
|
|
144
87
|
readonly $fault: "client";
|
|
145
|
-
constructor(
|
|
146
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
147
|
-
);
|
|
88
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
148
89
|
}
|
|
149
90
|
export declare class ResourceTypeNotSupportedException extends __BaseException {
|
|
150
91
|
readonly name: "ResourceTypeNotSupportedException";
|
|
151
92
|
readonly $fault: "client";
|
|
152
|
-
constructor(
|
|
153
|
-
opts: __ExceptionOptionType<
|
|
154
|
-
ResourceTypeNotSupportedException,
|
|
155
|
-
__BaseException
|
|
156
|
-
>
|
|
157
|
-
);
|
|
93
|
+
constructor(opts: __ExceptionOptionType<ResourceTypeNotSupportedException, __BaseException>);
|
|
158
94
|
}
|
|
159
95
|
export declare class TooManyTagsException extends __BaseException {
|
|
160
96
|
readonly name: "TooManyTagsException";
|
|
161
97
|
readonly $fault: "client";
|
|
162
|
-
constructor(
|
|
163
|
-
opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
|
|
164
|
-
);
|
|
98
|
+
constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
|
|
165
99
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PaginationConfiguration } from "@smithy/types";
|
|
2
2
|
import { ElasticBeanstalkClient } from "../ElasticBeanstalkClient";
|
|
3
|
-
export interface ElasticBeanstalkPaginationConfiguration
|
|
4
|
-
extends PaginationConfiguration {
|
|
3
|
+
export interface ElasticBeanstalkPaginationConfiguration extends PaginationConfiguration {
|
|
5
4
|
client: ElasticBeanstalkClient;
|
|
6
5
|
}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
|
|
2
2
|
import { ElasticBeanstalkClientConfig } from "./ElasticBeanstalkClient";
|
|
3
|
-
export declare const getRuntimeConfig: (
|
|
4
|
-
config: ElasticBeanstalkClientConfig
|
|
5
|
-
) => {
|
|
3
|
+
export declare const getRuntimeConfig: (config: ElasticBeanstalkClientConfig) => {
|
|
6
4
|
runtime: string;
|
|
7
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
8
6
|
import("@smithy/core/client").ResolvedDefaultsMode
|
|
@@ -10,24 +8,16 @@ export declare const getRuntimeConfig: (
|
|
|
10
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
9
|
credentialDefaultProvider:
|
|
12
10
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
13
|
-
| ((
|
|
14
|
-
_: unknown
|
|
15
|
-
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
|
+
| ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
16
12
|
defaultUserAgentProvider: (
|
|
17
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
13
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
18
14
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
19
15
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
20
16
|
region: string | import("@smithy/types").Provider<any>;
|
|
21
|
-
requestHandler:
|
|
22
|
-
| import("@smithy/core/protocols").HttpHandler<any>
|
|
23
|
-
| RequestHandler;
|
|
17
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
24
18
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
25
19
|
streamCollector: (
|
|
26
|
-
stream:
|
|
27
|
-
| import("stream").Readable
|
|
28
|
-
| import("stream/web").ReadableStream
|
|
29
|
-
| ReadableStream
|
|
30
|
-
| Blob
|
|
20
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
31
21
|
) => Promise<Uint8Array>;
|
|
32
22
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
33
23
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -55,13 +45,8 @@ export declare const getRuntimeConfig: (
|
|
|
55
45
|
logger: import("@smithy/types").Logger;
|
|
56
46
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
57
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
58
|
-
userAgentAppId?:
|
|
59
|
-
|
|
60
|
-
| undefined
|
|
61
|
-
| import("@smithy/types").Provider<string | undefined>;
|
|
62
|
-
retryStrategy?:
|
|
63
|
-
| import("@smithy/types").RetryStrategy
|
|
64
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
48
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
49
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
65
50
|
endpoint?:
|
|
66
51
|
| ((
|
|
67
52
|
| string
|
|
@@ -83,7 +68,7 @@ export declare const getRuntimeConfig: (
|
|
|
83
68
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
84
69
|
context?: {
|
|
85
70
|
logger?: import("@smithy/types").Logger;
|
|
86
|
-
}
|
|
71
|
+
},
|
|
87
72
|
) => import("@smithy/types").EndpointV2;
|
|
88
73
|
tls?: boolean;
|
|
89
74
|
serviceConfiguredEndpoint?: never;
|
|
@@ -96,13 +81,13 @@ export declare const getRuntimeConfig: (
|
|
|
96
81
|
signer?:
|
|
97
82
|
| import("@smithy/types").RequestSigner
|
|
98
83
|
| ((
|
|
99
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
100
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
101
86
|
signingEscapePath?: boolean;
|
|
102
87
|
systemClockOffset?: number;
|
|
103
88
|
signingRegion?: string;
|
|
104
89
|
signerConstructor?: new (
|
|
105
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
106
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
107
92
|
) => import("@smithy/types").RequestSigner;
|
|
108
93
|
};
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
|
|
2
2
|
import { ElasticBeanstalkClientConfig } from "./ElasticBeanstalkClient";
|
|
3
|
-
export declare const getRuntimeConfig: (
|
|
4
|
-
config: ElasticBeanstalkClientConfig
|
|
5
|
-
) => {
|
|
3
|
+
export declare const getRuntimeConfig: (config: ElasticBeanstalkClientConfig) => {
|
|
6
4
|
runtime: string;
|
|
7
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
8
6
|
import("@smithy/core/client").ResolvedDefaultsMode
|
|
@@ -12,23 +10,17 @@ export declare const getRuntimeConfig: (
|
|
|
12
10
|
credentialDefaultProvider:
|
|
13
11
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
14
12
|
| ((
|
|
15
|
-
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
13
|
+
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
|
|
16
14
|
) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
17
15
|
defaultUserAgentProvider: (
|
|
18
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
16
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
19
17
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
20
18
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
21
19
|
region: string | import("@smithy/types").Provider<string>;
|
|
22
|
-
requestHandler:
|
|
23
|
-
| RequestHandler
|
|
24
|
-
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
20
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
25
21
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
26
22
|
streamCollector: (
|
|
27
|
-
stream:
|
|
28
|
-
| import("stream").Readable
|
|
29
|
-
| import("stream/web").ReadableStream
|
|
30
|
-
| ReadableStream
|
|
31
|
-
| Blob
|
|
23
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
32
24
|
) => Promise<Uint8Array>;
|
|
33
25
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
34
26
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -55,9 +47,7 @@ export declare const getRuntimeConfig: (
|
|
|
55
47
|
logger: import("@smithy/types").Logger;
|
|
56
48
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
57
49
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
58
|
-
retryStrategy?:
|
|
59
|
-
| import("@smithy/types").RetryStrategy
|
|
60
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
50
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
61
51
|
endpoint?:
|
|
62
52
|
| ((
|
|
63
53
|
| string
|
|
@@ -79,7 +69,7 @@ export declare const getRuntimeConfig: (
|
|
|
79
69
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
80
70
|
context?: {
|
|
81
71
|
logger?: import("@smithy/types").Logger;
|
|
82
|
-
}
|
|
72
|
+
},
|
|
83
73
|
) => import("@smithy/types").EndpointV2;
|
|
84
74
|
tls?: boolean;
|
|
85
75
|
serviceConfiguredEndpoint?: never;
|
|
@@ -91,13 +81,13 @@ export declare const getRuntimeConfig: (
|
|
|
91
81
|
signer?:
|
|
92
82
|
| import("@smithy/types").RequestSigner
|
|
93
83
|
| ((
|
|
94
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
95
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
96
86
|
signingEscapePath?: boolean;
|
|
97
87
|
systemClockOffset?: number;
|
|
98
88
|
signingRegion?: string;
|
|
99
89
|
signerConstructor?: new (
|
|
100
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
101
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
102
92
|
) => import("@smithy/types").RequestSigner;
|
|
103
93
|
};
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { ElasticBeanstalkClientConfig } from "./ElasticBeanstalkClient";
|
|
2
|
-
export declare const getRuntimeConfig: (
|
|
3
|
-
config: ElasticBeanstalkClientConfig
|
|
4
|
-
) => {
|
|
2
|
+
export declare const getRuntimeConfig: (config: ElasticBeanstalkClientConfig) => {
|
|
5
3
|
runtime: string;
|
|
6
4
|
requestHandler:
|
|
7
5
|
| import("@smithy/types").NodeHttpHandlerOptions
|
|
@@ -23,11 +21,7 @@ export declare const getRuntimeConfig: (
|
|
|
23
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
24
22
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
25
23
|
streamCollector: (
|
|
26
|
-
stream:
|
|
27
|
-
| import("stream").Readable
|
|
28
|
-
| import("stream/web").ReadableStream
|
|
29
|
-
| ReadableStream
|
|
30
|
-
| Blob
|
|
24
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
31
25
|
) => Promise<Uint8Array>;
|
|
32
26
|
base64Decoder: import("@smithy/types").Decoder;
|
|
33
27
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -42,30 +36,21 @@ export declare const getRuntimeConfig: (
|
|
|
42
36
|
region: string | import("@smithy/types").Provider<any>;
|
|
43
37
|
profile?: string;
|
|
44
38
|
defaultUserAgentProvider: (
|
|
45
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
39
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
46
40
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
47
41
|
credentialDefaultProvider:
|
|
48
42
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
49
|
-
| ((
|
|
50
|
-
_: unknown
|
|
51
|
-
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
43
|
+
| ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
52
44
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
53
45
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
54
46
|
logger: import("@smithy/types").Logger;
|
|
55
47
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
56
48
|
defaultsMode:
|
|
57
49
|
| import("@smithy/core/client").DefaultsMode
|
|
58
|
-
| import("@smithy/types").Provider<
|
|
59
|
-
import("@smithy/core/client").DefaultsMode
|
|
60
|
-
>;
|
|
50
|
+
| import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
61
51
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
62
|
-
userAgentAppId?:
|
|
63
|
-
|
|
64
|
-
| undefined
|
|
65
|
-
| import("@smithy/types").Provider<string | undefined>;
|
|
66
|
-
retryStrategy?:
|
|
67
|
-
| import("@smithy/types").RetryStrategy
|
|
68
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
52
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
53
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
69
54
|
endpoint?:
|
|
70
55
|
| ((
|
|
71
56
|
| string
|
|
@@ -87,7 +72,7 @@ export declare const getRuntimeConfig: (
|
|
|
87
72
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
88
73
|
context?: {
|
|
89
74
|
logger?: import("@smithy/types").Logger;
|
|
90
|
-
}
|
|
75
|
+
},
|
|
91
76
|
) => import("@smithy/types").EndpointV2;
|
|
92
77
|
tls?: boolean;
|
|
93
78
|
serviceConfiguredEndpoint?: never;
|
|
@@ -100,13 +85,13 @@ export declare const getRuntimeConfig: (
|
|
|
100
85
|
signer?:
|
|
101
86
|
| import("@smithy/types").RequestSigner
|
|
102
87
|
| ((
|
|
103
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
88
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
104
89
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
105
90
|
signingEscapePath?: boolean;
|
|
106
91
|
systemClockOffset?: number;
|
|
107
92
|
signingRegion?: string;
|
|
108
93
|
signerConstructor?: new (
|
|
109
94
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
110
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
95
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
111
96
|
) => import("@smithy/types").RequestSigner;
|
|
112
97
|
};
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { AwsQueryProtocol } from "@aws-sdk/core/protocols";
|
|
2
2
|
import { ElasticBeanstalkClientConfig } from "./ElasticBeanstalkClient";
|
|
3
|
-
export declare const getRuntimeConfig: (
|
|
4
|
-
config: ElasticBeanstalkClientConfig
|
|
5
|
-
) => {
|
|
3
|
+
export declare const getRuntimeConfig: (config: ElasticBeanstalkClientConfig) => {
|
|
6
4
|
apiVersion: string;
|
|
7
5
|
base64Decoder: import("@smithy/types").Decoder;
|
|
8
6
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -11,7 +9,7 @@ export declare const getRuntimeConfig: (
|
|
|
11
9
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
12
10
|
context?: {
|
|
13
11
|
logger?: import("@smithy/types").Logger;
|
|
14
|
-
}
|
|
12
|
+
},
|
|
15
13
|
) => import("@smithy/types").EndpointV2;
|
|
16
14
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
17
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ElasticBeanstalkHttpAuthSchemeProvider;
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { ElasticBeanstalkExtensionConfiguration } from "./extensionConfiguration";
|
|
2
2
|
export interface RuntimeExtension {
|
|
3
|
-
configure(
|
|
4
|
-
extensionConfiguration: ElasticBeanstalkExtensionConfiguration
|
|
5
|
-
): void;
|
|
3
|
+
configure(extensionConfiguration: ElasticBeanstalkExtensionConfiguration): void;
|
|
6
4
|
}
|
|
7
5
|
export interface RuntimeExtensionsConfig {
|
|
8
6
|
extensions: RuntimeExtension[];
|
|
9
7
|
}
|
|
10
8
|
export declare const resolveRuntimeExtensions: (
|
|
11
9
|
runtimeConfig: any,
|
|
12
|
-
extensions: RuntimeExtension[]
|
|
10
|
+
extensions: RuntimeExtension[],
|
|
13
11
|
) => any;
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
2
|
-
import {
|
|
3
|
-
StaticErrorSchema,
|
|
4
|
-
StaticOperationSchema,
|
|
5
|
-
StaticStructureSchema,
|
|
6
|
-
} from "@smithy/types";
|
|
2
|
+
import { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
7
3
|
export declare var ElasticBeanstalkSyntheticServiceException$: StaticErrorSchema;
|
|
8
4
|
export declare var CodeBuildNotInServiceRegionException$: StaticErrorSchema;
|
|
9
5
|
export declare var ElasticBeanstalkServiceException$: StaticErrorSchema;
|
|
@@ -7,14 +7,11 @@ import { ElasticBeanstalkClient } from "../ElasticBeanstalkClient";
|
|
|
7
7
|
import { ElasticBeanstalkSyntheticServiceException } from "../models/ElasticBeanstalkSyntheticServiceException";
|
|
8
8
|
export declare const waitForEnvironmentExists: (
|
|
9
9
|
params: WaiterConfiguration<ElasticBeanstalkClient>,
|
|
10
|
-
input: DescribeEnvironmentsCommandInput
|
|
10
|
+
input: DescribeEnvironmentsCommandInput,
|
|
11
11
|
) => Promise<
|
|
12
|
-
WaiterResult<
|
|
13
|
-
| DescribeEnvironmentsCommandOutput
|
|
14
|
-
| ElasticBeanstalkSyntheticServiceException
|
|
15
|
-
>
|
|
12
|
+
WaiterResult<DescribeEnvironmentsCommandOutput | ElasticBeanstalkSyntheticServiceException>
|
|
16
13
|
>;
|
|
17
14
|
export declare const waitUntilEnvironmentExists: (
|
|
18
15
|
params: WaiterConfiguration<ElasticBeanstalkClient>,
|
|
19
|
-
input: DescribeEnvironmentsCommandInput
|
|
16
|
+
input: DescribeEnvironmentsCommandInput,
|
|
20
17
|
) => Promise<WaiterResult<DescribeEnvironmentsCommandOutput>>;
|
|
@@ -7,14 +7,11 @@ import { ElasticBeanstalkClient } from "../ElasticBeanstalkClient";
|
|
|
7
7
|
import { ElasticBeanstalkSyntheticServiceException } from "../models/ElasticBeanstalkSyntheticServiceException";
|
|
8
8
|
export declare const waitForEnvironmentTerminated: (
|
|
9
9
|
params: WaiterConfiguration<ElasticBeanstalkClient>,
|
|
10
|
-
input: DescribeEnvironmentsCommandInput
|
|
10
|
+
input: DescribeEnvironmentsCommandInput,
|
|
11
11
|
) => Promise<
|
|
12
|
-
WaiterResult<
|
|
13
|
-
| DescribeEnvironmentsCommandOutput
|
|
14
|
-
| ElasticBeanstalkSyntheticServiceException
|
|
15
|
-
>
|
|
12
|
+
WaiterResult<DescribeEnvironmentsCommandOutput | ElasticBeanstalkSyntheticServiceException>
|
|
16
13
|
>;
|
|
17
14
|
export declare const waitUntilEnvironmentTerminated: (
|
|
18
15
|
params: WaiterConfiguration<ElasticBeanstalkClient>,
|
|
19
|
-
input: DescribeEnvironmentsCommandInput
|
|
16
|
+
input: DescribeEnvironmentsCommandInput,
|
|
20
17
|
) => Promise<WaiterResult<DescribeEnvironmentsCommandOutput>>;
|
|
@@ -7,14 +7,11 @@ import { ElasticBeanstalkClient } from "../ElasticBeanstalkClient";
|
|
|
7
7
|
import { ElasticBeanstalkSyntheticServiceException } from "../models/ElasticBeanstalkSyntheticServiceException";
|
|
8
8
|
export declare const waitForEnvironmentUpdated: (
|
|
9
9
|
params: WaiterConfiguration<ElasticBeanstalkClient>,
|
|
10
|
-
input: DescribeEnvironmentsCommandInput
|
|
10
|
+
input: DescribeEnvironmentsCommandInput,
|
|
11
11
|
) => Promise<
|
|
12
|
-
WaiterResult<
|
|
13
|
-
| DescribeEnvironmentsCommandOutput
|
|
14
|
-
| ElasticBeanstalkSyntheticServiceException
|
|
15
|
-
>
|
|
12
|
+
WaiterResult<DescribeEnvironmentsCommandOutput | ElasticBeanstalkSyntheticServiceException>
|
|
16
13
|
>;
|
|
17
14
|
export declare const waitUntilEnvironmentUpdated: (
|
|
18
15
|
params: WaiterConfiguration<ElasticBeanstalkClient>,
|
|
19
|
-
input: DescribeEnvironmentsCommandInput
|
|
16
|
+
input: DescribeEnvironmentsCommandInput,
|
|
20
17
|
) => Promise<WaiterResult<DescribeEnvironmentsCommandOutput>>;
|