@aws-sdk/client-comprehendmedical 3.649.0 → 3.650.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 +26 -78
- package/dist-es/commands/DescribeEntitiesDetectionV2JobCommand.js +1 -3
- package/dist-es/commands/DescribeICD10CMInferenceJobCommand.js +1 -3
- package/dist-es/commands/DescribePHIDetectionJobCommand.js +1 -3
- package/dist-es/commands/DescribeRxNormInferenceJobCommand.js +1 -3
- package/dist-es/commands/DescribeSNOMEDCTInferenceJobCommand.js +1 -3
- package/dist-es/commands/DetectEntitiesCommand.js +1 -3
- package/dist-es/commands/DetectEntitiesV2Command.js +1 -3
- package/dist-es/commands/DetectPHICommand.js +1 -3
- package/dist-es/commands/InferICD10CMCommand.js +1 -3
- package/dist-es/commands/InferRxNormCommand.js +1 -3
- package/dist-es/commands/InferSNOMEDCTCommand.js +1 -3
- package/dist-es/commands/ListEntitiesDetectionV2JobsCommand.js +1 -3
- package/dist-es/commands/ListICD10CMInferenceJobsCommand.js +1 -3
- package/dist-es/commands/ListPHIDetectionJobsCommand.js +1 -3
- package/dist-es/commands/ListRxNormInferenceJobsCommand.js +1 -3
- package/dist-es/commands/ListSNOMEDCTInferenceJobsCommand.js +1 -3
- package/dist-es/commands/StartEntitiesDetectionV2JobCommand.js +1 -3
- package/dist-es/commands/StartICD10CMInferenceJobCommand.js +1 -3
- package/dist-es/commands/StartPHIDetectionJobCommand.js +1 -3
- package/dist-es/commands/StartRxNormInferenceJobCommand.js +1 -3
- package/dist-es/commands/StartSNOMEDCTInferenceJobCommand.js +1 -3
- package/dist-es/commands/StopEntitiesDetectionV2JobCommand.js +1 -3
- package/dist-es/commands/StopICD10CMInferenceJobCommand.js +1 -3
- package/dist-es/commands/StopPHIDetectionJobCommand.js +1 -3
- package/dist-es/commands/StopRxNormInferenceJobCommand.js +1 -3
- package/dist-es/commands/StopSNOMEDCTInferenceJobCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -1706,9 +1706,7 @@ function sharedHeaders(operation) {
|
|
|
1706
1706
|
__name(sharedHeaders, "sharedHeaders");
|
|
1707
1707
|
|
|
1708
1708
|
// src/commands/DescribeEntitiesDetectionV2JobCommand.ts
|
|
1709
|
-
var _DescribeEntitiesDetectionV2JobCommand = class _DescribeEntitiesDetectionV2JobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1710
|
-
...commonParams
|
|
1711
|
-
}).m(function(Command, cs, config, o) {
|
|
1709
|
+
var _DescribeEntitiesDetectionV2JobCommand = class _DescribeEntitiesDetectionV2JobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1712
1710
|
return [
|
|
1713
1711
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1714
1712
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1722,9 +1720,7 @@ var DescribeEntitiesDetectionV2JobCommand = _DescribeEntitiesDetectionV2JobComma
|
|
|
1722
1720
|
|
|
1723
1721
|
|
|
1724
1722
|
|
|
1725
|
-
var _DescribeICD10CMInferenceJobCommand = class _DescribeICD10CMInferenceJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1726
|
-
...commonParams
|
|
1727
|
-
}).m(function(Command, cs, config, o) {
|
|
1723
|
+
var _DescribeICD10CMInferenceJobCommand = class _DescribeICD10CMInferenceJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1728
1724
|
return [
|
|
1729
1725
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1730
1726
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1738,9 +1734,7 @@ var DescribeICD10CMInferenceJobCommand = _DescribeICD10CMInferenceJobCommand;
|
|
|
1738
1734
|
|
|
1739
1735
|
|
|
1740
1736
|
|
|
1741
|
-
var _DescribePHIDetectionJobCommand = class _DescribePHIDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1742
|
-
...commonParams
|
|
1743
|
-
}).m(function(Command, cs, config, o) {
|
|
1737
|
+
var _DescribePHIDetectionJobCommand = class _DescribePHIDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1744
1738
|
return [
|
|
1745
1739
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1746
1740
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1754,9 +1748,7 @@ var DescribePHIDetectionJobCommand = _DescribePHIDetectionJobCommand;
|
|
|
1754
1748
|
|
|
1755
1749
|
|
|
1756
1750
|
|
|
1757
|
-
var _DescribeRxNormInferenceJobCommand = class _DescribeRxNormInferenceJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1758
|
-
...commonParams
|
|
1759
|
-
}).m(function(Command, cs, config, o) {
|
|
1751
|
+
var _DescribeRxNormInferenceJobCommand = class _DescribeRxNormInferenceJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1760
1752
|
return [
|
|
1761
1753
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1762
1754
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1770,9 +1762,7 @@ var DescribeRxNormInferenceJobCommand = _DescribeRxNormInferenceJobCommand;
|
|
|
1770
1762
|
|
|
1771
1763
|
|
|
1772
1764
|
|
|
1773
|
-
var _DescribeSNOMEDCTInferenceJobCommand = class _DescribeSNOMEDCTInferenceJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1774
|
-
...commonParams
|
|
1775
|
-
}).m(function(Command, cs, config, o) {
|
|
1765
|
+
var _DescribeSNOMEDCTInferenceJobCommand = class _DescribeSNOMEDCTInferenceJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1776
1766
|
return [
|
|
1777
1767
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1778
1768
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1786,9 +1776,7 @@ var DescribeSNOMEDCTInferenceJobCommand = _DescribeSNOMEDCTInferenceJobCommand;
|
|
|
1786
1776
|
|
|
1787
1777
|
|
|
1788
1778
|
|
|
1789
|
-
var _DetectEntitiesCommand = class _DetectEntitiesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1790
|
-
...commonParams
|
|
1791
|
-
}).m(function(Command, cs, config, o) {
|
|
1779
|
+
var _DetectEntitiesCommand = class _DetectEntitiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1792
1780
|
return [
|
|
1793
1781
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1794
1782
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1802,9 +1790,7 @@ var DetectEntitiesCommand = _DetectEntitiesCommand;
|
|
|
1802
1790
|
|
|
1803
1791
|
|
|
1804
1792
|
|
|
1805
|
-
var _DetectEntitiesV2Command = class _DetectEntitiesV2Command extends import_smithy_client.Command.classBuilder().ep({
|
|
1806
|
-
...commonParams
|
|
1807
|
-
}).m(function(Command, cs, config, o) {
|
|
1793
|
+
var _DetectEntitiesV2Command = class _DetectEntitiesV2Command extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1808
1794
|
return [
|
|
1809
1795
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1810
1796
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1818,9 +1804,7 @@ var DetectEntitiesV2Command = _DetectEntitiesV2Command;
|
|
|
1818
1804
|
|
|
1819
1805
|
|
|
1820
1806
|
|
|
1821
|
-
var _DetectPHICommand = class _DetectPHICommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1822
|
-
...commonParams
|
|
1823
|
-
}).m(function(Command, cs, config, o) {
|
|
1807
|
+
var _DetectPHICommand = class _DetectPHICommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1824
1808
|
return [
|
|
1825
1809
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1826
1810
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1834,9 +1818,7 @@ var DetectPHICommand = _DetectPHICommand;
|
|
|
1834
1818
|
|
|
1835
1819
|
|
|
1836
1820
|
|
|
1837
|
-
var _InferICD10CMCommand = class _InferICD10CMCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1838
|
-
...commonParams
|
|
1839
|
-
}).m(function(Command, cs, config, o) {
|
|
1821
|
+
var _InferICD10CMCommand = class _InferICD10CMCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1840
1822
|
return [
|
|
1841
1823
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1842
1824
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1850,9 +1832,7 @@ var InferICD10CMCommand = _InferICD10CMCommand;
|
|
|
1850
1832
|
|
|
1851
1833
|
|
|
1852
1834
|
|
|
1853
|
-
var _InferRxNormCommand = class _InferRxNormCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1854
|
-
...commonParams
|
|
1855
|
-
}).m(function(Command, cs, config, o) {
|
|
1835
|
+
var _InferRxNormCommand = class _InferRxNormCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1856
1836
|
return [
|
|
1857
1837
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1858
1838
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1866,9 +1846,7 @@ var InferRxNormCommand = _InferRxNormCommand;
|
|
|
1866
1846
|
|
|
1867
1847
|
|
|
1868
1848
|
|
|
1869
|
-
var _InferSNOMEDCTCommand = class _InferSNOMEDCTCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1870
|
-
...commonParams
|
|
1871
|
-
}).m(function(Command, cs, config, o) {
|
|
1849
|
+
var _InferSNOMEDCTCommand = class _InferSNOMEDCTCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1872
1850
|
return [
|
|
1873
1851
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1874
1852
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1882,9 +1860,7 @@ var InferSNOMEDCTCommand = _InferSNOMEDCTCommand;
|
|
|
1882
1860
|
|
|
1883
1861
|
|
|
1884
1862
|
|
|
1885
|
-
var _ListEntitiesDetectionV2JobsCommand = class _ListEntitiesDetectionV2JobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1886
|
-
...commonParams
|
|
1887
|
-
}).m(function(Command, cs, config, o) {
|
|
1863
|
+
var _ListEntitiesDetectionV2JobsCommand = class _ListEntitiesDetectionV2JobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1888
1864
|
return [
|
|
1889
1865
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1890
1866
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1898,9 +1874,7 @@ var ListEntitiesDetectionV2JobsCommand = _ListEntitiesDetectionV2JobsCommand;
|
|
|
1898
1874
|
|
|
1899
1875
|
|
|
1900
1876
|
|
|
1901
|
-
var _ListICD10CMInferenceJobsCommand = class _ListICD10CMInferenceJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1902
|
-
...commonParams
|
|
1903
|
-
}).m(function(Command, cs, config, o) {
|
|
1877
|
+
var _ListICD10CMInferenceJobsCommand = class _ListICD10CMInferenceJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1904
1878
|
return [
|
|
1905
1879
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1906
1880
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1914,9 +1888,7 @@ var ListICD10CMInferenceJobsCommand = _ListICD10CMInferenceJobsCommand;
|
|
|
1914
1888
|
|
|
1915
1889
|
|
|
1916
1890
|
|
|
1917
|
-
var _ListPHIDetectionJobsCommand = class _ListPHIDetectionJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1918
|
-
...commonParams
|
|
1919
|
-
}).m(function(Command, cs, config, o) {
|
|
1891
|
+
var _ListPHIDetectionJobsCommand = class _ListPHIDetectionJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1920
1892
|
return [
|
|
1921
1893
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1922
1894
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1930,9 +1902,7 @@ var ListPHIDetectionJobsCommand = _ListPHIDetectionJobsCommand;
|
|
|
1930
1902
|
|
|
1931
1903
|
|
|
1932
1904
|
|
|
1933
|
-
var _ListRxNormInferenceJobsCommand = class _ListRxNormInferenceJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1934
|
-
...commonParams
|
|
1935
|
-
}).m(function(Command, cs, config, o) {
|
|
1905
|
+
var _ListRxNormInferenceJobsCommand = class _ListRxNormInferenceJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1936
1906
|
return [
|
|
1937
1907
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1938
1908
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1946,9 +1916,7 @@ var ListRxNormInferenceJobsCommand = _ListRxNormInferenceJobsCommand;
|
|
|
1946
1916
|
|
|
1947
1917
|
|
|
1948
1918
|
|
|
1949
|
-
var _ListSNOMEDCTInferenceJobsCommand = class _ListSNOMEDCTInferenceJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1950
|
-
...commonParams
|
|
1951
|
-
}).m(function(Command, cs, config, o) {
|
|
1919
|
+
var _ListSNOMEDCTInferenceJobsCommand = class _ListSNOMEDCTInferenceJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1952
1920
|
return [
|
|
1953
1921
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1954
1922
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1962,9 +1930,7 @@ var ListSNOMEDCTInferenceJobsCommand = _ListSNOMEDCTInferenceJobsCommand;
|
|
|
1962
1930
|
|
|
1963
1931
|
|
|
1964
1932
|
|
|
1965
|
-
var _StartEntitiesDetectionV2JobCommand = class _StartEntitiesDetectionV2JobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1966
|
-
...commonParams
|
|
1967
|
-
}).m(function(Command, cs, config, o) {
|
|
1933
|
+
var _StartEntitiesDetectionV2JobCommand = class _StartEntitiesDetectionV2JobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1968
1934
|
return [
|
|
1969
1935
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1970
1936
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1978,9 +1944,7 @@ var StartEntitiesDetectionV2JobCommand = _StartEntitiesDetectionV2JobCommand;
|
|
|
1978
1944
|
|
|
1979
1945
|
|
|
1980
1946
|
|
|
1981
|
-
var _StartICD10CMInferenceJobCommand = class _StartICD10CMInferenceJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1982
|
-
...commonParams
|
|
1983
|
-
}).m(function(Command, cs, config, o) {
|
|
1947
|
+
var _StartICD10CMInferenceJobCommand = class _StartICD10CMInferenceJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1984
1948
|
return [
|
|
1985
1949
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1986
1950
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1994,9 +1958,7 @@ var StartICD10CMInferenceJobCommand = _StartICD10CMInferenceJobCommand;
|
|
|
1994
1958
|
|
|
1995
1959
|
|
|
1996
1960
|
|
|
1997
|
-
var _StartPHIDetectionJobCommand = class _StartPHIDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1998
|
-
...commonParams
|
|
1999
|
-
}).m(function(Command, cs, config, o) {
|
|
1961
|
+
var _StartPHIDetectionJobCommand = class _StartPHIDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2000
1962
|
return [
|
|
2001
1963
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2002
1964
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2010,9 +1972,7 @@ var StartPHIDetectionJobCommand = _StartPHIDetectionJobCommand;
|
|
|
2010
1972
|
|
|
2011
1973
|
|
|
2012
1974
|
|
|
2013
|
-
var _StartRxNormInferenceJobCommand = class _StartRxNormInferenceJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2014
|
-
...commonParams
|
|
2015
|
-
}).m(function(Command, cs, config, o) {
|
|
1975
|
+
var _StartRxNormInferenceJobCommand = class _StartRxNormInferenceJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2016
1976
|
return [
|
|
2017
1977
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2018
1978
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2026,9 +1986,7 @@ var StartRxNormInferenceJobCommand = _StartRxNormInferenceJobCommand;
|
|
|
2026
1986
|
|
|
2027
1987
|
|
|
2028
1988
|
|
|
2029
|
-
var _StartSNOMEDCTInferenceJobCommand = class _StartSNOMEDCTInferenceJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2030
|
-
...commonParams
|
|
2031
|
-
}).m(function(Command, cs, config, o) {
|
|
1989
|
+
var _StartSNOMEDCTInferenceJobCommand = class _StartSNOMEDCTInferenceJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2032
1990
|
return [
|
|
2033
1991
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2034
1992
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2042,9 +2000,7 @@ var StartSNOMEDCTInferenceJobCommand = _StartSNOMEDCTInferenceJobCommand;
|
|
|
2042
2000
|
|
|
2043
2001
|
|
|
2044
2002
|
|
|
2045
|
-
var _StopEntitiesDetectionV2JobCommand = class _StopEntitiesDetectionV2JobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2046
|
-
...commonParams
|
|
2047
|
-
}).m(function(Command, cs, config, o) {
|
|
2003
|
+
var _StopEntitiesDetectionV2JobCommand = class _StopEntitiesDetectionV2JobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2048
2004
|
return [
|
|
2049
2005
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2050
2006
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2058,9 +2014,7 @@ var StopEntitiesDetectionV2JobCommand = _StopEntitiesDetectionV2JobCommand;
|
|
|
2058
2014
|
|
|
2059
2015
|
|
|
2060
2016
|
|
|
2061
|
-
var _StopICD10CMInferenceJobCommand = class _StopICD10CMInferenceJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2062
|
-
...commonParams
|
|
2063
|
-
}).m(function(Command, cs, config, o) {
|
|
2017
|
+
var _StopICD10CMInferenceJobCommand = class _StopICD10CMInferenceJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2064
2018
|
return [
|
|
2065
2019
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2066
2020
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2074,9 +2028,7 @@ var StopICD10CMInferenceJobCommand = _StopICD10CMInferenceJobCommand;
|
|
|
2074
2028
|
|
|
2075
2029
|
|
|
2076
2030
|
|
|
2077
|
-
var _StopPHIDetectionJobCommand = class _StopPHIDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2078
|
-
...commonParams
|
|
2079
|
-
}).m(function(Command, cs, config, o) {
|
|
2031
|
+
var _StopPHIDetectionJobCommand = class _StopPHIDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2080
2032
|
return [
|
|
2081
2033
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2082
2034
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2090,9 +2042,7 @@ var StopPHIDetectionJobCommand = _StopPHIDetectionJobCommand;
|
|
|
2090
2042
|
|
|
2091
2043
|
|
|
2092
2044
|
|
|
2093
|
-
var _StopRxNormInferenceJobCommand = class _StopRxNormInferenceJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2094
|
-
...commonParams
|
|
2095
|
-
}).m(function(Command, cs, config, o) {
|
|
2045
|
+
var _StopRxNormInferenceJobCommand = class _StopRxNormInferenceJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2096
2046
|
return [
|
|
2097
2047
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2098
2048
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2106,9 +2056,7 @@ var StopRxNormInferenceJobCommand = _StopRxNormInferenceJobCommand;
|
|
|
2106
2056
|
|
|
2107
2057
|
|
|
2108
2058
|
|
|
2109
|
-
var _StopSNOMEDCTInferenceJobCommand = class _StopSNOMEDCTInferenceJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2110
|
-
...commonParams
|
|
2111
|
-
}).m(function(Command, cs, config, o) {
|
|
2059
|
+
var _StopSNOMEDCTInferenceJobCommand = class _StopSNOMEDCTInferenceJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2112
2060
|
return [
|
|
2113
2061
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2114
2062
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_DescribeEntitiesDetectionV2JobCommand, se_DescribeEntitiesDetectionV
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeEntitiesDetectionV2JobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeICD10CMInferenceJobCommand, se_DescribeICD10CMInferenceJobCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeICD10CMInferenceJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribePHIDetectionJobCommand, se_DescribePHIDetectionJobCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribePHIDetectionJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeRxNormInferenceJobCommand, se_DescribeRxNormInferenceJobComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeRxNormInferenceJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeSNOMEDCTInferenceJobCommand, se_DescribeSNOMEDCTInferenceJob
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeSNOMEDCTInferenceJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DetectEntitiesCommand, se_DetectEntitiesCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DetectEntitiesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DetectEntitiesV2Command, se_DetectEntitiesV2Command } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DetectEntitiesV2Command extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DetectPHICommand, se_DetectPHICommand } from "../protocols/Aws_json1
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DetectPHICommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_InferICD10CMCommand, se_InferICD10CMCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class InferICD10CMCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_InferRxNormCommand, se_InferRxNormCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class InferRxNormCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_InferSNOMEDCTCommand, se_InferSNOMEDCTCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class InferSNOMEDCTCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListEntitiesDetectionV2JobsCommand, se_ListEntitiesDetectionV2JobsCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListEntitiesDetectionV2JobsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListICD10CMInferenceJobsCommand, se_ListICD10CMInferenceJobsCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListICD10CMInferenceJobsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListPHIDetectionJobsCommand, se_ListPHIDetectionJobsCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListPHIDetectionJobsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListRxNormInferenceJobsCommand, se_ListRxNormInferenceJobsCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListRxNormInferenceJobsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListSNOMEDCTInferenceJobsCommand, se_ListSNOMEDCTInferenceJobsComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListSNOMEDCTInferenceJobsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StartEntitiesDetectionV2JobCommand, se_StartEntitiesDetectionV2JobCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartEntitiesDetectionV2JobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StartICD10CMInferenceJobCommand, se_StartICD10CMInferenceJobCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartICD10CMInferenceJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StartPHIDetectionJobCommand, se_StartPHIDetectionJobCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartPHIDetectionJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StartRxNormInferenceJobCommand, se_StartRxNormInferenceJobCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartRxNormInferenceJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StartSNOMEDCTInferenceJobCommand, se_StartSNOMEDCTInferenceJobComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartSNOMEDCTInferenceJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StopEntitiesDetectionV2JobCommand, se_StopEntitiesDetectionV2JobComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StopEntitiesDetectionV2JobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StopICD10CMInferenceJobCommand, se_StopICD10CMInferenceJobCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StopICD10CMInferenceJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StopPHIDetectionJobCommand, se_StopPHIDetectionJobCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StopPHIDetectionJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StopRxNormInferenceJobCommand, se_StopRxNormInferenceJobCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StopRxNormInferenceJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StopSNOMEDCTInferenceJobCommand, se_StopSNOMEDCTInferenceJobCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StopSNOMEDCTInferenceJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
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.650.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": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|