@aws-sdk/client-amp 3.1087.0 → 3.1088.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 +1 -1
- package/dist-types/ts3.4/Amp.d.ts +143 -188
- package/dist-types/ts3.4/AmpClient.d.ts +14 -24
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/CreateAlertManagerDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateAnomalyDetectorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateQueryLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateRuleGroupsNamespaceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateScraperCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DeleteAlertManagerDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteQueryLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteRuleGroupsNamespaceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteScraperCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteScraperLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DescribeAlertManagerDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeAnomalyDetectorCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeQueryLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeRuleGroupsNamespaceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeScraperCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeScraperLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeWorkspaceConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetDefaultScraperConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListAnomalyDetectorsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListRuleGroupsNamespacesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListScrapersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/PutAlertManagerDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutRuleGroupsNamespaceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateQueryLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateScraperCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateScraperLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateWorkspaceAliasCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/UpdateWorkspaceConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +3 -6
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/models/models_0.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForAnomalyDetectorActive.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForAnomalyDetectorDeleted.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForScraperActive.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForScraperDeleted.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForWorkspaceActive.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForWorkspaceDeleted.d.ts +3 -5
- package/package.json +38 -38
|
@@ -150,10 +150,7 @@ import {
|
|
|
150
150
|
PutRuleGroupsNamespaceCommandInput,
|
|
151
151
|
PutRuleGroupsNamespaceCommandOutput,
|
|
152
152
|
} from "./commands/PutRuleGroupsNamespaceCommand";
|
|
153
|
-
import {
|
|
154
|
-
TagResourceCommandInput,
|
|
155
|
-
TagResourceCommandOutput,
|
|
156
|
-
} from "./commands/TagResourceCommand";
|
|
153
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
157
154
|
import {
|
|
158
155
|
UntagResourceCommandInput,
|
|
159
156
|
UntagResourceCommandOutput,
|
|
@@ -186,685 +183,643 @@ import { ResourceNotFoundException } from "./models/errors";
|
|
|
186
183
|
export interface Amp {
|
|
187
184
|
createAlertManagerDefinition(
|
|
188
185
|
args: CreateAlertManagerDefinitionCommandInput,
|
|
189
|
-
options?: __HttpHandlerOptions
|
|
186
|
+
options?: __HttpHandlerOptions,
|
|
190
187
|
): Promise<CreateAlertManagerDefinitionCommandOutput>;
|
|
191
188
|
createAlertManagerDefinition(
|
|
192
189
|
args: CreateAlertManagerDefinitionCommandInput,
|
|
193
|
-
cb: (err: any, data?: CreateAlertManagerDefinitionCommandOutput) => void
|
|
190
|
+
cb: (err: any, data?: CreateAlertManagerDefinitionCommandOutput) => void,
|
|
194
191
|
): void;
|
|
195
192
|
createAlertManagerDefinition(
|
|
196
193
|
args: CreateAlertManagerDefinitionCommandInput,
|
|
197
194
|
options: __HttpHandlerOptions,
|
|
198
|
-
cb: (err: any, data?: CreateAlertManagerDefinitionCommandOutput) => void
|
|
195
|
+
cb: (err: any, data?: CreateAlertManagerDefinitionCommandOutput) => void,
|
|
199
196
|
): void;
|
|
200
197
|
createAnomalyDetector(
|
|
201
198
|
args: CreateAnomalyDetectorCommandInput,
|
|
202
|
-
options?: __HttpHandlerOptions
|
|
199
|
+
options?: __HttpHandlerOptions,
|
|
203
200
|
): Promise<CreateAnomalyDetectorCommandOutput>;
|
|
204
201
|
createAnomalyDetector(
|
|
205
202
|
args: CreateAnomalyDetectorCommandInput,
|
|
206
|
-
cb: (err: any, data?: CreateAnomalyDetectorCommandOutput) => void
|
|
203
|
+
cb: (err: any, data?: CreateAnomalyDetectorCommandOutput) => void,
|
|
207
204
|
): void;
|
|
208
205
|
createAnomalyDetector(
|
|
209
206
|
args: CreateAnomalyDetectorCommandInput,
|
|
210
207
|
options: __HttpHandlerOptions,
|
|
211
|
-
cb: (err: any, data?: CreateAnomalyDetectorCommandOutput) => void
|
|
208
|
+
cb: (err: any, data?: CreateAnomalyDetectorCommandOutput) => void,
|
|
212
209
|
): void;
|
|
213
210
|
createLoggingConfiguration(
|
|
214
211
|
args: CreateLoggingConfigurationCommandInput,
|
|
215
|
-
options?: __HttpHandlerOptions
|
|
212
|
+
options?: __HttpHandlerOptions,
|
|
216
213
|
): Promise<CreateLoggingConfigurationCommandOutput>;
|
|
217
214
|
createLoggingConfiguration(
|
|
218
215
|
args: CreateLoggingConfigurationCommandInput,
|
|
219
|
-
cb: (err: any, data?: CreateLoggingConfigurationCommandOutput) => void
|
|
216
|
+
cb: (err: any, data?: CreateLoggingConfigurationCommandOutput) => void,
|
|
220
217
|
): void;
|
|
221
218
|
createLoggingConfiguration(
|
|
222
219
|
args: CreateLoggingConfigurationCommandInput,
|
|
223
220
|
options: __HttpHandlerOptions,
|
|
224
|
-
cb: (err: any, data?: CreateLoggingConfigurationCommandOutput) => void
|
|
221
|
+
cb: (err: any, data?: CreateLoggingConfigurationCommandOutput) => void,
|
|
225
222
|
): void;
|
|
226
223
|
createQueryLoggingConfiguration(
|
|
227
224
|
args: CreateQueryLoggingConfigurationCommandInput,
|
|
228
|
-
options?: __HttpHandlerOptions
|
|
225
|
+
options?: __HttpHandlerOptions,
|
|
229
226
|
): Promise<CreateQueryLoggingConfigurationCommandOutput>;
|
|
230
227
|
createQueryLoggingConfiguration(
|
|
231
228
|
args: CreateQueryLoggingConfigurationCommandInput,
|
|
232
|
-
cb: (err: any, data?: CreateQueryLoggingConfigurationCommandOutput) => void
|
|
229
|
+
cb: (err: any, data?: CreateQueryLoggingConfigurationCommandOutput) => void,
|
|
233
230
|
): void;
|
|
234
231
|
createQueryLoggingConfiguration(
|
|
235
232
|
args: CreateQueryLoggingConfigurationCommandInput,
|
|
236
233
|
options: __HttpHandlerOptions,
|
|
237
|
-
cb: (err: any, data?: CreateQueryLoggingConfigurationCommandOutput) => void
|
|
234
|
+
cb: (err: any, data?: CreateQueryLoggingConfigurationCommandOutput) => void,
|
|
238
235
|
): void;
|
|
239
236
|
createRuleGroupsNamespace(
|
|
240
237
|
args: CreateRuleGroupsNamespaceCommandInput,
|
|
241
|
-
options?: __HttpHandlerOptions
|
|
238
|
+
options?: __HttpHandlerOptions,
|
|
242
239
|
): Promise<CreateRuleGroupsNamespaceCommandOutput>;
|
|
243
240
|
createRuleGroupsNamespace(
|
|
244
241
|
args: CreateRuleGroupsNamespaceCommandInput,
|
|
245
|
-
cb: (err: any, data?: CreateRuleGroupsNamespaceCommandOutput) => void
|
|
242
|
+
cb: (err: any, data?: CreateRuleGroupsNamespaceCommandOutput) => void,
|
|
246
243
|
): void;
|
|
247
244
|
createRuleGroupsNamespace(
|
|
248
245
|
args: CreateRuleGroupsNamespaceCommandInput,
|
|
249
246
|
options: __HttpHandlerOptions,
|
|
250
|
-
cb: (err: any, data?: CreateRuleGroupsNamespaceCommandOutput) => void
|
|
247
|
+
cb: (err: any, data?: CreateRuleGroupsNamespaceCommandOutput) => void,
|
|
251
248
|
): void;
|
|
252
249
|
createScraper(
|
|
253
250
|
args: CreateScraperCommandInput,
|
|
254
|
-
options?: __HttpHandlerOptions
|
|
251
|
+
options?: __HttpHandlerOptions,
|
|
255
252
|
): Promise<CreateScraperCommandOutput>;
|
|
256
253
|
createScraper(
|
|
257
254
|
args: CreateScraperCommandInput,
|
|
258
|
-
cb: (err: any, data?: CreateScraperCommandOutput) => void
|
|
255
|
+
cb: (err: any, data?: CreateScraperCommandOutput) => void,
|
|
259
256
|
): void;
|
|
260
257
|
createScraper(
|
|
261
258
|
args: CreateScraperCommandInput,
|
|
262
259
|
options: __HttpHandlerOptions,
|
|
263
|
-
cb: (err: any, data?: CreateScraperCommandOutput) => void
|
|
260
|
+
cb: (err: any, data?: CreateScraperCommandOutput) => void,
|
|
264
261
|
): void;
|
|
265
262
|
createWorkspace(): Promise<CreateWorkspaceCommandOutput>;
|
|
266
263
|
createWorkspace(
|
|
267
264
|
args: CreateWorkspaceCommandInput,
|
|
268
|
-
options?: __HttpHandlerOptions
|
|
265
|
+
options?: __HttpHandlerOptions,
|
|
269
266
|
): Promise<CreateWorkspaceCommandOutput>;
|
|
270
267
|
createWorkspace(
|
|
271
268
|
args: CreateWorkspaceCommandInput,
|
|
272
|
-
cb: (err: any, data?: CreateWorkspaceCommandOutput) => void
|
|
269
|
+
cb: (err: any, data?: CreateWorkspaceCommandOutput) => void,
|
|
273
270
|
): void;
|
|
274
271
|
createWorkspace(
|
|
275
272
|
args: CreateWorkspaceCommandInput,
|
|
276
273
|
options: __HttpHandlerOptions,
|
|
277
|
-
cb: (err: any, data?: CreateWorkspaceCommandOutput) => void
|
|
274
|
+
cb: (err: any, data?: CreateWorkspaceCommandOutput) => void,
|
|
278
275
|
): void;
|
|
279
276
|
deleteAlertManagerDefinition(
|
|
280
277
|
args: DeleteAlertManagerDefinitionCommandInput,
|
|
281
|
-
options?: __HttpHandlerOptions
|
|
278
|
+
options?: __HttpHandlerOptions,
|
|
282
279
|
): Promise<DeleteAlertManagerDefinitionCommandOutput>;
|
|
283
280
|
deleteAlertManagerDefinition(
|
|
284
281
|
args: DeleteAlertManagerDefinitionCommandInput,
|
|
285
|
-
cb: (err: any, data?: DeleteAlertManagerDefinitionCommandOutput) => void
|
|
282
|
+
cb: (err: any, data?: DeleteAlertManagerDefinitionCommandOutput) => void,
|
|
286
283
|
): void;
|
|
287
284
|
deleteAlertManagerDefinition(
|
|
288
285
|
args: DeleteAlertManagerDefinitionCommandInput,
|
|
289
286
|
options: __HttpHandlerOptions,
|
|
290
|
-
cb: (err: any, data?: DeleteAlertManagerDefinitionCommandOutput) => void
|
|
287
|
+
cb: (err: any, data?: DeleteAlertManagerDefinitionCommandOutput) => void,
|
|
291
288
|
): void;
|
|
292
289
|
deleteAnomalyDetector(
|
|
293
290
|
args: DeleteAnomalyDetectorCommandInput,
|
|
294
|
-
options?: __HttpHandlerOptions
|
|
291
|
+
options?: __HttpHandlerOptions,
|
|
295
292
|
): Promise<DeleteAnomalyDetectorCommandOutput>;
|
|
296
293
|
deleteAnomalyDetector(
|
|
297
294
|
args: DeleteAnomalyDetectorCommandInput,
|
|
298
|
-
cb: (err: any, data?: DeleteAnomalyDetectorCommandOutput) => void
|
|
295
|
+
cb: (err: any, data?: DeleteAnomalyDetectorCommandOutput) => void,
|
|
299
296
|
): void;
|
|
300
297
|
deleteAnomalyDetector(
|
|
301
298
|
args: DeleteAnomalyDetectorCommandInput,
|
|
302
299
|
options: __HttpHandlerOptions,
|
|
303
|
-
cb: (err: any, data?: DeleteAnomalyDetectorCommandOutput) => void
|
|
300
|
+
cb: (err: any, data?: DeleteAnomalyDetectorCommandOutput) => void,
|
|
304
301
|
): void;
|
|
305
302
|
deleteLoggingConfiguration(
|
|
306
303
|
args: DeleteLoggingConfigurationCommandInput,
|
|
307
|
-
options?: __HttpHandlerOptions
|
|
304
|
+
options?: __HttpHandlerOptions,
|
|
308
305
|
): Promise<DeleteLoggingConfigurationCommandOutput>;
|
|
309
306
|
deleteLoggingConfiguration(
|
|
310
307
|
args: DeleteLoggingConfigurationCommandInput,
|
|
311
|
-
cb: (err: any, data?: DeleteLoggingConfigurationCommandOutput) => void
|
|
308
|
+
cb: (err: any, data?: DeleteLoggingConfigurationCommandOutput) => void,
|
|
312
309
|
): void;
|
|
313
310
|
deleteLoggingConfiguration(
|
|
314
311
|
args: DeleteLoggingConfigurationCommandInput,
|
|
315
312
|
options: __HttpHandlerOptions,
|
|
316
|
-
cb: (err: any, data?: DeleteLoggingConfigurationCommandOutput) => void
|
|
313
|
+
cb: (err: any, data?: DeleteLoggingConfigurationCommandOutput) => void,
|
|
317
314
|
): void;
|
|
318
315
|
deleteQueryLoggingConfiguration(
|
|
319
316
|
args: DeleteQueryLoggingConfigurationCommandInput,
|
|
320
|
-
options?: __HttpHandlerOptions
|
|
317
|
+
options?: __HttpHandlerOptions,
|
|
321
318
|
): Promise<DeleteQueryLoggingConfigurationCommandOutput>;
|
|
322
319
|
deleteQueryLoggingConfiguration(
|
|
323
320
|
args: DeleteQueryLoggingConfigurationCommandInput,
|
|
324
|
-
cb: (err: any, data?: DeleteQueryLoggingConfigurationCommandOutput) => void
|
|
321
|
+
cb: (err: any, data?: DeleteQueryLoggingConfigurationCommandOutput) => void,
|
|
325
322
|
): void;
|
|
326
323
|
deleteQueryLoggingConfiguration(
|
|
327
324
|
args: DeleteQueryLoggingConfigurationCommandInput,
|
|
328
325
|
options: __HttpHandlerOptions,
|
|
329
|
-
cb: (err: any, data?: DeleteQueryLoggingConfigurationCommandOutput) => void
|
|
326
|
+
cb: (err: any, data?: DeleteQueryLoggingConfigurationCommandOutput) => void,
|
|
330
327
|
): void;
|
|
331
328
|
deleteResourcePolicy(
|
|
332
329
|
args: DeleteResourcePolicyCommandInput,
|
|
333
|
-
options?: __HttpHandlerOptions
|
|
330
|
+
options?: __HttpHandlerOptions,
|
|
334
331
|
): Promise<DeleteResourcePolicyCommandOutput>;
|
|
335
332
|
deleteResourcePolicy(
|
|
336
333
|
args: DeleteResourcePolicyCommandInput,
|
|
337
|
-
cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
|
|
334
|
+
cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void,
|
|
338
335
|
): void;
|
|
339
336
|
deleteResourcePolicy(
|
|
340
337
|
args: DeleteResourcePolicyCommandInput,
|
|
341
338
|
options: __HttpHandlerOptions,
|
|
342
|
-
cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
|
|
339
|
+
cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void,
|
|
343
340
|
): void;
|
|
344
341
|
deleteRuleGroupsNamespace(
|
|
345
342
|
args: DeleteRuleGroupsNamespaceCommandInput,
|
|
346
|
-
options?: __HttpHandlerOptions
|
|
343
|
+
options?: __HttpHandlerOptions,
|
|
347
344
|
): Promise<DeleteRuleGroupsNamespaceCommandOutput>;
|
|
348
345
|
deleteRuleGroupsNamespace(
|
|
349
346
|
args: DeleteRuleGroupsNamespaceCommandInput,
|
|
350
|
-
cb: (err: any, data?: DeleteRuleGroupsNamespaceCommandOutput) => void
|
|
347
|
+
cb: (err: any, data?: DeleteRuleGroupsNamespaceCommandOutput) => void,
|
|
351
348
|
): void;
|
|
352
349
|
deleteRuleGroupsNamespace(
|
|
353
350
|
args: DeleteRuleGroupsNamespaceCommandInput,
|
|
354
351
|
options: __HttpHandlerOptions,
|
|
355
|
-
cb: (err: any, data?: DeleteRuleGroupsNamespaceCommandOutput) => void
|
|
352
|
+
cb: (err: any, data?: DeleteRuleGroupsNamespaceCommandOutput) => void,
|
|
356
353
|
): void;
|
|
357
354
|
deleteScraper(
|
|
358
355
|
args: DeleteScraperCommandInput,
|
|
359
|
-
options?: __HttpHandlerOptions
|
|
356
|
+
options?: __HttpHandlerOptions,
|
|
360
357
|
): Promise<DeleteScraperCommandOutput>;
|
|
361
358
|
deleteScraper(
|
|
362
359
|
args: DeleteScraperCommandInput,
|
|
363
|
-
cb: (err: any, data?: DeleteScraperCommandOutput) => void
|
|
360
|
+
cb: (err: any, data?: DeleteScraperCommandOutput) => void,
|
|
364
361
|
): void;
|
|
365
362
|
deleteScraper(
|
|
366
363
|
args: DeleteScraperCommandInput,
|
|
367
364
|
options: __HttpHandlerOptions,
|
|
368
|
-
cb: (err: any, data?: DeleteScraperCommandOutput) => void
|
|
365
|
+
cb: (err: any, data?: DeleteScraperCommandOutput) => void,
|
|
369
366
|
): void;
|
|
370
367
|
deleteScraperLoggingConfiguration(
|
|
371
368
|
args: DeleteScraperLoggingConfigurationCommandInput,
|
|
372
|
-
options?: __HttpHandlerOptions
|
|
369
|
+
options?: __HttpHandlerOptions,
|
|
373
370
|
): Promise<DeleteScraperLoggingConfigurationCommandOutput>;
|
|
374
371
|
deleteScraperLoggingConfiguration(
|
|
375
372
|
args: DeleteScraperLoggingConfigurationCommandInput,
|
|
376
|
-
cb: (
|
|
377
|
-
err: any,
|
|
378
|
-
data?: DeleteScraperLoggingConfigurationCommandOutput
|
|
379
|
-
) => void
|
|
373
|
+
cb: (err: any, data?: DeleteScraperLoggingConfigurationCommandOutput) => void,
|
|
380
374
|
): void;
|
|
381
375
|
deleteScraperLoggingConfiguration(
|
|
382
376
|
args: DeleteScraperLoggingConfigurationCommandInput,
|
|
383
377
|
options: __HttpHandlerOptions,
|
|
384
|
-
cb: (
|
|
385
|
-
err: any,
|
|
386
|
-
data?: DeleteScraperLoggingConfigurationCommandOutput
|
|
387
|
-
) => void
|
|
378
|
+
cb: (err: any, data?: DeleteScraperLoggingConfigurationCommandOutput) => void,
|
|
388
379
|
): void;
|
|
389
380
|
deleteWorkspace(
|
|
390
381
|
args: DeleteWorkspaceCommandInput,
|
|
391
|
-
options?: __HttpHandlerOptions
|
|
382
|
+
options?: __HttpHandlerOptions,
|
|
392
383
|
): Promise<DeleteWorkspaceCommandOutput>;
|
|
393
384
|
deleteWorkspace(
|
|
394
385
|
args: DeleteWorkspaceCommandInput,
|
|
395
|
-
cb: (err: any, data?: DeleteWorkspaceCommandOutput) => void
|
|
386
|
+
cb: (err: any, data?: DeleteWorkspaceCommandOutput) => void,
|
|
396
387
|
): void;
|
|
397
388
|
deleteWorkspace(
|
|
398
389
|
args: DeleteWorkspaceCommandInput,
|
|
399
390
|
options: __HttpHandlerOptions,
|
|
400
|
-
cb: (err: any, data?: DeleteWorkspaceCommandOutput) => void
|
|
391
|
+
cb: (err: any, data?: DeleteWorkspaceCommandOutput) => void,
|
|
401
392
|
): void;
|
|
402
393
|
describeAlertManagerDefinition(
|
|
403
394
|
args: DescribeAlertManagerDefinitionCommandInput,
|
|
404
|
-
options?: __HttpHandlerOptions
|
|
395
|
+
options?: __HttpHandlerOptions,
|
|
405
396
|
): Promise<DescribeAlertManagerDefinitionCommandOutput>;
|
|
406
397
|
describeAlertManagerDefinition(
|
|
407
398
|
args: DescribeAlertManagerDefinitionCommandInput,
|
|
408
|
-
cb: (err: any, data?: DescribeAlertManagerDefinitionCommandOutput) => void
|
|
399
|
+
cb: (err: any, data?: DescribeAlertManagerDefinitionCommandOutput) => void,
|
|
409
400
|
): void;
|
|
410
401
|
describeAlertManagerDefinition(
|
|
411
402
|
args: DescribeAlertManagerDefinitionCommandInput,
|
|
412
403
|
options: __HttpHandlerOptions,
|
|
413
|
-
cb: (err: any, data?: DescribeAlertManagerDefinitionCommandOutput) => void
|
|
404
|
+
cb: (err: any, data?: DescribeAlertManagerDefinitionCommandOutput) => void,
|
|
414
405
|
): void;
|
|
415
406
|
describeAnomalyDetector(
|
|
416
407
|
args: DescribeAnomalyDetectorCommandInput,
|
|
417
|
-
options?: __HttpHandlerOptions
|
|
408
|
+
options?: __HttpHandlerOptions,
|
|
418
409
|
): Promise<DescribeAnomalyDetectorCommandOutput>;
|
|
419
410
|
describeAnomalyDetector(
|
|
420
411
|
args: DescribeAnomalyDetectorCommandInput,
|
|
421
|
-
cb: (err: any, data?: DescribeAnomalyDetectorCommandOutput) => void
|
|
412
|
+
cb: (err: any, data?: DescribeAnomalyDetectorCommandOutput) => void,
|
|
422
413
|
): void;
|
|
423
414
|
describeAnomalyDetector(
|
|
424
415
|
args: DescribeAnomalyDetectorCommandInput,
|
|
425
416
|
options: __HttpHandlerOptions,
|
|
426
|
-
cb: (err: any, data?: DescribeAnomalyDetectorCommandOutput) => void
|
|
417
|
+
cb: (err: any, data?: DescribeAnomalyDetectorCommandOutput) => void,
|
|
427
418
|
): void;
|
|
428
419
|
describeLoggingConfiguration(
|
|
429
420
|
args: DescribeLoggingConfigurationCommandInput,
|
|
430
|
-
options?: __HttpHandlerOptions
|
|
421
|
+
options?: __HttpHandlerOptions,
|
|
431
422
|
): Promise<DescribeLoggingConfigurationCommandOutput>;
|
|
432
423
|
describeLoggingConfiguration(
|
|
433
424
|
args: DescribeLoggingConfigurationCommandInput,
|
|
434
|
-
cb: (err: any, data?: DescribeLoggingConfigurationCommandOutput) => void
|
|
425
|
+
cb: (err: any, data?: DescribeLoggingConfigurationCommandOutput) => void,
|
|
435
426
|
): void;
|
|
436
427
|
describeLoggingConfiguration(
|
|
437
428
|
args: DescribeLoggingConfigurationCommandInput,
|
|
438
429
|
options: __HttpHandlerOptions,
|
|
439
|
-
cb: (err: any, data?: DescribeLoggingConfigurationCommandOutput) => void
|
|
430
|
+
cb: (err: any, data?: DescribeLoggingConfigurationCommandOutput) => void,
|
|
440
431
|
): void;
|
|
441
432
|
describeQueryLoggingConfiguration(
|
|
442
433
|
args: DescribeQueryLoggingConfigurationCommandInput,
|
|
443
|
-
options?: __HttpHandlerOptions
|
|
434
|
+
options?: __HttpHandlerOptions,
|
|
444
435
|
): Promise<DescribeQueryLoggingConfigurationCommandOutput>;
|
|
445
436
|
describeQueryLoggingConfiguration(
|
|
446
437
|
args: DescribeQueryLoggingConfigurationCommandInput,
|
|
447
|
-
cb: (
|
|
448
|
-
err: any,
|
|
449
|
-
data?: DescribeQueryLoggingConfigurationCommandOutput
|
|
450
|
-
) => void
|
|
438
|
+
cb: (err: any, data?: DescribeQueryLoggingConfigurationCommandOutput) => void,
|
|
451
439
|
): void;
|
|
452
440
|
describeQueryLoggingConfiguration(
|
|
453
441
|
args: DescribeQueryLoggingConfigurationCommandInput,
|
|
454
442
|
options: __HttpHandlerOptions,
|
|
455
|
-
cb: (
|
|
456
|
-
err: any,
|
|
457
|
-
data?: DescribeQueryLoggingConfigurationCommandOutput
|
|
458
|
-
) => void
|
|
443
|
+
cb: (err: any, data?: DescribeQueryLoggingConfigurationCommandOutput) => void,
|
|
459
444
|
): void;
|
|
460
445
|
describeResourcePolicy(
|
|
461
446
|
args: DescribeResourcePolicyCommandInput,
|
|
462
|
-
options?: __HttpHandlerOptions
|
|
447
|
+
options?: __HttpHandlerOptions,
|
|
463
448
|
): Promise<DescribeResourcePolicyCommandOutput>;
|
|
464
449
|
describeResourcePolicy(
|
|
465
450
|
args: DescribeResourcePolicyCommandInput,
|
|
466
|
-
cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void
|
|
451
|
+
cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void,
|
|
467
452
|
): void;
|
|
468
453
|
describeResourcePolicy(
|
|
469
454
|
args: DescribeResourcePolicyCommandInput,
|
|
470
455
|
options: __HttpHandlerOptions,
|
|
471
|
-
cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void
|
|
456
|
+
cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void,
|
|
472
457
|
): void;
|
|
473
458
|
describeRuleGroupsNamespace(
|
|
474
459
|
args: DescribeRuleGroupsNamespaceCommandInput,
|
|
475
|
-
options?: __HttpHandlerOptions
|
|
460
|
+
options?: __HttpHandlerOptions,
|
|
476
461
|
): Promise<DescribeRuleGroupsNamespaceCommandOutput>;
|
|
477
462
|
describeRuleGroupsNamespace(
|
|
478
463
|
args: DescribeRuleGroupsNamespaceCommandInput,
|
|
479
|
-
cb: (err: any, data?: DescribeRuleGroupsNamespaceCommandOutput) => void
|
|
464
|
+
cb: (err: any, data?: DescribeRuleGroupsNamespaceCommandOutput) => void,
|
|
480
465
|
): void;
|
|
481
466
|
describeRuleGroupsNamespace(
|
|
482
467
|
args: DescribeRuleGroupsNamespaceCommandInput,
|
|
483
468
|
options: __HttpHandlerOptions,
|
|
484
|
-
cb: (err: any, data?: DescribeRuleGroupsNamespaceCommandOutput) => void
|
|
469
|
+
cb: (err: any, data?: DescribeRuleGroupsNamespaceCommandOutput) => void,
|
|
485
470
|
): void;
|
|
486
471
|
describeScraper(
|
|
487
472
|
args: DescribeScraperCommandInput,
|
|
488
|
-
options?: __HttpHandlerOptions
|
|
473
|
+
options?: __HttpHandlerOptions,
|
|
489
474
|
): Promise<DescribeScraperCommandOutput>;
|
|
490
475
|
describeScraper(
|
|
491
476
|
args: DescribeScraperCommandInput,
|
|
492
|
-
cb: (err: any, data?: DescribeScraperCommandOutput) => void
|
|
477
|
+
cb: (err: any, data?: DescribeScraperCommandOutput) => void,
|
|
493
478
|
): void;
|
|
494
479
|
describeScraper(
|
|
495
480
|
args: DescribeScraperCommandInput,
|
|
496
481
|
options: __HttpHandlerOptions,
|
|
497
|
-
cb: (err: any, data?: DescribeScraperCommandOutput) => void
|
|
482
|
+
cb: (err: any, data?: DescribeScraperCommandOutput) => void,
|
|
498
483
|
): void;
|
|
499
484
|
describeScraperLoggingConfiguration(
|
|
500
485
|
args: DescribeScraperLoggingConfigurationCommandInput,
|
|
501
|
-
options?: __HttpHandlerOptions
|
|
486
|
+
options?: __HttpHandlerOptions,
|
|
502
487
|
): Promise<DescribeScraperLoggingConfigurationCommandOutput>;
|
|
503
488
|
describeScraperLoggingConfiguration(
|
|
504
489
|
args: DescribeScraperLoggingConfigurationCommandInput,
|
|
505
|
-
cb: (
|
|
506
|
-
err: any,
|
|
507
|
-
data?: DescribeScraperLoggingConfigurationCommandOutput
|
|
508
|
-
) => void
|
|
490
|
+
cb: (err: any, data?: DescribeScraperLoggingConfigurationCommandOutput) => void,
|
|
509
491
|
): void;
|
|
510
492
|
describeScraperLoggingConfiguration(
|
|
511
493
|
args: DescribeScraperLoggingConfigurationCommandInput,
|
|
512
494
|
options: __HttpHandlerOptions,
|
|
513
|
-
cb: (
|
|
514
|
-
err: any,
|
|
515
|
-
data?: DescribeScraperLoggingConfigurationCommandOutput
|
|
516
|
-
) => void
|
|
495
|
+
cb: (err: any, data?: DescribeScraperLoggingConfigurationCommandOutput) => void,
|
|
517
496
|
): void;
|
|
518
497
|
describeWorkspace(
|
|
519
498
|
args: DescribeWorkspaceCommandInput,
|
|
520
|
-
options?: __HttpHandlerOptions
|
|
499
|
+
options?: __HttpHandlerOptions,
|
|
521
500
|
): Promise<DescribeWorkspaceCommandOutput>;
|
|
522
501
|
describeWorkspace(
|
|
523
502
|
args: DescribeWorkspaceCommandInput,
|
|
524
|
-
cb: (err: any, data?: DescribeWorkspaceCommandOutput) => void
|
|
503
|
+
cb: (err: any, data?: DescribeWorkspaceCommandOutput) => void,
|
|
525
504
|
): void;
|
|
526
505
|
describeWorkspace(
|
|
527
506
|
args: DescribeWorkspaceCommandInput,
|
|
528
507
|
options: __HttpHandlerOptions,
|
|
529
|
-
cb: (err: any, data?: DescribeWorkspaceCommandOutput) => void
|
|
508
|
+
cb: (err: any, data?: DescribeWorkspaceCommandOutput) => void,
|
|
530
509
|
): void;
|
|
531
510
|
describeWorkspaceConfiguration(
|
|
532
511
|
args: DescribeWorkspaceConfigurationCommandInput,
|
|
533
|
-
options?: __HttpHandlerOptions
|
|
512
|
+
options?: __HttpHandlerOptions,
|
|
534
513
|
): Promise<DescribeWorkspaceConfigurationCommandOutput>;
|
|
535
514
|
describeWorkspaceConfiguration(
|
|
536
515
|
args: DescribeWorkspaceConfigurationCommandInput,
|
|
537
|
-
cb: (err: any, data?: DescribeWorkspaceConfigurationCommandOutput) => void
|
|
516
|
+
cb: (err: any, data?: DescribeWorkspaceConfigurationCommandOutput) => void,
|
|
538
517
|
): void;
|
|
539
518
|
describeWorkspaceConfiguration(
|
|
540
519
|
args: DescribeWorkspaceConfigurationCommandInput,
|
|
541
520
|
options: __HttpHandlerOptions,
|
|
542
|
-
cb: (err: any, data?: DescribeWorkspaceConfigurationCommandOutput) => void
|
|
521
|
+
cb: (err: any, data?: DescribeWorkspaceConfigurationCommandOutput) => void,
|
|
543
522
|
): void;
|
|
544
523
|
getDefaultScraperConfiguration(): Promise<GetDefaultScraperConfigurationCommandOutput>;
|
|
545
524
|
getDefaultScraperConfiguration(
|
|
546
525
|
args: GetDefaultScraperConfigurationCommandInput,
|
|
547
|
-
options?: __HttpHandlerOptions
|
|
526
|
+
options?: __HttpHandlerOptions,
|
|
548
527
|
): Promise<GetDefaultScraperConfigurationCommandOutput>;
|
|
549
528
|
getDefaultScraperConfiguration(
|
|
550
529
|
args: GetDefaultScraperConfigurationCommandInput,
|
|
551
|
-
cb: (err: any, data?: GetDefaultScraperConfigurationCommandOutput) => void
|
|
530
|
+
cb: (err: any, data?: GetDefaultScraperConfigurationCommandOutput) => void,
|
|
552
531
|
): void;
|
|
553
532
|
getDefaultScraperConfiguration(
|
|
554
533
|
args: GetDefaultScraperConfigurationCommandInput,
|
|
555
534
|
options: __HttpHandlerOptions,
|
|
556
|
-
cb: (err: any, data?: GetDefaultScraperConfigurationCommandOutput) => void
|
|
535
|
+
cb: (err: any, data?: GetDefaultScraperConfigurationCommandOutput) => void,
|
|
557
536
|
): void;
|
|
558
537
|
listAnomalyDetectors(
|
|
559
538
|
args: ListAnomalyDetectorsCommandInput,
|
|
560
|
-
options?: __HttpHandlerOptions
|
|
539
|
+
options?: __HttpHandlerOptions,
|
|
561
540
|
): Promise<ListAnomalyDetectorsCommandOutput>;
|
|
562
541
|
listAnomalyDetectors(
|
|
563
542
|
args: ListAnomalyDetectorsCommandInput,
|
|
564
|
-
cb: (err: any, data?: ListAnomalyDetectorsCommandOutput) => void
|
|
543
|
+
cb: (err: any, data?: ListAnomalyDetectorsCommandOutput) => void,
|
|
565
544
|
): void;
|
|
566
545
|
listAnomalyDetectors(
|
|
567
546
|
args: ListAnomalyDetectorsCommandInput,
|
|
568
547
|
options: __HttpHandlerOptions,
|
|
569
|
-
cb: (err: any, data?: ListAnomalyDetectorsCommandOutput) => void
|
|
548
|
+
cb: (err: any, data?: ListAnomalyDetectorsCommandOutput) => void,
|
|
570
549
|
): void;
|
|
571
550
|
listRuleGroupsNamespaces(
|
|
572
551
|
args: ListRuleGroupsNamespacesCommandInput,
|
|
573
|
-
options?: __HttpHandlerOptions
|
|
552
|
+
options?: __HttpHandlerOptions,
|
|
574
553
|
): Promise<ListRuleGroupsNamespacesCommandOutput>;
|
|
575
554
|
listRuleGroupsNamespaces(
|
|
576
555
|
args: ListRuleGroupsNamespacesCommandInput,
|
|
577
|
-
cb: (err: any, data?: ListRuleGroupsNamespacesCommandOutput) => void
|
|
556
|
+
cb: (err: any, data?: ListRuleGroupsNamespacesCommandOutput) => void,
|
|
578
557
|
): void;
|
|
579
558
|
listRuleGroupsNamespaces(
|
|
580
559
|
args: ListRuleGroupsNamespacesCommandInput,
|
|
581
560
|
options: __HttpHandlerOptions,
|
|
582
|
-
cb: (err: any, data?: ListRuleGroupsNamespacesCommandOutput) => void
|
|
561
|
+
cb: (err: any, data?: ListRuleGroupsNamespacesCommandOutput) => void,
|
|
583
562
|
): void;
|
|
584
563
|
listScrapers(): Promise<ListScrapersCommandOutput>;
|
|
585
564
|
listScrapers(
|
|
586
565
|
args: ListScrapersCommandInput,
|
|
587
|
-
options?: __HttpHandlerOptions
|
|
566
|
+
options?: __HttpHandlerOptions,
|
|
588
567
|
): Promise<ListScrapersCommandOutput>;
|
|
589
568
|
listScrapers(
|
|
590
569
|
args: ListScrapersCommandInput,
|
|
591
|
-
cb: (err: any, data?: ListScrapersCommandOutput) => void
|
|
570
|
+
cb: (err: any, data?: ListScrapersCommandOutput) => void,
|
|
592
571
|
): void;
|
|
593
572
|
listScrapers(
|
|
594
573
|
args: ListScrapersCommandInput,
|
|
595
574
|
options: __HttpHandlerOptions,
|
|
596
|
-
cb: (err: any, data?: ListScrapersCommandOutput) => void
|
|
575
|
+
cb: (err: any, data?: ListScrapersCommandOutput) => void,
|
|
597
576
|
): void;
|
|
598
577
|
listTagsForResource(
|
|
599
578
|
args: ListTagsForResourceCommandInput,
|
|
600
|
-
options?: __HttpHandlerOptions
|
|
579
|
+
options?: __HttpHandlerOptions,
|
|
601
580
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
602
581
|
listTagsForResource(
|
|
603
582
|
args: ListTagsForResourceCommandInput,
|
|
604
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
583
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
605
584
|
): void;
|
|
606
585
|
listTagsForResource(
|
|
607
586
|
args: ListTagsForResourceCommandInput,
|
|
608
587
|
options: __HttpHandlerOptions,
|
|
609
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
588
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
610
589
|
): void;
|
|
611
590
|
listWorkspaces(): Promise<ListWorkspacesCommandOutput>;
|
|
612
591
|
listWorkspaces(
|
|
613
592
|
args: ListWorkspacesCommandInput,
|
|
614
|
-
options?: __HttpHandlerOptions
|
|
593
|
+
options?: __HttpHandlerOptions,
|
|
615
594
|
): Promise<ListWorkspacesCommandOutput>;
|
|
616
595
|
listWorkspaces(
|
|
617
596
|
args: ListWorkspacesCommandInput,
|
|
618
|
-
cb: (err: any, data?: ListWorkspacesCommandOutput) => void
|
|
597
|
+
cb: (err: any, data?: ListWorkspacesCommandOutput) => void,
|
|
619
598
|
): void;
|
|
620
599
|
listWorkspaces(
|
|
621
600
|
args: ListWorkspacesCommandInput,
|
|
622
601
|
options: __HttpHandlerOptions,
|
|
623
|
-
cb: (err: any, data?: ListWorkspacesCommandOutput) => void
|
|
602
|
+
cb: (err: any, data?: ListWorkspacesCommandOutput) => void,
|
|
624
603
|
): void;
|
|
625
604
|
putAlertManagerDefinition(
|
|
626
605
|
args: PutAlertManagerDefinitionCommandInput,
|
|
627
|
-
options?: __HttpHandlerOptions
|
|
606
|
+
options?: __HttpHandlerOptions,
|
|
628
607
|
): Promise<PutAlertManagerDefinitionCommandOutput>;
|
|
629
608
|
putAlertManagerDefinition(
|
|
630
609
|
args: PutAlertManagerDefinitionCommandInput,
|
|
631
|
-
cb: (err: any, data?: PutAlertManagerDefinitionCommandOutput) => void
|
|
610
|
+
cb: (err: any, data?: PutAlertManagerDefinitionCommandOutput) => void,
|
|
632
611
|
): void;
|
|
633
612
|
putAlertManagerDefinition(
|
|
634
613
|
args: PutAlertManagerDefinitionCommandInput,
|
|
635
614
|
options: __HttpHandlerOptions,
|
|
636
|
-
cb: (err: any, data?: PutAlertManagerDefinitionCommandOutput) => void
|
|
615
|
+
cb: (err: any, data?: PutAlertManagerDefinitionCommandOutput) => void,
|
|
637
616
|
): void;
|
|
638
617
|
putAnomalyDetector(
|
|
639
618
|
args: PutAnomalyDetectorCommandInput,
|
|
640
|
-
options?: __HttpHandlerOptions
|
|
619
|
+
options?: __HttpHandlerOptions,
|
|
641
620
|
): Promise<PutAnomalyDetectorCommandOutput>;
|
|
642
621
|
putAnomalyDetector(
|
|
643
622
|
args: PutAnomalyDetectorCommandInput,
|
|
644
|
-
cb: (err: any, data?: PutAnomalyDetectorCommandOutput) => void
|
|
623
|
+
cb: (err: any, data?: PutAnomalyDetectorCommandOutput) => void,
|
|
645
624
|
): void;
|
|
646
625
|
putAnomalyDetector(
|
|
647
626
|
args: PutAnomalyDetectorCommandInput,
|
|
648
627
|
options: __HttpHandlerOptions,
|
|
649
|
-
cb: (err: any, data?: PutAnomalyDetectorCommandOutput) => void
|
|
628
|
+
cb: (err: any, data?: PutAnomalyDetectorCommandOutput) => void,
|
|
650
629
|
): void;
|
|
651
630
|
putResourcePolicy(
|
|
652
631
|
args: PutResourcePolicyCommandInput,
|
|
653
|
-
options?: __HttpHandlerOptions
|
|
632
|
+
options?: __HttpHandlerOptions,
|
|
654
633
|
): Promise<PutResourcePolicyCommandOutput>;
|
|
655
634
|
putResourcePolicy(
|
|
656
635
|
args: PutResourcePolicyCommandInput,
|
|
657
|
-
cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
|
|
636
|
+
cb: (err: any, data?: PutResourcePolicyCommandOutput) => void,
|
|
658
637
|
): void;
|
|
659
638
|
putResourcePolicy(
|
|
660
639
|
args: PutResourcePolicyCommandInput,
|
|
661
640
|
options: __HttpHandlerOptions,
|
|
662
|
-
cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
|
|
641
|
+
cb: (err: any, data?: PutResourcePolicyCommandOutput) => void,
|
|
663
642
|
): void;
|
|
664
643
|
putRuleGroupsNamespace(
|
|
665
644
|
args: PutRuleGroupsNamespaceCommandInput,
|
|
666
|
-
options?: __HttpHandlerOptions
|
|
645
|
+
options?: __HttpHandlerOptions,
|
|
667
646
|
): Promise<PutRuleGroupsNamespaceCommandOutput>;
|
|
668
647
|
putRuleGroupsNamespace(
|
|
669
648
|
args: PutRuleGroupsNamespaceCommandInput,
|
|
670
|
-
cb: (err: any, data?: PutRuleGroupsNamespaceCommandOutput) => void
|
|
649
|
+
cb: (err: any, data?: PutRuleGroupsNamespaceCommandOutput) => void,
|
|
671
650
|
): void;
|
|
672
651
|
putRuleGroupsNamespace(
|
|
673
652
|
args: PutRuleGroupsNamespaceCommandInput,
|
|
674
653
|
options: __HttpHandlerOptions,
|
|
675
|
-
cb: (err: any, data?: PutRuleGroupsNamespaceCommandOutput) => void
|
|
654
|
+
cb: (err: any, data?: PutRuleGroupsNamespaceCommandOutput) => void,
|
|
676
655
|
): void;
|
|
677
656
|
tagResource(
|
|
678
657
|
args: TagResourceCommandInput,
|
|
679
|
-
options?: __HttpHandlerOptions
|
|
658
|
+
options?: __HttpHandlerOptions,
|
|
680
659
|
): Promise<TagResourceCommandOutput>;
|
|
681
660
|
tagResource(
|
|
682
661
|
args: TagResourceCommandInput,
|
|
683
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
662
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
684
663
|
): void;
|
|
685
664
|
tagResource(
|
|
686
665
|
args: TagResourceCommandInput,
|
|
687
666
|
options: __HttpHandlerOptions,
|
|
688
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
667
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
689
668
|
): void;
|
|
690
669
|
untagResource(
|
|
691
670
|
args: UntagResourceCommandInput,
|
|
692
|
-
options?: __HttpHandlerOptions
|
|
671
|
+
options?: __HttpHandlerOptions,
|
|
693
672
|
): Promise<UntagResourceCommandOutput>;
|
|
694
673
|
untagResource(
|
|
695
674
|
args: UntagResourceCommandInput,
|
|
696
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
675
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
697
676
|
): void;
|
|
698
677
|
untagResource(
|
|
699
678
|
args: UntagResourceCommandInput,
|
|
700
679
|
options: __HttpHandlerOptions,
|
|
701
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
680
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
702
681
|
): void;
|
|
703
682
|
updateLoggingConfiguration(
|
|
704
683
|
args: UpdateLoggingConfigurationCommandInput,
|
|
705
|
-
options?: __HttpHandlerOptions
|
|
684
|
+
options?: __HttpHandlerOptions,
|
|
706
685
|
): Promise<UpdateLoggingConfigurationCommandOutput>;
|
|
707
686
|
updateLoggingConfiguration(
|
|
708
687
|
args: UpdateLoggingConfigurationCommandInput,
|
|
709
|
-
cb: (err: any, data?: UpdateLoggingConfigurationCommandOutput) => void
|
|
688
|
+
cb: (err: any, data?: UpdateLoggingConfigurationCommandOutput) => void,
|
|
710
689
|
): void;
|
|
711
690
|
updateLoggingConfiguration(
|
|
712
691
|
args: UpdateLoggingConfigurationCommandInput,
|
|
713
692
|
options: __HttpHandlerOptions,
|
|
714
|
-
cb: (err: any, data?: UpdateLoggingConfigurationCommandOutput) => void
|
|
693
|
+
cb: (err: any, data?: UpdateLoggingConfigurationCommandOutput) => void,
|
|
715
694
|
): void;
|
|
716
695
|
updateQueryLoggingConfiguration(
|
|
717
696
|
args: UpdateQueryLoggingConfigurationCommandInput,
|
|
718
|
-
options?: __HttpHandlerOptions
|
|
697
|
+
options?: __HttpHandlerOptions,
|
|
719
698
|
): Promise<UpdateQueryLoggingConfigurationCommandOutput>;
|
|
720
699
|
updateQueryLoggingConfiguration(
|
|
721
700
|
args: UpdateQueryLoggingConfigurationCommandInput,
|
|
722
|
-
cb: (err: any, data?: UpdateQueryLoggingConfigurationCommandOutput) => void
|
|
701
|
+
cb: (err: any, data?: UpdateQueryLoggingConfigurationCommandOutput) => void,
|
|
723
702
|
): void;
|
|
724
703
|
updateQueryLoggingConfiguration(
|
|
725
704
|
args: UpdateQueryLoggingConfigurationCommandInput,
|
|
726
705
|
options: __HttpHandlerOptions,
|
|
727
|
-
cb: (err: any, data?: UpdateQueryLoggingConfigurationCommandOutput) => void
|
|
706
|
+
cb: (err: any, data?: UpdateQueryLoggingConfigurationCommandOutput) => void,
|
|
728
707
|
): void;
|
|
729
708
|
updateScraper(
|
|
730
709
|
args: UpdateScraperCommandInput,
|
|
731
|
-
options?: __HttpHandlerOptions
|
|
710
|
+
options?: __HttpHandlerOptions,
|
|
732
711
|
): Promise<UpdateScraperCommandOutput>;
|
|
733
712
|
updateScraper(
|
|
734
713
|
args: UpdateScraperCommandInput,
|
|
735
|
-
cb: (err: any, data?: UpdateScraperCommandOutput) => void
|
|
714
|
+
cb: (err: any, data?: UpdateScraperCommandOutput) => void,
|
|
736
715
|
): void;
|
|
737
716
|
updateScraper(
|
|
738
717
|
args: UpdateScraperCommandInput,
|
|
739
718
|
options: __HttpHandlerOptions,
|
|
740
|
-
cb: (err: any, data?: UpdateScraperCommandOutput) => void
|
|
719
|
+
cb: (err: any, data?: UpdateScraperCommandOutput) => void,
|
|
741
720
|
): void;
|
|
742
721
|
updateScraperLoggingConfiguration(
|
|
743
722
|
args: UpdateScraperLoggingConfigurationCommandInput,
|
|
744
|
-
options?: __HttpHandlerOptions
|
|
723
|
+
options?: __HttpHandlerOptions,
|
|
745
724
|
): Promise<UpdateScraperLoggingConfigurationCommandOutput>;
|
|
746
725
|
updateScraperLoggingConfiguration(
|
|
747
726
|
args: UpdateScraperLoggingConfigurationCommandInput,
|
|
748
|
-
cb: (
|
|
749
|
-
err: any,
|
|
750
|
-
data?: UpdateScraperLoggingConfigurationCommandOutput
|
|
751
|
-
) => void
|
|
727
|
+
cb: (err: any, data?: UpdateScraperLoggingConfigurationCommandOutput) => void,
|
|
752
728
|
): void;
|
|
753
729
|
updateScraperLoggingConfiguration(
|
|
754
730
|
args: UpdateScraperLoggingConfigurationCommandInput,
|
|
755
731
|
options: __HttpHandlerOptions,
|
|
756
|
-
cb: (
|
|
757
|
-
err: any,
|
|
758
|
-
data?: UpdateScraperLoggingConfigurationCommandOutput
|
|
759
|
-
) => void
|
|
732
|
+
cb: (err: any, data?: UpdateScraperLoggingConfigurationCommandOutput) => void,
|
|
760
733
|
): void;
|
|
761
734
|
updateWorkspaceAlias(
|
|
762
735
|
args: UpdateWorkspaceAliasCommandInput,
|
|
763
|
-
options?: __HttpHandlerOptions
|
|
736
|
+
options?: __HttpHandlerOptions,
|
|
764
737
|
): Promise<UpdateWorkspaceAliasCommandOutput>;
|
|
765
738
|
updateWorkspaceAlias(
|
|
766
739
|
args: UpdateWorkspaceAliasCommandInput,
|
|
767
|
-
cb: (err: any, data?: UpdateWorkspaceAliasCommandOutput) => void
|
|
740
|
+
cb: (err: any, data?: UpdateWorkspaceAliasCommandOutput) => void,
|
|
768
741
|
): void;
|
|
769
742
|
updateWorkspaceAlias(
|
|
770
743
|
args: UpdateWorkspaceAliasCommandInput,
|
|
771
744
|
options: __HttpHandlerOptions,
|
|
772
|
-
cb: (err: any, data?: UpdateWorkspaceAliasCommandOutput) => void
|
|
745
|
+
cb: (err: any, data?: UpdateWorkspaceAliasCommandOutput) => void,
|
|
773
746
|
): void;
|
|
774
747
|
updateWorkspaceConfiguration(
|
|
775
748
|
args: UpdateWorkspaceConfigurationCommandInput,
|
|
776
|
-
options?: __HttpHandlerOptions
|
|
749
|
+
options?: __HttpHandlerOptions,
|
|
777
750
|
): Promise<UpdateWorkspaceConfigurationCommandOutput>;
|
|
778
751
|
updateWorkspaceConfiguration(
|
|
779
752
|
args: UpdateWorkspaceConfigurationCommandInput,
|
|
780
|
-
cb: (err: any, data?: UpdateWorkspaceConfigurationCommandOutput) => void
|
|
753
|
+
cb: (err: any, data?: UpdateWorkspaceConfigurationCommandOutput) => void,
|
|
781
754
|
): void;
|
|
782
755
|
updateWorkspaceConfiguration(
|
|
783
756
|
args: UpdateWorkspaceConfigurationCommandInput,
|
|
784
757
|
options: __HttpHandlerOptions,
|
|
785
|
-
cb: (err: any, data?: UpdateWorkspaceConfigurationCommandOutput) => void
|
|
758
|
+
cb: (err: any, data?: UpdateWorkspaceConfigurationCommandOutput) => void,
|
|
786
759
|
): void;
|
|
787
760
|
paginateListAnomalyDetectors(
|
|
788
761
|
args: ListAnomalyDetectorsCommandInput,
|
|
789
762
|
paginationConfig?: Pick<
|
|
790
763
|
PaginationConfiguration,
|
|
791
764
|
Exclude<keyof PaginationConfiguration, "client">
|
|
792
|
-
|
|
765
|
+
>,
|
|
793
766
|
): Paginator<ListAnomalyDetectorsCommandOutput>;
|
|
794
767
|
paginateListRuleGroupsNamespaces(
|
|
795
768
|
args: ListRuleGroupsNamespacesCommandInput,
|
|
796
769
|
paginationConfig?: Pick<
|
|
797
770
|
PaginationConfiguration,
|
|
798
771
|
Exclude<keyof PaginationConfiguration, "client">
|
|
799
|
-
|
|
772
|
+
>,
|
|
800
773
|
): Paginator<ListRuleGroupsNamespacesCommandOutput>;
|
|
801
774
|
paginateListScrapers(
|
|
802
775
|
args?: ListScrapersCommandInput,
|
|
803
776
|
paginationConfig?: Pick<
|
|
804
777
|
PaginationConfiguration,
|
|
805
778
|
Exclude<keyof PaginationConfiguration, "client">
|
|
806
|
-
|
|
779
|
+
>,
|
|
807
780
|
): Paginator<ListScrapersCommandOutput>;
|
|
808
781
|
paginateListWorkspaces(
|
|
809
782
|
args?: ListWorkspacesCommandInput,
|
|
810
783
|
paginationConfig?: Pick<
|
|
811
784
|
PaginationConfiguration,
|
|
812
785
|
Exclude<keyof PaginationConfiguration, "client">
|
|
813
|
-
|
|
786
|
+
>,
|
|
814
787
|
): Paginator<ListWorkspacesCommandOutput>;
|
|
815
788
|
waitUntilAnomalyDetectorActive(
|
|
816
789
|
args: DescribeAnomalyDetectorCommandInput,
|
|
817
790
|
waiterConfig:
|
|
818
791
|
| number
|
|
819
|
-
| Pick<
|
|
820
|
-
WaiterConfiguration<Amp>,
|
|
821
|
-
Exclude<keyof WaiterConfiguration<Amp>, "client">
|
|
822
|
-
>
|
|
792
|
+
| Pick<WaiterConfiguration<Amp>, Exclude<keyof WaiterConfiguration<Amp>, "client">>,
|
|
823
793
|
): Promise<WaiterResult<DescribeAnomalyDetectorCommandOutput>>;
|
|
824
794
|
waitUntilAnomalyDetectorDeleted(
|
|
825
795
|
args: DescribeAnomalyDetectorCommandInput,
|
|
826
796
|
waiterConfig:
|
|
827
797
|
| number
|
|
828
|
-
| Pick<
|
|
829
|
-
WaiterConfiguration<Amp>,
|
|
830
|
-
Exclude<keyof WaiterConfiguration<Amp>, "client">
|
|
831
|
-
>
|
|
798
|
+
| Pick<WaiterConfiguration<Amp>, Exclude<keyof WaiterConfiguration<Amp>, "client">>,
|
|
832
799
|
): Promise<WaiterResult<ResourceNotFoundException>>;
|
|
833
800
|
waitUntilScraperActive(
|
|
834
801
|
args: DescribeScraperCommandInput,
|
|
835
802
|
waiterConfig:
|
|
836
803
|
| number
|
|
837
|
-
| Pick<
|
|
838
|
-
WaiterConfiguration<Amp>,
|
|
839
|
-
Exclude<keyof WaiterConfiguration<Amp>, "client">
|
|
840
|
-
>
|
|
804
|
+
| Pick<WaiterConfiguration<Amp>, Exclude<keyof WaiterConfiguration<Amp>, "client">>,
|
|
841
805
|
): Promise<WaiterResult<DescribeScraperCommandOutput>>;
|
|
842
806
|
waitUntilScraperDeleted(
|
|
843
807
|
args: DescribeScraperCommandInput,
|
|
844
808
|
waiterConfig:
|
|
845
809
|
| number
|
|
846
|
-
| Pick<
|
|
847
|
-
WaiterConfiguration<Amp>,
|
|
848
|
-
Exclude<keyof WaiterConfiguration<Amp>, "client">
|
|
849
|
-
>
|
|
810
|
+
| Pick<WaiterConfiguration<Amp>, Exclude<keyof WaiterConfiguration<Amp>, "client">>,
|
|
850
811
|
): Promise<WaiterResult<ResourceNotFoundException>>;
|
|
851
812
|
waitUntilWorkspaceActive(
|
|
852
813
|
args: DescribeWorkspaceCommandInput,
|
|
853
814
|
waiterConfig:
|
|
854
815
|
| number
|
|
855
|
-
| Pick<
|
|
856
|
-
WaiterConfiguration<Amp>,
|
|
857
|
-
Exclude<keyof WaiterConfiguration<Amp>, "client">
|
|
858
|
-
>
|
|
816
|
+
| Pick<WaiterConfiguration<Amp>, Exclude<keyof WaiterConfiguration<Amp>, "client">>,
|
|
859
817
|
): Promise<WaiterResult<DescribeWorkspaceCommandOutput>>;
|
|
860
818
|
waitUntilWorkspaceDeleted(
|
|
861
819
|
args: DescribeWorkspaceCommandInput,
|
|
862
820
|
waiterConfig:
|
|
863
821
|
| number
|
|
864
|
-
| Pick<
|
|
865
|
-
WaiterConfiguration<Amp>,
|
|
866
|
-
Exclude<keyof WaiterConfiguration<Amp>, "client">
|
|
867
|
-
>
|
|
822
|
+
| Pick<WaiterConfiguration<Amp>, Exclude<keyof WaiterConfiguration<Amp>, "client">>,
|
|
868
823
|
): Promise<WaiterResult<ResourceNotFoundException>>;
|
|
869
824
|
}
|
|
870
825
|
export declare class Amp extends AmpClient implements Amp {}
|