aws-sdk-core 2.10.42 → 2.10.43
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/apis/devicefarm/2015-06-23/api-2.json +56 -3
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dd98aa4ce78b2bdff11a0b41124be174e185263c
|
|
4
|
+
data.tar.gz: 3e81cad789685a2039e45c33daac47c2ad573a5e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 62bf9ae91bf36cefb7a7e4923b095a033fc1735df7d3f8be5a628c0a633c26934591f99d77ac2c1ea73f191a0277596bcffa7b31c857c35e68628ef8694437bd
|
|
7
|
+
data.tar.gz: cef9606f42b3a1cd53caa5ae1be6a8d6e379c53e7d4a390ed9d2cbde5df7a37a71afbd5d702cfce59f8a30ba1f3c577ced1b0cb17e37106372e45d0f82224b63
|
|
@@ -781,6 +781,10 @@
|
|
|
781
781
|
"type":"list",
|
|
782
782
|
"member":{"shape":"AmazonResourceName"}
|
|
783
783
|
},
|
|
784
|
+
"AndroidPaths":{
|
|
785
|
+
"type":"list",
|
|
786
|
+
"member":{"shape":"String"}
|
|
787
|
+
},
|
|
784
788
|
"AppPackagesCleanup":{"type":"boolean"},
|
|
785
789
|
"ArgumentException":{
|
|
786
790
|
"type":"structure",
|
|
@@ -834,7 +838,9 @@
|
|
|
834
838
|
"EXPLORER_SUMMARY_LOG",
|
|
835
839
|
"APPLICATION_CRASH_REPORT",
|
|
836
840
|
"XCTEST_LOG",
|
|
837
|
-
"VIDEO"
|
|
841
|
+
"VIDEO",
|
|
842
|
+
"CUSTOMER_ARTIFACT",
|
|
843
|
+
"CUSTOMER_ARTIFACT_LOG"
|
|
838
844
|
]
|
|
839
845
|
},
|
|
840
846
|
"Artifacts":{
|
|
@@ -857,6 +863,11 @@
|
|
|
857
863
|
"clock":{"shape":"Double"}
|
|
858
864
|
}
|
|
859
865
|
},
|
|
866
|
+
"ClientId":{
|
|
867
|
+
"type":"string",
|
|
868
|
+
"max":64,
|
|
869
|
+
"min":0
|
|
870
|
+
},
|
|
860
871
|
"ContentType":{
|
|
861
872
|
"type":"string",
|
|
862
873
|
"max":64,
|
|
@@ -950,7 +961,10 @@
|
|
|
950
961
|
"members":{
|
|
951
962
|
"projectArn":{"shape":"AmazonResourceName"},
|
|
952
963
|
"deviceArn":{"shape":"AmazonResourceName"},
|
|
964
|
+
"sshPublicKey":{"shape":"SshPublicKey"},
|
|
965
|
+
"remoteDebugEnabled":{"shape":"Boolean"},
|
|
953
966
|
"name":{"shape":"Name"},
|
|
967
|
+
"clientId":{"shape":"ClientId"},
|
|
954
968
|
"configuration":{"shape":"CreateRemoteAccessSessionConfiguration"}
|
|
955
969
|
}
|
|
956
970
|
},
|
|
@@ -984,6 +998,14 @@
|
|
|
984
998
|
"type":"string",
|
|
985
999
|
"enum":["USD"]
|
|
986
1000
|
},
|
|
1001
|
+
"CustomerArtifactPaths":{
|
|
1002
|
+
"type":"structure",
|
|
1003
|
+
"members":{
|
|
1004
|
+
"iosPaths":{"shape":"IosPaths"},
|
|
1005
|
+
"androidPaths":{"shape":"AndroidPaths"},
|
|
1006
|
+
"deviceHostPaths":{"shape":"DeviceHostPaths"}
|
|
1007
|
+
}
|
|
1008
|
+
},
|
|
987
1009
|
"DateTime":{"type":"timestamp"},
|
|
988
1010
|
"DeleteDevicePoolRequest":{
|
|
989
1011
|
"type":"structure",
|
|
@@ -1075,6 +1097,7 @@
|
|
|
1075
1097
|
"carrier":{"shape":"String"},
|
|
1076
1098
|
"radio":{"shape":"String"},
|
|
1077
1099
|
"remoteAccessEnabled":{"shape":"Boolean"},
|
|
1100
|
+
"remoteDebugEnabled":{"shape":"Boolean"},
|
|
1078
1101
|
"fleetType":{"shape":"String"},
|
|
1079
1102
|
"fleetName":{"shape":"String"}
|
|
1080
1103
|
}
|
|
@@ -1087,6 +1110,7 @@
|
|
|
1087
1110
|
"FORM_FACTOR",
|
|
1088
1111
|
"MANUFACTURER",
|
|
1089
1112
|
"REMOTE_ACCESS_ENABLED",
|
|
1113
|
+
"REMOTE_DEBUG_ENABLED",
|
|
1090
1114
|
"APPIUM_VERSION"
|
|
1091
1115
|
]
|
|
1092
1116
|
},
|
|
@@ -1097,6 +1121,10 @@
|
|
|
1097
1121
|
"TABLET"
|
|
1098
1122
|
]
|
|
1099
1123
|
},
|
|
1124
|
+
"DeviceHostPaths":{
|
|
1125
|
+
"type":"list",
|
|
1126
|
+
"member":{"shape":"String"}
|
|
1127
|
+
},
|
|
1100
1128
|
"DeviceMinutes":{
|
|
1101
1129
|
"type":"structure",
|
|
1102
1130
|
"members":{
|
|
@@ -1170,6 +1198,10 @@
|
|
|
1170
1198
|
"STOPPED"
|
|
1171
1199
|
]
|
|
1172
1200
|
},
|
|
1201
|
+
"ExecutionResultCode":{
|
|
1202
|
+
"type":"string",
|
|
1203
|
+
"enum":["PARSING_FAILED"]
|
|
1204
|
+
},
|
|
1173
1205
|
"ExecutionStatus":{
|
|
1174
1206
|
"type":"string",
|
|
1175
1207
|
"enum":[
|
|
@@ -1361,6 +1393,10 @@
|
|
|
1361
1393
|
"upload":{"shape":"Upload"}
|
|
1362
1394
|
}
|
|
1363
1395
|
},
|
|
1396
|
+
"HostAddress":{
|
|
1397
|
+
"type":"string",
|
|
1398
|
+
"max":1024
|
|
1399
|
+
},
|
|
1364
1400
|
"IdempotencyException":{
|
|
1365
1401
|
"type":"structure",
|
|
1366
1402
|
"members":{
|
|
@@ -1397,6 +1433,10 @@
|
|
|
1397
1433
|
}
|
|
1398
1434
|
},
|
|
1399
1435
|
"Integer":{"type":"integer"},
|
|
1436
|
+
"IosPaths":{
|
|
1437
|
+
"type":"list",
|
|
1438
|
+
"member":{"shape":"String"}
|
|
1439
|
+
},
|
|
1400
1440
|
"Job":{
|
|
1401
1441
|
"type":"structure",
|
|
1402
1442
|
"members":{
|
|
@@ -1919,9 +1959,13 @@
|
|
|
1919
1959
|
"started":{"shape":"DateTime"},
|
|
1920
1960
|
"stopped":{"shape":"DateTime"},
|
|
1921
1961
|
"device":{"shape":"Device"},
|
|
1962
|
+
"remoteDebugEnabled":{"shape":"Boolean"},
|
|
1963
|
+
"hostAddress":{"shape":"HostAddress"},
|
|
1964
|
+
"clientId":{"shape":"ClientId"},
|
|
1922
1965
|
"billingMethod":{"shape":"BillingMethod"},
|
|
1923
1966
|
"deviceMinutes":{"shape":"DeviceMinutes"},
|
|
1924
|
-
"endpoint":{"shape":"String"}
|
|
1967
|
+
"endpoint":{"shape":"String"},
|
|
1968
|
+
"deviceUdid":{"shape":"String"}
|
|
1925
1969
|
}
|
|
1926
1970
|
},
|
|
1927
1971
|
"RemoteAccessSessions":{
|
|
@@ -1989,7 +2033,10 @@
|
|
|
1989
2033
|
"completedJobs":{"shape":"Integer"},
|
|
1990
2034
|
"billingMethod":{"shape":"BillingMethod"},
|
|
1991
2035
|
"deviceMinutes":{"shape":"DeviceMinutes"},
|
|
1992
|
-
"networkProfile":{"shape":"NetworkProfile"}
|
|
2036
|
+
"networkProfile":{"shape":"NetworkProfile"},
|
|
2037
|
+
"parsingResultUrl":{"shape":"String"},
|
|
2038
|
+
"resultCode":{"shape":"ExecutionResultCode"},
|
|
2039
|
+
"customerArtifactPaths":{"shape":"CustomerArtifactPaths"}
|
|
1993
2040
|
}
|
|
1994
2041
|
},
|
|
1995
2042
|
"Runs":{
|
|
@@ -2037,6 +2084,7 @@
|
|
|
2037
2084
|
"networkProfileArn":{"shape":"AmazonResourceName"},
|
|
2038
2085
|
"locale":{"shape":"String"},
|
|
2039
2086
|
"location":{"shape":"Location"},
|
|
2087
|
+
"customerArtifactPaths":{"shape":"CustomerArtifactPaths"},
|
|
2040
2088
|
"radios":{"shape":"Radios"},
|
|
2041
2089
|
"auxiliaryApps":{"shape":"AmazonResourceNames"},
|
|
2042
2090
|
"billingMethod":{"shape":"BillingMethod"}
|
|
@@ -2082,6 +2130,11 @@
|
|
|
2082
2130
|
},
|
|
2083
2131
|
"exception":true
|
|
2084
2132
|
},
|
|
2133
|
+
"SshPublicKey":{
|
|
2134
|
+
"type":"string",
|
|
2135
|
+
"max":8192,
|
|
2136
|
+
"min":0
|
|
2137
|
+
},
|
|
2085
2138
|
"StopRemoteAccessSessionRequest":{
|
|
2086
2139
|
"type":"structure",
|
|
2087
2140
|
"required":["arn"],
|
data/lib/aws-sdk-core/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.10.
|
|
4
|
+
version: 2.10.43
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-09-
|
|
11
|
+
date: 2017-09-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|