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 |
Updates the details of an AppInstanceUser
. You can update names and
metadata.
Synopsis
- data UpdateAppInstanceUser = UpdateAppInstanceUser' {}
- newUpdateAppInstanceUser :: Text -> Text -> UpdateAppInstanceUser
- updateAppInstanceUser_metadata :: Lens' UpdateAppInstanceUser (Maybe Text)
- updateAppInstanceUser_appInstanceUserArn :: Lens' UpdateAppInstanceUser Text
- updateAppInstanceUser_name :: Lens' UpdateAppInstanceUser Text
- data UpdateAppInstanceUserResponse = UpdateAppInstanceUserResponse' {}
- newUpdateAppInstanceUserResponse :: Int -> UpdateAppInstanceUserResponse
- updateAppInstanceUserResponse_appInstanceUserArn :: Lens' UpdateAppInstanceUserResponse (Maybe Text)
- updateAppInstanceUserResponse_httpStatus :: Lens' UpdateAppInstanceUserResponse Int
Creating a Request
data UpdateAppInstanceUser Source #
See: newUpdateAppInstanceUser
smart constructor.
Instances
newUpdateAppInstanceUser Source #
:: Text | |
-> Text | |
-> UpdateAppInstanceUser |
Create a value of UpdateAppInstanceUser
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:metadata:UpdateAppInstanceUser'
, updateAppInstanceUser_metadata
- The metadata of the AppInstanceUser
.
$sel:appInstanceUserArn:UpdateAppInstanceUser'
, updateAppInstanceUser_appInstanceUserArn
- The ARN of the AppInstanceUser
.
$sel:name:UpdateAppInstanceUser'
, updateAppInstanceUser_name
- The name of the AppInstanceUser
.
Request Lenses
updateAppInstanceUser_metadata :: Lens' UpdateAppInstanceUser (Maybe Text) Source #
The metadata of the AppInstanceUser
.
updateAppInstanceUser_appInstanceUserArn :: Lens' UpdateAppInstanceUser Text Source #
The ARN of the AppInstanceUser
.
updateAppInstanceUser_name :: Lens' UpdateAppInstanceUser Text Source #
The name of the AppInstanceUser
.
Destructuring the Response
data UpdateAppInstanceUserResponse Source #
See: newUpdateAppInstanceUserResponse
smart constructor.
UpdateAppInstanceUserResponse' | |
|
Instances
newUpdateAppInstanceUserResponse Source #
Create a value of UpdateAppInstanceUserResponse
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:UpdateAppInstanceUser'
, updateAppInstanceUserResponse_appInstanceUserArn
- The ARN of the AppInstanceUser
.
$sel:httpStatus:UpdateAppInstanceUserResponse'
, updateAppInstanceUserResponse_httpStatus
- The response's http status code.
Response Lenses
updateAppInstanceUserResponse_appInstanceUserArn :: Lens' UpdateAppInstanceUserResponse (Maybe Text) Source #
The ARN of the AppInstanceUser
.
updateAppInstanceUserResponse_httpStatus :: Lens' UpdateAppInstanceUserResponse Int Source #
The response's http status code.