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 [`DisassociateEnvironmentOperationsRole`](crate::operation::disassociate_environment_operations_role::builders::DisassociateEnvironmentOperationsRoleFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`environment_name(impl Into<String>)`](crate::operation::disassociate_environment_operations_role::builders::DisassociateEnvironmentOperationsRoleFluentBuilder::environment_name) / [`set_environment_name(Option<String>)`](crate::operation::disassociate_environment_operations_role::builders::DisassociateEnvironmentOperationsRoleFluentBuilder::set_environment_name):<br>required: **true**<br><p>The name of the environment from which to disassociate the operations role.</p><br>
    /// - On success, responds with [`DisassociateEnvironmentOperationsRoleOutput`](crate::operation::disassociate_environment_operations_role::DisassociateEnvironmentOperationsRoleOutput)
    /// - On failure, responds with [`SdkError<DisassociateEnvironmentOperationsRoleError>`](crate::operation::disassociate_environment_operations_role::DisassociateEnvironmentOperationsRoleError)
    pub fn disassociate_environment_operations_role(
        &self,
    ) -> crate::operation::disassociate_environment_operations_role::builders::DisassociateEnvironmentOperationsRoleFluentBuilder {
        crate::operation::disassociate_environment_operations_role::builders::DisassociateEnvironmentOperationsRoleFluentBuilder::new(
            self.handle.clone(),
        )
    }
}