aws-sdk-devicefarm 1.104.0 → 1.105.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 +1 -1
- data/lib/aws-sdk-devicefarm.rb +1 -1
- data/sig/client.rbs +9 -75
- data/sig/params.rbs +48 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e81455205ee787a022255d4b0724ed99a6c840bd18b4d547d88100ebc42cdc6e
|
|
4
|
+
data.tar.gz: 11a951697e8ebfe1e3368a781e91763a5b9ca54c0502952bab55ae41ee1f13b1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 56c3d9915ea661b3bc6b44188cbeeeba05934c8aadfd57fc4c1f4f624626449c70e7f9b7740307caf62b87b32ce7abe1ae63383ca8feeb1f3abad8b034c5d53f
|
|
7
|
+
data.tar.gz: 52d0fdc1c145c43405616939e8125d76cf23b909116a85ec1050a4e1c4d91a8a5b0603dfe063779f32bcffb6c8cc65d6e8b76acbd0c0402bc9b2773780f505c9
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.105.0
|
data/lib/aws-sdk-devicefarm.rb
CHANGED
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.
|
|
4
|
+
version: 1.105.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -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
|