@aws-sdk/client-mediatailor 3.72.0 → 3.76.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +27 -0
- package/dist-cjs/MediaTailor.js +75 -0
- package/dist-cjs/commands/CreateLiveSourceCommand.js +36 -0
- package/dist-cjs/commands/DeleteLiveSourceCommand.js +36 -0
- package/dist-cjs/commands/DescribeLiveSourceCommand.js +36 -0
- package/dist-cjs/commands/ListLiveSourcesCommand.js +36 -0
- package/dist-cjs/commands/UpdateLiveSourceCommand.js +36 -0
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/models/models_0.js +85 -14
- package/dist-cjs/pagination/ListLiveSourcesPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +499 -2
- package/dist-es/MediaTailor.js +75 -0
- package/dist-es/commands/CreateLiveSourceCommand.js +39 -0
- package/dist-es/commands/DeleteLiveSourceCommand.js +39 -0
- package/dist-es/commands/DescribeLiveSourceCommand.js +39 -0
- package/dist-es/commands/ListLiveSourcesCommand.js +39 -0
- package/dist-es/commands/UpdateLiveSourceCommand.js +39 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +58 -9
- package/dist-es/pagination/ListLiveSourcesPaginator.js +74 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +607 -13
- package/dist-types/MediaTailor.d.ts +35 -0
- package/dist-types/MediaTailorClient.d.ts +7 -2
- package/dist-types/commands/CreateLiveSourceCommand.d.ts +35 -0
- package/dist-types/commands/DeleteLiveSourceCommand.d.ts +35 -0
- package/dist-types/commands/DescribeLiveSourceCommand.d.ts +35 -0
- package/dist-types/commands/ListLiveSourcesCommand.d.ts +35 -0
- package/dist-types/commands/UpdateLiveSourceCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +387 -39
- package/dist-types/pagination/ListLiveSourcesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +15 -0
- package/dist-types/ts3.4/MediaTailor.d.ts +25 -0
- package/dist-types/ts3.4/MediaTailorClient.d.ts +7 -2
- package/dist-types/ts3.4/commands/CreateLiveSourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteLiveSourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLiveSourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLiveSourcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateLiveSourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +217 -19
- package/dist-types/ts3.4/pagination/ListLiveSourcesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +15 -0
- package/package.json +9 -9
|
@@ -2,18 +2,21 @@ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@a
|
|
|
2
2
|
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
3
|
import { ConfigureLogsForPlaybackConfigurationCommandInput, ConfigureLogsForPlaybackConfigurationCommandOutput } from "../commands/ConfigureLogsForPlaybackConfigurationCommand";
|
|
4
4
|
import { CreateChannelCommandInput, CreateChannelCommandOutput } from "../commands/CreateChannelCommand";
|
|
5
|
+
import { CreateLiveSourceCommandInput, CreateLiveSourceCommandOutput } from "../commands/CreateLiveSourceCommand";
|
|
5
6
|
import { CreatePrefetchScheduleCommandInput, CreatePrefetchScheduleCommandOutput } from "../commands/CreatePrefetchScheduleCommand";
|
|
6
7
|
import { CreateProgramCommandInput, CreateProgramCommandOutput } from "../commands/CreateProgramCommand";
|
|
7
8
|
import { CreateSourceLocationCommandInput, CreateSourceLocationCommandOutput } from "../commands/CreateSourceLocationCommand";
|
|
8
9
|
import { CreateVodSourceCommandInput, CreateVodSourceCommandOutput } from "../commands/CreateVodSourceCommand";
|
|
9
10
|
import { DeleteChannelCommandInput, DeleteChannelCommandOutput } from "../commands/DeleteChannelCommand";
|
|
10
11
|
import { DeleteChannelPolicyCommandInput, DeleteChannelPolicyCommandOutput } from "../commands/DeleteChannelPolicyCommand";
|
|
12
|
+
import { DeleteLiveSourceCommandInput, DeleteLiveSourceCommandOutput } from "../commands/DeleteLiveSourceCommand";
|
|
11
13
|
import { DeletePlaybackConfigurationCommandInput, DeletePlaybackConfigurationCommandOutput } from "../commands/DeletePlaybackConfigurationCommand";
|
|
12
14
|
import { DeletePrefetchScheduleCommandInput, DeletePrefetchScheduleCommandOutput } from "../commands/DeletePrefetchScheduleCommand";
|
|
13
15
|
import { DeleteProgramCommandInput, DeleteProgramCommandOutput } from "../commands/DeleteProgramCommand";
|
|
14
16
|
import { DeleteSourceLocationCommandInput, DeleteSourceLocationCommandOutput } from "../commands/DeleteSourceLocationCommand";
|
|
15
17
|
import { DeleteVodSourceCommandInput, DeleteVodSourceCommandOutput } from "../commands/DeleteVodSourceCommand";
|
|
16
18
|
import { DescribeChannelCommandInput, DescribeChannelCommandOutput } from "../commands/DescribeChannelCommand";
|
|
19
|
+
import { DescribeLiveSourceCommandInput, DescribeLiveSourceCommandOutput } from "../commands/DescribeLiveSourceCommand";
|
|
17
20
|
import { DescribeProgramCommandInput, DescribeProgramCommandOutput } from "../commands/DescribeProgramCommand";
|
|
18
21
|
import { DescribeSourceLocationCommandInput, DescribeSourceLocationCommandOutput } from "../commands/DescribeSourceLocationCommand";
|
|
19
22
|
import { DescribeVodSourceCommandInput, DescribeVodSourceCommandOutput } from "../commands/DescribeVodSourceCommand";
|
|
@@ -23,6 +26,7 @@ import { GetPlaybackConfigurationCommandInput, GetPlaybackConfigurationCommandOu
|
|
|
23
26
|
import { GetPrefetchScheduleCommandInput, GetPrefetchScheduleCommandOutput } from "../commands/GetPrefetchScheduleCommand";
|
|
24
27
|
import { ListAlertsCommandInput, ListAlertsCommandOutput } from "../commands/ListAlertsCommand";
|
|
25
28
|
import { ListChannelsCommandInput, ListChannelsCommandOutput } from "../commands/ListChannelsCommand";
|
|
29
|
+
import { ListLiveSourcesCommandInput, ListLiveSourcesCommandOutput } from "../commands/ListLiveSourcesCommand";
|
|
26
30
|
import { ListPlaybackConfigurationsCommandInput, ListPlaybackConfigurationsCommandOutput } from "../commands/ListPlaybackConfigurationsCommand";
|
|
27
31
|
import { ListPrefetchSchedulesCommandInput, ListPrefetchSchedulesCommandOutput } from "../commands/ListPrefetchSchedulesCommand";
|
|
28
32
|
import { ListSourceLocationsCommandInput, ListSourceLocationsCommandOutput } from "../commands/ListSourceLocationsCommand";
|
|
@@ -35,22 +39,26 @@ import { StopChannelCommandInput, StopChannelCommandOutput } from "../commands/S
|
|
|
35
39
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
36
40
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
37
41
|
import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "../commands/UpdateChannelCommand";
|
|
42
|
+
import { UpdateLiveSourceCommandInput, UpdateLiveSourceCommandOutput } from "../commands/UpdateLiveSourceCommand";
|
|
38
43
|
import { UpdateSourceLocationCommandInput, UpdateSourceLocationCommandOutput } from "../commands/UpdateSourceLocationCommand";
|
|
39
44
|
import { UpdateVodSourceCommandInput, UpdateVodSourceCommandOutput } from "../commands/UpdateVodSourceCommand";
|
|
40
45
|
export declare const serializeAws_restJson1ConfigureLogsForPlaybackConfigurationCommand: (input: ConfigureLogsForPlaybackConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
46
|
export declare const serializeAws_restJson1CreateChannelCommand: (input: CreateChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
+
export declare const serializeAws_restJson1CreateLiveSourceCommand: (input: CreateLiveSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
48
|
export declare const serializeAws_restJson1CreatePrefetchScheduleCommand: (input: CreatePrefetchScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
49
|
export declare const serializeAws_restJson1CreateProgramCommand: (input: CreateProgramCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
50
|
export declare const serializeAws_restJson1CreateSourceLocationCommand: (input: CreateSourceLocationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
51
|
export declare const serializeAws_restJson1CreateVodSourceCommand: (input: CreateVodSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
52
|
export declare const serializeAws_restJson1DeleteChannelCommand: (input: DeleteChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
53
|
export declare const serializeAws_restJson1DeleteChannelPolicyCommand: (input: DeleteChannelPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
+
export declare const serializeAws_restJson1DeleteLiveSourceCommand: (input: DeleteLiveSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
55
|
export declare const serializeAws_restJson1DeletePlaybackConfigurationCommand: (input: DeletePlaybackConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
56
|
export declare const serializeAws_restJson1DeletePrefetchScheduleCommand: (input: DeletePrefetchScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
57
|
export declare const serializeAws_restJson1DeleteProgramCommand: (input: DeleteProgramCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
58
|
export declare const serializeAws_restJson1DeleteSourceLocationCommand: (input: DeleteSourceLocationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
59
|
export declare const serializeAws_restJson1DeleteVodSourceCommand: (input: DeleteVodSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
60
|
export declare const serializeAws_restJson1DescribeChannelCommand: (input: DescribeChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
|
+
export declare const serializeAws_restJson1DescribeLiveSourceCommand: (input: DescribeLiveSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
62
|
export declare const serializeAws_restJson1DescribeProgramCommand: (input: DescribeProgramCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
63
|
export declare const serializeAws_restJson1DescribeSourceLocationCommand: (input: DescribeSourceLocationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
56
64
|
export declare const serializeAws_restJson1DescribeVodSourceCommand: (input: DescribeVodSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -60,6 +68,7 @@ export declare const serializeAws_restJson1GetPlaybackConfigurationCommand: (inp
|
|
|
60
68
|
export declare const serializeAws_restJson1GetPrefetchScheduleCommand: (input: GetPrefetchScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
69
|
export declare const serializeAws_restJson1ListAlertsCommand: (input: ListAlertsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
70
|
export declare const serializeAws_restJson1ListChannelsCommand: (input: ListChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
+
export declare const serializeAws_restJson1ListLiveSourcesCommand: (input: ListLiveSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
72
|
export declare const serializeAws_restJson1ListPlaybackConfigurationsCommand: (input: ListPlaybackConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
73
|
export declare const serializeAws_restJson1ListPrefetchSchedulesCommand: (input: ListPrefetchSchedulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
74
|
export declare const serializeAws_restJson1ListSourceLocationsCommand: (input: ListSourceLocationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -72,22 +81,26 @@ export declare const serializeAws_restJson1StopChannelCommand: (input: StopChann
|
|
|
72
81
|
export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
82
|
export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
83
|
export declare const serializeAws_restJson1UpdateChannelCommand: (input: UpdateChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
|
+
export declare const serializeAws_restJson1UpdateLiveSourceCommand: (input: UpdateLiveSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
85
|
export declare const serializeAws_restJson1UpdateSourceLocationCommand: (input: UpdateSourceLocationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
86
|
export declare const serializeAws_restJson1UpdateVodSourceCommand: (input: UpdateVodSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
87
|
export declare const deserializeAws_restJson1ConfigureLogsForPlaybackConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConfigureLogsForPlaybackConfigurationCommandOutput>;
|
|
78
88
|
export declare const deserializeAws_restJson1CreateChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateChannelCommandOutput>;
|
|
89
|
+
export declare const deserializeAws_restJson1CreateLiveSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLiveSourceCommandOutput>;
|
|
79
90
|
export declare const deserializeAws_restJson1CreatePrefetchScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePrefetchScheduleCommandOutput>;
|
|
80
91
|
export declare const deserializeAws_restJson1CreateProgramCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProgramCommandOutput>;
|
|
81
92
|
export declare const deserializeAws_restJson1CreateSourceLocationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSourceLocationCommandOutput>;
|
|
82
93
|
export declare const deserializeAws_restJson1CreateVodSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVodSourceCommandOutput>;
|
|
83
94
|
export declare const deserializeAws_restJson1DeleteChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelCommandOutput>;
|
|
84
95
|
export declare const deserializeAws_restJson1DeleteChannelPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelPolicyCommandOutput>;
|
|
96
|
+
export declare const deserializeAws_restJson1DeleteLiveSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLiveSourceCommandOutput>;
|
|
85
97
|
export declare const deserializeAws_restJson1DeletePlaybackConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePlaybackConfigurationCommandOutput>;
|
|
86
98
|
export declare const deserializeAws_restJson1DeletePrefetchScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePrefetchScheduleCommandOutput>;
|
|
87
99
|
export declare const deserializeAws_restJson1DeleteProgramCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProgramCommandOutput>;
|
|
88
100
|
export declare const deserializeAws_restJson1DeleteSourceLocationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSourceLocationCommandOutput>;
|
|
89
101
|
export declare const deserializeAws_restJson1DeleteVodSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVodSourceCommandOutput>;
|
|
90
102
|
export declare const deserializeAws_restJson1DescribeChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelCommandOutput>;
|
|
103
|
+
export declare const deserializeAws_restJson1DescribeLiveSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLiveSourceCommandOutput>;
|
|
91
104
|
export declare const deserializeAws_restJson1DescribeProgramCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeProgramCommandOutput>;
|
|
92
105
|
export declare const deserializeAws_restJson1DescribeSourceLocationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSourceLocationCommandOutput>;
|
|
93
106
|
export declare const deserializeAws_restJson1DescribeVodSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVodSourceCommandOutput>;
|
|
@@ -97,6 +110,7 @@ export declare const deserializeAws_restJson1GetPlaybackConfigurationCommand: (o
|
|
|
97
110
|
export declare const deserializeAws_restJson1GetPrefetchScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPrefetchScheduleCommandOutput>;
|
|
98
111
|
export declare const deserializeAws_restJson1ListAlertsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAlertsCommandOutput>;
|
|
99
112
|
export declare const deserializeAws_restJson1ListChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelsCommandOutput>;
|
|
113
|
+
export declare const deserializeAws_restJson1ListLiveSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLiveSourcesCommandOutput>;
|
|
100
114
|
export declare const deserializeAws_restJson1ListPlaybackConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPlaybackConfigurationsCommandOutput>;
|
|
101
115
|
export declare const deserializeAws_restJson1ListPrefetchSchedulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPrefetchSchedulesCommandOutput>;
|
|
102
116
|
export declare const deserializeAws_restJson1ListSourceLocationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSourceLocationsCommandOutput>;
|
|
@@ -109,5 +123,6 @@ export declare const deserializeAws_restJson1StopChannelCommand: (output: __Http
|
|
|
109
123
|
export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
110
124
|
export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
111
125
|
export declare const deserializeAws_restJson1UpdateChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateChannelCommandOutput>;
|
|
126
|
+
export declare const deserializeAws_restJson1UpdateLiveSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLiveSourceCommandOutput>;
|
|
112
127
|
export declare const deserializeAws_restJson1UpdateSourceLocationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSourceLocationCommandOutput>;
|
|
113
128
|
export declare const deserializeAws_restJson1UpdateVodSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVodSourceCommandOutput>;
|
|
@@ -1,18 +1,21 @@
|
|
|
1
1
|
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
2
|
import { ConfigureLogsForPlaybackConfigurationCommandInput, ConfigureLogsForPlaybackConfigurationCommandOutput } from "./commands/ConfigureLogsForPlaybackConfigurationCommand";
|
|
3
3
|
import { CreateChannelCommandInput, CreateChannelCommandOutput } from "./commands/CreateChannelCommand";
|
|
4
|
+
import { CreateLiveSourceCommandInput, CreateLiveSourceCommandOutput } from "./commands/CreateLiveSourceCommand";
|
|
4
5
|
import { CreatePrefetchScheduleCommandInput, CreatePrefetchScheduleCommandOutput } from "./commands/CreatePrefetchScheduleCommand";
|
|
5
6
|
import { CreateProgramCommandInput, CreateProgramCommandOutput } from "./commands/CreateProgramCommand";
|
|
6
7
|
import { CreateSourceLocationCommandInput, CreateSourceLocationCommandOutput } from "./commands/CreateSourceLocationCommand";
|
|
7
8
|
import { CreateVodSourceCommandInput, CreateVodSourceCommandOutput } from "./commands/CreateVodSourceCommand";
|
|
8
9
|
import { DeleteChannelCommandInput, DeleteChannelCommandOutput } from "./commands/DeleteChannelCommand";
|
|
9
10
|
import { DeleteChannelPolicyCommandInput, DeleteChannelPolicyCommandOutput } from "./commands/DeleteChannelPolicyCommand";
|
|
11
|
+
import { DeleteLiveSourceCommandInput, DeleteLiveSourceCommandOutput } from "./commands/DeleteLiveSourceCommand";
|
|
10
12
|
import { DeletePlaybackConfigurationCommandInput, DeletePlaybackConfigurationCommandOutput } from "./commands/DeletePlaybackConfigurationCommand";
|
|
11
13
|
import { DeletePrefetchScheduleCommandInput, DeletePrefetchScheduleCommandOutput } from "./commands/DeletePrefetchScheduleCommand";
|
|
12
14
|
import { DeleteProgramCommandInput, DeleteProgramCommandOutput } from "./commands/DeleteProgramCommand";
|
|
13
15
|
import { DeleteSourceLocationCommandInput, DeleteSourceLocationCommandOutput } from "./commands/DeleteSourceLocationCommand";
|
|
14
16
|
import { DeleteVodSourceCommandInput, DeleteVodSourceCommandOutput } from "./commands/DeleteVodSourceCommand";
|
|
15
17
|
import { DescribeChannelCommandInput, DescribeChannelCommandOutput } from "./commands/DescribeChannelCommand";
|
|
18
|
+
import { DescribeLiveSourceCommandInput, DescribeLiveSourceCommandOutput } from "./commands/DescribeLiveSourceCommand";
|
|
16
19
|
import { DescribeProgramCommandInput, DescribeProgramCommandOutput } from "./commands/DescribeProgramCommand";
|
|
17
20
|
import { DescribeSourceLocationCommandInput, DescribeSourceLocationCommandOutput } from "./commands/DescribeSourceLocationCommand";
|
|
18
21
|
import { DescribeVodSourceCommandInput, DescribeVodSourceCommandOutput } from "./commands/DescribeVodSourceCommand";
|
|
@@ -22,6 +25,7 @@ import { GetPlaybackConfigurationCommandInput, GetPlaybackConfigurationCommandOu
|
|
|
22
25
|
import { GetPrefetchScheduleCommandInput, GetPrefetchScheduleCommandOutput } from "./commands/GetPrefetchScheduleCommand";
|
|
23
26
|
import { ListAlertsCommandInput, ListAlertsCommandOutput } from "./commands/ListAlertsCommand";
|
|
24
27
|
import { ListChannelsCommandInput, ListChannelsCommandOutput } from "./commands/ListChannelsCommand";
|
|
28
|
+
import { ListLiveSourcesCommandInput, ListLiveSourcesCommandOutput } from "./commands/ListLiveSourcesCommand";
|
|
25
29
|
import { ListPlaybackConfigurationsCommandInput, ListPlaybackConfigurationsCommandOutput } from "./commands/ListPlaybackConfigurationsCommand";
|
|
26
30
|
import { ListPrefetchSchedulesCommandInput, ListPrefetchSchedulesCommandOutput } from "./commands/ListPrefetchSchedulesCommand";
|
|
27
31
|
import { ListSourceLocationsCommandInput, ListSourceLocationsCommandOutput } from "./commands/ListSourceLocationsCommand";
|
|
@@ -34,6 +38,7 @@ import { StopChannelCommandInput, StopChannelCommandOutput } from "./commands/St
|
|
|
34
38
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
35
39
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
36
40
|
import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "./commands/UpdateChannelCommand";
|
|
41
|
+
import { UpdateLiveSourceCommandInput, UpdateLiveSourceCommandOutput } from "./commands/UpdateLiveSourceCommand";
|
|
37
42
|
import { UpdateSourceLocationCommandInput, UpdateSourceLocationCommandOutput } from "./commands/UpdateSourceLocationCommand";
|
|
38
43
|
import { UpdateVodSourceCommandInput, UpdateVodSourceCommandOutput } from "./commands/UpdateVodSourceCommand";
|
|
39
44
|
import { MediaTailorClient } from "./MediaTailorClient";
|
|
@@ -48,6 +53,10 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
48
53
|
createChannel(args: CreateChannelCommandInput, cb: (err: any, data?: CreateChannelCommandOutput) => void): void;
|
|
49
54
|
createChannel(args: CreateChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateChannelCommandOutput) => void): void;
|
|
50
55
|
|
|
56
|
+
createLiveSource(args: CreateLiveSourceCommandInput, options?: __HttpHandlerOptions): Promise<CreateLiveSourceCommandOutput>;
|
|
57
|
+
createLiveSource(args: CreateLiveSourceCommandInput, cb: (err: any, data?: CreateLiveSourceCommandOutput) => void): void;
|
|
58
|
+
createLiveSource(args: CreateLiveSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLiveSourceCommandOutput) => void): void;
|
|
59
|
+
|
|
51
60
|
createPrefetchSchedule(args: CreatePrefetchScheduleCommandInput, options?: __HttpHandlerOptions): Promise<CreatePrefetchScheduleCommandOutput>;
|
|
52
61
|
createPrefetchSchedule(args: CreatePrefetchScheduleCommandInput, cb: (err: any, data?: CreatePrefetchScheduleCommandOutput) => void): void;
|
|
53
62
|
createPrefetchSchedule(args: CreatePrefetchScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePrefetchScheduleCommandOutput) => void): void;
|
|
@@ -72,6 +81,10 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
72
81
|
deleteChannelPolicy(args: DeleteChannelPolicyCommandInput, cb: (err: any, data?: DeleteChannelPolicyCommandOutput) => void): void;
|
|
73
82
|
deleteChannelPolicy(args: DeleteChannelPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChannelPolicyCommandOutput) => void): void;
|
|
74
83
|
|
|
84
|
+
deleteLiveSource(args: DeleteLiveSourceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLiveSourceCommandOutput>;
|
|
85
|
+
deleteLiveSource(args: DeleteLiveSourceCommandInput, cb: (err: any, data?: DeleteLiveSourceCommandOutput) => void): void;
|
|
86
|
+
deleteLiveSource(args: DeleteLiveSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLiveSourceCommandOutput) => void): void;
|
|
87
|
+
|
|
75
88
|
deletePlaybackConfiguration(args: DeletePlaybackConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeletePlaybackConfigurationCommandOutput>;
|
|
76
89
|
deletePlaybackConfiguration(args: DeletePlaybackConfigurationCommandInput, cb: (err: any, data?: DeletePlaybackConfigurationCommandOutput) => void): void;
|
|
77
90
|
deletePlaybackConfiguration(args: DeletePlaybackConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePlaybackConfigurationCommandOutput) => void): void;
|
|
@@ -96,6 +109,10 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
96
109
|
describeChannel(args: DescribeChannelCommandInput, cb: (err: any, data?: DescribeChannelCommandOutput) => void): void;
|
|
97
110
|
describeChannel(args: DescribeChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChannelCommandOutput) => void): void;
|
|
98
111
|
|
|
112
|
+
describeLiveSource(args: DescribeLiveSourceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLiveSourceCommandOutput>;
|
|
113
|
+
describeLiveSource(args: DescribeLiveSourceCommandInput, cb: (err: any, data?: DescribeLiveSourceCommandOutput) => void): void;
|
|
114
|
+
describeLiveSource(args: DescribeLiveSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLiveSourceCommandOutput) => void): void;
|
|
115
|
+
|
|
99
116
|
describeProgram(args: DescribeProgramCommandInput, options?: __HttpHandlerOptions): Promise<DescribeProgramCommandOutput>;
|
|
100
117
|
describeProgram(args: DescribeProgramCommandInput, cb: (err: any, data?: DescribeProgramCommandOutput) => void): void;
|
|
101
118
|
describeProgram(args: DescribeProgramCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeProgramCommandOutput) => void): void;
|
|
@@ -132,6 +149,10 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
132
149
|
listChannels(args: ListChannelsCommandInput, cb: (err: any, data?: ListChannelsCommandOutput) => void): void;
|
|
133
150
|
listChannels(args: ListChannelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelsCommandOutput) => void): void;
|
|
134
151
|
|
|
152
|
+
listLiveSources(args: ListLiveSourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListLiveSourcesCommandOutput>;
|
|
153
|
+
listLiveSources(args: ListLiveSourcesCommandInput, cb: (err: any, data?: ListLiveSourcesCommandOutput) => void): void;
|
|
154
|
+
listLiveSources(args: ListLiveSourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLiveSourcesCommandOutput) => void): void;
|
|
155
|
+
|
|
135
156
|
listPlaybackConfigurations(args: ListPlaybackConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListPlaybackConfigurationsCommandOutput>;
|
|
136
157
|
listPlaybackConfigurations(args: ListPlaybackConfigurationsCommandInput, cb: (err: any, data?: ListPlaybackConfigurationsCommandOutput) => void): void;
|
|
137
158
|
listPlaybackConfigurations(args: ListPlaybackConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPlaybackConfigurationsCommandOutput) => void): void;
|
|
@@ -180,6 +201,10 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
180
201
|
updateChannel(args: UpdateChannelCommandInput, cb: (err: any, data?: UpdateChannelCommandOutput) => void): void;
|
|
181
202
|
updateChannel(args: UpdateChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateChannelCommandOutput) => void): void;
|
|
182
203
|
|
|
204
|
+
updateLiveSource(args: UpdateLiveSourceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLiveSourceCommandOutput>;
|
|
205
|
+
updateLiveSource(args: UpdateLiveSourceCommandInput, cb: (err: any, data?: UpdateLiveSourceCommandOutput) => void): void;
|
|
206
|
+
updateLiveSource(args: UpdateLiveSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLiveSourceCommandOutput) => void): void;
|
|
207
|
+
|
|
183
208
|
updateSourceLocation(args: UpdateSourceLocationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSourceLocationCommandOutput>;
|
|
184
209
|
updateSourceLocation(args: UpdateSourceLocationCommandInput, cb: (err: any, data?: UpdateSourceLocationCommandOutput) => void): void;
|
|
185
210
|
updateSourceLocation(args: UpdateSourceLocationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSourceLocationCommandOutput) => void): void;
|
|
@@ -8,18 +8,21 @@ import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfig
|
|
|
8
8
|
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { ConfigureLogsForPlaybackConfigurationCommandInput, ConfigureLogsForPlaybackConfigurationCommandOutput } from "./commands/ConfigureLogsForPlaybackConfigurationCommand";
|
|
10
10
|
import { CreateChannelCommandInput, CreateChannelCommandOutput } from "./commands/CreateChannelCommand";
|
|
11
|
+
import { CreateLiveSourceCommandInput, CreateLiveSourceCommandOutput } from "./commands/CreateLiveSourceCommand";
|
|
11
12
|
import { CreatePrefetchScheduleCommandInput, CreatePrefetchScheduleCommandOutput } from "./commands/CreatePrefetchScheduleCommand";
|
|
12
13
|
import { CreateProgramCommandInput, CreateProgramCommandOutput } from "./commands/CreateProgramCommand";
|
|
13
14
|
import { CreateSourceLocationCommandInput, CreateSourceLocationCommandOutput } from "./commands/CreateSourceLocationCommand";
|
|
14
15
|
import { CreateVodSourceCommandInput, CreateVodSourceCommandOutput } from "./commands/CreateVodSourceCommand";
|
|
15
16
|
import { DeleteChannelCommandInput, DeleteChannelCommandOutput } from "./commands/DeleteChannelCommand";
|
|
16
17
|
import { DeleteChannelPolicyCommandInput, DeleteChannelPolicyCommandOutput } from "./commands/DeleteChannelPolicyCommand";
|
|
18
|
+
import { DeleteLiveSourceCommandInput, DeleteLiveSourceCommandOutput } from "./commands/DeleteLiveSourceCommand";
|
|
17
19
|
import { DeletePlaybackConfigurationCommandInput, DeletePlaybackConfigurationCommandOutput } from "./commands/DeletePlaybackConfigurationCommand";
|
|
18
20
|
import { DeletePrefetchScheduleCommandInput, DeletePrefetchScheduleCommandOutput } from "./commands/DeletePrefetchScheduleCommand";
|
|
19
21
|
import { DeleteProgramCommandInput, DeleteProgramCommandOutput } from "./commands/DeleteProgramCommand";
|
|
20
22
|
import { DeleteSourceLocationCommandInput, DeleteSourceLocationCommandOutput } from "./commands/DeleteSourceLocationCommand";
|
|
21
23
|
import { DeleteVodSourceCommandInput, DeleteVodSourceCommandOutput } from "./commands/DeleteVodSourceCommand";
|
|
22
24
|
import { DescribeChannelCommandInput, DescribeChannelCommandOutput } from "./commands/DescribeChannelCommand";
|
|
25
|
+
import { DescribeLiveSourceCommandInput, DescribeLiveSourceCommandOutput } from "./commands/DescribeLiveSourceCommand";
|
|
23
26
|
import { DescribeProgramCommandInput, DescribeProgramCommandOutput } from "./commands/DescribeProgramCommand";
|
|
24
27
|
import { DescribeSourceLocationCommandInput, DescribeSourceLocationCommandOutput } from "./commands/DescribeSourceLocationCommand";
|
|
25
28
|
import { DescribeVodSourceCommandInput, DescribeVodSourceCommandOutput } from "./commands/DescribeVodSourceCommand";
|
|
@@ -29,6 +32,7 @@ import { GetPlaybackConfigurationCommandInput, GetPlaybackConfigurationCommandOu
|
|
|
29
32
|
import { GetPrefetchScheduleCommandInput, GetPrefetchScheduleCommandOutput } from "./commands/GetPrefetchScheduleCommand";
|
|
30
33
|
import { ListAlertsCommandInput, ListAlertsCommandOutput } from "./commands/ListAlertsCommand";
|
|
31
34
|
import { ListChannelsCommandInput, ListChannelsCommandOutput } from "./commands/ListChannelsCommand";
|
|
35
|
+
import { ListLiveSourcesCommandInput, ListLiveSourcesCommandOutput } from "./commands/ListLiveSourcesCommand";
|
|
32
36
|
import { ListPlaybackConfigurationsCommandInput, ListPlaybackConfigurationsCommandOutput } from "./commands/ListPlaybackConfigurationsCommand";
|
|
33
37
|
import { ListPrefetchSchedulesCommandInput, ListPrefetchSchedulesCommandOutput } from "./commands/ListPrefetchSchedulesCommand";
|
|
34
38
|
import { ListSourceLocationsCommandInput, ListSourceLocationsCommandOutput } from "./commands/ListSourceLocationsCommand";
|
|
@@ -41,10 +45,11 @@ import { StopChannelCommandInput, StopChannelCommandOutput } from "./commands/St
|
|
|
41
45
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
42
46
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
43
47
|
import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "./commands/UpdateChannelCommand";
|
|
48
|
+
import { UpdateLiveSourceCommandInput, UpdateLiveSourceCommandOutput } from "./commands/UpdateLiveSourceCommand";
|
|
44
49
|
import { UpdateSourceLocationCommandInput, UpdateSourceLocationCommandOutput } from "./commands/UpdateSourceLocationCommand";
|
|
45
50
|
import { UpdateVodSourceCommandInput, UpdateVodSourceCommandOutput } from "./commands/UpdateVodSourceCommand";
|
|
46
|
-
export declare type ServiceInputTypes = ConfigureLogsForPlaybackConfigurationCommandInput | CreateChannelCommandInput | CreatePrefetchScheduleCommandInput | CreateProgramCommandInput | CreateSourceLocationCommandInput | CreateVodSourceCommandInput | DeleteChannelCommandInput | DeleteChannelPolicyCommandInput | DeletePlaybackConfigurationCommandInput | DeletePrefetchScheduleCommandInput | DeleteProgramCommandInput | DeleteSourceLocationCommandInput | DeleteVodSourceCommandInput | DescribeChannelCommandInput | DescribeProgramCommandInput | DescribeSourceLocationCommandInput | DescribeVodSourceCommandInput | GetChannelPolicyCommandInput | GetChannelScheduleCommandInput | GetPlaybackConfigurationCommandInput | GetPrefetchScheduleCommandInput | ListAlertsCommandInput | ListChannelsCommandInput | ListPlaybackConfigurationsCommandInput | ListPrefetchSchedulesCommandInput | ListSourceLocationsCommandInput | ListTagsForResourceCommandInput | ListVodSourcesCommandInput | PutChannelPolicyCommandInput | PutPlaybackConfigurationCommandInput | StartChannelCommandInput | StopChannelCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateChannelCommandInput | UpdateSourceLocationCommandInput | UpdateVodSourceCommandInput;
|
|
47
|
-
export declare type ServiceOutputTypes = ConfigureLogsForPlaybackConfigurationCommandOutput | CreateChannelCommandOutput | CreatePrefetchScheduleCommandOutput | CreateProgramCommandOutput | CreateSourceLocationCommandOutput | CreateVodSourceCommandOutput | DeleteChannelCommandOutput | DeleteChannelPolicyCommandOutput | DeletePlaybackConfigurationCommandOutput | DeletePrefetchScheduleCommandOutput | DeleteProgramCommandOutput | DeleteSourceLocationCommandOutput | DeleteVodSourceCommandOutput | DescribeChannelCommandOutput | DescribeProgramCommandOutput | DescribeSourceLocationCommandOutput | DescribeVodSourceCommandOutput | GetChannelPolicyCommandOutput | GetChannelScheduleCommandOutput | GetPlaybackConfigurationCommandOutput | GetPrefetchScheduleCommandOutput | ListAlertsCommandOutput | ListChannelsCommandOutput | ListPlaybackConfigurationsCommandOutput | ListPrefetchSchedulesCommandOutput | ListSourceLocationsCommandOutput | ListTagsForResourceCommandOutput | ListVodSourcesCommandOutput | PutChannelPolicyCommandOutput | PutPlaybackConfigurationCommandOutput | StartChannelCommandOutput | StopChannelCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateChannelCommandOutput | UpdateSourceLocationCommandOutput | UpdateVodSourceCommandOutput;
|
|
51
|
+
export declare type ServiceInputTypes = ConfigureLogsForPlaybackConfigurationCommandInput | CreateChannelCommandInput | CreateLiveSourceCommandInput | CreatePrefetchScheduleCommandInput | CreateProgramCommandInput | CreateSourceLocationCommandInput | CreateVodSourceCommandInput | DeleteChannelCommandInput | DeleteChannelPolicyCommandInput | DeleteLiveSourceCommandInput | DeletePlaybackConfigurationCommandInput | DeletePrefetchScheduleCommandInput | DeleteProgramCommandInput | DeleteSourceLocationCommandInput | DeleteVodSourceCommandInput | DescribeChannelCommandInput | DescribeLiveSourceCommandInput | DescribeProgramCommandInput | DescribeSourceLocationCommandInput | DescribeVodSourceCommandInput | GetChannelPolicyCommandInput | GetChannelScheduleCommandInput | GetPlaybackConfigurationCommandInput | GetPrefetchScheduleCommandInput | ListAlertsCommandInput | ListChannelsCommandInput | ListLiveSourcesCommandInput | ListPlaybackConfigurationsCommandInput | ListPrefetchSchedulesCommandInput | ListSourceLocationsCommandInput | ListTagsForResourceCommandInput | ListVodSourcesCommandInput | PutChannelPolicyCommandInput | PutPlaybackConfigurationCommandInput | StartChannelCommandInput | StopChannelCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateChannelCommandInput | UpdateLiveSourceCommandInput | UpdateSourceLocationCommandInput | UpdateVodSourceCommandInput;
|
|
52
|
+
export declare type ServiceOutputTypes = ConfigureLogsForPlaybackConfigurationCommandOutput | CreateChannelCommandOutput | CreateLiveSourceCommandOutput | CreatePrefetchScheduleCommandOutput | CreateProgramCommandOutput | CreateSourceLocationCommandOutput | CreateVodSourceCommandOutput | DeleteChannelCommandOutput | DeleteChannelPolicyCommandOutput | DeleteLiveSourceCommandOutput | DeletePlaybackConfigurationCommandOutput | DeletePrefetchScheduleCommandOutput | DeleteProgramCommandOutput | DeleteSourceLocationCommandOutput | DeleteVodSourceCommandOutput | DescribeChannelCommandOutput | DescribeLiveSourceCommandOutput | DescribeProgramCommandOutput | DescribeSourceLocationCommandOutput | DescribeVodSourceCommandOutput | GetChannelPolicyCommandOutput | GetChannelScheduleCommandOutput | GetPlaybackConfigurationCommandOutput | GetPrefetchScheduleCommandOutput | ListAlertsCommandOutput | ListChannelsCommandOutput | ListLiveSourcesCommandOutput | ListPlaybackConfigurationsCommandOutput | ListPrefetchSchedulesCommandOutput | ListSourceLocationsCommandOutput | ListTagsForResourceCommandOutput | ListVodSourcesCommandOutput | PutChannelPolicyCommandOutput | PutPlaybackConfigurationCommandOutput | StartChannelCommandOutput | StopChannelCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateChannelCommandOutput | UpdateLiveSourceCommandOutput | UpdateSourceLocationCommandOutput | UpdateVodSourceCommandOutput;
|
|
48
53
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
49
54
|
|
|
50
55
|
requestHandler?: __HttpHandler;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
4
|
+
import { CreateLiveSourceRequest, CreateLiveSourceResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateLiveSourceCommandInput extends CreateLiveSourceRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateLiveSourceCommandOutput extends CreateLiveSourceResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateLiveSourceCommand extends $Command<CreateLiveSourceCommandInput, CreateLiveSourceCommandOutput, MediaTailorClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateLiveSourceCommandInput;
|
|
12
|
+
constructor(input: CreateLiveSourceCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLiveSourceCommandInput, CreateLiveSourceCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
4
|
+
import { DeleteLiveSourceRequest, DeleteLiveSourceResponse } from "../models/models_0";
|
|
5
|
+
export interface DeleteLiveSourceCommandInput extends DeleteLiveSourceRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteLiveSourceCommandOutput extends DeleteLiveSourceResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteLiveSourceCommand extends $Command<DeleteLiveSourceCommandInput, DeleteLiveSourceCommandOutput, MediaTailorClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteLiveSourceCommandInput;
|
|
12
|
+
constructor(input: DeleteLiveSourceCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLiveSourceCommandInput, DeleteLiveSourceCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
4
|
+
import { DescribeLiveSourceRequest, DescribeLiveSourceResponse } from "../models/models_0";
|
|
5
|
+
export interface DescribeLiveSourceCommandInput extends DescribeLiveSourceRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeLiveSourceCommandOutput extends DescribeLiveSourceResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeLiveSourceCommand extends $Command<DescribeLiveSourceCommandInput, DescribeLiveSourceCommandOutput, MediaTailorClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeLiveSourceCommandInput;
|
|
12
|
+
constructor(input: DescribeLiveSourceCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLiveSourceCommandInput, DescribeLiveSourceCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
4
|
+
import { ListLiveSourcesRequest, ListLiveSourcesResponse } from "../models/models_0";
|
|
5
|
+
export interface ListLiveSourcesCommandInput extends ListLiveSourcesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListLiveSourcesCommandOutput extends ListLiveSourcesResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListLiveSourcesCommand extends $Command<ListLiveSourcesCommandInput, ListLiveSourcesCommandOutput, MediaTailorClientResolvedConfig> {
|
|
11
|
+
readonly input: ListLiveSourcesCommandInput;
|
|
12
|
+
constructor(input: ListLiveSourcesCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLiveSourcesCommandInput, ListLiveSourcesCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
4
|
+
import { UpdateLiveSourceRequest, UpdateLiveSourceResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdateLiveSourceCommandInput extends UpdateLiveSourceRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateLiveSourceCommandOutput extends UpdateLiveSourceResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateLiveSourceCommand extends $Command<UpdateLiveSourceCommandInput, UpdateLiveSourceCommandOutput, MediaTailorClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateLiveSourceCommandInput;
|
|
12
|
+
constructor(input: UpdateLiveSourceCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateLiveSourceCommandInput, UpdateLiveSourceCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -1,17 +1,20 @@
|
|
|
1
1
|
export * from "./ConfigureLogsForPlaybackConfigurationCommand";
|
|
2
2
|
export * from "./CreateChannelCommand";
|
|
3
|
+
export * from "./CreateLiveSourceCommand";
|
|
3
4
|
export * from "./CreatePrefetchScheduleCommand";
|
|
4
5
|
export * from "./CreateProgramCommand";
|
|
5
6
|
export * from "./CreateSourceLocationCommand";
|
|
6
7
|
export * from "./CreateVodSourceCommand";
|
|
7
8
|
export * from "./DeleteChannelCommand";
|
|
8
9
|
export * from "./DeleteChannelPolicyCommand";
|
|
10
|
+
export * from "./DeleteLiveSourceCommand";
|
|
9
11
|
export * from "./DeletePlaybackConfigurationCommand";
|
|
10
12
|
export * from "./DeletePrefetchScheduleCommand";
|
|
11
13
|
export * from "./DeleteProgramCommand";
|
|
12
14
|
export * from "./DeleteSourceLocationCommand";
|
|
13
15
|
export * from "./DeleteVodSourceCommand";
|
|
14
16
|
export * from "./DescribeChannelCommand";
|
|
17
|
+
export * from "./DescribeLiveSourceCommand";
|
|
15
18
|
export * from "./DescribeProgramCommand";
|
|
16
19
|
export * from "./DescribeSourceLocationCommand";
|
|
17
20
|
export * from "./DescribeVodSourceCommand";
|
|
@@ -21,6 +24,7 @@ export * from "./GetPlaybackConfigurationCommand";
|
|
|
21
24
|
export * from "./GetPrefetchScheduleCommand";
|
|
22
25
|
export * from "./ListAlertsCommand";
|
|
23
26
|
export * from "./ListChannelsCommand";
|
|
27
|
+
export * from "./ListLiveSourcesCommand";
|
|
24
28
|
export * from "./ListPlaybackConfigurationsCommand";
|
|
25
29
|
export * from "./ListPrefetchSchedulesCommand";
|
|
26
30
|
export * from "./ListSourceLocationsCommand";
|
|
@@ -33,5 +37,6 @@ export * from "./StopChannelCommand";
|
|
|
33
37
|
export * from "./TagResourceCommand";
|
|
34
38
|
export * from "./UntagResourceCommand";
|
|
35
39
|
export * from "./UpdateChannelCommand";
|
|
40
|
+
export * from "./UpdateLiveSourceCommand";
|
|
36
41
|
export * from "./UpdateSourceLocationCommand";
|
|
37
42
|
export * from "./UpdateVodSourceCommand";
|