aws-sdk-frauddetector 1.56.0 → 1.57.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-frauddetector/client.rb +1 -1
- data/lib/aws-sdk-frauddetector/types.rb +7 -7
- data/lib/aws-sdk-frauddetector.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3aa12375e53c3710c739e481fec80d5d52db2c400f653838d7a54a88a3c9a1a4
|
4
|
+
data.tar.gz: c98a48e83db33b578c16bf9ffe26bad94e54961ae246f98a3c12ee5f17019f48
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 364739b7ee0e685a7ea36aca304e96184ad32f5a5a744cc3036252b7f3043c6205908659f55d2f514f9f0e998a177e1774052fab1ffeee7392e9c9b5da29c173
|
7
|
+
data.tar.gz: 2148ea5aa53c76e955424ecd3e8653091aa1df737e2e4a514e78e2333a7dbdf5533e3104424bf5e7525814d1f35298c8d8ad080bd09bf58c87bcf9e023ce0072
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.57.0
|
@@ -3976,7 +3976,7 @@ module Aws::FraudDetector
|
|
3976
3976
|
params: params,
|
3977
3977
|
config: config)
|
3978
3978
|
context[:gem_name] = 'aws-sdk-frauddetector'
|
3979
|
-
context[:gem_version] = '1.
|
3979
|
+
context[:gem_version] = '1.57.0'
|
3980
3980
|
Seahorse::Client::Request.new(handlers, context)
|
3981
3981
|
end
|
3982
3982
|
|
@@ -782,7 +782,7 @@ module Aws::FraudDetector
|
|
782
782
|
:variable_type,
|
783
783
|
:description,
|
784
784
|
:tags)
|
785
|
-
SENSITIVE = []
|
785
|
+
SENSITIVE = [:elements]
|
786
786
|
include Aws::Structure
|
787
787
|
end
|
788
788
|
|
@@ -1700,7 +1700,7 @@ module Aws::FraudDetector
|
|
1700
1700
|
:current_label,
|
1701
1701
|
:label_timestamp,
|
1702
1702
|
:entities)
|
1703
|
-
SENSITIVE = []
|
1703
|
+
SENSITIVE = [:event_variables, :entities]
|
1704
1704
|
include Aws::Structure
|
1705
1705
|
end
|
1706
1706
|
|
@@ -2509,7 +2509,7 @@ module Aws::FraudDetector
|
|
2509
2509
|
:event_timestamp,
|
2510
2510
|
:event_variables,
|
2511
2511
|
:external_model_endpoint_data_blobs)
|
2512
|
-
SENSITIVE = [:external_model_endpoint_data_blobs]
|
2512
|
+
SENSITIVE = [:entities, :event_variables, :external_model_endpoint_data_blobs]
|
2513
2513
|
include Aws::Structure
|
2514
2514
|
end
|
2515
2515
|
|
@@ -2604,7 +2604,7 @@ module Aws::FraudDetector
|
|
2604
2604
|
class GetEventTypesResult < Struct.new(
|
2605
2605
|
:event_types,
|
2606
2606
|
:next_token)
|
2607
|
-
SENSITIVE = []
|
2607
|
+
SENSITIVE = [:event_types]
|
2608
2608
|
include Aws::Structure
|
2609
2609
|
end
|
2610
2610
|
|
@@ -2733,7 +2733,7 @@ module Aws::FraudDetector
|
|
2733
2733
|
class GetListElementsResult < Struct.new(
|
2734
2734
|
:elements,
|
2735
2735
|
:next_token)
|
2736
|
-
SENSITIVE = []
|
2736
|
+
SENSITIVE = [:elements]
|
2737
2737
|
include Aws::Structure
|
2738
2738
|
end
|
2739
2739
|
|
@@ -4227,7 +4227,7 @@ module Aws::FraudDetector
|
|
4227
4227
|
:assigned_label,
|
4228
4228
|
:label_timestamp,
|
4229
4229
|
:entities)
|
4230
|
-
SENSITIVE = []
|
4230
|
+
SENSITIVE = [:event_variables, :entities]
|
4231
4231
|
include Aws::Structure
|
4232
4232
|
end
|
4233
4233
|
|
@@ -4720,7 +4720,7 @@ module Aws::FraudDetector
|
|
4720
4720
|
:description,
|
4721
4721
|
:update_mode,
|
4722
4722
|
:variable_type)
|
4723
|
-
SENSITIVE = []
|
4723
|
+
SENSITIVE = [:elements]
|
4724
4724
|
include Aws::Structure
|
4725
4725
|
end
|
4726
4726
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-frauddetector
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.57.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-07-
|
11
|
+
date: 2024-07-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|