@aws-sdk/client-machine-learning 3.496.0 → 3.499.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 (2) hide show
  1. package/dist-cjs/index.js +34 -33
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -2909,19 +2909,19 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2909
2909
  // Annotate the CommonJS export names for ESM import in node:
2910
2910
 
2911
2911
  0 && (module.exports = {
2912
+ MachineLearningServiceException,
2913
+ __Client,
2914
+ MachineLearningClient,
2915
+ MachineLearning,
2916
+ $Command,
2912
2917
  AddTagsCommand,
2913
- Algorithm,
2914
- BatchPredictionFilterVariable,
2915
2918
  CreateBatchPredictionCommand,
2916
2919
  CreateDataSourceFromRDSCommand,
2917
- CreateDataSourceFromRDSInputFilterSensitiveLog,
2918
2920
  CreateDataSourceFromRedshiftCommand,
2919
- CreateDataSourceFromRedshiftInputFilterSensitiveLog,
2920
2921
  CreateDataSourceFromS3Command,
2921
2922
  CreateEvaluationCommand,
2922
2923
  CreateMLModelCommand,
2923
2924
  CreateRealtimeEndpointCommand,
2924
- DataSourceFilterVariable,
2925
2925
  DeleteBatchPredictionCommand,
2926
2926
  DeleteDataSourceCommand,
2927
2927
  DeleteEvaluationCommand,
@@ -2933,50 +2933,51 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2933
2933
  DescribeEvaluationsCommand,
2934
2934
  DescribeMLModelsCommand,
2935
2935
  DescribeTagsCommand,
2936
- DetailsAttributes,
2937
- EntityStatus,
2938
- EvaluationFilterVariable,
2939
2936
  GetBatchPredictionCommand,
2940
2937
  GetDataSourceCommand,
2941
2938
  GetEvaluationCommand,
2942
2939
  GetMLModelCommand,
2943
- IdempotentParameterMismatchException,
2944
- InternalServerException,
2945
- InvalidInputException,
2946
- InvalidTagException,
2947
- LimitExceededException,
2948
- MLModelFilterVariable,
2949
- MLModelType,
2950
- MachineLearning,
2951
- MachineLearningClient,
2952
- MachineLearningServiceException,
2953
2940
  PredictCommand,
2954
- PredictorNotMountedException,
2955
- RDSDataSpecFilterSensitiveLog,
2956
- RDSDatabaseCredentialsFilterSensitiveLog,
2957
- RealtimeEndpointStatus,
2958
- RedshiftDataSpecFilterSensitiveLog,
2959
- RedshiftDatabaseCredentialsFilterSensitiveLog,
2960
- ResourceNotFoundException,
2961
- SortOrder,
2962
- TagLimitExceededException,
2963
- TaggableResourceType,
2964
2941
  UpdateBatchPredictionCommand,
2965
2942
  UpdateDataSourceCommand,
2966
2943
  UpdateEvaluationCommand,
2967
2944
  UpdateMLModelCommand,
2968
- __Client,
2969
2945
  paginateDescribeBatchPredictions,
2970
2946
  paginateDescribeDataSources,
2971
2947
  paginateDescribeEvaluations,
2972
2948
  paginateDescribeMLModels,
2973
2949
  waitForBatchPredictionAvailable,
2974
- waitForDataSourceAvailable,
2975
- waitForEvaluationAvailable,
2976
- waitForMLModelAvailable,
2977
2950
  waitUntilBatchPredictionAvailable,
2951
+ waitForDataSourceAvailable,
2978
2952
  waitUntilDataSourceAvailable,
2953
+ waitForEvaluationAvailable,
2979
2954
  waitUntilEvaluationAvailable,
2980
- waitUntilMLModelAvailable
2955
+ waitForMLModelAvailable,
2956
+ waitUntilMLModelAvailable,
2957
+ TaggableResourceType,
2958
+ InternalServerException,
2959
+ InvalidInputException,
2960
+ InvalidTagException,
2961
+ ResourceNotFoundException,
2962
+ TagLimitExceededException,
2963
+ Algorithm,
2964
+ IdempotentParameterMismatchException,
2965
+ MLModelType,
2966
+ RealtimeEndpointStatus,
2967
+ BatchPredictionFilterVariable,
2968
+ SortOrder,
2969
+ EntityStatus,
2970
+ DataSourceFilterVariable,
2971
+ EvaluationFilterVariable,
2972
+ MLModelFilterVariable,
2973
+ LimitExceededException,
2974
+ PredictorNotMountedException,
2975
+ DetailsAttributes,
2976
+ RDSDatabaseCredentialsFilterSensitiveLog,
2977
+ RDSDataSpecFilterSensitiveLog,
2978
+ CreateDataSourceFromRDSInputFilterSensitiveLog,
2979
+ RedshiftDatabaseCredentialsFilterSensitiveLog,
2980
+ RedshiftDataSpecFilterSensitiveLog,
2981
+ CreateDataSourceFromRedshiftInputFilterSensitiveLog
2981
2982
  });
2982
2983
 
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.496.0",
4
+ "version": "3.499.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,9 +20,9 @@
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-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",