aws-sdk-frauddetector 1.56.0 → 1.57.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: 54d4c9a7962aa30380c2ab3e174ad14c4e2cb587d232c1be9ba3bb519d48790b
4
- data.tar.gz: ff086effc1d73972459f0cd3c9046ca8cc5a005795db2b92bd737dd33878f70a
3
+ metadata.gz: 3aa12375e53c3710c739e481fec80d5d52db2c400f653838d7a54a88a3c9a1a4
4
+ data.tar.gz: c98a48e83db33b578c16bf9ffe26bad94e54961ae246f98a3c12ee5f17019f48
5
5
  SHA512:
6
- metadata.gz: 5f4f0846e08f831f8de3d2eee455bbcb3624e0b79298fa06f6c30c7dd1f3b3c06a84d0791b6b99b381c3636e3845b49e5d787661986a289fb550feb558cf2f36
7
- data.tar.gz: dd3cee6f72388fc41d1c9a9863c056dcc2c816bffec84b5a91e49d7764de4350f7d6bd7d63cd556034630f01623a608cd54999b0e39be70773db2dfa0fa5d656
6
+ metadata.gz: 364739b7ee0e685a7ea36aca304e96184ad32f5a5a744cc3036252b7f3043c6205908659f55d2f514f9f0e998a177e1774052fab1ffeee7392e9c9b5da29c173
7
+ data.tar.gz: 2148ea5aa53c76e955424ecd3e8653091aa1df737e2e4a514e78e2333a7dbdf5533e3104424bf5e7525814d1f35298c8d8ad080bd09bf58c87bcf9e023ce0072
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.57.0 (2024-07-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.56.0 (2024-07-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.56.0
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.56.0'
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
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-frauddetector/customizations'
52
52
  # @!group service
53
53
  module Aws::FraudDetector
54
54
 
55
- GEM_VERSION = '1.56.0'
55
+ GEM_VERSION = '1.57.0'
56
56
 
57
57
  end
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.56.0
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-02 00:00:00.000000000 Z
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