@aws-sdk/client-connecthealth 3.1077.0 → 3.1079.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 (56) hide show
  1. package/dist-cjs/index.js +27 -171
  2. package/dist-es/commandBuilder.js +10 -0
  3. package/dist-es/commands/ActivateSubscriptionCommand.js +2 -14
  4. package/dist-es/commands/CreateDomainCommand.js +2 -14
  5. package/dist-es/commands/CreateSubscriptionCommand.js +2 -14
  6. package/dist-es/commands/DeactivateSubscriptionCommand.js +2 -14
  7. package/dist-es/commands/DeleteDomainCommand.js +2 -14
  8. package/dist-es/commands/GetDomainCommand.js +2 -14
  9. package/dist-es/commands/GetMedicalScribeListeningSessionCommand.js +2 -14
  10. package/dist-es/commands/GetPatientInsightsJobCommand.js +2 -14
  11. package/dist-es/commands/GetSubscriptionCommand.js +2 -14
  12. package/dist-es/commands/ListDomainsCommand.js +2 -14
  13. package/dist-es/commands/ListSubscriptionsCommand.js +2 -14
  14. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  15. package/dist-es/commands/StartMedicalScribeListeningSessionCommand.js +2 -23
  16. package/dist-es/commands/StartPatientInsightsJobCommand.js +2 -14
  17. package/dist-es/commands/TagResourceCommand.js +2 -14
  18. package/dist-es/commands/UntagResourceCommand.js +2 -14
  19. package/dist-es/index.js +1 -0
  20. package/dist-types/commandBuilder.d.ts +22 -0
  21. package/dist-types/commands/ActivateSubscriptionCommand.d.ts +3 -8
  22. package/dist-types/commands/CreateDomainCommand.d.ts +3 -8
  23. package/dist-types/commands/CreateSubscriptionCommand.d.ts +3 -8
  24. package/dist-types/commands/DeactivateSubscriptionCommand.d.ts +3 -8
  25. package/dist-types/commands/DeleteDomainCommand.d.ts +3 -8
  26. package/dist-types/commands/GetDomainCommand.d.ts +3 -8
  27. package/dist-types/commands/GetMedicalScribeListeningSessionCommand.d.ts +3 -8
  28. package/dist-types/commands/GetPatientInsightsJobCommand.d.ts +3 -8
  29. package/dist-types/commands/GetSubscriptionCommand.d.ts +3 -8
  30. package/dist-types/commands/ListDomainsCommand.d.ts +3 -8
  31. package/dist-types/commands/ListSubscriptionsCommand.d.ts +3 -8
  32. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  33. package/dist-types/commands/StartMedicalScribeListeningSessionCommand.d.ts +3 -8
  34. package/dist-types/commands/StartPatientInsightsJobCommand.d.ts +3 -8
  35. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  36. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  37. package/dist-types/index.d.ts +1 -0
  38. package/dist-types/ts3.4/commandBuilder.d.ts +52 -0
  39. package/dist-types/ts3.4/commands/ActivateSubscriptionCommand.d.ts +7 -16
  40. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +7 -16
  41. package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +7 -16
  42. package/dist-types/ts3.4/commands/DeactivateSubscriptionCommand.d.ts +7 -16
  43. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +7 -16
  44. package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +7 -16
  45. package/dist-types/ts3.4/commands/GetMedicalScribeListeningSessionCommand.d.ts +7 -16
  46. package/dist-types/ts3.4/commands/GetPatientInsightsJobCommand.d.ts +7 -16
  47. package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +7 -16
  48. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +7 -16
  49. package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +7 -16
  50. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  51. package/dist-types/ts3.4/commands/StartMedicalScribeListeningSessionCommand.d.ts +7 -16
  52. package/dist-types/ts3.4/commands/StartPatientInsightsJobCommand.d.ts +7 -16
  53. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  54. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  55. package/dist-types/ts3.4/index.d.ts +1 -0
  56. package/package.json +11 -11
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectHealthClient";
4
2
  import type { ActivateSubscriptionInput, ActivateSubscriptionOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ActivateSubscriptionCommandInput extends ActivateSubscriptionIn
22
19
  export interface ActivateSubscriptionCommandOutput extends ActivateSubscriptionOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ActivateSubscriptionCommand_base: {
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
- };
22
+ new (input: ActivateSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<ActivateSubscriptionCommandInput, ActivateSubscriptionCommandOutput, import("..").ConnectHealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ActivateSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<ActivateSubscriptionCommandInput, ActivateSubscriptionCommandOutput, import("..").ConnectHealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Activates a Subscription to enable billing for a user.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectHealthClient";
4
2
  import type { CreateDomainInput, CreateDomainOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateDomainCommandInput extends CreateDomainInput {
22
19
  export interface CreateDomainCommandOutput extends CreateDomainOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateDomainCommand_base: {
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
- };
22
+ new (input: CreateDomainCommandInput): import("@smithy/core/client").CommandImpl<CreateDomainCommandInput, CreateDomainCommandOutput, import("..").ConnectHealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateDomainCommandInput): import("@smithy/core/client").CommandImpl<CreateDomainCommandInput, CreateDomainCommandOutput, import("..").ConnectHealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new Domain for managing HealthAgent resources.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectHealthClient";
4
2
  import type { CreateSubscriptionInput, CreateSubscriptionOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateSubscriptionCommandInput extends CreateSubscriptionInput
22
19
  export interface CreateSubscriptionCommandOutput extends CreateSubscriptionOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateSubscriptionCommand_base: {
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
- };
22
+ new (input: CreateSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<CreateSubscriptionCommandInput, CreateSubscriptionCommandOutput, import("..").ConnectHealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<CreateSubscriptionCommandInput, CreateSubscriptionCommandOutput, import("..").ConnectHealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new Subscription within a Domain for billing and user management.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectHealthClient";
4
2
  import type { DeactivateSubscriptionInput, DeactivateSubscriptionOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeactivateSubscriptionCommandInput extends DeactivateSubscripti
22
19
  export interface DeactivateSubscriptionCommandOutput extends DeactivateSubscriptionOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeactivateSubscriptionCommand_base: {
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
- };
22
+ new (input: DeactivateSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<DeactivateSubscriptionCommandInput, DeactivateSubscriptionCommandOutput, import("..").ConnectHealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeactivateSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<DeactivateSubscriptionCommandInput, DeactivateSubscriptionCommandOutput, import("..").ConnectHealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deactivates a Subscription to stop billing for a user.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectHealthClient";
4
2
  import type { DeleteDomainInput, DeleteDomainOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteDomainCommandInput extends DeleteDomainInput {
22
19
  export interface DeleteDomainCommandOutput extends DeleteDomainOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteDomainCommand_base: {
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
- };
22
+ new (input: DeleteDomainCommandInput): import("@smithy/core/client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, import("..").ConnectHealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteDomainCommandInput): import("@smithy/core/client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, import("..").ConnectHealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a Domain and all associated resources.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectHealthClient";
4
2
  import type { GetDomainInput, GetDomainOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetDomainCommandInput extends GetDomainInput {
22
19
  export interface GetDomainCommandOutput extends GetDomainOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetDomainCommand_base: {
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
- };
22
+ new (input: GetDomainCommandInput): import("@smithy/core/client").CommandImpl<GetDomainCommandInput, GetDomainCommandOutput, import("..").ConnectHealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetDomainCommandInput): import("@smithy/core/client").CommandImpl<GetDomainCommandInput, GetDomainCommandOutput, import("..").ConnectHealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves information about a Domain.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectHealthClient";
4
2
  import type { GetMedicalScribeListeningSessionInput, GetMedicalScribeListeningSessionOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetMedicalScribeListeningSessionCommandInput extends GetMedical
22
19
  export interface GetMedicalScribeListeningSessionCommandOutput extends GetMedicalScribeListeningSessionOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetMedicalScribeListeningSessionCommand_base: {
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
- };
22
+ new (input: GetMedicalScribeListeningSessionCommandInput): import("@smithy/core/client").CommandImpl<GetMedicalScribeListeningSessionCommandInput, GetMedicalScribeListeningSessionCommandOutput, import("..").ConnectHealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetMedicalScribeListeningSessionCommandInput): import("@smithy/core/client").CommandImpl<GetMedicalScribeListeningSessionCommandInput, GetMedicalScribeListeningSessionCommandOutput, import("..").ConnectHealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves details about an existing Medical Scribe listening session</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectHealthClient";
4
2
  import type { GetPatientInsightsJobRequest, GetPatientInsightsJobResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetPatientInsightsJobCommandInput extends GetPatientInsightsJob
22
19
  export interface GetPatientInsightsJobCommandOutput extends GetPatientInsightsJobResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetPatientInsightsJobCommand_base: {
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
- };
22
+ new (input: GetPatientInsightsJobCommandInput): import("@smithy/core/client").CommandImpl<GetPatientInsightsJobCommandInput, GetPatientInsightsJobCommandOutput, import("..").ConnectHealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetPatientInsightsJobCommandInput): import("@smithy/core/client").CommandImpl<GetPatientInsightsJobCommandInput, GetPatientInsightsJobCommandOutput, import("..").ConnectHealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Get details of a started patient insights job.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectHealthClient";
4
2
  import type { GetSubscriptionInput, GetSubscriptionOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetSubscriptionCommandInput extends GetSubscriptionInput {
22
19
  export interface GetSubscriptionCommandOutput extends GetSubscriptionOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetSubscriptionCommand_base: {
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
- };
22
+ new (input: GetSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<GetSubscriptionCommandInput, GetSubscriptionCommandOutput, import("..").ConnectHealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<GetSubscriptionCommandInput, GetSubscriptionCommandOutput, import("..").ConnectHealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves information about a Subscription.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectHealthClient";
4
2
  import type { ListDomainsInput, ListDomainsOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListDomainsCommandInput extends ListDomainsInput {
22
19
  export interface ListDomainsCommandOutput extends ListDomainsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListDomainsCommand_base: {
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
- };
22
+ new (input: ListDomainsCommandInput): import("@smithy/core/client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, import("..").ConnectHealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListDomainsCommandInput]): import("@smithy/core/client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, import("..").ConnectHealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists Domains for a given account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectHealthClient";
4
2
  import type { ListSubscriptionsInput, ListSubscriptionsOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListSubscriptionsCommandInput extends ListSubscriptionsInput {
22
19
  export interface ListSubscriptionsCommandOutput extends ListSubscriptionsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListSubscriptionsCommand_base: {
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
- };
22
+ new (input: ListSubscriptionsCommandInput): import("@smithy/core/client").CommandImpl<ListSubscriptionsCommandInput, ListSubscriptionsCommandOutput, import("..").ConnectHealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListSubscriptionsCommandInput): import("@smithy/core/client").CommandImpl<ListSubscriptionsCommandInput, ListSubscriptionsCommandOutput, import("..").ConnectHealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all Subscriptions within a Domain.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectHealthClient";
4
2
  import type { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
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
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").ConnectHealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").ConnectHealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the tags associated with the specified resource</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectHealthClient";
4
2
  import type { StartMedicalScribeListeningSessionInput, StartMedicalScribeListeningSessionOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartMedicalScribeListeningSessionCommandInput extends StartMed
22
19
  export interface StartMedicalScribeListeningSessionCommandOutput extends StartMedicalScribeListeningSessionOutput, __MetadataBearer {
23
20
  }
24
21
  declare const StartMedicalScribeListeningSessionCommand_base: {
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
- };
22
+ new (input: StartMedicalScribeListeningSessionCommandInput): import("@smithy/core/client").CommandImpl<StartMedicalScribeListeningSessionCommandInput, StartMedicalScribeListeningSessionCommandOutput, import("..").ConnectHealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartMedicalScribeListeningSessionCommandInput): import("@smithy/core/client").CommandImpl<StartMedicalScribeListeningSessionCommandInput, StartMedicalScribeListeningSessionCommandOutput, import("..").ConnectHealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Starts a new Medical Scribe listening session for real-time audio transcription</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectHealthClient";
4
2
  import type { StartPatientInsightsJobRequest, StartPatientInsightsJobResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartPatientInsightsJobCommandInput extends StartPatientInsight
22
19
  export interface StartPatientInsightsJobCommandOutput extends StartPatientInsightsJobResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StartPatientInsightsJobCommand_base: {
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
- };
22
+ new (input: StartPatientInsightsJobCommandInput): import("@smithy/core/client").CommandImpl<StartPatientInsightsJobCommandInput, StartPatientInsightsJobCommandOutput, import("..").ConnectHealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartPatientInsightsJobCommandInput): import("@smithy/core/client").CommandImpl<StartPatientInsightsJobCommandInput, StartPatientInsightsJobCommandOutput, import("..").ConnectHealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Starts a new patient insights job.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectHealthClient";
4
2
  import type { TagResourceInput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceInput {
22
19
  export interface TagResourceCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
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
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").ConnectHealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").ConnectHealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Associates the specified tags with the specified resource</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectHealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectHealthClient";
4
2
  import type { UntagResourceInput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
22
19
  export interface UntagResourceCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
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
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").ConnectHealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").ConnectHealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes the specified tags from the specified resource</p>
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { ConnectHealthExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
+ export { Command as $Command } from "@smithy/core/client";
12
13
  export * from "./schemas/schemas_0";
13
14
  export * from "./pagination";
14
15
  export * from "./models/enums";
@@ -0,0 +1,52 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ ConnectHealthClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./ConnectHealthClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ ConnectHealthClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ ConnectHealthClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
47
+ export declare const _mw1: (
48
+ Command: any,
49
+ cs: any,
50
+ config: any,
51
+ o: any
52
+ ) => import("@smithy/types").Pluggable<any, any>[];
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ConnectHealthClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ConnectHealthClient";
8
2
  import {
9
3
  ActivateSubscriptionInput,
10
4
  ActivateSubscriptionOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ActivateSubscriptionCommandInput
15
8
  extends ActivateSubscriptionInput {}
16
9
  export interface ActivateSubscriptionCommandOutput
@@ -22,22 +15,20 @@ declare const ActivateSubscriptionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ActivateSubscriptionCommandInput,
24
17
  ActivateSubscriptionCommandOutput,
25
- ConnectHealthClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ConnectHealthClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ActivateSubscriptionCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ActivateSubscriptionCommandInput,
33
26
  ActivateSubscriptionCommandOutput,
34
- ConnectHealthClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ConnectHealthClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ActivateSubscriptionCommand extends ActivateSubscriptionCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ConnectHealthClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ConnectHealthClient";
8
2
  import { CreateDomainInput, CreateDomainOutput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CreateDomainCommandInput extends CreateDomainInput {}
12
5
  export interface CreateDomainCommandOutput
13
6
  extends CreateDomainOutput,
@@ -18,22 +11,20 @@ declare const CreateDomainCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  CreateDomainCommandInput,
20
13
  CreateDomainCommandOutput,
21
- ConnectHealthClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").ConnectHealthClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: CreateDomainCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  CreateDomainCommandInput,
29
22
  CreateDomainCommandOutput,
30
- ConnectHealthClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").ConnectHealthClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class CreateDomainCommand extends CreateDomainCommand_base {
39
30
  protected static __types: {