@aws-sdk/client-cloudwatch-logs 3.1075.0 → 3.1076.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 CHANGED
@@ -1,22 +1,58 @@
1
- var __exportStar = (m, e) => { Object.assign(e, m); };
2
- const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
1
+ const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
3
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
4
- const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
5
4
  exports.$Command = Command;
6
5
  exports.__Client = Client;
7
- const { resolveRegionConfig } = require("@smithy/core/config");
8
- const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
9
- const { resolveEventStreamSerdeConfig } = require("@smithy/core/event-streams");
10
- const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
11
- const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
12
- const { getSchemaSerdePlugin } = require("@smithy/core/schema");
13
- const { resolveHttpAuthSchemeConfig, defaultCloudWatchLogsHttpAuthSchemeParametersProvider } = require("./auth/httpAuthSchemeProvider");
14
- const { getRuntimeConfig } = require("./runtimeConfig");
15
- const { AssociateKmsKey$, AssociateSourceToS3TableIntegration$, CancelExportTask$, CancelImportTask$, CreateDelivery$, CreateExportTask$, CreateImportTask$, CreateLogAnomalyDetector$, CreateLogGroup$, CreateLogStream$, CreateLookupTable$, CreateScheduledQuery$, DeleteAccountPolicy$, DeleteDataProtectionPolicy$, DeleteDelivery$, DeleteDeliveryDestination$, DeleteDeliveryDestinationPolicy$, DeleteDeliverySource$, DeleteDestination$, DeleteIndexPolicy$, DeleteIntegration$, DeleteLogAnomalyDetector$, DeleteLogGroup$, DeleteLogStream$, DeleteLookupTable$, DeleteMetricFilter$, DeleteQueryDefinition$, DeleteResourcePolicy$, DeleteRetentionPolicy$, DeleteScheduledQuery$, DeleteSubscriptionFilter$, DeleteSyslogConfiguration$, DeleteTransformer$, DescribeAccountPolicies$, DescribeConfigurationTemplates$, DescribeDeliveries$, DescribeDeliveryDestinations$, DescribeDeliverySources$, DescribeDestinations$, DescribeExportTasks$, DescribeFieldIndexes$, DescribeImportTaskBatches$, DescribeImportTasks$, DescribeIndexPolicies$, DescribeLogGroups$, DescribeLogStreams$, DescribeLookupTables$, DescribeMetricFilters$, DescribeQueries$, DescribeQueryDefinitions$, DescribeResourcePolicies$, DescribeSubscriptionFilters$, DisassociateKmsKey$, DisassociateSourceFromS3TableIntegration$, FilterLogEvents$, GetDataProtectionPolicy$, GetDelivery$, GetDeliveryDestination$, GetDeliveryDestinationPolicy$, GetDeliverySource$, GetIntegration$, GetLogAnomalyDetector$, GetLogEvents$, GetLogFields$, GetLogGroupFields$, GetLogObject$, GetLogRecord$, GetLookupTable$, GetQueryResults$, GetScheduledQuery$, GetScheduledQueryHistory$, GetTransformer$, ListAggregateLogGroupSummaries$, ListAnomalies$, ListIntegrations$, ListLogAnomalyDetectors$, ListLogGroups$, ListLogGroupsForQuery$, ListScheduledQueries$, ListSourcesForS3TableIntegration$, ListSyslogConfigurations$, ListTagsForResource$, ListTagsLogGroup$, PutAccountPolicy$, PutBearerTokenAuthentication$, PutDataProtectionPolicy$, PutDeliveryDestination$, PutDeliveryDestinationPolicy$, PutDeliverySource$, PutDestination$, PutDestinationPolicy$, PutIndexPolicy$, PutIntegration$, PutLogEvents$, PutLogGroupDeletionProtection$, PutMetricFilter$, PutQueryDefinition$, PutResourcePolicy$, PutRetentionPolicy$, PutSubscriptionFilter$, PutSyslogConfiguration$, PutTransformer$, StartLiveTail$, StartQuery$, StopQuery$, TagLogGroup$, TagResource$, TestMetricFilter$, TestTransformer$, UntagLogGroup$, UntagResource$, UpdateAnomaly$, UpdateDeliveryConfiguration$, UpdateLogAnomalyDetector$, UpdateLookupTable$, UpdateScheduledQuery$ } = require("./schemas/schemas_0");
16
- __exportStar(require("./schemas/schemas_0"), exports);
17
- __exportStar(require("./models/errors"), exports);
18
- const { CloudWatchLogsServiceException } = require("./models/CloudWatchLogsServiceException");
19
- exports.CloudWatchLogsServiceException = CloudWatchLogsServiceException;
6
+ const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
+ const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
8
+ const { eventStreamSerdeProvider, resolveEventStreamSerdeConfig } = require("@smithy/core/event-streams");
9
+ const { parseUrl, getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
10
+ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
11
+ const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
12
+ const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
13
+ const { defaultProvider } = require("@aws-sdk/credential-provider-node");
14
+ const { toUtf8, fromUtf8, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
15
+ const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
16
+ const { AwsJson1_1Protocol } = require("@aws-sdk/core/protocols");
17
+
18
+ const defaultCloudWatchLogsHttpAuthSchemeParametersProvider = async (config, context, input) => {
19
+ return {
20
+ operation: getSmithyContext(context).operation,
21
+ region: await normalizeProvider(config.region)() || (() => {
22
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
23
+ })(),
24
+ };
25
+ };
26
+ function createAwsAuthSigv4HttpAuthOption(authParameters) {
27
+ return {
28
+ schemeId: "aws.auth#sigv4",
29
+ signingProperties: {
30
+ name: "logs",
31
+ region: authParameters.region,
32
+ },
33
+ propertiesExtractor: (config, context) => ({
34
+ signingProperties: {
35
+ config,
36
+ context,
37
+ },
38
+ }),
39
+ };
40
+ }
41
+ const defaultCloudWatchLogsHttpAuthSchemeProvider = (authParameters) => {
42
+ const options = [];
43
+ switch (authParameters.operation) {
44
+ default: {
45
+ options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
46
+ }
47
+ }
48
+ return options;
49
+ };
50
+ const resolveHttpAuthSchemeConfig = (config) => {
51
+ const config_0 = resolveAwsSdkSigV4Config(config);
52
+ return Object.assign(config_0, {
53
+ authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
54
+ });
55
+ };
20
56
 
21
57
  const resolveClientEndpointParameters = (options) => {
22
58
  return Object.assign(options, {
@@ -32,6 +68,3565 @@ const commonParams = {
32
68
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
33
69
  };
34
70
 
71
+ var version = "3.1075.0";
72
+ var packageInfo = {
73
+ version: version};
74
+
75
+ const m = "ref";
76
+ const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = "stringEquals", h = { [m]: "Endpoint" }, i = { [m]: d }, j = { [m]: "Region" }, k = {}, l = [j];
77
+ const _data = {
78
+ conditions: [
79
+ [c, [h]],
80
+ [c, l],
81
+ ["aws.partition", l, d],
82
+ [e, [{ [m]: "UseFIPS" }, b]],
83
+ [e, [{ [m]: "UseDualStack" }, b]],
84
+ [e, [{ fn: f, argv: [i, "supportsDualStack"] }, b]],
85
+ [e, [{ fn: f, argv: [i, "supportsFIPS"] }, b]],
86
+ [g, [j, "us-gov-east-1"]],
87
+ [g, [j, "us-gov-west-1"]]
88
+ ],
89
+ results: [
90
+ [a],
91
+ [a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
92
+ [a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
93
+ [h, k],
94
+ ["https://logs-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", k],
95
+ [a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
96
+ ["https://logs.us-gov-east-1.amazonaws.com", k],
97
+ ["https://logs.us-gov-west-1.amazonaws.com", k],
98
+ ["https://logs-fips.{Region}.{PartitionResult#dnsSuffix}", k],
99
+ [a, "FIPS is enabled but this partition does not support FIPS"],
100
+ ["https://logs.{Region}.{PartitionResult#dualStackDnsSuffix}", k],
101
+ [a, "DualStack is enabled but this partition does not support DualStack"],
102
+ ["https://logs.{Region}.{PartitionResult#dnsSuffix}", k],
103
+ [a, "Invalid Configuration: Missing Region"]
104
+ ]
105
+ };
106
+ const root = 2;
107
+ const r = 100_000_000;
108
+ const nodes = new Int32Array([
109
+ -1, 1, -1,
110
+ 0, 14, 3,
111
+ 1, 4, r + 13,
112
+ 2, 5, r + 13,
113
+ 3, 8, 6,
114
+ 4, 7, r + 12,
115
+ 5, r + 10, r + 11,
116
+ 4, 12, 9,
117
+ 6, 10, r + 9,
118
+ 7, r + 6, 11,
119
+ 8, r + 7, r + 8,
120
+ 5, 13, r + 5,
121
+ 6, r + 4, r + 5,
122
+ 3, r + 1, 15,
123
+ 4, r + 2, r + 3,
124
+ ]);
125
+ const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
126
+
127
+ const cache = new EndpointCache({
128
+ size: 50,
129
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
130
+ });
131
+ const defaultEndpointResolver = (endpointParams, context = {}) => {
132
+ return cache.get(endpointParams, () => decideEndpoint(bdd, {
133
+ endpointParams: endpointParams,
134
+ logger: context.logger,
135
+ }));
136
+ };
137
+ customEndpointFunctions.aws = awsEndpointFunctions;
138
+
139
+ class CloudWatchLogsServiceException extends ServiceException {
140
+ constructor(options) {
141
+ super(options);
142
+ Object.setPrototypeOf(this, CloudWatchLogsServiceException.prototype);
143
+ }
144
+ }
145
+
146
+ class AccessDeniedException extends CloudWatchLogsServiceException {
147
+ name = "AccessDeniedException";
148
+ $fault = "client";
149
+ constructor(opts) {
150
+ super({
151
+ name: "AccessDeniedException",
152
+ $fault: "client",
153
+ ...opts,
154
+ });
155
+ Object.setPrototypeOf(this, AccessDeniedException.prototype);
156
+ }
157
+ }
158
+ class InvalidParameterException extends CloudWatchLogsServiceException {
159
+ name = "InvalidParameterException";
160
+ $fault = "client";
161
+ constructor(opts) {
162
+ super({
163
+ name: "InvalidParameterException",
164
+ $fault: "client",
165
+ ...opts,
166
+ });
167
+ Object.setPrototypeOf(this, InvalidParameterException.prototype);
168
+ }
169
+ }
170
+ class OperationAbortedException extends CloudWatchLogsServiceException {
171
+ name = "OperationAbortedException";
172
+ $fault = "client";
173
+ constructor(opts) {
174
+ super({
175
+ name: "OperationAbortedException",
176
+ $fault: "client",
177
+ ...opts,
178
+ });
179
+ Object.setPrototypeOf(this, OperationAbortedException.prototype);
180
+ }
181
+ }
182
+ class ResourceNotFoundException extends CloudWatchLogsServiceException {
183
+ name = "ResourceNotFoundException";
184
+ $fault = "client";
185
+ constructor(opts) {
186
+ super({
187
+ name: "ResourceNotFoundException",
188
+ $fault: "client",
189
+ ...opts,
190
+ });
191
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
192
+ }
193
+ }
194
+ class ServiceUnavailableException extends CloudWatchLogsServiceException {
195
+ name = "ServiceUnavailableException";
196
+ $fault = "server";
197
+ constructor(opts) {
198
+ super({
199
+ name: "ServiceUnavailableException",
200
+ $fault: "server",
201
+ ...opts,
202
+ });
203
+ Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
204
+ }
205
+ }
206
+ class InternalServerException extends CloudWatchLogsServiceException {
207
+ name = "InternalServerException";
208
+ $fault = "server";
209
+ constructor(opts) {
210
+ super({
211
+ name: "InternalServerException",
212
+ $fault: "server",
213
+ ...opts,
214
+ });
215
+ Object.setPrototypeOf(this, InternalServerException.prototype);
216
+ }
217
+ }
218
+ class ThrottlingException extends CloudWatchLogsServiceException {
219
+ name = "ThrottlingException";
220
+ $fault = "client";
221
+ constructor(opts) {
222
+ super({
223
+ name: "ThrottlingException",
224
+ $fault: "client",
225
+ ...opts,
226
+ });
227
+ Object.setPrototypeOf(this, ThrottlingException.prototype);
228
+ }
229
+ }
230
+ class ValidationException extends CloudWatchLogsServiceException {
231
+ name = "ValidationException";
232
+ $fault = "client";
233
+ constructor(opts) {
234
+ super({
235
+ name: "ValidationException",
236
+ $fault: "client",
237
+ ...opts,
238
+ });
239
+ Object.setPrototypeOf(this, ValidationException.prototype);
240
+ }
241
+ }
242
+ class InvalidOperationException extends CloudWatchLogsServiceException {
243
+ name = "InvalidOperationException";
244
+ $fault = "client";
245
+ constructor(opts) {
246
+ super({
247
+ name: "InvalidOperationException",
248
+ $fault: "client",
249
+ ...opts,
250
+ });
251
+ Object.setPrototypeOf(this, InvalidOperationException.prototype);
252
+ }
253
+ }
254
+ class ConflictException extends CloudWatchLogsServiceException {
255
+ name = "ConflictException";
256
+ $fault = "client";
257
+ constructor(opts) {
258
+ super({
259
+ name: "ConflictException",
260
+ $fault: "client",
261
+ ...opts,
262
+ });
263
+ Object.setPrototypeOf(this, ConflictException.prototype);
264
+ }
265
+ }
266
+ class ServiceQuotaExceededException extends CloudWatchLogsServiceException {
267
+ name = "ServiceQuotaExceededException";
268
+ $fault = "client";
269
+ constructor(opts) {
270
+ super({
271
+ name: "ServiceQuotaExceededException",
272
+ $fault: "client",
273
+ ...opts,
274
+ });
275
+ Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
276
+ }
277
+ }
278
+ class LimitExceededException extends CloudWatchLogsServiceException {
279
+ name = "LimitExceededException";
280
+ $fault = "client";
281
+ constructor(opts) {
282
+ super({
283
+ name: "LimitExceededException",
284
+ $fault: "client",
285
+ ...opts,
286
+ });
287
+ Object.setPrototypeOf(this, LimitExceededException.prototype);
288
+ }
289
+ }
290
+ class ResourceAlreadyExistsException extends CloudWatchLogsServiceException {
291
+ name = "ResourceAlreadyExistsException";
292
+ $fault = "client";
293
+ constructor(opts) {
294
+ super({
295
+ name: "ResourceAlreadyExistsException",
296
+ $fault: "client",
297
+ ...opts,
298
+ });
299
+ Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
300
+ }
301
+ }
302
+ class DataAlreadyAcceptedException extends CloudWatchLogsServiceException {
303
+ name = "DataAlreadyAcceptedException";
304
+ $fault = "client";
305
+ expectedSequenceToken;
306
+ constructor(opts) {
307
+ super({
308
+ name: "DataAlreadyAcceptedException",
309
+ $fault: "client",
310
+ ...opts,
311
+ });
312
+ Object.setPrototypeOf(this, DataAlreadyAcceptedException.prototype);
313
+ this.expectedSequenceToken = opts.expectedSequenceToken;
314
+ }
315
+ }
316
+ class InternalStreamingException extends CloudWatchLogsServiceException {
317
+ name = "InternalStreamingException";
318
+ $fault = "client";
319
+ constructor(opts) {
320
+ super({
321
+ name: "InternalStreamingException",
322
+ $fault: "client",
323
+ ...opts,
324
+ });
325
+ Object.setPrototypeOf(this, InternalStreamingException.prototype);
326
+ }
327
+ }
328
+ class InvalidSequenceTokenException extends CloudWatchLogsServiceException {
329
+ name = "InvalidSequenceTokenException";
330
+ $fault = "client";
331
+ expectedSequenceToken;
332
+ constructor(opts) {
333
+ super({
334
+ name: "InvalidSequenceTokenException",
335
+ $fault: "client",
336
+ ...opts,
337
+ });
338
+ Object.setPrototypeOf(this, InvalidSequenceTokenException.prototype);
339
+ this.expectedSequenceToken = opts.expectedSequenceToken;
340
+ }
341
+ }
342
+ class UnrecognizedClientException extends CloudWatchLogsServiceException {
343
+ name = "UnrecognizedClientException";
344
+ $fault = "client";
345
+ constructor(opts) {
346
+ super({
347
+ name: "UnrecognizedClientException",
348
+ $fault: "client",
349
+ ...opts,
350
+ });
351
+ Object.setPrototypeOf(this, UnrecognizedClientException.prototype);
352
+ }
353
+ }
354
+ class SessionStreamingException extends CloudWatchLogsServiceException {
355
+ name = "SessionStreamingException";
356
+ $fault = "client";
357
+ constructor(opts) {
358
+ super({
359
+ name: "SessionStreamingException",
360
+ $fault: "client",
361
+ ...opts,
362
+ });
363
+ Object.setPrototypeOf(this, SessionStreamingException.prototype);
364
+ }
365
+ }
366
+ class SessionTimeoutException extends CloudWatchLogsServiceException {
367
+ name = "SessionTimeoutException";
368
+ $fault = "client";
369
+ constructor(opts) {
370
+ super({
371
+ name: "SessionTimeoutException",
372
+ $fault: "client",
373
+ ...opts,
374
+ });
375
+ Object.setPrototypeOf(this, SessionTimeoutException.prototype);
376
+ }
377
+ }
378
+ class MalformedQueryException extends CloudWatchLogsServiceException {
379
+ name = "MalformedQueryException";
380
+ $fault = "client";
381
+ queryCompileError;
382
+ constructor(opts) {
383
+ super({
384
+ name: "MalformedQueryException",
385
+ $fault: "client",
386
+ ...opts,
387
+ });
388
+ Object.setPrototypeOf(this, MalformedQueryException.prototype);
389
+ this.queryCompileError = opts.queryCompileError;
390
+ }
391
+ }
392
+ class TooManyTagsException extends CloudWatchLogsServiceException {
393
+ name = "TooManyTagsException";
394
+ $fault = "client";
395
+ resourceName;
396
+ constructor(opts) {
397
+ super({
398
+ name: "TooManyTagsException",
399
+ $fault: "client",
400
+ ...opts,
401
+ });
402
+ Object.setPrototypeOf(this, TooManyTagsException.prototype);
403
+ this.resourceName = opts.resourceName;
404
+ }
405
+ }
406
+
407
+ const _A = "Anomaly";
408
+ const _AD = "AnomalyDetector";
409
+ const _ADE = "AccessDeniedException";
410
+ const _ADn = "AnomalyDetectors";
411
+ const _AF = "AllowedFields";
412
+ const _AK = "AddKeys";
413
+ const _AKE = "AddKeyEntry";
414
+ const _AKEd = "AddKeyEntries";
415
+ const _AKK = "AssociateKmsKey";
416
+ const _AKKR = "AssociateKmsKeyRequest";
417
+ const _ALGS = "AggregateLogGroupSummary";
418
+ const _ALGSg = "AggregateLogGroupSummaries";
419
+ const _AP = "AccountPolicy";
420
+ const _APc = "AccountPolicies";
421
+ const _ASTSTI = "AssociateSourceToS3TableIntegration";
422
+ const _ASTSTIR = "AssociateSourceToS3TableIntegrationRequest";
423
+ const _ASTSTIRs = "AssociateSourceToS3TableIntegrationResponse";
424
+ const _An = "Anomalies";
425
+ const _CD = "CreateDelivery";
426
+ const _CDR = "CreateDeliveryRequest";
427
+ const _CDRr = "CreateDeliveryResponse";
428
+ const _CE = "ConflictException";
429
+ const _CET = "CancelExportTask";
430
+ const _CETR = "CancelExportTaskRequest";
431
+ const _CETRr = "CreateExportTaskRequest";
432
+ const _CETRre = "CreateExportTaskResponse";
433
+ const _CETr = "CreateExportTask";
434
+ const _CIT = "CancelImportTask";
435
+ const _CITR = "CancelImportTaskRequest";
436
+ const _CITRa = "CancelImportTaskResponse";
437
+ const _CITRr = "CreateImportTaskRequest";
438
+ const _CITRre = "CreateImportTaskResponse";
439
+ const _CITr = "CreateImportTask";
440
+ const _CLAD = "CreateLogAnomalyDetector";
441
+ const _CLADR = "CreateLogAnomalyDetectorRequest";
442
+ const _CLADRr = "CreateLogAnomalyDetectorResponse";
443
+ const _CLG = "CreateLogGroup";
444
+ const _CLGR = "CreateLogGroupRequest";
445
+ const _CLS = "CreateLogStream";
446
+ const _CLSR = "CreateLogStreamRequest";
447
+ const _CLT = "CreateLookupTable";
448
+ const _CLTR = "CreateLookupTableRequest";
449
+ const _CLTRr = "CreateLookupTableResponse";
450
+ const _CSQ = "CreateScheduledQuery";
451
+ const _CSQR = "CreateScheduledQueryRequest";
452
+ const _CSQRr = "CreateScheduledQueryResponse";
453
+ const _CSV = "CSV";
454
+ const _CT = "ConfigurationTemplate";
455
+ const _CTDCV = "ConfigurationTemplateDeliveryConfigValues";
456
+ const _CTo = "ConfigurationTemplates";
457
+ const _CV = "CopyValue";
458
+ const _CVE = "CopyValueEntry";
459
+ const _CVEo = "CopyValueEntries";
460
+ const _D = "Delivery";
461
+ const _DAAE = "DataAlreadyAcceptedException";
462
+ const _DAP = "DeleteAccountPolicy";
463
+ const _DAPR = "DeleteAccountPolicyRequest";
464
+ const _DAPRe = "DescribeAccountPoliciesRequest";
465
+ const _DAPRes = "DescribeAccountPoliciesResponse";
466
+ const _DAPe = "DescribeAccountPolicies";
467
+ const _DC = "DestinationConfiguration";
468
+ const _DCT = "DescribeConfigurationTemplates";
469
+ const _DCTR = "DescribeConfigurationTemplatesRequest";
470
+ const _DCTRe = "DescribeConfigurationTemplatesResponse";
471
+ const _DD = "DeliveryDestination";
472
+ const _DDC = "DeliveryDestinationConfiguration";
473
+ const _DDD = "DeleteDeliveryDestination";
474
+ const _DDDP = "DeleteDeliveryDestinationPolicy";
475
+ const _DDDPR = "DeleteDeliveryDestinationPolicyRequest";
476
+ const _DDDR = "DeleteDeliveryDestinationRequest";
477
+ const _DDDRe = "DescribeDeliveryDestinationsRequest";
478
+ const _DDDRes = "DescribeDeliveryDestinationsResponse";
479
+ const _DDDe = "DescribeDeliveryDestinations";
480
+ const _DDPP = "DeleteDataProtectionPolicy";
481
+ const _DDPPR = "DeleteDataProtectionPolicyRequest";
482
+ const _DDR = "DeleteDeliveryRequest";
483
+ const _DDRe = "DeleteDestinationRequest";
484
+ const _DDRes = "DescribeDeliveriesRequest";
485
+ const _DDResc = "DescribeDeliveriesResponse";
486
+ const _DDRescr = "DescribeDestinationsRequest";
487
+ const _DDRescri = "DescribeDestinationsResponse";
488
+ const _DDS = "DeleteDeliverySource";
489
+ const _DDSR = "DeleteDeliverySourceRequest";
490
+ const _DDSRe = "DescribeDeliverySourcesRequest";
491
+ const _DDSRes = "DescribeDeliverySourcesResponse";
492
+ const _DDSe = "DescribeDeliverySources";
493
+ const _DDe = "DeliveryDestinations";
494
+ const _DDel = "DeleteDelivery";
495
+ const _DDele = "DeleteDestination";
496
+ const _DDes = "DescribeDeliveries";
497
+ const _DDesc = "DescribeDestinations";
498
+ const _DET = "DescribeExportTasks";
499
+ const _DETR = "DescribeExportTasksRequest";
500
+ const _DETRe = "DescribeExportTasksResponse";
501
+ const _DFI = "DescribeFieldIndexes";
502
+ const _DFIR = "DescribeFieldIndexesRequest";
503
+ const _DFIRe = "DescribeFieldIndexesResponse";
504
+ const _DI = "DeleteIntegration";
505
+ const _DIP = "DeleteIndexPolicy";
506
+ const _DIPR = "DeleteIndexPolicyRequest";
507
+ const _DIPRe = "DeleteIndexPolicyResponse";
508
+ const _DIPRes = "DescribeIndexPoliciesRequest";
509
+ const _DIPResc = "DescribeIndexPoliciesResponse";
510
+ const _DIPe = "DescribeIndexPolicies";
511
+ const _DIR = "DeleteIntegrationRequest";
512
+ const _DIRe = "DeleteIntegrationResponse";
513
+ const _DIT = "DescribeImportTasks";
514
+ const _DITB = "DescribeImportTaskBatches";
515
+ const _DITBR = "DescribeImportTaskBatchesRequest";
516
+ const _DITBRe = "DescribeImportTaskBatchesResponse";
517
+ const _DITR = "DescribeImportTasksRequest";
518
+ const _DITRe = "DescribeImportTasksResponse";
519
+ const _DK = "DeleteKeys";
520
+ const _DKK = "DisassociateKmsKey";
521
+ const _DKKR = "DisassociateKmsKeyRequest";
522
+ const _DLAD = "DeleteLogAnomalyDetector";
523
+ const _DLADR = "DeleteLogAnomalyDetectorRequest";
524
+ const _DLG = "DeleteLogGroup";
525
+ const _DLGR = "DeleteLogGroupRequest";
526
+ const _DLGRe = "DescribeLogGroupsRequest";
527
+ const _DLGRes = "DescribeLogGroupsResponse";
528
+ const _DLGe = "DescribeLogGroups";
529
+ const _DLS = "DeleteLogStream";
530
+ const _DLSR = "DeleteLogStreamRequest";
531
+ const _DLSRe = "DescribeLogStreamsRequest";
532
+ const _DLSRes = "DescribeLogStreamsResponse";
533
+ const _DLSe = "DescribeLogStreams";
534
+ const _DLT = "DeleteLookupTable";
535
+ const _DLTR = "DeleteLookupTableRequest";
536
+ const _DLTRe = "DescribeLookupTablesRequest";
537
+ const _DLTRes = "DescribeLookupTablesResponse";
538
+ const _DLTe = "DescribeLookupTables";
539
+ const _DMF = "DeleteMetricFilter";
540
+ const _DMFR = "DeleteMetricFilterRequest";
541
+ const _DMFRe = "DescribeMetricFiltersRequest";
542
+ const _DMFRes = "DescribeMetricFiltersResponse";
543
+ const _DMFe = "DescribeMetricFilters";
544
+ const _DNP = "DestinationNamePrefix";
545
+ const _DQ = "DescribeQueries";
546
+ const _DQD = "DeleteQueryDefinition";
547
+ const _DQDR = "DeleteQueryDefinitionRequest";
548
+ const _DQDRe = "DeleteQueryDefinitionResponse";
549
+ const _DQDRes = "DescribeQueryDefinitionsRequest";
550
+ const _DQDResc = "DescribeQueryDefinitionsResponse";
551
+ const _DQDe = "DescribeQueryDefinitions";
552
+ const _DQR = "DescribeQueriesRequest";
553
+ const _DQRe = "DescribeQueriesResponse";
554
+ const _DRP = "DeleteResourcePolicy";
555
+ const _DRPR = "DeleteResourcePolicyRequest";
556
+ const _DRPRe = "DeleteRetentionPolicyRequest";
557
+ const _DRPRes = "DescribeResourcePoliciesRequest";
558
+ const _DRPResc = "DescribeResourcePoliciesResponse";
559
+ const _DRPe = "DeleteRetentionPolicy";
560
+ const _DRPes = "DescribeResourcePolicies";
561
+ const _DS = "DataSource";
562
+ const _DSC = "DeleteSyslogConfiguration";
563
+ const _DSCR = "DeleteSyslogConfigurationRequest";
564
+ const _DSCS = "DeliverySourceConfigurationSchema";
565
+ const _DSCSe = "DeliverySourceConfigurationSchemas";
566
+ const _DSF = "DataSourceFilter";
567
+ const _DSFR = "DeleteSubscriptionFilterRequest";
568
+ const _DSFRe = "DescribeSubscriptionFiltersRequest";
569
+ const _DSFRes = "DescribeSubscriptionFiltersResponse";
570
+ const _DSFSTI = "DisassociateSourceFromS3TableIntegration";
571
+ const _DSFSTIR = "DisassociateSourceFromS3TableIntegrationRequest";
572
+ const _DSFSTIRi = "DisassociateSourceFromS3TableIntegrationResponse";
573
+ const _DSFa = "DataSourceFilters";
574
+ const _DSFe = "DeleteSubscriptionFilter";
575
+ const _DSFes = "DescribeSubscriptionFilters";
576
+ const _DSQ = "DeleteScheduledQuery";
577
+ const _DSQR = "DeleteScheduledQueryRequest";
578
+ const _DSQRe = "DeleteScheduledQueryResponse";
579
+ const _DSe = "DeliverySource";
580
+ const _DSel = "DeliverySources";
581
+ const _DT = "DeleteTransformer";
582
+ const _DTC = "DateTimeConverter";
583
+ const _DTR = "DeleteTransformerRequest";
584
+ const _De = "Destination";
585
+ const _Del = "Deliveries";
586
+ const _Des = "Destinations";
587
+ const _E = "Entity";
588
+ const _ET = "ExportTask";
589
+ const _ETEI = "ExportTaskExecutionInfo";
590
+ const _ETS = "ExportTaskStatus";
591
+ const _ETx = "ExportTasks";
592
+ const _FD = "FieldsData";
593
+ const _FI = "FieldIndex";
594
+ const _FIi = "FieldIndexes";
595
+ const _FLE = "FilteredLogEvent";
596
+ const _FLER = "FilterLogEventsRequest";
597
+ const _FLERi = "FilterLogEventsResponse";
598
+ const _FLEi = "FilteredLogEvents";
599
+ const _FLEil = "FilterLogEvents";
600
+ const _G = "Grok";
601
+ const _GD = "GetDelivery";
602
+ const _GDD = "GetDeliveryDestination";
603
+ const _GDDP = "GetDeliveryDestinationPolicy";
604
+ const _GDDPR = "GetDeliveryDestinationPolicyRequest";
605
+ const _GDDPRe = "GetDeliveryDestinationPolicyResponse";
606
+ const _GDDR = "GetDeliveryDestinationRequest";
607
+ const _GDDRe = "GetDeliveryDestinationResponse";
608
+ const _GDPP = "GetDataProtectionPolicy";
609
+ const _GDPPR = "GetDataProtectionPolicyRequest";
610
+ const _GDPPRe = "GetDataProtectionPolicyResponse";
611
+ const _GDR = "GetDeliveryRequest";
612
+ const _GDRe = "GetDeliveryResponse";
613
+ const _GDS = "GetDeliverySource";
614
+ const _GDSR = "GetDeliverySourceRequest";
615
+ const _GDSRe = "GetDeliverySourceResponse";
616
+ const _GI = "GroupingIdentifier";
617
+ const _GIR = "GetIntegrationRequest";
618
+ const _GIRe = "GetIntegrationResponse";
619
+ const _GIe = "GetIntegration";
620
+ const _GIr = "GroupingIdentifiers";
621
+ const _GLAD = "GetLogAnomalyDetector";
622
+ const _GLADR = "GetLogAnomalyDetectorRequest";
623
+ const _GLADRe = "GetLogAnomalyDetectorResponse";
624
+ const _GLE = "GetLogEvents";
625
+ const _GLER = "GetLogEventsRequest";
626
+ const _GLERe = "GetLogEventsResponse";
627
+ const _GLF = "GetLogFields";
628
+ const _GLFR = "GetLogFieldsRequest";
629
+ const _GLFRe = "GetLogFieldsResponse";
630
+ const _GLGF = "GetLogGroupFields";
631
+ const _GLGFR = "GetLogGroupFieldsRequest";
632
+ const _GLGFRe = "GetLogGroupFieldsResponse";
633
+ const _GLO = "GetLogObject";
634
+ const _GLOR = "GetLogObjectRequest";
635
+ const _GLORS = "GetLogObjectResponseStream";
636
+ const _GLORe = "GetLogObjectResponse";
637
+ const _GLR = "GetLogRecord";
638
+ const _GLRR = "GetLogRecordRequest";
639
+ const _GLRRe = "GetLogRecordResponse";
640
+ const _GLT = "GetLookupTable";
641
+ const _GLTR = "GetLookupTableRequest";
642
+ const _GLTRe = "GetLookupTableResponse";
643
+ const _GQR = "GetQueryResults";
644
+ const _GQRR = "GetQueryResultsRequest";
645
+ const _GQRRe = "GetQueryResultsResponse";
646
+ const _GSQ = "GetScheduledQuery";
647
+ const _GSQH = "GetScheduledQueryHistory";
648
+ const _GSQHR = "GetScheduledQueryHistoryRequest";
649
+ const _GSQHRe = "GetScheduledQueryHistoryResponse";
650
+ const _GSQR = "GetScheduledQueryRequest";
651
+ const _GSQRe = "GetScheduledQueryResponse";
652
+ const _GT = "GetTransformer";
653
+ const _GTR = "GetTransformerRequest";
654
+ const _GTRe = "GetTransformerResponse";
655
+ const _I = "Import";
656
+ const _IB = "ImportBatch";
657
+ const _IBL = "ImportBatchList";
658
+ const _ID = "IntegrationDetails";
659
+ const _IF = "ImportFilter";
660
+ const _IL = "ImportList";
661
+ const _ILE = "InputLogEvent";
662
+ const _ILEn = "InputLogEvents";
663
+ const _IOE = "InvalidOperationException";
664
+ const _IP = "IndexPolicy";
665
+ const _IPE = "InvalidParameterException";
666
+ const _IPn = "IndexPolicies";
667
+ const _IS = "ImportStatistics";
668
+ const _ISE = "InternalServerException";
669
+ const _ISEn = "InternalStreamingException";
670
+ const _ISTE = "InvalidSequenceTokenException";
671
+ const _ISn = "IntegrationSummary";
672
+ const _ISnt = "IntegrationSummaries";
673
+ const _LA = "ListAnomalies";
674
+ const _LALGS = "ListAggregateLogGroupSummaries";
675
+ const _LALGSR = "ListAggregateLogGroupSummariesRequest";
676
+ const _LALGSRi = "ListAggregateLogGroupSummariesResponse";
677
+ const _LAR = "ListAnomaliesRequest";
678
+ const _LARi = "ListAnomaliesResponse";
679
+ const _LCS = "LowerCaseString";
680
+ const _LE = "LogEvent";
681
+ const _LEE = "LimitExceededException";
682
+ const _LFL = "LogFieldsList";
683
+ const _LFLI = "LogFieldsListItem";
684
+ const _LFT = "LogFieldType";
685
+ const _LG = "LogGroup";
686
+ const _LGF = "LogGroupField";
687
+ const _LGFL = "LogGroupFieldList";
688
+ const _LGS = "LogGroupSummary";
689
+ const _LGSo = "LogGroupSummaries";
690
+ const _LGo = "LogGroups";
691
+ const _LI = "ListIntegrations";
692
+ const _LIR = "ListIntegrationsRequest";
693
+ const _LIRi = "ListIntegrationsResponse";
694
+ const _LLAD = "ListLogAnomalyDetectors";
695
+ const _LLADR = "ListLogAnomalyDetectorsRequest";
696
+ const _LLADRi = "ListLogAnomalyDetectorsResponse";
697
+ const _LLG = "ListLogGroups";
698
+ const _LLGFQ = "ListLogGroupsForQuery";
699
+ const _LLGFQR = "ListLogGroupsForQueryRequest";
700
+ const _LLGFQRi = "ListLogGroupsForQueryResponse";
701
+ const _LLGR = "ListLogGroupsRequest";
702
+ const _LLGRi = "ListLogGroupsResponse";
703
+ const _LS = "LogStream";
704
+ const _LSC = "ListSyslogConfigurations";
705
+ const _LSCR = "ListSyslogConfigurationsRequest";
706
+ const _LSCRi = "ListSyslogConfigurationsResponse";
707
+ const _LSFSTI = "ListSourcesForS3TableIntegration";
708
+ const _LSFSTIR = "ListSourcesForS3TableIntegrationRequest";
709
+ const _LSFSTIRi = "ListSourcesForS3TableIntegrationResponse";
710
+ const _LSQ = "ListScheduledQueries";
711
+ const _LSQR = "ListScheduledQueriesRequest";
712
+ const _LSQRi = "ListScheduledQueriesResponse";
713
+ const _LSo = "LogSamples";
714
+ const _LSog = "LogStreams";
715
+ const _LT = "LookupTable";
716
+ const _LTFR = "ListTagsForResource";
717
+ const _LTFRR = "ListTagsForResourceRequest";
718
+ const _LTFRRi = "ListTagsForResourceResponse";
719
+ const _LTLG = "ListTagsLogGroup";
720
+ const _LTLGR = "ListTagsLogGroupRequest";
721
+ const _LTLGRi = "ListTagsLogGroupResponse";
722
+ const _LTM = "ListToMap";
723
+ const _LTSLE = "LiveTailSessionLogEvent";
724
+ const _LTSM = "LiveTailSessionMetadata";
725
+ const _LTSR = "LiveTailSessionResults";
726
+ const _LTSS = "LiveTailSessionStart";
727
+ const _LTSU = "LiveTailSessionUpdate";
728
+ const _LTo = "LookupTables";
729
+ const _MF = "MetricFilter";
730
+ const _MFM = "MetricFilterMatches";
731
+ const _MFMR = "MetricFilterMatchRecord";
732
+ const _MFe = "MetricFilters";
733
+ const _MK = "MoveKeys";
734
+ const _MKE = "MoveKeyEntry";
735
+ const _MKEo = "MoveKeyEntries";
736
+ const _MQE = "MalformedQueryException";
737
+ const _MT = "MetricTransformation";
738
+ const _MTe = "MetricTransformations";
739
+ const _OAE = "OperationAbortedException";
740
+ const _OLE = "OutputLogEvent";
741
+ const _OLEu = "OutputLogEvents";
742
+ const _OSA = "OpenSearchApplication";
743
+ const _OSC = "OpenSearchCollection";
744
+ const _OSDAP = "OpenSearchDataAccessPolicy";
745
+ const _OSDS = "OpenSearchDataSource";
746
+ const _OSEP = "OpenSearchEncryptionPolicy";
747
+ const _OSID = "OpenSearchIntegrationDetails";
748
+ const _OSLP = "OpenSearchLifecyclePolicy";
749
+ const _OSNP = "OpenSearchNetworkPolicy";
750
+ const _OSRC = "OpenSearchResourceConfig";
751
+ const _OSRS = "OpenSearchResourceStatus";
752
+ const _OSW = "OpenSearchWorkspace";
753
+ const _P = "Policy";
754
+ const _PAP = "PutAccountPolicy";
755
+ const _PAPR = "PutAccountPolicyRequest";
756
+ const _PAPRu = "PutAccountPolicyResponse";
757
+ const _PBTA = "PutBearerTokenAuthentication";
758
+ const _PBTAR = "PutBearerTokenAuthenticationRequest";
759
+ const _PC = "ParseCloudfront";
760
+ const _PD = "PutDestination";
761
+ const _PDD = "PutDeliveryDestination";
762
+ const _PDDP = "PutDeliveryDestinationPolicy";
763
+ const _PDDPR = "PutDeliveryDestinationPolicyRequest";
764
+ const _PDDPRu = "PutDeliveryDestinationPolicyResponse";
765
+ const _PDDR = "PutDeliveryDestinationRequest";
766
+ const _PDDRu = "PutDeliveryDestinationResponse";
767
+ const _PDP = "PutDestinationPolicy";
768
+ const _PDPP = "PutDataProtectionPolicy";
769
+ const _PDPPR = "PutDataProtectionPolicyRequest";
770
+ const _PDPPRu = "PutDataProtectionPolicyResponse";
771
+ const _PDPR = "PutDestinationPolicyRequest";
772
+ const _PDR = "PutDestinationRequest";
773
+ const _PDRu = "PutDestinationResponse";
774
+ const _PDS = "PutDeliverySource";
775
+ const _PDSR = "PutDeliverySourceRequest";
776
+ const _PDSRu = "PutDeliverySourceResponse";
777
+ const _PI = "PutIntegration";
778
+ const _PIP = "PutIndexPolicy";
779
+ const _PIPR = "PutIndexPolicyRequest";
780
+ const _PIPRu = "PutIndexPolicyResponse";
781
+ const _PIR = "PutIntegrationRequest";
782
+ const _PIRu = "PutIntegrationResponse";
783
+ const _PJSON = "ParseJSON";
784
+ const _PKV = "ParseKeyValue";
785
+ const _PLE = "PutLogEvents";
786
+ const _PLER = "PutLogEventsRequest";
787
+ const _PLERu = "PutLogEventsResponse";
788
+ const _PLGDP = "PutLogGroupDeletionProtection";
789
+ const _PLGDPR = "PutLogGroupDeletionProtectionRequest";
790
+ const _PMF = "PutMetricFilter";
791
+ const _PMFR = "PutMetricFilterRequest";
792
+ const _PP = "ParsePostgres";
793
+ const _PQD = "PutQueryDefinition";
794
+ const _PQDR = "PutQueryDefinitionRequest";
795
+ const _PQDRu = "PutQueryDefinitionResponse";
796
+ const _PR = "ParseRoute53";
797
+ const _PRP = "PutResourcePolicy";
798
+ const _PRPR = "PutResourcePolicyRequest";
799
+ const _PRPRu = "PutResourcePolicyResponse";
800
+ const _PRPRut = "PutRetentionPolicyRequest";
801
+ const _PRPu = "PutRetentionPolicy";
802
+ const _PSC = "PutSyslogConfiguration";
803
+ const _PSCR = "PutSyslogConfigurationRequest";
804
+ const _PSF = "PutSubscriptionFilter";
805
+ const _PSFR = "PutSubscriptionFilterRequest";
806
+ const _PT = "PatternToken";
807
+ const _PTOCSF = "ParseToOCSF";
808
+ const _PTR = "PutTransformerRequest";
809
+ const _PTa = "PatternTokens";
810
+ const _PTu = "PutTransformer";
811
+ const _PVPC = "ParseVPC";
812
+ const _PWAF = "ParseWAF";
813
+ const _Pr = "Processor";
814
+ const _Pro = "Processors";
815
+ const _QCE = "QueryCompileError";
816
+ const _QCEL = "QueryCompileErrorLocation";
817
+ const _QD = "QueryDefinition";
818
+ const _QDL = "QueryDefinitionList";
819
+ const _QI = "QueryInfo";
820
+ const _QIL = "QueryInfoList";
821
+ const _QP = "QueryParameter";
822
+ const _QPL = "QueryParameterList";
823
+ const _QR = "QueryResults";
824
+ const _QS = "QueryStatistics";
825
+ const _RAEE = "ResourceAlreadyExistsException";
826
+ const _RC = "ResourceConfig";
827
+ const _REI = "RejectedEntityInfo";
828
+ const _RF = "RecordField";
829
+ const _RFe = "ResultField";
830
+ const _RK = "RenameKeys";
831
+ const _RKE = "RenameKeyEntry";
832
+ const _RKEe = "RenameKeyEntries";
833
+ const _RLEI = "RejectedLogEventsInfo";
834
+ const _RNFE = "ResourceNotFoundException";
835
+ const _RP = "ResourcePolicy";
836
+ const _RPe = "ResourcePolicies";
837
+ const _RR = "ResultRows";
838
+ const _SC = "S3Configuration";
839
+ const _SCy = "SyslogConfiguration";
840
+ const _SCys = "SyslogConfigurations";
841
+ const _SDC = "S3DeliveryConfiguration";
842
+ const _SF = "SubscriptionFilter";
843
+ const _SFu = "SubscriptionFilters";
844
+ const _SLS = "SearchedLogStream";
845
+ const _SLSe = "SearchedLogStreams";
846
+ const _SLT = "StartLiveTail";
847
+ const _SLTR = "StartLiveTailRequest";
848
+ const _SLTRS = "StartLiveTailResponseStream";
849
+ const _SLTRt = "StartLiveTailResponse";
850
+ const _SP = "SuppressionPeriod";
851
+ const _SQ = "StartQuery";
852
+ const _SQD = "ScheduledQueryDestination";
853
+ const _SQDL = "ScheduledQueryDestinationList";
854
+ const _SQEE = "ServiceQuotaExceededException";
855
+ const _SQR = "StartQueryRequest";
856
+ const _SQRt = "StartQueryResponse";
857
+ const _SQRto = "StopQueryRequest";
858
+ const _SQRtop = "StopQueryResponse";
859
+ const _SQS = "ScheduledQuerySummary";
860
+ const _SQSL = "ScheduledQuerySummaryList";
861
+ const _SQt = "StopQuery";
862
+ const _SS = "SplitString";
863
+ const _SSE = "SessionStreamingException";
864
+ const _SSEp = "SplitStringEntry";
865
+ const _SSEpl = "SplitStringEntries";
866
+ const _SSEu = "SubstituteStringEntry";
867
+ const _SSEub = "SubstituteStringEntries";
868
+ const _SSu = "SubstituteString";
869
+ const _STE = "SessionTimeoutException";
870
+ const _STI = "S3TablesIntegration";
871
+ const _STIS = "S3TableIntegrationSource";
872
+ const _STISa = "S3TableIntegrationSources";
873
+ const _SUE = "ServiceUnavailableException";
874
+ const _TC = "TypeConverter";
875
+ const _TCE = "TypeConverterEntry";
876
+ const _TCEy = "TypeConverterEntries";
877
+ const _TE = "ThrottlingException";
878
+ const _TF = "TagFilter";
879
+ const _TFa = "TagFilters";
880
+ const _THR = "TriggerHistoryRecord";
881
+ const _THRL = "TriggerHistoryRecordList";
882
+ const _TL = "TransformedLogs";
883
+ const _TLG = "TagLogGroup";
884
+ const _TLGR = "TagLogGroupRequest";
885
+ const _TLR = "TransformedLogRecord";
886
+ const _TMF = "TestMetricFilter";
887
+ const _TMFR = "TestMetricFilterRequest";
888
+ const _TMFRe = "TestMetricFilterResponse";
889
+ const _TMTE = "TooManyTagsException";
890
+ const _TR = "TagResource";
891
+ const _TRR = "TagResourceRequest";
892
+ const _TS = "TrimString";
893
+ const _TT = "TestTransformer";
894
+ const _TTR = "TestTransformerRequest";
895
+ const _TTRe = "TestTransformerResponse";
896
+ const _UA = "UpdateAnomaly";
897
+ const _UAR = "UpdateAnomalyRequest";
898
+ const _UCE = "UnrecognizedClientException";
899
+ const _UCS = "UpperCaseString";
900
+ const _UDC = "UpdateDeliveryConfiguration";
901
+ const _UDCR = "UpdateDeliveryConfigurationRequest";
902
+ const _UDCRp = "UpdateDeliveryConfigurationResponse";
903
+ const _ULAD = "UpdateLogAnomalyDetector";
904
+ const _ULADR = "UpdateLogAnomalyDetectorRequest";
905
+ const _ULG = "UntagLogGroup";
906
+ const _ULGR = "UntagLogGroupRequest";
907
+ const _ULT = "UpdateLookupTable";
908
+ const _ULTR = "UpdateLookupTableRequest";
909
+ const _ULTRp = "UpdateLookupTableResponse";
910
+ const _UR = "UntagResource";
911
+ const _URR = "UntagResourceRequest";
912
+ const _USQ = "UpdateScheduledQuery";
913
+ const _USQR = "UpdateScheduledQueryRequest";
914
+ const _USQRp = "UpdateScheduledQueryResponse";
915
+ const _VE = "ValidationException";
916
+ const _a = "active";
917
+ const _aA = "applicationArn";
918
+ const _aAFAVLDFR = "allowedActionForAllowVendedLogsDeliveryForResource";
919
+ const _aD = "anomalyDetectors";
920
+ const _aDA = "anomalyDetectorArn";
921
+ const _aDS = "anomalyDetectorStatus";
922
+ const _aE = "applicationEndpoint";
923
+ const _aF = "allowedFields";
924
+ const _aFD = "allowedFieldDelimiters";
925
+ const _aI = "accountId";
926
+ const _aIc = "accountIdentifiers";
927
+ const _aIn = "anomalyId";
928
+ const _aIp = "applicationId";
929
+ const _aK = "addKeys";
930
+ const _aLGS = "aggregateLogGroupSummaries";
931
+ const _aOF = "allowedOutputFormats";
932
+ const _aOTL = "applyOnTransformedLogs";
933
+ const _aP = "accountPolicies";
934
+ const _aPc = "accessPolicy";
935
+ const _aPcc = "accountPolicy";
936
+ const _aSPF = "allowedSuffixPathFields";
937
+ const _aVT = "anomalyVisibilityTime";
938
+ const _an = "anomalies";
939
+ const _ap = "application";
940
+ const _ar = "arn";
941
+ const _at = "attributes";
942
+ const _b = "baseline";
943
+ const _bI = "batchId";
944
+ const _bIS = "batchImportStatus";
945
+ const _bIy = "bytesImported";
946
+ const _bS = "bytesScanned";
947
+ const _bTAE = "bearerTokenAuthenticationEnabled";
948
+ const _c = "client";
949
+ const _cA = "createdAt";
950
+ const _cAo = "collectionArn";
951
+ const _cE = "collectionEndpoint";
952
+ const _cT = "creationTime";
953
+ const _cTS = "creationTimeStamp";
954
+ const _cTSr = "createdTimeStamp";
955
+ const _cTl = "clientToken";
956
+ const _cTo = "configurationTemplates";
957
+ const _cTom = "completionTime";
958
+ const _cTr = "createTime";
959
+ const _cV = "copyValue";
960
+ const _co = "columns";
961
+ const _cod = "code";
962
+ const _col = "collection";
963
+ const _cs = "csv";
964
+ const _d = "description";
965
+ const _dA = "destinationArn";
966
+ const _dC = "destinationConfiguration";
967
+ const _dD = "deliveryDestinations";
968
+ const _dDA = "deliveryDestinationArn";
969
+ const _dDC = "deliveryDestinationConfiguration";
970
+ const _dDCV = "defaultDeliveryConfigValues";
971
+ const _dDN = "deliveryDestinationName";
972
+ const _dDP = "deliveryDestinationPolicy";
973
+ const _dDT = "deliveryDestinationType";
974
+ const _dDTe = "deliveryDestinationTypes";
975
+ const _dDe = "deliveryDestination";
976
+ const _dI = "destinationIdentifier";
977
+ const _dK = "deleteKeys";
978
+ const _dN = "detectorName";
979
+ const _dNa = "datasourceName";
980
+ const _dNe = "destinationName";
981
+ const _dP = "destinationPrefix";
982
+ const _dPE = "deletionProtectionEnabled";
983
+ const _dPS = "dataProtectionStatus";
984
+ const _dRA = "destinationResourceArn";
985
+ const _dS = "dataSource";
986
+ const _dSC = "deliverySourceConfiguration";
987
+ const _dSN = "deliverySourceName";
988
+ const _dSNa = "dataSourceName";
989
+ const _dSRA = "dataSourceRoleArn";
990
+ const _dST = "dataSourceType";
991
+ const _dSa = "dataSources";
992
+ const _dSe = "deliverySources";
993
+ const _dSel = "deliverySource";
994
+ const _dT = "datasourceType";
995
+ const _dTC = "dateTimeConverter";
996
+ const _dTP = "dynamicTokenPosition";
997
+ const _dTe = "destinationType";
998
+ const _dV = "defaultValue";
999
+ const _dVP = "dashboardViewerPrincipals";
1000
+ const _da = "data";
1001
+ const _de = "delivery";
1002
+ const _del = "delimiter";
1003
+ const _deli = "deliveries";
1004
+ const _des = "destination";
1005
+ const _desc = "descending";
1006
+ const _dest = "destinations";
1007
+ const _di = "dimensions";
1008
+ const _dis = "distribution";
1009
+ const _e = "error";
1010
+ const _eBS = "estimatedBytesSkipped";
1011
+ const _eCO = "endCharOffset";
1012
+ const _eET = "endEventTime";
1013
+ const _eF = "evaluationFrequency";
1014
+ const _eHCP = "enableHiveCompatiblePath";
1015
+ const _eI = "executionInfo";
1016
+ const _eIv = "eventId";
1017
+ const _eK = "encryptionKey";
1018
+ const _eLEEI = "expiredLogEventEndIndex";
1019
+ const _eM = "errorMessage";
1020
+ const _eMv = "eventMessage";
1021
+ const _eN = "eventNumber";
1022
+ const _eP = "encryptionPolicy";
1023
+ const _eRA = "executionRoleArn";
1024
+ const _eRI = "expectedRevisionId";
1025
+ const _eRS = "estimatedRecordsSkipped";
1026
+ const _eS = "executionStatuses";
1027
+ const _eSF = "emitSystemFields";
1028
+ const _eSFD = "emitSystemFieldDimensions";
1029
+ const _eST = "expectedSequenceToken";
1030
+ const _eSv = "eventSource";
1031
+ const _eSx = "executionStatus";
1032
+ const _eT = "exportTasks";
1033
+ const _eTO = "endTimeOffset";
1034
+ const _eTn = "endTime";
1035
+ const _eTr = "errorType";
1036
+ const _eV = "extractedValues";
1037
+ const _el = "element";
1038
+ const _en = "entries";
1039
+ const _ena = "enabled";
1040
+ const _end = "endpoint";
1041
+ const _ent = "entity";
1042
+ const _enu = "enumerations";
1043
+ const _ev = "events";
1044
+ const _f = "from";
1045
+ const _fD = "fieldDelimiter";
1046
+ const _fE = "flattenedElement";
1047
+ const _fET = "firstEventTime";
1048
+ const _fETi = "firstEventTimestamp";
1049
+ const _fI = "fieldIndexes";
1050
+ const _fIN = "fieldIndexName";
1051
+ const _fINi = "fieldIndexNames";
1052
+ const _fLGA = "filterLogGroupArn";
1053
+ const _fN = "filterName";
1054
+ const _fNP = "filterNamePrefix";
1055
+ const _fP = "filterPattern";
1056
+ const _fS = "firstSeen";
1057
+ const _fSC = "fieldSelectionCriteria";
1058
+ const _fSi = "fieldStream";
1059
+ const _fU = "forceUpdate";
1060
+ const _fi = "fields";
1061
+ const _fie = "field";
1062
+ const _fl = "flatten";
1063
+ const _fo = "force";
1064
+ const _g = "grok";
1065
+ const _gB = "groupBy";
1066
+ const _gI = "groupingIdentifiers";
1067
+ const _h = "histogram";
1068
+ const _hE = "httpError";
1069
+ const _i = "identifier";
1070
+ const _iA = "integrationArn";
1071
+ const _iB = "importBatches";
1072
+ const _iD = "integrationDetails";
1073
+ const _iDA = "importDestinationArn";
1074
+ const _iDs = "isDynamic";
1075
+ const _iF = "importFilter";
1076
+ const _iI = "importId";
1077
+ const _iLA = "includeLinkedAccounts";
1078
+ const _iN = "integrationName";
1079
+ const _iNP = "integrationNamePrefix";
1080
+ const _iP = "indexPolicies";
1081
+ const _iPLS = "isPatternLevelSuppression";
1082
+ const _iPn = "inheritedProperties";
1083
+ const _iPnd = "indexPolicy";
1084
+ const _iRA = "importRoleArn";
1085
+ const _iS = "importStatistics";
1086
+ const _iSA = "importSourceArn";
1087
+ const _iSm = "importStatus";
1088
+ const _iSn = "integrationStatus";
1089
+ const _iSnt = "integrationSummaries";
1090
+ const _iT = "ingestionTime";
1091
+ const _iTN = "inferredTokenName";
1092
+ const _iTn = "integrationType";
1093
+ const _id = "id";
1094
+ const _im = "imports";
1095
+ const _in = "interleaved";
1096
+ const _k = "key";
1097
+ const _kA = "keyAttributes";
1098
+ const _kKA = "kmsKeyArn";
1099
+ const _kKI = "kmsKeyId";
1100
+ const _kN = "keyName";
1101
+ const _kP = "keyPrefix";
1102
+ const _kVD = "keyValueDelimiter";
1103
+ const _l = "locale";
1104
+ const _lCS = "lowerCaseString";
1105
+ const _lE = "logEvents";
1106
+ const _lEFP = "logEventFilterPattern";
1107
+ const _lEM = "logEventMessages";
1108
+ const _lES = "lastExecutionStatus";
1109
+ const _lET = "lastEventTime";
1110
+ const _lETa = "lastEventTimestamp";
1111
+ const _lF = "logFields";
1112
+ const _lFN = "logFieldName";
1113
+ const _lFT = "logFieldType";
1114
+ const _lG = "logGroups";
1115
+ const _lGA = "logGroupArn";
1116
+ const _lGAL = "logGroupArnList";
1117
+ const _lGC = "logGroupCount";
1118
+ const _lGCo = "logGroupClass";
1119
+ const _lGF = "logGroupFields";
1120
+ const _lGI = "logGroupIdentifiers";
1121
+ const _lGIo = "logGroupIdentifier";
1122
+ const _lGN = "logGroupName";
1123
+ const _lGNP = "logGroupNamePrefix";
1124
+ const _lGNPo = "logGroupNamePattern";
1125
+ const _lGNo = "logGroupNames";
1126
+ const _lGS = "logGroupsScanned";
1127
+ const _lGT = "logGroupTags";
1128
+ const _lIT = "lastIngestionTime";
1129
+ const _lM = "lastModified";
1130
+ const _lMT = "lastModifiedTime";
1131
+ const _lMTS = "lastModifiedTimeStamp";
1132
+ const _lOP = "logObjectPointer";
1133
+ const _lP = "lifecyclePolicy";
1134
+ const _lR = "logRecord";
1135
+ const _lRP = "logRecordPointer";
1136
+ const _lS = "lastSeen";
1137
+ const _lSN = "logStreamName";
1138
+ const _lSNP = "logStreamNamePrefix";
1139
+ const _lSNPo = "logStreamNamePrefixes";
1140
+ const _lSNo = "logStreamNames";
1141
+ const _lST = "lastScanTime";
1142
+ const _lSo = "logSamples";
1143
+ const _lSog = "logStreams";
1144
+ const _lT = "logType";
1145
+ const _lTA = "lookupTableArn";
1146
+ const _lTM = "listToMap";
1147
+ const _lTN = "lookupTableName";
1148
+ const _lTNP = "lookupTableNamePrefix";
1149
+ const _lTT = "lastTriggeredTime";
1150
+ const _lTo = "logTypes";
1151
+ const _lToo = "lookupTables";
1152
+ const _lUT = "lastUpdatedTime";
1153
+ const _lUTa = "lastUpdateTime";
1154
+ const _li = "limit";
1155
+ const _lo = "location";
1156
+ const _m = "message";
1157
+ const _mF = "metricFilters";
1158
+ const _mFC = "metricFilterCount";
1159
+ const _mI = "maxItems";
1160
+ const _mK = "moveKeys";
1161
+ const _mN = "metricName";
1162
+ const _mNe = "metricNamespace";
1163
+ const _mP = "matchPatterns";
1164
+ const _mR = "maxResults";
1165
+ const _mT = "metricTransformations";
1166
+ const _mV = "minValue";
1167
+ const _mVa = "maxValue";
1168
+ const _mVap = "mappingVersion";
1169
+ const _mVe = "metricValue";
1170
+ const _ma = "match";
1171
+ const _man = "mandatory";
1172
+ const _mat = "matches";
1173
+ const _n = "name";
1174
+ const _nBT = "nextBackwardToken";
1175
+ const _nFT = "nextForwardToken";
1176
+ const _nMV = "nonMatchValue";
1177
+ const _nP = "networkPolicy";
1178
+ const _nST = "nextSequenceToken";
1179
+ const _nT = "nextToken";
1180
+ const _oAI = "ownerAccountId";
1181
+ const _oB = "orderBy";
1182
+ const _oF = "outputFormat";
1183
+ const _oIE = "overwriteIfExists";
1184
+ const _oSID = "openSearchIntegrationDetails";
1185
+ const _oSRC = "openSearchResourceConfig";
1186
+ const _oV = "ocsfVersion";
1187
+ const _p = "priority";
1188
+ const _pC = "parseCloudfront";
1189
+ const _pD = "policyDocument";
1190
+ const _pI = "patternId";
1191
+ const _pIr = "processedIdentifier";
1192
+ const _pJSON = "parseJSON";
1193
+ const _pKV = "parseKeyValue";
1194
+ const _pN = "policyName";
1195
+ const _pP = "parsePostgres";
1196
+ const _pR = "patternRegex";
1197
+ const _pRa = "parseRoute53";
1198
+ const _pS = "patternString";
1199
+ const _pSI = "parentSourceIdentifier";
1200
+ const _pSo = "policyScope";
1201
+ const _pT = "policyType";
1202
+ const _pTOCSF = "parseToOCSF";
1203
+ const _pTa = "patternTokens";
1204
+ const _pVPC = "parseVPC";
1205
+ const _pWAF = "parseWAF";
1206
+ const _pa = "parameters";
1207
+ const _pe = "percent";
1208
+ const _po = "policy";
1209
+ const _q = "queries";
1210
+ const _qC = "quoteCharacter";
1211
+ const _qCE = "queryCompileError";
1212
+ const _qD = "queryDefinitions";
1213
+ const _qDI = "queryDefinitionId";
1214
+ const _qDNP = "queryDefinitionNamePrefix";
1215
+ const _qDu = "queryDuration";
1216
+ const _qI = "queryId";
1217
+ const _qL = "queryLanguage";
1218
+ const _qS = "queryString";
1219
+ const _r = "results";
1220
+ const _rA = "resourceArn";
1221
+ const _rAe = "resourceArns";
1222
+ const _rAo = "roleArn";
1223
+ const _rC = "recordsCount";
1224
+ const _rCe = "resourceConfig";
1225
+ const _rD = "retentionDays";
1226
+ const _rEI = "rejectedEntityInfo";
1227
+ const _rF = "recordFields";
1228
+ const _rI = "resourceIdentifier";
1229
+ const _rID = "retentionInDays";
1230
+ const _rIe = "requestId";
1231
+ const _rIev = "revisionId";
1232
+ const _rK = "renameKeys";
1233
+ const _rLEI = "rejectedLogEventsInfo";
1234
+ const _rM = "recordsMatched";
1235
+ const _rN = "resourceName";
1236
+ const _rP = "resourcePolicies";
1237
+ const _rPe = "resourcePolicy";
1238
+ const _rS = "recordsScanned";
1239
+ const _rSe = "responseStream";
1240
+ const _rT = "resourceType";
1241
+ const _rTe = "resourceTypes";
1242
+ const _rTen = "renameTo";
1243
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.cloudwatchlogs";
1244
+ const _sB = "sizeBytes";
1245
+ const _sBt = "storedBytes";
1246
+ const _sC = "selectionCriteria";
1247
+ const _sCO = "startCharOffset";
1248
+ const _sCe = "searchedCompletely";
1249
+ const _sCo = "s3Configuration";
1250
+ const _sCt = "statusCode";
1251
+ const _sCy = "syslogConfigurations";
1252
+ const _sD = "suppressedDate";
1253
+ const _sDC = "s3DeliveryConfiguration";
1254
+ const _sE = "scheduleExpression";
1255
+ const _sET = "scheduleEndTime";
1256
+ const _sETt = "startEventTime";
1257
+ const _sF = "subscriptionFilters";
1258
+ const _sFH = "startFromHead";
1259
+ const _sI = "sessionId";
1260
+ const _sLS = "searchedLogStreams";
1261
+ const _sM = "sessionMetadata";
1262
+ const _sMt = "statusMessage";
1263
+ const _sP = "suffixPath";
1264
+ const _sPu = "suppressionPeriod";
1265
+ const _sQ = "scheduledQueries";
1266
+ const _sQA = "scheduledQueryArn";
1267
+ const _sR = "statusReason";
1268
+ const _sRe = "sessionResults";
1269
+ const _sS = "suppressionState";
1270
+ const _sST = "scheduleStartTime";
1271
+ const _sSe = "sessionStart";
1272
+ const _sSp = "splitString";
1273
+ const _sSu = "substituteString";
1274
+ const _sT = "sourceTimezone";
1275
+ const _sTI = "s3TablesIntegration";
1276
+ const _sTO = "startTimeOffset";
1277
+ const _sTc = "scheduleType";
1278
+ const _sTe = "sequenceToken";
1279
+ const _sTo = "sourceType";
1280
+ const _sTt = "startTime";
1281
+ const _sTu = "suppressionType";
1282
+ const _sU = "suppressedUntil";
1283
+ const _sUe = "sessionUpdate";
1284
+ const _sUu = "suppressionUnit";
1285
+ const _sV = "supportedValues";
1286
+ const _sa = "sampled";
1287
+ const _sc = "scope";
1288
+ const _se = "server";
1289
+ const _ser = "service";
1290
+ const _so = "source";
1291
+ const _sou = "sources";
1292
+ const _st = "state";
1293
+ const _sta = "status";
1294
+ const _stat = "statistics";
1295
+ const _str = "streaming";
1296
+ const _su = "suppressed";
1297
+ const _suc = "success";
1298
+ const _t = "target";
1299
+ const _tA = "targetArn";
1300
+ const _tB = "tableBody";
1301
+ const _tC = "transformerConfig";
1302
+ const _tCy = "typeConverter";
1303
+ const _tEM = "transformedEventMessage";
1304
+ const _tF = "targetFormat";
1305
+ const _tFa = "tableFields";
1306
+ const _tH = "triggerHistory";
1307
+ const _tI = "taskId";
1308
+ const _tK = "tagKeys";
1309
+ const _tL = "transformedLogs";
1310
+ const _tN = "taskName";
1311
+ const _tNLESI = "tooNewLogEventStartIndex";
1312
+ const _tOLEEI = "tooOldLogEventEndIndex";
1313
+ const _tS = "tokenString";
1314
+ const _tSr = "trimString";
1315
+ const _tT = "targetTimezone";
1316
+ const _tTr = "triggeredTimestamp";
1317
+ const _ta = "tags";
1318
+ const _ti = "timezone";
1319
+ const _tim = "timestamp";
1320
+ const _time = "time";
1321
+ const _to = "to";
1322
+ const _ty = "type";
1323
+ const _u = "unmask";
1324
+ const _uCS = "upperCaseString";
1325
+ const _uI = "userIdentity";
1326
+ const _uST = "uploadSequenceToken";
1327
+ const _un = "unit";
1328
+ const _v = "value";
1329
+ const _vEI = "vpcEndpointId";
1330
+ const _vK = "valueKey";
1331
+ const _vT = "valueType";
1332
+ const _va = "values";
1333
+ const _w = "workspace";
1334
+ const _wI = "workspaceId";
1335
+ const _wK = "withKeys";
1336
+ const n0 = "com.amazonaws.cloudwatchlogs";
1337
+ const _s_registry = TypeRegistry.for(_s);
1338
+ var CloudWatchLogsServiceException$ = [-3, _s, "CloudWatchLogsServiceException", 0, [], []];
1339
+ _s_registry.registerError(CloudWatchLogsServiceException$, CloudWatchLogsServiceException);
1340
+ const n0_registry = TypeRegistry.for(n0);
1341
+ var AccessDeniedException$ = [-3, n0, _ADE,
1342
+ { [_e]: _c },
1343
+ [_m],
1344
+ [0]
1345
+ ];
1346
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
1347
+ var ConflictException$ = [-3, n0, _CE,
1348
+ { [_e]: _c },
1349
+ [_m],
1350
+ [0]
1351
+ ];
1352
+ n0_registry.registerError(ConflictException$, ConflictException);
1353
+ var DataAlreadyAcceptedException$ = [-3, n0, _DAAE,
1354
+ { [_e]: _c },
1355
+ [_eST, _m],
1356
+ [0, 0]
1357
+ ];
1358
+ n0_registry.registerError(DataAlreadyAcceptedException$, DataAlreadyAcceptedException);
1359
+ var InternalServerException$ = [-3, n0, _ISE,
1360
+ { [_e]: _se, [_hE]: 500 },
1361
+ [_m],
1362
+ [0]
1363
+ ];
1364
+ n0_registry.registerError(InternalServerException$, InternalServerException);
1365
+ var InternalStreamingException$ = [-3, n0, _ISEn,
1366
+ { [_e]: _c },
1367
+ [_m],
1368
+ [0]
1369
+ ];
1370
+ n0_registry.registerError(InternalStreamingException$, InternalStreamingException);
1371
+ var InvalidOperationException$ = [-3, n0, _IOE,
1372
+ { [_e]: _c },
1373
+ [_m],
1374
+ [0]
1375
+ ];
1376
+ n0_registry.registerError(InvalidOperationException$, InvalidOperationException);
1377
+ var InvalidParameterException$ = [-3, n0, _IPE,
1378
+ { [_e]: _c },
1379
+ [_m],
1380
+ [0]
1381
+ ];
1382
+ n0_registry.registerError(InvalidParameterException$, InvalidParameterException);
1383
+ var InvalidSequenceTokenException$ = [-3, n0, _ISTE,
1384
+ { [_e]: _c },
1385
+ [_eST, _m],
1386
+ [0, 0]
1387
+ ];
1388
+ n0_registry.registerError(InvalidSequenceTokenException$, InvalidSequenceTokenException);
1389
+ var LimitExceededException$ = [-3, n0, _LEE,
1390
+ { [_e]: _c },
1391
+ [_m],
1392
+ [0]
1393
+ ];
1394
+ n0_registry.registerError(LimitExceededException$, LimitExceededException);
1395
+ var MalformedQueryException$ = [-3, n0, _MQE,
1396
+ { [_e]: _c },
1397
+ [_qCE, _m],
1398
+ [() => QueryCompileError$, 0]
1399
+ ];
1400
+ n0_registry.registerError(MalformedQueryException$, MalformedQueryException);
1401
+ var OperationAbortedException$ = [-3, n0, _OAE,
1402
+ { [_e]: _c },
1403
+ [_m],
1404
+ [0]
1405
+ ];
1406
+ n0_registry.registerError(OperationAbortedException$, OperationAbortedException);
1407
+ var ResourceAlreadyExistsException$ = [-3, n0, _RAEE,
1408
+ { [_e]: _c },
1409
+ [_m],
1410
+ [0]
1411
+ ];
1412
+ n0_registry.registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
1413
+ var ResourceNotFoundException$ = [-3, n0, _RNFE,
1414
+ { [_e]: _c },
1415
+ [_m],
1416
+ [0]
1417
+ ];
1418
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
1419
+ var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
1420
+ { [_e]: _c },
1421
+ [_m],
1422
+ [0]
1423
+ ];
1424
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
1425
+ var ServiceUnavailableException$ = [-3, n0, _SUE,
1426
+ { [_e]: _se },
1427
+ [_m],
1428
+ [0]
1429
+ ];
1430
+ n0_registry.registerError(ServiceUnavailableException$, ServiceUnavailableException);
1431
+ var SessionStreamingException$ = [-3, n0, _SSE,
1432
+ { [_e]: _c },
1433
+ [_m],
1434
+ [0]
1435
+ ];
1436
+ n0_registry.registerError(SessionStreamingException$, SessionStreamingException);
1437
+ var SessionTimeoutException$ = [-3, n0, _STE,
1438
+ { [_e]: _c },
1439
+ [_m],
1440
+ [0]
1441
+ ];
1442
+ n0_registry.registerError(SessionTimeoutException$, SessionTimeoutException);
1443
+ var ThrottlingException$ = [-3, n0, _TE,
1444
+ { [_e]: _c },
1445
+ [_m],
1446
+ [0]
1447
+ ];
1448
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
1449
+ var TooManyTagsException$ = [-3, n0, _TMTE,
1450
+ { [_e]: _c, [_hE]: 400 },
1451
+ [_m, _rN],
1452
+ [0, 0]
1453
+ ];
1454
+ n0_registry.registerError(TooManyTagsException$, TooManyTagsException);
1455
+ var UnrecognizedClientException$ = [-3, n0, _UCE,
1456
+ { [_e]: _c },
1457
+ [_m],
1458
+ [0]
1459
+ ];
1460
+ n0_registry.registerError(UnrecognizedClientException$, UnrecognizedClientException);
1461
+ var ValidationException$ = [-3, n0, _VE,
1462
+ { [_e]: _c },
1463
+ [_m],
1464
+ [0]
1465
+ ];
1466
+ n0_registry.registerError(ValidationException$, ValidationException);
1467
+ const errorTypeRegistries = [
1468
+ _s_registry,
1469
+ n0_registry,
1470
+ ];
1471
+ var AccountPolicy$ = [3, n0, _AP,
1472
+ 0,
1473
+ [_pN, _pD, _lUT, _pT, _sc, _sC, _aI],
1474
+ [0, 0, 1, 0, 0, 0, 0]
1475
+ ];
1476
+ var AddKeyEntry$ = [3, n0, _AKE,
1477
+ 0,
1478
+ [_k, _v, _oIE],
1479
+ [0, 0, 2], 2
1480
+ ];
1481
+ var AddKeys$ = [3, n0, _AK,
1482
+ 0,
1483
+ [_en],
1484
+ [() => AddKeyEntries], 1
1485
+ ];
1486
+ var AggregateLogGroupSummary$ = [3, n0, _ALGS,
1487
+ 0,
1488
+ [_lGC, _gI],
1489
+ [1, () => GroupingIdentifiers]
1490
+ ];
1491
+ var Anomaly$ = [3, n0, _A,
1492
+ 0,
1493
+ [_aIn, _pI, _aDA, _pS, _fS, _lS, _d, _a, _st, _h, _lSo, _pTa, _lGAL, _pR, _p, _su, _sD, _sU, _iPLS],
1494
+ [0, 0, 0, 0, 1, 1, 0, 2, 0, 128 | 1, () => LogSamples, () => PatternTokens, 64 | 0, 0, 0, 2, 1, 1, 2], 13
1495
+ ];
1496
+ var AnomalyDetector$ = [3, n0, _AD,
1497
+ 0,
1498
+ [_aDA, _dN, _lGAL, _eF, _fP, _aDS, _kKI, _cTS, _lMTS, _aVT],
1499
+ [0, 0, 64 | 0, 0, 0, 0, 0, 1, 1, 1]
1500
+ ];
1501
+ var AssociateKmsKeyRequest$ = [3, n0, _AKKR,
1502
+ 0,
1503
+ [_kKI, _lGN, _rI],
1504
+ [0, 0, 0], 1
1505
+ ];
1506
+ var AssociateSourceToS3TableIntegrationRequest$ = [3, n0, _ASTSTIR,
1507
+ 0,
1508
+ [_iA, _dS],
1509
+ [0, () => DataSource$], 2
1510
+ ];
1511
+ var AssociateSourceToS3TableIntegrationResponse$ = [3, n0, _ASTSTIRs,
1512
+ 0,
1513
+ [_i],
1514
+ [0]
1515
+ ];
1516
+ var CancelExportTaskRequest$ = [3, n0, _CETR,
1517
+ 0,
1518
+ [_tI],
1519
+ [0], 1
1520
+ ];
1521
+ var CancelImportTaskRequest$ = [3, n0, _CITR,
1522
+ 0,
1523
+ [_iI],
1524
+ [0], 1
1525
+ ];
1526
+ var CancelImportTaskResponse$ = [3, n0, _CITRa,
1527
+ 0,
1528
+ [_iI, _iS, _iSm, _cT, _lUT],
1529
+ [0, () => ImportStatistics$, 0, 1, 1]
1530
+ ];
1531
+ var ConfigurationTemplate$ = [3, n0, _CT,
1532
+ 0,
1533
+ [_ser, _lT, _rT, _dDT, _dDCV, _aF, _aOF, _aAFAVLDFR, _aFD, _aSPF, _dSC, _sTI],
1534
+ [0, 0, 0, 0, () => ConfigurationTemplateDeliveryConfigValues$, () => AllowedFields, 64 | 0, 0, 64 | 0, 64 | 0, () => DeliverySourceConfigurationSchemas, () => S3TablesIntegration$]
1535
+ ];
1536
+ var ConfigurationTemplateDeliveryConfigValues$ = [3, n0, _CTDCV,
1537
+ 0,
1538
+ [_rF, _fD, _sDC],
1539
+ [64 | 0, 0, () => S3DeliveryConfiguration$]
1540
+ ];
1541
+ var CopyValue$ = [3, n0, _CV,
1542
+ 0,
1543
+ [_en],
1544
+ [() => CopyValueEntries], 1
1545
+ ];
1546
+ var CopyValueEntry$ = [3, n0, _CVE,
1547
+ 0,
1548
+ [_so, _t, _oIE],
1549
+ [0, 0, 2], 2
1550
+ ];
1551
+ var CreateDeliveryRequest$ = [3, n0, _CDR,
1552
+ 0,
1553
+ [_dSN, _dDA, _rF, _fD, _sDC, _ta],
1554
+ [0, 0, 64 | 0, 0, () => S3DeliveryConfiguration$, 128 | 0], 2
1555
+ ];
1556
+ var CreateDeliveryResponse$ = [3, n0, _CDRr,
1557
+ 0,
1558
+ [_de],
1559
+ [() => Delivery$]
1560
+ ];
1561
+ var CreateExportTaskRequest$ = [3, n0, _CETRr,
1562
+ 0,
1563
+ [_lGN, _f, _to, _des, _tN, _lSNP, _dP],
1564
+ [0, 1, 1, 0, 0, 0, 0], 4
1565
+ ];
1566
+ var CreateExportTaskResponse$ = [3, n0, _CETRre,
1567
+ 0,
1568
+ [_tI],
1569
+ [0]
1570
+ ];
1571
+ var CreateImportTaskRequest$ = [3, n0, _CITRr,
1572
+ 0,
1573
+ [_iSA, _iRA, _iF],
1574
+ [0, 0, () => ImportFilter$], 2
1575
+ ];
1576
+ var CreateImportTaskResponse$ = [3, n0, _CITRre,
1577
+ 0,
1578
+ [_iI, _iDA, _cT],
1579
+ [0, 0, 1]
1580
+ ];
1581
+ var CreateLogAnomalyDetectorRequest$ = [3, n0, _CLADR,
1582
+ 0,
1583
+ [_lGAL, _dN, _eF, _fP, _kKI, _aVT, _ta],
1584
+ [64 | 0, 0, 0, 0, 0, 1, 128 | 0], 1
1585
+ ];
1586
+ var CreateLogAnomalyDetectorResponse$ = [3, n0, _CLADRr,
1587
+ 0,
1588
+ [_aDA],
1589
+ [0]
1590
+ ];
1591
+ var CreateLogGroupRequest$ = [3, n0, _CLGR,
1592
+ 0,
1593
+ [_lGN, _kKI, _ta, _lGCo, _dPE],
1594
+ [0, 0, 128 | 0, 0, 2], 1
1595
+ ];
1596
+ var CreateLogStreamRequest$ = [3, n0, _CLSR,
1597
+ 0,
1598
+ [_lGN, _lSN],
1599
+ [0, 0], 2
1600
+ ];
1601
+ var CreateLookupTableRequest$ = [3, n0, _CLTR,
1602
+ 0,
1603
+ [_lTN, _tB, _d, _kKI, _ta],
1604
+ [0, 0, 0, 0, 128 | 0], 2
1605
+ ];
1606
+ var CreateLookupTableResponse$ = [3, n0, _CLTRr,
1607
+ 0,
1608
+ [_lTA, _cA],
1609
+ [0, 1]
1610
+ ];
1611
+ var CreateScheduledQueryRequest$ = [3, n0, _CSQR,
1612
+ 0,
1613
+ [_n, _qL, _qS, _sE, _eRA, _d, _lGI, _ti, _sTO, _eTO, _dC, _sST, _sET, _st, _ta],
1614
+ [0, 0, 0, 0, 0, 0, 64 | 0, 0, 1, 1, () => DestinationConfiguration$, 1, 1, 0, 128 | 0], 5
1615
+ ];
1616
+ var CreateScheduledQueryResponse$ = [3, n0, _CSQRr,
1617
+ 0,
1618
+ [_sQA, _st],
1619
+ [0, 0]
1620
+ ];
1621
+ var CSV$ = [3, n0, _CSV,
1622
+ 0,
1623
+ [_qC, _del, _co, _so, _des],
1624
+ [0, 0, 64 | 0, 0, 0]
1625
+ ];
1626
+ var DataSource$ = [3, n0, _DS,
1627
+ 0,
1628
+ [_n, _ty],
1629
+ [0, 0], 1
1630
+ ];
1631
+ var DataSourceFilter$ = [3, n0, _DSF,
1632
+ 0,
1633
+ [_n, _ty],
1634
+ [0, 0], 1
1635
+ ];
1636
+ var DateTimeConverter$ = [3, n0, _DTC,
1637
+ 0,
1638
+ [_so, _t, _mP, _tF, _sT, _tT, _l],
1639
+ [0, 0, 64 | 0, 0, 0, 0, 0], 3
1640
+ ];
1641
+ var DeleteAccountPolicyRequest$ = [3, n0, _DAPR,
1642
+ 0,
1643
+ [_pN, _pT],
1644
+ [0, 0], 2
1645
+ ];
1646
+ var DeleteDataProtectionPolicyRequest$ = [3, n0, _DDPPR,
1647
+ 0,
1648
+ [_lGIo],
1649
+ [0], 1
1650
+ ];
1651
+ var DeleteDeliveryDestinationPolicyRequest$ = [3, n0, _DDDPR,
1652
+ 0,
1653
+ [_dDN],
1654
+ [0], 1
1655
+ ];
1656
+ var DeleteDeliveryDestinationRequest$ = [3, n0, _DDDR,
1657
+ 0,
1658
+ [_n],
1659
+ [0], 1
1660
+ ];
1661
+ var DeleteDeliveryRequest$ = [3, n0, _DDR,
1662
+ 0,
1663
+ [_id],
1664
+ [0], 1
1665
+ ];
1666
+ var DeleteDeliverySourceRequest$ = [3, n0, _DDSR,
1667
+ 0,
1668
+ [_n],
1669
+ [0], 1
1670
+ ];
1671
+ var DeleteDestinationRequest$ = [3, n0, _DDRe,
1672
+ 0,
1673
+ [_dNe],
1674
+ [0], 1
1675
+ ];
1676
+ var DeleteIndexPolicyRequest$ = [3, n0, _DIPR,
1677
+ 0,
1678
+ [_lGIo],
1679
+ [0], 1
1680
+ ];
1681
+ var DeleteIndexPolicyResponse$ = [3, n0, _DIPRe,
1682
+ 0,
1683
+ [],
1684
+ []
1685
+ ];
1686
+ var DeleteIntegrationRequest$ = [3, n0, _DIR,
1687
+ 0,
1688
+ [_iN, _fo],
1689
+ [0, 2], 1
1690
+ ];
1691
+ var DeleteIntegrationResponse$ = [3, n0, _DIRe,
1692
+ 0,
1693
+ [],
1694
+ []
1695
+ ];
1696
+ var DeleteKeys$ = [3, n0, _DK,
1697
+ 0,
1698
+ [_wK],
1699
+ [64 | 0], 1
1700
+ ];
1701
+ var DeleteLogAnomalyDetectorRequest$ = [3, n0, _DLADR,
1702
+ 0,
1703
+ [_aDA],
1704
+ [0], 1
1705
+ ];
1706
+ var DeleteLogGroupRequest$ = [3, n0, _DLGR,
1707
+ 0,
1708
+ [_lGN],
1709
+ [0], 1
1710
+ ];
1711
+ var DeleteLogStreamRequest$ = [3, n0, _DLSR,
1712
+ 0,
1713
+ [_lGN, _lSN],
1714
+ [0, 0], 2
1715
+ ];
1716
+ var DeleteLookupTableRequest$ = [3, n0, _DLTR,
1717
+ 0,
1718
+ [_lTA],
1719
+ [0], 1
1720
+ ];
1721
+ var DeleteMetricFilterRequest$ = [3, n0, _DMFR,
1722
+ 0,
1723
+ [_lGN, _fN],
1724
+ [0, 0], 2
1725
+ ];
1726
+ var DeleteQueryDefinitionRequest$ = [3, n0, _DQDR,
1727
+ 0,
1728
+ [_qDI],
1729
+ [0], 1
1730
+ ];
1731
+ var DeleteQueryDefinitionResponse$ = [3, n0, _DQDRe,
1732
+ 0,
1733
+ [_suc],
1734
+ [2]
1735
+ ];
1736
+ var DeleteResourcePolicyRequest$ = [3, n0, _DRPR,
1737
+ 0,
1738
+ [_pN, _rA, _eRI],
1739
+ [0, 0, 0]
1740
+ ];
1741
+ var DeleteRetentionPolicyRequest$ = [3, n0, _DRPRe,
1742
+ 0,
1743
+ [_lGN],
1744
+ [0], 1
1745
+ ];
1746
+ var DeleteScheduledQueryRequest$ = [3, n0, _DSQR,
1747
+ 0,
1748
+ [_i],
1749
+ [0], 1
1750
+ ];
1751
+ var DeleteScheduledQueryResponse$ = [3, n0, _DSQRe,
1752
+ 0,
1753
+ [],
1754
+ []
1755
+ ];
1756
+ var DeleteSubscriptionFilterRequest$ = [3, n0, _DSFR,
1757
+ 0,
1758
+ [_lGN, _fN],
1759
+ [0, 0], 2
1760
+ ];
1761
+ var DeleteSyslogConfigurationRequest$ = [3, n0, _DSCR,
1762
+ 0,
1763
+ [_lGIo, _vEI],
1764
+ [0, 0], 1
1765
+ ];
1766
+ var DeleteTransformerRequest$ = [3, n0, _DTR,
1767
+ 0,
1768
+ [_lGIo],
1769
+ [0], 1
1770
+ ];
1771
+ var Delivery$ = [3, n0, _D,
1772
+ 0,
1773
+ [_id, _ar, _dSN, _dDA, _dDT, _rF, _fD, _sDC, _ta],
1774
+ [0, 0, 0, 0, 0, 64 | 0, 0, () => S3DeliveryConfiguration$, 128 | 0]
1775
+ ];
1776
+ var DeliveryDestination$ = [3, n0, _DD,
1777
+ 0,
1778
+ [_n, _ar, _dDT, _oF, _dDC, _ta],
1779
+ [0, 0, 0, 0, () => DeliveryDestinationConfiguration$, 128 | 0]
1780
+ ];
1781
+ var DeliveryDestinationConfiguration$ = [3, n0, _DDC,
1782
+ 0,
1783
+ [_dRA],
1784
+ [0], 1
1785
+ ];
1786
+ var DeliverySource$ = [3, n0, _DSe,
1787
+ 0,
1788
+ [_n, _ar, _rAe, _ser, _lT, _ta, _dSC, _sta, _sR],
1789
+ [0, 0, 64 | 0, 0, 0, 128 | 0, 128 | 0, 0, 0]
1790
+ ];
1791
+ var DeliverySourceConfigurationSchema$ = [3, n0, _DSCS,
1792
+ 0,
1793
+ [_kN, _vT, _dV, _sV, _mV, _mVa],
1794
+ [0, 0, 0, 64 | 0, 1, 1], 3
1795
+ ];
1796
+ var DescribeAccountPoliciesRequest$ = [3, n0, _DAPRe,
1797
+ 0,
1798
+ [_pT, _pN, _aIc, _nT],
1799
+ [0, 0, 64 | 0, 0], 1
1800
+ ];
1801
+ var DescribeAccountPoliciesResponse$ = [3, n0, _DAPRes,
1802
+ 0,
1803
+ [_aP, _nT],
1804
+ [() => AccountPolicies, 0]
1805
+ ];
1806
+ var DescribeConfigurationTemplatesRequest$ = [3, n0, _DCTR,
1807
+ 0,
1808
+ [_ser, _lTo, _rTe, _dDTe, _nT, _li],
1809
+ [0, 64 | 0, 64 | 0, 64 | 0, 0, 1]
1810
+ ];
1811
+ var DescribeConfigurationTemplatesResponse$ = [3, n0, _DCTRe,
1812
+ 0,
1813
+ [_cTo, _nT],
1814
+ [() => ConfigurationTemplates, 0]
1815
+ ];
1816
+ var DescribeDeliveriesRequest$ = [3, n0, _DDRes,
1817
+ 0,
1818
+ [_nT, _li],
1819
+ [0, 1]
1820
+ ];
1821
+ var DescribeDeliveriesResponse$ = [3, n0, _DDResc,
1822
+ 0,
1823
+ [_deli, _nT],
1824
+ [() => Deliveries, 0]
1825
+ ];
1826
+ var DescribeDeliveryDestinationsRequest$ = [3, n0, _DDDRe,
1827
+ 0,
1828
+ [_nT, _li],
1829
+ [0, 1]
1830
+ ];
1831
+ var DescribeDeliveryDestinationsResponse$ = [3, n0, _DDDRes,
1832
+ 0,
1833
+ [_dD, _nT],
1834
+ [() => DeliveryDestinations, 0]
1835
+ ];
1836
+ var DescribeDeliverySourcesRequest$ = [3, n0, _DDSRe,
1837
+ 0,
1838
+ [_nT, _li],
1839
+ [0, 1]
1840
+ ];
1841
+ var DescribeDeliverySourcesResponse$ = [3, n0, _DDSRes,
1842
+ 0,
1843
+ [_dSe, _nT],
1844
+ [() => DeliverySources, 0]
1845
+ ];
1846
+ var DescribeDestinationsRequest$ = [3, n0, _DDRescr,
1847
+ 0,
1848
+ [_DNP, _nT, _li],
1849
+ [0, 0, 1]
1850
+ ];
1851
+ var DescribeDestinationsResponse$ = [3, n0, _DDRescri,
1852
+ 0,
1853
+ [_dest, _nT],
1854
+ [() => Destinations, 0]
1855
+ ];
1856
+ var DescribeExportTasksRequest$ = [3, n0, _DETR,
1857
+ 0,
1858
+ [_tI, _sCt, _nT, _li],
1859
+ [0, 0, 0, 1]
1860
+ ];
1861
+ var DescribeExportTasksResponse$ = [3, n0, _DETRe,
1862
+ 0,
1863
+ [_eT, _nT],
1864
+ [() => ExportTasks, 0]
1865
+ ];
1866
+ var DescribeFieldIndexesRequest$ = [3, n0, _DFIR,
1867
+ 0,
1868
+ [_lGI, _nT],
1869
+ [64 | 0, 0], 1
1870
+ ];
1871
+ var DescribeFieldIndexesResponse$ = [3, n0, _DFIRe,
1872
+ 0,
1873
+ [_fI, _nT],
1874
+ [() => FieldIndexes, 0]
1875
+ ];
1876
+ var DescribeImportTaskBatchesRequest$ = [3, n0, _DITBR,
1877
+ 0,
1878
+ [_iI, _bIS, _li, _nT],
1879
+ [0, 64 | 0, 1, 0], 1
1880
+ ];
1881
+ var DescribeImportTaskBatchesResponse$ = [3, n0, _DITBRe,
1882
+ 0,
1883
+ [_iSA, _iI, _iB, _nT],
1884
+ [0, 0, () => ImportBatchList, 0]
1885
+ ];
1886
+ var DescribeImportTasksRequest$ = [3, n0, _DITR,
1887
+ 0,
1888
+ [_iI, _iSm, _iSA, _li, _nT],
1889
+ [0, 0, 0, 1, 0]
1890
+ ];
1891
+ var DescribeImportTasksResponse$ = [3, n0, _DITRe,
1892
+ 0,
1893
+ [_im, _nT],
1894
+ [() => ImportList, 0]
1895
+ ];
1896
+ var DescribeIndexPoliciesRequest$ = [3, n0, _DIPRes,
1897
+ 0,
1898
+ [_lGI, _nT],
1899
+ [64 | 0, 0], 1
1900
+ ];
1901
+ var DescribeIndexPoliciesResponse$ = [3, n0, _DIPResc,
1902
+ 0,
1903
+ [_iP, _nT],
1904
+ [() => IndexPolicies, 0]
1905
+ ];
1906
+ var DescribeLogGroupsRequest$ = [3, n0, _DLGRe,
1907
+ 0,
1908
+ [_aIc, _lGNP, _lGNPo, _nT, _li, _iLA, _lGCo, _lGI],
1909
+ [64 | 0, 0, 0, 0, 1, 2, 0, 64 | 0]
1910
+ ];
1911
+ var DescribeLogGroupsResponse$ = [3, n0, _DLGRes,
1912
+ 0,
1913
+ [_lG, _nT],
1914
+ [() => LogGroups, 0]
1915
+ ];
1916
+ var DescribeLogStreamsRequest$ = [3, n0, _DLSRe,
1917
+ 0,
1918
+ [_lGN, _lGIo, _lSNP, _oB, _desc, _nT, _li],
1919
+ [0, 0, 0, 0, 2, 0, 1]
1920
+ ];
1921
+ var DescribeLogStreamsResponse$ = [3, n0, _DLSRes,
1922
+ 0,
1923
+ [_lSog, _nT],
1924
+ [() => LogStreams, 0]
1925
+ ];
1926
+ var DescribeLookupTablesRequest$ = [3, n0, _DLTRe,
1927
+ 0,
1928
+ [_lTNP, _mR, _nT],
1929
+ [0, 1, 0]
1930
+ ];
1931
+ var DescribeLookupTablesResponse$ = [3, n0, _DLTRes,
1932
+ 0,
1933
+ [_lToo, _nT],
1934
+ [() => LookupTables, 0]
1935
+ ];
1936
+ var DescribeMetricFiltersRequest$ = [3, n0, _DMFRe,
1937
+ 0,
1938
+ [_lGN, _fNP, _nT, _li, _mN, _mNe],
1939
+ [0, 0, 0, 1, 0, 0]
1940
+ ];
1941
+ var DescribeMetricFiltersResponse$ = [3, n0, _DMFRes,
1942
+ 0,
1943
+ [_mF, _nT],
1944
+ [() => MetricFilters, 0]
1945
+ ];
1946
+ var DescribeQueriesRequest$ = [3, n0, _DQR,
1947
+ 0,
1948
+ [_lGN, _sta, _mR, _nT, _qL],
1949
+ [0, 0, 1, 0, 0]
1950
+ ];
1951
+ var DescribeQueriesResponse$ = [3, n0, _DQRe,
1952
+ 0,
1953
+ [_q, _nT],
1954
+ [() => QueryInfoList, 0]
1955
+ ];
1956
+ var DescribeQueryDefinitionsRequest$ = [3, n0, _DQDRes,
1957
+ 0,
1958
+ [_qL, _qDNP, _mR, _nT],
1959
+ [0, 0, 1, 0]
1960
+ ];
1961
+ var DescribeQueryDefinitionsResponse$ = [3, n0, _DQDResc,
1962
+ 0,
1963
+ [_qD, _nT],
1964
+ [() => QueryDefinitionList, 0]
1965
+ ];
1966
+ var DescribeResourcePoliciesRequest$ = [3, n0, _DRPRes,
1967
+ 0,
1968
+ [_nT, _li, _rA, _pSo],
1969
+ [0, 1, 0, 0]
1970
+ ];
1971
+ var DescribeResourcePoliciesResponse$ = [3, n0, _DRPResc,
1972
+ 0,
1973
+ [_rP, _nT],
1974
+ [() => ResourcePolicies, 0]
1975
+ ];
1976
+ var DescribeSubscriptionFiltersRequest$ = [3, n0, _DSFRe,
1977
+ 0,
1978
+ [_lGN, _fNP, _nT, _li],
1979
+ [0, 0, 0, 1], 1
1980
+ ];
1981
+ var DescribeSubscriptionFiltersResponse$ = [3, n0, _DSFRes,
1982
+ 0,
1983
+ [_sF, _nT],
1984
+ [() => SubscriptionFilters, 0]
1985
+ ];
1986
+ var Destination$ = [3, n0, _De,
1987
+ 0,
1988
+ [_dNe, _tA, _rAo, _aPc, _ar, _cT],
1989
+ [0, 0, 0, 0, 0, 1]
1990
+ ];
1991
+ var DestinationConfiguration$ = [3, n0, _DC,
1992
+ 0,
1993
+ [_sCo],
1994
+ [() => S3Configuration$], 1
1995
+ ];
1996
+ var DisassociateKmsKeyRequest$ = [3, n0, _DKKR,
1997
+ 0,
1998
+ [_lGN, _rI],
1999
+ [0, 0]
2000
+ ];
2001
+ var DisassociateSourceFromS3TableIntegrationRequest$ = [3, n0, _DSFSTIR,
2002
+ 0,
2003
+ [_i],
2004
+ [0], 1
2005
+ ];
2006
+ var DisassociateSourceFromS3TableIntegrationResponse$ = [3, n0, _DSFSTIRi,
2007
+ 0,
2008
+ [_i],
2009
+ [0]
2010
+ ];
2011
+ var Entity$ = [3, n0, _E,
2012
+ 0,
2013
+ [_kA, _at],
2014
+ [128 | 0, 128 | 0]
2015
+ ];
2016
+ var ExportTask$ = [3, n0, _ET,
2017
+ 0,
2018
+ [_tI, _tN, _lGN, _f, _to, _des, _dP, _sta, _eI],
2019
+ [0, 0, 0, 1, 1, 0, 0, () => ExportTaskStatus$, () => ExportTaskExecutionInfo$]
2020
+ ];
2021
+ var ExportTaskExecutionInfo$ = [3, n0, _ETEI,
2022
+ 0,
2023
+ [_cT, _cTom],
2024
+ [1, 1]
2025
+ ];
2026
+ var ExportTaskStatus$ = [3, n0, _ETS,
2027
+ 0,
2028
+ [_cod, _m],
2029
+ [0, 0]
2030
+ ];
2031
+ var FieldIndex$ = [3, n0, _FI,
2032
+ 0,
2033
+ [_lGIo, _fIN, _lST, _fET, _lET, _ty],
2034
+ [0, 0, 1, 1, 1, 0]
2035
+ ];
2036
+ var FieldsData$ = [3, n0, _FD,
2037
+ 0,
2038
+ [_da],
2039
+ [21]
2040
+ ];
2041
+ var FilteredLogEvent$ = [3, n0, _FLE,
2042
+ 0,
2043
+ [_lSN, _tim, _m, _iT, _eIv],
2044
+ [0, 1, 0, 1, 0]
2045
+ ];
2046
+ var FilterLogEventsRequest$ = [3, n0, _FLER,
2047
+ 0,
2048
+ [_lGN, _lGIo, _lSNo, _lSNP, _sTt, _eTn, _fP, _nT, _li, _sFH, _in, _u],
2049
+ [0, 0, 64 | 0, 0, 1, 1, 0, 0, 1, 2, 2, 2]
2050
+ ];
2051
+ var FilterLogEventsResponse$ = [3, n0, _FLERi,
2052
+ 0,
2053
+ [_ev, _sLS, _nT],
2054
+ [() => FilteredLogEvents, () => SearchedLogStreams, 0]
2055
+ ];
2056
+ var GetDataProtectionPolicyRequest$ = [3, n0, _GDPPR,
2057
+ 0,
2058
+ [_lGIo],
2059
+ [0], 1
2060
+ ];
2061
+ var GetDataProtectionPolicyResponse$ = [3, n0, _GDPPRe,
2062
+ 0,
2063
+ [_lGIo, _pD, _lUT],
2064
+ [0, 0, 1]
2065
+ ];
2066
+ var GetDeliveryDestinationPolicyRequest$ = [3, n0, _GDDPR,
2067
+ 0,
2068
+ [_dDN],
2069
+ [0], 1
2070
+ ];
2071
+ var GetDeliveryDestinationPolicyResponse$ = [3, n0, _GDDPRe,
2072
+ 0,
2073
+ [_po],
2074
+ [() => Policy$]
2075
+ ];
2076
+ var GetDeliveryDestinationRequest$ = [3, n0, _GDDR,
2077
+ 0,
2078
+ [_n],
2079
+ [0], 1
2080
+ ];
2081
+ var GetDeliveryDestinationResponse$ = [3, n0, _GDDRe,
2082
+ 0,
2083
+ [_dDe],
2084
+ [() => DeliveryDestination$]
2085
+ ];
2086
+ var GetDeliveryRequest$ = [3, n0, _GDR,
2087
+ 0,
2088
+ [_id],
2089
+ [0], 1
2090
+ ];
2091
+ var GetDeliveryResponse$ = [3, n0, _GDRe,
2092
+ 0,
2093
+ [_de],
2094
+ [() => Delivery$]
2095
+ ];
2096
+ var GetDeliverySourceRequest$ = [3, n0, _GDSR,
2097
+ 0,
2098
+ [_n],
2099
+ [0], 1
2100
+ ];
2101
+ var GetDeliverySourceResponse$ = [3, n0, _GDSRe,
2102
+ 0,
2103
+ [_dSel],
2104
+ [() => DeliverySource$]
2105
+ ];
2106
+ var GetIntegrationRequest$ = [3, n0, _GIR,
2107
+ 0,
2108
+ [_iN],
2109
+ [0], 1
2110
+ ];
2111
+ var GetIntegrationResponse$ = [3, n0, _GIRe,
2112
+ 0,
2113
+ [_iN, _iTn, _iSn, _iD],
2114
+ [0, 0, 0, () => IntegrationDetails$]
2115
+ ];
2116
+ var GetLogAnomalyDetectorRequest$ = [3, n0, _GLADR,
2117
+ 0,
2118
+ [_aDA],
2119
+ [0], 1
2120
+ ];
2121
+ var GetLogAnomalyDetectorResponse$ = [3, n0, _GLADRe,
2122
+ 0,
2123
+ [_dN, _lGAL, _eF, _fP, _aDS, _kKI, _cTS, _lMTS, _aVT],
2124
+ [0, 64 | 0, 0, 0, 0, 0, 1, 1, 1]
2125
+ ];
2126
+ var GetLogEventsRequest$ = [3, n0, _GLER,
2127
+ 0,
2128
+ [_lSN, _lGN, _lGIo, _sTt, _eTn, _nT, _li, _sFH, _u],
2129
+ [0, 0, 0, 1, 1, 0, 1, 2, 2], 1
2130
+ ];
2131
+ var GetLogEventsResponse$ = [3, n0, _GLERe,
2132
+ 0,
2133
+ [_ev, _nFT, _nBT],
2134
+ [() => OutputLogEvents, 0, 0]
2135
+ ];
2136
+ var GetLogFieldsRequest$ = [3, n0, _GLFR,
2137
+ 0,
2138
+ [_dSNa, _dST],
2139
+ [0, 0], 2
2140
+ ];
2141
+ var GetLogFieldsResponse$ = [3, n0, _GLFRe,
2142
+ 0,
2143
+ [_lF],
2144
+ [() => LogFieldsList]
2145
+ ];
2146
+ var GetLogGroupFieldsRequest$ = [3, n0, _GLGFR,
2147
+ 0,
2148
+ [_lGN, _time, _lGIo],
2149
+ [0, 1, 0]
2150
+ ];
2151
+ var GetLogGroupFieldsResponse$ = [3, n0, _GLGFRe,
2152
+ 0,
2153
+ [_lGF],
2154
+ [() => LogGroupFieldList]
2155
+ ];
2156
+ var GetLogObjectRequest$ = [3, n0, _GLOR,
2157
+ 0,
2158
+ [_lOP, _u],
2159
+ [0, 2], 1
2160
+ ];
2161
+ var GetLogObjectResponse$ = [3, n0, _GLORe,
2162
+ 0,
2163
+ [_fSi],
2164
+ [[() => GetLogObjectResponseStream$, 0]]
2165
+ ];
2166
+ var GetLogRecordRequest$ = [3, n0, _GLRR,
2167
+ 0,
2168
+ [_lRP, _u],
2169
+ [0, 2], 1
2170
+ ];
2171
+ var GetLogRecordResponse$ = [3, n0, _GLRRe,
2172
+ 0,
2173
+ [_lR],
2174
+ [128 | 0]
2175
+ ];
2176
+ var GetLookupTableRequest$ = [3, n0, _GLTR,
2177
+ 0,
2178
+ [_lTA],
2179
+ [0], 1
2180
+ ];
2181
+ var GetLookupTableResponse$ = [3, n0, _GLTRe,
2182
+ 0,
2183
+ [_lTA, _lTN, _d, _tB, _sB, _lUT, _kKI],
2184
+ [0, 0, 0, 0, 1, 1, 0]
2185
+ ];
2186
+ var GetQueryResultsRequest$ = [3, n0, _GQRR,
2187
+ 0,
2188
+ [_qI, _nT, _mI],
2189
+ [0, 0, 1], 1
2190
+ ];
2191
+ var GetQueryResultsResponse$ = [3, n0, _GQRRe,
2192
+ 0,
2193
+ [_qL, _r, _stat, _sta, _eK, _nT],
2194
+ [0, () => QueryResults, () => QueryStatistics$, 0, 0, 0]
2195
+ ];
2196
+ var GetScheduledQueryHistoryRequest$ = [3, n0, _GSQHR,
2197
+ 0,
2198
+ [_i, _sTt, _eTn, _eS, _mR, _nT],
2199
+ [0, 1, 1, 64 | 0, 1, 0], 3
2200
+ ];
2201
+ var GetScheduledQueryHistoryResponse$ = [3, n0, _GSQHRe,
2202
+ 0,
2203
+ [_n, _sQA, _tH, _nT],
2204
+ [0, 0, () => TriggerHistoryRecordList, 0]
2205
+ ];
2206
+ var GetScheduledQueryRequest$ = [3, n0, _GSQR,
2207
+ 0,
2208
+ [_i],
2209
+ [0], 1
2210
+ ];
2211
+ var GetScheduledQueryResponse$ = [3, n0, _GSQRe,
2212
+ 0,
2213
+ [_sQA, _n, _d, _qL, _qS, _lGI, _sE, _ti, _sTO, _eTO, _dC, _st, _sTc, _lTT, _lES, _sST, _sET, _eRA, _cT, _lUT],
2214
+ [0, 0, 0, 0, 0, 64 | 0, 0, 0, 1, 1, () => DestinationConfiguration$, 0, 0, 1, 0, 1, 1, 0, 1, 1]
2215
+ ];
2216
+ var GetTransformerRequest$ = [3, n0, _GTR,
2217
+ 0,
2218
+ [_lGIo],
2219
+ [0], 1
2220
+ ];
2221
+ var GetTransformerResponse$ = [3, n0, _GTRe,
2222
+ 0,
2223
+ [_lGIo, _cT, _lMT, _tC],
2224
+ [0, 1, 1, () => Processors]
2225
+ ];
2226
+ var Grok$ = [3, n0, _G,
2227
+ 0,
2228
+ [_ma, _so],
2229
+ [0, 0], 1
2230
+ ];
2231
+ var GroupingIdentifier$ = [3, n0, _GI,
2232
+ 0,
2233
+ [_k, _v],
2234
+ [0, 0]
2235
+ ];
2236
+ var Import$ = [3, n0, _I,
2237
+ 0,
2238
+ [_iI, _iSA, _iSm, _iDA, _iS, _iF, _cT, _lUT, _eM],
2239
+ [0, 0, 0, 0, () => ImportStatistics$, () => ImportFilter$, 1, 1, 0]
2240
+ ];
2241
+ var ImportBatch$ = [3, n0, _IB,
2242
+ 0,
2243
+ [_bI, _sta, _eM],
2244
+ [0, 0, 0], 2
2245
+ ];
2246
+ var ImportFilter$ = [3, n0, _IF,
2247
+ 0,
2248
+ [_sETt, _eET],
2249
+ [1, 1]
2250
+ ];
2251
+ var ImportStatistics$ = [3, n0, _IS,
2252
+ 0,
2253
+ [_bIy],
2254
+ [1]
2255
+ ];
2256
+ var IndexPolicy$ = [3, n0, _IP,
2257
+ 0,
2258
+ [_lGIo, _lUTa, _pD, _pN, _so],
2259
+ [0, 1, 0, 0, 0]
2260
+ ];
2261
+ var InputLogEvent$ = [3, n0, _ILE,
2262
+ 0,
2263
+ [_tim, _m],
2264
+ [1, 0], 2
2265
+ ];
2266
+ var IntegrationSummary$ = [3, n0, _ISn,
2267
+ 0,
2268
+ [_iN, _iTn, _iSn],
2269
+ [0, 0, 0]
2270
+ ];
2271
+ var ListAggregateLogGroupSummariesRequest$ = [3, n0, _LALGSR,
2272
+ 0,
2273
+ [_gB, _aIc, _iLA, _lGCo, _lGNPo, _dSa, _nT, _li],
2274
+ [0, 64 | 0, 2, 0, 0, () => DataSourceFilters, 0, 1], 1
2275
+ ];
2276
+ var ListAggregateLogGroupSummariesResponse$ = [3, n0, _LALGSRi,
2277
+ 0,
2278
+ [_aLGS, _nT],
2279
+ [() => AggregateLogGroupSummaries, 0]
2280
+ ];
2281
+ var ListAnomaliesRequest$ = [3, n0, _LAR,
2282
+ 0,
2283
+ [_aDA, _sS, _li, _nT],
2284
+ [0, 0, 1, 0]
2285
+ ];
2286
+ var ListAnomaliesResponse$ = [3, n0, _LARi,
2287
+ 0,
2288
+ [_an, _nT],
2289
+ [() => Anomalies, 0]
2290
+ ];
2291
+ var ListIntegrationsRequest$ = [3, n0, _LIR,
2292
+ 0,
2293
+ [_iNP, _iTn, _iSn],
2294
+ [0, 0, 0]
2295
+ ];
2296
+ var ListIntegrationsResponse$ = [3, n0, _LIRi,
2297
+ 0,
2298
+ [_iSnt],
2299
+ [() => IntegrationSummaries]
2300
+ ];
2301
+ var ListLogAnomalyDetectorsRequest$ = [3, n0, _LLADR,
2302
+ 0,
2303
+ [_fLGA, _li, _nT],
2304
+ [0, 1, 0]
2305
+ ];
2306
+ var ListLogAnomalyDetectorsResponse$ = [3, n0, _LLADRi,
2307
+ 0,
2308
+ [_aD, _nT],
2309
+ [() => AnomalyDetectors, 0]
2310
+ ];
2311
+ var ListLogGroupsForQueryRequest$ = [3, n0, _LLGFQR,
2312
+ 0,
2313
+ [_qI, _nT, _mR],
2314
+ [0, 0, 1], 1
2315
+ ];
2316
+ var ListLogGroupsForQueryResponse$ = [3, n0, _LLGFQRi,
2317
+ 0,
2318
+ [_lGI, _nT],
2319
+ [64 | 0, 0]
2320
+ ];
2321
+ var ListLogGroupsRequest$ = [3, n0, _LLGR,
2322
+ 0,
2323
+ [_lGNPo, _lGCo, _iLA, _aIc, _nT, _li, _dSa, _fINi, _lGT],
2324
+ [0, 0, 2, 64 | 0, 0, 1, () => DataSourceFilters, 64 | 0, () => TagFilters]
2325
+ ];
2326
+ var ListLogGroupsResponse$ = [3, n0, _LLGRi,
2327
+ 0,
2328
+ [_lG, _nT],
2329
+ [() => LogGroupSummaries, 0]
2330
+ ];
2331
+ var ListScheduledQueriesRequest$ = [3, n0, _LSQR,
2332
+ 0,
2333
+ [_mR, _nT, _st, _sTc],
2334
+ [1, 0, 0, 0]
2335
+ ];
2336
+ var ListScheduledQueriesResponse$ = [3, n0, _LSQRi,
2337
+ 0,
2338
+ [_nT, _sQ],
2339
+ [0, () => ScheduledQuerySummaryList]
2340
+ ];
2341
+ var ListSourcesForS3TableIntegrationRequest$ = [3, n0, _LSFSTIR,
2342
+ 0,
2343
+ [_iA, _mR, _nT],
2344
+ [0, 1, 0], 1
2345
+ ];
2346
+ var ListSourcesForS3TableIntegrationResponse$ = [3, n0, _LSFSTIRi,
2347
+ 0,
2348
+ [_sou, _nT],
2349
+ [() => S3TableIntegrationSources, 0]
2350
+ ];
2351
+ var ListSyslogConfigurationsRequest$ = [3, n0, _LSCR,
2352
+ 0,
2353
+ [_lGIo, _vEI, _nT, _mR],
2354
+ [0, 0, 0, 1]
2355
+ ];
2356
+ var ListSyslogConfigurationsResponse$ = [3, n0, _LSCRi,
2357
+ 0,
2358
+ [_sCy, _nT],
2359
+ [() => SyslogConfigurations, 0]
2360
+ ];
2361
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
2362
+ 0,
2363
+ [_rA],
2364
+ [0], 1
2365
+ ];
2366
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
2367
+ 0,
2368
+ [_ta],
2369
+ [128 | 0]
2370
+ ];
2371
+ var ListTagsLogGroupRequest$ = [3, n0, _LTLGR,
2372
+ 0,
2373
+ [_lGN],
2374
+ [0], 1
2375
+ ];
2376
+ var ListTagsLogGroupResponse$ = [3, n0, _LTLGRi,
2377
+ 0,
2378
+ [_ta],
2379
+ [128 | 0]
2380
+ ];
2381
+ var ListToMap$ = [3, n0, _LTM,
2382
+ 0,
2383
+ [_so, _k, _vK, _t, _fl, _fE],
2384
+ [0, 0, 0, 0, 2, 0], 2
2385
+ ];
2386
+ var LiveTailSessionLogEvent$ = [3, n0, _LTSLE,
2387
+ 0,
2388
+ [_lSN, _lGIo, _m, _tim, _iT],
2389
+ [0, 0, 0, 1, 1]
2390
+ ];
2391
+ var LiveTailSessionMetadata$ = [3, n0, _LTSM,
2392
+ 0,
2393
+ [_sa],
2394
+ [2]
2395
+ ];
2396
+ var LiveTailSessionStart$ = [3, n0, _LTSS,
2397
+ 0,
2398
+ [_rIe, _sI, _lGI, _lSNo, _lSNPo, _lEFP],
2399
+ [0, 0, 64 | 0, 64 | 0, 64 | 0, 0]
2400
+ ];
2401
+ var LiveTailSessionUpdate$ = [3, n0, _LTSU,
2402
+ 0,
2403
+ [_sM, _sRe],
2404
+ [() => LiveTailSessionMetadata$, () => LiveTailSessionResults]
2405
+ ];
2406
+ var LogEvent$ = [3, n0, _LE,
2407
+ 0,
2408
+ [_tim, _m],
2409
+ [1, 0]
2410
+ ];
2411
+ var LogFieldsListItem$ = [3, n0, _LFLI,
2412
+ 0,
2413
+ [_lFN, _lFT],
2414
+ [0, () => LogFieldType$]
2415
+ ];
2416
+ var LogFieldType$ = [3, n0, _LFT,
2417
+ 0,
2418
+ [_ty, _el, _fi],
2419
+ [0, () => LogFieldType$, () => LogFieldsList]
2420
+ ];
2421
+ var LogGroup$ = [3, n0, _LG,
2422
+ 0,
2423
+ [_lGN, _cT, _rID, _mFC, _ar, _sBt, _kKI, _dPS, _iPn, _lGCo, _lGA, _dPE, _bTAE],
2424
+ [0, 1, 1, 1, 0, 1, 0, 0, 64 | 0, 0, 0, 2, 2]
2425
+ ];
2426
+ var LogGroupField$ = [3, n0, _LGF,
2427
+ 0,
2428
+ [_n, _pe],
2429
+ [0, 1]
2430
+ ];
2431
+ var LogGroupSummary$ = [3, n0, _LGS,
2432
+ 0,
2433
+ [_lGN, _lGA, _lGCo],
2434
+ [0, 0, 0]
2435
+ ];
2436
+ var LogStream$ = [3, n0, _LS,
2437
+ 0,
2438
+ [_lSN, _cT, _fETi, _lETa, _lIT, _uST, _ar, _sBt],
2439
+ [0, 1, 1, 1, 1, 0, 0, 1]
2440
+ ];
2441
+ var LookupTable$ = [3, n0, _LT,
2442
+ 0,
2443
+ [_lTA, _lTN, _d, _tFa, _rC, _sB, _lUT, _kKI],
2444
+ [0, 0, 0, 64 | 0, 1, 1, 1, 0]
2445
+ ];
2446
+ var LowerCaseString$ = [3, n0, _LCS,
2447
+ 0,
2448
+ [_wK],
2449
+ [64 | 0], 1
2450
+ ];
2451
+ var MetricFilter$ = [3, n0, _MF,
2452
+ 0,
2453
+ [_fN, _fP, _mT, _cT, _lGN, _aOTL, _fSC, _eSFD],
2454
+ [0, 0, () => MetricTransformations, 1, 0, 2, 0, 64 | 0]
2455
+ ];
2456
+ var MetricFilterMatchRecord$ = [3, n0, _MFMR,
2457
+ 0,
2458
+ [_eN, _eMv, _eV],
2459
+ [1, 0, 128 | 0]
2460
+ ];
2461
+ var MetricTransformation$ = [3, n0, _MT,
2462
+ 0,
2463
+ [_mN, _mNe, _mVe, _dV, _di, _un],
2464
+ [0, 0, 0, 1, 128 | 0, 0], 3
2465
+ ];
2466
+ var MoveKeyEntry$ = [3, n0, _MKE,
2467
+ 0,
2468
+ [_so, _t, _oIE],
2469
+ [0, 0, 2], 2
2470
+ ];
2471
+ var MoveKeys$ = [3, n0, _MK,
2472
+ 0,
2473
+ [_en],
2474
+ [() => MoveKeyEntries], 1
2475
+ ];
2476
+ var OpenSearchApplication$ = [3, n0, _OSA,
2477
+ 0,
2478
+ [_aE, _aA, _aIp, _sta],
2479
+ [0, 0, 0, () => OpenSearchResourceStatus$]
2480
+ ];
2481
+ var OpenSearchCollection$ = [3, n0, _OSC,
2482
+ 0,
2483
+ [_cE, _cAo, _sta],
2484
+ [0, 0, () => OpenSearchResourceStatus$]
2485
+ ];
2486
+ var OpenSearchDataAccessPolicy$ = [3, n0, _OSDAP,
2487
+ 0,
2488
+ [_pN, _sta],
2489
+ [0, () => OpenSearchResourceStatus$]
2490
+ ];
2491
+ var OpenSearchDataSource$ = [3, n0, _OSDS,
2492
+ 0,
2493
+ [_dSNa, _sta],
2494
+ [0, () => OpenSearchResourceStatus$]
2495
+ ];
2496
+ var OpenSearchEncryptionPolicy$ = [3, n0, _OSEP,
2497
+ 0,
2498
+ [_pN, _sta],
2499
+ [0, () => OpenSearchResourceStatus$]
2500
+ ];
2501
+ var OpenSearchIntegrationDetails$ = [3, n0, _OSID,
2502
+ 0,
2503
+ [_dS, _ap, _col, _w, _eP, _nP, _aPc, _lP],
2504
+ [() => OpenSearchDataSource$, () => OpenSearchApplication$, () => OpenSearchCollection$, () => OpenSearchWorkspace$, () => OpenSearchEncryptionPolicy$, () => OpenSearchNetworkPolicy$, () => OpenSearchDataAccessPolicy$, () => OpenSearchLifecyclePolicy$]
2505
+ ];
2506
+ var OpenSearchLifecyclePolicy$ = [3, n0, _OSLP,
2507
+ 0,
2508
+ [_pN, _sta],
2509
+ [0, () => OpenSearchResourceStatus$]
2510
+ ];
2511
+ var OpenSearchNetworkPolicy$ = [3, n0, _OSNP,
2512
+ 0,
2513
+ [_pN, _sta],
2514
+ [0, () => OpenSearchResourceStatus$]
2515
+ ];
2516
+ var OpenSearchResourceConfig$ = [3, n0, _OSRC,
2517
+ 0,
2518
+ [_dSRA, _dVP, _rD, _kKA, _aA],
2519
+ [0, 64 | 0, 1, 0, 0], 3
2520
+ ];
2521
+ var OpenSearchResourceStatus$ = [3, n0, _OSRS,
2522
+ 0,
2523
+ [_sta, _sMt],
2524
+ [0, 0]
2525
+ ];
2526
+ var OpenSearchWorkspace$ = [3, n0, _OSW,
2527
+ 0,
2528
+ [_wI, _sta],
2529
+ [0, () => OpenSearchResourceStatus$]
2530
+ ];
2531
+ var OutputLogEvent$ = [3, n0, _OLE,
2532
+ 0,
2533
+ [_tim, _m, _iT],
2534
+ [1, 0, 1]
2535
+ ];
2536
+ var ParseCloudfront$ = [3, n0, _PC,
2537
+ 0,
2538
+ [_so],
2539
+ [0]
2540
+ ];
2541
+ var ParseJSON$ = [3, n0, _PJSON,
2542
+ 0,
2543
+ [_so, _des],
2544
+ [0, 0]
2545
+ ];
2546
+ var ParseKeyValue$ = [3, n0, _PKV,
2547
+ 0,
2548
+ [_so, _des, _fD, _kVD, _kP, _nMV, _oIE],
2549
+ [0, 0, 0, 0, 0, 0, 2]
2550
+ ];
2551
+ var ParsePostgres$ = [3, n0, _PP,
2552
+ 0,
2553
+ [_so],
2554
+ [0]
2555
+ ];
2556
+ var ParseRoute53$ = [3, n0, _PR,
2557
+ 0,
2558
+ [_so],
2559
+ [0]
2560
+ ];
2561
+ var ParseToOCSF$ = [3, n0, _PTOCSF,
2562
+ 0,
2563
+ [_eSv, _oV, _so, _mVap],
2564
+ [0, 0, 0, 0], 2
2565
+ ];
2566
+ var ParseVPC$ = [3, n0, _PVPC,
2567
+ 0,
2568
+ [_so],
2569
+ [0]
2570
+ ];
2571
+ var ParseWAF$ = [3, n0, _PWAF,
2572
+ 0,
2573
+ [_so],
2574
+ [0]
2575
+ ];
2576
+ var PatternToken$ = [3, n0, _PT,
2577
+ 0,
2578
+ [_dTP, _iDs, _tS, _enu, _iTN],
2579
+ [1, 2, 0, 128 | 1, 0]
2580
+ ];
2581
+ var Policy$ = [3, n0, _P,
2582
+ 0,
2583
+ [_dDP],
2584
+ [0]
2585
+ ];
2586
+ var Processor$ = [3, n0, _Pr,
2587
+ 0,
2588
+ [_aK, _cV, _cs, _dTC, _dK, _g, _lTM, _lCS, _mK, _pC, _pJSON, _pKV, _pRa, _pTOCSF, _pP, _pVPC, _pWAF, _rK, _sSp, _sSu, _tSr, _tCy, _uCS],
2589
+ [() => AddKeys$, () => CopyValue$, () => CSV$, () => DateTimeConverter$, () => DeleteKeys$, () => Grok$, () => ListToMap$, () => LowerCaseString$, () => MoveKeys$, () => ParseCloudfront$, () => ParseJSON$, () => ParseKeyValue$, () => ParseRoute53$, () => ParseToOCSF$, () => ParsePostgres$, () => ParseVPC$, () => ParseWAF$, () => RenameKeys$, () => SplitString$, () => SubstituteString$, () => TrimString$, () => TypeConverter$, () => UpperCaseString$]
2590
+ ];
2591
+ var PutAccountPolicyRequest$ = [3, n0, _PAPR,
2592
+ 0,
2593
+ [_pN, _pD, _pT, _sc, _sC],
2594
+ [0, 0, 0, 0, 0], 3
2595
+ ];
2596
+ var PutAccountPolicyResponse$ = [3, n0, _PAPRu,
2597
+ 0,
2598
+ [_aPcc],
2599
+ [() => AccountPolicy$]
2600
+ ];
2601
+ var PutBearerTokenAuthenticationRequest$ = [3, n0, _PBTAR,
2602
+ 0,
2603
+ [_lGIo, _bTAE],
2604
+ [0, 2], 2
2605
+ ];
2606
+ var PutDataProtectionPolicyRequest$ = [3, n0, _PDPPR,
2607
+ 0,
2608
+ [_lGIo, _pD],
2609
+ [0, 0], 2
2610
+ ];
2611
+ var PutDataProtectionPolicyResponse$ = [3, n0, _PDPPRu,
2612
+ 0,
2613
+ [_lGIo, _pD, _lUT],
2614
+ [0, 0, 1]
2615
+ ];
2616
+ var PutDeliveryDestinationPolicyRequest$ = [3, n0, _PDDPR,
2617
+ 0,
2618
+ [_dDN, _dDP],
2619
+ [0, 0], 2
2620
+ ];
2621
+ var PutDeliveryDestinationPolicyResponse$ = [3, n0, _PDDPRu,
2622
+ 0,
2623
+ [_po],
2624
+ [() => Policy$]
2625
+ ];
2626
+ var PutDeliveryDestinationRequest$ = [3, n0, _PDDR,
2627
+ 0,
2628
+ [_n, _oF, _dDC, _dDT, _ta],
2629
+ [0, 0, () => DeliveryDestinationConfiguration$, 0, 128 | 0], 1
2630
+ ];
2631
+ var PutDeliveryDestinationResponse$ = [3, n0, _PDDRu,
2632
+ 0,
2633
+ [_dDe],
2634
+ [() => DeliveryDestination$]
2635
+ ];
2636
+ var PutDeliverySourceRequest$ = [3, n0, _PDSR,
2637
+ 0,
2638
+ [_n, _rA, _lT, _ta, _dSC],
2639
+ [0, 0, 0, 128 | 0, 128 | 0], 3
2640
+ ];
2641
+ var PutDeliverySourceResponse$ = [3, n0, _PDSRu,
2642
+ 0,
2643
+ [_dSel],
2644
+ [() => DeliverySource$]
2645
+ ];
2646
+ var PutDestinationPolicyRequest$ = [3, n0, _PDPR,
2647
+ 0,
2648
+ [_dNe, _aPc, _fU],
2649
+ [0, 0, 2], 2
2650
+ ];
2651
+ var PutDestinationRequest$ = [3, n0, _PDR,
2652
+ 0,
2653
+ [_dNe, _tA, _rAo, _ta],
2654
+ [0, 0, 0, 128 | 0], 3
2655
+ ];
2656
+ var PutDestinationResponse$ = [3, n0, _PDRu,
2657
+ 0,
2658
+ [_des],
2659
+ [() => Destination$]
2660
+ ];
2661
+ var PutIndexPolicyRequest$ = [3, n0, _PIPR,
2662
+ 0,
2663
+ [_lGIo, _pD],
2664
+ [0, 0], 2
2665
+ ];
2666
+ var PutIndexPolicyResponse$ = [3, n0, _PIPRu,
2667
+ 0,
2668
+ [_iPnd],
2669
+ [() => IndexPolicy$]
2670
+ ];
2671
+ var PutIntegrationRequest$ = [3, n0, _PIR,
2672
+ 0,
2673
+ [_iN, _rCe, _iTn],
2674
+ [0, () => ResourceConfig$, 0], 3
2675
+ ];
2676
+ var PutIntegrationResponse$ = [3, n0, _PIRu,
2677
+ 0,
2678
+ [_iN, _iSn],
2679
+ [0, 0]
2680
+ ];
2681
+ var PutLogEventsRequest$ = [3, n0, _PLER,
2682
+ 0,
2683
+ [_lGN, _lSN, _lE, _sTe, _ent],
2684
+ [0, 0, () => InputLogEvents, 0, () => Entity$], 3
2685
+ ];
2686
+ var PutLogEventsResponse$ = [3, n0, _PLERu,
2687
+ 0,
2688
+ [_nST, _rLEI, _rEI],
2689
+ [0, () => RejectedLogEventsInfo$, () => RejectedEntityInfo$]
2690
+ ];
2691
+ var PutLogGroupDeletionProtectionRequest$ = [3, n0, _PLGDPR,
2692
+ 0,
2693
+ [_lGIo, _dPE],
2694
+ [0, 2], 2
2695
+ ];
2696
+ var PutMetricFilterRequest$ = [3, n0, _PMFR,
2697
+ 0,
2698
+ [_lGN, _fN, _fP, _mT, _aOTL, _fSC, _eSFD],
2699
+ [0, 0, 0, () => MetricTransformations, 2, 0, 64 | 0], 4
2700
+ ];
2701
+ var PutQueryDefinitionRequest$ = [3, n0, _PQDR,
2702
+ 0,
2703
+ [_n, _qS, _qL, _qDI, _lGNo, _cTl, _pa],
2704
+ [0, 0, 0, 0, 64 | 0, [0, 4], () => QueryParameterList], 2
2705
+ ];
2706
+ var PutQueryDefinitionResponse$ = [3, n0, _PQDRu,
2707
+ 0,
2708
+ [_qDI],
2709
+ [0]
2710
+ ];
2711
+ var PutResourcePolicyRequest$ = [3, n0, _PRPR,
2712
+ 0,
2713
+ [_pN, _pD, _rA, _eRI],
2714
+ [0, 0, 0, 0]
2715
+ ];
2716
+ var PutResourcePolicyResponse$ = [3, n0, _PRPRu,
2717
+ 0,
2718
+ [_rPe, _rIev],
2719
+ [() => ResourcePolicy$, 0]
2720
+ ];
2721
+ var PutRetentionPolicyRequest$ = [3, n0, _PRPRut,
2722
+ 0,
2723
+ [_lGN, _rID],
2724
+ [0, 1], 2
2725
+ ];
2726
+ var PutSubscriptionFilterRequest$ = [3, n0, _PSFR,
2727
+ 0,
2728
+ [_lGN, _fN, _fP, _dA, _rAo, _dis, _aOTL, _fSC, _eSF],
2729
+ [0, 0, 0, 0, 0, 0, 2, 0, 64 | 0], 4
2730
+ ];
2731
+ var PutSyslogConfigurationRequest$ = [3, n0, _PSCR,
2732
+ 0,
2733
+ [_lGIo, _vEI],
2734
+ [0, 0], 1
2735
+ ];
2736
+ var PutTransformerRequest$ = [3, n0, _PTR,
2737
+ 0,
2738
+ [_lGIo, _tC],
2739
+ [0, () => Processors], 2
2740
+ ];
2741
+ var QueryCompileError$ = [3, n0, _QCE,
2742
+ 0,
2743
+ [_lo, _m],
2744
+ [() => QueryCompileErrorLocation$, 0]
2745
+ ];
2746
+ var QueryCompileErrorLocation$ = [3, n0, _QCEL,
2747
+ 0,
2748
+ [_sCO, _eCO],
2749
+ [1, 1]
2750
+ ];
2751
+ var QueryDefinition$ = [3, n0, _QD,
2752
+ 0,
2753
+ [_qL, _qDI, _n, _qS, _lM, _lGNo, _pa],
2754
+ [0, 0, 0, 0, 1, 64 | 0, () => QueryParameterList]
2755
+ ];
2756
+ var QueryInfo$ = [3, n0, _QI,
2757
+ 0,
2758
+ [_qL, _qI, _qS, _sta, _cTr, _lGN, _qDu, _bS, _uI],
2759
+ [0, 0, 0, 0, 1, 0, 1, 1, 0]
2760
+ ];
2761
+ var QueryParameter$ = [3, n0, _QP,
2762
+ 0,
2763
+ [_n, _dV, _d],
2764
+ [0, 0, 0], 1
2765
+ ];
2766
+ var QueryStatistics$ = [3, n0, _QS,
2767
+ 0,
2768
+ [_rM, _rS, _eRS, _bS, _eBS, _lGS],
2769
+ [1, 1, 1, 1, 1, 1]
2770
+ ];
2771
+ var RecordField$ = [3, n0, _RF,
2772
+ 0,
2773
+ [_n, _man],
2774
+ [0, 2]
2775
+ ];
2776
+ var RejectedEntityInfo$ = [3, n0, _REI,
2777
+ 0,
2778
+ [_eTr],
2779
+ [0], 1
2780
+ ];
2781
+ var RejectedLogEventsInfo$ = [3, n0, _RLEI,
2782
+ 0,
2783
+ [_tNLESI, _tOLEEI, _eLEEI],
2784
+ [1, 1, 1]
2785
+ ];
2786
+ var RenameKeyEntry$ = [3, n0, _RKE,
2787
+ 0,
2788
+ [_k, _rTen, _oIE],
2789
+ [0, 0, 2], 2
2790
+ ];
2791
+ var RenameKeys$ = [3, n0, _RK,
2792
+ 0,
2793
+ [_en],
2794
+ [() => RenameKeyEntries], 1
2795
+ ];
2796
+ var ResourcePolicy$ = [3, n0, _RP,
2797
+ 0,
2798
+ [_pN, _pD, _lUT, _pSo, _rA, _rIev],
2799
+ [0, 0, 1, 0, 0, 0]
2800
+ ];
2801
+ var ResultField$ = [3, n0, _RFe,
2802
+ 0,
2803
+ [_fie, _v],
2804
+ [0, 0]
2805
+ ];
2806
+ var S3Configuration$ = [3, n0, _SC,
2807
+ 0,
2808
+ [_dI, _rAo, _oAI, _kKI],
2809
+ [0, 0, 0, 0], 2
2810
+ ];
2811
+ var S3DeliveryConfiguration$ = [3, n0, _SDC,
2812
+ 0,
2813
+ [_sP, _eHCP],
2814
+ [0, 2]
2815
+ ];
2816
+ var S3TableIntegrationSource$ = [3, n0, _STIS,
2817
+ 0,
2818
+ [_i, _dS, _sta, _sR, _cTSr, _pSI],
2819
+ [0, () => DataSource$, 0, 0, 1, 0]
2820
+ ];
2821
+ var S3TablesIntegration$ = [3, n0, _STI,
2822
+ 0,
2823
+ [_dNa, _dT],
2824
+ [0, 0]
2825
+ ];
2826
+ var ScheduledQueryDestination$ = [3, n0, _SQD,
2827
+ 0,
2828
+ [_dTe, _dI, _sta, _pIr, _eM],
2829
+ [0, 0, 0, 0, 0]
2830
+ ];
2831
+ var ScheduledQuerySummary$ = [3, n0, _SQS,
2832
+ 0,
2833
+ [_sQA, _n, _st, _sTc, _lTT, _lES, _sE, _ti, _dC, _cT, _lUT],
2834
+ [0, 0, 0, 0, 1, 0, 0, 0, () => DestinationConfiguration$, 1, 1]
2835
+ ];
2836
+ var SearchedLogStream$ = [3, n0, _SLS,
2837
+ 0,
2838
+ [_lSN, _sCe],
2839
+ [0, 2]
2840
+ ];
2841
+ var SplitString$ = [3, n0, _SS,
2842
+ 0,
2843
+ [_en],
2844
+ [() => SplitStringEntries], 1
2845
+ ];
2846
+ var SplitStringEntry$ = [3, n0, _SSEp,
2847
+ 0,
2848
+ [_so, _del],
2849
+ [0, 0], 2
2850
+ ];
2851
+ var StartLiveTailRequest$ = [3, n0, _SLTR,
2852
+ 0,
2853
+ [_lGI, _lSNo, _lSNPo, _lEFP],
2854
+ [64 | 0, 64 | 0, 64 | 0, 0], 1
2855
+ ];
2856
+ var StartLiveTailResponse$ = [3, n0, _SLTRt,
2857
+ 0,
2858
+ [_rSe],
2859
+ [[() => StartLiveTailResponseStream$, 0]]
2860
+ ];
2861
+ var StartQueryRequest$ = [3, n0, _SQR,
2862
+ 0,
2863
+ [_sTt, _eTn, _qS, _qL, _lGN, _lGNo, _lGI, _li],
2864
+ [1, 1, 0, 0, 0, 64 | 0, 64 | 0, 1], 3
2865
+ ];
2866
+ var StartQueryResponse$ = [3, n0, _SQRt,
2867
+ 0,
2868
+ [_qI],
2869
+ [0]
2870
+ ];
2871
+ var StopQueryRequest$ = [3, n0, _SQRto,
2872
+ 0,
2873
+ [_qI],
2874
+ [0], 1
2875
+ ];
2876
+ var StopQueryResponse$ = [3, n0, _SQRtop,
2877
+ 0,
2878
+ [_suc],
2879
+ [2]
2880
+ ];
2881
+ var SubscriptionFilter$ = [3, n0, _SF,
2882
+ 0,
2883
+ [_fN, _lGN, _fP, _dA, _rAo, _dis, _aOTL, _cT, _fSC, _eSF],
2884
+ [0, 0, 0, 0, 0, 0, 2, 1, 0, 64 | 0]
2885
+ ];
2886
+ var SubstituteString$ = [3, n0, _SSu,
2887
+ 0,
2888
+ [_en],
2889
+ [() => SubstituteStringEntries], 1
2890
+ ];
2891
+ var SubstituteStringEntry$ = [3, n0, _SSEu,
2892
+ 0,
2893
+ [_so, _f, _to],
2894
+ [0, 0, 0], 3
2895
+ ];
2896
+ var SuppressionPeriod$ = [3, n0, _SP,
2897
+ 0,
2898
+ [_v, _sUu],
2899
+ [1, 0]
2900
+ ];
2901
+ var SyslogConfiguration$ = [3, n0, _SCy,
2902
+ 0,
2903
+ [_lGA, _sTo, _vEI, _cA],
2904
+ [0, 0, 0, 1]
2905
+ ];
2906
+ var TagFilter$ = [3, n0, _TF,
2907
+ 0,
2908
+ [_k, _va],
2909
+ [0, 64 | 0], 1
2910
+ ];
2911
+ var TagLogGroupRequest$ = [3, n0, _TLGR,
2912
+ 0,
2913
+ [_lGN, _ta],
2914
+ [0, 128 | 0], 2
2915
+ ];
2916
+ var TagResourceRequest$ = [3, n0, _TRR,
2917
+ 0,
2918
+ [_rA, _ta],
2919
+ [0, 128 | 0], 2
2920
+ ];
2921
+ var TestMetricFilterRequest$ = [3, n0, _TMFR,
2922
+ 0,
2923
+ [_fP, _lEM],
2924
+ [0, 64 | 0], 2
2925
+ ];
2926
+ var TestMetricFilterResponse$ = [3, n0, _TMFRe,
2927
+ 0,
2928
+ [_mat],
2929
+ [() => MetricFilterMatches]
2930
+ ];
2931
+ var TestTransformerRequest$ = [3, n0, _TTR,
2932
+ 0,
2933
+ [_tC, _lEM],
2934
+ [() => Processors, 64 | 0], 2
2935
+ ];
2936
+ var TestTransformerResponse$ = [3, n0, _TTRe,
2937
+ 0,
2938
+ [_tL],
2939
+ [() => TransformedLogs]
2940
+ ];
2941
+ var TransformedLogRecord$ = [3, n0, _TLR,
2942
+ 0,
2943
+ [_eN, _eMv, _tEM],
2944
+ [1, 0, 0]
2945
+ ];
2946
+ var TriggerHistoryRecord$ = [3, n0, _THR,
2947
+ 0,
2948
+ [_qI, _eSx, _tTr, _eM, _dest],
2949
+ [0, 0, 1, 0, () => ScheduledQueryDestinationList]
2950
+ ];
2951
+ var TrimString$ = [3, n0, _TS,
2952
+ 0,
2953
+ [_wK],
2954
+ [64 | 0], 1
2955
+ ];
2956
+ var TypeConverter$ = [3, n0, _TC,
2957
+ 0,
2958
+ [_en],
2959
+ [() => TypeConverterEntries], 1
2960
+ ];
2961
+ var TypeConverterEntry$ = [3, n0, _TCE,
2962
+ 0,
2963
+ [_k, _ty],
2964
+ [0, 0], 2
2965
+ ];
2966
+ var UntagLogGroupRequest$ = [3, n0, _ULGR,
2967
+ 0,
2968
+ [_lGN, _ta],
2969
+ [0, 64 | 0], 2
2970
+ ];
2971
+ var UntagResourceRequest$ = [3, n0, _URR,
2972
+ 0,
2973
+ [_rA, _tK],
2974
+ [0, 64 | 0], 2
2975
+ ];
2976
+ var UpdateAnomalyRequest$ = [3, n0, _UAR,
2977
+ 0,
2978
+ [_aDA, _aIn, _pI, _sTu, _sPu, _b],
2979
+ [0, 0, 0, 0, () => SuppressionPeriod$, 2], 1
2980
+ ];
2981
+ var UpdateDeliveryConfigurationRequest$ = [3, n0, _UDCR,
2982
+ 0,
2983
+ [_id, _rF, _fD, _sDC],
2984
+ [0, 64 | 0, 0, () => S3DeliveryConfiguration$], 1
2985
+ ];
2986
+ var UpdateDeliveryConfigurationResponse$ = [3, n0, _UDCRp,
2987
+ 0,
2988
+ [],
2989
+ []
2990
+ ];
2991
+ var UpdateLogAnomalyDetectorRequest$ = [3, n0, _ULADR,
2992
+ 0,
2993
+ [_aDA, _ena, _eF, _fP, _aVT],
2994
+ [0, 2, 0, 0, 1], 2
2995
+ ];
2996
+ var UpdateLookupTableRequest$ = [3, n0, _ULTR,
2997
+ 0,
2998
+ [_lTA, _tB, _d, _kKI],
2999
+ [0, 0, 0, 0], 2
3000
+ ];
3001
+ var UpdateLookupTableResponse$ = [3, n0, _ULTRp,
3002
+ 0,
3003
+ [_lTA, _lUT],
3004
+ [0, 1]
3005
+ ];
3006
+ var UpdateScheduledQueryRequest$ = [3, n0, _USQR,
3007
+ 0,
3008
+ [_i, _qL, _qS, _sE, _eRA, _d, _lGI, _ti, _sTO, _eTO, _dC, _sST, _sET, _st],
3009
+ [0, 0, 0, 0, 0, 0, 64 | 0, 0, 1, 1, () => DestinationConfiguration$, 1, 1, 0], 5
3010
+ ];
3011
+ var UpdateScheduledQueryResponse$ = [3, n0, _USQRp,
3012
+ 0,
3013
+ [_sQA, _n, _d, _qL, _qS, _lGI, _sE, _ti, _sTO, _eTO, _dC, _st, _sTc, _lTT, _lES, _sST, _sET, _eRA, _cT, _lUT],
3014
+ [0, 0, 0, 0, 0, 64 | 0, 0, 0, 1, 1, () => DestinationConfiguration$, 0, 0, 1, 0, 1, 1, 0, 1, 1]
3015
+ ];
3016
+ var UpperCaseString$ = [3, n0, _UCS,
3017
+ 0,
3018
+ [_wK],
3019
+ [64 | 0], 1
3020
+ ];
3021
+ var __Unit = "unit";
3022
+ var AccountPolicies = [1, n0, _APc,
3023
+ 0, () => AccountPolicy$
3024
+ ];
3025
+ var AddKeyEntries = [1, n0, _AKEd,
3026
+ 0, () => AddKeyEntry$
3027
+ ];
3028
+ var AggregateLogGroupSummaries = [1, n0, _ALGSg,
3029
+ 0, () => AggregateLogGroupSummary$
3030
+ ];
3031
+ var AllowedFields = [1, n0, _AF,
3032
+ 0, () => RecordField$
3033
+ ];
3034
+ var Anomalies = [1, n0, _An,
3035
+ 0, () => Anomaly$
3036
+ ];
3037
+ var AnomalyDetectors = [1, n0, _ADn,
3038
+ 0, () => AnomalyDetector$
3039
+ ];
3040
+ var ConfigurationTemplates = [1, n0, _CTo,
3041
+ 0, () => ConfigurationTemplate$
3042
+ ];
3043
+ var CopyValueEntries = [1, n0, _CVEo,
3044
+ 0, () => CopyValueEntry$
3045
+ ];
3046
+ var DataSourceFilters = [1, n0, _DSFa,
3047
+ 0, () => DataSourceFilter$
3048
+ ];
3049
+ var Deliveries = [1, n0, _Del,
3050
+ 0, () => Delivery$
3051
+ ];
3052
+ var DeliveryDestinations = [1, n0, _DDe,
3053
+ 0, () => DeliveryDestination$
3054
+ ];
3055
+ var DeliverySourceConfigurationSchemas = [1, n0, _DSCSe,
3056
+ 0, () => DeliverySourceConfigurationSchema$
3057
+ ];
3058
+ var DeliverySources = [1, n0, _DSel,
3059
+ 0, () => DeliverySource$
3060
+ ];
3061
+ var Destinations = [1, n0, _Des,
3062
+ 0, () => Destination$
3063
+ ];
3064
+ var ExportTasks = [1, n0, _ETx,
3065
+ 0, () => ExportTask$
3066
+ ];
3067
+ var FieldIndexes = [1, n0, _FIi,
3068
+ 0, () => FieldIndex$
3069
+ ];
3070
+ var FilteredLogEvents = [1, n0, _FLEi,
3071
+ 0, () => FilteredLogEvent$
3072
+ ];
3073
+ var GroupingIdentifiers = [1, n0, _GIr,
3074
+ 0, () => GroupingIdentifier$
3075
+ ];
3076
+ var ImportBatchList = [1, n0, _IBL,
3077
+ 0, () => ImportBatch$
3078
+ ];
3079
+ var ImportList = [1, n0, _IL,
3080
+ 0, () => Import$
3081
+ ];
3082
+ var IndexPolicies = [1, n0, _IPn,
3083
+ 0, () => IndexPolicy$
3084
+ ];
3085
+ var InputLogEvents = [1, n0, _ILEn,
3086
+ 0, () => InputLogEvent$
3087
+ ];
3088
+ var IntegrationSummaries = [1, n0, _ISnt,
3089
+ 0, () => IntegrationSummary$
3090
+ ];
3091
+ var LiveTailSessionResults = [1, n0, _LTSR,
3092
+ 0, () => LiveTailSessionLogEvent$
3093
+ ];
3094
+ var LogFieldsList = [1, n0, _LFL,
3095
+ 0, () => LogFieldsListItem$
3096
+ ];
3097
+ var LogGroupFieldList = [1, n0, _LGFL,
3098
+ 0, () => LogGroupField$
3099
+ ];
3100
+ var LogGroups = [1, n0, _LGo,
3101
+ 0, () => LogGroup$
3102
+ ];
3103
+ var LogGroupSummaries = [1, n0, _LGSo,
3104
+ 0, () => LogGroupSummary$
3105
+ ];
3106
+ var LogSamples = [1, n0, _LSo,
3107
+ 0, () => LogEvent$
3108
+ ];
3109
+ var LogStreams = [1, n0, _LSog,
3110
+ 0, () => LogStream$
3111
+ ];
3112
+ var LookupTables = [1, n0, _LTo,
3113
+ 0, () => LookupTable$
3114
+ ];
3115
+ var MetricFilterMatches = [1, n0, _MFM,
3116
+ 0, () => MetricFilterMatchRecord$
3117
+ ];
3118
+ var MetricFilters = [1, n0, _MFe,
3119
+ 0, () => MetricFilter$
3120
+ ];
3121
+ var MetricTransformations = [1, n0, _MTe,
3122
+ 0, () => MetricTransformation$
3123
+ ];
3124
+ var MoveKeyEntries = [1, n0, _MKEo,
3125
+ 0, () => MoveKeyEntry$
3126
+ ];
3127
+ var OutputLogEvents = [1, n0, _OLEu,
3128
+ 0, () => OutputLogEvent$
3129
+ ];
3130
+ var PatternTokens = [1, n0, _PTa,
3131
+ 0, () => PatternToken$
3132
+ ];
3133
+ var Processors = [1, n0, _Pro,
3134
+ 0, () => Processor$
3135
+ ];
3136
+ var QueryDefinitionList = [1, n0, _QDL,
3137
+ 0, () => QueryDefinition$
3138
+ ];
3139
+ var QueryInfoList = [1, n0, _QIL,
3140
+ 0, () => QueryInfo$
3141
+ ];
3142
+ var QueryParameterList = [1, n0, _QPL,
3143
+ 0, () => QueryParameter$
3144
+ ];
3145
+ var QueryResults = [1, n0, _QR,
3146
+ 0, () => ResultRows
3147
+ ];
3148
+ var RenameKeyEntries = [1, n0, _RKEe,
3149
+ 0, () => RenameKeyEntry$
3150
+ ];
3151
+ var ResourcePolicies = [1, n0, _RPe,
3152
+ 0, () => ResourcePolicy$
3153
+ ];
3154
+ var ResultRows = [1, n0, _RR,
3155
+ 0, () => ResultField$
3156
+ ];
3157
+ var S3TableIntegrationSources = [1, n0, _STISa,
3158
+ 0, () => S3TableIntegrationSource$
3159
+ ];
3160
+ var ScheduledQueryDestinationList = [1, n0, _SQDL,
3161
+ 0, () => ScheduledQueryDestination$
3162
+ ];
3163
+ var ScheduledQuerySummaryList = [1, n0, _SQSL,
3164
+ 0, () => ScheduledQuerySummary$
3165
+ ];
3166
+ var SearchedLogStreams = [1, n0, _SLSe,
3167
+ 0, () => SearchedLogStream$
3168
+ ];
3169
+ var SplitStringEntries = [1, n0, _SSEpl,
3170
+ 0, () => SplitStringEntry$
3171
+ ];
3172
+ var SubscriptionFilters = [1, n0, _SFu,
3173
+ 0, () => SubscriptionFilter$
3174
+ ];
3175
+ var SubstituteStringEntries = [1, n0, _SSEub,
3176
+ 0, () => SubstituteStringEntry$
3177
+ ];
3178
+ var SyslogConfigurations = [1, n0, _SCys,
3179
+ 0, () => SyslogConfiguration$
3180
+ ];
3181
+ var TagFilters = [1, n0, _TFa,
3182
+ 0, () => TagFilter$
3183
+ ];
3184
+ var TransformedLogs = [1, n0, _TL,
3185
+ 0, () => TransformedLogRecord$
3186
+ ];
3187
+ var TriggerHistoryRecordList = [1, n0, _THRL,
3188
+ 0, () => TriggerHistoryRecord$
3189
+ ];
3190
+ var TypeConverterEntries = [1, n0, _TCEy,
3191
+ 0, () => TypeConverterEntry$
3192
+ ];
3193
+ var GetLogObjectResponseStream$ = [4, n0, _GLORS,
3194
+ { [_str]: 1 },
3195
+ [_fi, _ISEn],
3196
+ [() => FieldsData$, [() => InternalStreamingException$, 0]]
3197
+ ];
3198
+ var IntegrationDetails$ = [4, n0, _ID,
3199
+ 0,
3200
+ [_oSID],
3201
+ [() => OpenSearchIntegrationDetails$]
3202
+ ];
3203
+ var ResourceConfig$ = [4, n0, _RC,
3204
+ 0,
3205
+ [_oSRC],
3206
+ [() => OpenSearchResourceConfig$]
3207
+ ];
3208
+ var StartLiveTailResponseStream$ = [4, n0, _SLTRS,
3209
+ { [_str]: 1 },
3210
+ [_sSe, _sUe, _STE, _SSE],
3211
+ [() => LiveTailSessionStart$, () => LiveTailSessionUpdate$, [() => SessionTimeoutException$, 0], [() => SessionStreamingException$, 0]]
3212
+ ];
3213
+ var AssociateKmsKey$ = [9, n0, _AKK,
3214
+ 0, () => AssociateKmsKeyRequest$, () => __Unit
3215
+ ];
3216
+ var AssociateSourceToS3TableIntegration$ = [9, n0, _ASTSTI,
3217
+ 0, () => AssociateSourceToS3TableIntegrationRequest$, () => AssociateSourceToS3TableIntegrationResponse$
3218
+ ];
3219
+ var CancelExportTask$ = [9, n0, _CET,
3220
+ 0, () => CancelExportTaskRequest$, () => __Unit
3221
+ ];
3222
+ var CancelImportTask$ = [9, n0, _CIT,
3223
+ 0, () => CancelImportTaskRequest$, () => CancelImportTaskResponse$
3224
+ ];
3225
+ var CreateDelivery$ = [9, n0, _CD,
3226
+ 0, () => CreateDeliveryRequest$, () => CreateDeliveryResponse$
3227
+ ];
3228
+ var CreateExportTask$ = [9, n0, _CETr,
3229
+ 0, () => CreateExportTaskRequest$, () => CreateExportTaskResponse$
3230
+ ];
3231
+ var CreateImportTask$ = [9, n0, _CITr,
3232
+ 0, () => CreateImportTaskRequest$, () => CreateImportTaskResponse$
3233
+ ];
3234
+ var CreateLogAnomalyDetector$ = [9, n0, _CLAD,
3235
+ 0, () => CreateLogAnomalyDetectorRequest$, () => CreateLogAnomalyDetectorResponse$
3236
+ ];
3237
+ var CreateLogGroup$ = [9, n0, _CLG,
3238
+ 0, () => CreateLogGroupRequest$, () => __Unit
3239
+ ];
3240
+ var CreateLogStream$ = [9, n0, _CLS,
3241
+ 0, () => CreateLogStreamRequest$, () => __Unit
3242
+ ];
3243
+ var CreateLookupTable$ = [9, n0, _CLT,
3244
+ 0, () => CreateLookupTableRequest$, () => CreateLookupTableResponse$
3245
+ ];
3246
+ var CreateScheduledQuery$ = [9, n0, _CSQ,
3247
+ 0, () => CreateScheduledQueryRequest$, () => CreateScheduledQueryResponse$
3248
+ ];
3249
+ var DeleteAccountPolicy$ = [9, n0, _DAP,
3250
+ 0, () => DeleteAccountPolicyRequest$, () => __Unit
3251
+ ];
3252
+ var DeleteDataProtectionPolicy$ = [9, n0, _DDPP,
3253
+ 0, () => DeleteDataProtectionPolicyRequest$, () => __Unit
3254
+ ];
3255
+ var DeleteDelivery$ = [9, n0, _DDel,
3256
+ 0, () => DeleteDeliveryRequest$, () => __Unit
3257
+ ];
3258
+ var DeleteDeliveryDestination$ = [9, n0, _DDD,
3259
+ 0, () => DeleteDeliveryDestinationRequest$, () => __Unit
3260
+ ];
3261
+ var DeleteDeliveryDestinationPolicy$ = [9, n0, _DDDP,
3262
+ 0, () => DeleteDeliveryDestinationPolicyRequest$, () => __Unit
3263
+ ];
3264
+ var DeleteDeliverySource$ = [9, n0, _DDS,
3265
+ 0, () => DeleteDeliverySourceRequest$, () => __Unit
3266
+ ];
3267
+ var DeleteDestination$ = [9, n0, _DDele,
3268
+ 0, () => DeleteDestinationRequest$, () => __Unit
3269
+ ];
3270
+ var DeleteIndexPolicy$ = [9, n0, _DIP,
3271
+ 0, () => DeleteIndexPolicyRequest$, () => DeleteIndexPolicyResponse$
3272
+ ];
3273
+ var DeleteIntegration$ = [9, n0, _DI,
3274
+ 0, () => DeleteIntegrationRequest$, () => DeleteIntegrationResponse$
3275
+ ];
3276
+ var DeleteLogAnomalyDetector$ = [9, n0, _DLAD,
3277
+ 0, () => DeleteLogAnomalyDetectorRequest$, () => __Unit
3278
+ ];
3279
+ var DeleteLogGroup$ = [9, n0, _DLG,
3280
+ 0, () => DeleteLogGroupRequest$, () => __Unit
3281
+ ];
3282
+ var DeleteLogStream$ = [9, n0, _DLS,
3283
+ 0, () => DeleteLogStreamRequest$, () => __Unit
3284
+ ];
3285
+ var DeleteLookupTable$ = [9, n0, _DLT,
3286
+ 0, () => DeleteLookupTableRequest$, () => __Unit
3287
+ ];
3288
+ var DeleteMetricFilter$ = [9, n0, _DMF,
3289
+ 0, () => DeleteMetricFilterRequest$, () => __Unit
3290
+ ];
3291
+ var DeleteQueryDefinition$ = [9, n0, _DQD,
3292
+ 0, () => DeleteQueryDefinitionRequest$, () => DeleteQueryDefinitionResponse$
3293
+ ];
3294
+ var DeleteResourcePolicy$ = [9, n0, _DRP,
3295
+ 0, () => DeleteResourcePolicyRequest$, () => __Unit
3296
+ ];
3297
+ var DeleteRetentionPolicy$ = [9, n0, _DRPe,
3298
+ 0, () => DeleteRetentionPolicyRequest$, () => __Unit
3299
+ ];
3300
+ var DeleteScheduledQuery$ = [9, n0, _DSQ,
3301
+ 0, () => DeleteScheduledQueryRequest$, () => DeleteScheduledQueryResponse$
3302
+ ];
3303
+ var DeleteSubscriptionFilter$ = [9, n0, _DSFe,
3304
+ 0, () => DeleteSubscriptionFilterRequest$, () => __Unit
3305
+ ];
3306
+ var DeleteSyslogConfiguration$ = [9, n0, _DSC,
3307
+ 0, () => DeleteSyslogConfigurationRequest$, () => __Unit
3308
+ ];
3309
+ var DeleteTransformer$ = [9, n0, _DT,
3310
+ 0, () => DeleteTransformerRequest$, () => __Unit
3311
+ ];
3312
+ var DescribeAccountPolicies$ = [9, n0, _DAPe,
3313
+ 0, () => DescribeAccountPoliciesRequest$, () => DescribeAccountPoliciesResponse$
3314
+ ];
3315
+ var DescribeConfigurationTemplates$ = [9, n0, _DCT,
3316
+ 0, () => DescribeConfigurationTemplatesRequest$, () => DescribeConfigurationTemplatesResponse$
3317
+ ];
3318
+ var DescribeDeliveries$ = [9, n0, _DDes,
3319
+ 0, () => DescribeDeliveriesRequest$, () => DescribeDeliveriesResponse$
3320
+ ];
3321
+ var DescribeDeliveryDestinations$ = [9, n0, _DDDe,
3322
+ 0, () => DescribeDeliveryDestinationsRequest$, () => DescribeDeliveryDestinationsResponse$
3323
+ ];
3324
+ var DescribeDeliverySources$ = [9, n0, _DDSe,
3325
+ 0, () => DescribeDeliverySourcesRequest$, () => DescribeDeliverySourcesResponse$
3326
+ ];
3327
+ var DescribeDestinations$ = [9, n0, _DDesc,
3328
+ 0, () => DescribeDestinationsRequest$, () => DescribeDestinationsResponse$
3329
+ ];
3330
+ var DescribeExportTasks$ = [9, n0, _DET,
3331
+ 0, () => DescribeExportTasksRequest$, () => DescribeExportTasksResponse$
3332
+ ];
3333
+ var DescribeFieldIndexes$ = [9, n0, _DFI,
3334
+ 0, () => DescribeFieldIndexesRequest$, () => DescribeFieldIndexesResponse$
3335
+ ];
3336
+ var DescribeImportTaskBatches$ = [9, n0, _DITB,
3337
+ 0, () => DescribeImportTaskBatchesRequest$, () => DescribeImportTaskBatchesResponse$
3338
+ ];
3339
+ var DescribeImportTasks$ = [9, n0, _DIT,
3340
+ 0, () => DescribeImportTasksRequest$, () => DescribeImportTasksResponse$
3341
+ ];
3342
+ var DescribeIndexPolicies$ = [9, n0, _DIPe,
3343
+ 0, () => DescribeIndexPoliciesRequest$, () => DescribeIndexPoliciesResponse$
3344
+ ];
3345
+ var DescribeLogGroups$ = [9, n0, _DLGe,
3346
+ 0, () => DescribeLogGroupsRequest$, () => DescribeLogGroupsResponse$
3347
+ ];
3348
+ var DescribeLogStreams$ = [9, n0, _DLSe,
3349
+ 0, () => DescribeLogStreamsRequest$, () => DescribeLogStreamsResponse$
3350
+ ];
3351
+ var DescribeLookupTables$ = [9, n0, _DLTe,
3352
+ 0, () => DescribeLookupTablesRequest$, () => DescribeLookupTablesResponse$
3353
+ ];
3354
+ var DescribeMetricFilters$ = [9, n0, _DMFe,
3355
+ 0, () => DescribeMetricFiltersRequest$, () => DescribeMetricFiltersResponse$
3356
+ ];
3357
+ var DescribeQueries$ = [9, n0, _DQ,
3358
+ 0, () => DescribeQueriesRequest$, () => DescribeQueriesResponse$
3359
+ ];
3360
+ var DescribeQueryDefinitions$ = [9, n0, _DQDe,
3361
+ 0, () => DescribeQueryDefinitionsRequest$, () => DescribeQueryDefinitionsResponse$
3362
+ ];
3363
+ var DescribeResourcePolicies$ = [9, n0, _DRPes,
3364
+ 0, () => DescribeResourcePoliciesRequest$, () => DescribeResourcePoliciesResponse$
3365
+ ];
3366
+ var DescribeSubscriptionFilters$ = [9, n0, _DSFes,
3367
+ 0, () => DescribeSubscriptionFiltersRequest$, () => DescribeSubscriptionFiltersResponse$
3368
+ ];
3369
+ var DisassociateKmsKey$ = [9, n0, _DKK,
3370
+ 0, () => DisassociateKmsKeyRequest$, () => __Unit
3371
+ ];
3372
+ var DisassociateSourceFromS3TableIntegration$ = [9, n0, _DSFSTI,
3373
+ 0, () => DisassociateSourceFromS3TableIntegrationRequest$, () => DisassociateSourceFromS3TableIntegrationResponse$
3374
+ ];
3375
+ var FilterLogEvents$ = [9, n0, _FLEil,
3376
+ 0, () => FilterLogEventsRequest$, () => FilterLogEventsResponse$
3377
+ ];
3378
+ var GetDataProtectionPolicy$ = [9, n0, _GDPP,
3379
+ 0, () => GetDataProtectionPolicyRequest$, () => GetDataProtectionPolicyResponse$
3380
+ ];
3381
+ var GetDelivery$ = [9, n0, _GD,
3382
+ 0, () => GetDeliveryRequest$, () => GetDeliveryResponse$
3383
+ ];
3384
+ var GetDeliveryDestination$ = [9, n0, _GDD,
3385
+ 0, () => GetDeliveryDestinationRequest$, () => GetDeliveryDestinationResponse$
3386
+ ];
3387
+ var GetDeliveryDestinationPolicy$ = [9, n0, _GDDP,
3388
+ 0, () => GetDeliveryDestinationPolicyRequest$, () => GetDeliveryDestinationPolicyResponse$
3389
+ ];
3390
+ var GetDeliverySource$ = [9, n0, _GDS,
3391
+ 0, () => GetDeliverySourceRequest$, () => GetDeliverySourceResponse$
3392
+ ];
3393
+ var GetIntegration$ = [9, n0, _GIe,
3394
+ 0, () => GetIntegrationRequest$, () => GetIntegrationResponse$
3395
+ ];
3396
+ var GetLogAnomalyDetector$ = [9, n0, _GLAD,
3397
+ 0, () => GetLogAnomalyDetectorRequest$, () => GetLogAnomalyDetectorResponse$
3398
+ ];
3399
+ var GetLogEvents$ = [9, n0, _GLE,
3400
+ 0, () => GetLogEventsRequest$, () => GetLogEventsResponse$
3401
+ ];
3402
+ var GetLogFields$ = [9, n0, _GLF,
3403
+ 0, () => GetLogFieldsRequest$, () => GetLogFieldsResponse$
3404
+ ];
3405
+ var GetLogGroupFields$ = [9, n0, _GLGF,
3406
+ 0, () => GetLogGroupFieldsRequest$, () => GetLogGroupFieldsResponse$
3407
+ ];
3408
+ var GetLogObject$ = [9, n0, _GLO,
3409
+ { [_end]: ["stream-"] }, () => GetLogObjectRequest$, () => GetLogObjectResponse$
3410
+ ];
3411
+ var GetLogRecord$ = [9, n0, _GLR,
3412
+ 0, () => GetLogRecordRequest$, () => GetLogRecordResponse$
3413
+ ];
3414
+ var GetLookupTable$ = [9, n0, _GLT,
3415
+ 0, () => GetLookupTableRequest$, () => GetLookupTableResponse$
3416
+ ];
3417
+ var GetQueryResults$ = [9, n0, _GQR,
3418
+ 0, () => GetQueryResultsRequest$, () => GetQueryResultsResponse$
3419
+ ];
3420
+ var GetScheduledQuery$ = [9, n0, _GSQ,
3421
+ 0, () => GetScheduledQueryRequest$, () => GetScheduledQueryResponse$
3422
+ ];
3423
+ var GetScheduledQueryHistory$ = [9, n0, _GSQH,
3424
+ 0, () => GetScheduledQueryHistoryRequest$, () => GetScheduledQueryHistoryResponse$
3425
+ ];
3426
+ var GetTransformer$ = [9, n0, _GT,
3427
+ 0, () => GetTransformerRequest$, () => GetTransformerResponse$
3428
+ ];
3429
+ var ListAggregateLogGroupSummaries$ = [9, n0, _LALGS,
3430
+ 0, () => ListAggregateLogGroupSummariesRequest$, () => ListAggregateLogGroupSummariesResponse$
3431
+ ];
3432
+ var ListAnomalies$ = [9, n0, _LA,
3433
+ 0, () => ListAnomaliesRequest$, () => ListAnomaliesResponse$
3434
+ ];
3435
+ var ListIntegrations$ = [9, n0, _LI,
3436
+ 0, () => ListIntegrationsRequest$, () => ListIntegrationsResponse$
3437
+ ];
3438
+ var ListLogAnomalyDetectors$ = [9, n0, _LLAD,
3439
+ 0, () => ListLogAnomalyDetectorsRequest$, () => ListLogAnomalyDetectorsResponse$
3440
+ ];
3441
+ var ListLogGroups$ = [9, n0, _LLG,
3442
+ 0, () => ListLogGroupsRequest$, () => ListLogGroupsResponse$
3443
+ ];
3444
+ var ListLogGroupsForQuery$ = [9, n0, _LLGFQ,
3445
+ 0, () => ListLogGroupsForQueryRequest$, () => ListLogGroupsForQueryResponse$
3446
+ ];
3447
+ var ListScheduledQueries$ = [9, n0, _LSQ,
3448
+ 0, () => ListScheduledQueriesRequest$, () => ListScheduledQueriesResponse$
3449
+ ];
3450
+ var ListSourcesForS3TableIntegration$ = [9, n0, _LSFSTI,
3451
+ 0, () => ListSourcesForS3TableIntegrationRequest$, () => ListSourcesForS3TableIntegrationResponse$
3452
+ ];
3453
+ var ListSyslogConfigurations$ = [9, n0, _LSC,
3454
+ 0, () => ListSyslogConfigurationsRequest$, () => ListSyslogConfigurationsResponse$
3455
+ ];
3456
+ var ListTagsForResource$ = [9, n0, _LTFR,
3457
+ 0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
3458
+ ];
3459
+ var ListTagsLogGroup$ = [9, n0, _LTLG,
3460
+ 0, () => ListTagsLogGroupRequest$, () => ListTagsLogGroupResponse$
3461
+ ];
3462
+ var PutAccountPolicy$ = [9, n0, _PAP,
3463
+ 0, () => PutAccountPolicyRequest$, () => PutAccountPolicyResponse$
3464
+ ];
3465
+ var PutBearerTokenAuthentication$ = [9, n0, _PBTA,
3466
+ 0, () => PutBearerTokenAuthenticationRequest$, () => __Unit
3467
+ ];
3468
+ var PutDataProtectionPolicy$ = [9, n0, _PDPP,
3469
+ 0, () => PutDataProtectionPolicyRequest$, () => PutDataProtectionPolicyResponse$
3470
+ ];
3471
+ var PutDeliveryDestination$ = [9, n0, _PDD,
3472
+ 0, () => PutDeliveryDestinationRequest$, () => PutDeliveryDestinationResponse$
3473
+ ];
3474
+ var PutDeliveryDestinationPolicy$ = [9, n0, _PDDP,
3475
+ 0, () => PutDeliveryDestinationPolicyRequest$, () => PutDeliveryDestinationPolicyResponse$
3476
+ ];
3477
+ var PutDeliverySource$ = [9, n0, _PDS,
3478
+ 0, () => PutDeliverySourceRequest$, () => PutDeliverySourceResponse$
3479
+ ];
3480
+ var PutDestination$ = [9, n0, _PD,
3481
+ 0, () => PutDestinationRequest$, () => PutDestinationResponse$
3482
+ ];
3483
+ var PutDestinationPolicy$ = [9, n0, _PDP,
3484
+ 0, () => PutDestinationPolicyRequest$, () => __Unit
3485
+ ];
3486
+ var PutIndexPolicy$ = [9, n0, _PIP,
3487
+ 0, () => PutIndexPolicyRequest$, () => PutIndexPolicyResponse$
3488
+ ];
3489
+ var PutIntegration$ = [9, n0, _PI,
3490
+ 0, () => PutIntegrationRequest$, () => PutIntegrationResponse$
3491
+ ];
3492
+ var PutLogEvents$ = [9, n0, _PLE,
3493
+ 0, () => PutLogEventsRequest$, () => PutLogEventsResponse$
3494
+ ];
3495
+ var PutLogGroupDeletionProtection$ = [9, n0, _PLGDP,
3496
+ 0, () => PutLogGroupDeletionProtectionRequest$, () => __Unit
3497
+ ];
3498
+ var PutMetricFilter$ = [9, n0, _PMF,
3499
+ 0, () => PutMetricFilterRequest$, () => __Unit
3500
+ ];
3501
+ var PutQueryDefinition$ = [9, n0, _PQD,
3502
+ 0, () => PutQueryDefinitionRequest$, () => PutQueryDefinitionResponse$
3503
+ ];
3504
+ var PutResourcePolicy$ = [9, n0, _PRP,
3505
+ 0, () => PutResourcePolicyRequest$, () => PutResourcePolicyResponse$
3506
+ ];
3507
+ var PutRetentionPolicy$ = [9, n0, _PRPu,
3508
+ 0, () => PutRetentionPolicyRequest$, () => __Unit
3509
+ ];
3510
+ var PutSubscriptionFilter$ = [9, n0, _PSF,
3511
+ 0, () => PutSubscriptionFilterRequest$, () => __Unit
3512
+ ];
3513
+ var PutSyslogConfiguration$ = [9, n0, _PSC,
3514
+ 0, () => PutSyslogConfigurationRequest$, () => __Unit
3515
+ ];
3516
+ var PutTransformer$ = [9, n0, _PTu,
3517
+ 0, () => PutTransformerRequest$, () => __Unit
3518
+ ];
3519
+ var StartLiveTail$ = [9, n0, _SLT,
3520
+ { [_end]: ["stream-"] }, () => StartLiveTailRequest$, () => StartLiveTailResponse$
3521
+ ];
3522
+ var StartQuery$ = [9, n0, _SQ,
3523
+ 0, () => StartQueryRequest$, () => StartQueryResponse$
3524
+ ];
3525
+ var StopQuery$ = [9, n0, _SQt,
3526
+ 0, () => StopQueryRequest$, () => StopQueryResponse$
3527
+ ];
3528
+ var TagLogGroup$ = [9, n0, _TLG,
3529
+ 0, () => TagLogGroupRequest$, () => __Unit
3530
+ ];
3531
+ var TagResource$ = [9, n0, _TR,
3532
+ 0, () => TagResourceRequest$, () => __Unit
3533
+ ];
3534
+ var TestMetricFilter$ = [9, n0, _TMF,
3535
+ 0, () => TestMetricFilterRequest$, () => TestMetricFilterResponse$
3536
+ ];
3537
+ var TestTransformer$ = [9, n0, _TT,
3538
+ 0, () => TestTransformerRequest$, () => TestTransformerResponse$
3539
+ ];
3540
+ var UntagLogGroup$ = [9, n0, _ULG,
3541
+ 0, () => UntagLogGroupRequest$, () => __Unit
3542
+ ];
3543
+ var UntagResource$ = [9, n0, _UR,
3544
+ 0, () => UntagResourceRequest$, () => __Unit
3545
+ ];
3546
+ var UpdateAnomaly$ = [9, n0, _UA,
3547
+ 0, () => UpdateAnomalyRequest$, () => __Unit
3548
+ ];
3549
+ var UpdateDeliveryConfiguration$ = [9, n0, _UDC,
3550
+ 0, () => UpdateDeliveryConfigurationRequest$, () => UpdateDeliveryConfigurationResponse$
3551
+ ];
3552
+ var UpdateLogAnomalyDetector$ = [9, n0, _ULAD,
3553
+ 0, () => UpdateLogAnomalyDetectorRequest$, () => __Unit
3554
+ ];
3555
+ var UpdateLookupTable$ = [9, n0, _ULT,
3556
+ 0, () => UpdateLookupTableRequest$, () => UpdateLookupTableResponse$
3557
+ ];
3558
+ var UpdateScheduledQuery$ = [9, n0, _USQ,
3559
+ 0, () => UpdateScheduledQueryRequest$, () => UpdateScheduledQueryResponse$
3560
+ ];
3561
+
3562
+ const getRuntimeConfig$1 = (config) => {
3563
+ return {
3564
+ apiVersion: "2014-03-28",
3565
+ base64Decoder: config?.base64Decoder ?? fromBase64,
3566
+ base64Encoder: config?.base64Encoder ?? toBase64,
3567
+ disableHostPrefix: config?.disableHostPrefix ?? false,
3568
+ endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
3569
+ extensions: config?.extensions ?? [],
3570
+ httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultCloudWatchLogsHttpAuthSchemeProvider,
3571
+ httpAuthSchemes: config?.httpAuthSchemes ?? [
3572
+ {
3573
+ schemeId: "aws.auth#sigv4",
3574
+ identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
3575
+ signer: new AwsSdkSigV4Signer(),
3576
+ },
3577
+ ],
3578
+ logger: config?.logger ?? new NoOpLogger(),
3579
+ protocol: config?.protocol ?? AwsJson1_1Protocol,
3580
+ protocolSettings: config?.protocolSettings ?? {
3581
+ defaultNamespace: "com.amazonaws.cloudwatchlogs",
3582
+ errorTypeRegistries,
3583
+ xmlNamespace: "http://monitoring.amazonaws.com/doc/2014-03-28/",
3584
+ version: "2014-03-28",
3585
+ serviceTarget: "Logs_20140328",
3586
+ },
3587
+ serviceId: config?.serviceId ?? "CloudWatch Logs",
3588
+ urlParser: config?.urlParser ?? parseUrl,
3589
+ utf8Decoder: config?.utf8Decoder ?? fromUtf8,
3590
+ utf8Encoder: config?.utf8Encoder ?? toUtf8,
3591
+ };
3592
+ };
3593
+
3594
+ const getRuntimeConfig = (config) => {
3595
+ emitWarningIfUnsupportedVersion(process.version);
3596
+ const defaultsMode = resolveDefaultsModeConfig(config);
3597
+ const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
3598
+ const clientSharedValues = getRuntimeConfig$1(config);
3599
+ emitWarningIfUnsupportedVersion$1(process.version);
3600
+ const loaderConfig = {
3601
+ profile: config?.profile,
3602
+ logger: clientSharedValues.logger,
3603
+ };
3604
+ return {
3605
+ ...clientSharedValues,
3606
+ ...config,
3607
+ runtime: "node",
3608
+ defaultsMode,
3609
+ authSchemePreference: config?.authSchemePreference ?? loadConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
3610
+ bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
3611
+ credentialDefaultProvider: config?.credentialDefaultProvider ?? defaultProvider,
3612
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
3613
+ eventStreamSerdeProvider: config?.eventStreamSerdeProvider ?? eventStreamSerdeProvider,
3614
+ maxAttempts: config?.maxAttempts ?? loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
3615
+ region: config?.region ?? loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
3616
+ requestHandler: NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
3617
+ retryMode: config?.retryMode ??
3618
+ loadConfig({
3619
+ ...NODE_RETRY_MODE_CONFIG_OPTIONS,
3620
+ default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
3621
+ }, config),
3622
+ sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
3623
+ streamCollector: config?.streamCollector ?? streamCollector,
3624
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
3625
+ useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
3626
+ userAgentAppId: config?.userAgentAppId ?? loadConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
3627
+ };
3628
+ };
3629
+
35
3630
  const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
36
3631
  const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
37
3632
  let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
@@ -1934,166 +5529,641 @@ const SuppressionType = {
1934
5529
  LIMITED: "LIMITED",
1935
5530
  };
1936
5531
 
5532
+ exports.AccessDeniedException = AccessDeniedException;
5533
+ exports.AccessDeniedException$ = AccessDeniedException$;
5534
+ exports.AccountPolicy$ = AccountPolicy$;
1937
5535
  exports.ActionStatus = ActionStatus;
5536
+ exports.AddKeyEntry$ = AddKeyEntry$;
5537
+ exports.AddKeys$ = AddKeys$;
5538
+ exports.AggregateLogGroupSummary$ = AggregateLogGroupSummary$;
5539
+ exports.Anomaly$ = Anomaly$;
5540
+ exports.AnomalyDetector$ = AnomalyDetector$;
1938
5541
  exports.AnomalyDetectorStatus = AnomalyDetectorStatus;
5542
+ exports.AssociateKmsKey$ = AssociateKmsKey$;
1939
5543
  exports.AssociateKmsKeyCommand = AssociateKmsKeyCommand;
5544
+ exports.AssociateKmsKeyRequest$ = AssociateKmsKeyRequest$;
5545
+ exports.AssociateSourceToS3TableIntegration$ = AssociateSourceToS3TableIntegration$;
1940
5546
  exports.AssociateSourceToS3TableIntegrationCommand = AssociateSourceToS3TableIntegrationCommand;
5547
+ exports.AssociateSourceToS3TableIntegrationRequest$ = AssociateSourceToS3TableIntegrationRequest$;
5548
+ exports.AssociateSourceToS3TableIntegrationResponse$ = AssociateSourceToS3TableIntegrationResponse$;
5549
+ exports.CSV$ = CSV$;
5550
+ exports.CancelExportTask$ = CancelExportTask$;
1941
5551
  exports.CancelExportTaskCommand = CancelExportTaskCommand;
5552
+ exports.CancelExportTaskRequest$ = CancelExportTaskRequest$;
5553
+ exports.CancelImportTask$ = CancelImportTask$;
1942
5554
  exports.CancelImportTaskCommand = CancelImportTaskCommand;
5555
+ exports.CancelImportTaskRequest$ = CancelImportTaskRequest$;
5556
+ exports.CancelImportTaskResponse$ = CancelImportTaskResponse$;
1943
5557
  exports.CloudWatchLogs = CloudWatchLogs;
1944
5558
  exports.CloudWatchLogsClient = CloudWatchLogsClient;
5559
+ exports.CloudWatchLogsServiceException = CloudWatchLogsServiceException;
5560
+ exports.CloudWatchLogsServiceException$ = CloudWatchLogsServiceException$;
5561
+ exports.ConfigurationTemplate$ = ConfigurationTemplate$;
5562
+ exports.ConfigurationTemplateDeliveryConfigValues$ = ConfigurationTemplateDeliveryConfigValues$;
5563
+ exports.ConflictException = ConflictException;
5564
+ exports.ConflictException$ = ConflictException$;
5565
+ exports.CopyValue$ = CopyValue$;
5566
+ exports.CopyValueEntry$ = CopyValueEntry$;
5567
+ exports.CreateDelivery$ = CreateDelivery$;
1945
5568
  exports.CreateDeliveryCommand = CreateDeliveryCommand;
5569
+ exports.CreateDeliveryRequest$ = CreateDeliveryRequest$;
5570
+ exports.CreateDeliveryResponse$ = CreateDeliveryResponse$;
5571
+ exports.CreateExportTask$ = CreateExportTask$;
1946
5572
  exports.CreateExportTaskCommand = CreateExportTaskCommand;
5573
+ exports.CreateExportTaskRequest$ = CreateExportTaskRequest$;
5574
+ exports.CreateExportTaskResponse$ = CreateExportTaskResponse$;
5575
+ exports.CreateImportTask$ = CreateImportTask$;
1947
5576
  exports.CreateImportTaskCommand = CreateImportTaskCommand;
5577
+ exports.CreateImportTaskRequest$ = CreateImportTaskRequest$;
5578
+ exports.CreateImportTaskResponse$ = CreateImportTaskResponse$;
5579
+ exports.CreateLogAnomalyDetector$ = CreateLogAnomalyDetector$;
1948
5580
  exports.CreateLogAnomalyDetectorCommand = CreateLogAnomalyDetectorCommand;
5581
+ exports.CreateLogAnomalyDetectorRequest$ = CreateLogAnomalyDetectorRequest$;
5582
+ exports.CreateLogAnomalyDetectorResponse$ = CreateLogAnomalyDetectorResponse$;
5583
+ exports.CreateLogGroup$ = CreateLogGroup$;
1949
5584
  exports.CreateLogGroupCommand = CreateLogGroupCommand;
5585
+ exports.CreateLogGroupRequest$ = CreateLogGroupRequest$;
5586
+ exports.CreateLogStream$ = CreateLogStream$;
1950
5587
  exports.CreateLogStreamCommand = CreateLogStreamCommand;
5588
+ exports.CreateLogStreamRequest$ = CreateLogStreamRequest$;
5589
+ exports.CreateLookupTable$ = CreateLookupTable$;
1951
5590
  exports.CreateLookupTableCommand = CreateLookupTableCommand;
5591
+ exports.CreateLookupTableRequest$ = CreateLookupTableRequest$;
5592
+ exports.CreateLookupTableResponse$ = CreateLookupTableResponse$;
5593
+ exports.CreateScheduledQuery$ = CreateScheduledQuery$;
1952
5594
  exports.CreateScheduledQueryCommand = CreateScheduledQueryCommand;
5595
+ exports.CreateScheduledQueryRequest$ = CreateScheduledQueryRequest$;
5596
+ exports.CreateScheduledQueryResponse$ = CreateScheduledQueryResponse$;
5597
+ exports.DataAlreadyAcceptedException = DataAlreadyAcceptedException;
5598
+ exports.DataAlreadyAcceptedException$ = DataAlreadyAcceptedException$;
1953
5599
  exports.DataProtectionStatus = DataProtectionStatus;
5600
+ exports.DataSource$ = DataSource$;
5601
+ exports.DataSourceFilter$ = DataSourceFilter$;
5602
+ exports.DateTimeConverter$ = DateTimeConverter$;
5603
+ exports.DeleteAccountPolicy$ = DeleteAccountPolicy$;
1954
5604
  exports.DeleteAccountPolicyCommand = DeleteAccountPolicyCommand;
5605
+ exports.DeleteAccountPolicyRequest$ = DeleteAccountPolicyRequest$;
5606
+ exports.DeleteDataProtectionPolicy$ = DeleteDataProtectionPolicy$;
1955
5607
  exports.DeleteDataProtectionPolicyCommand = DeleteDataProtectionPolicyCommand;
5608
+ exports.DeleteDataProtectionPolicyRequest$ = DeleteDataProtectionPolicyRequest$;
5609
+ exports.DeleteDelivery$ = DeleteDelivery$;
1956
5610
  exports.DeleteDeliveryCommand = DeleteDeliveryCommand;
5611
+ exports.DeleteDeliveryDestination$ = DeleteDeliveryDestination$;
1957
5612
  exports.DeleteDeliveryDestinationCommand = DeleteDeliveryDestinationCommand;
5613
+ exports.DeleteDeliveryDestinationPolicy$ = DeleteDeliveryDestinationPolicy$;
1958
5614
  exports.DeleteDeliveryDestinationPolicyCommand = DeleteDeliveryDestinationPolicyCommand;
5615
+ exports.DeleteDeliveryDestinationPolicyRequest$ = DeleteDeliveryDestinationPolicyRequest$;
5616
+ exports.DeleteDeliveryDestinationRequest$ = DeleteDeliveryDestinationRequest$;
5617
+ exports.DeleteDeliveryRequest$ = DeleteDeliveryRequest$;
5618
+ exports.DeleteDeliverySource$ = DeleteDeliverySource$;
1959
5619
  exports.DeleteDeliverySourceCommand = DeleteDeliverySourceCommand;
5620
+ exports.DeleteDeliverySourceRequest$ = DeleteDeliverySourceRequest$;
5621
+ exports.DeleteDestination$ = DeleteDestination$;
1960
5622
  exports.DeleteDestinationCommand = DeleteDestinationCommand;
5623
+ exports.DeleteDestinationRequest$ = DeleteDestinationRequest$;
5624
+ exports.DeleteIndexPolicy$ = DeleteIndexPolicy$;
1961
5625
  exports.DeleteIndexPolicyCommand = DeleteIndexPolicyCommand;
5626
+ exports.DeleteIndexPolicyRequest$ = DeleteIndexPolicyRequest$;
5627
+ exports.DeleteIndexPolicyResponse$ = DeleteIndexPolicyResponse$;
5628
+ exports.DeleteIntegration$ = DeleteIntegration$;
1962
5629
  exports.DeleteIntegrationCommand = DeleteIntegrationCommand;
5630
+ exports.DeleteIntegrationRequest$ = DeleteIntegrationRequest$;
5631
+ exports.DeleteIntegrationResponse$ = DeleteIntegrationResponse$;
5632
+ exports.DeleteKeys$ = DeleteKeys$;
5633
+ exports.DeleteLogAnomalyDetector$ = DeleteLogAnomalyDetector$;
1963
5634
  exports.DeleteLogAnomalyDetectorCommand = DeleteLogAnomalyDetectorCommand;
5635
+ exports.DeleteLogAnomalyDetectorRequest$ = DeleteLogAnomalyDetectorRequest$;
5636
+ exports.DeleteLogGroup$ = DeleteLogGroup$;
1964
5637
  exports.DeleteLogGroupCommand = DeleteLogGroupCommand;
5638
+ exports.DeleteLogGroupRequest$ = DeleteLogGroupRequest$;
5639
+ exports.DeleteLogStream$ = DeleteLogStream$;
1965
5640
  exports.DeleteLogStreamCommand = DeleteLogStreamCommand;
5641
+ exports.DeleteLogStreamRequest$ = DeleteLogStreamRequest$;
5642
+ exports.DeleteLookupTable$ = DeleteLookupTable$;
1966
5643
  exports.DeleteLookupTableCommand = DeleteLookupTableCommand;
5644
+ exports.DeleteLookupTableRequest$ = DeleteLookupTableRequest$;
5645
+ exports.DeleteMetricFilter$ = DeleteMetricFilter$;
1967
5646
  exports.DeleteMetricFilterCommand = DeleteMetricFilterCommand;
5647
+ exports.DeleteMetricFilterRequest$ = DeleteMetricFilterRequest$;
5648
+ exports.DeleteQueryDefinition$ = DeleteQueryDefinition$;
1968
5649
  exports.DeleteQueryDefinitionCommand = DeleteQueryDefinitionCommand;
5650
+ exports.DeleteQueryDefinitionRequest$ = DeleteQueryDefinitionRequest$;
5651
+ exports.DeleteQueryDefinitionResponse$ = DeleteQueryDefinitionResponse$;
5652
+ exports.DeleteResourcePolicy$ = DeleteResourcePolicy$;
1969
5653
  exports.DeleteResourcePolicyCommand = DeleteResourcePolicyCommand;
5654
+ exports.DeleteResourcePolicyRequest$ = DeleteResourcePolicyRequest$;
5655
+ exports.DeleteRetentionPolicy$ = DeleteRetentionPolicy$;
1970
5656
  exports.DeleteRetentionPolicyCommand = DeleteRetentionPolicyCommand;
5657
+ exports.DeleteRetentionPolicyRequest$ = DeleteRetentionPolicyRequest$;
5658
+ exports.DeleteScheduledQuery$ = DeleteScheduledQuery$;
1971
5659
  exports.DeleteScheduledQueryCommand = DeleteScheduledQueryCommand;
5660
+ exports.DeleteScheduledQueryRequest$ = DeleteScheduledQueryRequest$;
5661
+ exports.DeleteScheduledQueryResponse$ = DeleteScheduledQueryResponse$;
5662
+ exports.DeleteSubscriptionFilter$ = DeleteSubscriptionFilter$;
1972
5663
  exports.DeleteSubscriptionFilterCommand = DeleteSubscriptionFilterCommand;
5664
+ exports.DeleteSubscriptionFilterRequest$ = DeleteSubscriptionFilterRequest$;
5665
+ exports.DeleteSyslogConfiguration$ = DeleteSyslogConfiguration$;
1973
5666
  exports.DeleteSyslogConfigurationCommand = DeleteSyslogConfigurationCommand;
5667
+ exports.DeleteSyslogConfigurationRequest$ = DeleteSyslogConfigurationRequest$;
5668
+ exports.DeleteTransformer$ = DeleteTransformer$;
1974
5669
  exports.DeleteTransformerCommand = DeleteTransformerCommand;
5670
+ exports.DeleteTransformerRequest$ = DeleteTransformerRequest$;
5671
+ exports.Delivery$ = Delivery$;
5672
+ exports.DeliveryDestination$ = DeliveryDestination$;
5673
+ exports.DeliveryDestinationConfiguration$ = DeliveryDestinationConfiguration$;
1975
5674
  exports.DeliveryDestinationType = DeliveryDestinationType;
5675
+ exports.DeliverySource$ = DeliverySource$;
5676
+ exports.DeliverySourceConfigurationSchema$ = DeliverySourceConfigurationSchema$;
1976
5677
  exports.DeliverySourceConfigurationSchemaValueType = DeliverySourceConfigurationSchemaValueType;
1977
5678
  exports.DeliverySourceStatus = DeliverySourceStatus;
1978
5679
  exports.DeliverySourceStatusReason = DeliverySourceStatusReason;
5680
+ exports.DescribeAccountPolicies$ = DescribeAccountPolicies$;
1979
5681
  exports.DescribeAccountPoliciesCommand = DescribeAccountPoliciesCommand;
5682
+ exports.DescribeAccountPoliciesRequest$ = DescribeAccountPoliciesRequest$;
5683
+ exports.DescribeAccountPoliciesResponse$ = DescribeAccountPoliciesResponse$;
5684
+ exports.DescribeConfigurationTemplates$ = DescribeConfigurationTemplates$;
1980
5685
  exports.DescribeConfigurationTemplatesCommand = DescribeConfigurationTemplatesCommand;
5686
+ exports.DescribeConfigurationTemplatesRequest$ = DescribeConfigurationTemplatesRequest$;
5687
+ exports.DescribeConfigurationTemplatesResponse$ = DescribeConfigurationTemplatesResponse$;
5688
+ exports.DescribeDeliveries$ = DescribeDeliveries$;
1981
5689
  exports.DescribeDeliveriesCommand = DescribeDeliveriesCommand;
5690
+ exports.DescribeDeliveriesRequest$ = DescribeDeliveriesRequest$;
5691
+ exports.DescribeDeliveriesResponse$ = DescribeDeliveriesResponse$;
5692
+ exports.DescribeDeliveryDestinations$ = DescribeDeliveryDestinations$;
1982
5693
  exports.DescribeDeliveryDestinationsCommand = DescribeDeliveryDestinationsCommand;
5694
+ exports.DescribeDeliveryDestinationsRequest$ = DescribeDeliveryDestinationsRequest$;
5695
+ exports.DescribeDeliveryDestinationsResponse$ = DescribeDeliveryDestinationsResponse$;
5696
+ exports.DescribeDeliverySources$ = DescribeDeliverySources$;
1983
5697
  exports.DescribeDeliverySourcesCommand = DescribeDeliverySourcesCommand;
5698
+ exports.DescribeDeliverySourcesRequest$ = DescribeDeliverySourcesRequest$;
5699
+ exports.DescribeDeliverySourcesResponse$ = DescribeDeliverySourcesResponse$;
5700
+ exports.DescribeDestinations$ = DescribeDestinations$;
1984
5701
  exports.DescribeDestinationsCommand = DescribeDestinationsCommand;
5702
+ exports.DescribeDestinationsRequest$ = DescribeDestinationsRequest$;
5703
+ exports.DescribeDestinationsResponse$ = DescribeDestinationsResponse$;
5704
+ exports.DescribeExportTasks$ = DescribeExportTasks$;
1985
5705
  exports.DescribeExportTasksCommand = DescribeExportTasksCommand;
5706
+ exports.DescribeExportTasksRequest$ = DescribeExportTasksRequest$;
5707
+ exports.DescribeExportTasksResponse$ = DescribeExportTasksResponse$;
5708
+ exports.DescribeFieldIndexes$ = DescribeFieldIndexes$;
1986
5709
  exports.DescribeFieldIndexesCommand = DescribeFieldIndexesCommand;
5710
+ exports.DescribeFieldIndexesRequest$ = DescribeFieldIndexesRequest$;
5711
+ exports.DescribeFieldIndexesResponse$ = DescribeFieldIndexesResponse$;
5712
+ exports.DescribeImportTaskBatches$ = DescribeImportTaskBatches$;
1987
5713
  exports.DescribeImportTaskBatchesCommand = DescribeImportTaskBatchesCommand;
5714
+ exports.DescribeImportTaskBatchesRequest$ = DescribeImportTaskBatchesRequest$;
5715
+ exports.DescribeImportTaskBatchesResponse$ = DescribeImportTaskBatchesResponse$;
5716
+ exports.DescribeImportTasks$ = DescribeImportTasks$;
1988
5717
  exports.DescribeImportTasksCommand = DescribeImportTasksCommand;
5718
+ exports.DescribeImportTasksRequest$ = DescribeImportTasksRequest$;
5719
+ exports.DescribeImportTasksResponse$ = DescribeImportTasksResponse$;
5720
+ exports.DescribeIndexPolicies$ = DescribeIndexPolicies$;
1989
5721
  exports.DescribeIndexPoliciesCommand = DescribeIndexPoliciesCommand;
5722
+ exports.DescribeIndexPoliciesRequest$ = DescribeIndexPoliciesRequest$;
5723
+ exports.DescribeIndexPoliciesResponse$ = DescribeIndexPoliciesResponse$;
5724
+ exports.DescribeLogGroups$ = DescribeLogGroups$;
1990
5725
  exports.DescribeLogGroupsCommand = DescribeLogGroupsCommand;
5726
+ exports.DescribeLogGroupsRequest$ = DescribeLogGroupsRequest$;
5727
+ exports.DescribeLogGroupsResponse$ = DescribeLogGroupsResponse$;
5728
+ exports.DescribeLogStreams$ = DescribeLogStreams$;
1991
5729
  exports.DescribeLogStreamsCommand = DescribeLogStreamsCommand;
5730
+ exports.DescribeLogStreamsRequest$ = DescribeLogStreamsRequest$;
5731
+ exports.DescribeLogStreamsResponse$ = DescribeLogStreamsResponse$;
5732
+ exports.DescribeLookupTables$ = DescribeLookupTables$;
1992
5733
  exports.DescribeLookupTablesCommand = DescribeLookupTablesCommand;
5734
+ exports.DescribeLookupTablesRequest$ = DescribeLookupTablesRequest$;
5735
+ exports.DescribeLookupTablesResponse$ = DescribeLookupTablesResponse$;
5736
+ exports.DescribeMetricFilters$ = DescribeMetricFilters$;
1993
5737
  exports.DescribeMetricFiltersCommand = DescribeMetricFiltersCommand;
5738
+ exports.DescribeMetricFiltersRequest$ = DescribeMetricFiltersRequest$;
5739
+ exports.DescribeMetricFiltersResponse$ = DescribeMetricFiltersResponse$;
5740
+ exports.DescribeQueries$ = DescribeQueries$;
1994
5741
  exports.DescribeQueriesCommand = DescribeQueriesCommand;
5742
+ exports.DescribeQueriesRequest$ = DescribeQueriesRequest$;
5743
+ exports.DescribeQueriesResponse$ = DescribeQueriesResponse$;
5744
+ exports.DescribeQueryDefinitions$ = DescribeQueryDefinitions$;
1995
5745
  exports.DescribeQueryDefinitionsCommand = DescribeQueryDefinitionsCommand;
5746
+ exports.DescribeQueryDefinitionsRequest$ = DescribeQueryDefinitionsRequest$;
5747
+ exports.DescribeQueryDefinitionsResponse$ = DescribeQueryDefinitionsResponse$;
5748
+ exports.DescribeResourcePolicies$ = DescribeResourcePolicies$;
1996
5749
  exports.DescribeResourcePoliciesCommand = DescribeResourcePoliciesCommand;
5750
+ exports.DescribeResourcePoliciesRequest$ = DescribeResourcePoliciesRequest$;
5751
+ exports.DescribeResourcePoliciesResponse$ = DescribeResourcePoliciesResponse$;
5752
+ exports.DescribeSubscriptionFilters$ = DescribeSubscriptionFilters$;
1997
5753
  exports.DescribeSubscriptionFiltersCommand = DescribeSubscriptionFiltersCommand;
5754
+ exports.DescribeSubscriptionFiltersRequest$ = DescribeSubscriptionFiltersRequest$;
5755
+ exports.DescribeSubscriptionFiltersResponse$ = DescribeSubscriptionFiltersResponse$;
5756
+ exports.Destination$ = Destination$;
5757
+ exports.DestinationConfiguration$ = DestinationConfiguration$;
5758
+ exports.DisassociateKmsKey$ = DisassociateKmsKey$;
1998
5759
  exports.DisassociateKmsKeyCommand = DisassociateKmsKeyCommand;
5760
+ exports.DisassociateKmsKeyRequest$ = DisassociateKmsKeyRequest$;
5761
+ exports.DisassociateSourceFromS3TableIntegration$ = DisassociateSourceFromS3TableIntegration$;
1999
5762
  exports.DisassociateSourceFromS3TableIntegrationCommand = DisassociateSourceFromS3TableIntegrationCommand;
5763
+ exports.DisassociateSourceFromS3TableIntegrationRequest$ = DisassociateSourceFromS3TableIntegrationRequest$;
5764
+ exports.DisassociateSourceFromS3TableIntegrationResponse$ = DisassociateSourceFromS3TableIntegrationResponse$;
2000
5765
  exports.Distribution = Distribution;
5766
+ exports.Entity$ = Entity$;
2001
5767
  exports.EntityRejectionErrorType = EntityRejectionErrorType;
2002
5768
  exports.EvaluationFrequency = EvaluationFrequency;
2003
5769
  exports.EventSource = EventSource;
2004
5770
  exports.ExecutionStatus = ExecutionStatus;
5771
+ exports.ExportTask$ = ExportTask$;
5772
+ exports.ExportTaskExecutionInfo$ = ExportTaskExecutionInfo$;
5773
+ exports.ExportTaskStatus$ = ExportTaskStatus$;
2005
5774
  exports.ExportTaskStatusCode = ExportTaskStatusCode;
5775
+ exports.FieldIndex$ = FieldIndex$;
5776
+ exports.FieldsData$ = FieldsData$;
5777
+ exports.FilterLogEvents$ = FilterLogEvents$;
2006
5778
  exports.FilterLogEventsCommand = FilterLogEventsCommand;
5779
+ exports.FilterLogEventsRequest$ = FilterLogEventsRequest$;
5780
+ exports.FilterLogEventsResponse$ = FilterLogEventsResponse$;
5781
+ exports.FilteredLogEvent$ = FilteredLogEvent$;
2007
5782
  exports.FlattenedElement = FlattenedElement;
5783
+ exports.GetDataProtectionPolicy$ = GetDataProtectionPolicy$;
2008
5784
  exports.GetDataProtectionPolicyCommand = GetDataProtectionPolicyCommand;
5785
+ exports.GetDataProtectionPolicyRequest$ = GetDataProtectionPolicyRequest$;
5786
+ exports.GetDataProtectionPolicyResponse$ = GetDataProtectionPolicyResponse$;
5787
+ exports.GetDelivery$ = GetDelivery$;
2009
5788
  exports.GetDeliveryCommand = GetDeliveryCommand;
5789
+ exports.GetDeliveryDestination$ = GetDeliveryDestination$;
2010
5790
  exports.GetDeliveryDestinationCommand = GetDeliveryDestinationCommand;
5791
+ exports.GetDeliveryDestinationPolicy$ = GetDeliveryDestinationPolicy$;
2011
5792
  exports.GetDeliveryDestinationPolicyCommand = GetDeliveryDestinationPolicyCommand;
5793
+ exports.GetDeliveryDestinationPolicyRequest$ = GetDeliveryDestinationPolicyRequest$;
5794
+ exports.GetDeliveryDestinationPolicyResponse$ = GetDeliveryDestinationPolicyResponse$;
5795
+ exports.GetDeliveryDestinationRequest$ = GetDeliveryDestinationRequest$;
5796
+ exports.GetDeliveryDestinationResponse$ = GetDeliveryDestinationResponse$;
5797
+ exports.GetDeliveryRequest$ = GetDeliveryRequest$;
5798
+ exports.GetDeliveryResponse$ = GetDeliveryResponse$;
5799
+ exports.GetDeliverySource$ = GetDeliverySource$;
2012
5800
  exports.GetDeliverySourceCommand = GetDeliverySourceCommand;
5801
+ exports.GetDeliverySourceRequest$ = GetDeliverySourceRequest$;
5802
+ exports.GetDeliverySourceResponse$ = GetDeliverySourceResponse$;
5803
+ exports.GetIntegration$ = GetIntegration$;
2013
5804
  exports.GetIntegrationCommand = GetIntegrationCommand;
5805
+ exports.GetIntegrationRequest$ = GetIntegrationRequest$;
5806
+ exports.GetIntegrationResponse$ = GetIntegrationResponse$;
5807
+ exports.GetLogAnomalyDetector$ = GetLogAnomalyDetector$;
2014
5808
  exports.GetLogAnomalyDetectorCommand = GetLogAnomalyDetectorCommand;
5809
+ exports.GetLogAnomalyDetectorRequest$ = GetLogAnomalyDetectorRequest$;
5810
+ exports.GetLogAnomalyDetectorResponse$ = GetLogAnomalyDetectorResponse$;
5811
+ exports.GetLogEvents$ = GetLogEvents$;
2015
5812
  exports.GetLogEventsCommand = GetLogEventsCommand;
5813
+ exports.GetLogEventsRequest$ = GetLogEventsRequest$;
5814
+ exports.GetLogEventsResponse$ = GetLogEventsResponse$;
5815
+ exports.GetLogFields$ = GetLogFields$;
2016
5816
  exports.GetLogFieldsCommand = GetLogFieldsCommand;
5817
+ exports.GetLogFieldsRequest$ = GetLogFieldsRequest$;
5818
+ exports.GetLogFieldsResponse$ = GetLogFieldsResponse$;
5819
+ exports.GetLogGroupFields$ = GetLogGroupFields$;
2017
5820
  exports.GetLogGroupFieldsCommand = GetLogGroupFieldsCommand;
5821
+ exports.GetLogGroupFieldsRequest$ = GetLogGroupFieldsRequest$;
5822
+ exports.GetLogGroupFieldsResponse$ = GetLogGroupFieldsResponse$;
5823
+ exports.GetLogObject$ = GetLogObject$;
2018
5824
  exports.GetLogObjectCommand = GetLogObjectCommand;
5825
+ exports.GetLogObjectRequest$ = GetLogObjectRequest$;
5826
+ exports.GetLogObjectResponse$ = GetLogObjectResponse$;
5827
+ exports.GetLogObjectResponseStream$ = GetLogObjectResponseStream$;
5828
+ exports.GetLogRecord$ = GetLogRecord$;
2019
5829
  exports.GetLogRecordCommand = GetLogRecordCommand;
5830
+ exports.GetLogRecordRequest$ = GetLogRecordRequest$;
5831
+ exports.GetLogRecordResponse$ = GetLogRecordResponse$;
5832
+ exports.GetLookupTable$ = GetLookupTable$;
2020
5833
  exports.GetLookupTableCommand = GetLookupTableCommand;
5834
+ exports.GetLookupTableRequest$ = GetLookupTableRequest$;
5835
+ exports.GetLookupTableResponse$ = GetLookupTableResponse$;
5836
+ exports.GetQueryResults$ = GetQueryResults$;
2021
5837
  exports.GetQueryResultsCommand = GetQueryResultsCommand;
5838
+ exports.GetQueryResultsRequest$ = GetQueryResultsRequest$;
5839
+ exports.GetQueryResultsResponse$ = GetQueryResultsResponse$;
5840
+ exports.GetScheduledQuery$ = GetScheduledQuery$;
2022
5841
  exports.GetScheduledQueryCommand = GetScheduledQueryCommand;
5842
+ exports.GetScheduledQueryHistory$ = GetScheduledQueryHistory$;
2023
5843
  exports.GetScheduledQueryHistoryCommand = GetScheduledQueryHistoryCommand;
5844
+ exports.GetScheduledQueryHistoryRequest$ = GetScheduledQueryHistoryRequest$;
5845
+ exports.GetScheduledQueryHistoryResponse$ = GetScheduledQueryHistoryResponse$;
5846
+ exports.GetScheduledQueryRequest$ = GetScheduledQueryRequest$;
5847
+ exports.GetScheduledQueryResponse$ = GetScheduledQueryResponse$;
5848
+ exports.GetTransformer$ = GetTransformer$;
2024
5849
  exports.GetTransformerCommand = GetTransformerCommand;
5850
+ exports.GetTransformerRequest$ = GetTransformerRequest$;
5851
+ exports.GetTransformerResponse$ = GetTransformerResponse$;
5852
+ exports.Grok$ = Grok$;
5853
+ exports.GroupingIdentifier$ = GroupingIdentifier$;
5854
+ exports.Import$ = Import$;
5855
+ exports.ImportBatch$ = ImportBatch$;
5856
+ exports.ImportFilter$ = ImportFilter$;
5857
+ exports.ImportStatistics$ = ImportStatistics$;
2025
5858
  exports.ImportStatus = ImportStatus;
5859
+ exports.IndexPolicy$ = IndexPolicy$;
2026
5860
  exports.IndexSource = IndexSource;
2027
5861
  exports.IndexType = IndexType;
2028
5862
  exports.InheritedProperty = InheritedProperty;
5863
+ exports.InputLogEvent$ = InputLogEvent$;
5864
+ exports.IntegrationDetails$ = IntegrationDetails$;
2029
5865
  exports.IntegrationStatus = IntegrationStatus;
5866
+ exports.IntegrationSummary$ = IntegrationSummary$;
2030
5867
  exports.IntegrationType = IntegrationType;
5868
+ exports.InternalServerException = InternalServerException;
5869
+ exports.InternalServerException$ = InternalServerException$;
5870
+ exports.InternalStreamingException = InternalStreamingException;
5871
+ exports.InternalStreamingException$ = InternalStreamingException$;
5872
+ exports.InvalidOperationException = InvalidOperationException;
5873
+ exports.InvalidOperationException$ = InvalidOperationException$;
5874
+ exports.InvalidParameterException = InvalidParameterException;
5875
+ exports.InvalidParameterException$ = InvalidParameterException$;
5876
+ exports.InvalidSequenceTokenException = InvalidSequenceTokenException;
5877
+ exports.InvalidSequenceTokenException$ = InvalidSequenceTokenException$;
5878
+ exports.LimitExceededException = LimitExceededException;
5879
+ exports.LimitExceededException$ = LimitExceededException$;
5880
+ exports.ListAggregateLogGroupSummaries$ = ListAggregateLogGroupSummaries$;
2031
5881
  exports.ListAggregateLogGroupSummariesCommand = ListAggregateLogGroupSummariesCommand;
2032
5882
  exports.ListAggregateLogGroupSummariesGroupBy = ListAggregateLogGroupSummariesGroupBy;
5883
+ exports.ListAggregateLogGroupSummariesRequest$ = ListAggregateLogGroupSummariesRequest$;
5884
+ exports.ListAggregateLogGroupSummariesResponse$ = ListAggregateLogGroupSummariesResponse$;
5885
+ exports.ListAnomalies$ = ListAnomalies$;
2033
5886
  exports.ListAnomaliesCommand = ListAnomaliesCommand;
5887
+ exports.ListAnomaliesRequest$ = ListAnomaliesRequest$;
5888
+ exports.ListAnomaliesResponse$ = ListAnomaliesResponse$;
5889
+ exports.ListIntegrations$ = ListIntegrations$;
2034
5890
  exports.ListIntegrationsCommand = ListIntegrationsCommand;
5891
+ exports.ListIntegrationsRequest$ = ListIntegrationsRequest$;
5892
+ exports.ListIntegrationsResponse$ = ListIntegrationsResponse$;
5893
+ exports.ListLogAnomalyDetectors$ = ListLogAnomalyDetectors$;
2035
5894
  exports.ListLogAnomalyDetectorsCommand = ListLogAnomalyDetectorsCommand;
5895
+ exports.ListLogAnomalyDetectorsRequest$ = ListLogAnomalyDetectorsRequest$;
5896
+ exports.ListLogAnomalyDetectorsResponse$ = ListLogAnomalyDetectorsResponse$;
5897
+ exports.ListLogGroups$ = ListLogGroups$;
2036
5898
  exports.ListLogGroupsCommand = ListLogGroupsCommand;
5899
+ exports.ListLogGroupsForQuery$ = ListLogGroupsForQuery$;
2037
5900
  exports.ListLogGroupsForQueryCommand = ListLogGroupsForQueryCommand;
5901
+ exports.ListLogGroupsForQueryRequest$ = ListLogGroupsForQueryRequest$;
5902
+ exports.ListLogGroupsForQueryResponse$ = ListLogGroupsForQueryResponse$;
5903
+ exports.ListLogGroupsRequest$ = ListLogGroupsRequest$;
5904
+ exports.ListLogGroupsResponse$ = ListLogGroupsResponse$;
5905
+ exports.ListScheduledQueries$ = ListScheduledQueries$;
2038
5906
  exports.ListScheduledQueriesCommand = ListScheduledQueriesCommand;
5907
+ exports.ListScheduledQueriesRequest$ = ListScheduledQueriesRequest$;
5908
+ exports.ListScheduledQueriesResponse$ = ListScheduledQueriesResponse$;
5909
+ exports.ListSourcesForS3TableIntegration$ = ListSourcesForS3TableIntegration$;
2039
5910
  exports.ListSourcesForS3TableIntegrationCommand = ListSourcesForS3TableIntegrationCommand;
5911
+ exports.ListSourcesForS3TableIntegrationRequest$ = ListSourcesForS3TableIntegrationRequest$;
5912
+ exports.ListSourcesForS3TableIntegrationResponse$ = ListSourcesForS3TableIntegrationResponse$;
5913
+ exports.ListSyslogConfigurations$ = ListSyslogConfigurations$;
2040
5914
  exports.ListSyslogConfigurationsCommand = ListSyslogConfigurationsCommand;
5915
+ exports.ListSyslogConfigurationsRequest$ = ListSyslogConfigurationsRequest$;
5916
+ exports.ListSyslogConfigurationsResponse$ = ListSyslogConfigurationsResponse$;
5917
+ exports.ListTagsForResource$ = ListTagsForResource$;
2041
5918
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
5919
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
5920
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
5921
+ exports.ListTagsLogGroup$ = ListTagsLogGroup$;
2042
5922
  exports.ListTagsLogGroupCommand = ListTagsLogGroupCommand;
5923
+ exports.ListTagsLogGroupRequest$ = ListTagsLogGroupRequest$;
5924
+ exports.ListTagsLogGroupResponse$ = ListTagsLogGroupResponse$;
5925
+ exports.ListToMap$ = ListToMap$;
5926
+ exports.LiveTailSessionLogEvent$ = LiveTailSessionLogEvent$;
5927
+ exports.LiveTailSessionMetadata$ = LiveTailSessionMetadata$;
5928
+ exports.LiveTailSessionStart$ = LiveTailSessionStart$;
5929
+ exports.LiveTailSessionUpdate$ = LiveTailSessionUpdate$;
5930
+ exports.LogEvent$ = LogEvent$;
5931
+ exports.LogFieldType$ = LogFieldType$;
5932
+ exports.LogFieldsListItem$ = LogFieldsListItem$;
5933
+ exports.LogGroup$ = LogGroup$;
2043
5934
  exports.LogGroupClass = LogGroupClass;
5935
+ exports.LogGroupField$ = LogGroupField$;
5936
+ exports.LogGroupSummary$ = LogGroupSummary$;
5937
+ exports.LogStream$ = LogStream$;
5938
+ exports.LookupTable$ = LookupTable$;
5939
+ exports.LowerCaseString$ = LowerCaseString$;
5940
+ exports.MalformedQueryException = MalformedQueryException;
5941
+ exports.MalformedQueryException$ = MalformedQueryException$;
5942
+ exports.MetricFilter$ = MetricFilter$;
5943
+ exports.MetricFilterMatchRecord$ = MetricFilterMatchRecord$;
5944
+ exports.MetricTransformation$ = MetricTransformation$;
5945
+ exports.MoveKeyEntry$ = MoveKeyEntry$;
5946
+ exports.MoveKeys$ = MoveKeys$;
2044
5947
  exports.OCSFVersion = OCSFVersion;
5948
+ exports.OpenSearchApplication$ = OpenSearchApplication$;
5949
+ exports.OpenSearchCollection$ = OpenSearchCollection$;
5950
+ exports.OpenSearchDataAccessPolicy$ = OpenSearchDataAccessPolicy$;
5951
+ exports.OpenSearchDataSource$ = OpenSearchDataSource$;
5952
+ exports.OpenSearchEncryptionPolicy$ = OpenSearchEncryptionPolicy$;
5953
+ exports.OpenSearchIntegrationDetails$ = OpenSearchIntegrationDetails$;
5954
+ exports.OpenSearchLifecyclePolicy$ = OpenSearchLifecyclePolicy$;
5955
+ exports.OpenSearchNetworkPolicy$ = OpenSearchNetworkPolicy$;
5956
+ exports.OpenSearchResourceConfig$ = OpenSearchResourceConfig$;
5957
+ exports.OpenSearchResourceStatus$ = OpenSearchResourceStatus$;
2045
5958
  exports.OpenSearchResourceStatusType = OpenSearchResourceStatusType;
5959
+ exports.OpenSearchWorkspace$ = OpenSearchWorkspace$;
5960
+ exports.OperationAbortedException = OperationAbortedException;
5961
+ exports.OperationAbortedException$ = OperationAbortedException$;
2046
5962
  exports.OrderBy = OrderBy;
2047
5963
  exports.OutputFormat = OutputFormat;
5964
+ exports.OutputLogEvent$ = OutputLogEvent$;
5965
+ exports.ParseCloudfront$ = ParseCloudfront$;
5966
+ exports.ParseJSON$ = ParseJSON$;
5967
+ exports.ParseKeyValue$ = ParseKeyValue$;
5968
+ exports.ParsePostgres$ = ParsePostgres$;
5969
+ exports.ParseRoute53$ = ParseRoute53$;
5970
+ exports.ParseToOCSF$ = ParseToOCSF$;
5971
+ exports.ParseVPC$ = ParseVPC$;
5972
+ exports.ParseWAF$ = ParseWAF$;
5973
+ exports.PatternToken$ = PatternToken$;
5974
+ exports.Policy$ = Policy$;
2048
5975
  exports.PolicyScope = PolicyScope;
2049
5976
  exports.PolicyType = PolicyType;
5977
+ exports.Processor$ = Processor$;
5978
+ exports.PutAccountPolicy$ = PutAccountPolicy$;
2050
5979
  exports.PutAccountPolicyCommand = PutAccountPolicyCommand;
5980
+ exports.PutAccountPolicyRequest$ = PutAccountPolicyRequest$;
5981
+ exports.PutAccountPolicyResponse$ = PutAccountPolicyResponse$;
5982
+ exports.PutBearerTokenAuthentication$ = PutBearerTokenAuthentication$;
2051
5983
  exports.PutBearerTokenAuthenticationCommand = PutBearerTokenAuthenticationCommand;
5984
+ exports.PutBearerTokenAuthenticationRequest$ = PutBearerTokenAuthenticationRequest$;
5985
+ exports.PutDataProtectionPolicy$ = PutDataProtectionPolicy$;
2052
5986
  exports.PutDataProtectionPolicyCommand = PutDataProtectionPolicyCommand;
5987
+ exports.PutDataProtectionPolicyRequest$ = PutDataProtectionPolicyRequest$;
5988
+ exports.PutDataProtectionPolicyResponse$ = PutDataProtectionPolicyResponse$;
5989
+ exports.PutDeliveryDestination$ = PutDeliveryDestination$;
2053
5990
  exports.PutDeliveryDestinationCommand = PutDeliveryDestinationCommand;
5991
+ exports.PutDeliveryDestinationPolicy$ = PutDeliveryDestinationPolicy$;
2054
5992
  exports.PutDeliveryDestinationPolicyCommand = PutDeliveryDestinationPolicyCommand;
5993
+ exports.PutDeliveryDestinationPolicyRequest$ = PutDeliveryDestinationPolicyRequest$;
5994
+ exports.PutDeliveryDestinationPolicyResponse$ = PutDeliveryDestinationPolicyResponse$;
5995
+ exports.PutDeliveryDestinationRequest$ = PutDeliveryDestinationRequest$;
5996
+ exports.PutDeliveryDestinationResponse$ = PutDeliveryDestinationResponse$;
5997
+ exports.PutDeliverySource$ = PutDeliverySource$;
2055
5998
  exports.PutDeliverySourceCommand = PutDeliverySourceCommand;
5999
+ exports.PutDeliverySourceRequest$ = PutDeliverySourceRequest$;
6000
+ exports.PutDeliverySourceResponse$ = PutDeliverySourceResponse$;
6001
+ exports.PutDestination$ = PutDestination$;
2056
6002
  exports.PutDestinationCommand = PutDestinationCommand;
6003
+ exports.PutDestinationPolicy$ = PutDestinationPolicy$;
2057
6004
  exports.PutDestinationPolicyCommand = PutDestinationPolicyCommand;
6005
+ exports.PutDestinationPolicyRequest$ = PutDestinationPolicyRequest$;
6006
+ exports.PutDestinationRequest$ = PutDestinationRequest$;
6007
+ exports.PutDestinationResponse$ = PutDestinationResponse$;
6008
+ exports.PutIndexPolicy$ = PutIndexPolicy$;
2058
6009
  exports.PutIndexPolicyCommand = PutIndexPolicyCommand;
6010
+ exports.PutIndexPolicyRequest$ = PutIndexPolicyRequest$;
6011
+ exports.PutIndexPolicyResponse$ = PutIndexPolicyResponse$;
6012
+ exports.PutIntegration$ = PutIntegration$;
2059
6013
  exports.PutIntegrationCommand = PutIntegrationCommand;
6014
+ exports.PutIntegrationRequest$ = PutIntegrationRequest$;
6015
+ exports.PutIntegrationResponse$ = PutIntegrationResponse$;
6016
+ exports.PutLogEvents$ = PutLogEvents$;
2060
6017
  exports.PutLogEventsCommand = PutLogEventsCommand;
6018
+ exports.PutLogEventsRequest$ = PutLogEventsRequest$;
6019
+ exports.PutLogEventsResponse$ = PutLogEventsResponse$;
6020
+ exports.PutLogGroupDeletionProtection$ = PutLogGroupDeletionProtection$;
2061
6021
  exports.PutLogGroupDeletionProtectionCommand = PutLogGroupDeletionProtectionCommand;
6022
+ exports.PutLogGroupDeletionProtectionRequest$ = PutLogGroupDeletionProtectionRequest$;
6023
+ exports.PutMetricFilter$ = PutMetricFilter$;
2062
6024
  exports.PutMetricFilterCommand = PutMetricFilterCommand;
6025
+ exports.PutMetricFilterRequest$ = PutMetricFilterRequest$;
6026
+ exports.PutQueryDefinition$ = PutQueryDefinition$;
2063
6027
  exports.PutQueryDefinitionCommand = PutQueryDefinitionCommand;
6028
+ exports.PutQueryDefinitionRequest$ = PutQueryDefinitionRequest$;
6029
+ exports.PutQueryDefinitionResponse$ = PutQueryDefinitionResponse$;
6030
+ exports.PutResourcePolicy$ = PutResourcePolicy$;
2064
6031
  exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
6032
+ exports.PutResourcePolicyRequest$ = PutResourcePolicyRequest$;
6033
+ exports.PutResourcePolicyResponse$ = PutResourcePolicyResponse$;
6034
+ exports.PutRetentionPolicy$ = PutRetentionPolicy$;
2065
6035
  exports.PutRetentionPolicyCommand = PutRetentionPolicyCommand;
6036
+ exports.PutRetentionPolicyRequest$ = PutRetentionPolicyRequest$;
6037
+ exports.PutSubscriptionFilter$ = PutSubscriptionFilter$;
2066
6038
  exports.PutSubscriptionFilterCommand = PutSubscriptionFilterCommand;
6039
+ exports.PutSubscriptionFilterRequest$ = PutSubscriptionFilterRequest$;
6040
+ exports.PutSyslogConfiguration$ = PutSyslogConfiguration$;
2067
6041
  exports.PutSyslogConfigurationCommand = PutSyslogConfigurationCommand;
6042
+ exports.PutSyslogConfigurationRequest$ = PutSyslogConfigurationRequest$;
6043
+ exports.PutTransformer$ = PutTransformer$;
2068
6044
  exports.PutTransformerCommand = PutTransformerCommand;
6045
+ exports.PutTransformerRequest$ = PutTransformerRequest$;
6046
+ exports.QueryCompileError$ = QueryCompileError$;
6047
+ exports.QueryCompileErrorLocation$ = QueryCompileErrorLocation$;
6048
+ exports.QueryDefinition$ = QueryDefinition$;
6049
+ exports.QueryInfo$ = QueryInfo$;
2069
6050
  exports.QueryLanguage = QueryLanguage;
6051
+ exports.QueryParameter$ = QueryParameter$;
6052
+ exports.QueryStatistics$ = QueryStatistics$;
2070
6053
  exports.QueryStatus = QueryStatus;
6054
+ exports.RecordField$ = RecordField$;
6055
+ exports.RejectedEntityInfo$ = RejectedEntityInfo$;
6056
+ exports.RejectedLogEventsInfo$ = RejectedLogEventsInfo$;
6057
+ exports.RenameKeyEntry$ = RenameKeyEntry$;
6058
+ exports.RenameKeys$ = RenameKeys$;
6059
+ exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;
6060
+ exports.ResourceAlreadyExistsException$ = ResourceAlreadyExistsException$;
6061
+ exports.ResourceConfig$ = ResourceConfig$;
6062
+ exports.ResourceNotFoundException = ResourceNotFoundException;
6063
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
6064
+ exports.ResourcePolicy$ = ResourcePolicy$;
6065
+ exports.ResultField$ = ResultField$;
6066
+ exports.S3Configuration$ = S3Configuration$;
6067
+ exports.S3DeliveryConfiguration$ = S3DeliveryConfiguration$;
6068
+ exports.S3TableIntegrationSource$ = S3TableIntegrationSource$;
2071
6069
  exports.S3TableIntegrationSourceStatus = S3TableIntegrationSourceStatus;
6070
+ exports.S3TablesIntegration$ = S3TablesIntegration$;
2072
6071
  exports.ScheduleType = ScheduleType;
6072
+ exports.ScheduledQueryDestination$ = ScheduledQueryDestination$;
2073
6073
  exports.ScheduledQueryDestinationType = ScheduledQueryDestinationType;
2074
6074
  exports.ScheduledQueryState = ScheduledQueryState;
6075
+ exports.ScheduledQuerySummary$ = ScheduledQuerySummary$;
2075
6076
  exports.Scope = Scope;
6077
+ exports.SearchedLogStream$ = SearchedLogStream$;
6078
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
6079
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
6080
+ exports.ServiceUnavailableException = ServiceUnavailableException;
6081
+ exports.ServiceUnavailableException$ = ServiceUnavailableException$;
6082
+ exports.SessionStreamingException = SessionStreamingException;
6083
+ exports.SessionStreamingException$ = SessionStreamingException$;
6084
+ exports.SessionTimeoutException = SessionTimeoutException;
6085
+ exports.SessionTimeoutException$ = SessionTimeoutException$;
6086
+ exports.SplitString$ = SplitString$;
6087
+ exports.SplitStringEntry$ = SplitStringEntry$;
2076
6088
  exports.StandardUnit = StandardUnit;
6089
+ exports.StartLiveTail$ = StartLiveTail$;
2077
6090
  exports.StartLiveTailCommand = StartLiveTailCommand;
6091
+ exports.StartLiveTailRequest$ = StartLiveTailRequest$;
6092
+ exports.StartLiveTailResponse$ = StartLiveTailResponse$;
6093
+ exports.StartLiveTailResponseStream$ = StartLiveTailResponseStream$;
6094
+ exports.StartQuery$ = StartQuery$;
2078
6095
  exports.StartQueryCommand = StartQueryCommand;
6096
+ exports.StartQueryRequest$ = StartQueryRequest$;
6097
+ exports.StartQueryResponse$ = StartQueryResponse$;
2079
6098
  exports.State = State;
6099
+ exports.StopQuery$ = StopQuery$;
2080
6100
  exports.StopQueryCommand = StopQueryCommand;
6101
+ exports.StopQueryRequest$ = StopQueryRequest$;
6102
+ exports.StopQueryResponse$ = StopQueryResponse$;
6103
+ exports.SubscriptionFilter$ = SubscriptionFilter$;
6104
+ exports.SubstituteString$ = SubstituteString$;
6105
+ exports.SubstituteStringEntry$ = SubstituteStringEntry$;
6106
+ exports.SuppressionPeriod$ = SuppressionPeriod$;
2081
6107
  exports.SuppressionState = SuppressionState;
2082
6108
  exports.SuppressionType = SuppressionType;
2083
6109
  exports.SuppressionUnit = SuppressionUnit;
6110
+ exports.SyslogConfiguration$ = SyslogConfiguration$;
2084
6111
  exports.SyslogSourceType = SyslogSourceType;
6112
+ exports.TagFilter$ = TagFilter$;
6113
+ exports.TagLogGroup$ = TagLogGroup$;
2085
6114
  exports.TagLogGroupCommand = TagLogGroupCommand;
6115
+ exports.TagLogGroupRequest$ = TagLogGroupRequest$;
6116
+ exports.TagResource$ = TagResource$;
2086
6117
  exports.TagResourceCommand = TagResourceCommand;
6118
+ exports.TagResourceRequest$ = TagResourceRequest$;
6119
+ exports.TestMetricFilter$ = TestMetricFilter$;
2087
6120
  exports.TestMetricFilterCommand = TestMetricFilterCommand;
6121
+ exports.TestMetricFilterRequest$ = TestMetricFilterRequest$;
6122
+ exports.TestMetricFilterResponse$ = TestMetricFilterResponse$;
6123
+ exports.TestTransformer$ = TestTransformer$;
2088
6124
  exports.TestTransformerCommand = TestTransformerCommand;
6125
+ exports.TestTransformerRequest$ = TestTransformerRequest$;
6126
+ exports.TestTransformerResponse$ = TestTransformerResponse$;
6127
+ exports.ThrottlingException = ThrottlingException;
6128
+ exports.ThrottlingException$ = ThrottlingException$;
6129
+ exports.TooManyTagsException = TooManyTagsException;
6130
+ exports.TooManyTagsException$ = TooManyTagsException$;
6131
+ exports.TransformedLogRecord$ = TransformedLogRecord$;
6132
+ exports.TriggerHistoryRecord$ = TriggerHistoryRecord$;
6133
+ exports.TrimString$ = TrimString$;
2089
6134
  exports.Type = Type;
6135
+ exports.TypeConverter$ = TypeConverter$;
6136
+ exports.TypeConverterEntry$ = TypeConverterEntry$;
6137
+ exports.UnrecognizedClientException = UnrecognizedClientException;
6138
+ exports.UnrecognizedClientException$ = UnrecognizedClientException$;
6139
+ exports.UntagLogGroup$ = UntagLogGroup$;
2090
6140
  exports.UntagLogGroupCommand = UntagLogGroupCommand;
6141
+ exports.UntagLogGroupRequest$ = UntagLogGroupRequest$;
6142
+ exports.UntagResource$ = UntagResource$;
2091
6143
  exports.UntagResourceCommand = UntagResourceCommand;
6144
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
6145
+ exports.UpdateAnomaly$ = UpdateAnomaly$;
2092
6146
  exports.UpdateAnomalyCommand = UpdateAnomalyCommand;
6147
+ exports.UpdateAnomalyRequest$ = UpdateAnomalyRequest$;
6148
+ exports.UpdateDeliveryConfiguration$ = UpdateDeliveryConfiguration$;
2093
6149
  exports.UpdateDeliveryConfigurationCommand = UpdateDeliveryConfigurationCommand;
6150
+ exports.UpdateDeliveryConfigurationRequest$ = UpdateDeliveryConfigurationRequest$;
6151
+ exports.UpdateDeliveryConfigurationResponse$ = UpdateDeliveryConfigurationResponse$;
6152
+ exports.UpdateLogAnomalyDetector$ = UpdateLogAnomalyDetector$;
2094
6153
  exports.UpdateLogAnomalyDetectorCommand = UpdateLogAnomalyDetectorCommand;
6154
+ exports.UpdateLogAnomalyDetectorRequest$ = UpdateLogAnomalyDetectorRequest$;
6155
+ exports.UpdateLookupTable$ = UpdateLookupTable$;
2095
6156
  exports.UpdateLookupTableCommand = UpdateLookupTableCommand;
6157
+ exports.UpdateLookupTableRequest$ = UpdateLookupTableRequest$;
6158
+ exports.UpdateLookupTableResponse$ = UpdateLookupTableResponse$;
6159
+ exports.UpdateScheduledQuery$ = UpdateScheduledQuery$;
2096
6160
  exports.UpdateScheduledQueryCommand = UpdateScheduledQueryCommand;
6161
+ exports.UpdateScheduledQueryRequest$ = UpdateScheduledQueryRequest$;
6162
+ exports.UpdateScheduledQueryResponse$ = UpdateScheduledQueryResponse$;
6163
+ exports.UpperCaseString$ = UpperCaseString$;
6164
+ exports.ValidationException = ValidationException;
6165
+ exports.ValidationException$ = ValidationException$;
6166
+ exports.errorTypeRegistries = errorTypeRegistries;
2097
6167
  exports.paginateDescribeConfigurationTemplates = paginateDescribeConfigurationTemplates;
2098
6168
  exports.paginateDescribeDeliveries = paginateDescribeDeliveries;
2099
6169
  exports.paginateDescribeDeliveryDestinations = paginateDescribeDeliveryDestinations;