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 |
Synopsis
Documentation
data ConversationLogsResponse Source #
Contains information about conversation log settings.
See: newConversationLogsResponse
smart constructor.
ConversationLogsResponse' | |
|
Instances
newConversationLogsResponse :: ConversationLogsResponse Source #
Create a value of ConversationLogsResponse
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:iamRoleArn:ConversationLogsResponse'
, conversationLogsResponse_iamRoleArn
- The Amazon Resource Name (ARN) of the IAM role used to write your logs
to CloudWatch Logs or an S3 bucket.
$sel:logSettings:ConversationLogsResponse'
, conversationLogsResponse_logSettings
- The settings for your conversation logs. You can log text, audio, or
both.
conversationLogsResponse_iamRoleArn :: Lens' ConversationLogsResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the IAM role used to write your logs to CloudWatch Logs or an S3 bucket.
conversationLogsResponse_logSettings :: Lens' ConversationLogsResponse (Maybe [LogSettingsResponse]) Source #
The settings for your conversation logs. You can log text, audio, or both.