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 |
Demotes an AppInstanceAdmin
to an AppInstanceUser
. This action does
not delete the user.
Synopsis
- data DeleteAppInstanceAdmin = DeleteAppInstanceAdmin' {}
- newDeleteAppInstanceAdmin :: Text -> Text -> DeleteAppInstanceAdmin
- deleteAppInstanceAdmin_appInstanceAdminArn :: Lens' DeleteAppInstanceAdmin Text
- deleteAppInstanceAdmin_appInstanceArn :: Lens' DeleteAppInstanceAdmin Text
- data DeleteAppInstanceAdminResponse = DeleteAppInstanceAdminResponse' {
- newDeleteAppInstanceAdminResponse :: DeleteAppInstanceAdminResponse
Creating a Request
data DeleteAppInstanceAdmin Source #
See: newDeleteAppInstanceAdmin
smart constructor.
DeleteAppInstanceAdmin' | |
|
Instances
newDeleteAppInstanceAdmin Source #
:: Text | |
-> Text | |
-> DeleteAppInstanceAdmin |
Create a value of DeleteAppInstanceAdmin
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:appInstanceAdminArn:DeleteAppInstanceAdmin'
, deleteAppInstanceAdmin_appInstanceAdminArn
- The ARN of the AppInstance
's administrator.
$sel:appInstanceArn:DeleteAppInstanceAdmin'
, deleteAppInstanceAdmin_appInstanceArn
- The ARN of the AppInstance
.
Request Lenses
deleteAppInstanceAdmin_appInstanceAdminArn :: Lens' DeleteAppInstanceAdmin Text Source #
The ARN of the AppInstance
's administrator.
deleteAppInstanceAdmin_appInstanceArn :: Lens' DeleteAppInstanceAdmin Text Source #
The ARN of the AppInstance
.
Destructuring the Response
data DeleteAppInstanceAdminResponse Source #
See: newDeleteAppInstanceAdminResponse
smart constructor.
Instances
newDeleteAppInstanceAdminResponse :: DeleteAppInstanceAdminResponse Source #
Create a value of DeleteAppInstanceAdminResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.