pub struct DeleteResourceConfig { /* private fields */ }Expand description
Fluent builder constructing a request to DeleteResourceConfig.
Records the configuration state for a custom resource that has been deleted. This API records a new ConfigurationItem with a ResourceDeleted status. You can retrieve the ConfigurationItems recorded for this resource in your Config History.
Implementations§
source§impl DeleteResourceConfig
impl DeleteResourceConfig
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<DeleteResourceConfig, AwsResponseRetryClassifier>, SdkError<DeleteResourceConfigError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<DeleteResourceConfig, AwsResponseRetryClassifier>, SdkError<DeleteResourceConfigError>>
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<DeleteResourceConfigOutput, SdkError<DeleteResourceConfigError>>
pub async fn send(
self
) -> Result<DeleteResourceConfigOutput, SdkError<DeleteResourceConfigError>>
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 resource_type(self, input: impl Into<String>) -> Self
pub fn resource_type(self, input: impl Into<String>) -> Self
The type of the resource.
sourcepub fn set_resource_type(self, input: Option<String>) -> Self
pub fn set_resource_type(self, input: Option<String>) -> Self
The type of the resource.
sourcepub fn resource_id(self, input: impl Into<String>) -> Self
pub fn resource_id(self, input: impl Into<String>) -> Self
Unique identifier of the resource.
sourcepub fn set_resource_id(self, input: Option<String>) -> Self
pub fn set_resource_id(self, input: Option<String>) -> Self
Unique identifier of the resource.
Trait Implementations§
source§impl Clone for DeleteResourceConfig
impl Clone for DeleteResourceConfig
source§fn clone(&self) -> DeleteResourceConfig
fn clone(&self) -> DeleteResourceConfig
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more