Struct aws_sdk_iot::client::fluent_builders::DeleteV2LoggingLevel
source · pub struct DeleteV2LoggingLevel { /* private fields */ }
Expand description
Fluent builder constructing a request to DeleteV2LoggingLevel
.
Deletes a logging level.
Requires permission to access the DeleteV2LoggingLevel action.
Implementations§
source§impl DeleteV2LoggingLevel
impl DeleteV2LoggingLevel
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<DeleteV2LoggingLevel, AwsResponseRetryClassifier>, SdkError<DeleteV2LoggingLevelError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<DeleteV2LoggingLevel, AwsResponseRetryClassifier>, SdkError<DeleteV2LoggingLevelError>>
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<DeleteV2LoggingLevelOutput, SdkError<DeleteV2LoggingLevelError>>
pub async fn send(
self
) -> Result<DeleteV2LoggingLevelOutput, SdkError<DeleteV2LoggingLevelError>>
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 target_type(self, input: LogTargetType) -> Self
pub fn target_type(self, input: LogTargetType) -> Self
The type of resource for which you are configuring logging. Must be THING_Group
.
sourcepub fn set_target_type(self, input: Option<LogTargetType>) -> Self
pub fn set_target_type(self, input: Option<LogTargetType>) -> Self
The type of resource for which you are configuring logging. Must be THING_Group
.
sourcepub fn target_name(self, input: impl Into<String>) -> Self
pub fn target_name(self, input: impl Into<String>) -> Self
The name of the resource for which you are configuring logging.
sourcepub fn set_target_name(self, input: Option<String>) -> Self
pub fn set_target_name(self, input: Option<String>) -> Self
The name of the resource for which you are configuring logging.
Trait Implementations§
source§impl Clone for DeleteV2LoggingLevel
impl Clone for DeleteV2LoggingLevel
source§fn clone(&self) -> DeleteV2LoggingLevel
fn clone(&self) -> DeleteV2LoggingLevel
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more