aws_sdk_managedblockchain/
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 `CreateAccessor` operation.
5pub mod create_accessor;
6
7/// Types for the `CreateMember` operation.
8pub mod create_member;
9
10/// Types for the `CreateNetwork` operation.
11pub mod create_network;
12
13/// Types for the `CreateNode` operation.
14pub mod create_node;
15
16/// Types for the `CreateProposal` operation.
17pub mod create_proposal;
18
19/// Types for the `DeleteAccessor` operation.
20pub mod delete_accessor;
21
22/// Types for the `DeleteMember` operation.
23pub mod delete_member;
24
25/// Types for the `DeleteNode` operation.
26pub mod delete_node;
27
28/// Types for the `GetAccessor` operation.
29pub mod get_accessor;
30
31/// Types for the `GetMember` operation.
32pub mod get_member;
33
34/// Types for the `GetNetwork` operation.
35pub mod get_network;
36
37/// Types for the `GetNode` operation.
38pub mod get_node;
39
40/// Types for the `GetProposal` operation.
41pub mod get_proposal;
42
43/// Types for the `ListAccessors` operation.
44pub mod list_accessors;
45
46/// Types for the `ListInvitations` operation.
47pub mod list_invitations;
48
49/// Types for the `ListMembers` operation.
50pub mod list_members;
51
52/// Types for the `ListNetworks` operation.
53pub mod list_networks;
54
55/// Types for the `ListNodes` operation.
56pub mod list_nodes;
57
58/// Types for the `ListProposalVotes` operation.
59pub mod list_proposal_votes;
60
61/// Types for the `ListProposals` operation.
62pub mod list_proposals;
63
64/// Types for the `ListTagsForResource` operation.
65pub mod list_tags_for_resource;
66
67/// Types for the `RejectInvitation` operation.
68pub mod reject_invitation;
69
70/// Types for the `TagResource` operation.
71pub mod tag_resource;
72
73/// Types for the `UntagResource` operation.
74pub mod untag_resource;
75
76/// Types for the `UpdateMember` operation.
77pub mod update_member;
78
79/// Types for the `UpdateNode` operation.
80pub mod update_node;
81
82/// Types for the `VoteOnProposal` operation.
83pub mod vote_on_proposal;