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 `BatchAddRole` operation.
5pub mod batch_add_role;
6
7/// Types for the `BatchRemoveRole` operation.
8pub mod batch_remove_role;
9
10/// Types for the `CreateSpace` operation.
11pub mod create_space;
12
13/// Types for the `DeleteSpace` operation.
14pub mod delete_space;
15
16/// Types for the `DeregisterAdmin` operation.
17pub mod deregister_admin;
18
19/// Types for the `GetSpace` operation.
20pub mod get_space;
21
22/// Types for the `ListSpaces` operation.
23pub mod list_spaces;
24
25/// Types for the `ListTagsForResource` operation.
26pub mod list_tags_for_resource;
27
28/// Types for the `RegisterAdmin` operation.
29pub mod register_admin;
30
31/// Types for the `SendInvites` operation.
32pub mod send_invites;
33
34/// Types for the `TagResource` operation.
35pub mod tag_resource;
36
37/// Types for the `UntagResource` operation.
38pub mod untag_resource;
39
40/// Types for the `UpdateSpace` operation.
41pub mod update_space;