aws-sdk-cognitosync 1.99.0

AWS SDK for Amazon Cognito Sync
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 [`DescribeIdentityPoolUsage`](crate::operation::describe_identity_pool_usage::builders::DescribeIdentityPoolUsageFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`identity_pool_id(impl Into<String>)`](crate::operation::describe_identity_pool_usage::builders::DescribeIdentityPoolUsageFluentBuilder::identity_pool_id) / [`set_identity_pool_id(Option<String>)`](crate::operation::describe_identity_pool_usage::builders::DescribeIdentityPoolUsageFluentBuilder::set_identity_pool_id):<br>required: **true**<br>A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.<br>
    /// - On success, responds with [`DescribeIdentityPoolUsageOutput`](crate::operation::describe_identity_pool_usage::DescribeIdentityPoolUsageOutput) with field(s):
    ///   - [`identity_pool_usage(Option<IdentityPoolUsage>)`](crate::operation::describe_identity_pool_usage::DescribeIdentityPoolUsageOutput::identity_pool_usage): Information about the usage of the identity pool.
    /// - On failure, responds with [`SdkError<DescribeIdentityPoolUsageError>`](crate::operation::describe_identity_pool_usage::DescribeIdentityPoolUsageError)
    pub fn describe_identity_pool_usage(&self) -> crate::operation::describe_identity_pool_usage::builders::DescribeIdentityPoolUsageFluentBuilder {
        crate::operation::describe_identity_pool_usage::builders::DescribeIdentityPoolUsageFluentBuilder::new(self.handle.clone())
    }
}