@aws-sdk/client-frauddetector 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 +75 -91
- package/dist-es/models/models_0.js +75 -91
- package/dist-types/commands/BatchCreateVariableCommand.d.ts +5 -5
- package/dist-types/commands/BatchGetVariableCommand.d.ts +2 -2
- package/dist-types/commands/CancelBatchImportJobCommand.d.ts +1 -1
- package/dist-types/commands/CancelBatchPredictionJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateBatchImportJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateBatchPredictionJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateDetectorVersionCommand.d.ts +8 -8
- package/dist-types/commands/CreateListCommand.d.ts +4 -4
- package/dist-types/commands/CreateModelCommand.d.ts +3 -3
- package/dist-types/commands/CreateModelVersionCommand.d.ts +10 -10
- package/dist-types/commands/CreateRuleCommand.d.ts +4 -4
- package/dist-types/commands/CreateVariableCommand.d.ts +3 -3
- package/dist-types/commands/DeleteBatchImportJobCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBatchPredictionJobCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDetectorCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDetectorVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEntityTypeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEventCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEventTypeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEventsByEventTypeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteExternalModelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLabelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteListCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteOutcomeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRuleCommand.d.ts +2 -2
- package/dist-types/commands/DeleteVariableCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDetectorCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelVersionsCommand.d.ts +1 -1
- package/dist-types/commands/GetBatchImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/GetBatchPredictionJobsCommand.d.ts +1 -1
- package/dist-types/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetDetectorVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetDetectorsCommand.d.ts +1 -1
- package/dist-types/commands/GetEntityTypesCommand.d.ts +1 -1
- package/dist-types/commands/GetEventCommand.d.ts +1 -1
- package/dist-types/commands/GetEventPredictionCommand.d.ts +6 -6
- package/dist-types/commands/GetEventPredictionMetadataCommand.d.ts +1 -1
- package/dist-types/commands/GetEventTypesCommand.d.ts +1 -1
- package/dist-types/commands/GetExternalModelsCommand.d.ts +1 -1
- package/dist-types/commands/GetLabelsCommand.d.ts +1 -1
- package/dist-types/commands/GetListElementsCommand.d.ts +1 -1
- package/dist-types/commands/GetListsMetadataCommand.d.ts +1 -1
- package/dist-types/commands/GetModelVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetModelsCommand.d.ts +1 -1
- package/dist-types/commands/GetOutcomesCommand.d.ts +1 -1
- package/dist-types/commands/GetRulesCommand.d.ts +1 -1
- package/dist-types/commands/GetVariablesCommand.d.ts +1 -1
- package/dist-types/commands/ListEventPredictionsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutDetectorCommand.d.ts +3 -3
- package/dist-types/commands/PutEntityTypeCommand.d.ts +3 -3
- package/dist-types/commands/PutEventTypeCommand.d.ts +5 -5
- package/dist-types/commands/PutExternalModelCommand.d.ts +7 -7
- package/dist-types/commands/PutKMSEncryptionKeyCommand.d.ts +1 -1
- package/dist-types/commands/PutLabelCommand.d.ts +3 -3
- package/dist-types/commands/PutOutcomeCommand.d.ts +3 -3
- package/dist-types/commands/SendEventCommand.d.ts +4 -4
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateDetectorVersionCommand.d.ts +6 -6
- package/dist-types/commands/UpdateDetectorVersionMetadataCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDetectorVersionStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEventLabelCommand.d.ts +1 -1
- package/dist-types/commands/UpdateListCommand.d.ts +2 -2
- package/dist-types/commands/UpdateModelCommand.d.ts +1 -1
- package/dist-types/commands/UpdateModelVersionCommand.d.ts +6 -6
- package/dist-types/commands/UpdateModelVersionStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRuleMetadataCommand.d.ts +2 -2
- package/dist-types/commands/UpdateRuleVersionCommand.d.ts +5 -5
- package/dist-types/commands/UpdateVariableCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +155 -75
- package/dist-types/ts3.4/models/models_0.d.ts +102 -75
- package/package.json +34 -34
|
@@ -27,14 +27,16 @@ export interface AllowDenyList {
|
|
|
27
27
|
updatedTime?: string;
|
|
28
28
|
arn?: string;
|
|
29
29
|
}
|
|
30
|
-
export declare
|
|
31
|
-
CANCELED
|
|
32
|
-
CANCEL_IN_PROGRESS
|
|
33
|
-
COMPLETE
|
|
34
|
-
FAILED
|
|
35
|
-
IN_PROGRESS
|
|
36
|
-
IN_PROGRESS_INITIALIZING
|
|
37
|
-
}
|
|
30
|
+
export declare const AsyncJobStatus: {
|
|
31
|
+
readonly CANCELED: "CANCELED";
|
|
32
|
+
readonly CANCEL_IN_PROGRESS: "CANCEL_IN_PROGRESS";
|
|
33
|
+
readonly COMPLETE: "COMPLETE";
|
|
34
|
+
readonly FAILED: "FAILED";
|
|
35
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
36
|
+
readonly IN_PROGRESS_INITIALIZING: "IN_PROGRESS_INITIALIZING";
|
|
37
|
+
};
|
|
38
|
+
export type AsyncJobStatus =
|
|
39
|
+
(typeof AsyncJobStatus)[keyof typeof AsyncJobStatus];
|
|
38
40
|
export interface ATIMetricDataPoint {
|
|
39
41
|
cr?: number;
|
|
40
42
|
adr?: number;
|
|
@@ -101,17 +103,19 @@ export interface BatchGetVariableError {
|
|
|
101
103
|
code?: number;
|
|
102
104
|
message?: string;
|
|
103
105
|
}
|
|
104
|
-
export declare
|
|
105
|
-
EVENT
|
|
106
|
-
EXTERNAL_MODEL_SCORE
|
|
107
|
-
MODEL_SCORE
|
|
108
|
-
}
|
|
109
|
-
export
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
106
|
+
export declare const DataSource: {
|
|
107
|
+
readonly EVENT: "EVENT";
|
|
108
|
+
readonly EXTERNAL_MODEL_SCORE: "EXTERNAL_MODEL_SCORE";
|
|
109
|
+
readonly MODEL_SCORE: "MODEL_SCORE";
|
|
110
|
+
};
|
|
111
|
+
export type DataSource = (typeof DataSource)[keyof typeof DataSource];
|
|
112
|
+
export declare const DataType: {
|
|
113
|
+
readonly BOOLEAN: "BOOLEAN";
|
|
114
|
+
readonly FLOAT: "FLOAT";
|
|
115
|
+
readonly INTEGER: "INTEGER";
|
|
116
|
+
readonly STRING: "STRING";
|
|
117
|
+
};
|
|
118
|
+
export type DataType = (typeof DataType)[keyof typeof DataType];
|
|
115
119
|
export interface Variable {
|
|
116
120
|
name?: string;
|
|
117
121
|
dataType?: DataType | string;
|
|
@@ -162,21 +166,24 @@ export interface CreateBatchPredictionJobRequest {
|
|
|
162
166
|
tags?: Tag[];
|
|
163
167
|
}
|
|
164
168
|
export interface CreateBatchPredictionJobResult {}
|
|
165
|
-
export declare
|
|
166
|
-
ACCOUNT_TAKEOVER_INSIGHTS
|
|
167
|
-
ONLINE_FRAUD_INSIGHTS
|
|
168
|
-
TRANSACTION_FRAUD_INSIGHTS
|
|
169
|
-
}
|
|
169
|
+
export declare const ModelTypeEnum: {
|
|
170
|
+
readonly ACCOUNT_TAKEOVER_INSIGHTS: "ACCOUNT_TAKEOVER_INSIGHTS";
|
|
171
|
+
readonly ONLINE_FRAUD_INSIGHTS: "ONLINE_FRAUD_INSIGHTS";
|
|
172
|
+
readonly TRANSACTION_FRAUD_INSIGHTS: "TRANSACTION_FRAUD_INSIGHTS";
|
|
173
|
+
};
|
|
174
|
+
export type ModelTypeEnum = (typeof ModelTypeEnum)[keyof typeof ModelTypeEnum];
|
|
170
175
|
export interface ModelVersion {
|
|
171
176
|
modelId: string | undefined;
|
|
172
177
|
modelType: ModelTypeEnum | string | undefined;
|
|
173
178
|
modelVersionNumber: string | undefined;
|
|
174
179
|
arn?: string;
|
|
175
180
|
}
|
|
176
|
-
export declare
|
|
177
|
-
ALL_MATCHED
|
|
178
|
-
FIRST_MATCHED
|
|
179
|
-
}
|
|
181
|
+
export declare const RuleExecutionMode: {
|
|
182
|
+
readonly ALL_MATCHED: "ALL_MATCHED";
|
|
183
|
+
readonly FIRST_MATCHED: "FIRST_MATCHED";
|
|
184
|
+
};
|
|
185
|
+
export type RuleExecutionMode =
|
|
186
|
+
(typeof RuleExecutionMode)[keyof typeof RuleExecutionMode];
|
|
180
187
|
export interface Rule {
|
|
181
188
|
detectorId: string | undefined;
|
|
182
189
|
ruleId: string | undefined;
|
|
@@ -191,11 +198,13 @@ export interface CreateDetectorVersionRequest {
|
|
|
191
198
|
ruleExecutionMode?: RuleExecutionMode | string;
|
|
192
199
|
tags?: Tag[];
|
|
193
200
|
}
|
|
194
|
-
export declare
|
|
195
|
-
ACTIVE
|
|
196
|
-
DRAFT
|
|
197
|
-
INACTIVE
|
|
198
|
-
}
|
|
201
|
+
export declare const DetectorVersionStatus: {
|
|
202
|
+
readonly ACTIVE: "ACTIVE";
|
|
203
|
+
readonly DRAFT: "DRAFT";
|
|
204
|
+
readonly INACTIVE: "INACTIVE";
|
|
205
|
+
};
|
|
206
|
+
export type DetectorVersionStatus =
|
|
207
|
+
(typeof DetectorVersionStatus)[keyof typeof DetectorVersionStatus];
|
|
199
208
|
export interface CreateDetectorVersionResult {
|
|
200
209
|
detectorId?: string;
|
|
201
210
|
detectorVersionId?: string;
|
|
@@ -228,12 +237,14 @@ export interface IngestedEventsTimeWindow {
|
|
|
228
237
|
export interface IngestedEventsDetail {
|
|
229
238
|
ingestedEventsTimeWindow: IngestedEventsTimeWindow | undefined;
|
|
230
239
|
}
|
|
231
|
-
export declare
|
|
232
|
-
AUTO
|
|
233
|
-
FRAUD
|
|
234
|
-
IGNORE
|
|
235
|
-
LEGIT
|
|
236
|
-
}
|
|
240
|
+
export declare const UnlabeledEventsTreatment: {
|
|
241
|
+
readonly AUTO: "AUTO";
|
|
242
|
+
readonly FRAUD: "FRAUD";
|
|
243
|
+
readonly IGNORE: "IGNORE";
|
|
244
|
+
readonly LEGIT: "LEGIT";
|
|
245
|
+
};
|
|
246
|
+
export type UnlabeledEventsTreatment =
|
|
247
|
+
(typeof UnlabeledEventsTreatment)[keyof typeof UnlabeledEventsTreatment];
|
|
237
248
|
export interface LabelSchema {
|
|
238
249
|
labelMapper?: Record<string, string[]>;
|
|
239
250
|
unlabeledEventsTreatment?: UnlabeledEventsTreatment | string;
|
|
@@ -242,10 +253,12 @@ export interface TrainingDataSchema {
|
|
|
242
253
|
modelVariables: string[] | undefined;
|
|
243
254
|
labelSchema?: LabelSchema;
|
|
244
255
|
}
|
|
245
|
-
export declare
|
|
246
|
-
EXTERNAL_EVENTS
|
|
247
|
-
INGESTED_EVENTS
|
|
248
|
-
}
|
|
256
|
+
export declare const TrainingDataSourceEnum: {
|
|
257
|
+
readonly EXTERNAL_EVENTS: "EXTERNAL_EVENTS";
|
|
258
|
+
readonly INGESTED_EVENTS: "INGESTED_EVENTS";
|
|
259
|
+
};
|
|
260
|
+
export type TrainingDataSourceEnum =
|
|
261
|
+
(typeof TrainingDataSourceEnum)[keyof typeof TrainingDataSourceEnum];
|
|
249
262
|
export interface CreateModelVersionRequest {
|
|
250
263
|
modelId: string | undefined;
|
|
251
264
|
modelType: ModelTypeEnum | string | undefined;
|
|
@@ -261,9 +274,10 @@ export interface CreateModelVersionResult {
|
|
|
261
274
|
modelVersionNumber?: string;
|
|
262
275
|
status?: string;
|
|
263
276
|
}
|
|
264
|
-
export declare
|
|
265
|
-
DETECTORPL
|
|
266
|
-
}
|
|
277
|
+
export declare const Language: {
|
|
278
|
+
readonly DETECTORPL: "DETECTORPL";
|
|
279
|
+
};
|
|
280
|
+
export type Language = (typeof Language)[keyof typeof Language];
|
|
267
281
|
export interface CreateRuleRequest {
|
|
268
282
|
ruleId: string | undefined;
|
|
269
283
|
detectorId: string | undefined;
|
|
@@ -630,9 +644,10 @@ export interface GetEventPredictionRequest {
|
|
|
630
644
|
eventVariables: Record<string, string> | undefined;
|
|
631
645
|
externalModelEndpointDataBlobs?: Record<string, ModelEndpointDataBlob>;
|
|
632
646
|
}
|
|
633
|
-
export declare
|
|
634
|
-
SAGEMAKER
|
|
635
|
-
}
|
|
647
|
+
export declare const ModelSource: {
|
|
648
|
+
readonly SAGEMAKER: "SAGEMAKER";
|
|
649
|
+
};
|
|
650
|
+
export type ModelSource = (typeof ModelSource)[keyof typeof ModelSource];
|
|
636
651
|
export interface ExternalModelSummary {
|
|
637
652
|
modelEndpoint?: string;
|
|
638
653
|
modelSource?: ModelSource | string;
|
|
@@ -730,10 +745,12 @@ export interface GetEventTypesRequest {
|
|
|
730
745
|
nextToken?: string;
|
|
731
746
|
maxResults?: number;
|
|
732
747
|
}
|
|
733
|
-
export declare
|
|
734
|
-
DISABLED
|
|
735
|
-
ENABLED
|
|
736
|
-
}
|
|
748
|
+
export declare const EventIngestion: {
|
|
749
|
+
readonly DISABLED: "DISABLED";
|
|
750
|
+
readonly ENABLED: "ENABLED";
|
|
751
|
+
};
|
|
752
|
+
export type EventIngestion =
|
|
753
|
+
(typeof EventIngestion)[keyof typeof EventIngestion];
|
|
737
754
|
export interface IngestedEventStatistics {
|
|
738
755
|
numberOfEvents?: number;
|
|
739
756
|
eventDataSizeInBytes?: number;
|
|
@@ -762,10 +779,12 @@ export interface GetExternalModelsRequest {
|
|
|
762
779
|
nextToken?: string;
|
|
763
780
|
maxResults?: number;
|
|
764
781
|
}
|
|
765
|
-
export declare
|
|
766
|
-
CSV
|
|
767
|
-
JSON
|
|
768
|
-
}
|
|
782
|
+
export declare const ModelInputDataFormat: {
|
|
783
|
+
readonly CSV: "TEXT_CSV";
|
|
784
|
+
readonly JSON: "APPLICATION_JSON";
|
|
785
|
+
};
|
|
786
|
+
export type ModelInputDataFormat =
|
|
787
|
+
(typeof ModelInputDataFormat)[keyof typeof ModelInputDataFormat];
|
|
769
788
|
export interface ModelInputConfiguration {
|
|
770
789
|
eventTypeName?: string;
|
|
771
790
|
format?: ModelInputDataFormat | string;
|
|
@@ -773,14 +792,18 @@ export interface ModelInputConfiguration {
|
|
|
773
792
|
jsonInputTemplate?: string;
|
|
774
793
|
csvInputTemplate?: string;
|
|
775
794
|
}
|
|
776
|
-
export declare
|
|
777
|
-
ASSOCIATED
|
|
778
|
-
DISSOCIATED
|
|
779
|
-
}
|
|
780
|
-
export
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
795
|
+
export declare const ModelEndpointStatus: {
|
|
796
|
+
readonly ASSOCIATED: "ASSOCIATED";
|
|
797
|
+
readonly DISSOCIATED: "DISSOCIATED";
|
|
798
|
+
};
|
|
799
|
+
export type ModelEndpointStatus =
|
|
800
|
+
(typeof ModelEndpointStatus)[keyof typeof ModelEndpointStatus];
|
|
801
|
+
export declare const ModelOutputDataFormat: {
|
|
802
|
+
readonly CSV: "TEXT_CSV";
|
|
803
|
+
readonly JSONLINES: "APPLICATION_JSONLINES";
|
|
804
|
+
};
|
|
805
|
+
export type ModelOutputDataFormat =
|
|
806
|
+
(typeof ModelOutputDataFormat)[keyof typeof ModelOutputDataFormat];
|
|
784
807
|
export interface ModelOutputConfiguration {
|
|
785
808
|
format: ModelOutputDataFormat | string | undefined;
|
|
786
809
|
jsonKeyToVariableMap?: Record<string, string>;
|
|
@@ -1059,11 +1082,13 @@ export interface UpdateEventLabelRequest {
|
|
|
1059
1082
|
labelTimestamp: string | undefined;
|
|
1060
1083
|
}
|
|
1061
1084
|
export interface UpdateEventLabelResult {}
|
|
1062
|
-
export declare
|
|
1063
|
-
APPEND
|
|
1064
|
-
REMOVE
|
|
1065
|
-
REPLACE
|
|
1066
|
-
}
|
|
1085
|
+
export declare const ListUpdateMode: {
|
|
1086
|
+
readonly APPEND: "APPEND";
|
|
1087
|
+
readonly REMOVE: "REMOVE";
|
|
1088
|
+
readonly REPLACE: "REPLACE";
|
|
1089
|
+
};
|
|
1090
|
+
export type ListUpdateMode =
|
|
1091
|
+
(typeof ListUpdateMode)[keyof typeof ListUpdateMode];
|
|
1067
1092
|
export interface UpdateListRequest {
|
|
1068
1093
|
name: string | undefined;
|
|
1069
1094
|
elements?: string[];
|
|
@@ -1092,11 +1117,13 @@ export interface UpdateModelVersionResult {
|
|
|
1092
1117
|
modelVersionNumber?: string;
|
|
1093
1118
|
status?: string;
|
|
1094
1119
|
}
|
|
1095
|
-
export declare
|
|
1096
|
-
ACTIVE
|
|
1097
|
-
INACTIVE
|
|
1098
|
-
TRAINING_CANCELLED
|
|
1099
|
-
}
|
|
1120
|
+
export declare const ModelVersionStatus: {
|
|
1121
|
+
readonly ACTIVE: "ACTIVE";
|
|
1122
|
+
readonly INACTIVE: "INACTIVE";
|
|
1123
|
+
readonly TRAINING_CANCELLED: "TRAINING_CANCELLED";
|
|
1124
|
+
};
|
|
1125
|
+
export type ModelVersionStatus =
|
|
1126
|
+
(typeof ModelVersionStatus)[keyof typeof ModelVersionStatus];
|
|
1100
1127
|
export interface UpdateModelVersionStatusRequest {
|
|
1101
1128
|
modelId: string | undefined;
|
|
1102
1129
|
modelType: ModelTypeEnum | string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-frauddetector",
|
|
3
3
|
"description": "AWS SDK for JavaScript Frauddetector 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",
|