aws-sdk-groundstation 1.52.0

AWS SDK for AWS Ground Station
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 [`DeleteDataflowEndpointGroup`](crate::operation::delete_dataflow_endpoint_group::builders::DeleteDataflowEndpointGroupFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`dataflow_endpoint_group_id(impl Into<String>)`](crate::operation::delete_dataflow_endpoint_group::builders::DeleteDataflowEndpointGroupFluentBuilder::dataflow_endpoint_group_id) / [`set_dataflow_endpoint_group_id(Option<String>)`](crate::operation::delete_dataflow_endpoint_group::builders::DeleteDataflowEndpointGroupFluentBuilder::set_dataflow_endpoint_group_id):<br>required: **true**<br><p>UUID of a dataflow endpoint group.</p><br>
    /// - On success, responds with [`DeleteDataflowEndpointGroupOutput`](crate::operation::delete_dataflow_endpoint_group::DeleteDataflowEndpointGroupOutput) with field(s):
    ///   - [`dataflow_endpoint_group_id(Option<String>)`](crate::operation::delete_dataflow_endpoint_group::DeleteDataflowEndpointGroupOutput::dataflow_endpoint_group_id): <p>UUID of a dataflow endpoint group.</p>
    /// - On failure, responds with [`SdkError<DeleteDataflowEndpointGroupError>`](crate::operation::delete_dataflow_endpoint_group::DeleteDataflowEndpointGroupError)
    pub fn delete_dataflow_endpoint_group(
        &self,
    ) -> crate::operation::delete_dataflow_endpoint_group::builders::DeleteDataflowEndpointGroupFluentBuilder {
        crate::operation::delete_dataflow_endpoint_group::builders::DeleteDataflowEndpointGroupFluentBuilder::new(self.handle.clone())
    }
}