@aws-sdk/client-lookoutequipment 3.872.0 → 3.875.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.
|
@@ -85,15 +85,15 @@ declare const CreateRetrainingSchedulerCommand_base: {
|
|
|
85
85
|
* <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
|
|
86
86
|
*
|
|
87
87
|
*
|
|
88
|
-
* @example Creates a retraining scheduler with
|
|
88
|
+
* @example Creates a retraining scheduler with a specific start date
|
|
89
89
|
* ```javascript
|
|
90
90
|
* //
|
|
91
91
|
* const input = {
|
|
92
92
|
* ClientToken: "sample-client-token",
|
|
93
93
|
* LookbackWindow: "P360D",
|
|
94
94
|
* ModelName: "sample-model",
|
|
95
|
-
*
|
|
96
|
-
*
|
|
95
|
+
* RetrainingFrequency: "P1M",
|
|
96
|
+
* RetrainingStartDate: "2024-01-01T00:00:00Z"
|
|
97
97
|
* };
|
|
98
98
|
* const command = new CreateRetrainingSchedulerCommand(input);
|
|
99
99
|
* const response = await client.send(command);
|
|
@@ -106,15 +106,15 @@ declare const CreateRetrainingSchedulerCommand_base: {
|
|
|
106
106
|
* *\/
|
|
107
107
|
* ```
|
|
108
108
|
*
|
|
109
|
-
* @example Creates a retraining scheduler with
|
|
109
|
+
* @example Creates a retraining scheduler with manual promote mode
|
|
110
110
|
* ```javascript
|
|
111
111
|
* //
|
|
112
112
|
* const input = {
|
|
113
113
|
* ClientToken: "sample-client-token",
|
|
114
114
|
* LookbackWindow: "P360D",
|
|
115
115
|
* ModelName: "sample-model",
|
|
116
|
-
*
|
|
117
|
-
*
|
|
116
|
+
* PromoteMode: "MANUAL",
|
|
117
|
+
* RetrainingFrequency: "P1M"
|
|
118
118
|
* };
|
|
119
119
|
* const command = new CreateRetrainingSchedulerCommand(input);
|
|
120
120
|
* const response = await client.send(command);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-lookoutequipment",
|
|
3
3
|
"description": "AWS SDK for JavaScript Lookoutequipment Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.875.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-lookoutequipment",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
23
|
+
"@aws-sdk/core": "3.873.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.873.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.873.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.873.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.873.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.873.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.873.0",
|
|
30
30
|
"@aws-sdk/types": "3.862.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.873.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.873.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.873.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.5",
|
|
35
35
|
"@smithy/core": "^3.8.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.1.1",
|