aws-sdk-devicefarm 1.96.0 → 1.97.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-devicefarm/client.rb +22 -89
- data/lib/aws-sdk-devicefarm/client_api.rb +10 -17
- data/lib/aws-sdk-devicefarm/types.rb +36 -130
- data/lib/aws-sdk-devicefarm.rb +1 -1
- data/sig/client.rbs +0 -5
- data/sig/types.rbs +7 -10
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6608eb1f7a0aef56f43de292658bd2e1f8201c55eac1073bbc0c3b929e7365ae
|
|
4
|
+
data.tar.gz: 396e236ce01c3189f2f5466d0951a10427e967915d6bd50a23d3a6aeb363969b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: efd786d962bea2969f76da850378ac38f23e064a97bc1e7e508374d114b3b3db5f164415383f505402d5c597a4a92d05673218e4e8c52b49d1d09e54c0521e12
|
|
7
|
+
data.tar.gz: 62329e23cf43e0d9623692fa12e5e084671e0b23bd21ee48367c1e299df409175277cb27f5074b4eafde3ad5bd3851efa2903fdcb77e6709d4f700da0e800287
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.97.0 (2025-11-17)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This release adds support for interacting with devices during a remote access session using the remoteDriverEndpoint interface
|
|
8
|
+
|
|
4
9
|
1.96.0 (2025-10-22)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.97.0
|
|
@@ -802,67 +802,15 @@ module Aws::DeviceFarm
|
|
|
802
802
|
# The Amazon Resource Name (ARN) of the device instance for which you
|
|
803
803
|
# want to create a remote access session.
|
|
804
804
|
#
|
|
805
|
-
# @option params [String] :ssh_public_key
|
|
806
|
-
# Ignored. The public key of the `ssh` key pair you want to use for
|
|
807
|
-
# connecting to remote devices in your remote debugging session. This
|
|
808
|
-
# key is required only if `remoteDebugEnabled` is set to `true`.
|
|
809
|
-
#
|
|
810
|
-
# Remote debugging is [no longer supported][1].
|
|
811
|
-
#
|
|
812
|
-
#
|
|
813
|
-
#
|
|
814
|
-
# [1]: https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html
|
|
815
|
-
#
|
|
816
|
-
# @option params [Boolean] :remote_debug_enabled
|
|
817
|
-
# Set to `true` if you want to access devices remotely for debugging in
|
|
818
|
-
# your remote access session.
|
|
819
|
-
#
|
|
820
|
-
# Remote debugging is [no longer supported][1].
|
|
821
|
-
#
|
|
822
|
-
#
|
|
823
|
-
#
|
|
824
|
-
# [1]: https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html
|
|
825
|
-
#
|
|
826
|
-
# @option params [Boolean] :remote_record_enabled
|
|
827
|
-
# Set to `true` to enable remote recording for the remote access
|
|
828
|
-
# session.
|
|
829
|
-
#
|
|
830
|
-
# @option params [String] :remote_record_app_arn
|
|
831
|
-
# The Amazon Resource Name (ARN) for the app to be recorded in the
|
|
832
|
-
# remote access session.
|
|
833
|
-
#
|
|
834
805
|
# @option params [String] :name
|
|
835
806
|
# The name of the remote access session to create.
|
|
836
807
|
#
|
|
837
|
-
# @option params [String] :client_id
|
|
838
|
-
# Unique identifier for the client. If you want access to multiple
|
|
839
|
-
# devices on the same client, you should pass the same `clientId` value
|
|
840
|
-
# in each call to `CreateRemoteAccessSession`. This identifier is
|
|
841
|
-
# required only if `remoteDebugEnabled` is set to `true`.
|
|
842
|
-
#
|
|
843
|
-
# Remote debugging is [no longer supported][1].
|
|
844
|
-
#
|
|
845
|
-
#
|
|
846
|
-
#
|
|
847
|
-
# [1]: https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html
|
|
848
|
-
#
|
|
849
808
|
# @option params [Types::CreateRemoteAccessSessionConfiguration] :configuration
|
|
850
809
|
# The configuration information for the remote access session request.
|
|
851
810
|
#
|
|
852
811
|
# @option params [String] :interaction_mode
|
|
853
|
-
# The interaction mode of the remote access session.
|
|
854
|
-
#
|
|
855
|
-
# * INTERACTIVE: You can interact with the iOS device by viewing,
|
|
856
|
-
# touching, and rotating the screen. You cannot run XCUITest
|
|
857
|
-
# framework-based tests in this mode.
|
|
858
|
-
#
|
|
859
|
-
# * NO\_VIDEO: You are connected to the device, but cannot interact with
|
|
860
|
-
# it or view the screen. This mode has the fastest test execution
|
|
861
|
-
# speed. You can run XCUITest framework-based tests in this mode.
|
|
862
|
-
#
|
|
863
|
-
# * VIDEO\_ONLY: You can view the screen, but cannot touch or rotate it.
|
|
864
|
-
# You can run XCUITest framework-based tests and watch the screen in
|
|
865
|
-
# this mode.
|
|
812
|
+
# The interaction mode of the remote access session. Changing the
|
|
813
|
+
# interactive mode of remote access sessions is no longer available.
|
|
866
814
|
#
|
|
867
815
|
# @option params [Boolean] :skip_app_resign
|
|
868
816
|
# When set to `true`, for private devices, Device Farm does not sign
|
|
@@ -907,12 +855,7 @@ module Aws::DeviceFarm
|
|
|
907
855
|
# device_arn: "AmazonResourceName", # required
|
|
908
856
|
# app_arn: "AmazonResourceName",
|
|
909
857
|
# instance_arn: "AmazonResourceName",
|
|
910
|
-
# ssh_public_key: "SshPublicKey",
|
|
911
|
-
# remote_debug_enabled: false,
|
|
912
|
-
# remote_record_enabled: false,
|
|
913
|
-
# remote_record_app_arn: "AmazonResourceName",
|
|
914
858
|
# name: "Name",
|
|
915
|
-
# client_id: "ClientId",
|
|
916
859
|
# configuration: {
|
|
917
860
|
# auxiliary_apps: ["AmazonResourceName"],
|
|
918
861
|
# billing_method: "METERED", # accepts METERED, UNMETERED
|
|
@@ -974,11 +917,6 @@ module Aws::DeviceFarm
|
|
|
974
917
|
# resp.remote_access_session.device.instances[0].instance_profile.description #=> String
|
|
975
918
|
# resp.remote_access_session.device.availability #=> String, one of "TEMPORARY_NOT_AVAILABLE", "BUSY", "AVAILABLE", "HIGHLY_AVAILABLE"
|
|
976
919
|
# resp.remote_access_session.instance_arn #=> String
|
|
977
|
-
# resp.remote_access_session.remote_debug_enabled #=> Boolean
|
|
978
|
-
# resp.remote_access_session.remote_record_enabled #=> Boolean
|
|
979
|
-
# resp.remote_access_session.remote_record_app_arn #=> String
|
|
980
|
-
# resp.remote_access_session.host_address #=> String
|
|
981
|
-
# resp.remote_access_session.client_id #=> String
|
|
982
920
|
# resp.remote_access_session.billing_method #=> String, one of "METERED", "UNMETERED"
|
|
983
921
|
# resp.remote_access_session.device_minutes.total #=> Float
|
|
984
922
|
# resp.remote_access_session.device_minutes.metered #=> Float
|
|
@@ -995,6 +933,8 @@ module Aws::DeviceFarm
|
|
|
995
933
|
# resp.remote_access_session.device_proxy.host #=> String
|
|
996
934
|
# resp.remote_access_session.device_proxy.port #=> Integer
|
|
997
935
|
# resp.remote_access_session.app_upload #=> String
|
|
936
|
+
# resp.remote_access_session.endpoints.remote_driver_endpoint #=> String
|
|
937
|
+
# resp.remote_access_session.endpoints.interactive_endpoint #=> String
|
|
998
938
|
#
|
|
999
939
|
# @see http://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/CreateRemoteAccessSession AWS API Documentation
|
|
1000
940
|
#
|
|
@@ -1361,9 +1301,10 @@ module Aws::DeviceFarm
|
|
|
1361
1301
|
req.send_request(options)
|
|
1362
1302
|
end
|
|
1363
1303
|
|
|
1364
|
-
# Deletes an AWS Device Farm project, given the project ARN.
|
|
1304
|
+
# Deletes an AWS Device Farm project, given the project ARN. You cannot
|
|
1305
|
+
# delete a project if it has an active run or session.
|
|
1365
1306
|
#
|
|
1366
|
-
#
|
|
1307
|
+
# You cannot undo this operation.
|
|
1367
1308
|
#
|
|
1368
1309
|
# @option params [required, String] :arn
|
|
1369
1310
|
# Represents the Amazon Resource Name (ARN) of the Device Farm project
|
|
@@ -1399,7 +1340,10 @@ module Aws::DeviceFarm
|
|
|
1399
1340
|
req.send_request(options)
|
|
1400
1341
|
end
|
|
1401
1342
|
|
|
1402
|
-
# Deletes a completed remote access session and its results.
|
|
1343
|
+
# Deletes a completed remote access session and its results. You cannot
|
|
1344
|
+
# delete a remote access session if it is still active.
|
|
1345
|
+
#
|
|
1346
|
+
# You cannot undo this operation.
|
|
1403
1347
|
#
|
|
1404
1348
|
# @option params [required, String] :arn
|
|
1405
1349
|
# The Amazon Resource Name (ARN) of the session for which you want to
|
|
@@ -1435,9 +1379,10 @@ module Aws::DeviceFarm
|
|
|
1435
1379
|
req.send_request(options)
|
|
1436
1380
|
end
|
|
1437
1381
|
|
|
1438
|
-
# Deletes the run, given the run ARN.
|
|
1382
|
+
# Deletes the run, given the run ARN. You cannot delete a run if it is
|
|
1383
|
+
# still active.
|
|
1439
1384
|
#
|
|
1440
|
-
#
|
|
1385
|
+
# You cannot undo this operation.
|
|
1441
1386
|
#
|
|
1442
1387
|
# @option params [required, String] :arn
|
|
1443
1388
|
# The Amazon Resource Name (ARN) for the run to delete.
|
|
@@ -1473,13 +1418,10 @@ module Aws::DeviceFarm
|
|
|
1473
1418
|
end
|
|
1474
1419
|
|
|
1475
1420
|
# Deletes a Selenium testing project and all content generated under it.
|
|
1421
|
+
# You cannot delete a project if it has active sessions.
|
|
1476
1422
|
#
|
|
1477
1423
|
# You cannot undo this operation.
|
|
1478
1424
|
#
|
|
1479
|
-
# <note markdown="1"> You cannot delete a project if it has active sessions.
|
|
1480
|
-
#
|
|
1481
|
-
# </note>
|
|
1482
|
-
#
|
|
1483
1425
|
# @option params [required, String] :project_arn
|
|
1484
1426
|
# The ARN of the project to delete, from CreateTestGridProject or
|
|
1485
1427
|
# ListTestGridProjects.
|
|
@@ -2425,11 +2367,6 @@ module Aws::DeviceFarm
|
|
|
2425
2367
|
# resp.remote_access_session.device.instances[0].instance_profile.description #=> String
|
|
2426
2368
|
# resp.remote_access_session.device.availability #=> String, one of "TEMPORARY_NOT_AVAILABLE", "BUSY", "AVAILABLE", "HIGHLY_AVAILABLE"
|
|
2427
2369
|
# resp.remote_access_session.instance_arn #=> String
|
|
2428
|
-
# resp.remote_access_session.remote_debug_enabled #=> Boolean
|
|
2429
|
-
# resp.remote_access_session.remote_record_enabled #=> Boolean
|
|
2430
|
-
# resp.remote_access_session.remote_record_app_arn #=> String
|
|
2431
|
-
# resp.remote_access_session.host_address #=> String
|
|
2432
|
-
# resp.remote_access_session.client_id #=> String
|
|
2433
2370
|
# resp.remote_access_session.billing_method #=> String, one of "METERED", "UNMETERED"
|
|
2434
2371
|
# resp.remote_access_session.device_minutes.total #=> Float
|
|
2435
2372
|
# resp.remote_access_session.device_minutes.metered #=> Float
|
|
@@ -2446,6 +2383,8 @@ module Aws::DeviceFarm
|
|
|
2446
2383
|
# resp.remote_access_session.device_proxy.host #=> String
|
|
2447
2384
|
# resp.remote_access_session.device_proxy.port #=> Integer
|
|
2448
2385
|
# resp.remote_access_session.app_upload #=> String
|
|
2386
|
+
# resp.remote_access_session.endpoints.remote_driver_endpoint #=> String
|
|
2387
|
+
# resp.remote_access_session.endpoints.interactive_endpoint #=> String
|
|
2449
2388
|
#
|
|
2450
2389
|
# @see http://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/GetRemoteAccessSession AWS API Documentation
|
|
2451
2390
|
#
|
|
@@ -4002,11 +3941,6 @@ module Aws::DeviceFarm
|
|
|
4002
3941
|
# resp.remote_access_sessions[0].device.instances[0].instance_profile.description #=> String
|
|
4003
3942
|
# resp.remote_access_sessions[0].device.availability #=> String, one of "TEMPORARY_NOT_AVAILABLE", "BUSY", "AVAILABLE", "HIGHLY_AVAILABLE"
|
|
4004
3943
|
# resp.remote_access_sessions[0].instance_arn #=> String
|
|
4005
|
-
# resp.remote_access_sessions[0].remote_debug_enabled #=> Boolean
|
|
4006
|
-
# resp.remote_access_sessions[0].remote_record_enabled #=> Boolean
|
|
4007
|
-
# resp.remote_access_sessions[0].remote_record_app_arn #=> String
|
|
4008
|
-
# resp.remote_access_sessions[0].host_address #=> String
|
|
4009
|
-
# resp.remote_access_sessions[0].client_id #=> String
|
|
4010
3944
|
# resp.remote_access_sessions[0].billing_method #=> String, one of "METERED", "UNMETERED"
|
|
4011
3945
|
# resp.remote_access_sessions[0].device_minutes.total #=> Float
|
|
4012
3946
|
# resp.remote_access_sessions[0].device_minutes.metered #=> Float
|
|
@@ -4023,6 +3957,8 @@ module Aws::DeviceFarm
|
|
|
4023
3957
|
# resp.remote_access_sessions[0].device_proxy.host #=> String
|
|
4024
3958
|
# resp.remote_access_sessions[0].device_proxy.port #=> Integer
|
|
4025
3959
|
# resp.remote_access_sessions[0].app_upload #=> String
|
|
3960
|
+
# resp.remote_access_sessions[0].endpoints.remote_driver_endpoint #=> String
|
|
3961
|
+
# resp.remote_access_sessions[0].endpoints.interactive_endpoint #=> String
|
|
4026
3962
|
# resp.next_token #=> String
|
|
4027
3963
|
#
|
|
4028
3964
|
# @see http://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListRemoteAccessSessions AWS API Documentation
|
|
@@ -5440,11 +5376,6 @@ module Aws::DeviceFarm
|
|
|
5440
5376
|
# resp.remote_access_session.device.instances[0].instance_profile.description #=> String
|
|
5441
5377
|
# resp.remote_access_session.device.availability #=> String, one of "TEMPORARY_NOT_AVAILABLE", "BUSY", "AVAILABLE", "HIGHLY_AVAILABLE"
|
|
5442
5378
|
# resp.remote_access_session.instance_arn #=> String
|
|
5443
|
-
# resp.remote_access_session.remote_debug_enabled #=> Boolean
|
|
5444
|
-
# resp.remote_access_session.remote_record_enabled #=> Boolean
|
|
5445
|
-
# resp.remote_access_session.remote_record_app_arn #=> String
|
|
5446
|
-
# resp.remote_access_session.host_address #=> String
|
|
5447
|
-
# resp.remote_access_session.client_id #=> String
|
|
5448
5379
|
# resp.remote_access_session.billing_method #=> String, one of "METERED", "UNMETERED"
|
|
5449
5380
|
# resp.remote_access_session.device_minutes.total #=> Float
|
|
5450
5381
|
# resp.remote_access_session.device_minutes.metered #=> Float
|
|
@@ -5461,6 +5392,8 @@ module Aws::DeviceFarm
|
|
|
5461
5392
|
# resp.remote_access_session.device_proxy.host #=> String
|
|
5462
5393
|
# resp.remote_access_session.device_proxy.port #=> Integer
|
|
5463
5394
|
# resp.remote_access_session.app_upload #=> String
|
|
5395
|
+
# resp.remote_access_session.endpoints.remote_driver_endpoint #=> String
|
|
5396
|
+
# resp.remote_access_session.endpoints.interactive_endpoint #=> String
|
|
5464
5397
|
#
|
|
5465
5398
|
# @see http://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/StopRemoteAccessSession AWS API Documentation
|
|
5466
5399
|
#
|
|
@@ -6226,7 +6159,7 @@ module Aws::DeviceFarm
|
|
|
6226
6159
|
tracer: tracer
|
|
6227
6160
|
)
|
|
6228
6161
|
context[:gem_name] = 'aws-sdk-devicefarm'
|
|
6229
|
-
context[:gem_version] = '1.
|
|
6162
|
+
context[:gem_version] = '1.97.0'
|
|
6230
6163
|
Seahorse::Client::Request.new(handlers, context)
|
|
6231
6164
|
end
|
|
6232
6165
|
|
|
@@ -31,7 +31,6 @@ module Aws::DeviceFarm
|
|
|
31
31
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
|
32
32
|
CPU = Shapes::StructureShape.new(name: 'CPU')
|
|
33
33
|
CannotDeleteException = Shapes::StructureShape.new(name: 'CannotDeleteException')
|
|
34
|
-
ClientId = Shapes::StringShape.new(name: 'ClientId')
|
|
35
34
|
ContentType = Shapes::StringShape.new(name: 'ContentType')
|
|
36
35
|
Counters = Shapes::StructureShape.new(name: 'Counters')
|
|
37
36
|
CreateDevicePoolRequest = Shapes::StructureShape.new(name: 'CreateDevicePoolRequest')
|
|
@@ -142,7 +141,6 @@ module Aws::DeviceFarm
|
|
|
142
141
|
GetUploadResult = Shapes::StructureShape.new(name: 'GetUploadResult')
|
|
143
142
|
GetVPCEConfigurationRequest = Shapes::StructureShape.new(name: 'GetVPCEConfigurationRequest')
|
|
144
143
|
GetVPCEConfigurationResult = Shapes::StructureShape.new(name: 'GetVPCEConfigurationResult')
|
|
145
|
-
HostAddress = Shapes::StringShape.new(name: 'HostAddress')
|
|
146
144
|
IdempotencyException = Shapes::StructureShape.new(name: 'IdempotencyException')
|
|
147
145
|
IncompatibilityMessage = Shapes::StructureShape.new(name: 'IncompatibilityMessage')
|
|
148
146
|
IncompatibilityMessages = Shapes::ListShape.new(name: 'IncompatibilityMessages')
|
|
@@ -250,6 +248,7 @@ module Aws::DeviceFarm
|
|
|
250
248
|
RecurringCharge = Shapes::StructureShape.new(name: 'RecurringCharge')
|
|
251
249
|
RecurringChargeFrequency = Shapes::StringShape.new(name: 'RecurringChargeFrequency')
|
|
252
250
|
RecurringCharges = Shapes::ListShape.new(name: 'RecurringCharges')
|
|
251
|
+
RemoteAccessEndpoints = Shapes::StructureShape.new(name: 'RemoteAccessEndpoints')
|
|
253
252
|
RemoteAccessSession = Shapes::StructureShape.new(name: 'RemoteAccessSession')
|
|
254
253
|
RemoteAccessSessions = Shapes::ListShape.new(name: 'RemoteAccessSessions')
|
|
255
254
|
RenewOfferingRequest = Shapes::StructureShape.new(name: 'RenewOfferingRequest')
|
|
@@ -277,7 +276,6 @@ module Aws::DeviceFarm
|
|
|
277
276
|
ServiceAccountException = Shapes::StructureShape.new(name: 'ServiceAccountException')
|
|
278
277
|
ServiceDnsName = Shapes::StringShape.new(name: 'ServiceDnsName')
|
|
279
278
|
SkipAppResign = Shapes::BooleanShape.new(name: 'SkipAppResign')
|
|
280
|
-
SshPublicKey = Shapes::StringShape.new(name: 'SshPublicKey')
|
|
281
279
|
StopJobRequest = Shapes::StructureShape.new(name: 'StopJobRequest')
|
|
282
280
|
StopJobResult = Shapes::StructureShape.new(name: 'StopJobResult')
|
|
283
281
|
StopRemoteAccessSessionRequest = Shapes::StructureShape.new(name: 'StopRemoteAccessSessionRequest')
|
|
@@ -455,14 +453,9 @@ module Aws::DeviceFarm
|
|
|
455
453
|
CreateRemoteAccessSessionRequest.add_member(:device_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "deviceArn"))
|
|
456
454
|
CreateRemoteAccessSessionRequest.add_member(:app_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "appArn"))
|
|
457
455
|
CreateRemoteAccessSessionRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "instanceArn"))
|
|
458
|
-
CreateRemoteAccessSessionRequest.add_member(:ssh_public_key, Shapes::ShapeRef.new(shape: SshPublicKey, location_name: "sshPublicKey"))
|
|
459
|
-
CreateRemoteAccessSessionRequest.add_member(:remote_debug_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "remoteDebugEnabled"))
|
|
460
|
-
CreateRemoteAccessSessionRequest.add_member(:remote_record_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "remoteRecordEnabled"))
|
|
461
|
-
CreateRemoteAccessSessionRequest.add_member(:remote_record_app_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "remoteRecordAppArn"))
|
|
462
456
|
CreateRemoteAccessSessionRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
|
|
463
|
-
CreateRemoteAccessSessionRequest.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, location_name: "clientId"))
|
|
464
457
|
CreateRemoteAccessSessionRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: CreateRemoteAccessSessionConfiguration, location_name: "configuration"))
|
|
465
|
-
CreateRemoteAccessSessionRequest.add_member(:interaction_mode, Shapes::ShapeRef.new(shape: InteractionMode, location_name: "interactionMode"))
|
|
458
|
+
CreateRemoteAccessSessionRequest.add_member(:interaction_mode, Shapes::ShapeRef.new(shape: InteractionMode, deprecated: true, location_name: "interactionMode", metadata: {"deprecatedMessage" => "Changing the interactive mode of Remote Access sessions is no longer available.", "deprecatedSince" => "2019-09-09"}))
|
|
466
459
|
CreateRemoteAccessSessionRequest.add_member(:skip_app_resign, Shapes::ShapeRef.new(shape: Boolean, location_name: "skipAppResign"))
|
|
467
460
|
CreateRemoteAccessSessionRequest.struct_class = Types::CreateRemoteAccessSessionRequest
|
|
468
461
|
|
|
@@ -569,7 +562,7 @@ module Aws::DeviceFarm
|
|
|
569
562
|
Device.add_member(:carrier, Shapes::ShapeRef.new(shape: String, location_name: "carrier"))
|
|
570
563
|
Device.add_member(:radio, Shapes::ShapeRef.new(shape: String, location_name: "radio"))
|
|
571
564
|
Device.add_member(:remote_access_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "remoteAccessEnabled"))
|
|
572
|
-
Device.add_member(:remote_debug_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "remoteDebugEnabled"))
|
|
565
|
+
Device.add_member(:remote_debug_enabled, Shapes::ShapeRef.new(shape: Boolean, deprecated: true, location_name: "remoteDebugEnabled", metadata: {"deprecatedMessage" => "Direct Device Access is no longer available.", "deprecatedSince" => "2019-09-09"}))
|
|
573
566
|
Device.add_member(:fleet_type, Shapes::ShapeRef.new(shape: String, location_name: "fleetType"))
|
|
574
567
|
Device.add_member(:fleet_name, Shapes::ShapeRef.new(shape: String, location_name: "fleetName"))
|
|
575
568
|
Device.add_member(:instances, Shapes::ShapeRef.new(shape: DeviceInstances, location_name: "instances"))
|
|
@@ -1132,6 +1125,10 @@ module Aws::DeviceFarm
|
|
|
1132
1125
|
|
|
1133
1126
|
RecurringCharges.member = Shapes::ShapeRef.new(shape: RecurringCharge)
|
|
1134
1127
|
|
|
1128
|
+
RemoteAccessEndpoints.add_member(:remote_driver_endpoint, Shapes::ShapeRef.new(shape: SensitiveURL, location_name: "remoteDriverEndpoint"))
|
|
1129
|
+
RemoteAccessEndpoints.add_member(:interactive_endpoint, Shapes::ShapeRef.new(shape: SensitiveURL, location_name: "interactiveEndpoint"))
|
|
1130
|
+
RemoteAccessEndpoints.struct_class = Types::RemoteAccessEndpoints
|
|
1131
|
+
|
|
1135
1132
|
RemoteAccessSession.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "arn"))
|
|
1136
1133
|
RemoteAccessSession.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
|
|
1137
1134
|
RemoteAccessSession.add_member(:created, Shapes::ShapeRef.new(shape: DateTime, location_name: "created"))
|
|
@@ -1142,20 +1139,16 @@ module Aws::DeviceFarm
|
|
|
1142
1139
|
RemoteAccessSession.add_member(:stopped, Shapes::ShapeRef.new(shape: DateTime, location_name: "stopped"))
|
|
1143
1140
|
RemoteAccessSession.add_member(:device, Shapes::ShapeRef.new(shape: Device, location_name: "device"))
|
|
1144
1141
|
RemoteAccessSession.add_member(:instance_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "instanceArn"))
|
|
1145
|
-
RemoteAccessSession.add_member(:remote_debug_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "remoteDebugEnabled"))
|
|
1146
|
-
RemoteAccessSession.add_member(:remote_record_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "remoteRecordEnabled"))
|
|
1147
|
-
RemoteAccessSession.add_member(:remote_record_app_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "remoteRecordAppArn"))
|
|
1148
|
-
RemoteAccessSession.add_member(:host_address, Shapes::ShapeRef.new(shape: HostAddress, location_name: "hostAddress"))
|
|
1149
|
-
RemoteAccessSession.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, location_name: "clientId"))
|
|
1150
1142
|
RemoteAccessSession.add_member(:billing_method, Shapes::ShapeRef.new(shape: BillingMethod, location_name: "billingMethod"))
|
|
1151
1143
|
RemoteAccessSession.add_member(:device_minutes, Shapes::ShapeRef.new(shape: DeviceMinutes, location_name: "deviceMinutes"))
|
|
1152
|
-
RemoteAccessSession.add_member(:endpoint, Shapes::ShapeRef.new(shape: String, location_name: "endpoint"))
|
|
1144
|
+
RemoteAccessSession.add_member(:endpoint, Shapes::ShapeRef.new(shape: String, deprecated: true, location_name: "endpoint", metadata: {"deprecatedMessage" => "This field is deprecated, and is replaced by the new endpoints.interactiveEndpoint field.", "deprecatedSince" => "2025-11-17"}))
|
|
1153
1145
|
RemoteAccessSession.add_member(:device_udid, Shapes::ShapeRef.new(shape: String, location_name: "deviceUdid"))
|
|
1154
|
-
RemoteAccessSession.add_member(:interaction_mode, Shapes::ShapeRef.new(shape: InteractionMode, location_name: "interactionMode"))
|
|
1146
|
+
RemoteAccessSession.add_member(:interaction_mode, Shapes::ShapeRef.new(shape: InteractionMode, deprecated: true, location_name: "interactionMode", metadata: {"deprecatedMessage" => "Changing the interactive mode of Remote Access sessions is no longer available.", "deprecatedSince" => "2019-09-09"}))
|
|
1155
1147
|
RemoteAccessSession.add_member(:skip_app_resign, Shapes::ShapeRef.new(shape: SkipAppResign, location_name: "skipAppResign"))
|
|
1156
1148
|
RemoteAccessSession.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "vpcConfig"))
|
|
1157
1149
|
RemoteAccessSession.add_member(:device_proxy, Shapes::ShapeRef.new(shape: DeviceProxy, location_name: "deviceProxy"))
|
|
1158
1150
|
RemoteAccessSession.add_member(:app_upload, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "appUpload"))
|
|
1151
|
+
RemoteAccessSession.add_member(:endpoints, Shapes::ShapeRef.new(shape: RemoteAccessEndpoints, location_name: "endpoints"))
|
|
1159
1152
|
RemoteAccessSession.struct_class = Types::RemoteAccessSession
|
|
1160
1153
|
|
|
1161
1154
|
RemoteAccessSessions.member = Shapes::ShapeRef.new(shape: RemoteAccessSession)
|
|
@@ -542,75 +542,17 @@ module Aws::DeviceFarm
|
|
|
542
542
|
# want to create a remote access session.
|
|
543
543
|
# @return [String]
|
|
544
544
|
#
|
|
545
|
-
# @!attribute [rw] ssh_public_key
|
|
546
|
-
# Ignored. The public key of the `ssh` key pair you want to use for
|
|
547
|
-
# connecting to remote devices in your remote debugging session. This
|
|
548
|
-
# key is required only if `remoteDebugEnabled` is set to `true`.
|
|
549
|
-
#
|
|
550
|
-
# Remote debugging is [no longer supported][1].
|
|
551
|
-
#
|
|
552
|
-
#
|
|
553
|
-
#
|
|
554
|
-
# [1]: https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html
|
|
555
|
-
# @return [String]
|
|
556
|
-
#
|
|
557
|
-
# @!attribute [rw] remote_debug_enabled
|
|
558
|
-
# Set to `true` if you want to access devices remotely for debugging
|
|
559
|
-
# in your remote access session.
|
|
560
|
-
#
|
|
561
|
-
# Remote debugging is [no longer supported][1].
|
|
562
|
-
#
|
|
563
|
-
#
|
|
564
|
-
#
|
|
565
|
-
# [1]: https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html
|
|
566
|
-
# @return [Boolean]
|
|
567
|
-
#
|
|
568
|
-
# @!attribute [rw] remote_record_enabled
|
|
569
|
-
# Set to `true` to enable remote recording for the remote access
|
|
570
|
-
# session.
|
|
571
|
-
# @return [Boolean]
|
|
572
|
-
#
|
|
573
|
-
# @!attribute [rw] remote_record_app_arn
|
|
574
|
-
# The Amazon Resource Name (ARN) for the app to be recorded in the
|
|
575
|
-
# remote access session.
|
|
576
|
-
# @return [String]
|
|
577
|
-
#
|
|
578
545
|
# @!attribute [rw] name
|
|
579
546
|
# The name of the remote access session to create.
|
|
580
547
|
# @return [String]
|
|
581
548
|
#
|
|
582
|
-
# @!attribute [rw] client_id
|
|
583
|
-
# Unique identifier for the client. If you want access to multiple
|
|
584
|
-
# devices on the same client, you should pass the same `clientId`
|
|
585
|
-
# value in each call to `CreateRemoteAccessSession`. This identifier
|
|
586
|
-
# is required only if `remoteDebugEnabled` is set to `true`.
|
|
587
|
-
#
|
|
588
|
-
# Remote debugging is [no longer supported][1].
|
|
589
|
-
#
|
|
590
|
-
#
|
|
591
|
-
#
|
|
592
|
-
# [1]: https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html
|
|
593
|
-
# @return [String]
|
|
594
|
-
#
|
|
595
549
|
# @!attribute [rw] configuration
|
|
596
550
|
# The configuration information for the remote access session request.
|
|
597
551
|
# @return [Types::CreateRemoteAccessSessionConfiguration]
|
|
598
552
|
#
|
|
599
553
|
# @!attribute [rw] interaction_mode
|
|
600
|
-
# The interaction mode of the remote access session.
|
|
601
|
-
#
|
|
602
|
-
# * INTERACTIVE: You can interact with the iOS device by viewing,
|
|
603
|
-
# touching, and rotating the screen. You cannot run XCUITest
|
|
604
|
-
# framework-based tests in this mode.
|
|
605
|
-
#
|
|
606
|
-
# * NO\_VIDEO: You are connected to the device, but cannot interact
|
|
607
|
-
# with it or view the screen. This mode has the fastest test
|
|
608
|
-
# execution speed. You can run XCUITest framework-based tests in
|
|
609
|
-
# this mode.
|
|
610
|
-
#
|
|
611
|
-
# * VIDEO\_ONLY: You can view the screen, but cannot touch or rotate
|
|
612
|
-
# it. You can run XCUITest framework-based tests and watch the
|
|
613
|
-
# screen in this mode.
|
|
554
|
+
# The interaction mode of the remote access session. Changing the
|
|
555
|
+
# interactive mode of remote access sessions is no longer available.
|
|
614
556
|
# @return [String]
|
|
615
557
|
#
|
|
616
558
|
# @!attribute [rw] skip_app_resign
|
|
@@ -633,12 +575,7 @@ module Aws::DeviceFarm
|
|
|
633
575
|
:device_arn,
|
|
634
576
|
:app_arn,
|
|
635
577
|
:instance_arn,
|
|
636
|
-
:ssh_public_key,
|
|
637
|
-
:remote_debug_enabled,
|
|
638
|
-
:remote_record_enabled,
|
|
639
|
-
:remote_record_app_arn,
|
|
640
578
|
:name,
|
|
641
|
-
:client_id,
|
|
642
579
|
:configuration,
|
|
643
580
|
:interaction_mode,
|
|
644
581
|
:skip_app_resign)
|
|
@@ -4263,6 +4200,28 @@ module Aws::DeviceFarm
|
|
|
4263
4200
|
include Aws::Structure
|
|
4264
4201
|
end
|
|
4265
4202
|
|
|
4203
|
+
# Represents the remote endpoints for viewing and controlling a device
|
|
4204
|
+
# during a remote access session.
|
|
4205
|
+
#
|
|
4206
|
+
# @!attribute [rw] remote_driver_endpoint
|
|
4207
|
+
# URL for controlling the device using WebDriver-compliant clients,
|
|
4208
|
+
# like Appium, during the remote access session.
|
|
4209
|
+
# @return [String]
|
|
4210
|
+
#
|
|
4211
|
+
# @!attribute [rw] interactive_endpoint
|
|
4212
|
+
# URL for viewing and interacting with the device during the remote
|
|
4213
|
+
# access session.
|
|
4214
|
+
# @return [String]
|
|
4215
|
+
#
|
|
4216
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/RemoteAccessEndpoints AWS API Documentation
|
|
4217
|
+
#
|
|
4218
|
+
class RemoteAccessEndpoints < Struct.new(
|
|
4219
|
+
:remote_driver_endpoint,
|
|
4220
|
+
:interactive_endpoint)
|
|
4221
|
+
SENSITIVE = [:remote_driver_endpoint, :interactive_endpoint]
|
|
4222
|
+
include Aws::Structure
|
|
4223
|
+
end
|
|
4224
|
+
|
|
4266
4225
|
# Represents information about the remote access session.
|
|
4267
4226
|
#
|
|
4268
4227
|
# @!attribute [rw] arn
|
|
@@ -4339,50 +4298,6 @@ module Aws::DeviceFarm
|
|
|
4339
4298
|
# The ARN of the instance.
|
|
4340
4299
|
# @return [String]
|
|
4341
4300
|
#
|
|
4342
|
-
# @!attribute [rw] remote_debug_enabled
|
|
4343
|
-
# This flag is set to `true` if remote debugging is enabled for the
|
|
4344
|
-
# remote access session.
|
|
4345
|
-
#
|
|
4346
|
-
# Remote debugging is [no longer supported][1].
|
|
4347
|
-
#
|
|
4348
|
-
#
|
|
4349
|
-
#
|
|
4350
|
-
# [1]: https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html
|
|
4351
|
-
# @return [Boolean]
|
|
4352
|
-
#
|
|
4353
|
-
# @!attribute [rw] remote_record_enabled
|
|
4354
|
-
# This flag is set to `true` if remote recording is enabled for the
|
|
4355
|
-
# remote access session.
|
|
4356
|
-
# @return [Boolean]
|
|
4357
|
-
#
|
|
4358
|
-
# @!attribute [rw] remote_record_app_arn
|
|
4359
|
-
# The ARN for the app to be recorded in the remote access session.
|
|
4360
|
-
# @return [String]
|
|
4361
|
-
#
|
|
4362
|
-
# @!attribute [rw] host_address
|
|
4363
|
-
# IP address of the EC2 host where you need to connect to remotely
|
|
4364
|
-
# debug devices. Only returned if remote debugging is enabled for the
|
|
4365
|
-
# remote access session.
|
|
4366
|
-
#
|
|
4367
|
-
# Remote debugging is [no longer supported][1].
|
|
4368
|
-
#
|
|
4369
|
-
#
|
|
4370
|
-
#
|
|
4371
|
-
# [1]: https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html
|
|
4372
|
-
# @return [String]
|
|
4373
|
-
#
|
|
4374
|
-
# @!attribute [rw] client_id
|
|
4375
|
-
# Unique identifier of your client for the remote access session. Only
|
|
4376
|
-
# returned if remote debugging is enabled for the remote access
|
|
4377
|
-
# session.
|
|
4378
|
-
#
|
|
4379
|
-
# Remote debugging is [no longer supported][1].
|
|
4380
|
-
#
|
|
4381
|
-
#
|
|
4382
|
-
#
|
|
4383
|
-
# [1]: https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html
|
|
4384
|
-
# @return [String]
|
|
4385
|
-
#
|
|
4386
4301
|
# @!attribute [rw] billing_method
|
|
4387
4302
|
# The billing method of the remote access session. Possible values
|
|
4388
4303
|
# include `METERED` or `UNMETERED`. For more information about metered
|
|
@@ -4399,7 +4314,9 @@ module Aws::DeviceFarm
|
|
|
4399
4314
|
# @return [Types::DeviceMinutes]
|
|
4400
4315
|
#
|
|
4401
4316
|
# @!attribute [rw] endpoint
|
|
4402
|
-
# The endpoint for the remote access
|
|
4317
|
+
# The endpoint for the remote access session. This field is
|
|
4318
|
+
# deprecated, and is replaced by the new
|
|
4319
|
+
# `endpoints.interactiveEndpoint` field.
|
|
4403
4320
|
# @return [String]
|
|
4404
4321
|
#
|
|
4405
4322
|
# @!attribute [rw] device_udid
|
|
@@ -4414,20 +4331,8 @@ module Aws::DeviceFarm
|
|
|
4414
4331
|
# @return [String]
|
|
4415
4332
|
#
|
|
4416
4333
|
# @!attribute [rw] interaction_mode
|
|
4417
|
-
# The interaction mode of the remote access session.
|
|
4418
|
-
#
|
|
4419
|
-
# * INTERACTIVE: You can interact with the iOS device by viewing,
|
|
4420
|
-
# touching, and rotating the screen. You cannot run XCUITest
|
|
4421
|
-
# framework-based tests in this mode.
|
|
4422
|
-
#
|
|
4423
|
-
# * NO\_VIDEO: You are connected to the device, but cannot interact
|
|
4424
|
-
# with it or view the screen. This mode has the fastest test
|
|
4425
|
-
# execution speed. You can run XCUITest framework-based tests in
|
|
4426
|
-
# this mode.
|
|
4427
|
-
#
|
|
4428
|
-
# * VIDEO\_ONLY: You can view the screen, but cannot touch or rotate
|
|
4429
|
-
# it. You can run XCUITest framework-based tests and watch the
|
|
4430
|
-
# screen in this mode.
|
|
4334
|
+
# The interaction mode of the remote access session. Changing the
|
|
4335
|
+
# interactive mode of remote access sessions is no longer available.
|
|
4431
4336
|
# @return [String]
|
|
4432
4337
|
#
|
|
4433
4338
|
# @!attribute [rw] skip_app_resign
|
|
@@ -4455,6 +4360,11 @@ module Aws::DeviceFarm
|
|
|
4455
4360
|
# The ARN for the app to be installed onto your device.
|
|
4456
4361
|
# @return [String]
|
|
4457
4362
|
#
|
|
4363
|
+
# @!attribute [rw] endpoints
|
|
4364
|
+
# Represents the remote endpoints for viewing and controlling a device
|
|
4365
|
+
# during a remote access session.
|
|
4366
|
+
# @return [Types::RemoteAccessEndpoints]
|
|
4367
|
+
#
|
|
4458
4368
|
# @see http://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/RemoteAccessSession AWS API Documentation
|
|
4459
4369
|
#
|
|
4460
4370
|
class RemoteAccessSession < Struct.new(
|
|
@@ -4468,11 +4378,6 @@ module Aws::DeviceFarm
|
|
|
4468
4378
|
:stopped,
|
|
4469
4379
|
:device,
|
|
4470
4380
|
:instance_arn,
|
|
4471
|
-
:remote_debug_enabled,
|
|
4472
|
-
:remote_record_enabled,
|
|
4473
|
-
:remote_record_app_arn,
|
|
4474
|
-
:host_address,
|
|
4475
|
-
:client_id,
|
|
4476
4381
|
:billing_method,
|
|
4477
4382
|
:device_minutes,
|
|
4478
4383
|
:endpoint,
|
|
@@ -4481,7 +4386,8 @@ module Aws::DeviceFarm
|
|
|
4481
4386
|
:skip_app_resign,
|
|
4482
4387
|
:vpc_config,
|
|
4483
4388
|
:device_proxy,
|
|
4484
|
-
:app_upload
|
|
4389
|
+
:app_upload,
|
|
4390
|
+
:endpoints)
|
|
4485
4391
|
SENSITIVE = []
|
|
4486
4392
|
include Aws::Structure
|
|
4487
4393
|
end
|
data/lib/aws-sdk-devicefarm.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -160,12 +160,7 @@ module Aws
|
|
|
160
160
|
device_arn: ::String,
|
|
161
161
|
?app_arn: ::String,
|
|
162
162
|
?instance_arn: ::String,
|
|
163
|
-
?ssh_public_key: ::String,
|
|
164
|
-
?remote_debug_enabled: bool,
|
|
165
|
-
?remote_record_enabled: bool,
|
|
166
|
-
?remote_record_app_arn: ::String,
|
|
167
163
|
?name: ::String,
|
|
168
|
-
?client_id: ::String,
|
|
169
164
|
?configuration: {
|
|
170
165
|
auxiliary_apps: Array[::String]?,
|
|
171
166
|
billing_method: ("METERED" | "UNMETERED")?,
|
data/sig/types.rbs
CHANGED
|
@@ -131,12 +131,7 @@ module Aws::DeviceFarm
|
|
|
131
131
|
attr_accessor device_arn: ::String
|
|
132
132
|
attr_accessor app_arn: ::String
|
|
133
133
|
attr_accessor instance_arn: ::String
|
|
134
|
-
attr_accessor ssh_public_key: ::String
|
|
135
|
-
attr_accessor remote_debug_enabled: bool
|
|
136
|
-
attr_accessor remote_record_enabled: bool
|
|
137
|
-
attr_accessor remote_record_app_arn: ::String
|
|
138
134
|
attr_accessor name: ::String
|
|
139
|
-
attr_accessor client_id: ::String
|
|
140
135
|
attr_accessor configuration: Types::CreateRemoteAccessSessionConfiguration
|
|
141
136
|
attr_accessor interaction_mode: ("INTERACTIVE" | "NO_VIDEO" | "VIDEO_ONLY")
|
|
142
137
|
attr_accessor skip_app_resign: bool
|
|
@@ -1044,6 +1039,12 @@ module Aws::DeviceFarm
|
|
|
1044
1039
|
SENSITIVE: []
|
|
1045
1040
|
end
|
|
1046
1041
|
|
|
1042
|
+
class RemoteAccessEndpoints
|
|
1043
|
+
attr_accessor remote_driver_endpoint: ::String
|
|
1044
|
+
attr_accessor interactive_endpoint: ::String
|
|
1045
|
+
SENSITIVE: [:remote_driver_endpoint, :interactive_endpoint]
|
|
1046
|
+
end
|
|
1047
|
+
|
|
1047
1048
|
class RemoteAccessSession
|
|
1048
1049
|
attr_accessor arn: ::String
|
|
1049
1050
|
attr_accessor name: ::String
|
|
@@ -1055,11 +1056,6 @@ module Aws::DeviceFarm
|
|
|
1055
1056
|
attr_accessor stopped: ::Time
|
|
1056
1057
|
attr_accessor device: Types::Device
|
|
1057
1058
|
attr_accessor instance_arn: ::String
|
|
1058
|
-
attr_accessor remote_debug_enabled: bool
|
|
1059
|
-
attr_accessor remote_record_enabled: bool
|
|
1060
|
-
attr_accessor remote_record_app_arn: ::String
|
|
1061
|
-
attr_accessor host_address: ::String
|
|
1062
|
-
attr_accessor client_id: ::String
|
|
1063
1059
|
attr_accessor billing_method: ("METERED" | "UNMETERED")
|
|
1064
1060
|
attr_accessor device_minutes: Types::DeviceMinutes
|
|
1065
1061
|
attr_accessor endpoint: ::String
|
|
@@ -1069,6 +1065,7 @@ module Aws::DeviceFarm
|
|
|
1069
1065
|
attr_accessor vpc_config: Types::VpcConfig
|
|
1070
1066
|
attr_accessor device_proxy: Types::DeviceProxy
|
|
1071
1067
|
attr_accessor app_upload: ::String
|
|
1068
|
+
attr_accessor endpoints: Types::RemoteAccessEndpoints
|
|
1072
1069
|
SENSITIVE: []
|
|
1073
1070
|
end
|
|
1074
1071
|
|