@aws-sdk/client-frauddetector 3.477.0 → 3.481.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/commands/BatchCreateVariableCommand.js +18 -41
- package/dist-cjs/commands/BatchGetVariableCommand.js +18 -41
- package/dist-cjs/commands/CancelBatchImportJobCommand.js +18 -41
- package/dist-cjs/commands/CancelBatchPredictionJobCommand.js +18 -41
- package/dist-cjs/commands/CreateBatchImportJobCommand.js +18 -41
- package/dist-cjs/commands/CreateBatchPredictionJobCommand.js +18 -41
- package/dist-cjs/commands/CreateDetectorVersionCommand.js +18 -41
- package/dist-cjs/commands/CreateListCommand.js +18 -41
- package/dist-cjs/commands/CreateModelCommand.js +18 -41
- package/dist-cjs/commands/CreateModelVersionCommand.js +18 -41
- package/dist-cjs/commands/CreateRuleCommand.js +18 -41
- package/dist-cjs/commands/CreateVariableCommand.js +18 -41
- package/dist-cjs/commands/DeleteBatchImportJobCommand.js +18 -41
- package/dist-cjs/commands/DeleteBatchPredictionJobCommand.js +18 -41
- package/dist-cjs/commands/DeleteDetectorCommand.js +18 -41
- package/dist-cjs/commands/DeleteDetectorVersionCommand.js +18 -41
- package/dist-cjs/commands/DeleteEntityTypeCommand.js +18 -41
- package/dist-cjs/commands/DeleteEventCommand.js +18 -41
- package/dist-cjs/commands/DeleteEventTypeCommand.js +18 -41
- package/dist-cjs/commands/DeleteEventsByEventTypeCommand.js +18 -41
- package/dist-cjs/commands/DeleteExternalModelCommand.js +18 -41
- package/dist-cjs/commands/DeleteLabelCommand.js +18 -41
- package/dist-cjs/commands/DeleteListCommand.js +18 -41
- package/dist-cjs/commands/DeleteModelCommand.js +18 -41
- package/dist-cjs/commands/DeleteModelVersionCommand.js +18 -41
- package/dist-cjs/commands/DeleteOutcomeCommand.js +18 -41
- package/dist-cjs/commands/DeleteRuleCommand.js +18 -41
- package/dist-cjs/commands/DeleteVariableCommand.js +18 -41
- package/dist-cjs/commands/DescribeDetectorCommand.js +18 -41
- package/dist-cjs/commands/DescribeModelVersionsCommand.js +18 -41
- package/dist-cjs/commands/GetBatchImportJobsCommand.js +18 -41
- package/dist-cjs/commands/GetBatchPredictionJobsCommand.js +18 -41
- package/dist-cjs/commands/GetDeleteEventsByEventTypeStatusCommand.js +18 -41
- package/dist-cjs/commands/GetDetectorVersionCommand.js +18 -41
- package/dist-cjs/commands/GetDetectorsCommand.js +18 -41
- package/dist-cjs/commands/GetEntityTypesCommand.js +18 -41
- package/dist-cjs/commands/GetEventCommand.js +18 -41
- package/dist-cjs/commands/GetEventPredictionCommand.js +18 -41
- package/dist-cjs/commands/GetEventPredictionMetadataCommand.js +18 -41
- package/dist-cjs/commands/GetEventTypesCommand.js +18 -41
- package/dist-cjs/commands/GetExternalModelsCommand.js +18 -41
- package/dist-cjs/commands/GetKMSEncryptionKeyCommand.js +18 -41
- package/dist-cjs/commands/GetLabelsCommand.js +18 -41
- package/dist-cjs/commands/GetListElementsCommand.js +18 -41
- package/dist-cjs/commands/GetListsMetadataCommand.js +18 -41
- package/dist-cjs/commands/GetModelVersionCommand.js +18 -41
- package/dist-cjs/commands/GetModelsCommand.js +18 -41
- package/dist-cjs/commands/GetOutcomesCommand.js +18 -41
- package/dist-cjs/commands/GetRulesCommand.js +18 -41
- package/dist-cjs/commands/GetVariablesCommand.js +18 -41
- package/dist-cjs/commands/ListEventPredictionsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/PutDetectorCommand.js +18 -41
- package/dist-cjs/commands/PutEntityTypeCommand.js +18 -41
- package/dist-cjs/commands/PutEventTypeCommand.js +18 -41
- package/dist-cjs/commands/PutExternalModelCommand.js +18 -41
- package/dist-cjs/commands/PutKMSEncryptionKeyCommand.js +18 -41
- package/dist-cjs/commands/PutLabelCommand.js +18 -41
- package/dist-cjs/commands/PutOutcomeCommand.js +18 -41
- package/dist-cjs/commands/SendEventCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateDetectorVersionCommand.js +18 -41
- package/dist-cjs/commands/UpdateDetectorVersionMetadataCommand.js +18 -41
- package/dist-cjs/commands/UpdateDetectorVersionStatusCommand.js +18 -41
- package/dist-cjs/commands/UpdateEventLabelCommand.js +18 -41
- package/dist-cjs/commands/UpdateListCommand.js +18 -41
- package/dist-cjs/commands/UpdateModelCommand.js +18 -41
- package/dist-cjs/commands/UpdateModelVersionCommand.js +18 -41
- package/dist-cjs/commands/UpdateModelVersionStatusCommand.js +18 -41
- package/dist-cjs/commands/UpdateRuleMetadataCommand.js +18 -41
- package/dist-cjs/commands/UpdateRuleVersionCommand.js +18 -41
- package/dist-cjs/commands/UpdateVariableCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/DescribeModelVersionsPaginator.js +2 -24
- package/dist-cjs/pagination/GetBatchImportJobsPaginator.js +2 -24
- package/dist-cjs/pagination/GetBatchPredictionJobsPaginator.js +2 -24
- package/dist-cjs/pagination/GetDetectorsPaginator.js +2 -24
- package/dist-cjs/pagination/GetEntityTypesPaginator.js +2 -24
- package/dist-cjs/pagination/GetEventTypesPaginator.js +2 -24
- package/dist-cjs/pagination/GetExternalModelsPaginator.js +2 -24
- package/dist-cjs/pagination/GetLabelsPaginator.js +2 -24
- package/dist-cjs/pagination/GetListElementsPaginator.js +2 -24
- package/dist-cjs/pagination/GetListsMetadataPaginator.js +2 -24
- package/dist-cjs/pagination/GetModelsPaginator.js +2 -24
- package/dist-cjs/pagination/GetOutcomesPaginator.js +2 -24
- package/dist-cjs/pagination/GetRulesPaginator.js +2 -24
- package/dist-cjs/pagination/GetVariablesPaginator.js +2 -24
- package/dist-cjs/pagination/ListEventPredictionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +2 -24
- package/dist-es/commands/BatchCreateVariableCommand.js +18 -41
- package/dist-es/commands/BatchGetVariableCommand.js +18 -41
- package/dist-es/commands/CancelBatchImportJobCommand.js +18 -41
- package/dist-es/commands/CancelBatchPredictionJobCommand.js +18 -41
- package/dist-es/commands/CreateBatchImportJobCommand.js +18 -41
- package/dist-es/commands/CreateBatchPredictionJobCommand.js +18 -41
- package/dist-es/commands/CreateDetectorVersionCommand.js +18 -41
- package/dist-es/commands/CreateListCommand.js +18 -41
- package/dist-es/commands/CreateModelCommand.js +18 -41
- package/dist-es/commands/CreateModelVersionCommand.js +18 -41
- package/dist-es/commands/CreateRuleCommand.js +18 -41
- package/dist-es/commands/CreateVariableCommand.js +18 -41
- package/dist-es/commands/DeleteBatchImportJobCommand.js +18 -41
- package/dist-es/commands/DeleteBatchPredictionJobCommand.js +18 -41
- package/dist-es/commands/DeleteDetectorCommand.js +18 -41
- package/dist-es/commands/DeleteDetectorVersionCommand.js +18 -41
- package/dist-es/commands/DeleteEntityTypeCommand.js +18 -41
- package/dist-es/commands/DeleteEventCommand.js +18 -41
- package/dist-es/commands/DeleteEventTypeCommand.js +18 -41
- package/dist-es/commands/DeleteEventsByEventTypeCommand.js +18 -41
- package/dist-es/commands/DeleteExternalModelCommand.js +18 -41
- package/dist-es/commands/DeleteLabelCommand.js +18 -41
- package/dist-es/commands/DeleteListCommand.js +18 -41
- package/dist-es/commands/DeleteModelCommand.js +18 -41
- package/dist-es/commands/DeleteModelVersionCommand.js +18 -41
- package/dist-es/commands/DeleteOutcomeCommand.js +18 -41
- package/dist-es/commands/DeleteRuleCommand.js +18 -41
- package/dist-es/commands/DeleteVariableCommand.js +18 -41
- package/dist-es/commands/DescribeDetectorCommand.js +18 -41
- package/dist-es/commands/DescribeModelVersionsCommand.js +18 -41
- package/dist-es/commands/GetBatchImportJobsCommand.js +18 -41
- package/dist-es/commands/GetBatchPredictionJobsCommand.js +18 -41
- package/dist-es/commands/GetDeleteEventsByEventTypeStatusCommand.js +18 -41
- package/dist-es/commands/GetDetectorVersionCommand.js +18 -41
- package/dist-es/commands/GetDetectorsCommand.js +18 -41
- package/dist-es/commands/GetEntityTypesCommand.js +18 -41
- package/dist-es/commands/GetEventCommand.js +18 -41
- package/dist-es/commands/GetEventPredictionCommand.js +18 -41
- package/dist-es/commands/GetEventPredictionMetadataCommand.js +18 -41
- package/dist-es/commands/GetEventTypesCommand.js +18 -41
- package/dist-es/commands/GetExternalModelsCommand.js +18 -41
- package/dist-es/commands/GetKMSEncryptionKeyCommand.js +18 -41
- package/dist-es/commands/GetLabelsCommand.js +18 -41
- package/dist-es/commands/GetListElementsCommand.js +18 -41
- package/dist-es/commands/GetListsMetadataCommand.js +18 -41
- package/dist-es/commands/GetModelVersionCommand.js +18 -41
- package/dist-es/commands/GetModelsCommand.js +18 -41
- package/dist-es/commands/GetOutcomesCommand.js +18 -41
- package/dist-es/commands/GetRulesCommand.js +18 -41
- package/dist-es/commands/GetVariablesCommand.js +18 -41
- package/dist-es/commands/ListEventPredictionsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/PutDetectorCommand.js +18 -41
- package/dist-es/commands/PutEntityTypeCommand.js +18 -41
- package/dist-es/commands/PutEventTypeCommand.js +18 -41
- package/dist-es/commands/PutExternalModelCommand.js +18 -41
- package/dist-es/commands/PutKMSEncryptionKeyCommand.js +18 -41
- package/dist-es/commands/PutLabelCommand.js +18 -41
- package/dist-es/commands/PutOutcomeCommand.js +18 -41
- package/dist-es/commands/SendEventCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateDetectorVersionCommand.js +18 -41
- package/dist-es/commands/UpdateDetectorVersionMetadataCommand.js +18 -41
- package/dist-es/commands/UpdateDetectorVersionStatusCommand.js +18 -41
- package/dist-es/commands/UpdateEventLabelCommand.js +18 -41
- package/dist-es/commands/UpdateListCommand.js +18 -41
- package/dist-es/commands/UpdateModelCommand.js +18 -41
- package/dist-es/commands/UpdateModelVersionCommand.js +18 -41
- package/dist-es/commands/UpdateModelVersionStatusCommand.js +18 -41
- package/dist-es/commands/UpdateRuleMetadataCommand.js +18 -41
- package/dist-es/commands/UpdateRuleVersionCommand.js +18 -41
- package/dist-es/commands/UpdateVariableCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/DescribeModelVersionsPaginator.js +2 -23
- package/dist-es/pagination/GetBatchImportJobsPaginator.js +2 -23
- package/dist-es/pagination/GetBatchPredictionJobsPaginator.js +2 -23
- package/dist-es/pagination/GetDetectorsPaginator.js +2 -23
- package/dist-es/pagination/GetEntityTypesPaginator.js +2 -23
- package/dist-es/pagination/GetEventTypesPaginator.js +2 -23
- package/dist-es/pagination/GetExternalModelsPaginator.js +2 -23
- package/dist-es/pagination/GetLabelsPaginator.js +2 -23
- package/dist-es/pagination/GetListElementsPaginator.js +2 -23
- package/dist-es/pagination/GetListsMetadataPaginator.js +2 -23
- package/dist-es/pagination/GetModelsPaginator.js +2 -23
- package/dist-es/pagination/GetOutcomesPaginator.js +2 -23
- package/dist-es/pagination/GetRulesPaginator.js +2 -23
- package/dist-es/pagination/GetVariablesPaginator.js +2 -23
- package/dist-es/pagination/ListEventPredictionsPaginator.js +2 -23
- package/dist-es/pagination/ListTagsForResourcePaginator.js +2 -23
- package/dist-types/commands/BatchCreateVariableCommand.d.ts +6 -21
- package/dist-types/commands/BatchGetVariableCommand.d.ts +6 -21
- package/dist-types/commands/CancelBatchImportJobCommand.d.ts +6 -21
- package/dist-types/commands/CancelBatchPredictionJobCommand.d.ts +6 -21
- package/dist-types/commands/CreateBatchImportJobCommand.d.ts +6 -21
- package/dist-types/commands/CreateBatchPredictionJobCommand.d.ts +6 -21
- package/dist-types/commands/CreateDetectorVersionCommand.d.ts +6 -21
- package/dist-types/commands/CreateListCommand.d.ts +6 -21
- package/dist-types/commands/CreateModelCommand.d.ts +6 -21
- package/dist-types/commands/CreateModelVersionCommand.d.ts +6 -21
- package/dist-types/commands/CreateRuleCommand.d.ts +6 -21
- package/dist-types/commands/CreateVariableCommand.d.ts +6 -21
- package/dist-types/commands/DeleteBatchImportJobCommand.d.ts +6 -21
- package/dist-types/commands/DeleteBatchPredictionJobCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDetectorCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDetectorVersionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteEntityTypeCommand.d.ts +6 -21
- package/dist-types/commands/DeleteEventCommand.d.ts +6 -21
- package/dist-types/commands/DeleteEventTypeCommand.d.ts +6 -21
- package/dist-types/commands/DeleteEventsByEventTypeCommand.d.ts +6 -21
- package/dist-types/commands/DeleteExternalModelCommand.d.ts +6 -21
- package/dist-types/commands/DeleteLabelCommand.d.ts +6 -21
- package/dist-types/commands/DeleteListCommand.d.ts +6 -21
- package/dist-types/commands/DeleteModelCommand.d.ts +6 -21
- package/dist-types/commands/DeleteModelVersionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteOutcomeCommand.d.ts +6 -21
- package/dist-types/commands/DeleteRuleCommand.d.ts +6 -21
- package/dist-types/commands/DeleteVariableCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDetectorCommand.d.ts +6 -21
- package/dist-types/commands/DescribeModelVersionsCommand.d.ts +6 -21
- package/dist-types/commands/GetBatchImportJobsCommand.d.ts +6 -21
- package/dist-types/commands/GetBatchPredictionJobsCommand.d.ts +6 -21
- package/dist-types/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +6 -21
- package/dist-types/commands/GetDetectorVersionCommand.d.ts +6 -21
- package/dist-types/commands/GetDetectorsCommand.d.ts +6 -21
- package/dist-types/commands/GetEntityTypesCommand.d.ts +6 -21
- package/dist-types/commands/GetEventCommand.d.ts +6 -21
- package/dist-types/commands/GetEventPredictionCommand.d.ts +6 -21
- package/dist-types/commands/GetEventPredictionMetadataCommand.d.ts +6 -21
- package/dist-types/commands/GetEventTypesCommand.d.ts +6 -21
- package/dist-types/commands/GetExternalModelsCommand.d.ts +6 -21
- package/dist-types/commands/GetKMSEncryptionKeyCommand.d.ts +6 -21
- package/dist-types/commands/GetLabelsCommand.d.ts +6 -21
- package/dist-types/commands/GetListElementsCommand.d.ts +6 -21
- package/dist-types/commands/GetListsMetadataCommand.d.ts +6 -21
- package/dist-types/commands/GetModelVersionCommand.d.ts +6 -21
- package/dist-types/commands/GetModelsCommand.d.ts +6 -21
- package/dist-types/commands/GetOutcomesCommand.d.ts +6 -21
- package/dist-types/commands/GetRulesCommand.d.ts +6 -21
- package/dist-types/commands/GetVariablesCommand.d.ts +6 -21
- package/dist-types/commands/ListEventPredictionsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/PutDetectorCommand.d.ts +6 -21
- package/dist-types/commands/PutEntityTypeCommand.d.ts +6 -21
- package/dist-types/commands/PutEventTypeCommand.d.ts +6 -21
- package/dist-types/commands/PutExternalModelCommand.d.ts +6 -21
- package/dist-types/commands/PutKMSEncryptionKeyCommand.d.ts +6 -21
- package/dist-types/commands/PutLabelCommand.d.ts +6 -21
- package/dist-types/commands/PutOutcomeCommand.d.ts +6 -21
- package/dist-types/commands/SendEventCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDetectorVersionCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDetectorVersionMetadataCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDetectorVersionStatusCommand.d.ts +6 -21
- package/dist-types/commands/UpdateEventLabelCommand.d.ts +6 -21
- package/dist-types/commands/UpdateListCommand.d.ts +6 -21
- package/dist-types/commands/UpdateModelCommand.d.ts +6 -21
- package/dist-types/commands/UpdateModelVersionCommand.d.ts +6 -21
- package/dist-types/commands/UpdateModelVersionStatusCommand.d.ts +6 -21
- package/dist-types/commands/UpdateRuleMetadataCommand.d.ts +6 -21
- package/dist-types/commands/UpdateRuleVersionCommand.d.ts +6 -21
- package/dist-types/commands/UpdateVariableCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/DescribeModelVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetBatchImportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetBatchPredictionJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetDetectorsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetEntityTypesPaginator.d.ts +1 -1
- package/dist-types/pagination/GetEventTypesPaginator.d.ts +1 -1
- package/dist-types/pagination/GetExternalModelsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetLabelsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetListElementsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetListsMetadataPaginator.d.ts +1 -1
- package/dist-types/pagination/GetModelsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetOutcomesPaginator.d.ts +1 -1
- package/dist-types/pagination/GetRulesPaginator.d.ts +1 -1
- package/dist-types/pagination/GetVariablesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEventPredictionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/BatchCreateVariableCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/BatchGetVariableCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CancelBatchImportJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CancelBatchPredictionJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateBatchImportJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateBatchPredictionJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateDetectorVersionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateListCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateModelVersionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateVariableCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteBatchImportJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteBatchPredictionJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteDetectorVersionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteEntityTypeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteEventCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteEventTypeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteEventsByEventTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteExternalModelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteListCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteModelVersionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteOutcomeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteVariableCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeDetectorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeModelVersionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetBatchImportJobsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetBatchPredictionJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetDetectorVersionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetDetectorsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetEntityTypesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetEventCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetEventPredictionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetEventPredictionMetadataCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetEventTypesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetExternalModelsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetKMSEncryptionKeyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetLabelsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetListElementsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetListsMetadataCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetModelVersionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetOutcomesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetRulesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetVariablesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListEventPredictionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutDetectorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutEntityTypeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutEventTypeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutExternalModelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutKMSEncryptionKeyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutLabelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutOutcomeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SendEventCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateDetectorVersionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateDetectorVersionMetadataCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateDetectorVersionStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateEventLabelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateListCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateModelVersionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateModelVersionStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateRuleMetadataCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateRuleVersionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateVariableCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/DescribeModelVersionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetBatchImportJobsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetBatchPredictionJobsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetDetectorsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetEntityTypesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetEventTypesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetExternalModelsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetLabelsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetListElementsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetListsMetadataPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetModelsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetOutcomesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetRulesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetVariablesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListEventPredictionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +3 -3
- package/package.json +11 -10
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
|
|
5
4
|
import { UpdateVariableRequest, UpdateVariableResult } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateVariableCommandInput extends UpdateVariableRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateVariableCommandOutput extends UpdateVariableResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateVariableCommand_base: {
|
|
24
|
+
new (input: UpdateVariableCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateVariableCommandInput, UpdateVariableCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates a variable.</p>
|
|
@@ -70,23 +73,5 @@ export interface UpdateVariableCommandOutput extends UpdateVariableResult, __Met
|
|
|
70
73
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
71
74
|
*
|
|
72
75
|
*/
|
|
73
|
-
export declare class UpdateVariableCommand extends
|
|
74
|
-
readonly input: UpdateVariableCommandInput;
|
|
75
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
-
/**
|
|
77
|
-
* @public
|
|
78
|
-
*/
|
|
79
|
-
constructor(input: UpdateVariableCommandInput);
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FraudDetectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateVariableCommandInput, UpdateVariableCommandOutput>;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private serialize;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private deserialize;
|
|
76
|
+
export declare class UpdateVariableCommand extends UpdateVariableCommand_base {
|
|
92
77
|
}
|
|
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
|
14
14
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
15
15
|
defaultSigningName: string;
|
|
16
16
|
};
|
|
17
|
+
export declare const commonParams: {
|
|
18
|
+
readonly UseFIPS: {
|
|
19
|
+
readonly type: "builtInParams";
|
|
20
|
+
readonly name: "useFipsEndpoint";
|
|
21
|
+
};
|
|
22
|
+
readonly Endpoint: {
|
|
23
|
+
readonly type: "builtInParams";
|
|
24
|
+
readonly name: "endpoint";
|
|
25
|
+
};
|
|
26
|
+
readonly Region: {
|
|
27
|
+
readonly type: "builtInParams";
|
|
28
|
+
readonly name: "region";
|
|
29
|
+
};
|
|
30
|
+
readonly UseDualStack: {
|
|
31
|
+
readonly type: "builtInParams";
|
|
32
|
+
readonly name: "useDualstackEndpoint";
|
|
33
|
+
};
|
|
34
|
+
};
|
|
17
35
|
export interface EndpointParameters extends __EndpointParameters {
|
|
18
36
|
Region?: string;
|
|
19
37
|
UseDualStack?: boolean;
|
|
@@ -4,4 +4,4 @@ import { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeModelVersions: (config: FraudDetectorPaginationConfiguration, input: DescribeModelVersionsCommandInput, ...rest: any[]) => Paginator<DescribeModelVersionsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetBatchImportJobs: (config: FraudDetectorPaginationConfiguration, input: GetBatchImportJobsCommandInput, ...rest: any[]) => Paginator<GetBatchImportJobsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetBatchPredictionJobs: (config: FraudDetectorPaginationConfiguration, input: GetBatchPredictionJobsCommandInput, ...rest: any[]) => Paginator<GetBatchPredictionJobsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetDetectors: (config: FraudDetectorPaginationConfiguration, input: GetDetectorsCommandInput, ...rest: any[]) => Paginator<GetDetectorsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetEntityTypes: (config: FraudDetectorPaginationConfiguration, input: GetEntityTypesCommandInput, ...rest: any[]) => Paginator<GetEntityTypesCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetEventTypes: (config: FraudDetectorPaginationConfiguration, input: GetEventTypesCommandInput, ...rest: any[]) => Paginator<GetEventTypesCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetExternalModels: (config: FraudDetectorPaginationConfiguration, input: GetExternalModelsCommandInput, ...rest: any[]) => Paginator<GetExternalModelsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetLabels: (config: FraudDetectorPaginationConfiguration, input: GetLabelsCommandInput, ...rest: any[]) => Paginator<GetLabelsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetListElements: (config: FraudDetectorPaginationConfiguration, input: GetListElementsCommandInput, ...rest: any[]) => Paginator<GetListElementsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetListsMetadata: (config: FraudDetectorPaginationConfiguration, input: GetListsMetadataCommandInput, ...rest: any[]) => Paginator<GetListsMetadataCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetModels: (config: FraudDetectorPaginationConfiguration, input: GetModelsCommandInput, ...rest: any[]) => Paginator<GetModelsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetOutcomes: (config: FraudDetectorPaginationConfiguration, input: GetOutcomesCommandInput, ...rest: any[]) => Paginator<GetOutcomesCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetRules: (config: FraudDetectorPaginationConfiguration, input: GetRulesCommandInput, ...rest: any[]) => Paginator<GetRulesCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetVariables: (config: FraudDetectorPaginationConfiguration, input: GetVariablesCommandInput, ...rest: any[]) => Paginator<GetVariablesCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListEventPredictions: (config: FraudDetectorPaginationConfiguration, input: ListEventPredictionsCommandInput, ...rest: any[]) => Paginator<ListEventPredictionsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { FraudDetectorPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListTagsForResource: (config: FraudDetectorPaginationConfiguration, input: ListTagsForResourceCommandInput, ...rest: any[]) => Paginator<ListTagsForResourceCommandOutput>;
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
FraudDetectorClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,19 +15,16 @@ export interface BatchCreateVariableCommandInput
|
|
|
21
15
|
export interface BatchCreateVariableCommandOutput
|
|
22
16
|
extends BatchCreateVariableResult,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const BatchCreateVariableCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: BatchCreateVariableCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
BatchCreateVariableCommandInput,
|
|
23
|
+
BatchCreateVariableCommandOutput,
|
|
24
|
+
FraudDetectorClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class BatchCreateVariableCommand extends BatchCreateVariableCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
FraudDetectorClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface BatchGetVariableCommandInput extends BatchGetVariableRequest {}
|
|
|
20
14
|
export interface BatchGetVariableCommandOutput
|
|
21
15
|
extends BatchGetVariableResult,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const BatchGetVariableCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: BatchGetVariableCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
BatchGetVariableCommandInput,
|
|
22
|
+
BatchGetVariableCommandOutput,
|
|
23
|
+
FraudDetectorClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class BatchGetVariableCommand extends BatchGetVariableCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
FraudDetectorClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface CancelBatchImportJobCommandInput
|
|
|
21
15
|
export interface CancelBatchImportJobCommandOutput
|
|
22
16
|
extends CancelBatchImportJobResult,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: CancelBatchImportJobCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: CancelBatchImportJobCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: FraudDetectorClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const CancelBatchImportJobCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CancelBatchImportJobCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
CancelBatchImportJobCommandInput,
|
|
38
|
-
CancelBatchImportJobCommandOutput
|
|
23
|
+
CancelBatchImportJobCommandOutput,
|
|
24
|
+
FraudDetectorClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CancelBatchImportJobCommand extends CancelBatchImportJobCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
FraudDetectorClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface CancelBatchPredictionJobCommandInput
|
|
|
21
15
|
export interface CancelBatchPredictionJobCommandOutput
|
|
22
16
|
extends CancelBatchPredictionJobResult,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: CancelBatchPredictionJobCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: CancelBatchPredictionJobCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: FraudDetectorClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const CancelBatchPredictionJobCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CancelBatchPredictionJobCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
CancelBatchPredictionJobCommandInput,
|
|
38
|
-
CancelBatchPredictionJobCommandOutput
|
|
23
|
+
CancelBatchPredictionJobCommandOutput,
|
|
24
|
+
FraudDetectorClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CancelBatchPredictionJobCommand extends CancelBatchPredictionJobCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
FraudDetectorClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface CreateBatchImportJobCommandInput
|
|
|
21
15
|
export interface CreateBatchImportJobCommandOutput
|
|
22
16
|
extends CreateBatchImportJobResult,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: CreateBatchImportJobCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: CreateBatchImportJobCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: FraudDetectorClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const CreateBatchImportJobCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateBatchImportJobCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
CreateBatchImportJobCommandInput,
|
|
38
|
-
CreateBatchImportJobCommandOutput
|
|
23
|
+
CreateBatchImportJobCommandOutput,
|
|
24
|
+
FraudDetectorClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateBatchImportJobCommand extends CreateBatchImportJobCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
FraudDetectorClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface CreateBatchPredictionJobCommandInput
|
|
|
21
15
|
export interface CreateBatchPredictionJobCommandOutput
|
|
22
16
|
extends CreateBatchPredictionJobResult,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: CreateBatchPredictionJobCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: CreateBatchPredictionJobCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: FraudDetectorClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const CreateBatchPredictionJobCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateBatchPredictionJobCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
CreateBatchPredictionJobCommandInput,
|
|
38
|
-
CreateBatchPredictionJobCommandOutput
|
|
23
|
+
CreateBatchPredictionJobCommandOutput,
|
|
24
|
+
FraudDetectorClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateBatchPredictionJobCommand extends CreateBatchPredictionJobCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
FraudDetectorClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface CreateDetectorVersionCommandInput
|
|
|
21
15
|
export interface CreateDetectorVersionCommandOutput
|
|
22
16
|
extends CreateDetectorVersionResult,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: CreateDetectorVersionCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: CreateDetectorVersionCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: FraudDetectorClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const CreateDetectorVersionCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateDetectorVersionCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
CreateDetectorVersionCommandInput,
|
|
38
|
-
CreateDetectorVersionCommandOutput
|
|
23
|
+
CreateDetectorVersionCommandOutput,
|
|
24
|
+
FraudDetectorClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateDetectorVersionCommand extends CreateDetectorVersionCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
FraudDetectorClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface CreateListCommandInput extends CreateListRequest {}
|
|
|
17
11
|
export interface CreateListCommandOutput
|
|
18
12
|
extends CreateListResult,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const CreateListCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: CreateListCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
CreateListCommandInput,
|
|
19
|
+
CreateListCommandOutput,
|
|
20
|
+
FraudDetectorClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class CreateListCommand extends CreateListCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
FraudDetectorClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface CreateModelCommandInput extends CreateModelRequest {}
|
|
|
17
11
|
export interface CreateModelCommandOutput
|
|
18
12
|
extends CreateModelResult,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const CreateModelCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: CreateModelCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
CreateModelCommandInput,
|
|
19
|
+
CreateModelCommandOutput,
|
|
20
|
+
FraudDetectorClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class CreateModelCommand extends CreateModelCommand_base {}
|