@aws-sdk/client-forecast 3.300.0 → 3.303.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/models/models_0.js +100 -117
- package/dist-es/models/models_0.js +100 -117
- package/dist-types/commands/CreateAutoPredictorCommand.d.ts +16 -16
- package/dist-types/commands/CreateDatasetCommand.d.ts +7 -7
- package/dist-types/commands/CreateDatasetGroupCommand.d.ts +4 -4
- package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +5 -5
- package/dist-types/commands/CreateExplainabilityCommand.d.ts +9 -9
- package/dist-types/commands/CreateExplainabilityExportCommand.d.ts +5 -5
- package/dist-types/commands/CreateForecastCommand.d.ts +11 -11
- package/dist-types/commands/CreateForecastExportJobCommand.d.ts +5 -5
- package/dist-types/commands/CreateMonitorCommand.d.ts +3 -3
- package/dist-types/commands/CreatePredictorBacktestExportJobCommand.d.ts +5 -5
- package/dist-types/commands/CreatePredictorCommand.d.ts +26 -26
- package/dist-types/commands/CreateWhatIfAnalysisCommand.d.ts +10 -10
- package/dist-types/commands/CreateWhatIfForecastCommand.d.ts +13 -13
- package/dist-types/commands/CreateWhatIfForecastExportCommand.d.ts +6 -6
- package/dist-types/commands/DeleteDatasetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDatasetImportJobCommand.d.ts +1 -1
- package/dist-types/commands/DeleteExplainabilityCommand.d.ts +1 -1
- package/dist-types/commands/DeleteExplainabilityExportCommand.d.ts +1 -1
- package/dist-types/commands/DeleteForecastCommand.d.ts +1 -1
- package/dist-types/commands/DeleteForecastExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMonitorCommand.d.ts +1 -1
- package/dist-types/commands/DeletePredictorBacktestExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DeletePredictorCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResourceTreeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWhatIfAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWhatIfForecastCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWhatIfForecastExportCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAutoPredictorCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDatasetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExplainabilityCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExplainabilityExportCommand.d.ts +1 -1
- package/dist-types/commands/DescribeForecastCommand.d.ts +1 -1
- package/dist-types/commands/DescribeForecastExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMonitorCommand.d.ts +1 -1
- package/dist-types/commands/DescribePredictorBacktestExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribePredictorCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWhatIfAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWhatIfForecastCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWhatIfForecastExportCommand.d.ts +1 -1
- package/dist-types/commands/GetAccuracyMetricsCommand.d.ts +1 -1
- package/dist-types/commands/ListDatasetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListDatasetsCommand.d.ts +1 -1
- package/dist-types/commands/ListExplainabilitiesCommand.d.ts +3 -3
- package/dist-types/commands/ListExplainabilityExportsCommand.d.ts +3 -3
- package/dist-types/commands/ListForecastExportJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListForecastsCommand.d.ts +3 -3
- package/dist-types/commands/ListMonitorEvaluationsCommand.d.ts +3 -3
- package/dist-types/commands/ListMonitorsCommand.d.ts +3 -3
- package/dist-types/commands/ListPredictorBacktestExportJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListPredictorsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListWhatIfAnalysesCommand.d.ts +3 -3
- package/dist-types/commands/ListWhatIfForecastExportsCommand.d.ts +3 -3
- package/dist-types/commands/ListWhatIfForecastsCommand.d.ts +3 -3
- package/dist-types/commands/ResumeResourceCommand.d.ts +1 -1
- package/dist-types/commands/StopResourceCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateDatasetGroupCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +185 -100
- package/dist-types/ts3.4/models/models_0.d.ts +124 -100
- package/package.json +34 -34
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { ForecastServiceException as __BaseException } from "./ForecastServiceException";
|
|
3
|
-
export declare
|
|
4
|
-
ADD
|
|
5
|
-
DIVIDE
|
|
6
|
-
MULTIPLY
|
|
7
|
-
SUBTRACT
|
|
8
|
-
}
|
|
3
|
+
export declare const Operation: {
|
|
4
|
+
readonly ADD: "ADD";
|
|
5
|
+
readonly DIVIDE: "DIVIDE";
|
|
6
|
+
readonly MULTIPLY: "MULTIPLY";
|
|
7
|
+
readonly SUBTRACT: "SUBTRACT";
|
|
8
|
+
};
|
|
9
|
+
export type Operation = (typeof Operation)[keyof typeof Operation];
|
|
9
10
|
export interface Action {
|
|
10
11
|
AttributeName: string | undefined;
|
|
11
12
|
Operation: Operation | string | undefined;
|
|
@@ -31,40 +32,44 @@ export interface EncryptionConfig {
|
|
|
31
32
|
export interface MonitorConfig {
|
|
32
33
|
MonitorName: string | undefined;
|
|
33
34
|
}
|
|
34
|
-
export declare
|
|
35
|
-
AverageWeightedQuantileLoss
|
|
36
|
-
MAPE
|
|
37
|
-
MASE
|
|
38
|
-
RMSE
|
|
39
|
-
WAPE
|
|
40
|
-
}
|
|
35
|
+
export declare const OptimizationMetric: {
|
|
36
|
+
readonly AverageWeightedQuantileLoss: "AverageWeightedQuantileLoss";
|
|
37
|
+
readonly MAPE: "MAPE";
|
|
38
|
+
readonly MASE: "MASE";
|
|
39
|
+
readonly RMSE: "RMSE";
|
|
40
|
+
readonly WAPE: "WAPE";
|
|
41
|
+
};
|
|
42
|
+
export type OptimizationMetric =
|
|
43
|
+
(typeof OptimizationMetric)[keyof typeof OptimizationMetric];
|
|
41
44
|
export interface Tag {
|
|
42
45
|
Key: string | undefined;
|
|
43
46
|
Value: string | undefined;
|
|
44
47
|
}
|
|
45
|
-
export declare
|
|
46
|
-
FRIDAY
|
|
47
|
-
MONDAY
|
|
48
|
-
SATURDAY
|
|
49
|
-
SUNDAY
|
|
50
|
-
THURSDAY
|
|
51
|
-
TUESDAY
|
|
52
|
-
WEDNESDAY
|
|
53
|
-
}
|
|
54
|
-
export
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
48
|
+
export declare const DayOfWeek: {
|
|
49
|
+
readonly FRIDAY: "FRIDAY";
|
|
50
|
+
readonly MONDAY: "MONDAY";
|
|
51
|
+
readonly SATURDAY: "SATURDAY";
|
|
52
|
+
readonly SUNDAY: "SUNDAY";
|
|
53
|
+
readonly THURSDAY: "THURSDAY";
|
|
54
|
+
readonly TUESDAY: "TUESDAY";
|
|
55
|
+
readonly WEDNESDAY: "WEDNESDAY";
|
|
56
|
+
};
|
|
57
|
+
export type DayOfWeek = (typeof DayOfWeek)[keyof typeof DayOfWeek];
|
|
58
|
+
export declare const Month: {
|
|
59
|
+
readonly APRIL: "APRIL";
|
|
60
|
+
readonly AUGUST: "AUGUST";
|
|
61
|
+
readonly DECEMBER: "DECEMBER";
|
|
62
|
+
readonly FEBRUARY: "FEBRUARY";
|
|
63
|
+
readonly JANUARY: "JANUARY";
|
|
64
|
+
readonly JULY: "JULY";
|
|
65
|
+
readonly JUNE: "JUNE";
|
|
66
|
+
readonly MARCH: "MARCH";
|
|
67
|
+
readonly MAY: "MAY";
|
|
68
|
+
readonly NOVEMBER: "NOVEMBER";
|
|
69
|
+
readonly OCTOBER: "OCTOBER";
|
|
70
|
+
readonly SEPTEMBER: "SEPTEMBER";
|
|
71
|
+
};
|
|
72
|
+
export type Month = (typeof Month)[keyof typeof Month];
|
|
68
73
|
export interface TimeAlignmentBoundary {
|
|
69
74
|
Month?: Month | string;
|
|
70
75
|
DayOfMonth?: number;
|
|
@@ -129,27 +134,30 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
129
134
|
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
130
135
|
);
|
|
131
136
|
}
|
|
132
|
-
export declare
|
|
133
|
-
ITEM_METADATA
|
|
134
|
-
RELATED_TIME_SERIES
|
|
135
|
-
TARGET_TIME_SERIES
|
|
136
|
-
}
|
|
137
|
-
export
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
137
|
+
export declare const DatasetType: {
|
|
138
|
+
readonly ITEM_METADATA: "ITEM_METADATA";
|
|
139
|
+
readonly RELATED_TIME_SERIES: "RELATED_TIME_SERIES";
|
|
140
|
+
readonly TARGET_TIME_SERIES: "TARGET_TIME_SERIES";
|
|
141
|
+
};
|
|
142
|
+
export type DatasetType = (typeof DatasetType)[keyof typeof DatasetType];
|
|
143
|
+
export declare const Domain: {
|
|
144
|
+
readonly CUSTOM: "CUSTOM";
|
|
145
|
+
readonly EC2_CAPACITY: "EC2_CAPACITY";
|
|
146
|
+
readonly INVENTORY_PLANNING: "INVENTORY_PLANNING";
|
|
147
|
+
readonly METRICS: "METRICS";
|
|
148
|
+
readonly RETAIL: "RETAIL";
|
|
149
|
+
readonly WEB_TRAFFIC: "WEB_TRAFFIC";
|
|
150
|
+
readonly WORK_FORCE: "WORK_FORCE";
|
|
151
|
+
};
|
|
152
|
+
export type Domain = (typeof Domain)[keyof typeof Domain];
|
|
153
|
+
export declare const AttributeType: {
|
|
154
|
+
readonly FLOAT: "float";
|
|
155
|
+
readonly GEOLOCATION: "geolocation";
|
|
156
|
+
readonly INTEGER: "integer";
|
|
157
|
+
readonly STRING: "string";
|
|
158
|
+
readonly TIMESTAMP: "timestamp";
|
|
159
|
+
};
|
|
160
|
+
export type AttributeType = (typeof AttributeType)[keyof typeof AttributeType];
|
|
153
161
|
export interface SchemaAttribute {
|
|
154
162
|
AttributeName?: string;
|
|
155
163
|
AttributeType?: AttributeType | string;
|
|
@@ -186,10 +194,11 @@ export interface S3Config {
|
|
|
186
194
|
export interface DataSource {
|
|
187
195
|
S3Config: S3Config | undefined;
|
|
188
196
|
}
|
|
189
|
-
export declare
|
|
190
|
-
FULL
|
|
191
|
-
INCREMENTAL
|
|
192
|
-
}
|
|
197
|
+
export declare const ImportMode: {
|
|
198
|
+
readonly FULL: "FULL";
|
|
199
|
+
readonly INCREMENTAL: "INCREMENTAL";
|
|
200
|
+
};
|
|
201
|
+
export type ImportMode = (typeof ImportMode)[keyof typeof ImportMode];
|
|
193
202
|
export interface CreateDatasetImportJobRequest {
|
|
194
203
|
DatasetImportJobName: string | undefined;
|
|
195
204
|
DatasetArn: string | undefined;
|
|
@@ -205,14 +214,18 @@ export interface CreateDatasetImportJobRequest {
|
|
|
205
214
|
export interface CreateDatasetImportJobResponse {
|
|
206
215
|
DatasetImportJobArn?: string;
|
|
207
216
|
}
|
|
208
|
-
export declare
|
|
209
|
-
ALL
|
|
210
|
-
SPECIFIC
|
|
211
|
-
}
|
|
212
|
-
export
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
217
|
+
export declare const TimePointGranularity: {
|
|
218
|
+
readonly ALL: "ALL";
|
|
219
|
+
readonly SPECIFIC: "SPECIFIC";
|
|
220
|
+
};
|
|
221
|
+
export type TimePointGranularity =
|
|
222
|
+
(typeof TimePointGranularity)[keyof typeof TimePointGranularity];
|
|
223
|
+
export declare const TimeSeriesGranularity: {
|
|
224
|
+
readonly ALL: "ALL";
|
|
225
|
+
readonly SPECIFIC: "SPECIFIC";
|
|
226
|
+
};
|
|
227
|
+
export type TimeSeriesGranularity =
|
|
228
|
+
(typeof TimeSeriesGranularity)[keyof typeof TimeSeriesGranularity];
|
|
216
229
|
export interface ExplainabilityConfig {
|
|
217
230
|
TimeSeriesGranularity: TimeSeriesGranularity | string | undefined;
|
|
218
231
|
TimePointGranularity: TimePointGranularity | string | undefined;
|
|
@@ -280,17 +293,21 @@ export interface CreateMonitorRequest {
|
|
|
280
293
|
export interface CreateMonitorResponse {
|
|
281
294
|
MonitorArn?: string;
|
|
282
295
|
}
|
|
283
|
-
export declare
|
|
284
|
-
AccuracyOptimized
|
|
285
|
-
LatencyOptimized
|
|
286
|
-
}
|
|
296
|
+
export declare const AutoMLOverrideStrategy: {
|
|
297
|
+
readonly AccuracyOptimized: "AccuracyOptimized";
|
|
298
|
+
readonly LatencyOptimized: "LatencyOptimized";
|
|
299
|
+
};
|
|
300
|
+
export type AutoMLOverrideStrategy =
|
|
301
|
+
(typeof AutoMLOverrideStrategy)[keyof typeof AutoMLOverrideStrategy];
|
|
287
302
|
export interface EvaluationParameters {
|
|
288
303
|
NumberOfBacktestWindows?: number;
|
|
289
304
|
BackTestWindowOffset?: number;
|
|
290
305
|
}
|
|
291
|
-
export declare
|
|
292
|
-
filling
|
|
293
|
-
}
|
|
306
|
+
export declare const FeaturizationMethodName: {
|
|
307
|
+
readonly filling: "filling";
|
|
308
|
+
};
|
|
309
|
+
export type FeaturizationMethodName =
|
|
310
|
+
(typeof FeaturizationMethodName)[keyof typeof FeaturizationMethodName];
|
|
294
311
|
export interface FeaturizationMethod {
|
|
295
312
|
FeaturizationMethodName: FeaturizationMethodName | string | undefined;
|
|
296
313
|
FeaturizationMethodParameters?: Record<string, string>;
|
|
@@ -308,12 +325,13 @@ export interface CategoricalParameterRange {
|
|
|
308
325
|
Name: string | undefined;
|
|
309
326
|
Values: string[] | undefined;
|
|
310
327
|
}
|
|
311
|
-
export declare
|
|
312
|
-
Auto
|
|
313
|
-
Linear
|
|
314
|
-
Logarithmic
|
|
315
|
-
ReverseLogarithmic
|
|
316
|
-
}
|
|
328
|
+
export declare const ScalingType: {
|
|
329
|
+
readonly Auto: "Auto";
|
|
330
|
+
readonly Linear: "Linear";
|
|
331
|
+
readonly Logarithmic: "Logarithmic";
|
|
332
|
+
readonly ReverseLogarithmic: "ReverseLogarithmic";
|
|
333
|
+
};
|
|
334
|
+
export type ScalingType = (typeof ScalingType)[keyof typeof ScalingType];
|
|
317
335
|
export interface ContinuousParameterRange {
|
|
318
336
|
Name: string | undefined;
|
|
319
337
|
MaxValue: number | undefined;
|
|
@@ -387,12 +405,13 @@ export interface TimeSeriesReplacementsDataSource {
|
|
|
387
405
|
Format?: string;
|
|
388
406
|
TimestampFormat?: string;
|
|
389
407
|
}
|
|
390
|
-
export declare
|
|
391
|
-
EQUALS
|
|
392
|
-
GREATER_THAN
|
|
393
|
-
LESS_THAN
|
|
394
|
-
NOT_EQUALS
|
|
395
|
-
}
|
|
408
|
+
export declare const Condition: {
|
|
409
|
+
readonly EQUALS: "EQUALS";
|
|
410
|
+
readonly GREATER_THAN: "GREATER_THAN";
|
|
411
|
+
readonly LESS_THAN: "LESS_THAN";
|
|
412
|
+
readonly NOT_EQUALS: "NOT_EQUALS";
|
|
413
|
+
};
|
|
414
|
+
export type Condition = (typeof Condition)[keyof typeof Condition];
|
|
396
415
|
export interface TimeSeriesCondition {
|
|
397
416
|
AttributeName: string | undefined;
|
|
398
417
|
AttributeValue: string | undefined;
|
|
@@ -475,10 +494,11 @@ export interface MonitorInfo {
|
|
|
475
494
|
MonitorArn?: string;
|
|
476
495
|
Status?: string;
|
|
477
496
|
}
|
|
478
|
-
export declare
|
|
479
|
-
Active
|
|
480
|
-
Deleted
|
|
481
|
-
}
|
|
497
|
+
export declare const State: {
|
|
498
|
+
readonly Active: "Active";
|
|
499
|
+
readonly Deleted: "Deleted";
|
|
500
|
+
};
|
|
501
|
+
export type State = (typeof State)[keyof typeof State];
|
|
482
502
|
export interface ReferencePredictorSummary {
|
|
483
503
|
Arn?: string;
|
|
484
504
|
State?: State | string;
|
|
@@ -760,10 +780,12 @@ export interface DescribeWhatIfForecastExportResponse {
|
|
|
760
780
|
export interface GetAccuracyMetricsRequest {
|
|
761
781
|
PredictorArn: string | undefined;
|
|
762
782
|
}
|
|
763
|
-
export declare
|
|
764
|
-
COMPUTED
|
|
765
|
-
SUMMARY
|
|
766
|
-
}
|
|
783
|
+
export declare const EvaluationType: {
|
|
784
|
+
readonly COMPUTED: "COMPUTED";
|
|
785
|
+
readonly SUMMARY: "SUMMARY";
|
|
786
|
+
};
|
|
787
|
+
export type EvaluationType =
|
|
788
|
+
(typeof EvaluationType)[keyof typeof EvaluationType];
|
|
767
789
|
export interface ErrorMetric {
|
|
768
790
|
ForecastType?: string;
|
|
769
791
|
WAPE?: number;
|
|
@@ -820,10 +842,12 @@ export interface ListDatasetGroupsResponse {
|
|
|
820
842
|
DatasetGroups?: DatasetGroupSummary[];
|
|
821
843
|
NextToken?: string;
|
|
822
844
|
}
|
|
823
|
-
export declare
|
|
824
|
-
IS
|
|
825
|
-
IS_NOT
|
|
826
|
-
}
|
|
845
|
+
export declare const FilterConditionString: {
|
|
846
|
+
readonly IS: "IS";
|
|
847
|
+
readonly IS_NOT: "IS_NOT";
|
|
848
|
+
};
|
|
849
|
+
export type FilterConditionString =
|
|
850
|
+
(typeof FilterConditionString)[keyof typeof FilterConditionString];
|
|
827
851
|
export interface Filter {
|
|
828
852
|
Key: string | undefined;
|
|
829
853
|
Value: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-forecast",
|
|
3
3
|
"description": "AWS SDK for JavaScript Forecast Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.303.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,42 +21,42 @@
|
|
|
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/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
46
|
-
"@aws-sdk/util-base64": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
48
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
55
|
-
"@aws-sdk/util-utf8": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.303.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.303.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.303.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.303.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.303.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.303.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.303.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.303.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.303.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.303.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.303.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.303.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.303.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.303.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.303.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.303.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.303.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.303.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.303.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.303.0",
|
|
44
|
+
"@aws-sdk/types": "3.303.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.303.0",
|
|
46
|
+
"@aws-sdk/util-base64": "3.303.0",
|
|
47
|
+
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
|
+
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.303.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.303.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.303.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.303.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.303.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.303.0",
|
|
55
|
+
"@aws-sdk/util-utf8": "3.303.0",
|
|
56
56
|
"tslib": "^2.5.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
59
|
+
"@aws-sdk/service-client-documentation-generator": "3.303.0",
|
|
60
60
|
"@tsconfig/node14": "1.0.3",
|
|
61
61
|
"@types/node": "^14.14.31",
|
|
62
62
|
"concurrently": "7.0.0",
|