@aws-sdk/client-comprehendmedical 3.533.0 → 3.536.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 (57) hide show
  1. package/dist-types/ComprehendMedical.d.ts +6 -1
  2. package/dist-types/ComprehendMedicalClient.d.ts +1 -1
  3. package/dist-types/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +2 -1
  4. package/dist-types/commands/DescribeICD10CMInferenceJobCommand.d.ts +2 -1
  5. package/dist-types/commands/DescribePHIDetectionJobCommand.d.ts +2 -1
  6. package/dist-types/commands/DescribeRxNormInferenceJobCommand.d.ts +2 -1
  7. package/dist-types/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +2 -1
  8. package/dist-types/commands/DetectEntitiesCommand.d.ts +4 -3
  9. package/dist-types/commands/DetectEntitiesV2Command.d.ts +2 -1
  10. package/dist-types/commands/DetectPHICommand.d.ts +2 -1
  11. package/dist-types/commands/InferICD10CMCommand.d.ts +2 -1
  12. package/dist-types/commands/InferRxNormCommand.d.ts +2 -1
  13. package/dist-types/commands/InferSNOMEDCTCommand.d.ts +2 -1
  14. package/dist-types/commands/ListEntitiesDetectionV2JobsCommand.d.ts +2 -1
  15. package/dist-types/commands/ListICD10CMInferenceJobsCommand.d.ts +2 -1
  16. package/dist-types/commands/ListPHIDetectionJobsCommand.d.ts +2 -1
  17. package/dist-types/commands/ListRxNormInferenceJobsCommand.d.ts +2 -1
  18. package/dist-types/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +2 -1
  19. package/dist-types/commands/StartEntitiesDetectionV2JobCommand.d.ts +2 -1
  20. package/dist-types/commands/StartICD10CMInferenceJobCommand.d.ts +2 -1
  21. package/dist-types/commands/StartPHIDetectionJobCommand.d.ts +2 -1
  22. package/dist-types/commands/StartRxNormInferenceJobCommand.d.ts +2 -1
  23. package/dist-types/commands/StartSNOMEDCTInferenceJobCommand.d.ts +2 -1
  24. package/dist-types/commands/StopEntitiesDetectionV2JobCommand.d.ts +2 -1
  25. package/dist-types/commands/StopICD10CMInferenceJobCommand.d.ts +2 -1
  26. package/dist-types/commands/StopPHIDetectionJobCommand.d.ts +2 -1
  27. package/dist-types/commands/StopRxNormInferenceJobCommand.d.ts +2 -1
  28. package/dist-types/commands/StopSNOMEDCTInferenceJobCommand.d.ts +2 -1
  29. package/dist-types/models/models_0.d.ts +266 -266
  30. package/dist-types/ts3.4/ComprehendMedical.d.ts +5 -0
  31. package/dist-types/ts3.4/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +9 -0
  32. package/dist-types/ts3.4/commands/DescribeICD10CMInferenceJobCommand.d.ts +9 -0
  33. package/dist-types/ts3.4/commands/DescribePHIDetectionJobCommand.d.ts +9 -0
  34. package/dist-types/ts3.4/commands/DescribeRxNormInferenceJobCommand.d.ts +9 -0
  35. package/dist-types/ts3.4/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +9 -0
  36. package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/DetectEntitiesV2Command.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/DetectPHICommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/InferICD10CMCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/InferRxNormCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/InferSNOMEDCTCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/ListEntitiesDetectionV2JobsCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/ListICD10CMInferenceJobsCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/ListPHIDetectionJobsCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/ListRxNormInferenceJobsCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/StartEntitiesDetectionV2JobCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/StartICD10CMInferenceJobCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/StartPHIDetectionJobCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/StartRxNormInferenceJobCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/StartSNOMEDCTInferenceJobCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/StopEntitiesDetectionV2JobCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/StopICD10CMInferenceJobCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/StopPHIDetectionJobCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/StopRxNormInferenceJobCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/StopSNOMEDCTInferenceJobCommand.d.ts +9 -0
  57. package/package.json +40 -40
@@ -248,6 +248,7 @@ export interface ComprehendMedical {
248
248
  options: __HttpHandlerOptions,
249
249
  cb: (err: any, data?: InferSNOMEDCTCommandOutput) => void
250
250
  ): void;
251
+ listEntitiesDetectionV2Jobs(): Promise<ListEntitiesDetectionV2JobsCommandOutput>;
251
252
  listEntitiesDetectionV2Jobs(
252
253
  args: ListEntitiesDetectionV2JobsCommandInput,
253
254
  options?: __HttpHandlerOptions
@@ -261,6 +262,7 @@ export interface ComprehendMedical {
261
262
  options: __HttpHandlerOptions,
262
263
  cb: (err: any, data?: ListEntitiesDetectionV2JobsCommandOutput) => void
263
264
  ): void;
265
+ listICD10CMInferenceJobs(): Promise<ListICD10CMInferenceJobsCommandOutput>;
264
266
  listICD10CMInferenceJobs(
265
267
  args: ListICD10CMInferenceJobsCommandInput,
266
268
  options?: __HttpHandlerOptions
@@ -274,6 +276,7 @@ export interface ComprehendMedical {
274
276
  options: __HttpHandlerOptions,
275
277
  cb: (err: any, data?: ListICD10CMInferenceJobsCommandOutput) => void
276
278
  ): void;
279
+ listPHIDetectionJobs(): Promise<ListPHIDetectionJobsCommandOutput>;
277
280
  listPHIDetectionJobs(
278
281
  args: ListPHIDetectionJobsCommandInput,
279
282
  options?: __HttpHandlerOptions
@@ -287,6 +290,7 @@ export interface ComprehendMedical {
287
290
  options: __HttpHandlerOptions,
288
291
  cb: (err: any, data?: ListPHIDetectionJobsCommandOutput) => void
289
292
  ): void;
293
+ listRxNormInferenceJobs(): Promise<ListRxNormInferenceJobsCommandOutput>;
290
294
  listRxNormInferenceJobs(
291
295
  args: ListRxNormInferenceJobsCommandInput,
292
296
  options?: __HttpHandlerOptions
@@ -300,6 +304,7 @@ export interface ComprehendMedical {
300
304
  options: __HttpHandlerOptions,
301
305
  cb: (err: any, data?: ListRxNormInferenceJobsCommandOutput) => void
302
306
  ): void;
307
+ listSNOMEDCTInferenceJobs(): Promise<ListSNOMEDCTInferenceJobsCommandOutput>;
303
308
  listSNOMEDCTInferenceJobs(
304
309
  args: ListSNOMEDCTInferenceJobsCommandInput,
305
310
  options?: __HttpHandlerOptions
@@ -25,6 +25,15 @@ declare const DescribeEntitiesDetectionV2JobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeEntitiesDetectionV2JobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeEntitiesDetectionV2JobCommandInput,
32
+ DescribeEntitiesDetectionV2JobCommandOutput,
33
+ ComprehendMedicalClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeEntitiesDetectionV2JobCommand extends DescribeEntitiesDetectionV2JobCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeICD10CMInferenceJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeICD10CMInferenceJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeICD10CMInferenceJobCommandInput,
32
+ DescribeICD10CMInferenceJobCommandOutput,
33
+ ComprehendMedicalClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeICD10CMInferenceJobCommand extends DescribeICD10CMInferenceJobCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribePHIDetectionJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribePHIDetectionJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribePHIDetectionJobCommandInput,
32
+ DescribePHIDetectionJobCommandOutput,
33
+ ComprehendMedicalClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribePHIDetectionJobCommand extends DescribePHIDetectionJobCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeRxNormInferenceJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeRxNormInferenceJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeRxNormInferenceJobCommandInput,
32
+ DescribeRxNormInferenceJobCommandOutput,
33
+ ComprehendMedicalClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeRxNormInferenceJobCommand extends DescribeRxNormInferenceJobCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeSNOMEDCTInferenceJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeSNOMEDCTInferenceJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeSNOMEDCTInferenceJobCommandInput,
32
+ DescribeSNOMEDCTInferenceJobCommandOutput,
33
+ ComprehendMedicalClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeSNOMEDCTInferenceJobCommand extends DescribeSNOMEDCTInferenceJobCommand_base {}
@@ -24,6 +24,15 @@ declare const DetectEntitiesCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DetectEntitiesCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DetectEntitiesCommandInput,
31
+ DetectEntitiesCommandOutput,
32
+ ComprehendMedicalClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DetectEntitiesCommand extends DetectEntitiesCommand_base {}
@@ -24,6 +24,15 @@ declare const DetectEntitiesV2Command_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DetectEntitiesV2CommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DetectEntitiesV2CommandInput,
31
+ DetectEntitiesV2CommandOutput,
32
+ ComprehendMedicalClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DetectEntitiesV2Command extends DetectEntitiesV2Command_base {}
@@ -21,6 +21,15 @@ declare const DetectPHICommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DetectPHICommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DetectPHICommandInput,
28
+ DetectPHICommandOutput,
29
+ ComprehendMedicalClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DetectPHICommand extends DetectPHICommand_base {}
@@ -21,6 +21,15 @@ declare const InferICD10CMCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: InferICD10CMCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ InferICD10CMCommandInput,
28
+ InferICD10CMCommandOutput,
29
+ ComprehendMedicalClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class InferICD10CMCommand extends InferICD10CMCommand_base {}
@@ -21,6 +21,15 @@ declare const InferRxNormCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: InferRxNormCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ InferRxNormCommandInput,
28
+ InferRxNormCommandOutput,
29
+ ComprehendMedicalClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class InferRxNormCommand extends InferRxNormCommand_base {}
@@ -24,6 +24,15 @@ declare const InferSNOMEDCTCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: InferSNOMEDCTCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ InferSNOMEDCTCommandInput,
31
+ InferSNOMEDCTCommandOutput,
32
+ ComprehendMedicalClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class InferSNOMEDCTCommand extends InferSNOMEDCTCommand_base {}
@@ -25,6 +25,15 @@ declare const ListEntitiesDetectionV2JobsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListEntitiesDetectionV2JobsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListEntitiesDetectionV2JobsCommandInput,
32
+ ListEntitiesDetectionV2JobsCommandOutput,
33
+ ComprehendMedicalClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListEntitiesDetectionV2JobsCommand extends ListEntitiesDetectionV2JobsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListICD10CMInferenceJobsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListICD10CMInferenceJobsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListICD10CMInferenceJobsCommandInput,
32
+ ListICD10CMInferenceJobsCommandOutput,
33
+ ComprehendMedicalClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListICD10CMInferenceJobsCommand extends ListICD10CMInferenceJobsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListPHIDetectionJobsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListPHIDetectionJobsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListPHIDetectionJobsCommandInput,
32
+ ListPHIDetectionJobsCommandOutput,
33
+ ComprehendMedicalClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListPHIDetectionJobsCommand extends ListPHIDetectionJobsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListRxNormInferenceJobsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListRxNormInferenceJobsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListRxNormInferenceJobsCommandInput,
32
+ ListRxNormInferenceJobsCommandOutput,
33
+ ComprehendMedicalClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListRxNormInferenceJobsCommand extends ListRxNormInferenceJobsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListSNOMEDCTInferenceJobsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListSNOMEDCTInferenceJobsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListSNOMEDCTInferenceJobsCommandInput,
32
+ ListSNOMEDCTInferenceJobsCommandOutput,
33
+ ComprehendMedicalClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListSNOMEDCTInferenceJobsCommand extends ListSNOMEDCTInferenceJobsCommand_base {}
@@ -25,6 +25,15 @@ declare const StartEntitiesDetectionV2JobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StartEntitiesDetectionV2JobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StartEntitiesDetectionV2JobCommandInput,
32
+ StartEntitiesDetectionV2JobCommandOutput,
33
+ ComprehendMedicalClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StartEntitiesDetectionV2JobCommand extends StartEntitiesDetectionV2JobCommand_base {}
@@ -25,6 +25,15 @@ declare const StartICD10CMInferenceJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StartICD10CMInferenceJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StartICD10CMInferenceJobCommandInput,
32
+ StartICD10CMInferenceJobCommandOutput,
33
+ ComprehendMedicalClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StartICD10CMInferenceJobCommand extends StartICD10CMInferenceJobCommand_base {}
@@ -25,6 +25,15 @@ declare const StartPHIDetectionJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StartPHIDetectionJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StartPHIDetectionJobCommandInput,
32
+ StartPHIDetectionJobCommandOutput,
33
+ ComprehendMedicalClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StartPHIDetectionJobCommand extends StartPHIDetectionJobCommand_base {}
@@ -25,6 +25,15 @@ declare const StartRxNormInferenceJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StartRxNormInferenceJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StartRxNormInferenceJobCommandInput,
32
+ StartRxNormInferenceJobCommandOutput,
33
+ ComprehendMedicalClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StartRxNormInferenceJobCommand extends StartRxNormInferenceJobCommand_base {}
@@ -25,6 +25,15 @@ declare const StartSNOMEDCTInferenceJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StartSNOMEDCTInferenceJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StartSNOMEDCTInferenceJobCommandInput,
32
+ StartSNOMEDCTInferenceJobCommandOutput,
33
+ ComprehendMedicalClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StartSNOMEDCTInferenceJobCommand extends StartSNOMEDCTInferenceJobCommand_base {}
@@ -25,6 +25,15 @@ declare const StopEntitiesDetectionV2JobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StopEntitiesDetectionV2JobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StopEntitiesDetectionV2JobCommandInput,
32
+ StopEntitiesDetectionV2JobCommandOutput,
33
+ ComprehendMedicalClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StopEntitiesDetectionV2JobCommand extends StopEntitiesDetectionV2JobCommand_base {}
@@ -25,6 +25,15 @@ declare const StopICD10CMInferenceJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StopICD10CMInferenceJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StopICD10CMInferenceJobCommandInput,
32
+ StopICD10CMInferenceJobCommandOutput,
33
+ ComprehendMedicalClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StopICD10CMInferenceJobCommand extends StopICD10CMInferenceJobCommand_base {}
@@ -25,6 +25,15 @@ declare const StopPHIDetectionJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StopPHIDetectionJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StopPHIDetectionJobCommandInput,
32
+ StopPHIDetectionJobCommandOutput,
33
+ ComprehendMedicalClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StopPHIDetectionJobCommand extends StopPHIDetectionJobCommand_base {}
@@ -25,6 +25,15 @@ declare const StopRxNormInferenceJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StopRxNormInferenceJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StopRxNormInferenceJobCommandInput,
32
+ StopRxNormInferenceJobCommandOutput,
33
+ ComprehendMedicalClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StopRxNormInferenceJobCommand extends StopRxNormInferenceJobCommand_base {}
@@ -25,6 +25,15 @@ declare const StopSNOMEDCTInferenceJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StopSNOMEDCTInferenceJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StopSNOMEDCTInferenceJobCommandInput,
32
+ StopSNOMEDCTInferenceJobCommandOutput,
33
+ ComprehendMedicalClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StopSNOMEDCTInferenceJobCommand extends StopSNOMEDCTInferenceJobCommand_base {}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-comprehendmedical",
3
3
  "description": "AWS SDK for JavaScript Comprehendmedical Client for Node.js, Browser and React Native",
4
- "version": "3.533.0",
4
+ "version": "3.536.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-comprehendmedical",
@@ -20,48 +20,48 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.533.0",
24
- "@aws-sdk/core": "3.533.0",
25
- "@aws-sdk/credential-provider-node": "3.533.0",
26
- "@aws-sdk/middleware-host-header": "3.533.0",
27
- "@aws-sdk/middleware-logger": "3.533.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.533.0",
29
- "@aws-sdk/middleware-user-agent": "3.533.0",
30
- "@aws-sdk/region-config-resolver": "3.533.0",
31
- "@aws-sdk/types": "3.533.0",
32
- "@aws-sdk/util-endpoints": "3.533.0",
33
- "@aws-sdk/util-user-agent-browser": "3.533.0",
34
- "@aws-sdk/util-user-agent-node": "3.533.0",
35
- "@smithy/config-resolver": "^2.1.5",
36
- "@smithy/core": "^1.3.8",
37
- "@smithy/fetch-http-handler": "^2.4.5",
38
- "@smithy/hash-node": "^2.1.4",
39
- "@smithy/invalid-dependency": "^2.1.4",
40
- "@smithy/middleware-content-length": "^2.1.4",
41
- "@smithy/middleware-endpoint": "^2.4.6",
42
- "@smithy/middleware-retry": "^2.1.7",
43
- "@smithy/middleware-serde": "^2.2.1",
44
- "@smithy/middleware-stack": "^2.1.4",
45
- "@smithy/node-config-provider": "^2.2.5",
46
- "@smithy/node-http-handler": "^2.4.3",
47
- "@smithy/protocol-http": "^3.2.2",
48
- "@smithy/smithy-client": "^2.4.5",
49
- "@smithy/types": "^2.11.0",
50
- "@smithy/url-parser": "^2.1.4",
51
- "@smithy/util-base64": "^2.2.1",
52
- "@smithy/util-body-length-browser": "^2.1.1",
53
- "@smithy/util-body-length-node": "^2.2.2",
54
- "@smithy/util-defaults-mode-browser": "^2.1.7",
55
- "@smithy/util-defaults-mode-node": "^2.2.7",
56
- "@smithy/util-endpoints": "^1.1.5",
57
- "@smithy/util-middleware": "^2.1.4",
58
- "@smithy/util-retry": "^2.1.4",
59
- "@smithy/util-utf8": "^2.2.0",
60
- "tslib": "^2.5.0",
23
+ "@aws-sdk/client-sts": "3.535.0",
24
+ "@aws-sdk/core": "3.535.0",
25
+ "@aws-sdk/credential-provider-node": "3.535.0",
26
+ "@aws-sdk/middleware-host-header": "3.535.0",
27
+ "@aws-sdk/middleware-logger": "3.535.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.535.0",
29
+ "@aws-sdk/middleware-user-agent": "3.535.0",
30
+ "@aws-sdk/region-config-resolver": "3.535.0",
31
+ "@aws-sdk/types": "3.535.0",
32
+ "@aws-sdk/util-endpoints": "3.535.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.535.0",
34
+ "@aws-sdk/util-user-agent-node": "3.535.0",
35
+ "@smithy/config-resolver": "^2.2.0",
36
+ "@smithy/core": "^1.4.0",
37
+ "@smithy/fetch-http-handler": "^2.5.0",
38
+ "@smithy/hash-node": "^2.2.0",
39
+ "@smithy/invalid-dependency": "^2.2.0",
40
+ "@smithy/middleware-content-length": "^2.2.0",
41
+ "@smithy/middleware-endpoint": "^2.5.0",
42
+ "@smithy/middleware-retry": "^2.2.0",
43
+ "@smithy/middleware-serde": "^2.3.0",
44
+ "@smithy/middleware-stack": "^2.2.0",
45
+ "@smithy/node-config-provider": "^2.3.0",
46
+ "@smithy/node-http-handler": "^2.5.0",
47
+ "@smithy/protocol-http": "^3.3.0",
48
+ "@smithy/smithy-client": "^2.5.0",
49
+ "@smithy/types": "^2.12.0",
50
+ "@smithy/url-parser": "^2.2.0",
51
+ "@smithy/util-base64": "^2.3.0",
52
+ "@smithy/util-body-length-browser": "^2.2.0",
53
+ "@smithy/util-body-length-node": "^2.3.0",
54
+ "@smithy/util-defaults-mode-browser": "^2.2.0",
55
+ "@smithy/util-defaults-mode-node": "^2.3.0",
56
+ "@smithy/util-endpoints": "^1.2.0",
57
+ "@smithy/util-middleware": "^2.2.0",
58
+ "@smithy/util-retry": "^2.2.0",
59
+ "@smithy/util-utf8": "^2.3.0",
60
+ "tslib": "^2.6.2",
61
61
  "uuid": "^9.0.1"
62
62
  },
63
63
  "devDependencies": {
64
- "@smithy/service-client-documentation-generator": "^2.1.1",
64
+ "@smithy/service-client-documentation-generator": "^2.2.0",
65
65
  "@tsconfig/node14": "1.0.3",
66
66
  "@types/node": "^14.14.31",
67
67
  "@types/uuid": "^9.0.4",