@aws-sdk/client-comprehendmedical 3.35.0 → 3.38.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 (200) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/ComprehendMedical.js +0 -5
  3. package/dist-cjs/ComprehendMedicalClient.js +0 -10
  4. package/dist-cjs/commands/DescribeEntitiesDetectionV2JobCommand.js +0 -26
  5. package/dist-cjs/commands/DescribeICD10CMInferenceJobCommand.js +0 -26
  6. package/dist-cjs/commands/DescribePHIDetectionJobCommand.js +0 -26
  7. package/dist-cjs/commands/DescribeRxNormInferenceJobCommand.js +0 -26
  8. package/dist-cjs/commands/DetectEntitiesCommand.js +0 -30
  9. package/dist-cjs/commands/DetectEntitiesV2Command.js +0 -34
  10. package/dist-cjs/commands/DetectPHICommand.js +0 -27
  11. package/dist-cjs/commands/InferICD10CMCommand.js +0 -28
  12. package/dist-cjs/commands/InferRxNormCommand.js +0 -27
  13. package/dist-cjs/commands/ListEntitiesDetectionV2JobsCommand.js +0 -25
  14. package/dist-cjs/commands/ListICD10CMInferenceJobsCommand.js +0 -25
  15. package/dist-cjs/commands/ListPHIDetectionJobsCommand.js +0 -26
  16. package/dist-cjs/commands/ListRxNormInferenceJobsCommand.js +0 -25
  17. package/dist-cjs/commands/StartEntitiesDetectionV2JobCommand.js +0 -26
  18. package/dist-cjs/commands/StartICD10CMInferenceJobCommand.js +0 -27
  19. package/dist-cjs/commands/StartPHIDetectionJobCommand.js +0 -26
  20. package/dist-cjs/commands/StartRxNormInferenceJobCommand.js +0 -27
  21. package/dist-cjs/commands/StopEntitiesDetectionV2JobCommand.js +0 -25
  22. package/dist-cjs/commands/StopICD10CMInferenceJobCommand.js +0 -25
  23. package/dist-cjs/commands/StopPHIDetectionJobCommand.js +0 -25
  24. package/dist-cjs/commands/StopRxNormInferenceJobCommand.js +0 -25
  25. package/dist-cjs/commands/index.js +24 -0
  26. package/dist-cjs/endpoints.js +1 -2
  27. package/dist-cjs/index.js +3 -24
  28. package/dist-cjs/models/index.js +0 -1
  29. package/dist-cjs/models/models_0.js +0 -199
  30. package/dist-cjs/protocols/Aws_json1_1.js +0 -6
  31. package/dist-cjs/runtimeConfig.browser.js +1 -6
  32. package/dist-cjs/runtimeConfig.js +2 -7
  33. package/dist-cjs/runtimeConfig.native.js +0 -4
  34. package/dist-cjs/runtimeConfig.shared.js +0 -4
  35. package/dist-es/ComprehendMedical.js +0 -1
  36. package/dist-es/ComprehendMedicalClient.js +0 -1
  37. package/dist-es/commands/DescribeEntitiesDetectionV2JobCommand.js +0 -1
  38. package/dist-es/commands/DescribeICD10CMInferenceJobCommand.js +0 -1
  39. package/dist-es/commands/DescribePHIDetectionJobCommand.js +0 -1
  40. package/dist-es/commands/DescribeRxNormInferenceJobCommand.js +0 -1
  41. package/dist-es/commands/DetectEntitiesCommand.js +0 -1
  42. package/dist-es/commands/DetectEntitiesV2Command.js +0 -1
  43. package/dist-es/commands/DetectPHICommand.js +0 -1
  44. package/dist-es/commands/InferICD10CMCommand.js +0 -1
  45. package/dist-es/commands/InferRxNormCommand.js +0 -1
  46. package/dist-es/commands/ListEntitiesDetectionV2JobsCommand.js +0 -1
  47. package/dist-es/commands/ListICD10CMInferenceJobsCommand.js +0 -1
  48. package/dist-es/commands/ListPHIDetectionJobsCommand.js +0 -1
  49. package/dist-es/commands/ListRxNormInferenceJobsCommand.js +0 -1
  50. package/dist-es/commands/StartEntitiesDetectionV2JobCommand.js +0 -1
  51. package/dist-es/commands/StartICD10CMInferenceJobCommand.js +0 -1
  52. package/dist-es/commands/StartPHIDetectionJobCommand.js +0 -1
  53. package/dist-es/commands/StartRxNormInferenceJobCommand.js +0 -1
  54. package/dist-es/commands/StopEntitiesDetectionV2JobCommand.js +0 -1
  55. package/dist-es/commands/StopICD10CMInferenceJobCommand.js +0 -1
  56. package/dist-es/commands/StopPHIDetectionJobCommand.js +0 -1
  57. package/dist-es/commands/StopRxNormInferenceJobCommand.js +0 -1
  58. package/dist-es/commands/index.js +21 -0
  59. package/dist-es/endpoints.js +1 -2
  60. package/dist-es/index.js +3 -24
  61. package/dist-es/models/index.js +0 -1
  62. package/dist-es/models/models_0.js +0 -1
  63. package/dist-es/protocols/Aws_json1_1.js +0 -1
  64. package/dist-es/runtimeConfig.browser.js +1 -2
  65. package/dist-es/runtimeConfig.js +2 -3
  66. package/dist-es/runtimeConfig.native.js +0 -1
  67. package/dist-es/runtimeConfig.shared.js +0 -1
  68. package/dist-types/commands/index.d.ts +21 -0
  69. package/dist-types/index.d.ts +3 -23
  70. package/dist-types/ts3.4/ComprehendMedical.d.ts +22 -99
  71. package/dist-types/ts3.4/ComprehendMedicalClient.d.ts +24 -90
  72. package/dist-types/ts3.4/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +2 -21
  73. package/dist-types/ts3.4/commands/DescribeICD10CMInferenceJobCommand.d.ts +2 -21
  74. package/dist-types/ts3.4/commands/DescribePHIDetectionJobCommand.d.ts +2 -21
  75. package/dist-types/ts3.4/commands/DescribeRxNormInferenceJobCommand.d.ts +2 -21
  76. package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +2 -25
  77. package/dist-types/ts3.4/commands/DetectEntitiesV2Command.d.ts +2 -29
  78. package/dist-types/ts3.4/commands/DetectPHICommand.d.ts +2 -22
  79. package/dist-types/ts3.4/commands/InferICD10CMCommand.d.ts +2 -23
  80. package/dist-types/ts3.4/commands/InferRxNormCommand.d.ts +2 -22
  81. package/dist-types/ts3.4/commands/ListEntitiesDetectionV2JobsCommand.d.ts +2 -20
  82. package/dist-types/ts3.4/commands/ListICD10CMInferenceJobsCommand.d.ts +2 -20
  83. package/dist-types/ts3.4/commands/ListPHIDetectionJobsCommand.d.ts +2 -21
  84. package/dist-types/ts3.4/commands/ListRxNormInferenceJobsCommand.d.ts +2 -20
  85. package/dist-types/ts3.4/commands/StartEntitiesDetectionV2JobCommand.d.ts +2 -21
  86. package/dist-types/ts3.4/commands/StartICD10CMInferenceJobCommand.d.ts +2 -22
  87. package/dist-types/ts3.4/commands/StartPHIDetectionJobCommand.d.ts +2 -21
  88. package/dist-types/ts3.4/commands/StartRxNormInferenceJobCommand.d.ts +2 -22
  89. package/dist-types/ts3.4/commands/StopEntitiesDetectionV2JobCommand.d.ts +2 -20
  90. package/dist-types/ts3.4/commands/StopICD10CMInferenceJobCommand.d.ts +2 -20
  91. package/dist-types/ts3.4/commands/StopPHIDetectionJobCommand.d.ts +2 -20
  92. package/dist-types/ts3.4/commands/StopRxNormInferenceJobCommand.d.ts +2 -20
  93. package/dist-types/ts3.4/commands/index.d.ts +21 -0
  94. package/dist-types/ts3.4/index.d.ts +3 -23
  95. package/dist-types/ts3.4/models/models_0.d.ts +273 -985
  96. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  97. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  98. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  99. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  100. package/package.json +33 -30
  101. package/dist-cjs/ComprehendMedical.js.map +0 -1
  102. package/dist-cjs/ComprehendMedicalClient.js.map +0 -1
  103. package/dist-cjs/commands/DescribeEntitiesDetectionV2JobCommand.js.map +0 -1
  104. package/dist-cjs/commands/DescribeICD10CMInferenceJobCommand.js.map +0 -1
  105. package/dist-cjs/commands/DescribePHIDetectionJobCommand.js.map +0 -1
  106. package/dist-cjs/commands/DescribeRxNormInferenceJobCommand.js.map +0 -1
  107. package/dist-cjs/commands/DetectEntitiesCommand.js.map +0 -1
  108. package/dist-cjs/commands/DetectEntitiesV2Command.js.map +0 -1
  109. package/dist-cjs/commands/DetectPHICommand.js.map +0 -1
  110. package/dist-cjs/commands/InferICD10CMCommand.js.map +0 -1
  111. package/dist-cjs/commands/InferRxNormCommand.js.map +0 -1
  112. package/dist-cjs/commands/ListEntitiesDetectionV2JobsCommand.js.map +0 -1
  113. package/dist-cjs/commands/ListICD10CMInferenceJobsCommand.js.map +0 -1
  114. package/dist-cjs/commands/ListPHIDetectionJobsCommand.js.map +0 -1
  115. package/dist-cjs/commands/ListRxNormInferenceJobsCommand.js.map +0 -1
  116. package/dist-cjs/commands/StartEntitiesDetectionV2JobCommand.js.map +0 -1
  117. package/dist-cjs/commands/StartICD10CMInferenceJobCommand.js.map +0 -1
  118. package/dist-cjs/commands/StartPHIDetectionJobCommand.js.map +0 -1
  119. package/dist-cjs/commands/StartRxNormInferenceJobCommand.js.map +0 -1
  120. package/dist-cjs/commands/StopEntitiesDetectionV2JobCommand.js.map +0 -1
  121. package/dist-cjs/commands/StopICD10CMInferenceJobCommand.js.map +0 -1
  122. package/dist-cjs/commands/StopPHIDetectionJobCommand.js.map +0 -1
  123. package/dist-cjs/commands/StopRxNormInferenceJobCommand.js.map +0 -1
  124. package/dist-cjs/endpoints.js.map +0 -1
  125. package/dist-cjs/index.js.map +0 -1
  126. package/dist-cjs/models/index.js.map +0 -1
  127. package/dist-cjs/models/models_0.js.map +0 -1
  128. package/dist-cjs/protocols/Aws_json1_1.js.map +0 -1
  129. package/dist-cjs/runtimeConfig.browser.js.map +0 -1
  130. package/dist-cjs/runtimeConfig.js.map +0 -1
  131. package/dist-cjs/runtimeConfig.native.js.map +0 -1
  132. package/dist-cjs/runtimeConfig.shared.js.map +0 -1
  133. package/dist-es/ComprehendMedical.js.map +0 -1
  134. package/dist-es/ComprehendMedicalClient.js.map +0 -1
  135. package/dist-es/commands/DescribeEntitiesDetectionV2JobCommand.js.map +0 -1
  136. package/dist-es/commands/DescribeICD10CMInferenceJobCommand.js.map +0 -1
  137. package/dist-es/commands/DescribePHIDetectionJobCommand.js.map +0 -1
  138. package/dist-es/commands/DescribeRxNormInferenceJobCommand.js.map +0 -1
  139. package/dist-es/commands/DetectEntitiesCommand.js.map +0 -1
  140. package/dist-es/commands/DetectEntitiesV2Command.js.map +0 -1
  141. package/dist-es/commands/DetectPHICommand.js.map +0 -1
  142. package/dist-es/commands/InferICD10CMCommand.js.map +0 -1
  143. package/dist-es/commands/InferRxNormCommand.js.map +0 -1
  144. package/dist-es/commands/ListEntitiesDetectionV2JobsCommand.js.map +0 -1
  145. package/dist-es/commands/ListICD10CMInferenceJobsCommand.js.map +0 -1
  146. package/dist-es/commands/ListPHIDetectionJobsCommand.js.map +0 -1
  147. package/dist-es/commands/ListRxNormInferenceJobsCommand.js.map +0 -1
  148. package/dist-es/commands/StartEntitiesDetectionV2JobCommand.js.map +0 -1
  149. package/dist-es/commands/StartICD10CMInferenceJobCommand.js.map +0 -1
  150. package/dist-es/commands/StartPHIDetectionJobCommand.js.map +0 -1
  151. package/dist-es/commands/StartRxNormInferenceJobCommand.js.map +0 -1
  152. package/dist-es/commands/StopEntitiesDetectionV2JobCommand.js.map +0 -1
  153. package/dist-es/commands/StopICD10CMInferenceJobCommand.js.map +0 -1
  154. package/dist-es/commands/StopPHIDetectionJobCommand.js.map +0 -1
  155. package/dist-es/commands/StopRxNormInferenceJobCommand.js.map +0 -1
  156. package/dist-es/endpoints.js.map +0 -1
  157. package/dist-es/index.js.map +0 -1
  158. package/dist-es/models/index.js.map +0 -1
  159. package/dist-es/models/models_0.js.map +0 -1
  160. package/dist-es/protocols/Aws_json1_1.js.map +0 -1
  161. package/dist-es/runtimeConfig.browser.js.map +0 -1
  162. package/dist-es/runtimeConfig.js.map +0 -1
  163. package/dist-es/runtimeConfig.native.js.map +0 -1
  164. package/dist-es/runtimeConfig.shared.js.map +0 -1
  165. package/jest.config.js +0 -4
  166. package/src/ComprehendMedical.ts +0 -795
  167. package/src/ComprehendMedicalClient.ts +0 -348
  168. package/src/commands/DescribeEntitiesDetectionV2JobCommand.ts +0 -108
  169. package/src/commands/DescribeICD10CMInferenceJobCommand.ts +0 -105
  170. package/src/commands/DescribePHIDetectionJobCommand.ts +0 -100
  171. package/src/commands/DescribeRxNormInferenceJobCommand.ts +0 -103
  172. package/src/commands/DetectEntitiesCommand.ts +0 -104
  173. package/src/commands/DetectEntitiesV2Command.ts +0 -108
  174. package/src/commands/DetectPHICommand.ts +0 -98
  175. package/src/commands/InferICD10CMCommand.ts +0 -102
  176. package/src/commands/InferRxNormCommand.ts +0 -101
  177. package/src/commands/ListEntitiesDetectionV2JobsCommand.ts +0 -104
  178. package/src/commands/ListICD10CMInferenceJobsCommand.ts +0 -99
  179. package/src/commands/ListPHIDetectionJobsCommand.ts +0 -100
  180. package/src/commands/ListRxNormInferenceJobsCommand.ts +0 -99
  181. package/src/commands/StartEntitiesDetectionV2JobCommand.ts +0 -105
  182. package/src/commands/StartICD10CMInferenceJobCommand.ts +0 -101
  183. package/src/commands/StartPHIDetectionJobCommand.ts +0 -100
  184. package/src/commands/StartRxNormInferenceJobCommand.ts +0 -101
  185. package/src/commands/StopEntitiesDetectionV2JobCommand.ts +0 -102
  186. package/src/commands/StopICD10CMInferenceJobCommand.ts +0 -99
  187. package/src/commands/StopPHIDetectionJobCommand.ts +0 -99
  188. package/src/commands/StopRxNormInferenceJobCommand.ts +0 -99
  189. package/src/endpoints.ts +0 -77
  190. package/src/index.ts +0 -24
  191. package/src/models/index.ts +0 -1
  192. package/src/models/models_0.ts +0 -2054
  193. package/src/protocols/Aws_json1_1.ts +0 -3273
  194. package/src/runtimeConfig.browser.ts +0 -41
  195. package/src/runtimeConfig.native.ts +0 -17
  196. package/src/runtimeConfig.shared.ts +0 -17
  197. package/src/runtimeConfig.ts +0 -46
  198. package/tsconfig.es.json +0 -10
  199. package/tsconfig.json +0 -33
  200. package/tsconfig.types.json +0 -9
@@ -30,125 +30,59 @@ import { StopRxNormInferenceJobCommandInput, StopRxNormInferenceJobCommandOutput
30
30
  export declare type ServiceInputTypes = DescribeEntitiesDetectionV2JobCommandInput | DescribeICD10CMInferenceJobCommandInput | DescribePHIDetectionJobCommandInput | DescribeRxNormInferenceJobCommandInput | DetectEntitiesCommandInput | DetectEntitiesV2CommandInput | DetectPHICommandInput | InferICD10CMCommandInput | InferRxNormCommandInput | ListEntitiesDetectionV2JobsCommandInput | ListICD10CMInferenceJobsCommandInput | ListPHIDetectionJobsCommandInput | ListRxNormInferenceJobsCommandInput | StartEntitiesDetectionV2JobCommandInput | StartICD10CMInferenceJobCommandInput | StartPHIDetectionJobCommandInput | StartRxNormInferenceJobCommandInput | StopEntitiesDetectionV2JobCommandInput | StopICD10CMInferenceJobCommandInput | StopPHIDetectionJobCommandInput | StopRxNormInferenceJobCommandInput;
31
31
  export declare type ServiceOutputTypes = DescribeEntitiesDetectionV2JobCommandOutput | DescribeICD10CMInferenceJobCommandOutput | DescribePHIDetectionJobCommandOutput | DescribeRxNormInferenceJobCommandOutput | DetectEntitiesCommandOutput | DetectEntitiesV2CommandOutput | DetectPHICommandOutput | InferICD10CMCommandOutput | InferRxNormCommandOutput | ListEntitiesDetectionV2JobsCommandOutput | ListICD10CMInferenceJobsCommandOutput | ListPHIDetectionJobsCommandOutput | ListRxNormInferenceJobsCommandOutput | StartEntitiesDetectionV2JobCommandOutput | StartICD10CMInferenceJobCommandOutput | StartPHIDetectionJobCommandOutput | StartRxNormInferenceJobCommandOutput | StopEntitiesDetectionV2JobCommandOutput | StopICD10CMInferenceJobCommandOutput | StopPHIDetectionJobCommandOutput | StopRxNormInferenceJobCommandOutput;
32
32
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
33
- /**
34
- * The HTTP handler to use. Fetch in browser and Https in Nodejs.
35
- */
33
+
36
34
  requestHandler?: __HttpHandler;
37
- /**
38
- * A constructor for a class implementing the {@link __Hash} interface
39
- * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
40
- * @internal
41
- */
35
+
42
36
  sha256?: __HashConstructor;
43
- /**
44
- * The function that will be used to convert strings into HTTP endpoints.
45
- * @internal
46
- */
37
+
47
38
  urlParser?: __UrlParser;
48
- /**
49
- * A function that can calculate the length of a request body.
50
- * @internal
51
- */
39
+
52
40
  bodyLengthChecker?: (body: any) => number | undefined;
53
- /**
54
- * A function that converts a stream into an array of bytes.
55
- * @internal
56
- */
41
+
57
42
  streamCollector?: __StreamCollector;
58
- /**
59
- * The function that will be used to convert a base64-encoded string to a byte array.
60
- * @internal
61
- */
43
+
62
44
  base64Decoder?: __Decoder;
63
- /**
64
- * The function that will be used to convert binary data to a base64-encoded string.
65
- * @internal
66
- */
45
+
67
46
  base64Encoder?: __Encoder;
68
- /**
69
- * The function that will be used to convert a UTF8-encoded string to a byte array.
70
- * @internal
71
- */
47
+
72
48
  utf8Decoder?: __Decoder;
73
- /**
74
- * The function that will be used to convert binary data to a UTF-8 encoded string.
75
- * @internal
76
- */
49
+
77
50
  utf8Encoder?: __Encoder;
78
- /**
79
- * The runtime environment.
80
- * @internal
81
- */
51
+
82
52
  runtime?: string;
83
- /**
84
- * Disable dyanamically changing the endpoint of the client based on the hostPrefix
85
- * trait of an operation.
86
- */
53
+
87
54
  disableHostPrefix?: boolean;
88
- /**
89
- * Value for how many times a request will be made at most in case of retry.
90
- */
55
+
91
56
  maxAttempts?: number | __Provider<number>;
92
- /**
93
- * Specifies which retry algorithm to use.
94
- */
57
+
95
58
  retryMode?: string | __Provider<string>;
96
- /**
97
- * Optional logger for logging debug/info/warn/error.
98
- */
59
+
99
60
  logger?: __Logger;
100
- /**
101
- * Unique service identifier.
102
- * @internal
103
- */
61
+
104
62
  serviceId?: string;
105
- /**
106
- * The AWS region to which this client will send requests
107
- */
63
+
108
64
  region?: string | __Provider<string>;
109
- /**
110
- * Default credentials provider; Not available in browser runtime.
111
- * @internal
112
- */
65
+
113
66
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
114
- /**
115
- * Fetch related hostname, signing name or signing region with given region.
116
- * @internal
117
- */
67
+
118
68
  regionInfoProvider?: RegionInfoProvider;
119
- /**
120
- * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
121
- * @internal
122
- */
69
+
123
70
  defaultUserAgentProvider?: Provider<__UserAgent>;
124
71
  }
125
72
  declare type ComprehendMedicalClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
126
- /**
127
- * The configuration interface of ComprehendMedicalClient class constructor that set the region, credentials and other options.
128
- */
73
+
129
74
  export interface ComprehendMedicalClientConfig extends ComprehendMedicalClientConfigType {
130
75
  }
131
76
  declare type ComprehendMedicalClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
132
- /**
133
- * The resolved configuration interface of ComprehendMedicalClient class. This is resolved and normalized from the {@link ComprehendMedicalClientConfig | constructor configuration interface}.
134
- */
77
+
135
78
  export interface ComprehendMedicalClientResolvedConfig extends ComprehendMedicalClientResolvedConfigType {
136
79
  }
137
- /**
138
- * <p> Amazon Comprehend Medical extracts structured information from unstructured clinical text. Use these actions
139
- * to gain insight in your documents. </p>
140
- */
80
+
141
81
  export declare class ComprehendMedicalClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ComprehendMedicalClientResolvedConfig> {
142
- /**
143
- * The resolved configuration of ComprehendMedicalClient class. This is resolved and normalized from the {@link ComprehendMedicalClientConfig | constructor configuration interface}.
144
- */
82
+
145
83
  readonly config: ComprehendMedicalClientResolvedConfig;
146
84
  constructor(configuration: ComprehendMedicalClientConfig);
147
- /**
148
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
149
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
150
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
151
- */
85
+
152
86
  destroy(): void;
153
87
  }
154
88
  export {};
@@ -6,30 +6,11 @@ export interface DescribeEntitiesDetectionV2JobCommandInput extends DescribeEnti
6
6
  }
7
7
  export interface DescribeEntitiesDetectionV2JobCommandOutput extends DescribeEntitiesDetectionV2JobResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Gets the properties associated with a medical entities detection job. Use this operation
11
- * to get the status of a detection job.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { ComprehendMedicalClient, DescribeEntitiesDetectionV2JobCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import
16
- * // const { ComprehendMedicalClient, DescribeEntitiesDetectionV2JobCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import
17
- * const client = new ComprehendMedicalClient(config);
18
- * const command = new DescribeEntitiesDetectionV2JobCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link DescribeEntitiesDetectionV2JobCommandInput} for command's `input` shape.
23
- * @see {@link DescribeEntitiesDetectionV2JobCommandOutput} for command's `response` shape.
24
- * @see {@link ComprehendMedicalClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class DescribeEntitiesDetectionV2JobCommand extends $Command<DescribeEntitiesDetectionV2JobCommandInput, DescribeEntitiesDetectionV2JobCommandOutput, ComprehendMedicalClientResolvedConfig> {
28
11
  readonly input: DescribeEntitiesDetectionV2JobCommandInput;
29
12
  constructor(input: DescribeEntitiesDetectionV2JobCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEntitiesDetectionV2JobCommandInput, DescribeEntitiesDetectionV2JobCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface DescribeICD10CMInferenceJobCommandInput extends DescribeICD10CM
6
6
  }
7
7
  export interface DescribeICD10CMInferenceJobCommandOutput extends DescribeICD10CMInferenceJobResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Gets the properties associated with an InferICD10CM job. Use this operation to get the
11
- * status of an inference job.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { ComprehendMedicalClient, DescribeICD10CMInferenceJobCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import
16
- * // const { ComprehendMedicalClient, DescribeICD10CMInferenceJobCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import
17
- * const client = new ComprehendMedicalClient(config);
18
- * const command = new DescribeICD10CMInferenceJobCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link DescribeICD10CMInferenceJobCommandInput} for command's `input` shape.
23
- * @see {@link DescribeICD10CMInferenceJobCommandOutput} for command's `response` shape.
24
- * @see {@link ComprehendMedicalClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class DescribeICD10CMInferenceJobCommand extends $Command<DescribeICD10CMInferenceJobCommandInput, DescribeICD10CMInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig> {
28
11
  readonly input: DescribeICD10CMInferenceJobCommandInput;
29
12
  constructor(input: DescribeICD10CMInferenceJobCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeICD10CMInferenceJobCommandInput, DescribeICD10CMInferenceJobCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface DescribePHIDetectionJobCommandInput extends DescribePHIDetectio
6
6
  }
7
7
  export interface DescribePHIDetectionJobCommandOutput extends DescribePHIDetectionJobResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Gets the properties associated with a protected health information (PHI) detection job.
11
- * Use this operation to get the status of a detection job.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { ComprehendMedicalClient, DescribePHIDetectionJobCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import
16
- * // const { ComprehendMedicalClient, DescribePHIDetectionJobCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import
17
- * const client = new ComprehendMedicalClient(config);
18
- * const command = new DescribePHIDetectionJobCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link DescribePHIDetectionJobCommandInput} for command's `input` shape.
23
- * @see {@link DescribePHIDetectionJobCommandOutput} for command's `response` shape.
24
- * @see {@link ComprehendMedicalClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class DescribePHIDetectionJobCommand extends $Command<DescribePHIDetectionJobCommandInput, DescribePHIDetectionJobCommandOutput, ComprehendMedicalClientResolvedConfig> {
28
11
  readonly input: DescribePHIDetectionJobCommandInput;
29
12
  constructor(input: DescribePHIDetectionJobCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePHIDetectionJobCommandInput, DescribePHIDetectionJobCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface DescribeRxNormInferenceJobCommandInput extends DescribeRxNormIn
6
6
  }
7
7
  export interface DescribeRxNormInferenceJobCommandOutput extends DescribeRxNormInferenceJobResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Gets the properties associated with an InferRxNorm job. Use this operation to get the
11
- * status of an inference job.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { ComprehendMedicalClient, DescribeRxNormInferenceJobCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import
16
- * // const { ComprehendMedicalClient, DescribeRxNormInferenceJobCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import
17
- * const client = new ComprehendMedicalClient(config);
18
- * const command = new DescribeRxNormInferenceJobCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link DescribeRxNormInferenceJobCommandInput} for command's `input` shape.
23
- * @see {@link DescribeRxNormInferenceJobCommandOutput} for command's `response` shape.
24
- * @see {@link ComprehendMedicalClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class DescribeRxNormInferenceJobCommand extends $Command<DescribeRxNormInferenceJobCommandInput, DescribeRxNormInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig> {
28
11
  readonly input: DescribeRxNormInferenceJobCommandInput;
29
12
  constructor(input: DescribeRxNormInferenceJobCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRxNormInferenceJobCommandInput, DescribeRxNormInferenceJobCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,34 +6,11 @@ export interface DetectEntitiesCommandInput extends DetectEntitiesRequest {
6
6
  }
7
7
  export interface DetectEntitiesCommandOutput extends DetectEntitiesResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * @deprecated
11
- *
12
- * <p>The <code>DetectEntities</code> operation is deprecated. You should use the <a>DetectEntitiesV2</a> operation instead.</p>
13
- * <p> Inspects the clinical text for a variety of medical entities and returns specific
14
- * information about them such as entity category, location, and confidence score on that
15
- * information .</p>
16
- * @example
17
- * Use a bare-bones client and the command you need to make an API call.
18
- * ```javascript
19
- * import { ComprehendMedicalClient, DetectEntitiesCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import
20
- * // const { ComprehendMedicalClient, DetectEntitiesCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import
21
- * const client = new ComprehendMedicalClient(config);
22
- * const command = new DetectEntitiesCommand(input);
23
- * const response = await client.send(command);
24
- * ```
25
- *
26
- * @see {@link DetectEntitiesCommandInput} for command's `input` shape.
27
- * @see {@link DetectEntitiesCommandOutput} for command's `response` shape.
28
- * @see {@link ComprehendMedicalClientResolvedConfig | config} for command's `input` shape.
29
- *
30
- */
9
+
31
10
  export declare class DetectEntitiesCommand extends $Command<DetectEntitiesCommandInput, DetectEntitiesCommandOutput, ComprehendMedicalClientResolvedConfig> {
32
11
  readonly input: DetectEntitiesCommandInput;
33
12
  constructor(input: DetectEntitiesCommandInput);
34
- /**
35
- * @internal
36
- */
13
+
37
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetectEntitiesCommandInput, DetectEntitiesCommandOutput>;
38
15
  private serialize;
39
16
  private deserialize;
@@ -6,38 +6,11 @@ export interface DetectEntitiesV2CommandInput extends DetectEntitiesV2Request {
6
6
  }
7
7
  export interface DetectEntitiesV2CommandOutput extends DetectEntitiesV2Response, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Inspects the clinical text for a variety of medical entities and returns specific
11
- * information about them such as entity category, location, and confidence score on that
12
- * information. Amazon Comprehend Medical only detects medical entities in English language
13
- * texts.</p>
14
- * <p>The <code>DetectEntitiesV2</code> operation replaces the <a>DetectEntities</a>
15
- * operation. This new action uses a different model for determining the entities in your medical
16
- * text and changes the way that some entities are returned in the output. You should use the
17
- * <code>DetectEntitiesV2</code> operation in all new applications.</p>
18
- * <p>The <code>DetectEntitiesV2</code> operation returns the <code>Acuity</code> and
19
- * <code>Direction</code> entities as attributes instead of types. </p>
20
- * @example
21
- * Use a bare-bones client and the command you need to make an API call.
22
- * ```javascript
23
- * import { ComprehendMedicalClient, DetectEntitiesV2Command } from "@aws-sdk/client-comprehendmedical"; // ES Modules import
24
- * // const { ComprehendMedicalClient, DetectEntitiesV2Command } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import
25
- * const client = new ComprehendMedicalClient(config);
26
- * const command = new DetectEntitiesV2Command(input);
27
- * const response = await client.send(command);
28
- * ```
29
- *
30
- * @see {@link DetectEntitiesV2CommandInput} for command's `input` shape.
31
- * @see {@link DetectEntitiesV2CommandOutput} for command's `response` shape.
32
- * @see {@link ComprehendMedicalClientResolvedConfig | config} for command's `input` shape.
33
- *
34
- */
9
+
35
10
  export declare class DetectEntitiesV2Command extends $Command<DetectEntitiesV2CommandInput, DetectEntitiesV2CommandOutput, ComprehendMedicalClientResolvedConfig> {
36
11
  readonly input: DetectEntitiesV2CommandInput;
37
12
  constructor(input: DetectEntitiesV2CommandInput);
38
- /**
39
- * @internal
40
- */
13
+
41
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetectEntitiesV2CommandInput, DetectEntitiesV2CommandOutput>;
42
15
  private serialize;
43
16
  private deserialize;
@@ -6,31 +6,11 @@ export interface DetectPHICommandInput extends DetectPHIRequest {
6
6
  }
7
7
  export interface DetectPHICommandOutput extends DetectPHIResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p> Inspects the clinical text for protected health information (PHI) entities and returns
11
- * the entity category, location, and confidence score for each entity. Amazon Comprehend Medical
12
- * only detects entities in English language texts.</p>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { ComprehendMedicalClient, DetectPHICommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import
17
- * // const { ComprehendMedicalClient, DetectPHICommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import
18
- * const client = new ComprehendMedicalClient(config);
19
- * const command = new DetectPHICommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link DetectPHICommandInput} for command's `input` shape.
24
- * @see {@link DetectPHICommandOutput} for command's `response` shape.
25
- * @see {@link ComprehendMedicalClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
9
+
28
10
  export declare class DetectPHICommand extends $Command<DetectPHICommandInput, DetectPHICommandOutput, ComprehendMedicalClientResolvedConfig> {
29
11
  readonly input: DetectPHICommandInput;
30
12
  constructor(input: DetectPHICommandInput);
31
- /**
32
- * @internal
33
- */
13
+
34
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetectPHICommandInput, DetectPHICommandOutput>;
35
15
  private serialize;
36
16
  private deserialize;
@@ -6,32 +6,11 @@ export interface InferICD10CMCommandInput extends InferICD10CMRequest {
6
6
  }
7
7
  export interface InferICD10CMCommandOutput extends InferICD10CMResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>InferICD10CM detects medical conditions as entities listed in a patient record and links
11
- * those entities to normalized concept identifiers in the ICD-10-CM knowledge base from the
12
- * Centers for Disease Control. Amazon Comprehend Medical only detects medical entities in
13
- * English language texts. </p>
14
- * @example
15
- * Use a bare-bones client and the command you need to make an API call.
16
- * ```javascript
17
- * import { ComprehendMedicalClient, InferICD10CMCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import
18
- * // const { ComprehendMedicalClient, InferICD10CMCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import
19
- * const client = new ComprehendMedicalClient(config);
20
- * const command = new InferICD10CMCommand(input);
21
- * const response = await client.send(command);
22
- * ```
23
- *
24
- * @see {@link InferICD10CMCommandInput} for command's `input` shape.
25
- * @see {@link InferICD10CMCommandOutput} for command's `response` shape.
26
- * @see {@link ComprehendMedicalClientResolvedConfig | config} for command's `input` shape.
27
- *
28
- */
9
+
29
10
  export declare class InferICD10CMCommand extends $Command<InferICD10CMCommandInput, InferICD10CMCommandOutput, ComprehendMedicalClientResolvedConfig> {
30
11
  readonly input: InferICD10CMCommandInput;
31
12
  constructor(input: InferICD10CMCommandInput);
32
- /**
33
- * @internal
34
- */
13
+
35
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<InferICD10CMCommandInput, InferICD10CMCommandOutput>;
36
15
  private serialize;
37
16
  private deserialize;
@@ -6,31 +6,11 @@ export interface InferRxNormCommandInput extends InferRxNormRequest {
6
6
  }
7
7
  export interface InferRxNormCommandOutput extends InferRxNormResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>InferRxNorm detects medications as entities listed in a patient record and links to the
11
- * normalized concept identifiers in the RxNorm database from the National Library of Medicine.
12
- * Amazon Comprehend Medical only detects medical entities in English language texts. </p>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { ComprehendMedicalClient, InferRxNormCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import
17
- * // const { ComprehendMedicalClient, InferRxNormCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import
18
- * const client = new ComprehendMedicalClient(config);
19
- * const command = new InferRxNormCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link InferRxNormCommandInput} for command's `input` shape.
24
- * @see {@link InferRxNormCommandOutput} for command's `response` shape.
25
- * @see {@link ComprehendMedicalClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
9
+
28
10
  export declare class InferRxNormCommand extends $Command<InferRxNormCommandInput, InferRxNormCommandOutput, ComprehendMedicalClientResolvedConfig> {
29
11
  readonly input: InferRxNormCommandInput;
30
12
  constructor(input: InferRxNormCommandInput);
31
- /**
32
- * @internal
33
- */
13
+
34
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<InferRxNormCommandInput, InferRxNormCommandOutput>;
35
15
  private serialize;
36
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface ListEntitiesDetectionV2JobsCommandInput extends ListEntitiesDet
6
6
  }
7
7
  export interface ListEntitiesDetectionV2JobsCommandOutput extends ListEntitiesDetectionV2JobsResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Gets a list of medical entity detection jobs that you have submitted.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { ComprehendMedicalClient, ListEntitiesDetectionV2JobsCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import
15
- * // const { ComprehendMedicalClient, ListEntitiesDetectionV2JobsCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import
16
- * const client = new ComprehendMedicalClient(config);
17
- * const command = new ListEntitiesDetectionV2JobsCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link ListEntitiesDetectionV2JobsCommandInput} for command's `input` shape.
22
- * @see {@link ListEntitiesDetectionV2JobsCommandOutput} for command's `response` shape.
23
- * @see {@link ComprehendMedicalClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class ListEntitiesDetectionV2JobsCommand extends $Command<ListEntitiesDetectionV2JobsCommandInput, ListEntitiesDetectionV2JobsCommandOutput, ComprehendMedicalClientResolvedConfig> {
27
11
  readonly input: ListEntitiesDetectionV2JobsCommandInput;
28
12
  constructor(input: ListEntitiesDetectionV2JobsCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEntitiesDetectionV2JobsCommandInput, ListEntitiesDetectionV2JobsCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface ListICD10CMInferenceJobsCommandInput extends ListICD10CMInferen
6
6
  }
7
7
  export interface ListICD10CMInferenceJobsCommandOutput extends ListICD10CMInferenceJobsResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Gets a list of InferICD10CM jobs that you have submitted.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { ComprehendMedicalClient, ListICD10CMInferenceJobsCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import
15
- * // const { ComprehendMedicalClient, ListICD10CMInferenceJobsCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import
16
- * const client = new ComprehendMedicalClient(config);
17
- * const command = new ListICD10CMInferenceJobsCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link ListICD10CMInferenceJobsCommandInput} for command's `input` shape.
22
- * @see {@link ListICD10CMInferenceJobsCommandOutput} for command's `response` shape.
23
- * @see {@link ComprehendMedicalClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class ListICD10CMInferenceJobsCommand extends $Command<ListICD10CMInferenceJobsCommandInput, ListICD10CMInferenceJobsCommandOutput, ComprehendMedicalClientResolvedConfig> {
27
11
  readonly input: ListICD10CMInferenceJobsCommandInput;
28
12
  constructor(input: ListICD10CMInferenceJobsCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListICD10CMInferenceJobsCommandInput, ListICD10CMInferenceJobsCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface ListPHIDetectionJobsCommandInput extends ListPHIDetectionJobsRe
6
6
  }
7
7
  export interface ListPHIDetectionJobsCommandOutput extends ListPHIDetectionJobsResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Gets a list of protected health information (PHI) detection jobs that you have
11
- * submitted.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { ComprehendMedicalClient, ListPHIDetectionJobsCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import
16
- * // const { ComprehendMedicalClient, ListPHIDetectionJobsCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import
17
- * const client = new ComprehendMedicalClient(config);
18
- * const command = new ListPHIDetectionJobsCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link ListPHIDetectionJobsCommandInput} for command's `input` shape.
23
- * @see {@link ListPHIDetectionJobsCommandOutput} for command's `response` shape.
24
- * @see {@link ComprehendMedicalClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class ListPHIDetectionJobsCommand extends $Command<ListPHIDetectionJobsCommandInput, ListPHIDetectionJobsCommandOutput, ComprehendMedicalClientResolvedConfig> {
28
11
  readonly input: ListPHIDetectionJobsCommandInput;
29
12
  constructor(input: ListPHIDetectionJobsCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPHIDetectionJobsCommandInput, ListPHIDetectionJobsCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface ListRxNormInferenceJobsCommandInput extends ListRxNormInference
6
6
  }
7
7
  export interface ListRxNormInferenceJobsCommandOutput extends ListRxNormInferenceJobsResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Gets a list of InferRxNorm jobs that you have submitted.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { ComprehendMedicalClient, ListRxNormInferenceJobsCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import
15
- * // const { ComprehendMedicalClient, ListRxNormInferenceJobsCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import
16
- * const client = new ComprehendMedicalClient(config);
17
- * const command = new ListRxNormInferenceJobsCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link ListRxNormInferenceJobsCommandInput} for command's `input` shape.
22
- * @see {@link ListRxNormInferenceJobsCommandOutput} for command's `response` shape.
23
- * @see {@link ComprehendMedicalClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class ListRxNormInferenceJobsCommand extends $Command<ListRxNormInferenceJobsCommandInput, ListRxNormInferenceJobsCommandOutput, ComprehendMedicalClientResolvedConfig> {
27
11
  readonly input: ListRxNormInferenceJobsCommandInput;
28
12
  constructor(input: ListRxNormInferenceJobsCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRxNormInferenceJobsCommandInput, ListRxNormInferenceJobsCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface StartEntitiesDetectionV2JobCommandInput extends StartEntitiesDe
6
6
  }
7
7
  export interface StartEntitiesDetectionV2JobCommandOutput extends StartEntitiesDetectionV2JobResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Starts an asynchronous medical entity detection job for a collection of documents. Use the
11
- * <code>DescribeEntitiesDetectionV2Job</code> operation to track the status of a job.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { ComprehendMedicalClient, StartEntitiesDetectionV2JobCommand } from "@aws-sdk/client-comprehendmedical"; // ES Modules import
16
- * // const { ComprehendMedicalClient, StartEntitiesDetectionV2JobCommand } = require("@aws-sdk/client-comprehendmedical"); // CommonJS import
17
- * const client = new ComprehendMedicalClient(config);
18
- * const command = new StartEntitiesDetectionV2JobCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link StartEntitiesDetectionV2JobCommandInput} for command's `input` shape.
23
- * @see {@link StartEntitiesDetectionV2JobCommandOutput} for command's `response` shape.
24
- * @see {@link ComprehendMedicalClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class StartEntitiesDetectionV2JobCommand extends $Command<StartEntitiesDetectionV2JobCommandInput, StartEntitiesDetectionV2JobCommandOutput, ComprehendMedicalClientResolvedConfig> {
28
11
  readonly input: StartEntitiesDetectionV2JobCommandInput;
29
12
  constructor(input: StartEntitiesDetectionV2JobCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartEntitiesDetectionV2JobCommandInput, StartEntitiesDetectionV2JobCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;