aws-sdk-core 2.11.211 → 2.11.212
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/codecommit/2015-04-13/api-2.json +15 -1
- data/apis/devicefarm/2015-06-23/api-2.json +14 -18
- data/apis/mediaconnect/2018-11-14/api-2.json +117 -0
- data/apis/medialive/2017-10-14/api-2.json +63 -2
- data/endpoints.json +0 -32
- 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: 220ddc90e5cee0c1c143a259917b4230e9986e19
|
4
|
+
data.tar.gz: 94df3c1988be4c2d0cbea41973bbf8919713af73
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c04f5653b9c1571f783c292685aff06c60542717fa8cf79229552f94d91da35c3d8418fdbf4f8c62d71d035e4d485c381322bd80285df7022d4ca4521ac60aa3
|
7
|
+
data.tar.gz: f7a101041d33610f68ac208dac1397e68b84a1ecdd7b14be2d69dd13866770cc5c8e1965e850d4fc565526a12e1df78bf47b77e8791fc0121e0fec00e444e37a
|
@@ -717,6 +717,7 @@
|
|
717
717
|
{"shape":"ParentCommitIdOutdatedException"},
|
718
718
|
{"shape":"FileContentRequiredException"},
|
719
719
|
{"shape":"FileContentSizeLimitExceededException"},
|
720
|
+
{"shape":"FolderContentSizeLimitExceededException"},
|
720
721
|
{"shape":"PathRequiredException"},
|
721
722
|
{"shape":"InvalidPathException"},
|
722
723
|
{"shape":"BranchNameRequiredException"},
|
@@ -735,7 +736,8 @@
|
|
735
736
|
{"shape":"EncryptionKeyUnavailableException"},
|
736
737
|
{"shape":"SameFileContentException"},
|
737
738
|
{"shape":"FileNameConflictsWithDirectoryNameException"},
|
738
|
-
{"shape":"DirectoryNameConflictsWithFileNameException"}
|
739
|
+
{"shape":"DirectoryNameConflictsWithFileNameException"},
|
740
|
+
{"shape":"FilePathConflictsWithSubmodulePathException"}
|
739
741
|
]
|
740
742
|
},
|
741
743
|
"PutRepositoryTriggers":{
|
@@ -1433,6 +1435,12 @@
|
|
1433
1435
|
},
|
1434
1436
|
"exception":true
|
1435
1437
|
},
|
1438
|
+
"FilePathConflictsWithSubmodulePathException":{
|
1439
|
+
"type":"structure",
|
1440
|
+
"members":{
|
1441
|
+
},
|
1442
|
+
"exception":true
|
1443
|
+
},
|
1436
1444
|
"FileTooLargeException":{
|
1437
1445
|
"type":"structure",
|
1438
1446
|
"members":{
|
@@ -1447,6 +1455,12 @@
|
|
1447
1455
|
"relativePath":{"shape":"Path"}
|
1448
1456
|
}
|
1449
1457
|
},
|
1458
|
+
"FolderContentSizeLimitExceededException":{
|
1459
|
+
"type":"structure",
|
1460
|
+
"members":{
|
1461
|
+
},
|
1462
|
+
"exception":true
|
1463
|
+
},
|
1450
1464
|
"FolderDoesNotExistException":{
|
1451
1465
|
"type":"structure",
|
1452
1466
|
"members":{
|
@@ -1120,7 +1120,8 @@
|
|
1120
1120
|
"projectArn":{"shape":"AmazonResourceName"},
|
1121
1121
|
"name":{"shape":"Name"},
|
1122
1122
|
"description":{"shape":"Message"},
|
1123
|
-
"rules":{"shape":"Rules"}
|
1123
|
+
"rules":{"shape":"Rules"},
|
1124
|
+
"maxDevices":{"shape":"Integer"}
|
1124
1125
|
}
|
1125
1126
|
},
|
1126
1127
|
"CreateDevicePoolResult":{
|
@@ -1408,7 +1409,10 @@
|
|
1408
1409
|
"APPIUM_VERSION",
|
1409
1410
|
"INSTANCE_ARN",
|
1410
1411
|
"INSTANCE_LABELS",
|
1411
|
-
"FLEET_TYPE"
|
1412
|
+
"FLEET_TYPE",
|
1413
|
+
"OS_VERSION",
|
1414
|
+
"MODEL",
|
1415
|
+
"AVAILABILITY"
|
1412
1416
|
]
|
1413
1417
|
},
|
1414
1418
|
"DeviceAvailability":{
|
@@ -1424,7 +1428,7 @@
|
|
1424
1428
|
"type":"structure",
|
1425
1429
|
"members":{
|
1426
1430
|
"attribute":{"shape":"DeviceFilterAttribute"},
|
1427
|
-
"operator":{"shape":"
|
1431
|
+
"operator":{"shape":"RuleOperator"},
|
1428
1432
|
"values":{"shape":"DeviceFilterValues"}
|
1429
1433
|
}
|
1430
1434
|
},
|
@@ -1445,19 +1449,6 @@
|
|
1445
1449
|
"FLEET_TYPE"
|
1446
1450
|
]
|
1447
1451
|
},
|
1448
|
-
"DeviceFilterOperator":{
|
1449
|
-
"type":"string",
|
1450
|
-
"enum":[
|
1451
|
-
"EQUALS",
|
1452
|
-
"LESS_THAN",
|
1453
|
-
"LESS_THAN_OR_EQUALS",
|
1454
|
-
"GREATER_THAN",
|
1455
|
-
"GREATER_THAN_OR_EQUALS",
|
1456
|
-
"IN",
|
1457
|
-
"NOT_IN",
|
1458
|
-
"CONTAINS"
|
1459
|
-
]
|
1460
|
-
},
|
1461
1452
|
"DeviceFilterValues":{
|
1462
1453
|
"type":"list",
|
1463
1454
|
"member":{"shape":"String"}
|
@@ -1514,7 +1505,8 @@
|
|
1514
1505
|
"name":{"shape":"Name"},
|
1515
1506
|
"description":{"shape":"Message"},
|
1516
1507
|
"type":{"shape":"DevicePoolType"},
|
1517
|
-
"rules":{"shape":"Rules"}
|
1508
|
+
"rules":{"shape":"Rules"},
|
1509
|
+
"maxDevices":{"shape":"Integer"}
|
1518
1510
|
}
|
1519
1511
|
},
|
1520
1512
|
"DevicePoolCompatibilityResult":{
|
@@ -2537,7 +2529,9 @@
|
|
2537
2529
|
"enum":[
|
2538
2530
|
"EQUALS",
|
2539
2531
|
"LESS_THAN",
|
2532
|
+
"LESS_THAN_OR_EQUALS",
|
2540
2533
|
"GREATER_THAN",
|
2534
|
+
"GREATER_THAN_OR_EQUALS",
|
2541
2535
|
"IN",
|
2542
2536
|
"NOT_IN",
|
2543
2537
|
"CONTAINS"
|
@@ -2852,7 +2846,9 @@
|
|
2852
2846
|
"arn":{"shape":"AmazonResourceName"},
|
2853
2847
|
"name":{"shape":"Name"},
|
2854
2848
|
"description":{"shape":"Message"},
|
2855
|
-
"rules":{"shape":"Rules"}
|
2849
|
+
"rules":{"shape":"Rules"},
|
2850
|
+
"maxDevices":{"shape":"Integer"},
|
2851
|
+
"clearMaxDevices":{"shape":"Boolean"}
|
2856
2852
|
}
|
2857
2853
|
},
|
2858
2854
|
"UpdateDevicePoolResult":{
|
@@ -196,6 +196,27 @@
|
|
196
196
|
"shape" : "InternalServerErrorException"
|
197
197
|
} ]
|
198
198
|
},
|
199
|
+
"ListTagsForResource" : {
|
200
|
+
"name" : "ListTagsForResource",
|
201
|
+
"http" : {
|
202
|
+
"method" : "GET",
|
203
|
+
"requestUri" : "/tags/{resourceArn}",
|
204
|
+
"responseCode" : 200
|
205
|
+
},
|
206
|
+
"input" : {
|
207
|
+
"shape" : "ListTagsForResourceRequest"
|
208
|
+
},
|
209
|
+
"output" : {
|
210
|
+
"shape" : "ListTagsForResourceResponse"
|
211
|
+
},
|
212
|
+
"errors" : [ {
|
213
|
+
"shape" : "NotFoundException"
|
214
|
+
}, {
|
215
|
+
"shape" : "BadRequestException"
|
216
|
+
}, {
|
217
|
+
"shape" : "InternalServerErrorException"
|
218
|
+
} ]
|
219
|
+
},
|
199
220
|
"RemoveFlowOutput" : {
|
200
221
|
"name" : "RemoveFlowOutput",
|
201
222
|
"http" : {
|
@@ -304,6 +325,42 @@
|
|
304
325
|
"shape" : "TooManyRequestsException"
|
305
326
|
} ]
|
306
327
|
},
|
328
|
+
"TagResource" : {
|
329
|
+
"name" : "TagResource",
|
330
|
+
"http" : {
|
331
|
+
"method" : "POST",
|
332
|
+
"requestUri" : "/tags/{resourceArn}",
|
333
|
+
"responseCode" : 204
|
334
|
+
},
|
335
|
+
"input" : {
|
336
|
+
"shape" : "TagResourceRequest"
|
337
|
+
},
|
338
|
+
"errors" : [ {
|
339
|
+
"shape" : "NotFoundException"
|
340
|
+
}, {
|
341
|
+
"shape" : "BadRequestException"
|
342
|
+
}, {
|
343
|
+
"shape" : "InternalServerErrorException"
|
344
|
+
} ]
|
345
|
+
},
|
346
|
+
"UntagResource" : {
|
347
|
+
"name" : "UntagResource",
|
348
|
+
"http" : {
|
349
|
+
"method" : "DELETE",
|
350
|
+
"requestUri" : "/tags/{resourceArn}",
|
351
|
+
"responseCode" : 204
|
352
|
+
},
|
353
|
+
"input" : {
|
354
|
+
"shape" : "UntagResourceRequest"
|
355
|
+
},
|
356
|
+
"errors" : [ {
|
357
|
+
"shape" : "NotFoundException"
|
358
|
+
}, {
|
359
|
+
"shape" : "BadRequestException"
|
360
|
+
}, {
|
361
|
+
"shape" : "InternalServerErrorException"
|
362
|
+
} ]
|
363
|
+
},
|
307
364
|
"UpdateFlowEntitlement" : {
|
308
365
|
"name" : "UpdateFlowEntitlement",
|
309
366
|
"http" : {
|
@@ -828,6 +885,26 @@
|
|
828
885
|
}
|
829
886
|
}
|
830
887
|
},
|
888
|
+
"ListTagsForResourceRequest" : {
|
889
|
+
"type" : "structure",
|
890
|
+
"members" : {
|
891
|
+
"ResourceArn" : {
|
892
|
+
"shape" : "__string",
|
893
|
+
"location" : "uri",
|
894
|
+
"locationName" : "resourceArn"
|
895
|
+
}
|
896
|
+
},
|
897
|
+
"required" : [ "ResourceArn" ]
|
898
|
+
},
|
899
|
+
"ListTagsForResourceResponse" : {
|
900
|
+
"type" : "structure",
|
901
|
+
"members" : {
|
902
|
+
"Tags" : {
|
903
|
+
"shape" : "__mapOf__string",
|
904
|
+
"locationName" : "tags"
|
905
|
+
}
|
906
|
+
}
|
907
|
+
},
|
831
908
|
"ListedEntitlement" : {
|
832
909
|
"type" : "structure",
|
833
910
|
"members" : {
|
@@ -1172,6 +1249,21 @@
|
|
1172
1249
|
}
|
1173
1250
|
}
|
1174
1251
|
},
|
1252
|
+
"TagResourceRequest" : {
|
1253
|
+
"type" : "structure",
|
1254
|
+
"members" : {
|
1255
|
+
"ResourceArn" : {
|
1256
|
+
"shape" : "__string",
|
1257
|
+
"location" : "uri",
|
1258
|
+
"locationName" : "resourceArn"
|
1259
|
+
},
|
1260
|
+
"Tags" : {
|
1261
|
+
"shape" : "__mapOf__string",
|
1262
|
+
"locationName" : "tags"
|
1263
|
+
}
|
1264
|
+
},
|
1265
|
+
"required" : [ "ResourceArn", "Tags" ]
|
1266
|
+
},
|
1175
1267
|
"TooManyRequestsException" : {
|
1176
1268
|
"type" : "structure",
|
1177
1269
|
"members" : {
|
@@ -1212,6 +1304,22 @@
|
|
1212
1304
|
},
|
1213
1305
|
"required" : [ "Protocol" ]
|
1214
1306
|
},
|
1307
|
+
"UntagResourceRequest" : {
|
1308
|
+
"type" : "structure",
|
1309
|
+
"members" : {
|
1310
|
+
"ResourceArn" : {
|
1311
|
+
"shape" : "__string",
|
1312
|
+
"location" : "uri",
|
1313
|
+
"locationName" : "resourceArn"
|
1314
|
+
},
|
1315
|
+
"TagKeys" : {
|
1316
|
+
"shape" : "__listOf__string",
|
1317
|
+
"location" : "querystring",
|
1318
|
+
"locationName" : "tagKeys"
|
1319
|
+
}
|
1320
|
+
},
|
1321
|
+
"required" : [ "TagKeys", "ResourceArn" ]
|
1322
|
+
},
|
1215
1323
|
"UpdateEncryption" : {
|
1216
1324
|
"type" : "structure",
|
1217
1325
|
"members" : {
|
@@ -1454,6 +1562,15 @@
|
|
1454
1562
|
"__long" : {
|
1455
1563
|
"type" : "long"
|
1456
1564
|
},
|
1565
|
+
"__mapOf__string" : {
|
1566
|
+
"type" : "map",
|
1567
|
+
"key" : {
|
1568
|
+
"shape" : "__string"
|
1569
|
+
},
|
1570
|
+
"value" : {
|
1571
|
+
"shape" : "__string"
|
1572
|
+
}
|
1573
|
+
},
|
1457
1574
|
"__string" : {
|
1458
1575
|
"type" : "string"
|
1459
1576
|
},
|
@@ -3402,6 +3402,39 @@
|
|
3402
3402
|
"httpStatusCode": 403
|
3403
3403
|
}
|
3404
3404
|
},
|
3405
|
+
"FrameCaptureGroupSettings": {
|
3406
|
+
"type": "structure",
|
3407
|
+
"members": {
|
3408
|
+
"Destination": {
|
3409
|
+
"shape": "OutputLocationRef",
|
3410
|
+
"locationName": "destination"
|
3411
|
+
}
|
3412
|
+
},
|
3413
|
+
"required": [
|
3414
|
+
"Destination"
|
3415
|
+
]
|
3416
|
+
},
|
3417
|
+
"FrameCaptureOutputSettings": {
|
3418
|
+
"type": "structure",
|
3419
|
+
"members": {
|
3420
|
+
"NameModifier": {
|
3421
|
+
"shape": "__string",
|
3422
|
+
"locationName": "nameModifier"
|
3423
|
+
}
|
3424
|
+
}
|
3425
|
+
},
|
3426
|
+
"FrameCaptureSettings": {
|
3427
|
+
"type": "structure",
|
3428
|
+
"members": {
|
3429
|
+
"CaptureInterval": {
|
3430
|
+
"shape": "__integerMin1Max3600",
|
3431
|
+
"locationName": "captureInterval"
|
3432
|
+
}
|
3433
|
+
},
|
3434
|
+
"required": [
|
3435
|
+
"CaptureInterval"
|
3436
|
+
]
|
3437
|
+
},
|
3405
3438
|
"GatewayTimeoutException": {
|
3406
3439
|
"type": "structure",
|
3407
3440
|
"members": {
|
@@ -3628,11 +3661,11 @@
|
|
3628
3661
|
"locationName": "framerateControl"
|
3629
3662
|
},
|
3630
3663
|
"FramerateDenominator": {
|
3631
|
-
"shape": "
|
3664
|
+
"shape": "__integerMin1",
|
3632
3665
|
"locationName": "framerateDenominator"
|
3633
3666
|
},
|
3634
3667
|
"FramerateNumerator": {
|
3635
|
-
"shape": "
|
3668
|
+
"shape": "__integerMin1",
|
3636
3669
|
"locationName": "framerateNumerator"
|
3637
3670
|
},
|
3638
3671
|
"GopBReference": {
|
@@ -3949,6 +3982,10 @@
|
|
3949
3982
|
"shape": "HlsCdnSettings",
|
3950
3983
|
"locationName": "hlsCdnSettings"
|
3951
3984
|
},
|
3985
|
+
"IFrameOnlyPlaylists": {
|
3986
|
+
"shape": "IFrameOnlyPlaylistType",
|
3987
|
+
"locationName": "iFrameOnlyPlaylists"
|
3988
|
+
},
|
3952
3989
|
"IndexNSegments": {
|
3953
3990
|
"shape": "__integerMin3",
|
3954
3991
|
"locationName": "indexNSegments"
|
@@ -4264,6 +4301,13 @@
|
|
4264
4301
|
}
|
4265
4302
|
}
|
4266
4303
|
},
|
4304
|
+
"IFrameOnlyPlaylistType": {
|
4305
|
+
"type": "string",
|
4306
|
+
"enum": [
|
4307
|
+
"DISABLED",
|
4308
|
+
"STANDARD"
|
4309
|
+
]
|
4310
|
+
},
|
4267
4311
|
"Input": {
|
4268
4312
|
"type": "structure",
|
4269
4313
|
"members": {
|
@@ -5766,6 +5810,10 @@
|
|
5766
5810
|
"shape": "ArchiveGroupSettings",
|
5767
5811
|
"locationName": "archiveGroupSettings"
|
5768
5812
|
},
|
5813
|
+
"FrameCaptureGroupSettings": {
|
5814
|
+
"shape": "FrameCaptureGroupSettings",
|
5815
|
+
"locationName": "frameCaptureGroupSettings"
|
5816
|
+
},
|
5769
5817
|
"HlsGroupSettings": {
|
5770
5818
|
"shape": "HlsGroupSettings",
|
5771
5819
|
"locationName": "hlsGroupSettings"
|
@@ -5800,6 +5848,10 @@
|
|
5800
5848
|
"shape": "ArchiveOutputSettings",
|
5801
5849
|
"locationName": "archiveOutputSettings"
|
5802
5850
|
},
|
5851
|
+
"FrameCaptureOutputSettings": {
|
5852
|
+
"shape": "FrameCaptureOutputSettings",
|
5853
|
+
"locationName": "frameCaptureOutputSettings"
|
5854
|
+
},
|
5803
5855
|
"HlsOutputSettings": {
|
5804
5856
|
"shape": "HlsOutputSettings",
|
5805
5857
|
"locationName": "hlsOutputSettings"
|
@@ -7208,6 +7260,10 @@
|
|
7208
7260
|
"VideoCodecSettings": {
|
7209
7261
|
"type": "structure",
|
7210
7262
|
"members": {
|
7263
|
+
"FrameCaptureSettings": {
|
7264
|
+
"shape": "FrameCaptureSettings",
|
7265
|
+
"locationName": "frameCaptureSettings"
|
7266
|
+
},
|
7211
7267
|
"H264Settings": {
|
7212
7268
|
"shape": "H264Settings",
|
7213
7269
|
"locationName": "h264Settings"
|
@@ -7493,6 +7549,11 @@
|
|
7493
7549
|
"min": 1,
|
7494
7550
|
"max": 32
|
7495
7551
|
},
|
7552
|
+
"__integerMin1Max3600": {
|
7553
|
+
"type": "integer",
|
7554
|
+
"min": 1,
|
7555
|
+
"max": 3600
|
7556
|
+
},
|
7496
7557
|
"__integerMin1Max4": {
|
7497
7558
|
"type": "integer",
|
7498
7559
|
"min": 1,
|
data/endpoints.json
CHANGED
@@ -1005,26 +1005,6 @@
|
|
1005
1005
|
"us-west-2" : { }
|
1006
1006
|
}
|
1007
1007
|
},
|
1008
|
-
"ecr" : {
|
1009
|
-
"endpoints" : {
|
1010
|
-
"ap-northeast-1" : { },
|
1011
|
-
"ap-northeast-2" : { },
|
1012
|
-
"ap-south-1" : { },
|
1013
|
-
"ap-southeast-1" : { },
|
1014
|
-
"ap-southeast-2" : { },
|
1015
|
-
"ca-central-1" : { },
|
1016
|
-
"eu-central-1" : { },
|
1017
|
-
"eu-north-1" : { },
|
1018
|
-
"eu-west-1" : { },
|
1019
|
-
"eu-west-2" : { },
|
1020
|
-
"eu-west-3" : { },
|
1021
|
-
"sa-east-1" : { },
|
1022
|
-
"us-east-1" : { },
|
1023
|
-
"us-east-2" : { },
|
1024
|
-
"us-west-1" : { },
|
1025
|
-
"us-west-2" : { }
|
1026
|
-
}
|
1027
|
-
},
|
1028
1008
|
"ecs" : {
|
1029
1009
|
"endpoints" : {
|
1030
1010
|
"ap-northeast-1" : { },
|
@@ -2964,12 +2944,6 @@
|
|
2964
2944
|
"cn-northwest-1" : { }
|
2965
2945
|
}
|
2966
2946
|
},
|
2967
|
-
"ecr" : {
|
2968
|
-
"endpoints" : {
|
2969
|
-
"cn-north-1" : { },
|
2970
|
-
"cn-northwest-1" : { }
|
2971
|
-
}
|
2972
|
-
},
|
2973
2947
|
"ecs" : {
|
2974
2948
|
"endpoints" : {
|
2975
2949
|
"cn-north-1" : { },
|
@@ -3378,12 +3352,6 @@
|
|
3378
3352
|
"us-gov-west-1" : { }
|
3379
3353
|
}
|
3380
3354
|
},
|
3381
|
-
"ecr" : {
|
3382
|
-
"endpoints" : {
|
3383
|
-
"us-gov-east-1" : { },
|
3384
|
-
"us-gov-west-1" : { }
|
3385
|
-
}
|
3386
|
-
},
|
3387
3355
|
"ecs" : {
|
3388
3356
|
"endpoints" : {
|
3389
3357
|
"us-gov-east-1" : { },
|
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.11.
|
4
|
+
version: 2.11.212
|
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: 2019-01-
|
11
|
+
date: 2019-01-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|