aws-sdk-greengrassv2 1.112.0

AWS SDK for AWS IoT Greengrass V2
Documentation
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 [`DeleteCoreDevice`](crate::operation::delete_core_device::builders::DeleteCoreDeviceFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`core_device_thing_name(impl Into<String>)`](crate::operation::delete_core_device::builders::DeleteCoreDeviceFluentBuilder::core_device_thing_name) / [`set_core_device_thing_name(Option<String>)`](crate::operation::delete_core_device::builders::DeleteCoreDeviceFluentBuilder::set_core_device_thing_name):<br>required: **true**<br><p>The name of the core device. This is also the name of the IoT thing.</p><br>
    /// - On success, responds with [`DeleteCoreDeviceOutput`](crate::operation::delete_core_device::DeleteCoreDeviceOutput)
    /// - On failure, responds with [`SdkError<DeleteCoreDeviceError>`](crate::operation::delete_core_device::DeleteCoreDeviceError)
    pub fn delete_core_device(&self) -> crate::operation::delete_core_device::builders::DeleteCoreDeviceFluentBuilder {
        crate::operation::delete_core_device::builders::DeleteCoreDeviceFluentBuilder::new(self.handle.clone())
    }
}