@aws-sdk/client-elastic-beanstalk 3.721.0 → 3.723.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 +349 -297
- package/dist-es/ElasticBeanstalkClient.js +1 -0
- package/dist-es/models/models_0.js +38 -38
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +44 -44
|
@@ -14,6 +14,7 @@ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
|
14
14
|
import { resolveRuntimeExtensions } from "./runtimeExtensions";
|
|
15
15
|
export { __Client };
|
|
16
16
|
export class ElasticBeanstalkClient extends __Client {
|
|
17
|
+
config;
|
|
17
18
|
constructor(...[configuration]) {
|
|
18
19
|
const _config_0 = __getRuntimeConfig(configuration || {});
|
|
19
20
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { ElasticBeanstalkServiceException as __BaseException } from "./ElasticBeanstalkServiceException";
|
|
2
2
|
export class InsufficientPrivilegesException extends __BaseException {
|
|
3
|
+
name = "InsufficientPrivilegesException";
|
|
4
|
+
$fault = "client";
|
|
3
5
|
constructor(opts) {
|
|
4
6
|
super({
|
|
5
7
|
name: "InsufficientPrivilegesException",
|
|
6
8
|
$fault: "client",
|
|
7
9
|
...opts,
|
|
8
10
|
});
|
|
9
|
-
this.name = "InsufficientPrivilegesException";
|
|
10
|
-
this.$fault = "client";
|
|
11
11
|
Object.setPrototypeOf(this, InsufficientPrivilegesException.prototype);
|
|
12
12
|
}
|
|
13
13
|
}
|
|
@@ -43,26 +43,26 @@ export const ApplicationVersionStatus = {
|
|
|
43
43
|
Unprocessed: "Unprocessed",
|
|
44
44
|
};
|
|
45
45
|
export class ElasticBeanstalkServiceException extends __BaseException {
|
|
46
|
+
name = "ElasticBeanstalkServiceException";
|
|
47
|
+
$fault = "client";
|
|
46
48
|
constructor(opts) {
|
|
47
49
|
super({
|
|
48
50
|
name: "ElasticBeanstalkServiceException",
|
|
49
51
|
$fault: "client",
|
|
50
52
|
...opts,
|
|
51
53
|
});
|
|
52
|
-
this.name = "ElasticBeanstalkServiceException";
|
|
53
|
-
this.$fault = "client";
|
|
54
54
|
Object.setPrototypeOf(this, ElasticBeanstalkServiceException.prototype);
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
export class ManagedActionInvalidStateException extends __BaseException {
|
|
58
|
+
name = "ManagedActionInvalidStateException";
|
|
59
|
+
$fault = "client";
|
|
58
60
|
constructor(opts) {
|
|
59
61
|
super({
|
|
60
62
|
name: "ManagedActionInvalidStateException",
|
|
61
63
|
$fault: "client",
|
|
62
64
|
...opts,
|
|
63
65
|
});
|
|
64
|
-
this.name = "ManagedActionInvalidStateException";
|
|
65
|
-
this.$fault = "client";
|
|
66
66
|
Object.setPrototypeOf(this, ManagedActionInvalidStateException.prototype);
|
|
67
67
|
}
|
|
68
68
|
}
|
|
@@ -94,38 +94,38 @@ export const EnvironmentStatus = {
|
|
|
94
94
|
Updating: "Updating",
|
|
95
95
|
};
|
|
96
96
|
export class TooManyEnvironmentsException extends __BaseException {
|
|
97
|
+
name = "TooManyEnvironmentsException";
|
|
98
|
+
$fault = "client";
|
|
97
99
|
constructor(opts) {
|
|
98
100
|
super({
|
|
99
101
|
name: "TooManyEnvironmentsException",
|
|
100
102
|
$fault: "client",
|
|
101
103
|
...opts,
|
|
102
104
|
});
|
|
103
|
-
this.name = "TooManyEnvironmentsException";
|
|
104
|
-
this.$fault = "client";
|
|
105
105
|
Object.setPrototypeOf(this, TooManyEnvironmentsException.prototype);
|
|
106
106
|
}
|
|
107
107
|
}
|
|
108
108
|
export class TooManyApplicationsException extends __BaseException {
|
|
109
|
+
name = "TooManyApplicationsException";
|
|
110
|
+
$fault = "client";
|
|
109
111
|
constructor(opts) {
|
|
110
112
|
super({
|
|
111
113
|
name: "TooManyApplicationsException",
|
|
112
114
|
$fault: "client",
|
|
113
115
|
...opts,
|
|
114
116
|
});
|
|
115
|
-
this.name = "TooManyApplicationsException";
|
|
116
|
-
this.$fault = "client";
|
|
117
117
|
Object.setPrototypeOf(this, TooManyApplicationsException.prototype);
|
|
118
118
|
}
|
|
119
119
|
}
|
|
120
120
|
export class CodeBuildNotInServiceRegionException extends __BaseException {
|
|
121
|
+
name = "CodeBuildNotInServiceRegionException";
|
|
122
|
+
$fault = "client";
|
|
121
123
|
constructor(opts) {
|
|
122
124
|
super({
|
|
123
125
|
name: "CodeBuildNotInServiceRegionException",
|
|
124
126
|
$fault: "client",
|
|
125
127
|
...opts,
|
|
126
128
|
});
|
|
127
|
-
this.name = "CodeBuildNotInServiceRegionException";
|
|
128
|
-
this.$fault = "client";
|
|
129
129
|
Object.setPrototypeOf(this, CodeBuildNotInServiceRegionException.prototype);
|
|
130
130
|
}
|
|
131
131
|
}
|
|
@@ -135,26 +135,26 @@ export const ComputeType = {
|
|
|
135
135
|
BUILD_GENERAL1_SMALL: "BUILD_GENERAL1_SMALL",
|
|
136
136
|
};
|
|
137
137
|
export class S3LocationNotInServiceRegionException extends __BaseException {
|
|
138
|
+
name = "S3LocationNotInServiceRegionException";
|
|
139
|
+
$fault = "client";
|
|
138
140
|
constructor(opts) {
|
|
139
141
|
super({
|
|
140
142
|
name: "S3LocationNotInServiceRegionException",
|
|
141
143
|
$fault: "client",
|
|
142
144
|
...opts,
|
|
143
145
|
});
|
|
144
|
-
this.name = "S3LocationNotInServiceRegionException";
|
|
145
|
-
this.$fault = "client";
|
|
146
146
|
Object.setPrototypeOf(this, S3LocationNotInServiceRegionException.prototype);
|
|
147
147
|
}
|
|
148
148
|
}
|
|
149
149
|
export class TooManyApplicationVersionsException extends __BaseException {
|
|
150
|
+
name = "TooManyApplicationVersionsException";
|
|
151
|
+
$fault = "client";
|
|
150
152
|
constructor(opts) {
|
|
151
153
|
super({
|
|
152
154
|
name: "TooManyApplicationVersionsException",
|
|
153
155
|
$fault: "client",
|
|
154
156
|
...opts,
|
|
155
157
|
});
|
|
156
|
-
this.name = "TooManyApplicationVersionsException";
|
|
157
|
-
this.$fault = "client";
|
|
158
158
|
Object.setPrototypeOf(this, TooManyApplicationVersionsException.prototype);
|
|
159
159
|
}
|
|
160
160
|
}
|
|
@@ -164,26 +164,26 @@ export const ConfigurationDeploymentStatus = {
|
|
|
164
164
|
pending: "pending",
|
|
165
165
|
};
|
|
166
166
|
export class TooManyBucketsException extends __BaseException {
|
|
167
|
+
name = "TooManyBucketsException";
|
|
168
|
+
$fault = "client";
|
|
167
169
|
constructor(opts) {
|
|
168
170
|
super({
|
|
169
171
|
name: "TooManyBucketsException",
|
|
170
172
|
$fault: "client",
|
|
171
173
|
...opts,
|
|
172
174
|
});
|
|
173
|
-
this.name = "TooManyBucketsException";
|
|
174
|
-
this.$fault = "client";
|
|
175
175
|
Object.setPrototypeOf(this, TooManyBucketsException.prototype);
|
|
176
176
|
}
|
|
177
177
|
}
|
|
178
178
|
export class TooManyConfigurationTemplatesException extends __BaseException {
|
|
179
|
+
name = "TooManyConfigurationTemplatesException";
|
|
180
|
+
$fault = "client";
|
|
179
181
|
constructor(opts) {
|
|
180
182
|
super({
|
|
181
183
|
name: "TooManyConfigurationTemplatesException",
|
|
182
184
|
$fault: "client",
|
|
183
185
|
...opts,
|
|
184
186
|
});
|
|
185
|
-
this.name = "TooManyConfigurationTemplatesException";
|
|
186
|
-
this.$fault = "client";
|
|
187
187
|
Object.setPrototypeOf(this, TooManyConfigurationTemplatesException.prototype);
|
|
188
188
|
}
|
|
189
189
|
}
|
|
@@ -195,62 +195,62 @@ export const PlatformStatus = {
|
|
|
195
195
|
Ready: "Ready",
|
|
196
196
|
};
|
|
197
197
|
export class TooManyPlatformsException extends __BaseException {
|
|
198
|
+
name = "TooManyPlatformsException";
|
|
199
|
+
$fault = "client";
|
|
198
200
|
constructor(opts) {
|
|
199
201
|
super({
|
|
200
202
|
name: "TooManyPlatformsException",
|
|
201
203
|
$fault: "client",
|
|
202
204
|
...opts,
|
|
203
205
|
});
|
|
204
|
-
this.name = "TooManyPlatformsException";
|
|
205
|
-
this.$fault = "client";
|
|
206
206
|
Object.setPrototypeOf(this, TooManyPlatformsException.prototype);
|
|
207
207
|
}
|
|
208
208
|
}
|
|
209
209
|
export class S3SubscriptionRequiredException extends __BaseException {
|
|
210
|
+
name = "S3SubscriptionRequiredException";
|
|
211
|
+
$fault = "client";
|
|
210
212
|
constructor(opts) {
|
|
211
213
|
super({
|
|
212
214
|
name: "S3SubscriptionRequiredException",
|
|
213
215
|
$fault: "client",
|
|
214
216
|
...opts,
|
|
215
217
|
});
|
|
216
|
-
this.name = "S3SubscriptionRequiredException";
|
|
217
|
-
this.$fault = "client";
|
|
218
218
|
Object.setPrototypeOf(this, S3SubscriptionRequiredException.prototype);
|
|
219
219
|
}
|
|
220
220
|
}
|
|
221
221
|
export class OperationInProgressException extends __BaseException {
|
|
222
|
+
name = "OperationInProgressException";
|
|
223
|
+
$fault = "client";
|
|
222
224
|
constructor(opts) {
|
|
223
225
|
super({
|
|
224
226
|
name: "OperationInProgressException",
|
|
225
227
|
$fault: "client",
|
|
226
228
|
...opts,
|
|
227
229
|
});
|
|
228
|
-
this.name = "OperationInProgressException";
|
|
229
|
-
this.$fault = "client";
|
|
230
230
|
Object.setPrototypeOf(this, OperationInProgressException.prototype);
|
|
231
231
|
}
|
|
232
232
|
}
|
|
233
233
|
export class SourceBundleDeletionException extends __BaseException {
|
|
234
|
+
name = "SourceBundleDeletionException";
|
|
235
|
+
$fault = "client";
|
|
234
236
|
constructor(opts) {
|
|
235
237
|
super({
|
|
236
238
|
name: "SourceBundleDeletionException",
|
|
237
239
|
$fault: "client",
|
|
238
240
|
...opts,
|
|
239
241
|
});
|
|
240
|
-
this.name = "SourceBundleDeletionException";
|
|
241
|
-
this.$fault = "client";
|
|
242
242
|
Object.setPrototypeOf(this, SourceBundleDeletionException.prototype);
|
|
243
243
|
}
|
|
244
244
|
}
|
|
245
245
|
export class PlatformVersionStillReferencedException extends __BaseException {
|
|
246
|
+
name = "PlatformVersionStillReferencedException";
|
|
247
|
+
$fault = "client";
|
|
246
248
|
constructor(opts) {
|
|
247
249
|
super({
|
|
248
250
|
name: "PlatformVersionStillReferencedException",
|
|
249
251
|
$fault: "client",
|
|
250
252
|
...opts,
|
|
251
253
|
});
|
|
252
|
-
this.name = "PlatformVersionStillReferencedException";
|
|
253
|
-
this.$fault = "client";
|
|
254
254
|
Object.setPrototypeOf(this, PlatformVersionStillReferencedException.prototype);
|
|
255
255
|
}
|
|
256
256
|
}
|
|
@@ -269,14 +269,14 @@ export const EnvironmentHealthAttribute = {
|
|
|
269
269
|
Status: "Status",
|
|
270
270
|
};
|
|
271
271
|
export class InvalidRequestException extends __BaseException {
|
|
272
|
+
name = "InvalidRequestException";
|
|
273
|
+
$fault = "client";
|
|
272
274
|
constructor(opts) {
|
|
273
275
|
super({
|
|
274
276
|
name: "InvalidRequestException",
|
|
275
277
|
$fault: "client",
|
|
276
278
|
...opts,
|
|
277
279
|
});
|
|
278
|
-
this.name = "InvalidRequestException";
|
|
279
|
-
this.$fault = "client";
|
|
280
280
|
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
281
281
|
}
|
|
282
282
|
}
|
|
@@ -311,26 +311,26 @@ export const InstancesHealthAttribute = {
|
|
|
311
311
|
System: "System",
|
|
312
312
|
};
|
|
313
313
|
export class ResourceNotFoundException extends __BaseException {
|
|
314
|
+
name = "ResourceNotFoundException";
|
|
315
|
+
$fault = "client";
|
|
314
316
|
constructor(opts) {
|
|
315
317
|
super({
|
|
316
318
|
name: "ResourceNotFoundException",
|
|
317
319
|
$fault: "client",
|
|
318
320
|
...opts,
|
|
319
321
|
});
|
|
320
|
-
this.name = "ResourceNotFoundException";
|
|
321
|
-
this.$fault = "client";
|
|
322
322
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
323
323
|
}
|
|
324
324
|
}
|
|
325
325
|
export class ResourceTypeNotSupportedException extends __BaseException {
|
|
326
|
+
name = "ResourceTypeNotSupportedException";
|
|
327
|
+
$fault = "client";
|
|
326
328
|
constructor(opts) {
|
|
327
329
|
super({
|
|
328
330
|
name: "ResourceTypeNotSupportedException",
|
|
329
331
|
$fault: "client",
|
|
330
332
|
...opts,
|
|
331
333
|
});
|
|
332
|
-
this.name = "ResourceTypeNotSupportedException";
|
|
333
|
-
this.$fault = "client";
|
|
334
334
|
Object.setPrototypeOf(this, ResourceTypeNotSupportedException.prototype);
|
|
335
335
|
}
|
|
336
336
|
}
|
|
@@ -339,14 +339,14 @@ export const EnvironmentInfoType = {
|
|
|
339
339
|
tail: "tail",
|
|
340
340
|
};
|
|
341
341
|
export class TooManyTagsException extends __BaseException {
|
|
342
|
+
name = "TooManyTagsException";
|
|
343
|
+
$fault = "client";
|
|
342
344
|
constructor(opts) {
|
|
343
345
|
super({
|
|
344
346
|
name: "TooManyTagsException",
|
|
345
347
|
$fault: "client",
|
|
346
348
|
...opts,
|
|
347
349
|
});
|
|
348
|
-
this.name = "TooManyTagsException";
|
|
349
|
-
this.$fault = "client";
|
|
350
350
|
Object.setPrototypeOf(this, TooManyTagsException.prototype);
|
|
351
351
|
}
|
|
352
352
|
}
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: ElasticBeanstalkClientConfig) =>
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: ElasticBeanstalkClientConfig) =>
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity
|
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<string>;
|
|
@@ -22,7 +22,7 @@ export declare const getRuntimeConfig: (config: ElasticBeanstalkClientConfig) =>
|
|
|
22
22
|
region: string | import("@smithy/types").Provider<any>;
|
|
23
23
|
profile?: string | undefined;
|
|
24
24
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
25
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
25
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
26
26
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: ElasticBeanstalkClientConfig) =>
|
|
|
31
31
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
32
32
|
userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
|
|
33
33
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
34
|
-
endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
|
|
34
|
+
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
35
35
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
36
36
|
logger?: import("@smithy/types").Logger | undefined;
|
|
37
37
|
}) => import("@smithy/types").EndpointV2;
|
|
@@ -8,9 +8,11 @@ export declare const getRuntimeConfig: (
|
|
|
8
8
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
9
9
|
>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
|
-
credentialDefaultProvider:
|
|
12
|
-
input: any
|
|
13
|
-
|
|
11
|
+
credentialDefaultProvider:
|
|
12
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
13
|
+
| ((
|
|
14
|
+
_: unknown
|
|
15
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
14
16
|
defaultUserAgentProvider: (
|
|
15
17
|
config?:
|
|
16
18
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
@@ -8,13 +8,15 @@ export declare const getRuntimeConfig: (
|
|
|
8
8
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
9
9
|
>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
|
-
credentialDefaultProvider:
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
credentialDefaultProvider:
|
|
12
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
13
|
+
| ((
|
|
14
|
+
init?:
|
|
15
|
+
| import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
16
|
+
| undefined
|
|
17
|
+
) => import("@smithy/types").MemoizedProvider<
|
|
18
|
+
import("@smithy/types").AwsCredentialIdentity
|
|
19
|
+
>);
|
|
18
20
|
defaultUserAgentProvider: (
|
|
19
21
|
config?:
|
|
20
22
|
| import("@aws-sdk/util-user-agent-node").PreviouslyResolved
|
|
@@ -30,9 +30,11 @@ export declare const getRuntimeConfig: (
|
|
|
30
30
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
31
31
|
| undefined
|
|
32
32
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
33
|
-
credentialDefaultProvider:
|
|
34
|
-
input: any
|
|
35
|
-
|
|
33
|
+
credentialDefaultProvider:
|
|
34
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
35
|
+
| ((
|
|
36
|
+
_: unknown
|
|
37
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
36
38
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
37
39
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
38
40
|
logger: import("@smithy/types").Logger;
|
|
@@ -52,11 +54,21 @@ export declare const getRuntimeConfig: (
|
|
|
52
54
|
| import("@smithy/types").RetryStrategyV2
|
|
53
55
|
| undefined;
|
|
54
56
|
endpoint?:
|
|
55
|
-
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
57
|
+
| ((
|
|
58
|
+
| string
|
|
59
|
+
| import("@smithy/types").Endpoint
|
|
60
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
61
|
+
| import("@smithy/types").EndpointV2
|
|
62
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
63
|
+
) &
|
|
64
|
+
(
|
|
65
|
+
| string
|
|
66
|
+
| import("@smithy/types").Provider<string>
|
|
67
|
+
| import("@smithy/types").Endpoint
|
|
68
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
69
|
+
| import("@smithy/types").EndpointV2
|
|
70
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
71
|
+
))
|
|
60
72
|
| undefined;
|
|
61
73
|
endpointProvider: (
|
|
62
74
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
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.723.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,57 +20,57 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^
|
|
37
|
-
"@smithy/core": "^
|
|
38
|
-
"@smithy/fetch-http-handler": "^
|
|
39
|
-
"@smithy/hash-node": "^
|
|
40
|
-
"@smithy/invalid-dependency": "^
|
|
41
|
-
"@smithy/middleware-content-length": "^
|
|
42
|
-
"@smithy/middleware-endpoint": "^
|
|
43
|
-
"@smithy/middleware-retry": "^
|
|
44
|
-
"@smithy/middleware-serde": "^
|
|
45
|
-
"@smithy/middleware-stack": "^
|
|
46
|
-
"@smithy/node-config-provider": "^
|
|
47
|
-
"@smithy/node-http-handler": "^
|
|
48
|
-
"@smithy/protocol-http": "^
|
|
49
|
-
"@smithy/smithy-client": "^
|
|
50
|
-
"@smithy/types": "^
|
|
51
|
-
"@smithy/url-parser": "^
|
|
52
|
-
"@smithy/util-base64": "^
|
|
53
|
-
"@smithy/util-body-length-browser": "^
|
|
54
|
-
"@smithy/util-body-length-node": "^
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^
|
|
57
|
-
"@smithy/util-endpoints": "^
|
|
58
|
-
"@smithy/util-middleware": "^
|
|
59
|
-
"@smithy/util-retry": "^
|
|
60
|
-
"@smithy/util-utf8": "^
|
|
61
|
-
"@smithy/util-waiter": "^
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.723.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.723.0",
|
|
25
|
+
"@aws-sdk/core": "3.723.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.723.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.723.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.723.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.723.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.723.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.723.0",
|
|
32
|
+
"@aws-sdk/types": "3.723.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.723.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.723.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.723.0",
|
|
36
|
+
"@smithy/config-resolver": "^4.0.0",
|
|
37
|
+
"@smithy/core": "^3.0.0",
|
|
38
|
+
"@smithy/fetch-http-handler": "^5.0.0",
|
|
39
|
+
"@smithy/hash-node": "^4.0.0",
|
|
40
|
+
"@smithy/invalid-dependency": "^4.0.0",
|
|
41
|
+
"@smithy/middleware-content-length": "^4.0.0",
|
|
42
|
+
"@smithy/middleware-endpoint": "^4.0.0",
|
|
43
|
+
"@smithy/middleware-retry": "^4.0.0",
|
|
44
|
+
"@smithy/middleware-serde": "^4.0.0",
|
|
45
|
+
"@smithy/middleware-stack": "^4.0.0",
|
|
46
|
+
"@smithy/node-config-provider": "^4.0.0",
|
|
47
|
+
"@smithy/node-http-handler": "^4.0.0",
|
|
48
|
+
"@smithy/protocol-http": "^5.0.0",
|
|
49
|
+
"@smithy/smithy-client": "^4.0.0",
|
|
50
|
+
"@smithy/types": "^4.0.0",
|
|
51
|
+
"@smithy/url-parser": "^4.0.0",
|
|
52
|
+
"@smithy/util-base64": "^4.0.0",
|
|
53
|
+
"@smithy/util-body-length-browser": "^4.0.0",
|
|
54
|
+
"@smithy/util-body-length-node": "^4.0.0",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.0.0",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.0.0",
|
|
57
|
+
"@smithy/util-endpoints": "^3.0.0",
|
|
58
|
+
"@smithy/util-middleware": "^4.0.0",
|
|
59
|
+
"@smithy/util-retry": "^4.0.0",
|
|
60
|
+
"@smithy/util-utf8": "^4.0.0",
|
|
61
|
+
"@smithy/util-waiter": "^4.0.0",
|
|
62
62
|
"tslib": "^2.6.2"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@tsconfig/
|
|
66
|
-
"@types/node": "^
|
|
65
|
+
"@tsconfig/node18": "18.2.4",
|
|
66
|
+
"@types/node": "^18.19.69",
|
|
67
67
|
"concurrently": "7.0.0",
|
|
68
68
|
"downlevel-dts": "0.10.1",
|
|
69
69
|
"rimraf": "3.0.2",
|
|
70
|
-
"typescript": "~
|
|
70
|
+
"typescript": "~5.2.2"
|
|
71
71
|
},
|
|
72
72
|
"engines": {
|
|
73
|
-
"node": ">=
|
|
73
|
+
"node": ">=18.0.0"
|
|
74
74
|
},
|
|
75
75
|
"typesVersions": {
|
|
76
76
|
"<4.0": {
|