aws-sdk-devicefarm 1.87.0 → 1.88.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: 8e9ef6b7949476fec644f7a45565f3977ba0e6c69b84abcc19463c03a8b3f37e
4
- data.tar.gz: 192fdb098a57a53bf43b361f933ff626f3c227cd13ddeb37b6d7a79ebae2f298
3
+ metadata.gz: 71d949952fb96114e71460ee9f8a033158c1a8e7eb2afbc90e7fa8f984cc2c8c
4
+ data.tar.gz: 14cc929de46df659789968e19db06c52726f6ab44350cbe323a39bd4b0c7d202
5
5
  SHA512:
6
- metadata.gz: 682b29a254e6061531913fc576530cfcbd8e7159dd41713cd57c601ba8728ad4e38d14ce1ce445f7816752f9c66d34e08e0014ec7ddf172c126b4c095e7d15da
7
- data.tar.gz: cef1c4dbc315f59dc2c03301aa5f54a8b0cac5cee8bbf447f754036c84e9916d643792333f6db8d19f6a95b67890e5c2120bdcda304666b5cf8b425121b2f313
6
+ metadata.gz: 05ff7a359e9d4b9354f9a6aaafc46b32da4786a719f10aef92f34d16df28827adb1a637ccf26ff15080db12c2ed543f9ef80d9705c667c993748a6c94389a970
7
+ data.tar.gz: 661cc907171459af526ab092e34d2d3d96213fcddcce4f081b33f3813dea585f06a9689d34bae01e954eb1655c45f0c834c9058d1f2d86c474316c76e3225b5f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.88.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.87.0 (2025-05-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.87.0
1
+ 1.88.0
@@ -200,8 +200,7 @@ module Aws::DeviceFarm
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -6210,7 +6209,7 @@ module Aws::DeviceFarm
6210
6209
  tracer: tracer
6211
6210
  )
6212
6211
  context[:gem_name] = 'aws-sdk-devicefarm'
6213
- context[:gem_version] = '1.87.0'
6212
+ context[:gem_version] = '1.88.0'
6214
6213
  Seahorse::Client::Request.new(handlers, context)
6215
6214
  end
6216
6215
 
@@ -54,7 +54,7 @@ module Aws::DeviceFarm
54
54
  autoload :EndpointProvider, 'aws-sdk-devicefarm/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-devicefarm/endpoints'
56
56
 
57
- GEM_VERSION = '1.87.0'
57
+ GEM_VERSION = '1.88.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-devicefarm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.87.0
4
+ version: 1.88.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services