@aws-sdk/client-cloudtrail 3.927.0 → 3.929.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.
Files changed (80) hide show
  1. package/dist-cjs/index.js +2898 -3312
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/CloudTrailClient.js +2 -0
  4. package/dist-es/commands/AddTagsCommand.js +3 -9
  5. package/dist-es/commands/CancelQueryCommand.js +3 -9
  6. package/dist-es/commands/CreateChannelCommand.js +3 -9
  7. package/dist-es/commands/CreateDashboardCommand.js +3 -9
  8. package/dist-es/commands/CreateEventDataStoreCommand.js +3 -9
  9. package/dist-es/commands/CreateTrailCommand.js +3 -9
  10. package/dist-es/commands/DeleteChannelCommand.js +3 -9
  11. package/dist-es/commands/DeleteDashboardCommand.js +3 -9
  12. package/dist-es/commands/DeleteEventDataStoreCommand.js +3 -9
  13. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  14. package/dist-es/commands/DeleteTrailCommand.js +3 -9
  15. package/dist-es/commands/DeregisterOrganizationDelegatedAdminCommand.js +3 -9
  16. package/dist-es/commands/DescribeQueryCommand.js +3 -9
  17. package/dist-es/commands/DescribeTrailsCommand.js +3 -9
  18. package/dist-es/commands/DisableFederationCommand.js +3 -9
  19. package/dist-es/commands/EnableFederationCommand.js +3 -9
  20. package/dist-es/commands/GenerateQueryCommand.js +3 -9
  21. package/dist-es/commands/GetChannelCommand.js +3 -9
  22. package/dist-es/commands/GetDashboardCommand.js +3 -9
  23. package/dist-es/commands/GetEventConfigurationCommand.js +3 -9
  24. package/dist-es/commands/GetEventDataStoreCommand.js +3 -9
  25. package/dist-es/commands/GetEventSelectorsCommand.js +3 -9
  26. package/dist-es/commands/GetImportCommand.js +3 -9
  27. package/dist-es/commands/GetInsightSelectorsCommand.js +3 -9
  28. package/dist-es/commands/GetQueryResultsCommand.js +3 -9
  29. package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
  30. package/dist-es/commands/GetTrailCommand.js +3 -9
  31. package/dist-es/commands/GetTrailStatusCommand.js +3 -9
  32. package/dist-es/commands/ListChannelsCommand.js +3 -9
  33. package/dist-es/commands/ListDashboardsCommand.js +3 -9
  34. package/dist-es/commands/ListEventDataStoresCommand.js +3 -9
  35. package/dist-es/commands/ListImportFailuresCommand.js +3 -9
  36. package/dist-es/commands/ListImportsCommand.js +3 -9
  37. package/dist-es/commands/ListInsightsMetricDataCommand.js +3 -9
  38. package/dist-es/commands/ListPublicKeysCommand.js +3 -9
  39. package/dist-es/commands/ListQueriesCommand.js +3 -9
  40. package/dist-es/commands/ListTagsCommand.js +3 -9
  41. package/dist-es/commands/ListTrailsCommand.js +3 -9
  42. package/dist-es/commands/LookupEventsCommand.js +3 -9
  43. package/dist-es/commands/PutEventConfigurationCommand.js +3 -9
  44. package/dist-es/commands/PutEventSelectorsCommand.js +3 -9
  45. package/dist-es/commands/PutInsightSelectorsCommand.js +3 -9
  46. package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  47. package/dist-es/commands/RegisterOrganizationDelegatedAdminCommand.js +3 -9
  48. package/dist-es/commands/RemoveTagsCommand.js +3 -9
  49. package/dist-es/commands/RestoreEventDataStoreCommand.js +3 -9
  50. package/dist-es/commands/SearchSampleQueriesCommand.js +3 -9
  51. package/dist-es/commands/StartDashboardRefreshCommand.js +3 -9
  52. package/dist-es/commands/StartEventDataStoreIngestionCommand.js +3 -9
  53. package/dist-es/commands/StartImportCommand.js +3 -9
  54. package/dist-es/commands/StartLoggingCommand.js +3 -9
  55. package/dist-es/commands/StartQueryCommand.js +3 -9
  56. package/dist-es/commands/StopEventDataStoreIngestionCommand.js +3 -9
  57. package/dist-es/commands/StopImportCommand.js +3 -9
  58. package/dist-es/commands/StopLoggingCommand.js +3 -9
  59. package/dist-es/commands/UpdateChannelCommand.js +3 -9
  60. package/dist-es/commands/UpdateDashboardCommand.js +3 -9
  61. package/dist-es/commands/UpdateEventDataStoreCommand.js +3 -9
  62. package/dist-es/commands/UpdateTrailCommand.js +3 -9
  63. package/dist-es/runtimeConfig.shared.js +7 -0
  64. package/dist-es/schemas/schemas_0.js +2537 -0
  65. package/dist-types/CloudTrailClient.d.ts +10 -1
  66. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  67. package/dist-types/runtimeConfig.d.ts +1 -0
  68. package/dist-types/runtimeConfig.native.d.ts +1 -0
  69. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  70. package/dist-types/schemas/schemas_0.d.ts +341 -0
  71. package/dist-types/ts3.4/CloudTrailClient.d.ts +4 -0
  72. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  73. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  74. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  75. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  76. package/dist-types/ts3.4/schemas/schemas_0.d.ts +346 -0
  77. package/package.json +5 -5
  78. package/dist-es/protocols/Aws_json1_1.js +0 -2645
  79. package/dist-types/protocols/Aws_json1_1.d.ts +0 -533
  80. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -713
@@ -0,0 +1,2537 @@
1
+ const _ADE = "AccessDeniedException";
2
+ const _AES = "AdvancedEventSelector";
3
+ const _AESd = "AdvancedEventSelectors";
4
+ const _AFS = "AdvancedFieldSelector";
5
+ const _AFSd = "AdvancedFieldSelectors";
6
+ const _AHOIE = "AccountHasOngoingImportException";
7
+ const _AK = "AttributeKey";
8
+ const _AKI = "AccessKeyId";
9
+ const _ANFE = "AccountNotFoundException";
10
+ const _ANRE = "AccountNotRegisteredException";
11
+ const _ARE = "AccountRegisteredException";
12
+ const _AT = "AddTags";
13
+ const _ATAR = "ApplyToAllRegions";
14
+ const _ATR = "AddTagsRequest";
15
+ const _ATRd = "AddTagsResponse";
16
+ const _AV = "AttributeValue";
17
+ const _BM = "BillingMode";
18
+ const _BS = "BytesScanned";
19
+ const _C = "Channel";
20
+ const _CA = "ChannelArn";
21
+ const _CAEE = "ChannelAlreadyExistsException";
22
+ const _CARNIE = "ChannelARNInvalidException";
23
+ const _CC = "CreateChannel";
24
+ const _CCR = "CreateChannelRequest";
25
+ const _CCRr = "CreateChannelResponse";
26
+ const _CD = "CreateDashboard";
27
+ const _CDMAE = "CannotDelegateManagementAccountException";
28
+ const _CDR = "CreateDashboardRequest";
29
+ const _CDRr = "CreateDashboardResponse";
30
+ const _CE = "ConflictException";
31
+ const _CEDS = "CreateEventDataStore";
32
+ const _CEDSR = "CreateEventDataStoreRequest";
33
+ const _CEDSRr = "CreateEventDataStoreResponse";
34
+ const _CEFEDSE = "ChannelExistsForEDSException";
35
+ const _CKS = "ContextKeySelector";
36
+ const _CKSo = "ContextKeySelectors";
37
+ const _CME = "ConcurrentModificationException";
38
+ const _CMLEE = "ChannelMaxLimitExceededException";
39
+ const _CNFE = "ChannelNotFoundException";
40
+ const _CQ = "CancelQuery";
41
+ const _CQR = "CancelQueryRequest";
42
+ const _CQRa = "CancelQueryResponse";
43
+ const _CT = "CreatedTimestamp";
44
+ const _CTANEE = "CloudTrailAccessNotEnabledException";
45
+ const _CTARNIE = "CloudTrailARNInvalidException";
46
+ const _CTE = "CloudTrailEvent";
47
+ const _CTICTIE = "CloudTrailInvalidClientTokenIdException";
48
+ const _CTR = "CreateTrailRequest";
49
+ const _CTRr = "CreateTrailResponse";
50
+ const _CTr = "CreationTime";
51
+ const _CTre = "CreateTrail";
52
+ const _CWLDUE = "CloudWatchLogsDeliveryUnavailableException";
53
+ const _CWLLGA = "CloudWatchLogsLogGroupArn";
54
+ const _CWLRA = "CloudWatchLogsRoleArn";
55
+ const _Ch = "Channels";
56
+ const _D = "Destinations";
57
+ const _DA = "DashboardArn";
58
+ const _DAAI = "DelegatedAdminAccountId";
59
+ const _DAALEE = "DelegatedAdminAccountLimitExceededException";
60
+ const _DARP = "DelegatedAdminResourcePolicy";
61
+ const _DC = "DeleteChannel";
62
+ const _DCR = "DeleteChannelRequest";
63
+ const _DCRe = "DeleteChannelResponse";
64
+ const _DD = "DashboardDetail";
65
+ const _DDR = "DeleteDashboardRequest";
66
+ const _DDRe = "DeleteDashboardResponse";
67
+ const _DDe = "DeleteDashboard";
68
+ const _DEDS = "DeleteEventDataStore";
69
+ const _DEDSR = "DeleteEventDataStoreRequest";
70
+ const _DEDSRe = "DeleteEventDataStoreResponse";
71
+ const _DF = "DisableFederation";
72
+ const _DFR = "DisableFederationRequest";
73
+ const _DFRi = "DisableFederationResponse";
74
+ const _DI = "DashboardId";
75
+ const _DODA = "DeregisterOrganizationDelegatedAdmin";
76
+ const _DODAR = "DeregisterOrganizationDelegatedAdminRequest";
77
+ const _DODARe = "DeregisterOrganizationDelegatedAdminResponse";
78
+ const _DQ = "DescribeQuery";
79
+ const _DQR = "DescribeQueryRequest";
80
+ const _DQRe = "DescribeQueryResponse";
81
+ const _DR = "DataResource";
82
+ const _DRP = "DeleteResourcePolicy";
83
+ const _DRPR = "DeleteResourcePolicyRequest";
84
+ const _DRPRe = "DeleteResourcePolicyResponse";
85
+ const _DRa = "DataResources";
86
+ const _DS = "DeliveryStatus";
87
+ const _DSU = "DeliveryS3Uri";
88
+ const _DT = "DataType";
89
+ const _DTR = "DeleteTrailRequest";
90
+ const _DTRe = "DeleteTrailResponse";
91
+ const _DTRes = "DescribeTrailsRequest";
92
+ const _DTResc = "DescribeTrailsResponse";
93
+ const _DTe = "DeleteTrail";
94
+ const _DTes = "DescribeTrails";
95
+ const _Da = "Dashboards";
96
+ const _De = "Destination";
97
+ const _Des = "Description";
98
+ const _E = "Equals";
99
+ const _EC = "EventsCompleted";
100
+ const _ECr = "ErrorCode";
101
+ const _ECv = "EventCategory";
102
+ const _EDS = "EventDataStore";
103
+ const _EDSA = "EventDataStoreArn";
104
+ const _EDSAEE = "EventDataStoreAlreadyExistsException";
105
+ const _EDSARNIE = "EventDataStoreARNInvalidException";
106
+ const _EDSFEE = "EventDataStoreFederationEnabledException";
107
+ const _EDSHOIE = "EventDataStoreHasOngoingImportException";
108
+ const _EDSMLEE = "EventDataStoreMaxLimitExceededException";
109
+ const _EDSNFE = "EventDataStoreNotFoundException";
110
+ const _EDSOAI = "EventDataStoreOwnerAccountId";
111
+ const _EDSTPE = "EventDataStoreTerminationProtectedException";
112
+ const _EDSv = "EventDataStores";
113
+ const _EET = "EndEventTime";
114
+ const _EF = "EnableFederation";
115
+ const _EFR = "EnableFederationRequest";
116
+ const _EFRn = "EnableFederationResponse";
117
+ const _EI = "EventId";
118
+ const _EL = "EventsList";
119
+ const _ELFV = "EnableLogFileValidation";
120
+ const _EM = "ErrorMessage";
121
+ const _EMES = "ExcludeManagementEventSources";
122
+ const _EMv = "EventsMatched";
123
+ const _EN = "EventName";
124
+ const _ES = "EventSource";
125
+ const _ESv = "EventSelector";
126
+ const _ESve = "EventSelectors";
127
+ const _ESven = "EventsScanned";
128
+ const _ET = "EventTime";
129
+ const _ETIM = "ExecutionTimeInMillis";
130
+ const _ETn = "EndTime";
131
+ const _ETr = "ErrorType";
132
+ const _EW = "EndsWith";
133
+ const _Ev = "Event";
134
+ const _Eve = "Events";
135
+ const _F = "Field";
136
+ const _FC = "FilesCompleted";
137
+ const _FE = "FailedEntries";
138
+ const _FRA = "FederationRoleArn";
139
+ const _FS = "FieldSelectors";
140
+ const _FSe = "FederationStatus";
141
+ const _Fa = "Failures";
142
+ const _Fi = "Fingerprint";
143
+ const _Fr = "Frequency";
144
+ const _GC = "GetChannel";
145
+ const _GCR = "GetChannelRequest";
146
+ const _GCRe = "GetChannelResponse";
147
+ const _GD = "GetDashboard";
148
+ const _GDR = "GetDashboardRequest";
149
+ const _GDRe = "GetDashboardResponse";
150
+ const _GEC = "GetEventConfiguration";
151
+ const _GECR = "GetEventConfigurationRequest";
152
+ const _GECRe = "GetEventConfigurationResponse";
153
+ const _GEDS = "GetEventDataStore";
154
+ const _GEDSR = "GetEventDataStoreRequest";
155
+ const _GEDSRe = "GetEventDataStoreResponse";
156
+ const _GES = "GetEventSelectors";
157
+ const _GESR = "GetEventSelectorsRequest";
158
+ const _GESRe = "GetEventSelectorsResponse";
159
+ const _GI = "GetImport";
160
+ const _GIR = "GetImportRequest";
161
+ const _GIRe = "GetImportResponse";
162
+ const _GIS = "GetInsightSelectors";
163
+ const _GISR = "GetInsightSelectorsRequest";
164
+ const _GISRe = "GetInsightSelectorsResponse";
165
+ const _GQ = "GenerateQuery";
166
+ const _GQR = "GenerateQueryRequest";
167
+ const _GQRR = "GetQueryResultsRequest";
168
+ const _GQRRe = "GetQueryResultsResponse";
169
+ const _GQRe = "GenerateQueryResponse";
170
+ const _GQRet = "GetQueryResults";
171
+ const _GRE = "GenerateResponseException";
172
+ const _GRP = "GetResourcePolicy";
173
+ const _GRPR = "GetResourcePolicyRequest";
174
+ const _GRPRe = "GetResourcePolicyResponse";
175
+ const _GT = "GetTrail";
176
+ const _GTR = "GetTrailRequest";
177
+ const _GTRe = "GetTrailResponse";
178
+ const _GTS = "GetTrailStatus";
179
+ const _GTSR = "GetTrailStatusRequest";
180
+ const _GTSRe = "GetTrailStatusResponse";
181
+ const _HCES = "HasCustomEventSelectors";
182
+ const _HIS = "HasInsightSelectors";
183
+ const _HR = "HomeRegion";
184
+ const _I = "Imports";
185
+ const _ICWLLGAE = "InvalidCloudWatchLogsLogGroupArnException";
186
+ const _ICWLRAE = "InvalidCloudWatchLogsRoleArnException";
187
+ const _ID = "InsightsDestination";
188
+ const _IDRE = "InvalidDateRangeException";
189
+ const _IDSAPE = "InsufficientDependencyServiceAccessPermissionException";
190
+ const _IECE = "InvalidEventCategoryException";
191
+ const _IEDSCE = "InvalidEventDataStoreCategoryException";
192
+ const _IEDSE = "InactiveEventDataStoreException";
193
+ const _IEDSSE = "InvalidEventDataStoreStatusException";
194
+ const _IEPE = "InsufficientEncryptionPolicyException";
195
+ const _IESE = "InvalidEventSelectorsException";
196
+ const _IFL = "ImportFailureList";
197
+ const _IFLI = "ImportFailureListItem";
198
+ const _IGSE = "IncludeGlobalServiceEvents";
199
+ const _IHRE = "InvalidHomeRegionException";
200
+ const _II = "ImportId";
201
+ const _IIAMAPE = "InsufficientIAMAccessPermissionException";
202
+ const _IISE = "InvalidImportSourceException";
203
+ const _IISEn = "InvalidInsightSelectorsException";
204
+ const _IKKIE = "InvalidKmsKeyIdException";
205
+ const _IL = "IsLogging";
206
+ const _ILAE = "InvalidLookupAttributesException";
207
+ const _ILI = "ImportsListItem";
208
+ const _ILm = "ImportsList";
209
+ const _IME = "IncludeManagementEvents";
210
+ const _IMRE = "InvalidMaxResultsException";
211
+ const _IMRT = "IsMultiRegionTrail";
212
+ const _INEE = "InsightNotEnabledException";
213
+ const _INFE = "ImportNotFoundException";
214
+ const _INTE = "InvalidNextTokenException";
215
+ const _IOT = "IsOrganizationTrail";
216
+ const _IPCE = "InvalidParameterCombinationException";
217
+ const _IPE = "InvalidParameterException";
218
+ const _IQE = "InactiveQueryException";
219
+ const _IQSE = "InvalidQueryStatementException";
220
+ const _IQSEn = "InvalidQueryStatusException";
221
+ const _IS = "IngestionStatus";
222
+ const _ISBNE = "InvalidS3BucketNameException";
223
+ const _ISBPE = "InsufficientS3BucketPolicyException";
224
+ const _ISE = "InvalidSourceException";
225
+ const _ISPE = "InvalidS3PrefixException";
226
+ const _ISTNE = "InvalidSnsTopicNameException";
227
+ const _ISTPE = "InsufficientSnsTopicPolicyException";
228
+ const _ISm = "ImportSource";
229
+ const _ISmp = "ImportStatus";
230
+ const _ISmpo = "ImportStatistics";
231
+ const _ISn = "InsightSelectors";
232
+ const _ISns = "InsightSelector";
233
+ const _IT = "InsightType";
234
+ const _ITE = "InvalidTokenException";
235
+ const _ITNE = "InvalidTrailNameException";
236
+ const _ITPE = "InvalidTagParameterException";
237
+ const _ITRE = "InvalidTimeRangeException";
238
+ const _K = "Key";
239
+ const _KE = "KmsException";
240
+ const _KKDE = "KmsKeyDisabledException";
241
+ const _KKI = "KmsKeyId";
242
+ const _KKNFE = "KmsKeyNotFoundException";
243
+ const _L = "Location";
244
+ const _LA = "LookupAttribute";
245
+ const _LAL = "LookupAttributesList";
246
+ const _LAo = "LookupAttributes";
247
+ const _LC = "ListChannels";
248
+ const _LCR = "ListChannelsRequest";
249
+ const _LCRi = "ListChannelsResponse";
250
+ const _LCWLDE = "LatestCloudWatchLogsDeliveryError";
251
+ const _LCWLDT = "LatestCloudWatchLogsDeliveryTime";
252
+ const _LD = "ListDashboards";
253
+ const _LDAS = "LatestDeliveryAttemptSucceeded";
254
+ const _LDAT = "LatestDeliveryAttemptTime";
255
+ const _LDDE = "LatestDigestDeliveryError";
256
+ const _LDDT = "LatestDigestDeliveryTime";
257
+ const _LDE = "LatestDeliveryError";
258
+ const _LDR = "ListDashboardsRequest";
259
+ const _LDRi = "ListDashboardsResponse";
260
+ const _LDT = "LatestDeliveryTime";
261
+ const _LE = "LookupEvents";
262
+ const _LEDS = "ListEventDataStores";
263
+ const _LEDSR = "ListEventDataStoresRequest";
264
+ const _LEDSRi = "ListEventDataStoresResponse";
265
+ const _LER = "LookupEventsRequest";
266
+ const _LERo = "LookupEventsResponse";
267
+ const _LFVE = "LogFileValidationEnabled";
268
+ const _LI = "ListImports";
269
+ const _LIAEID = "LatestIngestionAttemptEventID";
270
+ const _LIAT = "LatestIngestionAttemptTime";
271
+ const _LIEC = "LatestIngestionErrorCode";
272
+ const _LIF = "ListImportFailures";
273
+ const _LIFR = "ListImportFailuresRequest";
274
+ const _LIFRi = "ListImportFailuresResponse";
275
+ const _LIMD = "ListInsightsMetricData";
276
+ const _LIMDR = "ListInsightsMetricDataRequest";
277
+ const _LIMDRi = "ListInsightsMetricDataResponse";
278
+ const _LIR = "ListImportsRequest";
279
+ const _LIRi = "ListImportsResponse";
280
+ const _LISEID = "LatestIngestionSuccessEventID";
281
+ const _LIST = "LatestIngestionSuccessTime";
282
+ const _LNAS = "LatestNotificationAttemptSucceeded";
283
+ const _LNAT = "LatestNotificationAttemptTime";
284
+ const _LNE = "LatestNotificationError";
285
+ const _LNT = "LatestNotificationTime";
286
+ const _LPK = "ListPublicKeys";
287
+ const _LPKR = "ListPublicKeysRequest";
288
+ const _LPKRi = "ListPublicKeysResponse";
289
+ const _LQ = "ListQueries";
290
+ const _LQR = "ListQueriesRequest";
291
+ const _LQRi = "ListQueriesResponse";
292
+ const _LRFR = "LastRefreshFailureReason";
293
+ const _LRI = "LastRefreshId";
294
+ const _LT = "ListTags";
295
+ const _LTR = "ListTagsRequest";
296
+ const _LTRi = "ListTagsResponse";
297
+ const _LTRis = "ListTrailsRequest";
298
+ const _LTRist = "ListTrailsResponse";
299
+ const _LTi = "ListTrails";
300
+ const _LUT = "LastUpdatedTime";
301
+ const _M = "Message";
302
+ const _MAI = "MemberAccountId";
303
+ const _MCQE = "MaxConcurrentQueriesException";
304
+ const _MES = "MaxEventSize";
305
+ const _MNOTEE = "MaximumNumberOfTrailsExceededException";
306
+ const _MQR = "MaxQueryResults";
307
+ const _MR = "MaxResults";
308
+ const _MRE = "MultiRegionEnabled";
309
+ const _N = "Name";
310
+ const _NE = "NotEquals";
311
+ const _NEW = "NotEndsWith";
312
+ const _NMASLREE = "NoManagementAccountSLRExistsException";
313
+ const _NOMAE = "NotOrganizationManagementAccountException";
314
+ const _NOMAEo = "NotOrganizationMasterAccountException";
315
+ const _NP = "NamePrefix";
316
+ const _NSW = "NotStartsWith";
317
+ const _NT = "NextToken";
318
+ const _OE = "OrganizationEnabled";
319
+ const _ONIAFME = "OrganizationNotInAllFeaturesModeException";
320
+ const _ONIUE = "OrganizationsNotInUseException";
321
+ const _ONPE = "OperationNotPermittedException";
322
+ const _P = "Prompt";
323
+ const _PC = "PrefixesCompleted";
324
+ const _PEC = "PutEventConfiguration";
325
+ const _PECR = "PutEventConfigurationRequest";
326
+ const _PECRu = "PutEventConfigurationResponse";
327
+ const _PES = "PutEventSelectors";
328
+ const _PESR = "PutEventSelectorsRequest";
329
+ const _PESRu = "PutEventSelectorsResponse";
330
+ const _PF = "PrefixesFound";
331
+ const _PIS = "PutInsightSelectors";
332
+ const _PISR = "PutInsightSelectorsRequest";
333
+ const _PISRu = "PutInsightSelectorsResponse";
334
+ const _PK = "PartitionKeys";
335
+ const _PKL = "PublicKeyList";
336
+ const _PKLa = "PartitionKeyList";
337
+ const _PKa = "PartitionKey";
338
+ const _PKu = "PublicKey";
339
+ const _PRP = "PutResourcePolicy";
340
+ const _PRPR = "PutResourcePolicyRequest";
341
+ const _PRPRu = "PutResourcePolicyResponse";
342
+ const _Pe = "Period";
343
+ const _Q = "Queries";
344
+ const _QA = "QueryAlias";
345
+ const _QI = "QueryId";
346
+ const _QINFE = "QueryIdNotFoundException";
347
+ const _QP = "QueryParameters";
348
+ const _QPV = "QueryParameterValues";
349
+ const _QRR = "QueryResultRows";
350
+ const _QRRu = "QueryResultRow";
351
+ const _QS = "QueryStatus";
352
+ const _QSFDQ = "QueryStatisticsForDescribeQuery";
353
+ const _QSu = "QueryString";
354
+ const _QSue = "QueryStatistics";
355
+ const _QSuer = "QueryStatement";
356
+ const _Qu = "Query";
357
+ const _R = "Resources";
358
+ const _RA = "ResourceArn";
359
+ const _RARNNVE = "ResourceARNNotValidException";
360
+ const _RC = "ResultsCount";
361
+ const _REDS = "RestoreEventDataStore";
362
+ const _REDSR = "RestoreEventDataStoreRequest";
363
+ const _REDSRe = "RestoreEventDataStoreResponse";
364
+ const _RI = "ResourceId";
365
+ const _RIL = "ResourceIdList";
366
+ const _RIe = "RefreshId";
367
+ const _RL = "ResourceList";
368
+ const _RN = "ResourceName";
369
+ const _RNFE = "ResourceNotFoundException";
370
+ const _RO = "ReadOnly";
371
+ const _RODA = "RegisterOrganizationDelegatedAdmin";
372
+ const _RODAR = "RegisterOrganizationDelegatedAdminRequest";
373
+ const _RODARe = "RegisterOrganizationDelegatedAdminResponse";
374
+ const _RP = "RetentionPeriod";
375
+ const _RPNFE = "ResourcePolicyNotFoundException";
376
+ const _RPNVE = "ResourcePolicyNotValidException";
377
+ const _RPe = "ResourcePolicy";
378
+ const _RS = "RefreshSchedule";
379
+ const _RSF = "RefreshScheduleFrequency";
380
+ const _RT = "ResourceType";
381
+ const _RTL = "ResourceTagList";
382
+ const _RTNSE = "ResourceTypeNotSupportedException";
383
+ const _RTR = "RemoveTagsRequest";
384
+ const _RTRe = "RemoveTagsResponse";
385
+ const _RTe = "ResourceTag";
386
+ const _RTem = "RemoveTags";
387
+ const _RW = "RequestWidget";
388
+ const _RWL = "RequestWidgetList";
389
+ const _RWT = "ReadWriteType";
390
+ const _Re = "Resource";
391
+ const _Rel = "Relevance";
392
+ const _S = "Source";
393
+ const _SBARA = "S3BucketAccessRoleArn";
394
+ const _SBDNEE = "S3BucketDoesNotExistException";
395
+ const _SBN = "S3BucketName";
396
+ const _SBR = "S3BucketRegion";
397
+ const _SC = "SourceConfig";
398
+ const _SDR = "StartDashboardRefresh";
399
+ const _SDRR = "StartDashboardRefreshRequest";
400
+ const _SDRRt = "StartDashboardRefreshResponse";
401
+ const _SEDSI = "StartEventDataStoreIngestion";
402
+ const _SEDSIR = "StartEventDataStoreIngestionRequest";
403
+ const _SEDSIRt = "StartEventDataStoreIngestionResponse";
404
+ const _SEDSIRto = "StopEventDataStoreIngestionRequest";
405
+ const _SEDSIRtop = "StopEventDataStoreIngestionResponse";
406
+ const _SEDSIt = "StopEventDataStoreIngestion";
407
+ const _SET = "StartEventTime";
408
+ const _SI = "StartIngestion";
409
+ const _SIR = "StartImportRequest";
410
+ const _SIRt = "StartImportResponse";
411
+ const _SIRto = "StopImportRequest";
412
+ const _SIRtop = "StopImportResponse";
413
+ const _SIS = "S3ImportSource";
414
+ const _SIt = "StartImport";
415
+ const _SIto = "StopImport";
416
+ const _SKP = "S3KeyPrefix";
417
+ const _SL = "StartLogging";
418
+ const _SLR = "StartLoggingRequest";
419
+ const _SLRt = "StartLoggingResponse";
420
+ const _SLRto = "StopLoggingRequest";
421
+ const _SLRtop = "StopLoggingResponse";
422
+ const _SLT = "StartLoggingTime";
423
+ const _SLTt = "StopLoggingTime";
424
+ const _SLU = "S3LocationUri";
425
+ const _SLt = "StopLogging";
426
+ const _SP = "SearchPhrase";
427
+ const _SQ = "StartQuery";
428
+ const _SQEE = "ServiceQuotaExceededException";
429
+ const _SQL = "SQL";
430
+ const _SQR = "StartQueryRequest";
431
+ const _SQRt = "StartQueryResponse";
432
+ const _SR = "SearchResults";
433
+ const _SSQ = "SearchSampleQueries";
434
+ const _SSQR = "SearchSampleQueriesRequest";
435
+ const _SSQRe = "SearchSampleQueriesResponse";
436
+ const _SSQSR = "SearchSampleQueriesSearchResult";
437
+ const _SSQSRe = "SearchSampleQueriesSearchResults";
438
+ const _ST = "StartTime";
439
+ const _STARN = "SnsTopicARN";
440
+ const _STN = "SnsTopicName";
441
+ const _SW = "StartsWith";
442
+ const _S_ = "S3";
443
+ const _St = "Status";
444
+ const _T = "Type";
445
+ const _TAEE = "TrailAlreadyExistsException";
446
+ const _TARN = "TrailARN";
447
+ const _TE = "ThrottlingException";
448
+ const _TI = "TrailInfo";
449
+ const _TL = "TagsList";
450
+ const _TLEE = "TagsLimitExceededException";
451
+ const _TLS = "TimeLoggingStarted";
452
+ const _TLSi = "TimeLoggingStopped";
453
+ const _TLr = "TrailList";
454
+ const _TN = "TrailName";
455
+ const _TNFE = "TrailNotFoundException";
456
+ const _TNPE = "TrailNotProvidedException";
457
+ const _TOD = "TimeOfDay";
458
+ const _TPE = "TerminationProtectionEnabled";
459
+ const _TRC = "TotalResultsCount";
460
+ const _Ta = "Tags";
461
+ const _Tag = "Tag";
462
+ const _Ti = "Timestamps";
463
+ const _Tr = "Trail";
464
+ const _Tra = "Trails";
465
+ const _U = "Username";
466
+ const _UC = "UpdateChannel";
467
+ const _UCR = "UpdateChannelRequest";
468
+ const _UCRp = "UpdateChannelResponse";
469
+ const _UD = "UpdateDashboard";
470
+ const _UDR = "UpdateDashboardRequest";
471
+ const _UDRp = "UpdateDashboardResponse";
472
+ const _UEDS = "UpdateEventDataStore";
473
+ const _UEDSR = "UpdateEventDataStoreRequest";
474
+ const _UEDSRp = "UpdateEventDataStoreResponse";
475
+ const _UOE = "UnsupportedOperationException";
476
+ const _UT = "UpdatedTimestamp";
477
+ const _UTR = "UpdateTrailRequest";
478
+ const _UTRp = "UpdateTrailResponse";
479
+ const _UTp = "UpdateTrail";
480
+ const _Un = "Unit";
481
+ const _V = "Values";
482
+ const _VET = "ValidityEndTime";
483
+ const _VP = "ViewProperties";
484
+ const _VST = "ValidityStartTime";
485
+ const _Va = "Value";
486
+ const _W = "Widgets";
487
+ const _WL = "WidgetList";
488
+ const _Wi = "Widget";
489
+ const _aQE = "awsQueryError";
490
+ const _c = "client";
491
+ const _e = "error";
492
+ const _hE = "httpError";
493
+ const _iST = "includeShadowTrails";
494
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.cloudtrail";
495
+ const _tL = "trailList";
496
+ const _tNL = "trailNameList";
497
+ const n0 = "com.amazonaws.cloudtrail";
498
+ import { TypeRegistry } from "@smithy/core/schema";
499
+ import { CloudTrailServiceException as __CloudTrailServiceException } from "../models/CloudTrailServiceException";
500
+ import { AccessDeniedException as __AccessDeniedException, AccountHasOngoingImportException as __AccountHasOngoingImportException, AccountNotFoundException as __AccountNotFoundException, AccountNotRegisteredException as __AccountNotRegisteredException, AccountRegisteredException as __AccountRegisteredException, CannotDelegateManagementAccountException as __CannotDelegateManagementAccountException, ChannelAlreadyExistsException as __ChannelAlreadyExistsException, ChannelARNInvalidException as __ChannelARNInvalidException, ChannelExistsForEDSException as __ChannelExistsForEDSException, ChannelMaxLimitExceededException as __ChannelMaxLimitExceededException, ChannelNotFoundException as __ChannelNotFoundException, CloudTrailAccessNotEnabledException as __CloudTrailAccessNotEnabledException, CloudTrailARNInvalidException as __CloudTrailARNInvalidException, CloudTrailInvalidClientTokenIdException as __CloudTrailInvalidClientTokenIdException, CloudWatchLogsDeliveryUnavailableException as __CloudWatchLogsDeliveryUnavailableException, ConcurrentModificationException as __ConcurrentModificationException, ConflictException as __ConflictException, DelegatedAdminAccountLimitExceededException as __DelegatedAdminAccountLimitExceededException, EventDataStoreAlreadyExistsException as __EventDataStoreAlreadyExistsException, EventDataStoreARNInvalidException as __EventDataStoreARNInvalidException, EventDataStoreFederationEnabledException as __EventDataStoreFederationEnabledException, EventDataStoreHasOngoingImportException as __EventDataStoreHasOngoingImportException, EventDataStoreMaxLimitExceededException as __EventDataStoreMaxLimitExceededException, EventDataStoreNotFoundException as __EventDataStoreNotFoundException, EventDataStoreTerminationProtectedException as __EventDataStoreTerminationProtectedException, GenerateResponseException as __GenerateResponseException, ImportNotFoundException as __ImportNotFoundException, InactiveEventDataStoreException as __InactiveEventDataStoreException, InactiveQueryException as __InactiveQueryException, InsightNotEnabledException as __InsightNotEnabledException, InsufficientDependencyServiceAccessPermissionException as __InsufficientDependencyServiceAccessPermissionException, InsufficientEncryptionPolicyException as __InsufficientEncryptionPolicyException, InsufficientIAMAccessPermissionException as __InsufficientIAMAccessPermissionException, InsufficientS3BucketPolicyException as __InsufficientS3BucketPolicyException, InsufficientSnsTopicPolicyException as __InsufficientSnsTopicPolicyException, InvalidCloudWatchLogsLogGroupArnException as __InvalidCloudWatchLogsLogGroupArnException, InvalidCloudWatchLogsRoleArnException as __InvalidCloudWatchLogsRoleArnException, InvalidDateRangeException as __InvalidDateRangeException, InvalidEventCategoryException as __InvalidEventCategoryException, InvalidEventDataStoreCategoryException as __InvalidEventDataStoreCategoryException, InvalidEventDataStoreStatusException as __InvalidEventDataStoreStatusException, InvalidEventSelectorsException as __InvalidEventSelectorsException, InvalidHomeRegionException as __InvalidHomeRegionException, InvalidImportSourceException as __InvalidImportSourceException, InvalidInsightSelectorsException as __InvalidInsightSelectorsException, InvalidKmsKeyIdException as __InvalidKmsKeyIdException, InvalidLookupAttributesException as __InvalidLookupAttributesException, InvalidMaxResultsException as __InvalidMaxResultsException, InvalidNextTokenException as __InvalidNextTokenException, InvalidParameterCombinationException as __InvalidParameterCombinationException, InvalidParameterException as __InvalidParameterException, InvalidQueryStatementException as __InvalidQueryStatementException, InvalidQueryStatusException as __InvalidQueryStatusException, InvalidS3BucketNameException as __InvalidS3BucketNameException, InvalidS3PrefixException as __InvalidS3PrefixException, InvalidSnsTopicNameException as __InvalidSnsTopicNameException, InvalidSourceException as __InvalidSourceException, InvalidTagParameterException as __InvalidTagParameterException, InvalidTimeRangeException as __InvalidTimeRangeException, InvalidTokenException as __InvalidTokenException, InvalidTrailNameException as __InvalidTrailNameException, KmsException as __KmsException, KmsKeyDisabledException as __KmsKeyDisabledException, KmsKeyNotFoundException as __KmsKeyNotFoundException, MaxConcurrentQueriesException as __MaxConcurrentQueriesException, MaximumNumberOfTrailsExceededException as __MaximumNumberOfTrailsExceededException, NoManagementAccountSLRExistsException as __NoManagementAccountSLRExistsException, NotOrganizationManagementAccountException as __NotOrganizationManagementAccountException, NotOrganizationMasterAccountException as __NotOrganizationMasterAccountException, OperationNotPermittedException as __OperationNotPermittedException, OrganizationNotInAllFeaturesModeException as __OrganizationNotInAllFeaturesModeException, OrganizationsNotInUseException as __OrganizationsNotInUseException, QueryIdNotFoundException as __QueryIdNotFoundException, ResourceARNNotValidException as __ResourceARNNotValidException, ResourceNotFoundException as __ResourceNotFoundException, ResourcePolicyNotFoundException as __ResourcePolicyNotFoundException, ResourcePolicyNotValidException as __ResourcePolicyNotValidException, ResourceTypeNotSupportedException as __ResourceTypeNotSupportedException, S3BucketDoesNotExistException as __S3BucketDoesNotExistException, ServiceQuotaExceededException as __ServiceQuotaExceededException, TagsLimitExceededException as __TagsLimitExceededException, ThrottlingException as __ThrottlingException, TrailAlreadyExistsException as __TrailAlreadyExistsException, TrailNotFoundException as __TrailNotFoundException, TrailNotProvidedException as __TrailNotProvidedException, UnsupportedOperationException as __UnsupportedOperationException, } from "../models/index";
501
+ export var AccessDeniedException = [
502
+ -3,
503
+ n0,
504
+ _ADE,
505
+ {
506
+ [_e]: _c,
507
+ [_hE]: 403,
508
+ [_aQE]: [`ResourceAccessDenied`, 403],
509
+ },
510
+ [_M],
511
+ [0],
512
+ ];
513
+ TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
514
+ export var AccountHasOngoingImportException = [
515
+ -3,
516
+ n0,
517
+ _AHOIE,
518
+ {
519
+ [_e]: _c,
520
+ [_hE]: 400,
521
+ [_aQE]: [`AccountHasOngoingImport`, 400],
522
+ },
523
+ [_M],
524
+ [0],
525
+ ];
526
+ TypeRegistry.for(n0).registerError(AccountHasOngoingImportException, __AccountHasOngoingImportException);
527
+ export var AccountNotFoundException = [
528
+ -3,
529
+ n0,
530
+ _ANFE,
531
+ {
532
+ [_e]: _c,
533
+ [_hE]: 404,
534
+ [_aQE]: [`AccountNotFound`, 404],
535
+ },
536
+ [_M],
537
+ [0],
538
+ ];
539
+ TypeRegistry.for(n0).registerError(AccountNotFoundException, __AccountNotFoundException);
540
+ export var AccountNotRegisteredException = [
541
+ -3,
542
+ n0,
543
+ _ANRE,
544
+ {
545
+ [_e]: _c,
546
+ [_hE]: 400,
547
+ [_aQE]: [`AccountNotRegistered`, 400],
548
+ },
549
+ [_M],
550
+ [0],
551
+ ];
552
+ TypeRegistry.for(n0).registerError(AccountNotRegisteredException, __AccountNotRegisteredException);
553
+ export var AccountRegisteredException = [
554
+ -3,
555
+ n0,
556
+ _ARE,
557
+ {
558
+ [_e]: _c,
559
+ [_hE]: 400,
560
+ [_aQE]: [`AccountRegistered`, 400],
561
+ },
562
+ [_M],
563
+ [0],
564
+ ];
565
+ TypeRegistry.for(n0).registerError(AccountRegisteredException, __AccountRegisteredException);
566
+ export var AddTagsRequest = [3, n0, _ATR, 0, [_RI, _TL], [0, () => TagsList]];
567
+ export var AddTagsResponse = [3, n0, _ATRd, 0, [], []];
568
+ export var AdvancedEventSelector = [
569
+ 3,
570
+ n0,
571
+ _AES,
572
+ 0,
573
+ [_N, _FS],
574
+ [0, () => AdvancedFieldSelectors],
575
+ ];
576
+ export var AdvancedFieldSelector = [
577
+ 3,
578
+ n0,
579
+ _AFS,
580
+ 0,
581
+ [_F, _E, _SW, _EW, _NE, _NSW, _NEW],
582
+ [0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0],
583
+ ];
584
+ export var CancelQueryRequest = [3, n0, _CQR, 0, [_EDS, _QI, _EDSOAI], [0, 0, 0]];
585
+ export var CancelQueryResponse = [3, n0, _CQRa, 0, [_QI, _QS, _EDSOAI], [0, 0, 0]];
586
+ export var CannotDelegateManagementAccountException = [
587
+ -3,
588
+ n0,
589
+ _CDMAE,
590
+ {
591
+ [_e]: _c,
592
+ [_hE]: 400,
593
+ [_aQE]: [`CannotDelegateManagementAccount`, 400],
594
+ },
595
+ [_M],
596
+ [0],
597
+ ];
598
+ TypeRegistry.for(n0).registerError(CannotDelegateManagementAccountException, __CannotDelegateManagementAccountException);
599
+ export var Channel = [3, n0, _C, 0, [_CA, _N], [0, 0]];
600
+ export var ChannelAlreadyExistsException = [
601
+ -3,
602
+ n0,
603
+ _CAEE,
604
+ {
605
+ [_e]: _c,
606
+ [_hE]: 400,
607
+ [_aQE]: [`ChannelAlreadyExists`, 400],
608
+ },
609
+ [_M],
610
+ [0],
611
+ ];
612
+ TypeRegistry.for(n0).registerError(ChannelAlreadyExistsException, __ChannelAlreadyExistsException);
613
+ export var ChannelARNInvalidException = [
614
+ -3,
615
+ n0,
616
+ _CARNIE,
617
+ {
618
+ [_e]: _c,
619
+ [_hE]: 400,
620
+ [_aQE]: [`ChannelARNInvalid`, 400],
621
+ },
622
+ [_M],
623
+ [0],
624
+ ];
625
+ TypeRegistry.for(n0).registerError(ChannelARNInvalidException, __ChannelARNInvalidException);
626
+ export var ChannelExistsForEDSException = [
627
+ -3,
628
+ n0,
629
+ _CEFEDSE,
630
+ {
631
+ [_e]: _c,
632
+ [_hE]: 400,
633
+ [_aQE]: [`ChannelExistsForEDS`, 400],
634
+ },
635
+ [_M],
636
+ [0],
637
+ ];
638
+ TypeRegistry.for(n0).registerError(ChannelExistsForEDSException, __ChannelExistsForEDSException);
639
+ export var ChannelMaxLimitExceededException = [
640
+ -3,
641
+ n0,
642
+ _CMLEE,
643
+ {
644
+ [_e]: _c,
645
+ [_hE]: 400,
646
+ [_aQE]: [`ChannelMaxLimitExceeded`, 400],
647
+ },
648
+ [_M],
649
+ [0],
650
+ ];
651
+ TypeRegistry.for(n0).registerError(ChannelMaxLimitExceededException, __ChannelMaxLimitExceededException);
652
+ export var ChannelNotFoundException = [
653
+ -3,
654
+ n0,
655
+ _CNFE,
656
+ {
657
+ [_e]: _c,
658
+ [_hE]: 404,
659
+ [_aQE]: [`ChannelNotFound`, 404],
660
+ },
661
+ [_M],
662
+ [0],
663
+ ];
664
+ TypeRegistry.for(n0).registerError(ChannelNotFoundException, __ChannelNotFoundException);
665
+ export var CloudTrailAccessNotEnabledException = [
666
+ -3,
667
+ n0,
668
+ _CTANEE,
669
+ {
670
+ [_e]: _c,
671
+ [_hE]: 400,
672
+ [_aQE]: [`CloudTrailAccessNotEnabled`, 400],
673
+ },
674
+ [_M],
675
+ [0],
676
+ ];
677
+ TypeRegistry.for(n0).registerError(CloudTrailAccessNotEnabledException, __CloudTrailAccessNotEnabledException);
678
+ export var CloudTrailARNInvalidException = [
679
+ -3,
680
+ n0,
681
+ _CTARNIE,
682
+ {
683
+ [_e]: _c,
684
+ [_hE]: 400,
685
+ [_aQE]: [`CloudTrailARNInvalid`, 400],
686
+ },
687
+ [_M],
688
+ [0],
689
+ ];
690
+ TypeRegistry.for(n0).registerError(CloudTrailARNInvalidException, __CloudTrailARNInvalidException);
691
+ export var CloudTrailInvalidClientTokenIdException = [
692
+ -3,
693
+ n0,
694
+ _CTICTIE,
695
+ {
696
+ [_e]: _c,
697
+ [_hE]: 400,
698
+ [_aQE]: [`CloudTrailInvalidClientTokenId`, 400],
699
+ },
700
+ [_M],
701
+ [0],
702
+ ];
703
+ TypeRegistry.for(n0).registerError(CloudTrailInvalidClientTokenIdException, __CloudTrailInvalidClientTokenIdException);
704
+ export var CloudWatchLogsDeliveryUnavailableException = [
705
+ -3,
706
+ n0,
707
+ _CWLDUE,
708
+ {
709
+ [_e]: _c,
710
+ [_hE]: 400,
711
+ [_aQE]: [`CloudWatchLogsDeliveryUnavailable`, 400],
712
+ },
713
+ [_M],
714
+ [0],
715
+ ];
716
+ TypeRegistry.for(n0).registerError(CloudWatchLogsDeliveryUnavailableException, __CloudWatchLogsDeliveryUnavailableException);
717
+ export var ConcurrentModificationException = [
718
+ -3,
719
+ n0,
720
+ _CME,
721
+ {
722
+ [_e]: _c,
723
+ [_hE]: 400,
724
+ [_aQE]: [`ConcurrentModification`, 400],
725
+ },
726
+ [_M],
727
+ [0],
728
+ ];
729
+ TypeRegistry.for(n0).registerError(ConcurrentModificationException, __ConcurrentModificationException);
730
+ export var ConflictException = [
731
+ -3,
732
+ n0,
733
+ _CE,
734
+ {
735
+ [_e]: _c,
736
+ [_hE]: 409,
737
+ [_aQE]: [`ConflictException`, 409],
738
+ },
739
+ [_M],
740
+ [0],
741
+ ];
742
+ TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
743
+ export var ContextKeySelector = [3, n0, _CKS, 0, [_T, _E], [0, 64 | 0]];
744
+ export var CreateChannelRequest = [
745
+ 3,
746
+ n0,
747
+ _CCR,
748
+ 0,
749
+ [_N, _S, _D, _Ta],
750
+ [0, 0, () => Destinations, () => TagsList],
751
+ ];
752
+ export var CreateChannelResponse = [
753
+ 3,
754
+ n0,
755
+ _CCRr,
756
+ 0,
757
+ [_CA, _N, _S, _D, _Ta],
758
+ [0, 0, 0, () => Destinations, () => TagsList],
759
+ ];
760
+ export var CreateDashboardRequest = [
761
+ 3,
762
+ n0,
763
+ _CDR,
764
+ 0,
765
+ [_N, _RS, _TL, _TPE, _W],
766
+ [0, () => RefreshSchedule, () => TagsList, 2, () => RequestWidgetList],
767
+ ];
768
+ export var CreateDashboardResponse = [
769
+ 3,
770
+ n0,
771
+ _CDRr,
772
+ 0,
773
+ [_DA, _N, _T, _W, _TL, _RS, _TPE],
774
+ [0, 0, 0, () => WidgetList, () => TagsList, () => RefreshSchedule, 2],
775
+ ];
776
+ export var CreateEventDataStoreRequest = [
777
+ 3,
778
+ n0,
779
+ _CEDSR,
780
+ 0,
781
+ [_N, _AESd, _MRE, _OE, _RP, _TPE, _TL, _KKI, _SI, _BM],
782
+ [0, () => AdvancedEventSelectors, 2, 2, 1, 2, () => TagsList, 0, 2, 0],
783
+ ];
784
+ export var CreateEventDataStoreResponse = [
785
+ 3,
786
+ n0,
787
+ _CEDSRr,
788
+ 0,
789
+ [_EDSA, _N, _St, _AESd, _MRE, _OE, _RP, _TPE, _TL, _CT, _UT, _KKI, _BM],
790
+ [0, 0, 0, () => AdvancedEventSelectors, 2, 2, 1, 2, () => TagsList, 4, 4, 0, 0],
791
+ ];
792
+ export var CreateTrailRequest = [
793
+ 3,
794
+ n0,
795
+ _CTR,
796
+ 0,
797
+ [_N, _SBN, _SKP, _STN, _IGSE, _IMRT, _ELFV, _CWLLGA, _CWLRA, _KKI, _IOT, _TL],
798
+ [0, 0, 0, 0, 2, 2, 2, 0, 0, 0, 2, () => TagsList],
799
+ ];
800
+ export var CreateTrailResponse = [
801
+ 3,
802
+ n0,
803
+ _CTRr,
804
+ 0,
805
+ [_N, _SBN, _SKP, _STN, _STARN, _IGSE, _IMRT, _TARN, _LFVE, _CWLLGA, _CWLRA, _KKI, _IOT],
806
+ [0, 0, 0, 0, 0, 2, 2, 0, 2, 0, 0, 0, 2],
807
+ ];
808
+ export var DashboardDetail = [3, n0, _DD, 0, [_DA, _T], [0, 0]];
809
+ export var DataResource = [3, n0, _DR, 0, [_T, _V], [0, 64 | 0]];
810
+ export var DelegatedAdminAccountLimitExceededException = [
811
+ -3,
812
+ n0,
813
+ _DAALEE,
814
+ {
815
+ [_e]: _c,
816
+ [_hE]: 400,
817
+ [_aQE]: [`DelegatedAdminAccountLimitExceeded`, 400],
818
+ },
819
+ [_M],
820
+ [0],
821
+ ];
822
+ TypeRegistry.for(n0).registerError(DelegatedAdminAccountLimitExceededException, __DelegatedAdminAccountLimitExceededException);
823
+ export var DeleteChannelRequest = [3, n0, _DCR, 0, [_C], [0]];
824
+ export var DeleteChannelResponse = [3, n0, _DCRe, 0, [], []];
825
+ export var DeleteDashboardRequest = [3, n0, _DDR, 0, [_DI], [0]];
826
+ export var DeleteDashboardResponse = [3, n0, _DDRe, 0, [], []];
827
+ export var DeleteEventDataStoreRequest = [3, n0, _DEDSR, 0, [_EDS], [0]];
828
+ export var DeleteEventDataStoreResponse = [3, n0, _DEDSRe, 0, [], []];
829
+ export var DeleteResourcePolicyRequest = [3, n0, _DRPR, 0, [_RA], [0]];
830
+ export var DeleteResourcePolicyResponse = [3, n0, _DRPRe, 0, [], []];
831
+ export var DeleteTrailRequest = [3, n0, _DTR, 0, [_N], [0]];
832
+ export var DeleteTrailResponse = [3, n0, _DTRe, 0, [], []];
833
+ export var DeregisterOrganizationDelegatedAdminRequest = [3, n0, _DODAR, 0, [_DAAI], [0]];
834
+ export var DeregisterOrganizationDelegatedAdminResponse = [3, n0, _DODARe, 0, [], []];
835
+ export var DescribeQueryRequest = [
836
+ 3,
837
+ n0,
838
+ _DQR,
839
+ 0,
840
+ [_EDS, _QI, _QA, _RIe, _EDSOAI],
841
+ [0, 0, 0, 0, 0],
842
+ ];
843
+ export var DescribeQueryResponse = [
844
+ 3,
845
+ n0,
846
+ _DQRe,
847
+ 0,
848
+ [_QI, _QSu, _QS, _QSue, _EM, _DSU, _DS, _P, _EDSOAI],
849
+ [0, 0, 0, () => QueryStatisticsForDescribeQuery, 0, 0, 0, 0, 0],
850
+ ];
851
+ export var DescribeTrailsRequest = [3, n0, _DTRes, 0, [_tNL, _iST], [64 | 0, 2]];
852
+ export var DescribeTrailsResponse = [3, n0, _DTResc, 0, [_tL], [() => TrailList]];
853
+ export var Destination = [3, n0, _De, 0, [_T, _L], [0, 0]];
854
+ export var DisableFederationRequest = [3, n0, _DFR, 0, [_EDS], [0]];
855
+ export var DisableFederationResponse = [3, n0, _DFRi, 0, [_EDSA, _FSe], [0, 0]];
856
+ export var EnableFederationRequest = [3, n0, _EFR, 0, [_EDS, _FRA], [0, 0]];
857
+ export var EnableFederationResponse = [3, n0, _EFRn, 0, [_EDSA, _FSe, _FRA], [0, 0, 0]];
858
+ export var Event = [
859
+ 3,
860
+ n0,
861
+ _Ev,
862
+ 0,
863
+ [_EI, _EN, _RO, _AKI, _ET, _ES, _U, _R, _CTE],
864
+ [0, 0, 0, 0, 4, 0, 0, () => ResourceList, 0],
865
+ ];
866
+ export var EventDataStore = [
867
+ 3,
868
+ n0,
869
+ _EDS,
870
+ 0,
871
+ [_EDSA, _N, _TPE, _St, _AESd, _MRE, _OE, _RP, _CT, _UT],
872
+ [0, 0, 2, 0, () => AdvancedEventSelectors, 2, 2, 1, 4, 4],
873
+ ];
874
+ export var EventDataStoreAlreadyExistsException = [
875
+ -3,
876
+ n0,
877
+ _EDSAEE,
878
+ {
879
+ [_e]: _c,
880
+ [_hE]: 400,
881
+ [_aQE]: [`EventDataStoreAlreadyExists`, 400],
882
+ },
883
+ [_M],
884
+ [0],
885
+ ];
886
+ TypeRegistry.for(n0).registerError(EventDataStoreAlreadyExistsException, __EventDataStoreAlreadyExistsException);
887
+ export var EventDataStoreARNInvalidException = [
888
+ -3,
889
+ n0,
890
+ _EDSARNIE,
891
+ {
892
+ [_e]: _c,
893
+ [_hE]: 400,
894
+ [_aQE]: [`EventDataStoreARNInvalid`, 400],
895
+ },
896
+ [_M],
897
+ [0],
898
+ ];
899
+ TypeRegistry.for(n0).registerError(EventDataStoreARNInvalidException, __EventDataStoreARNInvalidException);
900
+ export var EventDataStoreFederationEnabledException = [
901
+ -3,
902
+ n0,
903
+ _EDSFEE,
904
+ {
905
+ [_e]: _c,
906
+ [_hE]: 400,
907
+ [_aQE]: [`EventDataStoreFederationEnabled`, 400],
908
+ },
909
+ [_M],
910
+ [0],
911
+ ];
912
+ TypeRegistry.for(n0).registerError(EventDataStoreFederationEnabledException, __EventDataStoreFederationEnabledException);
913
+ export var EventDataStoreHasOngoingImportException = [
914
+ -3,
915
+ n0,
916
+ _EDSHOIE,
917
+ {
918
+ [_e]: _c,
919
+ [_hE]: 400,
920
+ [_aQE]: [`EventDataStoreHasOngoingImport`, 400],
921
+ },
922
+ [_M],
923
+ [0],
924
+ ];
925
+ TypeRegistry.for(n0).registerError(EventDataStoreHasOngoingImportException, __EventDataStoreHasOngoingImportException);
926
+ export var EventDataStoreMaxLimitExceededException = [
927
+ -3,
928
+ n0,
929
+ _EDSMLEE,
930
+ {
931
+ [_e]: _c,
932
+ [_hE]: 400,
933
+ [_aQE]: [`EventDataStoreMaxLimitExceeded`, 400],
934
+ },
935
+ [_M],
936
+ [0],
937
+ ];
938
+ TypeRegistry.for(n0).registerError(EventDataStoreMaxLimitExceededException, __EventDataStoreMaxLimitExceededException);
939
+ export var EventDataStoreNotFoundException = [
940
+ -3,
941
+ n0,
942
+ _EDSNFE,
943
+ {
944
+ [_e]: _c,
945
+ [_hE]: 404,
946
+ [_aQE]: [`EventDataStoreNotFound`, 404],
947
+ },
948
+ [_M],
949
+ [0],
950
+ ];
951
+ TypeRegistry.for(n0).registerError(EventDataStoreNotFoundException, __EventDataStoreNotFoundException);
952
+ export var EventDataStoreTerminationProtectedException = [
953
+ -3,
954
+ n0,
955
+ _EDSTPE,
956
+ {
957
+ [_e]: _c,
958
+ [_hE]: 400,
959
+ [_aQE]: [`EventDataStoreTerminationProtectedException`, 400],
960
+ },
961
+ [_M],
962
+ [0],
963
+ ];
964
+ TypeRegistry.for(n0).registerError(EventDataStoreTerminationProtectedException, __EventDataStoreTerminationProtectedException);
965
+ export var EventSelector = [
966
+ 3,
967
+ n0,
968
+ _ESv,
969
+ 0,
970
+ [_RWT, _IME, _DRa, _EMES],
971
+ [0, 2, () => DataResources, 64 | 0],
972
+ ];
973
+ export var GenerateQueryRequest = [3, n0, _GQR, 0, [_EDSv, _P], [64 | 0, 0]];
974
+ export var GenerateQueryResponse = [3, n0, _GQRe, 0, [_QSuer, _QA, _EDSOAI], [0, 0, 0]];
975
+ export var GenerateResponseException = [
976
+ -3,
977
+ n0,
978
+ _GRE,
979
+ {
980
+ [_e]: _c,
981
+ [_hE]: 400,
982
+ [_aQE]: [`GenerateResponse`, 400],
983
+ },
984
+ [_M],
985
+ [0],
986
+ ];
987
+ TypeRegistry.for(n0).registerError(GenerateResponseException, __GenerateResponseException);
988
+ export var GetChannelRequest = [3, n0, _GCR, 0, [_C], [0]];
989
+ export var GetChannelResponse = [
990
+ 3,
991
+ n0,
992
+ _GCRe,
993
+ 0,
994
+ [_CA, _N, _S, _SC, _D, _IS],
995
+ [0, 0, 0, () => SourceConfig, () => Destinations, () => IngestionStatus],
996
+ ];
997
+ export var GetDashboardRequest = [3, n0, _GDR, 0, [_DI], [0]];
998
+ export var GetDashboardResponse = [
999
+ 3,
1000
+ n0,
1001
+ _GDRe,
1002
+ 0,
1003
+ [_DA, _T, _St, _W, _RS, _CT, _UT, _LRI, _LRFR, _TPE],
1004
+ [0, 0, 0, () => WidgetList, () => RefreshSchedule, 4, 4, 0, 0, 2],
1005
+ ];
1006
+ export var GetEventConfigurationRequest = [3, n0, _GECR, 0, [_EDS], [0]];
1007
+ export var GetEventConfigurationResponse = [
1008
+ 3,
1009
+ n0,
1010
+ _GECRe,
1011
+ 0,
1012
+ [_EDSA, _MES, _CKSo],
1013
+ [0, 0, () => ContextKeySelectors],
1014
+ ];
1015
+ export var GetEventDataStoreRequest = [3, n0, _GEDSR, 0, [_EDS], [0]];
1016
+ export var GetEventDataStoreResponse = [
1017
+ 3,
1018
+ n0,
1019
+ _GEDSRe,
1020
+ 0,
1021
+ [_EDSA, _N, _St, _AESd, _MRE, _OE, _RP, _TPE, _CT, _UT, _KKI, _BM, _FSe, _FRA, _PK],
1022
+ [0, 0, 0, () => AdvancedEventSelectors, 2, 2, 1, 2, 4, 4, 0, 0, 0, 0, () => PartitionKeyList],
1023
+ ];
1024
+ export var GetEventSelectorsRequest = [3, n0, _GESR, 0, [_TN], [0]];
1025
+ export var GetEventSelectorsResponse = [
1026
+ 3,
1027
+ n0,
1028
+ _GESRe,
1029
+ 0,
1030
+ [_TARN, _ESve, _AESd],
1031
+ [0, () => EventSelectors, () => AdvancedEventSelectors],
1032
+ ];
1033
+ export var GetImportRequest = [3, n0, _GIR, 0, [_II], [0]];
1034
+ export var GetImportResponse = [
1035
+ 3,
1036
+ n0,
1037
+ _GIRe,
1038
+ 0,
1039
+ [_II, _D, _ISm, _SET, _EET, _ISmp, _CT, _UT, _ISmpo],
1040
+ [0, 64 | 0, () => ImportSource, 4, 4, 0, 4, 4, () => ImportStatistics],
1041
+ ];
1042
+ export var GetInsightSelectorsRequest = [3, n0, _GISR, 0, [_TN, _EDS], [0, 0]];
1043
+ export var GetInsightSelectorsResponse = [
1044
+ 3,
1045
+ n0,
1046
+ _GISRe,
1047
+ 0,
1048
+ [_TARN, _ISn, _EDSA, _ID],
1049
+ [0, () => InsightSelectors, 0, 0],
1050
+ ];
1051
+ export var GetQueryResultsRequest = [
1052
+ 3,
1053
+ n0,
1054
+ _GQRR,
1055
+ 0,
1056
+ [_EDS, _QI, _NT, _MQR, _EDSOAI],
1057
+ [0, 0, 0, 1, 0],
1058
+ ];
1059
+ export var GetQueryResultsResponse = [
1060
+ 3,
1061
+ n0,
1062
+ _GQRRe,
1063
+ 0,
1064
+ [_QS, _QSue, _QRR, _NT, _EM],
1065
+ [0, () => QueryStatistics, [1, n0, _QRR, 0, [1, n0, _QRRu, 0, 128 | 0]], 0, 0],
1066
+ ];
1067
+ export var GetResourcePolicyRequest = [3, n0, _GRPR, 0, [_RA], [0]];
1068
+ export var GetResourcePolicyResponse = [3, n0, _GRPRe, 0, [_RA, _RPe, _DARP], [0, 0, 0]];
1069
+ export var GetTrailRequest = [3, n0, _GTR, 0, [_N], [0]];
1070
+ export var GetTrailResponse = [3, n0, _GTRe, 0, [_Tr], [() => Trail]];
1071
+ export var GetTrailStatusRequest = [3, n0, _GTSR, 0, [_N], [0]];
1072
+ export var GetTrailStatusResponse = [
1073
+ 3,
1074
+ n0,
1075
+ _GTSRe,
1076
+ 0,
1077
+ [_IL, _LDE, _LNE, _LDT, _LNT, _SLT, _SLTt, _LCWLDE, _LCWLDT, _LDDT, _LDDE, _LDAT, _LNAT, _LNAS, _LDAS, _TLS, _TLSi],
1078
+ [2, 0, 0, 4, 4, 4, 4, 0, 4, 4, 0, 0, 0, 0, 0, 0, 0],
1079
+ ];
1080
+ export var ImportFailureListItem = [
1081
+ 3,
1082
+ n0,
1083
+ _IFLI,
1084
+ 0,
1085
+ [_L, _St, _ETr, _EM, _LUT],
1086
+ [0, 0, 0, 0, 4],
1087
+ ];
1088
+ export var ImportNotFoundException = [
1089
+ -3,
1090
+ n0,
1091
+ _INFE,
1092
+ {
1093
+ [_e]: _c,
1094
+ [_hE]: 404,
1095
+ [_aQE]: [`ImportNotFound`, 404],
1096
+ },
1097
+ [_M],
1098
+ [0],
1099
+ ];
1100
+ TypeRegistry.for(n0).registerError(ImportNotFoundException, __ImportNotFoundException);
1101
+ export var ImportsListItem = [3, n0, _ILI, 0, [_II, _ISmp, _D, _CT, _UT], [0, 0, 64 | 0, 4, 4]];
1102
+ export var ImportSource = [3, n0, _ISm, 0, [_S_], [() => S3ImportSource]];
1103
+ export var ImportStatistics = [3, n0, _ISmpo, 0, [_PF, _PC, _FC, _EC, _FE], [1, 1, 1, 1, 1]];
1104
+ export var InactiveEventDataStoreException = [
1105
+ -3,
1106
+ n0,
1107
+ _IEDSE,
1108
+ {
1109
+ [_e]: _c,
1110
+ [_hE]: 400,
1111
+ [_aQE]: [`InactiveEventDataStore`, 400],
1112
+ },
1113
+ [_M],
1114
+ [0],
1115
+ ];
1116
+ TypeRegistry.for(n0).registerError(InactiveEventDataStoreException, __InactiveEventDataStoreException);
1117
+ export var InactiveQueryException = [
1118
+ -3,
1119
+ n0,
1120
+ _IQE,
1121
+ {
1122
+ [_e]: _c,
1123
+ [_hE]: 400,
1124
+ [_aQE]: [`InactiveQuery`, 400],
1125
+ },
1126
+ [_M],
1127
+ [0],
1128
+ ];
1129
+ TypeRegistry.for(n0).registerError(InactiveQueryException, __InactiveQueryException);
1130
+ export var IngestionStatus = [
1131
+ 3,
1132
+ n0,
1133
+ _IS,
1134
+ 0,
1135
+ [_LIST, _LISEID, _LIEC, _LIAT, _LIAEID],
1136
+ [4, 0, 0, 4, 0],
1137
+ ];
1138
+ export var InsightNotEnabledException = [
1139
+ -3,
1140
+ n0,
1141
+ _INEE,
1142
+ {
1143
+ [_e]: _c,
1144
+ [_hE]: 400,
1145
+ [_aQE]: [`InsightNotEnabled`, 400],
1146
+ },
1147
+ [_M],
1148
+ [0],
1149
+ ];
1150
+ TypeRegistry.for(n0).registerError(InsightNotEnabledException, __InsightNotEnabledException);
1151
+ export var InsightSelector = [3, n0, _ISns, 0, [_IT], [0]];
1152
+ export var InsufficientDependencyServiceAccessPermissionException = [
1153
+ -3,
1154
+ n0,
1155
+ _IDSAPE,
1156
+ {
1157
+ [_e]: _c,
1158
+ [_hE]: 400,
1159
+ [_aQE]: [`InsufficientDependencyServiceAccessPermission`, 400],
1160
+ },
1161
+ [_M],
1162
+ [0],
1163
+ ];
1164
+ TypeRegistry.for(n0).registerError(InsufficientDependencyServiceAccessPermissionException, __InsufficientDependencyServiceAccessPermissionException);
1165
+ export var InsufficientEncryptionPolicyException = [
1166
+ -3,
1167
+ n0,
1168
+ _IEPE,
1169
+ {
1170
+ [_e]: _c,
1171
+ [_hE]: 400,
1172
+ [_aQE]: [`InsufficientEncryptionPolicy`, 400],
1173
+ },
1174
+ [_M],
1175
+ [0],
1176
+ ];
1177
+ TypeRegistry.for(n0).registerError(InsufficientEncryptionPolicyException, __InsufficientEncryptionPolicyException);
1178
+ export var InsufficientIAMAccessPermissionException = [
1179
+ -3,
1180
+ n0,
1181
+ _IIAMAPE,
1182
+ {
1183
+ [_e]: _c,
1184
+ [_hE]: 400,
1185
+ [_aQE]: [`InsufficientIAMAccessPermission`, 400],
1186
+ },
1187
+ [_M],
1188
+ [0],
1189
+ ];
1190
+ TypeRegistry.for(n0).registerError(InsufficientIAMAccessPermissionException, __InsufficientIAMAccessPermissionException);
1191
+ export var InsufficientS3BucketPolicyException = [
1192
+ -3,
1193
+ n0,
1194
+ _ISBPE,
1195
+ {
1196
+ [_e]: _c,
1197
+ [_hE]: 403,
1198
+ [_aQE]: [`InsufficientS3BucketPolicy`, 403],
1199
+ },
1200
+ [_M],
1201
+ [0],
1202
+ ];
1203
+ TypeRegistry.for(n0).registerError(InsufficientS3BucketPolicyException, __InsufficientS3BucketPolicyException);
1204
+ export var InsufficientSnsTopicPolicyException = [
1205
+ -3,
1206
+ n0,
1207
+ _ISTPE,
1208
+ {
1209
+ [_e]: _c,
1210
+ [_hE]: 403,
1211
+ [_aQE]: [`InsufficientSnsTopicPolicy`, 403],
1212
+ },
1213
+ [_M],
1214
+ [0],
1215
+ ];
1216
+ TypeRegistry.for(n0).registerError(InsufficientSnsTopicPolicyException, __InsufficientSnsTopicPolicyException);
1217
+ export var InvalidCloudWatchLogsLogGroupArnException = [
1218
+ -3,
1219
+ n0,
1220
+ _ICWLLGAE,
1221
+ {
1222
+ [_e]: _c,
1223
+ [_hE]: 400,
1224
+ [_aQE]: [`InvalidCloudWatchLogsLogGroupArn`, 400],
1225
+ },
1226
+ [_M],
1227
+ [0],
1228
+ ];
1229
+ TypeRegistry.for(n0).registerError(InvalidCloudWatchLogsLogGroupArnException, __InvalidCloudWatchLogsLogGroupArnException);
1230
+ export var InvalidCloudWatchLogsRoleArnException = [
1231
+ -3,
1232
+ n0,
1233
+ _ICWLRAE,
1234
+ {
1235
+ [_e]: _c,
1236
+ [_hE]: 400,
1237
+ [_aQE]: [`InvalidCloudWatchLogsRoleArn`, 400],
1238
+ },
1239
+ [_M],
1240
+ [0],
1241
+ ];
1242
+ TypeRegistry.for(n0).registerError(InvalidCloudWatchLogsRoleArnException, __InvalidCloudWatchLogsRoleArnException);
1243
+ export var InvalidDateRangeException = [
1244
+ -3,
1245
+ n0,
1246
+ _IDRE,
1247
+ {
1248
+ [_e]: _c,
1249
+ [_hE]: 400,
1250
+ [_aQE]: [`InvalidDateRange`, 400],
1251
+ },
1252
+ [_M],
1253
+ [0],
1254
+ ];
1255
+ TypeRegistry.for(n0).registerError(InvalidDateRangeException, __InvalidDateRangeException);
1256
+ export var InvalidEventCategoryException = [
1257
+ -3,
1258
+ n0,
1259
+ _IECE,
1260
+ {
1261
+ [_e]: _c,
1262
+ [_hE]: 400,
1263
+ [_aQE]: [`InvalidEventCategory`, 400],
1264
+ },
1265
+ [_M],
1266
+ [0],
1267
+ ];
1268
+ TypeRegistry.for(n0).registerError(InvalidEventCategoryException, __InvalidEventCategoryException);
1269
+ export var InvalidEventDataStoreCategoryException = [
1270
+ -3,
1271
+ n0,
1272
+ _IEDSCE,
1273
+ {
1274
+ [_e]: _c,
1275
+ [_hE]: 400,
1276
+ [_aQE]: [`InvalidEventDataStoreCategory`, 400],
1277
+ },
1278
+ [_M],
1279
+ [0],
1280
+ ];
1281
+ TypeRegistry.for(n0).registerError(InvalidEventDataStoreCategoryException, __InvalidEventDataStoreCategoryException);
1282
+ export var InvalidEventDataStoreStatusException = [
1283
+ -3,
1284
+ n0,
1285
+ _IEDSSE,
1286
+ {
1287
+ [_e]: _c,
1288
+ [_hE]: 400,
1289
+ [_aQE]: [`InvalidEventDataStoreStatus`, 400],
1290
+ },
1291
+ [_M],
1292
+ [0],
1293
+ ];
1294
+ TypeRegistry.for(n0).registerError(InvalidEventDataStoreStatusException, __InvalidEventDataStoreStatusException);
1295
+ export var InvalidEventSelectorsException = [
1296
+ -3,
1297
+ n0,
1298
+ _IESE,
1299
+ {
1300
+ [_e]: _c,
1301
+ [_hE]: 400,
1302
+ [_aQE]: [`InvalidEventSelectors`, 400],
1303
+ },
1304
+ [_M],
1305
+ [0],
1306
+ ];
1307
+ TypeRegistry.for(n0).registerError(InvalidEventSelectorsException, __InvalidEventSelectorsException);
1308
+ export var InvalidHomeRegionException = [
1309
+ -3,
1310
+ n0,
1311
+ _IHRE,
1312
+ {
1313
+ [_e]: _c,
1314
+ [_hE]: 400,
1315
+ [_aQE]: [`InvalidHomeRegion`, 400],
1316
+ },
1317
+ [_M],
1318
+ [0],
1319
+ ];
1320
+ TypeRegistry.for(n0).registerError(InvalidHomeRegionException, __InvalidHomeRegionException);
1321
+ export var InvalidImportSourceException = [
1322
+ -3,
1323
+ n0,
1324
+ _IISE,
1325
+ {
1326
+ [_e]: _c,
1327
+ [_hE]: 400,
1328
+ [_aQE]: [`InvalidImportSource`, 400],
1329
+ },
1330
+ [_M],
1331
+ [0],
1332
+ ];
1333
+ TypeRegistry.for(n0).registerError(InvalidImportSourceException, __InvalidImportSourceException);
1334
+ export var InvalidInsightSelectorsException = [
1335
+ -3,
1336
+ n0,
1337
+ _IISEn,
1338
+ {
1339
+ [_e]: _c,
1340
+ [_hE]: 400,
1341
+ [_aQE]: [`InvalidInsightSelectors`, 400],
1342
+ },
1343
+ [_M],
1344
+ [0],
1345
+ ];
1346
+ TypeRegistry.for(n0).registerError(InvalidInsightSelectorsException, __InvalidInsightSelectorsException);
1347
+ export var InvalidKmsKeyIdException = [
1348
+ -3,
1349
+ n0,
1350
+ _IKKIE,
1351
+ {
1352
+ [_e]: _c,
1353
+ [_hE]: 400,
1354
+ [_aQE]: [`InvalidKmsKeyId`, 400],
1355
+ },
1356
+ [_M],
1357
+ [0],
1358
+ ];
1359
+ TypeRegistry.for(n0).registerError(InvalidKmsKeyIdException, __InvalidKmsKeyIdException);
1360
+ export var InvalidLookupAttributesException = [
1361
+ -3,
1362
+ n0,
1363
+ _ILAE,
1364
+ {
1365
+ [_e]: _c,
1366
+ [_hE]: 400,
1367
+ [_aQE]: [`InvalidLookupAttributes`, 400],
1368
+ },
1369
+ [_M],
1370
+ [0],
1371
+ ];
1372
+ TypeRegistry.for(n0).registerError(InvalidLookupAttributesException, __InvalidLookupAttributesException);
1373
+ export var InvalidMaxResultsException = [
1374
+ -3,
1375
+ n0,
1376
+ _IMRE,
1377
+ {
1378
+ [_e]: _c,
1379
+ [_hE]: 400,
1380
+ [_aQE]: [`InvalidMaxResults`, 400],
1381
+ },
1382
+ [_M],
1383
+ [0],
1384
+ ];
1385
+ TypeRegistry.for(n0).registerError(InvalidMaxResultsException, __InvalidMaxResultsException);
1386
+ export var InvalidNextTokenException = [
1387
+ -3,
1388
+ n0,
1389
+ _INTE,
1390
+ {
1391
+ [_e]: _c,
1392
+ [_hE]: 400,
1393
+ [_aQE]: [`InvalidNextToken`, 400],
1394
+ },
1395
+ [_M],
1396
+ [0],
1397
+ ];
1398
+ TypeRegistry.for(n0).registerError(InvalidNextTokenException, __InvalidNextTokenException);
1399
+ export var InvalidParameterCombinationException = [
1400
+ -3,
1401
+ n0,
1402
+ _IPCE,
1403
+ {
1404
+ [_e]: _c,
1405
+ [_hE]: 400,
1406
+ [_aQE]: [`InvalidParameterCombinationError`, 400],
1407
+ },
1408
+ [_M],
1409
+ [0],
1410
+ ];
1411
+ TypeRegistry.for(n0).registerError(InvalidParameterCombinationException, __InvalidParameterCombinationException);
1412
+ export var InvalidParameterException = [
1413
+ -3,
1414
+ n0,
1415
+ _IPE,
1416
+ {
1417
+ [_e]: _c,
1418
+ [_hE]: 400,
1419
+ [_aQE]: [`InvalidParameter`, 400],
1420
+ },
1421
+ [_M],
1422
+ [0],
1423
+ ];
1424
+ TypeRegistry.for(n0).registerError(InvalidParameterException, __InvalidParameterException);
1425
+ export var InvalidQueryStatementException = [
1426
+ -3,
1427
+ n0,
1428
+ _IQSE,
1429
+ {
1430
+ [_e]: _c,
1431
+ [_hE]: 400,
1432
+ [_aQE]: [`InvalidQueryStatement`, 400],
1433
+ },
1434
+ [_M],
1435
+ [0],
1436
+ ];
1437
+ TypeRegistry.for(n0).registerError(InvalidQueryStatementException, __InvalidQueryStatementException);
1438
+ export var InvalidQueryStatusException = [
1439
+ -3,
1440
+ n0,
1441
+ _IQSEn,
1442
+ {
1443
+ [_e]: _c,
1444
+ [_hE]: 400,
1445
+ [_aQE]: [`InvalidQueryStatus`, 400],
1446
+ },
1447
+ [_M],
1448
+ [0],
1449
+ ];
1450
+ TypeRegistry.for(n0).registerError(InvalidQueryStatusException, __InvalidQueryStatusException);
1451
+ export var InvalidS3BucketNameException = [
1452
+ -3,
1453
+ n0,
1454
+ _ISBNE,
1455
+ {
1456
+ [_e]: _c,
1457
+ [_hE]: 400,
1458
+ [_aQE]: [`InvalidS3BucketName`, 400],
1459
+ },
1460
+ [_M],
1461
+ [0],
1462
+ ];
1463
+ TypeRegistry.for(n0).registerError(InvalidS3BucketNameException, __InvalidS3BucketNameException);
1464
+ export var InvalidS3PrefixException = [
1465
+ -3,
1466
+ n0,
1467
+ _ISPE,
1468
+ {
1469
+ [_e]: _c,
1470
+ [_hE]: 400,
1471
+ [_aQE]: [`InvalidS3Prefix`, 400],
1472
+ },
1473
+ [_M],
1474
+ [0],
1475
+ ];
1476
+ TypeRegistry.for(n0).registerError(InvalidS3PrefixException, __InvalidS3PrefixException);
1477
+ export var InvalidSnsTopicNameException = [
1478
+ -3,
1479
+ n0,
1480
+ _ISTNE,
1481
+ {
1482
+ [_e]: _c,
1483
+ [_hE]: 400,
1484
+ [_aQE]: [`InvalidSnsTopicName`, 400],
1485
+ },
1486
+ [_M],
1487
+ [0],
1488
+ ];
1489
+ TypeRegistry.for(n0).registerError(InvalidSnsTopicNameException, __InvalidSnsTopicNameException);
1490
+ export var InvalidSourceException = [
1491
+ -3,
1492
+ n0,
1493
+ _ISE,
1494
+ {
1495
+ [_e]: _c,
1496
+ [_hE]: 400,
1497
+ [_aQE]: [`InvalidSource`, 400],
1498
+ },
1499
+ [_M],
1500
+ [0],
1501
+ ];
1502
+ TypeRegistry.for(n0).registerError(InvalidSourceException, __InvalidSourceException);
1503
+ export var InvalidTagParameterException = [
1504
+ -3,
1505
+ n0,
1506
+ _ITPE,
1507
+ {
1508
+ [_e]: _c,
1509
+ [_hE]: 400,
1510
+ [_aQE]: [`InvalidTagParameter`, 400],
1511
+ },
1512
+ [_M],
1513
+ [0],
1514
+ ];
1515
+ TypeRegistry.for(n0).registerError(InvalidTagParameterException, __InvalidTagParameterException);
1516
+ export var InvalidTimeRangeException = [
1517
+ -3,
1518
+ n0,
1519
+ _ITRE,
1520
+ {
1521
+ [_e]: _c,
1522
+ [_hE]: 400,
1523
+ [_aQE]: [`InvalidTimeRange`, 400],
1524
+ },
1525
+ [_M],
1526
+ [0],
1527
+ ];
1528
+ TypeRegistry.for(n0).registerError(InvalidTimeRangeException, __InvalidTimeRangeException);
1529
+ export var InvalidTokenException = [
1530
+ -3,
1531
+ n0,
1532
+ _ITE,
1533
+ {
1534
+ [_e]: _c,
1535
+ [_hE]: 400,
1536
+ [_aQE]: [`InvalidToken`, 400],
1537
+ },
1538
+ [_M],
1539
+ [0],
1540
+ ];
1541
+ TypeRegistry.for(n0).registerError(InvalidTokenException, __InvalidTokenException);
1542
+ export var InvalidTrailNameException = [
1543
+ -3,
1544
+ n0,
1545
+ _ITNE,
1546
+ {
1547
+ [_e]: _c,
1548
+ [_hE]: 400,
1549
+ [_aQE]: [`InvalidTrailName`, 400],
1550
+ },
1551
+ [_M],
1552
+ [0],
1553
+ ];
1554
+ TypeRegistry.for(n0).registerError(InvalidTrailNameException, __InvalidTrailNameException);
1555
+ export var KmsException = [
1556
+ -3,
1557
+ n0,
1558
+ _KE,
1559
+ {
1560
+ [_e]: _c,
1561
+ [_hE]: 400,
1562
+ [_aQE]: [`KmsException`, 400],
1563
+ },
1564
+ [_M],
1565
+ [0],
1566
+ ];
1567
+ TypeRegistry.for(n0).registerError(KmsException, __KmsException);
1568
+ export var KmsKeyDisabledException = [
1569
+ -3,
1570
+ n0,
1571
+ _KKDE,
1572
+ {
1573
+ [_e]: _c,
1574
+ [_hE]: 400,
1575
+ [_aQE]: [`KmsKeyDisabled`, 400],
1576
+ },
1577
+ [_M],
1578
+ [0],
1579
+ ];
1580
+ TypeRegistry.for(n0).registerError(KmsKeyDisabledException, __KmsKeyDisabledException);
1581
+ export var KmsKeyNotFoundException = [
1582
+ -3,
1583
+ n0,
1584
+ _KKNFE,
1585
+ {
1586
+ [_e]: _c,
1587
+ [_hE]: 400,
1588
+ [_aQE]: [`KmsKeyNotFound`, 400],
1589
+ },
1590
+ [_M],
1591
+ [0],
1592
+ ];
1593
+ TypeRegistry.for(n0).registerError(KmsKeyNotFoundException, __KmsKeyNotFoundException);
1594
+ export var ListChannelsRequest = [3, n0, _LCR, 0, [_MR, _NT], [1, 0]];
1595
+ export var ListChannelsResponse = [3, n0, _LCRi, 0, [_Ch, _NT], [() => Channels, 0]];
1596
+ export var ListDashboardsRequest = [3, n0, _LDR, 0, [_NP, _T, _NT, _MR], [0, 0, 0, 1]];
1597
+ export var ListDashboardsResponse = [3, n0, _LDRi, 0, [_Da, _NT], [() => Dashboards, 0]];
1598
+ export var ListEventDataStoresRequest = [3, n0, _LEDSR, 0, [_NT, _MR], [0, 1]];
1599
+ export var ListEventDataStoresResponse = [
1600
+ 3,
1601
+ n0,
1602
+ _LEDSRi,
1603
+ 0,
1604
+ [_EDSv, _NT],
1605
+ [() => EventDataStores, 0],
1606
+ ];
1607
+ export var ListImportFailuresRequest = [3, n0, _LIFR, 0, [_II, _MR, _NT], [0, 1, 0]];
1608
+ export var ListImportFailuresResponse = [
1609
+ 3,
1610
+ n0,
1611
+ _LIFRi,
1612
+ 0,
1613
+ [_Fa, _NT],
1614
+ [() => ImportFailureList, 0],
1615
+ ];
1616
+ export var ListImportsRequest = [3, n0, _LIR, 0, [_MR, _De, _ISmp, _NT], [1, 0, 0, 0]];
1617
+ export var ListImportsResponse = [3, n0, _LIRi, 0, [_I, _NT], [() => ImportsList, 0]];
1618
+ export var ListInsightsMetricDataRequest = [
1619
+ 3,
1620
+ n0,
1621
+ _LIMDR,
1622
+ 0,
1623
+ [_ES, _EN, _IT, _ECr, _ST, _ETn, _Pe, _DT, _MR, _NT],
1624
+ [0, 0, 0, 0, 4, 4, 1, 0, 1, 0],
1625
+ ];
1626
+ export var ListInsightsMetricDataResponse = [
1627
+ 3,
1628
+ n0,
1629
+ _LIMDRi,
1630
+ 0,
1631
+ [_ES, _EN, _IT, _ECr, _Ti, _V, _NT],
1632
+ [0, 0, 0, 0, 64 | 4, 64 | 1, 0],
1633
+ ];
1634
+ export var ListPublicKeysRequest = [3, n0, _LPKR, 0, [_ST, _ETn, _NT], [4, 4, 0]];
1635
+ export var ListPublicKeysResponse = [3, n0, _LPKRi, 0, [_PKL, _NT], [() => PublicKeyList, 0]];
1636
+ export var ListQueriesRequest = [
1637
+ 3,
1638
+ n0,
1639
+ _LQR,
1640
+ 0,
1641
+ [_EDS, _NT, _MR, _ST, _ETn, _QS],
1642
+ [0, 0, 1, 4, 4, 0],
1643
+ ];
1644
+ export var ListQueriesResponse = [3, n0, _LQRi, 0, [_Q, _NT], [() => Queries, 0]];
1645
+ export var ListTagsRequest = [3, n0, _LTR, 0, [_RIL, _NT], [64 | 0, 0]];
1646
+ export var ListTagsResponse = [3, n0, _LTRi, 0, [_RTL, _NT], [() => ResourceTagList, 0]];
1647
+ export var ListTrailsRequest = [3, n0, _LTRis, 0, [_NT], [0]];
1648
+ export var ListTrailsResponse = [3, n0, _LTRist, 0, [_Tra, _NT], [() => Trails, 0]];
1649
+ export var LookupAttribute = [3, n0, _LA, 0, [_AK, _AV], [0, 0]];
1650
+ export var LookupEventsRequest = [
1651
+ 3,
1652
+ n0,
1653
+ _LER,
1654
+ 0,
1655
+ [_LAo, _ST, _ETn, _ECv, _MR, _NT],
1656
+ [() => LookupAttributesList, 4, 4, 0, 1, 0],
1657
+ ];
1658
+ export var LookupEventsResponse = [3, n0, _LERo, 0, [_Eve, _NT], [() => EventsList, 0]];
1659
+ export var MaxConcurrentQueriesException = [
1660
+ -3,
1661
+ n0,
1662
+ _MCQE,
1663
+ {
1664
+ [_e]: _c,
1665
+ [_hE]: 429,
1666
+ [_aQE]: [`MaxConcurrentQueries`, 429],
1667
+ },
1668
+ [_M],
1669
+ [0],
1670
+ ];
1671
+ TypeRegistry.for(n0).registerError(MaxConcurrentQueriesException, __MaxConcurrentQueriesException);
1672
+ export var MaximumNumberOfTrailsExceededException = [
1673
+ -3,
1674
+ n0,
1675
+ _MNOTEE,
1676
+ {
1677
+ [_e]: _c,
1678
+ [_hE]: 403,
1679
+ [_aQE]: [`MaximumNumberOfTrailsExceeded`, 403],
1680
+ },
1681
+ [_M],
1682
+ [0],
1683
+ ];
1684
+ TypeRegistry.for(n0).registerError(MaximumNumberOfTrailsExceededException, __MaximumNumberOfTrailsExceededException);
1685
+ export var NoManagementAccountSLRExistsException = [
1686
+ -3,
1687
+ n0,
1688
+ _NMASLREE,
1689
+ {
1690
+ [_e]: _c,
1691
+ [_hE]: 403,
1692
+ [_aQE]: [`NoManagementAccountSLRExists`, 403],
1693
+ },
1694
+ [_M],
1695
+ [0],
1696
+ ];
1697
+ TypeRegistry.for(n0).registerError(NoManagementAccountSLRExistsException, __NoManagementAccountSLRExistsException);
1698
+ export var NotOrganizationManagementAccountException = [
1699
+ -3,
1700
+ n0,
1701
+ _NOMAE,
1702
+ {
1703
+ [_e]: _c,
1704
+ [_hE]: 403,
1705
+ [_aQE]: [`NotOrganizationManagementAccount`, 403],
1706
+ },
1707
+ [_M],
1708
+ [0],
1709
+ ];
1710
+ TypeRegistry.for(n0).registerError(NotOrganizationManagementAccountException, __NotOrganizationManagementAccountException);
1711
+ export var NotOrganizationMasterAccountException = [
1712
+ -3,
1713
+ n0,
1714
+ _NOMAEo,
1715
+ {
1716
+ [_e]: _c,
1717
+ [_hE]: 400,
1718
+ [_aQE]: [`NotOrganizationMasterAccount`, 400],
1719
+ },
1720
+ [_M],
1721
+ [0],
1722
+ ];
1723
+ TypeRegistry.for(n0).registerError(NotOrganizationMasterAccountException, __NotOrganizationMasterAccountException);
1724
+ export var OperationNotPermittedException = [
1725
+ -3,
1726
+ n0,
1727
+ _ONPE,
1728
+ {
1729
+ [_e]: _c,
1730
+ [_hE]: 400,
1731
+ [_aQE]: [`OperationNotPermitted`, 400],
1732
+ },
1733
+ [_M],
1734
+ [0],
1735
+ ];
1736
+ TypeRegistry.for(n0).registerError(OperationNotPermittedException, __OperationNotPermittedException);
1737
+ export var OrganizationNotInAllFeaturesModeException = [
1738
+ -3,
1739
+ n0,
1740
+ _ONIAFME,
1741
+ {
1742
+ [_e]: _c,
1743
+ [_hE]: 400,
1744
+ [_aQE]: [`OrganizationNotInAllFeaturesMode`, 400],
1745
+ },
1746
+ [_M],
1747
+ [0],
1748
+ ];
1749
+ TypeRegistry.for(n0).registerError(OrganizationNotInAllFeaturesModeException, __OrganizationNotInAllFeaturesModeException);
1750
+ export var OrganizationsNotInUseException = [
1751
+ -3,
1752
+ n0,
1753
+ _ONIUE,
1754
+ {
1755
+ [_e]: _c,
1756
+ [_hE]: 404,
1757
+ [_aQE]: [`OrganizationsNotInUse`, 404],
1758
+ },
1759
+ [_M],
1760
+ [0],
1761
+ ];
1762
+ TypeRegistry.for(n0).registerError(OrganizationsNotInUseException, __OrganizationsNotInUseException);
1763
+ export var PartitionKey = [3, n0, _PKa, 0, [_N, _T], [0, 0]];
1764
+ export var PublicKey = [3, n0, _PKu, 0, [_Va, _VST, _VET, _Fi], [21, 4, 4, 0]];
1765
+ export var PutEventConfigurationRequest = [
1766
+ 3,
1767
+ n0,
1768
+ _PECR,
1769
+ 0,
1770
+ [_EDS, _MES, _CKSo],
1771
+ [0, 0, () => ContextKeySelectors],
1772
+ ];
1773
+ export var PutEventConfigurationResponse = [
1774
+ 3,
1775
+ n0,
1776
+ _PECRu,
1777
+ 0,
1778
+ [_EDSA, _MES, _CKSo],
1779
+ [0, 0, () => ContextKeySelectors],
1780
+ ];
1781
+ export var PutEventSelectorsRequest = [
1782
+ 3,
1783
+ n0,
1784
+ _PESR,
1785
+ 0,
1786
+ [_TN, _ESve, _AESd],
1787
+ [0, () => EventSelectors, () => AdvancedEventSelectors],
1788
+ ];
1789
+ export var PutEventSelectorsResponse = [
1790
+ 3,
1791
+ n0,
1792
+ _PESRu,
1793
+ 0,
1794
+ [_TARN, _ESve, _AESd],
1795
+ [0, () => EventSelectors, () => AdvancedEventSelectors],
1796
+ ];
1797
+ export var PutInsightSelectorsRequest = [
1798
+ 3,
1799
+ n0,
1800
+ _PISR,
1801
+ 0,
1802
+ [_TN, _ISn, _EDS, _ID],
1803
+ [0, () => InsightSelectors, 0, 0],
1804
+ ];
1805
+ export var PutInsightSelectorsResponse = [
1806
+ 3,
1807
+ n0,
1808
+ _PISRu,
1809
+ 0,
1810
+ [_TARN, _ISn, _EDSA, _ID],
1811
+ [0, () => InsightSelectors, 0, 0],
1812
+ ];
1813
+ export var PutResourcePolicyRequest = [3, n0, _PRPR, 0, [_RA, _RPe], [0, 0]];
1814
+ export var PutResourcePolicyResponse = [3, n0, _PRPRu, 0, [_RA, _RPe, _DARP], [0, 0, 0]];
1815
+ export var Query = [3, n0, _Qu, 0, [_QI, _QS, _CTr], [0, 0, 4]];
1816
+ export var QueryIdNotFoundException = [
1817
+ -3,
1818
+ n0,
1819
+ _QINFE,
1820
+ {
1821
+ [_e]: _c,
1822
+ [_hE]: 404,
1823
+ [_aQE]: [`QueryIdNotFound`, 404],
1824
+ },
1825
+ [_M],
1826
+ [0],
1827
+ ];
1828
+ TypeRegistry.for(n0).registerError(QueryIdNotFoundException, __QueryIdNotFoundException);
1829
+ export var QueryStatistics = [3, n0, _QSue, 0, [_RC, _TRC, _BS], [1, 1, 1]];
1830
+ export var QueryStatisticsForDescribeQuery = [
1831
+ 3,
1832
+ n0,
1833
+ _QSFDQ,
1834
+ 0,
1835
+ [_EMv, _ESven, _BS, _ETIM, _CTr],
1836
+ [1, 1, 1, 1, 4],
1837
+ ];
1838
+ export var RefreshSchedule = [
1839
+ 3,
1840
+ n0,
1841
+ _RS,
1842
+ 0,
1843
+ [_Fr, _St, _TOD],
1844
+ [() => RefreshScheduleFrequency, 0, 0],
1845
+ ];
1846
+ export var RefreshScheduleFrequency = [3, n0, _RSF, 0, [_Un, _Va], [0, 1]];
1847
+ export var RegisterOrganizationDelegatedAdminRequest = [3, n0, _RODAR, 0, [_MAI], [0]];
1848
+ export var RegisterOrganizationDelegatedAdminResponse = [3, n0, _RODARe, 0, [], []];
1849
+ export var RemoveTagsRequest = [3, n0, _RTR, 0, [_RI, _TL], [0, () => TagsList]];
1850
+ export var RemoveTagsResponse = [3, n0, _RTRe, 0, [], []];
1851
+ export var RequestWidget = [3, n0, _RW, 0, [_QSuer, _QP, _VP], [0, 64 | 0, 128 | 0]];
1852
+ export var Resource = [3, n0, _Re, 0, [_RT, _RN], [0, 0]];
1853
+ export var ResourceARNNotValidException = [
1854
+ -3,
1855
+ n0,
1856
+ _RARNNVE,
1857
+ {
1858
+ [_e]: _c,
1859
+ [_hE]: 400,
1860
+ [_aQE]: [`ResourceARNNotValid`, 400],
1861
+ },
1862
+ [_M],
1863
+ [0],
1864
+ ];
1865
+ TypeRegistry.for(n0).registerError(ResourceARNNotValidException, __ResourceARNNotValidException);
1866
+ export var ResourceNotFoundException = [
1867
+ -3,
1868
+ n0,
1869
+ _RNFE,
1870
+ {
1871
+ [_e]: _c,
1872
+ [_hE]: 400,
1873
+ [_aQE]: [`ResourceNotFound`, 400],
1874
+ },
1875
+ [_M],
1876
+ [0],
1877
+ ];
1878
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
1879
+ export var ResourcePolicyNotFoundException = [
1880
+ -3,
1881
+ n0,
1882
+ _RPNFE,
1883
+ {
1884
+ [_e]: _c,
1885
+ [_hE]: 404,
1886
+ [_aQE]: [`ResourcePolicyNotFound`, 404],
1887
+ },
1888
+ [_M],
1889
+ [0],
1890
+ ];
1891
+ TypeRegistry.for(n0).registerError(ResourcePolicyNotFoundException, __ResourcePolicyNotFoundException);
1892
+ export var ResourcePolicyNotValidException = [
1893
+ -3,
1894
+ n0,
1895
+ _RPNVE,
1896
+ {
1897
+ [_e]: _c,
1898
+ [_hE]: 400,
1899
+ [_aQE]: [`ResourcePolicyNotValid`, 400],
1900
+ },
1901
+ [_M],
1902
+ [0],
1903
+ ];
1904
+ TypeRegistry.for(n0).registerError(ResourcePolicyNotValidException, __ResourcePolicyNotValidException);
1905
+ export var ResourceTag = [3, n0, _RTe, 0, [_RI, _TL], [0, () => TagsList]];
1906
+ export var ResourceTypeNotSupportedException = [
1907
+ -3,
1908
+ n0,
1909
+ _RTNSE,
1910
+ {
1911
+ [_e]: _c,
1912
+ [_hE]: 400,
1913
+ [_aQE]: [`ResourceTypeNotSupported`, 400],
1914
+ },
1915
+ [_M],
1916
+ [0],
1917
+ ];
1918
+ TypeRegistry.for(n0).registerError(ResourceTypeNotSupportedException, __ResourceTypeNotSupportedException);
1919
+ export var RestoreEventDataStoreRequest = [3, n0, _REDSR, 0, [_EDS], [0]];
1920
+ export var RestoreEventDataStoreResponse = [
1921
+ 3,
1922
+ n0,
1923
+ _REDSRe,
1924
+ 0,
1925
+ [_EDSA, _N, _St, _AESd, _MRE, _OE, _RP, _TPE, _CT, _UT, _KKI, _BM],
1926
+ [0, 0, 0, () => AdvancedEventSelectors, 2, 2, 1, 2, 4, 4, 0, 0],
1927
+ ];
1928
+ export var S3BucketDoesNotExistException = [
1929
+ -3,
1930
+ n0,
1931
+ _SBDNEE,
1932
+ {
1933
+ [_e]: _c,
1934
+ [_hE]: 404,
1935
+ [_aQE]: [`S3BucketDoesNotExist`, 404],
1936
+ },
1937
+ [_M],
1938
+ [0],
1939
+ ];
1940
+ TypeRegistry.for(n0).registerError(S3BucketDoesNotExistException, __S3BucketDoesNotExistException);
1941
+ export var S3ImportSource = [3, n0, _SIS, 0, [_SLU, _SBR, _SBARA], [0, 0, 0]];
1942
+ export var SearchSampleQueriesRequest = [3, n0, _SSQR, 0, [_SP, _MR, _NT], [0, 1, 0]];
1943
+ export var SearchSampleQueriesResponse = [
1944
+ 3,
1945
+ n0,
1946
+ _SSQRe,
1947
+ 0,
1948
+ [_SR, _NT],
1949
+ [() => SearchSampleQueriesSearchResults, 0],
1950
+ ];
1951
+ export var SearchSampleQueriesSearchResult = [
1952
+ 3,
1953
+ n0,
1954
+ _SSQSR,
1955
+ 0,
1956
+ [_N, _Des, _SQL, _Rel],
1957
+ [0, 0, 0, 1],
1958
+ ];
1959
+ export var ServiceQuotaExceededException = [
1960
+ -3,
1961
+ n0,
1962
+ _SQEE,
1963
+ {
1964
+ [_e]: _c,
1965
+ [_hE]: 400,
1966
+ [_aQE]: [`ServiceQuotaExceeded`, 400],
1967
+ },
1968
+ [_M],
1969
+ [0],
1970
+ ];
1971
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
1972
+ export var SourceConfig = [3, n0, _SC, 0, [_ATAR, _AESd], [2, () => AdvancedEventSelectors]];
1973
+ export var StartDashboardRefreshRequest = [3, n0, _SDRR, 0, [_DI, _QPV], [0, 128 | 0]];
1974
+ export var StartDashboardRefreshResponse = [3, n0, _SDRRt, 0, [_RIe], [0]];
1975
+ export var StartEventDataStoreIngestionRequest = [3, n0, _SEDSIR, 0, [_EDS], [0]];
1976
+ export var StartEventDataStoreIngestionResponse = [3, n0, _SEDSIRt, 0, [], []];
1977
+ export var StartImportRequest = [
1978
+ 3,
1979
+ n0,
1980
+ _SIR,
1981
+ 0,
1982
+ [_D, _ISm, _SET, _EET, _II],
1983
+ [64 | 0, () => ImportSource, 4, 4, 0],
1984
+ ];
1985
+ export var StartImportResponse = [
1986
+ 3,
1987
+ n0,
1988
+ _SIRt,
1989
+ 0,
1990
+ [_II, _D, _ISm, _SET, _EET, _ISmp, _CT, _UT],
1991
+ [0, 64 | 0, () => ImportSource, 4, 4, 0, 4, 4],
1992
+ ];
1993
+ export var StartLoggingRequest = [3, n0, _SLR, 0, [_N], [0]];
1994
+ export var StartLoggingResponse = [3, n0, _SLRt, 0, [], []];
1995
+ export var StartQueryRequest = [
1996
+ 3,
1997
+ n0,
1998
+ _SQR,
1999
+ 0,
2000
+ [_QSuer, _DSU, _QA, _QP, _EDSOAI],
2001
+ [0, 0, 0, 64 | 0, 0],
2002
+ ];
2003
+ export var StartQueryResponse = [3, n0, _SQRt, 0, [_QI, _EDSOAI], [0, 0]];
2004
+ export var StopEventDataStoreIngestionRequest = [3, n0, _SEDSIRto, 0, [_EDS], [0]];
2005
+ export var StopEventDataStoreIngestionResponse = [3, n0, _SEDSIRtop, 0, [], []];
2006
+ export var StopImportRequest = [3, n0, _SIRto, 0, [_II], [0]];
2007
+ export var StopImportResponse = [
2008
+ 3,
2009
+ n0,
2010
+ _SIRtop,
2011
+ 0,
2012
+ [_II, _ISm, _D, _ISmp, _CT, _UT, _SET, _EET, _ISmpo],
2013
+ [0, () => ImportSource, 64 | 0, 0, 4, 4, 4, 4, () => ImportStatistics],
2014
+ ];
2015
+ export var StopLoggingRequest = [3, n0, _SLRto, 0, [_N], [0]];
2016
+ export var StopLoggingResponse = [3, n0, _SLRtop, 0, [], []];
2017
+ export var Tag = [3, n0, _Tag, 0, [_K, _Va], [0, 0]];
2018
+ export var TagsLimitExceededException = [
2019
+ -3,
2020
+ n0,
2021
+ _TLEE,
2022
+ {
2023
+ [_e]: _c,
2024
+ [_hE]: 400,
2025
+ [_aQE]: [`TagsLimitExceeded`, 400],
2026
+ },
2027
+ [_M],
2028
+ [0],
2029
+ ];
2030
+ TypeRegistry.for(n0).registerError(TagsLimitExceededException, __TagsLimitExceededException);
2031
+ export var ThrottlingException = [
2032
+ -3,
2033
+ n0,
2034
+ _TE,
2035
+ {
2036
+ [_e]: _c,
2037
+ [_hE]: 429,
2038
+ [_aQE]: [`ThrottlingException`, 429],
2039
+ },
2040
+ [_M],
2041
+ [0],
2042
+ ];
2043
+ TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
2044
+ export var Trail = [
2045
+ 3,
2046
+ n0,
2047
+ _Tr,
2048
+ 0,
2049
+ [_N, _SBN, _SKP, _STN, _STARN, _IGSE, _IMRT, _HR, _TARN, _LFVE, _CWLLGA, _CWLRA, _KKI, _HCES, _HIS, _IOT],
2050
+ [0, 0, 0, 0, 0, 2, 2, 0, 0, 2, 0, 0, 0, 2, 2, 2],
2051
+ ];
2052
+ export var TrailAlreadyExistsException = [
2053
+ -3,
2054
+ n0,
2055
+ _TAEE,
2056
+ {
2057
+ [_e]: _c,
2058
+ [_hE]: 400,
2059
+ [_aQE]: [`TrailAlreadyExists`, 400],
2060
+ },
2061
+ [_M],
2062
+ [0],
2063
+ ];
2064
+ TypeRegistry.for(n0).registerError(TrailAlreadyExistsException, __TrailAlreadyExistsException);
2065
+ export var TrailInfo = [3, n0, _TI, 0, [_TARN, _N, _HR], [0, 0, 0]];
2066
+ export var TrailNotFoundException = [
2067
+ -3,
2068
+ n0,
2069
+ _TNFE,
2070
+ {
2071
+ [_e]: _c,
2072
+ [_hE]: 404,
2073
+ [_aQE]: [`TrailNotFound`, 404],
2074
+ },
2075
+ [_M],
2076
+ [0],
2077
+ ];
2078
+ TypeRegistry.for(n0).registerError(TrailNotFoundException, __TrailNotFoundException);
2079
+ export var TrailNotProvidedException = [
2080
+ -3,
2081
+ n0,
2082
+ _TNPE,
2083
+ {
2084
+ [_e]: _c,
2085
+ [_hE]: 404,
2086
+ [_aQE]: [`TrailNotProvided`, 404],
2087
+ },
2088
+ [_M],
2089
+ [0],
2090
+ ];
2091
+ TypeRegistry.for(n0).registerError(TrailNotProvidedException, __TrailNotProvidedException);
2092
+ export var UnsupportedOperationException = [
2093
+ -3,
2094
+ n0,
2095
+ _UOE,
2096
+ {
2097
+ [_e]: _c,
2098
+ [_hE]: 400,
2099
+ [_aQE]: [`UnsupportedOperation`, 400],
2100
+ },
2101
+ [_M],
2102
+ [0],
2103
+ ];
2104
+ TypeRegistry.for(n0).registerError(UnsupportedOperationException, __UnsupportedOperationException);
2105
+ export var UpdateChannelRequest = [3, n0, _UCR, 0, [_C, _D, _N], [0, () => Destinations, 0]];
2106
+ export var UpdateChannelResponse = [
2107
+ 3,
2108
+ n0,
2109
+ _UCRp,
2110
+ 0,
2111
+ [_CA, _N, _S, _D],
2112
+ [0, 0, 0, () => Destinations],
2113
+ ];
2114
+ export var UpdateDashboardRequest = [
2115
+ 3,
2116
+ n0,
2117
+ _UDR,
2118
+ 0,
2119
+ [_DI, _W, _RS, _TPE],
2120
+ [0, () => RequestWidgetList, () => RefreshSchedule, 2],
2121
+ ];
2122
+ export var UpdateDashboardResponse = [
2123
+ 3,
2124
+ n0,
2125
+ _UDRp,
2126
+ 0,
2127
+ [_DA, _N, _T, _W, _RS, _TPE, _CT, _UT],
2128
+ [0, 0, 0, () => WidgetList, () => RefreshSchedule, 2, 4, 4],
2129
+ ];
2130
+ export var UpdateEventDataStoreRequest = [
2131
+ 3,
2132
+ n0,
2133
+ _UEDSR,
2134
+ 0,
2135
+ [_EDS, _N, _AESd, _MRE, _OE, _RP, _TPE, _KKI, _BM],
2136
+ [0, 0, () => AdvancedEventSelectors, 2, 2, 1, 2, 0, 0],
2137
+ ];
2138
+ export var UpdateEventDataStoreResponse = [
2139
+ 3,
2140
+ n0,
2141
+ _UEDSRp,
2142
+ 0,
2143
+ [_EDSA, _N, _St, _AESd, _MRE, _OE, _RP, _TPE, _CT, _UT, _KKI, _BM, _FSe, _FRA],
2144
+ [0, 0, 0, () => AdvancedEventSelectors, 2, 2, 1, 2, 4, 4, 0, 0, 0, 0],
2145
+ ];
2146
+ export var UpdateTrailRequest = [
2147
+ 3,
2148
+ n0,
2149
+ _UTR,
2150
+ 0,
2151
+ [_N, _SBN, _SKP, _STN, _IGSE, _IMRT, _ELFV, _CWLLGA, _CWLRA, _KKI, _IOT],
2152
+ [0, 0, 0, 0, 2, 2, 2, 0, 0, 0, 2],
2153
+ ];
2154
+ export var UpdateTrailResponse = [
2155
+ 3,
2156
+ n0,
2157
+ _UTRp,
2158
+ 0,
2159
+ [_N, _SBN, _SKP, _STN, _STARN, _IGSE, _IMRT, _TARN, _LFVE, _CWLLGA, _CWLRA, _KKI, _IOT],
2160
+ [0, 0, 0, 0, 0, 2, 2, 0, 2, 0, 0, 0, 2],
2161
+ ];
2162
+ export var Widget = [3, n0, _Wi, 0, [_QA, _QSuer, _QP, _VP], [0, 0, 64 | 0, 128 | 0]];
2163
+ export var __Unit = "unit";
2164
+ export var CloudTrailServiceException = [-3, _s, "CloudTrailServiceException", 0, [], []];
2165
+ TypeRegistry.for(_s).registerError(CloudTrailServiceException, __CloudTrailServiceException);
2166
+ export var AdvancedEventSelectors = [1, n0, _AESd, 0, () => AdvancedEventSelector];
2167
+ export var AdvancedFieldSelectors = [1, n0, _AFSd, 0, () => AdvancedFieldSelector];
2168
+ export var Channels = [1, n0, _Ch, 0, () => Channel];
2169
+ export var ContextKeySelectors = [1, n0, _CKSo, 0, () => ContextKeySelector];
2170
+ export var Dashboards = [1, n0, _Da, 0, () => DashboardDetail];
2171
+ export var DataResources = [1, n0, _DRa, 0, () => DataResource];
2172
+ export var DataResourceValues = 64 | 0;
2173
+ export var Destinations = [1, n0, _D, 0, () => Destination];
2174
+ export var EventDataStoreList = 64 | 0;
2175
+ export var EventDataStores = [1, n0, _EDSv, 0, () => EventDataStore];
2176
+ export var EventSelectors = [1, n0, _ESve, 0, () => EventSelector];
2177
+ export var EventsList = [1, n0, _EL, 0, () => Event];
2178
+ export var ExcludeManagementEventSources = 64 | 0;
2179
+ export var ImportDestinations = 64 | 0;
2180
+ export var ImportFailureList = [1, n0, _IFL, 0, () => ImportFailureListItem];
2181
+ export var ImportsList = [1, n0, _ILm, 0, () => ImportsListItem];
2182
+ export var InsightSelectors = [1, n0, _ISn, 0, () => InsightSelector];
2183
+ export var InsightsMetricValues = 64 | 1;
2184
+ export var LookupAttributesList = [1, n0, _LAL, 0, () => LookupAttribute];
2185
+ export var Operator = 64 | 0;
2186
+ export var OperatorTargetList = 64 | 0;
2187
+ export var PartitionKeyList = [1, n0, _PKLa, 0, () => PartitionKey];
2188
+ export var PublicKeyList = [1, n0, _PKL, 0, () => PublicKey];
2189
+ export var Queries = [1, n0, _Q, 0, () => Query];
2190
+ export var QueryParameters = 64 | 0;
2191
+ export var QueryResultRow = [1, n0, _QRRu, 0, 128 | 0];
2192
+ export var QueryResultRows = [1, n0, _QRR, 0, [1, n0, _QRRu, 0, 128 | 0]];
2193
+ export var RequestWidgetList = [1, n0, _RWL, 0, () => RequestWidget];
2194
+ export var ResourceIdList = 64 | 0;
2195
+ export var ResourceList = [1, n0, _RL, 0, () => Resource];
2196
+ export var ResourceTagList = [1, n0, _RTL, 0, () => ResourceTag];
2197
+ export var SearchSampleQueriesSearchResults = [
2198
+ 1,
2199
+ n0,
2200
+ _SSQSRe,
2201
+ 0,
2202
+ () => SearchSampleQueriesSearchResult,
2203
+ ];
2204
+ export var TagsList = [1, n0, _TL, 0, () => Tag];
2205
+ export var Timestamps = 64 | 4;
2206
+ export var TrailList = [1, n0, _TLr, 0, () => Trail];
2207
+ export var TrailNameList = 64 | 0;
2208
+ export var Trails = [1, n0, _Tra, 0, () => TrailInfo];
2209
+ export var WidgetList = [1, n0, _WL, 0, () => Widget];
2210
+ export var QueryParameterValues = 128 | 0;
2211
+ export var QueryResultColumn = 128 | 0;
2212
+ export var ViewPropertiesMap = 128 | 0;
2213
+ export var AddTags = [9, n0, _AT, 2, () => AddTagsRequest, () => AddTagsResponse];
2214
+ export var CancelQuery = [9, n0, _CQ, 2, () => CancelQueryRequest, () => CancelQueryResponse];
2215
+ export var CreateChannel = [
2216
+ 9,
2217
+ n0,
2218
+ _CC,
2219
+ 0,
2220
+ () => CreateChannelRequest,
2221
+ () => CreateChannelResponse,
2222
+ ];
2223
+ export var CreateDashboard = [
2224
+ 9,
2225
+ n0,
2226
+ _CD,
2227
+ 2,
2228
+ () => CreateDashboardRequest,
2229
+ () => CreateDashboardResponse,
2230
+ ];
2231
+ export var CreateEventDataStore = [
2232
+ 9,
2233
+ n0,
2234
+ _CEDS,
2235
+ 0,
2236
+ () => CreateEventDataStoreRequest,
2237
+ () => CreateEventDataStoreResponse,
2238
+ ];
2239
+ export var CreateTrail = [9, n0, _CTre, 2, () => CreateTrailRequest, () => CreateTrailResponse];
2240
+ export var DeleteChannel = [
2241
+ 9,
2242
+ n0,
2243
+ _DC,
2244
+ 0,
2245
+ () => DeleteChannelRequest,
2246
+ () => DeleteChannelResponse,
2247
+ ];
2248
+ export var DeleteDashboard = [
2249
+ 9,
2250
+ n0,
2251
+ _DDe,
2252
+ 2,
2253
+ () => DeleteDashboardRequest,
2254
+ () => DeleteDashboardResponse,
2255
+ ];
2256
+ export var DeleteEventDataStore = [
2257
+ 9,
2258
+ n0,
2259
+ _DEDS,
2260
+ 0,
2261
+ () => DeleteEventDataStoreRequest,
2262
+ () => DeleteEventDataStoreResponse,
2263
+ ];
2264
+ export var DeleteResourcePolicy = [
2265
+ 9,
2266
+ n0,
2267
+ _DRP,
2268
+ 2,
2269
+ () => DeleteResourcePolicyRequest,
2270
+ () => DeleteResourcePolicyResponse,
2271
+ ];
2272
+ export var DeleteTrail = [9, n0, _DTe, 2, () => DeleteTrailRequest, () => DeleteTrailResponse];
2273
+ export var DeregisterOrganizationDelegatedAdmin = [
2274
+ 9,
2275
+ n0,
2276
+ _DODA,
2277
+ 2,
2278
+ () => DeregisterOrganizationDelegatedAdminRequest,
2279
+ () => DeregisterOrganizationDelegatedAdminResponse,
2280
+ ];
2281
+ export var DescribeQuery = [
2282
+ 9,
2283
+ n0,
2284
+ _DQ,
2285
+ 2,
2286
+ () => DescribeQueryRequest,
2287
+ () => DescribeQueryResponse,
2288
+ ];
2289
+ export var DescribeTrails = [
2290
+ 9,
2291
+ n0,
2292
+ _DTes,
2293
+ 2,
2294
+ () => DescribeTrailsRequest,
2295
+ () => DescribeTrailsResponse,
2296
+ ];
2297
+ export var DisableFederation = [
2298
+ 9,
2299
+ n0,
2300
+ _DF,
2301
+ 0,
2302
+ () => DisableFederationRequest,
2303
+ () => DisableFederationResponse,
2304
+ ];
2305
+ export var EnableFederation = [
2306
+ 9,
2307
+ n0,
2308
+ _EF,
2309
+ 0,
2310
+ () => EnableFederationRequest,
2311
+ () => EnableFederationResponse,
2312
+ ];
2313
+ export var GenerateQuery = [
2314
+ 9,
2315
+ n0,
2316
+ _GQ,
2317
+ 2,
2318
+ () => GenerateQueryRequest,
2319
+ () => GenerateQueryResponse,
2320
+ ];
2321
+ export var GetChannel = [9, n0, _GC, 2, () => GetChannelRequest, () => GetChannelResponse];
2322
+ export var GetDashboard = [9, n0, _GD, 2, () => GetDashboardRequest, () => GetDashboardResponse];
2323
+ export var GetEventConfiguration = [
2324
+ 9,
2325
+ n0,
2326
+ _GEC,
2327
+ 2,
2328
+ () => GetEventConfigurationRequest,
2329
+ () => GetEventConfigurationResponse,
2330
+ ];
2331
+ export var GetEventDataStore = [
2332
+ 9,
2333
+ n0,
2334
+ _GEDS,
2335
+ 2,
2336
+ () => GetEventDataStoreRequest,
2337
+ () => GetEventDataStoreResponse,
2338
+ ];
2339
+ export var GetEventSelectors = [
2340
+ 9,
2341
+ n0,
2342
+ _GES,
2343
+ 2,
2344
+ () => GetEventSelectorsRequest,
2345
+ () => GetEventSelectorsResponse,
2346
+ ];
2347
+ export var GetImport = [9, n0, _GI, 0, () => GetImportRequest, () => GetImportResponse];
2348
+ export var GetInsightSelectors = [
2349
+ 9,
2350
+ n0,
2351
+ _GIS,
2352
+ 2,
2353
+ () => GetInsightSelectorsRequest,
2354
+ () => GetInsightSelectorsResponse,
2355
+ ];
2356
+ export var GetQueryResults = [
2357
+ 9,
2358
+ n0,
2359
+ _GQRet,
2360
+ 0,
2361
+ () => GetQueryResultsRequest,
2362
+ () => GetQueryResultsResponse,
2363
+ ];
2364
+ export var GetResourcePolicy = [
2365
+ 9,
2366
+ n0,
2367
+ _GRP,
2368
+ 2,
2369
+ () => GetResourcePolicyRequest,
2370
+ () => GetResourcePolicyResponse,
2371
+ ];
2372
+ export var GetTrail = [9, n0, _GT, 2, () => GetTrailRequest, () => GetTrailResponse];
2373
+ export var GetTrailStatus = [
2374
+ 9,
2375
+ n0,
2376
+ _GTS,
2377
+ 2,
2378
+ () => GetTrailStatusRequest,
2379
+ () => GetTrailStatusResponse,
2380
+ ];
2381
+ export var ListChannels = [9, n0, _LC, 2, () => ListChannelsRequest, () => ListChannelsResponse];
2382
+ export var ListDashboards = [
2383
+ 9,
2384
+ n0,
2385
+ _LD,
2386
+ 2,
2387
+ () => ListDashboardsRequest,
2388
+ () => ListDashboardsResponse,
2389
+ ];
2390
+ export var ListEventDataStores = [
2391
+ 9,
2392
+ n0,
2393
+ _LEDS,
2394
+ 2,
2395
+ () => ListEventDataStoresRequest,
2396
+ () => ListEventDataStoresResponse,
2397
+ ];
2398
+ export var ListImportFailures = [
2399
+ 9,
2400
+ n0,
2401
+ _LIF,
2402
+ 2,
2403
+ () => ListImportFailuresRequest,
2404
+ () => ListImportFailuresResponse,
2405
+ ];
2406
+ export var ListImports = [9, n0, _LI, 2, () => ListImportsRequest, () => ListImportsResponse];
2407
+ export var ListInsightsMetricData = [
2408
+ 9,
2409
+ n0,
2410
+ _LIMD,
2411
+ 2,
2412
+ () => ListInsightsMetricDataRequest,
2413
+ () => ListInsightsMetricDataResponse,
2414
+ ];
2415
+ export var ListPublicKeys = [
2416
+ 9,
2417
+ n0,
2418
+ _LPK,
2419
+ 2,
2420
+ () => ListPublicKeysRequest,
2421
+ () => ListPublicKeysResponse,
2422
+ ];
2423
+ export var ListQueries = [9, n0, _LQ, 2, () => ListQueriesRequest, () => ListQueriesResponse];
2424
+ export var ListTags = [9, n0, _LT, 2, () => ListTagsRequest, () => ListTagsResponse];
2425
+ export var ListTrails = [9, n0, _LTi, 2, () => ListTrailsRequest, () => ListTrailsResponse];
2426
+ export var LookupEvents = [9, n0, _LE, 2, () => LookupEventsRequest, () => LookupEventsResponse];
2427
+ export var PutEventConfiguration = [
2428
+ 9,
2429
+ n0,
2430
+ _PEC,
2431
+ 2,
2432
+ () => PutEventConfigurationRequest,
2433
+ () => PutEventConfigurationResponse,
2434
+ ];
2435
+ export var PutEventSelectors = [
2436
+ 9,
2437
+ n0,
2438
+ _PES,
2439
+ 2,
2440
+ () => PutEventSelectorsRequest,
2441
+ () => PutEventSelectorsResponse,
2442
+ ];
2443
+ export var PutInsightSelectors = [
2444
+ 9,
2445
+ n0,
2446
+ _PIS,
2447
+ 2,
2448
+ () => PutInsightSelectorsRequest,
2449
+ () => PutInsightSelectorsResponse,
2450
+ ];
2451
+ export var PutResourcePolicy = [
2452
+ 9,
2453
+ n0,
2454
+ _PRP,
2455
+ 2,
2456
+ () => PutResourcePolicyRequest,
2457
+ () => PutResourcePolicyResponse,
2458
+ ];
2459
+ export var RegisterOrganizationDelegatedAdmin = [
2460
+ 9,
2461
+ n0,
2462
+ _RODA,
2463
+ 2,
2464
+ () => RegisterOrganizationDelegatedAdminRequest,
2465
+ () => RegisterOrganizationDelegatedAdminResponse,
2466
+ ];
2467
+ export var RemoveTags = [9, n0, _RTem, 2, () => RemoveTagsRequest, () => RemoveTagsResponse];
2468
+ export var RestoreEventDataStore = [
2469
+ 9,
2470
+ n0,
2471
+ _REDS,
2472
+ 0,
2473
+ () => RestoreEventDataStoreRequest,
2474
+ () => RestoreEventDataStoreResponse,
2475
+ ];
2476
+ export var SearchSampleQueries = [
2477
+ 9,
2478
+ n0,
2479
+ _SSQ,
2480
+ 2,
2481
+ () => SearchSampleQueriesRequest,
2482
+ () => SearchSampleQueriesResponse,
2483
+ ];
2484
+ export var StartDashboardRefresh = [
2485
+ 9,
2486
+ n0,
2487
+ _SDR,
2488
+ 2,
2489
+ () => StartDashboardRefreshRequest,
2490
+ () => StartDashboardRefreshResponse,
2491
+ ];
2492
+ export var StartEventDataStoreIngestion = [
2493
+ 9,
2494
+ n0,
2495
+ _SEDSI,
2496
+ 0,
2497
+ () => StartEventDataStoreIngestionRequest,
2498
+ () => StartEventDataStoreIngestionResponse,
2499
+ ];
2500
+ export var StartImport = [9, n0, _SIt, 0, () => StartImportRequest, () => StartImportResponse];
2501
+ export var StartLogging = [9, n0, _SL, 2, () => StartLoggingRequest, () => StartLoggingResponse];
2502
+ export var StartQuery = [9, n0, _SQ, 2, () => StartQueryRequest, () => StartQueryResponse];
2503
+ export var StopEventDataStoreIngestion = [
2504
+ 9,
2505
+ n0,
2506
+ _SEDSIt,
2507
+ 0,
2508
+ () => StopEventDataStoreIngestionRequest,
2509
+ () => StopEventDataStoreIngestionResponse,
2510
+ ];
2511
+ export var StopImport = [9, n0, _SIto, 0, () => StopImportRequest, () => StopImportResponse];
2512
+ export var StopLogging = [9, n0, _SLt, 2, () => StopLoggingRequest, () => StopLoggingResponse];
2513
+ export var UpdateChannel = [
2514
+ 9,
2515
+ n0,
2516
+ _UC,
2517
+ 2,
2518
+ () => UpdateChannelRequest,
2519
+ () => UpdateChannelResponse,
2520
+ ];
2521
+ export var UpdateDashboard = [
2522
+ 9,
2523
+ n0,
2524
+ _UD,
2525
+ 2,
2526
+ () => UpdateDashboardRequest,
2527
+ () => UpdateDashboardResponse,
2528
+ ];
2529
+ export var UpdateEventDataStore = [
2530
+ 9,
2531
+ n0,
2532
+ _UEDS,
2533
+ 2,
2534
+ () => UpdateEventDataStoreRequest,
2535
+ () => UpdateEventDataStoreResponse,
2536
+ ];
2537
+ export var UpdateTrail = [9, n0, _UTp, 2, () => UpdateTrailRequest, () => UpdateTrailResponse];