aws-sdk-mturk 1.29.0 → 1.31.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mturk.rb +1 -1
- data/lib/aws-sdk-mturk/client.rb +8 -3
- metadata +5 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 59ae1c7dc6d8e3fd5d11912538a3d9331f8a059f53844108f57b981d5a99e65b
|
4
|
+
data.tar.gz: bca5c559985d0b0a43a24adeeb32045a02894ca745709c5b6a64f75da8df944b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2c09127dc399ac33e4366b4f58c3c017463a494353ae8bf10139e47ba211062ee39f192c7facdf7e0964dafe3843149c2c0ca02fc15f24a600d369580355b378
|
7
|
+
data.tar.gz: 2ff695b92f3c3fe9339a7765ec04158d606c51147a6f7f2dd575bf6c8866488a86d9f39ce38319b101751b1aaaeabe93abd543f57ecf85ffa7a46bf449c638f5
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.31.0 (2021-05-03)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Documentation updates for Amazon Mechanical Turk, GetAccountBalanceOperation operation
|
8
|
+
|
9
|
+
1.30.0 (2021-05-03)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Documentation updates for Amazon Mechanical Turk, GetAccountBalanceOperation operation
|
13
|
+
|
4
14
|
1.29.0 (2021-03-10)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.31.0
|
data/lib/aws-sdk-mturk.rb
CHANGED
data/lib/aws-sdk-mturk/client.rb
CHANGED
@@ -1375,8 +1375,13 @@ module Aws::MTurk
|
|
1375
1375
|
req.send_request(options)
|
1376
1376
|
end
|
1377
1377
|
|
1378
|
-
# The `GetAccountBalance` operation retrieves the
|
1379
|
-
# your Amazon Mechanical Turk account.
|
1378
|
+
# The `GetAccountBalance` operation retrieves the Prepaid HITs balance
|
1379
|
+
# in your Amazon Mechanical Turk account if you are a Prepaid Requester.
|
1380
|
+
# Alternatively, this operation will retrieve the remaining available
|
1381
|
+
# AWS Billing usage if you have enabled AWS Billing. Note: If you have
|
1382
|
+
# enabled AWS Billing and still have a remaining Prepaid HITs balance,
|
1383
|
+
# this balance can be viewed on the My Account page in the Requester
|
1384
|
+
# console.
|
1380
1385
|
#
|
1381
1386
|
# @return [Types::GetAccountBalanceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1382
1387
|
#
|
@@ -2859,7 +2864,7 @@ module Aws::MTurk
|
|
2859
2864
|
params: params,
|
2860
2865
|
config: config)
|
2861
2866
|
context[:gem_name] = 'aws-sdk-mturk'
|
2862
|
-
context[:gem_version] = '1.
|
2867
|
+
context[:gem_version] = '1.31.0'
|
2863
2868
|
Seahorse::Client::Request.new(handlers, context)
|
2864
2869
|
end
|
2865
2870
|
|
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.
|
4
|
+
version: 1.31.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: 2021-03
|
11
|
+
date: 2021-05-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -66,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
|
|
66
66
|
licenses:
|
67
67
|
- Apache-2.0
|
68
68
|
metadata:
|
69
|
-
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
70
|
-
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
69
|
+
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-mturk
|
70
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-mturk/CHANGELOG.md
|
71
71
|
post_install_message:
|
72
72
|
rdoc_options: []
|
73
73
|
require_paths:
|
@@ -83,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
83
83
|
- !ruby/object:Gem::Version
|
84
84
|
version: '0'
|
85
85
|
requirements: []
|
86
|
-
|
87
|
-
rubygems_version: 2.7.6.2
|
86
|
+
rubygems_version: 3.1.6
|
88
87
|
signing_key:
|
89
88
|
specification_version: 4
|
90
89
|
summary: AWS SDK for Ruby - Amazon MTurk
|