| 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.SageMaker.DeleteUserProfile
Description
Deletes a user profile. When a user profile is deleted, the user loses access to their EFS volume, including data, notebooks, and other artifacts.
Synopsis
- data DeleteUserProfile = DeleteUserProfile' {
- domainId :: Text
- userProfileName :: Text
- newDeleteUserProfile :: Text -> Text -> DeleteUserProfile
- deleteUserProfile_domainId :: Lens' DeleteUserProfile Text
- deleteUserProfile_userProfileName :: Lens' DeleteUserProfile Text
- data DeleteUserProfileResponse = DeleteUserProfileResponse' {
- newDeleteUserProfileResponse :: DeleteUserProfileResponse
Creating a Request
data DeleteUserProfile Source #
See: newDeleteUserProfile smart constructor.
Constructors
| DeleteUserProfile' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> DeleteUserProfile |
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:domainId:DeleteUserProfile', deleteUserProfile_domainId - The domain ID.
$sel:userProfileName:DeleteUserProfile', deleteUserProfile_userProfileName - The user profile name.
Request Lenses
deleteUserProfile_domainId :: Lens' DeleteUserProfile Text Source #
The domain ID.
deleteUserProfile_userProfileName :: Lens' DeleteUserProfile Text Source #
The user profile name.
Destructuring the Response
data DeleteUserProfileResponse Source #
See: newDeleteUserProfileResponse smart constructor.
Constructors
| DeleteUserProfileResponse' | |
Instances
newDeleteUserProfileResponse :: DeleteUserProfileResponse Source #
Create a value of DeleteUserProfileResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.