@aws-sdk/client-ssm-quicksetup 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 +21 -114
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/SSMQuickSetupClient.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 +21 -114
- package/dist-types/SSMQuickSetup.d.ts +1 -1
- package/dist-types/SSMQuickSetupClient.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/CreateConfigurationManagerCommand.d.ts +3 -3
- package/dist-types/commands/DeleteConfigurationManagerCommand.d.ts +3 -3
- package/dist-types/commands/GetConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/GetConfigurationManagerCommand.d.ts +3 -3
- package/dist-types/commands/GetServiceSettingsCommand.d.ts +3 -3
- package/dist-types/commands/ListConfigurationManagersCommand.d.ts +3 -3
- package/dist-types/commands/ListConfigurationsCommand.d.ts +3 -3
- package/dist-types/commands/ListQuickSetupTypesCommand.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/commands/UpdateConfigurationDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/UpdateConfigurationManagerCommand.d.ts +3 -3
- package/dist-types/commands/UpdateServiceSettingsCommand.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/SSMQuickSetupServiceException.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/ListConfigurationManagersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListConfigurationsPaginator.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/SSMQuickSetupClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/SSMQuickSetupServiceException.d.ts +1 -1
- package/package.json +13 -12
package/dist-cjs/index.js
CHANGED
|
@@ -310,17 +310,7 @@ const _s = "server";
|
|
|
310
310
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.ssmquicksetup";
|
|
311
311
|
const _tK = "tagKeys";
|
|
312
312
|
const n0 = "com.amazonaws.ssmquicksetup";
|
|
313
|
-
var AccessDeniedException = [
|
|
314
|
-
-3,
|
|
315
|
-
n0,
|
|
316
|
-
_ADE,
|
|
317
|
-
{
|
|
318
|
-
[_e]: _c,
|
|
319
|
-
[_hE]: 403,
|
|
320
|
-
},
|
|
321
|
-
[_M],
|
|
322
|
-
[0],
|
|
323
|
-
];
|
|
313
|
+
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
324
314
|
schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
|
|
325
315
|
var ConfigurationDefinition = [
|
|
326
316
|
3,
|
|
@@ -362,17 +352,7 @@ var ConfigurationSummary = [
|
|
|
362
352
|
[_I, _MA, _CDIo, _T, _TV, _R, _A, _CA, _FCP, _SS],
|
|
363
353
|
[0, 0, 0, 0, 0, 0, 0, 5, 128 | 0, () => StatusSummariesList],
|
|
364
354
|
];
|
|
365
|
-
var ConflictException = [
|
|
366
|
-
-3,
|
|
367
|
-
n0,
|
|
368
|
-
_CE,
|
|
369
|
-
{
|
|
370
|
-
[_e]: _c,
|
|
371
|
-
[_hE]: 409,
|
|
372
|
-
},
|
|
373
|
-
[_M],
|
|
374
|
-
[0],
|
|
375
|
-
];
|
|
355
|
+
var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
376
356
|
schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
|
|
377
357
|
var CreateConfigurationManagerInput = [
|
|
378
358
|
3,
|
|
@@ -404,17 +384,7 @@ var GetConfigurationOutput = [
|
|
|
404
384
|
[0, 0, 0, 0, 0, 0, 0, 5, 5, () => StatusSummariesList, 128 | 0],
|
|
405
385
|
];
|
|
406
386
|
var GetServiceSettingsOutput = [3, n0, _GSSO, 0, [_SSe], [() => ServiceSettings]];
|
|
407
|
-
var InternalServerException = [
|
|
408
|
-
-3,
|
|
409
|
-
n0,
|
|
410
|
-
_ISE,
|
|
411
|
-
{
|
|
412
|
-
[_e]: _s,
|
|
413
|
-
[_hE]: 500,
|
|
414
|
-
},
|
|
415
|
-
[_M],
|
|
416
|
-
[0],
|
|
417
|
-
];
|
|
387
|
+
var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
418
388
|
schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
|
|
419
389
|
var ListConfigurationManagersInput = [
|
|
420
390
|
3,
|
|
@@ -452,17 +422,7 @@ var ListQuickSetupTypesOutput = [3, n0, _LQSTO, 0, [_QSTL], [() => QuickSetupTyp
|
|
|
452
422
|
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA], [[0, 1]]];
|
|
453
423
|
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta], [[() => Tags, 0]]];
|
|
454
424
|
var QuickSetupTypeOutput = [3, n0, _QSTO, 0, [_T, _LV], [0, 0]];
|
|
455
|
-
var ResourceNotFoundException = [
|
|
456
|
-
-3,
|
|
457
|
-
n0,
|
|
458
|
-
_RNFE,
|
|
459
|
-
{
|
|
460
|
-
[_e]: _c,
|
|
461
|
-
[_hE]: 404,
|
|
462
|
-
},
|
|
463
|
-
[_M],
|
|
464
|
-
[0],
|
|
465
|
-
];
|
|
425
|
+
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
466
426
|
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
|
|
467
427
|
var ServiceSettings = [3, n0, _SSe, 0, [_EERA], [0]];
|
|
468
428
|
var StatusSummary = [3, n0, _SSt, 0, [_STt, _S, _SM, _LUA, _SD], [0, 0, 0, 5, 128 | 0]];
|
|
@@ -478,17 +438,7 @@ var TagResourceInput = [
|
|
|
478
438
|
[() => TagsMap, 0],
|
|
479
439
|
],
|
|
480
440
|
];
|
|
481
|
-
var ThrottlingException = [
|
|
482
|
-
-3,
|
|
483
|
-
n0,
|
|
484
|
-
_TEh,
|
|
485
|
-
{
|
|
486
|
-
[_e]: _c,
|
|
487
|
-
[_hE]: 429,
|
|
488
|
-
},
|
|
489
|
-
[_M],
|
|
490
|
-
[0],
|
|
491
|
-
];
|
|
441
|
+
var ThrottlingException = [-3, n0, _TEh, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
492
442
|
schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
|
|
493
443
|
var UntagResourceInput = [
|
|
494
444
|
3,
|
|
@@ -498,12 +448,7 @@ var UntagResourceInput = [
|
|
|
498
448
|
[_RA, _TK],
|
|
499
449
|
[
|
|
500
450
|
[0, 1],
|
|
501
|
-
[
|
|
502
|
-
64 | 0,
|
|
503
|
-
{
|
|
504
|
-
[_hQ]: _tK,
|
|
505
|
-
},
|
|
506
|
-
],
|
|
451
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
507
452
|
],
|
|
508
453
|
];
|
|
509
454
|
var UpdateConfigurationDefinitionInput = [
|
|
@@ -516,17 +461,7 @@ var UpdateConfigurationDefinitionInput = [
|
|
|
516
461
|
];
|
|
517
462
|
var UpdateConfigurationManagerInput = [3, n0, _UCMI, 0, [_MA, _N, _D], [[0, 1], 0, 0]];
|
|
518
463
|
var UpdateServiceSettingsInput = [3, n0, _USSI, 0, [_EERA], [0]];
|
|
519
|
-
var ValidationException = [
|
|
520
|
-
-3,
|
|
521
|
-
n0,
|
|
522
|
-
_VE,
|
|
523
|
-
{
|
|
524
|
-
[_e]: _c,
|
|
525
|
-
[_hE]: 400,
|
|
526
|
-
},
|
|
527
|
-
[_M],
|
|
528
|
-
[0],
|
|
529
|
-
];
|
|
464
|
+
var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
530
465
|
schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
|
|
531
466
|
var __Unit = "unit";
|
|
532
467
|
var SSMQuickSetupServiceException = [-3, _sm, "SSMQuickSetupServiceException", 0, [], []];
|
|
@@ -551,9 +486,7 @@ var CreateConfigurationManager = [
|
|
|
551
486
|
9,
|
|
552
487
|
n0,
|
|
553
488
|
_CCM,
|
|
554
|
-
{
|
|
555
|
-
[_h]: ["POST", "/configurationManager", 200],
|
|
556
|
-
},
|
|
489
|
+
{ [_h]: ["POST", "/configurationManager", 200] },
|
|
557
490
|
() => CreateConfigurationManagerInput,
|
|
558
491
|
() => CreateConfigurationManagerOutput,
|
|
559
492
|
];
|
|
@@ -561,9 +494,7 @@ var DeleteConfigurationManager = [
|
|
|
561
494
|
9,
|
|
562
495
|
n0,
|
|
563
496
|
_DCM,
|
|
564
|
-
{
|
|
565
|
-
[_h]: ["DELETE", "/configurationManager/{ManagerArn}", 200],
|
|
566
|
-
},
|
|
497
|
+
{ [_h]: ["DELETE", "/configurationManager/{ManagerArn}", 200] },
|
|
567
498
|
() => DeleteConfigurationManagerInput,
|
|
568
499
|
() => __Unit,
|
|
569
500
|
];
|
|
@@ -571,9 +502,7 @@ var GetConfiguration = [
|
|
|
571
502
|
9,
|
|
572
503
|
n0,
|
|
573
504
|
_GC,
|
|
574
|
-
{
|
|
575
|
-
[_h]: ["GET", "/getConfiguration/{ConfigurationId}", 200],
|
|
576
|
-
},
|
|
505
|
+
{ [_h]: ["GET", "/getConfiguration/{ConfigurationId}", 200] },
|
|
577
506
|
() => GetConfigurationInput,
|
|
578
507
|
() => GetConfigurationOutput,
|
|
579
508
|
];
|
|
@@ -581,9 +510,7 @@ var GetConfigurationManager = [
|
|
|
581
510
|
9,
|
|
582
511
|
n0,
|
|
583
512
|
_GCM,
|
|
584
|
-
{
|
|
585
|
-
[_h]: ["GET", "/configurationManager/{ManagerArn}", 200],
|
|
586
|
-
},
|
|
513
|
+
{ [_h]: ["GET", "/configurationManager/{ManagerArn}", 200] },
|
|
587
514
|
() => GetConfigurationManagerInput,
|
|
588
515
|
() => GetConfigurationManagerOutput,
|
|
589
516
|
];
|
|
@@ -591,9 +518,7 @@ var GetServiceSettings = [
|
|
|
591
518
|
9,
|
|
592
519
|
n0,
|
|
593
520
|
_GSS,
|
|
594
|
-
{
|
|
595
|
-
[_h]: ["GET", "/serviceSettings", 200],
|
|
596
|
-
},
|
|
521
|
+
{ [_h]: ["GET", "/serviceSettings", 200] },
|
|
597
522
|
() => __Unit,
|
|
598
523
|
() => GetServiceSettingsOutput,
|
|
599
524
|
];
|
|
@@ -601,9 +526,7 @@ var ListConfigurationManagers = [
|
|
|
601
526
|
9,
|
|
602
527
|
n0,
|
|
603
528
|
_LCM,
|
|
604
|
-
{
|
|
605
|
-
[_h]: ["POST", "/listConfigurationManagers", 200],
|
|
606
|
-
},
|
|
529
|
+
{ [_h]: ["POST", "/listConfigurationManagers", 200] },
|
|
607
530
|
() => ListConfigurationManagersInput,
|
|
608
531
|
() => ListConfigurationManagersOutput,
|
|
609
532
|
];
|
|
@@ -611,9 +534,7 @@ var ListConfigurations = [
|
|
|
611
534
|
9,
|
|
612
535
|
n0,
|
|
613
536
|
_LC,
|
|
614
|
-
{
|
|
615
|
-
[_h]: ["POST", "/listConfigurations", 200],
|
|
616
|
-
},
|
|
537
|
+
{ [_h]: ["POST", "/listConfigurations", 200] },
|
|
617
538
|
() => ListConfigurationsInput,
|
|
618
539
|
() => ListConfigurationsOutput,
|
|
619
540
|
];
|
|
@@ -621,9 +542,7 @@ var ListQuickSetupTypes = [
|
|
|
621
542
|
9,
|
|
622
543
|
n0,
|
|
623
544
|
_LQST,
|
|
624
|
-
{
|
|
625
|
-
[_h]: ["GET", "/listQuickSetupTypes", 200],
|
|
626
|
-
},
|
|
545
|
+
{ [_h]: ["GET", "/listQuickSetupTypes", 200] },
|
|
627
546
|
() => __Unit,
|
|
628
547
|
() => ListQuickSetupTypesOutput,
|
|
629
548
|
];
|
|
@@ -631,9 +550,7 @@ var ListTagsForResource = [
|
|
|
631
550
|
9,
|
|
632
551
|
n0,
|
|
633
552
|
_LTFR,
|
|
634
|
-
{
|
|
635
|
-
[_h]: ["GET", "/tags/{ResourceArn}", 200],
|
|
636
|
-
},
|
|
553
|
+
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] },
|
|
637
554
|
() => ListTagsForResourceRequest,
|
|
638
555
|
() => ListTagsForResourceResponse,
|
|
639
556
|
];
|
|
@@ -641,9 +558,7 @@ var TagResource = [
|
|
|
641
558
|
9,
|
|
642
559
|
n0,
|
|
643
560
|
_TR,
|
|
644
|
-
{
|
|
645
|
-
[_h]: ["PUT", "/tags/{ResourceArn}", 200],
|
|
646
|
-
},
|
|
561
|
+
{ [_h]: ["PUT", "/tags/{ResourceArn}", 200] },
|
|
647
562
|
() => TagResourceInput,
|
|
648
563
|
() => __Unit,
|
|
649
564
|
];
|
|
@@ -651,9 +566,7 @@ var UntagResource = [
|
|
|
651
566
|
9,
|
|
652
567
|
n0,
|
|
653
568
|
_UR,
|
|
654
|
-
{
|
|
655
|
-
[_h]: ["DELETE", "/tags/{ResourceArn}", 200],
|
|
656
|
-
},
|
|
569
|
+
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 200] },
|
|
657
570
|
() => UntagResourceInput,
|
|
658
571
|
() => __Unit,
|
|
659
572
|
];
|
|
@@ -661,9 +574,7 @@ var UpdateConfigurationDefinition = [
|
|
|
661
574
|
9,
|
|
662
575
|
n0,
|
|
663
576
|
_UCD,
|
|
664
|
-
{
|
|
665
|
-
[_h]: ["PUT", "/configurationDefinition/{ManagerArn}/{Id}", 200],
|
|
666
|
-
},
|
|
577
|
+
{ [_h]: ["PUT", "/configurationDefinition/{ManagerArn}/{Id}", 200] },
|
|
667
578
|
() => UpdateConfigurationDefinitionInput,
|
|
668
579
|
() => __Unit,
|
|
669
580
|
];
|
|
@@ -671,9 +582,7 @@ var UpdateConfigurationManager = [
|
|
|
671
582
|
9,
|
|
672
583
|
n0,
|
|
673
584
|
_UCM,
|
|
674
|
-
{
|
|
675
|
-
[_h]: ["PUT", "/configurationManager/{ManagerArn}", 200],
|
|
676
|
-
},
|
|
585
|
+
{ [_h]: ["PUT", "/configurationManager/{ManagerArn}", 200] },
|
|
677
586
|
() => UpdateConfigurationManagerInput,
|
|
678
587
|
() => __Unit,
|
|
679
588
|
];
|
|
@@ -681,9 +590,7 @@ var UpdateServiceSettings = [
|
|
|
681
590
|
9,
|
|
682
591
|
n0,
|
|
683
592
|
_USS,
|
|
684
|
-
{
|
|
685
|
-
[_h]: ["PUT", "/serviceSettings", 200],
|
|
686
|
-
},
|
|
593
|
+
{ [_h]: ["PUT", "/serviceSettings", 200] },
|
|
687
594
|
() => UpdateServiceSettingsInput,
|
|
688
595
|
() => __Unit,
|
|
689
596
|
];
|
|
@@ -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 { defaultSSMQuickSetupHttpAuthSchemeParametersProvider, 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);
|
|
@@ -107,17 +107,7 @@ const n0 = "com.amazonaws.ssmquicksetup";
|
|
|
107
107
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
108
108
|
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
|
|
109
109
|
import { SSMQuickSetupServiceException as __SSMQuickSetupServiceException } from "../models/SSMQuickSetupServiceException";
|
|
110
|
-
export var AccessDeniedException = [
|
|
111
|
-
-3,
|
|
112
|
-
n0,
|
|
113
|
-
_ADE,
|
|
114
|
-
{
|
|
115
|
-
[_e]: _c,
|
|
116
|
-
[_hE]: 403,
|
|
117
|
-
},
|
|
118
|
-
[_M],
|
|
119
|
-
[0],
|
|
120
|
-
];
|
|
110
|
+
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
121
111
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
122
112
|
export var ConfigurationDefinition = [
|
|
123
113
|
3,
|
|
@@ -159,17 +149,7 @@ export var ConfigurationSummary = [
|
|
|
159
149
|
[_I, _MA, _CDIo, _T, _TV, _R, _A, _CA, _FCP, _SS],
|
|
160
150
|
[0, 0, 0, 0, 0, 0, 0, 5, 128 | 0, () => StatusSummariesList],
|
|
161
151
|
];
|
|
162
|
-
export var ConflictException = [
|
|
163
|
-
-3,
|
|
164
|
-
n0,
|
|
165
|
-
_CE,
|
|
166
|
-
{
|
|
167
|
-
[_e]: _c,
|
|
168
|
-
[_hE]: 409,
|
|
169
|
-
},
|
|
170
|
-
[_M],
|
|
171
|
-
[0],
|
|
172
|
-
];
|
|
152
|
+
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
173
153
|
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
174
154
|
export var CreateConfigurationManagerInput = [
|
|
175
155
|
3,
|
|
@@ -201,17 +181,7 @@ export var GetConfigurationOutput = [
|
|
|
201
181
|
[0, 0, 0, 0, 0, 0, 0, 5, 5, () => StatusSummariesList, 128 | 0],
|
|
202
182
|
];
|
|
203
183
|
export var GetServiceSettingsOutput = [3, n0, _GSSO, 0, [_SSe], [() => ServiceSettings]];
|
|
204
|
-
export var InternalServerException = [
|
|
205
|
-
-3,
|
|
206
|
-
n0,
|
|
207
|
-
_ISE,
|
|
208
|
-
{
|
|
209
|
-
[_e]: _s,
|
|
210
|
-
[_hE]: 500,
|
|
211
|
-
},
|
|
212
|
-
[_M],
|
|
213
|
-
[0],
|
|
214
|
-
];
|
|
184
|
+
export var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
215
185
|
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
216
186
|
export var ListConfigurationManagersInput = [
|
|
217
187
|
3,
|
|
@@ -249,17 +219,7 @@ export var ListQuickSetupTypesOutput = [3, n0, _LQSTO, 0, [_QSTL], [() => QuickS
|
|
|
249
219
|
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA], [[0, 1]]];
|
|
250
220
|
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta], [[() => Tags, 0]]];
|
|
251
221
|
export var QuickSetupTypeOutput = [3, n0, _QSTO, 0, [_T, _LV], [0, 0]];
|
|
252
|
-
export var ResourceNotFoundException = [
|
|
253
|
-
-3,
|
|
254
|
-
n0,
|
|
255
|
-
_RNFE,
|
|
256
|
-
{
|
|
257
|
-
[_e]: _c,
|
|
258
|
-
[_hE]: 404,
|
|
259
|
-
},
|
|
260
|
-
[_M],
|
|
261
|
-
[0],
|
|
262
|
-
];
|
|
222
|
+
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
263
223
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
264
224
|
export var ServiceSettings = [3, n0, _SSe, 0, [_EERA], [0]];
|
|
265
225
|
export var StatusSummary = [3, n0, _SSt, 0, [_STt, _S, _SM, _LUA, _SD], [0, 0, 0, 5, 128 | 0]];
|
|
@@ -275,17 +235,7 @@ export var TagResourceInput = [
|
|
|
275
235
|
[() => TagsMap, 0],
|
|
276
236
|
],
|
|
277
237
|
];
|
|
278
|
-
export var ThrottlingException = [
|
|
279
|
-
-3,
|
|
280
|
-
n0,
|
|
281
|
-
_TEh,
|
|
282
|
-
{
|
|
283
|
-
[_e]: _c,
|
|
284
|
-
[_hE]: 429,
|
|
285
|
-
},
|
|
286
|
-
[_M],
|
|
287
|
-
[0],
|
|
288
|
-
];
|
|
238
|
+
export var ThrottlingException = [-3, n0, _TEh, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
289
239
|
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
290
240
|
export var UntagResourceInput = [
|
|
291
241
|
3,
|
|
@@ -295,12 +245,7 @@ export var UntagResourceInput = [
|
|
|
295
245
|
[_RA, _TK],
|
|
296
246
|
[
|
|
297
247
|
[0, 1],
|
|
298
|
-
[
|
|
299
|
-
64 | 0,
|
|
300
|
-
{
|
|
301
|
-
[_hQ]: _tK,
|
|
302
|
-
},
|
|
303
|
-
],
|
|
248
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
304
249
|
],
|
|
305
250
|
];
|
|
306
251
|
export var UpdateConfigurationDefinitionInput = [
|
|
@@ -313,17 +258,7 @@ export var UpdateConfigurationDefinitionInput = [
|
|
|
313
258
|
];
|
|
314
259
|
export var UpdateConfigurationManagerInput = [3, n0, _UCMI, 0, [_MA, _N, _D], [[0, 1], 0, 0]];
|
|
315
260
|
export var UpdateServiceSettingsInput = [3, n0, _USSI, 0, [_EERA], [0]];
|
|
316
|
-
export var ValidationException = [
|
|
317
|
-
-3,
|
|
318
|
-
n0,
|
|
319
|
-
_VE,
|
|
320
|
-
{
|
|
321
|
-
[_e]: _c,
|
|
322
|
-
[_hE]: 400,
|
|
323
|
-
},
|
|
324
|
-
[_M],
|
|
325
|
-
[0],
|
|
326
|
-
];
|
|
261
|
+
export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
327
262
|
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
328
263
|
export var __Unit = "unit";
|
|
329
264
|
export var SSMQuickSetupServiceException = [-3, _sm, "SSMQuickSetupServiceException", 0, [], []];
|
|
@@ -352,9 +287,7 @@ export var CreateConfigurationManager = [
|
|
|
352
287
|
9,
|
|
353
288
|
n0,
|
|
354
289
|
_CCM,
|
|
355
|
-
{
|
|
356
|
-
[_h]: ["POST", "/configurationManager", 200],
|
|
357
|
-
},
|
|
290
|
+
{ [_h]: ["POST", "/configurationManager", 200] },
|
|
358
291
|
() => CreateConfigurationManagerInput,
|
|
359
292
|
() => CreateConfigurationManagerOutput,
|
|
360
293
|
];
|
|
@@ -362,9 +295,7 @@ export var DeleteConfigurationManager = [
|
|
|
362
295
|
9,
|
|
363
296
|
n0,
|
|
364
297
|
_DCM,
|
|
365
|
-
{
|
|
366
|
-
[_h]: ["DELETE", "/configurationManager/{ManagerArn}", 200],
|
|
367
|
-
},
|
|
298
|
+
{ [_h]: ["DELETE", "/configurationManager/{ManagerArn}", 200] },
|
|
368
299
|
() => DeleteConfigurationManagerInput,
|
|
369
300
|
() => __Unit,
|
|
370
301
|
];
|
|
@@ -372,9 +303,7 @@ export var GetConfiguration = [
|
|
|
372
303
|
9,
|
|
373
304
|
n0,
|
|
374
305
|
_GC,
|
|
375
|
-
{
|
|
376
|
-
[_h]: ["GET", "/getConfiguration/{ConfigurationId}", 200],
|
|
377
|
-
},
|
|
306
|
+
{ [_h]: ["GET", "/getConfiguration/{ConfigurationId}", 200] },
|
|
378
307
|
() => GetConfigurationInput,
|
|
379
308
|
() => GetConfigurationOutput,
|
|
380
309
|
];
|
|
@@ -382,9 +311,7 @@ export var GetConfigurationManager = [
|
|
|
382
311
|
9,
|
|
383
312
|
n0,
|
|
384
313
|
_GCM,
|
|
385
|
-
{
|
|
386
|
-
[_h]: ["GET", "/configurationManager/{ManagerArn}", 200],
|
|
387
|
-
},
|
|
314
|
+
{ [_h]: ["GET", "/configurationManager/{ManagerArn}", 200] },
|
|
388
315
|
() => GetConfigurationManagerInput,
|
|
389
316
|
() => GetConfigurationManagerOutput,
|
|
390
317
|
];
|
|
@@ -392,9 +319,7 @@ export var GetServiceSettings = [
|
|
|
392
319
|
9,
|
|
393
320
|
n0,
|
|
394
321
|
_GSS,
|
|
395
|
-
{
|
|
396
|
-
[_h]: ["GET", "/serviceSettings", 200],
|
|
397
|
-
},
|
|
322
|
+
{ [_h]: ["GET", "/serviceSettings", 200] },
|
|
398
323
|
() => __Unit,
|
|
399
324
|
() => GetServiceSettingsOutput,
|
|
400
325
|
];
|
|
@@ -402,9 +327,7 @@ export var ListConfigurationManagers = [
|
|
|
402
327
|
9,
|
|
403
328
|
n0,
|
|
404
329
|
_LCM,
|
|
405
|
-
{
|
|
406
|
-
[_h]: ["POST", "/listConfigurationManagers", 200],
|
|
407
|
-
},
|
|
330
|
+
{ [_h]: ["POST", "/listConfigurationManagers", 200] },
|
|
408
331
|
() => ListConfigurationManagersInput,
|
|
409
332
|
() => ListConfigurationManagersOutput,
|
|
410
333
|
];
|
|
@@ -412,9 +335,7 @@ export var ListConfigurations = [
|
|
|
412
335
|
9,
|
|
413
336
|
n0,
|
|
414
337
|
_LC,
|
|
415
|
-
{
|
|
416
|
-
[_h]: ["POST", "/listConfigurations", 200],
|
|
417
|
-
},
|
|
338
|
+
{ [_h]: ["POST", "/listConfigurations", 200] },
|
|
418
339
|
() => ListConfigurationsInput,
|
|
419
340
|
() => ListConfigurationsOutput,
|
|
420
341
|
];
|
|
@@ -422,9 +343,7 @@ export var ListQuickSetupTypes = [
|
|
|
422
343
|
9,
|
|
423
344
|
n0,
|
|
424
345
|
_LQST,
|
|
425
|
-
{
|
|
426
|
-
[_h]: ["GET", "/listQuickSetupTypes", 200],
|
|
427
|
-
},
|
|
346
|
+
{ [_h]: ["GET", "/listQuickSetupTypes", 200] },
|
|
428
347
|
() => __Unit,
|
|
429
348
|
() => ListQuickSetupTypesOutput,
|
|
430
349
|
];
|
|
@@ -432,9 +351,7 @@ export var ListTagsForResource = [
|
|
|
432
351
|
9,
|
|
433
352
|
n0,
|
|
434
353
|
_LTFR,
|
|
435
|
-
{
|
|
436
|
-
[_h]: ["GET", "/tags/{ResourceArn}", 200],
|
|
437
|
-
},
|
|
354
|
+
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] },
|
|
438
355
|
() => ListTagsForResourceRequest,
|
|
439
356
|
() => ListTagsForResourceResponse,
|
|
440
357
|
];
|
|
@@ -442,9 +359,7 @@ export var TagResource = [
|
|
|
442
359
|
9,
|
|
443
360
|
n0,
|
|
444
361
|
_TR,
|
|
445
|
-
{
|
|
446
|
-
[_h]: ["PUT", "/tags/{ResourceArn}", 200],
|
|
447
|
-
},
|
|
362
|
+
{ [_h]: ["PUT", "/tags/{ResourceArn}", 200] },
|
|
448
363
|
() => TagResourceInput,
|
|
449
364
|
() => __Unit,
|
|
450
365
|
];
|
|
@@ -452,9 +367,7 @@ export var UntagResource = [
|
|
|
452
367
|
9,
|
|
453
368
|
n0,
|
|
454
369
|
_UR,
|
|
455
|
-
{
|
|
456
|
-
[_h]: ["DELETE", "/tags/{ResourceArn}", 200],
|
|
457
|
-
},
|
|
370
|
+
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 200] },
|
|
458
371
|
() => UntagResourceInput,
|
|
459
372
|
() => __Unit,
|
|
460
373
|
];
|
|
@@ -462,9 +375,7 @@ export var UpdateConfigurationDefinition = [
|
|
|
462
375
|
9,
|
|
463
376
|
n0,
|
|
464
377
|
_UCD,
|
|
465
|
-
{
|
|
466
|
-
[_h]: ["PUT", "/configurationDefinition/{ManagerArn}/{Id}", 200],
|
|
467
|
-
},
|
|
378
|
+
{ [_h]: ["PUT", "/configurationDefinition/{ManagerArn}/{Id}", 200] },
|
|
468
379
|
() => UpdateConfigurationDefinitionInput,
|
|
469
380
|
() => __Unit,
|
|
470
381
|
];
|
|
@@ -472,9 +383,7 @@ export var UpdateConfigurationManager = [
|
|
|
472
383
|
9,
|
|
473
384
|
n0,
|
|
474
385
|
_UCM,
|
|
475
|
-
{
|
|
476
|
-
[_h]: ["PUT", "/configurationManager/{ManagerArn}", 200],
|
|
477
|
-
},
|
|
386
|
+
{ [_h]: ["PUT", "/configurationManager/{ManagerArn}", 200] },
|
|
478
387
|
() => UpdateConfigurationManagerInput,
|
|
479
388
|
() => __Unit,
|
|
480
389
|
];
|
|
@@ -482,9 +391,7 @@ export var UpdateServiceSettings = [
|
|
|
482
391
|
9,
|
|
483
392
|
n0,
|
|
484
393
|
_USS,
|
|
485
|
-
{
|
|
486
|
-
[_h]: ["PUT", "/serviceSettings", 200],
|
|
487
|
-
},
|
|
394
|
+
{ [_h]: ["PUT", "/serviceSettings", 200] },
|
|
488
395
|
() => UpdateServiceSettingsInput,
|
|
489
396
|
() => __Unit,
|
|
490
397
|
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { CreateConfigurationManagerCommandInput, CreateConfigurationManagerCommandOutput } from "./commands/CreateConfigurationManagerCommand";
|
|
3
3
|
import { DeleteConfigurationManagerCommandInput, DeleteConfigurationManagerCommandOutput } from "./commands/DeleteConfigurationManagerCommand";
|
|
4
4
|
import { GetConfigurationCommandInput, GetConfigurationCommandOutput } from "./commands/GetConfigurationCommand";
|
|
@@ -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 { CreateConfigurationManagerCommandInput, CreateConfigurationManagerCommandOutput } from "./commands/CreateConfigurationManagerCommand";
|
|
11
11
|
import { DeleteConfigurationManagerCommandInput, DeleteConfigurationManagerCommandOutput } from "./commands/DeleteConfigurationManagerCommand";
|
|
12
12
|
import { GetConfigurationCommandInput, GetConfigurationCommandOutput } from "./commands/GetConfigurationCommand";
|
|
@@ -22,7 +22,7 @@ import { UpdateConfigurationDefinitionCommandInput, UpdateConfigurationDefinitio
|
|
|
22
22
|
import { UpdateConfigurationManagerCommandInput, UpdateConfigurationManagerCommandOutput } from "./commands/UpdateConfigurationManagerCommand";
|
|
23
23
|
import { UpdateServiceSettingsCommandInput, UpdateServiceSettingsCommandOutput } from "./commands/UpdateServiceSettingsCommand";
|
|
24
24
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
25
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
25
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
26
26
|
export { __Client };
|
|
27
27
|
/**
|
|
28
28
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { SSMQuickSetupHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { SSMQuickSetupHttpAuthSchemeProvider } 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 { SSMQuickSetupClientResolvedConfig } from "../SSMQuickSetupClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type SSMQuickSetupClientResolvedConfig } from "../SSMQuickSetupClient";
|
|
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 { CreateConfigurationManagerInput, CreateConfigurationManagerOutput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SSMQuickSetupClientResolvedConfig } from "../SSMQuickSetupClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreateConfigurationManagerInput, CreateConfigurationManagerOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SSMQuickSetupClientResolvedConfig } from "../SSMQuickSetupClient";
|
|
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 { DeleteConfigurationManagerInput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SSMQuickSetupClientResolvedConfig } from "../SSMQuickSetupClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeleteConfigurationManagerInput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SSMQuickSetupClientResolvedConfig } from "../SSMQuickSetupClient";
|
|
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 { GetConfigurationInput, GetConfigurationOutput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SSMQuickSetupClientResolvedConfig } from "../SSMQuickSetupClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetConfigurationInput, GetConfigurationOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SSMQuickSetupClientResolvedConfig } from "../SSMQuickSetupClient";
|
|
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 { GetConfigurationManagerInput, GetConfigurationManagerOutput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SSMQuickSetupClientResolvedConfig } from "../SSMQuickSetupClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetConfigurationManagerInput, GetConfigurationManagerOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SSMQuickSetupClientResolvedConfig } from "../SSMQuickSetupClient";
|
|
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 { GetServiceSettingsOutput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SSMQuickSetupClientResolvedConfig } from "../SSMQuickSetupClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetServiceSettingsOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SSMQuickSetupClientResolvedConfig } from "../SSMQuickSetupClient";
|
|
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 { ListConfigurationManagersInput, ListConfigurationManagersOutput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SSMQuickSetupClientResolvedConfig } from "../SSMQuickSetupClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListConfigurationManagersInput, ListConfigurationManagersOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SSMQuickSetupClientResolvedConfig } from "../SSMQuickSetupClient";
|
|
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 { ListConfigurationsInput, ListConfigurationsOutput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SSMQuickSetupClientResolvedConfig } from "../SSMQuickSetupClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListConfigurationsInput, ListConfigurationsOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SSMQuickSetupClientResolvedConfig } from "../SSMQuickSetupClient";
|
|
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 { ListQuickSetupTypesOutput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SSMQuickSetupClientResolvedConfig } from "../SSMQuickSetupClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListQuickSetupTypesOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SSMQuickSetupClientResolvedConfig } from "../SSMQuickSetupClient";
|
|
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 { ServiceInputTypes, ServiceOutputTypes, SSMQuickSetupClientResolvedConfig } from "../SSMQuickSetupClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SSMQuickSetupClientResolvedConfig } from "../SSMQuickSetupClient";
|
|
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 { TagResourceInput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SSMQuickSetupClientResolvedConfig } from "../SSMQuickSetupClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { TagResourceInput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SSMQuickSetupClientResolvedConfig } from "../SSMQuickSetupClient";
|
|
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 { UntagResourceInput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SSMQuickSetupClientResolvedConfig } from "../SSMQuickSetupClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { UntagResourceInput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SSMQuickSetupClientResolvedConfig } from "../SSMQuickSetupClient";
|
|
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 { UpdateConfigurationDefinitionInput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SSMQuickSetupClientResolvedConfig } from "../SSMQuickSetupClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { UpdateConfigurationDefinitionInput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SSMQuickSetupClientResolvedConfig } from "../SSMQuickSetupClient";
|
|
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 { UpdateConfigurationManagerInput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SSMQuickSetupClientResolvedConfig } from "../SSMQuickSetupClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { UpdateConfigurationManagerInput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SSMQuickSetupClientResolvedConfig } from "../SSMQuickSetupClient";
|
|
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 { UpdateServiceSettingsInput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SSMQuickSetupClientResolvedConfig } from "../SSMQuickSetupClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { UpdateServiceSettingsInput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SSMQuickSetupClientResolvedConfig } from "../SSMQuickSetupClient";
|
|
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 { SSMQuickSetupServiceException as __BaseException } from "./SSMQuickSetupServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* <p>The requester has insufficient permissions to perform the operation.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListConfigurationManagersCommandInput, ListConfigurationManagersCommandOutput } from "../commands/ListConfigurationManagersCommand";
|
|
3
3
|
import { SSMQuickSetupPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListConfigurationsCommandInput, ListConfigurationsCommandOutput } from "../commands/ListConfigurationsCommand";
|
|
3
3
|
import { SSMQuickSetupPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { StaticErrorSchema, StaticListSchema, StaticMapSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
1
|
+
import type { StaticErrorSchema, StaticListSchema, StaticMapSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
2
|
export declare var AccessDeniedException: StaticErrorSchema;
|
|
3
3
|
export declare var ConfigurationDefinition: StaticStructureSchema;
|
|
4
4
|
export declare var ConfigurationDefinitionInput: StaticStructureSchema;
|
|
@@ -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-ssm-quicksetup",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ssm Quicksetup 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-ssm-quicksetup",
|
|
@@ -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 ssm-quicksetup"
|
|
14
|
+
"generate:client": "node ../../scripts/generate-clients/single-service --solo ssm-quicksetup",
|
|
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",
|