@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,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 { TagResourceInput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceInput {
22
22
  export interface TagResourceCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Associates the specified tags 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 { UntagResourceInput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
22
22
  export interface UntagResourceCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Removes the specified tags from the specified resource</p>
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;
@@ -1,5 +1,5 @@
1
1
  import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import type { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
1
+ import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
2
2
  export type { __ServiceExceptionOptions };
3
3
  export { __ServiceException };
4
4
  /**
@@ -1,4 +1,4 @@
1
- import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
2
2
  import { ConnectHealthServiceException as __BaseException } from "./ConnectHealthServiceException";
3
3
  /**
4
4
  * <p>This error is thrown when the client does not supply proper credentials to the API.</p>
@@ -5,7 +5,7 @@ import type { ConnectHealthClientConfig } from "./ConnectHealthClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: ConnectHealthClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
@@ -13,7 +13,7 @@ export declare const getRuntimeConfig: (config: ConnectHealthClientConfig) => {
13
13
  eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
14
14
  maxAttempts: number | import("@smithy/types").Provider<number>;
15
15
  region: string | import("@smithy/types").Provider<any>;
16
- requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
16
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
17
17
  retryMode: string | import("@smithy/types").Provider<string>;
18
18
  sha256: import("@smithy/types").HashConstructor;
19
19
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,7 +5,7 @@ import type { ConnectHealthClientConfig } from "./ConnectHealthClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: ConnectHealthClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
11
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
@@ -14,7 +14,7 @@ export declare const getRuntimeConfig: (config: ConnectHealthClientConfig) => {
14
14
  eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
15
15
  maxAttempts: number | import("@smithy/types").Provider<number>;
16
16
  region: string | import("@smithy/types").Provider<string>;
17
- requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
17
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
18
18
  retryMode: string | import("@smithy/types").Provider<string>;
19
19
  sha256: import("@smithy/types").HashConstructor;
20
20
  streamCollector: import("@smithy/types").StreamCollector;
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: ConnectHealthClientConfig) => {
6
6
  runtime: string;
7
7
  eventStreamPayloadHandlerProvider: import("@smithy/types").EventStreamPayloadHandlerProvider;
8
8
  sha256: import("@smithy/types").HashConstructor;
9
- requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
+ requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
10
10
  cacheMiddleware?: boolean;
11
11
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
12
12
  protocolSettings: {
@@ -34,7 +34,7 @@ export declare const getRuntimeConfig: (config: ConnectHealthClientConfig) => {
34
34
  logger: import("@smithy/types").Logger;
35
35
  extensions: import("./runtimeExtensions").RuntimeExtension[];
36
36
  eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
37
- defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
37
+ defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
38
38
  customUserAgent?: string | import("@smithy/types").UserAgent;
39
39
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
40
40
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -11,29 +11,23 @@ import {
11
11
  UserAgentResolvedConfig,
12
12
  } from "@aws-sdk/middleware-user-agent";
13
13
  import { EventStreamPayloadHandlerProvider as __EventStreamPayloadHandlerProvider } from "@aws-sdk/types";
14
- import {
15
- RegionInputConfig,
16
- RegionResolvedConfig,
17
- } from "@smithy/config-resolver";
18
- import {
19
- EventStreamSerdeInputConfig,
20
- EventStreamSerdeResolvedConfig,
21
- } from "@smithy/eventstream-serde-config-resolver";
22
- import {
23
- EndpointInputConfig,
24
- EndpointResolvedConfig,
25
- } from "@smithy/middleware-endpoint";
26
- import {
27
- RetryInputConfig,
28
- RetryResolvedConfig,
29
- } from "@smithy/middleware-retry";
30
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
31
14
  import {
32
15
  DefaultsMode as __DefaultsMode,
33
16
  SmithyConfiguration as __SmithyConfiguration,
34
17
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
35
18
  Client as __Client,
36
- } from "@smithy/smithy-client";
19
+ } from "@smithy/core/client";
20
+ import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
21
+ import {
22
+ EndpointInputConfig,
23
+ EndpointResolvedConfig,
24
+ } from "@smithy/core/endpoints";
25
+ import {
26
+ EventStreamSerdeInputConfig,
27
+ EventStreamSerdeResolvedConfig,
28
+ } from "@smithy/core/event-streams";
29
+ import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
30
+ import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
37
31
  import {
38
32
  AwsCredentialIdentityProvider,
39
33
  BodyLengthCalculator as __BodyLengthCalculator,
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ConnectHealthClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ActivateSubscriptionCommandOutput
19
19
  declare const ActivateSubscriptionCommand_base: {
20
20
  new (
21
21
  input: ActivateSubscriptionCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ActivateSubscriptionCommandInput,
24
24
  ActivateSubscriptionCommandOutput,
25
25
  ConnectHealthClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ActivateSubscriptionCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ActivateSubscriptionCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ActivateSubscriptionCommandInput,
33
33
  ActivateSubscriptionCommandOutput,
34
34
  ConnectHealthClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ActivateSubscriptionCommand extends ActivateSubscriptionCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ConnectHealthClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface CreateDomainCommandOutput
15
15
  declare const CreateDomainCommand_base: {
16
16
  new (
17
17
  input: CreateDomainCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  CreateDomainCommandInput,
20
20
  CreateDomainCommandOutput,
21
21
  ConnectHealthClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const CreateDomainCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: CreateDomainCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  CreateDomainCommandInput,
29
29
  CreateDomainCommandOutput,
30
30
  ConnectHealthClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class CreateDomainCommand extends CreateDomainCommand_base {
37
39
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ConnectHealthClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface CreateSubscriptionCommandOutput
19
19
  declare const CreateSubscriptionCommand_base: {
20
20
  new (
21
21
  input: CreateSubscriptionCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateSubscriptionCommandInput,
24
24
  CreateSubscriptionCommandOutput,
25
25
  ConnectHealthClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateSubscriptionCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateSubscriptionCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateSubscriptionCommandInput,
33
33
  CreateSubscriptionCommandOutput,
34
34
  ConnectHealthClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateSubscriptionCommand extends CreateSubscriptionCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ConnectHealthClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DeactivateSubscriptionCommandOutput
19
19
  declare const DeactivateSubscriptionCommand_base: {
20
20
  new (
21
21
  input: DeactivateSubscriptionCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeactivateSubscriptionCommandInput,
24
24
  DeactivateSubscriptionCommandOutput,
25
25
  ConnectHealthClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeactivateSubscriptionCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeactivateSubscriptionCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeactivateSubscriptionCommandInput,
33
33
  DeactivateSubscriptionCommandOutput,
34
34
  ConnectHealthClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeactivateSubscriptionCommand extends DeactivateSubscriptionCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ConnectHealthClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface DeleteDomainCommandOutput
15
15
  declare const DeleteDomainCommand_base: {
16
16
  new (
17
17
  input: DeleteDomainCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteDomainCommandInput,
20
20
  DeleteDomainCommandOutput,
21
21
  ConnectHealthClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const DeleteDomainCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: DeleteDomainCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  DeleteDomainCommandInput,
29
29
  DeleteDomainCommandOutput,
30
30
  ConnectHealthClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class DeleteDomainCommand extends DeleteDomainCommand_base {
37
39
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ConnectHealthClientResolvedConfig,
@@ -13,25 +13,23 @@ export interface GetDomainCommandOutput
13
13
  extends GetDomainOutput,
14
14
  __MetadataBearer {}
15
15
  declare const GetDomainCommand_base: {
16
- new (
17
- input: GetDomainCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
16
+ new (input: GetDomainCommandInput): import("@smithy/core/client").CommandImpl<
19
17
  GetDomainCommandInput,
20
18
  GetDomainCommandOutput,
21
19
  ConnectHealthClientResolvedConfig,
22
20
  ServiceInputTypes,
23
21
  ServiceOutputTypes
24
22
  >;
25
- new (
26
- input: GetDomainCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
23
+ new (input: GetDomainCommandInput): import("@smithy/core/client").CommandImpl<
28
24
  GetDomainCommandInput,
29
25
  GetDomainCommandOutput,
30
26
  ConnectHealthClientResolvedConfig,
31
27
  ServiceInputTypes,
32
28
  ServiceOutputTypes
33
29
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
30
+ getEndpointParameterInstructions(): {
31
+ [x: string]: unknown;
32
+ };
35
33
  };
36
34
  export declare class GetDomainCommand extends GetDomainCommand_base {
37
35
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ConnectHealthClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface GetMedicalScribeListeningSessionCommandOutput
19
19
  declare const GetMedicalScribeListeningSessionCommand_base: {
20
20
  new (
21
21
  input: GetMedicalScribeListeningSessionCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetMedicalScribeListeningSessionCommandInput,
24
24
  GetMedicalScribeListeningSessionCommandOutput,
25
25
  ConnectHealthClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetMedicalScribeListeningSessionCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetMedicalScribeListeningSessionCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetMedicalScribeListeningSessionCommandInput,
33
33
  GetMedicalScribeListeningSessionCommandOutput,
34
34
  ConnectHealthClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetMedicalScribeListeningSessionCommand extends GetMedicalScribeListeningSessionCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ConnectHealthClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface GetPatientInsightsJobCommandOutput
19
19
  declare const GetPatientInsightsJobCommand_base: {
20
20
  new (
21
21
  input: GetPatientInsightsJobCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetPatientInsightsJobCommandInput,
24
24
  GetPatientInsightsJobCommandOutput,
25
25
  ConnectHealthClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetPatientInsightsJobCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetPatientInsightsJobCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetPatientInsightsJobCommandInput,
33
33
  GetPatientInsightsJobCommandOutput,
34
34
  ConnectHealthClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetPatientInsightsJobCommand extends GetPatientInsightsJobCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ConnectHealthClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface GetSubscriptionCommandOutput
18
18
  declare const GetSubscriptionCommand_base: {
19
19
  new (
20
20
  input: GetSubscriptionCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  GetSubscriptionCommandInput,
23
23
  GetSubscriptionCommandOutput,
24
24
  ConnectHealthClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const GetSubscriptionCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: GetSubscriptionCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  GetSubscriptionCommandInput,
32
32
  GetSubscriptionCommandOutput,
33
33
  ConnectHealthClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class GetSubscriptionCommand extends GetSubscriptionCommand_base {
40
42
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ConnectHealthClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface ListDomainsCommandOutput
15
15
  declare const ListDomainsCommand_base: {
16
16
  new (
17
17
  input: ListDomainsCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  ListDomainsCommandInput,
20
20
  ListDomainsCommandOutput,
21
21
  ConnectHealthClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const ListDomainsCommand_base: {
24
24
  >;
25
25
  new (
26
26
  ...[input]: [] | [ListDomainsCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  ListDomainsCommandInput,
29
29
  ListDomainsCommandOutput,
30
30
  ConnectHealthClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class ListDomainsCommand extends ListDomainsCommand_base {
37
39
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ConnectHealthClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface ListSubscriptionsCommandOutput
18
18
  declare const ListSubscriptionsCommand_base: {
19
19
  new (
20
20
  input: ListSubscriptionsCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  ListSubscriptionsCommandInput,
23
23
  ListSubscriptionsCommandOutput,
24
24
  ConnectHealthClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const ListSubscriptionsCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: ListSubscriptionsCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  ListSubscriptionsCommandInput,
32
32
  ListSubscriptionsCommandOutput,
33
33
  ConnectHealthClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class ListSubscriptionsCommand extends ListSubscriptionsCommand_base {
40
42
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ConnectHealthClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
19
19
  declare const ListTagsForResourceCommand_base: {
20
20
  new (
21
21
  input: ListTagsForResourceCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListTagsForResourceCommandInput,
24
24
  ListTagsForResourceCommandOutput,
25
25
  ConnectHealthClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListTagsForResourceCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListTagsForResourceCommandInput,
33
33
  ListTagsForResourceCommandOutput,
34
34
  ConnectHealthClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ConnectHealthClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface StartMedicalScribeListeningSessionCommandOutput
19
19
  declare const StartMedicalScribeListeningSessionCommand_base: {
20
20
  new (
21
21
  input: StartMedicalScribeListeningSessionCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  StartMedicalScribeListeningSessionCommandInput,
24
24
  StartMedicalScribeListeningSessionCommandOutput,
25
25
  ConnectHealthClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const StartMedicalScribeListeningSessionCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: StartMedicalScribeListeningSessionCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  StartMedicalScribeListeningSessionCommandInput,
33
33
  StartMedicalScribeListeningSessionCommandOutput,
34
34
  ConnectHealthClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class StartMedicalScribeListeningSessionCommand extends StartMedicalScribeListeningSessionCommand_base {
41
43
  protected static __types: {