aws_sdk_mediatailor/
operation.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `ConfigureLogsForChannel` operation.
5pub mod configure_logs_for_channel;
6
7/// Types for the `ConfigureLogsForPlaybackConfiguration` operation.
8pub mod configure_logs_for_playback_configuration;
9
10/// Types for the `CreateChannel` operation.
11pub mod create_channel;
12
13/// Types for the `CreateLiveSource` operation.
14pub mod create_live_source;
15
16/// Types for the `CreatePrefetchSchedule` operation.
17pub mod create_prefetch_schedule;
18
19/// Types for the `CreateProgram` operation.
20pub mod create_program;
21
22/// Types for the `CreateSourceLocation` operation.
23pub mod create_source_location;
24
25/// Types for the `CreateVodSource` operation.
26pub mod create_vod_source;
27
28/// Types for the `DeleteChannel` operation.
29pub mod delete_channel;
30
31/// Types for the `DeleteChannelPolicy` operation.
32pub mod delete_channel_policy;
33
34/// Types for the `DeleteLiveSource` operation.
35pub mod delete_live_source;
36
37/// Types for the `DeletePlaybackConfiguration` operation.
38pub mod delete_playback_configuration;
39
40/// Types for the `DeletePrefetchSchedule` operation.
41pub mod delete_prefetch_schedule;
42
43/// Types for the `DeleteProgram` operation.
44pub mod delete_program;
45
46/// Types for the `DeleteSourceLocation` operation.
47pub mod delete_source_location;
48
49/// Types for the `DeleteVodSource` operation.
50pub mod delete_vod_source;
51
52/// Types for the `DescribeChannel` operation.
53pub mod describe_channel;
54
55/// Types for the `DescribeLiveSource` operation.
56pub mod describe_live_source;
57
58/// Types for the `DescribeProgram` operation.
59pub mod describe_program;
60
61/// Types for the `DescribeSourceLocation` operation.
62pub mod describe_source_location;
63
64/// Types for the `DescribeVodSource` operation.
65pub mod describe_vod_source;
66
67/// Types for the `GetChannelPolicy` operation.
68pub mod get_channel_policy;
69
70/// Types for the `GetChannelSchedule` operation.
71pub mod get_channel_schedule;
72
73/// Types for the `GetPlaybackConfiguration` operation.
74pub mod get_playback_configuration;
75
76/// Types for the `GetPrefetchSchedule` operation.
77pub mod get_prefetch_schedule;
78
79/// Types for the `ListAlerts` operation.
80pub mod list_alerts;
81
82/// Types for the `ListChannels` operation.
83pub mod list_channels;
84
85/// Types for the `ListLiveSources` operation.
86pub mod list_live_sources;
87
88/// Types for the `ListPlaybackConfigurations` operation.
89pub mod list_playback_configurations;
90
91/// Types for the `ListPrefetchSchedules` operation.
92pub mod list_prefetch_schedules;
93
94/// Types for the `ListSourceLocations` operation.
95pub mod list_source_locations;
96
97/// Types for the `ListTagsForResource` operation.
98pub mod list_tags_for_resource;
99
100/// Types for the `ListVodSources` operation.
101pub mod list_vod_sources;
102
103/// Types for the `PutChannelPolicy` operation.
104pub mod put_channel_policy;
105
106/// Types for the `PutPlaybackConfiguration` operation.
107pub mod put_playback_configuration;
108
109/// Types for the `StartChannel` operation.
110pub mod start_channel;
111
112/// Types for the `StopChannel` operation.
113pub mod stop_channel;
114
115/// Types for the `TagResource` operation.
116pub mod tag_resource;
117
118/// Types for the `UntagResource` operation.
119pub mod untag_resource;
120
121/// Types for the `UpdateChannel` operation.
122pub mod update_channel;
123
124/// Types for the `UpdateLiveSource` operation.
125pub mod update_live_source;
126
127/// Types for the `UpdateProgram` operation.
128pub mod update_program;
129
130/// Types for the `UpdateSourceLocation` operation.
131pub mod update_source_location;
132
133/// Types for the `UpdateVodSource` operation.
134pub mod update_vod_source;