aws-sdk-paymentcryptography 1.110.0

AWS SDK for Payment Cryptography Control Plane
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 [`AssociateMpaTeam`](crate::operation::associate_mpa_team::builders::AssociateMpaTeamFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`action(MpaOperation)`](crate::operation::associate_mpa_team::builders::AssociateMpaTeamFluentBuilder::action) / [`set_action(Option<MpaOperation>)`](crate::operation::associate_mpa_team::builders::AssociateMpaTeamFluentBuilder::set_action):<br>required: **true**<br><p>The protected operation to associate with the MPA team. Currently, the only supported value is <code>IMPORT_ROOT_PUBLIC_KEY_CERTIFICATE</code>.</p><br>
    ///   - [`mpa_team_arn(impl Into<String>)`](crate::operation::associate_mpa_team::builders::AssociateMpaTeamFluentBuilder::mpa_team_arn) / [`set_mpa_team_arn(Option<String>)`](crate::operation::associate_mpa_team::builders::AssociateMpaTeamFluentBuilder::set_mpa_team_arn):<br>required: **true**<br><p>The ARN of the MPA team to associate with the protected operation.</p><br>
    ///   - [`requester_comment(impl Into<String>)`](crate::operation::associate_mpa_team::builders::AssociateMpaTeamFluentBuilder::requester_comment) / [`set_requester_comment(Option<String>)`](crate::operation::associate_mpa_team::builders::AssociateMpaTeamFluentBuilder::set_requester_comment):<br>required: **false**<br><p>The comment from the requester explaining the reason for the association.</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 [`AssociateMpaTeamOutput`](crate::operation::associate_mpa_team::AssociateMpaTeamOutput) with field(s):
    ///   - [`mpa_team_association(Option<MpaTeamAssociation>)`](crate::operation::associate_mpa_team::AssociateMpaTeamOutput::mpa_team_association): <p>The details of the MPA team association.</p>
    /// - On failure, responds with [`SdkError<AssociateMpaTeamError>`](crate::operation::associate_mpa_team::AssociateMpaTeamError)
    pub fn associate_mpa_team(&self) -> crate::operation::associate_mpa_team::builders::AssociateMpaTeamFluentBuilder {
        crate::operation::associate_mpa_team::builders::AssociateMpaTeamFluentBuilder::new(self.handle.clone())
    }
}