@aws-sdk/client-cloudwatch-logs 3.948.0 → 3.953.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +32 -0
- package/dist-cjs/index.js +1562 -897
- package/dist-cjs/runtimeConfig.shared.js +7 -6
- package/dist-es/CloudWatchLogs.js +8 -0
- package/dist-es/commands/AssociateKmsKeyCommand.js +2 -2
- package/dist-es/commands/AssociateSourceToS3TableIntegrationCommand.js +2 -2
- package/dist-es/commands/CancelExportTaskCommand.js +2 -2
- package/dist-es/commands/CancelImportTaskCommand.js +16 -0
- package/dist-es/commands/CreateDeliveryCommand.js +2 -2
- package/dist-es/commands/CreateExportTaskCommand.js +2 -2
- package/dist-es/commands/CreateImportTaskCommand.js +16 -0
- package/dist-es/commands/CreateLogAnomalyDetectorCommand.js +2 -2
- package/dist-es/commands/CreateLogGroupCommand.js +2 -2
- package/dist-es/commands/CreateLogStreamCommand.js +2 -2
- package/dist-es/commands/CreateScheduledQueryCommand.js +2 -2
- package/dist-es/commands/DeleteAccountPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteDataProtectionPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteDeliveryCommand.js +2 -2
- package/dist-es/commands/DeleteDeliveryDestinationCommand.js +2 -2
- package/dist-es/commands/DeleteDeliveryDestinationPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteDeliverySourceCommand.js +2 -2
- package/dist-es/commands/DeleteDestinationCommand.js +2 -2
- package/dist-es/commands/DeleteIndexPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteIntegrationCommand.js +2 -2
- package/dist-es/commands/DeleteLogAnomalyDetectorCommand.js +2 -2
- package/dist-es/commands/DeleteLogGroupCommand.js +2 -2
- package/dist-es/commands/DeleteLogStreamCommand.js +2 -2
- package/dist-es/commands/DeleteMetricFilterCommand.js +2 -2
- package/dist-es/commands/DeleteQueryDefinitionCommand.js +2 -2
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteRetentionPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteScheduledQueryCommand.js +2 -2
- package/dist-es/commands/DeleteSubscriptionFilterCommand.js +2 -2
- package/dist-es/commands/DeleteTransformerCommand.js +2 -2
- package/dist-es/commands/DescribeAccountPoliciesCommand.js +2 -2
- package/dist-es/commands/DescribeConfigurationTemplatesCommand.js +2 -2
- package/dist-es/commands/DescribeDeliveriesCommand.js +2 -2
- package/dist-es/commands/DescribeDeliveryDestinationsCommand.js +2 -2
- package/dist-es/commands/DescribeDeliverySourcesCommand.js +2 -2
- package/dist-es/commands/DescribeDestinationsCommand.js +2 -2
- package/dist-es/commands/DescribeExportTasksCommand.js +2 -2
- package/dist-es/commands/DescribeFieldIndexesCommand.js +2 -2
- package/dist-es/commands/DescribeImportTaskBatchesCommand.js +16 -0
- package/dist-es/commands/DescribeImportTasksCommand.js +16 -0
- package/dist-es/commands/DescribeIndexPoliciesCommand.js +2 -2
- package/dist-es/commands/DescribeLogGroupsCommand.js +2 -2
- package/dist-es/commands/DescribeLogStreamsCommand.js +2 -2
- package/dist-es/commands/DescribeMetricFiltersCommand.js +2 -2
- package/dist-es/commands/DescribeQueriesCommand.js +2 -2
- package/dist-es/commands/DescribeQueryDefinitionsCommand.js +2 -2
- package/dist-es/commands/DescribeResourcePoliciesCommand.js +2 -2
- package/dist-es/commands/DescribeSubscriptionFiltersCommand.js +2 -2
- package/dist-es/commands/DisassociateKmsKeyCommand.js +2 -2
- package/dist-es/commands/DisassociateSourceFromS3TableIntegrationCommand.js +2 -2
- package/dist-es/commands/FilterLogEventsCommand.js +2 -2
- package/dist-es/commands/GetDataProtectionPolicyCommand.js +2 -2
- package/dist-es/commands/GetDeliveryCommand.js +2 -2
- package/dist-es/commands/GetDeliveryDestinationCommand.js +2 -2
- package/dist-es/commands/GetDeliveryDestinationPolicyCommand.js +2 -2
- package/dist-es/commands/GetDeliverySourceCommand.js +2 -2
- package/dist-es/commands/GetIntegrationCommand.js +2 -2
- package/dist-es/commands/GetLogAnomalyDetectorCommand.js +2 -2
- package/dist-es/commands/GetLogEventsCommand.js +2 -2
- package/dist-es/commands/GetLogFieldsCommand.js +2 -2
- package/dist-es/commands/GetLogGroupFieldsCommand.js +2 -2
- package/dist-es/commands/GetLogObjectCommand.js +2 -2
- package/dist-es/commands/GetLogRecordCommand.js +2 -2
- package/dist-es/commands/GetQueryResultsCommand.js +2 -2
- package/dist-es/commands/GetScheduledQueryCommand.js +2 -2
- package/dist-es/commands/GetScheduledQueryHistoryCommand.js +2 -2
- package/dist-es/commands/GetTransformerCommand.js +2 -2
- package/dist-es/commands/ListAggregateLogGroupSummariesCommand.js +2 -2
- package/dist-es/commands/ListAnomaliesCommand.js +2 -2
- package/dist-es/commands/ListIntegrationsCommand.js +2 -2
- package/dist-es/commands/ListLogAnomalyDetectorsCommand.js +2 -2
- package/dist-es/commands/ListLogGroupsCommand.js +2 -2
- package/dist-es/commands/ListLogGroupsForQueryCommand.js +2 -2
- package/dist-es/commands/ListScheduledQueriesCommand.js +2 -2
- package/dist-es/commands/ListSourcesForS3TableIntegrationCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTagsLogGroupCommand.js +2 -2
- package/dist-es/commands/PutAccountPolicyCommand.js +2 -2
- package/dist-es/commands/PutDataProtectionPolicyCommand.js +2 -2
- package/dist-es/commands/PutDeliveryDestinationCommand.js +2 -2
- package/dist-es/commands/PutDeliveryDestinationPolicyCommand.js +2 -2
- package/dist-es/commands/PutDeliverySourceCommand.js +2 -2
- package/dist-es/commands/PutDestinationCommand.js +2 -2
- package/dist-es/commands/PutDestinationPolicyCommand.js +2 -2
- package/dist-es/commands/PutIndexPolicyCommand.js +2 -2
- package/dist-es/commands/PutIntegrationCommand.js +2 -2
- package/dist-es/commands/PutLogEventsCommand.js +2 -2
- package/dist-es/commands/PutLogGroupDeletionProtectionCommand.js +2 -2
- package/dist-es/commands/PutMetricFilterCommand.js +2 -2
- package/dist-es/commands/PutQueryDefinitionCommand.js +2 -2
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-es/commands/PutRetentionPolicyCommand.js +2 -2
- package/dist-es/commands/PutSubscriptionFilterCommand.js +2 -2
- package/dist-es/commands/PutTransformerCommand.js +2 -2
- package/dist-es/commands/StartLiveTailCommand.js +2 -2
- package/dist-es/commands/StartQueryCommand.js +2 -2
- package/dist-es/commands/StopQueryCommand.js +2 -2
- package/dist-es/commands/TagLogGroupCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TestMetricFilterCommand.js +2 -2
- package/dist-es/commands/TestTransformerCommand.js +2 -2
- package/dist-es/commands/UntagLogGroupCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAnomalyCommand.js +2 -2
- package/dist-es/commands/UpdateDeliveryConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateLogAnomalyDetectorCommand.js +2 -2
- package/dist-es/commands/UpdateScheduledQueryCommand.js +2 -2
- package/dist-es/commands/index.js +4 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +6 -0
- package/dist-es/pagination/ListAggregateLogGroupSummariesPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -6
- package/dist-es/schemas/schemas_0.js +943 -766
- package/dist-types/CloudWatchLogs.d.ts +29 -0
- package/dist-types/CloudWatchLogsClient.d.ts +7 -12
- package/dist-types/commands/CancelImportTaskCommand.d.ts +95 -0
- package/dist-types/commands/CreateImportTaskCommand.d.ts +152 -0
- package/dist-types/commands/CreateScheduledQueryCommand.d.ts +4 -1
- package/dist-types/commands/DeleteAccountPolicyCommand.d.ts +8 -8
- package/dist-types/commands/DeleteIndexPolicyCommand.d.ts +6 -6
- package/dist-types/commands/DeleteScheduledQueryCommand.d.ts +2 -1
- package/dist-types/commands/DescribeImportTaskBatchesCommand.d.ts +104 -0
- package/dist-types/commands/DescribeImportTasksCommand.d.ts +111 -0
- package/dist-types/commands/DescribeQueriesCommand.d.ts +2 -2
- package/dist-types/commands/GetQueryResultsCommand.d.ts +2 -1
- package/dist-types/commands/GetScheduledQueryCommand.d.ts +2 -1
- package/dist-types/commands/GetScheduledQueryHistoryCommand.d.ts +2 -1
- package/dist-types/commands/ListScheduledQueriesCommand.d.ts +2 -1
- package/dist-types/commands/PutAccountPolicyCommand.d.ts +196 -47
- package/dist-types/commands/PutIndexPolicyCommand.d.ts +4 -4
- package/dist-types/commands/PutLogGroupDeletionProtectionCommand.d.ts +3 -2
- package/dist-types/commands/UpdateScheduledQueryCommand.d.ts +2 -1
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +14 -0
- package/dist-types/models/models_0.d.ts +391 -44
- package/dist-types/pagination/ListAggregateLogGroupSummariesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +424 -498
- package/dist-types/ts3.4/CloudWatchLogs.d.ts +69 -0
- package/dist-types/ts3.4/CloudWatchLogsClient.d.ts +24 -4
- package/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateImportTaskCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DescribeImportTaskBatchesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeImportTasksCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +67 -0
- package/dist-types/ts3.4/pagination/ListAggregateLogGroupSummariesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +423 -498
- package/package.json +37 -37
package/dist-cjs/index.js
CHANGED
|
@@ -112,14 +112,14 @@ class CloudWatchLogsClient extends smithyClient.Client {
|
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
114
|
|
|
115
|
-
|
|
115
|
+
class CloudWatchLogsServiceException extends smithyClient.ServiceException {
|
|
116
116
|
constructor(options) {
|
|
117
117
|
super(options);
|
|
118
118
|
Object.setPrototypeOf(this, CloudWatchLogsServiceException.prototype);
|
|
119
119
|
}
|
|
120
|
-
}
|
|
120
|
+
}
|
|
121
121
|
|
|
122
|
-
|
|
122
|
+
class AccessDeniedException extends CloudWatchLogsServiceException {
|
|
123
123
|
name = "AccessDeniedException";
|
|
124
124
|
$fault = "client";
|
|
125
125
|
constructor(opts) {
|
|
@@ -130,8 +130,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends CloudWatchLogs
|
|
|
130
130
|
});
|
|
131
131
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
132
132
|
}
|
|
133
|
-
}
|
|
134
|
-
|
|
133
|
+
}
|
|
134
|
+
class InvalidParameterException extends CloudWatchLogsServiceException {
|
|
135
135
|
name = "InvalidParameterException";
|
|
136
136
|
$fault = "client";
|
|
137
137
|
constructor(opts) {
|
|
@@ -142,8 +142,8 @@ let InvalidParameterException$1 = class InvalidParameterException extends CloudW
|
|
|
142
142
|
});
|
|
143
143
|
Object.setPrototypeOf(this, InvalidParameterException.prototype);
|
|
144
144
|
}
|
|
145
|
-
}
|
|
146
|
-
|
|
145
|
+
}
|
|
146
|
+
class OperationAbortedException extends CloudWatchLogsServiceException {
|
|
147
147
|
name = "OperationAbortedException";
|
|
148
148
|
$fault = "client";
|
|
149
149
|
constructor(opts) {
|
|
@@ -154,8 +154,8 @@ let OperationAbortedException$1 = class OperationAbortedException extends CloudW
|
|
|
154
154
|
});
|
|
155
155
|
Object.setPrototypeOf(this, OperationAbortedException.prototype);
|
|
156
156
|
}
|
|
157
|
-
}
|
|
158
|
-
|
|
157
|
+
}
|
|
158
|
+
class ResourceNotFoundException extends CloudWatchLogsServiceException {
|
|
159
159
|
name = "ResourceNotFoundException";
|
|
160
160
|
$fault = "client";
|
|
161
161
|
constructor(opts) {
|
|
@@ -166,8 +166,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends CloudW
|
|
|
166
166
|
});
|
|
167
167
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
168
168
|
}
|
|
169
|
-
}
|
|
170
|
-
|
|
169
|
+
}
|
|
170
|
+
class ServiceUnavailableException extends CloudWatchLogsServiceException {
|
|
171
171
|
name = "ServiceUnavailableException";
|
|
172
172
|
$fault = "server";
|
|
173
173
|
constructor(opts) {
|
|
@@ -178,8 +178,8 @@ let ServiceUnavailableException$1 = class ServiceUnavailableException extends Cl
|
|
|
178
178
|
});
|
|
179
179
|
Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
|
|
180
180
|
}
|
|
181
|
-
}
|
|
182
|
-
|
|
181
|
+
}
|
|
182
|
+
class InternalServerException extends CloudWatchLogsServiceException {
|
|
183
183
|
name = "InternalServerException";
|
|
184
184
|
$fault = "server";
|
|
185
185
|
constructor(opts) {
|
|
@@ -190,8 +190,8 @@ let InternalServerException$1 = class InternalServerException extends CloudWatch
|
|
|
190
190
|
});
|
|
191
191
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
192
192
|
}
|
|
193
|
-
}
|
|
194
|
-
|
|
193
|
+
}
|
|
194
|
+
class ThrottlingException extends CloudWatchLogsServiceException {
|
|
195
195
|
name = "ThrottlingException";
|
|
196
196
|
$fault = "client";
|
|
197
197
|
constructor(opts) {
|
|
@@ -202,8 +202,8 @@ let ThrottlingException$1 = class ThrottlingException extends CloudWatchLogsServ
|
|
|
202
202
|
});
|
|
203
203
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
204
204
|
}
|
|
205
|
-
}
|
|
206
|
-
|
|
205
|
+
}
|
|
206
|
+
class ValidationException extends CloudWatchLogsServiceException {
|
|
207
207
|
name = "ValidationException";
|
|
208
208
|
$fault = "client";
|
|
209
209
|
constructor(opts) {
|
|
@@ -214,8 +214,8 @@ let ValidationException$1 = class ValidationException extends CloudWatchLogsServ
|
|
|
214
214
|
});
|
|
215
215
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
216
216
|
}
|
|
217
|
-
}
|
|
218
|
-
|
|
217
|
+
}
|
|
218
|
+
class InvalidOperationException extends CloudWatchLogsServiceException {
|
|
219
219
|
name = "InvalidOperationException";
|
|
220
220
|
$fault = "client";
|
|
221
221
|
constructor(opts) {
|
|
@@ -226,8 +226,8 @@ let InvalidOperationException$1 = class InvalidOperationException extends CloudW
|
|
|
226
226
|
});
|
|
227
227
|
Object.setPrototypeOf(this, InvalidOperationException.prototype);
|
|
228
228
|
}
|
|
229
|
-
}
|
|
230
|
-
|
|
229
|
+
}
|
|
230
|
+
class ConflictException extends CloudWatchLogsServiceException {
|
|
231
231
|
name = "ConflictException";
|
|
232
232
|
$fault = "client";
|
|
233
233
|
constructor(opts) {
|
|
@@ -238,8 +238,8 @@ let ConflictException$1 = class ConflictException extends CloudWatchLogsServiceE
|
|
|
238
238
|
});
|
|
239
239
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
240
240
|
}
|
|
241
|
-
}
|
|
242
|
-
|
|
241
|
+
}
|
|
242
|
+
class ServiceQuotaExceededException extends CloudWatchLogsServiceException {
|
|
243
243
|
name = "ServiceQuotaExceededException";
|
|
244
244
|
$fault = "client";
|
|
245
245
|
constructor(opts) {
|
|
@@ -250,8 +250,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
|
|
|
250
250
|
});
|
|
251
251
|
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
252
252
|
}
|
|
253
|
-
}
|
|
254
|
-
|
|
253
|
+
}
|
|
254
|
+
class LimitExceededException extends CloudWatchLogsServiceException {
|
|
255
255
|
name = "LimitExceededException";
|
|
256
256
|
$fault = "client";
|
|
257
257
|
constructor(opts) {
|
|
@@ -262,8 +262,8 @@ let LimitExceededException$1 = class LimitExceededException extends CloudWatchLo
|
|
|
262
262
|
});
|
|
263
263
|
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
264
264
|
}
|
|
265
|
-
}
|
|
266
|
-
|
|
265
|
+
}
|
|
266
|
+
class ResourceAlreadyExistsException extends CloudWatchLogsServiceException {
|
|
267
267
|
name = "ResourceAlreadyExistsException";
|
|
268
268
|
$fault = "client";
|
|
269
269
|
constructor(opts) {
|
|
@@ -274,8 +274,8 @@ let ResourceAlreadyExistsException$1 = class ResourceAlreadyExistsException exte
|
|
|
274
274
|
});
|
|
275
275
|
Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
|
|
276
276
|
}
|
|
277
|
-
}
|
|
278
|
-
|
|
277
|
+
}
|
|
278
|
+
class DataAlreadyAcceptedException extends CloudWatchLogsServiceException {
|
|
279
279
|
name = "DataAlreadyAcceptedException";
|
|
280
280
|
$fault = "client";
|
|
281
281
|
expectedSequenceToken;
|
|
@@ -288,8 +288,8 @@ let DataAlreadyAcceptedException$1 = class DataAlreadyAcceptedException extends
|
|
|
288
288
|
Object.setPrototypeOf(this, DataAlreadyAcceptedException.prototype);
|
|
289
289
|
this.expectedSequenceToken = opts.expectedSequenceToken;
|
|
290
290
|
}
|
|
291
|
-
}
|
|
292
|
-
|
|
291
|
+
}
|
|
292
|
+
class InternalStreamingException extends CloudWatchLogsServiceException {
|
|
293
293
|
name = "InternalStreamingException";
|
|
294
294
|
$fault = "client";
|
|
295
295
|
constructor(opts) {
|
|
@@ -300,8 +300,8 @@ let InternalStreamingException$1 = class InternalStreamingException extends Clou
|
|
|
300
300
|
});
|
|
301
301
|
Object.setPrototypeOf(this, InternalStreamingException.prototype);
|
|
302
302
|
}
|
|
303
|
-
}
|
|
304
|
-
|
|
303
|
+
}
|
|
304
|
+
class InvalidSequenceTokenException extends CloudWatchLogsServiceException {
|
|
305
305
|
name = "InvalidSequenceTokenException";
|
|
306
306
|
$fault = "client";
|
|
307
307
|
expectedSequenceToken;
|
|
@@ -314,8 +314,8 @@ let InvalidSequenceTokenException$1 = class InvalidSequenceTokenException extend
|
|
|
314
314
|
Object.setPrototypeOf(this, InvalidSequenceTokenException.prototype);
|
|
315
315
|
this.expectedSequenceToken = opts.expectedSequenceToken;
|
|
316
316
|
}
|
|
317
|
-
}
|
|
318
|
-
|
|
317
|
+
}
|
|
318
|
+
class UnrecognizedClientException extends CloudWatchLogsServiceException {
|
|
319
319
|
name = "UnrecognizedClientException";
|
|
320
320
|
$fault = "client";
|
|
321
321
|
constructor(opts) {
|
|
@@ -326,8 +326,8 @@ let UnrecognizedClientException$1 = class UnrecognizedClientException extends Cl
|
|
|
326
326
|
});
|
|
327
327
|
Object.setPrototypeOf(this, UnrecognizedClientException.prototype);
|
|
328
328
|
}
|
|
329
|
-
}
|
|
330
|
-
|
|
329
|
+
}
|
|
330
|
+
class SessionStreamingException extends CloudWatchLogsServiceException {
|
|
331
331
|
name = "SessionStreamingException";
|
|
332
332
|
$fault = "client";
|
|
333
333
|
constructor(opts) {
|
|
@@ -338,8 +338,8 @@ let SessionStreamingException$1 = class SessionStreamingException extends CloudW
|
|
|
338
338
|
});
|
|
339
339
|
Object.setPrototypeOf(this, SessionStreamingException.prototype);
|
|
340
340
|
}
|
|
341
|
-
}
|
|
342
|
-
|
|
341
|
+
}
|
|
342
|
+
class SessionTimeoutException extends CloudWatchLogsServiceException {
|
|
343
343
|
name = "SessionTimeoutException";
|
|
344
344
|
$fault = "client";
|
|
345
345
|
constructor(opts) {
|
|
@@ -350,8 +350,8 @@ let SessionTimeoutException$1 = class SessionTimeoutException extends CloudWatch
|
|
|
350
350
|
});
|
|
351
351
|
Object.setPrototypeOf(this, SessionTimeoutException.prototype);
|
|
352
352
|
}
|
|
353
|
-
}
|
|
354
|
-
|
|
353
|
+
}
|
|
354
|
+
class MalformedQueryException extends CloudWatchLogsServiceException {
|
|
355
355
|
name = "MalformedQueryException";
|
|
356
356
|
$fault = "client";
|
|
357
357
|
queryCompileError;
|
|
@@ -364,8 +364,8 @@ let MalformedQueryException$1 = class MalformedQueryException extends CloudWatch
|
|
|
364
364
|
Object.setPrototypeOf(this, MalformedQueryException.prototype);
|
|
365
365
|
this.queryCompileError = opts.queryCompileError;
|
|
366
366
|
}
|
|
367
|
-
}
|
|
368
|
-
|
|
367
|
+
}
|
|
368
|
+
class TooManyTagsException extends CloudWatchLogsServiceException {
|
|
369
369
|
name = "TooManyTagsException";
|
|
370
370
|
$fault = "client";
|
|
371
371
|
resourceName;
|
|
@@ -378,7 +378,7 @@ let TooManyTagsException$1 = class TooManyTagsException extends CloudWatchLogsSe
|
|
|
378
378
|
Object.setPrototypeOf(this, TooManyTagsException.prototype);
|
|
379
379
|
this.resourceName = opts.resourceName;
|
|
380
380
|
}
|
|
381
|
-
}
|
|
381
|
+
}
|
|
382
382
|
|
|
383
383
|
const _A = "Anomaly";
|
|
384
384
|
const _AD = "AnomalyDetector";
|
|
@@ -407,6 +407,12 @@ const _CETR = "CancelExportTaskRequest";
|
|
|
407
407
|
const _CETRr = "CreateExportTaskRequest";
|
|
408
408
|
const _CETRre = "CreateExportTaskResponse";
|
|
409
409
|
const _CETr = "CreateExportTask";
|
|
410
|
+
const _CIT = "CancelImportTask";
|
|
411
|
+
const _CITR = "CancelImportTaskRequest";
|
|
412
|
+
const _CITRa = "CancelImportTaskResponse";
|
|
413
|
+
const _CITRr = "CreateImportTaskRequest";
|
|
414
|
+
const _CITRre = "CreateImportTaskResponse";
|
|
415
|
+
const _CITr = "CreateImportTask";
|
|
410
416
|
const _CLAD = "CreateLogAnomalyDetector";
|
|
411
417
|
const _CLADR = "CreateLogAnomalyDetectorRequest";
|
|
412
418
|
const _CLADRr = "CreateLogAnomalyDetectorResponse";
|
|
@@ -477,6 +483,12 @@ const _DIPResc = "DescribeIndexPoliciesResponse";
|
|
|
477
483
|
const _DIPe = "DescribeIndexPolicies";
|
|
478
484
|
const _DIR = "DeleteIntegrationRequest";
|
|
479
485
|
const _DIRe = "DeleteIntegrationResponse";
|
|
486
|
+
const _DIT = "DescribeImportTasks";
|
|
487
|
+
const _DITB = "DescribeImportTaskBatches";
|
|
488
|
+
const _DITBR = "DescribeImportTaskBatchesRequest";
|
|
489
|
+
const _DITBRe = "DescribeImportTaskBatchesResponse";
|
|
490
|
+
const _DITR = "DescribeImportTasksRequest";
|
|
491
|
+
const _DITRe = "DescribeImportTasksResponse";
|
|
480
492
|
const _DK = "DeleteKeys";
|
|
481
493
|
const _DKK = "DisassociateKmsKey";
|
|
482
494
|
const _DKKR = "DisassociateKmsKeyRequest";
|
|
@@ -601,18 +613,24 @@ const _GSQRe = "GetScheduledQueryResponse";
|
|
|
601
613
|
const _GT = "GetTransformer";
|
|
602
614
|
const _GTR = "GetTransformerRequest";
|
|
603
615
|
const _GTRe = "GetTransformerResponse";
|
|
616
|
+
const _I = "Import";
|
|
617
|
+
const _IB = "ImportBatch";
|
|
618
|
+
const _IBL = "ImportBatchList";
|
|
604
619
|
const _ID = "IntegrationDetails";
|
|
620
|
+
const _IF = "ImportFilter";
|
|
621
|
+
const _IL = "ImportList";
|
|
605
622
|
const _ILE = "InputLogEvent";
|
|
606
623
|
const _ILEn = "InputLogEvents";
|
|
607
624
|
const _IOE = "InvalidOperationException";
|
|
608
625
|
const _IP = "IndexPolicy";
|
|
609
626
|
const _IPE = "InvalidParameterException";
|
|
610
627
|
const _IPn = "IndexPolicies";
|
|
611
|
-
const _IS = "
|
|
628
|
+
const _IS = "ImportStatistics";
|
|
612
629
|
const _ISE = "InternalServerException";
|
|
613
630
|
const _ISEn = "InternalStreamingException";
|
|
614
631
|
const _ISTE = "InvalidSequenceTokenException";
|
|
615
|
-
const _ISn = "
|
|
632
|
+
const _ISn = "IntegrationSummary";
|
|
633
|
+
const _ISnt = "IntegrationSummaries";
|
|
616
634
|
const _LA = "ListAnomalies";
|
|
617
635
|
const _LALGS = "ListAggregateLogGroupSummaries";
|
|
618
636
|
const _LALGSR = "ListAggregateLogGroupSummariesRequest";
|
|
@@ -864,17 +882,20 @@ const _ap = "application";
|
|
|
864
882
|
const _ar = "arn";
|
|
865
883
|
const _at = "attributes";
|
|
866
884
|
const _b = "baseline";
|
|
885
|
+
const _bI = "batchId";
|
|
886
|
+
const _bIS = "batchImportStatus";
|
|
887
|
+
const _bIy = "bytesImported";
|
|
867
888
|
const _bS = "bytesScanned";
|
|
868
889
|
const _c = "client";
|
|
869
890
|
const _cA = "collectionArn";
|
|
870
891
|
const _cE = "collectionEndpoint";
|
|
871
|
-
const _cT = "
|
|
892
|
+
const _cT = "creationTime";
|
|
872
893
|
const _cTS = "creationTimeStamp";
|
|
873
894
|
const _cTSr = "createdTimeStamp";
|
|
874
895
|
const _cTl = "clientToken";
|
|
875
|
-
const _cTo = "
|
|
876
|
-
const
|
|
877
|
-
const
|
|
896
|
+
const _cTo = "configurationTemplates";
|
|
897
|
+
const _cTom = "completionTime";
|
|
898
|
+
const _cTr = "createTime";
|
|
878
899
|
const _cV = "copyValue";
|
|
879
900
|
const _co = "columns";
|
|
880
901
|
const _cod = "code";
|
|
@@ -925,14 +946,15 @@ const _dis = "distribution";
|
|
|
925
946
|
const _e = "error";
|
|
926
947
|
const _eBS = "estimatedBytesSkipped";
|
|
927
948
|
const _eCO = "endCharOffset";
|
|
949
|
+
const _eET = "endEventTime";
|
|
928
950
|
const _eF = "evaluationFrequency";
|
|
929
951
|
const _eHCP = "enableHiveCompatiblePath";
|
|
930
952
|
const _eI = "executionInfo";
|
|
931
953
|
const _eIv = "eventId";
|
|
932
954
|
const _eK = "encryptionKey";
|
|
933
955
|
const _eLEEI = "expiredLogEventEndIndex";
|
|
934
|
-
const _eM = "
|
|
935
|
-
const
|
|
956
|
+
const _eM = "errorMessage";
|
|
957
|
+
const _eMv = "eventMessage";
|
|
936
958
|
const _eN = "eventNumber";
|
|
937
959
|
const _eP = "encryptionPolicy";
|
|
938
960
|
const _eRA = "executionRoleArn";
|
|
@@ -982,8 +1004,12 @@ const _h = "histogram";
|
|
|
982
1004
|
const _hE = "httpError";
|
|
983
1005
|
const _i = "identifier";
|
|
984
1006
|
const _iA = "integrationArn";
|
|
1007
|
+
const _iB = "importBatches";
|
|
985
1008
|
const _iD = "integrationDetails";
|
|
1009
|
+
const _iDA = "importDestinationArn";
|
|
986
1010
|
const _iDs = "isDynamic";
|
|
1011
|
+
const _iF = "importFilter";
|
|
1012
|
+
const _iI = "importId";
|
|
987
1013
|
const _iLA = "includeLinkedAccounts";
|
|
988
1014
|
const _iN = "integrationName";
|
|
989
1015
|
const _iNP = "integrationNamePrefix";
|
|
@@ -991,12 +1017,17 @@ const _iP = "indexPolicies";
|
|
|
991
1017
|
const _iPLS = "isPatternLevelSuppression";
|
|
992
1018
|
const _iPn = "inheritedProperties";
|
|
993
1019
|
const _iPnd = "indexPolicy";
|
|
994
|
-
const
|
|
995
|
-
const
|
|
1020
|
+
const _iRA = "importRoleArn";
|
|
1021
|
+
const _iS = "importStatistics";
|
|
1022
|
+
const _iSA = "importSourceArn";
|
|
1023
|
+
const _iSm = "importStatus";
|
|
1024
|
+
const _iSn = "integrationStatus";
|
|
1025
|
+
const _iSnt = "integrationSummaries";
|
|
996
1026
|
const _iT = "ingestionTime";
|
|
997
1027
|
const _iTN = "inferredTokenName";
|
|
998
1028
|
const _iTn = "integrationType";
|
|
999
1029
|
const _id = "id";
|
|
1030
|
+
const _im = "imports";
|
|
1000
1031
|
const _in = "interleaved";
|
|
1001
1032
|
const _k = "key";
|
|
1002
1033
|
const _kA = "keyAttributes";
|
|
@@ -1142,6 +1173,7 @@ const _sD = "suppressedDate";
|
|
|
1142
1173
|
const _sDC = "s3DeliveryConfiguration";
|
|
1143
1174
|
const _sE = "scheduleExpression";
|
|
1144
1175
|
const _sET = "scheduleEndTime";
|
|
1176
|
+
const _sETt = "startEventTime";
|
|
1145
1177
|
const _sF = "subscriptionFilters";
|
|
1146
1178
|
const _sFH = "startFromHead";
|
|
1147
1179
|
const _sI = "sessionId";
|
|
@@ -1212,9 +1244,9 @@ const _w = "workspace";
|
|
|
1212
1244
|
const _wI = "workspaceId";
|
|
1213
1245
|
const _wK = "withKeys";
|
|
1214
1246
|
const n0 = "com.amazonaws.cloudwatchlogs";
|
|
1215
|
-
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c }, [_m], [0]];
|
|
1216
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
1217
|
-
var AccountPolicy = [
|
|
1247
|
+
var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c }, [_m], [0]];
|
|
1248
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
1249
|
+
var AccountPolicy$ = [
|
|
1218
1250
|
3,
|
|
1219
1251
|
n0,
|
|
1220
1252
|
_AP,
|
|
@@ -1222,9 +1254,9 @@ var AccountPolicy = [
|
|
|
1222
1254
|
[_pN, _pD, _lUT, _pT, _s, _sC, _aI],
|
|
1223
1255
|
[0, 0, 1, 0, 0, 0, 0],
|
|
1224
1256
|
];
|
|
1225
|
-
var AddKeyEntry = [3, n0, _AKE, 0, [_k, _v, _oIE], [0, 0, 2]];
|
|
1226
|
-
var AddKeys = [3, n0, _AK, 0, [_en], [() => AddKeyEntries]];
|
|
1227
|
-
var AggregateLogGroupSummary = [
|
|
1257
|
+
var AddKeyEntry$ = [3, n0, _AKE, 0, [_k, _v, _oIE], [0, 0, 2]];
|
|
1258
|
+
var AddKeys$ = [3, n0, _AK, 0, [_en], [() => AddKeyEntries]];
|
|
1259
|
+
var AggregateLogGroupSummary$ = [
|
|
1228
1260
|
3,
|
|
1229
1261
|
n0,
|
|
1230
1262
|
_ALGS,
|
|
@@ -1232,7 +1264,7 @@ var AggregateLogGroupSummary = [
|
|
|
1232
1264
|
[_lGC, _gI],
|
|
1233
1265
|
[1, () => GroupingIdentifiers],
|
|
1234
1266
|
];
|
|
1235
|
-
var Anomaly = [
|
|
1267
|
+
var Anomaly$ = [
|
|
1236
1268
|
3,
|
|
1237
1269
|
n0,
|
|
1238
1270
|
_A,
|
|
@@ -1240,7 +1272,7 @@ var Anomaly = [
|
|
|
1240
1272
|
[_aIn, _pI, _aDA, _pS, _pR, _p, _fS, _lS, _d, _a, _st, _h, _lSo, _pTa, _lGAL, _su, _sD, _sU, _iPLS],
|
|
1241
1273
|
[0, 0, 0, 0, 0, 0, 1, 1, 0, 2, 0, 128 | 1, () => LogSamples, () => PatternTokens, 64 | 0, 2, 1, 1, 2],
|
|
1242
1274
|
];
|
|
1243
|
-
var AnomalyDetector = [
|
|
1275
|
+
var AnomalyDetector$ = [
|
|
1244
1276
|
3,
|
|
1245
1277
|
n0,
|
|
1246
1278
|
_AD,
|
|
@@ -1248,47 +1280,56 @@ var AnomalyDetector = [
|
|
|
1248
1280
|
[_aDA, _dN, _lGAL, _eF, _fP, _aDS, _kKI, _cTS, _lMTS, _aVT],
|
|
1249
1281
|
[0, 0, 64 | 0, 0, 0, 0, 0, 1, 1, 1],
|
|
1250
1282
|
];
|
|
1251
|
-
var AssociateKmsKeyRequest = [3, n0, _AKKR, 0, [_lGN, _kKI, _rI], [0, 0, 0]];
|
|
1252
|
-
var AssociateSourceToS3TableIntegrationRequest = [
|
|
1283
|
+
var AssociateKmsKeyRequest$ = [3, n0, _AKKR, 0, [_lGN, _kKI, _rI], [0, 0, 0]];
|
|
1284
|
+
var AssociateSourceToS3TableIntegrationRequest$ = [
|
|
1253
1285
|
3,
|
|
1254
1286
|
n0,
|
|
1255
1287
|
_ASTSTIR,
|
|
1256
1288
|
0,
|
|
1257
1289
|
[_iA, _dS],
|
|
1258
|
-
[0, () => DataSource],
|
|
1290
|
+
[0, () => DataSource$],
|
|
1291
|
+
];
|
|
1292
|
+
var AssociateSourceToS3TableIntegrationResponse$ = [3, n0, _ASTSTIRs, 0, [_i], [0]];
|
|
1293
|
+
var CancelExportTaskRequest$ = [3, n0, _CETR, 0, [_tI], [0]];
|
|
1294
|
+
var CancelImportTaskRequest$ = [3, n0, _CITR, 0, [_iI], [0]];
|
|
1295
|
+
var CancelImportTaskResponse$ = [
|
|
1296
|
+
3,
|
|
1297
|
+
n0,
|
|
1298
|
+
_CITRa,
|
|
1299
|
+
0,
|
|
1300
|
+
[_iI, _iS, _iSm, _cT, _lUT],
|
|
1301
|
+
[0, () => ImportStatistics$, 0, 1, 1],
|
|
1259
1302
|
];
|
|
1260
|
-
var
|
|
1261
|
-
var CancelExportTaskRequest = [3, n0, _CETR, 0, [_tI], [0]];
|
|
1262
|
-
var ConfigurationTemplate = [
|
|
1303
|
+
var ConfigurationTemplate$ = [
|
|
1263
1304
|
3,
|
|
1264
1305
|
n0,
|
|
1265
1306
|
_CT,
|
|
1266
1307
|
0,
|
|
1267
1308
|
[_se, _lT, _rT, _dDT, _dDCV, _aF, _aOF, _aAFAVLDFR, _aFD, _aSPF],
|
|
1268
|
-
[0, 0, 0, 0, () => ConfigurationTemplateDeliveryConfigValues
|
|
1309
|
+
[0, 0, 0, 0, () => ConfigurationTemplateDeliveryConfigValues$, () => AllowedFields, 64 | 0, 0, 64 | 0, 64 | 0],
|
|
1269
1310
|
];
|
|
1270
|
-
var ConfigurationTemplateDeliveryConfigValues = [
|
|
1311
|
+
var ConfigurationTemplateDeliveryConfigValues$ = [
|
|
1271
1312
|
3,
|
|
1272
1313
|
n0,
|
|
1273
1314
|
_CTDCV,
|
|
1274
1315
|
0,
|
|
1275
1316
|
[_rF, _fD, _sDC],
|
|
1276
|
-
[64 | 0, 0, () => S3DeliveryConfiguration],
|
|
1317
|
+
[64 | 0, 0, () => S3DeliveryConfiguration$],
|
|
1277
1318
|
];
|
|
1278
|
-
var ConflictException = [-3, n0, _CE, { [_e]: _c }, [_m], [0]];
|
|
1279
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException
|
|
1280
|
-
var CopyValue = [3, n0, _CV, 0, [_en], [() => CopyValueEntries]];
|
|
1281
|
-
var CopyValueEntry = [3, n0, _CVE, 0, [_so, _t, _oIE], [0, 0, 2]];
|
|
1282
|
-
var CreateDeliveryRequest = [
|
|
1319
|
+
var ConflictException$ = [-3, n0, _CE, { [_e]: _c }, [_m], [0]];
|
|
1320
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
1321
|
+
var CopyValue$ = [3, n0, _CV, 0, [_en], [() => CopyValueEntries]];
|
|
1322
|
+
var CopyValueEntry$ = [3, n0, _CVE, 0, [_so, _t, _oIE], [0, 0, 2]];
|
|
1323
|
+
var CreateDeliveryRequest$ = [
|
|
1283
1324
|
3,
|
|
1284
1325
|
n0,
|
|
1285
1326
|
_CDR,
|
|
1286
1327
|
0,
|
|
1287
1328
|
[_dSN, _dDA, _rF, _fD, _sDC, _ta],
|
|
1288
|
-
[0, 0, 64 | 0, 0, () => S3DeliveryConfiguration
|
|
1329
|
+
[0, 0, 64 | 0, 0, () => S3DeliveryConfiguration$, 128 | 0],
|
|
1289
1330
|
];
|
|
1290
|
-
var CreateDeliveryResponse = [3, n0, _CDRr, 0, [_de], [() => Delivery]];
|
|
1291
|
-
var CreateExportTaskRequest = [
|
|
1331
|
+
var CreateDeliveryResponse$ = [3, n0, _CDRr, 0, [_de], [() => Delivery$]];
|
|
1332
|
+
var CreateExportTaskRequest$ = [
|
|
1292
1333
|
3,
|
|
1293
1334
|
n0,
|
|
1294
1335
|
_CETRr,
|
|
@@ -1296,8 +1337,17 @@ var CreateExportTaskRequest = [
|
|
|
1296
1337
|
[_tN, _lGN, _lSNP, _f, _to, _des, _dP],
|
|
1297
1338
|
[0, 0, 0, 1, 1, 0, 0],
|
|
1298
1339
|
];
|
|
1299
|
-
var CreateExportTaskResponse = [3, n0, _CETRre, 0, [_tI], [0]];
|
|
1300
|
-
var
|
|
1340
|
+
var CreateExportTaskResponse$ = [3, n0, _CETRre, 0, [_tI], [0]];
|
|
1341
|
+
var CreateImportTaskRequest$ = [
|
|
1342
|
+
3,
|
|
1343
|
+
n0,
|
|
1344
|
+
_CITRr,
|
|
1345
|
+
0,
|
|
1346
|
+
[_iSA, _iRA, _iF],
|
|
1347
|
+
[0, 0, () => ImportFilter$],
|
|
1348
|
+
];
|
|
1349
|
+
var CreateImportTaskResponse$ = [3, n0, _CITRre, 0, [_iI, _iDA, _cT], [0, 0, 1]];
|
|
1350
|
+
var CreateLogAnomalyDetectorRequest$ = [
|
|
1301
1351
|
3,
|
|
1302
1352
|
n0,
|
|
1303
1353
|
_CLADR,
|
|
@@ -1305,8 +1355,8 @@ var CreateLogAnomalyDetectorRequest = [
|
|
|
1305
1355
|
[_lGAL, _dN, _eF, _fP, _kKI, _aVT, _ta],
|
|
1306
1356
|
[64 | 0, 0, 0, 0, 0, 1, 128 | 0],
|
|
1307
1357
|
];
|
|
1308
|
-
var CreateLogAnomalyDetectorResponse = [3, n0, _CLADRr, 0, [_aDA], [0]];
|
|
1309
|
-
var CreateLogGroupRequest = [
|
|
1358
|
+
var CreateLogAnomalyDetectorResponse$ = [3, n0, _CLADRr, 0, [_aDA], [0]];
|
|
1359
|
+
var CreateLogGroupRequest$ = [
|
|
1310
1360
|
3,
|
|
1311
1361
|
n0,
|
|
1312
1362
|
_CLGR,
|
|
@@ -1314,22 +1364,22 @@ var CreateLogGroupRequest = [
|
|
|
1314
1364
|
[_lGN, _kKI, _ta, _lGCo, _dPE],
|
|
1315
1365
|
[0, 0, 128 | 0, 0, 2],
|
|
1316
1366
|
];
|
|
1317
|
-
var CreateLogStreamRequest = [3, n0, _CLSR, 0, [_lGN, _lSN], [0, 0]];
|
|
1318
|
-
var CreateScheduledQueryRequest = [
|
|
1367
|
+
var CreateLogStreamRequest$ = [3, n0, _CLSR, 0, [_lGN, _lSN], [0, 0]];
|
|
1368
|
+
var CreateScheduledQueryRequest$ = [
|
|
1319
1369
|
3,
|
|
1320
1370
|
n0,
|
|
1321
1371
|
_CSQR,
|
|
1322
1372
|
0,
|
|
1323
1373
|
[_n, _d, _qL, _qS, _lGI, _sE, _ti, _sTO, _dC, _sST, _sET, _eRA, _st, _ta],
|
|
1324
|
-
[0, 0, 0, 0, 64 | 0, 0, 0, 1, () => DestinationConfiguration
|
|
1325
|
-
];
|
|
1326
|
-
var CreateScheduledQueryResponse = [3, n0, _CSQRr, 0, [_sQA, _st], [0, 0]];
|
|
1327
|
-
var CSV = [3, n0, _CSV, 0, [_qC, _del, _co, _so], [0, 0, 64 | 0, 0]];
|
|
1328
|
-
var DataAlreadyAcceptedException = [-3, n0, _DAAE, { [_e]: _c }, [_eST, _m], [0, 0]];
|
|
1329
|
-
schema.TypeRegistry.for(n0).registerError(DataAlreadyAcceptedException
|
|
1330
|
-
var DataSource = [3, n0, _DS, 0, [_n, _ty], [0, 0]];
|
|
1331
|
-
var DataSourceFilter = [3, n0, _DSF, 0, [_n, _ty], [0, 0]];
|
|
1332
|
-
var DateTimeConverter = [
|
|
1374
|
+
[0, 0, 0, 0, 64 | 0, 0, 0, 1, () => DestinationConfiguration$, 1, 1, 0, 0, 128 | 0],
|
|
1375
|
+
];
|
|
1376
|
+
var CreateScheduledQueryResponse$ = [3, n0, _CSQRr, 0, [_sQA, _st], [0, 0]];
|
|
1377
|
+
var CSV$ = [3, n0, _CSV, 0, [_qC, _del, _co, _so], [0, 0, 64 | 0, 0]];
|
|
1378
|
+
var DataAlreadyAcceptedException$ = [-3, n0, _DAAE, { [_e]: _c }, [_eST, _m], [0, 0]];
|
|
1379
|
+
schema.TypeRegistry.for(n0).registerError(DataAlreadyAcceptedException$, DataAlreadyAcceptedException);
|
|
1380
|
+
var DataSource$ = [3, n0, _DS, 0, [_n, _ty], [0, 0]];
|
|
1381
|
+
var DataSourceFilter$ = [3, n0, _DSF, 0, [_n, _ty], [0, 0]];
|
|
1382
|
+
var DateTimeConverter$ = [
|
|
1333
1383
|
3,
|
|
1334
1384
|
n0,
|
|
1335
1385
|
_DTC,
|
|
@@ -1337,48 +1387,48 @@ var DateTimeConverter = [
|
|
|
1337
1387
|
[_so, _t, _tF, _mP, _sT, _tT, _l],
|
|
1338
1388
|
[0, 0, 0, 64 | 0, 0, 0, 0],
|
|
1339
1389
|
];
|
|
1340
|
-
var DeleteAccountPolicyRequest = [3, n0, _DAPR, 0, [_pN, _pT], [0, 0]];
|
|
1341
|
-
var DeleteDataProtectionPolicyRequest = [3, n0, _DDPPR, 0, [_lGIo], [0]];
|
|
1342
|
-
var DeleteDeliveryDestinationPolicyRequest = [3, n0, _DDDPR, 0, [_dDN], [0]];
|
|
1343
|
-
var DeleteDeliveryDestinationRequest = [3, n0, _DDDR, 0, [_n], [0]];
|
|
1344
|
-
var DeleteDeliveryRequest = [3, n0, _DDR, 0, [_id], [0]];
|
|
1345
|
-
var DeleteDeliverySourceRequest = [3, n0, _DDSR, 0, [_n], [0]];
|
|
1346
|
-
var DeleteDestinationRequest = [3, n0, _DDRe, 0, [_dNe], [0]];
|
|
1347
|
-
var DeleteIndexPolicyRequest = [3, n0, _DIPR, 0, [_lGIo], [0]];
|
|
1348
|
-
var DeleteIndexPolicyResponse = [3, n0, _DIPRe, 0, [], []];
|
|
1349
|
-
var DeleteIntegrationRequest = [3, n0, _DIR, 0, [_iN, _fo], [0, 2]];
|
|
1350
|
-
var DeleteIntegrationResponse = [3, n0, _DIRe, 0, [], []];
|
|
1351
|
-
var DeleteKeys = [3, n0, _DK, 0, [_wK], [64 | 0]];
|
|
1352
|
-
var DeleteLogAnomalyDetectorRequest = [3, n0, _DLADR, 0, [_aDA], [0]];
|
|
1353
|
-
var DeleteLogGroupRequest = [3, n0, _DLGR, 0, [_lGN], [0]];
|
|
1354
|
-
var DeleteLogStreamRequest = [3, n0, _DLSR, 0, [_lGN, _lSN], [0, 0]];
|
|
1355
|
-
var DeleteMetricFilterRequest = [3, n0, _DMFR, 0, [_lGN, _fN], [0, 0]];
|
|
1356
|
-
var DeleteQueryDefinitionRequest = [3, n0, _DQDR, 0, [_qDI], [0]];
|
|
1357
|
-
var DeleteQueryDefinitionResponse = [3, n0, _DQDRe, 0, [_suc], [2]];
|
|
1358
|
-
var DeleteResourcePolicyRequest = [3, n0, _DRPR, 0, [_pN, _rA, _eRI], [0, 0, 0]];
|
|
1359
|
-
var DeleteRetentionPolicyRequest = [3, n0, _DRPRe, 0, [_lGN], [0]];
|
|
1360
|
-
var DeleteScheduledQueryRequest = [3, n0, _DSQR, 0, [_i], [0]];
|
|
1361
|
-
var DeleteScheduledQueryResponse = [3, n0, _DSQRe, 0, [], []];
|
|
1362
|
-
var DeleteSubscriptionFilterRequest = [3, n0, _DSFR, 0, [_lGN, _fN], [0, 0]];
|
|
1363
|
-
var DeleteTransformerRequest = [3, n0, _DTR, 0, [_lGIo], [0]];
|
|
1364
|
-
var Delivery = [
|
|
1390
|
+
var DeleteAccountPolicyRequest$ = [3, n0, _DAPR, 0, [_pN, _pT], [0, 0]];
|
|
1391
|
+
var DeleteDataProtectionPolicyRequest$ = [3, n0, _DDPPR, 0, [_lGIo], [0]];
|
|
1392
|
+
var DeleteDeliveryDestinationPolicyRequest$ = [3, n0, _DDDPR, 0, [_dDN], [0]];
|
|
1393
|
+
var DeleteDeliveryDestinationRequest$ = [3, n0, _DDDR, 0, [_n], [0]];
|
|
1394
|
+
var DeleteDeliveryRequest$ = [3, n0, _DDR, 0, [_id], [0]];
|
|
1395
|
+
var DeleteDeliverySourceRequest$ = [3, n0, _DDSR, 0, [_n], [0]];
|
|
1396
|
+
var DeleteDestinationRequest$ = [3, n0, _DDRe, 0, [_dNe], [0]];
|
|
1397
|
+
var DeleteIndexPolicyRequest$ = [3, n0, _DIPR, 0, [_lGIo], [0]];
|
|
1398
|
+
var DeleteIndexPolicyResponse$ = [3, n0, _DIPRe, 0, [], []];
|
|
1399
|
+
var DeleteIntegrationRequest$ = [3, n0, _DIR, 0, [_iN, _fo], [0, 2]];
|
|
1400
|
+
var DeleteIntegrationResponse$ = [3, n0, _DIRe, 0, [], []];
|
|
1401
|
+
var DeleteKeys$ = [3, n0, _DK, 0, [_wK], [64 | 0]];
|
|
1402
|
+
var DeleteLogAnomalyDetectorRequest$ = [3, n0, _DLADR, 0, [_aDA], [0]];
|
|
1403
|
+
var DeleteLogGroupRequest$ = [3, n0, _DLGR, 0, [_lGN], [0]];
|
|
1404
|
+
var DeleteLogStreamRequest$ = [3, n0, _DLSR, 0, [_lGN, _lSN], [0, 0]];
|
|
1405
|
+
var DeleteMetricFilterRequest$ = [3, n0, _DMFR, 0, [_lGN, _fN], [0, 0]];
|
|
1406
|
+
var DeleteQueryDefinitionRequest$ = [3, n0, _DQDR, 0, [_qDI], [0]];
|
|
1407
|
+
var DeleteQueryDefinitionResponse$ = [3, n0, _DQDRe, 0, [_suc], [2]];
|
|
1408
|
+
var DeleteResourcePolicyRequest$ = [3, n0, _DRPR, 0, [_pN, _rA, _eRI], [0, 0, 0]];
|
|
1409
|
+
var DeleteRetentionPolicyRequest$ = [3, n0, _DRPRe, 0, [_lGN], [0]];
|
|
1410
|
+
var DeleteScheduledQueryRequest$ = [3, n0, _DSQR, 0, [_i], [0]];
|
|
1411
|
+
var DeleteScheduledQueryResponse$ = [3, n0, _DSQRe, 0, [], []];
|
|
1412
|
+
var DeleteSubscriptionFilterRequest$ = [3, n0, _DSFR, 0, [_lGN, _fN], [0, 0]];
|
|
1413
|
+
var DeleteTransformerRequest$ = [3, n0, _DTR, 0, [_lGIo], [0]];
|
|
1414
|
+
var Delivery$ = [
|
|
1365
1415
|
3,
|
|
1366
1416
|
n0,
|
|
1367
1417
|
_D,
|
|
1368
1418
|
0,
|
|
1369
1419
|
[_id, _ar, _dSN, _dDA, _dDT, _rF, _fD, _sDC, _ta],
|
|
1370
|
-
[0, 0, 0, 0, 0, 64 | 0, 0, () => S3DeliveryConfiguration
|
|
1420
|
+
[0, 0, 0, 0, 0, 64 | 0, 0, () => S3DeliveryConfiguration$, 128 | 0],
|
|
1371
1421
|
];
|
|
1372
|
-
var DeliveryDestination = [
|
|
1422
|
+
var DeliveryDestination$ = [
|
|
1373
1423
|
3,
|
|
1374
1424
|
n0,
|
|
1375
1425
|
_DD,
|
|
1376
1426
|
0,
|
|
1377
1427
|
[_n, _ar, _dDT, _oF, _dDC, _ta],
|
|
1378
|
-
[0, 0, 0, 0, () => DeliveryDestinationConfiguration
|
|
1428
|
+
[0, 0, 0, 0, () => DeliveryDestinationConfiguration$, 128 | 0],
|
|
1379
1429
|
];
|
|
1380
|
-
var DeliveryDestinationConfiguration = [3, n0, _DDC, 0, [_dRA], [0]];
|
|
1381
|
-
var DeliverySource = [
|
|
1430
|
+
var DeliveryDestinationConfiguration$ = [3, n0, _DDC, 0, [_dRA], [0]];
|
|
1431
|
+
var DeliverySource$ = [
|
|
1382
1432
|
3,
|
|
1383
1433
|
n0,
|
|
1384
1434
|
_DSe,
|
|
@@ -1386,7 +1436,7 @@ var DeliverySource = [
|
|
|
1386
1436
|
[_n, _ar, _rAe, _se, _lT, _ta],
|
|
1387
1437
|
[0, 0, 64 | 0, 0, 0, 128 | 0],
|
|
1388
1438
|
];
|
|
1389
|
-
var DescribeAccountPoliciesRequest = [
|
|
1439
|
+
var DescribeAccountPoliciesRequest$ = [
|
|
1390
1440
|
3,
|
|
1391
1441
|
n0,
|
|
1392
1442
|
_DAPRe,
|
|
@@ -1394,7 +1444,7 @@ var DescribeAccountPoliciesRequest = [
|
|
|
1394
1444
|
[_pT, _pN, _aIc, _nT],
|
|
1395
1445
|
[0, 0, 64 | 0, 0],
|
|
1396
1446
|
];
|
|
1397
|
-
var DescribeAccountPoliciesResponse = [
|
|
1447
|
+
var DescribeAccountPoliciesResponse$ = [
|
|
1398
1448
|
3,
|
|
1399
1449
|
n0,
|
|
1400
1450
|
_DAPRes,
|
|
@@ -1402,7 +1452,7 @@ var DescribeAccountPoliciesResponse = [
|
|
|
1402
1452
|
[_aP, _nT],
|
|
1403
1453
|
[() => AccountPolicies, 0],
|
|
1404
1454
|
];
|
|
1405
|
-
var DescribeConfigurationTemplatesRequest = [
|
|
1455
|
+
var DescribeConfigurationTemplatesRequest$ = [
|
|
1406
1456
|
3,
|
|
1407
1457
|
n0,
|
|
1408
1458
|
_DCTR,
|
|
@@ -1410,18 +1460,25 @@ var DescribeConfigurationTemplatesRequest = [
|
|
|
1410
1460
|
[_se, _lTo, _rTe, _dDTe, _nT, _li],
|
|
1411
1461
|
[0, 64 | 0, 64 | 0, 64 | 0, 0, 1],
|
|
1412
1462
|
];
|
|
1413
|
-
var DescribeConfigurationTemplatesResponse = [
|
|
1463
|
+
var DescribeConfigurationTemplatesResponse$ = [
|
|
1414
1464
|
3,
|
|
1415
1465
|
n0,
|
|
1416
1466
|
_DCTRe,
|
|
1417
1467
|
0,
|
|
1418
|
-
[
|
|
1468
|
+
[_cTo, _nT],
|
|
1419
1469
|
[() => ConfigurationTemplates, 0],
|
|
1420
1470
|
];
|
|
1421
|
-
var DescribeDeliveriesRequest = [3, n0, _DDRes, 0, [_nT, _li], [0, 1]];
|
|
1422
|
-
var DescribeDeliveriesResponse = [
|
|
1423
|
-
|
|
1424
|
-
|
|
1471
|
+
var DescribeDeliveriesRequest$ = [3, n0, _DDRes, 0, [_nT, _li], [0, 1]];
|
|
1472
|
+
var DescribeDeliveriesResponse$ = [
|
|
1473
|
+
3,
|
|
1474
|
+
n0,
|
|
1475
|
+
_DDResc,
|
|
1476
|
+
0,
|
|
1477
|
+
[_deli, _nT],
|
|
1478
|
+
[() => Deliveries, 0],
|
|
1479
|
+
];
|
|
1480
|
+
var DescribeDeliveryDestinationsRequest$ = [3, n0, _DDDRe, 0, [_nT, _li], [0, 1]];
|
|
1481
|
+
var DescribeDeliveryDestinationsResponse$ = [
|
|
1425
1482
|
3,
|
|
1426
1483
|
n0,
|
|
1427
1484
|
_DDDRes,
|
|
@@ -1429,8 +1486,8 @@ var DescribeDeliveryDestinationsResponse = [
|
|
|
1429
1486
|
[_dD, _nT],
|
|
1430
1487
|
[() => DeliveryDestinations, 0],
|
|
1431
1488
|
];
|
|
1432
|
-
var DescribeDeliverySourcesRequest = [3, n0, _DDSRe, 0, [_nT, _li], [0, 1]];
|
|
1433
|
-
var DescribeDeliverySourcesResponse = [
|
|
1489
|
+
var DescribeDeliverySourcesRequest$ = [3, n0, _DDSRe, 0, [_nT, _li], [0, 1]];
|
|
1490
|
+
var DescribeDeliverySourcesResponse$ = [
|
|
1434
1491
|
3,
|
|
1435
1492
|
n0,
|
|
1436
1493
|
_DDSRes,
|
|
@@ -1438,8 +1495,8 @@ var DescribeDeliverySourcesResponse = [
|
|
|
1438
1495
|
[_dSe, _nT],
|
|
1439
1496
|
[() => DeliverySources, 0],
|
|
1440
1497
|
];
|
|
1441
|
-
var DescribeDestinationsRequest = [3, n0, _DDRescr, 0, [_DNP, _nT, _li], [0, 0, 1]];
|
|
1442
|
-
var DescribeDestinationsResponse = [
|
|
1498
|
+
var DescribeDestinationsRequest$ = [3, n0, _DDRescr, 0, [_DNP, _nT, _li], [0, 0, 1]];
|
|
1499
|
+
var DescribeDestinationsResponse$ = [
|
|
1443
1500
|
3,
|
|
1444
1501
|
n0,
|
|
1445
1502
|
_DDRescri,
|
|
@@ -1447,10 +1504,10 @@ var DescribeDestinationsResponse = [
|
|
|
1447
1504
|
[_dest, _nT],
|
|
1448
1505
|
[() => Destinations, 0],
|
|
1449
1506
|
];
|
|
1450
|
-
var DescribeExportTasksRequest = [3, n0, _DETR, 0, [_tI, _sCt, _nT, _li], [0, 0, 0, 1]];
|
|
1451
|
-
var DescribeExportTasksResponse = [3, n0, _DETRe, 0, [_eT, _nT], [() => ExportTasks, 0]];
|
|
1452
|
-
var DescribeFieldIndexesRequest = [3, n0, _DFIR, 0, [_lGI, _nT], [64 | 0, 0]];
|
|
1453
|
-
var DescribeFieldIndexesResponse = [
|
|
1507
|
+
var DescribeExportTasksRequest$ = [3, n0, _DETR, 0, [_tI, _sCt, _nT, _li], [0, 0, 0, 1]];
|
|
1508
|
+
var DescribeExportTasksResponse$ = [3, n0, _DETRe, 0, [_eT, _nT], [() => ExportTasks, 0]];
|
|
1509
|
+
var DescribeFieldIndexesRequest$ = [3, n0, _DFIR, 0, [_lGI, _nT], [64 | 0, 0]];
|
|
1510
|
+
var DescribeFieldIndexesResponse$ = [
|
|
1454
1511
|
3,
|
|
1455
1512
|
n0,
|
|
1456
1513
|
_DFIRe,
|
|
@@ -1458,8 +1515,33 @@ var DescribeFieldIndexesResponse = [
|
|
|
1458
1515
|
[_fI, _nT],
|
|
1459
1516
|
[() => FieldIndexes, 0],
|
|
1460
1517
|
];
|
|
1461
|
-
var
|
|
1462
|
-
|
|
1518
|
+
var DescribeImportTaskBatchesRequest$ = [
|
|
1519
|
+
3,
|
|
1520
|
+
n0,
|
|
1521
|
+
_DITBR,
|
|
1522
|
+
0,
|
|
1523
|
+
[_iI, _bIS, _li, _nT],
|
|
1524
|
+
[0, 64 | 0, 1, 0],
|
|
1525
|
+
];
|
|
1526
|
+
var DescribeImportTaskBatchesResponse$ = [
|
|
1527
|
+
3,
|
|
1528
|
+
n0,
|
|
1529
|
+
_DITBRe,
|
|
1530
|
+
0,
|
|
1531
|
+
[_iSA, _iI, _iB, _nT],
|
|
1532
|
+
[0, 0, () => ImportBatchList, 0],
|
|
1533
|
+
];
|
|
1534
|
+
var DescribeImportTasksRequest$ = [
|
|
1535
|
+
3,
|
|
1536
|
+
n0,
|
|
1537
|
+
_DITR,
|
|
1538
|
+
0,
|
|
1539
|
+
[_iI, _iSm, _iSA, _li, _nT],
|
|
1540
|
+
[0, 0, 0, 1, 0],
|
|
1541
|
+
];
|
|
1542
|
+
var DescribeImportTasksResponse$ = [3, n0, _DITRe, 0, [_im, _nT], [() => ImportList, 0]];
|
|
1543
|
+
var DescribeIndexPoliciesRequest$ = [3, n0, _DIPRes, 0, [_lGI, _nT], [64 | 0, 0]];
|
|
1544
|
+
var DescribeIndexPoliciesResponse$ = [
|
|
1463
1545
|
3,
|
|
1464
1546
|
n0,
|
|
1465
1547
|
_DIPResc,
|
|
@@ -1467,7 +1549,7 @@ var DescribeIndexPoliciesResponse = [
|
|
|
1467
1549
|
[_iP, _nT],
|
|
1468
1550
|
[() => IndexPolicies, 0],
|
|
1469
1551
|
];
|
|
1470
|
-
var DescribeLogGroupsRequest = [
|
|
1552
|
+
var DescribeLogGroupsRequest$ = [
|
|
1471
1553
|
3,
|
|
1472
1554
|
n0,
|
|
1473
1555
|
_DLGRe,
|
|
@@ -1475,8 +1557,8 @@ var DescribeLogGroupsRequest = [
|
|
|
1475
1557
|
[_aIc, _lGNP, _lGNPo, _nT, _li, _iLA, _lGCo, _lGI],
|
|
1476
1558
|
[64 | 0, 0, 0, 0, 1, 2, 0, 64 | 0],
|
|
1477
1559
|
];
|
|
1478
|
-
var DescribeLogGroupsResponse = [3, n0, _DLGRes, 0, [_lG, _nT], [() => LogGroups, 0]];
|
|
1479
|
-
var DescribeLogStreamsRequest = [
|
|
1560
|
+
var DescribeLogGroupsResponse$ = [3, n0, _DLGRes, 0, [_lG, _nT], [() => LogGroups, 0]];
|
|
1561
|
+
var DescribeLogStreamsRequest$ = [
|
|
1480
1562
|
3,
|
|
1481
1563
|
n0,
|
|
1482
1564
|
_DLSRe,
|
|
@@ -1484,8 +1566,15 @@ var DescribeLogStreamsRequest = [
|
|
|
1484
1566
|
[_lGN, _lGIo, _lSNP, _oB, _desc, _nT, _li],
|
|
1485
1567
|
[0, 0, 0, 0, 2, 0, 1],
|
|
1486
1568
|
];
|
|
1487
|
-
var DescribeLogStreamsResponse = [
|
|
1488
|
-
|
|
1569
|
+
var DescribeLogStreamsResponse$ = [
|
|
1570
|
+
3,
|
|
1571
|
+
n0,
|
|
1572
|
+
_DLSRes,
|
|
1573
|
+
0,
|
|
1574
|
+
[_lSog, _nT],
|
|
1575
|
+
[() => LogStreams, 0],
|
|
1576
|
+
];
|
|
1577
|
+
var DescribeMetricFiltersRequest$ = [
|
|
1489
1578
|
3,
|
|
1490
1579
|
n0,
|
|
1491
1580
|
_DMFRe,
|
|
@@ -1493,7 +1582,7 @@ var DescribeMetricFiltersRequest = [
|
|
|
1493
1582
|
[_lGN, _fNP, _nT, _li, _mN, _mNe],
|
|
1494
1583
|
[0, 0, 0, 1, 0, 0],
|
|
1495
1584
|
];
|
|
1496
|
-
var DescribeMetricFiltersResponse = [
|
|
1585
|
+
var DescribeMetricFiltersResponse$ = [
|
|
1497
1586
|
3,
|
|
1498
1587
|
n0,
|
|
1499
1588
|
_DMFRes,
|
|
@@ -1501,7 +1590,7 @@ var DescribeMetricFiltersResponse = [
|
|
|
1501
1590
|
[_mF, _nT],
|
|
1502
1591
|
[() => MetricFilters, 0],
|
|
1503
1592
|
];
|
|
1504
|
-
var DescribeQueriesRequest = [
|
|
1593
|
+
var DescribeQueriesRequest$ = [
|
|
1505
1594
|
3,
|
|
1506
1595
|
n0,
|
|
1507
1596
|
_DQR,
|
|
@@ -1509,8 +1598,8 @@ var DescribeQueriesRequest = [
|
|
|
1509
1598
|
[_lGN, _sta, _mR, _nT, _qL],
|
|
1510
1599
|
[0, 0, 1, 0, 0],
|
|
1511
1600
|
];
|
|
1512
|
-
var DescribeQueriesResponse = [3, n0, _DQRe, 0, [_q, _nT], [() => QueryInfoList, 0]];
|
|
1513
|
-
var DescribeQueryDefinitionsRequest = [
|
|
1601
|
+
var DescribeQueriesResponse$ = [3, n0, _DQRe, 0, [_q, _nT], [() => QueryInfoList, 0]];
|
|
1602
|
+
var DescribeQueryDefinitionsRequest$ = [
|
|
1514
1603
|
3,
|
|
1515
1604
|
n0,
|
|
1516
1605
|
_DQDRes,
|
|
@@ -1518,7 +1607,7 @@ var DescribeQueryDefinitionsRequest = [
|
|
|
1518
1607
|
[_qL, _qDNP, _mR, _nT],
|
|
1519
1608
|
[0, 0, 1, 0],
|
|
1520
1609
|
];
|
|
1521
|
-
var DescribeQueryDefinitionsResponse = [
|
|
1610
|
+
var DescribeQueryDefinitionsResponse$ = [
|
|
1522
1611
|
3,
|
|
1523
1612
|
n0,
|
|
1524
1613
|
_DQDResc,
|
|
@@ -1526,7 +1615,7 @@ var DescribeQueryDefinitionsResponse = [
|
|
|
1526
1615
|
[_qD, _nT],
|
|
1527
1616
|
[() => QueryDefinitionList, 0],
|
|
1528
1617
|
];
|
|
1529
|
-
var DescribeResourcePoliciesRequest = [
|
|
1618
|
+
var DescribeResourcePoliciesRequest$ = [
|
|
1530
1619
|
3,
|
|
1531
1620
|
n0,
|
|
1532
1621
|
_DRPRes,
|
|
@@ -1534,7 +1623,7 @@ var DescribeResourcePoliciesRequest = [
|
|
|
1534
1623
|
[_nT, _li, _rA, _pSo],
|
|
1535
1624
|
[0, 1, 0, 0],
|
|
1536
1625
|
];
|
|
1537
|
-
var DescribeResourcePoliciesResponse = [
|
|
1626
|
+
var DescribeResourcePoliciesResponse$ = [
|
|
1538
1627
|
3,
|
|
1539
1628
|
n0,
|
|
1540
1629
|
_DRPResc,
|
|
@@ -1542,7 +1631,7 @@ var DescribeResourcePoliciesResponse = [
|
|
|
1542
1631
|
[_rP, _nT],
|
|
1543
1632
|
[() => ResourcePolicies, 0],
|
|
1544
1633
|
];
|
|
1545
|
-
var DescribeSubscriptionFiltersRequest = [
|
|
1634
|
+
var DescribeSubscriptionFiltersRequest$ = [
|
|
1546
1635
|
3,
|
|
1547
1636
|
n0,
|
|
1548
1637
|
_DSFRe,
|
|
@@ -1550,7 +1639,7 @@ var DescribeSubscriptionFiltersRequest = [
|
|
|
1550
1639
|
[_lGN, _fNP, _nT, _li],
|
|
1551
1640
|
[0, 0, 0, 1],
|
|
1552
1641
|
];
|
|
1553
|
-
var DescribeSubscriptionFiltersResponse = [
|
|
1642
|
+
var DescribeSubscriptionFiltersResponse$ = [
|
|
1554
1643
|
3,
|
|
1555
1644
|
n0,
|
|
1556
1645
|
_DSFRes,
|
|
@@ -1558,23 +1647,23 @@ var DescribeSubscriptionFiltersResponse = [
|
|
|
1558
1647
|
[_sF, _nT],
|
|
1559
1648
|
[() => SubscriptionFilters, 0],
|
|
1560
1649
|
];
|
|
1561
|
-
var Destination = [3, n0, _De, 0, [_dNe, _tA, _rAo, _aPc, _ar,
|
|
1562
|
-
var DestinationConfiguration = [3, n0, _DC, 0, [_sCo], [() => S3Configuration]];
|
|
1563
|
-
var DisassociateKmsKeyRequest = [3, n0, _DKKR, 0, [_lGN, _rI], [0, 0]];
|
|
1564
|
-
var DisassociateSourceFromS3TableIntegrationRequest = [3, n0, _DSFSTIR, 0, [_i], [0]];
|
|
1565
|
-
var DisassociateSourceFromS3TableIntegrationResponse = [3, n0, _DSFSTIRi, 0, [_i], [0]];
|
|
1566
|
-
var Entity = [3, n0, _E, 0, [_kA, _at], [128 | 0, 128 | 0]];
|
|
1567
|
-
var ExportTask = [
|
|
1650
|
+
var Destination$ = [3, n0, _De, 0, [_dNe, _tA, _rAo, _aPc, _ar, _cT], [0, 0, 0, 0, 0, 1]];
|
|
1651
|
+
var DestinationConfiguration$ = [3, n0, _DC, 0, [_sCo], [() => S3Configuration$]];
|
|
1652
|
+
var DisassociateKmsKeyRequest$ = [3, n0, _DKKR, 0, [_lGN, _rI], [0, 0]];
|
|
1653
|
+
var DisassociateSourceFromS3TableIntegrationRequest$ = [3, n0, _DSFSTIR, 0, [_i], [0]];
|
|
1654
|
+
var DisassociateSourceFromS3TableIntegrationResponse$ = [3, n0, _DSFSTIRi, 0, [_i], [0]];
|
|
1655
|
+
var Entity$ = [3, n0, _E, 0, [_kA, _at], [128 | 0, 128 | 0]];
|
|
1656
|
+
var ExportTask$ = [
|
|
1568
1657
|
3,
|
|
1569
1658
|
n0,
|
|
1570
1659
|
_ET,
|
|
1571
1660
|
0,
|
|
1572
1661
|
[_tI, _tN, _lGN, _f, _to, _des, _dP, _sta, _eI],
|
|
1573
|
-
[0, 0, 0, 1, 1, 0, 0, () => ExportTaskStatus
|
|
1662
|
+
[0, 0, 0, 1, 1, 0, 0, () => ExportTaskStatus$, () => ExportTaskExecutionInfo$],
|
|
1574
1663
|
];
|
|
1575
|
-
var ExportTaskExecutionInfo = [3, n0, _ETEI, 0, [
|
|
1576
|
-
var ExportTaskStatus = [3, n0, _ETS, 0, [_cod, _m], [0, 0]];
|
|
1577
|
-
var FieldIndex = [
|
|
1664
|
+
var ExportTaskExecutionInfo$ = [3, n0, _ETEI, 0, [_cT, _cTom], [1, 1]];
|
|
1665
|
+
var ExportTaskStatus$ = [3, n0, _ETS, 0, [_cod, _m], [0, 0]];
|
|
1666
|
+
var FieldIndex$ = [
|
|
1578
1667
|
3,
|
|
1579
1668
|
n0,
|
|
1580
1669
|
_FI,
|
|
@@ -1582,9 +1671,9 @@ var FieldIndex = [
|
|
|
1582
1671
|
[_lGIo, _fIN, _lST, _fET, _lET, _ty],
|
|
1583
1672
|
[0, 0, 1, 1, 1, 0],
|
|
1584
1673
|
];
|
|
1585
|
-
var FieldsData = [3, n0, _FD, 0, [_da], [21]];
|
|
1586
|
-
var FilteredLogEvent = [3, n0, _FLE, 0, [_lSN, _tim, _m, _iT, _eIv], [0, 1, 0, 1, 0]];
|
|
1587
|
-
var FilterLogEventsRequest = [
|
|
1674
|
+
var FieldsData$ = [3, n0, _FD, 0, [_da], [21]];
|
|
1675
|
+
var FilteredLogEvent$ = [3, n0, _FLE, 0, [_lSN, _tim, _m, _iT, _eIv], [0, 1, 0, 1, 0]];
|
|
1676
|
+
var FilterLogEventsRequest$ = [
|
|
1588
1677
|
3,
|
|
1589
1678
|
n0,
|
|
1590
1679
|
_FLER,
|
|
@@ -1592,7 +1681,7 @@ var FilterLogEventsRequest = [
|
|
|
1592
1681
|
[_lGN, _lGIo, _lSNo, _lSNP, _sTt, _eTn, _fP, _nT, _li, _in, _u],
|
|
1593
1682
|
[0, 0, 64 | 0, 0, 1, 1, 0, 0, 1, 2, 2],
|
|
1594
1683
|
];
|
|
1595
|
-
var FilterLogEventsResponse = [
|
|
1684
|
+
var FilterLogEventsResponse$ = [
|
|
1596
1685
|
3,
|
|
1597
1686
|
n0,
|
|
1598
1687
|
_FLERi,
|
|
@@ -1600,34 +1689,34 @@ var FilterLogEventsResponse = [
|
|
|
1600
1689
|
[_ev, _sLS, _nT],
|
|
1601
1690
|
[() => FilteredLogEvents, () => SearchedLogStreams, 0],
|
|
1602
1691
|
];
|
|
1603
|
-
var GetDataProtectionPolicyRequest = [3, n0, _GDPPR, 0, [_lGIo], [0]];
|
|
1604
|
-
var GetDataProtectionPolicyResponse = [3, n0, _GDPPRe, 0, [_lGIo, _pD, _lUT], [0, 0, 1]];
|
|
1605
|
-
var GetDeliveryDestinationPolicyRequest = [3, n0, _GDDPR, 0, [_dDN], [0]];
|
|
1606
|
-
var GetDeliveryDestinationPolicyResponse = [3, n0, _GDDPRe, 0, [_po], [() => Policy]];
|
|
1607
|
-
var GetDeliveryDestinationRequest = [3, n0, _GDDR, 0, [_n], [0]];
|
|
1608
|
-
var GetDeliveryDestinationResponse = [
|
|
1692
|
+
var GetDataProtectionPolicyRequest$ = [3, n0, _GDPPR, 0, [_lGIo], [0]];
|
|
1693
|
+
var GetDataProtectionPolicyResponse$ = [3, n0, _GDPPRe, 0, [_lGIo, _pD, _lUT], [0, 0, 1]];
|
|
1694
|
+
var GetDeliveryDestinationPolicyRequest$ = [3, n0, _GDDPR, 0, [_dDN], [0]];
|
|
1695
|
+
var GetDeliveryDestinationPolicyResponse$ = [3, n0, _GDDPRe, 0, [_po], [() => Policy$]];
|
|
1696
|
+
var GetDeliveryDestinationRequest$ = [3, n0, _GDDR, 0, [_n], [0]];
|
|
1697
|
+
var GetDeliveryDestinationResponse$ = [
|
|
1609
1698
|
3,
|
|
1610
1699
|
n0,
|
|
1611
1700
|
_GDDRe,
|
|
1612
1701
|
0,
|
|
1613
1702
|
[_dDe],
|
|
1614
|
-
[() => DeliveryDestination],
|
|
1615
|
-
];
|
|
1616
|
-
var GetDeliveryRequest = [3, n0, _GDR, 0, [_id], [0]];
|
|
1617
|
-
var GetDeliveryResponse = [3, n0, _GDRe, 0, [_de], [() => Delivery]];
|
|
1618
|
-
var GetDeliverySourceRequest = [3, n0, _GDSR, 0, [_n], [0]];
|
|
1619
|
-
var GetDeliverySourceResponse = [3, n0, _GDSRe, 0, [_dSel], [() => DeliverySource]];
|
|
1620
|
-
var GetIntegrationRequest = [3, n0, _GIR, 0, [_iN], [0]];
|
|
1621
|
-
var GetIntegrationResponse = [
|
|
1703
|
+
[() => DeliveryDestination$],
|
|
1704
|
+
];
|
|
1705
|
+
var GetDeliveryRequest$ = [3, n0, _GDR, 0, [_id], [0]];
|
|
1706
|
+
var GetDeliveryResponse$ = [3, n0, _GDRe, 0, [_de], [() => Delivery$]];
|
|
1707
|
+
var GetDeliverySourceRequest$ = [3, n0, _GDSR, 0, [_n], [0]];
|
|
1708
|
+
var GetDeliverySourceResponse$ = [3, n0, _GDSRe, 0, [_dSel], [() => DeliverySource$]];
|
|
1709
|
+
var GetIntegrationRequest$ = [3, n0, _GIR, 0, [_iN], [0]];
|
|
1710
|
+
var GetIntegrationResponse$ = [
|
|
1622
1711
|
3,
|
|
1623
1712
|
n0,
|
|
1624
1713
|
_GIRe,
|
|
1625
1714
|
0,
|
|
1626
|
-
[_iN, _iTn,
|
|
1627
|
-
[0, 0, 0, () => IntegrationDetails],
|
|
1715
|
+
[_iN, _iTn, _iSn, _iD],
|
|
1716
|
+
[0, 0, 0, () => IntegrationDetails$],
|
|
1628
1717
|
];
|
|
1629
|
-
var GetLogAnomalyDetectorRequest = [3, n0, _GLADR, 0, [_aDA], [0]];
|
|
1630
|
-
var GetLogAnomalyDetectorResponse = [
|
|
1718
|
+
var GetLogAnomalyDetectorRequest$ = [3, n0, _GLADR, 0, [_aDA], [0]];
|
|
1719
|
+
var GetLogAnomalyDetectorResponse$ = [
|
|
1631
1720
|
3,
|
|
1632
1721
|
n0,
|
|
1633
1722
|
_GLADRe,
|
|
@@ -1635,7 +1724,7 @@ var GetLogAnomalyDetectorResponse = [
|
|
|
1635
1724
|
[_dN, _lGAL, _eF, _fP, _aDS, _kKI, _cTS, _lMTS, _aVT],
|
|
1636
1725
|
[0, 64 | 0, 0, 0, 0, 0, 1, 1, 1],
|
|
1637
1726
|
];
|
|
1638
|
-
var GetLogEventsRequest = [
|
|
1727
|
+
var GetLogEventsRequest$ = [
|
|
1639
1728
|
3,
|
|
1640
1729
|
n0,
|
|
1641
1730
|
_GLER,
|
|
@@ -1643,7 +1732,7 @@ var GetLogEventsRequest = [
|
|
|
1643
1732
|
[_lGN, _lGIo, _lSN, _sTt, _eTn, _nT, _li, _sFH, _u],
|
|
1644
1733
|
[0, 0, 0, 1, 1, 0, 1, 2, 2],
|
|
1645
1734
|
];
|
|
1646
|
-
var GetLogEventsResponse = [
|
|
1735
|
+
var GetLogEventsResponse$ = [
|
|
1647
1736
|
3,
|
|
1648
1737
|
n0,
|
|
1649
1738
|
_GLERe,
|
|
@@ -1651,31 +1740,31 @@ var GetLogEventsResponse = [
|
|
|
1651
1740
|
[_ev, _nFT, _nBT],
|
|
1652
1741
|
[() => OutputLogEvents, 0, 0],
|
|
1653
1742
|
];
|
|
1654
|
-
var GetLogFieldsRequest = [3, n0, _GLFR, 0, [_dSNa, _dST], [0, 0]];
|
|
1655
|
-
var GetLogFieldsResponse = [3, n0, _GLFRe, 0, [_lF], [() => LogFieldsList]];
|
|
1656
|
-
var GetLogGroupFieldsRequest = [3, n0, _GLGFR, 0, [_lGN, _time, _lGIo], [0, 1, 0]];
|
|
1657
|
-
var GetLogGroupFieldsResponse = [3, n0, _GLGFRe, 0, [_lGF], [() => LogGroupFieldList]];
|
|
1658
|
-
var GetLogObjectRequest = [3, n0, _GLOR, 0, [_u, _lOP], [2, 0]];
|
|
1659
|
-
var GetLogObjectResponse = [
|
|
1743
|
+
var GetLogFieldsRequest$ = [3, n0, _GLFR, 0, [_dSNa, _dST], [0, 0]];
|
|
1744
|
+
var GetLogFieldsResponse$ = [3, n0, _GLFRe, 0, [_lF], [() => LogFieldsList]];
|
|
1745
|
+
var GetLogGroupFieldsRequest$ = [3, n0, _GLGFR, 0, [_lGN, _time, _lGIo], [0, 1, 0]];
|
|
1746
|
+
var GetLogGroupFieldsResponse$ = [3, n0, _GLGFRe, 0, [_lGF], [() => LogGroupFieldList]];
|
|
1747
|
+
var GetLogObjectRequest$ = [3, n0, _GLOR, 0, [_u, _lOP], [2, 0]];
|
|
1748
|
+
var GetLogObjectResponse$ = [
|
|
1660
1749
|
3,
|
|
1661
1750
|
n0,
|
|
1662
1751
|
_GLORe,
|
|
1663
1752
|
0,
|
|
1664
1753
|
[_fSi],
|
|
1665
|
-
[[() => GetLogObjectResponseStream
|
|
1754
|
+
[[() => GetLogObjectResponseStream$, 0]],
|
|
1666
1755
|
];
|
|
1667
|
-
var GetLogRecordRequest = [3, n0, _GLRR, 0, [_lRP, _u], [0, 2]];
|
|
1668
|
-
var GetLogRecordResponse = [3, n0, _GLRRe, 0, [_lR], [128 | 0]];
|
|
1669
|
-
var GetQueryResultsRequest = [3, n0, _GQRR, 0, [_qI], [0]];
|
|
1670
|
-
var GetQueryResultsResponse = [
|
|
1756
|
+
var GetLogRecordRequest$ = [3, n0, _GLRR, 0, [_lRP, _u], [0, 2]];
|
|
1757
|
+
var GetLogRecordResponse$ = [3, n0, _GLRRe, 0, [_lR], [128 | 0]];
|
|
1758
|
+
var GetQueryResultsRequest$ = [3, n0, _GQRR, 0, [_qI], [0]];
|
|
1759
|
+
var GetQueryResultsResponse$ = [
|
|
1671
1760
|
3,
|
|
1672
1761
|
n0,
|
|
1673
1762
|
_GQRRe,
|
|
1674
1763
|
0,
|
|
1675
1764
|
[_qL, _r, _stat, _sta, _eK],
|
|
1676
|
-
[0, () => QueryResults, () => QueryStatistics
|
|
1765
|
+
[0, () => QueryResults, () => QueryStatistics$, 0, 0],
|
|
1677
1766
|
];
|
|
1678
|
-
var GetScheduledQueryHistoryRequest = [
|
|
1767
|
+
var GetScheduledQueryHistoryRequest$ = [
|
|
1679
1768
|
3,
|
|
1680
1769
|
n0,
|
|
1681
1770
|
_GSQHR,
|
|
@@ -1683,7 +1772,7 @@ var GetScheduledQueryHistoryRequest = [
|
|
|
1683
1772
|
[_i, _sTt, _eTn, _eS, _mR, _nT],
|
|
1684
1773
|
[0, 1, 1, 64 | 0, 1, 0],
|
|
1685
1774
|
];
|
|
1686
|
-
var GetScheduledQueryHistoryResponse = [
|
|
1775
|
+
var GetScheduledQueryHistoryResponse$ = [
|
|
1687
1776
|
3,
|
|
1688
1777
|
n0,
|
|
1689
1778
|
_GSQHRe,
|
|
@@ -1691,42 +1780,53 @@ var GetScheduledQueryHistoryResponse = [
|
|
|
1691
1780
|
[_n, _sQA, _tH, _nT],
|
|
1692
1781
|
[0, 0, () => TriggerHistoryRecordList, 0],
|
|
1693
1782
|
];
|
|
1694
|
-
var GetScheduledQueryRequest = [3, n0, _GSQR, 0, [_i], [0]];
|
|
1695
|
-
var GetScheduledQueryResponse = [
|
|
1783
|
+
var GetScheduledQueryRequest$ = [3, n0, _GSQR, 0, [_i], [0]];
|
|
1784
|
+
var GetScheduledQueryResponse$ = [
|
|
1696
1785
|
3,
|
|
1697
1786
|
n0,
|
|
1698
1787
|
_GSQRe,
|
|
1699
1788
|
0,
|
|
1700
|
-
[_sQA, _n, _d, _qL, _qS, _lGI, _sE, _ti, _sTO, _dC, _st, _lTT, _lES, _sST, _sET, _eRA,
|
|
1701
|
-
[0, 0, 0, 0, 0, 64 | 0, 0, 0, 1, () => DestinationConfiguration
|
|
1789
|
+
[_sQA, _n, _d, _qL, _qS, _lGI, _sE, _ti, _sTO, _dC, _st, _lTT, _lES, _sST, _sET, _eRA, _cT, _lUT],
|
|
1790
|
+
[0, 0, 0, 0, 0, 64 | 0, 0, 0, 1, () => DestinationConfiguration$, 0, 1, 0, 1, 1, 0, 1, 1],
|
|
1702
1791
|
];
|
|
1703
|
-
var GetTransformerRequest = [3, n0, _GTR, 0, [_lGIo], [0]];
|
|
1704
|
-
var GetTransformerResponse = [
|
|
1792
|
+
var GetTransformerRequest$ = [3, n0, _GTR, 0, [_lGIo], [0]];
|
|
1793
|
+
var GetTransformerResponse$ = [
|
|
1705
1794
|
3,
|
|
1706
1795
|
n0,
|
|
1707
1796
|
_GTRe,
|
|
1708
1797
|
0,
|
|
1709
|
-
[_lGIo,
|
|
1798
|
+
[_lGIo, _cT, _lMT, _tC],
|
|
1710
1799
|
[0, 1, 1, () => Processors],
|
|
1711
1800
|
];
|
|
1712
|
-
var Grok = [3, n0, _G, 0, [_so, _ma], [0, 0]];
|
|
1713
|
-
var GroupingIdentifier = [3, n0, _GI, 0, [_k, _v], [0, 0]];
|
|
1714
|
-
var
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
var
|
|
1724
|
-
|
|
1725
|
-
var
|
|
1726
|
-
|
|
1727
|
-
var
|
|
1728
|
-
|
|
1729
|
-
|
|
1801
|
+
var Grok$ = [3, n0, _G, 0, [_so, _ma], [0, 0]];
|
|
1802
|
+
var GroupingIdentifier$ = [3, n0, _GI, 0, [_k, _v], [0, 0]];
|
|
1803
|
+
var Import$ = [
|
|
1804
|
+
3,
|
|
1805
|
+
n0,
|
|
1806
|
+
_I,
|
|
1807
|
+
0,
|
|
1808
|
+
[_iI, _iSA, _iSm, _iDA, _iS, _iF, _cT, _lUT, _eM],
|
|
1809
|
+
[0, 0, 0, 0, () => ImportStatistics$, () => ImportFilter$, 1, 1, 0],
|
|
1810
|
+
];
|
|
1811
|
+
var ImportBatch$ = [3, n0, _IB, 0, [_bI, _sta, _eM], [0, 0, 0]];
|
|
1812
|
+
var ImportFilter$ = [3, n0, _IF, 0, [_sETt, _eET], [1, 1]];
|
|
1813
|
+
var ImportStatistics$ = [3, n0, _IS, 0, [_bIy], [1]];
|
|
1814
|
+
var IndexPolicy$ = [3, n0, _IP, 0, [_lGIo, _lUTa, _pD, _pN, _so], [0, 1, 0, 0, 0]];
|
|
1815
|
+
var InputLogEvent$ = [3, n0, _ILE, 0, [_tim, _m], [1, 0]];
|
|
1816
|
+
var IntegrationSummary$ = [3, n0, _ISn, 0, [_iN, _iTn, _iSn], [0, 0, 0]];
|
|
1817
|
+
var InternalServerException$ = [-3, n0, _ISE, { [_e]: _ser, [_hE]: 500 }, [_m], [0]];
|
|
1818
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
1819
|
+
var InternalStreamingException$ = [-3, n0, _ISEn, { [_e]: _c }, [_m], [0]];
|
|
1820
|
+
schema.TypeRegistry.for(n0).registerError(InternalStreamingException$, InternalStreamingException);
|
|
1821
|
+
var InvalidOperationException$ = [-3, n0, _IOE, { [_e]: _c }, [_m], [0]];
|
|
1822
|
+
schema.TypeRegistry.for(n0).registerError(InvalidOperationException$, InvalidOperationException);
|
|
1823
|
+
var InvalidParameterException$ = [-3, n0, _IPE, { [_e]: _c }, [_m], [0]];
|
|
1824
|
+
schema.TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
|
|
1825
|
+
var InvalidSequenceTokenException$ = [-3, n0, _ISTE, { [_e]: _c }, [_eST, _m], [0, 0]];
|
|
1826
|
+
schema.TypeRegistry.for(n0).registerError(InvalidSequenceTokenException$, InvalidSequenceTokenException);
|
|
1827
|
+
var LimitExceededException$ = [-3, n0, _LEE, { [_e]: _c }, [_m], [0]];
|
|
1828
|
+
schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
1829
|
+
var ListAggregateLogGroupSummariesRequest$ = [
|
|
1730
1830
|
3,
|
|
1731
1831
|
n0,
|
|
1732
1832
|
_LALGSR,
|
|
@@ -1734,7 +1834,7 @@ var ListAggregateLogGroupSummariesRequest = [
|
|
|
1734
1834
|
[_aIc, _iLA, _lGCo, _lGNPo, _dSa, _gB, _nT, _li],
|
|
1735
1835
|
[64 | 0, 2, 0, 0, () => DataSourceFilters, 0, 0, 1],
|
|
1736
1836
|
];
|
|
1737
|
-
var ListAggregateLogGroupSummariesResponse = [
|
|
1837
|
+
var ListAggregateLogGroupSummariesResponse$ = [
|
|
1738
1838
|
3,
|
|
1739
1839
|
n0,
|
|
1740
1840
|
_LALGSRi,
|
|
@@ -1742,12 +1842,12 @@ var ListAggregateLogGroupSummariesResponse = [
|
|
|
1742
1842
|
[_aLGS, _nT],
|
|
1743
1843
|
[() => AggregateLogGroupSummaries, 0],
|
|
1744
1844
|
];
|
|
1745
|
-
var ListAnomaliesRequest = [3, n0, _LAR, 0, [_aDA, _sS, _li, _nT], [0, 0, 1, 0]];
|
|
1746
|
-
var ListAnomaliesResponse = [3, n0, _LARi, 0, [_an, _nT], [() => Anomalies, 0]];
|
|
1747
|
-
var ListIntegrationsRequest = [3, n0, _LIR, 0, [_iNP, _iTn,
|
|
1748
|
-
var ListIntegrationsResponse = [3, n0, _LIRi, 0, [
|
|
1749
|
-
var ListLogAnomalyDetectorsRequest = [3, n0, _LLADR, 0, [_fLGA, _li, _nT], [0, 1, 0]];
|
|
1750
|
-
var ListLogAnomalyDetectorsResponse = [
|
|
1845
|
+
var ListAnomaliesRequest$ = [3, n0, _LAR, 0, [_aDA, _sS, _li, _nT], [0, 0, 1, 0]];
|
|
1846
|
+
var ListAnomaliesResponse$ = [3, n0, _LARi, 0, [_an, _nT], [() => Anomalies, 0]];
|
|
1847
|
+
var ListIntegrationsRequest$ = [3, n0, _LIR, 0, [_iNP, _iTn, _iSn], [0, 0, 0]];
|
|
1848
|
+
var ListIntegrationsResponse$ = [3, n0, _LIRi, 0, [_iSnt], [() => IntegrationSummaries]];
|
|
1849
|
+
var ListLogAnomalyDetectorsRequest$ = [3, n0, _LLADR, 0, [_fLGA, _li, _nT], [0, 1, 0]];
|
|
1850
|
+
var ListLogAnomalyDetectorsResponse$ = [
|
|
1751
1851
|
3,
|
|
1752
1852
|
n0,
|
|
1753
1853
|
_LLADRi,
|
|
@@ -1755,9 +1855,9 @@ var ListLogAnomalyDetectorsResponse = [
|
|
|
1755
1855
|
[_aD, _nT],
|
|
1756
1856
|
[() => AnomalyDetectors, 0],
|
|
1757
1857
|
];
|
|
1758
|
-
var ListLogGroupsForQueryRequest = [3, n0, _LLGFQR, 0, [_qI, _nT, _mR], [0, 0, 1]];
|
|
1759
|
-
var ListLogGroupsForQueryResponse = [3, n0, _LLGFQRi, 0, [_lGI, _nT], [64 | 0, 0]];
|
|
1760
|
-
var ListLogGroupsRequest = [
|
|
1858
|
+
var ListLogGroupsForQueryRequest$ = [3, n0, _LLGFQR, 0, [_qI, _nT, _mR], [0, 0, 1]];
|
|
1859
|
+
var ListLogGroupsForQueryResponse$ = [3, n0, _LLGFQRi, 0, [_lGI, _nT], [64 | 0, 0]];
|
|
1860
|
+
var ListLogGroupsRequest$ = [
|
|
1761
1861
|
3,
|
|
1762
1862
|
n0,
|
|
1763
1863
|
_LLGR,
|
|
@@ -1765,9 +1865,9 @@ var ListLogGroupsRequest = [
|
|
|
1765
1865
|
[_lGNPo, _lGCo, _iLA, _aIc, _nT, _li, _dSa, _fINi],
|
|
1766
1866
|
[0, 0, 2, 64 | 0, 0, 1, () => DataSourceFilters, 64 | 0],
|
|
1767
1867
|
];
|
|
1768
|
-
var ListLogGroupsResponse = [3, n0, _LLGRi, 0, [_lG, _nT], [() => LogGroupSummaries, 0]];
|
|
1769
|
-
var ListScheduledQueriesRequest = [3, n0, _LSQR, 0, [_mR, _nT, _st], [1, 0, 0]];
|
|
1770
|
-
var ListScheduledQueriesResponse = [
|
|
1868
|
+
var ListLogGroupsResponse$ = [3, n0, _LLGRi, 0, [_lG, _nT], [() => LogGroupSummaries, 0]];
|
|
1869
|
+
var ListScheduledQueriesRequest$ = [3, n0, _LSQR, 0, [_mR, _nT, _st], [1, 0, 0]];
|
|
1870
|
+
var ListScheduledQueriesResponse$ = [
|
|
1771
1871
|
3,
|
|
1772
1872
|
n0,
|
|
1773
1873
|
_LSQRi,
|
|
@@ -1775,7 +1875,7 @@ var ListScheduledQueriesResponse = [
|
|
|
1775
1875
|
[_nT, _sQ],
|
|
1776
1876
|
[0, () => ScheduledQuerySummaryList],
|
|
1777
1877
|
];
|
|
1778
|
-
var ListSourcesForS3TableIntegrationRequest = [
|
|
1878
|
+
var ListSourcesForS3TableIntegrationRequest$ = [
|
|
1779
1879
|
3,
|
|
1780
1880
|
n0,
|
|
1781
1881
|
_LSFSTIR,
|
|
@@ -1783,7 +1883,7 @@ var ListSourcesForS3TableIntegrationRequest = [
|
|
|
1783
1883
|
[_iA, _mR, _nT],
|
|
1784
1884
|
[0, 1, 0],
|
|
1785
1885
|
];
|
|
1786
|
-
var ListSourcesForS3TableIntegrationResponse = [
|
|
1886
|
+
var ListSourcesForS3TableIntegrationResponse$ = [
|
|
1787
1887
|
3,
|
|
1788
1888
|
n0,
|
|
1789
1889
|
_LSFSTIRi,
|
|
@@ -1791,12 +1891,12 @@ var ListSourcesForS3TableIntegrationResponse = [
|
|
|
1791
1891
|
[_sou, _nT],
|
|
1792
1892
|
[() => S3TableIntegrationSources, 0],
|
|
1793
1893
|
];
|
|
1794
|
-
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [0]];
|
|
1795
|
-
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_ta], [128 | 0]];
|
|
1796
|
-
var ListTagsLogGroupRequest = [3, n0, _LTLGR, 0, [_lGN], [0]];
|
|
1797
|
-
var ListTagsLogGroupResponse = [3, n0, _LTLGRi, 0, [_ta], [128 | 0]];
|
|
1798
|
-
var ListToMap = [3, n0, _LTM, 0, [_so, _k, _vK, _t, _fl, _fE], [0, 0, 0, 0, 2, 0]];
|
|
1799
|
-
var LiveTailSessionLogEvent = [
|
|
1894
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [0]];
|
|
1895
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_ta], [128 | 0]];
|
|
1896
|
+
var ListTagsLogGroupRequest$ = [3, n0, _LTLGR, 0, [_lGN], [0]];
|
|
1897
|
+
var ListTagsLogGroupResponse$ = [3, n0, _LTLGRi, 0, [_ta], [128 | 0]];
|
|
1898
|
+
var ListToMap$ = [3, n0, _LTM, 0, [_so, _k, _vK, _t, _fl, _fE], [0, 0, 0, 0, 2, 0]];
|
|
1899
|
+
var LiveTailSessionLogEvent$ = [
|
|
1800
1900
|
3,
|
|
1801
1901
|
n0,
|
|
1802
1902
|
_LTSLE,
|
|
@@ -1804,8 +1904,8 @@ var LiveTailSessionLogEvent = [
|
|
|
1804
1904
|
[_lSN, _lGIo, _m, _tim, _iT],
|
|
1805
1905
|
[0, 0, 0, 1, 1],
|
|
1806
1906
|
];
|
|
1807
|
-
var LiveTailSessionMetadata = [3, n0, _LTSM, 0, [_sa], [2]];
|
|
1808
|
-
var LiveTailSessionStart = [
|
|
1907
|
+
var LiveTailSessionMetadata$ = [3, n0, _LTSM, 0, [_sa], [2]];
|
|
1908
|
+
var LiveTailSessionStart$ = [
|
|
1809
1909
|
3,
|
|
1810
1910
|
n0,
|
|
1811
1911
|
_LTSS,
|
|
@@ -1813,62 +1913,62 @@ var LiveTailSessionStart = [
|
|
|
1813
1913
|
[_rIe, _sI, _lGI, _lSNo, _lSNPo, _lEFP],
|
|
1814
1914
|
[0, 0, 64 | 0, 64 | 0, 64 | 0, 0],
|
|
1815
1915
|
];
|
|
1816
|
-
var LiveTailSessionUpdate = [
|
|
1916
|
+
var LiveTailSessionUpdate$ = [
|
|
1817
1917
|
3,
|
|
1818
1918
|
n0,
|
|
1819
1919
|
_LTSU,
|
|
1820
1920
|
0,
|
|
1821
1921
|
[_sM, _sR],
|
|
1822
|
-
[() => LiveTailSessionMetadata
|
|
1922
|
+
[() => LiveTailSessionMetadata$, () => LiveTailSessionResults],
|
|
1823
1923
|
];
|
|
1824
|
-
var LogEvent = [3, n0, _LE, 0, [_tim, _m], [1, 0]];
|
|
1825
|
-
var LogFieldsListItem = [3, n0, _LFLI, 0, [_lFN, _lFT], [0, () => LogFieldType]];
|
|
1826
|
-
var LogFieldType = [
|
|
1924
|
+
var LogEvent$ = [3, n0, _LE, 0, [_tim, _m], [1, 0]];
|
|
1925
|
+
var LogFieldsListItem$ = [3, n0, _LFLI, 0, [_lFN, _lFT], [0, () => LogFieldType$]];
|
|
1926
|
+
var LogFieldType$ = [
|
|
1827
1927
|
3,
|
|
1828
1928
|
n0,
|
|
1829
1929
|
_LFT,
|
|
1830
1930
|
0,
|
|
1831
1931
|
[_ty, _el, _fi],
|
|
1832
|
-
[0, () => LogFieldType
|
|
1932
|
+
[0, () => LogFieldType$, () => LogFieldsList],
|
|
1833
1933
|
];
|
|
1834
|
-
var LogGroup = [
|
|
1934
|
+
var LogGroup$ = [
|
|
1835
1935
|
3,
|
|
1836
1936
|
n0,
|
|
1837
1937
|
_LG,
|
|
1838
1938
|
0,
|
|
1839
|
-
[_lGN,
|
|
1939
|
+
[_lGN, _cT, _rID, _mFC, _ar, _sB, _kKI, _dPS, _iPn, _lGCo, _lGA, _dPE],
|
|
1840
1940
|
[0, 1, 1, 1, 0, 1, 0, 0, 64 | 0, 0, 0, 2],
|
|
1841
1941
|
];
|
|
1842
|
-
var LogGroupField = [3, n0, _LGF, 0, [_n, _pe], [0, 1]];
|
|
1843
|
-
var LogGroupSummary = [3, n0, _LGS, 0, [_lGN, _lGA, _lGCo], [0, 0, 0]];
|
|
1844
|
-
var LogStream = [
|
|
1942
|
+
var LogGroupField$ = [3, n0, _LGF, 0, [_n, _pe], [0, 1]];
|
|
1943
|
+
var LogGroupSummary$ = [3, n0, _LGS, 0, [_lGN, _lGA, _lGCo], [0, 0, 0]];
|
|
1944
|
+
var LogStream$ = [
|
|
1845
1945
|
3,
|
|
1846
1946
|
n0,
|
|
1847
1947
|
_LS,
|
|
1848
1948
|
0,
|
|
1849
|
-
[_lSN,
|
|
1949
|
+
[_lSN, _cT, _fETi, _lETa, _lIT, _uST, _ar, _sB],
|
|
1850
1950
|
[0, 1, 1, 1, 1, 0, 0, 1],
|
|
1851
1951
|
];
|
|
1852
|
-
var LowerCaseString = [3, n0, _LCS, 0, [_wK], [64 | 0]];
|
|
1853
|
-
var MalformedQueryException = [
|
|
1952
|
+
var LowerCaseString$ = [3, n0, _LCS, 0, [_wK], [64 | 0]];
|
|
1953
|
+
var MalformedQueryException$ = [
|
|
1854
1954
|
-3,
|
|
1855
1955
|
n0,
|
|
1856
1956
|
_MQE,
|
|
1857
1957
|
{ [_e]: _c },
|
|
1858
1958
|
[_qCE, _m],
|
|
1859
|
-
[() => QueryCompileError
|
|
1959
|
+
[() => QueryCompileError$, 0],
|
|
1860
1960
|
];
|
|
1861
|
-
schema.TypeRegistry.for(n0).registerError(MalformedQueryException
|
|
1862
|
-
var MetricFilter = [
|
|
1961
|
+
schema.TypeRegistry.for(n0).registerError(MalformedQueryException$, MalformedQueryException);
|
|
1962
|
+
var MetricFilter$ = [
|
|
1863
1963
|
3,
|
|
1864
1964
|
n0,
|
|
1865
1965
|
_MF,
|
|
1866
1966
|
0,
|
|
1867
|
-
[_fN, _fP, _mT,
|
|
1967
|
+
[_fN, _fP, _mT, _cT, _lGN, _aOTL, _fSC, _eSFD],
|
|
1868
1968
|
[0, 0, () => MetricTransformations, 1, 0, 2, 0, 64 | 0],
|
|
1869
1969
|
];
|
|
1870
|
-
var MetricFilterMatchRecord = [3, n0, _MFMR, 0, [_eN,
|
|
1871
|
-
var MetricTransformation = [
|
|
1970
|
+
var MetricFilterMatchRecord$ = [3, n0, _MFMR, 0, [_eN, _eMv, _eV], [1, 0, 128 | 0]];
|
|
1971
|
+
var MetricTransformation$ = [
|
|
1872
1972
|
3,
|
|
1873
1973
|
n0,
|
|
1874
1974
|
_MT,
|
|
@@ -1876,82 +1976,82 @@ var MetricTransformation = [
|
|
|
1876
1976
|
[_mN, _mNe, _mV, _dV, _di, _un],
|
|
1877
1977
|
[0, 0, 0, 1, 128 | 0, 0],
|
|
1878
1978
|
];
|
|
1879
|
-
var MoveKeyEntry = [3, n0, _MKE, 0, [_so, _t, _oIE], [0, 0, 2]];
|
|
1880
|
-
var MoveKeys = [3, n0, _MK, 0, [_en], [() => MoveKeyEntries]];
|
|
1881
|
-
var OpenSearchApplication = [
|
|
1979
|
+
var MoveKeyEntry$ = [3, n0, _MKE, 0, [_so, _t, _oIE], [0, 0, 2]];
|
|
1980
|
+
var MoveKeys$ = [3, n0, _MK, 0, [_en], [() => MoveKeyEntries]];
|
|
1981
|
+
var OpenSearchApplication$ = [
|
|
1882
1982
|
3,
|
|
1883
1983
|
n0,
|
|
1884
1984
|
_OSA,
|
|
1885
1985
|
0,
|
|
1886
1986
|
[_aE, _aA, _aIp, _sta],
|
|
1887
|
-
[0, 0, 0, () => OpenSearchResourceStatus],
|
|
1987
|
+
[0, 0, 0, () => OpenSearchResourceStatus$],
|
|
1888
1988
|
];
|
|
1889
|
-
var OpenSearchCollection = [
|
|
1989
|
+
var OpenSearchCollection$ = [
|
|
1890
1990
|
3,
|
|
1891
1991
|
n0,
|
|
1892
1992
|
_OSC,
|
|
1893
1993
|
0,
|
|
1894
1994
|
[_cE, _cA, _sta],
|
|
1895
|
-
[0, 0, () => OpenSearchResourceStatus],
|
|
1995
|
+
[0, 0, () => OpenSearchResourceStatus$],
|
|
1896
1996
|
];
|
|
1897
|
-
var OpenSearchDataAccessPolicy = [
|
|
1997
|
+
var OpenSearchDataAccessPolicy$ = [
|
|
1898
1998
|
3,
|
|
1899
1999
|
n0,
|
|
1900
2000
|
_OSDAP,
|
|
1901
2001
|
0,
|
|
1902
2002
|
[_pN, _sta],
|
|
1903
|
-
[0, () => OpenSearchResourceStatus],
|
|
2003
|
+
[0, () => OpenSearchResourceStatus$],
|
|
1904
2004
|
];
|
|
1905
|
-
var OpenSearchDataSource = [
|
|
2005
|
+
var OpenSearchDataSource$ = [
|
|
1906
2006
|
3,
|
|
1907
2007
|
n0,
|
|
1908
2008
|
_OSDS,
|
|
1909
2009
|
0,
|
|
1910
2010
|
[_dSNa, _sta],
|
|
1911
|
-
[0, () => OpenSearchResourceStatus],
|
|
2011
|
+
[0, () => OpenSearchResourceStatus$],
|
|
1912
2012
|
];
|
|
1913
|
-
var OpenSearchEncryptionPolicy = [
|
|
2013
|
+
var OpenSearchEncryptionPolicy$ = [
|
|
1914
2014
|
3,
|
|
1915
2015
|
n0,
|
|
1916
2016
|
_OSEP,
|
|
1917
2017
|
0,
|
|
1918
2018
|
[_pN, _sta],
|
|
1919
|
-
[0, () => OpenSearchResourceStatus],
|
|
2019
|
+
[0, () => OpenSearchResourceStatus$],
|
|
1920
2020
|
];
|
|
1921
|
-
var OpenSearchIntegrationDetails = [
|
|
2021
|
+
var OpenSearchIntegrationDetails$ = [
|
|
1922
2022
|
3,
|
|
1923
2023
|
n0,
|
|
1924
2024
|
_OSID,
|
|
1925
2025
|
0,
|
|
1926
2026
|
[_dS, _ap, _col, _w, _eP, _nP, _aPc, _lP],
|
|
1927
2027
|
[
|
|
1928
|
-
() => OpenSearchDataSource
|
|
1929
|
-
() => OpenSearchApplication
|
|
1930
|
-
() => OpenSearchCollection
|
|
1931
|
-
() => OpenSearchWorkspace
|
|
1932
|
-
() => OpenSearchEncryptionPolicy
|
|
1933
|
-
() => OpenSearchNetworkPolicy
|
|
1934
|
-
() => OpenSearchDataAccessPolicy
|
|
1935
|
-
() => OpenSearchLifecyclePolicy
|
|
2028
|
+
() => OpenSearchDataSource$,
|
|
2029
|
+
() => OpenSearchApplication$,
|
|
2030
|
+
() => OpenSearchCollection$,
|
|
2031
|
+
() => OpenSearchWorkspace$,
|
|
2032
|
+
() => OpenSearchEncryptionPolicy$,
|
|
2033
|
+
() => OpenSearchNetworkPolicy$,
|
|
2034
|
+
() => OpenSearchDataAccessPolicy$,
|
|
2035
|
+
() => OpenSearchLifecyclePolicy$,
|
|
1936
2036
|
],
|
|
1937
2037
|
];
|
|
1938
|
-
var OpenSearchLifecyclePolicy = [
|
|
2038
|
+
var OpenSearchLifecyclePolicy$ = [
|
|
1939
2039
|
3,
|
|
1940
2040
|
n0,
|
|
1941
2041
|
_OSLP,
|
|
1942
2042
|
0,
|
|
1943
2043
|
[_pN, _sta],
|
|
1944
|
-
[0, () => OpenSearchResourceStatus],
|
|
2044
|
+
[0, () => OpenSearchResourceStatus$],
|
|
1945
2045
|
];
|
|
1946
|
-
var OpenSearchNetworkPolicy = [
|
|
2046
|
+
var OpenSearchNetworkPolicy$ = [
|
|
1947
2047
|
3,
|
|
1948
2048
|
n0,
|
|
1949
2049
|
_OSNP,
|
|
1950
2050
|
0,
|
|
1951
2051
|
[_pN, _sta],
|
|
1952
|
-
[0, () => OpenSearchResourceStatus],
|
|
2052
|
+
[0, () => OpenSearchResourceStatus$],
|
|
1953
2053
|
];
|
|
1954
|
-
var OpenSearchResourceConfig = [
|
|
2054
|
+
var OpenSearchResourceConfig$ = [
|
|
1955
2055
|
3,
|
|
1956
2056
|
n0,
|
|
1957
2057
|
_OSRC,
|
|
@@ -1959,21 +2059,21 @@ var OpenSearchResourceConfig = [
|
|
|
1959
2059
|
[_kKA, _dSRA, _dVP, _aA, _rD],
|
|
1960
2060
|
[0, 0, 64 | 0, 0, 1],
|
|
1961
2061
|
];
|
|
1962
|
-
var OpenSearchResourceStatus = [3, n0, _OSRS, 0, [_sta, _sMt], [0, 0]];
|
|
1963
|
-
var OpenSearchWorkspace = [
|
|
2062
|
+
var OpenSearchResourceStatus$ = [3, n0, _OSRS, 0, [_sta, _sMt], [0, 0]];
|
|
2063
|
+
var OpenSearchWorkspace$ = [
|
|
1964
2064
|
3,
|
|
1965
2065
|
n0,
|
|
1966
2066
|
_OSW,
|
|
1967
2067
|
0,
|
|
1968
2068
|
[_wI, _sta],
|
|
1969
|
-
[0, () => OpenSearchResourceStatus],
|
|
1970
|
-
];
|
|
1971
|
-
var OperationAbortedException = [-3, n0, _OAE, { [_e]: _c }, [_m], [0]];
|
|
1972
|
-
schema.TypeRegistry.for(n0).registerError(OperationAbortedException
|
|
1973
|
-
var OutputLogEvent = [3, n0, _OLE, 0, [_tim, _m, _iT], [1, 0, 1]];
|
|
1974
|
-
var ParseCloudfront = [3, n0, _PC, 0, [_so], [0]];
|
|
1975
|
-
var ParseJSON = [3, n0, _PJSON, 0, [_so, _des], [0, 0]];
|
|
1976
|
-
var ParseKeyValue = [
|
|
2069
|
+
[0, () => OpenSearchResourceStatus$],
|
|
2070
|
+
];
|
|
2071
|
+
var OperationAbortedException$ = [-3, n0, _OAE, { [_e]: _c }, [_m], [0]];
|
|
2072
|
+
schema.TypeRegistry.for(n0).registerError(OperationAbortedException$, OperationAbortedException);
|
|
2073
|
+
var OutputLogEvent$ = [3, n0, _OLE, 0, [_tim, _m, _iT], [1, 0, 1]];
|
|
2074
|
+
var ParseCloudfront$ = [3, n0, _PC, 0, [_so], [0]];
|
|
2075
|
+
var ParseJSON$ = [3, n0, _PJSON, 0, [_so, _des], [0, 0]];
|
|
2076
|
+
var ParseKeyValue$ = [
|
|
1977
2077
|
3,
|
|
1978
2078
|
n0,
|
|
1979
2079
|
_PKV,
|
|
@@ -1981,14 +2081,14 @@ var ParseKeyValue = [
|
|
|
1981
2081
|
[_so, _des, _fD, _kVD, _kP, _nMV, _oIE],
|
|
1982
2082
|
[0, 0, 0, 0, 0, 0, 2],
|
|
1983
2083
|
];
|
|
1984
|
-
var ParsePostgres = [3, n0, _PP, 0, [_so], [0]];
|
|
1985
|
-
var ParseRoute53 = [3, n0, _PR, 0, [_so], [0]];
|
|
1986
|
-
var ParseToOCSF = [3, n0, _PTOCSF, 0, [_so, _eSv, _oV, _mVa], [0, 0, 0, 0]];
|
|
1987
|
-
var ParseVPC = [3, n0, _PVPC, 0, [_so], [0]];
|
|
1988
|
-
var ParseWAF = [3, n0, _PWAF, 0, [_so], [0]];
|
|
1989
|
-
var PatternToken = [3, n0, _PT, 0, [_dTP, _iDs, _tS, _enu, _iTN], [1, 2, 0, 128 | 1, 0]];
|
|
1990
|
-
var Policy = [3, n0, _P, 0, [_dDP], [0]];
|
|
1991
|
-
var Processor = [
|
|
2084
|
+
var ParsePostgres$ = [3, n0, _PP, 0, [_so], [0]];
|
|
2085
|
+
var ParseRoute53$ = [3, n0, _PR, 0, [_so], [0]];
|
|
2086
|
+
var ParseToOCSF$ = [3, n0, _PTOCSF, 0, [_so, _eSv, _oV, _mVa], [0, 0, 0, 0]];
|
|
2087
|
+
var ParseVPC$ = [3, n0, _PVPC, 0, [_so], [0]];
|
|
2088
|
+
var ParseWAF$ = [3, n0, _PWAF, 0, [_so], [0]];
|
|
2089
|
+
var PatternToken$ = [3, n0, _PT, 0, [_dTP, _iDs, _tS, _enu, _iTN], [1, 2, 0, 128 | 1, 0]];
|
|
2090
|
+
var Policy$ = [3, n0, _P, 0, [_dDP], [0]];
|
|
2091
|
+
var Processor$ = [
|
|
1992
2092
|
3,
|
|
1993
2093
|
n0,
|
|
1994
2094
|
_Pr,
|
|
@@ -2019,32 +2119,32 @@ var Processor = [
|
|
|
2019
2119
|
_uCS,
|
|
2020
2120
|
],
|
|
2021
2121
|
[
|
|
2022
|
-
() => AddKeys
|
|
2023
|
-
() => CopyValue
|
|
2024
|
-
() => CSV
|
|
2025
|
-
() => DateTimeConverter
|
|
2026
|
-
() => DeleteKeys
|
|
2027
|
-
() => Grok
|
|
2028
|
-
() => ListToMap
|
|
2029
|
-
() => LowerCaseString
|
|
2030
|
-
() => MoveKeys
|
|
2031
|
-
() => ParseCloudfront
|
|
2032
|
-
() => ParseJSON
|
|
2033
|
-
() => ParseKeyValue
|
|
2034
|
-
() => ParseRoute53
|
|
2035
|
-
() => ParseToOCSF
|
|
2036
|
-
() => ParsePostgres
|
|
2037
|
-
() => ParseVPC
|
|
2038
|
-
() => ParseWAF
|
|
2039
|
-
() => RenameKeys
|
|
2040
|
-
() => SplitString
|
|
2041
|
-
() => SubstituteString
|
|
2042
|
-
() => TrimString
|
|
2043
|
-
() => TypeConverter
|
|
2044
|
-
() => UpperCaseString
|
|
2122
|
+
() => AddKeys$,
|
|
2123
|
+
() => CopyValue$,
|
|
2124
|
+
() => CSV$,
|
|
2125
|
+
() => DateTimeConverter$,
|
|
2126
|
+
() => DeleteKeys$,
|
|
2127
|
+
() => Grok$,
|
|
2128
|
+
() => ListToMap$,
|
|
2129
|
+
() => LowerCaseString$,
|
|
2130
|
+
() => MoveKeys$,
|
|
2131
|
+
() => ParseCloudfront$,
|
|
2132
|
+
() => ParseJSON$,
|
|
2133
|
+
() => ParseKeyValue$,
|
|
2134
|
+
() => ParseRoute53$,
|
|
2135
|
+
() => ParseToOCSF$,
|
|
2136
|
+
() => ParsePostgres$,
|
|
2137
|
+
() => ParseVPC$,
|
|
2138
|
+
() => ParseWAF$,
|
|
2139
|
+
() => RenameKeys$,
|
|
2140
|
+
() => SplitString$,
|
|
2141
|
+
() => SubstituteString$,
|
|
2142
|
+
() => TrimString$,
|
|
2143
|
+
() => TypeConverter$,
|
|
2144
|
+
() => UpperCaseString$,
|
|
2045
2145
|
],
|
|
2046
2146
|
];
|
|
2047
|
-
var PutAccountPolicyRequest = [
|
|
2147
|
+
var PutAccountPolicyRequest$ = [
|
|
2048
2148
|
3,
|
|
2049
2149
|
n0,
|
|
2050
2150
|
_PAPR,
|
|
@@ -2052,61 +2152,68 @@ var PutAccountPolicyRequest = [
|
|
|
2052
2152
|
[_pN, _pD, _pT, _s, _sC],
|
|
2053
2153
|
[0, 0, 0, 0, 0],
|
|
2054
2154
|
];
|
|
2055
|
-
var PutAccountPolicyResponse = [3, n0, _PAPRu, 0, [_aPcc], [() => AccountPolicy]];
|
|
2056
|
-
var PutDataProtectionPolicyRequest = [3, n0, _PDPPR, 0, [_lGIo, _pD], [0, 0]];
|
|
2057
|
-
var PutDataProtectionPolicyResponse = [3, n0, _PDPPRu, 0, [_lGIo, _pD, _lUT], [0, 0, 1]];
|
|
2058
|
-
var PutDeliveryDestinationPolicyRequest = [3, n0, _PDDPR, 0, [_dDN, _dDP], [0, 0]];
|
|
2059
|
-
var PutDeliveryDestinationPolicyResponse = [3, n0, _PDDPRu, 0, [_po], [() => Policy]];
|
|
2060
|
-
var PutDeliveryDestinationRequest = [
|
|
2155
|
+
var PutAccountPolicyResponse$ = [3, n0, _PAPRu, 0, [_aPcc], [() => AccountPolicy$]];
|
|
2156
|
+
var PutDataProtectionPolicyRequest$ = [3, n0, _PDPPR, 0, [_lGIo, _pD], [0, 0]];
|
|
2157
|
+
var PutDataProtectionPolicyResponse$ = [3, n0, _PDPPRu, 0, [_lGIo, _pD, _lUT], [0, 0, 1]];
|
|
2158
|
+
var PutDeliveryDestinationPolicyRequest$ = [3, n0, _PDDPR, 0, [_dDN, _dDP], [0, 0]];
|
|
2159
|
+
var PutDeliveryDestinationPolicyResponse$ = [3, n0, _PDDPRu, 0, [_po], [() => Policy$]];
|
|
2160
|
+
var PutDeliveryDestinationRequest$ = [
|
|
2061
2161
|
3,
|
|
2062
2162
|
n0,
|
|
2063
2163
|
_PDDR,
|
|
2064
2164
|
0,
|
|
2065
2165
|
[_n, _oF, _dDC, _dDT, _ta],
|
|
2066
|
-
[0, 0, () => DeliveryDestinationConfiguration
|
|
2166
|
+
[0, 0, () => DeliveryDestinationConfiguration$, 0, 128 | 0],
|
|
2067
2167
|
];
|
|
2068
|
-
var PutDeliveryDestinationResponse = [
|
|
2168
|
+
var PutDeliveryDestinationResponse$ = [
|
|
2069
2169
|
3,
|
|
2070
2170
|
n0,
|
|
2071
2171
|
_PDDRu,
|
|
2072
2172
|
0,
|
|
2073
2173
|
[_dDe],
|
|
2074
|
-
[() => DeliveryDestination],
|
|
2075
|
-
];
|
|
2076
|
-
var PutDeliverySourceRequest = [
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2174
|
+
[() => DeliveryDestination$],
|
|
2175
|
+
];
|
|
2176
|
+
var PutDeliverySourceRequest$ = [
|
|
2177
|
+
3,
|
|
2178
|
+
n0,
|
|
2179
|
+
_PDSR,
|
|
2180
|
+
0,
|
|
2181
|
+
[_n, _rA, _lT, _ta],
|
|
2182
|
+
[0, 0, 0, 128 | 0],
|
|
2183
|
+
];
|
|
2184
|
+
var PutDeliverySourceResponse$ = [3, n0, _PDSRu, 0, [_dSel], [() => DeliverySource$]];
|
|
2185
|
+
var PutDestinationPolicyRequest$ = [3, n0, _PDPR, 0, [_dNe, _aPc, _fU], [0, 0, 2]];
|
|
2186
|
+
var PutDestinationRequest$ = [3, n0, _PDR, 0, [_dNe, _tA, _rAo, _ta], [0, 0, 0, 128 | 0]];
|
|
2187
|
+
var PutDestinationResponse$ = [3, n0, _PDRu, 0, [_des], [() => Destination$]];
|
|
2188
|
+
var PutIndexPolicyRequest$ = [3, n0, _PIPR, 0, [_lGIo, _pD], [0, 0]];
|
|
2189
|
+
var PutIndexPolicyResponse$ = [3, n0, _PIPRu, 0, [_iPnd], [() => IndexPolicy$]];
|
|
2190
|
+
var PutIntegrationRequest$ = [
|
|
2084
2191
|
3,
|
|
2085
2192
|
n0,
|
|
2086
2193
|
_PIR,
|
|
2087
2194
|
0,
|
|
2088
2195
|
[_iN, _rC, _iTn],
|
|
2089
|
-
[0, () => ResourceConfig
|
|
2196
|
+
[0, () => ResourceConfig$, 0],
|
|
2090
2197
|
];
|
|
2091
|
-
var PutIntegrationResponse = [3, n0, _PIRu, 0, [_iN,
|
|
2092
|
-
var PutLogEventsRequest = [
|
|
2198
|
+
var PutIntegrationResponse$ = [3, n0, _PIRu, 0, [_iN, _iSn], [0, 0]];
|
|
2199
|
+
var PutLogEventsRequest$ = [
|
|
2093
2200
|
3,
|
|
2094
2201
|
n0,
|
|
2095
2202
|
_PLER,
|
|
2096
2203
|
0,
|
|
2097
2204
|
[_lGN, _lSN, _lE, _sTe, _ent],
|
|
2098
|
-
[0, 0, () => InputLogEvents, 0, () => Entity],
|
|
2205
|
+
[0, 0, () => InputLogEvents, 0, () => Entity$],
|
|
2099
2206
|
];
|
|
2100
|
-
var PutLogEventsResponse = [
|
|
2207
|
+
var PutLogEventsResponse$ = [
|
|
2101
2208
|
3,
|
|
2102
2209
|
n0,
|
|
2103
2210
|
_PLERu,
|
|
2104
2211
|
0,
|
|
2105
2212
|
[_nST, _rLEI, _rEI],
|
|
2106
|
-
[0, () => RejectedLogEventsInfo
|
|
2213
|
+
[0, () => RejectedLogEventsInfo$, () => RejectedEntityInfo$],
|
|
2107
2214
|
];
|
|
2108
|
-
var PutLogGroupDeletionProtectionRequest = [3, n0, _PLGDPR, 0, [_lGIo, _dPE], [0, 2]];
|
|
2109
|
-
var PutMetricFilterRequest = [
|
|
2215
|
+
var PutLogGroupDeletionProtectionRequest$ = [3, n0, _PLGDPR, 0, [_lGIo, _dPE], [0, 2]];
|
|
2216
|
+
var PutMetricFilterRequest$ = [
|
|
2110
2217
|
3,
|
|
2111
2218
|
n0,
|
|
2112
2219
|
_PMFR,
|
|
@@ -2114,7 +2221,7 @@ var PutMetricFilterRequest = [
|
|
|
2114
2221
|
[_lGN, _fN, _fP, _mT, _aOTL, _fSC, _eSFD],
|
|
2115
2222
|
[0, 0, 0, () => MetricTransformations, 2, 0, 64 | 0],
|
|
2116
2223
|
];
|
|
2117
|
-
var PutQueryDefinitionRequest = [
|
|
2224
|
+
var PutQueryDefinitionRequest$ = [
|
|
2118
2225
|
3,
|
|
2119
2226
|
n0,
|
|
2120
2227
|
_PQDR,
|
|
@@ -2122,18 +2229,18 @@ var PutQueryDefinitionRequest = [
|
|
|
2122
2229
|
[_qL, _n, _qDI, _lGNo, _qS, _cTl],
|
|
2123
2230
|
[0, 0, 0, 64 | 0, 0, [0, 4]],
|
|
2124
2231
|
];
|
|
2125
|
-
var PutQueryDefinitionResponse = [3, n0, _PQDRu, 0, [_qDI], [0]];
|
|
2126
|
-
var PutResourcePolicyRequest = [3, n0, _PRPR, 0, [_pN, _pD, _rA, _eRI], [0, 0, 0, 0]];
|
|
2127
|
-
var PutResourcePolicyResponse = [
|
|
2232
|
+
var PutQueryDefinitionResponse$ = [3, n0, _PQDRu, 0, [_qDI], [0]];
|
|
2233
|
+
var PutResourcePolicyRequest$ = [3, n0, _PRPR, 0, [_pN, _pD, _rA, _eRI], [0, 0, 0, 0]];
|
|
2234
|
+
var PutResourcePolicyResponse$ = [
|
|
2128
2235
|
3,
|
|
2129
2236
|
n0,
|
|
2130
2237
|
_PRPRu,
|
|
2131
2238
|
0,
|
|
2132
2239
|
[_rPe, _rIev],
|
|
2133
|
-
[() => ResourcePolicy
|
|
2240
|
+
[() => ResourcePolicy$, 0],
|
|
2134
2241
|
];
|
|
2135
|
-
var PutRetentionPolicyRequest = [3, n0, _PRPRut, 0, [_lGN, _rID], [0, 1]];
|
|
2136
|
-
var PutSubscriptionFilterRequest = [
|
|
2242
|
+
var PutRetentionPolicyRequest$ = [3, n0, _PRPRut, 0, [_lGN, _rID], [0, 1]];
|
|
2243
|
+
var PutSubscriptionFilterRequest$ = [
|
|
2137
2244
|
3,
|
|
2138
2245
|
n0,
|
|
2139
2246
|
_PSFR,
|
|
@@ -2141,10 +2248,17 @@ var PutSubscriptionFilterRequest = [
|
|
|
2141
2248
|
[_lGN, _fN, _fP, _dA, _rAo, _dis, _aOTL, _fSC, _eSF],
|
|
2142
2249
|
[0, 0, 0, 0, 0, 0, 2, 0, 64 | 0],
|
|
2143
2250
|
];
|
|
2144
|
-
var PutTransformerRequest = [3, n0, _PTR, 0, [_lGIo, _tC], [0, () => Processors]];
|
|
2145
|
-
var QueryCompileError = [
|
|
2146
|
-
|
|
2147
|
-
|
|
2251
|
+
var PutTransformerRequest$ = [3, n0, _PTR, 0, [_lGIo, _tC], [0, () => Processors]];
|
|
2252
|
+
var QueryCompileError$ = [
|
|
2253
|
+
3,
|
|
2254
|
+
n0,
|
|
2255
|
+
_QCE,
|
|
2256
|
+
0,
|
|
2257
|
+
[_lo, _m],
|
|
2258
|
+
[() => QueryCompileErrorLocation$, 0],
|
|
2259
|
+
];
|
|
2260
|
+
var QueryCompileErrorLocation$ = [3, n0, _QCEL, 0, [_sCO, _eCO], [1, 1]];
|
|
2261
|
+
var QueryDefinition$ = [
|
|
2148
2262
|
3,
|
|
2149
2263
|
n0,
|
|
2150
2264
|
_QD,
|
|
@@ -2152,8 +2266,8 @@ var QueryDefinition = [
|
|
|
2152
2266
|
[_qL, _qDI, _n, _qS, _lM, _lGNo],
|
|
2153
2267
|
[0, 0, 0, 0, 1, 64 | 0],
|
|
2154
2268
|
];
|
|
2155
|
-
var QueryInfo = [3, n0, _QI, 0, [_qL, _qI, _qS, _sta,
|
|
2156
|
-
var QueryStatistics = [
|
|
2269
|
+
var QueryInfo$ = [3, n0, _QI, 0, [_qL, _qI, _qS, _sta, _cTr, _lGN], [0, 0, 0, 0, 1, 0]];
|
|
2270
|
+
var QueryStatistics$ = [
|
|
2157
2271
|
3,
|
|
2158
2272
|
n0,
|
|
2159
2273
|
_QS,
|
|
@@ -2161,16 +2275,16 @@ var QueryStatistics = [
|
|
|
2161
2275
|
[_rM, _rS, _eRS, _bS, _eBS, _lGS],
|
|
2162
2276
|
[1, 1, 1, 1, 1, 1],
|
|
2163
2277
|
];
|
|
2164
|
-
var RecordField = [3, n0, _RF, 0, [_n, _man], [0, 2]];
|
|
2165
|
-
var RejectedEntityInfo = [3, n0, _REI, 0, [_eTr], [0]];
|
|
2166
|
-
var RejectedLogEventsInfo = [3, n0, _RLEI, 0, [_tNLESI, _tOLEEI, _eLEEI], [1, 1, 1]];
|
|
2167
|
-
var RenameKeyEntry = [3, n0, _RKE, 0, [_k, _rTen, _oIE], [0, 0, 2]];
|
|
2168
|
-
var RenameKeys = [3, n0, _RK, 0, [_en], [() => RenameKeyEntries]];
|
|
2169
|
-
var ResourceAlreadyExistsException = [-3, n0, _RAEE, { [_e]: _c }, [_m], [0]];
|
|
2170
|
-
schema.TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException
|
|
2171
|
-
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c }, [_m], [0]];
|
|
2172
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
2173
|
-
var ResourcePolicy = [
|
|
2278
|
+
var RecordField$ = [3, n0, _RF, 0, [_n, _man], [0, 2]];
|
|
2279
|
+
var RejectedEntityInfo$ = [3, n0, _REI, 0, [_eTr], [0]];
|
|
2280
|
+
var RejectedLogEventsInfo$ = [3, n0, _RLEI, 0, [_tNLESI, _tOLEEI, _eLEEI], [1, 1, 1]];
|
|
2281
|
+
var RenameKeyEntry$ = [3, n0, _RKE, 0, [_k, _rTen, _oIE], [0, 0, 2]];
|
|
2282
|
+
var RenameKeys$ = [3, n0, _RK, 0, [_en], [() => RenameKeyEntries]];
|
|
2283
|
+
var ResourceAlreadyExistsException$ = [-3, n0, _RAEE, { [_e]: _c }, [_m], [0]];
|
|
2284
|
+
schema.TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
|
|
2285
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c }, [_m], [0]];
|
|
2286
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
2287
|
+
var ResourcePolicy$ = [
|
|
2174
2288
|
3,
|
|
2175
2289
|
n0,
|
|
2176
2290
|
_RP,
|
|
@@ -2178,45 +2292,45 @@ var ResourcePolicy = [
|
|
|
2178
2292
|
[_pN, _pD, _lUT, _pSo, _rA, _rIev],
|
|
2179
2293
|
[0, 0, 1, 0, 0, 0],
|
|
2180
2294
|
];
|
|
2181
|
-
var ResultField = [3, n0, _RFe, 0, [_fie, _v], [0, 0]];
|
|
2182
|
-
var S3Configuration = [3, n0, _SC, 0, [_dI, _rAo], [0, 0]];
|
|
2183
|
-
var S3DeliveryConfiguration = [3, n0, _SDC, 0, [_sP, _eHCP], [0, 2]];
|
|
2184
|
-
var S3TableIntegrationSource = [
|
|
2295
|
+
var ResultField$ = [3, n0, _RFe, 0, [_fie, _v], [0, 0]];
|
|
2296
|
+
var S3Configuration$ = [3, n0, _SC, 0, [_dI, _rAo], [0, 0]];
|
|
2297
|
+
var S3DeliveryConfiguration$ = [3, n0, _SDC, 0, [_sP, _eHCP], [0, 2]];
|
|
2298
|
+
var S3TableIntegrationSource$ = [
|
|
2185
2299
|
3,
|
|
2186
2300
|
n0,
|
|
2187
2301
|
_STIS,
|
|
2188
2302
|
0,
|
|
2189
2303
|
[_i, _dS, _sta, _sRt, _cTSr],
|
|
2190
|
-
[0, () => DataSource
|
|
2304
|
+
[0, () => DataSource$, 0, 0, 1],
|
|
2191
2305
|
];
|
|
2192
|
-
var ScheduledQueryDestination = [
|
|
2306
|
+
var ScheduledQueryDestination$ = [
|
|
2193
2307
|
3,
|
|
2194
2308
|
n0,
|
|
2195
2309
|
_SQD,
|
|
2196
2310
|
0,
|
|
2197
|
-
[_dT, _dI, _sta, _pIr,
|
|
2311
|
+
[_dT, _dI, _sta, _pIr, _eM],
|
|
2198
2312
|
[0, 0, 0, 0, 0],
|
|
2199
2313
|
];
|
|
2200
|
-
var ScheduledQuerySummary = [
|
|
2314
|
+
var ScheduledQuerySummary$ = [
|
|
2201
2315
|
3,
|
|
2202
2316
|
n0,
|
|
2203
2317
|
_SQS,
|
|
2204
2318
|
0,
|
|
2205
|
-
[_sQA, _n, _st, _lTT, _lES, _sE, _ti, _dC,
|
|
2206
|
-
[0, 0, 0, 1, 0, 0, 0, () => DestinationConfiguration
|
|
2207
|
-
];
|
|
2208
|
-
var SearchedLogStream = [3, n0, _SLS, 0, [_lSN, _sCe], [0, 2]];
|
|
2209
|
-
var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c }, [_m], [0]];
|
|
2210
|
-
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
2211
|
-
var ServiceUnavailableException = [-3, n0, _SUE, { [_e]: _ser }, [_m], [0]];
|
|
2212
|
-
schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException
|
|
2213
|
-
var SessionStreamingException = [-3, n0, _SSE, { [_e]: _c }, [_m], [0]];
|
|
2214
|
-
schema.TypeRegistry.for(n0).registerError(SessionStreamingException
|
|
2215
|
-
var SessionTimeoutException = [-3, n0, _STE, { [_e]: _c }, [_m], [0]];
|
|
2216
|
-
schema.TypeRegistry.for(n0).registerError(SessionTimeoutException
|
|
2217
|
-
var SplitString = [3, n0, _SS, 0, [_en], [() => SplitStringEntries]];
|
|
2218
|
-
var SplitStringEntry = [3, n0, _SSEp, 0, [_so, _del], [0, 0]];
|
|
2219
|
-
var StartLiveTailRequest = [
|
|
2319
|
+
[_sQA, _n, _st, _lTT, _lES, _sE, _ti, _dC, _cT, _lUT],
|
|
2320
|
+
[0, 0, 0, 1, 0, 0, 0, () => DestinationConfiguration$, 1, 1],
|
|
2321
|
+
];
|
|
2322
|
+
var SearchedLogStream$ = [3, n0, _SLS, 0, [_lSN, _sCe], [0, 2]];
|
|
2323
|
+
var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c }, [_m], [0]];
|
|
2324
|
+
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
2325
|
+
var ServiceUnavailableException$ = [-3, n0, _SUE, { [_e]: _ser }, [_m], [0]];
|
|
2326
|
+
schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
|
|
2327
|
+
var SessionStreamingException$ = [-3, n0, _SSE, { [_e]: _c }, [_m], [0]];
|
|
2328
|
+
schema.TypeRegistry.for(n0).registerError(SessionStreamingException$, SessionStreamingException);
|
|
2329
|
+
var SessionTimeoutException$ = [-3, n0, _STE, { [_e]: _c }, [_m], [0]];
|
|
2330
|
+
schema.TypeRegistry.for(n0).registerError(SessionTimeoutException$, SessionTimeoutException);
|
|
2331
|
+
var SplitString$ = [3, n0, _SS, 0, [_en], [() => SplitStringEntries]];
|
|
2332
|
+
var SplitStringEntry$ = [3, n0, _SSEp, 0, [_so, _del], [0, 0]];
|
|
2333
|
+
var StartLiveTailRequest$ = [
|
|
2220
2334
|
3,
|
|
2221
2335
|
n0,
|
|
2222
2336
|
_SLTR,
|
|
@@ -2224,15 +2338,15 @@ var StartLiveTailRequest = [
|
|
|
2224
2338
|
[_lGI, _lSNo, _lSNPo, _lEFP],
|
|
2225
2339
|
[64 | 0, 64 | 0, 64 | 0, 0],
|
|
2226
2340
|
];
|
|
2227
|
-
var StartLiveTailResponse = [
|
|
2341
|
+
var StartLiveTailResponse$ = [
|
|
2228
2342
|
3,
|
|
2229
2343
|
n0,
|
|
2230
2344
|
_SLTRt,
|
|
2231
2345
|
0,
|
|
2232
2346
|
[_rSe],
|
|
2233
|
-
[[() => StartLiveTailResponseStream
|
|
2347
|
+
[[() => StartLiveTailResponseStream$, 0]],
|
|
2234
2348
|
];
|
|
2235
|
-
var StartQueryRequest = [
|
|
2349
|
+
var StartQueryRequest$ = [
|
|
2236
2350
|
3,
|
|
2237
2351
|
n0,
|
|
2238
2352
|
_SQR,
|
|
@@ -2240,64 +2354,64 @@ var StartQueryRequest = [
|
|
|
2240
2354
|
[_qL, _lGN, _lGNo, _lGI, _sTt, _eTn, _qS, _li],
|
|
2241
2355
|
[0, 0, 64 | 0, 64 | 0, 1, 1, 0, 1],
|
|
2242
2356
|
];
|
|
2243
|
-
var StartQueryResponse = [3, n0, _SQRt, 0, [_qI], [0]];
|
|
2244
|
-
var StopQueryRequest = [3, n0, _SQRto, 0, [_qI], [0]];
|
|
2245
|
-
var StopQueryResponse = [3, n0, _SQRtop, 0, [_suc], [2]];
|
|
2246
|
-
var SubscriptionFilter = [
|
|
2357
|
+
var StartQueryResponse$ = [3, n0, _SQRt, 0, [_qI], [0]];
|
|
2358
|
+
var StopQueryRequest$ = [3, n0, _SQRto, 0, [_qI], [0]];
|
|
2359
|
+
var StopQueryResponse$ = [3, n0, _SQRtop, 0, [_suc], [2]];
|
|
2360
|
+
var SubscriptionFilter$ = [
|
|
2247
2361
|
3,
|
|
2248
2362
|
n0,
|
|
2249
2363
|
_SF,
|
|
2250
2364
|
0,
|
|
2251
|
-
[_fN, _lGN, _fP, _dA, _rAo, _dis, _aOTL,
|
|
2365
|
+
[_fN, _lGN, _fP, _dA, _rAo, _dis, _aOTL, _cT, _fSC, _eSF],
|
|
2252
2366
|
[0, 0, 0, 0, 0, 0, 2, 1, 0, 64 | 0],
|
|
2253
2367
|
];
|
|
2254
|
-
var SubstituteString = [3, n0, _SSu, 0, [_en], [() => SubstituteStringEntries]];
|
|
2255
|
-
var SubstituteStringEntry = [3, n0, _SSEu, 0, [_so, _f, _to], [0, 0, 0]];
|
|
2256
|
-
var SuppressionPeriod = [3, n0, _SP, 0, [_v, _sUu], [1, 0]];
|
|
2257
|
-
var TagLogGroupRequest = [3, n0, _TLGR, 0, [_lGN, _ta], [0, 128 | 0]];
|
|
2258
|
-
var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _ta], [0, 128 | 0]];
|
|
2259
|
-
var TestMetricFilterRequest = [3, n0, _TMFR, 0, [_fP, _lEM], [0, 64 | 0]];
|
|
2260
|
-
var TestMetricFilterResponse = [3, n0, _TMFRe, 0, [_mat], [() => MetricFilterMatches]];
|
|
2261
|
-
var TestTransformerRequest = [3, n0, _TTR, 0, [_tC, _lEM], [() => Processors, 64 | 0]];
|
|
2262
|
-
var TestTransformerResponse = [3, n0, _TTRe, 0, [_tL], [() => TransformedLogs]];
|
|
2263
|
-
var ThrottlingException = [-3, n0, _TE, { [_e]: _c }, [_m], [0]];
|
|
2264
|
-
schema.TypeRegistry.for(n0).registerError(ThrottlingException
|
|
2265
|
-
var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_m, _rN], [0, 0]];
|
|
2266
|
-
schema.TypeRegistry.for(n0).registerError(TooManyTagsException
|
|
2267
|
-
var TransformedLogRecord = [3, n0, _TLR, 0, [_eN,
|
|
2268
|
-
var TriggerHistoryRecord = [
|
|
2368
|
+
var SubstituteString$ = [3, n0, _SSu, 0, [_en], [() => SubstituteStringEntries]];
|
|
2369
|
+
var SubstituteStringEntry$ = [3, n0, _SSEu, 0, [_so, _f, _to], [0, 0, 0]];
|
|
2370
|
+
var SuppressionPeriod$ = [3, n0, _SP, 0, [_v, _sUu], [1, 0]];
|
|
2371
|
+
var TagLogGroupRequest$ = [3, n0, _TLGR, 0, [_lGN, _ta], [0, 128 | 0]];
|
|
2372
|
+
var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _ta], [0, 128 | 0]];
|
|
2373
|
+
var TestMetricFilterRequest$ = [3, n0, _TMFR, 0, [_fP, _lEM], [0, 64 | 0]];
|
|
2374
|
+
var TestMetricFilterResponse$ = [3, n0, _TMFRe, 0, [_mat], [() => MetricFilterMatches]];
|
|
2375
|
+
var TestTransformerRequest$ = [3, n0, _TTR, 0, [_tC, _lEM], [() => Processors, 64 | 0]];
|
|
2376
|
+
var TestTransformerResponse$ = [3, n0, _TTRe, 0, [_tL], [() => TransformedLogs]];
|
|
2377
|
+
var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c }, [_m], [0]];
|
|
2378
|
+
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
2379
|
+
var TooManyTagsException$ = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_m, _rN], [0, 0]];
|
|
2380
|
+
schema.TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
|
|
2381
|
+
var TransformedLogRecord$ = [3, n0, _TLR, 0, [_eN, _eMv, _tEM], [1, 0, 0]];
|
|
2382
|
+
var TriggerHistoryRecord$ = [
|
|
2269
2383
|
3,
|
|
2270
2384
|
n0,
|
|
2271
2385
|
_THR,
|
|
2272
2386
|
0,
|
|
2273
|
-
[_qI, _eSx, _tTr,
|
|
2387
|
+
[_qI, _eSx, _tTr, _eM, _dest],
|
|
2274
2388
|
[0, 0, 1, 0, () => ScheduledQueryDestinationList],
|
|
2275
2389
|
];
|
|
2276
|
-
var TrimString = [3, n0, _TS, 0, [_wK], [64 | 0]];
|
|
2277
|
-
var TypeConverter = [3, n0, _TC, 0, [_en], [() => TypeConverterEntries]];
|
|
2278
|
-
var TypeConverterEntry = [3, n0, _TCE, 0, [_k, _ty], [0, 0]];
|
|
2279
|
-
var UnrecognizedClientException = [-3, n0, _UCE, { [_e]: _c }, [_m], [0]];
|
|
2280
|
-
schema.TypeRegistry.for(n0).registerError(UnrecognizedClientException
|
|
2281
|
-
var UntagLogGroupRequest = [3, n0, _ULGR, 0, [_lGN, _ta], [0, 64 | 0]];
|
|
2282
|
-
var UntagResourceRequest = [3, n0, _URR, 0, [_rA, _tK], [0, 64 | 0]];
|
|
2283
|
-
var UpdateAnomalyRequest = [
|
|
2390
|
+
var TrimString$ = [3, n0, _TS, 0, [_wK], [64 | 0]];
|
|
2391
|
+
var TypeConverter$ = [3, n0, _TC, 0, [_en], [() => TypeConverterEntries]];
|
|
2392
|
+
var TypeConverterEntry$ = [3, n0, _TCE, 0, [_k, _ty], [0, 0]];
|
|
2393
|
+
var UnrecognizedClientException$ = [-3, n0, _UCE, { [_e]: _c }, [_m], [0]];
|
|
2394
|
+
schema.TypeRegistry.for(n0).registerError(UnrecognizedClientException$, UnrecognizedClientException);
|
|
2395
|
+
var UntagLogGroupRequest$ = [3, n0, _ULGR, 0, [_lGN, _ta], [0, 64 | 0]];
|
|
2396
|
+
var UntagResourceRequest$ = [3, n0, _URR, 0, [_rA, _tK], [0, 64 | 0]];
|
|
2397
|
+
var UpdateAnomalyRequest$ = [
|
|
2284
2398
|
3,
|
|
2285
2399
|
n0,
|
|
2286
2400
|
_UAR,
|
|
2287
2401
|
0,
|
|
2288
2402
|
[_aIn, _pI, _aDA, _sTu, _sPu, _b],
|
|
2289
|
-
[0, 0, 0, 0, () => SuppressionPeriod
|
|
2403
|
+
[0, 0, 0, 0, () => SuppressionPeriod$, 2],
|
|
2290
2404
|
];
|
|
2291
|
-
var UpdateDeliveryConfigurationRequest = [
|
|
2405
|
+
var UpdateDeliveryConfigurationRequest$ = [
|
|
2292
2406
|
3,
|
|
2293
2407
|
n0,
|
|
2294
2408
|
_UDCR,
|
|
2295
2409
|
0,
|
|
2296
2410
|
[_id, _rF, _fD, _sDC],
|
|
2297
|
-
[0, 64 | 0, 0, () => S3DeliveryConfiguration],
|
|
2411
|
+
[0, 64 | 0, 0, () => S3DeliveryConfiguration$],
|
|
2298
2412
|
];
|
|
2299
|
-
var UpdateDeliveryConfigurationResponse = [3, n0, _UDCRp, 0, [], []];
|
|
2300
|
-
var UpdateLogAnomalyDetectorRequest = [
|
|
2413
|
+
var UpdateDeliveryConfigurationResponse$ = [3, n0, _UDCRp, 0, [], []];
|
|
2414
|
+
var UpdateLogAnomalyDetectorRequest$ = [
|
|
2301
2415
|
3,
|
|
2302
2416
|
n0,
|
|
2303
2417
|
_ULADR,
|
|
@@ -2305,770 +2419,832 @@ var UpdateLogAnomalyDetectorRequest = [
|
|
|
2305
2419
|
[_aDA, _eF, _fP, _aVT, _ena],
|
|
2306
2420
|
[0, 0, 0, 1, 2],
|
|
2307
2421
|
];
|
|
2308
|
-
var UpdateScheduledQueryRequest = [
|
|
2422
|
+
var UpdateScheduledQueryRequest$ = [
|
|
2309
2423
|
3,
|
|
2310
2424
|
n0,
|
|
2311
2425
|
_USQR,
|
|
2312
2426
|
0,
|
|
2313
2427
|
[_i, _d, _qL, _qS, _lGI, _sE, _ti, _sTO, _dC, _sST, _sET, _eRA, _st],
|
|
2314
|
-
[0, 0, 0, 0, 64 | 0, 0, 0, 1, () => DestinationConfiguration
|
|
2428
|
+
[0, 0, 0, 0, 64 | 0, 0, 0, 1, () => DestinationConfiguration$, 1, 1, 0, 0],
|
|
2315
2429
|
];
|
|
2316
|
-
var UpdateScheduledQueryResponse = [
|
|
2430
|
+
var UpdateScheduledQueryResponse$ = [
|
|
2317
2431
|
3,
|
|
2318
2432
|
n0,
|
|
2319
2433
|
_USQRp,
|
|
2320
2434
|
0,
|
|
2321
|
-
[_sQA, _n, _d, _qL, _qS, _lGI, _sE, _ti, _sTO, _dC, _st, _lTT, _lES, _sST, _sET, _eRA,
|
|
2322
|
-
[0, 0, 0, 0, 0, 64 | 0, 0, 0, 1, () => DestinationConfiguration
|
|
2435
|
+
[_sQA, _n, _d, _qL, _qS, _lGI, _sE, _ti, _sTO, _dC, _st, _lTT, _lES, _sST, _sET, _eRA, _cT, _lUT],
|
|
2436
|
+
[0, 0, 0, 0, 0, 64 | 0, 0, 0, 1, () => DestinationConfiguration$, 0, 1, 0, 1, 1, 0, 1, 1],
|
|
2323
2437
|
];
|
|
2324
|
-
var UpperCaseString = [3, n0, _UCS, 0, [_wK], [64 | 0]];
|
|
2325
|
-
var ValidationException = [-3, n0, _VE, { [_e]: _c }, [_m], [0]];
|
|
2326
|
-
schema.TypeRegistry.for(n0).registerError(ValidationException
|
|
2438
|
+
var UpperCaseString$ = [3, n0, _UCS, 0, [_wK], [64 | 0]];
|
|
2439
|
+
var ValidationException$ = [-3, n0, _VE, { [_e]: _c }, [_m], [0]];
|
|
2440
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
2327
2441
|
var __Unit = "unit";
|
|
2328
|
-
var CloudWatchLogsServiceException = [-3, _sm, "CloudWatchLogsServiceException", 0, [], []];
|
|
2329
|
-
schema.TypeRegistry.for(_sm).registerError(CloudWatchLogsServiceException
|
|
2330
|
-
var AccountPolicies = [1, n0, _APc, 0, () => AccountPolicy];
|
|
2331
|
-
var AddKeyEntries = [1, n0, _AKEd, 0, () => AddKeyEntry];
|
|
2332
|
-
var AggregateLogGroupSummaries = [1, n0, _ALGSg, 0, () => AggregateLogGroupSummary];
|
|
2333
|
-
var AllowedFields = [1, n0, _AF, 0, () => RecordField];
|
|
2334
|
-
var Anomalies = [1, n0, _An, 0, () => Anomaly];
|
|
2335
|
-
var AnomalyDetectors = [1, n0, _ADn, 0, () => AnomalyDetector];
|
|
2336
|
-
var ConfigurationTemplates = [1, n0, _CTo, 0, () => ConfigurationTemplate];
|
|
2337
|
-
var CopyValueEntries = [1, n0, _CVEo, 0, () => CopyValueEntry];
|
|
2338
|
-
var DataSourceFilters = [1, n0, _DSFa, 0, () => DataSourceFilter];
|
|
2339
|
-
var Deliveries = [1, n0, _Del, 0, () => Delivery];
|
|
2340
|
-
var DeliveryDestinations = [1, n0, _DDe, 0, () => DeliveryDestination];
|
|
2341
|
-
var DeliverySources = [1, n0, _DSel, 0, () => DeliverySource];
|
|
2342
|
-
var Destinations = [1, n0, _Des, 0, () => Destination];
|
|
2343
|
-
var ExportTasks = [1, n0, _ETx, 0, () => ExportTask];
|
|
2344
|
-
var FieldIndexes = [1, n0, _FIi, 0, () => FieldIndex];
|
|
2345
|
-
var FilteredLogEvents = [1, n0, _FLEi, 0, () => FilteredLogEvent];
|
|
2346
|
-
var GroupingIdentifiers = [1, n0, _GIr, 0, () => GroupingIdentifier];
|
|
2347
|
-
var
|
|
2348
|
-
var
|
|
2349
|
-
var
|
|
2350
|
-
var
|
|
2351
|
-
var
|
|
2352
|
-
var
|
|
2353
|
-
var
|
|
2354
|
-
var
|
|
2355
|
-
var
|
|
2356
|
-
var
|
|
2357
|
-
var
|
|
2358
|
-
var
|
|
2359
|
-
var
|
|
2360
|
-
var
|
|
2361
|
-
var
|
|
2362
|
-
var
|
|
2363
|
-
var
|
|
2364
|
-
var
|
|
2365
|
-
var
|
|
2442
|
+
var CloudWatchLogsServiceException$ = [-3, _sm, "CloudWatchLogsServiceException", 0, [], []];
|
|
2443
|
+
schema.TypeRegistry.for(_sm).registerError(CloudWatchLogsServiceException$, CloudWatchLogsServiceException);
|
|
2444
|
+
var AccountPolicies = [1, n0, _APc, 0, () => AccountPolicy$];
|
|
2445
|
+
var AddKeyEntries = [1, n0, _AKEd, 0, () => AddKeyEntry$];
|
|
2446
|
+
var AggregateLogGroupSummaries = [1, n0, _ALGSg, 0, () => AggregateLogGroupSummary$];
|
|
2447
|
+
var AllowedFields = [1, n0, _AF, 0, () => RecordField$];
|
|
2448
|
+
var Anomalies = [1, n0, _An, 0, () => Anomaly$];
|
|
2449
|
+
var AnomalyDetectors = [1, n0, _ADn, 0, () => AnomalyDetector$];
|
|
2450
|
+
var ConfigurationTemplates = [1, n0, _CTo, 0, () => ConfigurationTemplate$];
|
|
2451
|
+
var CopyValueEntries = [1, n0, _CVEo, 0, () => CopyValueEntry$];
|
|
2452
|
+
var DataSourceFilters = [1, n0, _DSFa, 0, () => DataSourceFilter$];
|
|
2453
|
+
var Deliveries = [1, n0, _Del, 0, () => Delivery$];
|
|
2454
|
+
var DeliveryDestinations = [1, n0, _DDe, 0, () => DeliveryDestination$];
|
|
2455
|
+
var DeliverySources = [1, n0, _DSel, 0, () => DeliverySource$];
|
|
2456
|
+
var Destinations = [1, n0, _Des, 0, () => Destination$];
|
|
2457
|
+
var ExportTasks = [1, n0, _ETx, 0, () => ExportTask$];
|
|
2458
|
+
var FieldIndexes = [1, n0, _FIi, 0, () => FieldIndex$];
|
|
2459
|
+
var FilteredLogEvents = [1, n0, _FLEi, 0, () => FilteredLogEvent$];
|
|
2460
|
+
var GroupingIdentifiers = [1, n0, _GIr, 0, () => GroupingIdentifier$];
|
|
2461
|
+
var ImportBatchList = [1, n0, _IBL, 0, () => ImportBatch$];
|
|
2462
|
+
var ImportList = [1, n0, _IL, 0, () => Import$];
|
|
2463
|
+
var IndexPolicies = [1, n0, _IPn, 0, () => IndexPolicy$];
|
|
2464
|
+
var InputLogEvents = [1, n0, _ILEn, 0, () => InputLogEvent$];
|
|
2465
|
+
var IntegrationSummaries = [1, n0, _ISnt, 0, () => IntegrationSummary$];
|
|
2466
|
+
var LiveTailSessionResults = [1, n0, _LTSR, 0, () => LiveTailSessionLogEvent$];
|
|
2467
|
+
var LogFieldsList = [1, n0, _LFL, 0, () => LogFieldsListItem$];
|
|
2468
|
+
var LogGroupFieldList = [1, n0, _LGFL, 0, () => LogGroupField$];
|
|
2469
|
+
var LogGroups = [1, n0, _LGo, 0, () => LogGroup$];
|
|
2470
|
+
var LogGroupSummaries = [1, n0, _LGSo, 0, () => LogGroupSummary$];
|
|
2471
|
+
var LogSamples = [1, n0, _LSo, 0, () => LogEvent$];
|
|
2472
|
+
var LogStreams = [1, n0, _LSog, 0, () => LogStream$];
|
|
2473
|
+
var MetricFilterMatches = [1, n0, _MFM, 0, () => MetricFilterMatchRecord$];
|
|
2474
|
+
var MetricFilters = [1, n0, _MFe, 0, () => MetricFilter$];
|
|
2475
|
+
var MetricTransformations = [1, n0, _MTe, 0, () => MetricTransformation$];
|
|
2476
|
+
var MoveKeyEntries = [1, n0, _MKEo, 0, () => MoveKeyEntry$];
|
|
2477
|
+
var OutputLogEvents = [1, n0, _OLEu, 0, () => OutputLogEvent$];
|
|
2478
|
+
var PatternTokens = [1, n0, _PTa, 0, () => PatternToken$];
|
|
2479
|
+
var Processors = [1, n0, _Pro, 0, () => Processor$];
|
|
2480
|
+
var QueryDefinitionList = [1, n0, _QDL, 0, () => QueryDefinition$];
|
|
2481
|
+
var QueryInfoList = [1, n0, _QIL, 0, () => QueryInfo$];
|
|
2366
2482
|
var QueryResults = [1, n0, _QR, 0, () => ResultRows];
|
|
2367
|
-
var RenameKeyEntries = [1, n0, _RKEe, 0, () => RenameKeyEntry];
|
|
2368
|
-
var ResourcePolicies = [1, n0, _RPe, 0, () => ResourcePolicy];
|
|
2369
|
-
var ResultRows = [1, n0, _RR, 0, () => ResultField];
|
|
2370
|
-
var S3TableIntegrationSources = [1, n0, _STISa, 0, () => S3TableIntegrationSource];
|
|
2371
|
-
var ScheduledQueryDestinationList = [1, n0, _SQDL, 0, () => ScheduledQueryDestination];
|
|
2372
|
-
var ScheduledQuerySummaryList = [1, n0, _SQSL, 0, () => ScheduledQuerySummary];
|
|
2373
|
-
var SearchedLogStreams = [1, n0, _SLSe, 0, () => SearchedLogStream];
|
|
2374
|
-
var SplitStringEntries = [1, n0, _SSEpl, 0, () => SplitStringEntry];
|
|
2375
|
-
var SubscriptionFilters = [1, n0, _SFu, 0, () => SubscriptionFilter];
|
|
2376
|
-
var SubstituteStringEntries = [1, n0, _SSEub, 0, () => SubstituteStringEntry];
|
|
2377
|
-
var TransformedLogs = [1, n0, _TL, 0, () => TransformedLogRecord];
|
|
2378
|
-
var TriggerHistoryRecordList = [1, n0, _THRL, 0, () => TriggerHistoryRecord];
|
|
2379
|
-
var TypeConverterEntries = [1, n0, _TCEy, 0, () => TypeConverterEntry];
|
|
2380
|
-
var GetLogObjectResponseStream = [
|
|
2483
|
+
var RenameKeyEntries = [1, n0, _RKEe, 0, () => RenameKeyEntry$];
|
|
2484
|
+
var ResourcePolicies = [1, n0, _RPe, 0, () => ResourcePolicy$];
|
|
2485
|
+
var ResultRows = [1, n0, _RR, 0, () => ResultField$];
|
|
2486
|
+
var S3TableIntegrationSources = [1, n0, _STISa, 0, () => S3TableIntegrationSource$];
|
|
2487
|
+
var ScheduledQueryDestinationList = [1, n0, _SQDL, 0, () => ScheduledQueryDestination$];
|
|
2488
|
+
var ScheduledQuerySummaryList = [1, n0, _SQSL, 0, () => ScheduledQuerySummary$];
|
|
2489
|
+
var SearchedLogStreams = [1, n0, _SLSe, 0, () => SearchedLogStream$];
|
|
2490
|
+
var SplitStringEntries = [1, n0, _SSEpl, 0, () => SplitStringEntry$];
|
|
2491
|
+
var SubscriptionFilters = [1, n0, _SFu, 0, () => SubscriptionFilter$];
|
|
2492
|
+
var SubstituteStringEntries = [1, n0, _SSEub, 0, () => SubstituteStringEntry$];
|
|
2493
|
+
var TransformedLogs = [1, n0, _TL, 0, () => TransformedLogRecord$];
|
|
2494
|
+
var TriggerHistoryRecordList = [1, n0, _THRL, 0, () => TriggerHistoryRecord$];
|
|
2495
|
+
var TypeConverterEntries = [1, n0, _TCEy, 0, () => TypeConverterEntry$];
|
|
2496
|
+
var GetLogObjectResponseStream$ = [
|
|
2381
2497
|
3,
|
|
2382
2498
|
n0,
|
|
2383
2499
|
_GLORS,
|
|
2384
2500
|
{ [_str]: 1 },
|
|
2385
2501
|
[_fi, _ISEn],
|
|
2386
|
-
[() => FieldsData
|
|
2502
|
+
[() => FieldsData$, [() => InternalStreamingException$, 0]],
|
|
2387
2503
|
];
|
|
2388
|
-
var IntegrationDetails = [3, n0, _ID, 0, [_oSID], [() => OpenSearchIntegrationDetails]];
|
|
2389
|
-
var ResourceConfig = [3, n0, _RC, 0, [_oSRC], [() => OpenSearchResourceConfig]];
|
|
2390
|
-
var StartLiveTailResponseStream = [
|
|
2504
|
+
var IntegrationDetails$ = [3, n0, _ID, 0, [_oSID], [() => OpenSearchIntegrationDetails$]];
|
|
2505
|
+
var ResourceConfig$ = [3, n0, _RC, 0, [_oSRC], [() => OpenSearchResourceConfig$]];
|
|
2506
|
+
var StartLiveTailResponseStream$ = [
|
|
2391
2507
|
3,
|
|
2392
2508
|
n0,
|
|
2393
2509
|
_SLTRS,
|
|
2394
2510
|
{ [_str]: 1 },
|
|
2395
2511
|
[_sSe, _sUe, _STE, _SSE],
|
|
2396
2512
|
[
|
|
2397
|
-
() => LiveTailSessionStart
|
|
2398
|
-
() => LiveTailSessionUpdate
|
|
2399
|
-
[() => SessionTimeoutException
|
|
2400
|
-
[() => SessionStreamingException
|
|
2513
|
+
() => LiveTailSessionStart$,
|
|
2514
|
+
() => LiveTailSessionUpdate$,
|
|
2515
|
+
[() => SessionTimeoutException$, 0],
|
|
2516
|
+
[() => SessionStreamingException$, 0],
|
|
2401
2517
|
],
|
|
2402
2518
|
];
|
|
2403
|
-
var AssociateKmsKey = [9, n0, _AKK, 0, () => AssociateKmsKeyRequest
|
|
2404
|
-
var AssociateSourceToS3TableIntegration = [
|
|
2519
|
+
var AssociateKmsKey$ = [9, n0, _AKK, 0, () => AssociateKmsKeyRequest$, () => __Unit];
|
|
2520
|
+
var AssociateSourceToS3TableIntegration$ = [
|
|
2405
2521
|
9,
|
|
2406
2522
|
n0,
|
|
2407
2523
|
_ASTSTI,
|
|
2408
2524
|
0,
|
|
2409
|
-
() => AssociateSourceToS3TableIntegrationRequest
|
|
2410
|
-
() => AssociateSourceToS3TableIntegrationResponse
|
|
2525
|
+
() => AssociateSourceToS3TableIntegrationRequest$,
|
|
2526
|
+
() => AssociateSourceToS3TableIntegrationResponse$,
|
|
2527
|
+
];
|
|
2528
|
+
var CancelExportTask$ = [9, n0, _CET, 0, () => CancelExportTaskRequest$, () => __Unit];
|
|
2529
|
+
var CancelImportTask$ = [
|
|
2530
|
+
9,
|
|
2531
|
+
n0,
|
|
2532
|
+
_CIT,
|
|
2533
|
+
0,
|
|
2534
|
+
() => CancelImportTaskRequest$,
|
|
2535
|
+
() => CancelImportTaskResponse$,
|
|
2411
2536
|
];
|
|
2412
|
-
var
|
|
2413
|
-
var CreateDelivery = [
|
|
2537
|
+
var CreateDelivery$ = [
|
|
2414
2538
|
9,
|
|
2415
2539
|
n0,
|
|
2416
2540
|
_CD,
|
|
2417
2541
|
0,
|
|
2418
|
-
() => CreateDeliveryRequest
|
|
2419
|
-
() => CreateDeliveryResponse
|
|
2542
|
+
() => CreateDeliveryRequest$,
|
|
2543
|
+
() => CreateDeliveryResponse$,
|
|
2420
2544
|
];
|
|
2421
|
-
var CreateExportTask = [
|
|
2545
|
+
var CreateExportTask$ = [
|
|
2422
2546
|
9,
|
|
2423
2547
|
n0,
|
|
2424
2548
|
_CETr,
|
|
2425
2549
|
0,
|
|
2426
|
-
() => CreateExportTaskRequest
|
|
2427
|
-
() => CreateExportTaskResponse
|
|
2550
|
+
() => CreateExportTaskRequest$,
|
|
2551
|
+
() => CreateExportTaskResponse$,
|
|
2552
|
+
];
|
|
2553
|
+
var CreateImportTask$ = [
|
|
2554
|
+
9,
|
|
2555
|
+
n0,
|
|
2556
|
+
_CITr,
|
|
2557
|
+
0,
|
|
2558
|
+
() => CreateImportTaskRequest$,
|
|
2559
|
+
() => CreateImportTaskResponse$,
|
|
2428
2560
|
];
|
|
2429
|
-
var CreateLogAnomalyDetector = [
|
|
2561
|
+
var CreateLogAnomalyDetector$ = [
|
|
2430
2562
|
9,
|
|
2431
2563
|
n0,
|
|
2432
2564
|
_CLAD,
|
|
2433
2565
|
0,
|
|
2434
|
-
() => CreateLogAnomalyDetectorRequest
|
|
2435
|
-
() => CreateLogAnomalyDetectorResponse
|
|
2566
|
+
() => CreateLogAnomalyDetectorRequest$,
|
|
2567
|
+
() => CreateLogAnomalyDetectorResponse$,
|
|
2436
2568
|
];
|
|
2437
|
-
var CreateLogGroup = [9, n0, _CLG, 0, () => CreateLogGroupRequest
|
|
2438
|
-
var CreateLogStream = [9, n0, _CLS, 0, () => CreateLogStreamRequest
|
|
2439
|
-
var CreateScheduledQuery = [
|
|
2569
|
+
var CreateLogGroup$ = [9, n0, _CLG, 0, () => CreateLogGroupRequest$, () => __Unit];
|
|
2570
|
+
var CreateLogStream$ = [9, n0, _CLS, 0, () => CreateLogStreamRequest$, () => __Unit];
|
|
2571
|
+
var CreateScheduledQuery$ = [
|
|
2440
2572
|
9,
|
|
2441
2573
|
n0,
|
|
2442
2574
|
_CSQ,
|
|
2443
2575
|
0,
|
|
2444
|
-
() => CreateScheduledQueryRequest
|
|
2445
|
-
() => CreateScheduledQueryResponse
|
|
2576
|
+
() => CreateScheduledQueryRequest$,
|
|
2577
|
+
() => CreateScheduledQueryResponse$,
|
|
2446
2578
|
];
|
|
2447
|
-
var DeleteAccountPolicy = [
|
|
2579
|
+
var DeleteAccountPolicy$ = [
|
|
2448
2580
|
9,
|
|
2449
2581
|
n0,
|
|
2450
2582
|
_DAP,
|
|
2451
2583
|
0,
|
|
2452
|
-
() => DeleteAccountPolicyRequest
|
|
2584
|
+
() => DeleteAccountPolicyRequest$,
|
|
2453
2585
|
() => __Unit,
|
|
2454
2586
|
];
|
|
2455
|
-
var DeleteDataProtectionPolicy = [
|
|
2587
|
+
var DeleteDataProtectionPolicy$ = [
|
|
2456
2588
|
9,
|
|
2457
2589
|
n0,
|
|
2458
2590
|
_DDPP,
|
|
2459
2591
|
0,
|
|
2460
|
-
() => DeleteDataProtectionPolicyRequest
|
|
2592
|
+
() => DeleteDataProtectionPolicyRequest$,
|
|
2461
2593
|
() => __Unit,
|
|
2462
2594
|
];
|
|
2463
|
-
var DeleteDelivery = [9, n0, _DDel, 0, () => DeleteDeliveryRequest
|
|
2464
|
-
var DeleteDeliveryDestination = [
|
|
2595
|
+
var DeleteDelivery$ = [9, n0, _DDel, 0, () => DeleteDeliveryRequest$, () => __Unit];
|
|
2596
|
+
var DeleteDeliveryDestination$ = [
|
|
2465
2597
|
9,
|
|
2466
2598
|
n0,
|
|
2467
2599
|
_DDD,
|
|
2468
2600
|
0,
|
|
2469
|
-
() => DeleteDeliveryDestinationRequest
|
|
2601
|
+
() => DeleteDeliveryDestinationRequest$,
|
|
2470
2602
|
() => __Unit,
|
|
2471
2603
|
];
|
|
2472
|
-
var DeleteDeliveryDestinationPolicy = [
|
|
2604
|
+
var DeleteDeliveryDestinationPolicy$ = [
|
|
2473
2605
|
9,
|
|
2474
2606
|
n0,
|
|
2475
2607
|
_DDDP,
|
|
2476
2608
|
0,
|
|
2477
|
-
() => DeleteDeliveryDestinationPolicyRequest
|
|
2609
|
+
() => DeleteDeliveryDestinationPolicyRequest$,
|
|
2478
2610
|
() => __Unit,
|
|
2479
2611
|
];
|
|
2480
|
-
var DeleteDeliverySource = [
|
|
2612
|
+
var DeleteDeliverySource$ = [
|
|
2481
2613
|
9,
|
|
2482
2614
|
n0,
|
|
2483
2615
|
_DDS,
|
|
2484
2616
|
0,
|
|
2485
|
-
() => DeleteDeliverySourceRequest
|
|
2617
|
+
() => DeleteDeliverySourceRequest$,
|
|
2618
|
+
() => __Unit,
|
|
2619
|
+
];
|
|
2620
|
+
var DeleteDestination$ = [
|
|
2621
|
+
9,
|
|
2622
|
+
n0,
|
|
2623
|
+
_DDele,
|
|
2624
|
+
0,
|
|
2625
|
+
() => DeleteDestinationRequest$,
|
|
2486
2626
|
() => __Unit,
|
|
2487
2627
|
];
|
|
2488
|
-
var
|
|
2489
|
-
var DeleteIndexPolicy = [
|
|
2628
|
+
var DeleteIndexPolicy$ = [
|
|
2490
2629
|
9,
|
|
2491
2630
|
n0,
|
|
2492
2631
|
_DIP,
|
|
2493
2632
|
0,
|
|
2494
|
-
() => DeleteIndexPolicyRequest
|
|
2495
|
-
() => DeleteIndexPolicyResponse
|
|
2633
|
+
() => DeleteIndexPolicyRequest$,
|
|
2634
|
+
() => DeleteIndexPolicyResponse$,
|
|
2496
2635
|
];
|
|
2497
|
-
var DeleteIntegration = [
|
|
2636
|
+
var DeleteIntegration$ = [
|
|
2498
2637
|
9,
|
|
2499
2638
|
n0,
|
|
2500
2639
|
_DI,
|
|
2501
2640
|
0,
|
|
2502
|
-
() => DeleteIntegrationRequest
|
|
2503
|
-
() => DeleteIntegrationResponse
|
|
2641
|
+
() => DeleteIntegrationRequest$,
|
|
2642
|
+
() => DeleteIntegrationResponse$,
|
|
2504
2643
|
];
|
|
2505
|
-
var DeleteLogAnomalyDetector = [
|
|
2644
|
+
var DeleteLogAnomalyDetector$ = [
|
|
2506
2645
|
9,
|
|
2507
2646
|
n0,
|
|
2508
2647
|
_DLAD,
|
|
2509
2648
|
0,
|
|
2510
|
-
() => DeleteLogAnomalyDetectorRequest
|
|
2649
|
+
() => DeleteLogAnomalyDetectorRequest$,
|
|
2511
2650
|
() => __Unit,
|
|
2512
2651
|
];
|
|
2513
|
-
var DeleteLogGroup = [9, n0, _DLG, 0, () => DeleteLogGroupRequest
|
|
2514
|
-
var DeleteLogStream = [9, n0, _DLS, 0, () => DeleteLogStreamRequest
|
|
2515
|
-
var DeleteMetricFilter = [
|
|
2516
|
-
|
|
2652
|
+
var DeleteLogGroup$ = [9, n0, _DLG, 0, () => DeleteLogGroupRequest$, () => __Unit];
|
|
2653
|
+
var DeleteLogStream$ = [9, n0, _DLS, 0, () => DeleteLogStreamRequest$, () => __Unit];
|
|
2654
|
+
var DeleteMetricFilter$ = [
|
|
2655
|
+
9,
|
|
2656
|
+
n0,
|
|
2657
|
+
_DMF,
|
|
2658
|
+
0,
|
|
2659
|
+
() => DeleteMetricFilterRequest$,
|
|
2660
|
+
() => __Unit,
|
|
2661
|
+
];
|
|
2662
|
+
var DeleteQueryDefinition$ = [
|
|
2517
2663
|
9,
|
|
2518
2664
|
n0,
|
|
2519
2665
|
_DQD,
|
|
2520
2666
|
0,
|
|
2521
|
-
() => DeleteQueryDefinitionRequest
|
|
2522
|
-
() => DeleteQueryDefinitionResponse
|
|
2667
|
+
() => DeleteQueryDefinitionRequest$,
|
|
2668
|
+
() => DeleteQueryDefinitionResponse$,
|
|
2523
2669
|
];
|
|
2524
|
-
var DeleteResourcePolicy = [
|
|
2670
|
+
var DeleteResourcePolicy$ = [
|
|
2525
2671
|
9,
|
|
2526
2672
|
n0,
|
|
2527
2673
|
_DRP,
|
|
2528
2674
|
0,
|
|
2529
|
-
() => DeleteResourcePolicyRequest
|
|
2675
|
+
() => DeleteResourcePolicyRequest$,
|
|
2530
2676
|
() => __Unit,
|
|
2531
2677
|
];
|
|
2532
|
-
var DeleteRetentionPolicy = [
|
|
2678
|
+
var DeleteRetentionPolicy$ = [
|
|
2533
2679
|
9,
|
|
2534
2680
|
n0,
|
|
2535
2681
|
_DRPe,
|
|
2536
2682
|
0,
|
|
2537
|
-
() => DeleteRetentionPolicyRequest
|
|
2683
|
+
() => DeleteRetentionPolicyRequest$,
|
|
2538
2684
|
() => __Unit,
|
|
2539
2685
|
];
|
|
2540
|
-
var DeleteScheduledQuery = [
|
|
2686
|
+
var DeleteScheduledQuery$ = [
|
|
2541
2687
|
9,
|
|
2542
2688
|
n0,
|
|
2543
2689
|
_DSQ,
|
|
2544
2690
|
0,
|
|
2545
|
-
() => DeleteScheduledQueryRequest
|
|
2546
|
-
() => DeleteScheduledQueryResponse
|
|
2691
|
+
() => DeleteScheduledQueryRequest$,
|
|
2692
|
+
() => DeleteScheduledQueryResponse$,
|
|
2547
2693
|
];
|
|
2548
|
-
var DeleteSubscriptionFilter = [
|
|
2694
|
+
var DeleteSubscriptionFilter$ = [
|
|
2549
2695
|
9,
|
|
2550
2696
|
n0,
|
|
2551
2697
|
_DSFe,
|
|
2552
2698
|
0,
|
|
2553
|
-
() => DeleteSubscriptionFilterRequest
|
|
2699
|
+
() => DeleteSubscriptionFilterRequest$,
|
|
2554
2700
|
() => __Unit,
|
|
2555
2701
|
];
|
|
2556
|
-
var DeleteTransformer = [9, n0, _DT, 0, () => DeleteTransformerRequest
|
|
2557
|
-
var DescribeAccountPolicies = [
|
|
2702
|
+
var DeleteTransformer$ = [9, n0, _DT, 0, () => DeleteTransformerRequest$, () => __Unit];
|
|
2703
|
+
var DescribeAccountPolicies$ = [
|
|
2558
2704
|
9,
|
|
2559
2705
|
n0,
|
|
2560
2706
|
_DAPe,
|
|
2561
2707
|
0,
|
|
2562
|
-
() => DescribeAccountPoliciesRequest
|
|
2563
|
-
() => DescribeAccountPoliciesResponse
|
|
2708
|
+
() => DescribeAccountPoliciesRequest$,
|
|
2709
|
+
() => DescribeAccountPoliciesResponse$,
|
|
2564
2710
|
];
|
|
2565
|
-
var DescribeConfigurationTemplates = [
|
|
2711
|
+
var DescribeConfigurationTemplates$ = [
|
|
2566
2712
|
9,
|
|
2567
2713
|
n0,
|
|
2568
2714
|
_DCT,
|
|
2569
2715
|
0,
|
|
2570
|
-
() => DescribeConfigurationTemplatesRequest
|
|
2571
|
-
() => DescribeConfigurationTemplatesResponse
|
|
2716
|
+
() => DescribeConfigurationTemplatesRequest$,
|
|
2717
|
+
() => DescribeConfigurationTemplatesResponse$,
|
|
2572
2718
|
];
|
|
2573
|
-
var DescribeDeliveries = [
|
|
2719
|
+
var DescribeDeliveries$ = [
|
|
2574
2720
|
9,
|
|
2575
2721
|
n0,
|
|
2576
2722
|
_DDes,
|
|
2577
2723
|
0,
|
|
2578
|
-
() => DescribeDeliveriesRequest
|
|
2579
|
-
() => DescribeDeliveriesResponse
|
|
2724
|
+
() => DescribeDeliveriesRequest$,
|
|
2725
|
+
() => DescribeDeliveriesResponse$,
|
|
2580
2726
|
];
|
|
2581
|
-
var DescribeDeliveryDestinations = [
|
|
2727
|
+
var DescribeDeliveryDestinations$ = [
|
|
2582
2728
|
9,
|
|
2583
2729
|
n0,
|
|
2584
2730
|
_DDDe,
|
|
2585
2731
|
0,
|
|
2586
|
-
() => DescribeDeliveryDestinationsRequest
|
|
2587
|
-
() => DescribeDeliveryDestinationsResponse
|
|
2732
|
+
() => DescribeDeliveryDestinationsRequest$,
|
|
2733
|
+
() => DescribeDeliveryDestinationsResponse$,
|
|
2588
2734
|
];
|
|
2589
|
-
var DescribeDeliverySources = [
|
|
2735
|
+
var DescribeDeliverySources$ = [
|
|
2590
2736
|
9,
|
|
2591
2737
|
n0,
|
|
2592
2738
|
_DDSe,
|
|
2593
2739
|
0,
|
|
2594
|
-
() => DescribeDeliverySourcesRequest
|
|
2595
|
-
() => DescribeDeliverySourcesResponse
|
|
2740
|
+
() => DescribeDeliverySourcesRequest$,
|
|
2741
|
+
() => DescribeDeliverySourcesResponse$,
|
|
2596
2742
|
];
|
|
2597
|
-
var DescribeDestinations = [
|
|
2743
|
+
var DescribeDestinations$ = [
|
|
2598
2744
|
9,
|
|
2599
2745
|
n0,
|
|
2600
2746
|
_DDesc,
|
|
2601
2747
|
0,
|
|
2602
|
-
() => DescribeDestinationsRequest
|
|
2603
|
-
() => DescribeDestinationsResponse
|
|
2748
|
+
() => DescribeDestinationsRequest$,
|
|
2749
|
+
() => DescribeDestinationsResponse$,
|
|
2604
2750
|
];
|
|
2605
|
-
var DescribeExportTasks = [
|
|
2751
|
+
var DescribeExportTasks$ = [
|
|
2606
2752
|
9,
|
|
2607
2753
|
n0,
|
|
2608
2754
|
_DET,
|
|
2609
2755
|
0,
|
|
2610
|
-
() => DescribeExportTasksRequest
|
|
2611
|
-
() => DescribeExportTasksResponse
|
|
2756
|
+
() => DescribeExportTasksRequest$,
|
|
2757
|
+
() => DescribeExportTasksResponse$,
|
|
2612
2758
|
];
|
|
2613
|
-
var DescribeFieldIndexes = [
|
|
2759
|
+
var DescribeFieldIndexes$ = [
|
|
2614
2760
|
9,
|
|
2615
2761
|
n0,
|
|
2616
2762
|
_DFI,
|
|
2617
2763
|
0,
|
|
2618
|
-
() => DescribeFieldIndexesRequest
|
|
2619
|
-
() => DescribeFieldIndexesResponse
|
|
2764
|
+
() => DescribeFieldIndexesRequest$,
|
|
2765
|
+
() => DescribeFieldIndexesResponse$,
|
|
2766
|
+
];
|
|
2767
|
+
var DescribeImportTaskBatches$ = [
|
|
2768
|
+
9,
|
|
2769
|
+
n0,
|
|
2770
|
+
_DITB,
|
|
2771
|
+
0,
|
|
2772
|
+
() => DescribeImportTaskBatchesRequest$,
|
|
2773
|
+
() => DescribeImportTaskBatchesResponse$,
|
|
2774
|
+
];
|
|
2775
|
+
var DescribeImportTasks$ = [
|
|
2776
|
+
9,
|
|
2777
|
+
n0,
|
|
2778
|
+
_DIT,
|
|
2779
|
+
0,
|
|
2780
|
+
() => DescribeImportTasksRequest$,
|
|
2781
|
+
() => DescribeImportTasksResponse$,
|
|
2620
2782
|
];
|
|
2621
|
-
var DescribeIndexPolicies = [
|
|
2783
|
+
var DescribeIndexPolicies$ = [
|
|
2622
2784
|
9,
|
|
2623
2785
|
n0,
|
|
2624
2786
|
_DIPe,
|
|
2625
2787
|
0,
|
|
2626
|
-
() => DescribeIndexPoliciesRequest
|
|
2627
|
-
() => DescribeIndexPoliciesResponse
|
|
2788
|
+
() => DescribeIndexPoliciesRequest$,
|
|
2789
|
+
() => DescribeIndexPoliciesResponse$,
|
|
2628
2790
|
];
|
|
2629
|
-
var DescribeLogGroups = [
|
|
2791
|
+
var DescribeLogGroups$ = [
|
|
2630
2792
|
9,
|
|
2631
2793
|
n0,
|
|
2632
2794
|
_DLGe,
|
|
2633
2795
|
0,
|
|
2634
|
-
() => DescribeLogGroupsRequest
|
|
2635
|
-
() => DescribeLogGroupsResponse
|
|
2796
|
+
() => DescribeLogGroupsRequest$,
|
|
2797
|
+
() => DescribeLogGroupsResponse$,
|
|
2636
2798
|
];
|
|
2637
|
-
var DescribeLogStreams = [
|
|
2799
|
+
var DescribeLogStreams$ = [
|
|
2638
2800
|
9,
|
|
2639
2801
|
n0,
|
|
2640
2802
|
_DLSe,
|
|
2641
2803
|
0,
|
|
2642
|
-
() => DescribeLogStreamsRequest
|
|
2643
|
-
() => DescribeLogStreamsResponse
|
|
2804
|
+
() => DescribeLogStreamsRequest$,
|
|
2805
|
+
() => DescribeLogStreamsResponse$,
|
|
2644
2806
|
];
|
|
2645
|
-
var DescribeMetricFilters = [
|
|
2807
|
+
var DescribeMetricFilters$ = [
|
|
2646
2808
|
9,
|
|
2647
2809
|
n0,
|
|
2648
2810
|
_DMFe,
|
|
2649
2811
|
0,
|
|
2650
|
-
() => DescribeMetricFiltersRequest
|
|
2651
|
-
() => DescribeMetricFiltersResponse
|
|
2812
|
+
() => DescribeMetricFiltersRequest$,
|
|
2813
|
+
() => DescribeMetricFiltersResponse$,
|
|
2652
2814
|
];
|
|
2653
|
-
var DescribeQueries = [
|
|
2815
|
+
var DescribeQueries$ = [
|
|
2654
2816
|
9,
|
|
2655
2817
|
n0,
|
|
2656
2818
|
_DQ,
|
|
2657
2819
|
0,
|
|
2658
|
-
() => DescribeQueriesRequest
|
|
2659
|
-
() => DescribeQueriesResponse
|
|
2820
|
+
() => DescribeQueriesRequest$,
|
|
2821
|
+
() => DescribeQueriesResponse$,
|
|
2660
2822
|
];
|
|
2661
|
-
var DescribeQueryDefinitions = [
|
|
2823
|
+
var DescribeQueryDefinitions$ = [
|
|
2662
2824
|
9,
|
|
2663
2825
|
n0,
|
|
2664
2826
|
_DQDe,
|
|
2665
2827
|
0,
|
|
2666
|
-
() => DescribeQueryDefinitionsRequest
|
|
2667
|
-
() => DescribeQueryDefinitionsResponse
|
|
2828
|
+
() => DescribeQueryDefinitionsRequest$,
|
|
2829
|
+
() => DescribeQueryDefinitionsResponse$,
|
|
2668
2830
|
];
|
|
2669
|
-
var DescribeResourcePolicies = [
|
|
2831
|
+
var DescribeResourcePolicies$ = [
|
|
2670
2832
|
9,
|
|
2671
2833
|
n0,
|
|
2672
2834
|
_DRPes,
|
|
2673
2835
|
0,
|
|
2674
|
-
() => DescribeResourcePoliciesRequest
|
|
2675
|
-
() => DescribeResourcePoliciesResponse
|
|
2836
|
+
() => DescribeResourcePoliciesRequest$,
|
|
2837
|
+
() => DescribeResourcePoliciesResponse$,
|
|
2676
2838
|
];
|
|
2677
|
-
var DescribeSubscriptionFilters = [
|
|
2839
|
+
var DescribeSubscriptionFilters$ = [
|
|
2678
2840
|
9,
|
|
2679
2841
|
n0,
|
|
2680
2842
|
_DSFes,
|
|
2681
2843
|
0,
|
|
2682
|
-
() => DescribeSubscriptionFiltersRequest
|
|
2683
|
-
() => DescribeSubscriptionFiltersResponse
|
|
2844
|
+
() => DescribeSubscriptionFiltersRequest$,
|
|
2845
|
+
() => DescribeSubscriptionFiltersResponse$,
|
|
2684
2846
|
];
|
|
2685
|
-
var DisassociateKmsKey = [
|
|
2686
|
-
|
|
2847
|
+
var DisassociateKmsKey$ = [
|
|
2848
|
+
9,
|
|
2849
|
+
n0,
|
|
2850
|
+
_DKK,
|
|
2851
|
+
0,
|
|
2852
|
+
() => DisassociateKmsKeyRequest$,
|
|
2853
|
+
() => __Unit,
|
|
2854
|
+
];
|
|
2855
|
+
var DisassociateSourceFromS3TableIntegration$ = [
|
|
2687
2856
|
9,
|
|
2688
2857
|
n0,
|
|
2689
2858
|
_DSFSTI,
|
|
2690
2859
|
0,
|
|
2691
|
-
() => DisassociateSourceFromS3TableIntegrationRequest
|
|
2692
|
-
() => DisassociateSourceFromS3TableIntegrationResponse
|
|
2860
|
+
() => DisassociateSourceFromS3TableIntegrationRequest$,
|
|
2861
|
+
() => DisassociateSourceFromS3TableIntegrationResponse$,
|
|
2693
2862
|
];
|
|
2694
|
-
var FilterLogEvents = [
|
|
2863
|
+
var FilterLogEvents$ = [
|
|
2695
2864
|
9,
|
|
2696
2865
|
n0,
|
|
2697
2866
|
_FLEil,
|
|
2698
2867
|
0,
|
|
2699
|
-
() => FilterLogEventsRequest
|
|
2700
|
-
() => FilterLogEventsResponse
|
|
2868
|
+
() => FilterLogEventsRequest$,
|
|
2869
|
+
() => FilterLogEventsResponse$,
|
|
2701
2870
|
];
|
|
2702
|
-
var GetDataProtectionPolicy = [
|
|
2871
|
+
var GetDataProtectionPolicy$ = [
|
|
2703
2872
|
9,
|
|
2704
2873
|
n0,
|
|
2705
2874
|
_GDPP,
|
|
2706
2875
|
0,
|
|
2707
|
-
() => GetDataProtectionPolicyRequest
|
|
2708
|
-
() => GetDataProtectionPolicyResponse
|
|
2876
|
+
() => GetDataProtectionPolicyRequest$,
|
|
2877
|
+
() => GetDataProtectionPolicyResponse$,
|
|
2709
2878
|
];
|
|
2710
|
-
var GetDelivery = [9, n0, _GD, 0, () => GetDeliveryRequest
|
|
2711
|
-
var GetDeliveryDestination = [
|
|
2879
|
+
var GetDelivery$ = [9, n0, _GD, 0, () => GetDeliveryRequest$, () => GetDeliveryResponse$];
|
|
2880
|
+
var GetDeliveryDestination$ = [
|
|
2712
2881
|
9,
|
|
2713
2882
|
n0,
|
|
2714
2883
|
_GDD,
|
|
2715
2884
|
0,
|
|
2716
|
-
() => GetDeliveryDestinationRequest
|
|
2717
|
-
() => GetDeliveryDestinationResponse
|
|
2885
|
+
() => GetDeliveryDestinationRequest$,
|
|
2886
|
+
() => GetDeliveryDestinationResponse$,
|
|
2718
2887
|
];
|
|
2719
|
-
var GetDeliveryDestinationPolicy = [
|
|
2888
|
+
var GetDeliveryDestinationPolicy$ = [
|
|
2720
2889
|
9,
|
|
2721
2890
|
n0,
|
|
2722
2891
|
_GDDP,
|
|
2723
2892
|
0,
|
|
2724
|
-
() => GetDeliveryDestinationPolicyRequest
|
|
2725
|
-
() => GetDeliveryDestinationPolicyResponse
|
|
2893
|
+
() => GetDeliveryDestinationPolicyRequest$,
|
|
2894
|
+
() => GetDeliveryDestinationPolicyResponse$,
|
|
2726
2895
|
];
|
|
2727
|
-
var GetDeliverySource = [
|
|
2896
|
+
var GetDeliverySource$ = [
|
|
2728
2897
|
9,
|
|
2729
2898
|
n0,
|
|
2730
2899
|
_GDS,
|
|
2731
2900
|
0,
|
|
2732
|
-
() => GetDeliverySourceRequest
|
|
2733
|
-
() => GetDeliverySourceResponse
|
|
2901
|
+
() => GetDeliverySourceRequest$,
|
|
2902
|
+
() => GetDeliverySourceResponse$,
|
|
2734
2903
|
];
|
|
2735
|
-
var GetIntegration = [
|
|
2904
|
+
var GetIntegration$ = [
|
|
2736
2905
|
9,
|
|
2737
2906
|
n0,
|
|
2738
2907
|
_GIe,
|
|
2739
2908
|
0,
|
|
2740
|
-
() => GetIntegrationRequest
|
|
2741
|
-
() => GetIntegrationResponse
|
|
2909
|
+
() => GetIntegrationRequest$,
|
|
2910
|
+
() => GetIntegrationResponse$,
|
|
2742
2911
|
];
|
|
2743
|
-
var GetLogAnomalyDetector = [
|
|
2912
|
+
var GetLogAnomalyDetector$ = [
|
|
2744
2913
|
9,
|
|
2745
2914
|
n0,
|
|
2746
2915
|
_GLAD,
|
|
2747
2916
|
0,
|
|
2748
|
-
() => GetLogAnomalyDetectorRequest
|
|
2749
|
-
() => GetLogAnomalyDetectorResponse
|
|
2917
|
+
() => GetLogAnomalyDetectorRequest$,
|
|
2918
|
+
() => GetLogAnomalyDetectorResponse$,
|
|
2750
2919
|
];
|
|
2751
|
-
var GetLogEvents = [
|
|
2920
|
+
var GetLogEvents$ = [
|
|
2752
2921
|
9,
|
|
2753
2922
|
n0,
|
|
2754
2923
|
_GLE,
|
|
2755
2924
|
0,
|
|
2756
|
-
() => GetLogEventsRequest
|
|
2757
|
-
() => GetLogEventsResponse
|
|
2925
|
+
() => GetLogEventsRequest$,
|
|
2926
|
+
() => GetLogEventsResponse$,
|
|
2758
2927
|
];
|
|
2759
|
-
var GetLogFields = [
|
|
2928
|
+
var GetLogFields$ = [
|
|
2760
2929
|
9,
|
|
2761
2930
|
n0,
|
|
2762
2931
|
_GLF,
|
|
2763
2932
|
0,
|
|
2764
|
-
() => GetLogFieldsRequest
|
|
2765
|
-
() => GetLogFieldsResponse
|
|
2933
|
+
() => GetLogFieldsRequest$,
|
|
2934
|
+
() => GetLogFieldsResponse$,
|
|
2766
2935
|
];
|
|
2767
|
-
var GetLogGroupFields = [
|
|
2936
|
+
var GetLogGroupFields$ = [
|
|
2768
2937
|
9,
|
|
2769
2938
|
n0,
|
|
2770
2939
|
_GLGF,
|
|
2771
2940
|
0,
|
|
2772
|
-
() => GetLogGroupFieldsRequest
|
|
2773
|
-
() => GetLogGroupFieldsResponse
|
|
2941
|
+
() => GetLogGroupFieldsRequest$,
|
|
2942
|
+
() => GetLogGroupFieldsResponse$,
|
|
2774
2943
|
];
|
|
2775
|
-
var GetLogObject = [
|
|
2944
|
+
var GetLogObject$ = [
|
|
2776
2945
|
9,
|
|
2777
2946
|
n0,
|
|
2778
2947
|
_GLO,
|
|
2779
2948
|
{ [_end]: ["streaming-"] },
|
|
2780
|
-
() => GetLogObjectRequest
|
|
2781
|
-
() => GetLogObjectResponse
|
|
2949
|
+
() => GetLogObjectRequest$,
|
|
2950
|
+
() => GetLogObjectResponse$,
|
|
2782
2951
|
];
|
|
2783
|
-
var GetLogRecord = [
|
|
2952
|
+
var GetLogRecord$ = [
|
|
2784
2953
|
9,
|
|
2785
2954
|
n0,
|
|
2786
2955
|
_GLR,
|
|
2787
2956
|
0,
|
|
2788
|
-
() => GetLogRecordRequest
|
|
2789
|
-
() => GetLogRecordResponse
|
|
2957
|
+
() => GetLogRecordRequest$,
|
|
2958
|
+
() => GetLogRecordResponse$,
|
|
2790
2959
|
];
|
|
2791
|
-
var GetQueryResults = [
|
|
2960
|
+
var GetQueryResults$ = [
|
|
2792
2961
|
9,
|
|
2793
2962
|
n0,
|
|
2794
2963
|
_GQR,
|
|
2795
2964
|
0,
|
|
2796
|
-
() => GetQueryResultsRequest
|
|
2797
|
-
() => GetQueryResultsResponse
|
|
2965
|
+
() => GetQueryResultsRequest$,
|
|
2966
|
+
() => GetQueryResultsResponse$,
|
|
2798
2967
|
];
|
|
2799
|
-
var GetScheduledQuery = [
|
|
2968
|
+
var GetScheduledQuery$ = [
|
|
2800
2969
|
9,
|
|
2801
2970
|
n0,
|
|
2802
2971
|
_GSQ,
|
|
2803
2972
|
0,
|
|
2804
|
-
() => GetScheduledQueryRequest
|
|
2805
|
-
() => GetScheduledQueryResponse
|
|
2973
|
+
() => GetScheduledQueryRequest$,
|
|
2974
|
+
() => GetScheduledQueryResponse$,
|
|
2806
2975
|
];
|
|
2807
|
-
var GetScheduledQueryHistory = [
|
|
2976
|
+
var GetScheduledQueryHistory$ = [
|
|
2808
2977
|
9,
|
|
2809
2978
|
n0,
|
|
2810
2979
|
_GSQH,
|
|
2811
2980
|
0,
|
|
2812
|
-
() => GetScheduledQueryHistoryRequest
|
|
2813
|
-
() => GetScheduledQueryHistoryResponse
|
|
2981
|
+
() => GetScheduledQueryHistoryRequest$,
|
|
2982
|
+
() => GetScheduledQueryHistoryResponse$,
|
|
2814
2983
|
];
|
|
2815
|
-
var GetTransformer = [
|
|
2984
|
+
var GetTransformer$ = [
|
|
2816
2985
|
9,
|
|
2817
2986
|
n0,
|
|
2818
2987
|
_GT,
|
|
2819
2988
|
0,
|
|
2820
|
-
() => GetTransformerRequest
|
|
2821
|
-
() => GetTransformerResponse
|
|
2989
|
+
() => GetTransformerRequest$,
|
|
2990
|
+
() => GetTransformerResponse$,
|
|
2822
2991
|
];
|
|
2823
|
-
var ListAggregateLogGroupSummaries = [
|
|
2992
|
+
var ListAggregateLogGroupSummaries$ = [
|
|
2824
2993
|
9,
|
|
2825
2994
|
n0,
|
|
2826
2995
|
_LALGS,
|
|
2827
2996
|
0,
|
|
2828
|
-
() => ListAggregateLogGroupSummariesRequest
|
|
2829
|
-
() => ListAggregateLogGroupSummariesResponse
|
|
2997
|
+
() => ListAggregateLogGroupSummariesRequest$,
|
|
2998
|
+
() => ListAggregateLogGroupSummariesResponse$,
|
|
2830
2999
|
];
|
|
2831
|
-
var ListAnomalies = [
|
|
3000
|
+
var ListAnomalies$ = [
|
|
2832
3001
|
9,
|
|
2833
3002
|
n0,
|
|
2834
3003
|
_LA,
|
|
2835
3004
|
0,
|
|
2836
|
-
() => ListAnomaliesRequest
|
|
2837
|
-
() => ListAnomaliesResponse
|
|
3005
|
+
() => ListAnomaliesRequest$,
|
|
3006
|
+
() => ListAnomaliesResponse$,
|
|
2838
3007
|
];
|
|
2839
|
-
var ListIntegrations = [
|
|
3008
|
+
var ListIntegrations$ = [
|
|
2840
3009
|
9,
|
|
2841
3010
|
n0,
|
|
2842
3011
|
_LI,
|
|
2843
3012
|
0,
|
|
2844
|
-
() => ListIntegrationsRequest
|
|
2845
|
-
() => ListIntegrationsResponse
|
|
3013
|
+
() => ListIntegrationsRequest$,
|
|
3014
|
+
() => ListIntegrationsResponse$,
|
|
2846
3015
|
];
|
|
2847
|
-
var ListLogAnomalyDetectors = [
|
|
3016
|
+
var ListLogAnomalyDetectors$ = [
|
|
2848
3017
|
9,
|
|
2849
3018
|
n0,
|
|
2850
3019
|
_LLAD,
|
|
2851
3020
|
0,
|
|
2852
|
-
() => ListLogAnomalyDetectorsRequest
|
|
2853
|
-
() => ListLogAnomalyDetectorsResponse
|
|
3021
|
+
() => ListLogAnomalyDetectorsRequest$,
|
|
3022
|
+
() => ListLogAnomalyDetectorsResponse$,
|
|
2854
3023
|
];
|
|
2855
|
-
var ListLogGroups = [
|
|
3024
|
+
var ListLogGroups$ = [
|
|
2856
3025
|
9,
|
|
2857
3026
|
n0,
|
|
2858
3027
|
_LLG,
|
|
2859
3028
|
0,
|
|
2860
|
-
() => ListLogGroupsRequest
|
|
2861
|
-
() => ListLogGroupsResponse
|
|
3029
|
+
() => ListLogGroupsRequest$,
|
|
3030
|
+
() => ListLogGroupsResponse$,
|
|
2862
3031
|
];
|
|
2863
|
-
var ListLogGroupsForQuery = [
|
|
3032
|
+
var ListLogGroupsForQuery$ = [
|
|
2864
3033
|
9,
|
|
2865
3034
|
n0,
|
|
2866
3035
|
_LLGFQ,
|
|
2867
3036
|
0,
|
|
2868
|
-
() => ListLogGroupsForQueryRequest
|
|
2869
|
-
() => ListLogGroupsForQueryResponse
|
|
3037
|
+
() => ListLogGroupsForQueryRequest$,
|
|
3038
|
+
() => ListLogGroupsForQueryResponse$,
|
|
2870
3039
|
];
|
|
2871
|
-
var ListScheduledQueries = [
|
|
3040
|
+
var ListScheduledQueries$ = [
|
|
2872
3041
|
9,
|
|
2873
3042
|
n0,
|
|
2874
3043
|
_LSQ,
|
|
2875
3044
|
0,
|
|
2876
|
-
() => ListScheduledQueriesRequest
|
|
2877
|
-
() => ListScheduledQueriesResponse
|
|
3045
|
+
() => ListScheduledQueriesRequest$,
|
|
3046
|
+
() => ListScheduledQueriesResponse$,
|
|
2878
3047
|
];
|
|
2879
|
-
var ListSourcesForS3TableIntegration = [
|
|
3048
|
+
var ListSourcesForS3TableIntegration$ = [
|
|
2880
3049
|
9,
|
|
2881
3050
|
n0,
|
|
2882
3051
|
_LSFSTI,
|
|
2883
3052
|
0,
|
|
2884
|
-
() => ListSourcesForS3TableIntegrationRequest
|
|
2885
|
-
() => ListSourcesForS3TableIntegrationResponse
|
|
3053
|
+
() => ListSourcesForS3TableIntegrationRequest$,
|
|
3054
|
+
() => ListSourcesForS3TableIntegrationResponse$,
|
|
2886
3055
|
];
|
|
2887
|
-
var ListTagsForResource = [
|
|
3056
|
+
var ListTagsForResource$ = [
|
|
2888
3057
|
9,
|
|
2889
3058
|
n0,
|
|
2890
3059
|
_LTFR,
|
|
2891
3060
|
0,
|
|
2892
|
-
() => ListTagsForResourceRequest
|
|
2893
|
-
() => ListTagsForResourceResponse
|
|
3061
|
+
() => ListTagsForResourceRequest$,
|
|
3062
|
+
() => ListTagsForResourceResponse$,
|
|
2894
3063
|
];
|
|
2895
|
-
var ListTagsLogGroup = [
|
|
3064
|
+
var ListTagsLogGroup$ = [
|
|
2896
3065
|
9,
|
|
2897
3066
|
n0,
|
|
2898
3067
|
_LTLG,
|
|
2899
3068
|
0,
|
|
2900
|
-
() => ListTagsLogGroupRequest
|
|
2901
|
-
() => ListTagsLogGroupResponse
|
|
3069
|
+
() => ListTagsLogGroupRequest$,
|
|
3070
|
+
() => ListTagsLogGroupResponse$,
|
|
2902
3071
|
];
|
|
2903
|
-
var PutAccountPolicy = [
|
|
3072
|
+
var PutAccountPolicy$ = [
|
|
2904
3073
|
9,
|
|
2905
3074
|
n0,
|
|
2906
3075
|
_PAP,
|
|
2907
3076
|
0,
|
|
2908
|
-
() => PutAccountPolicyRequest
|
|
2909
|
-
() => PutAccountPolicyResponse
|
|
3077
|
+
() => PutAccountPolicyRequest$,
|
|
3078
|
+
() => PutAccountPolicyResponse$,
|
|
2910
3079
|
];
|
|
2911
|
-
var PutDataProtectionPolicy = [
|
|
3080
|
+
var PutDataProtectionPolicy$ = [
|
|
2912
3081
|
9,
|
|
2913
3082
|
n0,
|
|
2914
3083
|
_PDPP,
|
|
2915
3084
|
0,
|
|
2916
|
-
() => PutDataProtectionPolicyRequest
|
|
2917
|
-
() => PutDataProtectionPolicyResponse
|
|
3085
|
+
() => PutDataProtectionPolicyRequest$,
|
|
3086
|
+
() => PutDataProtectionPolicyResponse$,
|
|
2918
3087
|
];
|
|
2919
|
-
var PutDeliveryDestination = [
|
|
3088
|
+
var PutDeliveryDestination$ = [
|
|
2920
3089
|
9,
|
|
2921
3090
|
n0,
|
|
2922
3091
|
_PDD,
|
|
2923
3092
|
0,
|
|
2924
|
-
() => PutDeliveryDestinationRequest
|
|
2925
|
-
() => PutDeliveryDestinationResponse
|
|
3093
|
+
() => PutDeliveryDestinationRequest$,
|
|
3094
|
+
() => PutDeliveryDestinationResponse$,
|
|
2926
3095
|
];
|
|
2927
|
-
var PutDeliveryDestinationPolicy = [
|
|
3096
|
+
var PutDeliveryDestinationPolicy$ = [
|
|
2928
3097
|
9,
|
|
2929
3098
|
n0,
|
|
2930
3099
|
_PDDP,
|
|
2931
3100
|
0,
|
|
2932
|
-
() => PutDeliveryDestinationPolicyRequest
|
|
2933
|
-
() => PutDeliveryDestinationPolicyResponse
|
|
3101
|
+
() => PutDeliveryDestinationPolicyRequest$,
|
|
3102
|
+
() => PutDeliveryDestinationPolicyResponse$,
|
|
2934
3103
|
];
|
|
2935
|
-
var PutDeliverySource = [
|
|
3104
|
+
var PutDeliverySource$ = [
|
|
2936
3105
|
9,
|
|
2937
3106
|
n0,
|
|
2938
3107
|
_PDS,
|
|
2939
3108
|
0,
|
|
2940
|
-
() => PutDeliverySourceRequest
|
|
2941
|
-
() => PutDeliverySourceResponse
|
|
3109
|
+
() => PutDeliverySourceRequest$,
|
|
3110
|
+
() => PutDeliverySourceResponse$,
|
|
2942
3111
|
];
|
|
2943
|
-
var PutDestination = [
|
|
3112
|
+
var PutDestination$ = [
|
|
2944
3113
|
9,
|
|
2945
3114
|
n0,
|
|
2946
3115
|
_PD,
|
|
2947
3116
|
0,
|
|
2948
|
-
() => PutDestinationRequest
|
|
2949
|
-
() => PutDestinationResponse
|
|
3117
|
+
() => PutDestinationRequest$,
|
|
3118
|
+
() => PutDestinationResponse$,
|
|
2950
3119
|
];
|
|
2951
|
-
var PutDestinationPolicy = [
|
|
3120
|
+
var PutDestinationPolicy$ = [
|
|
2952
3121
|
9,
|
|
2953
3122
|
n0,
|
|
2954
3123
|
_PDP,
|
|
2955
3124
|
0,
|
|
2956
|
-
() => PutDestinationPolicyRequest
|
|
3125
|
+
() => PutDestinationPolicyRequest$,
|
|
2957
3126
|
() => __Unit,
|
|
2958
3127
|
];
|
|
2959
|
-
var PutIndexPolicy = [
|
|
3128
|
+
var PutIndexPolicy$ = [
|
|
2960
3129
|
9,
|
|
2961
3130
|
n0,
|
|
2962
3131
|
_PIP,
|
|
2963
3132
|
0,
|
|
2964
|
-
() => PutIndexPolicyRequest
|
|
2965
|
-
() => PutIndexPolicyResponse
|
|
3133
|
+
() => PutIndexPolicyRequest$,
|
|
3134
|
+
() => PutIndexPolicyResponse$,
|
|
2966
3135
|
];
|
|
2967
|
-
var PutIntegration = [
|
|
3136
|
+
var PutIntegration$ = [
|
|
2968
3137
|
9,
|
|
2969
3138
|
n0,
|
|
2970
3139
|
_PI,
|
|
2971
3140
|
0,
|
|
2972
|
-
() => PutIntegrationRequest
|
|
2973
|
-
() => PutIntegrationResponse
|
|
3141
|
+
() => PutIntegrationRequest$,
|
|
3142
|
+
() => PutIntegrationResponse$,
|
|
2974
3143
|
];
|
|
2975
|
-
var PutLogEvents = [
|
|
3144
|
+
var PutLogEvents$ = [
|
|
2976
3145
|
9,
|
|
2977
3146
|
n0,
|
|
2978
3147
|
_PLE,
|
|
2979
3148
|
0,
|
|
2980
|
-
() => PutLogEventsRequest
|
|
2981
|
-
() => PutLogEventsResponse
|
|
3149
|
+
() => PutLogEventsRequest$,
|
|
3150
|
+
() => PutLogEventsResponse$,
|
|
2982
3151
|
];
|
|
2983
|
-
var PutLogGroupDeletionProtection = [
|
|
3152
|
+
var PutLogGroupDeletionProtection$ = [
|
|
2984
3153
|
9,
|
|
2985
3154
|
n0,
|
|
2986
3155
|
_PLGDP,
|
|
2987
3156
|
0,
|
|
2988
|
-
() => PutLogGroupDeletionProtectionRequest
|
|
3157
|
+
() => PutLogGroupDeletionProtectionRequest$,
|
|
2989
3158
|
() => __Unit,
|
|
2990
3159
|
];
|
|
2991
|
-
var PutMetricFilter = [9, n0, _PMF, 0, () => PutMetricFilterRequest
|
|
2992
|
-
var PutQueryDefinition = [
|
|
3160
|
+
var PutMetricFilter$ = [9, n0, _PMF, 0, () => PutMetricFilterRequest$, () => __Unit];
|
|
3161
|
+
var PutQueryDefinition$ = [
|
|
2993
3162
|
9,
|
|
2994
3163
|
n0,
|
|
2995
3164
|
_PQD,
|
|
2996
3165
|
0,
|
|
2997
|
-
() => PutQueryDefinitionRequest
|
|
2998
|
-
() => PutQueryDefinitionResponse
|
|
3166
|
+
() => PutQueryDefinitionRequest$,
|
|
3167
|
+
() => PutQueryDefinitionResponse$,
|
|
2999
3168
|
];
|
|
3000
|
-
var PutResourcePolicy = [
|
|
3169
|
+
var PutResourcePolicy$ = [
|
|
3001
3170
|
9,
|
|
3002
3171
|
n0,
|
|
3003
3172
|
_PRP,
|
|
3004
3173
|
0,
|
|
3005
|
-
() => PutResourcePolicyRequest
|
|
3006
|
-
() => PutResourcePolicyResponse
|
|
3174
|
+
() => PutResourcePolicyRequest$,
|
|
3175
|
+
() => PutResourcePolicyResponse$,
|
|
3176
|
+
];
|
|
3177
|
+
var PutRetentionPolicy$ = [
|
|
3178
|
+
9,
|
|
3179
|
+
n0,
|
|
3180
|
+
_PRPu,
|
|
3181
|
+
0,
|
|
3182
|
+
() => PutRetentionPolicyRequest$,
|
|
3183
|
+
() => __Unit,
|
|
3007
3184
|
];
|
|
3008
|
-
var
|
|
3009
|
-
var PutSubscriptionFilter = [
|
|
3185
|
+
var PutSubscriptionFilter$ = [
|
|
3010
3186
|
9,
|
|
3011
3187
|
n0,
|
|
3012
3188
|
_PSF,
|
|
3013
3189
|
0,
|
|
3014
|
-
() => PutSubscriptionFilterRequest
|
|
3190
|
+
() => PutSubscriptionFilterRequest$,
|
|
3015
3191
|
() => __Unit,
|
|
3016
3192
|
];
|
|
3017
|
-
var PutTransformer = [9, n0, _PTu, 0, () => PutTransformerRequest
|
|
3018
|
-
var StartLiveTail = [
|
|
3193
|
+
var PutTransformer$ = [9, n0, _PTu, 0, () => PutTransformerRequest$, () => __Unit];
|
|
3194
|
+
var StartLiveTail$ = [
|
|
3019
3195
|
9,
|
|
3020
3196
|
n0,
|
|
3021
3197
|
_SLT,
|
|
3022
3198
|
{ [_end]: ["streaming-"] },
|
|
3023
|
-
() => StartLiveTailRequest
|
|
3024
|
-
() => StartLiveTailResponse
|
|
3025
|
-
];
|
|
3026
|
-
var StartQuery = [9, n0, _SQ, 0, () => StartQueryRequest
|
|
3027
|
-
var StopQuery = [9, n0, _SQt, 0, () => StopQueryRequest
|
|
3028
|
-
var TagLogGroup = [9, n0, _TLG, 0, () => TagLogGroupRequest
|
|
3029
|
-
var TagResource = [9, n0, _TR, 0, () => TagResourceRequest
|
|
3030
|
-
var TestMetricFilter = [
|
|
3199
|
+
() => StartLiveTailRequest$,
|
|
3200
|
+
() => StartLiveTailResponse$,
|
|
3201
|
+
];
|
|
3202
|
+
var StartQuery$ = [9, n0, _SQ, 0, () => StartQueryRequest$, () => StartQueryResponse$];
|
|
3203
|
+
var StopQuery$ = [9, n0, _SQt, 0, () => StopQueryRequest$, () => StopQueryResponse$];
|
|
3204
|
+
var TagLogGroup$ = [9, n0, _TLG, 0, () => TagLogGroupRequest$, () => __Unit];
|
|
3205
|
+
var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => __Unit];
|
|
3206
|
+
var TestMetricFilter$ = [
|
|
3031
3207
|
9,
|
|
3032
3208
|
n0,
|
|
3033
3209
|
_TMF,
|
|
3034
3210
|
0,
|
|
3035
|
-
() => TestMetricFilterRequest
|
|
3036
|
-
() => TestMetricFilterResponse
|
|
3211
|
+
() => TestMetricFilterRequest$,
|
|
3212
|
+
() => TestMetricFilterResponse$,
|
|
3037
3213
|
];
|
|
3038
|
-
var TestTransformer = [
|
|
3214
|
+
var TestTransformer$ = [
|
|
3039
3215
|
9,
|
|
3040
3216
|
n0,
|
|
3041
3217
|
_TT,
|
|
3042
3218
|
0,
|
|
3043
|
-
() => TestTransformerRequest
|
|
3044
|
-
() => TestTransformerResponse
|
|
3219
|
+
() => TestTransformerRequest$,
|
|
3220
|
+
() => TestTransformerResponse$,
|
|
3045
3221
|
];
|
|
3046
|
-
var UntagLogGroup = [9, n0, _ULG, 0, () => UntagLogGroupRequest
|
|
3047
|
-
var UntagResource = [9, n0, _UR, 0, () => UntagResourceRequest
|
|
3048
|
-
var UpdateAnomaly = [9, n0, _UA, 0, () => UpdateAnomalyRequest
|
|
3049
|
-
var UpdateDeliveryConfiguration = [
|
|
3222
|
+
var UntagLogGroup$ = [9, n0, _ULG, 0, () => UntagLogGroupRequest$, () => __Unit];
|
|
3223
|
+
var UntagResource$ = [9, n0, _UR, 0, () => UntagResourceRequest$, () => __Unit];
|
|
3224
|
+
var UpdateAnomaly$ = [9, n0, _UA, 0, () => UpdateAnomalyRequest$, () => __Unit];
|
|
3225
|
+
var UpdateDeliveryConfiguration$ = [
|
|
3050
3226
|
9,
|
|
3051
3227
|
n0,
|
|
3052
3228
|
_UDC,
|
|
3053
3229
|
0,
|
|
3054
|
-
() => UpdateDeliveryConfigurationRequest
|
|
3055
|
-
() => UpdateDeliveryConfigurationResponse
|
|
3230
|
+
() => UpdateDeliveryConfigurationRequest$,
|
|
3231
|
+
() => UpdateDeliveryConfigurationResponse$,
|
|
3056
3232
|
];
|
|
3057
|
-
var UpdateLogAnomalyDetector = [
|
|
3233
|
+
var UpdateLogAnomalyDetector$ = [
|
|
3058
3234
|
9,
|
|
3059
3235
|
n0,
|
|
3060
3236
|
_ULAD,
|
|
3061
3237
|
0,
|
|
3062
|
-
() => UpdateLogAnomalyDetectorRequest
|
|
3238
|
+
() => UpdateLogAnomalyDetectorRequest$,
|
|
3063
3239
|
() => __Unit,
|
|
3064
3240
|
];
|
|
3065
|
-
var UpdateScheduledQuery = [
|
|
3241
|
+
var UpdateScheduledQuery$ = [
|
|
3066
3242
|
9,
|
|
3067
3243
|
n0,
|
|
3068
3244
|
_USQ,
|
|
3069
3245
|
0,
|
|
3070
|
-
() => UpdateScheduledQueryRequest
|
|
3071
|
-
() => UpdateScheduledQueryResponse
|
|
3246
|
+
() => UpdateScheduledQueryRequest$,
|
|
3247
|
+
() => UpdateScheduledQueryResponse$,
|
|
3072
3248
|
];
|
|
3073
3249
|
|
|
3074
3250
|
class AssociateKmsKeyCommand extends smithyClient.Command
|
|
@@ -3079,7 +3255,7 @@ class AssociateKmsKeyCommand extends smithyClient.Command
|
|
|
3079
3255
|
})
|
|
3080
3256
|
.s("Logs_20140328", "AssociateKmsKey", {})
|
|
3081
3257
|
.n("CloudWatchLogsClient", "AssociateKmsKeyCommand")
|
|
3082
|
-
.sc(AssociateKmsKey)
|
|
3258
|
+
.sc(AssociateKmsKey$)
|
|
3083
3259
|
.build() {
|
|
3084
3260
|
}
|
|
3085
3261
|
|
|
@@ -3091,7 +3267,7 @@ class AssociateSourceToS3TableIntegrationCommand extends smithyClient.Command
|
|
|
3091
3267
|
})
|
|
3092
3268
|
.s("Logs_20140328", "AssociateSourceToS3TableIntegration", {})
|
|
3093
3269
|
.n("CloudWatchLogsClient", "AssociateSourceToS3TableIntegrationCommand")
|
|
3094
|
-
.sc(AssociateSourceToS3TableIntegration)
|
|
3270
|
+
.sc(AssociateSourceToS3TableIntegration$)
|
|
3095
3271
|
.build() {
|
|
3096
3272
|
}
|
|
3097
3273
|
|
|
@@ -3103,7 +3279,19 @@ class CancelExportTaskCommand extends smithyClient.Command
|
|
|
3103
3279
|
})
|
|
3104
3280
|
.s("Logs_20140328", "CancelExportTask", {})
|
|
3105
3281
|
.n("CloudWatchLogsClient", "CancelExportTaskCommand")
|
|
3106
|
-
.sc(CancelExportTask)
|
|
3282
|
+
.sc(CancelExportTask$)
|
|
3283
|
+
.build() {
|
|
3284
|
+
}
|
|
3285
|
+
|
|
3286
|
+
class CancelImportTaskCommand extends smithyClient.Command
|
|
3287
|
+
.classBuilder()
|
|
3288
|
+
.ep(commonParams)
|
|
3289
|
+
.m(function (Command, cs, config, o) {
|
|
3290
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3291
|
+
})
|
|
3292
|
+
.s("Logs_20140328", "CancelImportTask", {})
|
|
3293
|
+
.n("CloudWatchLogsClient", "CancelImportTaskCommand")
|
|
3294
|
+
.sc(CancelImportTask$)
|
|
3107
3295
|
.build() {
|
|
3108
3296
|
}
|
|
3109
3297
|
|
|
@@ -3115,7 +3303,7 @@ class CreateDeliveryCommand extends smithyClient.Command
|
|
|
3115
3303
|
})
|
|
3116
3304
|
.s("Logs_20140328", "CreateDelivery", {})
|
|
3117
3305
|
.n("CloudWatchLogsClient", "CreateDeliveryCommand")
|
|
3118
|
-
.sc(CreateDelivery)
|
|
3306
|
+
.sc(CreateDelivery$)
|
|
3119
3307
|
.build() {
|
|
3120
3308
|
}
|
|
3121
3309
|
|
|
@@ -3127,7 +3315,19 @@ class CreateExportTaskCommand extends smithyClient.Command
|
|
|
3127
3315
|
})
|
|
3128
3316
|
.s("Logs_20140328", "CreateExportTask", {})
|
|
3129
3317
|
.n("CloudWatchLogsClient", "CreateExportTaskCommand")
|
|
3130
|
-
.sc(CreateExportTask)
|
|
3318
|
+
.sc(CreateExportTask$)
|
|
3319
|
+
.build() {
|
|
3320
|
+
}
|
|
3321
|
+
|
|
3322
|
+
class CreateImportTaskCommand extends smithyClient.Command
|
|
3323
|
+
.classBuilder()
|
|
3324
|
+
.ep(commonParams)
|
|
3325
|
+
.m(function (Command, cs, config, o) {
|
|
3326
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3327
|
+
})
|
|
3328
|
+
.s("Logs_20140328", "CreateImportTask", {})
|
|
3329
|
+
.n("CloudWatchLogsClient", "CreateImportTaskCommand")
|
|
3330
|
+
.sc(CreateImportTask$)
|
|
3131
3331
|
.build() {
|
|
3132
3332
|
}
|
|
3133
3333
|
|
|
@@ -3139,7 +3339,7 @@ class CreateLogAnomalyDetectorCommand extends smithyClient.Command
|
|
|
3139
3339
|
})
|
|
3140
3340
|
.s("Logs_20140328", "CreateLogAnomalyDetector", {})
|
|
3141
3341
|
.n("CloudWatchLogsClient", "CreateLogAnomalyDetectorCommand")
|
|
3142
|
-
.sc(CreateLogAnomalyDetector)
|
|
3342
|
+
.sc(CreateLogAnomalyDetector$)
|
|
3143
3343
|
.build() {
|
|
3144
3344
|
}
|
|
3145
3345
|
|
|
@@ -3151,7 +3351,7 @@ class CreateLogGroupCommand extends smithyClient.Command
|
|
|
3151
3351
|
})
|
|
3152
3352
|
.s("Logs_20140328", "CreateLogGroup", {})
|
|
3153
3353
|
.n("CloudWatchLogsClient", "CreateLogGroupCommand")
|
|
3154
|
-
.sc(CreateLogGroup)
|
|
3354
|
+
.sc(CreateLogGroup$)
|
|
3155
3355
|
.build() {
|
|
3156
3356
|
}
|
|
3157
3357
|
|
|
@@ -3163,7 +3363,7 @@ class CreateLogStreamCommand extends smithyClient.Command
|
|
|
3163
3363
|
})
|
|
3164
3364
|
.s("Logs_20140328", "CreateLogStream", {})
|
|
3165
3365
|
.n("CloudWatchLogsClient", "CreateLogStreamCommand")
|
|
3166
|
-
.sc(CreateLogStream)
|
|
3366
|
+
.sc(CreateLogStream$)
|
|
3167
3367
|
.build() {
|
|
3168
3368
|
}
|
|
3169
3369
|
|
|
@@ -3175,7 +3375,7 @@ class CreateScheduledQueryCommand extends smithyClient.Command
|
|
|
3175
3375
|
})
|
|
3176
3376
|
.s("Logs_20140328", "CreateScheduledQuery", {})
|
|
3177
3377
|
.n("CloudWatchLogsClient", "CreateScheduledQueryCommand")
|
|
3178
|
-
.sc(CreateScheduledQuery)
|
|
3378
|
+
.sc(CreateScheduledQuery$)
|
|
3179
3379
|
.build() {
|
|
3180
3380
|
}
|
|
3181
3381
|
|
|
@@ -3187,7 +3387,7 @@ class DeleteAccountPolicyCommand extends smithyClient.Command
|
|
|
3187
3387
|
})
|
|
3188
3388
|
.s("Logs_20140328", "DeleteAccountPolicy", {})
|
|
3189
3389
|
.n("CloudWatchLogsClient", "DeleteAccountPolicyCommand")
|
|
3190
|
-
.sc(DeleteAccountPolicy)
|
|
3390
|
+
.sc(DeleteAccountPolicy$)
|
|
3191
3391
|
.build() {
|
|
3192
3392
|
}
|
|
3193
3393
|
|
|
@@ -3199,7 +3399,7 @@ class DeleteDataProtectionPolicyCommand extends smithyClient.Command
|
|
|
3199
3399
|
})
|
|
3200
3400
|
.s("Logs_20140328", "DeleteDataProtectionPolicy", {})
|
|
3201
3401
|
.n("CloudWatchLogsClient", "DeleteDataProtectionPolicyCommand")
|
|
3202
|
-
.sc(DeleteDataProtectionPolicy)
|
|
3402
|
+
.sc(DeleteDataProtectionPolicy$)
|
|
3203
3403
|
.build() {
|
|
3204
3404
|
}
|
|
3205
3405
|
|
|
@@ -3211,7 +3411,7 @@ class DeleteDeliveryCommand extends smithyClient.Command
|
|
|
3211
3411
|
})
|
|
3212
3412
|
.s("Logs_20140328", "DeleteDelivery", {})
|
|
3213
3413
|
.n("CloudWatchLogsClient", "DeleteDeliveryCommand")
|
|
3214
|
-
.sc(DeleteDelivery)
|
|
3414
|
+
.sc(DeleteDelivery$)
|
|
3215
3415
|
.build() {
|
|
3216
3416
|
}
|
|
3217
3417
|
|
|
@@ -3223,7 +3423,7 @@ class DeleteDeliveryDestinationCommand extends smithyClient.Command
|
|
|
3223
3423
|
})
|
|
3224
3424
|
.s("Logs_20140328", "DeleteDeliveryDestination", {})
|
|
3225
3425
|
.n("CloudWatchLogsClient", "DeleteDeliveryDestinationCommand")
|
|
3226
|
-
.sc(DeleteDeliveryDestination)
|
|
3426
|
+
.sc(DeleteDeliveryDestination$)
|
|
3227
3427
|
.build() {
|
|
3228
3428
|
}
|
|
3229
3429
|
|
|
@@ -3235,7 +3435,7 @@ class DeleteDeliveryDestinationPolicyCommand extends smithyClient.Command
|
|
|
3235
3435
|
})
|
|
3236
3436
|
.s("Logs_20140328", "DeleteDeliveryDestinationPolicy", {})
|
|
3237
3437
|
.n("CloudWatchLogsClient", "DeleteDeliveryDestinationPolicyCommand")
|
|
3238
|
-
.sc(DeleteDeliveryDestinationPolicy)
|
|
3438
|
+
.sc(DeleteDeliveryDestinationPolicy$)
|
|
3239
3439
|
.build() {
|
|
3240
3440
|
}
|
|
3241
3441
|
|
|
@@ -3247,7 +3447,7 @@ class DeleteDeliverySourceCommand extends smithyClient.Command
|
|
|
3247
3447
|
})
|
|
3248
3448
|
.s("Logs_20140328", "DeleteDeliverySource", {})
|
|
3249
3449
|
.n("CloudWatchLogsClient", "DeleteDeliverySourceCommand")
|
|
3250
|
-
.sc(DeleteDeliverySource)
|
|
3450
|
+
.sc(DeleteDeliverySource$)
|
|
3251
3451
|
.build() {
|
|
3252
3452
|
}
|
|
3253
3453
|
|
|
@@ -3259,7 +3459,7 @@ class DeleteDestinationCommand extends smithyClient.Command
|
|
|
3259
3459
|
})
|
|
3260
3460
|
.s("Logs_20140328", "DeleteDestination", {})
|
|
3261
3461
|
.n("CloudWatchLogsClient", "DeleteDestinationCommand")
|
|
3262
|
-
.sc(DeleteDestination)
|
|
3462
|
+
.sc(DeleteDestination$)
|
|
3263
3463
|
.build() {
|
|
3264
3464
|
}
|
|
3265
3465
|
|
|
@@ -3271,7 +3471,7 @@ class DeleteIndexPolicyCommand extends smithyClient.Command
|
|
|
3271
3471
|
})
|
|
3272
3472
|
.s("Logs_20140328", "DeleteIndexPolicy", {})
|
|
3273
3473
|
.n("CloudWatchLogsClient", "DeleteIndexPolicyCommand")
|
|
3274
|
-
.sc(DeleteIndexPolicy)
|
|
3474
|
+
.sc(DeleteIndexPolicy$)
|
|
3275
3475
|
.build() {
|
|
3276
3476
|
}
|
|
3277
3477
|
|
|
@@ -3283,7 +3483,7 @@ class DeleteIntegrationCommand extends smithyClient.Command
|
|
|
3283
3483
|
})
|
|
3284
3484
|
.s("Logs_20140328", "DeleteIntegration", {})
|
|
3285
3485
|
.n("CloudWatchLogsClient", "DeleteIntegrationCommand")
|
|
3286
|
-
.sc(DeleteIntegration)
|
|
3486
|
+
.sc(DeleteIntegration$)
|
|
3287
3487
|
.build() {
|
|
3288
3488
|
}
|
|
3289
3489
|
|
|
@@ -3295,7 +3495,7 @@ class DeleteLogAnomalyDetectorCommand extends smithyClient.Command
|
|
|
3295
3495
|
})
|
|
3296
3496
|
.s("Logs_20140328", "DeleteLogAnomalyDetector", {})
|
|
3297
3497
|
.n("CloudWatchLogsClient", "DeleteLogAnomalyDetectorCommand")
|
|
3298
|
-
.sc(DeleteLogAnomalyDetector)
|
|
3498
|
+
.sc(DeleteLogAnomalyDetector$)
|
|
3299
3499
|
.build() {
|
|
3300
3500
|
}
|
|
3301
3501
|
|
|
@@ -3307,7 +3507,7 @@ class DeleteLogGroupCommand extends smithyClient.Command
|
|
|
3307
3507
|
})
|
|
3308
3508
|
.s("Logs_20140328", "DeleteLogGroup", {})
|
|
3309
3509
|
.n("CloudWatchLogsClient", "DeleteLogGroupCommand")
|
|
3310
|
-
.sc(DeleteLogGroup)
|
|
3510
|
+
.sc(DeleteLogGroup$)
|
|
3311
3511
|
.build() {
|
|
3312
3512
|
}
|
|
3313
3513
|
|
|
@@ -3319,7 +3519,7 @@ class DeleteLogStreamCommand extends smithyClient.Command
|
|
|
3319
3519
|
})
|
|
3320
3520
|
.s("Logs_20140328", "DeleteLogStream", {})
|
|
3321
3521
|
.n("CloudWatchLogsClient", "DeleteLogStreamCommand")
|
|
3322
|
-
.sc(DeleteLogStream)
|
|
3522
|
+
.sc(DeleteLogStream$)
|
|
3323
3523
|
.build() {
|
|
3324
3524
|
}
|
|
3325
3525
|
|
|
@@ -3331,7 +3531,7 @@ class DeleteMetricFilterCommand extends smithyClient.Command
|
|
|
3331
3531
|
})
|
|
3332
3532
|
.s("Logs_20140328", "DeleteMetricFilter", {})
|
|
3333
3533
|
.n("CloudWatchLogsClient", "DeleteMetricFilterCommand")
|
|
3334
|
-
.sc(DeleteMetricFilter)
|
|
3534
|
+
.sc(DeleteMetricFilter$)
|
|
3335
3535
|
.build() {
|
|
3336
3536
|
}
|
|
3337
3537
|
|
|
@@ -3343,7 +3543,7 @@ class DeleteQueryDefinitionCommand extends smithyClient.Command
|
|
|
3343
3543
|
})
|
|
3344
3544
|
.s("Logs_20140328", "DeleteQueryDefinition", {})
|
|
3345
3545
|
.n("CloudWatchLogsClient", "DeleteQueryDefinitionCommand")
|
|
3346
|
-
.sc(DeleteQueryDefinition)
|
|
3546
|
+
.sc(DeleteQueryDefinition$)
|
|
3347
3547
|
.build() {
|
|
3348
3548
|
}
|
|
3349
3549
|
|
|
@@ -3355,7 +3555,7 @@ class DeleteResourcePolicyCommand extends smithyClient.Command
|
|
|
3355
3555
|
})
|
|
3356
3556
|
.s("Logs_20140328", "DeleteResourcePolicy", {})
|
|
3357
3557
|
.n("CloudWatchLogsClient", "DeleteResourcePolicyCommand")
|
|
3358
|
-
.sc(DeleteResourcePolicy)
|
|
3558
|
+
.sc(DeleteResourcePolicy$)
|
|
3359
3559
|
.build() {
|
|
3360
3560
|
}
|
|
3361
3561
|
|
|
@@ -3367,7 +3567,7 @@ class DeleteRetentionPolicyCommand extends smithyClient.Command
|
|
|
3367
3567
|
})
|
|
3368
3568
|
.s("Logs_20140328", "DeleteRetentionPolicy", {})
|
|
3369
3569
|
.n("CloudWatchLogsClient", "DeleteRetentionPolicyCommand")
|
|
3370
|
-
.sc(DeleteRetentionPolicy)
|
|
3570
|
+
.sc(DeleteRetentionPolicy$)
|
|
3371
3571
|
.build() {
|
|
3372
3572
|
}
|
|
3373
3573
|
|
|
@@ -3379,7 +3579,7 @@ class DeleteScheduledQueryCommand extends smithyClient.Command
|
|
|
3379
3579
|
})
|
|
3380
3580
|
.s("Logs_20140328", "DeleteScheduledQuery", {})
|
|
3381
3581
|
.n("CloudWatchLogsClient", "DeleteScheduledQueryCommand")
|
|
3382
|
-
.sc(DeleteScheduledQuery)
|
|
3582
|
+
.sc(DeleteScheduledQuery$)
|
|
3383
3583
|
.build() {
|
|
3384
3584
|
}
|
|
3385
3585
|
|
|
@@ -3391,7 +3591,7 @@ class DeleteSubscriptionFilterCommand extends smithyClient.Command
|
|
|
3391
3591
|
})
|
|
3392
3592
|
.s("Logs_20140328", "DeleteSubscriptionFilter", {})
|
|
3393
3593
|
.n("CloudWatchLogsClient", "DeleteSubscriptionFilterCommand")
|
|
3394
|
-
.sc(DeleteSubscriptionFilter)
|
|
3594
|
+
.sc(DeleteSubscriptionFilter$)
|
|
3395
3595
|
.build() {
|
|
3396
3596
|
}
|
|
3397
3597
|
|
|
@@ -3403,7 +3603,7 @@ class DeleteTransformerCommand extends smithyClient.Command
|
|
|
3403
3603
|
})
|
|
3404
3604
|
.s("Logs_20140328", "DeleteTransformer", {})
|
|
3405
3605
|
.n("CloudWatchLogsClient", "DeleteTransformerCommand")
|
|
3406
|
-
.sc(DeleteTransformer)
|
|
3606
|
+
.sc(DeleteTransformer$)
|
|
3407
3607
|
.build() {
|
|
3408
3608
|
}
|
|
3409
3609
|
|
|
@@ -3415,7 +3615,7 @@ class DescribeAccountPoliciesCommand extends smithyClient.Command
|
|
|
3415
3615
|
})
|
|
3416
3616
|
.s("Logs_20140328", "DescribeAccountPolicies", {})
|
|
3417
3617
|
.n("CloudWatchLogsClient", "DescribeAccountPoliciesCommand")
|
|
3418
|
-
.sc(DescribeAccountPolicies)
|
|
3618
|
+
.sc(DescribeAccountPolicies$)
|
|
3419
3619
|
.build() {
|
|
3420
3620
|
}
|
|
3421
3621
|
|
|
@@ -3427,7 +3627,7 @@ class DescribeConfigurationTemplatesCommand extends smithyClient.Command
|
|
|
3427
3627
|
})
|
|
3428
3628
|
.s("Logs_20140328", "DescribeConfigurationTemplates", {})
|
|
3429
3629
|
.n("CloudWatchLogsClient", "DescribeConfigurationTemplatesCommand")
|
|
3430
|
-
.sc(DescribeConfigurationTemplates)
|
|
3630
|
+
.sc(DescribeConfigurationTemplates$)
|
|
3431
3631
|
.build() {
|
|
3432
3632
|
}
|
|
3433
3633
|
|
|
@@ -3439,7 +3639,7 @@ class DescribeDeliveriesCommand extends smithyClient.Command
|
|
|
3439
3639
|
})
|
|
3440
3640
|
.s("Logs_20140328", "DescribeDeliveries", {})
|
|
3441
3641
|
.n("CloudWatchLogsClient", "DescribeDeliveriesCommand")
|
|
3442
|
-
.sc(DescribeDeliveries)
|
|
3642
|
+
.sc(DescribeDeliveries$)
|
|
3443
3643
|
.build() {
|
|
3444
3644
|
}
|
|
3445
3645
|
|
|
@@ -3451,7 +3651,7 @@ class DescribeDeliveryDestinationsCommand extends smithyClient.Command
|
|
|
3451
3651
|
})
|
|
3452
3652
|
.s("Logs_20140328", "DescribeDeliveryDestinations", {})
|
|
3453
3653
|
.n("CloudWatchLogsClient", "DescribeDeliveryDestinationsCommand")
|
|
3454
|
-
.sc(DescribeDeliveryDestinations)
|
|
3654
|
+
.sc(DescribeDeliveryDestinations$)
|
|
3455
3655
|
.build() {
|
|
3456
3656
|
}
|
|
3457
3657
|
|
|
@@ -3463,7 +3663,7 @@ class DescribeDeliverySourcesCommand extends smithyClient.Command
|
|
|
3463
3663
|
})
|
|
3464
3664
|
.s("Logs_20140328", "DescribeDeliverySources", {})
|
|
3465
3665
|
.n("CloudWatchLogsClient", "DescribeDeliverySourcesCommand")
|
|
3466
|
-
.sc(DescribeDeliverySources)
|
|
3666
|
+
.sc(DescribeDeliverySources$)
|
|
3467
3667
|
.build() {
|
|
3468
3668
|
}
|
|
3469
3669
|
|
|
@@ -3475,7 +3675,7 @@ class DescribeDestinationsCommand extends smithyClient.Command
|
|
|
3475
3675
|
})
|
|
3476
3676
|
.s("Logs_20140328", "DescribeDestinations", {})
|
|
3477
3677
|
.n("CloudWatchLogsClient", "DescribeDestinationsCommand")
|
|
3478
|
-
.sc(DescribeDestinations)
|
|
3678
|
+
.sc(DescribeDestinations$)
|
|
3479
3679
|
.build() {
|
|
3480
3680
|
}
|
|
3481
3681
|
|
|
@@ -3487,7 +3687,7 @@ class DescribeExportTasksCommand extends smithyClient.Command
|
|
|
3487
3687
|
})
|
|
3488
3688
|
.s("Logs_20140328", "DescribeExportTasks", {})
|
|
3489
3689
|
.n("CloudWatchLogsClient", "DescribeExportTasksCommand")
|
|
3490
|
-
.sc(DescribeExportTasks)
|
|
3690
|
+
.sc(DescribeExportTasks$)
|
|
3491
3691
|
.build() {
|
|
3492
3692
|
}
|
|
3493
3693
|
|
|
@@ -3499,7 +3699,31 @@ class DescribeFieldIndexesCommand extends smithyClient.Command
|
|
|
3499
3699
|
})
|
|
3500
3700
|
.s("Logs_20140328", "DescribeFieldIndexes", {})
|
|
3501
3701
|
.n("CloudWatchLogsClient", "DescribeFieldIndexesCommand")
|
|
3502
|
-
.sc(DescribeFieldIndexes)
|
|
3702
|
+
.sc(DescribeFieldIndexes$)
|
|
3703
|
+
.build() {
|
|
3704
|
+
}
|
|
3705
|
+
|
|
3706
|
+
class DescribeImportTaskBatchesCommand extends smithyClient.Command
|
|
3707
|
+
.classBuilder()
|
|
3708
|
+
.ep(commonParams)
|
|
3709
|
+
.m(function (Command, cs, config, o) {
|
|
3710
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3711
|
+
})
|
|
3712
|
+
.s("Logs_20140328", "DescribeImportTaskBatches", {})
|
|
3713
|
+
.n("CloudWatchLogsClient", "DescribeImportTaskBatchesCommand")
|
|
3714
|
+
.sc(DescribeImportTaskBatches$)
|
|
3715
|
+
.build() {
|
|
3716
|
+
}
|
|
3717
|
+
|
|
3718
|
+
class DescribeImportTasksCommand extends smithyClient.Command
|
|
3719
|
+
.classBuilder()
|
|
3720
|
+
.ep(commonParams)
|
|
3721
|
+
.m(function (Command, cs, config, o) {
|
|
3722
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3723
|
+
})
|
|
3724
|
+
.s("Logs_20140328", "DescribeImportTasks", {})
|
|
3725
|
+
.n("CloudWatchLogsClient", "DescribeImportTasksCommand")
|
|
3726
|
+
.sc(DescribeImportTasks$)
|
|
3503
3727
|
.build() {
|
|
3504
3728
|
}
|
|
3505
3729
|
|
|
@@ -3511,7 +3735,7 @@ class DescribeIndexPoliciesCommand extends smithyClient.Command
|
|
|
3511
3735
|
})
|
|
3512
3736
|
.s("Logs_20140328", "DescribeIndexPolicies", {})
|
|
3513
3737
|
.n("CloudWatchLogsClient", "DescribeIndexPoliciesCommand")
|
|
3514
|
-
.sc(DescribeIndexPolicies)
|
|
3738
|
+
.sc(DescribeIndexPolicies$)
|
|
3515
3739
|
.build() {
|
|
3516
3740
|
}
|
|
3517
3741
|
|
|
@@ -3523,7 +3747,7 @@ class DescribeLogGroupsCommand extends smithyClient.Command
|
|
|
3523
3747
|
})
|
|
3524
3748
|
.s("Logs_20140328", "DescribeLogGroups", {})
|
|
3525
3749
|
.n("CloudWatchLogsClient", "DescribeLogGroupsCommand")
|
|
3526
|
-
.sc(DescribeLogGroups)
|
|
3750
|
+
.sc(DescribeLogGroups$)
|
|
3527
3751
|
.build() {
|
|
3528
3752
|
}
|
|
3529
3753
|
|
|
@@ -3535,7 +3759,7 @@ class DescribeLogStreamsCommand extends smithyClient.Command
|
|
|
3535
3759
|
})
|
|
3536
3760
|
.s("Logs_20140328", "DescribeLogStreams", {})
|
|
3537
3761
|
.n("CloudWatchLogsClient", "DescribeLogStreamsCommand")
|
|
3538
|
-
.sc(DescribeLogStreams)
|
|
3762
|
+
.sc(DescribeLogStreams$)
|
|
3539
3763
|
.build() {
|
|
3540
3764
|
}
|
|
3541
3765
|
|
|
@@ -3547,7 +3771,7 @@ class DescribeMetricFiltersCommand extends smithyClient.Command
|
|
|
3547
3771
|
})
|
|
3548
3772
|
.s("Logs_20140328", "DescribeMetricFilters", {})
|
|
3549
3773
|
.n("CloudWatchLogsClient", "DescribeMetricFiltersCommand")
|
|
3550
|
-
.sc(DescribeMetricFilters)
|
|
3774
|
+
.sc(DescribeMetricFilters$)
|
|
3551
3775
|
.build() {
|
|
3552
3776
|
}
|
|
3553
3777
|
|
|
@@ -3559,7 +3783,7 @@ class DescribeQueriesCommand extends smithyClient.Command
|
|
|
3559
3783
|
})
|
|
3560
3784
|
.s("Logs_20140328", "DescribeQueries", {})
|
|
3561
3785
|
.n("CloudWatchLogsClient", "DescribeQueriesCommand")
|
|
3562
|
-
.sc(DescribeQueries)
|
|
3786
|
+
.sc(DescribeQueries$)
|
|
3563
3787
|
.build() {
|
|
3564
3788
|
}
|
|
3565
3789
|
|
|
@@ -3571,7 +3795,7 @@ class DescribeQueryDefinitionsCommand extends smithyClient.Command
|
|
|
3571
3795
|
})
|
|
3572
3796
|
.s("Logs_20140328", "DescribeQueryDefinitions", {})
|
|
3573
3797
|
.n("CloudWatchLogsClient", "DescribeQueryDefinitionsCommand")
|
|
3574
|
-
.sc(DescribeQueryDefinitions)
|
|
3798
|
+
.sc(DescribeQueryDefinitions$)
|
|
3575
3799
|
.build() {
|
|
3576
3800
|
}
|
|
3577
3801
|
|
|
@@ -3583,7 +3807,7 @@ class DescribeResourcePoliciesCommand extends smithyClient.Command
|
|
|
3583
3807
|
})
|
|
3584
3808
|
.s("Logs_20140328", "DescribeResourcePolicies", {})
|
|
3585
3809
|
.n("CloudWatchLogsClient", "DescribeResourcePoliciesCommand")
|
|
3586
|
-
.sc(DescribeResourcePolicies)
|
|
3810
|
+
.sc(DescribeResourcePolicies$)
|
|
3587
3811
|
.build() {
|
|
3588
3812
|
}
|
|
3589
3813
|
|
|
@@ -3595,7 +3819,7 @@ class DescribeSubscriptionFiltersCommand extends smithyClient.Command
|
|
|
3595
3819
|
})
|
|
3596
3820
|
.s("Logs_20140328", "DescribeSubscriptionFilters", {})
|
|
3597
3821
|
.n("CloudWatchLogsClient", "DescribeSubscriptionFiltersCommand")
|
|
3598
|
-
.sc(DescribeSubscriptionFilters)
|
|
3822
|
+
.sc(DescribeSubscriptionFilters$)
|
|
3599
3823
|
.build() {
|
|
3600
3824
|
}
|
|
3601
3825
|
|
|
@@ -3607,7 +3831,7 @@ class DisassociateKmsKeyCommand extends smithyClient.Command
|
|
|
3607
3831
|
})
|
|
3608
3832
|
.s("Logs_20140328", "DisassociateKmsKey", {})
|
|
3609
3833
|
.n("CloudWatchLogsClient", "DisassociateKmsKeyCommand")
|
|
3610
|
-
.sc(DisassociateKmsKey)
|
|
3834
|
+
.sc(DisassociateKmsKey$)
|
|
3611
3835
|
.build() {
|
|
3612
3836
|
}
|
|
3613
3837
|
|
|
@@ -3619,7 +3843,7 @@ class DisassociateSourceFromS3TableIntegrationCommand extends smithyClient.Comma
|
|
|
3619
3843
|
})
|
|
3620
3844
|
.s("Logs_20140328", "DisassociateSourceFromS3TableIntegration", {})
|
|
3621
3845
|
.n("CloudWatchLogsClient", "DisassociateSourceFromS3TableIntegrationCommand")
|
|
3622
|
-
.sc(DisassociateSourceFromS3TableIntegration)
|
|
3846
|
+
.sc(DisassociateSourceFromS3TableIntegration$)
|
|
3623
3847
|
.build() {
|
|
3624
3848
|
}
|
|
3625
3849
|
|
|
@@ -3631,7 +3855,7 @@ class FilterLogEventsCommand extends smithyClient.Command
|
|
|
3631
3855
|
})
|
|
3632
3856
|
.s("Logs_20140328", "FilterLogEvents", {})
|
|
3633
3857
|
.n("CloudWatchLogsClient", "FilterLogEventsCommand")
|
|
3634
|
-
.sc(FilterLogEvents)
|
|
3858
|
+
.sc(FilterLogEvents$)
|
|
3635
3859
|
.build() {
|
|
3636
3860
|
}
|
|
3637
3861
|
|
|
@@ -3643,7 +3867,7 @@ class GetDataProtectionPolicyCommand extends smithyClient.Command
|
|
|
3643
3867
|
})
|
|
3644
3868
|
.s("Logs_20140328", "GetDataProtectionPolicy", {})
|
|
3645
3869
|
.n("CloudWatchLogsClient", "GetDataProtectionPolicyCommand")
|
|
3646
|
-
.sc(GetDataProtectionPolicy)
|
|
3870
|
+
.sc(GetDataProtectionPolicy$)
|
|
3647
3871
|
.build() {
|
|
3648
3872
|
}
|
|
3649
3873
|
|
|
@@ -3655,7 +3879,7 @@ class GetDeliveryCommand extends smithyClient.Command
|
|
|
3655
3879
|
})
|
|
3656
3880
|
.s("Logs_20140328", "GetDelivery", {})
|
|
3657
3881
|
.n("CloudWatchLogsClient", "GetDeliveryCommand")
|
|
3658
|
-
.sc(GetDelivery)
|
|
3882
|
+
.sc(GetDelivery$)
|
|
3659
3883
|
.build() {
|
|
3660
3884
|
}
|
|
3661
3885
|
|
|
@@ -3667,7 +3891,7 @@ class GetDeliveryDestinationCommand extends smithyClient.Command
|
|
|
3667
3891
|
})
|
|
3668
3892
|
.s("Logs_20140328", "GetDeliveryDestination", {})
|
|
3669
3893
|
.n("CloudWatchLogsClient", "GetDeliveryDestinationCommand")
|
|
3670
|
-
.sc(GetDeliveryDestination)
|
|
3894
|
+
.sc(GetDeliveryDestination$)
|
|
3671
3895
|
.build() {
|
|
3672
3896
|
}
|
|
3673
3897
|
|
|
@@ -3679,7 +3903,7 @@ class GetDeliveryDestinationPolicyCommand extends smithyClient.Command
|
|
|
3679
3903
|
})
|
|
3680
3904
|
.s("Logs_20140328", "GetDeliveryDestinationPolicy", {})
|
|
3681
3905
|
.n("CloudWatchLogsClient", "GetDeliveryDestinationPolicyCommand")
|
|
3682
|
-
.sc(GetDeliveryDestinationPolicy)
|
|
3906
|
+
.sc(GetDeliveryDestinationPolicy$)
|
|
3683
3907
|
.build() {
|
|
3684
3908
|
}
|
|
3685
3909
|
|
|
@@ -3691,7 +3915,7 @@ class GetDeliverySourceCommand extends smithyClient.Command
|
|
|
3691
3915
|
})
|
|
3692
3916
|
.s("Logs_20140328", "GetDeliverySource", {})
|
|
3693
3917
|
.n("CloudWatchLogsClient", "GetDeliverySourceCommand")
|
|
3694
|
-
.sc(GetDeliverySource)
|
|
3918
|
+
.sc(GetDeliverySource$)
|
|
3695
3919
|
.build() {
|
|
3696
3920
|
}
|
|
3697
3921
|
|
|
@@ -3703,7 +3927,7 @@ class GetIntegrationCommand extends smithyClient.Command
|
|
|
3703
3927
|
})
|
|
3704
3928
|
.s("Logs_20140328", "GetIntegration", {})
|
|
3705
3929
|
.n("CloudWatchLogsClient", "GetIntegrationCommand")
|
|
3706
|
-
.sc(GetIntegration)
|
|
3930
|
+
.sc(GetIntegration$)
|
|
3707
3931
|
.build() {
|
|
3708
3932
|
}
|
|
3709
3933
|
|
|
@@ -3715,7 +3939,7 @@ class GetLogAnomalyDetectorCommand extends smithyClient.Command
|
|
|
3715
3939
|
})
|
|
3716
3940
|
.s("Logs_20140328", "GetLogAnomalyDetector", {})
|
|
3717
3941
|
.n("CloudWatchLogsClient", "GetLogAnomalyDetectorCommand")
|
|
3718
|
-
.sc(GetLogAnomalyDetector)
|
|
3942
|
+
.sc(GetLogAnomalyDetector$)
|
|
3719
3943
|
.build() {
|
|
3720
3944
|
}
|
|
3721
3945
|
|
|
@@ -3727,7 +3951,7 @@ class GetLogEventsCommand extends smithyClient.Command
|
|
|
3727
3951
|
})
|
|
3728
3952
|
.s("Logs_20140328", "GetLogEvents", {})
|
|
3729
3953
|
.n("CloudWatchLogsClient", "GetLogEventsCommand")
|
|
3730
|
-
.sc(GetLogEvents)
|
|
3954
|
+
.sc(GetLogEvents$)
|
|
3731
3955
|
.build() {
|
|
3732
3956
|
}
|
|
3733
3957
|
|
|
@@ -3739,7 +3963,7 @@ class GetLogFieldsCommand extends smithyClient.Command
|
|
|
3739
3963
|
})
|
|
3740
3964
|
.s("Logs_20140328", "GetLogFields", {})
|
|
3741
3965
|
.n("CloudWatchLogsClient", "GetLogFieldsCommand")
|
|
3742
|
-
.sc(GetLogFields)
|
|
3966
|
+
.sc(GetLogFields$)
|
|
3743
3967
|
.build() {
|
|
3744
3968
|
}
|
|
3745
3969
|
|
|
@@ -3751,7 +3975,7 @@ class GetLogGroupFieldsCommand extends smithyClient.Command
|
|
|
3751
3975
|
})
|
|
3752
3976
|
.s("Logs_20140328", "GetLogGroupFields", {})
|
|
3753
3977
|
.n("CloudWatchLogsClient", "GetLogGroupFieldsCommand")
|
|
3754
|
-
.sc(GetLogGroupFields)
|
|
3978
|
+
.sc(GetLogGroupFields$)
|
|
3755
3979
|
.build() {
|
|
3756
3980
|
}
|
|
3757
3981
|
|
|
@@ -3767,7 +3991,7 @@ class GetLogObjectCommand extends smithyClient.Command
|
|
|
3767
3991
|
},
|
|
3768
3992
|
})
|
|
3769
3993
|
.n("CloudWatchLogsClient", "GetLogObjectCommand")
|
|
3770
|
-
.sc(GetLogObject)
|
|
3994
|
+
.sc(GetLogObject$)
|
|
3771
3995
|
.build() {
|
|
3772
3996
|
}
|
|
3773
3997
|
|
|
@@ -3779,7 +4003,7 @@ class GetLogRecordCommand extends smithyClient.Command
|
|
|
3779
4003
|
})
|
|
3780
4004
|
.s("Logs_20140328", "GetLogRecord", {})
|
|
3781
4005
|
.n("CloudWatchLogsClient", "GetLogRecordCommand")
|
|
3782
|
-
.sc(GetLogRecord)
|
|
4006
|
+
.sc(GetLogRecord$)
|
|
3783
4007
|
.build() {
|
|
3784
4008
|
}
|
|
3785
4009
|
|
|
@@ -3791,7 +4015,7 @@ class GetQueryResultsCommand extends smithyClient.Command
|
|
|
3791
4015
|
})
|
|
3792
4016
|
.s("Logs_20140328", "GetQueryResults", {})
|
|
3793
4017
|
.n("CloudWatchLogsClient", "GetQueryResultsCommand")
|
|
3794
|
-
.sc(GetQueryResults)
|
|
4018
|
+
.sc(GetQueryResults$)
|
|
3795
4019
|
.build() {
|
|
3796
4020
|
}
|
|
3797
4021
|
|
|
@@ -3803,7 +4027,7 @@ class GetScheduledQueryCommand extends smithyClient.Command
|
|
|
3803
4027
|
})
|
|
3804
4028
|
.s("Logs_20140328", "GetScheduledQuery", {})
|
|
3805
4029
|
.n("CloudWatchLogsClient", "GetScheduledQueryCommand")
|
|
3806
|
-
.sc(GetScheduledQuery)
|
|
4030
|
+
.sc(GetScheduledQuery$)
|
|
3807
4031
|
.build() {
|
|
3808
4032
|
}
|
|
3809
4033
|
|
|
@@ -3815,7 +4039,7 @@ class GetScheduledQueryHistoryCommand extends smithyClient.Command
|
|
|
3815
4039
|
})
|
|
3816
4040
|
.s("Logs_20140328", "GetScheduledQueryHistory", {})
|
|
3817
4041
|
.n("CloudWatchLogsClient", "GetScheduledQueryHistoryCommand")
|
|
3818
|
-
.sc(GetScheduledQueryHistory)
|
|
4042
|
+
.sc(GetScheduledQueryHistory$)
|
|
3819
4043
|
.build() {
|
|
3820
4044
|
}
|
|
3821
4045
|
|
|
@@ -3827,7 +4051,7 @@ class GetTransformerCommand extends smithyClient.Command
|
|
|
3827
4051
|
})
|
|
3828
4052
|
.s("Logs_20140328", "GetTransformer", {})
|
|
3829
4053
|
.n("CloudWatchLogsClient", "GetTransformerCommand")
|
|
3830
|
-
.sc(GetTransformer)
|
|
4054
|
+
.sc(GetTransformer$)
|
|
3831
4055
|
.build() {
|
|
3832
4056
|
}
|
|
3833
4057
|
|
|
@@ -3839,7 +4063,7 @@ class ListAggregateLogGroupSummariesCommand extends smithyClient.Command
|
|
|
3839
4063
|
})
|
|
3840
4064
|
.s("Logs_20140328", "ListAggregateLogGroupSummaries", {})
|
|
3841
4065
|
.n("CloudWatchLogsClient", "ListAggregateLogGroupSummariesCommand")
|
|
3842
|
-
.sc(ListAggregateLogGroupSummaries)
|
|
4066
|
+
.sc(ListAggregateLogGroupSummaries$)
|
|
3843
4067
|
.build() {
|
|
3844
4068
|
}
|
|
3845
4069
|
|
|
@@ -3851,7 +4075,7 @@ class ListAnomaliesCommand extends smithyClient.Command
|
|
|
3851
4075
|
})
|
|
3852
4076
|
.s("Logs_20140328", "ListAnomalies", {})
|
|
3853
4077
|
.n("CloudWatchLogsClient", "ListAnomaliesCommand")
|
|
3854
|
-
.sc(ListAnomalies)
|
|
4078
|
+
.sc(ListAnomalies$)
|
|
3855
4079
|
.build() {
|
|
3856
4080
|
}
|
|
3857
4081
|
|
|
@@ -3863,7 +4087,7 @@ class ListIntegrationsCommand extends smithyClient.Command
|
|
|
3863
4087
|
})
|
|
3864
4088
|
.s("Logs_20140328", "ListIntegrations", {})
|
|
3865
4089
|
.n("CloudWatchLogsClient", "ListIntegrationsCommand")
|
|
3866
|
-
.sc(ListIntegrations)
|
|
4090
|
+
.sc(ListIntegrations$)
|
|
3867
4091
|
.build() {
|
|
3868
4092
|
}
|
|
3869
4093
|
|
|
@@ -3875,7 +4099,7 @@ class ListLogAnomalyDetectorsCommand extends smithyClient.Command
|
|
|
3875
4099
|
})
|
|
3876
4100
|
.s("Logs_20140328", "ListLogAnomalyDetectors", {})
|
|
3877
4101
|
.n("CloudWatchLogsClient", "ListLogAnomalyDetectorsCommand")
|
|
3878
|
-
.sc(ListLogAnomalyDetectors)
|
|
4102
|
+
.sc(ListLogAnomalyDetectors$)
|
|
3879
4103
|
.build() {
|
|
3880
4104
|
}
|
|
3881
4105
|
|
|
@@ -3887,7 +4111,7 @@ class ListLogGroupsCommand extends smithyClient.Command
|
|
|
3887
4111
|
})
|
|
3888
4112
|
.s("Logs_20140328", "ListLogGroups", {})
|
|
3889
4113
|
.n("CloudWatchLogsClient", "ListLogGroupsCommand")
|
|
3890
|
-
.sc(ListLogGroups)
|
|
4114
|
+
.sc(ListLogGroups$)
|
|
3891
4115
|
.build() {
|
|
3892
4116
|
}
|
|
3893
4117
|
|
|
@@ -3899,7 +4123,7 @@ class ListLogGroupsForQueryCommand extends smithyClient.Command
|
|
|
3899
4123
|
})
|
|
3900
4124
|
.s("Logs_20140328", "ListLogGroupsForQuery", {})
|
|
3901
4125
|
.n("CloudWatchLogsClient", "ListLogGroupsForQueryCommand")
|
|
3902
|
-
.sc(ListLogGroupsForQuery)
|
|
4126
|
+
.sc(ListLogGroupsForQuery$)
|
|
3903
4127
|
.build() {
|
|
3904
4128
|
}
|
|
3905
4129
|
|
|
@@ -3911,7 +4135,7 @@ class ListScheduledQueriesCommand extends smithyClient.Command
|
|
|
3911
4135
|
})
|
|
3912
4136
|
.s("Logs_20140328", "ListScheduledQueries", {})
|
|
3913
4137
|
.n("CloudWatchLogsClient", "ListScheduledQueriesCommand")
|
|
3914
|
-
.sc(ListScheduledQueries)
|
|
4138
|
+
.sc(ListScheduledQueries$)
|
|
3915
4139
|
.build() {
|
|
3916
4140
|
}
|
|
3917
4141
|
|
|
@@ -3923,7 +4147,7 @@ class ListSourcesForS3TableIntegrationCommand extends smithyClient.Command
|
|
|
3923
4147
|
})
|
|
3924
4148
|
.s("Logs_20140328", "ListSourcesForS3TableIntegration", {})
|
|
3925
4149
|
.n("CloudWatchLogsClient", "ListSourcesForS3TableIntegrationCommand")
|
|
3926
|
-
.sc(ListSourcesForS3TableIntegration)
|
|
4150
|
+
.sc(ListSourcesForS3TableIntegration$)
|
|
3927
4151
|
.build() {
|
|
3928
4152
|
}
|
|
3929
4153
|
|
|
@@ -3935,7 +4159,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
3935
4159
|
})
|
|
3936
4160
|
.s("Logs_20140328", "ListTagsForResource", {})
|
|
3937
4161
|
.n("CloudWatchLogsClient", "ListTagsForResourceCommand")
|
|
3938
|
-
.sc(ListTagsForResource)
|
|
4162
|
+
.sc(ListTagsForResource$)
|
|
3939
4163
|
.build() {
|
|
3940
4164
|
}
|
|
3941
4165
|
|
|
@@ -3947,7 +4171,7 @@ class ListTagsLogGroupCommand extends smithyClient.Command
|
|
|
3947
4171
|
})
|
|
3948
4172
|
.s("Logs_20140328", "ListTagsLogGroup", {})
|
|
3949
4173
|
.n("CloudWatchLogsClient", "ListTagsLogGroupCommand")
|
|
3950
|
-
.sc(ListTagsLogGroup)
|
|
4174
|
+
.sc(ListTagsLogGroup$)
|
|
3951
4175
|
.build() {
|
|
3952
4176
|
}
|
|
3953
4177
|
|
|
@@ -3959,7 +4183,7 @@ class PutAccountPolicyCommand extends smithyClient.Command
|
|
|
3959
4183
|
})
|
|
3960
4184
|
.s("Logs_20140328", "PutAccountPolicy", {})
|
|
3961
4185
|
.n("CloudWatchLogsClient", "PutAccountPolicyCommand")
|
|
3962
|
-
.sc(PutAccountPolicy)
|
|
4186
|
+
.sc(PutAccountPolicy$)
|
|
3963
4187
|
.build() {
|
|
3964
4188
|
}
|
|
3965
4189
|
|
|
@@ -3971,7 +4195,7 @@ class PutDataProtectionPolicyCommand extends smithyClient.Command
|
|
|
3971
4195
|
})
|
|
3972
4196
|
.s("Logs_20140328", "PutDataProtectionPolicy", {})
|
|
3973
4197
|
.n("CloudWatchLogsClient", "PutDataProtectionPolicyCommand")
|
|
3974
|
-
.sc(PutDataProtectionPolicy)
|
|
4198
|
+
.sc(PutDataProtectionPolicy$)
|
|
3975
4199
|
.build() {
|
|
3976
4200
|
}
|
|
3977
4201
|
|
|
@@ -3983,7 +4207,7 @@ class PutDeliveryDestinationCommand extends smithyClient.Command
|
|
|
3983
4207
|
})
|
|
3984
4208
|
.s("Logs_20140328", "PutDeliveryDestination", {})
|
|
3985
4209
|
.n("CloudWatchLogsClient", "PutDeliveryDestinationCommand")
|
|
3986
|
-
.sc(PutDeliveryDestination)
|
|
4210
|
+
.sc(PutDeliveryDestination$)
|
|
3987
4211
|
.build() {
|
|
3988
4212
|
}
|
|
3989
4213
|
|
|
@@ -3995,7 +4219,7 @@ class PutDeliveryDestinationPolicyCommand extends smithyClient.Command
|
|
|
3995
4219
|
})
|
|
3996
4220
|
.s("Logs_20140328", "PutDeliveryDestinationPolicy", {})
|
|
3997
4221
|
.n("CloudWatchLogsClient", "PutDeliveryDestinationPolicyCommand")
|
|
3998
|
-
.sc(PutDeliveryDestinationPolicy)
|
|
4222
|
+
.sc(PutDeliveryDestinationPolicy$)
|
|
3999
4223
|
.build() {
|
|
4000
4224
|
}
|
|
4001
4225
|
|
|
@@ -4007,7 +4231,7 @@ class PutDeliverySourceCommand extends smithyClient.Command
|
|
|
4007
4231
|
})
|
|
4008
4232
|
.s("Logs_20140328", "PutDeliverySource", {})
|
|
4009
4233
|
.n("CloudWatchLogsClient", "PutDeliverySourceCommand")
|
|
4010
|
-
.sc(PutDeliverySource)
|
|
4234
|
+
.sc(PutDeliverySource$)
|
|
4011
4235
|
.build() {
|
|
4012
4236
|
}
|
|
4013
4237
|
|
|
@@ -4019,7 +4243,7 @@ class PutDestinationCommand extends smithyClient.Command
|
|
|
4019
4243
|
})
|
|
4020
4244
|
.s("Logs_20140328", "PutDestination", {})
|
|
4021
4245
|
.n("CloudWatchLogsClient", "PutDestinationCommand")
|
|
4022
|
-
.sc(PutDestination)
|
|
4246
|
+
.sc(PutDestination$)
|
|
4023
4247
|
.build() {
|
|
4024
4248
|
}
|
|
4025
4249
|
|
|
@@ -4031,7 +4255,7 @@ class PutDestinationPolicyCommand extends smithyClient.Command
|
|
|
4031
4255
|
})
|
|
4032
4256
|
.s("Logs_20140328", "PutDestinationPolicy", {})
|
|
4033
4257
|
.n("CloudWatchLogsClient", "PutDestinationPolicyCommand")
|
|
4034
|
-
.sc(PutDestinationPolicy)
|
|
4258
|
+
.sc(PutDestinationPolicy$)
|
|
4035
4259
|
.build() {
|
|
4036
4260
|
}
|
|
4037
4261
|
|
|
@@ -4043,7 +4267,7 @@ class PutIndexPolicyCommand extends smithyClient.Command
|
|
|
4043
4267
|
})
|
|
4044
4268
|
.s("Logs_20140328", "PutIndexPolicy", {})
|
|
4045
4269
|
.n("CloudWatchLogsClient", "PutIndexPolicyCommand")
|
|
4046
|
-
.sc(PutIndexPolicy)
|
|
4270
|
+
.sc(PutIndexPolicy$)
|
|
4047
4271
|
.build() {
|
|
4048
4272
|
}
|
|
4049
4273
|
|
|
@@ -4055,7 +4279,7 @@ class PutIntegrationCommand extends smithyClient.Command
|
|
|
4055
4279
|
})
|
|
4056
4280
|
.s("Logs_20140328", "PutIntegration", {})
|
|
4057
4281
|
.n("CloudWatchLogsClient", "PutIntegrationCommand")
|
|
4058
|
-
.sc(PutIntegration)
|
|
4282
|
+
.sc(PutIntegration$)
|
|
4059
4283
|
.build() {
|
|
4060
4284
|
}
|
|
4061
4285
|
|
|
@@ -4067,7 +4291,7 @@ class PutLogEventsCommand extends smithyClient.Command
|
|
|
4067
4291
|
})
|
|
4068
4292
|
.s("Logs_20140328", "PutLogEvents", {})
|
|
4069
4293
|
.n("CloudWatchLogsClient", "PutLogEventsCommand")
|
|
4070
|
-
.sc(PutLogEvents)
|
|
4294
|
+
.sc(PutLogEvents$)
|
|
4071
4295
|
.build() {
|
|
4072
4296
|
}
|
|
4073
4297
|
|
|
@@ -4079,7 +4303,7 @@ class PutLogGroupDeletionProtectionCommand extends smithyClient.Command
|
|
|
4079
4303
|
})
|
|
4080
4304
|
.s("Logs_20140328", "PutLogGroupDeletionProtection", {})
|
|
4081
4305
|
.n("CloudWatchLogsClient", "PutLogGroupDeletionProtectionCommand")
|
|
4082
|
-
.sc(PutLogGroupDeletionProtection)
|
|
4306
|
+
.sc(PutLogGroupDeletionProtection$)
|
|
4083
4307
|
.build() {
|
|
4084
4308
|
}
|
|
4085
4309
|
|
|
@@ -4091,7 +4315,7 @@ class PutMetricFilterCommand extends smithyClient.Command
|
|
|
4091
4315
|
})
|
|
4092
4316
|
.s("Logs_20140328", "PutMetricFilter", {})
|
|
4093
4317
|
.n("CloudWatchLogsClient", "PutMetricFilterCommand")
|
|
4094
|
-
.sc(PutMetricFilter)
|
|
4318
|
+
.sc(PutMetricFilter$)
|
|
4095
4319
|
.build() {
|
|
4096
4320
|
}
|
|
4097
4321
|
|
|
@@ -4103,7 +4327,7 @@ class PutQueryDefinitionCommand extends smithyClient.Command
|
|
|
4103
4327
|
})
|
|
4104
4328
|
.s("Logs_20140328", "PutQueryDefinition", {})
|
|
4105
4329
|
.n("CloudWatchLogsClient", "PutQueryDefinitionCommand")
|
|
4106
|
-
.sc(PutQueryDefinition)
|
|
4330
|
+
.sc(PutQueryDefinition$)
|
|
4107
4331
|
.build() {
|
|
4108
4332
|
}
|
|
4109
4333
|
|
|
@@ -4115,7 +4339,7 @@ class PutResourcePolicyCommand extends smithyClient.Command
|
|
|
4115
4339
|
})
|
|
4116
4340
|
.s("Logs_20140328", "PutResourcePolicy", {})
|
|
4117
4341
|
.n("CloudWatchLogsClient", "PutResourcePolicyCommand")
|
|
4118
|
-
.sc(PutResourcePolicy)
|
|
4342
|
+
.sc(PutResourcePolicy$)
|
|
4119
4343
|
.build() {
|
|
4120
4344
|
}
|
|
4121
4345
|
|
|
@@ -4127,7 +4351,7 @@ class PutRetentionPolicyCommand extends smithyClient.Command
|
|
|
4127
4351
|
})
|
|
4128
4352
|
.s("Logs_20140328", "PutRetentionPolicy", {})
|
|
4129
4353
|
.n("CloudWatchLogsClient", "PutRetentionPolicyCommand")
|
|
4130
|
-
.sc(PutRetentionPolicy)
|
|
4354
|
+
.sc(PutRetentionPolicy$)
|
|
4131
4355
|
.build() {
|
|
4132
4356
|
}
|
|
4133
4357
|
|
|
@@ -4139,7 +4363,7 @@ class PutSubscriptionFilterCommand extends smithyClient.Command
|
|
|
4139
4363
|
})
|
|
4140
4364
|
.s("Logs_20140328", "PutSubscriptionFilter", {})
|
|
4141
4365
|
.n("CloudWatchLogsClient", "PutSubscriptionFilterCommand")
|
|
4142
|
-
.sc(PutSubscriptionFilter)
|
|
4366
|
+
.sc(PutSubscriptionFilter$)
|
|
4143
4367
|
.build() {
|
|
4144
4368
|
}
|
|
4145
4369
|
|
|
@@ -4151,7 +4375,7 @@ class PutTransformerCommand extends smithyClient.Command
|
|
|
4151
4375
|
})
|
|
4152
4376
|
.s("Logs_20140328", "PutTransformer", {})
|
|
4153
4377
|
.n("CloudWatchLogsClient", "PutTransformerCommand")
|
|
4154
|
-
.sc(PutTransformer)
|
|
4378
|
+
.sc(PutTransformer$)
|
|
4155
4379
|
.build() {
|
|
4156
4380
|
}
|
|
4157
4381
|
|
|
@@ -4167,7 +4391,7 @@ class StartLiveTailCommand extends smithyClient.Command
|
|
|
4167
4391
|
},
|
|
4168
4392
|
})
|
|
4169
4393
|
.n("CloudWatchLogsClient", "StartLiveTailCommand")
|
|
4170
|
-
.sc(StartLiveTail)
|
|
4394
|
+
.sc(StartLiveTail$)
|
|
4171
4395
|
.build() {
|
|
4172
4396
|
}
|
|
4173
4397
|
|
|
@@ -4179,7 +4403,7 @@ class StartQueryCommand extends smithyClient.Command
|
|
|
4179
4403
|
})
|
|
4180
4404
|
.s("Logs_20140328", "StartQuery", {})
|
|
4181
4405
|
.n("CloudWatchLogsClient", "StartQueryCommand")
|
|
4182
|
-
.sc(StartQuery)
|
|
4406
|
+
.sc(StartQuery$)
|
|
4183
4407
|
.build() {
|
|
4184
4408
|
}
|
|
4185
4409
|
|
|
@@ -4191,7 +4415,7 @@ class StopQueryCommand extends smithyClient.Command
|
|
|
4191
4415
|
})
|
|
4192
4416
|
.s("Logs_20140328", "StopQuery", {})
|
|
4193
4417
|
.n("CloudWatchLogsClient", "StopQueryCommand")
|
|
4194
|
-
.sc(StopQuery)
|
|
4418
|
+
.sc(StopQuery$)
|
|
4195
4419
|
.build() {
|
|
4196
4420
|
}
|
|
4197
4421
|
|
|
@@ -4203,7 +4427,7 @@ class TagLogGroupCommand extends smithyClient.Command
|
|
|
4203
4427
|
})
|
|
4204
4428
|
.s("Logs_20140328", "TagLogGroup", {})
|
|
4205
4429
|
.n("CloudWatchLogsClient", "TagLogGroupCommand")
|
|
4206
|
-
.sc(TagLogGroup)
|
|
4430
|
+
.sc(TagLogGroup$)
|
|
4207
4431
|
.build() {
|
|
4208
4432
|
}
|
|
4209
4433
|
|
|
@@ -4215,7 +4439,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
4215
4439
|
})
|
|
4216
4440
|
.s("Logs_20140328", "TagResource", {})
|
|
4217
4441
|
.n("CloudWatchLogsClient", "TagResourceCommand")
|
|
4218
|
-
.sc(TagResource)
|
|
4442
|
+
.sc(TagResource$)
|
|
4219
4443
|
.build() {
|
|
4220
4444
|
}
|
|
4221
4445
|
|
|
@@ -4227,7 +4451,7 @@ class TestMetricFilterCommand extends smithyClient.Command
|
|
|
4227
4451
|
})
|
|
4228
4452
|
.s("Logs_20140328", "TestMetricFilter", {})
|
|
4229
4453
|
.n("CloudWatchLogsClient", "TestMetricFilterCommand")
|
|
4230
|
-
.sc(TestMetricFilter)
|
|
4454
|
+
.sc(TestMetricFilter$)
|
|
4231
4455
|
.build() {
|
|
4232
4456
|
}
|
|
4233
4457
|
|
|
@@ -4239,7 +4463,7 @@ class TestTransformerCommand extends smithyClient.Command
|
|
|
4239
4463
|
})
|
|
4240
4464
|
.s("Logs_20140328", "TestTransformer", {})
|
|
4241
4465
|
.n("CloudWatchLogsClient", "TestTransformerCommand")
|
|
4242
|
-
.sc(TestTransformer)
|
|
4466
|
+
.sc(TestTransformer$)
|
|
4243
4467
|
.build() {
|
|
4244
4468
|
}
|
|
4245
4469
|
|
|
@@ -4251,7 +4475,7 @@ class UntagLogGroupCommand extends smithyClient.Command
|
|
|
4251
4475
|
})
|
|
4252
4476
|
.s("Logs_20140328", "UntagLogGroup", {})
|
|
4253
4477
|
.n("CloudWatchLogsClient", "UntagLogGroupCommand")
|
|
4254
|
-
.sc(UntagLogGroup)
|
|
4478
|
+
.sc(UntagLogGroup$)
|
|
4255
4479
|
.build() {
|
|
4256
4480
|
}
|
|
4257
4481
|
|
|
@@ -4263,7 +4487,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
4263
4487
|
})
|
|
4264
4488
|
.s("Logs_20140328", "UntagResource", {})
|
|
4265
4489
|
.n("CloudWatchLogsClient", "UntagResourceCommand")
|
|
4266
|
-
.sc(UntagResource)
|
|
4490
|
+
.sc(UntagResource$)
|
|
4267
4491
|
.build() {
|
|
4268
4492
|
}
|
|
4269
4493
|
|
|
@@ -4275,7 +4499,7 @@ class UpdateAnomalyCommand extends smithyClient.Command
|
|
|
4275
4499
|
})
|
|
4276
4500
|
.s("Logs_20140328", "UpdateAnomaly", {})
|
|
4277
4501
|
.n("CloudWatchLogsClient", "UpdateAnomalyCommand")
|
|
4278
|
-
.sc(UpdateAnomaly)
|
|
4502
|
+
.sc(UpdateAnomaly$)
|
|
4279
4503
|
.build() {
|
|
4280
4504
|
}
|
|
4281
4505
|
|
|
@@ -4287,7 +4511,7 @@ class UpdateDeliveryConfigurationCommand extends smithyClient.Command
|
|
|
4287
4511
|
})
|
|
4288
4512
|
.s("Logs_20140328", "UpdateDeliveryConfiguration", {})
|
|
4289
4513
|
.n("CloudWatchLogsClient", "UpdateDeliveryConfigurationCommand")
|
|
4290
|
-
.sc(UpdateDeliveryConfiguration)
|
|
4514
|
+
.sc(UpdateDeliveryConfiguration$)
|
|
4291
4515
|
.build() {
|
|
4292
4516
|
}
|
|
4293
4517
|
|
|
@@ -4299,7 +4523,7 @@ class UpdateLogAnomalyDetectorCommand extends smithyClient.Command
|
|
|
4299
4523
|
})
|
|
4300
4524
|
.s("Logs_20140328", "UpdateLogAnomalyDetector", {})
|
|
4301
4525
|
.n("CloudWatchLogsClient", "UpdateLogAnomalyDetectorCommand")
|
|
4302
|
-
.sc(UpdateLogAnomalyDetector)
|
|
4526
|
+
.sc(UpdateLogAnomalyDetector$)
|
|
4303
4527
|
.build() {
|
|
4304
4528
|
}
|
|
4305
4529
|
|
|
@@ -4311,7 +4535,7 @@ class UpdateScheduledQueryCommand extends smithyClient.Command
|
|
|
4311
4535
|
})
|
|
4312
4536
|
.s("Logs_20140328", "UpdateScheduledQuery", {})
|
|
4313
4537
|
.n("CloudWatchLogsClient", "UpdateScheduledQueryCommand")
|
|
4314
|
-
.sc(UpdateScheduledQuery)
|
|
4538
|
+
.sc(UpdateScheduledQuery$)
|
|
4315
4539
|
.build() {
|
|
4316
4540
|
}
|
|
4317
4541
|
|
|
@@ -4319,8 +4543,10 @@ const commands = {
|
|
|
4319
4543
|
AssociateKmsKeyCommand,
|
|
4320
4544
|
AssociateSourceToS3TableIntegrationCommand,
|
|
4321
4545
|
CancelExportTaskCommand,
|
|
4546
|
+
CancelImportTaskCommand,
|
|
4322
4547
|
CreateDeliveryCommand,
|
|
4323
4548
|
CreateExportTaskCommand,
|
|
4549
|
+
CreateImportTaskCommand,
|
|
4324
4550
|
CreateLogAnomalyDetectorCommand,
|
|
4325
4551
|
CreateLogGroupCommand,
|
|
4326
4552
|
CreateLogStreamCommand,
|
|
@@ -4352,6 +4578,8 @@ const commands = {
|
|
|
4352
4578
|
DescribeDestinationsCommand,
|
|
4353
4579
|
DescribeExportTasksCommand,
|
|
4354
4580
|
DescribeFieldIndexesCommand,
|
|
4581
|
+
DescribeImportTaskBatchesCommand,
|
|
4582
|
+
DescribeImportTasksCommand,
|
|
4355
4583
|
DescribeIndexPoliciesCommand,
|
|
4356
4584
|
DescribeLogGroupsCommand,
|
|
4357
4585
|
DescribeLogStreamsCommand,
|
|
@@ -4448,6 +4676,8 @@ const paginateGetLogEvents = core.createPaginator(CloudWatchLogsClient, GetLogEv
|
|
|
4448
4676
|
|
|
4449
4677
|
const paginateGetScheduledQueryHistory = core.createPaginator(CloudWatchLogsClient, GetScheduledQueryHistoryCommand, "nextToken", "nextToken", "maxResults");
|
|
4450
4678
|
|
|
4679
|
+
const paginateListAggregateLogGroupSummaries = core.createPaginator(CloudWatchLogsClient, ListAggregateLogGroupSummariesCommand, "nextToken", "nextToken", "limit");
|
|
4680
|
+
|
|
4451
4681
|
const paginateListAnomalies = core.createPaginator(CloudWatchLogsClient, ListAnomaliesCommand, "nextToken", "nextToken", "limit");
|
|
4452
4682
|
|
|
4453
4683
|
const paginateListLogAnomalyDetectors = core.createPaginator(CloudWatchLogsClient, ListLogAnomalyDetectorsCommand, "nextToken", "nextToken", "limit");
|
|
@@ -4495,6 +4725,12 @@ const EvaluationFrequency = {
|
|
|
4495
4725
|
TEN_MIN: "TEN_MIN",
|
|
4496
4726
|
THIRTY_MIN: "THIRTY_MIN",
|
|
4497
4727
|
};
|
|
4728
|
+
const ImportStatus = {
|
|
4729
|
+
CANCELLED: "CANCELLED",
|
|
4730
|
+
COMPLETED: "COMPLETED",
|
|
4731
|
+
FAILED: "FAILED",
|
|
4732
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
4733
|
+
};
|
|
4498
4734
|
const OutputFormat = {
|
|
4499
4735
|
JSON: "json",
|
|
4500
4736
|
PARQUET: "parquet",
|
|
@@ -4682,169 +4918,597 @@ Object.defineProperty(exports, "__Client", {
|
|
|
4682
4918
|
enumerable: true,
|
|
4683
4919
|
get: function () { return smithyClient.Client; }
|
|
4684
4920
|
});
|
|
4685
|
-
exports.AccessDeniedException = AccessDeniedException
|
|
4921
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
4922
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
4923
|
+
exports.AccountPolicy$ = AccountPolicy$;
|
|
4686
4924
|
exports.ActionStatus = ActionStatus;
|
|
4925
|
+
exports.AddKeyEntry$ = AddKeyEntry$;
|
|
4926
|
+
exports.AddKeys$ = AddKeys$;
|
|
4927
|
+
exports.AggregateLogGroupSummary$ = AggregateLogGroupSummary$;
|
|
4928
|
+
exports.Anomaly$ = Anomaly$;
|
|
4929
|
+
exports.AnomalyDetector$ = AnomalyDetector$;
|
|
4687
4930
|
exports.AnomalyDetectorStatus = AnomalyDetectorStatus;
|
|
4931
|
+
exports.AssociateKmsKey$ = AssociateKmsKey$;
|
|
4688
4932
|
exports.AssociateKmsKeyCommand = AssociateKmsKeyCommand;
|
|
4933
|
+
exports.AssociateKmsKeyRequest$ = AssociateKmsKeyRequest$;
|
|
4934
|
+
exports.AssociateSourceToS3TableIntegration$ = AssociateSourceToS3TableIntegration$;
|
|
4689
4935
|
exports.AssociateSourceToS3TableIntegrationCommand = AssociateSourceToS3TableIntegrationCommand;
|
|
4936
|
+
exports.AssociateSourceToS3TableIntegrationRequest$ = AssociateSourceToS3TableIntegrationRequest$;
|
|
4937
|
+
exports.AssociateSourceToS3TableIntegrationResponse$ = AssociateSourceToS3TableIntegrationResponse$;
|
|
4938
|
+
exports.CSV$ = CSV$;
|
|
4939
|
+
exports.CancelExportTask$ = CancelExportTask$;
|
|
4690
4940
|
exports.CancelExportTaskCommand = CancelExportTaskCommand;
|
|
4941
|
+
exports.CancelExportTaskRequest$ = CancelExportTaskRequest$;
|
|
4942
|
+
exports.CancelImportTask$ = CancelImportTask$;
|
|
4943
|
+
exports.CancelImportTaskCommand = CancelImportTaskCommand;
|
|
4944
|
+
exports.CancelImportTaskRequest$ = CancelImportTaskRequest$;
|
|
4945
|
+
exports.CancelImportTaskResponse$ = CancelImportTaskResponse$;
|
|
4691
4946
|
exports.CloudWatchLogs = CloudWatchLogs;
|
|
4692
4947
|
exports.CloudWatchLogsClient = CloudWatchLogsClient;
|
|
4693
|
-
exports.CloudWatchLogsServiceException = CloudWatchLogsServiceException
|
|
4694
|
-
exports.
|
|
4948
|
+
exports.CloudWatchLogsServiceException = CloudWatchLogsServiceException;
|
|
4949
|
+
exports.CloudWatchLogsServiceException$ = CloudWatchLogsServiceException$;
|
|
4950
|
+
exports.ConfigurationTemplate$ = ConfigurationTemplate$;
|
|
4951
|
+
exports.ConfigurationTemplateDeliveryConfigValues$ = ConfigurationTemplateDeliveryConfigValues$;
|
|
4952
|
+
exports.ConflictException = ConflictException;
|
|
4953
|
+
exports.ConflictException$ = ConflictException$;
|
|
4954
|
+
exports.CopyValue$ = CopyValue$;
|
|
4955
|
+
exports.CopyValueEntry$ = CopyValueEntry$;
|
|
4956
|
+
exports.CreateDelivery$ = CreateDelivery$;
|
|
4695
4957
|
exports.CreateDeliveryCommand = CreateDeliveryCommand;
|
|
4958
|
+
exports.CreateDeliveryRequest$ = CreateDeliveryRequest$;
|
|
4959
|
+
exports.CreateDeliveryResponse$ = CreateDeliveryResponse$;
|
|
4960
|
+
exports.CreateExportTask$ = CreateExportTask$;
|
|
4696
4961
|
exports.CreateExportTaskCommand = CreateExportTaskCommand;
|
|
4962
|
+
exports.CreateExportTaskRequest$ = CreateExportTaskRequest$;
|
|
4963
|
+
exports.CreateExportTaskResponse$ = CreateExportTaskResponse$;
|
|
4964
|
+
exports.CreateImportTask$ = CreateImportTask$;
|
|
4965
|
+
exports.CreateImportTaskCommand = CreateImportTaskCommand;
|
|
4966
|
+
exports.CreateImportTaskRequest$ = CreateImportTaskRequest$;
|
|
4967
|
+
exports.CreateImportTaskResponse$ = CreateImportTaskResponse$;
|
|
4968
|
+
exports.CreateLogAnomalyDetector$ = CreateLogAnomalyDetector$;
|
|
4697
4969
|
exports.CreateLogAnomalyDetectorCommand = CreateLogAnomalyDetectorCommand;
|
|
4970
|
+
exports.CreateLogAnomalyDetectorRequest$ = CreateLogAnomalyDetectorRequest$;
|
|
4971
|
+
exports.CreateLogAnomalyDetectorResponse$ = CreateLogAnomalyDetectorResponse$;
|
|
4972
|
+
exports.CreateLogGroup$ = CreateLogGroup$;
|
|
4698
4973
|
exports.CreateLogGroupCommand = CreateLogGroupCommand;
|
|
4974
|
+
exports.CreateLogGroupRequest$ = CreateLogGroupRequest$;
|
|
4975
|
+
exports.CreateLogStream$ = CreateLogStream$;
|
|
4699
4976
|
exports.CreateLogStreamCommand = CreateLogStreamCommand;
|
|
4977
|
+
exports.CreateLogStreamRequest$ = CreateLogStreamRequest$;
|
|
4978
|
+
exports.CreateScheduledQuery$ = CreateScheduledQuery$;
|
|
4700
4979
|
exports.CreateScheduledQueryCommand = CreateScheduledQueryCommand;
|
|
4701
|
-
exports.
|
|
4980
|
+
exports.CreateScheduledQueryRequest$ = CreateScheduledQueryRequest$;
|
|
4981
|
+
exports.CreateScheduledQueryResponse$ = CreateScheduledQueryResponse$;
|
|
4982
|
+
exports.DataAlreadyAcceptedException = DataAlreadyAcceptedException;
|
|
4983
|
+
exports.DataAlreadyAcceptedException$ = DataAlreadyAcceptedException$;
|
|
4702
4984
|
exports.DataProtectionStatus = DataProtectionStatus;
|
|
4985
|
+
exports.DataSource$ = DataSource$;
|
|
4986
|
+
exports.DataSourceFilter$ = DataSourceFilter$;
|
|
4987
|
+
exports.DateTimeConverter$ = DateTimeConverter$;
|
|
4988
|
+
exports.DeleteAccountPolicy$ = DeleteAccountPolicy$;
|
|
4703
4989
|
exports.DeleteAccountPolicyCommand = DeleteAccountPolicyCommand;
|
|
4990
|
+
exports.DeleteAccountPolicyRequest$ = DeleteAccountPolicyRequest$;
|
|
4991
|
+
exports.DeleteDataProtectionPolicy$ = DeleteDataProtectionPolicy$;
|
|
4704
4992
|
exports.DeleteDataProtectionPolicyCommand = DeleteDataProtectionPolicyCommand;
|
|
4993
|
+
exports.DeleteDataProtectionPolicyRequest$ = DeleteDataProtectionPolicyRequest$;
|
|
4994
|
+
exports.DeleteDelivery$ = DeleteDelivery$;
|
|
4705
4995
|
exports.DeleteDeliveryCommand = DeleteDeliveryCommand;
|
|
4996
|
+
exports.DeleteDeliveryDestination$ = DeleteDeliveryDestination$;
|
|
4706
4997
|
exports.DeleteDeliveryDestinationCommand = DeleteDeliveryDestinationCommand;
|
|
4998
|
+
exports.DeleteDeliveryDestinationPolicy$ = DeleteDeliveryDestinationPolicy$;
|
|
4707
4999
|
exports.DeleteDeliveryDestinationPolicyCommand = DeleteDeliveryDestinationPolicyCommand;
|
|
5000
|
+
exports.DeleteDeliveryDestinationPolicyRequest$ = DeleteDeliveryDestinationPolicyRequest$;
|
|
5001
|
+
exports.DeleteDeliveryDestinationRequest$ = DeleteDeliveryDestinationRequest$;
|
|
5002
|
+
exports.DeleteDeliveryRequest$ = DeleteDeliveryRequest$;
|
|
5003
|
+
exports.DeleteDeliverySource$ = DeleteDeliverySource$;
|
|
4708
5004
|
exports.DeleteDeliverySourceCommand = DeleteDeliverySourceCommand;
|
|
5005
|
+
exports.DeleteDeliverySourceRequest$ = DeleteDeliverySourceRequest$;
|
|
5006
|
+
exports.DeleteDestination$ = DeleteDestination$;
|
|
4709
5007
|
exports.DeleteDestinationCommand = DeleteDestinationCommand;
|
|
5008
|
+
exports.DeleteDestinationRequest$ = DeleteDestinationRequest$;
|
|
5009
|
+
exports.DeleteIndexPolicy$ = DeleteIndexPolicy$;
|
|
4710
5010
|
exports.DeleteIndexPolicyCommand = DeleteIndexPolicyCommand;
|
|
5011
|
+
exports.DeleteIndexPolicyRequest$ = DeleteIndexPolicyRequest$;
|
|
5012
|
+
exports.DeleteIndexPolicyResponse$ = DeleteIndexPolicyResponse$;
|
|
5013
|
+
exports.DeleteIntegration$ = DeleteIntegration$;
|
|
4711
5014
|
exports.DeleteIntegrationCommand = DeleteIntegrationCommand;
|
|
5015
|
+
exports.DeleteIntegrationRequest$ = DeleteIntegrationRequest$;
|
|
5016
|
+
exports.DeleteIntegrationResponse$ = DeleteIntegrationResponse$;
|
|
5017
|
+
exports.DeleteKeys$ = DeleteKeys$;
|
|
5018
|
+
exports.DeleteLogAnomalyDetector$ = DeleteLogAnomalyDetector$;
|
|
4712
5019
|
exports.DeleteLogAnomalyDetectorCommand = DeleteLogAnomalyDetectorCommand;
|
|
5020
|
+
exports.DeleteLogAnomalyDetectorRequest$ = DeleteLogAnomalyDetectorRequest$;
|
|
5021
|
+
exports.DeleteLogGroup$ = DeleteLogGroup$;
|
|
4713
5022
|
exports.DeleteLogGroupCommand = DeleteLogGroupCommand;
|
|
5023
|
+
exports.DeleteLogGroupRequest$ = DeleteLogGroupRequest$;
|
|
5024
|
+
exports.DeleteLogStream$ = DeleteLogStream$;
|
|
4714
5025
|
exports.DeleteLogStreamCommand = DeleteLogStreamCommand;
|
|
5026
|
+
exports.DeleteLogStreamRequest$ = DeleteLogStreamRequest$;
|
|
5027
|
+
exports.DeleteMetricFilter$ = DeleteMetricFilter$;
|
|
4715
5028
|
exports.DeleteMetricFilterCommand = DeleteMetricFilterCommand;
|
|
5029
|
+
exports.DeleteMetricFilterRequest$ = DeleteMetricFilterRequest$;
|
|
5030
|
+
exports.DeleteQueryDefinition$ = DeleteQueryDefinition$;
|
|
4716
5031
|
exports.DeleteQueryDefinitionCommand = DeleteQueryDefinitionCommand;
|
|
5032
|
+
exports.DeleteQueryDefinitionRequest$ = DeleteQueryDefinitionRequest$;
|
|
5033
|
+
exports.DeleteQueryDefinitionResponse$ = DeleteQueryDefinitionResponse$;
|
|
5034
|
+
exports.DeleteResourcePolicy$ = DeleteResourcePolicy$;
|
|
4717
5035
|
exports.DeleteResourcePolicyCommand = DeleteResourcePolicyCommand;
|
|
5036
|
+
exports.DeleteResourcePolicyRequest$ = DeleteResourcePolicyRequest$;
|
|
5037
|
+
exports.DeleteRetentionPolicy$ = DeleteRetentionPolicy$;
|
|
4718
5038
|
exports.DeleteRetentionPolicyCommand = DeleteRetentionPolicyCommand;
|
|
5039
|
+
exports.DeleteRetentionPolicyRequest$ = DeleteRetentionPolicyRequest$;
|
|
5040
|
+
exports.DeleteScheduledQuery$ = DeleteScheduledQuery$;
|
|
4719
5041
|
exports.DeleteScheduledQueryCommand = DeleteScheduledQueryCommand;
|
|
5042
|
+
exports.DeleteScheduledQueryRequest$ = DeleteScheduledQueryRequest$;
|
|
5043
|
+
exports.DeleteScheduledQueryResponse$ = DeleteScheduledQueryResponse$;
|
|
5044
|
+
exports.DeleteSubscriptionFilter$ = DeleteSubscriptionFilter$;
|
|
4720
5045
|
exports.DeleteSubscriptionFilterCommand = DeleteSubscriptionFilterCommand;
|
|
5046
|
+
exports.DeleteSubscriptionFilterRequest$ = DeleteSubscriptionFilterRequest$;
|
|
5047
|
+
exports.DeleteTransformer$ = DeleteTransformer$;
|
|
4721
5048
|
exports.DeleteTransformerCommand = DeleteTransformerCommand;
|
|
5049
|
+
exports.DeleteTransformerRequest$ = DeleteTransformerRequest$;
|
|
5050
|
+
exports.Delivery$ = Delivery$;
|
|
5051
|
+
exports.DeliveryDestination$ = DeliveryDestination$;
|
|
5052
|
+
exports.DeliveryDestinationConfiguration$ = DeliveryDestinationConfiguration$;
|
|
4722
5053
|
exports.DeliveryDestinationType = DeliveryDestinationType;
|
|
5054
|
+
exports.DeliverySource$ = DeliverySource$;
|
|
5055
|
+
exports.DescribeAccountPolicies$ = DescribeAccountPolicies$;
|
|
4723
5056
|
exports.DescribeAccountPoliciesCommand = DescribeAccountPoliciesCommand;
|
|
5057
|
+
exports.DescribeAccountPoliciesRequest$ = DescribeAccountPoliciesRequest$;
|
|
5058
|
+
exports.DescribeAccountPoliciesResponse$ = DescribeAccountPoliciesResponse$;
|
|
5059
|
+
exports.DescribeConfigurationTemplates$ = DescribeConfigurationTemplates$;
|
|
4724
5060
|
exports.DescribeConfigurationTemplatesCommand = DescribeConfigurationTemplatesCommand;
|
|
5061
|
+
exports.DescribeConfigurationTemplatesRequest$ = DescribeConfigurationTemplatesRequest$;
|
|
5062
|
+
exports.DescribeConfigurationTemplatesResponse$ = DescribeConfigurationTemplatesResponse$;
|
|
5063
|
+
exports.DescribeDeliveries$ = DescribeDeliveries$;
|
|
4725
5064
|
exports.DescribeDeliveriesCommand = DescribeDeliveriesCommand;
|
|
5065
|
+
exports.DescribeDeliveriesRequest$ = DescribeDeliveriesRequest$;
|
|
5066
|
+
exports.DescribeDeliveriesResponse$ = DescribeDeliveriesResponse$;
|
|
5067
|
+
exports.DescribeDeliveryDestinations$ = DescribeDeliveryDestinations$;
|
|
4726
5068
|
exports.DescribeDeliveryDestinationsCommand = DescribeDeliveryDestinationsCommand;
|
|
5069
|
+
exports.DescribeDeliveryDestinationsRequest$ = DescribeDeliveryDestinationsRequest$;
|
|
5070
|
+
exports.DescribeDeliveryDestinationsResponse$ = DescribeDeliveryDestinationsResponse$;
|
|
5071
|
+
exports.DescribeDeliverySources$ = DescribeDeliverySources$;
|
|
4727
5072
|
exports.DescribeDeliverySourcesCommand = DescribeDeliverySourcesCommand;
|
|
5073
|
+
exports.DescribeDeliverySourcesRequest$ = DescribeDeliverySourcesRequest$;
|
|
5074
|
+
exports.DescribeDeliverySourcesResponse$ = DescribeDeliverySourcesResponse$;
|
|
5075
|
+
exports.DescribeDestinations$ = DescribeDestinations$;
|
|
4728
5076
|
exports.DescribeDestinationsCommand = DescribeDestinationsCommand;
|
|
5077
|
+
exports.DescribeDestinationsRequest$ = DescribeDestinationsRequest$;
|
|
5078
|
+
exports.DescribeDestinationsResponse$ = DescribeDestinationsResponse$;
|
|
5079
|
+
exports.DescribeExportTasks$ = DescribeExportTasks$;
|
|
4729
5080
|
exports.DescribeExportTasksCommand = DescribeExportTasksCommand;
|
|
5081
|
+
exports.DescribeExportTasksRequest$ = DescribeExportTasksRequest$;
|
|
5082
|
+
exports.DescribeExportTasksResponse$ = DescribeExportTasksResponse$;
|
|
5083
|
+
exports.DescribeFieldIndexes$ = DescribeFieldIndexes$;
|
|
4730
5084
|
exports.DescribeFieldIndexesCommand = DescribeFieldIndexesCommand;
|
|
5085
|
+
exports.DescribeFieldIndexesRequest$ = DescribeFieldIndexesRequest$;
|
|
5086
|
+
exports.DescribeFieldIndexesResponse$ = DescribeFieldIndexesResponse$;
|
|
5087
|
+
exports.DescribeImportTaskBatches$ = DescribeImportTaskBatches$;
|
|
5088
|
+
exports.DescribeImportTaskBatchesCommand = DescribeImportTaskBatchesCommand;
|
|
5089
|
+
exports.DescribeImportTaskBatchesRequest$ = DescribeImportTaskBatchesRequest$;
|
|
5090
|
+
exports.DescribeImportTaskBatchesResponse$ = DescribeImportTaskBatchesResponse$;
|
|
5091
|
+
exports.DescribeImportTasks$ = DescribeImportTasks$;
|
|
5092
|
+
exports.DescribeImportTasksCommand = DescribeImportTasksCommand;
|
|
5093
|
+
exports.DescribeImportTasksRequest$ = DescribeImportTasksRequest$;
|
|
5094
|
+
exports.DescribeImportTasksResponse$ = DescribeImportTasksResponse$;
|
|
5095
|
+
exports.DescribeIndexPolicies$ = DescribeIndexPolicies$;
|
|
4731
5096
|
exports.DescribeIndexPoliciesCommand = DescribeIndexPoliciesCommand;
|
|
5097
|
+
exports.DescribeIndexPoliciesRequest$ = DescribeIndexPoliciesRequest$;
|
|
5098
|
+
exports.DescribeIndexPoliciesResponse$ = DescribeIndexPoliciesResponse$;
|
|
5099
|
+
exports.DescribeLogGroups$ = DescribeLogGroups$;
|
|
4732
5100
|
exports.DescribeLogGroupsCommand = DescribeLogGroupsCommand;
|
|
5101
|
+
exports.DescribeLogGroupsRequest$ = DescribeLogGroupsRequest$;
|
|
5102
|
+
exports.DescribeLogGroupsResponse$ = DescribeLogGroupsResponse$;
|
|
5103
|
+
exports.DescribeLogStreams$ = DescribeLogStreams$;
|
|
4733
5104
|
exports.DescribeLogStreamsCommand = DescribeLogStreamsCommand;
|
|
5105
|
+
exports.DescribeLogStreamsRequest$ = DescribeLogStreamsRequest$;
|
|
5106
|
+
exports.DescribeLogStreamsResponse$ = DescribeLogStreamsResponse$;
|
|
5107
|
+
exports.DescribeMetricFilters$ = DescribeMetricFilters$;
|
|
4734
5108
|
exports.DescribeMetricFiltersCommand = DescribeMetricFiltersCommand;
|
|
5109
|
+
exports.DescribeMetricFiltersRequest$ = DescribeMetricFiltersRequest$;
|
|
5110
|
+
exports.DescribeMetricFiltersResponse$ = DescribeMetricFiltersResponse$;
|
|
5111
|
+
exports.DescribeQueries$ = DescribeQueries$;
|
|
4735
5112
|
exports.DescribeQueriesCommand = DescribeQueriesCommand;
|
|
5113
|
+
exports.DescribeQueriesRequest$ = DescribeQueriesRequest$;
|
|
5114
|
+
exports.DescribeQueriesResponse$ = DescribeQueriesResponse$;
|
|
5115
|
+
exports.DescribeQueryDefinitions$ = DescribeQueryDefinitions$;
|
|
4736
5116
|
exports.DescribeQueryDefinitionsCommand = DescribeQueryDefinitionsCommand;
|
|
5117
|
+
exports.DescribeQueryDefinitionsRequest$ = DescribeQueryDefinitionsRequest$;
|
|
5118
|
+
exports.DescribeQueryDefinitionsResponse$ = DescribeQueryDefinitionsResponse$;
|
|
5119
|
+
exports.DescribeResourcePolicies$ = DescribeResourcePolicies$;
|
|
4737
5120
|
exports.DescribeResourcePoliciesCommand = DescribeResourcePoliciesCommand;
|
|
5121
|
+
exports.DescribeResourcePoliciesRequest$ = DescribeResourcePoliciesRequest$;
|
|
5122
|
+
exports.DescribeResourcePoliciesResponse$ = DescribeResourcePoliciesResponse$;
|
|
5123
|
+
exports.DescribeSubscriptionFilters$ = DescribeSubscriptionFilters$;
|
|
4738
5124
|
exports.DescribeSubscriptionFiltersCommand = DescribeSubscriptionFiltersCommand;
|
|
5125
|
+
exports.DescribeSubscriptionFiltersRequest$ = DescribeSubscriptionFiltersRequest$;
|
|
5126
|
+
exports.DescribeSubscriptionFiltersResponse$ = DescribeSubscriptionFiltersResponse$;
|
|
5127
|
+
exports.Destination$ = Destination$;
|
|
5128
|
+
exports.DestinationConfiguration$ = DestinationConfiguration$;
|
|
5129
|
+
exports.DisassociateKmsKey$ = DisassociateKmsKey$;
|
|
4739
5130
|
exports.DisassociateKmsKeyCommand = DisassociateKmsKeyCommand;
|
|
5131
|
+
exports.DisassociateKmsKeyRequest$ = DisassociateKmsKeyRequest$;
|
|
5132
|
+
exports.DisassociateSourceFromS3TableIntegration$ = DisassociateSourceFromS3TableIntegration$;
|
|
4740
5133
|
exports.DisassociateSourceFromS3TableIntegrationCommand = DisassociateSourceFromS3TableIntegrationCommand;
|
|
5134
|
+
exports.DisassociateSourceFromS3TableIntegrationRequest$ = DisassociateSourceFromS3TableIntegrationRequest$;
|
|
5135
|
+
exports.DisassociateSourceFromS3TableIntegrationResponse$ = DisassociateSourceFromS3TableIntegrationResponse$;
|
|
4741
5136
|
exports.Distribution = Distribution;
|
|
5137
|
+
exports.Entity$ = Entity$;
|
|
4742
5138
|
exports.EntityRejectionErrorType = EntityRejectionErrorType;
|
|
4743
5139
|
exports.EvaluationFrequency = EvaluationFrequency;
|
|
4744
5140
|
exports.EventSource = EventSource;
|
|
4745
5141
|
exports.ExecutionStatus = ExecutionStatus;
|
|
5142
|
+
exports.ExportTask$ = ExportTask$;
|
|
5143
|
+
exports.ExportTaskExecutionInfo$ = ExportTaskExecutionInfo$;
|
|
5144
|
+
exports.ExportTaskStatus$ = ExportTaskStatus$;
|
|
4746
5145
|
exports.ExportTaskStatusCode = ExportTaskStatusCode;
|
|
5146
|
+
exports.FieldIndex$ = FieldIndex$;
|
|
5147
|
+
exports.FieldsData$ = FieldsData$;
|
|
5148
|
+
exports.FilterLogEvents$ = FilterLogEvents$;
|
|
4747
5149
|
exports.FilterLogEventsCommand = FilterLogEventsCommand;
|
|
5150
|
+
exports.FilterLogEventsRequest$ = FilterLogEventsRequest$;
|
|
5151
|
+
exports.FilterLogEventsResponse$ = FilterLogEventsResponse$;
|
|
5152
|
+
exports.FilteredLogEvent$ = FilteredLogEvent$;
|
|
4748
5153
|
exports.FlattenedElement = FlattenedElement;
|
|
5154
|
+
exports.GetDataProtectionPolicy$ = GetDataProtectionPolicy$;
|
|
4749
5155
|
exports.GetDataProtectionPolicyCommand = GetDataProtectionPolicyCommand;
|
|
5156
|
+
exports.GetDataProtectionPolicyRequest$ = GetDataProtectionPolicyRequest$;
|
|
5157
|
+
exports.GetDataProtectionPolicyResponse$ = GetDataProtectionPolicyResponse$;
|
|
5158
|
+
exports.GetDelivery$ = GetDelivery$;
|
|
4750
5159
|
exports.GetDeliveryCommand = GetDeliveryCommand;
|
|
5160
|
+
exports.GetDeliveryDestination$ = GetDeliveryDestination$;
|
|
4751
5161
|
exports.GetDeliveryDestinationCommand = GetDeliveryDestinationCommand;
|
|
5162
|
+
exports.GetDeliveryDestinationPolicy$ = GetDeliveryDestinationPolicy$;
|
|
4752
5163
|
exports.GetDeliveryDestinationPolicyCommand = GetDeliveryDestinationPolicyCommand;
|
|
5164
|
+
exports.GetDeliveryDestinationPolicyRequest$ = GetDeliveryDestinationPolicyRequest$;
|
|
5165
|
+
exports.GetDeliveryDestinationPolicyResponse$ = GetDeliveryDestinationPolicyResponse$;
|
|
5166
|
+
exports.GetDeliveryDestinationRequest$ = GetDeliveryDestinationRequest$;
|
|
5167
|
+
exports.GetDeliveryDestinationResponse$ = GetDeliveryDestinationResponse$;
|
|
5168
|
+
exports.GetDeliveryRequest$ = GetDeliveryRequest$;
|
|
5169
|
+
exports.GetDeliveryResponse$ = GetDeliveryResponse$;
|
|
5170
|
+
exports.GetDeliverySource$ = GetDeliverySource$;
|
|
4753
5171
|
exports.GetDeliverySourceCommand = GetDeliverySourceCommand;
|
|
5172
|
+
exports.GetDeliverySourceRequest$ = GetDeliverySourceRequest$;
|
|
5173
|
+
exports.GetDeliverySourceResponse$ = GetDeliverySourceResponse$;
|
|
5174
|
+
exports.GetIntegration$ = GetIntegration$;
|
|
4754
5175
|
exports.GetIntegrationCommand = GetIntegrationCommand;
|
|
5176
|
+
exports.GetIntegrationRequest$ = GetIntegrationRequest$;
|
|
5177
|
+
exports.GetIntegrationResponse$ = GetIntegrationResponse$;
|
|
5178
|
+
exports.GetLogAnomalyDetector$ = GetLogAnomalyDetector$;
|
|
4755
5179
|
exports.GetLogAnomalyDetectorCommand = GetLogAnomalyDetectorCommand;
|
|
5180
|
+
exports.GetLogAnomalyDetectorRequest$ = GetLogAnomalyDetectorRequest$;
|
|
5181
|
+
exports.GetLogAnomalyDetectorResponse$ = GetLogAnomalyDetectorResponse$;
|
|
5182
|
+
exports.GetLogEvents$ = GetLogEvents$;
|
|
4756
5183
|
exports.GetLogEventsCommand = GetLogEventsCommand;
|
|
5184
|
+
exports.GetLogEventsRequest$ = GetLogEventsRequest$;
|
|
5185
|
+
exports.GetLogEventsResponse$ = GetLogEventsResponse$;
|
|
5186
|
+
exports.GetLogFields$ = GetLogFields$;
|
|
4757
5187
|
exports.GetLogFieldsCommand = GetLogFieldsCommand;
|
|
5188
|
+
exports.GetLogFieldsRequest$ = GetLogFieldsRequest$;
|
|
5189
|
+
exports.GetLogFieldsResponse$ = GetLogFieldsResponse$;
|
|
5190
|
+
exports.GetLogGroupFields$ = GetLogGroupFields$;
|
|
4758
5191
|
exports.GetLogGroupFieldsCommand = GetLogGroupFieldsCommand;
|
|
5192
|
+
exports.GetLogGroupFieldsRequest$ = GetLogGroupFieldsRequest$;
|
|
5193
|
+
exports.GetLogGroupFieldsResponse$ = GetLogGroupFieldsResponse$;
|
|
5194
|
+
exports.GetLogObject$ = GetLogObject$;
|
|
4759
5195
|
exports.GetLogObjectCommand = GetLogObjectCommand;
|
|
5196
|
+
exports.GetLogObjectRequest$ = GetLogObjectRequest$;
|
|
5197
|
+
exports.GetLogObjectResponse$ = GetLogObjectResponse$;
|
|
5198
|
+
exports.GetLogObjectResponseStream$ = GetLogObjectResponseStream$;
|
|
5199
|
+
exports.GetLogRecord$ = GetLogRecord$;
|
|
4760
5200
|
exports.GetLogRecordCommand = GetLogRecordCommand;
|
|
5201
|
+
exports.GetLogRecordRequest$ = GetLogRecordRequest$;
|
|
5202
|
+
exports.GetLogRecordResponse$ = GetLogRecordResponse$;
|
|
5203
|
+
exports.GetQueryResults$ = GetQueryResults$;
|
|
4761
5204
|
exports.GetQueryResultsCommand = GetQueryResultsCommand;
|
|
5205
|
+
exports.GetQueryResultsRequest$ = GetQueryResultsRequest$;
|
|
5206
|
+
exports.GetQueryResultsResponse$ = GetQueryResultsResponse$;
|
|
5207
|
+
exports.GetScheduledQuery$ = GetScheduledQuery$;
|
|
4762
5208
|
exports.GetScheduledQueryCommand = GetScheduledQueryCommand;
|
|
5209
|
+
exports.GetScheduledQueryHistory$ = GetScheduledQueryHistory$;
|
|
4763
5210
|
exports.GetScheduledQueryHistoryCommand = GetScheduledQueryHistoryCommand;
|
|
5211
|
+
exports.GetScheduledQueryHistoryRequest$ = GetScheduledQueryHistoryRequest$;
|
|
5212
|
+
exports.GetScheduledQueryHistoryResponse$ = GetScheduledQueryHistoryResponse$;
|
|
5213
|
+
exports.GetScheduledQueryRequest$ = GetScheduledQueryRequest$;
|
|
5214
|
+
exports.GetScheduledQueryResponse$ = GetScheduledQueryResponse$;
|
|
5215
|
+
exports.GetTransformer$ = GetTransformer$;
|
|
4764
5216
|
exports.GetTransformerCommand = GetTransformerCommand;
|
|
5217
|
+
exports.GetTransformerRequest$ = GetTransformerRequest$;
|
|
5218
|
+
exports.GetTransformerResponse$ = GetTransformerResponse$;
|
|
5219
|
+
exports.Grok$ = Grok$;
|
|
5220
|
+
exports.GroupingIdentifier$ = GroupingIdentifier$;
|
|
5221
|
+
exports.Import$ = Import$;
|
|
5222
|
+
exports.ImportBatch$ = ImportBatch$;
|
|
5223
|
+
exports.ImportFilter$ = ImportFilter$;
|
|
5224
|
+
exports.ImportStatistics$ = ImportStatistics$;
|
|
5225
|
+
exports.ImportStatus = ImportStatus;
|
|
5226
|
+
exports.IndexPolicy$ = IndexPolicy$;
|
|
4765
5227
|
exports.IndexSource = IndexSource;
|
|
4766
5228
|
exports.IndexType = IndexType;
|
|
4767
5229
|
exports.InheritedProperty = InheritedProperty;
|
|
5230
|
+
exports.InputLogEvent$ = InputLogEvent$;
|
|
5231
|
+
exports.IntegrationDetails$ = IntegrationDetails$;
|
|
4768
5232
|
exports.IntegrationStatus = IntegrationStatus;
|
|
5233
|
+
exports.IntegrationSummary$ = IntegrationSummary$;
|
|
4769
5234
|
exports.IntegrationType = IntegrationType;
|
|
4770
|
-
exports.InternalServerException = InternalServerException
|
|
4771
|
-
exports.
|
|
4772
|
-
exports.
|
|
4773
|
-
exports.
|
|
4774
|
-
exports.
|
|
4775
|
-
exports.
|
|
5235
|
+
exports.InternalServerException = InternalServerException;
|
|
5236
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
5237
|
+
exports.InternalStreamingException = InternalStreamingException;
|
|
5238
|
+
exports.InternalStreamingException$ = InternalStreamingException$;
|
|
5239
|
+
exports.InvalidOperationException = InvalidOperationException;
|
|
5240
|
+
exports.InvalidOperationException$ = InvalidOperationException$;
|
|
5241
|
+
exports.InvalidParameterException = InvalidParameterException;
|
|
5242
|
+
exports.InvalidParameterException$ = InvalidParameterException$;
|
|
5243
|
+
exports.InvalidSequenceTokenException = InvalidSequenceTokenException;
|
|
5244
|
+
exports.InvalidSequenceTokenException$ = InvalidSequenceTokenException$;
|
|
5245
|
+
exports.LimitExceededException = LimitExceededException;
|
|
5246
|
+
exports.LimitExceededException$ = LimitExceededException$;
|
|
5247
|
+
exports.ListAggregateLogGroupSummaries$ = ListAggregateLogGroupSummaries$;
|
|
4776
5248
|
exports.ListAggregateLogGroupSummariesCommand = ListAggregateLogGroupSummariesCommand;
|
|
4777
5249
|
exports.ListAggregateLogGroupSummariesGroupBy = ListAggregateLogGroupSummariesGroupBy;
|
|
5250
|
+
exports.ListAggregateLogGroupSummariesRequest$ = ListAggregateLogGroupSummariesRequest$;
|
|
5251
|
+
exports.ListAggregateLogGroupSummariesResponse$ = ListAggregateLogGroupSummariesResponse$;
|
|
5252
|
+
exports.ListAnomalies$ = ListAnomalies$;
|
|
4778
5253
|
exports.ListAnomaliesCommand = ListAnomaliesCommand;
|
|
5254
|
+
exports.ListAnomaliesRequest$ = ListAnomaliesRequest$;
|
|
5255
|
+
exports.ListAnomaliesResponse$ = ListAnomaliesResponse$;
|
|
5256
|
+
exports.ListIntegrations$ = ListIntegrations$;
|
|
4779
5257
|
exports.ListIntegrationsCommand = ListIntegrationsCommand;
|
|
5258
|
+
exports.ListIntegrationsRequest$ = ListIntegrationsRequest$;
|
|
5259
|
+
exports.ListIntegrationsResponse$ = ListIntegrationsResponse$;
|
|
5260
|
+
exports.ListLogAnomalyDetectors$ = ListLogAnomalyDetectors$;
|
|
4780
5261
|
exports.ListLogAnomalyDetectorsCommand = ListLogAnomalyDetectorsCommand;
|
|
5262
|
+
exports.ListLogAnomalyDetectorsRequest$ = ListLogAnomalyDetectorsRequest$;
|
|
5263
|
+
exports.ListLogAnomalyDetectorsResponse$ = ListLogAnomalyDetectorsResponse$;
|
|
5264
|
+
exports.ListLogGroups$ = ListLogGroups$;
|
|
4781
5265
|
exports.ListLogGroupsCommand = ListLogGroupsCommand;
|
|
5266
|
+
exports.ListLogGroupsForQuery$ = ListLogGroupsForQuery$;
|
|
4782
5267
|
exports.ListLogGroupsForQueryCommand = ListLogGroupsForQueryCommand;
|
|
5268
|
+
exports.ListLogGroupsForQueryRequest$ = ListLogGroupsForQueryRequest$;
|
|
5269
|
+
exports.ListLogGroupsForQueryResponse$ = ListLogGroupsForQueryResponse$;
|
|
5270
|
+
exports.ListLogGroupsRequest$ = ListLogGroupsRequest$;
|
|
5271
|
+
exports.ListLogGroupsResponse$ = ListLogGroupsResponse$;
|
|
5272
|
+
exports.ListScheduledQueries$ = ListScheduledQueries$;
|
|
4783
5273
|
exports.ListScheduledQueriesCommand = ListScheduledQueriesCommand;
|
|
5274
|
+
exports.ListScheduledQueriesRequest$ = ListScheduledQueriesRequest$;
|
|
5275
|
+
exports.ListScheduledQueriesResponse$ = ListScheduledQueriesResponse$;
|
|
5276
|
+
exports.ListSourcesForS3TableIntegration$ = ListSourcesForS3TableIntegration$;
|
|
4784
5277
|
exports.ListSourcesForS3TableIntegrationCommand = ListSourcesForS3TableIntegrationCommand;
|
|
5278
|
+
exports.ListSourcesForS3TableIntegrationRequest$ = ListSourcesForS3TableIntegrationRequest$;
|
|
5279
|
+
exports.ListSourcesForS3TableIntegrationResponse$ = ListSourcesForS3TableIntegrationResponse$;
|
|
5280
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
4785
5281
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
5282
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
5283
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
5284
|
+
exports.ListTagsLogGroup$ = ListTagsLogGroup$;
|
|
4786
5285
|
exports.ListTagsLogGroupCommand = ListTagsLogGroupCommand;
|
|
5286
|
+
exports.ListTagsLogGroupRequest$ = ListTagsLogGroupRequest$;
|
|
5287
|
+
exports.ListTagsLogGroupResponse$ = ListTagsLogGroupResponse$;
|
|
5288
|
+
exports.ListToMap$ = ListToMap$;
|
|
5289
|
+
exports.LiveTailSessionLogEvent$ = LiveTailSessionLogEvent$;
|
|
5290
|
+
exports.LiveTailSessionMetadata$ = LiveTailSessionMetadata$;
|
|
5291
|
+
exports.LiveTailSessionStart$ = LiveTailSessionStart$;
|
|
5292
|
+
exports.LiveTailSessionUpdate$ = LiveTailSessionUpdate$;
|
|
5293
|
+
exports.LogEvent$ = LogEvent$;
|
|
5294
|
+
exports.LogFieldType$ = LogFieldType$;
|
|
5295
|
+
exports.LogFieldsListItem$ = LogFieldsListItem$;
|
|
5296
|
+
exports.LogGroup$ = LogGroup$;
|
|
4787
5297
|
exports.LogGroupClass = LogGroupClass;
|
|
4788
|
-
exports.
|
|
5298
|
+
exports.LogGroupField$ = LogGroupField$;
|
|
5299
|
+
exports.LogGroupSummary$ = LogGroupSummary$;
|
|
5300
|
+
exports.LogStream$ = LogStream$;
|
|
5301
|
+
exports.LowerCaseString$ = LowerCaseString$;
|
|
5302
|
+
exports.MalformedQueryException = MalformedQueryException;
|
|
5303
|
+
exports.MalformedQueryException$ = MalformedQueryException$;
|
|
5304
|
+
exports.MetricFilter$ = MetricFilter$;
|
|
5305
|
+
exports.MetricFilterMatchRecord$ = MetricFilterMatchRecord$;
|
|
5306
|
+
exports.MetricTransformation$ = MetricTransformation$;
|
|
5307
|
+
exports.MoveKeyEntry$ = MoveKeyEntry$;
|
|
5308
|
+
exports.MoveKeys$ = MoveKeys$;
|
|
4789
5309
|
exports.OCSFVersion = OCSFVersion;
|
|
5310
|
+
exports.OpenSearchApplication$ = OpenSearchApplication$;
|
|
5311
|
+
exports.OpenSearchCollection$ = OpenSearchCollection$;
|
|
5312
|
+
exports.OpenSearchDataAccessPolicy$ = OpenSearchDataAccessPolicy$;
|
|
5313
|
+
exports.OpenSearchDataSource$ = OpenSearchDataSource$;
|
|
5314
|
+
exports.OpenSearchEncryptionPolicy$ = OpenSearchEncryptionPolicy$;
|
|
5315
|
+
exports.OpenSearchIntegrationDetails$ = OpenSearchIntegrationDetails$;
|
|
5316
|
+
exports.OpenSearchLifecyclePolicy$ = OpenSearchLifecyclePolicy$;
|
|
5317
|
+
exports.OpenSearchNetworkPolicy$ = OpenSearchNetworkPolicy$;
|
|
5318
|
+
exports.OpenSearchResourceConfig$ = OpenSearchResourceConfig$;
|
|
5319
|
+
exports.OpenSearchResourceStatus$ = OpenSearchResourceStatus$;
|
|
4790
5320
|
exports.OpenSearchResourceStatusType = OpenSearchResourceStatusType;
|
|
4791
|
-
exports.
|
|
5321
|
+
exports.OpenSearchWorkspace$ = OpenSearchWorkspace$;
|
|
5322
|
+
exports.OperationAbortedException = OperationAbortedException;
|
|
5323
|
+
exports.OperationAbortedException$ = OperationAbortedException$;
|
|
4792
5324
|
exports.OrderBy = OrderBy;
|
|
4793
5325
|
exports.OutputFormat = OutputFormat;
|
|
5326
|
+
exports.OutputLogEvent$ = OutputLogEvent$;
|
|
5327
|
+
exports.ParseCloudfront$ = ParseCloudfront$;
|
|
5328
|
+
exports.ParseJSON$ = ParseJSON$;
|
|
5329
|
+
exports.ParseKeyValue$ = ParseKeyValue$;
|
|
5330
|
+
exports.ParsePostgres$ = ParsePostgres$;
|
|
5331
|
+
exports.ParseRoute53$ = ParseRoute53$;
|
|
5332
|
+
exports.ParseToOCSF$ = ParseToOCSF$;
|
|
5333
|
+
exports.ParseVPC$ = ParseVPC$;
|
|
5334
|
+
exports.ParseWAF$ = ParseWAF$;
|
|
5335
|
+
exports.PatternToken$ = PatternToken$;
|
|
5336
|
+
exports.Policy$ = Policy$;
|
|
4794
5337
|
exports.PolicyScope = PolicyScope;
|
|
4795
5338
|
exports.PolicyType = PolicyType;
|
|
5339
|
+
exports.Processor$ = Processor$;
|
|
5340
|
+
exports.PutAccountPolicy$ = PutAccountPolicy$;
|
|
4796
5341
|
exports.PutAccountPolicyCommand = PutAccountPolicyCommand;
|
|
5342
|
+
exports.PutAccountPolicyRequest$ = PutAccountPolicyRequest$;
|
|
5343
|
+
exports.PutAccountPolicyResponse$ = PutAccountPolicyResponse$;
|
|
5344
|
+
exports.PutDataProtectionPolicy$ = PutDataProtectionPolicy$;
|
|
4797
5345
|
exports.PutDataProtectionPolicyCommand = PutDataProtectionPolicyCommand;
|
|
5346
|
+
exports.PutDataProtectionPolicyRequest$ = PutDataProtectionPolicyRequest$;
|
|
5347
|
+
exports.PutDataProtectionPolicyResponse$ = PutDataProtectionPolicyResponse$;
|
|
5348
|
+
exports.PutDeliveryDestination$ = PutDeliveryDestination$;
|
|
4798
5349
|
exports.PutDeliveryDestinationCommand = PutDeliveryDestinationCommand;
|
|
5350
|
+
exports.PutDeliveryDestinationPolicy$ = PutDeliveryDestinationPolicy$;
|
|
4799
5351
|
exports.PutDeliveryDestinationPolicyCommand = PutDeliveryDestinationPolicyCommand;
|
|
5352
|
+
exports.PutDeliveryDestinationPolicyRequest$ = PutDeliveryDestinationPolicyRequest$;
|
|
5353
|
+
exports.PutDeliveryDestinationPolicyResponse$ = PutDeliveryDestinationPolicyResponse$;
|
|
5354
|
+
exports.PutDeliveryDestinationRequest$ = PutDeliveryDestinationRequest$;
|
|
5355
|
+
exports.PutDeliveryDestinationResponse$ = PutDeliveryDestinationResponse$;
|
|
5356
|
+
exports.PutDeliverySource$ = PutDeliverySource$;
|
|
4800
5357
|
exports.PutDeliverySourceCommand = PutDeliverySourceCommand;
|
|
5358
|
+
exports.PutDeliverySourceRequest$ = PutDeliverySourceRequest$;
|
|
5359
|
+
exports.PutDeliverySourceResponse$ = PutDeliverySourceResponse$;
|
|
5360
|
+
exports.PutDestination$ = PutDestination$;
|
|
4801
5361
|
exports.PutDestinationCommand = PutDestinationCommand;
|
|
5362
|
+
exports.PutDestinationPolicy$ = PutDestinationPolicy$;
|
|
4802
5363
|
exports.PutDestinationPolicyCommand = PutDestinationPolicyCommand;
|
|
5364
|
+
exports.PutDestinationPolicyRequest$ = PutDestinationPolicyRequest$;
|
|
5365
|
+
exports.PutDestinationRequest$ = PutDestinationRequest$;
|
|
5366
|
+
exports.PutDestinationResponse$ = PutDestinationResponse$;
|
|
5367
|
+
exports.PutIndexPolicy$ = PutIndexPolicy$;
|
|
4803
5368
|
exports.PutIndexPolicyCommand = PutIndexPolicyCommand;
|
|
5369
|
+
exports.PutIndexPolicyRequest$ = PutIndexPolicyRequest$;
|
|
5370
|
+
exports.PutIndexPolicyResponse$ = PutIndexPolicyResponse$;
|
|
5371
|
+
exports.PutIntegration$ = PutIntegration$;
|
|
4804
5372
|
exports.PutIntegrationCommand = PutIntegrationCommand;
|
|
5373
|
+
exports.PutIntegrationRequest$ = PutIntegrationRequest$;
|
|
5374
|
+
exports.PutIntegrationResponse$ = PutIntegrationResponse$;
|
|
5375
|
+
exports.PutLogEvents$ = PutLogEvents$;
|
|
4805
5376
|
exports.PutLogEventsCommand = PutLogEventsCommand;
|
|
5377
|
+
exports.PutLogEventsRequest$ = PutLogEventsRequest$;
|
|
5378
|
+
exports.PutLogEventsResponse$ = PutLogEventsResponse$;
|
|
5379
|
+
exports.PutLogGroupDeletionProtection$ = PutLogGroupDeletionProtection$;
|
|
4806
5380
|
exports.PutLogGroupDeletionProtectionCommand = PutLogGroupDeletionProtectionCommand;
|
|
5381
|
+
exports.PutLogGroupDeletionProtectionRequest$ = PutLogGroupDeletionProtectionRequest$;
|
|
5382
|
+
exports.PutMetricFilter$ = PutMetricFilter$;
|
|
4807
5383
|
exports.PutMetricFilterCommand = PutMetricFilterCommand;
|
|
5384
|
+
exports.PutMetricFilterRequest$ = PutMetricFilterRequest$;
|
|
5385
|
+
exports.PutQueryDefinition$ = PutQueryDefinition$;
|
|
4808
5386
|
exports.PutQueryDefinitionCommand = PutQueryDefinitionCommand;
|
|
5387
|
+
exports.PutQueryDefinitionRequest$ = PutQueryDefinitionRequest$;
|
|
5388
|
+
exports.PutQueryDefinitionResponse$ = PutQueryDefinitionResponse$;
|
|
5389
|
+
exports.PutResourcePolicy$ = PutResourcePolicy$;
|
|
4809
5390
|
exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
|
|
5391
|
+
exports.PutResourcePolicyRequest$ = PutResourcePolicyRequest$;
|
|
5392
|
+
exports.PutResourcePolicyResponse$ = PutResourcePolicyResponse$;
|
|
5393
|
+
exports.PutRetentionPolicy$ = PutRetentionPolicy$;
|
|
4810
5394
|
exports.PutRetentionPolicyCommand = PutRetentionPolicyCommand;
|
|
5395
|
+
exports.PutRetentionPolicyRequest$ = PutRetentionPolicyRequest$;
|
|
5396
|
+
exports.PutSubscriptionFilter$ = PutSubscriptionFilter$;
|
|
4811
5397
|
exports.PutSubscriptionFilterCommand = PutSubscriptionFilterCommand;
|
|
5398
|
+
exports.PutSubscriptionFilterRequest$ = PutSubscriptionFilterRequest$;
|
|
5399
|
+
exports.PutTransformer$ = PutTransformer$;
|
|
4812
5400
|
exports.PutTransformerCommand = PutTransformerCommand;
|
|
5401
|
+
exports.PutTransformerRequest$ = PutTransformerRequest$;
|
|
5402
|
+
exports.QueryCompileError$ = QueryCompileError$;
|
|
5403
|
+
exports.QueryCompileErrorLocation$ = QueryCompileErrorLocation$;
|
|
5404
|
+
exports.QueryDefinition$ = QueryDefinition$;
|
|
5405
|
+
exports.QueryInfo$ = QueryInfo$;
|
|
4813
5406
|
exports.QueryLanguage = QueryLanguage;
|
|
5407
|
+
exports.QueryStatistics$ = QueryStatistics$;
|
|
4814
5408
|
exports.QueryStatus = QueryStatus;
|
|
4815
|
-
exports.
|
|
4816
|
-
exports.
|
|
5409
|
+
exports.RecordField$ = RecordField$;
|
|
5410
|
+
exports.RejectedEntityInfo$ = RejectedEntityInfo$;
|
|
5411
|
+
exports.RejectedLogEventsInfo$ = RejectedLogEventsInfo$;
|
|
5412
|
+
exports.RenameKeyEntry$ = RenameKeyEntry$;
|
|
5413
|
+
exports.RenameKeys$ = RenameKeys$;
|
|
5414
|
+
exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;
|
|
5415
|
+
exports.ResourceAlreadyExistsException$ = ResourceAlreadyExistsException$;
|
|
5416
|
+
exports.ResourceConfig$ = ResourceConfig$;
|
|
5417
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
5418
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
5419
|
+
exports.ResourcePolicy$ = ResourcePolicy$;
|
|
5420
|
+
exports.ResultField$ = ResultField$;
|
|
5421
|
+
exports.S3Configuration$ = S3Configuration$;
|
|
5422
|
+
exports.S3DeliveryConfiguration$ = S3DeliveryConfiguration$;
|
|
5423
|
+
exports.S3TableIntegrationSource$ = S3TableIntegrationSource$;
|
|
4817
5424
|
exports.S3TableIntegrationSourceStatus = S3TableIntegrationSourceStatus;
|
|
5425
|
+
exports.ScheduledQueryDestination$ = ScheduledQueryDestination$;
|
|
4818
5426
|
exports.ScheduledQueryDestinationType = ScheduledQueryDestinationType;
|
|
4819
5427
|
exports.ScheduledQueryState = ScheduledQueryState;
|
|
5428
|
+
exports.ScheduledQuerySummary$ = ScheduledQuerySummary$;
|
|
4820
5429
|
exports.Scope = Scope;
|
|
4821
|
-
exports.
|
|
4822
|
-
exports.
|
|
4823
|
-
exports.
|
|
4824
|
-
exports.
|
|
5430
|
+
exports.SearchedLogStream$ = SearchedLogStream$;
|
|
5431
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
5432
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
5433
|
+
exports.ServiceUnavailableException = ServiceUnavailableException;
|
|
5434
|
+
exports.ServiceUnavailableException$ = ServiceUnavailableException$;
|
|
5435
|
+
exports.SessionStreamingException = SessionStreamingException;
|
|
5436
|
+
exports.SessionStreamingException$ = SessionStreamingException$;
|
|
5437
|
+
exports.SessionTimeoutException = SessionTimeoutException;
|
|
5438
|
+
exports.SessionTimeoutException$ = SessionTimeoutException$;
|
|
5439
|
+
exports.SplitString$ = SplitString$;
|
|
5440
|
+
exports.SplitStringEntry$ = SplitStringEntry$;
|
|
4825
5441
|
exports.StandardUnit = StandardUnit;
|
|
5442
|
+
exports.StartLiveTail$ = StartLiveTail$;
|
|
4826
5443
|
exports.StartLiveTailCommand = StartLiveTailCommand;
|
|
5444
|
+
exports.StartLiveTailRequest$ = StartLiveTailRequest$;
|
|
5445
|
+
exports.StartLiveTailResponse$ = StartLiveTailResponse$;
|
|
5446
|
+
exports.StartLiveTailResponseStream$ = StartLiveTailResponseStream$;
|
|
5447
|
+
exports.StartQuery$ = StartQuery$;
|
|
4827
5448
|
exports.StartQueryCommand = StartQueryCommand;
|
|
5449
|
+
exports.StartQueryRequest$ = StartQueryRequest$;
|
|
5450
|
+
exports.StartQueryResponse$ = StartQueryResponse$;
|
|
4828
5451
|
exports.State = State;
|
|
5452
|
+
exports.StopQuery$ = StopQuery$;
|
|
4829
5453
|
exports.StopQueryCommand = StopQueryCommand;
|
|
5454
|
+
exports.StopQueryRequest$ = StopQueryRequest$;
|
|
5455
|
+
exports.StopQueryResponse$ = StopQueryResponse$;
|
|
5456
|
+
exports.SubscriptionFilter$ = SubscriptionFilter$;
|
|
5457
|
+
exports.SubstituteString$ = SubstituteString$;
|
|
5458
|
+
exports.SubstituteStringEntry$ = SubstituteStringEntry$;
|
|
5459
|
+
exports.SuppressionPeriod$ = SuppressionPeriod$;
|
|
4830
5460
|
exports.SuppressionState = SuppressionState;
|
|
4831
5461
|
exports.SuppressionType = SuppressionType;
|
|
4832
5462
|
exports.SuppressionUnit = SuppressionUnit;
|
|
5463
|
+
exports.TagLogGroup$ = TagLogGroup$;
|
|
4833
5464
|
exports.TagLogGroupCommand = TagLogGroupCommand;
|
|
5465
|
+
exports.TagLogGroupRequest$ = TagLogGroupRequest$;
|
|
5466
|
+
exports.TagResource$ = TagResource$;
|
|
4834
5467
|
exports.TagResourceCommand = TagResourceCommand;
|
|
5468
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
5469
|
+
exports.TestMetricFilter$ = TestMetricFilter$;
|
|
4835
5470
|
exports.TestMetricFilterCommand = TestMetricFilterCommand;
|
|
5471
|
+
exports.TestMetricFilterRequest$ = TestMetricFilterRequest$;
|
|
5472
|
+
exports.TestMetricFilterResponse$ = TestMetricFilterResponse$;
|
|
5473
|
+
exports.TestTransformer$ = TestTransformer$;
|
|
4836
5474
|
exports.TestTransformerCommand = TestTransformerCommand;
|
|
4837
|
-
exports.
|
|
4838
|
-
exports.
|
|
5475
|
+
exports.TestTransformerRequest$ = TestTransformerRequest$;
|
|
5476
|
+
exports.TestTransformerResponse$ = TestTransformerResponse$;
|
|
5477
|
+
exports.ThrottlingException = ThrottlingException;
|
|
5478
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
5479
|
+
exports.TooManyTagsException = TooManyTagsException;
|
|
5480
|
+
exports.TooManyTagsException$ = TooManyTagsException$;
|
|
5481
|
+
exports.TransformedLogRecord$ = TransformedLogRecord$;
|
|
5482
|
+
exports.TriggerHistoryRecord$ = TriggerHistoryRecord$;
|
|
5483
|
+
exports.TrimString$ = TrimString$;
|
|
4839
5484
|
exports.Type = Type;
|
|
4840
|
-
exports.
|
|
5485
|
+
exports.TypeConverter$ = TypeConverter$;
|
|
5486
|
+
exports.TypeConverterEntry$ = TypeConverterEntry$;
|
|
5487
|
+
exports.UnrecognizedClientException = UnrecognizedClientException;
|
|
5488
|
+
exports.UnrecognizedClientException$ = UnrecognizedClientException$;
|
|
5489
|
+
exports.UntagLogGroup$ = UntagLogGroup$;
|
|
4841
5490
|
exports.UntagLogGroupCommand = UntagLogGroupCommand;
|
|
5491
|
+
exports.UntagLogGroupRequest$ = UntagLogGroupRequest$;
|
|
5492
|
+
exports.UntagResource$ = UntagResource$;
|
|
4842
5493
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
5494
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
5495
|
+
exports.UpdateAnomaly$ = UpdateAnomaly$;
|
|
4843
5496
|
exports.UpdateAnomalyCommand = UpdateAnomalyCommand;
|
|
5497
|
+
exports.UpdateAnomalyRequest$ = UpdateAnomalyRequest$;
|
|
5498
|
+
exports.UpdateDeliveryConfiguration$ = UpdateDeliveryConfiguration$;
|
|
4844
5499
|
exports.UpdateDeliveryConfigurationCommand = UpdateDeliveryConfigurationCommand;
|
|
5500
|
+
exports.UpdateDeliveryConfigurationRequest$ = UpdateDeliveryConfigurationRequest$;
|
|
5501
|
+
exports.UpdateDeliveryConfigurationResponse$ = UpdateDeliveryConfigurationResponse$;
|
|
5502
|
+
exports.UpdateLogAnomalyDetector$ = UpdateLogAnomalyDetector$;
|
|
4845
5503
|
exports.UpdateLogAnomalyDetectorCommand = UpdateLogAnomalyDetectorCommand;
|
|
5504
|
+
exports.UpdateLogAnomalyDetectorRequest$ = UpdateLogAnomalyDetectorRequest$;
|
|
5505
|
+
exports.UpdateScheduledQuery$ = UpdateScheduledQuery$;
|
|
4846
5506
|
exports.UpdateScheduledQueryCommand = UpdateScheduledQueryCommand;
|
|
4847
|
-
exports.
|
|
5507
|
+
exports.UpdateScheduledQueryRequest$ = UpdateScheduledQueryRequest$;
|
|
5508
|
+
exports.UpdateScheduledQueryResponse$ = UpdateScheduledQueryResponse$;
|
|
5509
|
+
exports.UpperCaseString$ = UpperCaseString$;
|
|
5510
|
+
exports.ValidationException = ValidationException;
|
|
5511
|
+
exports.ValidationException$ = ValidationException$;
|
|
4848
5512
|
exports.paginateDescribeConfigurationTemplates = paginateDescribeConfigurationTemplates;
|
|
4849
5513
|
exports.paginateDescribeDeliveries = paginateDescribeDeliveries;
|
|
4850
5514
|
exports.paginateDescribeDeliveryDestinations = paginateDescribeDeliveryDestinations;
|
|
@@ -4857,6 +5521,7 @@ exports.paginateDescribeSubscriptionFilters = paginateDescribeSubscriptionFilter
|
|
|
4857
5521
|
exports.paginateFilterLogEvents = paginateFilterLogEvents;
|
|
4858
5522
|
exports.paginateGetLogEvents = paginateGetLogEvents;
|
|
4859
5523
|
exports.paginateGetScheduledQueryHistory = paginateGetScheduledQueryHistory;
|
|
5524
|
+
exports.paginateListAggregateLogGroupSummaries = paginateListAggregateLogGroupSummaries;
|
|
4860
5525
|
exports.paginateListAnomalies = paginateListAnomalies;
|
|
4861
5526
|
exports.paginateListLogAnomalyDetectors = paginateListLogAnomalyDetectors;
|
|
4862
5527
|
exports.paginateListLogGroupsForQuery = paginateListLogGroupsForQuery;
|