aws-sdk-devicefarm 1.32.0 → 1.33.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-devicefarm.rb +1 -1
- data/lib/aws-sdk-devicefarm/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: 12dbf5091cf7e4ab893ed0315e59f4fd847f65714904d9054581bf465ea5d552
|
|
4
|
+
data.tar.gz: 7fd140d513bfc73dea9a8971c7e78e33c1b38b28bdbfe2c2c90cdae8cb3c4c15
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 13e76097a969dacca80bc5b75b24399bbeb9dc6cd867b4311fea6af7d5daa257332235c8288586c32b05aebbf5c23750f011432d2782a0d18b067839ff92574a
|
|
7
|
+
data.tar.gz: be17b5fc0a9625cb788b0c4e33f327c6e0b7d1d128d1b02fe082fe9b024284f79d0f13887ec7d49f285b96c2adaee6a1c397c9344f5e872fc32cd7d6d7959475
|
data/lib/aws-sdk-devicefarm.rb
CHANGED
|
@@ -176,7 +176,7 @@ module Aws::DeviceFarm
|
|
|
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.
|
|
@@ -5927,7 +5927,7 @@ module Aws::DeviceFarm
|
|
|
5927
5927
|
params: params,
|
|
5928
5928
|
config: config)
|
|
5929
5929
|
context[:gem_name] = 'aws-sdk-devicefarm'
|
|
5930
|
-
context[:gem_version] = '1.
|
|
5930
|
+
context[:gem_version] = '1.33.0'
|
|
5931
5931
|
Seahorse::Client::Request.new(handlers, context)
|
|
5932
5932
|
end
|
|
5933
5933
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-devicefarm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.33.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
|