aws_sdk_detective/operation.rs
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;
/// Types for the `AcceptInvitation` operation.
pub mod accept_invitation;
/// Types for the `BatchGetGraphMemberDatasources` operation.
pub mod batch_get_graph_member_datasources;
/// Types for the `BatchGetMembershipDatasources` operation.
pub mod batch_get_membership_datasources;
/// Types for the `CreateGraph` operation.
pub mod create_graph;
/// Types for the `CreateMembers` operation.
pub mod create_members;
/// Types for the `DeleteGraph` operation.
pub mod delete_graph;
/// Types for the `DeleteMembers` operation.
pub mod delete_members;
/// Types for the `DescribeOrganizationConfiguration` operation.
pub mod describe_organization_configuration;
/// Types for the `DisableOrganizationAdminAccount` operation.
pub mod disable_organization_admin_account;
/// Types for the `DisassociateMembership` operation.
pub mod disassociate_membership;
/// Types for the `EnableOrganizationAdminAccount` operation.
pub mod enable_organization_admin_account;
/// Types for the `GetInvestigation` operation.
pub mod get_investigation;
/// Types for the `GetMembers` operation.
pub mod get_members;
/// Types for the `ListDatasourcePackages` operation.
pub mod list_datasource_packages;
/// Types for the `ListGraphs` operation.
pub mod list_graphs;
/// Types for the `ListIndicators` operation.
pub mod list_indicators;
/// Types for the `ListInvestigations` operation.
pub mod list_investigations;
/// Types for the `ListInvitations` operation.
pub mod list_invitations;
/// Types for the `ListMembers` operation.
pub mod list_members;
/// Types for the `ListOrganizationAdminAccounts` operation.
pub mod list_organization_admin_accounts;
/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;
/// Types for the `RejectInvitation` operation.
pub mod reject_invitation;
/// Types for the `StartInvestigation` operation.
pub mod start_investigation;
/// Types for the `StartMonitoringMember` operation.
pub mod start_monitoring_member;
/// Types for the `TagResource` operation.
pub mod tag_resource;
/// Types for the `UntagResource` operation.
pub mod untag_resource;
/// Types for the `UpdateDatasourcePackages` operation.
pub mod update_datasource_packages;
/// Types for the `UpdateInvestigationState` operation.
pub mod update_investigation_state;
/// Types for the `UpdateOrganizationConfiguration` operation.
pub mod update_organization_configuration;