libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp
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.CognitoIdentityProvider.GetCSVHeader

Description

Gets the header information for the .csv file to be used as input for the user import job.

Synopsis

Creating a Request

data GetCSVHeader Source #

Represents the request to get the header information for the .csv file for the user import job.

See: newGetCSVHeader smart constructor.

Constructors

GetCSVHeader' 

Fields

  • userPoolId :: Text

    The user pool ID for the user pool that the users are to be imported into.

Instances

Instances details
Eq GetCSVHeader Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetCSVHeader

Read GetCSVHeader Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetCSVHeader

Show GetCSVHeader Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetCSVHeader

Generic GetCSVHeader Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetCSVHeader

Associated Types

type Rep GetCSVHeader :: Type -> Type #

NFData GetCSVHeader Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetCSVHeader

Methods

rnf :: GetCSVHeader -> () #

Hashable GetCSVHeader Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetCSVHeader

ToJSON GetCSVHeader Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetCSVHeader

AWSRequest GetCSVHeader Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetCSVHeader

Associated Types

type AWSResponse GetCSVHeader #

ToHeaders GetCSVHeader Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetCSVHeader

ToPath GetCSVHeader Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetCSVHeader

ToQuery GetCSVHeader Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetCSVHeader

type Rep GetCSVHeader Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetCSVHeader

type Rep GetCSVHeader = D1 ('MetaData "GetCSVHeader" "Amazonka.CognitoIdentityProvider.GetCSVHeader" "libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp" 'False) (C1 ('MetaCons "GetCSVHeader'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userPoolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetCSVHeader Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetCSVHeader

newGetCSVHeader Source #

Create a value of GetCSVHeader 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:userPoolId:GetCSVHeader', getCSVHeader_userPoolId - The user pool ID for the user pool that the users are to be imported into.

Request Lenses

getCSVHeader_userPoolId :: Lens' GetCSVHeader Text Source #

The user pool ID for the user pool that the users are to be imported into.

Destructuring the Response

data GetCSVHeaderResponse Source #

Represents the response from the server to the request to get the header information for the .csv file for the user import job.

See: newGetCSVHeaderResponse smart constructor.

Constructors

GetCSVHeaderResponse' 

Fields

Instances

Instances details
Eq GetCSVHeaderResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetCSVHeader

Read GetCSVHeaderResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetCSVHeader

Show GetCSVHeaderResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetCSVHeader

Generic GetCSVHeaderResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetCSVHeader

Associated Types

type Rep GetCSVHeaderResponse :: Type -> Type #

NFData GetCSVHeaderResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetCSVHeader

Methods

rnf :: GetCSVHeaderResponse -> () #

type Rep GetCSVHeaderResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetCSVHeader

type Rep GetCSVHeaderResponse = D1 ('MetaData "GetCSVHeaderResponse" "Amazonka.CognitoIdentityProvider.GetCSVHeader" "libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp" 'False) (C1 ('MetaCons "GetCSVHeaderResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userPoolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "cSVHeader") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetCSVHeaderResponse Source #

Create a value of GetCSVHeaderResponse 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:userPoolId:GetCSVHeader', getCSVHeaderResponse_userPoolId - The user pool ID for the user pool that the users are to be imported into.

$sel:cSVHeader:GetCSVHeaderResponse', getCSVHeaderResponse_cSVHeader - The header information for the .csv file for the user import job.

$sel:httpStatus:GetCSVHeaderResponse', getCSVHeaderResponse_httpStatus - The response's http status code.

Response Lenses

getCSVHeaderResponse_userPoolId :: Lens' GetCSVHeaderResponse (Maybe Text) Source #

The user pool ID for the user pool that the users are to be imported into.

getCSVHeaderResponse_cSVHeader :: Lens' GetCSVHeaderResponse (Maybe [Text]) Source #

The header information for the .csv file for the user import job.