@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.
Files changed (76) hide show
  1. package/README.md +35 -0
  2. package/dist-cjs/auth/httpAuthSchemeProvider.js +2 -2
  3. package/dist-cjs/index.js +70 -0
  4. package/dist-cjs/runtimeConfig.js +4 -3
  5. package/dist-cjs/runtimeConfig.shared.js +2 -2
  6. package/dist-cjs/schemas/schemas_0.js +110 -16
  7. package/dist-es/CloudWatchLogs.js +14 -4
  8. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  9. package/dist-es/commands/CreateLookupTableCommand.js +16 -0
  10. package/dist-es/commands/DeleteLookupTableCommand.js +16 -0
  11. package/dist-es/commands/DescribeLookupTablesCommand.js +16 -0
  12. package/dist-es/commands/GetLookupTableCommand.js +16 -0
  13. package/dist-es/commands/UpdateLookupTableCommand.js +16 -0
  14. package/dist-es/commands/index.js +5 -0
  15. package/dist-es/index.js +1 -0
  16. package/dist-es/models/models_1.js +1 -0
  17. package/dist-es/runtimeConfig.js +2 -1
  18. package/dist-es/runtimeConfig.shared.js +1 -1
  19. package/dist-es/schemas/schemas_0.js +101 -7
  20. package/dist-types/CloudWatchLogs.d.ts +144 -108
  21. package/dist-types/CloudWatchLogsClient.d.ts +118 -113
  22. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  23. package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  24. package/dist-types/commands/CreateLookupTableCommand.d.ts +103 -0
  25. package/dist-types/commands/DeleteLookupTableCommand.d.ts +86 -0
  26. package/dist-types/commands/DescribeLookupTablesCommand.d.ts +103 -0
  27. package/dist-types/commands/GetLogFieldsCommand.d.ts +2 -1
  28. package/dist-types/commands/GetLookupTableCommand.d.ts +92 -0
  29. package/dist-types/commands/UpdateLookupTableCommand.d.ts +97 -0
  30. package/dist-types/commands/UpdateScheduledQueryCommand.d.ts +1 -1
  31. package/dist-types/commands/index.d.ts +5 -0
  32. package/dist-types/index.d.ts +2 -1
  33. package/dist-types/models/models_0.d.ts +216 -201
  34. package/dist-types/models/models_1.d.ts +234 -0
  35. package/dist-types/pagination/DescribeConfigurationTemplatesPaginator.d.ts +1 -1
  36. package/dist-types/pagination/DescribeDeliveriesPaginator.d.ts +1 -1
  37. package/dist-types/pagination/DescribeDeliveryDestinationsPaginator.d.ts +1 -1
  38. package/dist-types/pagination/DescribeDeliverySourcesPaginator.d.ts +1 -1
  39. package/dist-types/pagination/DescribeDestinationsPaginator.d.ts +1 -1
  40. package/dist-types/pagination/DescribeLogGroupsPaginator.d.ts +1 -1
  41. package/dist-types/pagination/DescribeLogStreamsPaginator.d.ts +1 -1
  42. package/dist-types/pagination/DescribeMetricFiltersPaginator.d.ts +1 -1
  43. package/dist-types/pagination/DescribeSubscriptionFiltersPaginator.d.ts +1 -1
  44. package/dist-types/pagination/FilterLogEventsPaginator.d.ts +1 -1
  45. package/dist-types/pagination/GetLogEventsPaginator.d.ts +1 -1
  46. package/dist-types/pagination/GetScheduledQueryHistoryPaginator.d.ts +1 -1
  47. package/dist-types/pagination/ListAggregateLogGroupSummariesPaginator.d.ts +1 -1
  48. package/dist-types/pagination/ListAnomaliesPaginator.d.ts +1 -1
  49. package/dist-types/pagination/ListLogAnomalyDetectorsPaginator.d.ts +1 -1
  50. package/dist-types/pagination/ListLogGroupsForQueryPaginator.d.ts +1 -1
  51. package/dist-types/pagination/ListScheduledQueriesPaginator.d.ts +1 -1
  52. package/dist-types/pagination/ListSourcesForS3TableIntegrationPaginator.d.ts +1 -1
  53. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  54. package/dist-types/runtimeConfig.d.ts +1 -1
  55. package/dist-types/runtimeConfig.native.d.ts +1 -1
  56. package/dist-types/schemas/schemas_0.d.ts +15 -0
  57. package/dist-types/ts3.4/CloudWatchLogs.d.ts +86 -0
  58. package/dist-types/ts3.4/CloudWatchLogsClient.d.ts +32 -3
  59. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  60. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/CreateLookupTableCommand.d.ts +51 -0
  62. package/dist-types/ts3.4/commands/DeleteLookupTableCommand.d.ts +46 -0
  63. package/dist-types/ts3.4/commands/DescribeLookupTablesCommand.d.ts +51 -0
  64. package/dist-types/ts3.4/commands/GetLogFieldsCommand.d.ts +2 -1
  65. package/dist-types/ts3.4/commands/GetLookupTableCommand.d.ts +50 -0
  66. package/dist-types/ts3.4/commands/UpdateLookupTableCommand.d.ts +49 -0
  67. package/dist-types/ts3.4/commands/UpdateScheduledQueryCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  69. package/dist-types/ts3.4/index.d.ts +1 -0
  70. package/dist-types/ts3.4/models/models_0.d.ts +49 -45
  71. package/dist-types/ts3.4/models/models_1.d.ts +53 -0
  72. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  73. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  74. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  75. package/dist-types/ts3.4/schemas/schemas_0.d.ts +15 -0
  76. 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 = "collectionArn";
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 = "resourceConfig";
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 = "storedBytes";
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, _sB, _kKI, _dPS, _iPn, _lGCo, _lGA, _dPE, _bTAE],
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, _sB],
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, _cA, _sta],
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, _rC, _iTn],
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 { CreateScheduledQueryCommandInput, CreateScheduledQueryCommandOutput } from "./commands/CreateScheduledQueryCommand";
14
- import { DeleteAccountPolicyCommandInput, DeleteAccountPolicyCommandOutput } from "./commands/DeleteAccountPolicyCommand";
15
- import { DeleteDataProtectionPolicyCommandInput, DeleteDataProtectionPolicyCommandOutput } from "./commands/DeleteDataProtectionPolicyCommand";
16
- import { DeleteDeliveryCommandInput, DeleteDeliveryCommandOutput } from "./commands/DeleteDeliveryCommand";
17
- import { DeleteDeliveryDestinationCommandInput, DeleteDeliveryDestinationCommandOutput } from "./commands/DeleteDeliveryDestinationCommand";
18
- import { DeleteDeliveryDestinationPolicyCommandInput, DeleteDeliveryDestinationPolicyCommandOutput } from "./commands/DeleteDeliveryDestinationPolicyCommand";
19
- import { DeleteDeliverySourceCommandInput, DeleteDeliverySourceCommandOutput } from "./commands/DeleteDeliverySourceCommand";
20
- import { DeleteDestinationCommandInput, DeleteDestinationCommandOutput } from "./commands/DeleteDestinationCommand";
21
- import { DeleteIndexPolicyCommandInput, DeleteIndexPolicyCommandOutput } from "./commands/DeleteIndexPolicyCommand";
22
- import { DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput } from "./commands/DeleteIntegrationCommand";
23
- import { DeleteLogAnomalyDetectorCommandInput, DeleteLogAnomalyDetectorCommandOutput } from "./commands/DeleteLogAnomalyDetectorCommand";
24
- import { DeleteLogGroupCommandInput, DeleteLogGroupCommandOutput } from "./commands/DeleteLogGroupCommand";
25
- import { DeleteLogStreamCommandInput, DeleteLogStreamCommandOutput } from "./commands/DeleteLogStreamCommand";
26
- import { DeleteMetricFilterCommandInput, DeleteMetricFilterCommandOutput } from "./commands/DeleteMetricFilterCommand";
27
- import { DeleteQueryDefinitionCommandInput, DeleteQueryDefinitionCommandOutput } from "./commands/DeleteQueryDefinitionCommand";
28
- import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
29
- import { DeleteRetentionPolicyCommandInput, DeleteRetentionPolicyCommandOutput } from "./commands/DeleteRetentionPolicyCommand";
30
- import { DeleteScheduledQueryCommandInput, DeleteScheduledQueryCommandOutput } from "./commands/DeleteScheduledQueryCommand";
31
- import { DeleteSubscriptionFilterCommandInput, DeleteSubscriptionFilterCommandOutput } from "./commands/DeleteSubscriptionFilterCommand";
32
- import { DeleteTransformerCommandInput, DeleteTransformerCommandOutput } from "./commands/DeleteTransformerCommand";
33
- import { DescribeAccountPoliciesCommandInput, DescribeAccountPoliciesCommandOutput } from "./commands/DescribeAccountPoliciesCommand";
34
- import { DescribeConfigurationTemplatesCommandInput, DescribeConfigurationTemplatesCommandOutput } from "./commands/DescribeConfigurationTemplatesCommand";
35
- import { DescribeDeliveriesCommandInput, DescribeDeliveriesCommandOutput } from "./commands/DescribeDeliveriesCommand";
36
- import { DescribeDeliveryDestinationsCommandInput, DescribeDeliveryDestinationsCommandOutput } from "./commands/DescribeDeliveryDestinationsCommand";
37
- import { DescribeDeliverySourcesCommandInput, DescribeDeliverySourcesCommandOutput } from "./commands/DescribeDeliverySourcesCommand";
38
- import { DescribeDestinationsCommandInput, DescribeDestinationsCommandOutput } from "./commands/DescribeDestinationsCommand";
39
- import { DescribeExportTasksCommandInput, DescribeExportTasksCommandOutput } from "./commands/DescribeExportTasksCommand";
40
- import { DescribeFieldIndexesCommandInput, DescribeFieldIndexesCommandOutput } from "./commands/DescribeFieldIndexesCommand";
41
- import { DescribeImportTaskBatchesCommandInput, DescribeImportTaskBatchesCommandOutput } from "./commands/DescribeImportTaskBatchesCommand";
42
- import { DescribeImportTasksCommandInput, DescribeImportTasksCommandOutput } from "./commands/DescribeImportTasksCommand";
43
- import { DescribeIndexPoliciesCommandInput, DescribeIndexPoliciesCommandOutput } from "./commands/DescribeIndexPoliciesCommand";
44
- import { DescribeLogGroupsCommandInput, DescribeLogGroupsCommandOutput } from "./commands/DescribeLogGroupsCommand";
45
- import { DescribeLogStreamsCommandInput, DescribeLogStreamsCommandOutput } from "./commands/DescribeLogStreamsCommand";
46
- import { DescribeMetricFiltersCommandInput, DescribeMetricFiltersCommandOutput } from "./commands/DescribeMetricFiltersCommand";
47
- import { DescribeQueriesCommandInput, DescribeQueriesCommandOutput } from "./commands/DescribeQueriesCommand";
48
- import { DescribeQueryDefinitionsCommandInput, DescribeQueryDefinitionsCommandOutput } from "./commands/DescribeQueryDefinitionsCommand";
49
- import { DescribeResourcePoliciesCommandInput, DescribeResourcePoliciesCommandOutput } from "./commands/DescribeResourcePoliciesCommand";
50
- import { DescribeSubscriptionFiltersCommandInput, DescribeSubscriptionFiltersCommandOutput } from "./commands/DescribeSubscriptionFiltersCommand";
51
- import { DisassociateKmsKeyCommandInput, DisassociateKmsKeyCommandOutput } from "./commands/DisassociateKmsKeyCommand";
52
- import { DisassociateSourceFromS3TableIntegrationCommandInput, DisassociateSourceFromS3TableIntegrationCommandOutput } from "./commands/DisassociateSourceFromS3TableIntegrationCommand";
53
- import { FilterLogEventsCommandInput, FilterLogEventsCommandOutput } from "./commands/FilterLogEventsCommand";
54
- import { GetDataProtectionPolicyCommandInput, GetDataProtectionPolicyCommandOutput } from "./commands/GetDataProtectionPolicyCommand";
55
- import { GetDeliveryCommandInput, GetDeliveryCommandOutput } from "./commands/GetDeliveryCommand";
56
- import { GetDeliveryDestinationCommandInput, GetDeliveryDestinationCommandOutput } from "./commands/GetDeliveryDestinationCommand";
57
- import { GetDeliveryDestinationPolicyCommandInput, GetDeliveryDestinationPolicyCommandOutput } from "./commands/GetDeliveryDestinationPolicyCommand";
58
- import { GetDeliverySourceCommandInput, GetDeliverySourceCommandOutput } from "./commands/GetDeliverySourceCommand";
59
- import { GetIntegrationCommandInput, GetIntegrationCommandOutput } from "./commands/GetIntegrationCommand";
60
- import { GetLogAnomalyDetectorCommandInput, GetLogAnomalyDetectorCommandOutput } from "./commands/GetLogAnomalyDetectorCommand";
61
- import { GetLogEventsCommandInput, GetLogEventsCommandOutput } from "./commands/GetLogEventsCommand";
62
- import { GetLogFieldsCommandInput, GetLogFieldsCommandOutput } from "./commands/GetLogFieldsCommand";
63
- import { GetLogGroupFieldsCommandInput, GetLogGroupFieldsCommandOutput } from "./commands/GetLogGroupFieldsCommand";
64
- import { GetLogObjectCommandInput, GetLogObjectCommandOutput } from "./commands/GetLogObjectCommand";
65
- import { GetLogRecordCommandInput, GetLogRecordCommandOutput } from "./commands/GetLogRecordCommand";
66
- import { GetQueryResultsCommandInput, GetQueryResultsCommandOutput } from "./commands/GetQueryResultsCommand";
67
- import { GetScheduledQueryCommandInput, GetScheduledQueryCommandOutput } from "./commands/GetScheduledQueryCommand";
68
- import { GetScheduledQueryHistoryCommandInput, GetScheduledQueryHistoryCommandOutput } from "./commands/GetScheduledQueryHistoryCommand";
69
- import { GetTransformerCommandInput, GetTransformerCommandOutput } from "./commands/GetTransformerCommand";
70
- import { ListAggregateLogGroupSummariesCommandInput, ListAggregateLogGroupSummariesCommandOutput } from "./commands/ListAggregateLogGroupSummariesCommand";
71
- import { ListAnomaliesCommandInput, ListAnomaliesCommandOutput } from "./commands/ListAnomaliesCommand";
72
- import { ListIntegrationsCommandInput, ListIntegrationsCommandOutput } from "./commands/ListIntegrationsCommand";
73
- import { ListLogAnomalyDetectorsCommandInput, ListLogAnomalyDetectorsCommandOutput } from "./commands/ListLogAnomalyDetectorsCommand";
74
- import { ListLogGroupsCommandInput, ListLogGroupsCommandOutput } from "./commands/ListLogGroupsCommand";
75
- import { ListLogGroupsForQueryCommandInput, ListLogGroupsForQueryCommandOutput } from "./commands/ListLogGroupsForQueryCommand";
76
- import { ListScheduledQueriesCommandInput, ListScheduledQueriesCommandOutput } from "./commands/ListScheduledQueriesCommand";
77
- import { ListSourcesForS3TableIntegrationCommandInput, ListSourcesForS3TableIntegrationCommandOutput } from "./commands/ListSourcesForS3TableIntegrationCommand";
78
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
79
- import { ListTagsLogGroupCommandInput, ListTagsLogGroupCommandOutput } from "./commands/ListTagsLogGroupCommand";
80
- import { PutAccountPolicyCommandInput, PutAccountPolicyCommandOutput } from "./commands/PutAccountPolicyCommand";
81
- import { PutBearerTokenAuthenticationCommandInput, PutBearerTokenAuthenticationCommandOutput } from "./commands/PutBearerTokenAuthenticationCommand";
82
- import { PutDataProtectionPolicyCommandInput, PutDataProtectionPolicyCommandOutput } from "./commands/PutDataProtectionPolicyCommand";
83
- import { PutDeliveryDestinationCommandInput, PutDeliveryDestinationCommandOutput } from "./commands/PutDeliveryDestinationCommand";
84
- import { PutDeliveryDestinationPolicyCommandInput, PutDeliveryDestinationPolicyCommandOutput } from "./commands/PutDeliveryDestinationPolicyCommand";
85
- import { PutDeliverySourceCommandInput, PutDeliverySourceCommandOutput } from "./commands/PutDeliverySourceCommand";
86
- import { PutDestinationCommandInput, PutDestinationCommandOutput } from "./commands/PutDestinationCommand";
87
- import { PutDestinationPolicyCommandInput, PutDestinationPolicyCommandOutput } from "./commands/PutDestinationPolicyCommand";
88
- import { PutIndexPolicyCommandInput, PutIndexPolicyCommandOutput } from "./commands/PutIndexPolicyCommand";
89
- import { PutIntegrationCommandInput, PutIntegrationCommandOutput } from "./commands/PutIntegrationCommand";
90
- import { PutLogEventsCommandInput, PutLogEventsCommandOutput } from "./commands/PutLogEventsCommand";
91
- import { PutLogGroupDeletionProtectionCommandInput, PutLogGroupDeletionProtectionCommandOutput } from "./commands/PutLogGroupDeletionProtectionCommand";
92
- import { PutMetricFilterCommandInput, PutMetricFilterCommandOutput } from "./commands/PutMetricFilterCommand";
93
- import { PutQueryDefinitionCommandInput, PutQueryDefinitionCommandOutput } from "./commands/PutQueryDefinitionCommand";
94
- import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
95
- import { PutRetentionPolicyCommandInput, PutRetentionPolicyCommandOutput } from "./commands/PutRetentionPolicyCommand";
96
- import { PutSubscriptionFilterCommandInput, PutSubscriptionFilterCommandOutput } from "./commands/PutSubscriptionFilterCommand";
97
- import { PutTransformerCommandInput, PutTransformerCommandOutput } from "./commands/PutTransformerCommand";
98
- import { StartLiveTailCommandInput, StartLiveTailCommandOutput } from "./commands/StartLiveTailCommand";
99
- import { StartQueryCommandInput, StartQueryCommandOutput } from "./commands/StartQueryCommand";
100
- import { StopQueryCommandInput, StopQueryCommandOutput } from "./commands/StopQueryCommand";
101
- import { TagLogGroupCommandInput, TagLogGroupCommandOutput } from "./commands/TagLogGroupCommand";
102
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
103
- import { TestMetricFilterCommandInput, TestMetricFilterCommandOutput } from "./commands/TestMetricFilterCommand";
104
- import { TestTransformerCommandInput, TestTransformerCommandOutput } from "./commands/TestTransformerCommand";
105
- import { UntagLogGroupCommandInput, UntagLogGroupCommandOutput } from "./commands/UntagLogGroupCommand";
106
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
107
- import { UpdateAnomalyCommandInput, UpdateAnomalyCommandOutput } from "./commands/UpdateAnomalyCommand";
108
- import { UpdateDeliveryConfigurationCommandInput, UpdateDeliveryConfigurationCommandOutput } from "./commands/UpdateDeliveryConfigurationCommand";
109
- import { UpdateLogAnomalyDetectorCommandInput, UpdateLogAnomalyDetectorCommandOutput } from "./commands/UpdateLogAnomalyDetectorCommand";
110
- import { UpdateScheduledQueryCommandInput, UpdateScheduledQueryCommandOutput } from "./commands/UpdateScheduledQueryCommand";
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
  */