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.StopUserImportJob

Description

Stops the user import job.

Synopsis

Creating a Request

data StopUserImportJob Source #

Represents the request to stop the user import job.

See: newStopUserImportJob smart constructor.

Constructors

StopUserImportJob' 

Fields

  • userPoolId :: Text

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

  • jobId :: Text

    The job ID for the user import job.

Instances

Instances details
Eq StopUserImportJob Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StopUserImportJob

Read StopUserImportJob Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StopUserImportJob

Show StopUserImportJob Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StopUserImportJob

Generic StopUserImportJob Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StopUserImportJob

Associated Types

type Rep StopUserImportJob :: Type -> Type #

NFData StopUserImportJob Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StopUserImportJob

Methods

rnf :: StopUserImportJob -> () #

Hashable StopUserImportJob Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StopUserImportJob

ToJSON StopUserImportJob Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StopUserImportJob

AWSRequest StopUserImportJob Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StopUserImportJob

Associated Types

type AWSResponse StopUserImportJob #

ToHeaders StopUserImportJob Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StopUserImportJob

ToPath StopUserImportJob Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StopUserImportJob

ToQuery StopUserImportJob Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StopUserImportJob

type Rep StopUserImportJob Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StopUserImportJob

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

Defined in Amazonka.CognitoIdentityProvider.StopUserImportJob

newStopUserImportJob Source #

Create a value of StopUserImportJob 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:StopUserImportJob', stopUserImportJob_userPoolId - The user pool ID for the user pool that the users are being imported into.

$sel:jobId:StopUserImportJob', stopUserImportJob_jobId - The job ID for the user import job.

Request Lenses

stopUserImportJob_userPoolId :: Lens' StopUserImportJob Text Source #

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

stopUserImportJob_jobId :: Lens' StopUserImportJob Text Source #

The job ID for the user import job.

Destructuring the Response

data StopUserImportJobResponse Source #

Represents the response from the server to the request to stop the user import job.

See: newStopUserImportJobResponse smart constructor.

Constructors

StopUserImportJobResponse' 

Fields

Instances

Instances details
Eq StopUserImportJobResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StopUserImportJob

Read StopUserImportJobResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StopUserImportJob

Show StopUserImportJobResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StopUserImportJob

Generic StopUserImportJobResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StopUserImportJob

Associated Types

type Rep StopUserImportJobResponse :: Type -> Type #

NFData StopUserImportJobResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StopUserImportJob

type Rep StopUserImportJobResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.StopUserImportJob

type Rep StopUserImportJobResponse = D1 ('MetaData "StopUserImportJobResponse" "Amazonka.CognitoIdentityProvider.StopUserImportJob" "libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp" 'False) (C1 ('MetaCons "StopUserImportJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userImportJob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserImportJobType)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStopUserImportJobResponse Source #

Create a value of StopUserImportJobResponse 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:userImportJob:StopUserImportJobResponse', stopUserImportJobResponse_userImportJob - The job object that represents the user import job.

$sel:httpStatus:StopUserImportJobResponse', stopUserImportJobResponse_httpStatus - The response's http status code.

Response Lenses