@aws-sdk/client-comprehendmedical 3.170.0 → 3.178.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.
- package/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/ComprehendMedical.d.ts +0 -26
- package/dist-types/ts3.4/ComprehendMedicalClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeICD10CMInferenceJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribePHIDetectionJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeRxNormInferenceJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DetectEntitiesV2Command.d.ts +0 -2
- package/dist-types/ts3.4/commands/DetectPHICommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/InferICD10CMCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/InferRxNormCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/InferSNOMEDCTCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListEntitiesDetectionV2JobsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListICD10CMInferenceJobsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPHIDetectionJobsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListRxNormInferenceJobsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartEntitiesDetectionV2JobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartICD10CMInferenceJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartPHIDetectionJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartRxNormInferenceJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartSNOMEDCTInferenceJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopEntitiesDetectionV2JobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopICD10CMInferenceJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopPHIDetectionJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopRxNormInferenceJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopSNOMEDCTInferenceJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/ComprehendMedicalServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -274
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -19,7 +19,6 @@ export interface StartSNOMEDCTInferenceJobCommandInput
|
|
|
19
19
|
export interface StartSNOMEDCTInferenceJobCommandOutput
|
|
20
20
|
extends StartSNOMEDCTInferenceJobResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class StartSNOMEDCTInferenceJobCommand extends $Command<
|
|
24
23
|
StartSNOMEDCTInferenceJobCommandInput,
|
|
25
24
|
StartSNOMEDCTInferenceJobCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class StartSNOMEDCTInferenceJobCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: StartSNOMEDCTInferenceJobCommandInput;
|
|
29
28
|
constructor(input: StartSNOMEDCTInferenceJobCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ComprehendMedicalClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface StopEntitiesDetectionV2JobCommandInput
|
|
|
19
19
|
export interface StopEntitiesDetectionV2JobCommandOutput
|
|
20
20
|
extends StopEntitiesDetectionV2JobResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class StopEntitiesDetectionV2JobCommand extends $Command<
|
|
24
23
|
StopEntitiesDetectionV2JobCommandInput,
|
|
25
24
|
StopEntitiesDetectionV2JobCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class StopEntitiesDetectionV2JobCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: StopEntitiesDetectionV2JobCommandInput;
|
|
29
28
|
constructor(input: StopEntitiesDetectionV2JobCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ComprehendMedicalClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface StopICD10CMInferenceJobCommandInput
|
|
|
19
19
|
export interface StopICD10CMInferenceJobCommandOutput
|
|
20
20
|
extends StopICD10CMInferenceJobResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class StopICD10CMInferenceJobCommand extends $Command<
|
|
24
23
|
StopICD10CMInferenceJobCommandInput,
|
|
25
24
|
StopICD10CMInferenceJobCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class StopICD10CMInferenceJobCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: StopICD10CMInferenceJobCommandInput;
|
|
29
28
|
constructor(input: StopICD10CMInferenceJobCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ComprehendMedicalClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface StopPHIDetectionJobCommandInput
|
|
|
19
19
|
export interface StopPHIDetectionJobCommandOutput
|
|
20
20
|
extends StopPHIDetectionJobResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class StopPHIDetectionJobCommand extends $Command<
|
|
24
23
|
StopPHIDetectionJobCommandInput,
|
|
25
24
|
StopPHIDetectionJobCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class StopPHIDetectionJobCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: StopPHIDetectionJobCommandInput;
|
|
29
28
|
constructor(input: StopPHIDetectionJobCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ComprehendMedicalClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface StopRxNormInferenceJobCommandInput
|
|
|
19
19
|
export interface StopRxNormInferenceJobCommandOutput
|
|
20
20
|
extends StopRxNormInferenceJobResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class StopRxNormInferenceJobCommand extends $Command<
|
|
24
23
|
StopRxNormInferenceJobCommandInput,
|
|
25
24
|
StopRxNormInferenceJobCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class StopRxNormInferenceJobCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: StopRxNormInferenceJobCommandInput;
|
|
29
28
|
constructor(input: StopRxNormInferenceJobCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ComprehendMedicalClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface StopSNOMEDCTInferenceJobCommandInput
|
|
|
19
19
|
export interface StopSNOMEDCTInferenceJobCommandOutput
|
|
20
20
|
extends StopSNOMEDCTInferenceJobResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class StopSNOMEDCTInferenceJobCommand extends $Command<
|
|
24
23
|
StopSNOMEDCTInferenceJobCommandInput,
|
|
25
24
|
StopSNOMEDCTInferenceJobCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class StopSNOMEDCTInferenceJobCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: StopSNOMEDCTInferenceJobCommandInput;
|
|
29
28
|
constructor(input: StopSNOMEDCTInferenceJobCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ComprehendMedicalClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class ComprehendMedicalServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|