@aws-sdk/client-cloudtrail 3.181.0 → 3.183.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 +8 -0
- package/dist-es/CloudTrail.js +146 -153
- package/dist-es/CloudTrailClient.js +22 -28
- package/dist-es/commands/AddTagsCommand.js +21 -28
- package/dist-es/commands/CancelQueryCommand.js +21 -28
- package/dist-es/commands/CreateEventDataStoreCommand.js +21 -28
- package/dist-es/commands/CreateTrailCommand.js +21 -28
- package/dist-es/commands/DeleteEventDataStoreCommand.js +21 -28
- package/dist-es/commands/DeleteTrailCommand.js +21 -28
- package/dist-es/commands/DescribeQueryCommand.js +21 -28
- package/dist-es/commands/DescribeTrailsCommand.js +21 -28
- package/dist-es/commands/GetChannelCommand.js +21 -28
- package/dist-es/commands/GetEventDataStoreCommand.js +21 -28
- package/dist-es/commands/GetEventSelectorsCommand.js +21 -28
- package/dist-es/commands/GetImportCommand.js +21 -28
- package/dist-es/commands/GetInsightSelectorsCommand.js +21 -28
- package/dist-es/commands/GetQueryResultsCommand.js +21 -28
- package/dist-es/commands/GetTrailCommand.js +21 -28
- package/dist-es/commands/GetTrailStatusCommand.js +21 -28
- package/dist-es/commands/ListChannelsCommand.js +21 -28
- package/dist-es/commands/ListEventDataStoresCommand.js +21 -28
- package/dist-es/commands/ListImportFailuresCommand.js +21 -28
- package/dist-es/commands/ListImportsCommand.js +21 -28
- package/dist-es/commands/ListPublicKeysCommand.js +21 -28
- package/dist-es/commands/ListQueriesCommand.js +21 -28
- package/dist-es/commands/ListTagsCommand.js +21 -28
- package/dist-es/commands/ListTrailsCommand.js +21 -28
- package/dist-es/commands/LookupEventsCommand.js +21 -28
- package/dist-es/commands/PutEventSelectorsCommand.js +21 -28
- package/dist-es/commands/PutInsightSelectorsCommand.js +21 -28
- package/dist-es/commands/RemoveTagsCommand.js +21 -28
- package/dist-es/commands/RestoreEventDataStoreCommand.js +21 -28
- package/dist-es/commands/StartImportCommand.js +21 -28
- package/dist-es/commands/StartLoggingCommand.js +21 -28
- package/dist-es/commands/StartQueryCommand.js +21 -28
- package/dist-es/commands/StopImportCommand.js +21 -28
- package/dist-es/commands/StopLoggingCommand.js +21 -28
- package/dist-es/commands/UpdateEventDataStoreCommand.js +21 -28
- package/dist-es/commands/UpdateTrailCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/CloudTrailServiceException.js +5 -10
- package/dist-es/models/models_0.js +1136 -943
- package/dist-es/pagination/GetQueryResultsPaginator.js +24 -67
- package/dist-es/pagination/ListChannelsPaginator.js +25 -68
- package/dist-es/pagination/ListEventDataStoresPaginator.js +25 -68
- package/dist-es/pagination/ListImportFailuresPaginator.js +25 -68
- package/dist-es/pagination/ListImportsPaginator.js +25 -68
- package/dist-es/pagination/ListPublicKeysPaginator.js +24 -67
- package/dist-es/pagination/ListQueriesPaginator.js +25 -68
- package/dist-es/pagination/ListTagsPaginator.js +24 -67
- package/dist-es/pagination/ListTrailsPaginator.js +24 -67
- package/dist-es/pagination/LookupEventsPaginator.js +25 -68
- package/dist-es/protocols/Aws_json1_1.js +3466 -4293
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/package.json +33 -33
|
@@ -1,174 +1,173 @@
|
|
|
1
|
-
import { __assign, __extends } from "tslib";
|
|
2
1
|
import { CloudTrailServiceException as __BaseException } from "./CloudTrailServiceException";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
}
|
|
171
|
-
|
|
2
|
+
export class AccountHasOngoingImportException extends __BaseException {
|
|
3
|
+
constructor(opts) {
|
|
4
|
+
super({
|
|
5
|
+
name: "AccountHasOngoingImportException",
|
|
6
|
+
$fault: "client",
|
|
7
|
+
...opts,
|
|
8
|
+
});
|
|
9
|
+
this.name = "AccountHasOngoingImportException";
|
|
10
|
+
this.$fault = "client";
|
|
11
|
+
Object.setPrototypeOf(this, AccountHasOngoingImportException.prototype);
|
|
12
|
+
this.Message = opts.Message;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
export class CloudTrailARNInvalidException extends __BaseException {
|
|
16
|
+
constructor(opts) {
|
|
17
|
+
super({
|
|
18
|
+
name: "CloudTrailARNInvalidException",
|
|
19
|
+
$fault: "client",
|
|
20
|
+
...opts,
|
|
21
|
+
});
|
|
22
|
+
this.name = "CloudTrailARNInvalidException";
|
|
23
|
+
this.$fault = "client";
|
|
24
|
+
Object.setPrototypeOf(this, CloudTrailARNInvalidException.prototype);
|
|
25
|
+
this.Message = opts.Message;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
export class ConflictException extends __BaseException {
|
|
29
|
+
constructor(opts) {
|
|
30
|
+
super({
|
|
31
|
+
name: "ConflictException",
|
|
32
|
+
$fault: "client",
|
|
33
|
+
...opts,
|
|
34
|
+
});
|
|
35
|
+
this.name = "ConflictException";
|
|
36
|
+
this.$fault = "client";
|
|
37
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
38
|
+
this.Message = opts.Message;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
export class EventDataStoreNotFoundException extends __BaseException {
|
|
42
|
+
constructor(opts) {
|
|
43
|
+
super({
|
|
44
|
+
name: "EventDataStoreNotFoundException",
|
|
45
|
+
$fault: "client",
|
|
46
|
+
...opts,
|
|
47
|
+
});
|
|
48
|
+
this.name = "EventDataStoreNotFoundException";
|
|
49
|
+
this.$fault = "client";
|
|
50
|
+
Object.setPrototypeOf(this, EventDataStoreNotFoundException.prototype);
|
|
51
|
+
this.Message = opts.Message;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
export class InactiveEventDataStoreException extends __BaseException {
|
|
55
|
+
constructor(opts) {
|
|
56
|
+
super({
|
|
57
|
+
name: "InactiveEventDataStoreException",
|
|
58
|
+
$fault: "client",
|
|
59
|
+
...opts,
|
|
60
|
+
});
|
|
61
|
+
this.name = "InactiveEventDataStoreException";
|
|
62
|
+
this.$fault = "client";
|
|
63
|
+
Object.setPrototypeOf(this, InactiveEventDataStoreException.prototype);
|
|
64
|
+
this.Message = opts.Message;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
export class InvalidTagParameterException extends __BaseException {
|
|
68
|
+
constructor(opts) {
|
|
69
|
+
super({
|
|
70
|
+
name: "InvalidTagParameterException",
|
|
71
|
+
$fault: "client",
|
|
72
|
+
...opts,
|
|
73
|
+
});
|
|
74
|
+
this.name = "InvalidTagParameterException";
|
|
75
|
+
this.$fault = "client";
|
|
76
|
+
Object.setPrototypeOf(this, InvalidTagParameterException.prototype);
|
|
77
|
+
this.Message = opts.Message;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
export class InvalidTrailNameException extends __BaseException {
|
|
81
|
+
constructor(opts) {
|
|
82
|
+
super({
|
|
83
|
+
name: "InvalidTrailNameException",
|
|
84
|
+
$fault: "client",
|
|
85
|
+
...opts,
|
|
86
|
+
});
|
|
87
|
+
this.name = "InvalidTrailNameException";
|
|
88
|
+
this.$fault = "client";
|
|
89
|
+
Object.setPrototypeOf(this, InvalidTrailNameException.prototype);
|
|
90
|
+
this.Message = opts.Message;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
export class NotOrganizationMasterAccountException extends __BaseException {
|
|
94
|
+
constructor(opts) {
|
|
95
|
+
super({
|
|
96
|
+
name: "NotOrganizationMasterAccountException",
|
|
97
|
+
$fault: "client",
|
|
98
|
+
...opts,
|
|
99
|
+
});
|
|
100
|
+
this.name = "NotOrganizationMasterAccountException";
|
|
101
|
+
this.$fault = "client";
|
|
102
|
+
Object.setPrototypeOf(this, NotOrganizationMasterAccountException.prototype);
|
|
103
|
+
this.Message = opts.Message;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
export class OperationNotPermittedException extends __BaseException {
|
|
107
|
+
constructor(opts) {
|
|
108
|
+
super({
|
|
109
|
+
name: "OperationNotPermittedException",
|
|
110
|
+
$fault: "client",
|
|
111
|
+
...opts,
|
|
112
|
+
});
|
|
113
|
+
this.name = "OperationNotPermittedException";
|
|
114
|
+
this.$fault = "client";
|
|
115
|
+
Object.setPrototypeOf(this, OperationNotPermittedException.prototype);
|
|
116
|
+
this.Message = opts.Message;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
export class ResourceNotFoundException extends __BaseException {
|
|
120
|
+
constructor(opts) {
|
|
121
|
+
super({
|
|
122
|
+
name: "ResourceNotFoundException",
|
|
123
|
+
$fault: "client",
|
|
124
|
+
...opts,
|
|
125
|
+
});
|
|
126
|
+
this.name = "ResourceNotFoundException";
|
|
127
|
+
this.$fault = "client";
|
|
128
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
129
|
+
this.Message = opts.Message;
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
export class ResourceTypeNotSupportedException extends __BaseException {
|
|
133
|
+
constructor(opts) {
|
|
134
|
+
super({
|
|
135
|
+
name: "ResourceTypeNotSupportedException",
|
|
136
|
+
$fault: "client",
|
|
137
|
+
...opts,
|
|
138
|
+
});
|
|
139
|
+
this.name = "ResourceTypeNotSupportedException";
|
|
140
|
+
this.$fault = "client";
|
|
141
|
+
Object.setPrototypeOf(this, ResourceTypeNotSupportedException.prototype);
|
|
142
|
+
this.Message = opts.Message;
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
export class TagsLimitExceededException extends __BaseException {
|
|
146
|
+
constructor(opts) {
|
|
147
|
+
super({
|
|
148
|
+
name: "TagsLimitExceededException",
|
|
149
|
+
$fault: "client",
|
|
150
|
+
...opts,
|
|
151
|
+
});
|
|
152
|
+
this.name = "TagsLimitExceededException";
|
|
153
|
+
this.$fault = "client";
|
|
154
|
+
Object.setPrototypeOf(this, TagsLimitExceededException.prototype);
|
|
155
|
+
this.Message = opts.Message;
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
export class UnsupportedOperationException extends __BaseException {
|
|
159
|
+
constructor(opts) {
|
|
160
|
+
super({
|
|
161
|
+
name: "UnsupportedOperationException",
|
|
162
|
+
$fault: "client",
|
|
163
|
+
...opts,
|
|
164
|
+
});
|
|
165
|
+
this.name = "UnsupportedOperationException";
|
|
166
|
+
this.$fault = "client";
|
|
167
|
+
Object.setPrototypeOf(this, UnsupportedOperationException.prototype);
|
|
168
|
+
this.Message = opts.Message;
|
|
169
|
+
}
|
|
170
|
+
}
|
|
172
171
|
export var QueryStatus;
|
|
173
172
|
(function (QueryStatus) {
|
|
174
173
|
QueryStatus["CANCELLED"] = "CANCELLED";
|
|
@@ -178,467 +177,467 @@ export var QueryStatus;
|
|
|
178
177
|
QueryStatus["RUNNING"] = "RUNNING";
|
|
179
178
|
QueryStatus["TIMED_OUT"] = "TIMED_OUT";
|
|
180
179
|
})(QueryStatus || (QueryStatus = {}));
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
}
|
|
271
|
-
|
|
180
|
+
export class EventDataStoreARNInvalidException extends __BaseException {
|
|
181
|
+
constructor(opts) {
|
|
182
|
+
super({
|
|
183
|
+
name: "EventDataStoreARNInvalidException",
|
|
184
|
+
$fault: "client",
|
|
185
|
+
...opts,
|
|
186
|
+
});
|
|
187
|
+
this.name = "EventDataStoreARNInvalidException";
|
|
188
|
+
this.$fault = "client";
|
|
189
|
+
Object.setPrototypeOf(this, EventDataStoreARNInvalidException.prototype);
|
|
190
|
+
this.Message = opts.Message;
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
export class InactiveQueryException extends __BaseException {
|
|
194
|
+
constructor(opts) {
|
|
195
|
+
super({
|
|
196
|
+
name: "InactiveQueryException",
|
|
197
|
+
$fault: "client",
|
|
198
|
+
...opts,
|
|
199
|
+
});
|
|
200
|
+
this.name = "InactiveQueryException";
|
|
201
|
+
this.$fault = "client";
|
|
202
|
+
Object.setPrototypeOf(this, InactiveQueryException.prototype);
|
|
203
|
+
this.Message = opts.Message;
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
export class InvalidParameterException extends __BaseException {
|
|
207
|
+
constructor(opts) {
|
|
208
|
+
super({
|
|
209
|
+
name: "InvalidParameterException",
|
|
210
|
+
$fault: "client",
|
|
211
|
+
...opts,
|
|
212
|
+
});
|
|
213
|
+
this.name = "InvalidParameterException";
|
|
214
|
+
this.$fault = "client";
|
|
215
|
+
Object.setPrototypeOf(this, InvalidParameterException.prototype);
|
|
216
|
+
this.Message = opts.Message;
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
export class QueryIdNotFoundException extends __BaseException {
|
|
220
|
+
constructor(opts) {
|
|
221
|
+
super({
|
|
222
|
+
name: "QueryIdNotFoundException",
|
|
223
|
+
$fault: "client",
|
|
224
|
+
...opts,
|
|
225
|
+
});
|
|
226
|
+
this.name = "QueryIdNotFoundException";
|
|
227
|
+
this.$fault = "client";
|
|
228
|
+
Object.setPrototypeOf(this, QueryIdNotFoundException.prototype);
|
|
229
|
+
this.Message = opts.Message;
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
export class ChannelARNInvalidException extends __BaseException {
|
|
233
|
+
constructor(opts) {
|
|
234
|
+
super({
|
|
235
|
+
name: "ChannelARNInvalidException",
|
|
236
|
+
$fault: "client",
|
|
237
|
+
...opts,
|
|
238
|
+
});
|
|
239
|
+
this.name = "ChannelARNInvalidException";
|
|
240
|
+
this.$fault = "client";
|
|
241
|
+
Object.setPrototypeOf(this, ChannelARNInvalidException.prototype);
|
|
242
|
+
this.Message = opts.Message;
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
export class ChannelNotFoundException extends __BaseException {
|
|
246
|
+
constructor(opts) {
|
|
247
|
+
super({
|
|
248
|
+
name: "ChannelNotFoundException",
|
|
249
|
+
$fault: "client",
|
|
250
|
+
...opts,
|
|
251
|
+
});
|
|
252
|
+
this.name = "ChannelNotFoundException";
|
|
253
|
+
this.$fault = "client";
|
|
254
|
+
Object.setPrototypeOf(this, ChannelNotFoundException.prototype);
|
|
255
|
+
this.Message = opts.Message;
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
export class CloudTrailAccessNotEnabledException extends __BaseException {
|
|
259
|
+
constructor(opts) {
|
|
260
|
+
super({
|
|
261
|
+
name: "CloudTrailAccessNotEnabledException",
|
|
262
|
+
$fault: "client",
|
|
263
|
+
...opts,
|
|
264
|
+
});
|
|
265
|
+
this.name = "CloudTrailAccessNotEnabledException";
|
|
266
|
+
this.$fault = "client";
|
|
267
|
+
Object.setPrototypeOf(this, CloudTrailAccessNotEnabledException.prototype);
|
|
268
|
+
this.Message = opts.Message;
|
|
269
|
+
}
|
|
270
|
+
}
|
|
272
271
|
export var EventDataStoreStatus;
|
|
273
272
|
(function (EventDataStoreStatus) {
|
|
274
273
|
EventDataStoreStatus["CREATED"] = "CREATED";
|
|
275
274
|
EventDataStoreStatus["ENABLED"] = "ENABLED";
|
|
276
275
|
EventDataStoreStatus["PENDING_DELETION"] = "PENDING_DELETION";
|
|
277
276
|
})(EventDataStoreStatus || (EventDataStoreStatus = {}));
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
}
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
}
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
}
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
}
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
}
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
}
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
}
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
}
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
}
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
}
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
}
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
}
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
}
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
}
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
}
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
}
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
}
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
}
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
}
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
}
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
}
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
}
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
}
|
|
641
|
-
|
|
277
|
+
export class EventDataStoreAlreadyExistsException extends __BaseException {
|
|
278
|
+
constructor(opts) {
|
|
279
|
+
super({
|
|
280
|
+
name: "EventDataStoreAlreadyExistsException",
|
|
281
|
+
$fault: "client",
|
|
282
|
+
...opts,
|
|
283
|
+
});
|
|
284
|
+
this.name = "EventDataStoreAlreadyExistsException";
|
|
285
|
+
this.$fault = "client";
|
|
286
|
+
Object.setPrototypeOf(this, EventDataStoreAlreadyExistsException.prototype);
|
|
287
|
+
this.Message = opts.Message;
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
export class EventDataStoreMaxLimitExceededException extends __BaseException {
|
|
291
|
+
constructor(opts) {
|
|
292
|
+
super({
|
|
293
|
+
name: "EventDataStoreMaxLimitExceededException",
|
|
294
|
+
$fault: "client",
|
|
295
|
+
...opts,
|
|
296
|
+
});
|
|
297
|
+
this.name = "EventDataStoreMaxLimitExceededException";
|
|
298
|
+
this.$fault = "client";
|
|
299
|
+
Object.setPrototypeOf(this, EventDataStoreMaxLimitExceededException.prototype);
|
|
300
|
+
this.Message = opts.Message;
|
|
301
|
+
}
|
|
302
|
+
}
|
|
303
|
+
export class InsufficientDependencyServiceAccessPermissionException extends __BaseException {
|
|
304
|
+
constructor(opts) {
|
|
305
|
+
super({
|
|
306
|
+
name: "InsufficientDependencyServiceAccessPermissionException",
|
|
307
|
+
$fault: "client",
|
|
308
|
+
...opts,
|
|
309
|
+
});
|
|
310
|
+
this.name = "InsufficientDependencyServiceAccessPermissionException";
|
|
311
|
+
this.$fault = "client";
|
|
312
|
+
Object.setPrototypeOf(this, InsufficientDependencyServiceAccessPermissionException.prototype);
|
|
313
|
+
this.Message = opts.Message;
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
export class OrganizationNotInAllFeaturesModeException extends __BaseException {
|
|
317
|
+
constructor(opts) {
|
|
318
|
+
super({
|
|
319
|
+
name: "OrganizationNotInAllFeaturesModeException",
|
|
320
|
+
$fault: "client",
|
|
321
|
+
...opts,
|
|
322
|
+
});
|
|
323
|
+
this.name = "OrganizationNotInAllFeaturesModeException";
|
|
324
|
+
this.$fault = "client";
|
|
325
|
+
Object.setPrototypeOf(this, OrganizationNotInAllFeaturesModeException.prototype);
|
|
326
|
+
this.Message = opts.Message;
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
export class OrganizationsNotInUseException extends __BaseException {
|
|
330
|
+
constructor(opts) {
|
|
331
|
+
super({
|
|
332
|
+
name: "OrganizationsNotInUseException",
|
|
333
|
+
$fault: "client",
|
|
334
|
+
...opts,
|
|
335
|
+
});
|
|
336
|
+
this.name = "OrganizationsNotInUseException";
|
|
337
|
+
this.$fault = "client";
|
|
338
|
+
Object.setPrototypeOf(this, OrganizationsNotInUseException.prototype);
|
|
339
|
+
this.Message = opts.Message;
|
|
340
|
+
}
|
|
341
|
+
}
|
|
342
|
+
export class CloudTrailInvalidClientTokenIdException extends __BaseException {
|
|
343
|
+
constructor(opts) {
|
|
344
|
+
super({
|
|
345
|
+
name: "CloudTrailInvalidClientTokenIdException",
|
|
346
|
+
$fault: "client",
|
|
347
|
+
...opts,
|
|
348
|
+
});
|
|
349
|
+
this.name = "CloudTrailInvalidClientTokenIdException";
|
|
350
|
+
this.$fault = "client";
|
|
351
|
+
Object.setPrototypeOf(this, CloudTrailInvalidClientTokenIdException.prototype);
|
|
352
|
+
this.Message = opts.Message;
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
export class CloudWatchLogsDeliveryUnavailableException extends __BaseException {
|
|
356
|
+
constructor(opts) {
|
|
357
|
+
super({
|
|
358
|
+
name: "CloudWatchLogsDeliveryUnavailableException",
|
|
359
|
+
$fault: "client",
|
|
360
|
+
...opts,
|
|
361
|
+
});
|
|
362
|
+
this.name = "CloudWatchLogsDeliveryUnavailableException";
|
|
363
|
+
this.$fault = "client";
|
|
364
|
+
Object.setPrototypeOf(this, CloudWatchLogsDeliveryUnavailableException.prototype);
|
|
365
|
+
this.Message = opts.Message;
|
|
366
|
+
}
|
|
367
|
+
}
|
|
368
|
+
export class InsufficientEncryptionPolicyException extends __BaseException {
|
|
369
|
+
constructor(opts) {
|
|
370
|
+
super({
|
|
371
|
+
name: "InsufficientEncryptionPolicyException",
|
|
372
|
+
$fault: "client",
|
|
373
|
+
...opts,
|
|
374
|
+
});
|
|
375
|
+
this.name = "InsufficientEncryptionPolicyException";
|
|
376
|
+
this.$fault = "client";
|
|
377
|
+
Object.setPrototypeOf(this, InsufficientEncryptionPolicyException.prototype);
|
|
378
|
+
this.Message = opts.Message;
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
export class InsufficientS3BucketPolicyException extends __BaseException {
|
|
382
|
+
constructor(opts) {
|
|
383
|
+
super({
|
|
384
|
+
name: "InsufficientS3BucketPolicyException",
|
|
385
|
+
$fault: "client",
|
|
386
|
+
...opts,
|
|
387
|
+
});
|
|
388
|
+
this.name = "InsufficientS3BucketPolicyException";
|
|
389
|
+
this.$fault = "client";
|
|
390
|
+
Object.setPrototypeOf(this, InsufficientS3BucketPolicyException.prototype);
|
|
391
|
+
this.Message = opts.Message;
|
|
392
|
+
}
|
|
393
|
+
}
|
|
394
|
+
export class InsufficientSnsTopicPolicyException extends __BaseException {
|
|
395
|
+
constructor(opts) {
|
|
396
|
+
super({
|
|
397
|
+
name: "InsufficientSnsTopicPolicyException",
|
|
398
|
+
$fault: "client",
|
|
399
|
+
...opts,
|
|
400
|
+
});
|
|
401
|
+
this.name = "InsufficientSnsTopicPolicyException";
|
|
402
|
+
this.$fault = "client";
|
|
403
|
+
Object.setPrototypeOf(this, InsufficientSnsTopicPolicyException.prototype);
|
|
404
|
+
this.Message = opts.Message;
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
export class InvalidCloudWatchLogsLogGroupArnException extends __BaseException {
|
|
408
|
+
constructor(opts) {
|
|
409
|
+
super({
|
|
410
|
+
name: "InvalidCloudWatchLogsLogGroupArnException",
|
|
411
|
+
$fault: "client",
|
|
412
|
+
...opts,
|
|
413
|
+
});
|
|
414
|
+
this.name = "InvalidCloudWatchLogsLogGroupArnException";
|
|
415
|
+
this.$fault = "client";
|
|
416
|
+
Object.setPrototypeOf(this, InvalidCloudWatchLogsLogGroupArnException.prototype);
|
|
417
|
+
this.Message = opts.Message;
|
|
418
|
+
}
|
|
419
|
+
}
|
|
420
|
+
export class InvalidCloudWatchLogsRoleArnException extends __BaseException {
|
|
421
|
+
constructor(opts) {
|
|
422
|
+
super({
|
|
423
|
+
name: "InvalidCloudWatchLogsRoleArnException",
|
|
424
|
+
$fault: "client",
|
|
425
|
+
...opts,
|
|
426
|
+
});
|
|
427
|
+
this.name = "InvalidCloudWatchLogsRoleArnException";
|
|
428
|
+
this.$fault = "client";
|
|
429
|
+
Object.setPrototypeOf(this, InvalidCloudWatchLogsRoleArnException.prototype);
|
|
430
|
+
this.Message = opts.Message;
|
|
431
|
+
}
|
|
432
|
+
}
|
|
433
|
+
export class InvalidKmsKeyIdException extends __BaseException {
|
|
434
|
+
constructor(opts) {
|
|
435
|
+
super({
|
|
436
|
+
name: "InvalidKmsKeyIdException",
|
|
437
|
+
$fault: "client",
|
|
438
|
+
...opts,
|
|
439
|
+
});
|
|
440
|
+
this.name = "InvalidKmsKeyIdException";
|
|
441
|
+
this.$fault = "client";
|
|
442
|
+
Object.setPrototypeOf(this, InvalidKmsKeyIdException.prototype);
|
|
443
|
+
this.Message = opts.Message;
|
|
444
|
+
}
|
|
445
|
+
}
|
|
446
|
+
export class InvalidParameterCombinationException extends __BaseException {
|
|
447
|
+
constructor(opts) {
|
|
448
|
+
super({
|
|
449
|
+
name: "InvalidParameterCombinationException",
|
|
450
|
+
$fault: "client",
|
|
451
|
+
...opts,
|
|
452
|
+
});
|
|
453
|
+
this.name = "InvalidParameterCombinationException";
|
|
454
|
+
this.$fault = "client";
|
|
455
|
+
Object.setPrototypeOf(this, InvalidParameterCombinationException.prototype);
|
|
456
|
+
this.Message = opts.Message;
|
|
457
|
+
}
|
|
458
|
+
}
|
|
459
|
+
export class InvalidS3BucketNameException extends __BaseException {
|
|
460
|
+
constructor(opts) {
|
|
461
|
+
super({
|
|
462
|
+
name: "InvalidS3BucketNameException",
|
|
463
|
+
$fault: "client",
|
|
464
|
+
...opts,
|
|
465
|
+
});
|
|
466
|
+
this.name = "InvalidS3BucketNameException";
|
|
467
|
+
this.$fault = "client";
|
|
468
|
+
Object.setPrototypeOf(this, InvalidS3BucketNameException.prototype);
|
|
469
|
+
this.Message = opts.Message;
|
|
470
|
+
}
|
|
471
|
+
}
|
|
472
|
+
export class InvalidS3PrefixException extends __BaseException {
|
|
473
|
+
constructor(opts) {
|
|
474
|
+
super({
|
|
475
|
+
name: "InvalidS3PrefixException",
|
|
476
|
+
$fault: "client",
|
|
477
|
+
...opts,
|
|
478
|
+
});
|
|
479
|
+
this.name = "InvalidS3PrefixException";
|
|
480
|
+
this.$fault = "client";
|
|
481
|
+
Object.setPrototypeOf(this, InvalidS3PrefixException.prototype);
|
|
482
|
+
this.Message = opts.Message;
|
|
483
|
+
}
|
|
484
|
+
}
|
|
485
|
+
export class InvalidSnsTopicNameException extends __BaseException {
|
|
486
|
+
constructor(opts) {
|
|
487
|
+
super({
|
|
488
|
+
name: "InvalidSnsTopicNameException",
|
|
489
|
+
$fault: "client",
|
|
490
|
+
...opts,
|
|
491
|
+
});
|
|
492
|
+
this.name = "InvalidSnsTopicNameException";
|
|
493
|
+
this.$fault = "client";
|
|
494
|
+
Object.setPrototypeOf(this, InvalidSnsTopicNameException.prototype);
|
|
495
|
+
this.Message = opts.Message;
|
|
496
|
+
}
|
|
497
|
+
}
|
|
498
|
+
export class KmsException extends __BaseException {
|
|
499
|
+
constructor(opts) {
|
|
500
|
+
super({
|
|
501
|
+
name: "KmsException",
|
|
502
|
+
$fault: "client",
|
|
503
|
+
...opts,
|
|
504
|
+
});
|
|
505
|
+
this.name = "KmsException";
|
|
506
|
+
this.$fault = "client";
|
|
507
|
+
Object.setPrototypeOf(this, KmsException.prototype);
|
|
508
|
+
this.Message = opts.Message;
|
|
509
|
+
}
|
|
510
|
+
}
|
|
511
|
+
export class KmsKeyDisabledException extends __BaseException {
|
|
512
|
+
constructor(opts) {
|
|
513
|
+
super({
|
|
514
|
+
name: "KmsKeyDisabledException",
|
|
515
|
+
$fault: "client",
|
|
516
|
+
...opts,
|
|
517
|
+
});
|
|
518
|
+
this.name = "KmsKeyDisabledException";
|
|
519
|
+
this.$fault = "client";
|
|
520
|
+
Object.setPrototypeOf(this, KmsKeyDisabledException.prototype);
|
|
521
|
+
this.Message = opts.Message;
|
|
522
|
+
}
|
|
523
|
+
}
|
|
524
|
+
export class KmsKeyNotFoundException extends __BaseException {
|
|
525
|
+
constructor(opts) {
|
|
526
|
+
super({
|
|
527
|
+
name: "KmsKeyNotFoundException",
|
|
528
|
+
$fault: "client",
|
|
529
|
+
...opts,
|
|
530
|
+
});
|
|
531
|
+
this.name = "KmsKeyNotFoundException";
|
|
532
|
+
this.$fault = "client";
|
|
533
|
+
Object.setPrototypeOf(this, KmsKeyNotFoundException.prototype);
|
|
534
|
+
this.Message = opts.Message;
|
|
535
|
+
}
|
|
536
|
+
}
|
|
537
|
+
export class MaximumNumberOfTrailsExceededException extends __BaseException {
|
|
538
|
+
constructor(opts) {
|
|
539
|
+
super({
|
|
540
|
+
name: "MaximumNumberOfTrailsExceededException",
|
|
541
|
+
$fault: "client",
|
|
542
|
+
...opts,
|
|
543
|
+
});
|
|
544
|
+
this.name = "MaximumNumberOfTrailsExceededException";
|
|
545
|
+
this.$fault = "client";
|
|
546
|
+
Object.setPrototypeOf(this, MaximumNumberOfTrailsExceededException.prototype);
|
|
547
|
+
this.Message = opts.Message;
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
export class S3BucketDoesNotExistException extends __BaseException {
|
|
551
|
+
constructor(opts) {
|
|
552
|
+
super({
|
|
553
|
+
name: "S3BucketDoesNotExistException",
|
|
554
|
+
$fault: "client",
|
|
555
|
+
...opts,
|
|
556
|
+
});
|
|
557
|
+
this.name = "S3BucketDoesNotExistException";
|
|
558
|
+
this.$fault = "client";
|
|
559
|
+
Object.setPrototypeOf(this, S3BucketDoesNotExistException.prototype);
|
|
560
|
+
this.Message = opts.Message;
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
export class TrailAlreadyExistsException extends __BaseException {
|
|
564
|
+
constructor(opts) {
|
|
565
|
+
super({
|
|
566
|
+
name: "TrailAlreadyExistsException",
|
|
567
|
+
$fault: "client",
|
|
568
|
+
...opts,
|
|
569
|
+
});
|
|
570
|
+
this.name = "TrailAlreadyExistsException";
|
|
571
|
+
this.$fault = "client";
|
|
572
|
+
Object.setPrototypeOf(this, TrailAlreadyExistsException.prototype);
|
|
573
|
+
this.Message = opts.Message;
|
|
574
|
+
}
|
|
575
|
+
}
|
|
576
|
+
export class TrailNotProvidedException extends __BaseException {
|
|
577
|
+
constructor(opts) {
|
|
578
|
+
super({
|
|
579
|
+
name: "TrailNotProvidedException",
|
|
580
|
+
$fault: "client",
|
|
581
|
+
...opts,
|
|
582
|
+
});
|
|
583
|
+
this.name = "TrailNotProvidedException";
|
|
584
|
+
this.$fault = "client";
|
|
585
|
+
Object.setPrototypeOf(this, TrailNotProvidedException.prototype);
|
|
586
|
+
this.Message = opts.Message;
|
|
587
|
+
}
|
|
588
|
+
}
|
|
589
|
+
export class EventDataStoreHasOngoingImportException extends __BaseException {
|
|
590
|
+
constructor(opts) {
|
|
591
|
+
super({
|
|
592
|
+
name: "EventDataStoreHasOngoingImportException",
|
|
593
|
+
$fault: "client",
|
|
594
|
+
...opts,
|
|
595
|
+
});
|
|
596
|
+
this.name = "EventDataStoreHasOngoingImportException";
|
|
597
|
+
this.$fault = "client";
|
|
598
|
+
Object.setPrototypeOf(this, EventDataStoreHasOngoingImportException.prototype);
|
|
599
|
+
this.Message = opts.Message;
|
|
600
|
+
}
|
|
601
|
+
}
|
|
602
|
+
export class EventDataStoreTerminationProtectedException extends __BaseException {
|
|
603
|
+
constructor(opts) {
|
|
604
|
+
super({
|
|
605
|
+
name: "EventDataStoreTerminationProtectedException",
|
|
606
|
+
$fault: "client",
|
|
607
|
+
...opts,
|
|
608
|
+
});
|
|
609
|
+
this.name = "EventDataStoreTerminationProtectedException";
|
|
610
|
+
this.$fault = "client";
|
|
611
|
+
Object.setPrototypeOf(this, EventDataStoreTerminationProtectedException.prototype);
|
|
612
|
+
this.Message = opts.Message;
|
|
613
|
+
}
|
|
614
|
+
}
|
|
615
|
+
export class InvalidHomeRegionException extends __BaseException {
|
|
616
|
+
constructor(opts) {
|
|
617
|
+
super({
|
|
618
|
+
name: "InvalidHomeRegionException",
|
|
619
|
+
$fault: "client",
|
|
620
|
+
...opts,
|
|
621
|
+
});
|
|
622
|
+
this.name = "InvalidHomeRegionException";
|
|
623
|
+
this.$fault = "client";
|
|
624
|
+
Object.setPrototypeOf(this, InvalidHomeRegionException.prototype);
|
|
625
|
+
this.Message = opts.Message;
|
|
626
|
+
}
|
|
627
|
+
}
|
|
628
|
+
export class TrailNotFoundException extends __BaseException {
|
|
629
|
+
constructor(opts) {
|
|
630
|
+
super({
|
|
631
|
+
name: "TrailNotFoundException",
|
|
632
|
+
$fault: "client",
|
|
633
|
+
...opts,
|
|
634
|
+
});
|
|
635
|
+
this.name = "TrailNotFoundException";
|
|
636
|
+
this.$fault = "client";
|
|
637
|
+
Object.setPrototypeOf(this, TrailNotFoundException.prototype);
|
|
638
|
+
this.Message = opts.Message;
|
|
639
|
+
}
|
|
640
|
+
}
|
|
642
641
|
export var DestinationType;
|
|
643
642
|
(function (DestinationType) {
|
|
644
643
|
DestinationType["AWS_SERVICE"] = "AWS_SERVICE";
|
|
@@ -658,147 +657,147 @@ export var ImportStatus;
|
|
|
658
657
|
ImportStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
659
658
|
ImportStatus["STOPPED"] = "STOPPED";
|
|
660
659
|
})(ImportStatus || (ImportStatus = {}));
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
}
|
|
673
|
-
|
|
660
|
+
export class ImportNotFoundException extends __BaseException {
|
|
661
|
+
constructor(opts) {
|
|
662
|
+
super({
|
|
663
|
+
name: "ImportNotFoundException",
|
|
664
|
+
$fault: "client",
|
|
665
|
+
...opts,
|
|
666
|
+
});
|
|
667
|
+
this.name = "ImportNotFoundException";
|
|
668
|
+
this.$fault = "client";
|
|
669
|
+
Object.setPrototypeOf(this, ImportNotFoundException.prototype);
|
|
670
|
+
this.Message = opts.Message;
|
|
671
|
+
}
|
|
672
|
+
}
|
|
674
673
|
export var InsightType;
|
|
675
674
|
(function (InsightType) {
|
|
676
675
|
InsightType["ApiCallRateInsight"] = "ApiCallRateInsight";
|
|
677
676
|
InsightType["ApiErrorRateInsight"] = "ApiErrorRateInsight";
|
|
678
677
|
})(InsightType || (InsightType = {}));
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
}
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
}
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
}
|
|
717
|
-
|
|
678
|
+
export class InsightNotEnabledException extends __BaseException {
|
|
679
|
+
constructor(opts) {
|
|
680
|
+
super({
|
|
681
|
+
name: "InsightNotEnabledException",
|
|
682
|
+
$fault: "client",
|
|
683
|
+
...opts,
|
|
684
|
+
});
|
|
685
|
+
this.name = "InsightNotEnabledException";
|
|
686
|
+
this.$fault = "client";
|
|
687
|
+
Object.setPrototypeOf(this, InsightNotEnabledException.prototype);
|
|
688
|
+
this.Message = opts.Message;
|
|
689
|
+
}
|
|
690
|
+
}
|
|
691
|
+
export class InvalidMaxResultsException extends __BaseException {
|
|
692
|
+
constructor(opts) {
|
|
693
|
+
super({
|
|
694
|
+
name: "InvalidMaxResultsException",
|
|
695
|
+
$fault: "client",
|
|
696
|
+
...opts,
|
|
697
|
+
});
|
|
698
|
+
this.name = "InvalidMaxResultsException";
|
|
699
|
+
this.$fault = "client";
|
|
700
|
+
Object.setPrototypeOf(this, InvalidMaxResultsException.prototype);
|
|
701
|
+
this.Message = opts.Message;
|
|
702
|
+
}
|
|
703
|
+
}
|
|
704
|
+
export class InvalidNextTokenException extends __BaseException {
|
|
705
|
+
constructor(opts) {
|
|
706
|
+
super({
|
|
707
|
+
name: "InvalidNextTokenException",
|
|
708
|
+
$fault: "client",
|
|
709
|
+
...opts,
|
|
710
|
+
});
|
|
711
|
+
this.name = "InvalidNextTokenException";
|
|
712
|
+
this.$fault = "client";
|
|
713
|
+
Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
|
|
714
|
+
this.Message = opts.Message;
|
|
715
|
+
}
|
|
716
|
+
}
|
|
718
717
|
export var ImportFailureStatus;
|
|
719
718
|
(function (ImportFailureStatus) {
|
|
720
719
|
ImportFailureStatus["FAILED"] = "FAILED";
|
|
721
720
|
ImportFailureStatus["RETRY"] = "RETRY";
|
|
722
721
|
ImportFailureStatus["SUCCEEDED"] = "SUCCEEDED";
|
|
723
722
|
})(ImportFailureStatus || (ImportFailureStatus = {}));
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
}
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
}
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
}
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
}
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
}
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
}
|
|
801
|
-
|
|
723
|
+
export class InvalidTimeRangeException extends __BaseException {
|
|
724
|
+
constructor(opts) {
|
|
725
|
+
super({
|
|
726
|
+
name: "InvalidTimeRangeException",
|
|
727
|
+
$fault: "client",
|
|
728
|
+
...opts,
|
|
729
|
+
});
|
|
730
|
+
this.name = "InvalidTimeRangeException";
|
|
731
|
+
this.$fault = "client";
|
|
732
|
+
Object.setPrototypeOf(this, InvalidTimeRangeException.prototype);
|
|
733
|
+
this.Message = opts.Message;
|
|
734
|
+
}
|
|
735
|
+
}
|
|
736
|
+
export class InvalidTokenException extends __BaseException {
|
|
737
|
+
constructor(opts) {
|
|
738
|
+
super({
|
|
739
|
+
name: "InvalidTokenException",
|
|
740
|
+
$fault: "client",
|
|
741
|
+
...opts,
|
|
742
|
+
});
|
|
743
|
+
this.name = "InvalidTokenException";
|
|
744
|
+
this.$fault = "client";
|
|
745
|
+
Object.setPrototypeOf(this, InvalidTokenException.prototype);
|
|
746
|
+
this.Message = opts.Message;
|
|
747
|
+
}
|
|
748
|
+
}
|
|
749
|
+
export class InvalidDateRangeException extends __BaseException {
|
|
750
|
+
constructor(opts) {
|
|
751
|
+
super({
|
|
752
|
+
name: "InvalidDateRangeException",
|
|
753
|
+
$fault: "client",
|
|
754
|
+
...opts,
|
|
755
|
+
});
|
|
756
|
+
this.name = "InvalidDateRangeException";
|
|
757
|
+
this.$fault = "client";
|
|
758
|
+
Object.setPrototypeOf(this, InvalidDateRangeException.prototype);
|
|
759
|
+
this.Message = opts.Message;
|
|
760
|
+
}
|
|
761
|
+
}
|
|
762
|
+
export class InvalidQueryStatusException extends __BaseException {
|
|
763
|
+
constructor(opts) {
|
|
764
|
+
super({
|
|
765
|
+
name: "InvalidQueryStatusException",
|
|
766
|
+
$fault: "client",
|
|
767
|
+
...opts,
|
|
768
|
+
});
|
|
769
|
+
this.name = "InvalidQueryStatusException";
|
|
770
|
+
this.$fault = "client";
|
|
771
|
+
Object.setPrototypeOf(this, InvalidQueryStatusException.prototype);
|
|
772
|
+
this.Message = opts.Message;
|
|
773
|
+
}
|
|
774
|
+
}
|
|
775
|
+
export class InvalidEventCategoryException extends __BaseException {
|
|
776
|
+
constructor(opts) {
|
|
777
|
+
super({
|
|
778
|
+
name: "InvalidEventCategoryException",
|
|
779
|
+
$fault: "client",
|
|
780
|
+
...opts,
|
|
781
|
+
});
|
|
782
|
+
this.name = "InvalidEventCategoryException";
|
|
783
|
+
this.$fault = "client";
|
|
784
|
+
Object.setPrototypeOf(this, InvalidEventCategoryException.prototype);
|
|
785
|
+
this.Message = opts.Message;
|
|
786
|
+
}
|
|
787
|
+
}
|
|
788
|
+
export class InvalidLookupAttributesException extends __BaseException {
|
|
789
|
+
constructor(opts) {
|
|
790
|
+
super({
|
|
791
|
+
name: "InvalidLookupAttributesException",
|
|
792
|
+
$fault: "client",
|
|
793
|
+
...opts,
|
|
794
|
+
});
|
|
795
|
+
this.name = "InvalidLookupAttributesException";
|
|
796
|
+
this.$fault = "client";
|
|
797
|
+
Object.setPrototypeOf(this, InvalidLookupAttributesException.prototype);
|
|
798
|
+
this.Message = opts.Message;
|
|
799
|
+
}
|
|
800
|
+
}
|
|
802
801
|
export var EventCategory;
|
|
803
802
|
(function (EventCategory) {
|
|
804
803
|
EventCategory["Insight"] = "insight";
|
|
@@ -814,191 +813,385 @@ export var LookupAttributeKey;
|
|
|
814
813
|
LookupAttributeKey["RESOURCE_TYPE"] = "ResourceType";
|
|
815
814
|
LookupAttributeKey["USERNAME"] = "Username";
|
|
816
815
|
})(LookupAttributeKey || (LookupAttributeKey = {}));
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
}
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
}
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
}
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
}
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
}
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
}
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
}
|
|
907
|
-
|
|
908
|
-
export
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
export
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
export
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
export
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
export
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
export
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
export
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
export
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
export
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
export
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
export
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
export
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
export
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
export
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
export
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
export
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
export
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
export
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
export
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
export
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
export
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
export
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
export
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
export
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
export
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
export
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
export
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
export
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
export
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
export
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
export
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
export
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
export
|
|
816
|
+
export class InvalidEventSelectorsException extends __BaseException {
|
|
817
|
+
constructor(opts) {
|
|
818
|
+
super({
|
|
819
|
+
name: "InvalidEventSelectorsException",
|
|
820
|
+
$fault: "client",
|
|
821
|
+
...opts,
|
|
822
|
+
});
|
|
823
|
+
this.name = "InvalidEventSelectorsException";
|
|
824
|
+
this.$fault = "client";
|
|
825
|
+
Object.setPrototypeOf(this, InvalidEventSelectorsException.prototype);
|
|
826
|
+
this.Message = opts.Message;
|
|
827
|
+
}
|
|
828
|
+
}
|
|
829
|
+
export class InvalidInsightSelectorsException extends __BaseException {
|
|
830
|
+
constructor(opts) {
|
|
831
|
+
super({
|
|
832
|
+
name: "InvalidInsightSelectorsException",
|
|
833
|
+
$fault: "client",
|
|
834
|
+
...opts,
|
|
835
|
+
});
|
|
836
|
+
this.name = "InvalidInsightSelectorsException";
|
|
837
|
+
this.$fault = "client";
|
|
838
|
+
Object.setPrototypeOf(this, InvalidInsightSelectorsException.prototype);
|
|
839
|
+
this.Message = opts.Message;
|
|
840
|
+
}
|
|
841
|
+
}
|
|
842
|
+
export class InvalidEventDataStoreStatusException extends __BaseException {
|
|
843
|
+
constructor(opts) {
|
|
844
|
+
super({
|
|
845
|
+
name: "InvalidEventDataStoreStatusException",
|
|
846
|
+
$fault: "client",
|
|
847
|
+
...opts,
|
|
848
|
+
});
|
|
849
|
+
this.name = "InvalidEventDataStoreStatusException";
|
|
850
|
+
this.$fault = "client";
|
|
851
|
+
Object.setPrototypeOf(this, InvalidEventDataStoreStatusException.prototype);
|
|
852
|
+
this.Message = opts.Message;
|
|
853
|
+
}
|
|
854
|
+
}
|
|
855
|
+
export class InvalidEventDataStoreCategoryException extends __BaseException {
|
|
856
|
+
constructor(opts) {
|
|
857
|
+
super({
|
|
858
|
+
name: "InvalidEventDataStoreCategoryException",
|
|
859
|
+
$fault: "client",
|
|
860
|
+
...opts,
|
|
861
|
+
});
|
|
862
|
+
this.name = "InvalidEventDataStoreCategoryException";
|
|
863
|
+
this.$fault = "client";
|
|
864
|
+
Object.setPrototypeOf(this, InvalidEventDataStoreCategoryException.prototype);
|
|
865
|
+
this.Message = opts.Message;
|
|
866
|
+
}
|
|
867
|
+
}
|
|
868
|
+
export class InvalidImportSourceException extends __BaseException {
|
|
869
|
+
constructor(opts) {
|
|
870
|
+
super({
|
|
871
|
+
name: "InvalidImportSourceException",
|
|
872
|
+
$fault: "client",
|
|
873
|
+
...opts,
|
|
874
|
+
});
|
|
875
|
+
this.name = "InvalidImportSourceException";
|
|
876
|
+
this.$fault = "client";
|
|
877
|
+
Object.setPrototypeOf(this, InvalidImportSourceException.prototype);
|
|
878
|
+
this.Message = opts.Message;
|
|
879
|
+
}
|
|
880
|
+
}
|
|
881
|
+
export class InvalidQueryStatementException extends __BaseException {
|
|
882
|
+
constructor(opts) {
|
|
883
|
+
super({
|
|
884
|
+
name: "InvalidQueryStatementException",
|
|
885
|
+
$fault: "client",
|
|
886
|
+
...opts,
|
|
887
|
+
});
|
|
888
|
+
this.name = "InvalidQueryStatementException";
|
|
889
|
+
this.$fault = "client";
|
|
890
|
+
Object.setPrototypeOf(this, InvalidQueryStatementException.prototype);
|
|
891
|
+
this.Message = opts.Message;
|
|
892
|
+
}
|
|
893
|
+
}
|
|
894
|
+
export class MaxConcurrentQueriesException extends __BaseException {
|
|
895
|
+
constructor(opts) {
|
|
896
|
+
super({
|
|
897
|
+
name: "MaxConcurrentQueriesException",
|
|
898
|
+
$fault: "client",
|
|
899
|
+
...opts,
|
|
900
|
+
});
|
|
901
|
+
this.name = "MaxConcurrentQueriesException";
|
|
902
|
+
this.$fault = "client";
|
|
903
|
+
Object.setPrototypeOf(this, MaxConcurrentQueriesException.prototype);
|
|
904
|
+
this.Message = opts.Message;
|
|
905
|
+
}
|
|
906
|
+
}
|
|
907
|
+
export const TagFilterSensitiveLog = (obj) => ({
|
|
908
|
+
...obj,
|
|
909
|
+
});
|
|
910
|
+
export const AddTagsRequestFilterSensitiveLog = (obj) => ({
|
|
911
|
+
...obj,
|
|
912
|
+
});
|
|
913
|
+
export const AddTagsResponseFilterSensitiveLog = (obj) => ({
|
|
914
|
+
...obj,
|
|
915
|
+
});
|
|
916
|
+
export const AdvancedFieldSelectorFilterSensitiveLog = (obj) => ({
|
|
917
|
+
...obj,
|
|
918
|
+
});
|
|
919
|
+
export const AdvancedEventSelectorFilterSensitiveLog = (obj) => ({
|
|
920
|
+
...obj,
|
|
921
|
+
});
|
|
922
|
+
export const CancelQueryRequestFilterSensitiveLog = (obj) => ({
|
|
923
|
+
...obj,
|
|
924
|
+
});
|
|
925
|
+
export const CancelQueryResponseFilterSensitiveLog = (obj) => ({
|
|
926
|
+
...obj,
|
|
927
|
+
});
|
|
928
|
+
export const ChannelFilterSensitiveLog = (obj) => ({
|
|
929
|
+
...obj,
|
|
930
|
+
});
|
|
931
|
+
export const CreateEventDataStoreRequestFilterSensitiveLog = (obj) => ({
|
|
932
|
+
...obj,
|
|
933
|
+
});
|
|
934
|
+
export const CreateEventDataStoreResponseFilterSensitiveLog = (obj) => ({
|
|
935
|
+
...obj,
|
|
936
|
+
});
|
|
937
|
+
export const CreateTrailRequestFilterSensitiveLog = (obj) => ({
|
|
938
|
+
...obj,
|
|
939
|
+
});
|
|
940
|
+
export const CreateTrailResponseFilterSensitiveLog = (obj) => ({
|
|
941
|
+
...obj,
|
|
942
|
+
});
|
|
943
|
+
export const DeleteEventDataStoreRequestFilterSensitiveLog = (obj) => ({
|
|
944
|
+
...obj,
|
|
945
|
+
});
|
|
946
|
+
export const DeleteEventDataStoreResponseFilterSensitiveLog = (obj) => ({
|
|
947
|
+
...obj,
|
|
948
|
+
});
|
|
949
|
+
export const DeleteTrailRequestFilterSensitiveLog = (obj) => ({
|
|
950
|
+
...obj,
|
|
951
|
+
});
|
|
952
|
+
export const DeleteTrailResponseFilterSensitiveLog = (obj) => ({
|
|
953
|
+
...obj,
|
|
954
|
+
});
|
|
955
|
+
export const DescribeQueryRequestFilterSensitiveLog = (obj) => ({
|
|
956
|
+
...obj,
|
|
957
|
+
});
|
|
958
|
+
export const QueryStatisticsForDescribeQueryFilterSensitiveLog = (obj) => ({
|
|
959
|
+
...obj,
|
|
960
|
+
});
|
|
961
|
+
export const DescribeQueryResponseFilterSensitiveLog = (obj) => ({
|
|
962
|
+
...obj,
|
|
963
|
+
});
|
|
964
|
+
export const DescribeTrailsRequestFilterSensitiveLog = (obj) => ({
|
|
965
|
+
...obj,
|
|
966
|
+
});
|
|
967
|
+
export const TrailFilterSensitiveLog = (obj) => ({
|
|
968
|
+
...obj,
|
|
969
|
+
});
|
|
970
|
+
export const DescribeTrailsResponseFilterSensitiveLog = (obj) => ({
|
|
971
|
+
...obj,
|
|
972
|
+
});
|
|
973
|
+
export const GetChannelRequestFilterSensitiveLog = (obj) => ({
|
|
974
|
+
...obj,
|
|
975
|
+
});
|
|
976
|
+
export const DestinationFilterSensitiveLog = (obj) => ({
|
|
977
|
+
...obj,
|
|
978
|
+
});
|
|
979
|
+
export const SourceConfigFilterSensitiveLog = (obj) => ({
|
|
980
|
+
...obj,
|
|
981
|
+
});
|
|
982
|
+
export const GetChannelResponseFilterSensitiveLog = (obj) => ({
|
|
983
|
+
...obj,
|
|
984
|
+
});
|
|
985
|
+
export const GetEventDataStoreRequestFilterSensitiveLog = (obj) => ({
|
|
986
|
+
...obj,
|
|
987
|
+
});
|
|
988
|
+
export const GetEventDataStoreResponseFilterSensitiveLog = (obj) => ({
|
|
989
|
+
...obj,
|
|
990
|
+
});
|
|
991
|
+
export const GetEventSelectorsRequestFilterSensitiveLog = (obj) => ({
|
|
992
|
+
...obj,
|
|
993
|
+
});
|
|
994
|
+
export const DataResourceFilterSensitiveLog = (obj) => ({
|
|
995
|
+
...obj,
|
|
996
|
+
});
|
|
997
|
+
export const EventSelectorFilterSensitiveLog = (obj) => ({
|
|
998
|
+
...obj,
|
|
999
|
+
});
|
|
1000
|
+
export const GetEventSelectorsResponseFilterSensitiveLog = (obj) => ({
|
|
1001
|
+
...obj,
|
|
1002
|
+
});
|
|
1003
|
+
export const GetImportRequestFilterSensitiveLog = (obj) => ({
|
|
1004
|
+
...obj,
|
|
1005
|
+
});
|
|
1006
|
+
export const S3ImportSourceFilterSensitiveLog = (obj) => ({
|
|
1007
|
+
...obj,
|
|
1008
|
+
});
|
|
1009
|
+
export const ImportSourceFilterSensitiveLog = (obj) => ({
|
|
1010
|
+
...obj,
|
|
1011
|
+
});
|
|
1012
|
+
export const ImportStatisticsFilterSensitiveLog = (obj) => ({
|
|
1013
|
+
...obj,
|
|
1014
|
+
});
|
|
1015
|
+
export const GetImportResponseFilterSensitiveLog = (obj) => ({
|
|
1016
|
+
...obj,
|
|
1017
|
+
});
|
|
1018
|
+
export const GetInsightSelectorsRequestFilterSensitiveLog = (obj) => ({
|
|
1019
|
+
...obj,
|
|
1020
|
+
});
|
|
1021
|
+
export const InsightSelectorFilterSensitiveLog = (obj) => ({
|
|
1022
|
+
...obj,
|
|
1023
|
+
});
|
|
1024
|
+
export const GetInsightSelectorsResponseFilterSensitiveLog = (obj) => ({
|
|
1025
|
+
...obj,
|
|
1026
|
+
});
|
|
1027
|
+
export const GetQueryResultsRequestFilterSensitiveLog = (obj) => ({
|
|
1028
|
+
...obj,
|
|
1029
|
+
});
|
|
1030
|
+
export const QueryStatisticsFilterSensitiveLog = (obj) => ({
|
|
1031
|
+
...obj,
|
|
1032
|
+
});
|
|
1033
|
+
export const GetQueryResultsResponseFilterSensitiveLog = (obj) => ({
|
|
1034
|
+
...obj,
|
|
1035
|
+
});
|
|
1036
|
+
export const GetTrailRequestFilterSensitiveLog = (obj) => ({
|
|
1037
|
+
...obj,
|
|
1038
|
+
});
|
|
1039
|
+
export const GetTrailResponseFilterSensitiveLog = (obj) => ({
|
|
1040
|
+
...obj,
|
|
1041
|
+
});
|
|
1042
|
+
export const GetTrailStatusRequestFilterSensitiveLog = (obj) => ({
|
|
1043
|
+
...obj,
|
|
1044
|
+
});
|
|
1045
|
+
export const GetTrailStatusResponseFilterSensitiveLog = (obj) => ({
|
|
1046
|
+
...obj,
|
|
1047
|
+
});
|
|
1048
|
+
export const ListChannelsRequestFilterSensitiveLog = (obj) => ({
|
|
1049
|
+
...obj,
|
|
1050
|
+
});
|
|
1051
|
+
export const ListChannelsResponseFilterSensitiveLog = (obj) => ({
|
|
1052
|
+
...obj,
|
|
1053
|
+
});
|
|
1054
|
+
export const ListEventDataStoresRequestFilterSensitiveLog = (obj) => ({
|
|
1055
|
+
...obj,
|
|
1056
|
+
});
|
|
1057
|
+
export const EventDataStoreFilterSensitiveLog = (obj) => ({
|
|
1058
|
+
...obj,
|
|
1059
|
+
});
|
|
1060
|
+
export const ListEventDataStoresResponseFilterSensitiveLog = (obj) => ({
|
|
1061
|
+
...obj,
|
|
1062
|
+
});
|
|
1063
|
+
export const ListImportFailuresRequestFilterSensitiveLog = (obj) => ({
|
|
1064
|
+
...obj,
|
|
1065
|
+
});
|
|
1066
|
+
export const ImportFailureListItemFilterSensitiveLog = (obj) => ({
|
|
1067
|
+
...obj,
|
|
1068
|
+
});
|
|
1069
|
+
export const ListImportFailuresResponseFilterSensitiveLog = (obj) => ({
|
|
1070
|
+
...obj,
|
|
1071
|
+
});
|
|
1072
|
+
export const ListImportsRequestFilterSensitiveLog = (obj) => ({
|
|
1073
|
+
...obj,
|
|
1074
|
+
});
|
|
1075
|
+
export const ImportsListItemFilterSensitiveLog = (obj) => ({
|
|
1076
|
+
...obj,
|
|
1077
|
+
});
|
|
1078
|
+
export const ListImportsResponseFilterSensitiveLog = (obj) => ({
|
|
1079
|
+
...obj,
|
|
1080
|
+
});
|
|
1081
|
+
export const ListPublicKeysRequestFilterSensitiveLog = (obj) => ({
|
|
1082
|
+
...obj,
|
|
1083
|
+
});
|
|
1084
|
+
export const PublicKeyFilterSensitiveLog = (obj) => ({
|
|
1085
|
+
...obj,
|
|
1086
|
+
});
|
|
1087
|
+
export const ListPublicKeysResponseFilterSensitiveLog = (obj) => ({
|
|
1088
|
+
...obj,
|
|
1089
|
+
});
|
|
1090
|
+
export const ListQueriesRequestFilterSensitiveLog = (obj) => ({
|
|
1091
|
+
...obj,
|
|
1092
|
+
});
|
|
1093
|
+
export const QueryFilterSensitiveLog = (obj) => ({
|
|
1094
|
+
...obj,
|
|
1095
|
+
});
|
|
1096
|
+
export const ListQueriesResponseFilterSensitiveLog = (obj) => ({
|
|
1097
|
+
...obj,
|
|
1098
|
+
});
|
|
1099
|
+
export const ListTagsRequestFilterSensitiveLog = (obj) => ({
|
|
1100
|
+
...obj,
|
|
1101
|
+
});
|
|
1102
|
+
export const ResourceTagFilterSensitiveLog = (obj) => ({
|
|
1103
|
+
...obj,
|
|
1104
|
+
});
|
|
1105
|
+
export const ListTagsResponseFilterSensitiveLog = (obj) => ({
|
|
1106
|
+
...obj,
|
|
1107
|
+
});
|
|
1108
|
+
export const ListTrailsRequestFilterSensitiveLog = (obj) => ({
|
|
1109
|
+
...obj,
|
|
1110
|
+
});
|
|
1111
|
+
export const TrailInfoFilterSensitiveLog = (obj) => ({
|
|
1112
|
+
...obj,
|
|
1113
|
+
});
|
|
1114
|
+
export const ListTrailsResponseFilterSensitiveLog = (obj) => ({
|
|
1115
|
+
...obj,
|
|
1116
|
+
});
|
|
1117
|
+
export const LookupAttributeFilterSensitiveLog = (obj) => ({
|
|
1118
|
+
...obj,
|
|
1119
|
+
});
|
|
1120
|
+
export const LookupEventsRequestFilterSensitiveLog = (obj) => ({
|
|
1121
|
+
...obj,
|
|
1122
|
+
});
|
|
1123
|
+
export const ResourceFilterSensitiveLog = (obj) => ({
|
|
1124
|
+
...obj,
|
|
1125
|
+
});
|
|
1126
|
+
export const EventFilterSensitiveLog = (obj) => ({
|
|
1127
|
+
...obj,
|
|
1128
|
+
});
|
|
1129
|
+
export const LookupEventsResponseFilterSensitiveLog = (obj) => ({
|
|
1130
|
+
...obj,
|
|
1131
|
+
});
|
|
1132
|
+
export const PutEventSelectorsRequestFilterSensitiveLog = (obj) => ({
|
|
1133
|
+
...obj,
|
|
1134
|
+
});
|
|
1135
|
+
export const PutEventSelectorsResponseFilterSensitiveLog = (obj) => ({
|
|
1136
|
+
...obj,
|
|
1137
|
+
});
|
|
1138
|
+
export const PutInsightSelectorsRequestFilterSensitiveLog = (obj) => ({
|
|
1139
|
+
...obj,
|
|
1140
|
+
});
|
|
1141
|
+
export const PutInsightSelectorsResponseFilterSensitiveLog = (obj) => ({
|
|
1142
|
+
...obj,
|
|
1143
|
+
});
|
|
1144
|
+
export const RemoveTagsRequestFilterSensitiveLog = (obj) => ({
|
|
1145
|
+
...obj,
|
|
1146
|
+
});
|
|
1147
|
+
export const RemoveTagsResponseFilterSensitiveLog = (obj) => ({
|
|
1148
|
+
...obj,
|
|
1149
|
+
});
|
|
1150
|
+
export const RestoreEventDataStoreRequestFilterSensitiveLog = (obj) => ({
|
|
1151
|
+
...obj,
|
|
1152
|
+
});
|
|
1153
|
+
export const RestoreEventDataStoreResponseFilterSensitiveLog = (obj) => ({
|
|
1154
|
+
...obj,
|
|
1155
|
+
});
|
|
1156
|
+
export const StartImportRequestFilterSensitiveLog = (obj) => ({
|
|
1157
|
+
...obj,
|
|
1158
|
+
});
|
|
1159
|
+
export const StartImportResponseFilterSensitiveLog = (obj) => ({
|
|
1160
|
+
...obj,
|
|
1161
|
+
});
|
|
1162
|
+
export const StartLoggingRequestFilterSensitiveLog = (obj) => ({
|
|
1163
|
+
...obj,
|
|
1164
|
+
});
|
|
1165
|
+
export const StartLoggingResponseFilterSensitiveLog = (obj) => ({
|
|
1166
|
+
...obj,
|
|
1167
|
+
});
|
|
1168
|
+
export const StartQueryRequestFilterSensitiveLog = (obj) => ({
|
|
1169
|
+
...obj,
|
|
1170
|
+
});
|
|
1171
|
+
export const StartQueryResponseFilterSensitiveLog = (obj) => ({
|
|
1172
|
+
...obj,
|
|
1173
|
+
});
|
|
1174
|
+
export const StopImportRequestFilterSensitiveLog = (obj) => ({
|
|
1175
|
+
...obj,
|
|
1176
|
+
});
|
|
1177
|
+
export const StopImportResponseFilterSensitiveLog = (obj) => ({
|
|
1178
|
+
...obj,
|
|
1179
|
+
});
|
|
1180
|
+
export const StopLoggingRequestFilterSensitiveLog = (obj) => ({
|
|
1181
|
+
...obj,
|
|
1182
|
+
});
|
|
1183
|
+
export const StopLoggingResponseFilterSensitiveLog = (obj) => ({
|
|
1184
|
+
...obj,
|
|
1185
|
+
});
|
|
1186
|
+
export const UpdateEventDataStoreRequestFilterSensitiveLog = (obj) => ({
|
|
1187
|
+
...obj,
|
|
1188
|
+
});
|
|
1189
|
+
export const UpdateEventDataStoreResponseFilterSensitiveLog = (obj) => ({
|
|
1190
|
+
...obj,
|
|
1191
|
+
});
|
|
1192
|
+
export const UpdateTrailRequestFilterSensitiveLog = (obj) => ({
|
|
1193
|
+
...obj,
|
|
1194
|
+
});
|
|
1195
|
+
export const UpdateTrailResponseFilterSensitiveLog = (obj) => ({
|
|
1196
|
+
...obj,
|
|
1197
|
+
});
|