| 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.DeleteApp
Description
Used to stop and delete an app.
Synopsis
- data DeleteApp = DeleteApp' {}
- newDeleteApp :: Text -> AppType -> Text -> DeleteApp
- deleteApp_spaceName :: Lens' DeleteApp (Maybe Text)
- deleteApp_userProfileName :: Lens' DeleteApp (Maybe Text)
- deleteApp_domainId :: Lens' DeleteApp Text
- deleteApp_appType :: Lens' DeleteApp AppType
- deleteApp_appName :: Lens' DeleteApp Text
- data DeleteAppResponse = DeleteAppResponse' {
- newDeleteAppResponse :: DeleteAppResponse
Creating a Request
See: newDeleteApp smart constructor.
Constructors
| DeleteApp' | |
Fields
| |
Instances
Create a value of DeleteApp 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:
DeleteApp, deleteApp_spaceName - The name of the space. If this value is not set, then UserProfileName
must be set.
DeleteApp, deleteApp_userProfileName - The user profile name. If this value is not set, then SpaceName must
be set.
DeleteApp, deleteApp_domainId - The domain ID.
DeleteApp, deleteApp_appType - The type of app.
DeleteApp, deleteApp_appName - The name of the app.
Request Lenses
deleteApp_spaceName :: Lens' DeleteApp (Maybe Text) Source #
The name of the space. If this value is not set, then UserProfileName
must be set.
deleteApp_userProfileName :: Lens' DeleteApp (Maybe Text) Source #
The user profile name. If this value is not set, then SpaceName must
be set.
Destructuring the Response
data DeleteAppResponse Source #
See: newDeleteAppResponse smart constructor.
Constructors
| DeleteAppResponse' | |
Instances
| Generic DeleteAppResponse Source # | |
Defined in Amazonka.SageMaker.DeleteApp Associated Types type Rep DeleteAppResponse :: Type -> Type # Methods from :: DeleteAppResponse -> Rep DeleteAppResponse x # to :: Rep DeleteAppResponse x -> DeleteAppResponse # | |
| Read DeleteAppResponse Source # | |
Defined in Amazonka.SageMaker.DeleteApp Methods readsPrec :: Int -> ReadS DeleteAppResponse # readList :: ReadS [DeleteAppResponse] # | |
| Show DeleteAppResponse Source # | |
Defined in Amazonka.SageMaker.DeleteApp Methods showsPrec :: Int -> DeleteAppResponse -> ShowS # show :: DeleteAppResponse -> String # showList :: [DeleteAppResponse] -> ShowS # | |
| NFData DeleteAppResponse Source # | |
Defined in Amazonka.SageMaker.DeleteApp Methods rnf :: DeleteAppResponse -> () # | |
| Eq DeleteAppResponse Source # | |
Defined in Amazonka.SageMaker.DeleteApp Methods (==) :: DeleteAppResponse -> DeleteAppResponse -> Bool # (/=) :: DeleteAppResponse -> DeleteAppResponse -> Bool # | |
| type Rep DeleteAppResponse Source # | |
newDeleteAppResponse :: DeleteAppResponse Source #
Create a value of DeleteAppResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.