aws-sdk-iotfleetwise 1.106.0

AWS SDK for AWS IoT FleetWise
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 [`DeleteStateTemplate`](crate::operation::delete_state_template::builders::DeleteStateTemplateFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`identifier(impl Into<String>)`](crate::operation::delete_state_template::builders::DeleteStateTemplateFluentBuilder::identifier) / [`set_identifier(Option<String>)`](crate::operation::delete_state_template::builders::DeleteStateTemplateFluentBuilder::set_identifier):<br>required: **true**<br><p>The unique ID of the state template.</p><br>
    /// - On success, responds with [`DeleteStateTemplateOutput`](crate::operation::delete_state_template::DeleteStateTemplateOutput) with field(s):
    ///   - [`name(Option<String>)`](crate::operation::delete_state_template::DeleteStateTemplateOutput::name): <p>The name of the state template.</p>
    ///   - [`arn(Option<String>)`](crate::operation::delete_state_template::DeleteStateTemplateOutput::arn): <p>The Amazon Resource Name (ARN) of the state template.</p>
    ///   - [`id(Option<String>)`](crate::operation::delete_state_template::DeleteStateTemplateOutput::id): <p>The unique ID of the state template.</p>
    /// - On failure, responds with [`SdkError<DeleteStateTemplateError>`](crate::operation::delete_state_template::DeleteStateTemplateError)
    pub fn delete_state_template(&self) -> crate::operation::delete_state_template::builders::DeleteStateTemplateFluentBuilder {
        crate::operation::delete_state_template::builders::DeleteStateTemplateFluentBuilder::new(self.handle.clone())
    }
}