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