Struct aws_sdk_ssm::client::fluent_builders::DeleteResourceDataSync
source · [−]pub struct DeleteResourceDataSync { /* private fields */ }
Expand description
Fluent builder constructing a request to DeleteResourceDataSync
.
Deletes a resource data sync configuration. After the configuration is deleted, changes to data on managed nodes are no longer synced to or from the target. Deleting a sync configuration doesn't delete data.
Implementations
sourceimpl DeleteResourceDataSync
impl DeleteResourceDataSync
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<DeleteResourceDataSync, AwsResponseRetryClassifier>, SdkError<DeleteResourceDataSyncError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<DeleteResourceDataSync, AwsResponseRetryClassifier>, SdkError<DeleteResourceDataSyncError>>
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<DeleteResourceDataSyncOutput, SdkError<DeleteResourceDataSyncError>>
pub async fn send(
self
) -> Result<DeleteResourceDataSyncOutput, SdkError<DeleteResourceDataSyncError>>
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 sync_name(self, input: impl Into<String>) -> Self
pub fn sync_name(self, input: impl Into<String>) -> Self
The name of the configuration to delete.
sourcepub fn set_sync_name(self, input: Option<String>) -> Self
pub fn set_sync_name(self, input: Option<String>) -> Self
The name of the configuration to delete.
sourcepub fn sync_type(self, input: impl Into<String>) -> Self
pub fn sync_type(self, input: impl Into<String>) -> Self
Specify the type of resource data sync to delete.
sourcepub fn set_sync_type(self, input: Option<String>) -> Self
pub fn set_sync_type(self, input: Option<String>) -> Self
Specify the type of resource data sync to delete.
Trait Implementations
sourceimpl Clone for DeleteResourceDataSync
impl Clone for DeleteResourceDataSync
sourcefn clone(&self) -> DeleteResourceDataSync
fn clone(&self) -> DeleteResourceDataSync
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more