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 the logging configuration details for the specified Amazon Chime Voice Connector. Shows whether SIP message logs are enabled for sending to Amazon CloudWatch Logs.
Synopsis
- data GetVoiceConnectorLoggingConfiguration = GetVoiceConnectorLoggingConfiguration' {}
- newGetVoiceConnectorLoggingConfiguration :: Text -> GetVoiceConnectorLoggingConfiguration
- getVoiceConnectorLoggingConfiguration_voiceConnectorId :: Lens' GetVoiceConnectorLoggingConfiguration Text
- data GetVoiceConnectorLoggingConfigurationResponse = GetVoiceConnectorLoggingConfigurationResponse' {}
- newGetVoiceConnectorLoggingConfigurationResponse :: Int -> GetVoiceConnectorLoggingConfigurationResponse
- getVoiceConnectorLoggingConfigurationResponse_loggingConfiguration :: Lens' GetVoiceConnectorLoggingConfigurationResponse (Maybe LoggingConfiguration)
- getVoiceConnectorLoggingConfigurationResponse_httpStatus :: Lens' GetVoiceConnectorLoggingConfigurationResponse Int
Creating a Request
data GetVoiceConnectorLoggingConfiguration Source #
See: newGetVoiceConnectorLoggingConfiguration
smart constructor.
GetVoiceConnectorLoggingConfiguration' | |
|
Instances
newGetVoiceConnectorLoggingConfiguration Source #
:: Text |
|
-> GetVoiceConnectorLoggingConfiguration |
Create a value of GetVoiceConnectorLoggingConfiguration
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:voiceConnectorId:GetVoiceConnectorLoggingConfiguration'
, getVoiceConnectorLoggingConfiguration_voiceConnectorId
- The Amazon Chime Voice Connector ID.
Request Lenses
getVoiceConnectorLoggingConfiguration_voiceConnectorId :: Lens' GetVoiceConnectorLoggingConfiguration Text Source #
The Amazon Chime Voice Connector ID.
Destructuring the Response
data GetVoiceConnectorLoggingConfigurationResponse Source #
See: newGetVoiceConnectorLoggingConfigurationResponse
smart constructor.
GetVoiceConnectorLoggingConfigurationResponse' | |
|
Instances
Eq GetVoiceConnectorLoggingConfigurationResponse Source # | |
Read GetVoiceConnectorLoggingConfigurationResponse Source # | |
Show GetVoiceConnectorLoggingConfigurationResponse Source # | |
Generic GetVoiceConnectorLoggingConfigurationResponse Source # | |
NFData GetVoiceConnectorLoggingConfigurationResponse Source # | |
type Rep GetVoiceConnectorLoggingConfigurationResponse Source # | |
Defined in Amazonka.Chime.GetVoiceConnectorLoggingConfiguration type Rep GetVoiceConnectorLoggingConfigurationResponse = D1 ('MetaData "GetVoiceConnectorLoggingConfigurationResponse" "Amazonka.Chime.GetVoiceConnectorLoggingConfiguration" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetVoiceConnectorLoggingConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "loggingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoggingConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newGetVoiceConnectorLoggingConfigurationResponse Source #
:: Int |
|
-> GetVoiceConnectorLoggingConfigurationResponse |
Create a value of GetVoiceConnectorLoggingConfigurationResponse
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:loggingConfiguration:GetVoiceConnectorLoggingConfigurationResponse'
, getVoiceConnectorLoggingConfigurationResponse_loggingConfiguration
- The logging configuration details.
$sel:httpStatus:GetVoiceConnectorLoggingConfigurationResponse'
, getVoiceConnectorLoggingConfigurationResponse_httpStatus
- The response's http status code.
Response Lenses
getVoiceConnectorLoggingConfigurationResponse_loggingConfiguration :: Lens' GetVoiceConnectorLoggingConfigurationResponse (Maybe LoggingConfiguration) Source #
The logging configuration details.
getVoiceConnectorLoggingConfigurationResponse_httpStatus :: Lens' GetVoiceConnectorLoggingConfigurationResponse Int Source #
The response's http status code.