@aws-sdk/client-comprehendmedical 3.478.0 → 3.481.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 (109) hide show
  1. package/dist-cjs/commands/DescribeEntitiesDetectionV2JobCommand.js +18 -41
  2. package/dist-cjs/commands/DescribeICD10CMInferenceJobCommand.js +18 -41
  3. package/dist-cjs/commands/DescribePHIDetectionJobCommand.js +18 -41
  4. package/dist-cjs/commands/DescribeRxNormInferenceJobCommand.js +18 -41
  5. package/dist-cjs/commands/DescribeSNOMEDCTInferenceJobCommand.js +18 -41
  6. package/dist-cjs/commands/DetectEntitiesCommand.js +18 -41
  7. package/dist-cjs/commands/DetectEntitiesV2Command.js +18 -41
  8. package/dist-cjs/commands/DetectPHICommand.js +18 -41
  9. package/dist-cjs/commands/InferICD10CMCommand.js +18 -41
  10. package/dist-cjs/commands/InferRxNormCommand.js +18 -41
  11. package/dist-cjs/commands/InferSNOMEDCTCommand.js +18 -41
  12. package/dist-cjs/commands/ListEntitiesDetectionV2JobsCommand.js +18 -41
  13. package/dist-cjs/commands/ListICD10CMInferenceJobsCommand.js +18 -41
  14. package/dist-cjs/commands/ListPHIDetectionJobsCommand.js +18 -41
  15. package/dist-cjs/commands/ListRxNormInferenceJobsCommand.js +18 -41
  16. package/dist-cjs/commands/ListSNOMEDCTInferenceJobsCommand.js +18 -41
  17. package/dist-cjs/commands/StartEntitiesDetectionV2JobCommand.js +18 -41
  18. package/dist-cjs/commands/StartICD10CMInferenceJobCommand.js +18 -41
  19. package/dist-cjs/commands/StartPHIDetectionJobCommand.js +18 -41
  20. package/dist-cjs/commands/StartRxNormInferenceJobCommand.js +18 -41
  21. package/dist-cjs/commands/StartSNOMEDCTInferenceJobCommand.js +18 -41
  22. package/dist-cjs/commands/StopEntitiesDetectionV2JobCommand.js +18 -41
  23. package/dist-cjs/commands/StopICD10CMInferenceJobCommand.js +18 -41
  24. package/dist-cjs/commands/StopPHIDetectionJobCommand.js +18 -41
  25. package/dist-cjs/commands/StopRxNormInferenceJobCommand.js +18 -41
  26. package/dist-cjs/commands/StopSNOMEDCTInferenceJobCommand.js +18 -41
  27. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  28. package/dist-es/commands/DescribeEntitiesDetectionV2JobCommand.js +18 -41
  29. package/dist-es/commands/DescribeICD10CMInferenceJobCommand.js +18 -41
  30. package/dist-es/commands/DescribePHIDetectionJobCommand.js +18 -41
  31. package/dist-es/commands/DescribeRxNormInferenceJobCommand.js +18 -41
  32. package/dist-es/commands/DescribeSNOMEDCTInferenceJobCommand.js +18 -41
  33. package/dist-es/commands/DetectEntitiesCommand.js +18 -41
  34. package/dist-es/commands/DetectEntitiesV2Command.js +18 -41
  35. package/dist-es/commands/DetectPHICommand.js +18 -41
  36. package/dist-es/commands/InferICD10CMCommand.js +18 -41
  37. package/dist-es/commands/InferRxNormCommand.js +18 -41
  38. package/dist-es/commands/InferSNOMEDCTCommand.js +18 -41
  39. package/dist-es/commands/ListEntitiesDetectionV2JobsCommand.js +18 -41
  40. package/dist-es/commands/ListICD10CMInferenceJobsCommand.js +18 -41
  41. package/dist-es/commands/ListPHIDetectionJobsCommand.js +18 -41
  42. package/dist-es/commands/ListRxNormInferenceJobsCommand.js +18 -41
  43. package/dist-es/commands/ListSNOMEDCTInferenceJobsCommand.js +18 -41
  44. package/dist-es/commands/StartEntitiesDetectionV2JobCommand.js +18 -41
  45. package/dist-es/commands/StartICD10CMInferenceJobCommand.js +18 -41
  46. package/dist-es/commands/StartPHIDetectionJobCommand.js +18 -41
  47. package/dist-es/commands/StartRxNormInferenceJobCommand.js +18 -41
  48. package/dist-es/commands/StartSNOMEDCTInferenceJobCommand.js +18 -41
  49. package/dist-es/commands/StopEntitiesDetectionV2JobCommand.js +18 -41
  50. package/dist-es/commands/StopICD10CMInferenceJobCommand.js +18 -41
  51. package/dist-es/commands/StopPHIDetectionJobCommand.js +18 -41
  52. package/dist-es/commands/StopRxNormInferenceJobCommand.js +18 -41
  53. package/dist-es/commands/StopSNOMEDCTInferenceJobCommand.js +18 -41
  54. package/dist-es/endpoint/EndpointParameters.js +6 -0
  55. package/dist-types/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +6 -21
  56. package/dist-types/commands/DescribeICD10CMInferenceJobCommand.d.ts +6 -21
  57. package/dist-types/commands/DescribePHIDetectionJobCommand.d.ts +6 -21
  58. package/dist-types/commands/DescribeRxNormInferenceJobCommand.d.ts +6 -21
  59. package/dist-types/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +6 -21
  60. package/dist-types/commands/DetectEntitiesCommand.d.ts +6 -21
  61. package/dist-types/commands/DetectEntitiesV2Command.d.ts +6 -21
  62. package/dist-types/commands/DetectPHICommand.d.ts +6 -21
  63. package/dist-types/commands/InferICD10CMCommand.d.ts +6 -21
  64. package/dist-types/commands/InferRxNormCommand.d.ts +6 -21
  65. package/dist-types/commands/InferSNOMEDCTCommand.d.ts +6 -21
  66. package/dist-types/commands/ListEntitiesDetectionV2JobsCommand.d.ts +6 -21
  67. package/dist-types/commands/ListICD10CMInferenceJobsCommand.d.ts +6 -21
  68. package/dist-types/commands/ListPHIDetectionJobsCommand.d.ts +6 -21
  69. package/dist-types/commands/ListRxNormInferenceJobsCommand.d.ts +6 -21
  70. package/dist-types/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +6 -21
  71. package/dist-types/commands/StartEntitiesDetectionV2JobCommand.d.ts +6 -21
  72. package/dist-types/commands/StartICD10CMInferenceJobCommand.d.ts +6 -21
  73. package/dist-types/commands/StartPHIDetectionJobCommand.d.ts +6 -21
  74. package/dist-types/commands/StartRxNormInferenceJobCommand.d.ts +6 -21
  75. package/dist-types/commands/StartSNOMEDCTInferenceJobCommand.d.ts +6 -21
  76. package/dist-types/commands/StopEntitiesDetectionV2JobCommand.d.ts +6 -21
  77. package/dist-types/commands/StopICD10CMInferenceJobCommand.d.ts +6 -21
  78. package/dist-types/commands/StopPHIDetectionJobCommand.d.ts +6 -21
  79. package/dist-types/commands/StopRxNormInferenceJobCommand.d.ts +6 -21
  80. package/dist-types/commands/StopSNOMEDCTInferenceJobCommand.d.ts +6 -21
  81. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  82. package/dist-types/ts3.4/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +12 -24
  83. package/dist-types/ts3.4/commands/DescribeICD10CMInferenceJobCommand.d.ts +12 -24
  84. package/dist-types/ts3.4/commands/DescribePHIDetectionJobCommand.d.ts +12 -24
  85. package/dist-types/ts3.4/commands/DescribeRxNormInferenceJobCommand.d.ts +12 -24
  86. package/dist-types/ts3.4/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +12 -24
  87. package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +14 -23
  88. package/dist-types/ts3.4/commands/DetectEntitiesV2Command.d.ts +14 -23
  89. package/dist-types/ts3.4/commands/DetectPHICommand.d.ts +14 -23
  90. package/dist-types/ts3.4/commands/InferICD10CMCommand.d.ts +14 -23
  91. package/dist-types/ts3.4/commands/InferRxNormCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/InferSNOMEDCTCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/commands/ListEntitiesDetectionV2JobsCommand.d.ts +12 -24
  94. package/dist-types/ts3.4/commands/ListICD10CMInferenceJobsCommand.d.ts +12 -24
  95. package/dist-types/ts3.4/commands/ListPHIDetectionJobsCommand.d.ts +12 -24
  96. package/dist-types/ts3.4/commands/ListRxNormInferenceJobsCommand.d.ts +12 -24
  97. package/dist-types/ts3.4/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +12 -24
  98. package/dist-types/ts3.4/commands/StartEntitiesDetectionV2JobCommand.d.ts +12 -24
  99. package/dist-types/ts3.4/commands/StartICD10CMInferenceJobCommand.d.ts +12 -24
  100. package/dist-types/ts3.4/commands/StartPHIDetectionJobCommand.d.ts +12 -24
  101. package/dist-types/ts3.4/commands/StartRxNormInferenceJobCommand.d.ts +12 -24
  102. package/dist-types/ts3.4/commands/StartSNOMEDCTInferenceJobCommand.d.ts +12 -24
  103. package/dist-types/ts3.4/commands/StopEntitiesDetectionV2JobCommand.d.ts +12 -24
  104. package/dist-types/ts3.4/commands/StopICD10CMInferenceJobCommand.d.ts +12 -24
  105. package/dist-types/ts3.4/commands/StopPHIDetectionJobCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/StopRxNormInferenceJobCommand.d.ts +12 -24
  107. package/dist-types/ts3.4/commands/StopSNOMEDCTInferenceJobCommand.d.ts +12 -24
  108. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  109. package/package.json +8 -8
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ComprehendMedicalClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeSNOMEDCTInferenceJobCommandInput
21
15
  export interface DescribeSNOMEDCTInferenceJobCommandOutput
22
16
  extends DescribeSNOMEDCTInferenceJobResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeSNOMEDCTInferenceJobCommand extends $Command<
25
- DescribeSNOMEDCTInferenceJobCommandInput,
26
- DescribeSNOMEDCTInferenceJobCommandOutput,
27
- ComprehendMedicalClientResolvedConfig
28
- > {
29
- readonly input: DescribeSNOMEDCTInferenceJobCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeSNOMEDCTInferenceJobCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ComprehendMedicalClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeSNOMEDCTInferenceJobCommand_base: {
19
+ new (
20
+ input: DescribeSNOMEDCTInferenceJobCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeSNOMEDCTInferenceJobCommandInput,
38
- DescribeSNOMEDCTInferenceJobCommandOutput
23
+ DescribeSNOMEDCTInferenceJobCommandOutput,
24
+ ComprehendMedicalClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeSNOMEDCTInferenceJobCommand extends DescribeSNOMEDCTInferenceJobCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ComprehendMedicalClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DetectEntitiesCommandInput extends DetectEntitiesRequest {}
20
14
  export interface DetectEntitiesCommandOutput
21
15
  extends DetectEntitiesResponse,
22
16
  __MetadataBearer {}
23
- export declare class DetectEntitiesCommand extends $Command<
24
- DetectEntitiesCommandInput,
25
- DetectEntitiesCommandOutput,
26
- ComprehendMedicalClientResolvedConfig
27
- > {
28
- readonly input: DetectEntitiesCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DetectEntitiesCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: ComprehendMedicalClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DetectEntitiesCommandInput, DetectEntitiesCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DetectEntitiesCommand_base: {
18
+ new (
19
+ input: DetectEntitiesCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DetectEntitiesCommandInput,
22
+ DetectEntitiesCommandOutput,
23
+ ComprehendMedicalClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DetectEntitiesCommand extends DetectEntitiesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ComprehendMedicalClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DetectEntitiesV2CommandInput extends DetectEntitiesV2Request {}
20
14
  export interface DetectEntitiesV2CommandOutput
21
15
  extends DetectEntitiesV2Response,
22
16
  __MetadataBearer {}
23
- export declare class DetectEntitiesV2Command extends $Command<
24
- DetectEntitiesV2CommandInput,
25
- DetectEntitiesV2CommandOutput,
26
- ComprehendMedicalClientResolvedConfig
27
- > {
28
- readonly input: DetectEntitiesV2CommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DetectEntitiesV2CommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: ComprehendMedicalClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DetectEntitiesV2CommandInput, DetectEntitiesV2CommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DetectEntitiesV2Command_base: {
18
+ new (
19
+ input: DetectEntitiesV2CommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DetectEntitiesV2CommandInput,
22
+ DetectEntitiesV2CommandOutput,
23
+ ComprehendMedicalClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DetectEntitiesV2Command extends DetectEntitiesV2Command_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ComprehendMedicalClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface DetectPHICommandInput extends DetectPHIRequest {}
17
11
  export interface DetectPHICommandOutput
18
12
  extends DetectPHIResponse,
19
13
  __MetadataBearer {}
20
- export declare class DetectPHICommand extends $Command<
21
- DetectPHICommandInput,
22
- DetectPHICommandOutput,
23
- ComprehendMedicalClientResolvedConfig
24
- > {
25
- readonly input: DetectPHICommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DetectPHICommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ComprehendMedicalClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DetectPHICommandInput, DetectPHICommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DetectPHICommand_base: {
15
+ new (
16
+ input: DetectPHICommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DetectPHICommandInput,
19
+ DetectPHICommandOutput,
20
+ ComprehendMedicalClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DetectPHICommand extends DetectPHICommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ComprehendMedicalClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface InferICD10CMCommandInput extends InferICD10CMRequest {}
17
11
  export interface InferICD10CMCommandOutput
18
12
  extends InferICD10CMResponse,
19
13
  __MetadataBearer {}
20
- export declare class InferICD10CMCommand extends $Command<
21
- InferICD10CMCommandInput,
22
- InferICD10CMCommandOutput,
23
- ComprehendMedicalClientResolvedConfig
24
- > {
25
- readonly input: InferICD10CMCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: InferICD10CMCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ComprehendMedicalClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<InferICD10CMCommandInput, InferICD10CMCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const InferICD10CMCommand_base: {
15
+ new (
16
+ input: InferICD10CMCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ InferICD10CMCommandInput,
19
+ InferICD10CMCommandOutput,
20
+ ComprehendMedicalClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class InferICD10CMCommand extends InferICD10CMCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ComprehendMedicalClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface InferRxNormCommandInput extends InferRxNormRequest {}
17
11
  export interface InferRxNormCommandOutput
18
12
  extends InferRxNormResponse,
19
13
  __MetadataBearer {}
20
- export declare class InferRxNormCommand extends $Command<
21
- InferRxNormCommandInput,
22
- InferRxNormCommandOutput,
23
- ComprehendMedicalClientResolvedConfig
24
- > {
25
- readonly input: InferRxNormCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: InferRxNormCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ComprehendMedicalClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<InferRxNormCommandInput, InferRxNormCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const InferRxNormCommand_base: {
15
+ new (
16
+ input: InferRxNormCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ InferRxNormCommandInput,
19
+ InferRxNormCommandOutput,
20
+ ComprehendMedicalClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class InferRxNormCommand extends InferRxNormCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ComprehendMedicalClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface InferSNOMEDCTCommandInput extends InferSNOMEDCTRequest {}
20
14
  export interface InferSNOMEDCTCommandOutput
21
15
  extends InferSNOMEDCTResponse,
22
16
  __MetadataBearer {}
23
- export declare class InferSNOMEDCTCommand extends $Command<
24
- InferSNOMEDCTCommandInput,
25
- InferSNOMEDCTCommandOutput,
26
- ComprehendMedicalClientResolvedConfig
27
- > {
28
- readonly input: InferSNOMEDCTCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: InferSNOMEDCTCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: ComprehendMedicalClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<InferSNOMEDCTCommandInput, InferSNOMEDCTCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const InferSNOMEDCTCommand_base: {
18
+ new (
19
+ input: InferSNOMEDCTCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ InferSNOMEDCTCommandInput,
22
+ InferSNOMEDCTCommandOutput,
23
+ ComprehendMedicalClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class InferSNOMEDCTCommand extends InferSNOMEDCTCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ComprehendMedicalClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ListEntitiesDetectionV2JobsCommandInput
21
15
  export interface ListEntitiesDetectionV2JobsCommandOutput
22
16
  extends ListEntitiesDetectionV2JobsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListEntitiesDetectionV2JobsCommand extends $Command<
25
- ListEntitiesDetectionV2JobsCommandInput,
26
- ListEntitiesDetectionV2JobsCommandOutput,
27
- ComprehendMedicalClientResolvedConfig
28
- > {
29
- readonly input: ListEntitiesDetectionV2JobsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListEntitiesDetectionV2JobsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ComprehendMedicalClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListEntitiesDetectionV2JobsCommand_base: {
19
+ new (
20
+ input: ListEntitiesDetectionV2JobsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListEntitiesDetectionV2JobsCommandInput,
38
- ListEntitiesDetectionV2JobsCommandOutput
23
+ ListEntitiesDetectionV2JobsCommandOutput,
24
+ ComprehendMedicalClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListEntitiesDetectionV2JobsCommand extends ListEntitiesDetectionV2JobsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ComprehendMedicalClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ListICD10CMInferenceJobsCommandInput
21
15
  export interface ListICD10CMInferenceJobsCommandOutput
22
16
  extends ListICD10CMInferenceJobsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListICD10CMInferenceJobsCommand extends $Command<
25
- ListICD10CMInferenceJobsCommandInput,
26
- ListICD10CMInferenceJobsCommandOutput,
27
- ComprehendMedicalClientResolvedConfig
28
- > {
29
- readonly input: ListICD10CMInferenceJobsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListICD10CMInferenceJobsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ComprehendMedicalClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListICD10CMInferenceJobsCommand_base: {
19
+ new (
20
+ input: ListICD10CMInferenceJobsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListICD10CMInferenceJobsCommandInput,
38
- ListICD10CMInferenceJobsCommandOutput
23
+ ListICD10CMInferenceJobsCommandOutput,
24
+ ComprehendMedicalClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListICD10CMInferenceJobsCommand extends ListICD10CMInferenceJobsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ComprehendMedicalClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ListPHIDetectionJobsCommandInput
21
15
  export interface ListPHIDetectionJobsCommandOutput
22
16
  extends ListPHIDetectionJobsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListPHIDetectionJobsCommand extends $Command<
25
- ListPHIDetectionJobsCommandInput,
26
- ListPHIDetectionJobsCommandOutput,
27
- ComprehendMedicalClientResolvedConfig
28
- > {
29
- readonly input: ListPHIDetectionJobsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListPHIDetectionJobsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ComprehendMedicalClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListPHIDetectionJobsCommand_base: {
19
+ new (
20
+ input: ListPHIDetectionJobsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListPHIDetectionJobsCommandInput,
38
- ListPHIDetectionJobsCommandOutput
23
+ ListPHIDetectionJobsCommandOutput,
24
+ ComprehendMedicalClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListPHIDetectionJobsCommand extends ListPHIDetectionJobsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ComprehendMedicalClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ListRxNormInferenceJobsCommandInput
21
15
  export interface ListRxNormInferenceJobsCommandOutput
22
16
  extends ListRxNormInferenceJobsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListRxNormInferenceJobsCommand extends $Command<
25
- ListRxNormInferenceJobsCommandInput,
26
- ListRxNormInferenceJobsCommandOutput,
27
- ComprehendMedicalClientResolvedConfig
28
- > {
29
- readonly input: ListRxNormInferenceJobsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListRxNormInferenceJobsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ComprehendMedicalClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListRxNormInferenceJobsCommand_base: {
19
+ new (
20
+ input: ListRxNormInferenceJobsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListRxNormInferenceJobsCommandInput,
38
- ListRxNormInferenceJobsCommandOutput
23
+ ListRxNormInferenceJobsCommandOutput,
24
+ ComprehendMedicalClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListRxNormInferenceJobsCommand extends ListRxNormInferenceJobsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ComprehendMedicalClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ListSNOMEDCTInferenceJobsCommandInput
21
15
  export interface ListSNOMEDCTInferenceJobsCommandOutput
22
16
  extends ListSNOMEDCTInferenceJobsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListSNOMEDCTInferenceJobsCommand extends $Command<
25
- ListSNOMEDCTInferenceJobsCommandInput,
26
- ListSNOMEDCTInferenceJobsCommandOutput,
27
- ComprehendMedicalClientResolvedConfig
28
- > {
29
- readonly input: ListSNOMEDCTInferenceJobsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListSNOMEDCTInferenceJobsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ComprehendMedicalClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListSNOMEDCTInferenceJobsCommand_base: {
19
+ new (
20
+ input: ListSNOMEDCTInferenceJobsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListSNOMEDCTInferenceJobsCommandInput,
38
- ListSNOMEDCTInferenceJobsCommandOutput
23
+ ListSNOMEDCTInferenceJobsCommandOutput,
24
+ ComprehendMedicalClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListSNOMEDCTInferenceJobsCommand extends ListSNOMEDCTInferenceJobsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ComprehendMedicalClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface StartEntitiesDetectionV2JobCommandInput
21
15
  export interface StartEntitiesDetectionV2JobCommandOutput
22
16
  extends StartEntitiesDetectionV2JobResponse,
23
17
  __MetadataBearer {}
24
- export declare class StartEntitiesDetectionV2JobCommand extends $Command<
25
- StartEntitiesDetectionV2JobCommandInput,
26
- StartEntitiesDetectionV2JobCommandOutput,
27
- ComprehendMedicalClientResolvedConfig
28
- > {
29
- readonly input: StartEntitiesDetectionV2JobCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: StartEntitiesDetectionV2JobCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ComprehendMedicalClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const StartEntitiesDetectionV2JobCommand_base: {
19
+ new (
20
+ input: StartEntitiesDetectionV2JobCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  StartEntitiesDetectionV2JobCommandInput,
38
- StartEntitiesDetectionV2JobCommandOutput
23
+ StartEntitiesDetectionV2JobCommandOutput,
24
+ ComprehendMedicalClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class StartEntitiesDetectionV2JobCommand extends StartEntitiesDetectionV2JobCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ComprehendMedicalClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface StartICD10CMInferenceJobCommandInput
21
15
  export interface StartICD10CMInferenceJobCommandOutput
22
16
  extends StartICD10CMInferenceJobResponse,
23
17
  __MetadataBearer {}
24
- export declare class StartICD10CMInferenceJobCommand extends $Command<
25
- StartICD10CMInferenceJobCommandInput,
26
- StartICD10CMInferenceJobCommandOutput,
27
- ComprehendMedicalClientResolvedConfig
28
- > {
29
- readonly input: StartICD10CMInferenceJobCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: StartICD10CMInferenceJobCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ComprehendMedicalClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const StartICD10CMInferenceJobCommand_base: {
19
+ new (
20
+ input: StartICD10CMInferenceJobCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  StartICD10CMInferenceJobCommandInput,
38
- StartICD10CMInferenceJobCommandOutput
23
+ StartICD10CMInferenceJobCommandOutput,
24
+ ComprehendMedicalClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class StartICD10CMInferenceJobCommand extends StartICD10CMInferenceJobCommand_base {}