@aws-sdk/client-cloudtrail 3.758.0 → 3.763.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1721,7 +1721,7 @@ export interface CreateTrailRequest {
|
|
|
1721
1721
|
*/
|
|
1722
1722
|
S3KeyPrefix?: string | undefined;
|
|
1723
1723
|
/**
|
|
1724
|
-
* <p>Specifies the name of the Amazon SNS topic defined for notification of log file
|
|
1724
|
+
* <p>Specifies the name or ARN of the Amazon SNS topic defined for notification of log file
|
|
1725
1725
|
* delivery. The maximum length is 256 characters.</p>
|
|
1726
1726
|
* @public
|
|
1727
1727
|
*/
|
|
@@ -6497,7 +6497,7 @@ export interface UpdateTrailRequest {
|
|
|
6497
6497
|
*/
|
|
6498
6498
|
S3KeyPrefix?: string | undefined;
|
|
6499
6499
|
/**
|
|
6500
|
-
* <p>Specifies the name of the Amazon SNS topic defined for notification of log file
|
|
6500
|
+
* <p>Specifies the name or ARN of the Amazon SNS topic defined for notification of log file
|
|
6501
6501
|
* delivery. The maximum length is 256 characters.</p>
|
|
6502
6502
|
* @public
|
|
6503
6503
|
*/
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudtrail",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudtrail Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.763.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-cloudtrail",
|