| 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.UpdateAppInstance
Description
Updates AppInstance metadata.
Synopsis
- data UpdateAppInstance = UpdateAppInstance' {}
- newUpdateAppInstance :: Text -> Text -> UpdateAppInstance
- updateAppInstance_metadata :: Lens' UpdateAppInstance (Maybe Text)
- updateAppInstance_appInstanceArn :: Lens' UpdateAppInstance Text
- updateAppInstance_name :: Lens' UpdateAppInstance Text
- data UpdateAppInstanceResponse = UpdateAppInstanceResponse' {
- appInstanceArn :: Maybe Text
- httpStatus :: Int
- newUpdateAppInstanceResponse :: Int -> UpdateAppInstanceResponse
- updateAppInstanceResponse_appInstanceArn :: Lens' UpdateAppInstanceResponse (Maybe Text)
- updateAppInstanceResponse_httpStatus :: Lens' UpdateAppInstanceResponse Int
Creating a Request
data UpdateAppInstance Source #
See: newUpdateAppInstance smart constructor.
Constructors
| UpdateAppInstance' | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> UpdateAppInstance |
Create a value of UpdateAppInstance 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:
UpdateAppInstance, updateAppInstance_metadata - The metadata that you want to change.
UpdateAppInstance, updateAppInstance_appInstanceArn - The ARN of the AppInstance.
UpdateAppInstance, updateAppInstance_name - The name that you want to change.
Request Lenses
updateAppInstance_metadata :: Lens' UpdateAppInstance (Maybe Text) Source #
The metadata that you want to change.
updateAppInstance_appInstanceArn :: Lens' UpdateAppInstance Text Source #
The ARN of the AppInstance.
updateAppInstance_name :: Lens' UpdateAppInstance Text Source #
The name that you want to change.
Destructuring the Response
data UpdateAppInstanceResponse Source #
See: newUpdateAppInstanceResponse smart constructor.
Constructors
| UpdateAppInstanceResponse' | |
Fields
| |
Instances
newUpdateAppInstanceResponse Source #
Create a value of UpdateAppInstanceResponse 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:
UpdateAppInstance, updateAppInstanceResponse_appInstanceArn - The ARN of the AppInstance.
$sel:httpStatus:UpdateAppInstanceResponse', updateAppInstanceResponse_httpStatus - The response's http status code.
Response Lenses
updateAppInstanceResponse_appInstanceArn :: Lens' UpdateAppInstanceResponse (Maybe Text) Source #
The ARN of the AppInstance.
updateAppInstanceResponse_httpStatus :: Lens' UpdateAppInstanceResponse Int Source #
The response's http status code.