| Copyright | (c) 2013-2015 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.OpsWorks.CreateUserProfile
Description
Creates a new user profile.
Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
See: AWS API Reference for CreateUserProfile.
- createUserProfile :: Text -> CreateUserProfile
- data CreateUserProfile
- cupSSHUsername :: Lens' CreateUserProfile (Maybe Text)
- cupSSHPublicKey :: Lens' CreateUserProfile (Maybe Text)
- cupAllowSelfManagement :: Lens' CreateUserProfile (Maybe Bool)
- cupIAMUserARN :: Lens' CreateUserProfile Text
- createUserProfileResponse :: Int -> CreateUserProfileResponse
- data CreateUserProfileResponse
- cuprsIAMUserARN :: Lens' CreateUserProfileResponse (Maybe Text)
- cuprsStatus :: Lens' CreateUserProfileResponse Int
Creating a Request
Arguments
| :: Text | |
| -> CreateUserProfile |
Creates a value of CreateUserProfile with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data CreateUserProfile Source
See: createUserProfile smart constructor.
Instances
Request Lenses
cupSSHUsername :: Lens' CreateUserProfile (Maybe Text) Source
The user's SSH user name. The allowable characters are [a-z], [A-Z],
[0-9], '-', and '_'. If the specified name includes other
punctuation marks, AWS OpsWorks removes them. For example, 'my.name'
will be changed to myname. If you do not specify an SSH user name, AWS
OpsWorks generates one from the IAM user name.
cupSSHPublicKey :: Lens' CreateUserProfile (Maybe Text) Source
The user's public SSH key.
cupAllowSelfManagement :: Lens' CreateUserProfile (Maybe Bool) Source
Whether users can specify their own SSH public key through the My Settings page. For more information, see Setting an IAM User's Public SSH Key.
cupIAMUserARN :: Lens' CreateUserProfile Text Source
The user's IAM ARN.
Destructuring the Response
createUserProfileResponse Source
Arguments
| :: Int | |
| -> CreateUserProfileResponse |
Creates a value of CreateUserProfileResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data CreateUserProfileResponse Source
Contains the response to a CreateUserProfile request.
See: createUserProfileResponse smart constructor.
Response Lenses
cuprsIAMUserARN :: Lens' CreateUserProfileResponse (Maybe Text) Source
The user's IAM ARN.
cuprsStatus :: Lens' CreateUserProfileResponse Int Source
The response status code.