@aws-sdk/client-cloudwatch-logs 3.927.0 → 3.929.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +2751 -2844
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/CloudWatchLogsClient.js +2 -0
- package/dist-es/commands/AssociateKmsKeyCommand.js +3 -9
- package/dist-es/commands/CancelExportTaskCommand.js +3 -9
- package/dist-es/commands/CreateDeliveryCommand.js +3 -9
- package/dist-es/commands/CreateExportTaskCommand.js +3 -9
- package/dist-es/commands/CreateLogAnomalyDetectorCommand.js +3 -9
- package/dist-es/commands/CreateLogGroupCommand.js +3 -9
- package/dist-es/commands/CreateLogStreamCommand.js +3 -9
- package/dist-es/commands/DeleteAccountPolicyCommand.js +3 -9
- package/dist-es/commands/DeleteDataProtectionPolicyCommand.js +3 -9
- package/dist-es/commands/DeleteDeliveryCommand.js +3 -9
- package/dist-es/commands/DeleteDeliveryDestinationCommand.js +3 -9
- package/dist-es/commands/DeleteDeliveryDestinationPolicyCommand.js +3 -9
- package/dist-es/commands/DeleteDeliverySourceCommand.js +3 -9
- package/dist-es/commands/DeleteDestinationCommand.js +3 -9
- package/dist-es/commands/DeleteIndexPolicyCommand.js +3 -9
- package/dist-es/commands/DeleteIntegrationCommand.js +3 -9
- package/dist-es/commands/DeleteLogAnomalyDetectorCommand.js +3 -9
- package/dist-es/commands/DeleteLogGroupCommand.js +3 -9
- package/dist-es/commands/DeleteLogStreamCommand.js +3 -9
- package/dist-es/commands/DeleteMetricFilterCommand.js +3 -9
- package/dist-es/commands/DeleteQueryDefinitionCommand.js +3 -9
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
- package/dist-es/commands/DeleteRetentionPolicyCommand.js +3 -9
- package/dist-es/commands/DeleteSubscriptionFilterCommand.js +3 -9
- package/dist-es/commands/DeleteTransformerCommand.js +3 -9
- package/dist-es/commands/DescribeAccountPoliciesCommand.js +3 -9
- package/dist-es/commands/DescribeConfigurationTemplatesCommand.js +3 -9
- package/dist-es/commands/DescribeDeliveriesCommand.js +3 -9
- package/dist-es/commands/DescribeDeliveryDestinationsCommand.js +3 -9
- package/dist-es/commands/DescribeDeliverySourcesCommand.js +3 -9
- package/dist-es/commands/DescribeDestinationsCommand.js +3 -9
- package/dist-es/commands/DescribeExportTasksCommand.js +3 -9
- package/dist-es/commands/DescribeFieldIndexesCommand.js +3 -9
- package/dist-es/commands/DescribeIndexPoliciesCommand.js +3 -9
- package/dist-es/commands/DescribeLogGroupsCommand.js +3 -9
- package/dist-es/commands/DescribeLogStreamsCommand.js +3 -9
- package/dist-es/commands/DescribeMetricFiltersCommand.js +3 -9
- package/dist-es/commands/DescribeQueriesCommand.js +3 -9
- package/dist-es/commands/DescribeQueryDefinitionsCommand.js +3 -9
- package/dist-es/commands/DescribeResourcePoliciesCommand.js +3 -9
- package/dist-es/commands/DescribeSubscriptionFiltersCommand.js +3 -9
- package/dist-es/commands/DisassociateKmsKeyCommand.js +3 -9
- package/dist-es/commands/FilterLogEventsCommand.js +3 -9
- package/dist-es/commands/GetDataProtectionPolicyCommand.js +3 -9
- package/dist-es/commands/GetDeliveryCommand.js +3 -9
- package/dist-es/commands/GetDeliveryDestinationCommand.js +3 -9
- package/dist-es/commands/GetDeliveryDestinationPolicyCommand.js +3 -9
- package/dist-es/commands/GetDeliverySourceCommand.js +3 -9
- package/dist-es/commands/GetIntegrationCommand.js +3 -9
- package/dist-es/commands/GetLogAnomalyDetectorCommand.js +3 -9
- package/dist-es/commands/GetLogEventsCommand.js +3 -9
- package/dist-es/commands/GetLogGroupFieldsCommand.js +3 -9
- package/dist-es/commands/GetLogObjectCommand.js +3 -10
- package/dist-es/commands/GetLogRecordCommand.js +3 -9
- package/dist-es/commands/GetQueryResultsCommand.js +3 -9
- package/dist-es/commands/GetTransformerCommand.js +3 -9
- package/dist-es/commands/ListAnomaliesCommand.js +3 -9
- package/dist-es/commands/ListIntegrationsCommand.js +3 -9
- package/dist-es/commands/ListLogAnomalyDetectorsCommand.js +3 -9
- package/dist-es/commands/ListLogGroupsCommand.js +3 -9
- package/dist-es/commands/ListLogGroupsForQueryCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListTagsLogGroupCommand.js +3 -9
- package/dist-es/commands/PutAccountPolicyCommand.js +3 -9
- package/dist-es/commands/PutDataProtectionPolicyCommand.js +3 -9
- package/dist-es/commands/PutDeliveryDestinationCommand.js +3 -9
- package/dist-es/commands/PutDeliveryDestinationPolicyCommand.js +3 -9
- package/dist-es/commands/PutDeliverySourceCommand.js +3 -9
- package/dist-es/commands/PutDestinationCommand.js +3 -9
- package/dist-es/commands/PutDestinationPolicyCommand.js +3 -9
- package/dist-es/commands/PutIndexPolicyCommand.js +3 -9
- package/dist-es/commands/PutIntegrationCommand.js +3 -9
- package/dist-es/commands/PutLogEventsCommand.js +3 -9
- package/dist-es/commands/PutMetricFilterCommand.js +3 -9
- package/dist-es/commands/PutQueryDefinitionCommand.js +3 -9
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
- package/dist-es/commands/PutRetentionPolicyCommand.js +3 -9
- package/dist-es/commands/PutSubscriptionFilterCommand.js +3 -9
- package/dist-es/commands/PutTransformerCommand.js +3 -9
- package/dist-es/commands/StartLiveTailCommand.js +3 -10
- package/dist-es/commands/StartQueryCommand.js +3 -9
- package/dist-es/commands/StopQueryCommand.js +3 -9
- package/dist-es/commands/TagLogGroupCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/TestMetricFilterCommand.js +3 -9
- package/dist-es/commands/TestTransformerCommand.js +3 -9
- package/dist-es/commands/UntagLogGroupCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateAnomalyCommand.js +3 -9
- package/dist-es/commands/UpdateDeliveryConfigurationCommand.js +3 -9
- package/dist-es/commands/UpdateLogAnomalyDetectorCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -28
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +2543 -0
- package/dist-types/CloudWatchLogsClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -16
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +439 -0
- package/dist-types/ts3.4/CloudWatchLogsClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -12
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +444 -0
- package/package.json +8 -7
- package/dist-es/protocols/Aws_json1_1.js +0 -2116
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -821
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -1100
|
@@ -0,0 +1,2543 @@
|
|
|
1
|
+
const _A = "Anomaly";
|
|
2
|
+
const _AD = "AnomalyDetector";
|
|
3
|
+
const _ADE = "AccessDeniedException";
|
|
4
|
+
const _ADn = "AnomalyDetectors";
|
|
5
|
+
const _AF = "AllowedFields";
|
|
6
|
+
const _AK = "AddKeys";
|
|
7
|
+
const _AKE = "AddKeyEntry";
|
|
8
|
+
const _AKEd = "AddKeyEntries";
|
|
9
|
+
const _AKK = "AssociateKmsKey";
|
|
10
|
+
const _AKKR = "AssociateKmsKeyRequest";
|
|
11
|
+
const _AP = "AccountPolicy";
|
|
12
|
+
const _APc = "AccountPolicies";
|
|
13
|
+
const _An = "Anomalies";
|
|
14
|
+
const _CD = "CreateDelivery";
|
|
15
|
+
const _CDR = "CreateDeliveryRequest";
|
|
16
|
+
const _CDRr = "CreateDeliveryResponse";
|
|
17
|
+
const _CE = "ConflictException";
|
|
18
|
+
const _CET = "CancelExportTask";
|
|
19
|
+
const _CETR = "CancelExportTaskRequest";
|
|
20
|
+
const _CETRr = "CreateExportTaskRequest";
|
|
21
|
+
const _CETRre = "CreateExportTaskResponse";
|
|
22
|
+
const _CETr = "CreateExportTask";
|
|
23
|
+
const _CLAD = "CreateLogAnomalyDetector";
|
|
24
|
+
const _CLADR = "CreateLogAnomalyDetectorRequest";
|
|
25
|
+
const _CLADRr = "CreateLogAnomalyDetectorResponse";
|
|
26
|
+
const _CLG = "CreateLogGroup";
|
|
27
|
+
const _CLGR = "CreateLogGroupRequest";
|
|
28
|
+
const _CLS = "CreateLogStream";
|
|
29
|
+
const _CLSR = "CreateLogStreamRequest";
|
|
30
|
+
const _CSV = "CSV";
|
|
31
|
+
const _CT = "ConfigurationTemplate";
|
|
32
|
+
const _CTDCV = "ConfigurationTemplateDeliveryConfigValues";
|
|
33
|
+
const _CTo = "ConfigurationTemplates";
|
|
34
|
+
const _CV = "CopyValue";
|
|
35
|
+
const _CVE = "CopyValueEntry";
|
|
36
|
+
const _CVEo = "CopyValueEntries";
|
|
37
|
+
const _D = "Delivery";
|
|
38
|
+
const _DAAE = "DataAlreadyAcceptedException";
|
|
39
|
+
const _DAP = "DeleteAccountPolicy";
|
|
40
|
+
const _DAPR = "DeleteAccountPolicyRequest";
|
|
41
|
+
const _DAPRe = "DescribeAccountPoliciesRequest";
|
|
42
|
+
const _DAPRes = "DescribeAccountPoliciesResponse";
|
|
43
|
+
const _DAPe = "DescribeAccountPolicies";
|
|
44
|
+
const _DCT = "DescribeConfigurationTemplates";
|
|
45
|
+
const _DCTR = "DescribeConfigurationTemplatesRequest";
|
|
46
|
+
const _DCTRe = "DescribeConfigurationTemplatesResponse";
|
|
47
|
+
const _DD = "DeliveryDestination";
|
|
48
|
+
const _DDC = "DeliveryDestinationConfiguration";
|
|
49
|
+
const _DDD = "DeleteDeliveryDestination";
|
|
50
|
+
const _DDDP = "DeleteDeliveryDestinationPolicy";
|
|
51
|
+
const _DDDPR = "DeleteDeliveryDestinationPolicyRequest";
|
|
52
|
+
const _DDDR = "DeleteDeliveryDestinationRequest";
|
|
53
|
+
const _DDDRe = "DescribeDeliveryDestinationsRequest";
|
|
54
|
+
const _DDDRes = "DescribeDeliveryDestinationsResponse";
|
|
55
|
+
const _DDDe = "DescribeDeliveryDestinations";
|
|
56
|
+
const _DDPP = "DeleteDataProtectionPolicy";
|
|
57
|
+
const _DDPPR = "DeleteDataProtectionPolicyRequest";
|
|
58
|
+
const _DDR = "DeleteDeliveryRequest";
|
|
59
|
+
const _DDRe = "DeleteDestinationRequest";
|
|
60
|
+
const _DDRes = "DescribeDeliveriesRequest";
|
|
61
|
+
const _DDResc = "DescribeDeliveriesResponse";
|
|
62
|
+
const _DDRescr = "DescribeDestinationsRequest";
|
|
63
|
+
const _DDRescri = "DescribeDestinationsResponse";
|
|
64
|
+
const _DDS = "DeleteDeliverySource";
|
|
65
|
+
const _DDSR = "DeleteDeliverySourceRequest";
|
|
66
|
+
const _DDSRe = "DescribeDeliverySourcesRequest";
|
|
67
|
+
const _DDSRes = "DescribeDeliverySourcesResponse";
|
|
68
|
+
const _DDSe = "DescribeDeliverySources";
|
|
69
|
+
const _DDe = "DeliveryDestinations";
|
|
70
|
+
const _DDel = "DeleteDelivery";
|
|
71
|
+
const _DDele = "DeleteDestination";
|
|
72
|
+
const _DDes = "DescribeDeliveries";
|
|
73
|
+
const _DDesc = "DescribeDestinations";
|
|
74
|
+
const _DET = "DescribeExportTasks";
|
|
75
|
+
const _DETR = "DescribeExportTasksRequest";
|
|
76
|
+
const _DETRe = "DescribeExportTasksResponse";
|
|
77
|
+
const _DFI = "DescribeFieldIndexes";
|
|
78
|
+
const _DFIR = "DescribeFieldIndexesRequest";
|
|
79
|
+
const _DFIRe = "DescribeFieldIndexesResponse";
|
|
80
|
+
const _DI = "DeleteIntegration";
|
|
81
|
+
const _DIP = "DeleteIndexPolicy";
|
|
82
|
+
const _DIPR = "DeleteIndexPolicyRequest";
|
|
83
|
+
const _DIPRe = "DeleteIndexPolicyResponse";
|
|
84
|
+
const _DIPRes = "DescribeIndexPoliciesRequest";
|
|
85
|
+
const _DIPResc = "DescribeIndexPoliciesResponse";
|
|
86
|
+
const _DIPe = "DescribeIndexPolicies";
|
|
87
|
+
const _DIR = "DeleteIntegrationRequest";
|
|
88
|
+
const _DIRe = "DeleteIntegrationResponse";
|
|
89
|
+
const _DK = "DeleteKeys";
|
|
90
|
+
const _DKK = "DisassociateKmsKey";
|
|
91
|
+
const _DKKR = "DisassociateKmsKeyRequest";
|
|
92
|
+
const _DLAD = "DeleteLogAnomalyDetector";
|
|
93
|
+
const _DLADR = "DeleteLogAnomalyDetectorRequest";
|
|
94
|
+
const _DLG = "DeleteLogGroup";
|
|
95
|
+
const _DLGR = "DeleteLogGroupRequest";
|
|
96
|
+
const _DLGRe = "DescribeLogGroupsRequest";
|
|
97
|
+
const _DLGRes = "DescribeLogGroupsResponse";
|
|
98
|
+
const _DLGe = "DescribeLogGroups";
|
|
99
|
+
const _DLS = "DeleteLogStream";
|
|
100
|
+
const _DLSR = "DeleteLogStreamRequest";
|
|
101
|
+
const _DLSRe = "DescribeLogStreamsRequest";
|
|
102
|
+
const _DLSRes = "DescribeLogStreamsResponse";
|
|
103
|
+
const _DLSe = "DescribeLogStreams";
|
|
104
|
+
const _DMF = "DeleteMetricFilter";
|
|
105
|
+
const _DMFR = "DeleteMetricFilterRequest";
|
|
106
|
+
const _DMFRe = "DescribeMetricFiltersRequest";
|
|
107
|
+
const _DMFRes = "DescribeMetricFiltersResponse";
|
|
108
|
+
const _DMFe = "DescribeMetricFilters";
|
|
109
|
+
const _DNP = "DestinationNamePrefix";
|
|
110
|
+
const _DQ = "DescribeQueries";
|
|
111
|
+
const _DQD = "DeleteQueryDefinition";
|
|
112
|
+
const _DQDR = "DeleteQueryDefinitionRequest";
|
|
113
|
+
const _DQDRe = "DeleteQueryDefinitionResponse";
|
|
114
|
+
const _DQDRes = "DescribeQueryDefinitionsRequest";
|
|
115
|
+
const _DQDResc = "DescribeQueryDefinitionsResponse";
|
|
116
|
+
const _DQDe = "DescribeQueryDefinitions";
|
|
117
|
+
const _DQR = "DescribeQueriesRequest";
|
|
118
|
+
const _DQRe = "DescribeQueriesResponse";
|
|
119
|
+
const _DRP = "DeleteResourcePolicy";
|
|
120
|
+
const _DRPR = "DeleteResourcePolicyRequest";
|
|
121
|
+
const _DRPRe = "DeleteRetentionPolicyRequest";
|
|
122
|
+
const _DRPRes = "DescribeResourcePoliciesRequest";
|
|
123
|
+
const _DRPResc = "DescribeResourcePoliciesResponse";
|
|
124
|
+
const _DRPe = "DeleteRetentionPolicy";
|
|
125
|
+
const _DRPes = "DescribeResourcePolicies";
|
|
126
|
+
const _DS = "DeliverySource";
|
|
127
|
+
const _DSF = "DeleteSubscriptionFilter";
|
|
128
|
+
const _DSFR = "DeleteSubscriptionFilterRequest";
|
|
129
|
+
const _DSFRe = "DescribeSubscriptionFiltersRequest";
|
|
130
|
+
const _DSFRes = "DescribeSubscriptionFiltersResponse";
|
|
131
|
+
const _DSFe = "DescribeSubscriptionFilters";
|
|
132
|
+
const _DSe = "DeliverySources";
|
|
133
|
+
const _DT = "DeleteTransformer";
|
|
134
|
+
const _DTC = "DateTimeConverter";
|
|
135
|
+
const _DTR = "DeleteTransformerRequest";
|
|
136
|
+
const _De = "Destination";
|
|
137
|
+
const _Del = "Deliveries";
|
|
138
|
+
const _Des = "Destinations";
|
|
139
|
+
const _E = "Entity";
|
|
140
|
+
const _ET = "ExportTask";
|
|
141
|
+
const _ETEI = "ExportTaskExecutionInfo";
|
|
142
|
+
const _ETS = "ExportTaskStatus";
|
|
143
|
+
const _ETx = "ExportTasks";
|
|
144
|
+
const _FD = "FieldsData";
|
|
145
|
+
const _FI = "FieldIndex";
|
|
146
|
+
const _FIi = "FieldIndexes";
|
|
147
|
+
const _FLE = "FilteredLogEvent";
|
|
148
|
+
const _FLER = "FilterLogEventsRequest";
|
|
149
|
+
const _FLERi = "FilterLogEventsResponse";
|
|
150
|
+
const _FLEi = "FilteredLogEvents";
|
|
151
|
+
const _FLEil = "FilterLogEvents";
|
|
152
|
+
const _G = "Grok";
|
|
153
|
+
const _GD = "GetDelivery";
|
|
154
|
+
const _GDD = "GetDeliveryDestination";
|
|
155
|
+
const _GDDP = "GetDeliveryDestinationPolicy";
|
|
156
|
+
const _GDDPR = "GetDeliveryDestinationPolicyRequest";
|
|
157
|
+
const _GDDPRe = "GetDeliveryDestinationPolicyResponse";
|
|
158
|
+
const _GDDR = "GetDeliveryDestinationRequest";
|
|
159
|
+
const _GDDRe = "GetDeliveryDestinationResponse";
|
|
160
|
+
const _GDPP = "GetDataProtectionPolicy";
|
|
161
|
+
const _GDPPR = "GetDataProtectionPolicyRequest";
|
|
162
|
+
const _GDPPRe = "GetDataProtectionPolicyResponse";
|
|
163
|
+
const _GDR = "GetDeliveryRequest";
|
|
164
|
+
const _GDRe = "GetDeliveryResponse";
|
|
165
|
+
const _GDS = "GetDeliverySource";
|
|
166
|
+
const _GDSR = "GetDeliverySourceRequest";
|
|
167
|
+
const _GDSRe = "GetDeliverySourceResponse";
|
|
168
|
+
const _GI = "GetIntegration";
|
|
169
|
+
const _GIR = "GetIntegrationRequest";
|
|
170
|
+
const _GIRe = "GetIntegrationResponse";
|
|
171
|
+
const _GLAD = "GetLogAnomalyDetector";
|
|
172
|
+
const _GLADR = "GetLogAnomalyDetectorRequest";
|
|
173
|
+
const _GLADRe = "GetLogAnomalyDetectorResponse";
|
|
174
|
+
const _GLE = "GetLogEvents";
|
|
175
|
+
const _GLER = "GetLogEventsRequest";
|
|
176
|
+
const _GLERe = "GetLogEventsResponse";
|
|
177
|
+
const _GLGF = "GetLogGroupFields";
|
|
178
|
+
const _GLGFR = "GetLogGroupFieldsRequest";
|
|
179
|
+
const _GLGFRe = "GetLogGroupFieldsResponse";
|
|
180
|
+
const _GLO = "GetLogObject";
|
|
181
|
+
const _GLOR = "GetLogObjectRequest";
|
|
182
|
+
const _GLORS = "GetLogObjectResponseStream";
|
|
183
|
+
const _GLORe = "GetLogObjectResponse";
|
|
184
|
+
const _GLR = "GetLogRecord";
|
|
185
|
+
const _GLRR = "GetLogRecordRequest";
|
|
186
|
+
const _GLRRe = "GetLogRecordResponse";
|
|
187
|
+
const _GQR = "GetQueryResults";
|
|
188
|
+
const _GQRR = "GetQueryResultsRequest";
|
|
189
|
+
const _GQRRe = "GetQueryResultsResponse";
|
|
190
|
+
const _GT = "GetTransformer";
|
|
191
|
+
const _GTR = "GetTransformerRequest";
|
|
192
|
+
const _GTRe = "GetTransformerResponse";
|
|
193
|
+
const _ID = "IntegrationDetails";
|
|
194
|
+
const _ILE = "InputLogEvent";
|
|
195
|
+
const _ILEn = "InputLogEvents";
|
|
196
|
+
const _IOE = "InvalidOperationException";
|
|
197
|
+
const _IP = "IndexPolicy";
|
|
198
|
+
const _IPE = "InvalidParameterException";
|
|
199
|
+
const _IPn = "IndexPolicies";
|
|
200
|
+
const _IS = "IntegrationSummary";
|
|
201
|
+
const _ISE = "InternalStreamingException";
|
|
202
|
+
const _ISTE = "InvalidSequenceTokenException";
|
|
203
|
+
const _ISn = "IntegrationSummaries";
|
|
204
|
+
const _LA = "ListAnomalies";
|
|
205
|
+
const _LAR = "ListAnomaliesRequest";
|
|
206
|
+
const _LARi = "ListAnomaliesResponse";
|
|
207
|
+
const _LCS = "LowerCaseString";
|
|
208
|
+
const _LE = "LogEvent";
|
|
209
|
+
const _LEE = "LimitExceededException";
|
|
210
|
+
const _LG = "LogGroup";
|
|
211
|
+
const _LGF = "LogGroupField";
|
|
212
|
+
const _LGFL = "LogGroupFieldList";
|
|
213
|
+
const _LGS = "LogGroupSummary";
|
|
214
|
+
const _LGSo = "LogGroupSummaries";
|
|
215
|
+
const _LGo = "LogGroups";
|
|
216
|
+
const _LI = "ListIntegrations";
|
|
217
|
+
const _LIR = "ListIntegrationsRequest";
|
|
218
|
+
const _LIRi = "ListIntegrationsResponse";
|
|
219
|
+
const _LLAD = "ListLogAnomalyDetectors";
|
|
220
|
+
const _LLADR = "ListLogAnomalyDetectorsRequest";
|
|
221
|
+
const _LLADRi = "ListLogAnomalyDetectorsResponse";
|
|
222
|
+
const _LLG = "ListLogGroups";
|
|
223
|
+
const _LLGFQ = "ListLogGroupsForQuery";
|
|
224
|
+
const _LLGFQR = "ListLogGroupsForQueryRequest";
|
|
225
|
+
const _LLGFQRi = "ListLogGroupsForQueryResponse";
|
|
226
|
+
const _LLGR = "ListLogGroupsRequest";
|
|
227
|
+
const _LLGRi = "ListLogGroupsResponse";
|
|
228
|
+
const _LS = "LogStream";
|
|
229
|
+
const _LSo = "LogSamples";
|
|
230
|
+
const _LSog = "LogStreams";
|
|
231
|
+
const _LTFR = "ListTagsForResource";
|
|
232
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
233
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
234
|
+
const _LTLG = "ListTagsLogGroup";
|
|
235
|
+
const _LTLGR = "ListTagsLogGroupRequest";
|
|
236
|
+
const _LTLGRi = "ListTagsLogGroupResponse";
|
|
237
|
+
const _LTM = "ListToMap";
|
|
238
|
+
const _LTSLE = "LiveTailSessionLogEvent";
|
|
239
|
+
const _LTSM = "LiveTailSessionMetadata";
|
|
240
|
+
const _LTSR = "LiveTailSessionResults";
|
|
241
|
+
const _LTSS = "LiveTailSessionStart";
|
|
242
|
+
const _LTSU = "LiveTailSessionUpdate";
|
|
243
|
+
const _MF = "MetricFilter";
|
|
244
|
+
const _MFM = "MetricFilterMatches";
|
|
245
|
+
const _MFMR = "MetricFilterMatchRecord";
|
|
246
|
+
const _MFe = "MetricFilters";
|
|
247
|
+
const _MK = "MoveKeys";
|
|
248
|
+
const _MKE = "MoveKeyEntry";
|
|
249
|
+
const _MKEo = "MoveKeyEntries";
|
|
250
|
+
const _MQE = "MalformedQueryException";
|
|
251
|
+
const _MT = "MetricTransformation";
|
|
252
|
+
const _MTe = "MetricTransformations";
|
|
253
|
+
const _OAE = "OperationAbortedException";
|
|
254
|
+
const _OLE = "OutputLogEvent";
|
|
255
|
+
const _OLEu = "OutputLogEvents";
|
|
256
|
+
const _OSA = "OpenSearchApplication";
|
|
257
|
+
const _OSC = "OpenSearchCollection";
|
|
258
|
+
const _OSDAP = "OpenSearchDataAccessPolicy";
|
|
259
|
+
const _OSDS = "OpenSearchDataSource";
|
|
260
|
+
const _OSEP = "OpenSearchEncryptionPolicy";
|
|
261
|
+
const _OSID = "OpenSearchIntegrationDetails";
|
|
262
|
+
const _OSLP = "OpenSearchLifecyclePolicy";
|
|
263
|
+
const _OSNP = "OpenSearchNetworkPolicy";
|
|
264
|
+
const _OSRC = "OpenSearchResourceConfig";
|
|
265
|
+
const _OSRS = "OpenSearchResourceStatus";
|
|
266
|
+
const _OSW = "OpenSearchWorkspace";
|
|
267
|
+
const _P = "Policy";
|
|
268
|
+
const _PAP = "PutAccountPolicy";
|
|
269
|
+
const _PAPR = "PutAccountPolicyRequest";
|
|
270
|
+
const _PAPRu = "PutAccountPolicyResponse";
|
|
271
|
+
const _PC = "ParseCloudfront";
|
|
272
|
+
const _PD = "PutDestination";
|
|
273
|
+
const _PDD = "PutDeliveryDestination";
|
|
274
|
+
const _PDDP = "PutDeliveryDestinationPolicy";
|
|
275
|
+
const _PDDPR = "PutDeliveryDestinationPolicyRequest";
|
|
276
|
+
const _PDDPRu = "PutDeliveryDestinationPolicyResponse";
|
|
277
|
+
const _PDDR = "PutDeliveryDestinationRequest";
|
|
278
|
+
const _PDDRu = "PutDeliveryDestinationResponse";
|
|
279
|
+
const _PDP = "PutDestinationPolicy";
|
|
280
|
+
const _PDPP = "PutDataProtectionPolicy";
|
|
281
|
+
const _PDPPR = "PutDataProtectionPolicyRequest";
|
|
282
|
+
const _PDPPRu = "PutDataProtectionPolicyResponse";
|
|
283
|
+
const _PDPR = "PutDestinationPolicyRequest";
|
|
284
|
+
const _PDR = "PutDestinationRequest";
|
|
285
|
+
const _PDRu = "PutDestinationResponse";
|
|
286
|
+
const _PDS = "PutDeliverySource";
|
|
287
|
+
const _PDSR = "PutDeliverySourceRequest";
|
|
288
|
+
const _PDSRu = "PutDeliverySourceResponse";
|
|
289
|
+
const _PI = "PutIntegration";
|
|
290
|
+
const _PIP = "PutIndexPolicy";
|
|
291
|
+
const _PIPR = "PutIndexPolicyRequest";
|
|
292
|
+
const _PIPRu = "PutIndexPolicyResponse";
|
|
293
|
+
const _PIR = "PutIntegrationRequest";
|
|
294
|
+
const _PIRu = "PutIntegrationResponse";
|
|
295
|
+
const _PJSON = "ParseJSON";
|
|
296
|
+
const _PKV = "ParseKeyValue";
|
|
297
|
+
const _PLE = "PutLogEvents";
|
|
298
|
+
const _PLER = "PutLogEventsRequest";
|
|
299
|
+
const _PLERu = "PutLogEventsResponse";
|
|
300
|
+
const _PMF = "PutMetricFilter";
|
|
301
|
+
const _PMFR = "PutMetricFilterRequest";
|
|
302
|
+
const _PP = "ParsePostgres";
|
|
303
|
+
const _PQD = "PutQueryDefinition";
|
|
304
|
+
const _PQDR = "PutQueryDefinitionRequest";
|
|
305
|
+
const _PQDRu = "PutQueryDefinitionResponse";
|
|
306
|
+
const _PR = "ParseRoute53";
|
|
307
|
+
const _PRP = "PutResourcePolicy";
|
|
308
|
+
const _PRPR = "PutResourcePolicyRequest";
|
|
309
|
+
const _PRPRu = "PutResourcePolicyResponse";
|
|
310
|
+
const _PRPRut = "PutRetentionPolicyRequest";
|
|
311
|
+
const _PRPu = "PutRetentionPolicy";
|
|
312
|
+
const _PSF = "PutSubscriptionFilter";
|
|
313
|
+
const _PSFR = "PutSubscriptionFilterRequest";
|
|
314
|
+
const _PT = "PatternToken";
|
|
315
|
+
const _PTOCSF = "ParseToOCSF";
|
|
316
|
+
const _PTR = "PutTransformerRequest";
|
|
317
|
+
const _PTa = "PatternTokens";
|
|
318
|
+
const _PTu = "PutTransformer";
|
|
319
|
+
const _PVPC = "ParseVPC";
|
|
320
|
+
const _PWAF = "ParseWAF";
|
|
321
|
+
const _Pr = "Processor";
|
|
322
|
+
const _Pro = "Processors";
|
|
323
|
+
const _QCE = "QueryCompileError";
|
|
324
|
+
const _QCEL = "QueryCompileErrorLocation";
|
|
325
|
+
const _QD = "QueryDefinition";
|
|
326
|
+
const _QDL = "QueryDefinitionList";
|
|
327
|
+
const _QI = "QueryInfo";
|
|
328
|
+
const _QIL = "QueryInfoList";
|
|
329
|
+
const _QR = "QueryResults";
|
|
330
|
+
const _QS = "QueryStatistics";
|
|
331
|
+
const _RAEE = "ResourceAlreadyExistsException";
|
|
332
|
+
const _RC = "ResourceConfig";
|
|
333
|
+
const _REI = "RejectedEntityInfo";
|
|
334
|
+
const _RF = "RecordField";
|
|
335
|
+
const _RFe = "ResultField";
|
|
336
|
+
const _RK = "RenameKeys";
|
|
337
|
+
const _RKE = "RenameKeyEntry";
|
|
338
|
+
const _RKEe = "RenameKeyEntries";
|
|
339
|
+
const _RLEI = "RejectedLogEventsInfo";
|
|
340
|
+
const _RNFE = "ResourceNotFoundException";
|
|
341
|
+
const _RP = "ResourcePolicy";
|
|
342
|
+
const _RPe = "ResourcePolicies";
|
|
343
|
+
const _RR = "ResultRows";
|
|
344
|
+
const _SDC = "S3DeliveryConfiguration";
|
|
345
|
+
const _SF = "SubscriptionFilter";
|
|
346
|
+
const _SFu = "SubscriptionFilters";
|
|
347
|
+
const _SLS = "SearchedLogStream";
|
|
348
|
+
const _SLSe = "SearchedLogStreams";
|
|
349
|
+
const _SLT = "StartLiveTail";
|
|
350
|
+
const _SLTR = "StartLiveTailRequest";
|
|
351
|
+
const _SLTRS = "StartLiveTailResponseStream";
|
|
352
|
+
const _SLTRt = "StartLiveTailResponse";
|
|
353
|
+
const _SP = "SuppressionPeriod";
|
|
354
|
+
const _SQ = "StartQuery";
|
|
355
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
356
|
+
const _SQR = "StartQueryRequest";
|
|
357
|
+
const _SQRt = "StartQueryResponse";
|
|
358
|
+
const _SQRto = "StopQueryRequest";
|
|
359
|
+
const _SQRtop = "StopQueryResponse";
|
|
360
|
+
const _SQt = "StopQuery";
|
|
361
|
+
const _SS = "SplitString";
|
|
362
|
+
const _SSE = "SessionStreamingException";
|
|
363
|
+
const _SSEp = "SplitStringEntry";
|
|
364
|
+
const _SSEpl = "SplitStringEntries";
|
|
365
|
+
const _SSEu = "SubstituteStringEntry";
|
|
366
|
+
const _SSEub = "SubstituteStringEntries";
|
|
367
|
+
const _SSu = "SubstituteString";
|
|
368
|
+
const _STE = "SessionTimeoutException";
|
|
369
|
+
const _SUE = "ServiceUnavailableException";
|
|
370
|
+
const _TC = "TypeConverter";
|
|
371
|
+
const _TCE = "TypeConverterEntry";
|
|
372
|
+
const _TCEy = "TypeConverterEntries";
|
|
373
|
+
const _TE = "ThrottlingException";
|
|
374
|
+
const _TL = "TransformedLogs";
|
|
375
|
+
const _TLG = "TagLogGroup";
|
|
376
|
+
const _TLGR = "TagLogGroupRequest";
|
|
377
|
+
const _TLR = "TransformedLogRecord";
|
|
378
|
+
const _TMF = "TestMetricFilter";
|
|
379
|
+
const _TMFR = "TestMetricFilterRequest";
|
|
380
|
+
const _TMFRe = "TestMetricFilterResponse";
|
|
381
|
+
const _TMTE = "TooManyTagsException";
|
|
382
|
+
const _TR = "TagResource";
|
|
383
|
+
const _TRR = "TagResourceRequest";
|
|
384
|
+
const _TS = "TrimString";
|
|
385
|
+
const _TT = "TestTransformer";
|
|
386
|
+
const _TTR = "TestTransformerRequest";
|
|
387
|
+
const _TTRe = "TestTransformerResponse";
|
|
388
|
+
const _UA = "UpdateAnomaly";
|
|
389
|
+
const _UAR = "UpdateAnomalyRequest";
|
|
390
|
+
const _UCE = "UnrecognizedClientException";
|
|
391
|
+
const _UCS = "UpperCaseString";
|
|
392
|
+
const _UDC = "UpdateDeliveryConfiguration";
|
|
393
|
+
const _UDCR = "UpdateDeliveryConfigurationRequest";
|
|
394
|
+
const _UDCRp = "UpdateDeliveryConfigurationResponse";
|
|
395
|
+
const _ULAD = "UpdateLogAnomalyDetector";
|
|
396
|
+
const _ULADR = "UpdateLogAnomalyDetectorRequest";
|
|
397
|
+
const _ULG = "UntagLogGroup";
|
|
398
|
+
const _ULGR = "UntagLogGroupRequest";
|
|
399
|
+
const _UR = "UntagResource";
|
|
400
|
+
const _URR = "UntagResourceRequest";
|
|
401
|
+
const _VE = "ValidationException";
|
|
402
|
+
const _a = "active";
|
|
403
|
+
const _aA = "applicationArn";
|
|
404
|
+
const _aAFAVLDFR = "allowedActionForAllowVendedLogsDeliveryForResource";
|
|
405
|
+
const _aD = "anomalyDetectors";
|
|
406
|
+
const _aDA = "anomalyDetectorArn";
|
|
407
|
+
const _aDS = "anomalyDetectorStatus";
|
|
408
|
+
const _aE = "applicationEndpoint";
|
|
409
|
+
const _aF = "allowedFields";
|
|
410
|
+
const _aFD = "allowedFieldDelimiters";
|
|
411
|
+
const _aI = "accountId";
|
|
412
|
+
const _aIc = "accountIdentifiers";
|
|
413
|
+
const _aIn = "anomalyId";
|
|
414
|
+
const _aIp = "applicationId";
|
|
415
|
+
const _aK = "addKeys";
|
|
416
|
+
const _aOF = "allowedOutputFormats";
|
|
417
|
+
const _aOTL = "applyOnTransformedLogs";
|
|
418
|
+
const _aP = "accountPolicies";
|
|
419
|
+
const _aPc = "accessPolicy";
|
|
420
|
+
const _aPcc = "accountPolicy";
|
|
421
|
+
const _aSPF = "allowedSuffixPathFields";
|
|
422
|
+
const _aVT = "anomalyVisibilityTime";
|
|
423
|
+
const _an = "anomalies";
|
|
424
|
+
const _ap = "application";
|
|
425
|
+
const _ar = "arn";
|
|
426
|
+
const _at = "attributes";
|
|
427
|
+
const _b = "baseline";
|
|
428
|
+
const _bS = "bytesScanned";
|
|
429
|
+
const _c = "client";
|
|
430
|
+
const _cA = "collectionArn";
|
|
431
|
+
const _cE = "collectionEndpoint";
|
|
432
|
+
const _cT = "configurationTemplates";
|
|
433
|
+
const _cTS = "creationTimeStamp";
|
|
434
|
+
const _cTl = "clientToken";
|
|
435
|
+
const _cTo = "completionTime";
|
|
436
|
+
const _cTr = "creationTime";
|
|
437
|
+
const _cTre = "createTime";
|
|
438
|
+
const _cV = "copyValue";
|
|
439
|
+
const _co = "columns";
|
|
440
|
+
const _cod = "code";
|
|
441
|
+
const _col = "collection";
|
|
442
|
+
const _cs = "csv";
|
|
443
|
+
const _d = "description";
|
|
444
|
+
const _dA = "destinationArn";
|
|
445
|
+
const _dD = "deliveryDestinations";
|
|
446
|
+
const _dDA = "deliveryDestinationArn";
|
|
447
|
+
const _dDC = "deliveryDestinationConfiguration";
|
|
448
|
+
const _dDCV = "defaultDeliveryConfigValues";
|
|
449
|
+
const _dDN = "deliveryDestinationName";
|
|
450
|
+
const _dDP = "deliveryDestinationPolicy";
|
|
451
|
+
const _dDT = "deliveryDestinationType";
|
|
452
|
+
const _dDTe = "deliveryDestinationTypes";
|
|
453
|
+
const _dDe = "deliveryDestination";
|
|
454
|
+
const _dK = "deleteKeys";
|
|
455
|
+
const _dN = "detectorName";
|
|
456
|
+
const _dNe = "destinationName";
|
|
457
|
+
const _dP = "destinationPrefix";
|
|
458
|
+
const _dPS = "dataProtectionStatus";
|
|
459
|
+
const _dRA = "destinationResourceArn";
|
|
460
|
+
const _dS = "deliverySources";
|
|
461
|
+
const _dSN = "deliverySourceName";
|
|
462
|
+
const _dSNa = "dataSourceName";
|
|
463
|
+
const _dSRA = "dataSourceRoleArn";
|
|
464
|
+
const _dSa = "dataSource";
|
|
465
|
+
const _dSe = "deliverySource";
|
|
466
|
+
const _dTC = "dateTimeConverter";
|
|
467
|
+
const _dTP = "dynamicTokenPosition";
|
|
468
|
+
const _dV = "defaultValue";
|
|
469
|
+
const _dVP = "dashboardViewerPrincipals";
|
|
470
|
+
const _da = "data";
|
|
471
|
+
const _de = "delivery";
|
|
472
|
+
const _del = "delimiter";
|
|
473
|
+
const _deli = "deliveries";
|
|
474
|
+
const _des = "destination";
|
|
475
|
+
const _desc = "descending";
|
|
476
|
+
const _dest = "destinations";
|
|
477
|
+
const _di = "dimensions";
|
|
478
|
+
const _dis = "distribution";
|
|
479
|
+
const _e = "error";
|
|
480
|
+
const _eBS = "estimatedBytesSkipped";
|
|
481
|
+
const _eCO = "endCharOffset";
|
|
482
|
+
const _eF = "evaluationFrequency";
|
|
483
|
+
const _eHCP = "enableHiveCompatiblePath";
|
|
484
|
+
const _eI = "executionInfo";
|
|
485
|
+
const _eIv = "eventId";
|
|
486
|
+
const _eK = "encryptionKey";
|
|
487
|
+
const _eLEEI = "expiredLogEventEndIndex";
|
|
488
|
+
const _eM = "eventMessage";
|
|
489
|
+
const _eN = "eventNumber";
|
|
490
|
+
const _eP = "encryptionPolicy";
|
|
491
|
+
const _eRI = "expectedRevisionId";
|
|
492
|
+
const _eRS = "estimatedRecordsSkipped";
|
|
493
|
+
const _eS = "eventSource";
|
|
494
|
+
const _eSF = "emitSystemFields";
|
|
495
|
+
const _eSFD = "emitSystemFieldDimensions";
|
|
496
|
+
const _eST = "expectedSequenceToken";
|
|
497
|
+
const _eT = "exportTasks";
|
|
498
|
+
const _eTn = "endTime";
|
|
499
|
+
const _eTr = "errorType";
|
|
500
|
+
const _eV = "extractedValues";
|
|
501
|
+
const _en = "entries";
|
|
502
|
+
const _ena = "enabled";
|
|
503
|
+
const _end = "endpoint";
|
|
504
|
+
const _ent = "entity";
|
|
505
|
+
const _enu = "enumerations";
|
|
506
|
+
const _ev = "events";
|
|
507
|
+
const _f = "from";
|
|
508
|
+
const _fD = "fieldDelimiter";
|
|
509
|
+
const _fE = "flattenedElement";
|
|
510
|
+
const _fET = "firstEventTime";
|
|
511
|
+
const _fETi = "firstEventTimestamp";
|
|
512
|
+
const _fI = "fieldIndexes";
|
|
513
|
+
const _fIN = "fieldIndexName";
|
|
514
|
+
const _fLGA = "filterLogGroupArn";
|
|
515
|
+
const _fN = "filterName";
|
|
516
|
+
const _fNP = "filterNamePrefix";
|
|
517
|
+
const _fP = "filterPattern";
|
|
518
|
+
const _fS = "firstSeen";
|
|
519
|
+
const _fSC = "fieldSelectionCriteria";
|
|
520
|
+
const _fSi = "fieldStream";
|
|
521
|
+
const _fU = "forceUpdate";
|
|
522
|
+
const _fi = "field";
|
|
523
|
+
const _fie = "fields";
|
|
524
|
+
const _fl = "flatten";
|
|
525
|
+
const _fo = "force";
|
|
526
|
+
const _g = "grok";
|
|
527
|
+
const _h = "histogram";
|
|
528
|
+
const _hE = "httpError";
|
|
529
|
+
const _i = "id";
|
|
530
|
+
const _iD = "integrationDetails";
|
|
531
|
+
const _iDs = "isDynamic";
|
|
532
|
+
const _iLA = "includeLinkedAccounts";
|
|
533
|
+
const _iN = "integrationName";
|
|
534
|
+
const _iNP = "integrationNamePrefix";
|
|
535
|
+
const _iP = "indexPolicies";
|
|
536
|
+
const _iPLS = "isPatternLevelSuppression";
|
|
537
|
+
const _iPn = "inheritedProperties";
|
|
538
|
+
const _iPnd = "indexPolicy";
|
|
539
|
+
const _iS = "integrationStatus";
|
|
540
|
+
const _iSn = "integrationSummaries";
|
|
541
|
+
const _iT = "ingestionTime";
|
|
542
|
+
const _iTN = "inferredTokenName";
|
|
543
|
+
const _iTn = "integrationType";
|
|
544
|
+
const _in = "interleaved";
|
|
545
|
+
const _k = "key";
|
|
546
|
+
const _kA = "keyAttributes";
|
|
547
|
+
const _kKA = "kmsKeyArn";
|
|
548
|
+
const _kKI = "kmsKeyId";
|
|
549
|
+
const _kP = "keyPrefix";
|
|
550
|
+
const _kVD = "keyValueDelimiter";
|
|
551
|
+
const _l = "locale";
|
|
552
|
+
const _lCS = "lowerCaseString";
|
|
553
|
+
const _lE = "logEvents";
|
|
554
|
+
const _lEFP = "logEventFilterPattern";
|
|
555
|
+
const _lEM = "logEventMessages";
|
|
556
|
+
const _lET = "lastEventTime";
|
|
557
|
+
const _lETa = "lastEventTimestamp";
|
|
558
|
+
const _lG = "logGroups";
|
|
559
|
+
const _lGA = "logGroupArn";
|
|
560
|
+
const _lGAL = "logGroupArnList";
|
|
561
|
+
const _lGC = "logGroupClass";
|
|
562
|
+
const _lGF = "logGroupFields";
|
|
563
|
+
const _lGI = "logGroupIdentifier";
|
|
564
|
+
const _lGIo = "logGroupIdentifiers";
|
|
565
|
+
const _lGN = "logGroupName";
|
|
566
|
+
const _lGNP = "logGroupNamePrefix";
|
|
567
|
+
const _lGNPo = "logGroupNamePattern";
|
|
568
|
+
const _lGNo = "logGroupNames";
|
|
569
|
+
const _lGS = "logGroupsScanned";
|
|
570
|
+
const _lIT = "lastIngestionTime";
|
|
571
|
+
const _lM = "lastModified";
|
|
572
|
+
const _lMT = "lastModifiedTime";
|
|
573
|
+
const _lMTS = "lastModifiedTimeStamp";
|
|
574
|
+
const _lOP = "logObjectPointer";
|
|
575
|
+
const _lP = "lifecyclePolicy";
|
|
576
|
+
const _lR = "logRecord";
|
|
577
|
+
const _lRP = "logRecordPointer";
|
|
578
|
+
const _lS = "lastSeen";
|
|
579
|
+
const _lSN = "logStreamName";
|
|
580
|
+
const _lSNP = "logStreamNamePrefix";
|
|
581
|
+
const _lSNPo = "logStreamNamePrefixes";
|
|
582
|
+
const _lSNo = "logStreamNames";
|
|
583
|
+
const _lST = "lastScanTime";
|
|
584
|
+
const _lSo = "logSamples";
|
|
585
|
+
const _lSog = "logStreams";
|
|
586
|
+
const _lT = "logType";
|
|
587
|
+
const _lTM = "listToMap";
|
|
588
|
+
const _lTo = "logTypes";
|
|
589
|
+
const _lUT = "lastUpdatedTime";
|
|
590
|
+
const _lUTa = "lastUpdateTime";
|
|
591
|
+
const _li = "limit";
|
|
592
|
+
const _lo = "location";
|
|
593
|
+
const _m = "message";
|
|
594
|
+
const _mF = "metricFilters";
|
|
595
|
+
const _mFC = "metricFilterCount";
|
|
596
|
+
const _mK = "moveKeys";
|
|
597
|
+
const _mN = "metricName";
|
|
598
|
+
const _mNe = "metricNamespace";
|
|
599
|
+
const _mP = "matchPatterns";
|
|
600
|
+
const _mR = "maxResults";
|
|
601
|
+
const _mT = "metricTransformations";
|
|
602
|
+
const _mV = "metricValue";
|
|
603
|
+
const _ma = "match";
|
|
604
|
+
const _man = "mandatory";
|
|
605
|
+
const _mat = "matches";
|
|
606
|
+
const _n = "name";
|
|
607
|
+
const _nBT = "nextBackwardToken";
|
|
608
|
+
const _nFT = "nextForwardToken";
|
|
609
|
+
const _nMV = "nonMatchValue";
|
|
610
|
+
const _nP = "networkPolicy";
|
|
611
|
+
const _nST = "nextSequenceToken";
|
|
612
|
+
const _nT = "nextToken";
|
|
613
|
+
const _oB = "orderBy";
|
|
614
|
+
const _oF = "outputFormat";
|
|
615
|
+
const _oIE = "overwriteIfExists";
|
|
616
|
+
const _oSID = "openSearchIntegrationDetails";
|
|
617
|
+
const _oSRC = "openSearchResourceConfig";
|
|
618
|
+
const _oV = "ocsfVersion";
|
|
619
|
+
const _p = "priority";
|
|
620
|
+
const _pC = "parseCloudfront";
|
|
621
|
+
const _pD = "policyDocument";
|
|
622
|
+
const _pI = "patternId";
|
|
623
|
+
const _pJSON = "parseJSON";
|
|
624
|
+
const _pKV = "parseKeyValue";
|
|
625
|
+
const _pN = "policyName";
|
|
626
|
+
const _pP = "parsePostgres";
|
|
627
|
+
const _pR = "patternRegex";
|
|
628
|
+
const _pRa = "parseRoute53";
|
|
629
|
+
const _pS = "patternString";
|
|
630
|
+
const _pSo = "policyScope";
|
|
631
|
+
const _pT = "policyType";
|
|
632
|
+
const _pTOCSF = "parseToOCSF";
|
|
633
|
+
const _pTa = "patternTokens";
|
|
634
|
+
const _pVPC = "parseVPC";
|
|
635
|
+
const _pWAF = "parseWAF";
|
|
636
|
+
const _pe = "percent";
|
|
637
|
+
const _po = "policy";
|
|
638
|
+
const _q = "queries";
|
|
639
|
+
const _qC = "quoteCharacter";
|
|
640
|
+
const _qCE = "queryCompileError";
|
|
641
|
+
const _qD = "queryDefinitions";
|
|
642
|
+
const _qDI = "queryDefinitionId";
|
|
643
|
+
const _qDNP = "queryDefinitionNamePrefix";
|
|
644
|
+
const _qI = "queryId";
|
|
645
|
+
const _qL = "queryLanguage";
|
|
646
|
+
const _qS = "queryString";
|
|
647
|
+
const _r = "results";
|
|
648
|
+
const _rA = "resourceArn";
|
|
649
|
+
const _rAe = "resourceArns";
|
|
650
|
+
const _rAo = "roleArn";
|
|
651
|
+
const _rC = "resourceConfig";
|
|
652
|
+
const _rD = "retentionDays";
|
|
653
|
+
const _rEI = "rejectedEntityInfo";
|
|
654
|
+
const _rF = "recordFields";
|
|
655
|
+
const _rI = "resourceIdentifier";
|
|
656
|
+
const _rID = "retentionInDays";
|
|
657
|
+
const _rIe = "requestId";
|
|
658
|
+
const _rIev = "revisionId";
|
|
659
|
+
const _rK = "renameKeys";
|
|
660
|
+
const _rLEI = "rejectedLogEventsInfo";
|
|
661
|
+
const _rM = "recordsMatched";
|
|
662
|
+
const _rN = "resourceName";
|
|
663
|
+
const _rP = "resourcePolicies";
|
|
664
|
+
const _rPe = "resourcePolicy";
|
|
665
|
+
const _rS = "recordsScanned";
|
|
666
|
+
const _rSe = "responseStream";
|
|
667
|
+
const _rT = "resourceType";
|
|
668
|
+
const _rTe = "resourceTypes";
|
|
669
|
+
const _rTen = "renameTo";
|
|
670
|
+
const _s = "scope";
|
|
671
|
+
const _sB = "storedBytes";
|
|
672
|
+
const _sC = "selectionCriteria";
|
|
673
|
+
const _sCO = "startCharOffset";
|
|
674
|
+
const _sCe = "searchedCompletely";
|
|
675
|
+
const _sCt = "statusCode";
|
|
676
|
+
const _sD = "suppressedDate";
|
|
677
|
+
const _sDC = "s3DeliveryConfiguration";
|
|
678
|
+
const _sF = "subscriptionFilters";
|
|
679
|
+
const _sFH = "startFromHead";
|
|
680
|
+
const _sI = "sessionId";
|
|
681
|
+
const _sLS = "searchedLogStreams";
|
|
682
|
+
const _sM = "sessionMetadata";
|
|
683
|
+
const _sMt = "statusMessage";
|
|
684
|
+
const _sP = "suffixPath";
|
|
685
|
+
const _sPu = "suppressionPeriod";
|
|
686
|
+
const _sR = "sessionResults";
|
|
687
|
+
const _sS = "suppressionState";
|
|
688
|
+
const _sSe = "sessionStart";
|
|
689
|
+
const _sSp = "splitString";
|
|
690
|
+
const _sSu = "substituteString";
|
|
691
|
+
const _sT = "sourceTimezone";
|
|
692
|
+
const _sTe = "sequenceToken";
|
|
693
|
+
const _sTt = "startTime";
|
|
694
|
+
const _sTu = "suppressionType";
|
|
695
|
+
const _sU = "suppressedUntil";
|
|
696
|
+
const _sUe = "sessionUpdate";
|
|
697
|
+
const _sUu = "suppressionUnit";
|
|
698
|
+
const _sa = "sampled";
|
|
699
|
+
const _se = "service";
|
|
700
|
+
const _ser = "server";
|
|
701
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.cloudwatchlogs";
|
|
702
|
+
const _so = "source";
|
|
703
|
+
const _st = "state";
|
|
704
|
+
const _sta = "status";
|
|
705
|
+
const _stat = "statistics";
|
|
706
|
+
const _str = "streaming";
|
|
707
|
+
const _su = "suppressed";
|
|
708
|
+
const _suc = "success";
|
|
709
|
+
const _t = "target";
|
|
710
|
+
const _tA = "targetArn";
|
|
711
|
+
const _tC = "transformerConfig";
|
|
712
|
+
const _tCy = "typeConverter";
|
|
713
|
+
const _tEM = "transformedEventMessage";
|
|
714
|
+
const _tF = "targetFormat";
|
|
715
|
+
const _tI = "taskId";
|
|
716
|
+
const _tK = "tagKeys";
|
|
717
|
+
const _tL = "transformedLogs";
|
|
718
|
+
const _tN = "taskName";
|
|
719
|
+
const _tNLESI = "tooNewLogEventStartIndex";
|
|
720
|
+
const _tOLEEI = "tooOldLogEventEndIndex";
|
|
721
|
+
const _tS = "tokenString";
|
|
722
|
+
const _tSr = "trimString";
|
|
723
|
+
const _tT = "targetTimezone";
|
|
724
|
+
const _ta = "tags";
|
|
725
|
+
const _ti = "timestamp";
|
|
726
|
+
const _tim = "time";
|
|
727
|
+
const _to = "to";
|
|
728
|
+
const _ty = "type";
|
|
729
|
+
const _u = "unmask";
|
|
730
|
+
const _uCS = "upperCaseString";
|
|
731
|
+
const _uST = "uploadSequenceToken";
|
|
732
|
+
const _un = "unit";
|
|
733
|
+
const _v = "value";
|
|
734
|
+
const _vK = "valueKey";
|
|
735
|
+
const _w = "workspace";
|
|
736
|
+
const _wI = "workspaceId";
|
|
737
|
+
const _wK = "withKeys";
|
|
738
|
+
const n0 = "com.amazonaws.cloudwatchlogs";
|
|
739
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
740
|
+
import { CloudWatchLogsServiceException as __CloudWatchLogsServiceException } from "../models/CloudWatchLogsServiceException";
|
|
741
|
+
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, DataAlreadyAcceptedException as __DataAlreadyAcceptedException, InternalStreamingException as __InternalStreamingException, InvalidOperationException as __InvalidOperationException, InvalidParameterException as __InvalidParameterException, InvalidSequenceTokenException as __InvalidSequenceTokenException, LimitExceededException as __LimitExceededException, MalformedQueryException as __MalformedQueryException, OperationAbortedException as __OperationAbortedException, ResourceAlreadyExistsException as __ResourceAlreadyExistsException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ServiceUnavailableException as __ServiceUnavailableException, SessionStreamingException as __SessionStreamingException, SessionTimeoutException as __SessionTimeoutException, ThrottlingException as __ThrottlingException, TooManyTagsException as __TooManyTagsException, UnrecognizedClientException as __UnrecognizedClientException, ValidationException as __ValidationException, } from "../models/index";
|
|
742
|
+
export var AccessDeniedException = [
|
|
743
|
+
-3,
|
|
744
|
+
n0,
|
|
745
|
+
_ADE,
|
|
746
|
+
{
|
|
747
|
+
[_e]: _c,
|
|
748
|
+
},
|
|
749
|
+
[_m],
|
|
750
|
+
[0],
|
|
751
|
+
];
|
|
752
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
753
|
+
export var AccountPolicy = [
|
|
754
|
+
3,
|
|
755
|
+
n0,
|
|
756
|
+
_AP,
|
|
757
|
+
0,
|
|
758
|
+
[_pN, _pD, _lUT, _pT, _s, _sC, _aI],
|
|
759
|
+
[0, 0, 1, 0, 0, 0, 0],
|
|
760
|
+
];
|
|
761
|
+
export var AddKeyEntry = [3, n0, _AKE, 0, [_k, _v, _oIE], [0, 0, 2]];
|
|
762
|
+
export var AddKeys = [3, n0, _AK, 0, [_en], [() => AddKeyEntries]];
|
|
763
|
+
export var Anomaly = [
|
|
764
|
+
3,
|
|
765
|
+
n0,
|
|
766
|
+
_A,
|
|
767
|
+
0,
|
|
768
|
+
[_aIn, _pI, _aDA, _pS, _pR, _p, _fS, _lS, _d, _a, _st, _h, _lSo, _pTa, _lGAL, _su, _sD, _sU, _iPLS],
|
|
769
|
+
[0, 0, 0, 0, 0, 0, 1, 1, 0, 2, 0, 128 | 1, () => LogSamples, () => PatternTokens, 64 | 0, 2, 1, 1, 2],
|
|
770
|
+
];
|
|
771
|
+
export var AnomalyDetector = [
|
|
772
|
+
3,
|
|
773
|
+
n0,
|
|
774
|
+
_AD,
|
|
775
|
+
0,
|
|
776
|
+
[_aDA, _dN, _lGAL, _eF, _fP, _aDS, _kKI, _cTS, _lMTS, _aVT],
|
|
777
|
+
[0, 0, 64 | 0, 0, 0, 0, 0, 1, 1, 1],
|
|
778
|
+
];
|
|
779
|
+
export var AssociateKmsKeyRequest = [3, n0, _AKKR, 0, [_lGN, _kKI, _rI], [0, 0, 0]];
|
|
780
|
+
export var CancelExportTaskRequest = [3, n0, _CETR, 0, [_tI], [0]];
|
|
781
|
+
export var ConfigurationTemplate = [
|
|
782
|
+
3,
|
|
783
|
+
n0,
|
|
784
|
+
_CT,
|
|
785
|
+
0,
|
|
786
|
+
[_se, _lT, _rT, _dDT, _dDCV, _aF, _aOF, _aAFAVLDFR, _aFD, _aSPF],
|
|
787
|
+
[0, 0, 0, 0, () => ConfigurationTemplateDeliveryConfigValues, () => AllowedFields, 64 | 0, 0, 64 | 0, 64 | 0],
|
|
788
|
+
];
|
|
789
|
+
export var ConfigurationTemplateDeliveryConfigValues = [
|
|
790
|
+
3,
|
|
791
|
+
n0,
|
|
792
|
+
_CTDCV,
|
|
793
|
+
0,
|
|
794
|
+
[_rF, _fD, _sDC],
|
|
795
|
+
[64 | 0, 0, () => S3DeliveryConfiguration],
|
|
796
|
+
];
|
|
797
|
+
export var ConflictException = [
|
|
798
|
+
-3,
|
|
799
|
+
n0,
|
|
800
|
+
_CE,
|
|
801
|
+
{
|
|
802
|
+
[_e]: _c,
|
|
803
|
+
},
|
|
804
|
+
[_m],
|
|
805
|
+
[0],
|
|
806
|
+
];
|
|
807
|
+
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
808
|
+
export var CopyValue = [3, n0, _CV, 0, [_en], [() => CopyValueEntries]];
|
|
809
|
+
export var CopyValueEntry = [3, n0, _CVE, 0, [_so, _t, _oIE], [0, 0, 2]];
|
|
810
|
+
export var CreateDeliveryRequest = [
|
|
811
|
+
3,
|
|
812
|
+
n0,
|
|
813
|
+
_CDR,
|
|
814
|
+
0,
|
|
815
|
+
[_dSN, _dDA, _rF, _fD, _sDC, _ta],
|
|
816
|
+
[0, 0, 64 | 0, 0, () => S3DeliveryConfiguration, 128 | 0],
|
|
817
|
+
];
|
|
818
|
+
export var CreateDeliveryResponse = [3, n0, _CDRr, 0, [_de], [() => Delivery]];
|
|
819
|
+
export var CreateExportTaskRequest = [
|
|
820
|
+
3,
|
|
821
|
+
n0,
|
|
822
|
+
_CETRr,
|
|
823
|
+
0,
|
|
824
|
+
[_tN, _lGN, _lSNP, _f, _to, _des, _dP],
|
|
825
|
+
[0, 0, 0, 1, 1, 0, 0],
|
|
826
|
+
];
|
|
827
|
+
export var CreateExportTaskResponse = [3, n0, _CETRre, 0, [_tI], [0]];
|
|
828
|
+
export var CreateLogAnomalyDetectorRequest = [
|
|
829
|
+
3,
|
|
830
|
+
n0,
|
|
831
|
+
_CLADR,
|
|
832
|
+
0,
|
|
833
|
+
[_lGAL, _dN, _eF, _fP, _kKI, _aVT, _ta],
|
|
834
|
+
[64 | 0, 0, 0, 0, 0, 1, 128 | 0],
|
|
835
|
+
];
|
|
836
|
+
export var CreateLogAnomalyDetectorResponse = [3, n0, _CLADRr, 0, [_aDA], [0]];
|
|
837
|
+
export var CreateLogGroupRequest = [
|
|
838
|
+
3,
|
|
839
|
+
n0,
|
|
840
|
+
_CLGR,
|
|
841
|
+
0,
|
|
842
|
+
[_lGN, _kKI, _ta, _lGC],
|
|
843
|
+
[0, 0, 128 | 0, 0],
|
|
844
|
+
];
|
|
845
|
+
export var CreateLogStreamRequest = [3, n0, _CLSR, 0, [_lGN, _lSN], [0, 0]];
|
|
846
|
+
export var CSV = [3, n0, _CSV, 0, [_qC, _del, _co, _so], [0, 0, 64 | 0, 0]];
|
|
847
|
+
export var DataAlreadyAcceptedException = [
|
|
848
|
+
-3,
|
|
849
|
+
n0,
|
|
850
|
+
_DAAE,
|
|
851
|
+
{
|
|
852
|
+
[_e]: _c,
|
|
853
|
+
},
|
|
854
|
+
[_eST, _m],
|
|
855
|
+
[0, 0],
|
|
856
|
+
];
|
|
857
|
+
TypeRegistry.for(n0).registerError(DataAlreadyAcceptedException, __DataAlreadyAcceptedException);
|
|
858
|
+
export var DateTimeConverter = [
|
|
859
|
+
3,
|
|
860
|
+
n0,
|
|
861
|
+
_DTC,
|
|
862
|
+
0,
|
|
863
|
+
[_so, _t, _tF, _mP, _sT, _tT, _l],
|
|
864
|
+
[0, 0, 0, 64 | 0, 0, 0, 0],
|
|
865
|
+
];
|
|
866
|
+
export var DeleteAccountPolicyRequest = [3, n0, _DAPR, 0, [_pN, _pT], [0, 0]];
|
|
867
|
+
export var DeleteDataProtectionPolicyRequest = [3, n0, _DDPPR, 0, [_lGI], [0]];
|
|
868
|
+
export var DeleteDeliveryDestinationPolicyRequest = [3, n0, _DDDPR, 0, [_dDN], [0]];
|
|
869
|
+
export var DeleteDeliveryDestinationRequest = [3, n0, _DDDR, 0, [_n], [0]];
|
|
870
|
+
export var DeleteDeliveryRequest = [3, n0, _DDR, 0, [_i], [0]];
|
|
871
|
+
export var DeleteDeliverySourceRequest = [3, n0, _DDSR, 0, [_n], [0]];
|
|
872
|
+
export var DeleteDestinationRequest = [3, n0, _DDRe, 0, [_dNe], [0]];
|
|
873
|
+
export var DeleteIndexPolicyRequest = [3, n0, _DIPR, 0, [_lGI], [0]];
|
|
874
|
+
export var DeleteIndexPolicyResponse = [3, n0, _DIPRe, 0, [], []];
|
|
875
|
+
export var DeleteIntegrationRequest = [3, n0, _DIR, 0, [_iN, _fo], [0, 2]];
|
|
876
|
+
export var DeleteIntegrationResponse = [3, n0, _DIRe, 0, [], []];
|
|
877
|
+
export var DeleteKeys = [3, n0, _DK, 0, [_wK], [64 | 0]];
|
|
878
|
+
export var DeleteLogAnomalyDetectorRequest = [3, n0, _DLADR, 0, [_aDA], [0]];
|
|
879
|
+
export var DeleteLogGroupRequest = [3, n0, _DLGR, 0, [_lGN], [0]];
|
|
880
|
+
export var DeleteLogStreamRequest = [3, n0, _DLSR, 0, [_lGN, _lSN], [0, 0]];
|
|
881
|
+
export var DeleteMetricFilterRequest = [3, n0, _DMFR, 0, [_lGN, _fN], [0, 0]];
|
|
882
|
+
export var DeleteQueryDefinitionRequest = [3, n0, _DQDR, 0, [_qDI], [0]];
|
|
883
|
+
export var DeleteQueryDefinitionResponse = [3, n0, _DQDRe, 0, [_suc], [2]];
|
|
884
|
+
export var DeleteResourcePolicyRequest = [3, n0, _DRPR, 0, [_pN, _rA, _eRI], [0, 0, 0]];
|
|
885
|
+
export var DeleteRetentionPolicyRequest = [3, n0, _DRPRe, 0, [_lGN], [0]];
|
|
886
|
+
export var DeleteSubscriptionFilterRequest = [3, n0, _DSFR, 0, [_lGN, _fN], [0, 0]];
|
|
887
|
+
export var DeleteTransformerRequest = [3, n0, _DTR, 0, [_lGI], [0]];
|
|
888
|
+
export var Delivery = [
|
|
889
|
+
3,
|
|
890
|
+
n0,
|
|
891
|
+
_D,
|
|
892
|
+
0,
|
|
893
|
+
[_i, _ar, _dSN, _dDA, _dDT, _rF, _fD, _sDC, _ta],
|
|
894
|
+
[0, 0, 0, 0, 0, 64 | 0, 0, () => S3DeliveryConfiguration, 128 | 0],
|
|
895
|
+
];
|
|
896
|
+
export var DeliveryDestination = [
|
|
897
|
+
3,
|
|
898
|
+
n0,
|
|
899
|
+
_DD,
|
|
900
|
+
0,
|
|
901
|
+
[_n, _ar, _dDT, _oF, _dDC, _ta],
|
|
902
|
+
[0, 0, 0, 0, () => DeliveryDestinationConfiguration, 128 | 0],
|
|
903
|
+
];
|
|
904
|
+
export var DeliveryDestinationConfiguration = [3, n0, _DDC, 0, [_dRA], [0]];
|
|
905
|
+
export var DeliverySource = [
|
|
906
|
+
3,
|
|
907
|
+
n0,
|
|
908
|
+
_DS,
|
|
909
|
+
0,
|
|
910
|
+
[_n, _ar, _rAe, _se, _lT, _ta],
|
|
911
|
+
[0, 0, 64 | 0, 0, 0, 128 | 0],
|
|
912
|
+
];
|
|
913
|
+
export var DescribeAccountPoliciesRequest = [
|
|
914
|
+
3,
|
|
915
|
+
n0,
|
|
916
|
+
_DAPRe,
|
|
917
|
+
0,
|
|
918
|
+
[_pT, _pN, _aIc, _nT],
|
|
919
|
+
[0, 0, 64 | 0, 0],
|
|
920
|
+
];
|
|
921
|
+
export var DescribeAccountPoliciesResponse = [
|
|
922
|
+
3,
|
|
923
|
+
n0,
|
|
924
|
+
_DAPRes,
|
|
925
|
+
0,
|
|
926
|
+
[_aP, _nT],
|
|
927
|
+
[() => AccountPolicies, 0],
|
|
928
|
+
];
|
|
929
|
+
export var DescribeConfigurationTemplatesRequest = [
|
|
930
|
+
3,
|
|
931
|
+
n0,
|
|
932
|
+
_DCTR,
|
|
933
|
+
0,
|
|
934
|
+
[_se, _lTo, _rTe, _dDTe, _nT, _li],
|
|
935
|
+
[0, 64 | 0, 64 | 0, 64 | 0, 0, 1],
|
|
936
|
+
];
|
|
937
|
+
export var DescribeConfigurationTemplatesResponse = [
|
|
938
|
+
3,
|
|
939
|
+
n0,
|
|
940
|
+
_DCTRe,
|
|
941
|
+
0,
|
|
942
|
+
[_cT, _nT],
|
|
943
|
+
[() => ConfigurationTemplates, 0],
|
|
944
|
+
];
|
|
945
|
+
export var DescribeDeliveriesRequest = [3, n0, _DDRes, 0, [_nT, _li], [0, 1]];
|
|
946
|
+
export var DescribeDeliveriesResponse = [3, n0, _DDResc, 0, [_deli, _nT], [() => Deliveries, 0]];
|
|
947
|
+
export var DescribeDeliveryDestinationsRequest = [3, n0, _DDDRe, 0, [_nT, _li], [0, 1]];
|
|
948
|
+
export var DescribeDeliveryDestinationsResponse = [
|
|
949
|
+
3,
|
|
950
|
+
n0,
|
|
951
|
+
_DDDRes,
|
|
952
|
+
0,
|
|
953
|
+
[_dD, _nT],
|
|
954
|
+
[() => DeliveryDestinations, 0],
|
|
955
|
+
];
|
|
956
|
+
export var DescribeDeliverySourcesRequest = [3, n0, _DDSRe, 0, [_nT, _li], [0, 1]];
|
|
957
|
+
export var DescribeDeliverySourcesResponse = [
|
|
958
|
+
3,
|
|
959
|
+
n0,
|
|
960
|
+
_DDSRes,
|
|
961
|
+
0,
|
|
962
|
+
[_dS, _nT],
|
|
963
|
+
[() => DeliverySources, 0],
|
|
964
|
+
];
|
|
965
|
+
export var DescribeDestinationsRequest = [3, n0, _DDRescr, 0, [_DNP, _nT, _li], [0, 0, 1]];
|
|
966
|
+
export var DescribeDestinationsResponse = [
|
|
967
|
+
3,
|
|
968
|
+
n0,
|
|
969
|
+
_DDRescri,
|
|
970
|
+
0,
|
|
971
|
+
[_dest, _nT],
|
|
972
|
+
[() => Destinations, 0],
|
|
973
|
+
];
|
|
974
|
+
export var DescribeExportTasksRequest = [3, n0, _DETR, 0, [_tI, _sCt, _nT, _li], [0, 0, 0, 1]];
|
|
975
|
+
export var DescribeExportTasksResponse = [3, n0, _DETRe, 0, [_eT, _nT], [() => ExportTasks, 0]];
|
|
976
|
+
export var DescribeFieldIndexesRequest = [3, n0, _DFIR, 0, [_lGIo, _nT], [64 | 0, 0]];
|
|
977
|
+
export var DescribeFieldIndexesResponse = [
|
|
978
|
+
3,
|
|
979
|
+
n0,
|
|
980
|
+
_DFIRe,
|
|
981
|
+
0,
|
|
982
|
+
[_fI, _nT],
|
|
983
|
+
[() => FieldIndexes, 0],
|
|
984
|
+
];
|
|
985
|
+
export var DescribeIndexPoliciesRequest = [3, n0, _DIPRes, 0, [_lGIo, _nT], [64 | 0, 0]];
|
|
986
|
+
export var DescribeIndexPoliciesResponse = [
|
|
987
|
+
3,
|
|
988
|
+
n0,
|
|
989
|
+
_DIPResc,
|
|
990
|
+
0,
|
|
991
|
+
[_iP, _nT],
|
|
992
|
+
[() => IndexPolicies, 0],
|
|
993
|
+
];
|
|
994
|
+
export var DescribeLogGroupsRequest = [
|
|
995
|
+
3,
|
|
996
|
+
n0,
|
|
997
|
+
_DLGRe,
|
|
998
|
+
0,
|
|
999
|
+
[_aIc, _lGNP, _lGNPo, _nT, _li, _iLA, _lGC, _lGIo],
|
|
1000
|
+
[64 | 0, 0, 0, 0, 1, 2, 0, 64 | 0],
|
|
1001
|
+
];
|
|
1002
|
+
export var DescribeLogGroupsResponse = [3, n0, _DLGRes, 0, [_lG, _nT], [() => LogGroups, 0]];
|
|
1003
|
+
export var DescribeLogStreamsRequest = [
|
|
1004
|
+
3,
|
|
1005
|
+
n0,
|
|
1006
|
+
_DLSRe,
|
|
1007
|
+
0,
|
|
1008
|
+
[_lGN, _lGI, _lSNP, _oB, _desc, _nT, _li],
|
|
1009
|
+
[0, 0, 0, 0, 2, 0, 1],
|
|
1010
|
+
];
|
|
1011
|
+
export var DescribeLogStreamsResponse = [3, n0, _DLSRes, 0, [_lSog, _nT], [() => LogStreams, 0]];
|
|
1012
|
+
export var DescribeMetricFiltersRequest = [
|
|
1013
|
+
3,
|
|
1014
|
+
n0,
|
|
1015
|
+
_DMFRe,
|
|
1016
|
+
0,
|
|
1017
|
+
[_lGN, _fNP, _nT, _li, _mN, _mNe],
|
|
1018
|
+
[0, 0, 0, 1, 0, 0],
|
|
1019
|
+
];
|
|
1020
|
+
export var DescribeMetricFiltersResponse = [
|
|
1021
|
+
3,
|
|
1022
|
+
n0,
|
|
1023
|
+
_DMFRes,
|
|
1024
|
+
0,
|
|
1025
|
+
[_mF, _nT],
|
|
1026
|
+
[() => MetricFilters, 0],
|
|
1027
|
+
];
|
|
1028
|
+
export var DescribeQueriesRequest = [
|
|
1029
|
+
3,
|
|
1030
|
+
n0,
|
|
1031
|
+
_DQR,
|
|
1032
|
+
0,
|
|
1033
|
+
[_lGN, _sta, _mR, _nT, _qL],
|
|
1034
|
+
[0, 0, 1, 0, 0],
|
|
1035
|
+
];
|
|
1036
|
+
export var DescribeQueriesResponse = [3, n0, _DQRe, 0, [_q, _nT], [() => QueryInfoList, 0]];
|
|
1037
|
+
export var DescribeQueryDefinitionsRequest = [
|
|
1038
|
+
3,
|
|
1039
|
+
n0,
|
|
1040
|
+
_DQDRes,
|
|
1041
|
+
0,
|
|
1042
|
+
[_qL, _qDNP, _mR, _nT],
|
|
1043
|
+
[0, 0, 1, 0],
|
|
1044
|
+
];
|
|
1045
|
+
export var DescribeQueryDefinitionsResponse = [
|
|
1046
|
+
3,
|
|
1047
|
+
n0,
|
|
1048
|
+
_DQDResc,
|
|
1049
|
+
0,
|
|
1050
|
+
[_qD, _nT],
|
|
1051
|
+
[() => QueryDefinitionList, 0],
|
|
1052
|
+
];
|
|
1053
|
+
export var DescribeResourcePoliciesRequest = [
|
|
1054
|
+
3,
|
|
1055
|
+
n0,
|
|
1056
|
+
_DRPRes,
|
|
1057
|
+
0,
|
|
1058
|
+
[_nT, _li, _rA, _pSo],
|
|
1059
|
+
[0, 1, 0, 0],
|
|
1060
|
+
];
|
|
1061
|
+
export var DescribeResourcePoliciesResponse = [
|
|
1062
|
+
3,
|
|
1063
|
+
n0,
|
|
1064
|
+
_DRPResc,
|
|
1065
|
+
0,
|
|
1066
|
+
[_rP, _nT],
|
|
1067
|
+
[() => ResourcePolicies, 0],
|
|
1068
|
+
];
|
|
1069
|
+
export var DescribeSubscriptionFiltersRequest = [
|
|
1070
|
+
3,
|
|
1071
|
+
n0,
|
|
1072
|
+
_DSFRe,
|
|
1073
|
+
0,
|
|
1074
|
+
[_lGN, _fNP, _nT, _li],
|
|
1075
|
+
[0, 0, 0, 1],
|
|
1076
|
+
];
|
|
1077
|
+
export var DescribeSubscriptionFiltersResponse = [
|
|
1078
|
+
3,
|
|
1079
|
+
n0,
|
|
1080
|
+
_DSFRes,
|
|
1081
|
+
0,
|
|
1082
|
+
[_sF, _nT],
|
|
1083
|
+
[() => SubscriptionFilters, 0],
|
|
1084
|
+
];
|
|
1085
|
+
export var Destination = [3, n0, _De, 0, [_dNe, _tA, _rAo, _aPc, _ar, _cTr], [0, 0, 0, 0, 0, 1]];
|
|
1086
|
+
export var DisassociateKmsKeyRequest = [3, n0, _DKKR, 0, [_lGN, _rI], [0, 0]];
|
|
1087
|
+
export var Entity = [3, n0, _E, 0, [_kA, _at], [128 | 0, 128 | 0]];
|
|
1088
|
+
export var ExportTask = [
|
|
1089
|
+
3,
|
|
1090
|
+
n0,
|
|
1091
|
+
_ET,
|
|
1092
|
+
0,
|
|
1093
|
+
[_tI, _tN, _lGN, _f, _to, _des, _dP, _sta, _eI],
|
|
1094
|
+
[0, 0, 0, 1, 1, 0, 0, () => ExportTaskStatus, () => ExportTaskExecutionInfo],
|
|
1095
|
+
];
|
|
1096
|
+
export var ExportTaskExecutionInfo = [3, n0, _ETEI, 0, [_cTr, _cTo], [1, 1]];
|
|
1097
|
+
export var ExportTaskStatus = [3, n0, _ETS, 0, [_cod, _m], [0, 0]];
|
|
1098
|
+
export var FieldIndex = [3, n0, _FI, 0, [_lGI, _fIN, _lST, _fET, _lET], [0, 0, 1, 1, 1]];
|
|
1099
|
+
export var FieldsData = [3, n0, _FD, 0, [_da], [21]];
|
|
1100
|
+
export var FilteredLogEvent = [3, n0, _FLE, 0, [_lSN, _ti, _m, _iT, _eIv], [0, 1, 0, 1, 0]];
|
|
1101
|
+
export var FilterLogEventsRequest = [
|
|
1102
|
+
3,
|
|
1103
|
+
n0,
|
|
1104
|
+
_FLER,
|
|
1105
|
+
0,
|
|
1106
|
+
[_lGN, _lGI, _lSNo, _lSNP, _sTt, _eTn, _fP, _nT, _li, _in, _u],
|
|
1107
|
+
[0, 0, 64 | 0, 0, 1, 1, 0, 0, 1, 2, 2],
|
|
1108
|
+
];
|
|
1109
|
+
export var FilterLogEventsResponse = [
|
|
1110
|
+
3,
|
|
1111
|
+
n0,
|
|
1112
|
+
_FLERi,
|
|
1113
|
+
0,
|
|
1114
|
+
[_ev, _sLS, _nT],
|
|
1115
|
+
[() => FilteredLogEvents, () => SearchedLogStreams, 0],
|
|
1116
|
+
];
|
|
1117
|
+
export var GetDataProtectionPolicyRequest = [3, n0, _GDPPR, 0, [_lGI], [0]];
|
|
1118
|
+
export var GetDataProtectionPolicyResponse = [3, n0, _GDPPRe, 0, [_lGI, _pD, _lUT], [0, 0, 1]];
|
|
1119
|
+
export var GetDeliveryDestinationPolicyRequest = [3, n0, _GDDPR, 0, [_dDN], [0]];
|
|
1120
|
+
export var GetDeliveryDestinationPolicyResponse = [3, n0, _GDDPRe, 0, [_po], [() => Policy]];
|
|
1121
|
+
export var GetDeliveryDestinationRequest = [3, n0, _GDDR, 0, [_n], [0]];
|
|
1122
|
+
export var GetDeliveryDestinationResponse = [
|
|
1123
|
+
3,
|
|
1124
|
+
n0,
|
|
1125
|
+
_GDDRe,
|
|
1126
|
+
0,
|
|
1127
|
+
[_dDe],
|
|
1128
|
+
[() => DeliveryDestination],
|
|
1129
|
+
];
|
|
1130
|
+
export var GetDeliveryRequest = [3, n0, _GDR, 0, [_i], [0]];
|
|
1131
|
+
export var GetDeliveryResponse = [3, n0, _GDRe, 0, [_de], [() => Delivery]];
|
|
1132
|
+
export var GetDeliverySourceRequest = [3, n0, _GDSR, 0, [_n], [0]];
|
|
1133
|
+
export var GetDeliverySourceResponse = [3, n0, _GDSRe, 0, [_dSe], [() => DeliverySource]];
|
|
1134
|
+
export var GetIntegrationRequest = [3, n0, _GIR, 0, [_iN], [0]];
|
|
1135
|
+
export var GetIntegrationResponse = [
|
|
1136
|
+
3,
|
|
1137
|
+
n0,
|
|
1138
|
+
_GIRe,
|
|
1139
|
+
0,
|
|
1140
|
+
[_iN, _iTn, _iS, _iD],
|
|
1141
|
+
[0, 0, 0, () => IntegrationDetails],
|
|
1142
|
+
];
|
|
1143
|
+
export var GetLogAnomalyDetectorRequest = [3, n0, _GLADR, 0, [_aDA], [0]];
|
|
1144
|
+
export var GetLogAnomalyDetectorResponse = [
|
|
1145
|
+
3,
|
|
1146
|
+
n0,
|
|
1147
|
+
_GLADRe,
|
|
1148
|
+
0,
|
|
1149
|
+
[_dN, _lGAL, _eF, _fP, _aDS, _kKI, _cTS, _lMTS, _aVT],
|
|
1150
|
+
[0, 64 | 0, 0, 0, 0, 0, 1, 1, 1],
|
|
1151
|
+
];
|
|
1152
|
+
export var GetLogEventsRequest = [
|
|
1153
|
+
3,
|
|
1154
|
+
n0,
|
|
1155
|
+
_GLER,
|
|
1156
|
+
0,
|
|
1157
|
+
[_lGN, _lGI, _lSN, _sTt, _eTn, _nT, _li, _sFH, _u],
|
|
1158
|
+
[0, 0, 0, 1, 1, 0, 1, 2, 2],
|
|
1159
|
+
];
|
|
1160
|
+
export var GetLogEventsResponse = [
|
|
1161
|
+
3,
|
|
1162
|
+
n0,
|
|
1163
|
+
_GLERe,
|
|
1164
|
+
0,
|
|
1165
|
+
[_ev, _nFT, _nBT],
|
|
1166
|
+
[() => OutputLogEvents, 0, 0],
|
|
1167
|
+
];
|
|
1168
|
+
export var GetLogGroupFieldsRequest = [3, n0, _GLGFR, 0, [_lGN, _tim, _lGI], [0, 1, 0]];
|
|
1169
|
+
export var GetLogGroupFieldsResponse = [3, n0, _GLGFRe, 0, [_lGF], [() => LogGroupFieldList]];
|
|
1170
|
+
export var GetLogObjectRequest = [3, n0, _GLOR, 0, [_u, _lOP], [2, 0]];
|
|
1171
|
+
export var GetLogObjectResponse = [
|
|
1172
|
+
3,
|
|
1173
|
+
n0,
|
|
1174
|
+
_GLORe,
|
|
1175
|
+
0,
|
|
1176
|
+
[_fSi],
|
|
1177
|
+
[[() => GetLogObjectResponseStream, 0]],
|
|
1178
|
+
];
|
|
1179
|
+
export var GetLogRecordRequest = [3, n0, _GLRR, 0, [_lRP, _u], [0, 2]];
|
|
1180
|
+
export var GetLogRecordResponse = [3, n0, _GLRRe, 0, [_lR], [128 | 0]];
|
|
1181
|
+
export var GetQueryResultsRequest = [3, n0, _GQRR, 0, [_qI], [0]];
|
|
1182
|
+
export var GetQueryResultsResponse = [
|
|
1183
|
+
3,
|
|
1184
|
+
n0,
|
|
1185
|
+
_GQRRe,
|
|
1186
|
+
0,
|
|
1187
|
+
[_qL, _r, _stat, _sta, _eK],
|
|
1188
|
+
[0, () => QueryResults, () => QueryStatistics, 0, 0],
|
|
1189
|
+
];
|
|
1190
|
+
export var GetTransformerRequest = [3, n0, _GTR, 0, [_lGI], [0]];
|
|
1191
|
+
export var GetTransformerResponse = [
|
|
1192
|
+
3,
|
|
1193
|
+
n0,
|
|
1194
|
+
_GTRe,
|
|
1195
|
+
0,
|
|
1196
|
+
[_lGI, _cTr, _lMT, _tC],
|
|
1197
|
+
[0, 1, 1, () => Processors],
|
|
1198
|
+
];
|
|
1199
|
+
export var Grok = [3, n0, _G, 0, [_so, _ma], [0, 0]];
|
|
1200
|
+
export var IndexPolicy = [3, n0, _IP, 0, [_lGI, _lUTa, _pD, _pN, _so], [0, 1, 0, 0, 0]];
|
|
1201
|
+
export var InputLogEvent = [3, n0, _ILE, 0, [_ti, _m], [1, 0]];
|
|
1202
|
+
export var IntegrationSummary = [3, n0, _IS, 0, [_iN, _iTn, _iS], [0, 0, 0]];
|
|
1203
|
+
export var InternalStreamingException = [
|
|
1204
|
+
-3,
|
|
1205
|
+
n0,
|
|
1206
|
+
_ISE,
|
|
1207
|
+
{
|
|
1208
|
+
[_e]: _c,
|
|
1209
|
+
},
|
|
1210
|
+
[_m],
|
|
1211
|
+
[0],
|
|
1212
|
+
];
|
|
1213
|
+
TypeRegistry.for(n0).registerError(InternalStreamingException, __InternalStreamingException);
|
|
1214
|
+
export var InvalidOperationException = [
|
|
1215
|
+
-3,
|
|
1216
|
+
n0,
|
|
1217
|
+
_IOE,
|
|
1218
|
+
{
|
|
1219
|
+
[_e]: _c,
|
|
1220
|
+
},
|
|
1221
|
+
[_m],
|
|
1222
|
+
[0],
|
|
1223
|
+
];
|
|
1224
|
+
TypeRegistry.for(n0).registerError(InvalidOperationException, __InvalidOperationException);
|
|
1225
|
+
export var InvalidParameterException = [
|
|
1226
|
+
-3,
|
|
1227
|
+
n0,
|
|
1228
|
+
_IPE,
|
|
1229
|
+
{
|
|
1230
|
+
[_e]: _c,
|
|
1231
|
+
},
|
|
1232
|
+
[_m],
|
|
1233
|
+
[0],
|
|
1234
|
+
];
|
|
1235
|
+
TypeRegistry.for(n0).registerError(InvalidParameterException, __InvalidParameterException);
|
|
1236
|
+
export var InvalidSequenceTokenException = [
|
|
1237
|
+
-3,
|
|
1238
|
+
n0,
|
|
1239
|
+
_ISTE,
|
|
1240
|
+
{
|
|
1241
|
+
[_e]: _c,
|
|
1242
|
+
},
|
|
1243
|
+
[_eST, _m],
|
|
1244
|
+
[0, 0],
|
|
1245
|
+
];
|
|
1246
|
+
TypeRegistry.for(n0).registerError(InvalidSequenceTokenException, __InvalidSequenceTokenException);
|
|
1247
|
+
export var LimitExceededException = [
|
|
1248
|
+
-3,
|
|
1249
|
+
n0,
|
|
1250
|
+
_LEE,
|
|
1251
|
+
{
|
|
1252
|
+
[_e]: _c,
|
|
1253
|
+
},
|
|
1254
|
+
[_m],
|
|
1255
|
+
[0],
|
|
1256
|
+
];
|
|
1257
|
+
TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
|
|
1258
|
+
export var ListAnomaliesRequest = [3, n0, _LAR, 0, [_aDA, _sS, _li, _nT], [0, 0, 1, 0]];
|
|
1259
|
+
export var ListAnomaliesResponse = [3, n0, _LARi, 0, [_an, _nT], [() => Anomalies, 0]];
|
|
1260
|
+
export var ListIntegrationsRequest = [3, n0, _LIR, 0, [_iNP, _iTn, _iS], [0, 0, 0]];
|
|
1261
|
+
export var ListIntegrationsResponse = [3, n0, _LIRi, 0, [_iSn], [() => IntegrationSummaries]];
|
|
1262
|
+
export var ListLogAnomalyDetectorsRequest = [3, n0, _LLADR, 0, [_fLGA, _li, _nT], [0, 1, 0]];
|
|
1263
|
+
export var ListLogAnomalyDetectorsResponse = [
|
|
1264
|
+
3,
|
|
1265
|
+
n0,
|
|
1266
|
+
_LLADRi,
|
|
1267
|
+
0,
|
|
1268
|
+
[_aD, _nT],
|
|
1269
|
+
[() => AnomalyDetectors, 0],
|
|
1270
|
+
];
|
|
1271
|
+
export var ListLogGroupsForQueryRequest = [3, n0, _LLGFQR, 0, [_qI, _nT, _mR], [0, 0, 1]];
|
|
1272
|
+
export var ListLogGroupsForQueryResponse = [3, n0, _LLGFQRi, 0, [_lGIo, _nT], [64 | 0, 0]];
|
|
1273
|
+
export var ListLogGroupsRequest = [
|
|
1274
|
+
3,
|
|
1275
|
+
n0,
|
|
1276
|
+
_LLGR,
|
|
1277
|
+
0,
|
|
1278
|
+
[_lGNPo, _lGC, _iLA, _aIc, _nT, _li],
|
|
1279
|
+
[0, 0, 2, 64 | 0, 0, 1],
|
|
1280
|
+
];
|
|
1281
|
+
export var ListLogGroupsResponse = [3, n0, _LLGRi, 0, [_lG, _nT], [() => LogGroupSummaries, 0]];
|
|
1282
|
+
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [0]];
|
|
1283
|
+
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_ta], [128 | 0]];
|
|
1284
|
+
export var ListTagsLogGroupRequest = [3, n0, _LTLGR, 0, [_lGN], [0]];
|
|
1285
|
+
export var ListTagsLogGroupResponse = [3, n0, _LTLGRi, 0, [_ta], [128 | 0]];
|
|
1286
|
+
export var ListToMap = [3, n0, _LTM, 0, [_so, _k, _vK, _t, _fl, _fE], [0, 0, 0, 0, 2, 0]];
|
|
1287
|
+
export var LiveTailSessionLogEvent = [
|
|
1288
|
+
3,
|
|
1289
|
+
n0,
|
|
1290
|
+
_LTSLE,
|
|
1291
|
+
0,
|
|
1292
|
+
[_lSN, _lGI, _m, _ti, _iT],
|
|
1293
|
+
[0, 0, 0, 1, 1],
|
|
1294
|
+
];
|
|
1295
|
+
export var LiveTailSessionMetadata = [3, n0, _LTSM, 0, [_sa], [2]];
|
|
1296
|
+
export var LiveTailSessionStart = [
|
|
1297
|
+
3,
|
|
1298
|
+
n0,
|
|
1299
|
+
_LTSS,
|
|
1300
|
+
0,
|
|
1301
|
+
[_rIe, _sI, _lGIo, _lSNo, _lSNPo, _lEFP],
|
|
1302
|
+
[0, 0, 64 | 0, 64 | 0, 64 | 0, 0],
|
|
1303
|
+
];
|
|
1304
|
+
export var LiveTailSessionUpdate = [
|
|
1305
|
+
3,
|
|
1306
|
+
n0,
|
|
1307
|
+
_LTSU,
|
|
1308
|
+
0,
|
|
1309
|
+
[_sM, _sR],
|
|
1310
|
+
[() => LiveTailSessionMetadata, () => LiveTailSessionResults],
|
|
1311
|
+
];
|
|
1312
|
+
export var LogEvent = [3, n0, _LE, 0, [_ti, _m], [1, 0]];
|
|
1313
|
+
export var LogGroup = [
|
|
1314
|
+
3,
|
|
1315
|
+
n0,
|
|
1316
|
+
_LG,
|
|
1317
|
+
0,
|
|
1318
|
+
[_lGN, _cTr, _rID, _mFC, _ar, _sB, _kKI, _dPS, _iPn, _lGC, _lGA],
|
|
1319
|
+
[0, 1, 1, 1, 0, 1, 0, 0, 64 | 0, 0, 0],
|
|
1320
|
+
];
|
|
1321
|
+
export var LogGroupField = [3, n0, _LGF, 0, [_n, _pe], [0, 1]];
|
|
1322
|
+
export var LogGroupSummary = [3, n0, _LGS, 0, [_lGN, _lGA, _lGC], [0, 0, 0]];
|
|
1323
|
+
export var LogStream = [
|
|
1324
|
+
3,
|
|
1325
|
+
n0,
|
|
1326
|
+
_LS,
|
|
1327
|
+
0,
|
|
1328
|
+
[_lSN, _cTr, _fETi, _lETa, _lIT, _uST, _ar, _sB],
|
|
1329
|
+
[0, 1, 1, 1, 1, 0, 0, 1],
|
|
1330
|
+
];
|
|
1331
|
+
export var LowerCaseString = [3, n0, _LCS, 0, [_wK], [64 | 0]];
|
|
1332
|
+
export var MalformedQueryException = [
|
|
1333
|
+
-3,
|
|
1334
|
+
n0,
|
|
1335
|
+
_MQE,
|
|
1336
|
+
{
|
|
1337
|
+
[_e]: _c,
|
|
1338
|
+
},
|
|
1339
|
+
[_qCE, _m],
|
|
1340
|
+
[() => QueryCompileError, 0],
|
|
1341
|
+
];
|
|
1342
|
+
TypeRegistry.for(n0).registerError(MalformedQueryException, __MalformedQueryException);
|
|
1343
|
+
export var MetricFilter = [
|
|
1344
|
+
3,
|
|
1345
|
+
n0,
|
|
1346
|
+
_MF,
|
|
1347
|
+
0,
|
|
1348
|
+
[_fN, _fP, _mT, _cTr, _lGN, _aOTL, _fSC, _eSFD],
|
|
1349
|
+
[0, 0, () => MetricTransformations, 1, 0, 2, 0, 64 | 0],
|
|
1350
|
+
];
|
|
1351
|
+
export var MetricFilterMatchRecord = [3, n0, _MFMR, 0, [_eN, _eM, _eV], [1, 0, 128 | 0]];
|
|
1352
|
+
export var MetricTransformation = [
|
|
1353
|
+
3,
|
|
1354
|
+
n0,
|
|
1355
|
+
_MT,
|
|
1356
|
+
0,
|
|
1357
|
+
[_mN, _mNe, _mV, _dV, _di, _un],
|
|
1358
|
+
[0, 0, 0, 1, 128 | 0, 0],
|
|
1359
|
+
];
|
|
1360
|
+
export var MoveKeyEntry = [3, n0, _MKE, 0, [_so, _t, _oIE], [0, 0, 2]];
|
|
1361
|
+
export var MoveKeys = [3, n0, _MK, 0, [_en], [() => MoveKeyEntries]];
|
|
1362
|
+
export var OpenSearchApplication = [
|
|
1363
|
+
3,
|
|
1364
|
+
n0,
|
|
1365
|
+
_OSA,
|
|
1366
|
+
0,
|
|
1367
|
+
[_aE, _aA, _aIp, _sta],
|
|
1368
|
+
[0, 0, 0, () => OpenSearchResourceStatus],
|
|
1369
|
+
];
|
|
1370
|
+
export var OpenSearchCollection = [
|
|
1371
|
+
3,
|
|
1372
|
+
n0,
|
|
1373
|
+
_OSC,
|
|
1374
|
+
0,
|
|
1375
|
+
[_cE, _cA, _sta],
|
|
1376
|
+
[0, 0, () => OpenSearchResourceStatus],
|
|
1377
|
+
];
|
|
1378
|
+
export var OpenSearchDataAccessPolicy = [
|
|
1379
|
+
3,
|
|
1380
|
+
n0,
|
|
1381
|
+
_OSDAP,
|
|
1382
|
+
0,
|
|
1383
|
+
[_pN, _sta],
|
|
1384
|
+
[0, () => OpenSearchResourceStatus],
|
|
1385
|
+
];
|
|
1386
|
+
export var OpenSearchDataSource = [
|
|
1387
|
+
3,
|
|
1388
|
+
n0,
|
|
1389
|
+
_OSDS,
|
|
1390
|
+
0,
|
|
1391
|
+
[_dSNa, _sta],
|
|
1392
|
+
[0, () => OpenSearchResourceStatus],
|
|
1393
|
+
];
|
|
1394
|
+
export var OpenSearchEncryptionPolicy = [
|
|
1395
|
+
3,
|
|
1396
|
+
n0,
|
|
1397
|
+
_OSEP,
|
|
1398
|
+
0,
|
|
1399
|
+
[_pN, _sta],
|
|
1400
|
+
[0, () => OpenSearchResourceStatus],
|
|
1401
|
+
];
|
|
1402
|
+
export var OpenSearchIntegrationDetails = [
|
|
1403
|
+
3,
|
|
1404
|
+
n0,
|
|
1405
|
+
_OSID,
|
|
1406
|
+
0,
|
|
1407
|
+
[_dSa, _ap, _col, _w, _eP, _nP, _aPc, _lP],
|
|
1408
|
+
[
|
|
1409
|
+
() => OpenSearchDataSource,
|
|
1410
|
+
() => OpenSearchApplication,
|
|
1411
|
+
() => OpenSearchCollection,
|
|
1412
|
+
() => OpenSearchWorkspace,
|
|
1413
|
+
() => OpenSearchEncryptionPolicy,
|
|
1414
|
+
() => OpenSearchNetworkPolicy,
|
|
1415
|
+
() => OpenSearchDataAccessPolicy,
|
|
1416
|
+
() => OpenSearchLifecyclePolicy,
|
|
1417
|
+
],
|
|
1418
|
+
];
|
|
1419
|
+
export var OpenSearchLifecyclePolicy = [
|
|
1420
|
+
3,
|
|
1421
|
+
n0,
|
|
1422
|
+
_OSLP,
|
|
1423
|
+
0,
|
|
1424
|
+
[_pN, _sta],
|
|
1425
|
+
[0, () => OpenSearchResourceStatus],
|
|
1426
|
+
];
|
|
1427
|
+
export var OpenSearchNetworkPolicy = [
|
|
1428
|
+
3,
|
|
1429
|
+
n0,
|
|
1430
|
+
_OSNP,
|
|
1431
|
+
0,
|
|
1432
|
+
[_pN, _sta],
|
|
1433
|
+
[0, () => OpenSearchResourceStatus],
|
|
1434
|
+
];
|
|
1435
|
+
export var OpenSearchResourceConfig = [
|
|
1436
|
+
3,
|
|
1437
|
+
n0,
|
|
1438
|
+
_OSRC,
|
|
1439
|
+
0,
|
|
1440
|
+
[_kKA, _dSRA, _dVP, _aA, _rD],
|
|
1441
|
+
[0, 0, 64 | 0, 0, 1],
|
|
1442
|
+
];
|
|
1443
|
+
export var OpenSearchResourceStatus = [3, n0, _OSRS, 0, [_sta, _sMt], [0, 0]];
|
|
1444
|
+
export var OpenSearchWorkspace = [
|
|
1445
|
+
3,
|
|
1446
|
+
n0,
|
|
1447
|
+
_OSW,
|
|
1448
|
+
0,
|
|
1449
|
+
[_wI, _sta],
|
|
1450
|
+
[0, () => OpenSearchResourceStatus],
|
|
1451
|
+
];
|
|
1452
|
+
export var OperationAbortedException = [
|
|
1453
|
+
-3,
|
|
1454
|
+
n0,
|
|
1455
|
+
_OAE,
|
|
1456
|
+
{
|
|
1457
|
+
[_e]: _c,
|
|
1458
|
+
},
|
|
1459
|
+
[_m],
|
|
1460
|
+
[0],
|
|
1461
|
+
];
|
|
1462
|
+
TypeRegistry.for(n0).registerError(OperationAbortedException, __OperationAbortedException);
|
|
1463
|
+
export var OutputLogEvent = [3, n0, _OLE, 0, [_ti, _m, _iT], [1, 0, 1]];
|
|
1464
|
+
export var ParseCloudfront = [3, n0, _PC, 0, [_so], [0]];
|
|
1465
|
+
export var ParseJSON = [3, n0, _PJSON, 0, [_so, _des], [0, 0]];
|
|
1466
|
+
export var ParseKeyValue = [
|
|
1467
|
+
3,
|
|
1468
|
+
n0,
|
|
1469
|
+
_PKV,
|
|
1470
|
+
0,
|
|
1471
|
+
[_so, _des, _fD, _kVD, _kP, _nMV, _oIE],
|
|
1472
|
+
[0, 0, 0, 0, 0, 0, 2],
|
|
1473
|
+
];
|
|
1474
|
+
export var ParsePostgres = [3, n0, _PP, 0, [_so], [0]];
|
|
1475
|
+
export var ParseRoute53 = [3, n0, _PR, 0, [_so], [0]];
|
|
1476
|
+
export var ParseToOCSF = [3, n0, _PTOCSF, 0, [_so, _eS, _oV], [0, 0, 0]];
|
|
1477
|
+
export var ParseVPC = [3, n0, _PVPC, 0, [_so], [0]];
|
|
1478
|
+
export var ParseWAF = [3, n0, _PWAF, 0, [_so], [0]];
|
|
1479
|
+
export var PatternToken = [3, n0, _PT, 0, [_dTP, _iDs, _tS, _enu, _iTN], [1, 2, 0, 128 | 1, 0]];
|
|
1480
|
+
export var Policy = [3, n0, _P, 0, [_dDP], [0]];
|
|
1481
|
+
export var Processor = [
|
|
1482
|
+
3,
|
|
1483
|
+
n0,
|
|
1484
|
+
_Pr,
|
|
1485
|
+
0,
|
|
1486
|
+
[
|
|
1487
|
+
_aK,
|
|
1488
|
+
_cV,
|
|
1489
|
+
_cs,
|
|
1490
|
+
_dTC,
|
|
1491
|
+
_dK,
|
|
1492
|
+
_g,
|
|
1493
|
+
_lTM,
|
|
1494
|
+
_lCS,
|
|
1495
|
+
_mK,
|
|
1496
|
+
_pC,
|
|
1497
|
+
_pJSON,
|
|
1498
|
+
_pKV,
|
|
1499
|
+
_pRa,
|
|
1500
|
+
_pTOCSF,
|
|
1501
|
+
_pP,
|
|
1502
|
+
_pVPC,
|
|
1503
|
+
_pWAF,
|
|
1504
|
+
_rK,
|
|
1505
|
+
_sSp,
|
|
1506
|
+
_sSu,
|
|
1507
|
+
_tSr,
|
|
1508
|
+
_tCy,
|
|
1509
|
+
_uCS,
|
|
1510
|
+
],
|
|
1511
|
+
[
|
|
1512
|
+
() => AddKeys,
|
|
1513
|
+
() => CopyValue,
|
|
1514
|
+
() => CSV,
|
|
1515
|
+
() => DateTimeConverter,
|
|
1516
|
+
() => DeleteKeys,
|
|
1517
|
+
() => Grok,
|
|
1518
|
+
() => ListToMap,
|
|
1519
|
+
() => LowerCaseString,
|
|
1520
|
+
() => MoveKeys,
|
|
1521
|
+
() => ParseCloudfront,
|
|
1522
|
+
() => ParseJSON,
|
|
1523
|
+
() => ParseKeyValue,
|
|
1524
|
+
() => ParseRoute53,
|
|
1525
|
+
() => ParseToOCSF,
|
|
1526
|
+
() => ParsePostgres,
|
|
1527
|
+
() => ParseVPC,
|
|
1528
|
+
() => ParseWAF,
|
|
1529
|
+
() => RenameKeys,
|
|
1530
|
+
() => SplitString,
|
|
1531
|
+
() => SubstituteString,
|
|
1532
|
+
() => TrimString,
|
|
1533
|
+
() => TypeConverter,
|
|
1534
|
+
() => UpperCaseString,
|
|
1535
|
+
],
|
|
1536
|
+
];
|
|
1537
|
+
export var PutAccountPolicyRequest = [
|
|
1538
|
+
3,
|
|
1539
|
+
n0,
|
|
1540
|
+
_PAPR,
|
|
1541
|
+
0,
|
|
1542
|
+
[_pN, _pD, _pT, _s, _sC],
|
|
1543
|
+
[0, 0, 0, 0, 0],
|
|
1544
|
+
];
|
|
1545
|
+
export var PutAccountPolicyResponse = [3, n0, _PAPRu, 0, [_aPcc], [() => AccountPolicy]];
|
|
1546
|
+
export var PutDataProtectionPolicyRequest = [3, n0, _PDPPR, 0, [_lGI, _pD], [0, 0]];
|
|
1547
|
+
export var PutDataProtectionPolicyResponse = [3, n0, _PDPPRu, 0, [_lGI, _pD, _lUT], [0, 0, 1]];
|
|
1548
|
+
export var PutDeliveryDestinationPolicyRequest = [3, n0, _PDDPR, 0, [_dDN, _dDP], [0, 0]];
|
|
1549
|
+
export var PutDeliveryDestinationPolicyResponse = [3, n0, _PDDPRu, 0, [_po], [() => Policy]];
|
|
1550
|
+
export var PutDeliveryDestinationRequest = [
|
|
1551
|
+
3,
|
|
1552
|
+
n0,
|
|
1553
|
+
_PDDR,
|
|
1554
|
+
0,
|
|
1555
|
+
[_n, _oF, _dDC, _dDT, _ta],
|
|
1556
|
+
[0, 0, () => DeliveryDestinationConfiguration, 0, 128 | 0],
|
|
1557
|
+
];
|
|
1558
|
+
export var PutDeliveryDestinationResponse = [
|
|
1559
|
+
3,
|
|
1560
|
+
n0,
|
|
1561
|
+
_PDDRu,
|
|
1562
|
+
0,
|
|
1563
|
+
[_dDe],
|
|
1564
|
+
[() => DeliveryDestination],
|
|
1565
|
+
];
|
|
1566
|
+
export var PutDeliverySourceRequest = [3, n0, _PDSR, 0, [_n, _rA, _lT, _ta], [0, 0, 0, 128 | 0]];
|
|
1567
|
+
export var PutDeliverySourceResponse = [3, n0, _PDSRu, 0, [_dSe], [() => DeliverySource]];
|
|
1568
|
+
export var PutDestinationPolicyRequest = [3, n0, _PDPR, 0, [_dNe, _aPc, _fU], [0, 0, 2]];
|
|
1569
|
+
export var PutDestinationRequest = [3, n0, _PDR, 0, [_dNe, _tA, _rAo, _ta], [0, 0, 0, 128 | 0]];
|
|
1570
|
+
export var PutDestinationResponse = [3, n0, _PDRu, 0, [_des], [() => Destination]];
|
|
1571
|
+
export var PutIndexPolicyRequest = [3, n0, _PIPR, 0, [_lGI, _pD], [0, 0]];
|
|
1572
|
+
export var PutIndexPolicyResponse = [3, n0, _PIPRu, 0, [_iPnd], [() => IndexPolicy]];
|
|
1573
|
+
export var PutIntegrationRequest = [
|
|
1574
|
+
3,
|
|
1575
|
+
n0,
|
|
1576
|
+
_PIR,
|
|
1577
|
+
0,
|
|
1578
|
+
[_iN, _rC, _iTn],
|
|
1579
|
+
[0, () => ResourceConfig, 0],
|
|
1580
|
+
];
|
|
1581
|
+
export var PutIntegrationResponse = [3, n0, _PIRu, 0, [_iN, _iS], [0, 0]];
|
|
1582
|
+
export var PutLogEventsRequest = [
|
|
1583
|
+
3,
|
|
1584
|
+
n0,
|
|
1585
|
+
_PLER,
|
|
1586
|
+
0,
|
|
1587
|
+
[_lGN, _lSN, _lE, _sTe, _ent],
|
|
1588
|
+
[0, 0, () => InputLogEvents, 0, () => Entity],
|
|
1589
|
+
];
|
|
1590
|
+
export var PutLogEventsResponse = [
|
|
1591
|
+
3,
|
|
1592
|
+
n0,
|
|
1593
|
+
_PLERu,
|
|
1594
|
+
0,
|
|
1595
|
+
[_nST, _rLEI, _rEI],
|
|
1596
|
+
[0, () => RejectedLogEventsInfo, () => RejectedEntityInfo],
|
|
1597
|
+
];
|
|
1598
|
+
export var PutMetricFilterRequest = [
|
|
1599
|
+
3,
|
|
1600
|
+
n0,
|
|
1601
|
+
_PMFR,
|
|
1602
|
+
0,
|
|
1603
|
+
[_lGN, _fN, _fP, _mT, _aOTL, _fSC, _eSFD],
|
|
1604
|
+
[0, 0, 0, () => MetricTransformations, 2, 0, 64 | 0],
|
|
1605
|
+
];
|
|
1606
|
+
export var PutQueryDefinitionRequest = [
|
|
1607
|
+
3,
|
|
1608
|
+
n0,
|
|
1609
|
+
_PQDR,
|
|
1610
|
+
0,
|
|
1611
|
+
[_qL, _n, _qDI, _lGNo, _qS, _cTl],
|
|
1612
|
+
[0, 0, 0, 64 | 0, 0, [0, 4]],
|
|
1613
|
+
];
|
|
1614
|
+
export var PutQueryDefinitionResponse = [3, n0, _PQDRu, 0, [_qDI], [0]];
|
|
1615
|
+
export var PutResourcePolicyRequest = [3, n0, _PRPR, 0, [_pN, _pD, _rA, _eRI], [0, 0, 0, 0]];
|
|
1616
|
+
export var PutResourcePolicyResponse = [
|
|
1617
|
+
3,
|
|
1618
|
+
n0,
|
|
1619
|
+
_PRPRu,
|
|
1620
|
+
0,
|
|
1621
|
+
[_rPe, _rIev],
|
|
1622
|
+
[() => ResourcePolicy, 0],
|
|
1623
|
+
];
|
|
1624
|
+
export var PutRetentionPolicyRequest = [3, n0, _PRPRut, 0, [_lGN, _rID], [0, 1]];
|
|
1625
|
+
export var PutSubscriptionFilterRequest = [
|
|
1626
|
+
3,
|
|
1627
|
+
n0,
|
|
1628
|
+
_PSFR,
|
|
1629
|
+
0,
|
|
1630
|
+
[_lGN, _fN, _fP, _dA, _rAo, _dis, _aOTL, _fSC, _eSF],
|
|
1631
|
+
[0, 0, 0, 0, 0, 0, 2, 0, 64 | 0],
|
|
1632
|
+
];
|
|
1633
|
+
export var PutTransformerRequest = [3, n0, _PTR, 0, [_lGI, _tC], [0, () => Processors]];
|
|
1634
|
+
export var QueryCompileError = [3, n0, _QCE, 0, [_lo, _m], [() => QueryCompileErrorLocation, 0]];
|
|
1635
|
+
export var QueryCompileErrorLocation = [3, n0, _QCEL, 0, [_sCO, _eCO], [1, 1]];
|
|
1636
|
+
export var QueryDefinition = [
|
|
1637
|
+
3,
|
|
1638
|
+
n0,
|
|
1639
|
+
_QD,
|
|
1640
|
+
0,
|
|
1641
|
+
[_qL, _qDI, _n, _qS, _lM, _lGNo],
|
|
1642
|
+
[0, 0, 0, 0, 1, 64 | 0],
|
|
1643
|
+
];
|
|
1644
|
+
export var QueryInfo = [3, n0, _QI, 0, [_qL, _qI, _qS, _sta, _cTre, _lGN], [0, 0, 0, 0, 1, 0]];
|
|
1645
|
+
export var QueryStatistics = [
|
|
1646
|
+
3,
|
|
1647
|
+
n0,
|
|
1648
|
+
_QS,
|
|
1649
|
+
0,
|
|
1650
|
+
[_rM, _rS, _eRS, _bS, _eBS, _lGS],
|
|
1651
|
+
[1, 1, 1, 1, 1, 1],
|
|
1652
|
+
];
|
|
1653
|
+
export var RecordField = [3, n0, _RF, 0, [_n, _man], [0, 2]];
|
|
1654
|
+
export var RejectedEntityInfo = [3, n0, _REI, 0, [_eTr], [0]];
|
|
1655
|
+
export var RejectedLogEventsInfo = [3, n0, _RLEI, 0, [_tNLESI, _tOLEEI, _eLEEI], [1, 1, 1]];
|
|
1656
|
+
export var RenameKeyEntry = [3, n0, _RKE, 0, [_k, _rTen, _oIE], [0, 0, 2]];
|
|
1657
|
+
export var RenameKeys = [3, n0, _RK, 0, [_en], [() => RenameKeyEntries]];
|
|
1658
|
+
export var ResourceAlreadyExistsException = [
|
|
1659
|
+
-3,
|
|
1660
|
+
n0,
|
|
1661
|
+
_RAEE,
|
|
1662
|
+
{
|
|
1663
|
+
[_e]: _c,
|
|
1664
|
+
},
|
|
1665
|
+
[_m],
|
|
1666
|
+
[0],
|
|
1667
|
+
];
|
|
1668
|
+
TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException, __ResourceAlreadyExistsException);
|
|
1669
|
+
export var ResourceNotFoundException = [
|
|
1670
|
+
-3,
|
|
1671
|
+
n0,
|
|
1672
|
+
_RNFE,
|
|
1673
|
+
{
|
|
1674
|
+
[_e]: _c,
|
|
1675
|
+
},
|
|
1676
|
+
[_m],
|
|
1677
|
+
[0],
|
|
1678
|
+
];
|
|
1679
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
1680
|
+
export var ResourcePolicy = [
|
|
1681
|
+
3,
|
|
1682
|
+
n0,
|
|
1683
|
+
_RP,
|
|
1684
|
+
0,
|
|
1685
|
+
[_pN, _pD, _lUT, _pSo, _rA, _rIev],
|
|
1686
|
+
[0, 0, 1, 0, 0, 0],
|
|
1687
|
+
];
|
|
1688
|
+
export var ResultField = [3, n0, _RFe, 0, [_fi, _v], [0, 0]];
|
|
1689
|
+
export var S3DeliveryConfiguration = [3, n0, _SDC, 0, [_sP, _eHCP], [0, 2]];
|
|
1690
|
+
export var SearchedLogStream = [3, n0, _SLS, 0, [_lSN, _sCe], [0, 2]];
|
|
1691
|
+
export var ServiceQuotaExceededException = [
|
|
1692
|
+
-3,
|
|
1693
|
+
n0,
|
|
1694
|
+
_SQEE,
|
|
1695
|
+
{
|
|
1696
|
+
[_e]: _c,
|
|
1697
|
+
},
|
|
1698
|
+
[_m],
|
|
1699
|
+
[0],
|
|
1700
|
+
];
|
|
1701
|
+
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
|
|
1702
|
+
export var ServiceUnavailableException = [
|
|
1703
|
+
-3,
|
|
1704
|
+
n0,
|
|
1705
|
+
_SUE,
|
|
1706
|
+
{
|
|
1707
|
+
[_e]: _ser,
|
|
1708
|
+
},
|
|
1709
|
+
[_m],
|
|
1710
|
+
[0],
|
|
1711
|
+
];
|
|
1712
|
+
TypeRegistry.for(n0).registerError(ServiceUnavailableException, __ServiceUnavailableException);
|
|
1713
|
+
export var SessionStreamingException = [
|
|
1714
|
+
-3,
|
|
1715
|
+
n0,
|
|
1716
|
+
_SSE,
|
|
1717
|
+
{
|
|
1718
|
+
[_e]: _c,
|
|
1719
|
+
},
|
|
1720
|
+
[_m],
|
|
1721
|
+
[0],
|
|
1722
|
+
];
|
|
1723
|
+
TypeRegistry.for(n0).registerError(SessionStreamingException, __SessionStreamingException);
|
|
1724
|
+
export var SessionTimeoutException = [
|
|
1725
|
+
-3,
|
|
1726
|
+
n0,
|
|
1727
|
+
_STE,
|
|
1728
|
+
{
|
|
1729
|
+
[_e]: _c,
|
|
1730
|
+
},
|
|
1731
|
+
[_m],
|
|
1732
|
+
[0],
|
|
1733
|
+
];
|
|
1734
|
+
TypeRegistry.for(n0).registerError(SessionTimeoutException, __SessionTimeoutException);
|
|
1735
|
+
export var SplitString = [3, n0, _SS, 0, [_en], [() => SplitStringEntries]];
|
|
1736
|
+
export var SplitStringEntry = [3, n0, _SSEp, 0, [_so, _del], [0, 0]];
|
|
1737
|
+
export var StartLiveTailRequest = [
|
|
1738
|
+
3,
|
|
1739
|
+
n0,
|
|
1740
|
+
_SLTR,
|
|
1741
|
+
0,
|
|
1742
|
+
[_lGIo, _lSNo, _lSNPo, _lEFP],
|
|
1743
|
+
[64 | 0, 64 | 0, 64 | 0, 0],
|
|
1744
|
+
];
|
|
1745
|
+
export var StartLiveTailResponse = [
|
|
1746
|
+
3,
|
|
1747
|
+
n0,
|
|
1748
|
+
_SLTRt,
|
|
1749
|
+
0,
|
|
1750
|
+
[_rSe],
|
|
1751
|
+
[[() => StartLiveTailResponseStream, 0]],
|
|
1752
|
+
];
|
|
1753
|
+
export var StartQueryRequest = [
|
|
1754
|
+
3,
|
|
1755
|
+
n0,
|
|
1756
|
+
_SQR,
|
|
1757
|
+
0,
|
|
1758
|
+
[_qL, _lGN, _lGNo, _lGIo, _sTt, _eTn, _qS, _li],
|
|
1759
|
+
[0, 0, 64 | 0, 64 | 0, 1, 1, 0, 1],
|
|
1760
|
+
];
|
|
1761
|
+
export var StartQueryResponse = [3, n0, _SQRt, 0, [_qI], [0]];
|
|
1762
|
+
export var StopQueryRequest = [3, n0, _SQRto, 0, [_qI], [0]];
|
|
1763
|
+
export var StopQueryResponse = [3, n0, _SQRtop, 0, [_suc], [2]];
|
|
1764
|
+
export var SubscriptionFilter = [
|
|
1765
|
+
3,
|
|
1766
|
+
n0,
|
|
1767
|
+
_SF,
|
|
1768
|
+
0,
|
|
1769
|
+
[_fN, _lGN, _fP, _dA, _rAo, _dis, _aOTL, _cTr, _fSC, _eSF],
|
|
1770
|
+
[0, 0, 0, 0, 0, 0, 2, 1, 0, 64 | 0],
|
|
1771
|
+
];
|
|
1772
|
+
export var SubstituteString = [3, n0, _SSu, 0, [_en], [() => SubstituteStringEntries]];
|
|
1773
|
+
export var SubstituteStringEntry = [3, n0, _SSEu, 0, [_so, _f, _to], [0, 0, 0]];
|
|
1774
|
+
export var SuppressionPeriod = [3, n0, _SP, 0, [_v, _sUu], [1, 0]];
|
|
1775
|
+
export var TagLogGroupRequest = [3, n0, _TLGR, 0, [_lGN, _ta], [0, 128 | 0]];
|
|
1776
|
+
export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _ta], [0, 128 | 0]];
|
|
1777
|
+
export var TestMetricFilterRequest = [3, n0, _TMFR, 0, [_fP, _lEM], [0, 64 | 0]];
|
|
1778
|
+
export var TestMetricFilterResponse = [3, n0, _TMFRe, 0, [_mat], [() => MetricFilterMatches]];
|
|
1779
|
+
export var TestTransformerRequest = [3, n0, _TTR, 0, [_tC, _lEM], [() => Processors, 64 | 0]];
|
|
1780
|
+
export var TestTransformerResponse = [3, n0, _TTRe, 0, [_tL], [() => TransformedLogs]];
|
|
1781
|
+
export var ThrottlingException = [
|
|
1782
|
+
-3,
|
|
1783
|
+
n0,
|
|
1784
|
+
_TE,
|
|
1785
|
+
{
|
|
1786
|
+
[_e]: _c,
|
|
1787
|
+
},
|
|
1788
|
+
[_m],
|
|
1789
|
+
[0],
|
|
1790
|
+
];
|
|
1791
|
+
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
1792
|
+
export var TooManyTagsException = [
|
|
1793
|
+
-3,
|
|
1794
|
+
n0,
|
|
1795
|
+
_TMTE,
|
|
1796
|
+
{
|
|
1797
|
+
[_e]: _c,
|
|
1798
|
+
[_hE]: 400,
|
|
1799
|
+
},
|
|
1800
|
+
[_m, _rN],
|
|
1801
|
+
[0, 0],
|
|
1802
|
+
];
|
|
1803
|
+
TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
|
|
1804
|
+
export var TransformedLogRecord = [3, n0, _TLR, 0, [_eN, _eM, _tEM], [1, 0, 0]];
|
|
1805
|
+
export var TrimString = [3, n0, _TS, 0, [_wK], [64 | 0]];
|
|
1806
|
+
export var TypeConverter = [3, n0, _TC, 0, [_en], [() => TypeConverterEntries]];
|
|
1807
|
+
export var TypeConverterEntry = [3, n0, _TCE, 0, [_k, _ty], [0, 0]];
|
|
1808
|
+
export var UnrecognizedClientException = [
|
|
1809
|
+
-3,
|
|
1810
|
+
n0,
|
|
1811
|
+
_UCE,
|
|
1812
|
+
{
|
|
1813
|
+
[_e]: _c,
|
|
1814
|
+
},
|
|
1815
|
+
[_m],
|
|
1816
|
+
[0],
|
|
1817
|
+
];
|
|
1818
|
+
TypeRegistry.for(n0).registerError(UnrecognizedClientException, __UnrecognizedClientException);
|
|
1819
|
+
export var UntagLogGroupRequest = [3, n0, _ULGR, 0, [_lGN, _ta], [0, 64 | 0]];
|
|
1820
|
+
export var UntagResourceRequest = [3, n0, _URR, 0, [_rA, _tK], [0, 64 | 0]];
|
|
1821
|
+
export var UpdateAnomalyRequest = [
|
|
1822
|
+
3,
|
|
1823
|
+
n0,
|
|
1824
|
+
_UAR,
|
|
1825
|
+
0,
|
|
1826
|
+
[_aIn, _pI, _aDA, _sTu, _sPu, _b],
|
|
1827
|
+
[0, 0, 0, 0, () => SuppressionPeriod, 2],
|
|
1828
|
+
];
|
|
1829
|
+
export var UpdateDeliveryConfigurationRequest = [
|
|
1830
|
+
3,
|
|
1831
|
+
n0,
|
|
1832
|
+
_UDCR,
|
|
1833
|
+
0,
|
|
1834
|
+
[_i, _rF, _fD, _sDC],
|
|
1835
|
+
[0, 64 | 0, 0, () => S3DeliveryConfiguration],
|
|
1836
|
+
];
|
|
1837
|
+
export var UpdateDeliveryConfigurationResponse = [3, n0, _UDCRp, 0, [], []];
|
|
1838
|
+
export var UpdateLogAnomalyDetectorRequest = [
|
|
1839
|
+
3,
|
|
1840
|
+
n0,
|
|
1841
|
+
_ULADR,
|
|
1842
|
+
0,
|
|
1843
|
+
[_aDA, _eF, _fP, _aVT, _ena],
|
|
1844
|
+
[0, 0, 0, 1, 2],
|
|
1845
|
+
];
|
|
1846
|
+
export var UpperCaseString = [3, n0, _UCS, 0, [_wK], [64 | 0]];
|
|
1847
|
+
export var ValidationException = [
|
|
1848
|
+
-3,
|
|
1849
|
+
n0,
|
|
1850
|
+
_VE,
|
|
1851
|
+
{
|
|
1852
|
+
[_e]: _c,
|
|
1853
|
+
},
|
|
1854
|
+
[_m],
|
|
1855
|
+
[0],
|
|
1856
|
+
];
|
|
1857
|
+
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
1858
|
+
export var __Unit = "unit";
|
|
1859
|
+
export var CloudWatchLogsServiceException = [-3, _sm, "CloudWatchLogsServiceException", 0, [], []];
|
|
1860
|
+
TypeRegistry.for(_sm).registerError(CloudWatchLogsServiceException, __CloudWatchLogsServiceException);
|
|
1861
|
+
export var AccountIds = 64 | 0;
|
|
1862
|
+
export var AccountPolicies = [1, n0, _APc, 0, () => AccountPolicy];
|
|
1863
|
+
export var AddKeyEntries = [1, n0, _AKEd, 0, () => AddKeyEntry];
|
|
1864
|
+
export var AllowedFieldDelimiters = 64 | 0;
|
|
1865
|
+
export var AllowedFields = [1, n0, _AF, 0, () => RecordField];
|
|
1866
|
+
export var Anomalies = [1, n0, _An, 0, () => Anomaly];
|
|
1867
|
+
export var AnomalyDetectors = [1, n0, _ADn, 0, () => AnomalyDetector];
|
|
1868
|
+
export var Columns = 64 | 0;
|
|
1869
|
+
export var ConfigurationTemplates = [1, n0, _CTo, 0, () => ConfigurationTemplate];
|
|
1870
|
+
export var CopyValueEntries = [1, n0, _CVEo, 0, () => CopyValueEntry];
|
|
1871
|
+
export var DashboardViewerPrincipals = 64 | 0;
|
|
1872
|
+
export var DeleteWithKeys = 64 | 0;
|
|
1873
|
+
export var Deliveries = [1, n0, _Del, 0, () => Delivery];
|
|
1874
|
+
export var DeliveryDestinations = [1, n0, _DDe, 0, () => DeliveryDestination];
|
|
1875
|
+
export var DeliveryDestinationTypes = 64 | 0;
|
|
1876
|
+
export var DeliverySources = [1, n0, _DSe, 0, () => DeliverySource];
|
|
1877
|
+
export var DescribeFieldIndexesLogGroupIdentifiers = 64 | 0;
|
|
1878
|
+
export var DescribeIndexPoliciesLogGroupIdentifiers = 64 | 0;
|
|
1879
|
+
export var DescribeLogGroupsLogGroupIdentifiers = 64 | 0;
|
|
1880
|
+
export var Destinations = [1, n0, _Des, 0, () => Destination];
|
|
1881
|
+
export var EmitSystemFields = 64 | 0;
|
|
1882
|
+
export var ExportTasks = [1, n0, _ETx, 0, () => ExportTask];
|
|
1883
|
+
export var FieldIndexes = [1, n0, _FIi, 0, () => FieldIndex];
|
|
1884
|
+
export var FilteredLogEvents = [1, n0, _FLEi, 0, () => FilteredLogEvent];
|
|
1885
|
+
export var IndexPolicies = [1, n0, _IPn, 0, () => IndexPolicy];
|
|
1886
|
+
export var InheritedProperties = 64 | 0;
|
|
1887
|
+
export var InputLogEvents = [1, n0, _ILEn, 0, () => InputLogEvent];
|
|
1888
|
+
export var InputLogStreamNames = 64 | 0;
|
|
1889
|
+
export var IntegrationSummaries = [1, n0, _ISn, 0, () => IntegrationSummary];
|
|
1890
|
+
export var LiveTailSessionResults = [1, n0, _LTSR, 0, () => LiveTailSessionLogEvent];
|
|
1891
|
+
export var LogGroupArnList = 64 | 0;
|
|
1892
|
+
export var LogGroupFieldList = [1, n0, _LGFL, 0, () => LogGroupField];
|
|
1893
|
+
export var LogGroupIdentifiers = 64 | 0;
|
|
1894
|
+
export var LogGroupNames = 64 | 0;
|
|
1895
|
+
export var LogGroups = [1, n0, _LGo, 0, () => LogGroup];
|
|
1896
|
+
export var LogGroupSummaries = [1, n0, _LGSo, 0, () => LogGroupSummary];
|
|
1897
|
+
export var LogSamples = [1, n0, _LSo, 0, () => LogEvent];
|
|
1898
|
+
export var LogStreams = [1, n0, _LSog, 0, () => LogStream];
|
|
1899
|
+
export var LogTypes = 64 | 0;
|
|
1900
|
+
export var LowerCaseStringWithKeys = 64 | 0;
|
|
1901
|
+
export var MatchPatterns = 64 | 0;
|
|
1902
|
+
export var MetricFilterMatches = [1, n0, _MFM, 0, () => MetricFilterMatchRecord];
|
|
1903
|
+
export var MetricFilters = [1, n0, _MFe, 0, () => MetricFilter];
|
|
1904
|
+
export var MetricTransformations = [1, n0, _MTe, 0, () => MetricTransformation];
|
|
1905
|
+
export var MoveKeyEntries = [1, n0, _MKEo, 0, () => MoveKeyEntry];
|
|
1906
|
+
export var OutputFormats = 64 | 0;
|
|
1907
|
+
export var OutputLogEvents = [1, n0, _OLEu, 0, () => OutputLogEvent];
|
|
1908
|
+
export var PatternTokens = [1, n0, _PTa, 0, () => PatternToken];
|
|
1909
|
+
export var Processors = [1, n0, _Pro, 0, () => Processor];
|
|
1910
|
+
export var QueryDefinitionList = [1, n0, _QDL, 0, () => QueryDefinition];
|
|
1911
|
+
export var QueryInfoList = [1, n0, _QIL, 0, () => QueryInfo];
|
|
1912
|
+
export var QueryResults = [1, n0, _QR, 0, () => ResultRows];
|
|
1913
|
+
export var RecordFields = 64 | 0;
|
|
1914
|
+
export var RenameKeyEntries = [1, n0, _RKEe, 0, () => RenameKeyEntry];
|
|
1915
|
+
export var ResourceArns = 64 | 0;
|
|
1916
|
+
export var ResourcePolicies = [1, n0, _RPe, 0, () => ResourcePolicy];
|
|
1917
|
+
export var ResourceTypes = 64 | 0;
|
|
1918
|
+
export var ResultRows = [1, n0, _RR, 0, () => ResultField];
|
|
1919
|
+
export var SearchedLogStreams = [1, n0, _SLSe, 0, () => SearchedLogStream];
|
|
1920
|
+
export var SplitStringEntries = [1, n0, _SSEpl, 0, () => SplitStringEntry];
|
|
1921
|
+
export var StartLiveTailLogGroupIdentifiers = 64 | 0;
|
|
1922
|
+
export var SubscriptionFilters = [1, n0, _SFu, 0, () => SubscriptionFilter];
|
|
1923
|
+
export var SubstituteStringEntries = [1, n0, _SSEub, 0, () => SubstituteStringEntry];
|
|
1924
|
+
export var TagKeyList = 64 | 0;
|
|
1925
|
+
export var TagList = 64 | 0;
|
|
1926
|
+
export var TestEventMessages = 64 | 0;
|
|
1927
|
+
export var TransformedLogs = [1, n0, _TL, 0, () => TransformedLogRecord];
|
|
1928
|
+
export var TrimStringWithKeys = 64 | 0;
|
|
1929
|
+
export var TypeConverterEntries = [1, n0, _TCEy, 0, () => TypeConverterEntry];
|
|
1930
|
+
export var UpperCaseStringWithKeys = 64 | 0;
|
|
1931
|
+
export var Dimensions = 128 | 0;
|
|
1932
|
+
export var EntityAttributes = 128 | 0;
|
|
1933
|
+
export var EntityKeyAttributes = 128 | 0;
|
|
1934
|
+
export var Enumerations = 128 | 1;
|
|
1935
|
+
export var ExtractedValues = 128 | 0;
|
|
1936
|
+
export var Histogram = 128 | 1;
|
|
1937
|
+
export var LogRecord = 128 | 0;
|
|
1938
|
+
export var Tags = 128 | 0;
|
|
1939
|
+
export var GetLogObjectResponseStream = [
|
|
1940
|
+
3,
|
|
1941
|
+
n0,
|
|
1942
|
+
_GLORS,
|
|
1943
|
+
{
|
|
1944
|
+
[_str]: 1,
|
|
1945
|
+
},
|
|
1946
|
+
[_fie, _ISE],
|
|
1947
|
+
[() => FieldsData, [() => InternalStreamingException, 0]],
|
|
1948
|
+
];
|
|
1949
|
+
export var IntegrationDetails = [3, n0, _ID, 0, [_oSID], [() => OpenSearchIntegrationDetails]];
|
|
1950
|
+
export var ResourceConfig = [3, n0, _RC, 0, [_oSRC], [() => OpenSearchResourceConfig]];
|
|
1951
|
+
export var StartLiveTailResponseStream = [
|
|
1952
|
+
3,
|
|
1953
|
+
n0,
|
|
1954
|
+
_SLTRS,
|
|
1955
|
+
{
|
|
1956
|
+
[_str]: 1,
|
|
1957
|
+
},
|
|
1958
|
+
[_sSe, _sUe, _STE, _SSE],
|
|
1959
|
+
[
|
|
1960
|
+
() => LiveTailSessionStart,
|
|
1961
|
+
() => LiveTailSessionUpdate,
|
|
1962
|
+
[() => SessionTimeoutException, 0],
|
|
1963
|
+
[() => SessionStreamingException, 0],
|
|
1964
|
+
],
|
|
1965
|
+
];
|
|
1966
|
+
export var AssociateKmsKey = [9, n0, _AKK, 0, () => AssociateKmsKeyRequest, () => __Unit];
|
|
1967
|
+
export var CancelExportTask = [9, n0, _CET, 0, () => CancelExportTaskRequest, () => __Unit];
|
|
1968
|
+
export var CreateDelivery = [
|
|
1969
|
+
9,
|
|
1970
|
+
n0,
|
|
1971
|
+
_CD,
|
|
1972
|
+
0,
|
|
1973
|
+
() => CreateDeliveryRequest,
|
|
1974
|
+
() => CreateDeliveryResponse,
|
|
1975
|
+
];
|
|
1976
|
+
export var CreateExportTask = [
|
|
1977
|
+
9,
|
|
1978
|
+
n0,
|
|
1979
|
+
_CETr,
|
|
1980
|
+
0,
|
|
1981
|
+
() => CreateExportTaskRequest,
|
|
1982
|
+
() => CreateExportTaskResponse,
|
|
1983
|
+
];
|
|
1984
|
+
export var CreateLogAnomalyDetector = [
|
|
1985
|
+
9,
|
|
1986
|
+
n0,
|
|
1987
|
+
_CLAD,
|
|
1988
|
+
0,
|
|
1989
|
+
() => CreateLogAnomalyDetectorRequest,
|
|
1990
|
+
() => CreateLogAnomalyDetectorResponse,
|
|
1991
|
+
];
|
|
1992
|
+
export var CreateLogGroup = [9, n0, _CLG, 0, () => CreateLogGroupRequest, () => __Unit];
|
|
1993
|
+
export var CreateLogStream = [9, n0, _CLS, 0, () => CreateLogStreamRequest, () => __Unit];
|
|
1994
|
+
export var DeleteAccountPolicy = [
|
|
1995
|
+
9,
|
|
1996
|
+
n0,
|
|
1997
|
+
_DAP,
|
|
1998
|
+
0,
|
|
1999
|
+
() => DeleteAccountPolicyRequest,
|
|
2000
|
+
() => __Unit,
|
|
2001
|
+
];
|
|
2002
|
+
export var DeleteDataProtectionPolicy = [
|
|
2003
|
+
9,
|
|
2004
|
+
n0,
|
|
2005
|
+
_DDPP,
|
|
2006
|
+
0,
|
|
2007
|
+
() => DeleteDataProtectionPolicyRequest,
|
|
2008
|
+
() => __Unit,
|
|
2009
|
+
];
|
|
2010
|
+
export var DeleteDelivery = [9, n0, _DDel, 0, () => DeleteDeliveryRequest, () => __Unit];
|
|
2011
|
+
export var DeleteDeliveryDestination = [
|
|
2012
|
+
9,
|
|
2013
|
+
n0,
|
|
2014
|
+
_DDD,
|
|
2015
|
+
0,
|
|
2016
|
+
() => DeleteDeliveryDestinationRequest,
|
|
2017
|
+
() => __Unit,
|
|
2018
|
+
];
|
|
2019
|
+
export var DeleteDeliveryDestinationPolicy = [
|
|
2020
|
+
9,
|
|
2021
|
+
n0,
|
|
2022
|
+
_DDDP,
|
|
2023
|
+
0,
|
|
2024
|
+
() => DeleteDeliveryDestinationPolicyRequest,
|
|
2025
|
+
() => __Unit,
|
|
2026
|
+
];
|
|
2027
|
+
export var DeleteDeliverySource = [
|
|
2028
|
+
9,
|
|
2029
|
+
n0,
|
|
2030
|
+
_DDS,
|
|
2031
|
+
0,
|
|
2032
|
+
() => DeleteDeliverySourceRequest,
|
|
2033
|
+
() => __Unit,
|
|
2034
|
+
];
|
|
2035
|
+
export var DeleteDestination = [9, n0, _DDele, 0, () => DeleteDestinationRequest, () => __Unit];
|
|
2036
|
+
export var DeleteIndexPolicy = [
|
|
2037
|
+
9,
|
|
2038
|
+
n0,
|
|
2039
|
+
_DIP,
|
|
2040
|
+
0,
|
|
2041
|
+
() => DeleteIndexPolicyRequest,
|
|
2042
|
+
() => DeleteIndexPolicyResponse,
|
|
2043
|
+
];
|
|
2044
|
+
export var DeleteIntegration = [
|
|
2045
|
+
9,
|
|
2046
|
+
n0,
|
|
2047
|
+
_DI,
|
|
2048
|
+
0,
|
|
2049
|
+
() => DeleteIntegrationRequest,
|
|
2050
|
+
() => DeleteIntegrationResponse,
|
|
2051
|
+
];
|
|
2052
|
+
export var DeleteLogAnomalyDetector = [
|
|
2053
|
+
9,
|
|
2054
|
+
n0,
|
|
2055
|
+
_DLAD,
|
|
2056
|
+
0,
|
|
2057
|
+
() => DeleteLogAnomalyDetectorRequest,
|
|
2058
|
+
() => __Unit,
|
|
2059
|
+
];
|
|
2060
|
+
export var DeleteLogGroup = [9, n0, _DLG, 0, () => DeleteLogGroupRequest, () => __Unit];
|
|
2061
|
+
export var DeleteLogStream = [9, n0, _DLS, 0, () => DeleteLogStreamRequest, () => __Unit];
|
|
2062
|
+
export var DeleteMetricFilter = [9, n0, _DMF, 0, () => DeleteMetricFilterRequest, () => __Unit];
|
|
2063
|
+
export var DeleteQueryDefinition = [
|
|
2064
|
+
9,
|
|
2065
|
+
n0,
|
|
2066
|
+
_DQD,
|
|
2067
|
+
0,
|
|
2068
|
+
() => DeleteQueryDefinitionRequest,
|
|
2069
|
+
() => DeleteQueryDefinitionResponse,
|
|
2070
|
+
];
|
|
2071
|
+
export var DeleteResourcePolicy = [
|
|
2072
|
+
9,
|
|
2073
|
+
n0,
|
|
2074
|
+
_DRP,
|
|
2075
|
+
0,
|
|
2076
|
+
() => DeleteResourcePolicyRequest,
|
|
2077
|
+
() => __Unit,
|
|
2078
|
+
];
|
|
2079
|
+
export var DeleteRetentionPolicy = [
|
|
2080
|
+
9,
|
|
2081
|
+
n0,
|
|
2082
|
+
_DRPe,
|
|
2083
|
+
0,
|
|
2084
|
+
() => DeleteRetentionPolicyRequest,
|
|
2085
|
+
() => __Unit,
|
|
2086
|
+
];
|
|
2087
|
+
export var DeleteSubscriptionFilter = [
|
|
2088
|
+
9,
|
|
2089
|
+
n0,
|
|
2090
|
+
_DSF,
|
|
2091
|
+
0,
|
|
2092
|
+
() => DeleteSubscriptionFilterRequest,
|
|
2093
|
+
() => __Unit,
|
|
2094
|
+
];
|
|
2095
|
+
export var DeleteTransformer = [9, n0, _DT, 0, () => DeleteTransformerRequest, () => __Unit];
|
|
2096
|
+
export var DescribeAccountPolicies = [
|
|
2097
|
+
9,
|
|
2098
|
+
n0,
|
|
2099
|
+
_DAPe,
|
|
2100
|
+
0,
|
|
2101
|
+
() => DescribeAccountPoliciesRequest,
|
|
2102
|
+
() => DescribeAccountPoliciesResponse,
|
|
2103
|
+
];
|
|
2104
|
+
export var DescribeConfigurationTemplates = [
|
|
2105
|
+
9,
|
|
2106
|
+
n0,
|
|
2107
|
+
_DCT,
|
|
2108
|
+
0,
|
|
2109
|
+
() => DescribeConfigurationTemplatesRequest,
|
|
2110
|
+
() => DescribeConfigurationTemplatesResponse,
|
|
2111
|
+
];
|
|
2112
|
+
export var DescribeDeliveries = [
|
|
2113
|
+
9,
|
|
2114
|
+
n0,
|
|
2115
|
+
_DDes,
|
|
2116
|
+
0,
|
|
2117
|
+
() => DescribeDeliveriesRequest,
|
|
2118
|
+
() => DescribeDeliveriesResponse,
|
|
2119
|
+
];
|
|
2120
|
+
export var DescribeDeliveryDestinations = [
|
|
2121
|
+
9,
|
|
2122
|
+
n0,
|
|
2123
|
+
_DDDe,
|
|
2124
|
+
0,
|
|
2125
|
+
() => DescribeDeliveryDestinationsRequest,
|
|
2126
|
+
() => DescribeDeliveryDestinationsResponse,
|
|
2127
|
+
];
|
|
2128
|
+
export var DescribeDeliverySources = [
|
|
2129
|
+
9,
|
|
2130
|
+
n0,
|
|
2131
|
+
_DDSe,
|
|
2132
|
+
0,
|
|
2133
|
+
() => DescribeDeliverySourcesRequest,
|
|
2134
|
+
() => DescribeDeliverySourcesResponse,
|
|
2135
|
+
];
|
|
2136
|
+
export var DescribeDestinations = [
|
|
2137
|
+
9,
|
|
2138
|
+
n0,
|
|
2139
|
+
_DDesc,
|
|
2140
|
+
0,
|
|
2141
|
+
() => DescribeDestinationsRequest,
|
|
2142
|
+
() => DescribeDestinationsResponse,
|
|
2143
|
+
];
|
|
2144
|
+
export var DescribeExportTasks = [
|
|
2145
|
+
9,
|
|
2146
|
+
n0,
|
|
2147
|
+
_DET,
|
|
2148
|
+
0,
|
|
2149
|
+
() => DescribeExportTasksRequest,
|
|
2150
|
+
() => DescribeExportTasksResponse,
|
|
2151
|
+
];
|
|
2152
|
+
export var DescribeFieldIndexes = [
|
|
2153
|
+
9,
|
|
2154
|
+
n0,
|
|
2155
|
+
_DFI,
|
|
2156
|
+
0,
|
|
2157
|
+
() => DescribeFieldIndexesRequest,
|
|
2158
|
+
() => DescribeFieldIndexesResponse,
|
|
2159
|
+
];
|
|
2160
|
+
export var DescribeIndexPolicies = [
|
|
2161
|
+
9,
|
|
2162
|
+
n0,
|
|
2163
|
+
_DIPe,
|
|
2164
|
+
0,
|
|
2165
|
+
() => DescribeIndexPoliciesRequest,
|
|
2166
|
+
() => DescribeIndexPoliciesResponse,
|
|
2167
|
+
];
|
|
2168
|
+
export var DescribeLogGroups = [
|
|
2169
|
+
9,
|
|
2170
|
+
n0,
|
|
2171
|
+
_DLGe,
|
|
2172
|
+
0,
|
|
2173
|
+
() => DescribeLogGroupsRequest,
|
|
2174
|
+
() => DescribeLogGroupsResponse,
|
|
2175
|
+
];
|
|
2176
|
+
export var DescribeLogStreams = [
|
|
2177
|
+
9,
|
|
2178
|
+
n0,
|
|
2179
|
+
_DLSe,
|
|
2180
|
+
0,
|
|
2181
|
+
() => DescribeLogStreamsRequest,
|
|
2182
|
+
() => DescribeLogStreamsResponse,
|
|
2183
|
+
];
|
|
2184
|
+
export var DescribeMetricFilters = [
|
|
2185
|
+
9,
|
|
2186
|
+
n0,
|
|
2187
|
+
_DMFe,
|
|
2188
|
+
0,
|
|
2189
|
+
() => DescribeMetricFiltersRequest,
|
|
2190
|
+
() => DescribeMetricFiltersResponse,
|
|
2191
|
+
];
|
|
2192
|
+
export var DescribeQueries = [
|
|
2193
|
+
9,
|
|
2194
|
+
n0,
|
|
2195
|
+
_DQ,
|
|
2196
|
+
0,
|
|
2197
|
+
() => DescribeQueriesRequest,
|
|
2198
|
+
() => DescribeQueriesResponse,
|
|
2199
|
+
];
|
|
2200
|
+
export var DescribeQueryDefinitions = [
|
|
2201
|
+
9,
|
|
2202
|
+
n0,
|
|
2203
|
+
_DQDe,
|
|
2204
|
+
0,
|
|
2205
|
+
() => DescribeQueryDefinitionsRequest,
|
|
2206
|
+
() => DescribeQueryDefinitionsResponse,
|
|
2207
|
+
];
|
|
2208
|
+
export var DescribeResourcePolicies = [
|
|
2209
|
+
9,
|
|
2210
|
+
n0,
|
|
2211
|
+
_DRPes,
|
|
2212
|
+
0,
|
|
2213
|
+
() => DescribeResourcePoliciesRequest,
|
|
2214
|
+
() => DescribeResourcePoliciesResponse,
|
|
2215
|
+
];
|
|
2216
|
+
export var DescribeSubscriptionFilters = [
|
|
2217
|
+
9,
|
|
2218
|
+
n0,
|
|
2219
|
+
_DSFe,
|
|
2220
|
+
0,
|
|
2221
|
+
() => DescribeSubscriptionFiltersRequest,
|
|
2222
|
+
() => DescribeSubscriptionFiltersResponse,
|
|
2223
|
+
];
|
|
2224
|
+
export var DisassociateKmsKey = [9, n0, _DKK, 0, () => DisassociateKmsKeyRequest, () => __Unit];
|
|
2225
|
+
export var FilterLogEvents = [
|
|
2226
|
+
9,
|
|
2227
|
+
n0,
|
|
2228
|
+
_FLEil,
|
|
2229
|
+
0,
|
|
2230
|
+
() => FilterLogEventsRequest,
|
|
2231
|
+
() => FilterLogEventsResponse,
|
|
2232
|
+
];
|
|
2233
|
+
export var GetDataProtectionPolicy = [
|
|
2234
|
+
9,
|
|
2235
|
+
n0,
|
|
2236
|
+
_GDPP,
|
|
2237
|
+
0,
|
|
2238
|
+
() => GetDataProtectionPolicyRequest,
|
|
2239
|
+
() => GetDataProtectionPolicyResponse,
|
|
2240
|
+
];
|
|
2241
|
+
export var GetDelivery = [9, n0, _GD, 0, () => GetDeliveryRequest, () => GetDeliveryResponse];
|
|
2242
|
+
export var GetDeliveryDestination = [
|
|
2243
|
+
9,
|
|
2244
|
+
n0,
|
|
2245
|
+
_GDD,
|
|
2246
|
+
0,
|
|
2247
|
+
() => GetDeliveryDestinationRequest,
|
|
2248
|
+
() => GetDeliveryDestinationResponse,
|
|
2249
|
+
];
|
|
2250
|
+
export var GetDeliveryDestinationPolicy = [
|
|
2251
|
+
9,
|
|
2252
|
+
n0,
|
|
2253
|
+
_GDDP,
|
|
2254
|
+
0,
|
|
2255
|
+
() => GetDeliveryDestinationPolicyRequest,
|
|
2256
|
+
() => GetDeliveryDestinationPolicyResponse,
|
|
2257
|
+
];
|
|
2258
|
+
export var GetDeliverySource = [
|
|
2259
|
+
9,
|
|
2260
|
+
n0,
|
|
2261
|
+
_GDS,
|
|
2262
|
+
0,
|
|
2263
|
+
() => GetDeliverySourceRequest,
|
|
2264
|
+
() => GetDeliverySourceResponse,
|
|
2265
|
+
];
|
|
2266
|
+
export var GetIntegration = [
|
|
2267
|
+
9,
|
|
2268
|
+
n0,
|
|
2269
|
+
_GI,
|
|
2270
|
+
0,
|
|
2271
|
+
() => GetIntegrationRequest,
|
|
2272
|
+
() => GetIntegrationResponse,
|
|
2273
|
+
];
|
|
2274
|
+
export var GetLogAnomalyDetector = [
|
|
2275
|
+
9,
|
|
2276
|
+
n0,
|
|
2277
|
+
_GLAD,
|
|
2278
|
+
0,
|
|
2279
|
+
() => GetLogAnomalyDetectorRequest,
|
|
2280
|
+
() => GetLogAnomalyDetectorResponse,
|
|
2281
|
+
];
|
|
2282
|
+
export var GetLogEvents = [
|
|
2283
|
+
9,
|
|
2284
|
+
n0,
|
|
2285
|
+
_GLE,
|
|
2286
|
+
0,
|
|
2287
|
+
() => GetLogEventsRequest,
|
|
2288
|
+
() => GetLogEventsResponse,
|
|
2289
|
+
];
|
|
2290
|
+
export var GetLogGroupFields = [
|
|
2291
|
+
9,
|
|
2292
|
+
n0,
|
|
2293
|
+
_GLGF,
|
|
2294
|
+
0,
|
|
2295
|
+
() => GetLogGroupFieldsRequest,
|
|
2296
|
+
() => GetLogGroupFieldsResponse,
|
|
2297
|
+
];
|
|
2298
|
+
export var GetLogObject = [
|
|
2299
|
+
9,
|
|
2300
|
+
n0,
|
|
2301
|
+
_GLO,
|
|
2302
|
+
{
|
|
2303
|
+
[_end]: ["streaming-"],
|
|
2304
|
+
},
|
|
2305
|
+
() => GetLogObjectRequest,
|
|
2306
|
+
() => GetLogObjectResponse,
|
|
2307
|
+
];
|
|
2308
|
+
export var GetLogRecord = [
|
|
2309
|
+
9,
|
|
2310
|
+
n0,
|
|
2311
|
+
_GLR,
|
|
2312
|
+
0,
|
|
2313
|
+
() => GetLogRecordRequest,
|
|
2314
|
+
() => GetLogRecordResponse,
|
|
2315
|
+
];
|
|
2316
|
+
export var GetQueryResults = [
|
|
2317
|
+
9,
|
|
2318
|
+
n0,
|
|
2319
|
+
_GQR,
|
|
2320
|
+
0,
|
|
2321
|
+
() => GetQueryResultsRequest,
|
|
2322
|
+
() => GetQueryResultsResponse,
|
|
2323
|
+
];
|
|
2324
|
+
export var GetTransformer = [
|
|
2325
|
+
9,
|
|
2326
|
+
n0,
|
|
2327
|
+
_GT,
|
|
2328
|
+
0,
|
|
2329
|
+
() => GetTransformerRequest,
|
|
2330
|
+
() => GetTransformerResponse,
|
|
2331
|
+
];
|
|
2332
|
+
export var ListAnomalies = [
|
|
2333
|
+
9,
|
|
2334
|
+
n0,
|
|
2335
|
+
_LA,
|
|
2336
|
+
0,
|
|
2337
|
+
() => ListAnomaliesRequest,
|
|
2338
|
+
() => ListAnomaliesResponse,
|
|
2339
|
+
];
|
|
2340
|
+
export var ListIntegrations = [
|
|
2341
|
+
9,
|
|
2342
|
+
n0,
|
|
2343
|
+
_LI,
|
|
2344
|
+
0,
|
|
2345
|
+
() => ListIntegrationsRequest,
|
|
2346
|
+
() => ListIntegrationsResponse,
|
|
2347
|
+
];
|
|
2348
|
+
export var ListLogAnomalyDetectors = [
|
|
2349
|
+
9,
|
|
2350
|
+
n0,
|
|
2351
|
+
_LLAD,
|
|
2352
|
+
0,
|
|
2353
|
+
() => ListLogAnomalyDetectorsRequest,
|
|
2354
|
+
() => ListLogAnomalyDetectorsResponse,
|
|
2355
|
+
];
|
|
2356
|
+
export var ListLogGroups = [
|
|
2357
|
+
9,
|
|
2358
|
+
n0,
|
|
2359
|
+
_LLG,
|
|
2360
|
+
0,
|
|
2361
|
+
() => ListLogGroupsRequest,
|
|
2362
|
+
() => ListLogGroupsResponse,
|
|
2363
|
+
];
|
|
2364
|
+
export var ListLogGroupsForQuery = [
|
|
2365
|
+
9,
|
|
2366
|
+
n0,
|
|
2367
|
+
_LLGFQ,
|
|
2368
|
+
0,
|
|
2369
|
+
() => ListLogGroupsForQueryRequest,
|
|
2370
|
+
() => ListLogGroupsForQueryResponse,
|
|
2371
|
+
];
|
|
2372
|
+
export var ListTagsForResource = [
|
|
2373
|
+
9,
|
|
2374
|
+
n0,
|
|
2375
|
+
_LTFR,
|
|
2376
|
+
0,
|
|
2377
|
+
() => ListTagsForResourceRequest,
|
|
2378
|
+
() => ListTagsForResourceResponse,
|
|
2379
|
+
];
|
|
2380
|
+
export var ListTagsLogGroup = [
|
|
2381
|
+
9,
|
|
2382
|
+
n0,
|
|
2383
|
+
_LTLG,
|
|
2384
|
+
0,
|
|
2385
|
+
() => ListTagsLogGroupRequest,
|
|
2386
|
+
() => ListTagsLogGroupResponse,
|
|
2387
|
+
];
|
|
2388
|
+
export var PutAccountPolicy = [
|
|
2389
|
+
9,
|
|
2390
|
+
n0,
|
|
2391
|
+
_PAP,
|
|
2392
|
+
0,
|
|
2393
|
+
() => PutAccountPolicyRequest,
|
|
2394
|
+
() => PutAccountPolicyResponse,
|
|
2395
|
+
];
|
|
2396
|
+
export var PutDataProtectionPolicy = [
|
|
2397
|
+
9,
|
|
2398
|
+
n0,
|
|
2399
|
+
_PDPP,
|
|
2400
|
+
0,
|
|
2401
|
+
() => PutDataProtectionPolicyRequest,
|
|
2402
|
+
() => PutDataProtectionPolicyResponse,
|
|
2403
|
+
];
|
|
2404
|
+
export var PutDeliveryDestination = [
|
|
2405
|
+
9,
|
|
2406
|
+
n0,
|
|
2407
|
+
_PDD,
|
|
2408
|
+
0,
|
|
2409
|
+
() => PutDeliveryDestinationRequest,
|
|
2410
|
+
() => PutDeliveryDestinationResponse,
|
|
2411
|
+
];
|
|
2412
|
+
export var PutDeliveryDestinationPolicy = [
|
|
2413
|
+
9,
|
|
2414
|
+
n0,
|
|
2415
|
+
_PDDP,
|
|
2416
|
+
0,
|
|
2417
|
+
() => PutDeliveryDestinationPolicyRequest,
|
|
2418
|
+
() => PutDeliveryDestinationPolicyResponse,
|
|
2419
|
+
];
|
|
2420
|
+
export var PutDeliverySource = [
|
|
2421
|
+
9,
|
|
2422
|
+
n0,
|
|
2423
|
+
_PDS,
|
|
2424
|
+
0,
|
|
2425
|
+
() => PutDeliverySourceRequest,
|
|
2426
|
+
() => PutDeliverySourceResponse,
|
|
2427
|
+
];
|
|
2428
|
+
export var PutDestination = [
|
|
2429
|
+
9,
|
|
2430
|
+
n0,
|
|
2431
|
+
_PD,
|
|
2432
|
+
0,
|
|
2433
|
+
() => PutDestinationRequest,
|
|
2434
|
+
() => PutDestinationResponse,
|
|
2435
|
+
];
|
|
2436
|
+
export var PutDestinationPolicy = [
|
|
2437
|
+
9,
|
|
2438
|
+
n0,
|
|
2439
|
+
_PDP,
|
|
2440
|
+
0,
|
|
2441
|
+
() => PutDestinationPolicyRequest,
|
|
2442
|
+
() => __Unit,
|
|
2443
|
+
];
|
|
2444
|
+
export var PutIndexPolicy = [
|
|
2445
|
+
9,
|
|
2446
|
+
n0,
|
|
2447
|
+
_PIP,
|
|
2448
|
+
0,
|
|
2449
|
+
() => PutIndexPolicyRequest,
|
|
2450
|
+
() => PutIndexPolicyResponse,
|
|
2451
|
+
];
|
|
2452
|
+
export var PutIntegration = [
|
|
2453
|
+
9,
|
|
2454
|
+
n0,
|
|
2455
|
+
_PI,
|
|
2456
|
+
0,
|
|
2457
|
+
() => PutIntegrationRequest,
|
|
2458
|
+
() => PutIntegrationResponse,
|
|
2459
|
+
];
|
|
2460
|
+
export var PutLogEvents = [
|
|
2461
|
+
9,
|
|
2462
|
+
n0,
|
|
2463
|
+
_PLE,
|
|
2464
|
+
0,
|
|
2465
|
+
() => PutLogEventsRequest,
|
|
2466
|
+
() => PutLogEventsResponse,
|
|
2467
|
+
];
|
|
2468
|
+
export var PutMetricFilter = [9, n0, _PMF, 0, () => PutMetricFilterRequest, () => __Unit];
|
|
2469
|
+
export var PutQueryDefinition = [
|
|
2470
|
+
9,
|
|
2471
|
+
n0,
|
|
2472
|
+
_PQD,
|
|
2473
|
+
0,
|
|
2474
|
+
() => PutQueryDefinitionRequest,
|
|
2475
|
+
() => PutQueryDefinitionResponse,
|
|
2476
|
+
];
|
|
2477
|
+
export var PutResourcePolicy = [
|
|
2478
|
+
9,
|
|
2479
|
+
n0,
|
|
2480
|
+
_PRP,
|
|
2481
|
+
0,
|
|
2482
|
+
() => PutResourcePolicyRequest,
|
|
2483
|
+
() => PutResourcePolicyResponse,
|
|
2484
|
+
];
|
|
2485
|
+
export var PutRetentionPolicy = [9, n0, _PRPu, 0, () => PutRetentionPolicyRequest, () => __Unit];
|
|
2486
|
+
export var PutSubscriptionFilter = [
|
|
2487
|
+
9,
|
|
2488
|
+
n0,
|
|
2489
|
+
_PSF,
|
|
2490
|
+
0,
|
|
2491
|
+
() => PutSubscriptionFilterRequest,
|
|
2492
|
+
() => __Unit,
|
|
2493
|
+
];
|
|
2494
|
+
export var PutTransformer = [9, n0, _PTu, 0, () => PutTransformerRequest, () => __Unit];
|
|
2495
|
+
export var StartLiveTail = [
|
|
2496
|
+
9,
|
|
2497
|
+
n0,
|
|
2498
|
+
_SLT,
|
|
2499
|
+
{
|
|
2500
|
+
[_end]: ["streaming-"],
|
|
2501
|
+
},
|
|
2502
|
+
() => StartLiveTailRequest,
|
|
2503
|
+
() => StartLiveTailResponse,
|
|
2504
|
+
];
|
|
2505
|
+
export var StartQuery = [9, n0, _SQ, 0, () => StartQueryRequest, () => StartQueryResponse];
|
|
2506
|
+
export var StopQuery = [9, n0, _SQt, 0, () => StopQueryRequest, () => StopQueryResponse];
|
|
2507
|
+
export var TagLogGroup = [9, n0, _TLG, 0, () => TagLogGroupRequest, () => __Unit];
|
|
2508
|
+
export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => __Unit];
|
|
2509
|
+
export var TestMetricFilter = [
|
|
2510
|
+
9,
|
|
2511
|
+
n0,
|
|
2512
|
+
_TMF,
|
|
2513
|
+
0,
|
|
2514
|
+
() => TestMetricFilterRequest,
|
|
2515
|
+
() => TestMetricFilterResponse,
|
|
2516
|
+
];
|
|
2517
|
+
export var TestTransformer = [
|
|
2518
|
+
9,
|
|
2519
|
+
n0,
|
|
2520
|
+
_TT,
|
|
2521
|
+
0,
|
|
2522
|
+
() => TestTransformerRequest,
|
|
2523
|
+
() => TestTransformerResponse,
|
|
2524
|
+
];
|
|
2525
|
+
export var UntagLogGroup = [9, n0, _ULG, 0, () => UntagLogGroupRequest, () => __Unit];
|
|
2526
|
+
export var UntagResource = [9, n0, _UR, 0, () => UntagResourceRequest, () => __Unit];
|
|
2527
|
+
export var UpdateAnomaly = [9, n0, _UA, 0, () => UpdateAnomalyRequest, () => __Unit];
|
|
2528
|
+
export var UpdateDeliveryConfiguration = [
|
|
2529
|
+
9,
|
|
2530
|
+
n0,
|
|
2531
|
+
_UDC,
|
|
2532
|
+
0,
|
|
2533
|
+
() => UpdateDeliveryConfigurationRequest,
|
|
2534
|
+
() => UpdateDeliveryConfigurationResponse,
|
|
2535
|
+
];
|
|
2536
|
+
export var UpdateLogAnomalyDetector = [
|
|
2537
|
+
9,
|
|
2538
|
+
n0,
|
|
2539
|
+
_ULAD,
|
|
2540
|
+
0,
|
|
2541
|
+
() => UpdateLogAnomalyDetectorRequest,
|
|
2542
|
+
() => __Unit,
|
|
2543
|
+
];
|