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 |
Updates a user's SSH public key.
Required Permissions: To use this action, an IAM user must have self-management enabled or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.
Synopsis
Creating a Request
data UpdateMyUserProfile Source #
See: newUpdateMyUserProfile
smart constructor.
UpdateMyUserProfile' | |
|
Instances
newUpdateMyUserProfile :: UpdateMyUserProfile Source #
Create a value of UpdateMyUserProfile
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:sshPublicKey:UpdateMyUserProfile'
, updateMyUserProfile_sshPublicKey
- The user's SSH public key.
Request Lenses
updateMyUserProfile_sshPublicKey :: Lens' UpdateMyUserProfile (Maybe Text) Source #
The user's SSH public key.
Destructuring the Response
data UpdateMyUserProfileResponse Source #
See: newUpdateMyUserProfileResponse
smart constructor.
Instances
newUpdateMyUserProfileResponse :: UpdateMyUserProfileResponse Source #
Create a value of UpdateMyUserProfileResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.