aws-sdk-core 2.11.612 → 2.11.613
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/mediatailor/2018-04-23/api-2.json +25 -0
- data/apis/quicksight/2018-04-01/api-2.json +14 -1
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0775edd348fc697c3328341c046e99473efa8f79e6e2ee15b70ad713dad18300
|
4
|
+
data.tar.gz: 4565316ac453bf61bd754f8886cf2bdeed94d0bae7760d0cafd2f10797d92985
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ebd2a41ac9ded7211213674a2991c2c7d4ceb700ea653dc19cca168ffba3cc238316636a34e902c831f47a3a1758ce8b6e628ba80612a4a4fbaaf76a17b68ad6
|
7
|
+
data.tar.gz: b2ed6d3a1ca970eaf749c1a0a8bf08ab41d6b5f4afce8ff57eee92f9aa97cab485aca47b5454ad257135eb6206a3708badaec677ca77110a8de2539d6bf6678f
|
@@ -125,6 +125,14 @@
|
|
125
125
|
}
|
126
126
|
},
|
127
127
|
"shapes": {
|
128
|
+
"AdMarkerPassthrough" : {
|
129
|
+
"type" : "structure",
|
130
|
+
"members" : {
|
131
|
+
"Enabled" : {
|
132
|
+
"shape" : "__boolean"
|
133
|
+
}
|
134
|
+
}
|
135
|
+
},
|
128
136
|
"AvailSuppression": {
|
129
137
|
"type": "structure",
|
130
138
|
"members": {
|
@@ -251,6 +259,9 @@
|
|
251
259
|
"LivePreRollConfiguration" : {
|
252
260
|
"shape" : "LivePreRollConfiguration"
|
253
261
|
},
|
262
|
+
"ManifestProcessingRules":{
|
263
|
+
"shape" : "ManifestProcessingRules"
|
264
|
+
},
|
254
265
|
"Name": {
|
255
266
|
"shape": "__string"
|
256
267
|
},
|
@@ -342,6 +353,14 @@
|
|
342
353
|
],
|
343
354
|
"type": "string"
|
344
355
|
},
|
356
|
+
"ManifestProcessingRules" : {
|
357
|
+
"type" : "structure",
|
358
|
+
"members" : {
|
359
|
+
"AdMarkerPassthrough" : {
|
360
|
+
"shape" : "AdMarkerPassthrough"
|
361
|
+
}
|
362
|
+
}
|
363
|
+
},
|
345
364
|
"Mode": {
|
346
365
|
"enum": [
|
347
366
|
"OFF",
|
@@ -428,6 +447,9 @@
|
|
428
447
|
"LivePreRollConfiguration" : {
|
429
448
|
"shape" : "LivePreRollConfiguration"
|
430
449
|
},
|
450
|
+
"ManifestProcessingRules": {
|
451
|
+
"shape": "ManifestProcessingRules"
|
452
|
+
},
|
431
453
|
"Name": {
|
432
454
|
"shape": "__string"
|
433
455
|
},
|
@@ -473,6 +495,9 @@
|
|
473
495
|
"Name": {
|
474
496
|
"shape": "__string"
|
475
497
|
},
|
498
|
+
"ManifestProcessingRules": {
|
499
|
+
"shape": "ManifestProcessingRules"
|
500
|
+
},
|
476
501
|
"PlaybackConfigurationArn": {
|
477
502
|
"shape": "__string"
|
478
503
|
},
|
@@ -2070,6 +2070,17 @@
|
|
2070
2070
|
"DATETIME"
|
2071
2071
|
]
|
2072
2072
|
},
|
2073
|
+
"ColumnDescription":{
|
2074
|
+
"type":"structure",
|
2075
|
+
"members":{
|
2076
|
+
"Text":{"shape":"ColumnDescriptiveText"}
|
2077
|
+
}
|
2078
|
+
},
|
2079
|
+
"ColumnDescriptiveText":{
|
2080
|
+
"type":"string",
|
2081
|
+
"max":500,
|
2082
|
+
"min":0
|
2083
|
+
},
|
2073
2084
|
"ColumnGroup":{
|
2074
2085
|
"type":"structure",
|
2075
2086
|
"members":{
|
@@ -2142,7 +2153,8 @@
|
|
2142
2153
|
"ColumnTag":{
|
2143
2154
|
"type":"structure",
|
2144
2155
|
"members":{
|
2145
|
-
"ColumnGeographicRole":{"shape":"GeoSpatialDataRole"}
|
2156
|
+
"ColumnGeographicRole":{"shape":"GeoSpatialDataRole"},
|
2157
|
+
"ColumnDescription":{"shape":"ColumnDescription"}
|
2146
2158
|
}
|
2147
2159
|
},
|
2148
2160
|
"ColumnTagList":{
|
@@ -5877,6 +5889,7 @@
|
|
5877
5889
|
"type":"structure",
|
5878
5890
|
"members":{
|
5879
5891
|
"Name":{"shape":"ColumnName"},
|
5892
|
+
"Description":{"shape":"ColumnDescriptiveText"},
|
5880
5893
|
"Type":{"shape":"ColumnDataType"}
|
5881
5894
|
}
|
5882
5895
|
},
|
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.613
|
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-10-
|
11
|
+
date: 2020-10-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|