aws_sdk_repostspace/
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 `BatchAddChannelRoleToAccessors` operation.
5pub mod batch_add_channel_role_to_accessors;
6
7/// Types for the `BatchAddRole` operation.
8pub mod batch_add_role;
9
10/// Types for the `BatchRemoveChannelRoleFromAccessors` operation.
11pub mod batch_remove_channel_role_from_accessors;
12
13/// Types for the `BatchRemoveRole` operation.
14pub mod batch_remove_role;
15
16/// Types for the `CreateChannel` operation.
17pub mod create_channel;
18
19/// Types for the `CreateSpace` operation.
20pub mod create_space;
21
22/// Types for the `DeleteSpace` operation.
23pub mod delete_space;
24
25/// Types for the `DeregisterAdmin` operation.
26pub mod deregister_admin;
27
28/// Types for the `GetChannel` operation.
29pub mod get_channel;
30
31/// Types for the `GetSpace` operation.
32pub mod get_space;
33
34/// Types for the `ListChannels` operation.
35pub mod list_channels;
36
37/// Types for the `ListSpaces` operation.
38pub mod list_spaces;
39
40/// Types for the `ListTagsForResource` operation.
41pub mod list_tags_for_resource;
42
43/// Types for the `RegisterAdmin` operation.
44pub mod register_admin;
45
46/// Types for the `SendInvites` operation.
47pub mod send_invites;
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 `UpdateSpace` operation.
59pub mod update_space;