aws-sdk-mpa 1.26.0

AWS SDK for AWS Multi-party Approval
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteInactiveApprovalTeamVersion`](crate::operation::delete_inactive_approval_team_version::builders::DeleteInactiveApprovalTeamVersionFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`arn(impl Into<String>)`](crate::operation::delete_inactive_approval_team_version::builders::DeleteInactiveApprovalTeamVersionFluentBuilder::arn) / [`set_arn(Option<String>)`](crate::operation::delete_inactive_approval_team_version::builders::DeleteInactiveApprovalTeamVersionFluentBuilder::set_arn):<br>required: **true**<br><p>Amaazon Resource Name (ARN) for the team.</p><br>
    ///   - [`version_id(impl Into<String>)`](crate::operation::delete_inactive_approval_team_version::builders::DeleteInactiveApprovalTeamVersionFluentBuilder::version_id) / [`set_version_id(Option<String>)`](crate::operation::delete_inactive_approval_team_version::builders::DeleteInactiveApprovalTeamVersionFluentBuilder::set_version_id):<br>required: **true**<br><p>Version ID for the team.</p><br>
    /// - On success, responds with [`DeleteInactiveApprovalTeamVersionOutput`](crate::operation::delete_inactive_approval_team_version::DeleteInactiveApprovalTeamVersionOutput)
    /// - On failure, responds with [`SdkError<DeleteInactiveApprovalTeamVersionError>`](crate::operation::delete_inactive_approval_team_version::DeleteInactiveApprovalTeamVersionError)
    pub fn delete_inactive_approval_team_version(
        &self,
    ) -> crate::operation::delete_inactive_approval_team_version::builders::DeleteInactiveApprovalTeamVersionFluentBuilder {
        crate::operation::delete_inactive_approval_team_version::builders::DeleteInactiveApprovalTeamVersionFluentBuilder::new(self.handle.clone())
    }
}