@aws-sdk/client-ssm-contacts 3.940.0 → 3.946.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.
Files changed (77) hide show
  1. package/dist-cjs/index.js +10 -66
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/SSMContactsClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +10 -66
  8. package/dist-types/SSMContacts.d.ts +1 -1
  9. package/dist-types/SSMContactsClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/AcceptPageCommand.d.ts +3 -3
  13. package/dist-types/commands/ActivateContactChannelCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateContactChannelCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateContactCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateRotationCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateRotationOverrideCommand.d.ts +3 -3
  18. package/dist-types/commands/DeactivateContactChannelCommand.d.ts +3 -3
  19. package/dist-types/commands/DeleteContactChannelCommand.d.ts +3 -3
  20. package/dist-types/commands/DeleteContactCommand.d.ts +3 -3
  21. package/dist-types/commands/DeleteRotationCommand.d.ts +3 -3
  22. package/dist-types/commands/DeleteRotationOverrideCommand.d.ts +3 -3
  23. package/dist-types/commands/DescribeEngagementCommand.d.ts +3 -3
  24. package/dist-types/commands/DescribePageCommand.d.ts +3 -3
  25. package/dist-types/commands/GetContactChannelCommand.d.ts +3 -3
  26. package/dist-types/commands/GetContactCommand.d.ts +3 -3
  27. package/dist-types/commands/GetContactPolicyCommand.d.ts +3 -3
  28. package/dist-types/commands/GetRotationCommand.d.ts +3 -3
  29. package/dist-types/commands/GetRotationOverrideCommand.d.ts +3 -3
  30. package/dist-types/commands/ListContactChannelsCommand.d.ts +3 -3
  31. package/dist-types/commands/ListContactsCommand.d.ts +3 -3
  32. package/dist-types/commands/ListEngagementsCommand.d.ts +3 -3
  33. package/dist-types/commands/ListPageReceiptsCommand.d.ts +3 -3
  34. package/dist-types/commands/ListPageResolutionsCommand.d.ts +3 -3
  35. package/dist-types/commands/ListPagesByContactCommand.d.ts +3 -3
  36. package/dist-types/commands/ListPagesByEngagementCommand.d.ts +3 -3
  37. package/dist-types/commands/ListPreviewRotationShiftsCommand.d.ts +3 -3
  38. package/dist-types/commands/ListRotationOverridesCommand.d.ts +3 -3
  39. package/dist-types/commands/ListRotationShiftsCommand.d.ts +3 -3
  40. package/dist-types/commands/ListRotationsCommand.d.ts +3 -3
  41. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  42. package/dist-types/commands/PutContactPolicyCommand.d.ts +3 -3
  43. package/dist-types/commands/SendActivationCodeCommand.d.ts +3 -3
  44. package/dist-types/commands/StartEngagementCommand.d.ts +3 -3
  45. package/dist-types/commands/StopEngagementCommand.d.ts +3 -3
  46. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  47. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  48. package/dist-types/commands/UpdateContactChannelCommand.d.ts +3 -3
  49. package/dist-types/commands/UpdateContactCommand.d.ts +3 -3
  50. package/dist-types/commands/UpdateRotationCommand.d.ts +3 -3
  51. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  52. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  53. package/dist-types/extensionConfiguration.d.ts +4 -4
  54. package/dist-types/models/SSMContactsServiceException.d.ts +1 -1
  55. package/dist-types/models/errors.d.ts +1 -1
  56. package/dist-types/pagination/Interfaces.d.ts +1 -1
  57. package/dist-types/pagination/ListContactChannelsPaginator.d.ts +1 -1
  58. package/dist-types/pagination/ListContactsPaginator.d.ts +1 -1
  59. package/dist-types/pagination/ListEngagementsPaginator.d.ts +1 -1
  60. package/dist-types/pagination/ListPageReceiptsPaginator.d.ts +1 -1
  61. package/dist-types/pagination/ListPageResolutionsPaginator.d.ts +1 -1
  62. package/dist-types/pagination/ListPagesByContactPaginator.d.ts +1 -1
  63. package/dist-types/pagination/ListPagesByEngagementPaginator.d.ts +1 -1
  64. package/dist-types/pagination/ListPreviewRotationShiftsPaginator.d.ts +1 -1
  65. package/dist-types/pagination/ListRotationOverridesPaginator.d.ts +1 -1
  66. package/dist-types/pagination/ListRotationShiftsPaginator.d.ts +1 -1
  67. package/dist-types/pagination/ListRotationsPaginator.d.ts +1 -1
  68. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  69. package/dist-types/runtimeConfig.d.ts +1 -1
  70. package/dist-types/runtimeConfig.native.d.ts +1 -1
  71. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  72. package/dist-types/runtimeExtensions.d.ts +1 -1
  73. package/dist-types/schemas/schemas_0.d.ts +1 -1
  74. package/dist-types/ts3.4/SSMContactsClient.d.ts +3 -3
  75. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  76. package/dist-types/ts3.4/models/SSMContactsServiceException.d.ts +1 -1
  77. package/package.json +13 -12
package/dist-cjs/index.js CHANGED
@@ -542,17 +542,7 @@ var AcceptPageRequest = [
542
542
  [0, 0, 0, 0, 0, 0],
543
543
  ];
544
544
  var AcceptPageResult = [3, n0, _APRc, 0, [], []];
545
- var AccessDeniedException = [
546
- -3,
547
- n0,
548
- _ADE,
549
- {
550
- [_e]: _c,
551
- [_hE]: 403,
552
- },
553
- [_M],
554
- [0],
555
- ];
545
+ var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
556
546
  schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
557
547
  var ActivateContactChannelRequest = [3, n0, _ACCR, 0, [_CCI, _ACc], [0, 0]];
558
548
  var ActivateContactChannelResult = [3, n0, _ACCRc, 0, [], []];
@@ -561,10 +551,7 @@ var ConflictException = [
561
551
  -3,
562
552
  n0,
563
553
  _CE,
564
- {
565
- [_e]: _c,
566
- [_hE]: 409,
567
- },
554
+ { [_e]: _c, [_hE]: 409 },
568
555
  [_M, _RI, _RT, _DE],
569
556
  [0, 0, 0, () => DependentEntityList],
570
557
  ];
@@ -617,17 +604,7 @@ var CreateRotationRequest = [
617
604
  [0, 64 | 0, 4, 0, () => RecurrenceSettings, () => TagsList, 0],
618
605
  ];
619
606
  var CreateRotationResult = [3, n0, _CRRr, 0, [_RA], [0]];
620
- var DataEncryptionException = [
621
- -3,
622
- n0,
623
- _DEE,
624
- {
625
- [_e]: _c,
626
- [_hE]: 400,
627
- },
628
- [_M],
629
- [0],
630
- ];
607
+ var DataEncryptionException = [-3, n0, _DEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
631
608
  schema.TypeRegistry.for(n0).registerError(DataEncryptionException, DataEncryptionException$1);
632
609
  var DeactivateContactChannelRequest = [3, n0, _DCCR, 0, [_CCI], [0]];
633
610
  var DeactivateContactChannelResult = [3, n0, _DCCRe, 0, [], []];
@@ -702,20 +679,9 @@ var InternalServerException = [
702
679
  -3,
703
680
  n0,
704
681
  _ISE,
705
- {
706
- [_e]: _s,
707
- [_hE]: 500,
708
- },
682
+ { [_e]: _s, [_hE]: 500 },
709
683
  [_M, _RAS],
710
- [
711
- 0,
712
- [
713
- 1,
714
- {
715
- [_hH]: _RA_,
716
- },
717
- ],
718
- ],
684
+ [0, [1, { [_hH]: _RA_ }]],
719
685
  ];
720
686
  schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
721
687
  var ListContactChannelsRequest = [3, n0, _LCCR, 0, [_CI, _NT, _MR], [0, 0, 1]];
@@ -825,10 +791,7 @@ var ResourceNotFoundException = [
825
791
  -3,
826
792
  n0,
827
793
  _RNFE,
828
- {
829
- [_e]: _c,
830
- [_hE]: 404,
831
- },
794
+ { [_e]: _c, [_hE]: 404 },
832
795
  [_M, _RI, _RT],
833
796
  [0, 0, 0],
834
797
  ];
@@ -863,10 +826,7 @@ var ServiceQuotaExceededException = [
863
826
  -3,
864
827
  n0,
865
828
  _SQEE,
866
- {
867
- [_e]: _c,
868
- [_hE]: 402,
869
- },
829
+ { [_e]: _c, [_hE]: 402 },
870
830
  [_M, _RI, _RT, _QC, _SCe],
871
831
  [0, 0, 0, 0, 0],
872
832
  ];
@@ -899,22 +859,9 @@ var ThrottlingException = [
899
859
  -3,
900
860
  n0,
901
861
  _TE,
902
- {
903
- [_e]: _c,
904
- [_hE]: 429,
905
- },
862
+ { [_e]: _c, [_hE]: 429 },
906
863
  [_M, _QC, _SCe, _RAS],
907
- [
908
- 0,
909
- 0,
910
- 0,
911
- [
912
- 1,
913
- {
914
- [_hH]: _RA_,
915
- },
916
- ],
917
- ],
864
+ [0, 0, 0, [1, { [_hH]: _RA_ }]],
918
865
  ];
919
866
  schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
920
867
  var TimeRange = [3, n0, _TR, 0, [_ST, _ET], [4, 4]];
@@ -944,10 +891,7 @@ var ValidationException = [
944
891
  -3,
945
892
  n0,
946
893
  _VE,
947
- {
948
- [_e]: _c,
949
- [_hE]: 400,
950
- },
894
+ { [_e]: _c, [_hE]: 400 },
951
895
  [_M, _Rea, _F],
952
896
  [0, 0, () => ValidationExceptionFieldList],
953
897
  ];
@@ -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, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
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 { defaultSSMContactsHttpAuthSchemeParametersProvider, 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);
@@ -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);
@@ -283,17 +283,7 @@ export var AcceptPageRequest = [
283
283
  [0, 0, 0, 0, 0, 0],
284
284
  ];
285
285
  export var AcceptPageResult = [3, n0, _APRc, 0, [], []];
286
- export var AccessDeniedException = [
287
- -3,
288
- n0,
289
- _ADE,
290
- {
291
- [_e]: _c,
292
- [_hE]: 403,
293
- },
294
- [_M],
295
- [0],
296
- ];
286
+ export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
297
287
  TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
298
288
  export var ActivateContactChannelRequest = [3, n0, _ACCR, 0, [_CCI, _ACc], [0, 0]];
299
289
  export var ActivateContactChannelResult = [3, n0, _ACCRc, 0, [], []];
@@ -302,10 +292,7 @@ export var ConflictException = [
302
292
  -3,
303
293
  n0,
304
294
  _CE,
305
- {
306
- [_e]: _c,
307
- [_hE]: 409,
308
- },
295
+ { [_e]: _c, [_hE]: 409 },
309
296
  [_M, _RI, _RT, _DE],
310
297
  [0, 0, 0, () => DependentEntityList],
311
298
  ];
@@ -358,17 +345,7 @@ export var CreateRotationRequest = [
358
345
  [0, 64 | 0, 4, 0, () => RecurrenceSettings, () => TagsList, 0],
359
346
  ];
360
347
  export var CreateRotationResult = [3, n0, _CRRr, 0, [_RA], [0]];
361
- export var DataEncryptionException = [
362
- -3,
363
- n0,
364
- _DEE,
365
- {
366
- [_e]: _c,
367
- [_hE]: 400,
368
- },
369
- [_M],
370
- [0],
371
- ];
348
+ export var DataEncryptionException = [-3, n0, _DEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
372
349
  TypeRegistry.for(n0).registerError(DataEncryptionException, __DataEncryptionException);
373
350
  export var DeactivateContactChannelRequest = [3, n0, _DCCR, 0, [_CCI], [0]];
374
351
  export var DeactivateContactChannelResult = [3, n0, _DCCRe, 0, [], []];
@@ -443,20 +420,9 @@ export var InternalServerException = [
443
420
  -3,
444
421
  n0,
445
422
  _ISE,
446
- {
447
- [_e]: _s,
448
- [_hE]: 500,
449
- },
423
+ { [_e]: _s, [_hE]: 500 },
450
424
  [_M, _RAS],
451
- [
452
- 0,
453
- [
454
- 1,
455
- {
456
- [_hH]: _RA_,
457
- },
458
- ],
459
- ],
425
+ [0, [1, { [_hH]: _RA_ }]],
460
426
  ];
461
427
  TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
462
428
  export var ListContactChannelsRequest = [3, n0, _LCCR, 0, [_CI, _NT, _MR], [0, 0, 1]];
@@ -566,10 +532,7 @@ export var ResourceNotFoundException = [
566
532
  -3,
567
533
  n0,
568
534
  _RNFE,
569
- {
570
- [_e]: _c,
571
- [_hE]: 404,
572
- },
535
+ { [_e]: _c, [_hE]: 404 },
573
536
  [_M, _RI, _RT],
574
537
  [0, 0, 0],
575
538
  ];
@@ -604,10 +567,7 @@ export var ServiceQuotaExceededException = [
604
567
  -3,
605
568
  n0,
606
569
  _SQEE,
607
- {
608
- [_e]: _c,
609
- [_hE]: 402,
610
- },
570
+ { [_e]: _c, [_hE]: 402 },
611
571
  [_M, _RI, _RT, _QC, _SCe],
612
572
  [0, 0, 0, 0, 0],
613
573
  ];
@@ -640,22 +600,9 @@ export var ThrottlingException = [
640
600
  -3,
641
601
  n0,
642
602
  _TE,
643
- {
644
- [_e]: _c,
645
- [_hE]: 429,
646
- },
603
+ { [_e]: _c, [_hE]: 429 },
647
604
  [_M, _QC, _SCe, _RAS],
648
- [
649
- 0,
650
- 0,
651
- 0,
652
- [
653
- 1,
654
- {
655
- [_hH]: _RA_,
656
- },
657
- ],
658
- ],
605
+ [0, 0, 0, [1, { [_hH]: _RA_ }]],
659
606
  ];
660
607
  TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
661
608
  export var TimeRange = [3, n0, _TR, 0, [_ST, _ET], [4, 4]];
@@ -685,10 +632,7 @@ export var ValidationException = [
685
632
  -3,
686
633
  n0,
687
634
  _VE,
688
- {
689
- [_e]: _c,
690
- [_hE]: 400,
691
- },
635
+ { [_e]: _c, [_hE]: 400 },
692
636
  [_M, _Rea, _F],
693
637
  [0, 0, () => ValidationExceptionFieldList],
694
638
  ];
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { AcceptPageCommandInput, AcceptPageCommandOutput } from "./commands/AcceptPageCommand";
3
3
  import { ActivateContactChannelCommandInput, ActivateContactChannelCommandOutput } from "./commands/ActivateContactChannelCommand";
4
4
  import { CreateContactChannelCommandInput, CreateContactChannelCommandOutput } from "./commands/CreateContactChannelCommand";
@@ -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 { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
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 { AcceptPageCommandInput, AcceptPageCommandOutput } from "./commands/AcceptPageCommand";
11
11
  import { ActivateContactChannelCommandInput, ActivateContactChannelCommandOutput } from "./commands/ActivateContactChannelCommand";
12
12
  import { CreateContactChannelCommandInput, CreateContactChannelCommandOutput } from "./commands/CreateContactChannelCommand";
@@ -47,7 +47,7 @@ import { UpdateContactChannelCommandInput, UpdateContactChannelCommandOutput } f
47
47
  import { UpdateContactCommandInput, UpdateContactCommandOutput } from "./commands/UpdateContactCommand";
48
48
  import { UpdateRotationCommandInput, UpdateRotationCommandOutput } from "./commands/UpdateRotationCommand";
49
49
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
50
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
50
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
51
51
  export { __Client };
52
52
  /**
53
53
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { SSMContactsHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { SSMContactsHttpAuthSchemeProvider } 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 { SSMContactsClientResolvedConfig } from "../SSMContactsClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type SSMContactsClientResolvedConfig } from "../SSMContactsClient";
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 { AcceptPageRequest, AcceptPageResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AcceptPageRequest, AcceptPageResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
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 { ActivateContactChannelRequest, ActivateContactChannelResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ActivateContactChannelRequest, ActivateContactChannelResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
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 { CreateContactChannelRequest, CreateContactChannelResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateContactChannelRequest, CreateContactChannelResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
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 { CreateContactRequest, CreateContactResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateContactRequest, CreateContactResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
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 { CreateRotationRequest, CreateRotationResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateRotationRequest, CreateRotationResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
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 { CreateRotationOverrideRequest, CreateRotationOverrideResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateRotationOverrideRequest, CreateRotationOverrideResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
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 { DeactivateContactChannelRequest, DeactivateContactChannelResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeactivateContactChannelRequest, DeactivateContactChannelResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
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 { DeleteContactChannelRequest, DeleteContactChannelResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteContactChannelRequest, DeleteContactChannelResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
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 { DeleteContactRequest, DeleteContactResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteContactRequest, DeleteContactResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
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 { DeleteRotationRequest, DeleteRotationResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteRotationRequest, DeleteRotationResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
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 { DeleteRotationOverrideRequest, DeleteRotationOverrideResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteRotationOverrideRequest, DeleteRotationOverrideResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
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 { DescribeEngagementRequest, DescribeEngagementResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DescribeEngagementRequest, DescribeEngagementResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
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 { DescribePageRequest, DescribePageResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DescribePageRequest, DescribePageResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
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 { GetContactChannelRequest, GetContactChannelResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetContactChannelRequest, GetContactChannelResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
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 { GetContactRequest, GetContactResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetContactRequest, GetContactResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
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 { GetContactPolicyRequest, GetContactPolicyResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetContactPolicyRequest, GetContactPolicyResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
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 { GetRotationRequest, GetRotationResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetRotationRequest, GetRotationResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
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 { GetRotationOverrideRequest, GetRotationOverrideResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetRotationOverrideRequest, GetRotationOverrideResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
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 { ListContactChannelsRequest, ListContactChannelsResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListContactChannelsRequest, ListContactChannelsResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
5
5
  /**
6
6
  * @public
7
7
  */