// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`UpdateApnsVoipChannel`](crate::operation::update_apns_voip_channel::builders::UpdateApnsVoipChannelFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`apns_voip_channel_request(ApnsVoipChannelRequest)`](crate::operation::update_apns_voip_channel::builders::UpdateApnsVoipChannelFluentBuilder::apns_voip_channel_request) / [`set_apns_voip_channel_request(Option<ApnsVoipChannelRequest>)`](crate::operation::update_apns_voip_channel::builders::UpdateApnsVoipChannelFluentBuilder::set_apns_voip_channel_request): <p>Specifies the status and settings of the APNs (Apple Push Notification service) VoIP channel for an application.</p>
/// - [`application_id(impl Into<String>)`](crate::operation::update_apns_voip_channel::builders::UpdateApnsVoipChannelFluentBuilder::application_id) / [`set_application_id(Option<String>)`](crate::operation::update_apns_voip_channel::builders::UpdateApnsVoipChannelFluentBuilder::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 [`UpdateApnsVoipChannelOutput`](crate::operation::update_apns_voip_channel::UpdateApnsVoipChannelOutput) with field(s):
/// - [`apns_voip_channel_response(Option<ApnsVoipChannelResponse>)`](crate::operation::update_apns_voip_channel::UpdateApnsVoipChannelOutput::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<UpdateApnsVoipChannelError>`](crate::operation::update_apns_voip_channel::UpdateApnsVoipChannelError)
pub fn update_apns_voip_channel(&self) -> crate::operation::update_apns_voip_channel::builders::UpdateApnsVoipChannelFluentBuilder {
crate::operation::update_apns_voip_channel::builders::UpdateApnsVoipChannelFluentBuilder::new(self.handle.clone())
}
}