// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteApnsVoipChannel`](crate::operation::delete_apns_voip_channel::builders::DeleteApnsVoipChannelFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`application_id(impl Into<String>)`](crate::operation::delete_apns_voip_channel::builders::DeleteApnsVoipChannelFluentBuilder::application_id) / [`set_application_id(Option<String>)`](crate::operation::delete_apns_voip_channel::builders::DeleteApnsVoipChannelFluentBuilder::set_application_id): <p>The unique identifier for the application. This identifier is displayed as the <b>Project ID</b> on the Amazon Pinpoint console.</p>
/// - On success, responds with [`DeleteApnsVoipChannelOutput`](crate::operation::delete_apns_voip_channel::DeleteApnsVoipChannelOutput) with field(s):
/// - [`apns_voip_channel_response(Option<ApnsVoipChannelResponse>)`](crate::operation::delete_apns_voip_channel::DeleteApnsVoipChannelOutput::apns_voip_channel_response): <p>Provides information about the status and settings of the APNs (Apple Push Notification service) VoIP channel for an application.</p>
/// - On failure, responds with [`SdkError<DeleteApnsVoipChannelError>`](crate::operation::delete_apns_voip_channel::DeleteApnsVoipChannelError)
pub fn delete_apns_voip_channel(&self) -> crate::operation::delete_apns_voip_channel::builders::DeleteApnsVoipChannelFluentBuilder {
crate::operation::delete_apns_voip_channel::builders::DeleteApnsVoipChannelFluentBuilder::new(self.handle.clone())
}
}