aws-sdk-mturk 1.21.0 → 1.22.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: de3364ff5d64375103cd76fa40978b271c14aa2e47a2aaa2bea442572bd17db0
4
- data.tar.gz: dce932094daaae496b276eeb067b52690912a41c3231e51deaf43af54e837e93
3
+ metadata.gz: d04577f69d614ba67655b1c3ae089368357db02d403e0e8182cc6146bcc0fb04
4
+ data.tar.gz: c15b1afc35f5e358878d6e3a946fbb881f593e9cdd40cd72b6028a262ce7ee5d
5
5
  SHA512:
6
- metadata.gz: f918cb87918bc7eba031499634a560e5096935424df37c56b4a2e73d694acdddd24d148e4b3e51015e4dfca698372cd570b34042a0b6b9f82303fc243034027a
7
- data.tar.gz: 2028fdbf432500bc637413cd080a45572be5f103f3e8befa24824441301bbb00189beeb34b7baca9afa7ca080ac8f9cda916674fd1f8e6884ddb8406c348f4a9
6
+ metadata.gz: 9915e349aea70823c3317aaaaefbfb4ce2640e56c9cb6b934772ee86721074cb906b404856da9dba456835ea752313c2a9a015650d8e99610f5d7f5db17b7df1
7
+ data.tar.gz: 453b6cad3315457c66a707b147a23f196fd8345b3531ddeaffb572fac6a5d97e8d559750b4b93f63435b34c93f03139e04b212a0182c68fd150faabf6fb2e35b
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-mturk/customizations'
45
45
  # @service
46
46
  module Aws::MTurk
47
47
 
48
- GEM_VERSION = '1.21.0'
48
+ GEM_VERSION = '1.22.0'
49
49
 
50
50
  end
@@ -176,7 +176,7 @@ module Aws::MTurk
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. Defaults to `false`.
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.
@@ -2840,7 +2840,7 @@ module Aws::MTurk
2840
2840
  params: params,
2841
2841
  config: config)
2842
2842
  context[:gem_name] = 'aws-sdk-mturk'
2843
- context[:gem_version] = '1.21.0'
2843
+ context[:gem_version] = '1.22.0'
2844
2844
  Seahorse::Client::Request.new(handlers, context)
2845
2845
  end
2846
2846
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mturk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.21.0
4
+ version: 1.22.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-07 00:00:00.000000000 Z
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