@aws-sdk/client-mediatailor 3.300.0 → 3.301.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-types/commands/ConfigureLogsForChannelCommand.d.ts +2 -2
- package/dist-types/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateChannelCommand.d.ts +7 -7
- package/dist-types/commands/CreateLiveSourceCommand.d.ts +4 -4
- package/dist-types/commands/CreatePrefetchScheduleCommand.d.ts +6 -6
- package/dist-types/commands/CreateProgramCommand.d.ts +11 -11
- package/dist-types/commands/CreateSourceLocationCommand.d.ts +8 -8
- package/dist-types/commands/CreateVodSourceCommand.d.ts +4 -4
- package/dist-types/commands/DeleteChannelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteChannelPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLiveSourceCommand.d.ts +1 -1
- package/dist-types/commands/DeletePlaybackConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeletePrefetchScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProgramCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSourceLocationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVodSourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeChannelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLiveSourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeProgramCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSourceLocationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVodSourceCommand.d.ts +1 -1
- package/dist-types/commands/GetChannelPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetChannelScheduleCommand.d.ts +1 -1
- package/dist-types/commands/GetPlaybackConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetPrefetchScheduleCommand.d.ts +1 -1
- package/dist-types/commands/ListAlertsCommand.d.ts +1 -1
- package/dist-types/commands/ListChannelsCommand.d.ts +1 -1
- package/dist-types/commands/ListLiveSourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListPlaybackConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/ListPrefetchSchedulesCommand.d.ts +1 -1
- package/dist-types/commands/ListSourceLocationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListVodSourcesCommand.d.ts +1 -1
- package/dist-types/commands/PutChannelPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutPlaybackConfigurationCommand.d.ts +10 -10
- package/dist-types/commands/StartChannelCommand.d.ts +1 -1
- package/dist-types/commands/StopChannelCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateChannelCommand.d.ts +6 -6
- package/dist-types/commands/UpdateLiveSourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateProgramCommand.d.ts +11 -11
- package/dist-types/commands/UpdateSourceLocationCommand.d.ts +7 -7
- package/dist-types/commands/UpdateVodSourceCommand.d.ts +3 -3
- package/package.json +3 -3
|
@@ -26,9 +26,9 @@ export interface ConfigureLogsForChannelCommandOutput extends ConfigureLogsForCh
|
|
|
26
26
|
* import { MediaTailorClient, ConfigureLogsForChannelCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, ConfigureLogsForChannelCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ConfigureLogsForChannelRequest
|
|
30
30
|
* ChannelName: "STRING_VALUE", // required
|
|
31
|
-
* LogTypes: [ // required
|
|
31
|
+
* LogTypes: [ // LogTypes // required
|
|
32
32
|
* "AS_RUN",
|
|
33
33
|
* ],
|
|
34
34
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ConfigureLogsForPlaybackConfigurationCommandOutput extends Conf
|
|
|
26
26
|
* import { MediaTailorClient, ConfigureLogsForPlaybackConfigurationCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, ConfigureLogsForPlaybackConfigurationCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ConfigureLogsForPlaybackConfigurationRequest
|
|
30
30
|
* PercentEnabled: Number("int"), // required
|
|
31
31
|
* PlaybackConfigurationName: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,21 +26,21 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
|
|
|
26
26
|
* import { MediaTailorClient, CreateChannelCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, CreateChannelCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateChannelRequest
|
|
30
30
|
* ChannelName: "STRING_VALUE", // required
|
|
31
|
-
* FillerSlate: {
|
|
31
|
+
* FillerSlate: { // SlateSource
|
|
32
32
|
* SourceLocationName: "STRING_VALUE",
|
|
33
33
|
* VodSourceName: "STRING_VALUE",
|
|
34
34
|
* },
|
|
35
|
-
* Outputs: [ // required
|
|
36
|
-
* {
|
|
37
|
-
* DashPlaylistSettings: {
|
|
35
|
+
* Outputs: [ // RequestOutputs // required
|
|
36
|
+
* { // RequestOutputItem
|
|
37
|
+
* DashPlaylistSettings: { // DashPlaylistSettings
|
|
38
38
|
* ManifestWindowSeconds: Number("int"),
|
|
39
39
|
* MinBufferTimeSeconds: Number("int"),
|
|
40
40
|
* MinUpdatePeriodSeconds: Number("int"),
|
|
41
41
|
* SuggestedPresentationDelaySeconds: Number("int"),
|
|
42
42
|
* },
|
|
43
|
-
* HlsPlaylistSettings: {
|
|
43
|
+
* HlsPlaylistSettings: { // HlsPlaylistSettings
|
|
44
44
|
* ManifestWindowSeconds: Number("int"),
|
|
45
45
|
* },
|
|
46
46
|
* ManifestName: "STRING_VALUE", // required
|
|
@@ -48,7 +48,7 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
|
|
|
48
48
|
* },
|
|
49
49
|
* ],
|
|
50
50
|
* PlaybackMode: "LOOP" || "LINEAR", // required
|
|
51
|
-
* Tags: {
|
|
51
|
+
* Tags: { // __mapOf__string
|
|
52
52
|
* "<keys>": "STRING_VALUE",
|
|
53
53
|
* },
|
|
54
54
|
* Tier: "BASIC" || "STANDARD",
|
|
@@ -26,9 +26,9 @@ export interface CreateLiveSourceCommandOutput extends CreateLiveSourceResponse,
|
|
|
26
26
|
* import { MediaTailorClient, CreateLiveSourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, CreateLiveSourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* HttpPackageConfigurations: [ // required
|
|
31
|
-
* {
|
|
29
|
+
* const input = { // CreateLiveSourceRequest
|
|
30
|
+
* HttpPackageConfigurations: [ // HttpPackageConfigurations // required
|
|
31
|
+
* { // HttpPackageConfiguration
|
|
32
32
|
* Path: "STRING_VALUE", // required
|
|
33
33
|
* SourceGroup: "STRING_VALUE", // required
|
|
34
34
|
* Type: "DASH" || "HLS", // required
|
|
@@ -36,7 +36,7 @@ export interface CreateLiveSourceCommandOutput extends CreateLiveSourceResponse,
|
|
|
36
36
|
* ],
|
|
37
37
|
* LiveSourceName: "STRING_VALUE", // required
|
|
38
38
|
* SourceLocationName: "STRING_VALUE", // required
|
|
39
|
-
* Tags: {
|
|
39
|
+
* Tags: { // __mapOf__string
|
|
40
40
|
* "<keys>": "STRING_VALUE",
|
|
41
41
|
* },
|
|
42
42
|
* };
|
|
@@ -26,10 +26,10 @@ export interface CreatePrefetchScheduleCommandOutput extends CreatePrefetchSched
|
|
|
26
26
|
* import { MediaTailorClient, CreatePrefetchScheduleCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, CreatePrefetchScheduleCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* Consumption: {
|
|
31
|
-
* AvailMatchingCriteria: [
|
|
32
|
-
* {
|
|
29
|
+
* const input = { // CreatePrefetchScheduleRequest
|
|
30
|
+
* Consumption: { // PrefetchConsumption
|
|
31
|
+
* AvailMatchingCriteria: [ // __listOfAvailMatchingCriteria
|
|
32
|
+
* { // AvailMatchingCriteria
|
|
33
33
|
* DynamicVariable: "STRING_VALUE", // required
|
|
34
34
|
* Operator: "EQUALS", // required
|
|
35
35
|
* },
|
|
@@ -39,8 +39,8 @@ export interface CreatePrefetchScheduleCommandOutput extends CreatePrefetchSched
|
|
|
39
39
|
* },
|
|
40
40
|
* Name: "STRING_VALUE", // required
|
|
41
41
|
* PlaybackConfigurationName: "STRING_VALUE", // required
|
|
42
|
-
* Retrieval: {
|
|
43
|
-
* DynamicVariables: {
|
|
42
|
+
* Retrieval: { // PrefetchRetrieval
|
|
43
|
+
* DynamicVariables: { // __mapOf__string
|
|
44
44
|
* "<keys>": "STRING_VALUE",
|
|
45
45
|
* },
|
|
46
46
|
* EndTime: new Date("TIMESTAMP"), // required
|
|
@@ -26,24 +26,24 @@ export interface CreateProgramCommandOutput extends CreateProgramResponse, __Met
|
|
|
26
26
|
* import { MediaTailorClient, CreateProgramCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, CreateProgramCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* AdBreaks: [
|
|
31
|
-
* {
|
|
29
|
+
* const input = { // CreateProgramRequest
|
|
30
|
+
* AdBreaks: [ // __listOfAdBreak
|
|
31
|
+
* { // AdBreak
|
|
32
32
|
* MessageType: "SPLICE_INSERT" || "TIME_SIGNAL",
|
|
33
33
|
* OffsetMillis: Number("long"),
|
|
34
|
-
* Slate: {
|
|
34
|
+
* Slate: { // SlateSource
|
|
35
35
|
* SourceLocationName: "STRING_VALUE",
|
|
36
36
|
* VodSourceName: "STRING_VALUE",
|
|
37
37
|
* },
|
|
38
|
-
* SpliceInsertMessage: {
|
|
38
|
+
* SpliceInsertMessage: { // SpliceInsertMessage
|
|
39
39
|
* AvailNum: Number("int"),
|
|
40
40
|
* AvailsExpected: Number("int"),
|
|
41
41
|
* SpliceEventId: Number("int"),
|
|
42
42
|
* UniqueProgramId: Number("int"),
|
|
43
43
|
* },
|
|
44
|
-
* TimeSignalMessage: {
|
|
45
|
-
* SegmentationDescriptors: [
|
|
46
|
-
* {
|
|
44
|
+
* TimeSignalMessage: { // TimeSignalMessage
|
|
45
|
+
* SegmentationDescriptors: [ // SegmentationDescriptorList
|
|
46
|
+
* { // SegmentationDescriptor
|
|
47
47
|
* SegmentationEventId: Number("int"),
|
|
48
48
|
* SegmentationUpidType: Number("int"),
|
|
49
49
|
* SegmentationUpid: "STRING_VALUE",
|
|
@@ -60,15 +60,15 @@ export interface CreateProgramCommandOutput extends CreateProgramResponse, __Met
|
|
|
60
60
|
* ChannelName: "STRING_VALUE", // required
|
|
61
61
|
* LiveSourceName: "STRING_VALUE",
|
|
62
62
|
* ProgramName: "STRING_VALUE", // required
|
|
63
|
-
* ScheduleConfiguration: {
|
|
64
|
-
* Transition: {
|
|
63
|
+
* ScheduleConfiguration: { // ScheduleConfiguration
|
|
64
|
+
* Transition: { // Transition
|
|
65
65
|
* DurationMillis: Number("long"),
|
|
66
66
|
* RelativePosition: "BEFORE_PROGRAM" || "AFTER_PROGRAM", // required
|
|
67
67
|
* RelativeProgram: "STRING_VALUE",
|
|
68
68
|
* ScheduledStartTimeMillis: Number("long"),
|
|
69
69
|
* Type: "STRING_VALUE", // required
|
|
70
70
|
* },
|
|
71
|
-
* ClipRange: {
|
|
71
|
+
* ClipRange: { // ClipRange
|
|
72
72
|
* EndOffsetMillis: Number("long"), // required
|
|
73
73
|
* },
|
|
74
74
|
* },
|
|
@@ -26,29 +26,29 @@ export interface CreateSourceLocationCommandOutput extends CreateSourceLocationR
|
|
|
26
26
|
* import { MediaTailorClient, CreateSourceLocationCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, CreateSourceLocationCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* AccessConfiguration: {
|
|
29
|
+
* const input = { // CreateSourceLocationRequest
|
|
30
|
+
* AccessConfiguration: { // AccessConfiguration
|
|
31
31
|
* AccessType: "S3_SIGV4" || "SECRETS_MANAGER_ACCESS_TOKEN",
|
|
32
|
-
* SecretsManagerAccessTokenConfiguration: {
|
|
32
|
+
* SecretsManagerAccessTokenConfiguration: { // SecretsManagerAccessTokenConfiguration
|
|
33
33
|
* HeaderName: "STRING_VALUE",
|
|
34
34
|
* SecretArn: "STRING_VALUE",
|
|
35
35
|
* SecretStringKey: "STRING_VALUE",
|
|
36
36
|
* },
|
|
37
37
|
* },
|
|
38
|
-
* DefaultSegmentDeliveryConfiguration: {
|
|
38
|
+
* DefaultSegmentDeliveryConfiguration: { // DefaultSegmentDeliveryConfiguration
|
|
39
39
|
* BaseUrl: "STRING_VALUE",
|
|
40
40
|
* },
|
|
41
|
-
* HttpConfiguration: {
|
|
41
|
+
* HttpConfiguration: { // HttpConfiguration
|
|
42
42
|
* BaseUrl: "STRING_VALUE", // required
|
|
43
43
|
* },
|
|
44
|
-
* SegmentDeliveryConfigurations: [
|
|
45
|
-
* {
|
|
44
|
+
* SegmentDeliveryConfigurations: [ // __listOfSegmentDeliveryConfiguration
|
|
45
|
+
* { // SegmentDeliveryConfiguration
|
|
46
46
|
* BaseUrl: "STRING_VALUE",
|
|
47
47
|
* Name: "STRING_VALUE",
|
|
48
48
|
* },
|
|
49
49
|
* ],
|
|
50
50
|
* SourceLocationName: "STRING_VALUE", // required
|
|
51
|
-
* Tags: {
|
|
51
|
+
* Tags: { // __mapOf__string
|
|
52
52
|
* "<keys>": "STRING_VALUE",
|
|
53
53
|
* },
|
|
54
54
|
* };
|
|
@@ -26,16 +26,16 @@ export interface CreateVodSourceCommandOutput extends CreateVodSourceResponse, _
|
|
|
26
26
|
* import { MediaTailorClient, CreateVodSourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, CreateVodSourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* HttpPackageConfigurations: [ // required
|
|
31
|
-
* {
|
|
29
|
+
* const input = { // CreateVodSourceRequest
|
|
30
|
+
* HttpPackageConfigurations: [ // HttpPackageConfigurations // required
|
|
31
|
+
* { // HttpPackageConfiguration
|
|
32
32
|
* Path: "STRING_VALUE", // required
|
|
33
33
|
* SourceGroup: "STRING_VALUE", // required
|
|
34
34
|
* Type: "DASH" || "HLS", // required
|
|
35
35
|
* },
|
|
36
36
|
* ],
|
|
37
37
|
* SourceLocationName: "STRING_VALUE", // required
|
|
38
|
-
* Tags: {
|
|
38
|
+
* Tags: { // __mapOf__string
|
|
39
39
|
* "<keys>": "STRING_VALUE",
|
|
40
40
|
* },
|
|
41
41
|
* VodSourceName: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __Met
|
|
|
26
26
|
* import { MediaTailorClient, DeleteChannelCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, DeleteChannelCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteChannelRequest
|
|
30
30
|
* ChannelName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteChannelCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteChannelPolicyCommandOutput extends DeleteChannelPolicyRes
|
|
|
26
26
|
* import { MediaTailorClient, DeleteChannelPolicyCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, DeleteChannelPolicyCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteChannelPolicyRequest
|
|
30
30
|
* ChannelName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteChannelPolicyCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteLiveSourceCommandOutput extends DeleteLiveSourceResponse,
|
|
|
26
26
|
* import { MediaTailorClient, DeleteLiveSourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, DeleteLiveSourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteLiveSourceRequest
|
|
30
30
|
* LiveSourceName: "STRING_VALUE", // required
|
|
31
31
|
* SourceLocationName: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DeletePlaybackConfigurationCommandOutput extends DeletePlayback
|
|
|
26
26
|
* import { MediaTailorClient, DeletePlaybackConfigurationCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, DeletePlaybackConfigurationCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeletePlaybackConfigurationRequest
|
|
30
30
|
* Name: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeletePlaybackConfigurationCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeletePrefetchScheduleCommandOutput extends DeletePrefetchSched
|
|
|
26
26
|
* import { MediaTailorClient, DeletePrefetchScheduleCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, DeletePrefetchScheduleCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeletePrefetchScheduleRequest
|
|
30
30
|
* Name: "STRING_VALUE", // required
|
|
31
31
|
* PlaybackConfigurationName: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DeleteProgramCommandOutput extends DeleteProgramResponse, __Met
|
|
|
26
26
|
* import { MediaTailorClient, DeleteProgramCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, DeleteProgramCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteProgramRequest
|
|
30
30
|
* ChannelName: "STRING_VALUE", // required
|
|
31
31
|
* ProgramName: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DeleteSourceLocationCommandOutput extends DeleteSourceLocationR
|
|
|
26
26
|
* import { MediaTailorClient, DeleteSourceLocationCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, DeleteSourceLocationCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteSourceLocationRequest
|
|
30
30
|
* SourceLocationName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteSourceLocationCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteVodSourceCommandOutput extends DeleteVodSourceResponse, _
|
|
|
26
26
|
* import { MediaTailorClient, DeleteVodSourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, DeleteVodSourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteVodSourceRequest
|
|
30
30
|
* SourceLocationName: "STRING_VALUE", // required
|
|
31
31
|
* VodSourceName: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _
|
|
|
26
26
|
* import { MediaTailorClient, DescribeChannelCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, DescribeChannelCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeChannelRequest
|
|
30
30
|
* ChannelName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeChannelCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeLiveSourceCommandOutput extends DescribeLiveSourceRespo
|
|
|
26
26
|
* import { MediaTailorClient, DescribeLiveSourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, DescribeLiveSourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeLiveSourceRequest
|
|
30
30
|
* LiveSourceName: "STRING_VALUE", // required
|
|
31
31
|
* SourceLocationName: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DescribeProgramCommandOutput extends DescribeProgramResponse, _
|
|
|
26
26
|
* import { MediaTailorClient, DescribeProgramCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, DescribeProgramCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeProgramRequest
|
|
30
30
|
* ChannelName: "STRING_VALUE", // required
|
|
31
31
|
* ProgramName: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DescribeSourceLocationCommandOutput extends DescribeSourceLocat
|
|
|
26
26
|
* import { MediaTailorClient, DescribeSourceLocationCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, DescribeSourceLocationCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeSourceLocationRequest
|
|
30
30
|
* SourceLocationName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeSourceLocationCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeVodSourceCommandOutput extends DescribeVodSourceRespons
|
|
|
26
26
|
* import { MediaTailorClient, DescribeVodSourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, DescribeVodSourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeVodSourceRequest
|
|
30
30
|
* SourceLocationName: "STRING_VALUE", // required
|
|
31
31
|
* VodSourceName: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface GetChannelPolicyCommandOutput extends GetChannelPolicyResponse,
|
|
|
26
26
|
* import { MediaTailorClient, GetChannelPolicyCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, GetChannelPolicyCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetChannelPolicyRequest
|
|
30
30
|
* ChannelName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetChannelPolicyCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetChannelScheduleCommandOutput extends GetChannelScheduleRespo
|
|
|
26
26
|
* import { MediaTailorClient, GetChannelScheduleCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, GetChannelScheduleCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetChannelScheduleRequest
|
|
30
30
|
* ChannelName: "STRING_VALUE", // required
|
|
31
31
|
* DurationMinutes: "STRING_VALUE",
|
|
32
32
|
* MaxResults: Number("int"),
|
|
@@ -26,7 +26,7 @@ export interface GetPlaybackConfigurationCommandOutput extends GetPlaybackConfig
|
|
|
26
26
|
* import { MediaTailorClient, GetPlaybackConfigurationCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, GetPlaybackConfigurationCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetPlaybackConfigurationRequest
|
|
30
30
|
* Name: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetPlaybackConfigurationCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetPrefetchScheduleCommandOutput extends GetPrefetchScheduleRes
|
|
|
26
26
|
* import { MediaTailorClient, GetPrefetchScheduleCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, GetPrefetchScheduleCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetPrefetchScheduleRequest
|
|
30
30
|
* Name: "STRING_VALUE", // required
|
|
31
31
|
* PlaybackConfigurationName: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListAlertsCommandOutput extends ListAlertsResponse, __MetadataB
|
|
|
26
26
|
* import { MediaTailorClient, ListAlertsCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, ListAlertsCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListAlertsRequest
|
|
30
30
|
* MaxResults: Number("int"),
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad
|
|
|
26
26
|
* import { MediaTailorClient, ListChannelsCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, ListChannelsCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListChannelsRequest
|
|
30
30
|
* MaxResults: Number("int"),
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListLiveSourcesCommandOutput extends ListLiveSourcesResponse, _
|
|
|
26
26
|
* import { MediaTailorClient, ListLiveSourcesCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, ListLiveSourcesCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListLiveSourcesRequest
|
|
30
30
|
* MaxResults: Number("int"),
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* SourceLocationName: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface ListPlaybackConfigurationsCommandOutput extends ListPlaybackCon
|
|
|
26
26
|
* import { MediaTailorClient, ListPlaybackConfigurationsCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, ListPlaybackConfigurationsCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListPlaybackConfigurationsRequest
|
|
30
30
|
* MaxResults: Number("int"),
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListPrefetchSchedulesCommandOutput extends ListPrefetchSchedule
|
|
|
26
26
|
* import { MediaTailorClient, ListPrefetchSchedulesCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, ListPrefetchSchedulesCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListPrefetchSchedulesRequest
|
|
30
30
|
* MaxResults: Number("int"),
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* PlaybackConfigurationName: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface ListSourceLocationsCommandOutput extends ListSourceLocationsRes
|
|
|
26
26
|
* import { MediaTailorClient, ListSourceLocationsCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, ListSourceLocationsCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListSourceLocationsRequest
|
|
30
30
|
* MaxResults: Number("int"),
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
26
26
|
* import { MediaTailorClient, ListTagsForResourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, ListTagsForResourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListTagsForResourceRequest
|
|
30
30
|
* ResourceArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new ListTagsForResourceCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface ListVodSourcesCommandOutput extends ListVodSourcesResponse, __M
|
|
|
26
26
|
* import { MediaTailorClient, ListVodSourcesCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, ListVodSourcesCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListVodSourcesRequest
|
|
30
30
|
* MaxResults: Number("int"),
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* SourceLocationName: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface PutChannelPolicyCommandOutput extends PutChannelPolicyResponse,
|
|
|
26
26
|
* import { MediaTailorClient, PutChannelPolicyCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, PutChannelPolicyCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // PutChannelPolicyRequest
|
|
30
30
|
* ChannelName: "STRING_VALUE", // required
|
|
31
31
|
* Policy: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,35 +26,35 @@ export interface PutPlaybackConfigurationCommandOutput extends PutPlaybackConfig
|
|
|
26
26
|
* import { MediaTailorClient, PutPlaybackConfigurationCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, PutPlaybackConfigurationCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // PutPlaybackConfigurationRequest
|
|
30
30
|
* AdDecisionServerUrl: "STRING_VALUE",
|
|
31
|
-
* AvailSuppression: {
|
|
31
|
+
* AvailSuppression: { // AvailSuppression
|
|
32
32
|
* Mode: "OFF" || "BEHIND_LIVE_EDGE",
|
|
33
33
|
* Value: "STRING_VALUE",
|
|
34
34
|
* },
|
|
35
|
-
* Bumper: {
|
|
35
|
+
* Bumper: { // Bumper
|
|
36
36
|
* EndUrl: "STRING_VALUE",
|
|
37
37
|
* StartUrl: "STRING_VALUE",
|
|
38
38
|
* },
|
|
39
|
-
* CdnConfiguration: {
|
|
39
|
+
* CdnConfiguration: { // CdnConfiguration
|
|
40
40
|
* AdSegmentUrlPrefix: "STRING_VALUE",
|
|
41
41
|
* ContentSegmentUrlPrefix: "STRING_VALUE",
|
|
42
42
|
* },
|
|
43
|
-
* ConfigurationAliases: {
|
|
44
|
-
* "<keys>": {
|
|
43
|
+
* ConfigurationAliases: { // ConfigurationAliasesRequest
|
|
44
|
+
* "<keys>": { // __mapOf__string
|
|
45
45
|
* "<keys>": "STRING_VALUE",
|
|
46
46
|
* },
|
|
47
47
|
* },
|
|
48
|
-
* DashConfiguration: {
|
|
48
|
+
* DashConfiguration: { // DashConfigurationForPut
|
|
49
49
|
* MpdLocation: "STRING_VALUE",
|
|
50
50
|
* OriginManifestType: "SINGLE_PERIOD" || "MULTI_PERIOD",
|
|
51
51
|
* },
|
|
52
|
-
* LivePreRollConfiguration: {
|
|
52
|
+
* LivePreRollConfiguration: { // LivePreRollConfiguration
|
|
53
53
|
* AdDecisionServerUrl: "STRING_VALUE",
|
|
54
54
|
* MaxDurationSeconds: Number("int"),
|
|
55
55
|
* },
|
|
56
|
-
* ManifestProcessingRules: {
|
|
57
|
-
* AdMarkerPassthrough: {
|
|
56
|
+
* ManifestProcessingRules: { // ManifestProcessingRules
|
|
57
|
+
* AdMarkerPassthrough: { // AdMarkerPassthrough
|
|
58
58
|
* Enabled: true || false,
|
|
59
59
|
* },
|
|
60
60
|
* },
|
|
@@ -26,7 +26,7 @@ export interface StartChannelCommandOutput extends StartChannelResponse, __Metad
|
|
|
26
26
|
* import { MediaTailorClient, StartChannelCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, StartChannelCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // StartChannelRequest
|
|
30
30
|
* ChannelName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new StartChannelCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface StopChannelCommandOutput extends StopChannelResponse, __Metadat
|
|
|
26
26
|
* import { MediaTailorClient, StopChannelCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, StopChannelCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // StopChannelRequest
|
|
30
30
|
* ChannelName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new StopChannelCommand(input);
|
|
@@ -26,9 +26,9 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { MediaTailorClient, TagResourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, TagResourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // TagResourceRequest
|
|
30
30
|
* ResourceArn: "STRING_VALUE", // required
|
|
31
|
-
* Tags: { // required
|
|
31
|
+
* Tags: { // __mapOf__string // required
|
|
32
32
|
* "<keys>": "STRING_VALUE",
|
|
33
33
|
* },
|
|
34
34
|
* };
|
|
@@ -26,9 +26,9 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { MediaTailorClient, UntagResourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, UntagResourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UntagResourceRequest
|
|
30
30
|
* ResourceArn: "STRING_VALUE", // required
|
|
31
|
-
* TagKeys: [ // required
|
|
31
|
+
* TagKeys: [ // __listOf__string // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* };
|
|
@@ -26,21 +26,21 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
|
|
|
26
26
|
* import { MediaTailorClient, UpdateChannelCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, UpdateChannelCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateChannelRequest
|
|
30
30
|
* ChannelName: "STRING_VALUE", // required
|
|
31
|
-
* FillerSlate: {
|
|
31
|
+
* FillerSlate: { // SlateSource
|
|
32
32
|
* SourceLocationName: "STRING_VALUE",
|
|
33
33
|
* VodSourceName: "STRING_VALUE",
|
|
34
34
|
* },
|
|
35
|
-
* Outputs: [ // required
|
|
36
|
-
* {
|
|
37
|
-
* DashPlaylistSettings: {
|
|
35
|
+
* Outputs: [ // RequestOutputs // required
|
|
36
|
+
* { // RequestOutputItem
|
|
37
|
+
* DashPlaylistSettings: { // DashPlaylistSettings
|
|
38
38
|
* ManifestWindowSeconds: Number("int"),
|
|
39
39
|
* MinBufferTimeSeconds: Number("int"),
|
|
40
40
|
* MinUpdatePeriodSeconds: Number("int"),
|
|
41
41
|
* SuggestedPresentationDelaySeconds: Number("int"),
|
|
42
42
|
* },
|
|
43
|
-
* HlsPlaylistSettings: {
|
|
43
|
+
* HlsPlaylistSettings: { // HlsPlaylistSettings
|
|
44
44
|
* ManifestWindowSeconds: Number("int"),
|
|
45
45
|
* },
|
|
46
46
|
* ManifestName: "STRING_VALUE", // required
|
|
@@ -26,9 +26,9 @@ export interface UpdateLiveSourceCommandOutput extends UpdateLiveSourceResponse,
|
|
|
26
26
|
* import { MediaTailorClient, UpdateLiveSourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, UpdateLiveSourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* HttpPackageConfigurations: [ // required
|
|
31
|
-
* {
|
|
29
|
+
* const input = { // UpdateLiveSourceRequest
|
|
30
|
+
* HttpPackageConfigurations: [ // HttpPackageConfigurations // required
|
|
31
|
+
* { // HttpPackageConfiguration
|
|
32
32
|
* Path: "STRING_VALUE", // required
|
|
33
33
|
* SourceGroup: "STRING_VALUE", // required
|
|
34
34
|
* Type: "DASH" || "HLS", // required
|
|
@@ -26,24 +26,24 @@ export interface UpdateProgramCommandOutput extends UpdateProgramResponse, __Met
|
|
|
26
26
|
* import { MediaTailorClient, UpdateProgramCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, UpdateProgramCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* AdBreaks: [
|
|
31
|
-
* {
|
|
29
|
+
* const input = { // UpdateProgramRequest
|
|
30
|
+
* AdBreaks: [ // __listOfAdBreak
|
|
31
|
+
* { // AdBreak
|
|
32
32
|
* MessageType: "SPLICE_INSERT" || "TIME_SIGNAL",
|
|
33
33
|
* OffsetMillis: Number("long"),
|
|
34
|
-
* Slate: {
|
|
34
|
+
* Slate: { // SlateSource
|
|
35
35
|
* SourceLocationName: "STRING_VALUE",
|
|
36
36
|
* VodSourceName: "STRING_VALUE",
|
|
37
37
|
* },
|
|
38
|
-
* SpliceInsertMessage: {
|
|
38
|
+
* SpliceInsertMessage: { // SpliceInsertMessage
|
|
39
39
|
* AvailNum: Number("int"),
|
|
40
40
|
* AvailsExpected: Number("int"),
|
|
41
41
|
* SpliceEventId: Number("int"),
|
|
42
42
|
* UniqueProgramId: Number("int"),
|
|
43
43
|
* },
|
|
44
|
-
* TimeSignalMessage: {
|
|
45
|
-
* SegmentationDescriptors: [
|
|
46
|
-
* {
|
|
44
|
+
* TimeSignalMessage: { // TimeSignalMessage
|
|
45
|
+
* SegmentationDescriptors: [ // SegmentationDescriptorList
|
|
46
|
+
* { // SegmentationDescriptor
|
|
47
47
|
* SegmentationEventId: Number("int"),
|
|
48
48
|
* SegmentationUpidType: Number("int"),
|
|
49
49
|
* SegmentationUpid: "STRING_VALUE",
|
|
@@ -59,12 +59,12 @@ export interface UpdateProgramCommandOutput extends UpdateProgramResponse, __Met
|
|
|
59
59
|
* ],
|
|
60
60
|
* ChannelName: "STRING_VALUE", // required
|
|
61
61
|
* ProgramName: "STRING_VALUE", // required
|
|
62
|
-
* ScheduleConfiguration: {
|
|
63
|
-
* Transition: {
|
|
62
|
+
* ScheduleConfiguration: { // UpdateProgramScheduleConfiguration
|
|
63
|
+
* Transition: { // UpdateProgramTransition
|
|
64
64
|
* ScheduledStartTimeMillis: Number("long"),
|
|
65
65
|
* DurationMillis: Number("long"),
|
|
66
66
|
* },
|
|
67
|
-
* ClipRange: {
|
|
67
|
+
* ClipRange: { // ClipRange
|
|
68
68
|
* EndOffsetMillis: Number("long"), // required
|
|
69
69
|
* },
|
|
70
70
|
* },
|
|
@@ -26,23 +26,23 @@ export interface UpdateSourceLocationCommandOutput extends UpdateSourceLocationR
|
|
|
26
26
|
* import { MediaTailorClient, UpdateSourceLocationCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, UpdateSourceLocationCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* AccessConfiguration: {
|
|
29
|
+
* const input = { // UpdateSourceLocationRequest
|
|
30
|
+
* AccessConfiguration: { // AccessConfiguration
|
|
31
31
|
* AccessType: "S3_SIGV4" || "SECRETS_MANAGER_ACCESS_TOKEN",
|
|
32
|
-
* SecretsManagerAccessTokenConfiguration: {
|
|
32
|
+
* SecretsManagerAccessTokenConfiguration: { // SecretsManagerAccessTokenConfiguration
|
|
33
33
|
* HeaderName: "STRING_VALUE",
|
|
34
34
|
* SecretArn: "STRING_VALUE",
|
|
35
35
|
* SecretStringKey: "STRING_VALUE",
|
|
36
36
|
* },
|
|
37
37
|
* },
|
|
38
|
-
* DefaultSegmentDeliveryConfiguration: {
|
|
38
|
+
* DefaultSegmentDeliveryConfiguration: { // DefaultSegmentDeliveryConfiguration
|
|
39
39
|
* BaseUrl: "STRING_VALUE",
|
|
40
40
|
* },
|
|
41
|
-
* HttpConfiguration: {
|
|
41
|
+
* HttpConfiguration: { // HttpConfiguration
|
|
42
42
|
* BaseUrl: "STRING_VALUE", // required
|
|
43
43
|
* },
|
|
44
|
-
* SegmentDeliveryConfigurations: [
|
|
45
|
-
* {
|
|
44
|
+
* SegmentDeliveryConfigurations: [ // __listOfSegmentDeliveryConfiguration
|
|
45
|
+
* { // SegmentDeliveryConfiguration
|
|
46
46
|
* BaseUrl: "STRING_VALUE",
|
|
47
47
|
* Name: "STRING_VALUE",
|
|
48
48
|
* },
|
|
@@ -26,9 +26,9 @@ export interface UpdateVodSourceCommandOutput extends UpdateVodSourceResponse, _
|
|
|
26
26
|
* import { MediaTailorClient, UpdateVodSourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, UpdateVodSourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* HttpPackageConfigurations: [ // required
|
|
31
|
-
* {
|
|
29
|
+
* const input = { // UpdateVodSourceRequest
|
|
30
|
+
* HttpPackageConfigurations: [ // HttpPackageConfigurations // required
|
|
31
|
+
* { // HttpPackageConfiguration
|
|
32
32
|
* Path: "STRING_VALUE", // required
|
|
33
33
|
* SourceGroup: "STRING_VALUE", // required
|
|
34
34
|
* Type: "DASH" || "HLS", // required
|
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.301.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.301.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.301.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|