@aws-sdk/client-cloudtrail 3.46.0 → 3.47.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 +11 -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/CloudTrailClient.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +0 -348
- 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 +34 -34
|
@@ -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
|
*/
|
|
@@ -644,12 +572,6 @@ export interface EventDataStoreARNInvalidException extends __SmithyException, $M
|
|
|
644
572
|
*/
|
|
645
573
|
Message?: string;
|
|
646
574
|
}
|
|
647
|
-
export declare namespace EventDataStoreARNInvalidException {
|
|
648
|
-
/**
|
|
649
|
-
* @internal
|
|
650
|
-
*/
|
|
651
|
-
const filterSensitiveLog: (obj: EventDataStoreARNInvalidException) => any;
|
|
652
|
-
}
|
|
653
575
|
/**
|
|
654
576
|
* <p>The specified query cannot be canceled because it is in the <code>FINISHED</code>, <code>FAILED</code>, or
|
|
655
577
|
* <code>CANCELLED</code> state.</p>
|
|
@@ -662,12 +584,6 @@ export interface InactiveQueryException extends __SmithyException, $MetadataBear
|
|
|
662
584
|
*/
|
|
663
585
|
Message?: string;
|
|
664
586
|
}
|
|
665
|
-
export declare namespace InactiveQueryException {
|
|
666
|
-
/**
|
|
667
|
-
* @internal
|
|
668
|
-
*/
|
|
669
|
-
const filterSensitiveLog: (obj: InactiveQueryException) => any;
|
|
670
|
-
}
|
|
671
587
|
/**
|
|
672
588
|
* <p>The request includes a parameter that is not valid.</p>
|
|
673
589
|
*/
|
|
@@ -679,12 +595,6 @@ export interface InvalidParameterException extends __SmithyException, $MetadataB
|
|
|
679
595
|
*/
|
|
680
596
|
Message?: string;
|
|
681
597
|
}
|
|
682
|
-
export declare namespace InvalidParameterException {
|
|
683
|
-
/**
|
|
684
|
-
* @internal
|
|
685
|
-
*/
|
|
686
|
-
const filterSensitiveLog: (obj: InvalidParameterException) => any;
|
|
687
|
-
}
|
|
688
598
|
/**
|
|
689
599
|
* <p>The query ID does not exist or does not map to a query.</p>
|
|
690
600
|
*/
|
|
@@ -696,12 +606,6 @@ export interface QueryIdNotFoundException extends __SmithyException, $MetadataBe
|
|
|
696
606
|
*/
|
|
697
607
|
Message?: string;
|
|
698
608
|
}
|
|
699
|
-
export declare namespace QueryIdNotFoundException {
|
|
700
|
-
/**
|
|
701
|
-
* @internal
|
|
702
|
-
*/
|
|
703
|
-
const filterSensitiveLog: (obj: QueryIdNotFoundException) => any;
|
|
704
|
-
}
|
|
705
609
|
/**
|
|
706
610
|
* <p>This exception is thrown when trusted access has not been enabled between CloudTrail and Organizations. For more information,
|
|
707
611
|
* 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 +619,6 @@ export interface CloudTrailAccessNotEnabledException extends __SmithyException,
|
|
|
715
619
|
*/
|
|
716
620
|
Message?: string;
|
|
717
621
|
}
|
|
718
|
-
export declare namespace CloudTrailAccessNotEnabledException {
|
|
719
|
-
/**
|
|
720
|
-
* @internal
|
|
721
|
-
*/
|
|
722
|
-
const filterSensitiveLog: (obj: CloudTrailAccessNotEnabledException) => any;
|
|
723
|
-
}
|
|
724
622
|
export interface CreateEventDataStoreRequest {
|
|
725
623
|
/**
|
|
726
624
|
* <p>The name of the event data store.</p>
|
|
@@ -831,12 +729,6 @@ export interface EventDataStoreAlreadyExistsException extends __SmithyException,
|
|
|
831
729
|
*/
|
|
832
730
|
Message?: string;
|
|
833
731
|
}
|
|
834
|
-
export declare namespace EventDataStoreAlreadyExistsException {
|
|
835
|
-
/**
|
|
836
|
-
* @internal
|
|
837
|
-
*/
|
|
838
|
-
const filterSensitiveLog: (obj: EventDataStoreAlreadyExistsException) => any;
|
|
839
|
-
}
|
|
840
732
|
/**
|
|
841
733
|
* <p>Your account has used the maximum number of event data stores.</p>
|
|
842
734
|
*/
|
|
@@ -848,12 +740,6 @@ export interface EventDataStoreMaxLimitExceededException extends __SmithyExcepti
|
|
|
848
740
|
*/
|
|
849
741
|
Message?: string;
|
|
850
742
|
}
|
|
851
|
-
export declare namespace EventDataStoreMaxLimitExceededException {
|
|
852
|
-
/**
|
|
853
|
-
* @internal
|
|
854
|
-
*/
|
|
855
|
-
const filterSensitiveLog: (obj: EventDataStoreMaxLimitExceededException) => any;
|
|
856
|
-
}
|
|
857
743
|
/**
|
|
858
744
|
* <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
745
|
* creating an organization trail in a required service. For more information, see
|
|
@@ -867,12 +753,6 @@ export interface InsufficientDependencyServiceAccessPermissionException extends
|
|
|
867
753
|
*/
|
|
868
754
|
Message?: string;
|
|
869
755
|
}
|
|
870
|
-
export declare namespace InsufficientDependencyServiceAccessPermissionException {
|
|
871
|
-
/**
|
|
872
|
-
* @internal
|
|
873
|
-
*/
|
|
874
|
-
const filterSensitiveLog: (obj: InsufficientDependencyServiceAccessPermissionException) => any;
|
|
875
|
-
}
|
|
876
756
|
/**
|
|
877
757
|
* <p>This exception is thrown when Organizations is not configured to support all features. All features must be enabled in Organizations to support
|
|
878
758
|
* creating an organization trail. For more information, see
|
|
@@ -886,12 +766,6 @@ export interface OrganizationNotInAllFeaturesModeException extends __SmithyExcep
|
|
|
886
766
|
*/
|
|
887
767
|
Message?: string;
|
|
888
768
|
}
|
|
889
|
-
export declare namespace OrganizationNotInAllFeaturesModeException {
|
|
890
|
-
/**
|
|
891
|
-
* @internal
|
|
892
|
-
*/
|
|
893
|
-
const filterSensitiveLog: (obj: OrganizationNotInAllFeaturesModeException) => any;
|
|
894
|
-
}
|
|
895
769
|
/**
|
|
896
770
|
* <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
771
|
* To make this request, sign in using the credentials of an account that belongs to an organization.</p>
|
|
@@ -904,12 +778,6 @@ export interface OrganizationsNotInUseException extends __SmithyException, $Meta
|
|
|
904
778
|
*/
|
|
905
779
|
Message?: string;
|
|
906
780
|
}
|
|
907
|
-
export declare namespace OrganizationsNotInUseException {
|
|
908
|
-
/**
|
|
909
|
-
* @internal
|
|
910
|
-
*/
|
|
911
|
-
const filterSensitiveLog: (obj: OrganizationsNotInUseException) => any;
|
|
912
|
-
}
|
|
913
781
|
/**
|
|
914
782
|
* <p>This exception is thrown when a call results in the <code>InvalidClientTokenId</code> error code.
|
|
915
783
|
* This can occur when you are creating or updating a trail to send notifications to an Amazon SNS topic that
|
|
@@ -923,12 +791,6 @@ export interface CloudTrailInvalidClientTokenIdException extends __SmithyExcepti
|
|
|
923
791
|
*/
|
|
924
792
|
Message?: string;
|
|
925
793
|
}
|
|
926
|
-
export declare namespace CloudTrailInvalidClientTokenIdException {
|
|
927
|
-
/**
|
|
928
|
-
* @internal
|
|
929
|
-
*/
|
|
930
|
-
const filterSensitiveLog: (obj: CloudTrailInvalidClientTokenIdException) => any;
|
|
931
|
-
}
|
|
932
794
|
/**
|
|
933
795
|
* <p>Cannot set a CloudWatch Logs delivery for this region.</p>
|
|
934
796
|
*/
|
|
@@ -940,12 +802,6 @@ export interface CloudWatchLogsDeliveryUnavailableException extends __SmithyExce
|
|
|
940
802
|
*/
|
|
941
803
|
Message?: string;
|
|
942
804
|
}
|
|
943
|
-
export declare namespace CloudWatchLogsDeliveryUnavailableException {
|
|
944
|
-
/**
|
|
945
|
-
* @internal
|
|
946
|
-
*/
|
|
947
|
-
const filterSensitiveLog: (obj: CloudWatchLogsDeliveryUnavailableException) => any;
|
|
948
|
-
}
|
|
949
805
|
/**
|
|
950
806
|
* <p>Specifies the settings for each trail.</p>
|
|
951
807
|
*/
|
|
@@ -1142,12 +998,6 @@ export interface InsufficientEncryptionPolicyException extends __SmithyException
|
|
|
1142
998
|
*/
|
|
1143
999
|
Message?: string;
|
|
1144
1000
|
}
|
|
1145
|
-
export declare namespace InsufficientEncryptionPolicyException {
|
|
1146
|
-
/**
|
|
1147
|
-
* @internal
|
|
1148
|
-
*/
|
|
1149
|
-
const filterSensitiveLog: (obj: InsufficientEncryptionPolicyException) => any;
|
|
1150
|
-
}
|
|
1151
1001
|
/**
|
|
1152
1002
|
* <p>This exception is thrown when the policy on the S3 bucket is not sufficient.</p>
|
|
1153
1003
|
*/
|
|
@@ -1159,12 +1009,6 @@ export interface InsufficientS3BucketPolicyException extends __SmithyException,
|
|
|
1159
1009
|
*/
|
|
1160
1010
|
Message?: string;
|
|
1161
1011
|
}
|
|
1162
|
-
export declare namespace InsufficientS3BucketPolicyException {
|
|
1163
|
-
/**
|
|
1164
|
-
* @internal
|
|
1165
|
-
*/
|
|
1166
|
-
const filterSensitiveLog: (obj: InsufficientS3BucketPolicyException) => any;
|
|
1167
|
-
}
|
|
1168
1012
|
/**
|
|
1169
1013
|
* <p>This exception is thrown when the policy on the Amazon SNS topic is not sufficient.</p>
|
|
1170
1014
|
*/
|
|
@@ -1176,12 +1020,6 @@ export interface InsufficientSnsTopicPolicyException extends __SmithyException,
|
|
|
1176
1020
|
*/
|
|
1177
1021
|
Message?: string;
|
|
1178
1022
|
}
|
|
1179
|
-
export declare namespace InsufficientSnsTopicPolicyException {
|
|
1180
|
-
/**
|
|
1181
|
-
* @internal
|
|
1182
|
-
*/
|
|
1183
|
-
const filterSensitiveLog: (obj: InsufficientSnsTopicPolicyException) => any;
|
|
1184
|
-
}
|
|
1185
1023
|
/**
|
|
1186
1024
|
* <p>This exception is thrown when the provided CloudWatch Logs log group is not valid.</p>
|
|
1187
1025
|
*/
|
|
@@ -1193,12 +1031,6 @@ export interface InvalidCloudWatchLogsLogGroupArnException extends __SmithyExcep
|
|
|
1193
1031
|
*/
|
|
1194
1032
|
Message?: string;
|
|
1195
1033
|
}
|
|
1196
|
-
export declare namespace InvalidCloudWatchLogsLogGroupArnException {
|
|
1197
|
-
/**
|
|
1198
|
-
* @internal
|
|
1199
|
-
*/
|
|
1200
|
-
const filterSensitiveLog: (obj: InvalidCloudWatchLogsLogGroupArnException) => any;
|
|
1201
|
-
}
|
|
1202
1034
|
/**
|
|
1203
1035
|
* <p>This exception is thrown when the provided role is not valid.</p>
|
|
1204
1036
|
*/
|
|
@@ -1210,12 +1042,6 @@ export interface InvalidCloudWatchLogsRoleArnException extends __SmithyException
|
|
|
1210
1042
|
*/
|
|
1211
1043
|
Message?: string;
|
|
1212
1044
|
}
|
|
1213
|
-
export declare namespace InvalidCloudWatchLogsRoleArnException {
|
|
1214
|
-
/**
|
|
1215
|
-
* @internal
|
|
1216
|
-
*/
|
|
1217
|
-
const filterSensitiveLog: (obj: InvalidCloudWatchLogsRoleArnException) => any;
|
|
1218
|
-
}
|
|
1219
1045
|
/**
|
|
1220
1046
|
* <p>This exception is thrown when the KMS key ARN is not valid.</p>
|
|
1221
1047
|
*/
|
|
@@ -1227,12 +1053,6 @@ export interface InvalidKmsKeyIdException extends __SmithyException, $MetadataBe
|
|
|
1227
1053
|
*/
|
|
1228
1054
|
Message?: string;
|
|
1229
1055
|
}
|
|
1230
|
-
export declare namespace InvalidKmsKeyIdException {
|
|
1231
|
-
/**
|
|
1232
|
-
* @internal
|
|
1233
|
-
*/
|
|
1234
|
-
const filterSensitiveLog: (obj: InvalidKmsKeyIdException) => any;
|
|
1235
|
-
}
|
|
1236
1056
|
/**
|
|
1237
1057
|
* <p>This exception is thrown when the combination of parameters provided is not valid.</p>
|
|
1238
1058
|
*/
|
|
@@ -1244,12 +1064,6 @@ export interface InvalidParameterCombinationException extends __SmithyException,
|
|
|
1244
1064
|
*/
|
|
1245
1065
|
Message?: string;
|
|
1246
1066
|
}
|
|
1247
|
-
export declare namespace InvalidParameterCombinationException {
|
|
1248
|
-
/**
|
|
1249
|
-
* @internal
|
|
1250
|
-
*/
|
|
1251
|
-
const filterSensitiveLog: (obj: InvalidParameterCombinationException) => any;
|
|
1252
|
-
}
|
|
1253
1067
|
/**
|
|
1254
1068
|
* <p>This exception is thrown when the provided S3 bucket name is not valid.</p>
|
|
1255
1069
|
*/
|
|
@@ -1261,12 +1075,6 @@ export interface InvalidS3BucketNameException extends __SmithyException, $Metada
|
|
|
1261
1075
|
*/
|
|
1262
1076
|
Message?: string;
|
|
1263
1077
|
}
|
|
1264
|
-
export declare namespace InvalidS3BucketNameException {
|
|
1265
|
-
/**
|
|
1266
|
-
* @internal
|
|
1267
|
-
*/
|
|
1268
|
-
const filterSensitiveLog: (obj: InvalidS3BucketNameException) => any;
|
|
1269
|
-
}
|
|
1270
1078
|
/**
|
|
1271
1079
|
* <p>This exception is thrown when the provided S3 prefix is not valid.</p>
|
|
1272
1080
|
*/
|
|
@@ -1278,12 +1086,6 @@ export interface InvalidS3PrefixException extends __SmithyException, $MetadataBe
|
|
|
1278
1086
|
*/
|
|
1279
1087
|
Message?: string;
|
|
1280
1088
|
}
|
|
1281
|
-
export declare namespace InvalidS3PrefixException {
|
|
1282
|
-
/**
|
|
1283
|
-
* @internal
|
|
1284
|
-
*/
|
|
1285
|
-
const filterSensitiveLog: (obj: InvalidS3PrefixException) => any;
|
|
1286
|
-
}
|
|
1287
1089
|
/**
|
|
1288
1090
|
* <p>This exception is thrown when the provided SNS topic name is not valid.</p>
|
|
1289
1091
|
*/
|
|
@@ -1295,12 +1097,6 @@ export interface InvalidSnsTopicNameException extends __SmithyException, $Metada
|
|
|
1295
1097
|
*/
|
|
1296
1098
|
Message?: string;
|
|
1297
1099
|
}
|
|
1298
|
-
export declare namespace InvalidSnsTopicNameException {
|
|
1299
|
-
/**
|
|
1300
|
-
* @internal
|
|
1301
|
-
*/
|
|
1302
|
-
const filterSensitiveLog: (obj: InvalidSnsTopicNameException) => any;
|
|
1303
|
-
}
|
|
1304
1100
|
/**
|
|
1305
1101
|
* <p>This exception is thrown when there is an issue with the specified KMS key and the trail can’t be updated.</p>
|
|
1306
1102
|
*/
|
|
@@ -1312,12 +1108,6 @@ export interface KmsException extends __SmithyException, $MetadataBearer {
|
|
|
1312
1108
|
*/
|
|
1313
1109
|
Message?: string;
|
|
1314
1110
|
}
|
|
1315
|
-
export declare namespace KmsException {
|
|
1316
|
-
/**
|
|
1317
|
-
* @internal
|
|
1318
|
-
*/
|
|
1319
|
-
const filterSensitiveLog: (obj: KmsException) => any;
|
|
1320
|
-
}
|
|
1321
1111
|
/**
|
|
1322
1112
|
* @deprecated
|
|
1323
1113
|
*
|
|
@@ -1331,12 +1121,6 @@ export interface KmsKeyDisabledException extends __SmithyException, $MetadataBea
|
|
|
1331
1121
|
*/
|
|
1332
1122
|
Message?: string;
|
|
1333
1123
|
}
|
|
1334
|
-
export declare namespace KmsKeyDisabledException {
|
|
1335
|
-
/**
|
|
1336
|
-
* @internal
|
|
1337
|
-
*/
|
|
1338
|
-
const filterSensitiveLog: (obj: KmsKeyDisabledException) => any;
|
|
1339
|
-
}
|
|
1340
1124
|
/**
|
|
1341
1125
|
* <p>This exception is thrown when the KMS key does not exist, when the S3 bucket and the
|
|
1342
1126
|
* KMS key are not in the same region, or when the KMS key associated with the Amazon SNS
|
|
@@ -1350,12 +1134,6 @@ export interface KmsKeyNotFoundException extends __SmithyException, $MetadataBea
|
|
|
1350
1134
|
*/
|
|
1351
1135
|
Message?: string;
|
|
1352
1136
|
}
|
|
1353
|
-
export declare namespace KmsKeyNotFoundException {
|
|
1354
|
-
/**
|
|
1355
|
-
* @internal
|
|
1356
|
-
*/
|
|
1357
|
-
const filterSensitiveLog: (obj: KmsKeyNotFoundException) => any;
|
|
1358
|
-
}
|
|
1359
1137
|
/**
|
|
1360
1138
|
* <p>This exception is thrown when the maximum number of trails is reached.</p>
|
|
1361
1139
|
*/
|
|
@@ -1367,12 +1145,6 @@ export interface MaximumNumberOfTrailsExceededException extends __SmithyExceptio
|
|
|
1367
1145
|
*/
|
|
1368
1146
|
Message?: string;
|
|
1369
1147
|
}
|
|
1370
|
-
export declare namespace MaximumNumberOfTrailsExceededException {
|
|
1371
|
-
/**
|
|
1372
|
-
* @internal
|
|
1373
|
-
*/
|
|
1374
|
-
const filterSensitiveLog: (obj: MaximumNumberOfTrailsExceededException) => any;
|
|
1375
|
-
}
|
|
1376
1148
|
/**
|
|
1377
1149
|
* <p>This exception is thrown when the specified S3 bucket does not exist.</p>
|
|
1378
1150
|
*/
|
|
@@ -1384,12 +1156,6 @@ export interface S3BucketDoesNotExistException extends __SmithyException, $Metad
|
|
|
1384
1156
|
*/
|
|
1385
1157
|
Message?: string;
|
|
1386
1158
|
}
|
|
1387
|
-
export declare namespace S3BucketDoesNotExistException {
|
|
1388
|
-
/**
|
|
1389
|
-
* @internal
|
|
1390
|
-
*/
|
|
1391
|
-
const filterSensitiveLog: (obj: S3BucketDoesNotExistException) => any;
|
|
1392
|
-
}
|
|
1393
1159
|
/**
|
|
1394
1160
|
* <p>This exception is thrown when the specified trail already exists.</p>
|
|
1395
1161
|
*/
|
|
@@ -1401,12 +1167,6 @@ export interface TrailAlreadyExistsException extends __SmithyException, $Metadat
|
|
|
1401
1167
|
*/
|
|
1402
1168
|
Message?: string;
|
|
1403
1169
|
}
|
|
1404
|
-
export declare namespace TrailAlreadyExistsException {
|
|
1405
|
-
/**
|
|
1406
|
-
* @internal
|
|
1407
|
-
*/
|
|
1408
|
-
const filterSensitiveLog: (obj: TrailAlreadyExistsException) => any;
|
|
1409
|
-
}
|
|
1410
1170
|
/**
|
|
1411
1171
|
* <p>This exception is no longer in use.</p>
|
|
1412
1172
|
*/
|
|
@@ -1418,12 +1178,6 @@ export interface TrailNotProvidedException extends __SmithyException, $MetadataB
|
|
|
1418
1178
|
*/
|
|
1419
1179
|
Message?: string;
|
|
1420
1180
|
}
|
|
1421
|
-
export declare namespace TrailNotProvidedException {
|
|
1422
|
-
/**
|
|
1423
|
-
* @internal
|
|
1424
|
-
*/
|
|
1425
|
-
const filterSensitiveLog: (obj: TrailNotProvidedException) => any;
|
|
1426
|
-
}
|
|
1427
1181
|
export interface DeleteEventDataStoreRequest {
|
|
1428
1182
|
/**
|
|
1429
1183
|
* <p>The ARN (or the ID suffix of the ARN) of the event data store to delete.</p>
|
|
@@ -1455,12 +1209,6 @@ export interface EventDataStoreTerminationProtectedException extends __SmithyExc
|
|
|
1455
1209
|
*/
|
|
1456
1210
|
Message?: string;
|
|
1457
1211
|
}
|
|
1458
|
-
export declare namespace EventDataStoreTerminationProtectedException {
|
|
1459
|
-
/**
|
|
1460
|
-
* @internal
|
|
1461
|
-
*/
|
|
1462
|
-
const filterSensitiveLog: (obj: EventDataStoreTerminationProtectedException) => any;
|
|
1463
|
-
}
|
|
1464
1212
|
/**
|
|
1465
1213
|
* <p>The request that specifies the name of a trail to delete.</p>
|
|
1466
1214
|
*/
|
|
@@ -1501,12 +1249,6 @@ export interface InvalidHomeRegionException extends __SmithyException, $Metadata
|
|
|
1501
1249
|
*/
|
|
1502
1250
|
Message?: string;
|
|
1503
1251
|
}
|
|
1504
|
-
export declare namespace InvalidHomeRegionException {
|
|
1505
|
-
/**
|
|
1506
|
-
* @internal
|
|
1507
|
-
*/
|
|
1508
|
-
const filterSensitiveLog: (obj: InvalidHomeRegionException) => any;
|
|
1509
|
-
}
|
|
1510
1252
|
/**
|
|
1511
1253
|
* <p>This exception is thrown when the trail with the given name is not found.</p>
|
|
1512
1254
|
*/
|
|
@@ -1518,12 +1260,6 @@ export interface TrailNotFoundException extends __SmithyException, $MetadataBear
|
|
|
1518
1260
|
*/
|
|
1519
1261
|
Message?: string;
|
|
1520
1262
|
}
|
|
1521
|
-
export declare namespace TrailNotFoundException {
|
|
1522
|
-
/**
|
|
1523
|
-
* @internal
|
|
1524
|
-
*/
|
|
1525
|
-
const filterSensitiveLog: (obj: TrailNotFoundException) => any;
|
|
1526
|
-
}
|
|
1527
1263
|
export interface DescribeQueryRequest {
|
|
1528
1264
|
/**
|
|
1529
1265
|
* <p>The ARN (or the ID suffix of the ARN) of an event data store on which the specified query was run.</p>
|
|
@@ -2169,12 +1905,6 @@ export interface InsightNotEnabledException extends __SmithyException, $Metadata
|
|
|
2169
1905
|
*/
|
|
2170
1906
|
Message?: string;
|
|
2171
1907
|
}
|
|
2172
|
-
export declare namespace InsightNotEnabledException {
|
|
2173
|
-
/**
|
|
2174
|
-
* @internal
|
|
2175
|
-
*/
|
|
2176
|
-
const filterSensitiveLog: (obj: InsightNotEnabledException) => any;
|
|
2177
|
-
}
|
|
2178
1908
|
export interface GetQueryResultsRequest {
|
|
2179
1909
|
/**
|
|
2180
1910
|
* <p>The ARN (or ID suffix of the ARN) of the event data store against which the query was run.</p>
|
|
@@ -2260,12 +1990,6 @@ export interface InvalidMaxResultsException extends __SmithyException, $Metadata
|
|
|
2260
1990
|
*/
|
|
2261
1991
|
Message?: string;
|
|
2262
1992
|
}
|
|
2263
|
-
export declare namespace InvalidMaxResultsException {
|
|
2264
|
-
/**
|
|
2265
|
-
* @internal
|
|
2266
|
-
*/
|
|
2267
|
-
const filterSensitiveLog: (obj: InvalidMaxResultsException) => any;
|
|
2268
|
-
}
|
|
2269
1993
|
/**
|
|
2270
1994
|
* <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
1995
|
*/
|
|
@@ -2277,12 +2001,6 @@ export interface InvalidNextTokenException extends __SmithyException, $MetadataB
|
|
|
2277
2001
|
*/
|
|
2278
2002
|
Message?: string;
|
|
2279
2003
|
}
|
|
2280
|
-
export declare namespace InvalidNextTokenException {
|
|
2281
|
-
/**
|
|
2282
|
-
* @internal
|
|
2283
|
-
*/
|
|
2284
|
-
const filterSensitiveLog: (obj: InvalidNextTokenException) => any;
|
|
2285
|
-
}
|
|
2286
2004
|
export interface GetTrailRequest {
|
|
2287
2005
|
/**
|
|
2288
2006
|
* <p>The name or the Amazon Resource Name (ARN) of the trail for which you want to retrieve settings information.</p>
|
|
@@ -2520,12 +2238,6 @@ export interface InvalidTimeRangeException extends __SmithyException, $MetadataB
|
|
|
2520
2238
|
*/
|
|
2521
2239
|
Message?: string;
|
|
2522
2240
|
}
|
|
2523
|
-
export declare namespace InvalidTimeRangeException {
|
|
2524
|
-
/**
|
|
2525
|
-
* @internal
|
|
2526
|
-
*/
|
|
2527
|
-
const filterSensitiveLog: (obj: InvalidTimeRangeException) => any;
|
|
2528
|
-
}
|
|
2529
2241
|
/**
|
|
2530
2242
|
* <p>Reserved for future use.</p>
|
|
2531
2243
|
*/
|
|
@@ -2537,12 +2249,6 @@ export interface InvalidTokenException extends __SmithyException, $MetadataBeare
|
|
|
2537
2249
|
*/
|
|
2538
2250
|
Message?: string;
|
|
2539
2251
|
}
|
|
2540
|
-
export declare namespace InvalidTokenException {
|
|
2541
|
-
/**
|
|
2542
|
-
* @internal
|
|
2543
|
-
*/
|
|
2544
|
-
const filterSensitiveLog: (obj: InvalidTokenException) => any;
|
|
2545
|
-
}
|
|
2546
2252
|
/**
|
|
2547
2253
|
* <p>Requests the public keys for a specified time range.</p>
|
|
2548
2254
|
*/
|
|
@@ -2630,12 +2336,6 @@ export interface InvalidDateRangeException extends __SmithyException, $MetadataB
|
|
|
2630
2336
|
*/
|
|
2631
2337
|
Message?: string;
|
|
2632
2338
|
}
|
|
2633
|
-
export declare namespace InvalidDateRangeException {
|
|
2634
|
-
/**
|
|
2635
|
-
* @internal
|
|
2636
|
-
*/
|
|
2637
|
-
const filterSensitiveLog: (obj: InvalidDateRangeException) => any;
|
|
2638
|
-
}
|
|
2639
2339
|
/**
|
|
2640
2340
|
* <p>The query status is not valid for the operation.</p>
|
|
2641
2341
|
*/
|
|
@@ -2647,12 +2347,6 @@ export interface InvalidQueryStatusException extends __SmithyException, $Metadat
|
|
|
2647
2347
|
*/
|
|
2648
2348
|
Message?: string;
|
|
2649
2349
|
}
|
|
2650
|
-
export declare namespace InvalidQueryStatusException {
|
|
2651
|
-
/**
|
|
2652
|
-
* @internal
|
|
2653
|
-
*/
|
|
2654
|
-
const filterSensitiveLog: (obj: InvalidQueryStatusException) => any;
|
|
2655
|
-
}
|
|
2656
2350
|
export interface ListQueriesRequest {
|
|
2657
2351
|
/**
|
|
2658
2352
|
* <p>The ARN (or the ID suffix of the ARN) of an event data store on which queries were run.</p>
|
|
@@ -2857,12 +2551,6 @@ export interface InvalidEventCategoryException extends __SmithyException, $Metad
|
|
|
2857
2551
|
*/
|
|
2858
2552
|
Message?: string;
|
|
2859
2553
|
}
|
|
2860
|
-
export declare namespace InvalidEventCategoryException {
|
|
2861
|
-
/**
|
|
2862
|
-
* @internal
|
|
2863
|
-
*/
|
|
2864
|
-
const filterSensitiveLog: (obj: InvalidEventCategoryException) => any;
|
|
2865
|
-
}
|
|
2866
2554
|
/**
|
|
2867
2555
|
* <p>Occurs when a lookup attribute is specified that is not valid.</p>
|
|
2868
2556
|
*/
|
|
@@ -2874,12 +2562,6 @@ export interface InvalidLookupAttributesException extends __SmithyException, $Me
|
|
|
2874
2562
|
*/
|
|
2875
2563
|
Message?: string;
|
|
2876
2564
|
}
|
|
2877
|
-
export declare namespace InvalidLookupAttributesException {
|
|
2878
|
-
/**
|
|
2879
|
-
* @internal
|
|
2880
|
-
*/
|
|
2881
|
-
const filterSensitiveLog: (obj: InvalidLookupAttributesException) => any;
|
|
2882
|
-
}
|
|
2883
2565
|
export declare enum EventCategory {
|
|
2884
2566
|
Insight = "insight"
|
|
2885
2567
|
}
|
|
@@ -3074,12 +2756,6 @@ export interface InvalidEventSelectorsException extends __SmithyException, $Meta
|
|
|
3074
2756
|
*/
|
|
3075
2757
|
Message?: string;
|
|
3076
2758
|
}
|
|
3077
|
-
export declare namespace InvalidEventSelectorsException {
|
|
3078
|
-
/**
|
|
3079
|
-
* @internal
|
|
3080
|
-
*/
|
|
3081
|
-
const filterSensitiveLog: (obj: InvalidEventSelectorsException) => any;
|
|
3082
|
-
}
|
|
3083
2759
|
export interface PutEventSelectorsRequest {
|
|
3084
2760
|
/**
|
|
3085
2761
|
* <p>Specifies the name of the trail or trail ARN. If you specify a trail name, the
|
|
@@ -3168,12 +2844,6 @@ export interface InvalidInsightSelectorsException extends __SmithyException, $Me
|
|
|
3168
2844
|
*/
|
|
3169
2845
|
Message?: string;
|
|
3170
2846
|
}
|
|
3171
|
-
export declare namespace InvalidInsightSelectorsException {
|
|
3172
|
-
/**
|
|
3173
|
-
* @internal
|
|
3174
|
-
*/
|
|
3175
|
-
const filterSensitiveLog: (obj: InvalidInsightSelectorsException) => any;
|
|
3176
|
-
}
|
|
3177
2847
|
export interface PutInsightSelectorsRequest {
|
|
3178
2848
|
/**
|
|
3179
2849
|
* <p>The name of the CloudTrail trail for which you want to change or add Insights selectors.</p>
|
|
@@ -3251,12 +2921,6 @@ export interface InvalidEventDataStoreStatusException extends __SmithyException,
|
|
|
3251
2921
|
*/
|
|
3252
2922
|
Message?: string;
|
|
3253
2923
|
}
|
|
3254
|
-
export declare namespace InvalidEventDataStoreStatusException {
|
|
3255
|
-
/**
|
|
3256
|
-
* @internal
|
|
3257
|
-
*/
|
|
3258
|
-
const filterSensitiveLog: (obj: InvalidEventDataStoreStatusException) => any;
|
|
3259
|
-
}
|
|
3260
2924
|
export interface RestoreEventDataStoreRequest {
|
|
3261
2925
|
/**
|
|
3262
2926
|
* <p>The ARN (or the ID suffix of the ARN) of the event data store that you want to restore.</p>
|
|
@@ -3362,12 +3026,6 @@ export interface InvalidQueryStatementException extends __SmithyException, $Meta
|
|
|
3362
3026
|
*/
|
|
3363
3027
|
Message?: string;
|
|
3364
3028
|
}
|
|
3365
|
-
export declare namespace InvalidQueryStatementException {
|
|
3366
|
-
/**
|
|
3367
|
-
* @internal
|
|
3368
|
-
*/
|
|
3369
|
-
const filterSensitiveLog: (obj: InvalidQueryStatementException) => any;
|
|
3370
|
-
}
|
|
3371
3029
|
/**
|
|
3372
3030
|
* <p>You are already running the maximum number of concurrent queries. Wait a minute for some queries to finish, and then
|
|
3373
3031
|
* run the query again.</p>
|
|
@@ -3380,12 +3038,6 @@ export interface MaxConcurrentQueriesException extends __SmithyException, $Metad
|
|
|
3380
3038
|
*/
|
|
3381
3039
|
Message?: string;
|
|
3382
3040
|
}
|
|
3383
|
-
export declare namespace MaxConcurrentQueriesException {
|
|
3384
|
-
/**
|
|
3385
|
-
* @internal
|
|
3386
|
-
*/
|
|
3387
|
-
const filterSensitiveLog: (obj: MaxConcurrentQueriesException) => any;
|
|
3388
|
-
}
|
|
3389
3041
|
export interface StartQueryRequest {
|
|
3390
3042
|
/**
|
|
3391
3043
|
* <p>The SQL code of your query.</p>
|