| 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.GetVoiceConnectorLoggingConfiguration
Description
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.
Constructors
| GetVoiceConnectorLoggingConfiguration' | |
Fields
| |
Instances
newGetVoiceConnectorLoggingConfiguration Source #
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:
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.
Constructors
| GetVoiceConnectorLoggingConfigurationResponse' | |
Fields
| |
Instances
newGetVoiceConnectorLoggingConfigurationResponse Source #
Arguments
| :: 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.