@aws-sdk/client-comprehendmedical 3.296.0 → 3.298.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/commands/DescribeEntitiesDetectionV2JobCommand.js +2 -3
  2. package/dist-cjs/commands/DescribeICD10CMInferenceJobCommand.js +2 -3
  3. package/dist-cjs/commands/DescribePHIDetectionJobCommand.js +2 -3
  4. package/dist-cjs/commands/DescribeRxNormInferenceJobCommand.js +2 -3
  5. package/dist-cjs/commands/DescribeSNOMEDCTInferenceJobCommand.js +2 -3
  6. package/dist-cjs/commands/DetectEntitiesCommand.js +2 -3
  7. package/dist-cjs/commands/DetectEntitiesV2Command.js +2 -3
  8. package/dist-cjs/commands/DetectPHICommand.js +2 -3
  9. package/dist-cjs/commands/InferICD10CMCommand.js +2 -3
  10. package/dist-cjs/commands/InferRxNormCommand.js +2 -3
  11. package/dist-cjs/commands/InferSNOMEDCTCommand.js +2 -3
  12. package/dist-cjs/commands/ListEntitiesDetectionV2JobsCommand.js +2 -3
  13. package/dist-cjs/commands/ListICD10CMInferenceJobsCommand.js +2 -3
  14. package/dist-cjs/commands/ListPHIDetectionJobsCommand.js +2 -3
  15. package/dist-cjs/commands/ListRxNormInferenceJobsCommand.js +2 -3
  16. package/dist-cjs/commands/ListSNOMEDCTInferenceJobsCommand.js +2 -3
  17. package/dist-cjs/commands/StartEntitiesDetectionV2JobCommand.js +2 -3
  18. package/dist-cjs/commands/StartICD10CMInferenceJobCommand.js +2 -3
  19. package/dist-cjs/commands/StartPHIDetectionJobCommand.js +2 -3
  20. package/dist-cjs/commands/StartRxNormInferenceJobCommand.js +2 -3
  21. package/dist-cjs/commands/StartSNOMEDCTInferenceJobCommand.js +2 -3
  22. package/dist-cjs/commands/StopEntitiesDetectionV2JobCommand.js +2 -3
  23. package/dist-cjs/commands/StopICD10CMInferenceJobCommand.js +2 -3
  24. package/dist-cjs/commands/StopPHIDetectionJobCommand.js +2 -3
  25. package/dist-cjs/commands/StopRxNormInferenceJobCommand.js +2 -3
  26. package/dist-cjs/commands/StopSNOMEDCTInferenceJobCommand.js +2 -3
  27. package/dist-cjs/models/models_0.js +1 -299
  28. package/dist-es/commands/DescribeEntitiesDetectionV2JobCommand.js +2 -3
  29. package/dist-es/commands/DescribeICD10CMInferenceJobCommand.js +2 -3
  30. package/dist-es/commands/DescribePHIDetectionJobCommand.js +2 -3
  31. package/dist-es/commands/DescribeRxNormInferenceJobCommand.js +2 -3
  32. package/dist-es/commands/DescribeSNOMEDCTInferenceJobCommand.js +2 -3
  33. package/dist-es/commands/DetectEntitiesCommand.js +2 -3
  34. package/dist-es/commands/DetectEntitiesV2Command.js +2 -3
  35. package/dist-es/commands/DetectPHICommand.js +2 -3
  36. package/dist-es/commands/InferICD10CMCommand.js +2 -3
  37. package/dist-es/commands/InferRxNormCommand.js +2 -3
  38. package/dist-es/commands/InferSNOMEDCTCommand.js +2 -3
  39. package/dist-es/commands/ListEntitiesDetectionV2JobsCommand.js +2 -3
  40. package/dist-es/commands/ListICD10CMInferenceJobsCommand.js +2 -3
  41. package/dist-es/commands/ListPHIDetectionJobsCommand.js +2 -3
  42. package/dist-es/commands/ListRxNormInferenceJobsCommand.js +2 -3
  43. package/dist-es/commands/ListSNOMEDCTInferenceJobsCommand.js +2 -3
  44. package/dist-es/commands/StartEntitiesDetectionV2JobCommand.js +2 -3
  45. package/dist-es/commands/StartICD10CMInferenceJobCommand.js +2 -3
  46. package/dist-es/commands/StartPHIDetectionJobCommand.js +2 -3
  47. package/dist-es/commands/StartRxNormInferenceJobCommand.js +2 -3
  48. package/dist-es/commands/StartSNOMEDCTInferenceJobCommand.js +2 -3
  49. package/dist-es/commands/StopEntitiesDetectionV2JobCommand.js +2 -3
  50. package/dist-es/commands/StopICD10CMInferenceJobCommand.js +2 -3
  51. package/dist-es/commands/StopPHIDetectionJobCommand.js +2 -3
  52. package/dist-es/commands/StopRxNormInferenceJobCommand.js +2 -3
  53. package/dist-es/commands/StopSNOMEDCTInferenceJobCommand.js +2 -3
  54. package/dist-es/models/models_0.js +0 -222
  55. package/dist-types/ComprehendMedical.d.ts +27 -0
  56. package/dist-types/ComprehendMedicalClient.d.ts +24 -4
  57. package/dist-types/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +16 -0
  58. package/dist-types/commands/DescribeICD10CMInferenceJobCommand.d.ts +16 -0
  59. package/dist-types/commands/DescribePHIDetectionJobCommand.d.ts +16 -0
  60. package/dist-types/commands/DescribeRxNormInferenceJobCommand.d.ts +16 -0
  61. package/dist-types/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +16 -0
  62. package/dist-types/commands/DetectEntitiesCommand.d.ts +16 -0
  63. package/dist-types/commands/DetectEntitiesV2Command.d.ts +16 -0
  64. package/dist-types/commands/DetectPHICommand.d.ts +16 -0
  65. package/dist-types/commands/InferICD10CMCommand.d.ts +16 -0
  66. package/dist-types/commands/InferRxNormCommand.d.ts +16 -0
  67. package/dist-types/commands/InferSNOMEDCTCommand.d.ts +16 -0
  68. package/dist-types/commands/ListEntitiesDetectionV2JobsCommand.d.ts +16 -0
  69. package/dist-types/commands/ListICD10CMInferenceJobsCommand.d.ts +16 -0
  70. package/dist-types/commands/ListPHIDetectionJobsCommand.d.ts +16 -0
  71. package/dist-types/commands/ListRxNormInferenceJobsCommand.d.ts +16 -0
  72. package/dist-types/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +16 -0
  73. package/dist-types/commands/StartEntitiesDetectionV2JobCommand.d.ts +16 -0
  74. package/dist-types/commands/StartICD10CMInferenceJobCommand.d.ts +16 -0
  75. package/dist-types/commands/StartPHIDetectionJobCommand.d.ts +16 -0
  76. package/dist-types/commands/StartRxNormInferenceJobCommand.d.ts +16 -0
  77. package/dist-types/commands/StartSNOMEDCTInferenceJobCommand.d.ts +16 -0
  78. package/dist-types/commands/StopEntitiesDetectionV2JobCommand.d.ts +16 -0
  79. package/dist-types/commands/StopICD10CMInferenceJobCommand.d.ts +16 -0
  80. package/dist-types/commands/StopPHIDetectionJobCommand.d.ts +16 -0
  81. package/dist-types/commands/StopRxNormInferenceJobCommand.d.ts +16 -0
  82. package/dist-types/commands/StopSNOMEDCTInferenceJobCommand.d.ts +16 -0
  83. package/dist-types/models/ComprehendMedicalServiceException.d.ts +2 -0
  84. package/dist-types/models/models_0.d.ts +246 -296
  85. package/dist-types/ts3.4/models/models_0.d.ts +0 -208
  86. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
5
5
  import { ListEntitiesDetectionV2JobsRequest, ListEntitiesDetectionV2JobsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListEntitiesDetectionV2JobsCommand}.
8
10
  */
9
11
  export interface ListEntitiesDetectionV2JobsCommandInput extends ListEntitiesDetectionV2JobsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListEntitiesDetectionV2JobsCommand}.
13
17
  */
14
18
  export interface ListEntitiesDetectionV2JobsCommandOutput extends ListEntitiesDetectionV2JobsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets a list of medical entity detection jobs that you have submitted.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListEntitiesDetectionV2JobsCommandOutput extends ListEntitiesDe
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListEntitiesDetectionV2JobsCommandInput - {@link ListEntitiesDetectionV2JobsCommandInput}
34
+ * @returns {@link ListEntitiesDetectionV2JobsCommandOutput}
28
35
  * @see {@link ListEntitiesDetectionV2JobsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListEntitiesDetectionV2JobsCommandOutput} for command's `response` shape.
30
37
  * @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
@@ -50,11 +57,20 @@ export interface ListEntitiesDetectionV2JobsCommandOutput extends ListEntitiesDe
50
57
  export declare class ListEntitiesDetectionV2JobsCommand extends $Command<ListEntitiesDetectionV2JobsCommandInput, ListEntitiesDetectionV2JobsCommandOutput, ComprehendMedicalClientResolvedConfig> {
51
58
  readonly input: ListEntitiesDetectionV2JobsCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: ListEntitiesDetectionV2JobsCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEntitiesDetectionV2JobsCommandInput, ListEntitiesDetectionV2JobsCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
5
5
  import { ListICD10CMInferenceJobsRequest, ListICD10CMInferenceJobsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListICD10CMInferenceJobsCommand}.
8
10
  */
9
11
  export interface ListICD10CMInferenceJobsCommandInput extends ListICD10CMInferenceJobsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListICD10CMInferenceJobsCommand}.
13
17
  */
14
18
  export interface ListICD10CMInferenceJobsCommandOutput extends ListICD10CMInferenceJobsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets a list of InferICD10CM jobs that you have submitted.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListICD10CMInferenceJobsCommandOutput extends ListICD10CMInfere
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListICD10CMInferenceJobsCommandInput - {@link ListICD10CMInferenceJobsCommandInput}
34
+ * @returns {@link ListICD10CMInferenceJobsCommandOutput}
28
35
  * @see {@link ListICD10CMInferenceJobsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListICD10CMInferenceJobsCommandOutput} for command's `response` shape.
30
37
  * @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
@@ -50,11 +57,20 @@ export interface ListICD10CMInferenceJobsCommandOutput extends ListICD10CMInfere
50
57
  export declare class ListICD10CMInferenceJobsCommand extends $Command<ListICD10CMInferenceJobsCommandInput, ListICD10CMInferenceJobsCommandOutput, ComprehendMedicalClientResolvedConfig> {
51
58
  readonly input: ListICD10CMInferenceJobsCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: ListICD10CMInferenceJobsCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListICD10CMInferenceJobsCommandInput, ListICD10CMInferenceJobsCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
5
5
  import { ListPHIDetectionJobsRequest, ListPHIDetectionJobsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListPHIDetectionJobsCommand}.
8
10
  */
9
11
  export interface ListPHIDetectionJobsCommandInput extends ListPHIDetectionJobsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListPHIDetectionJobsCommand}.
13
17
  */
14
18
  export interface ListPHIDetectionJobsCommandOutput extends ListPHIDetectionJobsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets a list of protected health information (PHI) detection jobs that you have
18
23
  * submitted.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ListPHIDetectionJobsCommandOutput extends ListPHIDetectionJobsR
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ListPHIDetectionJobsCommandInput - {@link ListPHIDetectionJobsCommandInput}
35
+ * @returns {@link ListPHIDetectionJobsCommandOutput}
29
36
  * @see {@link ListPHIDetectionJobsCommandInput} for command's `input` shape.
30
37
  * @see {@link ListPHIDetectionJobsCommandOutput} for command's `response` shape.
31
38
  * @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
@@ -51,11 +58,20 @@ export interface ListPHIDetectionJobsCommandOutput extends ListPHIDetectionJobsR
51
58
  export declare class ListPHIDetectionJobsCommand extends $Command<ListPHIDetectionJobsCommandInput, ListPHIDetectionJobsCommandOutput, ComprehendMedicalClientResolvedConfig> {
52
59
  readonly input: ListPHIDetectionJobsCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: ListPHIDetectionJobsCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPHIDetectionJobsCommandInput, ListPHIDetectionJobsCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
5
5
  import { ListRxNormInferenceJobsRequest, ListRxNormInferenceJobsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListRxNormInferenceJobsCommand}.
8
10
  */
9
11
  export interface ListRxNormInferenceJobsCommandInput extends ListRxNormInferenceJobsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListRxNormInferenceJobsCommand}.
13
17
  */
14
18
  export interface ListRxNormInferenceJobsCommandOutput extends ListRxNormInferenceJobsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets a list of InferRxNorm jobs that you have submitted.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListRxNormInferenceJobsCommandOutput extends ListRxNormInferenc
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListRxNormInferenceJobsCommandInput - {@link ListRxNormInferenceJobsCommandInput}
34
+ * @returns {@link ListRxNormInferenceJobsCommandOutput}
28
35
  * @see {@link ListRxNormInferenceJobsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListRxNormInferenceJobsCommandOutput} for command's `response` shape.
30
37
  * @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
@@ -50,11 +57,20 @@ export interface ListRxNormInferenceJobsCommandOutput extends ListRxNormInferenc
50
57
  export declare class ListRxNormInferenceJobsCommand extends $Command<ListRxNormInferenceJobsCommandInput, ListRxNormInferenceJobsCommandOutput, ComprehendMedicalClientResolvedConfig> {
51
58
  readonly input: ListRxNormInferenceJobsCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: ListRxNormInferenceJobsCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRxNormInferenceJobsCommandInput, ListRxNormInferenceJobsCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
5
5
  import { ListSNOMEDCTInferenceJobsRequest, ListSNOMEDCTInferenceJobsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListSNOMEDCTInferenceJobsCommand}.
8
10
  */
9
11
  export interface ListSNOMEDCTInferenceJobsCommandInput extends ListSNOMEDCTInferenceJobsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListSNOMEDCTInferenceJobsCommand}.
13
17
  */
14
18
  export interface ListSNOMEDCTInferenceJobsCommandOutput extends ListSNOMEDCTInferenceJobsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * Gets a list of InferSNOMEDCT jobs a user has submitted.
19
24
  * </p>
@@ -27,6 +32,8 @@ export interface ListSNOMEDCTInferenceJobsCommandOutput extends ListSNOMEDCTInfe
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param ListSNOMEDCTInferenceJobsCommandInput - {@link ListSNOMEDCTInferenceJobsCommandInput}
36
+ * @returns {@link ListSNOMEDCTInferenceJobsCommandOutput}
30
37
  * @see {@link ListSNOMEDCTInferenceJobsCommandInput} for command's `input` shape.
31
38
  * @see {@link ListSNOMEDCTInferenceJobsCommandOutput} for command's `response` shape.
32
39
  * @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
@@ -52,11 +59,20 @@ export interface ListSNOMEDCTInferenceJobsCommandOutput extends ListSNOMEDCTInfe
52
59
  export declare class ListSNOMEDCTInferenceJobsCommand extends $Command<ListSNOMEDCTInferenceJobsCommandInput, ListSNOMEDCTInferenceJobsCommandOutput, ComprehendMedicalClientResolvedConfig> {
53
60
  readonly input: ListSNOMEDCTInferenceJobsCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: ListSNOMEDCTInferenceJobsCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSNOMEDCTInferenceJobsCommandInput, ListSNOMEDCTInferenceJobsCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
5
5
  import { StartEntitiesDetectionV2JobRequest, StartEntitiesDetectionV2JobResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartEntitiesDetectionV2JobCommand}.
8
10
  */
9
11
  export interface StartEntitiesDetectionV2JobCommandInput extends StartEntitiesDetectionV2JobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartEntitiesDetectionV2JobCommand}.
13
17
  */
14
18
  export interface StartEntitiesDetectionV2JobCommandOutput extends StartEntitiesDetectionV2JobResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Starts an asynchronous medical entity detection job for a collection of documents. Use the
18
23
  * <code>DescribeEntitiesDetectionV2Job</code> operation to track the status of a job.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface StartEntitiesDetectionV2JobCommandOutput extends StartEntitiesD
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param StartEntitiesDetectionV2JobCommandInput - {@link StartEntitiesDetectionV2JobCommandInput}
35
+ * @returns {@link StartEntitiesDetectionV2JobCommandOutput}
29
36
  * @see {@link StartEntitiesDetectionV2JobCommandInput} for command's `input` shape.
30
37
  * @see {@link StartEntitiesDetectionV2JobCommandOutput} for command's `response` shape.
31
38
  * @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
@@ -51,11 +58,20 @@ export interface StartEntitiesDetectionV2JobCommandOutput extends StartEntitiesD
51
58
  export declare class StartEntitiesDetectionV2JobCommand extends $Command<StartEntitiesDetectionV2JobCommandInput, StartEntitiesDetectionV2JobCommandOutput, ComprehendMedicalClientResolvedConfig> {
52
59
  readonly input: StartEntitiesDetectionV2JobCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: StartEntitiesDetectionV2JobCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartEntitiesDetectionV2JobCommandInput, StartEntitiesDetectionV2JobCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
5
5
  import { StartICD10CMInferenceJobRequest, StartICD10CMInferenceJobResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartICD10CMInferenceJobCommand}.
8
10
  */
9
11
  export interface StartICD10CMInferenceJobCommandInput extends StartICD10CMInferenceJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartICD10CMInferenceJobCommand}.
13
17
  */
14
18
  export interface StartICD10CMInferenceJobCommandOutput extends StartICD10CMInferenceJobResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Starts an asynchronous job to detect medical conditions and link them to the ICD-10-CM
18
23
  * ontology. Use the <code>DescribeICD10CMInferenceJob</code> operation to track the status of a
19
24
  * job.</p>
@@ -27,6 +32,8 @@ export interface StartICD10CMInferenceJobCommandOutput extends StartICD10CMInfer
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param StartICD10CMInferenceJobCommandInput - {@link StartICD10CMInferenceJobCommandInput}
36
+ * @returns {@link StartICD10CMInferenceJobCommandOutput}
30
37
  * @see {@link StartICD10CMInferenceJobCommandInput} for command's `input` shape.
31
38
  * @see {@link StartICD10CMInferenceJobCommandOutput} for command's `response` shape.
32
39
  * @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
@@ -52,11 +59,20 @@ export interface StartICD10CMInferenceJobCommandOutput extends StartICD10CMInfer
52
59
  export declare class StartICD10CMInferenceJobCommand extends $Command<StartICD10CMInferenceJobCommandInput, StartICD10CMInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig> {
53
60
  readonly input: StartICD10CMInferenceJobCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: StartICD10CMInferenceJobCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartICD10CMInferenceJobCommandInput, StartICD10CMInferenceJobCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
5
5
  import { StartPHIDetectionJobRequest, StartPHIDetectionJobResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartPHIDetectionJobCommand}.
8
10
  */
9
11
  export interface StartPHIDetectionJobCommandInput extends StartPHIDetectionJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartPHIDetectionJobCommand}.
13
17
  */
14
18
  export interface StartPHIDetectionJobCommandOutput extends StartPHIDetectionJobResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Starts an asynchronous job to detect protected health information (PHI). Use the
18
23
  * <code>DescribePHIDetectionJob</code> operation to track the status of a job.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface StartPHIDetectionJobCommandOutput extends StartPHIDetectionJobR
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param StartPHIDetectionJobCommandInput - {@link StartPHIDetectionJobCommandInput}
35
+ * @returns {@link StartPHIDetectionJobCommandOutput}
29
36
  * @see {@link StartPHIDetectionJobCommandInput} for command's `input` shape.
30
37
  * @see {@link StartPHIDetectionJobCommandOutput} for command's `response` shape.
31
38
  * @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
@@ -51,11 +58,20 @@ export interface StartPHIDetectionJobCommandOutput extends StartPHIDetectionJobR
51
58
  export declare class StartPHIDetectionJobCommand extends $Command<StartPHIDetectionJobCommandInput, StartPHIDetectionJobCommandOutput, ComprehendMedicalClientResolvedConfig> {
52
59
  readonly input: StartPHIDetectionJobCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: StartPHIDetectionJobCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartPHIDetectionJobCommandInput, StartPHIDetectionJobCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
5
5
  import { StartRxNormInferenceJobRequest, StartRxNormInferenceJobResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartRxNormInferenceJobCommand}.
8
10
  */
9
11
  export interface StartRxNormInferenceJobCommandInput extends StartRxNormInferenceJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartRxNormInferenceJobCommand}.
13
17
  */
14
18
  export interface StartRxNormInferenceJobCommandOutput extends StartRxNormInferenceJobResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Starts an asynchronous job to detect medication entities and link them to the RxNorm
18
23
  * ontology. Use the <code>DescribeRxNormInferenceJob</code> operation to track the status of a
19
24
  * job.</p>
@@ -27,6 +32,8 @@ export interface StartRxNormInferenceJobCommandOutput extends StartRxNormInferen
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param StartRxNormInferenceJobCommandInput - {@link StartRxNormInferenceJobCommandInput}
36
+ * @returns {@link StartRxNormInferenceJobCommandOutput}
30
37
  * @see {@link StartRxNormInferenceJobCommandInput} for command's `input` shape.
31
38
  * @see {@link StartRxNormInferenceJobCommandOutput} for command's `response` shape.
32
39
  * @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
@@ -52,11 +59,20 @@ export interface StartRxNormInferenceJobCommandOutput extends StartRxNormInferen
52
59
  export declare class StartRxNormInferenceJobCommand extends $Command<StartRxNormInferenceJobCommandInput, StartRxNormInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig> {
53
60
  readonly input: StartRxNormInferenceJobCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: StartRxNormInferenceJobCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartRxNormInferenceJobCommandInput, StartRxNormInferenceJobCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
5
5
  import { StartSNOMEDCTInferenceJobRequest, StartSNOMEDCTInferenceJobResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartSNOMEDCTInferenceJobCommand}.
8
10
  */
9
11
  export interface StartSNOMEDCTInferenceJobCommandInput extends StartSNOMEDCTInferenceJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartSNOMEDCTInferenceJobCommand}.
13
17
  */
14
18
  export interface StartSNOMEDCTInferenceJobCommandOutput extends StartSNOMEDCTInferenceJobResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * Starts an asynchronous job to detect medical concepts and link them to the SNOMED-CT ontology. Use the DescribeSNOMEDCTInferenceJob operation to track the status of a job.
19
24
  * </p>
@@ -27,6 +32,8 @@ export interface StartSNOMEDCTInferenceJobCommandOutput extends StartSNOMEDCTInf
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param StartSNOMEDCTInferenceJobCommandInput - {@link StartSNOMEDCTInferenceJobCommandInput}
36
+ * @returns {@link StartSNOMEDCTInferenceJobCommandOutput}
30
37
  * @see {@link StartSNOMEDCTInferenceJobCommandInput} for command's `input` shape.
31
38
  * @see {@link StartSNOMEDCTInferenceJobCommandOutput} for command's `response` shape.
32
39
  * @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
@@ -52,11 +59,20 @@ export interface StartSNOMEDCTInferenceJobCommandOutput extends StartSNOMEDCTInf
52
59
  export declare class StartSNOMEDCTInferenceJobCommand extends $Command<StartSNOMEDCTInferenceJobCommandInput, StartSNOMEDCTInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig> {
53
60
  readonly input: StartSNOMEDCTInferenceJobCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: StartSNOMEDCTInferenceJobCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartSNOMEDCTInferenceJobCommandInput, StartSNOMEDCTInferenceJobCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
5
5
  import { StopEntitiesDetectionV2JobRequest, StopEntitiesDetectionV2JobResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StopEntitiesDetectionV2JobCommand}.
8
10
  */
9
11
  export interface StopEntitiesDetectionV2JobCommandInput extends StopEntitiesDetectionV2JobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StopEntitiesDetectionV2JobCommand}.
13
17
  */
14
18
  export interface StopEntitiesDetectionV2JobCommandOutput extends StopEntitiesDetectionV2JobResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Stops a medical entities detection job in progress.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface StopEntitiesDetectionV2JobCommandOutput extends StopEntitiesDet
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param StopEntitiesDetectionV2JobCommandInput - {@link StopEntitiesDetectionV2JobCommandInput}
34
+ * @returns {@link StopEntitiesDetectionV2JobCommandOutput}
28
35
  * @see {@link StopEntitiesDetectionV2JobCommandInput} for command's `input` shape.
29
36
  * @see {@link StopEntitiesDetectionV2JobCommandOutput} for command's `response` shape.
30
37
  * @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
@@ -45,11 +52,20 @@ export interface StopEntitiesDetectionV2JobCommandOutput extends StopEntitiesDet
45
52
  export declare class StopEntitiesDetectionV2JobCommand extends $Command<StopEntitiesDetectionV2JobCommandInput, StopEntitiesDetectionV2JobCommandOutput, ComprehendMedicalClientResolvedConfig> {
46
53
  readonly input: StopEntitiesDetectionV2JobCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: StopEntitiesDetectionV2JobCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopEntitiesDetectionV2JobCommandInput, StopEntitiesDetectionV2JobCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
5
5
  import { StopICD10CMInferenceJobRequest, StopICD10CMInferenceJobResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StopICD10CMInferenceJobCommand}.
8
10
  */
9
11
  export interface StopICD10CMInferenceJobCommandInput extends StopICD10CMInferenceJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StopICD10CMInferenceJobCommand}.
13
17
  */
14
18
  export interface StopICD10CMInferenceJobCommandOutput extends StopICD10CMInferenceJobResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Stops an InferICD10CM inference job in progress.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface StopICD10CMInferenceJobCommandOutput extends StopICD10CMInferen
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param StopICD10CMInferenceJobCommandInput - {@link StopICD10CMInferenceJobCommandInput}
34
+ * @returns {@link StopICD10CMInferenceJobCommandOutput}
28
35
  * @see {@link StopICD10CMInferenceJobCommandInput} for command's `input` shape.
29
36
  * @see {@link StopICD10CMInferenceJobCommandOutput} for command's `response` shape.
30
37
  * @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
@@ -45,11 +52,20 @@ export interface StopICD10CMInferenceJobCommandOutput extends StopICD10CMInferen
45
52
  export declare class StopICD10CMInferenceJobCommand extends $Command<StopICD10CMInferenceJobCommandInput, StopICD10CMInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig> {
46
53
  readonly input: StopICD10CMInferenceJobCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: StopICD10CMInferenceJobCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopICD10CMInferenceJobCommandInput, StopICD10CMInferenceJobCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }