aws-sdk-route53profiles 1.71.0

AWS SDK for Route 53 Profiles
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DisassociateResourceFromProfile`](crate::operation::disassociate_resource_from_profile::builders::DisassociateResourceFromProfileFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`profile_id(impl Into<String>)`](crate::operation::disassociate_resource_from_profile::builders::DisassociateResourceFromProfileFluentBuilder::profile_id) / [`set_profile_id(Option<String>)`](crate::operation::disassociate_resource_from_profile::builders::DisassociateResourceFromProfileFluentBuilder::set_profile_id):<br>required: **true**<br><p>The ID of the Profile.</p><br>
    ///   - [`resource_arn(impl Into<String>)`](crate::operation::disassociate_resource_from_profile::builders::DisassociateResourceFromProfileFluentBuilder::resource_arn) / [`set_resource_arn(Option<String>)`](crate::operation::disassociate_resource_from_profile::builders::DisassociateResourceFromProfileFluentBuilder::set_resource_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the resource.</p><br>
    /// - On success, responds with [`DisassociateResourceFromProfileOutput`](crate::operation::disassociate_resource_from_profile::DisassociateResourceFromProfileOutput) with field(s):
    ///   - [`profile_resource_association(Option<ProfileResourceAssociation>)`](crate::operation::disassociate_resource_from_profile::DisassociateResourceFromProfileOutput::profile_resource_association): <p>Information about the <code>DisassociateResourceFromProfile</code> request, including the status of the request.</p>
    /// - On failure, responds with [`SdkError<DisassociateResourceFromProfileError>`](crate::operation::disassociate_resource_from_profile::DisassociateResourceFromProfileError)
    pub fn disassociate_resource_from_profile(
        &self,
    ) -> crate::operation::disassociate_resource_from_profile::builders::DisassociateResourceFromProfileFluentBuilder {
        crate::operation::disassociate_resource_from_profile::builders::DisassociateResourceFromProfileFluentBuilder::new(self.handle.clone())
    }
}