@aws-sdk/client-machine-learning 3.533.0 → 3.540.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 (67) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/MachineLearning.d.ts +5 -1
  6. package/dist-types/MachineLearningClient.d.ts +1 -1
  7. package/dist-types/commands/AddTagsCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateBatchPredictionCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateDataSourceFromRDSCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateDataSourceFromRedshiftCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateDataSourceFromS3Command.d.ts +2 -1
  12. package/dist-types/commands/CreateEvaluationCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateMLModelCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateRealtimeEndpointCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteBatchPredictionCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteDataSourceCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteEvaluationCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteMLModelCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteRealtimeEndpointCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteTagsCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeBatchPredictionsCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeDataSourcesCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeEvaluationsCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeMLModelsCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeTagsCommand.d.ts +2 -1
  26. package/dist-types/commands/GetBatchPredictionCommand.d.ts +2 -1
  27. package/dist-types/commands/GetDataSourceCommand.d.ts +2 -1
  28. package/dist-types/commands/GetEvaluationCommand.d.ts +2 -1
  29. package/dist-types/commands/GetMLModelCommand.d.ts +2 -1
  30. package/dist-types/commands/PredictCommand.d.ts +2 -1
  31. package/dist-types/commands/UpdateBatchPredictionCommand.d.ts +2 -1
  32. package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -1
  33. package/dist-types/commands/UpdateEvaluationCommand.d.ts +2 -1
  34. package/dist-types/commands/UpdateMLModelCommand.d.ts +2 -1
  35. package/dist-types/index.d.ts +0 -1
  36. package/dist-types/models/models_0.d.ts +377 -377
  37. package/dist-types/ts3.4/MachineLearning.d.ts +4 -0
  38. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +7 -0
  39. package/dist-types/ts3.4/commands/CreateBatchPredictionCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/CreateDataSourceFromRDSCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/CreateDataSourceFromRedshiftCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/CreateDataSourceFromS3Command.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/CreateEvaluationCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/CreateMLModelCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/CreateRealtimeEndpointCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/DeleteBatchPredictionCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DeleteEvaluationCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DeleteMLModelCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DeleteRealtimeEndpointCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DescribeBatchPredictionsCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DescribeDataSourcesCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/DescribeEvaluationsCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/DescribeMLModelsCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/GetBatchPredictionCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/GetEvaluationCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/GetMLModelCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/PredictCommand.d.ts +7 -0
  62. package/dist-types/ts3.4/commands/UpdateBatchPredictionCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/UpdateEvaluationCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/UpdateMLModelCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/index.d.ts +0 -1
  67. package/package.json +42 -42
@@ -22,10 +22,10 @@ export interface UpdateDataSourceCommandOutput extends UpdateDataSourceOutput, _
22
22
  }
23
23
  declare const UpdateDataSourceCommand_base: {
24
24
  new (input: UpdateDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the <code>DataSourceName</code> of a <code>DataSource</code>.</p>
30
30
  * <p>You can use the <code>GetDataSource</code> operation to view the contents of the updated data element.</p>
31
31
  * @example
@@ -64,6 +64,7 @@ declare const UpdateDataSourceCommand_base: {
64
64
  * @throws {@link MachineLearningServiceException}
65
65
  * <p>Base exception class for all service exceptions from MachineLearning service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class UpdateDataSourceCommand extends UpdateDataSourceCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface UpdateEvaluationCommandOutput extends UpdateEvaluationOutput, _
22
22
  }
23
23
  declare const UpdateEvaluationCommand_base: {
24
24
  new (input: UpdateEvaluationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEvaluationCommandInput, UpdateEvaluationCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateEvaluationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEvaluationCommandInput, UpdateEvaluationCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the <code>EvaluationName</code> of an <code>Evaluation</code>.</p>
30
30
  * <p>You can use the <code>GetEvaluation</code> operation to view the contents of the updated data element.</p>
31
31
  * @example
@@ -64,6 +64,7 @@ declare const UpdateEvaluationCommand_base: {
64
64
  * @throws {@link MachineLearningServiceException}
65
65
  * <p>Base exception class for all service exceptions from MachineLearning service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class UpdateEvaluationCommand extends UpdateEvaluationCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface UpdateMLModelCommandOutput extends UpdateMLModelOutput, __Metad
22
22
  }
23
23
  declare const UpdateMLModelCommand_base: {
24
24
  new (input: UpdateMLModelCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMLModelCommandInput, UpdateMLModelCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateMLModelCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMLModelCommandInput, UpdateMLModelCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the <code>MLModelName</code> and the <code>ScoreThreshold</code> of an <code>MLModel</code>.</p>
30
30
  * <p>You can use the <code>GetMLModel</code> operation to view the contents of the updated data element.</p>
31
31
  * @example
@@ -65,6 +65,7 @@ declare const UpdateMLModelCommand_base: {
65
65
  * @throws {@link MachineLearningServiceException}
66
66
  * <p>Base exception class for all service exceptions from MachineLearning service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class UpdateMLModelCommand extends UpdateMLModelCommand_base {
70
71
  }
@@ -13,5 +13,4 @@ export * from "./commands";
13
13
  export * from "./pagination";
14
14
  export * from "./waiters";
15
15
  export * from "./models";
16
- import "@aws-sdk/util-endpoints";
17
16
  export { MachineLearningServiceException } from "./models/MachineLearningServiceException";