pub struct DeleteAnalyzer { /* private fields */ }
Expand description
Fluent builder constructing a request to DeleteAnalyzer
.
Deletes the specified analyzer. When you delete an analyzer, IAM Access Analyzer is disabled for the account or organization in the current or specific Region. All findings that were generated by the analyzer are deleted. You cannot undo this action.
Implementations§
source§impl DeleteAnalyzer
impl DeleteAnalyzer
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<DeleteAnalyzer, AwsResponseRetryClassifier>, SdkError<DeleteAnalyzerError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<DeleteAnalyzer, AwsResponseRetryClassifier>, SdkError<DeleteAnalyzerError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<DeleteAnalyzerOutput, SdkError<DeleteAnalyzerError>>
pub async fn send(
self
) -> Result<DeleteAnalyzerOutput, SdkError<DeleteAnalyzerError>>
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.
sourcepub fn analyzer_name(self, input: impl Into<String>) -> Self
pub fn analyzer_name(self, input: impl Into<String>) -> Self
The name of the analyzer to delete.
sourcepub fn set_analyzer_name(self, input: Option<String>) -> Self
pub fn set_analyzer_name(self, input: Option<String>) -> Self
The name of the analyzer to delete.
sourcepub fn client_token(self, input: impl Into<String>) -> Self
pub fn client_token(self, input: impl Into<String>) -> Self
A client token.
sourcepub fn set_client_token(self, input: Option<String>) -> Self
pub fn set_client_token(self, input: Option<String>) -> Self
A client token.
Trait Implementations§
source§impl Clone for DeleteAnalyzer
impl Clone for DeleteAnalyzer
source§fn clone(&self) -> DeleteAnalyzer
fn clone(&self) -> DeleteAnalyzer
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more