Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Amazonka.CognitoIdentityProvider.DescribeUserImportJob
Description
Describes the user import job.
Synopsis
- data DescribeUserImportJob = DescribeUserImportJob' {
- userPoolId :: Text
- jobId :: Text
- newDescribeUserImportJob :: Text -> Text -> DescribeUserImportJob
- describeUserImportJob_userPoolId :: Lens' DescribeUserImportJob Text
- describeUserImportJob_jobId :: Lens' DescribeUserImportJob Text
- data DescribeUserImportJobResponse = DescribeUserImportJobResponse' {}
- newDescribeUserImportJobResponse :: Int -> DescribeUserImportJobResponse
- describeUserImportJobResponse_userImportJob :: Lens' DescribeUserImportJobResponse (Maybe UserImportJobType)
- describeUserImportJobResponse_httpStatus :: Lens' DescribeUserImportJobResponse Int
Creating a Request
data DescribeUserImportJob Source #
Represents the request to describe the user import job.
See: newDescribeUserImportJob
smart constructor.
Constructors
DescribeUserImportJob' | |
Fields
|
Instances
newDescribeUserImportJob Source #
Arguments
:: Text | |
-> Text | |
-> DescribeUserImportJob |
Create a value of DescribeUserImportJob
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:DescribeUserImportJob'
, describeUserImportJob_userPoolId
- The user pool ID for the user pool that the users are being imported
into.
$sel:jobId:DescribeUserImportJob'
, describeUserImportJob_jobId
- The job ID for the user import job.
Request Lenses
describeUserImportJob_userPoolId :: Lens' DescribeUserImportJob Text Source #
The user pool ID for the user pool that the users are being imported into.
describeUserImportJob_jobId :: Lens' DescribeUserImportJob Text Source #
The job ID for the user import job.
Destructuring the Response
data DescribeUserImportJobResponse Source #
Represents the response from the server to the request to describe the user import job.
See: newDescribeUserImportJobResponse
smart constructor.
Constructors
DescribeUserImportJobResponse' | |
Fields
|
Instances
newDescribeUserImportJobResponse Source #
Create a value of DescribeUserImportJobResponse
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:DescribeUserImportJobResponse'
, describeUserImportJobResponse_userImportJob
- The job object that represents the user import job.
$sel:httpStatus:DescribeUserImportJobResponse'
, describeUserImportJobResponse_httpStatus
- The response's http status code.
Response Lenses
describeUserImportJobResponse_userImportJob :: Lens' DescribeUserImportJobResponse (Maybe UserImportJobType) Source #
The job object that represents the user import job.
describeUserImportJobResponse_httpStatus :: Lens' DescribeUserImportJobResponse Int Source #
The response's http status code.