@aws-sdk/client-comprehendmedical 3.1077.0 → 3.1078.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 (86) hide show
  1. package/dist-cjs/index.js +34 -263
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/DescribeEntitiesDetectionV2JobCommand.js +2 -14
  4. package/dist-es/commands/DescribeICD10CMInferenceJobCommand.js +2 -14
  5. package/dist-es/commands/DescribePHIDetectionJobCommand.js +2 -14
  6. package/dist-es/commands/DescribeRxNormInferenceJobCommand.js +2 -14
  7. package/dist-es/commands/DescribeSNOMEDCTInferenceJobCommand.js +2 -14
  8. package/dist-es/commands/DetectEntitiesCommand.js +2 -14
  9. package/dist-es/commands/DetectEntitiesV2Command.js +2 -14
  10. package/dist-es/commands/DetectPHICommand.js +2 -14
  11. package/dist-es/commands/InferICD10CMCommand.js +2 -14
  12. package/dist-es/commands/InferRxNormCommand.js +2 -14
  13. package/dist-es/commands/InferSNOMEDCTCommand.js +2 -14
  14. package/dist-es/commands/ListEntitiesDetectionV2JobsCommand.js +2 -14
  15. package/dist-es/commands/ListICD10CMInferenceJobsCommand.js +2 -14
  16. package/dist-es/commands/ListPHIDetectionJobsCommand.js +2 -14
  17. package/dist-es/commands/ListRxNormInferenceJobsCommand.js +2 -14
  18. package/dist-es/commands/ListSNOMEDCTInferenceJobsCommand.js +2 -14
  19. package/dist-es/commands/StartEntitiesDetectionV2JobCommand.js +2 -14
  20. package/dist-es/commands/StartICD10CMInferenceJobCommand.js +2 -14
  21. package/dist-es/commands/StartPHIDetectionJobCommand.js +2 -14
  22. package/dist-es/commands/StartRxNormInferenceJobCommand.js +2 -14
  23. package/dist-es/commands/StartSNOMEDCTInferenceJobCommand.js +2 -14
  24. package/dist-es/commands/StopEntitiesDetectionV2JobCommand.js +2 -14
  25. package/dist-es/commands/StopICD10CMInferenceJobCommand.js +2 -14
  26. package/dist-es/commands/StopPHIDetectionJobCommand.js +2 -14
  27. package/dist-es/commands/StopRxNormInferenceJobCommand.js +2 -14
  28. package/dist-es/commands/StopSNOMEDCTInferenceJobCommand.js +2 -14
  29. package/dist-es/index.js +1 -0
  30. package/dist-types/commandBuilder.d.ts +18 -0
  31. package/dist-types/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +3 -8
  32. package/dist-types/commands/DescribeICD10CMInferenceJobCommand.d.ts +3 -8
  33. package/dist-types/commands/DescribePHIDetectionJobCommand.d.ts +3 -8
  34. package/dist-types/commands/DescribeRxNormInferenceJobCommand.d.ts +3 -8
  35. package/dist-types/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +3 -8
  36. package/dist-types/commands/DetectEntitiesCommand.d.ts +3 -8
  37. package/dist-types/commands/DetectEntitiesV2Command.d.ts +3 -8
  38. package/dist-types/commands/DetectPHICommand.d.ts +3 -8
  39. package/dist-types/commands/InferICD10CMCommand.d.ts +3 -8
  40. package/dist-types/commands/InferRxNormCommand.d.ts +3 -8
  41. package/dist-types/commands/InferSNOMEDCTCommand.d.ts +3 -8
  42. package/dist-types/commands/ListEntitiesDetectionV2JobsCommand.d.ts +3 -8
  43. package/dist-types/commands/ListICD10CMInferenceJobsCommand.d.ts +3 -8
  44. package/dist-types/commands/ListPHIDetectionJobsCommand.d.ts +3 -8
  45. package/dist-types/commands/ListRxNormInferenceJobsCommand.d.ts +3 -8
  46. package/dist-types/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +3 -8
  47. package/dist-types/commands/StartEntitiesDetectionV2JobCommand.d.ts +3 -8
  48. package/dist-types/commands/StartICD10CMInferenceJobCommand.d.ts +3 -8
  49. package/dist-types/commands/StartPHIDetectionJobCommand.d.ts +3 -8
  50. package/dist-types/commands/StartRxNormInferenceJobCommand.d.ts +3 -8
  51. package/dist-types/commands/StartSNOMEDCTInferenceJobCommand.d.ts +3 -8
  52. package/dist-types/commands/StopEntitiesDetectionV2JobCommand.d.ts +3 -8
  53. package/dist-types/commands/StopICD10CMInferenceJobCommand.d.ts +3 -8
  54. package/dist-types/commands/StopPHIDetectionJobCommand.d.ts +3 -8
  55. package/dist-types/commands/StopRxNormInferenceJobCommand.d.ts +3 -8
  56. package/dist-types/commands/StopSNOMEDCTInferenceJobCommand.d.ts +3 -8
  57. package/dist-types/index.d.ts +1 -0
  58. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  59. package/dist-types/ts3.4/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/DescribeICD10CMInferenceJobCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/DescribePHIDetectionJobCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/DescribeRxNormInferenceJobCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/DetectEntitiesV2Command.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/DetectPHICommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/InferICD10CMCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/InferRxNormCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/InferSNOMEDCTCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/ListEntitiesDetectionV2JobsCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/ListICD10CMInferenceJobsCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/ListPHIDetectionJobsCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/ListRxNormInferenceJobsCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/StartEntitiesDetectionV2JobCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/StartICD10CMInferenceJobCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/StartPHIDetectionJobCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/StartRxNormInferenceJobCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/StartSNOMEDCTInferenceJobCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/StopEntitiesDetectionV2JobCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/StopICD10CMInferenceJobCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/StopPHIDetectionJobCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/StopRxNormInferenceJobCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/StopSNOMEDCTInferenceJobCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/index.d.ts +1 -0
  86. package/package.json +8 -8
@@ -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
- ComprehendMedicalClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ComprehendMedicalClient";
8
2
  import {
9
3
  DescribeRxNormInferenceJobRequest,
10
4
  DescribeRxNormInferenceJobResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeRxNormInferenceJobCommandInput
15
8
  extends DescribeRxNormInferenceJobRequest {}
16
9
  export interface DescribeRxNormInferenceJobCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeRxNormInferenceJobCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeRxNormInferenceJobCommandInput,
24
17
  DescribeRxNormInferenceJobCommandOutput,
25
- ComprehendMedicalClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ComprehendMedicalClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeRxNormInferenceJobCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeRxNormInferenceJobCommandInput,
33
26
  DescribeRxNormInferenceJobCommandOutput,
34
- ComprehendMedicalClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ComprehendMedicalClientResolvedConfig,
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 DescribeRxNormInferenceJobCommand extends DescribeRxNormInferenceJobCommand_base {
43
34
  protected static __types: {
@@ -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
- ComprehendMedicalClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ComprehendMedicalClient";
8
2
  import {
9
3
  DescribeSNOMEDCTInferenceJobRequest,
10
4
  DescribeSNOMEDCTInferenceJobResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeSNOMEDCTInferenceJobCommandInput
15
8
  extends DescribeSNOMEDCTInferenceJobRequest {}
16
9
  export interface DescribeSNOMEDCTInferenceJobCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeSNOMEDCTInferenceJobCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeSNOMEDCTInferenceJobCommandInput,
24
17
  DescribeSNOMEDCTInferenceJobCommandOutput,
25
- ComprehendMedicalClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ComprehendMedicalClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeSNOMEDCTInferenceJobCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeSNOMEDCTInferenceJobCommandInput,
33
26
  DescribeSNOMEDCTInferenceJobCommandOutput,
34
- ComprehendMedicalClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ComprehendMedicalClientResolvedConfig,
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 DescribeSNOMEDCTInferenceJobCommand extends DescribeSNOMEDCTInferenceJobCommand_base {
43
34
  protected static __types: {
@@ -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
- ComprehendMedicalClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ComprehendMedicalClient";
8
2
  import {
9
3
  DetectEntitiesRequest,
10
4
  DetectEntitiesResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DetectEntitiesCommandInput extends DetectEntitiesRequest {}
15
8
  export interface DetectEntitiesCommandOutput
16
9
  extends DetectEntitiesResponse,
@@ -21,22 +14,20 @@ declare const DetectEntitiesCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DetectEntitiesCommandInput,
23
16
  DetectEntitiesCommandOutput,
24
- ComprehendMedicalClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").ComprehendMedicalClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DetectEntitiesCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DetectEntitiesCommandInput,
32
25
  DetectEntitiesCommandOutput,
33
- ComprehendMedicalClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").ComprehendMedicalClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DetectEntitiesCommand extends DetectEntitiesCommand_base {
42
33
  protected static __types: {
@@ -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
- ComprehendMedicalClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ComprehendMedicalClient";
8
2
  import {
9
3
  DetectEntitiesV2Request,
10
4
  DetectEntitiesV2Response,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DetectEntitiesV2CommandInput extends DetectEntitiesV2Request {}
15
8
  export interface DetectEntitiesV2CommandOutput
16
9
  extends DetectEntitiesV2Response,
@@ -21,22 +14,20 @@ declare const DetectEntitiesV2Command_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DetectEntitiesV2CommandInput,
23
16
  DetectEntitiesV2CommandOutput,
24
- ComprehendMedicalClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").ComprehendMedicalClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DetectEntitiesV2CommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DetectEntitiesV2CommandInput,
32
25
  DetectEntitiesV2CommandOutput,
33
- ComprehendMedicalClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").ComprehendMedicalClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DetectEntitiesV2Command extends DetectEntitiesV2Command_base {
42
33
  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
- ComprehendMedicalClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ComprehendMedicalClient";
8
2
  import { DetectPHIRequest, DetectPHIResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DetectPHICommandInput extends DetectPHIRequest {}
12
5
  export interface DetectPHICommandOutput
13
6
  extends DetectPHIResponse,
@@ -16,20 +9,18 @@ declare const DetectPHICommand_base: {
16
9
  new (input: DetectPHICommandInput): import("@smithy/core/client").CommandImpl<
17
10
  DetectPHICommandInput,
18
11
  DetectPHICommandOutput,
19
- ComprehendMedicalClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").ComprehendMedicalClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (input: DetectPHICommandInput): import("@smithy/core/client").CommandImpl<
24
17
  DetectPHICommandInput,
25
18
  DetectPHICommandOutput,
26
- ComprehendMedicalClientResolvedConfig,
27
- ServiceInputTypes,
28
- ServiceOutputTypes
19
+ import("..").ComprehendMedicalClientResolvedConfig,
20
+ import("..").ServiceInputTypes,
21
+ import("..").ServiceOutputTypes
29
22
  >;
30
- getEndpointParameterInstructions(): {
31
- [x: string]: unknown;
32
- };
23
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
33
24
  };
34
25
  export declare class DetectPHICommand extends DetectPHICommand_base {
35
26
  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
- ComprehendMedicalClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ComprehendMedicalClient";
8
2
  import { InferICD10CMRequest, InferICD10CMResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface InferICD10CMCommandInput extends InferICD10CMRequest {}
12
5
  export interface InferICD10CMCommandOutput
13
6
  extends InferICD10CMResponse,
@@ -18,22 +11,20 @@ declare const InferICD10CMCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  InferICD10CMCommandInput,
20
13
  InferICD10CMCommandOutput,
21
- ComprehendMedicalClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").ComprehendMedicalClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: InferICD10CMCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  InferICD10CMCommandInput,
29
22
  InferICD10CMCommandOutput,
30
- ComprehendMedicalClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").ComprehendMedicalClientResolvedConfig,
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 InferICD10CMCommand extends InferICD10CMCommand_base {
39
30
  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
- ComprehendMedicalClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ComprehendMedicalClient";
8
2
  import { InferRxNormRequest, InferRxNormResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface InferRxNormCommandInput extends InferRxNormRequest {}
12
5
  export interface InferRxNormCommandOutput
13
6
  extends InferRxNormResponse,
@@ -18,22 +11,20 @@ declare const InferRxNormCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  InferRxNormCommandInput,
20
13
  InferRxNormCommandOutput,
21
- ComprehendMedicalClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").ComprehendMedicalClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: InferRxNormCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  InferRxNormCommandInput,
29
22
  InferRxNormCommandOutput,
30
- ComprehendMedicalClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").ComprehendMedicalClientResolvedConfig,
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 InferRxNormCommand extends InferRxNormCommand_base {
39
30
  protected static __types: {
@@ -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
- ComprehendMedicalClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ComprehendMedicalClient";
8
2
  import {
9
3
  InferSNOMEDCTRequest,
10
4
  InferSNOMEDCTResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface InferSNOMEDCTCommandInput extends InferSNOMEDCTRequest {}
15
8
  export interface InferSNOMEDCTCommandOutput
16
9
  extends InferSNOMEDCTResponse,
@@ -21,22 +14,20 @@ declare const InferSNOMEDCTCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  InferSNOMEDCTCommandInput,
23
16
  InferSNOMEDCTCommandOutput,
24
- ComprehendMedicalClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").ComprehendMedicalClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: InferSNOMEDCTCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  InferSNOMEDCTCommandInput,
32
25
  InferSNOMEDCTCommandOutput,
33
- ComprehendMedicalClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").ComprehendMedicalClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class InferSNOMEDCTCommand extends InferSNOMEDCTCommand_base {
42
33
  protected static __types: {
@@ -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
- ComprehendMedicalClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ComprehendMedicalClient";
8
2
  import {
9
3
  ListEntitiesDetectionV2JobsRequest,
10
4
  ListEntitiesDetectionV2JobsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListEntitiesDetectionV2JobsCommandInput
15
8
  extends ListEntitiesDetectionV2JobsRequest {}
16
9
  export interface ListEntitiesDetectionV2JobsCommandOutput
@@ -22,22 +15,20 @@ declare const ListEntitiesDetectionV2JobsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListEntitiesDetectionV2JobsCommandInput,
24
17
  ListEntitiesDetectionV2JobsCommandOutput,
25
- ComprehendMedicalClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ComprehendMedicalClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListEntitiesDetectionV2JobsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListEntitiesDetectionV2JobsCommandInput,
33
26
  ListEntitiesDetectionV2JobsCommandOutput,
34
- ComprehendMedicalClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ComprehendMedicalClientResolvedConfig,
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 ListEntitiesDetectionV2JobsCommand extends ListEntitiesDetectionV2JobsCommand_base {
43
34
  protected static __types: {
@@ -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
- ComprehendMedicalClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ComprehendMedicalClient";
8
2
  import {
9
3
  ListICD10CMInferenceJobsRequest,
10
4
  ListICD10CMInferenceJobsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListICD10CMInferenceJobsCommandInput
15
8
  extends ListICD10CMInferenceJobsRequest {}
16
9
  export interface ListICD10CMInferenceJobsCommandOutput
@@ -22,22 +15,20 @@ declare const ListICD10CMInferenceJobsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListICD10CMInferenceJobsCommandInput,
24
17
  ListICD10CMInferenceJobsCommandOutput,
25
- ComprehendMedicalClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ComprehendMedicalClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListICD10CMInferenceJobsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListICD10CMInferenceJobsCommandInput,
33
26
  ListICD10CMInferenceJobsCommandOutput,
34
- ComprehendMedicalClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ComprehendMedicalClientResolvedConfig,
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 ListICD10CMInferenceJobsCommand extends ListICD10CMInferenceJobsCommand_base {
43
34
  protected static __types: {
@@ -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
- ComprehendMedicalClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ComprehendMedicalClient";
8
2
  import {
9
3
  ListPHIDetectionJobsRequest,
10
4
  ListPHIDetectionJobsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListPHIDetectionJobsCommandInput
15
8
  extends ListPHIDetectionJobsRequest {}
16
9
  export interface ListPHIDetectionJobsCommandOutput
@@ -22,22 +15,20 @@ declare const ListPHIDetectionJobsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListPHIDetectionJobsCommandInput,
24
17
  ListPHIDetectionJobsCommandOutput,
25
- ComprehendMedicalClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ComprehendMedicalClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListPHIDetectionJobsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListPHIDetectionJobsCommandInput,
33
26
  ListPHIDetectionJobsCommandOutput,
34
- ComprehendMedicalClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ComprehendMedicalClientResolvedConfig,
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 ListPHIDetectionJobsCommand extends ListPHIDetectionJobsCommand_base {
43
34
  protected static __types: {
@@ -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
- ComprehendMedicalClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ComprehendMedicalClient";
8
2
  import {
9
3
  ListRxNormInferenceJobsRequest,
10
4
  ListRxNormInferenceJobsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListRxNormInferenceJobsCommandInput
15
8
  extends ListRxNormInferenceJobsRequest {}
16
9
  export interface ListRxNormInferenceJobsCommandOutput
@@ -22,22 +15,20 @@ declare const ListRxNormInferenceJobsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListRxNormInferenceJobsCommandInput,
24
17
  ListRxNormInferenceJobsCommandOutput,
25
- ComprehendMedicalClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ComprehendMedicalClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListRxNormInferenceJobsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListRxNormInferenceJobsCommandInput,
33
26
  ListRxNormInferenceJobsCommandOutput,
34
- ComprehendMedicalClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ComprehendMedicalClientResolvedConfig,
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 ListRxNormInferenceJobsCommand extends ListRxNormInferenceJobsCommand_base {
43
34
  protected static __types: {
@@ -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
- ComprehendMedicalClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ComprehendMedicalClient";
8
2
  import {
9
3
  ListSNOMEDCTInferenceJobsRequest,
10
4
  ListSNOMEDCTInferenceJobsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListSNOMEDCTInferenceJobsCommandInput
15
8
  extends ListSNOMEDCTInferenceJobsRequest {}
16
9
  export interface ListSNOMEDCTInferenceJobsCommandOutput
@@ -22,22 +15,20 @@ declare const ListSNOMEDCTInferenceJobsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListSNOMEDCTInferenceJobsCommandInput,
24
17
  ListSNOMEDCTInferenceJobsCommandOutput,
25
- ComprehendMedicalClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ComprehendMedicalClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListSNOMEDCTInferenceJobsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListSNOMEDCTInferenceJobsCommandInput,
33
26
  ListSNOMEDCTInferenceJobsCommandOutput,
34
- ComprehendMedicalClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ComprehendMedicalClientResolvedConfig,
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 ListSNOMEDCTInferenceJobsCommand extends ListSNOMEDCTInferenceJobsCommand_base {
43
34
  protected static __types: {
@@ -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
- ComprehendMedicalClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ComprehendMedicalClient";
8
2
  import {
9
3
  StartEntitiesDetectionV2JobRequest,
10
4
  StartEntitiesDetectionV2JobResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface StartEntitiesDetectionV2JobCommandInput
15
8
  extends StartEntitiesDetectionV2JobRequest {}
16
9
  export interface StartEntitiesDetectionV2JobCommandOutput
@@ -22,22 +15,20 @@ declare const StartEntitiesDetectionV2JobCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  StartEntitiesDetectionV2JobCommandInput,
24
17
  StartEntitiesDetectionV2JobCommandOutput,
25
- ComprehendMedicalClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ComprehendMedicalClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: StartEntitiesDetectionV2JobCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  StartEntitiesDetectionV2JobCommandInput,
33
26
  StartEntitiesDetectionV2JobCommandOutput,
34
- ComprehendMedicalClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ComprehendMedicalClientResolvedConfig,
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 StartEntitiesDetectionV2JobCommand extends StartEntitiesDetectionV2JobCommand_base {
43
34
  protected static __types: {