aws-sdk-devicefarm 1.0.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/lib/aws-sdk-devicefarm.rb +47 -0
- data/lib/aws-sdk-devicefarm/client.rb +2072 -0
- data/lib/aws-sdk-devicefarm/client_api.rb +1406 -0
- data/lib/aws-sdk-devicefarm/customizations.rb +7 -0
- data/lib/aws-sdk-devicefarm/errors.rb +23 -0
- data/lib/aws-sdk-devicefarm/resource.rb +25 -0
- data/lib/aws-sdk-devicefarm/types.rb +3259 -0
- metadata +80 -0
@@ -0,0 +1,1406 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing for info on making contributions:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws
|
9
|
+
module DeviceFarm
|
10
|
+
# @api private
|
11
|
+
module ClientApi
|
12
|
+
|
13
|
+
include Seahorse::Model
|
14
|
+
|
15
|
+
AWSAccountNumber = Shapes::StringShape.new(name: 'AWSAccountNumber')
|
16
|
+
AccountSettings = Shapes::StructureShape.new(name: 'AccountSettings')
|
17
|
+
AmazonResourceName = Shapes::StringShape.new(name: 'AmazonResourceName')
|
18
|
+
AmazonResourceNames = Shapes::ListShape.new(name: 'AmazonResourceNames')
|
19
|
+
ArgumentException = Shapes::StructureShape.new(name: 'ArgumentException')
|
20
|
+
Artifact = Shapes::StructureShape.new(name: 'Artifact')
|
21
|
+
ArtifactCategory = Shapes::StringShape.new(name: 'ArtifactCategory')
|
22
|
+
ArtifactType = Shapes::StringShape.new(name: 'ArtifactType')
|
23
|
+
Artifacts = Shapes::ListShape.new(name: 'Artifacts')
|
24
|
+
BillingMethod = Shapes::StringShape.new(name: 'BillingMethod')
|
25
|
+
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
26
|
+
CPU = Shapes::StructureShape.new(name: 'CPU')
|
27
|
+
ContentType = Shapes::StringShape.new(name: 'ContentType')
|
28
|
+
Counters = Shapes::StructureShape.new(name: 'Counters')
|
29
|
+
CreateDevicePoolRequest = Shapes::StructureShape.new(name: 'CreateDevicePoolRequest')
|
30
|
+
CreateDevicePoolResult = Shapes::StructureShape.new(name: 'CreateDevicePoolResult')
|
31
|
+
CreateProjectRequest = Shapes::StructureShape.new(name: 'CreateProjectRequest')
|
32
|
+
CreateProjectResult = Shapes::StructureShape.new(name: 'CreateProjectResult')
|
33
|
+
CreateRemoteAccessSessionConfiguration = Shapes::StructureShape.new(name: 'CreateRemoteAccessSessionConfiguration')
|
34
|
+
CreateRemoteAccessSessionRequest = Shapes::StructureShape.new(name: 'CreateRemoteAccessSessionRequest')
|
35
|
+
CreateRemoteAccessSessionResult = Shapes::StructureShape.new(name: 'CreateRemoteAccessSessionResult')
|
36
|
+
CreateUploadRequest = Shapes::StructureShape.new(name: 'CreateUploadRequest')
|
37
|
+
CreateUploadResult = Shapes::StructureShape.new(name: 'CreateUploadResult')
|
38
|
+
CurrencyCode = Shapes::StringShape.new(name: 'CurrencyCode')
|
39
|
+
DateTime = Shapes::TimestampShape.new(name: 'DateTime')
|
40
|
+
DeleteDevicePoolRequest = Shapes::StructureShape.new(name: 'DeleteDevicePoolRequest')
|
41
|
+
DeleteDevicePoolResult = Shapes::StructureShape.new(name: 'DeleteDevicePoolResult')
|
42
|
+
DeleteProjectRequest = Shapes::StructureShape.new(name: 'DeleteProjectRequest')
|
43
|
+
DeleteProjectResult = Shapes::StructureShape.new(name: 'DeleteProjectResult')
|
44
|
+
DeleteRemoteAccessSessionRequest = Shapes::StructureShape.new(name: 'DeleteRemoteAccessSessionRequest')
|
45
|
+
DeleteRemoteAccessSessionResult = Shapes::StructureShape.new(name: 'DeleteRemoteAccessSessionResult')
|
46
|
+
DeleteRunRequest = Shapes::StructureShape.new(name: 'DeleteRunRequest')
|
47
|
+
DeleteRunResult = Shapes::StructureShape.new(name: 'DeleteRunResult')
|
48
|
+
DeleteUploadRequest = Shapes::StructureShape.new(name: 'DeleteUploadRequest')
|
49
|
+
DeleteUploadResult = Shapes::StructureShape.new(name: 'DeleteUploadResult')
|
50
|
+
Device = Shapes::StructureShape.new(name: 'Device')
|
51
|
+
DeviceAttribute = Shapes::StringShape.new(name: 'DeviceAttribute')
|
52
|
+
DeviceFormFactor = Shapes::StringShape.new(name: 'DeviceFormFactor')
|
53
|
+
DeviceMinutes = Shapes::StructureShape.new(name: 'DeviceMinutes')
|
54
|
+
DevicePlatform = Shapes::StringShape.new(name: 'DevicePlatform')
|
55
|
+
DevicePool = Shapes::StructureShape.new(name: 'DevicePool')
|
56
|
+
DevicePoolCompatibilityResult = Shapes::StructureShape.new(name: 'DevicePoolCompatibilityResult')
|
57
|
+
DevicePoolCompatibilityResults = Shapes::ListShape.new(name: 'DevicePoolCompatibilityResults')
|
58
|
+
DevicePoolType = Shapes::StringShape.new(name: 'DevicePoolType')
|
59
|
+
DevicePools = Shapes::ListShape.new(name: 'DevicePools')
|
60
|
+
Devices = Shapes::ListShape.new(name: 'Devices')
|
61
|
+
Double = Shapes::FloatShape.new(name: 'Double')
|
62
|
+
ExecutionResult = Shapes::StringShape.new(name: 'ExecutionResult')
|
63
|
+
ExecutionStatus = Shapes::StringShape.new(name: 'ExecutionStatus')
|
64
|
+
Filter = Shapes::StringShape.new(name: 'Filter')
|
65
|
+
GetAccountSettingsRequest = Shapes::StructureShape.new(name: 'GetAccountSettingsRequest')
|
66
|
+
GetAccountSettingsResult = Shapes::StructureShape.new(name: 'GetAccountSettingsResult')
|
67
|
+
GetDevicePoolCompatibilityRequest = Shapes::StructureShape.new(name: 'GetDevicePoolCompatibilityRequest')
|
68
|
+
GetDevicePoolCompatibilityResult = Shapes::StructureShape.new(name: 'GetDevicePoolCompatibilityResult')
|
69
|
+
GetDevicePoolRequest = Shapes::StructureShape.new(name: 'GetDevicePoolRequest')
|
70
|
+
GetDevicePoolResult = Shapes::StructureShape.new(name: 'GetDevicePoolResult')
|
71
|
+
GetDeviceRequest = Shapes::StructureShape.new(name: 'GetDeviceRequest')
|
72
|
+
GetDeviceResult = Shapes::StructureShape.new(name: 'GetDeviceResult')
|
73
|
+
GetJobRequest = Shapes::StructureShape.new(name: 'GetJobRequest')
|
74
|
+
GetJobResult = Shapes::StructureShape.new(name: 'GetJobResult')
|
75
|
+
GetOfferingStatusRequest = Shapes::StructureShape.new(name: 'GetOfferingStatusRequest')
|
76
|
+
GetOfferingStatusResult = Shapes::StructureShape.new(name: 'GetOfferingStatusResult')
|
77
|
+
GetProjectRequest = Shapes::StructureShape.new(name: 'GetProjectRequest')
|
78
|
+
GetProjectResult = Shapes::StructureShape.new(name: 'GetProjectResult')
|
79
|
+
GetRemoteAccessSessionRequest = Shapes::StructureShape.new(name: 'GetRemoteAccessSessionRequest')
|
80
|
+
GetRemoteAccessSessionResult = Shapes::StructureShape.new(name: 'GetRemoteAccessSessionResult')
|
81
|
+
GetRunRequest = Shapes::StructureShape.new(name: 'GetRunRequest')
|
82
|
+
GetRunResult = Shapes::StructureShape.new(name: 'GetRunResult')
|
83
|
+
GetSuiteRequest = Shapes::StructureShape.new(name: 'GetSuiteRequest')
|
84
|
+
GetSuiteResult = Shapes::StructureShape.new(name: 'GetSuiteResult')
|
85
|
+
GetTestRequest = Shapes::StructureShape.new(name: 'GetTestRequest')
|
86
|
+
GetTestResult = Shapes::StructureShape.new(name: 'GetTestResult')
|
87
|
+
GetUploadRequest = Shapes::StructureShape.new(name: 'GetUploadRequest')
|
88
|
+
GetUploadResult = Shapes::StructureShape.new(name: 'GetUploadResult')
|
89
|
+
IdempotencyException = Shapes::StructureShape.new(name: 'IdempotencyException')
|
90
|
+
IncompatibilityMessage = Shapes::StructureShape.new(name: 'IncompatibilityMessage')
|
91
|
+
IncompatibilityMessages = Shapes::ListShape.new(name: 'IncompatibilityMessages')
|
92
|
+
InstallToRemoteAccessSessionRequest = Shapes::StructureShape.new(name: 'InstallToRemoteAccessSessionRequest')
|
93
|
+
InstallToRemoteAccessSessionResult = Shapes::StructureShape.new(name: 'InstallToRemoteAccessSessionResult')
|
94
|
+
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
95
|
+
Job = Shapes::StructureShape.new(name: 'Job')
|
96
|
+
Jobs = Shapes::ListShape.new(name: 'Jobs')
|
97
|
+
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
|
98
|
+
ListArtifactsRequest = Shapes::StructureShape.new(name: 'ListArtifactsRequest')
|
99
|
+
ListArtifactsResult = Shapes::StructureShape.new(name: 'ListArtifactsResult')
|
100
|
+
ListDevicePoolsRequest = Shapes::StructureShape.new(name: 'ListDevicePoolsRequest')
|
101
|
+
ListDevicePoolsResult = Shapes::StructureShape.new(name: 'ListDevicePoolsResult')
|
102
|
+
ListDevicesRequest = Shapes::StructureShape.new(name: 'ListDevicesRequest')
|
103
|
+
ListDevicesResult = Shapes::StructureShape.new(name: 'ListDevicesResult')
|
104
|
+
ListJobsRequest = Shapes::StructureShape.new(name: 'ListJobsRequest')
|
105
|
+
ListJobsResult = Shapes::StructureShape.new(name: 'ListJobsResult')
|
106
|
+
ListOfferingTransactionsRequest = Shapes::StructureShape.new(name: 'ListOfferingTransactionsRequest')
|
107
|
+
ListOfferingTransactionsResult = Shapes::StructureShape.new(name: 'ListOfferingTransactionsResult')
|
108
|
+
ListOfferingsRequest = Shapes::StructureShape.new(name: 'ListOfferingsRequest')
|
109
|
+
ListOfferingsResult = Shapes::StructureShape.new(name: 'ListOfferingsResult')
|
110
|
+
ListProjectsRequest = Shapes::StructureShape.new(name: 'ListProjectsRequest')
|
111
|
+
ListProjectsResult = Shapes::StructureShape.new(name: 'ListProjectsResult')
|
112
|
+
ListRemoteAccessSessionsRequest = Shapes::StructureShape.new(name: 'ListRemoteAccessSessionsRequest')
|
113
|
+
ListRemoteAccessSessionsResult = Shapes::StructureShape.new(name: 'ListRemoteAccessSessionsResult')
|
114
|
+
ListRunsRequest = Shapes::StructureShape.new(name: 'ListRunsRequest')
|
115
|
+
ListRunsResult = Shapes::StructureShape.new(name: 'ListRunsResult')
|
116
|
+
ListSamplesRequest = Shapes::StructureShape.new(name: 'ListSamplesRequest')
|
117
|
+
ListSamplesResult = Shapes::StructureShape.new(name: 'ListSamplesResult')
|
118
|
+
ListSuitesRequest = Shapes::StructureShape.new(name: 'ListSuitesRequest')
|
119
|
+
ListSuitesResult = Shapes::StructureShape.new(name: 'ListSuitesResult')
|
120
|
+
ListTestsRequest = Shapes::StructureShape.new(name: 'ListTestsRequest')
|
121
|
+
ListTestsResult = Shapes::StructureShape.new(name: 'ListTestsResult')
|
122
|
+
ListUniqueProblemsRequest = Shapes::StructureShape.new(name: 'ListUniqueProblemsRequest')
|
123
|
+
ListUniqueProblemsResult = Shapes::StructureShape.new(name: 'ListUniqueProblemsResult')
|
124
|
+
ListUploadsRequest = Shapes::StructureShape.new(name: 'ListUploadsRequest')
|
125
|
+
ListUploadsResult = Shapes::StructureShape.new(name: 'ListUploadsResult')
|
126
|
+
Location = Shapes::StructureShape.new(name: 'Location')
|
127
|
+
Long = Shapes::IntegerShape.new(name: 'Long')
|
128
|
+
Message = Shapes::StringShape.new(name: 'Message')
|
129
|
+
Metadata = Shapes::StringShape.new(name: 'Metadata')
|
130
|
+
MonetaryAmount = Shapes::StructureShape.new(name: 'MonetaryAmount')
|
131
|
+
Name = Shapes::StringShape.new(name: 'Name')
|
132
|
+
NotEligibleException = Shapes::StructureShape.new(name: 'NotEligibleException')
|
133
|
+
NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException')
|
134
|
+
Offering = Shapes::StructureShape.new(name: 'Offering')
|
135
|
+
OfferingIdentifier = Shapes::StringShape.new(name: 'OfferingIdentifier')
|
136
|
+
OfferingStatus = Shapes::StructureShape.new(name: 'OfferingStatus')
|
137
|
+
OfferingStatusMap = Shapes::MapShape.new(name: 'OfferingStatusMap')
|
138
|
+
OfferingTransaction = Shapes::StructureShape.new(name: 'OfferingTransaction')
|
139
|
+
OfferingTransactionType = Shapes::StringShape.new(name: 'OfferingTransactionType')
|
140
|
+
OfferingTransactions = Shapes::ListShape.new(name: 'OfferingTransactions')
|
141
|
+
OfferingType = Shapes::StringShape.new(name: 'OfferingType')
|
142
|
+
Offerings = Shapes::ListShape.new(name: 'Offerings')
|
143
|
+
PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
|
144
|
+
Problem = Shapes::StructureShape.new(name: 'Problem')
|
145
|
+
ProblemDetail = Shapes::StructureShape.new(name: 'ProblemDetail')
|
146
|
+
Problems = Shapes::ListShape.new(name: 'Problems')
|
147
|
+
Project = Shapes::StructureShape.new(name: 'Project')
|
148
|
+
Projects = Shapes::ListShape.new(name: 'Projects')
|
149
|
+
PurchaseOfferingRequest = Shapes::StructureShape.new(name: 'PurchaseOfferingRequest')
|
150
|
+
PurchaseOfferingResult = Shapes::StructureShape.new(name: 'PurchaseOfferingResult')
|
151
|
+
PurchasedDevicesMap = Shapes::MapShape.new(name: 'PurchasedDevicesMap')
|
152
|
+
Radios = Shapes::StructureShape.new(name: 'Radios')
|
153
|
+
RecurringCharge = Shapes::StructureShape.new(name: 'RecurringCharge')
|
154
|
+
RecurringChargeFrequency = Shapes::StringShape.new(name: 'RecurringChargeFrequency')
|
155
|
+
RecurringCharges = Shapes::ListShape.new(name: 'RecurringCharges')
|
156
|
+
RemoteAccessSession = Shapes::StructureShape.new(name: 'RemoteAccessSession')
|
157
|
+
RemoteAccessSessions = Shapes::ListShape.new(name: 'RemoteAccessSessions')
|
158
|
+
RenewOfferingRequest = Shapes::StructureShape.new(name: 'RenewOfferingRequest')
|
159
|
+
RenewOfferingResult = Shapes::StructureShape.new(name: 'RenewOfferingResult')
|
160
|
+
Resolution = Shapes::StructureShape.new(name: 'Resolution')
|
161
|
+
Rule = Shapes::StructureShape.new(name: 'Rule')
|
162
|
+
RuleOperator = Shapes::StringShape.new(name: 'RuleOperator')
|
163
|
+
Rules = Shapes::ListShape.new(name: 'Rules')
|
164
|
+
Run = Shapes::StructureShape.new(name: 'Run')
|
165
|
+
Runs = Shapes::ListShape.new(name: 'Runs')
|
166
|
+
Sample = Shapes::StructureShape.new(name: 'Sample')
|
167
|
+
SampleType = Shapes::StringShape.new(name: 'SampleType')
|
168
|
+
Samples = Shapes::ListShape.new(name: 'Samples')
|
169
|
+
ScheduleRunConfiguration = Shapes::StructureShape.new(name: 'ScheduleRunConfiguration')
|
170
|
+
ScheduleRunRequest = Shapes::StructureShape.new(name: 'ScheduleRunRequest')
|
171
|
+
ScheduleRunResult = Shapes::StructureShape.new(name: 'ScheduleRunResult')
|
172
|
+
ScheduleRunTest = Shapes::StructureShape.new(name: 'ScheduleRunTest')
|
173
|
+
ServiceAccountException = Shapes::StructureShape.new(name: 'ServiceAccountException')
|
174
|
+
StopRemoteAccessSessionRequest = Shapes::StructureShape.new(name: 'StopRemoteAccessSessionRequest')
|
175
|
+
StopRemoteAccessSessionResult = Shapes::StructureShape.new(name: 'StopRemoteAccessSessionResult')
|
176
|
+
StopRunRequest = Shapes::StructureShape.new(name: 'StopRunRequest')
|
177
|
+
StopRunResult = Shapes::StructureShape.new(name: 'StopRunResult')
|
178
|
+
String = Shapes::StringShape.new(name: 'String')
|
179
|
+
Suite = Shapes::StructureShape.new(name: 'Suite')
|
180
|
+
Suites = Shapes::ListShape.new(name: 'Suites')
|
181
|
+
Test = Shapes::StructureShape.new(name: 'Test')
|
182
|
+
TestParameters = Shapes::MapShape.new(name: 'TestParameters')
|
183
|
+
TestType = Shapes::StringShape.new(name: 'TestType')
|
184
|
+
Tests = Shapes::ListShape.new(name: 'Tests')
|
185
|
+
TransactionIdentifier = Shapes::StringShape.new(name: 'TransactionIdentifier')
|
186
|
+
URL = Shapes::StringShape.new(name: 'URL')
|
187
|
+
UniqueProblem = Shapes::StructureShape.new(name: 'UniqueProblem')
|
188
|
+
UniqueProblems = Shapes::ListShape.new(name: 'UniqueProblems')
|
189
|
+
UniqueProblemsByExecutionResultMap = Shapes::MapShape.new(name: 'UniqueProblemsByExecutionResultMap')
|
190
|
+
UpdateDevicePoolRequest = Shapes::StructureShape.new(name: 'UpdateDevicePoolRequest')
|
191
|
+
UpdateDevicePoolResult = Shapes::StructureShape.new(name: 'UpdateDevicePoolResult')
|
192
|
+
UpdateProjectRequest = Shapes::StructureShape.new(name: 'UpdateProjectRequest')
|
193
|
+
UpdateProjectResult = Shapes::StructureShape.new(name: 'UpdateProjectResult')
|
194
|
+
Upload = Shapes::StructureShape.new(name: 'Upload')
|
195
|
+
UploadStatus = Shapes::StringShape.new(name: 'UploadStatus')
|
196
|
+
UploadType = Shapes::StringShape.new(name: 'UploadType')
|
197
|
+
Uploads = Shapes::ListShape.new(name: 'Uploads')
|
198
|
+
|
199
|
+
AccountSettings.add_member(:aws_account_number, Shapes::ShapeRef.new(shape: AWSAccountNumber, location_name: "awsAccountNumber"))
|
200
|
+
AccountSettings.add_member(:unmetered_devices, Shapes::ShapeRef.new(shape: PurchasedDevicesMap, location_name: "unmeteredDevices"))
|
201
|
+
AccountSettings.add_member(:unmetered_remote_access_devices, Shapes::ShapeRef.new(shape: PurchasedDevicesMap, location_name: "unmeteredRemoteAccessDevices"))
|
202
|
+
AccountSettings.struct_class = Types::AccountSettings
|
203
|
+
|
204
|
+
AmazonResourceNames.member = Shapes::ShapeRef.new(shape: AmazonResourceName)
|
205
|
+
|
206
|
+
Artifact.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "arn"))
|
207
|
+
Artifact.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
|
208
|
+
Artifact.add_member(:type, Shapes::ShapeRef.new(shape: ArtifactType, location_name: "type"))
|
209
|
+
Artifact.add_member(:extension, Shapes::ShapeRef.new(shape: String, location_name: "extension"))
|
210
|
+
Artifact.add_member(:url, Shapes::ShapeRef.new(shape: URL, location_name: "url"))
|
211
|
+
Artifact.struct_class = Types::Artifact
|
212
|
+
|
213
|
+
Artifacts.member = Shapes::ShapeRef.new(shape: Artifact)
|
214
|
+
|
215
|
+
CPU.add_member(:frequency, Shapes::ShapeRef.new(shape: String, location_name: "frequency"))
|
216
|
+
CPU.add_member(:architecture, Shapes::ShapeRef.new(shape: String, location_name: "architecture"))
|
217
|
+
CPU.add_member(:clock, Shapes::ShapeRef.new(shape: Double, location_name: "clock"))
|
218
|
+
CPU.struct_class = Types::CPU
|
219
|
+
|
220
|
+
Counters.add_member(:total, Shapes::ShapeRef.new(shape: Integer, location_name: "total"))
|
221
|
+
Counters.add_member(:passed, Shapes::ShapeRef.new(shape: Integer, location_name: "passed"))
|
222
|
+
Counters.add_member(:failed, Shapes::ShapeRef.new(shape: Integer, location_name: "failed"))
|
223
|
+
Counters.add_member(:warned, Shapes::ShapeRef.new(shape: Integer, location_name: "warned"))
|
224
|
+
Counters.add_member(:errored, Shapes::ShapeRef.new(shape: Integer, location_name: "errored"))
|
225
|
+
Counters.add_member(:stopped, Shapes::ShapeRef.new(shape: Integer, location_name: "stopped"))
|
226
|
+
Counters.add_member(:skipped, Shapes::ShapeRef.new(shape: Integer, location_name: "skipped"))
|
227
|
+
Counters.struct_class = Types::Counters
|
228
|
+
|
229
|
+
CreateDevicePoolRequest.add_member(:project_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "projectArn"))
|
230
|
+
CreateDevicePoolRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
231
|
+
CreateDevicePoolRequest.add_member(:description, Shapes::ShapeRef.new(shape: Message, location_name: "description"))
|
232
|
+
CreateDevicePoolRequest.add_member(:rules, Shapes::ShapeRef.new(shape: Rules, required: true, location_name: "rules"))
|
233
|
+
CreateDevicePoolRequest.struct_class = Types::CreateDevicePoolRequest
|
234
|
+
|
235
|
+
CreateDevicePoolResult.add_member(:device_pool, Shapes::ShapeRef.new(shape: DevicePool, location_name: "devicePool"))
|
236
|
+
CreateDevicePoolResult.struct_class = Types::CreateDevicePoolResult
|
237
|
+
|
238
|
+
CreateProjectRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
239
|
+
CreateProjectRequest.struct_class = Types::CreateProjectRequest
|
240
|
+
|
241
|
+
CreateProjectResult.add_member(:project, Shapes::ShapeRef.new(shape: Project, location_name: "project"))
|
242
|
+
CreateProjectResult.struct_class = Types::CreateProjectResult
|
243
|
+
|
244
|
+
CreateRemoteAccessSessionConfiguration.add_member(:billing_method, Shapes::ShapeRef.new(shape: BillingMethod, location_name: "billingMethod"))
|
245
|
+
CreateRemoteAccessSessionConfiguration.struct_class = Types::CreateRemoteAccessSessionConfiguration
|
246
|
+
|
247
|
+
CreateRemoteAccessSessionRequest.add_member(:project_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "projectArn"))
|
248
|
+
CreateRemoteAccessSessionRequest.add_member(:device_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "deviceArn"))
|
249
|
+
CreateRemoteAccessSessionRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
|
250
|
+
CreateRemoteAccessSessionRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: CreateRemoteAccessSessionConfiguration, location_name: "configuration"))
|
251
|
+
CreateRemoteAccessSessionRequest.struct_class = Types::CreateRemoteAccessSessionRequest
|
252
|
+
|
253
|
+
CreateRemoteAccessSessionResult.add_member(:remote_access_session, Shapes::ShapeRef.new(shape: RemoteAccessSession, location_name: "remoteAccessSession"))
|
254
|
+
CreateRemoteAccessSessionResult.struct_class = Types::CreateRemoteAccessSessionResult
|
255
|
+
|
256
|
+
CreateUploadRequest.add_member(:project_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "projectArn"))
|
257
|
+
CreateUploadRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
258
|
+
CreateUploadRequest.add_member(:type, Shapes::ShapeRef.new(shape: UploadType, required: true, location_name: "type"))
|
259
|
+
CreateUploadRequest.add_member(:content_type, Shapes::ShapeRef.new(shape: ContentType, location_name: "contentType"))
|
260
|
+
CreateUploadRequest.struct_class = Types::CreateUploadRequest
|
261
|
+
|
262
|
+
CreateUploadResult.add_member(:upload, Shapes::ShapeRef.new(shape: Upload, location_name: "upload"))
|
263
|
+
CreateUploadResult.struct_class = Types::CreateUploadResult
|
264
|
+
|
265
|
+
DeleteDevicePoolRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
|
266
|
+
DeleteDevicePoolRequest.struct_class = Types::DeleteDevicePoolRequest
|
267
|
+
|
268
|
+
DeleteDevicePoolResult.struct_class = Types::DeleteDevicePoolResult
|
269
|
+
|
270
|
+
DeleteProjectRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
|
271
|
+
DeleteProjectRequest.struct_class = Types::DeleteProjectRequest
|
272
|
+
|
273
|
+
DeleteProjectResult.struct_class = Types::DeleteProjectResult
|
274
|
+
|
275
|
+
DeleteRemoteAccessSessionRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
|
276
|
+
DeleteRemoteAccessSessionRequest.struct_class = Types::DeleteRemoteAccessSessionRequest
|
277
|
+
|
278
|
+
DeleteRemoteAccessSessionResult.struct_class = Types::DeleteRemoteAccessSessionResult
|
279
|
+
|
280
|
+
DeleteRunRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
|
281
|
+
DeleteRunRequest.struct_class = Types::DeleteRunRequest
|
282
|
+
|
283
|
+
DeleteRunResult.struct_class = Types::DeleteRunResult
|
284
|
+
|
285
|
+
DeleteUploadRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
|
286
|
+
DeleteUploadRequest.struct_class = Types::DeleteUploadRequest
|
287
|
+
|
288
|
+
DeleteUploadResult.struct_class = Types::DeleteUploadResult
|
289
|
+
|
290
|
+
Device.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "arn"))
|
291
|
+
Device.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
|
292
|
+
Device.add_member(:manufacturer, Shapes::ShapeRef.new(shape: String, location_name: "manufacturer"))
|
293
|
+
Device.add_member(:model, Shapes::ShapeRef.new(shape: String, location_name: "model"))
|
294
|
+
Device.add_member(:form_factor, Shapes::ShapeRef.new(shape: DeviceFormFactor, location_name: "formFactor"))
|
295
|
+
Device.add_member(:platform, Shapes::ShapeRef.new(shape: DevicePlatform, location_name: "platform"))
|
296
|
+
Device.add_member(:os, Shapes::ShapeRef.new(shape: String, location_name: "os"))
|
297
|
+
Device.add_member(:cpu, Shapes::ShapeRef.new(shape: CPU, location_name: "cpu"))
|
298
|
+
Device.add_member(:resolution, Shapes::ShapeRef.new(shape: Resolution, location_name: "resolution"))
|
299
|
+
Device.add_member(:heap_size, Shapes::ShapeRef.new(shape: Long, location_name: "heapSize"))
|
300
|
+
Device.add_member(:memory, Shapes::ShapeRef.new(shape: Long, location_name: "memory"))
|
301
|
+
Device.add_member(:image, Shapes::ShapeRef.new(shape: String, location_name: "image"))
|
302
|
+
Device.add_member(:carrier, Shapes::ShapeRef.new(shape: String, location_name: "carrier"))
|
303
|
+
Device.add_member(:radio, Shapes::ShapeRef.new(shape: String, location_name: "radio"))
|
304
|
+
Device.add_member(:remote_access_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "remoteAccessEnabled"))
|
305
|
+
Device.add_member(:fleet_type, Shapes::ShapeRef.new(shape: String, location_name: "fleetType"))
|
306
|
+
Device.add_member(:fleet_name, Shapes::ShapeRef.new(shape: String, location_name: "fleetName"))
|
307
|
+
Device.struct_class = Types::Device
|
308
|
+
|
309
|
+
DeviceMinutes.add_member(:total, Shapes::ShapeRef.new(shape: Double, location_name: "total"))
|
310
|
+
DeviceMinutes.add_member(:metered, Shapes::ShapeRef.new(shape: Double, location_name: "metered"))
|
311
|
+
DeviceMinutes.add_member(:unmetered, Shapes::ShapeRef.new(shape: Double, location_name: "unmetered"))
|
312
|
+
DeviceMinutes.struct_class = Types::DeviceMinutes
|
313
|
+
|
314
|
+
DevicePool.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "arn"))
|
315
|
+
DevicePool.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
|
316
|
+
DevicePool.add_member(:description, Shapes::ShapeRef.new(shape: Message, location_name: "description"))
|
317
|
+
DevicePool.add_member(:type, Shapes::ShapeRef.new(shape: DevicePoolType, location_name: "type"))
|
318
|
+
DevicePool.add_member(:rules, Shapes::ShapeRef.new(shape: Rules, location_name: "rules"))
|
319
|
+
DevicePool.struct_class = Types::DevicePool
|
320
|
+
|
321
|
+
DevicePoolCompatibilityResult.add_member(:device, Shapes::ShapeRef.new(shape: Device, location_name: "device"))
|
322
|
+
DevicePoolCompatibilityResult.add_member(:compatible, Shapes::ShapeRef.new(shape: Boolean, location_name: "compatible"))
|
323
|
+
DevicePoolCompatibilityResult.add_member(:incompatibility_messages, Shapes::ShapeRef.new(shape: IncompatibilityMessages, location_name: "incompatibilityMessages"))
|
324
|
+
DevicePoolCompatibilityResult.struct_class = Types::DevicePoolCompatibilityResult
|
325
|
+
|
326
|
+
DevicePoolCompatibilityResults.member = Shapes::ShapeRef.new(shape: DevicePoolCompatibilityResult)
|
327
|
+
|
328
|
+
DevicePools.member = Shapes::ShapeRef.new(shape: DevicePool)
|
329
|
+
|
330
|
+
Devices.member = Shapes::ShapeRef.new(shape: Device)
|
331
|
+
|
332
|
+
GetAccountSettingsRequest.struct_class = Types::GetAccountSettingsRequest
|
333
|
+
|
334
|
+
GetAccountSettingsResult.add_member(:account_settings, Shapes::ShapeRef.new(shape: AccountSettings, location_name: "accountSettings"))
|
335
|
+
GetAccountSettingsResult.struct_class = Types::GetAccountSettingsResult
|
336
|
+
|
337
|
+
GetDevicePoolCompatibilityRequest.add_member(:device_pool_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "devicePoolArn"))
|
338
|
+
GetDevicePoolCompatibilityRequest.add_member(:app_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "appArn"))
|
339
|
+
GetDevicePoolCompatibilityRequest.add_member(:test_type, Shapes::ShapeRef.new(shape: TestType, location_name: "testType"))
|
340
|
+
GetDevicePoolCompatibilityRequest.struct_class = Types::GetDevicePoolCompatibilityRequest
|
341
|
+
|
342
|
+
GetDevicePoolCompatibilityResult.add_member(:compatible_devices, Shapes::ShapeRef.new(shape: DevicePoolCompatibilityResults, location_name: "compatibleDevices"))
|
343
|
+
GetDevicePoolCompatibilityResult.add_member(:incompatible_devices, Shapes::ShapeRef.new(shape: DevicePoolCompatibilityResults, location_name: "incompatibleDevices"))
|
344
|
+
GetDevicePoolCompatibilityResult.struct_class = Types::GetDevicePoolCompatibilityResult
|
345
|
+
|
346
|
+
GetDevicePoolRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
|
347
|
+
GetDevicePoolRequest.struct_class = Types::GetDevicePoolRequest
|
348
|
+
|
349
|
+
GetDevicePoolResult.add_member(:device_pool, Shapes::ShapeRef.new(shape: DevicePool, location_name: "devicePool"))
|
350
|
+
GetDevicePoolResult.struct_class = Types::GetDevicePoolResult
|
351
|
+
|
352
|
+
GetDeviceRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
|
353
|
+
GetDeviceRequest.struct_class = Types::GetDeviceRequest
|
354
|
+
|
355
|
+
GetDeviceResult.add_member(:device, Shapes::ShapeRef.new(shape: Device, location_name: "device"))
|
356
|
+
GetDeviceResult.struct_class = Types::GetDeviceResult
|
357
|
+
|
358
|
+
GetJobRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
|
359
|
+
GetJobRequest.struct_class = Types::GetJobRequest
|
360
|
+
|
361
|
+
GetJobResult.add_member(:job, Shapes::ShapeRef.new(shape: Job, location_name: "job"))
|
362
|
+
GetJobResult.struct_class = Types::GetJobResult
|
363
|
+
|
364
|
+
GetOfferingStatusRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
365
|
+
GetOfferingStatusRequest.struct_class = Types::GetOfferingStatusRequest
|
366
|
+
|
367
|
+
GetOfferingStatusResult.add_member(:current, Shapes::ShapeRef.new(shape: OfferingStatusMap, location_name: "current"))
|
368
|
+
GetOfferingStatusResult.add_member(:next_period, Shapes::ShapeRef.new(shape: OfferingStatusMap, location_name: "nextPeriod"))
|
369
|
+
GetOfferingStatusResult.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
370
|
+
GetOfferingStatusResult.struct_class = Types::GetOfferingStatusResult
|
371
|
+
|
372
|
+
GetProjectRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
|
373
|
+
GetProjectRequest.struct_class = Types::GetProjectRequest
|
374
|
+
|
375
|
+
GetProjectResult.add_member(:project, Shapes::ShapeRef.new(shape: Project, location_name: "project"))
|
376
|
+
GetProjectResult.struct_class = Types::GetProjectResult
|
377
|
+
|
378
|
+
GetRemoteAccessSessionRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
|
379
|
+
GetRemoteAccessSessionRequest.struct_class = Types::GetRemoteAccessSessionRequest
|
380
|
+
|
381
|
+
GetRemoteAccessSessionResult.add_member(:remote_access_session, Shapes::ShapeRef.new(shape: RemoteAccessSession, location_name: "remoteAccessSession"))
|
382
|
+
GetRemoteAccessSessionResult.struct_class = Types::GetRemoteAccessSessionResult
|
383
|
+
|
384
|
+
GetRunRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
|
385
|
+
GetRunRequest.struct_class = Types::GetRunRequest
|
386
|
+
|
387
|
+
GetRunResult.add_member(:run, Shapes::ShapeRef.new(shape: Run, location_name: "run"))
|
388
|
+
GetRunResult.struct_class = Types::GetRunResult
|
389
|
+
|
390
|
+
GetSuiteRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
|
391
|
+
GetSuiteRequest.struct_class = Types::GetSuiteRequest
|
392
|
+
|
393
|
+
GetSuiteResult.add_member(:suite, Shapes::ShapeRef.new(shape: Suite, location_name: "suite"))
|
394
|
+
GetSuiteResult.struct_class = Types::GetSuiteResult
|
395
|
+
|
396
|
+
GetTestRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
|
397
|
+
GetTestRequest.struct_class = Types::GetTestRequest
|
398
|
+
|
399
|
+
GetTestResult.add_member(:test, Shapes::ShapeRef.new(shape: Test, location_name: "test"))
|
400
|
+
GetTestResult.struct_class = Types::GetTestResult
|
401
|
+
|
402
|
+
GetUploadRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
|
403
|
+
GetUploadRequest.struct_class = Types::GetUploadRequest
|
404
|
+
|
405
|
+
GetUploadResult.add_member(:upload, Shapes::ShapeRef.new(shape: Upload, location_name: "upload"))
|
406
|
+
GetUploadResult.struct_class = Types::GetUploadResult
|
407
|
+
|
408
|
+
IncompatibilityMessage.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "message"))
|
409
|
+
IncompatibilityMessage.add_member(:type, Shapes::ShapeRef.new(shape: DeviceAttribute, location_name: "type"))
|
410
|
+
IncompatibilityMessage.struct_class = Types::IncompatibilityMessage
|
411
|
+
|
412
|
+
IncompatibilityMessages.member = Shapes::ShapeRef.new(shape: IncompatibilityMessage)
|
413
|
+
|
414
|
+
InstallToRemoteAccessSessionRequest.add_member(:remote_access_session_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "remoteAccessSessionArn"))
|
415
|
+
InstallToRemoteAccessSessionRequest.add_member(:app_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "appArn"))
|
416
|
+
InstallToRemoteAccessSessionRequest.struct_class = Types::InstallToRemoteAccessSessionRequest
|
417
|
+
|
418
|
+
InstallToRemoteAccessSessionResult.add_member(:app_upload, Shapes::ShapeRef.new(shape: Upload, location_name: "appUpload"))
|
419
|
+
InstallToRemoteAccessSessionResult.struct_class = Types::InstallToRemoteAccessSessionResult
|
420
|
+
|
421
|
+
Job.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "arn"))
|
422
|
+
Job.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
|
423
|
+
Job.add_member(:type, Shapes::ShapeRef.new(shape: TestType, location_name: "type"))
|
424
|
+
Job.add_member(:created, Shapes::ShapeRef.new(shape: DateTime, location_name: "created"))
|
425
|
+
Job.add_member(:status, Shapes::ShapeRef.new(shape: ExecutionStatus, location_name: "status"))
|
426
|
+
Job.add_member(:result, Shapes::ShapeRef.new(shape: ExecutionResult, location_name: "result"))
|
427
|
+
Job.add_member(:started, Shapes::ShapeRef.new(shape: DateTime, location_name: "started"))
|
428
|
+
Job.add_member(:stopped, Shapes::ShapeRef.new(shape: DateTime, location_name: "stopped"))
|
429
|
+
Job.add_member(:counters, Shapes::ShapeRef.new(shape: Counters, location_name: "counters"))
|
430
|
+
Job.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "message"))
|
431
|
+
Job.add_member(:device, Shapes::ShapeRef.new(shape: Device, location_name: "device"))
|
432
|
+
Job.add_member(:device_minutes, Shapes::ShapeRef.new(shape: DeviceMinutes, location_name: "deviceMinutes"))
|
433
|
+
Job.struct_class = Types::Job
|
434
|
+
|
435
|
+
Jobs.member = Shapes::ShapeRef.new(shape: Job)
|
436
|
+
|
437
|
+
ListArtifactsRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
|
438
|
+
ListArtifactsRequest.add_member(:type, Shapes::ShapeRef.new(shape: ArtifactCategory, required: true, location_name: "type"))
|
439
|
+
ListArtifactsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
440
|
+
ListArtifactsRequest.struct_class = Types::ListArtifactsRequest
|
441
|
+
|
442
|
+
ListArtifactsResult.add_member(:artifacts, Shapes::ShapeRef.new(shape: Artifacts, location_name: "artifacts"))
|
443
|
+
ListArtifactsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
444
|
+
ListArtifactsResult.struct_class = Types::ListArtifactsResult
|
445
|
+
|
446
|
+
ListDevicePoolsRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
|
447
|
+
ListDevicePoolsRequest.add_member(:type, Shapes::ShapeRef.new(shape: DevicePoolType, location_name: "type"))
|
448
|
+
ListDevicePoolsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
449
|
+
ListDevicePoolsRequest.struct_class = Types::ListDevicePoolsRequest
|
450
|
+
|
451
|
+
ListDevicePoolsResult.add_member(:device_pools, Shapes::ShapeRef.new(shape: DevicePools, location_name: "devicePools"))
|
452
|
+
ListDevicePoolsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
453
|
+
ListDevicePoolsResult.struct_class = Types::ListDevicePoolsResult
|
454
|
+
|
455
|
+
ListDevicesRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "arn"))
|
456
|
+
ListDevicesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
457
|
+
ListDevicesRequest.struct_class = Types::ListDevicesRequest
|
458
|
+
|
459
|
+
ListDevicesResult.add_member(:devices, Shapes::ShapeRef.new(shape: Devices, location_name: "devices"))
|
460
|
+
ListDevicesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
461
|
+
ListDevicesResult.struct_class = Types::ListDevicesResult
|
462
|
+
|
463
|
+
ListJobsRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
|
464
|
+
ListJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
465
|
+
ListJobsRequest.struct_class = Types::ListJobsRequest
|
466
|
+
|
467
|
+
ListJobsResult.add_member(:jobs, Shapes::ShapeRef.new(shape: Jobs, location_name: "jobs"))
|
468
|
+
ListJobsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
469
|
+
ListJobsResult.struct_class = Types::ListJobsResult
|
470
|
+
|
471
|
+
ListOfferingTransactionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
472
|
+
ListOfferingTransactionsRequest.struct_class = Types::ListOfferingTransactionsRequest
|
473
|
+
|
474
|
+
ListOfferingTransactionsResult.add_member(:offering_transactions, Shapes::ShapeRef.new(shape: OfferingTransactions, location_name: "offeringTransactions"))
|
475
|
+
ListOfferingTransactionsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
476
|
+
ListOfferingTransactionsResult.struct_class = Types::ListOfferingTransactionsResult
|
477
|
+
|
478
|
+
ListOfferingsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
479
|
+
ListOfferingsRequest.struct_class = Types::ListOfferingsRequest
|
480
|
+
|
481
|
+
ListOfferingsResult.add_member(:offerings, Shapes::ShapeRef.new(shape: Offerings, location_name: "offerings"))
|
482
|
+
ListOfferingsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
483
|
+
ListOfferingsResult.struct_class = Types::ListOfferingsResult
|
484
|
+
|
485
|
+
ListProjectsRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "arn"))
|
486
|
+
ListProjectsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
487
|
+
ListProjectsRequest.struct_class = Types::ListProjectsRequest
|
488
|
+
|
489
|
+
ListProjectsResult.add_member(:projects, Shapes::ShapeRef.new(shape: Projects, location_name: "projects"))
|
490
|
+
ListProjectsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
491
|
+
ListProjectsResult.struct_class = Types::ListProjectsResult
|
492
|
+
|
493
|
+
ListRemoteAccessSessionsRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
|
494
|
+
ListRemoteAccessSessionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
495
|
+
ListRemoteAccessSessionsRequest.struct_class = Types::ListRemoteAccessSessionsRequest
|
496
|
+
|
497
|
+
ListRemoteAccessSessionsResult.add_member(:remote_access_sessions, Shapes::ShapeRef.new(shape: RemoteAccessSessions, location_name: "remoteAccessSessions"))
|
498
|
+
ListRemoteAccessSessionsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
499
|
+
ListRemoteAccessSessionsResult.struct_class = Types::ListRemoteAccessSessionsResult
|
500
|
+
|
501
|
+
ListRunsRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
|
502
|
+
ListRunsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
503
|
+
ListRunsRequest.struct_class = Types::ListRunsRequest
|
504
|
+
|
505
|
+
ListRunsResult.add_member(:runs, Shapes::ShapeRef.new(shape: Runs, location_name: "runs"))
|
506
|
+
ListRunsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
507
|
+
ListRunsResult.struct_class = Types::ListRunsResult
|
508
|
+
|
509
|
+
ListSamplesRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
|
510
|
+
ListSamplesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
511
|
+
ListSamplesRequest.struct_class = Types::ListSamplesRequest
|
512
|
+
|
513
|
+
ListSamplesResult.add_member(:samples, Shapes::ShapeRef.new(shape: Samples, location_name: "samples"))
|
514
|
+
ListSamplesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
515
|
+
ListSamplesResult.struct_class = Types::ListSamplesResult
|
516
|
+
|
517
|
+
ListSuitesRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
|
518
|
+
ListSuitesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
519
|
+
ListSuitesRequest.struct_class = Types::ListSuitesRequest
|
520
|
+
|
521
|
+
ListSuitesResult.add_member(:suites, Shapes::ShapeRef.new(shape: Suites, location_name: "suites"))
|
522
|
+
ListSuitesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
523
|
+
ListSuitesResult.struct_class = Types::ListSuitesResult
|
524
|
+
|
525
|
+
ListTestsRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
|
526
|
+
ListTestsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
527
|
+
ListTestsRequest.struct_class = Types::ListTestsRequest
|
528
|
+
|
529
|
+
ListTestsResult.add_member(:tests, Shapes::ShapeRef.new(shape: Tests, location_name: "tests"))
|
530
|
+
ListTestsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
531
|
+
ListTestsResult.struct_class = Types::ListTestsResult
|
532
|
+
|
533
|
+
ListUniqueProblemsRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
|
534
|
+
ListUniqueProblemsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
535
|
+
ListUniqueProblemsRequest.struct_class = Types::ListUniqueProblemsRequest
|
536
|
+
|
537
|
+
ListUniqueProblemsResult.add_member(:unique_problems, Shapes::ShapeRef.new(shape: UniqueProblemsByExecutionResultMap, location_name: "uniqueProblems"))
|
538
|
+
ListUniqueProblemsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
539
|
+
ListUniqueProblemsResult.struct_class = Types::ListUniqueProblemsResult
|
540
|
+
|
541
|
+
ListUploadsRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
|
542
|
+
ListUploadsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
543
|
+
ListUploadsRequest.struct_class = Types::ListUploadsRequest
|
544
|
+
|
545
|
+
ListUploadsResult.add_member(:uploads, Shapes::ShapeRef.new(shape: Uploads, location_name: "uploads"))
|
546
|
+
ListUploadsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
547
|
+
ListUploadsResult.struct_class = Types::ListUploadsResult
|
548
|
+
|
549
|
+
Location.add_member(:latitude, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "latitude"))
|
550
|
+
Location.add_member(:longitude, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "longitude"))
|
551
|
+
Location.struct_class = Types::Location
|
552
|
+
|
553
|
+
MonetaryAmount.add_member(:amount, Shapes::ShapeRef.new(shape: Double, location_name: "amount"))
|
554
|
+
MonetaryAmount.add_member(:currency_code, Shapes::ShapeRef.new(shape: CurrencyCode, location_name: "currencyCode"))
|
555
|
+
MonetaryAmount.struct_class = Types::MonetaryAmount
|
556
|
+
|
557
|
+
Offering.add_member(:id, Shapes::ShapeRef.new(shape: OfferingIdentifier, location_name: "id"))
|
558
|
+
Offering.add_member(:description, Shapes::ShapeRef.new(shape: Message, location_name: "description"))
|
559
|
+
Offering.add_member(:type, Shapes::ShapeRef.new(shape: OfferingType, location_name: "type"))
|
560
|
+
Offering.add_member(:platform, Shapes::ShapeRef.new(shape: DevicePlatform, location_name: "platform"))
|
561
|
+
Offering.add_member(:recurring_charges, Shapes::ShapeRef.new(shape: RecurringCharges, location_name: "recurringCharges"))
|
562
|
+
Offering.struct_class = Types::Offering
|
563
|
+
|
564
|
+
OfferingStatus.add_member(:type, Shapes::ShapeRef.new(shape: OfferingTransactionType, location_name: "type"))
|
565
|
+
OfferingStatus.add_member(:offering, Shapes::ShapeRef.new(shape: Offering, location_name: "offering"))
|
566
|
+
OfferingStatus.add_member(:quantity, Shapes::ShapeRef.new(shape: Integer, location_name: "quantity"))
|
567
|
+
OfferingStatus.add_member(:effective_on, Shapes::ShapeRef.new(shape: DateTime, location_name: "effectiveOn"))
|
568
|
+
OfferingStatus.struct_class = Types::OfferingStatus
|
569
|
+
|
570
|
+
OfferingStatusMap.key = Shapes::ShapeRef.new(shape: OfferingIdentifier)
|
571
|
+
OfferingStatusMap.value = Shapes::ShapeRef.new(shape: OfferingStatus)
|
572
|
+
|
573
|
+
OfferingTransaction.add_member(:offering_status, Shapes::ShapeRef.new(shape: OfferingStatus, location_name: "offeringStatus"))
|
574
|
+
OfferingTransaction.add_member(:transaction_id, Shapes::ShapeRef.new(shape: TransactionIdentifier, location_name: "transactionId"))
|
575
|
+
OfferingTransaction.add_member(:created_on, Shapes::ShapeRef.new(shape: DateTime, location_name: "createdOn"))
|
576
|
+
OfferingTransaction.add_member(:cost, Shapes::ShapeRef.new(shape: MonetaryAmount, location_name: "cost"))
|
577
|
+
OfferingTransaction.struct_class = Types::OfferingTransaction
|
578
|
+
|
579
|
+
OfferingTransactions.member = Shapes::ShapeRef.new(shape: OfferingTransaction)
|
580
|
+
|
581
|
+
Offerings.member = Shapes::ShapeRef.new(shape: Offering)
|
582
|
+
|
583
|
+
Problem.add_member(:run, Shapes::ShapeRef.new(shape: ProblemDetail, location_name: "run"))
|
584
|
+
Problem.add_member(:job, Shapes::ShapeRef.new(shape: ProblemDetail, location_name: "job"))
|
585
|
+
Problem.add_member(:suite, Shapes::ShapeRef.new(shape: ProblemDetail, location_name: "suite"))
|
586
|
+
Problem.add_member(:test, Shapes::ShapeRef.new(shape: ProblemDetail, location_name: "test"))
|
587
|
+
Problem.add_member(:device, Shapes::ShapeRef.new(shape: Device, location_name: "device"))
|
588
|
+
Problem.add_member(:result, Shapes::ShapeRef.new(shape: ExecutionResult, location_name: "result"))
|
589
|
+
Problem.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "message"))
|
590
|
+
Problem.struct_class = Types::Problem
|
591
|
+
|
592
|
+
ProblemDetail.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "arn"))
|
593
|
+
ProblemDetail.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
|
594
|
+
ProblemDetail.struct_class = Types::ProblemDetail
|
595
|
+
|
596
|
+
Problems.member = Shapes::ShapeRef.new(shape: Problem)
|
597
|
+
|
598
|
+
Project.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "arn"))
|
599
|
+
Project.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
|
600
|
+
Project.add_member(:created, Shapes::ShapeRef.new(shape: DateTime, location_name: "created"))
|
601
|
+
Project.struct_class = Types::Project
|
602
|
+
|
603
|
+
Projects.member = Shapes::ShapeRef.new(shape: Project)
|
604
|
+
|
605
|
+
PurchaseOfferingRequest.add_member(:offering_id, Shapes::ShapeRef.new(shape: OfferingIdentifier, location_name: "offeringId"))
|
606
|
+
PurchaseOfferingRequest.add_member(:quantity, Shapes::ShapeRef.new(shape: Integer, location_name: "quantity"))
|
607
|
+
PurchaseOfferingRequest.struct_class = Types::PurchaseOfferingRequest
|
608
|
+
|
609
|
+
PurchaseOfferingResult.add_member(:offering_transaction, Shapes::ShapeRef.new(shape: OfferingTransaction, location_name: "offeringTransaction"))
|
610
|
+
PurchaseOfferingResult.struct_class = Types::PurchaseOfferingResult
|
611
|
+
|
612
|
+
PurchasedDevicesMap.key = Shapes::ShapeRef.new(shape: DevicePlatform)
|
613
|
+
PurchasedDevicesMap.value = Shapes::ShapeRef.new(shape: Integer)
|
614
|
+
|
615
|
+
Radios.add_member(:wifi, Shapes::ShapeRef.new(shape: Boolean, location_name: "wifi"))
|
616
|
+
Radios.add_member(:bluetooth, Shapes::ShapeRef.new(shape: Boolean, location_name: "bluetooth"))
|
617
|
+
Radios.add_member(:nfc, Shapes::ShapeRef.new(shape: Boolean, location_name: "nfc"))
|
618
|
+
Radios.add_member(:gps, Shapes::ShapeRef.new(shape: Boolean, location_name: "gps"))
|
619
|
+
Radios.struct_class = Types::Radios
|
620
|
+
|
621
|
+
RecurringCharge.add_member(:cost, Shapes::ShapeRef.new(shape: MonetaryAmount, location_name: "cost"))
|
622
|
+
RecurringCharge.add_member(:frequency, Shapes::ShapeRef.new(shape: RecurringChargeFrequency, location_name: "frequency"))
|
623
|
+
RecurringCharge.struct_class = Types::RecurringCharge
|
624
|
+
|
625
|
+
RecurringCharges.member = Shapes::ShapeRef.new(shape: RecurringCharge)
|
626
|
+
|
627
|
+
RemoteAccessSession.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "arn"))
|
628
|
+
RemoteAccessSession.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
|
629
|
+
RemoteAccessSession.add_member(:created, Shapes::ShapeRef.new(shape: DateTime, location_name: "created"))
|
630
|
+
RemoteAccessSession.add_member(:status, Shapes::ShapeRef.new(shape: ExecutionStatus, location_name: "status"))
|
631
|
+
RemoteAccessSession.add_member(:result, Shapes::ShapeRef.new(shape: ExecutionResult, location_name: "result"))
|
632
|
+
RemoteAccessSession.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "message"))
|
633
|
+
RemoteAccessSession.add_member(:started, Shapes::ShapeRef.new(shape: DateTime, location_name: "started"))
|
634
|
+
RemoteAccessSession.add_member(:stopped, Shapes::ShapeRef.new(shape: DateTime, location_name: "stopped"))
|
635
|
+
RemoteAccessSession.add_member(:device, Shapes::ShapeRef.new(shape: Device, location_name: "device"))
|
636
|
+
RemoteAccessSession.add_member(:billing_method, Shapes::ShapeRef.new(shape: BillingMethod, location_name: "billingMethod"))
|
637
|
+
RemoteAccessSession.add_member(:device_minutes, Shapes::ShapeRef.new(shape: DeviceMinutes, location_name: "deviceMinutes"))
|
638
|
+
RemoteAccessSession.add_member(:endpoint, Shapes::ShapeRef.new(shape: String, location_name: "endpoint"))
|
639
|
+
RemoteAccessSession.struct_class = Types::RemoteAccessSession
|
640
|
+
|
641
|
+
RemoteAccessSessions.member = Shapes::ShapeRef.new(shape: RemoteAccessSession)
|
642
|
+
|
643
|
+
RenewOfferingRequest.add_member(:offering_id, Shapes::ShapeRef.new(shape: OfferingIdentifier, location_name: "offeringId"))
|
644
|
+
RenewOfferingRequest.add_member(:quantity, Shapes::ShapeRef.new(shape: Integer, location_name: "quantity"))
|
645
|
+
RenewOfferingRequest.struct_class = Types::RenewOfferingRequest
|
646
|
+
|
647
|
+
RenewOfferingResult.add_member(:offering_transaction, Shapes::ShapeRef.new(shape: OfferingTransaction, location_name: "offeringTransaction"))
|
648
|
+
RenewOfferingResult.struct_class = Types::RenewOfferingResult
|
649
|
+
|
650
|
+
Resolution.add_member(:width, Shapes::ShapeRef.new(shape: Integer, location_name: "width"))
|
651
|
+
Resolution.add_member(:height, Shapes::ShapeRef.new(shape: Integer, location_name: "height"))
|
652
|
+
Resolution.struct_class = Types::Resolution
|
653
|
+
|
654
|
+
Rule.add_member(:attribute, Shapes::ShapeRef.new(shape: DeviceAttribute, location_name: "attribute"))
|
655
|
+
Rule.add_member(:operator, Shapes::ShapeRef.new(shape: RuleOperator, location_name: "operator"))
|
656
|
+
Rule.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
|
657
|
+
Rule.struct_class = Types::Rule
|
658
|
+
|
659
|
+
Rules.member = Shapes::ShapeRef.new(shape: Rule)
|
660
|
+
|
661
|
+
Run.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "arn"))
|
662
|
+
Run.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
|
663
|
+
Run.add_member(:type, Shapes::ShapeRef.new(shape: TestType, location_name: "type"))
|
664
|
+
Run.add_member(:platform, Shapes::ShapeRef.new(shape: DevicePlatform, location_name: "platform"))
|
665
|
+
Run.add_member(:created, Shapes::ShapeRef.new(shape: DateTime, location_name: "created"))
|
666
|
+
Run.add_member(:status, Shapes::ShapeRef.new(shape: ExecutionStatus, location_name: "status"))
|
667
|
+
Run.add_member(:result, Shapes::ShapeRef.new(shape: ExecutionResult, location_name: "result"))
|
668
|
+
Run.add_member(:started, Shapes::ShapeRef.new(shape: DateTime, location_name: "started"))
|
669
|
+
Run.add_member(:stopped, Shapes::ShapeRef.new(shape: DateTime, location_name: "stopped"))
|
670
|
+
Run.add_member(:counters, Shapes::ShapeRef.new(shape: Counters, location_name: "counters"))
|
671
|
+
Run.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "message"))
|
672
|
+
Run.add_member(:total_jobs, Shapes::ShapeRef.new(shape: Integer, location_name: "totalJobs"))
|
673
|
+
Run.add_member(:completed_jobs, Shapes::ShapeRef.new(shape: Integer, location_name: "completedJobs"))
|
674
|
+
Run.add_member(:billing_method, Shapes::ShapeRef.new(shape: BillingMethod, location_name: "billingMethod"))
|
675
|
+
Run.add_member(:device_minutes, Shapes::ShapeRef.new(shape: DeviceMinutes, location_name: "deviceMinutes"))
|
676
|
+
Run.struct_class = Types::Run
|
677
|
+
|
678
|
+
Runs.member = Shapes::ShapeRef.new(shape: Run)
|
679
|
+
|
680
|
+
Sample.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "arn"))
|
681
|
+
Sample.add_member(:type, Shapes::ShapeRef.new(shape: SampleType, location_name: "type"))
|
682
|
+
Sample.add_member(:url, Shapes::ShapeRef.new(shape: URL, location_name: "url"))
|
683
|
+
Sample.struct_class = Types::Sample
|
684
|
+
|
685
|
+
Samples.member = Shapes::ShapeRef.new(shape: Sample)
|
686
|
+
|
687
|
+
ScheduleRunConfiguration.add_member(:extra_data_package_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "extraDataPackageArn"))
|
688
|
+
ScheduleRunConfiguration.add_member(:network_profile_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "networkProfileArn"))
|
689
|
+
ScheduleRunConfiguration.add_member(:locale, Shapes::ShapeRef.new(shape: String, location_name: "locale"))
|
690
|
+
ScheduleRunConfiguration.add_member(:location, Shapes::ShapeRef.new(shape: Location, location_name: "location"))
|
691
|
+
ScheduleRunConfiguration.add_member(:radios, Shapes::ShapeRef.new(shape: Radios, location_name: "radios"))
|
692
|
+
ScheduleRunConfiguration.add_member(:auxiliary_apps, Shapes::ShapeRef.new(shape: AmazonResourceNames, location_name: "auxiliaryApps"))
|
693
|
+
ScheduleRunConfiguration.add_member(:billing_method, Shapes::ShapeRef.new(shape: BillingMethod, location_name: "billingMethod"))
|
694
|
+
ScheduleRunConfiguration.struct_class = Types::ScheduleRunConfiguration
|
695
|
+
|
696
|
+
ScheduleRunRequest.add_member(:project_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "projectArn"))
|
697
|
+
ScheduleRunRequest.add_member(:app_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "appArn"))
|
698
|
+
ScheduleRunRequest.add_member(:device_pool_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "devicePoolArn"))
|
699
|
+
ScheduleRunRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
|
700
|
+
ScheduleRunRequest.add_member(:test, Shapes::ShapeRef.new(shape: ScheduleRunTest, required: true, location_name: "test"))
|
701
|
+
ScheduleRunRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: ScheduleRunConfiguration, location_name: "configuration"))
|
702
|
+
ScheduleRunRequest.struct_class = Types::ScheduleRunRequest
|
703
|
+
|
704
|
+
ScheduleRunResult.add_member(:run, Shapes::ShapeRef.new(shape: Run, location_name: "run"))
|
705
|
+
ScheduleRunResult.struct_class = Types::ScheduleRunResult
|
706
|
+
|
707
|
+
ScheduleRunTest.add_member(:type, Shapes::ShapeRef.new(shape: TestType, required: true, location_name: "type"))
|
708
|
+
ScheduleRunTest.add_member(:test_package_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "testPackageArn"))
|
709
|
+
ScheduleRunTest.add_member(:filter, Shapes::ShapeRef.new(shape: Filter, location_name: "filter"))
|
710
|
+
ScheduleRunTest.add_member(:parameters, Shapes::ShapeRef.new(shape: TestParameters, location_name: "parameters"))
|
711
|
+
ScheduleRunTest.struct_class = Types::ScheduleRunTest
|
712
|
+
|
713
|
+
StopRemoteAccessSessionRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
|
714
|
+
StopRemoteAccessSessionRequest.struct_class = Types::StopRemoteAccessSessionRequest
|
715
|
+
|
716
|
+
StopRemoteAccessSessionResult.add_member(:remote_access_session, Shapes::ShapeRef.new(shape: RemoteAccessSession, location_name: "remoteAccessSession"))
|
717
|
+
StopRemoteAccessSessionResult.struct_class = Types::StopRemoteAccessSessionResult
|
718
|
+
|
719
|
+
StopRunRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
|
720
|
+
StopRunRequest.struct_class = Types::StopRunRequest
|
721
|
+
|
722
|
+
StopRunResult.add_member(:run, Shapes::ShapeRef.new(shape: Run, location_name: "run"))
|
723
|
+
StopRunResult.struct_class = Types::StopRunResult
|
724
|
+
|
725
|
+
Suite.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "arn"))
|
726
|
+
Suite.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
|
727
|
+
Suite.add_member(:type, Shapes::ShapeRef.new(shape: TestType, location_name: "type"))
|
728
|
+
Suite.add_member(:created, Shapes::ShapeRef.new(shape: DateTime, location_name: "created"))
|
729
|
+
Suite.add_member(:status, Shapes::ShapeRef.new(shape: ExecutionStatus, location_name: "status"))
|
730
|
+
Suite.add_member(:result, Shapes::ShapeRef.new(shape: ExecutionResult, location_name: "result"))
|
731
|
+
Suite.add_member(:started, Shapes::ShapeRef.new(shape: DateTime, location_name: "started"))
|
732
|
+
Suite.add_member(:stopped, Shapes::ShapeRef.new(shape: DateTime, location_name: "stopped"))
|
733
|
+
Suite.add_member(:counters, Shapes::ShapeRef.new(shape: Counters, location_name: "counters"))
|
734
|
+
Suite.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "message"))
|
735
|
+
Suite.add_member(:device_minutes, Shapes::ShapeRef.new(shape: DeviceMinutes, location_name: "deviceMinutes"))
|
736
|
+
Suite.struct_class = Types::Suite
|
737
|
+
|
738
|
+
Suites.member = Shapes::ShapeRef.new(shape: Suite)
|
739
|
+
|
740
|
+
Test.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "arn"))
|
741
|
+
Test.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
|
742
|
+
Test.add_member(:type, Shapes::ShapeRef.new(shape: TestType, location_name: "type"))
|
743
|
+
Test.add_member(:created, Shapes::ShapeRef.new(shape: DateTime, location_name: "created"))
|
744
|
+
Test.add_member(:status, Shapes::ShapeRef.new(shape: ExecutionStatus, location_name: "status"))
|
745
|
+
Test.add_member(:result, Shapes::ShapeRef.new(shape: ExecutionResult, location_name: "result"))
|
746
|
+
Test.add_member(:started, Shapes::ShapeRef.new(shape: DateTime, location_name: "started"))
|
747
|
+
Test.add_member(:stopped, Shapes::ShapeRef.new(shape: DateTime, location_name: "stopped"))
|
748
|
+
Test.add_member(:counters, Shapes::ShapeRef.new(shape: Counters, location_name: "counters"))
|
749
|
+
Test.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "message"))
|
750
|
+
Test.add_member(:device_minutes, Shapes::ShapeRef.new(shape: DeviceMinutes, location_name: "deviceMinutes"))
|
751
|
+
Test.struct_class = Types::Test
|
752
|
+
|
753
|
+
TestParameters.key = Shapes::ShapeRef.new(shape: String)
|
754
|
+
TestParameters.value = Shapes::ShapeRef.new(shape: String)
|
755
|
+
|
756
|
+
Tests.member = Shapes::ShapeRef.new(shape: Test)
|
757
|
+
|
758
|
+
UniqueProblem.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "message"))
|
759
|
+
UniqueProblem.add_member(:problems, Shapes::ShapeRef.new(shape: Problems, location_name: "problems"))
|
760
|
+
UniqueProblem.struct_class = Types::UniqueProblem
|
761
|
+
|
762
|
+
UniqueProblems.member = Shapes::ShapeRef.new(shape: UniqueProblem)
|
763
|
+
|
764
|
+
UniqueProblemsByExecutionResultMap.key = Shapes::ShapeRef.new(shape: ExecutionResult)
|
765
|
+
UniqueProblemsByExecutionResultMap.value = Shapes::ShapeRef.new(shape: UniqueProblems)
|
766
|
+
|
767
|
+
UpdateDevicePoolRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
|
768
|
+
UpdateDevicePoolRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
|
769
|
+
UpdateDevicePoolRequest.add_member(:description, Shapes::ShapeRef.new(shape: Message, location_name: "description"))
|
770
|
+
UpdateDevicePoolRequest.add_member(:rules, Shapes::ShapeRef.new(shape: Rules, location_name: "rules"))
|
771
|
+
UpdateDevicePoolRequest.struct_class = Types::UpdateDevicePoolRequest
|
772
|
+
|
773
|
+
UpdateDevicePoolResult.add_member(:device_pool, Shapes::ShapeRef.new(shape: DevicePool, location_name: "devicePool"))
|
774
|
+
UpdateDevicePoolResult.struct_class = Types::UpdateDevicePoolResult
|
775
|
+
|
776
|
+
UpdateProjectRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
|
777
|
+
UpdateProjectRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
|
778
|
+
UpdateProjectRequest.struct_class = Types::UpdateProjectRequest
|
779
|
+
|
780
|
+
UpdateProjectResult.add_member(:project, Shapes::ShapeRef.new(shape: Project, location_name: "project"))
|
781
|
+
UpdateProjectResult.struct_class = Types::UpdateProjectResult
|
782
|
+
|
783
|
+
Upload.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "arn"))
|
784
|
+
Upload.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
|
785
|
+
Upload.add_member(:created, Shapes::ShapeRef.new(shape: DateTime, location_name: "created"))
|
786
|
+
Upload.add_member(:type, Shapes::ShapeRef.new(shape: UploadType, location_name: "type"))
|
787
|
+
Upload.add_member(:status, Shapes::ShapeRef.new(shape: UploadStatus, location_name: "status"))
|
788
|
+
Upload.add_member(:url, Shapes::ShapeRef.new(shape: URL, location_name: "url"))
|
789
|
+
Upload.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "metadata"))
|
790
|
+
Upload.add_member(:content_type, Shapes::ShapeRef.new(shape: ContentType, location_name: "contentType"))
|
791
|
+
Upload.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "message"))
|
792
|
+
Upload.struct_class = Types::Upload
|
793
|
+
|
794
|
+
Uploads.member = Shapes::ShapeRef.new(shape: Upload)
|
795
|
+
|
796
|
+
|
797
|
+
# @api private
|
798
|
+
API = Seahorse::Model::Api.new.tap do |api|
|
799
|
+
|
800
|
+
api.version = "2015-06-23"
|
801
|
+
|
802
|
+
api.metadata = {
|
803
|
+
"endpointPrefix" => "devicefarm",
|
804
|
+
"jsonVersion" => "1.1",
|
805
|
+
"protocol" => "json",
|
806
|
+
"serviceFullName" => "AWS Device Farm",
|
807
|
+
"signatureVersion" => "v4",
|
808
|
+
"targetPrefix" => "DeviceFarm_20150623",
|
809
|
+
}
|
810
|
+
|
811
|
+
api.add_operation(:create_device_pool, Seahorse::Model::Operation.new.tap do |o|
|
812
|
+
o.name = "CreateDevicePool"
|
813
|
+
o.http_method = "POST"
|
814
|
+
o.http_request_uri = "/"
|
815
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDevicePoolRequest)
|
816
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDevicePoolResult)
|
817
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
818
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
819
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
820
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
821
|
+
end)
|
822
|
+
|
823
|
+
api.add_operation(:create_project, Seahorse::Model::Operation.new.tap do |o|
|
824
|
+
o.name = "CreateProject"
|
825
|
+
o.http_method = "POST"
|
826
|
+
o.http_request_uri = "/"
|
827
|
+
o.input = Shapes::ShapeRef.new(shape: CreateProjectRequest)
|
828
|
+
o.output = Shapes::ShapeRef.new(shape: CreateProjectResult)
|
829
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
830
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
831
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
832
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
833
|
+
end)
|
834
|
+
|
835
|
+
api.add_operation(:create_remote_access_session, Seahorse::Model::Operation.new.tap do |o|
|
836
|
+
o.name = "CreateRemoteAccessSession"
|
837
|
+
o.http_method = "POST"
|
838
|
+
o.http_request_uri = "/"
|
839
|
+
o.input = Shapes::ShapeRef.new(shape: CreateRemoteAccessSessionRequest)
|
840
|
+
o.output = Shapes::ShapeRef.new(shape: CreateRemoteAccessSessionResult)
|
841
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
842
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
843
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
844
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
845
|
+
end)
|
846
|
+
|
847
|
+
api.add_operation(:create_upload, Seahorse::Model::Operation.new.tap do |o|
|
848
|
+
o.name = "CreateUpload"
|
849
|
+
o.http_method = "POST"
|
850
|
+
o.http_request_uri = "/"
|
851
|
+
o.input = Shapes::ShapeRef.new(shape: CreateUploadRequest)
|
852
|
+
o.output = Shapes::ShapeRef.new(shape: CreateUploadResult)
|
853
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
854
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
855
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
856
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
857
|
+
end)
|
858
|
+
|
859
|
+
api.add_operation(:delete_device_pool, Seahorse::Model::Operation.new.tap do |o|
|
860
|
+
o.name = "DeleteDevicePool"
|
861
|
+
o.http_method = "POST"
|
862
|
+
o.http_request_uri = "/"
|
863
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDevicePoolRequest)
|
864
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteDevicePoolResult)
|
865
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
866
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
867
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
868
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
869
|
+
end)
|
870
|
+
|
871
|
+
api.add_operation(:delete_project, Seahorse::Model::Operation.new.tap do |o|
|
872
|
+
o.name = "DeleteProject"
|
873
|
+
o.http_method = "POST"
|
874
|
+
o.http_request_uri = "/"
|
875
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteProjectRequest)
|
876
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteProjectResult)
|
877
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
878
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
879
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
880
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
881
|
+
end)
|
882
|
+
|
883
|
+
api.add_operation(:delete_remote_access_session, Seahorse::Model::Operation.new.tap do |o|
|
884
|
+
o.name = "DeleteRemoteAccessSession"
|
885
|
+
o.http_method = "POST"
|
886
|
+
o.http_request_uri = "/"
|
887
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteRemoteAccessSessionRequest)
|
888
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteRemoteAccessSessionResult)
|
889
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
890
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
891
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
892
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
893
|
+
end)
|
894
|
+
|
895
|
+
api.add_operation(:delete_run, Seahorse::Model::Operation.new.tap do |o|
|
896
|
+
o.name = "DeleteRun"
|
897
|
+
o.http_method = "POST"
|
898
|
+
o.http_request_uri = "/"
|
899
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteRunRequest)
|
900
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteRunResult)
|
901
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
902
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
903
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
904
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
905
|
+
end)
|
906
|
+
|
907
|
+
api.add_operation(:delete_upload, Seahorse::Model::Operation.new.tap do |o|
|
908
|
+
o.name = "DeleteUpload"
|
909
|
+
o.http_method = "POST"
|
910
|
+
o.http_request_uri = "/"
|
911
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteUploadRequest)
|
912
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteUploadResult)
|
913
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
914
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
915
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
916
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
917
|
+
end)
|
918
|
+
|
919
|
+
api.add_operation(:get_account_settings, Seahorse::Model::Operation.new.tap do |o|
|
920
|
+
o.name = "GetAccountSettings"
|
921
|
+
o.http_method = "POST"
|
922
|
+
o.http_request_uri = "/"
|
923
|
+
o.input = Shapes::ShapeRef.new(shape: GetAccountSettingsRequest)
|
924
|
+
o.output = Shapes::ShapeRef.new(shape: GetAccountSettingsResult)
|
925
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
926
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
927
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
928
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
929
|
+
end)
|
930
|
+
|
931
|
+
api.add_operation(:get_device, Seahorse::Model::Operation.new.tap do |o|
|
932
|
+
o.name = "GetDevice"
|
933
|
+
o.http_method = "POST"
|
934
|
+
o.http_request_uri = "/"
|
935
|
+
o.input = Shapes::ShapeRef.new(shape: GetDeviceRequest)
|
936
|
+
o.output = Shapes::ShapeRef.new(shape: GetDeviceResult)
|
937
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
938
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
939
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
940
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
941
|
+
end)
|
942
|
+
|
943
|
+
api.add_operation(:get_device_pool, Seahorse::Model::Operation.new.tap do |o|
|
944
|
+
o.name = "GetDevicePool"
|
945
|
+
o.http_method = "POST"
|
946
|
+
o.http_request_uri = "/"
|
947
|
+
o.input = Shapes::ShapeRef.new(shape: GetDevicePoolRequest)
|
948
|
+
o.output = Shapes::ShapeRef.new(shape: GetDevicePoolResult)
|
949
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
950
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
951
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
952
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
953
|
+
end)
|
954
|
+
|
955
|
+
api.add_operation(:get_device_pool_compatibility, Seahorse::Model::Operation.new.tap do |o|
|
956
|
+
o.name = "GetDevicePoolCompatibility"
|
957
|
+
o.http_method = "POST"
|
958
|
+
o.http_request_uri = "/"
|
959
|
+
o.input = Shapes::ShapeRef.new(shape: GetDevicePoolCompatibilityRequest)
|
960
|
+
o.output = Shapes::ShapeRef.new(shape: GetDevicePoolCompatibilityResult)
|
961
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
962
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
963
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
964
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
965
|
+
end)
|
966
|
+
|
967
|
+
api.add_operation(:get_job, Seahorse::Model::Operation.new.tap do |o|
|
968
|
+
o.name = "GetJob"
|
969
|
+
o.http_method = "POST"
|
970
|
+
o.http_request_uri = "/"
|
971
|
+
o.input = Shapes::ShapeRef.new(shape: GetJobRequest)
|
972
|
+
o.output = Shapes::ShapeRef.new(shape: GetJobResult)
|
973
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
974
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
975
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
976
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
977
|
+
end)
|
978
|
+
|
979
|
+
api.add_operation(:get_offering_status, Seahorse::Model::Operation.new.tap do |o|
|
980
|
+
o.name = "GetOfferingStatus"
|
981
|
+
o.http_method = "POST"
|
982
|
+
o.http_request_uri = "/"
|
983
|
+
o.input = Shapes::ShapeRef.new(shape: GetOfferingStatusRequest)
|
984
|
+
o.output = Shapes::ShapeRef.new(shape: GetOfferingStatusResult)
|
985
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
986
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
987
|
+
o.errors << Shapes::ShapeRef.new(shape: NotEligibleException)
|
988
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
989
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
990
|
+
o[:pager] = Aws::Pager.new(
|
991
|
+
tokens: {
|
992
|
+
"next_token" => "next_token"
|
993
|
+
}
|
994
|
+
)
|
995
|
+
end)
|
996
|
+
|
997
|
+
api.add_operation(:get_project, Seahorse::Model::Operation.new.tap do |o|
|
998
|
+
o.name = "GetProject"
|
999
|
+
o.http_method = "POST"
|
1000
|
+
o.http_request_uri = "/"
|
1001
|
+
o.input = Shapes::ShapeRef.new(shape: GetProjectRequest)
|
1002
|
+
o.output = Shapes::ShapeRef.new(shape: GetProjectResult)
|
1003
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
1004
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1005
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1006
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
1007
|
+
end)
|
1008
|
+
|
1009
|
+
api.add_operation(:get_remote_access_session, Seahorse::Model::Operation.new.tap do |o|
|
1010
|
+
o.name = "GetRemoteAccessSession"
|
1011
|
+
o.http_method = "POST"
|
1012
|
+
o.http_request_uri = "/"
|
1013
|
+
o.input = Shapes::ShapeRef.new(shape: GetRemoteAccessSessionRequest)
|
1014
|
+
o.output = Shapes::ShapeRef.new(shape: GetRemoteAccessSessionResult)
|
1015
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
1016
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1017
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1018
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
1019
|
+
end)
|
1020
|
+
|
1021
|
+
api.add_operation(:get_run, Seahorse::Model::Operation.new.tap do |o|
|
1022
|
+
o.name = "GetRun"
|
1023
|
+
o.http_method = "POST"
|
1024
|
+
o.http_request_uri = "/"
|
1025
|
+
o.input = Shapes::ShapeRef.new(shape: GetRunRequest)
|
1026
|
+
o.output = Shapes::ShapeRef.new(shape: GetRunResult)
|
1027
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
1028
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1029
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1030
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
1031
|
+
end)
|
1032
|
+
|
1033
|
+
api.add_operation(:get_suite, Seahorse::Model::Operation.new.tap do |o|
|
1034
|
+
o.name = "GetSuite"
|
1035
|
+
o.http_method = "POST"
|
1036
|
+
o.http_request_uri = "/"
|
1037
|
+
o.input = Shapes::ShapeRef.new(shape: GetSuiteRequest)
|
1038
|
+
o.output = Shapes::ShapeRef.new(shape: GetSuiteResult)
|
1039
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
1040
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1041
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1042
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
1043
|
+
end)
|
1044
|
+
|
1045
|
+
api.add_operation(:get_test, Seahorse::Model::Operation.new.tap do |o|
|
1046
|
+
o.name = "GetTest"
|
1047
|
+
o.http_method = "POST"
|
1048
|
+
o.http_request_uri = "/"
|
1049
|
+
o.input = Shapes::ShapeRef.new(shape: GetTestRequest)
|
1050
|
+
o.output = Shapes::ShapeRef.new(shape: GetTestResult)
|
1051
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
1052
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1053
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1054
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
1055
|
+
end)
|
1056
|
+
|
1057
|
+
api.add_operation(:get_upload, Seahorse::Model::Operation.new.tap do |o|
|
1058
|
+
o.name = "GetUpload"
|
1059
|
+
o.http_method = "POST"
|
1060
|
+
o.http_request_uri = "/"
|
1061
|
+
o.input = Shapes::ShapeRef.new(shape: GetUploadRequest)
|
1062
|
+
o.output = Shapes::ShapeRef.new(shape: GetUploadResult)
|
1063
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
1064
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1065
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1066
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
1067
|
+
end)
|
1068
|
+
|
1069
|
+
api.add_operation(:install_to_remote_access_session, Seahorse::Model::Operation.new.tap do |o|
|
1070
|
+
o.name = "InstallToRemoteAccessSession"
|
1071
|
+
o.http_method = "POST"
|
1072
|
+
o.http_request_uri = "/"
|
1073
|
+
o.input = Shapes::ShapeRef.new(shape: InstallToRemoteAccessSessionRequest)
|
1074
|
+
o.output = Shapes::ShapeRef.new(shape: InstallToRemoteAccessSessionResult)
|
1075
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
1076
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1077
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1078
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
1079
|
+
end)
|
1080
|
+
|
1081
|
+
api.add_operation(:list_artifacts, Seahorse::Model::Operation.new.tap do |o|
|
1082
|
+
o.name = "ListArtifacts"
|
1083
|
+
o.http_method = "POST"
|
1084
|
+
o.http_request_uri = "/"
|
1085
|
+
o.input = Shapes::ShapeRef.new(shape: ListArtifactsRequest)
|
1086
|
+
o.output = Shapes::ShapeRef.new(shape: ListArtifactsResult)
|
1087
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
1088
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1089
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1090
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
1091
|
+
o[:pager] = Aws::Pager.new(
|
1092
|
+
tokens: {
|
1093
|
+
"next_token" => "next_token"
|
1094
|
+
}
|
1095
|
+
)
|
1096
|
+
end)
|
1097
|
+
|
1098
|
+
api.add_operation(:list_device_pools, Seahorse::Model::Operation.new.tap do |o|
|
1099
|
+
o.name = "ListDevicePools"
|
1100
|
+
o.http_method = "POST"
|
1101
|
+
o.http_request_uri = "/"
|
1102
|
+
o.input = Shapes::ShapeRef.new(shape: ListDevicePoolsRequest)
|
1103
|
+
o.output = Shapes::ShapeRef.new(shape: ListDevicePoolsResult)
|
1104
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
1105
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1106
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1107
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
1108
|
+
o[:pager] = Aws::Pager.new(
|
1109
|
+
tokens: {
|
1110
|
+
"next_token" => "next_token"
|
1111
|
+
}
|
1112
|
+
)
|
1113
|
+
end)
|
1114
|
+
|
1115
|
+
api.add_operation(:list_devices, Seahorse::Model::Operation.new.tap do |o|
|
1116
|
+
o.name = "ListDevices"
|
1117
|
+
o.http_method = "POST"
|
1118
|
+
o.http_request_uri = "/"
|
1119
|
+
o.input = Shapes::ShapeRef.new(shape: ListDevicesRequest)
|
1120
|
+
o.output = Shapes::ShapeRef.new(shape: ListDevicesResult)
|
1121
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
1122
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1123
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1124
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
1125
|
+
o[:pager] = Aws::Pager.new(
|
1126
|
+
tokens: {
|
1127
|
+
"next_token" => "next_token"
|
1128
|
+
}
|
1129
|
+
)
|
1130
|
+
end)
|
1131
|
+
|
1132
|
+
api.add_operation(:list_jobs, Seahorse::Model::Operation.new.tap do |o|
|
1133
|
+
o.name = "ListJobs"
|
1134
|
+
o.http_method = "POST"
|
1135
|
+
o.http_request_uri = "/"
|
1136
|
+
o.input = Shapes::ShapeRef.new(shape: ListJobsRequest)
|
1137
|
+
o.output = Shapes::ShapeRef.new(shape: ListJobsResult)
|
1138
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
1139
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1140
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1141
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
1142
|
+
o[:pager] = Aws::Pager.new(
|
1143
|
+
tokens: {
|
1144
|
+
"next_token" => "next_token"
|
1145
|
+
}
|
1146
|
+
)
|
1147
|
+
end)
|
1148
|
+
|
1149
|
+
api.add_operation(:list_offering_transactions, Seahorse::Model::Operation.new.tap do |o|
|
1150
|
+
o.name = "ListOfferingTransactions"
|
1151
|
+
o.http_method = "POST"
|
1152
|
+
o.http_request_uri = "/"
|
1153
|
+
o.input = Shapes::ShapeRef.new(shape: ListOfferingTransactionsRequest)
|
1154
|
+
o.output = Shapes::ShapeRef.new(shape: ListOfferingTransactionsResult)
|
1155
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
1156
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1157
|
+
o.errors << Shapes::ShapeRef.new(shape: NotEligibleException)
|
1158
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1159
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
1160
|
+
o[:pager] = Aws::Pager.new(
|
1161
|
+
tokens: {
|
1162
|
+
"next_token" => "next_token"
|
1163
|
+
}
|
1164
|
+
)
|
1165
|
+
end)
|
1166
|
+
|
1167
|
+
api.add_operation(:list_offerings, Seahorse::Model::Operation.new.tap do |o|
|
1168
|
+
o.name = "ListOfferings"
|
1169
|
+
o.http_method = "POST"
|
1170
|
+
o.http_request_uri = "/"
|
1171
|
+
o.input = Shapes::ShapeRef.new(shape: ListOfferingsRequest)
|
1172
|
+
o.output = Shapes::ShapeRef.new(shape: ListOfferingsResult)
|
1173
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
1174
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1175
|
+
o.errors << Shapes::ShapeRef.new(shape: NotEligibleException)
|
1176
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1177
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
1178
|
+
o[:pager] = Aws::Pager.new(
|
1179
|
+
tokens: {
|
1180
|
+
"next_token" => "next_token"
|
1181
|
+
}
|
1182
|
+
)
|
1183
|
+
end)
|
1184
|
+
|
1185
|
+
api.add_operation(:list_projects, Seahorse::Model::Operation.new.tap do |o|
|
1186
|
+
o.name = "ListProjects"
|
1187
|
+
o.http_method = "POST"
|
1188
|
+
o.http_request_uri = "/"
|
1189
|
+
o.input = Shapes::ShapeRef.new(shape: ListProjectsRequest)
|
1190
|
+
o.output = Shapes::ShapeRef.new(shape: ListProjectsResult)
|
1191
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
1192
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1193
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1194
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
1195
|
+
o[:pager] = Aws::Pager.new(
|
1196
|
+
tokens: {
|
1197
|
+
"next_token" => "next_token"
|
1198
|
+
}
|
1199
|
+
)
|
1200
|
+
end)
|
1201
|
+
|
1202
|
+
api.add_operation(:list_remote_access_sessions, Seahorse::Model::Operation.new.tap do |o|
|
1203
|
+
o.name = "ListRemoteAccessSessions"
|
1204
|
+
o.http_method = "POST"
|
1205
|
+
o.http_request_uri = "/"
|
1206
|
+
o.input = Shapes::ShapeRef.new(shape: ListRemoteAccessSessionsRequest)
|
1207
|
+
o.output = Shapes::ShapeRef.new(shape: ListRemoteAccessSessionsResult)
|
1208
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
1209
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1210
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1211
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
1212
|
+
end)
|
1213
|
+
|
1214
|
+
api.add_operation(:list_runs, Seahorse::Model::Operation.new.tap do |o|
|
1215
|
+
o.name = "ListRuns"
|
1216
|
+
o.http_method = "POST"
|
1217
|
+
o.http_request_uri = "/"
|
1218
|
+
o.input = Shapes::ShapeRef.new(shape: ListRunsRequest)
|
1219
|
+
o.output = Shapes::ShapeRef.new(shape: ListRunsResult)
|
1220
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
1221
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1222
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1223
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
1224
|
+
o[:pager] = Aws::Pager.new(
|
1225
|
+
tokens: {
|
1226
|
+
"next_token" => "next_token"
|
1227
|
+
}
|
1228
|
+
)
|
1229
|
+
end)
|
1230
|
+
|
1231
|
+
api.add_operation(:list_samples, Seahorse::Model::Operation.new.tap do |o|
|
1232
|
+
o.name = "ListSamples"
|
1233
|
+
o.http_method = "POST"
|
1234
|
+
o.http_request_uri = "/"
|
1235
|
+
o.input = Shapes::ShapeRef.new(shape: ListSamplesRequest)
|
1236
|
+
o.output = Shapes::ShapeRef.new(shape: ListSamplesResult)
|
1237
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
1238
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1239
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1240
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
1241
|
+
o[:pager] = Aws::Pager.new(
|
1242
|
+
tokens: {
|
1243
|
+
"next_token" => "next_token"
|
1244
|
+
}
|
1245
|
+
)
|
1246
|
+
end)
|
1247
|
+
|
1248
|
+
api.add_operation(:list_suites, Seahorse::Model::Operation.new.tap do |o|
|
1249
|
+
o.name = "ListSuites"
|
1250
|
+
o.http_method = "POST"
|
1251
|
+
o.http_request_uri = "/"
|
1252
|
+
o.input = Shapes::ShapeRef.new(shape: ListSuitesRequest)
|
1253
|
+
o.output = Shapes::ShapeRef.new(shape: ListSuitesResult)
|
1254
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
1255
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1256
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1257
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
1258
|
+
o[:pager] = Aws::Pager.new(
|
1259
|
+
tokens: {
|
1260
|
+
"next_token" => "next_token"
|
1261
|
+
}
|
1262
|
+
)
|
1263
|
+
end)
|
1264
|
+
|
1265
|
+
api.add_operation(:list_tests, Seahorse::Model::Operation.new.tap do |o|
|
1266
|
+
o.name = "ListTests"
|
1267
|
+
o.http_method = "POST"
|
1268
|
+
o.http_request_uri = "/"
|
1269
|
+
o.input = Shapes::ShapeRef.new(shape: ListTestsRequest)
|
1270
|
+
o.output = Shapes::ShapeRef.new(shape: ListTestsResult)
|
1271
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
1272
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1273
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1274
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
1275
|
+
o[:pager] = Aws::Pager.new(
|
1276
|
+
tokens: {
|
1277
|
+
"next_token" => "next_token"
|
1278
|
+
}
|
1279
|
+
)
|
1280
|
+
end)
|
1281
|
+
|
1282
|
+
api.add_operation(:list_unique_problems, Seahorse::Model::Operation.new.tap do |o|
|
1283
|
+
o.name = "ListUniqueProblems"
|
1284
|
+
o.http_method = "POST"
|
1285
|
+
o.http_request_uri = "/"
|
1286
|
+
o.input = Shapes::ShapeRef.new(shape: ListUniqueProblemsRequest)
|
1287
|
+
o.output = Shapes::ShapeRef.new(shape: ListUniqueProblemsResult)
|
1288
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
1289
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1290
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1291
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
1292
|
+
o[:pager] = Aws::Pager.new(
|
1293
|
+
tokens: {
|
1294
|
+
"next_token" => "next_token"
|
1295
|
+
}
|
1296
|
+
)
|
1297
|
+
end)
|
1298
|
+
|
1299
|
+
api.add_operation(:list_uploads, Seahorse::Model::Operation.new.tap do |o|
|
1300
|
+
o.name = "ListUploads"
|
1301
|
+
o.http_method = "POST"
|
1302
|
+
o.http_request_uri = "/"
|
1303
|
+
o.input = Shapes::ShapeRef.new(shape: ListUploadsRequest)
|
1304
|
+
o.output = Shapes::ShapeRef.new(shape: ListUploadsResult)
|
1305
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
1306
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1307
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1308
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
1309
|
+
o[:pager] = Aws::Pager.new(
|
1310
|
+
tokens: {
|
1311
|
+
"next_token" => "next_token"
|
1312
|
+
}
|
1313
|
+
)
|
1314
|
+
end)
|
1315
|
+
|
1316
|
+
api.add_operation(:purchase_offering, Seahorse::Model::Operation.new.tap do |o|
|
1317
|
+
o.name = "PurchaseOffering"
|
1318
|
+
o.http_method = "POST"
|
1319
|
+
o.http_request_uri = "/"
|
1320
|
+
o.input = Shapes::ShapeRef.new(shape: PurchaseOfferingRequest)
|
1321
|
+
o.output = Shapes::ShapeRef.new(shape: PurchaseOfferingResult)
|
1322
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
1323
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1324
|
+
o.errors << Shapes::ShapeRef.new(shape: NotEligibleException)
|
1325
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1326
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
1327
|
+
end)
|
1328
|
+
|
1329
|
+
api.add_operation(:renew_offering, Seahorse::Model::Operation.new.tap do |o|
|
1330
|
+
o.name = "RenewOffering"
|
1331
|
+
o.http_method = "POST"
|
1332
|
+
o.http_request_uri = "/"
|
1333
|
+
o.input = Shapes::ShapeRef.new(shape: RenewOfferingRequest)
|
1334
|
+
o.output = Shapes::ShapeRef.new(shape: RenewOfferingResult)
|
1335
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
1336
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1337
|
+
o.errors << Shapes::ShapeRef.new(shape: NotEligibleException)
|
1338
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1339
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
1340
|
+
end)
|
1341
|
+
|
1342
|
+
api.add_operation(:schedule_run, Seahorse::Model::Operation.new.tap do |o|
|
1343
|
+
o.name = "ScheduleRun"
|
1344
|
+
o.http_method = "POST"
|
1345
|
+
o.http_request_uri = "/"
|
1346
|
+
o.input = Shapes::ShapeRef.new(shape: ScheduleRunRequest)
|
1347
|
+
o.output = Shapes::ShapeRef.new(shape: ScheduleRunResult)
|
1348
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
1349
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1350
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1351
|
+
o.errors << Shapes::ShapeRef.new(shape: IdempotencyException)
|
1352
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
1353
|
+
end)
|
1354
|
+
|
1355
|
+
api.add_operation(:stop_remote_access_session, Seahorse::Model::Operation.new.tap do |o|
|
1356
|
+
o.name = "StopRemoteAccessSession"
|
1357
|
+
o.http_method = "POST"
|
1358
|
+
o.http_request_uri = "/"
|
1359
|
+
o.input = Shapes::ShapeRef.new(shape: StopRemoteAccessSessionRequest)
|
1360
|
+
o.output = Shapes::ShapeRef.new(shape: StopRemoteAccessSessionResult)
|
1361
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
1362
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1363
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1364
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
1365
|
+
end)
|
1366
|
+
|
1367
|
+
api.add_operation(:stop_run, Seahorse::Model::Operation.new.tap do |o|
|
1368
|
+
o.name = "StopRun"
|
1369
|
+
o.http_method = "POST"
|
1370
|
+
o.http_request_uri = "/"
|
1371
|
+
o.input = Shapes::ShapeRef.new(shape: StopRunRequest)
|
1372
|
+
o.output = Shapes::ShapeRef.new(shape: StopRunResult)
|
1373
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
1374
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1375
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1376
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
1377
|
+
end)
|
1378
|
+
|
1379
|
+
api.add_operation(:update_device_pool, Seahorse::Model::Operation.new.tap do |o|
|
1380
|
+
o.name = "UpdateDevicePool"
|
1381
|
+
o.http_method = "POST"
|
1382
|
+
o.http_request_uri = "/"
|
1383
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDevicePoolRequest)
|
1384
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateDevicePoolResult)
|
1385
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
1386
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1387
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1388
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
1389
|
+
end)
|
1390
|
+
|
1391
|
+
api.add_operation(:update_project, Seahorse::Model::Operation.new.tap do |o|
|
1392
|
+
o.name = "UpdateProject"
|
1393
|
+
o.http_method = "POST"
|
1394
|
+
o.http_request_uri = "/"
|
1395
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateProjectRequest)
|
1396
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateProjectResult)
|
1397
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
1398
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1399
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1400
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
|
1401
|
+
end)
|
1402
|
+
end
|
1403
|
+
|
1404
|
+
end
|
1405
|
+
end
|
1406
|
+
end
|