@aws-sdk/client-comprehendmedical 3.590.0 → 3.596.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/index.js +0 -26
- package/dist-types/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeICD10CMInferenceJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribePHIDetectionJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRxNormInferenceJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +2 -1
- package/dist-types/commands/DetectEntitiesCommand.d.ts +2 -1
- package/dist-types/commands/DetectEntitiesV2Command.d.ts +2 -1
- package/dist-types/commands/DetectPHICommand.d.ts +2 -1
- package/dist-types/commands/InferICD10CMCommand.d.ts +2 -1
- package/dist-types/commands/InferRxNormCommand.d.ts +2 -1
- package/dist-types/commands/InferSNOMEDCTCommand.d.ts +2 -1
- package/dist-types/commands/ListEntitiesDetectionV2JobsCommand.d.ts +2 -1
- package/dist-types/commands/ListICD10CMInferenceJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListPHIDetectionJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListRxNormInferenceJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +2 -1
- package/dist-types/commands/StartEntitiesDetectionV2JobCommand.d.ts +2 -1
- package/dist-types/commands/StartICD10CMInferenceJobCommand.d.ts +2 -1
- package/dist-types/commands/StartPHIDetectionJobCommand.d.ts +2 -1
- package/dist-types/commands/StartRxNormInferenceJobCommand.d.ts +2 -1
- package/dist-types/commands/StartSNOMEDCTInferenceJobCommand.d.ts +2 -1
- package/dist-types/commands/StopEntitiesDetectionV2JobCommand.d.ts +2 -1
- package/dist-types/commands/StopICD10CMInferenceJobCommand.d.ts +2 -1
- package/dist-types/commands/StopPHIDetectionJobCommand.d.ts +2 -1
- package/dist-types/commands/StopRxNormInferenceJobCommand.d.ts +2 -1
- package/dist-types/commands/StopSNOMEDCTInferenceJobCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/ComprehendMedicalServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeICD10CMInferenceJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribePHIDetectionJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeRxNormInferenceJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DetectEntitiesV2Command.d.ts +2 -1
- package/dist-types/ts3.4/commands/DetectPHICommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/InferICD10CMCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/InferRxNormCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/InferSNOMEDCTCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListEntitiesDetectionV2JobsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListICD10CMInferenceJobsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListPHIDetectionJobsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListRxNormInferenceJobsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartEntitiesDetectionV2JobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartICD10CMInferenceJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartPHIDetectionJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartRxNormInferenceJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartSNOMEDCTInferenceJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopEntitiesDetectionV2JobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopICD10CMInferenceJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopPHIDetectionJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopRxNormInferenceJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopSNOMEDCTInferenceJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/ComprehendMedicalServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -232,7 +232,6 @@ var ComprehendMedicalClient = _ComprehendMedicalClient;
|
|
|
232
232
|
|
|
233
233
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
234
234
|
|
|
235
|
-
var import_types = require("@smithy/types");
|
|
236
235
|
|
|
237
236
|
// src/protocols/Aws_json1_1.ts
|
|
238
237
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1729,7 +1728,6 @@ var DescribeEntitiesDetectionV2JobCommand = _DescribeEntitiesDetectionV2JobComma
|
|
|
1729
1728
|
|
|
1730
1729
|
|
|
1731
1730
|
|
|
1732
|
-
|
|
1733
1731
|
var _DescribeICD10CMInferenceJobCommand = class _DescribeICD10CMInferenceJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1734
1732
|
...commonParams
|
|
1735
1733
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1746,7 +1744,6 @@ var DescribeICD10CMInferenceJobCommand = _DescribeICD10CMInferenceJobCommand;
|
|
|
1746
1744
|
|
|
1747
1745
|
|
|
1748
1746
|
|
|
1749
|
-
|
|
1750
1747
|
var _DescribePHIDetectionJobCommand = class _DescribePHIDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1751
1748
|
...commonParams
|
|
1752
1749
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1763,7 +1760,6 @@ var DescribePHIDetectionJobCommand = _DescribePHIDetectionJobCommand;
|
|
|
1763
1760
|
|
|
1764
1761
|
|
|
1765
1762
|
|
|
1766
|
-
|
|
1767
1763
|
var _DescribeRxNormInferenceJobCommand = class _DescribeRxNormInferenceJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1768
1764
|
...commonParams
|
|
1769
1765
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1780,7 +1776,6 @@ var DescribeRxNormInferenceJobCommand = _DescribeRxNormInferenceJobCommand;
|
|
|
1780
1776
|
|
|
1781
1777
|
|
|
1782
1778
|
|
|
1783
|
-
|
|
1784
1779
|
var _DescribeSNOMEDCTInferenceJobCommand = class _DescribeSNOMEDCTInferenceJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1785
1780
|
...commonParams
|
|
1786
1781
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1797,7 +1792,6 @@ var DescribeSNOMEDCTInferenceJobCommand = _DescribeSNOMEDCTInferenceJobCommand;
|
|
|
1797
1792
|
|
|
1798
1793
|
|
|
1799
1794
|
|
|
1800
|
-
|
|
1801
1795
|
var _DetectEntitiesCommand = class _DetectEntitiesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1802
1796
|
...commonParams
|
|
1803
1797
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1814,7 +1808,6 @@ var DetectEntitiesCommand = _DetectEntitiesCommand;
|
|
|
1814
1808
|
|
|
1815
1809
|
|
|
1816
1810
|
|
|
1817
|
-
|
|
1818
1811
|
var _DetectEntitiesV2Command = class _DetectEntitiesV2Command extends import_smithy_client.Command.classBuilder().ep({
|
|
1819
1812
|
...commonParams
|
|
1820
1813
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1831,7 +1824,6 @@ var DetectEntitiesV2Command = _DetectEntitiesV2Command;
|
|
|
1831
1824
|
|
|
1832
1825
|
|
|
1833
1826
|
|
|
1834
|
-
|
|
1835
1827
|
var _DetectPHICommand = class _DetectPHICommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1836
1828
|
...commonParams
|
|
1837
1829
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1848,7 +1840,6 @@ var DetectPHICommand = _DetectPHICommand;
|
|
|
1848
1840
|
|
|
1849
1841
|
|
|
1850
1842
|
|
|
1851
|
-
|
|
1852
1843
|
var _InferICD10CMCommand = class _InferICD10CMCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1853
1844
|
...commonParams
|
|
1854
1845
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1865,7 +1856,6 @@ var InferICD10CMCommand = _InferICD10CMCommand;
|
|
|
1865
1856
|
|
|
1866
1857
|
|
|
1867
1858
|
|
|
1868
|
-
|
|
1869
1859
|
var _InferRxNormCommand = class _InferRxNormCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1870
1860
|
...commonParams
|
|
1871
1861
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1882,7 +1872,6 @@ var InferRxNormCommand = _InferRxNormCommand;
|
|
|
1882
1872
|
|
|
1883
1873
|
|
|
1884
1874
|
|
|
1885
|
-
|
|
1886
1875
|
var _InferSNOMEDCTCommand = class _InferSNOMEDCTCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1887
1876
|
...commonParams
|
|
1888
1877
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1899,7 +1888,6 @@ var InferSNOMEDCTCommand = _InferSNOMEDCTCommand;
|
|
|
1899
1888
|
|
|
1900
1889
|
|
|
1901
1890
|
|
|
1902
|
-
|
|
1903
1891
|
var _ListEntitiesDetectionV2JobsCommand = class _ListEntitiesDetectionV2JobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1904
1892
|
...commonParams
|
|
1905
1893
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1916,7 +1904,6 @@ var ListEntitiesDetectionV2JobsCommand = _ListEntitiesDetectionV2JobsCommand;
|
|
|
1916
1904
|
|
|
1917
1905
|
|
|
1918
1906
|
|
|
1919
|
-
|
|
1920
1907
|
var _ListICD10CMInferenceJobsCommand = class _ListICD10CMInferenceJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1921
1908
|
...commonParams
|
|
1922
1909
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1933,7 +1920,6 @@ var ListICD10CMInferenceJobsCommand = _ListICD10CMInferenceJobsCommand;
|
|
|
1933
1920
|
|
|
1934
1921
|
|
|
1935
1922
|
|
|
1936
|
-
|
|
1937
1923
|
var _ListPHIDetectionJobsCommand = class _ListPHIDetectionJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1938
1924
|
...commonParams
|
|
1939
1925
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1950,7 +1936,6 @@ var ListPHIDetectionJobsCommand = _ListPHIDetectionJobsCommand;
|
|
|
1950
1936
|
|
|
1951
1937
|
|
|
1952
1938
|
|
|
1953
|
-
|
|
1954
1939
|
var _ListRxNormInferenceJobsCommand = class _ListRxNormInferenceJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1955
1940
|
...commonParams
|
|
1956
1941
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1967,7 +1952,6 @@ var ListRxNormInferenceJobsCommand = _ListRxNormInferenceJobsCommand;
|
|
|
1967
1952
|
|
|
1968
1953
|
|
|
1969
1954
|
|
|
1970
|
-
|
|
1971
1955
|
var _ListSNOMEDCTInferenceJobsCommand = class _ListSNOMEDCTInferenceJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1972
1956
|
...commonParams
|
|
1973
1957
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1984,7 +1968,6 @@ var ListSNOMEDCTInferenceJobsCommand = _ListSNOMEDCTInferenceJobsCommand;
|
|
|
1984
1968
|
|
|
1985
1969
|
|
|
1986
1970
|
|
|
1987
|
-
|
|
1988
1971
|
var _StartEntitiesDetectionV2JobCommand = class _StartEntitiesDetectionV2JobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1989
1972
|
...commonParams
|
|
1990
1973
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2001,7 +1984,6 @@ var StartEntitiesDetectionV2JobCommand = _StartEntitiesDetectionV2JobCommand;
|
|
|
2001
1984
|
|
|
2002
1985
|
|
|
2003
1986
|
|
|
2004
|
-
|
|
2005
1987
|
var _StartICD10CMInferenceJobCommand = class _StartICD10CMInferenceJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2006
1988
|
...commonParams
|
|
2007
1989
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2018,7 +2000,6 @@ var StartICD10CMInferenceJobCommand = _StartICD10CMInferenceJobCommand;
|
|
|
2018
2000
|
|
|
2019
2001
|
|
|
2020
2002
|
|
|
2021
|
-
|
|
2022
2003
|
var _StartPHIDetectionJobCommand = class _StartPHIDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2023
2004
|
...commonParams
|
|
2024
2005
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2035,7 +2016,6 @@ var StartPHIDetectionJobCommand = _StartPHIDetectionJobCommand;
|
|
|
2035
2016
|
|
|
2036
2017
|
|
|
2037
2018
|
|
|
2038
|
-
|
|
2039
2019
|
var _StartRxNormInferenceJobCommand = class _StartRxNormInferenceJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2040
2020
|
...commonParams
|
|
2041
2021
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2052,7 +2032,6 @@ var StartRxNormInferenceJobCommand = _StartRxNormInferenceJobCommand;
|
|
|
2052
2032
|
|
|
2053
2033
|
|
|
2054
2034
|
|
|
2055
|
-
|
|
2056
2035
|
var _StartSNOMEDCTInferenceJobCommand = class _StartSNOMEDCTInferenceJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2057
2036
|
...commonParams
|
|
2058
2037
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2069,7 +2048,6 @@ var StartSNOMEDCTInferenceJobCommand = _StartSNOMEDCTInferenceJobCommand;
|
|
|
2069
2048
|
|
|
2070
2049
|
|
|
2071
2050
|
|
|
2072
|
-
|
|
2073
2051
|
var _StopEntitiesDetectionV2JobCommand = class _StopEntitiesDetectionV2JobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2074
2052
|
...commonParams
|
|
2075
2053
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2086,7 +2064,6 @@ var StopEntitiesDetectionV2JobCommand = _StopEntitiesDetectionV2JobCommand;
|
|
|
2086
2064
|
|
|
2087
2065
|
|
|
2088
2066
|
|
|
2089
|
-
|
|
2090
2067
|
var _StopICD10CMInferenceJobCommand = class _StopICD10CMInferenceJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2091
2068
|
...commonParams
|
|
2092
2069
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2103,7 +2080,6 @@ var StopICD10CMInferenceJobCommand = _StopICD10CMInferenceJobCommand;
|
|
|
2103
2080
|
|
|
2104
2081
|
|
|
2105
2082
|
|
|
2106
|
-
|
|
2107
2083
|
var _StopPHIDetectionJobCommand = class _StopPHIDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2108
2084
|
...commonParams
|
|
2109
2085
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2120,7 +2096,6 @@ var StopPHIDetectionJobCommand = _StopPHIDetectionJobCommand;
|
|
|
2120
2096
|
|
|
2121
2097
|
|
|
2122
2098
|
|
|
2123
|
-
|
|
2124
2099
|
var _StopRxNormInferenceJobCommand = class _StopRxNormInferenceJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2125
2100
|
...commonParams
|
|
2126
2101
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2137,7 +2112,6 @@ var StopRxNormInferenceJobCommand = _StopRxNormInferenceJobCommand;
|
|
|
2137
2112
|
|
|
2138
2113
|
|
|
2139
2114
|
|
|
2140
|
-
|
|
2141
2115
|
var _StopSNOMEDCTInferenceJobCommand = class _StopSNOMEDCTInferenceJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2142
2116
|
...commonParams
|
|
2143
2117
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
export * from "./ComprehendMedicalClient";
|
|
7
7
|
export * from "./ComprehendMedical";
|
|
8
8
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
9
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
10
|
-
export { ComprehendMedicalExtensionConfiguration } from "./extensionConfiguration";
|
|
9
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
|
+
export type { ComprehendMedicalExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
12
12
|
export * from "./models";
|
|
13
13
|
export { ComprehendMedicalServiceException } from "./models/ComprehendMedicalServiceException";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeEntitiesDetectionV2JobRequest,
|
|
10
10
|
DescribeEntitiesDetectionV2JobResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeEntitiesDetectionV2JobCommandInput
|
|
14
15
|
extends DescribeEntitiesDetectionV2JobRequest {}
|
|
15
16
|
export interface DescribeEntitiesDetectionV2JobCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeICD10CMInferenceJobRequest,
|
|
10
10
|
DescribeICD10CMInferenceJobResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeICD10CMInferenceJobCommandInput
|
|
14
15
|
extends DescribeICD10CMInferenceJobRequest {}
|
|
15
16
|
export interface DescribeICD10CMInferenceJobCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribePHIDetectionJobRequest,
|
|
10
10
|
DescribePHIDetectionJobResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribePHIDetectionJobCommandInput
|
|
14
15
|
extends DescribePHIDetectionJobRequest {}
|
|
15
16
|
export interface DescribePHIDetectionJobCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeRxNormInferenceJobRequest,
|
|
10
10
|
DescribeRxNormInferenceJobResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeRxNormInferenceJobCommandInput
|
|
14
15
|
extends DescribeRxNormInferenceJobRequest {}
|
|
15
16
|
export interface DescribeRxNormInferenceJobCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeSNOMEDCTInferenceJobRequest,
|
|
10
10
|
DescribeSNOMEDCTInferenceJobResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeSNOMEDCTInferenceJobCommandInput
|
|
14
15
|
extends DescribeSNOMEDCTInferenceJobRequest {}
|
|
15
16
|
export interface DescribeSNOMEDCTInferenceJobCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DetectEntitiesRequest,
|
|
10
10
|
DetectEntitiesResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DetectEntitiesCommandInput extends DetectEntitiesRequest {}
|
|
14
15
|
export interface DetectEntitiesCommandOutput
|
|
15
16
|
extends DetectEntitiesResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DetectEntitiesV2Request,
|
|
10
10
|
DetectEntitiesV2Response,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DetectEntitiesV2CommandInput extends DetectEntitiesV2Request {}
|
|
14
15
|
export interface DetectEntitiesV2CommandOutput
|
|
15
16
|
extends DetectEntitiesV2Response,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ComprehendMedicalClient";
|
|
8
8
|
import { DetectPHIRequest, DetectPHIResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DetectPHICommandInput extends DetectPHIRequest {}
|
|
11
12
|
export interface DetectPHICommandOutput
|
|
12
13
|
extends DetectPHIResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ComprehendMedicalClient";
|
|
8
8
|
import { InferICD10CMRequest, InferICD10CMResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface InferICD10CMCommandInput extends InferICD10CMRequest {}
|
|
11
12
|
export interface InferICD10CMCommandOutput
|
|
12
13
|
extends InferICD10CMResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ComprehendMedicalClient";
|
|
8
8
|
import { InferRxNormRequest, InferRxNormResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface InferRxNormCommandInput extends InferRxNormRequest {}
|
|
11
12
|
export interface InferRxNormCommandOutput
|
|
12
13
|
extends InferRxNormResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
InferSNOMEDCTRequest,
|
|
10
10
|
InferSNOMEDCTResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface InferSNOMEDCTCommandInput extends InferSNOMEDCTRequest {}
|
|
14
15
|
export interface InferSNOMEDCTCommandOutput
|
|
15
16
|
extends InferSNOMEDCTResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListEntitiesDetectionV2JobsRequest,
|
|
10
10
|
ListEntitiesDetectionV2JobsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListEntitiesDetectionV2JobsCommandInput
|
|
14
15
|
extends ListEntitiesDetectionV2JobsRequest {}
|
|
15
16
|
export interface ListEntitiesDetectionV2JobsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListICD10CMInferenceJobsRequest,
|
|
10
10
|
ListICD10CMInferenceJobsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListICD10CMInferenceJobsCommandInput
|
|
14
15
|
extends ListICD10CMInferenceJobsRequest {}
|
|
15
16
|
export interface ListICD10CMInferenceJobsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListPHIDetectionJobsRequest,
|
|
10
10
|
ListPHIDetectionJobsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListPHIDetectionJobsCommandInput
|
|
14
15
|
extends ListPHIDetectionJobsRequest {}
|
|
15
16
|
export interface ListPHIDetectionJobsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListRxNormInferenceJobsRequest,
|
|
10
10
|
ListRxNormInferenceJobsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListRxNormInferenceJobsCommandInput
|
|
14
15
|
extends ListRxNormInferenceJobsRequest {}
|
|
15
16
|
export interface ListRxNormInferenceJobsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListSNOMEDCTInferenceJobsRequest,
|
|
10
10
|
ListSNOMEDCTInferenceJobsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListSNOMEDCTInferenceJobsCommandInput
|
|
14
15
|
extends ListSNOMEDCTInferenceJobsRequest {}
|
|
15
16
|
export interface ListSNOMEDCTInferenceJobsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StartEntitiesDetectionV2JobRequest,
|
|
10
10
|
StartEntitiesDetectionV2JobResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartEntitiesDetectionV2JobCommandInput
|
|
14
15
|
extends StartEntitiesDetectionV2JobRequest {}
|
|
15
16
|
export interface StartEntitiesDetectionV2JobCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StartICD10CMInferenceJobRequest,
|
|
10
10
|
StartICD10CMInferenceJobResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartICD10CMInferenceJobCommandInput
|
|
14
15
|
extends StartICD10CMInferenceJobRequest {}
|
|
15
16
|
export interface StartICD10CMInferenceJobCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StartPHIDetectionJobRequest,
|
|
10
10
|
StartPHIDetectionJobResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartPHIDetectionJobCommandInput
|
|
14
15
|
extends StartPHIDetectionJobRequest {}
|
|
15
16
|
export interface StartPHIDetectionJobCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StartRxNormInferenceJobRequest,
|
|
10
10
|
StartRxNormInferenceJobResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartRxNormInferenceJobCommandInput
|
|
14
15
|
extends StartRxNormInferenceJobRequest {}
|
|
15
16
|
export interface StartRxNormInferenceJobCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StartSNOMEDCTInferenceJobRequest,
|
|
10
10
|
StartSNOMEDCTInferenceJobResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartSNOMEDCTInferenceJobCommandInput
|
|
14
15
|
extends StartSNOMEDCTInferenceJobRequest {}
|
|
15
16
|
export interface StartSNOMEDCTInferenceJobCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StopEntitiesDetectionV2JobRequest,
|
|
10
10
|
StopEntitiesDetectionV2JobResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StopEntitiesDetectionV2JobCommandInput
|
|
14
15
|
extends StopEntitiesDetectionV2JobRequest {}
|
|
15
16
|
export interface StopEntitiesDetectionV2JobCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StopICD10CMInferenceJobRequest,
|
|
10
10
|
StopICD10CMInferenceJobResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StopICD10CMInferenceJobCommandInput
|
|
14
15
|
extends StopICD10CMInferenceJobRequest {}
|
|
15
16
|
export interface StopICD10CMInferenceJobCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StopPHIDetectionJobRequest,
|
|
10
10
|
StopPHIDetectionJobResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StopPHIDetectionJobCommandInput
|
|
14
15
|
extends StopPHIDetectionJobRequest {}
|
|
15
16
|
export interface StopPHIDetectionJobCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StopRxNormInferenceJobRequest,
|
|
10
10
|
StopRxNormInferenceJobResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StopRxNormInferenceJobCommandInput
|
|
14
15
|
extends StopRxNormInferenceJobRequest {}
|
|
15
16
|
export interface StopRxNormInferenceJobCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StopSNOMEDCTInferenceJobRequest,
|
|
10
10
|
StopSNOMEDCTInferenceJobResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StopSNOMEDCTInferenceJobCommandInput
|
|
14
15
|
extends StopSNOMEDCTInferenceJobRequest {}
|
|
15
16
|
export interface StopSNOMEDCTInferenceJobCommandOutput
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class ComprehendMedicalServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-comprehendmedical",
|
|
3
3
|
"description": "AWS SDK for JavaScript Comprehendmedical Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.596.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-comprehendmedical",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.596.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.596.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.596.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|