@aws-sdk/client-cloudwatch-logs 3.1018.0 → 3.1020.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 +35 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +2 -2
- package/dist-cjs/index.js +70 -0
- package/dist-cjs/runtimeConfig.js +4 -3
- package/dist-cjs/runtimeConfig.shared.js +2 -2
- package/dist-cjs/schemas/schemas_0.js +110 -16
- package/dist-es/CloudWatchLogs.js +14 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateLookupTableCommand.js +16 -0
- package/dist-es/commands/DeleteLookupTableCommand.js +16 -0
- package/dist-es/commands/DescribeLookupTablesCommand.js +16 -0
- package/dist-es/commands/GetLookupTableCommand.js +16 -0
- package/dist-es/commands/UpdateLookupTableCommand.js +16 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/models_1.js +1 -0
- package/dist-es/runtimeConfig.js +2 -1
- package/dist-es/runtimeConfig.shared.js +1 -1
- package/dist-es/schemas/schemas_0.js +101 -7
- package/dist-types/CloudWatchLogs.d.ts +144 -108
- package/dist-types/CloudWatchLogsClient.d.ts +118 -113
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/commands/CreateLookupTableCommand.d.ts +103 -0
- package/dist-types/commands/DeleteLookupTableCommand.d.ts +86 -0
- package/dist-types/commands/DescribeLookupTablesCommand.d.ts +103 -0
- package/dist-types/commands/GetLogFieldsCommand.d.ts +2 -1
- package/dist-types/commands/GetLookupTableCommand.d.ts +92 -0
- package/dist-types/commands/UpdateLookupTableCommand.d.ts +97 -0
- package/dist-types/commands/UpdateScheduledQueryCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/index.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +216 -201
- package/dist-types/models/models_1.d.ts +234 -0
- package/dist-types/pagination/DescribeConfigurationTemplatesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDeliveriesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDeliveryDestinationsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDeliverySourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDestinationsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeLogGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeLogStreamsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeMetricFiltersPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeSubscriptionFiltersPaginator.d.ts +1 -1
- package/dist-types/pagination/FilterLogEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetLogEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetScheduledQueryHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAggregateLogGroupSummariesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAnomaliesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLogAnomalyDetectorsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLogGroupsForQueryPaginator.d.ts +1 -1
- package/dist-types/pagination/ListScheduledQueriesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSourcesForS3TableIntegrationPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +15 -0
- package/dist-types/ts3.4/CloudWatchLogs.d.ts +86 -0
- package/dist-types/ts3.4/CloudWatchLogsClient.d.ts +32 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLookupTableCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteLookupTableCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/DescribeLookupTablesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetLogFieldsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetLookupTableCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateLookupTableCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateScheduledQueryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +49 -45
- package/dist-types/ts3.4/models/models_1.d.ts +53 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +15 -0
- package/package.json +14 -14
|
@@ -38,6 +38,9 @@ const _CLG = "CreateLogGroup";
|
|
|
38
38
|
const _CLGR = "CreateLogGroupRequest";
|
|
39
39
|
const _CLS = "CreateLogStream";
|
|
40
40
|
const _CLSR = "CreateLogStreamRequest";
|
|
41
|
+
const _CLT = "CreateLookupTable";
|
|
42
|
+
const _CLTR = "CreateLookupTableRequest";
|
|
43
|
+
const _CLTRr = "CreateLookupTableResponse";
|
|
41
44
|
const _CSQ = "CreateScheduledQuery";
|
|
42
45
|
const _CSQR = "CreateScheduledQueryRequest";
|
|
43
46
|
const _CSQRr = "CreateScheduledQueryResponse";
|
|
@@ -122,6 +125,11 @@ const _DLSR = "DeleteLogStreamRequest";
|
|
|
122
125
|
const _DLSRe = "DescribeLogStreamsRequest";
|
|
123
126
|
const _DLSRes = "DescribeLogStreamsResponse";
|
|
124
127
|
const _DLSe = "DescribeLogStreams";
|
|
128
|
+
const _DLT = "DeleteLookupTable";
|
|
129
|
+
const _DLTR = "DeleteLookupTableRequest";
|
|
130
|
+
const _DLTRe = "DescribeLookupTablesRequest";
|
|
131
|
+
const _DLTRes = "DescribeLookupTablesResponse";
|
|
132
|
+
const _DLTe = "DescribeLookupTables";
|
|
125
133
|
const _DMF = "DeleteMetricFilter";
|
|
126
134
|
const _DMFR = "DeleteMetricFilterRequest";
|
|
127
135
|
const _DMFRe = "DescribeMetricFiltersRequest";
|
|
@@ -219,6 +227,9 @@ const _GLORe = "GetLogObjectResponse";
|
|
|
219
227
|
const _GLR = "GetLogRecord";
|
|
220
228
|
const _GLRR = "GetLogRecordRequest";
|
|
221
229
|
const _GLRRe = "GetLogRecordResponse";
|
|
230
|
+
const _GLT = "GetLookupTable";
|
|
231
|
+
const _GLTR = "GetLookupTableRequest";
|
|
232
|
+
const _GLTRe = "GetLookupTableResponse";
|
|
222
233
|
const _GQR = "GetQueryResults";
|
|
223
234
|
const _GQRR = "GetQueryResultsRequest";
|
|
224
235
|
const _GQRRe = "GetQueryResultsResponse";
|
|
@@ -288,6 +299,7 @@ const _LSQR = "ListScheduledQueriesRequest";
|
|
|
288
299
|
const _LSQRi = "ListScheduledQueriesResponse";
|
|
289
300
|
const _LSo = "LogSamples";
|
|
290
301
|
const _LSog = "LogStreams";
|
|
302
|
+
const _LT = "LookupTable";
|
|
291
303
|
const _LTFR = "ListTagsForResource";
|
|
292
304
|
const _LTFRR = "ListTagsForResourceRequest";
|
|
293
305
|
const _LTFRRi = "ListTagsForResourceResponse";
|
|
@@ -300,6 +312,7 @@ const _LTSM = "LiveTailSessionMetadata";
|
|
|
300
312
|
const _LTSR = "LiveTailSessionResults";
|
|
301
313
|
const _LTSS = "LiveTailSessionStart";
|
|
302
314
|
const _LTSU = "LiveTailSessionUpdate";
|
|
315
|
+
const _LTo = "LookupTables";
|
|
303
316
|
const _MF = "MetricFilter";
|
|
304
317
|
const _MFM = "MetricFilterMatches";
|
|
305
318
|
const _MFMR = "MetricFilterMatchRecord";
|
|
@@ -471,6 +484,9 @@ const _ULAD = "UpdateLogAnomalyDetector";
|
|
|
471
484
|
const _ULADR = "UpdateLogAnomalyDetectorRequest";
|
|
472
485
|
const _ULG = "UntagLogGroup";
|
|
473
486
|
const _ULGR = "UntagLogGroupRequest";
|
|
487
|
+
const _ULT = "UpdateLookupTable";
|
|
488
|
+
const _ULTR = "UpdateLookupTableRequest";
|
|
489
|
+
const _ULTRp = "UpdateLookupTableResponse";
|
|
474
490
|
const _UR = "UntagResource";
|
|
475
491
|
const _URR = "UntagResourceRequest";
|
|
476
492
|
const _USQ = "UpdateScheduledQuery";
|
|
@@ -510,7 +526,8 @@ const _bIy = "bytesImported";
|
|
|
510
526
|
const _bS = "bytesScanned";
|
|
511
527
|
const _bTAE = "bearerTokenAuthenticationEnabled";
|
|
512
528
|
const _c = "client";
|
|
513
|
-
const _cA = "
|
|
529
|
+
const _cA = "createdAt";
|
|
530
|
+
const _cAo = "collectionArn";
|
|
514
531
|
const _cE = "collectionEndpoint";
|
|
515
532
|
const _cT = "creationTime";
|
|
516
533
|
const _cTS = "creationTimeStamp";
|
|
@@ -699,9 +716,13 @@ const _lST = "lastScanTime";
|
|
|
699
716
|
const _lSo = "logSamples";
|
|
700
717
|
const _lSog = "logStreams";
|
|
701
718
|
const _lT = "logType";
|
|
719
|
+
const _lTA = "lookupTableArn";
|
|
702
720
|
const _lTM = "listToMap";
|
|
721
|
+
const _lTN = "lookupTableName";
|
|
722
|
+
const _lTNP = "lookupTableNamePrefix";
|
|
703
723
|
const _lTT = "lastTriggeredTime";
|
|
704
724
|
const _lTo = "logTypes";
|
|
725
|
+
const _lToo = "lookupTables";
|
|
705
726
|
const _lUT = "lastUpdatedTime";
|
|
706
727
|
const _lUTa = "lastUpdateTime";
|
|
707
728
|
const _li = "limit";
|
|
@@ -768,7 +789,8 @@ const _r = "results";
|
|
|
768
789
|
const _rA = "resourceArn";
|
|
769
790
|
const _rAe = "resourceArns";
|
|
770
791
|
const _rAo = "roleArn";
|
|
771
|
-
const _rC = "
|
|
792
|
+
const _rC = "recordsCount";
|
|
793
|
+
const _rCe = "resourceConfig";
|
|
772
794
|
const _rD = "retentionDays";
|
|
773
795
|
const _rEI = "rejectedEntityInfo";
|
|
774
796
|
const _rF = "recordFields";
|
|
@@ -788,7 +810,8 @@ const _rT = "resourceType";
|
|
|
788
810
|
const _rTe = "resourceTypes";
|
|
789
811
|
const _rTen = "renameTo";
|
|
790
812
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.cloudwatchlogs";
|
|
791
|
-
const _sB = "
|
|
813
|
+
const _sB = "sizeBytes";
|
|
814
|
+
const _sBt = "storedBytes";
|
|
792
815
|
const _sC = "selectionCriteria";
|
|
793
816
|
const _sCO = "startCharOffset";
|
|
794
817
|
const _sCe = "searchedCompletely";
|
|
@@ -838,10 +861,12 @@ const _su = "suppressed";
|
|
|
838
861
|
const _suc = "success";
|
|
839
862
|
const _t = "target";
|
|
840
863
|
const _tA = "targetArn";
|
|
864
|
+
const _tB = "tableBody";
|
|
841
865
|
const _tC = "transformerConfig";
|
|
842
866
|
const _tCy = "typeConverter";
|
|
843
867
|
const _tEM = "transformedEventMessage";
|
|
844
868
|
const _tF = "targetFormat";
|
|
869
|
+
const _tFa = "tableFields";
|
|
845
870
|
const _tH = "triggerHistory";
|
|
846
871
|
const _tI = "taskId";
|
|
847
872
|
const _tK = "tagKeys";
|
|
@@ -1136,6 +1161,16 @@ export var CreateLogStreamRequest$ = [3, n0, _CLSR,
|
|
|
1136
1161
|
[_lGN, _lSN],
|
|
1137
1162
|
[0, 0], 2
|
|
1138
1163
|
];
|
|
1164
|
+
export var CreateLookupTableRequest$ = [3, n0, _CLTR,
|
|
1165
|
+
0,
|
|
1166
|
+
[_lTN, _tB, _d, _kKI, _ta],
|
|
1167
|
+
[0, 0, 0, 0, 128 | 0], 2
|
|
1168
|
+
];
|
|
1169
|
+
export var CreateLookupTableResponse$ = [3, n0, _CLTRr,
|
|
1170
|
+
0,
|
|
1171
|
+
[_lTA, _cA],
|
|
1172
|
+
[0, 1]
|
|
1173
|
+
];
|
|
1139
1174
|
export var CreateScheduledQueryRequest$ = [3, n0, _CSQR,
|
|
1140
1175
|
0,
|
|
1141
1176
|
[_n, _qL, _qS, _sE, _eRA, _d, _lGI, _ti, _sTO, _dC, _sST, _sET, _st, _ta],
|
|
@@ -1241,6 +1276,11 @@ export var DeleteLogStreamRequest$ = [3, n0, _DLSR,
|
|
|
1241
1276
|
[_lGN, _lSN],
|
|
1242
1277
|
[0, 0], 2
|
|
1243
1278
|
];
|
|
1279
|
+
export var DeleteLookupTableRequest$ = [3, n0, _DLTR,
|
|
1280
|
+
0,
|
|
1281
|
+
[_lTA],
|
|
1282
|
+
[0], 1
|
|
1283
|
+
];
|
|
1244
1284
|
export var DeleteMetricFilterRequest$ = [3, n0, _DMFR,
|
|
1245
1285
|
0,
|
|
1246
1286
|
[_lGN, _fN],
|
|
@@ -1436,6 +1476,16 @@ export var DescribeLogStreamsResponse$ = [3, n0, _DLSRes,
|
|
|
1436
1476
|
[_lSog, _nT],
|
|
1437
1477
|
[() => LogStreams, 0]
|
|
1438
1478
|
];
|
|
1479
|
+
export var DescribeLookupTablesRequest$ = [3, n0, _DLTRe,
|
|
1480
|
+
0,
|
|
1481
|
+
[_lTNP, _mR, _nT],
|
|
1482
|
+
[0, 1, 0]
|
|
1483
|
+
];
|
|
1484
|
+
export var DescribeLookupTablesResponse$ = [3, n0, _DLTRes,
|
|
1485
|
+
0,
|
|
1486
|
+
[_lToo, _nT],
|
|
1487
|
+
[() => LookupTables, 0]
|
|
1488
|
+
];
|
|
1439
1489
|
export var DescribeMetricFiltersRequest$ = [3, n0, _DMFRe,
|
|
1440
1490
|
0,
|
|
1441
1491
|
[_lGN, _fNP, _nT, _li, _mN, _mNe],
|
|
@@ -1676,6 +1726,16 @@ export var GetLogRecordResponse$ = [3, n0, _GLRRe,
|
|
|
1676
1726
|
[_lR],
|
|
1677
1727
|
[128 | 0]
|
|
1678
1728
|
];
|
|
1729
|
+
export var GetLookupTableRequest$ = [3, n0, _GLTR,
|
|
1730
|
+
0,
|
|
1731
|
+
[_lTA],
|
|
1732
|
+
[0], 1
|
|
1733
|
+
];
|
|
1734
|
+
export var GetLookupTableResponse$ = [3, n0, _GLTRe,
|
|
1735
|
+
0,
|
|
1736
|
+
[_lTA, _lTN, _d, _tB, _sB, _lUT, _kKI],
|
|
1737
|
+
[0, 0, 0, 0, 1, 1, 0]
|
|
1738
|
+
];
|
|
1679
1739
|
export var GetQueryResultsRequest$ = [3, n0, _GQRR,
|
|
1680
1740
|
0,
|
|
1681
1741
|
[_qI],
|
|
@@ -1903,7 +1963,7 @@ export var LogFieldType$ = [3, n0, _LFT,
|
|
|
1903
1963
|
];
|
|
1904
1964
|
export var LogGroup$ = [3, n0, _LG,
|
|
1905
1965
|
0,
|
|
1906
|
-
[_lGN, _cT, _rID, _mFC, _ar,
|
|
1966
|
+
[_lGN, _cT, _rID, _mFC, _ar, _sBt, _kKI, _dPS, _iPn, _lGCo, _lGA, _dPE, _bTAE],
|
|
1907
1967
|
[0, 1, 1, 1, 0, 1, 0, 0, 64 | 0, 0, 0, 2, 2]
|
|
1908
1968
|
];
|
|
1909
1969
|
export var LogGroupField$ = [3, n0, _LGF,
|
|
@@ -1918,9 +1978,14 @@ export var LogGroupSummary$ = [3, n0, _LGS,
|
|
|
1918
1978
|
];
|
|
1919
1979
|
export var LogStream$ = [3, n0, _LS,
|
|
1920
1980
|
0,
|
|
1921
|
-
[_lSN, _cT, _fETi, _lETa, _lIT, _uST, _ar,
|
|
1981
|
+
[_lSN, _cT, _fETi, _lETa, _lIT, _uST, _ar, _sBt],
|
|
1922
1982
|
[0, 1, 1, 1, 1, 0, 0, 1]
|
|
1923
1983
|
];
|
|
1984
|
+
export var LookupTable$ = [3, n0, _LT,
|
|
1985
|
+
0,
|
|
1986
|
+
[_lTA, _lTN, _d, _tFa, _rC, _sB, _lUT, _kKI],
|
|
1987
|
+
[0, 0, 0, 64 | 0, 1, 1, 1, 0]
|
|
1988
|
+
];
|
|
1924
1989
|
export var LowerCaseString$ = [3, n0, _LCS,
|
|
1925
1990
|
0,
|
|
1926
1991
|
[_wK],
|
|
@@ -1958,7 +2023,7 @@ export var OpenSearchApplication$ = [3, n0, _OSA,
|
|
|
1958
2023
|
];
|
|
1959
2024
|
export var OpenSearchCollection$ = [3, n0, _OSC,
|
|
1960
2025
|
0,
|
|
1961
|
-
[_cE,
|
|
2026
|
+
[_cE, _cAo, _sta],
|
|
1962
2027
|
[0, 0, () => OpenSearchResourceStatus$]
|
|
1963
2028
|
];
|
|
1964
2029
|
export var OpenSearchDataAccessPolicy$ = [3, n0, _OSDAP,
|
|
@@ -2148,7 +2213,7 @@ export var PutIndexPolicyResponse$ = [3, n0, _PIPRu,
|
|
|
2148
2213
|
];
|
|
2149
2214
|
export var PutIntegrationRequest$ = [3, n0, _PIR,
|
|
2150
2215
|
0,
|
|
2151
|
-
[_iN,
|
|
2216
|
+
[_iN, _rCe, _iTn],
|
|
2152
2217
|
[0, () => ResourceConfig$, 0], 3
|
|
2153
2218
|
];
|
|
2154
2219
|
export var PutIntegrationResponse$ = [3, n0, _PIRu,
|
|
@@ -2451,6 +2516,16 @@ export var UpdateLogAnomalyDetectorRequest$ = [3, n0, _ULADR,
|
|
|
2451
2516
|
[_aDA, _ena, _eF, _fP, _aVT],
|
|
2452
2517
|
[0, 2, 0, 0, 1], 2
|
|
2453
2518
|
];
|
|
2519
|
+
export var UpdateLookupTableRequest$ = [3, n0, _ULTR,
|
|
2520
|
+
0,
|
|
2521
|
+
[_lTA, _tB, _d, _kKI],
|
|
2522
|
+
[0, 0, 0, 0], 2
|
|
2523
|
+
];
|
|
2524
|
+
export var UpdateLookupTableResponse$ = [3, n0, _ULTRp,
|
|
2525
|
+
0,
|
|
2526
|
+
[_lTA, _lUT],
|
|
2527
|
+
[0, 1]
|
|
2528
|
+
];
|
|
2454
2529
|
export var UpdateScheduledQueryRequest$ = [3, n0, _USQR,
|
|
2455
2530
|
0,
|
|
2456
2531
|
[_i, _qL, _qS, _sE, _eRA, _d, _lGI, _ti, _sTO, _dC, _sST, _sET, _st],
|
|
@@ -2573,6 +2648,9 @@ var LogStreams = [1, n0, _LSog,
|
|
|
2573
2648
|
0, () => LogStream$
|
|
2574
2649
|
];
|
|
2575
2650
|
var LogTypes = 64 | 0;
|
|
2651
|
+
var LookupTables = [1, n0, _LTo,
|
|
2652
|
+
0, () => LookupTable$
|
|
2653
|
+
];
|
|
2576
2654
|
var LowerCaseStringWithKeys = 64 | 0;
|
|
2577
2655
|
var MatchPatterns = 64 | 0;
|
|
2578
2656
|
var MetricFilterMatches = [1, n0, _MFM,
|
|
@@ -2644,6 +2722,7 @@ var SubscriptionFilters = [1, n0, _SFu,
|
|
|
2644
2722
|
var SubstituteStringEntries = [1, n0, _SSEub,
|
|
2645
2723
|
0, () => SubstituteStringEntry$
|
|
2646
2724
|
];
|
|
2725
|
+
var TableFields = 64 | 0;
|
|
2647
2726
|
var TagKeyList = 64 | 0;
|
|
2648
2727
|
var TagList = 64 | 0;
|
|
2649
2728
|
var TestEventMessages = 64 | 0;
|
|
@@ -2716,6 +2795,9 @@ export var CreateLogGroup$ = [9, n0, _CLG,
|
|
|
2716
2795
|
export var CreateLogStream$ = [9, n0, _CLS,
|
|
2717
2796
|
0, () => CreateLogStreamRequest$, () => __Unit
|
|
2718
2797
|
];
|
|
2798
|
+
export var CreateLookupTable$ = [9, n0, _CLT,
|
|
2799
|
+
0, () => CreateLookupTableRequest$, () => CreateLookupTableResponse$
|
|
2800
|
+
];
|
|
2719
2801
|
export var CreateScheduledQuery$ = [9, n0, _CSQ,
|
|
2720
2802
|
0, () => CreateScheduledQueryRequest$, () => CreateScheduledQueryResponse$
|
|
2721
2803
|
];
|
|
@@ -2755,6 +2837,9 @@ export var DeleteLogGroup$ = [9, n0, _DLG,
|
|
|
2755
2837
|
export var DeleteLogStream$ = [9, n0, _DLS,
|
|
2756
2838
|
0, () => DeleteLogStreamRequest$, () => __Unit
|
|
2757
2839
|
];
|
|
2840
|
+
export var DeleteLookupTable$ = [9, n0, _DLT,
|
|
2841
|
+
0, () => DeleteLookupTableRequest$, () => __Unit
|
|
2842
|
+
];
|
|
2758
2843
|
export var DeleteMetricFilter$ = [9, n0, _DMF,
|
|
2759
2844
|
0, () => DeleteMetricFilterRequest$, () => __Unit
|
|
2760
2845
|
];
|
|
@@ -2815,6 +2900,9 @@ export var DescribeLogGroups$ = [9, n0, _DLGe,
|
|
|
2815
2900
|
export var DescribeLogStreams$ = [9, n0, _DLSe,
|
|
2816
2901
|
0, () => DescribeLogStreamsRequest$, () => DescribeLogStreamsResponse$
|
|
2817
2902
|
];
|
|
2903
|
+
export var DescribeLookupTables$ = [9, n0, _DLTe,
|
|
2904
|
+
0, () => DescribeLookupTablesRequest$, () => DescribeLookupTablesResponse$
|
|
2905
|
+
];
|
|
2818
2906
|
export var DescribeMetricFilters$ = [9, n0, _DMFe,
|
|
2819
2907
|
0, () => DescribeMetricFiltersRequest$, () => DescribeMetricFiltersResponse$
|
|
2820
2908
|
];
|
|
@@ -2875,6 +2963,9 @@ export var GetLogObject$ = [9, n0, _GLO,
|
|
|
2875
2963
|
export var GetLogRecord$ = [9, n0, _GLR,
|
|
2876
2964
|
0, () => GetLogRecordRequest$, () => GetLogRecordResponse$
|
|
2877
2965
|
];
|
|
2966
|
+
export var GetLookupTable$ = [9, n0, _GLT,
|
|
2967
|
+
0, () => GetLookupTableRequest$, () => GetLookupTableResponse$
|
|
2968
|
+
];
|
|
2878
2969
|
export var GetQueryResults$ = [9, n0, _GQR,
|
|
2879
2970
|
0, () => GetQueryResultsRequest$, () => GetQueryResultsResponse$
|
|
2880
2971
|
];
|
|
@@ -3007,6 +3098,9 @@ export var UpdateDeliveryConfiguration$ = [9, n0, _UDC,
|
|
|
3007
3098
|
export var UpdateLogAnomalyDetector$ = [9, n0, _ULAD,
|
|
3008
3099
|
0, () => UpdateLogAnomalyDetectorRequest$, () => __Unit
|
|
3009
3100
|
];
|
|
3101
|
+
export var UpdateLookupTable$ = [9, n0, _ULT,
|
|
3102
|
+
0, () => UpdateLookupTableRequest$, () => UpdateLookupTableResponse$
|
|
3103
|
+
];
|
|
3010
3104
|
export var UpdateScheduledQuery$ = [9, n0, _USQ,
|
|
3011
3105
|
0, () => UpdateScheduledQueryRequest$, () => UpdateScheduledQueryResponse$
|
|
3012
3106
|
];
|
|
@@ -1,113 +1,118 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
2
|
import { CloudWatchLogsClient } from "./CloudWatchLogsClient";
|
|
3
|
-
import { AssociateKmsKeyCommandInput, AssociateKmsKeyCommandOutput } from "./commands/AssociateKmsKeyCommand";
|
|
4
|
-
import { AssociateSourceToS3TableIntegrationCommandInput, AssociateSourceToS3TableIntegrationCommandOutput } from "./commands/AssociateSourceToS3TableIntegrationCommand";
|
|
5
|
-
import { CancelExportTaskCommandInput, CancelExportTaskCommandOutput } from "./commands/CancelExportTaskCommand";
|
|
6
|
-
import { CancelImportTaskCommandInput, CancelImportTaskCommandOutput } from "./commands/CancelImportTaskCommand";
|
|
7
|
-
import { CreateDeliveryCommandInput, CreateDeliveryCommandOutput } from "./commands/CreateDeliveryCommand";
|
|
8
|
-
import { CreateExportTaskCommandInput, CreateExportTaskCommandOutput } from "./commands/CreateExportTaskCommand";
|
|
9
|
-
import { CreateImportTaskCommandInput, CreateImportTaskCommandOutput } from "./commands/CreateImportTaskCommand";
|
|
10
|
-
import { CreateLogAnomalyDetectorCommandInput, CreateLogAnomalyDetectorCommandOutput } from "./commands/CreateLogAnomalyDetectorCommand";
|
|
11
|
-
import { CreateLogGroupCommandInput, CreateLogGroupCommandOutput } from "./commands/CreateLogGroupCommand";
|
|
12
|
-
import { CreateLogStreamCommandInput, CreateLogStreamCommandOutput } from "./commands/CreateLogStreamCommand";
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
3
|
+
import { type AssociateKmsKeyCommandInput, type AssociateKmsKeyCommandOutput } from "./commands/AssociateKmsKeyCommand";
|
|
4
|
+
import { type AssociateSourceToS3TableIntegrationCommandInput, type AssociateSourceToS3TableIntegrationCommandOutput } from "./commands/AssociateSourceToS3TableIntegrationCommand";
|
|
5
|
+
import { type CancelExportTaskCommandInput, type CancelExportTaskCommandOutput } from "./commands/CancelExportTaskCommand";
|
|
6
|
+
import { type CancelImportTaskCommandInput, type CancelImportTaskCommandOutput } from "./commands/CancelImportTaskCommand";
|
|
7
|
+
import { type CreateDeliveryCommandInput, type CreateDeliveryCommandOutput } from "./commands/CreateDeliveryCommand";
|
|
8
|
+
import { type CreateExportTaskCommandInput, type CreateExportTaskCommandOutput } from "./commands/CreateExportTaskCommand";
|
|
9
|
+
import { type CreateImportTaskCommandInput, type CreateImportTaskCommandOutput } from "./commands/CreateImportTaskCommand";
|
|
10
|
+
import { type CreateLogAnomalyDetectorCommandInput, type CreateLogAnomalyDetectorCommandOutput } from "./commands/CreateLogAnomalyDetectorCommand";
|
|
11
|
+
import { type CreateLogGroupCommandInput, type CreateLogGroupCommandOutput } from "./commands/CreateLogGroupCommand";
|
|
12
|
+
import { type CreateLogStreamCommandInput, type CreateLogStreamCommandOutput } from "./commands/CreateLogStreamCommand";
|
|
13
|
+
import { type CreateLookupTableCommandInput, type CreateLookupTableCommandOutput } from "./commands/CreateLookupTableCommand";
|
|
14
|
+
import { type CreateScheduledQueryCommandInput, type CreateScheduledQueryCommandOutput } from "./commands/CreateScheduledQueryCommand";
|
|
15
|
+
import { type DeleteAccountPolicyCommandInput, type DeleteAccountPolicyCommandOutput } from "./commands/DeleteAccountPolicyCommand";
|
|
16
|
+
import { type DeleteDataProtectionPolicyCommandInput, type DeleteDataProtectionPolicyCommandOutput } from "./commands/DeleteDataProtectionPolicyCommand";
|
|
17
|
+
import { type DeleteDeliveryCommandInput, type DeleteDeliveryCommandOutput } from "./commands/DeleteDeliveryCommand";
|
|
18
|
+
import { type DeleteDeliveryDestinationCommandInput, type DeleteDeliveryDestinationCommandOutput } from "./commands/DeleteDeliveryDestinationCommand";
|
|
19
|
+
import { type DeleteDeliveryDestinationPolicyCommandInput, type DeleteDeliveryDestinationPolicyCommandOutput } from "./commands/DeleteDeliveryDestinationPolicyCommand";
|
|
20
|
+
import { type DeleteDeliverySourceCommandInput, type DeleteDeliverySourceCommandOutput } from "./commands/DeleteDeliverySourceCommand";
|
|
21
|
+
import { type DeleteDestinationCommandInput, type DeleteDestinationCommandOutput } from "./commands/DeleteDestinationCommand";
|
|
22
|
+
import { type DeleteIndexPolicyCommandInput, type DeleteIndexPolicyCommandOutput } from "./commands/DeleteIndexPolicyCommand";
|
|
23
|
+
import { type DeleteIntegrationCommandInput, type DeleteIntegrationCommandOutput } from "./commands/DeleteIntegrationCommand";
|
|
24
|
+
import { type DeleteLogAnomalyDetectorCommandInput, type DeleteLogAnomalyDetectorCommandOutput } from "./commands/DeleteLogAnomalyDetectorCommand";
|
|
25
|
+
import { type DeleteLogGroupCommandInput, type DeleteLogGroupCommandOutput } from "./commands/DeleteLogGroupCommand";
|
|
26
|
+
import { type DeleteLogStreamCommandInput, type DeleteLogStreamCommandOutput } from "./commands/DeleteLogStreamCommand";
|
|
27
|
+
import { type DeleteLookupTableCommandInput, type DeleteLookupTableCommandOutput } from "./commands/DeleteLookupTableCommand";
|
|
28
|
+
import { type DeleteMetricFilterCommandInput, type DeleteMetricFilterCommandOutput } from "./commands/DeleteMetricFilterCommand";
|
|
29
|
+
import { type DeleteQueryDefinitionCommandInput, type DeleteQueryDefinitionCommandOutput } from "./commands/DeleteQueryDefinitionCommand";
|
|
30
|
+
import { type DeleteResourcePolicyCommandInput, type DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
|
|
31
|
+
import { type DeleteRetentionPolicyCommandInput, type DeleteRetentionPolicyCommandOutput } from "./commands/DeleteRetentionPolicyCommand";
|
|
32
|
+
import { type DeleteScheduledQueryCommandInput, type DeleteScheduledQueryCommandOutput } from "./commands/DeleteScheduledQueryCommand";
|
|
33
|
+
import { type DeleteSubscriptionFilterCommandInput, type DeleteSubscriptionFilterCommandOutput } from "./commands/DeleteSubscriptionFilterCommand";
|
|
34
|
+
import { type DeleteTransformerCommandInput, type DeleteTransformerCommandOutput } from "./commands/DeleteTransformerCommand";
|
|
35
|
+
import { type DescribeAccountPoliciesCommandInput, type DescribeAccountPoliciesCommandOutput } from "./commands/DescribeAccountPoliciesCommand";
|
|
36
|
+
import { type DescribeConfigurationTemplatesCommandInput, type DescribeConfigurationTemplatesCommandOutput } from "./commands/DescribeConfigurationTemplatesCommand";
|
|
37
|
+
import { type DescribeDeliveriesCommandInput, type DescribeDeliveriesCommandOutput } from "./commands/DescribeDeliveriesCommand";
|
|
38
|
+
import { type DescribeDeliveryDestinationsCommandInput, type DescribeDeliveryDestinationsCommandOutput } from "./commands/DescribeDeliveryDestinationsCommand";
|
|
39
|
+
import { type DescribeDeliverySourcesCommandInput, type DescribeDeliverySourcesCommandOutput } from "./commands/DescribeDeliverySourcesCommand";
|
|
40
|
+
import { type DescribeDestinationsCommandInput, type DescribeDestinationsCommandOutput } from "./commands/DescribeDestinationsCommand";
|
|
41
|
+
import { type DescribeExportTasksCommandInput, type DescribeExportTasksCommandOutput } from "./commands/DescribeExportTasksCommand";
|
|
42
|
+
import { type DescribeFieldIndexesCommandInput, type DescribeFieldIndexesCommandOutput } from "./commands/DescribeFieldIndexesCommand";
|
|
43
|
+
import { type DescribeImportTaskBatchesCommandInput, type DescribeImportTaskBatchesCommandOutput } from "./commands/DescribeImportTaskBatchesCommand";
|
|
44
|
+
import { type DescribeImportTasksCommandInput, type DescribeImportTasksCommandOutput } from "./commands/DescribeImportTasksCommand";
|
|
45
|
+
import { type DescribeIndexPoliciesCommandInput, type DescribeIndexPoliciesCommandOutput } from "./commands/DescribeIndexPoliciesCommand";
|
|
46
|
+
import { type DescribeLogGroupsCommandInput, type DescribeLogGroupsCommandOutput } from "./commands/DescribeLogGroupsCommand";
|
|
47
|
+
import { type DescribeLogStreamsCommandInput, type DescribeLogStreamsCommandOutput } from "./commands/DescribeLogStreamsCommand";
|
|
48
|
+
import { type DescribeLookupTablesCommandInput, type DescribeLookupTablesCommandOutput } from "./commands/DescribeLookupTablesCommand";
|
|
49
|
+
import { type DescribeMetricFiltersCommandInput, type DescribeMetricFiltersCommandOutput } from "./commands/DescribeMetricFiltersCommand";
|
|
50
|
+
import { type DescribeQueriesCommandInput, type DescribeQueriesCommandOutput } from "./commands/DescribeQueriesCommand";
|
|
51
|
+
import { type DescribeQueryDefinitionsCommandInput, type DescribeQueryDefinitionsCommandOutput } from "./commands/DescribeQueryDefinitionsCommand";
|
|
52
|
+
import { type DescribeResourcePoliciesCommandInput, type DescribeResourcePoliciesCommandOutput } from "./commands/DescribeResourcePoliciesCommand";
|
|
53
|
+
import { type DescribeSubscriptionFiltersCommandInput, type DescribeSubscriptionFiltersCommandOutput } from "./commands/DescribeSubscriptionFiltersCommand";
|
|
54
|
+
import { type DisassociateKmsKeyCommandInput, type DisassociateKmsKeyCommandOutput } from "./commands/DisassociateKmsKeyCommand";
|
|
55
|
+
import { type DisassociateSourceFromS3TableIntegrationCommandInput, type DisassociateSourceFromS3TableIntegrationCommandOutput } from "./commands/DisassociateSourceFromS3TableIntegrationCommand";
|
|
56
|
+
import { type FilterLogEventsCommandInput, type FilterLogEventsCommandOutput } from "./commands/FilterLogEventsCommand";
|
|
57
|
+
import { type GetDataProtectionPolicyCommandInput, type GetDataProtectionPolicyCommandOutput } from "./commands/GetDataProtectionPolicyCommand";
|
|
58
|
+
import { type GetDeliveryCommandInput, type GetDeliveryCommandOutput } from "./commands/GetDeliveryCommand";
|
|
59
|
+
import { type GetDeliveryDestinationCommandInput, type GetDeliveryDestinationCommandOutput } from "./commands/GetDeliveryDestinationCommand";
|
|
60
|
+
import { type GetDeliveryDestinationPolicyCommandInput, type GetDeliveryDestinationPolicyCommandOutput } from "./commands/GetDeliveryDestinationPolicyCommand";
|
|
61
|
+
import { type GetDeliverySourceCommandInput, type GetDeliverySourceCommandOutput } from "./commands/GetDeliverySourceCommand";
|
|
62
|
+
import { type GetIntegrationCommandInput, type GetIntegrationCommandOutput } from "./commands/GetIntegrationCommand";
|
|
63
|
+
import { type GetLogAnomalyDetectorCommandInput, type GetLogAnomalyDetectorCommandOutput } from "./commands/GetLogAnomalyDetectorCommand";
|
|
64
|
+
import { type GetLogEventsCommandInput, type GetLogEventsCommandOutput } from "./commands/GetLogEventsCommand";
|
|
65
|
+
import { type GetLogFieldsCommandInput, type GetLogFieldsCommandOutput } from "./commands/GetLogFieldsCommand";
|
|
66
|
+
import { type GetLogGroupFieldsCommandInput, type GetLogGroupFieldsCommandOutput } from "./commands/GetLogGroupFieldsCommand";
|
|
67
|
+
import { type GetLogObjectCommandInput, type GetLogObjectCommandOutput } from "./commands/GetLogObjectCommand";
|
|
68
|
+
import { type GetLogRecordCommandInput, type GetLogRecordCommandOutput } from "./commands/GetLogRecordCommand";
|
|
69
|
+
import { type GetLookupTableCommandInput, type GetLookupTableCommandOutput } from "./commands/GetLookupTableCommand";
|
|
70
|
+
import { type GetQueryResultsCommandInput, type GetQueryResultsCommandOutput } from "./commands/GetQueryResultsCommand";
|
|
71
|
+
import { type GetScheduledQueryCommandInput, type GetScheduledQueryCommandOutput } from "./commands/GetScheduledQueryCommand";
|
|
72
|
+
import { type GetScheduledQueryHistoryCommandInput, type GetScheduledQueryHistoryCommandOutput } from "./commands/GetScheduledQueryHistoryCommand";
|
|
73
|
+
import { type GetTransformerCommandInput, type GetTransformerCommandOutput } from "./commands/GetTransformerCommand";
|
|
74
|
+
import { type ListAggregateLogGroupSummariesCommandInput, type ListAggregateLogGroupSummariesCommandOutput } from "./commands/ListAggregateLogGroupSummariesCommand";
|
|
75
|
+
import { type ListAnomaliesCommandInput, type ListAnomaliesCommandOutput } from "./commands/ListAnomaliesCommand";
|
|
76
|
+
import { type ListIntegrationsCommandInput, type ListIntegrationsCommandOutput } from "./commands/ListIntegrationsCommand";
|
|
77
|
+
import { type ListLogAnomalyDetectorsCommandInput, type ListLogAnomalyDetectorsCommandOutput } from "./commands/ListLogAnomalyDetectorsCommand";
|
|
78
|
+
import { type ListLogGroupsCommandInput, type ListLogGroupsCommandOutput } from "./commands/ListLogGroupsCommand";
|
|
79
|
+
import { type ListLogGroupsForQueryCommandInput, type ListLogGroupsForQueryCommandOutput } from "./commands/ListLogGroupsForQueryCommand";
|
|
80
|
+
import { type ListScheduledQueriesCommandInput, type ListScheduledQueriesCommandOutput } from "./commands/ListScheduledQueriesCommand";
|
|
81
|
+
import { type ListSourcesForS3TableIntegrationCommandInput, type ListSourcesForS3TableIntegrationCommandOutput } from "./commands/ListSourcesForS3TableIntegrationCommand";
|
|
82
|
+
import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
83
|
+
import { type ListTagsLogGroupCommandInput, type ListTagsLogGroupCommandOutput } from "./commands/ListTagsLogGroupCommand";
|
|
84
|
+
import { type PutAccountPolicyCommandInput, type PutAccountPolicyCommandOutput } from "./commands/PutAccountPolicyCommand";
|
|
85
|
+
import { type PutBearerTokenAuthenticationCommandInput, type PutBearerTokenAuthenticationCommandOutput } from "./commands/PutBearerTokenAuthenticationCommand";
|
|
86
|
+
import { type PutDataProtectionPolicyCommandInput, type PutDataProtectionPolicyCommandOutput } from "./commands/PutDataProtectionPolicyCommand";
|
|
87
|
+
import { type PutDeliveryDestinationCommandInput, type PutDeliveryDestinationCommandOutput } from "./commands/PutDeliveryDestinationCommand";
|
|
88
|
+
import { type PutDeliveryDestinationPolicyCommandInput, type PutDeliveryDestinationPolicyCommandOutput } from "./commands/PutDeliveryDestinationPolicyCommand";
|
|
89
|
+
import { type PutDeliverySourceCommandInput, type PutDeliverySourceCommandOutput } from "./commands/PutDeliverySourceCommand";
|
|
90
|
+
import { type PutDestinationCommandInput, type PutDestinationCommandOutput } from "./commands/PutDestinationCommand";
|
|
91
|
+
import { type PutDestinationPolicyCommandInput, type PutDestinationPolicyCommandOutput } from "./commands/PutDestinationPolicyCommand";
|
|
92
|
+
import { type PutIndexPolicyCommandInput, type PutIndexPolicyCommandOutput } from "./commands/PutIndexPolicyCommand";
|
|
93
|
+
import { type PutIntegrationCommandInput, type PutIntegrationCommandOutput } from "./commands/PutIntegrationCommand";
|
|
94
|
+
import { type PutLogEventsCommandInput, type PutLogEventsCommandOutput } from "./commands/PutLogEventsCommand";
|
|
95
|
+
import { type PutLogGroupDeletionProtectionCommandInput, type PutLogGroupDeletionProtectionCommandOutput } from "./commands/PutLogGroupDeletionProtectionCommand";
|
|
96
|
+
import { type PutMetricFilterCommandInput, type PutMetricFilterCommandOutput } from "./commands/PutMetricFilterCommand";
|
|
97
|
+
import { type PutQueryDefinitionCommandInput, type PutQueryDefinitionCommandOutput } from "./commands/PutQueryDefinitionCommand";
|
|
98
|
+
import { type PutResourcePolicyCommandInput, type PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
|
|
99
|
+
import { type PutRetentionPolicyCommandInput, type PutRetentionPolicyCommandOutput } from "./commands/PutRetentionPolicyCommand";
|
|
100
|
+
import { type PutSubscriptionFilterCommandInput, type PutSubscriptionFilterCommandOutput } from "./commands/PutSubscriptionFilterCommand";
|
|
101
|
+
import { type PutTransformerCommandInput, type PutTransformerCommandOutput } from "./commands/PutTransformerCommand";
|
|
102
|
+
import { type StartLiveTailCommandInput, type StartLiveTailCommandOutput } from "./commands/StartLiveTailCommand";
|
|
103
|
+
import { type StartQueryCommandInput, type StartQueryCommandOutput } from "./commands/StartQueryCommand";
|
|
104
|
+
import { type StopQueryCommandInput, type StopQueryCommandOutput } from "./commands/StopQueryCommand";
|
|
105
|
+
import { type TagLogGroupCommandInput, type TagLogGroupCommandOutput } from "./commands/TagLogGroupCommand";
|
|
106
|
+
import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
107
|
+
import { type TestMetricFilterCommandInput, type TestMetricFilterCommandOutput } from "./commands/TestMetricFilterCommand";
|
|
108
|
+
import { type TestTransformerCommandInput, type TestTransformerCommandOutput } from "./commands/TestTransformerCommand";
|
|
109
|
+
import { type UntagLogGroupCommandInput, type UntagLogGroupCommandOutput } from "./commands/UntagLogGroupCommand";
|
|
110
|
+
import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
111
|
+
import { type UpdateAnomalyCommandInput, type UpdateAnomalyCommandOutput } from "./commands/UpdateAnomalyCommand";
|
|
112
|
+
import { type UpdateDeliveryConfigurationCommandInput, type UpdateDeliveryConfigurationCommandOutput } from "./commands/UpdateDeliveryConfigurationCommand";
|
|
113
|
+
import { type UpdateLogAnomalyDetectorCommandInput, type UpdateLogAnomalyDetectorCommandOutput } from "./commands/UpdateLogAnomalyDetectorCommand";
|
|
114
|
+
import { type UpdateLookupTableCommandInput, type UpdateLookupTableCommandOutput } from "./commands/UpdateLookupTableCommand";
|
|
115
|
+
import { type UpdateScheduledQueryCommandInput, type UpdateScheduledQueryCommandOutput } from "./commands/UpdateScheduledQueryCommand";
|
|
111
116
|
export interface CloudWatchLogs {
|
|
112
117
|
/**
|
|
113
118
|
* @see {@link AssociateKmsKeyCommand}
|
|
@@ -169,6 +174,12 @@ export interface CloudWatchLogs {
|
|
|
169
174
|
createLogStream(args: CreateLogStreamCommandInput, options?: __HttpHandlerOptions): Promise<CreateLogStreamCommandOutput>;
|
|
170
175
|
createLogStream(args: CreateLogStreamCommandInput, cb: (err: any, data?: CreateLogStreamCommandOutput) => void): void;
|
|
171
176
|
createLogStream(args: CreateLogStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLogStreamCommandOutput) => void): void;
|
|
177
|
+
/**
|
|
178
|
+
* @see {@link CreateLookupTableCommand}
|
|
179
|
+
*/
|
|
180
|
+
createLookupTable(args: CreateLookupTableCommandInput, options?: __HttpHandlerOptions): Promise<CreateLookupTableCommandOutput>;
|
|
181
|
+
createLookupTable(args: CreateLookupTableCommandInput, cb: (err: any, data?: CreateLookupTableCommandOutput) => void): void;
|
|
182
|
+
createLookupTable(args: CreateLookupTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLookupTableCommandOutput) => void): void;
|
|
172
183
|
/**
|
|
173
184
|
* @see {@link CreateScheduledQueryCommand}
|
|
174
185
|
*/
|
|
@@ -247,6 +258,12 @@ export interface CloudWatchLogs {
|
|
|
247
258
|
deleteLogStream(args: DeleteLogStreamCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLogStreamCommandOutput>;
|
|
248
259
|
deleteLogStream(args: DeleteLogStreamCommandInput, cb: (err: any, data?: DeleteLogStreamCommandOutput) => void): void;
|
|
249
260
|
deleteLogStream(args: DeleteLogStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLogStreamCommandOutput) => void): void;
|
|
261
|
+
/**
|
|
262
|
+
* @see {@link DeleteLookupTableCommand}
|
|
263
|
+
*/
|
|
264
|
+
deleteLookupTable(args: DeleteLookupTableCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLookupTableCommandOutput>;
|
|
265
|
+
deleteLookupTable(args: DeleteLookupTableCommandInput, cb: (err: any, data?: DeleteLookupTableCommandOutput) => void): void;
|
|
266
|
+
deleteLookupTable(args: DeleteLookupTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLookupTableCommandOutput) => void): void;
|
|
250
267
|
/**
|
|
251
268
|
* @see {@link DeleteMetricFilterCommand}
|
|
252
269
|
*/
|
|
@@ -377,6 +394,13 @@ export interface CloudWatchLogs {
|
|
|
377
394
|
describeLogStreams(args: DescribeLogStreamsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLogStreamsCommandOutput>;
|
|
378
395
|
describeLogStreams(args: DescribeLogStreamsCommandInput, cb: (err: any, data?: DescribeLogStreamsCommandOutput) => void): void;
|
|
379
396
|
describeLogStreams(args: DescribeLogStreamsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLogStreamsCommandOutput) => void): void;
|
|
397
|
+
/**
|
|
398
|
+
* @see {@link DescribeLookupTablesCommand}
|
|
399
|
+
*/
|
|
400
|
+
describeLookupTables(): Promise<DescribeLookupTablesCommandOutput>;
|
|
401
|
+
describeLookupTables(args: DescribeLookupTablesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLookupTablesCommandOutput>;
|
|
402
|
+
describeLookupTables(args: DescribeLookupTablesCommandInput, cb: (err: any, data?: DescribeLookupTablesCommandOutput) => void): void;
|
|
403
|
+
describeLookupTables(args: DescribeLookupTablesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLookupTablesCommandOutput) => void): void;
|
|
380
404
|
/**
|
|
381
405
|
* @see {@link DescribeMetricFiltersCommand}
|
|
382
406
|
*/
|
|
@@ -504,6 +528,12 @@ export interface CloudWatchLogs {
|
|
|
504
528
|
getLogRecord(args: GetLogRecordCommandInput, options?: __HttpHandlerOptions): Promise<GetLogRecordCommandOutput>;
|
|
505
529
|
getLogRecord(args: GetLogRecordCommandInput, cb: (err: any, data?: GetLogRecordCommandOutput) => void): void;
|
|
506
530
|
getLogRecord(args: GetLogRecordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLogRecordCommandOutput) => void): void;
|
|
531
|
+
/**
|
|
532
|
+
* @see {@link GetLookupTableCommand}
|
|
533
|
+
*/
|
|
534
|
+
getLookupTable(args: GetLookupTableCommandInput, options?: __HttpHandlerOptions): Promise<GetLookupTableCommandOutput>;
|
|
535
|
+
getLookupTable(args: GetLookupTableCommandInput, cb: (err: any, data?: GetLookupTableCommandOutput) => void): void;
|
|
536
|
+
getLookupTable(args: GetLookupTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLookupTableCommandOutput) => void): void;
|
|
507
537
|
/**
|
|
508
538
|
* @see {@link GetQueryResultsCommand}
|
|
509
539
|
*/
|
|
@@ -774,6 +804,12 @@ export interface CloudWatchLogs {
|
|
|
774
804
|
updateLogAnomalyDetector(args: UpdateLogAnomalyDetectorCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLogAnomalyDetectorCommandOutput>;
|
|
775
805
|
updateLogAnomalyDetector(args: UpdateLogAnomalyDetectorCommandInput, cb: (err: any, data?: UpdateLogAnomalyDetectorCommandOutput) => void): void;
|
|
776
806
|
updateLogAnomalyDetector(args: UpdateLogAnomalyDetectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLogAnomalyDetectorCommandOutput) => void): void;
|
|
807
|
+
/**
|
|
808
|
+
* @see {@link UpdateLookupTableCommand}
|
|
809
|
+
*/
|
|
810
|
+
updateLookupTable(args: UpdateLookupTableCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLookupTableCommandOutput>;
|
|
811
|
+
updateLookupTable(args: UpdateLookupTableCommandInput, cb: (err: any, data?: UpdateLookupTableCommandOutput) => void): void;
|
|
812
|
+
updateLookupTable(args: UpdateLookupTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLookupTableCommandOutput) => void): void;
|
|
777
813
|
/**
|
|
778
814
|
* @see {@link UpdateScheduledQueryCommand}
|
|
779
815
|
*/
|