aws-sdk-glue 1.147.0

AWS SDK for AWS Glue
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteIntegrationResourceProperty`](crate::operation::delete_integration_resource_property::builders::DeleteIntegrationResourcePropertyFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`resource_arn(impl Into<String>)`](crate::operation::delete_integration_resource_property::builders::DeleteIntegrationResourcePropertyFluentBuilder::resource_arn) / [`set_resource_arn(Option<String>)`](crate::operation::delete_integration_resource_property::builders::DeleteIntegrationResourcePropertyFluentBuilder::set_resource_arn):<br>required: **true**<br><p>The connection ARN of the source, or the database ARN of the target.</p><br>
    /// - On success, responds with [`DeleteIntegrationResourcePropertyOutput`](crate::operation::delete_integration_resource_property::DeleteIntegrationResourcePropertyOutput)
    /// - On failure, responds with [`SdkError<DeleteIntegrationResourcePropertyError>`](crate::operation::delete_integration_resource_property::DeleteIntegrationResourcePropertyError)
    pub fn delete_integration_resource_property(
        &self,
    ) -> crate::operation::delete_integration_resource_property::builders::DeleteIntegrationResourcePropertyFluentBuilder {
        crate::operation::delete_integration_resource_property::builders::DeleteIntegrationResourcePropertyFluentBuilder::new(self.handle.clone())
    }
}