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