Skip to content

Commit 348dae5

Browse files
author
AWS
committed
Amazon API Gateway Update: Documentation updates for Amazon API Gateway.
1 parent c6690df commit 348dae5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon API Gateway",
4+
"contributor": "",
5+
"description": "Documentation updates for Amazon API Gateway."
6+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5435,7 +5435,7 @@
54355435
},
54365436
"dataTraceEnabled":{
54375437
"shape":"Boolean",
5438-
"documentation":"<p>Specifies whether data trace logging is enabled for this method, which affects the log entries pushed to Amazon CloudWatch Logs. The PATCH path for this setting is <code>/{method_setting_key}/logging/dataTrace</code>, and the value is a Boolean.</p>"
5438+
"documentation":"<p>Specifies whether full requests and responses are logged for this method, which affects the log entries pushed to Amazon CloudWatch Logs. This can be useful to troubleshoot APIs, but can result in logging sensitive data. We recommend that you don't enable this option for production APIs. The PATCH path for this setting is <code>/{method_setting_key}/logging/dataTrace</code>, and the value is a Boolean.</p>"
54395439
},
54405440
"throttlingBurstLimit":{
54415441
"shape":"Integer",

0 commit comments

Comments
 (0)