@aws-sdk/client-frauddetector 3.105.0 → 3.110.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 +24 -0
- package/README.md +7 -0
- package/dist-types/FraudDetector.d.ts +11 -1
- package/dist-types/FraudDetectorClient.d.ts +7 -0
- package/dist-types/commands/DeleteBatchImportJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateModelVersionStatusCommand.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +4 -4
- package/package.json +29 -29
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,30 @@
|
|
|
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.110.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.109.0...v3.110.0) (2022-06-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-frauddetector
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.109.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.108.1...v3.109.0) (2022-06-13)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-frauddetector
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [3.108.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.108.0...v3.108.1) (2022-06-10)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @aws-sdk/client-frauddetector
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
6
30
|
# [3.105.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.104.0...v3.105.0) (2022-06-06)
|
|
7
31
|
|
|
8
32
|
|
package/README.md
CHANGED
|
@@ -13,6 +13,13 @@ AWS SDK for JavaScript FraudDetector Client for Node.js, Browser and React Nativ
|
|
|
13
13
|
detailed information about Amazon Fraud Detector API actions, data types, and errors. For
|
|
14
14
|
more information about Amazon Fraud Detector features, see the <a href="https://docs.aws.amazon.com/frauddetector/latest/ug/">Amazon Fraud Detector User Guide</a>.</p>
|
|
15
15
|
|
|
16
|
+
<p>We provide the Query API as well as AWS software development kits (SDK) for Amazon Fraud Detector in Java and Python programming languages.</p>
|
|
17
|
+
<p>The Amazon Fraud Detector Query API provides HTTPS requests that use the HTTP verb GET or POST and a Query parameter <code>Action</code>. AWS SDK provides libraries,
|
|
18
|
+
sample code, tutorials, and other resources for software developers who prefer to build applications using language-specific APIs instead of submitting a request over
|
|
19
|
+
HTTP or HTTPS. These libraries provide basic functions that automatically take care of tasks such as cryptographically signing your requests, retrying requests, and
|
|
20
|
+
handling error responses, so that it is easier for you to get started. For more information about the AWS SDKs, see <a href="https://docs.aws.amazon.com/https:/aws.amazon.com/tools/">Tools to build on AWS</a>.
|
|
21
|
+
</p>
|
|
22
|
+
|
|
16
23
|
## Installing
|
|
17
24
|
|
|
18
25
|
To install the this package, simply type add or install @aws-sdk/client-frauddetector
|
|
@@ -72,6 +72,13 @@ import { FraudDetectorClient } from "./FraudDetectorClient";
|
|
|
72
72
|
* <p>This is the Amazon Fraud Detector API Reference. This guide is for developers who need
|
|
73
73
|
* detailed information about Amazon Fraud Detector API actions, data types, and errors. For
|
|
74
74
|
* more information about Amazon Fraud Detector features, see the <a href="https://docs.aws.amazon.com/frauddetector/latest/ug/">Amazon Fraud Detector User Guide</a>.</p>
|
|
75
|
+
*
|
|
76
|
+
* <p>We provide the Query API as well as AWS software development kits (SDK) for Amazon Fraud Detector in Java and Python programming languages.</p>
|
|
77
|
+
* <p>The Amazon Fraud Detector Query API provides HTTPS requests that use the HTTP verb GET or POST and a Query parameter <code>Action</code>. AWS SDK provides libraries,
|
|
78
|
+
* sample code, tutorials, and other resources for software developers who prefer to build applications using language-specific APIs instead of submitting a request over
|
|
79
|
+
* HTTP or HTTPS. These libraries provide basic functions that automatically take care of tasks such as cryptographically signing your requests, retrying requests, and
|
|
80
|
+
* handling error responses, so that it is easier for you to get started. For more information about the AWS SDKs, see <a href="https://docs.aws.amazon.com/https:/aws.amazon.com/tools/">Tools to build on AWS</a>.
|
|
81
|
+
* </p>
|
|
75
82
|
*/
|
|
76
83
|
export declare class FraudDetector extends FraudDetectorClient {
|
|
77
84
|
/**
|
|
@@ -142,7 +149,7 @@ export declare class FraudDetector extends FraudDetectorClient {
|
|
|
142
149
|
createVariable(args: CreateVariableCommandInput, cb: (err: any, data?: CreateVariableCommandOutput) => void): void;
|
|
143
150
|
createVariable(args: CreateVariableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVariableCommandOutput) => void): void;
|
|
144
151
|
/**
|
|
145
|
-
* <p>Deletes data that was batch imported
|
|
152
|
+
* <p>Deletes the specified batch import job ID record. This action does not delete the data that was batch imported. </p>
|
|
146
153
|
*/
|
|
147
154
|
deleteBatchImportJob(args: DeleteBatchImportJobCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBatchImportJobCommandOutput>;
|
|
148
155
|
deleteBatchImportJob(args: DeleteBatchImportJobCommandInput, cb: (err: any, data?: DeleteBatchImportJobCommandOutput) => void): void;
|
|
@@ -550,6 +557,9 @@ export declare class FraudDetector extends FraudDetectorClient {
|
|
|
550
557
|
* <p>You can perform the following status updates:</p>
|
|
551
558
|
* <ol>
|
|
552
559
|
* <li>
|
|
560
|
+
* <p>Change the <code>TRAINING_IN_PROGRESS</code> status to <code>TRAINING_CANCELLED</code>.</p>
|
|
561
|
+
* </li>
|
|
562
|
+
* <li>
|
|
553
563
|
* <p>Change the <code>TRAINING_COMPLETE</code> status to <code>ACTIVE</code>.</p>
|
|
554
564
|
* </li>
|
|
555
565
|
* <li>
|
|
@@ -197,6 +197,13 @@ export interface FraudDetectorClientResolvedConfig extends FraudDetectorClientRe
|
|
|
197
197
|
* <p>This is the Amazon Fraud Detector API Reference. This guide is for developers who need
|
|
198
198
|
* detailed information about Amazon Fraud Detector API actions, data types, and errors. For
|
|
199
199
|
* more information about Amazon Fraud Detector features, see the <a href="https://docs.aws.amazon.com/frauddetector/latest/ug/">Amazon Fraud Detector User Guide</a>.</p>
|
|
200
|
+
*
|
|
201
|
+
* <p>We provide the Query API as well as AWS software development kits (SDK) for Amazon Fraud Detector in Java and Python programming languages.</p>
|
|
202
|
+
* <p>The Amazon Fraud Detector Query API provides HTTPS requests that use the HTTP verb GET or POST and a Query parameter <code>Action</code>. AWS SDK provides libraries,
|
|
203
|
+
* sample code, tutorials, and other resources for software developers who prefer to build applications using language-specific APIs instead of submitting a request over
|
|
204
|
+
* HTTP or HTTPS. These libraries provide basic functions that automatically take care of tasks such as cryptographically signing your requests, retrying requests, and
|
|
205
|
+
* handling error responses, so that it is easier for you to get started. For more information about the AWS SDKs, see <a href="https://docs.aws.amazon.com/https:/aws.amazon.com/tools/">Tools to build on AWS</a>.
|
|
206
|
+
* </p>
|
|
200
207
|
*/
|
|
201
208
|
export declare class FraudDetectorClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, FraudDetectorClientResolvedConfig> {
|
|
202
209
|
/**
|
|
@@ -7,7 +7,7 @@ export interface DeleteBatchImportJobCommandInput extends DeleteBatchImportJobRe
|
|
|
7
7
|
export interface DeleteBatchImportJobCommandOutput extends DeleteBatchImportJobResult, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Deletes data that was batch imported
|
|
10
|
+
* <p>Deletes the specified batch import job ID record. This action does not delete the data that was batch imported. </p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -11,6 +11,9 @@ export interface UpdateModelVersionStatusCommandOutput extends UpdateModelVersio
|
|
|
11
11
|
* <p>You can perform the following status updates:</p>
|
|
12
12
|
* <ol>
|
|
13
13
|
* <li>
|
|
14
|
+
* <p>Change the <code>TRAINING_IN_PROGRESS</code> status to <code>TRAINING_CANCELLED</code>.</p>
|
|
15
|
+
* </li>
|
|
16
|
+
* <li>
|
|
14
17
|
* <p>Change the <code>TRAINING_COMPLETE</code> status to <code>ACTIVE</code>.</p>
|
|
15
18
|
* </li>
|
|
16
19
|
* <li>
|
|
@@ -2271,8 +2271,9 @@ export interface GetEventPredictionMetadataRequest {
|
|
|
2271
2271
|
detectorVersionId: string | undefined;
|
|
2272
2272
|
/**
|
|
2273
2273
|
* <p>
|
|
2274
|
-
*
|
|
2275
|
-
* </
|
|
2274
|
+
* The timestamp that defines when the prediction was generated. The timestamp must be specified using ISO 8601 standard in UTC.</p>
|
|
2275
|
+
* <p>We recommend calling <a href="https://docs.aws.amazon.com/frauddetector/latest/api/API_ListEventPredictions.html">ListEventPredictions</a>
|
|
2276
|
+
* first, and using the <code>predictionTimestamp</code> value in the response to provide an accurate prediction timestamp value.</p>
|
|
2276
2277
|
*/
|
|
2277
2278
|
predictionTimestamp: string | undefined;
|
|
2278
2279
|
}
|
|
@@ -2617,8 +2618,7 @@ export interface GetEventPredictionMetadataResult {
|
|
|
2617
2618
|
*/
|
|
2618
2619
|
evaluatedExternalModels?: EvaluatedExternalModel[];
|
|
2619
2620
|
/**
|
|
2620
|
-
* <p>The timestamp that defines when the prediction was generated.
|
|
2621
|
-
* </p>
|
|
2621
|
+
* <p>The timestamp that defines when the prediction was generated. </p>
|
|
2622
2622
|
*/
|
|
2623
2623
|
predictionTimestamp?: string;
|
|
2624
2624
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-frauddetector",
|
|
3
3
|
"description": "AWS SDK for JavaScript Frauddetector Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.110.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,37 +18,37 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
31
|
-
"@aws-sdk/middleware-retry": "3.
|
|
32
|
-
"@aws-sdk/middleware-serde": "3.
|
|
33
|
-
"@aws-sdk/middleware-signing": "3.
|
|
34
|
-
"@aws-sdk/middleware-stack": "3.
|
|
35
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
36
|
-
"@aws-sdk/node-config-provider": "3.
|
|
37
|
-
"@aws-sdk/node-http-handler": "3.
|
|
38
|
-
"@aws-sdk/protocol-http": "3.
|
|
39
|
-
"@aws-sdk/smithy-client": "3.
|
|
40
|
-
"@aws-sdk/types": "3.
|
|
41
|
-
"@aws-sdk/url-parser": "3.
|
|
42
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.110.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.110.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.110.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.110.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.110.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.110.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.110.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.110.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.110.0",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "3.110.0",
|
|
31
|
+
"@aws-sdk/middleware-retry": "3.110.0",
|
|
32
|
+
"@aws-sdk/middleware-serde": "3.110.0",
|
|
33
|
+
"@aws-sdk/middleware-signing": "3.110.0",
|
|
34
|
+
"@aws-sdk/middleware-stack": "3.110.0",
|
|
35
|
+
"@aws-sdk/middleware-user-agent": "3.110.0",
|
|
36
|
+
"@aws-sdk/node-config-provider": "3.110.0",
|
|
37
|
+
"@aws-sdk/node-http-handler": "3.110.0",
|
|
38
|
+
"@aws-sdk/protocol-http": "3.110.0",
|
|
39
|
+
"@aws-sdk/smithy-client": "3.110.0",
|
|
40
|
+
"@aws-sdk/types": "3.110.0",
|
|
41
|
+
"@aws-sdk/url-parser": "3.110.0",
|
|
42
|
+
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
43
43
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
45
45
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
46
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
50
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
51
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.110.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.110.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.110.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.110.0",
|
|
50
|
+
"@aws-sdk/util-utf8-browser": "3.109.0",
|
|
51
|
+
"@aws-sdk/util-utf8-node": "3.109.0",
|
|
52
52
|
"tslib": "^2.3.1"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|