1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteGatewayGroup`](crate::operation::delete_gateway_group::builders::DeleteGatewayGroupFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`gateway_group_arn(impl Into<String>)`](crate::operation::delete_gateway_group::builders::DeleteGatewayGroupFluentBuilder::gateway_group_arn) / [`set_gateway_group_arn(Option<String>)`](crate::operation::delete_gateway_group::builders::DeleteGatewayGroupFluentBuilder::set_gateway_group_arn):<br>required: **true**<br><p>The ARN of the gateway group to delete.</p><br>
    /// - On success, responds with [`DeleteGatewayGroupOutput`](crate::operation::delete_gateway_group::DeleteGatewayGroupOutput)
    /// - On failure, responds with [`SdkError<DeleteGatewayGroupError>`](crate::operation::delete_gateway_group::DeleteGatewayGroupError)
    #[deprecated(note = "Alexa For Business is no longer supported")]
    pub fn delete_gateway_group(&self) -> crate::operation::delete_gateway_group::builders::DeleteGatewayGroupFluentBuilder {
        crate::operation::delete_gateway_group::builders::DeleteGatewayGroupFluentBuilder::new(self.handle.clone())
    }
}