@aws-sdk/client-comprehendmedical 3.289.0 → 3.292.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.
- package/dist-types/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +17 -0
- package/dist-types/commands/DescribeICD10CMInferenceJobCommand.d.ts +17 -0
- package/dist-types/commands/DescribePHIDetectionJobCommand.d.ts +17 -0
- package/dist-types/commands/DescribeRxNormInferenceJobCommand.d.ts +17 -0
- package/dist-types/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +17 -0
- package/dist-types/commands/DetectEntitiesCommand.d.ts +25 -0
- package/dist-types/commands/DetectEntitiesV2Command.d.ts +25 -0
- package/dist-types/commands/DetectPHICommand.d.ts +25 -0
- package/dist-types/commands/InferICD10CMCommand.d.ts +25 -0
- package/dist-types/commands/InferRxNormCommand.d.ts +25 -0
- package/dist-types/commands/InferSNOMEDCTCommand.d.ts +25 -0
- package/dist-types/commands/ListEntitiesDetectionV2JobsCommand.d.ts +17 -0
- package/dist-types/commands/ListICD10CMInferenceJobsCommand.d.ts +17 -0
- package/dist-types/commands/ListPHIDetectionJobsCommand.d.ts +17 -0
- package/dist-types/commands/ListRxNormInferenceJobsCommand.d.ts +17 -0
- package/dist-types/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +17 -0
- package/dist-types/commands/StartEntitiesDetectionV2JobCommand.d.ts +17 -0
- package/dist-types/commands/StartICD10CMInferenceJobCommand.d.ts +17 -0
- package/dist-types/commands/StartPHIDetectionJobCommand.d.ts +17 -0
- package/dist-types/commands/StartRxNormInferenceJobCommand.d.ts +17 -0
- package/dist-types/commands/StartSNOMEDCTInferenceJobCommand.d.ts +17 -0
- package/dist-types/commands/StopEntitiesDetectionV2JobCommand.d.ts +12 -0
- package/dist-types/commands/StopICD10CMInferenceJobCommand.d.ts +12 -0
- package/dist-types/commands/StopPHIDetectionJobCommand.d.ts +12 -0
- package/dist-types/commands/StopRxNormInferenceJobCommand.d.ts +12 -0
- package/dist-types/commands/StopSNOMEDCTInferenceJobCommand.d.ts +17 -0
- package/package.json +35 -40
|
@@ -30,6 +30,23 @@ export interface DescribeEntitiesDetectionV2JobCommandOutput extends DescribeEnt
|
|
|
30
30
|
* @see {@link DescribeEntitiesDetectionV2JobCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalServerException} (server fault)
|
|
34
|
+
* <p> An internal server error occurred. Retry your request. </p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
37
|
+
* <p> The request that you made is invalid. Check your request to determine why it's invalid
|
|
38
|
+
* and then retry the request.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
41
|
+
* <p>The resource identified by the specified Amazon Resource Name (ARN) was not found. Check
|
|
42
|
+
* the ARN and try your request again.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
45
|
+
* <p> You have made too many requests within a short period of time. Wait for a short time and
|
|
46
|
+
* then try your request again. Contact customer support for more information about a service
|
|
47
|
+
* limit increase. </p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
33
50
|
*/
|
|
34
51
|
export declare class DescribeEntitiesDetectionV2JobCommand extends $Command<DescribeEntitiesDetectionV2JobCommandInput, DescribeEntitiesDetectionV2JobCommandOutput, ComprehendMedicalClientResolvedConfig> {
|
|
35
52
|
readonly input: DescribeEntitiesDetectionV2JobCommandInput;
|
|
@@ -30,6 +30,23 @@ export interface DescribeICD10CMInferenceJobCommandOutput extends DescribeICD10C
|
|
|
30
30
|
* @see {@link DescribeICD10CMInferenceJobCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalServerException} (server fault)
|
|
34
|
+
* <p> An internal server error occurred. Retry your request. </p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
37
|
+
* <p> The request that you made is invalid. Check your request to determine why it's invalid
|
|
38
|
+
* and then retry the request.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
41
|
+
* <p>The resource identified by the specified Amazon Resource Name (ARN) was not found. Check
|
|
42
|
+
* the ARN and try your request again.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
45
|
+
* <p> You have made too many requests within a short period of time. Wait for a short time and
|
|
46
|
+
* then try your request again. Contact customer support for more information about a service
|
|
47
|
+
* limit increase. </p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
33
50
|
*/
|
|
34
51
|
export declare class DescribeICD10CMInferenceJobCommand extends $Command<DescribeICD10CMInferenceJobCommandInput, DescribeICD10CMInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig> {
|
|
35
52
|
readonly input: DescribeICD10CMInferenceJobCommandInput;
|
|
@@ -30,6 +30,23 @@ export interface DescribePHIDetectionJobCommandOutput extends DescribePHIDetecti
|
|
|
30
30
|
* @see {@link DescribePHIDetectionJobCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalServerException} (server fault)
|
|
34
|
+
* <p> An internal server error occurred. Retry your request. </p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
37
|
+
* <p> The request that you made is invalid. Check your request to determine why it's invalid
|
|
38
|
+
* and then retry the request.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
41
|
+
* <p>The resource identified by the specified Amazon Resource Name (ARN) was not found. Check
|
|
42
|
+
* the ARN and try your request again.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
45
|
+
* <p> You have made too many requests within a short period of time. Wait for a short time and
|
|
46
|
+
* then try your request again. Contact customer support for more information about a service
|
|
47
|
+
* limit increase. </p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
33
50
|
*/
|
|
34
51
|
export declare class DescribePHIDetectionJobCommand extends $Command<DescribePHIDetectionJobCommandInput, DescribePHIDetectionJobCommandOutput, ComprehendMedicalClientResolvedConfig> {
|
|
35
52
|
readonly input: DescribePHIDetectionJobCommandInput;
|
|
@@ -30,6 +30,23 @@ export interface DescribeRxNormInferenceJobCommandOutput extends DescribeRxNormI
|
|
|
30
30
|
* @see {@link DescribeRxNormInferenceJobCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalServerException} (server fault)
|
|
34
|
+
* <p> An internal server error occurred. Retry your request. </p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
37
|
+
* <p> The request that you made is invalid. Check your request to determine why it's invalid
|
|
38
|
+
* and then retry the request.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
41
|
+
* <p>The resource identified by the specified Amazon Resource Name (ARN) was not found. Check
|
|
42
|
+
* the ARN and try your request again.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
45
|
+
* <p> You have made too many requests within a short period of time. Wait for a short time and
|
|
46
|
+
* then try your request again. Contact customer support for more information about a service
|
|
47
|
+
* limit increase. </p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
33
50
|
*/
|
|
34
51
|
export declare class DescribeRxNormInferenceJobCommand extends $Command<DescribeRxNormInferenceJobCommandInput, DescribeRxNormInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig> {
|
|
35
52
|
readonly input: DescribeRxNormInferenceJobCommandInput;
|
|
@@ -31,6 +31,23 @@ export interface DescribeSNOMEDCTInferenceJobCommandOutput extends DescribeSNOME
|
|
|
31
31
|
* @see {@link DescribeSNOMEDCTInferenceJobCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InternalServerException} (server fault)
|
|
35
|
+
* <p> An internal server error occurred. Retry your request. </p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
38
|
+
* <p> The request that you made is invalid. Check your request to determine why it's invalid
|
|
39
|
+
* and then retry the request.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>The resource identified by the specified Amazon Resource Name (ARN) was not found. Check
|
|
43
|
+
* the ARN and try your request again.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
46
|
+
* <p> You have made too many requests within a short period of time. Wait for a short time and
|
|
47
|
+
* then try your request again. Contact customer support for more information about a service
|
|
48
|
+
* limit increase. </p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
34
51
|
*/
|
|
35
52
|
export declare class DescribeSNOMEDCTInferenceJobCommand extends $Command<DescribeSNOMEDCTInferenceJobCommandInput, DescribeSNOMEDCTInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig> {
|
|
36
53
|
readonly input: DescribeSNOMEDCTInferenceJobCommandInput;
|
|
@@ -34,6 +34,31 @@ export interface DetectEntitiesCommandOutput extends DetectEntitiesResponse, __M
|
|
|
34
34
|
* @see {@link DetectEntitiesCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link InternalServerException} (server fault)
|
|
38
|
+
* <p> An internal server error occurred. Retry your request. </p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidEncodingException} (client fault)
|
|
41
|
+
* <p> The input text was not in valid UTF-8 character encoding. Check your text then retry your
|
|
42
|
+
* request.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
45
|
+
* <p> The request that you made is invalid. Check your request to determine why it's invalid
|
|
46
|
+
* and then retry the request.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
49
|
+
* <p> The Comprehend Medical; service is temporarily unavailable. Please wait and then retry your request.
|
|
50
|
+
* </p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link TextSizeLimitExceededException} (client fault)
|
|
53
|
+
* <p> The size of the text you submitted exceeds the size limit. Reduce the size of the text or
|
|
54
|
+
* use a smaller document and then retry your request. </p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
57
|
+
* <p> You have made too many requests within a short period of time. Wait for a short time and
|
|
58
|
+
* then try your request again. Contact customer support for more information about a service
|
|
59
|
+
* limit increase. </p>
|
|
60
|
+
*
|
|
61
|
+
*
|
|
37
62
|
*/
|
|
38
63
|
export declare class DetectEntitiesCommand extends $Command<DetectEntitiesCommandInput, DetectEntitiesCommandOutput, ComprehendMedicalClientResolvedConfig> {
|
|
39
64
|
readonly input: DetectEntitiesCommandInput;
|
|
@@ -38,6 +38,31 @@ export interface DetectEntitiesV2CommandOutput extends DetectEntitiesV2Response,
|
|
|
38
38
|
* @see {@link DetectEntitiesV2CommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link InternalServerException} (server fault)
|
|
42
|
+
* <p> An internal server error occurred. Retry your request. </p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidEncodingException} (client fault)
|
|
45
|
+
* <p> The input text was not in valid UTF-8 character encoding. Check your text then retry your
|
|
46
|
+
* request.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
49
|
+
* <p> The request that you made is invalid. Check your request to determine why it's invalid
|
|
50
|
+
* and then retry the request.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
53
|
+
* <p> The Comprehend Medical; service is temporarily unavailable. Please wait and then retry your request.
|
|
54
|
+
* </p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link TextSizeLimitExceededException} (client fault)
|
|
57
|
+
* <p> The size of the text you submitted exceeds the size limit. Reduce the size of the text or
|
|
58
|
+
* use a smaller document and then retry your request. </p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
61
|
+
* <p> You have made too many requests within a short period of time. Wait for a short time and
|
|
62
|
+
* then try your request again. Contact customer support for more information about a service
|
|
63
|
+
* limit increase. </p>
|
|
64
|
+
*
|
|
65
|
+
*
|
|
41
66
|
*/
|
|
42
67
|
export declare class DetectEntitiesV2Command extends $Command<DetectEntitiesV2CommandInput, DetectEntitiesV2CommandOutput, ComprehendMedicalClientResolvedConfig> {
|
|
43
68
|
readonly input: DetectEntitiesV2CommandInput;
|
|
@@ -31,6 +31,31 @@ export interface DetectPHICommandOutput extends DetectPHIResponse, __MetadataBea
|
|
|
31
31
|
* @see {@link DetectPHICommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InternalServerException} (server fault)
|
|
35
|
+
* <p> An internal server error occurred. Retry your request. </p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidEncodingException} (client fault)
|
|
38
|
+
* <p> The input text was not in valid UTF-8 character encoding. Check your text then retry your
|
|
39
|
+
* request.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
42
|
+
* <p> The request that you made is invalid. Check your request to determine why it's invalid
|
|
43
|
+
* and then retry the request.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
46
|
+
* <p> The Comprehend Medical; service is temporarily unavailable. Please wait and then retry your request.
|
|
47
|
+
* </p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link TextSizeLimitExceededException} (client fault)
|
|
50
|
+
* <p> The size of the text you submitted exceeds the size limit. Reduce the size of the text or
|
|
51
|
+
* use a smaller document and then retry your request. </p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
54
|
+
* <p> You have made too many requests within a short period of time. Wait for a short time and
|
|
55
|
+
* then try your request again. Contact customer support for more information about a service
|
|
56
|
+
* limit increase. </p>
|
|
57
|
+
*
|
|
58
|
+
*
|
|
34
59
|
*/
|
|
35
60
|
export declare class DetectPHICommand extends $Command<DetectPHICommandInput, DetectPHICommandOutput, ComprehendMedicalClientResolvedConfig> {
|
|
36
61
|
readonly input: DetectPHICommandInput;
|
|
@@ -32,6 +32,31 @@ export interface InferICD10CMCommandOutput extends InferICD10CMResponse, __Metad
|
|
|
32
32
|
* @see {@link InferICD10CMCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p> An internal server error occurred. Retry your request. </p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidEncodingException} (client fault)
|
|
39
|
+
* <p> The input text was not in valid UTF-8 character encoding. Check your text then retry your
|
|
40
|
+
* request.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
43
|
+
* <p> The request that you made is invalid. Check your request to determine why it's invalid
|
|
44
|
+
* and then retry the request.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
47
|
+
* <p> The Comprehend Medical; service is temporarily unavailable. Please wait and then retry your request.
|
|
48
|
+
* </p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link TextSizeLimitExceededException} (client fault)
|
|
51
|
+
* <p> The size of the text you submitted exceeds the size limit. Reduce the size of the text or
|
|
52
|
+
* use a smaller document and then retry your request. </p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
55
|
+
* <p> You have made too many requests within a short period of time. Wait for a short time and
|
|
56
|
+
* then try your request again. Contact customer support for more information about a service
|
|
57
|
+
* limit increase. </p>
|
|
58
|
+
*
|
|
59
|
+
*
|
|
35
60
|
*/
|
|
36
61
|
export declare class InferICD10CMCommand extends $Command<InferICD10CMCommandInput, InferICD10CMCommandOutput, ComprehendMedicalClientResolvedConfig> {
|
|
37
62
|
readonly input: InferICD10CMCommandInput;
|
|
@@ -31,6 +31,31 @@ export interface InferRxNormCommandOutput extends InferRxNormResponse, __Metadat
|
|
|
31
31
|
* @see {@link InferRxNormCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InternalServerException} (server fault)
|
|
35
|
+
* <p> An internal server error occurred. Retry your request. </p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidEncodingException} (client fault)
|
|
38
|
+
* <p> The input text was not in valid UTF-8 character encoding. Check your text then retry your
|
|
39
|
+
* request.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
42
|
+
* <p> The request that you made is invalid. Check your request to determine why it's invalid
|
|
43
|
+
* and then retry the request.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
46
|
+
* <p> The Comprehend Medical; service is temporarily unavailable. Please wait and then retry your request.
|
|
47
|
+
* </p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link TextSizeLimitExceededException} (client fault)
|
|
50
|
+
* <p> The size of the text you submitted exceeds the size limit. Reduce the size of the text or
|
|
51
|
+
* use a smaller document and then retry your request. </p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
54
|
+
* <p> You have made too many requests within a short period of time. Wait for a short time and
|
|
55
|
+
* then try your request again. Contact customer support for more information about a service
|
|
56
|
+
* limit increase. </p>
|
|
57
|
+
*
|
|
58
|
+
*
|
|
34
59
|
*/
|
|
35
60
|
export declare class InferRxNormCommand extends $Command<InferRxNormCommandInput, InferRxNormCommandOutput, ComprehendMedicalClientResolvedConfig> {
|
|
36
61
|
readonly input: InferRxNormCommandInput;
|
|
@@ -30,6 +30,31 @@ export interface InferSNOMEDCTCommandOutput extends InferSNOMEDCTResponse, __Met
|
|
|
30
30
|
* @see {@link InferSNOMEDCTCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalServerException} (server fault)
|
|
34
|
+
* <p> An internal server error occurred. Retry your request. </p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidEncodingException} (client fault)
|
|
37
|
+
* <p> The input text was not in valid UTF-8 character encoding. Check your text then retry your
|
|
38
|
+
* request.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
41
|
+
* <p> The request that you made is invalid. Check your request to determine why it's invalid
|
|
42
|
+
* and then retry the request.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
45
|
+
* <p> The Comprehend Medical; service is temporarily unavailable. Please wait and then retry your request.
|
|
46
|
+
* </p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link TextSizeLimitExceededException} (client fault)
|
|
49
|
+
* <p> The size of the text you submitted exceeds the size limit. Reduce the size of the text or
|
|
50
|
+
* use a smaller document and then retry your request. </p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
53
|
+
* <p> You have made too many requests within a short period of time. Wait for a short time and
|
|
54
|
+
* then try your request again. Contact customer support for more information about a service
|
|
55
|
+
* limit increase. </p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
33
58
|
*/
|
|
34
59
|
export declare class InferSNOMEDCTCommand extends $Command<InferSNOMEDCTCommandInput, InferSNOMEDCTCommandOutput, ComprehendMedicalClientResolvedConfig> {
|
|
35
60
|
readonly input: InferSNOMEDCTCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface ListEntitiesDetectionV2JobsCommandOutput extends ListEntitiesDe
|
|
|
29
29
|
* @see {@link ListEntitiesDetectionV2JobsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerException} (server fault)
|
|
33
|
+
* <p> An internal server error occurred. Retry your request. </p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
36
|
+
* <p> The request that you made is invalid. Check your request to determine why it's invalid
|
|
37
|
+
* and then retry the request.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
40
|
+
* <p> You have made too many requests within a short period of time. Wait for a short time and
|
|
41
|
+
* then try your request again. Contact customer support for more information about a service
|
|
42
|
+
* limit increase. </p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>The filter that you specified for the operation is invalid. Check the filter values that
|
|
46
|
+
* you entered and try your request again.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class ListEntitiesDetectionV2JobsCommand extends $Command<ListEntitiesDetectionV2JobsCommandInput, ListEntitiesDetectionV2JobsCommandOutput, ComprehendMedicalClientResolvedConfig> {
|
|
34
51
|
readonly input: ListEntitiesDetectionV2JobsCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface ListICD10CMInferenceJobsCommandOutput extends ListICD10CMInfere
|
|
|
29
29
|
* @see {@link ListICD10CMInferenceJobsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerException} (server fault)
|
|
33
|
+
* <p> An internal server error occurred. Retry your request. </p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
36
|
+
* <p> The request that you made is invalid. Check your request to determine why it's invalid
|
|
37
|
+
* and then retry the request.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
40
|
+
* <p> You have made too many requests within a short period of time. Wait for a short time and
|
|
41
|
+
* then try your request again. Contact customer support for more information about a service
|
|
42
|
+
* limit increase. </p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>The filter that you specified for the operation is invalid. Check the filter values that
|
|
46
|
+
* you entered and try your request again.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class ListICD10CMInferenceJobsCommand extends $Command<ListICD10CMInferenceJobsCommandInput, ListICD10CMInferenceJobsCommandOutput, ComprehendMedicalClientResolvedConfig> {
|
|
34
51
|
readonly input: ListICD10CMInferenceJobsCommandInput;
|
|
@@ -30,6 +30,23 @@ export interface ListPHIDetectionJobsCommandOutput extends ListPHIDetectionJobsR
|
|
|
30
30
|
* @see {@link ListPHIDetectionJobsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalServerException} (server fault)
|
|
34
|
+
* <p> An internal server error occurred. Retry your request. </p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
37
|
+
* <p> The request that you made is invalid. Check your request to determine why it's invalid
|
|
38
|
+
* and then retry the request.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
41
|
+
* <p> You have made too many requests within a short period of time. Wait for a short time and
|
|
42
|
+
* then try your request again. Contact customer support for more information about a service
|
|
43
|
+
* limit increase. </p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ValidationException} (client fault)
|
|
46
|
+
* <p>The filter that you specified for the operation is invalid. Check the filter values that
|
|
47
|
+
* you entered and try your request again.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
33
50
|
*/
|
|
34
51
|
export declare class ListPHIDetectionJobsCommand extends $Command<ListPHIDetectionJobsCommandInput, ListPHIDetectionJobsCommandOutput, ComprehendMedicalClientResolvedConfig> {
|
|
35
52
|
readonly input: ListPHIDetectionJobsCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface ListRxNormInferenceJobsCommandOutput extends ListRxNormInferenc
|
|
|
29
29
|
* @see {@link ListRxNormInferenceJobsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerException} (server fault)
|
|
33
|
+
* <p> An internal server error occurred. Retry your request. </p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
36
|
+
* <p> The request that you made is invalid. Check your request to determine why it's invalid
|
|
37
|
+
* and then retry the request.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
40
|
+
* <p> You have made too many requests within a short period of time. Wait for a short time and
|
|
41
|
+
* then try your request again. Contact customer support for more information about a service
|
|
42
|
+
* limit increase. </p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>The filter that you specified for the operation is invalid. Check the filter values that
|
|
46
|
+
* you entered and try your request again.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class ListRxNormInferenceJobsCommand extends $Command<ListRxNormInferenceJobsCommandInput, ListRxNormInferenceJobsCommandOutput, ComprehendMedicalClientResolvedConfig> {
|
|
34
51
|
readonly input: ListRxNormInferenceJobsCommandInput;
|
|
@@ -31,6 +31,23 @@ export interface ListSNOMEDCTInferenceJobsCommandOutput extends ListSNOMEDCTInfe
|
|
|
31
31
|
* @see {@link ListSNOMEDCTInferenceJobsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InternalServerException} (server fault)
|
|
35
|
+
* <p> An internal server error occurred. Retry your request. </p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
38
|
+
* <p> The request that you made is invalid. Check your request to determine why it's invalid
|
|
39
|
+
* and then retry the request.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
42
|
+
* <p> You have made too many requests within a short period of time. Wait for a short time and
|
|
43
|
+
* then try your request again. Contact customer support for more information about a service
|
|
44
|
+
* limit increase. </p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p>The filter that you specified for the operation is invalid. Check the filter values that
|
|
48
|
+
* you entered and try your request again.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
34
51
|
*/
|
|
35
52
|
export declare class ListSNOMEDCTInferenceJobsCommand extends $Command<ListSNOMEDCTInferenceJobsCommandInput, ListSNOMEDCTInferenceJobsCommandOutput, ComprehendMedicalClientResolvedConfig> {
|
|
36
53
|
readonly input: ListSNOMEDCTInferenceJobsCommandInput;
|
|
@@ -30,6 +30,23 @@ export interface StartEntitiesDetectionV2JobCommandOutput extends StartEntitiesD
|
|
|
30
30
|
* @see {@link StartEntitiesDetectionV2JobCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalServerException} (server fault)
|
|
34
|
+
* <p> An internal server error occurred. Retry your request. </p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
37
|
+
* <p> The request that you made is invalid. Check your request to determine why it's invalid
|
|
38
|
+
* and then retry the request.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
41
|
+
* <p>The resource identified by the specified Amazon Resource Name (ARN) was not found. Check
|
|
42
|
+
* the ARN and try your request again.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
45
|
+
* <p> You have made too many requests within a short period of time. Wait for a short time and
|
|
46
|
+
* then try your request again. Contact customer support for more information about a service
|
|
47
|
+
* limit increase. </p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
33
50
|
*/
|
|
34
51
|
export declare class StartEntitiesDetectionV2JobCommand extends $Command<StartEntitiesDetectionV2JobCommandInput, StartEntitiesDetectionV2JobCommandOutput, ComprehendMedicalClientResolvedConfig> {
|
|
35
52
|
readonly input: StartEntitiesDetectionV2JobCommandInput;
|
|
@@ -31,6 +31,23 @@ export interface StartICD10CMInferenceJobCommandOutput extends StartICD10CMInfer
|
|
|
31
31
|
* @see {@link StartICD10CMInferenceJobCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InternalServerException} (server fault)
|
|
35
|
+
* <p> An internal server error occurred. Retry your request. </p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
38
|
+
* <p> The request that you made is invalid. Check your request to determine why it's invalid
|
|
39
|
+
* and then retry the request.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>The resource identified by the specified Amazon Resource Name (ARN) was not found. Check
|
|
43
|
+
* the ARN and try your request again.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
46
|
+
* <p> You have made too many requests within a short period of time. Wait for a short time and
|
|
47
|
+
* then try your request again. Contact customer support for more information about a service
|
|
48
|
+
* limit increase. </p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
34
51
|
*/
|
|
35
52
|
export declare class StartICD10CMInferenceJobCommand extends $Command<StartICD10CMInferenceJobCommandInput, StartICD10CMInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig> {
|
|
36
53
|
readonly input: StartICD10CMInferenceJobCommandInput;
|
|
@@ -30,6 +30,23 @@ export interface StartPHIDetectionJobCommandOutput extends StartPHIDetectionJobR
|
|
|
30
30
|
* @see {@link StartPHIDetectionJobCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalServerException} (server fault)
|
|
34
|
+
* <p> An internal server error occurred. Retry your request. </p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
37
|
+
* <p> The request that you made is invalid. Check your request to determine why it's invalid
|
|
38
|
+
* and then retry the request.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
41
|
+
* <p>The resource identified by the specified Amazon Resource Name (ARN) was not found. Check
|
|
42
|
+
* the ARN and try your request again.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
45
|
+
* <p> You have made too many requests within a short period of time. Wait for a short time and
|
|
46
|
+
* then try your request again. Contact customer support for more information about a service
|
|
47
|
+
* limit increase. </p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
33
50
|
*/
|
|
34
51
|
export declare class StartPHIDetectionJobCommand extends $Command<StartPHIDetectionJobCommandInput, StartPHIDetectionJobCommandOutput, ComprehendMedicalClientResolvedConfig> {
|
|
35
52
|
readonly input: StartPHIDetectionJobCommandInput;
|
|
@@ -31,6 +31,23 @@ export interface StartRxNormInferenceJobCommandOutput extends StartRxNormInferen
|
|
|
31
31
|
* @see {@link StartRxNormInferenceJobCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InternalServerException} (server fault)
|
|
35
|
+
* <p> An internal server error occurred. Retry your request. </p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
38
|
+
* <p> The request that you made is invalid. Check your request to determine why it's invalid
|
|
39
|
+
* and then retry the request.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>The resource identified by the specified Amazon Resource Name (ARN) was not found. Check
|
|
43
|
+
* the ARN and try your request again.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
46
|
+
* <p> You have made too many requests within a short period of time. Wait for a short time and
|
|
47
|
+
* then try your request again. Contact customer support for more information about a service
|
|
48
|
+
* limit increase. </p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
34
51
|
*/
|
|
35
52
|
export declare class StartRxNormInferenceJobCommand extends $Command<StartRxNormInferenceJobCommandInput, StartRxNormInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig> {
|
|
36
53
|
readonly input: StartRxNormInferenceJobCommandInput;
|
|
@@ -31,6 +31,23 @@ export interface StartSNOMEDCTInferenceJobCommandOutput extends StartSNOMEDCTInf
|
|
|
31
31
|
* @see {@link StartSNOMEDCTInferenceJobCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InternalServerException} (server fault)
|
|
35
|
+
* <p> An internal server error occurred. Retry your request. </p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
38
|
+
* <p> The request that you made is invalid. Check your request to determine why it's invalid
|
|
39
|
+
* and then retry the request.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>The resource identified by the specified Amazon Resource Name (ARN) was not found. Check
|
|
43
|
+
* the ARN and try your request again.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
46
|
+
* <p> You have made too many requests within a short period of time. Wait for a short time and
|
|
47
|
+
* then try your request again. Contact customer support for more information about a service
|
|
48
|
+
* limit increase. </p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
34
51
|
*/
|
|
35
52
|
export declare class StartSNOMEDCTInferenceJobCommand extends $Command<StartSNOMEDCTInferenceJobCommandInput, StartSNOMEDCTInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig> {
|
|
36
53
|
readonly input: StartSNOMEDCTInferenceJobCommandInput;
|
|
@@ -29,6 +29,18 @@ export interface StopEntitiesDetectionV2JobCommandOutput extends StopEntitiesDet
|
|
|
29
29
|
* @see {@link StopEntitiesDetectionV2JobCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerException} (server fault)
|
|
33
|
+
* <p> An internal server error occurred. Retry your request. </p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
36
|
+
* <p> The request that you made is invalid. Check your request to determine why it's invalid
|
|
37
|
+
* and then retry the request.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The resource identified by the specified Amazon Resource Name (ARN) was not found. Check
|
|
41
|
+
* the ARN and try your request again.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
32
44
|
*/
|
|
33
45
|
export declare class StopEntitiesDetectionV2JobCommand extends $Command<StopEntitiesDetectionV2JobCommandInput, StopEntitiesDetectionV2JobCommandOutput, ComprehendMedicalClientResolvedConfig> {
|
|
34
46
|
readonly input: StopEntitiesDetectionV2JobCommandInput;
|
|
@@ -29,6 +29,18 @@ export interface StopICD10CMInferenceJobCommandOutput extends StopICD10CMInferen
|
|
|
29
29
|
* @see {@link StopICD10CMInferenceJobCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerException} (server fault)
|
|
33
|
+
* <p> An internal server error occurred. Retry your request. </p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
36
|
+
* <p> The request that you made is invalid. Check your request to determine why it's invalid
|
|
37
|
+
* and then retry the request.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The resource identified by the specified Amazon Resource Name (ARN) was not found. Check
|
|
41
|
+
* the ARN and try your request again.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
32
44
|
*/
|
|
33
45
|
export declare class StopICD10CMInferenceJobCommand extends $Command<StopICD10CMInferenceJobCommandInput, StopICD10CMInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig> {
|
|
34
46
|
readonly input: StopICD10CMInferenceJobCommandInput;
|
|
@@ -29,6 +29,18 @@ export interface StopPHIDetectionJobCommandOutput extends StopPHIDetectionJobRes
|
|
|
29
29
|
* @see {@link StopPHIDetectionJobCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerException} (server fault)
|
|
33
|
+
* <p> An internal server error occurred. Retry your request. </p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
36
|
+
* <p> The request that you made is invalid. Check your request to determine why it's invalid
|
|
37
|
+
* and then retry the request.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The resource identified by the specified Amazon Resource Name (ARN) was not found. Check
|
|
41
|
+
* the ARN and try your request again.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
32
44
|
*/
|
|
33
45
|
export declare class StopPHIDetectionJobCommand extends $Command<StopPHIDetectionJobCommandInput, StopPHIDetectionJobCommandOutput, ComprehendMedicalClientResolvedConfig> {
|
|
34
46
|
readonly input: StopPHIDetectionJobCommandInput;
|
|
@@ -29,6 +29,18 @@ export interface StopRxNormInferenceJobCommandOutput extends StopRxNormInference
|
|
|
29
29
|
* @see {@link StopRxNormInferenceJobCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerException} (server fault)
|
|
33
|
+
* <p> An internal server error occurred. Retry your request. </p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
36
|
+
* <p> The request that you made is invalid. Check your request to determine why it's invalid
|
|
37
|
+
* and then retry the request.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The resource identified by the specified Amazon Resource Name (ARN) was not found. Check
|
|
41
|
+
* the ARN and try your request again.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
32
44
|
*/
|
|
33
45
|
export declare class StopRxNormInferenceJobCommand extends $Command<StopRxNormInferenceJobCommandInput, StopRxNormInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig> {
|
|
34
46
|
readonly input: StopRxNormInferenceJobCommandInput;
|
|
@@ -31,6 +31,23 @@ export interface StopSNOMEDCTInferenceJobCommandOutput extends StopSNOMEDCTInfer
|
|
|
31
31
|
* @see {@link StopSNOMEDCTInferenceJobCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link ComprehendMedicalClientResolvedConfig | config} for ComprehendMedicalClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InternalServerException} (server fault)
|
|
35
|
+
* <p> An internal server error occurred. Retry your request. </p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
38
|
+
* <p> The request that you made is invalid. Check your request to determine why it's invalid
|
|
39
|
+
* and then retry the request.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>The resource identified by the specified Amazon Resource Name (ARN) was not found. Check
|
|
43
|
+
* the ARN and try your request again.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
46
|
+
* <p> You have made too many requests within a short period of time. Wait for a short time and
|
|
47
|
+
* then try your request again. Contact customer support for more information about a service
|
|
48
|
+
* limit increase. </p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
34
51
|
*/
|
|
35
52
|
export declare class StopSNOMEDCTInferenceJobCommand extends $Command<StopSNOMEDCTInferenceJobCommandInput, StopSNOMEDCTInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig> {
|
|
36
53
|
readonly input: StopSNOMEDCTInferenceJobCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-comprehendmedical",
|
|
3
3
|
"description": "AWS SDK for JavaScript Comprehendmedical Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.292.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,57 +20,52 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
45
|
-
"@aws-sdk/util-base64": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
54
|
-
"@aws-sdk/util-utf8": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.292.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.292.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.292.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.292.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.292.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.292.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.292.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.292.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.292.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.292.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.292.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.292.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.292.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.292.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.292.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.292.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.292.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.292.0",
|
|
43
|
+
"@aws-sdk/types": "3.292.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
45
|
+
"@aws-sdk/util-base64": "3.292.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.292.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.292.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.292.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.292.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.292.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.292.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.292.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.292.0",
|
|
54
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
55
55
|
"tslib": "^2.3.1",
|
|
56
56
|
"uuid": "^8.3.2"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
59
|
+
"@aws-sdk/service-client-documentation-generator": "3.292.0",
|
|
60
60
|
"@tsconfig/node14": "1.0.3",
|
|
61
61
|
"@types/node": "^14.14.31",
|
|
62
62
|
"@types/uuid": "^8.3.0",
|
|
63
63
|
"concurrently": "7.0.0",
|
|
64
64
|
"downlevel-dts": "0.10.1",
|
|
65
65
|
"rimraf": "3.0.2",
|
|
66
|
-
"typedoc": "0.
|
|
66
|
+
"typedoc": "0.23.23",
|
|
67
67
|
"typescript": "~4.6.2"
|
|
68
68
|
},
|
|
69
|
-
"overrides": {
|
|
70
|
-
"typedoc": {
|
|
71
|
-
"typescript": "~4.6.2"
|
|
72
|
-
}
|
|
73
|
-
},
|
|
74
69
|
"engines": {
|
|
75
70
|
"node": ">=14.0.0"
|
|
76
71
|
},
|