aws-sdk-frauddetector 1.28.0 → 1.46.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 705f39c46a07be13bc7dd2fc7e7a7591494ed1fc7eeb24434a54fdae56a1e84e
4
- data.tar.gz: 924cb21f8a22a3138cd7047b6f8a0a85c8f27998ffd468a9c94feefc9f78c30a
3
+ metadata.gz: ab3f644423821241084e45736306f1f68a707dee258201f3f5c3c1e2d8b2154d
4
+ data.tar.gz: 84a57ecff8055d84d11faba343a1ab1d949b9f24dbc76867d6df305c2445002b
5
5
  SHA512:
6
- metadata.gz: a85900a3b2aec51297de97477129a75073990f55df20973fe633d2acedef0f39b0538e6208d7aff689aa0a076f9e39dc013892608cef1ed1d1e1efa1bf17f8bc
7
- data.tar.gz: 7959f9a9d391c076b6014226414898a61229330747df5e3b51be6c87b14e1b5b67ac4186f9a059b37add339ba5bc3395f66a1a52ef06d3d93c1e05d7d0278f8d
6
+ metadata.gz: 82fd494a0a20d138bbed96001797db97ea336e1a8180a29f1010465d6dfe1e029dabeaddea399014c8e7fe3abcc20a3c80e164690fe046219f760643df6a5c4a
7
+ data.tar.gz: af404684bcfef78e8db47f1c63a3bb946f8c1a26463a843aef2253715fb56aacbf413c4076108ec937143b8fd07b97d44493a2bdb4269f8e882c6c50d3b707a4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,98 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.46.0 (2023-09-27)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.45.0 (2023-07-11)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.44.0 (2023-07-06)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.43.0 (2023-06-28)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
24
+ 1.42.0 (2023-06-15)
25
+ ------------------
26
+
27
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
28
+
29
+ 1.41.0 (2023-06-05)
30
+ ------------------
31
+
32
+ * Feature - Added new variable types, new DateTime data type, and new rules engine functions for interacting and working with DateTime data types.
33
+
34
+ 1.40.0 (2023-05-31)
35
+ ------------------
36
+
37
+ * Feature - This release enables publishing event predictions from Amazon Fraud Detector (AFD) to Amazon EventBridge. For example, after getting predictions from AFD, Amazon EventBridge rules can be configured to trigger notification through an SNS topic, send a message with SES, or trigger Lambda workflows.
38
+
39
+ 1.39.0 (2023-02-15)
40
+ ------------------
41
+
42
+ * Feature - This release introduces Lists feature which allows customers to reference a set of values in Fraud Detector's rules. With Lists, customers can dynamically manage these attributes in real time. Lists can be created/deleted and its contents can be modified using the Fraud Detector API.
43
+
44
+ 1.38.0 (2023-02-06)
45
+ ------------------
46
+
47
+ * Feature - My AWS Service (Amazon Fraud Detector) - This release introduces Cold Start Model Training which optimizes training for small datasets and adds intelligent methods for treating unlabeled data. You can now train Online Fraud Insights or Transaction Fraud Insights models with minimal historical-data.
48
+
49
+ 1.37.0 (2023-01-18)
50
+ ------------------
51
+
52
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
53
+
54
+ * Issue - Replace runtime endpoint resolution approach with generated ruby code.
55
+
56
+ 1.36.0 (2022-10-25)
57
+ ------------------
58
+
59
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
60
+
61
+ 1.35.0 (2022-10-18)
62
+ ------------------
63
+
64
+ * Feature - Documentation Updates for Amazon Fraud Detector
65
+
66
+ 1.34.0 (2022-07-21)
67
+ ------------------
68
+
69
+ * Feature - The release introduces Account Takeover Insights (ATI) model. The ATI model detects fraud relating to account takeover. This release also adds support for new variable types: ARE_CREDENTIALS_VALID and SESSION_ID and adds new structures to Model Version APIs.
70
+
71
+ 1.33.0 (2022-06-10)
72
+ ------------------
73
+
74
+ * Feature - Documentation updates for Amazon Fraud Detector (AWSHawksNest)
75
+
76
+ 1.32.0 (2022-02-24)
77
+ ------------------
78
+
79
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
80
+
81
+ 1.31.0 (2022-02-03)
82
+ ------------------
83
+
84
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
85
+
86
+ 1.30.0 (2022-01-26)
87
+ ------------------
88
+
89
+ * Feature - Added new APIs for viewing past predictions and obtaining prediction metadata including prediction explanations: ListEventPredictions and GetEventPredictionMetadata
90
+
91
+ 1.29.0 (2021-12-21)
92
+ ------------------
93
+
94
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
95
+
4
96
  1.28.0 (2021-11-30)
5
97
  ------------------
6
98
 
@@ -150,4 +242,4 @@ Unreleased Changes
150
242
  1.0.0 (2019-12-03)
151
243
  ------------------
152
244
 
153
- * Feature - Initial release of `aws-sdk-frauddetector`.
245
+ * Feature - Initial release of `aws-sdk-frauddetector`.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.28.0
1
+ 1.46.0