@aws-sdk/client-observabilityadmin 3.952.0 → 3.953.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 +488 -332
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/CreateCentralizationRuleForOrganizationCommand.js +2 -2
- package/dist-es/commands/CreateS3TableIntegrationCommand.js +2 -2
- package/dist-es/commands/CreateTelemetryPipelineCommand.js +2 -2
- package/dist-es/commands/CreateTelemetryRuleCommand.js +2 -2
- package/dist-es/commands/CreateTelemetryRuleForOrganizationCommand.js +2 -2
- package/dist-es/commands/DeleteCentralizationRuleForOrganizationCommand.js +2 -2
- package/dist-es/commands/DeleteS3TableIntegrationCommand.js +2 -2
- package/dist-es/commands/DeleteTelemetryPipelineCommand.js +2 -2
- package/dist-es/commands/DeleteTelemetryRuleCommand.js +2 -2
- package/dist-es/commands/DeleteTelemetryRuleForOrganizationCommand.js +2 -2
- package/dist-es/commands/GetCentralizationRuleForOrganizationCommand.js +2 -2
- package/dist-es/commands/GetS3TableIntegrationCommand.js +2 -2
- package/dist-es/commands/GetTelemetryEnrichmentStatusCommand.js +2 -2
- package/dist-es/commands/GetTelemetryEvaluationStatusCommand.js +2 -2
- package/dist-es/commands/GetTelemetryEvaluationStatusForOrganizationCommand.js +2 -2
- package/dist-es/commands/GetTelemetryPipelineCommand.js +2 -2
- package/dist-es/commands/GetTelemetryRuleCommand.js +2 -2
- package/dist-es/commands/GetTelemetryRuleForOrganizationCommand.js +2 -2
- package/dist-es/commands/ListCentralizationRulesForOrganizationCommand.js +2 -2
- package/dist-es/commands/ListResourceTelemetryCommand.js +2 -2
- package/dist-es/commands/ListResourceTelemetryForOrganizationCommand.js +2 -2
- package/dist-es/commands/ListS3TableIntegrationsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTelemetryPipelinesCommand.js +2 -2
- package/dist-es/commands/ListTelemetryRulesCommand.js +2 -2
- package/dist-es/commands/ListTelemetryRulesForOrganizationCommand.js +2 -2
- package/dist-es/commands/StartTelemetryEnrichmentCommand.js +2 -2
- package/dist-es/commands/StartTelemetryEvaluationCommand.js +2 -2
- package/dist-es/commands/StartTelemetryEvaluationForOrganizationCommand.js +2 -2
- package/dist-es/commands/StopTelemetryEnrichmentCommand.js +2 -2
- package/dist-es/commands/StopTelemetryEvaluationCommand.js +2 -2
- package/dist-es/commands/StopTelemetryEvaluationForOrganizationCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TestTelemetryPipelineCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateCentralizationRuleForOrganizationCommand.js +2 -2
- package/dist-es/commands/UpdateTelemetryPipelineCommand.js +2 -2
- package/dist-es/commands/UpdateTelemetryRuleCommand.js +2 -2
- package/dist-es/commands/UpdateTelemetryRuleForOrganizationCommand.js +2 -2
- package/dist-es/commands/ValidateTelemetryPipelineConfigurationCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +289 -282
- package/dist-types/ObservabilityAdminClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +150 -180
- package/dist-types/ts3.4/ObservabilityAdminClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +149 -180
- package/package.json +34 -34
|
@@ -271,9 +271,9 @@ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.observabilityadmin";
|
|
|
271
271
|
const _xaE = "x-amzn-ErrorType";
|
|
272
272
|
const n0 = "com.amazonaws.observabilityadmin";
|
|
273
273
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
274
|
-
import { AccessDeniedException
|
|
275
|
-
import { ObservabilityAdminServiceException
|
|
276
|
-
export var AccessDeniedException = [
|
|
274
|
+
import { AccessDeniedException, ConflictException, InternalServerException, InvalidStateException, ResourceNotFoundException, ServiceQuotaExceededException, TooManyRequestsException, ValidationException, } from "../models/errors";
|
|
275
|
+
import { ObservabilityAdminServiceException } from "../models/ObservabilityAdminServiceException";
|
|
276
|
+
export var AccessDeniedException$ = [
|
|
277
277
|
-3,
|
|
278
278
|
n0,
|
|
279
279
|
_ADE,
|
|
@@ -281,10 +281,10 @@ export var AccessDeniedException = [
|
|
|
281
281
|
[_M, _aET],
|
|
282
282
|
[0, [0, { [_hH]: _xaE }]],
|
|
283
283
|
];
|
|
284
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
285
|
-
export var ActionCondition = [3, n0, _AC, 0, [_A], [0]];
|
|
286
|
-
export var AdvancedEventSelector = [3, n0, _AES, 0, [_N, _FS], [0, () => FieldSelectors]];
|
|
287
|
-
export var AdvancedFieldSelector = [
|
|
284
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
285
|
+
export var ActionCondition$ = [3, n0, _AC, 0, [_A], [0]];
|
|
286
|
+
export var AdvancedEventSelector$ = [3, n0, _AES, 0, [_N, _FS], [0, () => FieldSelectors]];
|
|
287
|
+
export var AdvancedFieldSelector$ = [
|
|
288
288
|
3,
|
|
289
289
|
n0,
|
|
290
290
|
_AFS,
|
|
@@ -292,31 +292,31 @@ export var AdvancedFieldSelector = [
|
|
|
292
292
|
[_F, _E, _SW, _EW, _NE, _NSW, _NEW],
|
|
293
293
|
[0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0],
|
|
294
294
|
];
|
|
295
|
-
export var CentralizationRule = [
|
|
295
|
+
export var CentralizationRule$ = [
|
|
296
296
|
3,
|
|
297
297
|
n0,
|
|
298
298
|
_CR,
|
|
299
299
|
0,
|
|
300
300
|
[_S, _D],
|
|
301
|
-
[() => CentralizationRuleSource
|
|
301
|
+
[() => CentralizationRuleSource$, () => CentralizationRuleDestination$],
|
|
302
302
|
];
|
|
303
|
-
export var CentralizationRuleDestination = [
|
|
303
|
+
export var CentralizationRuleDestination$ = [
|
|
304
304
|
3,
|
|
305
305
|
n0,
|
|
306
306
|
_CRD,
|
|
307
307
|
0,
|
|
308
308
|
[_R, _Ac, _DLC],
|
|
309
|
-
[0, 0, () => DestinationLogsConfiguration],
|
|
309
|
+
[0, 0, () => DestinationLogsConfiguration$],
|
|
310
310
|
];
|
|
311
|
-
export var CentralizationRuleSource = [
|
|
311
|
+
export var CentralizationRuleSource$ = [
|
|
312
312
|
3,
|
|
313
313
|
n0,
|
|
314
314
|
_CRS,
|
|
315
315
|
0,
|
|
316
316
|
[_Re, _Sc, _SLC],
|
|
317
|
-
[64 | 0, 0, () => SourceLogsConfiguration],
|
|
317
|
+
[64 | 0, 0, () => SourceLogsConfiguration$],
|
|
318
318
|
];
|
|
319
|
-
export var CentralizationRuleSummary = [
|
|
319
|
+
export var CentralizationRuleSummary$ = [
|
|
320
320
|
3,
|
|
321
321
|
n0,
|
|
322
322
|
_CRSe,
|
|
@@ -324,16 +324,16 @@ export var CentralizationRuleSummary = [
|
|
|
324
324
|
[_RN, _RA, _CAI, _CTS, _CRr, _LUTS, _RH, _FR, _DAI, _DR],
|
|
325
325
|
[0, 0, 0, 1, 0, 1, 0, 0, 0, 0],
|
|
326
326
|
];
|
|
327
|
-
export var CloudtrailParameters = [3, n0, _CP, 0, [_AESd], [() => AdvancedEventSelectors]];
|
|
328
|
-
export var Condition = [
|
|
327
|
+
export var CloudtrailParameters$ = [3, n0, _CP, 0, [_AESd], [() => AdvancedEventSelectors]];
|
|
328
|
+
export var Condition$ = [
|
|
329
329
|
3,
|
|
330
330
|
n0,
|
|
331
331
|
_C,
|
|
332
332
|
0,
|
|
333
333
|
[_AC, _LNC],
|
|
334
|
-
[() => ActionCondition
|
|
334
|
+
[() => ActionCondition$, () => LabelNameCondition$],
|
|
335
335
|
];
|
|
336
|
-
export var ConfigurationSummary = [
|
|
336
|
+
export var ConfigurationSummary$ = [
|
|
337
337
|
3,
|
|
338
338
|
n0,
|
|
339
339
|
_CS,
|
|
@@ -341,92 +341,99 @@ export var ConfigurationSummary = [
|
|
|
341
341
|
[_So, _DS, _P, _PC, _Si],
|
|
342
342
|
[() => Sources, () => DataSources, 64 | 0, 1, 64 | 0],
|
|
343
343
|
];
|
|
344
|
-
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M, _RI, _RT], [0, 0, 0]];
|
|
345
|
-
TypeRegistry.for(n0).registerError(ConflictException
|
|
346
|
-
export var CreateCentralizationRuleForOrganizationInput = [
|
|
344
|
+
export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M, _RI, _RT], [0, 0, 0]];
|
|
345
|
+
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
346
|
+
export var CreateCentralizationRuleForOrganizationInput$ = [
|
|
347
347
|
3,
|
|
348
348
|
n0,
|
|
349
349
|
_CCRFOI,
|
|
350
350
|
0,
|
|
351
351
|
[_RN, _Ru, _T],
|
|
352
|
-
[0, () => CentralizationRule
|
|
352
|
+
[0, () => CentralizationRule$, 128 | 0],
|
|
353
353
|
];
|
|
354
|
-
export var CreateCentralizationRuleForOrganizationOutput = [3, n0, _CCRFOO, 0, [_RA], [0]];
|
|
355
|
-
export var CreateS3TableIntegrationInput = [
|
|
354
|
+
export var CreateCentralizationRuleForOrganizationOutput$ = [3, n0, _CCRFOO, 0, [_RA], [0]];
|
|
355
|
+
export var CreateS3TableIntegrationInput$ = [
|
|
356
356
|
3,
|
|
357
357
|
n0,
|
|
358
358
|
_CSTII,
|
|
359
359
|
0,
|
|
360
360
|
[_En, _RAo, _T],
|
|
361
|
-
[() => Encryption
|
|
361
|
+
[() => Encryption$, 0, 128 | 0],
|
|
362
362
|
];
|
|
363
|
-
export var CreateS3TableIntegrationOutput = [3, n0, _CSTIO, 0, [_Ar], [0]];
|
|
364
|
-
export var CreateTelemetryPipelineInput = [
|
|
363
|
+
export var CreateS3TableIntegrationOutput$ = [3, n0, _CSTIO, 0, [_Ar], [0]];
|
|
364
|
+
export var CreateTelemetryPipelineInput$ = [
|
|
365
365
|
3,
|
|
366
366
|
n0,
|
|
367
367
|
_CTPI,
|
|
368
368
|
0,
|
|
369
369
|
[_N, _Co, _T],
|
|
370
|
-
[0, () => TelemetryPipelineConfiguration
|
|
370
|
+
[0, () => TelemetryPipelineConfiguration$, 128 | 0],
|
|
371
371
|
];
|
|
372
|
-
export var CreateTelemetryPipelineOutput = [3, n0, _CTPO, 0, [_Ar], [0]];
|
|
373
|
-
export var CreateTelemetryRuleForOrganizationInput = [
|
|
372
|
+
export var CreateTelemetryPipelineOutput$ = [3, n0, _CTPO, 0, [_Ar], [0]];
|
|
373
|
+
export var CreateTelemetryRuleForOrganizationInput$ = [
|
|
374
374
|
3,
|
|
375
375
|
n0,
|
|
376
376
|
_CTRFOI,
|
|
377
377
|
0,
|
|
378
378
|
[_RN, _Ru, _T],
|
|
379
|
-
[0, () => TelemetryRule
|
|
379
|
+
[0, () => TelemetryRule$, 128 | 0],
|
|
380
380
|
];
|
|
381
|
-
export var CreateTelemetryRuleForOrganizationOutput = [3, n0, _CTRFOO, 0, [_RA], [0]];
|
|
382
|
-
export var CreateTelemetryRuleInput = [
|
|
381
|
+
export var CreateTelemetryRuleForOrganizationOutput$ = [3, n0, _CTRFOO, 0, [_RA], [0]];
|
|
382
|
+
export var CreateTelemetryRuleInput$ = [
|
|
383
383
|
3,
|
|
384
384
|
n0,
|
|
385
385
|
_CTRI,
|
|
386
386
|
0,
|
|
387
387
|
[_RN, _Ru, _T],
|
|
388
|
-
[0, () => TelemetryRule
|
|
389
|
-
];
|
|
390
|
-
export var CreateTelemetryRuleOutput = [3, n0, _CTRO, 0, [_RA], [0]];
|
|
391
|
-
export var DataSource = [3, n0, _DSa, 0, [_N, _Ty], [0, 0]];
|
|
392
|
-
export var DeleteCentralizationRuleForOrganizationInput = [3, n0, _DCRFOI, 0, [_RIu], [0]];
|
|
393
|
-
export var DeleteS3TableIntegrationInput = [3, n0, _DSTII, 0, [_Ar], [0]];
|
|
394
|
-
export var DeleteTelemetryPipelineInput = [3, n0, _DTPI, 0, [_PI], [0]];
|
|
395
|
-
export var DeleteTelemetryPipelineOutput = [3, n0, _DTPO, 0, [], []];
|
|
396
|
-
export var DeleteTelemetryRuleForOrganizationInput = [3, n0, _DTRFOI, 0, [_RIu], [0]];
|
|
397
|
-
export var DeleteTelemetryRuleInput = [3, n0, _DTRI, 0, [_RIu], [0]];
|
|
398
|
-
export var DestinationLogsConfiguration = [
|
|
388
|
+
[0, () => TelemetryRule$, 128 | 0],
|
|
389
|
+
];
|
|
390
|
+
export var CreateTelemetryRuleOutput$ = [3, n0, _CTRO, 0, [_RA], [0]];
|
|
391
|
+
export var DataSource$ = [3, n0, _DSa, 0, [_N, _Ty], [0, 0]];
|
|
392
|
+
export var DeleteCentralizationRuleForOrganizationInput$ = [3, n0, _DCRFOI, 0, [_RIu], [0]];
|
|
393
|
+
export var DeleteS3TableIntegrationInput$ = [3, n0, _DSTII, 0, [_Ar], [0]];
|
|
394
|
+
export var DeleteTelemetryPipelineInput$ = [3, n0, _DTPI, 0, [_PI], [0]];
|
|
395
|
+
export var DeleteTelemetryPipelineOutput$ = [3, n0, _DTPO, 0, [], []];
|
|
396
|
+
export var DeleteTelemetryRuleForOrganizationInput$ = [3, n0, _DTRFOI, 0, [_RIu], [0]];
|
|
397
|
+
export var DeleteTelemetryRuleInput$ = [3, n0, _DTRI, 0, [_RIu], [0]];
|
|
398
|
+
export var DestinationLogsConfiguration$ = [
|
|
399
399
|
3,
|
|
400
400
|
n0,
|
|
401
401
|
_DLC,
|
|
402
402
|
0,
|
|
403
403
|
[_LEC, _BC],
|
|
404
|
-
[() => LogsEncryptionConfiguration
|
|
405
|
-
];
|
|
406
|
-
export var ELBLoadBalancerLoggingParameters = [3, n0, _ELBLBLP, 0, [_OF, _FD], [0, 0]];
|
|
407
|
-
export var Encryption = [3, n0, _En, 0, [_SA, _KKA], [0, 0]];
|
|
408
|
-
export var FieldToMatch = [
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
404
|
+
[() => LogsEncryptionConfiguration$, () => LogsBackupConfiguration$],
|
|
405
|
+
];
|
|
406
|
+
export var ELBLoadBalancerLoggingParameters$ = [3, n0, _ELBLBLP, 0, [_OF, _FD], [0, 0]];
|
|
407
|
+
export var Encryption$ = [3, n0, _En, 0, [_SA, _KKA], [0, 0]];
|
|
408
|
+
export var FieldToMatch$ = [
|
|
409
|
+
3,
|
|
410
|
+
n0,
|
|
411
|
+
_FTM,
|
|
412
|
+
0,
|
|
413
|
+
[_SH, _UP, _QS, _Me],
|
|
414
|
+
[() => SingleHeader$, 0, 0, 0],
|
|
415
|
+
];
|
|
416
|
+
export var Filter$ = [3, n0, _Fi, 0, [_B, _Req, _Con], [0, 0, () => Conditions]];
|
|
417
|
+
export var GetCentralizationRuleForOrganizationInput$ = [3, n0, _GCRFOI, 0, [_RIu], [0]];
|
|
418
|
+
export var GetCentralizationRuleForOrganizationOutput$ = [
|
|
412
419
|
3,
|
|
413
420
|
n0,
|
|
414
421
|
_GCRFOO,
|
|
415
422
|
0,
|
|
416
423
|
[_RN, _RA, _CAI, _CTS, _CRr, _LUTS, _RH, _FR, _CR],
|
|
417
|
-
[0, 0, 0, 1, 0, 1, 0, 0, () => CentralizationRule],
|
|
424
|
+
[0, 0, 0, 1, 0, 1, 0, 0, () => CentralizationRule$],
|
|
418
425
|
];
|
|
419
|
-
export var GetS3TableIntegrationInput = [3, n0, _GSTII, 0, [_Ar], [0]];
|
|
420
|
-
export var GetS3TableIntegrationOutput = [
|
|
426
|
+
export var GetS3TableIntegrationInput$ = [3, n0, _GSTII, 0, [_Ar], [0]];
|
|
427
|
+
export var GetS3TableIntegrationOutput$ = [
|
|
421
428
|
3,
|
|
422
429
|
n0,
|
|
423
430
|
_GSTIO,
|
|
424
431
|
0,
|
|
425
432
|
[_Ar, _RAo, _St, _En, _DTBA, _CTS],
|
|
426
|
-
[0, 0, 0, () => Encryption
|
|
433
|
+
[0, 0, 0, () => Encryption$, 0, 1],
|
|
427
434
|
];
|
|
428
|
-
export var GetTelemetryEnrichmentStatusOutput = [3, n0, _GTESO, 0, [_St, _AREMVA], [0, 0]];
|
|
429
|
-
export var GetTelemetryEvaluationStatusForOrganizationOutput = [
|
|
435
|
+
export var GetTelemetryEnrichmentStatusOutput$ = [3, n0, _GTESO, 0, [_St, _AREMVA], [0, 0]];
|
|
436
|
+
export var GetTelemetryEvaluationStatusForOrganizationOutput$ = [
|
|
430
437
|
3,
|
|
431
438
|
n0,
|
|
432
439
|
_GTESFOO,
|
|
@@ -434,29 +441,29 @@ export var GetTelemetryEvaluationStatusForOrganizationOutput = [
|
|
|
434
441
|
[_St, _FR],
|
|
435
442
|
[0, 0],
|
|
436
443
|
];
|
|
437
|
-
export var GetTelemetryEvaluationStatusOutput = [3, n0, _GTESOe, 0, [_St, _FR], [0, 0]];
|
|
438
|
-
export var GetTelemetryPipelineInput = [3, n0, _GTPI, 0, [_PI], [0]];
|
|
439
|
-
export var GetTelemetryPipelineOutput = [3, n0, _GTPO, 0, [_Pi], [() => TelemetryPipeline]];
|
|
440
|
-
export var GetTelemetryRuleForOrganizationInput = [3, n0, _GTRFOI, 0, [_RIu], [0]];
|
|
441
|
-
export var GetTelemetryRuleForOrganizationOutput = [
|
|
444
|
+
export var GetTelemetryEvaluationStatusOutput$ = [3, n0, _GTESOe, 0, [_St, _FR], [0, 0]];
|
|
445
|
+
export var GetTelemetryPipelineInput$ = [3, n0, _GTPI, 0, [_PI], [0]];
|
|
446
|
+
export var GetTelemetryPipelineOutput$ = [3, n0, _GTPO, 0, [_Pi], [() => TelemetryPipeline$]];
|
|
447
|
+
export var GetTelemetryRuleForOrganizationInput$ = [3, n0, _GTRFOI, 0, [_RIu], [0]];
|
|
448
|
+
export var GetTelemetryRuleForOrganizationOutput$ = [
|
|
442
449
|
3,
|
|
443
450
|
n0,
|
|
444
451
|
_GTRFOO,
|
|
445
452
|
0,
|
|
446
453
|
[_RN, _RA, _CTS, _LUTS, _TR],
|
|
447
|
-
[0, 0, 1, 1, () => TelemetryRule],
|
|
454
|
+
[0, 0, 1, 1, () => TelemetryRule$],
|
|
448
455
|
];
|
|
449
|
-
export var GetTelemetryRuleInput = [3, n0, _GTRI, 0, [_RIu], [0]];
|
|
450
|
-
export var GetTelemetryRuleOutput = [
|
|
456
|
+
export var GetTelemetryRuleInput$ = [3, n0, _GTRI, 0, [_RIu], [0]];
|
|
457
|
+
export var GetTelemetryRuleOutput$ = [
|
|
451
458
|
3,
|
|
452
459
|
n0,
|
|
453
460
|
_GTRO,
|
|
454
461
|
0,
|
|
455
462
|
[_RN, _RA, _CTS, _LUTS, _TR],
|
|
456
|
-
[0, 0, 1, 1, () => TelemetryRule],
|
|
463
|
+
[0, 0, 1, 1, () => TelemetryRule$],
|
|
457
464
|
];
|
|
458
|
-
export var IntegrationSummary = [3, n0, _IS, 0, [_Ar, _St], [0, 0]];
|
|
459
|
-
export var InternalServerException = [
|
|
465
|
+
export var IntegrationSummary$ = [3, n0, _IS, 0, [_Ar, _St], [0, 0]];
|
|
466
|
+
export var InternalServerException$ = [
|
|
460
467
|
-3,
|
|
461
468
|
n0,
|
|
462
469
|
_ISE,
|
|
@@ -464,11 +471,11 @@ export var InternalServerException = [
|
|
|
464
471
|
[_M, _aET, _rAS],
|
|
465
472
|
[0, [0, { [_hH]: _xaE }], [1, { [_hH]: _RA_ }]],
|
|
466
473
|
];
|
|
467
|
-
TypeRegistry.for(n0).registerError(InternalServerException
|
|
468
|
-
export var InvalidStateException = [-3, n0, _ISEn, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
469
|
-
TypeRegistry.for(n0).registerError(InvalidStateException
|
|
470
|
-
export var LabelNameCondition = [3, n0, _LNC, 0, [_LN], [0]];
|
|
471
|
-
export var ListCentralizationRulesForOrganizationInput = [
|
|
474
|
+
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
475
|
+
export var InvalidStateException$ = [-3, n0, _ISEn, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
476
|
+
TypeRegistry.for(n0).registerError(InvalidStateException$, InvalidStateException);
|
|
477
|
+
export var LabelNameCondition$ = [3, n0, _LNC, 0, [_LN], [0]];
|
|
478
|
+
export var ListCentralizationRulesForOrganizationInput$ = [
|
|
472
479
|
3,
|
|
473
480
|
n0,
|
|
474
481
|
_LCRFOI,
|
|
@@ -476,7 +483,7 @@ export var ListCentralizationRulesForOrganizationInput = [
|
|
|
476
483
|
[_RNP, _AR, _MR, _NT],
|
|
477
484
|
[0, 2, 1, 0],
|
|
478
485
|
];
|
|
479
|
-
export var ListCentralizationRulesForOrganizationOutput = [
|
|
486
|
+
export var ListCentralizationRulesForOrganizationOutput$ = [
|
|
480
487
|
3,
|
|
481
488
|
n0,
|
|
482
489
|
_LCRFOO,
|
|
@@ -484,7 +491,7 @@ export var ListCentralizationRulesForOrganizationOutput = [
|
|
|
484
491
|
[_CRSen, _NT],
|
|
485
492
|
[() => CentralizationRuleSummaries, 0],
|
|
486
493
|
];
|
|
487
|
-
export var ListResourceTelemetryForOrganizationInput = [
|
|
494
|
+
export var ListResourceTelemetryForOrganizationInput$ = [
|
|
488
495
|
3,
|
|
489
496
|
n0,
|
|
490
497
|
_LRTFOI,
|
|
@@ -492,7 +499,7 @@ export var ListResourceTelemetryForOrganizationInput = [
|
|
|
492
499
|
[_AI, _RIP, _RTe, _TCS, _RTes, _MR, _NT],
|
|
493
500
|
[64 | 0, 0, 64 | 0, 128 | 0, 128 | 0, 1, 0],
|
|
494
501
|
];
|
|
495
|
-
export var ListResourceTelemetryForOrganizationOutput = [
|
|
502
|
+
export var ListResourceTelemetryForOrganizationOutput$ = [
|
|
496
503
|
3,
|
|
497
504
|
n0,
|
|
498
505
|
_LRTFOO,
|
|
@@ -500,7 +507,7 @@ export var ListResourceTelemetryForOrganizationOutput = [
|
|
|
500
507
|
[_TC, _NT],
|
|
501
508
|
[() => TelemetryConfigurations, 0],
|
|
502
509
|
];
|
|
503
|
-
export var ListResourceTelemetryInput = [
|
|
510
|
+
export var ListResourceTelemetryInput$ = [
|
|
504
511
|
3,
|
|
505
512
|
n0,
|
|
506
513
|
_LRTI,
|
|
@@ -508,7 +515,7 @@ export var ListResourceTelemetryInput = [
|
|
|
508
515
|
[_RIP, _RTe, _TCS, _RTes, _MR, _NT],
|
|
509
516
|
[0, 64 | 0, 128 | 0, 128 | 0, 1, 0],
|
|
510
517
|
];
|
|
511
|
-
export var ListResourceTelemetryOutput = [
|
|
518
|
+
export var ListResourceTelemetryOutput$ = [
|
|
512
519
|
3,
|
|
513
520
|
n0,
|
|
514
521
|
_LRTO,
|
|
@@ -516,8 +523,8 @@ export var ListResourceTelemetryOutput = [
|
|
|
516
523
|
[_TC, _NT],
|
|
517
524
|
[() => TelemetryConfigurations, 0],
|
|
518
525
|
];
|
|
519
|
-
export var ListS3TableIntegrationsInput = [3, n0, _LSTII, 0, [_MR, _NT], [1, 0]];
|
|
520
|
-
export var ListS3TableIntegrationsOutput = [
|
|
526
|
+
export var ListS3TableIntegrationsInput$ = [3, n0, _LSTII, 0, [_MR, _NT], [1, 0]];
|
|
527
|
+
export var ListS3TableIntegrationsOutput$ = [
|
|
521
528
|
3,
|
|
522
529
|
n0,
|
|
523
530
|
_LSTIO,
|
|
@@ -525,10 +532,10 @@ export var ListS3TableIntegrationsOutput = [
|
|
|
525
532
|
[_ISn, _NT],
|
|
526
533
|
[() => IntegrationSummaries, 0],
|
|
527
534
|
];
|
|
528
|
-
export var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_RARN], [0]];
|
|
529
|
-
export var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_T], [128 | 0]];
|
|
530
|
-
export var ListTelemetryPipelinesInput = [3, n0, _LTPI, 0, [_MR, _NT], [1, 0]];
|
|
531
|
-
export var ListTelemetryPipelinesOutput = [
|
|
535
|
+
export var ListTagsForResourceInput$ = [3, n0, _LTFRI, 0, [_RARN], [0]];
|
|
536
|
+
export var ListTagsForResourceOutput$ = [3, n0, _LTFRO, 0, [_T], [128 | 0]];
|
|
537
|
+
export var ListTelemetryPipelinesInput$ = [3, n0, _LTPI, 0, [_MR, _NT], [1, 0]];
|
|
538
|
+
export var ListTelemetryPipelinesOutput$ = [
|
|
532
539
|
3,
|
|
533
540
|
n0,
|
|
534
541
|
_LTPO,
|
|
@@ -536,7 +543,7 @@ export var ListTelemetryPipelinesOutput = [
|
|
|
536
543
|
[_PS, _NT],
|
|
537
544
|
[() => TelemetryPipelineSummaries, 0],
|
|
538
545
|
];
|
|
539
|
-
export var ListTelemetryRulesForOrganizationInput = [
|
|
546
|
+
export var ListTelemetryRulesForOrganizationInput$ = [
|
|
540
547
|
3,
|
|
541
548
|
n0,
|
|
542
549
|
_LTRFOI,
|
|
@@ -544,7 +551,7 @@ export var ListTelemetryRulesForOrganizationInput = [
|
|
|
544
551
|
[_RNP, _SAI, _SOUI, _MR, _NT],
|
|
545
552
|
[0, 64 | 0, 64 | 0, 1, 0],
|
|
546
553
|
];
|
|
547
|
-
export var ListTelemetryRulesForOrganizationOutput = [
|
|
554
|
+
export var ListTelemetryRulesForOrganizationOutput$ = [
|
|
548
555
|
3,
|
|
549
556
|
n0,
|
|
550
557
|
_LTRFOO,
|
|
@@ -552,8 +559,8 @@ export var ListTelemetryRulesForOrganizationOutput = [
|
|
|
552
559
|
[_TRS, _NT],
|
|
553
560
|
[() => TelemetryRuleSummaries, 0],
|
|
554
561
|
];
|
|
555
|
-
export var ListTelemetryRulesInput = [3, n0, _LTRI, 0, [_RNP, _MR, _NT], [0, 1, 0]];
|
|
556
|
-
export var ListTelemetryRulesOutput = [
|
|
562
|
+
export var ListTelemetryRulesInput$ = [3, n0, _LTRI, 0, [_RNP, _MR, _NT], [0, 1, 0]];
|
|
563
|
+
export var ListTelemetryRulesOutput$ = [
|
|
557
564
|
3,
|
|
558
565
|
n0,
|
|
559
566
|
_LTRO,
|
|
@@ -561,21 +568,21 @@ export var ListTelemetryRulesOutput = [
|
|
|
561
568
|
[_TRS, _NT],
|
|
562
569
|
[() => TelemetryRuleSummaries, 0],
|
|
563
570
|
];
|
|
564
|
-
export var LogDeliveryParameters = [3, n0, _LDP, 0, [_LT], [64 | 0]];
|
|
565
|
-
export var LoggingFilter = [3, n0, _LF, 0, [_Fil, _DB], [() => Filters, 0]];
|
|
566
|
-
export var LogsBackupConfiguration = [3, n0, _LBC, 0, [_R, _KKA], [0, 0]];
|
|
567
|
-
export var LogsEncryptionConfiguration = [3, n0, _LEC, 0, [_ES, _KKA, _ECRS], [0, 0, 0]];
|
|
568
|
-
export var PipelineOutput = [
|
|
571
|
+
export var LogDeliveryParameters$ = [3, n0, _LDP, 0, [_LT], [64 | 0]];
|
|
572
|
+
export var LoggingFilter$ = [3, n0, _LF, 0, [_Fil, _DB], [() => Filters, 0]];
|
|
573
|
+
export var LogsBackupConfiguration$ = [3, n0, _LBC, 0, [_R, _KKA], [0, 0]];
|
|
574
|
+
export var LogsEncryptionConfiguration$ = [3, n0, _LEC, 0, [_ES, _KKA, _ECRS], [0, 0, 0]];
|
|
575
|
+
export var PipelineOutput$ = [
|
|
569
576
|
3,
|
|
570
577
|
n0,
|
|
571
578
|
_PO,
|
|
572
579
|
0,
|
|
573
580
|
[_Rec, _Er],
|
|
574
|
-
[() => _Record
|
|
581
|
+
[() => _Record$, () => PipelineOutputError$],
|
|
575
582
|
];
|
|
576
|
-
export var PipelineOutputError = [3, n0, _POE, 0, [_M], [0]];
|
|
577
|
-
export var _Record = [3, n0, _Rec, 0, [_Da, _Ty], [0, 0]];
|
|
578
|
-
export var ResourceNotFoundException = [
|
|
583
|
+
export var PipelineOutputError$ = [3, n0, _POE, 0, [_M], [0]];
|
|
584
|
+
export var _Record$ = [3, n0, _Rec, 0, [_Da, _Ty], [0, 0]];
|
|
585
|
+
export var ResourceNotFoundException$ = [
|
|
579
586
|
-3,
|
|
580
587
|
n0,
|
|
581
588
|
_RNFE,
|
|
@@ -583,8 +590,8 @@ export var ResourceNotFoundException = [
|
|
|
583
590
|
[_M, _RI, _RT],
|
|
584
591
|
[0, 0, 0],
|
|
585
592
|
];
|
|
586
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
587
|
-
export var ServiceQuotaExceededException = [
|
|
593
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
594
|
+
export var ServiceQuotaExceededException$ = [
|
|
588
595
|
-3,
|
|
589
596
|
n0,
|
|
590
597
|
_SQEE,
|
|
@@ -592,14 +599,14 @@ export var ServiceQuotaExceededException = [
|
|
|
592
599
|
[_M, _RI, _RT, _SC, _QC, _aET],
|
|
593
600
|
[0, 0, 0, 0, 0, [0, { [_hH]: _xaE }]],
|
|
594
601
|
];
|
|
595
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
596
|
-
export var SingleHeader = [3, n0, _SH, 0, [_N], [0]];
|
|
597
|
-
export var Source = [3, n0, _S, 0, [_Ty], [0]];
|
|
598
|
-
export var SourceLogsConfiguration = [3, n0, _SLC, 0, [_LGSC, _ELGS], [0, 0]];
|
|
599
|
-
export var StartTelemetryEnrichmentOutput = [3, n0, _STEO, 0, [_St, _AREMVA], [0, 0]];
|
|
600
|
-
export var StopTelemetryEnrichmentOutput = [3, n0, _STEOt, 0, [_St], [0]];
|
|
601
|
-
export var TagResourceInput = [3, n0, _TRI, 0, [_RARN, _T], [0, 128 | 0]];
|
|
602
|
-
export var TelemetryConfiguration = [
|
|
602
|
+
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
603
|
+
export var SingleHeader$ = [3, n0, _SH, 0, [_N], [0]];
|
|
604
|
+
export var Source$ = [3, n0, _S, 0, [_Ty], [0]];
|
|
605
|
+
export var SourceLogsConfiguration$ = [3, n0, _SLC, 0, [_LGSC, _ELGS], [0, 0]];
|
|
606
|
+
export var StartTelemetryEnrichmentOutput$ = [3, n0, _STEO, 0, [_St, _AREMVA], [0, 0]];
|
|
607
|
+
export var StopTelemetryEnrichmentOutput$ = [3, n0, _STEOt, 0, [_St], [0]];
|
|
608
|
+
export var TagResourceInput$ = [3, n0, _TRI, 0, [_RARN, _T], [0, 128 | 0]];
|
|
609
|
+
export var TelemetryConfiguration$ = [
|
|
603
610
|
3,
|
|
604
611
|
n0,
|
|
605
612
|
_TCe,
|
|
@@ -607,7 +614,7 @@ export var TelemetryConfiguration = [
|
|
|
607
614
|
[_AIc, _TCS, _RT, _RIe, _RTes, _LUTS],
|
|
608
615
|
[0, 128 | 0, 0, 0, 128 | 0, 1],
|
|
609
616
|
];
|
|
610
|
-
export var TelemetryDestinationConfiguration = [
|
|
617
|
+
export var TelemetryDestinationConfiguration$ = [
|
|
611
618
|
3,
|
|
612
619
|
n0,
|
|
613
620
|
_TDC,
|
|
@@ -617,40 +624,40 @@ export var TelemetryDestinationConfiguration = [
|
|
|
617
624
|
0,
|
|
618
625
|
0,
|
|
619
626
|
1,
|
|
620
|
-
() => VPCFlowLogParameters
|
|
621
|
-
() => CloudtrailParameters
|
|
622
|
-
() => ELBLoadBalancerLoggingParameters
|
|
623
|
-
() => WAFLoggingParameters
|
|
624
|
-
() => LogDeliveryParameters
|
|
627
|
+
() => VPCFlowLogParameters$,
|
|
628
|
+
() => CloudtrailParameters$,
|
|
629
|
+
() => ELBLoadBalancerLoggingParameters$,
|
|
630
|
+
() => WAFLoggingParameters$,
|
|
631
|
+
() => LogDeliveryParameters$,
|
|
625
632
|
],
|
|
626
633
|
];
|
|
627
|
-
export var TelemetryPipeline = [
|
|
634
|
+
export var TelemetryPipeline$ = [
|
|
628
635
|
3,
|
|
629
636
|
n0,
|
|
630
637
|
_TP,
|
|
631
638
|
0,
|
|
632
639
|
[_CTS, _LUTS, _Ar, _N, _Co, _St, _SR, _T],
|
|
633
|
-
[1, 1, 0, 0, () => TelemetryPipelineConfiguration
|
|
640
|
+
[1, 1, 0, 0, () => TelemetryPipelineConfiguration$, 0, () => TelemetryPipelineStatusReason$, 128 | 0],
|
|
634
641
|
];
|
|
635
|
-
export var TelemetryPipelineConfiguration = [3, n0, _TPC, 0, [_Bo], [0]];
|
|
636
|
-
export var TelemetryPipelineStatusReason = [3, n0, _TPSR, 0, [_De], [0]];
|
|
637
|
-
export var TelemetryPipelineSummary = [
|
|
642
|
+
export var TelemetryPipelineConfiguration$ = [3, n0, _TPC, 0, [_Bo], [0]];
|
|
643
|
+
export var TelemetryPipelineStatusReason$ = [3, n0, _TPSR, 0, [_De], [0]];
|
|
644
|
+
export var TelemetryPipelineSummary$ = [
|
|
638
645
|
3,
|
|
639
646
|
n0,
|
|
640
647
|
_TPS,
|
|
641
648
|
0,
|
|
642
649
|
[_CTS, _LUTS, _Ar, _N, _St, _T, _CS],
|
|
643
|
-
[1, 1, 0, 0, 0, 128 | 0, () => ConfigurationSummary],
|
|
650
|
+
[1, 1, 0, 0, 0, 128 | 0, () => ConfigurationSummary$],
|
|
644
651
|
];
|
|
645
|
-
export var TelemetryRule = [
|
|
652
|
+
export var TelemetryRule$ = [
|
|
646
653
|
3,
|
|
647
654
|
n0,
|
|
648
655
|
_TR,
|
|
649
656
|
0,
|
|
650
657
|
[_RT, _TT, _TST, _DC, _Sc, _SCe],
|
|
651
|
-
[0, 0, 64 | 0, () => TelemetryDestinationConfiguration
|
|
658
|
+
[0, 0, 64 | 0, () => TelemetryDestinationConfiguration$, 0, 0],
|
|
652
659
|
];
|
|
653
|
-
export var TelemetryRuleSummary = [
|
|
660
|
+
export var TelemetryRuleSummary$ = [
|
|
654
661
|
3,
|
|
655
662
|
n0,
|
|
656
663
|
_TRSe,
|
|
@@ -658,56 +665,56 @@ export var TelemetryRuleSummary = [
|
|
|
658
665
|
[_RN, _RA, _CTS, _LUTS, _RT, _TT, _TST],
|
|
659
666
|
[0, 0, 1, 1, 0, 0, 64 | 0],
|
|
660
667
|
];
|
|
661
|
-
export var TestTelemetryPipelineInput = [
|
|
668
|
+
export var TestTelemetryPipelineInput$ = [
|
|
662
669
|
3,
|
|
663
670
|
n0,
|
|
664
671
|
_TTPI,
|
|
665
672
|
0,
|
|
666
673
|
[_Reco, _Co],
|
|
667
|
-
[() => Records, () => TelemetryPipelineConfiguration],
|
|
674
|
+
[() => Records, () => TelemetryPipelineConfiguration$],
|
|
668
675
|
];
|
|
669
|
-
export var TestTelemetryPipelineOutput = [3, n0, _TTPO, 0, [_Res], [() => PipelineOutputs]];
|
|
670
|
-
export var TooManyRequestsException = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
671
|
-
TypeRegistry.for(n0).registerError(TooManyRequestsException
|
|
672
|
-
export var UntagResourceInput = [3, n0, _URI, 0, [_RARN, _TK], [0, 64 | 0]];
|
|
673
|
-
export var UpdateCentralizationRuleForOrganizationInput = [
|
|
676
|
+
export var TestTelemetryPipelineOutput$ = [3, n0, _TTPO, 0, [_Res], [() => PipelineOutputs]];
|
|
677
|
+
export var TooManyRequestsException$ = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
678
|
+
TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
679
|
+
export var UntagResourceInput$ = [3, n0, _URI, 0, [_RARN, _TK], [0, 64 | 0]];
|
|
680
|
+
export var UpdateCentralizationRuleForOrganizationInput$ = [
|
|
674
681
|
3,
|
|
675
682
|
n0,
|
|
676
683
|
_UCRFOI,
|
|
677
684
|
0,
|
|
678
685
|
[_RIu, _Ru],
|
|
679
|
-
[0, () => CentralizationRule],
|
|
686
|
+
[0, () => CentralizationRule$],
|
|
680
687
|
];
|
|
681
|
-
export var UpdateCentralizationRuleForOrganizationOutput = [3, n0, _UCRFOO, 0, [_RA], [0]];
|
|
682
|
-
export var UpdateTelemetryPipelineInput = [
|
|
688
|
+
export var UpdateCentralizationRuleForOrganizationOutput$ = [3, n0, _UCRFOO, 0, [_RA], [0]];
|
|
689
|
+
export var UpdateTelemetryPipelineInput$ = [
|
|
683
690
|
3,
|
|
684
691
|
n0,
|
|
685
692
|
_UTPI,
|
|
686
693
|
0,
|
|
687
694
|
[_PI, _Co],
|
|
688
|
-
[0, () => TelemetryPipelineConfiguration],
|
|
695
|
+
[0, () => TelemetryPipelineConfiguration$],
|
|
689
696
|
];
|
|
690
|
-
export var UpdateTelemetryPipelineOutput = [3, n0, _UTPO, 0, [], []];
|
|
691
|
-
export var UpdateTelemetryRuleForOrganizationInput = [
|
|
697
|
+
export var UpdateTelemetryPipelineOutput$ = [3, n0, _UTPO, 0, [], []];
|
|
698
|
+
export var UpdateTelemetryRuleForOrganizationInput$ = [
|
|
692
699
|
3,
|
|
693
700
|
n0,
|
|
694
701
|
_UTRFOI,
|
|
695
702
|
0,
|
|
696
703
|
[_RIu, _Ru],
|
|
697
|
-
[0, () => TelemetryRule],
|
|
704
|
+
[0, () => TelemetryRule$],
|
|
698
705
|
];
|
|
699
|
-
export var UpdateTelemetryRuleForOrganizationOutput = [3, n0, _UTRFOO, 0, [_RA], [0]];
|
|
700
|
-
export var UpdateTelemetryRuleInput = [3, n0, _UTRI, 0, [_RIu, _Ru], [0, () => TelemetryRule]];
|
|
701
|
-
export var UpdateTelemetryRuleOutput = [3, n0, _UTRO, 0, [_RA], [0]];
|
|
702
|
-
export var ValidateTelemetryPipelineConfigurationInput = [
|
|
706
|
+
export var UpdateTelemetryRuleForOrganizationOutput$ = [3, n0, _UTRFOO, 0, [_RA], [0]];
|
|
707
|
+
export var UpdateTelemetryRuleInput$ = [3, n0, _UTRI, 0, [_RIu, _Ru], [0, () => TelemetryRule$]];
|
|
708
|
+
export var UpdateTelemetryRuleOutput$ = [3, n0, _UTRO, 0, [_RA], [0]];
|
|
709
|
+
export var ValidateTelemetryPipelineConfigurationInput$ = [
|
|
703
710
|
3,
|
|
704
711
|
n0,
|
|
705
712
|
_VTPCI,
|
|
706
713
|
0,
|
|
707
714
|
[_Co],
|
|
708
|
-
[() => TelemetryPipelineConfiguration],
|
|
715
|
+
[() => TelemetryPipelineConfiguration$],
|
|
709
716
|
];
|
|
710
|
-
export var ValidateTelemetryPipelineConfigurationOutput = [
|
|
717
|
+
export var ValidateTelemetryPipelineConfigurationOutput$ = [
|
|
711
718
|
3,
|
|
712
719
|
n0,
|
|
713
720
|
_VTPCO,
|
|
@@ -715,8 +722,8 @@ export var ValidateTelemetryPipelineConfigurationOutput = [
|
|
|
715
722
|
[_Err],
|
|
716
723
|
[() => ValidationErrors],
|
|
717
724
|
];
|
|
718
|
-
export var ValidationError = [3, n0, _VE, 0, [_M, _Rea, _FM], [0, 0, 128 | 0]];
|
|
719
|
-
export var ValidationException = [
|
|
725
|
+
export var ValidationError$ = [3, n0, _VE, 0, [_M, _Rea, _FM], [0, 0, 128 | 0]];
|
|
726
|
+
export var ValidationException$ = [
|
|
720
727
|
-3,
|
|
721
728
|
n0,
|
|
722
729
|
_VEa,
|
|
@@ -724,18 +731,18 @@ export var ValidationException = [
|
|
|
724
731
|
[_M, _Err],
|
|
725
732
|
[0, () => ValidationErrors],
|
|
726
733
|
];
|
|
727
|
-
TypeRegistry.for(n0).registerError(ValidationException
|
|
728
|
-
export var VPCFlowLogParameters = [3, n0, _VPCFLP, 0, [_LFo, _TTr, _MAI], [0, 0, 1]];
|
|
729
|
-
export var WAFLoggingParameters = [
|
|
734
|
+
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
735
|
+
export var VPCFlowLogParameters$ = [3, n0, _VPCFLP, 0, [_LFo, _TTr, _MAI], [0, 0, 1]];
|
|
736
|
+
export var WAFLoggingParameters$ = [
|
|
730
737
|
3,
|
|
731
738
|
n0,
|
|
732
739
|
_WAFLP,
|
|
733
740
|
0,
|
|
734
741
|
[_RF, _LF, _LTo],
|
|
735
|
-
[() => RedactedFields, () => LoggingFilter
|
|
742
|
+
[() => RedactedFields, () => LoggingFilter$, 0],
|
|
736
743
|
];
|
|
737
|
-
|
|
738
|
-
export var ObservabilityAdminServiceException = [
|
|
744
|
+
var __Unit = "unit";
|
|
745
|
+
export var ObservabilityAdminServiceException$ = [
|
|
739
746
|
-3,
|
|
740
747
|
_sm,
|
|
741
748
|
"ObservabilityAdminServiceException",
|
|
@@ -743,253 +750,253 @@ export var ObservabilityAdminServiceException = [
|
|
|
743
750
|
[],
|
|
744
751
|
[],
|
|
745
752
|
];
|
|
746
|
-
TypeRegistry.for(_sm).registerError(ObservabilityAdminServiceException
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
export var CreateCentralizationRuleForOrganization = [
|
|
753
|
+
TypeRegistry.for(_sm).registerError(ObservabilityAdminServiceException$, ObservabilityAdminServiceException);
|
|
754
|
+
var AccountIdentifiers = 64 | 0;
|
|
755
|
+
var AdvancedEventSelectors = [1, n0, _AESd, 0, () => AdvancedEventSelector$];
|
|
756
|
+
var CentralizationRuleSummaries = [1, n0, _CRSen, 0, () => CentralizationRuleSummary$];
|
|
757
|
+
var Conditions = [1, n0, _Con, 0, () => Condition$];
|
|
758
|
+
var DataSources = [1, n0, _DS, 0, () => DataSource$];
|
|
759
|
+
var FieldSelectors = [1, n0, _FS, 0, () => AdvancedFieldSelector$];
|
|
760
|
+
var Filters = [1, n0, _Fil, 0, () => Filter$];
|
|
761
|
+
var IntegrationSummaries = [1, n0, _ISn, 0, () => IntegrationSummary$];
|
|
762
|
+
var LogTypes = 64 | 0;
|
|
763
|
+
var OrganizationUnitIdentifiers = 64 | 0;
|
|
764
|
+
var PipelineOutputs = [1, n0, _POi, 0, () => PipelineOutput$];
|
|
765
|
+
var Processors = 64 | 0;
|
|
766
|
+
var Records = [1, n0, _Reco, 0, () => _Record$];
|
|
767
|
+
var RedactedFields = [1, n0, _RF, 0, () => FieldToMatch$];
|
|
768
|
+
var Regions = 64 | 0;
|
|
769
|
+
var ResourceTypes = 64 | 0;
|
|
770
|
+
var Sinks = 64 | 0;
|
|
771
|
+
var Sources = [1, n0, _So, 0, () => Source$];
|
|
772
|
+
var StringList = 64 | 0;
|
|
773
|
+
var TagKeyList = 64 | 0;
|
|
774
|
+
var TelemetryConfigurations = [1, n0, _TC, 0, () => TelemetryConfiguration$];
|
|
775
|
+
var TelemetryPipelineSummaries = [1, n0, _TPSe, 0, () => TelemetryPipelineSummary$];
|
|
776
|
+
var TelemetryRuleSummaries = [1, n0, _TRS, 0, () => TelemetryRuleSummary$];
|
|
777
|
+
var TelemetrySourceTypes = 64 | 0;
|
|
778
|
+
var ValidationErrors = [1, n0, _VEal, 0, () => ValidationError$];
|
|
779
|
+
var FieldMap = 128 | 0;
|
|
780
|
+
var TagMapInput = 128 | 0;
|
|
781
|
+
var TagMapOutput = 128 | 0;
|
|
782
|
+
var TelemetryConfigurationState = 128 | 0;
|
|
783
|
+
export var CreateCentralizationRuleForOrganization$ = [
|
|
777
784
|
9,
|
|
778
785
|
n0,
|
|
779
786
|
_CCRFO,
|
|
780
787
|
{ [_h]: ["POST", "/CreateCentralizationRuleForOrganization", 200] },
|
|
781
|
-
() => CreateCentralizationRuleForOrganizationInput
|
|
782
|
-
() => CreateCentralizationRuleForOrganizationOutput
|
|
788
|
+
() => CreateCentralizationRuleForOrganizationInput$,
|
|
789
|
+
() => CreateCentralizationRuleForOrganizationOutput$,
|
|
783
790
|
];
|
|
784
|
-
export var CreateS3TableIntegration = [
|
|
791
|
+
export var CreateS3TableIntegration$ = [
|
|
785
792
|
9,
|
|
786
793
|
n0,
|
|
787
794
|
_CSTI,
|
|
788
795
|
{ [_h]: ["POST", "/CreateS3TableIntegration", 200] },
|
|
789
|
-
() => CreateS3TableIntegrationInput
|
|
790
|
-
() => CreateS3TableIntegrationOutput
|
|
796
|
+
() => CreateS3TableIntegrationInput$,
|
|
797
|
+
() => CreateS3TableIntegrationOutput$,
|
|
791
798
|
];
|
|
792
|
-
export var CreateTelemetryPipeline = [
|
|
799
|
+
export var CreateTelemetryPipeline$ = [
|
|
793
800
|
9,
|
|
794
801
|
n0,
|
|
795
802
|
_CTP,
|
|
796
803
|
{ [_h]: ["POST", "/CreateTelemetryPipeline", 200] },
|
|
797
|
-
() => CreateTelemetryPipelineInput
|
|
798
|
-
() => CreateTelemetryPipelineOutput
|
|
804
|
+
() => CreateTelemetryPipelineInput$,
|
|
805
|
+
() => CreateTelemetryPipelineOutput$,
|
|
799
806
|
];
|
|
800
|
-
export var CreateTelemetryRule = [
|
|
807
|
+
export var CreateTelemetryRule$ = [
|
|
801
808
|
9,
|
|
802
809
|
n0,
|
|
803
810
|
_CTR,
|
|
804
811
|
{ [_h]: ["POST", "/CreateTelemetryRule", 200] },
|
|
805
|
-
() => CreateTelemetryRuleInput
|
|
806
|
-
() => CreateTelemetryRuleOutput
|
|
812
|
+
() => CreateTelemetryRuleInput$,
|
|
813
|
+
() => CreateTelemetryRuleOutput$,
|
|
807
814
|
];
|
|
808
|
-
export var CreateTelemetryRuleForOrganization = [
|
|
815
|
+
export var CreateTelemetryRuleForOrganization$ = [
|
|
809
816
|
9,
|
|
810
817
|
n0,
|
|
811
818
|
_CTRFO,
|
|
812
819
|
{ [_h]: ["POST", "/CreateTelemetryRuleForOrganization", 200] },
|
|
813
|
-
() => CreateTelemetryRuleForOrganizationInput
|
|
814
|
-
() => CreateTelemetryRuleForOrganizationOutput
|
|
820
|
+
() => CreateTelemetryRuleForOrganizationInput$,
|
|
821
|
+
() => CreateTelemetryRuleForOrganizationOutput$,
|
|
815
822
|
];
|
|
816
|
-
export var DeleteCentralizationRuleForOrganization = [
|
|
823
|
+
export var DeleteCentralizationRuleForOrganization$ = [
|
|
817
824
|
9,
|
|
818
825
|
n0,
|
|
819
826
|
_DCRFO,
|
|
820
827
|
{ [_h]: ["POST", "/DeleteCentralizationRuleForOrganization", 200] },
|
|
821
|
-
() => DeleteCentralizationRuleForOrganizationInput
|
|
828
|
+
() => DeleteCentralizationRuleForOrganizationInput$,
|
|
822
829
|
() => __Unit,
|
|
823
830
|
];
|
|
824
|
-
export var DeleteS3TableIntegration = [
|
|
831
|
+
export var DeleteS3TableIntegration$ = [
|
|
825
832
|
9,
|
|
826
833
|
n0,
|
|
827
834
|
_DSTI,
|
|
828
835
|
{ [_h]: ["POST", "/DeleteS3TableIntegration", 204] },
|
|
829
|
-
() => DeleteS3TableIntegrationInput
|
|
836
|
+
() => DeleteS3TableIntegrationInput$,
|
|
830
837
|
() => __Unit,
|
|
831
838
|
];
|
|
832
|
-
export var DeleteTelemetryPipeline = [
|
|
839
|
+
export var DeleteTelemetryPipeline$ = [
|
|
833
840
|
9,
|
|
834
841
|
n0,
|
|
835
842
|
_DTP,
|
|
836
843
|
{ [_h]: ["POST", "/DeleteTelemetryPipeline", 200] },
|
|
837
|
-
() => DeleteTelemetryPipelineInput
|
|
838
|
-
() => DeleteTelemetryPipelineOutput
|
|
844
|
+
() => DeleteTelemetryPipelineInput$,
|
|
845
|
+
() => DeleteTelemetryPipelineOutput$,
|
|
839
846
|
];
|
|
840
|
-
export var DeleteTelemetryRule = [
|
|
847
|
+
export var DeleteTelemetryRule$ = [
|
|
841
848
|
9,
|
|
842
849
|
n0,
|
|
843
850
|
_DTR,
|
|
844
851
|
{ [_h]: ["POST", "/DeleteTelemetryRule", 200] },
|
|
845
|
-
() => DeleteTelemetryRuleInput
|
|
852
|
+
() => DeleteTelemetryRuleInput$,
|
|
846
853
|
() => __Unit,
|
|
847
854
|
];
|
|
848
|
-
export var DeleteTelemetryRuleForOrganization = [
|
|
855
|
+
export var DeleteTelemetryRuleForOrganization$ = [
|
|
849
856
|
9,
|
|
850
857
|
n0,
|
|
851
858
|
_DTRFO,
|
|
852
859
|
{ [_h]: ["POST", "/DeleteTelemetryRuleForOrganization", 200] },
|
|
853
|
-
() => DeleteTelemetryRuleForOrganizationInput
|
|
860
|
+
() => DeleteTelemetryRuleForOrganizationInput$,
|
|
854
861
|
() => __Unit,
|
|
855
862
|
];
|
|
856
|
-
export var GetCentralizationRuleForOrganization = [
|
|
863
|
+
export var GetCentralizationRuleForOrganization$ = [
|
|
857
864
|
9,
|
|
858
865
|
n0,
|
|
859
866
|
_GCRFO,
|
|
860
867
|
{ [_h]: ["POST", "/GetCentralizationRuleForOrganization", 200] },
|
|
861
|
-
() => GetCentralizationRuleForOrganizationInput
|
|
862
|
-
() => GetCentralizationRuleForOrganizationOutput
|
|
868
|
+
() => GetCentralizationRuleForOrganizationInput$,
|
|
869
|
+
() => GetCentralizationRuleForOrganizationOutput$,
|
|
863
870
|
];
|
|
864
|
-
export var GetS3TableIntegration = [
|
|
871
|
+
export var GetS3TableIntegration$ = [
|
|
865
872
|
9,
|
|
866
873
|
n0,
|
|
867
874
|
_GSTI,
|
|
868
875
|
{ [_h]: ["POST", "/GetS3TableIntegration", 200] },
|
|
869
|
-
() => GetS3TableIntegrationInput
|
|
870
|
-
() => GetS3TableIntegrationOutput
|
|
876
|
+
() => GetS3TableIntegrationInput$,
|
|
877
|
+
() => GetS3TableIntegrationOutput$,
|
|
871
878
|
];
|
|
872
|
-
export var GetTelemetryEnrichmentStatus = [
|
|
879
|
+
export var GetTelemetryEnrichmentStatus$ = [
|
|
873
880
|
9,
|
|
874
881
|
n0,
|
|
875
882
|
_GTES,
|
|
876
883
|
{ [_h]: ["POST", "/GetTelemetryEnrichmentStatus", 200] },
|
|
877
884
|
() => __Unit,
|
|
878
|
-
() => GetTelemetryEnrichmentStatusOutput
|
|
885
|
+
() => GetTelemetryEnrichmentStatusOutput$,
|
|
879
886
|
];
|
|
880
|
-
export var GetTelemetryEvaluationStatus = [
|
|
887
|
+
export var GetTelemetryEvaluationStatus$ = [
|
|
881
888
|
9,
|
|
882
889
|
n0,
|
|
883
890
|
_GTESe,
|
|
884
891
|
{ [_h]: ["POST", "/GetTelemetryEvaluationStatus", 200] },
|
|
885
892
|
() => __Unit,
|
|
886
|
-
() => GetTelemetryEvaluationStatusOutput
|
|
893
|
+
() => GetTelemetryEvaluationStatusOutput$,
|
|
887
894
|
];
|
|
888
|
-
export var GetTelemetryEvaluationStatusForOrganization = [
|
|
895
|
+
export var GetTelemetryEvaluationStatusForOrganization$ = [
|
|
889
896
|
9,
|
|
890
897
|
n0,
|
|
891
898
|
_GTESFO,
|
|
892
899
|
{ [_h]: ["POST", "/GetTelemetryEvaluationStatusForOrganization", 200] },
|
|
893
900
|
() => __Unit,
|
|
894
|
-
() => GetTelemetryEvaluationStatusForOrganizationOutput
|
|
901
|
+
() => GetTelemetryEvaluationStatusForOrganizationOutput$,
|
|
895
902
|
];
|
|
896
|
-
export var GetTelemetryPipeline = [
|
|
903
|
+
export var GetTelemetryPipeline$ = [
|
|
897
904
|
9,
|
|
898
905
|
n0,
|
|
899
906
|
_GTP,
|
|
900
907
|
{ [_h]: ["POST", "/GetTelemetryPipeline", 200] },
|
|
901
|
-
() => GetTelemetryPipelineInput
|
|
902
|
-
() => GetTelemetryPipelineOutput
|
|
908
|
+
() => GetTelemetryPipelineInput$,
|
|
909
|
+
() => GetTelemetryPipelineOutput$,
|
|
903
910
|
];
|
|
904
|
-
export var GetTelemetryRule = [
|
|
911
|
+
export var GetTelemetryRule$ = [
|
|
905
912
|
9,
|
|
906
913
|
n0,
|
|
907
914
|
_GTR,
|
|
908
915
|
{ [_h]: ["POST", "/GetTelemetryRule", 200] },
|
|
909
|
-
() => GetTelemetryRuleInput
|
|
910
|
-
() => GetTelemetryRuleOutput
|
|
916
|
+
() => GetTelemetryRuleInput$,
|
|
917
|
+
() => GetTelemetryRuleOutput$,
|
|
911
918
|
];
|
|
912
|
-
export var GetTelemetryRuleForOrganization = [
|
|
919
|
+
export var GetTelemetryRuleForOrganization$ = [
|
|
913
920
|
9,
|
|
914
921
|
n0,
|
|
915
922
|
_GTRFO,
|
|
916
923
|
{ [_h]: ["POST", "/GetTelemetryRuleForOrganization", 200] },
|
|
917
|
-
() => GetTelemetryRuleForOrganizationInput
|
|
918
|
-
() => GetTelemetryRuleForOrganizationOutput
|
|
924
|
+
() => GetTelemetryRuleForOrganizationInput$,
|
|
925
|
+
() => GetTelemetryRuleForOrganizationOutput$,
|
|
919
926
|
];
|
|
920
|
-
export var ListCentralizationRulesForOrganization = [
|
|
927
|
+
export var ListCentralizationRulesForOrganization$ = [
|
|
921
928
|
9,
|
|
922
929
|
n0,
|
|
923
930
|
_LCRFO,
|
|
924
931
|
{ [_h]: ["POST", "/ListCentralizationRulesForOrganization", 200] },
|
|
925
|
-
() => ListCentralizationRulesForOrganizationInput
|
|
926
|
-
() => ListCentralizationRulesForOrganizationOutput
|
|
932
|
+
() => ListCentralizationRulesForOrganizationInput$,
|
|
933
|
+
() => ListCentralizationRulesForOrganizationOutput$,
|
|
927
934
|
];
|
|
928
|
-
export var ListResourceTelemetry = [
|
|
935
|
+
export var ListResourceTelemetry$ = [
|
|
929
936
|
9,
|
|
930
937
|
n0,
|
|
931
938
|
_LRT,
|
|
932
939
|
{ [_h]: ["POST", "/ListResourceTelemetry", 200] },
|
|
933
|
-
() => ListResourceTelemetryInput
|
|
934
|
-
() => ListResourceTelemetryOutput
|
|
940
|
+
() => ListResourceTelemetryInput$,
|
|
941
|
+
() => ListResourceTelemetryOutput$,
|
|
935
942
|
];
|
|
936
|
-
export var ListResourceTelemetryForOrganization = [
|
|
943
|
+
export var ListResourceTelemetryForOrganization$ = [
|
|
937
944
|
9,
|
|
938
945
|
n0,
|
|
939
946
|
_LRTFO,
|
|
940
947
|
{ [_h]: ["POST", "/ListResourceTelemetryForOrganization", 200] },
|
|
941
|
-
() => ListResourceTelemetryForOrganizationInput
|
|
942
|
-
() => ListResourceTelemetryForOrganizationOutput
|
|
948
|
+
() => ListResourceTelemetryForOrganizationInput$,
|
|
949
|
+
() => ListResourceTelemetryForOrganizationOutput$,
|
|
943
950
|
];
|
|
944
|
-
export var ListS3TableIntegrations = [
|
|
951
|
+
export var ListS3TableIntegrations$ = [
|
|
945
952
|
9,
|
|
946
953
|
n0,
|
|
947
954
|
_LSTI,
|
|
948
955
|
{ [_h]: ["POST", "/ListS3TableIntegrations", 200] },
|
|
949
|
-
() => ListS3TableIntegrationsInput
|
|
950
|
-
() => ListS3TableIntegrationsOutput
|
|
956
|
+
() => ListS3TableIntegrationsInput$,
|
|
957
|
+
() => ListS3TableIntegrationsOutput$,
|
|
951
958
|
];
|
|
952
|
-
export var ListTagsForResource = [
|
|
959
|
+
export var ListTagsForResource$ = [
|
|
953
960
|
9,
|
|
954
961
|
n0,
|
|
955
962
|
_LTFR,
|
|
956
963
|
{ [_h]: ["POST", "/ListTagsForResource", 200] },
|
|
957
|
-
() => ListTagsForResourceInput
|
|
958
|
-
() => ListTagsForResourceOutput
|
|
964
|
+
() => ListTagsForResourceInput$,
|
|
965
|
+
() => ListTagsForResourceOutput$,
|
|
959
966
|
];
|
|
960
|
-
export var ListTelemetryPipelines = [
|
|
967
|
+
export var ListTelemetryPipelines$ = [
|
|
961
968
|
9,
|
|
962
969
|
n0,
|
|
963
970
|
_LTP,
|
|
964
971
|
{ [_h]: ["POST", "/ListTelemetryPipelines", 200] },
|
|
965
|
-
() => ListTelemetryPipelinesInput
|
|
966
|
-
() => ListTelemetryPipelinesOutput
|
|
972
|
+
() => ListTelemetryPipelinesInput$,
|
|
973
|
+
() => ListTelemetryPipelinesOutput$,
|
|
967
974
|
];
|
|
968
|
-
export var ListTelemetryRules = [
|
|
975
|
+
export var ListTelemetryRules$ = [
|
|
969
976
|
9,
|
|
970
977
|
n0,
|
|
971
978
|
_LTR,
|
|
972
979
|
{ [_h]: ["POST", "/ListTelemetryRules", 200] },
|
|
973
|
-
() => ListTelemetryRulesInput
|
|
974
|
-
() => ListTelemetryRulesOutput
|
|
980
|
+
() => ListTelemetryRulesInput$,
|
|
981
|
+
() => ListTelemetryRulesOutput$,
|
|
975
982
|
];
|
|
976
|
-
export var ListTelemetryRulesForOrganization = [
|
|
983
|
+
export var ListTelemetryRulesForOrganization$ = [
|
|
977
984
|
9,
|
|
978
985
|
n0,
|
|
979
986
|
_LTRFO,
|
|
980
987
|
{ [_h]: ["POST", "/ListTelemetryRulesForOrganization", 200] },
|
|
981
|
-
() => ListTelemetryRulesForOrganizationInput
|
|
982
|
-
() => ListTelemetryRulesForOrganizationOutput
|
|
988
|
+
() => ListTelemetryRulesForOrganizationInput$,
|
|
989
|
+
() => ListTelemetryRulesForOrganizationOutput$,
|
|
983
990
|
];
|
|
984
|
-
export var StartTelemetryEnrichment = [
|
|
991
|
+
export var StartTelemetryEnrichment$ = [
|
|
985
992
|
9,
|
|
986
993
|
n0,
|
|
987
994
|
_STE,
|
|
988
995
|
{ [_h]: ["POST", "/StartTelemetryEnrichment", 202] },
|
|
989
996
|
() => __Unit,
|
|
990
|
-
() => StartTelemetryEnrichmentOutput
|
|
997
|
+
() => StartTelemetryEnrichmentOutput$,
|
|
991
998
|
];
|
|
992
|
-
export var StartTelemetryEvaluation = [
|
|
999
|
+
export var StartTelemetryEvaluation$ = [
|
|
993
1000
|
9,
|
|
994
1001
|
n0,
|
|
995
1002
|
_STEt,
|
|
@@ -997,7 +1004,7 @@ export var StartTelemetryEvaluation = [
|
|
|
997
1004
|
() => __Unit,
|
|
998
1005
|
() => __Unit,
|
|
999
1006
|
];
|
|
1000
|
-
export var StartTelemetryEvaluationForOrganization = [
|
|
1007
|
+
export var StartTelemetryEvaluationForOrganization$ = [
|
|
1001
1008
|
9,
|
|
1002
1009
|
n0,
|
|
1003
1010
|
_STEFO,
|
|
@@ -1005,15 +1012,15 @@ export var StartTelemetryEvaluationForOrganization = [
|
|
|
1005
1012
|
() => __Unit,
|
|
1006
1013
|
() => __Unit,
|
|
1007
1014
|
];
|
|
1008
|
-
export var StopTelemetryEnrichment = [
|
|
1015
|
+
export var StopTelemetryEnrichment$ = [
|
|
1009
1016
|
9,
|
|
1010
1017
|
n0,
|
|
1011
1018
|
_STEto,
|
|
1012
1019
|
{ [_h]: ["POST", "/StopTelemetryEnrichment", 202] },
|
|
1013
1020
|
() => __Unit,
|
|
1014
|
-
() => StopTelemetryEnrichmentOutput
|
|
1021
|
+
() => StopTelemetryEnrichmentOutput$,
|
|
1015
1022
|
];
|
|
1016
|
-
export var StopTelemetryEvaluation = [
|
|
1023
|
+
export var StopTelemetryEvaluation$ = [
|
|
1017
1024
|
9,
|
|
1018
1025
|
n0,
|
|
1019
1026
|
_STEtop,
|
|
@@ -1021,7 +1028,7 @@ export var StopTelemetryEvaluation = [
|
|
|
1021
1028
|
() => __Unit,
|
|
1022
1029
|
() => __Unit,
|
|
1023
1030
|
];
|
|
1024
|
-
export var StopTelemetryEvaluationForOrganization = [
|
|
1031
|
+
export var StopTelemetryEvaluationForOrganization$ = [
|
|
1025
1032
|
9,
|
|
1026
1033
|
n0,
|
|
1027
1034
|
_STEFOt,
|
|
@@ -1029,67 +1036,67 @@ export var StopTelemetryEvaluationForOrganization = [
|
|
|
1029
1036
|
() => __Unit,
|
|
1030
1037
|
() => __Unit,
|
|
1031
1038
|
];
|
|
1032
|
-
export var TagResource = [
|
|
1039
|
+
export var TagResource$ = [
|
|
1033
1040
|
9,
|
|
1034
1041
|
n0,
|
|
1035
1042
|
_TRa,
|
|
1036
1043
|
{ [_h]: ["POST", "/TagResource", 200] },
|
|
1037
|
-
() => TagResourceInput
|
|
1044
|
+
() => TagResourceInput$,
|
|
1038
1045
|
() => __Unit,
|
|
1039
1046
|
];
|
|
1040
|
-
export var TestTelemetryPipeline = [
|
|
1047
|
+
export var TestTelemetryPipeline$ = [
|
|
1041
1048
|
9,
|
|
1042
1049
|
n0,
|
|
1043
1050
|
_TTP,
|
|
1044
1051
|
{ [_h]: ["POST", "/TestTelemetryPipeline", 200] },
|
|
1045
|
-
() => TestTelemetryPipelineInput
|
|
1046
|
-
() => TestTelemetryPipelineOutput
|
|
1052
|
+
() => TestTelemetryPipelineInput$,
|
|
1053
|
+
() => TestTelemetryPipelineOutput$,
|
|
1047
1054
|
];
|
|
1048
|
-
export var UntagResource = [
|
|
1055
|
+
export var UntagResource$ = [
|
|
1049
1056
|
9,
|
|
1050
1057
|
n0,
|
|
1051
1058
|
_UR,
|
|
1052
1059
|
{ [_h]: ["POST", "/UntagResource", 200] },
|
|
1053
|
-
() => UntagResourceInput
|
|
1060
|
+
() => UntagResourceInput$,
|
|
1054
1061
|
() => __Unit,
|
|
1055
1062
|
];
|
|
1056
|
-
export var UpdateCentralizationRuleForOrganization = [
|
|
1063
|
+
export var UpdateCentralizationRuleForOrganization$ = [
|
|
1057
1064
|
9,
|
|
1058
1065
|
n0,
|
|
1059
1066
|
_UCRFO,
|
|
1060
1067
|
{ [_h]: ["POST", "/UpdateCentralizationRuleForOrganization", 200] },
|
|
1061
|
-
() => UpdateCentralizationRuleForOrganizationInput
|
|
1062
|
-
() => UpdateCentralizationRuleForOrganizationOutput
|
|
1068
|
+
() => UpdateCentralizationRuleForOrganizationInput$,
|
|
1069
|
+
() => UpdateCentralizationRuleForOrganizationOutput$,
|
|
1063
1070
|
];
|
|
1064
|
-
export var UpdateTelemetryPipeline = [
|
|
1071
|
+
export var UpdateTelemetryPipeline$ = [
|
|
1065
1072
|
9,
|
|
1066
1073
|
n0,
|
|
1067
1074
|
_UTP,
|
|
1068
1075
|
{ [_h]: ["POST", "/UpdateTelemetryPipeline", 200] },
|
|
1069
|
-
() => UpdateTelemetryPipelineInput
|
|
1070
|
-
() => UpdateTelemetryPipelineOutput
|
|
1076
|
+
() => UpdateTelemetryPipelineInput$,
|
|
1077
|
+
() => UpdateTelemetryPipelineOutput$,
|
|
1071
1078
|
];
|
|
1072
|
-
export var UpdateTelemetryRule = [
|
|
1079
|
+
export var UpdateTelemetryRule$ = [
|
|
1073
1080
|
9,
|
|
1074
1081
|
n0,
|
|
1075
1082
|
_UTR,
|
|
1076
1083
|
{ [_h]: ["POST", "/UpdateTelemetryRule", 200] },
|
|
1077
|
-
() => UpdateTelemetryRuleInput
|
|
1078
|
-
() => UpdateTelemetryRuleOutput
|
|
1084
|
+
() => UpdateTelemetryRuleInput$,
|
|
1085
|
+
() => UpdateTelemetryRuleOutput$,
|
|
1079
1086
|
];
|
|
1080
|
-
export var UpdateTelemetryRuleForOrganization = [
|
|
1087
|
+
export var UpdateTelemetryRuleForOrganization$ = [
|
|
1081
1088
|
9,
|
|
1082
1089
|
n0,
|
|
1083
1090
|
_UTRFO,
|
|
1084
1091
|
{ [_h]: ["POST", "/UpdateTelemetryRuleForOrganization", 200] },
|
|
1085
|
-
() => UpdateTelemetryRuleForOrganizationInput
|
|
1086
|
-
() => UpdateTelemetryRuleForOrganizationOutput
|
|
1092
|
+
() => UpdateTelemetryRuleForOrganizationInput$,
|
|
1093
|
+
() => UpdateTelemetryRuleForOrganizationOutput$,
|
|
1087
1094
|
];
|
|
1088
|
-
export var ValidateTelemetryPipelineConfiguration = [
|
|
1095
|
+
export var ValidateTelemetryPipelineConfiguration$ = [
|
|
1089
1096
|
9,
|
|
1090
1097
|
n0,
|
|
1091
1098
|
_VTPC,
|
|
1092
1099
|
{ [_h]: ["POST", "/ValidateTelemetryPipelineConfiguration", 200] },
|
|
1093
|
-
() => ValidateTelemetryPipelineConfigurationInput
|
|
1094
|
-
() => ValidateTelemetryPipelineConfigurationOutput
|
|
1100
|
+
() => ValidateTelemetryPipelineConfigurationInput$,
|
|
1101
|
+
() => ValidateTelemetryPipelineConfigurationOutput$,
|
|
1095
1102
|
];
|