aws-sdk-devicefarm 1.21.0 → 1.22.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-devicefarm.rb +1 -1
- data/lib/aws-sdk-devicefarm/client.rb +1 -1
- data/lib/aws-sdk-devicefarm/client_api.rb +21 -0
- data/lib/aws-sdk-devicefarm/errors.rb +112 -0
- data/lib/aws-sdk-devicefarm/types.rb +92 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 80d36435de0fea06bb2809be92b9278580fff82d
|
4
|
+
data.tar.gz: '096aa01a13b77494100a35ecbd551555adedbb56'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 96ca265397814651f06992876d7d2e9f7322c2f3cb5d0cb156d059a02ddff6538d29b4426a486b2e72a185d679dc909bd07a3a8d5b447f2592a76d5d382d9598
|
7
|
+
data.tar.gz: 38bf99163765aaa68503dc1f9d9c65f77c9724612c011a35135f216b86fd03ea1407fd5c98c7a0306f0fadd60f041ffaec94ea4799041f8618dcd4e3f9864b50
|
data/lib/aws-sdk-devicefarm.rb
CHANGED
@@ -5331,7 +5331,7 @@ module Aws::DeviceFarm
|
|
5331
5331
|
params: params,
|
5332
5332
|
config: config)
|
5333
5333
|
context[:gem_name] = 'aws-sdk-devicefarm'
|
5334
|
-
context[:gem_version] = '1.
|
5334
|
+
context[:gem_version] = '1.22.0'
|
5335
5335
|
Seahorse::Client::Request.new(handlers, context)
|
5336
5336
|
end
|
5337
5337
|
|
@@ -297,6 +297,9 @@ module Aws::DeviceFarm
|
|
297
297
|
|
298
298
|
AndroidPaths.member = Shapes::ShapeRef.new(shape: String)
|
299
299
|
|
300
|
+
ArgumentException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "message"))
|
301
|
+
ArgumentException.struct_class = Types::ArgumentException
|
302
|
+
|
300
303
|
Artifact.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "arn"))
|
301
304
|
Artifact.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
|
302
305
|
Artifact.add_member(:type, Shapes::ShapeRef.new(shape: ArtifactType, location_name: "type"))
|
@@ -634,6 +637,9 @@ module Aws::DeviceFarm
|
|
634
637
|
GetVPCEConfigurationResult.add_member(:vpce_configuration, Shapes::ShapeRef.new(shape: VPCEConfiguration, location_name: "vpceConfiguration"))
|
635
638
|
GetVPCEConfigurationResult.struct_class = Types::GetVPCEConfigurationResult
|
636
639
|
|
640
|
+
IdempotencyException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "message"))
|
641
|
+
IdempotencyException.struct_class = Types::IdempotencyException
|
642
|
+
|
637
643
|
IncompatibilityMessage.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "message"))
|
638
644
|
IncompatibilityMessage.add_member(:type, Shapes::ShapeRef.new(shape: DeviceAttribute, location_name: "type"))
|
639
645
|
IncompatibilityMessage.struct_class = Types::IncompatibilityMessage
|
@@ -659,6 +665,9 @@ module Aws::DeviceFarm
|
|
659
665
|
|
660
666
|
InstanceProfiles.member = Shapes::ShapeRef.new(shape: InstanceProfile)
|
661
667
|
|
668
|
+
InvalidOperationException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "message"))
|
669
|
+
InvalidOperationException.struct_class = Types::InvalidOperationException
|
670
|
+
|
662
671
|
IosPaths.member = Shapes::ShapeRef.new(shape: String)
|
663
672
|
|
664
673
|
Job.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "arn"))
|
@@ -680,6 +689,9 @@ module Aws::DeviceFarm
|
|
680
689
|
|
681
690
|
Jobs.member = Shapes::ShapeRef.new(shape: Job)
|
682
691
|
|
692
|
+
LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "message"))
|
693
|
+
LimitExceededException.struct_class = Types::LimitExceededException
|
694
|
+
|
683
695
|
ListArtifactsRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
|
684
696
|
ListArtifactsRequest.add_member(:type, Shapes::ShapeRef.new(shape: ArtifactCategory, required: true, location_name: "type"))
|
685
697
|
ListArtifactsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
@@ -861,6 +873,12 @@ module Aws::DeviceFarm
|
|
861
873
|
|
862
874
|
NetworkProfiles.member = Shapes::ShapeRef.new(shape: NetworkProfile)
|
863
875
|
|
876
|
+
NotEligibleException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "message"))
|
877
|
+
NotEligibleException.struct_class = Types::NotEligibleException
|
878
|
+
|
879
|
+
NotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "message"))
|
880
|
+
NotFoundException.struct_class = Types::NotFoundException
|
881
|
+
|
864
882
|
Offering.add_member(:id, Shapes::ShapeRef.new(shape: OfferingIdentifier, location_name: "id"))
|
865
883
|
Offering.add_member(:description, Shapes::ShapeRef.new(shape: Message, location_name: "description"))
|
866
884
|
Offering.add_member(:type, Shapes::ShapeRef.new(shape: OfferingType, location_name: "type"))
|
@@ -1058,6 +1076,9 @@ module Aws::DeviceFarm
|
|
1058
1076
|
ScheduleRunTest.add_member(:parameters, Shapes::ShapeRef.new(shape: TestParameters, location_name: "parameters"))
|
1059
1077
|
ScheduleRunTest.struct_class = Types::ScheduleRunTest
|
1060
1078
|
|
1079
|
+
ServiceAccountException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "message"))
|
1080
|
+
ServiceAccountException.struct_class = Types::ServiceAccountException
|
1081
|
+
|
1061
1082
|
StopJobRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
|
1062
1083
|
StopJobRequest.struct_class = Types::StopJobRequest
|
1063
1084
|
|
@@ -10,5 +10,117 @@ module Aws::DeviceFarm
|
|
10
10
|
|
11
11
|
extend Aws::Errors::DynamicErrors
|
12
12
|
|
13
|
+
class ArgumentException < ServiceError
|
14
|
+
|
15
|
+
# @param [Seahorse::Client::RequestContext] context
|
16
|
+
# @param [String] message
|
17
|
+
# @param [Aws::DeviceFarm::Types::ArgumentException] data
|
18
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
19
|
+
super(context, message, data)
|
20
|
+
end
|
21
|
+
|
22
|
+
# @return [String]
|
23
|
+
def message
|
24
|
+
@message || @data[:message]
|
25
|
+
end
|
26
|
+
|
27
|
+
end
|
28
|
+
|
29
|
+
class IdempotencyException < ServiceError
|
30
|
+
|
31
|
+
# @param [Seahorse::Client::RequestContext] context
|
32
|
+
# @param [String] message
|
33
|
+
# @param [Aws::DeviceFarm::Types::IdempotencyException] data
|
34
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
35
|
+
super(context, message, data)
|
36
|
+
end
|
37
|
+
|
38
|
+
# @return [String]
|
39
|
+
def message
|
40
|
+
@message || @data[:message]
|
41
|
+
end
|
42
|
+
|
43
|
+
end
|
44
|
+
|
45
|
+
class InvalidOperationException < ServiceError
|
46
|
+
|
47
|
+
# @param [Seahorse::Client::RequestContext] context
|
48
|
+
# @param [String] message
|
49
|
+
# @param [Aws::DeviceFarm::Types::InvalidOperationException] data
|
50
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
51
|
+
super(context, message, data)
|
52
|
+
end
|
53
|
+
|
54
|
+
# @return [String]
|
55
|
+
def message
|
56
|
+
@message || @data[:message]
|
57
|
+
end
|
58
|
+
|
59
|
+
end
|
60
|
+
|
61
|
+
class LimitExceededException < ServiceError
|
62
|
+
|
63
|
+
# @param [Seahorse::Client::RequestContext] context
|
64
|
+
# @param [String] message
|
65
|
+
# @param [Aws::DeviceFarm::Types::LimitExceededException] data
|
66
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
67
|
+
super(context, message, data)
|
68
|
+
end
|
69
|
+
|
70
|
+
# @return [String]
|
71
|
+
def message
|
72
|
+
@message || @data[:message]
|
73
|
+
end
|
74
|
+
|
75
|
+
end
|
76
|
+
|
77
|
+
class NotEligibleException < ServiceError
|
78
|
+
|
79
|
+
# @param [Seahorse::Client::RequestContext] context
|
80
|
+
# @param [String] message
|
81
|
+
# @param [Aws::DeviceFarm::Types::NotEligibleException] data
|
82
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
83
|
+
super(context, message, data)
|
84
|
+
end
|
85
|
+
|
86
|
+
# @return [String]
|
87
|
+
def message
|
88
|
+
@message || @data[:message]
|
89
|
+
end
|
90
|
+
|
91
|
+
end
|
92
|
+
|
93
|
+
class NotFoundException < ServiceError
|
94
|
+
|
95
|
+
# @param [Seahorse::Client::RequestContext] context
|
96
|
+
# @param [String] message
|
97
|
+
# @param [Aws::DeviceFarm::Types::NotFoundException] data
|
98
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
99
|
+
super(context, message, data)
|
100
|
+
end
|
101
|
+
|
102
|
+
# @return [String]
|
103
|
+
def message
|
104
|
+
@message || @data[:message]
|
105
|
+
end
|
106
|
+
|
107
|
+
end
|
108
|
+
|
109
|
+
class ServiceAccountException < ServiceError
|
110
|
+
|
111
|
+
# @param [Seahorse::Client::RequestContext] context
|
112
|
+
# @param [String] message
|
113
|
+
# @param [Aws::DeviceFarm::Types::ServiceAccountException] data
|
114
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
115
|
+
super(context, message, data)
|
116
|
+
end
|
117
|
+
|
118
|
+
# @return [String]
|
119
|
+
def message
|
120
|
+
@message || @data[:message]
|
121
|
+
end
|
122
|
+
|
123
|
+
end
|
124
|
+
|
13
125
|
end
|
14
126
|
end
|
@@ -73,6 +73,19 @@ module Aws::DeviceFarm
|
|
73
73
|
include Aws::Structure
|
74
74
|
end
|
75
75
|
|
76
|
+
# An invalid argument was specified.
|
77
|
+
#
|
78
|
+
# @!attribute [rw] message
|
79
|
+
# Any additional information about the exception.
|
80
|
+
# @return [String]
|
81
|
+
#
|
82
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ArgumentException AWS API Documentation
|
83
|
+
#
|
84
|
+
class ArgumentException < Struct.new(
|
85
|
+
:message)
|
86
|
+
include Aws::Structure
|
87
|
+
end
|
88
|
+
|
76
89
|
# Represents the output of a test. Examples of artifacts include logs
|
77
90
|
# and screenshots.
|
78
91
|
#
|
@@ -2362,6 +2375,19 @@ module Aws::DeviceFarm
|
|
2362
2375
|
include Aws::Structure
|
2363
2376
|
end
|
2364
2377
|
|
2378
|
+
# An entity with the same name already exists.
|
2379
|
+
#
|
2380
|
+
# @!attribute [rw] message
|
2381
|
+
# Any additional information about the exception.
|
2382
|
+
# @return [String]
|
2383
|
+
#
|
2384
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/IdempotencyException AWS API Documentation
|
2385
|
+
#
|
2386
|
+
class IdempotencyException < Struct.new(
|
2387
|
+
:message)
|
2388
|
+
include Aws::Structure
|
2389
|
+
end
|
2390
|
+
|
2365
2391
|
# Represents information about incompatibility.
|
2366
2392
|
#
|
2367
2393
|
# @!attribute [rw] message
|
@@ -2483,6 +2509,19 @@ module Aws::DeviceFarm
|
|
2483
2509
|
include Aws::Structure
|
2484
2510
|
end
|
2485
2511
|
|
2512
|
+
# There was an error with the update request, or you do not have
|
2513
|
+
# sufficient permissions to update this VPC endpoint configuration.
|
2514
|
+
#
|
2515
|
+
# @!attribute [rw] message
|
2516
|
+
# @return [String]
|
2517
|
+
#
|
2518
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/InvalidOperationException AWS API Documentation
|
2519
|
+
#
|
2520
|
+
class InvalidOperationException < Struct.new(
|
2521
|
+
:message)
|
2522
|
+
include Aws::Structure
|
2523
|
+
end
|
2524
|
+
|
2486
2525
|
# Represents a device.
|
2487
2526
|
#
|
2488
2527
|
# @!attribute [rw] arn
|
@@ -2644,6 +2683,19 @@ module Aws::DeviceFarm
|
|
2644
2683
|
include Aws::Structure
|
2645
2684
|
end
|
2646
2685
|
|
2686
|
+
# A limit was exceeded.
|
2687
|
+
#
|
2688
|
+
# @!attribute [rw] message
|
2689
|
+
# Any additional information about the exception.
|
2690
|
+
# @return [String]
|
2691
|
+
#
|
2692
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/LimitExceededException AWS API Documentation
|
2693
|
+
#
|
2694
|
+
class LimitExceededException < Struct.new(
|
2695
|
+
:message)
|
2696
|
+
include Aws::Structure
|
2697
|
+
end
|
2698
|
+
|
2647
2699
|
# Represents a request to the list artifacts operation.
|
2648
2700
|
#
|
2649
2701
|
# @note When making an API call, you may pass ListArtifactsRequest
|
@@ -3883,6 +3935,33 @@ module Aws::DeviceFarm
|
|
3883
3935
|
include Aws::Structure
|
3884
3936
|
end
|
3885
3937
|
|
3938
|
+
# Exception gets thrown when a user is not eligible to perform the
|
3939
|
+
# specified transaction.
|
3940
|
+
#
|
3941
|
+
# @!attribute [rw] message
|
3942
|
+
# The HTTP response code of a Not Eligible exception.
|
3943
|
+
# @return [String]
|
3944
|
+
#
|
3945
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/NotEligibleException AWS API Documentation
|
3946
|
+
#
|
3947
|
+
class NotEligibleException < Struct.new(
|
3948
|
+
:message)
|
3949
|
+
include Aws::Structure
|
3950
|
+
end
|
3951
|
+
|
3952
|
+
# The specified entity was not found.
|
3953
|
+
#
|
3954
|
+
# @!attribute [rw] message
|
3955
|
+
# Any additional information about the exception.
|
3956
|
+
# @return [String]
|
3957
|
+
#
|
3958
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/NotFoundException AWS API Documentation
|
3959
|
+
#
|
3960
|
+
class NotFoundException < Struct.new(
|
3961
|
+
:message)
|
3962
|
+
include Aws::Structure
|
3963
|
+
end
|
3964
|
+
|
3886
3965
|
# Represents the metadata of a device offering.
|
3887
3966
|
#
|
3888
3967
|
# @!attribute [rw] id
|
@@ -5298,6 +5377,19 @@ module Aws::DeviceFarm
|
|
5298
5377
|
include Aws::Structure
|
5299
5378
|
end
|
5300
5379
|
|
5380
|
+
# There was a problem with the service account.
|
5381
|
+
#
|
5382
|
+
# @!attribute [rw] message
|
5383
|
+
# Any additional information about the exception.
|
5384
|
+
# @return [String]
|
5385
|
+
#
|
5386
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ServiceAccountException AWS API Documentation
|
5387
|
+
#
|
5388
|
+
class ServiceAccountException < Struct.new(
|
5389
|
+
:message)
|
5390
|
+
include Aws::Structure
|
5391
|
+
end
|
5392
|
+
|
5301
5393
|
# @note When making an API call, you may pass StopJobRequest
|
5302
5394
|
# data as a hash:
|
5303
5395
|
#
|
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.
|
4
|
+
version: 1.22.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-05-
|
11
|
+
date: 2019-05-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.53.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.53.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|