aws_sdk_iotanalytics/
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 `BatchPutMessage` operation.
5pub mod batch_put_message;
6
7/// Types for the `CancelPipelineReprocessing` operation.
8pub mod cancel_pipeline_reprocessing;
9
10/// Types for the `CreateChannel` operation.
11pub mod create_channel;
12
13/// Types for the `CreateDataset` operation.
14pub mod create_dataset;
15
16/// Types for the `CreateDatasetContent` operation.
17pub mod create_dataset_content;
18
19/// Types for the `CreateDatastore` operation.
20pub mod create_datastore;
21
22/// Types for the `CreatePipeline` operation.
23pub mod create_pipeline;
24
25/// Types for the `DeleteChannel` operation.
26pub mod delete_channel;
27
28/// Types for the `DeleteDataset` operation.
29pub mod delete_dataset;
30
31/// Types for the `DeleteDatasetContent` operation.
32pub mod delete_dataset_content;
33
34/// Types for the `DeleteDatastore` operation.
35pub mod delete_datastore;
36
37/// Types for the `DeletePipeline` operation.
38pub mod delete_pipeline;
39
40/// Types for the `DescribeChannel` operation.
41pub mod describe_channel;
42
43/// Types for the `DescribeDataset` operation.
44pub mod describe_dataset;
45
46/// Types for the `DescribeDatastore` operation.
47pub mod describe_datastore;
48
49/// Types for the `DescribeLoggingOptions` operation.
50pub mod describe_logging_options;
51
52/// Types for the `DescribePipeline` operation.
53pub mod describe_pipeline;
54
55/// Types for the `GetDatasetContent` operation.
56pub mod get_dataset_content;
57
58/// Types for the `ListChannels` operation.
59pub mod list_channels;
60
61/// Types for the `ListDatasetContents` operation.
62pub mod list_dataset_contents;
63
64/// Types for the `ListDatasets` operation.
65pub mod list_datasets;
66
67/// Types for the `ListDatastores` operation.
68pub mod list_datastores;
69
70/// Types for the `ListPipelines` operation.
71pub mod list_pipelines;
72
73/// Types for the `ListTagsForResource` operation.
74pub mod list_tags_for_resource;
75
76/// Types for the `PutLoggingOptions` operation.
77pub mod put_logging_options;
78
79/// Types for the `RunPipelineActivity` operation.
80pub mod run_pipeline_activity;
81
82/// Types for the `SampleChannelData` operation.
83pub mod sample_channel_data;
84
85/// Types for the `StartPipelineReprocessing` operation.
86pub mod start_pipeline_reprocessing;
87
88/// Types for the `TagResource` operation.
89pub mod tag_resource;
90
91/// Types for the `UntagResource` operation.
92pub mod untag_resource;
93
94/// Types for the `UpdateChannel` operation.
95pub mod update_channel;
96
97/// Types for the `UpdateDataset` operation.
98pub mod update_dataset;
99
100/// Types for the `UpdateDatastore` operation.
101pub mod update_datastore;
102
103/// Types for the `UpdatePipeline` operation.
104pub mod update_pipeline;