aws-sdk-mturk 1.78.0 → 1.79.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: 7bcae4b9da082b9de37c3827ef3244a838c5398dbcbb9be8de24c6a48faf079e
4
- data.tar.gz: 46f6561fda41591660b28ce4c7ae4b603abc014813328b1ffda25830d21ae01f
3
+ metadata.gz: 2f94c0e10485e5066e55fc6ee52e5b85ddc62d13ed4b97a3457b352e593713be
4
+ data.tar.gz: '09dd787408f0f9a36a4d6e336ff23f2102a6e9c2cc67d5c217bedbfb6c312a84'
5
5
  SHA512:
6
- metadata.gz: a0ede141a60177d53cfb002b1307b9b7d46bbeaa3cd26ad31d55ce033d7f539e5ec9a1423e3af95ebcd7b8a1c45537d489b35daa41c4804c852500ac29b34d57
7
- data.tar.gz: 0b94db8a05a0994ea4d13a26865c8eb41bfa2cd9a732c4e0673bbbbc17e2077c2f7940c442fb09c28183fb1c3630a92e38e6b8c53e117b99930a4d857a9adf61
6
+ metadata.gz: 06d9a283eda0081e48cbf70d4238d58cca3f7b789ead3b7c006819612be555cf52f9a7ac56dfd56ae33f987217a76d61b260e7b129b7cda8c40bfdc4309dae80
7
+ data.tar.gz: a82b9d63545b4df0b8edb407a56e06882cd44228c56e475d46dd90da4be0e2d00ee1fe2c30ca6afad2af0545c555f2a99f4f373acf01fc80f423d379a8028622
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.79.0 (2025-10-27)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.78.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.78.0
1
+ 1.79.0
@@ -3015,7 +3015,7 @@ module Aws::MTurk
3015
3015
  tracer: tracer
3016
3016
  )
3017
3017
  context[:gem_name] = 'aws-sdk-mturk'
3018
- context[:gem_version] = '1.78.0'
3018
+ context[:gem_version] = '1.79.0'
3019
3019
  Seahorse::Client::Request.new(handlers, context)
3020
3020
  end
3021
3021
 
@@ -13,22 +13,22 @@ module Aws::MTurk
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
data/lib/aws-sdk-mturk.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::MTurk
54
54
  autoload :EndpointProvider, 'aws-sdk-mturk/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-mturk/endpoints'
56
56
 
57
- GEM_VERSION = '1.78.0'
57
+ GEM_VERSION = '1.79.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mturk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.78.0
4
+ version: 1.79.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services