@aws-sdk/client-mediatailor 3.758.0 → 3.772.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 +107 -107
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AccessType: () => AccessType,
|
|
25
25
|
AdMarkupType: () => AdMarkupType,
|
|
26
26
|
AlertCategory: () => AlertCategory,
|
|
@@ -97,7 +97,7 @@ __export(src_exports, {
|
|
|
97
97
|
paginateListSourceLocations: () => paginateListSourceLocations,
|
|
98
98
|
paginateListVodSources: () => paginateListVodSources
|
|
99
99
|
});
|
|
100
|
-
module.exports = __toCommonJS(
|
|
100
|
+
module.exports = __toCommonJS(index_exports);
|
|
101
101
|
|
|
102
102
|
// src/MediaTailorClient.ts
|
|
103
103
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -224,9 +224,9 @@ var MediaTailorClient = class extends import_smithy_client.Client {
|
|
|
224
224
|
this.middlewareStack.use(
|
|
225
225
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
226
226
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultMediaTailorHttpAuthSchemeParametersProvider,
|
|
227
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
227
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
228
228
|
"aws.auth#sigv4": config.credentials
|
|
229
|
-
})
|
|
229
|
+
}), "identityProviderConfigProvider")
|
|
230
230
|
})
|
|
231
231
|
);
|
|
232
232
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -376,7 +376,7 @@ var se_ConfigureLogsForChannelCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
376
376
|
body = JSON.stringify(
|
|
377
377
|
(0, import_smithy_client.take)(input, {
|
|
378
378
|
ChannelName: [],
|
|
379
|
-
LogTypes: (_) => (0, import_smithy_client._json)(_)
|
|
379
|
+
LogTypes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "LogTypes")
|
|
380
380
|
})
|
|
381
381
|
);
|
|
382
382
|
b.m("PUT").h(headers).b(body);
|
|
@@ -391,7 +391,7 @@ var se_ConfigureLogsForPlaybackConfigurationCommand = /* @__PURE__ */ __name(asy
|
|
|
391
391
|
let body;
|
|
392
392
|
body = JSON.stringify(
|
|
393
393
|
(0, import_smithy_client.take)(input, {
|
|
394
|
-
EnabledLoggingStrategies: (_) => (0, import_smithy_client._json)(_),
|
|
394
|
+
EnabledLoggingStrategies: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "EnabledLoggingStrategies"),
|
|
395
395
|
PercentEnabled: [],
|
|
396
396
|
PlaybackConfigurationName: []
|
|
397
397
|
})
|
|
@@ -409,13 +409,13 @@ var se_CreateChannelCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
409
409
|
let body;
|
|
410
410
|
body = JSON.stringify(
|
|
411
411
|
(0, import_smithy_client.take)(input, {
|
|
412
|
-
Audiences: (_) => (0, import_smithy_client._json)(_),
|
|
413
|
-
FillerSlate: (_) => (0, import_smithy_client._json)(_),
|
|
414
|
-
Outputs: (_) => (0, import_smithy_client._json)(_),
|
|
412
|
+
Audiences: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Audiences"),
|
|
413
|
+
FillerSlate: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "FillerSlate"),
|
|
414
|
+
Outputs: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Outputs"),
|
|
415
415
|
PlaybackMode: [],
|
|
416
416
|
tags: [, (_) => (0, import_smithy_client._json)(_), `Tags`],
|
|
417
417
|
Tier: [],
|
|
418
|
-
TimeShiftConfiguration: (_) => (0, import_smithy_client._json)(_)
|
|
418
|
+
TimeShiftConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "TimeShiftConfiguration")
|
|
419
419
|
})
|
|
420
420
|
);
|
|
421
421
|
b.m("POST").h(headers).b(body);
|
|
@@ -432,7 +432,7 @@ var se_CreateLiveSourceCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
432
432
|
let body;
|
|
433
433
|
body = JSON.stringify(
|
|
434
434
|
(0, import_smithy_client.take)(input, {
|
|
435
|
-
HttpPackageConfigurations: (_) => (0, import_smithy_client._json)(_),
|
|
435
|
+
HttpPackageConfigurations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "HttpPackageConfigurations"),
|
|
436
436
|
tags: [, (_) => (0, import_smithy_client._json)(_), `Tags`]
|
|
437
437
|
})
|
|
438
438
|
);
|
|
@@ -450,8 +450,8 @@ var se_CreatePrefetchScheduleCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
450
450
|
let body;
|
|
451
451
|
body = JSON.stringify(
|
|
452
452
|
(0, import_smithy_client.take)(input, {
|
|
453
|
-
Consumption: (_) => se_PrefetchConsumption(_, context),
|
|
454
|
-
Retrieval: (_) => se_PrefetchRetrieval(_, context),
|
|
453
|
+
Consumption: /* @__PURE__ */ __name((_) => se_PrefetchConsumption(_, context), "Consumption"),
|
|
454
|
+
Retrieval: /* @__PURE__ */ __name((_) => se_PrefetchRetrieval(_, context), "Retrieval"),
|
|
455
455
|
StreamId: []
|
|
456
456
|
})
|
|
457
457
|
);
|
|
@@ -469,10 +469,10 @@ var se_CreateProgramCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
469
469
|
let body;
|
|
470
470
|
body = JSON.stringify(
|
|
471
471
|
(0, import_smithy_client.take)(input, {
|
|
472
|
-
AdBreaks: (_) => (0, import_smithy_client._json)(_),
|
|
473
|
-
AudienceMedia: (_) => (0, import_smithy_client._json)(_),
|
|
472
|
+
AdBreaks: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AdBreaks"),
|
|
473
|
+
AudienceMedia: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AudienceMedia"),
|
|
474
474
|
LiveSourceName: [],
|
|
475
|
-
ScheduleConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
475
|
+
ScheduleConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ScheduleConfiguration"),
|
|
476
476
|
SourceLocationName: [],
|
|
477
477
|
VodSourceName: []
|
|
478
478
|
})
|
|
@@ -490,10 +490,10 @@ var se_CreateSourceLocationCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
490
490
|
let body;
|
|
491
491
|
body = JSON.stringify(
|
|
492
492
|
(0, import_smithy_client.take)(input, {
|
|
493
|
-
AccessConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
494
|
-
DefaultSegmentDeliveryConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
495
|
-
HttpConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
496
|
-
SegmentDeliveryConfigurations: (_) => (0, import_smithy_client._json)(_),
|
|
493
|
+
AccessConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AccessConfiguration"),
|
|
494
|
+
DefaultSegmentDeliveryConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "DefaultSegmentDeliveryConfiguration"),
|
|
495
|
+
HttpConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "HttpConfiguration"),
|
|
496
|
+
SegmentDeliveryConfigurations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SegmentDeliveryConfigurations"),
|
|
497
497
|
tags: [, (_) => (0, import_smithy_client._json)(_), `Tags`]
|
|
498
498
|
})
|
|
499
499
|
);
|
|
@@ -511,7 +511,7 @@ var se_CreateVodSourceCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
511
511
|
let body;
|
|
512
512
|
body = JSON.stringify(
|
|
513
513
|
(0, import_smithy_client.take)(input, {
|
|
514
|
-
HttpPackageConfigurations: (_) => (0, import_smithy_client._json)(_),
|
|
514
|
+
HttpPackageConfigurations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "HttpPackageConfigurations"),
|
|
515
515
|
tags: [, (_) => (0, import_smithy_client._json)(_), `Tags`]
|
|
516
516
|
})
|
|
517
517
|
);
|
|
@@ -812,16 +812,16 @@ var se_PutPlaybackConfigurationCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
812
812
|
let body;
|
|
813
813
|
body = JSON.stringify(
|
|
814
814
|
(0, import_smithy_client.take)(input, {
|
|
815
|
-
AdConditioningConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
815
|
+
AdConditioningConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AdConditioningConfiguration"),
|
|
816
816
|
AdDecisionServerUrl: [],
|
|
817
|
-
AvailSuppression: (_) => (0, import_smithy_client._json)(_),
|
|
818
|
-
Bumper: (_) => (0, import_smithy_client._json)(_),
|
|
819
|
-
CdnConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
820
|
-
ConfigurationAliases: (_) => (0, import_smithy_client._json)(_),
|
|
821
|
-
DashConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
817
|
+
AvailSuppression: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AvailSuppression"),
|
|
818
|
+
Bumper: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Bumper"),
|
|
819
|
+
CdnConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "CdnConfiguration"),
|
|
820
|
+
ConfigurationAliases: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ConfigurationAliases"),
|
|
821
|
+
DashConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "DashConfiguration"),
|
|
822
822
|
InsertionMode: [],
|
|
823
|
-
LivePreRollConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
824
|
-
ManifestProcessingRules: (_) => (0, import_smithy_client._json)(_),
|
|
823
|
+
LivePreRollConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "LivePreRollConfiguration"),
|
|
824
|
+
ManifestProcessingRules: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ManifestProcessingRules"),
|
|
825
825
|
Name: [],
|
|
826
826
|
PersonalizationThresholdSeconds: [],
|
|
827
827
|
SlateAdUrl: [],
|
|
@@ -889,10 +889,10 @@ var se_UpdateChannelCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
889
889
|
let body;
|
|
890
890
|
body = JSON.stringify(
|
|
891
891
|
(0, import_smithy_client.take)(input, {
|
|
892
|
-
Audiences: (_) => (0, import_smithy_client._json)(_),
|
|
893
|
-
FillerSlate: (_) => (0, import_smithy_client._json)(_),
|
|
894
|
-
Outputs: (_) => (0, import_smithy_client._json)(_),
|
|
895
|
-
TimeShiftConfiguration: (_) => (0, import_smithy_client._json)(_)
|
|
892
|
+
Audiences: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Audiences"),
|
|
893
|
+
FillerSlate: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "FillerSlate"),
|
|
894
|
+
Outputs: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Outputs"),
|
|
895
|
+
TimeShiftConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "TimeShiftConfiguration")
|
|
896
896
|
})
|
|
897
897
|
);
|
|
898
898
|
b.m("PUT").h(headers).b(body);
|
|
@@ -909,7 +909,7 @@ var se_UpdateLiveSourceCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
909
909
|
let body;
|
|
910
910
|
body = JSON.stringify(
|
|
911
911
|
(0, import_smithy_client.take)(input, {
|
|
912
|
-
HttpPackageConfigurations: (_) => (0, import_smithy_client._json)(_)
|
|
912
|
+
HttpPackageConfigurations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "HttpPackageConfigurations")
|
|
913
913
|
})
|
|
914
914
|
);
|
|
915
915
|
b.m("PUT").h(headers).b(body);
|
|
@@ -926,9 +926,9 @@ var se_UpdateProgramCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
926
926
|
let body;
|
|
927
927
|
body = JSON.stringify(
|
|
928
928
|
(0, import_smithy_client.take)(input, {
|
|
929
|
-
AdBreaks: (_) => (0, import_smithy_client._json)(_),
|
|
930
|
-
AudienceMedia: (_) => (0, import_smithy_client._json)(_),
|
|
931
|
-
ScheduleConfiguration: (_) => (0, import_smithy_client._json)(_)
|
|
929
|
+
AdBreaks: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AdBreaks"),
|
|
930
|
+
AudienceMedia: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AudienceMedia"),
|
|
931
|
+
ScheduleConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ScheduleConfiguration")
|
|
932
932
|
})
|
|
933
933
|
);
|
|
934
934
|
b.m("PUT").h(headers).b(body);
|
|
@@ -944,10 +944,10 @@ var se_UpdateSourceLocationCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
944
944
|
let body;
|
|
945
945
|
body = JSON.stringify(
|
|
946
946
|
(0, import_smithy_client.take)(input, {
|
|
947
|
-
AccessConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
948
|
-
DefaultSegmentDeliveryConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
949
|
-
HttpConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
950
|
-
SegmentDeliveryConfigurations: (_) => (0, import_smithy_client._json)(_)
|
|
947
|
+
AccessConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AccessConfiguration"),
|
|
948
|
+
DefaultSegmentDeliveryConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "DefaultSegmentDeliveryConfiguration"),
|
|
949
|
+
HttpConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "HttpConfiguration"),
|
|
950
|
+
SegmentDeliveryConfigurations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SegmentDeliveryConfigurations")
|
|
951
951
|
})
|
|
952
952
|
);
|
|
953
953
|
b.m("PUT").h(headers).b(body);
|
|
@@ -964,7 +964,7 @@ var se_UpdateVodSourceCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
964
964
|
let body;
|
|
965
965
|
body = JSON.stringify(
|
|
966
966
|
(0, import_smithy_client.take)(input, {
|
|
967
|
-
HttpPackageConfigurations: (_) => (0, import_smithy_client._json)(_)
|
|
967
|
+
HttpPackageConfigurations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "HttpPackageConfigurations")
|
|
968
968
|
})
|
|
969
969
|
);
|
|
970
970
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1014,9 +1014,9 @@ var de_CreateChannelCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1014
1014
|
Audiences: import_smithy_client._json,
|
|
1015
1015
|
ChannelName: import_smithy_client.expectString,
|
|
1016
1016
|
ChannelState: import_smithy_client.expectString,
|
|
1017
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1017
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
1018
1018
|
FillerSlate: import_smithy_client._json,
|
|
1019
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1019
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
1020
1020
|
Outputs: import_smithy_client._json,
|
|
1021
1021
|
PlaybackMode: import_smithy_client.expectString,
|
|
1022
1022
|
Tags: [, import_smithy_client._json, `tags`],
|
|
@@ -1036,9 +1036,9 @@ var de_CreateLiveSourceCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1036
1036
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1037
1037
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1038
1038
|
Arn: import_smithy_client.expectString,
|
|
1039
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1039
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
1040
1040
|
HttpPackageConfigurations: import_smithy_client._json,
|
|
1041
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1041
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
1042
1042
|
LiveSourceName: import_smithy_client.expectString,
|
|
1043
1043
|
SourceLocationName: import_smithy_client.expectString,
|
|
1044
1044
|
Tags: [, import_smithy_client._json, `tags`]
|
|
@@ -1056,10 +1056,10 @@ var de_CreatePrefetchScheduleCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
1056
1056
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1057
1057
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1058
1058
|
Arn: import_smithy_client.expectString,
|
|
1059
|
-
Consumption: (_) => de_PrefetchConsumption(_, context),
|
|
1059
|
+
Consumption: /* @__PURE__ */ __name((_) => de_PrefetchConsumption(_, context), "Consumption"),
|
|
1060
1060
|
Name: import_smithy_client.expectString,
|
|
1061
1061
|
PlaybackConfigurationName: import_smithy_client.expectString,
|
|
1062
|
-
Retrieval: (_) => de_PrefetchRetrieval(_, context),
|
|
1062
|
+
Retrieval: /* @__PURE__ */ __name((_) => de_PrefetchRetrieval(_, context), "Retrieval"),
|
|
1063
1063
|
StreamId: import_smithy_client.expectString
|
|
1064
1064
|
});
|
|
1065
1065
|
Object.assign(contents, doc);
|
|
@@ -1079,11 +1079,11 @@ var de_CreateProgramCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1079
1079
|
AudienceMedia: import_smithy_client._json,
|
|
1080
1080
|
ChannelName: import_smithy_client.expectString,
|
|
1081
1081
|
ClipRange: import_smithy_client._json,
|
|
1082
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1082
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
1083
1083
|
DurationMillis: import_smithy_client.expectLong,
|
|
1084
1084
|
LiveSourceName: import_smithy_client.expectString,
|
|
1085
1085
|
ProgramName: import_smithy_client.expectString,
|
|
1086
|
-
ScheduledStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1086
|
+
ScheduledStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ScheduledStartTime"),
|
|
1087
1087
|
SourceLocationName: import_smithy_client.expectString,
|
|
1088
1088
|
VodSourceName: import_smithy_client.expectString
|
|
1089
1089
|
});
|
|
@@ -1101,10 +1101,10 @@ var de_CreateSourceLocationCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
1101
1101
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1102
1102
|
AccessConfiguration: import_smithy_client._json,
|
|
1103
1103
|
Arn: import_smithy_client.expectString,
|
|
1104
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1104
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
1105
1105
|
DefaultSegmentDeliveryConfiguration: import_smithy_client._json,
|
|
1106
1106
|
HttpConfiguration: import_smithy_client._json,
|
|
1107
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1107
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
1108
1108
|
SegmentDeliveryConfigurations: import_smithy_client._json,
|
|
1109
1109
|
SourceLocationName: import_smithy_client.expectString,
|
|
1110
1110
|
Tags: [, import_smithy_client._json, `tags`]
|
|
@@ -1122,9 +1122,9 @@ var de_CreateVodSourceCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
1122
1122
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1123
1123
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1124
1124
|
Arn: import_smithy_client.expectString,
|
|
1125
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1125
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
1126
1126
|
HttpPackageConfigurations: import_smithy_client._json,
|
|
1127
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1127
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
1128
1128
|
SourceLocationName: import_smithy_client.expectString,
|
|
1129
1129
|
Tags: [, import_smithy_client._json, `tags`],
|
|
1130
1130
|
VodSourceName: import_smithy_client.expectString
|
|
@@ -1225,9 +1225,9 @@ var de_DescribeChannelCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
1225
1225
|
Audiences: import_smithy_client._json,
|
|
1226
1226
|
ChannelName: import_smithy_client.expectString,
|
|
1227
1227
|
ChannelState: import_smithy_client.expectString,
|
|
1228
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1228
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
1229
1229
|
FillerSlate: import_smithy_client._json,
|
|
1230
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1230
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
1231
1231
|
LogConfiguration: import_smithy_client._json,
|
|
1232
1232
|
Outputs: import_smithy_client._json,
|
|
1233
1233
|
PlaybackMode: import_smithy_client.expectString,
|
|
@@ -1248,9 +1248,9 @@ var de_DescribeLiveSourceCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
1248
1248
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1249
1249
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1250
1250
|
Arn: import_smithy_client.expectString,
|
|
1251
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1251
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
1252
1252
|
HttpPackageConfigurations: import_smithy_client._json,
|
|
1253
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1253
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
1254
1254
|
LiveSourceName: import_smithy_client.expectString,
|
|
1255
1255
|
SourceLocationName: import_smithy_client.expectString,
|
|
1256
1256
|
Tags: [, import_smithy_client._json, `tags`]
|
|
@@ -1272,11 +1272,11 @@ var de_DescribeProgramCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
1272
1272
|
AudienceMedia: import_smithy_client._json,
|
|
1273
1273
|
ChannelName: import_smithy_client.expectString,
|
|
1274
1274
|
ClipRange: import_smithy_client._json,
|
|
1275
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1275
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
1276
1276
|
DurationMillis: import_smithy_client.expectLong,
|
|
1277
1277
|
LiveSourceName: import_smithy_client.expectString,
|
|
1278
1278
|
ProgramName: import_smithy_client.expectString,
|
|
1279
|
-
ScheduledStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1279
|
+
ScheduledStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ScheduledStartTime"),
|
|
1280
1280
|
SourceLocationName: import_smithy_client.expectString,
|
|
1281
1281
|
VodSourceName: import_smithy_client.expectString
|
|
1282
1282
|
});
|
|
@@ -1294,10 +1294,10 @@ var de_DescribeSourceLocationCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
1294
1294
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1295
1295
|
AccessConfiguration: import_smithy_client._json,
|
|
1296
1296
|
Arn: import_smithy_client.expectString,
|
|
1297
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1297
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
1298
1298
|
DefaultSegmentDeliveryConfiguration: import_smithy_client._json,
|
|
1299
1299
|
HttpConfiguration: import_smithy_client._json,
|
|
1300
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1300
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
1301
1301
|
SegmentDeliveryConfigurations: import_smithy_client._json,
|
|
1302
1302
|
SourceLocationName: import_smithy_client.expectString,
|
|
1303
1303
|
Tags: [, import_smithy_client._json, `tags`]
|
|
@@ -1316,9 +1316,9 @@ var de_DescribeVodSourceCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1316
1316
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1317
1317
|
AdBreakOpportunities: import_smithy_client._json,
|
|
1318
1318
|
Arn: import_smithy_client.expectString,
|
|
1319
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1319
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
1320
1320
|
HttpPackageConfigurations: import_smithy_client._json,
|
|
1321
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1321
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
1322
1322
|
SourceLocationName: import_smithy_client.expectString,
|
|
1323
1323
|
Tags: [, import_smithy_client._json, `tags`],
|
|
1324
1324
|
VodSourceName: import_smithy_client.expectString
|
|
@@ -1349,7 +1349,7 @@ var de_GetChannelScheduleCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
1349
1349
|
});
|
|
1350
1350
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1351
1351
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1352
|
-
Items: (_) => de___listOfScheduleEntry(_, context),
|
|
1352
|
+
Items: /* @__PURE__ */ __name((_) => de___listOfScheduleEntry(_, context), "Items"),
|
|
1353
1353
|
NextToken: import_smithy_client.expectString
|
|
1354
1354
|
});
|
|
1355
1355
|
Object.assign(contents, doc);
|
|
@@ -1399,10 +1399,10 @@ var de_GetPrefetchScheduleCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1399
1399
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1400
1400
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1401
1401
|
Arn: import_smithy_client.expectString,
|
|
1402
|
-
Consumption: (_) => de_PrefetchConsumption(_, context),
|
|
1402
|
+
Consumption: /* @__PURE__ */ __name((_) => de_PrefetchConsumption(_, context), "Consumption"),
|
|
1403
1403
|
Name: import_smithy_client.expectString,
|
|
1404
1404
|
PlaybackConfigurationName: import_smithy_client.expectString,
|
|
1405
|
-
Retrieval: (_) => de_PrefetchRetrieval(_, context),
|
|
1405
|
+
Retrieval: /* @__PURE__ */ __name((_) => de_PrefetchRetrieval(_, context), "Retrieval"),
|
|
1406
1406
|
StreamId: import_smithy_client.expectString
|
|
1407
1407
|
});
|
|
1408
1408
|
Object.assign(contents, doc);
|
|
@@ -1417,7 +1417,7 @@ var de_ListAlertsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1417
1417
|
});
|
|
1418
1418
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1419
1419
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1420
|
-
Items: (_) => de___listOfAlert(_, context),
|
|
1420
|
+
Items: /* @__PURE__ */ __name((_) => de___listOfAlert(_, context), "Items"),
|
|
1421
1421
|
NextToken: import_smithy_client.expectString
|
|
1422
1422
|
});
|
|
1423
1423
|
Object.assign(contents, doc);
|
|
@@ -1432,7 +1432,7 @@ var de_ListChannelsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1432
1432
|
});
|
|
1433
1433
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1434
1434
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1435
|
-
Items: (_) => de___listOfChannel(_, context),
|
|
1435
|
+
Items: /* @__PURE__ */ __name((_) => de___listOfChannel(_, context), "Items"),
|
|
1436
1436
|
NextToken: import_smithy_client.expectString
|
|
1437
1437
|
});
|
|
1438
1438
|
Object.assign(contents, doc);
|
|
@@ -1447,7 +1447,7 @@ var de_ListLiveSourcesCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
1447
1447
|
});
|
|
1448
1448
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1449
1449
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1450
|
-
Items: (_) => de___listOfLiveSource(_, context),
|
|
1450
|
+
Items: /* @__PURE__ */ __name((_) => de___listOfLiveSource(_, context), "Items"),
|
|
1451
1451
|
NextToken: import_smithy_client.expectString
|
|
1452
1452
|
});
|
|
1453
1453
|
Object.assign(contents, doc);
|
|
@@ -1462,7 +1462,7 @@ var de_ListPlaybackConfigurationsCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1462
1462
|
});
|
|
1463
1463
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1464
1464
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1465
|
-
Items: (_) => de___listOfPlaybackConfiguration(_, context),
|
|
1465
|
+
Items: /* @__PURE__ */ __name((_) => de___listOfPlaybackConfiguration(_, context), "Items"),
|
|
1466
1466
|
NextToken: import_smithy_client.expectString
|
|
1467
1467
|
});
|
|
1468
1468
|
Object.assign(contents, doc);
|
|
@@ -1477,7 +1477,7 @@ var de_ListPrefetchSchedulesCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
1477
1477
|
});
|
|
1478
1478
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1479
1479
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1480
|
-
Items: (_) => de___listOfPrefetchSchedule(_, context),
|
|
1480
|
+
Items: /* @__PURE__ */ __name((_) => de___listOfPrefetchSchedule(_, context), "Items"),
|
|
1481
1481
|
NextToken: import_smithy_client.expectString
|
|
1482
1482
|
});
|
|
1483
1483
|
Object.assign(contents, doc);
|
|
@@ -1492,7 +1492,7 @@ var de_ListSourceLocationsCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1492
1492
|
});
|
|
1493
1493
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1494
1494
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1495
|
-
Items: (_) => de___listOfSourceLocation(_, context),
|
|
1495
|
+
Items: /* @__PURE__ */ __name((_) => de___listOfSourceLocation(_, context), "Items"),
|
|
1496
1496
|
NextToken: import_smithy_client.expectString
|
|
1497
1497
|
});
|
|
1498
1498
|
Object.assign(contents, doc);
|
|
@@ -1521,7 +1521,7 @@ var de_ListVodSourcesCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1521
1521
|
});
|
|
1522
1522
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1523
1523
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1524
|
-
Items: (_) => de___listOfVodSource(_, context),
|
|
1524
|
+
Items: /* @__PURE__ */ __name((_) => de___listOfVodSource(_, context), "Items"),
|
|
1525
1525
|
NextToken: import_smithy_client.expectString
|
|
1526
1526
|
});
|
|
1527
1527
|
Object.assign(contents, doc);
|
|
@@ -1624,9 +1624,9 @@ var de_UpdateChannelCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1624
1624
|
Audiences: import_smithy_client._json,
|
|
1625
1625
|
ChannelName: import_smithy_client.expectString,
|
|
1626
1626
|
ChannelState: import_smithy_client.expectString,
|
|
1627
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1627
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
1628
1628
|
FillerSlate: import_smithy_client._json,
|
|
1629
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1629
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
1630
1630
|
Outputs: import_smithy_client._json,
|
|
1631
1631
|
PlaybackMode: import_smithy_client.expectString,
|
|
1632
1632
|
Tags: [, import_smithy_client._json, `tags`],
|
|
@@ -1646,9 +1646,9 @@ var de_UpdateLiveSourceCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1646
1646
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1647
1647
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1648
1648
|
Arn: import_smithy_client.expectString,
|
|
1649
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1649
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
1650
1650
|
HttpPackageConfigurations: import_smithy_client._json,
|
|
1651
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1651
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
1652
1652
|
LiveSourceName: import_smithy_client.expectString,
|
|
1653
1653
|
SourceLocationName: import_smithy_client.expectString,
|
|
1654
1654
|
Tags: [, import_smithy_client._json, `tags`]
|
|
@@ -1670,11 +1670,11 @@ var de_UpdateProgramCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1670
1670
|
AudienceMedia: import_smithy_client._json,
|
|
1671
1671
|
ChannelName: import_smithy_client.expectString,
|
|
1672
1672
|
ClipRange: import_smithy_client._json,
|
|
1673
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1673
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
1674
1674
|
DurationMillis: import_smithy_client.expectLong,
|
|
1675
1675
|
LiveSourceName: import_smithy_client.expectString,
|
|
1676
1676
|
ProgramName: import_smithy_client.expectString,
|
|
1677
|
-
ScheduledStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1677
|
+
ScheduledStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ScheduledStartTime"),
|
|
1678
1678
|
SourceLocationName: import_smithy_client.expectString,
|
|
1679
1679
|
VodSourceName: import_smithy_client.expectString
|
|
1680
1680
|
});
|
|
@@ -1692,10 +1692,10 @@ var de_UpdateSourceLocationCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
1692
1692
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1693
1693
|
AccessConfiguration: import_smithy_client._json,
|
|
1694
1694
|
Arn: import_smithy_client.expectString,
|
|
1695
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1695
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
1696
1696
|
DefaultSegmentDeliveryConfiguration: import_smithy_client._json,
|
|
1697
1697
|
HttpConfiguration: import_smithy_client._json,
|
|
1698
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1698
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
1699
1699
|
SegmentDeliveryConfigurations: import_smithy_client._json,
|
|
1700
1700
|
SourceLocationName: import_smithy_client.expectString,
|
|
1701
1701
|
Tags: [, import_smithy_client._json, `tags`]
|
|
@@ -1713,9 +1713,9 @@ var de_UpdateVodSourceCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
1713
1713
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1714
1714
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1715
1715
|
Arn: import_smithy_client.expectString,
|
|
1716
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1716
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
1717
1717
|
HttpPackageConfigurations: import_smithy_client._json,
|
|
1718
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1718
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
1719
1719
|
SourceLocationName: import_smithy_client.expectString,
|
|
1720
1720
|
Tags: [, import_smithy_client._json, `tags`],
|
|
1721
1721
|
VodSourceName: import_smithy_client.expectString
|
|
@@ -1759,15 +1759,15 @@ var de_BadRequestExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
|
|
|
1759
1759
|
var se_PrefetchConsumption = /* @__PURE__ */ __name((input, context) => {
|
|
1760
1760
|
return (0, import_smithy_client.take)(input, {
|
|
1761
1761
|
AvailMatchingCriteria: import_smithy_client._json,
|
|
1762
|
-
EndTime: (_) => _.getTime() / 1e3,
|
|
1763
|
-
StartTime: (_) => _.getTime() / 1e3
|
|
1762
|
+
EndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "EndTime"),
|
|
1763
|
+
StartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "StartTime")
|
|
1764
1764
|
});
|
|
1765
1765
|
}, "se_PrefetchConsumption");
|
|
1766
1766
|
var se_PrefetchRetrieval = /* @__PURE__ */ __name((input, context) => {
|
|
1767
1767
|
return (0, import_smithy_client.take)(input, {
|
|
1768
1768
|
DynamicVariables: import_smithy_client._json,
|
|
1769
|
-
EndTime: (_) => _.getTime() / 1e3,
|
|
1770
|
-
StartTime: (_) => _.getTime() / 1e3
|
|
1769
|
+
EndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "EndTime"),
|
|
1770
|
+
StartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "StartTime")
|
|
1771
1771
|
});
|
|
1772
1772
|
}, "se_PrefetchRetrieval");
|
|
1773
1773
|
var de___listOfAlert = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1829,7 +1829,7 @@ var de_Alert = /* @__PURE__ */ __name((output, context) => {
|
|
|
1829
1829
|
AlertCode: import_smithy_client.expectString,
|
|
1830
1830
|
AlertMessage: import_smithy_client.expectString,
|
|
1831
1831
|
Category: import_smithy_client.expectString,
|
|
1832
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1832
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
1833
1833
|
RelatedResourceArns: import_smithy_client._json,
|
|
1834
1834
|
ResourceArn: import_smithy_client.expectString
|
|
1835
1835
|
});
|
|
@@ -1840,9 +1840,9 @@ var de_Channel = /* @__PURE__ */ __name((output, context) => {
|
|
|
1840
1840
|
Audiences: import_smithy_client._json,
|
|
1841
1841
|
ChannelName: import_smithy_client.expectString,
|
|
1842
1842
|
ChannelState: import_smithy_client.expectString,
|
|
1843
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1843
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
1844
1844
|
FillerSlate: import_smithy_client._json,
|
|
1845
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1845
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
1846
1846
|
LogConfiguration: import_smithy_client._json,
|
|
1847
1847
|
Outputs: import_smithy_client._json,
|
|
1848
1848
|
PlaybackMode: import_smithy_client.expectString,
|
|
@@ -1853,9 +1853,9 @@ var de_Channel = /* @__PURE__ */ __name((output, context) => {
|
|
|
1853
1853
|
var de_LiveSource = /* @__PURE__ */ __name((output, context) => {
|
|
1854
1854
|
return (0, import_smithy_client.take)(output, {
|
|
1855
1855
|
Arn: import_smithy_client.expectString,
|
|
1856
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1856
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
1857
1857
|
HttpPackageConfigurations: import_smithy_client._json,
|
|
1858
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1858
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
1859
1859
|
LiveSourceName: import_smithy_client.expectString,
|
|
1860
1860
|
SourceLocationName: import_smithy_client.expectString,
|
|
1861
1861
|
Tags: [, import_smithy_client._json, `tags`]
|
|
@@ -1889,31 +1889,31 @@ var de_PlaybackConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
|
1889
1889
|
var de_PrefetchConsumption = /* @__PURE__ */ __name((output, context) => {
|
|
1890
1890
|
return (0, import_smithy_client.take)(output, {
|
|
1891
1891
|
AvailMatchingCriteria: import_smithy_client._json,
|
|
1892
|
-
EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1893
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1892
|
+
EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
|
|
1893
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime")
|
|
1894
1894
|
});
|
|
1895
1895
|
}, "de_PrefetchConsumption");
|
|
1896
1896
|
var de_PrefetchRetrieval = /* @__PURE__ */ __name((output, context) => {
|
|
1897
1897
|
return (0, import_smithy_client.take)(output, {
|
|
1898
1898
|
DynamicVariables: import_smithy_client._json,
|
|
1899
|
-
EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1900
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1899
|
+
EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
|
|
1900
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime")
|
|
1901
1901
|
});
|
|
1902
1902
|
}, "de_PrefetchRetrieval");
|
|
1903
1903
|
var de_PrefetchSchedule = /* @__PURE__ */ __name((output, context) => {
|
|
1904
1904
|
return (0, import_smithy_client.take)(output, {
|
|
1905
1905
|
Arn: import_smithy_client.expectString,
|
|
1906
|
-
Consumption: (_) => de_PrefetchConsumption(_, context),
|
|
1906
|
+
Consumption: /* @__PURE__ */ __name((_) => de_PrefetchConsumption(_, context), "Consumption"),
|
|
1907
1907
|
Name: import_smithy_client.expectString,
|
|
1908
1908
|
PlaybackConfigurationName: import_smithy_client.expectString,
|
|
1909
|
-
Retrieval: (_) => de_PrefetchRetrieval(_, context),
|
|
1909
|
+
Retrieval: /* @__PURE__ */ __name((_) => de_PrefetchRetrieval(_, context), "Retrieval"),
|
|
1910
1910
|
StreamId: import_smithy_client.expectString
|
|
1911
1911
|
});
|
|
1912
1912
|
}, "de_PrefetchSchedule");
|
|
1913
1913
|
var de_ScheduleAdBreak = /* @__PURE__ */ __name((output, context) => {
|
|
1914
1914
|
return (0, import_smithy_client.take)(output, {
|
|
1915
1915
|
ApproximateDurationSeconds: import_smithy_client.expectLong,
|
|
1916
|
-
ApproximateStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1916
|
+
ApproximateStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ApproximateStartTime"),
|
|
1917
1917
|
SourceLocationName: import_smithy_client.expectString,
|
|
1918
1918
|
VodSourceName: import_smithy_client.expectString
|
|
1919
1919
|
});
|
|
@@ -1921,13 +1921,13 @@ var de_ScheduleAdBreak = /* @__PURE__ */ __name((output, context) => {
|
|
|
1921
1921
|
var de_ScheduleEntry = /* @__PURE__ */ __name((output, context) => {
|
|
1922
1922
|
return (0, import_smithy_client.take)(output, {
|
|
1923
1923
|
ApproximateDurationSeconds: import_smithy_client.expectLong,
|
|
1924
|
-
ApproximateStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1924
|
+
ApproximateStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ApproximateStartTime"),
|
|
1925
1925
|
Arn: import_smithy_client.expectString,
|
|
1926
1926
|
Audiences: import_smithy_client._json,
|
|
1927
1927
|
ChannelName: import_smithy_client.expectString,
|
|
1928
1928
|
LiveSourceName: import_smithy_client.expectString,
|
|
1929
1929
|
ProgramName: import_smithy_client.expectString,
|
|
1930
|
-
ScheduleAdBreaks: (_) => de___listOfScheduleAdBreak(_, context),
|
|
1930
|
+
ScheduleAdBreaks: /* @__PURE__ */ __name((_) => de___listOfScheduleAdBreak(_, context), "ScheduleAdBreaks"),
|
|
1931
1931
|
ScheduleEntryType: import_smithy_client.expectString,
|
|
1932
1932
|
SourceLocationName: import_smithy_client.expectString,
|
|
1933
1933
|
VodSourceName: import_smithy_client.expectString
|
|
@@ -1937,10 +1937,10 @@ var de_SourceLocation = /* @__PURE__ */ __name((output, context) => {
|
|
|
1937
1937
|
return (0, import_smithy_client.take)(output, {
|
|
1938
1938
|
AccessConfiguration: import_smithy_client._json,
|
|
1939
1939
|
Arn: import_smithy_client.expectString,
|
|
1940
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1940
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
1941
1941
|
DefaultSegmentDeliveryConfiguration: import_smithy_client._json,
|
|
1942
1942
|
HttpConfiguration: import_smithy_client._json,
|
|
1943
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1943
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
1944
1944
|
SegmentDeliveryConfigurations: import_smithy_client._json,
|
|
1945
1945
|
SourceLocationName: import_smithy_client.expectString,
|
|
1946
1946
|
Tags: [, import_smithy_client._json, `tags`]
|
|
@@ -1949,9 +1949,9 @@ var de_SourceLocation = /* @__PURE__ */ __name((output, context) => {
|
|
|
1949
1949
|
var de_VodSource = /* @__PURE__ */ __name((output, context) => {
|
|
1950
1950
|
return (0, import_smithy_client.take)(output, {
|
|
1951
1951
|
Arn: import_smithy_client.expectString,
|
|
1952
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1952
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
1953
1953
|
HttpPackageConfigurations: import_smithy_client._json,
|
|
1954
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1954
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
1955
1955
|
SourceLocationName: import_smithy_client.expectString,
|
|
1956
1956
|
Tags: [, import_smithy_client._json, `tags`],
|
|
1957
1957
|
VodSourceName: import_smithy_client.expectString
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mediatailor",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mediatailor Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.772.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-mediatailor",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.758.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
28
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|