@aws-sdk/client-comprehendmedical 3.490.0 → 3.496.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-cjs/ComprehendMedical.js +1 -63
- package/dist-cjs/ComprehendMedicalClient.js +1 -43
- package/dist-cjs/commands/DescribeEntitiesDetectionV2JobCommand.js +1 -28
- package/dist-cjs/commands/DescribeICD10CMInferenceJobCommand.js +1 -28
- package/dist-cjs/commands/DescribePHIDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/DescribeRxNormInferenceJobCommand.js +1 -28
- package/dist-cjs/commands/DescribeSNOMEDCTInferenceJobCommand.js +1 -28
- package/dist-cjs/commands/DetectEntitiesCommand.js +1 -28
- package/dist-cjs/commands/DetectEntitiesV2Command.js +1 -28
- package/dist-cjs/commands/DetectPHICommand.js +1 -28
- package/dist-cjs/commands/InferICD10CMCommand.js +1 -28
- package/dist-cjs/commands/InferRxNormCommand.js +1 -28
- package/dist-cjs/commands/InferSNOMEDCTCommand.js +1 -28
- package/dist-cjs/commands/ListEntitiesDetectionV2JobsCommand.js +1 -28
- package/dist-cjs/commands/ListICD10CMInferenceJobsCommand.js +1 -28
- package/dist-cjs/commands/ListPHIDetectionJobsCommand.js +1 -28
- package/dist-cjs/commands/ListRxNormInferenceJobsCommand.js +1 -28
- package/dist-cjs/commands/ListSNOMEDCTInferenceJobsCommand.js +1 -28
- package/dist-cjs/commands/StartEntitiesDetectionV2JobCommand.js +1 -28
- package/dist-cjs/commands/StartICD10CMInferenceJobCommand.js +1 -28
- package/dist-cjs/commands/StartPHIDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StartRxNormInferenceJobCommand.js +1 -28
- package/dist-cjs/commands/StartSNOMEDCTInferenceJobCommand.js +1 -28
- package/dist-cjs/commands/StopEntitiesDetectionV2JobCommand.js +1 -28
- package/dist-cjs/commands/StopICD10CMInferenceJobCommand.js +1 -28
- package/dist-cjs/commands/StopPHIDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StopRxNormInferenceJobCommand.js +1 -28
- package/dist-cjs/commands/StopSNOMEDCTInferenceJobCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -29
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +2945 -10
- package/dist-cjs/models/ComprehendMedicalServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -308
- package/dist-cjs/protocols/Aws_json1_1.js +1 -1965
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +39 -39
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartICD10CMInferenceJobCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class StartICD10CMInferenceJobCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("ComprehendMedical_20181030", "StartICD10CMInferenceJob", {})
|
|
22
|
-
.n("ComprehendMedicalClient", "StartICD10CMInferenceJobCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_StartICD10CMInferenceJobCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_StartICD10CMInferenceJobCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.StartICD10CMInferenceJobCommand = StartICD10CMInferenceJobCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartPHIDetectionJobCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class StartPHIDetectionJobCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("ComprehendMedical_20181030", "StartPHIDetectionJob", {})
|
|
22
|
-
.n("ComprehendMedicalClient", "StartPHIDetectionJobCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_StartPHIDetectionJobCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_StartPHIDetectionJobCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.StartPHIDetectionJobCommand = StartPHIDetectionJobCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartRxNormInferenceJobCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class StartRxNormInferenceJobCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("ComprehendMedical_20181030", "StartRxNormInferenceJob", {})
|
|
22
|
-
.n("ComprehendMedicalClient", "StartRxNormInferenceJobCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_StartRxNormInferenceJobCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_StartRxNormInferenceJobCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.StartRxNormInferenceJobCommand = StartRxNormInferenceJobCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartSNOMEDCTInferenceJobCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class StartSNOMEDCTInferenceJobCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("ComprehendMedical_20181030", "StartSNOMEDCTInferenceJob", {})
|
|
22
|
-
.n("ComprehendMedicalClient", "StartSNOMEDCTInferenceJobCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_StartSNOMEDCTInferenceJobCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_StartSNOMEDCTInferenceJobCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.StartSNOMEDCTInferenceJobCommand = StartSNOMEDCTInferenceJobCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StopEntitiesDetectionV2JobCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class StopEntitiesDetectionV2JobCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("ComprehendMedical_20181030", "StopEntitiesDetectionV2Job", {})
|
|
22
|
-
.n("ComprehendMedicalClient", "StopEntitiesDetectionV2JobCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_StopEntitiesDetectionV2JobCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_StopEntitiesDetectionV2JobCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.StopEntitiesDetectionV2JobCommand = StopEntitiesDetectionV2JobCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StopICD10CMInferenceJobCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class StopICD10CMInferenceJobCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("ComprehendMedical_20181030", "StopICD10CMInferenceJob", {})
|
|
22
|
-
.n("ComprehendMedicalClient", "StopICD10CMInferenceJobCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_StopICD10CMInferenceJobCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_StopICD10CMInferenceJobCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.StopICD10CMInferenceJobCommand = StopICD10CMInferenceJobCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StopPHIDetectionJobCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class StopPHIDetectionJobCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("ComprehendMedical_20181030", "StopPHIDetectionJob", {})
|
|
22
|
-
.n("ComprehendMedicalClient", "StopPHIDetectionJobCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_StopPHIDetectionJobCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_StopPHIDetectionJobCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.StopPHIDetectionJobCommand = StopPHIDetectionJobCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StopRxNormInferenceJobCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class StopRxNormInferenceJobCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("ComprehendMedical_20181030", "StopRxNormInferenceJob", {})
|
|
22
|
-
.n("ComprehendMedicalClient", "StopRxNormInferenceJobCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_StopRxNormInferenceJobCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_StopRxNormInferenceJobCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.StopRxNormInferenceJobCommand = StopRxNormInferenceJobCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StopSNOMEDCTInferenceJobCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class StopSNOMEDCTInferenceJobCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("ComprehendMedical_20181030", "StopSNOMEDCTInferenceJob", {})
|
|
22
|
-
.n("ComprehendMedicalClient", "StopSNOMEDCTInferenceJobCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_StopSNOMEDCTInferenceJobCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_StopSNOMEDCTInferenceJobCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.StopSNOMEDCTInferenceJobCommand = StopSNOMEDCTInferenceJobCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./DescribeEntitiesDetectionV2JobCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./DescribeICD10CMInferenceJobCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./DescribePHIDetectionJobCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./DescribeRxNormInferenceJobCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./DescribeSNOMEDCTInferenceJobCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./DetectEntitiesCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./DetectEntitiesV2Command"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./DetectPHICommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./InferICD10CMCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./InferRxNormCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./InferSNOMEDCTCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./ListEntitiesDetectionV2JobsCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./ListICD10CMInferenceJobsCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./ListPHIDetectionJobsCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./ListRxNormInferenceJobsCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./ListSNOMEDCTInferenceJobsCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./StartEntitiesDetectionV2JobCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./StartICD10CMInferenceJobCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./StartPHIDetectionJobCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./StartRxNormInferenceJobCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./StartSNOMEDCTInferenceJobCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./StopEntitiesDetectionV2JobCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./StopICD10CMInferenceJobCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./StopPHIDetectionJobCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./StopRxNormInferenceJobCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./StopSNOMEDCTInferenceJobCommand"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return {
|
|
6
|
-
...options,
|
|
7
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
8
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
9
|
-
defaultSigningName: "comprehendmedical",
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
-
exports.commonParams = {
|
|
14
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
-
Region: { type: "builtInParams", name: "region" },
|
|
17
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|