@aws-sdk/client-comprehendmedical 3.170.0 → 3.171.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 (36) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/ComprehendMedical.d.ts +0 -26
  3. package/dist-types/ts3.4/ComprehendMedicalClient.d.ts +0 -25
  4. package/dist-types/ts3.4/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +0 -2
  5. package/dist-types/ts3.4/commands/DescribeICD10CMInferenceJobCommand.d.ts +0 -2
  6. package/dist-types/ts3.4/commands/DescribePHIDetectionJobCommand.d.ts +0 -2
  7. package/dist-types/ts3.4/commands/DescribeRxNormInferenceJobCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/DetectEntitiesV2Command.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DetectPHICommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/InferICD10CMCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/InferRxNormCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/InferSNOMEDCTCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/ListEntitiesDetectionV2JobsCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/ListICD10CMInferenceJobsCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/ListPHIDetectionJobsCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/ListRxNormInferenceJobsCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/StartEntitiesDetectionV2JobCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/StartICD10CMInferenceJobCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/StartPHIDetectionJobCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/StartRxNormInferenceJobCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/StartSNOMEDCTInferenceJobCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/StopEntitiesDetectionV2JobCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/StopICD10CMInferenceJobCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/StopPHIDetectionJobCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/StopRxNormInferenceJobCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/StopSNOMEDCTInferenceJobCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/models/ComprehendMedicalServiceException.d.ts +0 -1
  31. package/dist-types/ts3.4/models/models_0.d.ts +0 -274
  32. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  33. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  34. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  35. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  36. package/package.json +26 -26
@@ -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
  }