Struct aws_sdk_auditmanager::client::fluent_builders::UpdateControl [−][src]
pub struct UpdateControl<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to UpdateControl
.
Updates a custom control in Audit Manager.
Implementations
impl<C, M, R> UpdateControl<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> UpdateControl<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<UpdateControlOutput, SdkError<UpdateControlError>> where
R::Policy: SmithyRetryPolicy<UpdateControlInputOperationOutputAlias, UpdateControlOutput, UpdateControlError, UpdateControlInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<UpdateControlOutput, SdkError<UpdateControlError>> where
R::Policy: SmithyRetryPolicy<UpdateControlInputOperationOutputAlias, UpdateControlOutput, UpdateControlError, UpdateControlInputOperationRetryAlias>,
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 identifier for the control.
The identifier for the control.
The optional description of the control.
The optional description of the control.
The steps that you should follow to determine if the control is met.
The steps that you should follow to determine if the control is met.
The title of the action plan for remediating the control.
The title of the action plan for remediating the control.
The recommended actions to carry out if the control isn't fulfilled.
The recommended actions to carry out if the control isn't fulfilled.
Appends an item to controlMappingSources
.
To override the contents of this collection use set_control_mapping_sources
.
The data mapping sources for the control.
The data mapping sources for the control.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for UpdateControl<C, M, R>
impl<C, M, R> Unpin for UpdateControl<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for UpdateControl<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