aws-sdk-devicefarm 1.95.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ce3939c8ce43dc2a0bb54a9967379f28830205e9e07572cbebf3a483c58c2756
4
- data.tar.gz: 04c3a188121deda2abea21efeee148028e154d0e7e852b7fee77fa8a71704cd6
3
+ metadata.gz: 6608eb1f7a0aef56f43de292658bd2e1f8201c55eac1073bbc0c3b929e7365ae
4
+ data.tar.gz: 396e236ce01c3189f2f5466d0951a10427e967915d6bd50a23d3a6aeb363969b
5
5
  SHA512:
6
- metadata.gz: 61611f877f40c20481bd3cd79f4787165cc8429b8b0a848d045b73cd70f64001542cbc84502559e6344c93dc76fa9ba0be1bed814e475afe6104c20cb8a11158
7
- data.tar.gz: d6101290fdcd4e07119173bd4792fa5d15c9fdbe65f2f34940184442f1f47f9bdf2586a17a47669a83ff981b1e87860c6b4648fdbf9d4a1ae6ff44f705485785
6
+ metadata.gz: efd786d962bea2969f76da850378ac38f23e064a97bc1e7e508374d114b3b3db5f164415383f505402d5c597a4a92d05673218e4e8c52b49d1d09e54c0521e12
7
+ data.tar.gz: 62329e23cf43e0d9623692fa12e5e084671e0b23bd21ee48367c1e299df409175277cb27f5074b4eafde3ad5bd3851efa2903fdcb77e6709d4f700da0e800287
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.96.0 (2025-10-22)
10
+ ------------------
11
+
12
+ * Feature - This release adds support for optionally including an app as part of a CreateRemoteAccessSession request
13
+
4
14
  1.95.0 (2025-10-21)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.95.0
1
+ 1.97.0
@@ -794,71 +794,23 @@ module Aws::DeviceFarm
794
794
  # The ARN of the device for which you want to create a remote access
795
795
  # session.
796
796
  #
797
+ # @option params [String] :app_arn
798
+ # The Amazon Resource Name (ARN) of the app to create the remote access
799
+ # session.
800
+ #
797
801
  # @option params [String] :instance_arn
798
802
  # The Amazon Resource Name (ARN) of the device instance for which you
799
803
  # want to create a remote access session.
800
804
  #
801
- # @option params [String] :ssh_public_key
802
- # Ignored. The public key of the `ssh` key pair you want to use for
803
- # connecting to remote devices in your remote debugging session. This
804
- # key is required only if `remoteDebugEnabled` is set to `true`.
805
- #
806
- # Remote debugging is [no longer supported][1].
807
- #
808
- #
809
- #
810
- # [1]: https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html
811
- #
812
- # @option params [Boolean] :remote_debug_enabled
813
- # Set to `true` if you want to access devices remotely for debugging in
814
- # your remote access session.
815
- #
816
- # Remote debugging is [no longer supported][1].
817
- #
818
- #
819
- #
820
- # [1]: https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html
821
- #
822
- # @option params [Boolean] :remote_record_enabled
823
- # Set to `true` to enable remote recording for the remote access
824
- # session.
825
- #
826
- # @option params [String] :remote_record_app_arn
827
- # The Amazon Resource Name (ARN) for the app to be recorded in the
828
- # remote access session.
829
- #
830
805
  # @option params [String] :name
831
806
  # The name of the remote access session to create.
832
807
  #
833
- # @option params [String] :client_id
834
- # Unique identifier for the client. If you want access to multiple
835
- # devices on the same client, you should pass the same `clientId` value
836
- # in each call to `CreateRemoteAccessSession`. This identifier is
837
- # required only if `remoteDebugEnabled` is set to `true`.
838
- #
839
- # Remote debugging is [no longer supported][1].
840
- #
841
- #
842
- #
843
- # [1]: https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html
844
- #
845
808
  # @option params [Types::CreateRemoteAccessSessionConfiguration] :configuration
846
809
  # The configuration information for the remote access session request.
847
810
  #
848
811
  # @option params [String] :interaction_mode
849
- # The interaction mode of the remote access session. Valid values are:
850
- #
851
- # * INTERACTIVE: You can interact with the iOS device by viewing,
852
- # touching, and rotating the screen. You cannot run XCUITest
853
- # framework-based tests in this mode.
854
- #
855
- # * NO\_VIDEO: You are connected to the device, but cannot interact with
856
- # it or view the screen. This mode has the fastest test execution
857
- # speed. You can run XCUITest framework-based tests in this mode.
858
- #
859
- # * VIDEO\_ONLY: You can view the screen, but cannot touch or rotate it.
860
- # You can run XCUITest framework-based tests and watch the screen in
861
- # this mode.
812
+ # The interaction mode of the remote access session. Changing the
813
+ # interactive mode of remote access sessions is no longer available.
862
814
  #
863
815
  # @option params [Boolean] :skip_app_resign
864
816
  # When set to `true`, for private devices, Device Farm does not sign
@@ -901,14 +853,11 @@ module Aws::DeviceFarm
901
853
  # resp = client.create_remote_access_session({
902
854
  # project_arn: "AmazonResourceName", # required
903
855
  # device_arn: "AmazonResourceName", # required
856
+ # app_arn: "AmazonResourceName",
904
857
  # instance_arn: "AmazonResourceName",
905
- # ssh_public_key: "SshPublicKey",
906
- # remote_debug_enabled: false,
907
- # remote_record_enabled: false,
908
- # remote_record_app_arn: "AmazonResourceName",
909
858
  # name: "Name",
910
- # client_id: "ClientId",
911
859
  # configuration: {
860
+ # auxiliary_apps: ["AmazonResourceName"],
912
861
  # billing_method: "METERED", # accepts METERED, UNMETERED
913
862
  # vpce_configuration_arns: ["AmazonResourceName"],
914
863
  # device_proxy: {
@@ -968,11 +917,6 @@ module Aws::DeviceFarm
968
917
  # resp.remote_access_session.device.instances[0].instance_profile.description #=> String
969
918
  # resp.remote_access_session.device.availability #=> String, one of "TEMPORARY_NOT_AVAILABLE", "BUSY", "AVAILABLE", "HIGHLY_AVAILABLE"
970
919
  # resp.remote_access_session.instance_arn #=> String
971
- # resp.remote_access_session.remote_debug_enabled #=> Boolean
972
- # resp.remote_access_session.remote_record_enabled #=> Boolean
973
- # resp.remote_access_session.remote_record_app_arn #=> String
974
- # resp.remote_access_session.host_address #=> String
975
- # resp.remote_access_session.client_id #=> String
976
920
  # resp.remote_access_session.billing_method #=> String, one of "METERED", "UNMETERED"
977
921
  # resp.remote_access_session.device_minutes.total #=> Float
978
922
  # resp.remote_access_session.device_minutes.metered #=> Float
@@ -988,6 +932,9 @@ module Aws::DeviceFarm
988
932
  # resp.remote_access_session.vpc_config.vpc_id #=> String
989
933
  # resp.remote_access_session.device_proxy.host #=> String
990
934
  # resp.remote_access_session.device_proxy.port #=> Integer
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
991
938
  #
992
939
  # @see http://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/CreateRemoteAccessSession AWS API Documentation
993
940
  #
@@ -1354,9 +1301,10 @@ module Aws::DeviceFarm
1354
1301
  req.send_request(options)
1355
1302
  end
1356
1303
 
1357
- # 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.
1358
1306
  #
1359
- # Deleting this resource does not stop an in-progress run.
1307
+ # You cannot undo this operation.
1360
1308
  #
1361
1309
  # @option params [required, String] :arn
1362
1310
  # Represents the Amazon Resource Name (ARN) of the Device Farm project
@@ -1392,7 +1340,10 @@ module Aws::DeviceFarm
1392
1340
  req.send_request(options)
1393
1341
  end
1394
1342
 
1395
- # 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.
1396
1347
  #
1397
1348
  # @option params [required, String] :arn
1398
1349
  # The Amazon Resource Name (ARN) of the session for which you want to
@@ -1428,9 +1379,10 @@ module Aws::DeviceFarm
1428
1379
  req.send_request(options)
1429
1380
  end
1430
1381
 
1431
- # 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.
1432
1384
  #
1433
- # Deleting this resource does not stop an in-progress run.
1385
+ # You cannot undo this operation.
1434
1386
  #
1435
1387
  # @option params [required, String] :arn
1436
1388
  # The Amazon Resource Name (ARN) for the run to delete.
@@ -1466,13 +1418,10 @@ module Aws::DeviceFarm
1466
1418
  end
1467
1419
 
1468
1420
  # Deletes a Selenium testing project and all content generated under it.
1421
+ # You cannot delete a project if it has active sessions.
1469
1422
  #
1470
1423
  # You cannot undo this operation.
1471
1424
  #
1472
- # <note markdown="1"> You cannot delete a project if it has active sessions.
1473
- #
1474
- # </note>
1475
- #
1476
1425
  # @option params [required, String] :project_arn
1477
1426
  # The ARN of the project to delete, from CreateTestGridProject or
1478
1427
  # ListTestGridProjects.
@@ -2418,11 +2367,6 @@ module Aws::DeviceFarm
2418
2367
  # resp.remote_access_session.device.instances[0].instance_profile.description #=> String
2419
2368
  # resp.remote_access_session.device.availability #=> String, one of "TEMPORARY_NOT_AVAILABLE", "BUSY", "AVAILABLE", "HIGHLY_AVAILABLE"
2420
2369
  # resp.remote_access_session.instance_arn #=> String
2421
- # resp.remote_access_session.remote_debug_enabled #=> Boolean
2422
- # resp.remote_access_session.remote_record_enabled #=> Boolean
2423
- # resp.remote_access_session.remote_record_app_arn #=> String
2424
- # resp.remote_access_session.host_address #=> String
2425
- # resp.remote_access_session.client_id #=> String
2426
2370
  # resp.remote_access_session.billing_method #=> String, one of "METERED", "UNMETERED"
2427
2371
  # resp.remote_access_session.device_minutes.total #=> Float
2428
2372
  # resp.remote_access_session.device_minutes.metered #=> Float
@@ -2438,6 +2382,9 @@ module Aws::DeviceFarm
2438
2382
  # resp.remote_access_session.vpc_config.vpc_id #=> String
2439
2383
  # resp.remote_access_session.device_proxy.host #=> String
2440
2384
  # resp.remote_access_session.device_proxy.port #=> Integer
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
2441
2388
  #
2442
2389
  # @see http://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/GetRemoteAccessSession AWS API Documentation
2443
2390
  #
@@ -3994,11 +3941,6 @@ module Aws::DeviceFarm
3994
3941
  # resp.remote_access_sessions[0].device.instances[0].instance_profile.description #=> String
3995
3942
  # resp.remote_access_sessions[0].device.availability #=> String, one of "TEMPORARY_NOT_AVAILABLE", "BUSY", "AVAILABLE", "HIGHLY_AVAILABLE"
3996
3943
  # resp.remote_access_sessions[0].instance_arn #=> String
3997
- # resp.remote_access_sessions[0].remote_debug_enabled #=> Boolean
3998
- # resp.remote_access_sessions[0].remote_record_enabled #=> Boolean
3999
- # resp.remote_access_sessions[0].remote_record_app_arn #=> String
4000
- # resp.remote_access_sessions[0].host_address #=> String
4001
- # resp.remote_access_sessions[0].client_id #=> String
4002
3944
  # resp.remote_access_sessions[0].billing_method #=> String, one of "METERED", "UNMETERED"
4003
3945
  # resp.remote_access_sessions[0].device_minutes.total #=> Float
4004
3946
  # resp.remote_access_sessions[0].device_minutes.metered #=> Float
@@ -4014,6 +3956,9 @@ module Aws::DeviceFarm
4014
3956
  # resp.remote_access_sessions[0].vpc_config.vpc_id #=> String
4015
3957
  # resp.remote_access_sessions[0].device_proxy.host #=> String
4016
3958
  # resp.remote_access_sessions[0].device_proxy.port #=> Integer
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
4017
3962
  # resp.next_token #=> String
4018
3963
  #
4019
3964
  # @see http://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListRemoteAccessSessions AWS API Documentation
@@ -5431,11 +5376,6 @@ module Aws::DeviceFarm
5431
5376
  # resp.remote_access_session.device.instances[0].instance_profile.description #=> String
5432
5377
  # resp.remote_access_session.device.availability #=> String, one of "TEMPORARY_NOT_AVAILABLE", "BUSY", "AVAILABLE", "HIGHLY_AVAILABLE"
5433
5378
  # resp.remote_access_session.instance_arn #=> String
5434
- # resp.remote_access_session.remote_debug_enabled #=> Boolean
5435
- # resp.remote_access_session.remote_record_enabled #=> Boolean
5436
- # resp.remote_access_session.remote_record_app_arn #=> String
5437
- # resp.remote_access_session.host_address #=> String
5438
- # resp.remote_access_session.client_id #=> String
5439
5379
  # resp.remote_access_session.billing_method #=> String, one of "METERED", "UNMETERED"
5440
5380
  # resp.remote_access_session.device_minutes.total #=> Float
5441
5381
  # resp.remote_access_session.device_minutes.metered #=> Float
@@ -5451,6 +5391,9 @@ module Aws::DeviceFarm
5451
5391
  # resp.remote_access_session.vpc_config.vpc_id #=> String
5452
5392
  # resp.remote_access_session.device_proxy.host #=> String
5453
5393
  # resp.remote_access_session.device_proxy.port #=> Integer
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
5454
5397
  #
5455
5398
  # @see http://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/StopRemoteAccessSession AWS API Documentation
5456
5399
  #
@@ -6216,7 +6159,7 @@ module Aws::DeviceFarm
6216
6159
  tracer: tracer
6217
6160
  )
6218
6161
  context[:gem_name] = 'aws-sdk-devicefarm'
6219
- context[:gem_version] = '1.95.0'
6162
+ context[:gem_version] = '1.97.0'
6220
6163
  Seahorse::Client::Request.new(handlers, context)
6221
6164
  end
6222
6165
 
@@ -26,11 +26,11 @@ module Aws::DeviceFarm
26
26
  ArtifactCategory = Shapes::StringShape.new(name: 'ArtifactCategory')
27
27
  ArtifactType = Shapes::StringShape.new(name: 'ArtifactType')
28
28
  Artifacts = Shapes::ListShape.new(name: 'Artifacts')
29
+ AuxiliaryAppArnList = Shapes::ListShape.new(name: 'AuxiliaryAppArnList')
29
30
  BillingMethod = Shapes::StringShape.new(name: 'BillingMethod')
30
31
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
31
32
  CPU = Shapes::StructureShape.new(name: 'CPU')
32
33
  CannotDeleteException = Shapes::StructureShape.new(name: 'CannotDeleteException')
33
- ClientId = Shapes::StringShape.new(name: 'ClientId')
34
34
  ContentType = Shapes::StringShape.new(name: 'ContentType')
35
35
  Counters = Shapes::StructureShape.new(name: 'Counters')
36
36
  CreateDevicePoolRequest = Shapes::StructureShape.new(name: 'CreateDevicePoolRequest')
@@ -141,7 +141,6 @@ module Aws::DeviceFarm
141
141
  GetUploadResult = Shapes::StructureShape.new(name: 'GetUploadResult')
142
142
  GetVPCEConfigurationRequest = Shapes::StructureShape.new(name: 'GetVPCEConfigurationRequest')
143
143
  GetVPCEConfigurationResult = Shapes::StructureShape.new(name: 'GetVPCEConfigurationResult')
144
- HostAddress = Shapes::StringShape.new(name: 'HostAddress')
145
144
  IdempotencyException = Shapes::StructureShape.new(name: 'IdempotencyException')
146
145
  IncompatibilityMessage = Shapes::StructureShape.new(name: 'IncompatibilityMessage')
147
146
  IncompatibilityMessages = Shapes::ListShape.new(name: 'IncompatibilityMessages')
@@ -249,6 +248,7 @@ module Aws::DeviceFarm
249
248
  RecurringCharge = Shapes::StructureShape.new(name: 'RecurringCharge')
250
249
  RecurringChargeFrequency = Shapes::StringShape.new(name: 'RecurringChargeFrequency')
251
250
  RecurringCharges = Shapes::ListShape.new(name: 'RecurringCharges')
251
+ RemoteAccessEndpoints = Shapes::StructureShape.new(name: 'RemoteAccessEndpoints')
252
252
  RemoteAccessSession = Shapes::StructureShape.new(name: 'RemoteAccessSession')
253
253
  RemoteAccessSessions = Shapes::ListShape.new(name: 'RemoteAccessSessions')
254
254
  RenewOfferingRequest = Shapes::StructureShape.new(name: 'RenewOfferingRequest')
@@ -276,7 +276,6 @@ module Aws::DeviceFarm
276
276
  ServiceAccountException = Shapes::StructureShape.new(name: 'ServiceAccountException')
277
277
  ServiceDnsName = Shapes::StringShape.new(name: 'ServiceDnsName')
278
278
  SkipAppResign = Shapes::BooleanShape.new(name: 'SkipAppResign')
279
- SshPublicKey = Shapes::StringShape.new(name: 'SshPublicKey')
280
279
  StopJobRequest = Shapes::StructureShape.new(name: 'StopJobRequest')
281
280
  StopJobResult = Shapes::StructureShape.new(name: 'StopJobResult')
282
281
  StopRemoteAccessSessionRequest = Shapes::StructureShape.new(name: 'StopRemoteAccessSessionRequest')
@@ -380,6 +379,8 @@ module Aws::DeviceFarm
380
379
 
381
380
  Artifacts.member = Shapes::ShapeRef.new(shape: Artifact)
382
381
 
382
+ AuxiliaryAppArnList.member = Shapes::ShapeRef.new(shape: AmazonResourceName)
383
+
383
384
  CPU.add_member(:frequency, Shapes::ShapeRef.new(shape: String, location_name: "frequency"))
384
385
  CPU.add_member(:architecture, Shapes::ShapeRef.new(shape: String, location_name: "architecture"))
385
386
  CPU.add_member(:clock, Shapes::ShapeRef.new(shape: Double, location_name: "clock"))
@@ -442,6 +443,7 @@ module Aws::DeviceFarm
442
443
  CreateProjectResult.add_member(:project, Shapes::ShapeRef.new(shape: Project, location_name: "project"))
443
444
  CreateProjectResult.struct_class = Types::CreateProjectResult
444
445
 
446
+ CreateRemoteAccessSessionConfiguration.add_member(:auxiliary_apps, Shapes::ShapeRef.new(shape: AuxiliaryAppArnList, location_name: "auxiliaryApps"))
445
447
  CreateRemoteAccessSessionConfiguration.add_member(:billing_method, Shapes::ShapeRef.new(shape: BillingMethod, location_name: "billingMethod"))
446
448
  CreateRemoteAccessSessionConfiguration.add_member(:vpce_configuration_arns, Shapes::ShapeRef.new(shape: AmazonResourceNames, location_name: "vpceConfigurationArns"))
447
449
  CreateRemoteAccessSessionConfiguration.add_member(:device_proxy, Shapes::ShapeRef.new(shape: DeviceProxy, location_name: "deviceProxy"))
@@ -449,15 +451,11 @@ module Aws::DeviceFarm
449
451
 
450
452
  CreateRemoteAccessSessionRequest.add_member(:project_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "projectArn"))
451
453
  CreateRemoteAccessSessionRequest.add_member(:device_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "deviceArn"))
454
+ CreateRemoteAccessSessionRequest.add_member(:app_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "appArn"))
452
455
  CreateRemoteAccessSessionRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "instanceArn"))
453
- CreateRemoteAccessSessionRequest.add_member(:ssh_public_key, Shapes::ShapeRef.new(shape: SshPublicKey, location_name: "sshPublicKey"))
454
- CreateRemoteAccessSessionRequest.add_member(:remote_debug_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "remoteDebugEnabled"))
455
- CreateRemoteAccessSessionRequest.add_member(:remote_record_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "remoteRecordEnabled"))
456
- CreateRemoteAccessSessionRequest.add_member(:remote_record_app_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "remoteRecordAppArn"))
457
456
  CreateRemoteAccessSessionRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
458
- CreateRemoteAccessSessionRequest.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, location_name: "clientId"))
459
457
  CreateRemoteAccessSessionRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: CreateRemoteAccessSessionConfiguration, location_name: "configuration"))
460
- 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"}))
461
459
  CreateRemoteAccessSessionRequest.add_member(:skip_app_resign, Shapes::ShapeRef.new(shape: Boolean, location_name: "skipAppResign"))
462
460
  CreateRemoteAccessSessionRequest.struct_class = Types::CreateRemoteAccessSessionRequest
463
461
 
@@ -564,7 +562,7 @@ module Aws::DeviceFarm
564
562
  Device.add_member(:carrier, Shapes::ShapeRef.new(shape: String, location_name: "carrier"))
565
563
  Device.add_member(:radio, Shapes::ShapeRef.new(shape: String, location_name: "radio"))
566
564
  Device.add_member(:remote_access_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "remoteAccessEnabled"))
567
- 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"}))
568
566
  Device.add_member(:fleet_type, Shapes::ShapeRef.new(shape: String, location_name: "fleetType"))
569
567
  Device.add_member(:fleet_name, Shapes::ShapeRef.new(shape: String, location_name: "fleetName"))
570
568
  Device.add_member(:instances, Shapes::ShapeRef.new(shape: DeviceInstances, location_name: "instances"))
@@ -1127,6 +1125,10 @@ module Aws::DeviceFarm
1127
1125
 
1128
1126
  RecurringCharges.member = Shapes::ShapeRef.new(shape: RecurringCharge)
1129
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
+
1130
1132
  RemoteAccessSession.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "arn"))
1131
1133
  RemoteAccessSession.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
1132
1134
  RemoteAccessSession.add_member(:created, Shapes::ShapeRef.new(shape: DateTime, location_name: "created"))
@@ -1137,19 +1139,16 @@ module Aws::DeviceFarm
1137
1139
  RemoteAccessSession.add_member(:stopped, Shapes::ShapeRef.new(shape: DateTime, location_name: "stopped"))
1138
1140
  RemoteAccessSession.add_member(:device, Shapes::ShapeRef.new(shape: Device, location_name: "device"))
1139
1141
  RemoteAccessSession.add_member(:instance_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "instanceArn"))
1140
- RemoteAccessSession.add_member(:remote_debug_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "remoteDebugEnabled"))
1141
- RemoteAccessSession.add_member(:remote_record_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "remoteRecordEnabled"))
1142
- RemoteAccessSession.add_member(:remote_record_app_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "remoteRecordAppArn"))
1143
- RemoteAccessSession.add_member(:host_address, Shapes::ShapeRef.new(shape: HostAddress, location_name: "hostAddress"))
1144
- RemoteAccessSession.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, location_name: "clientId"))
1145
1142
  RemoteAccessSession.add_member(:billing_method, Shapes::ShapeRef.new(shape: BillingMethod, location_name: "billingMethod"))
1146
1143
  RemoteAccessSession.add_member(:device_minutes, Shapes::ShapeRef.new(shape: DeviceMinutes, location_name: "deviceMinutes"))
1147
- 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"}))
1148
1145
  RemoteAccessSession.add_member(:device_udid, Shapes::ShapeRef.new(shape: String, location_name: "deviceUdid"))
1149
- 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"}))
1150
1147
  RemoteAccessSession.add_member(:skip_app_resign, Shapes::ShapeRef.new(shape: SkipAppResign, location_name: "skipAppResign"))
1151
1148
  RemoteAccessSession.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "vpcConfig"))
1152
1149
  RemoteAccessSession.add_member(:device_proxy, Shapes::ShapeRef.new(shape: DeviceProxy, location_name: "deviceProxy"))
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"))
1153
1152
  RemoteAccessSession.struct_class = Types::RemoteAccessSession
1154
1153
 
1155
1154
  RemoteAccessSessions.member = Shapes::ShapeRef.new(shape: RemoteAccessSession)
@@ -13,22 +13,22 @@ module Aws::DeviceFarm
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -491,6 +491,11 @@ module Aws::DeviceFarm
491
491
  # Configuration settings for a remote access session, including billing
492
492
  # method.
493
493
  #
494
+ # @!attribute [rw] auxiliary_apps
495
+ # A list of upload ARNs for app packages to be installed onto your
496
+ # device. (Maximum 3)
497
+ # @return [Array<String>]
498
+ #
494
499
  # @!attribute [rw] billing_method
495
500
  # The billing method for the remote access session.
496
501
  # @return [String]
@@ -507,6 +512,7 @@ module Aws::DeviceFarm
507
512
  # @see http://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/CreateRemoteAccessSessionConfiguration AWS API Documentation
508
513
  #
509
514
  class CreateRemoteAccessSessionConfiguration < Struct.new(
515
+ :auxiliary_apps,
510
516
  :billing_method,
511
517
  :vpce_configuration_arns,
512
518
  :device_proxy)
@@ -526,80 +532,27 @@ module Aws::DeviceFarm
526
532
  # session.
527
533
  # @return [String]
528
534
  #
535
+ # @!attribute [rw] app_arn
536
+ # The Amazon Resource Name (ARN) of the app to create the remote
537
+ # access session.
538
+ # @return [String]
539
+ #
529
540
  # @!attribute [rw] instance_arn
530
541
  # The Amazon Resource Name (ARN) of the device instance for which you
531
542
  # want to create a remote access session.
532
543
  # @return [String]
533
544
  #
534
- # @!attribute [rw] ssh_public_key
535
- # Ignored. The public key of the `ssh` key pair you want to use for
536
- # connecting to remote devices in your remote debugging session. This
537
- # key is required only if `remoteDebugEnabled` is set to `true`.
538
- #
539
- # Remote debugging is [no longer supported][1].
540
- #
541
- #
542
- #
543
- # [1]: https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html
544
- # @return [String]
545
- #
546
- # @!attribute [rw] remote_debug_enabled
547
- # Set to `true` if you want to access devices remotely for debugging
548
- # in your remote access session.
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 [Boolean]
556
- #
557
- # @!attribute [rw] remote_record_enabled
558
- # Set to `true` to enable remote recording for the remote access
559
- # session.
560
- # @return [Boolean]
561
- #
562
- # @!attribute [rw] remote_record_app_arn
563
- # The Amazon Resource Name (ARN) for the app to be recorded in the
564
- # remote access session.
565
- # @return [String]
566
- #
567
545
  # @!attribute [rw] name
568
546
  # The name of the remote access session to create.
569
547
  # @return [String]
570
548
  #
571
- # @!attribute [rw] client_id
572
- # Unique identifier for the client. If you want access to multiple
573
- # devices on the same client, you should pass the same `clientId`
574
- # value in each call to `CreateRemoteAccessSession`. This identifier
575
- # is required only if `remoteDebugEnabled` is set to `true`.
576
- #
577
- # Remote debugging is [no longer supported][1].
578
- #
579
- #
580
- #
581
- # [1]: https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html
582
- # @return [String]
583
- #
584
549
  # @!attribute [rw] configuration
585
550
  # The configuration information for the remote access session request.
586
551
  # @return [Types::CreateRemoteAccessSessionConfiguration]
587
552
  #
588
553
  # @!attribute [rw] interaction_mode
589
- # The interaction mode of the remote access session. Valid values are:
590
- #
591
- # * INTERACTIVE: You can interact with the iOS device by viewing,
592
- # touching, and rotating the screen. You cannot run XCUITest
593
- # framework-based tests in this mode.
594
- #
595
- # * NO\_VIDEO: You are connected to the device, but cannot interact
596
- # with it or view the screen. This mode has the fastest test
597
- # execution speed. You can run XCUITest framework-based tests in
598
- # this mode.
599
- #
600
- # * VIDEO\_ONLY: You can view the screen, but cannot touch or rotate
601
- # it. You can run XCUITest framework-based tests and watch the
602
- # 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.
603
556
  # @return [String]
604
557
  #
605
558
  # @!attribute [rw] skip_app_resign
@@ -620,13 +573,9 @@ module Aws::DeviceFarm
620
573
  class CreateRemoteAccessSessionRequest < Struct.new(
621
574
  :project_arn,
622
575
  :device_arn,
576
+ :app_arn,
623
577
  :instance_arn,
624
- :ssh_public_key,
625
- :remote_debug_enabled,
626
- :remote_record_enabled,
627
- :remote_record_app_arn,
628
578
  :name,
629
- :client_id,
630
579
  :configuration,
631
580
  :interaction_mode,
632
581
  :skip_app_resign)
@@ -4251,6 +4200,28 @@ module Aws::DeviceFarm
4251
4200
  include Aws::Structure
4252
4201
  end
4253
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
+
4254
4225
  # Represents information about the remote access session.
4255
4226
  #
4256
4227
  # @!attribute [rw] arn
@@ -4327,50 +4298,6 @@ module Aws::DeviceFarm
4327
4298
  # The ARN of the instance.
4328
4299
  # @return [String]
4329
4300
  #
4330
- # @!attribute [rw] remote_debug_enabled
4331
- # This flag is set to `true` if remote debugging is enabled for the
4332
- # remote access session.
4333
- #
4334
- # Remote debugging is [no longer supported][1].
4335
- #
4336
- #
4337
- #
4338
- # [1]: https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html
4339
- # @return [Boolean]
4340
- #
4341
- # @!attribute [rw] remote_record_enabled
4342
- # This flag is set to `true` if remote recording is enabled for the
4343
- # remote access session.
4344
- # @return [Boolean]
4345
- #
4346
- # @!attribute [rw] remote_record_app_arn
4347
- # The ARN for the app to be recorded in the remote access session.
4348
- # @return [String]
4349
- #
4350
- # @!attribute [rw] host_address
4351
- # IP address of the EC2 host where you need to connect to remotely
4352
- # debug devices. Only returned if remote debugging is enabled for the
4353
- # remote access session.
4354
- #
4355
- # Remote debugging is [no longer supported][1].
4356
- #
4357
- #
4358
- #
4359
- # [1]: https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html
4360
- # @return [String]
4361
- #
4362
- # @!attribute [rw] client_id
4363
- # Unique identifier of your client for the remote access session. Only
4364
- # returned if remote debugging is enabled for the remote access
4365
- # 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
4301
  # @!attribute [rw] billing_method
4375
4302
  # The billing method of the remote access session. Possible values
4376
4303
  # include `METERED` or `UNMETERED`. For more information about metered
@@ -4387,7 +4314,9 @@ module Aws::DeviceFarm
4387
4314
  # @return [Types::DeviceMinutes]
4388
4315
  #
4389
4316
  # @!attribute [rw] endpoint
4390
- # The endpoint for the remote access sesssion.
4317
+ # The endpoint for the remote access session. This field is
4318
+ # deprecated, and is replaced by the new
4319
+ # `endpoints.interactiveEndpoint` field.
4391
4320
  # @return [String]
4392
4321
  #
4393
4322
  # @!attribute [rw] device_udid
@@ -4402,20 +4331,8 @@ module Aws::DeviceFarm
4402
4331
  # @return [String]
4403
4332
  #
4404
4333
  # @!attribute [rw] interaction_mode
4405
- # The interaction mode of the remote access session. Valid values are:
4406
- #
4407
- # * INTERACTIVE: You can interact with the iOS device by viewing,
4408
- # touching, and rotating the screen. You cannot run XCUITest
4409
- # framework-based tests in this mode.
4410
- #
4411
- # * NO\_VIDEO: You are connected to the device, but cannot interact
4412
- # with it or view the screen. This mode has the fastest test
4413
- # execution speed. You can run XCUITest framework-based tests in
4414
- # this mode.
4415
- #
4416
- # * VIDEO\_ONLY: You can view the screen, but cannot touch or rotate
4417
- # it. You can run XCUITest framework-based tests and watch the
4418
- # 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.
4419
4336
  # @return [String]
4420
4337
  #
4421
4338
  # @!attribute [rw] skip_app_resign
@@ -4439,6 +4356,15 @@ module Aws::DeviceFarm
4439
4356
  # The device proxy configured for the remote access session.
4440
4357
  # @return [Types::DeviceProxy]
4441
4358
  #
4359
+ # @!attribute [rw] app_upload
4360
+ # The ARN for the app to be installed onto your device.
4361
+ # @return [String]
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
+ #
4442
4368
  # @see http://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/RemoteAccessSession AWS API Documentation
4443
4369
  #
4444
4370
  class RemoteAccessSession < Struct.new(
@@ -4452,11 +4378,6 @@ module Aws::DeviceFarm
4452
4378
  :stopped,
4453
4379
  :device,
4454
4380
  :instance_arn,
4455
- :remote_debug_enabled,
4456
- :remote_record_enabled,
4457
- :remote_record_app_arn,
4458
- :host_address,
4459
- :client_id,
4460
4381
  :billing_method,
4461
4382
  :device_minutes,
4462
4383
  :endpoint,
@@ -4464,7 +4385,9 @@ module Aws::DeviceFarm
4464
4385
  :interaction_mode,
4465
4386
  :skip_app_resign,
4466
4387
  :vpc_config,
4467
- :device_proxy)
4388
+ :device_proxy,
4389
+ :app_upload,
4390
+ :endpoints)
4468
4391
  SENSITIVE = []
4469
4392
  include Aws::Structure
4470
4393
  end
@@ -54,7 +54,7 @@ module Aws::DeviceFarm
54
54
  autoload :EndpointProvider, 'aws-sdk-devicefarm/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-devicefarm/endpoints'
56
56
 
57
- GEM_VERSION = '1.95.0'
57
+ GEM_VERSION = '1.97.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -158,14 +158,11 @@ module Aws
158
158
  def create_remote_access_session: (
159
159
  project_arn: ::String,
160
160
  device_arn: ::String,
161
+ ?app_arn: ::String,
161
162
  ?instance_arn: ::String,
162
- ?ssh_public_key: ::String,
163
- ?remote_debug_enabled: bool,
164
- ?remote_record_enabled: bool,
165
- ?remote_record_app_arn: ::String,
166
163
  ?name: ::String,
167
- ?client_id: ::String,
168
164
  ?configuration: {
165
+ auxiliary_apps: Array[::String]?,
169
166
  billing_method: ("METERED" | "UNMETERED")?,
170
167
  vpce_configuration_arns: Array[::String]?,
171
168
  device_proxy: {
data/sig/types.rbs CHANGED
@@ -119,6 +119,7 @@ module Aws::DeviceFarm
119
119
  end
120
120
 
121
121
  class CreateRemoteAccessSessionConfiguration
122
+ attr_accessor auxiliary_apps: ::Array[::String]
122
123
  attr_accessor billing_method: ("METERED" | "UNMETERED")
123
124
  attr_accessor vpce_configuration_arns: ::Array[::String]
124
125
  attr_accessor device_proxy: Types::DeviceProxy
@@ -128,13 +129,9 @@ module Aws::DeviceFarm
128
129
  class CreateRemoteAccessSessionRequest
129
130
  attr_accessor project_arn: ::String
130
131
  attr_accessor device_arn: ::String
132
+ attr_accessor app_arn: ::String
131
133
  attr_accessor instance_arn: ::String
132
- attr_accessor ssh_public_key: ::String
133
- attr_accessor remote_debug_enabled: bool
134
- attr_accessor remote_record_enabled: bool
135
- attr_accessor remote_record_app_arn: ::String
136
134
  attr_accessor name: ::String
137
- attr_accessor client_id: ::String
138
135
  attr_accessor configuration: Types::CreateRemoteAccessSessionConfiguration
139
136
  attr_accessor interaction_mode: ("INTERACTIVE" | "NO_VIDEO" | "VIDEO_ONLY")
140
137
  attr_accessor skip_app_resign: bool
@@ -1042,6 +1039,12 @@ module Aws::DeviceFarm
1042
1039
  SENSITIVE: []
1043
1040
  end
1044
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
+
1045
1048
  class RemoteAccessSession
1046
1049
  attr_accessor arn: ::String
1047
1050
  attr_accessor name: ::String
@@ -1053,11 +1056,6 @@ module Aws::DeviceFarm
1053
1056
  attr_accessor stopped: ::Time
1054
1057
  attr_accessor device: Types::Device
1055
1058
  attr_accessor instance_arn: ::String
1056
- attr_accessor remote_debug_enabled: bool
1057
- attr_accessor remote_record_enabled: bool
1058
- attr_accessor remote_record_app_arn: ::String
1059
- attr_accessor host_address: ::String
1060
- attr_accessor client_id: ::String
1061
1059
  attr_accessor billing_method: ("METERED" | "UNMETERED")
1062
1060
  attr_accessor device_minutes: Types::DeviceMinutes
1063
1061
  attr_accessor endpoint: ::String
@@ -1066,6 +1064,8 @@ module Aws::DeviceFarm
1066
1064
  attr_accessor skip_app_resign: bool
1067
1065
  attr_accessor vpc_config: Types::VpcConfig
1068
1066
  attr_accessor device_proxy: Types::DeviceProxy
1067
+ attr_accessor app_upload: ::String
1068
+ attr_accessor endpoints: Types::RemoteAccessEndpoints
1069
1069
  SENSITIVE: []
1070
1070
  end
1071
1071
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-devicefarm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.95.0
4
+ version: 1.97.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services