// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`UpdateApnsSandboxChannel`](crate::operation::update_apns_sandbox_channel::builders::UpdateApnsSandboxChannelFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`apns_sandbox_channel_request(ApnsSandboxChannelRequest)`](crate::operation::update_apns_sandbox_channel::builders::UpdateApnsSandboxChannelFluentBuilder::apns_sandbox_channel_request) / [`set_apns_sandbox_channel_request(Option<ApnsSandboxChannelRequest>)`](crate::operation::update_apns_sandbox_channel::builders::UpdateApnsSandboxChannelFluentBuilder::set_apns_sandbox_channel_request): <p>Specifies the status and settings of the APNs (Apple Push Notification service) sandbox channel for an application.</p>
/// - [`application_id(impl Into<String>)`](crate::operation::update_apns_sandbox_channel::builders::UpdateApnsSandboxChannelFluentBuilder::application_id) / [`set_application_id(Option<String>)`](crate::operation::update_apns_sandbox_channel::builders::UpdateApnsSandboxChannelFluentBuilder::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 [`UpdateApnsSandboxChannelOutput`](crate::operation::update_apns_sandbox_channel::UpdateApnsSandboxChannelOutput) with field(s):
/// - [`apns_sandbox_channel_response(Option<ApnsSandboxChannelResponse>)`](crate::operation::update_apns_sandbox_channel::UpdateApnsSandboxChannelOutput::apns_sandbox_channel_response): <p>Provides information about the status and settings of the APNs (Apple Push Notification service) sandbox channel for an application.</p>
/// - On failure, responds with [`SdkError<UpdateApnsSandboxChannelError>`](crate::operation::update_apns_sandbox_channel::UpdateApnsSandboxChannelError)
pub fn update_apns_sandbox_channel(&self) -> crate::operation::update_apns_sandbox_channel::builders::UpdateApnsSandboxChannelFluentBuilder {
crate::operation::update_apns_sandbox_channel::builders::UpdateApnsSandboxChannelFluentBuilder::new(self.handle.clone())
}
}