@aws-sdk/client-comprehendmedical 3.490.0 → 3.495.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 +2943 -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,63 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ComprehendMedical = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const DescribeEntitiesDetectionV2JobCommand_1 = require("./commands/DescribeEntitiesDetectionV2JobCommand");
|
|
6
|
-
const DescribeICD10CMInferenceJobCommand_1 = require("./commands/DescribeICD10CMInferenceJobCommand");
|
|
7
|
-
const DescribePHIDetectionJobCommand_1 = require("./commands/DescribePHIDetectionJobCommand");
|
|
8
|
-
const DescribeRxNormInferenceJobCommand_1 = require("./commands/DescribeRxNormInferenceJobCommand");
|
|
9
|
-
const DescribeSNOMEDCTInferenceJobCommand_1 = require("./commands/DescribeSNOMEDCTInferenceJobCommand");
|
|
10
|
-
const DetectEntitiesCommand_1 = require("./commands/DetectEntitiesCommand");
|
|
11
|
-
const DetectEntitiesV2Command_1 = require("./commands/DetectEntitiesV2Command");
|
|
12
|
-
const DetectPHICommand_1 = require("./commands/DetectPHICommand");
|
|
13
|
-
const InferICD10CMCommand_1 = require("./commands/InferICD10CMCommand");
|
|
14
|
-
const InferRxNormCommand_1 = require("./commands/InferRxNormCommand");
|
|
15
|
-
const InferSNOMEDCTCommand_1 = require("./commands/InferSNOMEDCTCommand");
|
|
16
|
-
const ListEntitiesDetectionV2JobsCommand_1 = require("./commands/ListEntitiesDetectionV2JobsCommand");
|
|
17
|
-
const ListICD10CMInferenceJobsCommand_1 = require("./commands/ListICD10CMInferenceJobsCommand");
|
|
18
|
-
const ListPHIDetectionJobsCommand_1 = require("./commands/ListPHIDetectionJobsCommand");
|
|
19
|
-
const ListRxNormInferenceJobsCommand_1 = require("./commands/ListRxNormInferenceJobsCommand");
|
|
20
|
-
const ListSNOMEDCTInferenceJobsCommand_1 = require("./commands/ListSNOMEDCTInferenceJobsCommand");
|
|
21
|
-
const StartEntitiesDetectionV2JobCommand_1 = require("./commands/StartEntitiesDetectionV2JobCommand");
|
|
22
|
-
const StartICD10CMInferenceJobCommand_1 = require("./commands/StartICD10CMInferenceJobCommand");
|
|
23
|
-
const StartPHIDetectionJobCommand_1 = require("./commands/StartPHIDetectionJobCommand");
|
|
24
|
-
const StartRxNormInferenceJobCommand_1 = require("./commands/StartRxNormInferenceJobCommand");
|
|
25
|
-
const StartSNOMEDCTInferenceJobCommand_1 = require("./commands/StartSNOMEDCTInferenceJobCommand");
|
|
26
|
-
const StopEntitiesDetectionV2JobCommand_1 = require("./commands/StopEntitiesDetectionV2JobCommand");
|
|
27
|
-
const StopICD10CMInferenceJobCommand_1 = require("./commands/StopICD10CMInferenceJobCommand");
|
|
28
|
-
const StopPHIDetectionJobCommand_1 = require("./commands/StopPHIDetectionJobCommand");
|
|
29
|
-
const StopRxNormInferenceJobCommand_1 = require("./commands/StopRxNormInferenceJobCommand");
|
|
30
|
-
const StopSNOMEDCTInferenceJobCommand_1 = require("./commands/StopSNOMEDCTInferenceJobCommand");
|
|
31
|
-
const ComprehendMedicalClient_1 = require("./ComprehendMedicalClient");
|
|
32
|
-
const commands = {
|
|
33
|
-
DescribeEntitiesDetectionV2JobCommand: DescribeEntitiesDetectionV2JobCommand_1.DescribeEntitiesDetectionV2JobCommand,
|
|
34
|
-
DescribeICD10CMInferenceJobCommand: DescribeICD10CMInferenceJobCommand_1.DescribeICD10CMInferenceJobCommand,
|
|
35
|
-
DescribePHIDetectionJobCommand: DescribePHIDetectionJobCommand_1.DescribePHIDetectionJobCommand,
|
|
36
|
-
DescribeRxNormInferenceJobCommand: DescribeRxNormInferenceJobCommand_1.DescribeRxNormInferenceJobCommand,
|
|
37
|
-
DescribeSNOMEDCTInferenceJobCommand: DescribeSNOMEDCTInferenceJobCommand_1.DescribeSNOMEDCTInferenceJobCommand,
|
|
38
|
-
DetectEntitiesCommand: DetectEntitiesCommand_1.DetectEntitiesCommand,
|
|
39
|
-
DetectEntitiesV2Command: DetectEntitiesV2Command_1.DetectEntitiesV2Command,
|
|
40
|
-
DetectPHICommand: DetectPHICommand_1.DetectPHICommand,
|
|
41
|
-
InferICD10CMCommand: InferICD10CMCommand_1.InferICD10CMCommand,
|
|
42
|
-
InferRxNormCommand: InferRxNormCommand_1.InferRxNormCommand,
|
|
43
|
-
InferSNOMEDCTCommand: InferSNOMEDCTCommand_1.InferSNOMEDCTCommand,
|
|
44
|
-
ListEntitiesDetectionV2JobsCommand: ListEntitiesDetectionV2JobsCommand_1.ListEntitiesDetectionV2JobsCommand,
|
|
45
|
-
ListICD10CMInferenceJobsCommand: ListICD10CMInferenceJobsCommand_1.ListICD10CMInferenceJobsCommand,
|
|
46
|
-
ListPHIDetectionJobsCommand: ListPHIDetectionJobsCommand_1.ListPHIDetectionJobsCommand,
|
|
47
|
-
ListRxNormInferenceJobsCommand: ListRxNormInferenceJobsCommand_1.ListRxNormInferenceJobsCommand,
|
|
48
|
-
ListSNOMEDCTInferenceJobsCommand: ListSNOMEDCTInferenceJobsCommand_1.ListSNOMEDCTInferenceJobsCommand,
|
|
49
|
-
StartEntitiesDetectionV2JobCommand: StartEntitiesDetectionV2JobCommand_1.StartEntitiesDetectionV2JobCommand,
|
|
50
|
-
StartICD10CMInferenceJobCommand: StartICD10CMInferenceJobCommand_1.StartICD10CMInferenceJobCommand,
|
|
51
|
-
StartPHIDetectionJobCommand: StartPHIDetectionJobCommand_1.StartPHIDetectionJobCommand,
|
|
52
|
-
StartRxNormInferenceJobCommand: StartRxNormInferenceJobCommand_1.StartRxNormInferenceJobCommand,
|
|
53
|
-
StartSNOMEDCTInferenceJobCommand: StartSNOMEDCTInferenceJobCommand_1.StartSNOMEDCTInferenceJobCommand,
|
|
54
|
-
StopEntitiesDetectionV2JobCommand: StopEntitiesDetectionV2JobCommand_1.StopEntitiesDetectionV2JobCommand,
|
|
55
|
-
StopICD10CMInferenceJobCommand: StopICD10CMInferenceJobCommand_1.StopICD10CMInferenceJobCommand,
|
|
56
|
-
StopPHIDetectionJobCommand: StopPHIDetectionJobCommand_1.StopPHIDetectionJobCommand,
|
|
57
|
-
StopRxNormInferenceJobCommand: StopRxNormInferenceJobCommand_1.StopRxNormInferenceJobCommand,
|
|
58
|
-
StopSNOMEDCTInferenceJobCommand: StopSNOMEDCTInferenceJobCommand_1.StopSNOMEDCTInferenceJobCommand,
|
|
59
|
-
};
|
|
60
|
-
class ComprehendMedical extends ComprehendMedicalClient_1.ComprehendMedicalClient {
|
|
61
|
-
}
|
|
62
|
-
exports.ComprehendMedical = ComprehendMedical;
|
|
63
|
-
(0, smithy_client_1.createAggregatedClient)(commands, ComprehendMedical);
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,43 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ComprehendMedicalClient = exports.__Client = void 0;
|
|
4
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
5
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
6
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
7
|
-
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
8
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
9
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
11
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
12
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
13
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
16
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
17
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
18
|
-
class ComprehendMedicalClient extends smithy_client_1.Client {
|
|
19
|
-
constructor(...[configuration]) {
|
|
20
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
21
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
22
|
-
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
23
|
-
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
24
|
-
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
25
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
26
|
-
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
27
|
-
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
28
|
-
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
29
|
-
super(_config_8);
|
|
30
|
-
this.config = _config_8;
|
|
31
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
32
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
33
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
34
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
38
|
-
}
|
|
39
|
-
destroy() {
|
|
40
|
-
super.destroy();
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
exports.ComprehendMedicalClient = ComprehendMedicalClient;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeEntitiesDetectionV2JobCommand = 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 DescribeEntitiesDetectionV2JobCommand 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", "DescribeEntitiesDetectionV2Job", {})
|
|
22
|
-
.n("ComprehendMedicalClient", "DescribeEntitiesDetectionV2JobCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DescribeEntitiesDetectionV2JobCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DescribeEntitiesDetectionV2JobCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DescribeEntitiesDetectionV2JobCommand = DescribeEntitiesDetectionV2JobCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeICD10CMInferenceJobCommand = 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 DescribeICD10CMInferenceJobCommand 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", "DescribeICD10CMInferenceJob", {})
|
|
22
|
-
.n("ComprehendMedicalClient", "DescribeICD10CMInferenceJobCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DescribeICD10CMInferenceJobCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DescribeICD10CMInferenceJobCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DescribeICD10CMInferenceJobCommand = DescribeICD10CMInferenceJobCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribePHIDetectionJobCommand = 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 DescribePHIDetectionJobCommand 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", "DescribePHIDetectionJob", {})
|
|
22
|
-
.n("ComprehendMedicalClient", "DescribePHIDetectionJobCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DescribePHIDetectionJobCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DescribePHIDetectionJobCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DescribePHIDetectionJobCommand = DescribePHIDetectionJobCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeRxNormInferenceJobCommand = 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 DescribeRxNormInferenceJobCommand 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", "DescribeRxNormInferenceJob", {})
|
|
22
|
-
.n("ComprehendMedicalClient", "DescribeRxNormInferenceJobCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DescribeRxNormInferenceJobCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DescribeRxNormInferenceJobCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DescribeRxNormInferenceJobCommand = DescribeRxNormInferenceJobCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeSNOMEDCTInferenceJobCommand = 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 DescribeSNOMEDCTInferenceJobCommand 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", "DescribeSNOMEDCTInferenceJob", {})
|
|
22
|
-
.n("ComprehendMedicalClient", "DescribeSNOMEDCTInferenceJobCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DescribeSNOMEDCTInferenceJobCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DescribeSNOMEDCTInferenceJobCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DescribeSNOMEDCTInferenceJobCommand = DescribeSNOMEDCTInferenceJobCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DetectEntitiesCommand = 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 DetectEntitiesCommand 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", "DetectEntities", {})
|
|
22
|
-
.n("ComprehendMedicalClient", "DetectEntitiesCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DetectEntitiesCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DetectEntitiesCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DetectEntitiesCommand = DetectEntitiesCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DetectEntitiesV2Command = 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 DetectEntitiesV2Command 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", "DetectEntitiesV2", {})
|
|
22
|
-
.n("ComprehendMedicalClient", "DetectEntitiesV2Command")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DetectEntitiesV2Command)
|
|
25
|
-
.de(Aws_json1_1_1.de_DetectEntitiesV2Command)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DetectEntitiesV2Command = DetectEntitiesV2Command;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DetectPHICommand = 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 DetectPHICommand 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", "DetectPHI", {})
|
|
22
|
-
.n("ComprehendMedicalClient", "DetectPHICommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DetectPHICommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DetectPHICommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DetectPHICommand = DetectPHICommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.InferICD10CMCommand = 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 InferICD10CMCommand 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", "InferICD10CM", {})
|
|
22
|
-
.n("ComprehendMedicalClient", "InferICD10CMCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_InferICD10CMCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_InferICD10CMCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.InferICD10CMCommand = InferICD10CMCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.InferRxNormCommand = 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 InferRxNormCommand 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", "InferRxNorm", {})
|
|
22
|
-
.n("ComprehendMedicalClient", "InferRxNormCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_InferRxNormCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_InferRxNormCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.InferRxNormCommand = InferRxNormCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.InferSNOMEDCTCommand = 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 InferSNOMEDCTCommand 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", "InferSNOMEDCT", {})
|
|
22
|
-
.n("ComprehendMedicalClient", "InferSNOMEDCTCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_InferSNOMEDCTCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_InferSNOMEDCTCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.InferSNOMEDCTCommand = InferSNOMEDCTCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListEntitiesDetectionV2JobsCommand = 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 ListEntitiesDetectionV2JobsCommand 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", "ListEntitiesDetectionV2Jobs", {})
|
|
22
|
-
.n("ComprehendMedicalClient", "ListEntitiesDetectionV2JobsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_ListEntitiesDetectionV2JobsCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_ListEntitiesDetectionV2JobsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ListEntitiesDetectionV2JobsCommand = ListEntitiesDetectionV2JobsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListICD10CMInferenceJobsCommand = 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 ListICD10CMInferenceJobsCommand 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", "ListICD10CMInferenceJobs", {})
|
|
22
|
-
.n("ComprehendMedicalClient", "ListICD10CMInferenceJobsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_ListICD10CMInferenceJobsCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_ListICD10CMInferenceJobsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ListICD10CMInferenceJobsCommand = ListICD10CMInferenceJobsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListPHIDetectionJobsCommand = 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 ListPHIDetectionJobsCommand 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", "ListPHIDetectionJobs", {})
|
|
22
|
-
.n("ComprehendMedicalClient", "ListPHIDetectionJobsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_ListPHIDetectionJobsCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_ListPHIDetectionJobsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ListPHIDetectionJobsCommand = ListPHIDetectionJobsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListRxNormInferenceJobsCommand = 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 ListRxNormInferenceJobsCommand 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", "ListRxNormInferenceJobs", {})
|
|
22
|
-
.n("ComprehendMedicalClient", "ListRxNormInferenceJobsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_ListRxNormInferenceJobsCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_ListRxNormInferenceJobsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ListRxNormInferenceJobsCommand = ListRxNormInferenceJobsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListSNOMEDCTInferenceJobsCommand = 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 ListSNOMEDCTInferenceJobsCommand 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", "ListSNOMEDCTInferenceJobs", {})
|
|
22
|
-
.n("ComprehendMedicalClient", "ListSNOMEDCTInferenceJobsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_ListSNOMEDCTInferenceJobsCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_ListSNOMEDCTInferenceJobsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ListSNOMEDCTInferenceJobsCommand = ListSNOMEDCTInferenceJobsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartEntitiesDetectionV2JobCommand = 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 StartEntitiesDetectionV2JobCommand 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", "StartEntitiesDetectionV2Job", {})
|
|
22
|
-
.n("ComprehendMedicalClient", "StartEntitiesDetectionV2JobCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_StartEntitiesDetectionV2JobCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_StartEntitiesDetectionV2JobCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.StartEntitiesDetectionV2JobCommand = StartEntitiesDetectionV2JobCommand;
|
|
1
|
+
module.exports = require("../index.js");
|