aws-sdk-devicefarm 1.104.0 → 1.106.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: 966f4c64ddc39c11bd5d3097b61bc677da52329ad3c8033a1ab2d9496565f1cc
4
- data.tar.gz: 20e452b516bd2f72a459e883bd66c84de54570e198d9fc711601668b29b46d44
3
+ metadata.gz: d099b68d29ef2291431b4fa4c74af6bd3de147fd9a7a433d18cbf44e052058e6
4
+ data.tar.gz: 946057e34d7e663bc90db8df7f7e2018c143aca78e43d889417c5370cb2e2d0d
5
5
  SHA512:
6
- metadata.gz: cbb5ef6bcd228c24a0a8648ccf4c597d482d2d8c4d5ad55d7868f7e02c5df7a9008342a11f92777bc4a6b092150d112a2b494d41a8fd7d96371c2757836bab4f
7
- data.tar.gz: 8ac14511c58ec4754b25cae9ea676c7117d539c2d52247747b90237055e70d5e7ee3bfea86265b6265cc21b5692855fc09e9813b26730f75ce5c5817e0c03016
6
+ metadata.gz: 9ac3732e1a4901600d64de2dbf9b2bdea8945466202a5464bb688f26b4b11360fe2d308021e90b6af897446b7909a5b4fe463844ef8d81050677af92d6b3fd60
7
+ data.tar.gz: 4b07f3d749ef6ebf97b78441a98360196cbf026d025c2e3b6c3d02150121c419400d08d9028f6387bb4472e10cf46ebd3704d6c21167cecbe50cd973206a1143
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.106.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.105.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.104.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.104.0
1
+ 1.106.0
@@ -199,7 +199,7 @@ module Aws::DeviceFarm
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::DeviceFarm
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -6251,7 +6249,7 @@ module Aws::DeviceFarm
6251
6249
  tracer: tracer
6252
6250
  )
6253
6251
  context[:gem_name] = 'aws-sdk-devicefarm'
6254
- context[:gem_version] = '1.104.0'
6252
+ context[:gem_version] = '1.106.0'
6255
6253
  Seahorse::Client::Request.new(handlers, context)
6256
6254
  end
6257
6255
 
@@ -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.104.0'
57
+ GEM_VERSION = '1.106.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -93,7 +93,7 @@ module Aws
93
93
  attribute: ("ARN" | "PLATFORM" | "FORM_FACTOR" | "MANUFACTURER" | "REMOTE_ACCESS_ENABLED" | "REMOTE_DEBUG_ENABLED" | "APPIUM_VERSION" | "INSTANCE_ARN" | "INSTANCE_LABELS" | "FLEET_TYPE" | "OS_VERSION" | "MODEL" | "AVAILABILITY")?,
94
94
  operator: ("EQUALS" | "LESS_THAN" | "LESS_THAN_OR_EQUALS" | "GREATER_THAN" | "GREATER_THAN_OR_EQUALS" | "IN" | "NOT_IN" | "CONTAINS")?,
95
95
  value: ::String?
96
- },
96
+ }
97
97
  ],
98
98
  ?max_devices: ::Integer
99
99
  ) -> _CreateDevicePoolResponseSuccess
@@ -151,7 +151,7 @@ module Aws
151
151
  {
152
152
  name: ::String,
153
153
  value: ::String
154
- },
154
+ }
155
155
  ],
156
156
  ?execution_role_arn: ::String
157
157
  ) -> _CreateProjectResponseSuccess
@@ -373,40 +373,7 @@ module Aws
373
373
  filter: ::String?,
374
374
  parameters: Hash[::String, ::String]?
375
375
  },
376
- ?configuration: {
377
- extra_data_package_arn: ::String?,
378
- network_profile_arn: ::String?,
379
- locale: ::String?,
380
- location: {
381
- latitude: ::Float,
382
- longitude: ::Float
383
- }?,
384
- vpce_configuration_arns: Array[::String]?,
385
- device_proxy: {
386
- host: ::String,
387
- port: ::Integer
388
- }?,
389
- customer_artifact_paths: {
390
- ios_paths: Array[::String]?,
391
- android_paths: Array[::String]?,
392
- device_host_paths: Array[::String]?
393
- }?,
394
- radios: {
395
- wifi: bool?,
396
- bluetooth: bool?,
397
- nfc: bool?,
398
- gps: bool?
399
- }?,
400
- auxiliary_apps: Array[::String]?,
401
- billing_method: ("METERED" | "UNMETERED")?,
402
- environment_variables: Array[
403
- {
404
- name: ::String,
405
- value: ::String
406
- },
407
- ]?,
408
- execution_role_arn: ::String?
409
- },
376
+ ?configuration: Params::schedule_run_configuration,
410
377
  ?project_arn: ::String
411
378
  ) -> _GetDevicePoolCompatibilityResponseSuccess
412
379
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDevicePoolCompatibilityResponseSuccess
@@ -608,7 +575,7 @@ module Aws
608
575
  attribute: ("ARN" | "PLATFORM" | "OS_VERSION" | "MODEL" | "AVAILABILITY" | "FORM_FACTOR" | "MANUFACTURER" | "REMOTE_ACCESS_ENABLED" | "REMOTE_DEBUG_ENABLED" | "INSTANCE_ARN" | "INSTANCE_LABELS" | "FLEET_TYPE"),
609
576
  operator: ("EQUALS" | "LESS_THAN" | "LESS_THAN_OR_EQUALS" | "GREATER_THAN" | "GREATER_THAN_OR_EQUALS" | "IN" | "NOT_IN" | "CONTAINS"),
610
577
  values: Array[::String]
611
- },
578
+ }
612
579
  ]
613
580
  ) -> _ListDevicesResponseSuccess
614
581
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDevicesResponseSuccess
@@ -897,7 +864,7 @@ module Aws
897
864
  attribute: ("ARN" | "PLATFORM" | "OS_VERSION" | "MODEL" | "AVAILABILITY" | "FORM_FACTOR" | "MANUFACTURER" | "REMOTE_ACCESS_ENABLED" | "REMOTE_DEBUG_ENABLED" | "INSTANCE_ARN" | "INSTANCE_LABELS" | "FLEET_TYPE"),
898
865
  operator: ("EQUALS" | "LESS_THAN" | "LESS_THAN_OR_EQUALS" | "GREATER_THAN" | "GREATER_THAN_OR_EQUALS" | "IN" | "NOT_IN" | "CONTAINS"),
899
866
  values: Array[::String]
900
- },
867
+ }
901
868
  ],
902
869
  max_devices: ::Integer
903
870
  },
@@ -909,40 +876,7 @@ module Aws
909
876
  filter: ::String?,
910
877
  parameters: Hash[::String, ::String]?
911
878
  },
912
- ?configuration: {
913
- extra_data_package_arn: ::String?,
914
- network_profile_arn: ::String?,
915
- locale: ::String?,
916
- location: {
917
- latitude: ::Float,
918
- longitude: ::Float
919
- }?,
920
- vpce_configuration_arns: Array[::String]?,
921
- device_proxy: {
922
- host: ::String,
923
- port: ::Integer
924
- }?,
925
- customer_artifact_paths: {
926
- ios_paths: Array[::String]?,
927
- android_paths: Array[::String]?,
928
- device_host_paths: Array[::String]?
929
- }?,
930
- radios: {
931
- wifi: bool?,
932
- bluetooth: bool?,
933
- nfc: bool?,
934
- gps: bool?
935
- }?,
936
- auxiliary_apps: Array[::String]?,
937
- billing_method: ("METERED" | "UNMETERED")?,
938
- environment_variables: Array[
939
- {
940
- name: ::String,
941
- value: ::String
942
- },
943
- ]?,
944
- execution_role_arn: ::String?
945
- },
879
+ ?configuration: Params::schedule_run_configuration,
946
880
  ?execution_configuration: {
947
881
  job_timeout_minutes: ::Integer?,
948
882
  accounts_cleanup: bool?,
@@ -993,7 +927,7 @@ module Aws
993
927
  {
994
928
  key: ::String,
995
929
  value: ::String
996
- },
930
+ }
997
931
  ]
998
932
  ) -> _TagResourceResponseSuccess
999
933
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
@@ -1034,7 +968,7 @@ module Aws
1034
968
  attribute: ("ARN" | "PLATFORM" | "FORM_FACTOR" | "MANUFACTURER" | "REMOTE_ACCESS_ENABLED" | "REMOTE_DEBUG_ENABLED" | "APPIUM_VERSION" | "INSTANCE_ARN" | "INSTANCE_LABELS" | "FLEET_TYPE" | "OS_VERSION" | "MODEL" | "AVAILABILITY")?,
1035
969
  operator: ("EQUALS" | "LESS_THAN" | "LESS_THAN_OR_EQUALS" | "GREATER_THAN" | "GREATER_THAN_OR_EQUALS" | "IN" | "NOT_IN" | "CONTAINS")?,
1036
970
  value: ::String?
1037
- },
971
+ }
1038
972
  ],
1039
973
  ?max_devices: ::Integer,
1040
974
  ?clear_max_devices: bool
@@ -1095,7 +1029,7 @@ module Aws
1095
1029
  {
1096
1030
  name: ::String,
1097
1031
  value: ::String
1098
- },
1032
+ }
1099
1033
  ],
1100
1034
  ?execution_role_arn: ::String
1101
1035
  ) -> _UpdateProjectResponseSuccess
data/sig/params.rbs ADDED
@@ -0,0 +1,48 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module DeviceFarm
10
+ module Params
11
+ type schedule_run_configuration = {
12
+ extra_data_package_arn: ::String?,
13
+ network_profile_arn: ::String?,
14
+ locale: ::String?,
15
+ location: {
16
+ latitude: ::Float,
17
+ longitude: ::Float
18
+ }?,
19
+ vpce_configuration_arns: Array[::String]?,
20
+ device_proxy: {
21
+ host: ::String,
22
+ port: ::Integer
23
+ }?,
24
+ customer_artifact_paths: {
25
+ ios_paths: Array[::String]?,
26
+ android_paths: Array[::String]?,
27
+ device_host_paths: Array[::String]?
28
+ }?,
29
+ radios: {
30
+ wifi: bool?,
31
+ bluetooth: bool?,
32
+ nfc: bool?,
33
+ gps: bool?
34
+ }?,
35
+ auxiliary_apps: Array[::String]?,
36
+ billing_method: ("METERED" | "UNMETERED")?,
37
+ environment_variables: Array[
38
+ {
39
+ name: ::String,
40
+ value: ::String
41
+ }
42
+ ]?,
43
+ execution_role_arn: ::String?
44
+ }
45
+
46
+ end
47
+ end
48
+ end
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.104.0
4
+ version: 1.106.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -67,6 +67,7 @@ files:
67
67
  - lib/aws-sdk-devicefarm/types.rb
68
68
  - sig/client.rbs
69
69
  - sig/errors.rbs
70
+ - sig/params.rbs
70
71
  - sig/resource.rbs
71
72
  - sig/types.rbs
72
73
  - sig/waiters.rbs