pub struct AssociateProactiveEngagementDetails<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* private fields */ }
Expand description
Fluent builder constructing a request to AssociateProactiveEngagementDetails
.
Initializes proactive engagement and sets the list of contacts for the Shield Response Team (SRT) to use. You must provide at least one phone number in the emergency contact list.
After you have initialized proactive engagement using this call, to disable or enable proactive engagement, use the calls DisableProactiveEngagement
and EnableProactiveEngagement
.
This call defines the list of email addresses and phone numbers that the SRT can use to contact you for escalations to the SRT and to initiate proactive customer support.
The contacts that you provide in the request replace any contacts that were already defined. If you already have contacts defined and want to use them, retrieve the list using DescribeEmergencyContactSettings
and then provide it to this call.
Implementations
impl<C, M, R> AssociateProactiveEngagementDetails<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> AssociateProactiveEngagementDetails<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<AssociateProactiveEngagementDetailsOutput, SdkError<AssociateProactiveEngagementDetailsError>> where
R::Policy: SmithyRetryPolicy<AssociateProactiveEngagementDetailsInputOperationOutputAlias, AssociateProactiveEngagementDetailsOutput, AssociateProactiveEngagementDetailsError, AssociateProactiveEngagementDetailsInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<AssociateProactiveEngagementDetailsOutput, SdkError<AssociateProactiveEngagementDetailsError>> where
R::Policy: SmithyRetryPolicy<AssociateProactiveEngagementDetailsInputOperationOutputAlias, AssociateProactiveEngagementDetailsOutput, AssociateProactiveEngagementDetailsError, AssociateProactiveEngagementDetailsInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
Appends an item to EmergencyContactList
.
To override the contents of this collection use set_emergency_contact_list
.
A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you for escalations to the SRT and to initiate proactive customer support.
To enable proactive engagement, the contact list must include at least one phone number.
The contacts that you provide here replace any contacts that were already defined. If you already have contacts defined and want to use them, retrieve the list using DescribeEmergencyContactSettings
and then provide it here.
A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you for escalations to the SRT and to initiate proactive customer support.
To enable proactive engagement, the contact list must include at least one phone number.
The contacts that you provide here replace any contacts that were already defined. If you already have contacts defined and want to use them, retrieve the list using DescribeEmergencyContactSettings
and then provide it here.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for AssociateProactiveEngagementDetails<C, M, R>
impl<C, M, R> Send for AssociateProactiveEngagementDetails<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for AssociateProactiveEngagementDetails<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for AssociateProactiveEngagementDetails<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for AssociateProactiveEngagementDetails<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more