@aws-sdk/client-machine-learning 3.170.0 → 3.178.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/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/MachineLearning.d.ts +0 -28
- package/dist-types/ts3.4/MachineLearningClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateBatchPredictionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDataSourceFromRDSCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDataSourceFromRedshiftCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDataSourceFromS3Command.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateEvaluationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateMLModelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateRealtimeEndpointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteBatchPredictionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteEvaluationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteMLModelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteRealtimeEndpointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeBatchPredictionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeDataSourcesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeEvaluationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeMLModelsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBatchPredictionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetEvaluationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetMLModelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PredictCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateBatchPredictionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateEvaluationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateMLModelCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/MachineLearningServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -386
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/dist-types/ts3.4/waiters/waitForBatchPredictionAvailable.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForDataSourceAvailable.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForEvaluationAvailable.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForMLModelAvailable.d.ts +0 -2
- package/package.json +28 -28
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { MachineLearningClientConfig } from "./MachineLearningClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (
|
|
5
4
|
config: MachineLearningClientConfig
|
|
6
5
|
) => {
|
|
@@ -53,7 +52,9 @@ export declare const getRuntimeConfig: (
|
|
|
53
52
|
| undefined;
|
|
54
53
|
signer?:
|
|
55
54
|
| import("@aws-sdk/types").RequestSigner
|
|
56
|
-
|
|
|
55
|
+
| ((
|
|
56
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
57
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
57
58
|
| undefined;
|
|
58
59
|
signingEscapePath?: boolean | undefined;
|
|
59
60
|
systemClockOffset?: number | undefined;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { MachineLearningClientConfig } from "./MachineLearningClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (
|
|
5
4
|
config: MachineLearningClientConfig
|
|
6
5
|
) => {
|
|
@@ -53,7 +52,9 @@ export declare const getRuntimeConfig: (
|
|
|
53
52
|
| undefined;
|
|
54
53
|
signer?:
|
|
55
54
|
| import("@aws-sdk/types").RequestSigner
|
|
56
|
-
|
|
|
55
|
+
| ((
|
|
56
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
57
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
57
58
|
| undefined;
|
|
58
59
|
signingEscapePath?: boolean | undefined;
|
|
59
60
|
systemClockOffset?: number | undefined;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { MachineLearningClientConfig } from "./MachineLearningClient";
|
|
2
|
-
|
|
3
2
|
export declare const getRuntimeConfig: (
|
|
4
3
|
config: MachineLearningClientConfig
|
|
5
4
|
) => {
|
|
@@ -54,7 +53,9 @@ export declare const getRuntimeConfig: (
|
|
|
54
53
|
| undefined;
|
|
55
54
|
signer?:
|
|
56
55
|
| import("@aws-sdk/types").RequestSigner
|
|
57
|
-
|
|
|
56
|
+
| ((
|
|
57
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
58
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
58
59
|
| undefined;
|
|
59
60
|
signingEscapePath?: boolean | undefined;
|
|
60
61
|
systemClockOffset?: number | undefined;
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
2
|
import { DescribeBatchPredictionsCommandInput } from "../commands/DescribeBatchPredictionsCommand";
|
|
3
3
|
import { MachineLearningClient } from "../MachineLearningClient";
|
|
4
|
-
|
|
5
4
|
export declare const waitForBatchPredictionAvailable: (
|
|
6
5
|
params: WaiterConfiguration<MachineLearningClient>,
|
|
7
6
|
input: DescribeBatchPredictionsCommandInput
|
|
8
7
|
) => Promise<WaiterResult>;
|
|
9
|
-
|
|
10
8
|
export declare const waitUntilBatchPredictionAvailable: (
|
|
11
9
|
params: WaiterConfiguration<MachineLearningClient>,
|
|
12
10
|
input: DescribeBatchPredictionsCommandInput
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
2
|
import { DescribeDataSourcesCommandInput } from "../commands/DescribeDataSourcesCommand";
|
|
3
3
|
import { MachineLearningClient } from "../MachineLearningClient";
|
|
4
|
-
|
|
5
4
|
export declare const waitForDataSourceAvailable: (
|
|
6
5
|
params: WaiterConfiguration<MachineLearningClient>,
|
|
7
6
|
input: DescribeDataSourcesCommandInput
|
|
8
7
|
) => Promise<WaiterResult>;
|
|
9
|
-
|
|
10
8
|
export declare const waitUntilDataSourceAvailable: (
|
|
11
9
|
params: WaiterConfiguration<MachineLearningClient>,
|
|
12
10
|
input: DescribeDataSourcesCommandInput
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
2
|
import { DescribeEvaluationsCommandInput } from "../commands/DescribeEvaluationsCommand";
|
|
3
3
|
import { MachineLearningClient } from "../MachineLearningClient";
|
|
4
|
-
|
|
5
4
|
export declare const waitForEvaluationAvailable: (
|
|
6
5
|
params: WaiterConfiguration<MachineLearningClient>,
|
|
7
6
|
input: DescribeEvaluationsCommandInput
|
|
8
7
|
) => Promise<WaiterResult>;
|
|
9
|
-
|
|
10
8
|
export declare const waitUntilEvaluationAvailable: (
|
|
11
9
|
params: WaiterConfiguration<MachineLearningClient>,
|
|
12
10
|
input: DescribeEvaluationsCommandInput
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
2
|
import { DescribeMLModelsCommandInput } from "../commands/DescribeMLModelsCommand";
|
|
3
3
|
import { MachineLearningClient } from "../MachineLearningClient";
|
|
4
|
-
|
|
5
4
|
export declare const waitForMLModelAvailable: (
|
|
6
5
|
params: WaiterConfiguration<MachineLearningClient>,
|
|
7
6
|
input: DescribeMLModelsCommandInput
|
|
8
7
|
) => Promise<WaiterResult>;
|
|
9
|
-
|
|
10
8
|
export declare const waitUntilMLModelAvailable: (
|
|
11
9
|
params: WaiterConfiguration<MachineLearningClient>,
|
|
12
10
|
input: DescribeMLModelsCommandInput
|
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.178.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,39 +19,39 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-sdk-machinelearning": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.178.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.178.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.178.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.178.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.178.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.178.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.178.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.178.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.178.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.178.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.178.0",
|
|
33
|
+
"@aws-sdk/middleware-sdk-machinelearning": "3.178.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.178.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.178.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.178.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.178.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.178.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.178.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.178.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.178.0",
|
|
42
|
+
"@aws-sdk/types": "3.178.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.178.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.170.0",
|
|
45
45
|
"@aws-sdk/util-base64-node": "3.170.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.170.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.170.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
51
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.178.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.178.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-browser": "3.178.0",
|
|
51
|
+
"@aws-sdk/util-user-agent-node": "3.178.0",
|
|
52
52
|
"@aws-sdk/util-utf8-browser": "3.170.0",
|
|
53
53
|
"@aws-sdk/util-utf8-node": "3.170.0",
|
|
54
|
-
"@aws-sdk/util-waiter": "3.
|
|
54
|
+
"@aws-sdk/util-waiter": "3.178.0",
|
|
55
55
|
"tslib": "^2.3.1"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|