aws-sdk-detective 1.39.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: 4929416d71268af522919e055a5f8e3b68e757189d4bab942a0b30062c710e8c
4
- data.tar.gz: d1fb86b6e0b91b353331e0b99520d22f88d63e2952dc800b9248d949c917bb89
3
+ metadata.gz: cc0f50edbd95723db23f950e57658aa998a969106f261e9e11851d02140bd563
4
+ data.tar.gz: 51fc777f6e0019318e5ae2230c56b3835610ff4e7fc99bc267d6ab77cc67f291
5
5
  SHA512:
6
- metadata.gz: 1e07b84eca3489a41e5f2d3d3e12c080569f2c1d830c0f4ade04ea083256ec086f0f4304fc6b33e0459523cee5aa444d8c95dfa8a0223bcb8f85fb6e354c650f
7
- data.tar.gz: 3d89435da336031738ea396afcadeab945d3a171d7a84c1bb11e4b55e0c3e068f8b3d6cb35c5e5ac6cfd1bd153b344838d6f2a3d0b084615ae7cf6cd848ceaa9
6
+ metadata.gz: 22c59201bc18a90328face8c8f95b9693260300faa9ffbebdb5375f9b653d24010d6fb32cdf9647b04b6152ae25f687293273d9b6c9a96584f555d4a5ffa4498
7
+ data.tar.gz: 28898244d1bec897ed3bcc223f0eaeb30ee88f9329feb39ce7126351447b56ed6d0adb6ca49ead09ee42ee7c527b71d1edc9afa1913a8a1b5bf032e88b2fe6b8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.39.0 (2023-08-07)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.39.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.39.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.39.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.39.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-08-07 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