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 |
Amazonka.Chime.DeleteAppInstance
Description
Deletes an AppInstance
and all associated data asynchronously.
Creating a Request
data DeleteAppInstance Source #
See: newDeleteAppInstance
smart constructor.
Constructors
DeleteAppInstance' | |
Fields
|
Instances
Arguments
:: Text | |
-> DeleteAppInstance |
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.
Constructors
DeleteAppInstanceResponse' | |
Instances
newDeleteAppInstanceResponse :: DeleteAppInstanceResponse Source #
Create a value of DeleteAppInstanceResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.