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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 93807df636feb6420a6a986fbae75bde9cac3491a7e9e9e1f726cf5120c52dd7
4
- data.tar.gz: e12906db0529e613338b7674985538cf5046fc4c227ab9012bb8165889108016
3
+ metadata.gz: 0b4155461771bb66dcd95cc905ae6bdfde68bb33e7d99343423e437273b5f3d5
4
+ data.tar.gz: 0c53eda43c04610c9fbeb64a98963b9eaac62e7eff8e1809577bff7e49ea2e4e
5
5
  SHA512:
6
- metadata.gz: 3a383ceab747935f99e8f4cc26b764b62dd279bdd136a6162b7bab5f605a79e096fe49509be63d13b801a97e617e7826ce3611c1dcfcd20dc84ebc98f04b75dc
7
- data.tar.gz: 89e5db8993ae81f5b2e45af8cf06e54f4e43b56f632c1590c5959fc47a7f2d207405e1b4b8793e170390d233a163e9dee065b66750c08834cfeba891245b8080
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.109.0
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$url. You
2766
+ # `RemoteWebDriver` with the URL from ` CreateTestGridUrlResult`. You
2764
2767
  # can use the following to look up sessions:
2765
2768
  #
2766
- # * The session ARN (GetTestGridSessionRequest$sessionArn).
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.109.0'
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 CreateTestGridUrlRequest$expiresInSeconds
676
- # seconds, to be passed to a `RemoteWebDriver`.
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 CreateTestGridUrlResult$url stays
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
@@ -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.109.0'
57
+ GEM_VERSION = '1.110.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -175,7 +175,8 @@ module Aws
175
175
  device_proxy: {
176
176
  host: ::String,
177
177
  port: ::Integer
178
- }?
178
+ }?,
179
+ parameters: Hash[::String, ::String]?
179
180
  },
180
181
  ?interaction_mode: ("INTERACTIVE" | "NO_VIDEO" | "VIDEO_ONLY"),
181
182
  ?skip_app_resign: bool
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
 
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.109.0
4
+ version: 1.110.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services