@aws-sdk/client-cloudwatch-logs 3.1019.0 → 3.1021.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 (62) hide show
  1. package/README.md +35 -0
  2. package/dist-cjs/index.js +70 -0
  3. package/dist-cjs/schemas/schemas_0.js +110 -16
  4. package/dist-es/CloudWatchLogs.js +14 -4
  5. package/dist-es/commands/CreateLookupTableCommand.js +16 -0
  6. package/dist-es/commands/DeleteLookupTableCommand.js +16 -0
  7. package/dist-es/commands/DescribeLookupTablesCommand.js +16 -0
  8. package/dist-es/commands/GetLookupTableCommand.js +16 -0
  9. package/dist-es/commands/UpdateLookupTableCommand.js +16 -0
  10. package/dist-es/commands/index.js +5 -0
  11. package/dist-es/index.js +1 -0
  12. package/dist-es/models/models_1.js +1 -0
  13. package/dist-es/schemas/schemas_0.js +101 -7
  14. package/dist-types/CloudWatchLogs.d.ts +144 -108
  15. package/dist-types/CloudWatchLogsClient.d.ts +118 -113
  16. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  17. package/dist-types/commands/CreateLookupTableCommand.d.ts +103 -0
  18. package/dist-types/commands/DeleteLookupTableCommand.d.ts +86 -0
  19. package/dist-types/commands/DescribeLookupTablesCommand.d.ts +103 -0
  20. package/dist-types/commands/GetLogFieldsCommand.d.ts +2 -1
  21. package/dist-types/commands/GetLookupTableCommand.d.ts +92 -0
  22. package/dist-types/commands/UpdateLookupTableCommand.d.ts +97 -0
  23. package/dist-types/commands/UpdateScheduledQueryCommand.d.ts +1 -1
  24. package/dist-types/commands/index.d.ts +5 -0
  25. package/dist-types/index.d.ts +2 -1
  26. package/dist-types/models/models_0.d.ts +216 -201
  27. package/dist-types/models/models_1.d.ts +234 -0
  28. package/dist-types/pagination/DescribeConfigurationTemplatesPaginator.d.ts +1 -1
  29. package/dist-types/pagination/DescribeDeliveriesPaginator.d.ts +1 -1
  30. package/dist-types/pagination/DescribeDeliveryDestinationsPaginator.d.ts +1 -1
  31. package/dist-types/pagination/DescribeDeliverySourcesPaginator.d.ts +1 -1
  32. package/dist-types/pagination/DescribeDestinationsPaginator.d.ts +1 -1
  33. package/dist-types/pagination/DescribeLogGroupsPaginator.d.ts +1 -1
  34. package/dist-types/pagination/DescribeLogStreamsPaginator.d.ts +1 -1
  35. package/dist-types/pagination/DescribeMetricFiltersPaginator.d.ts +1 -1
  36. package/dist-types/pagination/DescribeSubscriptionFiltersPaginator.d.ts +1 -1
  37. package/dist-types/pagination/FilterLogEventsPaginator.d.ts +1 -1
  38. package/dist-types/pagination/GetLogEventsPaginator.d.ts +1 -1
  39. package/dist-types/pagination/GetScheduledQueryHistoryPaginator.d.ts +1 -1
  40. package/dist-types/pagination/ListAggregateLogGroupSummariesPaginator.d.ts +1 -1
  41. package/dist-types/pagination/ListAnomaliesPaginator.d.ts +1 -1
  42. package/dist-types/pagination/ListLogAnomalyDetectorsPaginator.d.ts +1 -1
  43. package/dist-types/pagination/ListLogGroupsForQueryPaginator.d.ts +1 -1
  44. package/dist-types/pagination/ListScheduledQueriesPaginator.d.ts +1 -1
  45. package/dist-types/pagination/ListSourcesForS3TableIntegrationPaginator.d.ts +1 -1
  46. package/dist-types/schemas/schemas_0.d.ts +15 -0
  47. package/dist-types/ts3.4/CloudWatchLogs.d.ts +86 -0
  48. package/dist-types/ts3.4/CloudWatchLogsClient.d.ts +32 -3
  49. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/CreateLookupTableCommand.d.ts +51 -0
  51. package/dist-types/ts3.4/commands/DeleteLookupTableCommand.d.ts +46 -0
  52. package/dist-types/ts3.4/commands/DescribeLookupTablesCommand.d.ts +51 -0
  53. package/dist-types/ts3.4/commands/GetLogFieldsCommand.d.ts +2 -1
  54. package/dist-types/ts3.4/commands/GetLookupTableCommand.d.ts +50 -0
  55. package/dist-types/ts3.4/commands/UpdateLookupTableCommand.d.ts +49 -0
  56. package/dist-types/ts3.4/commands/UpdateScheduledQueryCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  58. package/dist-types/ts3.4/index.d.ts +1 -0
  59. package/dist-types/ts3.4/models/models_0.d.ts +49 -45
  60. package/dist-types/ts3.4/models/models_1.d.ts +53 -0
  61. package/dist-types/ts3.4/schemas/schemas_0.d.ts +15 -0
  62. package/package.json +15 -15
@@ -10,6 +10,7 @@ import { CreateImportTaskCommand, } from "./commands/CreateImportTaskCommand";
10
10
  import { CreateLogAnomalyDetectorCommand, } from "./commands/CreateLogAnomalyDetectorCommand";
11
11
  import { CreateLogGroupCommand, } from "./commands/CreateLogGroupCommand";
12
12
  import { CreateLogStreamCommand, } from "./commands/CreateLogStreamCommand";
13
+ import { CreateLookupTableCommand, } from "./commands/CreateLookupTableCommand";
13
14
  import { CreateScheduledQueryCommand, } from "./commands/CreateScheduledQueryCommand";
14
15
  import { DeleteAccountPolicyCommand, } from "./commands/DeleteAccountPolicyCommand";
15
16
  import { DeleteDataProtectionPolicyCommand, } from "./commands/DeleteDataProtectionPolicyCommand";
@@ -23,6 +24,7 @@ import { DeleteIntegrationCommand, } from "./commands/DeleteIntegrationCommand";
23
24
  import { DeleteLogAnomalyDetectorCommand, } from "./commands/DeleteLogAnomalyDetectorCommand";
24
25
  import { DeleteLogGroupCommand, } from "./commands/DeleteLogGroupCommand";
25
26
  import { DeleteLogStreamCommand, } from "./commands/DeleteLogStreamCommand";
27
+ import { DeleteLookupTableCommand, } from "./commands/DeleteLookupTableCommand";
26
28
  import { DeleteMetricFilterCommand, } from "./commands/DeleteMetricFilterCommand";
27
29
  import { DeleteQueryDefinitionCommand, } from "./commands/DeleteQueryDefinitionCommand";
28
30
  import { DeleteResourcePolicyCommand, } from "./commands/DeleteResourcePolicyCommand";
@@ -43,6 +45,7 @@ import { DescribeImportTasksCommand, } from "./commands/DescribeImportTasksComma
43
45
  import { DescribeIndexPoliciesCommand, } from "./commands/DescribeIndexPoliciesCommand";
44
46
  import { DescribeLogGroupsCommand, } from "./commands/DescribeLogGroupsCommand";
45
47
  import { DescribeLogStreamsCommand, } from "./commands/DescribeLogStreamsCommand";
48
+ import { DescribeLookupTablesCommand, } from "./commands/DescribeLookupTablesCommand";
46
49
  import { DescribeMetricFiltersCommand, } from "./commands/DescribeMetricFiltersCommand";
47
50
  import { DescribeQueriesCommand, } from "./commands/DescribeQueriesCommand";
48
51
  import { DescribeQueryDefinitionsCommand, } from "./commands/DescribeQueryDefinitionsCommand";
@@ -52,7 +55,7 @@ import { DisassociateKmsKeyCommand, } from "./commands/DisassociateKmsKeyCommand
52
55
  import { DisassociateSourceFromS3TableIntegrationCommand, } from "./commands/DisassociateSourceFromS3TableIntegrationCommand";
53
56
  import { FilterLogEventsCommand, } from "./commands/FilterLogEventsCommand";
54
57
  import { GetDataProtectionPolicyCommand, } from "./commands/GetDataProtectionPolicyCommand";
55
- import { GetDeliveryCommand } from "./commands/GetDeliveryCommand";
58
+ import { GetDeliveryCommand, } from "./commands/GetDeliveryCommand";
56
59
  import { GetDeliveryDestinationCommand, } from "./commands/GetDeliveryDestinationCommand";
57
60
  import { GetDeliveryDestinationPolicyCommand, } from "./commands/GetDeliveryDestinationPolicyCommand";
58
61
  import { GetDeliverySourceCommand, } from "./commands/GetDeliverySourceCommand";
@@ -63,6 +66,7 @@ import { GetLogFieldsCommand, } from "./commands/GetLogFieldsCommand";
63
66
  import { GetLogGroupFieldsCommand, } from "./commands/GetLogGroupFieldsCommand";
64
67
  import { GetLogObjectCommand, } from "./commands/GetLogObjectCommand";
65
68
  import { GetLogRecordCommand, } from "./commands/GetLogRecordCommand";
69
+ import { GetLookupTableCommand, } from "./commands/GetLookupTableCommand";
66
70
  import { GetQueryResultsCommand, } from "./commands/GetQueryResultsCommand";
67
71
  import { GetScheduledQueryCommand, } from "./commands/GetScheduledQueryCommand";
68
72
  import { GetScheduledQueryHistoryCommand, } from "./commands/GetScheduledQueryHistoryCommand";
@@ -96,10 +100,10 @@ import { PutRetentionPolicyCommand, } from "./commands/PutRetentionPolicyCommand
96
100
  import { PutSubscriptionFilterCommand, } from "./commands/PutSubscriptionFilterCommand";
97
101
  import { PutTransformerCommand, } from "./commands/PutTransformerCommand";
98
102
  import { StartLiveTailCommand, } from "./commands/StartLiveTailCommand";
99
- import { StartQueryCommand } from "./commands/StartQueryCommand";
103
+ import { StartQueryCommand, } from "./commands/StartQueryCommand";
100
104
  import { StopQueryCommand } from "./commands/StopQueryCommand";
101
- import { TagLogGroupCommand } from "./commands/TagLogGroupCommand";
102
- import { TagResourceCommand } from "./commands/TagResourceCommand";
105
+ import { TagLogGroupCommand, } from "./commands/TagLogGroupCommand";
106
+ import { TagResourceCommand, } from "./commands/TagResourceCommand";
103
107
  import { TestMetricFilterCommand, } from "./commands/TestMetricFilterCommand";
104
108
  import { TestTransformerCommand, } from "./commands/TestTransformerCommand";
105
109
  import { UntagLogGroupCommand, } from "./commands/UntagLogGroupCommand";
@@ -107,6 +111,7 @@ import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
107
111
  import { UpdateAnomalyCommand, } from "./commands/UpdateAnomalyCommand";
108
112
  import { UpdateDeliveryConfigurationCommand, } from "./commands/UpdateDeliveryConfigurationCommand";
109
113
  import { UpdateLogAnomalyDetectorCommand, } from "./commands/UpdateLogAnomalyDetectorCommand";
114
+ import { UpdateLookupTableCommand, } from "./commands/UpdateLookupTableCommand";
110
115
  import { UpdateScheduledQueryCommand, } from "./commands/UpdateScheduledQueryCommand";
111
116
  import { paginateDescribeConfigurationTemplates } from "./pagination/DescribeConfigurationTemplatesPaginator";
112
117
  import { paginateDescribeDeliveries } from "./pagination/DescribeDeliveriesPaginator";
@@ -137,6 +142,7 @@ const commands = {
137
142
  CreateLogAnomalyDetectorCommand,
138
143
  CreateLogGroupCommand,
139
144
  CreateLogStreamCommand,
145
+ CreateLookupTableCommand,
140
146
  CreateScheduledQueryCommand,
141
147
  DeleteAccountPolicyCommand,
142
148
  DeleteDataProtectionPolicyCommand,
@@ -150,6 +156,7 @@ const commands = {
150
156
  DeleteLogAnomalyDetectorCommand,
151
157
  DeleteLogGroupCommand,
152
158
  DeleteLogStreamCommand,
159
+ DeleteLookupTableCommand,
153
160
  DeleteMetricFilterCommand,
154
161
  DeleteQueryDefinitionCommand,
155
162
  DeleteResourcePolicyCommand,
@@ -170,6 +177,7 @@ const commands = {
170
177
  DescribeIndexPoliciesCommand,
171
178
  DescribeLogGroupsCommand,
172
179
  DescribeLogStreamsCommand,
180
+ DescribeLookupTablesCommand,
173
181
  DescribeMetricFiltersCommand,
174
182
  DescribeQueriesCommand,
175
183
  DescribeQueryDefinitionsCommand,
@@ -190,6 +198,7 @@ const commands = {
190
198
  GetLogGroupFieldsCommand,
191
199
  GetLogObjectCommand,
192
200
  GetLogRecordCommand,
201
+ GetLookupTableCommand,
193
202
  GetQueryResultsCommand,
194
203
  GetScheduledQueryCommand,
195
204
  GetScheduledQueryHistoryCommand,
@@ -234,6 +243,7 @@ const commands = {
234
243
  UpdateAnomalyCommand,
235
244
  UpdateDeliveryConfigurationCommand,
236
245
  UpdateLogAnomalyDetectorCommand,
246
+ UpdateLookupTableCommand,
237
247
  UpdateScheduledQueryCommand,
238
248
  };
239
249
  const paginators = {
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { CreateLookupTable$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class CreateLookupTableCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("Logs_20140328", "CreateLookupTable", {})
13
+ .n("CloudWatchLogsClient", "CreateLookupTableCommand")
14
+ .sc(CreateLookupTable$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { DeleteLookupTable$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class DeleteLookupTableCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("Logs_20140328", "DeleteLookupTable", {})
13
+ .n("CloudWatchLogsClient", "DeleteLookupTableCommand")
14
+ .sc(DeleteLookupTable$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { DescribeLookupTables$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class DescribeLookupTablesCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("Logs_20140328", "DescribeLookupTables", {})
13
+ .n("CloudWatchLogsClient", "DescribeLookupTablesCommand")
14
+ .sc(DescribeLookupTables$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { GetLookupTable$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class GetLookupTableCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("Logs_20140328", "GetLookupTable", {})
13
+ .n("CloudWatchLogsClient", "GetLookupTableCommand")
14
+ .sc(GetLookupTable$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { UpdateLookupTable$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class UpdateLookupTableCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("Logs_20140328", "UpdateLookupTable", {})
13
+ .n("CloudWatchLogsClient", "UpdateLookupTableCommand")
14
+ .sc(UpdateLookupTable$)
15
+ .build() {
16
+ }
@@ -8,6 +8,7 @@ export * from "./CreateImportTaskCommand";
8
8
  export * from "./CreateLogAnomalyDetectorCommand";
9
9
  export * from "./CreateLogGroupCommand";
10
10
  export * from "./CreateLogStreamCommand";
11
+ export * from "./CreateLookupTableCommand";
11
12
  export * from "./CreateScheduledQueryCommand";
12
13
  export * from "./DeleteAccountPolicyCommand";
13
14
  export * from "./DeleteDataProtectionPolicyCommand";
@@ -21,6 +22,7 @@ export * from "./DeleteIntegrationCommand";
21
22
  export * from "./DeleteLogAnomalyDetectorCommand";
22
23
  export * from "./DeleteLogGroupCommand";
23
24
  export * from "./DeleteLogStreamCommand";
25
+ export * from "./DeleteLookupTableCommand";
24
26
  export * from "./DeleteMetricFilterCommand";
25
27
  export * from "./DeleteQueryDefinitionCommand";
26
28
  export * from "./DeleteResourcePolicyCommand";
@@ -41,6 +43,7 @@ export * from "./DescribeImportTasksCommand";
41
43
  export * from "./DescribeIndexPoliciesCommand";
42
44
  export * from "./DescribeLogGroupsCommand";
43
45
  export * from "./DescribeLogStreamsCommand";
46
+ export * from "./DescribeLookupTablesCommand";
44
47
  export * from "./DescribeMetricFiltersCommand";
45
48
  export * from "./DescribeQueriesCommand";
46
49
  export * from "./DescribeQueryDefinitionsCommand";
@@ -61,6 +64,7 @@ export * from "./GetLogFieldsCommand";
61
64
  export * from "./GetLogGroupFieldsCommand";
62
65
  export * from "./GetLogObjectCommand";
63
66
  export * from "./GetLogRecordCommand";
67
+ export * from "./GetLookupTableCommand";
64
68
  export * from "./GetQueryResultsCommand";
65
69
  export * from "./GetScheduledQueryCommand";
66
70
  export * from "./GetScheduledQueryHistoryCommand";
@@ -105,4 +109,5 @@ export * from "./UntagResourceCommand";
105
109
  export * from "./UpdateAnomalyCommand";
106
110
  export * from "./UpdateDeliveryConfigurationCommand";
107
111
  export * from "./UpdateLogAnomalyDetectorCommand";
112
+ export * from "./UpdateLookupTableCommand";
108
113
  export * from "./UpdateScheduledQueryCommand";
package/dist-es/index.js CHANGED
@@ -6,4 +6,5 @@ export * from "./pagination";
6
6
  export * from "./models/enums";
7
7
  export * from "./models/errors";
8
8
  export * from "./models/models_0";
9
+ export * from "./models/models_1";
9
10
  export { CloudWatchLogsServiceException } from "./models/CloudWatchLogsServiceException";
@@ -0,0 +1 @@
1
+ export {};
@@ -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
  ];