@aws-sdk/client-cloudwatch-logs 3.948.0 → 3.952.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 +218 -32
- package/dist-es/CloudWatchLogs.js +8 -0
- package/dist-es/commands/CancelImportTaskCommand.js +16 -0
- package/dist-es/commands/CreateImportTaskCommand.js +16 -0
- package/dist-es/commands/DescribeImportTaskBatchesCommand.js +16 -0
- package/dist-es/commands/DescribeImportTasksCommand.js +16 -0
- package/dist-es/commands/index.js +4 -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/schemas/schemas_0.js +153 -32
- package/dist-types/CloudWatchLogs.d.ts +29 -0
- package/dist-types/CloudWatchLogsClient.d.ts +6 -2
- 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/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/schemas/schemas_0.d.ts +19 -0
- package/dist-types/ts3.4/CloudWatchLogs.d.ts +69 -0
- package/dist-types/ts3.4/CloudWatchLogsClient.d.ts +24 -0
- 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/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/schemas/schemas_0.d.ts +19 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -260,6 +260,14 @@ CancelExportTask
|
|
|
260
260
|
|
|
261
261
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudwatch-logs/command/CancelExportTaskCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/CancelExportTaskCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/CancelExportTaskCommandOutput/)
|
|
262
262
|
|
|
263
|
+
</details>
|
|
264
|
+
<details>
|
|
265
|
+
<summary>
|
|
266
|
+
CancelImportTask
|
|
267
|
+
</summary>
|
|
268
|
+
|
|
269
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudwatch-logs/command/CancelImportTaskCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/CancelImportTaskCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/CancelImportTaskCommandOutput/)
|
|
270
|
+
|
|
263
271
|
</details>
|
|
264
272
|
<details>
|
|
265
273
|
<summary>
|
|
@@ -276,6 +284,14 @@ CreateExportTask
|
|
|
276
284
|
|
|
277
285
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudwatch-logs/command/CreateExportTaskCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/CreateExportTaskCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/CreateExportTaskCommandOutput/)
|
|
278
286
|
|
|
287
|
+
</details>
|
|
288
|
+
<details>
|
|
289
|
+
<summary>
|
|
290
|
+
CreateImportTask
|
|
291
|
+
</summary>
|
|
292
|
+
|
|
293
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudwatch-logs/command/CreateImportTaskCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/CreateImportTaskCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/CreateImportTaskCommandOutput/)
|
|
294
|
+
|
|
279
295
|
</details>
|
|
280
296
|
<details>
|
|
281
297
|
<summary>
|
|
@@ -524,6 +540,22 @@ DescribeFieldIndexes
|
|
|
524
540
|
|
|
525
541
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudwatch-logs/command/DescribeFieldIndexesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/DescribeFieldIndexesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/DescribeFieldIndexesCommandOutput/)
|
|
526
542
|
|
|
543
|
+
</details>
|
|
544
|
+
<details>
|
|
545
|
+
<summary>
|
|
546
|
+
DescribeImportTaskBatches
|
|
547
|
+
</summary>
|
|
548
|
+
|
|
549
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudwatch-logs/command/DescribeImportTaskBatchesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/DescribeImportTaskBatchesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/DescribeImportTaskBatchesCommandOutput/)
|
|
550
|
+
|
|
551
|
+
</details>
|
|
552
|
+
<details>
|
|
553
|
+
<summary>
|
|
554
|
+
DescribeImportTasks
|
|
555
|
+
</summary>
|
|
556
|
+
|
|
557
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudwatch-logs/command/DescribeImportTasksCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/DescribeImportTasksCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/DescribeImportTasksCommandOutput/)
|
|
558
|
+
|
|
527
559
|
</details>
|
|
528
560
|
<details>
|
|
529
561
|
<summary>
|
package/dist-cjs/index.js
CHANGED
|
@@ -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";
|
|
@@ -1259,6 +1291,15 @@ var AssociateSourceToS3TableIntegrationRequest = [
|
|
|
1259
1291
|
];
|
|
1260
1292
|
var AssociateSourceToS3TableIntegrationResponse = [3, n0, _ASTSTIRs, 0, [_i], [0]];
|
|
1261
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],
|
|
1302
|
+
];
|
|
1262
1303
|
var ConfigurationTemplate = [
|
|
1263
1304
|
3,
|
|
1264
1305
|
n0,
|
|
@@ -1297,6 +1338,15 @@ var CreateExportTaskRequest = [
|
|
|
1297
1338
|
[0, 0, 0, 1, 1, 0, 0],
|
|
1298
1339
|
];
|
|
1299
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]];
|
|
1300
1350
|
var CreateLogAnomalyDetectorRequest = [
|
|
1301
1351
|
3,
|
|
1302
1352
|
n0,
|
|
@@ -1415,7 +1465,7 @@ var DescribeConfigurationTemplatesResponse = [
|
|
|
1415
1465
|
n0,
|
|
1416
1466
|
_DCTRe,
|
|
1417
1467
|
0,
|
|
1418
|
-
[
|
|
1468
|
+
[_cTo, _nT],
|
|
1419
1469
|
[() => ConfigurationTemplates, 0],
|
|
1420
1470
|
];
|
|
1421
1471
|
var DescribeDeliveriesRequest = [3, n0, _DDRes, 0, [_nT, _li], [0, 1]];
|
|
@@ -1458,6 +1508,31 @@ var DescribeFieldIndexesResponse = [
|
|
|
1458
1508
|
[_fI, _nT],
|
|
1459
1509
|
[() => FieldIndexes, 0],
|
|
1460
1510
|
];
|
|
1511
|
+
var DescribeImportTaskBatchesRequest = [
|
|
1512
|
+
3,
|
|
1513
|
+
n0,
|
|
1514
|
+
_DITBR,
|
|
1515
|
+
0,
|
|
1516
|
+
[_iI, _bIS, _li, _nT],
|
|
1517
|
+
[0, 64 | 0, 1, 0],
|
|
1518
|
+
];
|
|
1519
|
+
var DescribeImportTaskBatchesResponse = [
|
|
1520
|
+
3,
|
|
1521
|
+
n0,
|
|
1522
|
+
_DITBRe,
|
|
1523
|
+
0,
|
|
1524
|
+
[_iSA, _iI, _iB, _nT],
|
|
1525
|
+
[0, 0, () => ImportBatchList, 0],
|
|
1526
|
+
];
|
|
1527
|
+
var DescribeImportTasksRequest = [
|
|
1528
|
+
3,
|
|
1529
|
+
n0,
|
|
1530
|
+
_DITR,
|
|
1531
|
+
0,
|
|
1532
|
+
[_iI, _iSm, _iSA, _li, _nT],
|
|
1533
|
+
[0, 0, 0, 1, 0],
|
|
1534
|
+
];
|
|
1535
|
+
var DescribeImportTasksResponse = [3, n0, _DITRe, 0, [_im, _nT], [() => ImportList, 0]];
|
|
1461
1536
|
var DescribeIndexPoliciesRequest = [3, n0, _DIPRes, 0, [_lGI, _nT], [64 | 0, 0]];
|
|
1462
1537
|
var DescribeIndexPoliciesResponse = [
|
|
1463
1538
|
3,
|
|
@@ -1558,7 +1633,7 @@ var DescribeSubscriptionFiltersResponse = [
|
|
|
1558
1633
|
[_sF, _nT],
|
|
1559
1634
|
[() => SubscriptionFilters, 0],
|
|
1560
1635
|
];
|
|
1561
|
-
var Destination = [3, n0, _De, 0, [_dNe, _tA, _rAo, _aPc, _ar,
|
|
1636
|
+
var Destination = [3, n0, _De, 0, [_dNe, _tA, _rAo, _aPc, _ar, _cT], [0, 0, 0, 0, 0, 1]];
|
|
1562
1637
|
var DestinationConfiguration = [3, n0, _DC, 0, [_sCo], [() => S3Configuration]];
|
|
1563
1638
|
var DisassociateKmsKeyRequest = [3, n0, _DKKR, 0, [_lGN, _rI], [0, 0]];
|
|
1564
1639
|
var DisassociateSourceFromS3TableIntegrationRequest = [3, n0, _DSFSTIR, 0, [_i], [0]];
|
|
@@ -1572,7 +1647,7 @@ var ExportTask = [
|
|
|
1572
1647
|
[_tI, _tN, _lGN, _f, _to, _des, _dP, _sta, _eI],
|
|
1573
1648
|
[0, 0, 0, 1, 1, 0, 0, () => ExportTaskStatus, () => ExportTaskExecutionInfo],
|
|
1574
1649
|
];
|
|
1575
|
-
var ExportTaskExecutionInfo = [3, n0, _ETEI, 0, [
|
|
1650
|
+
var ExportTaskExecutionInfo = [3, n0, _ETEI, 0, [_cT, _cTom], [1, 1]];
|
|
1576
1651
|
var ExportTaskStatus = [3, n0, _ETS, 0, [_cod, _m], [0, 0]];
|
|
1577
1652
|
var FieldIndex = [
|
|
1578
1653
|
3,
|
|
@@ -1623,7 +1698,7 @@ var GetIntegrationResponse = [
|
|
|
1623
1698
|
n0,
|
|
1624
1699
|
_GIRe,
|
|
1625
1700
|
0,
|
|
1626
|
-
[_iN, _iTn,
|
|
1701
|
+
[_iN, _iTn, _iSn, _iD],
|
|
1627
1702
|
[0, 0, 0, () => IntegrationDetails],
|
|
1628
1703
|
];
|
|
1629
1704
|
var GetLogAnomalyDetectorRequest = [3, n0, _GLADR, 0, [_aDA], [0]];
|
|
@@ -1697,7 +1772,7 @@ var GetScheduledQueryResponse = [
|
|
|
1697
1772
|
n0,
|
|
1698
1773
|
_GSQRe,
|
|
1699
1774
|
0,
|
|
1700
|
-
[_sQA, _n, _d, _qL, _qS, _lGI, _sE, _ti, _sTO, _dC, _st, _lTT, _lES, _sST, _sET, _eRA,
|
|
1775
|
+
[_sQA, _n, _d, _qL, _qS, _lGI, _sE, _ti, _sTO, _dC, _st, _lTT, _lES, _sST, _sET, _eRA, _cT, _lUT],
|
|
1701
1776
|
[0, 0, 0, 0, 0, 64 | 0, 0, 0, 1, () => DestinationConfiguration, 0, 1, 0, 1, 1, 0, 1, 1],
|
|
1702
1777
|
];
|
|
1703
1778
|
var GetTransformerRequest = [3, n0, _GTR, 0, [_lGIo], [0]];
|
|
@@ -1706,14 +1781,25 @@ var GetTransformerResponse = [
|
|
|
1706
1781
|
n0,
|
|
1707
1782
|
_GTRe,
|
|
1708
1783
|
0,
|
|
1709
|
-
[_lGIo,
|
|
1784
|
+
[_lGIo, _cT, _lMT, _tC],
|
|
1710
1785
|
[0, 1, 1, () => Processors],
|
|
1711
1786
|
];
|
|
1712
1787
|
var Grok = [3, n0, _G, 0, [_so, _ma], [0, 0]];
|
|
1713
1788
|
var GroupingIdentifier = [3, n0, _GI, 0, [_k, _v], [0, 0]];
|
|
1789
|
+
var Import = [
|
|
1790
|
+
3,
|
|
1791
|
+
n0,
|
|
1792
|
+
_I,
|
|
1793
|
+
0,
|
|
1794
|
+
[_iI, _iSA, _iSm, _iDA, _iS, _iF, _cT, _lUT, _eM],
|
|
1795
|
+
[0, 0, 0, 0, () => ImportStatistics, () => ImportFilter, 1, 1, 0],
|
|
1796
|
+
];
|
|
1797
|
+
var ImportBatch = [3, n0, _IB, 0, [_bI, _sta, _eM], [0, 0, 0]];
|
|
1798
|
+
var ImportFilter = [3, n0, _IF, 0, [_sETt, _eET], [1, 1]];
|
|
1799
|
+
var ImportStatistics = [3, n0, _IS, 0, [_bIy], [1]];
|
|
1714
1800
|
var IndexPolicy = [3, n0, _IP, 0, [_lGIo, _lUTa, _pD, _pN, _so], [0, 1, 0, 0, 0]];
|
|
1715
1801
|
var InputLogEvent = [3, n0, _ILE, 0, [_tim, _m], [1, 0]];
|
|
1716
|
-
var IntegrationSummary = [3, n0,
|
|
1802
|
+
var IntegrationSummary = [3, n0, _ISn, 0, [_iN, _iTn, _iSn], [0, 0, 0]];
|
|
1717
1803
|
var InternalServerException = [-3, n0, _ISE, { [_e]: _ser, [_hE]: 500 }, [_m], [0]];
|
|
1718
1804
|
schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
|
|
1719
1805
|
var InternalStreamingException = [-3, n0, _ISEn, { [_e]: _c }, [_m], [0]];
|
|
@@ -1744,8 +1830,8 @@ var ListAggregateLogGroupSummariesResponse = [
|
|
|
1744
1830
|
];
|
|
1745
1831
|
var ListAnomaliesRequest = [3, n0, _LAR, 0, [_aDA, _sS, _li, _nT], [0, 0, 1, 0]];
|
|
1746
1832
|
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, [
|
|
1833
|
+
var ListIntegrationsRequest = [3, n0, _LIR, 0, [_iNP, _iTn, _iSn], [0, 0, 0]];
|
|
1834
|
+
var ListIntegrationsResponse = [3, n0, _LIRi, 0, [_iSnt], [() => IntegrationSummaries]];
|
|
1749
1835
|
var ListLogAnomalyDetectorsRequest = [3, n0, _LLADR, 0, [_fLGA, _li, _nT], [0, 1, 0]];
|
|
1750
1836
|
var ListLogAnomalyDetectorsResponse = [
|
|
1751
1837
|
3,
|
|
@@ -1836,7 +1922,7 @@ var LogGroup = [
|
|
|
1836
1922
|
n0,
|
|
1837
1923
|
_LG,
|
|
1838
1924
|
0,
|
|
1839
|
-
[_lGN,
|
|
1925
|
+
[_lGN, _cT, _rID, _mFC, _ar, _sB, _kKI, _dPS, _iPn, _lGCo, _lGA, _dPE],
|
|
1840
1926
|
[0, 1, 1, 1, 0, 1, 0, 0, 64 | 0, 0, 0, 2],
|
|
1841
1927
|
];
|
|
1842
1928
|
var LogGroupField = [3, n0, _LGF, 0, [_n, _pe], [0, 1]];
|
|
@@ -1846,7 +1932,7 @@ var LogStream = [
|
|
|
1846
1932
|
n0,
|
|
1847
1933
|
_LS,
|
|
1848
1934
|
0,
|
|
1849
|
-
[_lSN,
|
|
1935
|
+
[_lSN, _cT, _fETi, _lETa, _lIT, _uST, _ar, _sB],
|
|
1850
1936
|
[0, 1, 1, 1, 1, 0, 0, 1],
|
|
1851
1937
|
];
|
|
1852
1938
|
var LowerCaseString = [3, n0, _LCS, 0, [_wK], [64 | 0]];
|
|
@@ -1864,10 +1950,10 @@ var MetricFilter = [
|
|
|
1864
1950
|
n0,
|
|
1865
1951
|
_MF,
|
|
1866
1952
|
0,
|
|
1867
|
-
[_fN, _fP, _mT,
|
|
1953
|
+
[_fN, _fP, _mT, _cT, _lGN, _aOTL, _fSC, _eSFD],
|
|
1868
1954
|
[0, 0, () => MetricTransformations, 1, 0, 2, 0, 64 | 0],
|
|
1869
1955
|
];
|
|
1870
|
-
var MetricFilterMatchRecord = [3, n0, _MFMR, 0, [_eN,
|
|
1956
|
+
var MetricFilterMatchRecord = [3, n0, _MFMR, 0, [_eN, _eMv, _eV], [1, 0, 128 | 0]];
|
|
1871
1957
|
var MetricTransformation = [
|
|
1872
1958
|
3,
|
|
1873
1959
|
n0,
|
|
@@ -2088,7 +2174,7 @@ var PutIntegrationRequest = [
|
|
|
2088
2174
|
[_iN, _rC, _iTn],
|
|
2089
2175
|
[0, () => ResourceConfig, 0],
|
|
2090
2176
|
];
|
|
2091
|
-
var PutIntegrationResponse = [3, n0, _PIRu, 0, [_iN,
|
|
2177
|
+
var PutIntegrationResponse = [3, n0, _PIRu, 0, [_iN, _iSn], [0, 0]];
|
|
2092
2178
|
var PutLogEventsRequest = [
|
|
2093
2179
|
3,
|
|
2094
2180
|
n0,
|
|
@@ -2152,7 +2238,7 @@ var QueryDefinition = [
|
|
|
2152
2238
|
[_qL, _qDI, _n, _qS, _lM, _lGNo],
|
|
2153
2239
|
[0, 0, 0, 0, 1, 64 | 0],
|
|
2154
2240
|
];
|
|
2155
|
-
var QueryInfo = [3, n0, _QI, 0, [_qL, _qI, _qS, _sta,
|
|
2241
|
+
var QueryInfo = [3, n0, _QI, 0, [_qL, _qI, _qS, _sta, _cTr, _lGN], [0, 0, 0, 0, 1, 0]];
|
|
2156
2242
|
var QueryStatistics = [
|
|
2157
2243
|
3,
|
|
2158
2244
|
n0,
|
|
@@ -2194,7 +2280,7 @@ var ScheduledQueryDestination = [
|
|
|
2194
2280
|
n0,
|
|
2195
2281
|
_SQD,
|
|
2196
2282
|
0,
|
|
2197
|
-
[_dT, _dI, _sta, _pIr,
|
|
2283
|
+
[_dT, _dI, _sta, _pIr, _eM],
|
|
2198
2284
|
[0, 0, 0, 0, 0],
|
|
2199
2285
|
];
|
|
2200
2286
|
var ScheduledQuerySummary = [
|
|
@@ -2202,7 +2288,7 @@ var ScheduledQuerySummary = [
|
|
|
2202
2288
|
n0,
|
|
2203
2289
|
_SQS,
|
|
2204
2290
|
0,
|
|
2205
|
-
[_sQA, _n, _st, _lTT, _lES, _sE, _ti, _dC,
|
|
2291
|
+
[_sQA, _n, _st, _lTT, _lES, _sE, _ti, _dC, _cT, _lUT],
|
|
2206
2292
|
[0, 0, 0, 1, 0, 0, 0, () => DestinationConfiguration, 1, 1],
|
|
2207
2293
|
];
|
|
2208
2294
|
var SearchedLogStream = [3, n0, _SLS, 0, [_lSN, _sCe], [0, 2]];
|
|
@@ -2248,7 +2334,7 @@ var SubscriptionFilter = [
|
|
|
2248
2334
|
n0,
|
|
2249
2335
|
_SF,
|
|
2250
2336
|
0,
|
|
2251
|
-
[_fN, _lGN, _fP, _dA, _rAo, _dis, _aOTL,
|
|
2337
|
+
[_fN, _lGN, _fP, _dA, _rAo, _dis, _aOTL, _cT, _fSC, _eSF],
|
|
2252
2338
|
[0, 0, 0, 0, 0, 0, 2, 1, 0, 64 | 0],
|
|
2253
2339
|
];
|
|
2254
2340
|
var SubstituteString = [3, n0, _SSu, 0, [_en], [() => SubstituteStringEntries]];
|
|
@@ -2264,13 +2350,13 @@ var ThrottlingException = [-3, n0, _TE, { [_e]: _c }, [_m], [0]];
|
|
|
2264
2350
|
schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
|
|
2265
2351
|
var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_m, _rN], [0, 0]];
|
|
2266
2352
|
schema.TypeRegistry.for(n0).registerError(TooManyTagsException, TooManyTagsException$1);
|
|
2267
|
-
var TransformedLogRecord = [3, n0, _TLR, 0, [_eN,
|
|
2353
|
+
var TransformedLogRecord = [3, n0, _TLR, 0, [_eN, _eMv, _tEM], [1, 0, 0]];
|
|
2268
2354
|
var TriggerHistoryRecord = [
|
|
2269
2355
|
3,
|
|
2270
2356
|
n0,
|
|
2271
2357
|
_THR,
|
|
2272
2358
|
0,
|
|
2273
|
-
[_qI, _eSx, _tTr,
|
|
2359
|
+
[_qI, _eSx, _tTr, _eM, _dest],
|
|
2274
2360
|
[0, 0, 1, 0, () => ScheduledQueryDestinationList],
|
|
2275
2361
|
];
|
|
2276
2362
|
var TrimString = [3, n0, _TS, 0, [_wK], [64 | 0]];
|
|
@@ -2318,7 +2404,7 @@ var UpdateScheduledQueryResponse = [
|
|
|
2318
2404
|
n0,
|
|
2319
2405
|
_USQRp,
|
|
2320
2406
|
0,
|
|
2321
|
-
[_sQA, _n, _d, _qL, _qS, _lGI, _sE, _ti, _sTO, _dC, _st, _lTT, _lES, _sST, _sET, _eRA,
|
|
2407
|
+
[_sQA, _n, _d, _qL, _qS, _lGI, _sE, _ti, _sTO, _dC, _st, _lTT, _lES, _sST, _sET, _eRA, _cT, _lUT],
|
|
2322
2408
|
[0, 0, 0, 0, 0, 64 | 0, 0, 0, 1, () => DestinationConfiguration, 0, 1, 0, 1, 1, 0, 1, 1],
|
|
2323
2409
|
];
|
|
2324
2410
|
var UpperCaseString = [3, n0, _UCS, 0, [_wK], [64 | 0]];
|
|
@@ -2344,9 +2430,11 @@ var ExportTasks = [1, n0, _ETx, 0, () => ExportTask];
|
|
|
2344
2430
|
var FieldIndexes = [1, n0, _FIi, 0, () => FieldIndex];
|
|
2345
2431
|
var FilteredLogEvents = [1, n0, _FLEi, 0, () => FilteredLogEvent];
|
|
2346
2432
|
var GroupingIdentifiers = [1, n0, _GIr, 0, () => GroupingIdentifier];
|
|
2433
|
+
var ImportBatchList = [1, n0, _IBL, 0, () => ImportBatch];
|
|
2434
|
+
var ImportList = [1, n0, _IL, 0, () => Import];
|
|
2347
2435
|
var IndexPolicies = [1, n0, _IPn, 0, () => IndexPolicy];
|
|
2348
2436
|
var InputLogEvents = [1, n0, _ILEn, 0, () => InputLogEvent];
|
|
2349
|
-
var IntegrationSummaries = [1, n0,
|
|
2437
|
+
var IntegrationSummaries = [1, n0, _ISnt, 0, () => IntegrationSummary];
|
|
2350
2438
|
var LiveTailSessionResults = [1, n0, _LTSR, 0, () => LiveTailSessionLogEvent];
|
|
2351
2439
|
var LogFieldsList = [1, n0, _LFL, 0, () => LogFieldsListItem];
|
|
2352
2440
|
var LogGroupFieldList = [1, n0, _LGFL, 0, () => LogGroupField];
|
|
@@ -2410,6 +2498,14 @@ var AssociateSourceToS3TableIntegration = [
|
|
|
2410
2498
|
() => AssociateSourceToS3TableIntegrationResponse,
|
|
2411
2499
|
];
|
|
2412
2500
|
var CancelExportTask = [9, n0, _CET, 0, () => CancelExportTaskRequest, () => __Unit];
|
|
2501
|
+
var CancelImportTask = [
|
|
2502
|
+
9,
|
|
2503
|
+
n0,
|
|
2504
|
+
_CIT,
|
|
2505
|
+
0,
|
|
2506
|
+
() => CancelImportTaskRequest,
|
|
2507
|
+
() => CancelImportTaskResponse,
|
|
2508
|
+
];
|
|
2413
2509
|
var CreateDelivery = [
|
|
2414
2510
|
9,
|
|
2415
2511
|
n0,
|
|
@@ -2426,6 +2522,14 @@ var CreateExportTask = [
|
|
|
2426
2522
|
() => CreateExportTaskRequest,
|
|
2427
2523
|
() => CreateExportTaskResponse,
|
|
2428
2524
|
];
|
|
2525
|
+
var CreateImportTask = [
|
|
2526
|
+
9,
|
|
2527
|
+
n0,
|
|
2528
|
+
_CITr,
|
|
2529
|
+
0,
|
|
2530
|
+
() => CreateImportTaskRequest,
|
|
2531
|
+
() => CreateImportTaskResponse,
|
|
2532
|
+
];
|
|
2429
2533
|
var CreateLogAnomalyDetector = [
|
|
2430
2534
|
9,
|
|
2431
2535
|
n0,
|
|
@@ -2618,6 +2722,22 @@ var DescribeFieldIndexes = [
|
|
|
2618
2722
|
() => DescribeFieldIndexesRequest,
|
|
2619
2723
|
() => DescribeFieldIndexesResponse,
|
|
2620
2724
|
];
|
|
2725
|
+
var DescribeImportTaskBatches = [
|
|
2726
|
+
9,
|
|
2727
|
+
n0,
|
|
2728
|
+
_DITB,
|
|
2729
|
+
0,
|
|
2730
|
+
() => DescribeImportTaskBatchesRequest,
|
|
2731
|
+
() => DescribeImportTaskBatchesResponse,
|
|
2732
|
+
];
|
|
2733
|
+
var DescribeImportTasks = [
|
|
2734
|
+
9,
|
|
2735
|
+
n0,
|
|
2736
|
+
_DIT,
|
|
2737
|
+
0,
|
|
2738
|
+
() => DescribeImportTasksRequest,
|
|
2739
|
+
() => DescribeImportTasksResponse,
|
|
2740
|
+
];
|
|
2621
2741
|
var DescribeIndexPolicies = [
|
|
2622
2742
|
9,
|
|
2623
2743
|
n0,
|
|
@@ -3107,6 +3227,18 @@ class CancelExportTaskCommand extends smithyClient.Command
|
|
|
3107
3227
|
.build() {
|
|
3108
3228
|
}
|
|
3109
3229
|
|
|
3230
|
+
class CancelImportTaskCommand extends smithyClient.Command
|
|
3231
|
+
.classBuilder()
|
|
3232
|
+
.ep(commonParams)
|
|
3233
|
+
.m(function (Command, cs, config, o) {
|
|
3234
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3235
|
+
})
|
|
3236
|
+
.s("Logs_20140328", "CancelImportTask", {})
|
|
3237
|
+
.n("CloudWatchLogsClient", "CancelImportTaskCommand")
|
|
3238
|
+
.sc(CancelImportTask)
|
|
3239
|
+
.build() {
|
|
3240
|
+
}
|
|
3241
|
+
|
|
3110
3242
|
class CreateDeliveryCommand extends smithyClient.Command
|
|
3111
3243
|
.classBuilder()
|
|
3112
3244
|
.ep(commonParams)
|
|
@@ -3131,6 +3263,18 @@ class CreateExportTaskCommand extends smithyClient.Command
|
|
|
3131
3263
|
.build() {
|
|
3132
3264
|
}
|
|
3133
3265
|
|
|
3266
|
+
class CreateImportTaskCommand extends smithyClient.Command
|
|
3267
|
+
.classBuilder()
|
|
3268
|
+
.ep(commonParams)
|
|
3269
|
+
.m(function (Command, cs, config, o) {
|
|
3270
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3271
|
+
})
|
|
3272
|
+
.s("Logs_20140328", "CreateImportTask", {})
|
|
3273
|
+
.n("CloudWatchLogsClient", "CreateImportTaskCommand")
|
|
3274
|
+
.sc(CreateImportTask)
|
|
3275
|
+
.build() {
|
|
3276
|
+
}
|
|
3277
|
+
|
|
3134
3278
|
class CreateLogAnomalyDetectorCommand extends smithyClient.Command
|
|
3135
3279
|
.classBuilder()
|
|
3136
3280
|
.ep(commonParams)
|
|
@@ -3503,6 +3647,30 @@ class DescribeFieldIndexesCommand extends smithyClient.Command
|
|
|
3503
3647
|
.build() {
|
|
3504
3648
|
}
|
|
3505
3649
|
|
|
3650
|
+
class DescribeImportTaskBatchesCommand extends smithyClient.Command
|
|
3651
|
+
.classBuilder()
|
|
3652
|
+
.ep(commonParams)
|
|
3653
|
+
.m(function (Command, cs, config, o) {
|
|
3654
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3655
|
+
})
|
|
3656
|
+
.s("Logs_20140328", "DescribeImportTaskBatches", {})
|
|
3657
|
+
.n("CloudWatchLogsClient", "DescribeImportTaskBatchesCommand")
|
|
3658
|
+
.sc(DescribeImportTaskBatches)
|
|
3659
|
+
.build() {
|
|
3660
|
+
}
|
|
3661
|
+
|
|
3662
|
+
class DescribeImportTasksCommand extends smithyClient.Command
|
|
3663
|
+
.classBuilder()
|
|
3664
|
+
.ep(commonParams)
|
|
3665
|
+
.m(function (Command, cs, config, o) {
|
|
3666
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3667
|
+
})
|
|
3668
|
+
.s("Logs_20140328", "DescribeImportTasks", {})
|
|
3669
|
+
.n("CloudWatchLogsClient", "DescribeImportTasksCommand")
|
|
3670
|
+
.sc(DescribeImportTasks)
|
|
3671
|
+
.build() {
|
|
3672
|
+
}
|
|
3673
|
+
|
|
3506
3674
|
class DescribeIndexPoliciesCommand extends smithyClient.Command
|
|
3507
3675
|
.classBuilder()
|
|
3508
3676
|
.ep(commonParams)
|
|
@@ -4319,8 +4487,10 @@ const commands = {
|
|
|
4319
4487
|
AssociateKmsKeyCommand,
|
|
4320
4488
|
AssociateSourceToS3TableIntegrationCommand,
|
|
4321
4489
|
CancelExportTaskCommand,
|
|
4490
|
+
CancelImportTaskCommand,
|
|
4322
4491
|
CreateDeliveryCommand,
|
|
4323
4492
|
CreateExportTaskCommand,
|
|
4493
|
+
CreateImportTaskCommand,
|
|
4324
4494
|
CreateLogAnomalyDetectorCommand,
|
|
4325
4495
|
CreateLogGroupCommand,
|
|
4326
4496
|
CreateLogStreamCommand,
|
|
@@ -4352,6 +4522,8 @@ const commands = {
|
|
|
4352
4522
|
DescribeDestinationsCommand,
|
|
4353
4523
|
DescribeExportTasksCommand,
|
|
4354
4524
|
DescribeFieldIndexesCommand,
|
|
4525
|
+
DescribeImportTaskBatchesCommand,
|
|
4526
|
+
DescribeImportTasksCommand,
|
|
4355
4527
|
DescribeIndexPoliciesCommand,
|
|
4356
4528
|
DescribeLogGroupsCommand,
|
|
4357
4529
|
DescribeLogStreamsCommand,
|
|
@@ -4448,6 +4620,8 @@ const paginateGetLogEvents = core.createPaginator(CloudWatchLogsClient, GetLogEv
|
|
|
4448
4620
|
|
|
4449
4621
|
const paginateGetScheduledQueryHistory = core.createPaginator(CloudWatchLogsClient, GetScheduledQueryHistoryCommand, "nextToken", "nextToken", "maxResults");
|
|
4450
4622
|
|
|
4623
|
+
const paginateListAggregateLogGroupSummaries = core.createPaginator(CloudWatchLogsClient, ListAggregateLogGroupSummariesCommand, "nextToken", "nextToken", "limit");
|
|
4624
|
+
|
|
4451
4625
|
const paginateListAnomalies = core.createPaginator(CloudWatchLogsClient, ListAnomaliesCommand, "nextToken", "nextToken", "limit");
|
|
4452
4626
|
|
|
4453
4627
|
const paginateListLogAnomalyDetectors = core.createPaginator(CloudWatchLogsClient, ListLogAnomalyDetectorsCommand, "nextToken", "nextToken", "limit");
|
|
@@ -4495,6 +4669,12 @@ const EvaluationFrequency = {
|
|
|
4495
4669
|
TEN_MIN: "TEN_MIN",
|
|
4496
4670
|
THIRTY_MIN: "THIRTY_MIN",
|
|
4497
4671
|
};
|
|
4672
|
+
const ImportStatus = {
|
|
4673
|
+
CANCELLED: "CANCELLED",
|
|
4674
|
+
COMPLETED: "COMPLETED",
|
|
4675
|
+
FAILED: "FAILED",
|
|
4676
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
4677
|
+
};
|
|
4498
4678
|
const OutputFormat = {
|
|
4499
4679
|
JSON: "json",
|
|
4500
4680
|
PARQUET: "parquet",
|
|
@@ -4688,12 +4868,14 @@ exports.AnomalyDetectorStatus = AnomalyDetectorStatus;
|
|
|
4688
4868
|
exports.AssociateKmsKeyCommand = AssociateKmsKeyCommand;
|
|
4689
4869
|
exports.AssociateSourceToS3TableIntegrationCommand = AssociateSourceToS3TableIntegrationCommand;
|
|
4690
4870
|
exports.CancelExportTaskCommand = CancelExportTaskCommand;
|
|
4871
|
+
exports.CancelImportTaskCommand = CancelImportTaskCommand;
|
|
4691
4872
|
exports.CloudWatchLogs = CloudWatchLogs;
|
|
4692
4873
|
exports.CloudWatchLogsClient = CloudWatchLogsClient;
|
|
4693
4874
|
exports.CloudWatchLogsServiceException = CloudWatchLogsServiceException$1;
|
|
4694
4875
|
exports.ConflictException = ConflictException$1;
|
|
4695
4876
|
exports.CreateDeliveryCommand = CreateDeliveryCommand;
|
|
4696
4877
|
exports.CreateExportTaskCommand = CreateExportTaskCommand;
|
|
4878
|
+
exports.CreateImportTaskCommand = CreateImportTaskCommand;
|
|
4697
4879
|
exports.CreateLogAnomalyDetectorCommand = CreateLogAnomalyDetectorCommand;
|
|
4698
4880
|
exports.CreateLogGroupCommand = CreateLogGroupCommand;
|
|
4699
4881
|
exports.CreateLogStreamCommand = CreateLogStreamCommand;
|
|
@@ -4728,6 +4910,8 @@ exports.DescribeDeliverySourcesCommand = DescribeDeliverySourcesCommand;
|
|
|
4728
4910
|
exports.DescribeDestinationsCommand = DescribeDestinationsCommand;
|
|
4729
4911
|
exports.DescribeExportTasksCommand = DescribeExportTasksCommand;
|
|
4730
4912
|
exports.DescribeFieldIndexesCommand = DescribeFieldIndexesCommand;
|
|
4913
|
+
exports.DescribeImportTaskBatchesCommand = DescribeImportTaskBatchesCommand;
|
|
4914
|
+
exports.DescribeImportTasksCommand = DescribeImportTasksCommand;
|
|
4731
4915
|
exports.DescribeIndexPoliciesCommand = DescribeIndexPoliciesCommand;
|
|
4732
4916
|
exports.DescribeLogGroupsCommand = DescribeLogGroupsCommand;
|
|
4733
4917
|
exports.DescribeLogStreamsCommand = DescribeLogStreamsCommand;
|
|
@@ -4762,6 +4946,7 @@ exports.GetQueryResultsCommand = GetQueryResultsCommand;
|
|
|
4762
4946
|
exports.GetScheduledQueryCommand = GetScheduledQueryCommand;
|
|
4763
4947
|
exports.GetScheduledQueryHistoryCommand = GetScheduledQueryHistoryCommand;
|
|
4764
4948
|
exports.GetTransformerCommand = GetTransformerCommand;
|
|
4949
|
+
exports.ImportStatus = ImportStatus;
|
|
4765
4950
|
exports.IndexSource = IndexSource;
|
|
4766
4951
|
exports.IndexType = IndexType;
|
|
4767
4952
|
exports.InheritedProperty = InheritedProperty;
|
|
@@ -4857,6 +5042,7 @@ exports.paginateDescribeSubscriptionFilters = paginateDescribeSubscriptionFilter
|
|
|
4857
5042
|
exports.paginateFilterLogEvents = paginateFilterLogEvents;
|
|
4858
5043
|
exports.paginateGetLogEvents = paginateGetLogEvents;
|
|
4859
5044
|
exports.paginateGetScheduledQueryHistory = paginateGetScheduledQueryHistory;
|
|
5045
|
+
exports.paginateListAggregateLogGroupSummaries = paginateListAggregateLogGroupSummaries;
|
|
4860
5046
|
exports.paginateListAnomalies = paginateListAnomalies;
|
|
4861
5047
|
exports.paginateListLogAnomalyDetectors = paginateListLogAnomalyDetectors;
|
|
4862
5048
|
exports.paginateListLogGroupsForQuery = paginateListLogGroupsForQuery;
|
|
@@ -3,8 +3,10 @@ import { CloudWatchLogsClient } from "./CloudWatchLogsClient";
|
|
|
3
3
|
import { AssociateKmsKeyCommand, } from "./commands/AssociateKmsKeyCommand";
|
|
4
4
|
import { AssociateSourceToS3TableIntegrationCommand, } from "./commands/AssociateSourceToS3TableIntegrationCommand";
|
|
5
5
|
import { CancelExportTaskCommand, } from "./commands/CancelExportTaskCommand";
|
|
6
|
+
import { CancelImportTaskCommand, } from "./commands/CancelImportTaskCommand";
|
|
6
7
|
import { CreateDeliveryCommand, } from "./commands/CreateDeliveryCommand";
|
|
7
8
|
import { CreateExportTaskCommand, } from "./commands/CreateExportTaskCommand";
|
|
9
|
+
import { CreateImportTaskCommand, } from "./commands/CreateImportTaskCommand";
|
|
8
10
|
import { CreateLogAnomalyDetectorCommand, } from "./commands/CreateLogAnomalyDetectorCommand";
|
|
9
11
|
import { CreateLogGroupCommand, } from "./commands/CreateLogGroupCommand";
|
|
10
12
|
import { CreateLogStreamCommand, } from "./commands/CreateLogStreamCommand";
|
|
@@ -36,6 +38,8 @@ import { DescribeDeliverySourcesCommand, } from "./commands/DescribeDeliverySour
|
|
|
36
38
|
import { DescribeDestinationsCommand, } from "./commands/DescribeDestinationsCommand";
|
|
37
39
|
import { DescribeExportTasksCommand, } from "./commands/DescribeExportTasksCommand";
|
|
38
40
|
import { DescribeFieldIndexesCommand, } from "./commands/DescribeFieldIndexesCommand";
|
|
41
|
+
import { DescribeImportTaskBatchesCommand, } from "./commands/DescribeImportTaskBatchesCommand";
|
|
42
|
+
import { DescribeImportTasksCommand, } from "./commands/DescribeImportTasksCommand";
|
|
39
43
|
import { DescribeIndexPoliciesCommand, } from "./commands/DescribeIndexPoliciesCommand";
|
|
40
44
|
import { DescribeLogGroupsCommand, } from "./commands/DescribeLogGroupsCommand";
|
|
41
45
|
import { DescribeLogStreamsCommand, } from "./commands/DescribeLogStreamsCommand";
|
|
@@ -107,8 +111,10 @@ const commands = {
|
|
|
107
111
|
AssociateKmsKeyCommand,
|
|
108
112
|
AssociateSourceToS3TableIntegrationCommand,
|
|
109
113
|
CancelExportTaskCommand,
|
|
114
|
+
CancelImportTaskCommand,
|
|
110
115
|
CreateDeliveryCommand,
|
|
111
116
|
CreateExportTaskCommand,
|
|
117
|
+
CreateImportTaskCommand,
|
|
112
118
|
CreateLogAnomalyDetectorCommand,
|
|
113
119
|
CreateLogGroupCommand,
|
|
114
120
|
CreateLogStreamCommand,
|
|
@@ -140,6 +146,8 @@ const commands = {
|
|
|
140
146
|
DescribeDestinationsCommand,
|
|
141
147
|
DescribeExportTasksCommand,
|
|
142
148
|
DescribeFieldIndexesCommand,
|
|
149
|
+
DescribeImportTaskBatchesCommand,
|
|
150
|
+
DescribeImportTasksCommand,
|
|
143
151
|
DescribeIndexPoliciesCommand,
|
|
144
152
|
DescribeLogGroupsCommand,
|
|
145
153
|
DescribeLogStreamsCommand,
|