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 AppInstanceUser
.
Synopsis
- data DeleteAppInstanceUser = DeleteAppInstanceUser' {}
- newDeleteAppInstanceUser :: Text -> DeleteAppInstanceUser
- deleteAppInstanceUser_appInstanceUserArn :: Lens' DeleteAppInstanceUser Text
- data DeleteAppInstanceUserResponse = DeleteAppInstanceUserResponse' {
- newDeleteAppInstanceUserResponse :: DeleteAppInstanceUserResponse
Creating a Request
data DeleteAppInstanceUser Source #
See: newDeleteAppInstanceUser
smart constructor.
DeleteAppInstanceUser' | |
|
Instances
newDeleteAppInstanceUser Source #
Create a value of DeleteAppInstanceUser
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:appInstanceUserArn:DeleteAppInstanceUser'
, deleteAppInstanceUser_appInstanceUserArn
- The ARN of the user request being deleted.
Request Lenses
deleteAppInstanceUser_appInstanceUserArn :: Lens' DeleteAppInstanceUser Text Source #
The ARN of the user request being deleted.
Destructuring the Response
data DeleteAppInstanceUserResponse Source #
See: newDeleteAppInstanceUserResponse
smart constructor.
Instances
newDeleteAppInstanceUserResponse :: DeleteAppInstanceUserResponse Source #
Create a value of DeleteAppInstanceUserResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.