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 [`GetCognitoEvents`](crate::operation::get_cognito_events::builders::GetCognitoEventsFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`identity_pool_id(impl Into<String>)`](crate::operation::get_cognito_events::builders::GetCognitoEventsFluentBuilder::identity_pool_id) / [`set_identity_pool_id(Option<String>)`](crate::operation::get_cognito_events::builders::GetCognitoEventsFluentBuilder::set_identity_pool_id):<br>required: **true**<br><p>The Cognito Identity Pool ID for the request</p><br>
    /// - On success, responds with [`GetCognitoEventsOutput`](crate::operation::get_cognito_events::GetCognitoEventsOutput) with field(s):
    ///   - [`events(Option<HashMap::<String, String>>)`](crate::operation::get_cognito_events::GetCognitoEventsOutput::events): <p>The Cognito Events returned from the GetCognitoEvents request</p>
    /// - On failure, responds with [`SdkError<GetCognitoEventsError>`](crate::operation::get_cognito_events::GetCognitoEventsError)
    pub fn get_cognito_events(&self) -> crate::operation::get_cognito_events::builders::GetCognitoEventsFluentBuilder {
        crate::operation::get_cognito_events::builders::GetCognitoEventsFluentBuilder::new(self.handle.clone())
    }
}