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 |
Changes the Channel's properities to configure log subscription
Synopsis
- data ConfigureLogs = ConfigureLogs' {}
- newConfigureLogs :: Text -> ConfigureLogs
- configureLogs_ingressAccessLogs :: Lens' ConfigureLogs (Maybe IngressAccessLogs)
- configureLogs_egressAccessLogs :: Lens' ConfigureLogs (Maybe EgressAccessLogs)
- configureLogs_id :: Lens' ConfigureLogs Text
- data ConfigureLogsResponse = ConfigureLogsResponse' {}
- newConfigureLogsResponse :: Int -> ConfigureLogsResponse
- configureLogsResponse_ingressAccessLogs :: Lens' ConfigureLogsResponse (Maybe IngressAccessLogs)
- configureLogsResponse_hlsIngest :: Lens' ConfigureLogsResponse (Maybe HlsIngest)
- configureLogsResponse_arn :: Lens' ConfigureLogsResponse (Maybe Text)
- configureLogsResponse_id :: Lens' ConfigureLogsResponse (Maybe Text)
- configureLogsResponse_description :: Lens' ConfigureLogsResponse (Maybe Text)
- configureLogsResponse_egressAccessLogs :: Lens' ConfigureLogsResponse (Maybe EgressAccessLogs)
- configureLogsResponse_tags :: Lens' ConfigureLogsResponse (Maybe (HashMap Text Text))
- configureLogsResponse_httpStatus :: Lens' ConfigureLogsResponse Int
Creating a Request
data ConfigureLogs Source #
the option to configure log subscription.
See: newConfigureLogs
smart constructor.
ConfigureLogs' | |
|
Instances
Create a value of ConfigureLogs
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:ingressAccessLogs:ConfigureLogs'
, configureLogs_ingressAccessLogs
- Undocumented member.
$sel:egressAccessLogs:ConfigureLogs'
, configureLogs_egressAccessLogs
- Undocumented member.
$sel:id:ConfigureLogs'
, configureLogs_id
- The ID of the channel to log subscription.
Request Lenses
configureLogs_ingressAccessLogs :: Lens' ConfigureLogs (Maybe IngressAccessLogs) Source #
Undocumented member.
configureLogs_egressAccessLogs :: Lens' ConfigureLogs (Maybe EgressAccessLogs) Source #
Undocumented member.
configureLogs_id :: Lens' ConfigureLogs Text Source #
The ID of the channel to log subscription.
Destructuring the Response
data ConfigureLogsResponse Source #
See: newConfigureLogsResponse
smart constructor.
ConfigureLogsResponse' | |
|
Instances
newConfigureLogsResponse Source #
Create a value of ConfigureLogsResponse
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:ingressAccessLogs:ConfigureLogs'
, configureLogsResponse_ingressAccessLogs
- Undocumented member.
$sel:hlsIngest:ConfigureLogsResponse'
, configureLogsResponse_hlsIngest
- Undocumented member.
$sel:arn:ConfigureLogsResponse'
, configureLogsResponse_arn
- The Amazon Resource Name (ARN) assigned to the Channel.
$sel:id:ConfigureLogs'
, configureLogsResponse_id
- The ID of the Channel.
$sel:description:ConfigureLogsResponse'
, configureLogsResponse_description
- A short text description of the Channel.
$sel:egressAccessLogs:ConfigureLogs'
, configureLogsResponse_egressAccessLogs
- Undocumented member.
$sel:tags:ConfigureLogsResponse'
, configureLogsResponse_tags
- Undocumented member.
$sel:httpStatus:ConfigureLogsResponse'
, configureLogsResponse_httpStatus
- The response's http status code.
Response Lenses
configureLogsResponse_ingressAccessLogs :: Lens' ConfigureLogsResponse (Maybe IngressAccessLogs) Source #
Undocumented member.
configureLogsResponse_hlsIngest :: Lens' ConfigureLogsResponse (Maybe HlsIngest) Source #
Undocumented member.
configureLogsResponse_arn :: Lens' ConfigureLogsResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) assigned to the Channel.
configureLogsResponse_id :: Lens' ConfigureLogsResponse (Maybe Text) Source #
The ID of the Channel.
configureLogsResponse_description :: Lens' ConfigureLogsResponse (Maybe Text) Source #
A short text description of the Channel.
configureLogsResponse_egressAccessLogs :: Lens' ConfigureLogsResponse (Maybe EgressAccessLogs) Source #
Undocumented member.
configureLogsResponse_tags :: Lens' ConfigureLogsResponse (Maybe (HashMap Text Text)) Source #
Undocumented member.
configureLogsResponse_httpStatus :: Lens' ConfigureLogsResponse Int Source #
The response's http status code.