aws-sdk-devicefarm 1.31.0 → 1.32.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0026c0c904454b2e9cc5617f3ee3a005b0a5f61d2dbb0ecc053019fbe94e2df7
4
- data.tar.gz: 842d9d8cefd9d3b3806a6f7a036ab29c5e7b8d8abe6d24b96f4ed0fb25517b19
3
+ metadata.gz: 6bb807c47f6b48fa7e89cde4e41d22d7ed86b947923da8ec7e73cfefac25f66c
4
+ data.tar.gz: 484d7af7bc9113e84d37b66519dced40ccdc8c0580f4394cf022140d547227f1
5
5
  SHA512:
6
- metadata.gz: 0a3897c8024d3a5ee723089140f734a4888318f5c4e7cd84fd3afb2c2a7882582b27743034677abc0f87e7dfeb0f4b09c018c281cd9ae2ffd3c0f8f765e4ffd7
7
- data.tar.gz: 24a1f667c3005ccfe92af318f90526dcbe1bbf10ff4cefaae491a1bebf8fdd3ff7afdfe04f0bbff9192b71d316bbd887ca46cd64121e6bfb448974f6baf242a5
6
+ metadata.gz: 797d336b2327ceb58a2d98a8fe1e24871ed2b29f51982445cb7d73a716b4a56b48103d50a32d4d2ae3df9589688fc2a5a9e736bbc7362571af309cac3ff1e8b4
7
+ data.tar.gz: 942e10e0d97516ca9207a9e81b2b28576a03c2de80526a9802b56cdfcd391c6541687207e6390ebfaaf2f5611146b32e46960077b599534f33cea88423ecca46
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-devicefarm/customizations'
45
45
  # @service
46
46
  module Aws::DeviceFarm
47
47
 
48
- GEM_VERSION = '1.31.0'
48
+ GEM_VERSION = '1.32.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::DeviceFarm
105
105
  # @option options [required, String] :region
106
106
  # The AWS region to connect to. The configured `:region` is
107
107
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
108
+ # a default `:region` is searched for in the following locations:
109
109
  #
110
110
  # * `Aws.config[:region]`
111
111
  # * `ENV['AWS_REGION']`
@@ -161,7 +161,7 @@ module Aws::DeviceFarm
161
161
  # @option options [String] :endpoint
162
162
  # The client endpoint is normally constructed from the `:region`
163
163
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
164
+ # to test endpoints. This should be a valid HTTP(S) URI.
165
165
  #
166
166
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
167
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -279,8 +279,7 @@ module Aws::DeviceFarm
279
279
  #
280
280
  # @option options [Integer] :http_read_timeout (60) The default
281
281
  # number of seconds to wait for response data. This value can
282
- # safely be set
283
- # per-request on the session yielded by {#session_for}.
282
+ # safely be set per-request on the session.
284
283
  #
285
284
  # @option options [Float] :http_idle_timeout (5) The number of
286
285
  # seconds a connection is allowed to sit idle before it is
@@ -292,7 +291,7 @@ module Aws::DeviceFarm
292
291
  # request body. This option has no effect unless the request has
293
292
  # "Expect" header set to "100-continue". Defaults to `nil` which
294
293
  # disables this behaviour. This value can safely be set per
295
- # request on the session yielded by {#session_for}.
294
+ # request on the session.
296
295
  #
297
296
  # @option options [Boolean] :http_wire_trace (false) When `true`,
298
297
  # HTTP debug output will be sent to the `:logger`.
@@ -2010,6 +2009,8 @@ module Aws::DeviceFarm
2010
2009
  # * {Types::GetOfferingStatusResult#next_period #next_period} => Hash<String,Types::OfferingStatus>
2011
2010
  # * {Types::GetOfferingStatusResult#next_token #next_token} => String
2012
2011
  #
2012
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2013
+ #
2013
2014
  #
2014
2015
  # @example Example: To get status information about device offerings
2015
2016
  #
@@ -2747,6 +2748,8 @@ module Aws::DeviceFarm
2747
2748
  # * {Types::ListArtifactsResult#artifacts #artifacts} => Array<Types::Artifact>
2748
2749
  # * {Types::ListArtifactsResult#next_token #next_token} => String
2749
2750
  #
2751
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2752
+ #
2750
2753
  #
2751
2754
  # @example Example: To list artifacts for a resource
2752
2755
  #
@@ -2861,6 +2864,8 @@ module Aws::DeviceFarm
2861
2864
  # * {Types::ListDevicePoolsResult#device_pools #device_pools} => Array<Types::DevicePool>
2862
2865
  # * {Types::ListDevicePoolsResult#next_token #next_token} => String
2863
2866
  #
2867
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2868
+ #
2864
2869
  #
2865
2870
  # @example Example: To get information about device pools
2866
2871
  #
@@ -3018,6 +3023,8 @@ module Aws::DeviceFarm
3018
3023
  # * {Types::ListDevicesResult#devices #devices} => Array<Types::Device>
3019
3024
  # * {Types::ListDevicesResult#next_token #next_token} => String
3020
3025
  #
3026
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3027
+ #
3021
3028
  #
3022
3029
  # @example Example: To get information about devices
3023
3030
  #
@@ -3155,6 +3162,8 @@ module Aws::DeviceFarm
3155
3162
  # * {Types::ListJobsResult#jobs #jobs} => Array<Types::Job>
3156
3163
  # * {Types::ListJobsResult#next_token #next_token} => String
3157
3164
  #
3165
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3166
+ #
3158
3167
  #
3159
3168
  # @example Example: To get information about jobs
3160
3169
  #
@@ -3355,6 +3364,8 @@ module Aws::DeviceFarm
3355
3364
  # * {Types::ListOfferingTransactionsResult#offering_transactions #offering_transactions} => Array<Types::OfferingTransaction>
3356
3365
  # * {Types::ListOfferingTransactionsResult#next_token #next_token} => String
3357
3366
  #
3367
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3368
+ #
3358
3369
  #
3359
3370
  # @example Example: To get information about device offering transactions
3360
3371
  #
@@ -3499,6 +3510,8 @@ module Aws::DeviceFarm
3499
3510
  # * {Types::ListOfferingsResult#offerings #offerings} => Array<Types::Offering>
3500
3511
  # * {Types::ListOfferingsResult#next_token #next_token} => String
3501
3512
  #
3513
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3514
+ #
3502
3515
  #
3503
3516
  # @example Example: To get information about device offerings
3504
3517
  #
@@ -3619,6 +3632,8 @@ module Aws::DeviceFarm
3619
3632
  # * {Types::ListProjectsResult#projects #projects} => Array<Types::Project>
3620
3633
  # * {Types::ListProjectsResult#next_token #next_token} => String
3621
3634
  #
3635
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3636
+ #
3622
3637
  #
3623
3638
  # @example Example: To get information about a Device Farm project
3624
3639
  #
@@ -3798,6 +3813,8 @@ module Aws::DeviceFarm
3798
3813
  # * {Types::ListRunsResult#runs #runs} => Array<Types::Run>
3799
3814
  # * {Types::ListRunsResult#next_token #next_token} => String
3800
3815
  #
3816
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3817
+ #
3801
3818
  #
3802
3819
  # @example Example: To get information about a test run
3803
3820
  #
@@ -3941,6 +3958,8 @@ module Aws::DeviceFarm
3941
3958
  # * {Types::ListSamplesResult#samples #samples} => Array<Types::Sample>
3942
3959
  # * {Types::ListSamplesResult#next_token #next_token} => String
3943
3960
  #
3961
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3962
+ #
3944
3963
  #
3945
3964
  # @example Example: To get information about samples
3946
3965
  #
@@ -3996,6 +4015,8 @@ module Aws::DeviceFarm
3996
4015
  # * {Types::ListSuitesResult#suites #suites} => Array<Types::Suite>
3997
4016
  # * {Types::ListSuitesResult#next_token #next_token} => String
3998
4017
  #
4018
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
4019
+ #
3999
4020
  #
4000
4021
  # @example Example: To get information about suites
4001
4022
  #
@@ -4099,6 +4120,8 @@ module Aws::DeviceFarm
4099
4120
  # * {Types::ListTestGridProjectsResult#test_grid_projects #test_grid_projects} => Array<Types::TestGridProject>
4100
4121
  # * {Types::ListTestGridProjectsResult#next_token #next_token} => String
4101
4122
  #
4123
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
4124
+ #
4102
4125
  # @example Request syntax with placeholder values
4103
4126
  #
4104
4127
  # resp = client.list_test_grid_projects({
@@ -4140,6 +4163,8 @@ module Aws::DeviceFarm
4140
4163
  # * {Types::ListTestGridSessionActionsResult#actions #actions} => Array<Types::TestGridSessionAction>
4141
4164
  # * {Types::ListTestGridSessionActionsResult#next_token #next_token} => String
4142
4165
  #
4166
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
4167
+ #
4143
4168
  # @example Request syntax with placeholder values
4144
4169
  #
4145
4170
  # resp = client.list_test_grid_session_actions({
@@ -4186,6 +4211,8 @@ module Aws::DeviceFarm
4186
4211
  # * {Types::ListTestGridSessionArtifactsResult#artifacts #artifacts} => Array<Types::TestGridSessionArtifact>
4187
4212
  # * {Types::ListTestGridSessionArtifactsResult#next_token #next_token} => String
4188
4213
  #
4214
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
4215
+ #
4189
4216
  # @example Request syntax with placeholder values
4190
4217
  #
4191
4218
  # resp = client.list_test_grid_session_artifacts({
@@ -4243,6 +4270,8 @@ module Aws::DeviceFarm
4243
4270
  # * {Types::ListTestGridSessionsResult#test_grid_sessions #test_grid_sessions} => Array<Types::TestGridSession>
4244
4271
  # * {Types::ListTestGridSessionsResult#next_token #next_token} => String
4245
4272
  #
4273
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
4274
+ #
4246
4275
  # @example Request syntax with placeholder values
4247
4276
  #
4248
4277
  # resp = client.list_test_grid_sessions({
@@ -4291,6 +4320,8 @@ module Aws::DeviceFarm
4291
4320
  # * {Types::ListTestsResult#tests #tests} => Array<Types::Test>
4292
4321
  # * {Types::ListTestsResult#next_token #next_token} => String
4293
4322
  #
4323
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
4324
+ #
4294
4325
  #
4295
4326
  # @example Example: To get information about tests
4296
4327
  #
@@ -4368,6 +4399,8 @@ module Aws::DeviceFarm
4368
4399
  # * {Types::ListUniqueProblemsResult#unique_problems #unique_problems} => Hash<String,Array<Types::UniqueProblem>>
4369
4400
  # * {Types::ListUniqueProblemsResult#next_token #next_token} => String
4370
4401
  #
4402
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
4403
+ #
4371
4404
  #
4372
4405
  # @example Example: To get information about unique problems
4373
4406
  #
@@ -4540,6 +4573,8 @@ module Aws::DeviceFarm
4540
4573
  # * {Types::ListUploadsResult#uploads #uploads} => Array<Types::Upload>
4541
4574
  # * {Types::ListUploadsResult#next_token #next_token} => String
4542
4575
  #
4576
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
4577
+ #
4543
4578
  #
4544
4579
  # @example Example: To get information about uploads
4545
4580
  #
@@ -5892,7 +5927,7 @@ module Aws::DeviceFarm
5892
5927
  params: params,
5893
5928
  config: config)
5894
5929
  context[:gem_name] = 'aws-sdk-devicefarm'
5895
- context[:gem_version] = '1.31.0'
5930
+ context[:gem_version] = '1.32.0'
5896
5931
  Seahorse::Client::Request.new(handlers, context)
5897
5932
  end
5898
5933
 
@@ -6,13 +6,7 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::DeviceFarm
9
- # This class provides a resource oriented interface for DeviceFarm.
10
- # To create a resource object:
11
- # resource = Aws::DeviceFarm::Resource.new(region: 'us-west-2')
12
- # You can supply a client object with custom configuration that will be used for all resource operations.
13
- # If you do not pass +:client+, a default client will be constructed.
14
- # client = Aws::DeviceFarm::Client.new(region: 'us-west-2')
15
- # resource = Aws::DeviceFarm::Resource.new(client: client)
9
+
16
10
  class Resource
17
11
 
18
12
  # @param options ({})
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.31.0
4
+ version: 1.32.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: 2020-03-16 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -80,7 +80,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
80
  - !ruby/object:Gem::Version
81
81
  version: '0'
82
82
  requirements: []
83
- rubygems_version: 3.0.3
83
+ rubyforge_project:
84
+ rubygems_version: 2.7.6.2
84
85
  signing_key:
85
86
  specification_version: 4
86
87
  summary: AWS SDK for Ruby - AWS Device Farm