| 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.UpdateAppInstanceUser
Description
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.
Constructors
| UpdateAppInstanceUser' | |
Instances
newUpdateAppInstanceUser Source #
Arguments
| :: 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:
UpdateAppInstanceUser, updateAppInstanceUser_metadata - The metadata of the AppInstanceUser.
UpdateAppInstanceUser, updateAppInstanceUser_appInstanceUserArn - The ARN of the AppInstanceUser.
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.
Constructors
| UpdateAppInstanceUserResponse' | |
Fields
| |
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:
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.