aws-sdk 2.777.0 → 2.778.0

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.
package/CHANGELOG.md CHANGED
@@ -1,7 +1,11 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.777.0-->
2
+ <!--LATEST=2.778.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.778.0
6
+ * feature: MediaTailor: MediaTailor now supports ad marker passthrough for HLS. Use AdMarkerPassthrough to pass EXT-X-CUE-IN, EXT-X-CUE-OUT, and EXT-X-SPLICEPOINT-SCTE35 from origin manifests into personalized manifests.
7
+ * feature: QuickSight: Support description on columns.
8
+
5
9
  ## 2.777.0
6
10
  * feature: Appflow: Salesforce connector creation with customer provided client id and client secret, incremental pull configuration, salesforce upsert write operations and execution ID when on-demand flows are executed.
7
11
  * feature: SNS: SNS now supports a new class of topics: FIFO (First-In-First-Out). FIFO topics provide strictly-ordered, deduplicated, filterable, encryptable, many-to-many messaging at scale.
package/README.md CHANGED
@@ -25,7 +25,7 @@ version.
25
25
  To use the SDK in the browser, simply add the following script tag to your
26
26
  HTML pages:
27
27
 
28
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.777.0.min.js"></script>
28
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.778.0.min.js"></script>
29
29
 
30
30
  You can also build a custom browser SDK with your specified set of AWS services.
31
31
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -74,6 +74,9 @@
74
74
  "LivePreRollConfiguration": {
75
75
  "shape": "Sd"
76
76
  },
77
+ "ManifestProcessingRules": {
78
+ "shape": "Sf"
79
+ },
77
80
  "Name": {},
78
81
  "PersonalizationThresholdSeconds": {
79
82
  "type": "integer"
@@ -84,7 +87,7 @@
84
87
  "SlateAdUrl": {},
85
88
  "Tags": {
86
89
  "locationName": "tags",
87
- "shape": "Sg"
90
+ "shape": "Sj"
88
91
  },
89
92
  "TranscodeProfileName": {},
90
93
  "VideoContentSourceUrl": {}
@@ -133,6 +136,9 @@
133
136
  "HlsConfiguration": {
134
137
  "shape": "Sc"
135
138
  },
139
+ "ManifestProcessingRules": {
140
+ "shape": "Sf"
141
+ },
136
142
  "Name": {},
137
143
  "PlaybackConfigurationArn": {},
138
144
  "PlaybackEndpointPrefix": {},
@@ -140,7 +146,7 @@
140
146
  "SlateAdUrl": {},
141
147
  "Tags": {
142
148
  "locationName": "tags",
143
- "shape": "Sg"
149
+ "shape": "Sj"
144
150
  },
145
151
  "TranscodeProfileName": {},
146
152
  "PersonalizationThresholdSeconds": {
@@ -179,7 +185,7 @@
179
185
  "members": {
180
186
  "Tags": {
181
187
  "locationName": "tags",
182
- "shape": "Sg"
188
+ "shape": "Sj"
183
189
  }
184
190
  },
185
191
  "type": "structure"
@@ -213,6 +219,9 @@
213
219
  "LivePreRollConfiguration": {
214
220
  "shape": "Sd"
215
221
  },
222
+ "ManifestProcessingRules": {
223
+ "shape": "Sf"
224
+ },
216
225
  "Name": {},
217
226
  "PersonalizationThresholdSeconds": {
218
227
  "type": "integer"
@@ -220,7 +229,7 @@
220
229
  "SlateAdUrl": {},
221
230
  "Tags": {
222
231
  "locationName": "tags",
223
- "shape": "Sg"
232
+ "shape": "Sj"
224
233
  },
225
234
  "TranscodeProfileName": {},
226
235
  "VideoContentSourceUrl": {}
@@ -248,6 +257,9 @@
248
257
  "LivePreRollConfiguration": {
249
258
  "shape": "Sd"
250
259
  },
260
+ "ManifestProcessingRules": {
261
+ "shape": "Sf"
262
+ },
251
263
  "Name": {},
252
264
  "PersonalizationThresholdSeconds": {
253
265
  "type": "integer"
@@ -258,7 +270,7 @@
258
270
  "SlateAdUrl": {},
259
271
  "Tags": {
260
272
  "locationName": "tags",
261
- "shape": "Sg"
273
+ "shape": "Sj"
262
274
  },
263
275
  "TranscodeProfileName": {},
264
276
  "VideoContentSourceUrl": {}
@@ -279,7 +291,7 @@
279
291
  },
280
292
  "Tags": {
281
293
  "locationName": "tags",
282
- "shape": "Sg"
294
+ "shape": "Sj"
283
295
  }
284
296
  },
285
297
  "required": [
@@ -361,7 +373,20 @@
361
373
  }
362
374
  }
363
375
  },
364
- "Sg": {
376
+ "Sf": {
377
+ "type": "structure",
378
+ "members": {
379
+ "AdMarkerPassthrough": {
380
+ "type": "structure",
381
+ "members": {
382
+ "Enabled": {
383
+ "type": "boolean"
384
+ }
385
+ }
386
+ }
387
+ }
388
+ },
389
+ "Sj": {
365
390
  "key": {},
366
391
  "type": "map",
367
392
  "value": {}