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 |
Used to stop and delete an app.
Synopsis
- data DeleteApp = DeleteApp' {}
- newDeleteApp :: Text -> Text -> AppType -> Text -> DeleteApp
- deleteApp_domainId :: Lens' DeleteApp Text
- deleteApp_userProfileName :: 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.
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:
$sel:domainId:DeleteApp'
, deleteApp_domainId
- The domain ID.
$sel:userProfileName:DeleteApp'
, deleteApp_userProfileName
- The user profile name.
$sel:appType:DeleteApp'
, deleteApp_appType
- The type of app.
$sel:appName:DeleteApp'
, deleteApp_appName
- The name of the app.
Request Lenses
Destructuring the Response
data DeleteAppResponse Source #
See: newDeleteAppResponse
smart constructor.
Instances
Eq DeleteAppResponse Source # | |
Defined in Amazonka.SageMaker.DeleteApp (==) :: DeleteAppResponse -> DeleteAppResponse -> Bool # (/=) :: DeleteAppResponse -> DeleteAppResponse -> Bool # | |
Read DeleteAppResponse Source # | |
Defined in Amazonka.SageMaker.DeleteApp | |
Show DeleteAppResponse Source # | |
Defined in Amazonka.SageMaker.DeleteApp showsPrec :: Int -> DeleteAppResponse -> ShowS # show :: DeleteAppResponse -> String # showList :: [DeleteAppResponse] -> ShowS # | |
Generic DeleteAppResponse Source # | |
Defined in Amazonka.SageMaker.DeleteApp type Rep DeleteAppResponse :: Type -> Type # from :: DeleteAppResponse -> Rep DeleteAppResponse x # to :: Rep DeleteAppResponse x -> DeleteAppResponse # | |
NFData DeleteAppResponse Source # | |
Defined in Amazonka.SageMaker.DeleteApp rnf :: DeleteAppResponse -> () # | |
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.