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. 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.
DeleteUserProfile' | |
|
Instances
:: 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.
Instances
Eq DeleteUserProfileResponse Source # | |
Read DeleteUserProfileResponse Source # | |
Show DeleteUserProfileResponse Source # | |
Defined in Amazonka.SageMaker.DeleteUserProfile showsPrec :: Int -> DeleteUserProfileResponse -> ShowS # show :: DeleteUserProfileResponse -> String # showList :: [DeleteUserProfileResponse] -> ShowS # | |
Generic DeleteUserProfileResponse Source # | |
Defined in Amazonka.SageMaker.DeleteUserProfile type Rep DeleteUserProfileResponse :: Type -> Type # | |
NFData DeleteUserProfileResponse Source # | |
Defined in Amazonka.SageMaker.DeleteUserProfile rnf :: DeleteUserProfileResponse -> () # | |
type Rep DeleteUserProfileResponse Source # | |
Defined in Amazonka.SageMaker.DeleteUserProfile |
newDeleteUserProfileResponse :: DeleteUserProfileResponse Source #
Create a value of DeleteUserProfileResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.