aws-sdk-core 2.10.124 → 2.10.125
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 +33 -4
- data/apis/medialive/2017-10-14/api-2.json +76 -0
- 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: e7af27e4414689d89df56b159f1c63f2ec1635f4
|
|
4
|
+
data.tar.gz: d756184ae1d50e5e8921b0ced9241c817c38c3e1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e5739675d94e1cbfa61c8c526ec31f6e86417d459fa994667f76f5440fef2f3ca24b52a4252cdaf2d91519d8f975ab2aa62744e1dd48a4be51b96d018140b9bc
|
|
7
|
+
data.tar.gz: 76040dd9c72c7a218bf59c7b4a27e3530fb8a381e1a256ac03989875d8b2c414aadb52fe8aa9003b7ee74d85df37204372af490bf46b61410c9399115dec923c
|
|
@@ -963,9 +963,12 @@
|
|
|
963
963
|
"deviceArn":{"shape":"AmazonResourceName"},
|
|
964
964
|
"sshPublicKey":{"shape":"SshPublicKey"},
|
|
965
965
|
"remoteDebugEnabled":{"shape":"Boolean"},
|
|
966
|
+
"remoteRecordEnabled":{"shape":"Boolean"},
|
|
967
|
+
"remoteRecordAppArn":{"shape":"AmazonResourceName"},
|
|
966
968
|
"name":{"shape":"Name"},
|
|
967
969
|
"clientId":{"shape":"ClientId"},
|
|
968
|
-
"configuration":{"shape":"CreateRemoteAccessSessionConfiguration"}
|
|
970
|
+
"configuration":{"shape":"CreateRemoteAccessSessionConfiguration"},
|
|
971
|
+
"interactionMode":{"shape":"InteractionMode"}
|
|
969
972
|
}
|
|
970
973
|
},
|
|
971
974
|
"CreateRemoteAccessSessionResult":{
|
|
@@ -1086,6 +1089,7 @@
|
|
|
1086
1089
|
"name":{"shape":"Name"},
|
|
1087
1090
|
"manufacturer":{"shape":"String"},
|
|
1088
1091
|
"model":{"shape":"String"},
|
|
1092
|
+
"modelId":{"shape":"String"},
|
|
1089
1093
|
"formFactor":{"shape":"DeviceFormFactor"},
|
|
1090
1094
|
"platform":{"shape":"DevicePlatform"},
|
|
1091
1095
|
"os":{"shape":"String"},
|
|
@@ -1433,6 +1437,16 @@
|
|
|
1433
1437
|
}
|
|
1434
1438
|
},
|
|
1435
1439
|
"Integer":{"type":"integer"},
|
|
1440
|
+
"InteractionMode":{
|
|
1441
|
+
"type":"string",
|
|
1442
|
+
"enum":[
|
|
1443
|
+
"INTERACTIVE",
|
|
1444
|
+
"NO_VIDEO",
|
|
1445
|
+
"VIDEO_ONLY"
|
|
1446
|
+
],
|
|
1447
|
+
"max":64,
|
|
1448
|
+
"min":0
|
|
1449
|
+
},
|
|
1436
1450
|
"IosPaths":{
|
|
1437
1451
|
"type":"list",
|
|
1438
1452
|
"member":{"shape":"String"}
|
|
@@ -1960,12 +1974,15 @@
|
|
|
1960
1974
|
"stopped":{"shape":"DateTime"},
|
|
1961
1975
|
"device":{"shape":"Device"},
|
|
1962
1976
|
"remoteDebugEnabled":{"shape":"Boolean"},
|
|
1977
|
+
"remoteRecordEnabled":{"shape":"Boolean"},
|
|
1978
|
+
"remoteRecordAppArn":{"shape":"AmazonResourceName"},
|
|
1963
1979
|
"hostAddress":{"shape":"HostAddress"},
|
|
1964
1980
|
"clientId":{"shape":"ClientId"},
|
|
1965
1981
|
"billingMethod":{"shape":"BillingMethod"},
|
|
1966
1982
|
"deviceMinutes":{"shape":"DeviceMinutes"},
|
|
1967
1983
|
"endpoint":{"shape":"String"},
|
|
1968
|
-
"deviceUdid":{"shape":"String"}
|
|
1984
|
+
"deviceUdid":{"shape":"String"},
|
|
1985
|
+
"interactionMode":{"shape":"InteractionMode"}
|
|
1969
1986
|
}
|
|
1970
1987
|
},
|
|
1971
1988
|
"RemoteAccessSessions":{
|
|
@@ -2036,7 +2053,16 @@
|
|
|
2036
2053
|
"networkProfile":{"shape":"NetworkProfile"},
|
|
2037
2054
|
"parsingResultUrl":{"shape":"String"},
|
|
2038
2055
|
"resultCode":{"shape":"ExecutionResultCode"},
|
|
2039
|
-
"
|
|
2056
|
+
"seed":{"shape":"Integer"},
|
|
2057
|
+
"appUpload":{"shape":"AmazonResourceName"},
|
|
2058
|
+
"eventCount":{"shape":"Integer"},
|
|
2059
|
+
"jobTimeoutMinutes":{"shape":"JobTimeoutMinutes"},
|
|
2060
|
+
"devicePoolArn":{"shape":"AmazonResourceName"},
|
|
2061
|
+
"locale":{"shape":"String"},
|
|
2062
|
+
"radios":{"shape":"Radios"},
|
|
2063
|
+
"location":{"shape":"Location"},
|
|
2064
|
+
"customerArtifactPaths":{"shape":"CustomerArtifactPaths"},
|
|
2065
|
+
"webUrl":{"shape":"String"}
|
|
2040
2066
|
}
|
|
2041
2067
|
},
|
|
2042
2068
|
"Runs":{
|
|
@@ -2208,6 +2234,7 @@
|
|
|
2208
2234
|
"enum":[
|
|
2209
2235
|
"BUILTIN_FUZZ",
|
|
2210
2236
|
"BUILTIN_EXPLORER",
|
|
2237
|
+
"WEB_PERFORMANCE_PROFILE",
|
|
2211
2238
|
"APPIUM_JAVA_JUNIT",
|
|
2212
2239
|
"APPIUM_JAVA_TESTNG",
|
|
2213
2240
|
"APPIUM_PYTHON",
|
|
@@ -2219,7 +2246,9 @@
|
|
|
2219
2246
|
"UIAUTOMATION",
|
|
2220
2247
|
"UIAUTOMATOR",
|
|
2221
2248
|
"XCTEST",
|
|
2222
|
-
"XCTEST_UI"
|
|
2249
|
+
"XCTEST_UI",
|
|
2250
|
+
"REMOTE_ACCESS_RECORD",
|
|
2251
|
+
"REMOTE_ACCESS_REPLAY"
|
|
2223
2252
|
]
|
|
2224
2253
|
},
|
|
2225
2254
|
"Tests":{
|
|
@@ -226,6 +226,9 @@
|
|
|
226
226
|
{
|
|
227
227
|
"shape": "BadGatewayException"
|
|
228
228
|
},
|
|
229
|
+
{
|
|
230
|
+
"shape": "NotFoundException"
|
|
231
|
+
},
|
|
229
232
|
{
|
|
230
233
|
"shape": "GatewayTimeoutException"
|
|
231
234
|
},
|
|
@@ -1381,6 +1384,10 @@
|
|
|
1381
1384
|
"shape": "ListOfInputAttachment",
|
|
1382
1385
|
"locationName": "inputAttachments"
|
|
1383
1386
|
},
|
|
1387
|
+
"InputSpecification": {
|
|
1388
|
+
"shape": "InputSpecification",
|
|
1389
|
+
"locationName": "inputSpecification"
|
|
1390
|
+
},
|
|
1384
1391
|
"Name": {
|
|
1385
1392
|
"shape": "__string",
|
|
1386
1393
|
"locationName": "name"
|
|
@@ -1458,6 +1465,10 @@
|
|
|
1458
1465
|
"shape": "ListOfInputAttachment",
|
|
1459
1466
|
"locationName": "inputAttachments"
|
|
1460
1467
|
},
|
|
1468
|
+
"InputSpecification": {
|
|
1469
|
+
"shape": "InputSpecification",
|
|
1470
|
+
"locationName": "inputSpecification"
|
|
1471
|
+
},
|
|
1461
1472
|
"Name": {
|
|
1462
1473
|
"shape": "__string",
|
|
1463
1474
|
"locationName": "name"
|
|
@@ -1504,6 +1515,10 @@
|
|
|
1504
1515
|
"shape": "ListOfInputAttachment",
|
|
1505
1516
|
"locationName": "inputAttachments"
|
|
1506
1517
|
},
|
|
1518
|
+
"InputSpecification": {
|
|
1519
|
+
"shape": "InputSpecification",
|
|
1520
|
+
"locationName": "inputSpecification"
|
|
1521
|
+
},
|
|
1507
1522
|
"Name": {
|
|
1508
1523
|
"shape": "__string",
|
|
1509
1524
|
"locationName": "name"
|
|
@@ -1538,6 +1553,10 @@
|
|
|
1538
1553
|
"shape": "ListOfInputAttachment",
|
|
1539
1554
|
"locationName": "inputAttachments"
|
|
1540
1555
|
},
|
|
1556
|
+
"InputSpecification": {
|
|
1557
|
+
"shape": "InputSpecification",
|
|
1558
|
+
"locationName": "inputSpecification"
|
|
1559
|
+
},
|
|
1541
1560
|
"Name": {
|
|
1542
1561
|
"shape": "__string",
|
|
1543
1562
|
"locationName": "name"
|
|
@@ -1720,6 +1739,10 @@
|
|
|
1720
1739
|
"shape": "ListOfInputAttachment",
|
|
1721
1740
|
"locationName": "inputAttachments"
|
|
1722
1741
|
},
|
|
1742
|
+
"InputSpecification": {
|
|
1743
|
+
"shape": "InputSpecification",
|
|
1744
|
+
"locationName": "inputSpecification"
|
|
1745
|
+
},
|
|
1723
1746
|
"Name": {
|
|
1724
1747
|
"shape": "__string",
|
|
1725
1748
|
"locationName": "name"
|
|
@@ -1814,6 +1837,10 @@
|
|
|
1814
1837
|
"shape": "ListOfInputAttachment",
|
|
1815
1838
|
"locationName": "inputAttachments"
|
|
1816
1839
|
},
|
|
1840
|
+
"InputSpecification": {
|
|
1841
|
+
"shape": "InputSpecification",
|
|
1842
|
+
"locationName": "inputSpecification"
|
|
1843
|
+
},
|
|
1817
1844
|
"Name": {
|
|
1818
1845
|
"shape": "__string",
|
|
1819
1846
|
"locationName": "name"
|
|
@@ -3334,6 +3361,14 @@
|
|
|
3334
3361
|
}
|
|
3335
3362
|
}
|
|
3336
3363
|
},
|
|
3364
|
+
"InputCodec": {
|
|
3365
|
+
"type": "string",
|
|
3366
|
+
"enum": [
|
|
3367
|
+
"MPEG2",
|
|
3368
|
+
"AVC",
|
|
3369
|
+
"HEVC"
|
|
3370
|
+
]
|
|
3371
|
+
},
|
|
3337
3372
|
"InputDeblockFilter": {
|
|
3338
3373
|
"type": "string",
|
|
3339
3374
|
"enum": [
|
|
@@ -3453,6 +3488,22 @@
|
|
|
3453
3488
|
"SLATE"
|
|
3454
3489
|
]
|
|
3455
3490
|
},
|
|
3491
|
+
"InputMaximumBitrate": {
|
|
3492
|
+
"type": "string",
|
|
3493
|
+
"enum": [
|
|
3494
|
+
"MAX_10_MBPS",
|
|
3495
|
+
"MAX_20_MBPS",
|
|
3496
|
+
"MAX_50_MBPS"
|
|
3497
|
+
]
|
|
3498
|
+
},
|
|
3499
|
+
"InputResolution": {
|
|
3500
|
+
"type": "string",
|
|
3501
|
+
"enum": [
|
|
3502
|
+
"SD",
|
|
3503
|
+
"HD",
|
|
3504
|
+
"UHD"
|
|
3505
|
+
]
|
|
3506
|
+
},
|
|
3456
3507
|
"InputSecurityGroup": {
|
|
3457
3508
|
"type": "structure",
|
|
3458
3509
|
"members": {
|
|
@@ -3561,6 +3612,23 @@
|
|
|
3561
3612
|
}
|
|
3562
3613
|
}
|
|
3563
3614
|
},
|
|
3615
|
+
"InputSpecification": {
|
|
3616
|
+
"type": "structure",
|
|
3617
|
+
"members": {
|
|
3618
|
+
"Codec": {
|
|
3619
|
+
"shape": "InputCodec",
|
|
3620
|
+
"locationName": "codec"
|
|
3621
|
+
},
|
|
3622
|
+
"MaximumBitrate": {
|
|
3623
|
+
"shape": "InputMaximumBitrate",
|
|
3624
|
+
"locationName": "maximumBitrate"
|
|
3625
|
+
},
|
|
3626
|
+
"Resolution": {
|
|
3627
|
+
"shape": "InputResolution",
|
|
3628
|
+
"locationName": "resolution"
|
|
3629
|
+
}
|
|
3630
|
+
}
|
|
3631
|
+
},
|
|
3564
3632
|
"InputState": {
|
|
3565
3633
|
"type": "string",
|
|
3566
3634
|
"enum": [
|
|
@@ -4863,6 +4931,10 @@
|
|
|
4863
4931
|
"shape": "ListOfInputAttachment",
|
|
4864
4932
|
"locationName": "inputAttachments"
|
|
4865
4933
|
},
|
|
4934
|
+
"InputSpecification": {
|
|
4935
|
+
"shape": "InputSpecification",
|
|
4936
|
+
"locationName": "inputSpecification"
|
|
4937
|
+
},
|
|
4866
4938
|
"Name": {
|
|
4867
4939
|
"shape": "__string",
|
|
4868
4940
|
"locationName": "name"
|
|
@@ -4934,6 +5006,10 @@
|
|
|
4934
5006
|
"shape": "ListOfInputAttachment",
|
|
4935
5007
|
"locationName": "inputAttachments"
|
|
4936
5008
|
},
|
|
5009
|
+
"InputSpecification": {
|
|
5010
|
+
"shape": "InputSpecification",
|
|
5011
|
+
"locationName": "inputSpecification"
|
|
5012
|
+
},
|
|
4937
5013
|
"Name": {
|
|
4938
5014
|
"shape": "__string",
|
|
4939
5015
|
"locationName": "name"
|
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.125
|
|
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: 2018-01-
|
|
11
|
+
date: 2018-01-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|