@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 { StopPHIDetectionJobRequest, StopPHIDetectionJobResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StopPHIDetectionJobCommand}.
8
10
  */
9
11
  export interface StopPHIDetectionJobCommandInput extends StopPHIDetectionJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StopPHIDetectionJobCommand}.
13
17
  */
14
18
  export interface StopPHIDetectionJobCommandOutput extends StopPHIDetectionJobResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Stops a protected health information (PHI) 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 StopPHIDetectionJobCommandOutput extends StopPHIDetectionJobRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param StopPHIDetectionJobCommandInput - {@link StopPHIDetectionJobCommandInput}
34
+ * @returns {@link StopPHIDetectionJobCommandOutput}
28
35
  * @see {@link StopPHIDetectionJobCommandInput} for command's `input` shape.
29
36
  * @see {@link StopPHIDetectionJobCommandOutput} for command's `response` shape.
30
37
  * @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
@@ -45,11 +52,20 @@ export interface StopPHIDetectionJobCommandOutput extends StopPHIDetectionJobRes
45
52
  export declare class StopPHIDetectionJobCommand extends $Command<StopPHIDetectionJobCommandInput, StopPHIDetectionJobCommandOutput, ComprehendMedicalClientResolvedConfig> {
46
53
  readonly input: StopPHIDetectionJobCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: StopPHIDetectionJobCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopPHIDetectionJobCommandInput, StopPHIDetectionJobCommandOutput>;
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 { StopRxNormInferenceJobRequest, StopRxNormInferenceJobResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StopRxNormInferenceJobCommand}.
8
10
  */
9
11
  export interface StopRxNormInferenceJobCommandInput extends StopRxNormInferenceJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StopRxNormInferenceJobCommand}.
13
17
  */
14
18
  export interface StopRxNormInferenceJobCommandOutput extends StopRxNormInferenceJobResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Stops an InferRxNorm 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 StopRxNormInferenceJobCommandOutput extends StopRxNormInference
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param StopRxNormInferenceJobCommandInput - {@link StopRxNormInferenceJobCommandInput}
34
+ * @returns {@link StopRxNormInferenceJobCommandOutput}
28
35
  * @see {@link StopRxNormInferenceJobCommandInput} for command's `input` shape.
29
36
  * @see {@link StopRxNormInferenceJobCommandOutput} for command's `response` shape.
30
37
  * @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
@@ -45,11 +52,20 @@ export interface StopRxNormInferenceJobCommandOutput extends StopRxNormInference
45
52
  export declare class StopRxNormInferenceJobCommand extends $Command<StopRxNormInferenceJobCommandInput, StopRxNormInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig> {
46
53
  readonly input: StopRxNormInferenceJobCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: StopRxNormInferenceJobCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopRxNormInferenceJobCommandInput, StopRxNormInferenceJobCommandOutput>;
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 { StopSNOMEDCTInferenceJobRequest, StopSNOMEDCTInferenceJobResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StopSNOMEDCTInferenceJobCommand}.
8
10
  */
9
11
  export interface StopSNOMEDCTInferenceJobCommandInput extends StopSNOMEDCTInferenceJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StopSNOMEDCTInferenceJobCommand}.
13
17
  */
14
18
  export interface StopSNOMEDCTInferenceJobCommandOutput extends StopSNOMEDCTInferenceJobResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * Stops an InferSNOMEDCT inference job in progress.
19
24
  * </p>
@@ -27,6 +32,8 @@ export interface StopSNOMEDCTInferenceJobCommandOutput extends StopSNOMEDCTInfer
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param StopSNOMEDCTInferenceJobCommandInput - {@link StopSNOMEDCTInferenceJobCommandInput}
36
+ * @returns {@link StopSNOMEDCTInferenceJobCommandOutput}
30
37
  * @see {@link StopSNOMEDCTInferenceJobCommandInput} for command's `input` shape.
31
38
  * @see {@link StopSNOMEDCTInferenceJobCommandOutput} for command's `response` shape.
32
39
  * @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
@@ -52,11 +59,20 @@ export interface StopSNOMEDCTInferenceJobCommandOutput extends StopSNOMEDCTInfer
52
59
  export declare class StopSNOMEDCTInferenceJobCommand extends $Command<StopSNOMEDCTInferenceJobCommandInput, StopSNOMEDCTInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig> {
53
60
  readonly input: StopSNOMEDCTInferenceJobCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: StopSNOMEDCTInferenceJobCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopSNOMEDCTInferenceJobCommandInput, StopSNOMEDCTInferenceJobCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from ComprehendMedical service.
4
6
  */
5
7
  export declare class ComprehendMedicalServiceException extends __ServiceException {