Struct aws_sdk_workmail::client::fluent_builders::DeleteMobileDeviceAccessOverride [−][src]
pub struct DeleteMobileDeviceAccessOverride<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to DeleteMobileDeviceAccessOverride
.
Deletes the mobile device access override for the given WorkMail organization, user, and device.
Deleting already deleted and non-existing overrides does not produce an error. In those cases, the service sends back an HTTP 200 response with an empty HTTP body.
Implementations
impl<C, M, R> DeleteMobileDeviceAccessOverride<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> DeleteMobileDeviceAccessOverride<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<DeleteMobileDeviceAccessOverrideOutput, SdkError<DeleteMobileDeviceAccessOverrideError>> where
R::Policy: SmithyRetryPolicy<DeleteMobileDeviceAccessOverrideInputOperationOutputAlias, DeleteMobileDeviceAccessOverrideOutput, DeleteMobileDeviceAccessOverrideError, DeleteMobileDeviceAccessOverrideInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<DeleteMobileDeviceAccessOverrideOutput, SdkError<DeleteMobileDeviceAccessOverrideError>> where
R::Policy: SmithyRetryPolicy<DeleteMobileDeviceAccessOverrideInputOperationOutputAlias, DeleteMobileDeviceAccessOverrideOutput, DeleteMobileDeviceAccessOverrideError, DeleteMobileDeviceAccessOverrideInputOperationRetryAlias>,
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.
The Amazon WorkMail organization for which the access override will be deleted.
The Amazon WorkMail organization for which the access override will be deleted.
The WorkMail user for which you want to delete the override. Accepts the following types of user identities:
-
User ID:
12345678-1234-1234-1234-123456789012
orS-1-1-12-1234567890-123456789-123456789-1234
-
Email address:
user@domain.tld
-
User name:
user
The WorkMail user for which you want to delete the override. Accepts the following types of user identities:
-
User ID:
12345678-1234-1234-1234-123456789012
orS-1-1-12-1234567890-123456789-123456789-1234
-
Email address:
user@domain.tld
-
User name:
user
The mobile device for which you delete the override. DeviceId
is case insensitive.
The mobile device for which you delete the override. DeviceId
is case insensitive.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for DeleteMobileDeviceAccessOverride<C, M, R>
impl<C, M, R> Send for DeleteMobileDeviceAccessOverride<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for DeleteMobileDeviceAccessOverride<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for DeleteMobileDeviceAccessOverride<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for DeleteMobileDeviceAccessOverride<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