@aws-sdk/client-elastic-load-balancing 3.43.0 → 3.47.1
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 +48 -0
- package/dist-cjs/endpoints.js +1 -24
- package/dist-cjs/models/models_0.js +2 -135
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/endpoints.js +1 -24
- package/dist-es/models/models_0.js +0 -88
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/ElasticLoadBalancingClient.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +0 -132
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/ElasticLoadBalancingClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -88
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +40 -47
|
@@ -20,10 +20,6 @@ export interface AccessPointNotFoundException extends __SmithyException, $Metada
|
|
|
20
20
|
$fault: "client";
|
|
21
21
|
Message?: string;
|
|
22
22
|
}
|
|
23
|
-
export declare namespace AccessPointNotFoundException {
|
|
24
|
-
|
|
25
|
-
const filterSensitiveLog: (obj: AccessPointNotFoundException) => any;
|
|
26
|
-
}
|
|
27
23
|
|
|
28
24
|
export interface AddAvailabilityZonesInput {
|
|
29
25
|
|
|
@@ -90,20 +86,12 @@ export interface DuplicateTagKeysException extends __SmithyException, $MetadataB
|
|
|
90
86
|
$fault: "client";
|
|
91
87
|
Message?: string;
|
|
92
88
|
}
|
|
93
|
-
export declare namespace DuplicateTagKeysException {
|
|
94
|
-
|
|
95
|
-
const filterSensitiveLog: (obj: DuplicateTagKeysException) => any;
|
|
96
|
-
}
|
|
97
89
|
|
|
98
90
|
export interface TooManyTagsException extends __SmithyException, $MetadataBearer {
|
|
99
91
|
name: "TooManyTagsException";
|
|
100
92
|
$fault: "client";
|
|
101
93
|
Message?: string;
|
|
102
94
|
}
|
|
103
|
-
export declare namespace TooManyTagsException {
|
|
104
|
-
|
|
105
|
-
const filterSensitiveLog: (obj: TooManyTagsException) => any;
|
|
106
|
-
}
|
|
107
95
|
|
|
108
96
|
export interface AppCookieStickinessPolicy {
|
|
109
97
|
|
|
@@ -141,20 +129,12 @@ export interface InvalidConfigurationRequestException extends __SmithyException,
|
|
|
141
129
|
$fault: "client";
|
|
142
130
|
Message?: string;
|
|
143
131
|
}
|
|
144
|
-
export declare namespace InvalidConfigurationRequestException {
|
|
145
|
-
|
|
146
|
-
const filterSensitiveLog: (obj: InvalidConfigurationRequestException) => any;
|
|
147
|
-
}
|
|
148
132
|
|
|
149
133
|
export interface InvalidSecurityGroupException extends __SmithyException, $MetadataBearer {
|
|
150
134
|
name: "InvalidSecurityGroupException";
|
|
151
135
|
$fault: "client";
|
|
152
136
|
Message?: string;
|
|
153
137
|
}
|
|
154
|
-
export declare namespace InvalidSecurityGroupException {
|
|
155
|
-
|
|
156
|
-
const filterSensitiveLog: (obj: InvalidSecurityGroupException) => any;
|
|
157
|
-
}
|
|
158
138
|
|
|
159
139
|
export interface AttachLoadBalancerToSubnetsInput {
|
|
160
140
|
|
|
@@ -181,20 +161,12 @@ export interface InvalidSubnetException extends __SmithyException, $MetadataBear
|
|
|
181
161
|
$fault: "client";
|
|
182
162
|
Message?: string;
|
|
183
163
|
}
|
|
184
|
-
export declare namespace InvalidSubnetException {
|
|
185
|
-
|
|
186
|
-
const filterSensitiveLog: (obj: InvalidSubnetException) => any;
|
|
187
|
-
}
|
|
188
164
|
|
|
189
165
|
export interface SubnetNotFoundException extends __SmithyException, $MetadataBearer {
|
|
190
166
|
name: "SubnetNotFoundException";
|
|
191
167
|
$fault: "client";
|
|
192
168
|
Message?: string;
|
|
193
169
|
}
|
|
194
|
-
export declare namespace SubnetNotFoundException {
|
|
195
|
-
|
|
196
|
-
const filterSensitiveLog: (obj: SubnetNotFoundException) => any;
|
|
197
|
-
}
|
|
198
170
|
|
|
199
171
|
export interface BackendServerDescription {
|
|
200
172
|
|
|
@@ -212,10 +184,6 @@ export interface CertificateNotFoundException extends __SmithyException, $Metada
|
|
|
212
184
|
$fault: "client";
|
|
213
185
|
Message?: string;
|
|
214
186
|
}
|
|
215
|
-
export declare namespace CertificateNotFoundException {
|
|
216
|
-
|
|
217
|
-
const filterSensitiveLog: (obj: CertificateNotFoundException) => any;
|
|
218
|
-
}
|
|
219
187
|
|
|
220
188
|
export interface HealthCheck {
|
|
221
189
|
|
|
@@ -346,20 +314,12 @@ export interface DuplicatePolicyNameException extends __SmithyException, $Metada
|
|
|
346
314
|
$fault: "client";
|
|
347
315
|
Message?: string;
|
|
348
316
|
}
|
|
349
|
-
export declare namespace DuplicatePolicyNameException {
|
|
350
|
-
|
|
351
|
-
const filterSensitiveLog: (obj: DuplicatePolicyNameException) => any;
|
|
352
|
-
}
|
|
353
317
|
|
|
354
318
|
export interface TooManyPoliciesException extends __SmithyException, $MetadataBearer {
|
|
355
319
|
name: "TooManyPoliciesException";
|
|
356
320
|
$fault: "client";
|
|
357
321
|
Message?: string;
|
|
358
322
|
}
|
|
359
|
-
export declare namespace TooManyPoliciesException {
|
|
360
|
-
|
|
361
|
-
const filterSensitiveLog: (obj: TooManyPoliciesException) => any;
|
|
362
|
-
}
|
|
363
323
|
|
|
364
324
|
export interface CreateLBCookieStickinessPolicyInput {
|
|
365
325
|
|
|
@@ -386,50 +346,30 @@ export interface DuplicateAccessPointNameException extends __SmithyException, $M
|
|
|
386
346
|
$fault: "client";
|
|
387
347
|
Message?: string;
|
|
388
348
|
}
|
|
389
|
-
export declare namespace DuplicateAccessPointNameException {
|
|
390
|
-
|
|
391
|
-
const filterSensitiveLog: (obj: DuplicateAccessPointNameException) => any;
|
|
392
|
-
}
|
|
393
349
|
|
|
394
350
|
export interface InvalidSchemeException extends __SmithyException, $MetadataBearer {
|
|
395
351
|
name: "InvalidSchemeException";
|
|
396
352
|
$fault: "client";
|
|
397
353
|
Message?: string;
|
|
398
354
|
}
|
|
399
|
-
export declare namespace InvalidSchemeException {
|
|
400
|
-
|
|
401
|
-
const filterSensitiveLog: (obj: InvalidSchemeException) => any;
|
|
402
|
-
}
|
|
403
355
|
|
|
404
356
|
export interface OperationNotPermittedException extends __SmithyException, $MetadataBearer {
|
|
405
357
|
name: "OperationNotPermittedException";
|
|
406
358
|
$fault: "client";
|
|
407
359
|
Message?: string;
|
|
408
360
|
}
|
|
409
|
-
export declare namespace OperationNotPermittedException {
|
|
410
|
-
|
|
411
|
-
const filterSensitiveLog: (obj: OperationNotPermittedException) => any;
|
|
412
|
-
}
|
|
413
361
|
|
|
414
362
|
export interface TooManyAccessPointsException extends __SmithyException, $MetadataBearer {
|
|
415
363
|
name: "TooManyAccessPointsException";
|
|
416
364
|
$fault: "client";
|
|
417
365
|
Message?: string;
|
|
418
366
|
}
|
|
419
|
-
export declare namespace TooManyAccessPointsException {
|
|
420
|
-
|
|
421
|
-
const filterSensitiveLog: (obj: TooManyAccessPointsException) => any;
|
|
422
|
-
}
|
|
423
367
|
|
|
424
368
|
export interface UnsupportedProtocolException extends __SmithyException, $MetadataBearer {
|
|
425
369
|
name: "UnsupportedProtocolException";
|
|
426
370
|
$fault: "client";
|
|
427
371
|
Message?: string;
|
|
428
372
|
}
|
|
429
|
-
export declare namespace UnsupportedProtocolException {
|
|
430
|
-
|
|
431
|
-
const filterSensitiveLog: (obj: UnsupportedProtocolException) => any;
|
|
432
|
-
}
|
|
433
373
|
|
|
434
374
|
export interface CreateLoadBalancerListenerInput {
|
|
435
375
|
|
|
@@ -454,10 +394,6 @@ export interface DuplicateListenerException extends __SmithyException, $Metadata
|
|
|
454
394
|
$fault: "client";
|
|
455
395
|
Message?: string;
|
|
456
396
|
}
|
|
457
|
-
export declare namespace DuplicateListenerException {
|
|
458
|
-
|
|
459
|
-
const filterSensitiveLog: (obj: DuplicateListenerException) => any;
|
|
460
|
-
}
|
|
461
397
|
|
|
462
398
|
export interface PolicyAttribute {
|
|
463
399
|
|
|
@@ -497,10 +433,6 @@ export interface PolicyTypeNotFoundException extends __SmithyException, $Metadat
|
|
|
497
433
|
$fault: "client";
|
|
498
434
|
Message?: string;
|
|
499
435
|
}
|
|
500
|
-
export declare namespace PolicyTypeNotFoundException {
|
|
501
|
-
|
|
502
|
-
const filterSensitiveLog: (obj: PolicyTypeNotFoundException) => any;
|
|
503
|
-
}
|
|
504
436
|
|
|
505
437
|
export interface CrossZoneLoadBalancing {
|
|
506
438
|
|
|
@@ -568,10 +500,6 @@ export interface DependencyThrottleException extends __SmithyException, $Metadat
|
|
|
568
500
|
$fault: "client";
|
|
569
501
|
Message?: string;
|
|
570
502
|
}
|
|
571
|
-
export declare namespace DependencyThrottleException {
|
|
572
|
-
|
|
573
|
-
const filterSensitiveLog: (obj: DependencyThrottleException) => any;
|
|
574
|
-
}
|
|
575
503
|
|
|
576
504
|
export interface Instance {
|
|
577
505
|
|
|
@@ -607,10 +535,6 @@ export interface InvalidEndPointException extends __SmithyException, $MetadataBe
|
|
|
607
535
|
$fault: "client";
|
|
608
536
|
Message?: string;
|
|
609
537
|
}
|
|
610
|
-
export declare namespace InvalidEndPointException {
|
|
611
|
-
|
|
612
|
-
const filterSensitiveLog: (obj: InvalidEndPointException) => any;
|
|
613
|
-
}
|
|
614
538
|
|
|
615
539
|
export interface DescribeAccessPointsInput {
|
|
616
540
|
|
|
@@ -827,10 +751,6 @@ export interface LoadBalancerAttributeNotFoundException extends __SmithyExceptio
|
|
|
827
751
|
$fault: "client";
|
|
828
752
|
Message?: string;
|
|
829
753
|
}
|
|
830
|
-
export declare namespace LoadBalancerAttributeNotFoundException {
|
|
831
|
-
|
|
832
|
-
const filterSensitiveLog: (obj: LoadBalancerAttributeNotFoundException) => any;
|
|
833
|
-
}
|
|
834
754
|
|
|
835
755
|
export interface DescribeLoadBalancerPoliciesInput {
|
|
836
756
|
|
|
@@ -881,10 +801,6 @@ export interface PolicyNotFoundException extends __SmithyException, $MetadataBea
|
|
|
881
801
|
$fault: "client";
|
|
882
802
|
Message?: string;
|
|
883
803
|
}
|
|
884
|
-
export declare namespace PolicyNotFoundException {
|
|
885
|
-
|
|
886
|
-
const filterSensitiveLog: (obj: PolicyNotFoundException) => any;
|
|
887
|
-
}
|
|
888
804
|
|
|
889
805
|
export interface DescribeLoadBalancerPolicyTypesInput {
|
|
890
806
|
|
|
@@ -1077,10 +993,6 @@ export interface ListenerNotFoundException extends __SmithyException, $MetadataB
|
|
|
1077
993
|
$fault: "client";
|
|
1078
994
|
Message?: string;
|
|
1079
995
|
}
|
|
1080
|
-
export declare namespace ListenerNotFoundException {
|
|
1081
|
-
|
|
1082
|
-
const filterSensitiveLog: (obj: ListenerNotFoundException) => any;
|
|
1083
|
-
}
|
|
1084
996
|
|
|
1085
997
|
export interface SetLoadBalancerListenerSSLCertificateInput {
|
|
1086
998
|
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { ElasticLoadBalancingClientConfig } from "./ElasticLoadBalancingClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: ElasticLoadBalancingClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
@@ -10,7 +11,7 @@ export declare const getRuntimeConfig: (config: ElasticLoadBalancingClientConfig
|
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { ElasticLoadBalancingClientConfig } from "./ElasticLoadBalancingClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: ElasticLoadBalancingClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
9
|
-
credentialDefaultProvider: import("@aws-sdk/
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -23,6 +23,7 @@ export declare const getRuntimeConfig: (config: ElasticLoadBalancingClientConfig
|
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
24
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
25
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
26
27
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
27
28
|
tls?: boolean | undefined;
|
|
28
29
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
package/package.json
CHANGED
|
@@ -1,18 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-elastic-load-balancing",
|
|
3
3
|
"description": "AWS SDK for JavaScript Elastic Load Balancing Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.47.1",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"build": "yarn
|
|
7
|
-
"build:cjs": "tsc -p tsconfig.json",
|
|
8
|
-
"build:docs": "
|
|
6
|
+
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
|
+
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
8
|
+
"build:docs": "typedoc",
|
|
9
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
11
|
-
"
|
|
12
|
-
"clean
|
|
13
|
-
"clean:docs": "rimraf ./docs",
|
|
14
|
-
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
|
|
15
|
-
"test": "exit 0"
|
|
11
|
+
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
+
"clean": "rimraf ./dist-*"
|
|
16
13
|
},
|
|
17
14
|
"main": "./dist-cjs/index.js",
|
|
18
15
|
"types": "./dist-types/index.d.ts",
|
|
@@ -21,51 +18,47 @@
|
|
|
21
18
|
"dependencies": {
|
|
22
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
44
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
45
|
-
"@aws-sdk/util-base64-node": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-
|
|
49
|
-
"@aws-sdk/util-
|
|
50
|
-
"@aws-sdk/util-
|
|
51
|
-
"@aws-sdk/util-
|
|
52
|
-
"@aws-sdk/util-
|
|
21
|
+
"@aws-sdk/client-sts": "3.47.1",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.47.1",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.47.1",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.47.1",
|
|
25
|
+
"@aws-sdk/hash-node": "3.47.1",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.47.1",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.47.1",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.47.1",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.47.1",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.47.1",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.47.1",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.47.1",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.47.1",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.47.1",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.47.1",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.47.1",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.47.1",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.47.1",
|
|
39
|
+
"@aws-sdk/types": "3.47.1",
|
|
40
|
+
"@aws-sdk/url-parser": "3.47.1",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.47.1",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.47.1",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.47.1",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.47.1",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.47.1",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.47.1",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.47.1",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.47.1",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.47.1",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.47.1",
|
|
51
|
+
"@aws-sdk/util-waiter": "3.47.1",
|
|
53
52
|
"entities": "2.2.0",
|
|
54
53
|
"fast-xml-parser": "3.19.0",
|
|
55
54
|
"tslib": "^2.3.0"
|
|
56
55
|
},
|
|
57
56
|
"devDependencies": {
|
|
58
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
59
|
-
"@types/node": "^12.7.5"
|
|
60
|
-
"downlevel-dts": "0.7.0",
|
|
61
|
-
"jest": "^26.1.0",
|
|
62
|
-
"rimraf": "^3.0.0",
|
|
63
|
-
"ts-jest": "^26.4.1",
|
|
64
|
-
"typedoc": "^0.19.2",
|
|
65
|
-
"typescript": "~4.3.5"
|
|
57
|
+
"@aws-sdk/service-client-documentation-generator": "3.47.1",
|
|
58
|
+
"@types/node": "^12.7.5"
|
|
66
59
|
},
|
|
67
60
|
"engines": {
|
|
68
|
-
"node": ">=
|
|
61
|
+
"node": ">=12.0.0"
|
|
69
62
|
},
|
|
70
63
|
"typesVersions": {
|
|
71
64
|
"<4.0": {
|