@aws-sdk/client-cloudwatch-logs 3.940.0 → 3.943.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 (61) hide show
  1. package/README.md +40 -0
  2. package/dist-cjs/index.js +328 -71
  3. package/dist-es/CloudWatchLogs.js +10 -0
  4. package/dist-es/commands/AssociateSourceToS3TableIntegrationCommand.js +16 -0
  5. package/dist-es/commands/DisassociateSourceFromS3TableIntegrationCommand.js +16 -0
  6. package/dist-es/commands/GetLogFieldsCommand.js +16 -0
  7. package/dist-es/commands/ListAggregateLogGroupSummariesCommand.js +16 -0
  8. package/dist-es/commands/ListSourcesForS3TableIntegrationCommand.js +16 -0
  9. package/dist-es/commands/index.js +5 -0
  10. package/dist-es/models/enums.js +14 -0
  11. package/dist-es/models/errors.js +32 -32
  12. package/dist-es/pagination/ListSourcesForS3TableIntegrationPaginator.js +4 -0
  13. package/dist-es/pagination/index.js +1 -0
  14. package/dist-es/schemas/schemas_0.js +207 -39
  15. package/dist-types/CloudWatchLogs.d.ts +35 -0
  16. package/dist-types/CloudWatchLogsClient.d.ts +7 -2
  17. package/dist-types/commands/AssociateSourceToS3TableIntegrationCommand.d.ts +97 -0
  18. package/dist-types/commands/CreateScheduledQueryCommand.d.ts +4 -2
  19. package/dist-types/commands/DeleteAccountPolicyCommand.d.ts +8 -3
  20. package/dist-types/commands/DeleteIndexPolicyCommand.d.ts +8 -3
  21. package/dist-types/commands/DeleteScheduledQueryCommand.d.ts +4 -2
  22. package/dist-types/commands/DescribeFieldIndexesCommand.d.ts +1 -0
  23. package/dist-types/commands/DescribeLogGroupsCommand.d.ts +3 -2
  24. package/dist-types/commands/DescribeQueriesCommand.d.ts +4 -0
  25. package/dist-types/commands/DisassociateSourceFromS3TableIntegrationCommand.d.ts +92 -0
  26. package/dist-types/commands/GetLogFieldsCommand.d.ts +107 -0
  27. package/dist-types/commands/GetLogGroupFieldsCommand.d.ts +2 -0
  28. package/dist-types/commands/GetQueryResultsCommand.d.ts +3 -0
  29. package/dist-types/commands/GetScheduledQueryCommand.d.ts +4 -2
  30. package/dist-types/commands/GetScheduledQueryHistoryCommand.d.ts +4 -2
  31. package/dist-types/commands/ListAggregateLogGroupSummariesCommand.d.ts +118 -0
  32. package/dist-types/commands/ListLogGroupsCommand.d.ts +14 -2
  33. package/dist-types/commands/ListScheduledQueriesCommand.d.ts +4 -2
  34. package/dist-types/commands/ListSourcesForS3TableIntegrationCommand.d.ts +106 -0
  35. package/dist-types/commands/PutAccountPolicyCommand.d.ts +19 -6
  36. package/dist-types/commands/PutIndexPolicyCommand.d.ts +12 -4
  37. package/dist-types/commands/StartQueryCommand.d.ts +9 -3
  38. package/dist-types/commands/StopQueryCommand.d.ts +4 -0
  39. package/dist-types/commands/UpdateScheduledQueryCommand.d.ts +4 -2
  40. package/dist-types/commands/index.d.ts +5 -0
  41. package/dist-types/models/enums.d.ts +38 -0
  42. package/dist-types/models/errors.d.ts +34 -32
  43. package/dist-types/models/models_0.d.ts +479 -102
  44. package/dist-types/pagination/ListSourcesForS3TableIntegrationPaginator.d.ts +7 -0
  45. package/dist-types/pagination/index.d.ts +1 -0
  46. package/dist-types/schemas/schemas_0.d.ts +28 -0
  47. package/dist-types/ts3.4/CloudWatchLogs.d.ts +97 -0
  48. package/dist-types/ts3.4/CloudWatchLogsClient.d.ts +30 -0
  49. package/dist-types/ts3.4/commands/AssociateSourceToS3TableIntegrationCommand.d.ts +51 -0
  50. package/dist-types/ts3.4/commands/DisassociateSourceFromS3TableIntegrationCommand.d.ts +51 -0
  51. package/dist-types/ts3.4/commands/GetLogFieldsCommand.d.ts +47 -0
  52. package/dist-types/ts3.4/commands/ListAggregateLogGroupSummariesCommand.d.ts +51 -0
  53. package/dist-types/ts3.4/commands/ListSourcesForS3TableIntegrationCommand.d.ts +51 -0
  54. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  55. package/dist-types/ts3.4/models/enums.d.ts +19 -0
  56. package/dist-types/ts3.4/models/errors.d.ts +21 -21
  57. package/dist-types/ts3.4/models/models_0.d.ts +81 -0
  58. package/dist-types/ts3.4/pagination/ListSourcesForS3TableIntegrationPaginator.d.ts +11 -0
  59. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  60. package/dist-types/ts3.4/schemas/schemas_0.d.ts +28 -0
  61. package/package.json +5 -5
@@ -8,8 +8,13 @@ const _AKE = "AddKeyEntry";
8
8
  const _AKEd = "AddKeyEntries";
9
9
  const _AKK = "AssociateKmsKey";
10
10
  const _AKKR = "AssociateKmsKeyRequest";
11
+ const _ALGS = "AggregateLogGroupSummary";
12
+ const _ALGSg = "AggregateLogGroupSummaries";
11
13
  const _AP = "AccountPolicy";
12
14
  const _APc = "AccountPolicies";
15
+ const _ASTSTI = "AssociateSourceToS3TableIntegration";
16
+ const _ASTSTIR = "AssociateSourceToS3TableIntegrationRequest";
17
+ const _ASTSTIRs = "AssociateSourceToS3TableIntegrationResponse";
13
18
  const _An = "Anomalies";
14
19
  const _CD = "CreateDelivery";
15
20
  const _CDR = "CreateDeliveryRequest";
@@ -127,16 +132,22 @@ const _DRPRes = "DescribeResourcePoliciesRequest";
127
132
  const _DRPResc = "DescribeResourcePoliciesResponse";
128
133
  const _DRPe = "DeleteRetentionPolicy";
129
134
  const _DRPes = "DescribeResourcePolicies";
130
- const _DS = "DeliverySource";
131
- const _DSF = "DeleteSubscriptionFilter";
135
+ const _DS = "DataSource";
136
+ const _DSF = "DataSourceFilter";
132
137
  const _DSFR = "DeleteSubscriptionFilterRequest";
133
138
  const _DSFRe = "DescribeSubscriptionFiltersRequest";
134
139
  const _DSFRes = "DescribeSubscriptionFiltersResponse";
135
- const _DSFe = "DescribeSubscriptionFilters";
140
+ const _DSFSTI = "DisassociateSourceFromS3TableIntegration";
141
+ const _DSFSTIR = "DisassociateSourceFromS3TableIntegrationRequest";
142
+ const _DSFSTIRi = "DisassociateSourceFromS3TableIntegrationResponse";
143
+ const _DSFa = "DataSourceFilters";
144
+ const _DSFe = "DeleteSubscriptionFilter";
145
+ const _DSFes = "DescribeSubscriptionFilters";
136
146
  const _DSQ = "DeleteScheduledQuery";
137
147
  const _DSQR = "DeleteScheduledQueryRequest";
138
148
  const _DSQRe = "DeleteScheduledQueryResponse";
139
- const _DSe = "DeliverySources";
149
+ const _DSe = "DeliverySource";
150
+ const _DSel = "DeliverySources";
140
151
  const _DT = "DeleteTransformer";
141
152
  const _DTC = "DateTimeConverter";
142
153
  const _DTR = "DeleteTransformerRequest";
@@ -172,15 +183,20 @@ const _GDRe = "GetDeliveryResponse";
172
183
  const _GDS = "GetDeliverySource";
173
184
  const _GDSR = "GetDeliverySourceRequest";
174
185
  const _GDSRe = "GetDeliverySourceResponse";
175
- const _GI = "GetIntegration";
186
+ const _GI = "GroupingIdentifier";
176
187
  const _GIR = "GetIntegrationRequest";
177
188
  const _GIRe = "GetIntegrationResponse";
189
+ const _GIe = "GetIntegration";
190
+ const _GIr = "GroupingIdentifiers";
178
191
  const _GLAD = "GetLogAnomalyDetector";
179
192
  const _GLADR = "GetLogAnomalyDetectorRequest";
180
193
  const _GLADRe = "GetLogAnomalyDetectorResponse";
181
194
  const _GLE = "GetLogEvents";
182
195
  const _GLER = "GetLogEventsRequest";
183
196
  const _GLERe = "GetLogEventsResponse";
197
+ const _GLF = "GetLogFields";
198
+ const _GLFR = "GetLogFieldsRequest";
199
+ const _GLFRe = "GetLogFieldsResponse";
184
200
  const _GLGF = "GetLogGroupFields";
185
201
  const _GLGFR = "GetLogGroupFieldsRequest";
186
202
  const _GLGFRe = "GetLogGroupFieldsResponse";
@@ -216,11 +232,17 @@ const _ISEn = "InternalStreamingException";
216
232
  const _ISTE = "InvalidSequenceTokenException";
217
233
  const _ISn = "IntegrationSummaries";
218
234
  const _LA = "ListAnomalies";
235
+ const _LALGS = "ListAggregateLogGroupSummaries";
236
+ const _LALGSR = "ListAggregateLogGroupSummariesRequest";
237
+ const _LALGSRi = "ListAggregateLogGroupSummariesResponse";
219
238
  const _LAR = "ListAnomaliesRequest";
220
239
  const _LARi = "ListAnomaliesResponse";
221
240
  const _LCS = "LowerCaseString";
222
241
  const _LE = "LogEvent";
223
242
  const _LEE = "LimitExceededException";
243
+ const _LFL = "LogFieldsList";
244
+ const _LFLI = "LogFieldsListItem";
245
+ const _LFT = "LogFieldType";
224
246
  const _LG = "LogGroup";
225
247
  const _LGF = "LogGroupField";
226
248
  const _LGFL = "LogGroupFieldList";
@@ -240,6 +262,9 @@ const _LLGFQRi = "ListLogGroupsForQueryResponse";
240
262
  const _LLGR = "ListLogGroupsRequest";
241
263
  const _LLGRi = "ListLogGroupsResponse";
242
264
  const _LS = "LogStream";
265
+ const _LSFSTI = "ListSourcesForS3TableIntegration";
266
+ const _LSFSTIR = "ListSourcesForS3TableIntegrationRequest";
267
+ const _LSFSTIRi = "ListSourcesForS3TableIntegrationResponse";
243
268
  const _LSQ = "ListScheduledQueries";
244
269
  const _LSQR = "ListScheduledQueriesRequest";
245
270
  const _LSQRi = "ListScheduledQueriesResponse";
@@ -390,6 +415,8 @@ const _SSEu = "SubstituteStringEntry";
390
415
  const _SSEub = "SubstituteStringEntries";
391
416
  const _SSu = "SubstituteString";
392
417
  const _STE = "SessionTimeoutException";
418
+ const _STIS = "S3TableIntegrationSource";
419
+ const _STISa = "S3TableIntegrationSources";
393
420
  const _SUE = "ServiceUnavailableException";
394
421
  const _TC = "TypeConverter";
395
422
  const _TCE = "TypeConverterEntry";
@@ -442,6 +469,7 @@ const _aIc = "accountIdentifiers";
442
469
  const _aIn = "anomalyId";
443
470
  const _aIp = "applicationId";
444
471
  const _aK = "addKeys";
472
+ const _aLGS = "aggregateLogGroupSummaries";
445
473
  const _aOF = "allowedOutputFormats";
446
474
  const _aOTL = "applyOnTransformedLogs";
447
475
  const _aP = "accountPolicies";
@@ -460,6 +488,7 @@ const _cA = "collectionArn";
460
488
  const _cE = "collectionEndpoint";
461
489
  const _cT = "configurationTemplates";
462
490
  const _cTS = "creationTimeStamp";
491
+ const _cTSr = "createdTimeStamp";
463
492
  const _cTl = "clientToken";
464
493
  const _cTo = "completionTime";
465
494
  const _cTr = "creationTime";
@@ -489,12 +518,14 @@ const _dP = "destinationPrefix";
489
518
  const _dPE = "deletionProtectionEnabled";
490
519
  const _dPS = "dataProtectionStatus";
491
520
  const _dRA = "destinationResourceArn";
492
- const _dS = "deliverySources";
521
+ const _dS = "dataSource";
493
522
  const _dSN = "deliverySourceName";
494
523
  const _dSNa = "dataSourceName";
495
524
  const _dSRA = "dataSourceRoleArn";
496
- const _dSa = "dataSource";
497
- const _dSe = "deliverySource";
525
+ const _dST = "dataSourceType";
526
+ const _dSa = "dataSources";
527
+ const _dSe = "deliverySources";
528
+ const _dSel = "deliverySource";
498
529
  const _dT = "destinationType";
499
530
  const _dTC = "dateTimeConverter";
500
531
  const _dTP = "dynamicTokenPosition";
@@ -535,6 +566,7 @@ const _eT = "exportTasks";
535
566
  const _eTn = "endTime";
536
567
  const _eTr = "errorType";
537
568
  const _eV = "extractedValues";
569
+ const _el = "element";
538
570
  const _en = "entries";
539
571
  const _ena = "enabled";
540
572
  const _end = "endpoint";
@@ -548,6 +580,7 @@ const _fET = "firstEventTime";
548
580
  const _fETi = "firstEventTimestamp";
549
581
  const _fI = "fieldIndexes";
550
582
  const _fIN = "fieldIndexName";
583
+ const _fINi = "fieldIndexNames";
551
584
  const _fLGA = "filterLogGroupArn";
552
585
  const _fN = "filterName";
553
586
  const _fNP = "filterNamePrefix";
@@ -556,14 +589,17 @@ const _fS = "firstSeen";
556
589
  const _fSC = "fieldSelectionCriteria";
557
590
  const _fSi = "fieldStream";
558
591
  const _fU = "forceUpdate";
559
- const _fi = "field";
560
- const _fie = "fields";
592
+ const _fi = "fields";
593
+ const _fie = "field";
561
594
  const _fl = "flatten";
562
595
  const _fo = "force";
563
596
  const _g = "grok";
597
+ const _gB = "groupBy";
598
+ const _gI = "groupingIdentifiers";
564
599
  const _h = "histogram";
565
600
  const _hE = "httpError";
566
- const _i = "id";
601
+ const _i = "identifier";
602
+ const _iA = "integrationArn";
567
603
  const _iD = "integrationDetails";
568
604
  const _iDs = "isDynamic";
569
605
  const _iLA = "includeLinkedAccounts";
@@ -578,7 +614,7 @@ const _iSn = "integrationSummaries";
578
614
  const _iT = "ingestionTime";
579
615
  const _iTN = "inferredTokenName";
580
616
  const _iTn = "integrationType";
581
- const _id = "identifier";
617
+ const _id = "id";
582
618
  const _in = "interleaved";
583
619
  const _k = "key";
584
620
  const _kA = "keyAttributes";
@@ -594,10 +630,14 @@ const _lEM = "logEventMessages";
594
630
  const _lES = "lastExecutionStatus";
595
631
  const _lET = "lastEventTime";
596
632
  const _lETa = "lastEventTimestamp";
633
+ const _lF = "logFields";
634
+ const _lFN = "logFieldName";
635
+ const _lFT = "logFieldType";
597
636
  const _lG = "logGroups";
598
637
  const _lGA = "logGroupArn";
599
638
  const _lGAL = "logGroupArnList";
600
- const _lGC = "logGroupClass";
639
+ const _lGC = "logGroupCount";
640
+ const _lGCo = "logGroupClass";
601
641
  const _lGF = "logGroupFields";
602
642
  const _lGI = "logGroupIdentifiers";
603
643
  const _lGIo = "logGroupIdentifier";
@@ -731,6 +771,7 @@ const _sPu = "suppressionPeriod";
731
771
  const _sQ = "scheduledQueries";
732
772
  const _sQA = "scheduledQueryArn";
733
773
  const _sR = "sessionResults";
774
+ const _sRt = "statusReason";
734
775
  const _sS = "suppressionState";
735
776
  const _sST = "scheduleStartTime";
736
777
  const _sSe = "sessionStart";
@@ -749,6 +790,7 @@ const _se = "service";
749
790
  const _ser = "server";
750
791
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.cloudwatchlogs";
751
792
  const _so = "source";
793
+ const _sou = "sources";
752
794
  const _st = "state";
753
795
  const _sta = "status";
754
796
  const _stat = "statistics";
@@ -812,6 +854,14 @@ export var AccountPolicy = [
812
854
  ];
813
855
  export var AddKeyEntry = [3, n0, _AKE, 0, [_k, _v, _oIE], [0, 0, 2]];
814
856
  export var AddKeys = [3, n0, _AK, 0, [_en], [() => AddKeyEntries]];
857
+ export var AggregateLogGroupSummary = [
858
+ 3,
859
+ n0,
860
+ _ALGS,
861
+ 0,
862
+ [_lGC, _gI],
863
+ [1, () => GroupingIdentifiers],
864
+ ];
815
865
  export var Anomaly = [
816
866
  3,
817
867
  n0,
@@ -829,6 +879,15 @@ export var AnomalyDetector = [
829
879
  [0, 0, 64 | 0, 0, 0, 0, 0, 1, 1, 1],
830
880
  ];
831
881
  export var AssociateKmsKeyRequest = [3, n0, _AKKR, 0, [_lGN, _kKI, _rI], [0, 0, 0]];
882
+ export var AssociateSourceToS3TableIntegrationRequest = [
883
+ 3,
884
+ n0,
885
+ _ASTSTIR,
886
+ 0,
887
+ [_iA, _dS],
888
+ [0, () => DataSource],
889
+ ];
890
+ export var AssociateSourceToS3TableIntegrationResponse = [3, n0, _ASTSTIRs, 0, [_i], [0]];
832
891
  export var CancelExportTaskRequest = [3, n0, _CETR, 0, [_tI], [0]];
833
892
  export var ConfigurationTemplate = [
834
893
  3,
@@ -891,7 +950,7 @@ export var CreateLogGroupRequest = [
891
950
  n0,
892
951
  _CLGR,
893
952
  0,
894
- [_lGN, _kKI, _ta, _lGC, _dPE],
953
+ [_lGN, _kKI, _ta, _lGCo, _dPE],
895
954
  [0, 0, 128 | 0, 0, 2],
896
955
  ];
897
956
  export var CreateLogStreamRequest = [3, n0, _CLSR, 0, [_lGN, _lSN], [0, 0]];
@@ -916,6 +975,8 @@ export var DataAlreadyAcceptedException = [
916
975
  [0, 0],
917
976
  ];
918
977
  TypeRegistry.for(n0).registerError(DataAlreadyAcceptedException, __DataAlreadyAcceptedException);
978
+ export var DataSource = [3, n0, _DS, 0, [_n, _ty], [0, 0]];
979
+ export var DataSourceFilter = [3, n0, _DSF, 0, [_n, _ty], [0, 0]];
919
980
  export var DateTimeConverter = [
920
981
  3,
921
982
  n0,
@@ -928,7 +989,7 @@ export var DeleteAccountPolicyRequest = [3, n0, _DAPR, 0, [_pN, _pT], [0, 0]];
928
989
  export var DeleteDataProtectionPolicyRequest = [3, n0, _DDPPR, 0, [_lGIo], [0]];
929
990
  export var DeleteDeliveryDestinationPolicyRequest = [3, n0, _DDDPR, 0, [_dDN], [0]];
930
991
  export var DeleteDeliveryDestinationRequest = [3, n0, _DDDR, 0, [_n], [0]];
931
- export var DeleteDeliveryRequest = [3, n0, _DDR, 0, [_i], [0]];
992
+ export var DeleteDeliveryRequest = [3, n0, _DDR, 0, [_id], [0]];
932
993
  export var DeleteDeliverySourceRequest = [3, n0, _DDSR, 0, [_n], [0]];
933
994
  export var DeleteDestinationRequest = [3, n0, _DDRe, 0, [_dNe], [0]];
934
995
  export var DeleteIndexPolicyRequest = [3, n0, _DIPR, 0, [_lGIo], [0]];
@@ -944,7 +1005,7 @@ export var DeleteQueryDefinitionRequest = [3, n0, _DQDR, 0, [_qDI], [0]];
944
1005
  export var DeleteQueryDefinitionResponse = [3, n0, _DQDRe, 0, [_suc], [2]];
945
1006
  export var DeleteResourcePolicyRequest = [3, n0, _DRPR, 0, [_pN, _rA, _eRI], [0, 0, 0]];
946
1007
  export var DeleteRetentionPolicyRequest = [3, n0, _DRPRe, 0, [_lGN], [0]];
947
- export var DeleteScheduledQueryRequest = [3, n0, _DSQR, 0, [_id], [0]];
1008
+ export var DeleteScheduledQueryRequest = [3, n0, _DSQR, 0, [_i], [0]];
948
1009
  export var DeleteScheduledQueryResponse = [3, n0, _DSQRe, 0, [], []];
949
1010
  export var DeleteSubscriptionFilterRequest = [3, n0, _DSFR, 0, [_lGN, _fN], [0, 0]];
950
1011
  export var DeleteTransformerRequest = [3, n0, _DTR, 0, [_lGIo], [0]];
@@ -953,7 +1014,7 @@ export var Delivery = [
953
1014
  n0,
954
1015
  _D,
955
1016
  0,
956
- [_i, _ar, _dSN, _dDA, _dDT, _rF, _fD, _sDC, _ta],
1017
+ [_id, _ar, _dSN, _dDA, _dDT, _rF, _fD, _sDC, _ta],
957
1018
  [0, 0, 0, 0, 0, 64 | 0, 0, () => S3DeliveryConfiguration, 128 | 0],
958
1019
  ];
959
1020
  export var DeliveryDestination = [
@@ -968,7 +1029,7 @@ export var DeliveryDestinationConfiguration = [3, n0, _DDC, 0, [_dRA], [0]];
968
1029
  export var DeliverySource = [
969
1030
  3,
970
1031
  n0,
971
- _DS,
1032
+ _DSe,
972
1033
  0,
973
1034
  [_n, _ar, _rAe, _se, _lT, _ta],
974
1035
  [0, 0, 64 | 0, 0, 0, 128 | 0],
@@ -1022,7 +1083,7 @@ export var DescribeDeliverySourcesResponse = [
1022
1083
  n0,
1023
1084
  _DDSRes,
1024
1085
  0,
1025
- [_dS, _nT],
1086
+ [_dSe, _nT],
1026
1087
  [() => DeliverySources, 0],
1027
1088
  ];
1028
1089
  export var DescribeDestinationsRequest = [3, n0, _DDRescr, 0, [_DNP, _nT, _li], [0, 0, 1]];
@@ -1059,7 +1120,7 @@ export var DescribeLogGroupsRequest = [
1059
1120
  n0,
1060
1121
  _DLGRe,
1061
1122
  0,
1062
- [_aIc, _lGNP, _lGNPo, _nT, _li, _iLA, _lGC, _lGI],
1123
+ [_aIc, _lGNP, _lGNPo, _nT, _li, _iLA, _lGCo, _lGI],
1063
1124
  [64 | 0, 0, 0, 0, 1, 2, 0, 64 | 0],
1064
1125
  ];
1065
1126
  export var DescribeLogGroupsResponse = [3, n0, _DLGRes, 0, [_lG, _nT], [() => LogGroups, 0]];
@@ -1148,6 +1209,8 @@ export var DescribeSubscriptionFiltersResponse = [
1148
1209
  export var Destination = [3, n0, _De, 0, [_dNe, _tA, _rAo, _aPc, _ar, _cTr], [0, 0, 0, 0, 0, 1]];
1149
1210
  export var DestinationConfiguration = [3, n0, _DC, 0, [_sCo], [() => S3Configuration]];
1150
1211
  export var DisassociateKmsKeyRequest = [3, n0, _DKKR, 0, [_lGN, _rI], [0, 0]];
1212
+ export var DisassociateSourceFromS3TableIntegrationRequest = [3, n0, _DSFSTIR, 0, [_i], [0]];
1213
+ export var DisassociateSourceFromS3TableIntegrationResponse = [3, n0, _DSFSTIRi, 0, [_i], [0]];
1151
1214
  export var Entity = [3, n0, _E, 0, [_kA, _at], [128 | 0, 128 | 0]];
1152
1215
  export var ExportTask = [
1153
1216
  3,
@@ -1159,7 +1222,14 @@ export var ExportTask = [
1159
1222
  ];
1160
1223
  export var ExportTaskExecutionInfo = [3, n0, _ETEI, 0, [_cTr, _cTo], [1, 1]];
1161
1224
  export var ExportTaskStatus = [3, n0, _ETS, 0, [_cod, _m], [0, 0]];
1162
- export var FieldIndex = [3, n0, _FI, 0, [_lGIo, _fIN, _lST, _fET, _lET], [0, 0, 1, 1, 1]];
1225
+ export var FieldIndex = [
1226
+ 3,
1227
+ n0,
1228
+ _FI,
1229
+ 0,
1230
+ [_lGIo, _fIN, _lST, _fET, _lET, _ty],
1231
+ [0, 0, 1, 1, 1, 0],
1232
+ ];
1163
1233
  export var FieldsData = [3, n0, _FD, 0, [_da], [21]];
1164
1234
  export var FilteredLogEvent = [3, n0, _FLE, 0, [_lSN, _tim, _m, _iT, _eIv], [0, 1, 0, 1, 0]];
1165
1235
  export var FilterLogEventsRequest = [
@@ -1191,10 +1261,10 @@ export var GetDeliveryDestinationResponse = [
1191
1261
  [_dDe],
1192
1262
  [() => DeliveryDestination],
1193
1263
  ];
1194
- export var GetDeliveryRequest = [3, n0, _GDR, 0, [_i], [0]];
1264
+ export var GetDeliveryRequest = [3, n0, _GDR, 0, [_id], [0]];
1195
1265
  export var GetDeliveryResponse = [3, n0, _GDRe, 0, [_de], [() => Delivery]];
1196
1266
  export var GetDeliverySourceRequest = [3, n0, _GDSR, 0, [_n], [0]];
1197
- export var GetDeliverySourceResponse = [3, n0, _GDSRe, 0, [_dSe], [() => DeliverySource]];
1267
+ export var GetDeliverySourceResponse = [3, n0, _GDSRe, 0, [_dSel], [() => DeliverySource]];
1198
1268
  export var GetIntegrationRequest = [3, n0, _GIR, 0, [_iN], [0]];
1199
1269
  export var GetIntegrationResponse = [
1200
1270
  3,
@@ -1229,6 +1299,8 @@ export var GetLogEventsResponse = [
1229
1299
  [_ev, _nFT, _nBT],
1230
1300
  [() => OutputLogEvents, 0, 0],
1231
1301
  ];
1302
+ export var GetLogFieldsRequest = [3, n0, _GLFR, 0, [_dSNa, _dST], [0, 0]];
1303
+ export var GetLogFieldsResponse = [3, n0, _GLFRe, 0, [_lF], [() => LogFieldsList]];
1232
1304
  export var GetLogGroupFieldsRequest = [3, n0, _GLGFR, 0, [_lGN, _time, _lGIo], [0, 1, 0]];
1233
1305
  export var GetLogGroupFieldsResponse = [3, n0, _GLGFRe, 0, [_lGF], [() => LogGroupFieldList]];
1234
1306
  export var GetLogObjectRequest = [3, n0, _GLOR, 0, [_u, _lOP], [2, 0]];
@@ -1256,7 +1328,7 @@ export var GetScheduledQueryHistoryRequest = [
1256
1328
  n0,
1257
1329
  _GSQHR,
1258
1330
  0,
1259
- [_id, _sTt, _eTn, _eS, _mR, _nT],
1331
+ [_i, _sTt, _eTn, _eS, _mR, _nT],
1260
1332
  [0, 1, 1, 64 | 0, 1, 0],
1261
1333
  ];
1262
1334
  export var GetScheduledQueryHistoryResponse = [
@@ -1267,7 +1339,7 @@ export var GetScheduledQueryHistoryResponse = [
1267
1339
  [_n, _sQA, _tH, _nT],
1268
1340
  [0, 0, () => TriggerHistoryRecordList, 0],
1269
1341
  ];
1270
- export var GetScheduledQueryRequest = [3, n0, _GSQR, 0, [_id], [0]];
1342
+ export var GetScheduledQueryRequest = [3, n0, _GSQR, 0, [_i], [0]];
1271
1343
  export var GetScheduledQueryResponse = [
1272
1344
  3,
1273
1345
  n0,
@@ -1286,6 +1358,7 @@ export var GetTransformerResponse = [
1286
1358
  [0, 1, 1, () => Processors],
1287
1359
  ];
1288
1360
  export var Grok = [3, n0, _G, 0, [_so, _ma], [0, 0]];
1361
+ export var GroupingIdentifier = [3, n0, _GI, 0, [_k, _v], [0, 0]];
1289
1362
  export var IndexPolicy = [3, n0, _IP, 0, [_lGIo, _lUTa, _pD, _pN, _so], [0, 1, 0, 0, 0]];
1290
1363
  export var InputLogEvent = [3, n0, _ILE, 0, [_tim, _m], [1, 0]];
1291
1364
  export var IntegrationSummary = [3, n0, _IS, 0, [_iN, _iTn, _iS], [0, 0, 0]];
@@ -1356,6 +1429,22 @@ export var LimitExceededException = [
1356
1429
  [0],
1357
1430
  ];
1358
1431
  TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
1432
+ export var ListAggregateLogGroupSummariesRequest = [
1433
+ 3,
1434
+ n0,
1435
+ _LALGSR,
1436
+ 0,
1437
+ [_aIc, _iLA, _lGCo, _lGNPo, _dSa, _gB, _nT, _li],
1438
+ [64 | 0, 2, 0, 0, () => DataSourceFilters, 0, 0, 1],
1439
+ ];
1440
+ export var ListAggregateLogGroupSummariesResponse = [
1441
+ 3,
1442
+ n0,
1443
+ _LALGSRi,
1444
+ 0,
1445
+ [_aLGS, _nT],
1446
+ [() => AggregateLogGroupSummaries, 0],
1447
+ ];
1359
1448
  export var ListAnomaliesRequest = [3, n0, _LAR, 0, [_aDA, _sS, _li, _nT], [0, 0, 1, 0]];
1360
1449
  export var ListAnomaliesResponse = [3, n0, _LARi, 0, [_an, _nT], [() => Anomalies, 0]];
1361
1450
  export var ListIntegrationsRequest = [3, n0, _LIR, 0, [_iNP, _iTn, _iS], [0, 0, 0]];
@@ -1376,8 +1465,8 @@ export var ListLogGroupsRequest = [
1376
1465
  n0,
1377
1466
  _LLGR,
1378
1467
  0,
1379
- [_lGNPo, _lGC, _iLA, _aIc, _nT, _li],
1380
- [0, 0, 2, 64 | 0, 0, 1],
1468
+ [_lGNPo, _lGCo, _iLA, _aIc, _nT, _li, _dSa, _fINi],
1469
+ [0, 0, 2, 64 | 0, 0, 1, () => DataSourceFilters, 64 | 0],
1381
1470
  ];
1382
1471
  export var ListLogGroupsResponse = [3, n0, _LLGRi, 0, [_lG, _nT], [() => LogGroupSummaries, 0]];
1383
1472
  export var ListScheduledQueriesRequest = [3, n0, _LSQR, 0, [_mR, _nT, _st], [1, 0, 0]];
@@ -1389,6 +1478,22 @@ export var ListScheduledQueriesResponse = [
1389
1478
  [_nT, _sQ],
1390
1479
  [0, () => ScheduledQuerySummaryList],
1391
1480
  ];
1481
+ export var ListSourcesForS3TableIntegrationRequest = [
1482
+ 3,
1483
+ n0,
1484
+ _LSFSTIR,
1485
+ 0,
1486
+ [_iA, _mR, _nT],
1487
+ [0, 1, 0],
1488
+ ];
1489
+ export var ListSourcesForS3TableIntegrationResponse = [
1490
+ 3,
1491
+ n0,
1492
+ _LSFSTIRi,
1493
+ 0,
1494
+ [_sou, _nT],
1495
+ [() => S3TableIntegrationSources, 0],
1496
+ ];
1392
1497
  export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [0]];
1393
1498
  export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_ta], [128 | 0]];
1394
1499
  export var ListTagsLogGroupRequest = [3, n0, _LTLGR, 0, [_lGN], [0]];
@@ -1420,16 +1525,25 @@ export var LiveTailSessionUpdate = [
1420
1525
  [() => LiveTailSessionMetadata, () => LiveTailSessionResults],
1421
1526
  ];
1422
1527
  export var LogEvent = [3, n0, _LE, 0, [_tim, _m], [1, 0]];
1528
+ export var LogFieldsListItem = [3, n0, _LFLI, 0, [_lFN, _lFT], [0, () => LogFieldType]];
1529
+ export var LogFieldType = [
1530
+ 3,
1531
+ n0,
1532
+ _LFT,
1533
+ 0,
1534
+ [_ty, _el, _fi],
1535
+ [0, () => LogFieldType, () => LogFieldsList],
1536
+ ];
1423
1537
  export var LogGroup = [
1424
1538
  3,
1425
1539
  n0,
1426
1540
  _LG,
1427
1541
  0,
1428
- [_lGN, _cTr, _rID, _mFC, _ar, _sB, _kKI, _dPS, _iPn, _lGC, _lGA, _dPE],
1542
+ [_lGN, _cTr, _rID, _mFC, _ar, _sB, _kKI, _dPS, _iPn, _lGCo, _lGA, _dPE],
1429
1543
  [0, 1, 1, 1, 0, 1, 0, 0, 64 | 0, 0, 0, 2],
1430
1544
  ];
1431
1545
  export var LogGroupField = [3, n0, _LGF, 0, [_n, _pe], [0, 1]];
1432
- export var LogGroupSummary = [3, n0, _LGS, 0, [_lGN, _lGA, _lGC], [0, 0, 0]];
1546
+ export var LogGroupSummary = [3, n0, _LGS, 0, [_lGN, _lGA, _lGCo], [0, 0, 0]];
1433
1547
  export var LogStream = [
1434
1548
  3,
1435
1549
  n0,
@@ -1514,7 +1628,7 @@ export var OpenSearchIntegrationDetails = [
1514
1628
  n0,
1515
1629
  _OSID,
1516
1630
  0,
1517
- [_dSa, _ap, _col, _w, _eP, _nP, _aPc, _lP],
1631
+ [_dS, _ap, _col, _w, _eP, _nP, _aPc, _lP],
1518
1632
  [
1519
1633
  () => OpenSearchDataSource,
1520
1634
  () => OpenSearchApplication,
@@ -1674,7 +1788,7 @@ export var PutDeliveryDestinationResponse = [
1674
1788
  [() => DeliveryDestination],
1675
1789
  ];
1676
1790
  export var PutDeliverySourceRequest = [3, n0, _PDSR, 0, [_n, _rA, _lT, _ta], [0, 0, 0, 128 | 0]];
1677
- export var PutDeliverySourceResponse = [3, n0, _PDSRu, 0, [_dSe], [() => DeliverySource]];
1791
+ export var PutDeliverySourceResponse = [3, n0, _PDSRu, 0, [_dSel], [() => DeliverySource]];
1678
1792
  export var PutDestinationPolicyRequest = [3, n0, _PDPR, 0, [_dNe, _aPc, _fU], [0, 0, 2]];
1679
1793
  export var PutDestinationRequest = [3, n0, _PDR, 0, [_dNe, _tA, _rAo, _ta], [0, 0, 0, 128 | 0]];
1680
1794
  export var PutDestinationResponse = [3, n0, _PDRu, 0, [_des], [() => Destination]];
@@ -1796,9 +1910,17 @@ export var ResourcePolicy = [
1796
1910
  [_pN, _pD, _lUT, _pSo, _rA, _rIev],
1797
1911
  [0, 0, 1, 0, 0, 0],
1798
1912
  ];
1799
- export var ResultField = [3, n0, _RFe, 0, [_fi, _v], [0, 0]];
1913
+ export var ResultField = [3, n0, _RFe, 0, [_fie, _v], [0, 0]];
1800
1914
  export var S3Configuration = [3, n0, _SC, 0, [_dI, _rAo], [0, 0]];
1801
1915
  export var S3DeliveryConfiguration = [3, n0, _SDC, 0, [_sP, _eHCP], [0, 2]];
1916
+ export var S3TableIntegrationSource = [
1917
+ 3,
1918
+ n0,
1919
+ _STIS,
1920
+ 0,
1921
+ [_i, _dS, _sta, _sRt, _cTSr],
1922
+ [0, () => DataSource, 0, 0, 1],
1923
+ ];
1802
1924
  export var ScheduledQueryDestination = [
1803
1925
  3,
1804
1926
  n0,
@@ -1967,7 +2089,7 @@ export var UpdateDeliveryConfigurationRequest = [
1967
2089
  n0,
1968
2090
  _UDCR,
1969
2091
  0,
1970
- [_i, _rF, _fD, _sDC],
2092
+ [_id, _rF, _fD, _sDC],
1971
2093
  [0, 64 | 0, 0, () => S3DeliveryConfiguration],
1972
2094
  ];
1973
2095
  export var UpdateDeliveryConfigurationResponse = [3, n0, _UDCRp, 0, [], []];
@@ -1984,7 +2106,7 @@ export var UpdateScheduledQueryRequest = [
1984
2106
  n0,
1985
2107
  _USQR,
1986
2108
  0,
1987
- [_id, _d, _qL, _qS, _lGI, _sE, _ti, _sTO, _dC, _sST, _sET, _eRA, _st],
2109
+ [_i, _d, _qL, _qS, _lGI, _sE, _ti, _sTO, _dC, _sST, _sET, _eRA, _st],
1988
2110
  [0, 0, 0, 0, 64 | 0, 0, 0, 1, () => DestinationConfiguration, 1, 1, 0, 0],
1989
2111
  ];
1990
2112
  export var UpdateScheduledQueryResponse = [
@@ -2013,6 +2135,7 @@ TypeRegistry.for(_sm).registerError(CloudWatchLogsServiceException, __CloudWatch
2013
2135
  export var AccountIds = 64 | 0;
2014
2136
  export var AccountPolicies = [1, n0, _APc, 0, () => AccountPolicy];
2015
2137
  export var AddKeyEntries = [1, n0, _AKEd, 0, () => AddKeyEntry];
2138
+ export var AggregateLogGroupSummaries = [1, n0, _ALGSg, 0, () => AggregateLogGroupSummary];
2016
2139
  export var AllowedFieldDelimiters = 64 | 0;
2017
2140
  export var AllowedFields = [1, n0, _AF, 0, () => RecordField];
2018
2141
  export var Anomalies = [1, n0, _An, 0, () => Anomaly];
@@ -2021,11 +2144,12 @@ export var Columns = 64 | 0;
2021
2144
  export var ConfigurationTemplates = [1, n0, _CTo, 0, () => ConfigurationTemplate];
2022
2145
  export var CopyValueEntries = [1, n0, _CVEo, 0, () => CopyValueEntry];
2023
2146
  export var DashboardViewerPrincipals = 64 | 0;
2147
+ export var DataSourceFilters = [1, n0, _DSFa, 0, () => DataSourceFilter];
2024
2148
  export var DeleteWithKeys = 64 | 0;
2025
2149
  export var Deliveries = [1, n0, _Del, 0, () => Delivery];
2026
2150
  export var DeliveryDestinations = [1, n0, _DDe, 0, () => DeliveryDestination];
2027
2151
  export var DeliveryDestinationTypes = 64 | 0;
2028
- export var DeliverySources = [1, n0, _DSe, 0, () => DeliverySource];
2152
+ export var DeliverySources = [1, n0, _DSel, 0, () => DeliverySource];
2029
2153
  export var DescribeFieldIndexesLogGroupIdentifiers = 64 | 0;
2030
2154
  export var DescribeIndexPoliciesLogGroupIdentifiers = 64 | 0;
2031
2155
  export var DescribeLogGroupsLogGroupIdentifiers = 64 | 0;
@@ -2034,13 +2158,16 @@ export var EmitSystemFields = 64 | 0;
2034
2158
  export var ExecutionStatusList = 64 | 0;
2035
2159
  export var ExportTasks = [1, n0, _ETx, 0, () => ExportTask];
2036
2160
  export var FieldIndexes = [1, n0, _FIi, 0, () => FieldIndex];
2161
+ export var FieldIndexNames = 64 | 0;
2037
2162
  export var FilteredLogEvents = [1, n0, _FLEi, 0, () => FilteredLogEvent];
2163
+ export var GroupingIdentifiers = [1, n0, _GIr, 0, () => GroupingIdentifier];
2038
2164
  export var IndexPolicies = [1, n0, _IPn, 0, () => IndexPolicy];
2039
2165
  export var InheritedProperties = 64 | 0;
2040
2166
  export var InputLogEvents = [1, n0, _ILEn, 0, () => InputLogEvent];
2041
2167
  export var InputLogStreamNames = 64 | 0;
2042
2168
  export var IntegrationSummaries = [1, n0, _ISn, 0, () => IntegrationSummary];
2043
2169
  export var LiveTailSessionResults = [1, n0, _LTSR, 0, () => LiveTailSessionLogEvent];
2170
+ export var LogFieldsList = [1, n0, _LFL, 0, () => LogFieldsListItem];
2044
2171
  export var LogGroupArnList = 64 | 0;
2045
2172
  export var LogGroupFieldList = [1, n0, _LGFL, 0, () => LogGroupField];
2046
2173
  export var LogGroupIdentifiers = 64 | 0;
@@ -2069,6 +2196,7 @@ export var ResourceArns = 64 | 0;
2069
2196
  export var ResourcePolicies = [1, n0, _RPe, 0, () => ResourcePolicy];
2070
2197
  export var ResourceTypes = 64 | 0;
2071
2198
  export var ResultRows = [1, n0, _RR, 0, () => ResultField];
2199
+ export var S3TableIntegrationSources = [1, n0, _STISa, 0, () => S3TableIntegrationSource];
2072
2200
  export var ScheduledQueryDestinationList = [1, n0, _SQDL, 0, () => ScheduledQueryDestination];
2073
2201
  export var ScheduledQueryLogGroupIdentifiers = 64 | 0;
2074
2202
  export var ScheduledQuerySummaryList = [1, n0, _SQSL, 0, () => ScheduledQuerySummary];
@@ -2100,7 +2228,7 @@ export var GetLogObjectResponseStream = [
2100
2228
  {
2101
2229
  [_str]: 1,
2102
2230
  },
2103
- [_fie, _ISEn],
2231
+ [_fi, _ISEn],
2104
2232
  [() => FieldsData, [() => InternalStreamingException, 0]],
2105
2233
  ];
2106
2234
  export var IntegrationDetails = [3, n0, _ID, 0, [_oSID], [() => OpenSearchIntegrationDetails]];
@@ -2121,6 +2249,14 @@ export var StartLiveTailResponseStream = [
2121
2249
  ],
2122
2250
  ];
2123
2251
  export var AssociateKmsKey = [9, n0, _AKK, 0, () => AssociateKmsKeyRequest, () => __Unit];
2252
+ export var AssociateSourceToS3TableIntegration = [
2253
+ 9,
2254
+ n0,
2255
+ _ASTSTI,
2256
+ 0,
2257
+ () => AssociateSourceToS3TableIntegrationRequest,
2258
+ () => AssociateSourceToS3TableIntegrationResponse,
2259
+ ];
2124
2260
  export var CancelExportTask = [9, n0, _CET, 0, () => CancelExportTaskRequest, () => __Unit];
2125
2261
  export var CreateDelivery = [
2126
2262
  9,
@@ -2260,7 +2396,7 @@ export var DeleteScheduledQuery = [
2260
2396
  export var DeleteSubscriptionFilter = [
2261
2397
  9,
2262
2398
  n0,
2263
- _DSF,
2399
+ _DSFe,
2264
2400
  0,
2265
2401
  () => DeleteSubscriptionFilterRequest,
2266
2402
  () => __Unit,
@@ -2389,12 +2525,20 @@ export var DescribeResourcePolicies = [
2389
2525
  export var DescribeSubscriptionFilters = [
2390
2526
  9,
2391
2527
  n0,
2392
- _DSFe,
2528
+ _DSFes,
2393
2529
  0,
2394
2530
  () => DescribeSubscriptionFiltersRequest,
2395
2531
  () => DescribeSubscriptionFiltersResponse,
2396
2532
  ];
2397
2533
  export var DisassociateKmsKey = [9, n0, _DKK, 0, () => DisassociateKmsKeyRequest, () => __Unit];
2534
+ export var DisassociateSourceFromS3TableIntegration = [
2535
+ 9,
2536
+ n0,
2537
+ _DSFSTI,
2538
+ 0,
2539
+ () => DisassociateSourceFromS3TableIntegrationRequest,
2540
+ () => DisassociateSourceFromS3TableIntegrationResponse,
2541
+ ];
2398
2542
  export var FilterLogEvents = [
2399
2543
  9,
2400
2544
  n0,
@@ -2439,7 +2583,7 @@ export var GetDeliverySource = [
2439
2583
  export var GetIntegration = [
2440
2584
  9,
2441
2585
  n0,
2442
- _GI,
2586
+ _GIe,
2443
2587
  0,
2444
2588
  () => GetIntegrationRequest,
2445
2589
  () => GetIntegrationResponse,
@@ -2460,6 +2604,14 @@ export var GetLogEvents = [
2460
2604
  () => GetLogEventsRequest,
2461
2605
  () => GetLogEventsResponse,
2462
2606
  ];
2607
+ export var GetLogFields = [
2608
+ 9,
2609
+ n0,
2610
+ _GLF,
2611
+ 0,
2612
+ () => GetLogFieldsRequest,
2613
+ () => GetLogFieldsResponse,
2614
+ ];
2463
2615
  export var GetLogGroupFields = [
2464
2616
  9,
2465
2617
  n0,
@@ -2518,6 +2670,14 @@ export var GetTransformer = [
2518
2670
  () => GetTransformerRequest,
2519
2671
  () => GetTransformerResponse,
2520
2672
  ];
2673
+ export var ListAggregateLogGroupSummaries = [
2674
+ 9,
2675
+ n0,
2676
+ _LALGS,
2677
+ 0,
2678
+ () => ListAggregateLogGroupSummariesRequest,
2679
+ () => ListAggregateLogGroupSummariesResponse,
2680
+ ];
2521
2681
  export var ListAnomalies = [
2522
2682
  9,
2523
2683
  n0,
@@ -2566,6 +2726,14 @@ export var ListScheduledQueries = [
2566
2726
  () => ListScheduledQueriesRequest,
2567
2727
  () => ListScheduledQueriesResponse,
2568
2728
  ];
2729
+ export var ListSourcesForS3TableIntegration = [
2730
+ 9,
2731
+ n0,
2732
+ _LSFSTI,
2733
+ 0,
2734
+ () => ListSourcesForS3TableIntegrationRequest,
2735
+ () => ListSourcesForS3TableIntegrationResponse,
2736
+ ];
2569
2737
  export var ListTagsForResource = [
2570
2738
  9,
2571
2739
  n0,