@aws-sdk/client-observabilityadmin 3.1086.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/ObservabilityAdmin.d.ts +128 -215
- package/dist-types/ts3.4/ObservabilityAdminClient.d.ts +6 -19
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CreateCentralizationRuleForOrganizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateS3TableIntegrationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateTelemetryPipelineCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateTelemetryRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateTelemetryRuleForOrganizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteCentralizationRuleForOrganizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteS3TableIntegrationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteTelemetryPipelineCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteTelemetryRuleCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteTelemetryRuleForOrganizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCentralizationRuleForOrganizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetS3TableIntegrationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetTelemetryEnrichmentStatusCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/GetTelemetryEvaluationStatusCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/GetTelemetryEvaluationStatusForOrganizationCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/GetTelemetryPipelineCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetTelemetryRuleCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetTelemetryRuleForOrganizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCentralizationRulesForOrganizationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListResourceTelemetryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListResourceTelemetryForOrganizationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListS3TableIntegrationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTelemetryPipelinesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTelemetryRulesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTelemetryRulesForOrganizationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StartTelemetryEnrichmentCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/StartTelemetryEvaluationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StartTelemetryEvaluationForOrganizationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StopTelemetryEnrichmentCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/StopTelemetryEvaluationCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/StopTelemetryEvaluationForOrganizationCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/TestTelemetryPipelineCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateCentralizationRuleForOrganizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateTelemetryPipelineCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateTelemetryRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateTelemetryRuleForOrganizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ValidateTelemetryPipelineConfigurationCommand.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 +7 -14
- package/dist-types/ts3.4/models/errors.d.ts +7 -21
- package/dist-types/ts3.4/models/models_0.d.ts +5 -15
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39
|
@@ -131,10 +131,7 @@ import {
|
|
|
131
131
|
StopTelemetryEvaluationForOrganizationCommandInput,
|
|
132
132
|
StopTelemetryEvaluationForOrganizationCommandOutput,
|
|
133
133
|
} from "./commands/StopTelemetryEvaluationForOrganizationCommand";
|
|
134
|
-
import {
|
|
135
|
-
TagResourceCommandInput,
|
|
136
|
-
TagResourceCommandOutput,
|
|
137
|
-
} from "./commands/TagResourceCommand";
|
|
134
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
138
135
|
import {
|
|
139
136
|
TestTelemetryPipelineCommandInput,
|
|
140
137
|
TestTelemetryPipelineCommandOutput,
|
|
@@ -167,672 +164,588 @@ import { ObservabilityAdminClient } from "./ObservabilityAdminClient";
|
|
|
167
164
|
export interface ObservabilityAdmin {
|
|
168
165
|
createCentralizationRuleForOrganization(
|
|
169
166
|
args: CreateCentralizationRuleForOrganizationCommandInput,
|
|
170
|
-
options?: __HttpHandlerOptions
|
|
167
|
+
options?: __HttpHandlerOptions,
|
|
171
168
|
): Promise<CreateCentralizationRuleForOrganizationCommandOutput>;
|
|
172
169
|
createCentralizationRuleForOrganization(
|
|
173
170
|
args: CreateCentralizationRuleForOrganizationCommandInput,
|
|
174
|
-
cb: (
|
|
175
|
-
err: any,
|
|
176
|
-
data?: CreateCentralizationRuleForOrganizationCommandOutput
|
|
177
|
-
) => void
|
|
171
|
+
cb: (err: any, data?: CreateCentralizationRuleForOrganizationCommandOutput) => void,
|
|
178
172
|
): void;
|
|
179
173
|
createCentralizationRuleForOrganization(
|
|
180
174
|
args: CreateCentralizationRuleForOrganizationCommandInput,
|
|
181
175
|
options: __HttpHandlerOptions,
|
|
182
|
-
cb: (
|
|
183
|
-
err: any,
|
|
184
|
-
data?: CreateCentralizationRuleForOrganizationCommandOutput
|
|
185
|
-
) => void
|
|
176
|
+
cb: (err: any, data?: CreateCentralizationRuleForOrganizationCommandOutput) => void,
|
|
186
177
|
): void;
|
|
187
178
|
createS3TableIntegration(
|
|
188
179
|
args: CreateS3TableIntegrationCommandInput,
|
|
189
|
-
options?: __HttpHandlerOptions
|
|
180
|
+
options?: __HttpHandlerOptions,
|
|
190
181
|
): Promise<CreateS3TableIntegrationCommandOutput>;
|
|
191
182
|
createS3TableIntegration(
|
|
192
183
|
args: CreateS3TableIntegrationCommandInput,
|
|
193
|
-
cb: (err: any, data?: CreateS3TableIntegrationCommandOutput) => void
|
|
184
|
+
cb: (err: any, data?: CreateS3TableIntegrationCommandOutput) => void,
|
|
194
185
|
): void;
|
|
195
186
|
createS3TableIntegration(
|
|
196
187
|
args: CreateS3TableIntegrationCommandInput,
|
|
197
188
|
options: __HttpHandlerOptions,
|
|
198
|
-
cb: (err: any, data?: CreateS3TableIntegrationCommandOutput) => void
|
|
189
|
+
cb: (err: any, data?: CreateS3TableIntegrationCommandOutput) => void,
|
|
199
190
|
): void;
|
|
200
191
|
createTelemetryPipeline(
|
|
201
192
|
args: CreateTelemetryPipelineCommandInput,
|
|
202
|
-
options?: __HttpHandlerOptions
|
|
193
|
+
options?: __HttpHandlerOptions,
|
|
203
194
|
): Promise<CreateTelemetryPipelineCommandOutput>;
|
|
204
195
|
createTelemetryPipeline(
|
|
205
196
|
args: CreateTelemetryPipelineCommandInput,
|
|
206
|
-
cb: (err: any, data?: CreateTelemetryPipelineCommandOutput) => void
|
|
197
|
+
cb: (err: any, data?: CreateTelemetryPipelineCommandOutput) => void,
|
|
207
198
|
): void;
|
|
208
199
|
createTelemetryPipeline(
|
|
209
200
|
args: CreateTelemetryPipelineCommandInput,
|
|
210
201
|
options: __HttpHandlerOptions,
|
|
211
|
-
cb: (err: any, data?: CreateTelemetryPipelineCommandOutput) => void
|
|
202
|
+
cb: (err: any, data?: CreateTelemetryPipelineCommandOutput) => void,
|
|
212
203
|
): void;
|
|
213
204
|
createTelemetryRule(
|
|
214
205
|
args: CreateTelemetryRuleCommandInput,
|
|
215
|
-
options?: __HttpHandlerOptions
|
|
206
|
+
options?: __HttpHandlerOptions,
|
|
216
207
|
): Promise<CreateTelemetryRuleCommandOutput>;
|
|
217
208
|
createTelemetryRule(
|
|
218
209
|
args: CreateTelemetryRuleCommandInput,
|
|
219
|
-
cb: (err: any, data?: CreateTelemetryRuleCommandOutput) => void
|
|
210
|
+
cb: (err: any, data?: CreateTelemetryRuleCommandOutput) => void,
|
|
220
211
|
): void;
|
|
221
212
|
createTelemetryRule(
|
|
222
213
|
args: CreateTelemetryRuleCommandInput,
|
|
223
214
|
options: __HttpHandlerOptions,
|
|
224
|
-
cb: (err: any, data?: CreateTelemetryRuleCommandOutput) => void
|
|
215
|
+
cb: (err: any, data?: CreateTelemetryRuleCommandOutput) => void,
|
|
225
216
|
): void;
|
|
226
217
|
createTelemetryRuleForOrganization(
|
|
227
218
|
args: CreateTelemetryRuleForOrganizationCommandInput,
|
|
228
|
-
options?: __HttpHandlerOptions
|
|
219
|
+
options?: __HttpHandlerOptions,
|
|
229
220
|
): Promise<CreateTelemetryRuleForOrganizationCommandOutput>;
|
|
230
221
|
createTelemetryRuleForOrganization(
|
|
231
222
|
args: CreateTelemetryRuleForOrganizationCommandInput,
|
|
232
|
-
cb: (
|
|
233
|
-
err: any,
|
|
234
|
-
data?: CreateTelemetryRuleForOrganizationCommandOutput
|
|
235
|
-
) => void
|
|
223
|
+
cb: (err: any, data?: CreateTelemetryRuleForOrganizationCommandOutput) => void,
|
|
236
224
|
): void;
|
|
237
225
|
createTelemetryRuleForOrganization(
|
|
238
226
|
args: CreateTelemetryRuleForOrganizationCommandInput,
|
|
239
227
|
options: __HttpHandlerOptions,
|
|
240
|
-
cb: (
|
|
241
|
-
err: any,
|
|
242
|
-
data?: CreateTelemetryRuleForOrganizationCommandOutput
|
|
243
|
-
) => void
|
|
228
|
+
cb: (err: any, data?: CreateTelemetryRuleForOrganizationCommandOutput) => void,
|
|
244
229
|
): void;
|
|
245
230
|
deleteCentralizationRuleForOrganization(
|
|
246
231
|
args: DeleteCentralizationRuleForOrganizationCommandInput,
|
|
247
|
-
options?: __HttpHandlerOptions
|
|
232
|
+
options?: __HttpHandlerOptions,
|
|
248
233
|
): Promise<DeleteCentralizationRuleForOrganizationCommandOutput>;
|
|
249
234
|
deleteCentralizationRuleForOrganization(
|
|
250
235
|
args: DeleteCentralizationRuleForOrganizationCommandInput,
|
|
251
|
-
cb: (
|
|
252
|
-
err: any,
|
|
253
|
-
data?: DeleteCentralizationRuleForOrganizationCommandOutput
|
|
254
|
-
) => void
|
|
236
|
+
cb: (err: any, data?: DeleteCentralizationRuleForOrganizationCommandOutput) => void,
|
|
255
237
|
): void;
|
|
256
238
|
deleteCentralizationRuleForOrganization(
|
|
257
239
|
args: DeleteCentralizationRuleForOrganizationCommandInput,
|
|
258
240
|
options: __HttpHandlerOptions,
|
|
259
|
-
cb: (
|
|
260
|
-
err: any,
|
|
261
|
-
data?: DeleteCentralizationRuleForOrganizationCommandOutput
|
|
262
|
-
) => void
|
|
241
|
+
cb: (err: any, data?: DeleteCentralizationRuleForOrganizationCommandOutput) => void,
|
|
263
242
|
): void;
|
|
264
243
|
deleteS3TableIntegration(
|
|
265
244
|
args: DeleteS3TableIntegrationCommandInput,
|
|
266
|
-
options?: __HttpHandlerOptions
|
|
245
|
+
options?: __HttpHandlerOptions,
|
|
267
246
|
): Promise<DeleteS3TableIntegrationCommandOutput>;
|
|
268
247
|
deleteS3TableIntegration(
|
|
269
248
|
args: DeleteS3TableIntegrationCommandInput,
|
|
270
|
-
cb: (err: any, data?: DeleteS3TableIntegrationCommandOutput) => void
|
|
249
|
+
cb: (err: any, data?: DeleteS3TableIntegrationCommandOutput) => void,
|
|
271
250
|
): void;
|
|
272
251
|
deleteS3TableIntegration(
|
|
273
252
|
args: DeleteS3TableIntegrationCommandInput,
|
|
274
253
|
options: __HttpHandlerOptions,
|
|
275
|
-
cb: (err: any, data?: DeleteS3TableIntegrationCommandOutput) => void
|
|
254
|
+
cb: (err: any, data?: DeleteS3TableIntegrationCommandOutput) => void,
|
|
276
255
|
): void;
|
|
277
256
|
deleteTelemetryPipeline(
|
|
278
257
|
args: DeleteTelemetryPipelineCommandInput,
|
|
279
|
-
options?: __HttpHandlerOptions
|
|
258
|
+
options?: __HttpHandlerOptions,
|
|
280
259
|
): Promise<DeleteTelemetryPipelineCommandOutput>;
|
|
281
260
|
deleteTelemetryPipeline(
|
|
282
261
|
args: DeleteTelemetryPipelineCommandInput,
|
|
283
|
-
cb: (err: any, data?: DeleteTelemetryPipelineCommandOutput) => void
|
|
262
|
+
cb: (err: any, data?: DeleteTelemetryPipelineCommandOutput) => void,
|
|
284
263
|
): void;
|
|
285
264
|
deleteTelemetryPipeline(
|
|
286
265
|
args: DeleteTelemetryPipelineCommandInput,
|
|
287
266
|
options: __HttpHandlerOptions,
|
|
288
|
-
cb: (err: any, data?: DeleteTelemetryPipelineCommandOutput) => void
|
|
267
|
+
cb: (err: any, data?: DeleteTelemetryPipelineCommandOutput) => void,
|
|
289
268
|
): void;
|
|
290
269
|
deleteTelemetryRule(
|
|
291
270
|
args: DeleteTelemetryRuleCommandInput,
|
|
292
|
-
options?: __HttpHandlerOptions
|
|
271
|
+
options?: __HttpHandlerOptions,
|
|
293
272
|
): Promise<DeleteTelemetryRuleCommandOutput>;
|
|
294
273
|
deleteTelemetryRule(
|
|
295
274
|
args: DeleteTelemetryRuleCommandInput,
|
|
296
|
-
cb: (err: any, data?: DeleteTelemetryRuleCommandOutput) => void
|
|
275
|
+
cb: (err: any, data?: DeleteTelemetryRuleCommandOutput) => void,
|
|
297
276
|
): void;
|
|
298
277
|
deleteTelemetryRule(
|
|
299
278
|
args: DeleteTelemetryRuleCommandInput,
|
|
300
279
|
options: __HttpHandlerOptions,
|
|
301
|
-
cb: (err: any, data?: DeleteTelemetryRuleCommandOutput) => void
|
|
280
|
+
cb: (err: any, data?: DeleteTelemetryRuleCommandOutput) => void,
|
|
302
281
|
): void;
|
|
303
282
|
deleteTelemetryRuleForOrganization(
|
|
304
283
|
args: DeleteTelemetryRuleForOrganizationCommandInput,
|
|
305
|
-
options?: __HttpHandlerOptions
|
|
284
|
+
options?: __HttpHandlerOptions,
|
|
306
285
|
): Promise<DeleteTelemetryRuleForOrganizationCommandOutput>;
|
|
307
286
|
deleteTelemetryRuleForOrganization(
|
|
308
287
|
args: DeleteTelemetryRuleForOrganizationCommandInput,
|
|
309
|
-
cb: (
|
|
310
|
-
err: any,
|
|
311
|
-
data?: DeleteTelemetryRuleForOrganizationCommandOutput
|
|
312
|
-
) => void
|
|
288
|
+
cb: (err: any, data?: DeleteTelemetryRuleForOrganizationCommandOutput) => void,
|
|
313
289
|
): void;
|
|
314
290
|
deleteTelemetryRuleForOrganization(
|
|
315
291
|
args: DeleteTelemetryRuleForOrganizationCommandInput,
|
|
316
292
|
options: __HttpHandlerOptions,
|
|
317
|
-
cb: (
|
|
318
|
-
err: any,
|
|
319
|
-
data?: DeleteTelemetryRuleForOrganizationCommandOutput
|
|
320
|
-
) => void
|
|
293
|
+
cb: (err: any, data?: DeleteTelemetryRuleForOrganizationCommandOutput) => void,
|
|
321
294
|
): void;
|
|
322
295
|
getCentralizationRuleForOrganization(
|
|
323
296
|
args: GetCentralizationRuleForOrganizationCommandInput,
|
|
324
|
-
options?: __HttpHandlerOptions
|
|
297
|
+
options?: __HttpHandlerOptions,
|
|
325
298
|
): Promise<GetCentralizationRuleForOrganizationCommandOutput>;
|
|
326
299
|
getCentralizationRuleForOrganization(
|
|
327
300
|
args: GetCentralizationRuleForOrganizationCommandInput,
|
|
328
|
-
cb: (
|
|
329
|
-
err: any,
|
|
330
|
-
data?: GetCentralizationRuleForOrganizationCommandOutput
|
|
331
|
-
) => void
|
|
301
|
+
cb: (err: any, data?: GetCentralizationRuleForOrganizationCommandOutput) => void,
|
|
332
302
|
): void;
|
|
333
303
|
getCentralizationRuleForOrganization(
|
|
334
304
|
args: GetCentralizationRuleForOrganizationCommandInput,
|
|
335
305
|
options: __HttpHandlerOptions,
|
|
336
|
-
cb: (
|
|
337
|
-
err: any,
|
|
338
|
-
data?: GetCentralizationRuleForOrganizationCommandOutput
|
|
339
|
-
) => void
|
|
306
|
+
cb: (err: any, data?: GetCentralizationRuleForOrganizationCommandOutput) => void,
|
|
340
307
|
): void;
|
|
341
308
|
getS3TableIntegration(
|
|
342
309
|
args: GetS3TableIntegrationCommandInput,
|
|
343
|
-
options?: __HttpHandlerOptions
|
|
310
|
+
options?: __HttpHandlerOptions,
|
|
344
311
|
): Promise<GetS3TableIntegrationCommandOutput>;
|
|
345
312
|
getS3TableIntegration(
|
|
346
313
|
args: GetS3TableIntegrationCommandInput,
|
|
347
|
-
cb: (err: any, data?: GetS3TableIntegrationCommandOutput) => void
|
|
314
|
+
cb: (err: any, data?: GetS3TableIntegrationCommandOutput) => void,
|
|
348
315
|
): void;
|
|
349
316
|
getS3TableIntegration(
|
|
350
317
|
args: GetS3TableIntegrationCommandInput,
|
|
351
318
|
options: __HttpHandlerOptions,
|
|
352
|
-
cb: (err: any, data?: GetS3TableIntegrationCommandOutput) => void
|
|
319
|
+
cb: (err: any, data?: GetS3TableIntegrationCommandOutput) => void,
|
|
353
320
|
): void;
|
|
354
321
|
getTelemetryEnrichmentStatus(): Promise<GetTelemetryEnrichmentStatusCommandOutput>;
|
|
355
322
|
getTelemetryEnrichmentStatus(
|
|
356
323
|
args: GetTelemetryEnrichmentStatusCommandInput,
|
|
357
|
-
options?: __HttpHandlerOptions
|
|
324
|
+
options?: __HttpHandlerOptions,
|
|
358
325
|
): Promise<GetTelemetryEnrichmentStatusCommandOutput>;
|
|
359
326
|
getTelemetryEnrichmentStatus(
|
|
360
327
|
args: GetTelemetryEnrichmentStatusCommandInput,
|
|
361
|
-
cb: (err: any, data?: GetTelemetryEnrichmentStatusCommandOutput) => void
|
|
328
|
+
cb: (err: any, data?: GetTelemetryEnrichmentStatusCommandOutput) => void,
|
|
362
329
|
): void;
|
|
363
330
|
getTelemetryEnrichmentStatus(
|
|
364
331
|
args: GetTelemetryEnrichmentStatusCommandInput,
|
|
365
332
|
options: __HttpHandlerOptions,
|
|
366
|
-
cb: (err: any, data?: GetTelemetryEnrichmentStatusCommandOutput) => void
|
|
333
|
+
cb: (err: any, data?: GetTelemetryEnrichmentStatusCommandOutput) => void,
|
|
367
334
|
): void;
|
|
368
335
|
getTelemetryEvaluationStatus(): Promise<GetTelemetryEvaluationStatusCommandOutput>;
|
|
369
336
|
getTelemetryEvaluationStatus(
|
|
370
337
|
args: GetTelemetryEvaluationStatusCommandInput,
|
|
371
|
-
options?: __HttpHandlerOptions
|
|
338
|
+
options?: __HttpHandlerOptions,
|
|
372
339
|
): Promise<GetTelemetryEvaluationStatusCommandOutput>;
|
|
373
340
|
getTelemetryEvaluationStatus(
|
|
374
341
|
args: GetTelemetryEvaluationStatusCommandInput,
|
|
375
|
-
cb: (err: any, data?: GetTelemetryEvaluationStatusCommandOutput) => void
|
|
342
|
+
cb: (err: any, data?: GetTelemetryEvaluationStatusCommandOutput) => void,
|
|
376
343
|
): void;
|
|
377
344
|
getTelemetryEvaluationStatus(
|
|
378
345
|
args: GetTelemetryEvaluationStatusCommandInput,
|
|
379
346
|
options: __HttpHandlerOptions,
|
|
380
|
-
cb: (err: any, data?: GetTelemetryEvaluationStatusCommandOutput) => void
|
|
347
|
+
cb: (err: any, data?: GetTelemetryEvaluationStatusCommandOutput) => void,
|
|
381
348
|
): void;
|
|
382
349
|
getTelemetryEvaluationStatusForOrganization(): Promise<GetTelemetryEvaluationStatusForOrganizationCommandOutput>;
|
|
383
350
|
getTelemetryEvaluationStatusForOrganization(
|
|
384
351
|
args: GetTelemetryEvaluationStatusForOrganizationCommandInput,
|
|
385
|
-
options?: __HttpHandlerOptions
|
|
352
|
+
options?: __HttpHandlerOptions,
|
|
386
353
|
): Promise<GetTelemetryEvaluationStatusForOrganizationCommandOutput>;
|
|
387
354
|
getTelemetryEvaluationStatusForOrganization(
|
|
388
355
|
args: GetTelemetryEvaluationStatusForOrganizationCommandInput,
|
|
389
|
-
cb: (
|
|
390
|
-
err: any,
|
|
391
|
-
data?: GetTelemetryEvaluationStatusForOrganizationCommandOutput
|
|
392
|
-
) => void
|
|
356
|
+
cb: (err: any, data?: GetTelemetryEvaluationStatusForOrganizationCommandOutput) => void,
|
|
393
357
|
): void;
|
|
394
358
|
getTelemetryEvaluationStatusForOrganization(
|
|
395
359
|
args: GetTelemetryEvaluationStatusForOrganizationCommandInput,
|
|
396
360
|
options: __HttpHandlerOptions,
|
|
397
|
-
cb: (
|
|
398
|
-
err: any,
|
|
399
|
-
data?: GetTelemetryEvaluationStatusForOrganizationCommandOutput
|
|
400
|
-
) => void
|
|
361
|
+
cb: (err: any, data?: GetTelemetryEvaluationStatusForOrganizationCommandOutput) => void,
|
|
401
362
|
): void;
|
|
402
363
|
getTelemetryPipeline(
|
|
403
364
|
args: GetTelemetryPipelineCommandInput,
|
|
404
|
-
options?: __HttpHandlerOptions
|
|
365
|
+
options?: __HttpHandlerOptions,
|
|
405
366
|
): Promise<GetTelemetryPipelineCommandOutput>;
|
|
406
367
|
getTelemetryPipeline(
|
|
407
368
|
args: GetTelemetryPipelineCommandInput,
|
|
408
|
-
cb: (err: any, data?: GetTelemetryPipelineCommandOutput) => void
|
|
369
|
+
cb: (err: any, data?: GetTelemetryPipelineCommandOutput) => void,
|
|
409
370
|
): void;
|
|
410
371
|
getTelemetryPipeline(
|
|
411
372
|
args: GetTelemetryPipelineCommandInput,
|
|
412
373
|
options: __HttpHandlerOptions,
|
|
413
|
-
cb: (err: any, data?: GetTelemetryPipelineCommandOutput) => void
|
|
374
|
+
cb: (err: any, data?: GetTelemetryPipelineCommandOutput) => void,
|
|
414
375
|
): void;
|
|
415
376
|
getTelemetryRule(
|
|
416
377
|
args: GetTelemetryRuleCommandInput,
|
|
417
|
-
options?: __HttpHandlerOptions
|
|
378
|
+
options?: __HttpHandlerOptions,
|
|
418
379
|
): Promise<GetTelemetryRuleCommandOutput>;
|
|
419
380
|
getTelemetryRule(
|
|
420
381
|
args: GetTelemetryRuleCommandInput,
|
|
421
|
-
cb: (err: any, data?: GetTelemetryRuleCommandOutput) => void
|
|
382
|
+
cb: (err: any, data?: GetTelemetryRuleCommandOutput) => void,
|
|
422
383
|
): void;
|
|
423
384
|
getTelemetryRule(
|
|
424
385
|
args: GetTelemetryRuleCommandInput,
|
|
425
386
|
options: __HttpHandlerOptions,
|
|
426
|
-
cb: (err: any, data?: GetTelemetryRuleCommandOutput) => void
|
|
387
|
+
cb: (err: any, data?: GetTelemetryRuleCommandOutput) => void,
|
|
427
388
|
): void;
|
|
428
389
|
getTelemetryRuleForOrganization(
|
|
429
390
|
args: GetTelemetryRuleForOrganizationCommandInput,
|
|
430
|
-
options?: __HttpHandlerOptions
|
|
391
|
+
options?: __HttpHandlerOptions,
|
|
431
392
|
): Promise<GetTelemetryRuleForOrganizationCommandOutput>;
|
|
432
393
|
getTelemetryRuleForOrganization(
|
|
433
394
|
args: GetTelemetryRuleForOrganizationCommandInput,
|
|
434
|
-
cb: (err: any, data?: GetTelemetryRuleForOrganizationCommandOutput) => void
|
|
395
|
+
cb: (err: any, data?: GetTelemetryRuleForOrganizationCommandOutput) => void,
|
|
435
396
|
): void;
|
|
436
397
|
getTelemetryRuleForOrganization(
|
|
437
398
|
args: GetTelemetryRuleForOrganizationCommandInput,
|
|
438
399
|
options: __HttpHandlerOptions,
|
|
439
|
-
cb: (err: any, data?: GetTelemetryRuleForOrganizationCommandOutput) => void
|
|
400
|
+
cb: (err: any, data?: GetTelemetryRuleForOrganizationCommandOutput) => void,
|
|
440
401
|
): void;
|
|
441
402
|
listCentralizationRulesForOrganization(): Promise<ListCentralizationRulesForOrganizationCommandOutput>;
|
|
442
403
|
listCentralizationRulesForOrganization(
|
|
443
404
|
args: ListCentralizationRulesForOrganizationCommandInput,
|
|
444
|
-
options?: __HttpHandlerOptions
|
|
405
|
+
options?: __HttpHandlerOptions,
|
|
445
406
|
): Promise<ListCentralizationRulesForOrganizationCommandOutput>;
|
|
446
407
|
listCentralizationRulesForOrganization(
|
|
447
408
|
args: ListCentralizationRulesForOrganizationCommandInput,
|
|
448
|
-
cb: (
|
|
449
|
-
err: any,
|
|
450
|
-
data?: ListCentralizationRulesForOrganizationCommandOutput
|
|
451
|
-
) => void
|
|
409
|
+
cb: (err: any, data?: ListCentralizationRulesForOrganizationCommandOutput) => void,
|
|
452
410
|
): void;
|
|
453
411
|
listCentralizationRulesForOrganization(
|
|
454
412
|
args: ListCentralizationRulesForOrganizationCommandInput,
|
|
455
413
|
options: __HttpHandlerOptions,
|
|
456
|
-
cb: (
|
|
457
|
-
err: any,
|
|
458
|
-
data?: ListCentralizationRulesForOrganizationCommandOutput
|
|
459
|
-
) => void
|
|
414
|
+
cb: (err: any, data?: ListCentralizationRulesForOrganizationCommandOutput) => void,
|
|
460
415
|
): void;
|
|
461
416
|
listResourceTelemetry(): Promise<ListResourceTelemetryCommandOutput>;
|
|
462
417
|
listResourceTelemetry(
|
|
463
418
|
args: ListResourceTelemetryCommandInput,
|
|
464
|
-
options?: __HttpHandlerOptions
|
|
419
|
+
options?: __HttpHandlerOptions,
|
|
465
420
|
): Promise<ListResourceTelemetryCommandOutput>;
|
|
466
421
|
listResourceTelemetry(
|
|
467
422
|
args: ListResourceTelemetryCommandInput,
|
|
468
|
-
cb: (err: any, data?: ListResourceTelemetryCommandOutput) => void
|
|
423
|
+
cb: (err: any, data?: ListResourceTelemetryCommandOutput) => void,
|
|
469
424
|
): void;
|
|
470
425
|
listResourceTelemetry(
|
|
471
426
|
args: ListResourceTelemetryCommandInput,
|
|
472
427
|
options: __HttpHandlerOptions,
|
|
473
|
-
cb: (err: any, data?: ListResourceTelemetryCommandOutput) => void
|
|
428
|
+
cb: (err: any, data?: ListResourceTelemetryCommandOutput) => void,
|
|
474
429
|
): void;
|
|
475
430
|
listResourceTelemetryForOrganization(): Promise<ListResourceTelemetryForOrganizationCommandOutput>;
|
|
476
431
|
listResourceTelemetryForOrganization(
|
|
477
432
|
args: ListResourceTelemetryForOrganizationCommandInput,
|
|
478
|
-
options?: __HttpHandlerOptions
|
|
433
|
+
options?: __HttpHandlerOptions,
|
|
479
434
|
): Promise<ListResourceTelemetryForOrganizationCommandOutput>;
|
|
480
435
|
listResourceTelemetryForOrganization(
|
|
481
436
|
args: ListResourceTelemetryForOrganizationCommandInput,
|
|
482
|
-
cb: (
|
|
483
|
-
err: any,
|
|
484
|
-
data?: ListResourceTelemetryForOrganizationCommandOutput
|
|
485
|
-
) => void
|
|
437
|
+
cb: (err: any, data?: ListResourceTelemetryForOrganizationCommandOutput) => void,
|
|
486
438
|
): void;
|
|
487
439
|
listResourceTelemetryForOrganization(
|
|
488
440
|
args: ListResourceTelemetryForOrganizationCommandInput,
|
|
489
441
|
options: __HttpHandlerOptions,
|
|
490
|
-
cb: (
|
|
491
|
-
err: any,
|
|
492
|
-
data?: ListResourceTelemetryForOrganizationCommandOutput
|
|
493
|
-
) => void
|
|
442
|
+
cb: (err: any, data?: ListResourceTelemetryForOrganizationCommandOutput) => void,
|
|
494
443
|
): void;
|
|
495
444
|
listS3TableIntegrations(): Promise<ListS3TableIntegrationsCommandOutput>;
|
|
496
445
|
listS3TableIntegrations(
|
|
497
446
|
args: ListS3TableIntegrationsCommandInput,
|
|
498
|
-
options?: __HttpHandlerOptions
|
|
447
|
+
options?: __HttpHandlerOptions,
|
|
499
448
|
): Promise<ListS3TableIntegrationsCommandOutput>;
|
|
500
449
|
listS3TableIntegrations(
|
|
501
450
|
args: ListS3TableIntegrationsCommandInput,
|
|
502
|
-
cb: (err: any, data?: ListS3TableIntegrationsCommandOutput) => void
|
|
451
|
+
cb: (err: any, data?: ListS3TableIntegrationsCommandOutput) => void,
|
|
503
452
|
): void;
|
|
504
453
|
listS3TableIntegrations(
|
|
505
454
|
args: ListS3TableIntegrationsCommandInput,
|
|
506
455
|
options: __HttpHandlerOptions,
|
|
507
|
-
cb: (err: any, data?: ListS3TableIntegrationsCommandOutput) => void
|
|
456
|
+
cb: (err: any, data?: ListS3TableIntegrationsCommandOutput) => void,
|
|
508
457
|
): void;
|
|
509
458
|
listTagsForResource(
|
|
510
459
|
args: ListTagsForResourceCommandInput,
|
|
511
|
-
options?: __HttpHandlerOptions
|
|
460
|
+
options?: __HttpHandlerOptions,
|
|
512
461
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
513
462
|
listTagsForResource(
|
|
514
463
|
args: ListTagsForResourceCommandInput,
|
|
515
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
464
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
516
465
|
): void;
|
|
517
466
|
listTagsForResource(
|
|
518
467
|
args: ListTagsForResourceCommandInput,
|
|
519
468
|
options: __HttpHandlerOptions,
|
|
520
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
469
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
521
470
|
): void;
|
|
522
471
|
listTelemetryPipelines(): Promise<ListTelemetryPipelinesCommandOutput>;
|
|
523
472
|
listTelemetryPipelines(
|
|
524
473
|
args: ListTelemetryPipelinesCommandInput,
|
|
525
|
-
options?: __HttpHandlerOptions
|
|
474
|
+
options?: __HttpHandlerOptions,
|
|
526
475
|
): Promise<ListTelemetryPipelinesCommandOutput>;
|
|
527
476
|
listTelemetryPipelines(
|
|
528
477
|
args: ListTelemetryPipelinesCommandInput,
|
|
529
|
-
cb: (err: any, data?: ListTelemetryPipelinesCommandOutput) => void
|
|
478
|
+
cb: (err: any, data?: ListTelemetryPipelinesCommandOutput) => void,
|
|
530
479
|
): void;
|
|
531
480
|
listTelemetryPipelines(
|
|
532
481
|
args: ListTelemetryPipelinesCommandInput,
|
|
533
482
|
options: __HttpHandlerOptions,
|
|
534
|
-
cb: (err: any, data?: ListTelemetryPipelinesCommandOutput) => void
|
|
483
|
+
cb: (err: any, data?: ListTelemetryPipelinesCommandOutput) => void,
|
|
535
484
|
): void;
|
|
536
485
|
listTelemetryRules(): Promise<ListTelemetryRulesCommandOutput>;
|
|
537
486
|
listTelemetryRules(
|
|
538
487
|
args: ListTelemetryRulesCommandInput,
|
|
539
|
-
options?: __HttpHandlerOptions
|
|
488
|
+
options?: __HttpHandlerOptions,
|
|
540
489
|
): Promise<ListTelemetryRulesCommandOutput>;
|
|
541
490
|
listTelemetryRules(
|
|
542
491
|
args: ListTelemetryRulesCommandInput,
|
|
543
|
-
cb: (err: any, data?: ListTelemetryRulesCommandOutput) => void
|
|
492
|
+
cb: (err: any, data?: ListTelemetryRulesCommandOutput) => void,
|
|
544
493
|
): void;
|
|
545
494
|
listTelemetryRules(
|
|
546
495
|
args: ListTelemetryRulesCommandInput,
|
|
547
496
|
options: __HttpHandlerOptions,
|
|
548
|
-
cb: (err: any, data?: ListTelemetryRulesCommandOutput) => void
|
|
497
|
+
cb: (err: any, data?: ListTelemetryRulesCommandOutput) => void,
|
|
549
498
|
): void;
|
|
550
499
|
listTelemetryRulesForOrganization(): Promise<ListTelemetryRulesForOrganizationCommandOutput>;
|
|
551
500
|
listTelemetryRulesForOrganization(
|
|
552
501
|
args: ListTelemetryRulesForOrganizationCommandInput,
|
|
553
|
-
options?: __HttpHandlerOptions
|
|
502
|
+
options?: __HttpHandlerOptions,
|
|
554
503
|
): Promise<ListTelemetryRulesForOrganizationCommandOutput>;
|
|
555
504
|
listTelemetryRulesForOrganization(
|
|
556
505
|
args: ListTelemetryRulesForOrganizationCommandInput,
|
|
557
|
-
cb: (
|
|
558
|
-
err: any,
|
|
559
|
-
data?: ListTelemetryRulesForOrganizationCommandOutput
|
|
560
|
-
) => void
|
|
506
|
+
cb: (err: any, data?: ListTelemetryRulesForOrganizationCommandOutput) => void,
|
|
561
507
|
): void;
|
|
562
508
|
listTelemetryRulesForOrganization(
|
|
563
509
|
args: ListTelemetryRulesForOrganizationCommandInput,
|
|
564
510
|
options: __HttpHandlerOptions,
|
|
565
|
-
cb: (
|
|
566
|
-
err: any,
|
|
567
|
-
data?: ListTelemetryRulesForOrganizationCommandOutput
|
|
568
|
-
) => void
|
|
511
|
+
cb: (err: any, data?: ListTelemetryRulesForOrganizationCommandOutput) => void,
|
|
569
512
|
): void;
|
|
570
513
|
startTelemetryEnrichment(): Promise<StartTelemetryEnrichmentCommandOutput>;
|
|
571
514
|
startTelemetryEnrichment(
|
|
572
515
|
args: StartTelemetryEnrichmentCommandInput,
|
|
573
|
-
options?: __HttpHandlerOptions
|
|
516
|
+
options?: __HttpHandlerOptions,
|
|
574
517
|
): Promise<StartTelemetryEnrichmentCommandOutput>;
|
|
575
518
|
startTelemetryEnrichment(
|
|
576
519
|
args: StartTelemetryEnrichmentCommandInput,
|
|
577
|
-
cb: (err: any, data?: StartTelemetryEnrichmentCommandOutput) => void
|
|
520
|
+
cb: (err: any, data?: StartTelemetryEnrichmentCommandOutput) => void,
|
|
578
521
|
): void;
|
|
579
522
|
startTelemetryEnrichment(
|
|
580
523
|
args: StartTelemetryEnrichmentCommandInput,
|
|
581
524
|
options: __HttpHandlerOptions,
|
|
582
|
-
cb: (err: any, data?: StartTelemetryEnrichmentCommandOutput) => void
|
|
525
|
+
cb: (err: any, data?: StartTelemetryEnrichmentCommandOutput) => void,
|
|
583
526
|
): void;
|
|
584
527
|
startTelemetryEvaluation(): Promise<StartTelemetryEvaluationCommandOutput>;
|
|
585
528
|
startTelemetryEvaluation(
|
|
586
529
|
args: StartTelemetryEvaluationCommandInput,
|
|
587
|
-
options?: __HttpHandlerOptions
|
|
530
|
+
options?: __HttpHandlerOptions,
|
|
588
531
|
): Promise<StartTelemetryEvaluationCommandOutput>;
|
|
589
532
|
startTelemetryEvaluation(
|
|
590
533
|
args: StartTelemetryEvaluationCommandInput,
|
|
591
|
-
cb: (err: any, data?: StartTelemetryEvaluationCommandOutput) => void
|
|
534
|
+
cb: (err: any, data?: StartTelemetryEvaluationCommandOutput) => void,
|
|
592
535
|
): void;
|
|
593
536
|
startTelemetryEvaluation(
|
|
594
537
|
args: StartTelemetryEvaluationCommandInput,
|
|
595
538
|
options: __HttpHandlerOptions,
|
|
596
|
-
cb: (err: any, data?: StartTelemetryEvaluationCommandOutput) => void
|
|
539
|
+
cb: (err: any, data?: StartTelemetryEvaluationCommandOutput) => void,
|
|
597
540
|
): void;
|
|
598
541
|
startTelemetryEvaluationForOrganization(): Promise<StartTelemetryEvaluationForOrganizationCommandOutput>;
|
|
599
542
|
startTelemetryEvaluationForOrganization(
|
|
600
543
|
args: StartTelemetryEvaluationForOrganizationCommandInput,
|
|
601
|
-
options?: __HttpHandlerOptions
|
|
544
|
+
options?: __HttpHandlerOptions,
|
|
602
545
|
): Promise<StartTelemetryEvaluationForOrganizationCommandOutput>;
|
|
603
546
|
startTelemetryEvaluationForOrganization(
|
|
604
547
|
args: StartTelemetryEvaluationForOrganizationCommandInput,
|
|
605
|
-
cb: (
|
|
606
|
-
err: any,
|
|
607
|
-
data?: StartTelemetryEvaluationForOrganizationCommandOutput
|
|
608
|
-
) => void
|
|
548
|
+
cb: (err: any, data?: StartTelemetryEvaluationForOrganizationCommandOutput) => void,
|
|
609
549
|
): void;
|
|
610
550
|
startTelemetryEvaluationForOrganization(
|
|
611
551
|
args: StartTelemetryEvaluationForOrganizationCommandInput,
|
|
612
552
|
options: __HttpHandlerOptions,
|
|
613
|
-
cb: (
|
|
614
|
-
err: any,
|
|
615
|
-
data?: StartTelemetryEvaluationForOrganizationCommandOutput
|
|
616
|
-
) => void
|
|
553
|
+
cb: (err: any, data?: StartTelemetryEvaluationForOrganizationCommandOutput) => void,
|
|
617
554
|
): void;
|
|
618
555
|
stopTelemetryEnrichment(): Promise<StopTelemetryEnrichmentCommandOutput>;
|
|
619
556
|
stopTelemetryEnrichment(
|
|
620
557
|
args: StopTelemetryEnrichmentCommandInput,
|
|
621
|
-
options?: __HttpHandlerOptions
|
|
558
|
+
options?: __HttpHandlerOptions,
|
|
622
559
|
): Promise<StopTelemetryEnrichmentCommandOutput>;
|
|
623
560
|
stopTelemetryEnrichment(
|
|
624
561
|
args: StopTelemetryEnrichmentCommandInput,
|
|
625
|
-
cb: (err: any, data?: StopTelemetryEnrichmentCommandOutput) => void
|
|
562
|
+
cb: (err: any, data?: StopTelemetryEnrichmentCommandOutput) => void,
|
|
626
563
|
): void;
|
|
627
564
|
stopTelemetryEnrichment(
|
|
628
565
|
args: StopTelemetryEnrichmentCommandInput,
|
|
629
566
|
options: __HttpHandlerOptions,
|
|
630
|
-
cb: (err: any, data?: StopTelemetryEnrichmentCommandOutput) => void
|
|
567
|
+
cb: (err: any, data?: StopTelemetryEnrichmentCommandOutput) => void,
|
|
631
568
|
): void;
|
|
632
569
|
stopTelemetryEvaluation(): Promise<StopTelemetryEvaluationCommandOutput>;
|
|
633
570
|
stopTelemetryEvaluation(
|
|
634
571
|
args: StopTelemetryEvaluationCommandInput,
|
|
635
|
-
options?: __HttpHandlerOptions
|
|
572
|
+
options?: __HttpHandlerOptions,
|
|
636
573
|
): Promise<StopTelemetryEvaluationCommandOutput>;
|
|
637
574
|
stopTelemetryEvaluation(
|
|
638
575
|
args: StopTelemetryEvaluationCommandInput,
|
|
639
|
-
cb: (err: any, data?: StopTelemetryEvaluationCommandOutput) => void
|
|
576
|
+
cb: (err: any, data?: StopTelemetryEvaluationCommandOutput) => void,
|
|
640
577
|
): void;
|
|
641
578
|
stopTelemetryEvaluation(
|
|
642
579
|
args: StopTelemetryEvaluationCommandInput,
|
|
643
580
|
options: __HttpHandlerOptions,
|
|
644
|
-
cb: (err: any, data?: StopTelemetryEvaluationCommandOutput) => void
|
|
581
|
+
cb: (err: any, data?: StopTelemetryEvaluationCommandOutput) => void,
|
|
645
582
|
): void;
|
|
646
583
|
stopTelemetryEvaluationForOrganization(): Promise<StopTelemetryEvaluationForOrganizationCommandOutput>;
|
|
647
584
|
stopTelemetryEvaluationForOrganization(
|
|
648
585
|
args: StopTelemetryEvaluationForOrganizationCommandInput,
|
|
649
|
-
options?: __HttpHandlerOptions
|
|
586
|
+
options?: __HttpHandlerOptions,
|
|
650
587
|
): Promise<StopTelemetryEvaluationForOrganizationCommandOutput>;
|
|
651
588
|
stopTelemetryEvaluationForOrganization(
|
|
652
589
|
args: StopTelemetryEvaluationForOrganizationCommandInput,
|
|
653
|
-
cb: (
|
|
654
|
-
err: any,
|
|
655
|
-
data?: StopTelemetryEvaluationForOrganizationCommandOutput
|
|
656
|
-
) => void
|
|
590
|
+
cb: (err: any, data?: StopTelemetryEvaluationForOrganizationCommandOutput) => void,
|
|
657
591
|
): void;
|
|
658
592
|
stopTelemetryEvaluationForOrganization(
|
|
659
593
|
args: StopTelemetryEvaluationForOrganizationCommandInput,
|
|
660
594
|
options: __HttpHandlerOptions,
|
|
661
|
-
cb: (
|
|
662
|
-
err: any,
|
|
663
|
-
data?: StopTelemetryEvaluationForOrganizationCommandOutput
|
|
664
|
-
) => void
|
|
595
|
+
cb: (err: any, data?: StopTelemetryEvaluationForOrganizationCommandOutput) => void,
|
|
665
596
|
): void;
|
|
666
597
|
tagResource(
|
|
667
598
|
args: TagResourceCommandInput,
|
|
668
|
-
options?: __HttpHandlerOptions
|
|
599
|
+
options?: __HttpHandlerOptions,
|
|
669
600
|
): Promise<TagResourceCommandOutput>;
|
|
670
601
|
tagResource(
|
|
671
602
|
args: TagResourceCommandInput,
|
|
672
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
603
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
673
604
|
): void;
|
|
674
605
|
tagResource(
|
|
675
606
|
args: TagResourceCommandInput,
|
|
676
607
|
options: __HttpHandlerOptions,
|
|
677
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
608
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
678
609
|
): void;
|
|
679
610
|
testTelemetryPipeline(
|
|
680
611
|
args: TestTelemetryPipelineCommandInput,
|
|
681
|
-
options?: __HttpHandlerOptions
|
|
612
|
+
options?: __HttpHandlerOptions,
|
|
682
613
|
): Promise<TestTelemetryPipelineCommandOutput>;
|
|
683
614
|
testTelemetryPipeline(
|
|
684
615
|
args: TestTelemetryPipelineCommandInput,
|
|
685
|
-
cb: (err: any, data?: TestTelemetryPipelineCommandOutput) => void
|
|
616
|
+
cb: (err: any, data?: TestTelemetryPipelineCommandOutput) => void,
|
|
686
617
|
): void;
|
|
687
618
|
testTelemetryPipeline(
|
|
688
619
|
args: TestTelemetryPipelineCommandInput,
|
|
689
620
|
options: __HttpHandlerOptions,
|
|
690
|
-
cb: (err: any, data?: TestTelemetryPipelineCommandOutput) => void
|
|
621
|
+
cb: (err: any, data?: TestTelemetryPipelineCommandOutput) => void,
|
|
691
622
|
): void;
|
|
692
623
|
untagResource(
|
|
693
624
|
args: UntagResourceCommandInput,
|
|
694
|
-
options?: __HttpHandlerOptions
|
|
625
|
+
options?: __HttpHandlerOptions,
|
|
695
626
|
): Promise<UntagResourceCommandOutput>;
|
|
696
627
|
untagResource(
|
|
697
628
|
args: UntagResourceCommandInput,
|
|
698
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
629
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
699
630
|
): void;
|
|
700
631
|
untagResource(
|
|
701
632
|
args: UntagResourceCommandInput,
|
|
702
633
|
options: __HttpHandlerOptions,
|
|
703
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
634
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
704
635
|
): void;
|
|
705
636
|
updateCentralizationRuleForOrganization(
|
|
706
637
|
args: UpdateCentralizationRuleForOrganizationCommandInput,
|
|
707
|
-
options?: __HttpHandlerOptions
|
|
638
|
+
options?: __HttpHandlerOptions,
|
|
708
639
|
): Promise<UpdateCentralizationRuleForOrganizationCommandOutput>;
|
|
709
640
|
updateCentralizationRuleForOrganization(
|
|
710
641
|
args: UpdateCentralizationRuleForOrganizationCommandInput,
|
|
711
|
-
cb: (
|
|
712
|
-
err: any,
|
|
713
|
-
data?: UpdateCentralizationRuleForOrganizationCommandOutput
|
|
714
|
-
) => void
|
|
642
|
+
cb: (err: any, data?: UpdateCentralizationRuleForOrganizationCommandOutput) => void,
|
|
715
643
|
): void;
|
|
716
644
|
updateCentralizationRuleForOrganization(
|
|
717
645
|
args: UpdateCentralizationRuleForOrganizationCommandInput,
|
|
718
646
|
options: __HttpHandlerOptions,
|
|
719
|
-
cb: (
|
|
720
|
-
err: any,
|
|
721
|
-
data?: UpdateCentralizationRuleForOrganizationCommandOutput
|
|
722
|
-
) => void
|
|
647
|
+
cb: (err: any, data?: UpdateCentralizationRuleForOrganizationCommandOutput) => void,
|
|
723
648
|
): void;
|
|
724
649
|
updateTelemetryPipeline(
|
|
725
650
|
args: UpdateTelemetryPipelineCommandInput,
|
|
726
|
-
options?: __HttpHandlerOptions
|
|
651
|
+
options?: __HttpHandlerOptions,
|
|
727
652
|
): Promise<UpdateTelemetryPipelineCommandOutput>;
|
|
728
653
|
updateTelemetryPipeline(
|
|
729
654
|
args: UpdateTelemetryPipelineCommandInput,
|
|
730
|
-
cb: (err: any, data?: UpdateTelemetryPipelineCommandOutput) => void
|
|
655
|
+
cb: (err: any, data?: UpdateTelemetryPipelineCommandOutput) => void,
|
|
731
656
|
): void;
|
|
732
657
|
updateTelemetryPipeline(
|
|
733
658
|
args: UpdateTelemetryPipelineCommandInput,
|
|
734
659
|
options: __HttpHandlerOptions,
|
|
735
|
-
cb: (err: any, data?: UpdateTelemetryPipelineCommandOutput) => void
|
|
660
|
+
cb: (err: any, data?: UpdateTelemetryPipelineCommandOutput) => void,
|
|
736
661
|
): void;
|
|
737
662
|
updateTelemetryRule(
|
|
738
663
|
args: UpdateTelemetryRuleCommandInput,
|
|
739
|
-
options?: __HttpHandlerOptions
|
|
664
|
+
options?: __HttpHandlerOptions,
|
|
740
665
|
): Promise<UpdateTelemetryRuleCommandOutput>;
|
|
741
666
|
updateTelemetryRule(
|
|
742
667
|
args: UpdateTelemetryRuleCommandInput,
|
|
743
|
-
cb: (err: any, data?: UpdateTelemetryRuleCommandOutput) => void
|
|
668
|
+
cb: (err: any, data?: UpdateTelemetryRuleCommandOutput) => void,
|
|
744
669
|
): void;
|
|
745
670
|
updateTelemetryRule(
|
|
746
671
|
args: UpdateTelemetryRuleCommandInput,
|
|
747
672
|
options: __HttpHandlerOptions,
|
|
748
|
-
cb: (err: any, data?: UpdateTelemetryRuleCommandOutput) => void
|
|
673
|
+
cb: (err: any, data?: UpdateTelemetryRuleCommandOutput) => void,
|
|
749
674
|
): void;
|
|
750
675
|
updateTelemetryRuleForOrganization(
|
|
751
676
|
args: UpdateTelemetryRuleForOrganizationCommandInput,
|
|
752
|
-
options?: __HttpHandlerOptions
|
|
677
|
+
options?: __HttpHandlerOptions,
|
|
753
678
|
): Promise<UpdateTelemetryRuleForOrganizationCommandOutput>;
|
|
754
679
|
updateTelemetryRuleForOrganization(
|
|
755
680
|
args: UpdateTelemetryRuleForOrganizationCommandInput,
|
|
756
|
-
cb: (
|
|
757
|
-
err: any,
|
|
758
|
-
data?: UpdateTelemetryRuleForOrganizationCommandOutput
|
|
759
|
-
) => void
|
|
681
|
+
cb: (err: any, data?: UpdateTelemetryRuleForOrganizationCommandOutput) => void,
|
|
760
682
|
): void;
|
|
761
683
|
updateTelemetryRuleForOrganization(
|
|
762
684
|
args: UpdateTelemetryRuleForOrganizationCommandInput,
|
|
763
685
|
options: __HttpHandlerOptions,
|
|
764
|
-
cb: (
|
|
765
|
-
err: any,
|
|
766
|
-
data?: UpdateTelemetryRuleForOrganizationCommandOutput
|
|
767
|
-
) => void
|
|
686
|
+
cb: (err: any, data?: UpdateTelemetryRuleForOrganizationCommandOutput) => void,
|
|
768
687
|
): void;
|
|
769
688
|
validateTelemetryPipelineConfiguration(
|
|
770
689
|
args: ValidateTelemetryPipelineConfigurationCommandInput,
|
|
771
|
-
options?: __HttpHandlerOptions
|
|
690
|
+
options?: __HttpHandlerOptions,
|
|
772
691
|
): Promise<ValidateTelemetryPipelineConfigurationCommandOutput>;
|
|
773
692
|
validateTelemetryPipelineConfiguration(
|
|
774
693
|
args: ValidateTelemetryPipelineConfigurationCommandInput,
|
|
775
|
-
cb: (
|
|
776
|
-
err: any,
|
|
777
|
-
data?: ValidateTelemetryPipelineConfigurationCommandOutput
|
|
778
|
-
) => void
|
|
694
|
+
cb: (err: any, data?: ValidateTelemetryPipelineConfigurationCommandOutput) => void,
|
|
779
695
|
): void;
|
|
780
696
|
validateTelemetryPipelineConfiguration(
|
|
781
697
|
args: ValidateTelemetryPipelineConfigurationCommandInput,
|
|
782
698
|
options: __HttpHandlerOptions,
|
|
783
|
-
cb: (
|
|
784
|
-
err: any,
|
|
785
|
-
data?: ValidateTelemetryPipelineConfigurationCommandOutput
|
|
786
|
-
) => void
|
|
699
|
+
cb: (err: any, data?: ValidateTelemetryPipelineConfigurationCommandOutput) => void,
|
|
787
700
|
): void;
|
|
788
701
|
paginateListCentralizationRulesForOrganization(
|
|
789
702
|
args?: ListCentralizationRulesForOrganizationCommandInput,
|
|
790
703
|
paginationConfig?: Pick<
|
|
791
704
|
PaginationConfiguration,
|
|
792
705
|
Exclude<keyof PaginationConfiguration, "client">
|
|
793
|
-
|
|
706
|
+
>,
|
|
794
707
|
): Paginator<ListCentralizationRulesForOrganizationCommandOutput>;
|
|
795
708
|
paginateListResourceTelemetry(
|
|
796
709
|
args?: ListResourceTelemetryCommandInput,
|
|
797
710
|
paginationConfig?: Pick<
|
|
798
711
|
PaginationConfiguration,
|
|
799
712
|
Exclude<keyof PaginationConfiguration, "client">
|
|
800
|
-
|
|
713
|
+
>,
|
|
801
714
|
): Paginator<ListResourceTelemetryCommandOutput>;
|
|
802
715
|
paginateListResourceTelemetryForOrganization(
|
|
803
716
|
args?: ListResourceTelemetryForOrganizationCommandInput,
|
|
804
717
|
paginationConfig?: Pick<
|
|
805
718
|
PaginationConfiguration,
|
|
806
719
|
Exclude<keyof PaginationConfiguration, "client">
|
|
807
|
-
|
|
720
|
+
>,
|
|
808
721
|
): Paginator<ListResourceTelemetryForOrganizationCommandOutput>;
|
|
809
722
|
paginateListS3TableIntegrations(
|
|
810
723
|
args?: ListS3TableIntegrationsCommandInput,
|
|
811
724
|
paginationConfig?: Pick<
|
|
812
725
|
PaginationConfiguration,
|
|
813
726
|
Exclude<keyof PaginationConfiguration, "client">
|
|
814
|
-
|
|
727
|
+
>,
|
|
815
728
|
): Paginator<ListS3TableIntegrationsCommandOutput>;
|
|
816
729
|
paginateListTelemetryPipelines(
|
|
817
730
|
args?: ListTelemetryPipelinesCommandInput,
|
|
818
731
|
paginationConfig?: Pick<
|
|
819
732
|
PaginationConfiguration,
|
|
820
733
|
Exclude<keyof PaginationConfiguration, "client">
|
|
821
|
-
|
|
734
|
+
>,
|
|
822
735
|
): Paginator<ListTelemetryPipelinesCommandOutput>;
|
|
823
736
|
paginateListTelemetryRules(
|
|
824
737
|
args?: ListTelemetryRulesCommandInput,
|
|
825
738
|
paginationConfig?: Pick<
|
|
826
739
|
PaginationConfiguration,
|
|
827
740
|
Exclude<keyof PaginationConfiguration, "client">
|
|
828
|
-
|
|
741
|
+
>,
|
|
829
742
|
): Paginator<ListTelemetryRulesCommandOutput>;
|
|
830
743
|
paginateListTelemetryRulesForOrganization(
|
|
831
744
|
args?: ListTelemetryRulesForOrganizationCommandInput,
|
|
832
745
|
paginationConfig?: Pick<
|
|
833
746
|
PaginationConfiguration,
|
|
834
747
|
Exclude<keyof PaginationConfiguration, "client">
|
|
835
|
-
|
|
748
|
+
>,
|
|
836
749
|
): Paginator<ListTelemetryRulesForOrganizationCommandOutput>;
|
|
837
750
|
}
|
|
838
751
|
export declare class ObservabilityAdmin
|