@aws-sdk/client-elastic-load-balancing-v2 3.46.0 → 3.47.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 +12 -0
- package/dist-cjs/endpoints.js +0 -24
- package/dist-cjs/models/models_0.js +3 -226
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +10 -2
- package/dist-es/endpoints.js +0 -24
- package/dist-es/models/models_0.js +0 -148
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -4
- package/dist-types/ElasticLoadBalancingV2Client.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +0 -222
- 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/ElasticLoadBalancingV2Client.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -124
- 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 +35 -35
|
@@ -201,30 +201,18 @@ export interface CertificateNotFoundException extends __SmithyException, $Metada
|
|
|
201
201
|
$fault: "client";
|
|
202
202
|
Message?: string;
|
|
203
203
|
}
|
|
204
|
-
export declare namespace CertificateNotFoundException {
|
|
205
|
-
|
|
206
|
-
const filterSensitiveLog: (obj: CertificateNotFoundException) => any;
|
|
207
|
-
}
|
|
208
204
|
|
|
209
205
|
export interface ListenerNotFoundException extends __SmithyException, $MetadataBearer {
|
|
210
206
|
name: "ListenerNotFoundException";
|
|
211
207
|
$fault: "client";
|
|
212
208
|
Message?: string;
|
|
213
209
|
}
|
|
214
|
-
export declare namespace ListenerNotFoundException {
|
|
215
|
-
|
|
216
|
-
const filterSensitiveLog: (obj: ListenerNotFoundException) => any;
|
|
217
|
-
}
|
|
218
210
|
|
|
219
211
|
export interface TooManyCertificatesException extends __SmithyException, $MetadataBearer {
|
|
220
212
|
name: "TooManyCertificatesException";
|
|
221
213
|
$fault: "client";
|
|
222
214
|
Message?: string;
|
|
223
215
|
}
|
|
224
|
-
export declare namespace TooManyCertificatesException {
|
|
225
|
-
|
|
226
|
-
const filterSensitiveLog: (obj: TooManyCertificatesException) => any;
|
|
227
|
-
}
|
|
228
216
|
|
|
229
217
|
export interface Tag {
|
|
230
218
|
|
|
@@ -258,70 +246,42 @@ export interface DuplicateTagKeysException extends __SmithyException, $MetadataB
|
|
|
258
246
|
$fault: "client";
|
|
259
247
|
Message?: string;
|
|
260
248
|
}
|
|
261
|
-
export declare namespace DuplicateTagKeysException {
|
|
262
|
-
|
|
263
|
-
const filterSensitiveLog: (obj: DuplicateTagKeysException) => any;
|
|
264
|
-
}
|
|
265
249
|
|
|
266
250
|
export interface LoadBalancerNotFoundException extends __SmithyException, $MetadataBearer {
|
|
267
251
|
name: "LoadBalancerNotFoundException";
|
|
268
252
|
$fault: "client";
|
|
269
253
|
Message?: string;
|
|
270
254
|
}
|
|
271
|
-
export declare namespace LoadBalancerNotFoundException {
|
|
272
|
-
|
|
273
|
-
const filterSensitiveLog: (obj: LoadBalancerNotFoundException) => any;
|
|
274
|
-
}
|
|
275
255
|
|
|
276
256
|
export interface RuleNotFoundException extends __SmithyException, $MetadataBearer {
|
|
277
257
|
name: "RuleNotFoundException";
|
|
278
258
|
$fault: "client";
|
|
279
259
|
Message?: string;
|
|
280
260
|
}
|
|
281
|
-
export declare namespace RuleNotFoundException {
|
|
282
|
-
|
|
283
|
-
const filterSensitiveLog: (obj: RuleNotFoundException) => any;
|
|
284
|
-
}
|
|
285
261
|
|
|
286
262
|
export interface TargetGroupNotFoundException extends __SmithyException, $MetadataBearer {
|
|
287
263
|
name: "TargetGroupNotFoundException";
|
|
288
264
|
$fault: "client";
|
|
289
265
|
Message?: string;
|
|
290
266
|
}
|
|
291
|
-
export declare namespace TargetGroupNotFoundException {
|
|
292
|
-
|
|
293
|
-
const filterSensitiveLog: (obj: TargetGroupNotFoundException) => any;
|
|
294
|
-
}
|
|
295
267
|
|
|
296
268
|
export interface TooManyTagsException extends __SmithyException, $MetadataBearer {
|
|
297
269
|
name: "TooManyTagsException";
|
|
298
270
|
$fault: "client";
|
|
299
271
|
Message?: string;
|
|
300
272
|
}
|
|
301
|
-
export declare namespace TooManyTagsException {
|
|
302
|
-
|
|
303
|
-
const filterSensitiveLog: (obj: TooManyTagsException) => any;
|
|
304
|
-
}
|
|
305
273
|
|
|
306
274
|
export interface AllocationIdNotFoundException extends __SmithyException, $MetadataBearer {
|
|
307
275
|
name: "AllocationIdNotFoundException";
|
|
308
276
|
$fault: "client";
|
|
309
277
|
Message?: string;
|
|
310
278
|
}
|
|
311
|
-
export declare namespace AllocationIdNotFoundException {
|
|
312
|
-
|
|
313
|
-
const filterSensitiveLog: (obj: AllocationIdNotFoundException) => any;
|
|
314
|
-
}
|
|
315
279
|
|
|
316
280
|
export interface ALPNPolicyNotSupportedException extends __SmithyException, $MetadataBearer {
|
|
317
281
|
name: "ALPNPolicyNotSupportedException";
|
|
318
282
|
$fault: "client";
|
|
319
283
|
Message?: string;
|
|
320
284
|
}
|
|
321
|
-
export declare namespace ALPNPolicyNotSupportedException {
|
|
322
|
-
|
|
323
|
-
const filterSensitiveLog: (obj: ALPNPolicyNotSupportedException) => any;
|
|
324
|
-
}
|
|
325
285
|
|
|
326
286
|
export interface LoadBalancerAddress {
|
|
327
287
|
|
|
@@ -358,10 +318,6 @@ export interface AvailabilityZoneNotSupportedException extends __SmithyException
|
|
|
358
318
|
$fault: "client";
|
|
359
319
|
Message?: string;
|
|
360
320
|
}
|
|
361
|
-
export declare namespace AvailabilityZoneNotSupportedException {
|
|
362
|
-
|
|
363
|
-
const filterSensitiveLog: (obj: AvailabilityZoneNotSupportedException) => any;
|
|
364
|
-
}
|
|
365
321
|
|
|
366
322
|
export interface Cipher {
|
|
367
323
|
|
|
@@ -433,120 +389,72 @@ export interface DuplicateListenerException extends __SmithyException, $Metadata
|
|
|
433
389
|
$fault: "client";
|
|
434
390
|
Message?: string;
|
|
435
391
|
}
|
|
436
|
-
export declare namespace DuplicateListenerException {
|
|
437
|
-
|
|
438
|
-
const filterSensitiveLog: (obj: DuplicateListenerException) => any;
|
|
439
|
-
}
|
|
440
392
|
|
|
441
393
|
export interface IncompatibleProtocolsException extends __SmithyException, $MetadataBearer {
|
|
442
394
|
name: "IncompatibleProtocolsException";
|
|
443
395
|
$fault: "client";
|
|
444
396
|
Message?: string;
|
|
445
397
|
}
|
|
446
|
-
export declare namespace IncompatibleProtocolsException {
|
|
447
|
-
|
|
448
|
-
const filterSensitiveLog: (obj: IncompatibleProtocolsException) => any;
|
|
449
|
-
}
|
|
450
398
|
|
|
451
399
|
export interface InvalidConfigurationRequestException extends __SmithyException, $MetadataBearer {
|
|
452
400
|
name: "InvalidConfigurationRequestException";
|
|
453
401
|
$fault: "client";
|
|
454
402
|
Message?: string;
|
|
455
403
|
}
|
|
456
|
-
export declare namespace InvalidConfigurationRequestException {
|
|
457
|
-
|
|
458
|
-
const filterSensitiveLog: (obj: InvalidConfigurationRequestException) => any;
|
|
459
|
-
}
|
|
460
404
|
|
|
461
405
|
export interface InvalidLoadBalancerActionException extends __SmithyException, $MetadataBearer {
|
|
462
406
|
name: "InvalidLoadBalancerActionException";
|
|
463
407
|
$fault: "client";
|
|
464
408
|
Message?: string;
|
|
465
409
|
}
|
|
466
|
-
export declare namespace InvalidLoadBalancerActionException {
|
|
467
|
-
|
|
468
|
-
const filterSensitiveLog: (obj: InvalidLoadBalancerActionException) => any;
|
|
469
|
-
}
|
|
470
410
|
|
|
471
411
|
export interface SSLPolicyNotFoundException extends __SmithyException, $MetadataBearer {
|
|
472
412
|
name: "SSLPolicyNotFoundException";
|
|
473
413
|
$fault: "client";
|
|
474
414
|
Message?: string;
|
|
475
415
|
}
|
|
476
|
-
export declare namespace SSLPolicyNotFoundException {
|
|
477
|
-
|
|
478
|
-
const filterSensitiveLog: (obj: SSLPolicyNotFoundException) => any;
|
|
479
|
-
}
|
|
480
416
|
|
|
481
417
|
export interface TargetGroupAssociationLimitException extends __SmithyException, $MetadataBearer {
|
|
482
418
|
name: "TargetGroupAssociationLimitException";
|
|
483
419
|
$fault: "client";
|
|
484
420
|
Message?: string;
|
|
485
421
|
}
|
|
486
|
-
export declare namespace TargetGroupAssociationLimitException {
|
|
487
|
-
|
|
488
|
-
const filterSensitiveLog: (obj: TargetGroupAssociationLimitException) => any;
|
|
489
|
-
}
|
|
490
422
|
|
|
491
423
|
export interface TooManyActionsException extends __SmithyException, $MetadataBearer {
|
|
492
424
|
name: "TooManyActionsException";
|
|
493
425
|
$fault: "client";
|
|
494
426
|
Message?: string;
|
|
495
427
|
}
|
|
496
|
-
export declare namespace TooManyActionsException {
|
|
497
|
-
|
|
498
|
-
const filterSensitiveLog: (obj: TooManyActionsException) => any;
|
|
499
|
-
}
|
|
500
428
|
|
|
501
429
|
export interface TooManyListenersException extends __SmithyException, $MetadataBearer {
|
|
502
430
|
name: "TooManyListenersException";
|
|
503
431
|
$fault: "client";
|
|
504
432
|
Message?: string;
|
|
505
433
|
}
|
|
506
|
-
export declare namespace TooManyListenersException {
|
|
507
|
-
|
|
508
|
-
const filterSensitiveLog: (obj: TooManyListenersException) => any;
|
|
509
|
-
}
|
|
510
434
|
|
|
511
435
|
export interface TooManyRegistrationsForTargetIdException extends __SmithyException, $MetadataBearer {
|
|
512
436
|
name: "TooManyRegistrationsForTargetIdException";
|
|
513
437
|
$fault: "client";
|
|
514
438
|
Message?: string;
|
|
515
439
|
}
|
|
516
|
-
export declare namespace TooManyRegistrationsForTargetIdException {
|
|
517
|
-
|
|
518
|
-
const filterSensitiveLog: (obj: TooManyRegistrationsForTargetIdException) => any;
|
|
519
|
-
}
|
|
520
440
|
|
|
521
441
|
export interface TooManyTargetsException extends __SmithyException, $MetadataBearer {
|
|
522
442
|
name: "TooManyTargetsException";
|
|
523
443
|
$fault: "client";
|
|
524
444
|
Message?: string;
|
|
525
445
|
}
|
|
526
|
-
export declare namespace TooManyTargetsException {
|
|
527
|
-
|
|
528
|
-
const filterSensitiveLog: (obj: TooManyTargetsException) => any;
|
|
529
|
-
}
|
|
530
446
|
|
|
531
447
|
export interface TooManyUniqueTargetGroupsPerLoadBalancerException extends __SmithyException, $MetadataBearer {
|
|
532
448
|
name: "TooManyUniqueTargetGroupsPerLoadBalancerException";
|
|
533
449
|
$fault: "client";
|
|
534
450
|
Message?: string;
|
|
535
451
|
}
|
|
536
|
-
export declare namespace TooManyUniqueTargetGroupsPerLoadBalancerException {
|
|
537
|
-
|
|
538
|
-
const filterSensitiveLog: (obj: TooManyUniqueTargetGroupsPerLoadBalancerException) => any;
|
|
539
|
-
}
|
|
540
452
|
|
|
541
453
|
export interface UnsupportedProtocolException extends __SmithyException, $MetadataBearer {
|
|
542
454
|
name: "UnsupportedProtocolException";
|
|
543
455
|
$fault: "client";
|
|
544
456
|
Message?: string;
|
|
545
457
|
}
|
|
546
|
-
export declare namespace UnsupportedProtocolException {
|
|
547
|
-
|
|
548
|
-
const filterSensitiveLog: (obj: UnsupportedProtocolException) => any;
|
|
549
|
-
}
|
|
550
458
|
export declare enum IpAddressType {
|
|
551
459
|
DUALSTACK = "dualstack",
|
|
552
460
|
IPV4 = "ipv4"
|
|
@@ -663,80 +571,48 @@ export interface DuplicateLoadBalancerNameException extends __SmithyException, $
|
|
|
663
571
|
$fault: "client";
|
|
664
572
|
Message?: string;
|
|
665
573
|
}
|
|
666
|
-
export declare namespace DuplicateLoadBalancerNameException {
|
|
667
|
-
|
|
668
|
-
const filterSensitiveLog: (obj: DuplicateLoadBalancerNameException) => any;
|
|
669
|
-
}
|
|
670
574
|
|
|
671
575
|
export interface InvalidSchemeException extends __SmithyException, $MetadataBearer {
|
|
672
576
|
name: "InvalidSchemeException";
|
|
673
577
|
$fault: "client";
|
|
674
578
|
Message?: string;
|
|
675
579
|
}
|
|
676
|
-
export declare namespace InvalidSchemeException {
|
|
677
|
-
|
|
678
|
-
const filterSensitiveLog: (obj: InvalidSchemeException) => any;
|
|
679
|
-
}
|
|
680
580
|
|
|
681
581
|
export interface InvalidSecurityGroupException extends __SmithyException, $MetadataBearer {
|
|
682
582
|
name: "InvalidSecurityGroupException";
|
|
683
583
|
$fault: "client";
|
|
684
584
|
Message?: string;
|
|
685
585
|
}
|
|
686
|
-
export declare namespace InvalidSecurityGroupException {
|
|
687
|
-
|
|
688
|
-
const filterSensitiveLog: (obj: InvalidSecurityGroupException) => any;
|
|
689
|
-
}
|
|
690
586
|
|
|
691
587
|
export interface InvalidSubnetException extends __SmithyException, $MetadataBearer {
|
|
692
588
|
name: "InvalidSubnetException";
|
|
693
589
|
$fault: "client";
|
|
694
590
|
Message?: string;
|
|
695
591
|
}
|
|
696
|
-
export declare namespace InvalidSubnetException {
|
|
697
|
-
|
|
698
|
-
const filterSensitiveLog: (obj: InvalidSubnetException) => any;
|
|
699
|
-
}
|
|
700
592
|
|
|
701
593
|
export interface OperationNotPermittedException extends __SmithyException, $MetadataBearer {
|
|
702
594
|
name: "OperationNotPermittedException";
|
|
703
595
|
$fault: "client";
|
|
704
596
|
Message?: string;
|
|
705
597
|
}
|
|
706
|
-
export declare namespace OperationNotPermittedException {
|
|
707
|
-
|
|
708
|
-
const filterSensitiveLog: (obj: OperationNotPermittedException) => any;
|
|
709
|
-
}
|
|
710
598
|
|
|
711
599
|
export interface ResourceInUseException extends __SmithyException, $MetadataBearer {
|
|
712
600
|
name: "ResourceInUseException";
|
|
713
601
|
$fault: "client";
|
|
714
602
|
Message?: string;
|
|
715
603
|
}
|
|
716
|
-
export declare namespace ResourceInUseException {
|
|
717
|
-
|
|
718
|
-
const filterSensitiveLog: (obj: ResourceInUseException) => any;
|
|
719
|
-
}
|
|
720
604
|
|
|
721
605
|
export interface SubnetNotFoundException extends __SmithyException, $MetadataBearer {
|
|
722
606
|
name: "SubnetNotFoundException";
|
|
723
607
|
$fault: "client";
|
|
724
608
|
Message?: string;
|
|
725
609
|
}
|
|
726
|
-
export declare namespace SubnetNotFoundException {
|
|
727
|
-
|
|
728
|
-
const filterSensitiveLog: (obj: SubnetNotFoundException) => any;
|
|
729
|
-
}
|
|
730
610
|
|
|
731
611
|
export interface TooManyLoadBalancersException extends __SmithyException, $MetadataBearer {
|
|
732
612
|
name: "TooManyLoadBalancersException";
|
|
733
613
|
$fault: "client";
|
|
734
614
|
Message?: string;
|
|
735
615
|
}
|
|
736
|
-
export declare namespace TooManyLoadBalancersException {
|
|
737
|
-
|
|
738
|
-
const filterSensitiveLog: (obj: TooManyLoadBalancersException) => any;
|
|
739
|
-
}
|
|
740
616
|
|
|
741
617
|
export interface HostHeaderConditionConfig {
|
|
742
618
|
|
|
@@ -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 { ElasticLoadBalancingV2ClientConfig } from "./ElasticLoadBalancingV2Client";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: ElasticLoadBalancingV2ClientConfig) => {
|
|
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: ElasticLoadBalancingV2ClientConf
|
|
|
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 { ElasticLoadBalancingV2ClientConfig } from "./ElasticLoadBalancingV2Client";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: ElasticLoadBalancingV2ClientConfig) => {
|
|
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: ElasticLoadBalancingV2ClientConf
|
|
|
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,17 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-elastic-load-balancing-v2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Elastic Load Balancing V2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.47.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
|
-
"build:cjs": "tsc -p tsconfig.json",
|
|
7
|
+
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
8
8
|
"build:docs": "typedoc",
|
|
9
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
11
11
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
-
"clean": "
|
|
13
|
-
"clean:dist": "rimraf ./dist-*",
|
|
14
|
-
"clean:docs": "rimraf ./docs"
|
|
12
|
+
"clean": "rimraf ./dist-*"
|
|
15
13
|
},
|
|
16
14
|
"main": "./dist-cjs/index.js",
|
|
17
15
|
"types": "./dist-types/index.d.ts",
|
|
@@ -20,41 +18,43 @@
|
|
|
20
18
|
"dependencies": {
|
|
21
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
22
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
31
|
-
"@aws-sdk/middleware-logger": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
43
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
44
|
-
"@aws-sdk/util-base64-node": "3.
|
|
45
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
47
|
-
"@aws-sdk/util-
|
|
48
|
-
"@aws-sdk/util-
|
|
49
|
-
"@aws-sdk/util-
|
|
50
|
-
"@aws-sdk/util-
|
|
51
|
-
"@aws-sdk/util-
|
|
21
|
+
"@aws-sdk/client-sts": "3.47.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.47.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.47.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.47.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.47.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.47.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.47.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.47.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.47.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.47.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.47.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.47.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.47.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.47.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.47.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.47.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.47.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.47.0",
|
|
39
|
+
"@aws-sdk/types": "3.47.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.47.0",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.47.0",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.47.0",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.47.0",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.47.0",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.47.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.47.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.47.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.47.0",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.47.0",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.47.0",
|
|
51
|
+
"@aws-sdk/util-waiter": "3.47.0",
|
|
52
52
|
"entities": "2.2.0",
|
|
53
53
|
"fast-xml-parser": "3.19.0",
|
|
54
54
|
"tslib": "^2.3.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
57
|
+
"@aws-sdk/service-client-documentation-generator": "3.47.0",
|
|
58
58
|
"@types/node": "^12.7.5"
|
|
59
59
|
},
|
|
60
60
|
"engines": {
|