aws-sdk-macie2 1.1.0 → 1.2.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 +4 -4
- data/lib/aws-sdk-macie2.rb +1 -1
- data/lib/aws-sdk-macie2/client.rb +2 -2
- 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: 9323daf274a3d568f2587d30798fea1e8dd726c5a83ece2b968b8bba4b71085b
|
4
|
+
data.tar.gz: 4d13643f0955b4e8e1045ca7172d42febd0d7ef6a0f219e27cb754765593864a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 76943a9f4e73c41574238508d5eae62d69f71ed2f2aebb8a133675357795ccca899bcde950f6805ae1c4d9ebef3d466161009dab8d92133071a674d9fdf22b62
|
7
|
+
data.tar.gz: 2f07951cfdc7318fdd8b540db89f04b317d208091b6e58eebf0ffd5429a3d53d3ce03df8dcc96718a4bbaaa5190e7a95923b86a57b7dac792b3931362d02b66b
|
data/lib/aws-sdk-macie2.rb
CHANGED
@@ -176,7 +176,7 @@ module Aws::Macie2
|
|
176
176
|
# requests fetching endpoints information. Defaults to 60 sec.
|
177
177
|
#
|
178
178
|
# @option options [Boolean] :endpoint_discovery (false)
|
179
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
179
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
180
180
|
#
|
181
181
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
182
182
|
# The log formatter.
|
@@ -2458,7 +2458,7 @@ module Aws::Macie2
|
|
2458
2458
|
params: params,
|
2459
2459
|
config: config)
|
2460
2460
|
context[:gem_name] = 'aws-sdk-macie2'
|
2461
|
-
context[:gem_version] = '1.
|
2461
|
+
context[:gem_version] = '1.2.0'
|
2462
2462
|
Seahorse::Client::Request.new(handlers, context)
|
2463
2463
|
end
|
2464
2464
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-macie2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.2.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: 2020-05-
|
11
|
+
date: 2020-05-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|