@aws-sdk/client-amp 3.987.0 → 3.988.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.
@@ -0,0 +1,1106 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DescribeResourcePolicyRequest$ = exports.DescribeQueryLoggingConfigurationResponse$ = exports.DescribeQueryLoggingConfigurationRequest$ = exports.DescribeLoggingConfigurationResponse$ = exports.DescribeLoggingConfigurationRequest$ = exports.DescribeAnomalyDetectorResponse$ = exports.DescribeAnomalyDetectorRequest$ = exports.DescribeAlertManagerDefinitionResponse$ = exports.DescribeAlertManagerDefinitionRequest$ = exports.DeleteWorkspaceRequest$ = exports.DeleteScraperResponse$ = exports.DeleteScraperRequest$ = exports.DeleteScraperLoggingConfigurationRequest$ = exports.DeleteRuleGroupsNamespaceRequest$ = exports.DeleteResourcePolicyRequest$ = exports.DeleteQueryLoggingConfigurationRequest$ = exports.DeleteLoggingConfigurationRequest$ = exports.DeleteAnomalyDetectorRequest$ = exports.DeleteAlertManagerDefinitionRequest$ = exports.CreateWorkspaceResponse$ = exports.CreateWorkspaceRequest$ = exports.CreateScraperResponse$ = exports.CreateScraperRequest$ = exports.CreateRuleGroupsNamespaceResponse$ = exports.CreateRuleGroupsNamespaceRequest$ = exports.CreateQueryLoggingConfigurationResponse$ = exports.CreateQueryLoggingConfigurationRequest$ = exports.CreateLoggingConfigurationResponse$ = exports.CreateLoggingConfigurationRequest$ = exports.CreateAnomalyDetectorResponse$ = exports.CreateAnomalyDetectorRequest$ = exports.CreateAlertManagerDefinitionResponse$ = exports.CreateAlertManagerDefinitionRequest$ = exports.ComponentConfig$ = exports.CloudWatchLogDestination$ = exports.AnomalyDetectorSummary$ = exports.AnomalyDetectorStatus$ = exports.AnomalyDetectorDescription$ = exports.AmpConfiguration$ = exports.AlertManagerDefinitionStatus$ = exports.AlertManagerDefinitionDescription$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.AmpServiceException$ = void 0;
4
+ exports.ScraperSummary$ = exports.ScraperStatus$ = exports.ScraperLoggingConfigurationStatus$ = exports.ScraperDescription$ = exports.ScraperComponent$ = exports.RuleGroupsNamespaceSummary$ = exports.RuleGroupsNamespaceStatus$ = exports.RuleGroupsNamespaceDescription$ = exports.RoleConfiguration$ = exports.RandomCutForestConfiguration$ = exports.QueryLoggingConfigurationStatus$ = exports.QueryLoggingConfigurationMetadata$ = exports.PutRuleGroupsNamespaceResponse$ = exports.PutRuleGroupsNamespaceRequest$ = exports.PutResourcePolicyResponse$ = exports.PutResourcePolicyRequest$ = exports.PutAnomalyDetectorResponse$ = exports.PutAnomalyDetectorRequest$ = exports.PutAlertManagerDefinitionResponse$ = exports.PutAlertManagerDefinitionRequest$ = exports.LoggingFilter$ = exports.LoggingDestination$ = exports.LoggingConfigurationStatus$ = exports.LoggingConfigurationMetadata$ = exports.ListWorkspacesResponse$ = exports.ListWorkspacesRequest$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListScrapersResponse$ = exports.ListScrapersRequest$ = exports.ListRuleGroupsNamespacesResponse$ = exports.ListRuleGroupsNamespacesRequest$ = exports.ListAnomalyDetectorsResponse$ = exports.ListAnomalyDetectorsRequest$ = exports.LimitsPerLabelSetEntry$ = exports.LimitsPerLabelSet$ = exports.GetDefaultScraperConfigurationResponse$ = exports.GetDefaultScraperConfigurationRequest$ = exports.EksConfiguration$ = exports.DescribeWorkspaceResponse$ = exports.DescribeWorkspaceRequest$ = exports.DescribeWorkspaceConfigurationResponse$ = exports.DescribeWorkspaceConfigurationRequest$ = exports.DescribeScraperResponse$ = exports.DescribeScraperRequest$ = exports.DescribeScraperLoggingConfigurationResponse$ = exports.DescribeScraperLoggingConfigurationRequest$ = exports.DescribeRuleGroupsNamespaceResponse$ = exports.DescribeRuleGroupsNamespaceRequest$ = exports.DescribeResourcePolicyResponse$ = void 0;
5
+ exports.DescribeResourcePolicy$ = exports.DescribeQueryLoggingConfiguration$ = exports.DescribeLoggingConfiguration$ = exports.DescribeAnomalyDetector$ = exports.DescribeAlertManagerDefinition$ = exports.DeleteWorkspace$ = exports.DeleteScraperLoggingConfiguration$ = exports.DeleteScraper$ = exports.DeleteRuleGroupsNamespace$ = exports.DeleteResourcePolicy$ = exports.DeleteQueryLoggingConfiguration$ = exports.DeleteLoggingConfiguration$ = exports.DeleteAnomalyDetector$ = exports.DeleteAlertManagerDefinition$ = exports.CreateWorkspace$ = exports.CreateScraper$ = exports.CreateRuleGroupsNamespace$ = exports.CreateQueryLoggingConfiguration$ = exports.CreateLoggingConfiguration$ = exports.CreateAnomalyDetector$ = exports.CreateAlertManagerDefinition$ = exports.Source$ = exports.ScraperLoggingDestination$ = exports.ScrapeConfiguration$ = exports.IgnoreNearExpected$ = exports.Destination$ = exports.AnomalyDetectorMissingDataAction$ = exports.AnomalyDetectorConfiguration$ = exports.WorkspaceSummary$ = exports.WorkspaceStatus$ = exports.WorkspaceDescription$ = exports.WorkspaceConfigurationStatus$ = exports.WorkspaceConfigurationDescription$ = exports.VpcConfiguration$ = exports.ValidationExceptionField$ = exports.UpdateWorkspaceConfigurationResponse$ = exports.UpdateWorkspaceConfigurationRequest$ = exports.UpdateWorkspaceAliasRequest$ = exports.UpdateScraperResponse$ = exports.UpdateScraperRequest$ = exports.UpdateScraperLoggingConfigurationResponse$ = exports.UpdateScraperLoggingConfigurationRequest$ = exports.UpdateQueryLoggingConfigurationResponse$ = exports.UpdateQueryLoggingConfigurationRequest$ = exports.UpdateLoggingConfigurationResponse$ = exports.UpdateLoggingConfigurationRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = void 0;
6
+ exports.UpdateWorkspaceConfiguration$ = exports.UpdateWorkspaceAlias$ = exports.UpdateScraperLoggingConfiguration$ = exports.UpdateScraper$ = exports.UpdateQueryLoggingConfiguration$ = exports.UpdateLoggingConfiguration$ = exports.UntagResource$ = exports.TagResource$ = exports.PutRuleGroupsNamespace$ = exports.PutResourcePolicy$ = exports.PutAnomalyDetector$ = exports.PutAlertManagerDefinition$ = exports.ListWorkspaces$ = exports.ListTagsForResource$ = exports.ListScrapers$ = exports.ListRuleGroupsNamespaces$ = exports.ListAnomalyDetectors$ = exports.GetDefaultScraperConfiguration$ = exports.DescribeWorkspaceConfiguration$ = exports.DescribeWorkspace$ = exports.DescribeScraperLoggingConfiguration$ = exports.DescribeScraper$ = exports.DescribeRuleGroupsNamespace$ = void 0;
7
+ const _AC = "AmpConfiguration";
8
+ const _ADC = "AnomalyDetectorConfiguration";
9
+ const _ADD = "AnomalyDetectorDescription";
10
+ const _ADE = "AccessDeniedException";
11
+ const _ADMDA = "AnomalyDetectorMissingDataAction";
12
+ const _ADS = "AnomalyDetectorStatus";
13
+ const _ADSL = "AnomalyDetectorSummaryList";
14
+ const _ADSn = "AnomalyDetectorSummary";
15
+ const _AMDD = "AlertManagerDefinitionDescription";
16
+ const _AMDS = "AlertManagerDefinitionStatus";
17
+ const _CAD = "CreateAnomalyDetector";
18
+ const _CADR = "CreateAnomalyDetectorRequest";
19
+ const _CADRr = "CreateAnomalyDetectorResponse";
20
+ const _CAMD = "CreateAlertManagerDefinition";
21
+ const _CAMDR = "CreateAlertManagerDefinitionRequest";
22
+ const _CAMDRr = "CreateAlertManagerDefinitionResponse";
23
+ const _CC = "ComponentConfig";
24
+ const _CE = "ConflictException";
25
+ const _CLC = "CreateLoggingConfiguration";
26
+ const _CLCR = "CreateLoggingConfigurationRequest";
27
+ const _CLCRr = "CreateLoggingConfigurationResponse";
28
+ const _CQLC = "CreateQueryLoggingConfiguration";
29
+ const _CQLCR = "CreateQueryLoggingConfigurationRequest";
30
+ const _CQLCRr = "CreateQueryLoggingConfigurationResponse";
31
+ const _CRGN = "CreateRuleGroupsNamespace";
32
+ const _CRGNR = "CreateRuleGroupsNamespaceRequest";
33
+ const _CRGNRr = "CreateRuleGroupsNamespaceResponse";
34
+ const _CS = "CreateScraper";
35
+ const _CSR = "CreateScraperRequest";
36
+ const _CSRr = "CreateScraperResponse";
37
+ const _CW = "CreateWorkspace";
38
+ const _CWLD = "CloudWatchLogDestination";
39
+ const _CWR = "CreateWorkspaceRequest";
40
+ const _CWRr = "CreateWorkspaceResponse";
41
+ const _D = "Destination";
42
+ const _DAD = "DeleteAnomalyDetector";
43
+ const _DADR = "DeleteAnomalyDetectorRequest";
44
+ const _DADRe = "DescribeAnomalyDetectorRequest";
45
+ const _DADRes = "DescribeAnomalyDetectorResponse";
46
+ const _DADe = "DescribeAnomalyDetector";
47
+ const _DAMD = "DeleteAlertManagerDefinition";
48
+ const _DAMDR = "DeleteAlertManagerDefinitionRequest";
49
+ const _DAMDRe = "DescribeAlertManagerDefinitionRequest";
50
+ const _DAMDRes = "DescribeAlertManagerDefinitionResponse";
51
+ const _DAMDe = "DescribeAlertManagerDefinition";
52
+ const _DLC = "DeleteLoggingConfiguration";
53
+ const _DLCR = "DeleteLoggingConfigurationRequest";
54
+ const _DLCRe = "DescribeLoggingConfigurationRequest";
55
+ const _DLCRes = "DescribeLoggingConfigurationResponse";
56
+ const _DLCe = "DescribeLoggingConfiguration";
57
+ const _DQLC = "DeleteQueryLoggingConfiguration";
58
+ const _DQLCR = "DeleteQueryLoggingConfigurationRequest";
59
+ const _DQLCRe = "DescribeQueryLoggingConfigurationRequest";
60
+ const _DQLCRes = "DescribeQueryLoggingConfigurationResponse";
61
+ const _DQLCe = "DescribeQueryLoggingConfiguration";
62
+ const _DRGN = "DeleteRuleGroupsNamespace";
63
+ const _DRGNR = "DeleteRuleGroupsNamespaceRequest";
64
+ const _DRGNRe = "DescribeRuleGroupsNamespaceRequest";
65
+ const _DRGNRes = "DescribeRuleGroupsNamespaceResponse";
66
+ const _DRGNe = "DescribeRuleGroupsNamespace";
67
+ const _DRP = "DeleteResourcePolicy";
68
+ const _DRPR = "DeleteResourcePolicyRequest";
69
+ const _DRPRe = "DescribeResourcePolicyRequest";
70
+ const _DRPRes = "DescribeResourcePolicyResponse";
71
+ const _DRPe = "DescribeResourcePolicy";
72
+ const _DS = "DeleteScraper";
73
+ const _DSLC = "DeleteScraperLoggingConfiguration";
74
+ const _DSLCR = "DeleteScraperLoggingConfigurationRequest";
75
+ const _DSLCRe = "DescribeScraperLoggingConfigurationRequest";
76
+ const _DSLCRes = "DescribeScraperLoggingConfigurationResponse";
77
+ const _DSLCe = "DescribeScraperLoggingConfiguration";
78
+ const _DSR = "DeleteScraperRequest";
79
+ const _DSRe = "DeleteScraperResponse";
80
+ const _DSRes = "DescribeScraperRequest";
81
+ const _DSResc = "DescribeScraperResponse";
82
+ const _DSe = "DescribeScraper";
83
+ const _DW = "DeleteWorkspace";
84
+ const _DWC = "DescribeWorkspaceConfiguration";
85
+ const _DWCR = "DescribeWorkspaceConfigurationRequest";
86
+ const _DWCRe = "DescribeWorkspaceConfigurationResponse";
87
+ const _DWR = "DeleteWorkspaceRequest";
88
+ const _DWRe = "DescribeWorkspaceRequest";
89
+ const _DWRes = "DescribeWorkspaceResponse";
90
+ const _DWe = "DescribeWorkspace";
91
+ const _EC = "EksConfiguration";
92
+ const _GDSC = "GetDefaultScraperConfiguration";
93
+ const _GDSCR = "GetDefaultScraperConfigurationRequest";
94
+ const _GDSCRe = "GetDefaultScraperConfigurationResponse";
95
+ const _INE = "IgnoreNearExpected";
96
+ const _ISE = "InternalServerException";
97
+ const _LAD = "ListAnomalyDetectors";
98
+ const _LADR = "ListAnomalyDetectorsRequest";
99
+ const _LADRi = "ListAnomalyDetectorsResponse";
100
+ const _LCM = "LoggingConfigurationMetadata";
101
+ const _LCS = "LoggingConfigurationStatus";
102
+ const _LD = "LoggingDestination";
103
+ const _LDo = "LoggingDestinations";
104
+ const _LF = "LoggingFilter";
105
+ const _LPLS = "LimitsPerLabelSet";
106
+ const _LPLSE = "LimitsPerLabelSetEntry";
107
+ const _LPLSL = "LimitsPerLabelSetList";
108
+ const _LRGN = "ListRuleGroupsNamespaces";
109
+ const _LRGNR = "ListRuleGroupsNamespacesRequest";
110
+ const _LRGNRi = "ListRuleGroupsNamespacesResponse";
111
+ const _LS = "ListScrapers";
112
+ const _LSR = "ListScrapersRequest";
113
+ const _LSRi = "ListScrapersResponse";
114
+ const _LTFR = "ListTagsForResource";
115
+ const _LTFRR = "ListTagsForResourceRequest";
116
+ const _LTFRRi = "ListTagsForResourceResponse";
117
+ const _LW = "ListWorkspaces";
118
+ const _LWR = "ListWorkspacesRequest";
119
+ const _LWRi = "ListWorkspacesResponse";
120
+ const _PAD = "PutAnomalyDetector";
121
+ const _PADR = "PutAnomalyDetectorRequest";
122
+ const _PADRu = "PutAnomalyDetectorResponse";
123
+ const _PAMD = "PutAlertManagerDefinition";
124
+ const _PAMDR = "PutAlertManagerDefinitionRequest";
125
+ const _PAMDRu = "PutAlertManagerDefinitionResponse";
126
+ const _PRGN = "PutRuleGroupsNamespace";
127
+ const _PRGNR = "PutRuleGroupsNamespaceRequest";
128
+ const _PRGNRu = "PutRuleGroupsNamespaceResponse";
129
+ const _PRP = "PutResourcePolicy";
130
+ const _PRPR = "PutResourcePolicyRequest";
131
+ const _PRPRu = "PutResourcePolicyResponse";
132
+ const _QLCM = "QueryLoggingConfigurationMetadata";
133
+ const _QLCS = "QueryLoggingConfigurationStatus";
134
+ const _RA = "Retry-After";
135
+ const _RC = "RoleConfiguration";
136
+ const _RCFC = "RandomCutForestConfiguration";
137
+ const _RGND = "RuleGroupsNamespaceDescription";
138
+ const _RGNS = "RuleGroupsNamespaceStatus";
139
+ const _RGNSL = "RuleGroupsNamespaceSummaryList";
140
+ const _RGNSu = "RuleGroupsNamespaceSummary";
141
+ const _RNFE = "ResourceNotFoundException";
142
+ const _S = "Source";
143
+ const _SC = "ScraperComponent";
144
+ const _SCc = "ScraperComponents";
145
+ const _SCcr = "ScrapeConfiguration";
146
+ const _SD = "ScraperDescription";
147
+ const _SF = "ScraperFilters";
148
+ const _SLCS = "ScraperLoggingConfigurationStatus";
149
+ const _SLD = "ScraperLoggingDestination";
150
+ const _SQEE = "ServiceQuotaExceededException";
151
+ const _SS = "ScraperStatus";
152
+ const _SSL = "ScraperSummaryList";
153
+ const _SSc = "ScraperSummary";
154
+ const _TE = "ThrottlingException";
155
+ const _TR = "TagResource";
156
+ const _TRR = "TagResourceRequest";
157
+ const _TRRa = "TagResourceResponse";
158
+ const _ULC = "UpdateLoggingConfiguration";
159
+ const _ULCR = "UpdateLoggingConfigurationRequest";
160
+ const _ULCRp = "UpdateLoggingConfigurationResponse";
161
+ const _UQLC = "UpdateQueryLoggingConfiguration";
162
+ const _UQLCR = "UpdateQueryLoggingConfigurationRequest";
163
+ const _UQLCRp = "UpdateQueryLoggingConfigurationResponse";
164
+ const _UR = "UntagResource";
165
+ const _URR = "UntagResourceRequest";
166
+ const _URRn = "UntagResourceResponse";
167
+ const _US = "UpdateScraper";
168
+ const _USLC = "UpdateScraperLoggingConfiguration";
169
+ const _USLCR = "UpdateScraperLoggingConfigurationRequest";
170
+ const _USLCRp = "UpdateScraperLoggingConfigurationResponse";
171
+ const _USR = "UpdateScraperRequest";
172
+ const _USRp = "UpdateScraperResponse";
173
+ const _UWA = "UpdateWorkspaceAlias";
174
+ const _UWAR = "UpdateWorkspaceAliasRequest";
175
+ const _UWC = "UpdateWorkspaceConfiguration";
176
+ const _UWCR = "UpdateWorkspaceConfigurationRequest";
177
+ const _UWCRp = "UpdateWorkspaceConfigurationResponse";
178
+ const _VC = "VpcConfiguration";
179
+ const _VE = "ValidationException";
180
+ const _VEF = "ValidationExceptionField";
181
+ const _VEFL = "ValidationExceptionFieldList";
182
+ const _WCD = "WorkspaceConfigurationDescription";
183
+ const _WCS = "WorkspaceConfigurationStatus";
184
+ const _WD = "WorkspaceDescription";
185
+ const _WS = "WorkspaceStatus";
186
+ const _WSL = "WorkspaceSummaryList";
187
+ const _WSo = "WorkspaceSummary";
188
+ const _a = "arn";
189
+ const _aC = "ampConfiguration";
190
+ const _aD = "anomalyDetector";
191
+ const _aDI = "anomalyDetectorId";
192
+ const _aDn = "anomalyDetectors";
193
+ const _aMD = "alertManagerDefinition";
194
+ const _al = "alias";
195
+ const _am = "amount";
196
+ const _c = "client";
197
+ const _cA = "createdAt";
198
+ const _cAl = "clusterArn";
199
+ const _cB = "configurationBlob";
200
+ const _cT = "clientToken";
201
+ const _cWL = "cloudWatchLogs";
202
+ const _co = "configuration";
203
+ const _con = "config";
204
+ const _d = "data";
205
+ const _de = "destinations";
206
+ const _des = "destination";
207
+ const _e = "error";
208
+ const _eC = "eksConfiguration";
209
+ const _eIIS = "evaluationIntervalInSeconds";
210
+ const _f = "filters";
211
+ const _fL = "fieldList";
212
+ const _h = "http";
213
+ const _hE = "httpError";
214
+ const _hH = "httpHeader";
215
+ const _hQ = "httpQuery";
216
+ const _iNEFA = "ignoreNearExpectedFromAbove";
217
+ const _iNEFB = "ignoreNearExpectedFromBelow";
218
+ const _iT = "idempotencyToken";
219
+ const _kKA = "kmsKeyArn";
220
+ const _l = "labels";
221
+ const _lC = "loggingConfiguration";
222
+ const _lD = "loggingDestination";
223
+ const _lGA = "logGroupArn";
224
+ const _lMA = "lastModifiedAt";
225
+ const _lPLS = "limitsPerLabelSet";
226
+ const _lS = "labelSet";
227
+ const _li = "limits";
228
+ const _m = "message";
229
+ const _mA = "modifiedAt";
230
+ const _mAA = "markAsAnomaly";
231
+ const _mDA = "missingDataAction";
232
+ const _mR = "maxResults";
233
+ const _mS = "maxSeries";
234
+ const _n = "name";
235
+ const _nT = "nextToken";
236
+ const _o = "options";
237
+ const _pD = "policyDocument";
238
+ const _pE = "prometheusEndpoint";
239
+ const _pS = "policyStatus";
240
+ const _q = "query";
241
+ const _qC = "quotaCode";
242
+ const _qLC = "queryLoggingConfiguration";
243
+ const _qT = "qspThreshold";
244
+ const _r = "reason";
245
+ const _rA = "resourceArn";
246
+ const _rAS = "retryAfterSeconds";
247
+ const _rAo = "roleArn";
248
+ const _rC = "roleConfiguration";
249
+ const _rCF = "randomCutForest";
250
+ const _rGN = "ruleGroupsNamespace";
251
+ const _rGNu = "ruleGroupsNamespaces";
252
+ const _rI = "resourceId";
253
+ const _rIe = "revisionId";
254
+ const _rPID = "retentionPeriodInDays";
255
+ const _rT = "resourceType";
256
+ const _ra = "ratio";
257
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.amp";
258
+ const _sC = "serviceCode";
259
+ const _sCc = "scrapeConfiguration";
260
+ const _sCcr = "scraperComponents";
261
+ const _sCt = "statusCode";
262
+ const _sGI = "securityGroupIds";
263
+ const _sI = "scraperId";
264
+ const _sIu = "subnetIds";
265
+ const _sR = "statusReason";
266
+ const _sRA = "sourceRoleArn";
267
+ const _sS = "shingleSize";
268
+ const _sSa = "sampleSize";
269
+ const _sc = "scraper";
270
+ const _scr = "scrapers";
271
+ const _se = "server";
272
+ const _sk = "skip";
273
+ const _so = "source";
274
+ const _st = "status";
275
+ const _t = "tags";
276
+ const _tK = "tagKeys";
277
+ const _tRA = "targetRoleArn";
278
+ const _ty = "type";
279
+ const _vC = "vpcConfiguration";
280
+ const _w = "workspace";
281
+ const _wA = "workspaceArn";
282
+ const _wC = "workspaceConfiguration";
283
+ const _wI = "workspaceId";
284
+ const _wo = "workspaces";
285
+ const n0 = "com.amazonaws.amp";
286
+ const schema_1 = require("@smithy/core/schema");
287
+ const AmpServiceException_1 = require("../models/AmpServiceException");
288
+ const errors_1 = require("../models/errors");
289
+ const _s_registry = schema_1.TypeRegistry.for(_s);
290
+ exports.AmpServiceException$ = [-3, _s, "AmpServiceException", 0, [], []];
291
+ _s_registry.registerError(exports.AmpServiceException$, AmpServiceException_1.AmpServiceException);
292
+ const n0_registry = schema_1.TypeRegistry.for(n0);
293
+ exports.AccessDeniedException$ = [-3, n0, _ADE,
294
+ { [_e]: _c, [_hE]: 403 },
295
+ [_m],
296
+ [0], 1
297
+ ];
298
+ n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
299
+ exports.ConflictException$ = [-3, n0, _CE,
300
+ { [_e]: _c, [_hE]: 409 },
301
+ [_m, _rI, _rT],
302
+ [0, 0, 0], 3
303
+ ];
304
+ n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
305
+ exports.InternalServerException$ = [-3, n0, _ISE,
306
+ { [_e]: _se, [_hE]: 500 },
307
+ [_m, _rAS],
308
+ [0, [1, { [_hH]: _RA }]], 1
309
+ ];
310
+ n0_registry.registerError(exports.InternalServerException$, errors_1.InternalServerException);
311
+ exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
312
+ { [_e]: _c, [_hE]: 404 },
313
+ [_m, _rI, _rT],
314
+ [0, 0, 0], 3
315
+ ];
316
+ n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
317
+ exports.ServiceQuotaExceededException$ = [-3, n0, _SQEE,
318
+ { [_e]: _c, [_hE]: 402 },
319
+ [_m, _rI, _rT, _sC, _qC],
320
+ [0, 0, 0, 0, 0], 5
321
+ ];
322
+ n0_registry.registerError(exports.ServiceQuotaExceededException$, errors_1.ServiceQuotaExceededException);
323
+ exports.ThrottlingException$ = [-3, n0, _TE,
324
+ { [_e]: _c, [_hE]: 429 },
325
+ [_m, _sC, _qC, _rAS],
326
+ [0, 0, 0, [1, { [_hH]: _RA }]], 1
327
+ ];
328
+ n0_registry.registerError(exports.ThrottlingException$, errors_1.ThrottlingException);
329
+ exports.ValidationException$ = [-3, n0, _VE,
330
+ { [_e]: _c, [_hE]: 400 },
331
+ [_m, _r, _fL],
332
+ [0, 0, () => ValidationExceptionFieldList], 2
333
+ ];
334
+ n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
335
+ exports.errorTypeRegistries = [
336
+ _s_registry,
337
+ n0_registry,
338
+ ];
339
+ exports.AlertManagerDefinitionDescription$ = [3, n0, _AMDD,
340
+ 0,
341
+ [_st, _d, _cA, _mA],
342
+ [() => exports.AlertManagerDefinitionStatus$, 21, 4, 4], 4
343
+ ];
344
+ exports.AlertManagerDefinitionStatus$ = [3, n0, _AMDS,
345
+ 0,
346
+ [_sCt, _sR],
347
+ [0, 0], 1
348
+ ];
349
+ exports.AmpConfiguration$ = [3, n0, _AC,
350
+ 0,
351
+ [_wA],
352
+ [0], 1
353
+ ];
354
+ exports.AnomalyDetectorDescription$ = [3, n0, _ADD,
355
+ 0,
356
+ [_a, _aDI, _al, _st, _cA, _mA, _eIIS, _mDA, _co, _l, _t],
357
+ [0, 0, 0, () => exports.AnomalyDetectorStatus$, 4, 4, 1, () => exports.AnomalyDetectorMissingDataAction$, () => exports.AnomalyDetectorConfiguration$, 128 | 0, 128 | 0], 6
358
+ ];
359
+ exports.AnomalyDetectorStatus$ = [3, n0, _ADS,
360
+ 0,
361
+ [_sCt, _sR],
362
+ [0, 0], 1
363
+ ];
364
+ exports.AnomalyDetectorSummary$ = [3, n0, _ADSn,
365
+ 0,
366
+ [_a, _aDI, _al, _st, _cA, _mA, _t],
367
+ [0, 0, 0, () => exports.AnomalyDetectorStatus$, 4, 4, 128 | 0], 6
368
+ ];
369
+ exports.CloudWatchLogDestination$ = [3, n0, _CWLD,
370
+ 0,
371
+ [_lGA],
372
+ [0], 1
373
+ ];
374
+ exports.ComponentConfig$ = [3, n0, _CC,
375
+ 0,
376
+ [_o],
377
+ [128 | 0]
378
+ ];
379
+ exports.CreateAlertManagerDefinitionRequest$ = [3, n0, _CAMDR,
380
+ 0,
381
+ [_wI, _d, _cT],
382
+ [[0, 1], 21, [0, 4]], 2
383
+ ];
384
+ exports.CreateAlertManagerDefinitionResponse$ = [3, n0, _CAMDRr,
385
+ 0,
386
+ [_st],
387
+ [() => exports.AlertManagerDefinitionStatus$], 1
388
+ ];
389
+ exports.CreateAnomalyDetectorRequest$ = [3, n0, _CADR,
390
+ 0,
391
+ [_wI, _al, _co, _eIIS, _mDA, _l, _cT, _t],
392
+ [[0, 1], 0, () => exports.AnomalyDetectorConfiguration$, 1, () => exports.AnomalyDetectorMissingDataAction$, 128 | 0, [0, 4], 128 | 0], 3
393
+ ];
394
+ exports.CreateAnomalyDetectorResponse$ = [3, n0, _CADRr,
395
+ 0,
396
+ [_aDI, _a, _st, _t],
397
+ [0, 0, () => exports.AnomalyDetectorStatus$, 128 | 0], 3
398
+ ];
399
+ exports.CreateLoggingConfigurationRequest$ = [3, n0, _CLCR,
400
+ 0,
401
+ [_wI, _lGA, _cT],
402
+ [[0, 1], 0, [0, 4]], 2
403
+ ];
404
+ exports.CreateLoggingConfigurationResponse$ = [3, n0, _CLCRr,
405
+ 0,
406
+ [_st],
407
+ [() => exports.LoggingConfigurationStatus$], 1
408
+ ];
409
+ exports.CreateQueryLoggingConfigurationRequest$ = [3, n0, _CQLCR,
410
+ 0,
411
+ [_wI, _de, _cT],
412
+ [[0, 1], () => LoggingDestinations, [0, 4]], 2
413
+ ];
414
+ exports.CreateQueryLoggingConfigurationResponse$ = [3, n0, _CQLCRr,
415
+ 0,
416
+ [_st],
417
+ [() => exports.QueryLoggingConfigurationStatus$], 1
418
+ ];
419
+ exports.CreateRuleGroupsNamespaceRequest$ = [3, n0, _CRGNR,
420
+ 0,
421
+ [_wI, _n, _d, _cT, _t],
422
+ [[0, 1], 0, 21, [0, 4], 128 | 0], 3
423
+ ];
424
+ exports.CreateRuleGroupsNamespaceResponse$ = [3, n0, _CRGNRr,
425
+ 0,
426
+ [_n, _a, _st, _t],
427
+ [0, 0, () => exports.RuleGroupsNamespaceStatus$, 128 | 0], 3
428
+ ];
429
+ exports.CreateScraperRequest$ = [3, n0, _CSR,
430
+ 0,
431
+ [_sCc, _so, _des, _al, _rC, _cT, _t],
432
+ [() => exports.ScrapeConfiguration$, () => exports.Source$, () => exports.Destination$, 0, () => exports.RoleConfiguration$, [0, 4], 128 | 0], 3
433
+ ];
434
+ exports.CreateScraperResponse$ = [3, n0, _CSRr,
435
+ 0,
436
+ [_sI, _a, _st, _t],
437
+ [0, 0, () => exports.ScraperStatus$, 128 | 0], 3
438
+ ];
439
+ exports.CreateWorkspaceRequest$ = [3, n0, _CWR,
440
+ 0,
441
+ [_al, _cT, _t, _kKA],
442
+ [0, [0, 4], 128 | 0, 0]
443
+ ];
444
+ exports.CreateWorkspaceResponse$ = [3, n0, _CWRr,
445
+ 0,
446
+ [_wI, _a, _st, _t, _kKA],
447
+ [0, 0, () => exports.WorkspaceStatus$, 128 | 0, 0], 3
448
+ ];
449
+ exports.DeleteAlertManagerDefinitionRequest$ = [3, n0, _DAMDR,
450
+ 0,
451
+ [_wI, _cT],
452
+ [[0, 1], [0, { [_hQ]: _cT, [_iT]: 1 }]], 1
453
+ ];
454
+ exports.DeleteAnomalyDetectorRequest$ = [3, n0, _DADR,
455
+ 0,
456
+ [_wI, _aDI, _cT],
457
+ [[0, 1], [0, 1], [0, { [_hQ]: _cT, [_iT]: 1 }]], 2
458
+ ];
459
+ exports.DeleteLoggingConfigurationRequest$ = [3, n0, _DLCR,
460
+ 0,
461
+ [_wI, _cT],
462
+ [[0, 1], [0, { [_hQ]: _cT, [_iT]: 1 }]], 1
463
+ ];
464
+ exports.DeleteQueryLoggingConfigurationRequest$ = [3, n0, _DQLCR,
465
+ 0,
466
+ [_wI, _cT],
467
+ [[0, 1], [0, { [_hQ]: _cT, [_iT]: 1 }]], 1
468
+ ];
469
+ exports.DeleteResourcePolicyRequest$ = [3, n0, _DRPR,
470
+ 0,
471
+ [_wI, _cT, _rIe],
472
+ [[0, 1], [0, { [_hQ]: _cT, [_iT]: 1 }], [0, { [_hQ]: _rIe }]], 1
473
+ ];
474
+ exports.DeleteRuleGroupsNamespaceRequest$ = [3, n0, _DRGNR,
475
+ 0,
476
+ [_wI, _n, _cT],
477
+ [[0, 1], [0, 1], [0, { [_hQ]: _cT, [_iT]: 1 }]], 2
478
+ ];
479
+ exports.DeleteScraperLoggingConfigurationRequest$ = [3, n0, _DSLCR,
480
+ 0,
481
+ [_sI, _cT],
482
+ [[0, 1], [0, { [_hQ]: _cT, [_iT]: 1 }]], 1
483
+ ];
484
+ exports.DeleteScraperRequest$ = [3, n0, _DSR,
485
+ 0,
486
+ [_sI, _cT],
487
+ [[0, 1], [0, { [_hQ]: _cT, [_iT]: 1 }]], 1
488
+ ];
489
+ exports.DeleteScraperResponse$ = [3, n0, _DSRe,
490
+ 0,
491
+ [_sI, _st],
492
+ [0, () => exports.ScraperStatus$], 2
493
+ ];
494
+ exports.DeleteWorkspaceRequest$ = [3, n0, _DWR,
495
+ 0,
496
+ [_wI, _cT],
497
+ [[0, 1], [0, { [_hQ]: _cT, [_iT]: 1 }]], 1
498
+ ];
499
+ exports.DescribeAlertManagerDefinitionRequest$ = [3, n0, _DAMDRe,
500
+ 0,
501
+ [_wI],
502
+ [[0, 1]], 1
503
+ ];
504
+ exports.DescribeAlertManagerDefinitionResponse$ = [3, n0, _DAMDRes,
505
+ 0,
506
+ [_aMD],
507
+ [() => exports.AlertManagerDefinitionDescription$], 1
508
+ ];
509
+ exports.DescribeAnomalyDetectorRequest$ = [3, n0, _DADRe,
510
+ 0,
511
+ [_wI, _aDI],
512
+ [[0, 1], [0, 1]], 2
513
+ ];
514
+ exports.DescribeAnomalyDetectorResponse$ = [3, n0, _DADRes,
515
+ 0,
516
+ [_aD],
517
+ [() => exports.AnomalyDetectorDescription$], 1
518
+ ];
519
+ exports.DescribeLoggingConfigurationRequest$ = [3, n0, _DLCRe,
520
+ 0,
521
+ [_wI],
522
+ [[0, 1]], 1
523
+ ];
524
+ exports.DescribeLoggingConfigurationResponse$ = [3, n0, _DLCRes,
525
+ 0,
526
+ [_lC],
527
+ [() => exports.LoggingConfigurationMetadata$], 1
528
+ ];
529
+ exports.DescribeQueryLoggingConfigurationRequest$ = [3, n0, _DQLCRe,
530
+ 0,
531
+ [_wI],
532
+ [[0, 1]], 1
533
+ ];
534
+ exports.DescribeQueryLoggingConfigurationResponse$ = [3, n0, _DQLCRes,
535
+ 0,
536
+ [_qLC],
537
+ [() => exports.QueryLoggingConfigurationMetadata$], 1
538
+ ];
539
+ exports.DescribeResourcePolicyRequest$ = [3, n0, _DRPRe,
540
+ 0,
541
+ [_wI],
542
+ [[0, 1]], 1
543
+ ];
544
+ exports.DescribeResourcePolicyResponse$ = [3, n0, _DRPRes,
545
+ 0,
546
+ [_pD, _pS, _rIe],
547
+ [0, 0, 0], 3
548
+ ];
549
+ exports.DescribeRuleGroupsNamespaceRequest$ = [3, n0, _DRGNRe,
550
+ 0,
551
+ [_wI, _n],
552
+ [[0, 1], [0, 1]], 2
553
+ ];
554
+ exports.DescribeRuleGroupsNamespaceResponse$ = [3, n0, _DRGNRes,
555
+ 0,
556
+ [_rGN],
557
+ [() => exports.RuleGroupsNamespaceDescription$], 1
558
+ ];
559
+ exports.DescribeScraperLoggingConfigurationRequest$ = [3, n0, _DSLCRe,
560
+ 0,
561
+ [_sI],
562
+ [[0, 1]], 1
563
+ ];
564
+ exports.DescribeScraperLoggingConfigurationResponse$ = [3, n0, _DSLCRes,
565
+ 0,
566
+ [_st, _sI, _lD, _sCcr, _mA],
567
+ [() => exports.ScraperLoggingConfigurationStatus$, 0, () => exports.ScraperLoggingDestination$, () => ScraperComponents, 4], 5
568
+ ];
569
+ exports.DescribeScraperRequest$ = [3, n0, _DSRes,
570
+ 0,
571
+ [_sI],
572
+ [[0, 1]], 1
573
+ ];
574
+ exports.DescribeScraperResponse$ = [3, n0, _DSResc,
575
+ 0,
576
+ [_sc],
577
+ [() => exports.ScraperDescription$], 1
578
+ ];
579
+ exports.DescribeWorkspaceConfigurationRequest$ = [3, n0, _DWCR,
580
+ 0,
581
+ [_wI],
582
+ [[0, 1]], 1
583
+ ];
584
+ exports.DescribeWorkspaceConfigurationResponse$ = [3, n0, _DWCRe,
585
+ 0,
586
+ [_wC],
587
+ [() => exports.WorkspaceConfigurationDescription$], 1
588
+ ];
589
+ exports.DescribeWorkspaceRequest$ = [3, n0, _DWRe,
590
+ 0,
591
+ [_wI],
592
+ [[0, 1]], 1
593
+ ];
594
+ exports.DescribeWorkspaceResponse$ = [3, n0, _DWRes,
595
+ 0,
596
+ [_w],
597
+ [() => exports.WorkspaceDescription$], 1
598
+ ];
599
+ exports.EksConfiguration$ = [3, n0, _EC,
600
+ 0,
601
+ [_cAl, _sIu, _sGI],
602
+ [0, 64 | 0, 64 | 0], 2
603
+ ];
604
+ exports.GetDefaultScraperConfigurationRequest$ = [3, n0, _GDSCR,
605
+ 0,
606
+ [],
607
+ []
608
+ ];
609
+ exports.GetDefaultScraperConfigurationResponse$ = [3, n0, _GDSCRe,
610
+ 0,
611
+ [_co],
612
+ [21], 1
613
+ ];
614
+ exports.LimitsPerLabelSet$ = [3, n0, _LPLS,
615
+ 0,
616
+ [_li, _lS],
617
+ [() => exports.LimitsPerLabelSetEntry$, 128 | 0], 2
618
+ ];
619
+ exports.LimitsPerLabelSetEntry$ = [3, n0, _LPLSE,
620
+ 0,
621
+ [_mS],
622
+ [1]
623
+ ];
624
+ exports.ListAnomalyDetectorsRequest$ = [3, n0, _LADR,
625
+ 0,
626
+ [_wI, _al, _mR, _nT],
627
+ [[0, 1], [0, { [_hQ]: _al }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
628
+ ];
629
+ exports.ListAnomalyDetectorsResponse$ = [3, n0, _LADRi,
630
+ 0,
631
+ [_aDn, _nT],
632
+ [() => AnomalyDetectorSummaryList, 0], 1
633
+ ];
634
+ exports.ListRuleGroupsNamespacesRequest$ = [3, n0, _LRGNR,
635
+ 0,
636
+ [_wI, _n, _nT, _mR],
637
+ [[0, 1], [0, { [_hQ]: _n }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
638
+ ];
639
+ exports.ListRuleGroupsNamespacesResponse$ = [3, n0, _LRGNRi,
640
+ 0,
641
+ [_rGNu, _nT],
642
+ [() => RuleGroupsNamespaceSummaryList, 0], 1
643
+ ];
644
+ exports.ListScrapersRequest$ = [3, n0, _LSR,
645
+ 0,
646
+ [_f, _nT, _mR],
647
+ [[[2, n0, _SF, 0, 0, 64 | 0], 64], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
648
+ ];
649
+ exports.ListScrapersResponse$ = [3, n0, _LSRi,
650
+ 0,
651
+ [_scr, _nT],
652
+ [() => ScraperSummaryList, 0], 1
653
+ ];
654
+ exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
655
+ 0,
656
+ [_rA],
657
+ [[0, 1]], 1
658
+ ];
659
+ exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
660
+ 0,
661
+ [_t],
662
+ [128 | 0]
663
+ ];
664
+ exports.ListWorkspacesRequest$ = [3, n0, _LWR,
665
+ 0,
666
+ [_nT, _al, _mR],
667
+ [[0, { [_hQ]: _nT }], [0, { [_hQ]: _al }], [1, { [_hQ]: _mR }]]
668
+ ];
669
+ exports.ListWorkspacesResponse$ = [3, n0, _LWRi,
670
+ 0,
671
+ [_wo, _nT],
672
+ [() => WorkspaceSummaryList, 0], 1
673
+ ];
674
+ exports.LoggingConfigurationMetadata$ = [3, n0, _LCM,
675
+ 0,
676
+ [_st, _w, _lGA, _cA, _mA],
677
+ [() => exports.LoggingConfigurationStatus$, 0, 0, 4, 4], 5
678
+ ];
679
+ exports.LoggingConfigurationStatus$ = [3, n0, _LCS,
680
+ 0,
681
+ [_sCt, _sR],
682
+ [0, 0], 1
683
+ ];
684
+ exports.LoggingDestination$ = [3, n0, _LD,
685
+ 0,
686
+ [_cWL, _f],
687
+ [() => exports.CloudWatchLogDestination$, () => exports.LoggingFilter$], 2
688
+ ];
689
+ exports.LoggingFilter$ = [3, n0, _LF,
690
+ 0,
691
+ [_qT],
692
+ [1], 1
693
+ ];
694
+ exports.PutAlertManagerDefinitionRequest$ = [3, n0, _PAMDR,
695
+ 0,
696
+ [_wI, _d, _cT],
697
+ [[0, 1], 21, [0, 4]], 2
698
+ ];
699
+ exports.PutAlertManagerDefinitionResponse$ = [3, n0, _PAMDRu,
700
+ 0,
701
+ [_st],
702
+ [() => exports.AlertManagerDefinitionStatus$], 1
703
+ ];
704
+ exports.PutAnomalyDetectorRequest$ = [3, n0, _PADR,
705
+ 0,
706
+ [_wI, _aDI, _co, _eIIS, _mDA, _l, _cT],
707
+ [[0, 1], [0, 1], () => exports.AnomalyDetectorConfiguration$, 1, () => exports.AnomalyDetectorMissingDataAction$, 128 | 0, [0, 4]], 3
708
+ ];
709
+ exports.PutAnomalyDetectorResponse$ = [3, n0, _PADRu,
710
+ 0,
711
+ [_aDI, _a, _st, _t],
712
+ [0, 0, () => exports.AnomalyDetectorStatus$, 128 | 0], 3
713
+ ];
714
+ exports.PutResourcePolicyRequest$ = [3, n0, _PRPR,
715
+ 0,
716
+ [_wI, _pD, _cT, _rIe],
717
+ [[0, 1], 0, [0, 4], 0], 2
718
+ ];
719
+ exports.PutResourcePolicyResponse$ = [3, n0, _PRPRu,
720
+ 0,
721
+ [_pS, _rIe],
722
+ [0, 0], 2
723
+ ];
724
+ exports.PutRuleGroupsNamespaceRequest$ = [3, n0, _PRGNR,
725
+ 0,
726
+ [_wI, _n, _d, _cT],
727
+ [[0, 1], [0, 1], 21, [0, 4]], 3
728
+ ];
729
+ exports.PutRuleGroupsNamespaceResponse$ = [3, n0, _PRGNRu,
730
+ 0,
731
+ [_n, _a, _st, _t],
732
+ [0, 0, () => exports.RuleGroupsNamespaceStatus$, 128 | 0], 3
733
+ ];
734
+ exports.QueryLoggingConfigurationMetadata$ = [3, n0, _QLCM,
735
+ 0,
736
+ [_st, _w, _de, _cA, _mA],
737
+ [() => exports.QueryLoggingConfigurationStatus$, 0, () => LoggingDestinations, 4, 4], 5
738
+ ];
739
+ exports.QueryLoggingConfigurationStatus$ = [3, n0, _QLCS,
740
+ 0,
741
+ [_sCt, _sR],
742
+ [0, 0], 1
743
+ ];
744
+ exports.RandomCutForestConfiguration$ = [3, n0, _RCFC,
745
+ 0,
746
+ [_q, _sS, _sSa, _iNEFA, _iNEFB],
747
+ [0, 1, 1, () => exports.IgnoreNearExpected$, () => exports.IgnoreNearExpected$], 1
748
+ ];
749
+ exports.RoleConfiguration$ = [3, n0, _RC,
750
+ 0,
751
+ [_sRA, _tRA],
752
+ [0, 0]
753
+ ];
754
+ exports.RuleGroupsNamespaceDescription$ = [3, n0, _RGND,
755
+ 0,
756
+ [_a, _n, _st, _d, _cA, _mA, _t],
757
+ [0, 0, () => exports.RuleGroupsNamespaceStatus$, 21, 4, 4, 128 | 0], 6
758
+ ];
759
+ exports.RuleGroupsNamespaceStatus$ = [3, n0, _RGNS,
760
+ 0,
761
+ [_sCt, _sR],
762
+ [0, 0], 1
763
+ ];
764
+ exports.RuleGroupsNamespaceSummary$ = [3, n0, _RGNSu,
765
+ 0,
766
+ [_a, _n, _st, _cA, _mA, _t],
767
+ [0, 0, () => exports.RuleGroupsNamespaceStatus$, 4, 4, 128 | 0], 5
768
+ ];
769
+ exports.ScraperComponent$ = [3, n0, _SC,
770
+ 0,
771
+ [_ty, _con],
772
+ [0, () => exports.ComponentConfig$], 1
773
+ ];
774
+ exports.ScraperDescription$ = [3, n0, _SD,
775
+ 0,
776
+ [_sI, _a, _rAo, _st, _cA, _lMA, _sCc, _so, _des, _al, _t, _sR, _rC],
777
+ [0, 0, 0, () => exports.ScraperStatus$, 4, 4, () => exports.ScrapeConfiguration$, () => exports.Source$, () => exports.Destination$, 0, 128 | 0, 0, () => exports.RoleConfiguration$], 9
778
+ ];
779
+ exports.ScraperLoggingConfigurationStatus$ = [3, n0, _SLCS,
780
+ 0,
781
+ [_sCt, _sR],
782
+ [0, 0], 1
783
+ ];
784
+ exports.ScraperStatus$ = [3, n0, _SS,
785
+ 0,
786
+ [_sCt],
787
+ [0], 1
788
+ ];
789
+ exports.ScraperSummary$ = [3, n0, _SSc,
790
+ 0,
791
+ [_sI, _a, _rAo, _st, _cA, _lMA, _so, _des, _al, _t, _sR, _rC],
792
+ [0, 0, 0, () => exports.ScraperStatus$, 4, 4, () => exports.Source$, () => exports.Destination$, 0, 128 | 0, 0, () => exports.RoleConfiguration$], 8
793
+ ];
794
+ exports.TagResourceRequest$ = [3, n0, _TRR,
795
+ 0,
796
+ [_rA, _t],
797
+ [[0, 1], 128 | 0], 2
798
+ ];
799
+ exports.TagResourceResponse$ = [3, n0, _TRRa,
800
+ 0,
801
+ [],
802
+ []
803
+ ];
804
+ exports.UntagResourceRequest$ = [3, n0, _URR,
805
+ 0,
806
+ [_rA, _tK],
807
+ [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
808
+ ];
809
+ exports.UntagResourceResponse$ = [3, n0, _URRn,
810
+ 0,
811
+ [],
812
+ []
813
+ ];
814
+ exports.UpdateLoggingConfigurationRequest$ = [3, n0, _ULCR,
815
+ 0,
816
+ [_wI, _lGA, _cT],
817
+ [[0, 1], 0, [0, 4]], 2
818
+ ];
819
+ exports.UpdateLoggingConfigurationResponse$ = [3, n0, _ULCRp,
820
+ 0,
821
+ [_st],
822
+ [() => exports.LoggingConfigurationStatus$], 1
823
+ ];
824
+ exports.UpdateQueryLoggingConfigurationRequest$ = [3, n0, _UQLCR,
825
+ 0,
826
+ [_wI, _de, _cT],
827
+ [[0, 1], () => LoggingDestinations, [0, 4]], 2
828
+ ];
829
+ exports.UpdateQueryLoggingConfigurationResponse$ = [3, n0, _UQLCRp,
830
+ 0,
831
+ [_st],
832
+ [() => exports.QueryLoggingConfigurationStatus$], 1
833
+ ];
834
+ exports.UpdateScraperLoggingConfigurationRequest$ = [3, n0, _USLCR,
835
+ 0,
836
+ [_sI, _lD, _sCcr],
837
+ [[0, 1], () => exports.ScraperLoggingDestination$, () => ScraperComponents], 2
838
+ ];
839
+ exports.UpdateScraperLoggingConfigurationResponse$ = [3, n0, _USLCRp,
840
+ 0,
841
+ [_st],
842
+ [() => exports.ScraperLoggingConfigurationStatus$], 1
843
+ ];
844
+ exports.UpdateScraperRequest$ = [3, n0, _USR,
845
+ 0,
846
+ [_sI, _al, _sCc, _des, _rC, _cT],
847
+ [[0, 1], 0, () => exports.ScrapeConfiguration$, () => exports.Destination$, () => exports.RoleConfiguration$, [0, 4]], 1
848
+ ];
849
+ exports.UpdateScraperResponse$ = [3, n0, _USRp,
850
+ 0,
851
+ [_sI, _a, _st, _t],
852
+ [0, 0, () => exports.ScraperStatus$, 128 | 0], 3
853
+ ];
854
+ exports.UpdateWorkspaceAliasRequest$ = [3, n0, _UWAR,
855
+ 0,
856
+ [_wI, _al, _cT],
857
+ [[0, 1], 0, [0, 4]], 1
858
+ ];
859
+ exports.UpdateWorkspaceConfigurationRequest$ = [3, n0, _UWCR,
860
+ 0,
861
+ [_wI, _cT, _lPLS, _rPID],
862
+ [[0, 1], [0, 4], () => LimitsPerLabelSetList, 1], 1
863
+ ];
864
+ exports.UpdateWorkspaceConfigurationResponse$ = [3, n0, _UWCRp,
865
+ 0,
866
+ [_st],
867
+ [() => exports.WorkspaceConfigurationStatus$], 1
868
+ ];
869
+ exports.ValidationExceptionField$ = [3, n0, _VEF,
870
+ 0,
871
+ [_n, _m],
872
+ [0, 0], 2
873
+ ];
874
+ exports.VpcConfiguration$ = [3, n0, _VC,
875
+ 0,
876
+ [_sGI, _sIu],
877
+ [64 | 0, 64 | 0], 2
878
+ ];
879
+ exports.WorkspaceConfigurationDescription$ = [3, n0, _WCD,
880
+ 0,
881
+ [_st, _lPLS, _rPID],
882
+ [() => exports.WorkspaceConfigurationStatus$, () => LimitsPerLabelSetList, 1], 1
883
+ ];
884
+ exports.WorkspaceConfigurationStatus$ = [3, n0, _WCS,
885
+ 0,
886
+ [_sCt, _sR],
887
+ [0, 0], 1
888
+ ];
889
+ exports.WorkspaceDescription$ = [3, n0, _WD,
890
+ 0,
891
+ [_wI, _a, _st, _cA, _al, _pE, _t, _kKA],
892
+ [0, 0, () => exports.WorkspaceStatus$, 4, 0, 0, 128 | 0, 0], 4
893
+ ];
894
+ exports.WorkspaceStatus$ = [3, n0, _WS,
895
+ 0,
896
+ [_sCt],
897
+ [0], 1
898
+ ];
899
+ exports.WorkspaceSummary$ = [3, n0, _WSo,
900
+ 0,
901
+ [_wI, _a, _st, _cA, _al, _t, _kKA],
902
+ [0, 0, () => exports.WorkspaceStatus$, 4, 0, 128 | 0, 0], 4
903
+ ];
904
+ var __Unit = "unit";
905
+ var AnomalyDetectorSummaryList = [1, n0, _ADSL,
906
+ 0, () => exports.AnomalyDetectorSummary$
907
+ ];
908
+ var FilterValues = 64 | 0;
909
+ var LimitsPerLabelSetList = [1, n0, _LPLSL,
910
+ 0, () => exports.LimitsPerLabelSet$
911
+ ];
912
+ var LoggingDestinations = [1, n0, _LDo,
913
+ 0, () => exports.LoggingDestination$
914
+ ];
915
+ var RuleGroupsNamespaceSummaryList = [1, n0, _RGNSL,
916
+ 0, () => exports.RuleGroupsNamespaceSummary$
917
+ ];
918
+ var ScraperComponents = [1, n0, _SCc,
919
+ 0, () => exports.ScraperComponent$
920
+ ];
921
+ var ScraperSummaryList = [1, n0, _SSL,
922
+ 0, () => exports.ScraperSummary$
923
+ ];
924
+ var SecurityGroupIds = 64 | 0;
925
+ var SubnetIds = 64 | 0;
926
+ var TagKeys = 64 | 0;
927
+ var ValidationExceptionFieldList = [1, n0, _VEFL,
928
+ 0, () => exports.ValidationExceptionField$
929
+ ];
930
+ var WorkspaceSummaryList = [1, n0, _WSL,
931
+ 0, () => exports.WorkspaceSummary$
932
+ ];
933
+ var LabelSet = 128 | 0;
934
+ var PrometheusMetricLabelMap = 128 | 0;
935
+ var ScraperFilters = [2, n0, _SF,
936
+ 0, 0, 64 | 0
937
+ ];
938
+ var StringMap = 128 | 0;
939
+ var TagMap = 128 | 0;
940
+ exports.AnomalyDetectorConfiguration$ = [4, n0, _ADC,
941
+ 0,
942
+ [_rCF],
943
+ [() => exports.RandomCutForestConfiguration$]
944
+ ];
945
+ exports.AnomalyDetectorMissingDataAction$ = [4, n0, _ADMDA,
946
+ 0,
947
+ [_mAA, _sk],
948
+ [2, 2]
949
+ ];
950
+ exports.Destination$ = [4, n0, _D,
951
+ 0,
952
+ [_aC],
953
+ [() => exports.AmpConfiguration$]
954
+ ];
955
+ exports.IgnoreNearExpected$ = [4, n0, _INE,
956
+ 0,
957
+ [_am, _ra],
958
+ [1, 1]
959
+ ];
960
+ exports.ScrapeConfiguration$ = [4, n0, _SCcr,
961
+ 0,
962
+ [_cB],
963
+ [21]
964
+ ];
965
+ exports.ScraperLoggingDestination$ = [4, n0, _SLD,
966
+ 0,
967
+ [_cWL],
968
+ [() => exports.CloudWatchLogDestination$]
969
+ ];
970
+ exports.Source$ = [4, n0, _S,
971
+ 0,
972
+ [_eC, _vC],
973
+ [() => exports.EksConfiguration$, () => exports.VpcConfiguration$]
974
+ ];
975
+ exports.CreateAlertManagerDefinition$ = [9, n0, _CAMD,
976
+ { [_h]: ["POST", "/workspaces/{workspaceId}/alertmanager/definition", 202] }, () => exports.CreateAlertManagerDefinitionRequest$, () => exports.CreateAlertManagerDefinitionResponse$
977
+ ];
978
+ exports.CreateAnomalyDetector$ = [9, n0, _CAD,
979
+ { [_h]: ["POST", "/workspaces/{workspaceId}/anomalydetectors", 202] }, () => exports.CreateAnomalyDetectorRequest$, () => exports.CreateAnomalyDetectorResponse$
980
+ ];
981
+ exports.CreateLoggingConfiguration$ = [9, n0, _CLC,
982
+ { [_h]: ["POST", "/workspaces/{workspaceId}/logging", 202] }, () => exports.CreateLoggingConfigurationRequest$, () => exports.CreateLoggingConfigurationResponse$
983
+ ];
984
+ exports.CreateQueryLoggingConfiguration$ = [9, n0, _CQLC,
985
+ { [_h]: ["POST", "/workspaces/{workspaceId}/logging/query", 202] }, () => exports.CreateQueryLoggingConfigurationRequest$, () => exports.CreateQueryLoggingConfigurationResponse$
986
+ ];
987
+ exports.CreateRuleGroupsNamespace$ = [9, n0, _CRGN,
988
+ { [_h]: ["POST", "/workspaces/{workspaceId}/rulegroupsnamespaces", 202] }, () => exports.CreateRuleGroupsNamespaceRequest$, () => exports.CreateRuleGroupsNamespaceResponse$
989
+ ];
990
+ exports.CreateScraper$ = [9, n0, _CS,
991
+ { [_h]: ["POST", "/scrapers", 202] }, () => exports.CreateScraperRequest$, () => exports.CreateScraperResponse$
992
+ ];
993
+ exports.CreateWorkspace$ = [9, n0, _CW,
994
+ { [_h]: ["POST", "/workspaces", 202] }, () => exports.CreateWorkspaceRequest$, () => exports.CreateWorkspaceResponse$
995
+ ];
996
+ exports.DeleteAlertManagerDefinition$ = [9, n0, _DAMD,
997
+ { [_h]: ["DELETE", "/workspaces/{workspaceId}/alertmanager/definition", 202] }, () => exports.DeleteAlertManagerDefinitionRequest$, () => __Unit
998
+ ];
999
+ exports.DeleteAnomalyDetector$ = [9, n0, _DAD,
1000
+ { [_h]: ["DELETE", "/workspaces/{workspaceId}/anomalydetectors/{anomalyDetectorId}", 202] }, () => exports.DeleteAnomalyDetectorRequest$, () => __Unit
1001
+ ];
1002
+ exports.DeleteLoggingConfiguration$ = [9, n0, _DLC,
1003
+ { [_h]: ["DELETE", "/workspaces/{workspaceId}/logging", 202] }, () => exports.DeleteLoggingConfigurationRequest$, () => __Unit
1004
+ ];
1005
+ exports.DeleteQueryLoggingConfiguration$ = [9, n0, _DQLC,
1006
+ { [_h]: ["DELETE", "/workspaces/{workspaceId}/logging/query", 202] }, () => exports.DeleteQueryLoggingConfigurationRequest$, () => __Unit
1007
+ ];
1008
+ exports.DeleteResourcePolicy$ = [9, n0, _DRP,
1009
+ { [_h]: ["DELETE", "/workspaces/{workspaceId}/policy", 202] }, () => exports.DeleteResourcePolicyRequest$, () => __Unit
1010
+ ];
1011
+ exports.DeleteRuleGroupsNamespace$ = [9, n0, _DRGN,
1012
+ { [_h]: ["DELETE", "/workspaces/{workspaceId}/rulegroupsnamespaces/{name}", 202] }, () => exports.DeleteRuleGroupsNamespaceRequest$, () => __Unit
1013
+ ];
1014
+ exports.DeleteScraper$ = [9, n0, _DS,
1015
+ { [_h]: ["DELETE", "/scrapers/{scraperId}", 202] }, () => exports.DeleteScraperRequest$, () => exports.DeleteScraperResponse$
1016
+ ];
1017
+ exports.DeleteScraperLoggingConfiguration$ = [9, n0, _DSLC,
1018
+ { [_h]: ["DELETE", "/scrapers/{scraperId}/logging-configuration", 202] }, () => exports.DeleteScraperLoggingConfigurationRequest$, () => __Unit
1019
+ ];
1020
+ exports.DeleteWorkspace$ = [9, n0, _DW,
1021
+ { [_h]: ["DELETE", "/workspaces/{workspaceId}", 202] }, () => exports.DeleteWorkspaceRequest$, () => __Unit
1022
+ ];
1023
+ exports.DescribeAlertManagerDefinition$ = [9, n0, _DAMDe,
1024
+ { [_h]: ["GET", "/workspaces/{workspaceId}/alertmanager/definition", 200] }, () => exports.DescribeAlertManagerDefinitionRequest$, () => exports.DescribeAlertManagerDefinitionResponse$
1025
+ ];
1026
+ exports.DescribeAnomalyDetector$ = [9, n0, _DADe,
1027
+ { [_h]: ["GET", "/workspaces/{workspaceId}/anomalydetectors/{anomalyDetectorId}", 200] }, () => exports.DescribeAnomalyDetectorRequest$, () => exports.DescribeAnomalyDetectorResponse$
1028
+ ];
1029
+ exports.DescribeLoggingConfiguration$ = [9, n0, _DLCe,
1030
+ { [_h]: ["GET", "/workspaces/{workspaceId}/logging", 200] }, () => exports.DescribeLoggingConfigurationRequest$, () => exports.DescribeLoggingConfigurationResponse$
1031
+ ];
1032
+ exports.DescribeQueryLoggingConfiguration$ = [9, n0, _DQLCe,
1033
+ { [_h]: ["GET", "/workspaces/{workspaceId}/logging/query", 200] }, () => exports.DescribeQueryLoggingConfigurationRequest$, () => exports.DescribeQueryLoggingConfigurationResponse$
1034
+ ];
1035
+ exports.DescribeResourcePolicy$ = [9, n0, _DRPe,
1036
+ { [_h]: ["GET", "/workspaces/{workspaceId}/policy", 200] }, () => exports.DescribeResourcePolicyRequest$, () => exports.DescribeResourcePolicyResponse$
1037
+ ];
1038
+ exports.DescribeRuleGroupsNamespace$ = [9, n0, _DRGNe,
1039
+ { [_h]: ["GET", "/workspaces/{workspaceId}/rulegroupsnamespaces/{name}", 200] }, () => exports.DescribeRuleGroupsNamespaceRequest$, () => exports.DescribeRuleGroupsNamespaceResponse$
1040
+ ];
1041
+ exports.DescribeScraper$ = [9, n0, _DSe,
1042
+ { [_h]: ["GET", "/scrapers/{scraperId}", 200] }, () => exports.DescribeScraperRequest$, () => exports.DescribeScraperResponse$
1043
+ ];
1044
+ exports.DescribeScraperLoggingConfiguration$ = [9, n0, _DSLCe,
1045
+ { [_h]: ["GET", "/scrapers/{scraperId}/logging-configuration", 200] }, () => exports.DescribeScraperLoggingConfigurationRequest$, () => exports.DescribeScraperLoggingConfigurationResponse$
1046
+ ];
1047
+ exports.DescribeWorkspace$ = [9, n0, _DWe,
1048
+ { [_h]: ["GET", "/workspaces/{workspaceId}", 200] }, () => exports.DescribeWorkspaceRequest$, () => exports.DescribeWorkspaceResponse$
1049
+ ];
1050
+ exports.DescribeWorkspaceConfiguration$ = [9, n0, _DWC,
1051
+ { [_h]: ["GET", "/workspaces/{workspaceId}/configuration", 200] }, () => exports.DescribeWorkspaceConfigurationRequest$, () => exports.DescribeWorkspaceConfigurationResponse$
1052
+ ];
1053
+ exports.GetDefaultScraperConfiguration$ = [9, n0, _GDSC,
1054
+ { [_h]: ["GET", "/scraperconfiguration", 200] }, () => exports.GetDefaultScraperConfigurationRequest$, () => exports.GetDefaultScraperConfigurationResponse$
1055
+ ];
1056
+ exports.ListAnomalyDetectors$ = [9, n0, _LAD,
1057
+ { [_h]: ["GET", "/workspaces/{workspaceId}/anomalydetectors", 200] }, () => exports.ListAnomalyDetectorsRequest$, () => exports.ListAnomalyDetectorsResponse$
1058
+ ];
1059
+ exports.ListRuleGroupsNamespaces$ = [9, n0, _LRGN,
1060
+ { [_h]: ["GET", "/workspaces/{workspaceId}/rulegroupsnamespaces", 200] }, () => exports.ListRuleGroupsNamespacesRequest$, () => exports.ListRuleGroupsNamespacesResponse$
1061
+ ];
1062
+ exports.ListScrapers$ = [9, n0, _LS,
1063
+ { [_h]: ["GET", "/scrapers", 200] }, () => exports.ListScrapersRequest$, () => exports.ListScrapersResponse$
1064
+ ];
1065
+ exports.ListTagsForResource$ = [9, n0, _LTFR,
1066
+ { [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
1067
+ ];
1068
+ exports.ListWorkspaces$ = [9, n0, _LW,
1069
+ { [_h]: ["GET", "/workspaces", 200] }, () => exports.ListWorkspacesRequest$, () => exports.ListWorkspacesResponse$
1070
+ ];
1071
+ exports.PutAlertManagerDefinition$ = [9, n0, _PAMD,
1072
+ { [_h]: ["PUT", "/workspaces/{workspaceId}/alertmanager/definition", 202] }, () => exports.PutAlertManagerDefinitionRequest$, () => exports.PutAlertManagerDefinitionResponse$
1073
+ ];
1074
+ exports.PutAnomalyDetector$ = [9, n0, _PAD,
1075
+ { [_h]: ["PUT", "/workspaces/{workspaceId}/anomalydetectors/{anomalyDetectorId}", 202] }, () => exports.PutAnomalyDetectorRequest$, () => exports.PutAnomalyDetectorResponse$
1076
+ ];
1077
+ exports.PutResourcePolicy$ = [9, n0, _PRP,
1078
+ { [_h]: ["PUT", "/workspaces/{workspaceId}/policy", 202] }, () => exports.PutResourcePolicyRequest$, () => exports.PutResourcePolicyResponse$
1079
+ ];
1080
+ exports.PutRuleGroupsNamespace$ = [9, n0, _PRGN,
1081
+ { [_h]: ["PUT", "/workspaces/{workspaceId}/rulegroupsnamespaces/{name}", 202] }, () => exports.PutRuleGroupsNamespaceRequest$, () => exports.PutRuleGroupsNamespaceResponse$
1082
+ ];
1083
+ exports.TagResource$ = [9, n0, _TR,
1084
+ { [_h]: ["POST", "/tags/{resourceArn}", 200] }, () => exports.TagResourceRequest$, () => exports.TagResourceResponse$
1085
+ ];
1086
+ exports.UntagResource$ = [9, n0, _UR,
1087
+ { [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => exports.UntagResourceRequest$, () => exports.UntagResourceResponse$
1088
+ ];
1089
+ exports.UpdateLoggingConfiguration$ = [9, n0, _ULC,
1090
+ { [_h]: ["PUT", "/workspaces/{workspaceId}/logging", 202] }, () => exports.UpdateLoggingConfigurationRequest$, () => exports.UpdateLoggingConfigurationResponse$
1091
+ ];
1092
+ exports.UpdateQueryLoggingConfiguration$ = [9, n0, _UQLC,
1093
+ { [_h]: ["PUT", "/workspaces/{workspaceId}/logging/query", 202] }, () => exports.UpdateQueryLoggingConfigurationRequest$, () => exports.UpdateQueryLoggingConfigurationResponse$
1094
+ ];
1095
+ exports.UpdateScraper$ = [9, n0, _US,
1096
+ { [_h]: ["PUT", "/scrapers/{scraperId}", 202] }, () => exports.UpdateScraperRequest$, () => exports.UpdateScraperResponse$
1097
+ ];
1098
+ exports.UpdateScraperLoggingConfiguration$ = [9, n0, _USLC,
1099
+ { [_h]: ["PUT", "/scrapers/{scraperId}/logging-configuration", 202] }, () => exports.UpdateScraperLoggingConfigurationRequest$, () => exports.UpdateScraperLoggingConfigurationResponse$
1100
+ ];
1101
+ exports.UpdateWorkspaceAlias$ = [9, n0, _UWA,
1102
+ { [_h]: ["POST", "/workspaces/{workspaceId}/alias", 204] }, () => exports.UpdateWorkspaceAliasRequest$, () => __Unit
1103
+ ];
1104
+ exports.UpdateWorkspaceConfiguration$ = [9, n0, _UWC,
1105
+ { [_h]: ["PATCH", "/workspaces/{workspaceId}/configuration", 202] }, () => exports.UpdateWorkspaceConfigurationRequest$, () => exports.UpdateWorkspaceConfigurationResponse$
1106
+ ];