aws-sdk-devicefarm 1.58.0 → 1.59.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: 6f4f7040616e088d3629477a25274d5a867069f7b0a4afbaa2a5f42161d7dbf2
4
- data.tar.gz: c094ba1b15297422a3aa556767a3e2ce3678140cd7f1a04b28f2a65505a52452
3
+ metadata.gz: 892b41ee8fbbefabece524008b2a78c61f0994cc31e479cc3430d13150951739
4
+ data.tar.gz: 27c53eeb392a13a210242e61d657d1cf87c857c2de396a223e7c89d4c2843a1b
5
5
  SHA512:
6
- metadata.gz: 7cb2d751b24492afb5fd6ad03294e30cc8df6e4b3136e837aed94561d7485cfb359ea69c23cdfba19fc4bd034ac6756b418342f2f15f75d103013ef213004ae3
7
- data.tar.gz: aa7da5af273daab4780b2dc3b64cd4e318365b4c849ab1ad29e20b607d8e7e5828c1fef241b1faa3f88991d1317e5a2d8c3dc055bc61e77bad45f15fcf528e37
6
+ metadata.gz: 0bc39e811dc3a31d555f528ba3bb62178a47e50b6311f16e142b63f3b01041185db99c559429a53c0cf384937a1326eaf336ec1e32e0278608284da8d31f58f0
7
+ data.tar.gz: a5d86ed6fe94a1b8653c1752c397d88796c8dde8aae09d1f65c327ffb73165a629fc0791197446ac607c26a9f4f3dcf5d659fa318698763855539446f06ec8c5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.59.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.58.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.58.0
1
+ 1.59.0
@@ -216,6 +216,10 @@ module Aws::DeviceFarm
216
216
  # @option options [Boolean] :endpoint_discovery (false)
217
217
  # When set to `true`, endpoint discovery will be enabled for operations when available.
218
218
  #
219
+ # @option options [Boolean] :ignore_configured_endpoint_urls
220
+ # Setting to true disables use of endpoint URLs provided via environment
221
+ # variables and the shared configuration file.
222
+ #
219
223
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
220
224
  # The log formatter.
221
225
  #
@@ -6115,7 +6119,7 @@ module Aws::DeviceFarm
6115
6119
  params: params,
6116
6120
  config: config)
6117
6121
  context[:gem_name] = 'aws-sdk-devicefarm'
6118
- context[:gem_version] = '1.58.0'
6122
+ context[:gem_version] = '1.59.0'
6119
6123
  Seahorse::Client::Request.new(handlers, context)
6120
6124
  end
6121
6125
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-devicefarm/customizations'
52
52
  # @!group service
53
53
  module Aws::DeviceFarm
54
54
 
55
- GEM_VERSION = '1.58.0'
55
+ GEM_VERSION = '1.59.0'
56
56
 
57
57
  end
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.58.0
4
+ version: 1.59.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: 2023-07-06 00:00:00.000000000 Z
11
+ date: 2023-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core