@aws-sdk/client-amp 3.928.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.
Files changed (65) hide show
  1. package/dist-cjs/index.js +1777 -1895
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/AmpClient.js +2 -0
  4. package/dist-es/commands/CreateAlertManagerDefinitionCommand.js +3 -9
  5. package/dist-es/commands/CreateAnomalyDetectorCommand.js +3 -9
  6. package/dist-es/commands/CreateLoggingConfigurationCommand.js +3 -9
  7. package/dist-es/commands/CreateQueryLoggingConfigurationCommand.js +3 -9
  8. package/dist-es/commands/CreateRuleGroupsNamespaceCommand.js +3 -9
  9. package/dist-es/commands/CreateScraperCommand.js +3 -9
  10. package/dist-es/commands/CreateWorkspaceCommand.js +3 -9
  11. package/dist-es/commands/DeleteAlertManagerDefinitionCommand.js +3 -9
  12. package/dist-es/commands/DeleteAnomalyDetectorCommand.js +3 -9
  13. package/dist-es/commands/DeleteLoggingConfigurationCommand.js +3 -9
  14. package/dist-es/commands/DeleteQueryLoggingConfigurationCommand.js +3 -9
  15. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  16. package/dist-es/commands/DeleteRuleGroupsNamespaceCommand.js +3 -9
  17. package/dist-es/commands/DeleteScraperCommand.js +3 -9
  18. package/dist-es/commands/DeleteScraperLoggingConfigurationCommand.js +3 -9
  19. package/dist-es/commands/DeleteWorkspaceCommand.js +3 -9
  20. package/dist-es/commands/DescribeAlertManagerDefinitionCommand.js +3 -9
  21. package/dist-es/commands/DescribeAnomalyDetectorCommand.js +3 -9
  22. package/dist-es/commands/DescribeLoggingConfigurationCommand.js +3 -9
  23. package/dist-es/commands/DescribeQueryLoggingConfigurationCommand.js +3 -9
  24. package/dist-es/commands/DescribeResourcePolicyCommand.js +3 -9
  25. package/dist-es/commands/DescribeRuleGroupsNamespaceCommand.js +3 -9
  26. package/dist-es/commands/DescribeScraperCommand.js +3 -9
  27. package/dist-es/commands/DescribeScraperLoggingConfigurationCommand.js +3 -9
  28. package/dist-es/commands/DescribeWorkspaceCommand.js +3 -9
  29. package/dist-es/commands/DescribeWorkspaceConfigurationCommand.js +3 -9
  30. package/dist-es/commands/GetDefaultScraperConfigurationCommand.js +3 -9
  31. package/dist-es/commands/ListAnomalyDetectorsCommand.js +3 -9
  32. package/dist-es/commands/ListRuleGroupsNamespacesCommand.js +3 -9
  33. package/dist-es/commands/ListScrapersCommand.js +3 -9
  34. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  35. package/dist-es/commands/ListWorkspacesCommand.js +3 -9
  36. package/dist-es/commands/PutAlertManagerDefinitionCommand.js +3 -9
  37. package/dist-es/commands/PutAnomalyDetectorCommand.js +3 -9
  38. package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  39. package/dist-es/commands/PutRuleGroupsNamespaceCommand.js +3 -9
  40. package/dist-es/commands/TagResourceCommand.js +3 -9
  41. package/dist-es/commands/UntagResourceCommand.js +3 -9
  42. package/dist-es/commands/UpdateLoggingConfigurationCommand.js +3 -9
  43. package/dist-es/commands/UpdateQueryLoggingConfigurationCommand.js +3 -9
  44. package/dist-es/commands/UpdateScraperCommand.js +3 -9
  45. package/dist-es/commands/UpdateScraperLoggingConfigurationCommand.js +3 -9
  46. package/dist-es/commands/UpdateWorkspaceAliasCommand.js +3 -9
  47. package/dist-es/commands/UpdateWorkspaceConfigurationCommand.js +3 -9
  48. package/dist-es/runtimeConfig.shared.js +2 -0
  49. package/dist-es/schemas/schemas_0.js +1681 -0
  50. package/dist-types/AmpClient.d.ts +10 -1
  51. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  52. package/dist-types/runtimeConfig.d.ts +1 -0
  53. package/dist-types/runtimeConfig.native.d.ts +1 -0
  54. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  55. package/dist-types/schemas/schemas_0.d.ts +190 -0
  56. package/dist-types/ts3.4/AmpClient.d.ts +4 -0
  57. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  58. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  59. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  60. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  61. package/dist-types/ts3.4/schemas/schemas_0.d.ts +196 -0
  62. package/package.json +2 -3
  63. package/dist-es/protocols/Aws_restJson1.js +0 -1573
  64. package/dist-types/protocols/Aws_restJson1.d.ts +0 -398
  65. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -533
@@ -1,533 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- CreateAlertManagerDefinitionCommandInput,
8
- CreateAlertManagerDefinitionCommandOutput,
9
- } from "../commands/CreateAlertManagerDefinitionCommand";
10
- import {
11
- CreateAnomalyDetectorCommandInput,
12
- CreateAnomalyDetectorCommandOutput,
13
- } from "../commands/CreateAnomalyDetectorCommand";
14
- import {
15
- CreateLoggingConfigurationCommandInput,
16
- CreateLoggingConfigurationCommandOutput,
17
- } from "../commands/CreateLoggingConfigurationCommand";
18
- import {
19
- CreateQueryLoggingConfigurationCommandInput,
20
- CreateQueryLoggingConfigurationCommandOutput,
21
- } from "../commands/CreateQueryLoggingConfigurationCommand";
22
- import {
23
- CreateRuleGroupsNamespaceCommandInput,
24
- CreateRuleGroupsNamespaceCommandOutput,
25
- } from "../commands/CreateRuleGroupsNamespaceCommand";
26
- import {
27
- CreateScraperCommandInput,
28
- CreateScraperCommandOutput,
29
- } from "../commands/CreateScraperCommand";
30
- import {
31
- CreateWorkspaceCommandInput,
32
- CreateWorkspaceCommandOutput,
33
- } from "../commands/CreateWorkspaceCommand";
34
- import {
35
- DeleteAlertManagerDefinitionCommandInput,
36
- DeleteAlertManagerDefinitionCommandOutput,
37
- } from "../commands/DeleteAlertManagerDefinitionCommand";
38
- import {
39
- DeleteAnomalyDetectorCommandInput,
40
- DeleteAnomalyDetectorCommandOutput,
41
- } from "../commands/DeleteAnomalyDetectorCommand";
42
- import {
43
- DeleteLoggingConfigurationCommandInput,
44
- DeleteLoggingConfigurationCommandOutput,
45
- } from "../commands/DeleteLoggingConfigurationCommand";
46
- import {
47
- DeleteQueryLoggingConfigurationCommandInput,
48
- DeleteQueryLoggingConfigurationCommandOutput,
49
- } from "../commands/DeleteQueryLoggingConfigurationCommand";
50
- import {
51
- DeleteResourcePolicyCommandInput,
52
- DeleteResourcePolicyCommandOutput,
53
- } from "../commands/DeleteResourcePolicyCommand";
54
- import {
55
- DeleteRuleGroupsNamespaceCommandInput,
56
- DeleteRuleGroupsNamespaceCommandOutput,
57
- } from "../commands/DeleteRuleGroupsNamespaceCommand";
58
- import {
59
- DeleteScraperCommandInput,
60
- DeleteScraperCommandOutput,
61
- } from "../commands/DeleteScraperCommand";
62
- import {
63
- DeleteScraperLoggingConfigurationCommandInput,
64
- DeleteScraperLoggingConfigurationCommandOutput,
65
- } from "../commands/DeleteScraperLoggingConfigurationCommand";
66
- import {
67
- DeleteWorkspaceCommandInput,
68
- DeleteWorkspaceCommandOutput,
69
- } from "../commands/DeleteWorkspaceCommand";
70
- import {
71
- DescribeAlertManagerDefinitionCommandInput,
72
- DescribeAlertManagerDefinitionCommandOutput,
73
- } from "../commands/DescribeAlertManagerDefinitionCommand";
74
- import {
75
- DescribeAnomalyDetectorCommandInput,
76
- DescribeAnomalyDetectorCommandOutput,
77
- } from "../commands/DescribeAnomalyDetectorCommand";
78
- import {
79
- DescribeLoggingConfigurationCommandInput,
80
- DescribeLoggingConfigurationCommandOutput,
81
- } from "../commands/DescribeLoggingConfigurationCommand";
82
- import {
83
- DescribeQueryLoggingConfigurationCommandInput,
84
- DescribeQueryLoggingConfigurationCommandOutput,
85
- } from "../commands/DescribeQueryLoggingConfigurationCommand";
86
- import {
87
- DescribeResourcePolicyCommandInput,
88
- DescribeResourcePolicyCommandOutput,
89
- } from "../commands/DescribeResourcePolicyCommand";
90
- import {
91
- DescribeRuleGroupsNamespaceCommandInput,
92
- DescribeRuleGroupsNamespaceCommandOutput,
93
- } from "../commands/DescribeRuleGroupsNamespaceCommand";
94
- import {
95
- DescribeScraperCommandInput,
96
- DescribeScraperCommandOutput,
97
- } from "../commands/DescribeScraperCommand";
98
- import {
99
- DescribeScraperLoggingConfigurationCommandInput,
100
- DescribeScraperLoggingConfigurationCommandOutput,
101
- } from "../commands/DescribeScraperLoggingConfigurationCommand";
102
- import {
103
- DescribeWorkspaceCommandInput,
104
- DescribeWorkspaceCommandOutput,
105
- } from "../commands/DescribeWorkspaceCommand";
106
- import {
107
- DescribeWorkspaceConfigurationCommandInput,
108
- DescribeWorkspaceConfigurationCommandOutput,
109
- } from "../commands/DescribeWorkspaceConfigurationCommand";
110
- import {
111
- GetDefaultScraperConfigurationCommandInput,
112
- GetDefaultScraperConfigurationCommandOutput,
113
- } from "../commands/GetDefaultScraperConfigurationCommand";
114
- import {
115
- ListAnomalyDetectorsCommandInput,
116
- ListAnomalyDetectorsCommandOutput,
117
- } from "../commands/ListAnomalyDetectorsCommand";
118
- import {
119
- ListRuleGroupsNamespacesCommandInput,
120
- ListRuleGroupsNamespacesCommandOutput,
121
- } from "../commands/ListRuleGroupsNamespacesCommand";
122
- import {
123
- ListScrapersCommandInput,
124
- ListScrapersCommandOutput,
125
- } from "../commands/ListScrapersCommand";
126
- import {
127
- ListTagsForResourceCommandInput,
128
- ListTagsForResourceCommandOutput,
129
- } from "../commands/ListTagsForResourceCommand";
130
- import {
131
- ListWorkspacesCommandInput,
132
- ListWorkspacesCommandOutput,
133
- } from "../commands/ListWorkspacesCommand";
134
- import {
135
- PutAlertManagerDefinitionCommandInput,
136
- PutAlertManagerDefinitionCommandOutput,
137
- } from "../commands/PutAlertManagerDefinitionCommand";
138
- import {
139
- PutAnomalyDetectorCommandInput,
140
- PutAnomalyDetectorCommandOutput,
141
- } from "../commands/PutAnomalyDetectorCommand";
142
- import {
143
- PutResourcePolicyCommandInput,
144
- PutResourcePolicyCommandOutput,
145
- } from "../commands/PutResourcePolicyCommand";
146
- import {
147
- PutRuleGroupsNamespaceCommandInput,
148
- PutRuleGroupsNamespaceCommandOutput,
149
- } from "../commands/PutRuleGroupsNamespaceCommand";
150
- import {
151
- TagResourceCommandInput,
152
- TagResourceCommandOutput,
153
- } from "../commands/TagResourceCommand";
154
- import {
155
- UntagResourceCommandInput,
156
- UntagResourceCommandOutput,
157
- } from "../commands/UntagResourceCommand";
158
- import {
159
- UpdateLoggingConfigurationCommandInput,
160
- UpdateLoggingConfigurationCommandOutput,
161
- } from "../commands/UpdateLoggingConfigurationCommand";
162
- import {
163
- UpdateQueryLoggingConfigurationCommandInput,
164
- UpdateQueryLoggingConfigurationCommandOutput,
165
- } from "../commands/UpdateQueryLoggingConfigurationCommand";
166
- import {
167
- UpdateScraperCommandInput,
168
- UpdateScraperCommandOutput,
169
- } from "../commands/UpdateScraperCommand";
170
- import {
171
- UpdateScraperLoggingConfigurationCommandInput,
172
- UpdateScraperLoggingConfigurationCommandOutput,
173
- } from "../commands/UpdateScraperLoggingConfigurationCommand";
174
- import {
175
- UpdateWorkspaceAliasCommandInput,
176
- UpdateWorkspaceAliasCommandOutput,
177
- } from "../commands/UpdateWorkspaceAliasCommand";
178
- import {
179
- UpdateWorkspaceConfigurationCommandInput,
180
- UpdateWorkspaceConfigurationCommandOutput,
181
- } from "../commands/UpdateWorkspaceConfigurationCommand";
182
- export declare const se_CreateAlertManagerDefinitionCommand: (
183
- input: CreateAlertManagerDefinitionCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_CreateAnomalyDetectorCommand: (
187
- input: CreateAnomalyDetectorCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_CreateLoggingConfigurationCommand: (
191
- input: CreateLoggingConfigurationCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_CreateQueryLoggingConfigurationCommand: (
195
- input: CreateQueryLoggingConfigurationCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_CreateRuleGroupsNamespaceCommand: (
199
- input: CreateRuleGroupsNamespaceCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_CreateScraperCommand: (
203
- input: CreateScraperCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_CreateWorkspaceCommand: (
207
- input: CreateWorkspaceCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_DeleteAlertManagerDefinitionCommand: (
211
- input: DeleteAlertManagerDefinitionCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_DeleteAnomalyDetectorCommand: (
215
- input: DeleteAnomalyDetectorCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_DeleteLoggingConfigurationCommand: (
219
- input: DeleteLoggingConfigurationCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_DeleteQueryLoggingConfigurationCommand: (
223
- input: DeleteQueryLoggingConfigurationCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_DeleteResourcePolicyCommand: (
227
- input: DeleteResourcePolicyCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_DeleteRuleGroupsNamespaceCommand: (
231
- input: DeleteRuleGroupsNamespaceCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_DeleteScraperCommand: (
235
- input: DeleteScraperCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_DeleteScraperLoggingConfigurationCommand: (
239
- input: DeleteScraperLoggingConfigurationCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_DeleteWorkspaceCommand: (
243
- input: DeleteWorkspaceCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_DescribeAlertManagerDefinitionCommand: (
247
- input: DescribeAlertManagerDefinitionCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_DescribeAnomalyDetectorCommand: (
251
- input: DescribeAnomalyDetectorCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_DescribeLoggingConfigurationCommand: (
255
- input: DescribeLoggingConfigurationCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_DescribeQueryLoggingConfigurationCommand: (
259
- input: DescribeQueryLoggingConfigurationCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_DescribeResourcePolicyCommand: (
263
- input: DescribeResourcePolicyCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_DescribeRuleGroupsNamespaceCommand: (
267
- input: DescribeRuleGroupsNamespaceCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_DescribeScraperCommand: (
271
- input: DescribeScraperCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_DescribeScraperLoggingConfigurationCommand: (
275
- input: DescribeScraperLoggingConfigurationCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_DescribeWorkspaceCommand: (
279
- input: DescribeWorkspaceCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_DescribeWorkspaceConfigurationCommand: (
283
- input: DescribeWorkspaceConfigurationCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_GetDefaultScraperConfigurationCommand: (
287
- input: GetDefaultScraperConfigurationCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_ListAnomalyDetectorsCommand: (
291
- input: ListAnomalyDetectorsCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_ListRuleGroupsNamespacesCommand: (
295
- input: ListRuleGroupsNamespacesCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_ListScrapersCommand: (
299
- input: ListScrapersCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_ListTagsForResourceCommand: (
303
- input: ListTagsForResourceCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_ListWorkspacesCommand: (
307
- input: ListWorkspacesCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_PutAlertManagerDefinitionCommand: (
311
- input: PutAlertManagerDefinitionCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_PutAnomalyDetectorCommand: (
315
- input: PutAnomalyDetectorCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_PutResourcePolicyCommand: (
319
- input: PutResourcePolicyCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_PutRuleGroupsNamespaceCommand: (
323
- input: PutRuleGroupsNamespaceCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_TagResourceCommand: (
327
- input: TagResourceCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_UntagResourceCommand: (
331
- input: UntagResourceCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_UpdateLoggingConfigurationCommand: (
335
- input: UpdateLoggingConfigurationCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_UpdateQueryLoggingConfigurationCommand: (
339
- input: UpdateQueryLoggingConfigurationCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_UpdateScraperCommand: (
343
- input: UpdateScraperCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_UpdateScraperLoggingConfigurationCommand: (
347
- input: UpdateScraperLoggingConfigurationCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_UpdateWorkspaceAliasCommand: (
351
- input: UpdateWorkspaceAliasCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_UpdateWorkspaceConfigurationCommand: (
355
- input: UpdateWorkspaceConfigurationCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const de_CreateAlertManagerDefinitionCommand: (
359
- output: __HttpResponse,
360
- context: __SerdeContext
361
- ) => Promise<CreateAlertManagerDefinitionCommandOutput>;
362
- export declare const de_CreateAnomalyDetectorCommand: (
363
- output: __HttpResponse,
364
- context: __SerdeContext
365
- ) => Promise<CreateAnomalyDetectorCommandOutput>;
366
- export declare const de_CreateLoggingConfigurationCommand: (
367
- output: __HttpResponse,
368
- context: __SerdeContext
369
- ) => Promise<CreateLoggingConfigurationCommandOutput>;
370
- export declare const de_CreateQueryLoggingConfigurationCommand: (
371
- output: __HttpResponse,
372
- context: __SerdeContext
373
- ) => Promise<CreateQueryLoggingConfigurationCommandOutput>;
374
- export declare const de_CreateRuleGroupsNamespaceCommand: (
375
- output: __HttpResponse,
376
- context: __SerdeContext
377
- ) => Promise<CreateRuleGroupsNamespaceCommandOutput>;
378
- export declare const de_CreateScraperCommand: (
379
- output: __HttpResponse,
380
- context: __SerdeContext
381
- ) => Promise<CreateScraperCommandOutput>;
382
- export declare const de_CreateWorkspaceCommand: (
383
- output: __HttpResponse,
384
- context: __SerdeContext
385
- ) => Promise<CreateWorkspaceCommandOutput>;
386
- export declare const de_DeleteAlertManagerDefinitionCommand: (
387
- output: __HttpResponse,
388
- context: __SerdeContext
389
- ) => Promise<DeleteAlertManagerDefinitionCommandOutput>;
390
- export declare const de_DeleteAnomalyDetectorCommand: (
391
- output: __HttpResponse,
392
- context: __SerdeContext
393
- ) => Promise<DeleteAnomalyDetectorCommandOutput>;
394
- export declare const de_DeleteLoggingConfigurationCommand: (
395
- output: __HttpResponse,
396
- context: __SerdeContext
397
- ) => Promise<DeleteLoggingConfigurationCommandOutput>;
398
- export declare const de_DeleteQueryLoggingConfigurationCommand: (
399
- output: __HttpResponse,
400
- context: __SerdeContext
401
- ) => Promise<DeleteQueryLoggingConfigurationCommandOutput>;
402
- export declare const de_DeleteResourcePolicyCommand: (
403
- output: __HttpResponse,
404
- context: __SerdeContext
405
- ) => Promise<DeleteResourcePolicyCommandOutput>;
406
- export declare const de_DeleteRuleGroupsNamespaceCommand: (
407
- output: __HttpResponse,
408
- context: __SerdeContext
409
- ) => Promise<DeleteRuleGroupsNamespaceCommandOutput>;
410
- export declare const de_DeleteScraperCommand: (
411
- output: __HttpResponse,
412
- context: __SerdeContext
413
- ) => Promise<DeleteScraperCommandOutput>;
414
- export declare const de_DeleteScraperLoggingConfigurationCommand: (
415
- output: __HttpResponse,
416
- context: __SerdeContext
417
- ) => Promise<DeleteScraperLoggingConfigurationCommandOutput>;
418
- export declare const de_DeleteWorkspaceCommand: (
419
- output: __HttpResponse,
420
- context: __SerdeContext
421
- ) => Promise<DeleteWorkspaceCommandOutput>;
422
- export declare const de_DescribeAlertManagerDefinitionCommand: (
423
- output: __HttpResponse,
424
- context: __SerdeContext
425
- ) => Promise<DescribeAlertManagerDefinitionCommandOutput>;
426
- export declare const de_DescribeAnomalyDetectorCommand: (
427
- output: __HttpResponse,
428
- context: __SerdeContext
429
- ) => Promise<DescribeAnomalyDetectorCommandOutput>;
430
- export declare const de_DescribeLoggingConfigurationCommand: (
431
- output: __HttpResponse,
432
- context: __SerdeContext
433
- ) => Promise<DescribeLoggingConfigurationCommandOutput>;
434
- export declare const de_DescribeQueryLoggingConfigurationCommand: (
435
- output: __HttpResponse,
436
- context: __SerdeContext
437
- ) => Promise<DescribeQueryLoggingConfigurationCommandOutput>;
438
- export declare const de_DescribeResourcePolicyCommand: (
439
- output: __HttpResponse,
440
- context: __SerdeContext
441
- ) => Promise<DescribeResourcePolicyCommandOutput>;
442
- export declare const de_DescribeRuleGroupsNamespaceCommand: (
443
- output: __HttpResponse,
444
- context: __SerdeContext
445
- ) => Promise<DescribeRuleGroupsNamespaceCommandOutput>;
446
- export declare const de_DescribeScraperCommand: (
447
- output: __HttpResponse,
448
- context: __SerdeContext
449
- ) => Promise<DescribeScraperCommandOutput>;
450
- export declare const de_DescribeScraperLoggingConfigurationCommand: (
451
- output: __HttpResponse,
452
- context: __SerdeContext
453
- ) => Promise<DescribeScraperLoggingConfigurationCommandOutput>;
454
- export declare const de_DescribeWorkspaceCommand: (
455
- output: __HttpResponse,
456
- context: __SerdeContext
457
- ) => Promise<DescribeWorkspaceCommandOutput>;
458
- export declare const de_DescribeWorkspaceConfigurationCommand: (
459
- output: __HttpResponse,
460
- context: __SerdeContext
461
- ) => Promise<DescribeWorkspaceConfigurationCommandOutput>;
462
- export declare const de_GetDefaultScraperConfigurationCommand: (
463
- output: __HttpResponse,
464
- context: __SerdeContext
465
- ) => Promise<GetDefaultScraperConfigurationCommandOutput>;
466
- export declare const de_ListAnomalyDetectorsCommand: (
467
- output: __HttpResponse,
468
- context: __SerdeContext
469
- ) => Promise<ListAnomalyDetectorsCommandOutput>;
470
- export declare const de_ListRuleGroupsNamespacesCommand: (
471
- output: __HttpResponse,
472
- context: __SerdeContext
473
- ) => Promise<ListRuleGroupsNamespacesCommandOutput>;
474
- export declare const de_ListScrapersCommand: (
475
- output: __HttpResponse,
476
- context: __SerdeContext
477
- ) => Promise<ListScrapersCommandOutput>;
478
- export declare const de_ListTagsForResourceCommand: (
479
- output: __HttpResponse,
480
- context: __SerdeContext
481
- ) => Promise<ListTagsForResourceCommandOutput>;
482
- export declare const de_ListWorkspacesCommand: (
483
- output: __HttpResponse,
484
- context: __SerdeContext
485
- ) => Promise<ListWorkspacesCommandOutput>;
486
- export declare const de_PutAlertManagerDefinitionCommand: (
487
- output: __HttpResponse,
488
- context: __SerdeContext
489
- ) => Promise<PutAlertManagerDefinitionCommandOutput>;
490
- export declare const de_PutAnomalyDetectorCommand: (
491
- output: __HttpResponse,
492
- context: __SerdeContext
493
- ) => Promise<PutAnomalyDetectorCommandOutput>;
494
- export declare const de_PutResourcePolicyCommand: (
495
- output: __HttpResponse,
496
- context: __SerdeContext
497
- ) => Promise<PutResourcePolicyCommandOutput>;
498
- export declare const de_PutRuleGroupsNamespaceCommand: (
499
- output: __HttpResponse,
500
- context: __SerdeContext
501
- ) => Promise<PutRuleGroupsNamespaceCommandOutput>;
502
- export declare const de_TagResourceCommand: (
503
- output: __HttpResponse,
504
- context: __SerdeContext
505
- ) => Promise<TagResourceCommandOutput>;
506
- export declare const de_UntagResourceCommand: (
507
- output: __HttpResponse,
508
- context: __SerdeContext
509
- ) => Promise<UntagResourceCommandOutput>;
510
- export declare const de_UpdateLoggingConfigurationCommand: (
511
- output: __HttpResponse,
512
- context: __SerdeContext
513
- ) => Promise<UpdateLoggingConfigurationCommandOutput>;
514
- export declare const de_UpdateQueryLoggingConfigurationCommand: (
515
- output: __HttpResponse,
516
- context: __SerdeContext
517
- ) => Promise<UpdateQueryLoggingConfigurationCommandOutput>;
518
- export declare const de_UpdateScraperCommand: (
519
- output: __HttpResponse,
520
- context: __SerdeContext
521
- ) => Promise<UpdateScraperCommandOutput>;
522
- export declare const de_UpdateScraperLoggingConfigurationCommand: (
523
- output: __HttpResponse,
524
- context: __SerdeContext
525
- ) => Promise<UpdateScraperLoggingConfigurationCommandOutput>;
526
- export declare const de_UpdateWorkspaceAliasCommand: (
527
- output: __HttpResponse,
528
- context: __SerdeContext
529
- ) => Promise<UpdateWorkspaceAliasCommandOutput>;
530
- export declare const de_UpdateWorkspaceConfigurationCommand: (
531
- output: __HttpResponse,
532
- context: __SerdeContext
533
- ) => Promise<UpdateWorkspaceConfigurationCommandOutput>;