| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.CognitoIdentityProvider.CreateUserImportJob
Description
Creates the user import job.
- createUserImportJob :: Text -> Text -> Text -> CreateUserImportJob
- data CreateUserImportJob
- cuijJobName :: Lens' CreateUserImportJob Text
- cuijUserPoolId :: Lens' CreateUserImportJob Text
- cuijCloudWatchLogsRoleARN :: Lens' CreateUserImportJob Text
- createUserImportJobResponse :: Int -> CreateUserImportJobResponse
- data CreateUserImportJobResponse
- cuijrsUserImportJob :: Lens' CreateUserImportJobResponse (Maybe UserImportJobType)
- cuijrsResponseStatus :: Lens' CreateUserImportJobResponse Int
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> CreateUserImportJob |
Creates a value of CreateUserImportJob with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
cuijJobName- The job name for the user import job.cuijUserPoolId- The user pool ID for the user pool that the users are being imported into.cuijCloudWatchLogsRoleARN- The role ARN for the Amazon CloudWatch Logging role for the user import job.
data CreateUserImportJob Source #
Represents the request to create the user import job.
See: createUserImportJob smart constructor.
Instances
Request Lenses
cuijJobName :: Lens' CreateUserImportJob Text Source #
The job name for the user import job.
cuijUserPoolId :: Lens' CreateUserImportJob Text Source #
The user pool ID for the user pool that the users are being imported into.
cuijCloudWatchLogsRoleARN :: Lens' CreateUserImportJob Text Source #
The role ARN for the Amazon CloudWatch Logging role for the user import job.
Destructuring the Response
createUserImportJobResponse Source #
Arguments
| :: Int | |
| -> CreateUserImportJobResponse |
Creates a value of CreateUserImportJobResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
cuijrsUserImportJob- The job object that represents the user import job.cuijrsResponseStatus- -- | The response status code.
data CreateUserImportJobResponse Source #
Represents the response from the server to the request to create the user import job.
See: createUserImportJobResponse smart constructor.
Instances
Response Lenses
cuijrsUserImportJob :: Lens' CreateUserImportJobResponse (Maybe UserImportJobType) Source #
The job object that represents the user import job.
cuijrsResponseStatus :: Lens' CreateUserImportJobResponse Int Source #
- - | The response status code.