@aws-sdk/client-cloudtrail 3.46.0 → 3.48.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.
- package/CHANGELOG.md +38 -0
- package/dist-cjs/endpoints.js +0 -16
- package/dist-cjs/models/models_0.js +2 -351
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +10 -2
- package/dist-es/endpoints.js +0 -16
- package/dist-es/models/models_0.js +0 -232
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -4
- package/dist-types/CloudTrail.d.ts +2 -2
- package/dist-types/CloudTrailClient.d.ts +5 -1
- package/dist-types/commands/DeleteEventDataStoreCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +24 -351
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/CloudTrailClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -232
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +35 -35
|
@@ -66,12 +66,6 @@ export interface CloudTrailARNInvalidException extends __SmithyException, $Metad
|
|
|
66
66
|
*/
|
|
67
67
|
Message?: string;
|
|
68
68
|
}
|
|
69
|
-
export declare namespace CloudTrailARNInvalidException {
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
const filterSensitiveLog: (obj: CloudTrailARNInvalidException) => any;
|
|
74
|
-
}
|
|
75
69
|
/**
|
|
76
70
|
* <p>This exception is thrown when the specified resource is not ready for an operation.
|
|
77
71
|
* This can occur when you try to run an operation on a trail before CloudTrail has time to fully load the trail.
|
|
@@ -85,12 +79,6 @@ export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
|
85
79
|
*/
|
|
86
80
|
Message?: string;
|
|
87
81
|
}
|
|
88
|
-
export declare namespace ConflictException {
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
const filterSensitiveLog: (obj: ConflictException) => any;
|
|
93
|
-
}
|
|
94
82
|
/**
|
|
95
83
|
* <p>The specified event data store was not found.</p>
|
|
96
84
|
*/
|
|
@@ -102,12 +90,6 @@ export interface EventDataStoreNotFoundException extends __SmithyException, $Met
|
|
|
102
90
|
*/
|
|
103
91
|
Message?: string;
|
|
104
92
|
}
|
|
105
|
-
export declare namespace EventDataStoreNotFoundException {
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
const filterSensitiveLog: (obj: EventDataStoreNotFoundException) => any;
|
|
110
|
-
}
|
|
111
93
|
/**
|
|
112
94
|
* <p>The event data store against which you ran your query is inactive.</p>
|
|
113
95
|
*/
|
|
@@ -119,12 +101,6 @@ export interface InactiveEventDataStoreException extends __SmithyException, $Met
|
|
|
119
101
|
*/
|
|
120
102
|
Message?: string;
|
|
121
103
|
}
|
|
122
|
-
export declare namespace InactiveEventDataStoreException {
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
|
-
const filterSensitiveLog: (obj: InactiveEventDataStoreException) => any;
|
|
127
|
-
}
|
|
128
104
|
/**
|
|
129
105
|
* <p>This exception is thrown when the specified tag key or values are not valid.
|
|
130
106
|
* It can also occur if there are duplicate tags or too many tags on the resource.</p>
|
|
@@ -137,12 +113,6 @@ export interface InvalidTagParameterException extends __SmithyException, $Metada
|
|
|
137
113
|
*/
|
|
138
114
|
Message?: string;
|
|
139
115
|
}
|
|
140
|
-
export declare namespace InvalidTagParameterException {
|
|
141
|
-
/**
|
|
142
|
-
* @internal
|
|
143
|
-
*/
|
|
144
|
-
const filterSensitiveLog: (obj: InvalidTagParameterException) => any;
|
|
145
|
-
}
|
|
146
116
|
/**
|
|
147
117
|
* <p>This exception is thrown when the provided trail name is not valid. Trail names must meet the following requirements:</p>
|
|
148
118
|
* <ul>
|
|
@@ -172,12 +142,6 @@ export interface InvalidTrailNameException extends __SmithyException, $MetadataB
|
|
|
172
142
|
*/
|
|
173
143
|
Message?: string;
|
|
174
144
|
}
|
|
175
|
-
export declare namespace InvalidTrailNameException {
|
|
176
|
-
/**
|
|
177
|
-
* @internal
|
|
178
|
-
*/
|
|
179
|
-
const filterSensitiveLog: (obj: InvalidTrailNameException) => any;
|
|
180
|
-
}
|
|
181
145
|
/**
|
|
182
146
|
* <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
|
|
183
147
|
* organization in Organizations. For more information, see
|
|
@@ -191,12 +155,6 @@ export interface NotOrganizationMasterAccountException extends __SmithyException
|
|
|
191
155
|
*/
|
|
192
156
|
Message?: string;
|
|
193
157
|
}
|
|
194
|
-
export declare namespace NotOrganizationMasterAccountException {
|
|
195
|
-
/**
|
|
196
|
-
* @internal
|
|
197
|
-
*/
|
|
198
|
-
const filterSensitiveLog: (obj: NotOrganizationMasterAccountException) => any;
|
|
199
|
-
}
|
|
200
158
|
/**
|
|
201
159
|
* <p>This exception is thrown when the requested operation is not permitted.</p>
|
|
202
160
|
*/
|
|
@@ -208,12 +166,6 @@ export interface OperationNotPermittedException extends __SmithyException, $Meta
|
|
|
208
166
|
*/
|
|
209
167
|
Message?: string;
|
|
210
168
|
}
|
|
211
|
-
export declare namespace OperationNotPermittedException {
|
|
212
|
-
/**
|
|
213
|
-
* @internal
|
|
214
|
-
*/
|
|
215
|
-
const filterSensitiveLog: (obj: OperationNotPermittedException) => any;
|
|
216
|
-
}
|
|
217
169
|
/**
|
|
218
170
|
* <p>This exception is thrown when the specified resource is not found.</p>
|
|
219
171
|
*/
|
|
@@ -225,12 +177,6 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
|
|
|
225
177
|
*/
|
|
226
178
|
Message?: string;
|
|
227
179
|
}
|
|
228
|
-
export declare namespace ResourceNotFoundException {
|
|
229
|
-
/**
|
|
230
|
-
* @internal
|
|
231
|
-
*/
|
|
232
|
-
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
233
|
-
}
|
|
234
180
|
/**
|
|
235
181
|
* <p>This exception is thrown when the specified resource type is not supported by CloudTrail.</p>
|
|
236
182
|
*/
|
|
@@ -242,12 +188,6 @@ export interface ResourceTypeNotSupportedException extends __SmithyException, $M
|
|
|
242
188
|
*/
|
|
243
189
|
Message?: string;
|
|
244
190
|
}
|
|
245
|
-
export declare namespace ResourceTypeNotSupportedException {
|
|
246
|
-
/**
|
|
247
|
-
* @internal
|
|
248
|
-
*/
|
|
249
|
-
const filterSensitiveLog: (obj: ResourceTypeNotSupportedException) => any;
|
|
250
|
-
}
|
|
251
191
|
/**
|
|
252
192
|
* <p>The number of tags per trail has exceeded the permitted amount. Currently, the limit is 50.</p>
|
|
253
193
|
*/
|
|
@@ -259,12 +199,6 @@ export interface TagsLimitExceededException extends __SmithyException, $Metadata
|
|
|
259
199
|
*/
|
|
260
200
|
Message?: string;
|
|
261
201
|
}
|
|
262
|
-
export declare namespace TagsLimitExceededException {
|
|
263
|
-
/**
|
|
264
|
-
* @internal
|
|
265
|
-
*/
|
|
266
|
-
const filterSensitiveLog: (obj: TagsLimitExceededException) => any;
|
|
267
|
-
}
|
|
268
202
|
/**
|
|
269
203
|
* <p>This exception is thrown when the requested operation is not supported.</p>
|
|
270
204
|
*/
|
|
@@ -276,12 +210,6 @@ export interface UnsupportedOperationException extends __SmithyException, $Metad
|
|
|
276
210
|
*/
|
|
277
211
|
Message?: string;
|
|
278
212
|
}
|
|
279
|
-
export declare namespace UnsupportedOperationException {
|
|
280
|
-
/**
|
|
281
|
-
* @internal
|
|
282
|
-
*/
|
|
283
|
-
const filterSensitiveLog: (obj: UnsupportedOperationException) => any;
|
|
284
|
-
}
|
|
285
213
|
/**
|
|
286
214
|
* <p>A single selector statement in an advanced event selector.</p>
|
|
287
215
|
*/
|
|
@@ -297,8 +225,9 @@ export interface AdvancedFieldSelector {
|
|
|
297
225
|
* <b>
|
|
298
226
|
* <code>readOnly</code>
|
|
299
227
|
* </b> - Optional. Can be set to <code>Equals</code> a value of <code>true</code>
|
|
300
|
-
* or <code>false</code>.
|
|
301
|
-
* <code>write</code> events
|
|
228
|
+
* or <code>false</code>. If you do not add this field, CloudTrail logs both both <code>read</code> and
|
|
229
|
+
* <code>write</code> events. A value of <code>true</code> logs only <code>read</code> events. A value of <code>false</code>
|
|
230
|
+
* logs only <code>write</code> events.</p>
|
|
302
231
|
* </li>
|
|
303
232
|
* <li>
|
|
304
233
|
* <p>
|
|
@@ -376,6 +305,11 @@ export interface AdvancedFieldSelector {
|
|
|
376
305
|
* <code>AWS::DynamoDB::Stream</code>
|
|
377
306
|
* </p>
|
|
378
307
|
* </li>
|
|
308
|
+
* <li>
|
|
309
|
+
* <p>
|
|
310
|
+
* <code>AWS::Glue::Table</code>
|
|
311
|
+
* </p>
|
|
312
|
+
* </li>
|
|
379
313
|
* </ul>
|
|
380
314
|
* <p>
|
|
381
315
|
* You can have only one <code>resources.type</code> field per selector. To log data
|
|
@@ -491,6 +425,15 @@ export interface AdvancedFieldSelector {
|
|
|
491
425
|
* </p>
|
|
492
426
|
* </li>
|
|
493
427
|
* </ul>
|
|
428
|
+
* <p>When <code>resources.type</code> equals <code>AWS::Glue::Table</code>, and the operator is set to
|
|
429
|
+
* <code>Equals</code> or <code>NotEquals</code>, the ARN must be in the following format:</p>
|
|
430
|
+
* <ul>
|
|
431
|
+
* <li>
|
|
432
|
+
* <p>
|
|
433
|
+
* <code>arn:<partition>:glue:<region>:<account_ID>:table/<database_name>/<table_name></code>
|
|
434
|
+
* </p>
|
|
435
|
+
* </li>
|
|
436
|
+
* </ul>
|
|
494
437
|
* </li>
|
|
495
438
|
* </ul>
|
|
496
439
|
*/
|
|
@@ -644,12 +587,6 @@ export interface EventDataStoreARNInvalidException extends __SmithyException, $M
|
|
|
644
587
|
*/
|
|
645
588
|
Message?: string;
|
|
646
589
|
}
|
|
647
|
-
export declare namespace EventDataStoreARNInvalidException {
|
|
648
|
-
/**
|
|
649
|
-
* @internal
|
|
650
|
-
*/
|
|
651
|
-
const filterSensitiveLog: (obj: EventDataStoreARNInvalidException) => any;
|
|
652
|
-
}
|
|
653
590
|
/**
|
|
654
591
|
* <p>The specified query cannot be canceled because it is in the <code>FINISHED</code>, <code>FAILED</code>, or
|
|
655
592
|
* <code>CANCELLED</code> state.</p>
|
|
@@ -662,12 +599,6 @@ export interface InactiveQueryException extends __SmithyException, $MetadataBear
|
|
|
662
599
|
*/
|
|
663
600
|
Message?: string;
|
|
664
601
|
}
|
|
665
|
-
export declare namespace InactiveQueryException {
|
|
666
|
-
/**
|
|
667
|
-
* @internal
|
|
668
|
-
*/
|
|
669
|
-
const filterSensitiveLog: (obj: InactiveQueryException) => any;
|
|
670
|
-
}
|
|
671
602
|
/**
|
|
672
603
|
* <p>The request includes a parameter that is not valid.</p>
|
|
673
604
|
*/
|
|
@@ -679,12 +610,6 @@ export interface InvalidParameterException extends __SmithyException, $MetadataB
|
|
|
679
610
|
*/
|
|
680
611
|
Message?: string;
|
|
681
612
|
}
|
|
682
|
-
export declare namespace InvalidParameterException {
|
|
683
|
-
/**
|
|
684
|
-
* @internal
|
|
685
|
-
*/
|
|
686
|
-
const filterSensitiveLog: (obj: InvalidParameterException) => any;
|
|
687
|
-
}
|
|
688
613
|
/**
|
|
689
614
|
* <p>The query ID does not exist or does not map to a query.</p>
|
|
690
615
|
*/
|
|
@@ -696,12 +621,6 @@ export interface QueryIdNotFoundException extends __SmithyException, $MetadataBe
|
|
|
696
621
|
*/
|
|
697
622
|
Message?: string;
|
|
698
623
|
}
|
|
699
|
-
export declare namespace QueryIdNotFoundException {
|
|
700
|
-
/**
|
|
701
|
-
* @internal
|
|
702
|
-
*/
|
|
703
|
-
const filterSensitiveLog: (obj: QueryIdNotFoundException) => any;
|
|
704
|
-
}
|
|
705
624
|
/**
|
|
706
625
|
* <p>This exception is thrown when trusted access has not been enabled between CloudTrail and Organizations. For more information,
|
|
707
626
|
* see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html">Enabling Trusted Access with Other Amazon Web Services Services</a>
|
|
@@ -715,12 +634,6 @@ export interface CloudTrailAccessNotEnabledException extends __SmithyException,
|
|
|
715
634
|
*/
|
|
716
635
|
Message?: string;
|
|
717
636
|
}
|
|
718
|
-
export declare namespace CloudTrailAccessNotEnabledException {
|
|
719
|
-
/**
|
|
720
|
-
* @internal
|
|
721
|
-
*/
|
|
722
|
-
const filterSensitiveLog: (obj: CloudTrailAccessNotEnabledException) => any;
|
|
723
|
-
}
|
|
724
637
|
export interface CreateEventDataStoreRequest {
|
|
725
638
|
/**
|
|
726
639
|
* <p>The name of the event data store.</p>
|
|
@@ -831,12 +744,6 @@ export interface EventDataStoreAlreadyExistsException extends __SmithyException,
|
|
|
831
744
|
*/
|
|
832
745
|
Message?: string;
|
|
833
746
|
}
|
|
834
|
-
export declare namespace EventDataStoreAlreadyExistsException {
|
|
835
|
-
/**
|
|
836
|
-
* @internal
|
|
837
|
-
*/
|
|
838
|
-
const filterSensitiveLog: (obj: EventDataStoreAlreadyExistsException) => any;
|
|
839
|
-
}
|
|
840
747
|
/**
|
|
841
748
|
* <p>Your account has used the maximum number of event data stores.</p>
|
|
842
749
|
*/
|
|
@@ -848,12 +755,6 @@ export interface EventDataStoreMaxLimitExceededException extends __SmithyExcepti
|
|
|
848
755
|
*/
|
|
849
756
|
Message?: string;
|
|
850
757
|
}
|
|
851
|
-
export declare namespace EventDataStoreMaxLimitExceededException {
|
|
852
|
-
/**
|
|
853
|
-
* @internal
|
|
854
|
-
*/
|
|
855
|
-
const filterSensitiveLog: (obj: EventDataStoreMaxLimitExceededException) => any;
|
|
856
|
-
}
|
|
857
758
|
/**
|
|
858
759
|
* <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
|
|
859
760
|
* creating an organization trail in a required service. For more information, see
|
|
@@ -867,12 +768,6 @@ export interface InsufficientDependencyServiceAccessPermissionException extends
|
|
|
867
768
|
*/
|
|
868
769
|
Message?: string;
|
|
869
770
|
}
|
|
870
|
-
export declare namespace InsufficientDependencyServiceAccessPermissionException {
|
|
871
|
-
/**
|
|
872
|
-
* @internal
|
|
873
|
-
*/
|
|
874
|
-
const filterSensitiveLog: (obj: InsufficientDependencyServiceAccessPermissionException) => any;
|
|
875
|
-
}
|
|
876
771
|
/**
|
|
877
772
|
* <p>This exception is thrown when Organizations is not configured to support all features. All features must be enabled in Organizations to support
|
|
878
773
|
* creating an organization trail. For more information, see
|
|
@@ -886,12 +781,6 @@ export interface OrganizationNotInAllFeaturesModeException extends __SmithyExcep
|
|
|
886
781
|
*/
|
|
887
782
|
Message?: string;
|
|
888
783
|
}
|
|
889
|
-
export declare namespace OrganizationNotInAllFeaturesModeException {
|
|
890
|
-
/**
|
|
891
|
-
* @internal
|
|
892
|
-
*/
|
|
893
|
-
const filterSensitiveLog: (obj: OrganizationNotInAllFeaturesModeException) => any;
|
|
894
|
-
}
|
|
895
784
|
/**
|
|
896
785
|
* <p>This exception is thrown when the request is made from an Amazon Web Services account that is not a member of an organization.
|
|
897
786
|
* To make this request, sign in using the credentials of an account that belongs to an organization.</p>
|
|
@@ -904,12 +793,6 @@ export interface OrganizationsNotInUseException extends __SmithyException, $Meta
|
|
|
904
793
|
*/
|
|
905
794
|
Message?: string;
|
|
906
795
|
}
|
|
907
|
-
export declare namespace OrganizationsNotInUseException {
|
|
908
|
-
/**
|
|
909
|
-
* @internal
|
|
910
|
-
*/
|
|
911
|
-
const filterSensitiveLog: (obj: OrganizationsNotInUseException) => any;
|
|
912
|
-
}
|
|
913
796
|
/**
|
|
914
797
|
* <p>This exception is thrown when a call results in the <code>InvalidClientTokenId</code> error code.
|
|
915
798
|
* This can occur when you are creating or updating a trail to send notifications to an Amazon SNS topic that
|
|
@@ -923,12 +806,6 @@ export interface CloudTrailInvalidClientTokenIdException extends __SmithyExcepti
|
|
|
923
806
|
*/
|
|
924
807
|
Message?: string;
|
|
925
808
|
}
|
|
926
|
-
export declare namespace CloudTrailInvalidClientTokenIdException {
|
|
927
|
-
/**
|
|
928
|
-
* @internal
|
|
929
|
-
*/
|
|
930
|
-
const filterSensitiveLog: (obj: CloudTrailInvalidClientTokenIdException) => any;
|
|
931
|
-
}
|
|
932
809
|
/**
|
|
933
810
|
* <p>Cannot set a CloudWatch Logs delivery for this region.</p>
|
|
934
811
|
*/
|
|
@@ -940,12 +817,6 @@ export interface CloudWatchLogsDeliveryUnavailableException extends __SmithyExce
|
|
|
940
817
|
*/
|
|
941
818
|
Message?: string;
|
|
942
819
|
}
|
|
943
|
-
export declare namespace CloudWatchLogsDeliveryUnavailableException {
|
|
944
|
-
/**
|
|
945
|
-
* @internal
|
|
946
|
-
*/
|
|
947
|
-
const filterSensitiveLog: (obj: CloudWatchLogsDeliveryUnavailableException) => any;
|
|
948
|
-
}
|
|
949
820
|
/**
|
|
950
821
|
* <p>Specifies the settings for each trail.</p>
|
|
951
822
|
*/
|
|
@@ -1142,12 +1013,6 @@ export interface InsufficientEncryptionPolicyException extends __SmithyException
|
|
|
1142
1013
|
*/
|
|
1143
1014
|
Message?: string;
|
|
1144
1015
|
}
|
|
1145
|
-
export declare namespace InsufficientEncryptionPolicyException {
|
|
1146
|
-
/**
|
|
1147
|
-
* @internal
|
|
1148
|
-
*/
|
|
1149
|
-
const filterSensitiveLog: (obj: InsufficientEncryptionPolicyException) => any;
|
|
1150
|
-
}
|
|
1151
1016
|
/**
|
|
1152
1017
|
* <p>This exception is thrown when the policy on the S3 bucket is not sufficient.</p>
|
|
1153
1018
|
*/
|
|
@@ -1159,12 +1024,6 @@ export interface InsufficientS3BucketPolicyException extends __SmithyException,
|
|
|
1159
1024
|
*/
|
|
1160
1025
|
Message?: string;
|
|
1161
1026
|
}
|
|
1162
|
-
export declare namespace InsufficientS3BucketPolicyException {
|
|
1163
|
-
/**
|
|
1164
|
-
* @internal
|
|
1165
|
-
*/
|
|
1166
|
-
const filterSensitiveLog: (obj: InsufficientS3BucketPolicyException) => any;
|
|
1167
|
-
}
|
|
1168
1027
|
/**
|
|
1169
1028
|
* <p>This exception is thrown when the policy on the Amazon SNS topic is not sufficient.</p>
|
|
1170
1029
|
*/
|
|
@@ -1176,12 +1035,6 @@ export interface InsufficientSnsTopicPolicyException extends __SmithyException,
|
|
|
1176
1035
|
*/
|
|
1177
1036
|
Message?: string;
|
|
1178
1037
|
}
|
|
1179
|
-
export declare namespace InsufficientSnsTopicPolicyException {
|
|
1180
|
-
/**
|
|
1181
|
-
* @internal
|
|
1182
|
-
*/
|
|
1183
|
-
const filterSensitiveLog: (obj: InsufficientSnsTopicPolicyException) => any;
|
|
1184
|
-
}
|
|
1185
1038
|
/**
|
|
1186
1039
|
* <p>This exception is thrown when the provided CloudWatch Logs log group is not valid.</p>
|
|
1187
1040
|
*/
|
|
@@ -1193,12 +1046,6 @@ export interface InvalidCloudWatchLogsLogGroupArnException extends __SmithyExcep
|
|
|
1193
1046
|
*/
|
|
1194
1047
|
Message?: string;
|
|
1195
1048
|
}
|
|
1196
|
-
export declare namespace InvalidCloudWatchLogsLogGroupArnException {
|
|
1197
|
-
/**
|
|
1198
|
-
* @internal
|
|
1199
|
-
*/
|
|
1200
|
-
const filterSensitiveLog: (obj: InvalidCloudWatchLogsLogGroupArnException) => any;
|
|
1201
|
-
}
|
|
1202
1049
|
/**
|
|
1203
1050
|
* <p>This exception is thrown when the provided role is not valid.</p>
|
|
1204
1051
|
*/
|
|
@@ -1210,12 +1057,6 @@ export interface InvalidCloudWatchLogsRoleArnException extends __SmithyException
|
|
|
1210
1057
|
*/
|
|
1211
1058
|
Message?: string;
|
|
1212
1059
|
}
|
|
1213
|
-
export declare namespace InvalidCloudWatchLogsRoleArnException {
|
|
1214
|
-
/**
|
|
1215
|
-
* @internal
|
|
1216
|
-
*/
|
|
1217
|
-
const filterSensitiveLog: (obj: InvalidCloudWatchLogsRoleArnException) => any;
|
|
1218
|
-
}
|
|
1219
1060
|
/**
|
|
1220
1061
|
* <p>This exception is thrown when the KMS key ARN is not valid.</p>
|
|
1221
1062
|
*/
|
|
@@ -1227,12 +1068,6 @@ export interface InvalidKmsKeyIdException extends __SmithyException, $MetadataBe
|
|
|
1227
1068
|
*/
|
|
1228
1069
|
Message?: string;
|
|
1229
1070
|
}
|
|
1230
|
-
export declare namespace InvalidKmsKeyIdException {
|
|
1231
|
-
/**
|
|
1232
|
-
* @internal
|
|
1233
|
-
*/
|
|
1234
|
-
const filterSensitiveLog: (obj: InvalidKmsKeyIdException) => any;
|
|
1235
|
-
}
|
|
1236
1071
|
/**
|
|
1237
1072
|
* <p>This exception is thrown when the combination of parameters provided is not valid.</p>
|
|
1238
1073
|
*/
|
|
@@ -1244,12 +1079,6 @@ export interface InvalidParameterCombinationException extends __SmithyException,
|
|
|
1244
1079
|
*/
|
|
1245
1080
|
Message?: string;
|
|
1246
1081
|
}
|
|
1247
|
-
export declare namespace InvalidParameterCombinationException {
|
|
1248
|
-
/**
|
|
1249
|
-
* @internal
|
|
1250
|
-
*/
|
|
1251
|
-
const filterSensitiveLog: (obj: InvalidParameterCombinationException) => any;
|
|
1252
|
-
}
|
|
1253
1082
|
/**
|
|
1254
1083
|
* <p>This exception is thrown when the provided S3 bucket name is not valid.</p>
|
|
1255
1084
|
*/
|
|
@@ -1261,12 +1090,6 @@ export interface InvalidS3BucketNameException extends __SmithyException, $Metada
|
|
|
1261
1090
|
*/
|
|
1262
1091
|
Message?: string;
|
|
1263
1092
|
}
|
|
1264
|
-
export declare namespace InvalidS3BucketNameException {
|
|
1265
|
-
/**
|
|
1266
|
-
* @internal
|
|
1267
|
-
*/
|
|
1268
|
-
const filterSensitiveLog: (obj: InvalidS3BucketNameException) => any;
|
|
1269
|
-
}
|
|
1270
1093
|
/**
|
|
1271
1094
|
* <p>This exception is thrown when the provided S3 prefix is not valid.</p>
|
|
1272
1095
|
*/
|
|
@@ -1278,12 +1101,6 @@ export interface InvalidS3PrefixException extends __SmithyException, $MetadataBe
|
|
|
1278
1101
|
*/
|
|
1279
1102
|
Message?: string;
|
|
1280
1103
|
}
|
|
1281
|
-
export declare namespace InvalidS3PrefixException {
|
|
1282
|
-
/**
|
|
1283
|
-
* @internal
|
|
1284
|
-
*/
|
|
1285
|
-
const filterSensitiveLog: (obj: InvalidS3PrefixException) => any;
|
|
1286
|
-
}
|
|
1287
1104
|
/**
|
|
1288
1105
|
* <p>This exception is thrown when the provided SNS topic name is not valid.</p>
|
|
1289
1106
|
*/
|
|
@@ -1295,12 +1112,6 @@ export interface InvalidSnsTopicNameException extends __SmithyException, $Metada
|
|
|
1295
1112
|
*/
|
|
1296
1113
|
Message?: string;
|
|
1297
1114
|
}
|
|
1298
|
-
export declare namespace InvalidSnsTopicNameException {
|
|
1299
|
-
/**
|
|
1300
|
-
* @internal
|
|
1301
|
-
*/
|
|
1302
|
-
const filterSensitiveLog: (obj: InvalidSnsTopicNameException) => any;
|
|
1303
|
-
}
|
|
1304
1115
|
/**
|
|
1305
1116
|
* <p>This exception is thrown when there is an issue with the specified KMS key and the trail can’t be updated.</p>
|
|
1306
1117
|
*/
|
|
@@ -1312,12 +1123,6 @@ export interface KmsException extends __SmithyException, $MetadataBearer {
|
|
|
1312
1123
|
*/
|
|
1313
1124
|
Message?: string;
|
|
1314
1125
|
}
|
|
1315
|
-
export declare namespace KmsException {
|
|
1316
|
-
/**
|
|
1317
|
-
* @internal
|
|
1318
|
-
*/
|
|
1319
|
-
const filterSensitiveLog: (obj: KmsException) => any;
|
|
1320
|
-
}
|
|
1321
1126
|
/**
|
|
1322
1127
|
* @deprecated
|
|
1323
1128
|
*
|
|
@@ -1331,12 +1136,6 @@ export interface KmsKeyDisabledException extends __SmithyException, $MetadataBea
|
|
|
1331
1136
|
*/
|
|
1332
1137
|
Message?: string;
|
|
1333
1138
|
}
|
|
1334
|
-
export declare namespace KmsKeyDisabledException {
|
|
1335
|
-
/**
|
|
1336
|
-
* @internal
|
|
1337
|
-
*/
|
|
1338
|
-
const filterSensitiveLog: (obj: KmsKeyDisabledException) => any;
|
|
1339
|
-
}
|
|
1340
1139
|
/**
|
|
1341
1140
|
* <p>This exception is thrown when the KMS key does not exist, when the S3 bucket and the
|
|
1342
1141
|
* KMS key are not in the same region, or when the KMS key associated with the Amazon SNS
|
|
@@ -1350,12 +1149,6 @@ export interface KmsKeyNotFoundException extends __SmithyException, $MetadataBea
|
|
|
1350
1149
|
*/
|
|
1351
1150
|
Message?: string;
|
|
1352
1151
|
}
|
|
1353
|
-
export declare namespace KmsKeyNotFoundException {
|
|
1354
|
-
/**
|
|
1355
|
-
* @internal
|
|
1356
|
-
*/
|
|
1357
|
-
const filterSensitiveLog: (obj: KmsKeyNotFoundException) => any;
|
|
1358
|
-
}
|
|
1359
1152
|
/**
|
|
1360
1153
|
* <p>This exception is thrown when the maximum number of trails is reached.</p>
|
|
1361
1154
|
*/
|
|
@@ -1367,12 +1160,6 @@ export interface MaximumNumberOfTrailsExceededException extends __SmithyExceptio
|
|
|
1367
1160
|
*/
|
|
1368
1161
|
Message?: string;
|
|
1369
1162
|
}
|
|
1370
|
-
export declare namespace MaximumNumberOfTrailsExceededException {
|
|
1371
|
-
/**
|
|
1372
|
-
* @internal
|
|
1373
|
-
*/
|
|
1374
|
-
const filterSensitiveLog: (obj: MaximumNumberOfTrailsExceededException) => any;
|
|
1375
|
-
}
|
|
1376
1163
|
/**
|
|
1377
1164
|
* <p>This exception is thrown when the specified S3 bucket does not exist.</p>
|
|
1378
1165
|
*/
|
|
@@ -1384,12 +1171,6 @@ export interface S3BucketDoesNotExistException extends __SmithyException, $Metad
|
|
|
1384
1171
|
*/
|
|
1385
1172
|
Message?: string;
|
|
1386
1173
|
}
|
|
1387
|
-
export declare namespace S3BucketDoesNotExistException {
|
|
1388
|
-
/**
|
|
1389
|
-
* @internal
|
|
1390
|
-
*/
|
|
1391
|
-
const filterSensitiveLog: (obj: S3BucketDoesNotExistException) => any;
|
|
1392
|
-
}
|
|
1393
1174
|
/**
|
|
1394
1175
|
* <p>This exception is thrown when the specified trail already exists.</p>
|
|
1395
1176
|
*/
|
|
@@ -1401,12 +1182,6 @@ export interface TrailAlreadyExistsException extends __SmithyException, $Metadat
|
|
|
1401
1182
|
*/
|
|
1402
1183
|
Message?: string;
|
|
1403
1184
|
}
|
|
1404
|
-
export declare namespace TrailAlreadyExistsException {
|
|
1405
|
-
/**
|
|
1406
|
-
* @internal
|
|
1407
|
-
*/
|
|
1408
|
-
const filterSensitiveLog: (obj: TrailAlreadyExistsException) => any;
|
|
1409
|
-
}
|
|
1410
1185
|
/**
|
|
1411
1186
|
* <p>This exception is no longer in use.</p>
|
|
1412
1187
|
*/
|
|
@@ -1418,12 +1193,6 @@ export interface TrailNotProvidedException extends __SmithyException, $MetadataB
|
|
|
1418
1193
|
*/
|
|
1419
1194
|
Message?: string;
|
|
1420
1195
|
}
|
|
1421
|
-
export declare namespace TrailNotProvidedException {
|
|
1422
|
-
/**
|
|
1423
|
-
* @internal
|
|
1424
|
-
*/
|
|
1425
|
-
const filterSensitiveLog: (obj: TrailNotProvidedException) => any;
|
|
1426
|
-
}
|
|
1427
1196
|
export interface DeleteEventDataStoreRequest {
|
|
1428
1197
|
/**
|
|
1429
1198
|
* <p>The ARN (or the ID suffix of the ARN) of the event data store to delete.</p>
|
|
@@ -1455,12 +1224,6 @@ export interface EventDataStoreTerminationProtectedException extends __SmithyExc
|
|
|
1455
1224
|
*/
|
|
1456
1225
|
Message?: string;
|
|
1457
1226
|
}
|
|
1458
|
-
export declare namespace EventDataStoreTerminationProtectedException {
|
|
1459
|
-
/**
|
|
1460
|
-
* @internal
|
|
1461
|
-
*/
|
|
1462
|
-
const filterSensitiveLog: (obj: EventDataStoreTerminationProtectedException) => any;
|
|
1463
|
-
}
|
|
1464
1227
|
/**
|
|
1465
1228
|
* <p>The request that specifies the name of a trail to delete.</p>
|
|
1466
1229
|
*/
|
|
@@ -1501,12 +1264,6 @@ export interface InvalidHomeRegionException extends __SmithyException, $Metadata
|
|
|
1501
1264
|
*/
|
|
1502
1265
|
Message?: string;
|
|
1503
1266
|
}
|
|
1504
|
-
export declare namespace InvalidHomeRegionException {
|
|
1505
|
-
/**
|
|
1506
|
-
* @internal
|
|
1507
|
-
*/
|
|
1508
|
-
const filterSensitiveLog: (obj: InvalidHomeRegionException) => any;
|
|
1509
|
-
}
|
|
1510
1267
|
/**
|
|
1511
1268
|
* <p>This exception is thrown when the trail with the given name is not found.</p>
|
|
1512
1269
|
*/
|
|
@@ -1518,12 +1275,6 @@ export interface TrailNotFoundException extends __SmithyException, $MetadataBear
|
|
|
1518
1275
|
*/
|
|
1519
1276
|
Message?: string;
|
|
1520
1277
|
}
|
|
1521
|
-
export declare namespace TrailNotFoundException {
|
|
1522
|
-
/**
|
|
1523
|
-
* @internal
|
|
1524
|
-
*/
|
|
1525
|
-
const filterSensitiveLog: (obj: TrailNotFoundException) => any;
|
|
1526
|
-
}
|
|
1527
1278
|
export interface DescribeQueryRequest {
|
|
1528
1279
|
/**
|
|
1529
1280
|
* <p>The ARN (or the ID suffix of the ARN) of an event data store on which the specified query was run.</p>
|
|
@@ -1916,6 +1667,7 @@ export interface DataResource {
|
|
|
1916
1667
|
* </p>
|
|
1917
1668
|
* </li>
|
|
1918
1669
|
* </ul>
|
|
1670
|
+
*
|
|
1919
1671
|
* <p>The following resource types are also availble through <i>advanced</i> event selectors.
|
|
1920
1672
|
* Basic event selector resource types are valid in advanced event selectors, but
|
|
1921
1673
|
* advanced event selector resource types are not valid in basic event selectors.
|
|
@@ -1951,6 +1703,11 @@ export interface DataResource {
|
|
|
1951
1703
|
* <code>AWS::DynamoDB::Stream</code>
|
|
1952
1704
|
* </p>
|
|
1953
1705
|
* </li>
|
|
1706
|
+
* <li>
|
|
1707
|
+
* <p>
|
|
1708
|
+
* <code>AWS::Glue::Table</code>
|
|
1709
|
+
* </p>
|
|
1710
|
+
* </li>
|
|
1954
1711
|
* </ul>
|
|
1955
1712
|
*/
|
|
1956
1713
|
Type?: string;
|
|
@@ -2055,7 +1812,7 @@ export interface EventSelector {
|
|
|
2055
1812
|
* <p>An optional list of service event sources from which you do not want management events to be logged on your trail. In this release, the list can be empty (disables the filter),
|
|
2056
1813
|
* or it can filter out Key Management Service or Amazon RDS Data API events by
|
|
2057
1814
|
* containing <code>kms.amazonaws.com</code> or <code>rdsdata.amazonaws.com</code>. By default, <code>ExcludeManagementEventSources</code> is empty, and KMS and
|
|
2058
|
-
* Amazon RDS Data API events are logged to your trail.</p>
|
|
1815
|
+
* Amazon RDS Data API events are logged to your trail. You can exclude management event sources only in regions that support the event source.</p>
|
|
2059
1816
|
*/
|
|
2060
1817
|
ExcludeManagementEventSources?: string[];
|
|
2061
1818
|
}
|
|
@@ -2169,12 +1926,6 @@ export interface InsightNotEnabledException extends __SmithyException, $Metadata
|
|
|
2169
1926
|
*/
|
|
2170
1927
|
Message?: string;
|
|
2171
1928
|
}
|
|
2172
|
-
export declare namespace InsightNotEnabledException {
|
|
2173
|
-
/**
|
|
2174
|
-
* @internal
|
|
2175
|
-
*/
|
|
2176
|
-
const filterSensitiveLog: (obj: InsightNotEnabledException) => any;
|
|
2177
|
-
}
|
|
2178
1929
|
export interface GetQueryResultsRequest {
|
|
2179
1930
|
/**
|
|
2180
1931
|
* <p>The ARN (or ID suffix of the ARN) of the event data store against which the query was run.</p>
|
|
@@ -2260,12 +2011,6 @@ export interface InvalidMaxResultsException extends __SmithyException, $Metadata
|
|
|
2260
2011
|
*/
|
|
2261
2012
|
Message?: string;
|
|
2262
2013
|
}
|
|
2263
|
-
export declare namespace InvalidMaxResultsException {
|
|
2264
|
-
/**
|
|
2265
|
-
* @internal
|
|
2266
|
-
*/
|
|
2267
|
-
const filterSensitiveLog: (obj: InvalidMaxResultsException) => any;
|
|
2268
|
-
}
|
|
2269
2014
|
/**
|
|
2270
2015
|
* <p>A token that is not valid, or a token that was previously used in a request with different parameters. This exception is thrown if the token is not valid.</p>
|
|
2271
2016
|
*/
|
|
@@ -2277,12 +2022,6 @@ export interface InvalidNextTokenException extends __SmithyException, $MetadataB
|
|
|
2277
2022
|
*/
|
|
2278
2023
|
Message?: string;
|
|
2279
2024
|
}
|
|
2280
|
-
export declare namespace InvalidNextTokenException {
|
|
2281
|
-
/**
|
|
2282
|
-
* @internal
|
|
2283
|
-
*/
|
|
2284
|
-
const filterSensitiveLog: (obj: InvalidNextTokenException) => any;
|
|
2285
|
-
}
|
|
2286
2025
|
export interface GetTrailRequest {
|
|
2287
2026
|
/**
|
|
2288
2027
|
* <p>The name or the Amazon Resource Name (ARN) of the trail for which you want to retrieve settings information.</p>
|
|
@@ -2520,12 +2259,6 @@ export interface InvalidTimeRangeException extends __SmithyException, $MetadataB
|
|
|
2520
2259
|
*/
|
|
2521
2260
|
Message?: string;
|
|
2522
2261
|
}
|
|
2523
|
-
export declare namespace InvalidTimeRangeException {
|
|
2524
|
-
/**
|
|
2525
|
-
* @internal
|
|
2526
|
-
*/
|
|
2527
|
-
const filterSensitiveLog: (obj: InvalidTimeRangeException) => any;
|
|
2528
|
-
}
|
|
2529
2262
|
/**
|
|
2530
2263
|
* <p>Reserved for future use.</p>
|
|
2531
2264
|
*/
|
|
@@ -2537,12 +2270,6 @@ export interface InvalidTokenException extends __SmithyException, $MetadataBeare
|
|
|
2537
2270
|
*/
|
|
2538
2271
|
Message?: string;
|
|
2539
2272
|
}
|
|
2540
|
-
export declare namespace InvalidTokenException {
|
|
2541
|
-
/**
|
|
2542
|
-
* @internal
|
|
2543
|
-
*/
|
|
2544
|
-
const filterSensitiveLog: (obj: InvalidTokenException) => any;
|
|
2545
|
-
}
|
|
2546
2273
|
/**
|
|
2547
2274
|
* <p>Requests the public keys for a specified time range.</p>
|
|
2548
2275
|
*/
|
|
@@ -2630,12 +2357,6 @@ export interface InvalidDateRangeException extends __SmithyException, $MetadataB
|
|
|
2630
2357
|
*/
|
|
2631
2358
|
Message?: string;
|
|
2632
2359
|
}
|
|
2633
|
-
export declare namespace InvalidDateRangeException {
|
|
2634
|
-
/**
|
|
2635
|
-
* @internal
|
|
2636
|
-
*/
|
|
2637
|
-
const filterSensitiveLog: (obj: InvalidDateRangeException) => any;
|
|
2638
|
-
}
|
|
2639
2360
|
/**
|
|
2640
2361
|
* <p>The query status is not valid for the operation.</p>
|
|
2641
2362
|
*/
|
|
@@ -2647,12 +2368,6 @@ export interface InvalidQueryStatusException extends __SmithyException, $Metadat
|
|
|
2647
2368
|
*/
|
|
2648
2369
|
Message?: string;
|
|
2649
2370
|
}
|
|
2650
|
-
export declare namespace InvalidQueryStatusException {
|
|
2651
|
-
/**
|
|
2652
|
-
* @internal
|
|
2653
|
-
*/
|
|
2654
|
-
const filterSensitiveLog: (obj: InvalidQueryStatusException) => any;
|
|
2655
|
-
}
|
|
2656
2371
|
export interface ListQueriesRequest {
|
|
2657
2372
|
/**
|
|
2658
2373
|
* <p>The ARN (or the ID suffix of the ARN) of an event data store on which queries were run.</p>
|
|
@@ -2857,12 +2572,6 @@ export interface InvalidEventCategoryException extends __SmithyException, $Metad
|
|
|
2857
2572
|
*/
|
|
2858
2573
|
Message?: string;
|
|
2859
2574
|
}
|
|
2860
|
-
export declare namespace InvalidEventCategoryException {
|
|
2861
|
-
/**
|
|
2862
|
-
* @internal
|
|
2863
|
-
*/
|
|
2864
|
-
const filterSensitiveLog: (obj: InvalidEventCategoryException) => any;
|
|
2865
|
-
}
|
|
2866
2575
|
/**
|
|
2867
2576
|
* <p>Occurs when a lookup attribute is specified that is not valid.</p>
|
|
2868
2577
|
*/
|
|
@@ -2874,12 +2583,6 @@ export interface InvalidLookupAttributesException extends __SmithyException, $Me
|
|
|
2874
2583
|
*/
|
|
2875
2584
|
Message?: string;
|
|
2876
2585
|
}
|
|
2877
|
-
export declare namespace InvalidLookupAttributesException {
|
|
2878
|
-
/**
|
|
2879
|
-
* @internal
|
|
2880
|
-
*/
|
|
2881
|
-
const filterSensitiveLog: (obj: InvalidLookupAttributesException) => any;
|
|
2882
|
-
}
|
|
2883
2586
|
export declare enum EventCategory {
|
|
2884
2587
|
Insight = "insight"
|
|
2885
2588
|
}
|
|
@@ -3074,12 +2777,6 @@ export interface InvalidEventSelectorsException extends __SmithyException, $Meta
|
|
|
3074
2777
|
*/
|
|
3075
2778
|
Message?: string;
|
|
3076
2779
|
}
|
|
3077
|
-
export declare namespace InvalidEventSelectorsException {
|
|
3078
|
-
/**
|
|
3079
|
-
* @internal
|
|
3080
|
-
*/
|
|
3081
|
-
const filterSensitiveLog: (obj: InvalidEventSelectorsException) => any;
|
|
3082
|
-
}
|
|
3083
2780
|
export interface PutEventSelectorsRequest {
|
|
3084
2781
|
/**
|
|
3085
2782
|
* <p>Specifies the name of the trail or trail ARN. If you specify a trail name, the
|
|
@@ -3168,12 +2865,6 @@ export interface InvalidInsightSelectorsException extends __SmithyException, $Me
|
|
|
3168
2865
|
*/
|
|
3169
2866
|
Message?: string;
|
|
3170
2867
|
}
|
|
3171
|
-
export declare namespace InvalidInsightSelectorsException {
|
|
3172
|
-
/**
|
|
3173
|
-
* @internal
|
|
3174
|
-
*/
|
|
3175
|
-
const filterSensitiveLog: (obj: InvalidInsightSelectorsException) => any;
|
|
3176
|
-
}
|
|
3177
2868
|
export interface PutInsightSelectorsRequest {
|
|
3178
2869
|
/**
|
|
3179
2870
|
* <p>The name of the CloudTrail trail for which you want to change or add Insights selectors.</p>
|
|
@@ -3251,12 +2942,6 @@ export interface InvalidEventDataStoreStatusException extends __SmithyException,
|
|
|
3251
2942
|
*/
|
|
3252
2943
|
Message?: string;
|
|
3253
2944
|
}
|
|
3254
|
-
export declare namespace InvalidEventDataStoreStatusException {
|
|
3255
|
-
/**
|
|
3256
|
-
* @internal
|
|
3257
|
-
*/
|
|
3258
|
-
const filterSensitiveLog: (obj: InvalidEventDataStoreStatusException) => any;
|
|
3259
|
-
}
|
|
3260
2945
|
export interface RestoreEventDataStoreRequest {
|
|
3261
2946
|
/**
|
|
3262
2947
|
* <p>The ARN (or the ID suffix of the ARN) of the event data store that you want to restore.</p>
|
|
@@ -3362,12 +3047,6 @@ export interface InvalidQueryStatementException extends __SmithyException, $Meta
|
|
|
3362
3047
|
*/
|
|
3363
3048
|
Message?: string;
|
|
3364
3049
|
}
|
|
3365
|
-
export declare namespace InvalidQueryStatementException {
|
|
3366
|
-
/**
|
|
3367
|
-
* @internal
|
|
3368
|
-
*/
|
|
3369
|
-
const filterSensitiveLog: (obj: InvalidQueryStatementException) => any;
|
|
3370
|
-
}
|
|
3371
3050
|
/**
|
|
3372
3051
|
* <p>You are already running the maximum number of concurrent queries. Wait a minute for some queries to finish, and then
|
|
3373
3052
|
* run the query again.</p>
|
|
@@ -3380,12 +3059,6 @@ export interface MaxConcurrentQueriesException extends __SmithyException, $Metad
|
|
|
3380
3059
|
*/
|
|
3381
3060
|
Message?: string;
|
|
3382
3061
|
}
|
|
3383
|
-
export declare namespace MaxConcurrentQueriesException {
|
|
3384
|
-
/**
|
|
3385
|
-
* @internal
|
|
3386
|
-
*/
|
|
3387
|
-
const filterSensitiveLog: (obj: MaxConcurrentQueriesException) => any;
|
|
3388
|
-
}
|
|
3389
3062
|
export interface StartQueryRequest {
|
|
3390
3063
|
/**
|
|
3391
3064
|
* <p>The SQL code of your query.</p>
|