libZSservicesZSamazonka-cognito-syncZSamazonka-cognito-sync
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CognitoSync.GetIdentityPoolConfiguration

Description

Gets the configuration settings of an identity pool.

This API can only be called with developer credentials. You cannot call this API with the temporary user credentials provided by Cognito Identity.

Synopsis

Creating a Request

data GetIdentityPoolConfiguration Source #

The input for the GetIdentityPoolConfiguration operation.

See: newGetIdentityPoolConfiguration smart constructor.

Constructors

GetIdentityPoolConfiguration' 

Fields

  • identityPoolId :: Text

    A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool for which to return a configuration.

Instances

Instances details
Eq GetIdentityPoolConfiguration Source # 
Instance details

Defined in Amazonka.CognitoSync.GetIdentityPoolConfiguration

Read GetIdentityPoolConfiguration Source # 
Instance details

Defined in Amazonka.CognitoSync.GetIdentityPoolConfiguration

Show GetIdentityPoolConfiguration Source # 
Instance details

Defined in Amazonka.CognitoSync.GetIdentityPoolConfiguration

Generic GetIdentityPoolConfiguration Source # 
Instance details

Defined in Amazonka.CognitoSync.GetIdentityPoolConfiguration

Associated Types

type Rep GetIdentityPoolConfiguration :: Type -> Type #

NFData GetIdentityPoolConfiguration Source # 
Instance details

Defined in Amazonka.CognitoSync.GetIdentityPoolConfiguration

Hashable GetIdentityPoolConfiguration Source # 
Instance details

Defined in Amazonka.CognitoSync.GetIdentityPoolConfiguration

AWSRequest GetIdentityPoolConfiguration Source # 
Instance details

Defined in Amazonka.CognitoSync.GetIdentityPoolConfiguration

ToHeaders GetIdentityPoolConfiguration Source # 
Instance details

Defined in Amazonka.CognitoSync.GetIdentityPoolConfiguration

ToPath GetIdentityPoolConfiguration Source # 
Instance details

Defined in Amazonka.CognitoSync.GetIdentityPoolConfiguration

ToQuery GetIdentityPoolConfiguration Source # 
Instance details

Defined in Amazonka.CognitoSync.GetIdentityPoolConfiguration

type Rep GetIdentityPoolConfiguration Source # 
Instance details

Defined in Amazonka.CognitoSync.GetIdentityPoolConfiguration

type Rep GetIdentityPoolConfiguration = D1 ('MetaData "GetIdentityPoolConfiguration" "Amazonka.CognitoSync.GetIdentityPoolConfiguration" "libZSservicesZSamazonka-cognito-syncZSamazonka-cognito-sync" 'False) (C1 ('MetaCons "GetIdentityPoolConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "identityPoolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetIdentityPoolConfiguration Source # 
Instance details

Defined in Amazonka.CognitoSync.GetIdentityPoolConfiguration

newGetIdentityPoolConfiguration Source #

Create a value of GetIdentityPoolConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:identityPoolId:GetIdentityPoolConfiguration', getIdentityPoolConfiguration_identityPoolId - A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool for which to return a configuration.

Request Lenses

getIdentityPoolConfiguration_identityPoolId :: Lens' GetIdentityPoolConfiguration Text Source #

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool for which to return a configuration.

Destructuring the Response

data GetIdentityPoolConfigurationResponse Source #

The output for the GetIdentityPoolConfiguration operation.

See: newGetIdentityPoolConfigurationResponse smart constructor.

Constructors

GetIdentityPoolConfigurationResponse' 

Fields

Instances

Instances details
Eq GetIdentityPoolConfigurationResponse Source # 
Instance details

Defined in Amazonka.CognitoSync.GetIdentityPoolConfiguration

Read GetIdentityPoolConfigurationResponse Source # 
Instance details

Defined in Amazonka.CognitoSync.GetIdentityPoolConfiguration

Show GetIdentityPoolConfigurationResponse Source # 
Instance details

Defined in Amazonka.CognitoSync.GetIdentityPoolConfiguration

Generic GetIdentityPoolConfigurationResponse Source # 
Instance details

Defined in Amazonka.CognitoSync.GetIdentityPoolConfiguration

NFData GetIdentityPoolConfigurationResponse Source # 
Instance details

Defined in Amazonka.CognitoSync.GetIdentityPoolConfiguration

type Rep GetIdentityPoolConfigurationResponse Source # 
Instance details

Defined in Amazonka.CognitoSync.GetIdentityPoolConfiguration

type Rep GetIdentityPoolConfigurationResponse = D1 ('MetaData "GetIdentityPoolConfigurationResponse" "Amazonka.CognitoSync.GetIdentityPoolConfiguration" "libZSservicesZSamazonka-cognito-syncZSamazonka-cognito-sync" 'False) (C1 ('MetaCons "GetIdentityPoolConfigurationResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "identityPoolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cognitoStreams") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CognitoStreams))) :*: (S1 ('MetaSel ('Just "pushSync") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PushSync)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetIdentityPoolConfigurationResponse Source #

Create a value of GetIdentityPoolConfigurationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:identityPoolId:GetIdentityPoolConfiguration', getIdentityPoolConfigurationResponse_identityPoolId - A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.

$sel:cognitoStreams:GetIdentityPoolConfigurationResponse', getIdentityPoolConfigurationResponse_cognitoStreams - Options to apply to this identity pool for Amazon Cognito streams.

$sel:pushSync:GetIdentityPoolConfigurationResponse', getIdentityPoolConfigurationResponse_pushSync - Options to apply to this identity pool for push synchronization.

$sel:httpStatus:GetIdentityPoolConfigurationResponse', getIdentityPoolConfigurationResponse_httpStatus - The response's http status code.

Response Lenses

getIdentityPoolConfigurationResponse_identityPoolId :: Lens' GetIdentityPoolConfigurationResponse (Maybe Text) Source #

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.

getIdentityPoolConfigurationResponse_pushSync :: Lens' GetIdentityPoolConfigurationResponse (Maybe PushSync) Source #

Options to apply to this identity pool for push synchronization.