Struct aws_sdk_workdocs::client::fluent_builders::DeleteCustomMetadata [−][src]
pub struct DeleteCustomMetadata<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to DeleteCustomMetadata
.
Deletes custom metadata from the specified resource.
Implementations
impl<C, M, R> DeleteCustomMetadata<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> DeleteCustomMetadata<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<DeleteCustomMetadataOutput, SdkError<DeleteCustomMetadataError>> where
R::Policy: SmithyRetryPolicy<DeleteCustomMetadataInputOperationOutputAlias, DeleteCustomMetadataOutput, DeleteCustomMetadataError, DeleteCustomMetadataInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<DeleteCustomMetadataOutput, SdkError<DeleteCustomMetadataError>> where
R::Policy: SmithyRetryPolicy<DeleteCustomMetadataInputOperationOutputAlias, DeleteCustomMetadataOutput, DeleteCustomMetadataError, DeleteCustomMetadataInputOperationRetryAlias>,
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.
Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
The ID of the resource, either a document or folder.
The ID of the resource, either a document or folder.
The ID of the version, if the custom metadata is being deleted from a document version.
The ID of the version, if the custom metadata is being deleted from a document version.
Appends an item to Keys
.
To override the contents of this collection use set_keys
.
List of properties to remove.
Flag to indicate removal of all custom metadata properties from the specified resource.
Flag to indicate removal of all custom metadata properties from the specified resource.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for DeleteCustomMetadata<C, M, R>
impl<C, M, R> Send for DeleteCustomMetadata<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for DeleteCustomMetadata<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for DeleteCustomMetadata<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for DeleteCustomMetadata<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