1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`CancelSigningProfile`](crate::operation::cancel_signing_profile::builders::CancelSigningProfileFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`profile_name(impl Into<String>)`](crate::operation::cancel_signing_profile::builders::CancelSigningProfileFluentBuilder::profile_name) / [`set_profile_name(Option<String>)`](crate::operation::cancel_signing_profile::builders::CancelSigningProfileFluentBuilder::set_profile_name):<br>required: **true**<br><p>The name of the signing profile to be canceled.</p><br>
    /// - On success, responds with [`CancelSigningProfileOutput`](crate::operation::cancel_signing_profile::CancelSigningProfileOutput)
    /// - On failure, responds with [`SdkError<CancelSigningProfileError>`](crate::operation::cancel_signing_profile::CancelSigningProfileError)
    pub fn cancel_signing_profile(&self) -> crate::operation::cancel_signing_profile::builders::CancelSigningProfileFluentBuilder {
        crate::operation::cancel_signing_profile::builders::CancelSigningProfileFluentBuilder::new(self.handle.clone())
    }
}