@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
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateDetectorVersionMetadataCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "FraudDetectorClient";
|
|
29
|
-
const commandName = "UpdateDetectorVersionMetadataCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSHawksNestServiceFacade",
|
|
38
|
-
operation: "UpdateDetectorVersionMetadata",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_UpdateDetectorVersionMetadataCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_UpdateDetectorVersionMetadataCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class UpdateDetectorVersionMetadataCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSHawksNestServiceFacade", "UpdateDetectorVersionMetadata", {})
|
|
22
|
+
.n("FraudDetectorClient", "UpdateDetectorVersionMetadataCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_UpdateDetectorVersionMetadataCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_UpdateDetectorVersionMetadataCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.UpdateDetectorVersionMetadataCommand = UpdateDetectorVersionMetadataCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateDetectorVersionStatusCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "FraudDetectorClient";
|
|
29
|
-
const commandName = "UpdateDetectorVersionStatusCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSHawksNestServiceFacade",
|
|
38
|
-
operation: "UpdateDetectorVersionStatus",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_UpdateDetectorVersionStatusCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_UpdateDetectorVersionStatusCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class UpdateDetectorVersionStatusCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSHawksNestServiceFacade", "UpdateDetectorVersionStatus", {})
|
|
22
|
+
.n("FraudDetectorClient", "UpdateDetectorVersionStatusCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_UpdateDetectorVersionStatusCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_UpdateDetectorVersionStatusCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.UpdateDetectorVersionStatusCommand = UpdateDetectorVersionStatusCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateEventLabelCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "FraudDetectorClient";
|
|
29
|
-
const commandName = "UpdateEventLabelCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSHawksNestServiceFacade",
|
|
38
|
-
operation: "UpdateEventLabel",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_UpdateEventLabelCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_UpdateEventLabelCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class UpdateEventLabelCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSHawksNestServiceFacade", "UpdateEventLabel", {})
|
|
22
|
+
.n("FraudDetectorClient", "UpdateEventLabelCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_UpdateEventLabelCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_UpdateEventLabelCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.UpdateEventLabelCommand = UpdateEventLabelCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class UpdateListCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "FraudDetectorClient";
|
|
30
|
-
const commandName = "UpdateListCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.UpdateListRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: (_) => _,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AWSHawksNestServiceFacade",
|
|
39
|
-
operation: "UpdateList",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_json1_1_1.se_UpdateListCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_1_1.de_UpdateListCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class UpdateListCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("AWSHawksNestServiceFacade", "UpdateList", {})
|
|
23
|
+
.n("FraudDetectorClient", "UpdateListCommand")
|
|
24
|
+
.f(models_0_1.UpdateListRequestFilterSensitiveLog, void 0)
|
|
25
|
+
.ser(Aws_json1_1_1.se_UpdateListCommand)
|
|
26
|
+
.de(Aws_json1_1_1.de_UpdateListCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.UpdateListCommand = UpdateListCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateModelCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "FraudDetectorClient";
|
|
29
|
-
const commandName = "UpdateModelCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSHawksNestServiceFacade",
|
|
38
|
-
operation: "UpdateModel",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_UpdateModelCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_UpdateModelCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class UpdateModelCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSHawksNestServiceFacade", "UpdateModel", {})
|
|
22
|
+
.n("FraudDetectorClient", "UpdateModelCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_UpdateModelCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_UpdateModelCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.UpdateModelCommand = UpdateModelCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateModelVersionCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "FraudDetectorClient";
|
|
29
|
-
const commandName = "UpdateModelVersionCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSHawksNestServiceFacade",
|
|
38
|
-
operation: "UpdateModelVersion",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_UpdateModelVersionCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_UpdateModelVersionCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class UpdateModelVersionCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSHawksNestServiceFacade", "UpdateModelVersion", {})
|
|
22
|
+
.n("FraudDetectorClient", "UpdateModelVersionCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_UpdateModelVersionCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_UpdateModelVersionCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.UpdateModelVersionCommand = UpdateModelVersionCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateModelVersionStatusCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "FraudDetectorClient";
|
|
29
|
-
const commandName = "UpdateModelVersionStatusCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSHawksNestServiceFacade",
|
|
38
|
-
operation: "UpdateModelVersionStatus",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_UpdateModelVersionStatusCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_UpdateModelVersionStatusCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class UpdateModelVersionStatusCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSHawksNestServiceFacade", "UpdateModelVersionStatus", {})
|
|
22
|
+
.n("FraudDetectorClient", "UpdateModelVersionStatusCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_UpdateModelVersionStatusCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_UpdateModelVersionStatusCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.UpdateModelVersionStatusCommand = UpdateModelVersionStatusCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateRuleMetadataCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "FraudDetectorClient";
|
|
29
|
-
const commandName = "UpdateRuleMetadataCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSHawksNestServiceFacade",
|
|
38
|
-
operation: "UpdateRuleMetadata",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_UpdateRuleMetadataCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_UpdateRuleMetadataCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class UpdateRuleMetadataCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSHawksNestServiceFacade", "UpdateRuleMetadata", {})
|
|
22
|
+
.n("FraudDetectorClient", "UpdateRuleMetadataCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_UpdateRuleMetadataCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_UpdateRuleMetadataCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.UpdateRuleMetadataCommand = UpdateRuleMetadataCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class UpdateRuleVersionCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "FraudDetectorClient";
|
|
30
|
-
const commandName = "UpdateRuleVersionCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.UpdateRuleVersionRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: (_) => _,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AWSHawksNestServiceFacade",
|
|
39
|
-
operation: "UpdateRuleVersion",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_json1_1_1.se_UpdateRuleVersionCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_1_1.de_UpdateRuleVersionCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class UpdateRuleVersionCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("AWSHawksNestServiceFacade", "UpdateRuleVersion", {})
|
|
23
|
+
.n("FraudDetectorClient", "UpdateRuleVersionCommand")
|
|
24
|
+
.f(models_0_1.UpdateRuleVersionRequestFilterSensitiveLog, void 0)
|
|
25
|
+
.ser(Aws_json1_1_1.se_UpdateRuleVersionCommand)
|
|
26
|
+
.de(Aws_json1_1_1.de_UpdateRuleVersionCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.UpdateRuleVersionCommand = UpdateRuleVersionCommand;
|