aws-sdk-core 2.11.443 → 2.11.444
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/mediapackage-vod/2018-11-07/api-2.json +39 -0
- data/endpoints.json +3 -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: 671e1d4db210083fcd3c11b65a4484a63a7e0f97
|
4
|
+
data.tar.gz: 7f5c102755695c70b78f5ef7d2245fb6f8a2799e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f8a2ac4df4c8ba7aabeb03bc3a471c15297527c73e9d923e97aca652244880c695b9d0d4ccc3781d852ec7bbfe67dd179e8768d0afbe7d764e563cb570178ba5
|
7
|
+
data.tar.gz: bb1d241b67d324023f03f383f3174ea100c508d8011041d74ea55e4aed2986aeb571bc0fd134d37de2ecbfc8d30836b41fc97d369c297abe3a4b18483a57b7ce
|
@@ -753,6 +753,10 @@
|
|
753
753
|
},
|
754
754
|
"DashManifest": {
|
755
755
|
"members": {
|
756
|
+
"ManifestLayout": {
|
757
|
+
"locationName": "manifestLayout",
|
758
|
+
"shape": "ManifestLayout"
|
759
|
+
},
|
756
760
|
"ManifestName": {
|
757
761
|
"locationName": "manifestName",
|
758
762
|
"shape": "__string"
|
@@ -782,9 +786,17 @@
|
|
782
786
|
"locationName": "encryption",
|
783
787
|
"shape": "DashEncryption"
|
784
788
|
},
|
789
|
+
"PeriodTriggers": {
|
790
|
+
"locationName": "periodTriggers",
|
791
|
+
"shape": "__listOf__PeriodTriggersElement"
|
792
|
+
},
|
785
793
|
"SegmentDurationSeconds": {
|
786
794
|
"locationName": "segmentDurationSeconds",
|
787
795
|
"shape": "__integer"
|
796
|
+
},
|
797
|
+
"SegmentTemplateFormat": {
|
798
|
+
"locationName": "segmentTemplateFormat",
|
799
|
+
"shape": "SegmentTemplateFormat"
|
788
800
|
}
|
789
801
|
},
|
790
802
|
"required": [
|
@@ -1182,6 +1194,13 @@
|
|
1182
1194
|
},
|
1183
1195
|
"type": "structure"
|
1184
1196
|
},
|
1197
|
+
"ManifestLayout": {
|
1198
|
+
"enum": [
|
1199
|
+
"FULL",
|
1200
|
+
"COMPACT"
|
1201
|
+
],
|
1202
|
+
"type": "string"
|
1203
|
+
},
|
1185
1204
|
"MaxResults": {
|
1186
1205
|
"max": 1000,
|
1187
1206
|
"min": 1,
|
@@ -1373,6 +1392,14 @@
|
|
1373
1392
|
],
|
1374
1393
|
"type": "string"
|
1375
1394
|
},
|
1395
|
+
"SegmentTemplateFormat": {
|
1396
|
+
"enum": [
|
1397
|
+
"NUMBER_WITH_TIMELINE",
|
1398
|
+
"TIME_WITH_TIMELINE",
|
1399
|
+
"NUMBER_WITH_DURATION"
|
1400
|
+
],
|
1401
|
+
"type": "string"
|
1402
|
+
},
|
1376
1403
|
"ServiceUnavailableException": {
|
1377
1404
|
"error": {
|
1378
1405
|
"httpStatusCode": 503
|
@@ -1459,6 +1486,12 @@
|
|
1459
1486
|
},
|
1460
1487
|
"type": "structure"
|
1461
1488
|
},
|
1489
|
+
"__PeriodTriggersElement": {
|
1490
|
+
"enum": [
|
1491
|
+
"ADS"
|
1492
|
+
],
|
1493
|
+
"type": "string"
|
1494
|
+
},
|
1462
1495
|
"__boolean": {
|
1463
1496
|
"type": "boolean"
|
1464
1497
|
},
|
@@ -1510,6 +1543,12 @@
|
|
1510
1543
|
},
|
1511
1544
|
"type": "list"
|
1512
1545
|
},
|
1546
|
+
"__listOf__PeriodTriggersElement": {
|
1547
|
+
"member": {
|
1548
|
+
"shape": "__PeriodTriggersElement"
|
1549
|
+
},
|
1550
|
+
"type": "list"
|
1551
|
+
},
|
1513
1552
|
"__listOf__string": {
|
1514
1553
|
"member": {
|
1515
1554
|
"shape": "__string"
|
data/endpoints.json
CHANGED
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.444
|
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: 2020-02-
|
11
|
+
date: 2020-02-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|