@aws-sdk/client-frauddetector 3.478.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-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-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/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/package.json +9 -9
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetEntityTypesCommand, se_GetEntityTypesCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetEntityTypesCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "FraudDetectorClient";
|
|
26
|
-
const commandName = "GetEntityTypesCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSHawksNestServiceFacade",
|
|
35
|
-
operation: "GetEntityTypes",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetEntityTypesCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetEntityTypesCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetEntityTypesCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSHawksNestServiceFacade", "GetEntityTypes", {})
|
|
19
|
+
.n("FraudDetectorClient", "GetEntityTypesCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetEntityTypesCommand)
|
|
22
|
+
.de(de_GetEntityTypesCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { GetEventResultFilterSensitiveLog } from "../models/models_0";
|
|
6
6
|
import { de_GetEventCommand, se_GetEventCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class GetEventCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "FraudDetectorClient";
|
|
27
|
-
const commandName = "GetEventCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: (_) => _,
|
|
33
|
-
outputFilterSensitiveLog: GetEventResultFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "AWSHawksNestServiceFacade",
|
|
36
|
-
operation: "GetEvent",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_GetEventCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_GetEventCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class GetEventCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("AWSHawksNestServiceFacade", "GetEvent", {})
|
|
20
|
+
.n("FraudDetectorClient", "GetEventCommand")
|
|
21
|
+
.f(void 0, GetEventResultFilterSensitiveLog)
|
|
22
|
+
.ser(se_GetEventCommand)
|
|
23
|
+
.de(de_GetEventCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { GetEventPredictionRequestFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_GetEventPredictionCommand, se_GetEventPredictionCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class GetEventPredictionCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "FraudDetectorClient";
|
|
27
|
-
const commandName = "GetEventPredictionCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: GetEventPredictionRequestFilterSensitiveLog,
|
|
33
|
-
outputFilterSensitiveLog: (_) => _,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "AWSHawksNestServiceFacade",
|
|
36
|
-
operation: "GetEventPrediction",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_GetEventPredictionCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_GetEventPredictionCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class GetEventPredictionCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("AWSHawksNestServiceFacade", "GetEventPrediction", {})
|
|
20
|
+
.n("FraudDetectorClient", "GetEventPredictionCommand")
|
|
21
|
+
.f(GetEventPredictionRequestFilterSensitiveLog, void 0)
|
|
22
|
+
.ser(se_GetEventPredictionCommand)
|
|
23
|
+
.de(de_GetEventPredictionCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { GetEventPredictionMetadataResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_GetEventPredictionMetadataCommand, se_GetEventPredictionMetadataCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class GetEventPredictionMetadataCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "FraudDetectorClient";
|
|
27
|
-
const commandName = "GetEventPredictionMetadataCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: (_) => _,
|
|
33
|
-
outputFilterSensitiveLog: GetEventPredictionMetadataResultFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "AWSHawksNestServiceFacade",
|
|
36
|
-
operation: "GetEventPredictionMetadata",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_GetEventPredictionMetadataCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_GetEventPredictionMetadataCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class GetEventPredictionMetadataCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("AWSHawksNestServiceFacade", "GetEventPredictionMetadata", {})
|
|
20
|
+
.n("FraudDetectorClient", "GetEventPredictionMetadataCommand")
|
|
21
|
+
.f(void 0, GetEventPredictionMetadataResultFilterSensitiveLog)
|
|
22
|
+
.ser(se_GetEventPredictionMetadataCommand)
|
|
23
|
+
.de(de_GetEventPredictionMetadataCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { GetEventTypesResultFilterSensitiveLog } from "../models/models_0";
|
|
6
6
|
import { de_GetEventTypesCommand, se_GetEventTypesCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class GetEventTypesCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "FraudDetectorClient";
|
|
27
|
-
const commandName = "GetEventTypesCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: (_) => _,
|
|
33
|
-
outputFilterSensitiveLog: GetEventTypesResultFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "AWSHawksNestServiceFacade",
|
|
36
|
-
operation: "GetEventTypes",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_GetEventTypesCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_GetEventTypesCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class GetEventTypesCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("AWSHawksNestServiceFacade", "GetEventTypes", {})
|
|
20
|
+
.n("FraudDetectorClient", "GetEventTypesCommand")
|
|
21
|
+
.f(void 0, GetEventTypesResultFilterSensitiveLog)
|
|
22
|
+
.ser(se_GetEventTypesCommand)
|
|
23
|
+
.de(de_GetEventTypesCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetExternalModelsCommand, se_GetExternalModelsCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetExternalModelsCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "FraudDetectorClient";
|
|
26
|
-
const commandName = "GetExternalModelsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSHawksNestServiceFacade",
|
|
35
|
-
operation: "GetExternalModels",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetExternalModelsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetExternalModelsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetExternalModelsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSHawksNestServiceFacade", "GetExternalModels", {})
|
|
19
|
+
.n("FraudDetectorClient", "GetExternalModelsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetExternalModelsCommand)
|
|
22
|
+
.de(de_GetExternalModelsCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetKMSEncryptionKeyCommand, se_GetKMSEncryptionKeyCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetKMSEncryptionKeyCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "FraudDetectorClient";
|
|
26
|
-
const commandName = "GetKMSEncryptionKeyCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSHawksNestServiceFacade",
|
|
35
|
-
operation: "GetKMSEncryptionKey",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetKMSEncryptionKeyCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetKMSEncryptionKeyCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetKMSEncryptionKeyCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSHawksNestServiceFacade", "GetKMSEncryptionKey", {})
|
|
19
|
+
.n("FraudDetectorClient", "GetKMSEncryptionKeyCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetKMSEncryptionKeyCommand)
|
|
22
|
+
.de(de_GetKMSEncryptionKeyCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetLabelsCommand, se_GetLabelsCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetLabelsCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "FraudDetectorClient";
|
|
26
|
-
const commandName = "GetLabelsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSHawksNestServiceFacade",
|
|
35
|
-
operation: "GetLabels",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetLabelsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetLabelsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetLabelsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSHawksNestServiceFacade", "GetLabels", {})
|
|
19
|
+
.n("FraudDetectorClient", "GetLabelsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetLabelsCommand)
|
|
22
|
+
.de(de_GetLabelsCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { GetListElementsResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_GetListElementsCommand, se_GetListElementsCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class GetListElementsCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "FraudDetectorClient";
|
|
27
|
-
const commandName = "GetListElementsCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: (_) => _,
|
|
33
|
-
outputFilterSensitiveLog: GetListElementsResultFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "AWSHawksNestServiceFacade",
|
|
36
|
-
operation: "GetListElements",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_GetListElementsCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_GetListElementsCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class GetListElementsCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("AWSHawksNestServiceFacade", "GetListElements", {})
|
|
20
|
+
.n("FraudDetectorClient", "GetListElementsCommand")
|
|
21
|
+
.f(void 0, GetListElementsResultFilterSensitiveLog)
|
|
22
|
+
.ser(se_GetListElementsCommand)
|
|
23
|
+
.de(de_GetListElementsCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|