Skip to content

Commit 014c4db

Browse files
author
awstools
committed
docs(client-cloudtrail): Doc-only update for CloudTrail.
1 parent 251c015 commit 014c4db

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

clients/client-cloudtrail/src/models/models_0.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2227,7 +2227,7 @@ export interface CreateTrailRequest {
22272227
S3KeyPrefix?: string | undefined;
22282228

22292229
/**
2230-
* <p>Specifies the name of the Amazon SNS topic defined for notification of log file
2230+
* <p>Specifies the name or ARN of the Amazon SNS topic defined for notification of log file
22312231
* delivery. The maximum length is 256 characters.</p>
22322232
* @public
22332233
*/
@@ -7821,7 +7821,7 @@ export interface UpdateTrailRequest {
78217821
S3KeyPrefix?: string | undefined;
78227822

78237823
/**
7824-
* <p>Specifies the name of the Amazon SNS topic defined for notification of log file
7824+
* <p>Specifies the name or ARN of the Amazon SNS topic defined for notification of log file
78257825
* delivery. The maximum length is 256 characters.</p>
78267826
* @public
78277827
*/

codegen/sdk-codegen/aws-models/cloudtrail.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2555,7 +2555,7 @@
25552555
"SnsTopicName": {
25562556
"target": "com.amazonaws.cloudtrail#String",
25572557
"traits": {
2558-
"smithy.api#documentation": "<p>Specifies the name of the Amazon SNS topic defined for notification of log file\n delivery. The maximum length is 256 characters.</p>"
2558+
"smithy.api#documentation": "<p>Specifies the name or ARN of the Amazon SNS topic defined for notification of log file\n delivery. The maximum length is 256 characters.</p>"
25592559
}
25602560
},
25612561
"IncludeGlobalServiceEvents": {
@@ -11111,7 +11111,7 @@
1111111111
"SnsTopicName": {
1111211112
"target": "com.amazonaws.cloudtrail#String",
1111311113
"traits": {
11114-
"smithy.api#documentation": "<p>Specifies the name of the Amazon SNS topic defined for notification of log file\n delivery. The maximum length is 256 characters.</p>"
11114+
"smithy.api#documentation": "<p>Specifies the name or ARN of the Amazon SNS topic defined for notification of log file\n delivery. The maximum length is 256 characters.</p>"
1111511115
}
1111611116
},
1111711117
"IncludeGlobalServiceEvents": {

0 commit comments

Comments
 (0)