Skip to content

Commit de452c5

Browse files
author
AWS
committed
Amazon Lex Model Building Service Update: Documentation updates for Amazon Lex.
1 parent 42ae383 commit de452c5

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Lex Model Building Service",
4+
"description": "Documentation updates for Amazon Lex."
5+
}

services/lexmodelbuilding/src/main/resources/codegen-resources/service-2.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@
929929
},
930930
"iamRoleArn":{
931931
"shape":"IamRoleArn",
932-
"documentation":"<p>The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. For more information, see <a href=\"https://docs.aws.amazon.com/lex/latest/dg/conversation-logs.html\">Creating Conversation Logs</a>.</p>"
932+
"documentation":"<p>The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. If audio encryption is enabled, this role also provides access permission for the AWS KMS key used for encrypting audio logs. For more information, see <a href=\"https://docs.aws.amazon.com/lex/latest/dg/conversation-logs-role-and-policy.html\">Creating an IAM Role and Policy for Conversation Logs</a>.</p>"
933933
}
934934
},
935935
"documentation":"<p>Provides the settings needed for conversation logs.</p>"
@@ -939,7 +939,7 @@
939939
"members":{
940940
"logSettings":{
941941
"shape":"LogSettingsResponseList",
942-
"documentation":"<p>The settings for your conversation logs.</p>"
942+
"documentation":"<p>The settings for your conversation logs. You can log text, audio, or both.</p>"
943943
},
944944
"iamRoleArn":{
945945
"shape":"IamRoleArn",
@@ -2538,7 +2538,7 @@
25382538
"documentation":"<p>The Amazon Resource Name (ARN) of the CloudWatch Logs log group or S3 bucket where the logs should be delivered.</p>"
25392539
}
25402540
},
2541-
"documentation":"<p>Settings used to configure conversation logs.</p>"
2541+
"documentation":"<p>Settings used to configure delivery mode and destination for conversation logs.</p>"
25422542
},
25432543
"LogSettingsRequestList":{
25442544
"type":"list",
@@ -2565,7 +2565,7 @@
25652565
},
25662566
"resourcePrefix":{
25672567
"shape":"ResourcePrefix",
2568-
"documentation":"<p>The resource prefix of the S3 object or CloudWatch Logs log entry where logs are delivered. For both S3 and CloudWatch Logs, the prefix is:</p> <p> <code>aws/lex/bot-name/bot-alias/bot-version</code> </p>"
2568+
"documentation":"<p>The resource prefix is the first part of the S3 object key within the S3 bucket that you specified to contain audio logs. For CloudWatch Logs it is the prefix of the log stream name within the log group that you specified. </p>"
25692569
}
25702570
},
25712571
"documentation":"<p>The settings for conversation logs.</p>"
@@ -2738,7 +2738,7 @@
27382738
},
27392739
"conversationLogs":{
27402740
"shape":"ConversationLogsRequest",
2741-
"documentation":"<p>Settings that determine how Amazon Lex uses conversation logs for the alias.</p>"
2741+
"documentation":"<p>Settings for conversation logs for the alias.</p>"
27422742
}
27432743
}
27442744
},

0 commit comments

Comments
 (0)