@aws-sdk/client-mediatailor 3.928.0 → 3.929.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/dist-cjs/index.js +2231 -1934
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/MediaTailorClient.js +2 -0
- package/dist-es/commands/ConfigureLogsForChannelCommand.js +3 -9
- package/dist-es/commands/ConfigureLogsForPlaybackConfigurationCommand.js +3 -9
- package/dist-es/commands/CreateChannelCommand.js +3 -9
- package/dist-es/commands/CreateLiveSourceCommand.js +3 -9
- package/dist-es/commands/CreatePrefetchScheduleCommand.js +3 -9
- package/dist-es/commands/CreateProgramCommand.js +3 -9
- package/dist-es/commands/CreateSourceLocationCommand.js +3 -9
- package/dist-es/commands/CreateVodSourceCommand.js +3 -9
- package/dist-es/commands/DeleteChannelCommand.js +3 -9
- package/dist-es/commands/DeleteChannelPolicyCommand.js +3 -9
- package/dist-es/commands/DeleteLiveSourceCommand.js +3 -9
- package/dist-es/commands/DeletePlaybackConfigurationCommand.js +3 -9
- package/dist-es/commands/DeletePrefetchScheduleCommand.js +3 -9
- package/dist-es/commands/DeleteProgramCommand.js +3 -9
- package/dist-es/commands/DeleteSourceLocationCommand.js +3 -9
- package/dist-es/commands/DeleteVodSourceCommand.js +3 -9
- package/dist-es/commands/DescribeChannelCommand.js +3 -9
- package/dist-es/commands/DescribeLiveSourceCommand.js +3 -9
- package/dist-es/commands/DescribeProgramCommand.js +3 -9
- package/dist-es/commands/DescribeSourceLocationCommand.js +3 -9
- package/dist-es/commands/DescribeVodSourceCommand.js +3 -9
- package/dist-es/commands/GetChannelPolicyCommand.js +3 -9
- package/dist-es/commands/GetChannelScheduleCommand.js +3 -9
- package/dist-es/commands/GetPlaybackConfigurationCommand.js +3 -9
- package/dist-es/commands/GetPrefetchScheduleCommand.js +3 -9
- package/dist-es/commands/ListAlertsCommand.js +3 -9
- package/dist-es/commands/ListChannelsCommand.js +3 -9
- package/dist-es/commands/ListLiveSourcesCommand.js +3 -9
- package/dist-es/commands/ListPlaybackConfigurationsCommand.js +3 -9
- package/dist-es/commands/ListPrefetchSchedulesCommand.js +3 -9
- package/dist-es/commands/ListSourceLocationsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListVodSourcesCommand.js +3 -9
- package/dist-es/commands/PutChannelPolicyCommand.js +3 -9
- package/dist-es/commands/PutPlaybackConfigurationCommand.js +3 -9
- package/dist-es/commands/StartChannelCommand.js +3 -9
- package/dist-es/commands/StopChannelCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateChannelCommand.js +3 -9
- package/dist-es/commands/UpdateLiveSourceCommand.js +3 -9
- package/dist-es/commands/UpdateProgramCommand.js +3 -9
- package/dist-es/commands/UpdateSourceLocationCommand.js +3 -9
- package/dist-es/commands/UpdateVodSourceCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +2159 -0
- package/dist-types/MediaTailorClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +221 -0
- package/dist-types/ts3.4/MediaTailorClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +227 -0
- package/package.json +2 -2
- package/dist-es/protocols/Aws_restJson1.js +0 -1634
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -398
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -533
package/dist-cjs/index.js
CHANGED
|
@@ -6,6 +6,7 @@ var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detect
|
|
|
6
6
|
var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
|
|
7
7
|
var configResolver = require('@smithy/config-resolver');
|
|
8
8
|
var core = require('@smithy/core');
|
|
9
|
+
var schema = require('@smithy/core/schema');
|
|
9
10
|
var middlewareContentLength = require('@smithy/middleware-content-length');
|
|
10
11
|
var middlewareEndpoint = require('@smithy/middleware-endpoint');
|
|
11
12
|
var middlewareRetry = require('@smithy/middleware-retry');
|
|
@@ -14,8 +15,6 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
|
14
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
15
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
16
17
|
var protocolHttp = require('@smithy/protocol-http');
|
|
17
|
-
var middlewareSerde = require('@smithy/middleware-serde');
|
|
18
|
-
var core$1 = require('@aws-sdk/core');
|
|
19
18
|
|
|
20
19
|
const resolveClientEndpointParameters = (options) => {
|
|
21
20
|
return Object.assign(options, {
|
|
@@ -91,6 +90,7 @@ class MediaTailorClient extends smithyClient.Client {
|
|
|
91
90
|
const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
|
|
92
91
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
93
92
|
this.config = _config_8;
|
|
93
|
+
this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
|
|
94
94
|
this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
|
|
95
95
|
this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
|
|
96
96
|
this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
|
|
@@ -110,12 +110,12 @@ class MediaTailorClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
class MediaTailorServiceException extends smithyClient.ServiceException {
|
|
113
|
+
let MediaTailorServiceException$1 = class MediaTailorServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, MediaTailorServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
};
|
|
119
119
|
|
|
120
120
|
const AdsInteractionExcludeEventType = {
|
|
121
121
|
AD_MARKER_FOUND: "AD_MARKER_FOUND",
|
|
@@ -263,7 +263,7 @@ const AccessType = {
|
|
|
263
263
|
S3_SIGV4: "S3_SIGV4",
|
|
264
264
|
SECRETS_MANAGER_ACCESS_TOKEN: "SECRETS_MANAGER_ACCESS_TOKEN",
|
|
265
265
|
};
|
|
266
|
-
class BadRequestException extends MediaTailorServiceException {
|
|
266
|
+
let BadRequestException$1 = class BadRequestException extends MediaTailorServiceException$1 {
|
|
267
267
|
name = "BadRequestException";
|
|
268
268
|
$fault = "client";
|
|
269
269
|
Message;
|
|
@@ -276,7 +276,7 @@ class BadRequestException extends MediaTailorServiceException {
|
|
|
276
276
|
Object.setPrototypeOf(this, BadRequestException.prototype);
|
|
277
277
|
this.Message = opts.Message;
|
|
278
278
|
}
|
|
279
|
-
}
|
|
279
|
+
};
|
|
280
280
|
const PlaybackMode = {
|
|
281
281
|
LINEAR: "LINEAR",
|
|
282
282
|
LOOP: "LOOP",
|
|
@@ -299,1649 +299,2161 @@ const ListPrefetchScheduleType = {
|
|
|
299
299
|
SINGLE: "SINGLE",
|
|
300
300
|
};
|
|
301
301
|
|
|
302
|
-
const
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
const
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
const
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
const
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
const
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
const
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
const
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
const
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
const
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
const
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
const
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
const
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
const
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
let body;
|
|
486
|
-
b.m("DELETE").h(headers).b(body);
|
|
487
|
-
return b.build();
|
|
488
|
-
};
|
|
489
|
-
const se_DeleteProgramCommand = async (input, context) => {
|
|
490
|
-
const b = core.requestBuilder(input, context);
|
|
491
|
-
const headers = {};
|
|
492
|
-
b.bp("/channel/{ChannelName}/program/{ProgramName}");
|
|
493
|
-
b.p("ChannelName", () => input.ChannelName, "{ChannelName}", false);
|
|
494
|
-
b.p("ProgramName", () => input.ProgramName, "{ProgramName}", false);
|
|
495
|
-
let body;
|
|
496
|
-
b.m("DELETE").h(headers).b(body);
|
|
497
|
-
return b.build();
|
|
498
|
-
};
|
|
499
|
-
const se_DeleteSourceLocationCommand = async (input, context) => {
|
|
500
|
-
const b = core.requestBuilder(input, context);
|
|
501
|
-
const headers = {};
|
|
502
|
-
b.bp("/sourceLocation/{SourceLocationName}");
|
|
503
|
-
b.p("SourceLocationName", () => input.SourceLocationName, "{SourceLocationName}", false);
|
|
504
|
-
let body;
|
|
505
|
-
b.m("DELETE").h(headers).b(body);
|
|
506
|
-
return b.build();
|
|
507
|
-
};
|
|
508
|
-
const se_DeleteVodSourceCommand = async (input, context) => {
|
|
509
|
-
const b = core.requestBuilder(input, context);
|
|
510
|
-
const headers = {};
|
|
511
|
-
b.bp("/sourceLocation/{SourceLocationName}/vodSource/{VodSourceName}");
|
|
512
|
-
b.p("SourceLocationName", () => input.SourceLocationName, "{SourceLocationName}", false);
|
|
513
|
-
b.p("VodSourceName", () => input.VodSourceName, "{VodSourceName}", false);
|
|
514
|
-
let body;
|
|
515
|
-
b.m("DELETE").h(headers).b(body);
|
|
516
|
-
return b.build();
|
|
517
|
-
};
|
|
518
|
-
const se_DescribeChannelCommand = async (input, context) => {
|
|
519
|
-
const b = core.requestBuilder(input, context);
|
|
520
|
-
const headers = {};
|
|
521
|
-
b.bp("/channel/{ChannelName}");
|
|
522
|
-
b.p("ChannelName", () => input.ChannelName, "{ChannelName}", false);
|
|
523
|
-
let body;
|
|
524
|
-
b.m("GET").h(headers).b(body);
|
|
525
|
-
return b.build();
|
|
526
|
-
};
|
|
527
|
-
const se_DescribeLiveSourceCommand = async (input, context) => {
|
|
528
|
-
const b = core.requestBuilder(input, context);
|
|
529
|
-
const headers = {};
|
|
530
|
-
b.bp("/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}");
|
|
531
|
-
b.p("LiveSourceName", () => input.LiveSourceName, "{LiveSourceName}", false);
|
|
532
|
-
b.p("SourceLocationName", () => input.SourceLocationName, "{SourceLocationName}", false);
|
|
533
|
-
let body;
|
|
534
|
-
b.m("GET").h(headers).b(body);
|
|
535
|
-
return b.build();
|
|
536
|
-
};
|
|
537
|
-
const se_DescribeProgramCommand = async (input, context) => {
|
|
538
|
-
const b = core.requestBuilder(input, context);
|
|
539
|
-
const headers = {};
|
|
540
|
-
b.bp("/channel/{ChannelName}/program/{ProgramName}");
|
|
541
|
-
b.p("ChannelName", () => input.ChannelName, "{ChannelName}", false);
|
|
542
|
-
b.p("ProgramName", () => input.ProgramName, "{ProgramName}", false);
|
|
543
|
-
let body;
|
|
544
|
-
b.m("GET").h(headers).b(body);
|
|
545
|
-
return b.build();
|
|
546
|
-
};
|
|
547
|
-
const se_DescribeSourceLocationCommand = async (input, context) => {
|
|
548
|
-
const b = core.requestBuilder(input, context);
|
|
549
|
-
const headers = {};
|
|
550
|
-
b.bp("/sourceLocation/{SourceLocationName}");
|
|
551
|
-
b.p("SourceLocationName", () => input.SourceLocationName, "{SourceLocationName}", false);
|
|
552
|
-
let body;
|
|
553
|
-
b.m("GET").h(headers).b(body);
|
|
554
|
-
return b.build();
|
|
555
|
-
};
|
|
556
|
-
const se_DescribeVodSourceCommand = async (input, context) => {
|
|
557
|
-
const b = core.requestBuilder(input, context);
|
|
558
|
-
const headers = {};
|
|
559
|
-
b.bp("/sourceLocation/{SourceLocationName}/vodSource/{VodSourceName}");
|
|
560
|
-
b.p("SourceLocationName", () => input.SourceLocationName, "{SourceLocationName}", false);
|
|
561
|
-
b.p("VodSourceName", () => input.VodSourceName, "{VodSourceName}", false);
|
|
562
|
-
let body;
|
|
563
|
-
b.m("GET").h(headers).b(body);
|
|
564
|
-
return b.build();
|
|
565
|
-
};
|
|
566
|
-
const se_GetChannelPolicyCommand = async (input, context) => {
|
|
567
|
-
const b = core.requestBuilder(input, context);
|
|
568
|
-
const headers = {};
|
|
569
|
-
b.bp("/channel/{ChannelName}/policy");
|
|
570
|
-
b.p("ChannelName", () => input.ChannelName, "{ChannelName}", false);
|
|
571
|
-
let body;
|
|
572
|
-
b.m("GET").h(headers).b(body);
|
|
573
|
-
return b.build();
|
|
574
|
-
};
|
|
575
|
-
const se_GetChannelScheduleCommand = async (input, context) => {
|
|
576
|
-
const b = core.requestBuilder(input, context);
|
|
577
|
-
const headers = {};
|
|
578
|
-
b.bp("/channel/{ChannelName}/schedule");
|
|
579
|
-
b.p("ChannelName", () => input.ChannelName, "{ChannelName}", false);
|
|
580
|
-
const query = smithyClient.map({
|
|
581
|
-
[_dM]: [, input[_DM]],
|
|
582
|
-
[_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
583
|
-
[_nT]: [, input[_NT]],
|
|
584
|
-
[_a]: [, input[_A]],
|
|
585
|
-
});
|
|
586
|
-
let body;
|
|
587
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
588
|
-
return b.build();
|
|
589
|
-
};
|
|
590
|
-
const se_GetPlaybackConfigurationCommand = async (input, context) => {
|
|
591
|
-
const b = core.requestBuilder(input, context);
|
|
592
|
-
const headers = {};
|
|
593
|
-
b.bp("/playbackConfiguration/{Name}");
|
|
594
|
-
b.p("Name", () => input.Name, "{Name}", false);
|
|
595
|
-
let body;
|
|
596
|
-
b.m("GET").h(headers).b(body);
|
|
597
|
-
return b.build();
|
|
598
|
-
};
|
|
599
|
-
const se_GetPrefetchScheduleCommand = async (input, context) => {
|
|
600
|
-
const b = core.requestBuilder(input, context);
|
|
601
|
-
const headers = {};
|
|
602
|
-
b.bp("/prefetchSchedule/{PlaybackConfigurationName}/{Name}");
|
|
603
|
-
b.p("Name", () => input.Name, "{Name}", false);
|
|
604
|
-
b.p("PlaybackConfigurationName", () => input.PlaybackConfigurationName, "{PlaybackConfigurationName}", false);
|
|
605
|
-
let body;
|
|
606
|
-
b.m("GET").h(headers).b(body);
|
|
607
|
-
return b.build();
|
|
608
|
-
};
|
|
609
|
-
const se_ListAlertsCommand = async (input, context) => {
|
|
610
|
-
const b = core.requestBuilder(input, context);
|
|
611
|
-
const headers = {};
|
|
612
|
-
b.bp("/alerts");
|
|
613
|
-
const query = smithyClient.map({
|
|
614
|
-
[_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
615
|
-
[_nT]: [, input[_NT]],
|
|
616
|
-
[_rA]: [, smithyClient.expectNonNull(input[_RA], `ResourceArn`)],
|
|
617
|
-
});
|
|
618
|
-
let body;
|
|
619
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
620
|
-
return b.build();
|
|
621
|
-
};
|
|
622
|
-
const se_ListChannelsCommand = async (input, context) => {
|
|
623
|
-
const b = core.requestBuilder(input, context);
|
|
624
|
-
const headers = {};
|
|
625
|
-
b.bp("/channels");
|
|
626
|
-
const query = smithyClient.map({
|
|
627
|
-
[_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
628
|
-
[_nT]: [, input[_NT]],
|
|
629
|
-
});
|
|
630
|
-
let body;
|
|
631
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
632
|
-
return b.build();
|
|
633
|
-
};
|
|
634
|
-
const se_ListLiveSourcesCommand = async (input, context) => {
|
|
635
|
-
const b = core.requestBuilder(input, context);
|
|
636
|
-
const headers = {};
|
|
637
|
-
b.bp("/sourceLocation/{SourceLocationName}/liveSources");
|
|
638
|
-
b.p("SourceLocationName", () => input.SourceLocationName, "{SourceLocationName}", false);
|
|
639
|
-
const query = smithyClient.map({
|
|
640
|
-
[_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
641
|
-
[_nT]: [, input[_NT]],
|
|
642
|
-
});
|
|
643
|
-
let body;
|
|
644
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
645
|
-
return b.build();
|
|
646
|
-
};
|
|
647
|
-
const se_ListPlaybackConfigurationsCommand = async (input, context) => {
|
|
648
|
-
const b = core.requestBuilder(input, context);
|
|
649
|
-
const headers = {};
|
|
650
|
-
b.bp("/playbackConfigurations");
|
|
651
|
-
const query = smithyClient.map({
|
|
652
|
-
[_MR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
653
|
-
[_NT]: [, input[_NT]],
|
|
654
|
-
});
|
|
655
|
-
let body;
|
|
656
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
657
|
-
return b.build();
|
|
658
|
-
};
|
|
659
|
-
const se_ListPrefetchSchedulesCommand = async (input, context) => {
|
|
660
|
-
const b = core.requestBuilder(input, context);
|
|
661
|
-
const headers = {
|
|
662
|
-
"content-type": "application/json",
|
|
663
|
-
};
|
|
664
|
-
b.bp("/prefetchSchedule/{PlaybackConfigurationName}");
|
|
665
|
-
b.p("PlaybackConfigurationName", () => input.PlaybackConfigurationName, "{PlaybackConfigurationName}", false);
|
|
666
|
-
let body;
|
|
667
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
668
|
-
MaxResults: [],
|
|
669
|
-
NextToken: [],
|
|
670
|
-
ScheduleType: [],
|
|
671
|
-
StreamId: [],
|
|
672
|
-
}));
|
|
673
|
-
b.m("POST").h(headers).b(body);
|
|
674
|
-
return b.build();
|
|
675
|
-
};
|
|
676
|
-
const se_ListSourceLocationsCommand = async (input, context) => {
|
|
677
|
-
const b = core.requestBuilder(input, context);
|
|
678
|
-
const headers = {};
|
|
679
|
-
b.bp("/sourceLocations");
|
|
680
|
-
const query = smithyClient.map({
|
|
681
|
-
[_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
682
|
-
[_nT]: [, input[_NT]],
|
|
683
|
-
});
|
|
684
|
-
let body;
|
|
685
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
686
|
-
return b.build();
|
|
687
|
-
};
|
|
688
|
-
const se_ListTagsForResourceCommand = async (input, context) => {
|
|
689
|
-
const b = core.requestBuilder(input, context);
|
|
690
|
-
const headers = {};
|
|
691
|
-
b.bp("/tags/{ResourceArn}");
|
|
692
|
-
b.p("ResourceArn", () => input.ResourceArn, "{ResourceArn}", false);
|
|
693
|
-
let body;
|
|
694
|
-
b.m("GET").h(headers).b(body);
|
|
695
|
-
return b.build();
|
|
696
|
-
};
|
|
697
|
-
const se_ListVodSourcesCommand = async (input, context) => {
|
|
698
|
-
const b = core.requestBuilder(input, context);
|
|
699
|
-
const headers = {};
|
|
700
|
-
b.bp("/sourceLocation/{SourceLocationName}/vodSources");
|
|
701
|
-
b.p("SourceLocationName", () => input.SourceLocationName, "{SourceLocationName}", false);
|
|
702
|
-
const query = smithyClient.map({
|
|
703
|
-
[_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
704
|
-
[_nT]: [, input[_NT]],
|
|
705
|
-
});
|
|
706
|
-
let body;
|
|
707
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
708
|
-
return b.build();
|
|
709
|
-
};
|
|
710
|
-
const se_PutChannelPolicyCommand = async (input, context) => {
|
|
711
|
-
const b = core.requestBuilder(input, context);
|
|
712
|
-
const headers = {
|
|
713
|
-
"content-type": "application/json",
|
|
714
|
-
};
|
|
715
|
-
b.bp("/channel/{ChannelName}/policy");
|
|
716
|
-
b.p("ChannelName", () => input.ChannelName, "{ChannelName}", false);
|
|
717
|
-
let body;
|
|
718
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
719
|
-
Policy: [],
|
|
720
|
-
}));
|
|
721
|
-
b.m("PUT").h(headers).b(body);
|
|
722
|
-
return b.build();
|
|
723
|
-
};
|
|
724
|
-
const se_PutPlaybackConfigurationCommand = async (input, context) => {
|
|
725
|
-
const b = core.requestBuilder(input, context);
|
|
726
|
-
const headers = {
|
|
727
|
-
"content-type": "application/json",
|
|
728
|
-
};
|
|
729
|
-
b.bp("/playbackConfiguration");
|
|
730
|
-
let body;
|
|
731
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
732
|
-
AdConditioningConfiguration: (_) => smithyClient._json(_),
|
|
733
|
-
AdDecisionServerUrl: [],
|
|
734
|
-
AvailSuppression: (_) => smithyClient._json(_),
|
|
735
|
-
Bumper: (_) => smithyClient._json(_),
|
|
736
|
-
CdnConfiguration: (_) => smithyClient._json(_),
|
|
737
|
-
ConfigurationAliases: (_) => smithyClient._json(_),
|
|
738
|
-
DashConfiguration: (_) => smithyClient._json(_),
|
|
739
|
-
InsertionMode: [],
|
|
740
|
-
LivePreRollConfiguration: (_) => smithyClient._json(_),
|
|
741
|
-
ManifestProcessingRules: (_) => smithyClient._json(_),
|
|
742
|
-
Name: [],
|
|
743
|
-
PersonalizationThresholdSeconds: [],
|
|
744
|
-
SlateAdUrl: [],
|
|
745
|
-
tags: [, (_) => smithyClient._json(_), `Tags`],
|
|
746
|
-
TranscodeProfileName: [],
|
|
747
|
-
VideoContentSourceUrl: [],
|
|
748
|
-
}));
|
|
749
|
-
b.m("PUT").h(headers).b(body);
|
|
750
|
-
return b.build();
|
|
751
|
-
};
|
|
752
|
-
const se_StartChannelCommand = async (input, context) => {
|
|
753
|
-
const b = core.requestBuilder(input, context);
|
|
754
|
-
const headers = {};
|
|
755
|
-
b.bp("/channel/{ChannelName}/start");
|
|
756
|
-
b.p("ChannelName", () => input.ChannelName, "{ChannelName}", false);
|
|
757
|
-
let body;
|
|
758
|
-
b.m("PUT").h(headers).b(body);
|
|
759
|
-
return b.build();
|
|
760
|
-
};
|
|
761
|
-
const se_StopChannelCommand = async (input, context) => {
|
|
762
|
-
const b = core.requestBuilder(input, context);
|
|
763
|
-
const headers = {};
|
|
764
|
-
b.bp("/channel/{ChannelName}/stop");
|
|
765
|
-
b.p("ChannelName", () => input.ChannelName, "{ChannelName}", false);
|
|
766
|
-
let body;
|
|
767
|
-
b.m("PUT").h(headers).b(body);
|
|
768
|
-
return b.build();
|
|
769
|
-
};
|
|
770
|
-
const se_TagResourceCommand = async (input, context) => {
|
|
771
|
-
const b = core.requestBuilder(input, context);
|
|
772
|
-
const headers = {
|
|
773
|
-
"content-type": "application/json",
|
|
774
|
-
};
|
|
775
|
-
b.bp("/tags/{ResourceArn}");
|
|
776
|
-
b.p("ResourceArn", () => input.ResourceArn, "{ResourceArn}", false);
|
|
777
|
-
let body;
|
|
778
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
779
|
-
tags: [, (_) => smithyClient._json(_), `Tags`],
|
|
780
|
-
}));
|
|
781
|
-
b.m("POST").h(headers).b(body);
|
|
782
|
-
return b.build();
|
|
783
|
-
};
|
|
784
|
-
const se_UntagResourceCommand = async (input, context) => {
|
|
785
|
-
const b = core.requestBuilder(input, context);
|
|
786
|
-
const headers = {};
|
|
787
|
-
b.bp("/tags/{ResourceArn}");
|
|
788
|
-
b.p("ResourceArn", () => input.ResourceArn, "{ResourceArn}", false);
|
|
789
|
-
const query = smithyClient.map({
|
|
790
|
-
[_tK]: [smithyClient.expectNonNull(input.TagKeys, `TagKeys`) != null, () => input[_TK] || []],
|
|
791
|
-
});
|
|
792
|
-
let body;
|
|
793
|
-
b.m("DELETE").h(headers).q(query).b(body);
|
|
794
|
-
return b.build();
|
|
795
|
-
};
|
|
796
|
-
const se_UpdateChannelCommand = async (input, context) => {
|
|
797
|
-
const b = core.requestBuilder(input, context);
|
|
798
|
-
const headers = {
|
|
799
|
-
"content-type": "application/json",
|
|
800
|
-
};
|
|
801
|
-
b.bp("/channel/{ChannelName}");
|
|
802
|
-
b.p("ChannelName", () => input.ChannelName, "{ChannelName}", false);
|
|
803
|
-
let body;
|
|
804
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
805
|
-
Audiences: (_) => smithyClient._json(_),
|
|
806
|
-
FillerSlate: (_) => smithyClient._json(_),
|
|
807
|
-
Outputs: (_) => smithyClient._json(_),
|
|
808
|
-
TimeShiftConfiguration: (_) => smithyClient._json(_),
|
|
809
|
-
}));
|
|
810
|
-
b.m("PUT").h(headers).b(body);
|
|
811
|
-
return b.build();
|
|
812
|
-
};
|
|
813
|
-
const se_UpdateLiveSourceCommand = async (input, context) => {
|
|
814
|
-
const b = core.requestBuilder(input, context);
|
|
815
|
-
const headers = {
|
|
816
|
-
"content-type": "application/json",
|
|
817
|
-
};
|
|
818
|
-
b.bp("/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}");
|
|
819
|
-
b.p("LiveSourceName", () => input.LiveSourceName, "{LiveSourceName}", false);
|
|
820
|
-
b.p("SourceLocationName", () => input.SourceLocationName, "{SourceLocationName}", false);
|
|
821
|
-
let body;
|
|
822
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
823
|
-
HttpPackageConfigurations: (_) => smithyClient._json(_),
|
|
824
|
-
}));
|
|
825
|
-
b.m("PUT").h(headers).b(body);
|
|
826
|
-
return b.build();
|
|
827
|
-
};
|
|
828
|
-
const se_UpdateProgramCommand = async (input, context) => {
|
|
829
|
-
const b = core.requestBuilder(input, context);
|
|
830
|
-
const headers = {
|
|
831
|
-
"content-type": "application/json",
|
|
832
|
-
};
|
|
833
|
-
b.bp("/channel/{ChannelName}/program/{ProgramName}");
|
|
834
|
-
b.p("ChannelName", () => input.ChannelName, "{ChannelName}", false);
|
|
835
|
-
b.p("ProgramName", () => input.ProgramName, "{ProgramName}", false);
|
|
836
|
-
let body;
|
|
837
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
838
|
-
AdBreaks: (_) => smithyClient._json(_),
|
|
839
|
-
AudienceMedia: (_) => smithyClient._json(_),
|
|
840
|
-
ScheduleConfiguration: (_) => smithyClient._json(_),
|
|
841
|
-
}));
|
|
842
|
-
b.m("PUT").h(headers).b(body);
|
|
843
|
-
return b.build();
|
|
844
|
-
};
|
|
845
|
-
const se_UpdateSourceLocationCommand = async (input, context) => {
|
|
846
|
-
const b = core.requestBuilder(input, context);
|
|
847
|
-
const headers = {
|
|
848
|
-
"content-type": "application/json",
|
|
849
|
-
};
|
|
850
|
-
b.bp("/sourceLocation/{SourceLocationName}");
|
|
851
|
-
b.p("SourceLocationName", () => input.SourceLocationName, "{SourceLocationName}", false);
|
|
852
|
-
let body;
|
|
853
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
854
|
-
AccessConfiguration: (_) => smithyClient._json(_),
|
|
855
|
-
DefaultSegmentDeliveryConfiguration: (_) => smithyClient._json(_),
|
|
856
|
-
HttpConfiguration: (_) => smithyClient._json(_),
|
|
857
|
-
SegmentDeliveryConfigurations: (_) => smithyClient._json(_),
|
|
858
|
-
}));
|
|
859
|
-
b.m("PUT").h(headers).b(body);
|
|
860
|
-
return b.build();
|
|
861
|
-
};
|
|
862
|
-
const se_UpdateVodSourceCommand = async (input, context) => {
|
|
863
|
-
const b = core.requestBuilder(input, context);
|
|
864
|
-
const headers = {
|
|
865
|
-
"content-type": "application/json",
|
|
866
|
-
};
|
|
867
|
-
b.bp("/sourceLocation/{SourceLocationName}/vodSource/{VodSourceName}");
|
|
868
|
-
b.p("SourceLocationName", () => input.SourceLocationName, "{SourceLocationName}", false);
|
|
869
|
-
b.p("VodSourceName", () => input.VodSourceName, "{VodSourceName}", false);
|
|
870
|
-
let body;
|
|
871
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
872
|
-
HttpPackageConfigurations: (_) => smithyClient._json(_),
|
|
873
|
-
}));
|
|
874
|
-
b.m("PUT").h(headers).b(body);
|
|
875
|
-
return b.build();
|
|
876
|
-
};
|
|
877
|
-
const de_ConfigureLogsForChannelCommand = async (output, context) => {
|
|
878
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
879
|
-
return de_CommandError(output, context);
|
|
880
|
-
}
|
|
881
|
-
const contents = smithyClient.map({
|
|
882
|
-
$metadata: deserializeMetadata(output),
|
|
883
|
-
});
|
|
884
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
885
|
-
const doc = smithyClient.take(data, {
|
|
886
|
-
ChannelName: smithyClient.expectString,
|
|
887
|
-
LogTypes: smithyClient._json,
|
|
888
|
-
});
|
|
889
|
-
Object.assign(contents, doc);
|
|
890
|
-
return contents;
|
|
891
|
-
};
|
|
892
|
-
const de_ConfigureLogsForPlaybackConfigurationCommand = async (output, context) => {
|
|
893
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
894
|
-
return de_CommandError(output, context);
|
|
895
|
-
}
|
|
896
|
-
const contents = smithyClient.map({
|
|
897
|
-
$metadata: deserializeMetadata(output),
|
|
898
|
-
});
|
|
899
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
900
|
-
const doc = smithyClient.take(data, {
|
|
901
|
-
AdsInteractionLog: smithyClient._json,
|
|
902
|
-
EnabledLoggingStrategies: smithyClient._json,
|
|
903
|
-
ManifestServiceInteractionLog: smithyClient._json,
|
|
904
|
-
PercentEnabled: smithyClient.expectInt32,
|
|
905
|
-
PlaybackConfigurationName: smithyClient.expectString,
|
|
906
|
-
});
|
|
907
|
-
Object.assign(contents, doc);
|
|
908
|
-
return contents;
|
|
909
|
-
};
|
|
910
|
-
const de_CreateChannelCommand = async (output, context) => {
|
|
911
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
912
|
-
return de_CommandError(output, context);
|
|
913
|
-
}
|
|
914
|
-
const contents = smithyClient.map({
|
|
915
|
-
$metadata: deserializeMetadata(output),
|
|
916
|
-
});
|
|
917
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
918
|
-
const doc = smithyClient.take(data, {
|
|
919
|
-
Arn: smithyClient.expectString,
|
|
920
|
-
Audiences: smithyClient._json,
|
|
921
|
-
ChannelName: smithyClient.expectString,
|
|
922
|
-
ChannelState: smithyClient.expectString,
|
|
923
|
-
CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
924
|
-
FillerSlate: smithyClient._json,
|
|
925
|
-
LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
926
|
-
Outputs: smithyClient._json,
|
|
927
|
-
PlaybackMode: smithyClient.expectString,
|
|
928
|
-
Tags: [, smithyClient._json, `tags`],
|
|
929
|
-
Tier: smithyClient.expectString,
|
|
930
|
-
TimeShiftConfiguration: smithyClient._json,
|
|
931
|
-
});
|
|
932
|
-
Object.assign(contents, doc);
|
|
933
|
-
return contents;
|
|
934
|
-
};
|
|
935
|
-
const de_CreateLiveSourceCommand = async (output, context) => {
|
|
936
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
937
|
-
return de_CommandError(output, context);
|
|
938
|
-
}
|
|
939
|
-
const contents = smithyClient.map({
|
|
940
|
-
$metadata: deserializeMetadata(output),
|
|
941
|
-
});
|
|
942
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
943
|
-
const doc = smithyClient.take(data, {
|
|
944
|
-
Arn: smithyClient.expectString,
|
|
945
|
-
CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
946
|
-
HttpPackageConfigurations: smithyClient._json,
|
|
947
|
-
LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
948
|
-
LiveSourceName: smithyClient.expectString,
|
|
949
|
-
SourceLocationName: smithyClient.expectString,
|
|
950
|
-
Tags: [, smithyClient._json, `tags`],
|
|
951
|
-
});
|
|
952
|
-
Object.assign(contents, doc);
|
|
953
|
-
return contents;
|
|
954
|
-
};
|
|
955
|
-
const de_CreatePrefetchScheduleCommand = async (output, context) => {
|
|
956
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
957
|
-
return de_CommandError(output, context);
|
|
958
|
-
}
|
|
959
|
-
const contents = smithyClient.map({
|
|
960
|
-
$metadata: deserializeMetadata(output),
|
|
961
|
-
});
|
|
962
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
963
|
-
const doc = smithyClient.take(data, {
|
|
964
|
-
Arn: smithyClient.expectString,
|
|
965
|
-
Consumption: (_) => de_PrefetchConsumption(_),
|
|
966
|
-
Name: smithyClient.expectString,
|
|
967
|
-
PlaybackConfigurationName: smithyClient.expectString,
|
|
968
|
-
RecurringPrefetchConfiguration: (_) => de_RecurringPrefetchConfiguration(_),
|
|
969
|
-
Retrieval: (_) => de_PrefetchRetrieval(_),
|
|
970
|
-
ScheduleType: smithyClient.expectString,
|
|
971
|
-
StreamId: smithyClient.expectString,
|
|
972
|
-
});
|
|
973
|
-
Object.assign(contents, doc);
|
|
974
|
-
return contents;
|
|
975
|
-
};
|
|
976
|
-
const de_CreateProgramCommand = async (output, context) => {
|
|
977
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
978
|
-
return de_CommandError(output, context);
|
|
979
|
-
}
|
|
980
|
-
const contents = smithyClient.map({
|
|
981
|
-
$metadata: deserializeMetadata(output),
|
|
982
|
-
});
|
|
983
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
984
|
-
const doc = smithyClient.take(data, {
|
|
985
|
-
AdBreaks: smithyClient._json,
|
|
986
|
-
Arn: smithyClient.expectString,
|
|
987
|
-
AudienceMedia: smithyClient._json,
|
|
988
|
-
ChannelName: smithyClient.expectString,
|
|
989
|
-
ClipRange: smithyClient._json,
|
|
990
|
-
CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
991
|
-
DurationMillis: smithyClient.expectLong,
|
|
992
|
-
LiveSourceName: smithyClient.expectString,
|
|
993
|
-
ProgramName: smithyClient.expectString,
|
|
994
|
-
ScheduledStartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
995
|
-
SourceLocationName: smithyClient.expectString,
|
|
996
|
-
VodSourceName: smithyClient.expectString,
|
|
997
|
-
});
|
|
998
|
-
Object.assign(contents, doc);
|
|
999
|
-
return contents;
|
|
1000
|
-
};
|
|
1001
|
-
const de_CreateSourceLocationCommand = async (output, context) => {
|
|
1002
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1003
|
-
return de_CommandError(output, context);
|
|
1004
|
-
}
|
|
1005
|
-
const contents = smithyClient.map({
|
|
1006
|
-
$metadata: deserializeMetadata(output),
|
|
1007
|
-
});
|
|
1008
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1009
|
-
const doc = smithyClient.take(data, {
|
|
1010
|
-
AccessConfiguration: smithyClient._json,
|
|
1011
|
-
Arn: smithyClient.expectString,
|
|
1012
|
-
CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1013
|
-
DefaultSegmentDeliveryConfiguration: smithyClient._json,
|
|
1014
|
-
HttpConfiguration: smithyClient._json,
|
|
1015
|
-
LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1016
|
-
SegmentDeliveryConfigurations: smithyClient._json,
|
|
1017
|
-
SourceLocationName: smithyClient.expectString,
|
|
1018
|
-
Tags: [, smithyClient._json, `tags`],
|
|
1019
|
-
});
|
|
1020
|
-
Object.assign(contents, doc);
|
|
1021
|
-
return contents;
|
|
1022
|
-
};
|
|
1023
|
-
const de_CreateVodSourceCommand = async (output, context) => {
|
|
1024
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1025
|
-
return de_CommandError(output, context);
|
|
1026
|
-
}
|
|
1027
|
-
const contents = smithyClient.map({
|
|
1028
|
-
$metadata: deserializeMetadata(output),
|
|
1029
|
-
});
|
|
1030
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1031
|
-
const doc = smithyClient.take(data, {
|
|
1032
|
-
Arn: smithyClient.expectString,
|
|
1033
|
-
CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1034
|
-
HttpPackageConfigurations: smithyClient._json,
|
|
1035
|
-
LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1036
|
-
SourceLocationName: smithyClient.expectString,
|
|
1037
|
-
Tags: [, smithyClient._json, `tags`],
|
|
1038
|
-
VodSourceName: smithyClient.expectString,
|
|
1039
|
-
});
|
|
1040
|
-
Object.assign(contents, doc);
|
|
1041
|
-
return contents;
|
|
1042
|
-
};
|
|
1043
|
-
const de_DeleteChannelCommand = async (output, context) => {
|
|
1044
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1045
|
-
return de_CommandError(output, context);
|
|
1046
|
-
}
|
|
1047
|
-
const contents = smithyClient.map({
|
|
1048
|
-
$metadata: deserializeMetadata(output),
|
|
1049
|
-
});
|
|
1050
|
-
await smithyClient.collectBody(output.body, context);
|
|
1051
|
-
return contents;
|
|
1052
|
-
};
|
|
1053
|
-
const de_DeleteChannelPolicyCommand = async (output, context) => {
|
|
1054
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1055
|
-
return de_CommandError(output, context);
|
|
1056
|
-
}
|
|
1057
|
-
const contents = smithyClient.map({
|
|
1058
|
-
$metadata: deserializeMetadata(output),
|
|
1059
|
-
});
|
|
1060
|
-
await smithyClient.collectBody(output.body, context);
|
|
1061
|
-
return contents;
|
|
1062
|
-
};
|
|
1063
|
-
const de_DeleteLiveSourceCommand = async (output, context) => {
|
|
1064
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1065
|
-
return de_CommandError(output, context);
|
|
1066
|
-
}
|
|
1067
|
-
const contents = smithyClient.map({
|
|
1068
|
-
$metadata: deserializeMetadata(output),
|
|
1069
|
-
});
|
|
1070
|
-
await smithyClient.collectBody(output.body, context);
|
|
1071
|
-
return contents;
|
|
1072
|
-
};
|
|
1073
|
-
const de_DeletePlaybackConfigurationCommand = async (output, context) => {
|
|
1074
|
-
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
1075
|
-
return de_CommandError(output, context);
|
|
1076
|
-
}
|
|
1077
|
-
const contents = smithyClient.map({
|
|
1078
|
-
$metadata: deserializeMetadata(output),
|
|
1079
|
-
});
|
|
1080
|
-
await smithyClient.collectBody(output.body, context);
|
|
1081
|
-
return contents;
|
|
1082
|
-
};
|
|
1083
|
-
const de_DeletePrefetchScheduleCommand = async (output, context) => {
|
|
1084
|
-
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
1085
|
-
return de_CommandError(output, context);
|
|
1086
|
-
}
|
|
1087
|
-
const contents = smithyClient.map({
|
|
1088
|
-
$metadata: deserializeMetadata(output),
|
|
1089
|
-
});
|
|
1090
|
-
await smithyClient.collectBody(output.body, context);
|
|
1091
|
-
return contents;
|
|
1092
|
-
};
|
|
1093
|
-
const de_DeleteProgramCommand = async (output, context) => {
|
|
1094
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1095
|
-
return de_CommandError(output, context);
|
|
1096
|
-
}
|
|
1097
|
-
const contents = smithyClient.map({
|
|
1098
|
-
$metadata: deserializeMetadata(output),
|
|
1099
|
-
});
|
|
1100
|
-
await smithyClient.collectBody(output.body, context);
|
|
1101
|
-
return contents;
|
|
1102
|
-
};
|
|
1103
|
-
const de_DeleteSourceLocationCommand = async (output, context) => {
|
|
1104
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1105
|
-
return de_CommandError(output, context);
|
|
1106
|
-
}
|
|
1107
|
-
const contents = smithyClient.map({
|
|
1108
|
-
$metadata: deserializeMetadata(output),
|
|
1109
|
-
});
|
|
1110
|
-
await smithyClient.collectBody(output.body, context);
|
|
1111
|
-
return contents;
|
|
1112
|
-
};
|
|
1113
|
-
const de_DeleteVodSourceCommand = async (output, context) => {
|
|
1114
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1115
|
-
return de_CommandError(output, context);
|
|
1116
|
-
}
|
|
1117
|
-
const contents = smithyClient.map({
|
|
1118
|
-
$metadata: deserializeMetadata(output),
|
|
1119
|
-
});
|
|
1120
|
-
await smithyClient.collectBody(output.body, context);
|
|
1121
|
-
return contents;
|
|
1122
|
-
};
|
|
1123
|
-
const de_DescribeChannelCommand = async (output, context) => {
|
|
1124
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1125
|
-
return de_CommandError(output, context);
|
|
1126
|
-
}
|
|
1127
|
-
const contents = smithyClient.map({
|
|
1128
|
-
$metadata: deserializeMetadata(output),
|
|
1129
|
-
});
|
|
1130
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1131
|
-
const doc = smithyClient.take(data, {
|
|
1132
|
-
Arn: smithyClient.expectString,
|
|
1133
|
-
Audiences: smithyClient._json,
|
|
1134
|
-
ChannelName: smithyClient.expectString,
|
|
1135
|
-
ChannelState: smithyClient.expectString,
|
|
1136
|
-
CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1137
|
-
FillerSlate: smithyClient._json,
|
|
1138
|
-
LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1139
|
-
LogConfiguration: smithyClient._json,
|
|
1140
|
-
Outputs: smithyClient._json,
|
|
1141
|
-
PlaybackMode: smithyClient.expectString,
|
|
1142
|
-
Tags: [, smithyClient._json, `tags`],
|
|
1143
|
-
Tier: smithyClient.expectString,
|
|
1144
|
-
TimeShiftConfiguration: smithyClient._json,
|
|
1145
|
-
});
|
|
1146
|
-
Object.assign(contents, doc);
|
|
1147
|
-
return contents;
|
|
1148
|
-
};
|
|
1149
|
-
const de_DescribeLiveSourceCommand = async (output, context) => {
|
|
1150
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1151
|
-
return de_CommandError(output, context);
|
|
1152
|
-
}
|
|
1153
|
-
const contents = smithyClient.map({
|
|
1154
|
-
$metadata: deserializeMetadata(output),
|
|
1155
|
-
});
|
|
1156
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1157
|
-
const doc = smithyClient.take(data, {
|
|
1158
|
-
Arn: smithyClient.expectString,
|
|
1159
|
-
CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1160
|
-
HttpPackageConfigurations: smithyClient._json,
|
|
1161
|
-
LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1162
|
-
LiveSourceName: smithyClient.expectString,
|
|
1163
|
-
SourceLocationName: smithyClient.expectString,
|
|
1164
|
-
Tags: [, smithyClient._json, `tags`],
|
|
1165
|
-
});
|
|
1166
|
-
Object.assign(contents, doc);
|
|
1167
|
-
return contents;
|
|
1168
|
-
};
|
|
1169
|
-
const de_DescribeProgramCommand = async (output, context) => {
|
|
1170
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1171
|
-
return de_CommandError(output, context);
|
|
1172
|
-
}
|
|
1173
|
-
const contents = smithyClient.map({
|
|
1174
|
-
$metadata: deserializeMetadata(output),
|
|
1175
|
-
});
|
|
1176
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1177
|
-
const doc = smithyClient.take(data, {
|
|
1178
|
-
AdBreaks: smithyClient._json,
|
|
1179
|
-
Arn: smithyClient.expectString,
|
|
1180
|
-
AudienceMedia: smithyClient._json,
|
|
1181
|
-
ChannelName: smithyClient.expectString,
|
|
1182
|
-
ClipRange: smithyClient._json,
|
|
1183
|
-
CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1184
|
-
DurationMillis: smithyClient.expectLong,
|
|
1185
|
-
LiveSourceName: smithyClient.expectString,
|
|
1186
|
-
ProgramName: smithyClient.expectString,
|
|
1187
|
-
ScheduledStartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1188
|
-
SourceLocationName: smithyClient.expectString,
|
|
1189
|
-
VodSourceName: smithyClient.expectString,
|
|
1190
|
-
});
|
|
1191
|
-
Object.assign(contents, doc);
|
|
1192
|
-
return contents;
|
|
1193
|
-
};
|
|
1194
|
-
const de_DescribeSourceLocationCommand = async (output, context) => {
|
|
1195
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1196
|
-
return de_CommandError(output, context);
|
|
1197
|
-
}
|
|
1198
|
-
const contents = smithyClient.map({
|
|
1199
|
-
$metadata: deserializeMetadata(output),
|
|
1200
|
-
});
|
|
1201
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1202
|
-
const doc = smithyClient.take(data, {
|
|
1203
|
-
AccessConfiguration: smithyClient._json,
|
|
1204
|
-
Arn: smithyClient.expectString,
|
|
1205
|
-
CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1206
|
-
DefaultSegmentDeliveryConfiguration: smithyClient._json,
|
|
1207
|
-
HttpConfiguration: smithyClient._json,
|
|
1208
|
-
LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1209
|
-
SegmentDeliveryConfigurations: smithyClient._json,
|
|
1210
|
-
SourceLocationName: smithyClient.expectString,
|
|
1211
|
-
Tags: [, smithyClient._json, `tags`],
|
|
1212
|
-
});
|
|
1213
|
-
Object.assign(contents, doc);
|
|
1214
|
-
return contents;
|
|
1215
|
-
};
|
|
1216
|
-
const de_DescribeVodSourceCommand = async (output, context) => {
|
|
1217
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1218
|
-
return de_CommandError(output, context);
|
|
1219
|
-
}
|
|
1220
|
-
const contents = smithyClient.map({
|
|
1221
|
-
$metadata: deserializeMetadata(output),
|
|
1222
|
-
});
|
|
1223
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1224
|
-
const doc = smithyClient.take(data, {
|
|
1225
|
-
AdBreakOpportunities: smithyClient._json,
|
|
1226
|
-
Arn: smithyClient.expectString,
|
|
1227
|
-
CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1228
|
-
HttpPackageConfigurations: smithyClient._json,
|
|
1229
|
-
LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1230
|
-
SourceLocationName: smithyClient.expectString,
|
|
1231
|
-
Tags: [, smithyClient._json, `tags`],
|
|
1232
|
-
VodSourceName: smithyClient.expectString,
|
|
1233
|
-
});
|
|
1234
|
-
Object.assign(contents, doc);
|
|
1235
|
-
return contents;
|
|
1236
|
-
};
|
|
1237
|
-
const de_GetChannelPolicyCommand = async (output, context) => {
|
|
1238
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1239
|
-
return de_CommandError(output, context);
|
|
1240
|
-
}
|
|
1241
|
-
const contents = smithyClient.map({
|
|
1242
|
-
$metadata: deserializeMetadata(output),
|
|
1243
|
-
});
|
|
1244
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1245
|
-
const doc = smithyClient.take(data, {
|
|
1246
|
-
Policy: smithyClient.expectString,
|
|
1247
|
-
});
|
|
1248
|
-
Object.assign(contents, doc);
|
|
1249
|
-
return contents;
|
|
1250
|
-
};
|
|
1251
|
-
const de_GetChannelScheduleCommand = async (output, context) => {
|
|
1252
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1253
|
-
return de_CommandError(output, context);
|
|
1254
|
-
}
|
|
1255
|
-
const contents = smithyClient.map({
|
|
1256
|
-
$metadata: deserializeMetadata(output),
|
|
1257
|
-
});
|
|
1258
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1259
|
-
const doc = smithyClient.take(data, {
|
|
1260
|
-
Items: (_) => de___listOfScheduleEntry(_),
|
|
1261
|
-
NextToken: smithyClient.expectString,
|
|
1262
|
-
});
|
|
1263
|
-
Object.assign(contents, doc);
|
|
1264
|
-
return contents;
|
|
1265
|
-
};
|
|
1266
|
-
const de_GetPlaybackConfigurationCommand = async (output, context) => {
|
|
1267
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1268
|
-
return de_CommandError(output, context);
|
|
1269
|
-
}
|
|
1270
|
-
const contents = smithyClient.map({
|
|
1271
|
-
$metadata: deserializeMetadata(output),
|
|
1272
|
-
});
|
|
1273
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1274
|
-
const doc = smithyClient.take(data, {
|
|
1275
|
-
AdConditioningConfiguration: smithyClient._json,
|
|
1276
|
-
AdDecisionServerUrl: smithyClient.expectString,
|
|
1277
|
-
AvailSuppression: smithyClient._json,
|
|
1278
|
-
Bumper: smithyClient._json,
|
|
1279
|
-
CdnConfiguration: smithyClient._json,
|
|
1280
|
-
ConfigurationAliases: smithyClient._json,
|
|
1281
|
-
DashConfiguration: smithyClient._json,
|
|
1282
|
-
HlsConfiguration: smithyClient._json,
|
|
1283
|
-
InsertionMode: smithyClient.expectString,
|
|
1284
|
-
LivePreRollConfiguration: smithyClient._json,
|
|
1285
|
-
LogConfiguration: smithyClient._json,
|
|
1286
|
-
ManifestProcessingRules: smithyClient._json,
|
|
1287
|
-
Name: smithyClient.expectString,
|
|
1288
|
-
PersonalizationThresholdSeconds: smithyClient.expectInt32,
|
|
1289
|
-
PlaybackConfigurationArn: smithyClient.expectString,
|
|
1290
|
-
PlaybackEndpointPrefix: smithyClient.expectString,
|
|
1291
|
-
SessionInitializationEndpointPrefix: smithyClient.expectString,
|
|
1292
|
-
SlateAdUrl: smithyClient.expectString,
|
|
1293
|
-
Tags: [, smithyClient._json, `tags`],
|
|
1294
|
-
TranscodeProfileName: smithyClient.expectString,
|
|
1295
|
-
VideoContentSourceUrl: smithyClient.expectString,
|
|
1296
|
-
});
|
|
1297
|
-
Object.assign(contents, doc);
|
|
1298
|
-
return contents;
|
|
1299
|
-
};
|
|
1300
|
-
const de_GetPrefetchScheduleCommand = async (output, context) => {
|
|
1301
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1302
|
-
return de_CommandError(output, context);
|
|
1303
|
-
}
|
|
1304
|
-
const contents = smithyClient.map({
|
|
1305
|
-
$metadata: deserializeMetadata(output),
|
|
1306
|
-
});
|
|
1307
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1308
|
-
const doc = smithyClient.take(data, {
|
|
1309
|
-
Arn: smithyClient.expectString,
|
|
1310
|
-
Consumption: (_) => de_PrefetchConsumption(_),
|
|
1311
|
-
Name: smithyClient.expectString,
|
|
1312
|
-
PlaybackConfigurationName: smithyClient.expectString,
|
|
1313
|
-
RecurringPrefetchConfiguration: (_) => de_RecurringPrefetchConfiguration(_),
|
|
1314
|
-
Retrieval: (_) => de_PrefetchRetrieval(_),
|
|
1315
|
-
ScheduleType: smithyClient.expectString,
|
|
1316
|
-
StreamId: smithyClient.expectString,
|
|
1317
|
-
});
|
|
1318
|
-
Object.assign(contents, doc);
|
|
1319
|
-
return contents;
|
|
1320
|
-
};
|
|
1321
|
-
const de_ListAlertsCommand = async (output, context) => {
|
|
1322
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1323
|
-
return de_CommandError(output, context);
|
|
1324
|
-
}
|
|
1325
|
-
const contents = smithyClient.map({
|
|
1326
|
-
$metadata: deserializeMetadata(output),
|
|
1327
|
-
});
|
|
1328
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1329
|
-
const doc = smithyClient.take(data, {
|
|
1330
|
-
Items: (_) => de___listOfAlert(_),
|
|
1331
|
-
NextToken: smithyClient.expectString,
|
|
1332
|
-
});
|
|
1333
|
-
Object.assign(contents, doc);
|
|
1334
|
-
return contents;
|
|
1335
|
-
};
|
|
1336
|
-
const de_ListChannelsCommand = async (output, context) => {
|
|
1337
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1338
|
-
return de_CommandError(output, context);
|
|
1339
|
-
}
|
|
1340
|
-
const contents = smithyClient.map({
|
|
1341
|
-
$metadata: deserializeMetadata(output),
|
|
1342
|
-
});
|
|
1343
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1344
|
-
const doc = smithyClient.take(data, {
|
|
1345
|
-
Items: (_) => de___listOfChannel(_),
|
|
1346
|
-
NextToken: smithyClient.expectString,
|
|
1347
|
-
});
|
|
1348
|
-
Object.assign(contents, doc);
|
|
1349
|
-
return contents;
|
|
1350
|
-
};
|
|
1351
|
-
const de_ListLiveSourcesCommand = async (output, context) => {
|
|
1352
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1353
|
-
return de_CommandError(output, context);
|
|
1354
|
-
}
|
|
1355
|
-
const contents = smithyClient.map({
|
|
1356
|
-
$metadata: deserializeMetadata(output),
|
|
1357
|
-
});
|
|
1358
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1359
|
-
const doc = smithyClient.take(data, {
|
|
1360
|
-
Items: (_) => de___listOfLiveSource(_),
|
|
1361
|
-
NextToken: smithyClient.expectString,
|
|
1362
|
-
});
|
|
1363
|
-
Object.assign(contents, doc);
|
|
1364
|
-
return contents;
|
|
1365
|
-
};
|
|
1366
|
-
const de_ListPlaybackConfigurationsCommand = async (output, context) => {
|
|
1367
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1368
|
-
return de_CommandError(output, context);
|
|
1369
|
-
}
|
|
1370
|
-
const contents = smithyClient.map({
|
|
1371
|
-
$metadata: deserializeMetadata(output),
|
|
1372
|
-
});
|
|
1373
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1374
|
-
const doc = smithyClient.take(data, {
|
|
1375
|
-
Items: (_) => de___listOfPlaybackConfiguration(_),
|
|
1376
|
-
NextToken: smithyClient.expectString,
|
|
1377
|
-
});
|
|
1378
|
-
Object.assign(contents, doc);
|
|
1379
|
-
return contents;
|
|
1380
|
-
};
|
|
1381
|
-
const de_ListPrefetchSchedulesCommand = async (output, context) => {
|
|
1382
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1383
|
-
return de_CommandError(output, context);
|
|
1384
|
-
}
|
|
1385
|
-
const contents = smithyClient.map({
|
|
1386
|
-
$metadata: deserializeMetadata(output),
|
|
1387
|
-
});
|
|
1388
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1389
|
-
const doc = smithyClient.take(data, {
|
|
1390
|
-
Items: (_) => de___listOfPrefetchSchedule(_),
|
|
1391
|
-
NextToken: smithyClient.expectString,
|
|
1392
|
-
});
|
|
1393
|
-
Object.assign(contents, doc);
|
|
1394
|
-
return contents;
|
|
1395
|
-
};
|
|
1396
|
-
const de_ListSourceLocationsCommand = async (output, context) => {
|
|
1397
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1398
|
-
return de_CommandError(output, context);
|
|
1399
|
-
}
|
|
1400
|
-
const contents = smithyClient.map({
|
|
1401
|
-
$metadata: deserializeMetadata(output),
|
|
1402
|
-
});
|
|
1403
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1404
|
-
const doc = smithyClient.take(data, {
|
|
1405
|
-
Items: (_) => de___listOfSourceLocation(_),
|
|
1406
|
-
NextToken: smithyClient.expectString,
|
|
1407
|
-
});
|
|
1408
|
-
Object.assign(contents, doc);
|
|
1409
|
-
return contents;
|
|
1410
|
-
};
|
|
1411
|
-
const de_ListTagsForResourceCommand = async (output, context) => {
|
|
1412
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1413
|
-
return de_CommandError(output, context);
|
|
1414
|
-
}
|
|
1415
|
-
const contents = smithyClient.map({
|
|
1416
|
-
$metadata: deserializeMetadata(output),
|
|
1417
|
-
});
|
|
1418
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1419
|
-
const doc = smithyClient.take(data, {
|
|
1420
|
-
Tags: [, smithyClient._json, `tags`],
|
|
1421
|
-
});
|
|
1422
|
-
Object.assign(contents, doc);
|
|
1423
|
-
return contents;
|
|
1424
|
-
};
|
|
1425
|
-
const de_ListVodSourcesCommand = async (output, context) => {
|
|
1426
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1427
|
-
return de_CommandError(output, context);
|
|
1428
|
-
}
|
|
1429
|
-
const contents = smithyClient.map({
|
|
1430
|
-
$metadata: deserializeMetadata(output),
|
|
1431
|
-
});
|
|
1432
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1433
|
-
const doc = smithyClient.take(data, {
|
|
1434
|
-
Items: (_) => de___listOfVodSource(_),
|
|
1435
|
-
NextToken: smithyClient.expectString,
|
|
1436
|
-
});
|
|
1437
|
-
Object.assign(contents, doc);
|
|
1438
|
-
return contents;
|
|
1439
|
-
};
|
|
1440
|
-
const de_PutChannelPolicyCommand = async (output, context) => {
|
|
1441
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1442
|
-
return de_CommandError(output, context);
|
|
1443
|
-
}
|
|
1444
|
-
const contents = smithyClient.map({
|
|
1445
|
-
$metadata: deserializeMetadata(output),
|
|
1446
|
-
});
|
|
1447
|
-
await smithyClient.collectBody(output.body, context);
|
|
1448
|
-
return contents;
|
|
1449
|
-
};
|
|
1450
|
-
const de_PutPlaybackConfigurationCommand = async (output, context) => {
|
|
1451
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1452
|
-
return de_CommandError(output, context);
|
|
1453
|
-
}
|
|
1454
|
-
const contents = smithyClient.map({
|
|
1455
|
-
$metadata: deserializeMetadata(output),
|
|
1456
|
-
});
|
|
1457
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1458
|
-
const doc = smithyClient.take(data, {
|
|
1459
|
-
AdConditioningConfiguration: smithyClient._json,
|
|
1460
|
-
AdDecisionServerUrl: smithyClient.expectString,
|
|
1461
|
-
AvailSuppression: smithyClient._json,
|
|
1462
|
-
Bumper: smithyClient._json,
|
|
1463
|
-
CdnConfiguration: smithyClient._json,
|
|
1464
|
-
ConfigurationAliases: smithyClient._json,
|
|
1465
|
-
DashConfiguration: smithyClient._json,
|
|
1466
|
-
HlsConfiguration: smithyClient._json,
|
|
1467
|
-
InsertionMode: smithyClient.expectString,
|
|
1468
|
-
LivePreRollConfiguration: smithyClient._json,
|
|
1469
|
-
LogConfiguration: smithyClient._json,
|
|
1470
|
-
ManifestProcessingRules: smithyClient._json,
|
|
1471
|
-
Name: smithyClient.expectString,
|
|
1472
|
-
PersonalizationThresholdSeconds: smithyClient.expectInt32,
|
|
1473
|
-
PlaybackConfigurationArn: smithyClient.expectString,
|
|
1474
|
-
PlaybackEndpointPrefix: smithyClient.expectString,
|
|
1475
|
-
SessionInitializationEndpointPrefix: smithyClient.expectString,
|
|
1476
|
-
SlateAdUrl: smithyClient.expectString,
|
|
1477
|
-
Tags: [, smithyClient._json, `tags`],
|
|
1478
|
-
TranscodeProfileName: smithyClient.expectString,
|
|
1479
|
-
VideoContentSourceUrl: smithyClient.expectString,
|
|
1480
|
-
});
|
|
1481
|
-
Object.assign(contents, doc);
|
|
1482
|
-
return contents;
|
|
1483
|
-
};
|
|
1484
|
-
const de_StartChannelCommand = async (output, context) => {
|
|
1485
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1486
|
-
return de_CommandError(output, context);
|
|
1487
|
-
}
|
|
1488
|
-
const contents = smithyClient.map({
|
|
1489
|
-
$metadata: deserializeMetadata(output),
|
|
1490
|
-
});
|
|
1491
|
-
await smithyClient.collectBody(output.body, context);
|
|
1492
|
-
return contents;
|
|
1493
|
-
};
|
|
1494
|
-
const de_StopChannelCommand = async (output, context) => {
|
|
1495
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1496
|
-
return de_CommandError(output, context);
|
|
1497
|
-
}
|
|
1498
|
-
const contents = smithyClient.map({
|
|
1499
|
-
$metadata: deserializeMetadata(output),
|
|
1500
|
-
});
|
|
1501
|
-
await smithyClient.collectBody(output.body, context);
|
|
1502
|
-
return contents;
|
|
1503
|
-
};
|
|
1504
|
-
const de_TagResourceCommand = async (output, context) => {
|
|
1505
|
-
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
1506
|
-
return de_CommandError(output, context);
|
|
1507
|
-
}
|
|
1508
|
-
const contents = smithyClient.map({
|
|
1509
|
-
$metadata: deserializeMetadata(output),
|
|
1510
|
-
});
|
|
1511
|
-
await smithyClient.collectBody(output.body, context);
|
|
1512
|
-
return contents;
|
|
1513
|
-
};
|
|
1514
|
-
const de_UntagResourceCommand = async (output, context) => {
|
|
1515
|
-
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
1516
|
-
return de_CommandError(output, context);
|
|
1517
|
-
}
|
|
1518
|
-
const contents = smithyClient.map({
|
|
1519
|
-
$metadata: deserializeMetadata(output),
|
|
1520
|
-
});
|
|
1521
|
-
await smithyClient.collectBody(output.body, context);
|
|
1522
|
-
return contents;
|
|
1523
|
-
};
|
|
1524
|
-
const de_UpdateChannelCommand = async (output, context) => {
|
|
1525
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1526
|
-
return de_CommandError(output, context);
|
|
1527
|
-
}
|
|
1528
|
-
const contents = smithyClient.map({
|
|
1529
|
-
$metadata: deserializeMetadata(output),
|
|
1530
|
-
});
|
|
1531
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1532
|
-
const doc = smithyClient.take(data, {
|
|
1533
|
-
Arn: smithyClient.expectString,
|
|
1534
|
-
Audiences: smithyClient._json,
|
|
1535
|
-
ChannelName: smithyClient.expectString,
|
|
1536
|
-
ChannelState: smithyClient.expectString,
|
|
1537
|
-
CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1538
|
-
FillerSlate: smithyClient._json,
|
|
1539
|
-
LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1540
|
-
Outputs: smithyClient._json,
|
|
1541
|
-
PlaybackMode: smithyClient.expectString,
|
|
1542
|
-
Tags: [, smithyClient._json, `tags`],
|
|
1543
|
-
Tier: smithyClient.expectString,
|
|
1544
|
-
TimeShiftConfiguration: smithyClient._json,
|
|
1545
|
-
});
|
|
1546
|
-
Object.assign(contents, doc);
|
|
1547
|
-
return contents;
|
|
1548
|
-
};
|
|
1549
|
-
const de_UpdateLiveSourceCommand = async (output, context) => {
|
|
1550
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1551
|
-
return de_CommandError(output, context);
|
|
1552
|
-
}
|
|
1553
|
-
const contents = smithyClient.map({
|
|
1554
|
-
$metadata: deserializeMetadata(output),
|
|
1555
|
-
});
|
|
1556
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1557
|
-
const doc = smithyClient.take(data, {
|
|
1558
|
-
Arn: smithyClient.expectString,
|
|
1559
|
-
CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1560
|
-
HttpPackageConfigurations: smithyClient._json,
|
|
1561
|
-
LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1562
|
-
LiveSourceName: smithyClient.expectString,
|
|
1563
|
-
SourceLocationName: smithyClient.expectString,
|
|
1564
|
-
Tags: [, smithyClient._json, `tags`],
|
|
1565
|
-
});
|
|
1566
|
-
Object.assign(contents, doc);
|
|
1567
|
-
return contents;
|
|
1568
|
-
};
|
|
1569
|
-
const de_UpdateProgramCommand = async (output, context) => {
|
|
1570
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1571
|
-
return de_CommandError(output, context);
|
|
1572
|
-
}
|
|
1573
|
-
const contents = smithyClient.map({
|
|
1574
|
-
$metadata: deserializeMetadata(output),
|
|
1575
|
-
});
|
|
1576
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1577
|
-
const doc = smithyClient.take(data, {
|
|
1578
|
-
AdBreaks: smithyClient._json,
|
|
1579
|
-
Arn: smithyClient.expectString,
|
|
1580
|
-
AudienceMedia: smithyClient._json,
|
|
1581
|
-
ChannelName: smithyClient.expectString,
|
|
1582
|
-
ClipRange: smithyClient._json,
|
|
1583
|
-
CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1584
|
-
DurationMillis: smithyClient.expectLong,
|
|
1585
|
-
LiveSourceName: smithyClient.expectString,
|
|
1586
|
-
ProgramName: smithyClient.expectString,
|
|
1587
|
-
ScheduledStartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1588
|
-
SourceLocationName: smithyClient.expectString,
|
|
1589
|
-
VodSourceName: smithyClient.expectString,
|
|
1590
|
-
});
|
|
1591
|
-
Object.assign(contents, doc);
|
|
1592
|
-
return contents;
|
|
1593
|
-
};
|
|
1594
|
-
const de_UpdateSourceLocationCommand = async (output, context) => {
|
|
1595
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1596
|
-
return de_CommandError(output, context);
|
|
1597
|
-
}
|
|
1598
|
-
const contents = smithyClient.map({
|
|
1599
|
-
$metadata: deserializeMetadata(output),
|
|
1600
|
-
});
|
|
1601
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1602
|
-
const doc = smithyClient.take(data, {
|
|
1603
|
-
AccessConfiguration: smithyClient._json,
|
|
1604
|
-
Arn: smithyClient.expectString,
|
|
1605
|
-
CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1606
|
-
DefaultSegmentDeliveryConfiguration: smithyClient._json,
|
|
1607
|
-
HttpConfiguration: smithyClient._json,
|
|
1608
|
-
LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1609
|
-
SegmentDeliveryConfigurations: smithyClient._json,
|
|
1610
|
-
SourceLocationName: smithyClient.expectString,
|
|
1611
|
-
Tags: [, smithyClient._json, `tags`],
|
|
1612
|
-
});
|
|
1613
|
-
Object.assign(contents, doc);
|
|
1614
|
-
return contents;
|
|
1615
|
-
};
|
|
1616
|
-
const de_UpdateVodSourceCommand = async (output, context) => {
|
|
1617
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1618
|
-
return de_CommandError(output, context);
|
|
1619
|
-
}
|
|
1620
|
-
const contents = smithyClient.map({
|
|
1621
|
-
$metadata: deserializeMetadata(output),
|
|
1622
|
-
});
|
|
1623
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1624
|
-
const doc = smithyClient.take(data, {
|
|
1625
|
-
Arn: smithyClient.expectString,
|
|
1626
|
-
CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1627
|
-
HttpPackageConfigurations: smithyClient._json,
|
|
1628
|
-
LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1629
|
-
SourceLocationName: smithyClient.expectString,
|
|
1630
|
-
Tags: [, smithyClient._json, `tags`],
|
|
1631
|
-
VodSourceName: smithyClient.expectString,
|
|
1632
|
-
});
|
|
1633
|
-
Object.assign(contents, doc);
|
|
1634
|
-
return contents;
|
|
1635
|
-
};
|
|
1636
|
-
const de_CommandError = async (output, context) => {
|
|
1637
|
-
const parsedOutput = {
|
|
1638
|
-
...output,
|
|
1639
|
-
body: await core$1.parseJsonErrorBody(output.body, context),
|
|
1640
|
-
};
|
|
1641
|
-
const errorCode = core$1.loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1642
|
-
switch (errorCode) {
|
|
1643
|
-
case "BadRequestException":
|
|
1644
|
-
case "com.amazonaws.mediatailor#BadRequestException":
|
|
1645
|
-
throw await de_BadRequestExceptionRes(parsedOutput);
|
|
1646
|
-
default:
|
|
1647
|
-
const parsedBody = parsedOutput.body;
|
|
1648
|
-
return throwDefaultError({
|
|
1649
|
-
output,
|
|
1650
|
-
parsedBody,
|
|
1651
|
-
errorCode,
|
|
1652
|
-
});
|
|
1653
|
-
}
|
|
1654
|
-
};
|
|
1655
|
-
const throwDefaultError = smithyClient.withBaseException(MediaTailorServiceException);
|
|
1656
|
-
const de_BadRequestExceptionRes = async (parsedOutput, context) => {
|
|
1657
|
-
const contents = smithyClient.map({});
|
|
1658
|
-
const data = parsedOutput.body;
|
|
1659
|
-
const doc = smithyClient.take(data, {
|
|
1660
|
-
Message: smithyClient.expectString,
|
|
1661
|
-
});
|
|
1662
|
-
Object.assign(contents, doc);
|
|
1663
|
-
const exception = new BadRequestException({
|
|
1664
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1665
|
-
...contents,
|
|
1666
|
-
});
|
|
1667
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1668
|
-
};
|
|
1669
|
-
const se_PrefetchConsumption = (input, context) => {
|
|
1670
|
-
return smithyClient.take(input, {
|
|
1671
|
-
AvailMatchingCriteria: smithyClient._json,
|
|
1672
|
-
EndTime: (_) => _.getTime() / 1_000,
|
|
1673
|
-
StartTime: (_) => _.getTime() / 1_000,
|
|
1674
|
-
});
|
|
1675
|
-
};
|
|
1676
|
-
const se_PrefetchRetrieval = (input, context) => {
|
|
1677
|
-
return smithyClient.take(input, {
|
|
1678
|
-
DynamicVariables: smithyClient._json,
|
|
1679
|
-
EndTime: (_) => _.getTime() / 1_000,
|
|
1680
|
-
StartTime: (_) => _.getTime() / 1_000,
|
|
1681
|
-
TrafficShapingRetrievalWindow: smithyClient._json,
|
|
1682
|
-
TrafficShapingTpsConfiguration: smithyClient._json,
|
|
1683
|
-
TrafficShapingType: [],
|
|
1684
|
-
});
|
|
1685
|
-
};
|
|
1686
|
-
const se_RecurringPrefetchConfiguration = (input, context) => {
|
|
1687
|
-
return smithyClient.take(input, {
|
|
1688
|
-
EndTime: (_) => _.getTime() / 1_000,
|
|
1689
|
-
RecurringConsumption: smithyClient._json,
|
|
1690
|
-
RecurringRetrieval: smithyClient._json,
|
|
1691
|
-
StartTime: (_) => _.getTime() / 1_000,
|
|
1692
|
-
});
|
|
1693
|
-
};
|
|
1694
|
-
const de___listOfAlert = (output, context) => {
|
|
1695
|
-
const retVal = (output || [])
|
|
1696
|
-
.filter((e) => e != null)
|
|
1697
|
-
.map((entry) => {
|
|
1698
|
-
return de_Alert(entry);
|
|
1699
|
-
});
|
|
1700
|
-
return retVal;
|
|
1701
|
-
};
|
|
1702
|
-
const de___listOfChannel = (output, context) => {
|
|
1703
|
-
const retVal = (output || [])
|
|
1704
|
-
.filter((e) => e != null)
|
|
1705
|
-
.map((entry) => {
|
|
1706
|
-
return de_Channel(entry);
|
|
1707
|
-
});
|
|
1708
|
-
return retVal;
|
|
1709
|
-
};
|
|
1710
|
-
const de___listOfLiveSource = (output, context) => {
|
|
1711
|
-
const retVal = (output || [])
|
|
1712
|
-
.filter((e) => e != null)
|
|
1713
|
-
.map((entry) => {
|
|
1714
|
-
return de_LiveSource(entry);
|
|
1715
|
-
});
|
|
1716
|
-
return retVal;
|
|
1717
|
-
};
|
|
1718
|
-
const de___listOfPlaybackConfiguration = (output, context) => {
|
|
1719
|
-
const retVal = (output || [])
|
|
1720
|
-
.filter((e) => e != null)
|
|
1721
|
-
.map((entry) => {
|
|
1722
|
-
return de_PlaybackConfiguration(entry);
|
|
1723
|
-
});
|
|
1724
|
-
return retVal;
|
|
1725
|
-
};
|
|
1726
|
-
const de___listOfPrefetchSchedule = (output, context) => {
|
|
1727
|
-
const retVal = (output || [])
|
|
1728
|
-
.filter((e) => e != null)
|
|
1729
|
-
.map((entry) => {
|
|
1730
|
-
return de_PrefetchSchedule(entry);
|
|
1731
|
-
});
|
|
1732
|
-
return retVal;
|
|
1733
|
-
};
|
|
1734
|
-
const de___listOfScheduleAdBreak = (output, context) => {
|
|
1735
|
-
const retVal = (output || [])
|
|
1736
|
-
.filter((e) => e != null)
|
|
1737
|
-
.map((entry) => {
|
|
1738
|
-
return de_ScheduleAdBreak(entry);
|
|
1739
|
-
});
|
|
1740
|
-
return retVal;
|
|
1741
|
-
};
|
|
1742
|
-
const de___listOfScheduleEntry = (output, context) => {
|
|
1743
|
-
const retVal = (output || [])
|
|
1744
|
-
.filter((e) => e != null)
|
|
1745
|
-
.map((entry) => {
|
|
1746
|
-
return de_ScheduleEntry(entry);
|
|
1747
|
-
});
|
|
1748
|
-
return retVal;
|
|
1749
|
-
};
|
|
1750
|
-
const de___listOfSourceLocation = (output, context) => {
|
|
1751
|
-
const retVal = (output || [])
|
|
1752
|
-
.filter((e) => e != null)
|
|
1753
|
-
.map((entry) => {
|
|
1754
|
-
return de_SourceLocation(entry);
|
|
1755
|
-
});
|
|
1756
|
-
return retVal;
|
|
1757
|
-
};
|
|
1758
|
-
const de___listOfVodSource = (output, context) => {
|
|
1759
|
-
const retVal = (output || [])
|
|
1760
|
-
.filter((e) => e != null)
|
|
1761
|
-
.map((entry) => {
|
|
1762
|
-
return de_VodSource(entry);
|
|
1763
|
-
});
|
|
1764
|
-
return retVal;
|
|
1765
|
-
};
|
|
1766
|
-
const de_Alert = (output, context) => {
|
|
1767
|
-
return smithyClient.take(output, {
|
|
1768
|
-
AlertCode: smithyClient.expectString,
|
|
1769
|
-
AlertMessage: smithyClient.expectString,
|
|
1770
|
-
Category: smithyClient.expectString,
|
|
1771
|
-
LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1772
|
-
RelatedResourceArns: smithyClient._json,
|
|
1773
|
-
ResourceArn: smithyClient.expectString,
|
|
1774
|
-
});
|
|
1775
|
-
};
|
|
1776
|
-
const de_Channel = (output, context) => {
|
|
1777
|
-
return smithyClient.take(output, {
|
|
1778
|
-
Arn: smithyClient.expectString,
|
|
1779
|
-
Audiences: smithyClient._json,
|
|
1780
|
-
ChannelName: smithyClient.expectString,
|
|
1781
|
-
ChannelState: smithyClient.expectString,
|
|
1782
|
-
CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1783
|
-
FillerSlate: smithyClient._json,
|
|
1784
|
-
LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1785
|
-
LogConfiguration: smithyClient._json,
|
|
1786
|
-
Outputs: smithyClient._json,
|
|
1787
|
-
PlaybackMode: smithyClient.expectString,
|
|
1788
|
-
Tags: [, smithyClient._json, `tags`],
|
|
1789
|
-
Tier: smithyClient.expectString,
|
|
1790
|
-
});
|
|
1791
|
-
};
|
|
1792
|
-
const de_LiveSource = (output, context) => {
|
|
1793
|
-
return smithyClient.take(output, {
|
|
1794
|
-
Arn: smithyClient.expectString,
|
|
1795
|
-
CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1796
|
-
HttpPackageConfigurations: smithyClient._json,
|
|
1797
|
-
LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1798
|
-
LiveSourceName: smithyClient.expectString,
|
|
1799
|
-
SourceLocationName: smithyClient.expectString,
|
|
1800
|
-
Tags: [, smithyClient._json, `tags`],
|
|
1801
|
-
});
|
|
1802
|
-
};
|
|
1803
|
-
const de_PlaybackConfiguration = (output, context) => {
|
|
1804
|
-
return smithyClient.take(output, {
|
|
1805
|
-
AdConditioningConfiguration: smithyClient._json,
|
|
1806
|
-
AdDecisionServerUrl: smithyClient.expectString,
|
|
1807
|
-
AvailSuppression: smithyClient._json,
|
|
1808
|
-
Bumper: smithyClient._json,
|
|
1809
|
-
CdnConfiguration: smithyClient._json,
|
|
1810
|
-
ConfigurationAliases: smithyClient._json,
|
|
1811
|
-
DashConfiguration: smithyClient._json,
|
|
1812
|
-
HlsConfiguration: smithyClient._json,
|
|
1813
|
-
InsertionMode: smithyClient.expectString,
|
|
1814
|
-
LivePreRollConfiguration: smithyClient._json,
|
|
1815
|
-
LogConfiguration: smithyClient._json,
|
|
1816
|
-
ManifestProcessingRules: smithyClient._json,
|
|
1817
|
-
Name: smithyClient.expectString,
|
|
1818
|
-
PersonalizationThresholdSeconds: smithyClient.expectInt32,
|
|
1819
|
-
PlaybackConfigurationArn: smithyClient.expectString,
|
|
1820
|
-
PlaybackEndpointPrefix: smithyClient.expectString,
|
|
1821
|
-
SessionInitializationEndpointPrefix: smithyClient.expectString,
|
|
1822
|
-
SlateAdUrl: smithyClient.expectString,
|
|
1823
|
-
Tags: [, smithyClient._json, `tags`],
|
|
1824
|
-
TranscodeProfileName: smithyClient.expectString,
|
|
1825
|
-
VideoContentSourceUrl: smithyClient.expectString,
|
|
1826
|
-
});
|
|
1827
|
-
};
|
|
1828
|
-
const de_PrefetchConsumption = (output, context) => {
|
|
1829
|
-
return smithyClient.take(output, {
|
|
1830
|
-
AvailMatchingCriteria: smithyClient._json,
|
|
1831
|
-
EndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1832
|
-
StartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1833
|
-
});
|
|
1834
|
-
};
|
|
1835
|
-
const de_PrefetchRetrieval = (output, context) => {
|
|
1836
|
-
return smithyClient.take(output, {
|
|
1837
|
-
DynamicVariables: smithyClient._json,
|
|
1838
|
-
EndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1839
|
-
StartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1840
|
-
TrafficShapingRetrievalWindow: smithyClient._json,
|
|
1841
|
-
TrafficShapingTpsConfiguration: smithyClient._json,
|
|
1842
|
-
TrafficShapingType: smithyClient.expectString,
|
|
1843
|
-
});
|
|
1844
|
-
};
|
|
1845
|
-
const de_PrefetchSchedule = (output, context) => {
|
|
1846
|
-
return smithyClient.take(output, {
|
|
1847
|
-
Arn: smithyClient.expectString,
|
|
1848
|
-
Consumption: (_) => de_PrefetchConsumption(_),
|
|
1849
|
-
Name: smithyClient.expectString,
|
|
1850
|
-
PlaybackConfigurationName: smithyClient.expectString,
|
|
1851
|
-
RecurringPrefetchConfiguration: (_) => de_RecurringPrefetchConfiguration(_),
|
|
1852
|
-
Retrieval: (_) => de_PrefetchRetrieval(_),
|
|
1853
|
-
ScheduleType: smithyClient.expectString,
|
|
1854
|
-
StreamId: smithyClient.expectString,
|
|
1855
|
-
});
|
|
1856
|
-
};
|
|
1857
|
-
const de_RecurringPrefetchConfiguration = (output, context) => {
|
|
1858
|
-
return smithyClient.take(output, {
|
|
1859
|
-
EndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1860
|
-
RecurringConsumption: smithyClient._json,
|
|
1861
|
-
RecurringRetrieval: smithyClient._json,
|
|
1862
|
-
StartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1863
|
-
});
|
|
1864
|
-
};
|
|
1865
|
-
const de_ScheduleAdBreak = (output, context) => {
|
|
1866
|
-
return smithyClient.take(output, {
|
|
1867
|
-
ApproximateDurationSeconds: smithyClient.expectLong,
|
|
1868
|
-
ApproximateStartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1869
|
-
SourceLocationName: smithyClient.expectString,
|
|
1870
|
-
VodSourceName: smithyClient.expectString,
|
|
1871
|
-
});
|
|
1872
|
-
};
|
|
1873
|
-
const de_ScheduleEntry = (output, context) => {
|
|
1874
|
-
return smithyClient.take(output, {
|
|
1875
|
-
ApproximateDurationSeconds: smithyClient.expectLong,
|
|
1876
|
-
ApproximateStartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1877
|
-
Arn: smithyClient.expectString,
|
|
1878
|
-
Audiences: smithyClient._json,
|
|
1879
|
-
ChannelName: smithyClient.expectString,
|
|
1880
|
-
LiveSourceName: smithyClient.expectString,
|
|
1881
|
-
ProgramName: smithyClient.expectString,
|
|
1882
|
-
ScheduleAdBreaks: (_) => de___listOfScheduleAdBreak(_),
|
|
1883
|
-
ScheduleEntryType: smithyClient.expectString,
|
|
1884
|
-
SourceLocationName: smithyClient.expectString,
|
|
1885
|
-
VodSourceName: smithyClient.expectString,
|
|
1886
|
-
});
|
|
1887
|
-
};
|
|
1888
|
-
const de_SourceLocation = (output, context) => {
|
|
1889
|
-
return smithyClient.take(output, {
|
|
1890
|
-
AccessConfiguration: smithyClient._json,
|
|
1891
|
-
Arn: smithyClient.expectString,
|
|
1892
|
-
CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1893
|
-
DefaultSegmentDeliveryConfiguration: smithyClient._json,
|
|
1894
|
-
HttpConfiguration: smithyClient._json,
|
|
1895
|
-
LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1896
|
-
SegmentDeliveryConfigurations: smithyClient._json,
|
|
1897
|
-
SourceLocationName: smithyClient.expectString,
|
|
1898
|
-
Tags: [, smithyClient._json, `tags`],
|
|
1899
|
-
});
|
|
1900
|
-
};
|
|
1901
|
-
const de_VodSource = (output, context) => {
|
|
1902
|
-
return smithyClient.take(output, {
|
|
1903
|
-
Arn: smithyClient.expectString,
|
|
1904
|
-
CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1905
|
-
HttpPackageConfigurations: smithyClient._json,
|
|
1906
|
-
LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1907
|
-
SourceLocationName: smithyClient.expectString,
|
|
1908
|
-
Tags: [, smithyClient._json, `tags`],
|
|
1909
|
-
VodSourceName: smithyClient.expectString,
|
|
1910
|
-
});
|
|
1911
|
-
};
|
|
1912
|
-
const deserializeMetadata = (output) => ({
|
|
1913
|
-
httpStatusCode: output.statusCode,
|
|
1914
|
-
requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
|
|
1915
|
-
extendedRequestId: output.headers["x-amz-id-2"],
|
|
1916
|
-
cfId: output.headers["x-amz-cf-id"],
|
|
1917
|
-
});
|
|
1918
|
-
const _A = "Audience";
|
|
1919
|
-
const _DM = "DurationMinutes";
|
|
302
|
+
const _A = "Alert";
|
|
303
|
+
const _AB = "AdBreak";
|
|
304
|
+
const _ABM = "AdBreakMetadata";
|
|
305
|
+
const _ABML = "AdBreakMetadataList";
|
|
306
|
+
const _ABO = "AdBreakOpportunity";
|
|
307
|
+
const _ABOd = "AdBreakOpportunities";
|
|
308
|
+
const _ABd = "AdBreaks";
|
|
309
|
+
const _AC = "AccessConfiguration";
|
|
310
|
+
const _ACC = "AdConditioningConfiguration";
|
|
311
|
+
const _ACl = "AlertCode";
|
|
312
|
+
const _ADS = "ApproximateDurationSeconds";
|
|
313
|
+
const _ADSU = "AdDecisionServerUrl";
|
|
314
|
+
const _AE = "AvailsExpected";
|
|
315
|
+
const _AIL = "AdsInteractionLog";
|
|
316
|
+
const _AM = "AlertMessage";
|
|
317
|
+
const _AMC = "AvailMatchingCriteria";
|
|
318
|
+
const _AMP = "AdMarkerPassthrough";
|
|
319
|
+
const _AMT = "AdMarkupType";
|
|
320
|
+
const _AMl = "AlternateMedia";
|
|
321
|
+
const _AMu = "AudienceMedia";
|
|
322
|
+
const _AN = "AvailNum";
|
|
323
|
+
const _AS = "AvailSuppression";
|
|
324
|
+
const _AST = "ApproximateStartTime";
|
|
325
|
+
const _ASUP = "AdSegmentUrlPrefix";
|
|
326
|
+
const _AT = "AccessType";
|
|
327
|
+
const _Ar = "Arn";
|
|
328
|
+
const _Au = "Audience";
|
|
329
|
+
const _Aud = "Audiences";
|
|
330
|
+
const _B = "Bumper";
|
|
331
|
+
const _BRE = "BadRequestException";
|
|
332
|
+
const _BU = "BaseUrl";
|
|
333
|
+
const _C = "Category";
|
|
334
|
+
const _CA = "ConfigurationAliases";
|
|
335
|
+
const _CAR = "ConfigurationAliasesResponse";
|
|
336
|
+
const _CARo = "ConfigurationAliasesRequest";
|
|
337
|
+
const _CC = "CdnConfiguration";
|
|
338
|
+
const _CCR = "CreateChannelRequest";
|
|
339
|
+
const _CCRr = "CreateChannelResponse";
|
|
340
|
+
const _CCr = "CreateChannel";
|
|
341
|
+
const _CLFC = "ConfigureLogsForChannel";
|
|
342
|
+
const _CLFCR = "ConfigureLogsForChannelRequest";
|
|
343
|
+
const _CLFCRo = "ConfigureLogsForChannelResponse";
|
|
344
|
+
const _CLFPC = "ConfigureLogsForPlaybackConfiguration";
|
|
345
|
+
const _CLFPCR = "ConfigureLogsForPlaybackConfigurationRequest";
|
|
346
|
+
const _CLFPCRo = "ConfigureLogsForPlaybackConfigurationResponse";
|
|
347
|
+
const _CLS = "CreateLiveSource";
|
|
348
|
+
const _CLSR = "CreateLiveSourceRequest";
|
|
349
|
+
const _CLSRr = "CreateLiveSourceResponse";
|
|
350
|
+
const _CN = "ChannelName";
|
|
351
|
+
const _CP = "CreateProgram";
|
|
352
|
+
const _CPR = "CreateProgramRequest";
|
|
353
|
+
const _CPRr = "CreateProgramResponse";
|
|
354
|
+
const _CPS = "CreatePrefetchSchedule";
|
|
355
|
+
const _CPSR = "CreatePrefetchScheduleRequest";
|
|
356
|
+
const _CPSRr = "CreatePrefetchScheduleResponse";
|
|
357
|
+
const _CR = "ClipRange";
|
|
358
|
+
const _CS = "ChannelState";
|
|
359
|
+
const _CSL = "CreateSourceLocation";
|
|
360
|
+
const _CSLR = "CreateSourceLocationRequest";
|
|
361
|
+
const _CSLRr = "CreateSourceLocationResponse";
|
|
362
|
+
const _CSUP = "ContentSegmentUrlPrefix";
|
|
363
|
+
const _CT = "CreationTime";
|
|
364
|
+
const _CVS = "CreateVodSource";
|
|
365
|
+
const _CVSR = "CreateVodSourceRequest";
|
|
366
|
+
const _CVSRr = "CreateVodSourceResponse";
|
|
367
|
+
const _Ch = "Channel";
|
|
368
|
+
const _Co = "Consumption";
|
|
369
|
+
const _DAAES = "DelayAfterAvailEndSeconds";
|
|
370
|
+
const _DC = "DashConfiguration";
|
|
371
|
+
const _DCFP = "DashConfigurationForPut";
|
|
372
|
+
const _DCP = "DeleteChannelPolicy";
|
|
373
|
+
const _DCPR = "DeleteChannelPolicyRequest";
|
|
374
|
+
const _DCPRe = "DeleteChannelPolicyResponse";
|
|
375
|
+
const _DCR = "DeleteChannelRequest";
|
|
376
|
+
const _DCRe = "DeleteChannelResponse";
|
|
377
|
+
const _DCRes = "DescribeChannelRequest";
|
|
378
|
+
const _DCResc = "DescribeChannelResponse";
|
|
379
|
+
const _DCe = "DeleteChannel";
|
|
380
|
+
const _DCes = "DescribeChannel";
|
|
381
|
+
const _DLS = "DeleteLiveSource";
|
|
382
|
+
const _DLSR = "DeleteLiveSourceRequest";
|
|
383
|
+
const _DLSRe = "DeleteLiveSourceResponse";
|
|
384
|
+
const _DLSRes = "DescribeLiveSourceRequest";
|
|
385
|
+
const _DLSResc = "DescribeLiveSourceResponse";
|
|
386
|
+
const _DLSe = "DescribeLiveSource";
|
|
387
|
+
const _DM = "DurationMillis";
|
|
388
|
+
const _DMu = "DurationMinutes";
|
|
389
|
+
const _DP = "DeleteProgram";
|
|
390
|
+
const _DPC = "DeletePlaybackConfiguration";
|
|
391
|
+
const _DPCR = "DeletePlaybackConfigurationRequest";
|
|
392
|
+
const _DPCRe = "DeletePlaybackConfigurationResponse";
|
|
393
|
+
const _DPR = "DeleteProgramRequest";
|
|
394
|
+
const _DPRe = "DeleteProgramResponse";
|
|
395
|
+
const _DPRes = "DescribeProgramRequest";
|
|
396
|
+
const _DPResc = "DescribeProgramResponse";
|
|
397
|
+
const _DPS = "DashPlaylistSettings";
|
|
398
|
+
const _DPSR = "DeletePrefetchScheduleRequest";
|
|
399
|
+
const _DPSRe = "DeletePrefetchScheduleResponse";
|
|
400
|
+
const _DPSe = "DeletePrefetchSchedule";
|
|
401
|
+
const _DPe = "DescribeProgram";
|
|
402
|
+
const _DSDC = "DefaultSegmentDeliveryConfiguration";
|
|
403
|
+
const _DSL = "DeleteSourceLocation";
|
|
404
|
+
const _DSLR = "DeleteSourceLocationRequest";
|
|
405
|
+
const _DSLRe = "DeleteSourceLocationResponse";
|
|
406
|
+
const _DSLRes = "DescribeSourceLocationRequest";
|
|
407
|
+
const _DSLResc = "DescribeSourceLocationResponse";
|
|
408
|
+
const _DSLe = "DescribeSourceLocation";
|
|
409
|
+
const _DV = "DynamicVariable";
|
|
410
|
+
const _DVS = "DeleteVodSource";
|
|
411
|
+
const _DVSR = "DeleteVodSourceRequest";
|
|
412
|
+
const _DVSRe = "DeleteVodSourceResponse";
|
|
413
|
+
const _DVSRes = "DescribeVodSourceRequest";
|
|
414
|
+
const _DVSResc = "DescribeVodSourceResponse";
|
|
415
|
+
const _DVSe = "DescribeVodSource";
|
|
416
|
+
const _DVy = "DynamicVariables";
|
|
417
|
+
const _E = "Enabled";
|
|
418
|
+
const _EET = "ExcludeEventTypes";
|
|
419
|
+
const _ELS = "EnabledLoggingStrategies";
|
|
420
|
+
const _EOM = "EndOffsetMillis";
|
|
421
|
+
const _ET = "EndTime";
|
|
422
|
+
const _EU = "EndUrl";
|
|
423
|
+
const _FP = "FillPolicy";
|
|
424
|
+
const _FS = "FillerSlate";
|
|
425
|
+
const _GCP = "GetChannelPolicy";
|
|
426
|
+
const _GCPR = "GetChannelPolicyRequest";
|
|
427
|
+
const _GCPRe = "GetChannelPolicyResponse";
|
|
428
|
+
const _GCS = "GetChannelSchedule";
|
|
429
|
+
const _GCSR = "GetChannelScheduleRequest";
|
|
430
|
+
const _GCSRe = "GetChannelScheduleResponse";
|
|
431
|
+
const _GPC = "GetPlaybackConfiguration";
|
|
432
|
+
const _GPCR = "GetPlaybackConfigurationRequest";
|
|
433
|
+
const _GPCRe = "GetPlaybackConfigurationResponse";
|
|
434
|
+
const _GPS = "GetPrefetchSchedule";
|
|
435
|
+
const _GPSR = "GetPrefetchScheduleRequest";
|
|
436
|
+
const _GPSRe = "GetPrefetchScheduleResponse";
|
|
437
|
+
const _HC = "HttpConfiguration";
|
|
438
|
+
const _HCl = "HlsConfiguration";
|
|
439
|
+
const _HN = "HeaderName";
|
|
440
|
+
const _HPC = "HttpPackageConfigurations";
|
|
441
|
+
const _HPCt = "HttpPackageConfiguration";
|
|
442
|
+
const _HPS = "HlsPlaylistSettings";
|
|
443
|
+
const _I = "Items";
|
|
444
|
+
const _IM = "InsertionMode";
|
|
445
|
+
const _K = "Key";
|
|
446
|
+
const _KVP = "KeyValuePair";
|
|
447
|
+
const _LA = "ListAlerts";
|
|
448
|
+
const _LAR = "ListAlertsRequest";
|
|
449
|
+
const _LARi = "ListAlertsResponse";
|
|
450
|
+
const _LC = "LogConfiguration";
|
|
451
|
+
const _LCFC = "LogConfigurationForChannel";
|
|
452
|
+
const _LCR = "ListChannelsRequest";
|
|
453
|
+
const _LCRi = "ListChannelsResponse";
|
|
454
|
+
const _LCi = "ListChannels";
|
|
455
|
+
const _LLS = "ListLiveSources";
|
|
456
|
+
const _LLSR = "ListLiveSourcesRequest";
|
|
457
|
+
const _LLSRi = "ListLiveSourcesResponse";
|
|
458
|
+
const _LMT = "LastModifiedTime";
|
|
459
|
+
const _LPC = "ListPlaybackConfigurations";
|
|
460
|
+
const _LPCR = "ListPlaybackConfigurationsRequest";
|
|
461
|
+
const _LPCRi = "ListPlaybackConfigurationsResponse";
|
|
462
|
+
const _LPRC = "LivePreRollConfiguration";
|
|
463
|
+
const _LPS = "ListPrefetchSchedules";
|
|
464
|
+
const _LPSR = "ListPrefetchSchedulesRequest";
|
|
465
|
+
const _LPSRi = "ListPrefetchSchedulesResponse";
|
|
466
|
+
const _LS = "LiveSource";
|
|
467
|
+
const _LSL = "ListSourceLocations";
|
|
468
|
+
const _LSLR = "ListSourceLocationsRequest";
|
|
469
|
+
const _LSLRi = "ListSourceLocationsResponse";
|
|
470
|
+
const _LSN = "LiveSourceName";
|
|
471
|
+
const _LT = "LogTypes";
|
|
472
|
+
const _LTFR = "ListTagsForResource";
|
|
473
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
474
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
475
|
+
const _LVS = "ListVodSources";
|
|
476
|
+
const _LVSR = "ListVodSourcesRequest";
|
|
477
|
+
const _LVSRi = "ListVodSourcesResponse";
|
|
478
|
+
const _M = "Mode";
|
|
479
|
+
const _MBTS = "MinBufferTimeSeconds";
|
|
480
|
+
const _MDS = "MaxDurationSeconds";
|
|
481
|
+
const _MEP = "ManifestEndpointPrefix";
|
|
482
|
+
const _ML = "MpdLocation";
|
|
483
|
+
const _MN = "ManifestName";
|
|
484
|
+
const _MPR = "ManifestProcessingRules";
|
|
1920
485
|
const _MR = "MaxResults";
|
|
486
|
+
const _MSIL = "ManifestServiceInteractionLog";
|
|
487
|
+
const _MT = "MessageType";
|
|
488
|
+
const _MTDS = "MaxTimeDelaySeconds";
|
|
489
|
+
const _MUPS = "MinUpdatePeriodSeconds";
|
|
490
|
+
const _MWS = "ManifestWindowSeconds";
|
|
491
|
+
const _Me = "Message";
|
|
492
|
+
const _N = "Name";
|
|
1921
493
|
const _NT = "NextToken";
|
|
494
|
+
const _O = "Operator";
|
|
495
|
+
const _OM = "OffsetMillis";
|
|
496
|
+
const _OMT = "OriginManifestType";
|
|
497
|
+
const _Ou = "Outputs";
|
|
498
|
+
const _P = "Policy";
|
|
499
|
+
const _PC = "PlaybackConfiguration";
|
|
500
|
+
const _PCA = "PlaybackConfigurationArn";
|
|
501
|
+
const _PCN = "PlaybackConfigurationName";
|
|
502
|
+
const _PCP = "PutChannelPolicy";
|
|
503
|
+
const _PCPR = "PutChannelPolicyRequest";
|
|
504
|
+
const _PCPRu = "PutChannelPolicyResponse";
|
|
505
|
+
const _PCU = "PeakConcurrentUsers";
|
|
506
|
+
const _PCr = "PrefetchConsumption";
|
|
507
|
+
const _PE = "PercentEnabled";
|
|
508
|
+
const _PEP = "PlaybackEndpointPrefix";
|
|
509
|
+
const _PM = "PlaybackMode";
|
|
510
|
+
const _PN = "ProgramName";
|
|
511
|
+
const _POIET = "PublishOptInEventTypes";
|
|
512
|
+
const _PPC = "PutPlaybackConfiguration";
|
|
513
|
+
const _PPCR = "PutPlaybackConfigurationRequest";
|
|
514
|
+
const _PPCRu = "PutPlaybackConfigurationResponse";
|
|
515
|
+
const _PR = "PrefetchRetrieval";
|
|
516
|
+
const _PS = "PrefetchSchedule";
|
|
517
|
+
const _PT = "PeakTps";
|
|
518
|
+
const _PTS = "PersonalizationThresholdSeconds";
|
|
519
|
+
const _PU = "PlaybackUrl";
|
|
520
|
+
const _Pa = "Path";
|
|
521
|
+
const _R = "Retrieval";
|
|
1922
522
|
const _RA = "ResourceArn";
|
|
523
|
+
const _RAES = "RetrievedAdExpirationSeconds";
|
|
524
|
+
const _RC = "RecurringConsumption";
|
|
525
|
+
const _RO = "RequestOutputs";
|
|
526
|
+
const _ROI = "RequestOutputItem";
|
|
527
|
+
const _ROIe = "ResponseOutputItem";
|
|
528
|
+
const _ROe = "ResponseOutputs";
|
|
529
|
+
const _RP = "RelativePosition";
|
|
530
|
+
const _RPC = "RecurringPrefetchConfiguration";
|
|
531
|
+
const _RPe = "RelativeProgram";
|
|
532
|
+
const _RR = "RecurringRetrieval";
|
|
533
|
+
const _RRA = "RelatedResourceArns";
|
|
534
|
+
const _RWDS = "RetrievalWindowDurationSeconds";
|
|
535
|
+
const _S = "Slate";
|
|
536
|
+
const _SA = "SecretArn";
|
|
537
|
+
const _SAB = "ScheduleAdBreak";
|
|
538
|
+
const _SABc = "ScheduleAdBreaks";
|
|
539
|
+
const _SAU = "SlateAdUrl";
|
|
540
|
+
const _SC = "ScheduleConfiguration";
|
|
541
|
+
const _SCR = "StartChannelRequest";
|
|
542
|
+
const _SCRt = "StartChannelResponse";
|
|
543
|
+
const _SCRto = "StopChannelRequest";
|
|
544
|
+
const _SCRtop = "StopChannelResponse";
|
|
545
|
+
const _SCt = "StartChannel";
|
|
546
|
+
const _SCto = "StopChannel";
|
|
547
|
+
const _SD = "SegmentationDescriptor";
|
|
548
|
+
const _SDC = "SegmentDeliveryConfigurations";
|
|
549
|
+
const _SDCe = "SegmentDeliveryConfiguration";
|
|
550
|
+
const _SDL = "SegmentationDescriptorList";
|
|
551
|
+
const _SDe = "SegmentationDescriptors";
|
|
552
|
+
const _SE = "ScheduleEntry";
|
|
553
|
+
const _SEI = "SegmentationEventId";
|
|
554
|
+
const _SEIp = "SpliceEventId";
|
|
555
|
+
const _SET = "ScheduleEntryType";
|
|
556
|
+
const _SEe = "SegmentsExpected";
|
|
557
|
+
const _SG = "SourceGroup";
|
|
558
|
+
const _SI = "StreamId";
|
|
559
|
+
const _SIEP = "SessionInitializationEndpointPrefix";
|
|
560
|
+
const _SIM = "SpliceInsertMessage";
|
|
561
|
+
const _SL = "SourceLocation";
|
|
562
|
+
const _SLN = "SourceLocationName";
|
|
563
|
+
const _SMATC = "SecretsManagerAccessTokenConfiguration";
|
|
564
|
+
const _SMFC = "StreamingMediaFileConditioning";
|
|
565
|
+
const _SN = "SegmentNum";
|
|
566
|
+
const _SOM = "StartOffsetMillis";
|
|
567
|
+
const _SPDS = "SuggestedPresentationDelaySeconds";
|
|
568
|
+
const _SS = "SlateSource";
|
|
569
|
+
const _SSE = "SubSegmentsExpected";
|
|
570
|
+
const _SSK = "SecretStringKey";
|
|
571
|
+
const _SSN = "SubSegmentNum";
|
|
572
|
+
const _SST = "ScheduledStartTime";
|
|
573
|
+
const _SSTM = "ScheduledStartTimeMillis";
|
|
574
|
+
const _ST = "ScheduleType";
|
|
575
|
+
const _STI = "SegmentationTypeId";
|
|
576
|
+
const _STt = "StartTime";
|
|
577
|
+
const _SU = "StartUrl";
|
|
578
|
+
const _SUT = "SegmentationUpidType";
|
|
579
|
+
const _SUe = "SegmentationUpid";
|
|
580
|
+
const _T = "Tags";
|
|
1923
581
|
const _TK = "TagKeys";
|
|
582
|
+
const _TPN = "TranscodeProfileName";
|
|
583
|
+
const _TR = "TagResource";
|
|
584
|
+
const _TRR = "TagResourceRequest";
|
|
585
|
+
const _TSC = "TimeShiftConfiguration";
|
|
586
|
+
const _TSM = "TimeSignalMessage";
|
|
587
|
+
const _TSRW = "TrafficShapingRetrievalWindow";
|
|
588
|
+
const _TST = "TrafficShapingType";
|
|
589
|
+
const _TSTC = "TrafficShapingTpsConfiguration";
|
|
590
|
+
const _Ti = "Tier";
|
|
591
|
+
const _Tr = "Transition";
|
|
592
|
+
const _Ty = "Type";
|
|
593
|
+
const _UC = "UpdateChannel";
|
|
594
|
+
const _UCR = "UpdateChannelRequest";
|
|
595
|
+
const _UCRp = "UpdateChannelResponse";
|
|
596
|
+
const _ULS = "UpdateLiveSource";
|
|
597
|
+
const _ULSR = "UpdateLiveSourceRequest";
|
|
598
|
+
const _ULSRp = "UpdateLiveSourceResponse";
|
|
599
|
+
const _UP = "UpdateProgram";
|
|
600
|
+
const _UPI = "UniqueProgramId";
|
|
601
|
+
const _UPR = "UpdateProgramRequest";
|
|
602
|
+
const _UPRp = "UpdateProgramResponse";
|
|
603
|
+
const _UPSC = "UpdateProgramScheduleConfiguration";
|
|
604
|
+
const _UPT = "UpdateProgramTransition";
|
|
605
|
+
const _UR = "UntagResource";
|
|
606
|
+
const _URR = "UntagResourceRequest";
|
|
607
|
+
const _USL = "UpdateSourceLocation";
|
|
608
|
+
const _USLR = "UpdateSourceLocationRequest";
|
|
609
|
+
const _USLRp = "UpdateSourceLocationResponse";
|
|
610
|
+
const _UVS = "UpdateVodSource";
|
|
611
|
+
const _UVSR = "UpdateVodSourceRequest";
|
|
612
|
+
const _UVSRp = "UpdateVodSourceResponse";
|
|
613
|
+
const _V = "Value";
|
|
614
|
+
const _VCSU = "VideoContentSourceUrl";
|
|
615
|
+
const _VS = "VodSource";
|
|
616
|
+
const _VSN = "VodSourceName";
|
|
1924
617
|
const _a = "audience";
|
|
618
|
+
const _c = "client";
|
|
1925
619
|
const _dM = "durationMinutes";
|
|
620
|
+
const _e = "error";
|
|
621
|
+
const _h = "http";
|
|
622
|
+
const _hE = "httpError";
|
|
623
|
+
const _hQ = "httpQuery";
|
|
624
|
+
const _jN = "jsonName";
|
|
625
|
+
const _lOA = "__listOfAlert";
|
|
626
|
+
const _lOAB = "__listOfAdBreak";
|
|
627
|
+
const _lOAM = "__listOfAlternateMedia";
|
|
628
|
+
const _lOAMC = "__listOfAvailMatchingCriteria";
|
|
629
|
+
const _lOAMi = "__listOfAudienceMedia";
|
|
630
|
+
const _lOC = "__listOfChannel";
|
|
631
|
+
const _lOLS = "__listOfLiveSource";
|
|
632
|
+
const _lOPC = "__listOfPlaybackConfiguration";
|
|
633
|
+
const _lOPS = "__listOfPrefetchSchedule";
|
|
634
|
+
const _lOSAB = "__listOfScheduleAdBreak";
|
|
635
|
+
const _lOSDC = "__listOfSegmentDeliveryConfiguration";
|
|
636
|
+
const _lOSE = "__listOfScheduleEntry";
|
|
637
|
+
const _lOSL = "__listOfSourceLocation";
|
|
638
|
+
const _lOVS = "__listOfVodSource";
|
|
1926
639
|
const _mR = "maxResults";
|
|
1927
640
|
const _nT = "nextToken";
|
|
1928
641
|
const _rA = "resourceArn";
|
|
642
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.mediatailor";
|
|
643
|
+
const _t = "tags";
|
|
1929
644
|
const _tK = "tagKeys";
|
|
645
|
+
const n0 = "com.amazonaws.mediatailor";
|
|
646
|
+
var AccessConfiguration = [
|
|
647
|
+
3,
|
|
648
|
+
n0,
|
|
649
|
+
_AC,
|
|
650
|
+
0,
|
|
651
|
+
[_AT, _SMATC],
|
|
652
|
+
[0, () => SecretsManagerAccessTokenConfiguration],
|
|
653
|
+
];
|
|
654
|
+
var AdBreak = [
|
|
655
|
+
3,
|
|
656
|
+
n0,
|
|
657
|
+
_AB,
|
|
658
|
+
0,
|
|
659
|
+
[_MT, _OM, _S, _SIM, _TSM, _ABM],
|
|
660
|
+
[0, 1, () => SlateSource, () => SpliceInsertMessage, () => TimeSignalMessage, () => AdBreakMetadataList],
|
|
661
|
+
];
|
|
662
|
+
var AdBreakOpportunity = [3, n0, _ABO, 0, [_OM], [1]];
|
|
663
|
+
var AdConditioningConfiguration = [3, n0, _ACC, 0, [_SMFC], [0]];
|
|
664
|
+
var AdMarkerPassthrough = [3, n0, _AMP, 0, [_E], [2]];
|
|
665
|
+
var AdsInteractionLog = [3, n0, _AIL, 0, [_POIET, _EET], [64 | 0, 64 | 0]];
|
|
666
|
+
var Alert = [3, n0, _A, 0, [_ACl, _AM, _LMT, _RRA, _RA, _C], [0, 0, 7, 64 | 0, 0, 0]];
|
|
667
|
+
var AlternateMedia = [
|
|
668
|
+
3,
|
|
669
|
+
n0,
|
|
670
|
+
_AMl,
|
|
671
|
+
0,
|
|
672
|
+
[_SLN, _LSN, _VSN, _CR, _SSTM, _ABd, _DM],
|
|
673
|
+
[0, 0, 0, () => ClipRange, 1, () => __listOfAdBreak, 1],
|
|
674
|
+
];
|
|
675
|
+
var AudienceMedia = [3, n0, _AMu, 0, [_Au, _AMl], [0, () => __listOfAlternateMedia]];
|
|
676
|
+
var AvailMatchingCriteria = [3, n0, _AMC, 0, [_DV, _O], [0, 0]];
|
|
677
|
+
var AvailSuppression = [3, n0, _AS, 0, [_M, _V, _FP], [0, 0, 0]];
|
|
678
|
+
var BadRequestException = [
|
|
679
|
+
-3,
|
|
680
|
+
n0,
|
|
681
|
+
_BRE,
|
|
682
|
+
{
|
|
683
|
+
[_e]: _c,
|
|
684
|
+
[_hE]: 400,
|
|
685
|
+
},
|
|
686
|
+
[_Me],
|
|
687
|
+
[0],
|
|
688
|
+
];
|
|
689
|
+
schema.TypeRegistry.for(n0).registerError(BadRequestException, BadRequestException$1);
|
|
690
|
+
var Bumper = [3, n0, _B, 0, [_EU, _SU], [0, 0]];
|
|
691
|
+
var CdnConfiguration = [3, n0, _CC, 0, [_ASUP, _CSUP], [0, 0]];
|
|
692
|
+
var Channel = [
|
|
693
|
+
3,
|
|
694
|
+
n0,
|
|
695
|
+
_Ch,
|
|
696
|
+
0,
|
|
697
|
+
[_Ar, _CN, _CS, _CT, _FS, _LMT, _Ou, _PM, _T, _Ti, _LC, _Aud],
|
|
698
|
+
[
|
|
699
|
+
0,
|
|
700
|
+
0,
|
|
701
|
+
0,
|
|
702
|
+
7,
|
|
703
|
+
() => SlateSource,
|
|
704
|
+
7,
|
|
705
|
+
() => ResponseOutputs,
|
|
706
|
+
0,
|
|
707
|
+
[
|
|
708
|
+
128 | 0,
|
|
709
|
+
{
|
|
710
|
+
[_jN]: _t,
|
|
711
|
+
},
|
|
712
|
+
],
|
|
713
|
+
0,
|
|
714
|
+
() => LogConfigurationForChannel,
|
|
715
|
+
64 | 0,
|
|
716
|
+
],
|
|
717
|
+
];
|
|
718
|
+
var ClipRange = [3, n0, _CR, 0, [_EOM, _SOM], [1, 1]];
|
|
719
|
+
var ConfigureLogsForChannelRequest = [3, n0, _CLFCR, 0, [_CN, _LT], [0, 64 | 0]];
|
|
720
|
+
var ConfigureLogsForChannelResponse = [3, n0, _CLFCRo, 0, [_CN, _LT], [0, 64 | 0]];
|
|
721
|
+
var ConfigureLogsForPlaybackConfigurationRequest = [
|
|
722
|
+
3,
|
|
723
|
+
n0,
|
|
724
|
+
_CLFPCR,
|
|
725
|
+
0,
|
|
726
|
+
[_PE, _PCN, _ELS, _AIL, _MSIL],
|
|
727
|
+
[1, 0, 64 | 0, () => AdsInteractionLog, () => ManifestServiceInteractionLog],
|
|
728
|
+
];
|
|
729
|
+
var ConfigureLogsForPlaybackConfigurationResponse = [
|
|
730
|
+
3,
|
|
731
|
+
n0,
|
|
732
|
+
_CLFPCRo,
|
|
733
|
+
0,
|
|
734
|
+
[_PE, _PCN, _ELS, _AIL, _MSIL],
|
|
735
|
+
[1, 0, 64 | 0, () => AdsInteractionLog, () => ManifestServiceInteractionLog],
|
|
736
|
+
];
|
|
737
|
+
var CreateChannelRequest = [
|
|
738
|
+
3,
|
|
739
|
+
n0,
|
|
740
|
+
_CCR,
|
|
741
|
+
0,
|
|
742
|
+
[_CN, _FS, _Ou, _PM, _T, _Ti, _TSC, _Aud],
|
|
743
|
+
[
|
|
744
|
+
[0, 1],
|
|
745
|
+
() => SlateSource,
|
|
746
|
+
() => RequestOutputs,
|
|
747
|
+
0,
|
|
748
|
+
[
|
|
749
|
+
128 | 0,
|
|
750
|
+
{
|
|
751
|
+
[_jN]: _t,
|
|
752
|
+
},
|
|
753
|
+
],
|
|
754
|
+
0,
|
|
755
|
+
() => TimeShiftConfiguration,
|
|
756
|
+
64 | 0,
|
|
757
|
+
],
|
|
758
|
+
];
|
|
759
|
+
var CreateChannelResponse = [
|
|
760
|
+
3,
|
|
761
|
+
n0,
|
|
762
|
+
_CCRr,
|
|
763
|
+
0,
|
|
764
|
+
[_Ar, _CN, _CS, _CT, _FS, _LMT, _Ou, _PM, _T, _Ti, _TSC, _Aud],
|
|
765
|
+
[
|
|
766
|
+
0,
|
|
767
|
+
0,
|
|
768
|
+
0,
|
|
769
|
+
7,
|
|
770
|
+
() => SlateSource,
|
|
771
|
+
7,
|
|
772
|
+
() => ResponseOutputs,
|
|
773
|
+
0,
|
|
774
|
+
[
|
|
775
|
+
128 | 0,
|
|
776
|
+
{
|
|
777
|
+
[_jN]: _t,
|
|
778
|
+
},
|
|
779
|
+
],
|
|
780
|
+
0,
|
|
781
|
+
() => TimeShiftConfiguration,
|
|
782
|
+
64 | 0,
|
|
783
|
+
],
|
|
784
|
+
];
|
|
785
|
+
var CreateLiveSourceRequest = [
|
|
786
|
+
3,
|
|
787
|
+
n0,
|
|
788
|
+
_CLSR,
|
|
789
|
+
0,
|
|
790
|
+
[_HPC, _LSN, _SLN, _T],
|
|
791
|
+
[
|
|
792
|
+
() => HttpPackageConfigurations,
|
|
793
|
+
[0, 1],
|
|
794
|
+
[0, 1],
|
|
795
|
+
[
|
|
796
|
+
128 | 0,
|
|
797
|
+
{
|
|
798
|
+
[_jN]: _t,
|
|
799
|
+
},
|
|
800
|
+
],
|
|
801
|
+
],
|
|
802
|
+
];
|
|
803
|
+
var CreateLiveSourceResponse = [
|
|
804
|
+
3,
|
|
805
|
+
n0,
|
|
806
|
+
_CLSRr,
|
|
807
|
+
0,
|
|
808
|
+
[_Ar, _CT, _HPC, _LMT, _LSN, _SLN, _T],
|
|
809
|
+
[
|
|
810
|
+
0,
|
|
811
|
+
7,
|
|
812
|
+
() => HttpPackageConfigurations,
|
|
813
|
+
7,
|
|
814
|
+
0,
|
|
815
|
+
0,
|
|
816
|
+
[
|
|
817
|
+
128 | 0,
|
|
818
|
+
{
|
|
819
|
+
[_jN]: _t,
|
|
820
|
+
},
|
|
821
|
+
],
|
|
822
|
+
],
|
|
823
|
+
];
|
|
824
|
+
var CreatePrefetchScheduleRequest = [
|
|
825
|
+
3,
|
|
826
|
+
n0,
|
|
827
|
+
_CPSR,
|
|
828
|
+
0,
|
|
829
|
+
[_Co, _N, _PCN, _R, _RPC, _ST, _SI],
|
|
830
|
+
[() => PrefetchConsumption, [0, 1], [0, 1], () => PrefetchRetrieval, () => RecurringPrefetchConfiguration, 0, 0],
|
|
831
|
+
];
|
|
832
|
+
var CreatePrefetchScheduleResponse = [
|
|
833
|
+
3,
|
|
834
|
+
n0,
|
|
835
|
+
_CPSRr,
|
|
836
|
+
0,
|
|
837
|
+
[_Ar, _Co, _N, _PCN, _R, _RPC, _ST, _SI],
|
|
838
|
+
[0, () => PrefetchConsumption, 0, 0, () => PrefetchRetrieval, () => RecurringPrefetchConfiguration, 0, 0],
|
|
839
|
+
];
|
|
840
|
+
var CreateProgramRequest = [
|
|
841
|
+
3,
|
|
842
|
+
n0,
|
|
843
|
+
_CPR,
|
|
844
|
+
0,
|
|
845
|
+
[_ABd, _CN, _LSN, _PN, _SC, _SLN, _VSN, _AMu],
|
|
846
|
+
[() => __listOfAdBreak, [0, 1], 0, [0, 1], () => ScheduleConfiguration, 0, 0, () => __listOfAudienceMedia],
|
|
847
|
+
];
|
|
848
|
+
var CreateProgramResponse = [
|
|
849
|
+
3,
|
|
850
|
+
n0,
|
|
851
|
+
_CPRr,
|
|
852
|
+
0,
|
|
853
|
+
[_ABd, _Ar, _CN, _CT, _LSN, _PN, _SST, _SLN, _VSN, _CR, _DM, _AMu],
|
|
854
|
+
[() => __listOfAdBreak, 0, 0, 7, 0, 0, 7, 0, 0, () => ClipRange, 1, () => __listOfAudienceMedia],
|
|
855
|
+
];
|
|
856
|
+
var CreateSourceLocationRequest = [
|
|
857
|
+
3,
|
|
858
|
+
n0,
|
|
859
|
+
_CSLR,
|
|
860
|
+
0,
|
|
861
|
+
[_AC, _DSDC, _HC, _SDC, _SLN, _T],
|
|
862
|
+
[
|
|
863
|
+
() => AccessConfiguration,
|
|
864
|
+
() => DefaultSegmentDeliveryConfiguration,
|
|
865
|
+
() => HttpConfiguration,
|
|
866
|
+
() => __listOfSegmentDeliveryConfiguration,
|
|
867
|
+
[0, 1],
|
|
868
|
+
[
|
|
869
|
+
128 | 0,
|
|
870
|
+
{
|
|
871
|
+
[_jN]: _t,
|
|
872
|
+
},
|
|
873
|
+
],
|
|
874
|
+
],
|
|
875
|
+
];
|
|
876
|
+
var CreateSourceLocationResponse = [
|
|
877
|
+
3,
|
|
878
|
+
n0,
|
|
879
|
+
_CSLRr,
|
|
880
|
+
0,
|
|
881
|
+
[_AC, _Ar, _CT, _DSDC, _HC, _LMT, _SDC, _SLN, _T],
|
|
882
|
+
[
|
|
883
|
+
() => AccessConfiguration,
|
|
884
|
+
0,
|
|
885
|
+
7,
|
|
886
|
+
() => DefaultSegmentDeliveryConfiguration,
|
|
887
|
+
() => HttpConfiguration,
|
|
888
|
+
7,
|
|
889
|
+
() => __listOfSegmentDeliveryConfiguration,
|
|
890
|
+
0,
|
|
891
|
+
[
|
|
892
|
+
128 | 0,
|
|
893
|
+
{
|
|
894
|
+
[_jN]: _t,
|
|
895
|
+
},
|
|
896
|
+
],
|
|
897
|
+
],
|
|
898
|
+
];
|
|
899
|
+
var CreateVodSourceRequest = [
|
|
900
|
+
3,
|
|
901
|
+
n0,
|
|
902
|
+
_CVSR,
|
|
903
|
+
0,
|
|
904
|
+
[_HPC, _SLN, _T, _VSN],
|
|
905
|
+
[
|
|
906
|
+
() => HttpPackageConfigurations,
|
|
907
|
+
[0, 1],
|
|
908
|
+
[
|
|
909
|
+
128 | 0,
|
|
910
|
+
{
|
|
911
|
+
[_jN]: _t,
|
|
912
|
+
},
|
|
913
|
+
],
|
|
914
|
+
[0, 1],
|
|
915
|
+
],
|
|
916
|
+
];
|
|
917
|
+
var CreateVodSourceResponse = [
|
|
918
|
+
3,
|
|
919
|
+
n0,
|
|
920
|
+
_CVSRr,
|
|
921
|
+
0,
|
|
922
|
+
[_Ar, _CT, _HPC, _LMT, _SLN, _T, _VSN],
|
|
923
|
+
[
|
|
924
|
+
0,
|
|
925
|
+
7,
|
|
926
|
+
() => HttpPackageConfigurations,
|
|
927
|
+
7,
|
|
928
|
+
0,
|
|
929
|
+
[
|
|
930
|
+
128 | 0,
|
|
931
|
+
{
|
|
932
|
+
[_jN]: _t,
|
|
933
|
+
},
|
|
934
|
+
],
|
|
935
|
+
0,
|
|
936
|
+
],
|
|
937
|
+
];
|
|
938
|
+
var DashConfiguration = [3, n0, _DC, 0, [_MEP, _ML, _OMT], [0, 0, 0]];
|
|
939
|
+
var DashConfigurationForPut = [3, n0, _DCFP, 0, [_ML, _OMT], [0, 0]];
|
|
940
|
+
var DashPlaylistSettings = [3, n0, _DPS, 0, [_MWS, _MBTS, _MUPS, _SPDS], [1, 1, 1, 1]];
|
|
941
|
+
var DefaultSegmentDeliveryConfiguration = [3, n0, _DSDC, 0, [_BU], [0]];
|
|
942
|
+
var DeleteChannelPolicyRequest = [3, n0, _DCPR, 0, [_CN], [[0, 1]]];
|
|
943
|
+
var DeleteChannelPolicyResponse = [3, n0, _DCPRe, 0, [], []];
|
|
944
|
+
var DeleteChannelRequest = [3, n0, _DCR, 0, [_CN], [[0, 1]]];
|
|
945
|
+
var DeleteChannelResponse = [3, n0, _DCRe, 0, [], []];
|
|
946
|
+
var DeleteLiveSourceRequest = [
|
|
947
|
+
3,
|
|
948
|
+
n0,
|
|
949
|
+
_DLSR,
|
|
950
|
+
0,
|
|
951
|
+
[_LSN, _SLN],
|
|
952
|
+
[
|
|
953
|
+
[0, 1],
|
|
954
|
+
[0, 1],
|
|
955
|
+
],
|
|
956
|
+
];
|
|
957
|
+
var DeleteLiveSourceResponse = [3, n0, _DLSRe, 0, [], []];
|
|
958
|
+
var DeletePlaybackConfigurationRequest = [3, n0, _DPCR, 0, [_N], [[0, 1]]];
|
|
959
|
+
var DeletePlaybackConfigurationResponse = [3, n0, _DPCRe, 0, [], []];
|
|
960
|
+
var DeletePrefetchScheduleRequest = [
|
|
961
|
+
3,
|
|
962
|
+
n0,
|
|
963
|
+
_DPSR,
|
|
964
|
+
0,
|
|
965
|
+
[_N, _PCN],
|
|
966
|
+
[
|
|
967
|
+
[0, 1],
|
|
968
|
+
[0, 1],
|
|
969
|
+
],
|
|
970
|
+
];
|
|
971
|
+
var DeletePrefetchScheduleResponse = [3, n0, _DPSRe, 0, [], []];
|
|
972
|
+
var DeleteProgramRequest = [
|
|
973
|
+
3,
|
|
974
|
+
n0,
|
|
975
|
+
_DPR,
|
|
976
|
+
0,
|
|
977
|
+
[_CN, _PN],
|
|
978
|
+
[
|
|
979
|
+
[0, 1],
|
|
980
|
+
[0, 1],
|
|
981
|
+
],
|
|
982
|
+
];
|
|
983
|
+
var DeleteProgramResponse = [3, n0, _DPRe, 0, [], []];
|
|
984
|
+
var DeleteSourceLocationRequest = [3, n0, _DSLR, 0, [_SLN], [[0, 1]]];
|
|
985
|
+
var DeleteSourceLocationResponse = [3, n0, _DSLRe, 0, [], []];
|
|
986
|
+
var DeleteVodSourceRequest = [
|
|
987
|
+
3,
|
|
988
|
+
n0,
|
|
989
|
+
_DVSR,
|
|
990
|
+
0,
|
|
991
|
+
[_SLN, _VSN],
|
|
992
|
+
[
|
|
993
|
+
[0, 1],
|
|
994
|
+
[0, 1],
|
|
995
|
+
],
|
|
996
|
+
];
|
|
997
|
+
var DeleteVodSourceResponse = [3, n0, _DVSRe, 0, [], []];
|
|
998
|
+
var DescribeChannelRequest = [3, n0, _DCRes, 0, [_CN], [[0, 1]]];
|
|
999
|
+
var DescribeChannelResponse = [
|
|
1000
|
+
3,
|
|
1001
|
+
n0,
|
|
1002
|
+
_DCResc,
|
|
1003
|
+
0,
|
|
1004
|
+
[_Ar, _CN, _CS, _CT, _FS, _LMT, _Ou, _PM, _T, _Ti, _LC, _TSC, _Aud],
|
|
1005
|
+
[
|
|
1006
|
+
0,
|
|
1007
|
+
0,
|
|
1008
|
+
0,
|
|
1009
|
+
7,
|
|
1010
|
+
() => SlateSource,
|
|
1011
|
+
7,
|
|
1012
|
+
() => ResponseOutputs,
|
|
1013
|
+
0,
|
|
1014
|
+
[
|
|
1015
|
+
128 | 0,
|
|
1016
|
+
{
|
|
1017
|
+
[_jN]: _t,
|
|
1018
|
+
},
|
|
1019
|
+
],
|
|
1020
|
+
0,
|
|
1021
|
+
() => LogConfigurationForChannel,
|
|
1022
|
+
() => TimeShiftConfiguration,
|
|
1023
|
+
64 | 0,
|
|
1024
|
+
],
|
|
1025
|
+
];
|
|
1026
|
+
var DescribeLiveSourceRequest = [
|
|
1027
|
+
3,
|
|
1028
|
+
n0,
|
|
1029
|
+
_DLSRes,
|
|
1030
|
+
0,
|
|
1031
|
+
[_LSN, _SLN],
|
|
1032
|
+
[
|
|
1033
|
+
[0, 1],
|
|
1034
|
+
[0, 1],
|
|
1035
|
+
],
|
|
1036
|
+
];
|
|
1037
|
+
var DescribeLiveSourceResponse = [
|
|
1038
|
+
3,
|
|
1039
|
+
n0,
|
|
1040
|
+
_DLSResc,
|
|
1041
|
+
0,
|
|
1042
|
+
[_Ar, _CT, _HPC, _LMT, _LSN, _SLN, _T],
|
|
1043
|
+
[
|
|
1044
|
+
0,
|
|
1045
|
+
7,
|
|
1046
|
+
() => HttpPackageConfigurations,
|
|
1047
|
+
7,
|
|
1048
|
+
0,
|
|
1049
|
+
0,
|
|
1050
|
+
[
|
|
1051
|
+
128 | 0,
|
|
1052
|
+
{
|
|
1053
|
+
[_jN]: _t,
|
|
1054
|
+
},
|
|
1055
|
+
],
|
|
1056
|
+
],
|
|
1057
|
+
];
|
|
1058
|
+
var DescribeProgramRequest = [
|
|
1059
|
+
3,
|
|
1060
|
+
n0,
|
|
1061
|
+
_DPRes,
|
|
1062
|
+
0,
|
|
1063
|
+
[_CN, _PN],
|
|
1064
|
+
[
|
|
1065
|
+
[0, 1],
|
|
1066
|
+
[0, 1],
|
|
1067
|
+
],
|
|
1068
|
+
];
|
|
1069
|
+
var DescribeProgramResponse = [
|
|
1070
|
+
3,
|
|
1071
|
+
n0,
|
|
1072
|
+
_DPResc,
|
|
1073
|
+
0,
|
|
1074
|
+
[_ABd, _Ar, _CN, _CT, _LSN, _PN, _SST, _SLN, _VSN, _CR, _DM, _AMu],
|
|
1075
|
+
[() => __listOfAdBreak, 0, 0, 7, 0, 0, 7, 0, 0, () => ClipRange, 1, () => __listOfAudienceMedia],
|
|
1076
|
+
];
|
|
1077
|
+
var DescribeSourceLocationRequest = [3, n0, _DSLRes, 0, [_SLN], [[0, 1]]];
|
|
1078
|
+
var DescribeSourceLocationResponse = [
|
|
1079
|
+
3,
|
|
1080
|
+
n0,
|
|
1081
|
+
_DSLResc,
|
|
1082
|
+
0,
|
|
1083
|
+
[_AC, _Ar, _CT, _DSDC, _HC, _LMT, _SDC, _SLN, _T],
|
|
1084
|
+
[
|
|
1085
|
+
() => AccessConfiguration,
|
|
1086
|
+
0,
|
|
1087
|
+
7,
|
|
1088
|
+
() => DefaultSegmentDeliveryConfiguration,
|
|
1089
|
+
() => HttpConfiguration,
|
|
1090
|
+
7,
|
|
1091
|
+
() => __listOfSegmentDeliveryConfiguration,
|
|
1092
|
+
0,
|
|
1093
|
+
[
|
|
1094
|
+
128 | 0,
|
|
1095
|
+
{
|
|
1096
|
+
[_jN]: _t,
|
|
1097
|
+
},
|
|
1098
|
+
],
|
|
1099
|
+
],
|
|
1100
|
+
];
|
|
1101
|
+
var DescribeVodSourceRequest = [
|
|
1102
|
+
3,
|
|
1103
|
+
n0,
|
|
1104
|
+
_DVSRes,
|
|
1105
|
+
0,
|
|
1106
|
+
[_SLN, _VSN],
|
|
1107
|
+
[
|
|
1108
|
+
[0, 1],
|
|
1109
|
+
[0, 1],
|
|
1110
|
+
],
|
|
1111
|
+
];
|
|
1112
|
+
var DescribeVodSourceResponse = [
|
|
1113
|
+
3,
|
|
1114
|
+
n0,
|
|
1115
|
+
_DVSResc,
|
|
1116
|
+
0,
|
|
1117
|
+
[_ABOd, _Ar, _CT, _HPC, _LMT, _SLN, _T, _VSN],
|
|
1118
|
+
[
|
|
1119
|
+
() => AdBreakOpportunities,
|
|
1120
|
+
0,
|
|
1121
|
+
7,
|
|
1122
|
+
() => HttpPackageConfigurations,
|
|
1123
|
+
7,
|
|
1124
|
+
0,
|
|
1125
|
+
[
|
|
1126
|
+
128 | 0,
|
|
1127
|
+
{
|
|
1128
|
+
[_jN]: _t,
|
|
1129
|
+
},
|
|
1130
|
+
],
|
|
1131
|
+
0,
|
|
1132
|
+
],
|
|
1133
|
+
];
|
|
1134
|
+
var GetChannelPolicyRequest = [3, n0, _GCPR, 0, [_CN], [[0, 1]]];
|
|
1135
|
+
var GetChannelPolicyResponse = [3, n0, _GCPRe, 0, [_P], [0]];
|
|
1136
|
+
var GetChannelScheduleRequest = [
|
|
1137
|
+
3,
|
|
1138
|
+
n0,
|
|
1139
|
+
_GCSR,
|
|
1140
|
+
0,
|
|
1141
|
+
[_CN, _DMu, _MR, _NT, _Au],
|
|
1142
|
+
[
|
|
1143
|
+
[0, 1],
|
|
1144
|
+
[
|
|
1145
|
+
0,
|
|
1146
|
+
{
|
|
1147
|
+
[_hQ]: _dM,
|
|
1148
|
+
},
|
|
1149
|
+
],
|
|
1150
|
+
[
|
|
1151
|
+
1,
|
|
1152
|
+
{
|
|
1153
|
+
[_hQ]: _mR,
|
|
1154
|
+
},
|
|
1155
|
+
],
|
|
1156
|
+
[
|
|
1157
|
+
0,
|
|
1158
|
+
{
|
|
1159
|
+
[_hQ]: _nT,
|
|
1160
|
+
},
|
|
1161
|
+
],
|
|
1162
|
+
[
|
|
1163
|
+
0,
|
|
1164
|
+
{
|
|
1165
|
+
[_hQ]: _a,
|
|
1166
|
+
},
|
|
1167
|
+
],
|
|
1168
|
+
],
|
|
1169
|
+
];
|
|
1170
|
+
var GetChannelScheduleResponse = [
|
|
1171
|
+
3,
|
|
1172
|
+
n0,
|
|
1173
|
+
_GCSRe,
|
|
1174
|
+
0,
|
|
1175
|
+
[_I, _NT],
|
|
1176
|
+
[() => __listOfScheduleEntry, 0],
|
|
1177
|
+
];
|
|
1178
|
+
var GetPlaybackConfigurationRequest = [3, n0, _GPCR, 0, [_N], [[0, 1]]];
|
|
1179
|
+
var GetPlaybackConfigurationResponse = [
|
|
1180
|
+
3,
|
|
1181
|
+
n0,
|
|
1182
|
+
_GPCRe,
|
|
1183
|
+
0,
|
|
1184
|
+
[
|
|
1185
|
+
_ADSU,
|
|
1186
|
+
_AS,
|
|
1187
|
+
_B,
|
|
1188
|
+
_CC,
|
|
1189
|
+
_CA,
|
|
1190
|
+
_DC,
|
|
1191
|
+
_HCl,
|
|
1192
|
+
_IM,
|
|
1193
|
+
_LPRC,
|
|
1194
|
+
_LC,
|
|
1195
|
+
_MPR,
|
|
1196
|
+
_N,
|
|
1197
|
+
_PTS,
|
|
1198
|
+
_PCA,
|
|
1199
|
+
_PEP,
|
|
1200
|
+
_SIEP,
|
|
1201
|
+
_SAU,
|
|
1202
|
+
_T,
|
|
1203
|
+
_TPN,
|
|
1204
|
+
_VCSU,
|
|
1205
|
+
_ACC,
|
|
1206
|
+
],
|
|
1207
|
+
[
|
|
1208
|
+
0,
|
|
1209
|
+
() => AvailSuppression,
|
|
1210
|
+
() => Bumper,
|
|
1211
|
+
() => CdnConfiguration,
|
|
1212
|
+
[2, n0, _CAR, 0, 0, 128 | 0],
|
|
1213
|
+
() => DashConfiguration,
|
|
1214
|
+
() => HlsConfiguration,
|
|
1215
|
+
0,
|
|
1216
|
+
() => LivePreRollConfiguration,
|
|
1217
|
+
() => LogConfiguration,
|
|
1218
|
+
() => ManifestProcessingRules,
|
|
1219
|
+
0,
|
|
1220
|
+
1,
|
|
1221
|
+
0,
|
|
1222
|
+
0,
|
|
1223
|
+
0,
|
|
1224
|
+
0,
|
|
1225
|
+
[
|
|
1226
|
+
128 | 0,
|
|
1227
|
+
{
|
|
1228
|
+
[_jN]: _t,
|
|
1229
|
+
},
|
|
1230
|
+
],
|
|
1231
|
+
0,
|
|
1232
|
+
0,
|
|
1233
|
+
() => AdConditioningConfiguration,
|
|
1234
|
+
],
|
|
1235
|
+
];
|
|
1236
|
+
var GetPrefetchScheduleRequest = [
|
|
1237
|
+
3,
|
|
1238
|
+
n0,
|
|
1239
|
+
_GPSR,
|
|
1240
|
+
0,
|
|
1241
|
+
[_N, _PCN],
|
|
1242
|
+
[
|
|
1243
|
+
[0, 1],
|
|
1244
|
+
[0, 1],
|
|
1245
|
+
],
|
|
1246
|
+
];
|
|
1247
|
+
var GetPrefetchScheduleResponse = [
|
|
1248
|
+
3,
|
|
1249
|
+
n0,
|
|
1250
|
+
_GPSRe,
|
|
1251
|
+
0,
|
|
1252
|
+
[_Ar, _Co, _N, _PCN, _R, _ST, _RPC, _SI],
|
|
1253
|
+
[0, () => PrefetchConsumption, 0, 0, () => PrefetchRetrieval, 0, () => RecurringPrefetchConfiguration, 0],
|
|
1254
|
+
];
|
|
1255
|
+
var HlsConfiguration = [3, n0, _HCl, 0, [_MEP], [0]];
|
|
1256
|
+
var HlsPlaylistSettings = [3, n0, _HPS, 0, [_MWS, _AMT], [1, 64 | 0]];
|
|
1257
|
+
var HttpConfiguration = [3, n0, _HC, 0, [_BU], [0]];
|
|
1258
|
+
var HttpPackageConfiguration = [3, n0, _HPCt, 0, [_Pa, _SG, _Ty], [0, 0, 0]];
|
|
1259
|
+
var KeyValuePair = [3, n0, _KVP, 0, [_K, _V], [0, 0]];
|
|
1260
|
+
var ListAlertsRequest = [
|
|
1261
|
+
3,
|
|
1262
|
+
n0,
|
|
1263
|
+
_LAR,
|
|
1264
|
+
0,
|
|
1265
|
+
[_MR, _NT, _RA],
|
|
1266
|
+
[
|
|
1267
|
+
[
|
|
1268
|
+
1,
|
|
1269
|
+
{
|
|
1270
|
+
[_hQ]: _mR,
|
|
1271
|
+
},
|
|
1272
|
+
],
|
|
1273
|
+
[
|
|
1274
|
+
0,
|
|
1275
|
+
{
|
|
1276
|
+
[_hQ]: _nT,
|
|
1277
|
+
},
|
|
1278
|
+
],
|
|
1279
|
+
[
|
|
1280
|
+
0,
|
|
1281
|
+
{
|
|
1282
|
+
[_hQ]: _rA,
|
|
1283
|
+
},
|
|
1284
|
+
],
|
|
1285
|
+
],
|
|
1286
|
+
];
|
|
1287
|
+
var ListAlertsResponse = [3, n0, _LARi, 0, [_I, _NT], [() => __listOfAlert, 0]];
|
|
1288
|
+
var ListChannelsRequest = [
|
|
1289
|
+
3,
|
|
1290
|
+
n0,
|
|
1291
|
+
_LCR,
|
|
1292
|
+
0,
|
|
1293
|
+
[_MR, _NT],
|
|
1294
|
+
[
|
|
1295
|
+
[
|
|
1296
|
+
1,
|
|
1297
|
+
{
|
|
1298
|
+
[_hQ]: _mR,
|
|
1299
|
+
},
|
|
1300
|
+
],
|
|
1301
|
+
[
|
|
1302
|
+
0,
|
|
1303
|
+
{
|
|
1304
|
+
[_hQ]: _nT,
|
|
1305
|
+
},
|
|
1306
|
+
],
|
|
1307
|
+
],
|
|
1308
|
+
];
|
|
1309
|
+
var ListChannelsResponse = [3, n0, _LCRi, 0, [_I, _NT], [[() => __listOfChannel, 0], 0]];
|
|
1310
|
+
var ListLiveSourcesRequest = [
|
|
1311
|
+
3,
|
|
1312
|
+
n0,
|
|
1313
|
+
_LLSR,
|
|
1314
|
+
0,
|
|
1315
|
+
[_MR, _NT, _SLN],
|
|
1316
|
+
[
|
|
1317
|
+
[
|
|
1318
|
+
1,
|
|
1319
|
+
{
|
|
1320
|
+
[_hQ]: _mR,
|
|
1321
|
+
},
|
|
1322
|
+
],
|
|
1323
|
+
[
|
|
1324
|
+
0,
|
|
1325
|
+
{
|
|
1326
|
+
[_hQ]: _nT,
|
|
1327
|
+
},
|
|
1328
|
+
],
|
|
1329
|
+
[0, 1],
|
|
1330
|
+
],
|
|
1331
|
+
];
|
|
1332
|
+
var ListLiveSourcesResponse = [
|
|
1333
|
+
3,
|
|
1334
|
+
n0,
|
|
1335
|
+
_LLSRi,
|
|
1336
|
+
0,
|
|
1337
|
+
[_I, _NT],
|
|
1338
|
+
[[() => __listOfLiveSource, 0], 0],
|
|
1339
|
+
];
|
|
1340
|
+
var ListPlaybackConfigurationsRequest = [
|
|
1341
|
+
3,
|
|
1342
|
+
n0,
|
|
1343
|
+
_LPCR,
|
|
1344
|
+
0,
|
|
1345
|
+
[_MR, _NT],
|
|
1346
|
+
[
|
|
1347
|
+
[
|
|
1348
|
+
1,
|
|
1349
|
+
{
|
|
1350
|
+
[_hQ]: _MR,
|
|
1351
|
+
},
|
|
1352
|
+
],
|
|
1353
|
+
[
|
|
1354
|
+
0,
|
|
1355
|
+
{
|
|
1356
|
+
[_hQ]: _NT,
|
|
1357
|
+
},
|
|
1358
|
+
],
|
|
1359
|
+
],
|
|
1360
|
+
];
|
|
1361
|
+
var ListPlaybackConfigurationsResponse = [
|
|
1362
|
+
3,
|
|
1363
|
+
n0,
|
|
1364
|
+
_LPCRi,
|
|
1365
|
+
0,
|
|
1366
|
+
[_I, _NT],
|
|
1367
|
+
[[() => __listOfPlaybackConfiguration, 0], 0],
|
|
1368
|
+
];
|
|
1369
|
+
var ListPrefetchSchedulesRequest = [
|
|
1370
|
+
3,
|
|
1371
|
+
n0,
|
|
1372
|
+
_LPSR,
|
|
1373
|
+
0,
|
|
1374
|
+
[_MR, _NT, _PCN, _ST, _SI],
|
|
1375
|
+
[1, 0, [0, 1], 0, 0],
|
|
1376
|
+
];
|
|
1377
|
+
var ListPrefetchSchedulesResponse = [
|
|
1378
|
+
3,
|
|
1379
|
+
n0,
|
|
1380
|
+
_LPSRi,
|
|
1381
|
+
0,
|
|
1382
|
+
[_I, _NT],
|
|
1383
|
+
[() => __listOfPrefetchSchedule, 0],
|
|
1384
|
+
];
|
|
1385
|
+
var ListSourceLocationsRequest = [
|
|
1386
|
+
3,
|
|
1387
|
+
n0,
|
|
1388
|
+
_LSLR,
|
|
1389
|
+
0,
|
|
1390
|
+
[_MR, _NT],
|
|
1391
|
+
[
|
|
1392
|
+
[
|
|
1393
|
+
1,
|
|
1394
|
+
{
|
|
1395
|
+
[_hQ]: _mR,
|
|
1396
|
+
},
|
|
1397
|
+
],
|
|
1398
|
+
[
|
|
1399
|
+
0,
|
|
1400
|
+
{
|
|
1401
|
+
[_hQ]: _nT,
|
|
1402
|
+
},
|
|
1403
|
+
],
|
|
1404
|
+
],
|
|
1405
|
+
];
|
|
1406
|
+
var ListSourceLocationsResponse = [
|
|
1407
|
+
3,
|
|
1408
|
+
n0,
|
|
1409
|
+
_LSLRi,
|
|
1410
|
+
0,
|
|
1411
|
+
[_I, _NT],
|
|
1412
|
+
[[() => __listOfSourceLocation, 0], 0],
|
|
1413
|
+
];
|
|
1414
|
+
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA], [[0, 1]]];
|
|
1415
|
+
var ListTagsForResourceResponse = [
|
|
1416
|
+
3,
|
|
1417
|
+
n0,
|
|
1418
|
+
_LTFRRi,
|
|
1419
|
+
0,
|
|
1420
|
+
[_T],
|
|
1421
|
+
[
|
|
1422
|
+
[
|
|
1423
|
+
128 | 0,
|
|
1424
|
+
{
|
|
1425
|
+
[_jN]: _t,
|
|
1426
|
+
},
|
|
1427
|
+
],
|
|
1428
|
+
],
|
|
1429
|
+
];
|
|
1430
|
+
var ListVodSourcesRequest = [
|
|
1431
|
+
3,
|
|
1432
|
+
n0,
|
|
1433
|
+
_LVSR,
|
|
1434
|
+
0,
|
|
1435
|
+
[_MR, _NT, _SLN],
|
|
1436
|
+
[
|
|
1437
|
+
[
|
|
1438
|
+
1,
|
|
1439
|
+
{
|
|
1440
|
+
[_hQ]: _mR,
|
|
1441
|
+
},
|
|
1442
|
+
],
|
|
1443
|
+
[
|
|
1444
|
+
0,
|
|
1445
|
+
{
|
|
1446
|
+
[_hQ]: _nT,
|
|
1447
|
+
},
|
|
1448
|
+
],
|
|
1449
|
+
[0, 1],
|
|
1450
|
+
],
|
|
1451
|
+
];
|
|
1452
|
+
var ListVodSourcesResponse = [
|
|
1453
|
+
3,
|
|
1454
|
+
n0,
|
|
1455
|
+
_LVSRi,
|
|
1456
|
+
0,
|
|
1457
|
+
[_I, _NT],
|
|
1458
|
+
[[() => __listOfVodSource, 0], 0],
|
|
1459
|
+
];
|
|
1460
|
+
var LivePreRollConfiguration = [3, n0, _LPRC, 0, [_ADSU, _MDS], [0, 1]];
|
|
1461
|
+
var LiveSource = [
|
|
1462
|
+
3,
|
|
1463
|
+
n0,
|
|
1464
|
+
_LS,
|
|
1465
|
+
0,
|
|
1466
|
+
[_Ar, _CT, _HPC, _LMT, _LSN, _SLN, _T],
|
|
1467
|
+
[
|
|
1468
|
+
0,
|
|
1469
|
+
7,
|
|
1470
|
+
() => HttpPackageConfigurations,
|
|
1471
|
+
7,
|
|
1472
|
+
0,
|
|
1473
|
+
0,
|
|
1474
|
+
[
|
|
1475
|
+
128 | 0,
|
|
1476
|
+
{
|
|
1477
|
+
[_jN]: _t,
|
|
1478
|
+
},
|
|
1479
|
+
],
|
|
1480
|
+
],
|
|
1481
|
+
];
|
|
1482
|
+
var LogConfiguration = [
|
|
1483
|
+
3,
|
|
1484
|
+
n0,
|
|
1485
|
+
_LC,
|
|
1486
|
+
0,
|
|
1487
|
+
[_PE, _ELS, _AIL, _MSIL],
|
|
1488
|
+
[1, 64 | 0, () => AdsInteractionLog, () => ManifestServiceInteractionLog],
|
|
1489
|
+
];
|
|
1490
|
+
var LogConfigurationForChannel = [3, n0, _LCFC, 0, [_LT], [64 | 0]];
|
|
1491
|
+
var ManifestProcessingRules = [3, n0, _MPR, 0, [_AMP], [() => AdMarkerPassthrough]];
|
|
1492
|
+
var ManifestServiceInteractionLog = [3, n0, _MSIL, 0, [_EET], [64 | 0]];
|
|
1493
|
+
var PlaybackConfiguration = [
|
|
1494
|
+
3,
|
|
1495
|
+
n0,
|
|
1496
|
+
_PC,
|
|
1497
|
+
0,
|
|
1498
|
+
[
|
|
1499
|
+
_ADSU,
|
|
1500
|
+
_AS,
|
|
1501
|
+
_B,
|
|
1502
|
+
_CC,
|
|
1503
|
+
_CA,
|
|
1504
|
+
_DC,
|
|
1505
|
+
_HCl,
|
|
1506
|
+
_IM,
|
|
1507
|
+
_LPRC,
|
|
1508
|
+
_LC,
|
|
1509
|
+
_MPR,
|
|
1510
|
+
_N,
|
|
1511
|
+
_PTS,
|
|
1512
|
+
_PCA,
|
|
1513
|
+
_PEP,
|
|
1514
|
+
_SIEP,
|
|
1515
|
+
_SAU,
|
|
1516
|
+
_T,
|
|
1517
|
+
_TPN,
|
|
1518
|
+
_VCSU,
|
|
1519
|
+
_ACC,
|
|
1520
|
+
],
|
|
1521
|
+
[
|
|
1522
|
+
0,
|
|
1523
|
+
() => AvailSuppression,
|
|
1524
|
+
() => Bumper,
|
|
1525
|
+
() => CdnConfiguration,
|
|
1526
|
+
[2, n0, _CAR, 0, 0, 128 | 0],
|
|
1527
|
+
() => DashConfiguration,
|
|
1528
|
+
() => HlsConfiguration,
|
|
1529
|
+
0,
|
|
1530
|
+
() => LivePreRollConfiguration,
|
|
1531
|
+
() => LogConfiguration,
|
|
1532
|
+
() => ManifestProcessingRules,
|
|
1533
|
+
0,
|
|
1534
|
+
1,
|
|
1535
|
+
0,
|
|
1536
|
+
0,
|
|
1537
|
+
0,
|
|
1538
|
+
0,
|
|
1539
|
+
[
|
|
1540
|
+
128 | 0,
|
|
1541
|
+
{
|
|
1542
|
+
[_jN]: _t,
|
|
1543
|
+
},
|
|
1544
|
+
],
|
|
1545
|
+
0,
|
|
1546
|
+
0,
|
|
1547
|
+
() => AdConditioningConfiguration,
|
|
1548
|
+
],
|
|
1549
|
+
];
|
|
1550
|
+
var PrefetchConsumption = [
|
|
1551
|
+
3,
|
|
1552
|
+
n0,
|
|
1553
|
+
_PCr,
|
|
1554
|
+
0,
|
|
1555
|
+
[_AMC, _ET, _STt],
|
|
1556
|
+
[() => __listOfAvailMatchingCriteria, 7, 7],
|
|
1557
|
+
];
|
|
1558
|
+
var PrefetchRetrieval = [
|
|
1559
|
+
3,
|
|
1560
|
+
n0,
|
|
1561
|
+
_PR,
|
|
1562
|
+
0,
|
|
1563
|
+
[_DVy, _ET, _STt, _TST, _TSRW, _TSTC],
|
|
1564
|
+
[128 | 0, 7, 7, 0, () => TrafficShapingRetrievalWindow, () => TrafficShapingTpsConfiguration],
|
|
1565
|
+
];
|
|
1566
|
+
var PrefetchSchedule = [
|
|
1567
|
+
3,
|
|
1568
|
+
n0,
|
|
1569
|
+
_PS,
|
|
1570
|
+
0,
|
|
1571
|
+
[_Ar, _Co, _N, _PCN, _R, _ST, _RPC, _SI],
|
|
1572
|
+
[0, () => PrefetchConsumption, 0, 0, () => PrefetchRetrieval, 0, () => RecurringPrefetchConfiguration, 0],
|
|
1573
|
+
];
|
|
1574
|
+
var PutChannelPolicyRequest = [3, n0, _PCPR, 0, [_CN, _P], [[0, 1], 0]];
|
|
1575
|
+
var PutChannelPolicyResponse = [3, n0, _PCPRu, 0, [], []];
|
|
1576
|
+
var PutPlaybackConfigurationRequest = [
|
|
1577
|
+
3,
|
|
1578
|
+
n0,
|
|
1579
|
+
_PPCR,
|
|
1580
|
+
0,
|
|
1581
|
+
[_ADSU, _AS, _B, _CC, _CA, _DC, _IM, _LPRC, _MPR, _N, _PTS, _SAU, _T, _TPN, _VCSU, _ACC],
|
|
1582
|
+
[
|
|
1583
|
+
0,
|
|
1584
|
+
() => AvailSuppression,
|
|
1585
|
+
() => Bumper,
|
|
1586
|
+
() => CdnConfiguration,
|
|
1587
|
+
[2, n0, _CARo, 0, 0, 128 | 0],
|
|
1588
|
+
() => DashConfigurationForPut,
|
|
1589
|
+
0,
|
|
1590
|
+
() => LivePreRollConfiguration,
|
|
1591
|
+
() => ManifestProcessingRules,
|
|
1592
|
+
0,
|
|
1593
|
+
1,
|
|
1594
|
+
0,
|
|
1595
|
+
[
|
|
1596
|
+
128 | 0,
|
|
1597
|
+
{
|
|
1598
|
+
[_jN]: _t,
|
|
1599
|
+
},
|
|
1600
|
+
],
|
|
1601
|
+
0,
|
|
1602
|
+
0,
|
|
1603
|
+
() => AdConditioningConfiguration,
|
|
1604
|
+
],
|
|
1605
|
+
];
|
|
1606
|
+
var PutPlaybackConfigurationResponse = [
|
|
1607
|
+
3,
|
|
1608
|
+
n0,
|
|
1609
|
+
_PPCRu,
|
|
1610
|
+
0,
|
|
1611
|
+
[
|
|
1612
|
+
_ADSU,
|
|
1613
|
+
_AS,
|
|
1614
|
+
_B,
|
|
1615
|
+
_CC,
|
|
1616
|
+
_CA,
|
|
1617
|
+
_DC,
|
|
1618
|
+
_HCl,
|
|
1619
|
+
_IM,
|
|
1620
|
+
_LPRC,
|
|
1621
|
+
_LC,
|
|
1622
|
+
_MPR,
|
|
1623
|
+
_N,
|
|
1624
|
+
_PTS,
|
|
1625
|
+
_PCA,
|
|
1626
|
+
_PEP,
|
|
1627
|
+
_SIEP,
|
|
1628
|
+
_SAU,
|
|
1629
|
+
_T,
|
|
1630
|
+
_TPN,
|
|
1631
|
+
_VCSU,
|
|
1632
|
+
_ACC,
|
|
1633
|
+
],
|
|
1634
|
+
[
|
|
1635
|
+
0,
|
|
1636
|
+
() => AvailSuppression,
|
|
1637
|
+
() => Bumper,
|
|
1638
|
+
() => CdnConfiguration,
|
|
1639
|
+
[2, n0, _CAR, 0, 0, 128 | 0],
|
|
1640
|
+
() => DashConfiguration,
|
|
1641
|
+
() => HlsConfiguration,
|
|
1642
|
+
0,
|
|
1643
|
+
() => LivePreRollConfiguration,
|
|
1644
|
+
() => LogConfiguration,
|
|
1645
|
+
() => ManifestProcessingRules,
|
|
1646
|
+
0,
|
|
1647
|
+
1,
|
|
1648
|
+
0,
|
|
1649
|
+
0,
|
|
1650
|
+
0,
|
|
1651
|
+
0,
|
|
1652
|
+
[
|
|
1653
|
+
128 | 0,
|
|
1654
|
+
{
|
|
1655
|
+
[_jN]: _t,
|
|
1656
|
+
},
|
|
1657
|
+
],
|
|
1658
|
+
0,
|
|
1659
|
+
0,
|
|
1660
|
+
() => AdConditioningConfiguration,
|
|
1661
|
+
],
|
|
1662
|
+
];
|
|
1663
|
+
var RecurringConsumption = [
|
|
1664
|
+
3,
|
|
1665
|
+
n0,
|
|
1666
|
+
_RC,
|
|
1667
|
+
0,
|
|
1668
|
+
[_RAES, _AMC],
|
|
1669
|
+
[1, () => __listOfAvailMatchingCriteria],
|
|
1670
|
+
];
|
|
1671
|
+
var RecurringPrefetchConfiguration = [
|
|
1672
|
+
3,
|
|
1673
|
+
n0,
|
|
1674
|
+
_RPC,
|
|
1675
|
+
0,
|
|
1676
|
+
[_STt, _ET, _RC, _RR],
|
|
1677
|
+
[7, 7, () => RecurringConsumption, () => RecurringRetrieval],
|
|
1678
|
+
];
|
|
1679
|
+
var RecurringRetrieval = [
|
|
1680
|
+
3,
|
|
1681
|
+
n0,
|
|
1682
|
+
_RR,
|
|
1683
|
+
0,
|
|
1684
|
+
[_DVy, _DAAES, _TST, _TSRW, _TSTC],
|
|
1685
|
+
[128 | 0, 1, 0, () => TrafficShapingRetrievalWindow, () => TrafficShapingTpsConfiguration],
|
|
1686
|
+
];
|
|
1687
|
+
var RequestOutputItem = [
|
|
1688
|
+
3,
|
|
1689
|
+
n0,
|
|
1690
|
+
_ROI,
|
|
1691
|
+
0,
|
|
1692
|
+
[_DPS, _HPS, _MN, _SG],
|
|
1693
|
+
[() => DashPlaylistSettings, () => HlsPlaylistSettings, 0, 0],
|
|
1694
|
+
];
|
|
1695
|
+
var ResponseOutputItem = [
|
|
1696
|
+
3,
|
|
1697
|
+
n0,
|
|
1698
|
+
_ROIe,
|
|
1699
|
+
0,
|
|
1700
|
+
[_DPS, _HPS, _MN, _PU, _SG],
|
|
1701
|
+
[() => DashPlaylistSettings, () => HlsPlaylistSettings, 0, 0, 0],
|
|
1702
|
+
];
|
|
1703
|
+
var ScheduleAdBreak = [3, n0, _SAB, 0, [_ADS, _AST, _SLN, _VSN], [1, 7, 0, 0]];
|
|
1704
|
+
var ScheduleConfiguration = [
|
|
1705
|
+
3,
|
|
1706
|
+
n0,
|
|
1707
|
+
_SC,
|
|
1708
|
+
0,
|
|
1709
|
+
[_Tr, _CR],
|
|
1710
|
+
[() => Transition, () => ClipRange],
|
|
1711
|
+
];
|
|
1712
|
+
var ScheduleEntry = [
|
|
1713
|
+
3,
|
|
1714
|
+
n0,
|
|
1715
|
+
_SE,
|
|
1716
|
+
0,
|
|
1717
|
+
[_ADS, _AST, _Ar, _CN, _LSN, _PN, _SABc, _SET, _SLN, _VSN, _Aud],
|
|
1718
|
+
[1, 7, 0, 0, 0, 0, () => __listOfScheduleAdBreak, 0, 0, 0, 64 | 0],
|
|
1719
|
+
];
|
|
1720
|
+
var SecretsManagerAccessTokenConfiguration = [
|
|
1721
|
+
3,
|
|
1722
|
+
n0,
|
|
1723
|
+
_SMATC,
|
|
1724
|
+
0,
|
|
1725
|
+
[_HN, _SA, _SSK],
|
|
1726
|
+
[0, 0, 0],
|
|
1727
|
+
];
|
|
1728
|
+
var SegmentationDescriptor = [
|
|
1729
|
+
3,
|
|
1730
|
+
n0,
|
|
1731
|
+
_SD,
|
|
1732
|
+
0,
|
|
1733
|
+
[_SEI, _SUT, _SUe, _STI, _SN, _SEe, _SSN, _SSE],
|
|
1734
|
+
[1, 1, 0, 1, 1, 1, 1, 1],
|
|
1735
|
+
];
|
|
1736
|
+
var SegmentDeliveryConfiguration = [3, n0, _SDCe, 0, [_BU, _N], [0, 0]];
|
|
1737
|
+
var SlateSource = [3, n0, _SS, 0, [_SLN, _VSN], [0, 0]];
|
|
1738
|
+
var SourceLocation = [
|
|
1739
|
+
3,
|
|
1740
|
+
n0,
|
|
1741
|
+
_SL,
|
|
1742
|
+
0,
|
|
1743
|
+
[_AC, _Ar, _CT, _DSDC, _HC, _LMT, _SDC, _SLN, _T],
|
|
1744
|
+
[
|
|
1745
|
+
() => AccessConfiguration,
|
|
1746
|
+
0,
|
|
1747
|
+
7,
|
|
1748
|
+
() => DefaultSegmentDeliveryConfiguration,
|
|
1749
|
+
() => HttpConfiguration,
|
|
1750
|
+
7,
|
|
1751
|
+
() => __listOfSegmentDeliveryConfiguration,
|
|
1752
|
+
0,
|
|
1753
|
+
[
|
|
1754
|
+
128 | 0,
|
|
1755
|
+
{
|
|
1756
|
+
[_jN]: _t,
|
|
1757
|
+
},
|
|
1758
|
+
],
|
|
1759
|
+
],
|
|
1760
|
+
];
|
|
1761
|
+
var SpliceInsertMessage = [3, n0, _SIM, 0, [_AN, _AE, _SEIp, _UPI], [1, 1, 1, 1]];
|
|
1762
|
+
var StartChannelRequest = [3, n0, _SCR, 0, [_CN], [[0, 1]]];
|
|
1763
|
+
var StartChannelResponse = [3, n0, _SCRt, 0, [], []];
|
|
1764
|
+
var StopChannelRequest = [3, n0, _SCRto, 0, [_CN], [[0, 1]]];
|
|
1765
|
+
var StopChannelResponse = [3, n0, _SCRtop, 0, [], []];
|
|
1766
|
+
var TagResourceRequest = [
|
|
1767
|
+
3,
|
|
1768
|
+
n0,
|
|
1769
|
+
_TRR,
|
|
1770
|
+
0,
|
|
1771
|
+
[_RA, _T],
|
|
1772
|
+
[
|
|
1773
|
+
[0, 1],
|
|
1774
|
+
[
|
|
1775
|
+
128 | 0,
|
|
1776
|
+
{
|
|
1777
|
+
[_jN]: _t,
|
|
1778
|
+
},
|
|
1779
|
+
],
|
|
1780
|
+
],
|
|
1781
|
+
];
|
|
1782
|
+
var TimeShiftConfiguration = [3, n0, _TSC, 0, [_MTDS], [1]];
|
|
1783
|
+
var TimeSignalMessage = [3, n0, _TSM, 0, [_SDe], [() => SegmentationDescriptorList]];
|
|
1784
|
+
var TrafficShapingRetrievalWindow = [3, n0, _TSRW, 0, [_RWDS], [1]];
|
|
1785
|
+
var TrafficShapingTpsConfiguration = [3, n0, _TSTC, 0, [_PT, _PCU], [1, 1]];
|
|
1786
|
+
var Transition = [3, n0, _Tr, 0, [_DM, _RP, _RPe, _SSTM, _Ty], [1, 0, 0, 1, 0]];
|
|
1787
|
+
var UntagResourceRequest = [
|
|
1788
|
+
3,
|
|
1789
|
+
n0,
|
|
1790
|
+
_URR,
|
|
1791
|
+
0,
|
|
1792
|
+
[_RA, _TK],
|
|
1793
|
+
[
|
|
1794
|
+
[0, 1],
|
|
1795
|
+
[
|
|
1796
|
+
64 | 0,
|
|
1797
|
+
{
|
|
1798
|
+
[_hQ]: _tK,
|
|
1799
|
+
},
|
|
1800
|
+
],
|
|
1801
|
+
],
|
|
1802
|
+
];
|
|
1803
|
+
var UpdateChannelRequest = [
|
|
1804
|
+
3,
|
|
1805
|
+
n0,
|
|
1806
|
+
_UCR,
|
|
1807
|
+
0,
|
|
1808
|
+
[_CN, _FS, _Ou, _TSC, _Aud],
|
|
1809
|
+
[[0, 1], () => SlateSource, () => RequestOutputs, () => TimeShiftConfiguration, 64 | 0],
|
|
1810
|
+
];
|
|
1811
|
+
var UpdateChannelResponse = [
|
|
1812
|
+
3,
|
|
1813
|
+
n0,
|
|
1814
|
+
_UCRp,
|
|
1815
|
+
0,
|
|
1816
|
+
[_Ar, _CN, _CS, _CT, _FS, _LMT, _Ou, _PM, _T, _Ti, _TSC, _Aud],
|
|
1817
|
+
[
|
|
1818
|
+
0,
|
|
1819
|
+
0,
|
|
1820
|
+
0,
|
|
1821
|
+
7,
|
|
1822
|
+
() => SlateSource,
|
|
1823
|
+
7,
|
|
1824
|
+
() => ResponseOutputs,
|
|
1825
|
+
0,
|
|
1826
|
+
[
|
|
1827
|
+
128 | 0,
|
|
1828
|
+
{
|
|
1829
|
+
[_jN]: _t,
|
|
1830
|
+
},
|
|
1831
|
+
],
|
|
1832
|
+
0,
|
|
1833
|
+
() => TimeShiftConfiguration,
|
|
1834
|
+
64 | 0,
|
|
1835
|
+
],
|
|
1836
|
+
];
|
|
1837
|
+
var UpdateLiveSourceRequest = [
|
|
1838
|
+
3,
|
|
1839
|
+
n0,
|
|
1840
|
+
_ULSR,
|
|
1841
|
+
0,
|
|
1842
|
+
[_HPC, _LSN, _SLN],
|
|
1843
|
+
[() => HttpPackageConfigurations, [0, 1], [0, 1]],
|
|
1844
|
+
];
|
|
1845
|
+
var UpdateLiveSourceResponse = [
|
|
1846
|
+
3,
|
|
1847
|
+
n0,
|
|
1848
|
+
_ULSRp,
|
|
1849
|
+
0,
|
|
1850
|
+
[_Ar, _CT, _HPC, _LMT, _LSN, _SLN, _T],
|
|
1851
|
+
[
|
|
1852
|
+
0,
|
|
1853
|
+
7,
|
|
1854
|
+
() => HttpPackageConfigurations,
|
|
1855
|
+
7,
|
|
1856
|
+
0,
|
|
1857
|
+
0,
|
|
1858
|
+
[
|
|
1859
|
+
128 | 0,
|
|
1860
|
+
{
|
|
1861
|
+
[_jN]: _t,
|
|
1862
|
+
},
|
|
1863
|
+
],
|
|
1864
|
+
],
|
|
1865
|
+
];
|
|
1866
|
+
var UpdateProgramRequest = [
|
|
1867
|
+
3,
|
|
1868
|
+
n0,
|
|
1869
|
+
_UPR,
|
|
1870
|
+
0,
|
|
1871
|
+
[_ABd, _CN, _PN, _SC, _AMu],
|
|
1872
|
+
[() => __listOfAdBreak, [0, 1], [0, 1], () => UpdateProgramScheduleConfiguration, () => __listOfAudienceMedia],
|
|
1873
|
+
];
|
|
1874
|
+
var UpdateProgramResponse = [
|
|
1875
|
+
3,
|
|
1876
|
+
n0,
|
|
1877
|
+
_UPRp,
|
|
1878
|
+
0,
|
|
1879
|
+
[_ABd, _Ar, _CN, _CT, _PN, _SLN, _VSN, _LSN, _CR, _DM, _SST, _AMu],
|
|
1880
|
+
[() => __listOfAdBreak, 0, 0, 7, 0, 0, 0, 0, () => ClipRange, 1, 7, () => __listOfAudienceMedia],
|
|
1881
|
+
];
|
|
1882
|
+
var UpdateProgramScheduleConfiguration = [
|
|
1883
|
+
3,
|
|
1884
|
+
n0,
|
|
1885
|
+
_UPSC,
|
|
1886
|
+
0,
|
|
1887
|
+
[_Tr, _CR],
|
|
1888
|
+
[() => UpdateProgramTransition, () => ClipRange],
|
|
1889
|
+
];
|
|
1890
|
+
var UpdateProgramTransition = [3, n0, _UPT, 0, [_SSTM, _DM], [1, 1]];
|
|
1891
|
+
var UpdateSourceLocationRequest = [
|
|
1892
|
+
3,
|
|
1893
|
+
n0,
|
|
1894
|
+
_USLR,
|
|
1895
|
+
0,
|
|
1896
|
+
[_AC, _DSDC, _HC, _SDC, _SLN],
|
|
1897
|
+
[
|
|
1898
|
+
() => AccessConfiguration,
|
|
1899
|
+
() => DefaultSegmentDeliveryConfiguration,
|
|
1900
|
+
() => HttpConfiguration,
|
|
1901
|
+
() => __listOfSegmentDeliveryConfiguration,
|
|
1902
|
+
[0, 1],
|
|
1903
|
+
],
|
|
1904
|
+
];
|
|
1905
|
+
var UpdateSourceLocationResponse = [
|
|
1906
|
+
3,
|
|
1907
|
+
n0,
|
|
1908
|
+
_USLRp,
|
|
1909
|
+
0,
|
|
1910
|
+
[_AC, _Ar, _CT, _DSDC, _HC, _LMT, _SDC, _SLN, _T],
|
|
1911
|
+
[
|
|
1912
|
+
() => AccessConfiguration,
|
|
1913
|
+
0,
|
|
1914
|
+
7,
|
|
1915
|
+
() => DefaultSegmentDeliveryConfiguration,
|
|
1916
|
+
() => HttpConfiguration,
|
|
1917
|
+
7,
|
|
1918
|
+
() => __listOfSegmentDeliveryConfiguration,
|
|
1919
|
+
0,
|
|
1920
|
+
[
|
|
1921
|
+
128 | 0,
|
|
1922
|
+
{
|
|
1923
|
+
[_jN]: _t,
|
|
1924
|
+
},
|
|
1925
|
+
],
|
|
1926
|
+
],
|
|
1927
|
+
];
|
|
1928
|
+
var UpdateVodSourceRequest = [
|
|
1929
|
+
3,
|
|
1930
|
+
n0,
|
|
1931
|
+
_UVSR,
|
|
1932
|
+
0,
|
|
1933
|
+
[_HPC, _SLN, _VSN],
|
|
1934
|
+
[() => HttpPackageConfigurations, [0, 1], [0, 1]],
|
|
1935
|
+
];
|
|
1936
|
+
var UpdateVodSourceResponse = [
|
|
1937
|
+
3,
|
|
1938
|
+
n0,
|
|
1939
|
+
_UVSRp,
|
|
1940
|
+
0,
|
|
1941
|
+
[_Ar, _CT, _HPC, _LMT, _SLN, _T, _VSN],
|
|
1942
|
+
[
|
|
1943
|
+
0,
|
|
1944
|
+
7,
|
|
1945
|
+
() => HttpPackageConfigurations,
|
|
1946
|
+
7,
|
|
1947
|
+
0,
|
|
1948
|
+
[
|
|
1949
|
+
128 | 0,
|
|
1950
|
+
{
|
|
1951
|
+
[_jN]: _t,
|
|
1952
|
+
},
|
|
1953
|
+
],
|
|
1954
|
+
0,
|
|
1955
|
+
],
|
|
1956
|
+
];
|
|
1957
|
+
var VodSource = [
|
|
1958
|
+
3,
|
|
1959
|
+
n0,
|
|
1960
|
+
_VS,
|
|
1961
|
+
0,
|
|
1962
|
+
[_Ar, _CT, _HPC, _LMT, _SLN, _T, _VSN],
|
|
1963
|
+
[
|
|
1964
|
+
0,
|
|
1965
|
+
7,
|
|
1966
|
+
() => HttpPackageConfigurations,
|
|
1967
|
+
7,
|
|
1968
|
+
0,
|
|
1969
|
+
[
|
|
1970
|
+
128 | 0,
|
|
1971
|
+
{
|
|
1972
|
+
[_jN]: _t,
|
|
1973
|
+
},
|
|
1974
|
+
],
|
|
1975
|
+
0,
|
|
1976
|
+
],
|
|
1977
|
+
];
|
|
1978
|
+
var __Unit = "unit";
|
|
1979
|
+
var MediaTailorServiceException = [-3, _s, "MediaTailorServiceException", 0, [], []];
|
|
1980
|
+
schema.TypeRegistry.for(_s).registerError(MediaTailorServiceException, MediaTailorServiceException$1);
|
|
1981
|
+
var __listOfAdBreak = [1, n0, _lOAB, 0, () => AdBreak];
|
|
1982
|
+
var __listOfAlert = [1, n0, _lOA, 0, () => Alert];
|
|
1983
|
+
var __listOfAlternateMedia = [1, n0, _lOAM, 0, () => AlternateMedia];
|
|
1984
|
+
var __listOfAudienceMedia = [1, n0, _lOAMi, 0, () => AudienceMedia];
|
|
1985
|
+
var __listOfAvailMatchingCriteria = [1, n0, _lOAMC, 0, () => AvailMatchingCriteria];
|
|
1986
|
+
var __listOfChannel = [1, n0, _lOC, 0, [() => Channel, 0]];
|
|
1987
|
+
var __listOfLiveSource = [1, n0, _lOLS, 0, [() => LiveSource, 0]];
|
|
1988
|
+
var __listOfPlaybackConfiguration = [1, n0, _lOPC, 0, [() => PlaybackConfiguration, 0]];
|
|
1989
|
+
var __listOfPrefetchSchedule = [1, n0, _lOPS, 0, () => PrefetchSchedule];
|
|
1990
|
+
var __listOfScheduleAdBreak = [1, n0, _lOSAB, 0, () => ScheduleAdBreak];
|
|
1991
|
+
var __listOfScheduleEntry = [1, n0, _lOSE, 0, () => ScheduleEntry];
|
|
1992
|
+
var __listOfSegmentDeliveryConfiguration = [
|
|
1993
|
+
1,
|
|
1994
|
+
n0,
|
|
1995
|
+
_lOSDC,
|
|
1996
|
+
0,
|
|
1997
|
+
() => SegmentDeliveryConfiguration,
|
|
1998
|
+
];
|
|
1999
|
+
var __listOfSourceLocation = [1, n0, _lOSL, 0, [() => SourceLocation, 0]];
|
|
2000
|
+
var __listOfVodSource = [1, n0, _lOVS, 0, [() => VodSource, 0]];
|
|
2001
|
+
var AdBreakMetadataList = [1, n0, _ABML, 0, () => KeyValuePair];
|
|
2002
|
+
var AdBreakOpportunities = [1, n0, _ABOd, 0, () => AdBreakOpportunity];
|
|
2003
|
+
var HttpPackageConfigurations = [1, n0, _HPC, 0, () => HttpPackageConfiguration];
|
|
2004
|
+
var RequestOutputs = [1, n0, _RO, 0, () => RequestOutputItem];
|
|
2005
|
+
var ResponseOutputs = [1, n0, _ROe, 0, () => ResponseOutputItem];
|
|
2006
|
+
var SegmentationDescriptorList = [1, n0, _SDL, 0, () => SegmentationDescriptor];
|
|
2007
|
+
var ConfigureLogsForChannel = [
|
|
2008
|
+
9,
|
|
2009
|
+
n0,
|
|
2010
|
+
_CLFC,
|
|
2011
|
+
{
|
|
2012
|
+
[_h]: ["PUT", "/configureLogs/channel", 200],
|
|
2013
|
+
},
|
|
2014
|
+
() => ConfigureLogsForChannelRequest,
|
|
2015
|
+
() => ConfigureLogsForChannelResponse,
|
|
2016
|
+
];
|
|
2017
|
+
var ConfigureLogsForPlaybackConfiguration = [
|
|
2018
|
+
9,
|
|
2019
|
+
n0,
|
|
2020
|
+
_CLFPC,
|
|
2021
|
+
{
|
|
2022
|
+
[_h]: ["PUT", "/configureLogs/playbackConfiguration", 200],
|
|
2023
|
+
},
|
|
2024
|
+
() => ConfigureLogsForPlaybackConfigurationRequest,
|
|
2025
|
+
() => ConfigureLogsForPlaybackConfigurationResponse,
|
|
2026
|
+
];
|
|
2027
|
+
var CreateChannel = [
|
|
2028
|
+
9,
|
|
2029
|
+
n0,
|
|
2030
|
+
_CCr,
|
|
2031
|
+
{
|
|
2032
|
+
[_h]: ["POST", "/channel/{ChannelName}", 200],
|
|
2033
|
+
},
|
|
2034
|
+
() => CreateChannelRequest,
|
|
2035
|
+
() => CreateChannelResponse,
|
|
2036
|
+
];
|
|
2037
|
+
var CreateLiveSource = [
|
|
2038
|
+
9,
|
|
2039
|
+
n0,
|
|
2040
|
+
_CLS,
|
|
2041
|
+
{
|
|
2042
|
+
[_h]: ["POST", "/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}", 200],
|
|
2043
|
+
},
|
|
2044
|
+
() => CreateLiveSourceRequest,
|
|
2045
|
+
() => CreateLiveSourceResponse,
|
|
2046
|
+
];
|
|
2047
|
+
var CreatePrefetchSchedule = [
|
|
2048
|
+
9,
|
|
2049
|
+
n0,
|
|
2050
|
+
_CPS,
|
|
2051
|
+
{
|
|
2052
|
+
[_h]: ["POST", "/prefetchSchedule/{PlaybackConfigurationName}/{Name}", 200],
|
|
2053
|
+
},
|
|
2054
|
+
() => CreatePrefetchScheduleRequest,
|
|
2055
|
+
() => CreatePrefetchScheduleResponse,
|
|
2056
|
+
];
|
|
2057
|
+
var CreateProgram = [
|
|
2058
|
+
9,
|
|
2059
|
+
n0,
|
|
2060
|
+
_CP,
|
|
2061
|
+
{
|
|
2062
|
+
[_h]: ["POST", "/channel/{ChannelName}/program/{ProgramName}", 200],
|
|
2063
|
+
},
|
|
2064
|
+
() => CreateProgramRequest,
|
|
2065
|
+
() => CreateProgramResponse,
|
|
2066
|
+
];
|
|
2067
|
+
var CreateSourceLocation = [
|
|
2068
|
+
9,
|
|
2069
|
+
n0,
|
|
2070
|
+
_CSL,
|
|
2071
|
+
{
|
|
2072
|
+
[_h]: ["POST", "/sourceLocation/{SourceLocationName}", 200],
|
|
2073
|
+
},
|
|
2074
|
+
() => CreateSourceLocationRequest,
|
|
2075
|
+
() => CreateSourceLocationResponse,
|
|
2076
|
+
];
|
|
2077
|
+
var CreateVodSource = [
|
|
2078
|
+
9,
|
|
2079
|
+
n0,
|
|
2080
|
+
_CVS,
|
|
2081
|
+
{
|
|
2082
|
+
[_h]: ["POST", "/sourceLocation/{SourceLocationName}/vodSource/{VodSourceName}", 200],
|
|
2083
|
+
},
|
|
2084
|
+
() => CreateVodSourceRequest,
|
|
2085
|
+
() => CreateVodSourceResponse,
|
|
2086
|
+
];
|
|
2087
|
+
var DeleteChannel = [
|
|
2088
|
+
9,
|
|
2089
|
+
n0,
|
|
2090
|
+
_DCe,
|
|
2091
|
+
{
|
|
2092
|
+
[_h]: ["DELETE", "/channel/{ChannelName}", 200],
|
|
2093
|
+
},
|
|
2094
|
+
() => DeleteChannelRequest,
|
|
2095
|
+
() => DeleteChannelResponse,
|
|
2096
|
+
];
|
|
2097
|
+
var DeleteChannelPolicy = [
|
|
2098
|
+
9,
|
|
2099
|
+
n0,
|
|
2100
|
+
_DCP,
|
|
2101
|
+
{
|
|
2102
|
+
[_h]: ["DELETE", "/channel/{ChannelName}/policy", 200],
|
|
2103
|
+
},
|
|
2104
|
+
() => DeleteChannelPolicyRequest,
|
|
2105
|
+
() => DeleteChannelPolicyResponse,
|
|
2106
|
+
];
|
|
2107
|
+
var DeleteLiveSource = [
|
|
2108
|
+
9,
|
|
2109
|
+
n0,
|
|
2110
|
+
_DLS,
|
|
2111
|
+
{
|
|
2112
|
+
[_h]: ["DELETE", "/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}", 200],
|
|
2113
|
+
},
|
|
2114
|
+
() => DeleteLiveSourceRequest,
|
|
2115
|
+
() => DeleteLiveSourceResponse,
|
|
2116
|
+
];
|
|
2117
|
+
var DeletePlaybackConfiguration = [
|
|
2118
|
+
9,
|
|
2119
|
+
n0,
|
|
2120
|
+
_DPC,
|
|
2121
|
+
{
|
|
2122
|
+
[_h]: ["DELETE", "/playbackConfiguration/{Name}", 204],
|
|
2123
|
+
},
|
|
2124
|
+
() => DeletePlaybackConfigurationRequest,
|
|
2125
|
+
() => DeletePlaybackConfigurationResponse,
|
|
2126
|
+
];
|
|
2127
|
+
var DeletePrefetchSchedule = [
|
|
2128
|
+
9,
|
|
2129
|
+
n0,
|
|
2130
|
+
_DPSe,
|
|
2131
|
+
{
|
|
2132
|
+
[_h]: ["DELETE", "/prefetchSchedule/{PlaybackConfigurationName}/{Name}", 204],
|
|
2133
|
+
},
|
|
2134
|
+
() => DeletePrefetchScheduleRequest,
|
|
2135
|
+
() => DeletePrefetchScheduleResponse,
|
|
2136
|
+
];
|
|
2137
|
+
var DeleteProgram = [
|
|
2138
|
+
9,
|
|
2139
|
+
n0,
|
|
2140
|
+
_DP,
|
|
2141
|
+
{
|
|
2142
|
+
[_h]: ["DELETE", "/channel/{ChannelName}/program/{ProgramName}", 200],
|
|
2143
|
+
},
|
|
2144
|
+
() => DeleteProgramRequest,
|
|
2145
|
+
() => DeleteProgramResponse,
|
|
2146
|
+
];
|
|
2147
|
+
var DeleteSourceLocation = [
|
|
2148
|
+
9,
|
|
2149
|
+
n0,
|
|
2150
|
+
_DSL,
|
|
2151
|
+
{
|
|
2152
|
+
[_h]: ["DELETE", "/sourceLocation/{SourceLocationName}", 200],
|
|
2153
|
+
},
|
|
2154
|
+
() => DeleteSourceLocationRequest,
|
|
2155
|
+
() => DeleteSourceLocationResponse,
|
|
2156
|
+
];
|
|
2157
|
+
var DeleteVodSource = [
|
|
2158
|
+
9,
|
|
2159
|
+
n0,
|
|
2160
|
+
_DVS,
|
|
2161
|
+
{
|
|
2162
|
+
[_h]: ["DELETE", "/sourceLocation/{SourceLocationName}/vodSource/{VodSourceName}", 200],
|
|
2163
|
+
},
|
|
2164
|
+
() => DeleteVodSourceRequest,
|
|
2165
|
+
() => DeleteVodSourceResponse,
|
|
2166
|
+
];
|
|
2167
|
+
var DescribeChannel = [
|
|
2168
|
+
9,
|
|
2169
|
+
n0,
|
|
2170
|
+
_DCes,
|
|
2171
|
+
{
|
|
2172
|
+
[_h]: ["GET", "/channel/{ChannelName}", 200],
|
|
2173
|
+
},
|
|
2174
|
+
() => DescribeChannelRequest,
|
|
2175
|
+
() => DescribeChannelResponse,
|
|
2176
|
+
];
|
|
2177
|
+
var DescribeLiveSource = [
|
|
2178
|
+
9,
|
|
2179
|
+
n0,
|
|
2180
|
+
_DLSe,
|
|
2181
|
+
{
|
|
2182
|
+
[_h]: ["GET", "/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}", 200],
|
|
2183
|
+
},
|
|
2184
|
+
() => DescribeLiveSourceRequest,
|
|
2185
|
+
() => DescribeLiveSourceResponse,
|
|
2186
|
+
];
|
|
2187
|
+
var DescribeProgram = [
|
|
2188
|
+
9,
|
|
2189
|
+
n0,
|
|
2190
|
+
_DPe,
|
|
2191
|
+
{
|
|
2192
|
+
[_h]: ["GET", "/channel/{ChannelName}/program/{ProgramName}", 200],
|
|
2193
|
+
},
|
|
2194
|
+
() => DescribeProgramRequest,
|
|
2195
|
+
() => DescribeProgramResponse,
|
|
2196
|
+
];
|
|
2197
|
+
var DescribeSourceLocation = [
|
|
2198
|
+
9,
|
|
2199
|
+
n0,
|
|
2200
|
+
_DSLe,
|
|
2201
|
+
{
|
|
2202
|
+
[_h]: ["GET", "/sourceLocation/{SourceLocationName}", 200],
|
|
2203
|
+
},
|
|
2204
|
+
() => DescribeSourceLocationRequest,
|
|
2205
|
+
() => DescribeSourceLocationResponse,
|
|
2206
|
+
];
|
|
2207
|
+
var DescribeVodSource = [
|
|
2208
|
+
9,
|
|
2209
|
+
n0,
|
|
2210
|
+
_DVSe,
|
|
2211
|
+
{
|
|
2212
|
+
[_h]: ["GET", "/sourceLocation/{SourceLocationName}/vodSource/{VodSourceName}", 200],
|
|
2213
|
+
},
|
|
2214
|
+
() => DescribeVodSourceRequest,
|
|
2215
|
+
() => DescribeVodSourceResponse,
|
|
2216
|
+
];
|
|
2217
|
+
var GetChannelPolicy = [
|
|
2218
|
+
9,
|
|
2219
|
+
n0,
|
|
2220
|
+
_GCP,
|
|
2221
|
+
{
|
|
2222
|
+
[_h]: ["GET", "/channel/{ChannelName}/policy", 200],
|
|
2223
|
+
},
|
|
2224
|
+
() => GetChannelPolicyRequest,
|
|
2225
|
+
() => GetChannelPolicyResponse,
|
|
2226
|
+
];
|
|
2227
|
+
var GetChannelSchedule = [
|
|
2228
|
+
9,
|
|
2229
|
+
n0,
|
|
2230
|
+
_GCS,
|
|
2231
|
+
{
|
|
2232
|
+
[_h]: ["GET", "/channel/{ChannelName}/schedule", 200],
|
|
2233
|
+
},
|
|
2234
|
+
() => GetChannelScheduleRequest,
|
|
2235
|
+
() => GetChannelScheduleResponse,
|
|
2236
|
+
];
|
|
2237
|
+
var GetPlaybackConfiguration = [
|
|
2238
|
+
9,
|
|
2239
|
+
n0,
|
|
2240
|
+
_GPC,
|
|
2241
|
+
{
|
|
2242
|
+
[_h]: ["GET", "/playbackConfiguration/{Name}", 200],
|
|
2243
|
+
},
|
|
2244
|
+
() => GetPlaybackConfigurationRequest,
|
|
2245
|
+
() => GetPlaybackConfigurationResponse,
|
|
2246
|
+
];
|
|
2247
|
+
var GetPrefetchSchedule = [
|
|
2248
|
+
9,
|
|
2249
|
+
n0,
|
|
2250
|
+
_GPS,
|
|
2251
|
+
{
|
|
2252
|
+
[_h]: ["GET", "/prefetchSchedule/{PlaybackConfigurationName}/{Name}", 200],
|
|
2253
|
+
},
|
|
2254
|
+
() => GetPrefetchScheduleRequest,
|
|
2255
|
+
() => GetPrefetchScheduleResponse,
|
|
2256
|
+
];
|
|
2257
|
+
var ListAlerts = [
|
|
2258
|
+
9,
|
|
2259
|
+
n0,
|
|
2260
|
+
_LA,
|
|
2261
|
+
{
|
|
2262
|
+
[_h]: ["GET", "/alerts", 200],
|
|
2263
|
+
},
|
|
2264
|
+
() => ListAlertsRequest,
|
|
2265
|
+
() => ListAlertsResponse,
|
|
2266
|
+
];
|
|
2267
|
+
var ListChannels = [
|
|
2268
|
+
9,
|
|
2269
|
+
n0,
|
|
2270
|
+
_LCi,
|
|
2271
|
+
{
|
|
2272
|
+
[_h]: ["GET", "/channels", 200],
|
|
2273
|
+
},
|
|
2274
|
+
() => ListChannelsRequest,
|
|
2275
|
+
() => ListChannelsResponse,
|
|
2276
|
+
];
|
|
2277
|
+
var ListLiveSources = [
|
|
2278
|
+
9,
|
|
2279
|
+
n0,
|
|
2280
|
+
_LLS,
|
|
2281
|
+
{
|
|
2282
|
+
[_h]: ["GET", "/sourceLocation/{SourceLocationName}/liveSources", 200],
|
|
2283
|
+
},
|
|
2284
|
+
() => ListLiveSourcesRequest,
|
|
2285
|
+
() => ListLiveSourcesResponse,
|
|
2286
|
+
];
|
|
2287
|
+
var ListPlaybackConfigurations = [
|
|
2288
|
+
9,
|
|
2289
|
+
n0,
|
|
2290
|
+
_LPC,
|
|
2291
|
+
{
|
|
2292
|
+
[_h]: ["GET", "/playbackConfigurations", 200],
|
|
2293
|
+
},
|
|
2294
|
+
() => ListPlaybackConfigurationsRequest,
|
|
2295
|
+
() => ListPlaybackConfigurationsResponse,
|
|
2296
|
+
];
|
|
2297
|
+
var ListPrefetchSchedules = [
|
|
2298
|
+
9,
|
|
2299
|
+
n0,
|
|
2300
|
+
_LPS,
|
|
2301
|
+
{
|
|
2302
|
+
[_h]: ["POST", "/prefetchSchedule/{PlaybackConfigurationName}", 200],
|
|
2303
|
+
},
|
|
2304
|
+
() => ListPrefetchSchedulesRequest,
|
|
2305
|
+
() => ListPrefetchSchedulesResponse,
|
|
2306
|
+
];
|
|
2307
|
+
var ListSourceLocations = [
|
|
2308
|
+
9,
|
|
2309
|
+
n0,
|
|
2310
|
+
_LSL,
|
|
2311
|
+
{
|
|
2312
|
+
[_h]: ["GET", "/sourceLocations", 200],
|
|
2313
|
+
},
|
|
2314
|
+
() => ListSourceLocationsRequest,
|
|
2315
|
+
() => ListSourceLocationsResponse,
|
|
2316
|
+
];
|
|
2317
|
+
var ListTagsForResource = [
|
|
2318
|
+
9,
|
|
2319
|
+
n0,
|
|
2320
|
+
_LTFR,
|
|
2321
|
+
{
|
|
2322
|
+
[_h]: ["GET", "/tags/{ResourceArn}", 200],
|
|
2323
|
+
},
|
|
2324
|
+
() => ListTagsForResourceRequest,
|
|
2325
|
+
() => ListTagsForResourceResponse,
|
|
2326
|
+
];
|
|
2327
|
+
var ListVodSources = [
|
|
2328
|
+
9,
|
|
2329
|
+
n0,
|
|
2330
|
+
_LVS,
|
|
2331
|
+
{
|
|
2332
|
+
[_h]: ["GET", "/sourceLocation/{SourceLocationName}/vodSources", 200],
|
|
2333
|
+
},
|
|
2334
|
+
() => ListVodSourcesRequest,
|
|
2335
|
+
() => ListVodSourcesResponse,
|
|
2336
|
+
];
|
|
2337
|
+
var PutChannelPolicy = [
|
|
2338
|
+
9,
|
|
2339
|
+
n0,
|
|
2340
|
+
_PCP,
|
|
2341
|
+
{
|
|
2342
|
+
[_h]: ["PUT", "/channel/{ChannelName}/policy", 200],
|
|
2343
|
+
},
|
|
2344
|
+
() => PutChannelPolicyRequest,
|
|
2345
|
+
() => PutChannelPolicyResponse,
|
|
2346
|
+
];
|
|
2347
|
+
var PutPlaybackConfiguration = [
|
|
2348
|
+
9,
|
|
2349
|
+
n0,
|
|
2350
|
+
_PPC,
|
|
2351
|
+
{
|
|
2352
|
+
[_h]: ["PUT", "/playbackConfiguration", 200],
|
|
2353
|
+
},
|
|
2354
|
+
() => PutPlaybackConfigurationRequest,
|
|
2355
|
+
() => PutPlaybackConfigurationResponse,
|
|
2356
|
+
];
|
|
2357
|
+
var StartChannel = [
|
|
2358
|
+
9,
|
|
2359
|
+
n0,
|
|
2360
|
+
_SCt,
|
|
2361
|
+
{
|
|
2362
|
+
[_h]: ["PUT", "/channel/{ChannelName}/start", 200],
|
|
2363
|
+
},
|
|
2364
|
+
() => StartChannelRequest,
|
|
2365
|
+
() => StartChannelResponse,
|
|
2366
|
+
];
|
|
2367
|
+
var StopChannel = [
|
|
2368
|
+
9,
|
|
2369
|
+
n0,
|
|
2370
|
+
_SCto,
|
|
2371
|
+
{
|
|
2372
|
+
[_h]: ["PUT", "/channel/{ChannelName}/stop", 200],
|
|
2373
|
+
},
|
|
2374
|
+
() => StopChannelRequest,
|
|
2375
|
+
() => StopChannelResponse,
|
|
2376
|
+
];
|
|
2377
|
+
var TagResource = [
|
|
2378
|
+
9,
|
|
2379
|
+
n0,
|
|
2380
|
+
_TR,
|
|
2381
|
+
{
|
|
2382
|
+
[_h]: ["POST", "/tags/{ResourceArn}", 204],
|
|
2383
|
+
},
|
|
2384
|
+
() => TagResourceRequest,
|
|
2385
|
+
() => __Unit,
|
|
2386
|
+
];
|
|
2387
|
+
var UntagResource = [
|
|
2388
|
+
9,
|
|
2389
|
+
n0,
|
|
2390
|
+
_UR,
|
|
2391
|
+
{
|
|
2392
|
+
[_h]: ["DELETE", "/tags/{ResourceArn}", 204],
|
|
2393
|
+
},
|
|
2394
|
+
() => UntagResourceRequest,
|
|
2395
|
+
() => __Unit,
|
|
2396
|
+
];
|
|
2397
|
+
var UpdateChannel = [
|
|
2398
|
+
9,
|
|
2399
|
+
n0,
|
|
2400
|
+
_UC,
|
|
2401
|
+
{
|
|
2402
|
+
[_h]: ["PUT", "/channel/{ChannelName}", 200],
|
|
2403
|
+
},
|
|
2404
|
+
() => UpdateChannelRequest,
|
|
2405
|
+
() => UpdateChannelResponse,
|
|
2406
|
+
];
|
|
2407
|
+
var UpdateLiveSource = [
|
|
2408
|
+
9,
|
|
2409
|
+
n0,
|
|
2410
|
+
_ULS,
|
|
2411
|
+
{
|
|
2412
|
+
[_h]: ["PUT", "/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}", 200],
|
|
2413
|
+
},
|
|
2414
|
+
() => UpdateLiveSourceRequest,
|
|
2415
|
+
() => UpdateLiveSourceResponse,
|
|
2416
|
+
];
|
|
2417
|
+
var UpdateProgram = [
|
|
2418
|
+
9,
|
|
2419
|
+
n0,
|
|
2420
|
+
_UP,
|
|
2421
|
+
{
|
|
2422
|
+
[_h]: ["PUT", "/channel/{ChannelName}/program/{ProgramName}", 200],
|
|
2423
|
+
},
|
|
2424
|
+
() => UpdateProgramRequest,
|
|
2425
|
+
() => UpdateProgramResponse,
|
|
2426
|
+
];
|
|
2427
|
+
var UpdateSourceLocation = [
|
|
2428
|
+
9,
|
|
2429
|
+
n0,
|
|
2430
|
+
_USL,
|
|
2431
|
+
{
|
|
2432
|
+
[_h]: ["PUT", "/sourceLocation/{SourceLocationName}", 200],
|
|
2433
|
+
},
|
|
2434
|
+
() => UpdateSourceLocationRequest,
|
|
2435
|
+
() => UpdateSourceLocationResponse,
|
|
2436
|
+
];
|
|
2437
|
+
var UpdateVodSource = [
|
|
2438
|
+
9,
|
|
2439
|
+
n0,
|
|
2440
|
+
_UVS,
|
|
2441
|
+
{
|
|
2442
|
+
[_h]: ["PUT", "/sourceLocation/{SourceLocationName}/vodSource/{VodSourceName}", 200],
|
|
2443
|
+
},
|
|
2444
|
+
() => UpdateVodSourceRequest,
|
|
2445
|
+
() => UpdateVodSourceResponse,
|
|
2446
|
+
];
|
|
1930
2447
|
|
|
1931
2448
|
class ConfigureLogsForChannelCommand extends smithyClient.Command
|
|
1932
2449
|
.classBuilder()
|
|
1933
2450
|
.ep(commonParams)
|
|
1934
2451
|
.m(function (Command, cs, config, o) {
|
|
1935
|
-
return [
|
|
1936
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1937
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1938
|
-
];
|
|
2452
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1939
2453
|
})
|
|
1940
2454
|
.s("MediaTailor", "ConfigureLogsForChannel", {})
|
|
1941
2455
|
.n("MediaTailorClient", "ConfigureLogsForChannelCommand")
|
|
1942
|
-
.
|
|
1943
|
-
.ser(se_ConfigureLogsForChannelCommand)
|
|
1944
|
-
.de(de_ConfigureLogsForChannelCommand)
|
|
2456
|
+
.sc(ConfigureLogsForChannel)
|
|
1945
2457
|
.build() {
|
|
1946
2458
|
}
|
|
1947
2459
|
|
|
@@ -1949,16 +2461,11 @@ class ConfigureLogsForPlaybackConfigurationCommand extends smithyClient.Command
|
|
|
1949
2461
|
.classBuilder()
|
|
1950
2462
|
.ep(commonParams)
|
|
1951
2463
|
.m(function (Command, cs, config, o) {
|
|
1952
|
-
return [
|
|
1953
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1954
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1955
|
-
];
|
|
2464
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1956
2465
|
})
|
|
1957
2466
|
.s("MediaTailor", "ConfigureLogsForPlaybackConfiguration", {})
|
|
1958
2467
|
.n("MediaTailorClient", "ConfigureLogsForPlaybackConfigurationCommand")
|
|
1959
|
-
.
|
|
1960
|
-
.ser(se_ConfigureLogsForPlaybackConfigurationCommand)
|
|
1961
|
-
.de(de_ConfigureLogsForPlaybackConfigurationCommand)
|
|
2468
|
+
.sc(ConfigureLogsForPlaybackConfiguration)
|
|
1962
2469
|
.build() {
|
|
1963
2470
|
}
|
|
1964
2471
|
|
|
@@ -1966,16 +2473,11 @@ class CreateChannelCommand extends smithyClient.Command
|
|
|
1966
2473
|
.classBuilder()
|
|
1967
2474
|
.ep(commonParams)
|
|
1968
2475
|
.m(function (Command, cs, config, o) {
|
|
1969
|
-
return [
|
|
1970
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1971
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1972
|
-
];
|
|
2476
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1973
2477
|
})
|
|
1974
2478
|
.s("MediaTailor", "CreateChannel", {})
|
|
1975
2479
|
.n("MediaTailorClient", "CreateChannelCommand")
|
|
1976
|
-
.
|
|
1977
|
-
.ser(se_CreateChannelCommand)
|
|
1978
|
-
.de(de_CreateChannelCommand)
|
|
2480
|
+
.sc(CreateChannel)
|
|
1979
2481
|
.build() {
|
|
1980
2482
|
}
|
|
1981
2483
|
|
|
@@ -1983,16 +2485,11 @@ class CreateLiveSourceCommand extends smithyClient.Command
|
|
|
1983
2485
|
.classBuilder()
|
|
1984
2486
|
.ep(commonParams)
|
|
1985
2487
|
.m(function (Command, cs, config, o) {
|
|
1986
|
-
return [
|
|
1987
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1988
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1989
|
-
];
|
|
2488
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1990
2489
|
})
|
|
1991
2490
|
.s("MediaTailor", "CreateLiveSource", {})
|
|
1992
2491
|
.n("MediaTailorClient", "CreateLiveSourceCommand")
|
|
1993
|
-
.
|
|
1994
|
-
.ser(se_CreateLiveSourceCommand)
|
|
1995
|
-
.de(de_CreateLiveSourceCommand)
|
|
2492
|
+
.sc(CreateLiveSource)
|
|
1996
2493
|
.build() {
|
|
1997
2494
|
}
|
|
1998
2495
|
|
|
@@ -2000,16 +2497,11 @@ class CreatePrefetchScheduleCommand extends smithyClient.Command
|
|
|
2000
2497
|
.classBuilder()
|
|
2001
2498
|
.ep(commonParams)
|
|
2002
2499
|
.m(function (Command, cs, config, o) {
|
|
2003
|
-
return [
|
|
2004
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2005
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2006
|
-
];
|
|
2500
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2007
2501
|
})
|
|
2008
2502
|
.s("MediaTailor", "CreatePrefetchSchedule", {})
|
|
2009
2503
|
.n("MediaTailorClient", "CreatePrefetchScheduleCommand")
|
|
2010
|
-
.
|
|
2011
|
-
.ser(se_CreatePrefetchScheduleCommand)
|
|
2012
|
-
.de(de_CreatePrefetchScheduleCommand)
|
|
2504
|
+
.sc(CreatePrefetchSchedule)
|
|
2013
2505
|
.build() {
|
|
2014
2506
|
}
|
|
2015
2507
|
|
|
@@ -2017,16 +2509,11 @@ class CreateProgramCommand extends smithyClient.Command
|
|
|
2017
2509
|
.classBuilder()
|
|
2018
2510
|
.ep(commonParams)
|
|
2019
2511
|
.m(function (Command, cs, config, o) {
|
|
2020
|
-
return [
|
|
2021
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2022
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2023
|
-
];
|
|
2512
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2024
2513
|
})
|
|
2025
2514
|
.s("MediaTailor", "CreateProgram", {})
|
|
2026
2515
|
.n("MediaTailorClient", "CreateProgramCommand")
|
|
2027
|
-
.
|
|
2028
|
-
.ser(se_CreateProgramCommand)
|
|
2029
|
-
.de(de_CreateProgramCommand)
|
|
2516
|
+
.sc(CreateProgram)
|
|
2030
2517
|
.build() {
|
|
2031
2518
|
}
|
|
2032
2519
|
|
|
@@ -2034,16 +2521,11 @@ class CreateSourceLocationCommand extends smithyClient.Command
|
|
|
2034
2521
|
.classBuilder()
|
|
2035
2522
|
.ep(commonParams)
|
|
2036
2523
|
.m(function (Command, cs, config, o) {
|
|
2037
|
-
return [
|
|
2038
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2039
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2040
|
-
];
|
|
2524
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2041
2525
|
})
|
|
2042
2526
|
.s("MediaTailor", "CreateSourceLocation", {})
|
|
2043
2527
|
.n("MediaTailorClient", "CreateSourceLocationCommand")
|
|
2044
|
-
.
|
|
2045
|
-
.ser(se_CreateSourceLocationCommand)
|
|
2046
|
-
.de(de_CreateSourceLocationCommand)
|
|
2528
|
+
.sc(CreateSourceLocation)
|
|
2047
2529
|
.build() {
|
|
2048
2530
|
}
|
|
2049
2531
|
|
|
@@ -2051,16 +2533,11 @@ class CreateVodSourceCommand extends smithyClient.Command
|
|
|
2051
2533
|
.classBuilder()
|
|
2052
2534
|
.ep(commonParams)
|
|
2053
2535
|
.m(function (Command, cs, config, o) {
|
|
2054
|
-
return [
|
|
2055
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2056
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2057
|
-
];
|
|
2536
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2058
2537
|
})
|
|
2059
2538
|
.s("MediaTailor", "CreateVodSource", {})
|
|
2060
2539
|
.n("MediaTailorClient", "CreateVodSourceCommand")
|
|
2061
|
-
.
|
|
2062
|
-
.ser(se_CreateVodSourceCommand)
|
|
2063
|
-
.de(de_CreateVodSourceCommand)
|
|
2540
|
+
.sc(CreateVodSource)
|
|
2064
2541
|
.build() {
|
|
2065
2542
|
}
|
|
2066
2543
|
|
|
@@ -2068,16 +2545,11 @@ class DeleteChannelCommand extends smithyClient.Command
|
|
|
2068
2545
|
.classBuilder()
|
|
2069
2546
|
.ep(commonParams)
|
|
2070
2547
|
.m(function (Command, cs, config, o) {
|
|
2071
|
-
return [
|
|
2072
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2073
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2074
|
-
];
|
|
2548
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2075
2549
|
})
|
|
2076
2550
|
.s("MediaTailor", "DeleteChannel", {})
|
|
2077
2551
|
.n("MediaTailorClient", "DeleteChannelCommand")
|
|
2078
|
-
.
|
|
2079
|
-
.ser(se_DeleteChannelCommand)
|
|
2080
|
-
.de(de_DeleteChannelCommand)
|
|
2552
|
+
.sc(DeleteChannel)
|
|
2081
2553
|
.build() {
|
|
2082
2554
|
}
|
|
2083
2555
|
|
|
@@ -2085,16 +2557,11 @@ class DeleteChannelPolicyCommand extends smithyClient.Command
|
|
|
2085
2557
|
.classBuilder()
|
|
2086
2558
|
.ep(commonParams)
|
|
2087
2559
|
.m(function (Command, cs, config, o) {
|
|
2088
|
-
return [
|
|
2089
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2090
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2091
|
-
];
|
|
2560
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2092
2561
|
})
|
|
2093
2562
|
.s("MediaTailor", "DeleteChannelPolicy", {})
|
|
2094
2563
|
.n("MediaTailorClient", "DeleteChannelPolicyCommand")
|
|
2095
|
-
.
|
|
2096
|
-
.ser(se_DeleteChannelPolicyCommand)
|
|
2097
|
-
.de(de_DeleteChannelPolicyCommand)
|
|
2564
|
+
.sc(DeleteChannelPolicy)
|
|
2098
2565
|
.build() {
|
|
2099
2566
|
}
|
|
2100
2567
|
|
|
@@ -2102,16 +2569,11 @@ class DeleteLiveSourceCommand extends smithyClient.Command
|
|
|
2102
2569
|
.classBuilder()
|
|
2103
2570
|
.ep(commonParams)
|
|
2104
2571
|
.m(function (Command, cs, config, o) {
|
|
2105
|
-
return [
|
|
2106
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2107
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2108
|
-
];
|
|
2572
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2109
2573
|
})
|
|
2110
2574
|
.s("MediaTailor", "DeleteLiveSource", {})
|
|
2111
2575
|
.n("MediaTailorClient", "DeleteLiveSourceCommand")
|
|
2112
|
-
.
|
|
2113
|
-
.ser(se_DeleteLiveSourceCommand)
|
|
2114
|
-
.de(de_DeleteLiveSourceCommand)
|
|
2576
|
+
.sc(DeleteLiveSource)
|
|
2115
2577
|
.build() {
|
|
2116
2578
|
}
|
|
2117
2579
|
|
|
@@ -2119,16 +2581,11 @@ class DeletePlaybackConfigurationCommand extends smithyClient.Command
|
|
|
2119
2581
|
.classBuilder()
|
|
2120
2582
|
.ep(commonParams)
|
|
2121
2583
|
.m(function (Command, cs, config, o) {
|
|
2122
|
-
return [
|
|
2123
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2124
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2125
|
-
];
|
|
2584
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2126
2585
|
})
|
|
2127
2586
|
.s("MediaTailor", "DeletePlaybackConfiguration", {})
|
|
2128
2587
|
.n("MediaTailorClient", "DeletePlaybackConfigurationCommand")
|
|
2129
|
-
.
|
|
2130
|
-
.ser(se_DeletePlaybackConfigurationCommand)
|
|
2131
|
-
.de(de_DeletePlaybackConfigurationCommand)
|
|
2588
|
+
.sc(DeletePlaybackConfiguration)
|
|
2132
2589
|
.build() {
|
|
2133
2590
|
}
|
|
2134
2591
|
|
|
@@ -2136,16 +2593,11 @@ class DeletePrefetchScheduleCommand extends smithyClient.Command
|
|
|
2136
2593
|
.classBuilder()
|
|
2137
2594
|
.ep(commonParams)
|
|
2138
2595
|
.m(function (Command, cs, config, o) {
|
|
2139
|
-
return [
|
|
2140
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2141
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2142
|
-
];
|
|
2596
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2143
2597
|
})
|
|
2144
2598
|
.s("MediaTailor", "DeletePrefetchSchedule", {})
|
|
2145
2599
|
.n("MediaTailorClient", "DeletePrefetchScheduleCommand")
|
|
2146
|
-
.
|
|
2147
|
-
.ser(se_DeletePrefetchScheduleCommand)
|
|
2148
|
-
.de(de_DeletePrefetchScheduleCommand)
|
|
2600
|
+
.sc(DeletePrefetchSchedule)
|
|
2149
2601
|
.build() {
|
|
2150
2602
|
}
|
|
2151
2603
|
|
|
@@ -2153,16 +2605,11 @@ class DeleteProgramCommand extends smithyClient.Command
|
|
|
2153
2605
|
.classBuilder()
|
|
2154
2606
|
.ep(commonParams)
|
|
2155
2607
|
.m(function (Command, cs, config, o) {
|
|
2156
|
-
return [
|
|
2157
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2158
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2159
|
-
];
|
|
2608
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2160
2609
|
})
|
|
2161
2610
|
.s("MediaTailor", "DeleteProgram", {})
|
|
2162
2611
|
.n("MediaTailorClient", "DeleteProgramCommand")
|
|
2163
|
-
.
|
|
2164
|
-
.ser(se_DeleteProgramCommand)
|
|
2165
|
-
.de(de_DeleteProgramCommand)
|
|
2612
|
+
.sc(DeleteProgram)
|
|
2166
2613
|
.build() {
|
|
2167
2614
|
}
|
|
2168
2615
|
|
|
@@ -2170,16 +2617,11 @@ class DeleteSourceLocationCommand extends smithyClient.Command
|
|
|
2170
2617
|
.classBuilder()
|
|
2171
2618
|
.ep(commonParams)
|
|
2172
2619
|
.m(function (Command, cs, config, o) {
|
|
2173
|
-
return [
|
|
2174
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2175
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2176
|
-
];
|
|
2620
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2177
2621
|
})
|
|
2178
2622
|
.s("MediaTailor", "DeleteSourceLocation", {})
|
|
2179
2623
|
.n("MediaTailorClient", "DeleteSourceLocationCommand")
|
|
2180
|
-
.
|
|
2181
|
-
.ser(se_DeleteSourceLocationCommand)
|
|
2182
|
-
.de(de_DeleteSourceLocationCommand)
|
|
2624
|
+
.sc(DeleteSourceLocation)
|
|
2183
2625
|
.build() {
|
|
2184
2626
|
}
|
|
2185
2627
|
|
|
@@ -2187,16 +2629,11 @@ class DeleteVodSourceCommand extends smithyClient.Command
|
|
|
2187
2629
|
.classBuilder()
|
|
2188
2630
|
.ep(commonParams)
|
|
2189
2631
|
.m(function (Command, cs, config, o) {
|
|
2190
|
-
return [
|
|
2191
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2192
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2193
|
-
];
|
|
2632
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2194
2633
|
})
|
|
2195
2634
|
.s("MediaTailor", "DeleteVodSource", {})
|
|
2196
2635
|
.n("MediaTailorClient", "DeleteVodSourceCommand")
|
|
2197
|
-
.
|
|
2198
|
-
.ser(se_DeleteVodSourceCommand)
|
|
2199
|
-
.de(de_DeleteVodSourceCommand)
|
|
2636
|
+
.sc(DeleteVodSource)
|
|
2200
2637
|
.build() {
|
|
2201
2638
|
}
|
|
2202
2639
|
|
|
@@ -2204,16 +2641,11 @@ class DescribeChannelCommand extends smithyClient.Command
|
|
|
2204
2641
|
.classBuilder()
|
|
2205
2642
|
.ep(commonParams)
|
|
2206
2643
|
.m(function (Command, cs, config, o) {
|
|
2207
|
-
return [
|
|
2208
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2209
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2210
|
-
];
|
|
2644
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2211
2645
|
})
|
|
2212
2646
|
.s("MediaTailor", "DescribeChannel", {})
|
|
2213
2647
|
.n("MediaTailorClient", "DescribeChannelCommand")
|
|
2214
|
-
.
|
|
2215
|
-
.ser(se_DescribeChannelCommand)
|
|
2216
|
-
.de(de_DescribeChannelCommand)
|
|
2648
|
+
.sc(DescribeChannel)
|
|
2217
2649
|
.build() {
|
|
2218
2650
|
}
|
|
2219
2651
|
|
|
@@ -2221,16 +2653,11 @@ class DescribeLiveSourceCommand extends smithyClient.Command
|
|
|
2221
2653
|
.classBuilder()
|
|
2222
2654
|
.ep(commonParams)
|
|
2223
2655
|
.m(function (Command, cs, config, o) {
|
|
2224
|
-
return [
|
|
2225
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2226
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2227
|
-
];
|
|
2656
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2228
2657
|
})
|
|
2229
2658
|
.s("MediaTailor", "DescribeLiveSource", {})
|
|
2230
2659
|
.n("MediaTailorClient", "DescribeLiveSourceCommand")
|
|
2231
|
-
.
|
|
2232
|
-
.ser(se_DescribeLiveSourceCommand)
|
|
2233
|
-
.de(de_DescribeLiveSourceCommand)
|
|
2660
|
+
.sc(DescribeLiveSource)
|
|
2234
2661
|
.build() {
|
|
2235
2662
|
}
|
|
2236
2663
|
|
|
@@ -2238,16 +2665,11 @@ class DescribeProgramCommand extends smithyClient.Command
|
|
|
2238
2665
|
.classBuilder()
|
|
2239
2666
|
.ep(commonParams)
|
|
2240
2667
|
.m(function (Command, cs, config, o) {
|
|
2241
|
-
return [
|
|
2242
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2243
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2244
|
-
];
|
|
2668
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2245
2669
|
})
|
|
2246
2670
|
.s("MediaTailor", "DescribeProgram", {})
|
|
2247
2671
|
.n("MediaTailorClient", "DescribeProgramCommand")
|
|
2248
|
-
.
|
|
2249
|
-
.ser(se_DescribeProgramCommand)
|
|
2250
|
-
.de(de_DescribeProgramCommand)
|
|
2672
|
+
.sc(DescribeProgram)
|
|
2251
2673
|
.build() {
|
|
2252
2674
|
}
|
|
2253
2675
|
|
|
@@ -2255,16 +2677,11 @@ class DescribeSourceLocationCommand extends smithyClient.Command
|
|
|
2255
2677
|
.classBuilder()
|
|
2256
2678
|
.ep(commonParams)
|
|
2257
2679
|
.m(function (Command, cs, config, o) {
|
|
2258
|
-
return [
|
|
2259
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2260
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2261
|
-
];
|
|
2680
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2262
2681
|
})
|
|
2263
2682
|
.s("MediaTailor", "DescribeSourceLocation", {})
|
|
2264
2683
|
.n("MediaTailorClient", "DescribeSourceLocationCommand")
|
|
2265
|
-
.
|
|
2266
|
-
.ser(se_DescribeSourceLocationCommand)
|
|
2267
|
-
.de(de_DescribeSourceLocationCommand)
|
|
2684
|
+
.sc(DescribeSourceLocation)
|
|
2268
2685
|
.build() {
|
|
2269
2686
|
}
|
|
2270
2687
|
|
|
@@ -2272,16 +2689,11 @@ class DescribeVodSourceCommand extends smithyClient.Command
|
|
|
2272
2689
|
.classBuilder()
|
|
2273
2690
|
.ep(commonParams)
|
|
2274
2691
|
.m(function (Command, cs, config, o) {
|
|
2275
|
-
return [
|
|
2276
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2277
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2278
|
-
];
|
|
2692
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2279
2693
|
})
|
|
2280
2694
|
.s("MediaTailor", "DescribeVodSource", {})
|
|
2281
2695
|
.n("MediaTailorClient", "DescribeVodSourceCommand")
|
|
2282
|
-
.
|
|
2283
|
-
.ser(se_DescribeVodSourceCommand)
|
|
2284
|
-
.de(de_DescribeVodSourceCommand)
|
|
2696
|
+
.sc(DescribeVodSource)
|
|
2285
2697
|
.build() {
|
|
2286
2698
|
}
|
|
2287
2699
|
|
|
@@ -2289,16 +2701,11 @@ class GetChannelPolicyCommand extends smithyClient.Command
|
|
|
2289
2701
|
.classBuilder()
|
|
2290
2702
|
.ep(commonParams)
|
|
2291
2703
|
.m(function (Command, cs, config, o) {
|
|
2292
|
-
return [
|
|
2293
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2294
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2295
|
-
];
|
|
2704
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2296
2705
|
})
|
|
2297
2706
|
.s("MediaTailor", "GetChannelPolicy", {})
|
|
2298
2707
|
.n("MediaTailorClient", "GetChannelPolicyCommand")
|
|
2299
|
-
.
|
|
2300
|
-
.ser(se_GetChannelPolicyCommand)
|
|
2301
|
-
.de(de_GetChannelPolicyCommand)
|
|
2708
|
+
.sc(GetChannelPolicy)
|
|
2302
2709
|
.build() {
|
|
2303
2710
|
}
|
|
2304
2711
|
|
|
@@ -2306,16 +2713,11 @@ class GetChannelScheduleCommand extends smithyClient.Command
|
|
|
2306
2713
|
.classBuilder()
|
|
2307
2714
|
.ep(commonParams)
|
|
2308
2715
|
.m(function (Command, cs, config, o) {
|
|
2309
|
-
return [
|
|
2310
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2311
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2312
|
-
];
|
|
2716
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2313
2717
|
})
|
|
2314
2718
|
.s("MediaTailor", "GetChannelSchedule", {})
|
|
2315
2719
|
.n("MediaTailorClient", "GetChannelScheduleCommand")
|
|
2316
|
-
.
|
|
2317
|
-
.ser(se_GetChannelScheduleCommand)
|
|
2318
|
-
.de(de_GetChannelScheduleCommand)
|
|
2720
|
+
.sc(GetChannelSchedule)
|
|
2319
2721
|
.build() {
|
|
2320
2722
|
}
|
|
2321
2723
|
|
|
@@ -2323,16 +2725,11 @@ class GetPlaybackConfigurationCommand extends smithyClient.Command
|
|
|
2323
2725
|
.classBuilder()
|
|
2324
2726
|
.ep(commonParams)
|
|
2325
2727
|
.m(function (Command, cs, config, o) {
|
|
2326
|
-
return [
|
|
2327
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2328
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2329
|
-
];
|
|
2728
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2330
2729
|
})
|
|
2331
2730
|
.s("MediaTailor", "GetPlaybackConfiguration", {})
|
|
2332
2731
|
.n("MediaTailorClient", "GetPlaybackConfigurationCommand")
|
|
2333
|
-
.
|
|
2334
|
-
.ser(se_GetPlaybackConfigurationCommand)
|
|
2335
|
-
.de(de_GetPlaybackConfigurationCommand)
|
|
2732
|
+
.sc(GetPlaybackConfiguration)
|
|
2336
2733
|
.build() {
|
|
2337
2734
|
}
|
|
2338
2735
|
|
|
@@ -2340,16 +2737,11 @@ class GetPrefetchScheduleCommand extends smithyClient.Command
|
|
|
2340
2737
|
.classBuilder()
|
|
2341
2738
|
.ep(commonParams)
|
|
2342
2739
|
.m(function (Command, cs, config, o) {
|
|
2343
|
-
return [
|
|
2344
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2345
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2346
|
-
];
|
|
2740
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2347
2741
|
})
|
|
2348
2742
|
.s("MediaTailor", "GetPrefetchSchedule", {})
|
|
2349
2743
|
.n("MediaTailorClient", "GetPrefetchScheduleCommand")
|
|
2350
|
-
.
|
|
2351
|
-
.ser(se_GetPrefetchScheduleCommand)
|
|
2352
|
-
.de(de_GetPrefetchScheduleCommand)
|
|
2744
|
+
.sc(GetPrefetchSchedule)
|
|
2353
2745
|
.build() {
|
|
2354
2746
|
}
|
|
2355
2747
|
|
|
@@ -2357,16 +2749,11 @@ class ListAlertsCommand extends smithyClient.Command
|
|
|
2357
2749
|
.classBuilder()
|
|
2358
2750
|
.ep(commonParams)
|
|
2359
2751
|
.m(function (Command, cs, config, o) {
|
|
2360
|
-
return [
|
|
2361
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2362
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2363
|
-
];
|
|
2752
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2364
2753
|
})
|
|
2365
2754
|
.s("MediaTailor", "ListAlerts", {})
|
|
2366
2755
|
.n("MediaTailorClient", "ListAlertsCommand")
|
|
2367
|
-
.
|
|
2368
|
-
.ser(se_ListAlertsCommand)
|
|
2369
|
-
.de(de_ListAlertsCommand)
|
|
2756
|
+
.sc(ListAlerts)
|
|
2370
2757
|
.build() {
|
|
2371
2758
|
}
|
|
2372
2759
|
|
|
@@ -2374,16 +2761,11 @@ class ListChannelsCommand extends smithyClient.Command
|
|
|
2374
2761
|
.classBuilder()
|
|
2375
2762
|
.ep(commonParams)
|
|
2376
2763
|
.m(function (Command, cs, config, o) {
|
|
2377
|
-
return [
|
|
2378
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2379
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2380
|
-
];
|
|
2764
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2381
2765
|
})
|
|
2382
2766
|
.s("MediaTailor", "ListChannels", {})
|
|
2383
2767
|
.n("MediaTailorClient", "ListChannelsCommand")
|
|
2384
|
-
.
|
|
2385
|
-
.ser(se_ListChannelsCommand)
|
|
2386
|
-
.de(de_ListChannelsCommand)
|
|
2768
|
+
.sc(ListChannels)
|
|
2387
2769
|
.build() {
|
|
2388
2770
|
}
|
|
2389
2771
|
|
|
@@ -2391,16 +2773,11 @@ class ListLiveSourcesCommand extends smithyClient.Command
|
|
|
2391
2773
|
.classBuilder()
|
|
2392
2774
|
.ep(commonParams)
|
|
2393
2775
|
.m(function (Command, cs, config, o) {
|
|
2394
|
-
return [
|
|
2395
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2396
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2397
|
-
];
|
|
2776
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2398
2777
|
})
|
|
2399
2778
|
.s("MediaTailor", "ListLiveSources", {})
|
|
2400
2779
|
.n("MediaTailorClient", "ListLiveSourcesCommand")
|
|
2401
|
-
.
|
|
2402
|
-
.ser(se_ListLiveSourcesCommand)
|
|
2403
|
-
.de(de_ListLiveSourcesCommand)
|
|
2780
|
+
.sc(ListLiveSources)
|
|
2404
2781
|
.build() {
|
|
2405
2782
|
}
|
|
2406
2783
|
|
|
@@ -2408,16 +2785,11 @@ class ListPlaybackConfigurationsCommand extends smithyClient.Command
|
|
|
2408
2785
|
.classBuilder()
|
|
2409
2786
|
.ep(commonParams)
|
|
2410
2787
|
.m(function (Command, cs, config, o) {
|
|
2411
|
-
return [
|
|
2412
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2413
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2414
|
-
];
|
|
2788
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2415
2789
|
})
|
|
2416
2790
|
.s("MediaTailor", "ListPlaybackConfigurations", {})
|
|
2417
2791
|
.n("MediaTailorClient", "ListPlaybackConfigurationsCommand")
|
|
2418
|
-
.
|
|
2419
|
-
.ser(se_ListPlaybackConfigurationsCommand)
|
|
2420
|
-
.de(de_ListPlaybackConfigurationsCommand)
|
|
2792
|
+
.sc(ListPlaybackConfigurations)
|
|
2421
2793
|
.build() {
|
|
2422
2794
|
}
|
|
2423
2795
|
|
|
@@ -2425,16 +2797,11 @@ class ListPrefetchSchedulesCommand extends smithyClient.Command
|
|
|
2425
2797
|
.classBuilder()
|
|
2426
2798
|
.ep(commonParams)
|
|
2427
2799
|
.m(function (Command, cs, config, o) {
|
|
2428
|
-
return [
|
|
2429
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2430
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2431
|
-
];
|
|
2800
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2432
2801
|
})
|
|
2433
2802
|
.s("MediaTailor", "ListPrefetchSchedules", {})
|
|
2434
2803
|
.n("MediaTailorClient", "ListPrefetchSchedulesCommand")
|
|
2435
|
-
.
|
|
2436
|
-
.ser(se_ListPrefetchSchedulesCommand)
|
|
2437
|
-
.de(de_ListPrefetchSchedulesCommand)
|
|
2804
|
+
.sc(ListPrefetchSchedules)
|
|
2438
2805
|
.build() {
|
|
2439
2806
|
}
|
|
2440
2807
|
|
|
@@ -2442,16 +2809,11 @@ class ListSourceLocationsCommand extends smithyClient.Command
|
|
|
2442
2809
|
.classBuilder()
|
|
2443
2810
|
.ep(commonParams)
|
|
2444
2811
|
.m(function (Command, cs, config, o) {
|
|
2445
|
-
return [
|
|
2446
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2447
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2448
|
-
];
|
|
2812
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2449
2813
|
})
|
|
2450
2814
|
.s("MediaTailor", "ListSourceLocations", {})
|
|
2451
2815
|
.n("MediaTailorClient", "ListSourceLocationsCommand")
|
|
2452
|
-
.
|
|
2453
|
-
.ser(se_ListSourceLocationsCommand)
|
|
2454
|
-
.de(de_ListSourceLocationsCommand)
|
|
2816
|
+
.sc(ListSourceLocations)
|
|
2455
2817
|
.build() {
|
|
2456
2818
|
}
|
|
2457
2819
|
|
|
@@ -2459,16 +2821,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
2459
2821
|
.classBuilder()
|
|
2460
2822
|
.ep(commonParams)
|
|
2461
2823
|
.m(function (Command, cs, config, o) {
|
|
2462
|
-
return [
|
|
2463
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2464
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2465
|
-
];
|
|
2824
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2466
2825
|
})
|
|
2467
2826
|
.s("MediaTailor", "ListTagsForResource", {})
|
|
2468
2827
|
.n("MediaTailorClient", "ListTagsForResourceCommand")
|
|
2469
|
-
.
|
|
2470
|
-
.ser(se_ListTagsForResourceCommand)
|
|
2471
|
-
.de(de_ListTagsForResourceCommand)
|
|
2828
|
+
.sc(ListTagsForResource)
|
|
2472
2829
|
.build() {
|
|
2473
2830
|
}
|
|
2474
2831
|
|
|
@@ -2476,16 +2833,11 @@ class ListVodSourcesCommand extends smithyClient.Command
|
|
|
2476
2833
|
.classBuilder()
|
|
2477
2834
|
.ep(commonParams)
|
|
2478
2835
|
.m(function (Command, cs, config, o) {
|
|
2479
|
-
return [
|
|
2480
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2481
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2482
|
-
];
|
|
2836
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2483
2837
|
})
|
|
2484
2838
|
.s("MediaTailor", "ListVodSources", {})
|
|
2485
2839
|
.n("MediaTailorClient", "ListVodSourcesCommand")
|
|
2486
|
-
.
|
|
2487
|
-
.ser(se_ListVodSourcesCommand)
|
|
2488
|
-
.de(de_ListVodSourcesCommand)
|
|
2840
|
+
.sc(ListVodSources)
|
|
2489
2841
|
.build() {
|
|
2490
2842
|
}
|
|
2491
2843
|
|
|
@@ -2493,16 +2845,11 @@ class PutChannelPolicyCommand extends smithyClient.Command
|
|
|
2493
2845
|
.classBuilder()
|
|
2494
2846
|
.ep(commonParams)
|
|
2495
2847
|
.m(function (Command, cs, config, o) {
|
|
2496
|
-
return [
|
|
2497
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2498
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2499
|
-
];
|
|
2848
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2500
2849
|
})
|
|
2501
2850
|
.s("MediaTailor", "PutChannelPolicy", {})
|
|
2502
2851
|
.n("MediaTailorClient", "PutChannelPolicyCommand")
|
|
2503
|
-
.
|
|
2504
|
-
.ser(se_PutChannelPolicyCommand)
|
|
2505
|
-
.de(de_PutChannelPolicyCommand)
|
|
2852
|
+
.sc(PutChannelPolicy)
|
|
2506
2853
|
.build() {
|
|
2507
2854
|
}
|
|
2508
2855
|
|
|
@@ -2510,16 +2857,11 @@ class PutPlaybackConfigurationCommand extends smithyClient.Command
|
|
|
2510
2857
|
.classBuilder()
|
|
2511
2858
|
.ep(commonParams)
|
|
2512
2859
|
.m(function (Command, cs, config, o) {
|
|
2513
|
-
return [
|
|
2514
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2515
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2516
|
-
];
|
|
2860
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2517
2861
|
})
|
|
2518
2862
|
.s("MediaTailor", "PutPlaybackConfiguration", {})
|
|
2519
2863
|
.n("MediaTailorClient", "PutPlaybackConfigurationCommand")
|
|
2520
|
-
.
|
|
2521
|
-
.ser(se_PutPlaybackConfigurationCommand)
|
|
2522
|
-
.de(de_PutPlaybackConfigurationCommand)
|
|
2864
|
+
.sc(PutPlaybackConfiguration)
|
|
2523
2865
|
.build() {
|
|
2524
2866
|
}
|
|
2525
2867
|
|
|
@@ -2527,16 +2869,11 @@ class StartChannelCommand extends smithyClient.Command
|
|
|
2527
2869
|
.classBuilder()
|
|
2528
2870
|
.ep(commonParams)
|
|
2529
2871
|
.m(function (Command, cs, config, o) {
|
|
2530
|
-
return [
|
|
2531
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2532
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2533
|
-
];
|
|
2872
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2534
2873
|
})
|
|
2535
2874
|
.s("MediaTailor", "StartChannel", {})
|
|
2536
2875
|
.n("MediaTailorClient", "StartChannelCommand")
|
|
2537
|
-
.
|
|
2538
|
-
.ser(se_StartChannelCommand)
|
|
2539
|
-
.de(de_StartChannelCommand)
|
|
2876
|
+
.sc(StartChannel)
|
|
2540
2877
|
.build() {
|
|
2541
2878
|
}
|
|
2542
2879
|
|
|
@@ -2544,16 +2881,11 @@ class StopChannelCommand extends smithyClient.Command
|
|
|
2544
2881
|
.classBuilder()
|
|
2545
2882
|
.ep(commonParams)
|
|
2546
2883
|
.m(function (Command, cs, config, o) {
|
|
2547
|
-
return [
|
|
2548
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2549
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2550
|
-
];
|
|
2884
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2551
2885
|
})
|
|
2552
2886
|
.s("MediaTailor", "StopChannel", {})
|
|
2553
2887
|
.n("MediaTailorClient", "StopChannelCommand")
|
|
2554
|
-
.
|
|
2555
|
-
.ser(se_StopChannelCommand)
|
|
2556
|
-
.de(de_StopChannelCommand)
|
|
2888
|
+
.sc(StopChannel)
|
|
2557
2889
|
.build() {
|
|
2558
2890
|
}
|
|
2559
2891
|
|
|
@@ -2561,16 +2893,11 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
2561
2893
|
.classBuilder()
|
|
2562
2894
|
.ep(commonParams)
|
|
2563
2895
|
.m(function (Command, cs, config, o) {
|
|
2564
|
-
return [
|
|
2565
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2566
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2567
|
-
];
|
|
2896
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2568
2897
|
})
|
|
2569
2898
|
.s("MediaTailor", "TagResource", {})
|
|
2570
2899
|
.n("MediaTailorClient", "TagResourceCommand")
|
|
2571
|
-
.
|
|
2572
|
-
.ser(se_TagResourceCommand)
|
|
2573
|
-
.de(de_TagResourceCommand)
|
|
2900
|
+
.sc(TagResource)
|
|
2574
2901
|
.build() {
|
|
2575
2902
|
}
|
|
2576
2903
|
|
|
@@ -2578,16 +2905,11 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
2578
2905
|
.classBuilder()
|
|
2579
2906
|
.ep(commonParams)
|
|
2580
2907
|
.m(function (Command, cs, config, o) {
|
|
2581
|
-
return [
|
|
2582
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2583
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2584
|
-
];
|
|
2908
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2585
2909
|
})
|
|
2586
2910
|
.s("MediaTailor", "UntagResource", {})
|
|
2587
2911
|
.n("MediaTailorClient", "UntagResourceCommand")
|
|
2588
|
-
.
|
|
2589
|
-
.ser(se_UntagResourceCommand)
|
|
2590
|
-
.de(de_UntagResourceCommand)
|
|
2912
|
+
.sc(UntagResource)
|
|
2591
2913
|
.build() {
|
|
2592
2914
|
}
|
|
2593
2915
|
|
|
@@ -2595,16 +2917,11 @@ class UpdateChannelCommand extends smithyClient.Command
|
|
|
2595
2917
|
.classBuilder()
|
|
2596
2918
|
.ep(commonParams)
|
|
2597
2919
|
.m(function (Command, cs, config, o) {
|
|
2598
|
-
return [
|
|
2599
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2600
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2601
|
-
];
|
|
2920
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2602
2921
|
})
|
|
2603
2922
|
.s("MediaTailor", "UpdateChannel", {})
|
|
2604
2923
|
.n("MediaTailorClient", "UpdateChannelCommand")
|
|
2605
|
-
.
|
|
2606
|
-
.ser(se_UpdateChannelCommand)
|
|
2607
|
-
.de(de_UpdateChannelCommand)
|
|
2924
|
+
.sc(UpdateChannel)
|
|
2608
2925
|
.build() {
|
|
2609
2926
|
}
|
|
2610
2927
|
|
|
@@ -2612,16 +2929,11 @@ class UpdateLiveSourceCommand extends smithyClient.Command
|
|
|
2612
2929
|
.classBuilder()
|
|
2613
2930
|
.ep(commonParams)
|
|
2614
2931
|
.m(function (Command, cs, config, o) {
|
|
2615
|
-
return [
|
|
2616
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2617
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2618
|
-
];
|
|
2932
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2619
2933
|
})
|
|
2620
2934
|
.s("MediaTailor", "UpdateLiveSource", {})
|
|
2621
2935
|
.n("MediaTailorClient", "UpdateLiveSourceCommand")
|
|
2622
|
-
.
|
|
2623
|
-
.ser(se_UpdateLiveSourceCommand)
|
|
2624
|
-
.de(de_UpdateLiveSourceCommand)
|
|
2936
|
+
.sc(UpdateLiveSource)
|
|
2625
2937
|
.build() {
|
|
2626
2938
|
}
|
|
2627
2939
|
|
|
@@ -2629,16 +2941,11 @@ class UpdateProgramCommand extends smithyClient.Command
|
|
|
2629
2941
|
.classBuilder()
|
|
2630
2942
|
.ep(commonParams)
|
|
2631
2943
|
.m(function (Command, cs, config, o) {
|
|
2632
|
-
return [
|
|
2633
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2634
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2635
|
-
];
|
|
2944
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2636
2945
|
})
|
|
2637
2946
|
.s("MediaTailor", "UpdateProgram", {})
|
|
2638
2947
|
.n("MediaTailorClient", "UpdateProgramCommand")
|
|
2639
|
-
.
|
|
2640
|
-
.ser(se_UpdateProgramCommand)
|
|
2641
|
-
.de(de_UpdateProgramCommand)
|
|
2948
|
+
.sc(UpdateProgram)
|
|
2642
2949
|
.build() {
|
|
2643
2950
|
}
|
|
2644
2951
|
|
|
@@ -2646,16 +2953,11 @@ class UpdateSourceLocationCommand extends smithyClient.Command
|
|
|
2646
2953
|
.classBuilder()
|
|
2647
2954
|
.ep(commonParams)
|
|
2648
2955
|
.m(function (Command, cs, config, o) {
|
|
2649
|
-
return [
|
|
2650
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2651
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2652
|
-
];
|
|
2956
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2653
2957
|
})
|
|
2654
2958
|
.s("MediaTailor", "UpdateSourceLocation", {})
|
|
2655
2959
|
.n("MediaTailorClient", "UpdateSourceLocationCommand")
|
|
2656
|
-
.
|
|
2657
|
-
.ser(se_UpdateSourceLocationCommand)
|
|
2658
|
-
.de(de_UpdateSourceLocationCommand)
|
|
2960
|
+
.sc(UpdateSourceLocation)
|
|
2659
2961
|
.build() {
|
|
2660
2962
|
}
|
|
2661
2963
|
|
|
@@ -2663,16 +2965,11 @@ class UpdateVodSourceCommand extends smithyClient.Command
|
|
|
2663
2965
|
.classBuilder()
|
|
2664
2966
|
.ep(commonParams)
|
|
2665
2967
|
.m(function (Command, cs, config, o) {
|
|
2666
|
-
return [
|
|
2667
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2668
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2669
|
-
];
|
|
2968
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2670
2969
|
})
|
|
2671
2970
|
.s("MediaTailor", "UpdateVodSource", {})
|
|
2672
2971
|
.n("MediaTailorClient", "UpdateVodSourceCommand")
|
|
2673
|
-
.
|
|
2674
|
-
.ser(se_UpdateVodSourceCommand)
|
|
2675
|
-
.de(de_UpdateVodSourceCommand)
|
|
2972
|
+
.sc(UpdateVodSource)
|
|
2676
2973
|
.build() {
|
|
2677
2974
|
}
|
|
2678
2975
|
|
|
@@ -2755,7 +3052,7 @@ exports.AdMarkupType = AdMarkupType;
|
|
|
2755
3052
|
exports.AdsInteractionExcludeEventType = AdsInteractionExcludeEventType;
|
|
2756
3053
|
exports.AdsInteractionPublishOptInEventType = AdsInteractionPublishOptInEventType;
|
|
2757
3054
|
exports.AlertCategory = AlertCategory;
|
|
2758
|
-
exports.BadRequestException = BadRequestException;
|
|
3055
|
+
exports.BadRequestException = BadRequestException$1;
|
|
2759
3056
|
exports.ChannelState = ChannelState;
|
|
2760
3057
|
exports.ConfigureLogsForChannelCommand = ConfigureLogsForChannelCommand;
|
|
2761
3058
|
exports.ConfigureLogsForPlaybackConfigurationCommand = ConfigureLogsForPlaybackConfigurationCommand;
|
|
@@ -2798,7 +3095,7 @@ exports.LoggingStrategy = LoggingStrategy;
|
|
|
2798
3095
|
exports.ManifestServiceExcludeEventType = ManifestServiceExcludeEventType;
|
|
2799
3096
|
exports.MediaTailor = MediaTailor;
|
|
2800
3097
|
exports.MediaTailorClient = MediaTailorClient;
|
|
2801
|
-
exports.MediaTailorServiceException = MediaTailorServiceException;
|
|
3098
|
+
exports.MediaTailorServiceException = MediaTailorServiceException$1;
|
|
2802
3099
|
exports.MessageType = MessageType;
|
|
2803
3100
|
exports.Mode = Mode;
|
|
2804
3101
|
exports.Operator = Operator;
|