aws-sdk-devicefarm 1.24.0 → 1.25.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: 9a533bf7f5ce82248c7db9ff4cbe045d66d6b617
4
- data.tar.gz: e5e01df4a831bbfcff35dc2e22d7410f875ef485
3
+ metadata.gz: 5a6b9bc11838663c6f9ab3955e1fa271d836af3f
4
+ data.tar.gz: b945babf4ff1308a6eb598ec5a4e149f1c5e53d1
5
5
  SHA512:
6
- metadata.gz: 7123786e738b77bf256cb22f2e581f17efc0b333a288406c495d076bc67f78a89a2f14fd41abfbdb1085175b09d360a67ec6b4938de1130d7f317b97fdfc429c
7
- data.tar.gz: 7ce76ab847b45574dc93c9da4aedc5560628bb3efa95a98a3190f58ecc2e036c64cda2c63a64b878a06affd9d2585970628aaebf1a66da95383fb13f9d0a7e4f
6
+ metadata.gz: 16a31c0beb4210e3effc7baaa383bec7ba272ffa7a7a3c623311508e1c9ee1c9670f08eb039c10da3e28d0902adc2c42ca140ab44f4b702c8aaba2b9bb0f4dfd
7
+ data.tar.gz: 7d965a2c1a5b8c13f98b4ca1832701b0850c7bc0e5c267021ba09fa849ae27e0b6c4e1efddeb3df869660eb58f13249672177440ed766d58554a28f796b0dd9d
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-devicefarm/customizations'
42
42
  # @service
43
43
  module Aws::DeviceFarm
44
44
 
45
- GEM_VERSION = '1.24.0'
45
+ GEM_VERSION = '1.25.0'
46
46
 
47
47
  end
@@ -798,9 +798,9 @@ module Aws::DeviceFarm
798
798
  #
799
799
  # * UIAUTOMATOR\_TEST\_PACKAGE: A uiautomator test package upload.
800
800
  #
801
- # * XCTEST\_TEST\_PACKAGE: An XCode test package upload.
801
+ # * XCTEST\_TEST\_PACKAGE: An Xcode test package upload.
802
802
  #
803
- # * XCTEST\_UI\_TEST\_PACKAGE: An XCode UI test package upload.
803
+ # * XCTEST\_UI\_TEST\_PACKAGE: An Xcode UI test package upload.
804
804
  #
805
805
  # * APPIUM\_JAVA\_JUNIT\_TEST\_SPEC: An Appium Java JUnit test spec
806
806
  # upload.
@@ -831,7 +831,7 @@ module Aws::DeviceFarm
831
831
  #
832
832
  # * INSTRUMENTATION\_TEST\_SPEC: An instrumentation test spec upload.
833
833
  #
834
- # * XCTEST\_UI\_TEST\_SPEC: An XCode UI test spec upload.
834
+ # * XCTEST\_UI\_TEST\_SPEC: An Xcode UI test spec upload.
835
835
  #
836
836
  # **Note** If you call `CreateUpload` with `WEB_APP` specified, AWS
837
837
  # Device Farm throws an `ArgumentException` error.
@@ -1072,7 +1072,7 @@ module Aws::DeviceFarm
1072
1072
  # Deletes a completed remote access session and its results.
1073
1073
  #
1074
1074
  # @option params [required, String] :arn
1075
- # The Amazon Resource Name (ARN) of the sesssion for which you want to
1075
+ # The Amazon Resource Name (ARN) of the session for which you want to
1076
1076
  # delete remote access.
1077
1077
  #
1078
1078
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
@@ -1490,9 +1490,9 @@ module Aws::DeviceFarm
1490
1490
  #
1491
1491
  # * UIAUTOMATOR: The uiautomator type.
1492
1492
  #
1493
- # * XCTEST: The XCode test type.
1493
+ # * XCTEST: The Xcode test type.
1494
1494
  #
1495
- # * XCTEST\_UI: The XCode UI test type.
1495
+ # * XCTEST\_UI: The Xcode UI test type.
1496
1496
  #
1497
1497
  # @option params [Types::ScheduleRunTest] :test
1498
1498
  # Information about the uploaded test to be run against the device pool.
@@ -2710,7 +2710,7 @@ module Aws::DeviceFarm
2710
2710
  # an operator, and one or more values.
2711
2711
  #
2712
2712
  # * Attribute: The aspect of a device such as platform or model used as
2713
- # the selction criteria in a device filter.
2713
+ # the selection criteria in a device filter.
2714
2714
  #
2715
2715
  # Allowed values include:
2716
2716
  #
@@ -4036,7 +4036,7 @@ module Aws::DeviceFarm
4036
4036
  #
4037
4037
  # * IOS\_APP: An iOS upload.
4038
4038
  #
4039
- # * WEB\_APP: A web appliction upload.
4039
+ # * WEB\_APP: A web application upload.
4040
4040
  #
4041
4041
  # * EXTERNAL\_DATA: An external data upload.
4042
4042
  #
@@ -4075,9 +4075,9 @@ module Aws::DeviceFarm
4075
4075
  #
4076
4076
  # * UIAUTOMATOR\_TEST\_PACKAGE: A uiautomator test package upload.
4077
4077
  #
4078
- # * XCTEST\_TEST\_PACKAGE: An XCode test package upload.
4078
+ # * XCTEST\_TEST\_PACKAGE: An Xcode test package upload.
4079
4079
  #
4080
- # * XCTEST\_UI\_TEST\_PACKAGE: An XCode UI test package upload.
4080
+ # * XCTEST\_UI\_TEST\_PACKAGE: An Xcode UI test package upload.
4081
4081
  #
4082
4082
  # * APPIUM\_JAVA\_JUNIT\_TEST\_SPEC: An Appium Java JUnit test spec
4083
4083
  # upload.
@@ -4108,7 +4108,7 @@ module Aws::DeviceFarm
4108
4108
  #
4109
4109
  # * INSTRUMENTATION\_TEST\_SPEC: An instrumentation test spec upload.
4110
4110
  #
4111
- # * XCTEST\_UI\_TEST\_SPEC: An XCode UI test spec upload.
4111
+ # * XCTEST\_UI\_TEST\_SPEC: An Xcode UI test spec upload.
4112
4112
  #
4113
4113
  # @option params [String] :next_token
4114
4114
  # An identifier that was returned from the previous call to this
@@ -4998,7 +4998,7 @@ module Aws::DeviceFarm
4998
4998
  # they can only be updated as a whole (or not at all).
4999
4999
  #
5000
5000
  # @option params [required, String] :arn
5001
- # The Amazon Resourc Name (ARN) of the Device Farm device pool you wish
5001
+ # The Amazon Resource Name (ARN) of the Device Farm device pool you wish
5002
5002
  # to update.
5003
5003
  #
5004
5004
  # @option params [String] :name
@@ -5174,7 +5174,7 @@ module Aws::DeviceFarm
5174
5174
  # information.
5175
5175
  #
5176
5176
  # @option params [String] :description
5177
- # The descriptoin of the network profile about which you are returning
5177
+ # The description of the network profile about which you are returning
5178
5178
  # information.
5179
5179
  #
5180
5180
  # @option params [String] :type
@@ -5439,7 +5439,7 @@ module Aws::DeviceFarm
5439
5439
  params: params,
5440
5440
  config: config)
5441
5441
  context[:gem_name] = 'aws-sdk-devicefarm'
5442
- context[:gem_version] = '1.24.0'
5442
+ context[:gem_version] = '1.25.0'
5443
5443
  Seahorse::Client::Request.new(handlers, context)
5444
5444
  end
5445
5445
 
@@ -43,7 +43,7 @@ module Aws::DeviceFarm
43
43
  #
44
44
  # @!attribute [rw] default_job_timeout_minutes
45
45
  # The default number of minutes (at the account level) a test run will
46
- # execute before it times out. Default value is 60 minutes.
46
+ # execute before it times out. The default value is 150 minutes.
47
47
  # @return [Integer]
48
48
  #
49
49
  # @!attribute [rw] skip_app_resign
@@ -150,7 +150,7 @@ module Aws::DeviceFarm
150
150
  # * APPLICATION\_CRASH\_REPORT: The application crash report output
151
151
  # type.
152
152
  #
153
- # * XCTEST\_LOG: The XCode test output type.
153
+ # * XCTEST\_LOG: The Xcode test output type.
154
154
  #
155
155
  # * VIDEO: The Video output type.
156
156
  #
@@ -766,9 +766,9 @@ module Aws::DeviceFarm
766
766
  #
767
767
  # * UIAUTOMATOR\_TEST\_PACKAGE: A uiautomator test package upload.
768
768
  #
769
- # * XCTEST\_TEST\_PACKAGE: An XCode test package upload.
769
+ # * XCTEST\_TEST\_PACKAGE: An Xcode test package upload.
770
770
  #
771
- # * XCTEST\_UI\_TEST\_PACKAGE: An XCode UI test package upload.
771
+ # * XCTEST\_UI\_TEST\_PACKAGE: An Xcode UI test package upload.
772
772
  #
773
773
  # * APPIUM\_JAVA\_JUNIT\_TEST\_SPEC: An Appium Java JUnit test spec
774
774
  # upload.
@@ -799,7 +799,7 @@ module Aws::DeviceFarm
799
799
  #
800
800
  # * INSTRUMENTATION\_TEST\_SPEC: An instrumentation test spec upload.
801
801
  #
802
- # * XCTEST\_UI\_TEST\_SPEC: An XCode UI test spec upload.
802
+ # * XCTEST\_UI\_TEST\_SPEC: An Xcode UI test spec upload.
803
803
  #
804
804
  # **Note** If you call `CreateUpload` with `WEB_APP` specified, AWS
805
805
  # Device Farm throws an `ArgumentException` error.
@@ -1038,7 +1038,7 @@ module Aws::DeviceFarm
1038
1038
  # }
1039
1039
  #
1040
1040
  # @!attribute [rw] arn
1041
- # The Amazon Resource Name (ARN) of the sesssion for which you want to
1041
+ # The Amazon Resource Name (ARN) of the session for which you want to
1042
1042
  # delete remote access.
1043
1043
  # @return [String]
1044
1044
  #
@@ -1892,9 +1892,9 @@ module Aws::DeviceFarm
1892
1892
  #
1893
1893
  # * UIAUTOMATOR: The uiautomator type.
1894
1894
  #
1895
- # * XCTEST: The XCode test type.
1895
+ # * XCTEST: The Xcode test type.
1896
1896
  #
1897
- # * XCTEST\_UI: The XCode UI test type.
1897
+ # * XCTEST\_UI: The Xcode UI test type.
1898
1898
  # @return [String]
1899
1899
  #
1900
1900
  # @!attribute [rw] test
@@ -2572,9 +2572,9 @@ module Aws::DeviceFarm
2572
2572
  #
2573
2573
  # * UIAUTOMATOR: The uiautomator type.
2574
2574
  #
2575
- # * XCTEST: The XCode test type.
2575
+ # * XCTEST: The Xcode test type.
2576
2576
  #
2577
- # * XCTEST\_UI: The XCode UI test type.
2577
+ # * XCTEST\_UI: The Xcode UI test type.
2578
2578
  # @return [String]
2579
2579
  #
2580
2580
  # @!attribute [rw] created
@@ -2898,7 +2898,7 @@ module Aws::DeviceFarm
2898
2898
  # attribute, an operator, and one or more values.
2899
2899
  #
2900
2900
  # * Attribute: The aspect of a device such as platform or model used
2901
- # as the selction criteria in a device filter.
2901
+ # as the selection criteria in a device filter.
2902
2902
  #
2903
2903
  # Allowed values include:
2904
2904
  #
@@ -3686,7 +3686,7 @@ module Aws::DeviceFarm
3686
3686
  #
3687
3687
  # * IOS\_APP: An iOS upload.
3688
3688
  #
3689
- # * WEB\_APP: A web appliction upload.
3689
+ # * WEB\_APP: A web application upload.
3690
3690
  #
3691
3691
  # * EXTERNAL\_DATA: An external data upload.
3692
3692
  #
@@ -3727,9 +3727,9 @@ module Aws::DeviceFarm
3727
3727
  #
3728
3728
  # * UIAUTOMATOR\_TEST\_PACKAGE: A uiautomator test package upload.
3729
3729
  #
3730
- # * XCTEST\_TEST\_PACKAGE: An XCode test package upload.
3730
+ # * XCTEST\_TEST\_PACKAGE: An Xcode test package upload.
3731
3731
  #
3732
- # * XCTEST\_UI\_TEST\_PACKAGE: An XCode UI test package upload.
3732
+ # * XCTEST\_UI\_TEST\_PACKAGE: An Xcode UI test package upload.
3733
3733
  #
3734
3734
  # * APPIUM\_JAVA\_JUNIT\_TEST\_SPEC: An Appium Java JUnit test spec
3735
3735
  # upload.
@@ -3760,7 +3760,7 @@ module Aws::DeviceFarm
3760
3760
  #
3761
3761
  # * INSTRUMENTATION\_TEST\_SPEC: An instrumentation test spec upload.
3762
3762
  #
3763
- # * XCTEST\_UI\_TEST\_SPEC: An XCode UI test spec upload.
3763
+ # * XCTEST\_UI\_TEST\_SPEC: An Xcode UI test spec upload.
3764
3764
  # @return [String]
3765
3765
  #
3766
3766
  # @!attribute [rw] next_token
@@ -4200,7 +4200,7 @@ module Aws::DeviceFarm
4200
4200
  #
4201
4201
  # @!attribute [rw] default_job_timeout_minutes
4202
4202
  # The default number of minutes (at the project level) a test run will
4203
- # execute before it times out. Default value is 60 minutes.
4203
+ # execute before it times out. The default value is 150 minutes.
4204
4204
  # @return [Integer]
4205
4205
  #
4206
4206
  # @!attribute [rw] created
@@ -4438,7 +4438,7 @@ module Aws::DeviceFarm
4438
4438
  # @return [String]
4439
4439
  #
4440
4440
  # @!attribute [rw] device_minutes
4441
- # The number of minutes a device is used in a remote access sesssion
4441
+ # The number of minutes a device is used in a remote access session
4442
4442
  # (including setup and teardown minutes).
4443
4443
  # @return [Types::DeviceMinutes]
4444
4444
  #
@@ -4741,9 +4741,9 @@ module Aws::DeviceFarm
4741
4741
  #
4742
4742
  # * UIAUTOMATOR: The uiautomator type.
4743
4743
  #
4744
- # * XCTEST: The XCode test type.
4744
+ # * XCTEST: The Xcode test type.
4745
4745
  #
4746
- # * XCTEST\_UI: The XCode UI test type.
4746
+ # * XCTEST\_UI: The Xcode UI test type.
4747
4747
  # @return [String]
4748
4748
  #
4749
4749
  # @!attribute [rw] platform
@@ -5295,9 +5295,9 @@ module Aws::DeviceFarm
5295
5295
  #
5296
5296
  # * UIAUTOMATOR: The uiautomator type.
5297
5297
  #
5298
- # * XCTEST: The XCode test type.
5298
+ # * XCTEST: The Xcode test type.
5299
5299
  #
5300
- # * XCTEST\_UI: The XCode UI test type.
5300
+ # * XCTEST\_UI: The Xcode UI test type.
5301
5301
  # @return [String]
5302
5302
  #
5303
5303
  # @!attribute [rw] test_package_arn
@@ -5576,9 +5576,9 @@ module Aws::DeviceFarm
5576
5576
  #
5577
5577
  # * UIAUTOMATOR: The uiautomator type.
5578
5578
  #
5579
- # * XCTEST: The XCode test type.
5579
+ # * XCTEST: The Xcode test type.
5580
5580
  #
5581
- # * XCTEST\_UI: The XCode UI test type.
5581
+ # * XCTEST\_UI: The Xcode UI test type.
5582
5582
  # @return [String]
5583
5583
  #
5584
5584
  # @!attribute [rw] created
@@ -5823,9 +5823,9 @@ module Aws::DeviceFarm
5823
5823
  #
5824
5824
  # * UIAUTOMATOR: The uiautomator type.
5825
5825
  #
5826
- # * XCTEST: The XCode test type.
5826
+ # * XCTEST: The Xcode test type.
5827
5827
  #
5828
- # * XCTEST\_UI: The XCode UI test type.
5828
+ # * XCTEST\_UI: The Xcode UI test type.
5829
5829
  # @return [String]
5830
5830
  #
5831
5831
  # @!attribute [rw] created
@@ -6065,7 +6065,7 @@ module Aws::DeviceFarm
6065
6065
  # }
6066
6066
  #
6067
6067
  # @!attribute [rw] arn
6068
- # The Amazon Resourc Name (ARN) of the Device Farm device pool you
6068
+ # The Amazon Resource Name (ARN) of the Device Farm device pool you
6069
6069
  # wish to update.
6070
6070
  # @return [String]
6071
6071
  #
@@ -6229,7 +6229,7 @@ module Aws::DeviceFarm
6229
6229
  # @return [String]
6230
6230
  #
6231
6231
  # @!attribute [rw] description
6232
- # The descriptoin of the network profile about which you are returning
6232
+ # The description of the network profile about which you are returning
6233
6233
  # information.
6234
6234
  # @return [String]
6235
6235
  #
@@ -6489,7 +6489,7 @@ module Aws::DeviceFarm
6489
6489
  #
6490
6490
  # * IOS\_APP: An iOS upload.
6491
6491
  #
6492
- # * WEB\_APP: A web appliction upload.
6492
+ # * WEB\_APP: A web application upload.
6493
6493
  #
6494
6494
  # * EXTERNAL\_DATA: An external data upload.
6495
6495
  #
@@ -6530,9 +6530,9 @@ module Aws::DeviceFarm
6530
6530
  #
6531
6531
  # * UIAUTOMATOR\_TEST\_PACKAGE: A uiautomator test package upload.
6532
6532
  #
6533
- # * XCTEST\_TEST\_PACKAGE: An XCode test package upload.
6533
+ # * XCTEST\_TEST\_PACKAGE: An Xcode test package upload.
6534
6534
  #
6535
- # * XCTEST\_UI\_TEST\_PACKAGE: An XCode UI test package upload.
6535
+ # * XCTEST\_UI\_TEST\_PACKAGE: An Xcode UI test package upload.
6536
6536
  #
6537
6537
  # * APPIUM\_JAVA\_JUNIT\_TEST\_SPEC: An Appium Java JUnit test spec
6538
6538
  # upload.
@@ -6563,7 +6563,7 @@ module Aws::DeviceFarm
6563
6563
  #
6564
6564
  # * INSTRUMENTATION\_TEST\_SPEC: An instrumentation test spec upload.
6565
6565
  #
6566
- # * XCTEST\_UI\_TEST\_SPEC: An XCode UI test spec upload.
6566
+ # * XCTEST\_UI\_TEST\_SPEC: An Xcode UI test spec upload.
6567
6567
  # @return [String]
6568
6568
  #
6569
6569
  # @!attribute [rw] status
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.24.0
4
+ version: 1.25.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: 2019-06-17 00:00:00.000000000 Z
11
+ date: 2019-06-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core