aws-sdk-paymentcryptography 1.112.0

AWS SDK for Payment Cryptography Control Plane
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetMpaTeamAssociation`](crate::operation::get_mpa_team_association::builders::GetMpaTeamAssociationFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`action(MpaOperation)`](crate::operation::get_mpa_team_association::builders::GetMpaTeamAssociationFluentBuilder::action) / [`set_action(Option<MpaOperation>)`](crate::operation::get_mpa_team_association::builders::GetMpaTeamAssociationFluentBuilder::set_action):<br>required: **true**<br><p>The protected operation whose MPA team association you want to retrieve. Currently, the only supported value is <code>IMPORT_ROOT_PUBLIC_KEY_CERTIFICATE</code>.</p><br>
    /// - On success, responds with [`GetMpaTeamAssociationOutput`](crate::operation::get_mpa_team_association::GetMpaTeamAssociationOutput) with field(s):
    ///   - [`mpa_team_association(Option<MpaTeamAssociation>)`](crate::operation::get_mpa_team_association::GetMpaTeamAssociationOutput::mpa_team_association): <p>The details of the MPA team association.</p>
    /// - On failure, responds with [`SdkError<GetMpaTeamAssociationError>`](crate::operation::get_mpa_team_association::GetMpaTeamAssociationError)
    pub fn get_mpa_team_association(&self) -> crate::operation::get_mpa_team_association::builders::GetMpaTeamAssociationFluentBuilder {
        crate::operation::get_mpa_team_association::builders::GetMpaTeamAssociationFluentBuilder::new(self.handle.clone())
    }
}