@aws-sdk/client-application-signals 3.1067.0 → 3.1069.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/auth/httpAuthSchemeProvider.js +9 -15
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +117 -137
- package/dist-cjs/models/ApplicationSignalsServiceException.js +4 -8
- package/dist-cjs/models/errors.js +13 -22
- package/dist-cjs/runtimeConfig.browser.js +22 -26
- package/dist-cjs/runtimeConfig.js +30 -34
- package/dist-cjs/runtimeConfig.native.js +4 -7
- package/dist-cjs/runtimeConfig.shared.js +20 -24
- package/dist-cjs/schemas/schemas_0.js +306 -203
- package/package.json +8 -8
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListServiceLevelObjectiveExclusionWindowsInput$ = exports.ListServiceDependentsOutput$ = exports.ListServiceDependentsInput$ = exports.ListServiceDependenciesOutput$ = exports.ListServiceDependenciesInput$ = exports.ListGroupingAttributeDefinitionsOutput$ = exports.ListGroupingAttributeDefinitionsInput$ = exports.ListEntityEventsOutput$ = exports.ListEntityEventsInput$ = exports.ListAuditFindingsOutput$ = exports.ListAuditFindingsInput$ = exports.GroupingConfiguration$ = exports.GroupingAttributeDefinition$ = exports.Goal$ = exports.GetServiceOutput$ = exports.GetServiceLevelObjectiveOutput$ = exports.GetServiceLevelObjectiveInput$ = exports.GetServiceInput$ = exports.ExclusionWindow$ = exports.Edge$ = exports.Dimension$ = exports.DependencyGraph$ = exports.DependencyConfig$ = exports.DeleteServiceLevelObjectiveOutput$ = exports.DeleteServiceLevelObjectiveInput$ = exports.DeleteGroupingConfigurationOutput$ = exports.CreateServiceLevelObjectiveOutput$ = exports.CreateServiceLevelObjectiveInput$ = exports.CompositeSliConfig$ = exports.ChangeEvent$ = exports.CanaryEntity$ = exports.CalendarInterval$ = exports.BurnRateConfiguration$ = exports.BatchUpdateExclusionWindowsOutput$ = exports.BatchUpdateExclusionWindowsInput$ = exports.BatchUpdateExclusionWindowsError$ = exports.BatchGetServiceLevelObjectiveBudgetReportOutput$ = exports.BatchGetServiceLevelObjectiveBudgetReportInput$ = exports.AuditTarget$ = exports.AuditorResult$ = exports.AuditFinding$ = exports.AttributeFilter$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.ApplicationSignalsServiceException$ = void 0;
|
|
4
|
-
exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.Tag$ = exports.StartDiscoveryOutput$ = exports.StartDiscoveryInput$ = exports.ServiceSummary$ = exports.ServiceState$ = exports.ServiceOperationEntity$ = exports.ServiceOperation$ = exports.ServiceLevelObjectiveSummary$ = exports.ServiceLevelObjectiveEntity$ = exports.ServiceLevelObjectiveBudgetReportError$ = exports.ServiceLevelObjectiveBudgetReport$ = exports.ServiceLevelObjective$ = exports.ServiceLevelIndicatorMetricConfig$ = exports.ServiceLevelIndicatorMetric$ = exports.ServiceLevelIndicatorConfig$ = exports.ServiceLevelIndicator$ = exports.ServiceGroup$ = exports.ServiceEntity$ = exports.ServiceDependent$ = exports.ServiceDependency$ = exports.Service$ = exports.SelectionConfig$ = exports.RollingInterval$ = exports.RequestBasedServiceLevelIndicatorMetricConfig$ = exports.RequestBasedServiceLevelIndicatorMetric$ = exports.RequestBasedServiceLevelIndicatorConfig$ = exports.RequestBasedServiceLevelIndicator$ = exports.RecurrenceRule$ = exports.PutGroupingConfigurationOutput$ = exports.PutGroupingConfigurationInput$ = exports.Node$ = exports.MetricStat$ = exports.MetricSource$ = exports.MetricReference$ = exports.MetricGraph$ = exports.MetricDataQuery$ = exports.Metric$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListServiceStatesOutput$ = exports.ListServiceStatesInput$ = exports.ListServicesOutput$ = exports.ListServicesInput$ = exports.ListServiceOperationsOutput$ = exports.ListServiceOperationsInput$ = exports.ListServiceLevelObjectivesOutput$ = exports.ListServiceLevelObjectivesInput$ = exports.ListServiceLevelObjectiveExclusionWindowsOutput$ = void 0;
|
|
5
|
-
exports.UpdateServiceLevelObjective$ = exports.UntagResource$ = exports.TagResource$ = exports.StartDiscovery$ = exports.PutGroupingConfiguration$ = exports.ListTagsForResource$ = exports.ListServiceStates$ = exports.ListServices$ = exports.ListServiceOperations$ = exports.ListServiceLevelObjectives$ = exports.ListServiceLevelObjectiveExclusionWindows$ = exports.ListServiceDependents$ = exports.ListServiceDependencies$ = exports.ListGroupingAttributeDefinitions$ = exports.ListEntityEvents$ = exports.ListAuditFindings$ = exports.GetServiceLevelObjective$ = exports.GetService$ = exports.DeleteServiceLevelObjective$ = exports.DeleteGroupingConfiguration$ = exports.CreateServiceLevelObjective$ = exports.BatchUpdateExclusionWindows$ = exports.BatchGetServiceLevelObjectiveBudgetReport$ = exports.MonitoredRequestCountMetricDataQueries$ = exports.Interval$ = exports.CompositeSliComponent$ = exports.AuditTargetEntity$ = exports.Window$ = exports.UpdateServiceLevelObjectiveOutput$ = exports.UpdateServiceLevelObjectiveInput$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = void 0;
|
|
6
1
|
const _A = "Auditor";
|
|
7
2
|
const _AAI = "AwsAccountId";
|
|
8
3
|
const _ADE = "AccessDeniedException";
|
|
@@ -288,718 +283,826 @@ const _hQ = "httpQuery";
|
|
|
288
283
|
const _m = "message";
|
|
289
284
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.applicationsignals";
|
|
290
285
|
const n0 = "com.amazonaws.applicationsignals";
|
|
291
|
-
const
|
|
292
|
-
const
|
|
293
|
-
const
|
|
294
|
-
const _s_registry =
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
286
|
+
const { TypeRegistry } = require("@smithy/core/schema");
|
|
287
|
+
const { ApplicationSignalsServiceException } = require("../models/ApplicationSignalsServiceException");
|
|
288
|
+
const { AccessDeniedException, ConflictException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException } = require("../models/errors");
|
|
289
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
290
|
+
const ApplicationSignalsServiceException$ = [-3, _s, "ApplicationSignalsServiceException", 0, [], []];
|
|
291
|
+
exports.ApplicationSignalsServiceException$ = ApplicationSignalsServiceException$;
|
|
292
|
+
_s_registry.registerError(ApplicationSignalsServiceException$, ApplicationSignalsServiceException);
|
|
293
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
294
|
+
const AccessDeniedException$ = [-3, n0, _ADE,
|
|
299
295
|
{ [_aQE]: [`AccessDenied`, 403], [_e]: _c, [_hE]: 403 },
|
|
300
296
|
[_M],
|
|
301
297
|
[0]
|
|
302
298
|
];
|
|
303
|
-
|
|
304
|
-
|
|
299
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
300
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
301
|
+
const ConflictException$ = [-3, n0, _CE,
|
|
305
302
|
{ [_e]: _c, [_hE]: 409 },
|
|
306
303
|
[_M],
|
|
307
304
|
[0], 1
|
|
308
305
|
];
|
|
309
|
-
|
|
310
|
-
|
|
306
|
+
exports.ConflictException$ = ConflictException$;
|
|
307
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
308
|
+
const ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
311
309
|
{ [_e]: _c, [_hE]: 404 },
|
|
312
310
|
[_RT, _RI, _M],
|
|
313
311
|
[0, 0, 0], 3
|
|
314
312
|
];
|
|
315
|
-
|
|
316
|
-
|
|
313
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
314
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
315
|
+
const ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
317
316
|
{ [_e]: _c, [_hE]: 402 },
|
|
318
317
|
[_M],
|
|
319
318
|
[0], 1
|
|
320
319
|
];
|
|
321
|
-
|
|
322
|
-
|
|
320
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
321
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
322
|
+
const ThrottlingException$ = [-3, n0, _TE,
|
|
323
323
|
{ [_e]: _c, [_hE]: 429 },
|
|
324
324
|
[_M],
|
|
325
325
|
[0], 1
|
|
326
326
|
];
|
|
327
|
-
|
|
328
|
-
|
|
327
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
328
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
329
|
+
const ValidationException$ = [-3, n0, _VE,
|
|
329
330
|
{ [_aQE]: [`ValidationError`, 400], [_e]: _c, [_hE]: 400 },
|
|
330
331
|
[_m],
|
|
331
332
|
[0]
|
|
332
333
|
];
|
|
333
|
-
|
|
334
|
+
exports.ValidationException$ = ValidationException$;
|
|
335
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
334
336
|
exports.errorTypeRegistries = [
|
|
335
337
|
_s_registry,
|
|
336
338
|
n0_registry,
|
|
337
339
|
];
|
|
338
|
-
|
|
340
|
+
const AttributeFilter$ = [3, n0, _AF,
|
|
339
341
|
0,
|
|
340
342
|
[_AFN, _AFV],
|
|
341
343
|
[0, 64 | 0], 2
|
|
342
344
|
];
|
|
343
|
-
exports.
|
|
345
|
+
exports.AttributeFilter$ = AttributeFilter$;
|
|
346
|
+
const AuditFinding$ = [3, n0, _AFu,
|
|
344
347
|
0,
|
|
345
348
|
[_KA, _AR, _O, _MG, _DG, _T],
|
|
346
|
-
[128 | 0, () => AuditorResults, 0, () =>
|
|
349
|
+
[128 | 0, () => AuditorResults, 0, () => MetricGraph$, () => DependencyGraph$, 0], 1
|
|
347
350
|
];
|
|
348
|
-
exports.
|
|
351
|
+
exports.AuditFinding$ = AuditFinding$;
|
|
352
|
+
const AuditorResult$ = [3, n0, _ARu,
|
|
349
353
|
0,
|
|
350
354
|
[_A, _D, _Da, _S],
|
|
351
355
|
[0, 0, 128 | 0, 0]
|
|
352
356
|
];
|
|
353
|
-
exports.
|
|
357
|
+
exports.AuditorResult$ = AuditorResult$;
|
|
358
|
+
const AuditTarget$ = [3, n0, _AT,
|
|
354
359
|
0,
|
|
355
360
|
[_T, _Da],
|
|
356
|
-
[0, () =>
|
|
361
|
+
[0, () => AuditTargetEntity$], 2
|
|
357
362
|
];
|
|
358
|
-
exports.
|
|
363
|
+
exports.AuditTarget$ = AuditTarget$;
|
|
364
|
+
const BatchGetServiceLevelObjectiveBudgetReportInput$ = [3, n0, _BGSLOBRI,
|
|
359
365
|
0,
|
|
360
366
|
[_Ti, _SI],
|
|
361
367
|
[4, 64 | 0], 2
|
|
362
368
|
];
|
|
363
|
-
exports.
|
|
369
|
+
exports.BatchGetServiceLevelObjectiveBudgetReportInput$ = BatchGetServiceLevelObjectiveBudgetReportInput$;
|
|
370
|
+
const BatchGetServiceLevelObjectiveBudgetReportOutput$ = [3, n0, _BGSLOBRO,
|
|
364
371
|
0,
|
|
365
372
|
[_Ti, _R, _E],
|
|
366
373
|
[4, () => ServiceLevelObjectiveBudgetReports, () => ServiceLevelObjectiveBudgetReportErrors], 3
|
|
367
374
|
];
|
|
368
|
-
exports.
|
|
375
|
+
exports.BatchGetServiceLevelObjectiveBudgetReportOutput$ = BatchGetServiceLevelObjectiveBudgetReportOutput$;
|
|
376
|
+
const BatchUpdateExclusionWindowsError$ = [3, n0, _BUEWE,
|
|
369
377
|
0,
|
|
370
378
|
[_SIl, _EC, _EM],
|
|
371
379
|
[0, 0, 0], 3
|
|
372
380
|
];
|
|
373
|
-
exports.
|
|
381
|
+
exports.BatchUpdateExclusionWindowsError$ = BatchUpdateExclusionWindowsError$;
|
|
382
|
+
const BatchUpdateExclusionWindowsInput$ = [3, n0, _BUEWI,
|
|
374
383
|
0,
|
|
375
384
|
[_SI, _AEW, _REW],
|
|
376
385
|
[64 | 0, () => ExclusionWindows, () => ExclusionWindows], 1
|
|
377
386
|
];
|
|
378
|
-
exports.
|
|
387
|
+
exports.BatchUpdateExclusionWindowsInput$ = BatchUpdateExclusionWindowsInput$;
|
|
388
|
+
const BatchUpdateExclusionWindowsOutput$ = [3, n0, _BUEWO,
|
|
379
389
|
0,
|
|
380
390
|
[_SI, _E],
|
|
381
391
|
[64 | 0, () => BatchUpdateExclusionWindowsErrors], 2
|
|
382
392
|
];
|
|
383
|
-
exports.
|
|
393
|
+
exports.BatchUpdateExclusionWindowsOutput$ = BatchUpdateExclusionWindowsOutput$;
|
|
394
|
+
const BurnRateConfiguration$ = [3, n0, _BRC,
|
|
384
395
|
0,
|
|
385
396
|
[_LBWM],
|
|
386
397
|
[1], 1
|
|
387
398
|
];
|
|
388
|
-
exports.
|
|
399
|
+
exports.BurnRateConfiguration$ = BurnRateConfiguration$;
|
|
400
|
+
const CalendarInterval$ = [3, n0, _CI,
|
|
389
401
|
0,
|
|
390
402
|
[_ST, _DU, _Du],
|
|
391
403
|
[4, 0, 1], 3
|
|
392
404
|
];
|
|
393
|
-
exports.
|
|
405
|
+
exports.CalendarInterval$ = CalendarInterval$;
|
|
406
|
+
const CanaryEntity$ = [3, n0, _CEa,
|
|
394
407
|
0,
|
|
395
408
|
[_CN],
|
|
396
409
|
[0], 1
|
|
397
410
|
];
|
|
398
|
-
exports.
|
|
411
|
+
exports.CanaryEntity$ = CanaryEntity$;
|
|
412
|
+
const ChangeEvent$ = [3, n0, _CEh,
|
|
399
413
|
0,
|
|
400
414
|
[_Ti, _AI, _Re, _En, _CET, _EI, _UN, _EN],
|
|
401
415
|
[4, 0, 0, 128 | 0, 0, 0, 0, 0], 6
|
|
402
416
|
];
|
|
403
|
-
exports.
|
|
417
|
+
exports.ChangeEvent$ = ChangeEvent$;
|
|
418
|
+
const CompositeSliConfig$ = [3, n0, _CSC,
|
|
404
419
|
0,
|
|
405
420
|
[_SC, _C],
|
|
406
|
-
[() =>
|
|
421
|
+
[() => SelectionConfig$, () => CompositeSliComponents], 1
|
|
407
422
|
];
|
|
408
|
-
exports.
|
|
423
|
+
exports.CompositeSliConfig$ = CompositeSliConfig$;
|
|
424
|
+
const CreateServiceLevelObjectiveInput$ = [3, n0, _CSLOI,
|
|
409
425
|
0,
|
|
410
426
|
[_N, _D, _SCl, _RBSC, _G, _Ta, _BRCu, _CRS, _AIE],
|
|
411
|
-
[0, 0, () =>
|
|
427
|
+
[0, 0, () => ServiceLevelIndicatorConfig$, () => RequestBasedServiceLevelIndicatorConfig$, () => Goal$, () => TagList, () => BurnRateConfigurations, 2, 2], 1
|
|
412
428
|
];
|
|
413
|
-
exports.
|
|
429
|
+
exports.CreateServiceLevelObjectiveInput$ = CreateServiceLevelObjectiveInput$;
|
|
430
|
+
const CreateServiceLevelObjectiveOutput$ = [3, n0, _CSLOO,
|
|
414
431
|
0,
|
|
415
432
|
[_Sl],
|
|
416
|
-
[() =>
|
|
433
|
+
[() => ServiceLevelObjective$], 1
|
|
417
434
|
];
|
|
418
|
-
exports.
|
|
435
|
+
exports.CreateServiceLevelObjectiveOutput$ = CreateServiceLevelObjectiveOutput$;
|
|
436
|
+
const DeleteGroupingConfigurationOutput$ = [3, n0, _DGCO,
|
|
419
437
|
0,
|
|
420
438
|
[],
|
|
421
439
|
[]
|
|
422
440
|
];
|
|
423
|
-
exports.
|
|
441
|
+
exports.DeleteGroupingConfigurationOutput$ = DeleteGroupingConfigurationOutput$;
|
|
442
|
+
const DeleteServiceLevelObjectiveInput$ = [3, n0, _DSLOI,
|
|
424
443
|
0,
|
|
425
444
|
[_I],
|
|
426
445
|
[[0, 1]], 1
|
|
427
446
|
];
|
|
428
|
-
exports.
|
|
447
|
+
exports.DeleteServiceLevelObjectiveInput$ = DeleteServiceLevelObjectiveInput$;
|
|
448
|
+
const DeleteServiceLevelObjectiveOutput$ = [3, n0, _DSLOO,
|
|
429
449
|
0,
|
|
430
450
|
[],
|
|
431
451
|
[]
|
|
432
452
|
];
|
|
433
|
-
exports.
|
|
453
|
+
exports.DeleteServiceLevelObjectiveOutput$ = DeleteServiceLevelObjectiveOutput$;
|
|
454
|
+
const DependencyConfig$ = [3, n0, _DC,
|
|
434
455
|
0,
|
|
435
456
|
[_DKA, _DON],
|
|
436
457
|
[128 | 0, 0], 2
|
|
437
458
|
];
|
|
438
|
-
exports.
|
|
459
|
+
exports.DependencyConfig$ = DependencyConfig$;
|
|
460
|
+
const DependencyGraph$ = [3, n0, _DG,
|
|
439
461
|
0,
|
|
440
462
|
[_No, _Ed],
|
|
441
463
|
[() => Nodes, () => Edges]
|
|
442
464
|
];
|
|
443
|
-
exports.
|
|
465
|
+
exports.DependencyGraph$ = DependencyGraph$;
|
|
466
|
+
const Dimension$ = [3, n0, _Di,
|
|
444
467
|
0,
|
|
445
468
|
[_N, _V],
|
|
446
469
|
[0, 0], 2
|
|
447
470
|
];
|
|
448
|
-
exports.
|
|
471
|
+
exports.Dimension$ = Dimension$;
|
|
472
|
+
const Edge$ = [3, n0, _Edg,
|
|
449
473
|
0,
|
|
450
474
|
[_SNI, _DNI, _Du, _CT],
|
|
451
475
|
[0, 0, 1, 0]
|
|
452
476
|
];
|
|
453
|
-
exports.
|
|
477
|
+
exports.Edge$ = Edge$;
|
|
478
|
+
const ExclusionWindow$ = [3, n0, _EW,
|
|
454
479
|
0,
|
|
455
480
|
[_W, _ST, _RR, _Rea],
|
|
456
|
-
[() =>
|
|
481
|
+
[() => Window$, 4, () => RecurrenceRule$, 0], 1
|
|
457
482
|
];
|
|
458
|
-
exports.
|
|
483
|
+
exports.ExclusionWindow$ = ExclusionWindow$;
|
|
484
|
+
const GetServiceInput$ = [3, n0, _GSI,
|
|
459
485
|
0,
|
|
460
486
|
[_ST, _ET, _KA],
|
|
461
487
|
[[4, { [_hQ]: _ST }], [4, { [_hQ]: _ET }], 128 | 0], 3
|
|
462
488
|
];
|
|
463
|
-
exports.
|
|
489
|
+
exports.GetServiceInput$ = GetServiceInput$;
|
|
490
|
+
const GetServiceLevelObjectiveInput$ = [3, n0, _GSLOI,
|
|
464
491
|
0,
|
|
465
492
|
[_I],
|
|
466
493
|
[[0, 1]], 1
|
|
467
494
|
];
|
|
468
|
-
exports.
|
|
495
|
+
exports.GetServiceLevelObjectiveInput$ = GetServiceLevelObjectiveInput$;
|
|
496
|
+
const GetServiceLevelObjectiveOutput$ = [3, n0, _GSLOO,
|
|
469
497
|
0,
|
|
470
498
|
[_Sl],
|
|
471
|
-
[() =>
|
|
499
|
+
[() => ServiceLevelObjective$], 1
|
|
472
500
|
];
|
|
473
|
-
exports.
|
|
501
|
+
exports.GetServiceLevelObjectiveOutput$ = GetServiceLevelObjectiveOutput$;
|
|
502
|
+
const GetServiceOutput$ = [3, n0, _GSO,
|
|
474
503
|
0,
|
|
475
504
|
[_Se, _ST, _ET, _LGR],
|
|
476
|
-
[() =>
|
|
505
|
+
[() => Service$, 4, 4, [1, n0, _LGR, 0, 128 | 0]], 3
|
|
477
506
|
];
|
|
478
|
-
exports.
|
|
507
|
+
exports.GetServiceOutput$ = GetServiceOutput$;
|
|
508
|
+
const Goal$ = [3, n0, _G,
|
|
479
509
|
0,
|
|
480
510
|
[_In, _AG, _WT],
|
|
481
|
-
[() =>
|
|
511
|
+
[() => Interval$, 1, 1]
|
|
482
512
|
];
|
|
483
|
-
exports.
|
|
513
|
+
exports.Goal$ = Goal$;
|
|
514
|
+
const GroupingAttributeDefinition$ = [3, n0, _GAD,
|
|
484
515
|
0,
|
|
485
516
|
[_GN, _GSK, _DGV],
|
|
486
517
|
[0, 64 | 0, 0], 1
|
|
487
518
|
];
|
|
488
|
-
exports.
|
|
519
|
+
exports.GroupingAttributeDefinition$ = GroupingAttributeDefinition$;
|
|
520
|
+
const GroupingConfiguration$ = [3, n0, _GC,
|
|
489
521
|
0,
|
|
490
522
|
[_GADr, _UA],
|
|
491
523
|
[() => GroupingAttributeDefinitions, 4], 2
|
|
492
524
|
];
|
|
493
|
-
exports.
|
|
525
|
+
exports.GroupingConfiguration$ = GroupingConfiguration$;
|
|
526
|
+
const ListAuditFindingsInput$ = [3, n0, _LAFI,
|
|
494
527
|
0,
|
|
495
528
|
[_ST, _ET, _ATu, _Au, _DL, _NT, _MR],
|
|
496
529
|
[[4, { [_hQ]: _ST }], [4, { [_hQ]: _ET }], () => AuditTargets, 64 | 0, 0, 0, 1], 3
|
|
497
530
|
];
|
|
498
|
-
exports.
|
|
531
|
+
exports.ListAuditFindingsInput$ = ListAuditFindingsInput$;
|
|
532
|
+
const ListAuditFindingsOutput$ = [3, n0, _LAFO,
|
|
499
533
|
0,
|
|
500
534
|
[_AFud, _ST, _ET, _NT],
|
|
501
535
|
[() => AuditFindings, 4, 4, 0], 1
|
|
502
536
|
];
|
|
503
|
-
exports.
|
|
537
|
+
exports.ListAuditFindingsOutput$ = ListAuditFindingsOutput$;
|
|
538
|
+
const ListEntityEventsInput$ = [3, n0, _LEEI,
|
|
504
539
|
0,
|
|
505
540
|
[_En, _ST, _ET, _MR, _NT],
|
|
506
541
|
[128 | 0, 4, 4, [1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }]], 3
|
|
507
542
|
];
|
|
508
|
-
exports.
|
|
543
|
+
exports.ListEntityEventsInput$ = ListEntityEventsInput$;
|
|
544
|
+
const ListEntityEventsOutput$ = [3, n0, _LEEO,
|
|
509
545
|
0,
|
|
510
546
|
[_ST, _ET, _CEha, _NT],
|
|
511
547
|
[4, 4, () => ChangeEvents, 0], 3
|
|
512
548
|
];
|
|
513
|
-
exports.
|
|
549
|
+
exports.ListEntityEventsOutput$ = ListEntityEventsOutput$;
|
|
550
|
+
const ListGroupingAttributeDefinitionsInput$ = [3, n0, _LGADI,
|
|
514
551
|
0,
|
|
515
552
|
[_NT, _AAI, _ILA],
|
|
516
553
|
[[0, { [_hQ]: _NT }], [0, { [_hQ]: _AAI }], [2, { [_hQ]: _ILA }]]
|
|
517
554
|
];
|
|
518
|
-
exports.
|
|
555
|
+
exports.ListGroupingAttributeDefinitionsInput$ = ListGroupingAttributeDefinitionsInput$;
|
|
556
|
+
const ListGroupingAttributeDefinitionsOutput$ = [3, n0, _LGADO,
|
|
519
557
|
0,
|
|
520
558
|
[_GADr, _UA, _NT],
|
|
521
559
|
[() => GroupingAttributeDefinitions, 4, 0], 1
|
|
522
560
|
];
|
|
523
|
-
exports.
|
|
561
|
+
exports.ListGroupingAttributeDefinitionsOutput$ = ListGroupingAttributeDefinitionsOutput$;
|
|
562
|
+
const ListServiceDependenciesInput$ = [3, n0, _LSDI,
|
|
524
563
|
0,
|
|
525
564
|
[_ST, _ET, _KA, _MR, _NT],
|
|
526
565
|
[[4, { [_hQ]: _ST }], [4, { [_hQ]: _ET }], 128 | 0, [1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }]], 3
|
|
527
566
|
];
|
|
528
|
-
exports.
|
|
567
|
+
exports.ListServiceDependenciesInput$ = ListServiceDependenciesInput$;
|
|
568
|
+
const ListServiceDependenciesOutput$ = [3, n0, _LSDO,
|
|
529
569
|
0,
|
|
530
570
|
[_ST, _ET, _SD, _NT],
|
|
531
571
|
[4, 4, () => ServiceDependencies, 0], 3
|
|
532
572
|
];
|
|
533
|
-
exports.
|
|
573
|
+
exports.ListServiceDependenciesOutput$ = ListServiceDependenciesOutput$;
|
|
574
|
+
const ListServiceDependentsInput$ = [3, n0, _LSDIi,
|
|
534
575
|
0,
|
|
535
576
|
[_ST, _ET, _KA, _MR, _NT],
|
|
536
577
|
[[4, { [_hQ]: _ST }], [4, { [_hQ]: _ET }], 128 | 0, [1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }]], 3
|
|
537
578
|
];
|
|
538
|
-
exports.
|
|
579
|
+
exports.ListServiceDependentsInput$ = ListServiceDependentsInput$;
|
|
580
|
+
const ListServiceDependentsOutput$ = [3, n0, _LSDOi,
|
|
539
581
|
0,
|
|
540
582
|
[_ST, _ET, _SDe, _NT],
|
|
541
583
|
[4, 4, () => ServiceDependents, 0], 3
|
|
542
584
|
];
|
|
543
|
-
exports.
|
|
585
|
+
exports.ListServiceDependentsOutput$ = ListServiceDependentsOutput$;
|
|
586
|
+
const ListServiceLevelObjectiveExclusionWindowsInput$ = [3, n0, _LSLOEWI,
|
|
544
587
|
0,
|
|
545
588
|
[_I, _MR, _NT],
|
|
546
589
|
[[0, 1], [1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }]], 1
|
|
547
590
|
];
|
|
548
|
-
exports.
|
|
591
|
+
exports.ListServiceLevelObjectiveExclusionWindowsInput$ = ListServiceLevelObjectiveExclusionWindowsInput$;
|
|
592
|
+
const ListServiceLevelObjectiveExclusionWindowsOutput$ = [3, n0, _LSLOEWO,
|
|
549
593
|
0,
|
|
550
594
|
[_EWx, _NT],
|
|
551
595
|
[() => ExclusionWindows, 0], 1
|
|
552
596
|
];
|
|
553
|
-
exports.
|
|
597
|
+
exports.ListServiceLevelObjectiveExclusionWindowsOutput$ = ListServiceLevelObjectiveExclusionWindowsOutput$;
|
|
598
|
+
const ListServiceLevelObjectivesInput$ = [3, n0, _LSLOI,
|
|
554
599
|
0,
|
|
555
600
|
[_KA, _ON, _DC, _MR, _NT, _MST, _ILA, _SOAAI, _MS],
|
|
556
|
-
[128 | 0, [0, { [_hQ]: _ON }], () =>
|
|
601
|
+
[128 | 0, [0, { [_hQ]: _ON }], () => DependencyConfig$, [1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }], 64 | 0, [2, { [_hQ]: _ILA }], [0, { [_hQ]: _SOAAI }], () => MetricSource$]
|
|
557
602
|
];
|
|
558
|
-
exports.
|
|
603
|
+
exports.ListServiceLevelObjectivesInput$ = ListServiceLevelObjectivesInput$;
|
|
604
|
+
const ListServiceLevelObjectivesOutput$ = [3, n0, _LSLOO,
|
|
559
605
|
0,
|
|
560
606
|
[_SS, _NT],
|
|
561
607
|
[() => ServiceLevelObjectiveSummaries, 0]
|
|
562
608
|
];
|
|
563
|
-
exports.
|
|
609
|
+
exports.ListServiceLevelObjectivesOutput$ = ListServiceLevelObjectivesOutput$;
|
|
610
|
+
const ListServiceOperationsInput$ = [3, n0, _LSOI,
|
|
564
611
|
0,
|
|
565
612
|
[_ST, _ET, _KA, _MR, _NT],
|
|
566
613
|
[[4, { [_hQ]: _ST }], [4, { [_hQ]: _ET }], 128 | 0, [1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }]], 3
|
|
567
614
|
];
|
|
568
|
-
exports.
|
|
615
|
+
exports.ListServiceOperationsInput$ = ListServiceOperationsInput$;
|
|
616
|
+
const ListServiceOperationsOutput$ = [3, n0, _LSOO,
|
|
569
617
|
0,
|
|
570
618
|
[_ST, _ET, _SO, _NT],
|
|
571
619
|
[4, 4, () => ServiceOperations, 0], 3
|
|
572
620
|
];
|
|
573
|
-
exports.
|
|
621
|
+
exports.ListServiceOperationsOutput$ = ListServiceOperationsOutput$;
|
|
622
|
+
const ListServicesInput$ = [3, n0, _LSI,
|
|
574
623
|
0,
|
|
575
624
|
[_ST, _ET, _MR, _NT, _ILA, _AAI],
|
|
576
625
|
[[4, { [_hQ]: _ST }], [4, { [_hQ]: _ET }], [1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }], [2, { [_hQ]: _ILA }], [0, { [_hQ]: _AAI }]], 2
|
|
577
626
|
];
|
|
578
|
-
exports.
|
|
627
|
+
exports.ListServicesInput$ = ListServicesInput$;
|
|
628
|
+
const ListServicesOutput$ = [3, n0, _LSO,
|
|
579
629
|
0,
|
|
580
630
|
[_ST, _ET, _SSe, _NT],
|
|
581
631
|
[4, 4, () => ServiceSummaries, 0], 3
|
|
582
632
|
];
|
|
583
|
-
exports.
|
|
633
|
+
exports.ListServicesOutput$ = ListServicesOutput$;
|
|
634
|
+
const ListServiceStatesInput$ = [3, n0, _LSSI,
|
|
584
635
|
0,
|
|
585
636
|
[_ST, _ET, _MR, _NT, _ILA, _AAI, _AFt],
|
|
586
637
|
[4, 4, 1, 0, 2, 0, () => AttributeFilters], 2
|
|
587
638
|
];
|
|
588
|
-
exports.
|
|
639
|
+
exports.ListServiceStatesInput$ = ListServiceStatesInput$;
|
|
640
|
+
const ListServiceStatesOutput$ = [3, n0, _LSSO,
|
|
589
641
|
0,
|
|
590
642
|
[_ST, _ET, _SSer, _NT],
|
|
591
643
|
[4, 4, () => ServiceStates, 0], 3
|
|
592
644
|
];
|
|
593
|
-
exports.
|
|
645
|
+
exports.ListServiceStatesOutput$ = ListServiceStatesOutput$;
|
|
646
|
+
const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
594
647
|
0,
|
|
595
648
|
[_RA],
|
|
596
649
|
[[0, { [_hQ]: _RA }]], 1
|
|
597
650
|
];
|
|
598
|
-
exports.
|
|
651
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
652
|
+
const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
599
653
|
0,
|
|
600
654
|
[_Ta],
|
|
601
655
|
[() => TagList]
|
|
602
656
|
];
|
|
603
|
-
exports.
|
|
657
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
658
|
+
const Metric$ = [3, n0, _Me,
|
|
604
659
|
0,
|
|
605
660
|
[_Na, _MN, _Dim],
|
|
606
661
|
[0, 0, () => Dimensions]
|
|
607
662
|
];
|
|
608
|
-
exports.
|
|
663
|
+
exports.Metric$ = Metric$;
|
|
664
|
+
const MetricDataQuery$ = [3, n0, _MDQ,
|
|
609
665
|
0,
|
|
610
666
|
[_I, _MSe, _Ex, _L, _RD, _P, _AI],
|
|
611
|
-
[0, () =>
|
|
667
|
+
[0, () => MetricStat$, 0, 0, 2, 1, 0], 1
|
|
612
668
|
];
|
|
613
|
-
exports.
|
|
669
|
+
exports.MetricDataQuery$ = MetricDataQuery$;
|
|
670
|
+
const MetricGraph$ = [3, n0, _MG,
|
|
614
671
|
0,
|
|
615
672
|
[_MDQe, _ST, _ET],
|
|
616
673
|
[() => MetricDataQueries, 4, 4]
|
|
617
674
|
];
|
|
618
|
-
exports.
|
|
675
|
+
exports.MetricGraph$ = MetricGraph$;
|
|
676
|
+
const MetricReference$ = [3, n0, _MRe,
|
|
619
677
|
0,
|
|
620
678
|
[_Na, _MT, _MN, _Dim, _AI],
|
|
621
679
|
[0, 0, 0, () => Dimensions, 0], 3
|
|
622
680
|
];
|
|
623
|
-
exports.
|
|
681
|
+
exports.MetricReference$ = MetricReference$;
|
|
682
|
+
const MetricSource$ = [3, n0, _MS,
|
|
624
683
|
0,
|
|
625
684
|
[_MSKA, _MSA],
|
|
626
685
|
[128 | 0, 128 | 0], 1
|
|
627
686
|
];
|
|
628
|
-
exports.
|
|
687
|
+
exports.MetricSource$ = MetricSource$;
|
|
688
|
+
const MetricStat$ = [3, n0, _MSe,
|
|
629
689
|
0,
|
|
630
690
|
[_Me, _P, _St, _U],
|
|
631
|
-
[() =>
|
|
691
|
+
[() => Metric$, 1, 0, 0], 3
|
|
632
692
|
];
|
|
633
|
-
exports.
|
|
693
|
+
exports.MetricStat$ = MetricStat$;
|
|
694
|
+
const Node$ = [3, n0, _Nod,
|
|
634
695
|
0,
|
|
635
696
|
[_KA, _N, _NI, _O, _T, _Du, _Sta],
|
|
636
697
|
[128 | 0, 0, 0, 0, 0, 1, 0], 3
|
|
637
698
|
];
|
|
638
|
-
exports.
|
|
699
|
+
exports.Node$ = Node$;
|
|
700
|
+
const PutGroupingConfigurationInput$ = [3, n0, _PGCI,
|
|
639
701
|
0,
|
|
640
702
|
[_GADr],
|
|
641
703
|
[() => GroupingAttributeDefinitions], 1
|
|
642
704
|
];
|
|
643
|
-
exports.
|
|
705
|
+
exports.PutGroupingConfigurationInput$ = PutGroupingConfigurationInput$;
|
|
706
|
+
const PutGroupingConfigurationOutput$ = [3, n0, _PGCO,
|
|
644
707
|
0,
|
|
645
708
|
[_GC],
|
|
646
|
-
[() =>
|
|
709
|
+
[() => GroupingConfiguration$], 1
|
|
647
710
|
];
|
|
648
|
-
exports.
|
|
711
|
+
exports.PutGroupingConfigurationOutput$ = PutGroupingConfigurationOutput$;
|
|
712
|
+
const RecurrenceRule$ = [3, n0, _RR,
|
|
649
713
|
0,
|
|
650
714
|
[_Ex],
|
|
651
715
|
[0], 1
|
|
652
716
|
];
|
|
653
|
-
exports.
|
|
717
|
+
exports.RecurrenceRule$ = RecurrenceRule$;
|
|
718
|
+
const RequestBasedServiceLevelIndicator$ = [3, n0, _RBSLI,
|
|
654
719
|
0,
|
|
655
720
|
[_RBSM, _MTe, _CO],
|
|
656
|
-
[() =>
|
|
721
|
+
[() => RequestBasedServiceLevelIndicatorMetric$, 1, 0], 1
|
|
657
722
|
];
|
|
658
|
-
exports.
|
|
723
|
+
exports.RequestBasedServiceLevelIndicator$ = RequestBasedServiceLevelIndicator$;
|
|
724
|
+
const RequestBasedServiceLevelIndicatorConfig$ = [3, n0, _RBSLIC,
|
|
659
725
|
0,
|
|
660
726
|
[_RBSMC, _MTe, _CO],
|
|
661
|
-
[() =>
|
|
727
|
+
[() => RequestBasedServiceLevelIndicatorMetricConfig$, 1, 0], 1
|
|
662
728
|
];
|
|
663
|
-
exports.
|
|
729
|
+
exports.RequestBasedServiceLevelIndicatorConfig$ = RequestBasedServiceLevelIndicatorConfig$;
|
|
730
|
+
const RequestBasedServiceLevelIndicatorMetric$ = [3, n0, _RBSLIM,
|
|
664
731
|
0,
|
|
665
732
|
[_TRCM, _MRCM, _KA, _ON, _MT, _DC, _MS, _CSC],
|
|
666
|
-
[() => MetricDataQueries, () =>
|
|
733
|
+
[() => MetricDataQueries, () => MonitoredRequestCountMetricDataQueries$, 128 | 0, 0, 0, () => DependencyConfig$, () => MetricSource$, () => CompositeSliConfig$], 2
|
|
667
734
|
];
|
|
668
|
-
exports.
|
|
735
|
+
exports.RequestBasedServiceLevelIndicatorMetric$ = RequestBasedServiceLevelIndicatorMetric$;
|
|
736
|
+
const RequestBasedServiceLevelIndicatorMetricConfig$ = [3, n0, _RBSLIMC,
|
|
669
737
|
0,
|
|
670
738
|
[_KA, _ON, _MT, _TRCM, _MRCM, _DC, _MS, _MN, _CSC],
|
|
671
|
-
[128 | 0, 0, 0, () => MetricDataQueries, () =>
|
|
739
|
+
[128 | 0, 0, 0, () => MetricDataQueries, () => MonitoredRequestCountMetricDataQueries$, () => DependencyConfig$, () => MetricSource$, 0, () => CompositeSliConfig$]
|
|
672
740
|
];
|
|
673
|
-
exports.
|
|
741
|
+
exports.RequestBasedServiceLevelIndicatorMetricConfig$ = RequestBasedServiceLevelIndicatorMetricConfig$;
|
|
742
|
+
const RollingInterval$ = [3, n0, _RIo,
|
|
674
743
|
0,
|
|
675
744
|
[_DU, _Du],
|
|
676
745
|
[0, 1], 2
|
|
677
746
|
];
|
|
678
|
-
exports.
|
|
747
|
+
exports.RollingInterval$ = RollingInterval$;
|
|
748
|
+
const SelectionConfig$ = [3, n0, _SC,
|
|
679
749
|
0,
|
|
680
750
|
[_T, _Pa],
|
|
681
751
|
[0, 0], 1
|
|
682
752
|
];
|
|
683
|
-
exports.
|
|
753
|
+
exports.SelectionConfig$ = SelectionConfig$;
|
|
754
|
+
const Service$ = [3, n0, _Se,
|
|
684
755
|
0,
|
|
685
756
|
[_KA, _MRet, _AM, _SG, _LGR],
|
|
686
757
|
[128 | 0, () => MetricReferences, [1, n0, _AM, 0, 128 | 0], () => ServiceGroups, [1, n0, _LGR, 0, 128 | 0]], 2
|
|
687
758
|
];
|
|
688
|
-
exports.
|
|
759
|
+
exports.Service$ = Service$;
|
|
760
|
+
const ServiceDependency$ = [3, n0, _SDer,
|
|
689
761
|
0,
|
|
690
762
|
[_ON, _DKA, _DON, _MRet],
|
|
691
763
|
[0, 128 | 0, 0, () => MetricReferences], 4
|
|
692
764
|
];
|
|
693
|
-
exports.
|
|
765
|
+
exports.ServiceDependency$ = ServiceDependency$;
|
|
766
|
+
const ServiceDependent$ = [3, n0, _SDerv,
|
|
694
767
|
0,
|
|
695
768
|
[_DKAe, _MRet, _ON, _DONe],
|
|
696
769
|
[128 | 0, () => MetricReferences, 0, 0], 2
|
|
697
770
|
];
|
|
698
|
-
exports.
|
|
771
|
+
exports.ServiceDependent$ = ServiceDependent$;
|
|
772
|
+
const ServiceEntity$ = [3, n0, _SE,
|
|
699
773
|
0,
|
|
700
774
|
[_T, _N, _Env, _AAI],
|
|
701
775
|
[0, 0, 0, 0]
|
|
702
776
|
];
|
|
703
|
-
exports.
|
|
777
|
+
exports.ServiceEntity$ = ServiceEntity$;
|
|
778
|
+
const ServiceGroup$ = [3, n0, _SGe,
|
|
704
779
|
0,
|
|
705
780
|
[_GNr, _GV, _GS, _GI],
|
|
706
781
|
[0, 0, 0, 0], 4
|
|
707
782
|
];
|
|
708
|
-
exports.
|
|
783
|
+
exports.ServiceGroup$ = ServiceGroup$;
|
|
784
|
+
const ServiceLevelIndicator$ = [3, n0, _SLI,
|
|
709
785
|
0,
|
|
710
786
|
[_SM, _MTe, _CO],
|
|
711
|
-
[() =>
|
|
787
|
+
[() => ServiceLevelIndicatorMetric$, 1, 0], 3
|
|
712
788
|
];
|
|
713
|
-
exports.
|
|
789
|
+
exports.ServiceLevelIndicator$ = ServiceLevelIndicator$;
|
|
790
|
+
const ServiceLevelIndicatorConfig$ = [3, n0, _SLIC,
|
|
714
791
|
0,
|
|
715
792
|
[_SMC, _MTe, _CO],
|
|
716
|
-
[() =>
|
|
793
|
+
[() => ServiceLevelIndicatorMetricConfig$, 1, 0], 1
|
|
717
794
|
];
|
|
718
|
-
exports.
|
|
795
|
+
exports.ServiceLevelIndicatorConfig$ = ServiceLevelIndicatorConfig$;
|
|
796
|
+
const ServiceLevelIndicatorMetric$ = [3, n0, _SLIM,
|
|
719
797
|
0,
|
|
720
798
|
[_MDQe, _KA, _ON, _MT, _DC, _MS, _CSC],
|
|
721
|
-
[() => MetricDataQueries, 128 | 0, 0, 0, () =>
|
|
799
|
+
[() => MetricDataQueries, 128 | 0, 0, 0, () => DependencyConfig$, () => MetricSource$, () => CompositeSliConfig$], 1
|
|
722
800
|
];
|
|
723
|
-
exports.
|
|
801
|
+
exports.ServiceLevelIndicatorMetric$ = ServiceLevelIndicatorMetric$;
|
|
802
|
+
const ServiceLevelIndicatorMetricConfig$ = [3, n0, _SLIMC,
|
|
724
803
|
0,
|
|
725
804
|
[_KA, _ON, _MT, _MN, _Stat, _PS, _MS, _MDQe, _DC, _CSC],
|
|
726
|
-
[128 | 0, 0, 0, 0, 0, 1, () =>
|
|
805
|
+
[128 | 0, 0, 0, 0, 0, 1, () => MetricSource$, () => MetricDataQueries, () => DependencyConfig$, () => CompositeSliConfig$]
|
|
727
806
|
];
|
|
728
|
-
exports.
|
|
807
|
+
exports.ServiceLevelIndicatorMetricConfig$ = ServiceLevelIndicatorMetricConfig$;
|
|
808
|
+
const ServiceLevelObjective$ = [3, n0, _SLO,
|
|
729
809
|
0,
|
|
730
810
|
[_Ar, _N, _CTr, _LUT, _G, _D, _Sli, _RBS, _ETv, _BRCu, _MSTe, _AIE],
|
|
731
|
-
[0, 0, 4, 4, () =>
|
|
811
|
+
[0, 0, 4, 4, () => Goal$, 0, () => ServiceLevelIndicator$, () => RequestBasedServiceLevelIndicator$, 0, () => BurnRateConfigurations, 0, 2], 5
|
|
732
812
|
];
|
|
733
|
-
exports.
|
|
813
|
+
exports.ServiceLevelObjective$ = ServiceLevelObjective$;
|
|
814
|
+
const ServiceLevelObjectiveBudgetReport$ = [3, n0, _SLOBR,
|
|
734
815
|
0,
|
|
735
816
|
[_Ar, _N, _BS, _ETv, _At, _TBS, _BSR, _TBR, _BRR, _Sli, _RBS, _G],
|
|
736
|
-
[0, 0, 0, 0, 1, 1, 1, 1, 1, () =>
|
|
817
|
+
[0, 0, 0, 0, 1, 1, 1, 1, 1, () => ServiceLevelIndicator$, () => RequestBasedServiceLevelIndicator$, () => Goal$], 3
|
|
737
818
|
];
|
|
738
|
-
exports.
|
|
819
|
+
exports.ServiceLevelObjectiveBudgetReport$ = ServiceLevelObjectiveBudgetReport$;
|
|
820
|
+
const ServiceLevelObjectiveBudgetReportError$ = [3, n0, _SLOBRE,
|
|
739
821
|
0,
|
|
740
822
|
[_N, _Ar, _EC, _EM],
|
|
741
823
|
[0, 0, 0, 0], 4
|
|
742
824
|
];
|
|
743
|
-
exports.
|
|
825
|
+
exports.ServiceLevelObjectiveBudgetReportError$ = ServiceLevelObjectiveBudgetReportError$;
|
|
826
|
+
const ServiceLevelObjectiveEntity$ = [3, n0, _SLOE,
|
|
744
827
|
0,
|
|
745
828
|
[_SN, _SA],
|
|
746
829
|
[0, 0]
|
|
747
830
|
];
|
|
748
|
-
exports.
|
|
831
|
+
exports.ServiceLevelObjectiveEntity$ = ServiceLevelObjectiveEntity$;
|
|
832
|
+
const ServiceLevelObjectiveSummary$ = [3, n0, _SLOS,
|
|
749
833
|
0,
|
|
750
834
|
[_Ar, _N, _KA, _ON, _DC, _CTr, _ETv, _MSTe, _MS, _CSC],
|
|
751
|
-
[0, 0, 128 | 0, 0, () =>
|
|
835
|
+
[0, 0, 128 | 0, 0, () => DependencyConfig$, 4, 0, 0, () => MetricSource$, () => CompositeSliConfig$], 2
|
|
752
836
|
];
|
|
753
|
-
exports.
|
|
837
|
+
exports.ServiceLevelObjectiveSummary$ = ServiceLevelObjectiveSummary$;
|
|
838
|
+
const ServiceOperation$ = [3, n0, _SOe,
|
|
754
839
|
0,
|
|
755
840
|
[_N, _MRet],
|
|
756
841
|
[0, () => MetricReferences], 2
|
|
757
842
|
];
|
|
758
|
-
exports.
|
|
843
|
+
exports.ServiceOperation$ = ServiceOperation$;
|
|
844
|
+
const ServiceOperationEntity$ = [3, n0, _SOE,
|
|
759
845
|
0,
|
|
760
846
|
[_Se, _O, _MT],
|
|
761
|
-
[() =>
|
|
847
|
+
[() => ServiceEntity$, 0, 0]
|
|
762
848
|
];
|
|
763
|
-
exports.
|
|
849
|
+
exports.ServiceOperationEntity$ = ServiceOperationEntity$;
|
|
850
|
+
const ServiceState$ = [3, n0, _SServ,
|
|
764
851
|
0,
|
|
765
852
|
[_Se, _LCE, _AFt],
|
|
766
853
|
[128 | 0, () => LatestChangeEvents, () => AttributeFilters], 2
|
|
767
854
|
];
|
|
768
|
-
exports.
|
|
855
|
+
exports.ServiceState$ = ServiceState$;
|
|
856
|
+
const ServiceSummary$ = [3, n0, _SServi,
|
|
769
857
|
0,
|
|
770
858
|
[_KA, _MRet, _AM, _SG],
|
|
771
859
|
[128 | 0, () => MetricReferences, [1, n0, _AM, 0, 128 | 0], () => ServiceGroups], 2
|
|
772
860
|
];
|
|
773
|
-
exports.
|
|
861
|
+
exports.ServiceSummary$ = ServiceSummary$;
|
|
862
|
+
const StartDiscoveryInput$ = [3, n0, _SDI,
|
|
774
863
|
0,
|
|
775
864
|
[],
|
|
776
865
|
[]
|
|
777
866
|
];
|
|
778
|
-
exports.
|
|
867
|
+
exports.StartDiscoveryInput$ = StartDiscoveryInput$;
|
|
868
|
+
const StartDiscoveryOutput$ = [3, n0, _SDO,
|
|
779
869
|
0,
|
|
780
870
|
[],
|
|
781
871
|
[]
|
|
782
872
|
];
|
|
783
|
-
exports.
|
|
873
|
+
exports.StartDiscoveryOutput$ = StartDiscoveryOutput$;
|
|
874
|
+
const Tag$ = [3, n0, _Tag,
|
|
784
875
|
0,
|
|
785
876
|
[_K, _V],
|
|
786
877
|
[0, 0], 2
|
|
787
878
|
];
|
|
788
|
-
exports.
|
|
879
|
+
exports.Tag$ = Tag$;
|
|
880
|
+
const TagResourceRequest$ = [3, n0, _TRR,
|
|
789
881
|
0,
|
|
790
882
|
[_RA, _Ta],
|
|
791
883
|
[0, () => TagList], 2
|
|
792
884
|
];
|
|
793
|
-
exports.
|
|
885
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
886
|
+
const TagResourceResponse$ = [3, n0, _TRRa,
|
|
794
887
|
0,
|
|
795
888
|
[],
|
|
796
889
|
[]
|
|
797
890
|
];
|
|
798
|
-
exports.
|
|
891
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
892
|
+
const UntagResourceRequest$ = [3, n0, _URR,
|
|
799
893
|
0,
|
|
800
894
|
[_RA, _TK],
|
|
801
895
|
[0, 64 | 0], 2
|
|
802
896
|
];
|
|
803
|
-
exports.
|
|
897
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
898
|
+
const UntagResourceResponse$ = [3, n0, _URRn,
|
|
804
899
|
0,
|
|
805
900
|
[],
|
|
806
901
|
[]
|
|
807
902
|
];
|
|
808
|
-
exports.
|
|
903
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
904
|
+
const UpdateServiceLevelObjectiveInput$ = [3, n0, _USLOI,
|
|
809
905
|
0,
|
|
810
906
|
[_I, _D, _SCl, _RBSC, _G, _BRCu, _AIE],
|
|
811
|
-
[[0, 1], 0, () =>
|
|
907
|
+
[[0, 1], 0, () => ServiceLevelIndicatorConfig$, () => RequestBasedServiceLevelIndicatorConfig$, () => Goal$, () => BurnRateConfigurations, 2], 1
|
|
812
908
|
];
|
|
813
|
-
exports.
|
|
909
|
+
exports.UpdateServiceLevelObjectiveInput$ = UpdateServiceLevelObjectiveInput$;
|
|
910
|
+
const UpdateServiceLevelObjectiveOutput$ = [3, n0, _USLOO,
|
|
814
911
|
0,
|
|
815
912
|
[_Sl],
|
|
816
|
-
[() =>
|
|
913
|
+
[() => ServiceLevelObjective$], 1
|
|
817
914
|
];
|
|
818
|
-
exports.
|
|
915
|
+
exports.UpdateServiceLevelObjectiveOutput$ = UpdateServiceLevelObjectiveOutput$;
|
|
916
|
+
const Window$ = [3, n0, _W,
|
|
819
917
|
0,
|
|
820
918
|
[_DU, _Du],
|
|
821
919
|
[0, 1], 2
|
|
822
920
|
];
|
|
921
|
+
exports.Window$ = Window$;
|
|
823
922
|
var __Unit = "unit";
|
|
824
923
|
var AttributeFilters = [1, n0, _AFt,
|
|
825
|
-
0, () =>
|
|
924
|
+
0, () => AttributeFilter$
|
|
826
925
|
];
|
|
827
926
|
var AttributeFilterValues = 64 | 0;
|
|
828
927
|
var AttributeMaps = [1, n0, _AM,
|
|
829
928
|
0, 128 | 0
|
|
830
929
|
];
|
|
831
930
|
var AuditFindings = [1, n0, _AFud,
|
|
832
|
-
0, () =>
|
|
931
|
+
0, () => AuditFinding$
|
|
833
932
|
];
|
|
834
933
|
var AuditorResults = [1, n0, _AR,
|
|
835
|
-
0, () =>
|
|
934
|
+
0, () => AuditorResult$
|
|
836
935
|
];
|
|
837
936
|
var Auditors = 64 | 0;
|
|
838
937
|
var AuditTargets = [1, n0, _ATu,
|
|
839
|
-
0, () =>
|
|
938
|
+
0, () => AuditTarget$
|
|
840
939
|
];
|
|
841
940
|
var BatchUpdateExclusionWindowsErrors = [1, n0, _BUEWEa,
|
|
842
|
-
0, () =>
|
|
941
|
+
0, () => BatchUpdateExclusionWindowsError$
|
|
843
942
|
];
|
|
844
943
|
var BurnRateConfigurations = [1, n0, _BRCu,
|
|
845
|
-
0, () =>
|
|
944
|
+
0, () => BurnRateConfiguration$
|
|
846
945
|
];
|
|
847
946
|
var ChangeEvents = [1, n0, _CEha,
|
|
848
|
-
0, () =>
|
|
947
|
+
0, () => ChangeEvent$
|
|
849
948
|
];
|
|
850
949
|
var CompositeSliComponents = [1, n0, _CSCo,
|
|
851
|
-
0, () =>
|
|
950
|
+
0, () => CompositeSliComponent$
|
|
852
951
|
];
|
|
853
952
|
var Dimensions = [1, n0, _Dim,
|
|
854
|
-
0, () =>
|
|
953
|
+
0, () => Dimension$
|
|
855
954
|
];
|
|
856
955
|
var Edges = [1, n0, _Ed,
|
|
857
|
-
0, () =>
|
|
956
|
+
0, () => Edge$
|
|
858
957
|
];
|
|
859
958
|
var ExclusionWindows = [1, n0, _EWx,
|
|
860
|
-
0, () =>
|
|
959
|
+
0, () => ExclusionWindow$
|
|
861
960
|
];
|
|
862
961
|
var GroupingAttributeDefinitions = [1, n0, _GADr,
|
|
863
|
-
0, () =>
|
|
962
|
+
0, () => GroupingAttributeDefinition$
|
|
864
963
|
];
|
|
865
964
|
var GroupingSourceKeyStringList = 64 | 0;
|
|
866
965
|
var LatestChangeEvents = [1, n0, _LCE,
|
|
867
|
-
0, () =>
|
|
966
|
+
0, () => ChangeEvent$
|
|
868
967
|
];
|
|
869
968
|
var LogGroupReferences = [1, n0, _LGR,
|
|
870
969
|
0, 128 | 0
|
|
871
970
|
];
|
|
872
971
|
var MetricDataQueries = [1, n0, _MDQe,
|
|
873
|
-
0, () =>
|
|
972
|
+
0, () => MetricDataQuery$
|
|
874
973
|
];
|
|
875
974
|
var MetricReferences = [1, n0, _MRet,
|
|
876
|
-
0, () =>
|
|
975
|
+
0, () => MetricReference$
|
|
877
976
|
];
|
|
878
977
|
var MetricSourceTypes = 64 | 0;
|
|
879
978
|
var Nodes = [1, n0, _No,
|
|
880
|
-
0, () =>
|
|
979
|
+
0, () => Node$
|
|
881
980
|
];
|
|
882
981
|
var ServiceDependencies = [1, n0, _SD,
|
|
883
|
-
0, () =>
|
|
982
|
+
0, () => ServiceDependency$
|
|
884
983
|
];
|
|
885
984
|
var ServiceDependents = [1, n0, _SDe,
|
|
886
|
-
0, () =>
|
|
985
|
+
0, () => ServiceDependent$
|
|
887
986
|
];
|
|
888
987
|
var ServiceGroups = [1, n0, _SG,
|
|
889
|
-
0, () =>
|
|
988
|
+
0, () => ServiceGroup$
|
|
890
989
|
];
|
|
891
990
|
var ServiceLevelObjectiveBudgetReportErrors = [1, n0, _SLOBREe,
|
|
892
|
-
0, () =>
|
|
991
|
+
0, () => ServiceLevelObjectiveBudgetReportError$
|
|
893
992
|
];
|
|
894
993
|
var ServiceLevelObjectiveBudgetReports = [1, n0, _SLOBRe,
|
|
895
|
-
0, () =>
|
|
994
|
+
0, () => ServiceLevelObjectiveBudgetReport$
|
|
896
995
|
];
|
|
897
996
|
var ServiceLevelObjectiveIds = 64 | 0;
|
|
898
997
|
var ServiceLevelObjectiveSummaries = [1, n0, _SLOSe,
|
|
899
|
-
0, () =>
|
|
998
|
+
0, () => ServiceLevelObjectiveSummary$
|
|
900
999
|
];
|
|
901
1000
|
var ServiceOperations = [1, n0, _SO,
|
|
902
|
-
0, () =>
|
|
1001
|
+
0, () => ServiceOperation$
|
|
903
1002
|
];
|
|
904
1003
|
var ServiceStates = [1, n0, _SSer,
|
|
905
|
-
0, () =>
|
|
1004
|
+
0, () => ServiceState$
|
|
906
1005
|
];
|
|
907
1006
|
var ServiceSummaries = [1, n0, _SSe,
|
|
908
|
-
0, () =>
|
|
1007
|
+
0, () => ServiceSummary$
|
|
909
1008
|
];
|
|
910
1009
|
var TagKeyList = 64 | 0;
|
|
911
1010
|
var TagList = [1, n0, _TL,
|
|
912
|
-
0, () =>
|
|
1011
|
+
0, () => Tag$
|
|
913
1012
|
];
|
|
914
1013
|
var AttributeMap = 128 | 0;
|
|
915
1014
|
var Attributes = 128 | 0;
|
|
916
1015
|
var DataMap = 128 | 0;
|
|
917
|
-
|
|
1016
|
+
const AuditTargetEntity$ = [4, n0, _ATE,
|
|
918
1017
|
0,
|
|
919
1018
|
[_Se, _Sl, _SOe, _Ca],
|
|
920
|
-
[() =>
|
|
1019
|
+
[() => ServiceEntity$, () => ServiceLevelObjectiveEntity$, () => ServiceOperationEntity$, () => CanaryEntity$]
|
|
921
1020
|
];
|
|
922
|
-
exports.
|
|
1021
|
+
exports.AuditTargetEntity$ = AuditTargetEntity$;
|
|
1022
|
+
const CompositeSliComponent$ = [4, n0, _CSCom,
|
|
923
1023
|
0,
|
|
924
1024
|
[_ON],
|
|
925
1025
|
[0]
|
|
926
1026
|
];
|
|
927
|
-
exports.
|
|
1027
|
+
exports.CompositeSliComponent$ = CompositeSliComponent$;
|
|
1028
|
+
const Interval$ = [4, n0, _In,
|
|
928
1029
|
0,
|
|
929
1030
|
[_RIo, _CI],
|
|
930
|
-
[() =>
|
|
1031
|
+
[() => RollingInterval$, () => CalendarInterval$]
|
|
931
1032
|
];
|
|
932
|
-
exports.
|
|
1033
|
+
exports.Interval$ = Interval$;
|
|
1034
|
+
const MonitoredRequestCountMetricDataQueries$ = [4, n0, _MRCMDQ,
|
|
933
1035
|
0,
|
|
934
1036
|
[_GCM, _BCM],
|
|
935
1037
|
[() => MetricDataQueries, () => MetricDataQueries]
|
|
936
1038
|
];
|
|
1039
|
+
exports.MonitoredRequestCountMetricDataQueries$ = MonitoredRequestCountMetricDataQueries$;
|
|
937
1040
|
exports.BatchGetServiceLevelObjectiveBudgetReport$ = [9, n0, _BGSLOBR,
|
|
938
|
-
{ [_h]: ["POST", "/budget-report", 200] }, () =>
|
|
1041
|
+
{ [_h]: ["POST", "/budget-report", 200] }, () => BatchGetServiceLevelObjectiveBudgetReportInput$, () => BatchGetServiceLevelObjectiveBudgetReportOutput$
|
|
939
1042
|
];
|
|
940
1043
|
exports.BatchUpdateExclusionWindows$ = [9, n0, _BUEW,
|
|
941
|
-
{ [_h]: ["PATCH", "/exclusion-windows", 200] }, () =>
|
|
1044
|
+
{ [_h]: ["PATCH", "/exclusion-windows", 200] }, () => BatchUpdateExclusionWindowsInput$, () => BatchUpdateExclusionWindowsOutput$
|
|
942
1045
|
];
|
|
943
1046
|
exports.CreateServiceLevelObjective$ = [9, n0, _CSLO,
|
|
944
|
-
{ [_h]: ["POST", "/slo", 200] }, () =>
|
|
1047
|
+
{ [_h]: ["POST", "/slo", 200] }, () => CreateServiceLevelObjectiveInput$, () => CreateServiceLevelObjectiveOutput$
|
|
945
1048
|
];
|
|
946
1049
|
exports.DeleteGroupingConfiguration$ = [9, n0, _DGC,
|
|
947
|
-
{ [_h]: ["DELETE", "/grouping-configuration", 200] }, () => __Unit, () =>
|
|
1050
|
+
{ [_h]: ["DELETE", "/grouping-configuration", 200] }, () => __Unit, () => DeleteGroupingConfigurationOutput$
|
|
948
1051
|
];
|
|
949
1052
|
exports.DeleteServiceLevelObjective$ = [9, n0, _DSLO,
|
|
950
|
-
{ [_h]: ["DELETE", "/slo/{Id}", 200] }, () =>
|
|
1053
|
+
{ [_h]: ["DELETE", "/slo/{Id}", 200] }, () => DeleteServiceLevelObjectiveInput$, () => DeleteServiceLevelObjectiveOutput$
|
|
951
1054
|
];
|
|
952
1055
|
exports.GetService$ = [9, n0, _GSe,
|
|
953
|
-
{ [_h]: ["POST", "/service", 200] }, () =>
|
|
1056
|
+
{ [_h]: ["POST", "/service", 200] }, () => GetServiceInput$, () => GetServiceOutput$
|
|
954
1057
|
];
|
|
955
1058
|
exports.GetServiceLevelObjective$ = [9, n0, _GSLO,
|
|
956
|
-
{ [_h]: ["GET", "/slo/{Id}", 200] }, () =>
|
|
1059
|
+
{ [_h]: ["GET", "/slo/{Id}", 200] }, () => GetServiceLevelObjectiveInput$, () => GetServiceLevelObjectiveOutput$
|
|
957
1060
|
];
|
|
958
1061
|
exports.ListAuditFindings$ = [9, n0, _LAF,
|
|
959
|
-
{ [_h]: ["POST", "/auditFindings", 200] }, () =>
|
|
1062
|
+
{ [_h]: ["POST", "/auditFindings", 200] }, () => ListAuditFindingsInput$, () => ListAuditFindingsOutput$
|
|
960
1063
|
];
|
|
961
1064
|
exports.ListEntityEvents$ = [9, n0, _LEE,
|
|
962
|
-
{ [_h]: ["POST", "/events", 200] }, () =>
|
|
1065
|
+
{ [_h]: ["POST", "/events", 200] }, () => ListEntityEventsInput$, () => ListEntityEventsOutput$
|
|
963
1066
|
];
|
|
964
1067
|
exports.ListGroupingAttributeDefinitions$ = [9, n0, _LGAD,
|
|
965
|
-
{ [_h]: ["POST", "/grouping-attribute-definitions", 200] }, () =>
|
|
1068
|
+
{ [_h]: ["POST", "/grouping-attribute-definitions", 200] }, () => ListGroupingAttributeDefinitionsInput$, () => ListGroupingAttributeDefinitionsOutput$
|
|
966
1069
|
];
|
|
967
1070
|
exports.ListServiceDependencies$ = [9, n0, _LSD,
|
|
968
|
-
{ [_h]: ["POST", "/service-dependencies", 200] }, () =>
|
|
1071
|
+
{ [_h]: ["POST", "/service-dependencies", 200] }, () => ListServiceDependenciesInput$, () => ListServiceDependenciesOutput$
|
|
969
1072
|
];
|
|
970
1073
|
exports.ListServiceDependents$ = [9, n0, _LSDi,
|
|
971
|
-
{ [_h]: ["POST", "/service-dependents", 200] }, () =>
|
|
1074
|
+
{ [_h]: ["POST", "/service-dependents", 200] }, () => ListServiceDependentsInput$, () => ListServiceDependentsOutput$
|
|
972
1075
|
];
|
|
973
1076
|
exports.ListServiceLevelObjectiveExclusionWindows$ = [9, n0, _LSLOEW,
|
|
974
|
-
{ [_h]: ["GET", "/slo/{Id}/exclusion-windows", 200] }, () =>
|
|
1077
|
+
{ [_h]: ["GET", "/slo/{Id}/exclusion-windows", 200] }, () => ListServiceLevelObjectiveExclusionWindowsInput$, () => ListServiceLevelObjectiveExclusionWindowsOutput$
|
|
975
1078
|
];
|
|
976
1079
|
exports.ListServiceLevelObjectives$ = [9, n0, _LSLO,
|
|
977
|
-
{ [_h]: ["POST", "/slos", 200] }, () =>
|
|
1080
|
+
{ [_h]: ["POST", "/slos", 200] }, () => ListServiceLevelObjectivesInput$, () => ListServiceLevelObjectivesOutput$
|
|
978
1081
|
];
|
|
979
1082
|
exports.ListServiceOperations$ = [9, n0, _LSOi,
|
|
980
|
-
{ [_h]: ["POST", "/service-operations", 200] }, () =>
|
|
1083
|
+
{ [_h]: ["POST", "/service-operations", 200] }, () => ListServiceOperationsInput$, () => ListServiceOperationsOutput$
|
|
981
1084
|
];
|
|
982
1085
|
exports.ListServices$ = [9, n0, _LS,
|
|
983
|
-
{ [_h]: ["GET", "/services", 200] }, () =>
|
|
1086
|
+
{ [_h]: ["GET", "/services", 200] }, () => ListServicesInput$, () => ListServicesOutput$
|
|
984
1087
|
];
|
|
985
1088
|
exports.ListServiceStates$ = [9, n0, _LSS,
|
|
986
|
-
{ [_h]: ["POST", "/service/states", 200] }, () =>
|
|
1089
|
+
{ [_h]: ["POST", "/service/states", 200] }, () => ListServiceStatesInput$, () => ListServiceStatesOutput$
|
|
987
1090
|
];
|
|
988
1091
|
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
989
|
-
{ [_h]: ["GET", "/tags", 200] }, () =>
|
|
1092
|
+
{ [_h]: ["GET", "/tags", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
990
1093
|
];
|
|
991
1094
|
exports.PutGroupingConfiguration$ = [9, n0, _PGC,
|
|
992
|
-
{ [_h]: ["PUT", "/grouping-configuration", 200] }, () =>
|
|
1095
|
+
{ [_h]: ["PUT", "/grouping-configuration", 200] }, () => PutGroupingConfigurationInput$, () => PutGroupingConfigurationOutput$
|
|
993
1096
|
];
|
|
994
1097
|
exports.StartDiscovery$ = [9, n0, _SDt,
|
|
995
|
-
{ [_h]: ["POST", "/start-discovery", 200] }, () =>
|
|
1098
|
+
{ [_h]: ["POST", "/start-discovery", 200] }, () => StartDiscoveryInput$, () => StartDiscoveryOutput$
|
|
996
1099
|
];
|
|
997
1100
|
exports.TagResource$ = [9, n0, _TR,
|
|
998
|
-
{ [_h]: ["POST", "/tag-resource", 200] }, () =>
|
|
1101
|
+
{ [_h]: ["POST", "/tag-resource", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
|
|
999
1102
|
];
|
|
1000
1103
|
exports.UntagResource$ = [9, n0, _UR,
|
|
1001
|
-
{ [_h]: ["POST", "/untag-resource", 200] }, () =>
|
|
1104
|
+
{ [_h]: ["POST", "/untag-resource", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
1002
1105
|
];
|
|
1003
1106
|
exports.UpdateServiceLevelObjective$ = [9, n0, _USLO,
|
|
1004
|
-
{ [_h]: ["PATCH", "/slo/{Id}", 200] }, () =>
|
|
1107
|
+
{ [_h]: ["PATCH", "/slo/{Id}", 200] }, () => UpdateServiceLevelObjectiveInput$, () => UpdateServiceLevelObjectiveOutput$
|
|
1005
1108
|
];
|