@aws-sdk/client-frauddetector 3.651.1 → 3.654.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-types/commands/BatchCreateVariableCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetVariableCommand.d.ts +12 -1
- package/dist-types/commands/CancelBatchImportJobCommand.d.ts +11 -0
- package/dist-types/commands/CancelBatchPredictionJobCommand.d.ts +11 -0
- package/dist-types/commands/CreateBatchImportJobCommand.d.ts +11 -0
- package/dist-types/commands/CreateBatchPredictionJobCommand.d.ts +11 -0
- package/dist-types/commands/CreateDetectorVersionCommand.d.ts +11 -0
- package/dist-types/commands/CreateListCommand.d.ts +11 -0
- package/dist-types/commands/CreateModelCommand.d.ts +11 -0
- package/dist-types/commands/CreateModelVersionCommand.d.ts +11 -0
- package/dist-types/commands/CreateRuleCommand.d.ts +11 -0
- package/dist-types/commands/CreateVariableCommand.d.ts +11 -0
- package/dist-types/commands/DeleteBatchImportJobCommand.d.ts +11 -0
- package/dist-types/commands/DeleteBatchPredictionJobCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDetectorCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDetectorVersionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteEntityTypeCommand.d.ts +11 -0
- package/dist-types/commands/DeleteEventCommand.d.ts +11 -0
- package/dist-types/commands/DeleteEventTypeCommand.d.ts +11 -0
- package/dist-types/commands/DeleteEventsByEventTypeCommand.d.ts +11 -0
- package/dist-types/commands/DeleteExternalModelCommand.d.ts +11 -0
- package/dist-types/commands/DeleteLabelCommand.d.ts +11 -0
- package/dist-types/commands/DeleteListCommand.d.ts +11 -0
- package/dist-types/commands/DeleteModelCommand.d.ts +11 -0
- package/dist-types/commands/DeleteModelVersionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteOutcomeCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRuleCommand.d.ts +11 -0
- package/dist-types/commands/DeleteVariableCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDetectorCommand.d.ts +11 -0
- package/dist-types/commands/DescribeModelVersionsCommand.d.ts +11 -0
- package/dist-types/commands/GetBatchImportJobsCommand.d.ts +11 -0
- package/dist-types/commands/GetBatchPredictionJobsCommand.d.ts +11 -0
- package/dist-types/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +11 -0
- package/dist-types/commands/GetDetectorVersionCommand.d.ts +11 -0
- package/dist-types/commands/GetDetectorsCommand.d.ts +11 -0
- package/dist-types/commands/GetEntityTypesCommand.d.ts +11 -0
- package/dist-types/commands/GetEventCommand.d.ts +11 -0
- package/dist-types/commands/GetEventPredictionCommand.d.ts +11 -0
- package/dist-types/commands/GetEventPredictionMetadataCommand.d.ts +11 -0
- package/dist-types/commands/GetEventTypesCommand.d.ts +11 -0
- package/dist-types/commands/GetExternalModelsCommand.d.ts +11 -0
- package/dist-types/commands/GetKMSEncryptionKeyCommand.d.ts +11 -0
- package/dist-types/commands/GetLabelsCommand.d.ts +11 -0
- package/dist-types/commands/GetListElementsCommand.d.ts +11 -0
- package/dist-types/commands/GetListsMetadataCommand.d.ts +11 -0
- package/dist-types/commands/GetModelVersionCommand.d.ts +11 -0
- package/dist-types/commands/GetModelsCommand.d.ts +11 -0
- package/dist-types/commands/GetOutcomesCommand.d.ts +11 -0
- package/dist-types/commands/GetRulesCommand.d.ts +11 -0
- package/dist-types/commands/GetVariablesCommand.d.ts +11 -0
- package/dist-types/commands/ListEventPredictionsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/PutDetectorCommand.d.ts +11 -0
- package/dist-types/commands/PutEntityTypeCommand.d.ts +11 -0
- package/dist-types/commands/PutEventTypeCommand.d.ts +11 -0
- package/dist-types/commands/PutExternalModelCommand.d.ts +11 -0
- package/dist-types/commands/PutKMSEncryptionKeyCommand.d.ts +11 -0
- package/dist-types/commands/PutLabelCommand.d.ts +11 -0
- package/dist-types/commands/PutOutcomeCommand.d.ts +11 -0
- package/dist-types/commands/SendEventCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDetectorVersionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDetectorVersionMetadataCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDetectorVersionStatusCommand.d.ts +11 -0
- package/dist-types/commands/UpdateEventLabelCommand.d.ts +11 -0
- package/dist-types/commands/UpdateListCommand.d.ts +11 -0
- package/dist-types/commands/UpdateModelCommand.d.ts +11 -0
- package/dist-types/commands/UpdateModelVersionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateModelVersionStatusCommand.d.ts +11 -0
- package/dist-types/commands/UpdateRuleMetadataCommand.d.ts +11 -0
- package/dist-types/commands/UpdateRuleVersionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateVariableCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/BatchCreateVariableCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetVariableCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelBatchImportJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelBatchPredictionJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateBatchImportJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateBatchPredictionJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDetectorVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateListCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateModelVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateVariableCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteBatchImportJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteBatchPredictionJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDetectorVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteEntityTypeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteEventCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteEventTypeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteEventsByEventTypeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteExternalModelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteListCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteModelVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteOutcomeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteVariableCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDetectorCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeModelVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetBatchImportJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetBatchPredictionJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDetectorVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDetectorsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetEntityTypesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetEventCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetEventPredictionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetEventPredictionMetadataCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetEventTypesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetExternalModelsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetKMSEncryptionKeyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetLabelsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetListElementsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetListsMetadataCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetModelVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetOutcomesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetRulesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetVariablesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListEventPredictionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutDetectorCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutEntityTypeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutEventTypeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutExternalModelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutKMSEncryptionKeyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutLabelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutOutcomeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SendEventCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDetectorVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDetectorVersionMetadataCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDetectorVersionStatusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateEventLabelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateListCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateModelVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateModelVersionStatusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateRuleMetadataCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateRuleVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateVariableCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -33,4 +33,15 @@ declare const GetLabelsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetLabelsCommand extends GetLabelsCommand_base {
|
|
36
|
+
export declare class GetLabelsCommand extends GetLabelsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetLabelsRequest;
|
|
40
|
+
output: GetLabelsResult;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetLabelsCommandInput;
|
|
44
|
+
output: GetLabelsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetListElementsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetListElementsCommand extends GetListElementsCommand_base {
|
|
39
|
+
export declare class GetListElementsCommand extends GetListElementsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetListElementsRequest;
|
|
43
|
+
output: GetListElementsResult;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetListElementsCommandInput;
|
|
47
|
+
output: GetListElementsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetListsMetadataCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetListsMetadataCommand extends GetListsMetadataCommand_base {
|
|
39
|
+
export declare class GetListsMetadataCommand extends GetListsMetadataCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetListsMetadataRequest;
|
|
43
|
+
output: GetListsMetadataResult;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetListsMetadataCommandInput;
|
|
47
|
+
output: GetListsMetadataCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetModelVersionCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetModelVersionCommand extends GetModelVersionCommand_base {
|
|
39
|
+
export declare class GetModelVersionCommand extends GetModelVersionCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetModelVersionRequest;
|
|
43
|
+
output: GetModelVersionResult;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetModelVersionCommandInput;
|
|
47
|
+
output: GetModelVersionCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetModelsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetModelsCommand extends GetModelsCommand_base {
|
|
36
|
+
export declare class GetModelsCommand extends GetModelsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetModelsRequest;
|
|
40
|
+
output: GetModelsResult;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetModelsCommandInput;
|
|
44
|
+
output: GetModelsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetOutcomesCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetOutcomesCommand extends GetOutcomesCommand_base {
|
|
36
|
+
export declare class GetOutcomesCommand extends GetOutcomesCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetOutcomesRequest;
|
|
40
|
+
output: GetOutcomesResult;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetOutcomesCommandInput;
|
|
44
|
+
output: GetOutcomesCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetRulesCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetRulesCommand extends GetRulesCommand_base {
|
|
36
|
+
export declare class GetRulesCommand extends GetRulesCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetRulesRequest;
|
|
40
|
+
output: GetRulesResult;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetRulesCommandInput;
|
|
44
|
+
output: GetRulesCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetVariablesCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetVariablesCommand extends GetVariablesCommand_base {
|
|
36
|
+
export declare class GetVariablesCommand extends GetVariablesCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetVariablesRequest;
|
|
40
|
+
output: GetVariablesResult;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetVariablesCommandInput;
|
|
44
|
+
output: GetVariablesCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListEventPredictionsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListEventPredictionsCommand extends ListEventPredictionsCommand_base {
|
|
40
|
+
export declare class ListEventPredictionsCommand extends ListEventPredictionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListEventPredictionsRequest;
|
|
44
|
+
output: ListEventPredictionsResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListEventPredictionsCommandInput;
|
|
48
|
+
output: ListEventPredictionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
40
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListTagsForResourceRequest;
|
|
44
|
+
output: ListTagsForResourceResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListTagsForResourceCommandInput;
|
|
48
|
+
output: ListTagsForResourceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const PutDetectorCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class PutDetectorCommand extends PutDetectorCommand_base {
|
|
36
|
+
export declare class PutDetectorCommand extends PutDetectorCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: PutDetectorRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: PutDetectorCommandInput;
|
|
44
|
+
output: PutDetectorCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const PutEntityTypeCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class PutEntityTypeCommand extends PutEntityTypeCommand_base {
|
|
36
|
+
export declare class PutEntityTypeCommand extends PutEntityTypeCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: PutEntityTypeRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: PutEntityTypeCommandInput;
|
|
44
|
+
output: PutEntityTypeCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const PutEventTypeCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class PutEventTypeCommand extends PutEventTypeCommand_base {
|
|
36
|
+
export declare class PutEventTypeCommand extends PutEventTypeCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: PutEventTypeRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: PutEventTypeCommandInput;
|
|
44
|
+
output: PutEventTypeCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const PutExternalModelCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class PutExternalModelCommand extends PutExternalModelCommand_base {
|
|
39
|
+
export declare class PutExternalModelCommand extends PutExternalModelCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: PutExternalModelRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: PutExternalModelCommandInput;
|
|
47
|
+
output: PutExternalModelCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const PutKMSEncryptionKeyCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class PutKMSEncryptionKeyCommand extends PutKMSEncryptionKeyCommand_base {
|
|
40
|
+
export declare class PutKMSEncryptionKeyCommand extends PutKMSEncryptionKeyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: PutKMSEncryptionKeyRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: PutKMSEncryptionKeyCommandInput;
|
|
48
|
+
output: PutKMSEncryptionKeyCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const PutLabelCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class PutLabelCommand extends PutLabelCommand_base {
|
|
36
|
+
export declare class PutLabelCommand extends PutLabelCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: PutLabelRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: PutLabelCommandInput;
|
|
44
|
+
output: PutLabelCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const PutOutcomeCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class PutOutcomeCommand extends PutOutcomeCommand_base {
|
|
36
|
+
export declare class PutOutcomeCommand extends PutOutcomeCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: PutOutcomeRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: PutOutcomeCommandInput;
|
|
44
|
+
output: PutOutcomeCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const SendEventCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class SendEventCommand extends SendEventCommand_base {
|
|
36
|
+
export declare class SendEventCommand extends SendEventCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: SendEventRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: SendEventCommandInput;
|
|
44
|
+
output: SendEventCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
36
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: TagResourceRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: TagResourceCommandInput;
|
|
44
|
+
output: TagResourceCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const UntagResourceCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
36
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: UntagResourceRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: UntagResourceCommandInput;
|
|
44
|
+
output: UntagResourceCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateDetectorVersionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateDetectorVersionCommand extends UpdateDetectorVersionCommand_base {
|
|
40
|
+
export declare class UpdateDetectorVersionCommand extends UpdateDetectorVersionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateDetectorVersionRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateDetectorVersionCommandInput;
|
|
48
|
+
output: UpdateDetectorVersionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateDetectorVersionMetadataCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateDetectorVersionMetadataCommand extends UpdateDetectorVersionMetadataCommand_base {
|
|
40
|
+
export declare class UpdateDetectorVersionMetadataCommand extends UpdateDetectorVersionMetadataCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateDetectorVersionMetadataRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateDetectorVersionMetadataCommandInput;
|
|
48
|
+
output: UpdateDetectorVersionMetadataCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateDetectorVersionStatusCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateDetectorVersionStatusCommand extends UpdateDetectorVersionStatusCommand_base {
|
|
40
|
+
export declare class UpdateDetectorVersionStatusCommand extends UpdateDetectorVersionStatusCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateDetectorVersionStatusRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateDetectorVersionStatusCommandInput;
|
|
48
|
+
output: UpdateDetectorVersionStatusCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UpdateEventLabelCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UpdateEventLabelCommand extends UpdateEventLabelCommand_base {
|
|
39
|
+
export declare class UpdateEventLabelCommand extends UpdateEventLabelCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UpdateEventLabelRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UpdateEventLabelCommandInput;
|
|
47
|
+
output: UpdateEventLabelCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const UpdateListCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class UpdateListCommand extends UpdateListCommand_base {
|
|
36
|
+
export declare class UpdateListCommand extends UpdateListCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: UpdateListRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: UpdateListCommandInput;
|
|
44
|
+
output: UpdateListCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const UpdateModelCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class UpdateModelCommand extends UpdateModelCommand_base {
|
|
36
|
+
export declare class UpdateModelCommand extends UpdateModelCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: UpdateModelRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: UpdateModelCommandInput;
|
|
44
|
+
output: UpdateModelCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateModelVersionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateModelVersionCommand extends UpdateModelVersionCommand_base {
|
|
40
|
+
export declare class UpdateModelVersionCommand extends UpdateModelVersionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateModelVersionRequest;
|
|
44
|
+
output: UpdateModelVersionResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateModelVersionCommandInput;
|
|
48
|
+
output: UpdateModelVersionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateModelVersionStatusCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateModelVersionStatusCommand extends UpdateModelVersionStatusCommand_base {
|
|
40
|
+
export declare class UpdateModelVersionStatusCommand extends UpdateModelVersionStatusCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateModelVersionStatusRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateModelVersionStatusCommandInput;
|
|
48
|
+
output: UpdateModelVersionStatusCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateRuleMetadataCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateRuleMetadataCommand extends UpdateRuleMetadataCommand_base {
|
|
40
|
+
export declare class UpdateRuleMetadataCommand extends UpdateRuleMetadataCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateRuleMetadataRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateRuleMetadataCommandInput;
|
|
48
|
+
output: UpdateRuleMetadataCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateRuleVersionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateRuleVersionCommand extends UpdateRuleVersionCommand_base {
|
|
40
|
+
export declare class UpdateRuleVersionCommand extends UpdateRuleVersionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateRuleVersionRequest;
|
|
44
|
+
output: UpdateRuleVersionResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateRuleVersionCommandInput;
|
|
48
|
+
output: UpdateRuleVersionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UpdateVariableCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UpdateVariableCommand extends UpdateVariableCommand_base {
|
|
39
|
+
export declare class UpdateVariableCommand extends UpdateVariableCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UpdateVariableRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UpdateVariableCommandInput;
|
|
47
|
+
output: UpdateVariableCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
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.654.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-frauddetector",
|
|
@@ -20,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.4.
|
|
38
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.2.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.3.
|
|
50
|
-
"@smithy/types": "^3.4.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.654.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.654.0",
|
|
25
|
+
"@aws-sdk/core": "3.654.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.654.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.654.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.654.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.654.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.654.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.654.0",
|
|
32
|
+
"@aws-sdk/types": "3.654.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.654.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.654.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.654.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.8",
|
|
37
|
+
"@smithy/core": "^2.4.3",
|
|
38
|
+
"@smithy/fetch-http-handler": "^3.2.7",
|
|
39
|
+
"@smithy/hash-node": "^3.0.6",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.6",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.8",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.1.3",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.18",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.6",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.6",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.7",
|
|
47
|
+
"@smithy/node-http-handler": "^3.2.2",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.3",
|
|
49
|
+
"@smithy/smithy-client": "^3.3.2",
|
|
50
|
+
"@smithy/types": "^3.4.2",
|
|
51
|
+
"@smithy/url-parser": "^3.0.6",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.1.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.18",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.18",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.2",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.6",
|
|
59
|
+
"@smithy/util-retry": "^3.0.6",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|