@aws-sdk/client-lookoutequipment 3.410.0 → 3.414.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/README.md +64 -0
- package/dist-cjs/LookoutEquipment.js +16 -0
- package/dist-cjs/commands/CreateRetrainingSchedulerCommand.js +46 -0
- package/dist-cjs/commands/DeleteRetrainingSchedulerCommand.js +46 -0
- package/dist-cjs/commands/DescribeRetrainingSchedulerCommand.js +46 -0
- package/dist-cjs/commands/ListRetrainingSchedulersCommand.js +46 -0
- package/dist-cjs/commands/StartRetrainingSchedulerCommand.js +46 -0
- package/dist-cjs/commands/StopRetrainingSchedulerCommand.js +46 -0
- package/dist-cjs/commands/UpdateModelCommand.js +46 -0
- package/dist-cjs/commands/UpdateRetrainingSchedulerCommand.js +46 -0
- package/dist-cjs/commands/index.js +8 -0
- package/dist-cjs/models/models_0.js +28 -6
- package/dist-cjs/pagination/ListRetrainingSchedulersPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_json1_0.js +502 -2
- package/dist-cjs/runtimeExtensions.js +3 -0
- package/dist-es/LookoutEquipment.js +16 -0
- package/dist-es/commands/CreateRetrainingSchedulerCommand.js +42 -0
- package/dist-es/commands/DeleteRetrainingSchedulerCommand.js +42 -0
- package/dist-es/commands/DescribeRetrainingSchedulerCommand.js +42 -0
- package/dist-es/commands/ListRetrainingSchedulersCommand.js +42 -0
- package/dist-es/commands/StartRetrainingSchedulerCommand.js +42 -0
- package/dist-es/commands/StopRetrainingSchedulerCommand.js +42 -0
- package/dist-es/commands/UpdateModelCommand.js +42 -0
- package/dist-es/commands/UpdateRetrainingSchedulerCommand.js +42 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/models/models_0.js +27 -5
- package/dist-es/pagination/ListRetrainingSchedulersPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_0.js +484 -0
- package/dist-es/runtimeExtensions.js +3 -0
- package/dist-types/LookoutEquipment.d.ts +56 -0
- package/dist-types/LookoutEquipmentClient.d.ts +10 -2
- package/dist-types/commands/CreateDatasetCommand.d.ts +2 -2
- package/dist-types/commands/CreateInferenceSchedulerCommand.d.ts +2 -2
- package/dist-types/commands/CreateLabelCommand.d.ts +3 -5
- package/dist-types/commands/CreateLabelGroupCommand.d.ts +3 -5
- package/dist-types/commands/CreateModelCommand.d.ts +7 -7
- package/dist-types/commands/CreateRetrainingSchedulerCommand.d.ts +147 -0
- package/dist-types/commands/DeleteDatasetCommand.d.ts +2 -2
- package/dist-types/commands/DeleteInferenceSchedulerCommand.d.ts +4 -4
- package/dist-types/commands/DeleteLabelCommand.d.ts +3 -5
- package/dist-types/commands/DeleteLabelGroupCommand.d.ts +3 -5
- package/dist-types/commands/DeleteModelCommand.d.ts +4 -5
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -2
- package/dist-types/commands/DeleteRetrainingSchedulerCommand.d.ts +106 -0
- package/dist-types/commands/DescribeDataIngestionJobCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDatasetCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInferenceSchedulerCommand.d.ts +2 -2
- package/dist-types/commands/DescribeLabelCommand.d.ts +3 -5
- package/dist-types/commands/DescribeLabelGroupCommand.d.ts +3 -5
- package/dist-types/commands/DescribeModelCommand.d.ts +15 -5
- package/dist-types/commands/DescribeModelVersionCommand.d.ts +6 -2
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +2 -2
- package/dist-types/commands/DescribeRetrainingSchedulerCommand.d.ts +125 -0
- package/dist-types/commands/ImportDatasetCommand.d.ts +2 -2
- package/dist-types/commands/ImportModelVersionCommand.d.ts +3 -2
- package/dist-types/commands/ListDataIngestionJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListDatasetsCommand.d.ts +2 -2
- package/dist-types/commands/ListInferenceEventsCommand.d.ts +2 -2
- package/dist-types/commands/ListInferenceExecutionsCommand.d.ts +4 -2
- package/dist-types/commands/ListInferenceSchedulersCommand.d.ts +2 -2
- package/dist-types/commands/ListLabelGroupsCommand.d.ts +3 -5
- package/dist-types/commands/ListLabelsCommand.d.ts +3 -5
- package/dist-types/commands/ListModelVersionsCommand.d.ts +5 -5
- package/dist-types/commands/ListModelsCommand.d.ts +7 -2
- package/dist-types/commands/ListRetrainingSchedulersCommand.d.ts +143 -0
- package/dist-types/commands/ListSensorStatisticsCommand.d.ts +2 -2
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -2
- package/dist-types/commands/StartDataIngestionJobCommand.d.ts +3 -4
- package/dist-types/commands/StartInferenceSchedulerCommand.d.ts +2 -2
- package/dist-types/commands/StartRetrainingSchedulerCommand.d.ts +116 -0
- package/dist-types/commands/StopInferenceSchedulerCommand.d.ts +2 -2
- package/dist-types/commands/StopRetrainingSchedulerCommand.d.ts +116 -0
- package/dist-types/commands/TagResourceCommand.d.ts +6 -6
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateActiveModelVersionCommand.d.ts +2 -2
- package/dist-types/commands/UpdateInferenceSchedulerCommand.d.ts +2 -2
- package/dist-types/commands/UpdateLabelGroupCommand.d.ts +3 -5
- package/dist-types/commands/UpdateModelCommand.d.ts +116 -0
- package/dist-types/commands/UpdateRetrainingSchedulerCommand.d.ts +111 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/extensionConfiguration.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +895 -433
- package/dist-types/pagination/ListRetrainingSchedulersPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_0.d.ts +72 -0
- package/dist-types/ts3.4/LookoutEquipment.d.ts +136 -0
- package/dist-types/ts3.4/LookoutEquipmentClient.d.ts +50 -2
- package/dist-types/ts3.4/commands/CreateRetrainingSchedulerCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteRetrainingSchedulerCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeRetrainingSchedulerCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListRetrainingSchedulersCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartRetrainingSchedulerCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StopRetrainingSchedulerCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +33 -0
- package/dist-types/ts3.4/commands/UpdateRetrainingSchedulerCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +137 -9
- package/dist-types/ts3.4/pagination/ListRetrainingSchedulersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +96 -0
- package/package.json +29 -28
|
@@ -23,6 +23,10 @@ import {
|
|
|
23
23
|
CreateModelCommandInput,
|
|
24
24
|
CreateModelCommandOutput,
|
|
25
25
|
} from "../commands/CreateModelCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateRetrainingSchedulerCommandInput,
|
|
28
|
+
CreateRetrainingSchedulerCommandOutput,
|
|
29
|
+
} from "../commands/CreateRetrainingSchedulerCommand";
|
|
26
30
|
import {
|
|
27
31
|
DeleteDatasetCommandInput,
|
|
28
32
|
DeleteDatasetCommandOutput,
|
|
@@ -47,6 +51,10 @@ import {
|
|
|
47
51
|
DeleteResourcePolicyCommandInput,
|
|
48
52
|
DeleteResourcePolicyCommandOutput,
|
|
49
53
|
} from "../commands/DeleteResourcePolicyCommand";
|
|
54
|
+
import {
|
|
55
|
+
DeleteRetrainingSchedulerCommandInput,
|
|
56
|
+
DeleteRetrainingSchedulerCommandOutput,
|
|
57
|
+
} from "../commands/DeleteRetrainingSchedulerCommand";
|
|
50
58
|
import {
|
|
51
59
|
DescribeDataIngestionJobCommandInput,
|
|
52
60
|
DescribeDataIngestionJobCommandOutput,
|
|
@@ -79,6 +87,10 @@ import {
|
|
|
79
87
|
DescribeResourcePolicyCommandInput,
|
|
80
88
|
DescribeResourcePolicyCommandOutput,
|
|
81
89
|
} from "../commands/DescribeResourcePolicyCommand";
|
|
90
|
+
import {
|
|
91
|
+
DescribeRetrainingSchedulerCommandInput,
|
|
92
|
+
DescribeRetrainingSchedulerCommandOutput,
|
|
93
|
+
} from "../commands/DescribeRetrainingSchedulerCommand";
|
|
82
94
|
import {
|
|
83
95
|
ImportDatasetCommandInput,
|
|
84
96
|
ImportDatasetCommandOutput,
|
|
@@ -123,6 +135,10 @@ import {
|
|
|
123
135
|
ListModelVersionsCommandInput,
|
|
124
136
|
ListModelVersionsCommandOutput,
|
|
125
137
|
} from "../commands/ListModelVersionsCommand";
|
|
138
|
+
import {
|
|
139
|
+
ListRetrainingSchedulersCommandInput,
|
|
140
|
+
ListRetrainingSchedulersCommandOutput,
|
|
141
|
+
} from "../commands/ListRetrainingSchedulersCommand";
|
|
126
142
|
import {
|
|
127
143
|
ListSensorStatisticsCommandInput,
|
|
128
144
|
ListSensorStatisticsCommandOutput,
|
|
@@ -143,10 +159,18 @@ import {
|
|
|
143
159
|
StartInferenceSchedulerCommandInput,
|
|
144
160
|
StartInferenceSchedulerCommandOutput,
|
|
145
161
|
} from "../commands/StartInferenceSchedulerCommand";
|
|
162
|
+
import {
|
|
163
|
+
StartRetrainingSchedulerCommandInput,
|
|
164
|
+
StartRetrainingSchedulerCommandOutput,
|
|
165
|
+
} from "../commands/StartRetrainingSchedulerCommand";
|
|
146
166
|
import {
|
|
147
167
|
StopInferenceSchedulerCommandInput,
|
|
148
168
|
StopInferenceSchedulerCommandOutput,
|
|
149
169
|
} from "../commands/StopInferenceSchedulerCommand";
|
|
170
|
+
import {
|
|
171
|
+
StopRetrainingSchedulerCommandInput,
|
|
172
|
+
StopRetrainingSchedulerCommandOutput,
|
|
173
|
+
} from "../commands/StopRetrainingSchedulerCommand";
|
|
150
174
|
import {
|
|
151
175
|
TagResourceCommandInput,
|
|
152
176
|
TagResourceCommandOutput,
|
|
@@ -167,6 +191,14 @@ import {
|
|
|
167
191
|
UpdateLabelGroupCommandInput,
|
|
168
192
|
UpdateLabelGroupCommandOutput,
|
|
169
193
|
} from "../commands/UpdateLabelGroupCommand";
|
|
194
|
+
import {
|
|
195
|
+
UpdateModelCommandInput,
|
|
196
|
+
UpdateModelCommandOutput,
|
|
197
|
+
} from "../commands/UpdateModelCommand";
|
|
198
|
+
import {
|
|
199
|
+
UpdateRetrainingSchedulerCommandInput,
|
|
200
|
+
UpdateRetrainingSchedulerCommandOutput,
|
|
201
|
+
} from "../commands/UpdateRetrainingSchedulerCommand";
|
|
170
202
|
export declare const se_CreateDatasetCommand: (
|
|
171
203
|
input: CreateDatasetCommandInput,
|
|
172
204
|
context: __SerdeContext
|
|
@@ -187,6 +219,10 @@ export declare const se_CreateModelCommand: (
|
|
|
187
219
|
input: CreateModelCommandInput,
|
|
188
220
|
context: __SerdeContext
|
|
189
221
|
) => Promise<__HttpRequest>;
|
|
222
|
+
export declare const se_CreateRetrainingSchedulerCommand: (
|
|
223
|
+
input: CreateRetrainingSchedulerCommandInput,
|
|
224
|
+
context: __SerdeContext
|
|
225
|
+
) => Promise<__HttpRequest>;
|
|
190
226
|
export declare const se_DeleteDatasetCommand: (
|
|
191
227
|
input: DeleteDatasetCommandInput,
|
|
192
228
|
context: __SerdeContext
|
|
@@ -211,6 +247,10 @@ export declare const se_DeleteResourcePolicyCommand: (
|
|
|
211
247
|
input: DeleteResourcePolicyCommandInput,
|
|
212
248
|
context: __SerdeContext
|
|
213
249
|
) => Promise<__HttpRequest>;
|
|
250
|
+
export declare const se_DeleteRetrainingSchedulerCommand: (
|
|
251
|
+
input: DeleteRetrainingSchedulerCommandInput,
|
|
252
|
+
context: __SerdeContext
|
|
253
|
+
) => Promise<__HttpRequest>;
|
|
214
254
|
export declare const se_DescribeDataIngestionJobCommand: (
|
|
215
255
|
input: DescribeDataIngestionJobCommandInput,
|
|
216
256
|
context: __SerdeContext
|
|
@@ -243,6 +283,10 @@ export declare const se_DescribeResourcePolicyCommand: (
|
|
|
243
283
|
input: DescribeResourcePolicyCommandInput,
|
|
244
284
|
context: __SerdeContext
|
|
245
285
|
) => Promise<__HttpRequest>;
|
|
286
|
+
export declare const se_DescribeRetrainingSchedulerCommand: (
|
|
287
|
+
input: DescribeRetrainingSchedulerCommandInput,
|
|
288
|
+
context: __SerdeContext
|
|
289
|
+
) => Promise<__HttpRequest>;
|
|
246
290
|
export declare const se_ImportDatasetCommand: (
|
|
247
291
|
input: ImportDatasetCommandInput,
|
|
248
292
|
context: __SerdeContext
|
|
@@ -287,6 +331,10 @@ export declare const se_ListModelVersionsCommand: (
|
|
|
287
331
|
input: ListModelVersionsCommandInput,
|
|
288
332
|
context: __SerdeContext
|
|
289
333
|
) => Promise<__HttpRequest>;
|
|
334
|
+
export declare const se_ListRetrainingSchedulersCommand: (
|
|
335
|
+
input: ListRetrainingSchedulersCommandInput,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<__HttpRequest>;
|
|
290
338
|
export declare const se_ListSensorStatisticsCommand: (
|
|
291
339
|
input: ListSensorStatisticsCommandInput,
|
|
292
340
|
context: __SerdeContext
|
|
@@ -307,10 +355,18 @@ export declare const se_StartInferenceSchedulerCommand: (
|
|
|
307
355
|
input: StartInferenceSchedulerCommandInput,
|
|
308
356
|
context: __SerdeContext
|
|
309
357
|
) => Promise<__HttpRequest>;
|
|
358
|
+
export declare const se_StartRetrainingSchedulerCommand: (
|
|
359
|
+
input: StartRetrainingSchedulerCommandInput,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<__HttpRequest>;
|
|
310
362
|
export declare const se_StopInferenceSchedulerCommand: (
|
|
311
363
|
input: StopInferenceSchedulerCommandInput,
|
|
312
364
|
context: __SerdeContext
|
|
313
365
|
) => Promise<__HttpRequest>;
|
|
366
|
+
export declare const se_StopRetrainingSchedulerCommand: (
|
|
367
|
+
input: StopRetrainingSchedulerCommandInput,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<__HttpRequest>;
|
|
314
370
|
export declare const se_TagResourceCommand: (
|
|
315
371
|
input: TagResourceCommandInput,
|
|
316
372
|
context: __SerdeContext
|
|
@@ -331,6 +387,14 @@ export declare const se_UpdateLabelGroupCommand: (
|
|
|
331
387
|
input: UpdateLabelGroupCommandInput,
|
|
332
388
|
context: __SerdeContext
|
|
333
389
|
) => Promise<__HttpRequest>;
|
|
390
|
+
export declare const se_UpdateModelCommand: (
|
|
391
|
+
input: UpdateModelCommandInput,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<__HttpRequest>;
|
|
394
|
+
export declare const se_UpdateRetrainingSchedulerCommand: (
|
|
395
|
+
input: UpdateRetrainingSchedulerCommandInput,
|
|
396
|
+
context: __SerdeContext
|
|
397
|
+
) => Promise<__HttpRequest>;
|
|
334
398
|
export declare const de_CreateDatasetCommand: (
|
|
335
399
|
output: __HttpResponse,
|
|
336
400
|
context: __SerdeContext
|
|
@@ -351,6 +415,10 @@ export declare const de_CreateModelCommand: (
|
|
|
351
415
|
output: __HttpResponse,
|
|
352
416
|
context: __SerdeContext
|
|
353
417
|
) => Promise<CreateModelCommandOutput>;
|
|
418
|
+
export declare const de_CreateRetrainingSchedulerCommand: (
|
|
419
|
+
output: __HttpResponse,
|
|
420
|
+
context: __SerdeContext
|
|
421
|
+
) => Promise<CreateRetrainingSchedulerCommandOutput>;
|
|
354
422
|
export declare const de_DeleteDatasetCommand: (
|
|
355
423
|
output: __HttpResponse,
|
|
356
424
|
context: __SerdeContext
|
|
@@ -375,6 +443,10 @@ export declare const de_DeleteResourcePolicyCommand: (
|
|
|
375
443
|
output: __HttpResponse,
|
|
376
444
|
context: __SerdeContext
|
|
377
445
|
) => Promise<DeleteResourcePolicyCommandOutput>;
|
|
446
|
+
export declare const de_DeleteRetrainingSchedulerCommand: (
|
|
447
|
+
output: __HttpResponse,
|
|
448
|
+
context: __SerdeContext
|
|
449
|
+
) => Promise<DeleteRetrainingSchedulerCommandOutput>;
|
|
378
450
|
export declare const de_DescribeDataIngestionJobCommand: (
|
|
379
451
|
output: __HttpResponse,
|
|
380
452
|
context: __SerdeContext
|
|
@@ -407,6 +479,10 @@ export declare const de_DescribeResourcePolicyCommand: (
|
|
|
407
479
|
output: __HttpResponse,
|
|
408
480
|
context: __SerdeContext
|
|
409
481
|
) => Promise<DescribeResourcePolicyCommandOutput>;
|
|
482
|
+
export declare const de_DescribeRetrainingSchedulerCommand: (
|
|
483
|
+
output: __HttpResponse,
|
|
484
|
+
context: __SerdeContext
|
|
485
|
+
) => Promise<DescribeRetrainingSchedulerCommandOutput>;
|
|
410
486
|
export declare const de_ImportDatasetCommand: (
|
|
411
487
|
output: __HttpResponse,
|
|
412
488
|
context: __SerdeContext
|
|
@@ -451,6 +527,10 @@ export declare const de_ListModelVersionsCommand: (
|
|
|
451
527
|
output: __HttpResponse,
|
|
452
528
|
context: __SerdeContext
|
|
453
529
|
) => Promise<ListModelVersionsCommandOutput>;
|
|
530
|
+
export declare const de_ListRetrainingSchedulersCommand: (
|
|
531
|
+
output: __HttpResponse,
|
|
532
|
+
context: __SerdeContext
|
|
533
|
+
) => Promise<ListRetrainingSchedulersCommandOutput>;
|
|
454
534
|
export declare const de_ListSensorStatisticsCommand: (
|
|
455
535
|
output: __HttpResponse,
|
|
456
536
|
context: __SerdeContext
|
|
@@ -471,10 +551,18 @@ export declare const de_StartInferenceSchedulerCommand: (
|
|
|
471
551
|
output: __HttpResponse,
|
|
472
552
|
context: __SerdeContext
|
|
473
553
|
) => Promise<StartInferenceSchedulerCommandOutput>;
|
|
554
|
+
export declare const de_StartRetrainingSchedulerCommand: (
|
|
555
|
+
output: __HttpResponse,
|
|
556
|
+
context: __SerdeContext
|
|
557
|
+
) => Promise<StartRetrainingSchedulerCommandOutput>;
|
|
474
558
|
export declare const de_StopInferenceSchedulerCommand: (
|
|
475
559
|
output: __HttpResponse,
|
|
476
560
|
context: __SerdeContext
|
|
477
561
|
) => Promise<StopInferenceSchedulerCommandOutput>;
|
|
562
|
+
export declare const de_StopRetrainingSchedulerCommand: (
|
|
563
|
+
output: __HttpResponse,
|
|
564
|
+
context: __SerdeContext
|
|
565
|
+
) => Promise<StopRetrainingSchedulerCommandOutput>;
|
|
478
566
|
export declare const de_TagResourceCommand: (
|
|
479
567
|
output: __HttpResponse,
|
|
480
568
|
context: __SerdeContext
|
|
@@ -495,3 +583,11 @@ export declare const de_UpdateLabelGroupCommand: (
|
|
|
495
583
|
output: __HttpResponse,
|
|
496
584
|
context: __SerdeContext
|
|
497
585
|
) => Promise<UpdateLabelGroupCommandOutput>;
|
|
586
|
+
export declare const de_UpdateModelCommand: (
|
|
587
|
+
output: __HttpResponse,
|
|
588
|
+
context: __SerdeContext
|
|
589
|
+
) => Promise<UpdateModelCommandOutput>;
|
|
590
|
+
export declare const de_UpdateRetrainingSchedulerCommand: (
|
|
591
|
+
output: __HttpResponse,
|
|
592
|
+
context: __SerdeContext
|
|
593
|
+
) => Promise<UpdateRetrainingSchedulerCommandOutput>;
|
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.414.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",
|
|
@@ -21,37 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "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-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/
|
|
32
|
-
"@aws-sdk/
|
|
33
|
-
"@aws-sdk/util-
|
|
34
|
-
"@aws-sdk/util-user-agent-
|
|
35
|
-
"@
|
|
36
|
-
"@smithy/
|
|
37
|
-
"@smithy/
|
|
38
|
-
"@smithy/
|
|
39
|
-
"@smithy/
|
|
40
|
-
"@smithy/middleware-
|
|
41
|
-
"@smithy/middleware-
|
|
42
|
-
"@smithy/middleware-
|
|
24
|
+
"@aws-sdk/client-sts": "3.414.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.414.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.413.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.413.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.413.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.413.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.413.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.413.0",
|
|
32
|
+
"@aws-sdk/types": "3.413.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.413.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.413.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.413.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.0.8",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.1.3",
|
|
38
|
+
"@smithy/hash-node": "^2.0.7",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.0.7",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.0.9",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.0.7",
|
|
42
|
+
"@smithy/middleware-retry": "^2.0.10",
|
|
43
|
+
"@smithy/middleware-serde": "^2.0.7",
|
|
43
44
|
"@smithy/middleware-stack": "^2.0.0",
|
|
44
|
-
"@smithy/node-config-provider": "^2.0.
|
|
45
|
-
"@smithy/node-http-handler": "^2.1.
|
|
46
|
-
"@smithy/protocol-http": "^3.0.
|
|
47
|
-
"@smithy/smithy-client": "^2.1.
|
|
48
|
-
"@smithy/types": "^2.3.
|
|
49
|
-
"@smithy/url-parser": "^2.0.
|
|
45
|
+
"@smithy/node-config-provider": "^2.0.10",
|
|
46
|
+
"@smithy/node-http-handler": "^2.1.3",
|
|
47
|
+
"@smithy/protocol-http": "^3.0.3",
|
|
48
|
+
"@smithy/smithy-client": "^2.1.4",
|
|
49
|
+
"@smithy/types": "^2.3.1",
|
|
50
|
+
"@smithy/url-parser": "^2.0.7",
|
|
50
51
|
"@smithy/util-base64": "^2.0.0",
|
|
51
52
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
52
53
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.0.8",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.0.10",
|
|
55
56
|
"@smithy/util-retry": "^2.0.0",
|
|
56
57
|
"@smithy/util-utf8": "^2.0.0",
|
|
57
58
|
"tslib": "^2.5.0",
|