| 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.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:
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.