aws-sdk-detective 1.38.0 → 1.40.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: c4cd528a07399719e6d967b7645fc3d5ce17fd1188755bb3936f25ac5e892592
4
- data.tar.gz: eeff9863824aa50391d50d706a1aa223bec9fd895d1597a6caddaa4b211a0108
3
+ metadata.gz: cc0f50edbd95723db23f950e57658aa998a969106f261e9e11851d02140bd563
4
+ data.tar.gz: 51fc777f6e0019318e5ae2230c56b3835610ff4e7fc99bc267d6ab77cc67f291
5
5
  SHA512:
6
- metadata.gz: 44a20c692117c5e24bab42f28ec4ae54bab3af1d021fee15a6377bb119502c3d56c91bd8a395d3a84f25968f33a6edc401aa1fdfd31383b46ab7fdaf747d5d25
7
- data.tar.gz: 40f0c67cc0464fe48fae497ba1ac322e39b9c8aa7d8714dbb8d28c9a4b7a29d20cb2b4dac53f565acc8b9ee7d0bf7e9dbebda1b6c76640a7ccbdfe0b7bd4a7fd
6
+ metadata.gz: 22c59201bc18a90328face8c8f95b9693260300faa9ffbebdb5375f9b653d24010d6fb32cdf9647b04b6152ae25f687293273d9b6c9a96584f555d4a5ffa4498
7
+ data.tar.gz: 28898244d1bec897ed3bcc223f0eaeb30ee88f9329feb39ce7126351447b56ed6d0adb6ca49ead09ee42ee7c527b71d1edc9afa1913a8a1b5bf032e88b2fe6b8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.40.0 (2023-08-25)
5
+ ------------------
6
+
7
+ * Feature - Added protections to interacting with fields containing customer information.
8
+
9
+ 1.39.0 (2023-08-07)
10
+ ------------------
11
+
12
+ * Feature - Updated the email validation regex to be in line with the TLD name specifications.
13
+
4
14
  1.38.0 (2023-07-11)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.38.0
1
+ 1.40.0
@@ -1438,7 +1438,7 @@ module Aws::Detective
1438
1438
  params: params,
1439
1439
  config: config)
1440
1440
  context[:gem_name] = 'aws-sdk-detective'
1441
- context[:gem_version] = '1.38.0'
1441
+ context[:gem_version] = '1.40.0'
1442
1442
  Seahorse::Client::Request.new(handlers, context)
1443
1443
  end
1444
1444
 
@@ -77,7 +77,7 @@ module Aws::Detective
77
77
  class Account < Struct.new(
78
78
  :account_id,
79
79
  :email_address)
80
- SENSITIVE = []
80
+ SENSITIVE = [:email_address]
81
81
  include Aws::Structure
82
82
  end
83
83
 
@@ -251,7 +251,7 @@ module Aws::Detective
251
251
  :message,
252
252
  :disable_email_notification,
253
253
  :accounts)
254
- SENSITIVE = []
254
+ SENSITIVE = [:message]
255
255
  include Aws::Structure
256
256
  end
257
257
 
@@ -911,7 +911,7 @@ module Aws::Detective
911
911
  :invitation_type,
912
912
  :volume_usage_by_datasource_package,
913
913
  :datasource_package_ingest_states)
914
- SENSITIVE = []
914
+ SENSITIVE = [:email_address]
915
915
  include Aws::Structure
916
916
  end
917
917
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-detective/customizations'
52
52
  # @!group service
53
53
  module Aws::Detective
54
54
 
55
- GEM_VERSION = '1.38.0'
55
+ GEM_VERSION = '1.40.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-detective
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.38.0
4
+ version: 1.40.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: 2023-07-11 00:00:00.000000000 Z
11
+ date: 2023-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core