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 |
Retrieves account settings for the specified Amazon Chime account ID, such as remote control and dialout settings. For more information about these settings, see Use the Policies Page in the Amazon Chime Administration Guide.
Synopsis
- data GetAccountSettings = GetAccountSettings' {}
- newGetAccountSettings :: Text -> GetAccountSettings
- getAccountSettings_accountId :: Lens' GetAccountSettings Text
- data GetAccountSettingsResponse = GetAccountSettingsResponse' {}
- newGetAccountSettingsResponse :: Int -> GetAccountSettingsResponse
- getAccountSettingsResponse_accountSettings :: Lens' GetAccountSettingsResponse (Maybe AccountSettings)
- getAccountSettingsResponse_httpStatus :: Lens' GetAccountSettingsResponse Int
Creating a Request
data GetAccountSettings Source #
See: newGetAccountSettings
smart constructor.
Instances
newGetAccountSettings Source #
Create a value of GetAccountSettings
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:GetAccountSettings'
, getAccountSettings_accountId
- The Amazon Chime account ID.
Request Lenses
getAccountSettings_accountId :: Lens' GetAccountSettings Text Source #
The Amazon Chime account ID.
Destructuring the Response
data GetAccountSettingsResponse Source #
See: newGetAccountSettingsResponse
smart constructor.
GetAccountSettingsResponse' | |
|
Instances
newGetAccountSettingsResponse Source #
Create a value of GetAccountSettingsResponse
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:accountSettings:GetAccountSettingsResponse'
, getAccountSettingsResponse_accountSettings
- The Amazon Chime account settings.
$sel:httpStatus:GetAccountSettingsResponse'
, getAccountSettingsResponse_httpStatus
- The response's http status code.
Response Lenses
getAccountSettingsResponse_accountSettings :: Lens' GetAccountSettingsResponse (Maybe AccountSettings) Source #
The Amazon Chime account settings.
getAccountSettingsResponse_httpStatus :: Lens' GetAccountSettingsResponse Int Source #
The response's http status code.