@aws-sdk/client-frauddetector 3.183.0 → 3.185.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/CHANGELOG.md +11 -0
- package/dist-cjs/protocols/Aws_json1_1.js +2 -2
- package/dist-es/FraudDetector.js +281 -274
- package/dist-es/FraudDetectorClient.js +28 -22
- package/dist-es/commands/BatchCreateVariableCommand.js +28 -21
- package/dist-es/commands/BatchGetVariableCommand.js +28 -21
- package/dist-es/commands/CancelBatchImportJobCommand.js +28 -21
- package/dist-es/commands/CancelBatchPredictionJobCommand.js +28 -21
- package/dist-es/commands/CreateBatchImportJobCommand.js +28 -21
- package/dist-es/commands/CreateBatchPredictionJobCommand.js +28 -21
- package/dist-es/commands/CreateDetectorVersionCommand.js +28 -21
- package/dist-es/commands/CreateModelCommand.js +28 -21
- package/dist-es/commands/CreateModelVersionCommand.js +28 -21
- package/dist-es/commands/CreateRuleCommand.js +28 -21
- package/dist-es/commands/CreateVariableCommand.js +28 -21
- package/dist-es/commands/DeleteBatchImportJobCommand.js +28 -21
- package/dist-es/commands/DeleteBatchPredictionJobCommand.js +28 -21
- package/dist-es/commands/DeleteDetectorCommand.js +28 -21
- package/dist-es/commands/DeleteDetectorVersionCommand.js +28 -21
- package/dist-es/commands/DeleteEntityTypeCommand.js +28 -21
- package/dist-es/commands/DeleteEventCommand.js +28 -21
- package/dist-es/commands/DeleteEventTypeCommand.js +28 -21
- package/dist-es/commands/DeleteEventsByEventTypeCommand.js +28 -21
- package/dist-es/commands/DeleteExternalModelCommand.js +28 -21
- package/dist-es/commands/DeleteLabelCommand.js +28 -21
- package/dist-es/commands/DeleteModelCommand.js +28 -21
- package/dist-es/commands/DeleteModelVersionCommand.js +28 -21
- package/dist-es/commands/DeleteOutcomeCommand.js +28 -21
- package/dist-es/commands/DeleteRuleCommand.js +28 -21
- package/dist-es/commands/DeleteVariableCommand.js +28 -21
- package/dist-es/commands/DescribeDetectorCommand.js +28 -21
- package/dist-es/commands/DescribeModelVersionsCommand.js +28 -21
- package/dist-es/commands/GetBatchImportJobsCommand.js +28 -21
- package/dist-es/commands/GetBatchPredictionJobsCommand.js +28 -21
- package/dist-es/commands/GetDeleteEventsByEventTypeStatusCommand.js +28 -21
- package/dist-es/commands/GetDetectorVersionCommand.js +28 -21
- package/dist-es/commands/GetDetectorsCommand.js +28 -21
- package/dist-es/commands/GetEntityTypesCommand.js +28 -21
- package/dist-es/commands/GetEventCommand.js +28 -21
- package/dist-es/commands/GetEventPredictionCommand.js +28 -21
- package/dist-es/commands/GetEventPredictionMetadataCommand.js +28 -21
- package/dist-es/commands/GetEventTypesCommand.js +28 -21
- package/dist-es/commands/GetExternalModelsCommand.js +28 -21
- package/dist-es/commands/GetKMSEncryptionKeyCommand.js +29 -22
- package/dist-es/commands/GetLabelsCommand.js +28 -21
- package/dist-es/commands/GetModelVersionCommand.js +28 -21
- package/dist-es/commands/GetModelsCommand.js +28 -21
- package/dist-es/commands/GetOutcomesCommand.js +28 -21
- package/dist-es/commands/GetRulesCommand.js +28 -21
- package/dist-es/commands/GetVariablesCommand.js +28 -21
- package/dist-es/commands/ListEventPredictionsCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/PutDetectorCommand.js +28 -21
- package/dist-es/commands/PutEntityTypeCommand.js +28 -21
- package/dist-es/commands/PutEventTypeCommand.js +28 -21
- package/dist-es/commands/PutExternalModelCommand.js +28 -21
- package/dist-es/commands/PutKMSEncryptionKeyCommand.js +28 -21
- package/dist-es/commands/PutLabelCommand.js +28 -21
- package/dist-es/commands/PutOutcomeCommand.js +28 -21
- package/dist-es/commands/SendEventCommand.js +28 -21
- package/dist-es/commands/TagResourceCommand.js +28 -21
- package/dist-es/commands/UntagResourceCommand.js +28 -21
- package/dist-es/commands/UpdateDetectorVersionCommand.js +28 -21
- package/dist-es/commands/UpdateDetectorVersionMetadataCommand.js +28 -21
- package/dist-es/commands/UpdateDetectorVersionStatusCommand.js +28 -21
- package/dist-es/commands/UpdateEventLabelCommand.js +28 -21
- package/dist-es/commands/UpdateModelCommand.js +28 -21
- package/dist-es/commands/UpdateModelVersionCommand.js +28 -21
- package/dist-es/commands/UpdateModelVersionStatusCommand.js +28 -21
- package/dist-es/commands/UpdateRuleMetadataCommand.js +28 -21
- package/dist-es/commands/UpdateRuleVersionCommand.js +28 -21
- package/dist-es/commands/UpdateVariableCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/FraudDetectorServiceException.js +10 -5
- package/dist-es/models/models_0.js +284 -710
- package/dist-es/pagination/DescribeModelVersionsPaginator.js +68 -25
- package/dist-es/pagination/GetBatchImportJobsPaginator.js +68 -25
- package/dist-es/pagination/GetBatchPredictionJobsPaginator.js +68 -25
- package/dist-es/pagination/GetDetectorsPaginator.js +68 -25
- package/dist-es/pagination/GetEntityTypesPaginator.js +68 -25
- package/dist-es/pagination/GetEventTypesPaginator.js +68 -25
- package/dist-es/pagination/GetExternalModelsPaginator.js +68 -25
- package/dist-es/pagination/GetLabelsPaginator.js +68 -25
- package/dist-es/pagination/GetModelsPaginator.js +68 -25
- package/dist-es/pagination/GetOutcomesPaginator.js +68 -25
- package/dist-es/pagination/GetRulesPaginator.js +68 -25
- package/dist-es/pagination/GetVariablesPaginator.js +68 -25
- package/dist-es/pagination/ListEventPredictionsPaginator.js +68 -25
- package/dist-es/pagination/ListTagsForResourcePaginator.js +68 -25
- package/dist-es/protocols/Aws_json1_1.js +6042 -4746
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.185.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.184.0...v3.185.0) (2022-10-05)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **codegen:** add deser check for x-amz-request-id ([#4015](https://github.com/aws/aws-sdk-js-v3/issues/4015)) ([6ff07bd](https://github.com/aws/aws-sdk-js-v3/commit/6ff07bd7e72bd56725f318013ac1d6d0fbbcdd9a))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @aws-sdk/client-frauddetector
|
|
@@ -6124,10 +6124,10 @@ const deserializeAws_json1_1VariableList = (output, context) => {
|
|
|
6124
6124
|
return retVal;
|
|
6125
6125
|
};
|
|
6126
6126
|
const deserializeMetadata = (output) => {
|
|
6127
|
-
var _a;
|
|
6127
|
+
var _a, _b;
|
|
6128
6128
|
return ({
|
|
6129
6129
|
httpStatusCode: output.statusCode,
|
|
6130
|
-
requestId: (_a = output.headers["x-amzn-requestid"]) !== null && _a !== void 0 ? _a : output.headers["x-amzn-request-id"],
|
|
6130
|
+
requestId: (_b = (_a = output.headers["x-amzn-requestid"]) !== null && _a !== void 0 ? _a : output.headers["x-amzn-request-id"]) !== null && _b !== void 0 ? _b : output.headers["x-amz-request-id"],
|
|
6131
6131
|
extendedRequestId: output.headers["x-amz-id-2"],
|
|
6132
6132
|
cfId: output.headers["x-amz-cf-id"],
|
|
6133
6133
|
});
|