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 settings for the specified Amazon Chime account. You can update settings for remote control of shared screens, or for the dial-out option. For more information about these settings, see Use the Policies Page in the Amazon Chime Administration Guide.
Synopsis
- data UpdateAccountSettings = UpdateAccountSettings' {}
- newUpdateAccountSettings :: Text -> AccountSettings -> UpdateAccountSettings
- updateAccountSettings_accountId :: Lens' UpdateAccountSettings Text
- updateAccountSettings_accountSettings :: Lens' UpdateAccountSettings AccountSettings
- data UpdateAccountSettingsResponse = UpdateAccountSettingsResponse' {
- httpStatus :: Int
- newUpdateAccountSettingsResponse :: Int -> UpdateAccountSettingsResponse
- updateAccountSettingsResponse_httpStatus :: Lens' UpdateAccountSettingsResponse Int
Creating a Request
data UpdateAccountSettings Source #
See: newUpdateAccountSettings
smart constructor.
UpdateAccountSettings' | |
|
Instances
newUpdateAccountSettings Source #
Create a value of UpdateAccountSettings
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:accountId:UpdateAccountSettings'
, updateAccountSettings_accountId
- The Amazon Chime account ID.
$sel:accountSettings:UpdateAccountSettings'
, updateAccountSettings_accountSettings
- The Amazon Chime account settings to update.
Request Lenses
updateAccountSettings_accountId :: Lens' UpdateAccountSettings Text Source #
The Amazon Chime account ID.
updateAccountSettings_accountSettings :: Lens' UpdateAccountSettings AccountSettings Source #
The Amazon Chime account settings to update.
Destructuring the Response
data UpdateAccountSettingsResponse Source #
See: newUpdateAccountSettingsResponse
smart constructor.
UpdateAccountSettingsResponse' | |
|
Instances
newUpdateAccountSettingsResponse Source #
Create a value of UpdateAccountSettingsResponse
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:httpStatus:UpdateAccountSettingsResponse'
, updateAccountSettingsResponse_httpStatus
- The response's http status code.
Response Lenses
updateAccountSettingsResponse_httpStatus :: Lens' UpdateAccountSettingsResponse Int Source #
The response's http status code.