aws-sdk-devicefarm 1.3.0 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -31,6 +31,8 @@ module Aws::DeviceFarm
31
31
  Counters = Shapes::StructureShape.new(name: 'Counters')
32
32
  CreateDevicePoolRequest = Shapes::StructureShape.new(name: 'CreateDevicePoolRequest')
33
33
  CreateDevicePoolResult = Shapes::StructureShape.new(name: 'CreateDevicePoolResult')
34
+ CreateInstanceProfileRequest = Shapes::StructureShape.new(name: 'CreateInstanceProfileRequest')
35
+ CreateInstanceProfileResult = Shapes::StructureShape.new(name: 'CreateInstanceProfileResult')
34
36
  CreateNetworkProfileRequest = Shapes::StructureShape.new(name: 'CreateNetworkProfileRequest')
35
37
  CreateNetworkProfileResult = Shapes::StructureShape.new(name: 'CreateNetworkProfileResult')
36
38
  CreateProjectRequest = Shapes::StructureShape.new(name: 'CreateProjectRequest')
@@ -45,6 +47,8 @@ module Aws::DeviceFarm
45
47
  DateTime = Shapes::TimestampShape.new(name: 'DateTime')
46
48
  DeleteDevicePoolRequest = Shapes::StructureShape.new(name: 'DeleteDevicePoolRequest')
47
49
  DeleteDevicePoolResult = Shapes::StructureShape.new(name: 'DeleteDevicePoolResult')
50
+ DeleteInstanceProfileRequest = Shapes::StructureShape.new(name: 'DeleteInstanceProfileRequest')
51
+ DeleteInstanceProfileResult = Shapes::StructureShape.new(name: 'DeleteInstanceProfileResult')
48
52
  DeleteNetworkProfileRequest = Shapes::StructureShape.new(name: 'DeleteNetworkProfileRequest')
49
53
  DeleteNetworkProfileResult = Shapes::StructureShape.new(name: 'DeleteNetworkProfileResult')
50
54
  DeleteProjectRequest = Shapes::StructureShape.new(name: 'DeleteProjectRequest')
@@ -59,6 +63,8 @@ module Aws::DeviceFarm
59
63
  DeviceAttribute = Shapes::StringShape.new(name: 'DeviceAttribute')
60
64
  DeviceFormFactor = Shapes::StringShape.new(name: 'DeviceFormFactor')
61
65
  DeviceHostPaths = Shapes::ListShape.new(name: 'DeviceHostPaths')
66
+ DeviceInstance = Shapes::StructureShape.new(name: 'DeviceInstance')
67
+ DeviceInstances = Shapes::ListShape.new(name: 'DeviceInstances')
62
68
  DeviceMinutes = Shapes::StructureShape.new(name: 'DeviceMinutes')
63
69
  DevicePlatform = Shapes::StringShape.new(name: 'DevicePlatform')
64
70
  DevicePool = Shapes::StructureShape.new(name: 'DevicePool')
@@ -75,12 +81,16 @@ module Aws::DeviceFarm
75
81
  Filter = Shapes::StringShape.new(name: 'Filter')
76
82
  GetAccountSettingsRequest = Shapes::StructureShape.new(name: 'GetAccountSettingsRequest')
77
83
  GetAccountSettingsResult = Shapes::StructureShape.new(name: 'GetAccountSettingsResult')
84
+ GetDeviceInstanceRequest = Shapes::StructureShape.new(name: 'GetDeviceInstanceRequest')
85
+ GetDeviceInstanceResult = Shapes::StructureShape.new(name: 'GetDeviceInstanceResult')
78
86
  GetDevicePoolCompatibilityRequest = Shapes::StructureShape.new(name: 'GetDevicePoolCompatibilityRequest')
79
87
  GetDevicePoolCompatibilityResult = Shapes::StructureShape.new(name: 'GetDevicePoolCompatibilityResult')
80
88
  GetDevicePoolRequest = Shapes::StructureShape.new(name: 'GetDevicePoolRequest')
81
89
  GetDevicePoolResult = Shapes::StructureShape.new(name: 'GetDevicePoolResult')
82
90
  GetDeviceRequest = Shapes::StructureShape.new(name: 'GetDeviceRequest')
83
91
  GetDeviceResult = Shapes::StructureShape.new(name: 'GetDeviceResult')
92
+ GetInstanceProfileRequest = Shapes::StructureShape.new(name: 'GetInstanceProfileRequest')
93
+ GetInstanceProfileResult = Shapes::StructureShape.new(name: 'GetInstanceProfileResult')
84
94
  GetJobRequest = Shapes::StructureShape.new(name: 'GetJobRequest')
85
95
  GetJobResult = Shapes::StructureShape.new(name: 'GetJobResult')
86
96
  GetNetworkProfileRequest = Shapes::StructureShape.new(name: 'GetNetworkProfileRequest')
@@ -105,6 +115,10 @@ module Aws::DeviceFarm
105
115
  IncompatibilityMessages = Shapes::ListShape.new(name: 'IncompatibilityMessages')
106
116
  InstallToRemoteAccessSessionRequest = Shapes::StructureShape.new(name: 'InstallToRemoteAccessSessionRequest')
107
117
  InstallToRemoteAccessSessionResult = Shapes::StructureShape.new(name: 'InstallToRemoteAccessSessionResult')
118
+ InstanceLabels = Shapes::ListShape.new(name: 'InstanceLabels')
119
+ InstanceProfile = Shapes::StructureShape.new(name: 'InstanceProfile')
120
+ InstanceProfiles = Shapes::ListShape.new(name: 'InstanceProfiles')
121
+ InstanceStatus = Shapes::StringShape.new(name: 'InstanceStatus')
108
122
  Integer = Shapes::IntegerShape.new(name: 'Integer')
109
123
  InteractionMode = Shapes::StringShape.new(name: 'InteractionMode')
110
124
  IosPaths = Shapes::ListShape.new(name: 'IosPaths')
@@ -114,10 +128,14 @@ module Aws::DeviceFarm
114
128
  LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
115
129
  ListArtifactsRequest = Shapes::StructureShape.new(name: 'ListArtifactsRequest')
116
130
  ListArtifactsResult = Shapes::StructureShape.new(name: 'ListArtifactsResult')
131
+ ListDeviceInstancesRequest = Shapes::StructureShape.new(name: 'ListDeviceInstancesRequest')
132
+ ListDeviceInstancesResult = Shapes::StructureShape.new(name: 'ListDeviceInstancesResult')
117
133
  ListDevicePoolsRequest = Shapes::StructureShape.new(name: 'ListDevicePoolsRequest')
118
134
  ListDevicePoolsResult = Shapes::StructureShape.new(name: 'ListDevicePoolsResult')
119
135
  ListDevicesRequest = Shapes::StructureShape.new(name: 'ListDevicesRequest')
120
136
  ListDevicesResult = Shapes::StructureShape.new(name: 'ListDevicesResult')
137
+ ListInstanceProfilesRequest = Shapes::StructureShape.new(name: 'ListInstanceProfilesRequest')
138
+ ListInstanceProfilesResult = Shapes::StructureShape.new(name: 'ListInstanceProfilesResult')
121
139
  ListJobsRequest = Shapes::StructureShape.new(name: 'ListJobsRequest')
122
140
  ListJobsResult = Shapes::StructureShape.new(name: 'ListJobsResult')
123
141
  ListNetworkProfilesRequest = Shapes::StructureShape.new(name: 'ListNetworkProfilesRequest')
@@ -168,6 +186,7 @@ module Aws::DeviceFarm
168
186
  OfferingTransactions = Shapes::ListShape.new(name: 'OfferingTransactions')
169
187
  OfferingType = Shapes::StringShape.new(name: 'OfferingType')
170
188
  Offerings = Shapes::ListShape.new(name: 'Offerings')
189
+ PackageIds = Shapes::ListShape.new(name: 'PackageIds')
171
190
  PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
172
191
  PercentInteger = Shapes::IntegerShape.new(name: 'PercentInteger')
173
192
  Problem = Shapes::StructureShape.new(name: 'Problem')
@@ -200,6 +219,7 @@ module Aws::DeviceFarm
200
219
  ScheduleRunResult = Shapes::StructureShape.new(name: 'ScheduleRunResult')
201
220
  ScheduleRunTest = Shapes::StructureShape.new(name: 'ScheduleRunTest')
202
221
  ServiceAccountException = Shapes::StructureShape.new(name: 'ServiceAccountException')
222
+ SkipAppResign = Shapes::BooleanShape.new(name: 'SkipAppResign')
203
223
  SshPublicKey = Shapes::StringShape.new(name: 'SshPublicKey')
204
224
  StopRemoteAccessSessionRequest = Shapes::StructureShape.new(name: 'StopRemoteAccessSessionRequest')
205
225
  StopRemoteAccessSessionResult = Shapes::StructureShape.new(name: 'StopRemoteAccessSessionResult')
@@ -218,8 +238,12 @@ module Aws::DeviceFarm
218
238
  UniqueProblem = Shapes::StructureShape.new(name: 'UniqueProblem')
219
239
  UniqueProblems = Shapes::ListShape.new(name: 'UniqueProblems')
220
240
  UniqueProblemsByExecutionResultMap = Shapes::MapShape.new(name: 'UniqueProblemsByExecutionResultMap')
241
+ UpdateDeviceInstanceRequest = Shapes::StructureShape.new(name: 'UpdateDeviceInstanceRequest')
242
+ UpdateDeviceInstanceResult = Shapes::StructureShape.new(name: 'UpdateDeviceInstanceResult')
221
243
  UpdateDevicePoolRequest = Shapes::StructureShape.new(name: 'UpdateDevicePoolRequest')
222
244
  UpdateDevicePoolResult = Shapes::StructureShape.new(name: 'UpdateDevicePoolResult')
245
+ UpdateInstanceProfileRequest = Shapes::StructureShape.new(name: 'UpdateInstanceProfileRequest')
246
+ UpdateInstanceProfileResult = Shapes::StructureShape.new(name: 'UpdateInstanceProfileResult')
223
247
  UpdateNetworkProfileRequest = Shapes::StructureShape.new(name: 'UpdateNetworkProfileRequest')
224
248
  UpdateNetworkProfileResult = Shapes::StructureShape.new(name: 'UpdateNetworkProfileResult')
225
249
  UpdateProjectRequest = Shapes::StructureShape.new(name: 'UpdateProjectRequest')
@@ -236,6 +260,7 @@ module Aws::DeviceFarm
236
260
  AccountSettings.add_member(:trial_minutes, Shapes::ShapeRef.new(shape: TrialMinutes, location_name: "trialMinutes"))
237
261
  AccountSettings.add_member(:max_slots, Shapes::ShapeRef.new(shape: MaxSlotMap, location_name: "maxSlots"))
238
262
  AccountSettings.add_member(:default_job_timeout_minutes, Shapes::ShapeRef.new(shape: JobTimeoutMinutes, location_name: "defaultJobTimeoutMinutes"))
263
+ AccountSettings.add_member(:skip_app_resign, Shapes::ShapeRef.new(shape: SkipAppResign, location_name: "skipAppResign"))
239
264
  AccountSettings.struct_class = Types::AccountSettings
240
265
 
241
266
  AmazonResourceNames.member = Shapes::ShapeRef.new(shape: AmazonResourceName)
@@ -274,6 +299,16 @@ module Aws::DeviceFarm
274
299
  CreateDevicePoolResult.add_member(:device_pool, Shapes::ShapeRef.new(shape: DevicePool, location_name: "devicePool"))
275
300
  CreateDevicePoolResult.struct_class = Types::CreateDevicePoolResult
276
301
 
302
+ CreateInstanceProfileRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
303
+ CreateInstanceProfileRequest.add_member(:description, Shapes::ShapeRef.new(shape: Message, location_name: "description"))
304
+ CreateInstanceProfileRequest.add_member(:package_cleanup, Shapes::ShapeRef.new(shape: Boolean, location_name: "packageCleanup"))
305
+ CreateInstanceProfileRequest.add_member(:exclude_app_packages_from_cleanup, Shapes::ShapeRef.new(shape: PackageIds, location_name: "excludeAppPackagesFromCleanup"))
306
+ CreateInstanceProfileRequest.add_member(:reboot_after_use, Shapes::ShapeRef.new(shape: Boolean, location_name: "rebootAfterUse"))
307
+ CreateInstanceProfileRequest.struct_class = Types::CreateInstanceProfileRequest
308
+
309
+ CreateInstanceProfileResult.add_member(:instance_profile, Shapes::ShapeRef.new(shape: InstanceProfile, location_name: "instanceProfile"))
310
+ CreateInstanceProfileResult.struct_class = Types::CreateInstanceProfileResult
311
+
277
312
  CreateNetworkProfileRequest.add_member(:project_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "projectArn"))
278
313
  CreateNetworkProfileRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
279
314
  CreateNetworkProfileRequest.add_member(:description, Shapes::ShapeRef.new(shape: Message, location_name: "description"))
@@ -303,6 +338,7 @@ module Aws::DeviceFarm
303
338
 
304
339
  CreateRemoteAccessSessionRequest.add_member(:project_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "projectArn"))
305
340
  CreateRemoteAccessSessionRequest.add_member(:device_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "deviceArn"))
341
+ CreateRemoteAccessSessionRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "instanceArn"))
306
342
  CreateRemoteAccessSessionRequest.add_member(:ssh_public_key, Shapes::ShapeRef.new(shape: SshPublicKey, location_name: "sshPublicKey"))
307
343
  CreateRemoteAccessSessionRequest.add_member(:remote_debug_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "remoteDebugEnabled"))
308
344
  CreateRemoteAccessSessionRequest.add_member(:remote_record_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "remoteRecordEnabled"))
@@ -311,6 +347,7 @@ module Aws::DeviceFarm
311
347
  CreateRemoteAccessSessionRequest.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, location_name: "clientId"))
312
348
  CreateRemoteAccessSessionRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: CreateRemoteAccessSessionConfiguration, location_name: "configuration"))
313
349
  CreateRemoteAccessSessionRequest.add_member(:interaction_mode, Shapes::ShapeRef.new(shape: InteractionMode, location_name: "interactionMode"))
350
+ CreateRemoteAccessSessionRequest.add_member(:skip_app_resign, Shapes::ShapeRef.new(shape: Boolean, location_name: "skipAppResign"))
314
351
  CreateRemoteAccessSessionRequest.struct_class = Types::CreateRemoteAccessSessionRequest
315
352
 
316
353
  CreateRemoteAccessSessionResult.add_member(:remote_access_session, Shapes::ShapeRef.new(shape: RemoteAccessSession, location_name: "remoteAccessSession"))
@@ -335,6 +372,11 @@ module Aws::DeviceFarm
335
372
 
336
373
  DeleteDevicePoolResult.struct_class = Types::DeleteDevicePoolResult
337
374
 
375
+ DeleteInstanceProfileRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
376
+ DeleteInstanceProfileRequest.struct_class = Types::DeleteInstanceProfileRequest
377
+
378
+ DeleteInstanceProfileResult.struct_class = Types::DeleteInstanceProfileResult
379
+
338
380
  DeleteNetworkProfileRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
339
381
  DeleteNetworkProfileRequest.struct_class = Types::DeleteNetworkProfileRequest
340
382
 
@@ -379,10 +421,21 @@ module Aws::DeviceFarm
379
421
  Device.add_member(:remote_debug_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "remoteDebugEnabled"))
380
422
  Device.add_member(:fleet_type, Shapes::ShapeRef.new(shape: String, location_name: "fleetType"))
381
423
  Device.add_member(:fleet_name, Shapes::ShapeRef.new(shape: String, location_name: "fleetName"))
424
+ Device.add_member(:instances, Shapes::ShapeRef.new(shape: DeviceInstances, location_name: "instances"))
382
425
  Device.struct_class = Types::Device
383
426
 
384
427
  DeviceHostPaths.member = Shapes::ShapeRef.new(shape: String)
385
428
 
429
+ DeviceInstance.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "arn"))
430
+ DeviceInstance.add_member(:device_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "deviceArn"))
431
+ DeviceInstance.add_member(:labels, Shapes::ShapeRef.new(shape: InstanceLabels, location_name: "labels"))
432
+ DeviceInstance.add_member(:status, Shapes::ShapeRef.new(shape: InstanceStatus, location_name: "status"))
433
+ DeviceInstance.add_member(:udid, Shapes::ShapeRef.new(shape: String, location_name: "udid"))
434
+ DeviceInstance.add_member(:instance_profile, Shapes::ShapeRef.new(shape: InstanceProfile, location_name: "instanceProfile"))
435
+ DeviceInstance.struct_class = Types::DeviceInstance
436
+
437
+ DeviceInstances.member = Shapes::ShapeRef.new(shape: DeviceInstance)
438
+
386
439
  DeviceMinutes.add_member(:total, Shapes::ShapeRef.new(shape: Double, location_name: "total"))
387
440
  DeviceMinutes.add_member(:metered, Shapes::ShapeRef.new(shape: Double, location_name: "metered"))
388
441
  DeviceMinutes.add_member(:unmetered, Shapes::ShapeRef.new(shape: Double, location_name: "unmetered"))
@@ -409,6 +462,7 @@ module Aws::DeviceFarm
409
462
  ExecutionConfiguration.add_member(:job_timeout_minutes, Shapes::ShapeRef.new(shape: JobTimeoutMinutes, location_name: "jobTimeoutMinutes"))
410
463
  ExecutionConfiguration.add_member(:accounts_cleanup, Shapes::ShapeRef.new(shape: AccountsCleanup, location_name: "accountsCleanup"))
411
464
  ExecutionConfiguration.add_member(:app_packages_cleanup, Shapes::ShapeRef.new(shape: AppPackagesCleanup, location_name: "appPackagesCleanup"))
465
+ ExecutionConfiguration.add_member(:skip_app_resign, Shapes::ShapeRef.new(shape: SkipAppResign, location_name: "skipAppResign"))
412
466
  ExecutionConfiguration.struct_class = Types::ExecutionConfiguration
413
467
 
414
468
  GetAccountSettingsRequest.struct_class = Types::GetAccountSettingsRequest
@@ -416,6 +470,12 @@ module Aws::DeviceFarm
416
470
  GetAccountSettingsResult.add_member(:account_settings, Shapes::ShapeRef.new(shape: AccountSettings, location_name: "accountSettings"))
417
471
  GetAccountSettingsResult.struct_class = Types::GetAccountSettingsResult
418
472
 
473
+ GetDeviceInstanceRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
474
+ GetDeviceInstanceRequest.struct_class = Types::GetDeviceInstanceRequest
475
+
476
+ GetDeviceInstanceResult.add_member(:device_instance, Shapes::ShapeRef.new(shape: DeviceInstance, location_name: "deviceInstance"))
477
+ GetDeviceInstanceResult.struct_class = Types::GetDeviceInstanceResult
478
+
419
479
  GetDevicePoolCompatibilityRequest.add_member(:device_pool_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "devicePoolArn"))
420
480
  GetDevicePoolCompatibilityRequest.add_member(:app_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "appArn"))
421
481
  GetDevicePoolCompatibilityRequest.add_member(:test_type, Shapes::ShapeRef.new(shape: TestType, location_name: "testType"))
@@ -438,6 +498,12 @@ module Aws::DeviceFarm
438
498
  GetDeviceResult.add_member(:device, Shapes::ShapeRef.new(shape: Device, location_name: "device"))
439
499
  GetDeviceResult.struct_class = Types::GetDeviceResult
440
500
 
501
+ GetInstanceProfileRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
502
+ GetInstanceProfileRequest.struct_class = Types::GetInstanceProfileRequest
503
+
504
+ GetInstanceProfileResult.add_member(:instance_profile, Shapes::ShapeRef.new(shape: InstanceProfile, location_name: "instanceProfile"))
505
+ GetInstanceProfileResult.struct_class = Types::GetInstanceProfileResult
506
+
441
507
  GetJobRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
442
508
  GetJobRequest.struct_class = Types::GetJobRequest
443
509
 
@@ -507,6 +573,18 @@ module Aws::DeviceFarm
507
573
  InstallToRemoteAccessSessionResult.add_member(:app_upload, Shapes::ShapeRef.new(shape: Upload, location_name: "appUpload"))
508
574
  InstallToRemoteAccessSessionResult.struct_class = Types::InstallToRemoteAccessSessionResult
509
575
 
576
+ InstanceLabels.member = Shapes::ShapeRef.new(shape: String)
577
+
578
+ InstanceProfile.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "arn"))
579
+ InstanceProfile.add_member(:package_cleanup, Shapes::ShapeRef.new(shape: Boolean, location_name: "packageCleanup"))
580
+ InstanceProfile.add_member(:exclude_app_packages_from_cleanup, Shapes::ShapeRef.new(shape: PackageIds, location_name: "excludeAppPackagesFromCleanup"))
581
+ InstanceProfile.add_member(:reboot_after_use, Shapes::ShapeRef.new(shape: Boolean, location_name: "rebootAfterUse"))
582
+ InstanceProfile.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
583
+ InstanceProfile.add_member(:description, Shapes::ShapeRef.new(shape: Message, location_name: "description"))
584
+ InstanceProfile.struct_class = Types::InstanceProfile
585
+
586
+ InstanceProfiles.member = Shapes::ShapeRef.new(shape: InstanceProfile)
587
+
510
588
  IosPaths.member = Shapes::ShapeRef.new(shape: String)
511
589
 
512
590
  Job.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "arn"))
@@ -520,6 +598,7 @@ module Aws::DeviceFarm
520
598
  Job.add_member(:counters, Shapes::ShapeRef.new(shape: Counters, location_name: "counters"))
521
599
  Job.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "message"))
522
600
  Job.add_member(:device, Shapes::ShapeRef.new(shape: Device, location_name: "device"))
601
+ Job.add_member(:instance_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "instanceArn"))
523
602
  Job.add_member(:device_minutes, Shapes::ShapeRef.new(shape: DeviceMinutes, location_name: "deviceMinutes"))
524
603
  Job.struct_class = Types::Job
525
604
 
@@ -534,6 +613,14 @@ module Aws::DeviceFarm
534
613
  ListArtifactsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
535
614
  ListArtifactsResult.struct_class = Types::ListArtifactsResult
536
615
 
616
+ ListDeviceInstancesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "maxResults"))
617
+ ListDeviceInstancesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
618
+ ListDeviceInstancesRequest.struct_class = Types::ListDeviceInstancesRequest
619
+
620
+ ListDeviceInstancesResult.add_member(:device_instances, Shapes::ShapeRef.new(shape: DeviceInstances, location_name: "deviceInstances"))
621
+ ListDeviceInstancesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
622
+ ListDeviceInstancesResult.struct_class = Types::ListDeviceInstancesResult
623
+
537
624
  ListDevicePoolsRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
538
625
  ListDevicePoolsRequest.add_member(:type, Shapes::ShapeRef.new(shape: DevicePoolType, location_name: "type"))
539
626
  ListDevicePoolsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
@@ -551,6 +638,14 @@ module Aws::DeviceFarm
551
638
  ListDevicesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
552
639
  ListDevicesResult.struct_class = Types::ListDevicesResult
553
640
 
641
+ ListInstanceProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "maxResults"))
642
+ ListInstanceProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
643
+ ListInstanceProfilesRequest.struct_class = Types::ListInstanceProfilesRequest
644
+
645
+ ListInstanceProfilesResult.add_member(:instance_profiles, Shapes::ShapeRef.new(shape: InstanceProfiles, location_name: "instanceProfiles"))
646
+ ListInstanceProfilesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
647
+ ListInstanceProfilesResult.struct_class = Types::ListInstanceProfilesResult
648
+
554
649
  ListJobsRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
555
650
  ListJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
556
651
  ListJobsRequest.struct_class = Types::ListJobsRequest
@@ -713,6 +808,8 @@ module Aws::DeviceFarm
713
808
 
714
809
  Offerings.member = Shapes::ShapeRef.new(shape: Offering)
715
810
 
811
+ PackageIds.member = Shapes::ShapeRef.new(shape: String)
812
+
716
813
  Problem.add_member(:run, Shapes::ShapeRef.new(shape: ProblemDetail, location_name: "run"))
717
814
  Problem.add_member(:job, Shapes::ShapeRef.new(shape: ProblemDetail, location_name: "job"))
718
815
  Problem.add_member(:suite, Shapes::ShapeRef.new(shape: ProblemDetail, location_name: "suite"))
@@ -768,6 +865,7 @@ module Aws::DeviceFarm
768
865
  RemoteAccessSession.add_member(:started, Shapes::ShapeRef.new(shape: DateTime, location_name: "started"))
769
866
  RemoteAccessSession.add_member(:stopped, Shapes::ShapeRef.new(shape: DateTime, location_name: "stopped"))
770
867
  RemoteAccessSession.add_member(:device, Shapes::ShapeRef.new(shape: Device, location_name: "device"))
868
+ RemoteAccessSession.add_member(:instance_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "instanceArn"))
771
869
  RemoteAccessSession.add_member(:remote_debug_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "remoteDebugEnabled"))
772
870
  RemoteAccessSession.add_member(:remote_record_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "remoteRecordEnabled"))
773
871
  RemoteAccessSession.add_member(:remote_record_app_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "remoteRecordAppArn"))
@@ -778,6 +876,7 @@ module Aws::DeviceFarm
778
876
  RemoteAccessSession.add_member(:endpoint, Shapes::ShapeRef.new(shape: String, location_name: "endpoint"))
779
877
  RemoteAccessSession.add_member(:device_udid, Shapes::ShapeRef.new(shape: String, location_name: "deviceUdid"))
780
878
  RemoteAccessSession.add_member(:interaction_mode, Shapes::ShapeRef.new(shape: InteractionMode, location_name: "interactionMode"))
879
+ RemoteAccessSession.add_member(:skip_app_resign, Shapes::ShapeRef.new(shape: SkipAppResign, location_name: "skipAppResign"))
781
880
  RemoteAccessSession.struct_class = Types::RemoteAccessSession
782
881
 
783
882
  RemoteAccessSessions.member = Shapes::ShapeRef.new(shape: RemoteAccessSession)
@@ -828,6 +927,7 @@ module Aws::DeviceFarm
828
927
  Run.add_member(:location, Shapes::ShapeRef.new(shape: Location, location_name: "location"))
829
928
  Run.add_member(:customer_artifact_paths, Shapes::ShapeRef.new(shape: CustomerArtifactPaths, location_name: "customerArtifactPaths"))
830
929
  Run.add_member(:web_url, Shapes::ShapeRef.new(shape: String, location_name: "webUrl"))
930
+ Run.add_member(:skip_app_resign, Shapes::ShapeRef.new(shape: SkipAppResign, location_name: "skipAppResign"))
831
931
  Run.struct_class = Types::Run
832
932
 
833
933
  Runs.member = Shapes::ShapeRef.new(shape: Run)
@@ -925,6 +1025,14 @@ module Aws::DeviceFarm
925
1025
  UniqueProblemsByExecutionResultMap.key = Shapes::ShapeRef.new(shape: ExecutionResult)
926
1026
  UniqueProblemsByExecutionResultMap.value = Shapes::ShapeRef.new(shape: UniqueProblems)
927
1027
 
1028
+ UpdateDeviceInstanceRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
1029
+ UpdateDeviceInstanceRequest.add_member(:profile_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "profileArn"))
1030
+ UpdateDeviceInstanceRequest.add_member(:labels, Shapes::ShapeRef.new(shape: InstanceLabels, location_name: "labels"))
1031
+ UpdateDeviceInstanceRequest.struct_class = Types::UpdateDeviceInstanceRequest
1032
+
1033
+ UpdateDeviceInstanceResult.add_member(:device_instance, Shapes::ShapeRef.new(shape: DeviceInstance, location_name: "deviceInstance"))
1034
+ UpdateDeviceInstanceResult.struct_class = Types::UpdateDeviceInstanceResult
1035
+
928
1036
  UpdateDevicePoolRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
929
1037
  UpdateDevicePoolRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
930
1038
  UpdateDevicePoolRequest.add_member(:description, Shapes::ShapeRef.new(shape: Message, location_name: "description"))
@@ -934,6 +1042,17 @@ module Aws::DeviceFarm
934
1042
  UpdateDevicePoolResult.add_member(:device_pool, Shapes::ShapeRef.new(shape: DevicePool, location_name: "devicePool"))
935
1043
  UpdateDevicePoolResult.struct_class = Types::UpdateDevicePoolResult
936
1044
 
1045
+ UpdateInstanceProfileRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
1046
+ UpdateInstanceProfileRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
1047
+ UpdateInstanceProfileRequest.add_member(:description, Shapes::ShapeRef.new(shape: Message, location_name: "description"))
1048
+ UpdateInstanceProfileRequest.add_member(:package_cleanup, Shapes::ShapeRef.new(shape: Boolean, location_name: "packageCleanup"))
1049
+ UpdateInstanceProfileRequest.add_member(:exclude_app_packages_from_cleanup, Shapes::ShapeRef.new(shape: PackageIds, location_name: "excludeAppPackagesFromCleanup"))
1050
+ UpdateInstanceProfileRequest.add_member(:reboot_after_use, Shapes::ShapeRef.new(shape: Boolean, location_name: "rebootAfterUse"))
1051
+ UpdateInstanceProfileRequest.struct_class = Types::UpdateInstanceProfileRequest
1052
+
1053
+ UpdateInstanceProfileResult.add_member(:instance_profile, Shapes::ShapeRef.new(shape: InstanceProfile, location_name: "instanceProfile"))
1054
+ UpdateInstanceProfileResult.struct_class = Types::UpdateInstanceProfileResult
1055
+
937
1056
  UpdateNetworkProfileRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "arn"))
938
1057
  UpdateNetworkProfileRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
939
1058
  UpdateNetworkProfileRequest.add_member(:description, Shapes::ShapeRef.new(shape: Message, location_name: "description"))
@@ -999,6 +1118,18 @@ module Aws::DeviceFarm
999
1118
  o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
1000
1119
  end)
1001
1120
 
1121
+ api.add_operation(:create_instance_profile, Seahorse::Model::Operation.new.tap do |o|
1122
+ o.name = "CreateInstanceProfile"
1123
+ o.http_method = "POST"
1124
+ o.http_request_uri = "/"
1125
+ o.input = Shapes::ShapeRef.new(shape: CreateInstanceProfileRequest)
1126
+ o.output = Shapes::ShapeRef.new(shape: CreateInstanceProfileResult)
1127
+ o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
1128
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1129
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1130
+ o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
1131
+ end)
1132
+
1002
1133
  api.add_operation(:create_network_profile, Seahorse::Model::Operation.new.tap do |o|
1003
1134
  o.name = "CreateNetworkProfile"
1004
1135
  o.http_method = "POST"
@@ -1059,6 +1190,18 @@ module Aws::DeviceFarm
1059
1190
  o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
1060
1191
  end)
1061
1192
 
1193
+ api.add_operation(:delete_instance_profile, Seahorse::Model::Operation.new.tap do |o|
1194
+ o.name = "DeleteInstanceProfile"
1195
+ o.http_method = "POST"
1196
+ o.http_request_uri = "/"
1197
+ o.input = Shapes::ShapeRef.new(shape: DeleteInstanceProfileRequest)
1198
+ o.output = Shapes::ShapeRef.new(shape: DeleteInstanceProfileResult)
1199
+ o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
1200
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1201
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1202
+ o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
1203
+ end)
1204
+
1062
1205
  api.add_operation(:delete_network_profile, Seahorse::Model::Operation.new.tap do |o|
1063
1206
  o.name = "DeleteNetworkProfile"
1064
1207
  o.http_method = "POST"
@@ -1143,6 +1286,18 @@ module Aws::DeviceFarm
1143
1286
  o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
1144
1287
  end)
1145
1288
 
1289
+ api.add_operation(:get_device_instance, Seahorse::Model::Operation.new.tap do |o|
1290
+ o.name = "GetDeviceInstance"
1291
+ o.http_method = "POST"
1292
+ o.http_request_uri = "/"
1293
+ o.input = Shapes::ShapeRef.new(shape: GetDeviceInstanceRequest)
1294
+ o.output = Shapes::ShapeRef.new(shape: GetDeviceInstanceResult)
1295
+ o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
1296
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1297
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1298
+ o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
1299
+ end)
1300
+
1146
1301
  api.add_operation(:get_device_pool, Seahorse::Model::Operation.new.tap do |o|
1147
1302
  o.name = "GetDevicePool"
1148
1303
  o.http_method = "POST"
@@ -1167,6 +1322,18 @@ module Aws::DeviceFarm
1167
1322
  o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
1168
1323
  end)
1169
1324
 
1325
+ api.add_operation(:get_instance_profile, Seahorse::Model::Operation.new.tap do |o|
1326
+ o.name = "GetInstanceProfile"
1327
+ o.http_method = "POST"
1328
+ o.http_request_uri = "/"
1329
+ o.input = Shapes::ShapeRef.new(shape: GetInstanceProfileRequest)
1330
+ o.output = Shapes::ShapeRef.new(shape: GetInstanceProfileResult)
1331
+ o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
1332
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1333
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1334
+ o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
1335
+ end)
1336
+
1170
1337
  api.add_operation(:get_job, Seahorse::Model::Operation.new.tap do |o|
1171
1338
  o.name = "GetJob"
1172
1339
  o.http_method = "POST"
@@ -1310,6 +1477,18 @@ module Aws::DeviceFarm
1310
1477
  )
1311
1478
  end)
1312
1479
 
1480
+ api.add_operation(:list_device_instances, Seahorse::Model::Operation.new.tap do |o|
1481
+ o.name = "ListDeviceInstances"
1482
+ o.http_method = "POST"
1483
+ o.http_request_uri = "/"
1484
+ o.input = Shapes::ShapeRef.new(shape: ListDeviceInstancesRequest)
1485
+ o.output = Shapes::ShapeRef.new(shape: ListDeviceInstancesResult)
1486
+ o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
1487
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1488
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1489
+ o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
1490
+ end)
1491
+
1313
1492
  api.add_operation(:list_device_pools, Seahorse::Model::Operation.new.tap do |o|
1314
1493
  o.name = "ListDevicePools"
1315
1494
  o.http_method = "POST"
@@ -1344,6 +1523,18 @@ module Aws::DeviceFarm
1344
1523
  )
1345
1524
  end)
1346
1525
 
1526
+ api.add_operation(:list_instance_profiles, Seahorse::Model::Operation.new.tap do |o|
1527
+ o.name = "ListInstanceProfiles"
1528
+ o.http_method = "POST"
1529
+ o.http_request_uri = "/"
1530
+ o.input = Shapes::ShapeRef.new(shape: ListInstanceProfilesRequest)
1531
+ o.output = Shapes::ShapeRef.new(shape: ListInstanceProfilesResult)
1532
+ o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
1533
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1534
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1535
+ o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
1536
+ end)
1537
+
1347
1538
  api.add_operation(:list_jobs, Seahorse::Model::Operation.new.tap do |o|
1348
1539
  o.name = "ListJobs"
1349
1540
  o.http_method = "POST"
@@ -1616,6 +1807,18 @@ module Aws::DeviceFarm
1616
1807
  o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
1617
1808
  end)
1618
1809
 
1810
+ api.add_operation(:update_device_instance, Seahorse::Model::Operation.new.tap do |o|
1811
+ o.name = "UpdateDeviceInstance"
1812
+ o.http_method = "POST"
1813
+ o.http_request_uri = "/"
1814
+ o.input = Shapes::ShapeRef.new(shape: UpdateDeviceInstanceRequest)
1815
+ o.output = Shapes::ShapeRef.new(shape: UpdateDeviceInstanceResult)
1816
+ o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
1817
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1818
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1819
+ o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
1820
+ end)
1821
+
1619
1822
  api.add_operation(:update_device_pool, Seahorse::Model::Operation.new.tap do |o|
1620
1823
  o.name = "UpdateDevicePool"
1621
1824
  o.http_method = "POST"
@@ -1628,6 +1831,18 @@ module Aws::DeviceFarm
1628
1831
  o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
1629
1832
  end)
1630
1833
 
1834
+ api.add_operation(:update_instance_profile, Seahorse::Model::Operation.new.tap do |o|
1835
+ o.name = "UpdateInstanceProfile"
1836
+ o.http_method = "POST"
1837
+ o.http_request_uri = "/"
1838
+ o.input = Shapes::ShapeRef.new(shape: UpdateInstanceProfileRequest)
1839
+ o.output = Shapes::ShapeRef.new(shape: UpdateInstanceProfileResult)
1840
+ o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
1841
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1842
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1843
+ o.errors << Shapes::ShapeRef.new(shape: ServiceAccountException)
1844
+ end)
1845
+
1631
1846
  api.add_operation(:update_network_profile, Seahorse::Model::Operation.new.tap do |o|
1632
1847
  o.name = "UpdateNetworkProfile"
1633
1848
  o.http_method = "POST"