@aws-sdk/client-connecthealth 3.1045.0 → 3.1046.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 (85) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +50 -51
  5. package/dist-cjs/models/ConnectHealthServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +15 -17
  7. package/dist-cjs/runtimeConfig.js +20 -24
  8. package/dist-cjs/runtimeConfig.native.js +2 -2
  9. package/dist-cjs/runtimeConfig.shared.js +9 -10
  10. package/dist-es/ConnectHealth.js +1 -1
  11. package/dist-es/ConnectHealthClient.js +6 -6
  12. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  13. package/dist-es/commands/ActivateSubscriptionCommand.js +2 -2
  14. package/dist-es/commands/CreateDomainCommand.js +2 -2
  15. package/dist-es/commands/CreateSubscriptionCommand.js +2 -2
  16. package/dist-es/commands/DeactivateSubscriptionCommand.js +2 -2
  17. package/dist-es/commands/DeleteDomainCommand.js +2 -2
  18. package/dist-es/commands/GetDomainCommand.js +2 -2
  19. package/dist-es/commands/GetMedicalScribeListeningSessionCommand.js +2 -2
  20. package/dist-es/commands/GetPatientInsightsJobCommand.js +2 -2
  21. package/dist-es/commands/GetSubscriptionCommand.js +2 -2
  22. package/dist-es/commands/ListDomainsCommand.js +2 -2
  23. package/dist-es/commands/ListSubscriptionsCommand.js +2 -2
  24. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  25. package/dist-es/commands/StartMedicalScribeListeningSessionCommand.js +2 -2
  26. package/dist-es/commands/StartPatientInsightsJobCommand.js +2 -2
  27. package/dist-es/commands/TagResourceCommand.js +2 -2
  28. package/dist-es/commands/UntagResourceCommand.js +2 -2
  29. package/dist-es/endpoint/bdd.js +1 -1
  30. package/dist-es/endpoint/endpointResolver.js +1 -1
  31. package/dist-es/models/ConnectHealthServiceException.js +1 -1
  32. package/dist-es/runtimeConfig.browser.js +5 -7
  33. package/dist-es/runtimeConfig.js +5 -9
  34. package/dist-es/runtimeConfig.native.js +1 -1
  35. package/dist-es/runtimeConfig.shared.js +3 -4
  36. package/dist-es/runtimeExtensions.js +2 -2
  37. package/dist-types/ConnectHealthClient.d.ts +6 -6
  38. package/dist-types/commands/ActivateSubscriptionCommand.d.ts +6 -4
  39. package/dist-types/commands/CreateDomainCommand.d.ts +6 -4
  40. package/dist-types/commands/CreateSubscriptionCommand.d.ts +6 -4
  41. package/dist-types/commands/DeactivateSubscriptionCommand.d.ts +6 -4
  42. package/dist-types/commands/DeleteDomainCommand.d.ts +6 -4
  43. package/dist-types/commands/GetDomainCommand.d.ts +6 -4
  44. package/dist-types/commands/GetMedicalScribeListeningSessionCommand.d.ts +6 -4
  45. package/dist-types/commands/GetPatientInsightsJobCommand.d.ts +6 -4
  46. package/dist-types/commands/GetSubscriptionCommand.d.ts +6 -4
  47. package/dist-types/commands/ListDomainsCommand.d.ts +6 -4
  48. package/dist-types/commands/ListSubscriptionsCommand.d.ts +6 -4
  49. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  50. package/dist-types/commands/StartMedicalScribeListeningSessionCommand.d.ts +6 -4
  51. package/dist-types/commands/StartPatientInsightsJobCommand.d.ts +6 -4
  52. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  53. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  54. package/dist-types/endpoint/bdd.d.ts +1 -1
  55. package/dist-types/extensionConfiguration.d.ts +1 -1
  56. package/dist-types/models/ConnectHealthServiceException.d.ts +1 -1
  57. package/dist-types/models/errors.d.ts +1 -1
  58. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  59. package/dist-types/runtimeConfig.d.ts +2 -2
  60. package/dist-types/runtimeConfig.native.d.ts +2 -2
  61. package/dist-types/ts3.4/ConnectHealthClient.d.ts +12 -18
  62. package/dist-types/ts3.4/commands/ActivateSubscriptionCommand.d.ts +6 -4
  63. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +6 -4
  64. package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +6 -4
  65. package/dist-types/ts3.4/commands/DeactivateSubscriptionCommand.d.ts +6 -4
  66. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +6 -4
  67. package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +6 -8
  68. package/dist-types/ts3.4/commands/GetMedicalScribeListeningSessionCommand.d.ts +6 -4
  69. package/dist-types/ts3.4/commands/GetPatientInsightsJobCommand.d.ts +6 -4
  70. package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +6 -4
  71. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +6 -4
  72. package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +6 -4
  73. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  74. package/dist-types/ts3.4/commands/StartMedicalScribeListeningSessionCommand.d.ts +6 -4
  75. package/dist-types/ts3.4/commands/StartPatientInsightsJobCommand.d.ts +6 -4
  76. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  77. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  78. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  79. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  80. package/dist-types/ts3.4/models/ConnectHealthServiceException.d.ts +1 -1
  81. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  82. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  83. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  84. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  85. package/package.json +16 -40
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { CreateSubscription$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { DeactivateSubscription$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { DeleteDomain$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { GetDomain$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { GetMedicalScribeListeningSession$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { GetPatientInsightsJob$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { GetSubscription$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { ListDomains$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { ListSubscriptions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,6 +1,6 @@
1
1
  import { getEventStreamPlugin } from "@aws-sdk/middleware-eventstream";
2
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
- import { Command as $Command } from "@smithy/smithy-client";
2
+ import { Command as $Command } from "@smithy/core/client";
3
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { StartMedicalScribeListeningSession$ } from "../schemas/schemas_0";
6
6
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { StartPatientInsightsJob$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { TagResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { UntagResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,4 +1,4 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  const a = "isSet", b = { "ref": "Endpoint" }, c = [{ "ref": "Region" }];
3
3
  const _data = {
4
4
  conditions: [
@@ -1,5 +1,5 @@
1
1
  import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
- import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/util-endpoints";
2
+ import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/core/endpoints";
3
3
  import { bdd } from "./bdd";
4
4
  const cache = new EndpointCache({
5
5
  size: 50,
@@ -1,4 +1,4 @@
1
- import { ServiceException as __ServiceException, } from "@smithy/smithy-client";
1
+ import { ServiceException as __ServiceException, } from "@smithy/core/client";
2
2
  export { __ServiceException };
3
3
  export class ConnectHealthServiceException extends __ServiceException {
4
4
  constructor(options) {
@@ -1,14 +1,12 @@
1
1
  import packageInfo from "../package.json";
2
2
  import { Sha256 } from "@aws-crypto/sha256-browser";
3
3
  import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
4
- import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
5
- import { eventStreamSerdeProvider } from "@smithy/eventstream-serde-browser";
4
+ import { invalidFunction, invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
5
+ import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
6
+ import { eventStreamSerdeProvider } from "@smithy/core/event-streams";
7
+ import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/core/retry";
8
+ import { calculateBodyLength } from "@smithy/core/serde";
6
9
  import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
7
- import { invalidFunction, invalidProvider } from "@smithy/invalid-dependency";
8
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
9
- import { calculateBodyLength } from "@smithy/util-body-length-browser";
10
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
11
- import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
12
10
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
13
11
  export const getRuntimeConfig = (config) => {
14
12
  const defaultsMode = resolveDefaultsModeConfig(config);
@@ -4,16 +4,12 @@ import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchem
4
4
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
5
5
  import { eventStreamPayloadHandlerProvider } from "@aws-sdk/eventstream-handler-node";
6
6
  import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
7
- import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
8
- import { eventStreamSerdeProvider } from "@smithy/eventstream-serde-node";
9
- import { Hash } from "@smithy/hash-node";
10
- import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
11
- import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
7
+ import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
8
+ import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
9
+ import { eventStreamSerdeProvider } from "@smithy/core/event-streams";
10
+ import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
11
+ import { calculateBodyLength, Hash } from "@smithy/core/serde";
12
12
  import { NodeHttp2Handler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
13
- import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
14
- import { calculateBodyLength } from "@smithy/util-body-length-node";
15
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
16
- import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
17
13
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
18
14
  export const getRuntimeConfig = (config) => {
19
15
  emitWarningIfUnsupportedVersion(process.version);
@@ -1,5 +1,5 @@
1
1
  import { Sha256 } from "@aws-crypto/sha256-js";
2
- import { invalidFunction } from "@smithy/invalid-dependency";
2
+ import { invalidFunction } from "@smithy/core/client";
3
3
  import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
4
4
  export const getRuntimeConfig = (config) => {
5
5
  const browserDefaults = getBrowserRuntimeConfig(config);
@@ -1,9 +1,8 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
3
- import { NoOpLogger } from "@smithy/smithy-client";
4
- import { parseUrl } from "@smithy/url-parser";
5
- import { fromBase64, toBase64 } from "@smithy/util-base64";
6
- import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
3
+ import { NoOpLogger } from "@smithy/core/client";
4
+ import { parseUrl } from "@smithy/core/protocols";
5
+ import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
7
6
  import { defaultConnectHealthHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
7
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
8
  import { errorTypeRegistries } from "./schemas/schemas_0";
@@ -1,6 +1,6 @@
1
1
  import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
2
- import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
3
- import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
2
+ import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
3
+ import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
4
4
  import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
5
5
  export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
6
6
  const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
@@ -2,12 +2,12 @@ import { type EventStreamInputConfig, type EventStreamResolvedConfig } from "@aw
2
2
  import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
3
  import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
4
4
  import { EventStreamPayloadHandlerProvider as __EventStreamPayloadHandlerProvider } from "@aws-sdk/types";
5
- import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
6
- import { type EventStreamSerdeInputConfig, type EventStreamSerdeResolvedConfig } from "@smithy/eventstream-serde-config-resolver";
7
- import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
8
- import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
9
- import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
10
- import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
5
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
6
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
7
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
8
+ import { type EventStreamSerdeInputConfig, type EventStreamSerdeResolvedConfig } from "@smithy/core/event-streams";
9
+ import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
10
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
11
11
  import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, EventStreamSerdeProvider as __EventStreamSerdeProvider, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
12
12
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
13
13
  import type { ActivateSubscriptionCommandInput, ActivateSubscriptionCommandOutput } from "./commands/ActivateSubscriptionCommand";
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectHealthClient";
4
4
  import type { ActivateSubscriptionInput, ActivateSubscriptionOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ActivateSubscriptionCommandInput extends ActivateSubscriptionIn
22
22
  export interface ActivateSubscriptionCommandOutput extends ActivateSubscriptionOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ActivateSubscriptionCommand_base: {
25
- new (input: ActivateSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<ActivateSubscriptionCommandInput, ActivateSubscriptionCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ActivateSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<ActivateSubscriptionCommandInput, ActivateSubscriptionCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ActivateSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<ActivateSubscriptionCommandInput, ActivateSubscriptionCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ActivateSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<ActivateSubscriptionCommandInput, ActivateSubscriptionCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Activates a Subscription to enable billing for a user.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectHealthClient";
4
4
  import type { CreateDomainInput, CreateDomainOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateDomainCommandInput extends CreateDomainInput {
22
22
  export interface CreateDomainCommandOutput extends CreateDomainOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateDomainCommand_base: {
25
- new (input: CreateDomainCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDomainCommandInput, CreateDomainCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateDomainCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDomainCommandInput, CreateDomainCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateDomainCommandInput): import("@smithy/core/client").CommandImpl<CreateDomainCommandInput, CreateDomainCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateDomainCommandInput): import("@smithy/core/client").CommandImpl<CreateDomainCommandInput, CreateDomainCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a new Domain for managing HealthAgent resources.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectHealthClient";
4
4
  import type { CreateSubscriptionInput, CreateSubscriptionOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateSubscriptionCommandInput extends CreateSubscriptionInput
22
22
  export interface CreateSubscriptionCommandOutput extends CreateSubscriptionOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateSubscriptionCommand_base: {
25
- new (input: CreateSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSubscriptionCommandInput, CreateSubscriptionCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSubscriptionCommandInput, CreateSubscriptionCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<CreateSubscriptionCommandInput, CreateSubscriptionCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<CreateSubscriptionCommandInput, CreateSubscriptionCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a new Subscription within a Domain for billing and user management.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectHealthClient";
4
4
  import type { DeactivateSubscriptionInput, DeactivateSubscriptionOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeactivateSubscriptionCommandInput extends DeactivateSubscripti
22
22
  export interface DeactivateSubscriptionCommandOutput extends DeactivateSubscriptionOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeactivateSubscriptionCommand_base: {
25
- new (input: DeactivateSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<DeactivateSubscriptionCommandInput, DeactivateSubscriptionCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeactivateSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<DeactivateSubscriptionCommandInput, DeactivateSubscriptionCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeactivateSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<DeactivateSubscriptionCommandInput, DeactivateSubscriptionCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeactivateSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<DeactivateSubscriptionCommandInput, DeactivateSubscriptionCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deactivates a Subscription to stop billing for a user.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectHealthClient";
4
4
  import type { DeleteDomainInput, DeleteDomainOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteDomainCommandInput extends DeleteDomainInput {
22
22
  export interface DeleteDomainCommandOutput extends DeleteDomainOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteDomainCommand_base: {
25
- new (input: DeleteDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteDomainCommandInput): import("@smithy/core/client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteDomainCommandInput): import("@smithy/core/client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a Domain and all associated resources.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectHealthClient";
4
4
  import type { GetDomainInput, GetDomainOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetDomainCommandInput extends GetDomainInput {
22
22
  export interface GetDomainCommandOutput extends GetDomainOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetDomainCommand_base: {
25
- new (input: GetDomainCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainCommandInput, GetDomainCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDomainCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainCommandInput, GetDomainCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetDomainCommandInput): import("@smithy/core/client").CommandImpl<GetDomainCommandInput, GetDomainCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetDomainCommandInput): import("@smithy/core/client").CommandImpl<GetDomainCommandInput, GetDomainCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves information about a Domain.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectHealthClient";
4
4
  import type { GetMedicalScribeListeningSessionInput, GetMedicalScribeListeningSessionOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetMedicalScribeListeningSessionCommandInput extends GetMedical
22
22
  export interface GetMedicalScribeListeningSessionCommandOutput extends GetMedicalScribeListeningSessionOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetMedicalScribeListeningSessionCommand_base: {
25
- new (input: GetMedicalScribeListeningSessionCommandInput): import("@smithy/smithy-client").CommandImpl<GetMedicalScribeListeningSessionCommandInput, GetMedicalScribeListeningSessionCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetMedicalScribeListeningSessionCommandInput): import("@smithy/smithy-client").CommandImpl<GetMedicalScribeListeningSessionCommandInput, GetMedicalScribeListeningSessionCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetMedicalScribeListeningSessionCommandInput): import("@smithy/core/client").CommandImpl<GetMedicalScribeListeningSessionCommandInput, GetMedicalScribeListeningSessionCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetMedicalScribeListeningSessionCommandInput): import("@smithy/core/client").CommandImpl<GetMedicalScribeListeningSessionCommandInput, GetMedicalScribeListeningSessionCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves details about an existing Medical Scribe listening session</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectHealthClient";
4
4
  import type { GetPatientInsightsJobRequest, GetPatientInsightsJobResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetPatientInsightsJobCommandInput extends GetPatientInsightsJob
22
22
  export interface GetPatientInsightsJobCommandOutput extends GetPatientInsightsJobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetPatientInsightsJobCommand_base: {
25
- new (input: GetPatientInsightsJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetPatientInsightsJobCommandInput, GetPatientInsightsJobCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetPatientInsightsJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetPatientInsightsJobCommandInput, GetPatientInsightsJobCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetPatientInsightsJobCommandInput): import("@smithy/core/client").CommandImpl<GetPatientInsightsJobCommandInput, GetPatientInsightsJobCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetPatientInsightsJobCommandInput): import("@smithy/core/client").CommandImpl<GetPatientInsightsJobCommandInput, GetPatientInsightsJobCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Get details of a started patient insights job.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectHealthClient";
4
4
  import type { GetSubscriptionInput, GetSubscriptionOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetSubscriptionCommandInput extends GetSubscriptionInput {
22
22
  export interface GetSubscriptionCommandOutput extends GetSubscriptionOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetSubscriptionCommand_base: {
25
- new (input: GetSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<GetSubscriptionCommandInput, GetSubscriptionCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<GetSubscriptionCommandInput, GetSubscriptionCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<GetSubscriptionCommandInput, GetSubscriptionCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<GetSubscriptionCommandInput, GetSubscriptionCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves information about a Subscription.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectHealthClient";
4
4
  import type { ListDomainsInput, ListDomainsOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListDomainsCommandInput extends ListDomainsInput {
22
22
  export interface ListDomainsCommandOutput extends ListDomainsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListDomainsCommand_base: {
25
- new (input: ListDomainsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListDomainsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListDomainsCommandInput): import("@smithy/core/client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListDomainsCommandInput]): import("@smithy/core/client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists Domains for a given account.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectHealthClient";
4
4
  import type { ListSubscriptionsInput, ListSubscriptionsOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListSubscriptionsCommandInput extends ListSubscriptionsInput {
22
22
  export interface ListSubscriptionsCommandOutput extends ListSubscriptionsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListSubscriptionsCommand_base: {
25
- new (input: ListSubscriptionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSubscriptionsCommandInput, ListSubscriptionsCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListSubscriptionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSubscriptionsCommandInput, ListSubscriptionsCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListSubscriptionsCommandInput): import("@smithy/core/client").CommandImpl<ListSubscriptionsCommandInput, ListSubscriptionsCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListSubscriptionsCommandInput): import("@smithy/core/client").CommandImpl<ListSubscriptionsCommandInput, ListSubscriptionsCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all Subscriptions within a Domain.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectHealthClient";
4
4
  import type { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
22
22
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the tags associated with the specified resource</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectHealthClient";
4
4
  import type { StartMedicalScribeListeningSessionInput, StartMedicalScribeListeningSessionOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StartMedicalScribeListeningSessionCommandInput extends StartMed
22
22
  export interface StartMedicalScribeListeningSessionCommandOutput extends StartMedicalScribeListeningSessionOutput, __MetadataBearer {
23
23
  }
24
24
  declare const StartMedicalScribeListeningSessionCommand_base: {
25
- new (input: StartMedicalScribeListeningSessionCommandInput): import("@smithy/smithy-client").CommandImpl<StartMedicalScribeListeningSessionCommandInput, StartMedicalScribeListeningSessionCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartMedicalScribeListeningSessionCommandInput): import("@smithy/smithy-client").CommandImpl<StartMedicalScribeListeningSessionCommandInput, StartMedicalScribeListeningSessionCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartMedicalScribeListeningSessionCommandInput): import("@smithy/core/client").CommandImpl<StartMedicalScribeListeningSessionCommandInput, StartMedicalScribeListeningSessionCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartMedicalScribeListeningSessionCommandInput): import("@smithy/core/client").CommandImpl<StartMedicalScribeListeningSessionCommandInput, StartMedicalScribeListeningSessionCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Starts a new Medical Scribe listening session for real-time audio transcription</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectHealthClient";
4
4
  import type { StartPatientInsightsJobRequest, StartPatientInsightsJobResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StartPatientInsightsJobCommandInput extends StartPatientInsight
22
22
  export interface StartPatientInsightsJobCommandOutput extends StartPatientInsightsJobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartPatientInsightsJobCommand_base: {
25
- new (input: StartPatientInsightsJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartPatientInsightsJobCommandInput, StartPatientInsightsJobCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartPatientInsightsJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartPatientInsightsJobCommandInput, StartPatientInsightsJobCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartPatientInsightsJobCommandInput): import("@smithy/core/client").CommandImpl<StartPatientInsightsJobCommandInput, StartPatientInsightsJobCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartPatientInsightsJobCommandInput): import("@smithy/core/client").CommandImpl<StartPatientInsightsJobCommandInput, StartPatientInsightsJobCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Starts a new patient insights job.</p>