aws-sdk-devicefarm 1.29.0 → 1.30.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 +678 -303
- data/lib/aws-sdk-devicefarm/client_api.rb +300 -3
- data/lib/aws-sdk-devicefarm/errors.rb +32 -0
- data/lib/aws-sdk-devicefarm/types.rb +1361 -839
- metadata +2 -2
@@ -26,6 +26,7 @@ module Aws::DeviceFarm
|
|
26
26
|
BillingMethod = Shapes::StringShape.new(name: 'BillingMethod')
|
27
27
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
28
28
|
CPU = Shapes::StructureShape.new(name: 'CPU')
|
29
|
+
CannotDeleteException = Shapes::StructureShape.new(name: 'CannotDeleteException')
|
29
30
|
ClientId = Shapes::StringShape.new(name: 'ClientId')
|
30
31
|
ContentType = Shapes::StringShape.new(name: 'ContentType')
|
31
32
|
Counters = Shapes::StructureShape.new(name: 'Counters')
|
@@ -40,6 +41,10 @@ module Aws::DeviceFarm
|
|
40
41
|
CreateRemoteAccessSessionConfiguration = Shapes::StructureShape.new(name: 'CreateRemoteAccessSessionConfiguration')
|
41
42
|
CreateRemoteAccessSessionRequest = Shapes::StructureShape.new(name: 'CreateRemoteAccessSessionRequest')
|
42
43
|
CreateRemoteAccessSessionResult = Shapes::StructureShape.new(name: 'CreateRemoteAccessSessionResult')
|
44
|
+
CreateTestGridProjectRequest = Shapes::StructureShape.new(name: 'CreateTestGridProjectRequest')
|
45
|
+
CreateTestGridProjectResult = Shapes::StructureShape.new(name: 'CreateTestGridProjectResult')
|
46
|
+
CreateTestGridUrlRequest = Shapes::StructureShape.new(name: 'CreateTestGridUrlRequest')
|
47
|
+
CreateTestGridUrlResult = Shapes::StructureShape.new(name: 'CreateTestGridUrlResult')
|
43
48
|
CreateUploadRequest = Shapes::StructureShape.new(name: 'CreateUploadRequest')
|
44
49
|
CreateUploadResult = Shapes::StructureShape.new(name: 'CreateUploadResult')
|
45
50
|
CreateVPCEConfigurationRequest = Shapes::StructureShape.new(name: 'CreateVPCEConfigurationRequest')
|
@@ -59,6 +64,8 @@ module Aws::DeviceFarm
|
|
59
64
|
DeleteRemoteAccessSessionResult = Shapes::StructureShape.new(name: 'DeleteRemoteAccessSessionResult')
|
60
65
|
DeleteRunRequest = Shapes::StructureShape.new(name: 'DeleteRunRequest')
|
61
66
|
DeleteRunResult = Shapes::StructureShape.new(name: 'DeleteRunResult')
|
67
|
+
DeleteTestGridProjectRequest = Shapes::StructureShape.new(name: 'DeleteTestGridProjectRequest')
|
68
|
+
DeleteTestGridProjectResult = Shapes::StructureShape.new(name: 'DeleteTestGridProjectResult')
|
62
69
|
DeleteUploadRequest = Shapes::StructureShape.new(name: 'DeleteUploadRequest')
|
63
70
|
DeleteUploadResult = Shapes::StructureShape.new(name: 'DeleteUploadResult')
|
64
71
|
DeleteVPCEConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteVPCEConfigurationRequest')
|
@@ -66,6 +73,7 @@ module Aws::DeviceFarm
|
|
66
73
|
Device = Shapes::StructureShape.new(name: 'Device')
|
67
74
|
DeviceAttribute = Shapes::StringShape.new(name: 'DeviceAttribute')
|
68
75
|
DeviceAvailability = Shapes::StringShape.new(name: 'DeviceAvailability')
|
76
|
+
DeviceFarmArn = Shapes::StringShape.new(name: 'DeviceFarmArn')
|
69
77
|
DeviceFilter = Shapes::StructureShape.new(name: 'DeviceFilter')
|
70
78
|
DeviceFilterAttribute = Shapes::StringShape.new(name: 'DeviceFilterAttribute')
|
71
79
|
DeviceFilterValues = Shapes::ListShape.new(name: 'DeviceFilterValues')
|
@@ -117,6 +125,10 @@ module Aws::DeviceFarm
|
|
117
125
|
GetRunResult = Shapes::StructureShape.new(name: 'GetRunResult')
|
118
126
|
GetSuiteRequest = Shapes::StructureShape.new(name: 'GetSuiteRequest')
|
119
127
|
GetSuiteResult = Shapes::StructureShape.new(name: 'GetSuiteResult')
|
128
|
+
GetTestGridProjectRequest = Shapes::StructureShape.new(name: 'GetTestGridProjectRequest')
|
129
|
+
GetTestGridProjectResult = Shapes::StructureShape.new(name: 'GetTestGridProjectResult')
|
130
|
+
GetTestGridSessionRequest = Shapes::StructureShape.new(name: 'GetTestGridSessionRequest')
|
131
|
+
GetTestGridSessionResult = Shapes::StructureShape.new(name: 'GetTestGridSessionResult')
|
120
132
|
GetTestRequest = Shapes::StructureShape.new(name: 'GetTestRequest')
|
121
133
|
GetTestResult = Shapes::StructureShape.new(name: 'GetTestResult')
|
122
134
|
GetUploadRequest = Shapes::StructureShape.new(name: 'GetUploadRequest')
|
@@ -135,6 +147,7 @@ module Aws::DeviceFarm
|
|
135
147
|
InstanceStatus = Shapes::StringShape.new(name: 'InstanceStatus')
|
136
148
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
137
149
|
InteractionMode = Shapes::StringShape.new(name: 'InteractionMode')
|
150
|
+
InternalServiceException = Shapes::StructureShape.new(name: 'InternalServiceException')
|
138
151
|
InvalidOperationException = Shapes::StructureShape.new(name: 'InvalidOperationException')
|
139
152
|
IosPaths = Shapes::ListShape.new(name: 'IosPaths')
|
140
153
|
Job = Shapes::StructureShape.new(name: 'Job')
|
@@ -173,6 +186,14 @@ module Aws::DeviceFarm
|
|
173
186
|
ListSuitesResult = Shapes::StructureShape.new(name: 'ListSuitesResult')
|
174
187
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
175
188
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
189
|
+
ListTestGridProjectsRequest = Shapes::StructureShape.new(name: 'ListTestGridProjectsRequest')
|
190
|
+
ListTestGridProjectsResult = Shapes::StructureShape.new(name: 'ListTestGridProjectsResult')
|
191
|
+
ListTestGridSessionActionsRequest = Shapes::StructureShape.new(name: 'ListTestGridSessionActionsRequest')
|
192
|
+
ListTestGridSessionActionsResult = Shapes::StructureShape.new(name: 'ListTestGridSessionActionsResult')
|
193
|
+
ListTestGridSessionArtifactsRequest = Shapes::StructureShape.new(name: 'ListTestGridSessionArtifactsRequest')
|
194
|
+
ListTestGridSessionArtifactsResult = Shapes::StructureShape.new(name: 'ListTestGridSessionArtifactsResult')
|
195
|
+
ListTestGridSessionsRequest = Shapes::StructureShape.new(name: 'ListTestGridSessionsRequest')
|
196
|
+
ListTestGridSessionsResult = Shapes::StructureShape.new(name: 'ListTestGridSessionsResult')
|
176
197
|
ListTestsRequest = Shapes::StructureShape.new(name: 'ListTestsRequest')
|
177
198
|
ListTestsResult = Shapes::StructureShape.new(name: 'ListTestsResult')
|
178
199
|
ListUniqueProblemsRequest = Shapes::StructureShape.new(name: 'ListUniqueProblemsRequest')
|
@@ -183,6 +204,7 @@ module Aws::DeviceFarm
|
|
183
204
|
ListVPCEConfigurationsResult = Shapes::StructureShape.new(name: 'ListVPCEConfigurationsResult')
|
184
205
|
Location = Shapes::StructureShape.new(name: 'Location')
|
185
206
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
207
|
+
MaxPageSize = Shapes::IntegerShape.new(name: 'MaxPageSize')
|
186
208
|
MaxSlotMap = Shapes::MapShape.new(name: 'MaxSlotMap')
|
187
209
|
Message = Shapes::StringShape.new(name: 'Message')
|
188
210
|
Metadata = Shapes::StringShape.new(name: 'Metadata')
|
@@ -225,6 +247,9 @@ module Aws::DeviceFarm
|
|
225
247
|
RenewOfferingRequest = Shapes::StructureShape.new(name: 'RenewOfferingRequest')
|
226
248
|
RenewOfferingResult = Shapes::StructureShape.new(name: 'RenewOfferingResult')
|
227
249
|
Resolution = Shapes::StructureShape.new(name: 'Resolution')
|
250
|
+
ResourceDescription = Shapes::StringShape.new(name: 'ResourceDescription')
|
251
|
+
ResourceId = Shapes::StringShape.new(name: 'ResourceId')
|
252
|
+
ResourceName = Shapes::StringShape.new(name: 'ResourceName')
|
228
253
|
Rule = Shapes::StructureShape.new(name: 'Rule')
|
229
254
|
RuleOperator = Shapes::StringShape.new(name: 'RuleOperator')
|
230
255
|
Rules = Shapes::ListShape.new(name: 'Rules')
|
@@ -260,6 +285,18 @@ module Aws::DeviceFarm
|
|
260
285
|
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
261
286
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
262
287
|
Test = Shapes::StructureShape.new(name: 'Test')
|
288
|
+
TestGridProject = Shapes::StructureShape.new(name: 'TestGridProject')
|
289
|
+
TestGridProjects = Shapes::ListShape.new(name: 'TestGridProjects')
|
290
|
+
TestGridSession = Shapes::StructureShape.new(name: 'TestGridSession')
|
291
|
+
TestGridSessionAction = Shapes::StructureShape.new(name: 'TestGridSessionAction')
|
292
|
+
TestGridSessionActions = Shapes::ListShape.new(name: 'TestGridSessionActions')
|
293
|
+
TestGridSessionArtifact = Shapes::StructureShape.new(name: 'TestGridSessionArtifact')
|
294
|
+
TestGridSessionArtifactCategory = Shapes::StringShape.new(name: 'TestGridSessionArtifactCategory')
|
295
|
+
TestGridSessionArtifactType = Shapes::StringShape.new(name: 'TestGridSessionArtifactType')
|
296
|
+
TestGridSessionArtifacts = Shapes::ListShape.new(name: 'TestGridSessionArtifacts')
|
297
|
+
TestGridSessionStatus = Shapes::StringShape.new(name: 'TestGridSessionStatus')
|
298
|
+
TestGridSessions = Shapes::ListShape.new(name: 'TestGridSessions')
|
299
|
+
TestGridUrlExpiresInSecondsInput = Shapes::IntegerShape.new(name: 'TestGridUrlExpiresInSecondsInput')
|
263
300
|
TestParameters = Shapes::MapShape.new(name: 'TestParameters')
|
264
301
|
TestType = Shapes::StringShape.new(name: 'TestType')
|
265
302
|
Tests = Shapes::ListShape.new(name: 'Tests')
|
@@ -282,6 +319,8 @@ module Aws::DeviceFarm
|
|
282
319
|
UpdateNetworkProfileResult = Shapes::StructureShape.new(name: 'UpdateNetworkProfileResult')
|
283
320
|
UpdateProjectRequest = Shapes::StructureShape.new(name: 'UpdateProjectRequest')
|
284
321
|
UpdateProjectResult = Shapes::StructureShape.new(name: 'UpdateProjectResult')
|
322
|
+
UpdateTestGridProjectRequest = Shapes::StructureShape.new(name: 'UpdateTestGridProjectRequest')
|
323
|
+
UpdateTestGridProjectResult = Shapes::StructureShape.new(name: 'UpdateTestGridProjectResult')
|
285
324
|
UpdateUploadRequest = Shapes::StructureShape.new(name: 'UpdateUploadRequest')
|
286
325
|
UpdateUploadResult = Shapes::StructureShape.new(name: 'UpdateUploadResult')
|
287
326
|
UpdateVPCEConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateVPCEConfigurationRequest')
|
@@ -329,6 +368,9 @@ module Aws::DeviceFarm
|
|
329
368
|
CPU.add_member(:clock, Shapes::ShapeRef.new(shape: Double, location_name: "clock"))
|
330
369
|
CPU.struct_class = Types::CPU
|
331
370
|
|
371
|
+
CannotDeleteException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "message"))
|
372
|
+
CannotDeleteException.struct_class = Types::CannotDeleteException
|
373
|
+
|
332
374
|
Counters.add_member(:total, Shapes::ShapeRef.new(shape: Integer, location_name: "total"))
|
333
375
|
Counters.add_member(:passed, Shapes::ShapeRef.new(shape: Integer, location_name: "passed"))
|
334
376
|
Counters.add_member(:failed, Shapes::ShapeRef.new(shape: Integer, location_name: "failed"))
|
@@ -403,6 +445,21 @@ module Aws::DeviceFarm
|
|
403
445
|
CreateRemoteAccessSessionResult.add_member(:remote_access_session, Shapes::ShapeRef.new(shape: RemoteAccessSession, location_name: "remoteAccessSession"))
|
404
446
|
CreateRemoteAccessSessionResult.struct_class = Types::CreateRemoteAccessSessionResult
|
405
447
|
|
448
|
+
CreateTestGridProjectRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
449
|
+
CreateTestGridProjectRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
450
|
+
CreateTestGridProjectRequest.struct_class = Types::CreateTestGridProjectRequest
|
451
|
+
|
452
|
+
CreateTestGridProjectResult.add_member(:test_grid_project, Shapes::ShapeRef.new(shape: TestGridProject, location_name: "testGridProject"))
|
453
|
+
CreateTestGridProjectResult.struct_class = Types::CreateTestGridProjectResult
|
454
|
+
|
455
|
+
CreateTestGridUrlRequest.add_member(:project_arn, Shapes::ShapeRef.new(shape: DeviceFarmArn, required: true, location_name: "projectArn"))
|
456
|
+
CreateTestGridUrlRequest.add_member(:expires_in_seconds, Shapes::ShapeRef.new(shape: TestGridUrlExpiresInSecondsInput, required: true, location_name: "expiresInSeconds"))
|
457
|
+
CreateTestGridUrlRequest.struct_class = Types::CreateTestGridUrlRequest
|
458
|
+
|
459
|
+
CreateTestGridUrlResult.add_member(:url, Shapes::ShapeRef.new(shape: String, location_name: "url"))
|
460
|
+
CreateTestGridUrlResult.add_member(:expires, Shapes::ShapeRef.new(shape: DateTime, location_name: "expires"))
|
461
|
+
CreateTestGridUrlResult.struct_class = Types::CreateTestGridUrlResult
|
462
|
+
|
406
463
|
CreateUploadRequest.add_member(:project_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "projectArn"))
|
407
464
|
CreateUploadRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
408
465
|
CreateUploadRequest.add_member(:type, Shapes::ShapeRef.new(shape: UploadType, required: true, location_name: "type"))
|
@@ -456,6 +513,11 @@ module Aws::DeviceFarm
|
|
456
513
|
|
457
514
|
DeleteRunResult.struct_class = Types::DeleteRunResult
|
458
515
|
|
516
|
+
DeleteTestGridProjectRequest.add_member(:project_arn, Shapes::ShapeRef.new(shape: DeviceFarmArn, required: true, location_name: "projectArn"))
|
517
|
+
DeleteTestGridProjectRequest.struct_class = Types::DeleteTestGridProjectRequest
|
518
|
+
|
519
|
+
DeleteTestGridProjectResult.struct_class = Types::DeleteTestGridProjectResult
|
520
|
+
|
459
521
|
DeleteUploadRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
|
460
522
|
DeleteUploadRequest.struct_class = Types::DeleteUploadRequest
|
461
523
|
|
@@ -634,6 +696,20 @@ module Aws::DeviceFarm
|
|
634
696
|
GetSuiteResult.add_member(:suite, Shapes::ShapeRef.new(shape: Suite, location_name: "suite"))
|
635
697
|
GetSuiteResult.struct_class = Types::GetSuiteResult
|
636
698
|
|
699
|
+
GetTestGridProjectRequest.add_member(:project_arn, Shapes::ShapeRef.new(shape: DeviceFarmArn, required: true, location_name: "projectArn"))
|
700
|
+
GetTestGridProjectRequest.struct_class = Types::GetTestGridProjectRequest
|
701
|
+
|
702
|
+
GetTestGridProjectResult.add_member(:test_grid_project, Shapes::ShapeRef.new(shape: TestGridProject, location_name: "testGridProject"))
|
703
|
+
GetTestGridProjectResult.struct_class = Types::GetTestGridProjectResult
|
704
|
+
|
705
|
+
GetTestGridSessionRequest.add_member(:project_arn, Shapes::ShapeRef.new(shape: DeviceFarmArn, location_name: "projectArn"))
|
706
|
+
GetTestGridSessionRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "sessionId"))
|
707
|
+
GetTestGridSessionRequest.add_member(:session_arn, Shapes::ShapeRef.new(shape: DeviceFarmArn, location_name: "sessionArn"))
|
708
|
+
GetTestGridSessionRequest.struct_class = Types::GetTestGridSessionRequest
|
709
|
+
|
710
|
+
GetTestGridSessionResult.add_member(:test_grid_session, Shapes::ShapeRef.new(shape: TestGridSession, location_name: "testGridSession"))
|
711
|
+
GetTestGridSessionResult.struct_class = Types::GetTestGridSessionResult
|
712
|
+
|
637
713
|
GetTestRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
|
638
714
|
GetTestRequest.struct_class = Types::GetTestRequest
|
639
715
|
|
@@ -680,6 +756,9 @@ module Aws::DeviceFarm
|
|
680
756
|
|
681
757
|
InstanceProfiles.member = Shapes::ShapeRef.new(shape: InstanceProfile)
|
682
758
|
|
759
|
+
InternalServiceException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "message"))
|
760
|
+
InternalServiceException.struct_class = Types::InternalServiceException
|
761
|
+
|
683
762
|
InvalidOperationException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "message"))
|
684
763
|
InvalidOperationException.struct_class = Types::InvalidOperationException
|
685
764
|
|
@@ -828,12 +907,53 @@ module Aws::DeviceFarm
|
|
828
907
|
ListSuitesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
829
908
|
ListSuitesResult.struct_class = Types::ListSuitesResult
|
830
909
|
|
831
|
-
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape:
|
910
|
+
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: DeviceFarmArn, required: true, location_name: "ResourceARN"))
|
832
911
|
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
833
912
|
|
834
913
|
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
835
914
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
836
915
|
|
916
|
+
ListTestGridProjectsRequest.add_member(:max_result, Shapes::ShapeRef.new(shape: MaxPageSize, location_name: "maxResult"))
|
917
|
+
ListTestGridProjectsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
918
|
+
ListTestGridProjectsRequest.struct_class = Types::ListTestGridProjectsRequest
|
919
|
+
|
920
|
+
ListTestGridProjectsResult.add_member(:test_grid_projects, Shapes::ShapeRef.new(shape: TestGridProjects, location_name: "testGridProjects"))
|
921
|
+
ListTestGridProjectsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
922
|
+
ListTestGridProjectsResult.struct_class = Types::ListTestGridProjectsResult
|
923
|
+
|
924
|
+
ListTestGridSessionActionsRequest.add_member(:session_arn, Shapes::ShapeRef.new(shape: DeviceFarmArn, required: true, location_name: "sessionArn"))
|
925
|
+
ListTestGridSessionActionsRequest.add_member(:max_result, Shapes::ShapeRef.new(shape: MaxPageSize, location_name: "maxResult"))
|
926
|
+
ListTestGridSessionActionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
927
|
+
ListTestGridSessionActionsRequest.struct_class = Types::ListTestGridSessionActionsRequest
|
928
|
+
|
929
|
+
ListTestGridSessionActionsResult.add_member(:actions, Shapes::ShapeRef.new(shape: TestGridSessionActions, location_name: "actions"))
|
930
|
+
ListTestGridSessionActionsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
931
|
+
ListTestGridSessionActionsResult.struct_class = Types::ListTestGridSessionActionsResult
|
932
|
+
|
933
|
+
ListTestGridSessionArtifactsRequest.add_member(:session_arn, Shapes::ShapeRef.new(shape: DeviceFarmArn, required: true, location_name: "sessionArn"))
|
934
|
+
ListTestGridSessionArtifactsRequest.add_member(:type, Shapes::ShapeRef.new(shape: TestGridSessionArtifactCategory, location_name: "type"))
|
935
|
+
ListTestGridSessionArtifactsRequest.add_member(:max_result, Shapes::ShapeRef.new(shape: MaxPageSize, location_name: "maxResult"))
|
936
|
+
ListTestGridSessionArtifactsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
937
|
+
ListTestGridSessionArtifactsRequest.struct_class = Types::ListTestGridSessionArtifactsRequest
|
938
|
+
|
939
|
+
ListTestGridSessionArtifactsResult.add_member(:artifacts, Shapes::ShapeRef.new(shape: TestGridSessionArtifacts, location_name: "artifacts"))
|
940
|
+
ListTestGridSessionArtifactsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
941
|
+
ListTestGridSessionArtifactsResult.struct_class = Types::ListTestGridSessionArtifactsResult
|
942
|
+
|
943
|
+
ListTestGridSessionsRequest.add_member(:project_arn, Shapes::ShapeRef.new(shape: DeviceFarmArn, required: true, location_name: "projectArn"))
|
944
|
+
ListTestGridSessionsRequest.add_member(:status, Shapes::ShapeRef.new(shape: TestGridSessionStatus, location_name: "status"))
|
945
|
+
ListTestGridSessionsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: DateTime, location_name: "creationTimeAfter"))
|
946
|
+
ListTestGridSessionsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: DateTime, location_name: "creationTimeBefore"))
|
947
|
+
ListTestGridSessionsRequest.add_member(:end_time_after, Shapes::ShapeRef.new(shape: DateTime, location_name: "endTimeAfter"))
|
948
|
+
ListTestGridSessionsRequest.add_member(:end_time_before, Shapes::ShapeRef.new(shape: DateTime, location_name: "endTimeBefore"))
|
949
|
+
ListTestGridSessionsRequest.add_member(:max_result, Shapes::ShapeRef.new(shape: MaxPageSize, location_name: "maxResult"))
|
950
|
+
ListTestGridSessionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
951
|
+
ListTestGridSessionsRequest.struct_class = Types::ListTestGridSessionsRequest
|
952
|
+
|
953
|
+
ListTestGridSessionsResult.add_member(:test_grid_sessions, Shapes::ShapeRef.new(shape: TestGridSessions, location_name: "testGridSessions"))
|
954
|
+
ListTestGridSessionsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
955
|
+
ListTestGridSessionsResult.struct_class = Types::ListTestGridSessionsResult
|
956
|
+
|
837
957
|
ListTestsRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
|
838
958
|
ListTestsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
839
959
|
ListTestsRequest.struct_class = Types::ListTestsRequest
|
@@ -1149,7 +1269,7 @@ module Aws::DeviceFarm
|
|
1149
1269
|
TagPolicyException.add_member(:resource_name, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "resourceName"))
|
1150
1270
|
TagPolicyException.struct_class = Types::TagPolicyException
|
1151
1271
|
|
1152
|
-
TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape:
|
1272
|
+
TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: DeviceFarmArn, required: true, location_name: "ResourceARN"))
|
1153
1273
|
TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
|
1154
1274
|
TagResourceRequest.struct_class = Types::TagResourceRequest
|
1155
1275
|
|
@@ -1168,6 +1288,40 @@ module Aws::DeviceFarm
|
|
1168
1288
|
Test.add_member(:device_minutes, Shapes::ShapeRef.new(shape: DeviceMinutes, location_name: "deviceMinutes"))
|
1169
1289
|
Test.struct_class = Types::Test
|
1170
1290
|
|
1291
|
+
TestGridProject.add_member(:arn, Shapes::ShapeRef.new(shape: DeviceFarmArn, location_name: "arn"))
|
1292
|
+
TestGridProject.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
1293
|
+
TestGridProject.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
1294
|
+
TestGridProject.add_member(:created, Shapes::ShapeRef.new(shape: DateTime, location_name: "created"))
|
1295
|
+
TestGridProject.struct_class = Types::TestGridProject
|
1296
|
+
|
1297
|
+
TestGridProjects.member = Shapes::ShapeRef.new(shape: TestGridProject)
|
1298
|
+
|
1299
|
+
TestGridSession.add_member(:arn, Shapes::ShapeRef.new(shape: DeviceFarmArn, location_name: "arn"))
|
1300
|
+
TestGridSession.add_member(:status, Shapes::ShapeRef.new(shape: TestGridSessionStatus, location_name: "status"))
|
1301
|
+
TestGridSession.add_member(:created, Shapes::ShapeRef.new(shape: DateTime, location_name: "created"))
|
1302
|
+
TestGridSession.add_member(:ended, Shapes::ShapeRef.new(shape: DateTime, location_name: "ended"))
|
1303
|
+
TestGridSession.add_member(:billing_minutes, Shapes::ShapeRef.new(shape: Double, location_name: "billingMinutes"))
|
1304
|
+
TestGridSession.add_member(:selenium_properties, Shapes::ShapeRef.new(shape: String, location_name: "seleniumProperties"))
|
1305
|
+
TestGridSession.struct_class = Types::TestGridSession
|
1306
|
+
|
1307
|
+
TestGridSessionAction.add_member(:action, Shapes::ShapeRef.new(shape: String, location_name: "action"))
|
1308
|
+
TestGridSessionAction.add_member(:started, Shapes::ShapeRef.new(shape: DateTime, location_name: "started"))
|
1309
|
+
TestGridSessionAction.add_member(:duration, Shapes::ShapeRef.new(shape: Long, location_name: "duration"))
|
1310
|
+
TestGridSessionAction.add_member(:status_code, Shapes::ShapeRef.new(shape: String, location_name: "statusCode"))
|
1311
|
+
TestGridSessionAction.add_member(:request_method, Shapes::ShapeRef.new(shape: String, location_name: "requestMethod"))
|
1312
|
+
TestGridSessionAction.struct_class = Types::TestGridSessionAction
|
1313
|
+
|
1314
|
+
TestGridSessionActions.member = Shapes::ShapeRef.new(shape: TestGridSessionAction)
|
1315
|
+
|
1316
|
+
TestGridSessionArtifact.add_member(:filename, Shapes::ShapeRef.new(shape: String, location_name: "filename"))
|
1317
|
+
TestGridSessionArtifact.add_member(:type, Shapes::ShapeRef.new(shape: TestGridSessionArtifactType, location_name: "type"))
|
1318
|
+
TestGridSessionArtifact.add_member(:url, Shapes::ShapeRef.new(shape: String, location_name: "url"))
|
1319
|
+
TestGridSessionArtifact.struct_class = Types::TestGridSessionArtifact
|
1320
|
+
|
1321
|
+
TestGridSessionArtifacts.member = Shapes::ShapeRef.new(shape: TestGridSessionArtifact)
|
1322
|
+
|
1323
|
+
TestGridSessions.member = Shapes::ShapeRef.new(shape: TestGridSession)
|
1324
|
+
|
1171
1325
|
TestParameters.key = Shapes::ShapeRef.new(shape: String)
|
1172
1326
|
TestParameters.value = Shapes::ShapeRef.new(shape: String)
|
1173
1327
|
|
@@ -1190,7 +1344,7 @@ module Aws::DeviceFarm
|
|
1190
1344
|
UniqueProblemsByExecutionResultMap.key = Shapes::ShapeRef.new(shape: ExecutionResult)
|
1191
1345
|
UniqueProblemsByExecutionResultMap.value = Shapes::ShapeRef.new(shape: UniqueProblems)
|
1192
1346
|
|
1193
|
-
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape:
|
1347
|
+
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: DeviceFarmArn, required: true, location_name: "ResourceARN"))
|
1194
1348
|
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "TagKeys"))
|
1195
1349
|
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
1196
1350
|
|
@@ -1251,6 +1405,14 @@ module Aws::DeviceFarm
|
|
1251
1405
|
UpdateProjectResult.add_member(:project, Shapes::ShapeRef.new(shape: Project, location_name: "project"))
|
1252
1406
|
UpdateProjectResult.struct_class = Types::UpdateProjectResult
|
1253
1407
|
|
1408
|
+
UpdateTestGridProjectRequest.add_member(:project_arn, Shapes::ShapeRef.new(shape: DeviceFarmArn, required: true, location_name: "projectArn"))
|
1409
|
+
UpdateTestGridProjectRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
1410
|
+
UpdateTestGridProjectRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
1411
|
+
UpdateTestGridProjectRequest.struct_class = Types::UpdateTestGridProjectRequest
|
1412
|
+
|
1413
|
+
UpdateTestGridProjectResult.add_member(:test_grid_project, Shapes::ShapeRef.new(shape: TestGridProject, location_name: "testGridProject"))
|
1414
|
+
UpdateTestGridProjectResult.struct_class = Types::UpdateTestGridProjectResult
|
1415
|
+
|
1254
1416
|
UpdateUploadRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
|
1255
1417
|
UpdateUploadRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
|
1256
1418
|
UpdateUploadRequest.add_member(:content_type, Shapes::ShapeRef.new(shape: ContentType, location_name: "contentType"))
|
@@ -1372,6 +1534,26 @@ module Aws::DeviceFarm
|
|
1372
1534
|
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
1373
1535
|
end)
|
1374
1536
|
|
1537
|
+
api.add_operation(:create_test_grid_project, Seahorse::Model::Operation.new.tap do |o|
|
1538
|
+
o.name = "CreateTestGridProject"
|
1539
|
+
o.http_method = "POST"
|
1540
|
+
o.http_request_uri = "/"
|
1541
|
+
o.input = Shapes::ShapeRef.new(shape: CreateTestGridProjectRequest)
|
1542
|
+
o.output = Shapes::ShapeRef.new(shape: CreateTestGridProjectResult)
|
1543
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1544
|
+
end)
|
1545
|
+
|
1546
|
+
api.add_operation(:create_test_grid_url, Seahorse::Model::Operation.new.tap do |o|
|
1547
|
+
o.name = "CreateTestGridUrl"
|
1548
|
+
o.http_method = "POST"
|
1549
|
+
o.http_request_uri = "/"
|
1550
|
+
o.input = Shapes::ShapeRef.new(shape: CreateTestGridUrlRequest)
|
1551
|
+
o.output = Shapes::ShapeRef.new(shape: CreateTestGridUrlResult)
|
1552
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1553
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
1554
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1555
|
+
end)
|
1556
|
+
|
1375
1557
|
api.add_operation(:create_upload, Seahorse::Model::Operation.new.tap do |o|
|
1376
1558
|
o.name = "CreateUpload"
|
1377
1559
|
o.http_method = "POST"
|
@@ -1467,6 +1649,18 @@ module Aws::DeviceFarm
|
|
1467
1649
|
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
1468
1650
|
end)
|
1469
1651
|
|
1652
|
+
api.add_operation(:delete_test_grid_project, Seahorse::Model::Operation.new.tap do |o|
|
1653
|
+
o.name = "DeleteTestGridProject"
|
1654
|
+
o.http_method = "POST"
|
1655
|
+
o.http_request_uri = "/"
|
1656
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteTestGridProjectRequest)
|
1657
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteTestGridProjectResult)
|
1658
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1659
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
1660
|
+
o.errors << Shapes::ShapeRef.new(shape: CannotDeleteException)
|
1661
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1662
|
+
end)
|
1663
|
+
|
1470
1664
|
api.add_operation(:delete_upload, Seahorse::Model::Operation.new.tap do |o|
|
1471
1665
|
o.name = "DeleteUpload"
|
1472
1666
|
o.http_method = "POST"
|
@@ -1665,6 +1859,28 @@ module Aws::DeviceFarm
|
|
1665
1859
|
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
1666
1860
|
end)
|
1667
1861
|
|
1862
|
+
api.add_operation(:get_test_grid_project, Seahorse::Model::Operation.new.tap do |o|
|
1863
|
+
o.name = "GetTestGridProject"
|
1864
|
+
o.http_method = "POST"
|
1865
|
+
o.http_request_uri = "/"
|
1866
|
+
o.input = Shapes::ShapeRef.new(shape: GetTestGridProjectRequest)
|
1867
|
+
o.output = Shapes::ShapeRef.new(shape: GetTestGridProjectResult)
|
1868
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1869
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
1870
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1871
|
+
end)
|
1872
|
+
|
1873
|
+
api.add_operation(:get_test_grid_session, Seahorse::Model::Operation.new.tap do |o|
|
1874
|
+
o.name = "GetTestGridSession"
|
1875
|
+
o.http_method = "POST"
|
1876
|
+
o.http_request_uri = "/"
|
1877
|
+
o.input = Shapes::ShapeRef.new(shape: GetTestGridSessionRequest)
|
1878
|
+
o.output = Shapes::ShapeRef.new(shape: GetTestGridSessionResult)
|
1879
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1880
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
1881
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1882
|
+
end)
|
1883
|
+
|
1668
1884
|
api.add_operation(:get_upload, Seahorse::Model::Operation.new.tap do |o|
|
1669
1885
|
o.name = "GetUpload"
|
1670
1886
|
o.http_method = "POST"
|
@@ -1939,10 +2155,78 @@ module Aws::DeviceFarm
|
|
1939
2155
|
o.http_request_uri = "/"
|
1940
2156
|
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
|
1941
2157
|
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
|
2158
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
1942
2159
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1943
2160
|
o.errors << Shapes::ShapeRef.new(shape: TagOperationException)
|
1944
2161
|
end)
|
1945
2162
|
|
2163
|
+
api.add_operation(:list_test_grid_projects, Seahorse::Model::Operation.new.tap do |o|
|
2164
|
+
o.name = "ListTestGridProjects"
|
2165
|
+
o.http_method = "POST"
|
2166
|
+
o.http_request_uri = "/"
|
2167
|
+
o.input = Shapes::ShapeRef.new(shape: ListTestGridProjectsRequest)
|
2168
|
+
o.output = Shapes::ShapeRef.new(shape: ListTestGridProjectsResult)
|
2169
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
2170
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2171
|
+
o[:pager] = Aws::Pager.new(
|
2172
|
+
limit_key: "max_result",
|
2173
|
+
tokens: {
|
2174
|
+
"next_token" => "next_token"
|
2175
|
+
}
|
2176
|
+
)
|
2177
|
+
end)
|
2178
|
+
|
2179
|
+
api.add_operation(:list_test_grid_session_actions, Seahorse::Model::Operation.new.tap do |o|
|
2180
|
+
o.name = "ListTestGridSessionActions"
|
2181
|
+
o.http_method = "POST"
|
2182
|
+
o.http_request_uri = "/"
|
2183
|
+
o.input = Shapes::ShapeRef.new(shape: ListTestGridSessionActionsRequest)
|
2184
|
+
o.output = Shapes::ShapeRef.new(shape: ListTestGridSessionActionsResult)
|
2185
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2186
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
2187
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2188
|
+
o[:pager] = Aws::Pager.new(
|
2189
|
+
limit_key: "max_result",
|
2190
|
+
tokens: {
|
2191
|
+
"next_token" => "next_token"
|
2192
|
+
}
|
2193
|
+
)
|
2194
|
+
end)
|
2195
|
+
|
2196
|
+
api.add_operation(:list_test_grid_session_artifacts, Seahorse::Model::Operation.new.tap do |o|
|
2197
|
+
o.name = "ListTestGridSessionArtifacts"
|
2198
|
+
o.http_method = "POST"
|
2199
|
+
o.http_request_uri = "/"
|
2200
|
+
o.input = Shapes::ShapeRef.new(shape: ListTestGridSessionArtifactsRequest)
|
2201
|
+
o.output = Shapes::ShapeRef.new(shape: ListTestGridSessionArtifactsResult)
|
2202
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2203
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
2204
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2205
|
+
o[:pager] = Aws::Pager.new(
|
2206
|
+
limit_key: "max_result",
|
2207
|
+
tokens: {
|
2208
|
+
"next_token" => "next_token"
|
2209
|
+
}
|
2210
|
+
)
|
2211
|
+
end)
|
2212
|
+
|
2213
|
+
api.add_operation(:list_test_grid_sessions, Seahorse::Model::Operation.new.tap do |o|
|
2214
|
+
o.name = "ListTestGridSessions"
|
2215
|
+
o.http_method = "POST"
|
2216
|
+
o.http_request_uri = "/"
|
2217
|
+
o.input = Shapes::ShapeRef.new(shape: ListTestGridSessionsRequest)
|
2218
|
+
o.output = Shapes::ShapeRef.new(shape: ListTestGridSessionsResult)
|
2219
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2220
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
2221
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2222
|
+
o[:pager] = Aws::Pager.new(
|
2223
|
+
limit_key: "max_result",
|
2224
|
+
tokens: {
|
2225
|
+
"next_token" => "next_token"
|
2226
|
+
}
|
2227
|
+
)
|
2228
|
+
end)
|
2229
|
+
|
1946
2230
|
api.add_operation(:list_tests, Seahorse::Model::Operation.new.tap do |o|
|
1947
2231
|
o.name = "ListTests"
|
1948
2232
|
o.http_method = "POST"
|
@@ -2085,6 +2369,7 @@ module Aws::DeviceFarm
|
|
2085
2369
|
o.http_request_uri = "/"
|
2086
2370
|
o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
|
2087
2371
|
o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
|
2372
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
2088
2373
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2089
2374
|
o.errors << Shapes::ShapeRef.new(shape: TagOperationException)
|
2090
2375
|
o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
|
@@ -2097,6 +2382,7 @@ module Aws::DeviceFarm
|
|
2097
2382
|
o.http_request_uri = "/"
|
2098
2383
|
o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
|
2099
2384
|
o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
|
2385
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
2100
2386
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2101
2387
|
o.errors << Shapes::ShapeRef.new(shape: TagOperationException)
|
2102
2388
|
end)
|
@@ -2161,6 +2447,17 @@ module Aws::DeviceFarm
|
|
2161
2447
|
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
2162
2448
|
end)
|
2163
2449
|
|
2450
|
+
api.add_operation(:update_test_grid_project, Seahorse::Model::Operation.new.tap do |o|
|
2451
|
+
o.name = "UpdateTestGridProject"
|
2452
|
+
o.http_method = "POST"
|
2453
|
+
o.http_request_uri = "/"
|
2454
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateTestGridProjectRequest)
|
2455
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateTestGridProjectResult)
|
2456
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2457
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
2458
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2459
|
+
end)
|
2460
|
+
|
2164
2461
|
api.add_operation(:update_upload, Seahorse::Model::Operation.new.tap do |o|
|
2165
2462
|
o.name = "UpdateUpload"
|
2166
2463
|
o.http_method = "POST"
|