aws_sdk_iot/client/
delete_registration_code.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3    /// Constructs a fluent builder for the [`DeleteRegistrationCode`](crate::operation::delete_registration_code::builders::DeleteRegistrationCodeFluentBuilder) operation.
4    ///
5    /// - The fluent builder takes no input, just [`send`](crate::operation::delete_registration_code::builders::DeleteRegistrationCodeFluentBuilder::send) it.
6    /// - On success, responds with [`DeleteRegistrationCodeOutput`](crate::operation::delete_registration_code::DeleteRegistrationCodeOutput)
7    /// - On failure, responds with [`SdkError<DeleteRegistrationCodeError>`](crate::operation::delete_registration_code::DeleteRegistrationCodeError)
8    pub fn delete_registration_code(&self) -> crate::operation::delete_registration_code::builders::DeleteRegistrationCodeFluentBuilder {
9        crate::operation::delete_registration_code::builders::DeleteRegistrationCodeFluentBuilder::new(self.handle.clone())
10    }
11}