@aws-sdk/client-frauddetector 3.342.0 → 3.344.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/README.md CHANGED
@@ -13,7 +13,8 @@ more information about Amazon Fraud Detector features, see the <a href="https://
13
13
  <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,
14
14
  sample code, tutorials, and other resources for software developers who prefer to build applications using language-specific APIs instead of submitting a request over
15
15
  HTTP or HTTPS. These libraries provide basic functions that automatically take care of tasks such as cryptographically signing your requests, retrying requests, and
16
- 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>.
16
+ handling error responses, so that it is easier for you to get started. For more information about the AWS SDKs, go to <a href="https://aws.amazon.com/developer/tools/">Tools to build on AWS</a> page,
17
+ scroll down to the <b>SDK</b> section, and choose plus (+) sign to expand the section.
17
18
  </p>
18
19
 
19
20
  ## Installing
@@ -522,7 +522,8 @@ export interface FraudDetector {
522
522
  * <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,
523
523
  * sample code, tutorials, and other resources for software developers who prefer to build applications using language-specific APIs instead of submitting a request over
524
524
  * HTTP or HTTPS. These libraries provide basic functions that automatically take care of tasks such as cryptographically signing your requests, retrying requests, and
525
- * 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>.
525
+ * handling error responses, so that it is easier for you to get started. For more information about the AWS SDKs, go to <a href="https://aws.amazon.com/developer/tools/">Tools to build on AWS</a> page,
526
+ * scroll down to the <b>SDK</b> section, and choose plus (+) sign to expand the section.
526
527
  * </p>
527
528
  */
528
529
  export declare class FraudDetector extends FraudDetectorClient implements FraudDetector {
@@ -225,7 +225,8 @@ export interface FraudDetectorClientResolvedConfig extends FraudDetectorClientRe
225
225
  * <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,
226
226
  * sample code, tutorials, and other resources for software developers who prefer to build applications using language-specific APIs instead of submitting a request over
227
227
  * HTTP or HTTPS. These libraries provide basic functions that automatically take care of tasks such as cryptographically signing your requests, retrying requests, and
228
- * 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>.
228
+ * handling error responses, so that it is easier for you to get started. For more information about the AWS SDKs, go to <a href="https://aws.amazon.com/developer/tools/">Tools to build on AWS</a> page,
229
+ * scroll down to the <b>SDK</b> section, and choose plus (+) sign to expand the section.
229
230
  * </p>
230
231
  */
231
232
  export declare class FraudDetectorClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, FraudDetectorClientResolvedConfig> {
@@ -67,6 +67,9 @@ export interface GetEventTypesCommandOutput extends GetEventTypesResult, __Metad
67
67
  * // lastUpdatedTime: "STRING_VALUE",
68
68
  * // createdTime: "STRING_VALUE",
69
69
  * // arn: "STRING_VALUE",
70
+ * // eventOrchestration: { // EventOrchestration
71
+ * // eventBridgeEnabled: true || false, // required
72
+ * // },
70
73
  * // },
71
74
  * // ],
72
75
  * // nextToken: "STRING_VALUE",
@@ -49,6 +49,9 @@ export interface PutEventTypeCommandOutput extends PutEventTypeResult, __Metadat
49
49
  * value: "STRING_VALUE", // required
50
50
  * },
51
51
  * ],
52
+ * eventOrchestration: { // EventOrchestration
53
+ * eventBridgeEnabled: true || false, // required
54
+ * },
52
55
  * };
53
56
  * const command = new PutEventTypeCommand(input);
54
57
  * const response = await client.send(command);
@@ -6,7 +6,8 @@
6
6
  * <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,
7
7
  * sample code, tutorials, and other resources for software developers who prefer to build applications using language-specific APIs instead of submitting a request over
8
8
  * HTTP or HTTPS. These libraries provide basic functions that automatically take care of tasks such as cryptographically signing your requests, retrying requests, and
9
- * 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>.
9
+ * handling error responses, so that it is easier for you to get started. For more information about the AWS SDKs, go to <a href="https://aws.amazon.com/developer/tools/">Tools to build on AWS</a> page,
10
+ * scroll down to the <b>SDK</b> section, and choose plus (+) sign to expand the section.
10
11
  * </p>
11
12
  *
12
13
  * @packageDocumentation
@@ -847,7 +847,7 @@ export interface LabelSchema {
847
847
  * <p>Use <code>FRAUD</code> if you want to categorize all unlabeled events as “Fraud”. This is recommended when most of the events in your dataset are fraudulent.</p>
848
848
  * </li>
849
849
  * <li>
850
- * <p>Use <code>LEGIT</code> f you want to categorize all unlabeled events as “Legit”. This is recommended when most of the events in your dataset are legitimate.</p>
850
+ * <p>Use <code>LEGIT</code> if you want to categorize all unlabeled events as “Legit”. This is recommended when most of the events in your dataset are legitimate.</p>
851
851
  * </li>
852
852
  * <li>
853
853
  * <p>Use <code>AUTO</code> if you want Amazon Fraud Detector to decide how to use the unlabeled data. This is recommended when there is significant unlabeled events in the dataset.</p>
@@ -1561,7 +1561,8 @@ export interface OFIMetricDataPoint {
1561
1561
  /**
1562
1562
  * @public
1563
1563
  * <p>
1564
- * Range of area under curve (auc) expected from the model. A range greater than 0.1 indicates higher model uncertainity. A range is the difference between upper and lower bound of auc.
1564
+ * Range of area under curve (auc) expected from the model. A range greater than 0.1 indicates higher model uncertainity.
1565
+ * A range is the difference between upper and lower bound of auc.
1565
1566
  * </p>
1566
1567
  */
1567
1568
  export interface UncertaintyRange {
@@ -1573,7 +1574,8 @@ export interface UncertaintyRange {
1573
1574
  lowerBoundValue: number | undefined;
1574
1575
  /**
1575
1576
  * <p>
1576
- * The lower bound value of the area under curve (auc). </p>
1577
+ * The upper bound value of the area under curve (auc).
1578
+ * </p>
1577
1579
  */
1578
1580
  upperBoundValue: number | undefined;
1579
1581
  }
@@ -2822,6 +2824,18 @@ export declare const EventIngestion: {
2822
2824
  * @public
2823
2825
  */
2824
2826
  export type EventIngestion = (typeof EventIngestion)[keyof typeof EventIngestion];
2827
+ /**
2828
+ * @public
2829
+ * <p>
2830
+ * The event orchestration status.
2831
+ * </p>
2832
+ */
2833
+ export interface EventOrchestration {
2834
+ /**
2835
+ * <p>Specifies if event orchestration is enabled through Amazon EventBridge.</p>
2836
+ */
2837
+ eventBridgeEnabled: boolean | undefined;
2838
+ }
2825
2839
  /**
2826
2840
  * @public
2827
2841
  * <p>Data about the stored events.</p>
@@ -2894,6 +2908,10 @@ export interface EventType {
2894
2908
  * <p>The entity type ARN.</p>
2895
2909
  */
2896
2910
  arn?: string;
2911
+ /**
2912
+ * <p>The event orchestration status. </p>
2913
+ */
2914
+ eventOrchestration?: EventOrchestration;
2897
2915
  }
2898
2916
  /**
2899
2917
  * @public
@@ -3812,13 +3830,17 @@ export interface PutEventTypeRequest {
3812
3830
  */
3813
3831
  entityTypes: string[] | undefined;
3814
3832
  /**
3815
- * <p>Specifies if ingenstion is enabled or disabled.</p>
3833
+ * <p>Specifies if ingestion is enabled or disabled.</p>
3816
3834
  */
3817
3835
  eventIngestion?: EventIngestion | string;
3818
3836
  /**
3819
3837
  * <p>A collection of key and value pairs.</p>
3820
3838
  */
3821
3839
  tags?: Tag[];
3840
+ /**
3841
+ * <p>Enables or disables event orchestration. If enabled, you can send event predictions to select AWS services for downstream processing of the events.</p>
3842
+ */
3843
+ eventOrchestration?: EventOrchestration;
3822
3844
  }
3823
3845
  /**
3824
3846
  * @public
@@ -3891,7 +3913,7 @@ export interface PutLabelRequest {
3891
3913
  */
3892
3914
  description?: string;
3893
3915
  /**
3894
- * <p></p>
3916
+ * <p>A collection of key and value pairs.</p>
3895
3917
  */
3896
3918
  tags?: Tag[];
3897
3919
  }
@@ -751,6 +751,9 @@ export declare const EventIngestion: {
751
751
  };
752
752
  export type EventIngestion =
753
753
  (typeof EventIngestion)[keyof typeof EventIngestion];
754
+ export interface EventOrchestration {
755
+ eventBridgeEnabled: boolean | undefined;
756
+ }
754
757
  export interface IngestedEventStatistics {
755
758
  numberOfEvents?: number;
756
759
  eventDataSizeInBytes?: number;
@@ -769,6 +772,7 @@ export interface EventType {
769
772
  lastUpdatedTime?: string;
770
773
  createdTime?: string;
771
774
  arn?: string;
775
+ eventOrchestration?: EventOrchestration;
772
776
  }
773
777
  export interface GetEventTypesResult {
774
778
  eventTypes?: EventType[];
@@ -1005,6 +1009,7 @@ export interface PutEventTypeRequest {
1005
1009
  entityTypes: string[] | undefined;
1006
1010
  eventIngestion?: EventIngestion | string;
1007
1011
  tags?: Tag[];
1012
+ eventOrchestration?: EventOrchestration;
1008
1013
  }
1009
1014
  export interface PutEventTypeResult {}
1010
1015
  export interface PutExternalModelRequest {
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.342.0",
4
+ "version": "3.344.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",
@@ -21,14 +21,14 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.342.0",
24
+ "@aws-sdk/client-sts": "3.344.0",
25
25
  "@aws-sdk/config-resolver": "3.342.0",
26
- "@aws-sdk/credential-provider-node": "3.342.0",
26
+ "@aws-sdk/credential-provider-node": "3.344.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.342.0",
28
- "@aws-sdk/hash-node": "3.342.0",
28
+ "@aws-sdk/hash-node": "3.344.0",
29
29
  "@aws-sdk/invalid-dependency": "3.342.0",
30
30
  "@aws-sdk/middleware-content-length": "3.342.0",
31
- "@aws-sdk/middleware-endpoint": "3.342.0",
31
+ "@aws-sdk/middleware-endpoint": "3.344.0",
32
32
  "@aws-sdk/middleware-host-header": "3.342.0",
33
33
  "@aws-sdk/middleware-logger": "3.342.0",
34
34
  "@aws-sdk/middleware-recursion-detection": "3.342.0",
@@ -38,7 +38,7 @@
38
38
  "@aws-sdk/middleware-stack": "3.342.0",
39
39
  "@aws-sdk/middleware-user-agent": "3.342.0",
40
40
  "@aws-sdk/node-config-provider": "3.342.0",
41
- "@aws-sdk/node-http-handler": "3.342.0",
41
+ "@aws-sdk/node-http-handler": "3.344.0",
42
42
  "@aws-sdk/smithy-client": "3.342.0",
43
43
  "@aws-sdk/types": "3.342.0",
44
44
  "@aws-sdk/url-parser": "3.342.0",