aws-sdk-iam 1.109.0

AWS SDK for AWS Identity and Access Management
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DisableOrganizationsRootCredentialsManagement`](crate::operation::disable_organizations_root_credentials_management::builders::DisableOrganizationsRootCredentialsManagementFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::disable_organizations_root_credentials_management::builders::DisableOrganizationsRootCredentialsManagementFluentBuilder::send) it.
    /// - On success, responds with [`DisableOrganizationsRootCredentialsManagementOutput`](crate::operation::disable_organizations_root_credentials_management::DisableOrganizationsRootCredentialsManagementOutput) with field(s):
    ///   - [`organization_id(Option<String>)`](crate::operation::disable_organizations_root_credentials_management::DisableOrganizationsRootCredentialsManagementOutput::organization_id): <p>The unique identifier (ID) of an organization.</p>
    ///   - [`enabled_features(Option<Vec::<FeatureType>>)`](crate::operation::disable_organizations_root_credentials_management::DisableOrganizationsRootCredentialsManagementOutput::enabled_features): <p>The features enabled for centralized root access for member accounts in your organization.</p>
    /// - On failure, responds with [`SdkError<DisableOrganizationsRootCredentialsManagementError>`](crate::operation::disable_organizations_root_credentials_management::DisableOrganizationsRootCredentialsManagementError)
    pub fn disable_organizations_root_credentials_management(
        &self,
    ) -> crate::operation::disable_organizations_root_credentials_management::builders::DisableOrganizationsRootCredentialsManagementFluentBuilder
    {
        crate::operation::disable_organizations_root_credentials_management::builders::DisableOrganizationsRootCredentialsManagementFluentBuilder::new(
            self.handle.clone(),
        )
    }
}