aws-sdk-datapipeline 1.18.0 → 1.19.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-datapipeline.rb +1 -1
- data/lib/aws-sdk-datapipeline/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: ddd6364cf58e43272e69829b8229393b5e5660c12805822dc3d16961558654e7
|
|
4
|
+
data.tar.gz: adde6a6c0c92f980b9eff9c7bba3ce8d7f2ff7b839eef08262da7824424bb16d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cc9c40e7708ad823aac217070b358e4e16ef56120a9b707b5b3a92131f122826de40a503092f8817af152e8ec7b7f7840cc33325cb4014ba6cf4d1018602065a
|
|
7
|
+
data.tar.gz: c71d862dff682fcd34ee2c6cebd2b42bae1c6ce8c947cde8b76ca16149fd24a5eef7f9a8a5a7cba43f3076d7a8a496f472097bf28acaaaf0188b068bf805791f
|
data/lib/aws-sdk-datapipeline.rb
CHANGED
|
@@ -176,7 +176,7 @@ module Aws::DataPipeline
|
|
|
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.
|
|
@@ -1310,7 +1310,7 @@ module Aws::DataPipeline
|
|
|
1310
1310
|
params: params,
|
|
1311
1311
|
config: config)
|
|
1312
1312
|
context[:gem_name] = 'aws-sdk-datapipeline'
|
|
1313
|
-
context[:gem_version] = '1.
|
|
1313
|
+
context[:gem_version] = '1.19.0'
|
|
1314
1314
|
Seahorse::Client::Request.new(handlers, context)
|
|
1315
1315
|
end
|
|
1316
1316
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-datapipeline
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.19.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
|