Struct aws_sdk_config::client::fluent_builders::DeleteConformancePack [−][src]
pub struct DeleteConformancePack<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }Expand description
Fluent builder constructing a request to DeleteConformancePack.
Deletes the specified conformance pack and all the Config rules, remediation actions, and all evaluation results within that conformance pack.
Config sets the conformance pack to DELETE_IN_PROGRESS until the deletion is complete. You cannot update a conformance pack while it is in this state.
Implementations
impl<C, M, R> DeleteConformancePack<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> DeleteConformancePack<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<DeleteConformancePackOutput, SdkError<DeleteConformancePackError>> where
R::Policy: SmithyRetryPolicy<DeleteConformancePackInputOperationOutputAlias, DeleteConformancePackOutput, DeleteConformancePackError, DeleteConformancePackInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<DeleteConformancePackOutput, SdkError<DeleteConformancePackError>> where
R::Policy: SmithyRetryPolicy<DeleteConformancePackInputOperationOutputAlias, DeleteConformancePackOutput, DeleteConformancePackError, DeleteConformancePackInputOperationRetryAlias>,
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.
Name of the conformance pack you want to delete.
Name of the conformance pack you want to delete.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for DeleteConformancePack<C, M, R>
impl<C, M, R> Send for DeleteConformancePack<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for DeleteConformancePack<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for DeleteConformancePack<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for DeleteConformancePack<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
