@aws-sdk/client-machine-learning 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.
Files changed (61) hide show
  1. package/dist-cjs/index.js +0 -28
  2. package/dist-types/commands/AddTagsCommand.d.ts +2 -1
  3. package/dist-types/commands/CreateBatchPredictionCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateDataSourceFromRDSCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateDataSourceFromRedshiftCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateDataSourceFromS3Command.d.ts +2 -1
  7. package/dist-types/commands/CreateEvaluationCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateMLModelCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateRealtimeEndpointCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteBatchPredictionCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteDataSourceCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteEvaluationCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteMLModelCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteRealtimeEndpointCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteTagsCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeBatchPredictionsCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeDataSourcesCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeEvaluationsCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeMLModelsCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeTagsCommand.d.ts +2 -1
  21. package/dist-types/commands/GetBatchPredictionCommand.d.ts +2 -1
  22. package/dist-types/commands/GetDataSourceCommand.d.ts +2 -1
  23. package/dist-types/commands/GetEvaluationCommand.d.ts +2 -1
  24. package/dist-types/commands/GetMLModelCommand.d.ts +2 -1
  25. package/dist-types/commands/PredictCommand.d.ts +2 -1
  26. package/dist-types/commands/UpdateBatchPredictionCommand.d.ts +2 -1
  27. package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -1
  28. package/dist-types/commands/UpdateEvaluationCommand.d.ts +2 -1
  29. package/dist-types/commands/UpdateMLModelCommand.d.ts +2 -1
  30. package/dist-types/index.d.ts +2 -2
  31. package/dist-types/models/MachineLearningServiceException.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/CreateBatchPredictionCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/CreateDataSourceFromRDSCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/CreateDataSourceFromRedshiftCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/CreateDataSourceFromS3Command.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/CreateEvaluationCommand.d.ts +2 -1
  38. package/dist-types/ts3.4/commands/CreateMLModelCommand.d.ts +2 -1
  39. package/dist-types/ts3.4/commands/CreateRealtimeEndpointCommand.d.ts +2 -1
  40. package/dist-types/ts3.4/commands/DeleteBatchPredictionCommand.d.ts +2 -1
  41. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +2 -1
  42. package/dist-types/ts3.4/commands/DeleteEvaluationCommand.d.ts +2 -1
  43. package/dist-types/ts3.4/commands/DeleteMLModelCommand.d.ts +2 -1
  44. package/dist-types/ts3.4/commands/DeleteRealtimeEndpointCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +2 -1
  46. package/dist-types/ts3.4/commands/DescribeBatchPredictionsCommand.d.ts +2 -1
  47. package/dist-types/ts3.4/commands/DescribeDataSourcesCommand.d.ts +2 -1
  48. package/dist-types/ts3.4/commands/DescribeEvaluationsCommand.d.ts +2 -1
  49. package/dist-types/ts3.4/commands/DescribeMLModelsCommand.d.ts +2 -1
  50. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +2 -1
  51. package/dist-types/ts3.4/commands/GetBatchPredictionCommand.d.ts +2 -1
  52. package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +2 -1
  53. package/dist-types/ts3.4/commands/GetEvaluationCommand.d.ts +2 -1
  54. package/dist-types/ts3.4/commands/GetMLModelCommand.d.ts +2 -1
  55. package/dist-types/ts3.4/commands/PredictCommand.d.ts +2 -1
  56. package/dist-types/ts3.4/commands/UpdateBatchPredictionCommand.d.ts +2 -1
  57. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +2 -1
  58. package/dist-types/ts3.4/commands/UpdateEvaluationCommand.d.ts +2 -1
  59. package/dist-types/ts3.4/commands/UpdateMLModelCommand.d.ts +2 -1
  60. package/dist-types/ts3.4/models/MachineLearningServiceException.d.ts +2 -1
  61. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -243,7 +243,6 @@ var MachineLearningClient = _MachineLearningClient;
243
243
 
244
244
  var import_middleware_serde = require("@smithy/middleware-serde");
245
245
 
246
- var import_types = require("@smithy/types");
247
246
 
248
247
  // src/protocols/Aws_json1_1.ts
249
248
  var import_core2 = require("@aws-sdk/core");
@@ -1475,7 +1474,6 @@ var AddTagsCommand = _AddTagsCommand;
1475
1474
 
1476
1475
 
1477
1476
 
1478
-
1479
1477
  var _CreateBatchPredictionCommand = class _CreateBatchPredictionCommand extends import_smithy_client.Command.classBuilder().ep({
1480
1478
  ...commonParams
1481
1479
  }).m(function(Command, cs, config, o) {
@@ -1492,7 +1490,6 @@ var CreateBatchPredictionCommand = _CreateBatchPredictionCommand;
1492
1490
 
1493
1491
 
1494
1492
 
1495
-
1496
1493
  var _CreateDataSourceFromRDSCommand = class _CreateDataSourceFromRDSCommand extends import_smithy_client.Command.classBuilder().ep({
1497
1494
  ...commonParams
1498
1495
  }).m(function(Command, cs, config, o) {
@@ -1509,7 +1506,6 @@ var CreateDataSourceFromRDSCommand = _CreateDataSourceFromRDSCommand;
1509
1506
 
1510
1507
 
1511
1508
 
1512
-
1513
1509
  var _CreateDataSourceFromRedshiftCommand = class _CreateDataSourceFromRedshiftCommand extends import_smithy_client.Command.classBuilder().ep({
1514
1510
  ...commonParams
1515
1511
  }).m(function(Command, cs, config, o) {
@@ -1526,7 +1522,6 @@ var CreateDataSourceFromRedshiftCommand = _CreateDataSourceFromRedshiftCommand;
1526
1522
 
1527
1523
 
1528
1524
 
1529
-
1530
1525
  var _CreateDataSourceFromS3Command = class _CreateDataSourceFromS3Command extends import_smithy_client.Command.classBuilder().ep({
1531
1526
  ...commonParams
1532
1527
  }).m(function(Command, cs, config, o) {
@@ -1543,7 +1538,6 @@ var CreateDataSourceFromS3Command = _CreateDataSourceFromS3Command;
1543
1538
 
1544
1539
 
1545
1540
 
1546
-
1547
1541
  var _CreateEvaluationCommand = class _CreateEvaluationCommand extends import_smithy_client.Command.classBuilder().ep({
1548
1542
  ...commonParams
1549
1543
  }).m(function(Command, cs, config, o) {
@@ -1560,7 +1554,6 @@ var CreateEvaluationCommand = _CreateEvaluationCommand;
1560
1554
 
1561
1555
 
1562
1556
 
1563
-
1564
1557
  var _CreateMLModelCommand = class _CreateMLModelCommand extends import_smithy_client.Command.classBuilder().ep({
1565
1558
  ...commonParams
1566
1559
  }).m(function(Command, cs, config, o) {
@@ -1577,7 +1570,6 @@ var CreateMLModelCommand = _CreateMLModelCommand;
1577
1570
 
1578
1571
 
1579
1572
 
1580
-
1581
1573
  var _CreateRealtimeEndpointCommand = class _CreateRealtimeEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
1582
1574
  ...commonParams
1583
1575
  }).m(function(Command, cs, config, o) {
@@ -1594,7 +1586,6 @@ var CreateRealtimeEndpointCommand = _CreateRealtimeEndpointCommand;
1594
1586
 
1595
1587
 
1596
1588
 
1597
-
1598
1589
  var _DeleteBatchPredictionCommand = class _DeleteBatchPredictionCommand extends import_smithy_client.Command.classBuilder().ep({
1599
1590
  ...commonParams
1600
1591
  }).m(function(Command, cs, config, o) {
@@ -1611,7 +1602,6 @@ var DeleteBatchPredictionCommand = _DeleteBatchPredictionCommand;
1611
1602
 
1612
1603
 
1613
1604
 
1614
-
1615
1605
  var _DeleteDataSourceCommand = class _DeleteDataSourceCommand extends import_smithy_client.Command.classBuilder().ep({
1616
1606
  ...commonParams
1617
1607
  }).m(function(Command, cs, config, o) {
@@ -1628,7 +1618,6 @@ var DeleteDataSourceCommand = _DeleteDataSourceCommand;
1628
1618
 
1629
1619
 
1630
1620
 
1631
-
1632
1621
  var _DeleteEvaluationCommand = class _DeleteEvaluationCommand extends import_smithy_client.Command.classBuilder().ep({
1633
1622
  ...commonParams
1634
1623
  }).m(function(Command, cs, config, o) {
@@ -1645,7 +1634,6 @@ var DeleteEvaluationCommand = _DeleteEvaluationCommand;
1645
1634
 
1646
1635
 
1647
1636
 
1648
-
1649
1637
  var _DeleteMLModelCommand = class _DeleteMLModelCommand extends import_smithy_client.Command.classBuilder().ep({
1650
1638
  ...commonParams
1651
1639
  }).m(function(Command, cs, config, o) {
@@ -1662,7 +1650,6 @@ var DeleteMLModelCommand = _DeleteMLModelCommand;
1662
1650
 
1663
1651
 
1664
1652
 
1665
-
1666
1653
  var _DeleteRealtimeEndpointCommand = class _DeleteRealtimeEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
1667
1654
  ...commonParams
1668
1655
  }).m(function(Command, cs, config, o) {
@@ -1679,7 +1666,6 @@ var DeleteRealtimeEndpointCommand = _DeleteRealtimeEndpointCommand;
1679
1666
 
1680
1667
 
1681
1668
 
1682
-
1683
1669
  var _DeleteTagsCommand = class _DeleteTagsCommand extends import_smithy_client.Command.classBuilder().ep({
1684
1670
  ...commonParams
1685
1671
  }).m(function(Command, cs, config, o) {
@@ -1696,7 +1682,6 @@ var DeleteTagsCommand = _DeleteTagsCommand;
1696
1682
 
1697
1683
 
1698
1684
 
1699
-
1700
1685
  var _DescribeBatchPredictionsCommand = class _DescribeBatchPredictionsCommand extends import_smithy_client.Command.classBuilder().ep({
1701
1686
  ...commonParams
1702
1687
  }).m(function(Command, cs, config, o) {
@@ -1713,7 +1698,6 @@ var DescribeBatchPredictionsCommand = _DescribeBatchPredictionsCommand;
1713
1698
 
1714
1699
 
1715
1700
 
1716
-
1717
1701
  var _DescribeDataSourcesCommand = class _DescribeDataSourcesCommand extends import_smithy_client.Command.classBuilder().ep({
1718
1702
  ...commonParams
1719
1703
  }).m(function(Command, cs, config, o) {
@@ -1730,7 +1714,6 @@ var DescribeDataSourcesCommand = _DescribeDataSourcesCommand;
1730
1714
 
1731
1715
 
1732
1716
 
1733
-
1734
1717
  var _DescribeEvaluationsCommand = class _DescribeEvaluationsCommand extends import_smithy_client.Command.classBuilder().ep({
1735
1718
  ...commonParams
1736
1719
  }).m(function(Command, cs, config, o) {
@@ -1747,7 +1730,6 @@ var DescribeEvaluationsCommand = _DescribeEvaluationsCommand;
1747
1730
 
1748
1731
 
1749
1732
 
1750
-
1751
1733
  var _DescribeMLModelsCommand = class _DescribeMLModelsCommand extends import_smithy_client.Command.classBuilder().ep({
1752
1734
  ...commonParams
1753
1735
  }).m(function(Command, cs, config, o) {
@@ -1764,7 +1746,6 @@ var DescribeMLModelsCommand = _DescribeMLModelsCommand;
1764
1746
 
1765
1747
 
1766
1748
 
1767
-
1768
1749
  var _DescribeTagsCommand = class _DescribeTagsCommand extends import_smithy_client.Command.classBuilder().ep({
1769
1750
  ...commonParams
1770
1751
  }).m(function(Command, cs, config, o) {
@@ -1781,7 +1762,6 @@ var DescribeTagsCommand = _DescribeTagsCommand;
1781
1762
 
1782
1763
 
1783
1764
 
1784
-
1785
1765
  var _GetBatchPredictionCommand = class _GetBatchPredictionCommand extends import_smithy_client.Command.classBuilder().ep({
1786
1766
  ...commonParams
1787
1767
  }).m(function(Command, cs, config, o) {
@@ -1798,7 +1778,6 @@ var GetBatchPredictionCommand = _GetBatchPredictionCommand;
1798
1778
 
1799
1779
 
1800
1780
 
1801
-
1802
1781
  var _GetDataSourceCommand = class _GetDataSourceCommand extends import_smithy_client.Command.classBuilder().ep({
1803
1782
  ...commonParams
1804
1783
  }).m(function(Command, cs, config, o) {
@@ -1815,7 +1794,6 @@ var GetDataSourceCommand = _GetDataSourceCommand;
1815
1794
 
1816
1795
 
1817
1796
 
1818
-
1819
1797
  var _GetEvaluationCommand = class _GetEvaluationCommand extends import_smithy_client.Command.classBuilder().ep({
1820
1798
  ...commonParams
1821
1799
  }).m(function(Command, cs, config, o) {
@@ -1832,7 +1810,6 @@ var GetEvaluationCommand = _GetEvaluationCommand;
1832
1810
 
1833
1811
 
1834
1812
 
1835
-
1836
1813
  var _GetMLModelCommand = class _GetMLModelCommand extends import_smithy_client.Command.classBuilder().ep({
1837
1814
  ...commonParams
1838
1815
  }).m(function(Command, cs, config, o) {
@@ -1850,7 +1827,6 @@ var import_middleware_sdk_machinelearning = require("@aws-sdk/middleware-sdk-mac
1850
1827
 
1851
1828
 
1852
1829
 
1853
-
1854
1830
  var _PredictCommand = class _PredictCommand extends import_smithy_client.Command.classBuilder().ep({
1855
1831
  ...commonParams
1856
1832
  }).m(function(Command, cs, config, o) {
@@ -1868,7 +1844,6 @@ var PredictCommand = _PredictCommand;
1868
1844
 
1869
1845
 
1870
1846
 
1871
-
1872
1847
  var _UpdateBatchPredictionCommand = class _UpdateBatchPredictionCommand extends import_smithy_client.Command.classBuilder().ep({
1873
1848
  ...commonParams
1874
1849
  }).m(function(Command, cs, config, o) {
@@ -1885,7 +1860,6 @@ var UpdateBatchPredictionCommand = _UpdateBatchPredictionCommand;
1885
1860
 
1886
1861
 
1887
1862
 
1888
-
1889
1863
  var _UpdateDataSourceCommand = class _UpdateDataSourceCommand extends import_smithy_client.Command.classBuilder().ep({
1890
1864
  ...commonParams
1891
1865
  }).m(function(Command, cs, config, o) {
@@ -1902,7 +1876,6 @@ var UpdateDataSourceCommand = _UpdateDataSourceCommand;
1902
1876
 
1903
1877
 
1904
1878
 
1905
-
1906
1879
  var _UpdateEvaluationCommand = class _UpdateEvaluationCommand extends import_smithy_client.Command.classBuilder().ep({
1907
1880
  ...commonParams
1908
1881
  }).m(function(Command, cs, config, o) {
@@ -1919,7 +1892,6 @@ var UpdateEvaluationCommand = _UpdateEvaluationCommand;
1919
1892
 
1920
1893
 
1921
1894
 
1922
-
1923
1895
  var _UpdateMLModelCommand = class _UpdateMLModelCommand extends import_smithy_client.Command.classBuilder().ep({
1924
1896
  ...commonParams
1925
1897
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { AddTagsInput, AddTagsOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateBatchPredictionInput, CreateBatchPredictionOutput } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateDataSourceFromRDSInput, CreateDataSourceFromRDSOutput } from "../
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateDataSourceFromRedshiftInput, CreateDataSourceFromRedshiftOutput }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateDataSourceFromS3Input, CreateDataSourceFromS3Output } from "../mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateEvaluationInput, CreateEvaluationOutput } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateMLModelInput, CreateMLModelOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateRealtimeEndpointInput, CreateRealtimeEndpointOutput } from "../mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteBatchPredictionInput, DeleteBatchPredictionOutput } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteDataSourceInput, DeleteDataSourceOutput } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteEvaluationInput, DeleteEvaluationOutput } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteMLModelInput, DeleteMLModelOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteRealtimeEndpointInput, DeleteRealtimeEndpointOutput } from "../mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteTagsInput, DeleteTagsOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeBatchPredictionsInput, DescribeBatchPredictionsOutput } from ".
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeDataSourcesInput, DescribeDataSourcesOutput } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeEvaluationsInput, DescribeEvaluationsOutput } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeMLModelsInput, DescribeMLModelsOutput } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeTagsInput, DescribeTagsOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetBatchPredictionInput, GetBatchPredictionOutput } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetDataSourceInput, GetDataSourceOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetEvaluationInput, GetEvaluationOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetMLModelInput, GetMLModelOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { PredictInput, PredictOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateBatchPredictionInput, UpdateBatchPredictionOutput } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateDataSourceInput, UpdateDataSourceOutput } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateEvaluationInput, UpdateEvaluationOutput } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateMLModelInput, UpdateMLModelOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -7,8 +7,8 @@
7
7
  export * from "./MachineLearningClient";
8
8
  export * from "./MachineLearning";
9
9
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
10
- export { RuntimeExtension } from "./runtimeExtensions";
11
- export { MachineLearningExtensionConfiguration } from "./extensionConfiguration";
10
+ export type { RuntimeExtension } from "./runtimeExtensions";
11
+ export type { MachineLearningExtensionConfiguration } from "./extensionConfiguration";
12
12
  export * from "./commands";
13
13
  export * from "./pagination";
14
14
  export * from "./waiters";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../MachineLearningClient";
8
8
  import { AddTagsInput, AddTagsOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface AddTagsCommandInput extends AddTagsInput {}
11
12
  export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {}
12
13
  declare const AddTagsCommand_base: {
@@ -9,7 +9,8 @@ import {
9
9
  CreateBatchPredictionInput,
10
10
  CreateBatchPredictionOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateBatchPredictionCommandInput
14
15
  extends CreateBatchPredictionInput {}
15
16
  export interface CreateBatchPredictionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreateDataSourceFromRDSInput,
10
10
  CreateDataSourceFromRDSOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateDataSourceFromRDSCommandInput
14
15
  extends CreateDataSourceFromRDSInput {}
15
16
  export interface CreateDataSourceFromRDSCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreateDataSourceFromRedshiftInput,
10
10
  CreateDataSourceFromRedshiftOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateDataSourceFromRedshiftCommandInput
14
15
  extends CreateDataSourceFromRedshiftInput {}
15
16
  export interface CreateDataSourceFromRedshiftCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreateDataSourceFromS3Input,
10
10
  CreateDataSourceFromS3Output,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateDataSourceFromS3CommandInput
14
15
  extends CreateDataSourceFromS3Input {}
15
16
  export interface CreateDataSourceFromS3CommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreateEvaluationInput,
10
10
  CreateEvaluationOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateEvaluationCommandInput extends CreateEvaluationInput {}
14
15
  export interface CreateEvaluationCommandOutput
15
16
  extends CreateEvaluationOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../MachineLearningClient";
8
8
  import { CreateMLModelInput, CreateMLModelOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateMLModelCommandInput extends CreateMLModelInput {}
11
12
  export interface CreateMLModelCommandOutput
12
13
  extends CreateMLModelOutput,
@@ -9,7 +9,8 @@ import {
9
9
  CreateRealtimeEndpointInput,
10
10
  CreateRealtimeEndpointOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateRealtimeEndpointCommandInput
14
15
  extends CreateRealtimeEndpointInput {}
15
16
  export interface CreateRealtimeEndpointCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteBatchPredictionInput,
10
10
  DeleteBatchPredictionOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteBatchPredictionCommandInput
14
15
  extends DeleteBatchPredictionInput {}
15
16
  export interface DeleteBatchPredictionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteDataSourceInput,
10
10
  DeleteDataSourceOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteDataSourceCommandInput extends DeleteDataSourceInput {}
14
15
  export interface DeleteDataSourceCommandOutput
15
16
  extends DeleteDataSourceOutput,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteEvaluationInput,
10
10
  DeleteEvaluationOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteEvaluationCommandInput extends DeleteEvaluationInput {}
14
15
  export interface DeleteEvaluationCommandOutput
15
16
  extends DeleteEvaluationOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../MachineLearningClient";
8
8
  import { DeleteMLModelInput, DeleteMLModelOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteMLModelCommandInput extends DeleteMLModelInput {}
11
12
  export interface DeleteMLModelCommandOutput
12
13
  extends DeleteMLModelOutput,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteRealtimeEndpointInput,
10
10
  DeleteRealtimeEndpointOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteRealtimeEndpointCommandInput
14
15
  extends DeleteRealtimeEndpointInput {}
15
16
  export interface DeleteRealtimeEndpointCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../MachineLearningClient";
8
8
  import { DeleteTagsInput, DeleteTagsOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteTagsCommandInput extends DeleteTagsInput {}
11
12
  export interface DeleteTagsCommandOutput
12
13
  extends DeleteTagsOutput,
@@ -9,7 +9,8 @@ import {
9
9
  DescribeBatchPredictionsInput,
10
10
  DescribeBatchPredictionsOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeBatchPredictionsCommandInput
14
15
  extends DescribeBatchPredictionsInput {}
15
16
  export interface DescribeBatchPredictionsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeDataSourcesInput,
10
10
  DescribeDataSourcesOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeDataSourcesCommandInput
14
15
  extends DescribeDataSourcesInput {}
15
16
  export interface DescribeDataSourcesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeEvaluationsInput,
10
10
  DescribeEvaluationsOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeEvaluationsCommandInput
14
15
  extends DescribeEvaluationsInput {}
15
16
  export interface DescribeEvaluationsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeMLModelsInput,
10
10
  DescribeMLModelsOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeMLModelsCommandInput extends DescribeMLModelsInput {}
14
15
  export interface DescribeMLModelsCommandOutput
15
16
  extends DescribeMLModelsOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../MachineLearningClient";
8
8
  import { DescribeTagsInput, DescribeTagsOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DescribeTagsCommandInput extends DescribeTagsInput {}
11
12
  export interface DescribeTagsCommandOutput
12
13
  extends DescribeTagsOutput,
@@ -9,7 +9,8 @@ import {
9
9
  GetBatchPredictionInput,
10
10
  GetBatchPredictionOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetBatchPredictionCommandInput
14
15
  extends GetBatchPredictionInput {}
15
16
  export interface GetBatchPredictionCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../MachineLearningClient";
8
8
  import { GetDataSourceInput, GetDataSourceOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetDataSourceCommandInput extends GetDataSourceInput {}
11
12
  export interface GetDataSourceCommandOutput
12
13
  extends GetDataSourceOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../MachineLearningClient";
8
8
  import { GetEvaluationInput, GetEvaluationOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetEvaluationCommandInput extends GetEvaluationInput {}
11
12
  export interface GetEvaluationCommandOutput
12
13
  extends GetEvaluationOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../MachineLearningClient";
8
8
  import { GetMLModelInput, GetMLModelOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetMLModelCommandInput extends GetMLModelInput {}
11
12
  export interface GetMLModelCommandOutput
12
13
  extends GetMLModelOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../MachineLearningClient";
8
8
  import { PredictInput, PredictOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface PredictCommandInput extends PredictInput {}
11
12
  export interface PredictCommandOutput extends PredictOutput, __MetadataBearer {}
12
13
  declare const PredictCommand_base: {
@@ -9,7 +9,8 @@ import {
9
9
  UpdateBatchPredictionInput,
10
10
  UpdateBatchPredictionOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateBatchPredictionCommandInput
14
15
  extends UpdateBatchPredictionInput {}
15
16
  export interface UpdateBatchPredictionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  UpdateDataSourceInput,
10
10
  UpdateDataSourceOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateDataSourceCommandInput extends UpdateDataSourceInput {}
14
15
  export interface UpdateDataSourceCommandOutput
15
16
  extends UpdateDataSourceOutput,
@@ -9,7 +9,8 @@ import {
9
9
  UpdateEvaluationInput,
10
10
  UpdateEvaluationOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateEvaluationCommandInput extends UpdateEvaluationInput {}
14
15
  export interface UpdateEvaluationCommandOutput
15
16
  extends UpdateEvaluationOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../MachineLearningClient";
8
8
  import { UpdateMLModelInput, UpdateMLModelOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UpdateMLModelCommandInput extends UpdateMLModelInput {}
11
12
  export interface UpdateMLModelCommandOutput
12
13
  extends UpdateMLModelOutput,
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class MachineLearningServiceException 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-machine-learning",
3
3
  "description": "AWS SDK for JavaScript Machine Learning Client for Node.js, Browser and React Native",
4
- "version": "3.590.0",
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-machine-learning",
@@ -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.590.0",
24
- "@aws-sdk/client-sts": "3.590.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.590.0",
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",
@@ -35,7 +35,7 @@
35
35
  "@aws-sdk/util-user-agent-browser": "3.577.0",
36
36
  "@aws-sdk/util-user-agent-node": "3.587.0",
37
37
  "@smithy/config-resolver": "^3.0.1",
38
- "@smithy/core": "^2.1.1",
38
+ "@smithy/core": "^2.2.0",
39
39
  "@smithy/fetch-http-handler": "^3.0.1",
40
40
  "@smithy/hash-node": "^3.0.0",
41
41
  "@smithy/invalid-dependency": "^3.0.0",