aws_sdk_mediapackage/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 `ConfigureLogs` operation.
5pub mod configure_logs;
6
7/// Types for the `CreateChannel` operation.
8pub mod create_channel;
9
10/// Types for the `CreateHarvestJob` operation.
11pub mod create_harvest_job;
12
13/// Types for the `CreateOriginEndpoint` operation.
14pub mod create_origin_endpoint;
15
16/// Types for the `DeleteChannel` operation.
17pub mod delete_channel;
18
19/// Types for the `DeleteOriginEndpoint` operation.
20pub mod delete_origin_endpoint;
21
22/// Types for the `DescribeChannel` operation.
23pub mod describe_channel;
24
25/// Types for the `DescribeHarvestJob` operation.
26pub mod describe_harvest_job;
27
28/// Types for the `DescribeOriginEndpoint` operation.
29pub mod describe_origin_endpoint;
30
31/// Types for the `ListChannels` operation.
32pub mod list_channels;
33
34/// Types for the `ListHarvestJobs` operation.
35pub mod list_harvest_jobs;
36
37/// Types for the `ListOriginEndpoints` operation.
38pub mod list_origin_endpoints;
39
40/// Types for the `ListTagsForResource` operation.
41pub mod list_tags_for_resource;
42
43/// Types for the `RotateChannelCredentials` operation.
44pub mod rotate_channel_credentials;
45
46/// Types for the `RotateIngestEndpointCredentials` operation.
47pub mod rotate_ingest_endpoint_credentials;
48
49/// Types for the `TagResource` operation.
50pub mod tag_resource;
51
52/// Types for the `UntagResource` operation.
53pub mod untag_resource;
54
55/// Types for the `UpdateChannel` operation.
56pub mod update_channel;
57
58/// Types for the `UpdateOriginEndpoint` operation.
59pub mod update_origin_endpoint;