aws-sdk-devicefarm 1.109.0 → 1.110.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 +10 -6
- data/lib/aws-sdk-devicefarm/client_api.rb +7 -0
- data/lib/aws-sdk-devicefarm/types.rb +19 -26
- data/lib/aws-sdk-devicefarm.rb +1 -1
- data/sig/client.rbs +2 -1
- data/sig/types.rbs +1 -0
- 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: 0b4155461771bb66dcd95cc905ae6bdfde68bb33e7d99343423e437273b5f3d5
|
|
4
|
+
data.tar.gz: 0c53eda43c04610c9fbeb64a98963b9eaac62e7eff8e1809577bff7e49ea2e4e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a75794fb68c48932ce068033c8254968ffcb9c3e5e82f9ba2af7645d0fc245bd90fb093fe7c5e940dc7cc030a431b26f0e11db742dc5276ac9bd91ce1ef1c8d9
|
|
7
|
+
data.tar.gz: cfc4d774e406ee728e1320897806335ed0f61dc329ec0dc447e4eead472141fa59821e202cb5eccf7d8b9b93b6f25632b71aacc28f49507e6cb33462f9b7e790
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.110.0 (2026-08-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added support to CreateRemoveAccessSession for selecting a server version on the mobile WebDriver endpoint.
|
|
8
|
+
|
|
4
9
|
1.109.0 (2026-08-06)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.110.0
|
|
@@ -889,6 +889,9 @@ module Aws::DeviceFarm
|
|
|
889
889
|
# host: "DeviceProxyHost", # required
|
|
890
890
|
# port: 1, # required
|
|
891
891
|
# },
|
|
892
|
+
# parameters: {
|
|
893
|
+
# "RemoteAccessParameterKey" => "RemoteAccessParameterValue",
|
|
894
|
+
# },
|
|
892
895
|
# },
|
|
893
896
|
# interaction_mode: "INTERACTIVE", # accepts INTERACTIVE, NO_VIDEO, VIDEO_ONLY
|
|
894
897
|
# skip_app_resign: false,
|
|
@@ -2760,14 +2763,12 @@ module Aws::DeviceFarm
|
|
|
2760
2763
|
end
|
|
2761
2764
|
|
|
2762
2765
|
# A session is an instance of a browser created through a
|
|
2763
|
-
# `RemoteWebDriver` with the URL from CreateTestGridUrlResult
|
|
2766
|
+
# `RemoteWebDriver` with the URL from ` CreateTestGridUrlResult`. You
|
|
2764
2767
|
# can use the following to look up sessions:
|
|
2765
2768
|
#
|
|
2766
|
-
# * The session ARN
|
|
2769
|
+
# * The session ARN.
|
|
2767
2770
|
#
|
|
2768
|
-
# * The project ARN and a session ID
|
|
2769
|
-
# (GetTestGridSessionRequest$projectArn and
|
|
2770
|
-
# GetTestGridSessionRequest$sessionId).
|
|
2771
|
+
# * The project ARN and a session ID.
|
|
2771
2772
|
#
|
|
2772
2773
|
# @option params [String] :project_arn
|
|
2773
2774
|
# The ARN for the project that this session belongs to. See
|
|
@@ -4227,6 +4228,9 @@ module Aws::DeviceFarm
|
|
|
4227
4228
|
|
|
4228
4229
|
# Gets information about samples, given an AWS Device Farm job ARN.
|
|
4229
4230
|
#
|
|
4231
|
+
# Device Farm does not support performance data samples during test
|
|
4232
|
+
# executions.
|
|
4233
|
+
#
|
|
4230
4234
|
# @option params [required, String] :arn
|
|
4231
4235
|
# The Amazon Resource Name (ARN) of the job used to list samples.
|
|
4232
4236
|
#
|
|
@@ -6347,7 +6351,7 @@ module Aws::DeviceFarm
|
|
|
6347
6351
|
tracer: tracer
|
|
6348
6352
|
)
|
|
6349
6353
|
context[:gem_name] = 'aws-sdk-devicefarm'
|
|
6350
|
-
context[:gem_version] = '1.
|
|
6354
|
+
context[:gem_version] = '1.110.0'
|
|
6351
6355
|
Seahorse::Client::Request.new(handlers, context)
|
|
6352
6356
|
end
|
|
6353
6357
|
|
|
@@ -259,6 +259,9 @@ module Aws::DeviceFarm
|
|
|
259
259
|
RecurringChargeFrequency = Shapes::StringShape.new(name: 'RecurringChargeFrequency')
|
|
260
260
|
RecurringCharges = Shapes::ListShape.new(name: 'RecurringCharges')
|
|
261
261
|
RemoteAccessEndpoints = Shapes::StructureShape.new(name: 'RemoteAccessEndpoints')
|
|
262
|
+
RemoteAccessParameterKey = Shapes::StringShape.new(name: 'RemoteAccessParameterKey')
|
|
263
|
+
RemoteAccessParameterValue = Shapes::StringShape.new(name: 'RemoteAccessParameterValue')
|
|
264
|
+
RemoteAccessParameters = Shapes::MapShape.new(name: 'RemoteAccessParameters')
|
|
262
265
|
RemoteAccessSession = Shapes::StructureShape.new(name: 'RemoteAccessSession')
|
|
263
266
|
RemoteAccessSessions = Shapes::ListShape.new(name: 'RemoteAccessSessions')
|
|
264
267
|
RenewOfferingRequest = Shapes::StructureShape.new(name: 'RenewOfferingRequest')
|
|
@@ -464,6 +467,7 @@ module Aws::DeviceFarm
|
|
|
464
467
|
CreateRemoteAccessSessionConfiguration.add_member(:billing_method, Shapes::ShapeRef.new(shape: BillingMethod, location_name: "billingMethod"))
|
|
465
468
|
CreateRemoteAccessSessionConfiguration.add_member(:vpce_configuration_arns, Shapes::ShapeRef.new(shape: AmazonResourceNames, location_name: "vpceConfigurationArns"))
|
|
466
469
|
CreateRemoteAccessSessionConfiguration.add_member(:device_proxy, Shapes::ShapeRef.new(shape: DeviceProxy, location_name: "deviceProxy"))
|
|
470
|
+
CreateRemoteAccessSessionConfiguration.add_member(:parameters, Shapes::ShapeRef.new(shape: RemoteAccessParameters, location_name: "parameters"))
|
|
467
471
|
CreateRemoteAccessSessionConfiguration.struct_class = Types::CreateRemoteAccessSessionConfiguration
|
|
468
472
|
|
|
469
473
|
CreateRemoteAccessSessionRequest.add_member(:project_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "projectArn"))
|
|
@@ -1178,6 +1182,9 @@ module Aws::DeviceFarm
|
|
|
1178
1182
|
RemoteAccessEndpoints.add_member(:interactive_endpoint, Shapes::ShapeRef.new(shape: SensitiveURL, location_name: "interactiveEndpoint"))
|
|
1179
1183
|
RemoteAccessEndpoints.struct_class = Types::RemoteAccessEndpoints
|
|
1180
1184
|
|
|
1185
|
+
RemoteAccessParameters.key = Shapes::ShapeRef.new(shape: RemoteAccessParameterKey)
|
|
1186
|
+
RemoteAccessParameters.value = Shapes::ShapeRef.new(shape: RemoteAccessParameterValue)
|
|
1187
|
+
|
|
1181
1188
|
RemoteAccessSession.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "arn"))
|
|
1182
1189
|
RemoteAccessSession.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
|
|
1183
1190
|
RemoteAccessSession.add_member(:created, Shapes::ShapeRef.new(shape: DateTime, location_name: "created"))
|
|
@@ -529,13 +529,25 @@ module Aws::DeviceFarm
|
|
|
529
529
|
# access session.
|
|
530
530
|
# @return [Types::DeviceProxy]
|
|
531
531
|
#
|
|
532
|
+
# @!attribute [rw] parameters
|
|
533
|
+
# The name-value string pairs that specify additional settings for the
|
|
534
|
+
# remote access session.
|
|
535
|
+
#
|
|
536
|
+
# * `appium:version`: The major version of the Appium server to use
|
|
537
|
+
# for the session (for example, 2 or 3). The service may reject the
|
|
538
|
+
# selected version if it is not available for the selected device.
|
|
539
|
+
#
|
|
540
|
+
# ^
|
|
541
|
+
# @return [Hash<String,String>]
|
|
542
|
+
#
|
|
532
543
|
# @see http://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/CreateRemoteAccessSessionConfiguration AWS API Documentation
|
|
533
544
|
#
|
|
534
545
|
class CreateRemoteAccessSessionConfiguration < Struct.new(
|
|
535
546
|
:auxiliary_apps,
|
|
536
547
|
:billing_method,
|
|
537
548
|
:vpce_configuration_arns,
|
|
538
|
-
:device_proxy
|
|
549
|
+
:device_proxy,
|
|
550
|
+
:parameters)
|
|
539
551
|
SENSITIVE = []
|
|
540
552
|
include Aws::Structure
|
|
541
553
|
end
|
|
@@ -672,13 +684,12 @@ module Aws::DeviceFarm
|
|
|
672
684
|
end
|
|
673
685
|
|
|
674
686
|
# @!attribute [rw] url
|
|
675
|
-
# A signed URL, expiring in
|
|
676
|
-
#
|
|
687
|
+
# A signed URL, expiring in the time specified by the
|
|
688
|
+
# `CreateTestGridUrlRequest`, to be passed to a `RemoteWebDriver`.
|
|
677
689
|
# @return [String]
|
|
678
690
|
#
|
|
679
691
|
# @!attribute [rw] expires
|
|
680
|
-
# The number of seconds the URL from
|
|
681
|
-
# active.
|
|
692
|
+
# The number of seconds the URL stays active from creation.
|
|
682
693
|
# @return [Time]
|
|
683
694
|
#
|
|
684
695
|
# @see http://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/CreateTestGridUrlResult AWS API Documentation
|
|
@@ -5045,6 +5056,9 @@ module Aws::DeviceFarm
|
|
|
5045
5056
|
|
|
5046
5057
|
# Represents a sample of performance data.
|
|
5047
5058
|
#
|
|
5059
|
+
# Device Farm does not support performance data samples during test
|
|
5060
|
+
# executions.
|
|
5061
|
+
#
|
|
5048
5062
|
# @!attribute [rw] arn
|
|
5049
5063
|
# The sample's ARN.
|
|
5050
5064
|
# @return [String]
|
|
@@ -5327,27 +5341,6 @@ module Aws::DeviceFarm
|
|
|
5327
5341
|
# fixture settings. Parameters are represented by name-value pairs of
|
|
5328
5342
|
# strings.
|
|
5329
5343
|
#
|
|
5330
|
-
# For all tests:
|
|
5331
|
-
#
|
|
5332
|
-
# * `app_performance_monitoring`: Performance monitoring is enabled by
|
|
5333
|
-
# default. Set this parameter to false to disable it.
|
|
5334
|
-
#
|
|
5335
|
-
# ^
|
|
5336
|
-
#
|
|
5337
|
-
# For Appium tests (all types):
|
|
5338
|
-
#
|
|
5339
|
-
# * appium\_version: The Appium version. Currently supported values
|
|
5340
|
-
# are 1.6.5 (and later), latest, and default.
|
|
5341
|
-
#
|
|
5342
|
-
# * latest runs the latest Appium version supported by Device Farm
|
|
5343
|
-
# (1.9.1).
|
|
5344
|
-
#
|
|
5345
|
-
# * For default, Device Farm selects a compatible version of Appium
|
|
5346
|
-
# for the device. The current behavior is to run 1.7.2 on Android
|
|
5347
|
-
# devices and iOS 9 and earlier and 1.7.2 for iOS 10 and later.
|
|
5348
|
-
#
|
|
5349
|
-
# * This behavior is subject to change.
|
|
5350
|
-
#
|
|
5351
5344
|
# For fuzz tests (Android only):
|
|
5352
5345
|
#
|
|
5353
5346
|
# * event\_count: The number of events, between 1 and 10000, that the
|
data/lib/aws-sdk-devicefarm.rb
CHANGED
data/sig/client.rbs
CHANGED
data/sig/types.rbs
CHANGED
|
@@ -125,6 +125,7 @@ module Aws::DeviceFarm
|
|
|
125
125
|
attr_accessor billing_method: ("METERED" | "UNMETERED")
|
|
126
126
|
attr_accessor vpce_configuration_arns: ::Array[::String]
|
|
127
127
|
attr_accessor device_proxy: Types::DeviceProxy
|
|
128
|
+
attr_accessor parameters: ::Hash[::String, ::String]
|
|
128
129
|
SENSITIVE: []
|
|
129
130
|
end
|
|
130
131
|
|