aws-sdk-mpa 1.22.0

AWS SDK for AWS Multi-party Approval
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `CancelSession` operation.
pub mod cancel_session;

/// Types for the `CreateApprovalTeam` operation.
pub mod create_approval_team;

/// Types for the `CreateIdentitySource` operation.
pub mod create_identity_source;

/// Types for the `DeleteIdentitySource` operation.
pub mod delete_identity_source;

/// Types for the `DeleteInactiveApprovalTeamVersion` operation.
pub mod delete_inactive_approval_team_version;

/// Types for the `GetApprovalTeam` operation.
pub mod get_approval_team;

/// Types for the `GetIdentitySource` operation.
pub mod get_identity_source;

/// Types for the `GetPolicyVersion` operation.
pub mod get_policy_version;

/// Types for the `GetResourcePolicy` operation.
pub mod get_resource_policy;

/// Types for the `GetSession` operation.
pub mod get_session;

/// Types for the `ListApprovalTeams` operation.
pub mod list_approval_teams;

/// Types for the `ListIdentitySources` operation.
pub mod list_identity_sources;

/// Types for the `ListPolicies` operation.
pub mod list_policies;

/// Types for the `ListPolicyVersions` operation.
pub mod list_policy_versions;

/// Types for the `ListResourcePolicies` operation.
pub mod list_resource_policies;

/// Types for the `ListSessions` operation.
pub mod list_sessions;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `StartActiveApprovalTeamDeletion` operation.
pub mod start_active_approval_team_deletion;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdateApprovalTeam` operation.
pub mod update_approval_team;