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
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`ListOrganizationsFeatures`](crate::operation::list_organizations_features::builders::ListOrganizationsFeaturesFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::list_organizations_features::builders::ListOrganizationsFeaturesFluentBuilder::send) it.
    /// - On success, responds with [`ListOrganizationsFeaturesOutput`](crate::operation::list_organizations_features::ListOrganizationsFeaturesOutput) with field(s):
    ///   - [`organization_id(Option<String>)`](crate::operation::list_organizations_features::ListOrganizationsFeaturesOutput::organization_id): <p>The unique identifier (ID) of an organization.</p>
    ///   - [`enabled_features(Option<Vec::<FeatureType>>)`](crate::operation::list_organizations_features::ListOrganizationsFeaturesOutput::enabled_features): <p>Specifies the features that are currently available in your organization.</p>
    /// - On failure, responds with [`SdkError<ListOrganizationsFeaturesError>`](crate::operation::list_organizations_features::ListOrganizationsFeaturesError)
    pub fn list_organizations_features(&self) -> crate::operation::list_organizations_features::builders::ListOrganizationsFeaturesFluentBuilder {
        crate::operation::list_organizations_features::builders::ListOrganizationsFeaturesFluentBuilder::new(self.handle.clone())
    }
}