@aws-sdk/client-comprehendmedical 3.478.0 → 3.484.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 (109) hide show
  1. package/dist-cjs/commands/DescribeEntitiesDetectionV2JobCommand.js +18 -41
  2. package/dist-cjs/commands/DescribeICD10CMInferenceJobCommand.js +18 -41
  3. package/dist-cjs/commands/DescribePHIDetectionJobCommand.js +18 -41
  4. package/dist-cjs/commands/DescribeRxNormInferenceJobCommand.js +18 -41
  5. package/dist-cjs/commands/DescribeSNOMEDCTInferenceJobCommand.js +18 -41
  6. package/dist-cjs/commands/DetectEntitiesCommand.js +18 -41
  7. package/dist-cjs/commands/DetectEntitiesV2Command.js +18 -41
  8. package/dist-cjs/commands/DetectPHICommand.js +18 -41
  9. package/dist-cjs/commands/InferICD10CMCommand.js +18 -41
  10. package/dist-cjs/commands/InferRxNormCommand.js +18 -41
  11. package/dist-cjs/commands/InferSNOMEDCTCommand.js +18 -41
  12. package/dist-cjs/commands/ListEntitiesDetectionV2JobsCommand.js +18 -41
  13. package/dist-cjs/commands/ListICD10CMInferenceJobsCommand.js +18 -41
  14. package/dist-cjs/commands/ListPHIDetectionJobsCommand.js +18 -41
  15. package/dist-cjs/commands/ListRxNormInferenceJobsCommand.js +18 -41
  16. package/dist-cjs/commands/ListSNOMEDCTInferenceJobsCommand.js +18 -41
  17. package/dist-cjs/commands/StartEntitiesDetectionV2JobCommand.js +18 -41
  18. package/dist-cjs/commands/StartICD10CMInferenceJobCommand.js +18 -41
  19. package/dist-cjs/commands/StartPHIDetectionJobCommand.js +18 -41
  20. package/dist-cjs/commands/StartRxNormInferenceJobCommand.js +18 -41
  21. package/dist-cjs/commands/StartSNOMEDCTInferenceJobCommand.js +18 -41
  22. package/dist-cjs/commands/StopEntitiesDetectionV2JobCommand.js +18 -41
  23. package/dist-cjs/commands/StopICD10CMInferenceJobCommand.js +18 -41
  24. package/dist-cjs/commands/StopPHIDetectionJobCommand.js +18 -41
  25. package/dist-cjs/commands/StopRxNormInferenceJobCommand.js +18 -41
  26. package/dist-cjs/commands/StopSNOMEDCTInferenceJobCommand.js +18 -41
  27. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  28. package/dist-es/commands/DescribeEntitiesDetectionV2JobCommand.js +18 -41
  29. package/dist-es/commands/DescribeICD10CMInferenceJobCommand.js +18 -41
  30. package/dist-es/commands/DescribePHIDetectionJobCommand.js +18 -41
  31. package/dist-es/commands/DescribeRxNormInferenceJobCommand.js +18 -41
  32. package/dist-es/commands/DescribeSNOMEDCTInferenceJobCommand.js +18 -41
  33. package/dist-es/commands/DetectEntitiesCommand.js +18 -41
  34. package/dist-es/commands/DetectEntitiesV2Command.js +18 -41
  35. package/dist-es/commands/DetectPHICommand.js +18 -41
  36. package/dist-es/commands/InferICD10CMCommand.js +18 -41
  37. package/dist-es/commands/InferRxNormCommand.js +18 -41
  38. package/dist-es/commands/InferSNOMEDCTCommand.js +18 -41
  39. package/dist-es/commands/ListEntitiesDetectionV2JobsCommand.js +18 -41
  40. package/dist-es/commands/ListICD10CMInferenceJobsCommand.js +18 -41
  41. package/dist-es/commands/ListPHIDetectionJobsCommand.js +18 -41
  42. package/dist-es/commands/ListRxNormInferenceJobsCommand.js +18 -41
  43. package/dist-es/commands/ListSNOMEDCTInferenceJobsCommand.js +18 -41
  44. package/dist-es/commands/StartEntitiesDetectionV2JobCommand.js +18 -41
  45. package/dist-es/commands/StartICD10CMInferenceJobCommand.js +18 -41
  46. package/dist-es/commands/StartPHIDetectionJobCommand.js +18 -41
  47. package/dist-es/commands/StartRxNormInferenceJobCommand.js +18 -41
  48. package/dist-es/commands/StartSNOMEDCTInferenceJobCommand.js +18 -41
  49. package/dist-es/commands/StopEntitiesDetectionV2JobCommand.js +18 -41
  50. package/dist-es/commands/StopICD10CMInferenceJobCommand.js +18 -41
  51. package/dist-es/commands/StopPHIDetectionJobCommand.js +18 -41
  52. package/dist-es/commands/StopRxNormInferenceJobCommand.js +18 -41
  53. package/dist-es/commands/StopSNOMEDCTInferenceJobCommand.js +18 -41
  54. package/dist-es/endpoint/EndpointParameters.js +6 -0
  55. package/dist-types/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +6 -21
  56. package/dist-types/commands/DescribeICD10CMInferenceJobCommand.d.ts +6 -21
  57. package/dist-types/commands/DescribePHIDetectionJobCommand.d.ts +6 -21
  58. package/dist-types/commands/DescribeRxNormInferenceJobCommand.d.ts +6 -21
  59. package/dist-types/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +6 -21
  60. package/dist-types/commands/DetectEntitiesCommand.d.ts +6 -21
  61. package/dist-types/commands/DetectEntitiesV2Command.d.ts +6 -21
  62. package/dist-types/commands/DetectPHICommand.d.ts +6 -21
  63. package/dist-types/commands/InferICD10CMCommand.d.ts +6 -21
  64. package/dist-types/commands/InferRxNormCommand.d.ts +6 -21
  65. package/dist-types/commands/InferSNOMEDCTCommand.d.ts +6 -21
  66. package/dist-types/commands/ListEntitiesDetectionV2JobsCommand.d.ts +6 -21
  67. package/dist-types/commands/ListICD10CMInferenceJobsCommand.d.ts +6 -21
  68. package/dist-types/commands/ListPHIDetectionJobsCommand.d.ts +6 -21
  69. package/dist-types/commands/ListRxNormInferenceJobsCommand.d.ts +6 -21
  70. package/dist-types/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +6 -21
  71. package/dist-types/commands/StartEntitiesDetectionV2JobCommand.d.ts +6 -21
  72. package/dist-types/commands/StartICD10CMInferenceJobCommand.d.ts +6 -21
  73. package/dist-types/commands/StartPHIDetectionJobCommand.d.ts +6 -21
  74. package/dist-types/commands/StartRxNormInferenceJobCommand.d.ts +6 -21
  75. package/dist-types/commands/StartSNOMEDCTInferenceJobCommand.d.ts +6 -21
  76. package/dist-types/commands/StopEntitiesDetectionV2JobCommand.d.ts +6 -21
  77. package/dist-types/commands/StopICD10CMInferenceJobCommand.d.ts +6 -21
  78. package/dist-types/commands/StopPHIDetectionJobCommand.d.ts +6 -21
  79. package/dist-types/commands/StopRxNormInferenceJobCommand.d.ts +6 -21
  80. package/dist-types/commands/StopSNOMEDCTInferenceJobCommand.d.ts +6 -21
  81. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  82. package/dist-types/ts3.4/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +12 -24
  83. package/dist-types/ts3.4/commands/DescribeICD10CMInferenceJobCommand.d.ts +12 -24
  84. package/dist-types/ts3.4/commands/DescribePHIDetectionJobCommand.d.ts +12 -24
  85. package/dist-types/ts3.4/commands/DescribeRxNormInferenceJobCommand.d.ts +12 -24
  86. package/dist-types/ts3.4/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +12 -24
  87. package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +14 -23
  88. package/dist-types/ts3.4/commands/DetectEntitiesV2Command.d.ts +14 -23
  89. package/dist-types/ts3.4/commands/DetectPHICommand.d.ts +14 -23
  90. package/dist-types/ts3.4/commands/InferICD10CMCommand.d.ts +14 -23
  91. package/dist-types/ts3.4/commands/InferRxNormCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/InferSNOMEDCTCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/commands/ListEntitiesDetectionV2JobsCommand.d.ts +12 -24
  94. package/dist-types/ts3.4/commands/ListICD10CMInferenceJobsCommand.d.ts +12 -24
  95. package/dist-types/ts3.4/commands/ListPHIDetectionJobsCommand.d.ts +12 -24
  96. package/dist-types/ts3.4/commands/ListRxNormInferenceJobsCommand.d.ts +12 -24
  97. package/dist-types/ts3.4/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +12 -24
  98. package/dist-types/ts3.4/commands/StartEntitiesDetectionV2JobCommand.d.ts +12 -24
  99. package/dist-types/ts3.4/commands/StartICD10CMInferenceJobCommand.d.ts +12 -24
  100. package/dist-types/ts3.4/commands/StartPHIDetectionJobCommand.d.ts +12 -24
  101. package/dist-types/ts3.4/commands/StartRxNormInferenceJobCommand.d.ts +12 -24
  102. package/dist-types/ts3.4/commands/StartSNOMEDCTInferenceJobCommand.d.ts +12 -24
  103. package/dist-types/ts3.4/commands/StopEntitiesDetectionV2JobCommand.d.ts +12 -24
  104. package/dist-types/ts3.4/commands/StopICD10CMInferenceJobCommand.d.ts +12 -24
  105. package/dist-types/ts3.4/commands/StopPHIDetectionJobCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/StopRxNormInferenceJobCommand.d.ts +12 -24
  107. package/dist-types/ts3.4/commands/StopSNOMEDCTInferenceJobCommand.d.ts +12 -24
  108. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  109. package/package.json +10 -10
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
5
4
  import { StartICD10CMInferenceJobRequest, StartICD10CMInferenceJobResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartICD10CMInferenceJobCommandInput extends StartICD10CMInfere
21
20
  */
22
21
  export interface StartICD10CMInferenceJobCommandOutput extends StartICD10CMInferenceJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartICD10CMInferenceJobCommand_base: {
24
+ new (input: StartICD10CMInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartICD10CMInferenceJobCommandInput, StartICD10CMInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Starts an asynchronous job to detect medical conditions and link them to the ICD-10-CM
@@ -81,23 +84,5 @@ export interface StartICD10CMInferenceJobCommandOutput extends StartICD10CMInfer
81
84
  * <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
82
85
  *
83
86
  */
84
- export declare class StartICD10CMInferenceJobCommand extends $Command<StartICD10CMInferenceJobCommandInput, StartICD10CMInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig> {
85
- readonly input: StartICD10CMInferenceJobCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: StartICD10CMInferenceJobCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartICD10CMInferenceJobCommandInput, StartICD10CMInferenceJobCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class StartICD10CMInferenceJobCommand extends StartICD10CMInferenceJobCommand_base {
103
88
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
5
4
  import { StartPHIDetectionJobRequest, StartPHIDetectionJobResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartPHIDetectionJobCommandInput extends StartPHIDetectionJobRe
21
20
  */
22
21
  export interface StartPHIDetectionJobCommandOutput extends StartPHIDetectionJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartPHIDetectionJobCommand_base: {
24
+ new (input: StartPHIDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartPHIDetectionJobCommandInput, StartPHIDetectionJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Starts an asynchronous job to detect protected health information (PHI). Use the
@@ -80,23 +83,5 @@ export interface StartPHIDetectionJobCommandOutput extends StartPHIDetectionJobR
80
83
  * <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
81
84
  *
82
85
  */
83
- export declare class StartPHIDetectionJobCommand extends $Command<StartPHIDetectionJobCommandInput, StartPHIDetectionJobCommandOutput, ComprehendMedicalClientResolvedConfig> {
84
- readonly input: StartPHIDetectionJobCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: StartPHIDetectionJobCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartPHIDetectionJobCommandInput, StartPHIDetectionJobCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class StartPHIDetectionJobCommand extends StartPHIDetectionJobCommand_base {
102
87
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
5
4
  import { StartRxNormInferenceJobRequest, StartRxNormInferenceJobResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartRxNormInferenceJobCommandInput extends StartRxNormInferenc
21
20
  */
22
21
  export interface StartRxNormInferenceJobCommandOutput extends StartRxNormInferenceJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartRxNormInferenceJobCommand_base: {
24
+ new (input: StartRxNormInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartRxNormInferenceJobCommandInput, StartRxNormInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Starts an asynchronous job to detect medication entities and link them to the RxNorm
@@ -81,23 +84,5 @@ export interface StartRxNormInferenceJobCommandOutput extends StartRxNormInferen
81
84
  * <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
82
85
  *
83
86
  */
84
- export declare class StartRxNormInferenceJobCommand extends $Command<StartRxNormInferenceJobCommandInput, StartRxNormInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig> {
85
- readonly input: StartRxNormInferenceJobCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: StartRxNormInferenceJobCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartRxNormInferenceJobCommandInput, StartRxNormInferenceJobCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class StartRxNormInferenceJobCommand extends StartRxNormInferenceJobCommand_base {
103
88
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
5
4
  import { StartSNOMEDCTInferenceJobRequest, StartSNOMEDCTInferenceJobResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartSNOMEDCTInferenceJobCommandInput extends StartSNOMEDCTInfe
21
20
  */
22
21
  export interface StartSNOMEDCTInferenceJobCommandOutput extends StartSNOMEDCTInferenceJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartSNOMEDCTInferenceJobCommand_base: {
24
+ new (input: StartSNOMEDCTInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartSNOMEDCTInferenceJobCommandInput, StartSNOMEDCTInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -81,23 +84,5 @@ export interface StartSNOMEDCTInferenceJobCommandOutput extends StartSNOMEDCTInf
81
84
  * <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
82
85
  *
83
86
  */
84
- export declare class StartSNOMEDCTInferenceJobCommand extends $Command<StartSNOMEDCTInferenceJobCommandInput, StartSNOMEDCTInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig> {
85
- readonly input: StartSNOMEDCTInferenceJobCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: StartSNOMEDCTInferenceJobCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartSNOMEDCTInferenceJobCommandInput, StartSNOMEDCTInferenceJobCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class StartSNOMEDCTInferenceJobCommand extends StartSNOMEDCTInferenceJobCommand_base {
103
88
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
5
4
  import { StopEntitiesDetectionV2JobRequest, StopEntitiesDetectionV2JobResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StopEntitiesDetectionV2JobCommandInput extends StopEntitiesDete
21
20
  */
22
21
  export interface StopEntitiesDetectionV2JobCommandOutput extends StopEntitiesDetectionV2JobResponse, __MetadataBearer {
23
22
  }
23
+ declare const StopEntitiesDetectionV2JobCommand_base: {
24
+ new (input: StopEntitiesDetectionV2JobCommandInput): import("@smithy/smithy-client").CommandImpl<StopEntitiesDetectionV2JobCommandInput, StopEntitiesDetectionV2JobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Stops a medical entities detection job in progress.</p>
@@ -62,23 +65,5 @@ export interface StopEntitiesDetectionV2JobCommandOutput extends StopEntitiesDet
62
65
  * <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
63
66
  *
64
67
  */
65
- export declare class StopEntitiesDetectionV2JobCommand extends $Command<StopEntitiesDetectionV2JobCommandInput, StopEntitiesDetectionV2JobCommandOutput, ComprehendMedicalClientResolvedConfig> {
66
- readonly input: StopEntitiesDetectionV2JobCommandInput;
67
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
- /**
69
- * @public
70
- */
71
- constructor(input: StopEntitiesDetectionV2JobCommandInput);
72
- /**
73
- * @internal
74
- */
75
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopEntitiesDetectionV2JobCommandInput, StopEntitiesDetectionV2JobCommandOutput>;
76
- /**
77
- * @internal
78
- */
79
- private serialize;
80
- /**
81
- * @internal
82
- */
83
- private deserialize;
68
+ export declare class StopEntitiesDetectionV2JobCommand extends StopEntitiesDetectionV2JobCommand_base {
84
69
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
5
4
  import { StopICD10CMInferenceJobRequest, StopICD10CMInferenceJobResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StopICD10CMInferenceJobCommandInput extends StopICD10CMInferenc
21
20
  */
22
21
  export interface StopICD10CMInferenceJobCommandOutput extends StopICD10CMInferenceJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const StopICD10CMInferenceJobCommand_base: {
24
+ new (input: StopICD10CMInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopICD10CMInferenceJobCommandInput, StopICD10CMInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Stops an InferICD10CM inference job in progress.</p>
@@ -62,23 +65,5 @@ export interface StopICD10CMInferenceJobCommandOutput extends StopICD10CMInferen
62
65
  * <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
63
66
  *
64
67
  */
65
- export declare class StopICD10CMInferenceJobCommand extends $Command<StopICD10CMInferenceJobCommandInput, StopICD10CMInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig> {
66
- readonly input: StopICD10CMInferenceJobCommandInput;
67
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
- /**
69
- * @public
70
- */
71
- constructor(input: StopICD10CMInferenceJobCommandInput);
72
- /**
73
- * @internal
74
- */
75
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopICD10CMInferenceJobCommandInput, StopICD10CMInferenceJobCommandOutput>;
76
- /**
77
- * @internal
78
- */
79
- private serialize;
80
- /**
81
- * @internal
82
- */
83
- private deserialize;
68
+ export declare class StopICD10CMInferenceJobCommand extends StopICD10CMInferenceJobCommand_base {
84
69
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
5
4
  import { StopPHIDetectionJobRequest, StopPHIDetectionJobResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StopPHIDetectionJobCommandInput extends StopPHIDetectionJobRequ
21
20
  */
22
21
  export interface StopPHIDetectionJobCommandOutput extends StopPHIDetectionJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const StopPHIDetectionJobCommand_base: {
24
+ new (input: StopPHIDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopPHIDetectionJobCommandInput, StopPHIDetectionJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Stops a protected health information (PHI) detection job in progress.</p>
@@ -62,23 +65,5 @@ export interface StopPHIDetectionJobCommandOutput extends StopPHIDetectionJobRes
62
65
  * <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
63
66
  *
64
67
  */
65
- export declare class StopPHIDetectionJobCommand extends $Command<StopPHIDetectionJobCommandInput, StopPHIDetectionJobCommandOutput, ComprehendMedicalClientResolvedConfig> {
66
- readonly input: StopPHIDetectionJobCommandInput;
67
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
- /**
69
- * @public
70
- */
71
- constructor(input: StopPHIDetectionJobCommandInput);
72
- /**
73
- * @internal
74
- */
75
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopPHIDetectionJobCommandInput, StopPHIDetectionJobCommandOutput>;
76
- /**
77
- * @internal
78
- */
79
- private serialize;
80
- /**
81
- * @internal
82
- */
83
- private deserialize;
68
+ export declare class StopPHIDetectionJobCommand extends StopPHIDetectionJobCommand_base {
84
69
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
5
4
  import { StopRxNormInferenceJobRequest, StopRxNormInferenceJobResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StopRxNormInferenceJobCommandInput extends StopRxNormInferenceJ
21
20
  */
22
21
  export interface StopRxNormInferenceJobCommandOutput extends StopRxNormInferenceJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const StopRxNormInferenceJobCommand_base: {
24
+ new (input: StopRxNormInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopRxNormInferenceJobCommandInput, StopRxNormInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Stops an InferRxNorm inference job in progress.</p>
@@ -62,23 +65,5 @@ export interface StopRxNormInferenceJobCommandOutput extends StopRxNormInference
62
65
  * <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
63
66
  *
64
67
  */
65
- export declare class StopRxNormInferenceJobCommand extends $Command<StopRxNormInferenceJobCommandInput, StopRxNormInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig> {
66
- readonly input: StopRxNormInferenceJobCommandInput;
67
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
- /**
69
- * @public
70
- */
71
- constructor(input: StopRxNormInferenceJobCommandInput);
72
- /**
73
- * @internal
74
- */
75
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopRxNormInferenceJobCommandInput, StopRxNormInferenceJobCommandOutput>;
76
- /**
77
- * @internal
78
- */
79
- private serialize;
80
- /**
81
- * @internal
82
- */
83
- private deserialize;
68
+ export declare class StopRxNormInferenceJobCommand extends StopRxNormInferenceJobCommand_base {
84
69
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
5
4
  import { StopSNOMEDCTInferenceJobRequest, StopSNOMEDCTInferenceJobResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StopSNOMEDCTInferenceJobCommandInput extends StopSNOMEDCTInfere
21
20
  */
22
21
  export interface StopSNOMEDCTInferenceJobCommandOutput extends StopSNOMEDCTInferenceJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const StopSNOMEDCTInferenceJobCommand_base: {
24
+ new (input: StopSNOMEDCTInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopSNOMEDCTInferenceJobCommandInput, StopSNOMEDCTInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -69,23 +72,5 @@ export interface StopSNOMEDCTInferenceJobCommandOutput extends StopSNOMEDCTInfer
69
72
  * <p>Base exception class for all service exceptions from ComprehendMedical service.</p>
70
73
  *
71
74
  */
72
- export declare class StopSNOMEDCTInferenceJobCommand extends $Command<StopSNOMEDCTInferenceJobCommandInput, StopSNOMEDCTInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig> {
73
- readonly input: StopSNOMEDCTInferenceJobCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: StopSNOMEDCTInferenceJobCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendMedicalClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopSNOMEDCTInferenceJobCommandInput, StopSNOMEDCTInferenceJobCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class StopSNOMEDCTInferenceJobCommand extends StopSNOMEDCTInferenceJobCommand_base {
91
76
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ComprehendMedicalClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeEntitiesDetectionV2JobCommandInput
21
15
  export interface DescribeEntitiesDetectionV2JobCommandOutput
22
16
  extends DescribeEntitiesDetectionV2JobResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeEntitiesDetectionV2JobCommand extends $Command<
25
- DescribeEntitiesDetectionV2JobCommandInput,
26
- DescribeEntitiesDetectionV2JobCommandOutput,
27
- ComprehendMedicalClientResolvedConfig
28
- > {
29
- readonly input: DescribeEntitiesDetectionV2JobCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeEntitiesDetectionV2JobCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ComprehendMedicalClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeEntitiesDetectionV2JobCommand_base: {
19
+ new (
20
+ input: DescribeEntitiesDetectionV2JobCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeEntitiesDetectionV2JobCommandInput,
38
- DescribeEntitiesDetectionV2JobCommandOutput
23
+ DescribeEntitiesDetectionV2JobCommandOutput,
24
+ ComprehendMedicalClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeEntitiesDetectionV2JobCommand extends DescribeEntitiesDetectionV2JobCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ComprehendMedicalClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeICD10CMInferenceJobCommandInput
21
15
  export interface DescribeICD10CMInferenceJobCommandOutput
22
16
  extends DescribeICD10CMInferenceJobResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeICD10CMInferenceJobCommand extends $Command<
25
- DescribeICD10CMInferenceJobCommandInput,
26
- DescribeICD10CMInferenceJobCommandOutput,
27
- ComprehendMedicalClientResolvedConfig
28
- > {
29
- readonly input: DescribeICD10CMInferenceJobCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeICD10CMInferenceJobCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ComprehendMedicalClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeICD10CMInferenceJobCommand_base: {
19
+ new (
20
+ input: DescribeICD10CMInferenceJobCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeICD10CMInferenceJobCommandInput,
38
- DescribeICD10CMInferenceJobCommandOutput
23
+ DescribeICD10CMInferenceJobCommandOutput,
24
+ ComprehendMedicalClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeICD10CMInferenceJobCommand extends DescribeICD10CMInferenceJobCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ComprehendMedicalClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribePHIDetectionJobCommandInput
21
15
  export interface DescribePHIDetectionJobCommandOutput
22
16
  extends DescribePHIDetectionJobResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribePHIDetectionJobCommand extends $Command<
25
- DescribePHIDetectionJobCommandInput,
26
- DescribePHIDetectionJobCommandOutput,
27
- ComprehendMedicalClientResolvedConfig
28
- > {
29
- readonly input: DescribePHIDetectionJobCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribePHIDetectionJobCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ComprehendMedicalClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribePHIDetectionJobCommand_base: {
19
+ new (
20
+ input: DescribePHIDetectionJobCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribePHIDetectionJobCommandInput,
38
- DescribePHIDetectionJobCommandOutput
23
+ DescribePHIDetectionJobCommandOutput,
24
+ ComprehendMedicalClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribePHIDetectionJobCommand extends DescribePHIDetectionJobCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ComprehendMedicalClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeRxNormInferenceJobCommandInput
21
15
  export interface DescribeRxNormInferenceJobCommandOutput
22
16
  extends DescribeRxNormInferenceJobResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeRxNormInferenceJobCommand extends $Command<
25
- DescribeRxNormInferenceJobCommandInput,
26
- DescribeRxNormInferenceJobCommandOutput,
27
- ComprehendMedicalClientResolvedConfig
28
- > {
29
- readonly input: DescribeRxNormInferenceJobCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeRxNormInferenceJobCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ComprehendMedicalClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeRxNormInferenceJobCommand_base: {
19
+ new (
20
+ input: DescribeRxNormInferenceJobCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeRxNormInferenceJobCommandInput,
38
- DescribeRxNormInferenceJobCommandOutput
23
+ DescribeRxNormInferenceJobCommandOutput,
24
+ ComprehendMedicalClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeRxNormInferenceJobCommand extends DescribeRxNormInferenceJobCommand_base {}