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 an AppInstance
and all associated data asynchronously.
Creating a Request
data DeleteAppInstance Source #
See: newDeleteAppInstance
smart constructor.
DeleteAppInstance' | |
|
Instances
Create a value of DeleteAppInstance
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:appInstanceArn:DeleteAppInstance'
, deleteAppInstance_appInstanceArn
- The ARN of the AppInstance
.
Request Lenses
deleteAppInstance_appInstanceArn :: Lens' DeleteAppInstance Text Source #
The ARN of the AppInstance
.
Destructuring the Response
data DeleteAppInstanceResponse Source #
See: newDeleteAppInstanceResponse
smart constructor.
Instances
Eq DeleteAppInstanceResponse Source # | |
Defined in Amazonka.Chime.DeleteAppInstance | |
Read DeleteAppInstanceResponse Source # | |
Show DeleteAppInstanceResponse Source # | |
Defined in Amazonka.Chime.DeleteAppInstance showsPrec :: Int -> DeleteAppInstanceResponse -> ShowS # show :: DeleteAppInstanceResponse -> String # showList :: [DeleteAppInstanceResponse] -> ShowS # | |
Generic DeleteAppInstanceResponse Source # | |
Defined in Amazonka.Chime.DeleteAppInstance type Rep DeleteAppInstanceResponse :: Type -> Type # | |
NFData DeleteAppInstanceResponse Source # | |
Defined in Amazonka.Chime.DeleteAppInstance rnf :: DeleteAppInstanceResponse -> () # | |
type Rep DeleteAppInstanceResponse Source # | |
newDeleteAppInstanceResponse :: DeleteAppInstanceResponse Source #
Create a value of DeleteAppInstanceResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.