aws_sdk_appsync/client/delete_channel_namespace.rs
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteChannelNamespace`](crate::operation::delete_channel_namespace::builders::DeleteChannelNamespaceFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`api_id(impl Into<String>)`](crate::operation::delete_channel_namespace::builders::DeleteChannelNamespaceFluentBuilder::api_id) / [`set_api_id(Option<String>)`](crate::operation::delete_channel_namespace::builders::DeleteChannelNamespaceFluentBuilder::set_api_id):<br>required: **true**<br><p>The ID of the <code>Api</code> associated with the <code>ChannelNamespace</code>.</p><br>
/// - [`name(impl Into<String>)`](crate::operation::delete_channel_namespace::builders::DeleteChannelNamespaceFluentBuilder::name) / [`set_name(Option<String>)`](crate::operation::delete_channel_namespace::builders::DeleteChannelNamespaceFluentBuilder::set_name):<br>required: **true**<br><p>The name of the <code>ChannelNamespace</code>.</p><br>
/// - On success, responds with [`DeleteChannelNamespaceOutput`](crate::operation::delete_channel_namespace::DeleteChannelNamespaceOutput)
/// - On failure, responds with [`SdkError<DeleteChannelNamespaceError>`](crate::operation::delete_channel_namespace::DeleteChannelNamespaceError)
pub fn delete_channel_namespace(&self) -> crate::operation::delete_channel_namespace::builders::DeleteChannelNamespaceFluentBuilder {
crate::operation::delete_channel_namespace::builders::DeleteChannelNamespaceFluentBuilder::new(self.handle.clone())
}
}