@aws-sdk/client-cloudtrail 3.948.0 → 3.953.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/dist-cjs/index.js +1196 -837
- package/dist-cjs/runtimeConfig.shared.js +7 -6
- package/dist-es/commands/AddTagsCommand.js +2 -2
- package/dist-es/commands/CancelQueryCommand.js +2 -2
- package/dist-es/commands/CreateChannelCommand.js +2 -2
- package/dist-es/commands/CreateDashboardCommand.js +2 -2
- package/dist-es/commands/CreateEventDataStoreCommand.js +2 -2
- package/dist-es/commands/CreateTrailCommand.js +2 -2
- package/dist-es/commands/DeleteChannelCommand.js +2 -2
- package/dist-es/commands/DeleteDashboardCommand.js +2 -2
- package/dist-es/commands/DeleteEventDataStoreCommand.js +2 -2
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteTrailCommand.js +2 -2
- package/dist-es/commands/DeregisterOrganizationDelegatedAdminCommand.js +2 -2
- package/dist-es/commands/DescribeQueryCommand.js +2 -2
- package/dist-es/commands/DescribeTrailsCommand.js +2 -2
- package/dist-es/commands/DisableFederationCommand.js +2 -2
- package/dist-es/commands/EnableFederationCommand.js +2 -2
- package/dist-es/commands/GenerateQueryCommand.js +2 -2
- package/dist-es/commands/GetChannelCommand.js +2 -2
- package/dist-es/commands/GetDashboardCommand.js +2 -2
- package/dist-es/commands/GetEventConfigurationCommand.js +2 -2
- package/dist-es/commands/GetEventDataStoreCommand.js +2 -2
- package/dist-es/commands/GetEventSelectorsCommand.js +2 -2
- package/dist-es/commands/GetImportCommand.js +2 -2
- package/dist-es/commands/GetInsightSelectorsCommand.js +2 -2
- package/dist-es/commands/GetQueryResultsCommand.js +2 -2
- package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
- package/dist-es/commands/GetTrailCommand.js +2 -2
- package/dist-es/commands/GetTrailStatusCommand.js +2 -2
- package/dist-es/commands/ListChannelsCommand.js +2 -2
- package/dist-es/commands/ListDashboardsCommand.js +2 -2
- package/dist-es/commands/ListEventDataStoresCommand.js +2 -2
- package/dist-es/commands/ListImportFailuresCommand.js +2 -2
- package/dist-es/commands/ListImportsCommand.js +2 -2
- package/dist-es/commands/ListInsightsDataCommand.js +2 -2
- package/dist-es/commands/ListInsightsMetricDataCommand.js +2 -2
- package/dist-es/commands/ListPublicKeysCommand.js +2 -2
- package/dist-es/commands/ListQueriesCommand.js +2 -2
- package/dist-es/commands/ListTagsCommand.js +2 -2
- package/dist-es/commands/ListTrailsCommand.js +2 -2
- package/dist-es/commands/LookupEventsCommand.js +2 -2
- package/dist-es/commands/PutEventConfigurationCommand.js +2 -2
- package/dist-es/commands/PutEventSelectorsCommand.js +2 -2
- package/dist-es/commands/PutInsightSelectorsCommand.js +2 -2
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-es/commands/RegisterOrganizationDelegatedAdminCommand.js +2 -2
- package/dist-es/commands/RemoveTagsCommand.js +2 -2
- package/dist-es/commands/RestoreEventDataStoreCommand.js +2 -2
- package/dist-es/commands/SearchSampleQueriesCommand.js +2 -2
- package/dist-es/commands/StartDashboardRefreshCommand.js +2 -2
- package/dist-es/commands/StartEventDataStoreIngestionCommand.js +2 -2
- package/dist-es/commands/StartImportCommand.js +2 -2
- package/dist-es/commands/StartLoggingCommand.js +2 -2
- package/dist-es/commands/StartQueryCommand.js +2 -2
- package/dist-es/commands/StopEventDataStoreIngestionCommand.js +2 -2
- package/dist-es/commands/StopImportCommand.js +2 -2
- package/dist-es/commands/StopLoggingCommand.js +2 -2
- package/dist-es/commands/UpdateChannelCommand.js +2 -2
- package/dist-es/commands/UpdateDashboardCommand.js +2 -2
- package/dist-es/commands/UpdateEventDataStoreCommand.js +2 -2
- package/dist-es/commands/UpdateTrailCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -6
- package/dist-es/schemas/schemas_0.js +593 -536
- package/dist-types/CloudTrailClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +303 -348
- package/dist-types/ts3.4/CloudTrailClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +302 -348
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class CloudTrailClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class CloudTrailServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, CloudTrailServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class AccessDeniedException extends CloudTrailServiceException {
|
|
121
121
|
name = "AccessDeniedException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
Message;
|
|
@@ -130,8 +130,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends CloudTrailServ
|
|
|
130
130
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
131
131
|
this.Message = opts.Message;
|
|
132
132
|
}
|
|
133
|
-
}
|
|
134
|
-
|
|
133
|
+
}
|
|
134
|
+
class AccountHasOngoingImportException extends CloudTrailServiceException {
|
|
135
135
|
name = "AccountHasOngoingImportException";
|
|
136
136
|
$fault = "client";
|
|
137
137
|
Message;
|
|
@@ -144,8 +144,8 @@ let AccountHasOngoingImportException$1 = class AccountHasOngoingImportException
|
|
|
144
144
|
Object.setPrototypeOf(this, AccountHasOngoingImportException.prototype);
|
|
145
145
|
this.Message = opts.Message;
|
|
146
146
|
}
|
|
147
|
-
}
|
|
148
|
-
|
|
147
|
+
}
|
|
148
|
+
class AccountNotFoundException extends CloudTrailServiceException {
|
|
149
149
|
name = "AccountNotFoundException";
|
|
150
150
|
$fault = "client";
|
|
151
151
|
Message;
|
|
@@ -158,8 +158,8 @@ let AccountNotFoundException$1 = class AccountNotFoundException extends CloudTra
|
|
|
158
158
|
Object.setPrototypeOf(this, AccountNotFoundException.prototype);
|
|
159
159
|
this.Message = opts.Message;
|
|
160
160
|
}
|
|
161
|
-
}
|
|
162
|
-
|
|
161
|
+
}
|
|
162
|
+
class AccountNotRegisteredException extends CloudTrailServiceException {
|
|
163
163
|
name = "AccountNotRegisteredException";
|
|
164
164
|
$fault = "client";
|
|
165
165
|
Message;
|
|
@@ -172,8 +172,8 @@ let AccountNotRegisteredException$1 = class AccountNotRegisteredException extend
|
|
|
172
172
|
Object.setPrototypeOf(this, AccountNotRegisteredException.prototype);
|
|
173
173
|
this.Message = opts.Message;
|
|
174
174
|
}
|
|
175
|
-
}
|
|
176
|
-
|
|
175
|
+
}
|
|
176
|
+
class AccountRegisteredException extends CloudTrailServiceException {
|
|
177
177
|
name = "AccountRegisteredException";
|
|
178
178
|
$fault = "client";
|
|
179
179
|
Message;
|
|
@@ -186,8 +186,8 @@ let AccountRegisteredException$1 = class AccountRegisteredException extends Clou
|
|
|
186
186
|
Object.setPrototypeOf(this, AccountRegisteredException.prototype);
|
|
187
187
|
this.Message = opts.Message;
|
|
188
188
|
}
|
|
189
|
-
}
|
|
190
|
-
|
|
189
|
+
}
|
|
190
|
+
class ChannelARNInvalidException extends CloudTrailServiceException {
|
|
191
191
|
name = "ChannelARNInvalidException";
|
|
192
192
|
$fault = "client";
|
|
193
193
|
Message;
|
|
@@ -200,8 +200,8 @@ let ChannelARNInvalidException$1 = class ChannelARNInvalidException extends Clou
|
|
|
200
200
|
Object.setPrototypeOf(this, ChannelARNInvalidException.prototype);
|
|
201
201
|
this.Message = opts.Message;
|
|
202
202
|
}
|
|
203
|
-
}
|
|
204
|
-
|
|
203
|
+
}
|
|
204
|
+
class ChannelNotFoundException extends CloudTrailServiceException {
|
|
205
205
|
name = "ChannelNotFoundException";
|
|
206
206
|
$fault = "client";
|
|
207
207
|
Message;
|
|
@@ -214,8 +214,8 @@ let ChannelNotFoundException$1 = class ChannelNotFoundException extends CloudTra
|
|
|
214
214
|
Object.setPrototypeOf(this, ChannelNotFoundException.prototype);
|
|
215
215
|
this.Message = opts.Message;
|
|
216
216
|
}
|
|
217
|
-
}
|
|
218
|
-
|
|
217
|
+
}
|
|
218
|
+
class CloudTrailARNInvalidException extends CloudTrailServiceException {
|
|
219
219
|
name = "CloudTrailARNInvalidException";
|
|
220
220
|
$fault = "client";
|
|
221
221
|
Message;
|
|
@@ -228,8 +228,8 @@ let CloudTrailARNInvalidException$1 = class CloudTrailARNInvalidException extend
|
|
|
228
228
|
Object.setPrototypeOf(this, CloudTrailARNInvalidException.prototype);
|
|
229
229
|
this.Message = opts.Message;
|
|
230
230
|
}
|
|
231
|
-
}
|
|
232
|
-
|
|
231
|
+
}
|
|
232
|
+
class ConflictException extends CloudTrailServiceException {
|
|
233
233
|
name = "ConflictException";
|
|
234
234
|
$fault = "client";
|
|
235
235
|
Message;
|
|
@@ -242,8 +242,8 @@ let ConflictException$1 = class ConflictException extends CloudTrailServiceExcep
|
|
|
242
242
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
243
243
|
this.Message = opts.Message;
|
|
244
244
|
}
|
|
245
|
-
}
|
|
246
|
-
|
|
245
|
+
}
|
|
246
|
+
class EventDataStoreARNInvalidException extends CloudTrailServiceException {
|
|
247
247
|
name = "EventDataStoreARNInvalidException";
|
|
248
248
|
$fault = "client";
|
|
249
249
|
Message;
|
|
@@ -256,8 +256,8 @@ let EventDataStoreARNInvalidException$1 = class EventDataStoreARNInvalidExceptio
|
|
|
256
256
|
Object.setPrototypeOf(this, EventDataStoreARNInvalidException.prototype);
|
|
257
257
|
this.Message = opts.Message;
|
|
258
258
|
}
|
|
259
|
-
}
|
|
260
|
-
|
|
259
|
+
}
|
|
260
|
+
class EventDataStoreNotFoundException extends CloudTrailServiceException {
|
|
261
261
|
name = "EventDataStoreNotFoundException";
|
|
262
262
|
$fault = "client";
|
|
263
263
|
Message;
|
|
@@ -270,8 +270,8 @@ let EventDataStoreNotFoundException$1 = class EventDataStoreNotFoundException ex
|
|
|
270
270
|
Object.setPrototypeOf(this, EventDataStoreNotFoundException.prototype);
|
|
271
271
|
this.Message = opts.Message;
|
|
272
272
|
}
|
|
273
|
-
}
|
|
274
|
-
|
|
273
|
+
}
|
|
274
|
+
class InactiveEventDataStoreException extends CloudTrailServiceException {
|
|
275
275
|
name = "InactiveEventDataStoreException";
|
|
276
276
|
$fault = "client";
|
|
277
277
|
Message;
|
|
@@ -284,8 +284,8 @@ let InactiveEventDataStoreException$1 = class InactiveEventDataStoreException ex
|
|
|
284
284
|
Object.setPrototypeOf(this, InactiveEventDataStoreException.prototype);
|
|
285
285
|
this.Message = opts.Message;
|
|
286
286
|
}
|
|
287
|
-
}
|
|
288
|
-
|
|
287
|
+
}
|
|
288
|
+
class InvalidTagParameterException extends CloudTrailServiceException {
|
|
289
289
|
name = "InvalidTagParameterException";
|
|
290
290
|
$fault = "client";
|
|
291
291
|
Message;
|
|
@@ -298,8 +298,8 @@ let InvalidTagParameterException$1 = class InvalidTagParameterException extends
|
|
|
298
298
|
Object.setPrototypeOf(this, InvalidTagParameterException.prototype);
|
|
299
299
|
this.Message = opts.Message;
|
|
300
300
|
}
|
|
301
|
-
}
|
|
302
|
-
|
|
301
|
+
}
|
|
302
|
+
class InvalidTrailNameException extends CloudTrailServiceException {
|
|
303
303
|
name = "InvalidTrailNameException";
|
|
304
304
|
$fault = "client";
|
|
305
305
|
Message;
|
|
@@ -312,8 +312,8 @@ let InvalidTrailNameException$1 = class InvalidTrailNameException extends CloudT
|
|
|
312
312
|
Object.setPrototypeOf(this, InvalidTrailNameException.prototype);
|
|
313
313
|
this.Message = opts.Message;
|
|
314
314
|
}
|
|
315
|
-
}
|
|
316
|
-
|
|
315
|
+
}
|
|
316
|
+
class NoManagementAccountSLRExistsException extends CloudTrailServiceException {
|
|
317
317
|
name = "NoManagementAccountSLRExistsException";
|
|
318
318
|
$fault = "client";
|
|
319
319
|
Message;
|
|
@@ -326,8 +326,8 @@ let NoManagementAccountSLRExistsException$1 = class NoManagementAccountSLRExists
|
|
|
326
326
|
Object.setPrototypeOf(this, NoManagementAccountSLRExistsException.prototype);
|
|
327
327
|
this.Message = opts.Message;
|
|
328
328
|
}
|
|
329
|
-
}
|
|
330
|
-
|
|
329
|
+
}
|
|
330
|
+
class NotOrganizationMasterAccountException extends CloudTrailServiceException {
|
|
331
331
|
name = "NotOrganizationMasterAccountException";
|
|
332
332
|
$fault = "client";
|
|
333
333
|
Message;
|
|
@@ -340,8 +340,8 @@ let NotOrganizationMasterAccountException$1 = class NotOrganizationMasterAccount
|
|
|
340
340
|
Object.setPrototypeOf(this, NotOrganizationMasterAccountException.prototype);
|
|
341
341
|
this.Message = opts.Message;
|
|
342
342
|
}
|
|
343
|
-
}
|
|
344
|
-
|
|
343
|
+
}
|
|
344
|
+
class OperationNotPermittedException extends CloudTrailServiceException {
|
|
345
345
|
name = "OperationNotPermittedException";
|
|
346
346
|
$fault = "client";
|
|
347
347
|
Message;
|
|
@@ -354,8 +354,8 @@ let OperationNotPermittedException$1 = class OperationNotPermittedException exte
|
|
|
354
354
|
Object.setPrototypeOf(this, OperationNotPermittedException.prototype);
|
|
355
355
|
this.Message = opts.Message;
|
|
356
356
|
}
|
|
357
|
-
}
|
|
358
|
-
|
|
357
|
+
}
|
|
358
|
+
class ResourceNotFoundException extends CloudTrailServiceException {
|
|
359
359
|
name = "ResourceNotFoundException";
|
|
360
360
|
$fault = "client";
|
|
361
361
|
Message;
|
|
@@ -368,8 +368,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends CloudT
|
|
|
368
368
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
369
369
|
this.Message = opts.Message;
|
|
370
370
|
}
|
|
371
|
-
}
|
|
372
|
-
|
|
371
|
+
}
|
|
372
|
+
class ResourceTypeNotSupportedException extends CloudTrailServiceException {
|
|
373
373
|
name = "ResourceTypeNotSupportedException";
|
|
374
374
|
$fault = "client";
|
|
375
375
|
Message;
|
|
@@ -382,8 +382,8 @@ let ResourceTypeNotSupportedException$1 = class ResourceTypeNotSupportedExceptio
|
|
|
382
382
|
Object.setPrototypeOf(this, ResourceTypeNotSupportedException.prototype);
|
|
383
383
|
this.Message = opts.Message;
|
|
384
384
|
}
|
|
385
|
-
}
|
|
386
|
-
|
|
385
|
+
}
|
|
386
|
+
class TagsLimitExceededException extends CloudTrailServiceException {
|
|
387
387
|
name = "TagsLimitExceededException";
|
|
388
388
|
$fault = "client";
|
|
389
389
|
Message;
|
|
@@ -396,8 +396,8 @@ let TagsLimitExceededException$1 = class TagsLimitExceededException extends Clou
|
|
|
396
396
|
Object.setPrototypeOf(this, TagsLimitExceededException.prototype);
|
|
397
397
|
this.Message = opts.Message;
|
|
398
398
|
}
|
|
399
|
-
}
|
|
400
|
-
|
|
399
|
+
}
|
|
400
|
+
class UnsupportedOperationException extends CloudTrailServiceException {
|
|
401
401
|
name = "UnsupportedOperationException";
|
|
402
402
|
$fault = "client";
|
|
403
403
|
Message;
|
|
@@ -410,8 +410,8 @@ let UnsupportedOperationException$1 = class UnsupportedOperationException extend
|
|
|
410
410
|
Object.setPrototypeOf(this, UnsupportedOperationException.prototype);
|
|
411
411
|
this.Message = opts.Message;
|
|
412
412
|
}
|
|
413
|
-
}
|
|
414
|
-
|
|
413
|
+
}
|
|
414
|
+
class InactiveQueryException extends CloudTrailServiceException {
|
|
415
415
|
name = "InactiveQueryException";
|
|
416
416
|
$fault = "client";
|
|
417
417
|
Message;
|
|
@@ -424,8 +424,8 @@ let InactiveQueryException$1 = class InactiveQueryException extends CloudTrailSe
|
|
|
424
424
|
Object.setPrototypeOf(this, InactiveQueryException.prototype);
|
|
425
425
|
this.Message = opts.Message;
|
|
426
426
|
}
|
|
427
|
-
}
|
|
428
|
-
|
|
427
|
+
}
|
|
428
|
+
class InvalidParameterException extends CloudTrailServiceException {
|
|
429
429
|
name = "InvalidParameterException";
|
|
430
430
|
$fault = "client";
|
|
431
431
|
Message;
|
|
@@ -438,8 +438,8 @@ let InvalidParameterException$1 = class InvalidParameterException extends CloudT
|
|
|
438
438
|
Object.setPrototypeOf(this, InvalidParameterException.prototype);
|
|
439
439
|
this.Message = opts.Message;
|
|
440
440
|
}
|
|
441
|
-
}
|
|
442
|
-
|
|
441
|
+
}
|
|
442
|
+
class QueryIdNotFoundException extends CloudTrailServiceException {
|
|
443
443
|
name = "QueryIdNotFoundException";
|
|
444
444
|
$fault = "client";
|
|
445
445
|
Message;
|
|
@@ -452,8 +452,8 @@ let QueryIdNotFoundException$1 = class QueryIdNotFoundException extends CloudTra
|
|
|
452
452
|
Object.setPrototypeOf(this, QueryIdNotFoundException.prototype);
|
|
453
453
|
this.Message = opts.Message;
|
|
454
454
|
}
|
|
455
|
-
}
|
|
456
|
-
|
|
455
|
+
}
|
|
456
|
+
class CannotDelegateManagementAccountException extends CloudTrailServiceException {
|
|
457
457
|
name = "CannotDelegateManagementAccountException";
|
|
458
458
|
$fault = "client";
|
|
459
459
|
Message;
|
|
@@ -466,8 +466,8 @@ let CannotDelegateManagementAccountException$1 = class CannotDelegateManagementA
|
|
|
466
466
|
Object.setPrototypeOf(this, CannotDelegateManagementAccountException.prototype);
|
|
467
467
|
this.Message = opts.Message;
|
|
468
468
|
}
|
|
469
|
-
}
|
|
470
|
-
|
|
469
|
+
}
|
|
470
|
+
class ChannelAlreadyExistsException extends CloudTrailServiceException {
|
|
471
471
|
name = "ChannelAlreadyExistsException";
|
|
472
472
|
$fault = "client";
|
|
473
473
|
Message;
|
|
@@ -480,8 +480,8 @@ let ChannelAlreadyExistsException$1 = class ChannelAlreadyExistsException extend
|
|
|
480
480
|
Object.setPrototypeOf(this, ChannelAlreadyExistsException.prototype);
|
|
481
481
|
this.Message = opts.Message;
|
|
482
482
|
}
|
|
483
|
-
}
|
|
484
|
-
|
|
483
|
+
}
|
|
484
|
+
class ChannelExistsForEDSException extends CloudTrailServiceException {
|
|
485
485
|
name = "ChannelExistsForEDSException";
|
|
486
486
|
$fault = "client";
|
|
487
487
|
Message;
|
|
@@ -494,8 +494,8 @@ let ChannelExistsForEDSException$1 = class ChannelExistsForEDSException extends
|
|
|
494
494
|
Object.setPrototypeOf(this, ChannelExistsForEDSException.prototype);
|
|
495
495
|
this.Message = opts.Message;
|
|
496
496
|
}
|
|
497
|
-
}
|
|
498
|
-
|
|
497
|
+
}
|
|
498
|
+
class ChannelMaxLimitExceededException extends CloudTrailServiceException {
|
|
499
499
|
name = "ChannelMaxLimitExceededException";
|
|
500
500
|
$fault = "client";
|
|
501
501
|
Message;
|
|
@@ -508,8 +508,8 @@ let ChannelMaxLimitExceededException$1 = class ChannelMaxLimitExceededException
|
|
|
508
508
|
Object.setPrototypeOf(this, ChannelMaxLimitExceededException.prototype);
|
|
509
509
|
this.Message = opts.Message;
|
|
510
510
|
}
|
|
511
|
-
}
|
|
512
|
-
|
|
511
|
+
}
|
|
512
|
+
class InvalidEventDataStoreCategoryException extends CloudTrailServiceException {
|
|
513
513
|
name = "InvalidEventDataStoreCategoryException";
|
|
514
514
|
$fault = "client";
|
|
515
515
|
Message;
|
|
@@ -522,8 +522,8 @@ let InvalidEventDataStoreCategoryException$1 = class InvalidEventDataStoreCatego
|
|
|
522
522
|
Object.setPrototypeOf(this, InvalidEventDataStoreCategoryException.prototype);
|
|
523
523
|
this.Message = opts.Message;
|
|
524
524
|
}
|
|
525
|
-
}
|
|
526
|
-
|
|
525
|
+
}
|
|
526
|
+
class InvalidSourceException extends CloudTrailServiceException {
|
|
527
527
|
name = "InvalidSourceException";
|
|
528
528
|
$fault = "client";
|
|
529
529
|
Message;
|
|
@@ -536,8 +536,8 @@ let InvalidSourceException$1 = class InvalidSourceException extends CloudTrailSe
|
|
|
536
536
|
Object.setPrototypeOf(this, InvalidSourceException.prototype);
|
|
537
537
|
this.Message = opts.Message;
|
|
538
538
|
}
|
|
539
|
-
}
|
|
540
|
-
|
|
539
|
+
}
|
|
540
|
+
class InsufficientEncryptionPolicyException extends CloudTrailServiceException {
|
|
541
541
|
name = "InsufficientEncryptionPolicyException";
|
|
542
542
|
$fault = "client";
|
|
543
543
|
Message;
|
|
@@ -550,8 +550,8 @@ let InsufficientEncryptionPolicyException$1 = class InsufficientEncryptionPolicy
|
|
|
550
550
|
Object.setPrototypeOf(this, InsufficientEncryptionPolicyException.prototype);
|
|
551
551
|
this.Message = opts.Message;
|
|
552
552
|
}
|
|
553
|
-
}
|
|
554
|
-
|
|
553
|
+
}
|
|
554
|
+
class InvalidQueryStatementException extends CloudTrailServiceException {
|
|
555
555
|
name = "InvalidQueryStatementException";
|
|
556
556
|
$fault = "client";
|
|
557
557
|
Message;
|
|
@@ -564,8 +564,8 @@ let InvalidQueryStatementException$1 = class InvalidQueryStatementException exte
|
|
|
564
564
|
Object.setPrototypeOf(this, InvalidQueryStatementException.prototype);
|
|
565
565
|
this.Message = opts.Message;
|
|
566
566
|
}
|
|
567
|
-
}
|
|
568
|
-
|
|
567
|
+
}
|
|
568
|
+
class ServiceQuotaExceededException extends CloudTrailServiceException {
|
|
569
569
|
name = "ServiceQuotaExceededException";
|
|
570
570
|
$fault = "client";
|
|
571
571
|
Message;
|
|
@@ -578,8 +578,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
|
|
|
578
578
|
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
579
579
|
this.Message = opts.Message;
|
|
580
580
|
}
|
|
581
|
-
}
|
|
582
|
-
|
|
581
|
+
}
|
|
582
|
+
class CloudTrailAccessNotEnabledException extends CloudTrailServiceException {
|
|
583
583
|
name = "CloudTrailAccessNotEnabledException";
|
|
584
584
|
$fault = "client";
|
|
585
585
|
Message;
|
|
@@ -592,8 +592,8 @@ let CloudTrailAccessNotEnabledException$1 = class CloudTrailAccessNotEnabledExce
|
|
|
592
592
|
Object.setPrototypeOf(this, CloudTrailAccessNotEnabledException.prototype);
|
|
593
593
|
this.Message = opts.Message;
|
|
594
594
|
}
|
|
595
|
-
}
|
|
596
|
-
|
|
595
|
+
}
|
|
596
|
+
class EventDataStoreAlreadyExistsException extends CloudTrailServiceException {
|
|
597
597
|
name = "EventDataStoreAlreadyExistsException";
|
|
598
598
|
$fault = "client";
|
|
599
599
|
Message;
|
|
@@ -606,8 +606,8 @@ let EventDataStoreAlreadyExistsException$1 = class EventDataStoreAlreadyExistsEx
|
|
|
606
606
|
Object.setPrototypeOf(this, EventDataStoreAlreadyExistsException.prototype);
|
|
607
607
|
this.Message = opts.Message;
|
|
608
608
|
}
|
|
609
|
-
}
|
|
610
|
-
|
|
609
|
+
}
|
|
610
|
+
class EventDataStoreMaxLimitExceededException extends CloudTrailServiceException {
|
|
611
611
|
name = "EventDataStoreMaxLimitExceededException";
|
|
612
612
|
$fault = "client";
|
|
613
613
|
Message;
|
|
@@ -620,8 +620,8 @@ let EventDataStoreMaxLimitExceededException$1 = class EventDataStoreMaxLimitExce
|
|
|
620
620
|
Object.setPrototypeOf(this, EventDataStoreMaxLimitExceededException.prototype);
|
|
621
621
|
this.Message = opts.Message;
|
|
622
622
|
}
|
|
623
|
-
}
|
|
624
|
-
|
|
623
|
+
}
|
|
624
|
+
class InsufficientDependencyServiceAccessPermissionException extends CloudTrailServiceException {
|
|
625
625
|
name = "InsufficientDependencyServiceAccessPermissionException";
|
|
626
626
|
$fault = "client";
|
|
627
627
|
Message;
|
|
@@ -634,8 +634,8 @@ let InsufficientDependencyServiceAccessPermissionException$1 = class Insufficien
|
|
|
634
634
|
Object.setPrototypeOf(this, InsufficientDependencyServiceAccessPermissionException.prototype);
|
|
635
635
|
this.Message = opts.Message;
|
|
636
636
|
}
|
|
637
|
-
}
|
|
638
|
-
|
|
637
|
+
}
|
|
638
|
+
class InvalidEventSelectorsException extends CloudTrailServiceException {
|
|
639
639
|
name = "InvalidEventSelectorsException";
|
|
640
640
|
$fault = "client";
|
|
641
641
|
Message;
|
|
@@ -648,8 +648,8 @@ let InvalidEventSelectorsException$1 = class InvalidEventSelectorsException exte
|
|
|
648
648
|
Object.setPrototypeOf(this, InvalidEventSelectorsException.prototype);
|
|
649
649
|
this.Message = opts.Message;
|
|
650
650
|
}
|
|
651
|
-
}
|
|
652
|
-
|
|
651
|
+
}
|
|
652
|
+
class InvalidKmsKeyIdException extends CloudTrailServiceException {
|
|
653
653
|
name = "InvalidKmsKeyIdException";
|
|
654
654
|
$fault = "client";
|
|
655
655
|
Message;
|
|
@@ -662,8 +662,8 @@ let InvalidKmsKeyIdException$1 = class InvalidKmsKeyIdException extends CloudTra
|
|
|
662
662
|
Object.setPrototypeOf(this, InvalidKmsKeyIdException.prototype);
|
|
663
663
|
this.Message = opts.Message;
|
|
664
664
|
}
|
|
665
|
-
}
|
|
666
|
-
|
|
665
|
+
}
|
|
666
|
+
class KmsException extends CloudTrailServiceException {
|
|
667
667
|
name = "KmsException";
|
|
668
668
|
$fault = "client";
|
|
669
669
|
Message;
|
|
@@ -676,8 +676,8 @@ let KmsException$1 = class KmsException extends CloudTrailServiceException$1 {
|
|
|
676
676
|
Object.setPrototypeOf(this, KmsException.prototype);
|
|
677
677
|
this.Message = opts.Message;
|
|
678
678
|
}
|
|
679
|
-
}
|
|
680
|
-
|
|
679
|
+
}
|
|
680
|
+
class KmsKeyNotFoundException extends CloudTrailServiceException {
|
|
681
681
|
name = "KmsKeyNotFoundException";
|
|
682
682
|
$fault = "client";
|
|
683
683
|
Message;
|
|
@@ -690,8 +690,8 @@ let KmsKeyNotFoundException$1 = class KmsKeyNotFoundException extends CloudTrail
|
|
|
690
690
|
Object.setPrototypeOf(this, KmsKeyNotFoundException.prototype);
|
|
691
691
|
this.Message = opts.Message;
|
|
692
692
|
}
|
|
693
|
-
}
|
|
694
|
-
|
|
693
|
+
}
|
|
694
|
+
class OrganizationNotInAllFeaturesModeException extends CloudTrailServiceException {
|
|
695
695
|
name = "OrganizationNotInAllFeaturesModeException";
|
|
696
696
|
$fault = "client";
|
|
697
697
|
Message;
|
|
@@ -704,8 +704,8 @@ let OrganizationNotInAllFeaturesModeException$1 = class OrganizationNotInAllFeat
|
|
|
704
704
|
Object.setPrototypeOf(this, OrganizationNotInAllFeaturesModeException.prototype);
|
|
705
705
|
this.Message = opts.Message;
|
|
706
706
|
}
|
|
707
|
-
}
|
|
708
|
-
|
|
707
|
+
}
|
|
708
|
+
class OrganizationsNotInUseException extends CloudTrailServiceException {
|
|
709
709
|
name = "OrganizationsNotInUseException";
|
|
710
710
|
$fault = "client";
|
|
711
711
|
Message;
|
|
@@ -718,8 +718,8 @@ let OrganizationsNotInUseException$1 = class OrganizationsNotInUseException exte
|
|
|
718
718
|
Object.setPrototypeOf(this, OrganizationsNotInUseException.prototype);
|
|
719
719
|
this.Message = opts.Message;
|
|
720
720
|
}
|
|
721
|
-
}
|
|
722
|
-
|
|
721
|
+
}
|
|
722
|
+
class ThrottlingException extends CloudTrailServiceException {
|
|
723
723
|
name = "ThrottlingException";
|
|
724
724
|
$fault = "client";
|
|
725
725
|
Message;
|
|
@@ -732,8 +732,8 @@ let ThrottlingException$1 = class ThrottlingException extends CloudTrailServiceE
|
|
|
732
732
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
733
733
|
this.Message = opts.Message;
|
|
734
734
|
}
|
|
735
|
-
}
|
|
736
|
-
|
|
735
|
+
}
|
|
736
|
+
class CloudTrailInvalidClientTokenIdException extends CloudTrailServiceException {
|
|
737
737
|
name = "CloudTrailInvalidClientTokenIdException";
|
|
738
738
|
$fault = "client";
|
|
739
739
|
Message;
|
|
@@ -746,8 +746,8 @@ let CloudTrailInvalidClientTokenIdException$1 = class CloudTrailInvalidClientTok
|
|
|
746
746
|
Object.setPrototypeOf(this, CloudTrailInvalidClientTokenIdException.prototype);
|
|
747
747
|
this.Message = opts.Message;
|
|
748
748
|
}
|
|
749
|
-
}
|
|
750
|
-
|
|
749
|
+
}
|
|
750
|
+
class CloudWatchLogsDeliveryUnavailableException extends CloudTrailServiceException {
|
|
751
751
|
name = "CloudWatchLogsDeliveryUnavailableException";
|
|
752
752
|
$fault = "client";
|
|
753
753
|
Message;
|
|
@@ -760,8 +760,8 @@ let CloudWatchLogsDeliveryUnavailableException$1 = class CloudWatchLogsDeliveryU
|
|
|
760
760
|
Object.setPrototypeOf(this, CloudWatchLogsDeliveryUnavailableException.prototype);
|
|
761
761
|
this.Message = opts.Message;
|
|
762
762
|
}
|
|
763
|
-
}
|
|
764
|
-
|
|
763
|
+
}
|
|
764
|
+
class InsufficientS3BucketPolicyException extends CloudTrailServiceException {
|
|
765
765
|
name = "InsufficientS3BucketPolicyException";
|
|
766
766
|
$fault = "client";
|
|
767
767
|
Message;
|
|
@@ -774,8 +774,8 @@ let InsufficientS3BucketPolicyException$1 = class InsufficientS3BucketPolicyExce
|
|
|
774
774
|
Object.setPrototypeOf(this, InsufficientS3BucketPolicyException.prototype);
|
|
775
775
|
this.Message = opts.Message;
|
|
776
776
|
}
|
|
777
|
-
}
|
|
778
|
-
|
|
777
|
+
}
|
|
778
|
+
class InsufficientSnsTopicPolicyException extends CloudTrailServiceException {
|
|
779
779
|
name = "InsufficientSnsTopicPolicyException";
|
|
780
780
|
$fault = "client";
|
|
781
781
|
Message;
|
|
@@ -788,8 +788,8 @@ let InsufficientSnsTopicPolicyException$1 = class InsufficientSnsTopicPolicyExce
|
|
|
788
788
|
Object.setPrototypeOf(this, InsufficientSnsTopicPolicyException.prototype);
|
|
789
789
|
this.Message = opts.Message;
|
|
790
790
|
}
|
|
791
|
-
}
|
|
792
|
-
|
|
791
|
+
}
|
|
792
|
+
class InvalidCloudWatchLogsLogGroupArnException extends CloudTrailServiceException {
|
|
793
793
|
name = "InvalidCloudWatchLogsLogGroupArnException";
|
|
794
794
|
$fault = "client";
|
|
795
795
|
Message;
|
|
@@ -802,8 +802,8 @@ let InvalidCloudWatchLogsLogGroupArnException$1 = class InvalidCloudWatchLogsLog
|
|
|
802
802
|
Object.setPrototypeOf(this, InvalidCloudWatchLogsLogGroupArnException.prototype);
|
|
803
803
|
this.Message = opts.Message;
|
|
804
804
|
}
|
|
805
|
-
}
|
|
806
|
-
|
|
805
|
+
}
|
|
806
|
+
class InvalidCloudWatchLogsRoleArnException extends CloudTrailServiceException {
|
|
807
807
|
name = "InvalidCloudWatchLogsRoleArnException";
|
|
808
808
|
$fault = "client";
|
|
809
809
|
Message;
|
|
@@ -816,8 +816,8 @@ let InvalidCloudWatchLogsRoleArnException$1 = class InvalidCloudWatchLogsRoleArn
|
|
|
816
816
|
Object.setPrototypeOf(this, InvalidCloudWatchLogsRoleArnException.prototype);
|
|
817
817
|
this.Message = opts.Message;
|
|
818
818
|
}
|
|
819
|
-
}
|
|
820
|
-
|
|
819
|
+
}
|
|
820
|
+
class InvalidParameterCombinationException extends CloudTrailServiceException {
|
|
821
821
|
name = "InvalidParameterCombinationException";
|
|
822
822
|
$fault = "client";
|
|
823
823
|
Message;
|
|
@@ -830,8 +830,8 @@ let InvalidParameterCombinationException$1 = class InvalidParameterCombinationEx
|
|
|
830
830
|
Object.setPrototypeOf(this, InvalidParameterCombinationException.prototype);
|
|
831
831
|
this.Message = opts.Message;
|
|
832
832
|
}
|
|
833
|
-
}
|
|
834
|
-
|
|
833
|
+
}
|
|
834
|
+
class InvalidS3BucketNameException extends CloudTrailServiceException {
|
|
835
835
|
name = "InvalidS3BucketNameException";
|
|
836
836
|
$fault = "client";
|
|
837
837
|
Message;
|
|
@@ -844,8 +844,8 @@ let InvalidS3BucketNameException$1 = class InvalidS3BucketNameException extends
|
|
|
844
844
|
Object.setPrototypeOf(this, InvalidS3BucketNameException.prototype);
|
|
845
845
|
this.Message = opts.Message;
|
|
846
846
|
}
|
|
847
|
-
}
|
|
848
|
-
|
|
847
|
+
}
|
|
848
|
+
class InvalidS3PrefixException extends CloudTrailServiceException {
|
|
849
849
|
name = "InvalidS3PrefixException";
|
|
850
850
|
$fault = "client";
|
|
851
851
|
Message;
|
|
@@ -858,8 +858,8 @@ let InvalidS3PrefixException$1 = class InvalidS3PrefixException extends CloudTra
|
|
|
858
858
|
Object.setPrototypeOf(this, InvalidS3PrefixException.prototype);
|
|
859
859
|
this.Message = opts.Message;
|
|
860
860
|
}
|
|
861
|
-
}
|
|
862
|
-
|
|
861
|
+
}
|
|
862
|
+
class InvalidSnsTopicNameException extends CloudTrailServiceException {
|
|
863
863
|
name = "InvalidSnsTopicNameException";
|
|
864
864
|
$fault = "client";
|
|
865
865
|
Message;
|
|
@@ -872,8 +872,8 @@ let InvalidSnsTopicNameException$1 = class InvalidSnsTopicNameException extends
|
|
|
872
872
|
Object.setPrototypeOf(this, InvalidSnsTopicNameException.prototype);
|
|
873
873
|
this.Message = opts.Message;
|
|
874
874
|
}
|
|
875
|
-
}
|
|
876
|
-
|
|
875
|
+
}
|
|
876
|
+
class KmsKeyDisabledException extends CloudTrailServiceException {
|
|
877
877
|
name = "KmsKeyDisabledException";
|
|
878
878
|
$fault = "client";
|
|
879
879
|
Message;
|
|
@@ -886,8 +886,8 @@ let KmsKeyDisabledException$1 = class KmsKeyDisabledException extends CloudTrail
|
|
|
886
886
|
Object.setPrototypeOf(this, KmsKeyDisabledException.prototype);
|
|
887
887
|
this.Message = opts.Message;
|
|
888
888
|
}
|
|
889
|
-
}
|
|
890
|
-
|
|
889
|
+
}
|
|
890
|
+
class MaximumNumberOfTrailsExceededException extends CloudTrailServiceException {
|
|
891
891
|
name = "MaximumNumberOfTrailsExceededException";
|
|
892
892
|
$fault = "client";
|
|
893
893
|
Message;
|
|
@@ -900,8 +900,8 @@ let MaximumNumberOfTrailsExceededException$1 = class MaximumNumberOfTrailsExceed
|
|
|
900
900
|
Object.setPrototypeOf(this, MaximumNumberOfTrailsExceededException.prototype);
|
|
901
901
|
this.Message = opts.Message;
|
|
902
902
|
}
|
|
903
|
-
}
|
|
904
|
-
|
|
903
|
+
}
|
|
904
|
+
class S3BucketDoesNotExistException extends CloudTrailServiceException {
|
|
905
905
|
name = "S3BucketDoesNotExistException";
|
|
906
906
|
$fault = "client";
|
|
907
907
|
Message;
|
|
@@ -914,8 +914,8 @@ let S3BucketDoesNotExistException$1 = class S3BucketDoesNotExistException extend
|
|
|
914
914
|
Object.setPrototypeOf(this, S3BucketDoesNotExistException.prototype);
|
|
915
915
|
this.Message = opts.Message;
|
|
916
916
|
}
|
|
917
|
-
}
|
|
918
|
-
|
|
917
|
+
}
|
|
918
|
+
class TrailAlreadyExistsException extends CloudTrailServiceException {
|
|
919
919
|
name = "TrailAlreadyExistsException";
|
|
920
920
|
$fault = "client";
|
|
921
921
|
Message;
|
|
@@ -928,8 +928,8 @@ let TrailAlreadyExistsException$1 = class TrailAlreadyExistsException extends Cl
|
|
|
928
928
|
Object.setPrototypeOf(this, TrailAlreadyExistsException.prototype);
|
|
929
929
|
this.Message = opts.Message;
|
|
930
930
|
}
|
|
931
|
-
}
|
|
932
|
-
|
|
931
|
+
}
|
|
932
|
+
class TrailNotProvidedException extends CloudTrailServiceException {
|
|
933
933
|
name = "TrailNotProvidedException";
|
|
934
934
|
$fault = "client";
|
|
935
935
|
Message;
|
|
@@ -942,8 +942,8 @@ let TrailNotProvidedException$1 = class TrailNotProvidedException extends CloudT
|
|
|
942
942
|
Object.setPrototypeOf(this, TrailNotProvidedException.prototype);
|
|
943
943
|
this.Message = opts.Message;
|
|
944
944
|
}
|
|
945
|
-
}
|
|
946
|
-
|
|
945
|
+
}
|
|
946
|
+
class EventDataStoreFederationEnabledException extends CloudTrailServiceException {
|
|
947
947
|
name = "EventDataStoreFederationEnabledException";
|
|
948
948
|
$fault = "client";
|
|
949
949
|
Message;
|
|
@@ -956,8 +956,8 @@ let EventDataStoreFederationEnabledException$1 = class EventDataStoreFederationE
|
|
|
956
956
|
Object.setPrototypeOf(this, EventDataStoreFederationEnabledException.prototype);
|
|
957
957
|
this.Message = opts.Message;
|
|
958
958
|
}
|
|
959
|
-
}
|
|
960
|
-
|
|
959
|
+
}
|
|
960
|
+
class EventDataStoreHasOngoingImportException extends CloudTrailServiceException {
|
|
961
961
|
name = "EventDataStoreHasOngoingImportException";
|
|
962
962
|
$fault = "client";
|
|
963
963
|
Message;
|
|
@@ -970,8 +970,8 @@ let EventDataStoreHasOngoingImportException$1 = class EventDataStoreHasOngoingIm
|
|
|
970
970
|
Object.setPrototypeOf(this, EventDataStoreHasOngoingImportException.prototype);
|
|
971
971
|
this.Message = opts.Message;
|
|
972
972
|
}
|
|
973
|
-
}
|
|
974
|
-
|
|
973
|
+
}
|
|
974
|
+
class EventDataStoreTerminationProtectedException extends CloudTrailServiceException {
|
|
975
975
|
name = "EventDataStoreTerminationProtectedException";
|
|
976
976
|
$fault = "client";
|
|
977
977
|
Message;
|
|
@@ -984,8 +984,8 @@ let EventDataStoreTerminationProtectedException$1 = class EventDataStoreTerminat
|
|
|
984
984
|
Object.setPrototypeOf(this, EventDataStoreTerminationProtectedException.prototype);
|
|
985
985
|
this.Message = opts.Message;
|
|
986
986
|
}
|
|
987
|
-
}
|
|
988
|
-
|
|
987
|
+
}
|
|
988
|
+
class ResourceARNNotValidException extends CloudTrailServiceException {
|
|
989
989
|
name = "ResourceARNNotValidException";
|
|
990
990
|
$fault = "client";
|
|
991
991
|
Message;
|
|
@@ -998,8 +998,8 @@ let ResourceARNNotValidException$1 = class ResourceARNNotValidException extends
|
|
|
998
998
|
Object.setPrototypeOf(this, ResourceARNNotValidException.prototype);
|
|
999
999
|
this.Message = opts.Message;
|
|
1000
1000
|
}
|
|
1001
|
-
}
|
|
1002
|
-
|
|
1001
|
+
}
|
|
1002
|
+
class ResourcePolicyNotFoundException extends CloudTrailServiceException {
|
|
1003
1003
|
name = "ResourcePolicyNotFoundException";
|
|
1004
1004
|
$fault = "client";
|
|
1005
1005
|
Message;
|
|
@@ -1012,8 +1012,8 @@ let ResourcePolicyNotFoundException$1 = class ResourcePolicyNotFoundException ex
|
|
|
1012
1012
|
Object.setPrototypeOf(this, ResourcePolicyNotFoundException.prototype);
|
|
1013
1013
|
this.Message = opts.Message;
|
|
1014
1014
|
}
|
|
1015
|
-
}
|
|
1016
|
-
|
|
1015
|
+
}
|
|
1016
|
+
class InvalidHomeRegionException extends CloudTrailServiceException {
|
|
1017
1017
|
name = "InvalidHomeRegionException";
|
|
1018
1018
|
$fault = "client";
|
|
1019
1019
|
Message;
|
|
@@ -1026,8 +1026,8 @@ let InvalidHomeRegionException$1 = class InvalidHomeRegionException extends Clou
|
|
|
1026
1026
|
Object.setPrototypeOf(this, InvalidHomeRegionException.prototype);
|
|
1027
1027
|
this.Message = opts.Message;
|
|
1028
1028
|
}
|
|
1029
|
-
}
|
|
1030
|
-
|
|
1029
|
+
}
|
|
1030
|
+
class TrailNotFoundException extends CloudTrailServiceException {
|
|
1031
1031
|
name = "TrailNotFoundException";
|
|
1032
1032
|
$fault = "client";
|
|
1033
1033
|
Message;
|
|
@@ -1040,8 +1040,8 @@ let TrailNotFoundException$1 = class TrailNotFoundException extends CloudTrailSe
|
|
|
1040
1040
|
Object.setPrototypeOf(this, TrailNotFoundException.prototype);
|
|
1041
1041
|
this.Message = opts.Message;
|
|
1042
1042
|
}
|
|
1043
|
-
}
|
|
1044
|
-
|
|
1043
|
+
}
|
|
1044
|
+
class NotOrganizationManagementAccountException extends CloudTrailServiceException {
|
|
1045
1045
|
name = "NotOrganizationManagementAccountException";
|
|
1046
1046
|
$fault = "client";
|
|
1047
1047
|
Message;
|
|
@@ -1054,8 +1054,8 @@ let NotOrganizationManagementAccountException$1 = class NotOrganizationManagemen
|
|
|
1054
1054
|
Object.setPrototypeOf(this, NotOrganizationManagementAccountException.prototype);
|
|
1055
1055
|
this.Message = opts.Message;
|
|
1056
1056
|
}
|
|
1057
|
-
}
|
|
1058
|
-
|
|
1057
|
+
}
|
|
1058
|
+
class ConcurrentModificationException extends CloudTrailServiceException {
|
|
1059
1059
|
name = "ConcurrentModificationException";
|
|
1060
1060
|
$fault = "client";
|
|
1061
1061
|
Message;
|
|
@@ -1068,8 +1068,8 @@ let ConcurrentModificationException$1 = class ConcurrentModificationException ex
|
|
|
1068
1068
|
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
1069
1069
|
this.Message = opts.Message;
|
|
1070
1070
|
}
|
|
1071
|
-
}
|
|
1072
|
-
|
|
1071
|
+
}
|
|
1072
|
+
class GenerateResponseException extends CloudTrailServiceException {
|
|
1073
1073
|
name = "GenerateResponseException";
|
|
1074
1074
|
$fault = "client";
|
|
1075
1075
|
Message;
|
|
@@ -1082,8 +1082,8 @@ let GenerateResponseException$1 = class GenerateResponseException extends CloudT
|
|
|
1082
1082
|
Object.setPrototypeOf(this, GenerateResponseException.prototype);
|
|
1083
1083
|
this.Message = opts.Message;
|
|
1084
1084
|
}
|
|
1085
|
-
}
|
|
1086
|
-
|
|
1085
|
+
}
|
|
1086
|
+
class InvalidEventDataStoreStatusException extends CloudTrailServiceException {
|
|
1087
1087
|
name = "InvalidEventDataStoreStatusException";
|
|
1088
1088
|
$fault = "client";
|
|
1089
1089
|
Message;
|
|
@@ -1096,8 +1096,8 @@ let InvalidEventDataStoreStatusException$1 = class InvalidEventDataStoreStatusEx
|
|
|
1096
1096
|
Object.setPrototypeOf(this, InvalidEventDataStoreStatusException.prototype);
|
|
1097
1097
|
this.Message = opts.Message;
|
|
1098
1098
|
}
|
|
1099
|
-
}
|
|
1100
|
-
|
|
1099
|
+
}
|
|
1100
|
+
class ImportNotFoundException extends CloudTrailServiceException {
|
|
1101
1101
|
name = "ImportNotFoundException";
|
|
1102
1102
|
$fault = "client";
|
|
1103
1103
|
Message;
|
|
@@ -1110,8 +1110,8 @@ let ImportNotFoundException$1 = class ImportNotFoundException extends CloudTrail
|
|
|
1110
1110
|
Object.setPrototypeOf(this, ImportNotFoundException.prototype);
|
|
1111
1111
|
this.Message = opts.Message;
|
|
1112
1112
|
}
|
|
1113
|
-
}
|
|
1114
|
-
|
|
1113
|
+
}
|
|
1114
|
+
class InsightNotEnabledException extends CloudTrailServiceException {
|
|
1115
1115
|
name = "InsightNotEnabledException";
|
|
1116
1116
|
$fault = "client";
|
|
1117
1117
|
Message;
|
|
@@ -1124,8 +1124,8 @@ let InsightNotEnabledException$1 = class InsightNotEnabledException extends Clou
|
|
|
1124
1124
|
Object.setPrototypeOf(this, InsightNotEnabledException.prototype);
|
|
1125
1125
|
this.Message = opts.Message;
|
|
1126
1126
|
}
|
|
1127
|
-
}
|
|
1128
|
-
|
|
1127
|
+
}
|
|
1128
|
+
class InvalidMaxResultsException extends CloudTrailServiceException {
|
|
1129
1129
|
name = "InvalidMaxResultsException";
|
|
1130
1130
|
$fault = "client";
|
|
1131
1131
|
Message;
|
|
@@ -1138,8 +1138,8 @@ let InvalidMaxResultsException$1 = class InvalidMaxResultsException extends Clou
|
|
|
1138
1138
|
Object.setPrototypeOf(this, InvalidMaxResultsException.prototype);
|
|
1139
1139
|
this.Message = opts.Message;
|
|
1140
1140
|
}
|
|
1141
|
-
}
|
|
1142
|
-
|
|
1141
|
+
}
|
|
1142
|
+
class InvalidNextTokenException extends CloudTrailServiceException {
|
|
1143
1143
|
name = "InvalidNextTokenException";
|
|
1144
1144
|
$fault = "client";
|
|
1145
1145
|
Message;
|
|
@@ -1152,8 +1152,8 @@ let InvalidNextTokenException$1 = class InvalidNextTokenException extends CloudT
|
|
|
1152
1152
|
Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
|
|
1153
1153
|
this.Message = opts.Message;
|
|
1154
1154
|
}
|
|
1155
|
-
}
|
|
1156
|
-
|
|
1155
|
+
}
|
|
1156
|
+
class InvalidTimeRangeException extends CloudTrailServiceException {
|
|
1157
1157
|
name = "InvalidTimeRangeException";
|
|
1158
1158
|
$fault = "client";
|
|
1159
1159
|
Message;
|
|
@@ -1166,8 +1166,8 @@ let InvalidTimeRangeException$1 = class InvalidTimeRangeException extends CloudT
|
|
|
1166
1166
|
Object.setPrototypeOf(this, InvalidTimeRangeException.prototype);
|
|
1167
1167
|
this.Message = opts.Message;
|
|
1168
1168
|
}
|
|
1169
|
-
}
|
|
1170
|
-
|
|
1169
|
+
}
|
|
1170
|
+
class InvalidTokenException extends CloudTrailServiceException {
|
|
1171
1171
|
name = "InvalidTokenException";
|
|
1172
1172
|
$fault = "client";
|
|
1173
1173
|
Message;
|
|
@@ -1180,8 +1180,8 @@ let InvalidTokenException$1 = class InvalidTokenException extends CloudTrailServ
|
|
|
1180
1180
|
Object.setPrototypeOf(this, InvalidTokenException.prototype);
|
|
1181
1181
|
this.Message = opts.Message;
|
|
1182
1182
|
}
|
|
1183
|
-
}
|
|
1184
|
-
|
|
1183
|
+
}
|
|
1184
|
+
class InvalidDateRangeException extends CloudTrailServiceException {
|
|
1185
1185
|
name = "InvalidDateRangeException";
|
|
1186
1186
|
$fault = "client";
|
|
1187
1187
|
Message;
|
|
@@ -1194,8 +1194,8 @@ let InvalidDateRangeException$1 = class InvalidDateRangeException extends CloudT
|
|
|
1194
1194
|
Object.setPrototypeOf(this, InvalidDateRangeException.prototype);
|
|
1195
1195
|
this.Message = opts.Message;
|
|
1196
1196
|
}
|
|
1197
|
-
}
|
|
1198
|
-
|
|
1197
|
+
}
|
|
1198
|
+
class InvalidQueryStatusException extends CloudTrailServiceException {
|
|
1199
1199
|
name = "InvalidQueryStatusException";
|
|
1200
1200
|
$fault = "client";
|
|
1201
1201
|
Message;
|
|
@@ -1208,8 +1208,8 @@ let InvalidQueryStatusException$1 = class InvalidQueryStatusException extends Cl
|
|
|
1208
1208
|
Object.setPrototypeOf(this, InvalidQueryStatusException.prototype);
|
|
1209
1209
|
this.Message = opts.Message;
|
|
1210
1210
|
}
|
|
1211
|
-
}
|
|
1212
|
-
|
|
1211
|
+
}
|
|
1212
|
+
class InvalidEventCategoryException extends CloudTrailServiceException {
|
|
1213
1213
|
name = "InvalidEventCategoryException";
|
|
1214
1214
|
$fault = "client";
|
|
1215
1215
|
Message;
|
|
@@ -1222,8 +1222,8 @@ let InvalidEventCategoryException$1 = class InvalidEventCategoryException extend
|
|
|
1222
1222
|
Object.setPrototypeOf(this, InvalidEventCategoryException.prototype);
|
|
1223
1223
|
this.Message = opts.Message;
|
|
1224
1224
|
}
|
|
1225
|
-
}
|
|
1226
|
-
|
|
1225
|
+
}
|
|
1226
|
+
class InvalidLookupAttributesException extends CloudTrailServiceException {
|
|
1227
1227
|
name = "InvalidLookupAttributesException";
|
|
1228
1228
|
$fault = "client";
|
|
1229
1229
|
Message;
|
|
@@ -1236,8 +1236,8 @@ let InvalidLookupAttributesException$1 = class InvalidLookupAttributesException
|
|
|
1236
1236
|
Object.setPrototypeOf(this, InvalidLookupAttributesException.prototype);
|
|
1237
1237
|
this.Message = opts.Message;
|
|
1238
1238
|
}
|
|
1239
|
-
}
|
|
1240
|
-
|
|
1239
|
+
}
|
|
1240
|
+
class InsufficientIAMAccessPermissionException extends CloudTrailServiceException {
|
|
1241
1241
|
name = "InsufficientIAMAccessPermissionException";
|
|
1242
1242
|
$fault = "client";
|
|
1243
1243
|
Message;
|
|
@@ -1250,8 +1250,8 @@ let InsufficientIAMAccessPermissionException$1 = class InsufficientIAMAccessPerm
|
|
|
1250
1250
|
Object.setPrototypeOf(this, InsufficientIAMAccessPermissionException.prototype);
|
|
1251
1251
|
this.Message = opts.Message;
|
|
1252
1252
|
}
|
|
1253
|
-
}
|
|
1254
|
-
|
|
1253
|
+
}
|
|
1254
|
+
class InvalidInsightSelectorsException extends CloudTrailServiceException {
|
|
1255
1255
|
name = "InvalidInsightSelectorsException";
|
|
1256
1256
|
$fault = "client";
|
|
1257
1257
|
Message;
|
|
@@ -1264,8 +1264,8 @@ let InvalidInsightSelectorsException$1 = class InvalidInsightSelectorsException
|
|
|
1264
1264
|
Object.setPrototypeOf(this, InvalidInsightSelectorsException.prototype);
|
|
1265
1265
|
this.Message = opts.Message;
|
|
1266
1266
|
}
|
|
1267
|
-
}
|
|
1268
|
-
|
|
1267
|
+
}
|
|
1268
|
+
class ResourcePolicyNotValidException extends CloudTrailServiceException {
|
|
1269
1269
|
name = "ResourcePolicyNotValidException";
|
|
1270
1270
|
$fault = "client";
|
|
1271
1271
|
Message;
|
|
@@ -1278,8 +1278,8 @@ let ResourcePolicyNotValidException$1 = class ResourcePolicyNotValidException ex
|
|
|
1278
1278
|
Object.setPrototypeOf(this, ResourcePolicyNotValidException.prototype);
|
|
1279
1279
|
this.Message = opts.Message;
|
|
1280
1280
|
}
|
|
1281
|
-
}
|
|
1282
|
-
|
|
1281
|
+
}
|
|
1282
|
+
class DelegatedAdminAccountLimitExceededException extends CloudTrailServiceException {
|
|
1283
1283
|
name = "DelegatedAdminAccountLimitExceededException";
|
|
1284
1284
|
$fault = "client";
|
|
1285
1285
|
Message;
|
|
@@ -1292,8 +1292,8 @@ let DelegatedAdminAccountLimitExceededException$1 = class DelegatedAdminAccountL
|
|
|
1292
1292
|
Object.setPrototypeOf(this, DelegatedAdminAccountLimitExceededException.prototype);
|
|
1293
1293
|
this.Message = opts.Message;
|
|
1294
1294
|
}
|
|
1295
|
-
}
|
|
1296
|
-
|
|
1295
|
+
}
|
|
1296
|
+
class InvalidImportSourceException extends CloudTrailServiceException {
|
|
1297
1297
|
name = "InvalidImportSourceException";
|
|
1298
1298
|
$fault = "client";
|
|
1299
1299
|
Message;
|
|
@@ -1306,8 +1306,8 @@ let InvalidImportSourceException$1 = class InvalidImportSourceException extends
|
|
|
1306
1306
|
Object.setPrototypeOf(this, InvalidImportSourceException.prototype);
|
|
1307
1307
|
this.Message = opts.Message;
|
|
1308
1308
|
}
|
|
1309
|
-
}
|
|
1310
|
-
|
|
1309
|
+
}
|
|
1310
|
+
class MaxConcurrentQueriesException extends CloudTrailServiceException {
|
|
1311
1311
|
name = "MaxConcurrentQueriesException";
|
|
1312
1312
|
$fault = "client";
|
|
1313
1313
|
Message;
|
|
@@ -1320,7 +1320,7 @@ let MaxConcurrentQueriesException$1 = class MaxConcurrentQueriesException extend
|
|
|
1320
1320
|
Object.setPrototypeOf(this, MaxConcurrentQueriesException.prototype);
|
|
1321
1321
|
this.Message = opts.Message;
|
|
1322
1322
|
}
|
|
1323
|
-
}
|
|
1323
|
+
}
|
|
1324
1324
|
|
|
1325
1325
|
const _AC = "AggregationConfiguration";
|
|
1326
1326
|
const _ACg = "AggregationConfigurations";
|
|
@@ -1828,7 +1828,7 @@ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.cloudtrail";
|
|
|
1828
1828
|
const _tL = "trailList";
|
|
1829
1829
|
const _tNL = "trailNameList";
|
|
1830
1830
|
const n0 = "com.amazonaws.cloudtrail";
|
|
1831
|
-
var AccessDeniedException = [
|
|
1831
|
+
var AccessDeniedException$ = [
|
|
1832
1832
|
-3,
|
|
1833
1833
|
n0,
|
|
1834
1834
|
_ADE,
|
|
@@ -1836,8 +1836,8 @@ var AccessDeniedException = [
|
|
|
1836
1836
|
[_M],
|
|
1837
1837
|
[0],
|
|
1838
1838
|
];
|
|
1839
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
1840
|
-
var AccountHasOngoingImportException = [
|
|
1839
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
1840
|
+
var AccountHasOngoingImportException$ = [
|
|
1841
1841
|
-3,
|
|
1842
1842
|
n0,
|
|
1843
1843
|
_AHOIE,
|
|
@@ -1845,8 +1845,8 @@ var AccountHasOngoingImportException = [
|
|
|
1845
1845
|
[_M],
|
|
1846
1846
|
[0],
|
|
1847
1847
|
];
|
|
1848
|
-
schema.TypeRegistry.for(n0).registerError(AccountHasOngoingImportException
|
|
1849
|
-
var AccountNotFoundException = [
|
|
1848
|
+
schema.TypeRegistry.for(n0).registerError(AccountHasOngoingImportException$, AccountHasOngoingImportException);
|
|
1849
|
+
var AccountNotFoundException$ = [
|
|
1850
1850
|
-3,
|
|
1851
1851
|
n0,
|
|
1852
1852
|
_ANFE,
|
|
@@ -1854,8 +1854,8 @@ var AccountNotFoundException = [
|
|
|
1854
1854
|
[_M],
|
|
1855
1855
|
[0],
|
|
1856
1856
|
];
|
|
1857
|
-
schema.TypeRegistry.for(n0).registerError(AccountNotFoundException
|
|
1858
|
-
var AccountNotRegisteredException = [
|
|
1857
|
+
schema.TypeRegistry.for(n0).registerError(AccountNotFoundException$, AccountNotFoundException);
|
|
1858
|
+
var AccountNotRegisteredException$ = [
|
|
1859
1859
|
-3,
|
|
1860
1860
|
n0,
|
|
1861
1861
|
_ANRE,
|
|
@@ -1863,8 +1863,8 @@ var AccountNotRegisteredException = [
|
|
|
1863
1863
|
[_M],
|
|
1864
1864
|
[0],
|
|
1865
1865
|
];
|
|
1866
|
-
schema.TypeRegistry.for(n0).registerError(AccountNotRegisteredException
|
|
1867
|
-
var AccountRegisteredException = [
|
|
1866
|
+
schema.TypeRegistry.for(n0).registerError(AccountNotRegisteredException$, AccountNotRegisteredException);
|
|
1867
|
+
var AccountRegisteredException$ = [
|
|
1868
1868
|
-3,
|
|
1869
1869
|
n0,
|
|
1870
1870
|
_ARE,
|
|
@@ -1872,10 +1872,10 @@ var AccountRegisteredException = [
|
|
|
1872
1872
|
[_M],
|
|
1873
1873
|
[0],
|
|
1874
1874
|
];
|
|
1875
|
-
schema.TypeRegistry.for(n0).registerError(AccountRegisteredException
|
|
1876
|
-
var AddTagsRequest = [3, n0, _ATR, 0, [_RI, _TL], [0, () => TagsList]];
|
|
1877
|
-
var AddTagsResponse = [3, n0, _ATRd, 0, [], []];
|
|
1878
|
-
var AdvancedEventSelector = [
|
|
1875
|
+
schema.TypeRegistry.for(n0).registerError(AccountRegisteredException$, AccountRegisteredException);
|
|
1876
|
+
var AddTagsRequest$ = [3, n0, _ATR, 0, [_RI, _TL], [0, () => TagsList]];
|
|
1877
|
+
var AddTagsResponse$ = [3, n0, _ATRd, 0, [], []];
|
|
1878
|
+
var AdvancedEventSelector$ = [
|
|
1879
1879
|
3,
|
|
1880
1880
|
n0,
|
|
1881
1881
|
_AES,
|
|
@@ -1883,7 +1883,7 @@ var AdvancedEventSelector = [
|
|
|
1883
1883
|
[_N, _FS],
|
|
1884
1884
|
[0, () => AdvancedFieldSelectors],
|
|
1885
1885
|
];
|
|
1886
|
-
var AdvancedFieldSelector = [
|
|
1886
|
+
var AdvancedFieldSelector$ = [
|
|
1887
1887
|
3,
|
|
1888
1888
|
n0,
|
|
1889
1889
|
_AFS,
|
|
@@ -1891,10 +1891,10 @@ var AdvancedFieldSelector = [
|
|
|
1891
1891
|
[_F, _E, _SW, _EW, _NE, _NSW, _NEW],
|
|
1892
1892
|
[0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0],
|
|
1893
1893
|
];
|
|
1894
|
-
var AggregationConfiguration = [3, n0, _AC, 0, [_T, _EC], [64 | 0, 0]];
|
|
1895
|
-
var CancelQueryRequest = [3, n0, _CQR, 0, [_EDS, _QI, _EDSOAI], [0, 0, 0]];
|
|
1896
|
-
var CancelQueryResponse = [3, n0, _CQRa, 0, [_QI, _QS, _EDSOAI], [0, 0, 0]];
|
|
1897
|
-
var CannotDelegateManagementAccountException = [
|
|
1894
|
+
var AggregationConfiguration$ = [3, n0, _AC, 0, [_T, _EC], [64 | 0, 0]];
|
|
1895
|
+
var CancelQueryRequest$ = [3, n0, _CQR, 0, [_EDS, _QI, _EDSOAI], [0, 0, 0]];
|
|
1896
|
+
var CancelQueryResponse$ = [3, n0, _CQRa, 0, [_QI, _QS, _EDSOAI], [0, 0, 0]];
|
|
1897
|
+
var CannotDelegateManagementAccountException$ = [
|
|
1898
1898
|
-3,
|
|
1899
1899
|
n0,
|
|
1900
1900
|
_CDMAE,
|
|
@@ -1902,9 +1902,9 @@ var CannotDelegateManagementAccountException = [
|
|
|
1902
1902
|
[_M],
|
|
1903
1903
|
[0],
|
|
1904
1904
|
];
|
|
1905
|
-
schema.TypeRegistry.for(n0).registerError(CannotDelegateManagementAccountException
|
|
1906
|
-
var Channel = [3, n0, _C, 0, [_CA, _N], [0, 0]];
|
|
1907
|
-
var ChannelAlreadyExistsException = [
|
|
1905
|
+
schema.TypeRegistry.for(n0).registerError(CannotDelegateManagementAccountException$, CannotDelegateManagementAccountException);
|
|
1906
|
+
var Channel$ = [3, n0, _C, 0, [_CA, _N], [0, 0]];
|
|
1907
|
+
var ChannelAlreadyExistsException$ = [
|
|
1908
1908
|
-3,
|
|
1909
1909
|
n0,
|
|
1910
1910
|
_CAEE,
|
|
@@ -1912,8 +1912,8 @@ var ChannelAlreadyExistsException = [
|
|
|
1912
1912
|
[_M],
|
|
1913
1913
|
[0],
|
|
1914
1914
|
];
|
|
1915
|
-
schema.TypeRegistry.for(n0).registerError(ChannelAlreadyExistsException
|
|
1916
|
-
var ChannelARNInvalidException = [
|
|
1915
|
+
schema.TypeRegistry.for(n0).registerError(ChannelAlreadyExistsException$, ChannelAlreadyExistsException);
|
|
1916
|
+
var ChannelARNInvalidException$ = [
|
|
1917
1917
|
-3,
|
|
1918
1918
|
n0,
|
|
1919
1919
|
_CARNIE,
|
|
@@ -1921,8 +1921,8 @@ var ChannelARNInvalidException = [
|
|
|
1921
1921
|
[_M],
|
|
1922
1922
|
[0],
|
|
1923
1923
|
];
|
|
1924
|
-
schema.TypeRegistry.for(n0).registerError(ChannelARNInvalidException
|
|
1925
|
-
var ChannelExistsForEDSException = [
|
|
1924
|
+
schema.TypeRegistry.for(n0).registerError(ChannelARNInvalidException$, ChannelARNInvalidException);
|
|
1925
|
+
var ChannelExistsForEDSException$ = [
|
|
1926
1926
|
-3,
|
|
1927
1927
|
n0,
|
|
1928
1928
|
_CEFEDSE,
|
|
@@ -1930,8 +1930,8 @@ var ChannelExistsForEDSException = [
|
|
|
1930
1930
|
[_M],
|
|
1931
1931
|
[0],
|
|
1932
1932
|
];
|
|
1933
|
-
schema.TypeRegistry.for(n0).registerError(ChannelExistsForEDSException
|
|
1934
|
-
var ChannelMaxLimitExceededException = [
|
|
1933
|
+
schema.TypeRegistry.for(n0).registerError(ChannelExistsForEDSException$, ChannelExistsForEDSException);
|
|
1934
|
+
var ChannelMaxLimitExceededException$ = [
|
|
1935
1935
|
-3,
|
|
1936
1936
|
n0,
|
|
1937
1937
|
_CMLEE,
|
|
@@ -1939,8 +1939,8 @@ var ChannelMaxLimitExceededException = [
|
|
|
1939
1939
|
[_M],
|
|
1940
1940
|
[0],
|
|
1941
1941
|
];
|
|
1942
|
-
schema.TypeRegistry.for(n0).registerError(ChannelMaxLimitExceededException
|
|
1943
|
-
var ChannelNotFoundException = [
|
|
1942
|
+
schema.TypeRegistry.for(n0).registerError(ChannelMaxLimitExceededException$, ChannelMaxLimitExceededException);
|
|
1943
|
+
var ChannelNotFoundException$ = [
|
|
1944
1944
|
-3,
|
|
1945
1945
|
n0,
|
|
1946
1946
|
_CNFE,
|
|
@@ -1948,8 +1948,8 @@ var ChannelNotFoundException = [
|
|
|
1948
1948
|
[_M],
|
|
1949
1949
|
[0],
|
|
1950
1950
|
];
|
|
1951
|
-
schema.TypeRegistry.for(n0).registerError(ChannelNotFoundException
|
|
1952
|
-
var CloudTrailAccessNotEnabledException = [
|
|
1951
|
+
schema.TypeRegistry.for(n0).registerError(ChannelNotFoundException$, ChannelNotFoundException);
|
|
1952
|
+
var CloudTrailAccessNotEnabledException$ = [
|
|
1953
1953
|
-3,
|
|
1954
1954
|
n0,
|
|
1955
1955
|
_CTANEE,
|
|
@@ -1957,8 +1957,8 @@ var CloudTrailAccessNotEnabledException = [
|
|
|
1957
1957
|
[_M],
|
|
1958
1958
|
[0],
|
|
1959
1959
|
];
|
|
1960
|
-
schema.TypeRegistry.for(n0).registerError(CloudTrailAccessNotEnabledException
|
|
1961
|
-
var CloudTrailARNInvalidException = [
|
|
1960
|
+
schema.TypeRegistry.for(n0).registerError(CloudTrailAccessNotEnabledException$, CloudTrailAccessNotEnabledException);
|
|
1961
|
+
var CloudTrailARNInvalidException$ = [
|
|
1962
1962
|
-3,
|
|
1963
1963
|
n0,
|
|
1964
1964
|
_CTARNIE,
|
|
@@ -1966,8 +1966,8 @@ var CloudTrailARNInvalidException = [
|
|
|
1966
1966
|
[_M],
|
|
1967
1967
|
[0],
|
|
1968
1968
|
];
|
|
1969
|
-
schema.TypeRegistry.for(n0).registerError(CloudTrailARNInvalidException
|
|
1970
|
-
var CloudTrailInvalidClientTokenIdException = [
|
|
1969
|
+
schema.TypeRegistry.for(n0).registerError(CloudTrailARNInvalidException$, CloudTrailARNInvalidException);
|
|
1970
|
+
var CloudTrailInvalidClientTokenIdException$ = [
|
|
1971
1971
|
-3,
|
|
1972
1972
|
n0,
|
|
1973
1973
|
_CTICTIE,
|
|
@@ -1975,8 +1975,8 @@ var CloudTrailInvalidClientTokenIdException = [
|
|
|
1975
1975
|
[_M],
|
|
1976
1976
|
[0],
|
|
1977
1977
|
];
|
|
1978
|
-
schema.TypeRegistry.for(n0).registerError(CloudTrailInvalidClientTokenIdException
|
|
1979
|
-
var CloudWatchLogsDeliveryUnavailableException = [
|
|
1978
|
+
schema.TypeRegistry.for(n0).registerError(CloudTrailInvalidClientTokenIdException$, CloudTrailInvalidClientTokenIdException);
|
|
1979
|
+
var CloudWatchLogsDeliveryUnavailableException$ = [
|
|
1980
1980
|
-3,
|
|
1981
1981
|
n0,
|
|
1982
1982
|
_CWLDUE,
|
|
@@ -1984,8 +1984,8 @@ var CloudWatchLogsDeliveryUnavailableException = [
|
|
|
1984
1984
|
[_M],
|
|
1985
1985
|
[0],
|
|
1986
1986
|
];
|
|
1987
|
-
schema.TypeRegistry.for(n0).registerError(CloudWatchLogsDeliveryUnavailableException
|
|
1988
|
-
var ConcurrentModificationException = [
|
|
1987
|
+
schema.TypeRegistry.for(n0).registerError(CloudWatchLogsDeliveryUnavailableException$, CloudWatchLogsDeliveryUnavailableException);
|
|
1988
|
+
var ConcurrentModificationException$ = [
|
|
1989
1989
|
-3,
|
|
1990
1990
|
n0,
|
|
1991
1991
|
_CME,
|
|
@@ -1993,8 +1993,8 @@ var ConcurrentModificationException = [
|
|
|
1993
1993
|
[_M],
|
|
1994
1994
|
[0],
|
|
1995
1995
|
];
|
|
1996
|
-
schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException
|
|
1997
|
-
var ConflictException = [
|
|
1996
|
+
schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
|
|
1997
|
+
var ConflictException$ = [
|
|
1998
1998
|
-3,
|
|
1999
1999
|
n0,
|
|
2000
2000
|
_CE,
|
|
@@ -2002,9 +2002,9 @@ var ConflictException = [
|
|
|
2002
2002
|
[_M],
|
|
2003
2003
|
[0],
|
|
2004
2004
|
];
|
|
2005
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException
|
|
2006
|
-
var ContextKeySelector = [3, n0, _CKS, 0, [_Ty, _E], [0, 64 | 0]];
|
|
2007
|
-
var CreateChannelRequest = [
|
|
2005
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
2006
|
+
var ContextKeySelector$ = [3, n0, _CKS, 0, [_Ty, _E], [0, 64 | 0]];
|
|
2007
|
+
var CreateChannelRequest$ = [
|
|
2008
2008
|
3,
|
|
2009
2009
|
n0,
|
|
2010
2010
|
_CCR,
|
|
@@ -2012,7 +2012,7 @@ var CreateChannelRequest = [
|
|
|
2012
2012
|
[_N, _S, _D, _Ta],
|
|
2013
2013
|
[0, 0, () => Destinations, () => TagsList],
|
|
2014
2014
|
];
|
|
2015
|
-
var CreateChannelResponse = [
|
|
2015
|
+
var CreateChannelResponse$ = [
|
|
2016
2016
|
3,
|
|
2017
2017
|
n0,
|
|
2018
2018
|
_CCRr,
|
|
@@ -2020,23 +2020,23 @@ var CreateChannelResponse = [
|
|
|
2020
2020
|
[_CA, _N, _S, _D, _Ta],
|
|
2021
2021
|
[0, 0, 0, () => Destinations, () => TagsList],
|
|
2022
2022
|
];
|
|
2023
|
-
var CreateDashboardRequest = [
|
|
2023
|
+
var CreateDashboardRequest$ = [
|
|
2024
2024
|
3,
|
|
2025
2025
|
n0,
|
|
2026
2026
|
_CDR,
|
|
2027
2027
|
0,
|
|
2028
2028
|
[_N, _RS, _TL, _TPE, _W],
|
|
2029
|
-
[0, () => RefreshSchedule
|
|
2029
|
+
[0, () => RefreshSchedule$, () => TagsList, 2, () => RequestWidgetList],
|
|
2030
2030
|
];
|
|
2031
|
-
var CreateDashboardResponse = [
|
|
2031
|
+
var CreateDashboardResponse$ = [
|
|
2032
2032
|
3,
|
|
2033
2033
|
n0,
|
|
2034
2034
|
_CDRr,
|
|
2035
2035
|
0,
|
|
2036
2036
|
[_DA, _N, _Ty, _W, _TL, _RS, _TPE],
|
|
2037
|
-
[0, 0, 0, () => WidgetList, () => TagsList, () => RefreshSchedule
|
|
2037
|
+
[0, 0, 0, () => WidgetList, () => TagsList, () => RefreshSchedule$, 2],
|
|
2038
2038
|
];
|
|
2039
|
-
var CreateEventDataStoreRequest = [
|
|
2039
|
+
var CreateEventDataStoreRequest$ = [
|
|
2040
2040
|
3,
|
|
2041
2041
|
n0,
|
|
2042
2042
|
_CEDSR,
|
|
@@ -2044,7 +2044,7 @@ var CreateEventDataStoreRequest = [
|
|
|
2044
2044
|
[_N, _AESd, _MRE, _OE, _RP, _TPE, _TL, _KKI, _SI, _BM],
|
|
2045
2045
|
[0, () => AdvancedEventSelectors, 2, 2, 1, 2, () => TagsList, 0, 2, 0],
|
|
2046
2046
|
];
|
|
2047
|
-
var CreateEventDataStoreResponse = [
|
|
2047
|
+
var CreateEventDataStoreResponse$ = [
|
|
2048
2048
|
3,
|
|
2049
2049
|
n0,
|
|
2050
2050
|
_CEDSRr,
|
|
@@ -2052,7 +2052,7 @@ var CreateEventDataStoreResponse = [
|
|
|
2052
2052
|
[_EDSA, _N, _St, _AESd, _MRE, _OE, _RP, _TPE, _TL, _CT, _UT, _KKI, _BM],
|
|
2053
2053
|
[0, 0, 0, () => AdvancedEventSelectors, 2, 2, 1, 2, () => TagsList, 4, 4, 0, 0],
|
|
2054
2054
|
];
|
|
2055
|
-
var CreateTrailRequest = [
|
|
2055
|
+
var CreateTrailRequest$ = [
|
|
2056
2056
|
3,
|
|
2057
2057
|
n0,
|
|
2058
2058
|
_CTR,
|
|
@@ -2060,7 +2060,7 @@ var CreateTrailRequest = [
|
|
|
2060
2060
|
[_N, _SBN, _SKP, _STN, _IGSE, _IMRT, _ELFV, _CWLLGA, _CWLRA, _KKI, _IOT, _TL],
|
|
2061
2061
|
[0, 0, 0, 0, 2, 2, 2, 0, 0, 0, 2, () => TagsList],
|
|
2062
2062
|
];
|
|
2063
|
-
var CreateTrailResponse = [
|
|
2063
|
+
var CreateTrailResponse$ = [
|
|
2064
2064
|
3,
|
|
2065
2065
|
n0,
|
|
2066
2066
|
_CTRr,
|
|
@@ -2068,9 +2068,9 @@ var CreateTrailResponse = [
|
|
|
2068
2068
|
[_N, _SBN, _SKP, _STN, _STARN, _IGSE, _IMRT, _TARN, _LFVE, _CWLLGA, _CWLRA, _KKI, _IOT],
|
|
2069
2069
|
[0, 0, 0, 0, 0, 2, 2, 0, 2, 0, 0, 0, 2],
|
|
2070
2070
|
];
|
|
2071
|
-
var DashboardDetail = [3, n0, _DD, 0, [_DA, _Ty], [0, 0]];
|
|
2072
|
-
var DataResource = [3, n0, _DR, 0, [_Ty, _V], [0, 64 | 0]];
|
|
2073
|
-
var DelegatedAdminAccountLimitExceededException = [
|
|
2071
|
+
var DashboardDetail$ = [3, n0, _DD, 0, [_DA, _Ty], [0, 0]];
|
|
2072
|
+
var DataResource$ = [3, n0, _DR, 0, [_Ty, _V], [0, 64 | 0]];
|
|
2073
|
+
var DelegatedAdminAccountLimitExceededException$ = [
|
|
2074
2074
|
-3,
|
|
2075
2075
|
n0,
|
|
2076
2076
|
_DAALEE,
|
|
@@ -2078,20 +2078,20 @@ var DelegatedAdminAccountLimitExceededException = [
|
|
|
2078
2078
|
[_M],
|
|
2079
2079
|
[0],
|
|
2080
2080
|
];
|
|
2081
|
-
schema.TypeRegistry.for(n0).registerError(DelegatedAdminAccountLimitExceededException
|
|
2082
|
-
var DeleteChannelRequest = [3, n0, _DCR, 0, [_C], [0]];
|
|
2083
|
-
var DeleteChannelResponse = [3, n0, _DCRe, 0, [], []];
|
|
2084
|
-
var DeleteDashboardRequest = [3, n0, _DDR, 0, [_DI], [0]];
|
|
2085
|
-
var DeleteDashboardResponse = [3, n0, _DDRe, 0, [], []];
|
|
2086
|
-
var DeleteEventDataStoreRequest = [3, n0, _DEDSR, 0, [_EDS], [0]];
|
|
2087
|
-
var DeleteEventDataStoreResponse = [3, n0, _DEDSRe, 0, [], []];
|
|
2088
|
-
var DeleteResourcePolicyRequest = [3, n0, _DRPR, 0, [_RA], [0]];
|
|
2089
|
-
var DeleteResourcePolicyResponse = [3, n0, _DRPRe, 0, [], []];
|
|
2090
|
-
var DeleteTrailRequest = [3, n0, _DTR, 0, [_N], [0]];
|
|
2091
|
-
var DeleteTrailResponse = [3, n0, _DTRe, 0, [], []];
|
|
2092
|
-
var DeregisterOrganizationDelegatedAdminRequest = [3, n0, _DODAR, 0, [_DAAI], [0]];
|
|
2093
|
-
var DeregisterOrganizationDelegatedAdminResponse = [3, n0, _DODARe, 0, [], []];
|
|
2094
|
-
var DescribeQueryRequest = [
|
|
2081
|
+
schema.TypeRegistry.for(n0).registerError(DelegatedAdminAccountLimitExceededException$, DelegatedAdminAccountLimitExceededException);
|
|
2082
|
+
var DeleteChannelRequest$ = [3, n0, _DCR, 0, [_C], [0]];
|
|
2083
|
+
var DeleteChannelResponse$ = [3, n0, _DCRe, 0, [], []];
|
|
2084
|
+
var DeleteDashboardRequest$ = [3, n0, _DDR, 0, [_DI], [0]];
|
|
2085
|
+
var DeleteDashboardResponse$ = [3, n0, _DDRe, 0, [], []];
|
|
2086
|
+
var DeleteEventDataStoreRequest$ = [3, n0, _DEDSR, 0, [_EDS], [0]];
|
|
2087
|
+
var DeleteEventDataStoreResponse$ = [3, n0, _DEDSRe, 0, [], []];
|
|
2088
|
+
var DeleteResourcePolicyRequest$ = [3, n0, _DRPR, 0, [_RA], [0]];
|
|
2089
|
+
var DeleteResourcePolicyResponse$ = [3, n0, _DRPRe, 0, [], []];
|
|
2090
|
+
var DeleteTrailRequest$ = [3, n0, _DTR, 0, [_N], [0]];
|
|
2091
|
+
var DeleteTrailResponse$ = [3, n0, _DTRe, 0, [], []];
|
|
2092
|
+
var DeregisterOrganizationDelegatedAdminRequest$ = [3, n0, _DODAR, 0, [_DAAI], [0]];
|
|
2093
|
+
var DeregisterOrganizationDelegatedAdminResponse$ = [3, n0, _DODARe, 0, [], []];
|
|
2094
|
+
var DescribeQueryRequest$ = [
|
|
2095
2095
|
3,
|
|
2096
2096
|
n0,
|
|
2097
2097
|
_DQR,
|
|
@@ -2099,22 +2099,22 @@ var DescribeQueryRequest = [
|
|
|
2099
2099
|
[_EDS, _QI, _QA, _RIe, _EDSOAI],
|
|
2100
2100
|
[0, 0, 0, 0, 0],
|
|
2101
2101
|
];
|
|
2102
|
-
var DescribeQueryResponse = [
|
|
2102
|
+
var DescribeQueryResponse$ = [
|
|
2103
2103
|
3,
|
|
2104
2104
|
n0,
|
|
2105
2105
|
_DQRe,
|
|
2106
2106
|
0,
|
|
2107
2107
|
[_QI, _QSu, _QS, _QSue, _EM, _DSU, _DS, _P, _EDSOAI],
|
|
2108
|
-
[0, 0, 0, () => QueryStatisticsForDescribeQuery
|
|
2109
|
-
];
|
|
2110
|
-
var DescribeTrailsRequest = [3, n0, _DTRes, 0, [_tNL, _iST], [64 | 0, 2]];
|
|
2111
|
-
var DescribeTrailsResponse = [3, n0, _DTResc, 0, [_tL], [() => TrailList]];
|
|
2112
|
-
var Destination = [3, n0, _De, 0, [_Ty, _L], [0, 0]];
|
|
2113
|
-
var DisableFederationRequest = [3, n0, _DFR, 0, [_EDS], [0]];
|
|
2114
|
-
var DisableFederationResponse = [3, n0, _DFRi, 0, [_EDSA, _FSe], [0, 0]];
|
|
2115
|
-
var EnableFederationRequest = [3, n0, _EFR, 0, [_EDS, _FRA], [0, 0]];
|
|
2116
|
-
var EnableFederationResponse = [3, n0, _EFRn, 0, [_EDSA, _FSe, _FRA], [0, 0, 0]];
|
|
2117
|
-
var Event = [
|
|
2108
|
+
[0, 0, 0, () => QueryStatisticsForDescribeQuery$, 0, 0, 0, 0, 0],
|
|
2109
|
+
];
|
|
2110
|
+
var DescribeTrailsRequest$ = [3, n0, _DTRes, 0, [_tNL, _iST], [64 | 0, 2]];
|
|
2111
|
+
var DescribeTrailsResponse$ = [3, n0, _DTResc, 0, [_tL], [() => TrailList]];
|
|
2112
|
+
var Destination$ = [3, n0, _De, 0, [_Ty, _L], [0, 0]];
|
|
2113
|
+
var DisableFederationRequest$ = [3, n0, _DFR, 0, [_EDS], [0]];
|
|
2114
|
+
var DisableFederationResponse$ = [3, n0, _DFRi, 0, [_EDSA, _FSe], [0, 0]];
|
|
2115
|
+
var EnableFederationRequest$ = [3, n0, _EFR, 0, [_EDS, _FRA], [0, 0]];
|
|
2116
|
+
var EnableFederationResponse$ = [3, n0, _EFRn, 0, [_EDSA, _FSe, _FRA], [0, 0, 0]];
|
|
2117
|
+
var Event$ = [
|
|
2118
2118
|
3,
|
|
2119
2119
|
n0,
|
|
2120
2120
|
_Ev,
|
|
@@ -2122,7 +2122,7 @@ var Event = [
|
|
|
2122
2122
|
[_EI, _EN, _RO, _AKI, _ET, _ES, _U, _R, _CTE],
|
|
2123
2123
|
[0, 0, 0, 0, 4, 0, 0, () => ResourceList, 0],
|
|
2124
2124
|
];
|
|
2125
|
-
var EventDataStore = [
|
|
2125
|
+
var EventDataStore$ = [
|
|
2126
2126
|
3,
|
|
2127
2127
|
n0,
|
|
2128
2128
|
_EDS,
|
|
@@ -2130,7 +2130,7 @@ var EventDataStore = [
|
|
|
2130
2130
|
[_EDSA, _N, _TPE, _St, _AESd, _MRE, _OE, _RP, _CT, _UT],
|
|
2131
2131
|
[0, 0, 2, 0, () => AdvancedEventSelectors, 2, 2, 1, 4, 4],
|
|
2132
2132
|
];
|
|
2133
|
-
var EventDataStoreAlreadyExistsException = [
|
|
2133
|
+
var EventDataStoreAlreadyExistsException$ = [
|
|
2134
2134
|
-3,
|
|
2135
2135
|
n0,
|
|
2136
2136
|
_EDSAEE,
|
|
@@ -2138,8 +2138,8 @@ var EventDataStoreAlreadyExistsException = [
|
|
|
2138
2138
|
[_M],
|
|
2139
2139
|
[0],
|
|
2140
2140
|
];
|
|
2141
|
-
schema.TypeRegistry.for(n0).registerError(EventDataStoreAlreadyExistsException
|
|
2142
|
-
var EventDataStoreARNInvalidException = [
|
|
2141
|
+
schema.TypeRegistry.for(n0).registerError(EventDataStoreAlreadyExistsException$, EventDataStoreAlreadyExistsException);
|
|
2142
|
+
var EventDataStoreARNInvalidException$ = [
|
|
2143
2143
|
-3,
|
|
2144
2144
|
n0,
|
|
2145
2145
|
_EDSARNIE,
|
|
@@ -2147,8 +2147,8 @@ var EventDataStoreARNInvalidException = [
|
|
|
2147
2147
|
[_M],
|
|
2148
2148
|
[0],
|
|
2149
2149
|
];
|
|
2150
|
-
schema.TypeRegistry.for(n0).registerError(EventDataStoreARNInvalidException
|
|
2151
|
-
var EventDataStoreFederationEnabledException = [
|
|
2150
|
+
schema.TypeRegistry.for(n0).registerError(EventDataStoreARNInvalidException$, EventDataStoreARNInvalidException);
|
|
2151
|
+
var EventDataStoreFederationEnabledException$ = [
|
|
2152
2152
|
-3,
|
|
2153
2153
|
n0,
|
|
2154
2154
|
_EDSFEE,
|
|
@@ -2156,8 +2156,8 @@ var EventDataStoreFederationEnabledException = [
|
|
|
2156
2156
|
[_M],
|
|
2157
2157
|
[0],
|
|
2158
2158
|
];
|
|
2159
|
-
schema.TypeRegistry.for(n0).registerError(EventDataStoreFederationEnabledException
|
|
2160
|
-
var EventDataStoreHasOngoingImportException = [
|
|
2159
|
+
schema.TypeRegistry.for(n0).registerError(EventDataStoreFederationEnabledException$, EventDataStoreFederationEnabledException);
|
|
2160
|
+
var EventDataStoreHasOngoingImportException$ = [
|
|
2161
2161
|
-3,
|
|
2162
2162
|
n0,
|
|
2163
2163
|
_EDSHOIE,
|
|
@@ -2165,8 +2165,8 @@ var EventDataStoreHasOngoingImportException = [
|
|
|
2165
2165
|
[_M],
|
|
2166
2166
|
[0],
|
|
2167
2167
|
];
|
|
2168
|
-
schema.TypeRegistry.for(n0).registerError(EventDataStoreHasOngoingImportException
|
|
2169
|
-
var EventDataStoreMaxLimitExceededException = [
|
|
2168
|
+
schema.TypeRegistry.for(n0).registerError(EventDataStoreHasOngoingImportException$, EventDataStoreHasOngoingImportException);
|
|
2169
|
+
var EventDataStoreMaxLimitExceededException$ = [
|
|
2170
2170
|
-3,
|
|
2171
2171
|
n0,
|
|
2172
2172
|
_EDSMLEE,
|
|
@@ -2174,8 +2174,8 @@ var EventDataStoreMaxLimitExceededException = [
|
|
|
2174
2174
|
[_M],
|
|
2175
2175
|
[0],
|
|
2176
2176
|
];
|
|
2177
|
-
schema.TypeRegistry.for(n0).registerError(EventDataStoreMaxLimitExceededException
|
|
2178
|
-
var EventDataStoreNotFoundException = [
|
|
2177
|
+
schema.TypeRegistry.for(n0).registerError(EventDataStoreMaxLimitExceededException$, EventDataStoreMaxLimitExceededException);
|
|
2178
|
+
var EventDataStoreNotFoundException$ = [
|
|
2179
2179
|
-3,
|
|
2180
2180
|
n0,
|
|
2181
2181
|
_EDSNFE,
|
|
@@ -2183,8 +2183,8 @@ var EventDataStoreNotFoundException = [
|
|
|
2183
2183
|
[_M],
|
|
2184
2184
|
[0],
|
|
2185
2185
|
];
|
|
2186
|
-
schema.TypeRegistry.for(n0).registerError(EventDataStoreNotFoundException
|
|
2187
|
-
var EventDataStoreTerminationProtectedException = [
|
|
2186
|
+
schema.TypeRegistry.for(n0).registerError(EventDataStoreNotFoundException$, EventDataStoreNotFoundException);
|
|
2187
|
+
var EventDataStoreTerminationProtectedException$ = [
|
|
2188
2188
|
-3,
|
|
2189
2189
|
n0,
|
|
2190
2190
|
_EDSTPE,
|
|
@@ -2192,8 +2192,8 @@ var EventDataStoreTerminationProtectedException = [
|
|
|
2192
2192
|
[_M],
|
|
2193
2193
|
[0],
|
|
2194
2194
|
];
|
|
2195
|
-
schema.TypeRegistry.for(n0).registerError(EventDataStoreTerminationProtectedException
|
|
2196
|
-
var EventSelector = [
|
|
2195
|
+
schema.TypeRegistry.for(n0).registerError(EventDataStoreTerminationProtectedException$, EventDataStoreTerminationProtectedException);
|
|
2196
|
+
var EventSelector$ = [
|
|
2197
2197
|
3,
|
|
2198
2198
|
n0,
|
|
2199
2199
|
_ESv,
|
|
@@ -2201,9 +2201,9 @@ var EventSelector = [
|
|
|
2201
2201
|
[_RWT, _IME, _DRa, _EMES],
|
|
2202
2202
|
[0, 2, () => DataResources, 64 | 0],
|
|
2203
2203
|
];
|
|
2204
|
-
var GenerateQueryRequest = [3, n0, _GQR, 0, [_EDSv, _P], [64 | 0, 0]];
|
|
2205
|
-
var GenerateQueryResponse = [3, n0, _GQRe, 0, [_QSuer, _QA, _EDSOAI], [0, 0, 0]];
|
|
2206
|
-
var GenerateResponseException = [
|
|
2204
|
+
var GenerateQueryRequest$ = [3, n0, _GQR, 0, [_EDSv, _P], [64 | 0, 0]];
|
|
2205
|
+
var GenerateQueryResponse$ = [3, n0, _GQRe, 0, [_QSuer, _QA, _EDSOAI], [0, 0, 0]];
|
|
2206
|
+
var GenerateResponseException$ = [
|
|
2207
2207
|
-3,
|
|
2208
2208
|
n0,
|
|
2209
2209
|
_GRE,
|
|
@@ -2211,27 +2211,27 @@ var GenerateResponseException = [
|
|
|
2211
2211
|
[_M],
|
|
2212
2212
|
[0],
|
|
2213
2213
|
];
|
|
2214
|
-
schema.TypeRegistry.for(n0).registerError(GenerateResponseException
|
|
2215
|
-
var GetChannelRequest = [3, n0, _GCR, 0, [_C], [0]];
|
|
2216
|
-
var GetChannelResponse = [
|
|
2214
|
+
schema.TypeRegistry.for(n0).registerError(GenerateResponseException$, GenerateResponseException);
|
|
2215
|
+
var GetChannelRequest$ = [3, n0, _GCR, 0, [_C], [0]];
|
|
2216
|
+
var GetChannelResponse$ = [
|
|
2217
2217
|
3,
|
|
2218
2218
|
n0,
|
|
2219
2219
|
_GCRe,
|
|
2220
2220
|
0,
|
|
2221
2221
|
[_CA, _N, _S, _SC, _D, _IS],
|
|
2222
|
-
[0, 0, 0, () => SourceConfig
|
|
2222
|
+
[0, 0, 0, () => SourceConfig$, () => Destinations, () => IngestionStatus$],
|
|
2223
2223
|
];
|
|
2224
|
-
var GetDashboardRequest = [3, n0, _GDR, 0, [_DI], [0]];
|
|
2225
|
-
var GetDashboardResponse = [
|
|
2224
|
+
var GetDashboardRequest$ = [3, n0, _GDR, 0, [_DI], [0]];
|
|
2225
|
+
var GetDashboardResponse$ = [
|
|
2226
2226
|
3,
|
|
2227
2227
|
n0,
|
|
2228
2228
|
_GDRe,
|
|
2229
2229
|
0,
|
|
2230
2230
|
[_DA, _Ty, _St, _W, _RS, _CT, _UT, _LRI, _LRFR, _TPE],
|
|
2231
|
-
[0, 0, 0, () => WidgetList, () => RefreshSchedule
|
|
2231
|
+
[0, 0, 0, () => WidgetList, () => RefreshSchedule$, 4, 4, 0, 0, 2],
|
|
2232
2232
|
];
|
|
2233
|
-
var GetEventConfigurationRequest = [3, n0, _GECR, 0, [_TN, _EDS], [0, 0]];
|
|
2234
|
-
var GetEventConfigurationResponse = [
|
|
2233
|
+
var GetEventConfigurationRequest$ = [3, n0, _GECR, 0, [_TN, _EDS], [0, 0]];
|
|
2234
|
+
var GetEventConfigurationResponse$ = [
|
|
2235
2235
|
3,
|
|
2236
2236
|
n0,
|
|
2237
2237
|
_GECRe,
|
|
@@ -2239,8 +2239,8 @@ var GetEventConfigurationResponse = [
|
|
|
2239
2239
|
[_TARN, _EDSA, _MES, _CKSo, _ACg],
|
|
2240
2240
|
[0, 0, 0, () => ContextKeySelectors, () => AggregationConfigurations],
|
|
2241
2241
|
];
|
|
2242
|
-
var GetEventDataStoreRequest = [3, n0, _GEDSR, 0, [_EDS], [0]];
|
|
2243
|
-
var GetEventDataStoreResponse = [
|
|
2242
|
+
var GetEventDataStoreRequest$ = [3, n0, _GEDSR, 0, [_EDS], [0]];
|
|
2243
|
+
var GetEventDataStoreResponse$ = [
|
|
2244
2244
|
3,
|
|
2245
2245
|
n0,
|
|
2246
2246
|
_GEDSRe,
|
|
@@ -2248,8 +2248,8 @@ var GetEventDataStoreResponse = [
|
|
|
2248
2248
|
[_EDSA, _N, _St, _AESd, _MRE, _OE, _RP, _TPE, _CT, _UT, _KKI, _BM, _FSe, _FRA, _PK],
|
|
2249
2249
|
[0, 0, 0, () => AdvancedEventSelectors, 2, 2, 1, 2, 4, 4, 0, 0, 0, 0, () => PartitionKeyList],
|
|
2250
2250
|
];
|
|
2251
|
-
var GetEventSelectorsRequest = [3, n0, _GESR, 0, [_TN], [0]];
|
|
2252
|
-
var GetEventSelectorsResponse = [
|
|
2251
|
+
var GetEventSelectorsRequest$ = [3, n0, _GESR, 0, [_TN], [0]];
|
|
2252
|
+
var GetEventSelectorsResponse$ = [
|
|
2253
2253
|
3,
|
|
2254
2254
|
n0,
|
|
2255
2255
|
_GESRe,
|
|
@@ -2257,17 +2257,17 @@ var GetEventSelectorsResponse = [
|
|
|
2257
2257
|
[_TARN, _ESve, _AESd],
|
|
2258
2258
|
[0, () => EventSelectors, () => AdvancedEventSelectors],
|
|
2259
2259
|
];
|
|
2260
|
-
var GetImportRequest = [3, n0, _GIR, 0, [_II], [0]];
|
|
2261
|
-
var GetImportResponse = [
|
|
2260
|
+
var GetImportRequest$ = [3, n0, _GIR, 0, [_II], [0]];
|
|
2261
|
+
var GetImportResponse$ = [
|
|
2262
2262
|
3,
|
|
2263
2263
|
n0,
|
|
2264
2264
|
_GIRe,
|
|
2265
2265
|
0,
|
|
2266
2266
|
[_II, _D, _ISm, _SET, _EET, _ISmp, _CT, _UT, _ISmpo],
|
|
2267
|
-
[0, 64 | 0, () => ImportSource
|
|
2267
|
+
[0, 64 | 0, () => ImportSource$, 4, 4, 0, 4, 4, () => ImportStatistics$],
|
|
2268
2268
|
];
|
|
2269
|
-
var GetInsightSelectorsRequest = [3, n0, _GISR, 0, [_TN, _EDS], [0, 0]];
|
|
2270
|
-
var GetInsightSelectorsResponse = [
|
|
2269
|
+
var GetInsightSelectorsRequest$ = [3, n0, _GISR, 0, [_TN, _EDS], [0, 0]];
|
|
2270
|
+
var GetInsightSelectorsResponse$ = [
|
|
2271
2271
|
3,
|
|
2272
2272
|
n0,
|
|
2273
2273
|
_GISRe,
|
|
@@ -2275,7 +2275,7 @@ var GetInsightSelectorsResponse = [
|
|
|
2275
2275
|
[_TARN, _ISn, _EDSA, _ID],
|
|
2276
2276
|
[0, () => InsightSelectors, 0, 0],
|
|
2277
2277
|
];
|
|
2278
|
-
var GetQueryResultsRequest = [
|
|
2278
|
+
var GetQueryResultsRequest$ = [
|
|
2279
2279
|
3,
|
|
2280
2280
|
n0,
|
|
2281
2281
|
_GQRR,
|
|
@@ -2283,20 +2283,20 @@ var GetQueryResultsRequest = [
|
|
|
2283
2283
|
[_EDS, _QI, _NT, _MQR, _EDSOAI],
|
|
2284
2284
|
[0, 0, 0, 1, 0],
|
|
2285
2285
|
];
|
|
2286
|
-
var GetQueryResultsResponse = [
|
|
2286
|
+
var GetQueryResultsResponse$ = [
|
|
2287
2287
|
3,
|
|
2288
2288
|
n0,
|
|
2289
2289
|
_GQRRe,
|
|
2290
2290
|
0,
|
|
2291
2291
|
[_QS, _QSue, _QRR, _NT, _EM],
|
|
2292
|
-
[0, () => QueryStatistics
|
|
2293
|
-
];
|
|
2294
|
-
var GetResourcePolicyRequest = [3, n0, _GRPR, 0, [_RA], [0]];
|
|
2295
|
-
var GetResourcePolicyResponse = [3, n0, _GRPRe, 0, [_RA, _RPe, _DARP], [0, 0, 0]];
|
|
2296
|
-
var GetTrailRequest = [3, n0, _GTR, 0, [_N], [0]];
|
|
2297
|
-
var GetTrailResponse = [3, n0, _GTRe, 0, [_Tr], [() => Trail]];
|
|
2298
|
-
var GetTrailStatusRequest = [3, n0, _GTSR, 0, [_N], [0]];
|
|
2299
|
-
var GetTrailStatusResponse = [
|
|
2292
|
+
[0, () => QueryStatistics$, [1, n0, _QRR, 0, [1, n0, _QRRu, 0, 128 | 0]], 0, 0],
|
|
2293
|
+
];
|
|
2294
|
+
var GetResourcePolicyRequest$ = [3, n0, _GRPR, 0, [_RA], [0]];
|
|
2295
|
+
var GetResourcePolicyResponse$ = [3, n0, _GRPRe, 0, [_RA, _RPe, _DARP], [0, 0, 0]];
|
|
2296
|
+
var GetTrailRequest$ = [3, n0, _GTR, 0, [_N], [0]];
|
|
2297
|
+
var GetTrailResponse$ = [3, n0, _GTRe, 0, [_Tr], [() => Trail$]];
|
|
2298
|
+
var GetTrailStatusRequest$ = [3, n0, _GTSR, 0, [_N], [0]];
|
|
2299
|
+
var GetTrailStatusResponse$ = [
|
|
2300
2300
|
3,
|
|
2301
2301
|
n0,
|
|
2302
2302
|
_GTSRe,
|
|
@@ -2304,7 +2304,7 @@ var GetTrailStatusResponse = [
|
|
|
2304
2304
|
[_IL, _LDE, _LNE, _LDT, _LNT, _SLT, _SLTt, _LCWLDE, _LCWLDT, _LDDT, _LDDE, _LDAT, _LNAT, _LNAS, _LDAS, _TLS, _TLSi],
|
|
2305
2305
|
[2, 0, 0, 4, 4, 4, 4, 0, 4, 4, 0, 0, 0, 0, 0, 0, 0],
|
|
2306
2306
|
];
|
|
2307
|
-
var ImportFailureListItem = [
|
|
2307
|
+
var ImportFailureListItem$ = [
|
|
2308
2308
|
3,
|
|
2309
2309
|
n0,
|
|
2310
2310
|
_IFLI,
|
|
@@ -2312,7 +2312,7 @@ var ImportFailureListItem = [
|
|
|
2312
2312
|
[_L, _St, _ETr, _EM, _LUT],
|
|
2313
2313
|
[0, 0, 0, 0, 4],
|
|
2314
2314
|
];
|
|
2315
|
-
var ImportNotFoundException = [
|
|
2315
|
+
var ImportNotFoundException$ = [
|
|
2316
2316
|
-3,
|
|
2317
2317
|
n0,
|
|
2318
2318
|
_INFE,
|
|
@@ -2320,11 +2320,11 @@ var ImportNotFoundException = [
|
|
|
2320
2320
|
[_M],
|
|
2321
2321
|
[0],
|
|
2322
2322
|
];
|
|
2323
|
-
schema.TypeRegistry.for(n0).registerError(ImportNotFoundException
|
|
2324
|
-
var ImportsListItem = [3, n0, _ILI, 0, [_II, _ISmp, _D, _CT, _UT], [0, 0, 64 | 0, 4, 4]];
|
|
2325
|
-
var ImportSource = [3, n0, _ISm, 0, [_S_], [() => S3ImportSource]];
|
|
2326
|
-
var ImportStatistics = [3, n0, _ISmpo, 0, [_PF, _PC, _FC, _ECv, _FE], [1, 1, 1, 1, 1]];
|
|
2327
|
-
var InactiveEventDataStoreException = [
|
|
2323
|
+
schema.TypeRegistry.for(n0).registerError(ImportNotFoundException$, ImportNotFoundException);
|
|
2324
|
+
var ImportsListItem$ = [3, n0, _ILI, 0, [_II, _ISmp, _D, _CT, _UT], [0, 0, 64 | 0, 4, 4]];
|
|
2325
|
+
var ImportSource$ = [3, n0, _ISm, 0, [_S_], [() => S3ImportSource$]];
|
|
2326
|
+
var ImportStatistics$ = [3, n0, _ISmpo, 0, [_PF, _PC, _FC, _ECv, _FE], [1, 1, 1, 1, 1]];
|
|
2327
|
+
var InactiveEventDataStoreException$ = [
|
|
2328
2328
|
-3,
|
|
2329
2329
|
n0,
|
|
2330
2330
|
_IEDSE,
|
|
@@ -2332,8 +2332,8 @@ var InactiveEventDataStoreException = [
|
|
|
2332
2332
|
[_M],
|
|
2333
2333
|
[0],
|
|
2334
2334
|
];
|
|
2335
|
-
schema.TypeRegistry.for(n0).registerError(InactiveEventDataStoreException
|
|
2336
|
-
var InactiveQueryException = [
|
|
2335
|
+
schema.TypeRegistry.for(n0).registerError(InactiveEventDataStoreException$, InactiveEventDataStoreException);
|
|
2336
|
+
var InactiveQueryException$ = [
|
|
2337
2337
|
-3,
|
|
2338
2338
|
n0,
|
|
2339
2339
|
_IQE,
|
|
@@ -2341,8 +2341,8 @@ var InactiveQueryException = [
|
|
|
2341
2341
|
[_M],
|
|
2342
2342
|
[0],
|
|
2343
2343
|
];
|
|
2344
|
-
schema.TypeRegistry.for(n0).registerError(InactiveQueryException
|
|
2345
|
-
var IngestionStatus = [
|
|
2344
|
+
schema.TypeRegistry.for(n0).registerError(InactiveQueryException$, InactiveQueryException);
|
|
2345
|
+
var IngestionStatus$ = [
|
|
2346
2346
|
3,
|
|
2347
2347
|
n0,
|
|
2348
2348
|
_IS,
|
|
@@ -2350,7 +2350,7 @@ var IngestionStatus = [
|
|
|
2350
2350
|
[_LIST, _LISEID, _LIEC, _LIAT, _LIAEID],
|
|
2351
2351
|
[4, 0, 0, 4, 0],
|
|
2352
2352
|
];
|
|
2353
|
-
var InsightNotEnabledException = [
|
|
2353
|
+
var InsightNotEnabledException$ = [
|
|
2354
2354
|
-3,
|
|
2355
2355
|
n0,
|
|
2356
2356
|
_INEE,
|
|
@@ -2358,9 +2358,9 @@ var InsightNotEnabledException = [
|
|
|
2358
2358
|
[_M],
|
|
2359
2359
|
[0],
|
|
2360
2360
|
];
|
|
2361
|
-
schema.TypeRegistry.for(n0).registerError(InsightNotEnabledException
|
|
2362
|
-
var InsightSelector = [3, n0, _ISns, 0, [_IT, _ECve], [0, 64 | 0]];
|
|
2363
|
-
var InsufficientDependencyServiceAccessPermissionException = [
|
|
2361
|
+
schema.TypeRegistry.for(n0).registerError(InsightNotEnabledException$, InsightNotEnabledException);
|
|
2362
|
+
var InsightSelector$ = [3, n0, _ISns, 0, [_IT, _ECve], [0, 64 | 0]];
|
|
2363
|
+
var InsufficientDependencyServiceAccessPermissionException$ = [
|
|
2364
2364
|
-3,
|
|
2365
2365
|
n0,
|
|
2366
2366
|
_IDSAPE,
|
|
@@ -2368,8 +2368,8 @@ var InsufficientDependencyServiceAccessPermissionException = [
|
|
|
2368
2368
|
[_M],
|
|
2369
2369
|
[0],
|
|
2370
2370
|
];
|
|
2371
|
-
schema.TypeRegistry.for(n0).registerError(InsufficientDependencyServiceAccessPermissionException
|
|
2372
|
-
var InsufficientEncryptionPolicyException = [
|
|
2371
|
+
schema.TypeRegistry.for(n0).registerError(InsufficientDependencyServiceAccessPermissionException$, InsufficientDependencyServiceAccessPermissionException);
|
|
2372
|
+
var InsufficientEncryptionPolicyException$ = [
|
|
2373
2373
|
-3,
|
|
2374
2374
|
n0,
|
|
2375
2375
|
_IEPE,
|
|
@@ -2377,8 +2377,8 @@ var InsufficientEncryptionPolicyException = [
|
|
|
2377
2377
|
[_M],
|
|
2378
2378
|
[0],
|
|
2379
2379
|
];
|
|
2380
|
-
schema.TypeRegistry.for(n0).registerError(InsufficientEncryptionPolicyException
|
|
2381
|
-
var InsufficientIAMAccessPermissionException = [
|
|
2380
|
+
schema.TypeRegistry.for(n0).registerError(InsufficientEncryptionPolicyException$, InsufficientEncryptionPolicyException);
|
|
2381
|
+
var InsufficientIAMAccessPermissionException$ = [
|
|
2382
2382
|
-3,
|
|
2383
2383
|
n0,
|
|
2384
2384
|
_IIAMAPE,
|
|
@@ -2386,8 +2386,8 @@ var InsufficientIAMAccessPermissionException = [
|
|
|
2386
2386
|
[_M],
|
|
2387
2387
|
[0],
|
|
2388
2388
|
];
|
|
2389
|
-
schema.TypeRegistry.for(n0).registerError(InsufficientIAMAccessPermissionException
|
|
2390
|
-
var InsufficientS3BucketPolicyException = [
|
|
2389
|
+
schema.TypeRegistry.for(n0).registerError(InsufficientIAMAccessPermissionException$, InsufficientIAMAccessPermissionException);
|
|
2390
|
+
var InsufficientS3BucketPolicyException$ = [
|
|
2391
2391
|
-3,
|
|
2392
2392
|
n0,
|
|
2393
2393
|
_ISBPE,
|
|
@@ -2395,8 +2395,8 @@ var InsufficientS3BucketPolicyException = [
|
|
|
2395
2395
|
[_M],
|
|
2396
2396
|
[0],
|
|
2397
2397
|
];
|
|
2398
|
-
schema.TypeRegistry.for(n0).registerError(InsufficientS3BucketPolicyException
|
|
2399
|
-
var InsufficientSnsTopicPolicyException = [
|
|
2398
|
+
schema.TypeRegistry.for(n0).registerError(InsufficientS3BucketPolicyException$, InsufficientS3BucketPolicyException);
|
|
2399
|
+
var InsufficientSnsTopicPolicyException$ = [
|
|
2400
2400
|
-3,
|
|
2401
2401
|
n0,
|
|
2402
2402
|
_ISTPE,
|
|
@@ -2404,8 +2404,8 @@ var InsufficientSnsTopicPolicyException = [
|
|
|
2404
2404
|
[_M],
|
|
2405
2405
|
[0],
|
|
2406
2406
|
];
|
|
2407
|
-
schema.TypeRegistry.for(n0).registerError(InsufficientSnsTopicPolicyException
|
|
2408
|
-
var InvalidCloudWatchLogsLogGroupArnException = [
|
|
2407
|
+
schema.TypeRegistry.for(n0).registerError(InsufficientSnsTopicPolicyException$, InsufficientSnsTopicPolicyException);
|
|
2408
|
+
var InvalidCloudWatchLogsLogGroupArnException$ = [
|
|
2409
2409
|
-3,
|
|
2410
2410
|
n0,
|
|
2411
2411
|
_ICWLLGAE,
|
|
@@ -2413,8 +2413,8 @@ var InvalidCloudWatchLogsLogGroupArnException = [
|
|
|
2413
2413
|
[_M],
|
|
2414
2414
|
[0],
|
|
2415
2415
|
];
|
|
2416
|
-
schema.TypeRegistry.for(n0).registerError(InvalidCloudWatchLogsLogGroupArnException
|
|
2417
|
-
var InvalidCloudWatchLogsRoleArnException = [
|
|
2416
|
+
schema.TypeRegistry.for(n0).registerError(InvalidCloudWatchLogsLogGroupArnException$, InvalidCloudWatchLogsLogGroupArnException);
|
|
2417
|
+
var InvalidCloudWatchLogsRoleArnException$ = [
|
|
2418
2418
|
-3,
|
|
2419
2419
|
n0,
|
|
2420
2420
|
_ICWLRAE,
|
|
@@ -2422,8 +2422,8 @@ var InvalidCloudWatchLogsRoleArnException = [
|
|
|
2422
2422
|
[_M],
|
|
2423
2423
|
[0],
|
|
2424
2424
|
];
|
|
2425
|
-
schema.TypeRegistry.for(n0).registerError(InvalidCloudWatchLogsRoleArnException
|
|
2426
|
-
var InvalidDateRangeException = [
|
|
2425
|
+
schema.TypeRegistry.for(n0).registerError(InvalidCloudWatchLogsRoleArnException$, InvalidCloudWatchLogsRoleArnException);
|
|
2426
|
+
var InvalidDateRangeException$ = [
|
|
2427
2427
|
-3,
|
|
2428
2428
|
n0,
|
|
2429
2429
|
_IDRE,
|
|
@@ -2431,8 +2431,8 @@ var InvalidDateRangeException = [
|
|
|
2431
2431
|
[_M],
|
|
2432
2432
|
[0],
|
|
2433
2433
|
];
|
|
2434
|
-
schema.TypeRegistry.for(n0).registerError(InvalidDateRangeException
|
|
2435
|
-
var InvalidEventCategoryException = [
|
|
2434
|
+
schema.TypeRegistry.for(n0).registerError(InvalidDateRangeException$, InvalidDateRangeException);
|
|
2435
|
+
var InvalidEventCategoryException$ = [
|
|
2436
2436
|
-3,
|
|
2437
2437
|
n0,
|
|
2438
2438
|
_IECE,
|
|
@@ -2440,8 +2440,8 @@ var InvalidEventCategoryException = [
|
|
|
2440
2440
|
[_M],
|
|
2441
2441
|
[0],
|
|
2442
2442
|
];
|
|
2443
|
-
schema.TypeRegistry.for(n0).registerError(InvalidEventCategoryException
|
|
2444
|
-
var InvalidEventDataStoreCategoryException = [
|
|
2443
|
+
schema.TypeRegistry.for(n0).registerError(InvalidEventCategoryException$, InvalidEventCategoryException);
|
|
2444
|
+
var InvalidEventDataStoreCategoryException$ = [
|
|
2445
2445
|
-3,
|
|
2446
2446
|
n0,
|
|
2447
2447
|
_IEDSCE,
|
|
@@ -2449,8 +2449,8 @@ var InvalidEventDataStoreCategoryException = [
|
|
|
2449
2449
|
[_M],
|
|
2450
2450
|
[0],
|
|
2451
2451
|
];
|
|
2452
|
-
schema.TypeRegistry.for(n0).registerError(InvalidEventDataStoreCategoryException
|
|
2453
|
-
var InvalidEventDataStoreStatusException = [
|
|
2452
|
+
schema.TypeRegistry.for(n0).registerError(InvalidEventDataStoreCategoryException$, InvalidEventDataStoreCategoryException);
|
|
2453
|
+
var InvalidEventDataStoreStatusException$ = [
|
|
2454
2454
|
-3,
|
|
2455
2455
|
n0,
|
|
2456
2456
|
_IEDSSE,
|
|
@@ -2458,8 +2458,8 @@ var InvalidEventDataStoreStatusException = [
|
|
|
2458
2458
|
[_M],
|
|
2459
2459
|
[0],
|
|
2460
2460
|
];
|
|
2461
|
-
schema.TypeRegistry.for(n0).registerError(InvalidEventDataStoreStatusException
|
|
2462
|
-
var InvalidEventSelectorsException = [
|
|
2461
|
+
schema.TypeRegistry.for(n0).registerError(InvalidEventDataStoreStatusException$, InvalidEventDataStoreStatusException);
|
|
2462
|
+
var InvalidEventSelectorsException$ = [
|
|
2463
2463
|
-3,
|
|
2464
2464
|
n0,
|
|
2465
2465
|
_IESE,
|
|
@@ -2467,8 +2467,8 @@ var InvalidEventSelectorsException = [
|
|
|
2467
2467
|
[_M],
|
|
2468
2468
|
[0],
|
|
2469
2469
|
];
|
|
2470
|
-
schema.TypeRegistry.for(n0).registerError(InvalidEventSelectorsException
|
|
2471
|
-
var InvalidHomeRegionException = [
|
|
2470
|
+
schema.TypeRegistry.for(n0).registerError(InvalidEventSelectorsException$, InvalidEventSelectorsException);
|
|
2471
|
+
var InvalidHomeRegionException$ = [
|
|
2472
2472
|
-3,
|
|
2473
2473
|
n0,
|
|
2474
2474
|
_IHRE,
|
|
@@ -2476,8 +2476,8 @@ var InvalidHomeRegionException = [
|
|
|
2476
2476
|
[_M],
|
|
2477
2477
|
[0],
|
|
2478
2478
|
];
|
|
2479
|
-
schema.TypeRegistry.for(n0).registerError(InvalidHomeRegionException
|
|
2480
|
-
var InvalidImportSourceException = [
|
|
2479
|
+
schema.TypeRegistry.for(n0).registerError(InvalidHomeRegionException$, InvalidHomeRegionException);
|
|
2480
|
+
var InvalidImportSourceException$ = [
|
|
2481
2481
|
-3,
|
|
2482
2482
|
n0,
|
|
2483
2483
|
_IISE,
|
|
@@ -2485,8 +2485,8 @@ var InvalidImportSourceException = [
|
|
|
2485
2485
|
[_M],
|
|
2486
2486
|
[0],
|
|
2487
2487
|
];
|
|
2488
|
-
schema.TypeRegistry.for(n0).registerError(InvalidImportSourceException
|
|
2489
|
-
var InvalidInsightSelectorsException = [
|
|
2488
|
+
schema.TypeRegistry.for(n0).registerError(InvalidImportSourceException$, InvalidImportSourceException);
|
|
2489
|
+
var InvalidInsightSelectorsException$ = [
|
|
2490
2490
|
-3,
|
|
2491
2491
|
n0,
|
|
2492
2492
|
_IISEn,
|
|
@@ -2494,8 +2494,8 @@ var InvalidInsightSelectorsException = [
|
|
|
2494
2494
|
[_M],
|
|
2495
2495
|
[0],
|
|
2496
2496
|
];
|
|
2497
|
-
schema.TypeRegistry.for(n0).registerError(InvalidInsightSelectorsException
|
|
2498
|
-
var InvalidKmsKeyIdException = [
|
|
2497
|
+
schema.TypeRegistry.for(n0).registerError(InvalidInsightSelectorsException$, InvalidInsightSelectorsException);
|
|
2498
|
+
var InvalidKmsKeyIdException$ = [
|
|
2499
2499
|
-3,
|
|
2500
2500
|
n0,
|
|
2501
2501
|
_IKKIE,
|
|
@@ -2503,8 +2503,8 @@ var InvalidKmsKeyIdException = [
|
|
|
2503
2503
|
[_M],
|
|
2504
2504
|
[0],
|
|
2505
2505
|
];
|
|
2506
|
-
schema.TypeRegistry.for(n0).registerError(InvalidKmsKeyIdException
|
|
2507
|
-
var InvalidLookupAttributesException = [
|
|
2506
|
+
schema.TypeRegistry.for(n0).registerError(InvalidKmsKeyIdException$, InvalidKmsKeyIdException);
|
|
2507
|
+
var InvalidLookupAttributesException$ = [
|
|
2508
2508
|
-3,
|
|
2509
2509
|
n0,
|
|
2510
2510
|
_ILAE,
|
|
@@ -2512,8 +2512,8 @@ var InvalidLookupAttributesException = [
|
|
|
2512
2512
|
[_M],
|
|
2513
2513
|
[0],
|
|
2514
2514
|
];
|
|
2515
|
-
schema.TypeRegistry.for(n0).registerError(InvalidLookupAttributesException
|
|
2516
|
-
var InvalidMaxResultsException = [
|
|
2515
|
+
schema.TypeRegistry.for(n0).registerError(InvalidLookupAttributesException$, InvalidLookupAttributesException);
|
|
2516
|
+
var InvalidMaxResultsException$ = [
|
|
2517
2517
|
-3,
|
|
2518
2518
|
n0,
|
|
2519
2519
|
_IMRE,
|
|
@@ -2521,8 +2521,8 @@ var InvalidMaxResultsException = [
|
|
|
2521
2521
|
[_M],
|
|
2522
2522
|
[0],
|
|
2523
2523
|
];
|
|
2524
|
-
schema.TypeRegistry.for(n0).registerError(InvalidMaxResultsException
|
|
2525
|
-
var InvalidNextTokenException = [
|
|
2524
|
+
schema.TypeRegistry.for(n0).registerError(InvalidMaxResultsException$, InvalidMaxResultsException);
|
|
2525
|
+
var InvalidNextTokenException$ = [
|
|
2526
2526
|
-3,
|
|
2527
2527
|
n0,
|
|
2528
2528
|
_INTE,
|
|
@@ -2530,8 +2530,8 @@ var InvalidNextTokenException = [
|
|
|
2530
2530
|
[_M],
|
|
2531
2531
|
[0],
|
|
2532
2532
|
];
|
|
2533
|
-
schema.TypeRegistry.for(n0).registerError(InvalidNextTokenException
|
|
2534
|
-
var InvalidParameterCombinationException = [
|
|
2533
|
+
schema.TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
2534
|
+
var InvalidParameterCombinationException$ = [
|
|
2535
2535
|
-3,
|
|
2536
2536
|
n0,
|
|
2537
2537
|
_IPCE,
|
|
@@ -2539,8 +2539,8 @@ var InvalidParameterCombinationException = [
|
|
|
2539
2539
|
[_M],
|
|
2540
2540
|
[0],
|
|
2541
2541
|
];
|
|
2542
|
-
schema.TypeRegistry.for(n0).registerError(InvalidParameterCombinationException
|
|
2543
|
-
var InvalidParameterException = [
|
|
2542
|
+
schema.TypeRegistry.for(n0).registerError(InvalidParameterCombinationException$, InvalidParameterCombinationException);
|
|
2543
|
+
var InvalidParameterException$ = [
|
|
2544
2544
|
-3,
|
|
2545
2545
|
n0,
|
|
2546
2546
|
_IPE,
|
|
@@ -2548,8 +2548,8 @@ var InvalidParameterException = [
|
|
|
2548
2548
|
[_M],
|
|
2549
2549
|
[0],
|
|
2550
2550
|
];
|
|
2551
|
-
schema.TypeRegistry.for(n0).registerError(InvalidParameterException
|
|
2552
|
-
var InvalidQueryStatementException = [
|
|
2551
|
+
schema.TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
|
|
2552
|
+
var InvalidQueryStatementException$ = [
|
|
2553
2553
|
-3,
|
|
2554
2554
|
n0,
|
|
2555
2555
|
_IQSE,
|
|
@@ -2557,8 +2557,8 @@ var InvalidQueryStatementException = [
|
|
|
2557
2557
|
[_M],
|
|
2558
2558
|
[0],
|
|
2559
2559
|
];
|
|
2560
|
-
schema.TypeRegistry.for(n0).registerError(InvalidQueryStatementException
|
|
2561
|
-
var InvalidQueryStatusException = [
|
|
2560
|
+
schema.TypeRegistry.for(n0).registerError(InvalidQueryStatementException$, InvalidQueryStatementException);
|
|
2561
|
+
var InvalidQueryStatusException$ = [
|
|
2562
2562
|
-3,
|
|
2563
2563
|
n0,
|
|
2564
2564
|
_IQSEn,
|
|
@@ -2566,8 +2566,8 @@ var InvalidQueryStatusException = [
|
|
|
2566
2566
|
[_M],
|
|
2567
2567
|
[0],
|
|
2568
2568
|
];
|
|
2569
|
-
schema.TypeRegistry.for(n0).registerError(InvalidQueryStatusException
|
|
2570
|
-
var InvalidS3BucketNameException = [
|
|
2569
|
+
schema.TypeRegistry.for(n0).registerError(InvalidQueryStatusException$, InvalidQueryStatusException);
|
|
2570
|
+
var InvalidS3BucketNameException$ = [
|
|
2571
2571
|
-3,
|
|
2572
2572
|
n0,
|
|
2573
2573
|
_ISBNE,
|
|
@@ -2575,8 +2575,8 @@ var InvalidS3BucketNameException = [
|
|
|
2575
2575
|
[_M],
|
|
2576
2576
|
[0],
|
|
2577
2577
|
];
|
|
2578
|
-
schema.TypeRegistry.for(n0).registerError(InvalidS3BucketNameException
|
|
2579
|
-
var InvalidS3PrefixException = [
|
|
2578
|
+
schema.TypeRegistry.for(n0).registerError(InvalidS3BucketNameException$, InvalidS3BucketNameException);
|
|
2579
|
+
var InvalidS3PrefixException$ = [
|
|
2580
2580
|
-3,
|
|
2581
2581
|
n0,
|
|
2582
2582
|
_ISPE,
|
|
@@ -2584,8 +2584,8 @@ var InvalidS3PrefixException = [
|
|
|
2584
2584
|
[_M],
|
|
2585
2585
|
[0],
|
|
2586
2586
|
];
|
|
2587
|
-
schema.TypeRegistry.for(n0).registerError(InvalidS3PrefixException
|
|
2588
|
-
var InvalidSnsTopicNameException = [
|
|
2587
|
+
schema.TypeRegistry.for(n0).registerError(InvalidS3PrefixException$, InvalidS3PrefixException);
|
|
2588
|
+
var InvalidSnsTopicNameException$ = [
|
|
2589
2589
|
-3,
|
|
2590
2590
|
n0,
|
|
2591
2591
|
_ISTNE,
|
|
@@ -2593,8 +2593,8 @@ var InvalidSnsTopicNameException = [
|
|
|
2593
2593
|
[_M],
|
|
2594
2594
|
[0],
|
|
2595
2595
|
];
|
|
2596
|
-
schema.TypeRegistry.for(n0).registerError(InvalidSnsTopicNameException
|
|
2597
|
-
var InvalidSourceException = [
|
|
2596
|
+
schema.TypeRegistry.for(n0).registerError(InvalidSnsTopicNameException$, InvalidSnsTopicNameException);
|
|
2597
|
+
var InvalidSourceException$ = [
|
|
2598
2598
|
-3,
|
|
2599
2599
|
n0,
|
|
2600
2600
|
_ISE,
|
|
@@ -2602,8 +2602,8 @@ var InvalidSourceException = [
|
|
|
2602
2602
|
[_M],
|
|
2603
2603
|
[0],
|
|
2604
2604
|
];
|
|
2605
|
-
schema.TypeRegistry.for(n0).registerError(InvalidSourceException
|
|
2606
|
-
var InvalidTagParameterException = [
|
|
2605
|
+
schema.TypeRegistry.for(n0).registerError(InvalidSourceException$, InvalidSourceException);
|
|
2606
|
+
var InvalidTagParameterException$ = [
|
|
2607
2607
|
-3,
|
|
2608
2608
|
n0,
|
|
2609
2609
|
_ITPE,
|
|
@@ -2611,8 +2611,8 @@ var InvalidTagParameterException = [
|
|
|
2611
2611
|
[_M],
|
|
2612
2612
|
[0],
|
|
2613
2613
|
];
|
|
2614
|
-
schema.TypeRegistry.for(n0).registerError(InvalidTagParameterException
|
|
2615
|
-
var InvalidTimeRangeException = [
|
|
2614
|
+
schema.TypeRegistry.for(n0).registerError(InvalidTagParameterException$, InvalidTagParameterException);
|
|
2615
|
+
var InvalidTimeRangeException$ = [
|
|
2616
2616
|
-3,
|
|
2617
2617
|
n0,
|
|
2618
2618
|
_ITRE,
|
|
@@ -2620,8 +2620,8 @@ var InvalidTimeRangeException = [
|
|
|
2620
2620
|
[_M],
|
|
2621
2621
|
[0],
|
|
2622
2622
|
];
|
|
2623
|
-
schema.TypeRegistry.for(n0).registerError(InvalidTimeRangeException
|
|
2624
|
-
var InvalidTokenException = [
|
|
2623
|
+
schema.TypeRegistry.for(n0).registerError(InvalidTimeRangeException$, InvalidTimeRangeException);
|
|
2624
|
+
var InvalidTokenException$ = [
|
|
2625
2625
|
-3,
|
|
2626
2626
|
n0,
|
|
2627
2627
|
_ITE,
|
|
@@ -2629,8 +2629,8 @@ var InvalidTokenException = [
|
|
|
2629
2629
|
[_M],
|
|
2630
2630
|
[0],
|
|
2631
2631
|
];
|
|
2632
|
-
schema.TypeRegistry.for(n0).registerError(InvalidTokenException
|
|
2633
|
-
var InvalidTrailNameException = [
|
|
2632
|
+
schema.TypeRegistry.for(n0).registerError(InvalidTokenException$, InvalidTokenException);
|
|
2633
|
+
var InvalidTrailNameException$ = [
|
|
2634
2634
|
-3,
|
|
2635
2635
|
n0,
|
|
2636
2636
|
_ITNE,
|
|
@@ -2638,8 +2638,8 @@ var InvalidTrailNameException = [
|
|
|
2638
2638
|
[_M],
|
|
2639
2639
|
[0],
|
|
2640
2640
|
];
|
|
2641
|
-
schema.TypeRegistry.for(n0).registerError(InvalidTrailNameException
|
|
2642
|
-
var KmsException = [
|
|
2641
|
+
schema.TypeRegistry.for(n0).registerError(InvalidTrailNameException$, InvalidTrailNameException);
|
|
2642
|
+
var KmsException$ = [
|
|
2643
2643
|
-3,
|
|
2644
2644
|
n0,
|
|
2645
2645
|
_KE,
|
|
@@ -2647,8 +2647,8 @@ var KmsException = [
|
|
|
2647
2647
|
[_M],
|
|
2648
2648
|
[0],
|
|
2649
2649
|
];
|
|
2650
|
-
schema.TypeRegistry.for(n0).registerError(KmsException
|
|
2651
|
-
var KmsKeyDisabledException = [
|
|
2650
|
+
schema.TypeRegistry.for(n0).registerError(KmsException$, KmsException);
|
|
2651
|
+
var KmsKeyDisabledException$ = [
|
|
2652
2652
|
-3,
|
|
2653
2653
|
n0,
|
|
2654
2654
|
_KKDE,
|
|
@@ -2656,8 +2656,8 @@ var KmsKeyDisabledException = [
|
|
|
2656
2656
|
[_M],
|
|
2657
2657
|
[0],
|
|
2658
2658
|
];
|
|
2659
|
-
schema.TypeRegistry.for(n0).registerError(KmsKeyDisabledException
|
|
2660
|
-
var KmsKeyNotFoundException = [
|
|
2659
|
+
schema.TypeRegistry.for(n0).registerError(KmsKeyDisabledException$, KmsKeyDisabledException);
|
|
2660
|
+
var KmsKeyNotFoundException$ = [
|
|
2661
2661
|
-3,
|
|
2662
2662
|
n0,
|
|
2663
2663
|
_KKNFE,
|
|
@@ -2665,13 +2665,13 @@ var KmsKeyNotFoundException = [
|
|
|
2665
2665
|
[_M],
|
|
2666
2666
|
[0],
|
|
2667
2667
|
];
|
|
2668
|
-
schema.TypeRegistry.for(n0).registerError(KmsKeyNotFoundException
|
|
2669
|
-
var ListChannelsRequest = [3, n0, _LCR, 0, [_MR, _NT], [1, 0]];
|
|
2670
|
-
var ListChannelsResponse = [3, n0, _LCRi, 0, [_Ch, _NT], [() => Channels, 0]];
|
|
2671
|
-
var ListDashboardsRequest = [3, n0, _LDR, 0, [_NP, _Ty, _NT, _MR], [0, 0, 0, 1]];
|
|
2672
|
-
var ListDashboardsResponse = [3, n0, _LDRi, 0, [_Da, _NT], [() => Dashboards, 0]];
|
|
2673
|
-
var ListEventDataStoresRequest = [3, n0, _LEDSR, 0, [_NT, _MR], [0, 1]];
|
|
2674
|
-
var ListEventDataStoresResponse = [
|
|
2668
|
+
schema.TypeRegistry.for(n0).registerError(KmsKeyNotFoundException$, KmsKeyNotFoundException);
|
|
2669
|
+
var ListChannelsRequest$ = [3, n0, _LCR, 0, [_MR, _NT], [1, 0]];
|
|
2670
|
+
var ListChannelsResponse$ = [3, n0, _LCRi, 0, [_Ch, _NT], [() => Channels, 0]];
|
|
2671
|
+
var ListDashboardsRequest$ = [3, n0, _LDR, 0, [_NP, _Ty, _NT, _MR], [0, 0, 0, 1]];
|
|
2672
|
+
var ListDashboardsResponse$ = [3, n0, _LDRi, 0, [_Da, _NT], [() => Dashboards, 0]];
|
|
2673
|
+
var ListEventDataStoresRequest$ = [3, n0, _LEDSR, 0, [_NT, _MR], [0, 1]];
|
|
2674
|
+
var ListEventDataStoresResponse$ = [
|
|
2675
2675
|
3,
|
|
2676
2676
|
n0,
|
|
2677
2677
|
_LEDSRi,
|
|
@@ -2679,8 +2679,8 @@ var ListEventDataStoresResponse = [
|
|
|
2679
2679
|
[_EDSv, _NT],
|
|
2680
2680
|
[() => EventDataStores, 0],
|
|
2681
2681
|
];
|
|
2682
|
-
var ListImportFailuresRequest = [3, n0, _LIFR, 0, [_II, _MR, _NT], [0, 1, 0]];
|
|
2683
|
-
var ListImportFailuresResponse = [
|
|
2682
|
+
var ListImportFailuresRequest$ = [3, n0, _LIFR, 0, [_II, _MR, _NT], [0, 1, 0]];
|
|
2683
|
+
var ListImportFailuresResponse$ = [
|
|
2684
2684
|
3,
|
|
2685
2685
|
n0,
|
|
2686
2686
|
_LIFRi,
|
|
@@ -2688,9 +2688,9 @@ var ListImportFailuresResponse = [
|
|
|
2688
2688
|
[_Fa, _NT],
|
|
2689
2689
|
[() => ImportFailureList, 0],
|
|
2690
2690
|
];
|
|
2691
|
-
var ListImportsRequest = [3, n0, _LIR, 0, [_MR, _De, _ISmp, _NT], [1, 0, 0, 0]];
|
|
2692
|
-
var ListImportsResponse = [3, n0, _LIRi, 0, [_I, _NT], [() => ImportsList, 0]];
|
|
2693
|
-
var ListInsightsDataRequest = [
|
|
2691
|
+
var ListImportsRequest$ = [3, n0, _LIR, 0, [_MR, _De, _ISmp, _NT], [1, 0, 0, 0]];
|
|
2692
|
+
var ListImportsResponse$ = [3, n0, _LIRi, 0, [_I, _NT], [() => ImportsList, 0]];
|
|
2693
|
+
var ListInsightsDataRequest$ = [
|
|
2694
2694
|
3,
|
|
2695
2695
|
n0,
|
|
2696
2696
|
_LIDR,
|
|
@@ -2698,8 +2698,8 @@ var ListInsightsDataRequest = [
|
|
|
2698
2698
|
[_ISnsi, _DT, _Di, _ST, _ETn, _MR, _NT],
|
|
2699
2699
|
[0, 0, 128 | 0, 4, 4, 1, 0],
|
|
2700
2700
|
];
|
|
2701
|
-
var ListInsightsDataResponse = [3, n0, _LIDRi, 0, [_Eve, _NT], [() => EventsList, 0]];
|
|
2702
|
-
var ListInsightsMetricDataRequest = [
|
|
2701
|
+
var ListInsightsDataResponse$ = [3, n0, _LIDRi, 0, [_Eve, _NT], [() => EventsList, 0]];
|
|
2702
|
+
var ListInsightsMetricDataRequest$ = [
|
|
2703
2703
|
3,
|
|
2704
2704
|
n0,
|
|
2705
2705
|
_LIMDR,
|
|
@@ -2707,7 +2707,7 @@ var ListInsightsMetricDataRequest = [
|
|
|
2707
2707
|
[_TN, _ES, _EN, _IT, _ECr, _ST, _ETn, _Pe, _DT, _MR, _NT],
|
|
2708
2708
|
[0, 0, 0, 0, 0, 4, 4, 1, 0, 1, 0],
|
|
2709
2709
|
];
|
|
2710
|
-
var ListInsightsMetricDataResponse = [
|
|
2710
|
+
var ListInsightsMetricDataResponse$ = [
|
|
2711
2711
|
3,
|
|
2712
2712
|
n0,
|
|
2713
2713
|
_LIMDRi,
|
|
@@ -2715,9 +2715,9 @@ var ListInsightsMetricDataResponse = [
|
|
|
2715
2715
|
[_TARN, _ES, _EN, _IT, _ECr, _Ti, _V, _NT],
|
|
2716
2716
|
[0, 0, 0, 0, 0, 64 | 4, 64 | 1, 0],
|
|
2717
2717
|
];
|
|
2718
|
-
var ListPublicKeysRequest = [3, n0, _LPKR, 0, [_ST, _ETn, _NT], [4, 4, 0]];
|
|
2719
|
-
var ListPublicKeysResponse = [3, n0, _LPKRi, 0, [_PKL, _NT], [() => PublicKeyList, 0]];
|
|
2720
|
-
var ListQueriesRequest = [
|
|
2718
|
+
var ListPublicKeysRequest$ = [3, n0, _LPKR, 0, [_ST, _ETn, _NT], [4, 4, 0]];
|
|
2719
|
+
var ListPublicKeysResponse$ = [3, n0, _LPKRi, 0, [_PKL, _NT], [() => PublicKeyList, 0]];
|
|
2720
|
+
var ListQueriesRequest$ = [
|
|
2721
2721
|
3,
|
|
2722
2722
|
n0,
|
|
2723
2723
|
_LQR,
|
|
@@ -2725,13 +2725,13 @@ var ListQueriesRequest = [
|
|
|
2725
2725
|
[_EDS, _NT, _MR, _ST, _ETn, _QS],
|
|
2726
2726
|
[0, 0, 1, 4, 4, 0],
|
|
2727
2727
|
];
|
|
2728
|
-
var ListQueriesResponse = [3, n0, _LQRi, 0, [_Q, _NT], [() => Queries, 0]];
|
|
2729
|
-
var ListTagsRequest = [3, n0, _LTR, 0, [_RIL, _NT], [64 | 0, 0]];
|
|
2730
|
-
var ListTagsResponse = [3, n0, _LTRi, 0, [_RTL, _NT], [() => ResourceTagList, 0]];
|
|
2731
|
-
var ListTrailsRequest = [3, n0, _LTRis, 0, [_NT], [0]];
|
|
2732
|
-
var ListTrailsResponse = [3, n0, _LTRist, 0, [_Tra, _NT], [() => Trails, 0]];
|
|
2733
|
-
var LookupAttribute = [3, n0, _LA, 0, [_AK, _AV], [0, 0]];
|
|
2734
|
-
var LookupEventsRequest = [
|
|
2728
|
+
var ListQueriesResponse$ = [3, n0, _LQRi, 0, [_Q, _NT], [() => Queries, 0]];
|
|
2729
|
+
var ListTagsRequest$ = [3, n0, _LTR, 0, [_RIL, _NT], [64 | 0, 0]];
|
|
2730
|
+
var ListTagsResponse$ = [3, n0, _LTRi, 0, [_RTL, _NT], [() => ResourceTagList, 0]];
|
|
2731
|
+
var ListTrailsRequest$ = [3, n0, _LTRis, 0, [_NT], [0]];
|
|
2732
|
+
var ListTrailsResponse$ = [3, n0, _LTRist, 0, [_Tra, _NT], [() => Trails, 0]];
|
|
2733
|
+
var LookupAttribute$ = [3, n0, _LA, 0, [_AK, _AV], [0, 0]];
|
|
2734
|
+
var LookupEventsRequest$ = [
|
|
2735
2735
|
3,
|
|
2736
2736
|
n0,
|
|
2737
2737
|
_LER,
|
|
@@ -2739,8 +2739,8 @@ var LookupEventsRequest = [
|
|
|
2739
2739
|
[_LAo, _ST, _ETn, _EC, _MR, _NT],
|
|
2740
2740
|
[() => LookupAttributesList, 4, 4, 0, 1, 0],
|
|
2741
2741
|
];
|
|
2742
|
-
var LookupEventsResponse = [3, n0, _LERo, 0, [_Eve, _NT], [() => EventsList, 0]];
|
|
2743
|
-
var MaxConcurrentQueriesException = [
|
|
2742
|
+
var LookupEventsResponse$ = [3, n0, _LERo, 0, [_Eve, _NT], [() => EventsList, 0]];
|
|
2743
|
+
var MaxConcurrentQueriesException$ = [
|
|
2744
2744
|
-3,
|
|
2745
2745
|
n0,
|
|
2746
2746
|
_MCQE,
|
|
@@ -2748,8 +2748,8 @@ var MaxConcurrentQueriesException = [
|
|
|
2748
2748
|
[_M],
|
|
2749
2749
|
[0],
|
|
2750
2750
|
];
|
|
2751
|
-
schema.TypeRegistry.for(n0).registerError(MaxConcurrentQueriesException
|
|
2752
|
-
var MaximumNumberOfTrailsExceededException = [
|
|
2751
|
+
schema.TypeRegistry.for(n0).registerError(MaxConcurrentQueriesException$, MaxConcurrentQueriesException);
|
|
2752
|
+
var MaximumNumberOfTrailsExceededException$ = [
|
|
2753
2753
|
-3,
|
|
2754
2754
|
n0,
|
|
2755
2755
|
_MNOTEE,
|
|
@@ -2757,8 +2757,8 @@ var MaximumNumberOfTrailsExceededException = [
|
|
|
2757
2757
|
[_M],
|
|
2758
2758
|
[0],
|
|
2759
2759
|
];
|
|
2760
|
-
schema.TypeRegistry.for(n0).registerError(MaximumNumberOfTrailsExceededException
|
|
2761
|
-
var NoManagementAccountSLRExistsException = [
|
|
2760
|
+
schema.TypeRegistry.for(n0).registerError(MaximumNumberOfTrailsExceededException$, MaximumNumberOfTrailsExceededException);
|
|
2761
|
+
var NoManagementAccountSLRExistsException$ = [
|
|
2762
2762
|
-3,
|
|
2763
2763
|
n0,
|
|
2764
2764
|
_NMASLREE,
|
|
@@ -2766,8 +2766,8 @@ var NoManagementAccountSLRExistsException = [
|
|
|
2766
2766
|
[_M],
|
|
2767
2767
|
[0],
|
|
2768
2768
|
];
|
|
2769
|
-
schema.TypeRegistry.for(n0).registerError(NoManagementAccountSLRExistsException
|
|
2770
|
-
var NotOrganizationManagementAccountException = [
|
|
2769
|
+
schema.TypeRegistry.for(n0).registerError(NoManagementAccountSLRExistsException$, NoManagementAccountSLRExistsException);
|
|
2770
|
+
var NotOrganizationManagementAccountException$ = [
|
|
2771
2771
|
-3,
|
|
2772
2772
|
n0,
|
|
2773
2773
|
_NOMAE,
|
|
@@ -2775,8 +2775,8 @@ var NotOrganizationManagementAccountException = [
|
|
|
2775
2775
|
[_M],
|
|
2776
2776
|
[0],
|
|
2777
2777
|
];
|
|
2778
|
-
schema.TypeRegistry.for(n0).registerError(NotOrganizationManagementAccountException
|
|
2779
|
-
var NotOrganizationMasterAccountException = [
|
|
2778
|
+
schema.TypeRegistry.for(n0).registerError(NotOrganizationManagementAccountException$, NotOrganizationManagementAccountException);
|
|
2779
|
+
var NotOrganizationMasterAccountException$ = [
|
|
2780
2780
|
-3,
|
|
2781
2781
|
n0,
|
|
2782
2782
|
_NOMAEo,
|
|
@@ -2784,8 +2784,8 @@ var NotOrganizationMasterAccountException = [
|
|
|
2784
2784
|
[_M],
|
|
2785
2785
|
[0],
|
|
2786
2786
|
];
|
|
2787
|
-
schema.TypeRegistry.for(n0).registerError(NotOrganizationMasterAccountException
|
|
2788
|
-
var OperationNotPermittedException = [
|
|
2787
|
+
schema.TypeRegistry.for(n0).registerError(NotOrganizationMasterAccountException$, NotOrganizationMasterAccountException);
|
|
2788
|
+
var OperationNotPermittedException$ = [
|
|
2789
2789
|
-3,
|
|
2790
2790
|
n0,
|
|
2791
2791
|
_ONPE,
|
|
@@ -2793,8 +2793,8 @@ var OperationNotPermittedException = [
|
|
|
2793
2793
|
[_M],
|
|
2794
2794
|
[0],
|
|
2795
2795
|
];
|
|
2796
|
-
schema.TypeRegistry.for(n0).registerError(OperationNotPermittedException
|
|
2797
|
-
var OrganizationNotInAllFeaturesModeException = [
|
|
2796
|
+
schema.TypeRegistry.for(n0).registerError(OperationNotPermittedException$, OperationNotPermittedException);
|
|
2797
|
+
var OrganizationNotInAllFeaturesModeException$ = [
|
|
2798
2798
|
-3,
|
|
2799
2799
|
n0,
|
|
2800
2800
|
_ONIAFME,
|
|
@@ -2802,8 +2802,8 @@ var OrganizationNotInAllFeaturesModeException = [
|
|
|
2802
2802
|
[_M],
|
|
2803
2803
|
[0],
|
|
2804
2804
|
];
|
|
2805
|
-
schema.TypeRegistry.for(n0).registerError(OrganizationNotInAllFeaturesModeException
|
|
2806
|
-
var OrganizationsNotInUseException = [
|
|
2805
|
+
schema.TypeRegistry.for(n0).registerError(OrganizationNotInAllFeaturesModeException$, OrganizationNotInAllFeaturesModeException);
|
|
2806
|
+
var OrganizationsNotInUseException$ = [
|
|
2807
2807
|
-3,
|
|
2808
2808
|
n0,
|
|
2809
2809
|
_ONIUE,
|
|
@@ -2811,10 +2811,10 @@ var OrganizationsNotInUseException = [
|
|
|
2811
2811
|
[_M],
|
|
2812
2812
|
[0],
|
|
2813
2813
|
];
|
|
2814
|
-
schema.TypeRegistry.for(n0).registerError(OrganizationsNotInUseException
|
|
2815
|
-
var PartitionKey = [3, n0, _PKa, 0, [_N, _Ty], [0, 0]];
|
|
2816
|
-
var PublicKey = [3, n0, _PKu, 0, [_Va, _VST, _VET, _Fi], [21, 4, 4, 0]];
|
|
2817
|
-
var PutEventConfigurationRequest = [
|
|
2814
|
+
schema.TypeRegistry.for(n0).registerError(OrganizationsNotInUseException$, OrganizationsNotInUseException);
|
|
2815
|
+
var PartitionKey$ = [3, n0, _PKa, 0, [_N, _Ty], [0, 0]];
|
|
2816
|
+
var PublicKey$ = [3, n0, _PKu, 0, [_Va, _VST, _VET, _Fi], [21, 4, 4, 0]];
|
|
2817
|
+
var PutEventConfigurationRequest$ = [
|
|
2818
2818
|
3,
|
|
2819
2819
|
n0,
|
|
2820
2820
|
_PECR,
|
|
@@ -2822,7 +2822,7 @@ var PutEventConfigurationRequest = [
|
|
|
2822
2822
|
[_TN, _EDS, _MES, _CKSo, _ACg],
|
|
2823
2823
|
[0, 0, 0, () => ContextKeySelectors, () => AggregationConfigurations],
|
|
2824
2824
|
];
|
|
2825
|
-
var PutEventConfigurationResponse = [
|
|
2825
|
+
var PutEventConfigurationResponse$ = [
|
|
2826
2826
|
3,
|
|
2827
2827
|
n0,
|
|
2828
2828
|
_PECRu,
|
|
@@ -2830,7 +2830,7 @@ var PutEventConfigurationResponse = [
|
|
|
2830
2830
|
[_TARN, _EDSA, _MES, _CKSo, _ACg],
|
|
2831
2831
|
[0, 0, 0, () => ContextKeySelectors, () => AggregationConfigurations],
|
|
2832
2832
|
];
|
|
2833
|
-
var PutEventSelectorsRequest = [
|
|
2833
|
+
var PutEventSelectorsRequest$ = [
|
|
2834
2834
|
3,
|
|
2835
2835
|
n0,
|
|
2836
2836
|
_PESR,
|
|
@@ -2838,7 +2838,7 @@ var PutEventSelectorsRequest = [
|
|
|
2838
2838
|
[_TN, _ESve, _AESd],
|
|
2839
2839
|
[0, () => EventSelectors, () => AdvancedEventSelectors],
|
|
2840
2840
|
];
|
|
2841
|
-
var PutEventSelectorsResponse = [
|
|
2841
|
+
var PutEventSelectorsResponse$ = [
|
|
2842
2842
|
3,
|
|
2843
2843
|
n0,
|
|
2844
2844
|
_PESRu,
|
|
@@ -2846,7 +2846,7 @@ var PutEventSelectorsResponse = [
|
|
|
2846
2846
|
[_TARN, _ESve, _AESd],
|
|
2847
2847
|
[0, () => EventSelectors, () => AdvancedEventSelectors],
|
|
2848
2848
|
];
|
|
2849
|
-
var PutInsightSelectorsRequest = [
|
|
2849
|
+
var PutInsightSelectorsRequest$ = [
|
|
2850
2850
|
3,
|
|
2851
2851
|
n0,
|
|
2852
2852
|
_PISR,
|
|
@@ -2854,7 +2854,7 @@ var PutInsightSelectorsRequest = [
|
|
|
2854
2854
|
[_TN, _ISn, _EDS, _ID],
|
|
2855
2855
|
[0, () => InsightSelectors, 0, 0],
|
|
2856
2856
|
];
|
|
2857
|
-
var PutInsightSelectorsResponse = [
|
|
2857
|
+
var PutInsightSelectorsResponse$ = [
|
|
2858
2858
|
3,
|
|
2859
2859
|
n0,
|
|
2860
2860
|
_PISRu,
|
|
@@ -2862,10 +2862,10 @@ var PutInsightSelectorsResponse = [
|
|
|
2862
2862
|
[_TARN, _ISn, _EDSA, _ID],
|
|
2863
2863
|
[0, () => InsightSelectors, 0, 0],
|
|
2864
2864
|
];
|
|
2865
|
-
var PutResourcePolicyRequest = [3, n0, _PRPR, 0, [_RA, _RPe], [0, 0]];
|
|
2866
|
-
var PutResourcePolicyResponse = [3, n0, _PRPRu, 0, [_RA, _RPe, _DARP], [0, 0, 0]];
|
|
2867
|
-
var Query = [3, n0, _Qu, 0, [_QI, _QS, _CTr], [0, 0, 4]];
|
|
2868
|
-
var QueryIdNotFoundException = [
|
|
2865
|
+
var PutResourcePolicyRequest$ = [3, n0, _PRPR, 0, [_RA, _RPe], [0, 0]];
|
|
2866
|
+
var PutResourcePolicyResponse$ = [3, n0, _PRPRu, 0, [_RA, _RPe, _DARP], [0, 0, 0]];
|
|
2867
|
+
var Query$ = [3, n0, _Qu, 0, [_QI, _QS, _CTr], [0, 0, 4]];
|
|
2868
|
+
var QueryIdNotFoundException$ = [
|
|
2869
2869
|
-3,
|
|
2870
2870
|
n0,
|
|
2871
2871
|
_QINFE,
|
|
@@ -2873,9 +2873,9 @@ var QueryIdNotFoundException = [
|
|
|
2873
2873
|
[_M],
|
|
2874
2874
|
[0],
|
|
2875
2875
|
];
|
|
2876
|
-
schema.TypeRegistry.for(n0).registerError(QueryIdNotFoundException
|
|
2877
|
-
var QueryStatistics = [3, n0, _QSue, 0, [_RC, _TRC, _BS], [1, 1, 1]];
|
|
2878
|
-
var QueryStatisticsForDescribeQuery = [
|
|
2876
|
+
schema.TypeRegistry.for(n0).registerError(QueryIdNotFoundException$, QueryIdNotFoundException);
|
|
2877
|
+
var QueryStatistics$ = [3, n0, _QSue, 0, [_RC, _TRC, _BS], [1, 1, 1]];
|
|
2878
|
+
var QueryStatisticsForDescribeQuery$ = [
|
|
2879
2879
|
3,
|
|
2880
2880
|
n0,
|
|
2881
2881
|
_QSFDQ,
|
|
@@ -2883,22 +2883,22 @@ var QueryStatisticsForDescribeQuery = [
|
|
|
2883
2883
|
[_EMv, _ESven, _BS, _ETIM, _CTr],
|
|
2884
2884
|
[1, 1, 1, 1, 4],
|
|
2885
2885
|
];
|
|
2886
|
-
var RefreshSchedule = [
|
|
2886
|
+
var RefreshSchedule$ = [
|
|
2887
2887
|
3,
|
|
2888
2888
|
n0,
|
|
2889
2889
|
_RS,
|
|
2890
2890
|
0,
|
|
2891
2891
|
[_Fr, _St, _TOD],
|
|
2892
|
-
[() => RefreshScheduleFrequency
|
|
2893
|
-
];
|
|
2894
|
-
var RefreshScheduleFrequency = [3, n0, _RSF, 0, [_Un, _Va], [0, 1]];
|
|
2895
|
-
var RegisterOrganizationDelegatedAdminRequest = [3, n0, _RODAR, 0, [_MAI], [0]];
|
|
2896
|
-
var RegisterOrganizationDelegatedAdminResponse = [3, n0, _RODARe, 0, [], []];
|
|
2897
|
-
var RemoveTagsRequest = [3, n0, _RTR, 0, [_RI, _TL], [0, () => TagsList]];
|
|
2898
|
-
var RemoveTagsResponse = [3, n0, _RTRe, 0, [], []];
|
|
2899
|
-
var RequestWidget = [3, n0, _RW, 0, [_QSuer, _QP, _VP], [0, 64 | 0, 128 | 0]];
|
|
2900
|
-
var Resource = [3, n0, _Re, 0, [_RT, _RN], [0, 0]];
|
|
2901
|
-
var ResourceARNNotValidException = [
|
|
2892
|
+
[() => RefreshScheduleFrequency$, 0, 0],
|
|
2893
|
+
];
|
|
2894
|
+
var RefreshScheduleFrequency$ = [3, n0, _RSF, 0, [_Un, _Va], [0, 1]];
|
|
2895
|
+
var RegisterOrganizationDelegatedAdminRequest$ = [3, n0, _RODAR, 0, [_MAI], [0]];
|
|
2896
|
+
var RegisterOrganizationDelegatedAdminResponse$ = [3, n0, _RODARe, 0, [], []];
|
|
2897
|
+
var RemoveTagsRequest$ = [3, n0, _RTR, 0, [_RI, _TL], [0, () => TagsList]];
|
|
2898
|
+
var RemoveTagsResponse$ = [3, n0, _RTRe, 0, [], []];
|
|
2899
|
+
var RequestWidget$ = [3, n0, _RW, 0, [_QSuer, _QP, _VP], [0, 64 | 0, 128 | 0]];
|
|
2900
|
+
var Resource$ = [3, n0, _Re, 0, [_RT, _RN], [0, 0]];
|
|
2901
|
+
var ResourceARNNotValidException$ = [
|
|
2902
2902
|
-3,
|
|
2903
2903
|
n0,
|
|
2904
2904
|
_RARNNVE,
|
|
@@ -2906,8 +2906,8 @@ var ResourceARNNotValidException = [
|
|
|
2906
2906
|
[_M],
|
|
2907
2907
|
[0],
|
|
2908
2908
|
];
|
|
2909
|
-
schema.TypeRegistry.for(n0).registerError(ResourceARNNotValidException
|
|
2910
|
-
var ResourceNotFoundException = [
|
|
2909
|
+
schema.TypeRegistry.for(n0).registerError(ResourceARNNotValidException$, ResourceARNNotValidException);
|
|
2910
|
+
var ResourceNotFoundException$ = [
|
|
2911
2911
|
-3,
|
|
2912
2912
|
n0,
|
|
2913
2913
|
_RNFE,
|
|
@@ -2915,8 +2915,8 @@ var ResourceNotFoundException = [
|
|
|
2915
2915
|
[_M],
|
|
2916
2916
|
[0],
|
|
2917
2917
|
];
|
|
2918
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
2919
|
-
var ResourcePolicyNotFoundException = [
|
|
2918
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
2919
|
+
var ResourcePolicyNotFoundException$ = [
|
|
2920
2920
|
-3,
|
|
2921
2921
|
n0,
|
|
2922
2922
|
_RPNFE,
|
|
@@ -2924,8 +2924,8 @@ var ResourcePolicyNotFoundException = [
|
|
|
2924
2924
|
[_M],
|
|
2925
2925
|
[0],
|
|
2926
2926
|
];
|
|
2927
|
-
schema.TypeRegistry.for(n0).registerError(ResourcePolicyNotFoundException
|
|
2928
|
-
var ResourcePolicyNotValidException = [
|
|
2927
|
+
schema.TypeRegistry.for(n0).registerError(ResourcePolicyNotFoundException$, ResourcePolicyNotFoundException);
|
|
2928
|
+
var ResourcePolicyNotValidException$ = [
|
|
2929
2929
|
-3,
|
|
2930
2930
|
n0,
|
|
2931
2931
|
_RPNVE,
|
|
@@ -2933,9 +2933,9 @@ var ResourcePolicyNotValidException = [
|
|
|
2933
2933
|
[_M],
|
|
2934
2934
|
[0],
|
|
2935
2935
|
];
|
|
2936
|
-
schema.TypeRegistry.for(n0).registerError(ResourcePolicyNotValidException
|
|
2937
|
-
var ResourceTag = [3, n0, _RTe, 0, [_RI, _TL], [0, () => TagsList]];
|
|
2938
|
-
var ResourceTypeNotSupportedException = [
|
|
2936
|
+
schema.TypeRegistry.for(n0).registerError(ResourcePolicyNotValidException$, ResourcePolicyNotValidException);
|
|
2937
|
+
var ResourceTag$ = [3, n0, _RTe, 0, [_RI, _TL], [0, () => TagsList]];
|
|
2938
|
+
var ResourceTypeNotSupportedException$ = [
|
|
2939
2939
|
-3,
|
|
2940
2940
|
n0,
|
|
2941
2941
|
_RTNSE,
|
|
@@ -2943,9 +2943,9 @@ var ResourceTypeNotSupportedException = [
|
|
|
2943
2943
|
[_M],
|
|
2944
2944
|
[0],
|
|
2945
2945
|
];
|
|
2946
|
-
schema.TypeRegistry.for(n0).registerError(ResourceTypeNotSupportedException
|
|
2947
|
-
var RestoreEventDataStoreRequest = [3, n0, _REDSR, 0, [_EDS], [0]];
|
|
2948
|
-
var RestoreEventDataStoreResponse = [
|
|
2946
|
+
schema.TypeRegistry.for(n0).registerError(ResourceTypeNotSupportedException$, ResourceTypeNotSupportedException);
|
|
2947
|
+
var RestoreEventDataStoreRequest$ = [3, n0, _REDSR, 0, [_EDS], [0]];
|
|
2948
|
+
var RestoreEventDataStoreResponse$ = [
|
|
2949
2949
|
3,
|
|
2950
2950
|
n0,
|
|
2951
2951
|
_REDSRe,
|
|
@@ -2953,7 +2953,7 @@ var RestoreEventDataStoreResponse = [
|
|
|
2953
2953
|
[_EDSA, _N, _St, _AESd, _MRE, _OE, _RP, _TPE, _CT, _UT, _KKI, _BM],
|
|
2954
2954
|
[0, 0, 0, () => AdvancedEventSelectors, 2, 2, 1, 2, 4, 4, 0, 0],
|
|
2955
2955
|
];
|
|
2956
|
-
var S3BucketDoesNotExistException = [
|
|
2956
|
+
var S3BucketDoesNotExistException$ = [
|
|
2957
2957
|
-3,
|
|
2958
2958
|
n0,
|
|
2959
2959
|
_SBDNEE,
|
|
@@ -2961,10 +2961,10 @@ var S3BucketDoesNotExistException = [
|
|
|
2961
2961
|
[_M],
|
|
2962
2962
|
[0],
|
|
2963
2963
|
];
|
|
2964
|
-
schema.TypeRegistry.for(n0).registerError(S3BucketDoesNotExistException
|
|
2965
|
-
var S3ImportSource = [3, n0, _SIS, 0, [_SLU, _SBR, _SBARA], [0, 0, 0]];
|
|
2966
|
-
var SearchSampleQueriesRequest = [3, n0, _SSQR, 0, [_SP, _MR, _NT], [0, 1, 0]];
|
|
2967
|
-
var SearchSampleQueriesResponse = [
|
|
2964
|
+
schema.TypeRegistry.for(n0).registerError(S3BucketDoesNotExistException$, S3BucketDoesNotExistException);
|
|
2965
|
+
var S3ImportSource$ = [3, n0, _SIS, 0, [_SLU, _SBR, _SBARA], [0, 0, 0]];
|
|
2966
|
+
var SearchSampleQueriesRequest$ = [3, n0, _SSQR, 0, [_SP, _MR, _NT], [0, 1, 0]];
|
|
2967
|
+
var SearchSampleQueriesResponse$ = [
|
|
2968
2968
|
3,
|
|
2969
2969
|
n0,
|
|
2970
2970
|
_SSQRe,
|
|
@@ -2972,7 +2972,7 @@ var SearchSampleQueriesResponse = [
|
|
|
2972
2972
|
[_SR, _NT],
|
|
2973
2973
|
[() => SearchSampleQueriesSearchResults, 0],
|
|
2974
2974
|
];
|
|
2975
|
-
var SearchSampleQueriesSearchResult = [
|
|
2975
|
+
var SearchSampleQueriesSearchResult$ = [
|
|
2976
2976
|
3,
|
|
2977
2977
|
n0,
|
|
2978
2978
|
_SSQSR,
|
|
@@ -2980,7 +2980,7 @@ var SearchSampleQueriesSearchResult = [
|
|
|
2980
2980
|
[_N, _Des, _SQL, _Rel],
|
|
2981
2981
|
[0, 0, 0, 1],
|
|
2982
2982
|
];
|
|
2983
|
-
var ServiceQuotaExceededException = [
|
|
2983
|
+
var ServiceQuotaExceededException$ = [
|
|
2984
2984
|
-3,
|
|
2985
2985
|
n0,
|
|
2986
2986
|
_SQEE,
|
|
@@ -2988,31 +2988,31 @@ var ServiceQuotaExceededException = [
|
|
|
2988
2988
|
[_M],
|
|
2989
2989
|
[0],
|
|
2990
2990
|
];
|
|
2991
|
-
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
2992
|
-
var SourceConfig = [3, n0, _SC, 0, [_ATAR, _AESd], [2, () => AdvancedEventSelectors]];
|
|
2993
|
-
var StartDashboardRefreshRequest = [3, n0, _SDRR, 0, [_DI, _QPV], [0, 128 | 0]];
|
|
2994
|
-
var StartDashboardRefreshResponse = [3, n0, _SDRRt, 0, [_RIe], [0]];
|
|
2995
|
-
var StartEventDataStoreIngestionRequest = [3, n0, _SEDSIR, 0, [_EDS], [0]];
|
|
2996
|
-
var StartEventDataStoreIngestionResponse = [3, n0, _SEDSIRt, 0, [], []];
|
|
2997
|
-
var StartImportRequest = [
|
|
2991
|
+
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
2992
|
+
var SourceConfig$ = [3, n0, _SC, 0, [_ATAR, _AESd], [2, () => AdvancedEventSelectors]];
|
|
2993
|
+
var StartDashboardRefreshRequest$ = [3, n0, _SDRR, 0, [_DI, _QPV], [0, 128 | 0]];
|
|
2994
|
+
var StartDashboardRefreshResponse$ = [3, n0, _SDRRt, 0, [_RIe], [0]];
|
|
2995
|
+
var StartEventDataStoreIngestionRequest$ = [3, n0, _SEDSIR, 0, [_EDS], [0]];
|
|
2996
|
+
var StartEventDataStoreIngestionResponse$ = [3, n0, _SEDSIRt, 0, [], []];
|
|
2997
|
+
var StartImportRequest$ = [
|
|
2998
2998
|
3,
|
|
2999
2999
|
n0,
|
|
3000
3000
|
_SIR,
|
|
3001
3001
|
0,
|
|
3002
3002
|
[_D, _ISm, _SET, _EET, _II],
|
|
3003
|
-
[64 | 0, () => ImportSource
|
|
3003
|
+
[64 | 0, () => ImportSource$, 4, 4, 0],
|
|
3004
3004
|
];
|
|
3005
|
-
var StartImportResponse = [
|
|
3005
|
+
var StartImportResponse$ = [
|
|
3006
3006
|
3,
|
|
3007
3007
|
n0,
|
|
3008
3008
|
_SIRt,
|
|
3009
3009
|
0,
|
|
3010
3010
|
[_II, _D, _ISm, _SET, _EET, _ISmp, _CT, _UT],
|
|
3011
|
-
[0, 64 | 0, () => ImportSource
|
|
3011
|
+
[0, 64 | 0, () => ImportSource$, 4, 4, 0, 4, 4],
|
|
3012
3012
|
];
|
|
3013
|
-
var StartLoggingRequest = [3, n0, _SLR, 0, [_N], [0]];
|
|
3014
|
-
var StartLoggingResponse = [3, n0, _SLRt, 0, [], []];
|
|
3015
|
-
var StartQueryRequest = [
|
|
3013
|
+
var StartLoggingRequest$ = [3, n0, _SLR, 0, [_N], [0]];
|
|
3014
|
+
var StartLoggingResponse$ = [3, n0, _SLRt, 0, [], []];
|
|
3015
|
+
var StartQueryRequest$ = [
|
|
3016
3016
|
3,
|
|
3017
3017
|
n0,
|
|
3018
3018
|
_SQR,
|
|
@@ -3020,22 +3020,22 @@ var StartQueryRequest = [
|
|
|
3020
3020
|
[_QSuer, _DSU, _QA, _QP, _EDSOAI],
|
|
3021
3021
|
[0, 0, 0, 64 | 0, 0],
|
|
3022
3022
|
];
|
|
3023
|
-
var StartQueryResponse = [3, n0, _SQRt, 0, [_QI, _EDSOAI], [0, 0]];
|
|
3024
|
-
var StopEventDataStoreIngestionRequest = [3, n0, _SEDSIRto, 0, [_EDS], [0]];
|
|
3025
|
-
var StopEventDataStoreIngestionResponse = [3, n0, _SEDSIRtop, 0, [], []];
|
|
3026
|
-
var StopImportRequest = [3, n0, _SIRto, 0, [_II], [0]];
|
|
3027
|
-
var StopImportResponse = [
|
|
3023
|
+
var StartQueryResponse$ = [3, n0, _SQRt, 0, [_QI, _EDSOAI], [0, 0]];
|
|
3024
|
+
var StopEventDataStoreIngestionRequest$ = [3, n0, _SEDSIRto, 0, [_EDS], [0]];
|
|
3025
|
+
var StopEventDataStoreIngestionResponse$ = [3, n0, _SEDSIRtop, 0, [], []];
|
|
3026
|
+
var StopImportRequest$ = [3, n0, _SIRto, 0, [_II], [0]];
|
|
3027
|
+
var StopImportResponse$ = [
|
|
3028
3028
|
3,
|
|
3029
3029
|
n0,
|
|
3030
3030
|
_SIRtop,
|
|
3031
3031
|
0,
|
|
3032
3032
|
[_II, _ISm, _D, _ISmp, _CT, _UT, _SET, _EET, _ISmpo],
|
|
3033
|
-
[0, () => ImportSource
|
|
3033
|
+
[0, () => ImportSource$, 64 | 0, 0, 4, 4, 4, 4, () => ImportStatistics$],
|
|
3034
3034
|
];
|
|
3035
|
-
var StopLoggingRequest = [3, n0, _SLRto, 0, [_N], [0]];
|
|
3036
|
-
var StopLoggingResponse = [3, n0, _SLRtop, 0, [], []];
|
|
3037
|
-
var Tag = [3, n0, _Tag, 0, [_K, _Va], [0, 0]];
|
|
3038
|
-
var TagsLimitExceededException = [
|
|
3035
|
+
var StopLoggingRequest$ = [3, n0, _SLRto, 0, [_N], [0]];
|
|
3036
|
+
var StopLoggingResponse$ = [3, n0, _SLRtop, 0, [], []];
|
|
3037
|
+
var Tag$ = [3, n0, _Tag, 0, [_K, _Va], [0, 0]];
|
|
3038
|
+
var TagsLimitExceededException$ = [
|
|
3039
3039
|
-3,
|
|
3040
3040
|
n0,
|
|
3041
3041
|
_TLEE,
|
|
@@ -3043,8 +3043,8 @@ var TagsLimitExceededException = [
|
|
|
3043
3043
|
[_M],
|
|
3044
3044
|
[0],
|
|
3045
3045
|
];
|
|
3046
|
-
schema.TypeRegistry.for(n0).registerError(TagsLimitExceededException
|
|
3047
|
-
var ThrottlingException = [
|
|
3046
|
+
schema.TypeRegistry.for(n0).registerError(TagsLimitExceededException$, TagsLimitExceededException);
|
|
3047
|
+
var ThrottlingException$ = [
|
|
3048
3048
|
-3,
|
|
3049
3049
|
n0,
|
|
3050
3050
|
_TE,
|
|
@@ -3052,8 +3052,8 @@ var ThrottlingException = [
|
|
|
3052
3052
|
[_M],
|
|
3053
3053
|
[0],
|
|
3054
3054
|
];
|
|
3055
|
-
schema.TypeRegistry.for(n0).registerError(ThrottlingException
|
|
3056
|
-
var Trail = [
|
|
3055
|
+
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
3056
|
+
var Trail$ = [
|
|
3057
3057
|
3,
|
|
3058
3058
|
n0,
|
|
3059
3059
|
_Tr,
|
|
@@ -3061,7 +3061,7 @@ var Trail = [
|
|
|
3061
3061
|
[_N, _SBN, _SKP, _STN, _STARN, _IGSE, _IMRT, _HR, _TARN, _LFVE, _CWLLGA, _CWLRA, _KKI, _HCES, _HIS, _IOT],
|
|
3062
3062
|
[0, 0, 0, 0, 0, 2, 2, 0, 0, 2, 0, 0, 0, 2, 2, 2],
|
|
3063
3063
|
];
|
|
3064
|
-
var TrailAlreadyExistsException = [
|
|
3064
|
+
var TrailAlreadyExistsException$ = [
|
|
3065
3065
|
-3,
|
|
3066
3066
|
n0,
|
|
3067
3067
|
_TAEE,
|
|
@@ -3069,9 +3069,9 @@ var TrailAlreadyExistsException = [
|
|
|
3069
3069
|
[_M],
|
|
3070
3070
|
[0],
|
|
3071
3071
|
];
|
|
3072
|
-
schema.TypeRegistry.for(n0).registerError(TrailAlreadyExistsException
|
|
3073
|
-
var TrailInfo = [3, n0, _TI, 0, [_TARN, _N, _HR], [0, 0, 0]];
|
|
3074
|
-
var TrailNotFoundException = [
|
|
3072
|
+
schema.TypeRegistry.for(n0).registerError(TrailAlreadyExistsException$, TrailAlreadyExistsException);
|
|
3073
|
+
var TrailInfo$ = [3, n0, _TI, 0, [_TARN, _N, _HR], [0, 0, 0]];
|
|
3074
|
+
var TrailNotFoundException$ = [
|
|
3075
3075
|
-3,
|
|
3076
3076
|
n0,
|
|
3077
3077
|
_TNFE,
|
|
@@ -3079,8 +3079,8 @@ var TrailNotFoundException = [
|
|
|
3079
3079
|
[_M],
|
|
3080
3080
|
[0],
|
|
3081
3081
|
];
|
|
3082
|
-
schema.TypeRegistry.for(n0).registerError(TrailNotFoundException
|
|
3083
|
-
var TrailNotProvidedException = [
|
|
3082
|
+
schema.TypeRegistry.for(n0).registerError(TrailNotFoundException$, TrailNotFoundException);
|
|
3083
|
+
var TrailNotProvidedException$ = [
|
|
3084
3084
|
-3,
|
|
3085
3085
|
n0,
|
|
3086
3086
|
_TNPE,
|
|
@@ -3088,8 +3088,8 @@ var TrailNotProvidedException = [
|
|
|
3088
3088
|
[_M],
|
|
3089
3089
|
[0],
|
|
3090
3090
|
];
|
|
3091
|
-
schema.TypeRegistry.for(n0).registerError(TrailNotProvidedException
|
|
3092
|
-
var UnsupportedOperationException = [
|
|
3091
|
+
schema.TypeRegistry.for(n0).registerError(TrailNotProvidedException$, TrailNotProvidedException);
|
|
3092
|
+
var UnsupportedOperationException$ = [
|
|
3093
3093
|
-3,
|
|
3094
3094
|
n0,
|
|
3095
3095
|
_UOE,
|
|
@@ -3097,9 +3097,9 @@ var UnsupportedOperationException = [
|
|
|
3097
3097
|
[_M],
|
|
3098
3098
|
[0],
|
|
3099
3099
|
];
|
|
3100
|
-
schema.TypeRegistry.for(n0).registerError(UnsupportedOperationException
|
|
3101
|
-
var UpdateChannelRequest = [3, n0, _UCR, 0, [_C, _D, _N], [0, () => Destinations, 0]];
|
|
3102
|
-
var UpdateChannelResponse = [
|
|
3100
|
+
schema.TypeRegistry.for(n0).registerError(UnsupportedOperationException$, UnsupportedOperationException);
|
|
3101
|
+
var UpdateChannelRequest$ = [3, n0, _UCR, 0, [_C, _D, _N], [0, () => Destinations, 0]];
|
|
3102
|
+
var UpdateChannelResponse$ = [
|
|
3103
3103
|
3,
|
|
3104
3104
|
n0,
|
|
3105
3105
|
_UCRp,
|
|
@@ -3107,23 +3107,23 @@ var UpdateChannelResponse = [
|
|
|
3107
3107
|
[_CA, _N, _S, _D],
|
|
3108
3108
|
[0, 0, 0, () => Destinations],
|
|
3109
3109
|
];
|
|
3110
|
-
var UpdateDashboardRequest = [
|
|
3110
|
+
var UpdateDashboardRequest$ = [
|
|
3111
3111
|
3,
|
|
3112
3112
|
n0,
|
|
3113
3113
|
_UDR,
|
|
3114
3114
|
0,
|
|
3115
3115
|
[_DI, _W, _RS, _TPE],
|
|
3116
|
-
[0, () => RequestWidgetList, () => RefreshSchedule
|
|
3116
|
+
[0, () => RequestWidgetList, () => RefreshSchedule$, 2],
|
|
3117
3117
|
];
|
|
3118
|
-
var UpdateDashboardResponse = [
|
|
3118
|
+
var UpdateDashboardResponse$ = [
|
|
3119
3119
|
3,
|
|
3120
3120
|
n0,
|
|
3121
3121
|
_UDRp,
|
|
3122
3122
|
0,
|
|
3123
3123
|
[_DA, _N, _Ty, _W, _RS, _TPE, _CT, _UT],
|
|
3124
|
-
[0, 0, 0, () => WidgetList, () => RefreshSchedule
|
|
3124
|
+
[0, 0, 0, () => WidgetList, () => RefreshSchedule$, 2, 4, 4],
|
|
3125
3125
|
];
|
|
3126
|
-
var UpdateEventDataStoreRequest = [
|
|
3126
|
+
var UpdateEventDataStoreRequest$ = [
|
|
3127
3127
|
3,
|
|
3128
3128
|
n0,
|
|
3129
3129
|
_UEDSR,
|
|
@@ -3131,7 +3131,7 @@ var UpdateEventDataStoreRequest = [
|
|
|
3131
3131
|
[_EDS, _N, _AESd, _MRE, _OE, _RP, _TPE, _KKI, _BM],
|
|
3132
3132
|
[0, 0, () => AdvancedEventSelectors, 2, 2, 1, 2, 0, 0],
|
|
3133
3133
|
];
|
|
3134
|
-
var UpdateEventDataStoreResponse = [
|
|
3134
|
+
var UpdateEventDataStoreResponse$ = [
|
|
3135
3135
|
3,
|
|
3136
3136
|
n0,
|
|
3137
3137
|
_UEDSRp,
|
|
@@ -3139,7 +3139,7 @@ var UpdateEventDataStoreResponse = [
|
|
|
3139
3139
|
[_EDSA, _N, _St, _AESd, _MRE, _OE, _RP, _TPE, _CT, _UT, _KKI, _BM, _FSe, _FRA],
|
|
3140
3140
|
[0, 0, 0, () => AdvancedEventSelectors, 2, 2, 1, 2, 4, 4, 0, 0, 0, 0],
|
|
3141
3141
|
];
|
|
3142
|
-
var UpdateTrailRequest = [
|
|
3142
|
+
var UpdateTrailRequest$ = [
|
|
3143
3143
|
3,
|
|
3144
3144
|
n0,
|
|
3145
3145
|
_UTR,
|
|
@@ -3147,7 +3147,7 @@ var UpdateTrailRequest = [
|
|
|
3147
3147
|
[_N, _SBN, _SKP, _STN, _IGSE, _IMRT, _ELFV, _CWLLGA, _CWLRA, _KKI, _IOT],
|
|
3148
3148
|
[0, 0, 0, 0, 2, 2, 2, 0, 0, 0, 2],
|
|
3149
3149
|
];
|
|
3150
|
-
var UpdateTrailResponse = [
|
|
3150
|
+
var UpdateTrailResponse$ = [
|
|
3151
3151
|
3,
|
|
3152
3152
|
n0,
|
|
3153
3153
|
_UTRp,
|
|
@@ -3155,374 +3155,431 @@ var UpdateTrailResponse = [
|
|
|
3155
3155
|
[_N, _SBN, _SKP, _STN, _STARN, _IGSE, _IMRT, _TARN, _LFVE, _CWLLGA, _CWLRA, _KKI, _IOT],
|
|
3156
3156
|
[0, 0, 0, 0, 0, 2, 2, 0, 2, 0, 0, 0, 2],
|
|
3157
3157
|
];
|
|
3158
|
-
var Widget = [3, n0, _Wi, 0, [_QA, _QSuer, _QP, _VP], [0, 0, 64 | 0, 128 | 0]];
|
|
3159
|
-
var CloudTrailServiceException = [-3, _s, "CloudTrailServiceException", 0, [], []];
|
|
3160
|
-
schema.TypeRegistry.for(_s).registerError(CloudTrailServiceException
|
|
3161
|
-
var AdvancedEventSelectors = [1, n0, _AESd, 0, () => AdvancedEventSelector];
|
|
3162
|
-
var AdvancedFieldSelectors = [1, n0, _AFSd, 0, () => AdvancedFieldSelector];
|
|
3163
|
-
var AggregationConfigurations = [1, n0, _ACg, 0, () => AggregationConfiguration];
|
|
3164
|
-
var Channels = [1, n0, _Ch, 0, () => Channel];
|
|
3165
|
-
var ContextKeySelectors = [1, n0, _CKSo, 0, () => ContextKeySelector];
|
|
3166
|
-
var Dashboards = [1, n0, _Da, 0, () => DashboardDetail];
|
|
3167
|
-
var DataResources = [1, n0, _DRa, 0, () => DataResource];
|
|
3168
|
-
var Destinations = [1, n0, _D, 0, () => Destination];
|
|
3169
|
-
var EventDataStores = [1, n0, _EDSv, 0, () => EventDataStore];
|
|
3170
|
-
var EventSelectors = [1, n0, _ESve, 0, () => EventSelector];
|
|
3171
|
-
var EventsList = [1, n0, _EL, 0, () => Event];
|
|
3172
|
-
var ImportFailureList = [1, n0, _IFL, 0, () => ImportFailureListItem];
|
|
3173
|
-
var ImportsList = [1, n0, _ILm, 0, () => ImportsListItem];
|
|
3174
|
-
var InsightSelectors = [1, n0, _ISn, 0, () => InsightSelector];
|
|
3175
|
-
var LookupAttributesList = [1, n0, _LAL, 0, () => LookupAttribute];
|
|
3176
|
-
var PartitionKeyList = [1, n0, _PKLa, 0, () => PartitionKey];
|
|
3177
|
-
var PublicKeyList = [1, n0, _PKL, 0, () => PublicKey];
|
|
3178
|
-
var Queries = [1, n0, _Q, 0, () => Query];
|
|
3179
|
-
var RequestWidgetList = [1, n0, _RWL, 0, () => RequestWidget];
|
|
3180
|
-
var ResourceList = [1, n0, _RL, 0, () => Resource];
|
|
3181
|
-
var ResourceTagList = [1, n0, _RTL, 0, () => ResourceTag];
|
|
3182
|
-
var SearchSampleQueriesSearchResults = [
|
|
3183
|
-
|
|
3184
|
-
|
|
3185
|
-
|
|
3186
|
-
|
|
3187
|
-
|
|
3188
|
-
];
|
|
3189
|
-
var
|
|
3190
|
-
var TrailList = [1, n0, _TLr, 0, () => Trail];
|
|
3191
|
-
var Trails = [1, n0, _Tra, 0, () => TrailInfo];
|
|
3192
|
-
var WidgetList = [1, n0, _WL, 0, () => Widget];
|
|
3193
|
-
var AddTags = [9, n0, _AT, 2, () => AddTagsRequest, () => AddTagsResponse];
|
|
3194
|
-
var CancelQuery = [9, n0, _CQ, 2, () => CancelQueryRequest, () => CancelQueryResponse];
|
|
3195
|
-
var CreateChannel = [
|
|
3158
|
+
var Widget$ = [3, n0, _Wi, 0, [_QA, _QSuer, _QP, _VP], [0, 0, 64 | 0, 128 | 0]];
|
|
3159
|
+
var CloudTrailServiceException$ = [-3, _s, "CloudTrailServiceException", 0, [], []];
|
|
3160
|
+
schema.TypeRegistry.for(_s).registerError(CloudTrailServiceException$, CloudTrailServiceException);
|
|
3161
|
+
var AdvancedEventSelectors = [1, n0, _AESd, 0, () => AdvancedEventSelector$];
|
|
3162
|
+
var AdvancedFieldSelectors = [1, n0, _AFSd, 0, () => AdvancedFieldSelector$];
|
|
3163
|
+
var AggregationConfigurations = [1, n0, _ACg, 0, () => AggregationConfiguration$];
|
|
3164
|
+
var Channels = [1, n0, _Ch, 0, () => Channel$];
|
|
3165
|
+
var ContextKeySelectors = [1, n0, _CKSo, 0, () => ContextKeySelector$];
|
|
3166
|
+
var Dashboards = [1, n0, _Da, 0, () => DashboardDetail$];
|
|
3167
|
+
var DataResources = [1, n0, _DRa, 0, () => DataResource$];
|
|
3168
|
+
var Destinations = [1, n0, _D, 0, () => Destination$];
|
|
3169
|
+
var EventDataStores = [1, n0, _EDSv, 0, () => EventDataStore$];
|
|
3170
|
+
var EventSelectors = [1, n0, _ESve, 0, () => EventSelector$];
|
|
3171
|
+
var EventsList = [1, n0, _EL, 0, () => Event$];
|
|
3172
|
+
var ImportFailureList = [1, n0, _IFL, 0, () => ImportFailureListItem$];
|
|
3173
|
+
var ImportsList = [1, n0, _ILm, 0, () => ImportsListItem$];
|
|
3174
|
+
var InsightSelectors = [1, n0, _ISn, 0, () => InsightSelector$];
|
|
3175
|
+
var LookupAttributesList = [1, n0, _LAL, 0, () => LookupAttribute$];
|
|
3176
|
+
var PartitionKeyList = [1, n0, _PKLa, 0, () => PartitionKey$];
|
|
3177
|
+
var PublicKeyList = [1, n0, _PKL, 0, () => PublicKey$];
|
|
3178
|
+
var Queries = [1, n0, _Q, 0, () => Query$];
|
|
3179
|
+
var RequestWidgetList = [1, n0, _RWL, 0, () => RequestWidget$];
|
|
3180
|
+
var ResourceList = [1, n0, _RL, 0, () => Resource$];
|
|
3181
|
+
var ResourceTagList = [1, n0, _RTL, 0, () => ResourceTag$];
|
|
3182
|
+
var SearchSampleQueriesSearchResults = [1, n0, _SSQSRe, 0, () => SearchSampleQueriesSearchResult$];
|
|
3183
|
+
var TagsList = [1, n0, _TL, 0, () => Tag$];
|
|
3184
|
+
var TrailList = [1, n0, _TLr, 0, () => Trail$];
|
|
3185
|
+
var Trails = [1, n0, _Tra, 0, () => TrailInfo$];
|
|
3186
|
+
var WidgetList = [1, n0, _WL, 0, () => Widget$];
|
|
3187
|
+
var AddTags$ = [9, n0, _AT, 2, () => AddTagsRequest$, () => AddTagsResponse$];
|
|
3188
|
+
var CancelQuery$ = [9, n0, _CQ, 2, () => CancelQueryRequest$, () => CancelQueryResponse$];
|
|
3189
|
+
var CreateChannel$ = [
|
|
3196
3190
|
9,
|
|
3197
3191
|
n0,
|
|
3198
3192
|
_CC,
|
|
3199
3193
|
0,
|
|
3200
|
-
() => CreateChannelRequest
|
|
3201
|
-
() => CreateChannelResponse
|
|
3194
|
+
() => CreateChannelRequest$,
|
|
3195
|
+
() => CreateChannelResponse$,
|
|
3202
3196
|
];
|
|
3203
|
-
var CreateDashboard = [
|
|
3197
|
+
var CreateDashboard$ = [
|
|
3204
3198
|
9,
|
|
3205
3199
|
n0,
|
|
3206
3200
|
_CD,
|
|
3207
3201
|
2,
|
|
3208
|
-
() => CreateDashboardRequest
|
|
3209
|
-
() => CreateDashboardResponse
|
|
3202
|
+
() => CreateDashboardRequest$,
|
|
3203
|
+
() => CreateDashboardResponse$,
|
|
3210
3204
|
];
|
|
3211
|
-
var CreateEventDataStore = [
|
|
3205
|
+
var CreateEventDataStore$ = [
|
|
3212
3206
|
9,
|
|
3213
3207
|
n0,
|
|
3214
3208
|
_CEDS,
|
|
3215
3209
|
0,
|
|
3216
|
-
() => CreateEventDataStoreRequest
|
|
3217
|
-
() => CreateEventDataStoreResponse
|
|
3210
|
+
() => CreateEventDataStoreRequest$,
|
|
3211
|
+
() => CreateEventDataStoreResponse$,
|
|
3218
3212
|
];
|
|
3219
|
-
var CreateTrail = [
|
|
3220
|
-
|
|
3213
|
+
var CreateTrail$ = [
|
|
3214
|
+
9,
|
|
3215
|
+
n0,
|
|
3216
|
+
_CTre,
|
|
3217
|
+
2,
|
|
3218
|
+
() => CreateTrailRequest$,
|
|
3219
|
+
() => CreateTrailResponse$,
|
|
3220
|
+
];
|
|
3221
|
+
var DeleteChannel$ = [
|
|
3221
3222
|
9,
|
|
3222
3223
|
n0,
|
|
3223
3224
|
_DC,
|
|
3224
3225
|
0,
|
|
3225
|
-
() => DeleteChannelRequest
|
|
3226
|
-
() => DeleteChannelResponse
|
|
3226
|
+
() => DeleteChannelRequest$,
|
|
3227
|
+
() => DeleteChannelResponse$,
|
|
3227
3228
|
];
|
|
3228
|
-
var DeleteDashboard = [
|
|
3229
|
+
var DeleteDashboard$ = [
|
|
3229
3230
|
9,
|
|
3230
3231
|
n0,
|
|
3231
3232
|
_DDe,
|
|
3232
3233
|
2,
|
|
3233
|
-
() => DeleteDashboardRequest
|
|
3234
|
-
() => DeleteDashboardResponse
|
|
3234
|
+
() => DeleteDashboardRequest$,
|
|
3235
|
+
() => DeleteDashboardResponse$,
|
|
3235
3236
|
];
|
|
3236
|
-
var DeleteEventDataStore = [
|
|
3237
|
+
var DeleteEventDataStore$ = [
|
|
3237
3238
|
9,
|
|
3238
3239
|
n0,
|
|
3239
3240
|
_DEDS,
|
|
3240
3241
|
0,
|
|
3241
|
-
() => DeleteEventDataStoreRequest
|
|
3242
|
-
() => DeleteEventDataStoreResponse
|
|
3242
|
+
() => DeleteEventDataStoreRequest$,
|
|
3243
|
+
() => DeleteEventDataStoreResponse$,
|
|
3243
3244
|
];
|
|
3244
|
-
var DeleteResourcePolicy = [
|
|
3245
|
+
var DeleteResourcePolicy$ = [
|
|
3245
3246
|
9,
|
|
3246
3247
|
n0,
|
|
3247
3248
|
_DRP,
|
|
3248
3249
|
2,
|
|
3249
|
-
() => DeleteResourcePolicyRequest
|
|
3250
|
-
() => DeleteResourcePolicyResponse
|
|
3250
|
+
() => DeleteResourcePolicyRequest$,
|
|
3251
|
+
() => DeleteResourcePolicyResponse$,
|
|
3251
3252
|
];
|
|
3252
|
-
var DeleteTrail = [
|
|
3253
|
-
|
|
3253
|
+
var DeleteTrail$ = [
|
|
3254
|
+
9,
|
|
3255
|
+
n0,
|
|
3256
|
+
_DTe,
|
|
3257
|
+
2,
|
|
3258
|
+
() => DeleteTrailRequest$,
|
|
3259
|
+
() => DeleteTrailResponse$,
|
|
3260
|
+
];
|
|
3261
|
+
var DeregisterOrganizationDelegatedAdmin$ = [
|
|
3254
3262
|
9,
|
|
3255
3263
|
n0,
|
|
3256
3264
|
_DODA,
|
|
3257
3265
|
2,
|
|
3258
|
-
() => DeregisterOrganizationDelegatedAdminRequest
|
|
3259
|
-
() => DeregisterOrganizationDelegatedAdminResponse
|
|
3266
|
+
() => DeregisterOrganizationDelegatedAdminRequest$,
|
|
3267
|
+
() => DeregisterOrganizationDelegatedAdminResponse$,
|
|
3260
3268
|
];
|
|
3261
|
-
var DescribeQuery = [
|
|
3269
|
+
var DescribeQuery$ = [
|
|
3262
3270
|
9,
|
|
3263
3271
|
n0,
|
|
3264
3272
|
_DQ,
|
|
3265
3273
|
2,
|
|
3266
|
-
() => DescribeQueryRequest
|
|
3267
|
-
() => DescribeQueryResponse
|
|
3274
|
+
() => DescribeQueryRequest$,
|
|
3275
|
+
() => DescribeQueryResponse$,
|
|
3268
3276
|
];
|
|
3269
|
-
var DescribeTrails = [
|
|
3277
|
+
var DescribeTrails$ = [
|
|
3270
3278
|
9,
|
|
3271
3279
|
n0,
|
|
3272
3280
|
_DTes,
|
|
3273
3281
|
2,
|
|
3274
|
-
() => DescribeTrailsRequest
|
|
3275
|
-
() => DescribeTrailsResponse
|
|
3282
|
+
() => DescribeTrailsRequest$,
|
|
3283
|
+
() => DescribeTrailsResponse$,
|
|
3276
3284
|
];
|
|
3277
|
-
var DisableFederation = [
|
|
3285
|
+
var DisableFederation$ = [
|
|
3278
3286
|
9,
|
|
3279
3287
|
n0,
|
|
3280
3288
|
_DF,
|
|
3281
3289
|
0,
|
|
3282
|
-
() => DisableFederationRequest
|
|
3283
|
-
() => DisableFederationResponse
|
|
3290
|
+
() => DisableFederationRequest$,
|
|
3291
|
+
() => DisableFederationResponse$,
|
|
3284
3292
|
];
|
|
3285
|
-
var EnableFederation = [
|
|
3293
|
+
var EnableFederation$ = [
|
|
3286
3294
|
9,
|
|
3287
3295
|
n0,
|
|
3288
3296
|
_EF,
|
|
3289
3297
|
0,
|
|
3290
|
-
() => EnableFederationRequest
|
|
3291
|
-
() => EnableFederationResponse
|
|
3298
|
+
() => EnableFederationRequest$,
|
|
3299
|
+
() => EnableFederationResponse$,
|
|
3292
3300
|
];
|
|
3293
|
-
var GenerateQuery = [
|
|
3301
|
+
var GenerateQuery$ = [
|
|
3294
3302
|
9,
|
|
3295
3303
|
n0,
|
|
3296
3304
|
_GQ,
|
|
3297
3305
|
2,
|
|
3298
|
-
() => GenerateQueryRequest
|
|
3299
|
-
() => GenerateQueryResponse
|
|
3306
|
+
() => GenerateQueryRequest$,
|
|
3307
|
+
() => GenerateQueryResponse$,
|
|
3300
3308
|
];
|
|
3301
|
-
var GetChannel = [9, n0, _GC, 2, () => GetChannelRequest
|
|
3302
|
-
var GetDashboard = [
|
|
3303
|
-
|
|
3309
|
+
var GetChannel$ = [9, n0, _GC, 2, () => GetChannelRequest$, () => GetChannelResponse$];
|
|
3310
|
+
var GetDashboard$ = [
|
|
3311
|
+
9,
|
|
3312
|
+
n0,
|
|
3313
|
+
_GD,
|
|
3314
|
+
2,
|
|
3315
|
+
() => GetDashboardRequest$,
|
|
3316
|
+
() => GetDashboardResponse$,
|
|
3317
|
+
];
|
|
3318
|
+
var GetEventConfiguration$ = [
|
|
3304
3319
|
9,
|
|
3305
3320
|
n0,
|
|
3306
3321
|
_GEC,
|
|
3307
3322
|
2,
|
|
3308
|
-
() => GetEventConfigurationRequest
|
|
3309
|
-
() => GetEventConfigurationResponse
|
|
3323
|
+
() => GetEventConfigurationRequest$,
|
|
3324
|
+
() => GetEventConfigurationResponse$,
|
|
3310
3325
|
];
|
|
3311
|
-
var GetEventDataStore = [
|
|
3326
|
+
var GetEventDataStore$ = [
|
|
3312
3327
|
9,
|
|
3313
3328
|
n0,
|
|
3314
3329
|
_GEDS,
|
|
3315
3330
|
2,
|
|
3316
|
-
() => GetEventDataStoreRequest
|
|
3317
|
-
() => GetEventDataStoreResponse
|
|
3331
|
+
() => GetEventDataStoreRequest$,
|
|
3332
|
+
() => GetEventDataStoreResponse$,
|
|
3318
3333
|
];
|
|
3319
|
-
var GetEventSelectors = [
|
|
3334
|
+
var GetEventSelectors$ = [
|
|
3320
3335
|
9,
|
|
3321
3336
|
n0,
|
|
3322
3337
|
_GES,
|
|
3323
3338
|
2,
|
|
3324
|
-
() => GetEventSelectorsRequest
|
|
3325
|
-
() => GetEventSelectorsResponse
|
|
3339
|
+
() => GetEventSelectorsRequest$,
|
|
3340
|
+
() => GetEventSelectorsResponse$,
|
|
3326
3341
|
];
|
|
3327
|
-
var GetImport = [9, n0, _GI, 0, () => GetImportRequest
|
|
3328
|
-
var GetInsightSelectors = [
|
|
3342
|
+
var GetImport$ = [9, n0, _GI, 0, () => GetImportRequest$, () => GetImportResponse$];
|
|
3343
|
+
var GetInsightSelectors$ = [
|
|
3329
3344
|
9,
|
|
3330
3345
|
n0,
|
|
3331
3346
|
_GIS,
|
|
3332
3347
|
2,
|
|
3333
|
-
() => GetInsightSelectorsRequest
|
|
3334
|
-
() => GetInsightSelectorsResponse
|
|
3348
|
+
() => GetInsightSelectorsRequest$,
|
|
3349
|
+
() => GetInsightSelectorsResponse$,
|
|
3335
3350
|
];
|
|
3336
|
-
var GetQueryResults = [
|
|
3351
|
+
var GetQueryResults$ = [
|
|
3337
3352
|
9,
|
|
3338
3353
|
n0,
|
|
3339
3354
|
_GQRet,
|
|
3340
3355
|
0,
|
|
3341
|
-
() => GetQueryResultsRequest
|
|
3342
|
-
() => GetQueryResultsResponse
|
|
3356
|
+
() => GetQueryResultsRequest$,
|
|
3357
|
+
() => GetQueryResultsResponse$,
|
|
3343
3358
|
];
|
|
3344
|
-
var GetResourcePolicy = [
|
|
3359
|
+
var GetResourcePolicy$ = [
|
|
3345
3360
|
9,
|
|
3346
3361
|
n0,
|
|
3347
3362
|
_GRP,
|
|
3348
3363
|
2,
|
|
3349
|
-
() => GetResourcePolicyRequest
|
|
3350
|
-
() => GetResourcePolicyResponse
|
|
3364
|
+
() => GetResourcePolicyRequest$,
|
|
3365
|
+
() => GetResourcePolicyResponse$,
|
|
3351
3366
|
];
|
|
3352
|
-
var GetTrail = [9, n0, _GT, 2, () => GetTrailRequest
|
|
3353
|
-
var GetTrailStatus = [
|
|
3367
|
+
var GetTrail$ = [9, n0, _GT, 2, () => GetTrailRequest$, () => GetTrailResponse$];
|
|
3368
|
+
var GetTrailStatus$ = [
|
|
3354
3369
|
9,
|
|
3355
3370
|
n0,
|
|
3356
3371
|
_GTS,
|
|
3357
3372
|
2,
|
|
3358
|
-
() => GetTrailStatusRequest
|
|
3359
|
-
() => GetTrailStatusResponse
|
|
3373
|
+
() => GetTrailStatusRequest$,
|
|
3374
|
+
() => GetTrailStatusResponse$,
|
|
3360
3375
|
];
|
|
3361
|
-
var ListChannels = [
|
|
3362
|
-
|
|
3376
|
+
var ListChannels$ = [
|
|
3377
|
+
9,
|
|
3378
|
+
n0,
|
|
3379
|
+
_LC,
|
|
3380
|
+
2,
|
|
3381
|
+
() => ListChannelsRequest$,
|
|
3382
|
+
() => ListChannelsResponse$,
|
|
3383
|
+
];
|
|
3384
|
+
var ListDashboards$ = [
|
|
3363
3385
|
9,
|
|
3364
3386
|
n0,
|
|
3365
3387
|
_LD,
|
|
3366
3388
|
2,
|
|
3367
|
-
() => ListDashboardsRequest
|
|
3368
|
-
() => ListDashboardsResponse
|
|
3389
|
+
() => ListDashboardsRequest$,
|
|
3390
|
+
() => ListDashboardsResponse$,
|
|
3369
3391
|
];
|
|
3370
|
-
var ListEventDataStores = [
|
|
3392
|
+
var ListEventDataStores$ = [
|
|
3371
3393
|
9,
|
|
3372
3394
|
n0,
|
|
3373
3395
|
_LEDS,
|
|
3374
3396
|
2,
|
|
3375
|
-
() => ListEventDataStoresRequest
|
|
3376
|
-
() => ListEventDataStoresResponse
|
|
3397
|
+
() => ListEventDataStoresRequest$,
|
|
3398
|
+
() => ListEventDataStoresResponse$,
|
|
3377
3399
|
];
|
|
3378
|
-
var ListImportFailures = [
|
|
3400
|
+
var ListImportFailures$ = [
|
|
3379
3401
|
9,
|
|
3380
3402
|
n0,
|
|
3381
3403
|
_LIF,
|
|
3382
3404
|
2,
|
|
3383
|
-
() => ListImportFailuresRequest
|
|
3384
|
-
() => ListImportFailuresResponse
|
|
3405
|
+
() => ListImportFailuresRequest$,
|
|
3406
|
+
() => ListImportFailuresResponse$,
|
|
3385
3407
|
];
|
|
3386
|
-
var ListImports = [9, n0, _LI, 2, () => ListImportsRequest
|
|
3387
|
-
var ListInsightsData = [
|
|
3408
|
+
var ListImports$ = [9, n0, _LI, 2, () => ListImportsRequest$, () => ListImportsResponse$];
|
|
3409
|
+
var ListInsightsData$ = [
|
|
3388
3410
|
9,
|
|
3389
3411
|
n0,
|
|
3390
3412
|
_LID,
|
|
3391
3413
|
2,
|
|
3392
|
-
() => ListInsightsDataRequest
|
|
3393
|
-
() => ListInsightsDataResponse
|
|
3414
|
+
() => ListInsightsDataRequest$,
|
|
3415
|
+
() => ListInsightsDataResponse$,
|
|
3394
3416
|
];
|
|
3395
|
-
var ListInsightsMetricData = [
|
|
3417
|
+
var ListInsightsMetricData$ = [
|
|
3396
3418
|
9,
|
|
3397
3419
|
n0,
|
|
3398
3420
|
_LIMD,
|
|
3399
3421
|
2,
|
|
3400
|
-
() => ListInsightsMetricDataRequest
|
|
3401
|
-
() => ListInsightsMetricDataResponse
|
|
3422
|
+
() => ListInsightsMetricDataRequest$,
|
|
3423
|
+
() => ListInsightsMetricDataResponse$,
|
|
3402
3424
|
];
|
|
3403
|
-
var ListPublicKeys = [
|
|
3425
|
+
var ListPublicKeys$ = [
|
|
3404
3426
|
9,
|
|
3405
3427
|
n0,
|
|
3406
3428
|
_LPK,
|
|
3407
3429
|
2,
|
|
3408
|
-
() => ListPublicKeysRequest
|
|
3409
|
-
() => ListPublicKeysResponse
|
|
3410
|
-
];
|
|
3411
|
-
var ListQueries = [9, n0, _LQ, 2, () => ListQueriesRequest
|
|
3412
|
-
var ListTags = [9, n0, _LT, 2, () => ListTagsRequest
|
|
3413
|
-
var ListTrails = [9, n0, _LTi, 2, () => ListTrailsRequest
|
|
3414
|
-
var LookupEvents = [
|
|
3415
|
-
|
|
3430
|
+
() => ListPublicKeysRequest$,
|
|
3431
|
+
() => ListPublicKeysResponse$,
|
|
3432
|
+
];
|
|
3433
|
+
var ListQueries$ = [9, n0, _LQ, 2, () => ListQueriesRequest$, () => ListQueriesResponse$];
|
|
3434
|
+
var ListTags$ = [9, n0, _LT, 2, () => ListTagsRequest$, () => ListTagsResponse$];
|
|
3435
|
+
var ListTrails$ = [9, n0, _LTi, 2, () => ListTrailsRequest$, () => ListTrailsResponse$];
|
|
3436
|
+
var LookupEvents$ = [
|
|
3437
|
+
9,
|
|
3438
|
+
n0,
|
|
3439
|
+
_LE,
|
|
3440
|
+
2,
|
|
3441
|
+
() => LookupEventsRequest$,
|
|
3442
|
+
() => LookupEventsResponse$,
|
|
3443
|
+
];
|
|
3444
|
+
var PutEventConfiguration$ = [
|
|
3416
3445
|
9,
|
|
3417
3446
|
n0,
|
|
3418
3447
|
_PEC,
|
|
3419
3448
|
2,
|
|
3420
|
-
() => PutEventConfigurationRequest
|
|
3421
|
-
() => PutEventConfigurationResponse
|
|
3449
|
+
() => PutEventConfigurationRequest$,
|
|
3450
|
+
() => PutEventConfigurationResponse$,
|
|
3422
3451
|
];
|
|
3423
|
-
var PutEventSelectors = [
|
|
3452
|
+
var PutEventSelectors$ = [
|
|
3424
3453
|
9,
|
|
3425
3454
|
n0,
|
|
3426
3455
|
_PES,
|
|
3427
3456
|
2,
|
|
3428
|
-
() => PutEventSelectorsRequest
|
|
3429
|
-
() => PutEventSelectorsResponse
|
|
3457
|
+
() => PutEventSelectorsRequest$,
|
|
3458
|
+
() => PutEventSelectorsResponse$,
|
|
3430
3459
|
];
|
|
3431
|
-
var PutInsightSelectors = [
|
|
3460
|
+
var PutInsightSelectors$ = [
|
|
3432
3461
|
9,
|
|
3433
3462
|
n0,
|
|
3434
3463
|
_PIS,
|
|
3435
3464
|
2,
|
|
3436
|
-
() => PutInsightSelectorsRequest
|
|
3437
|
-
() => PutInsightSelectorsResponse
|
|
3465
|
+
() => PutInsightSelectorsRequest$,
|
|
3466
|
+
() => PutInsightSelectorsResponse$,
|
|
3438
3467
|
];
|
|
3439
|
-
var PutResourcePolicy = [
|
|
3468
|
+
var PutResourcePolicy$ = [
|
|
3440
3469
|
9,
|
|
3441
3470
|
n0,
|
|
3442
3471
|
_PRP,
|
|
3443
3472
|
2,
|
|
3444
|
-
() => PutResourcePolicyRequest
|
|
3445
|
-
() => PutResourcePolicyResponse
|
|
3473
|
+
() => PutResourcePolicyRequest$,
|
|
3474
|
+
() => PutResourcePolicyResponse$,
|
|
3446
3475
|
];
|
|
3447
|
-
var RegisterOrganizationDelegatedAdmin = [
|
|
3476
|
+
var RegisterOrganizationDelegatedAdmin$ = [
|
|
3448
3477
|
9,
|
|
3449
3478
|
n0,
|
|
3450
3479
|
_RODA,
|
|
3451
3480
|
2,
|
|
3452
|
-
() => RegisterOrganizationDelegatedAdminRequest
|
|
3453
|
-
() => RegisterOrganizationDelegatedAdminResponse
|
|
3481
|
+
() => RegisterOrganizationDelegatedAdminRequest$,
|
|
3482
|
+
() => RegisterOrganizationDelegatedAdminResponse$,
|
|
3454
3483
|
];
|
|
3455
|
-
var RemoveTags = [9, n0, _RTem, 2, () => RemoveTagsRequest
|
|
3456
|
-
var RestoreEventDataStore = [
|
|
3484
|
+
var RemoveTags$ = [9, n0, _RTem, 2, () => RemoveTagsRequest$, () => RemoveTagsResponse$];
|
|
3485
|
+
var RestoreEventDataStore$ = [
|
|
3457
3486
|
9,
|
|
3458
3487
|
n0,
|
|
3459
3488
|
_REDS,
|
|
3460
3489
|
0,
|
|
3461
|
-
() => RestoreEventDataStoreRequest
|
|
3462
|
-
() => RestoreEventDataStoreResponse
|
|
3490
|
+
() => RestoreEventDataStoreRequest$,
|
|
3491
|
+
() => RestoreEventDataStoreResponse$,
|
|
3463
3492
|
];
|
|
3464
|
-
var SearchSampleQueries = [
|
|
3493
|
+
var SearchSampleQueries$ = [
|
|
3465
3494
|
9,
|
|
3466
3495
|
n0,
|
|
3467
3496
|
_SSQ,
|
|
3468
3497
|
2,
|
|
3469
|
-
() => SearchSampleQueriesRequest
|
|
3470
|
-
() => SearchSampleQueriesResponse
|
|
3498
|
+
() => SearchSampleQueriesRequest$,
|
|
3499
|
+
() => SearchSampleQueriesResponse$,
|
|
3471
3500
|
];
|
|
3472
|
-
var StartDashboardRefresh = [
|
|
3501
|
+
var StartDashboardRefresh$ = [
|
|
3473
3502
|
9,
|
|
3474
3503
|
n0,
|
|
3475
3504
|
_SDR,
|
|
3476
3505
|
2,
|
|
3477
|
-
() => StartDashboardRefreshRequest
|
|
3478
|
-
() => StartDashboardRefreshResponse
|
|
3506
|
+
() => StartDashboardRefreshRequest$,
|
|
3507
|
+
() => StartDashboardRefreshResponse$,
|
|
3479
3508
|
];
|
|
3480
|
-
var StartEventDataStoreIngestion = [
|
|
3509
|
+
var StartEventDataStoreIngestion$ = [
|
|
3481
3510
|
9,
|
|
3482
3511
|
n0,
|
|
3483
3512
|
_SEDSI,
|
|
3484
3513
|
0,
|
|
3485
|
-
() => StartEventDataStoreIngestionRequest
|
|
3486
|
-
() => StartEventDataStoreIngestionResponse
|
|
3514
|
+
() => StartEventDataStoreIngestionRequest$,
|
|
3515
|
+
() => StartEventDataStoreIngestionResponse$,
|
|
3516
|
+
];
|
|
3517
|
+
var StartImport$ = [
|
|
3518
|
+
9,
|
|
3519
|
+
n0,
|
|
3520
|
+
_SIt,
|
|
3521
|
+
0,
|
|
3522
|
+
() => StartImportRequest$,
|
|
3523
|
+
() => StartImportResponse$,
|
|
3487
3524
|
];
|
|
3488
|
-
var
|
|
3489
|
-
|
|
3490
|
-
|
|
3491
|
-
|
|
3525
|
+
var StartLogging$ = [
|
|
3526
|
+
9,
|
|
3527
|
+
n0,
|
|
3528
|
+
_SL,
|
|
3529
|
+
2,
|
|
3530
|
+
() => StartLoggingRequest$,
|
|
3531
|
+
() => StartLoggingResponse$,
|
|
3532
|
+
];
|
|
3533
|
+
var StartQuery$ = [9, n0, _SQ, 2, () => StartQueryRequest$, () => StartQueryResponse$];
|
|
3534
|
+
var StopEventDataStoreIngestion$ = [
|
|
3492
3535
|
9,
|
|
3493
3536
|
n0,
|
|
3494
3537
|
_SEDSIt,
|
|
3495
3538
|
0,
|
|
3496
|
-
() => StopEventDataStoreIngestionRequest
|
|
3497
|
-
() => StopEventDataStoreIngestionResponse
|
|
3539
|
+
() => StopEventDataStoreIngestionRequest$,
|
|
3540
|
+
() => StopEventDataStoreIngestionResponse$,
|
|
3498
3541
|
];
|
|
3499
|
-
var StopImport = [9, n0, _SIto, 0, () => StopImportRequest
|
|
3500
|
-
var StopLogging = [
|
|
3501
|
-
|
|
3542
|
+
var StopImport$ = [9, n0, _SIto, 0, () => StopImportRequest$, () => StopImportResponse$];
|
|
3543
|
+
var StopLogging$ = [
|
|
3544
|
+
9,
|
|
3545
|
+
n0,
|
|
3546
|
+
_SLt,
|
|
3547
|
+
2,
|
|
3548
|
+
() => StopLoggingRequest$,
|
|
3549
|
+
() => StopLoggingResponse$,
|
|
3550
|
+
];
|
|
3551
|
+
var UpdateChannel$ = [
|
|
3502
3552
|
9,
|
|
3503
3553
|
n0,
|
|
3504
3554
|
_UC,
|
|
3505
3555
|
2,
|
|
3506
|
-
() => UpdateChannelRequest
|
|
3507
|
-
() => UpdateChannelResponse
|
|
3556
|
+
() => UpdateChannelRequest$,
|
|
3557
|
+
() => UpdateChannelResponse$,
|
|
3508
3558
|
];
|
|
3509
|
-
var UpdateDashboard = [
|
|
3559
|
+
var UpdateDashboard$ = [
|
|
3510
3560
|
9,
|
|
3511
3561
|
n0,
|
|
3512
3562
|
_UD,
|
|
3513
3563
|
2,
|
|
3514
|
-
() => UpdateDashboardRequest
|
|
3515
|
-
() => UpdateDashboardResponse
|
|
3564
|
+
() => UpdateDashboardRequest$,
|
|
3565
|
+
() => UpdateDashboardResponse$,
|
|
3516
3566
|
];
|
|
3517
|
-
var UpdateEventDataStore = [
|
|
3567
|
+
var UpdateEventDataStore$ = [
|
|
3518
3568
|
9,
|
|
3519
3569
|
n0,
|
|
3520
3570
|
_UEDS,
|
|
3521
3571
|
2,
|
|
3522
|
-
() => UpdateEventDataStoreRequest
|
|
3523
|
-
() => UpdateEventDataStoreResponse
|
|
3572
|
+
() => UpdateEventDataStoreRequest$,
|
|
3573
|
+
() => UpdateEventDataStoreResponse$,
|
|
3574
|
+
];
|
|
3575
|
+
var UpdateTrail$ = [
|
|
3576
|
+
9,
|
|
3577
|
+
n0,
|
|
3578
|
+
_UTp,
|
|
3579
|
+
2,
|
|
3580
|
+
() => UpdateTrailRequest$,
|
|
3581
|
+
() => UpdateTrailResponse$,
|
|
3524
3582
|
];
|
|
3525
|
-
var UpdateTrail = [9, n0, _UTp, 2, () => UpdateTrailRequest, () => UpdateTrailResponse];
|
|
3526
3583
|
|
|
3527
3584
|
class AddTagsCommand extends smithyClient.Command
|
|
3528
3585
|
.classBuilder()
|
|
@@ -3532,7 +3589,7 @@ class AddTagsCommand extends smithyClient.Command
|
|
|
3532
3589
|
})
|
|
3533
3590
|
.s("CloudTrail_20131101", "AddTags", {})
|
|
3534
3591
|
.n("CloudTrailClient", "AddTagsCommand")
|
|
3535
|
-
.sc(AddTags)
|
|
3592
|
+
.sc(AddTags$)
|
|
3536
3593
|
.build() {
|
|
3537
3594
|
}
|
|
3538
3595
|
|
|
@@ -3544,7 +3601,7 @@ class CancelQueryCommand extends smithyClient.Command
|
|
|
3544
3601
|
})
|
|
3545
3602
|
.s("CloudTrail_20131101", "CancelQuery", {})
|
|
3546
3603
|
.n("CloudTrailClient", "CancelQueryCommand")
|
|
3547
|
-
.sc(CancelQuery)
|
|
3604
|
+
.sc(CancelQuery$)
|
|
3548
3605
|
.build() {
|
|
3549
3606
|
}
|
|
3550
3607
|
|
|
@@ -3556,7 +3613,7 @@ class CreateChannelCommand extends smithyClient.Command
|
|
|
3556
3613
|
})
|
|
3557
3614
|
.s("CloudTrail_20131101", "CreateChannel", {})
|
|
3558
3615
|
.n("CloudTrailClient", "CreateChannelCommand")
|
|
3559
|
-
.sc(CreateChannel)
|
|
3616
|
+
.sc(CreateChannel$)
|
|
3560
3617
|
.build() {
|
|
3561
3618
|
}
|
|
3562
3619
|
|
|
@@ -3568,7 +3625,7 @@ class CreateDashboardCommand extends smithyClient.Command
|
|
|
3568
3625
|
})
|
|
3569
3626
|
.s("CloudTrail_20131101", "CreateDashboard", {})
|
|
3570
3627
|
.n("CloudTrailClient", "CreateDashboardCommand")
|
|
3571
|
-
.sc(CreateDashboard)
|
|
3628
|
+
.sc(CreateDashboard$)
|
|
3572
3629
|
.build() {
|
|
3573
3630
|
}
|
|
3574
3631
|
|
|
@@ -3580,7 +3637,7 @@ class CreateEventDataStoreCommand extends smithyClient.Command
|
|
|
3580
3637
|
})
|
|
3581
3638
|
.s("CloudTrail_20131101", "CreateEventDataStore", {})
|
|
3582
3639
|
.n("CloudTrailClient", "CreateEventDataStoreCommand")
|
|
3583
|
-
.sc(CreateEventDataStore)
|
|
3640
|
+
.sc(CreateEventDataStore$)
|
|
3584
3641
|
.build() {
|
|
3585
3642
|
}
|
|
3586
3643
|
|
|
@@ -3592,7 +3649,7 @@ class CreateTrailCommand extends smithyClient.Command
|
|
|
3592
3649
|
})
|
|
3593
3650
|
.s("CloudTrail_20131101", "CreateTrail", {})
|
|
3594
3651
|
.n("CloudTrailClient", "CreateTrailCommand")
|
|
3595
|
-
.sc(CreateTrail)
|
|
3652
|
+
.sc(CreateTrail$)
|
|
3596
3653
|
.build() {
|
|
3597
3654
|
}
|
|
3598
3655
|
|
|
@@ -3604,7 +3661,7 @@ class DeleteChannelCommand extends smithyClient.Command
|
|
|
3604
3661
|
})
|
|
3605
3662
|
.s("CloudTrail_20131101", "DeleteChannel", {})
|
|
3606
3663
|
.n("CloudTrailClient", "DeleteChannelCommand")
|
|
3607
|
-
.sc(DeleteChannel)
|
|
3664
|
+
.sc(DeleteChannel$)
|
|
3608
3665
|
.build() {
|
|
3609
3666
|
}
|
|
3610
3667
|
|
|
@@ -3616,7 +3673,7 @@ class DeleteDashboardCommand extends smithyClient.Command
|
|
|
3616
3673
|
})
|
|
3617
3674
|
.s("CloudTrail_20131101", "DeleteDashboard", {})
|
|
3618
3675
|
.n("CloudTrailClient", "DeleteDashboardCommand")
|
|
3619
|
-
.sc(DeleteDashboard)
|
|
3676
|
+
.sc(DeleteDashboard$)
|
|
3620
3677
|
.build() {
|
|
3621
3678
|
}
|
|
3622
3679
|
|
|
@@ -3628,7 +3685,7 @@ class DeleteEventDataStoreCommand extends smithyClient.Command
|
|
|
3628
3685
|
})
|
|
3629
3686
|
.s("CloudTrail_20131101", "DeleteEventDataStore", {})
|
|
3630
3687
|
.n("CloudTrailClient", "DeleteEventDataStoreCommand")
|
|
3631
|
-
.sc(DeleteEventDataStore)
|
|
3688
|
+
.sc(DeleteEventDataStore$)
|
|
3632
3689
|
.build() {
|
|
3633
3690
|
}
|
|
3634
3691
|
|
|
@@ -3640,7 +3697,7 @@ class DeleteResourcePolicyCommand extends smithyClient.Command
|
|
|
3640
3697
|
})
|
|
3641
3698
|
.s("CloudTrail_20131101", "DeleteResourcePolicy", {})
|
|
3642
3699
|
.n("CloudTrailClient", "DeleteResourcePolicyCommand")
|
|
3643
|
-
.sc(DeleteResourcePolicy)
|
|
3700
|
+
.sc(DeleteResourcePolicy$)
|
|
3644
3701
|
.build() {
|
|
3645
3702
|
}
|
|
3646
3703
|
|
|
@@ -3652,7 +3709,7 @@ class DeleteTrailCommand extends smithyClient.Command
|
|
|
3652
3709
|
})
|
|
3653
3710
|
.s("CloudTrail_20131101", "DeleteTrail", {})
|
|
3654
3711
|
.n("CloudTrailClient", "DeleteTrailCommand")
|
|
3655
|
-
.sc(DeleteTrail)
|
|
3712
|
+
.sc(DeleteTrail$)
|
|
3656
3713
|
.build() {
|
|
3657
3714
|
}
|
|
3658
3715
|
|
|
@@ -3664,7 +3721,7 @@ class DeregisterOrganizationDelegatedAdminCommand extends smithyClient.Command
|
|
|
3664
3721
|
})
|
|
3665
3722
|
.s("CloudTrail_20131101", "DeregisterOrganizationDelegatedAdmin", {})
|
|
3666
3723
|
.n("CloudTrailClient", "DeregisterOrganizationDelegatedAdminCommand")
|
|
3667
|
-
.sc(DeregisterOrganizationDelegatedAdmin)
|
|
3724
|
+
.sc(DeregisterOrganizationDelegatedAdmin$)
|
|
3668
3725
|
.build() {
|
|
3669
3726
|
}
|
|
3670
3727
|
|
|
@@ -3676,7 +3733,7 @@ class DescribeQueryCommand extends smithyClient.Command
|
|
|
3676
3733
|
})
|
|
3677
3734
|
.s("CloudTrail_20131101", "DescribeQuery", {})
|
|
3678
3735
|
.n("CloudTrailClient", "DescribeQueryCommand")
|
|
3679
|
-
.sc(DescribeQuery)
|
|
3736
|
+
.sc(DescribeQuery$)
|
|
3680
3737
|
.build() {
|
|
3681
3738
|
}
|
|
3682
3739
|
|
|
@@ -3688,7 +3745,7 @@ class DescribeTrailsCommand extends smithyClient.Command
|
|
|
3688
3745
|
})
|
|
3689
3746
|
.s("CloudTrail_20131101", "DescribeTrails", {})
|
|
3690
3747
|
.n("CloudTrailClient", "DescribeTrailsCommand")
|
|
3691
|
-
.sc(DescribeTrails)
|
|
3748
|
+
.sc(DescribeTrails$)
|
|
3692
3749
|
.build() {
|
|
3693
3750
|
}
|
|
3694
3751
|
|
|
@@ -3700,7 +3757,7 @@ class DisableFederationCommand extends smithyClient.Command
|
|
|
3700
3757
|
})
|
|
3701
3758
|
.s("CloudTrail_20131101", "DisableFederation", {})
|
|
3702
3759
|
.n("CloudTrailClient", "DisableFederationCommand")
|
|
3703
|
-
.sc(DisableFederation)
|
|
3760
|
+
.sc(DisableFederation$)
|
|
3704
3761
|
.build() {
|
|
3705
3762
|
}
|
|
3706
3763
|
|
|
@@ -3712,7 +3769,7 @@ class EnableFederationCommand extends smithyClient.Command
|
|
|
3712
3769
|
})
|
|
3713
3770
|
.s("CloudTrail_20131101", "EnableFederation", {})
|
|
3714
3771
|
.n("CloudTrailClient", "EnableFederationCommand")
|
|
3715
|
-
.sc(EnableFederation)
|
|
3772
|
+
.sc(EnableFederation$)
|
|
3716
3773
|
.build() {
|
|
3717
3774
|
}
|
|
3718
3775
|
|
|
@@ -3724,7 +3781,7 @@ class GenerateQueryCommand extends smithyClient.Command
|
|
|
3724
3781
|
})
|
|
3725
3782
|
.s("CloudTrail_20131101", "GenerateQuery", {})
|
|
3726
3783
|
.n("CloudTrailClient", "GenerateQueryCommand")
|
|
3727
|
-
.sc(GenerateQuery)
|
|
3784
|
+
.sc(GenerateQuery$)
|
|
3728
3785
|
.build() {
|
|
3729
3786
|
}
|
|
3730
3787
|
|
|
@@ -3736,7 +3793,7 @@ class GetChannelCommand extends smithyClient.Command
|
|
|
3736
3793
|
})
|
|
3737
3794
|
.s("CloudTrail_20131101", "GetChannel", {})
|
|
3738
3795
|
.n("CloudTrailClient", "GetChannelCommand")
|
|
3739
|
-
.sc(GetChannel)
|
|
3796
|
+
.sc(GetChannel$)
|
|
3740
3797
|
.build() {
|
|
3741
3798
|
}
|
|
3742
3799
|
|
|
@@ -3748,7 +3805,7 @@ class GetDashboardCommand extends smithyClient.Command
|
|
|
3748
3805
|
})
|
|
3749
3806
|
.s("CloudTrail_20131101", "GetDashboard", {})
|
|
3750
3807
|
.n("CloudTrailClient", "GetDashboardCommand")
|
|
3751
|
-
.sc(GetDashboard)
|
|
3808
|
+
.sc(GetDashboard$)
|
|
3752
3809
|
.build() {
|
|
3753
3810
|
}
|
|
3754
3811
|
|
|
@@ -3760,7 +3817,7 @@ class GetEventConfigurationCommand extends smithyClient.Command
|
|
|
3760
3817
|
})
|
|
3761
3818
|
.s("CloudTrail_20131101", "GetEventConfiguration", {})
|
|
3762
3819
|
.n("CloudTrailClient", "GetEventConfigurationCommand")
|
|
3763
|
-
.sc(GetEventConfiguration)
|
|
3820
|
+
.sc(GetEventConfiguration$)
|
|
3764
3821
|
.build() {
|
|
3765
3822
|
}
|
|
3766
3823
|
|
|
@@ -3772,7 +3829,7 @@ class GetEventDataStoreCommand extends smithyClient.Command
|
|
|
3772
3829
|
})
|
|
3773
3830
|
.s("CloudTrail_20131101", "GetEventDataStore", {})
|
|
3774
3831
|
.n("CloudTrailClient", "GetEventDataStoreCommand")
|
|
3775
|
-
.sc(GetEventDataStore)
|
|
3832
|
+
.sc(GetEventDataStore$)
|
|
3776
3833
|
.build() {
|
|
3777
3834
|
}
|
|
3778
3835
|
|
|
@@ -3784,7 +3841,7 @@ class GetEventSelectorsCommand extends smithyClient.Command
|
|
|
3784
3841
|
})
|
|
3785
3842
|
.s("CloudTrail_20131101", "GetEventSelectors", {})
|
|
3786
3843
|
.n("CloudTrailClient", "GetEventSelectorsCommand")
|
|
3787
|
-
.sc(GetEventSelectors)
|
|
3844
|
+
.sc(GetEventSelectors$)
|
|
3788
3845
|
.build() {
|
|
3789
3846
|
}
|
|
3790
3847
|
|
|
@@ -3796,7 +3853,7 @@ class GetImportCommand extends smithyClient.Command
|
|
|
3796
3853
|
})
|
|
3797
3854
|
.s("CloudTrail_20131101", "GetImport", {})
|
|
3798
3855
|
.n("CloudTrailClient", "GetImportCommand")
|
|
3799
|
-
.sc(GetImport)
|
|
3856
|
+
.sc(GetImport$)
|
|
3800
3857
|
.build() {
|
|
3801
3858
|
}
|
|
3802
3859
|
|
|
@@ -3808,7 +3865,7 @@ class GetInsightSelectorsCommand extends smithyClient.Command
|
|
|
3808
3865
|
})
|
|
3809
3866
|
.s("CloudTrail_20131101", "GetInsightSelectors", {})
|
|
3810
3867
|
.n("CloudTrailClient", "GetInsightSelectorsCommand")
|
|
3811
|
-
.sc(GetInsightSelectors)
|
|
3868
|
+
.sc(GetInsightSelectors$)
|
|
3812
3869
|
.build() {
|
|
3813
3870
|
}
|
|
3814
3871
|
|
|
@@ -3820,7 +3877,7 @@ class GetQueryResultsCommand extends smithyClient.Command
|
|
|
3820
3877
|
})
|
|
3821
3878
|
.s("CloudTrail_20131101", "GetQueryResults", {})
|
|
3822
3879
|
.n("CloudTrailClient", "GetQueryResultsCommand")
|
|
3823
|
-
.sc(GetQueryResults)
|
|
3880
|
+
.sc(GetQueryResults$)
|
|
3824
3881
|
.build() {
|
|
3825
3882
|
}
|
|
3826
3883
|
|
|
@@ -3832,7 +3889,7 @@ class GetResourcePolicyCommand extends smithyClient.Command
|
|
|
3832
3889
|
})
|
|
3833
3890
|
.s("CloudTrail_20131101", "GetResourcePolicy", {})
|
|
3834
3891
|
.n("CloudTrailClient", "GetResourcePolicyCommand")
|
|
3835
|
-
.sc(GetResourcePolicy)
|
|
3892
|
+
.sc(GetResourcePolicy$)
|
|
3836
3893
|
.build() {
|
|
3837
3894
|
}
|
|
3838
3895
|
|
|
@@ -3844,7 +3901,7 @@ class GetTrailCommand extends smithyClient.Command
|
|
|
3844
3901
|
})
|
|
3845
3902
|
.s("CloudTrail_20131101", "GetTrail", {})
|
|
3846
3903
|
.n("CloudTrailClient", "GetTrailCommand")
|
|
3847
|
-
.sc(GetTrail)
|
|
3904
|
+
.sc(GetTrail$)
|
|
3848
3905
|
.build() {
|
|
3849
3906
|
}
|
|
3850
3907
|
|
|
@@ -3856,7 +3913,7 @@ class GetTrailStatusCommand extends smithyClient.Command
|
|
|
3856
3913
|
})
|
|
3857
3914
|
.s("CloudTrail_20131101", "GetTrailStatus", {})
|
|
3858
3915
|
.n("CloudTrailClient", "GetTrailStatusCommand")
|
|
3859
|
-
.sc(GetTrailStatus)
|
|
3916
|
+
.sc(GetTrailStatus$)
|
|
3860
3917
|
.build() {
|
|
3861
3918
|
}
|
|
3862
3919
|
|
|
@@ -3868,7 +3925,7 @@ class ListChannelsCommand extends smithyClient.Command
|
|
|
3868
3925
|
})
|
|
3869
3926
|
.s("CloudTrail_20131101", "ListChannels", {})
|
|
3870
3927
|
.n("CloudTrailClient", "ListChannelsCommand")
|
|
3871
|
-
.sc(ListChannels)
|
|
3928
|
+
.sc(ListChannels$)
|
|
3872
3929
|
.build() {
|
|
3873
3930
|
}
|
|
3874
3931
|
|
|
@@ -3880,7 +3937,7 @@ class ListDashboardsCommand extends smithyClient.Command
|
|
|
3880
3937
|
})
|
|
3881
3938
|
.s("CloudTrail_20131101", "ListDashboards", {})
|
|
3882
3939
|
.n("CloudTrailClient", "ListDashboardsCommand")
|
|
3883
|
-
.sc(ListDashboards)
|
|
3940
|
+
.sc(ListDashboards$)
|
|
3884
3941
|
.build() {
|
|
3885
3942
|
}
|
|
3886
3943
|
|
|
@@ -3892,7 +3949,7 @@ class ListEventDataStoresCommand extends smithyClient.Command
|
|
|
3892
3949
|
})
|
|
3893
3950
|
.s("CloudTrail_20131101", "ListEventDataStores", {})
|
|
3894
3951
|
.n("CloudTrailClient", "ListEventDataStoresCommand")
|
|
3895
|
-
.sc(ListEventDataStores)
|
|
3952
|
+
.sc(ListEventDataStores$)
|
|
3896
3953
|
.build() {
|
|
3897
3954
|
}
|
|
3898
3955
|
|
|
@@ -3904,7 +3961,7 @@ class ListImportFailuresCommand extends smithyClient.Command
|
|
|
3904
3961
|
})
|
|
3905
3962
|
.s("CloudTrail_20131101", "ListImportFailures", {})
|
|
3906
3963
|
.n("CloudTrailClient", "ListImportFailuresCommand")
|
|
3907
|
-
.sc(ListImportFailures)
|
|
3964
|
+
.sc(ListImportFailures$)
|
|
3908
3965
|
.build() {
|
|
3909
3966
|
}
|
|
3910
3967
|
|
|
@@ -3916,7 +3973,7 @@ class ListImportsCommand extends smithyClient.Command
|
|
|
3916
3973
|
})
|
|
3917
3974
|
.s("CloudTrail_20131101", "ListImports", {})
|
|
3918
3975
|
.n("CloudTrailClient", "ListImportsCommand")
|
|
3919
|
-
.sc(ListImports)
|
|
3976
|
+
.sc(ListImports$)
|
|
3920
3977
|
.build() {
|
|
3921
3978
|
}
|
|
3922
3979
|
|
|
@@ -3928,7 +3985,7 @@ class ListInsightsDataCommand extends smithyClient.Command
|
|
|
3928
3985
|
})
|
|
3929
3986
|
.s("CloudTrail_20131101", "ListInsightsData", {})
|
|
3930
3987
|
.n("CloudTrailClient", "ListInsightsDataCommand")
|
|
3931
|
-
.sc(ListInsightsData)
|
|
3988
|
+
.sc(ListInsightsData$)
|
|
3932
3989
|
.build() {
|
|
3933
3990
|
}
|
|
3934
3991
|
|
|
@@ -3940,7 +3997,7 @@ class ListInsightsMetricDataCommand extends smithyClient.Command
|
|
|
3940
3997
|
})
|
|
3941
3998
|
.s("CloudTrail_20131101", "ListInsightsMetricData", {})
|
|
3942
3999
|
.n("CloudTrailClient", "ListInsightsMetricDataCommand")
|
|
3943
|
-
.sc(ListInsightsMetricData)
|
|
4000
|
+
.sc(ListInsightsMetricData$)
|
|
3944
4001
|
.build() {
|
|
3945
4002
|
}
|
|
3946
4003
|
|
|
@@ -3952,7 +4009,7 @@ class ListPublicKeysCommand extends smithyClient.Command
|
|
|
3952
4009
|
})
|
|
3953
4010
|
.s("CloudTrail_20131101", "ListPublicKeys", {})
|
|
3954
4011
|
.n("CloudTrailClient", "ListPublicKeysCommand")
|
|
3955
|
-
.sc(ListPublicKeys)
|
|
4012
|
+
.sc(ListPublicKeys$)
|
|
3956
4013
|
.build() {
|
|
3957
4014
|
}
|
|
3958
4015
|
|
|
@@ -3964,7 +4021,7 @@ class ListQueriesCommand extends smithyClient.Command
|
|
|
3964
4021
|
})
|
|
3965
4022
|
.s("CloudTrail_20131101", "ListQueries", {})
|
|
3966
4023
|
.n("CloudTrailClient", "ListQueriesCommand")
|
|
3967
|
-
.sc(ListQueries)
|
|
4024
|
+
.sc(ListQueries$)
|
|
3968
4025
|
.build() {
|
|
3969
4026
|
}
|
|
3970
4027
|
|
|
@@ -3976,7 +4033,7 @@ class ListTagsCommand extends smithyClient.Command
|
|
|
3976
4033
|
})
|
|
3977
4034
|
.s("CloudTrail_20131101", "ListTags", {})
|
|
3978
4035
|
.n("CloudTrailClient", "ListTagsCommand")
|
|
3979
|
-
.sc(ListTags)
|
|
4036
|
+
.sc(ListTags$)
|
|
3980
4037
|
.build() {
|
|
3981
4038
|
}
|
|
3982
4039
|
|
|
@@ -3988,7 +4045,7 @@ class ListTrailsCommand extends smithyClient.Command
|
|
|
3988
4045
|
})
|
|
3989
4046
|
.s("CloudTrail_20131101", "ListTrails", {})
|
|
3990
4047
|
.n("CloudTrailClient", "ListTrailsCommand")
|
|
3991
|
-
.sc(ListTrails)
|
|
4048
|
+
.sc(ListTrails$)
|
|
3992
4049
|
.build() {
|
|
3993
4050
|
}
|
|
3994
4051
|
|
|
@@ -4000,7 +4057,7 @@ class LookupEventsCommand extends smithyClient.Command
|
|
|
4000
4057
|
})
|
|
4001
4058
|
.s("CloudTrail_20131101", "LookupEvents", {})
|
|
4002
4059
|
.n("CloudTrailClient", "LookupEventsCommand")
|
|
4003
|
-
.sc(LookupEvents)
|
|
4060
|
+
.sc(LookupEvents$)
|
|
4004
4061
|
.build() {
|
|
4005
4062
|
}
|
|
4006
4063
|
|
|
@@ -4012,7 +4069,7 @@ class PutEventConfigurationCommand extends smithyClient.Command
|
|
|
4012
4069
|
})
|
|
4013
4070
|
.s("CloudTrail_20131101", "PutEventConfiguration", {})
|
|
4014
4071
|
.n("CloudTrailClient", "PutEventConfigurationCommand")
|
|
4015
|
-
.sc(PutEventConfiguration)
|
|
4072
|
+
.sc(PutEventConfiguration$)
|
|
4016
4073
|
.build() {
|
|
4017
4074
|
}
|
|
4018
4075
|
|
|
@@ -4024,7 +4081,7 @@ class PutEventSelectorsCommand extends smithyClient.Command
|
|
|
4024
4081
|
})
|
|
4025
4082
|
.s("CloudTrail_20131101", "PutEventSelectors", {})
|
|
4026
4083
|
.n("CloudTrailClient", "PutEventSelectorsCommand")
|
|
4027
|
-
.sc(PutEventSelectors)
|
|
4084
|
+
.sc(PutEventSelectors$)
|
|
4028
4085
|
.build() {
|
|
4029
4086
|
}
|
|
4030
4087
|
|
|
@@ -4036,7 +4093,7 @@ class PutInsightSelectorsCommand extends smithyClient.Command
|
|
|
4036
4093
|
})
|
|
4037
4094
|
.s("CloudTrail_20131101", "PutInsightSelectors", {})
|
|
4038
4095
|
.n("CloudTrailClient", "PutInsightSelectorsCommand")
|
|
4039
|
-
.sc(PutInsightSelectors)
|
|
4096
|
+
.sc(PutInsightSelectors$)
|
|
4040
4097
|
.build() {
|
|
4041
4098
|
}
|
|
4042
4099
|
|
|
@@ -4048,7 +4105,7 @@ class PutResourcePolicyCommand extends smithyClient.Command
|
|
|
4048
4105
|
})
|
|
4049
4106
|
.s("CloudTrail_20131101", "PutResourcePolicy", {})
|
|
4050
4107
|
.n("CloudTrailClient", "PutResourcePolicyCommand")
|
|
4051
|
-
.sc(PutResourcePolicy)
|
|
4108
|
+
.sc(PutResourcePolicy$)
|
|
4052
4109
|
.build() {
|
|
4053
4110
|
}
|
|
4054
4111
|
|
|
@@ -4060,7 +4117,7 @@ class RegisterOrganizationDelegatedAdminCommand extends smithyClient.Command
|
|
|
4060
4117
|
})
|
|
4061
4118
|
.s("CloudTrail_20131101", "RegisterOrganizationDelegatedAdmin", {})
|
|
4062
4119
|
.n("CloudTrailClient", "RegisterOrganizationDelegatedAdminCommand")
|
|
4063
|
-
.sc(RegisterOrganizationDelegatedAdmin)
|
|
4120
|
+
.sc(RegisterOrganizationDelegatedAdmin$)
|
|
4064
4121
|
.build() {
|
|
4065
4122
|
}
|
|
4066
4123
|
|
|
@@ -4072,7 +4129,7 @@ class RemoveTagsCommand extends smithyClient.Command
|
|
|
4072
4129
|
})
|
|
4073
4130
|
.s("CloudTrail_20131101", "RemoveTags", {})
|
|
4074
4131
|
.n("CloudTrailClient", "RemoveTagsCommand")
|
|
4075
|
-
.sc(RemoveTags)
|
|
4132
|
+
.sc(RemoveTags$)
|
|
4076
4133
|
.build() {
|
|
4077
4134
|
}
|
|
4078
4135
|
|
|
@@ -4084,7 +4141,7 @@ class RestoreEventDataStoreCommand extends smithyClient.Command
|
|
|
4084
4141
|
})
|
|
4085
4142
|
.s("CloudTrail_20131101", "RestoreEventDataStore", {})
|
|
4086
4143
|
.n("CloudTrailClient", "RestoreEventDataStoreCommand")
|
|
4087
|
-
.sc(RestoreEventDataStore)
|
|
4144
|
+
.sc(RestoreEventDataStore$)
|
|
4088
4145
|
.build() {
|
|
4089
4146
|
}
|
|
4090
4147
|
|
|
@@ -4096,7 +4153,7 @@ class SearchSampleQueriesCommand extends smithyClient.Command
|
|
|
4096
4153
|
})
|
|
4097
4154
|
.s("CloudTrail_20131101", "SearchSampleQueries", {})
|
|
4098
4155
|
.n("CloudTrailClient", "SearchSampleQueriesCommand")
|
|
4099
|
-
.sc(SearchSampleQueries)
|
|
4156
|
+
.sc(SearchSampleQueries$)
|
|
4100
4157
|
.build() {
|
|
4101
4158
|
}
|
|
4102
4159
|
|
|
@@ -4108,7 +4165,7 @@ class StartDashboardRefreshCommand extends smithyClient.Command
|
|
|
4108
4165
|
})
|
|
4109
4166
|
.s("CloudTrail_20131101", "StartDashboardRefresh", {})
|
|
4110
4167
|
.n("CloudTrailClient", "StartDashboardRefreshCommand")
|
|
4111
|
-
.sc(StartDashboardRefresh)
|
|
4168
|
+
.sc(StartDashboardRefresh$)
|
|
4112
4169
|
.build() {
|
|
4113
4170
|
}
|
|
4114
4171
|
|
|
@@ -4120,7 +4177,7 @@ class StartEventDataStoreIngestionCommand extends smithyClient.Command
|
|
|
4120
4177
|
})
|
|
4121
4178
|
.s("CloudTrail_20131101", "StartEventDataStoreIngestion", {})
|
|
4122
4179
|
.n("CloudTrailClient", "StartEventDataStoreIngestionCommand")
|
|
4123
|
-
.sc(StartEventDataStoreIngestion)
|
|
4180
|
+
.sc(StartEventDataStoreIngestion$)
|
|
4124
4181
|
.build() {
|
|
4125
4182
|
}
|
|
4126
4183
|
|
|
@@ -4132,7 +4189,7 @@ class StartImportCommand extends smithyClient.Command
|
|
|
4132
4189
|
})
|
|
4133
4190
|
.s("CloudTrail_20131101", "StartImport", {})
|
|
4134
4191
|
.n("CloudTrailClient", "StartImportCommand")
|
|
4135
|
-
.sc(StartImport)
|
|
4192
|
+
.sc(StartImport$)
|
|
4136
4193
|
.build() {
|
|
4137
4194
|
}
|
|
4138
4195
|
|
|
@@ -4144,7 +4201,7 @@ class StartLoggingCommand extends smithyClient.Command
|
|
|
4144
4201
|
})
|
|
4145
4202
|
.s("CloudTrail_20131101", "StartLogging", {})
|
|
4146
4203
|
.n("CloudTrailClient", "StartLoggingCommand")
|
|
4147
|
-
.sc(StartLogging)
|
|
4204
|
+
.sc(StartLogging$)
|
|
4148
4205
|
.build() {
|
|
4149
4206
|
}
|
|
4150
4207
|
|
|
@@ -4156,7 +4213,7 @@ class StartQueryCommand extends smithyClient.Command
|
|
|
4156
4213
|
})
|
|
4157
4214
|
.s("CloudTrail_20131101", "StartQuery", {})
|
|
4158
4215
|
.n("CloudTrailClient", "StartQueryCommand")
|
|
4159
|
-
.sc(StartQuery)
|
|
4216
|
+
.sc(StartQuery$)
|
|
4160
4217
|
.build() {
|
|
4161
4218
|
}
|
|
4162
4219
|
|
|
@@ -4168,7 +4225,7 @@ class StopEventDataStoreIngestionCommand extends smithyClient.Command
|
|
|
4168
4225
|
})
|
|
4169
4226
|
.s("CloudTrail_20131101", "StopEventDataStoreIngestion", {})
|
|
4170
4227
|
.n("CloudTrailClient", "StopEventDataStoreIngestionCommand")
|
|
4171
|
-
.sc(StopEventDataStoreIngestion)
|
|
4228
|
+
.sc(StopEventDataStoreIngestion$)
|
|
4172
4229
|
.build() {
|
|
4173
4230
|
}
|
|
4174
4231
|
|
|
@@ -4180,7 +4237,7 @@ class StopImportCommand extends smithyClient.Command
|
|
|
4180
4237
|
})
|
|
4181
4238
|
.s("CloudTrail_20131101", "StopImport", {})
|
|
4182
4239
|
.n("CloudTrailClient", "StopImportCommand")
|
|
4183
|
-
.sc(StopImport)
|
|
4240
|
+
.sc(StopImport$)
|
|
4184
4241
|
.build() {
|
|
4185
4242
|
}
|
|
4186
4243
|
|
|
@@ -4192,7 +4249,7 @@ class StopLoggingCommand extends smithyClient.Command
|
|
|
4192
4249
|
})
|
|
4193
4250
|
.s("CloudTrail_20131101", "StopLogging", {})
|
|
4194
4251
|
.n("CloudTrailClient", "StopLoggingCommand")
|
|
4195
|
-
.sc(StopLogging)
|
|
4252
|
+
.sc(StopLogging$)
|
|
4196
4253
|
.build() {
|
|
4197
4254
|
}
|
|
4198
4255
|
|
|
@@ -4204,7 +4261,7 @@ class UpdateChannelCommand extends smithyClient.Command
|
|
|
4204
4261
|
})
|
|
4205
4262
|
.s("CloudTrail_20131101", "UpdateChannel", {})
|
|
4206
4263
|
.n("CloudTrailClient", "UpdateChannelCommand")
|
|
4207
|
-
.sc(UpdateChannel)
|
|
4264
|
+
.sc(UpdateChannel$)
|
|
4208
4265
|
.build() {
|
|
4209
4266
|
}
|
|
4210
4267
|
|
|
@@ -4216,7 +4273,7 @@ class UpdateDashboardCommand extends smithyClient.Command
|
|
|
4216
4273
|
})
|
|
4217
4274
|
.s("CloudTrail_20131101", "UpdateDashboard", {})
|
|
4218
4275
|
.n("CloudTrailClient", "UpdateDashboardCommand")
|
|
4219
|
-
.sc(UpdateDashboard)
|
|
4276
|
+
.sc(UpdateDashboard$)
|
|
4220
4277
|
.build() {
|
|
4221
4278
|
}
|
|
4222
4279
|
|
|
@@ -4228,7 +4285,7 @@ class UpdateEventDataStoreCommand extends smithyClient.Command
|
|
|
4228
4285
|
})
|
|
4229
4286
|
.s("CloudTrail_20131101", "UpdateEventDataStore", {})
|
|
4230
4287
|
.n("CloudTrailClient", "UpdateEventDataStoreCommand")
|
|
4231
|
-
.sc(UpdateEventDataStore)
|
|
4288
|
+
.sc(UpdateEventDataStore$)
|
|
4232
4289
|
.build() {
|
|
4233
4290
|
}
|
|
4234
4291
|
|
|
@@ -4240,7 +4297,7 @@ class UpdateTrailCommand extends smithyClient.Command
|
|
|
4240
4297
|
})
|
|
4241
4298
|
.s("CloudTrail_20131101", "UpdateTrail", {})
|
|
4242
4299
|
.n("CloudTrailClient", "UpdateTrailCommand")
|
|
4243
|
-
.sc(UpdateTrail)
|
|
4300
|
+
.sc(UpdateTrail$)
|
|
4244
4301
|
.build() {
|
|
4245
4302
|
}
|
|
4246
4303
|
|
|
@@ -4469,179 +4526,481 @@ Object.defineProperty(exports, "__Client", {
|
|
|
4469
4526
|
enumerable: true,
|
|
4470
4527
|
get: function () { return smithyClient.Client; }
|
|
4471
4528
|
});
|
|
4472
|
-
exports.AccessDeniedException = AccessDeniedException
|
|
4473
|
-
exports.
|
|
4474
|
-
exports.
|
|
4475
|
-
exports.
|
|
4476
|
-
exports.
|
|
4529
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
4530
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
4531
|
+
exports.AccountHasOngoingImportException = AccountHasOngoingImportException;
|
|
4532
|
+
exports.AccountHasOngoingImportException$ = AccountHasOngoingImportException$;
|
|
4533
|
+
exports.AccountNotFoundException = AccountNotFoundException;
|
|
4534
|
+
exports.AccountNotFoundException$ = AccountNotFoundException$;
|
|
4535
|
+
exports.AccountNotRegisteredException = AccountNotRegisteredException;
|
|
4536
|
+
exports.AccountNotRegisteredException$ = AccountNotRegisteredException$;
|
|
4537
|
+
exports.AccountRegisteredException = AccountRegisteredException;
|
|
4538
|
+
exports.AccountRegisteredException$ = AccountRegisteredException$;
|
|
4539
|
+
exports.AddTags$ = AddTags$;
|
|
4477
4540
|
exports.AddTagsCommand = AddTagsCommand;
|
|
4541
|
+
exports.AddTagsRequest$ = AddTagsRequest$;
|
|
4542
|
+
exports.AddTagsResponse$ = AddTagsResponse$;
|
|
4543
|
+
exports.AdvancedEventSelector$ = AdvancedEventSelector$;
|
|
4544
|
+
exports.AdvancedFieldSelector$ = AdvancedFieldSelector$;
|
|
4545
|
+
exports.AggregationConfiguration$ = AggregationConfiguration$;
|
|
4478
4546
|
exports.BillingMode = BillingMode;
|
|
4547
|
+
exports.CancelQuery$ = CancelQuery$;
|
|
4479
4548
|
exports.CancelQueryCommand = CancelQueryCommand;
|
|
4480
|
-
exports.
|
|
4481
|
-
exports.
|
|
4482
|
-
exports.
|
|
4483
|
-
exports.
|
|
4484
|
-
exports.
|
|
4485
|
-
exports.
|
|
4549
|
+
exports.CancelQueryRequest$ = CancelQueryRequest$;
|
|
4550
|
+
exports.CancelQueryResponse$ = CancelQueryResponse$;
|
|
4551
|
+
exports.CannotDelegateManagementAccountException = CannotDelegateManagementAccountException;
|
|
4552
|
+
exports.CannotDelegateManagementAccountException$ = CannotDelegateManagementAccountException$;
|
|
4553
|
+
exports.Channel$ = Channel$;
|
|
4554
|
+
exports.ChannelARNInvalidException = ChannelARNInvalidException;
|
|
4555
|
+
exports.ChannelARNInvalidException$ = ChannelARNInvalidException$;
|
|
4556
|
+
exports.ChannelAlreadyExistsException = ChannelAlreadyExistsException;
|
|
4557
|
+
exports.ChannelAlreadyExistsException$ = ChannelAlreadyExistsException$;
|
|
4558
|
+
exports.ChannelExistsForEDSException = ChannelExistsForEDSException;
|
|
4559
|
+
exports.ChannelExistsForEDSException$ = ChannelExistsForEDSException$;
|
|
4560
|
+
exports.ChannelMaxLimitExceededException = ChannelMaxLimitExceededException;
|
|
4561
|
+
exports.ChannelMaxLimitExceededException$ = ChannelMaxLimitExceededException$;
|
|
4562
|
+
exports.ChannelNotFoundException = ChannelNotFoundException;
|
|
4563
|
+
exports.ChannelNotFoundException$ = ChannelNotFoundException$;
|
|
4486
4564
|
exports.CloudTrail = CloudTrail;
|
|
4487
|
-
exports.CloudTrailARNInvalidException = CloudTrailARNInvalidException
|
|
4488
|
-
exports.
|
|
4565
|
+
exports.CloudTrailARNInvalidException = CloudTrailARNInvalidException;
|
|
4566
|
+
exports.CloudTrailARNInvalidException$ = CloudTrailARNInvalidException$;
|
|
4567
|
+
exports.CloudTrailAccessNotEnabledException = CloudTrailAccessNotEnabledException;
|
|
4568
|
+
exports.CloudTrailAccessNotEnabledException$ = CloudTrailAccessNotEnabledException$;
|
|
4489
4569
|
exports.CloudTrailClient = CloudTrailClient;
|
|
4490
|
-
exports.CloudTrailInvalidClientTokenIdException = CloudTrailInvalidClientTokenIdException
|
|
4491
|
-
exports.
|
|
4492
|
-
exports.
|
|
4493
|
-
exports.
|
|
4494
|
-
exports.
|
|
4570
|
+
exports.CloudTrailInvalidClientTokenIdException = CloudTrailInvalidClientTokenIdException;
|
|
4571
|
+
exports.CloudTrailInvalidClientTokenIdException$ = CloudTrailInvalidClientTokenIdException$;
|
|
4572
|
+
exports.CloudTrailServiceException = CloudTrailServiceException;
|
|
4573
|
+
exports.CloudTrailServiceException$ = CloudTrailServiceException$;
|
|
4574
|
+
exports.CloudWatchLogsDeliveryUnavailableException = CloudWatchLogsDeliveryUnavailableException;
|
|
4575
|
+
exports.CloudWatchLogsDeliveryUnavailableException$ = CloudWatchLogsDeliveryUnavailableException$;
|
|
4576
|
+
exports.ConcurrentModificationException = ConcurrentModificationException;
|
|
4577
|
+
exports.ConcurrentModificationException$ = ConcurrentModificationException$;
|
|
4578
|
+
exports.ConflictException = ConflictException;
|
|
4579
|
+
exports.ConflictException$ = ConflictException$;
|
|
4580
|
+
exports.ContextKeySelector$ = ContextKeySelector$;
|
|
4581
|
+
exports.CreateChannel$ = CreateChannel$;
|
|
4495
4582
|
exports.CreateChannelCommand = CreateChannelCommand;
|
|
4583
|
+
exports.CreateChannelRequest$ = CreateChannelRequest$;
|
|
4584
|
+
exports.CreateChannelResponse$ = CreateChannelResponse$;
|
|
4585
|
+
exports.CreateDashboard$ = CreateDashboard$;
|
|
4496
4586
|
exports.CreateDashboardCommand = CreateDashboardCommand;
|
|
4587
|
+
exports.CreateDashboardRequest$ = CreateDashboardRequest$;
|
|
4588
|
+
exports.CreateDashboardResponse$ = CreateDashboardResponse$;
|
|
4589
|
+
exports.CreateEventDataStore$ = CreateEventDataStore$;
|
|
4497
4590
|
exports.CreateEventDataStoreCommand = CreateEventDataStoreCommand;
|
|
4591
|
+
exports.CreateEventDataStoreRequest$ = CreateEventDataStoreRequest$;
|
|
4592
|
+
exports.CreateEventDataStoreResponse$ = CreateEventDataStoreResponse$;
|
|
4593
|
+
exports.CreateTrail$ = CreateTrail$;
|
|
4498
4594
|
exports.CreateTrailCommand = CreateTrailCommand;
|
|
4595
|
+
exports.CreateTrailRequest$ = CreateTrailRequest$;
|
|
4596
|
+
exports.CreateTrailResponse$ = CreateTrailResponse$;
|
|
4597
|
+
exports.DashboardDetail$ = DashboardDetail$;
|
|
4499
4598
|
exports.DashboardStatus = DashboardStatus;
|
|
4500
4599
|
exports.DashboardType = DashboardType;
|
|
4501
|
-
exports.
|
|
4600
|
+
exports.DataResource$ = DataResource$;
|
|
4601
|
+
exports.DelegatedAdminAccountLimitExceededException = DelegatedAdminAccountLimitExceededException;
|
|
4602
|
+
exports.DelegatedAdminAccountLimitExceededException$ = DelegatedAdminAccountLimitExceededException$;
|
|
4603
|
+
exports.DeleteChannel$ = DeleteChannel$;
|
|
4502
4604
|
exports.DeleteChannelCommand = DeleteChannelCommand;
|
|
4605
|
+
exports.DeleteChannelRequest$ = DeleteChannelRequest$;
|
|
4606
|
+
exports.DeleteChannelResponse$ = DeleteChannelResponse$;
|
|
4607
|
+
exports.DeleteDashboard$ = DeleteDashboard$;
|
|
4503
4608
|
exports.DeleteDashboardCommand = DeleteDashboardCommand;
|
|
4609
|
+
exports.DeleteDashboardRequest$ = DeleteDashboardRequest$;
|
|
4610
|
+
exports.DeleteDashboardResponse$ = DeleteDashboardResponse$;
|
|
4611
|
+
exports.DeleteEventDataStore$ = DeleteEventDataStore$;
|
|
4504
4612
|
exports.DeleteEventDataStoreCommand = DeleteEventDataStoreCommand;
|
|
4613
|
+
exports.DeleteEventDataStoreRequest$ = DeleteEventDataStoreRequest$;
|
|
4614
|
+
exports.DeleteEventDataStoreResponse$ = DeleteEventDataStoreResponse$;
|
|
4615
|
+
exports.DeleteResourcePolicy$ = DeleteResourcePolicy$;
|
|
4505
4616
|
exports.DeleteResourcePolicyCommand = DeleteResourcePolicyCommand;
|
|
4617
|
+
exports.DeleteResourcePolicyRequest$ = DeleteResourcePolicyRequest$;
|
|
4618
|
+
exports.DeleteResourcePolicyResponse$ = DeleteResourcePolicyResponse$;
|
|
4619
|
+
exports.DeleteTrail$ = DeleteTrail$;
|
|
4506
4620
|
exports.DeleteTrailCommand = DeleteTrailCommand;
|
|
4621
|
+
exports.DeleteTrailRequest$ = DeleteTrailRequest$;
|
|
4622
|
+
exports.DeleteTrailResponse$ = DeleteTrailResponse$;
|
|
4507
4623
|
exports.DeliveryStatus = DeliveryStatus;
|
|
4624
|
+
exports.DeregisterOrganizationDelegatedAdmin$ = DeregisterOrganizationDelegatedAdmin$;
|
|
4508
4625
|
exports.DeregisterOrganizationDelegatedAdminCommand = DeregisterOrganizationDelegatedAdminCommand;
|
|
4626
|
+
exports.DeregisterOrganizationDelegatedAdminRequest$ = DeregisterOrganizationDelegatedAdminRequest$;
|
|
4627
|
+
exports.DeregisterOrganizationDelegatedAdminResponse$ = DeregisterOrganizationDelegatedAdminResponse$;
|
|
4628
|
+
exports.DescribeQuery$ = DescribeQuery$;
|
|
4509
4629
|
exports.DescribeQueryCommand = DescribeQueryCommand;
|
|
4630
|
+
exports.DescribeQueryRequest$ = DescribeQueryRequest$;
|
|
4631
|
+
exports.DescribeQueryResponse$ = DescribeQueryResponse$;
|
|
4632
|
+
exports.DescribeTrails$ = DescribeTrails$;
|
|
4510
4633
|
exports.DescribeTrailsCommand = DescribeTrailsCommand;
|
|
4634
|
+
exports.DescribeTrailsRequest$ = DescribeTrailsRequest$;
|
|
4635
|
+
exports.DescribeTrailsResponse$ = DescribeTrailsResponse$;
|
|
4636
|
+
exports.Destination$ = Destination$;
|
|
4511
4637
|
exports.DestinationType = DestinationType;
|
|
4638
|
+
exports.DisableFederation$ = DisableFederation$;
|
|
4512
4639
|
exports.DisableFederationCommand = DisableFederationCommand;
|
|
4640
|
+
exports.DisableFederationRequest$ = DisableFederationRequest$;
|
|
4641
|
+
exports.DisableFederationResponse$ = DisableFederationResponse$;
|
|
4642
|
+
exports.EnableFederation$ = EnableFederation$;
|
|
4513
4643
|
exports.EnableFederationCommand = EnableFederationCommand;
|
|
4644
|
+
exports.EnableFederationRequest$ = EnableFederationRequest$;
|
|
4645
|
+
exports.EnableFederationResponse$ = EnableFederationResponse$;
|
|
4646
|
+
exports.Event$ = Event$;
|
|
4514
4647
|
exports.EventCategory = EventCategory;
|
|
4515
4648
|
exports.EventCategoryAggregation = EventCategoryAggregation;
|
|
4516
|
-
exports.
|
|
4517
|
-
exports.
|
|
4518
|
-
exports.
|
|
4519
|
-
exports.
|
|
4520
|
-
exports.
|
|
4521
|
-
exports.
|
|
4649
|
+
exports.EventDataStore$ = EventDataStore$;
|
|
4650
|
+
exports.EventDataStoreARNInvalidException = EventDataStoreARNInvalidException;
|
|
4651
|
+
exports.EventDataStoreARNInvalidException$ = EventDataStoreARNInvalidException$;
|
|
4652
|
+
exports.EventDataStoreAlreadyExistsException = EventDataStoreAlreadyExistsException;
|
|
4653
|
+
exports.EventDataStoreAlreadyExistsException$ = EventDataStoreAlreadyExistsException$;
|
|
4654
|
+
exports.EventDataStoreFederationEnabledException = EventDataStoreFederationEnabledException;
|
|
4655
|
+
exports.EventDataStoreFederationEnabledException$ = EventDataStoreFederationEnabledException$;
|
|
4656
|
+
exports.EventDataStoreHasOngoingImportException = EventDataStoreHasOngoingImportException;
|
|
4657
|
+
exports.EventDataStoreHasOngoingImportException$ = EventDataStoreHasOngoingImportException$;
|
|
4658
|
+
exports.EventDataStoreMaxLimitExceededException = EventDataStoreMaxLimitExceededException;
|
|
4659
|
+
exports.EventDataStoreMaxLimitExceededException$ = EventDataStoreMaxLimitExceededException$;
|
|
4660
|
+
exports.EventDataStoreNotFoundException = EventDataStoreNotFoundException;
|
|
4661
|
+
exports.EventDataStoreNotFoundException$ = EventDataStoreNotFoundException$;
|
|
4522
4662
|
exports.EventDataStoreStatus = EventDataStoreStatus;
|
|
4523
|
-
exports.EventDataStoreTerminationProtectedException = EventDataStoreTerminationProtectedException
|
|
4663
|
+
exports.EventDataStoreTerminationProtectedException = EventDataStoreTerminationProtectedException;
|
|
4664
|
+
exports.EventDataStoreTerminationProtectedException$ = EventDataStoreTerminationProtectedException$;
|
|
4665
|
+
exports.EventSelector$ = EventSelector$;
|
|
4524
4666
|
exports.FederationStatus = FederationStatus;
|
|
4667
|
+
exports.GenerateQuery$ = GenerateQuery$;
|
|
4525
4668
|
exports.GenerateQueryCommand = GenerateQueryCommand;
|
|
4526
|
-
exports.
|
|
4669
|
+
exports.GenerateQueryRequest$ = GenerateQueryRequest$;
|
|
4670
|
+
exports.GenerateQueryResponse$ = GenerateQueryResponse$;
|
|
4671
|
+
exports.GenerateResponseException = GenerateResponseException;
|
|
4672
|
+
exports.GenerateResponseException$ = GenerateResponseException$;
|
|
4673
|
+
exports.GetChannel$ = GetChannel$;
|
|
4527
4674
|
exports.GetChannelCommand = GetChannelCommand;
|
|
4675
|
+
exports.GetChannelRequest$ = GetChannelRequest$;
|
|
4676
|
+
exports.GetChannelResponse$ = GetChannelResponse$;
|
|
4677
|
+
exports.GetDashboard$ = GetDashboard$;
|
|
4528
4678
|
exports.GetDashboardCommand = GetDashboardCommand;
|
|
4679
|
+
exports.GetDashboardRequest$ = GetDashboardRequest$;
|
|
4680
|
+
exports.GetDashboardResponse$ = GetDashboardResponse$;
|
|
4681
|
+
exports.GetEventConfiguration$ = GetEventConfiguration$;
|
|
4529
4682
|
exports.GetEventConfigurationCommand = GetEventConfigurationCommand;
|
|
4683
|
+
exports.GetEventConfigurationRequest$ = GetEventConfigurationRequest$;
|
|
4684
|
+
exports.GetEventConfigurationResponse$ = GetEventConfigurationResponse$;
|
|
4685
|
+
exports.GetEventDataStore$ = GetEventDataStore$;
|
|
4530
4686
|
exports.GetEventDataStoreCommand = GetEventDataStoreCommand;
|
|
4687
|
+
exports.GetEventDataStoreRequest$ = GetEventDataStoreRequest$;
|
|
4688
|
+
exports.GetEventDataStoreResponse$ = GetEventDataStoreResponse$;
|
|
4689
|
+
exports.GetEventSelectors$ = GetEventSelectors$;
|
|
4531
4690
|
exports.GetEventSelectorsCommand = GetEventSelectorsCommand;
|
|
4691
|
+
exports.GetEventSelectorsRequest$ = GetEventSelectorsRequest$;
|
|
4692
|
+
exports.GetEventSelectorsResponse$ = GetEventSelectorsResponse$;
|
|
4693
|
+
exports.GetImport$ = GetImport$;
|
|
4532
4694
|
exports.GetImportCommand = GetImportCommand;
|
|
4695
|
+
exports.GetImportRequest$ = GetImportRequest$;
|
|
4696
|
+
exports.GetImportResponse$ = GetImportResponse$;
|
|
4697
|
+
exports.GetInsightSelectors$ = GetInsightSelectors$;
|
|
4533
4698
|
exports.GetInsightSelectorsCommand = GetInsightSelectorsCommand;
|
|
4699
|
+
exports.GetInsightSelectorsRequest$ = GetInsightSelectorsRequest$;
|
|
4700
|
+
exports.GetInsightSelectorsResponse$ = GetInsightSelectorsResponse$;
|
|
4701
|
+
exports.GetQueryResults$ = GetQueryResults$;
|
|
4534
4702
|
exports.GetQueryResultsCommand = GetQueryResultsCommand;
|
|
4703
|
+
exports.GetQueryResultsRequest$ = GetQueryResultsRequest$;
|
|
4704
|
+
exports.GetQueryResultsResponse$ = GetQueryResultsResponse$;
|
|
4705
|
+
exports.GetResourcePolicy$ = GetResourcePolicy$;
|
|
4535
4706
|
exports.GetResourcePolicyCommand = GetResourcePolicyCommand;
|
|
4707
|
+
exports.GetResourcePolicyRequest$ = GetResourcePolicyRequest$;
|
|
4708
|
+
exports.GetResourcePolicyResponse$ = GetResourcePolicyResponse$;
|
|
4709
|
+
exports.GetTrail$ = GetTrail$;
|
|
4536
4710
|
exports.GetTrailCommand = GetTrailCommand;
|
|
4711
|
+
exports.GetTrailRequest$ = GetTrailRequest$;
|
|
4712
|
+
exports.GetTrailResponse$ = GetTrailResponse$;
|
|
4713
|
+
exports.GetTrailStatus$ = GetTrailStatus$;
|
|
4537
4714
|
exports.GetTrailStatusCommand = GetTrailStatusCommand;
|
|
4715
|
+
exports.GetTrailStatusRequest$ = GetTrailStatusRequest$;
|
|
4716
|
+
exports.GetTrailStatusResponse$ = GetTrailStatusResponse$;
|
|
4717
|
+
exports.ImportFailureListItem$ = ImportFailureListItem$;
|
|
4538
4718
|
exports.ImportFailureStatus = ImportFailureStatus;
|
|
4539
|
-
exports.ImportNotFoundException = ImportNotFoundException
|
|
4719
|
+
exports.ImportNotFoundException = ImportNotFoundException;
|
|
4720
|
+
exports.ImportNotFoundException$ = ImportNotFoundException$;
|
|
4721
|
+
exports.ImportSource$ = ImportSource$;
|
|
4722
|
+
exports.ImportStatistics$ = ImportStatistics$;
|
|
4540
4723
|
exports.ImportStatus = ImportStatus;
|
|
4541
|
-
exports.
|
|
4542
|
-
exports.
|
|
4543
|
-
exports.
|
|
4724
|
+
exports.ImportsListItem$ = ImportsListItem$;
|
|
4725
|
+
exports.InactiveEventDataStoreException = InactiveEventDataStoreException;
|
|
4726
|
+
exports.InactiveEventDataStoreException$ = InactiveEventDataStoreException$;
|
|
4727
|
+
exports.InactiveQueryException = InactiveQueryException;
|
|
4728
|
+
exports.InactiveQueryException$ = InactiveQueryException$;
|
|
4729
|
+
exports.IngestionStatus$ = IngestionStatus$;
|
|
4730
|
+
exports.InsightNotEnabledException = InsightNotEnabledException;
|
|
4731
|
+
exports.InsightNotEnabledException$ = InsightNotEnabledException$;
|
|
4732
|
+
exports.InsightSelector$ = InsightSelector$;
|
|
4544
4733
|
exports.InsightType = InsightType;
|
|
4545
4734
|
exports.InsightsMetricDataType = InsightsMetricDataType;
|
|
4546
|
-
exports.InsufficientDependencyServiceAccessPermissionException = InsufficientDependencyServiceAccessPermissionException
|
|
4547
|
-
exports.
|
|
4548
|
-
exports.
|
|
4549
|
-
exports.
|
|
4550
|
-
exports.
|
|
4551
|
-
exports.
|
|
4552
|
-
exports.
|
|
4553
|
-
exports.
|
|
4554
|
-
exports.
|
|
4555
|
-
exports.
|
|
4556
|
-
exports.
|
|
4557
|
-
exports.
|
|
4558
|
-
exports.
|
|
4559
|
-
exports.
|
|
4560
|
-
exports.
|
|
4561
|
-
exports.
|
|
4562
|
-
exports.
|
|
4563
|
-
exports.
|
|
4564
|
-
exports.
|
|
4565
|
-
exports.
|
|
4566
|
-
exports.
|
|
4567
|
-
exports.
|
|
4568
|
-
exports.
|
|
4569
|
-
exports.
|
|
4570
|
-
exports.
|
|
4571
|
-
exports.
|
|
4572
|
-
exports.
|
|
4573
|
-
exports.
|
|
4574
|
-
exports.
|
|
4575
|
-
exports.
|
|
4576
|
-
exports.
|
|
4577
|
-
exports.
|
|
4578
|
-
exports.
|
|
4579
|
-
exports.
|
|
4735
|
+
exports.InsufficientDependencyServiceAccessPermissionException = InsufficientDependencyServiceAccessPermissionException;
|
|
4736
|
+
exports.InsufficientDependencyServiceAccessPermissionException$ = InsufficientDependencyServiceAccessPermissionException$;
|
|
4737
|
+
exports.InsufficientEncryptionPolicyException = InsufficientEncryptionPolicyException;
|
|
4738
|
+
exports.InsufficientEncryptionPolicyException$ = InsufficientEncryptionPolicyException$;
|
|
4739
|
+
exports.InsufficientIAMAccessPermissionException = InsufficientIAMAccessPermissionException;
|
|
4740
|
+
exports.InsufficientIAMAccessPermissionException$ = InsufficientIAMAccessPermissionException$;
|
|
4741
|
+
exports.InsufficientS3BucketPolicyException = InsufficientS3BucketPolicyException;
|
|
4742
|
+
exports.InsufficientS3BucketPolicyException$ = InsufficientS3BucketPolicyException$;
|
|
4743
|
+
exports.InsufficientSnsTopicPolicyException = InsufficientSnsTopicPolicyException;
|
|
4744
|
+
exports.InsufficientSnsTopicPolicyException$ = InsufficientSnsTopicPolicyException$;
|
|
4745
|
+
exports.InvalidCloudWatchLogsLogGroupArnException = InvalidCloudWatchLogsLogGroupArnException;
|
|
4746
|
+
exports.InvalidCloudWatchLogsLogGroupArnException$ = InvalidCloudWatchLogsLogGroupArnException$;
|
|
4747
|
+
exports.InvalidCloudWatchLogsRoleArnException = InvalidCloudWatchLogsRoleArnException;
|
|
4748
|
+
exports.InvalidCloudWatchLogsRoleArnException$ = InvalidCloudWatchLogsRoleArnException$;
|
|
4749
|
+
exports.InvalidDateRangeException = InvalidDateRangeException;
|
|
4750
|
+
exports.InvalidDateRangeException$ = InvalidDateRangeException$;
|
|
4751
|
+
exports.InvalidEventCategoryException = InvalidEventCategoryException;
|
|
4752
|
+
exports.InvalidEventCategoryException$ = InvalidEventCategoryException$;
|
|
4753
|
+
exports.InvalidEventDataStoreCategoryException = InvalidEventDataStoreCategoryException;
|
|
4754
|
+
exports.InvalidEventDataStoreCategoryException$ = InvalidEventDataStoreCategoryException$;
|
|
4755
|
+
exports.InvalidEventDataStoreStatusException = InvalidEventDataStoreStatusException;
|
|
4756
|
+
exports.InvalidEventDataStoreStatusException$ = InvalidEventDataStoreStatusException$;
|
|
4757
|
+
exports.InvalidEventSelectorsException = InvalidEventSelectorsException;
|
|
4758
|
+
exports.InvalidEventSelectorsException$ = InvalidEventSelectorsException$;
|
|
4759
|
+
exports.InvalidHomeRegionException = InvalidHomeRegionException;
|
|
4760
|
+
exports.InvalidHomeRegionException$ = InvalidHomeRegionException$;
|
|
4761
|
+
exports.InvalidImportSourceException = InvalidImportSourceException;
|
|
4762
|
+
exports.InvalidImportSourceException$ = InvalidImportSourceException$;
|
|
4763
|
+
exports.InvalidInsightSelectorsException = InvalidInsightSelectorsException;
|
|
4764
|
+
exports.InvalidInsightSelectorsException$ = InvalidInsightSelectorsException$;
|
|
4765
|
+
exports.InvalidKmsKeyIdException = InvalidKmsKeyIdException;
|
|
4766
|
+
exports.InvalidKmsKeyIdException$ = InvalidKmsKeyIdException$;
|
|
4767
|
+
exports.InvalidLookupAttributesException = InvalidLookupAttributesException;
|
|
4768
|
+
exports.InvalidLookupAttributesException$ = InvalidLookupAttributesException$;
|
|
4769
|
+
exports.InvalidMaxResultsException = InvalidMaxResultsException;
|
|
4770
|
+
exports.InvalidMaxResultsException$ = InvalidMaxResultsException$;
|
|
4771
|
+
exports.InvalidNextTokenException = InvalidNextTokenException;
|
|
4772
|
+
exports.InvalidNextTokenException$ = InvalidNextTokenException$;
|
|
4773
|
+
exports.InvalidParameterCombinationException = InvalidParameterCombinationException;
|
|
4774
|
+
exports.InvalidParameterCombinationException$ = InvalidParameterCombinationException$;
|
|
4775
|
+
exports.InvalidParameterException = InvalidParameterException;
|
|
4776
|
+
exports.InvalidParameterException$ = InvalidParameterException$;
|
|
4777
|
+
exports.InvalidQueryStatementException = InvalidQueryStatementException;
|
|
4778
|
+
exports.InvalidQueryStatementException$ = InvalidQueryStatementException$;
|
|
4779
|
+
exports.InvalidQueryStatusException = InvalidQueryStatusException;
|
|
4780
|
+
exports.InvalidQueryStatusException$ = InvalidQueryStatusException$;
|
|
4781
|
+
exports.InvalidS3BucketNameException = InvalidS3BucketNameException;
|
|
4782
|
+
exports.InvalidS3BucketNameException$ = InvalidS3BucketNameException$;
|
|
4783
|
+
exports.InvalidS3PrefixException = InvalidS3PrefixException;
|
|
4784
|
+
exports.InvalidS3PrefixException$ = InvalidS3PrefixException$;
|
|
4785
|
+
exports.InvalidSnsTopicNameException = InvalidSnsTopicNameException;
|
|
4786
|
+
exports.InvalidSnsTopicNameException$ = InvalidSnsTopicNameException$;
|
|
4787
|
+
exports.InvalidSourceException = InvalidSourceException;
|
|
4788
|
+
exports.InvalidSourceException$ = InvalidSourceException$;
|
|
4789
|
+
exports.InvalidTagParameterException = InvalidTagParameterException;
|
|
4790
|
+
exports.InvalidTagParameterException$ = InvalidTagParameterException$;
|
|
4791
|
+
exports.InvalidTimeRangeException = InvalidTimeRangeException;
|
|
4792
|
+
exports.InvalidTimeRangeException$ = InvalidTimeRangeException$;
|
|
4793
|
+
exports.InvalidTokenException = InvalidTokenException;
|
|
4794
|
+
exports.InvalidTokenException$ = InvalidTokenException$;
|
|
4795
|
+
exports.InvalidTrailNameException = InvalidTrailNameException;
|
|
4796
|
+
exports.InvalidTrailNameException$ = InvalidTrailNameException$;
|
|
4797
|
+
exports.KmsException = KmsException;
|
|
4798
|
+
exports.KmsException$ = KmsException$;
|
|
4799
|
+
exports.KmsKeyDisabledException = KmsKeyDisabledException;
|
|
4800
|
+
exports.KmsKeyDisabledException$ = KmsKeyDisabledException$;
|
|
4801
|
+
exports.KmsKeyNotFoundException = KmsKeyNotFoundException;
|
|
4802
|
+
exports.KmsKeyNotFoundException$ = KmsKeyNotFoundException$;
|
|
4803
|
+
exports.ListChannels$ = ListChannels$;
|
|
4580
4804
|
exports.ListChannelsCommand = ListChannelsCommand;
|
|
4805
|
+
exports.ListChannelsRequest$ = ListChannelsRequest$;
|
|
4806
|
+
exports.ListChannelsResponse$ = ListChannelsResponse$;
|
|
4807
|
+
exports.ListDashboards$ = ListDashboards$;
|
|
4581
4808
|
exports.ListDashboardsCommand = ListDashboardsCommand;
|
|
4809
|
+
exports.ListDashboardsRequest$ = ListDashboardsRequest$;
|
|
4810
|
+
exports.ListDashboardsResponse$ = ListDashboardsResponse$;
|
|
4811
|
+
exports.ListEventDataStores$ = ListEventDataStores$;
|
|
4582
4812
|
exports.ListEventDataStoresCommand = ListEventDataStoresCommand;
|
|
4813
|
+
exports.ListEventDataStoresRequest$ = ListEventDataStoresRequest$;
|
|
4814
|
+
exports.ListEventDataStoresResponse$ = ListEventDataStoresResponse$;
|
|
4815
|
+
exports.ListImportFailures$ = ListImportFailures$;
|
|
4583
4816
|
exports.ListImportFailuresCommand = ListImportFailuresCommand;
|
|
4817
|
+
exports.ListImportFailuresRequest$ = ListImportFailuresRequest$;
|
|
4818
|
+
exports.ListImportFailuresResponse$ = ListImportFailuresResponse$;
|
|
4819
|
+
exports.ListImports$ = ListImports$;
|
|
4584
4820
|
exports.ListImportsCommand = ListImportsCommand;
|
|
4821
|
+
exports.ListImportsRequest$ = ListImportsRequest$;
|
|
4822
|
+
exports.ListImportsResponse$ = ListImportsResponse$;
|
|
4823
|
+
exports.ListInsightsData$ = ListInsightsData$;
|
|
4585
4824
|
exports.ListInsightsDataCommand = ListInsightsDataCommand;
|
|
4586
4825
|
exports.ListInsightsDataDimensionKey = ListInsightsDataDimensionKey;
|
|
4826
|
+
exports.ListInsightsDataRequest$ = ListInsightsDataRequest$;
|
|
4827
|
+
exports.ListInsightsDataResponse$ = ListInsightsDataResponse$;
|
|
4587
4828
|
exports.ListInsightsDataType = ListInsightsDataType;
|
|
4829
|
+
exports.ListInsightsMetricData$ = ListInsightsMetricData$;
|
|
4588
4830
|
exports.ListInsightsMetricDataCommand = ListInsightsMetricDataCommand;
|
|
4831
|
+
exports.ListInsightsMetricDataRequest$ = ListInsightsMetricDataRequest$;
|
|
4832
|
+
exports.ListInsightsMetricDataResponse$ = ListInsightsMetricDataResponse$;
|
|
4833
|
+
exports.ListPublicKeys$ = ListPublicKeys$;
|
|
4589
4834
|
exports.ListPublicKeysCommand = ListPublicKeysCommand;
|
|
4835
|
+
exports.ListPublicKeysRequest$ = ListPublicKeysRequest$;
|
|
4836
|
+
exports.ListPublicKeysResponse$ = ListPublicKeysResponse$;
|
|
4837
|
+
exports.ListQueries$ = ListQueries$;
|
|
4590
4838
|
exports.ListQueriesCommand = ListQueriesCommand;
|
|
4839
|
+
exports.ListQueriesRequest$ = ListQueriesRequest$;
|
|
4840
|
+
exports.ListQueriesResponse$ = ListQueriesResponse$;
|
|
4841
|
+
exports.ListTags$ = ListTags$;
|
|
4591
4842
|
exports.ListTagsCommand = ListTagsCommand;
|
|
4843
|
+
exports.ListTagsRequest$ = ListTagsRequest$;
|
|
4844
|
+
exports.ListTagsResponse$ = ListTagsResponse$;
|
|
4845
|
+
exports.ListTrails$ = ListTrails$;
|
|
4592
4846
|
exports.ListTrailsCommand = ListTrailsCommand;
|
|
4847
|
+
exports.ListTrailsRequest$ = ListTrailsRequest$;
|
|
4848
|
+
exports.ListTrailsResponse$ = ListTrailsResponse$;
|
|
4849
|
+
exports.LookupAttribute$ = LookupAttribute$;
|
|
4593
4850
|
exports.LookupAttributeKey = LookupAttributeKey;
|
|
4851
|
+
exports.LookupEvents$ = LookupEvents$;
|
|
4594
4852
|
exports.LookupEventsCommand = LookupEventsCommand;
|
|
4595
|
-
exports.
|
|
4853
|
+
exports.LookupEventsRequest$ = LookupEventsRequest$;
|
|
4854
|
+
exports.LookupEventsResponse$ = LookupEventsResponse$;
|
|
4855
|
+
exports.MaxConcurrentQueriesException = MaxConcurrentQueriesException;
|
|
4856
|
+
exports.MaxConcurrentQueriesException$ = MaxConcurrentQueriesException$;
|
|
4596
4857
|
exports.MaxEventSize = MaxEventSize;
|
|
4597
|
-
exports.MaximumNumberOfTrailsExceededException = MaximumNumberOfTrailsExceededException
|
|
4598
|
-
exports.
|
|
4599
|
-
exports.
|
|
4600
|
-
exports.
|
|
4601
|
-
exports.
|
|
4602
|
-
exports.
|
|
4603
|
-
exports.
|
|
4858
|
+
exports.MaximumNumberOfTrailsExceededException = MaximumNumberOfTrailsExceededException;
|
|
4859
|
+
exports.MaximumNumberOfTrailsExceededException$ = MaximumNumberOfTrailsExceededException$;
|
|
4860
|
+
exports.NoManagementAccountSLRExistsException = NoManagementAccountSLRExistsException;
|
|
4861
|
+
exports.NoManagementAccountSLRExistsException$ = NoManagementAccountSLRExistsException$;
|
|
4862
|
+
exports.NotOrganizationManagementAccountException = NotOrganizationManagementAccountException;
|
|
4863
|
+
exports.NotOrganizationManagementAccountException$ = NotOrganizationManagementAccountException$;
|
|
4864
|
+
exports.NotOrganizationMasterAccountException = NotOrganizationMasterAccountException;
|
|
4865
|
+
exports.NotOrganizationMasterAccountException$ = NotOrganizationMasterAccountException$;
|
|
4866
|
+
exports.OperationNotPermittedException = OperationNotPermittedException;
|
|
4867
|
+
exports.OperationNotPermittedException$ = OperationNotPermittedException$;
|
|
4868
|
+
exports.OrganizationNotInAllFeaturesModeException = OrganizationNotInAllFeaturesModeException;
|
|
4869
|
+
exports.OrganizationNotInAllFeaturesModeException$ = OrganizationNotInAllFeaturesModeException$;
|
|
4870
|
+
exports.OrganizationsNotInUseException = OrganizationsNotInUseException;
|
|
4871
|
+
exports.OrganizationsNotInUseException$ = OrganizationsNotInUseException$;
|
|
4872
|
+
exports.PartitionKey$ = PartitionKey$;
|
|
4873
|
+
exports.PublicKey$ = PublicKey$;
|
|
4874
|
+
exports.PutEventConfiguration$ = PutEventConfiguration$;
|
|
4604
4875
|
exports.PutEventConfigurationCommand = PutEventConfigurationCommand;
|
|
4876
|
+
exports.PutEventConfigurationRequest$ = PutEventConfigurationRequest$;
|
|
4877
|
+
exports.PutEventConfigurationResponse$ = PutEventConfigurationResponse$;
|
|
4878
|
+
exports.PutEventSelectors$ = PutEventSelectors$;
|
|
4605
4879
|
exports.PutEventSelectorsCommand = PutEventSelectorsCommand;
|
|
4880
|
+
exports.PutEventSelectorsRequest$ = PutEventSelectorsRequest$;
|
|
4881
|
+
exports.PutEventSelectorsResponse$ = PutEventSelectorsResponse$;
|
|
4882
|
+
exports.PutInsightSelectors$ = PutInsightSelectors$;
|
|
4606
4883
|
exports.PutInsightSelectorsCommand = PutInsightSelectorsCommand;
|
|
4884
|
+
exports.PutInsightSelectorsRequest$ = PutInsightSelectorsRequest$;
|
|
4885
|
+
exports.PutInsightSelectorsResponse$ = PutInsightSelectorsResponse$;
|
|
4886
|
+
exports.PutResourcePolicy$ = PutResourcePolicy$;
|
|
4607
4887
|
exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
|
|
4608
|
-
exports.
|
|
4888
|
+
exports.PutResourcePolicyRequest$ = PutResourcePolicyRequest$;
|
|
4889
|
+
exports.PutResourcePolicyResponse$ = PutResourcePolicyResponse$;
|
|
4890
|
+
exports.Query$ = Query$;
|
|
4891
|
+
exports.QueryIdNotFoundException = QueryIdNotFoundException;
|
|
4892
|
+
exports.QueryIdNotFoundException$ = QueryIdNotFoundException$;
|
|
4893
|
+
exports.QueryStatistics$ = QueryStatistics$;
|
|
4894
|
+
exports.QueryStatisticsForDescribeQuery$ = QueryStatisticsForDescribeQuery$;
|
|
4609
4895
|
exports.QueryStatus = QueryStatus;
|
|
4610
4896
|
exports.ReadWriteType = ReadWriteType;
|
|
4897
|
+
exports.RefreshSchedule$ = RefreshSchedule$;
|
|
4898
|
+
exports.RefreshScheduleFrequency$ = RefreshScheduleFrequency$;
|
|
4611
4899
|
exports.RefreshScheduleFrequencyUnit = RefreshScheduleFrequencyUnit;
|
|
4612
4900
|
exports.RefreshScheduleStatus = RefreshScheduleStatus;
|
|
4901
|
+
exports.RegisterOrganizationDelegatedAdmin$ = RegisterOrganizationDelegatedAdmin$;
|
|
4613
4902
|
exports.RegisterOrganizationDelegatedAdminCommand = RegisterOrganizationDelegatedAdminCommand;
|
|
4903
|
+
exports.RegisterOrganizationDelegatedAdminRequest$ = RegisterOrganizationDelegatedAdminRequest$;
|
|
4904
|
+
exports.RegisterOrganizationDelegatedAdminResponse$ = RegisterOrganizationDelegatedAdminResponse$;
|
|
4905
|
+
exports.RemoveTags$ = RemoveTags$;
|
|
4614
4906
|
exports.RemoveTagsCommand = RemoveTagsCommand;
|
|
4615
|
-
exports.
|
|
4616
|
-
exports.
|
|
4617
|
-
exports.
|
|
4618
|
-
exports.
|
|
4619
|
-
exports.
|
|
4907
|
+
exports.RemoveTagsRequest$ = RemoveTagsRequest$;
|
|
4908
|
+
exports.RemoveTagsResponse$ = RemoveTagsResponse$;
|
|
4909
|
+
exports.RequestWidget$ = RequestWidget$;
|
|
4910
|
+
exports.Resource$ = Resource$;
|
|
4911
|
+
exports.ResourceARNNotValidException = ResourceARNNotValidException;
|
|
4912
|
+
exports.ResourceARNNotValidException$ = ResourceARNNotValidException$;
|
|
4913
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
4914
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
4915
|
+
exports.ResourcePolicyNotFoundException = ResourcePolicyNotFoundException;
|
|
4916
|
+
exports.ResourcePolicyNotFoundException$ = ResourcePolicyNotFoundException$;
|
|
4917
|
+
exports.ResourcePolicyNotValidException = ResourcePolicyNotValidException;
|
|
4918
|
+
exports.ResourcePolicyNotValidException$ = ResourcePolicyNotValidException$;
|
|
4919
|
+
exports.ResourceTag$ = ResourceTag$;
|
|
4920
|
+
exports.ResourceTypeNotSupportedException = ResourceTypeNotSupportedException;
|
|
4921
|
+
exports.ResourceTypeNotSupportedException$ = ResourceTypeNotSupportedException$;
|
|
4922
|
+
exports.RestoreEventDataStore$ = RestoreEventDataStore$;
|
|
4620
4923
|
exports.RestoreEventDataStoreCommand = RestoreEventDataStoreCommand;
|
|
4621
|
-
exports.
|
|
4924
|
+
exports.RestoreEventDataStoreRequest$ = RestoreEventDataStoreRequest$;
|
|
4925
|
+
exports.RestoreEventDataStoreResponse$ = RestoreEventDataStoreResponse$;
|
|
4926
|
+
exports.S3BucketDoesNotExistException = S3BucketDoesNotExistException;
|
|
4927
|
+
exports.S3BucketDoesNotExistException$ = S3BucketDoesNotExistException$;
|
|
4928
|
+
exports.S3ImportSource$ = S3ImportSource$;
|
|
4929
|
+
exports.SearchSampleQueries$ = SearchSampleQueries$;
|
|
4622
4930
|
exports.SearchSampleQueriesCommand = SearchSampleQueriesCommand;
|
|
4623
|
-
exports.
|
|
4931
|
+
exports.SearchSampleQueriesRequest$ = SearchSampleQueriesRequest$;
|
|
4932
|
+
exports.SearchSampleQueriesResponse$ = SearchSampleQueriesResponse$;
|
|
4933
|
+
exports.SearchSampleQueriesSearchResult$ = SearchSampleQueriesSearchResult$;
|
|
4934
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
4935
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
4936
|
+
exports.SourceConfig$ = SourceConfig$;
|
|
4624
4937
|
exports.SourceEventCategory = SourceEventCategory;
|
|
4938
|
+
exports.StartDashboardRefresh$ = StartDashboardRefresh$;
|
|
4625
4939
|
exports.StartDashboardRefreshCommand = StartDashboardRefreshCommand;
|
|
4940
|
+
exports.StartDashboardRefreshRequest$ = StartDashboardRefreshRequest$;
|
|
4941
|
+
exports.StartDashboardRefreshResponse$ = StartDashboardRefreshResponse$;
|
|
4942
|
+
exports.StartEventDataStoreIngestion$ = StartEventDataStoreIngestion$;
|
|
4626
4943
|
exports.StartEventDataStoreIngestionCommand = StartEventDataStoreIngestionCommand;
|
|
4944
|
+
exports.StartEventDataStoreIngestionRequest$ = StartEventDataStoreIngestionRequest$;
|
|
4945
|
+
exports.StartEventDataStoreIngestionResponse$ = StartEventDataStoreIngestionResponse$;
|
|
4946
|
+
exports.StartImport$ = StartImport$;
|
|
4627
4947
|
exports.StartImportCommand = StartImportCommand;
|
|
4948
|
+
exports.StartImportRequest$ = StartImportRequest$;
|
|
4949
|
+
exports.StartImportResponse$ = StartImportResponse$;
|
|
4950
|
+
exports.StartLogging$ = StartLogging$;
|
|
4628
4951
|
exports.StartLoggingCommand = StartLoggingCommand;
|
|
4952
|
+
exports.StartLoggingRequest$ = StartLoggingRequest$;
|
|
4953
|
+
exports.StartLoggingResponse$ = StartLoggingResponse$;
|
|
4954
|
+
exports.StartQuery$ = StartQuery$;
|
|
4629
4955
|
exports.StartQueryCommand = StartQueryCommand;
|
|
4956
|
+
exports.StartQueryRequest$ = StartQueryRequest$;
|
|
4957
|
+
exports.StartQueryResponse$ = StartQueryResponse$;
|
|
4958
|
+
exports.StopEventDataStoreIngestion$ = StopEventDataStoreIngestion$;
|
|
4630
4959
|
exports.StopEventDataStoreIngestionCommand = StopEventDataStoreIngestionCommand;
|
|
4960
|
+
exports.StopEventDataStoreIngestionRequest$ = StopEventDataStoreIngestionRequest$;
|
|
4961
|
+
exports.StopEventDataStoreIngestionResponse$ = StopEventDataStoreIngestionResponse$;
|
|
4962
|
+
exports.StopImport$ = StopImport$;
|
|
4631
4963
|
exports.StopImportCommand = StopImportCommand;
|
|
4964
|
+
exports.StopImportRequest$ = StopImportRequest$;
|
|
4965
|
+
exports.StopImportResponse$ = StopImportResponse$;
|
|
4966
|
+
exports.StopLogging$ = StopLogging$;
|
|
4632
4967
|
exports.StopLoggingCommand = StopLoggingCommand;
|
|
4633
|
-
exports.
|
|
4968
|
+
exports.StopLoggingRequest$ = StopLoggingRequest$;
|
|
4969
|
+
exports.StopLoggingResponse$ = StopLoggingResponse$;
|
|
4970
|
+
exports.Tag$ = Tag$;
|
|
4971
|
+
exports.TagsLimitExceededException = TagsLimitExceededException;
|
|
4972
|
+
exports.TagsLimitExceededException$ = TagsLimitExceededException$;
|
|
4634
4973
|
exports.Template = Template;
|
|
4635
|
-
exports.ThrottlingException = ThrottlingException
|
|
4636
|
-
exports.
|
|
4637
|
-
exports.
|
|
4638
|
-
exports.
|
|
4974
|
+
exports.ThrottlingException = ThrottlingException;
|
|
4975
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
4976
|
+
exports.Trail$ = Trail$;
|
|
4977
|
+
exports.TrailAlreadyExistsException = TrailAlreadyExistsException;
|
|
4978
|
+
exports.TrailAlreadyExistsException$ = TrailAlreadyExistsException$;
|
|
4979
|
+
exports.TrailInfo$ = TrailInfo$;
|
|
4980
|
+
exports.TrailNotFoundException = TrailNotFoundException;
|
|
4981
|
+
exports.TrailNotFoundException$ = TrailNotFoundException$;
|
|
4982
|
+
exports.TrailNotProvidedException = TrailNotProvidedException;
|
|
4983
|
+
exports.TrailNotProvidedException$ = TrailNotProvidedException$;
|
|
4639
4984
|
exports.Type = Type;
|
|
4640
|
-
exports.UnsupportedOperationException = UnsupportedOperationException
|
|
4985
|
+
exports.UnsupportedOperationException = UnsupportedOperationException;
|
|
4986
|
+
exports.UnsupportedOperationException$ = UnsupportedOperationException$;
|
|
4987
|
+
exports.UpdateChannel$ = UpdateChannel$;
|
|
4641
4988
|
exports.UpdateChannelCommand = UpdateChannelCommand;
|
|
4989
|
+
exports.UpdateChannelRequest$ = UpdateChannelRequest$;
|
|
4990
|
+
exports.UpdateChannelResponse$ = UpdateChannelResponse$;
|
|
4991
|
+
exports.UpdateDashboard$ = UpdateDashboard$;
|
|
4642
4992
|
exports.UpdateDashboardCommand = UpdateDashboardCommand;
|
|
4993
|
+
exports.UpdateDashboardRequest$ = UpdateDashboardRequest$;
|
|
4994
|
+
exports.UpdateDashboardResponse$ = UpdateDashboardResponse$;
|
|
4995
|
+
exports.UpdateEventDataStore$ = UpdateEventDataStore$;
|
|
4643
4996
|
exports.UpdateEventDataStoreCommand = UpdateEventDataStoreCommand;
|
|
4997
|
+
exports.UpdateEventDataStoreRequest$ = UpdateEventDataStoreRequest$;
|
|
4998
|
+
exports.UpdateEventDataStoreResponse$ = UpdateEventDataStoreResponse$;
|
|
4999
|
+
exports.UpdateTrail$ = UpdateTrail$;
|
|
4644
5000
|
exports.UpdateTrailCommand = UpdateTrailCommand;
|
|
5001
|
+
exports.UpdateTrailRequest$ = UpdateTrailRequest$;
|
|
5002
|
+
exports.UpdateTrailResponse$ = UpdateTrailResponse$;
|
|
5003
|
+
exports.Widget$ = Widget$;
|
|
4645
5004
|
exports.paginateGetQueryResults = paginateGetQueryResults;
|
|
4646
5005
|
exports.paginateListChannels = paginateListChannels;
|
|
4647
5006
|
exports.paginateListEventDataStores = paginateListEventDataStores;
|