You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-cloudtrail): Increases the retention period maximum to 2557 days. Deprecates unused fields of the ListEventDataStores API response. Updates documentation.
* <p>Adds one or more tags to a trail, up to a limit of 50. Overwrites an existing tag's value when a new value is specified for an existing tag key.
123
-
* Tag key names must be unique for a trail; you cannot have two keys with the same name but different values.
124
-
* If you specify a key without a value, the tag will be created with the specified key and a value of null.
125
-
* You can tag a trail that applies to all Amazon Web Services Regions only from the Region in which the trail was created (also known as its home region).</p>
122
+
* <p>Adds one or more tags to a trail or event data store, up to a limit of 50. Overwrites an
123
+
* existing tag's value when a new value is specified for an existing tag key.
124
+
* Tag key names must be unique for a trail; you cannot have two keys with the same name but
125
+
* different values.
126
+
* If you specify a key without a value, the tag will be created with the specified key and a
127
+
* value of null.
128
+
* You can tag a trail or event data store that applies to all Amazon Web Services Regions
129
+
* only from the Region in which the trail or event data store was created (also known as its
* <p>Adds one or more tags to a trail, up to a limit of 50. Overwrites an existing tag's value when a new value is specified for an existing tag key.
23
-
* Tag key names must be unique for a trail; you cannot have two keys with the same name but different values.
24
-
* If you specify a key without a value, the tag will be created with the specified key and a value of null.
25
-
* You can tag a trail that applies to all Amazon Web Services Regions only from the Region in which the trail was created (also known as its home region).</p>
22
+
* <p>Adds one or more tags to a trail or event data store, up to a limit of 50. Overwrites an
23
+
* existing tag's value when a new value is specified for an existing tag key.
24
+
* Tag key names must be unique for a trail; you cannot have two keys with the same name but
25
+
* different values.
26
+
* If you specify a key without a value, the tag will be created with the specified key and a
27
+
* value of null.
28
+
* You can tag a trail or event data store that applies to all Amazon Web Services Regions
29
+
* only from the Region in which the trail or event data store was created (also known as its
30
+
* home region).</p>
26
31
* @example
27
32
* Use a bare-bones client and the command you need to make an API call.
@@ -238,9 +238,10 @@ export class InvalidTrailNameException extends __BaseException {
238
238
}
239
239
240
240
/**
241
-
* <p>This exception is thrown when the Amazon Web Services account making the request to create or update an organization trail is not the management account for an
241
+
* <p>This exception is thrown when the Amazon Web Services account making the request to create
242
+
* or update an organization trail or event data store is not the management account for an
242
243
* organization in Organizations. For more information, see
243
-
* <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a>.</p>
244
+
* <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a> or <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/query-event-data-store.html">Create an event data store</a>.</p>
@@ -1072,9 +1073,9 @@ export class EventDataStoreMaxLimitExceededException extends __BaseException {
1072
1073
}
1073
1074
1074
1075
/**
1075
-
* <p>This exception is thrown when the IAM user or role that is used to create the organization trail is lacking one or more required permissions for
1076
-
* creating an organization trail in a required service. For more information, see
1077
-
* <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a>.</p>
1076
+
* <p>This exception is thrown when the IAM user or role that is used to create
1077
+
* the organization resource lacks one or more required permissions for
1078
+
* creating an organization resource in a required service.</p>
@@ -1099,9 +1100,9 @@ export class InsufficientDependencyServiceAccessPermissionException extends __Ba
1099
1100
}
1100
1101
1101
1102
/**
1102
-
* <p>This exception is thrown when Organizations is not configured to support all features. All features must be enabled in Organizations to support
1103
-
* creating an organization trail. For more information, see
1104
-
* <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-an-organizational-trail-prepare.html">Prepare For Creating a Trail For Your Organization</a>.</p>
1103
+
* <p>This exception is thrown when Organizations is not configured to support all
1104
+
* features. All features must be enabled in Organizations to support
1105
+
* creating an organization trail or event data store.</p>
* <p>Indicates whether the event data store is protected from termination.</p>
3095
+
* @deprecated
3096
+
*
3097
+
* <p>This field is being deprecated. Indicates whether the event data store is protected from termination.</p>
3095
3098
*/
3096
3099
TerminationProtectionEnabled?: boolean;
3097
3100
3098
3101
/**
3099
-
* <p>The status of an event data store. Values are <code>ENABLED</code> and <code>PENDING_DELETION</code>.</p>
3102
+
* @deprecated
3103
+
*
3104
+
* <p>This field is being deprecated. The status of an event data store. Values are <code>ENABLED</code> and <code>PENDING_DELETION</code>.</p>
3100
3105
*/
3101
3106
Status?: EventDataStoreStatus|string;
3102
3107
3103
3108
/**
3104
-
* <p>The advanced event selectors that were used to select events for the data store.</p>
3109
+
* @deprecated
3110
+
*
3111
+
* <p>This field is being deprecated. The advanced event selectors that were used to select events for the data store.</p>
3105
3112
*/
3106
3113
AdvancedEventSelectors?: AdvancedEventSelector[];
3107
3114
3108
3115
/**
3109
-
* <p>Indicates whether the event data store includes events from all regions, or only from the region in which it was created.</p>
3116
+
* @deprecated
3117
+
*
3118
+
* <p>This field is being deprecated. Indicates whether the event data store includes events from all regions, or only from the region in which it was created.</p>
3110
3119
*/
3111
3120
MultiRegionEnabled?: boolean;
3112
3121
3113
3122
/**
3114
-
* <p>Indicates that an event data store is collecting logged events for an organization.</p>
3123
+
* @deprecated
3124
+
*
3125
+
* <p>This field is being deprecated. Indicates that an event data store is collecting logged events for an organization.</p>
3115
3126
*/
3116
3127
OrganizationEnabled?: boolean;
3117
3128
3118
3129
/**
3119
-
* <p>The retention period, in days.</p>
3130
+
* @deprecated
3131
+
*
3132
+
* <p>This field is being deprecated. The retention period, in days.</p>
3120
3133
*/
3121
3134
RetentionPeriod?: number;
3122
3135
3123
3136
/**
3124
-
* <p>The timestamp of the event data store's creation.</p>
3137
+
* @deprecated
3138
+
*
3139
+
* <p>This field is being deprecated. The timestamp of the event data store's creation.</p>
3125
3140
*/
3126
3141
CreatedTimestamp?: Date;
3127
3142
3128
3143
/**
3129
-
* <p>The timestamp showing when an event data store was updated, if applicable. <code>UpdatedTimestamp</code> is always either the same or newer than the time shown in <code>CreatedTimestamp</code>.</p>
3144
+
* @deprecated
3145
+
*
3146
+
* <p>This field is being deprecated. The timestamp showing when an event data store was updated, if applicable. <code>UpdatedTimestamp</code> is always either the same or newer than the time shown in <code>CreatedTimestamp</code>.</p>
0 commit comments