@aws-sdk/client-machine-learning 3.335.0 → 3.338.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 (125) hide show
  1. package/dist-cjs/MachineLearningClient.js +2 -1
  2. package/dist-cjs/commands/AddTagsCommand.js +2 -1
  3. package/dist-cjs/commands/CreateBatchPredictionCommand.js +2 -1
  4. package/dist-cjs/commands/CreateDataSourceFromRDSCommand.js +2 -1
  5. package/dist-cjs/commands/CreateDataSourceFromRedshiftCommand.js +2 -1
  6. package/dist-cjs/commands/CreateDataSourceFromS3Command.js +2 -1
  7. package/dist-cjs/commands/CreateEvaluationCommand.js +2 -1
  8. package/dist-cjs/commands/CreateMLModelCommand.js +2 -1
  9. package/dist-cjs/commands/CreateRealtimeEndpointCommand.js +2 -1
  10. package/dist-cjs/commands/DeleteBatchPredictionCommand.js +2 -1
  11. package/dist-cjs/commands/DeleteDataSourceCommand.js +2 -1
  12. package/dist-cjs/commands/DeleteEvaluationCommand.js +2 -1
  13. package/dist-cjs/commands/DeleteMLModelCommand.js +2 -1
  14. package/dist-cjs/commands/DeleteRealtimeEndpointCommand.js +2 -1
  15. package/dist-cjs/commands/DeleteTagsCommand.js +2 -1
  16. package/dist-cjs/commands/DescribeBatchPredictionsCommand.js +2 -1
  17. package/dist-cjs/commands/DescribeDataSourcesCommand.js +2 -1
  18. package/dist-cjs/commands/DescribeEvaluationsCommand.js +2 -1
  19. package/dist-cjs/commands/DescribeMLModelsCommand.js +2 -1
  20. package/dist-cjs/commands/DescribeTagsCommand.js +2 -1
  21. package/dist-cjs/commands/GetBatchPredictionCommand.js +2 -1
  22. package/dist-cjs/commands/GetDataSourceCommand.js +2 -1
  23. package/dist-cjs/commands/GetEvaluationCommand.js +2 -1
  24. package/dist-cjs/commands/GetMLModelCommand.js +2 -1
  25. package/dist-cjs/commands/PredictCommand.js +2 -1
  26. package/dist-cjs/commands/UpdateBatchPredictionCommand.js +2 -1
  27. package/dist-cjs/commands/UpdateDataSourceCommand.js +2 -1
  28. package/dist-cjs/commands/UpdateEvaluationCommand.js +2 -1
  29. package/dist-cjs/commands/UpdateMLModelCommand.js +2 -1
  30. package/dist-cjs/index.js +2 -2
  31. package/dist-cjs/models/MachineLearningServiceException.js +2 -1
  32. package/dist-es/MachineLearningClient.js +1 -0
  33. package/dist-es/commands/AddTagsCommand.js +1 -0
  34. package/dist-es/commands/CreateBatchPredictionCommand.js +1 -0
  35. package/dist-es/commands/CreateDataSourceFromRDSCommand.js +1 -0
  36. package/dist-es/commands/CreateDataSourceFromRedshiftCommand.js +1 -0
  37. package/dist-es/commands/CreateDataSourceFromS3Command.js +1 -0
  38. package/dist-es/commands/CreateEvaluationCommand.js +1 -0
  39. package/dist-es/commands/CreateMLModelCommand.js +1 -0
  40. package/dist-es/commands/CreateRealtimeEndpointCommand.js +1 -0
  41. package/dist-es/commands/DeleteBatchPredictionCommand.js +1 -0
  42. package/dist-es/commands/DeleteDataSourceCommand.js +1 -0
  43. package/dist-es/commands/DeleteEvaluationCommand.js +1 -0
  44. package/dist-es/commands/DeleteMLModelCommand.js +1 -0
  45. package/dist-es/commands/DeleteRealtimeEndpointCommand.js +1 -0
  46. package/dist-es/commands/DeleteTagsCommand.js +1 -0
  47. package/dist-es/commands/DescribeBatchPredictionsCommand.js +1 -0
  48. package/dist-es/commands/DescribeDataSourcesCommand.js +1 -0
  49. package/dist-es/commands/DescribeEvaluationsCommand.js +1 -0
  50. package/dist-es/commands/DescribeMLModelsCommand.js +1 -0
  51. package/dist-es/commands/DescribeTagsCommand.js +1 -0
  52. package/dist-es/commands/GetBatchPredictionCommand.js +1 -0
  53. package/dist-es/commands/GetDataSourceCommand.js +1 -0
  54. package/dist-es/commands/GetEvaluationCommand.js +1 -0
  55. package/dist-es/commands/GetMLModelCommand.js +1 -0
  56. package/dist-es/commands/PredictCommand.js +1 -0
  57. package/dist-es/commands/UpdateBatchPredictionCommand.js +1 -0
  58. package/dist-es/commands/UpdateDataSourceCommand.js +1 -0
  59. package/dist-es/commands/UpdateEvaluationCommand.js +1 -0
  60. package/dist-es/commands/UpdateMLModelCommand.js +1 -0
  61. package/dist-es/index.js +2 -2
  62. package/dist-es/models/MachineLearningServiceException.js +1 -0
  63. package/dist-types/MachineLearningClient.d.ts +3 -3
  64. package/dist-types/commands/AddTagsCommand.d.ts +4 -0
  65. package/dist-types/commands/CreateBatchPredictionCommand.d.ts +4 -0
  66. package/dist-types/commands/CreateDataSourceFromRDSCommand.d.ts +4 -0
  67. package/dist-types/commands/CreateDataSourceFromRedshiftCommand.d.ts +4 -0
  68. package/dist-types/commands/CreateDataSourceFromS3Command.d.ts +4 -0
  69. package/dist-types/commands/CreateEvaluationCommand.d.ts +4 -0
  70. package/dist-types/commands/CreateMLModelCommand.d.ts +4 -0
  71. package/dist-types/commands/CreateRealtimeEndpointCommand.d.ts +4 -0
  72. package/dist-types/commands/DeleteBatchPredictionCommand.d.ts +4 -0
  73. package/dist-types/commands/DeleteDataSourceCommand.d.ts +4 -0
  74. package/dist-types/commands/DeleteEvaluationCommand.d.ts +4 -0
  75. package/dist-types/commands/DeleteMLModelCommand.d.ts +4 -0
  76. package/dist-types/commands/DeleteRealtimeEndpointCommand.d.ts +4 -0
  77. package/dist-types/commands/DeleteTagsCommand.d.ts +4 -0
  78. package/dist-types/commands/DescribeBatchPredictionsCommand.d.ts +4 -0
  79. package/dist-types/commands/DescribeDataSourcesCommand.d.ts +4 -0
  80. package/dist-types/commands/DescribeEvaluationsCommand.d.ts +4 -0
  81. package/dist-types/commands/DescribeMLModelsCommand.d.ts +4 -0
  82. package/dist-types/commands/DescribeTagsCommand.d.ts +4 -0
  83. package/dist-types/commands/GetBatchPredictionCommand.d.ts +4 -0
  84. package/dist-types/commands/GetDataSourceCommand.d.ts +4 -0
  85. package/dist-types/commands/GetEvaluationCommand.d.ts +4 -0
  86. package/dist-types/commands/GetMLModelCommand.d.ts +4 -0
  87. package/dist-types/commands/PredictCommand.d.ts +4 -0
  88. package/dist-types/commands/UpdateBatchPredictionCommand.d.ts +4 -0
  89. package/dist-types/commands/UpdateDataSourceCommand.d.ts +4 -0
  90. package/dist-types/commands/UpdateEvaluationCommand.d.ts +4 -0
  91. package/dist-types/commands/UpdateMLModelCommand.d.ts +4 -0
  92. package/dist-types/index.d.ts +8 -2
  93. package/dist-types/models/MachineLearningServiceException.d.ts +1 -0
  94. package/dist-types/ts3.4/MachineLearningClient.d.ts +3 -3
  95. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +1 -0
  96. package/dist-types/ts3.4/commands/CreateBatchPredictionCommand.d.ts +1 -0
  97. package/dist-types/ts3.4/commands/CreateDataSourceFromRDSCommand.d.ts +1 -0
  98. package/dist-types/ts3.4/commands/CreateDataSourceFromRedshiftCommand.d.ts +1 -0
  99. package/dist-types/ts3.4/commands/CreateDataSourceFromS3Command.d.ts +1 -0
  100. package/dist-types/ts3.4/commands/CreateEvaluationCommand.d.ts +1 -0
  101. package/dist-types/ts3.4/commands/CreateMLModelCommand.d.ts +1 -0
  102. package/dist-types/ts3.4/commands/CreateRealtimeEndpointCommand.d.ts +1 -0
  103. package/dist-types/ts3.4/commands/DeleteBatchPredictionCommand.d.ts +1 -0
  104. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +1 -0
  105. package/dist-types/ts3.4/commands/DeleteEvaluationCommand.d.ts +1 -0
  106. package/dist-types/ts3.4/commands/DeleteMLModelCommand.d.ts +1 -0
  107. package/dist-types/ts3.4/commands/DeleteRealtimeEndpointCommand.d.ts +1 -0
  108. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -0
  109. package/dist-types/ts3.4/commands/DescribeBatchPredictionsCommand.d.ts +1 -0
  110. package/dist-types/ts3.4/commands/DescribeDataSourcesCommand.d.ts +1 -0
  111. package/dist-types/ts3.4/commands/DescribeEvaluationsCommand.d.ts +1 -0
  112. package/dist-types/ts3.4/commands/DescribeMLModelsCommand.d.ts +1 -0
  113. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +1 -0
  114. package/dist-types/ts3.4/commands/GetBatchPredictionCommand.d.ts +1 -0
  115. package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +1 -0
  116. package/dist-types/ts3.4/commands/GetEvaluationCommand.d.ts +1 -0
  117. package/dist-types/ts3.4/commands/GetMLModelCommand.d.ts +1 -0
  118. package/dist-types/ts3.4/commands/PredictCommand.d.ts +1 -0
  119. package/dist-types/ts3.4/commands/UpdateBatchPredictionCommand.d.ts +1 -0
  120. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -0
  121. package/dist-types/ts3.4/commands/UpdateEvaluationCommand.d.ts +1 -0
  122. package/dist-types/ts3.4/commands/UpdateMLModelCommand.d.ts +1 -0
  123. package/dist-types/ts3.4/index.d.ts +2 -2
  124. package/dist-types/ts3.4/models/MachineLearningServiceException.d.ts +1 -0
  125. package/package.json +30 -30
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetDataSourceCommand, se_GetDataSourceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetDataSourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetEvaluationCommand, se_GetEvaluationCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetEvaluationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetMLModelCommand, se_GetMLModelCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetMLModelCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getPredictEndpointPlugin } from "@aws-sdk/middleware-sdk-machinelearnin
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
5
  import { de_PredictCommand, se_PredictCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class PredictCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateBatchPredictionCommand, se_UpdateBatchPredictionCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateBatchPredictionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateDataSourceCommand, se_UpdateDataSourceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateDataSourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateEvaluationCommand, se_UpdateEvaluationCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateEvaluationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateMLModelCommand, se_UpdateMLModelCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateMLModelCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,7 +1,7 @@
1
- export * from "./MachineLearning";
2
1
  export * from "./MachineLearningClient";
2
+ export * from "./MachineLearning";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
6
5
  export * from "./waiters";
6
+ export * from "./models";
7
7
  export { MachineLearningServiceException } from "./models/MachineLearningServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class MachineLearningServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -37,6 +37,7 @@ import { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "./c
37
37
  import { UpdateEvaluationCommandInput, UpdateEvaluationCommandOutput } from "./commands/UpdateEvaluationCommand";
38
38
  import { UpdateMLModelCommandInput, UpdateMLModelCommandOutput } from "./commands/UpdateMLModelCommand";
39
39
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
40
+ export { __Client };
40
41
  /**
41
42
  * @public
42
43
  */
@@ -151,7 +152,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
151
152
  /**
152
153
  * @public
153
154
  */
154
- type MachineLearningClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
155
+ export type MachineLearningClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
155
156
  /**
156
157
  * @public
157
158
  *
@@ -162,7 +163,7 @@ export interface MachineLearningClientConfig extends MachineLearningClientConfig
162
163
  /**
163
164
  * @public
164
165
  */
165
- type MachineLearningClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
166
+ export type MachineLearningClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
166
167
  /**
167
168
  * @public
168
169
  *
@@ -188,4 +189,3 @@ export declare class MachineLearningClient extends __Client<__HttpHandlerOptions
188
189
  */
189
190
  destroy(): void;
190
191
  }
191
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { AddTagsInput, AddTagsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { CreateBatchPredictionInput, CreateBatchPredictionOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { CreateDataSourceFromRDSInput, CreateDataSourceFromRDSOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { CreateDataSourceFromRedshiftInput, CreateDataSourceFromRedshiftOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { CreateDataSourceFromS3Input, CreateDataSourceFromS3Output } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { CreateEvaluationInput, CreateEvaluationOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { CreateMLModelInput, CreateMLModelOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { CreateRealtimeEndpointInput, CreateRealtimeEndpointOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { DeleteBatchPredictionInput, DeleteBatchPredictionOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { DeleteDataSourceInput, DeleteDataSourceOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { DeleteEvaluationInput, DeleteEvaluationOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { DeleteMLModelInput, DeleteMLModelOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { DeleteRealtimeEndpointInput, DeleteRealtimeEndpointOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { DeleteTagsInput, DeleteTagsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { DescribeBatchPredictionsInput, DescribeBatchPredictionsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { DescribeDataSourcesInput, DescribeDataSourcesOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { DescribeEvaluationsInput, DescribeEvaluationsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { DescribeMLModelsInput, DescribeMLModelsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { DescribeTagsInput, DescribeTagsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { GetBatchPredictionInput, GetBatchPredictionOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { GetDataSourceInput, GetDataSourceOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { GetEvaluationInput, GetEvaluationOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { GetMLModelInput, GetMLModelOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { PredictInput, PredictOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { UpdateBatchPredictionInput, UpdateBatchPredictionOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { UpdateDataSourceInput, UpdateDataSourceOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { UpdateEvaluationInput, UpdateEvaluationOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { UpdateMLModelInput, UpdateMLModelOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,7 +1,13 @@
1
- export * from "./MachineLearning";
1
+ /**
2
+ * Definition of the public APIs
3
+ * exposed by Amazon Machine Learning
4
+ *
5
+ * @packageDocumentation
6
+ */
2
7
  export * from "./MachineLearningClient";
8
+ export * from "./MachineLearning";
3
9
  export * from "./commands";
4
- export * from "./models";
5
10
  export * from "./pagination";
6
11
  export * from "./waiters";
12
+ export * from "./models";
7
13
  export { MachineLearningServiceException } from "./models/MachineLearningServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -163,6 +163,7 @@ import {
163
163
  ClientResolvedEndpointParameters,
164
164
  EndpointParameters,
165
165
  } from "./endpoint/EndpointParameters";
166
+ export { __Client };
166
167
  export type ServiceInputTypes =
167
168
  | AddTagsCommandInput
168
169
  | CreateBatchPredictionCommandInput
@@ -245,7 +246,7 @@ export interface ClientDefaults
245
246
  logger?: __Logger;
246
247
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
247
248
  }
248
- type MachineLearningClientConfigType = Partial<
249
+ export type MachineLearningClientConfigType = Partial<
249
250
  __SmithyConfiguration<__HttpHandlerOptions>
250
251
  > &
251
252
  ClientDefaults &
@@ -258,7 +259,7 @@ type MachineLearningClientConfigType = Partial<
258
259
  ClientInputEndpointParameters;
259
260
  export interface MachineLearningClientConfig
260
261
  extends MachineLearningClientConfigType {}
261
- type MachineLearningClientResolvedConfigType =
262
+ export type MachineLearningClientResolvedConfigType =
262
263
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
263
264
  Required<ClientDefaults> &
264
265
  RegionResolvedConfig &
@@ -280,4 +281,3 @@ export declare class MachineLearningClient extends __Client<
280
281
  constructor(configuration: MachineLearningClientConfig);
281
282
  destroy(): void;
282
283
  }
283
- export {};
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../MachineLearningClient";
14
14
  import { AddTagsInput, AddTagsOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface AddTagsCommandInput extends AddTagsInput {}
16
17
  export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {}
17
18
  export declare class AddTagsCommand extends $Command<
@@ -15,6 +15,7 @@ import {
15
15
  CreateBatchPredictionInput,
16
16
  CreateBatchPredictionOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateBatchPredictionCommandInput
19
20
  extends CreateBatchPredictionInput {}
20
21
  export interface CreateBatchPredictionCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateDataSourceFromRDSInput,
16
16
  CreateDataSourceFromRDSOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateDataSourceFromRDSCommandInput
19
20
  extends CreateDataSourceFromRDSInput {}
20
21
  export interface CreateDataSourceFromRDSCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateDataSourceFromRedshiftInput,
16
16
  CreateDataSourceFromRedshiftOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateDataSourceFromRedshiftCommandInput
19
20
  extends CreateDataSourceFromRedshiftInput {}
20
21
  export interface CreateDataSourceFromRedshiftCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateDataSourceFromS3Input,
16
16
  CreateDataSourceFromS3Output,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateDataSourceFromS3CommandInput
19
20
  extends CreateDataSourceFromS3Input {}
20
21
  export interface CreateDataSourceFromS3CommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateEvaluationInput,
16
16
  CreateEvaluationOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateEvaluationCommandInput extends CreateEvaluationInput {}
19
20
  export interface CreateEvaluationCommandOutput
20
21
  extends CreateEvaluationOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../MachineLearningClient";
14
14
  import { CreateMLModelInput, CreateMLModelOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateMLModelCommandInput extends CreateMLModelInput {}
16
17
  export interface CreateMLModelCommandOutput
17
18
  extends CreateMLModelOutput,
@@ -15,6 +15,7 @@ import {
15
15
  CreateRealtimeEndpointInput,
16
16
  CreateRealtimeEndpointOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateRealtimeEndpointCommandInput
19
20
  extends CreateRealtimeEndpointInput {}
20
21
  export interface CreateRealtimeEndpointCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DeleteBatchPredictionInput,
16
16
  DeleteBatchPredictionOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteBatchPredictionCommandInput
19
20
  extends DeleteBatchPredictionInput {}
20
21
  export interface DeleteBatchPredictionCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DeleteDataSourceInput,
16
16
  DeleteDataSourceOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteDataSourceCommandInput extends DeleteDataSourceInput {}
19
20
  export interface DeleteDataSourceCommandOutput
20
21
  extends DeleteDataSourceOutput,
@@ -15,6 +15,7 @@ import {
15
15
  DeleteEvaluationInput,
16
16
  DeleteEvaluationOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteEvaluationCommandInput extends DeleteEvaluationInput {}
19
20
  export interface DeleteEvaluationCommandOutput
20
21
  extends DeleteEvaluationOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../MachineLearningClient";
14
14
  import { DeleteMLModelInput, DeleteMLModelOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteMLModelCommandInput extends DeleteMLModelInput {}
16
17
  export interface DeleteMLModelCommandOutput
17
18
  extends DeleteMLModelOutput,