aws_sdk_pinpoint/client/
update_apns_voip_sandbox_channel.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3    /// Constructs a fluent builder for the [`UpdateApnsVoipSandboxChannel`](crate::operation::update_apns_voip_sandbox_channel::builders::UpdateApnsVoipSandboxChannelFluentBuilder) operation.
4    ///
5    /// - The fluent builder is configurable:
6    ///   - [`apns_voip_sandbox_channel_request(ApnsVoipSandboxChannelRequest)`](crate::operation::update_apns_voip_sandbox_channel::builders::UpdateApnsVoipSandboxChannelFluentBuilder::apns_voip_sandbox_channel_request) / [`set_apns_voip_sandbox_channel_request(Option<ApnsVoipSandboxChannelRequest>)`](crate::operation::update_apns_voip_sandbox_channel::builders::UpdateApnsVoipSandboxChannelFluentBuilder::set_apns_voip_sandbox_channel_request):<br>required: **true**<br><p>Specifies the status and settings of the APNs (Apple Push Notification service) VoIP sandbox channel for an application.</p><br>
7    ///   - [`application_id(impl Into<String>)`](crate::operation::update_apns_voip_sandbox_channel::builders::UpdateApnsVoipSandboxChannelFluentBuilder::application_id) / [`set_application_id(Option<String>)`](crate::operation::update_apns_voip_sandbox_channel::builders::UpdateApnsVoipSandboxChannelFluentBuilder::set_application_id):<br>required: **true**<br><p>The unique identifier for the application. This identifier is displayed as the <b>Project ID</b> on the Amazon Pinpoint console.</p><br>
8    /// - On success, responds with [`UpdateApnsVoipSandboxChannelOutput`](crate::operation::update_apns_voip_sandbox_channel::UpdateApnsVoipSandboxChannelOutput) with field(s):
9    ///   - [`apns_voip_sandbox_channel_response(Option<ApnsVoipSandboxChannelResponse>)`](crate::operation::update_apns_voip_sandbox_channel::UpdateApnsVoipSandboxChannelOutput::apns_voip_sandbox_channel_response): <p>Provides information about the status and settings of the APNs (Apple Push Notification service) VoIP sandbox channel for an application.</p>
10    /// - On failure, responds with [`SdkError<UpdateApnsVoipSandboxChannelError>`](crate::operation::update_apns_voip_sandbox_channel::UpdateApnsVoipSandboxChannelError)
11    pub fn update_apns_voip_sandbox_channel(
12        &self,
13    ) -> crate::operation::update_apns_voip_sandbox_channel::builders::UpdateApnsVoipSandboxChannelFluentBuilder {
14        crate::operation::update_apns_voip_sandbox_channel::builders::UpdateApnsVoipSandboxChannelFluentBuilder::new(self.handle.clone())
15    }
16}