aws-sdk 2.1639.0 → 2.1641.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.
Files changed (49) hide show
  1. package/README.md +1 -1
  2. package/apis/apptest-2022-12-06.min.json +1917 -0
  3. package/apis/apptest-2022-12-06.paginators.json +40 -0
  4. package/apis/apptest-2022-12-06.waiters2.json +5 -0
  5. package/apis/cloudhsmv2-2017-04-28.min.json +26 -19
  6. package/apis/ec2-2016-11-15.min.json +160 -107
  7. package/apis/glue-2017-03-31.min.json +99 -98
  8. package/apis/iotwireless-2020-11-22.min.json +4 -1
  9. package/apis/kms-2014-11-01.examples.json +29 -0
  10. package/apis/kms-2014-11-01.min.json +76 -23
  11. package/apis/mediapackagev2-2022-12-25.examples.json +1271 -0
  12. package/apis/mediapackagev2-2022-12-25.min.json +108 -71
  13. package/apis/metadata.json +3 -3
  14. package/apis/osis-2022-01-01.min.json +33 -28
  15. package/apis/redshift-2012-12-01.min.json +7 -1
  16. package/apis/secretsmanager-2017-10-17.min.json +8 -1
  17. package/apis/securitylake-2018-05-10.min.json +7 -1
  18. package/apis/sesv2-2019-09-27.min.json +139 -121
  19. package/clients/all.d.ts +1 -1
  20. package/clients/all.js +2 -2
  21. package/clients/apptest.d.ts +2019 -0
  22. package/clients/apptest.js +19 -0
  23. package/clients/cloudhsmv2.d.ts +18 -1
  24. package/clients/ec2.d.ts +57 -3
  25. package/clients/glue.d.ts +6 -1
  26. package/clients/iotwireless.d.ts +1 -1
  27. package/clients/kms.d.ts +80 -14
  28. package/clients/mediapackagev2.d.ts +57 -4
  29. package/clients/osis.d.ts +9 -0
  30. package/clients/redshift.d.ts +16 -16
  31. package/clients/secretsmanager.d.ts +18 -13
  32. package/clients/securitylake.d.ts +3 -3
  33. package/clients/sesv2.d.ts +24 -10
  34. package/dist/aws-sdk-core-react-native.js +2 -2
  35. package/dist/aws-sdk-react-native.js +555 -539
  36. package/dist/aws-sdk.js +292 -157
  37. package/dist/aws-sdk.min.js +93 -93
  38. package/lib/config_service_placeholders.d.ts +2 -2
  39. package/lib/core.js +1 -1
  40. package/lib/credentials/cognito_identity_credentials.js +9 -0
  41. package/lib/shared-ini/ini-loader.d.ts +24 -1
  42. package/lib/shared-ini/ini-loader.js +0 -6
  43. package/package.json +1 -1
  44. package/scripts/region-checker/allowlist.js +3 -3
  45. package/apis/backupstorage-2018-04-10.min.json +0 -522
  46. package/apis/backupstorage-2018-04-10.paginators.json +0 -14
  47. package/clients/backupstorage.d.ts +0 -469
  48. package/clients/backupstorage.js +0 -18
  49. /package/apis/{backupstorage-2018-04-10.examples.json → apptest-2022-12-06.examples.json} +0 -0
@@ -1,5 +1,1276 @@
1
1
  {
2
2
  "version": "1.0",
3
3
  "examples": {
4
+ "CreateChannel": [
5
+ {
6
+ "input": {
7
+ "ChannelGroupName": "exampleChannelGroup",
8
+ "ChannelName": "exampleChannel",
9
+ "Description": "Description for exampleChannel",
10
+ "InputType": "HLS",
11
+ "Tags": {
12
+ "key1": "value1",
13
+ "key2": "value2"
14
+ }
15
+ },
16
+ "output": {
17
+ "Arn": "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup/channel/exampleChannel",
18
+ "ChannelGroupName": "exampleChannelGroup",
19
+ "ChannelName": "exampleChannel",
20
+ "CreatedAt": "2022-10-18T09:36:00.00Z",
21
+ "Description": "Description for exampleChannel",
22
+ "ETag": "GlfT+dwAyGIR4wuy8nKWl1RDPwSrjQej9qUutLZxoxk=",
23
+ "IngestEndpoints": [
24
+ {
25
+ "Id": "1",
26
+ "Url": "https://abcde-1.ingest.vwxyz.mediapackagev2.us-west-2.amazonaws.com/v1/exampleChannelGroup/exampleChannel/index"
27
+ },
28
+ {
29
+ "Id": "2",
30
+ "Url": "https://abcde-2.ingest.vwxyz.mediapackagev2.us-west-2.amazonaws.com/v1/exampleChannelGroup/exampleChannel/index"
31
+ }
32
+ ],
33
+ "InputType": "HLS",
34
+ "ModifiedAt": "2022-10-18T09:36:00.00Z",
35
+ "Tags": {
36
+ "key1": "value1",
37
+ "key2": "value2"
38
+ }
39
+ },
40
+ "id": "example-1",
41
+ "title": "Creating a Channel"
42
+ }
43
+ ],
44
+ "CreateChannelGroup": [
45
+ {
46
+ "input": {
47
+ "ChannelGroupName": "exampleChannelGroup",
48
+ "Description": "Description for exampleChannelGroup",
49
+ "Tags": {
50
+ "key1": "value1",
51
+ "key2": "value2"
52
+ }
53
+ },
54
+ "output": {
55
+ "Arn": "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup",
56
+ "ChannelGroupName": "exampleChannelGroup",
57
+ "CreatedAt": "2022-10-18T09:36:00.00Z",
58
+ "Description": "Description for exampleChannelGroup",
59
+ "ETag": "GlfT+dwAyGIR4wuy8nKWl1RDPwSrjQej9qUutLZxoxk=",
60
+ "EgressDomain": "abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com",
61
+ "ModifiedAt": "2022-10-18T09:36:00.00Z",
62
+ "Tags": {
63
+ "key1": "value1",
64
+ "key2": "value2"
65
+ }
66
+ },
67
+ "id": "example-1",
68
+ "title": "Creating a Channel Group"
69
+ }
70
+ ],
71
+ "CreateOriginEndpoint": [
72
+ {
73
+ "input": {
74
+ "ChannelGroupName": "exampleChannelGroup",
75
+ "ChannelName": "exampleChannel",
76
+ "ContainerType": "TS",
77
+ "Description": "Description for exampleOriginEndpointTS",
78
+ "ForceEndpointErrorConfiguration": {
79
+ "EndpointErrorConditions": [
80
+ "STALE_MANIFEST",
81
+ "INCOMPLETE_MANIFEST",
82
+ "MISSING_DRM_KEY",
83
+ "SLATE_INPUT"
84
+ ]
85
+ },
86
+ "HlsManifests": [
87
+ {
88
+ "ChildManifestName": "exampleChildManifest1",
89
+ "ManifestName": "exampleManifest1",
90
+ "ManifestWindowSeconds": 30,
91
+ "ProgramDateTimeIntervalSeconds": 60,
92
+ "ScteHls": {
93
+ "AdMarkerHls": "DATERANGE"
94
+ }
95
+ },
96
+ {
97
+ "ChildManifestName": "exampleManifest2",
98
+ "ManifestName": "exampleManifest2",
99
+ "ManifestWindowSeconds": 30,
100
+ "ProgramDateTimeIntervalSeconds": 60,
101
+ "ScteHls": {
102
+ "AdMarkerHls": "DATERANGE"
103
+ }
104
+ }
105
+ ],
106
+ "LowLatencyHlsManifests": [
107
+ {
108
+ "ChildManifestName": "exampleLLChildManifest1",
109
+ "ManifestName": "exampleLLManifest1",
110
+ "ManifestWindowSeconds": 30,
111
+ "ProgramDateTimeIntervalSeconds": 60,
112
+ "ScteHls": {
113
+ "AdMarkerHls": "DATERANGE"
114
+ }
115
+ },
116
+ {
117
+ "ChildManifestName": "exampleLLManifest2",
118
+ "ManifestName": "exampleLLManifest2",
119
+ "ManifestWindowSeconds": 30,
120
+ "ProgramDateTimeIntervalSeconds": 60,
121
+ "ScteHls": {
122
+ "AdMarkerHls": "DATERANGE"
123
+ }
124
+ }
125
+ ],
126
+ "OriginEndpointName": "exampleOriginEndpointTS",
127
+ "Segment": {
128
+ "Encryption": {
129
+ "ConstantInitializationVector": "A382A901F3C1F7718512266CFFBB0B7E",
130
+ "EncryptionMethod": {
131
+ "TsEncryptionMethod": "AES_128"
132
+ },
133
+ "KeyRotationIntervalSeconds": 300,
134
+ "SpekeKeyProvider": {
135
+ "DrmSystems": [
136
+ "CLEAR_KEY_AES_128"
137
+ ],
138
+ "EncryptionContractConfiguration": {
139
+ "PresetSpeke20Audio": "SHARED",
140
+ "PresetSpeke20Video": "SHARED"
141
+ },
142
+ "ResourceId": "ResourceId",
143
+ "RoleArn": "arn:aws:iam::123456789012:role/empRole",
144
+ "Url": "https://foo.com"
145
+ }
146
+ },
147
+ "IncludeIframeOnlyStreams": true,
148
+ "Scte": {
149
+ "ScteFilter": [
150
+ "SPLICE_INSERT",
151
+ "BREAK"
152
+ ]
153
+ },
154
+ "SegmentDurationSeconds": 6,
155
+ "SegmentName": "segmentName",
156
+ "TsIncludeDvbSubtitles": true,
157
+ "TsUseAudioRenditionGroup": true
158
+ },
159
+ "StartoverWindowSeconds": 300,
160
+ "Tags": {
161
+ "key1": "value1",
162
+ "key2": "value2"
163
+ }
164
+ },
165
+ "output": {
166
+ "Arn": "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup/channel/exampleChannel/originEndpoint/exampleOriginEndpointTS",
167
+ "ChannelGroupName": "exampleChannelGroup",
168
+ "ChannelName": "exampleChannel",
169
+ "ContainerType": "TS",
170
+ "CreatedAt": "2022-10-18T09:36:00.00Z",
171
+ "Description": "Description for exampleOriginEndpointTS",
172
+ "ETag": "GlfT+dwAyGIR4wuy8nKWl1RDPwSrjQej9qUutLZxoxk=",
173
+ "ForceEndpointErrorConfiguration": {
174
+ "EndpointErrorConditions": [
175
+ "STALE_MANIFEST",
176
+ "INCOMPLETE_MANIFEST",
177
+ "MISSING_DRM_KEY",
178
+ "SLATE_INPUT"
179
+ ]
180
+ },
181
+ "HlsManifests": [
182
+ {
183
+ "ChildManifestName": "exampleChildManifest1",
184
+ "ManifestName": "exampleManifest1",
185
+ "ManifestWindowSeconds": 30,
186
+ "ProgramDateTimeIntervalSeconds": 60,
187
+ "ScteHls": {
188
+ "AdMarkerHls": "DATERANGE"
189
+ },
190
+ "Url": "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleManifest1.m3u8"
191
+ },
192
+ {
193
+ "ChildManifestName": "exampleManifest2",
194
+ "ManifestName": "exampleManifest2",
195
+ "ManifestWindowSeconds": 30,
196
+ "ProgramDateTimeIntervalSeconds": 60,
197
+ "ScteHls": {
198
+ "AdMarkerHls": "DATERANGE"
199
+ },
200
+ "Url": "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleManifest2.m3u8"
201
+ }
202
+ ],
203
+ "LowLatencyHlsManifests": [
204
+ {
205
+ "ChildManifestName": "exampleLLChildManifest1",
206
+ "ManifestName": "exampleLLManifest1",
207
+ "ManifestWindowSeconds": 30,
208
+ "ProgramDateTimeIntervalSeconds": 60,
209
+ "ScteHls": {
210
+ "AdMarkerHls": "DATERANGE"
211
+ },
212
+ "Url": "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleLLManifest1.m3u8"
213
+ },
214
+ {
215
+ "ChildManifestName": "exampleLLManifest2",
216
+ "ManifestName": "exampleLLManifest2",
217
+ "ManifestWindowSeconds": 30,
218
+ "ProgramDateTimeIntervalSeconds": 60,
219
+ "ScteHls": {
220
+ "AdMarkerHls": "DATERANGE"
221
+ },
222
+ "Url": "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleLLManifest2.m3u8"
223
+ }
224
+ ],
225
+ "ModifiedAt": "2022-10-18T09:36:00.00Z",
226
+ "OriginEndpointName": "exampleOriginEndpointTS",
227
+ "Segment": {
228
+ "Encryption": {
229
+ "ConstantInitializationVector": "A382A901F3C1F7718512266CFFBB0B7E",
230
+ "EncryptionMethod": {
231
+ "TsEncryptionMethod": "AES_128"
232
+ },
233
+ "KeyRotationIntervalSeconds": 300,
234
+ "SpekeKeyProvider": {
235
+ "DrmSystems": [
236
+ "CLEAR_KEY_AES_128"
237
+ ],
238
+ "EncryptionContractConfiguration": {
239
+ "PresetSpeke20Audio": "SHARED",
240
+ "PresetSpeke20Video": "SHARED"
241
+ },
242
+ "ResourceId": "ResourceId",
243
+ "RoleArn": "arn:aws:iam::123456789012:role/empRole",
244
+ "Url": "https://foo.com"
245
+ }
246
+ },
247
+ "IncludeIframeOnlyStreams": true,
248
+ "Scte": {
249
+ "ScteFilter": [
250
+ "SPLICE_INSERT",
251
+ "BREAK"
252
+ ]
253
+ },
254
+ "SegmentDurationSeconds": 6,
255
+ "SegmentName": "segmentName",
256
+ "TsIncludeDvbSubtitles": true,
257
+ "TsUseAudioRenditionGroup": true
258
+ },
259
+ "StartoverWindowSeconds": 300,
260
+ "Tags": {
261
+ "key1": "value1",
262
+ "key2": "value2"
263
+ }
264
+ },
265
+ "id": "example-1",
266
+ "title": "Creating an OriginEndpoint with container type TS, and encryption enabled"
267
+ },
268
+ {
269
+ "input": {
270
+ "ChannelGroupName": "exampleChannelGroup",
271
+ "ChannelName": "exampleChannel",
272
+ "ContainerType": "CMAF",
273
+ "DashManifests": [
274
+ {
275
+ "DrmSignaling": "INDIVIDUAL",
276
+ "ManifestName": "exampleDashManifest1",
277
+ "ManifestWindowSeconds": 300,
278
+ "MinBufferTimeSeconds": 30,
279
+ "MinUpdatePeriodSeconds": 5,
280
+ "PeriodTriggers": [
281
+ "AVAILS"
282
+ ],
283
+ "ScteDash": {
284
+ "AdMarkerDash": "XML"
285
+ },
286
+ "SegmentTemplateFormat": "NUMBER_WITH_TIMELINE",
287
+ "SuggestedPresentationDelaySeconds": 2
288
+ },
289
+ {
290
+ "DrmSignaling": "INDIVIDUAL",
291
+ "ManifestName": "exampleDashManifest2",
292
+ "ManifestWindowSeconds": 60,
293
+ "MinBufferTimeSeconds": 9,
294
+ "MinUpdatePeriodSeconds": 3,
295
+ "PeriodTriggers": [
296
+ "AVAILS",
297
+ "DRM_KEY_ROTATION",
298
+ "SOURCE_CHANGES",
299
+ "SOURCE_DISRUPTIONS"
300
+ ],
301
+ "ScteDash": {
302
+ "AdMarkerDash": "XML"
303
+ },
304
+ "SegmentTemplateFormat": "NUMBER_WITH_TIMELINE",
305
+ "SuggestedPresentationDelaySeconds": 12
306
+ }
307
+ ],
308
+ "ForceEndpointErrorConfiguration": {
309
+ "EndpointErrorConditions": [
310
+ "STALE_MANIFEST",
311
+ "INCOMPLETE_MANIFEST",
312
+ "MISSING_DRM_KEY",
313
+ "SLATE_INPUT"
314
+ ]
315
+ },
316
+ "HlsManifests": [
317
+ {
318
+ "ChildManifestName": "exampleChildManifest1",
319
+ "ManifestName": "exampleManifest1",
320
+ "ManifestWindowSeconds": 30,
321
+ "ProgramDateTimeIntervalSeconds": 60,
322
+ "ScteHls": {
323
+ "AdMarkerHls": "DATERANGE"
324
+ }
325
+ },
326
+ {
327
+ "ChildManifestName": "exampleManifest2",
328
+ "ManifestName": "exampleManifest2",
329
+ "ManifestWindowSeconds": 30,
330
+ "ProgramDateTimeIntervalSeconds": 60,
331
+ "ScteHls": {
332
+ "AdMarkerHls": "DATERANGE"
333
+ }
334
+ }
335
+ ],
336
+ "LowLatencyHlsManifests": [
337
+ {
338
+ "ChildManifestName": "exampleLLChildManifest1",
339
+ "ManifestName": "exampleLLManifest1",
340
+ "ManifestWindowSeconds": 30,
341
+ "ProgramDateTimeIntervalSeconds": 60,
342
+ "ScteHls": {
343
+ "AdMarkerHls": "DATERANGE"
344
+ }
345
+ },
346
+ {
347
+ "ChildManifestName": "exampleLLManifest2",
348
+ "ManifestName": "exampleLLManifest2",
349
+ "ManifestWindowSeconds": 30,
350
+ "ProgramDateTimeIntervalSeconds": 60,
351
+ "ScteHls": {
352
+ "AdMarkerHls": "DATERANGE"
353
+ }
354
+ }
355
+ ],
356
+ "OriginEndpointName": "exampleOriginEndpointCMAF",
357
+ "Segment": {
358
+ "Encryption": {
359
+ "ConstantInitializationVector": "A382A901F3C1F7718512266CFFBB0B9F",
360
+ "EncryptionMethod": {
361
+ "CmafEncryptionMethod": "CBCS"
362
+ },
363
+ "KeyRotationIntervalSeconds": 300,
364
+ "SpekeKeyProvider": {
365
+ "DrmSystems": [
366
+ "PLAYREADY",
367
+ "WIDEVINE"
368
+ ],
369
+ "EncryptionContractConfiguration": {
370
+ "PresetSpeke20Audio": "PRESET_AUDIO_1",
371
+ "PresetSpeke20Video": "PRESET_VIDEO_1"
372
+ },
373
+ "ResourceId": "ResourceId",
374
+ "RoleArn": "arn:aws:iam::123456789012:role/empRole",
375
+ "Url": "https://foo.com"
376
+ }
377
+ },
378
+ "IncludeIframeOnlyStreams": true,
379
+ "Scte": {
380
+ "ScteFilter": [
381
+ "SPLICE_INSERT",
382
+ "BREAK"
383
+ ]
384
+ },
385
+ "SegmentDurationSeconds": 6,
386
+ "SegmentName": "segmentName"
387
+ },
388
+ "StartoverWindowSeconds": 300,
389
+ "Tags": {
390
+ "key1": "value1",
391
+ "key2": "value2"
392
+ }
393
+ },
394
+ "output": {
395
+ "Arn": "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup/channel/exampleChannel/originEndpoint/exampleOriginEndpointCMAF",
396
+ "ChannelGroupName": "exampleChannelGroup",
397
+ "ChannelName": "exampleChannel",
398
+ "ContainerType": "CMAF",
399
+ "CreatedAt": "2022-10-18T09:36:00.00Z",
400
+ "DashManifests": [
401
+ {
402
+ "DrmSignaling": "INDIVIDUAL",
403
+ "ManifestName": "exampleDashManifest1",
404
+ "ManifestWindowSeconds": 300,
405
+ "MinBufferTimeSeconds": 30,
406
+ "MinUpdatePeriodSeconds": 5,
407
+ "PeriodTriggers": [
408
+ "AVAILS"
409
+ ],
410
+ "ScteDash": {
411
+ "AdMarkerDash": "XML"
412
+ },
413
+ "SegmentTemplateFormat": "NUMBER_WITH_TIMELINE",
414
+ "SuggestedPresentationDelaySeconds": 2,
415
+ "Url": "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleDashManifest1.mpd"
416
+ },
417
+ {
418
+ "DrmSignaling": "INDIVIDUAL",
419
+ "ManifestName": "exampleDashManifest2",
420
+ "ManifestWindowSeconds": 60,
421
+ "MinBufferTimeSeconds": 9,
422
+ "MinUpdatePeriodSeconds": 3,
423
+ "PeriodTriggers": [
424
+ "AVAILS",
425
+ "DRM_KEY_ROTATION",
426
+ "SOURCE_CHANGES",
427
+ "SOURCE_DISRUPTIONS"
428
+ ],
429
+ "ScteDash": {
430
+ "AdMarkerDash": "XML"
431
+ },
432
+ "SegmentTemplateFormat": "NUMBER_WITH_TIMELINE",
433
+ "SuggestedPresentationDelaySeconds": 12,
434
+ "Url": "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleDashManifest2.mpd"
435
+ }
436
+ ],
437
+ "ETag": "GlfT+dwAyGIR4wuy8nKWl1RDPwSrjQej9qUutLZxoxk=",
438
+ "ForceEndpointErrorConfiguration": {
439
+ "EndpointErrorConditions": [
440
+ "STALE_MANIFEST",
441
+ "INCOMPLETE_MANIFEST",
442
+ "MISSING_DRM_KEY",
443
+ "SLATE_INPUT"
444
+ ]
445
+ },
446
+ "HlsManifests": [
447
+ {
448
+ "ChildManifestName": "exampleChildManifest1",
449
+ "ManifestName": "exampleManifest1",
450
+ "ManifestWindowSeconds": 30,
451
+ "ProgramDateTimeIntervalSeconds": 60,
452
+ "ScteHls": {
453
+ "AdMarkerHls": "DATERANGE"
454
+ },
455
+ "Url": "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleManifest1.m3u8"
456
+ },
457
+ {
458
+ "ChildManifestName": "exampleManifest2",
459
+ "ManifestName": "exampleManifest2",
460
+ "ManifestWindowSeconds": 30,
461
+ "ProgramDateTimeIntervalSeconds": 60,
462
+ "ScteHls": {
463
+ "AdMarkerHls": "DATERANGE"
464
+ },
465
+ "Url": "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleManifest2.m3u8"
466
+ }
467
+ ],
468
+ "LowLatencyHlsManifests": [
469
+ {
470
+ "ChildManifestName": "exampleLLChildManifest1",
471
+ "ManifestName": "exampleLLManifest1",
472
+ "ManifestWindowSeconds": 30,
473
+ "ProgramDateTimeIntervalSeconds": 60,
474
+ "ScteHls": {
475
+ "AdMarkerHls": "DATERANGE"
476
+ },
477
+ "Url": "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleLLManifest1.m3u8"
478
+ },
479
+ {
480
+ "ChildManifestName": "exampleLLManifest2",
481
+ "ManifestName": "exampleLLManifest2",
482
+ "ManifestWindowSeconds": 30,
483
+ "ProgramDateTimeIntervalSeconds": 60,
484
+ "ScteHls": {
485
+ "AdMarkerHls": "DATERANGE"
486
+ },
487
+ "Url": "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleLLManifest2.m3u8"
488
+ }
489
+ ],
490
+ "ModifiedAt": "2022-10-18T09:36:00.00Z",
491
+ "OriginEndpointName": "exampleOriginEndpointCMAF",
492
+ "Segment": {
493
+ "Encryption": {
494
+ "ConstantInitializationVector": "A382A901F3C1F7718512266CFFBB0B9F",
495
+ "EncryptionMethod": {
496
+ "CmafEncryptionMethod": "CBCS"
497
+ },
498
+ "KeyRotationIntervalSeconds": 300,
499
+ "SpekeKeyProvider": {
500
+ "DrmSystems": [
501
+ "PLAYREADY",
502
+ "WIDEVINE"
503
+ ],
504
+ "EncryptionContractConfiguration": {
505
+ "PresetSpeke20Audio": "PRESET_AUDIO_1",
506
+ "PresetSpeke20Video": "PRESET_VIDEO_1"
507
+ },
508
+ "ResourceId": "ResourceId",
509
+ "RoleArn": "arn:aws:iam::123456789012:role/empRole",
510
+ "Url": "https://foo.com"
511
+ }
512
+ },
513
+ "IncludeIframeOnlyStreams": true,
514
+ "Scte": {
515
+ "ScteFilter": [
516
+ "SPLICE_INSERT",
517
+ "BREAK"
518
+ ]
519
+ },
520
+ "SegmentDurationSeconds": 6,
521
+ "SegmentName": "segmentName"
522
+ },
523
+ "StartoverWindowSeconds": 300,
524
+ "Tags": {
525
+ "key1": "value1",
526
+ "key2": "value2"
527
+ }
528
+ },
529
+ "id": "example-2",
530
+ "title": "Creating an OriginEndpoint with container type CMAF, and encryption enabled"
531
+ }
532
+ ],
533
+ "DeleteChannel": [
534
+ {
535
+ "input": {
536
+ "ChannelGroupName": "exampleChannelGroup",
537
+ "ChannelName": "exampleChannel"
538
+ },
539
+ "output": {
540
+ },
541
+ "id": "example-1",
542
+ "title": "Deleting a Channel"
543
+ }
544
+ ],
545
+ "DeleteChannelGroup": [
546
+ {
547
+ "input": {
548
+ "ChannelGroupName": "exampleChannelGroup"
549
+ },
550
+ "output": {
551
+ },
552
+ "id": "example-1",
553
+ "title": "Deleting a Channel Group"
554
+ }
555
+ ],
556
+ "DeleteChannelPolicy": [
557
+ {
558
+ "input": {
559
+ "ChannelGroupName": "exampleChannelGroup",
560
+ "ChannelName": "exampleChannel"
561
+ },
562
+ "output": {
563
+ },
564
+ "id": "example-1",
565
+ "title": "Deleting a Channel Policy"
566
+ }
567
+ ],
568
+ "DeleteOriginEndpoint": [
569
+ {
570
+ "input": {
571
+ "ChannelGroupName": "exampleChannelGroup",
572
+ "ChannelName": "exampleChannel",
573
+ "OriginEndpointName": "exampleOriginEndpointTS"
574
+ },
575
+ "output": {
576
+ },
577
+ "id": "example-1",
578
+ "title": "Deleting an OriginEndpoint"
579
+ }
580
+ ],
581
+ "DeleteOriginEndpointPolicy": [
582
+ {
583
+ "input": {
584
+ "ChannelGroupName": "exampleChannelGroup",
585
+ "ChannelName": "exampleChannel",
586
+ "OriginEndpointName": "exampleOriginEndpoint"
587
+ },
588
+ "output": {
589
+ },
590
+ "id": "example-1",
591
+ "title": "Deleting an Origin Endpoint Policy"
592
+ }
593
+ ],
594
+ "GetChannel": [
595
+ {
596
+ "input": {
597
+ "ChannelGroupName": "exampleChannelGroup",
598
+ "ChannelName": "exampleChannel"
599
+ },
600
+ "output": {
601
+ "Arn": "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup/channel/exampleChannel",
602
+ "ChannelGroupName": "exampleChannelGroup",
603
+ "ChannelName": "exampleChannel",
604
+ "CreatedAt": "2022-10-18T09:36:00.00Z",
605
+ "Description": "Description for exampleChannel",
606
+ "ETag": "GlfT+dwAyGIR4wuy8nKWl1RDPwSrjQej9qUutLZxoxk=",
607
+ "IngestEndpoints": [
608
+ {
609
+ "Id": "1",
610
+ "Url": "https://abcde-1.ingest.vwxyz.mediapackagev2.us-west-2.amazonaws.com/v1/exampleChannelGroup/exampleChannel/index"
611
+ },
612
+ {
613
+ "Id": "2",
614
+ "Url": "https://abcde-2.ingest.vwxyz.mediapackagev2.us-west-2.amazonaws.com/v1/exampleChannelGroup/exampleChannel/index"
615
+ }
616
+ ],
617
+ "InputType": "HLS",
618
+ "ModifiedAt": "2022-10-18T09:36:00.00Z",
619
+ "Tags": {
620
+ "key1": "value1",
621
+ "key2": "value2"
622
+ }
623
+ },
624
+ "id": "example-1",
625
+ "title": "Getting a Channel"
626
+ }
627
+ ],
628
+ "GetChannelGroup": [
629
+ {
630
+ "input": {
631
+ "ChannelGroupName": "exampleChannelGroup"
632
+ },
633
+ "output": {
634
+ "Arn": "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup",
635
+ "ChannelGroupName": "exampleChannelGroup",
636
+ "CreatedAt": "2022-10-18T09:36:00.00Z",
637
+ "Description": "Description for exampleChannelGroup",
638
+ "ETag": "GlfT+dwAyGIR4wuy8nKWl1RDPwSrjQej9qUutLZxoxk=",
639
+ "EgressDomain": "abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com",
640
+ "ModifiedAt": "2022-10-18T09:36:00.00Z",
641
+ "Tags": {
642
+ "key1": "value1",
643
+ "key2": "value2"
644
+ }
645
+ },
646
+ "id": "example-1",
647
+ "title": "Getting a Channel Group"
648
+ }
649
+ ],
650
+ "GetChannelPolicy": [
651
+ {
652
+ "input": {
653
+ "ChannelGroupName": "exampleChannelGroup",
654
+ "ChannelName": "exampleChannel"
655
+ },
656
+ "output": {
657
+ "ChannelGroupName": "exampleChannelGroup",
658
+ "ChannelName": "exampleChannel",
659
+ "Policy": "{...}"
660
+ },
661
+ "id": "example-1",
662
+ "title": "Getting a Channel Policy"
663
+ }
664
+ ],
665
+ "GetOriginEndpoint": [
666
+ {
667
+ "input": {
668
+ "ChannelGroupName": "exampleChannelGroup",
669
+ "ChannelName": "exampleChannel",
670
+ "OriginEndpointName": "exampleOriginEndpointTS"
671
+ },
672
+ "output": {
673
+ "Arn": "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup/channel/exampleChannel/originEndpoint/exampleOriginEndpointTS",
674
+ "ChannelGroupName": "exampleChannelGroup",
675
+ "ChannelName": "exampleChannel",
676
+ "ContainerType": "TS",
677
+ "CreatedAt": "2022-10-18T09:36:00.00Z",
678
+ "Description": "Description for exampleOriginEndpointTS",
679
+ "ETag": "GlfT+dwAyGIR4wuy8nKWl1RDPwSrjQej9qUutLZxoxk=",
680
+ "ForceEndpointErrorConfiguration": {
681
+ "EndpointErrorConditions": [
682
+ "STALE_MANIFEST",
683
+ "INCOMPLETE_MANIFEST",
684
+ "MISSING_DRM_KEY",
685
+ "SLATE_INPUT"
686
+ ]
687
+ },
688
+ "HlsManifests": [
689
+ {
690
+ "ChildManifestName": "exampleChildManifest1",
691
+ "ManifestName": "exampleManifest1",
692
+ "ManifestWindowSeconds": 30,
693
+ "ProgramDateTimeIntervalSeconds": 60,
694
+ "ScteHls": {
695
+ "AdMarkerHls": "DATERANGE"
696
+ },
697
+ "Url": "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleManifest1.m3u8"
698
+ },
699
+ {
700
+ "ChildManifestName": "exampleManifest2",
701
+ "ManifestName": "exampleManifest2",
702
+ "ManifestWindowSeconds": 30,
703
+ "ProgramDateTimeIntervalSeconds": 60,
704
+ "ScteHls": {
705
+ "AdMarkerHls": "DATERANGE"
706
+ },
707
+ "Url": "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleManifest2.m3u8"
708
+ }
709
+ ],
710
+ "LowLatencyHlsManifests": [
711
+ {
712
+ "ChildManifestName": "exampleLLChildManifest1",
713
+ "ManifestName": "exampleLLManifest1",
714
+ "ManifestWindowSeconds": 30,
715
+ "ProgramDateTimeIntervalSeconds": 60,
716
+ "ScteHls": {
717
+ "AdMarkerHls": "DATERANGE"
718
+ },
719
+ "Url": "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleLLManifest1.m3u8"
720
+ },
721
+ {
722
+ "ChildManifestName": "exampleLLManifest2",
723
+ "ManifestName": "exampleLLManifest2",
724
+ "ManifestWindowSeconds": 30,
725
+ "ProgramDateTimeIntervalSeconds": 60,
726
+ "ScteHls": {
727
+ "AdMarkerHls": "DATERANGE"
728
+ },
729
+ "Url": "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleLLManifest2.m3u8"
730
+ }
731
+ ],
732
+ "ModifiedAt": "2022-10-18T09:36:00.00Z",
733
+ "OriginEndpointName": "exampleOriginEndpointTS",
734
+ "Segment": {
735
+ "Encryption": {
736
+ "ConstantInitializationVector": "A382A901F3C1F7718512266CFFBB0B7E",
737
+ "EncryptionMethod": {
738
+ "TsEncryptionMethod": "AES_128"
739
+ },
740
+ "KeyRotationIntervalSeconds": 300,
741
+ "SpekeKeyProvider": {
742
+ "DrmSystems": [
743
+ "CLEAR_KEY_AES_128"
744
+ ],
745
+ "EncryptionContractConfiguration": {
746
+ "PresetSpeke20Audio": "SHARED",
747
+ "PresetSpeke20Video": "SHARED"
748
+ },
749
+ "ResourceId": "ResourceId",
750
+ "RoleArn": "arn:aws:iam::123456789012:role/empRole",
751
+ "Url": "https://foo.com"
752
+ }
753
+ },
754
+ "IncludeIframeOnlyStreams": true,
755
+ "Scte": {
756
+ "ScteFilter": [
757
+ "SPLICE_INSERT",
758
+ "BREAK"
759
+ ]
760
+ },
761
+ "SegmentDurationSeconds": 6,
762
+ "SegmentName": "segmentName",
763
+ "TsIncludeDvbSubtitles": true,
764
+ "TsUseAudioRenditionGroup": true
765
+ },
766
+ "StartoverWindowSeconds": 300,
767
+ "Tags": {
768
+ "key1": "value1",
769
+ "key2": "value2"
770
+ }
771
+ },
772
+ "id": "example-1",
773
+ "title": "Getting an OriginEndpoint"
774
+ }
775
+ ],
776
+ "GetOriginEndpointPolicy": [
777
+ {
778
+ "input": {
779
+ "ChannelGroupName": "exampleChannelGroup",
780
+ "ChannelName": "exampleChannel",
781
+ "OriginEndpointName": "exampleOriginEndpoint"
782
+ },
783
+ "output": {
784
+ "ChannelGroupName": "exampleChannelGroup",
785
+ "ChannelName": "exampleChannel",
786
+ "OriginEndpointName": "exampleOriginEndpoint",
787
+ "Policy": "{...}"
788
+ },
789
+ "id": "example-1",
790
+ "title": "Getting an Origin Endpoint Policy"
791
+ }
792
+ ],
793
+ "ListChannelGroups": [
794
+ {
795
+ "input": {
796
+ },
797
+ "output": {
798
+ "Items": [
799
+ {
800
+ "Arn": "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup",
801
+ "ChannelGroupName": "exampleChannelGroup",
802
+ "CreatedAt": "2022-10-18T09:36:00.00Z",
803
+ "Description": "Description for exampleChannelGroup",
804
+ "ModifiedAt": "2022-10-18T09:36:00.00Z"
805
+ },
806
+ {
807
+ "Arn": "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/anotherExampleChannelGroup",
808
+ "ChannelGroupName": "anotherExampleChannelGroup",
809
+ "CreatedAt": "2022-10-18T10:36:00.00Z",
810
+ "ModifiedAt": "2022-10-18T10:36:00.00Z"
811
+ }
812
+ ]
813
+ },
814
+ "id": "example-1",
815
+ "title": "Listing all Channel Groups"
816
+ }
817
+ ],
818
+ "ListChannels": [
819
+ {
820
+ "input": {
821
+ "ChannelGroupName": "exampleChannelGroup"
822
+ },
823
+ "output": {
824
+ "Items": [
825
+ {
826
+ "Arn": "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup/channel/exampleChannel",
827
+ "ChannelGroupName": "exampleChannelGroup",
828
+ "ChannelName": "exampleChannel",
829
+ "CreatedAt": "2022-10-18T09:36:00.00Z",
830
+ "Description": "Description for exampleChannel",
831
+ "ModifiedAt": "2022-10-18T09:36:00.00Z"
832
+ },
833
+ {
834
+ "Arn": "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup/channel/anotherExampleChannel",
835
+ "ChannelGroupName": "exampleChannelGroup",
836
+ "ChannelName": "anotherExampleChannel",
837
+ "CreatedAt": "2022-10-18T10:36:00.00Z",
838
+ "ModifiedAt": "2022-10-18T10:36:00.00Z"
839
+ }
840
+ ]
841
+ },
842
+ "id": "example-1",
843
+ "title": "Listing all Channels"
844
+ }
845
+ ],
846
+ "ListOriginEndpoints": [
847
+ {
848
+ "input": {
849
+ "ChannelGroupName": "exampleChannelGroup",
850
+ "ChannelName": "exampleChannel"
851
+ },
852
+ "output": {
853
+ "Items": [
854
+ {
855
+ "Arn": "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup/channel/exampleChannel/originEndpoint/exampleOriginEndpointTS",
856
+ "ChannelGroupName": "exampleChannelGroup",
857
+ "ChannelName": "exampleChannel",
858
+ "ContainerType": "TS",
859
+ "CreatedAt": "2022-10-18T09:36:00.00Z",
860
+ "Description": "Description for exampleOriginEndpointTS",
861
+ "ForceEndpointErrorConfiguration": {
862
+ "EndpointErrorConditions": [
863
+ "STALE_MANIFEST",
864
+ "INCOMPLETE_MANIFEST",
865
+ "MISSING_DRM_KEY",
866
+ "SLATE_INPUT"
867
+ ]
868
+ },
869
+ "HlsManifests": [
870
+ {
871
+ "ChildManifestName": "exampleChildManifest1",
872
+ "ManifestName": "exampleManifest1",
873
+ "Url": "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleManifest1.m3u8"
874
+ },
875
+ {
876
+ "ChildManifestName": "exampleManifest2",
877
+ "ManifestName": "exampleManifest2",
878
+ "Url": "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleManifest2.m3u8"
879
+ }
880
+ ],
881
+ "LowLatencyHlsManifests": [
882
+ {
883
+ "ChildManifestName": "exampleLLChildManifest1",
884
+ "ManifestName": "exampleLLManifest1",
885
+ "Url": "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleLLManifest1.m3u8"
886
+ },
887
+ {
888
+ "ChildManifestName": "exampleLLManifest2",
889
+ "ManifestName": "exampleLLManifest2",
890
+ "Url": "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleLLManifest2.m3u8"
891
+ }
892
+ ],
893
+ "ModifiedAt": "2022-10-18T09:36:00.00Z",
894
+ "OriginEndpointName": "exampleOriginEndpointTS"
895
+ },
896
+ {
897
+ "Arn": "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup/channel/exampleChannel/originEndpoint/exampleOriginEndpointCMAF",
898
+ "ChannelGroupName": "exampleChannelGroup",
899
+ "ChannelName": "exampleChannel",
900
+ "ContainerType": "CMAF",
901
+ "CreatedAt": "2022-10-18T09:36:00.00Z",
902
+ "DashManifests": [
903
+ {
904
+ "ManifestName": "exampleDashManifest1",
905
+ "Url": "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleDashManifest1.mpd"
906
+ },
907
+ {
908
+ "ManifestName": "exampleDashManifest2",
909
+ "Url": "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleDashManifest2.mpd"
910
+ }
911
+ ],
912
+ "ForceEndpointErrorConfiguration": {
913
+ "EndpointErrorConditions": [
914
+ "STALE_MANIFEST",
915
+ "INCOMPLETE_MANIFEST",
916
+ "MISSING_DRM_KEY",
917
+ "SLATE_INPUT"
918
+ ]
919
+ },
920
+ "HlsManifests": [
921
+ {
922
+ "ChildManifestName": "exampleChildManifest1",
923
+ "ManifestName": "exampleManifest1",
924
+ "Url": "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleManifest1.m3u8"
925
+ },
926
+ {
927
+ "ChildManifestName": "exampleManifest2",
928
+ "ManifestName": "exampleManifest2",
929
+ "Url": "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleManifest2.m3u8"
930
+ }
931
+ ],
932
+ "LowLatencyHlsManifests": [
933
+ {
934
+ "ChildManifestName": "exampleLLChildManifest1",
935
+ "ManifestName": "exampleLLManifest1",
936
+ "Url": "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleLLManifest1.m3u8"
937
+ },
938
+ {
939
+ "ChildManifestName": "exampleLLManifest2",
940
+ "ManifestName": "exampleLLManifest2",
941
+ "Url": "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleLLManifest2.m3u8"
942
+ }
943
+ ],
944
+ "ModifiedAt": "2022-10-18T09:36:00.00Z",
945
+ "OriginEndpointName": "exampleOriginEndpointCMAF"
946
+ }
947
+ ]
948
+ },
949
+ "id": "example-1",
950
+ "title": "Listing all OriginEndpoints"
951
+ }
952
+ ],
953
+ "ListTagsForResource": [
954
+ {
955
+ "input": {
956
+ "ResourceArn": "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup/channel/exampleChannel"
957
+ },
958
+ "output": {
959
+ "Tags": {
960
+ "key1": "value1",
961
+ "key2": "value2"
962
+ }
963
+ },
964
+ "id": "example-1",
965
+ "title": "List all tags for a resource"
966
+ }
967
+ ],
968
+ "PutChannelPolicy": [
969
+ {
970
+ "input": {
971
+ "ChannelGroupName": "exampleChannelGroup",
972
+ "ChannelName": "exampleChannel",
973
+ "Policy": "{...}"
974
+ },
975
+ "output": {
976
+ },
977
+ "id": "example-1",
978
+ "title": "Creating a Channel Policy"
979
+ }
980
+ ],
981
+ "PutOriginEndpointPolicy": [
982
+ {
983
+ "input": {
984
+ "ChannelGroupName": "exampleChannelGroup",
985
+ "ChannelName": "exampleChannel",
986
+ "OriginEndpointName": "exampleOriginEndpoint",
987
+ "Policy": "{...}"
988
+ },
989
+ "output": {
990
+ },
991
+ "id": "example-1",
992
+ "title": "Creating an Origin Endpoint Policy"
993
+ }
994
+ ],
995
+ "TagResource": [
996
+ {
997
+ "input": {
998
+ "ResourceArn": "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup/channel/exampleChannel",
999
+ "Tags": {
1000
+ "key3": "value3",
1001
+ "key4": "value4"
1002
+ }
1003
+ },
1004
+ "output": {
1005
+ },
1006
+ "id": "example-1",
1007
+ "title": "Add tags to a resource"
1008
+ }
1009
+ ],
1010
+ "UntagResource": [
1011
+ {
1012
+ "input": {
1013
+ "ResourceArn": "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup/channel/exampleChannel",
1014
+ "TagKeys": [
1015
+ "key3",
1016
+ "key4"
1017
+ ]
1018
+ },
1019
+ "output": {
1020
+ },
1021
+ "id": "example-1",
1022
+ "title": "Remove tags from a resource"
1023
+ }
1024
+ ],
1025
+ "UpdateChannel": [
1026
+ {
1027
+ "input": {
1028
+ "ChannelGroupName": "exampleChannelGroup",
1029
+ "ChannelName": "exampleChannel",
1030
+ "Description": "Updated description for exampleChannel"
1031
+ },
1032
+ "output": {
1033
+ "Arn": "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup/channel/exampleChannel",
1034
+ "ChannelGroupName": "exampleChannelGroup",
1035
+ "ChannelName": "exampleChannel",
1036
+ "CreatedAt": "2022-10-18T09:36:00.00Z",
1037
+ "Description": "Updated description for exampleChannel",
1038
+ "ETag": "GlfT+dwAyGIR4wuy8nKWl1RDPwSrjQej9qUutLZxoxk=",
1039
+ "IngestEndpoints": [
1040
+ {
1041
+ "Id": "1",
1042
+ "Url": "https://abcde-1.ingest.vwxyz.mediapackagev2.us-west-2.amazonaws.com/v1/exampleChannelGroup/exampleChannel/index"
1043
+ },
1044
+ {
1045
+ "Id": "2",
1046
+ "Url": "https://abcde-2.ingest.vwxyz.mediapackagev2.us-west-2.amazonaws.com/v1/exampleChannelGroup/exampleChannel/index"
1047
+ }
1048
+ ],
1049
+ "InputType": "HLS",
1050
+ "ModifiedAt": "2022-10-18T10:36:00.00Z",
1051
+ "Tags": {
1052
+ "key1": "value1",
1053
+ "key2": "value2"
1054
+ }
1055
+ },
1056
+ "id": "example-1",
1057
+ "title": "Updating a Channel"
1058
+ }
1059
+ ],
1060
+ "UpdateChannelGroup": [
1061
+ {
1062
+ "input": {
1063
+ "ChannelGroupName": "exampleChannelGroup",
1064
+ "Description": "Updated description for exampleChannelGroup"
1065
+ },
1066
+ "output": {
1067
+ "Arn": "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup",
1068
+ "ChannelGroupName": "exampleChannelGroup",
1069
+ "CreatedAt": "2022-10-18T09:36:00.00Z",
1070
+ "Description": "Updated description for exampleChannelGroup",
1071
+ "ETag": "GlfT+dwAyGIR4wuy8nKWl1RDPwSrjQej9qUutLZxoxk=",
1072
+ "EgressDomain": "abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com",
1073
+ "ModifiedAt": "2022-10-18T10:36:00.00Z",
1074
+ "Tags": {
1075
+ "key1": "value1",
1076
+ "key2": "value2"
1077
+ }
1078
+ },
1079
+ "id": "example-1",
1080
+ "title": "Updating a Channel Group"
1081
+ }
1082
+ ],
1083
+ "UpdateOriginEndpoint": [
1084
+ {
1085
+ "input": {
1086
+ "ChannelGroupName": "exampleChannelGroup",
1087
+ "ChannelName": "exampleChannel",
1088
+ "ContainerType": "TS",
1089
+ "Description": "Updated description for exampleOriginEndpointTS",
1090
+ "ForceEndpointErrorConfiguration": {
1091
+ "EndpointErrorConditions": [
1092
+ "STALE_MANIFEST",
1093
+ "INCOMPLETE_MANIFEST",
1094
+ "MISSING_DRM_KEY",
1095
+ "SLATE_INPUT"
1096
+ ]
1097
+ },
1098
+ "HlsManifests": [
1099
+ {
1100
+ "ChildManifestName": "exampleChildManifest1",
1101
+ "ManifestName": "exampleManifest1",
1102
+ "ManifestWindowSeconds": 30,
1103
+ "ProgramDateTimeIntervalSeconds": 60,
1104
+ "ScteHls": {
1105
+ "AdMarkerHls": "DATERANGE"
1106
+ }
1107
+ },
1108
+ {
1109
+ "ChildManifestName": "exampleManifest2",
1110
+ "ManifestName": "exampleManifest2",
1111
+ "ManifestWindowSeconds": 30,
1112
+ "ProgramDateTimeIntervalSeconds": 60,
1113
+ "ScteHls": {
1114
+ "AdMarkerHls": "DATERANGE"
1115
+ }
1116
+ }
1117
+ ],
1118
+ "LowLatencyHlsManifests": [
1119
+ {
1120
+ "ChildManifestName": "exampleLLChildManifest1",
1121
+ "ManifestName": "exampleLLManifest1",
1122
+ "ManifestWindowSeconds": 30,
1123
+ "ProgramDateTimeIntervalSeconds": 60,
1124
+ "ScteHls": {
1125
+ "AdMarkerHls": "DATERANGE"
1126
+ }
1127
+ },
1128
+ {
1129
+ "ChildManifestName": "exampleLLManifest2",
1130
+ "ManifestName": "exampleLLManifest2",
1131
+ "ManifestWindowSeconds": 30,
1132
+ "ProgramDateTimeIntervalSeconds": 60,
1133
+ "ScteHls": {
1134
+ "AdMarkerHls": "DATERANGE"
1135
+ }
1136
+ }
1137
+ ],
1138
+ "OriginEndpointName": "exampleOriginEndpointTS",
1139
+ "Segment": {
1140
+ "Encryption": {
1141
+ "ConstantInitializationVector": "A382A901F3C1F7718512266CFFBB0B7E",
1142
+ "EncryptionMethod": {
1143
+ "TsEncryptionMethod": "AES_128"
1144
+ },
1145
+ "KeyRotationIntervalSeconds": 300,
1146
+ "SpekeKeyProvider": {
1147
+ "DrmSystems": [
1148
+ "CLEAR_KEY_AES_128"
1149
+ ],
1150
+ "EncryptionContractConfiguration": {
1151
+ "PresetSpeke20Audio": "SHARED",
1152
+ "PresetSpeke20Video": "SHARED"
1153
+ },
1154
+ "ResourceId": "ResourceId",
1155
+ "RoleArn": "arn:aws:iam::123456789012:role/empRole",
1156
+ "Url": "https://foo.com"
1157
+ }
1158
+ },
1159
+ "IncludeIframeOnlyStreams": false,
1160
+ "Scte": {
1161
+ "ScteFilter": [
1162
+ "SPLICE_INSERT"
1163
+ ]
1164
+ },
1165
+ "SegmentDurationSeconds": 7,
1166
+ "SegmentName": "segmentName2",
1167
+ "TsIncludeDvbSubtitles": false,
1168
+ "TsUseAudioRenditionGroup": true
1169
+ },
1170
+ "StartoverWindowSeconds": 600
1171
+ },
1172
+ "output": {
1173
+ "Arn": "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup/channel/exampleChannel/originEndpoint/exampleOriginEndpointTS",
1174
+ "ChannelGroupName": "exampleChannelGroup",
1175
+ "ChannelName": "exampleChannel",
1176
+ "ContainerType": "TS",
1177
+ "CreatedAt": "2022-10-18T09:36:00.00Z",
1178
+ "Description": "Updated description for exampleOriginEndpointTS",
1179
+ "ETag": "GlfT+dwAyGIR4wuy8nKWl1RDPwSrjQej9qUutLZxoxk=",
1180
+ "ForceEndpointErrorConfiguration": {
1181
+ "EndpointErrorConditions": [
1182
+ "STALE_MANIFEST",
1183
+ "INCOMPLETE_MANIFEST",
1184
+ "MISSING_DRM_KEY",
1185
+ "SLATE_INPUT"
1186
+ ]
1187
+ },
1188
+ "HlsManifests": [
1189
+ {
1190
+ "ChildManifestName": "exampleChildManifest1",
1191
+ "ManifestName": "exampleManifest1",
1192
+ "ManifestWindowSeconds": 30,
1193
+ "ProgramDateTimeIntervalSeconds": 60,
1194
+ "ScteHls": {
1195
+ "AdMarkerHls": "DATERANGE"
1196
+ },
1197
+ "Url": "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleManifest1.m3u8"
1198
+ },
1199
+ {
1200
+ "ChildManifestName": "exampleManifest2",
1201
+ "ManifestName": "exampleManifest2",
1202
+ "ManifestWindowSeconds": 30,
1203
+ "ProgramDateTimeIntervalSeconds": 60,
1204
+ "ScteHls": {
1205
+ "AdMarkerHls": "DATERANGE"
1206
+ },
1207
+ "Url": "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleManifest2.m3u8"
1208
+ }
1209
+ ],
1210
+ "LowLatencyHlsManifests": [
1211
+ {
1212
+ "ChildManifestName": "exampleLLChildManifest1",
1213
+ "ManifestName": "exampleLLManifest1",
1214
+ "ManifestWindowSeconds": 30,
1215
+ "ProgramDateTimeIntervalSeconds": 60,
1216
+ "ScteHls": {
1217
+ "AdMarkerHls": "DATERANGE"
1218
+ },
1219
+ "Url": "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleLLManifest1.m3u8"
1220
+ },
1221
+ {
1222
+ "ChildManifestName": "exampleLLManifest2",
1223
+ "ManifestName": "exampleLLManifest2",
1224
+ "ManifestWindowSeconds": 30,
1225
+ "ProgramDateTimeIntervalSeconds": 60,
1226
+ "ScteHls": {
1227
+ "AdMarkerHls": "DATERANGE"
1228
+ },
1229
+ "Url": "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleLLManifest2.m3u8"
1230
+ }
1231
+ ],
1232
+ "ModifiedAt": "2022-10-18T09:36:00.00Z",
1233
+ "OriginEndpointName": "exampleOriginEndpointTS",
1234
+ "Segment": {
1235
+ "Encryption": {
1236
+ "ConstantInitializationVector": "A382A901F3C1F7718512266CFFBB0B7E",
1237
+ "EncryptionMethod": {
1238
+ "TsEncryptionMethod": "AES_128"
1239
+ },
1240
+ "KeyRotationIntervalSeconds": 300,
1241
+ "SpekeKeyProvider": {
1242
+ "DrmSystems": [
1243
+ "CLEAR_KEY_AES_128"
1244
+ ],
1245
+ "EncryptionContractConfiguration": {
1246
+ "PresetSpeke20Audio": "SHARED",
1247
+ "PresetSpeke20Video": "SHARED"
1248
+ },
1249
+ "ResourceId": "ResourceId",
1250
+ "RoleArn": "arn:aws:iam::123456789012:role/empRole",
1251
+ "Url": "https://foo.com"
1252
+ }
1253
+ },
1254
+ "IncludeIframeOnlyStreams": false,
1255
+ "Scte": {
1256
+ "ScteFilter": [
1257
+ "SPLICE_INSERT"
1258
+ ]
1259
+ },
1260
+ "SegmentDurationSeconds": 7,
1261
+ "SegmentName": "segmentName2",
1262
+ "TsIncludeDvbSubtitles": false,
1263
+ "TsUseAudioRenditionGroup": true
1264
+ },
1265
+ "StartoverWindowSeconds": 600,
1266
+ "Tags": {
1267
+ "key1": "value1",
1268
+ "key2": "value2"
1269
+ }
1270
+ },
1271
+ "id": "example-1",
1272
+ "title": "Updating an OriginEndpoint"
1273
+ }
1274
+ ]
4
1275
  }
5
1276
  }