aws-sdk-devicefarm 1.1.0 → 1.2.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
  SHA1:
3
- metadata.gz: 02d598c98a113c4aaf05a0f6497f61cf33679b7f
4
- data.tar.gz: 66c3cf374905c38d173e65546620b2b2b59a2e3f
3
+ metadata.gz: a391c6d03e73954b2700228c39ddbc27c4f2a8cb
4
+ data.tar.gz: 41a251a5b60fafd20fc9eeeeca25f4b24e72541a
5
5
  SHA512:
6
- metadata.gz: a06bbc0fd2d89e4b679bf0e73e022526885c1bf2c61f8c997cfe92ab3b0ddf4fbdba2659def7b0505735c2300f841ad61859c177f56802219db488bbd94d0d21
7
- data.tar.gz: 856655f7c0d0ba202d16ef32d5c535723019449ca97b93022c1f3fff479d74c6aafaabf43bb8ad2ca916e30b7314e631c46d9e21a34c7b0f4ac36fea259a92ff
6
+ metadata.gz: aafd91548315d597f915b6332f339fb3cd9a3dbd20e411eaf5153acd2c0831a37edbb9a5f4b99e674fbe536b1ce58c75de98c089f19ace074095565f32e76945
7
+ data.tar.gz: fda8bf510569bfd187472034ab02a005625bd67dce0f91dcfdb82bd5ca0d183132ca42547cd3a3b5dcee464ab61471fe527a421869fd67df6d1cc2da2c3850a1
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-devicefarm/customizations'
42
42
  # @service
43
43
  module Aws::DeviceFarm
44
44
 
45
- GEM_VERSION = '1.1.0'
45
+ GEM_VERSION = '1.2.0'
46
46
 
47
47
  end
@@ -3649,7 +3649,8 @@ module Aws::DeviceFarm
3649
3649
  #
3650
3650
  # @example Example: To update a device pool
3651
3651
  #
3652
- # # The following example updates the specified device pool with a new name and description. It also enables remote access of devices in the device pool.
3652
+ # # The following example updates the specified device pool with a new name and description. It also enables remote access
3653
+ # # of devices in the device pool.
3653
3654
  #
3654
3655
  # resp = client.update_device_pool({
3655
3656
  # name: "NewName",
@@ -3875,7 +3876,7 @@ module Aws::DeviceFarm
3875
3876
  params: params,
3876
3877
  config: config)
3877
3878
  context[:gem_name] = 'aws-sdk-devicefarm'
3878
- context[:gem_version] = '1.1.0'
3879
+ context[:gem_version] = '1.2.0'
3879
3880
  Seahorse::Client::Request.new(handlers, context)
3880
3881
  end
3881
3882
 
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.1.0
4
+ version: 1.2.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: 2017-09-11 00:00:00.000000000 Z
11
+ date: 2017-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core