Skip to content

Commit e48e8ca

Browse files
author
awstools
committed
docs(client-api-gateway): Documentation updates for Amazon API Gateway
1 parent 8198880 commit e48e8ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clients/client-api-gateway/src/models/models_0.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2189,7 +2189,7 @@ export interface MethodSetting {
21892189

21902190
/**
21912191
* @public
2192-
* <p>Specifies whether data trace logging is enabled for this method, which affects the log entries pushed to Amazon CloudWatch Logs.</p>
2192+
* <p>Specifies whether data trace logging is enabled 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.</p>
21932193
*/
21942194
dataTraceEnabled?: boolean;
21952195

codegen/sdk-codegen/aws-models/api-gateway.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9144,7 +9144,7 @@
91449144
"target": "com.amazonaws.apigateway#Boolean",
91459145
"traits": {
91469146
"smithy.api#default": false,
9147-
"smithy.api#documentation": "<p>Specifies whether data trace logging is enabled for this method, which affects the log entries pushed to Amazon CloudWatch Logs.</p>"
9147+
"smithy.api#documentation": "<p>Specifies whether data trace logging is enabled 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.</p>"
91489148
}
91499149
},
91509150
"throttlingBurstLimit": {

0 commit comments

Comments
 (0)