@aws-sdk/client-pca-connector-scep 3.943.0 → 3.947.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 +26 -146
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/PcaConnectorScepClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +26 -146
- package/dist-types/PcaConnectorScep.d.ts +1 -1
- package/dist-types/PcaConnectorScepClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/CreateChallengeCommand.d.ts +3 -3
- package/dist-types/commands/CreateConnectorCommand.d.ts +3 -3
- package/dist-types/commands/DeleteChallengeCommand.d.ts +3 -3
- package/dist-types/commands/DeleteConnectorCommand.d.ts +3 -3
- package/dist-types/commands/GetChallengeMetadataCommand.d.ts +3 -3
- package/dist-types/commands/GetChallengePasswordCommand.d.ts +3 -3
- package/dist-types/commands/GetConnectorCommand.d.ts +3 -3
- package/dist-types/commands/ListChallengeMetadataCommand.d.ts +3 -3
- package/dist-types/commands/ListConnectorsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/PcaConnectorScepServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListChallengeMetadataPaginator.d.ts +1 -1
- package/dist-types/pagination/ListConnectorsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/PcaConnectorScepClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/PcaConnectorScepServiceException.d.ts +1 -1
- package/package.json +13 -12
package/dist-cjs/index.js
CHANGED
|
@@ -342,29 +342,9 @@ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.pcaconnectorscep";
|
|
|
342
342
|
const _tK = "tagKeys";
|
|
343
343
|
const n0 = "com.amazonaws.pcaconnectorscep";
|
|
344
344
|
var SensitiveString = [0, n0, _SS, 8, 0];
|
|
345
|
-
var AccessDeniedException = [
|
|
346
|
-
-3,
|
|
347
|
-
n0,
|
|
348
|
-
_ADE,
|
|
349
|
-
{
|
|
350
|
-
[_e]: _c,
|
|
351
|
-
[_hE]: 403,
|
|
352
|
-
},
|
|
353
|
-
[_M],
|
|
354
|
-
[0],
|
|
355
|
-
];
|
|
345
|
+
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
356
346
|
schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
|
|
357
|
-
var BadRequestException = [
|
|
358
|
-
-3,
|
|
359
|
-
n0,
|
|
360
|
-
_BRE,
|
|
361
|
-
{
|
|
362
|
-
[_e]: _c,
|
|
363
|
-
[_hE]: 400,
|
|
364
|
-
},
|
|
365
|
-
[_M],
|
|
366
|
-
[0],
|
|
367
|
-
];
|
|
347
|
+
var BadRequestException = [-3, n0, _BRE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
368
348
|
schema.TypeRegistry.for(n0).registerError(BadRequestException, BadRequestException$1);
|
|
369
349
|
var Challenge = [
|
|
370
350
|
3,
|
|
@@ -376,17 +356,7 @@ var Challenge = [
|
|
|
376
356
|
];
|
|
377
357
|
var ChallengeMetadata = [3, n0, _CM, 0, [_A, _CA, _CAr, _UA], [0, 0, 4, 4]];
|
|
378
358
|
var ChallengeMetadataSummary = [3, n0, _CMS, 0, [_A, _CA, _CAr, _UA], [0, 0, 4, 4]];
|
|
379
|
-
var ConflictException = [
|
|
380
|
-
-3,
|
|
381
|
-
n0,
|
|
382
|
-
_CE,
|
|
383
|
-
{
|
|
384
|
-
[_e]: _c,
|
|
385
|
-
[_hE]: 409,
|
|
386
|
-
},
|
|
387
|
-
[_M, _RI, _RT],
|
|
388
|
-
[0, 0, 0],
|
|
389
|
-
];
|
|
359
|
+
var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M, _RI, _RT], [0, 0, 0]];
|
|
390
360
|
schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
|
|
391
361
|
var Connector = [
|
|
392
362
|
3,
|
|
@@ -423,17 +393,7 @@ var GetChallengePasswordRequest = [3, n0, _GCPR, 0, [_CAh], [[0, 1]]];
|
|
|
423
393
|
var GetChallengePasswordResponse = [3, n0, _GCPRe, 0, [_P], [[() => SensitiveString, 0]]];
|
|
424
394
|
var GetConnectorRequest = [3, n0, _GCR, 0, [_CA], [[0, 1]]];
|
|
425
395
|
var GetConnectorResponse = [3, n0, _GCRe, 0, [_Co], [() => Connector]];
|
|
426
|
-
var InternalServerException = [
|
|
427
|
-
-3,
|
|
428
|
-
n0,
|
|
429
|
-
_ISE,
|
|
430
|
-
{
|
|
431
|
-
[_e]: _s,
|
|
432
|
-
[_hE]: 500,
|
|
433
|
-
},
|
|
434
|
-
[_M],
|
|
435
|
-
[0],
|
|
436
|
-
];
|
|
396
|
+
var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
437
397
|
schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
|
|
438
398
|
var IntuneConfiguration = [3, n0, _IC, 0, [_AAI, _D], [0, 0]];
|
|
439
399
|
var ListChallengeMetadataRequest = [
|
|
@@ -443,24 +403,9 @@ var ListChallengeMetadataRequest = [
|
|
|
443
403
|
0,
|
|
444
404
|
[_MR, _NT, _CA],
|
|
445
405
|
[
|
|
446
|
-
[
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
[_hQ]: _MR,
|
|
450
|
-
},
|
|
451
|
-
],
|
|
452
|
-
[
|
|
453
|
-
0,
|
|
454
|
-
{
|
|
455
|
-
[_hQ]: _NT,
|
|
456
|
-
},
|
|
457
|
-
],
|
|
458
|
-
[
|
|
459
|
-
0,
|
|
460
|
-
{
|
|
461
|
-
[_hQ]: _CA,
|
|
462
|
-
},
|
|
463
|
-
],
|
|
406
|
+
[1, { [_hQ]: _MR }],
|
|
407
|
+
[0, { [_hQ]: _NT }],
|
|
408
|
+
[0, { [_hQ]: _CA }],
|
|
464
409
|
],
|
|
465
410
|
];
|
|
466
411
|
var ListChallengeMetadataResponse = [
|
|
@@ -478,18 +423,8 @@ var ListConnectorsRequest = [
|
|
|
478
423
|
0,
|
|
479
424
|
[_MR, _NT],
|
|
480
425
|
[
|
|
481
|
-
[
|
|
482
|
-
|
|
483
|
-
{
|
|
484
|
-
[_hQ]: _MR,
|
|
485
|
-
},
|
|
486
|
-
],
|
|
487
|
-
[
|
|
488
|
-
0,
|
|
489
|
-
{
|
|
490
|
-
[_hQ]: _NT,
|
|
491
|
-
},
|
|
492
|
-
],
|
|
426
|
+
[1, { [_hQ]: _MR }],
|
|
427
|
+
[0, { [_hQ]: _NT }],
|
|
493
428
|
],
|
|
494
429
|
];
|
|
495
430
|
var ListConnectorsResponse = [3, n0, _LCRi, 0, [_Con, _NT], [() => ConnectorList, 0]];
|
|
@@ -500,10 +435,7 @@ var ResourceNotFoundException = [
|
|
|
500
435
|
-3,
|
|
501
436
|
n0,
|
|
502
437
|
_RNFE,
|
|
503
|
-
{
|
|
504
|
-
[_e]: _c,
|
|
505
|
-
[_hE]: 404,
|
|
506
|
-
},
|
|
438
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
507
439
|
[_M, _RI, _RT],
|
|
508
440
|
[0, 0, 0],
|
|
509
441
|
];
|
|
@@ -512,26 +444,13 @@ var ServiceQuotaExceededException = [
|
|
|
512
444
|
-3,
|
|
513
445
|
n0,
|
|
514
446
|
_SQEE,
|
|
515
|
-
{
|
|
516
|
-
[_e]: _c,
|
|
517
|
-
[_hE]: 402,
|
|
518
|
-
},
|
|
447
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
519
448
|
[_M, _RT, _SC, _QC],
|
|
520
449
|
[0, 0, 0, 0],
|
|
521
450
|
];
|
|
522
451
|
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
|
|
523
452
|
var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _Ta], [[0, 1], 128 | 0]];
|
|
524
|
-
var ThrottlingException = [
|
|
525
|
-
-3,
|
|
526
|
-
n0,
|
|
527
|
-
_TE,
|
|
528
|
-
{
|
|
529
|
-
[_e]: _c,
|
|
530
|
-
[_hE]: 429,
|
|
531
|
-
},
|
|
532
|
-
[_M],
|
|
533
|
-
[0],
|
|
534
|
-
];
|
|
453
|
+
var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
535
454
|
schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
|
|
536
455
|
var UntagResourceRequest = [
|
|
537
456
|
3,
|
|
@@ -541,25 +460,10 @@ var UntagResourceRequest = [
|
|
|
541
460
|
[_RA, _TK],
|
|
542
461
|
[
|
|
543
462
|
[0, 1],
|
|
544
|
-
[
|
|
545
|
-
64 | 0,
|
|
546
|
-
{
|
|
547
|
-
[_hQ]: _tK,
|
|
548
|
-
},
|
|
549
|
-
],
|
|
463
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
550
464
|
],
|
|
551
465
|
];
|
|
552
|
-
var ValidationException = [
|
|
553
|
-
-3,
|
|
554
|
-
n0,
|
|
555
|
-
_VE,
|
|
556
|
-
{
|
|
557
|
-
[_e]: _c,
|
|
558
|
-
[_hE]: 400,
|
|
559
|
-
},
|
|
560
|
-
[_M, _R],
|
|
561
|
-
[0, 0],
|
|
562
|
-
];
|
|
466
|
+
var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M, _R], [0, 0]];
|
|
563
467
|
schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
|
|
564
468
|
var __Unit = "unit";
|
|
565
469
|
var PcaConnectorScepServiceException = [
|
|
@@ -578,9 +482,7 @@ var CreateChallenge = [
|
|
|
578
482
|
9,
|
|
579
483
|
n0,
|
|
580
484
|
_CC,
|
|
581
|
-
{
|
|
582
|
-
[_h]: ["POST", "/challenges", 202],
|
|
583
|
-
},
|
|
485
|
+
{ [_h]: ["POST", "/challenges", 202] },
|
|
584
486
|
() => CreateChallengeRequest,
|
|
585
487
|
() => CreateChallengeResponse,
|
|
586
488
|
];
|
|
@@ -588,9 +490,7 @@ var CreateConnector = [
|
|
|
588
490
|
9,
|
|
589
491
|
n0,
|
|
590
492
|
_CCr,
|
|
591
|
-
{
|
|
592
|
-
[_h]: ["POST", "/connectors", 202],
|
|
593
|
-
},
|
|
493
|
+
{ [_h]: ["POST", "/connectors", 202] },
|
|
594
494
|
() => CreateConnectorRequest,
|
|
595
495
|
() => CreateConnectorResponse,
|
|
596
496
|
];
|
|
@@ -598,9 +498,7 @@ var DeleteChallenge = [
|
|
|
598
498
|
9,
|
|
599
499
|
n0,
|
|
600
500
|
_DC,
|
|
601
|
-
{
|
|
602
|
-
[_h]: ["DELETE", "/challenges/{ChallengeArn}", 202],
|
|
603
|
-
},
|
|
501
|
+
{ [_h]: ["DELETE", "/challenges/{ChallengeArn}", 202] },
|
|
604
502
|
() => DeleteChallengeRequest,
|
|
605
503
|
() => __Unit,
|
|
606
504
|
];
|
|
@@ -608,9 +506,7 @@ var DeleteConnector = [
|
|
|
608
506
|
9,
|
|
609
507
|
n0,
|
|
610
508
|
_DCe,
|
|
611
|
-
{
|
|
612
|
-
[_h]: ["DELETE", "/connectors/{ConnectorArn}", 202],
|
|
613
|
-
},
|
|
509
|
+
{ [_h]: ["DELETE", "/connectors/{ConnectorArn}", 202] },
|
|
614
510
|
() => DeleteConnectorRequest,
|
|
615
511
|
() => __Unit,
|
|
616
512
|
];
|
|
@@ -618,9 +514,7 @@ var GetChallengeMetadata = [
|
|
|
618
514
|
9,
|
|
619
515
|
n0,
|
|
620
516
|
_GCM,
|
|
621
|
-
{
|
|
622
|
-
[_h]: ["GET", "/challengeMetadata/{ChallengeArn}", 200],
|
|
623
|
-
},
|
|
517
|
+
{ [_h]: ["GET", "/challengeMetadata/{ChallengeArn}", 200] },
|
|
624
518
|
() => GetChallengeMetadataRequest,
|
|
625
519
|
() => GetChallengeMetadataResponse,
|
|
626
520
|
];
|
|
@@ -628,9 +522,7 @@ var GetChallengePassword = [
|
|
|
628
522
|
9,
|
|
629
523
|
n0,
|
|
630
524
|
_GCP,
|
|
631
|
-
{
|
|
632
|
-
[_h]: ["GET", "/challengePasswords/{ChallengeArn}", 200],
|
|
633
|
-
},
|
|
525
|
+
{ [_h]: ["GET", "/challengePasswords/{ChallengeArn}", 200] },
|
|
634
526
|
() => GetChallengePasswordRequest,
|
|
635
527
|
() => GetChallengePasswordResponse,
|
|
636
528
|
];
|
|
@@ -638,9 +530,7 @@ var GetConnector = [
|
|
|
638
530
|
9,
|
|
639
531
|
n0,
|
|
640
532
|
_GC,
|
|
641
|
-
{
|
|
642
|
-
[_h]: ["GET", "/connectors/{ConnectorArn}", 200],
|
|
643
|
-
},
|
|
533
|
+
{ [_h]: ["GET", "/connectors/{ConnectorArn}", 200] },
|
|
644
534
|
() => GetConnectorRequest,
|
|
645
535
|
() => GetConnectorResponse,
|
|
646
536
|
];
|
|
@@ -648,9 +538,7 @@ var ListChallengeMetadata = [
|
|
|
648
538
|
9,
|
|
649
539
|
n0,
|
|
650
540
|
_LCM,
|
|
651
|
-
{
|
|
652
|
-
[_h]: ["GET", "/challengeMetadata", 200],
|
|
653
|
-
},
|
|
541
|
+
{ [_h]: ["GET", "/challengeMetadata", 200] },
|
|
654
542
|
() => ListChallengeMetadataRequest,
|
|
655
543
|
() => ListChallengeMetadataResponse,
|
|
656
544
|
];
|
|
@@ -658,9 +546,7 @@ var ListConnectors = [
|
|
|
658
546
|
9,
|
|
659
547
|
n0,
|
|
660
548
|
_LC,
|
|
661
|
-
{
|
|
662
|
-
[_h]: ["GET", "/connectors", 200],
|
|
663
|
-
},
|
|
549
|
+
{ [_h]: ["GET", "/connectors", 200] },
|
|
664
550
|
() => ListConnectorsRequest,
|
|
665
551
|
() => ListConnectorsResponse,
|
|
666
552
|
];
|
|
@@ -668,9 +554,7 @@ var ListTagsForResource = [
|
|
|
668
554
|
9,
|
|
669
555
|
n0,
|
|
670
556
|
_LTFR,
|
|
671
|
-
{
|
|
672
|
-
[_h]: ["GET", "/tags/{ResourceArn}", 200],
|
|
673
|
-
},
|
|
557
|
+
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] },
|
|
674
558
|
() => ListTagsForResourceRequest,
|
|
675
559
|
() => ListTagsForResourceResponse,
|
|
676
560
|
];
|
|
@@ -678,9 +562,7 @@ var TagResource = [
|
|
|
678
562
|
9,
|
|
679
563
|
n0,
|
|
680
564
|
_TR,
|
|
681
|
-
{
|
|
682
|
-
[_h]: ["POST", "/tags/{ResourceArn}", 204],
|
|
683
|
-
},
|
|
565
|
+
{ [_h]: ["POST", "/tags/{ResourceArn}", 204] },
|
|
684
566
|
() => TagResourceRequest,
|
|
685
567
|
() => __Unit,
|
|
686
568
|
];
|
|
@@ -688,9 +570,7 @@ var UntagResource = [
|
|
|
688
570
|
9,
|
|
689
571
|
n0,
|
|
690
572
|
_UR,
|
|
691
|
-
{
|
|
692
|
-
[_h]: ["DELETE", "/tags/{ResourceArn}", 204],
|
|
693
|
-
},
|
|
573
|
+
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 204] },
|
|
694
574
|
() => UntagResourceRequest,
|
|
695
575
|
() => __Unit,
|
|
696
576
|
];
|
|
@@ -8,11 +8,11 @@ const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
|
8
8
|
const config_resolver_1 = require("@smithy/config-resolver");
|
|
9
9
|
const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
|
|
10
10
|
const invalid_dependency_1 = require("@smithy/invalid-dependency");
|
|
11
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
11
12
|
const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
|
|
13
|
+
const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
|
|
12
14
|
const util_retry_1 = require("@smithy/util-retry");
|
|
13
15
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
14
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
15
|
-
const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
|
|
16
16
|
const getRuntimeConfig = (config) => {
|
|
17
17
|
const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
|
|
18
18
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
@@ -11,14 +11,13 @@ const hash_node_1 = require("@smithy/hash-node");
|
|
|
11
11
|
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
12
12
|
const node_config_provider_1 = require("@smithy/node-config-provider");
|
|
13
13
|
const node_http_handler_1 = require("@smithy/node-http-handler");
|
|
14
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
15
|
const util_body_length_node_1 = require("@smithy/util-body-length-node");
|
|
16
|
+
const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
|
|
15
17
|
const util_retry_1 = require("@smithy/util-retry");
|
|
16
18
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
17
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
18
|
-
const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
|
|
19
|
-
const smithy_client_2 = require("@smithy/smithy-client");
|
|
20
19
|
const getRuntimeConfig = (config) => {
|
|
21
|
-
(0,
|
|
20
|
+
(0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
22
21
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
23
22
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
24
23
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
@@ -6,8 +6,8 @@ import { resolveRegionConfig } from "@smithy/config-resolver";
|
|
|
6
6
|
import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
|
|
7
7
|
import { getSchemaSerdePlugin } from "@smithy/core/schema";
|
|
8
8
|
import { getContentLengthPlugin } from "@smithy/middleware-content-length";
|
|
9
|
-
import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
|
|
10
|
-
import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
|
|
9
|
+
import { resolveEndpointConfig, } from "@smithy/middleware-endpoint";
|
|
10
|
+
import { getRetryPlugin, resolveRetryConfig, } from "@smithy/middleware-retry";
|
|
11
11
|
import { Client as __Client, } from "@smithy/smithy-client";
|
|
12
12
|
import { defaultPcaConnectorScepHttpAuthSchemeParametersProvider, resolveHttpAuthSchemeConfig, } from "./auth/httpAuthSchemeProvider";
|
|
13
13
|
import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
|
|
@@ -4,11 +4,11 @@ import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser
|
|
|
4
4
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
|
|
5
5
|
import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
|
|
6
6
|
import { invalidProvider } from "@smithy/invalid-dependency";
|
|
7
|
+
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
7
8
|
import { calculateBodyLength } from "@smithy/util-body-length-browser";
|
|
9
|
+
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
8
10
|
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
9
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
10
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
11
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
12
12
|
export const getRuntimeConfig = (config) => {
|
|
13
13
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
14
14
|
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -7,12 +7,11 @@ import { Hash } from "@smithy/hash-node";
|
|
|
7
7
|
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
|
|
8
8
|
import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
|
|
9
9
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
10
|
+
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
10
11
|
import { calculateBodyLength } from "@smithy/util-body-length-node";
|
|
12
|
+
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
11
13
|
import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
12
14
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
13
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
14
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
15
|
-
import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client";
|
|
16
15
|
export const getRuntimeConfig = (config) => {
|
|
17
16
|
emitWarningIfUnsupportedVersion(process.version);
|
|
18
17
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
@@ -93,29 +93,9 @@ import { TypeRegistry } from "@smithy/core/schema";
|
|
|
93
93
|
import { AccessDeniedException as __AccessDeniedException, BadRequestException as __BadRequestException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
|
|
94
94
|
import { PcaConnectorScepServiceException as __PcaConnectorScepServiceException } from "../models/PcaConnectorScepServiceException";
|
|
95
95
|
export var SensitiveString = [0, n0, _SS, 8, 0];
|
|
96
|
-
export var AccessDeniedException = [
|
|
97
|
-
-3,
|
|
98
|
-
n0,
|
|
99
|
-
_ADE,
|
|
100
|
-
{
|
|
101
|
-
[_e]: _c,
|
|
102
|
-
[_hE]: 403,
|
|
103
|
-
},
|
|
104
|
-
[_M],
|
|
105
|
-
[0],
|
|
106
|
-
];
|
|
96
|
+
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
107
97
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
108
|
-
export var BadRequestException = [
|
|
109
|
-
-3,
|
|
110
|
-
n0,
|
|
111
|
-
_BRE,
|
|
112
|
-
{
|
|
113
|
-
[_e]: _c,
|
|
114
|
-
[_hE]: 400,
|
|
115
|
-
},
|
|
116
|
-
[_M],
|
|
117
|
-
[0],
|
|
118
|
-
];
|
|
98
|
+
export var BadRequestException = [-3, n0, _BRE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
119
99
|
TypeRegistry.for(n0).registerError(BadRequestException, __BadRequestException);
|
|
120
100
|
export var Challenge = [
|
|
121
101
|
3,
|
|
@@ -127,17 +107,7 @@ export var Challenge = [
|
|
|
127
107
|
];
|
|
128
108
|
export var ChallengeMetadata = [3, n0, _CM, 0, [_A, _CA, _CAr, _UA], [0, 0, 4, 4]];
|
|
129
109
|
export var ChallengeMetadataSummary = [3, n0, _CMS, 0, [_A, _CA, _CAr, _UA], [0, 0, 4, 4]];
|
|
130
|
-
export var ConflictException = [
|
|
131
|
-
-3,
|
|
132
|
-
n0,
|
|
133
|
-
_CE,
|
|
134
|
-
{
|
|
135
|
-
[_e]: _c,
|
|
136
|
-
[_hE]: 409,
|
|
137
|
-
},
|
|
138
|
-
[_M, _RI, _RT],
|
|
139
|
-
[0, 0, 0],
|
|
140
|
-
];
|
|
110
|
+
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M, _RI, _RT], [0, 0, 0]];
|
|
141
111
|
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
142
112
|
export var Connector = [
|
|
143
113
|
3,
|
|
@@ -174,17 +144,7 @@ export var GetChallengePasswordRequest = [3, n0, _GCPR, 0, [_CAh], [[0, 1]]];
|
|
|
174
144
|
export var GetChallengePasswordResponse = [3, n0, _GCPRe, 0, [_P], [[() => SensitiveString, 0]]];
|
|
175
145
|
export var GetConnectorRequest = [3, n0, _GCR, 0, [_CA], [[0, 1]]];
|
|
176
146
|
export var GetConnectorResponse = [3, n0, _GCRe, 0, [_Co], [() => Connector]];
|
|
177
|
-
export var InternalServerException = [
|
|
178
|
-
-3,
|
|
179
|
-
n0,
|
|
180
|
-
_ISE,
|
|
181
|
-
{
|
|
182
|
-
[_e]: _s,
|
|
183
|
-
[_hE]: 500,
|
|
184
|
-
},
|
|
185
|
-
[_M],
|
|
186
|
-
[0],
|
|
187
|
-
];
|
|
147
|
+
export var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
188
148
|
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
189
149
|
export var IntuneConfiguration = [3, n0, _IC, 0, [_AAI, _D], [0, 0]];
|
|
190
150
|
export var ListChallengeMetadataRequest = [
|
|
@@ -194,24 +154,9 @@ export var ListChallengeMetadataRequest = [
|
|
|
194
154
|
0,
|
|
195
155
|
[_MR, _NT, _CA],
|
|
196
156
|
[
|
|
197
|
-
[
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
[_hQ]: _MR,
|
|
201
|
-
},
|
|
202
|
-
],
|
|
203
|
-
[
|
|
204
|
-
0,
|
|
205
|
-
{
|
|
206
|
-
[_hQ]: _NT,
|
|
207
|
-
},
|
|
208
|
-
],
|
|
209
|
-
[
|
|
210
|
-
0,
|
|
211
|
-
{
|
|
212
|
-
[_hQ]: _CA,
|
|
213
|
-
},
|
|
214
|
-
],
|
|
157
|
+
[1, { [_hQ]: _MR }],
|
|
158
|
+
[0, { [_hQ]: _NT }],
|
|
159
|
+
[0, { [_hQ]: _CA }],
|
|
215
160
|
],
|
|
216
161
|
];
|
|
217
162
|
export var ListChallengeMetadataResponse = [
|
|
@@ -229,18 +174,8 @@ export var ListConnectorsRequest = [
|
|
|
229
174
|
0,
|
|
230
175
|
[_MR, _NT],
|
|
231
176
|
[
|
|
232
|
-
[
|
|
233
|
-
|
|
234
|
-
{
|
|
235
|
-
[_hQ]: _MR,
|
|
236
|
-
},
|
|
237
|
-
],
|
|
238
|
-
[
|
|
239
|
-
0,
|
|
240
|
-
{
|
|
241
|
-
[_hQ]: _NT,
|
|
242
|
-
},
|
|
243
|
-
],
|
|
177
|
+
[1, { [_hQ]: _MR }],
|
|
178
|
+
[0, { [_hQ]: _NT }],
|
|
244
179
|
],
|
|
245
180
|
];
|
|
246
181
|
export var ListConnectorsResponse = [3, n0, _LCRi, 0, [_Con, _NT], [() => ConnectorList, 0]];
|
|
@@ -251,10 +186,7 @@ export var ResourceNotFoundException = [
|
|
|
251
186
|
-3,
|
|
252
187
|
n0,
|
|
253
188
|
_RNFE,
|
|
254
|
-
{
|
|
255
|
-
[_e]: _c,
|
|
256
|
-
[_hE]: 404,
|
|
257
|
-
},
|
|
189
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
258
190
|
[_M, _RI, _RT],
|
|
259
191
|
[0, 0, 0],
|
|
260
192
|
];
|
|
@@ -263,26 +195,13 @@ export var ServiceQuotaExceededException = [
|
|
|
263
195
|
-3,
|
|
264
196
|
n0,
|
|
265
197
|
_SQEE,
|
|
266
|
-
{
|
|
267
|
-
[_e]: _c,
|
|
268
|
-
[_hE]: 402,
|
|
269
|
-
},
|
|
198
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
270
199
|
[_M, _RT, _SC, _QC],
|
|
271
200
|
[0, 0, 0, 0],
|
|
272
201
|
];
|
|
273
202
|
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
|
|
274
203
|
export var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _Ta], [[0, 1], 128 | 0]];
|
|
275
|
-
export var ThrottlingException = [
|
|
276
|
-
-3,
|
|
277
|
-
n0,
|
|
278
|
-
_TE,
|
|
279
|
-
{
|
|
280
|
-
[_e]: _c,
|
|
281
|
-
[_hE]: 429,
|
|
282
|
-
},
|
|
283
|
-
[_M],
|
|
284
|
-
[0],
|
|
285
|
-
];
|
|
204
|
+
export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
286
205
|
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
287
206
|
export var UntagResourceRequest = [
|
|
288
207
|
3,
|
|
@@ -292,25 +211,10 @@ export var UntagResourceRequest = [
|
|
|
292
211
|
[_RA, _TK],
|
|
293
212
|
[
|
|
294
213
|
[0, 1],
|
|
295
|
-
[
|
|
296
|
-
64 | 0,
|
|
297
|
-
{
|
|
298
|
-
[_hQ]: _tK,
|
|
299
|
-
},
|
|
300
|
-
],
|
|
214
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
301
215
|
],
|
|
302
216
|
];
|
|
303
|
-
export var ValidationException = [
|
|
304
|
-
-3,
|
|
305
|
-
n0,
|
|
306
|
-
_VE,
|
|
307
|
-
{
|
|
308
|
-
[_e]: _c,
|
|
309
|
-
[_hE]: 400,
|
|
310
|
-
},
|
|
311
|
-
[_M, _R],
|
|
312
|
-
[0, 0],
|
|
313
|
-
];
|
|
217
|
+
export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M, _R], [0, 0]];
|
|
314
218
|
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
315
219
|
export var __Unit = "unit";
|
|
316
220
|
export var PcaConnectorScepServiceException = [
|
|
@@ -331,9 +235,7 @@ export var CreateChallenge = [
|
|
|
331
235
|
9,
|
|
332
236
|
n0,
|
|
333
237
|
_CC,
|
|
334
|
-
{
|
|
335
|
-
[_h]: ["POST", "/challenges", 202],
|
|
336
|
-
},
|
|
238
|
+
{ [_h]: ["POST", "/challenges", 202] },
|
|
337
239
|
() => CreateChallengeRequest,
|
|
338
240
|
() => CreateChallengeResponse,
|
|
339
241
|
];
|
|
@@ -341,9 +243,7 @@ export var CreateConnector = [
|
|
|
341
243
|
9,
|
|
342
244
|
n0,
|
|
343
245
|
_CCr,
|
|
344
|
-
{
|
|
345
|
-
[_h]: ["POST", "/connectors", 202],
|
|
346
|
-
},
|
|
246
|
+
{ [_h]: ["POST", "/connectors", 202] },
|
|
347
247
|
() => CreateConnectorRequest,
|
|
348
248
|
() => CreateConnectorResponse,
|
|
349
249
|
];
|
|
@@ -351,9 +251,7 @@ export var DeleteChallenge = [
|
|
|
351
251
|
9,
|
|
352
252
|
n0,
|
|
353
253
|
_DC,
|
|
354
|
-
{
|
|
355
|
-
[_h]: ["DELETE", "/challenges/{ChallengeArn}", 202],
|
|
356
|
-
},
|
|
254
|
+
{ [_h]: ["DELETE", "/challenges/{ChallengeArn}", 202] },
|
|
357
255
|
() => DeleteChallengeRequest,
|
|
358
256
|
() => __Unit,
|
|
359
257
|
];
|
|
@@ -361,9 +259,7 @@ export var DeleteConnector = [
|
|
|
361
259
|
9,
|
|
362
260
|
n0,
|
|
363
261
|
_DCe,
|
|
364
|
-
{
|
|
365
|
-
[_h]: ["DELETE", "/connectors/{ConnectorArn}", 202],
|
|
366
|
-
},
|
|
262
|
+
{ [_h]: ["DELETE", "/connectors/{ConnectorArn}", 202] },
|
|
367
263
|
() => DeleteConnectorRequest,
|
|
368
264
|
() => __Unit,
|
|
369
265
|
];
|
|
@@ -371,9 +267,7 @@ export var GetChallengeMetadata = [
|
|
|
371
267
|
9,
|
|
372
268
|
n0,
|
|
373
269
|
_GCM,
|
|
374
|
-
{
|
|
375
|
-
[_h]: ["GET", "/challengeMetadata/{ChallengeArn}", 200],
|
|
376
|
-
},
|
|
270
|
+
{ [_h]: ["GET", "/challengeMetadata/{ChallengeArn}", 200] },
|
|
377
271
|
() => GetChallengeMetadataRequest,
|
|
378
272
|
() => GetChallengeMetadataResponse,
|
|
379
273
|
];
|
|
@@ -381,9 +275,7 @@ export var GetChallengePassword = [
|
|
|
381
275
|
9,
|
|
382
276
|
n0,
|
|
383
277
|
_GCP,
|
|
384
|
-
{
|
|
385
|
-
[_h]: ["GET", "/challengePasswords/{ChallengeArn}", 200],
|
|
386
|
-
},
|
|
278
|
+
{ [_h]: ["GET", "/challengePasswords/{ChallengeArn}", 200] },
|
|
387
279
|
() => GetChallengePasswordRequest,
|
|
388
280
|
() => GetChallengePasswordResponse,
|
|
389
281
|
];
|
|
@@ -391,9 +283,7 @@ export var GetConnector = [
|
|
|
391
283
|
9,
|
|
392
284
|
n0,
|
|
393
285
|
_GC,
|
|
394
|
-
{
|
|
395
|
-
[_h]: ["GET", "/connectors/{ConnectorArn}", 200],
|
|
396
|
-
},
|
|
286
|
+
{ [_h]: ["GET", "/connectors/{ConnectorArn}", 200] },
|
|
397
287
|
() => GetConnectorRequest,
|
|
398
288
|
() => GetConnectorResponse,
|
|
399
289
|
];
|
|
@@ -401,9 +291,7 @@ export var ListChallengeMetadata = [
|
|
|
401
291
|
9,
|
|
402
292
|
n0,
|
|
403
293
|
_LCM,
|
|
404
|
-
{
|
|
405
|
-
[_h]: ["GET", "/challengeMetadata", 200],
|
|
406
|
-
},
|
|
294
|
+
{ [_h]: ["GET", "/challengeMetadata", 200] },
|
|
407
295
|
() => ListChallengeMetadataRequest,
|
|
408
296
|
() => ListChallengeMetadataResponse,
|
|
409
297
|
];
|
|
@@ -411,9 +299,7 @@ export var ListConnectors = [
|
|
|
411
299
|
9,
|
|
412
300
|
n0,
|
|
413
301
|
_LC,
|
|
414
|
-
{
|
|
415
|
-
[_h]: ["GET", "/connectors", 200],
|
|
416
|
-
},
|
|
302
|
+
{ [_h]: ["GET", "/connectors", 200] },
|
|
417
303
|
() => ListConnectorsRequest,
|
|
418
304
|
() => ListConnectorsResponse,
|
|
419
305
|
];
|
|
@@ -421,9 +307,7 @@ export var ListTagsForResource = [
|
|
|
421
307
|
9,
|
|
422
308
|
n0,
|
|
423
309
|
_LTFR,
|
|
424
|
-
{
|
|
425
|
-
[_h]: ["GET", "/tags/{ResourceArn}", 200],
|
|
426
|
-
},
|
|
310
|
+
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] },
|
|
427
311
|
() => ListTagsForResourceRequest,
|
|
428
312
|
() => ListTagsForResourceResponse,
|
|
429
313
|
];
|
|
@@ -431,9 +315,7 @@ export var TagResource = [
|
|
|
431
315
|
9,
|
|
432
316
|
n0,
|
|
433
317
|
_TR,
|
|
434
|
-
{
|
|
435
|
-
[_h]: ["POST", "/tags/{ResourceArn}", 204],
|
|
436
|
-
},
|
|
318
|
+
{ [_h]: ["POST", "/tags/{ResourceArn}", 204] },
|
|
437
319
|
() => TagResourceRequest,
|
|
438
320
|
() => __Unit,
|
|
439
321
|
];
|
|
@@ -441,9 +323,7 @@ export var UntagResource = [
|
|
|
441
323
|
9,
|
|
442
324
|
n0,
|
|
443
325
|
_UR,
|
|
444
|
-
{
|
|
445
|
-
[_h]: ["DELETE", "/tags/{ResourceArn}", 204],
|
|
446
|
-
},
|
|
326
|
+
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 204] },
|
|
447
327
|
() => UntagResourceRequest,
|
|
448
328
|
() => __Unit,
|
|
449
329
|
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { CreateChallengeCommandInput, CreateChallengeCommandOutput } from "./commands/CreateChallengeCommand";
|
|
3
3
|
import { CreateConnectorCommandInput, CreateConnectorCommandOutput } from "./commands/CreateConnectorCommand";
|
|
4
4
|
import { DeleteChallengeCommandInput, DeleteChallengeCommandOutput } from "./commands/DeleteChallengeCommand";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
-
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
1
|
+
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
+
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
+
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
|
+
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { CreateChallengeCommandInput, CreateChallengeCommandOutput } from "./commands/CreateChallengeCommand";
|
|
11
11
|
import { CreateConnectorCommandInput, CreateConnectorCommandOutput } from "./commands/CreateConnectorCommand";
|
|
12
12
|
import { DeleteChallengeCommandInput, DeleteChallengeCommandOutput } from "./commands/DeleteChallengeCommand";
|
|
@@ -20,7 +20,7 @@ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } fro
|
|
|
20
20
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
21
21
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
22
22
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
23
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
23
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
24
24
|
export { __Client };
|
|
25
25
|
/**
|
|
26
26
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { PcaConnectorScepHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { PcaConnectorScepHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
2
|
-
import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
-
import { PcaConnectorScepClientResolvedConfig } from "../PcaConnectorScepClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type PcaConnectorScepClientResolvedConfig } from "../PcaConnectorScepClient";
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateChallengeRequest, CreateChallengeResponse } from "../models/models_0";
|
|
4
|
-
import { PcaConnectorScepClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorScepClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreateChallengeRequest, CreateChallengeResponse } from "../models/models_0";
|
|
4
|
+
import type { PcaConnectorScepClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorScepClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateConnectorRequest, CreateConnectorResponse } from "../models/models_0";
|
|
4
|
-
import { PcaConnectorScepClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorScepClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreateConnectorRequest, CreateConnectorResponse } from "../models/models_0";
|
|
4
|
+
import type { PcaConnectorScepClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorScepClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteChallengeRequest } from "../models/models_0";
|
|
4
|
-
import { PcaConnectorScepClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorScepClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeleteChallengeRequest } from "../models/models_0";
|
|
4
|
+
import type { PcaConnectorScepClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorScepClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteConnectorRequest } from "../models/models_0";
|
|
4
|
-
import { PcaConnectorScepClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorScepClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeleteConnectorRequest } from "../models/models_0";
|
|
4
|
+
import type { PcaConnectorScepClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorScepClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GetChallengeMetadataRequest, GetChallengeMetadataResponse } from "../models/models_0";
|
|
4
|
-
import { PcaConnectorScepClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorScepClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetChallengeMetadataRequest, GetChallengeMetadataResponse } from "../models/models_0";
|
|
4
|
+
import type { PcaConnectorScepClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorScepClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GetChallengePasswordRequest, GetChallengePasswordResponse } from "../models/models_0";
|
|
4
|
-
import { PcaConnectorScepClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorScepClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetChallengePasswordRequest, GetChallengePasswordResponse } from "../models/models_0";
|
|
4
|
+
import type { PcaConnectorScepClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorScepClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GetConnectorRequest, GetConnectorResponse } from "../models/models_0";
|
|
4
|
-
import { PcaConnectorScepClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorScepClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetConnectorRequest, GetConnectorResponse } from "../models/models_0";
|
|
4
|
+
import type { PcaConnectorScepClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorScepClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListChallengeMetadataRequest, ListChallengeMetadataResponse } from "../models/models_0";
|
|
4
|
-
import { PcaConnectorScepClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorScepClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListChallengeMetadataRequest, ListChallengeMetadataResponse } from "../models/models_0";
|
|
4
|
+
import type { PcaConnectorScepClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorScepClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListConnectorsRequest, ListConnectorsResponse } from "../models/models_0";
|
|
4
|
-
import { PcaConnectorScepClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorScepClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListConnectorsRequest, ListConnectorsResponse } from "../models/models_0";
|
|
4
|
+
import type { PcaConnectorScepClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorScepClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
4
|
-
import { PcaConnectorScepClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorScepClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
4
|
+
import type { PcaConnectorScepClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorScepClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { TagResourceRequest } from "../models/models_0";
|
|
4
|
-
import { PcaConnectorScepClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorScepClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { TagResourceRequest } from "../models/models_0";
|
|
4
|
+
import type { PcaConnectorScepClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorScepClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { UntagResourceRequest } from "../models/models_0";
|
|
4
|
-
import { PcaConnectorScepClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorScepClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { UntagResourceRequest } from "../models/models_0";
|
|
4
|
+
import type { PcaConnectorScepClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorScepClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
|
|
1
|
+
import type { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
|
|
2
2
|
/**
|
|
3
3
|
* @public
|
|
4
4
|
*/
|
|
@@ -8,10 +8,19 @@ export interface ClientInputEndpointParameters {
|
|
|
8
8
|
useFipsEndpoint?: boolean | undefined | Provider<boolean | undefined>;
|
|
9
9
|
endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
|
|
10
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
11
14
|
export type ClientResolvedEndpointParameters = Omit<ClientInputEndpointParameters, "endpoint"> & {
|
|
12
15
|
defaultSigningName: string;
|
|
13
16
|
};
|
|
17
|
+
/**
|
|
18
|
+
* @internal
|
|
19
|
+
*/
|
|
14
20
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientResolvedEndpointParameters;
|
|
21
|
+
/**
|
|
22
|
+
* @internal
|
|
23
|
+
*/
|
|
15
24
|
export declare const commonParams: {
|
|
16
25
|
readonly UseFIPS: {
|
|
17
26
|
readonly type: "builtInParams";
|
|
@@ -30,6 +39,9 @@ export declare const commonParams: {
|
|
|
30
39
|
readonly name: "useDualstackEndpoint";
|
|
31
40
|
};
|
|
32
41
|
};
|
|
42
|
+
/**
|
|
43
|
+
* @internal
|
|
44
|
+
*/
|
|
33
45
|
export interface EndpointParameters extends __EndpointParameters {
|
|
34
46
|
Region?: string | undefined;
|
|
35
47
|
UseDualStack?: boolean | undefined;
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
import { EndpointV2, Logger } from "@smithy/types";
|
|
2
|
-
import { EndpointParameters } from "./EndpointParameters";
|
|
1
|
+
import type { EndpointV2, Logger } from "@smithy/types";
|
|
2
|
+
import type { EndpointParameters } from "./EndpointParameters";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
3
6
|
export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: {
|
|
4
7
|
logger?: Logger;
|
|
5
8
|
}) => EndpointV2;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
|
|
3
|
-
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
|
-
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
1
|
+
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
|
|
3
|
+
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
|
+
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
6
6
|
* @internal
|
|
7
7
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { ValidationExceptionReason } from "./enums";
|
|
3
3
|
import { PcaConnectorScepServiceException as __BaseException } from "./PcaConnectorScepServiceException";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListChallengeMetadataCommandInput, ListChallengeMetadataCommandOutput } from "../commands/ListChallengeMetadataCommand";
|
|
3
3
|
import { PcaConnectorScepPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListConnectorsCommandInput, ListConnectorsCommandOutput } from "../commands/ListConnectorsCommand";
|
|
3
3
|
import { PcaConnectorScepPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
|
|
1
|
+
import type { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
2
|
export declare var SensitiveString: StaticSimpleSchema;
|
|
3
3
|
export declare var AccessDeniedException: StaticErrorSchema;
|
|
4
4
|
export declare var BadRequestException: StaticErrorSchema;
|
|
@@ -20,13 +20,12 @@ import {
|
|
|
20
20
|
} from "@smithy/middleware-retry";
|
|
21
21
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
22
|
import {
|
|
23
|
-
Client as __Client,
|
|
24
23
|
DefaultsMode as __DefaultsMode,
|
|
25
24
|
SmithyConfiguration as __SmithyConfiguration,
|
|
26
25
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
|
+
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
-
AwsCredentialIdentityProvider,
|
|
30
29
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
30
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
31
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -39,9 +38,10 @@ import {
|
|
|
39
38
|
HttpResponse,
|
|
40
39
|
Logger as __Logger,
|
|
41
40
|
Provider as __Provider,
|
|
42
|
-
Provider,
|
|
43
41
|
StreamCollector as __StreamCollector,
|
|
44
42
|
UrlParser as __UrlParser,
|
|
43
|
+
AwsCredentialIdentityProvider,
|
|
44
|
+
Provider,
|
|
45
45
|
UserAgent as __UserAgent,
|
|
46
46
|
} from "@smithy/types";
|
|
47
47
|
import {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-pca-connector-scep",
|
|
3
3
|
"description": "AWS SDK for JavaScript Pca Connector Scep Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.947.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-pca-connector-scep",
|
|
@@ -11,7 +11,8 @@
|
|
|
11
11
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
12
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
|
|
13
13
|
"extract:docs": "api-extractor run --local",
|
|
14
|
-
"generate:client": "node ../../scripts/generate-clients/single-service --solo pca-connector-scep"
|
|
14
|
+
"generate:client": "node ../../scripts/generate-clients/single-service --solo pca-connector-scep",
|
|
15
|
+
"test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
17
18
|
"types": "./dist-types/index.d.ts",
|
|
@@ -20,38 +21,38 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/core": "3.947.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.947.0",
|
|
25
26
|
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
26
27
|
"@aws-sdk/middleware-logger": "3.936.0",
|
|
27
28
|
"@aws-sdk/middleware-recursion-detection": "3.936.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.947.0",
|
|
29
30
|
"@aws-sdk/region-config-resolver": "3.936.0",
|
|
30
31
|
"@aws-sdk/types": "3.936.0",
|
|
31
32
|
"@aws-sdk/util-endpoints": "3.936.0",
|
|
32
33
|
"@aws-sdk/util-user-agent-browser": "3.936.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.947.0",
|
|
34
35
|
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
-
"@smithy/core": "^3.18.
|
|
36
|
+
"@smithy/core": "^3.18.7",
|
|
36
37
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
38
|
"@smithy/hash-node": "^4.2.5",
|
|
38
39
|
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
40
|
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.3.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.14",
|
|
42
43
|
"@smithy/middleware-serde": "^4.2.6",
|
|
43
44
|
"@smithy/middleware-stack": "^4.2.5",
|
|
44
45
|
"@smithy/node-config-provider": "^4.3.5",
|
|
45
46
|
"@smithy/node-http-handler": "^4.4.5",
|
|
46
47
|
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
48
|
+
"@smithy/smithy-client": "^4.9.10",
|
|
48
49
|
"@smithy/types": "^4.9.0",
|
|
49
50
|
"@smithy/url-parser": "^4.2.5",
|
|
50
51
|
"@smithy/util-base64": "^4.3.0",
|
|
51
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.13",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.16",
|
|
55
56
|
"@smithy/util-endpoints": "^3.2.5",
|
|
56
57
|
"@smithy/util-middleware": "^4.2.5",
|
|
57
58
|
"@smithy/util-retry": "^4.2.5",
|