@aws-sdk/client-machine-learning 3.495.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.
- package/dist-cjs/index.js +36 -33
- package/package.json +41 -41
package/dist-cjs/index.js
CHANGED
|
@@ -2907,20 +2907,21 @@ var waitUntilMLModelAvailable = /* @__PURE__ */ __name(async (params, input) =>
|
|
|
2907
2907
|
// src/index.ts
|
|
2908
2908
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
2909
2909
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2910
|
+
|
|
2910
2911
|
0 && (module.exports = {
|
|
2912
|
+
MachineLearningServiceException,
|
|
2913
|
+
__Client,
|
|
2914
|
+
MachineLearningClient,
|
|
2915
|
+
MachineLearning,
|
|
2916
|
+
$Command,
|
|
2911
2917
|
AddTagsCommand,
|
|
2912
|
-
Algorithm,
|
|
2913
|
-
BatchPredictionFilterVariable,
|
|
2914
2918
|
CreateBatchPredictionCommand,
|
|
2915
2919
|
CreateDataSourceFromRDSCommand,
|
|
2916
|
-
CreateDataSourceFromRDSInputFilterSensitiveLog,
|
|
2917
2920
|
CreateDataSourceFromRedshiftCommand,
|
|
2918
|
-
CreateDataSourceFromRedshiftInputFilterSensitiveLog,
|
|
2919
2921
|
CreateDataSourceFromS3Command,
|
|
2920
2922
|
CreateEvaluationCommand,
|
|
2921
2923
|
CreateMLModelCommand,
|
|
2922
2924
|
CreateRealtimeEndpointCommand,
|
|
2923
|
-
DataSourceFilterVariable,
|
|
2924
2925
|
DeleteBatchPredictionCommand,
|
|
2925
2926
|
DeleteDataSourceCommand,
|
|
2926
2927
|
DeleteEvaluationCommand,
|
|
@@ -2932,49 +2933,51 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
2932
2933
|
DescribeEvaluationsCommand,
|
|
2933
2934
|
DescribeMLModelsCommand,
|
|
2934
2935
|
DescribeTagsCommand,
|
|
2935
|
-
DetailsAttributes,
|
|
2936
|
-
EntityStatus,
|
|
2937
|
-
EvaluationFilterVariable,
|
|
2938
2936
|
GetBatchPredictionCommand,
|
|
2939
2937
|
GetDataSourceCommand,
|
|
2940
2938
|
GetEvaluationCommand,
|
|
2941
2939
|
GetMLModelCommand,
|
|
2942
|
-
IdempotentParameterMismatchException,
|
|
2943
|
-
InternalServerException,
|
|
2944
|
-
InvalidInputException,
|
|
2945
|
-
InvalidTagException,
|
|
2946
|
-
LimitExceededException,
|
|
2947
|
-
MLModelFilterVariable,
|
|
2948
|
-
MLModelType,
|
|
2949
|
-
MachineLearning,
|
|
2950
|
-
MachineLearningClient,
|
|
2951
|
-
MachineLearningServiceException,
|
|
2952
2940
|
PredictCommand,
|
|
2953
|
-
PredictorNotMountedException,
|
|
2954
|
-
RDSDataSpecFilterSensitiveLog,
|
|
2955
|
-
RDSDatabaseCredentialsFilterSensitiveLog,
|
|
2956
|
-
RealtimeEndpointStatus,
|
|
2957
|
-
RedshiftDataSpecFilterSensitiveLog,
|
|
2958
|
-
RedshiftDatabaseCredentialsFilterSensitiveLog,
|
|
2959
|
-
ResourceNotFoundException,
|
|
2960
|
-
SortOrder,
|
|
2961
|
-
TagLimitExceededException,
|
|
2962
|
-
TaggableResourceType,
|
|
2963
2941
|
UpdateBatchPredictionCommand,
|
|
2964
2942
|
UpdateDataSourceCommand,
|
|
2965
2943
|
UpdateEvaluationCommand,
|
|
2966
2944
|
UpdateMLModelCommand,
|
|
2967
|
-
__Client,
|
|
2968
2945
|
paginateDescribeBatchPredictions,
|
|
2969
2946
|
paginateDescribeDataSources,
|
|
2970
2947
|
paginateDescribeEvaluations,
|
|
2971
2948
|
paginateDescribeMLModels,
|
|
2972
2949
|
waitForBatchPredictionAvailable,
|
|
2973
|
-
waitForDataSourceAvailable,
|
|
2974
|
-
waitForEvaluationAvailable,
|
|
2975
|
-
waitForMLModelAvailable,
|
|
2976
2950
|
waitUntilBatchPredictionAvailable,
|
|
2951
|
+
waitForDataSourceAvailable,
|
|
2977
2952
|
waitUntilDataSourceAvailable,
|
|
2953
|
+
waitForEvaluationAvailable,
|
|
2978
2954
|
waitUntilEvaluationAvailable,
|
|
2979
|
-
|
|
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
|
|
2980
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.
|
|
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,49 +20,49 @@
|
|
|
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.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-sdk-machinelearning": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.1.
|
|
37
|
-
"@smithy/core": "^1.3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
39
|
-
"@smithy/hash-node": "^2.1.
|
|
40
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
41
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
43
|
-
"@smithy/middleware-retry": "^2.1.
|
|
44
|
-
"@smithy/middleware-serde": "^2.1.
|
|
45
|
-
"@smithy/middleware-stack": "^2.1.
|
|
46
|
-
"@smithy/node-config-provider": "^2.2.
|
|
47
|
-
"@smithy/node-http-handler": "^2.3.
|
|
48
|
-
"@smithy/protocol-http": "^3.1.
|
|
49
|
-
"@smithy/smithy-client": "^2.3.
|
|
50
|
-
"@smithy/types": "^2.9.
|
|
51
|
-
"@smithy/url-parser": "^2.1.
|
|
52
|
-
"@smithy/util-base64": "^2.1.
|
|
53
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
54
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
57
|
-
"@smithy/util-endpoints": "^1.1.
|
|
58
|
-
"@smithy/util-middleware": "^2.1.
|
|
59
|
-
"@smithy/util-retry": "^2.1.
|
|
60
|
-
"@smithy/util-utf8": "^2.1.
|
|
61
|
-
"@smithy/util-waiter": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
|
+
"@aws-sdk/core": "3.496.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-sdk-machinelearning": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
32
|
+
"@aws-sdk/types": "3.496.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
37
|
+
"@smithy/core": "^1.3.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
39
|
+
"@smithy/hash-node": "^2.1.1",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
43
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
44
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
46
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
47
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
48
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
49
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
50
|
+
"@smithy/types": "^2.9.1",
|
|
51
|
+
"@smithy/url-parser": "^2.1.1",
|
|
52
|
+
"@smithy/util-base64": "^2.1.1",
|
|
53
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
54
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
57
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
58
|
+
"@smithy/util-middleware": "^2.1.1",
|
|
59
|
+
"@smithy/util-retry": "^2.1.1",
|
|
60
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
61
|
+
"@smithy/util-waiter": "^2.1.1",
|
|
62
62
|
"tslib": "^2.5.0"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
65
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
66
66
|
"@tsconfig/node14": "1.0.3",
|
|
67
67
|
"@types/node": "^14.14.31",
|
|
68
68
|
"concurrently": "7.0.0",
|