aws-sdk-paymentcryptography 1.109.0

AWS SDK for Payment Cryptography Control Plane
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DisassociateMpaTeam`](crate::operation::disassociate_mpa_team::builders::DisassociateMpaTeamFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`action(MpaOperation)`](crate::operation::disassociate_mpa_team::builders::DisassociateMpaTeamFluentBuilder::action) / [`set_action(Option<MpaOperation>)`](crate::operation::disassociate_mpa_team::builders::DisassociateMpaTeamFluentBuilder::set_action):<br>required: **true**<br><p>The protected operation to disassociate from the MPA team. Currently, the only supported value is <code>IMPORT_ROOT_PUBLIC_KEY_CERTIFICATE</code>.</p><br>
    ///   - [`requester_comment(impl Into<String>)`](crate::operation::disassociate_mpa_team::builders::DisassociateMpaTeamFluentBuilder::requester_comment) / [`set_requester_comment(Option<String>)`](crate::operation::disassociate_mpa_team::builders::DisassociateMpaTeamFluentBuilder::set_requester_comment):<br>required: **false**<br><p>The comment from the requester explaining the reason for the disassociation.</p><important>  <p>Don't include personal, confidential or sensitive information in this field. This field may be displayed in plaintext in CloudTrail logs and other output.</p> </important><br>
    /// - On success, responds with [`DisassociateMpaTeamOutput`](crate::operation::disassociate_mpa_team::DisassociateMpaTeamOutput) with field(s):
    ///   - [`mpa_team_association(Option<MpaTeamAssociation>)`](crate::operation::disassociate_mpa_team::DisassociateMpaTeamOutput::mpa_team_association): <p>The details of the MPA team association.</p>
    /// - On failure, responds with [`SdkError<DisassociateMpaTeamError>`](crate::operation::disassociate_mpa_team::DisassociateMpaTeamError)
    pub fn disassociate_mpa_team(&self) -> crate::operation::disassociate_mpa_team::builders::DisassociateMpaTeamFluentBuilder {
        crate::operation::disassociate_mpa_team::builders::DisassociateMpaTeamFluentBuilder::new(self.handle.clone())
    }
}