aws_sdk_kinesis/
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 `AddTagsToStream` operation.
5pub mod add_tags_to_stream;
6
7/// Types for the `CreateStream` operation.
8pub mod create_stream;
9
10/// Types for the `DecreaseStreamRetentionPeriod` operation.
11pub mod decrease_stream_retention_period;
12
13/// Types for the `DeleteResourcePolicy` operation.
14pub mod delete_resource_policy;
15
16/// Types for the `DeleteStream` operation.
17pub mod delete_stream;
18
19/// Types for the `DeregisterStreamConsumer` operation.
20pub mod deregister_stream_consumer;
21
22/// Types for the `DescribeAccountSettings` operation.
23pub mod describe_account_settings;
24
25/// Types for the `DescribeLimits` operation.
26pub mod describe_limits;
27
28/// Types for the `DescribeStream` operation.
29pub mod describe_stream;
30
31/// Types for the `DescribeStreamConsumer` operation.
32pub mod describe_stream_consumer;
33
34/// Types for the `DescribeStreamSummary` operation.
35pub mod describe_stream_summary;
36
37/// Types for the `DisableEnhancedMonitoring` operation.
38pub mod disable_enhanced_monitoring;
39
40/// Types for the `EnableEnhancedMonitoring` operation.
41pub mod enable_enhanced_monitoring;
42
43/// Types for the `GetRecords` operation.
44pub mod get_records;
45
46/// Types for the `GetResourcePolicy` operation.
47pub mod get_resource_policy;
48
49/// Types for the `GetShardIterator` operation.
50pub mod get_shard_iterator;
51
52/// Types for the `IncreaseStreamRetentionPeriod` operation.
53pub mod increase_stream_retention_period;
54
55/// Types for the `ListShards` operation.
56pub mod list_shards;
57
58/// Types for the `ListStreamConsumers` operation.
59pub mod list_stream_consumers;
60
61/// Types for the `ListStreams` operation.
62pub mod list_streams;
63
64/// Types for the `ListTagsForResource` operation.
65pub mod list_tags_for_resource;
66
67/// Types for the `ListTagsForStream` operation.
68pub mod list_tags_for_stream;
69
70/// Types for the `MergeShards` operation.
71pub mod merge_shards;
72
73/// Types for the `PutRecord` operation.
74pub mod put_record;
75
76/// Types for the `PutRecords` operation.
77pub mod put_records;
78
79/// Types for the `PutResourcePolicy` operation.
80pub mod put_resource_policy;
81
82/// Types for the `RegisterStreamConsumer` operation.
83pub mod register_stream_consumer;
84
85/// Types for the `RemoveTagsFromStream` operation.
86pub mod remove_tags_from_stream;
87
88/// Types for the `SplitShard` operation.
89pub mod split_shard;
90
91/// Types for the `StartStreamEncryption` operation.
92pub mod start_stream_encryption;
93
94/// Types for the `StopStreamEncryption` operation.
95pub mod stop_stream_encryption;
96
97/// Types for the `SubscribeToShard` operation.
98pub mod subscribe_to_shard;
99
100/// Types for the `TagResource` operation.
101pub mod tag_resource;
102
103/// Types for the `UntagResource` operation.
104pub mod untag_resource;
105
106/// Types for the `UpdateAccountSettings` operation.
107pub mod update_account_settings;
108
109/// Types for the `UpdateMaxRecordSize` operation.
110pub mod update_max_record_size;
111
112/// Types for the `UpdateShardCount` operation.
113pub mod update_shard_count;
114
115/// Types for the `UpdateStreamMode` operation.
116pub mod update_stream_mode;
117
118/// Types for the `UpdateStreamWarmThroughput` operation.
119pub mod update_stream_warm_throughput;