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 |
Deletes a user profile.
Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.
Synopsis
Creating a Request
data DeleteUserProfile Source #
See: newDeleteUserProfile
smart constructor.
DeleteUserProfile' | |
|
Instances
Create a value of DeleteUserProfile
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:iamUserArn:DeleteUserProfile'
, deleteUserProfile_iamUserArn
- The user's IAM ARN. This can also be a federated user's ARN.
Request Lenses
deleteUserProfile_iamUserArn :: Lens' DeleteUserProfile Text Source #
The user's IAM ARN. This can also be a federated user's ARN.
Destructuring the Response
data DeleteUserProfileResponse Source #
See: newDeleteUserProfileResponse
smart constructor.
Instances
Eq DeleteUserProfileResponse Source # | |
Read DeleteUserProfileResponse Source # | |
Show DeleteUserProfileResponse Source # | |
Defined in Amazonka.OpsWorks.DeleteUserProfile showsPrec :: Int -> DeleteUserProfileResponse -> ShowS # show :: DeleteUserProfileResponse -> String # showList :: [DeleteUserProfileResponse] -> ShowS # | |
Generic DeleteUserProfileResponse Source # | |
Defined in Amazonka.OpsWorks.DeleteUserProfile type Rep DeleteUserProfileResponse :: Type -> Type # | |
NFData DeleteUserProfileResponse Source # | |
Defined in Amazonka.OpsWorks.DeleteUserProfile rnf :: DeleteUserProfileResponse -> () # | |
type Rep DeleteUserProfileResponse Source # | |
Defined in Amazonka.OpsWorks.DeleteUserProfile |
newDeleteUserProfileResponse :: DeleteUserProfileResponse Source #
Create a value of DeleteUserProfileResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.