aws-sdk-frauddetector 1.84.0 → 1.85.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e4cd52953162ab001df71724f26efb329c3bfb80cc65f33ddd8175302709d01c
4
- data.tar.gz: ad06d39a9d60461c4d4c838db7cad8854020081812258d768886331bf1477b15
3
+ metadata.gz: 30ef366dca9924635b92ddc26437bbcdb20b34bcd7779920776be9cade7d7f61
4
+ data.tar.gz: 2e246cf5ce829c5ad079472d0356565bbc66e22b1787b2186fbda2a75aa970e7
5
5
  SHA512:
6
- metadata.gz: 9d71a1a44b301451e6cb760ba16ab31e9999af7ed41cbb2d13ba53dba73bb8e11d183ea77a1820f93cb6d73d2263d96a18c28dc6978046809d716dcbd1875185
7
- data.tar.gz: 22ec262eda47299b2891b52b5dc37c76ea039c1fd78193166980eb43afc447f1ccfc29d8ba17e29579887e0abe7a77f385ec4db0a19c932ff6ab24a7072d1b2b
6
+ metadata.gz: ac14979b4468be3e999964363dce7cdb771f35d9e2f0f02c003ca6c3d567fb30ff1ec6775726267fdd98160ca2ad877a46a771876e484d8d9285d5f735c89005
7
+ data.tar.gz: 70f4c6aabc7034da6ac6838f8a1c19bc94cc87b2759882576f2d5511f7a7077ca531cbaa4d3c844417c82caf63e1b74102fcc04cde158035c29e0fdb745fb619
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.85.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.84.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.84.0
1
+ 1.85.0
@@ -4032,7 +4032,7 @@ module Aws::FraudDetector
4032
4032
  tracer: tracer
4033
4033
  )
4034
4034
  context[:gem_name] = 'aws-sdk-frauddetector'
4035
- context[:gem_version] = '1.84.0'
4035
+ context[:gem_version] = '1.85.0'
4036
4036
  Seahorse::Client::Request.new(handlers, context)
4037
4037
  end
4038
4038
 
@@ -54,7 +54,7 @@ module Aws::FraudDetector
54
54
  autoload :EndpointProvider, 'aws-sdk-frauddetector/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-frauddetector/endpoints'
56
56
 
57
- GEM_VERSION = '1.84.0'
57
+ GEM_VERSION = '1.85.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -93,13 +93,13 @@ module Aws
93
93
  default_value: ::String?,
94
94
  description: ::String?,
95
95
  variable_type: ::String?
96
- },
96
+ }
97
97
  ],
98
98
  ?tags: Array[
99
99
  {
100
100
  key: ::String,
101
101
  value: ::String
102
- },
102
+ }
103
103
  ]
104
104
  ) -> _BatchCreateVariableResponseSuccess
105
105
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchCreateVariableResponseSuccess
@@ -147,7 +147,7 @@ module Aws
147
147
  {
148
148
  key: ::String,
149
149
  value: ::String
150
- },
150
+ }
151
151
  ]
152
152
  ) -> _CreateBatchImportJobResponseSuccess
153
153
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateBatchImportJobResponseSuccess
@@ -168,7 +168,7 @@ module Aws
168
168
  {
169
169
  key: ::String,
170
170
  value: ::String
171
- },
171
+ }
172
172
  ]
173
173
  ) -> _CreateBatchPredictionJobResponseSuccess
174
174
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateBatchPredictionJobResponseSuccess
@@ -189,7 +189,7 @@ module Aws
189
189
  detector_id: ::String,
190
190
  rule_id: ::String,
191
191
  rule_version: ::String
192
- },
192
+ }
193
193
  ],
194
194
  ?model_versions: Array[
195
195
  {
@@ -197,14 +197,14 @@ module Aws
197
197
  model_type: ("ONLINE_FRAUD_INSIGHTS" | "TRANSACTION_FRAUD_INSIGHTS" | "ACCOUNT_TAKEOVER_INSIGHTS"),
198
198
  model_version_number: ::String,
199
199
  arn: ::String?
200
- },
200
+ }
201
201
  ],
202
202
  ?rule_execution_mode: ("ALL_MATCHED" | "FIRST_MATCHED"),
203
203
  ?tags: Array[
204
204
  {
205
205
  key: ::String,
206
206
  value: ::String
207
- },
207
+ }
208
208
  ]
209
209
  ) -> _CreateDetectorVersionResponseSuccess
210
210
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDetectorVersionResponseSuccess
@@ -222,7 +222,7 @@ module Aws
222
222
  {
223
223
  key: ::String,
224
224
  value: ::String
225
- },
225
+ }
226
226
  ]
227
227
  ) -> _CreateListResponseSuccess
228
228
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateListResponseSuccess
@@ -240,7 +240,7 @@ module Aws
240
240
  {
241
241
  key: ::String,
242
242
  value: ::String
243
- },
243
+ }
244
244
  ]
245
245
  ) -> _CreateModelResponseSuccess
246
246
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateModelResponseSuccess
@@ -278,7 +278,7 @@ module Aws
278
278
  {
279
279
  key: ::String,
280
280
  value: ::String
281
- },
281
+ }
282
282
  ]
283
283
  ) -> _CreateModelVersionResponseSuccess
284
284
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateModelVersionResponseSuccess
@@ -299,7 +299,7 @@ module Aws
299
299
  {
300
300
  key: ::String,
301
301
  value: ::String
302
- },
302
+ }
303
303
  ]
304
304
  ) -> _CreateRuleResponseSuccess
305
305
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRuleResponseSuccess
@@ -319,7 +319,7 @@ module Aws
319
319
  {
320
320
  key: ::String,
321
321
  value: ::String
322
- },
322
+ }
323
323
  ]
324
324
  ) -> _CreateVariableResponseSuccess
325
325
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateVariableResponseSuccess
@@ -621,7 +621,7 @@ module Aws
621
621
  {
622
622
  entity_type: ::String,
623
623
  entity_id: ::String
624
- },
624
+ }
625
625
  ],
626
626
  event_timestamp: ::String,
627
627
  event_variables: Hash[::String, ::String],
@@ -861,7 +861,7 @@ module Aws
861
861
  {
862
862
  key: ::String,
863
863
  value: ::String
864
- },
864
+ }
865
865
  ]
866
866
  ) -> _PutDetectorResponseSuccess
867
867
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutDetectorResponseSuccess
@@ -877,7 +877,7 @@ module Aws
877
877
  {
878
878
  key: ::String,
879
879
  value: ::String
880
- },
880
+ }
881
881
  ]
882
882
  ) -> _PutEntityTypeResponseSuccess
883
883
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutEntityTypeResponseSuccess
@@ -897,7 +897,7 @@ module Aws
897
897
  {
898
898
  key: ::String,
899
899
  value: ::String
900
- },
900
+ }
901
901
  ],
902
902
  ?event_orchestration: {
903
903
  event_bridge_enabled: bool
@@ -930,7 +930,7 @@ module Aws
930
930
  {
931
931
  key: ::String,
932
932
  value: ::String
933
- },
933
+ }
934
934
  ]
935
935
  ) -> _PutExternalModelResponseSuccess
936
936
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutExternalModelResponseSuccess
@@ -955,7 +955,7 @@ module Aws
955
955
  {
956
956
  key: ::String,
957
957
  value: ::String
958
- },
958
+ }
959
959
  ]
960
960
  ) -> _PutLabelResponseSuccess
961
961
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutLabelResponseSuccess
@@ -971,7 +971,7 @@ module Aws
971
971
  {
972
972
  key: ::String,
973
973
  value: ::String
974
- },
974
+ }
975
975
  ]
976
976
  ) -> _PutOutcomeResponseSuccess
977
977
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutOutcomeResponseSuccess
@@ -991,7 +991,7 @@ module Aws
991
991
  {
992
992
  entity_type: ::String,
993
993
  entity_id: ::String
994
- },
994
+ }
995
995
  ]
996
996
  ) -> _SendEventResponseSuccess
997
997
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SendEventResponseSuccess
@@ -1006,7 +1006,7 @@ module Aws
1006
1006
  {
1007
1007
  key: ::String,
1008
1008
  value: ::String
1009
- },
1009
+ }
1010
1010
  ]
1011
1011
  ) -> _TagResourceResponseSuccess
1012
1012
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
@@ -1034,7 +1034,7 @@ module Aws
1034
1034
  detector_id: ::String,
1035
1035
  rule_id: ::String,
1036
1036
  rule_version: ::String
1037
- },
1037
+ }
1038
1038
  ],
1039
1039
  ?description: ::String,
1040
1040
  ?model_versions: Array[
@@ -1043,7 +1043,7 @@ module Aws
1043
1043
  model_type: ("ONLINE_FRAUD_INSIGHTS" | "TRANSACTION_FRAUD_INSIGHTS" | "ACCOUNT_TAKEOVER_INSIGHTS"),
1044
1044
  model_version_number: ::String,
1045
1045
  arn: ::String?
1046
- },
1046
+ }
1047
1047
  ],
1048
1048
  ?rule_execution_mode: ("ALL_MATCHED" | "FIRST_MATCHED")
1049
1049
  ) -> _UpdateDetectorVersionResponseSuccess
@@ -1133,7 +1133,7 @@ module Aws
1133
1133
  {
1134
1134
  key: ::String,
1135
1135
  value: ::String
1136
- },
1136
+ }
1137
1137
  ]
1138
1138
  ) -> _UpdateModelVersionResponseSuccess
1139
1139
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateModelVersionResponseSuccess
@@ -1183,7 +1183,7 @@ module Aws
1183
1183
  {
1184
1184
  key: ::String,
1185
1185
  value: ::String
1186
- },
1186
+ }
1187
1187
  ]
1188
1188
  ) -> _UpdateRuleVersionResponseSuccess
1189
1189
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateRuleVersionResponseSuccess
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-frauddetector
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.84.0
4
+ version: 1.85.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services