| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
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:
DeleteUserProfile, deleteUserProfile_domainId - The domain ID.
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.