| 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.ChimeSdkVoice.GetVoiceConnectorLoggingConfiguration
Description
- - | Undocumented operation.
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 - Undocumented member.
Request Lenses
getVoiceConnectorLoggingConfiguration_voiceConnectorId :: Lens' GetVoiceConnectorLoggingConfiguration Text Source #
Undocumented member.
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 - Undocumented member.
$sel:httpStatus:GetVoiceConnectorLoggingConfigurationResponse', getVoiceConnectorLoggingConfigurationResponse_httpStatus - The response's http status code.
Response Lenses
getVoiceConnectorLoggingConfigurationResponse_loggingConfiguration :: Lens' GetVoiceConnectorLoggingConfigurationResponse (Maybe LoggingConfiguration) Source #
Undocumented member.
getVoiceConnectorLoggingConfigurationResponse_httpStatus :: Lens' GetVoiceConnectorLoggingConfigurationResponse Int Source #
The response's http status code.