aws-sdk-devicefarm 1.71.0 → 1.72.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: 234a2afe0a7c4267a5e1da820ed83f7cffacc9bda79481afaccad65f43b5b29a
4
- data.tar.gz: 8da9fcf448a25fca5261009f05aeb5f4ea46bd8172a1cbbeaff43858c24a4670
3
+ metadata.gz: c44e777c0743a821997432135bde332a4a32021e5baa4f5ea0efa04674f9dc0f
4
+ data.tar.gz: c018ed7043bc6e938cdb809beb7a5cf3adeaa5a8453c3f249c458ac0b2ee4304
5
5
  SHA512:
6
- metadata.gz: dcb3b7dce6061bb5d581feb35071ddf6fb5f41f6d44ed47c7ac2f57f49d348bbbc9f7e529da81102b44f593ee288b081109372b6e643b91cdc6350e585559ec5
7
- data.tar.gz: a435267106876137e528e676246c1fe328edf70956a4574b0e4287398816fd4482ba32c561323d36d58d5eb3c2f52b3cf68d4ea2eaa322ec1635c5efffcf8b7c
6
+ metadata.gz: 33b9151462ecd8cc7c966fabfb5ec6ad5ee9df848abdc5fe50ec1ca5e4fadf57703902350a80d3b943def08f9722388ae919e5b1964e260cf00a07c901316744
7
+ data.tar.gz: bea7a087f5b5285273c7f2301e3290b073b28d28544e2058c6bcd9bc09baea3211fdc148e742c963ffef3e97ff8834207f1de0856021a591f12790dd27532306
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.72.0 (2024-07-08)
5
+ ------------------
6
+
7
+ * Feature - Add v2 smoke tests and smithy smokeTests trait for SDK testing.
8
+
4
9
  1.71.0 (2024-07-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.71.0
1
+ 1.72.0
@@ -6153,7 +6153,7 @@ module Aws::DeviceFarm
6153
6153
  params: params,
6154
6154
  config: config)
6155
6155
  context[:gem_name] = 'aws-sdk-devicefarm'
6156
- context[:gem_version] = '1.71.0'
6156
+ context[:gem_version] = '1.72.0'
6157
6157
  Seahorse::Client::Request.new(handlers, context)
6158
6158
  end
6159
6159
 
@@ -32,7 +32,7 @@ module Aws::DeviceFarm
32
32
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
33
  end
34
34
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
36
36
  return Aws::Endpoints::Endpoint.new(url: "https://devicefarm-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
37
  end
38
38
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -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.71.0'
55
+ GEM_VERSION = '1.72.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.71.0
4
+ version: 1.72.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: 2024-07-02 00:00:00.000000000 Z
11
+ date: 2024-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core