@aws-sdk/client-frauddetector 3.650.0 → 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
|
@@ -90,4 +90,15 @@ declare const BatchCreateVariableCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class BatchCreateVariableCommand extends BatchCreateVariableCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: BatchCreateVariableRequest;
|
|
97
|
+
output: BatchCreateVariableResult;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: BatchCreateVariableCommandInput;
|
|
101
|
+
output: BatchCreateVariableCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -24,7 +24,7 @@ export interface BatchGetVariableCommandOutput extends BatchGetVariableResult, _
|
|
|
24
24
|
declare const BatchGetVariableCommand_base: {
|
|
25
25
|
new (input: BatchGetVariableCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetVariableCommandInput, BatchGetVariableCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: BatchGetVariableCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetVariableCommandInput, BatchGetVariableCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; /** @internal type navigation helper, not in runtime. */
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Gets a batch of variables.</p>
|
|
@@ -90,4 +90,15 @@ declare const BatchGetVariableCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class BatchGetVariableCommand extends BatchGetVariableCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: BatchGetVariableRequest;
|
|
97
|
+
output: BatchGetVariableResult;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: BatchGetVariableCommandInput;
|
|
101
|
+
output: BatchGetVariableCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -70,4 +70,15 @@ declare const CancelBatchImportJobCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class CancelBatchImportJobCommand extends CancelBatchImportJobCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: CancelBatchImportJobRequest;
|
|
77
|
+
output: {};
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: CancelBatchImportJobCommandInput;
|
|
81
|
+
output: CancelBatchImportJobCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -70,4 +70,15 @@ declare const CancelBatchPredictionJobCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class CancelBatchPredictionJobCommand extends CancelBatchPredictionJobCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: CancelBatchPredictionJobRequest;
|
|
77
|
+
output: {};
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: CancelBatchPredictionJobCommandInput;
|
|
81
|
+
output: CancelBatchPredictionJobCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -80,4 +80,15 @@ declare const CreateBatchImportJobCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class CreateBatchImportJobCommand extends CreateBatchImportJobCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: CreateBatchImportJobRequest;
|
|
87
|
+
output: {};
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: CreateBatchImportJobCommandInput;
|
|
91
|
+
output: CreateBatchImportJobCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -82,4 +82,15 @@ declare const CreateBatchPredictionJobCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class CreateBatchPredictionJobCommand extends CreateBatchPredictionJobCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: CreateBatchPredictionJobRequest;
|
|
89
|
+
output: {};
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: CreateBatchPredictionJobCommandInput;
|
|
93
|
+
output: CreateBatchPredictionJobCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -100,4 +100,15 @@ declare const CreateDetectorVersionCommand_base: {
|
|
|
100
100
|
* @public
|
|
101
101
|
*/
|
|
102
102
|
export declare class CreateDetectorVersionCommand extends CreateDetectorVersionCommand_base {
|
|
103
|
+
/** @internal type navigation helper, not in runtime. */
|
|
104
|
+
protected static __types: {
|
|
105
|
+
api: {
|
|
106
|
+
input: CreateDetectorVersionRequest;
|
|
107
|
+
output: CreateDetectorVersionResult;
|
|
108
|
+
};
|
|
109
|
+
sdk: {
|
|
110
|
+
input: CreateDetectorVersionCommandInput;
|
|
111
|
+
output: CreateDetectorVersionCommandOutput;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
103
114
|
}
|
|
@@ -82,4 +82,15 @@ declare const CreateListCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class CreateListCommand extends CreateListCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: CreateListRequest;
|
|
89
|
+
output: {};
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: CreateListCommandInput;
|
|
93
|
+
output: CreateListCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -76,4 +76,15 @@ declare const CreateModelCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class CreateModelCommand extends CreateModelCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: CreateModelRequest;
|
|
83
|
+
output: {};
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: CreateModelCommandInput;
|
|
87
|
+
output: CreateModelCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -107,4 +107,15 @@ declare const CreateModelVersionCommand_base: {
|
|
|
107
107
|
* @public
|
|
108
108
|
*/
|
|
109
109
|
export declare class CreateModelVersionCommand extends CreateModelVersionCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: CreateModelVersionRequest;
|
|
114
|
+
output: CreateModelVersionResult;
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: CreateModelVersionCommandInput;
|
|
118
|
+
output: CreateModelVersionCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
110
121
|
}
|
|
@@ -86,4 +86,15 @@ declare const CreateRuleCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class CreateRuleCommand extends CreateRuleCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: CreateRuleRequest;
|
|
93
|
+
output: CreateRuleResult;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: CreateRuleCommandInput;
|
|
97
|
+
output: CreateRuleCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -78,4 +78,15 @@ declare const CreateVariableCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class CreateVariableCommand extends CreateVariableCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: CreateVariableRequest;
|
|
85
|
+
output: {};
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: CreateVariableCommandInput;
|
|
89
|
+
output: CreateVariableCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -67,4 +67,15 @@ declare const DeleteBatchImportJobCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class DeleteBatchImportJobCommand extends DeleteBatchImportJobCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: DeleteBatchImportJobRequest;
|
|
74
|
+
output: {};
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: DeleteBatchImportJobCommandInput;
|
|
78
|
+
output: DeleteBatchImportJobCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -67,4 +67,15 @@ declare const DeleteBatchPredictionJobCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class DeleteBatchPredictionJobCommand extends DeleteBatchPredictionJobCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: DeleteBatchPredictionJobRequest;
|
|
74
|
+
output: {};
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: DeleteBatchPredictionJobCommandInput;
|
|
78
|
+
output: DeleteBatchPredictionJobCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -71,4 +71,15 @@ declare const DeleteDetectorCommand_base: {
|
|
|
71
71
|
* @public
|
|
72
72
|
*/
|
|
73
73
|
export declare class DeleteDetectorCommand extends DeleteDetectorCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: DeleteDetectorRequest;
|
|
78
|
+
output: {};
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: DeleteDetectorCommandInput;
|
|
82
|
+
output: DeleteDetectorCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
74
85
|
}
|
|
@@ -75,4 +75,15 @@ declare const DeleteDetectorVersionCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class DeleteDetectorVersionCommand extends DeleteDetectorVersionCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: DeleteDetectorVersionRequest;
|
|
82
|
+
output: {};
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: DeleteDetectorVersionCommandInput;
|
|
86
|
+
output: DeleteDetectorVersionCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -72,4 +72,15 @@ declare const DeleteEntityTypeCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class DeleteEntityTypeCommand extends DeleteEntityTypeCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: DeleteEntityTypeRequest;
|
|
79
|
+
output: {};
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: DeleteEntityTypeCommandInput;
|
|
83
|
+
output: DeleteEntityTypeCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -71,4 +71,15 @@ declare const DeleteEventCommand_base: {
|
|
|
71
71
|
* @public
|
|
72
72
|
*/
|
|
73
73
|
export declare class DeleteEventCommand extends DeleteEventCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: DeleteEventRequest;
|
|
78
|
+
output: {};
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: DeleteEventCommandInput;
|
|
82
|
+
output: DeleteEventCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
74
85
|
}
|
|
@@ -72,4 +72,15 @@ declare const DeleteEventTypeCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class DeleteEventTypeCommand extends DeleteEventTypeCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: DeleteEventTypeRequest;
|
|
79
|
+
output: {};
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: DeleteEventTypeCommandInput;
|
|
83
|
+
output: DeleteEventTypeCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -76,4 +76,15 @@ declare const DeleteEventsByEventTypeCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class DeleteEventsByEventTypeCommand extends DeleteEventsByEventTypeCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: DeleteEventsByEventTypeRequest;
|
|
83
|
+
output: DeleteEventsByEventTypeResult;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: DeleteEventsByEventTypeCommandInput;
|
|
87
|
+
output: DeleteEventsByEventTypeCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -71,4 +71,15 @@ declare const DeleteExternalModelCommand_base: {
|
|
|
71
71
|
* @public
|
|
72
72
|
*/
|
|
73
73
|
export declare class DeleteExternalModelCommand extends DeleteExternalModelCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: DeleteExternalModelRequest;
|
|
78
|
+
output: {};
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: DeleteExternalModelCommandInput;
|
|
82
|
+
output: DeleteExternalModelCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
74
85
|
}
|
|
@@ -70,4 +70,15 @@ declare const DeleteLabelCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class DeleteLabelCommand extends DeleteLabelCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: DeleteLabelRequest;
|
|
77
|
+
output: {};
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: DeleteLabelCommandInput;
|
|
81
|
+
output: DeleteLabelCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -73,4 +73,15 @@ declare const DeleteListCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class DeleteListCommand extends DeleteListCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: DeleteListRequest;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: DeleteListCommandInput;
|
|
84
|
+
output: DeleteListCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -73,4 +73,15 @@ declare const DeleteModelCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class DeleteModelCommand extends DeleteModelCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: DeleteModelRequest;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: DeleteModelCommandInput;
|
|
84
|
+
output: DeleteModelCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -74,4 +74,15 @@ declare const DeleteModelVersionCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class DeleteModelVersionCommand extends DeleteModelVersionCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: DeleteModelVersionRequest;
|
|
81
|
+
output: {};
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: DeleteModelVersionCommandInput;
|
|
85
|
+
output: DeleteModelVersionCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -72,4 +72,15 @@ declare const DeleteOutcomeCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class DeleteOutcomeCommand extends DeleteOutcomeCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: DeleteOutcomeRequest;
|
|
79
|
+
output: {};
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: DeleteOutcomeCommandInput;
|
|
83
|
+
output: DeleteOutcomeCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -75,4 +75,15 @@ declare const DeleteRuleCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class DeleteRuleCommand extends DeleteRuleCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: DeleteRuleRequest;
|
|
82
|
+
output: {};
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: DeleteRuleCommandInput;
|
|
86
|
+
output: DeleteRuleCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -73,4 +73,15 @@ declare const DeleteVariableCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class DeleteVariableCommand extends DeleteVariableCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: DeleteVariableRequest;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: DeleteVariableCommandInput;
|
|
84
|
+
output: DeleteVariableCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -84,4 +84,15 @@ declare const DescribeDetectorCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class DescribeDetectorCommand extends DescribeDetectorCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: DescribeDetectorRequest;
|
|
91
|
+
output: DescribeDetectorResult;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: DescribeDetectorCommandInput;
|
|
95
|
+
output: DescribeDetectorCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -237,4 +237,15 @@ declare const DescribeModelVersionsCommand_base: {
|
|
|
237
237
|
* @public
|
|
238
238
|
*/
|
|
239
239
|
export declare class DescribeModelVersionsCommand extends DescribeModelVersionsCommand_base {
|
|
240
|
+
/** @internal type navigation helper, not in runtime. */
|
|
241
|
+
protected static __types: {
|
|
242
|
+
api: {
|
|
243
|
+
input: DescribeModelVersionsRequest;
|
|
244
|
+
output: DescribeModelVersionsResult;
|
|
245
|
+
};
|
|
246
|
+
sdk: {
|
|
247
|
+
input: DescribeModelVersionsCommandInput;
|
|
248
|
+
output: DescribeModelVersionsCommandOutput;
|
|
249
|
+
};
|
|
250
|
+
};
|
|
240
251
|
}
|
|
@@ -94,4 +94,15 @@ declare const GetBatchImportJobsCommand_base: {
|
|
|
94
94
|
* @public
|
|
95
95
|
*/
|
|
96
96
|
export declare class GetBatchImportJobsCommand extends GetBatchImportJobsCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: GetBatchImportJobsRequest;
|
|
101
|
+
output: GetBatchImportJobsResult;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: GetBatchImportJobsCommandInput;
|
|
105
|
+
output: GetBatchImportJobsCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -93,4 +93,15 @@ declare const GetBatchPredictionJobsCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class GetBatchPredictionJobsCommand extends GetBatchPredictionJobsCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: GetBatchPredictionJobsRequest;
|
|
100
|
+
output: GetBatchPredictionJobsResult;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: GetBatchPredictionJobsCommandInput;
|
|
104
|
+
output: GetBatchPredictionJobsCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -73,4 +73,15 @@ declare const GetDeleteEventsByEventTypeStatusCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class GetDeleteEventsByEventTypeStatusCommand extends GetDeleteEventsByEventTypeStatusCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: GetDeleteEventsByEventTypeStatusRequest;
|
|
80
|
+
output: GetDeleteEventsByEventTypeStatusResult;
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: GetDeleteEventsByEventTypeStatusCommandInput;
|
|
84
|
+
output: GetDeleteEventsByEventTypeStatusCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -98,4 +98,15 @@ declare const GetDetectorVersionCommand_base: {
|
|
|
98
98
|
* @public
|
|
99
99
|
*/
|
|
100
100
|
export declare class GetDetectorVersionCommand extends GetDetectorVersionCommand_base {
|
|
101
|
+
/** @internal type navigation helper, not in runtime. */
|
|
102
|
+
protected static __types: {
|
|
103
|
+
api: {
|
|
104
|
+
input: GetDetectorVersionRequest;
|
|
105
|
+
output: GetDetectorVersionResult;
|
|
106
|
+
};
|
|
107
|
+
sdk: {
|
|
108
|
+
input: GetDetectorVersionCommandInput;
|
|
109
|
+
output: GetDetectorVersionCommandOutput;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
101
112
|
}
|
|
@@ -89,4 +89,15 @@ declare const GetDetectorsCommand_base: {
|
|
|
89
89
|
* @public
|
|
90
90
|
*/
|
|
91
91
|
export declare class GetDetectorsCommand extends GetDetectorsCommand_base {
|
|
92
|
+
/** @internal type navigation helper, not in runtime. */
|
|
93
|
+
protected static __types: {
|
|
94
|
+
api: {
|
|
95
|
+
input: GetDetectorsRequest;
|
|
96
|
+
output: GetDetectorsResult;
|
|
97
|
+
};
|
|
98
|
+
sdk: {
|
|
99
|
+
input: GetDetectorsCommandInput;
|
|
100
|
+
output: GetDetectorsCommandOutput;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
92
103
|
}
|
|
@@ -88,4 +88,15 @@ declare const GetEntityTypesCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class GetEntityTypesCommand extends GetEntityTypesCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: GetEntityTypesRequest;
|
|
95
|
+
output: GetEntityTypesResult;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: GetEntityTypesCommandInput;
|
|
99
|
+
output: GetEntityTypesCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -88,4 +88,15 @@ declare const GetEventCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class GetEventCommand extends GetEventCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: GetEventRequest;
|
|
95
|
+
output: GetEventResult;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: GetEventCommandInput;
|
|
99
|
+
output: GetEventCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -128,4 +128,15 @@ declare const GetEventPredictionCommand_base: {
|
|
|
128
128
|
* @public
|
|
129
129
|
*/
|
|
130
130
|
export declare class GetEventPredictionCommand extends GetEventPredictionCommand_base {
|
|
131
|
+
/** @internal type navigation helper, not in runtime. */
|
|
132
|
+
protected static __types: {
|
|
133
|
+
api: {
|
|
134
|
+
input: GetEventPredictionRequest;
|
|
135
|
+
output: GetEventPredictionResult;
|
|
136
|
+
};
|
|
137
|
+
sdk: {
|
|
138
|
+
input: GetEventPredictionCommandInput;
|
|
139
|
+
output: GetEventPredictionCommandOutput;
|
|
140
|
+
};
|
|
141
|
+
};
|
|
131
142
|
}
|
|
@@ -151,4 +151,15 @@ declare const GetEventPredictionMetadataCommand_base: {
|
|
|
151
151
|
* @public
|
|
152
152
|
*/
|
|
153
153
|
export declare class GetEventPredictionMetadataCommand extends GetEventPredictionMetadataCommand_base {
|
|
154
|
+
/** @internal type navigation helper, not in runtime. */
|
|
155
|
+
protected static __types: {
|
|
156
|
+
api: {
|
|
157
|
+
input: GetEventPredictionMetadataRequest;
|
|
158
|
+
output: GetEventPredictionMetadataResult;
|
|
159
|
+
};
|
|
160
|
+
sdk: {
|
|
161
|
+
input: GetEventPredictionMetadataCommandInput;
|
|
162
|
+
output: GetEventPredictionMetadataCommandOutput;
|
|
163
|
+
};
|
|
164
|
+
};
|
|
154
165
|
}
|