aws-sdk-devicefarm 1.80.0 → 1.81.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: 72d519b1b1fdff5954ae8e553c932529d4f3ad1fcf766a3629c7908d44239b55
4
- data.tar.gz: e92cebed43c6c25e28e87efc91865ab6037f99679584f3e5cd1619f55b5f112d
3
+ metadata.gz: 67bb7e958bf9d683b6a8cc72a5600b14cd212f57b5e394e985333ad645979903
4
+ data.tar.gz: 3b65d477e2e3fb2fea9ca15d56dc892d0cc6e2e3ef1d802d83144b88caecda73
5
5
  SHA512:
6
- metadata.gz: ebee29bcc7092fe742160d62dbfde827a7664f127a0f64416a1a54b6fda1548b239d04a2297603d8a2decf3c0fac97e2c89b1b19552e9a78db8a6048c2260895
7
- data.tar.gz: cf028cced11ccc1c8163842b30ab7908bc0a6e5accb464895bcf5dd86d6981d7bae61637b5eb62ae4b05e0aa64633e5cfbc7c9045500182fb7d8738969206dd8
6
+ metadata.gz: 1af3af652b6500edccf1a2e151661746e699766d8911b1c1ad3a8a78f69c22322499528c34c13b5f43bf18ad9525387f05deed317f0b5a7c6234dfb9a43fedad
7
+ data.tar.gz: 8895d11c431b1718009cd46edbc83bcd1817f26a4073c8fde5e28e6108938fd7ebe1d6814d15929991c07dbaaca4850c9870d4f4e37ec27432adf1aded5dc876
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.81.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.80.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.80.0
1
+ 1.81.0
@@ -3157,7 +3157,6 @@ module Aws::DeviceFarm
3157
3157
  # * INSTANCE\_LABELS: The label of the device instance.
3158
3158
  #
3159
3159
  # * FLEET\_TYPE: The fleet type. Valid values are PUBLIC or PRIVATE.
3160
- #
3161
3160
  # * Operator: The filter operator.
3162
3161
  #
3163
3162
  # * The EQUALS operator is available for every attribute except
@@ -3172,7 +3171,6 @@ module Aws::DeviceFarm
3172
3171
  # * The LESS\_THAN, GREATER\_THAN, LESS\_THAN\_OR\_EQUALS, and
3173
3172
  # GREATER\_THAN\_OR\_EQUALS operators are also available for the
3174
3173
  # OS\_VERSION attribute.
3175
- #
3176
3174
  # * Values: An array of one or more filter values.
3177
3175
  #
3178
3176
  # * The IN and NOT\_IN operators take a values array that has one or
@@ -6156,7 +6154,7 @@ module Aws::DeviceFarm
6156
6154
  tracer: tracer
6157
6155
  )
6158
6156
  context[:gem_name] = 'aws-sdk-devicefarm'
6159
- context[:gem_version] = '1.80.0'
6157
+ context[:gem_version] = '1.81.0'
6160
6158
  Seahorse::Client::Request.new(handlers, context)
6161
6159
  end
6162
6160
 
@@ -1543,7 +1543,6 @@ module Aws::DeviceFarm
1543
1543
  # * INSTANCE\_LABELS: The label of the device instance.
1544
1544
  #
1545
1545
  # * FLEET\_TYPE: The fleet type. Valid values are PUBLIC or PRIVATE.
1546
- #
1547
1546
  # * **Operator**
1548
1547
  #
1549
1548
  # The filter operator.
@@ -1560,7 +1559,6 @@ module Aws::DeviceFarm
1560
1559
  # * The LESS\_THAN, GREATER\_THAN, LESS\_THAN\_OR\_EQUALS, and
1561
1560
  # GREATER\_THAN\_OR\_EQUALS operators are also available for the
1562
1561
  # OS\_VERSION attribute.
1563
- #
1564
1562
  # * **Values**
1565
1563
  #
1566
1564
  # An array of one or more filter values.
@@ -1571,7 +1569,6 @@ module Aws::DeviceFarm
1571
1569
  # more than one element.
1572
1570
  #
1573
1571
  # * The other operators require an array with a single element.
1574
- #
1575
1572
  # **Attribute Values**
1576
1573
  #
1577
1574
  # * The PLATFORM attribute can be set to ANDROID or IOS.
@@ -2769,7 +2766,6 @@ module Aws::DeviceFarm
2769
2766
  # * INSTANCE\_LABELS: The label of the device instance.
2770
2767
  #
2771
2768
  # * FLEET\_TYPE: The fleet type. Valid values are PUBLIC or PRIVATE.
2772
- #
2773
2769
  # * Operator: The filter operator.
2774
2770
  #
2775
2771
  # * The EQUALS operator is available for every attribute except
@@ -2784,7 +2780,6 @@ module Aws::DeviceFarm
2784
2780
  # * The LESS\_THAN, GREATER\_THAN, LESS\_THAN\_OR\_EQUALS, and
2785
2781
  # GREATER\_THAN\_OR\_EQUALS operators are also available for the
2786
2782
  # OS\_VERSION attribute.
2787
- #
2788
2783
  # * Values: An array of one or more filter values.
2789
2784
  #
2790
2785
  # * The IN and NOT\_IN operators take a values array that has one or
@@ -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.80.0'
57
+ GEM_VERSION = '1.81.0'
58
58
 
59
59
  end
60
60
 
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.80.0
4
+ version: 1.81.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-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core