@aws-sdk/client-application-signals 3.1037.0 → 3.1039.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 +6 -0
- package/dist-cjs/schemas/schemas_0.js +47 -22
- package/dist-es/models/enums.js +5 -0
- package/dist-es/schemas/schemas_0.js +44 -19
- package/dist-types/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.d.ts +22 -0
- package/dist-types/commands/CreateServiceLevelObjectiveCommand.d.ts +46 -0
- package/dist-types/commands/GetServiceLevelObjectiveCommand.d.ts +23 -0
- package/dist-types/commands/ListServiceLevelObjectivesCommand.d.ts +11 -0
- package/dist-types/commands/UpdateServiceLevelObjectiveCommand.d.ts +46 -0
- package/dist-types/models/enums.d.ts +13 -0
- package/dist-types/models/models_0.d.ts +106 -1
- package/dist-types/schemas/schemas_0.d.ts +3 -0
- package/dist-types/ts3.4/models/enums.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +34 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
- package/package.json +7 -7
package/dist-cjs/index.js
CHANGED
|
@@ -464,6 +464,11 @@ const ServiceLevelIndicatorComparisonOperator = {
|
|
|
464
464
|
LESS_THAN: "LessThan",
|
|
465
465
|
LESS_THAN_OR_EQUAL_TO: "LessThanOrEqualTo",
|
|
466
466
|
};
|
|
467
|
+
const SelectionType = {
|
|
468
|
+
EXPLICIT: "EXPLICIT",
|
|
469
|
+
PREFIX: "PREFIX",
|
|
470
|
+
REGEX: "REGEX",
|
|
471
|
+
};
|
|
467
472
|
const ServiceLevelIndicatorMetricType = {
|
|
468
473
|
AVAILABILITY: "AVAILABILITY",
|
|
469
474
|
LATENCY: "LATENCY",
|
|
@@ -555,6 +560,7 @@ exports.ListServicesCommand = ListServicesCommand;
|
|
|
555
560
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
556
561
|
exports.MetricSourceType = MetricSourceType;
|
|
557
562
|
exports.PutGroupingConfigurationCommand = PutGroupingConfigurationCommand;
|
|
563
|
+
exports.SelectionType = SelectionType;
|
|
558
564
|
exports.ServiceLevelIndicatorComparisonOperator = ServiceLevelIndicatorComparisonOperator;
|
|
559
565
|
exports.ServiceLevelIndicatorMetricType = ServiceLevelIndicatorMetricType;
|
|
560
566
|
exports.ServiceLevelObjectiveBudgetStatus = ServiceLevelObjectiveBudgetStatus;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
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.AuditTargetEntity$ = exports.Window$ = exports.UpdateServiceLevelObjectiveOutput$ = exports.UpdateServiceLevelObjectiveInput$ = void 0;
|
|
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
6
|
const _A = "Auditor";
|
|
7
7
|
const _AAI = "AwsAccountId";
|
|
8
8
|
const _ADE = "AccessDeniedException";
|
|
@@ -15,6 +15,7 @@ const _AFu = "AuditFinding";
|
|
|
15
15
|
const _AFud = "AuditFindings";
|
|
16
16
|
const _AG = "AttainmentGoal";
|
|
17
17
|
const _AI = "AccountId";
|
|
18
|
+
const _AIE = "AutoInvestigationEnabled";
|
|
18
19
|
const _AM = "AttributeMaps";
|
|
19
20
|
const _AR = "AuditorResults";
|
|
20
21
|
const _ARu = "AuditorResult";
|
|
@@ -38,7 +39,7 @@ const _BUEWE = "BatchUpdateExclusionWindowsError";
|
|
|
38
39
|
const _BUEWEa = "BatchUpdateExclusionWindowsErrors";
|
|
39
40
|
const _BUEWI = "BatchUpdateExclusionWindowsInput";
|
|
40
41
|
const _BUEWO = "BatchUpdateExclusionWindowsOutput";
|
|
41
|
-
const _C = "
|
|
42
|
+
const _C = "Components";
|
|
42
43
|
const _CE = "ConflictException";
|
|
43
44
|
const _CET = "ChangeEventType";
|
|
44
45
|
const _CEa = "CanaryEntity";
|
|
@@ -48,11 +49,15 @@ const _CI = "CalendarInterval";
|
|
|
48
49
|
const _CN = "CanaryName";
|
|
49
50
|
const _CO = "ComparisonOperator";
|
|
50
51
|
const _CRS = "CreateRecommendedSlo";
|
|
52
|
+
const _CSC = "CompositeSliConfig";
|
|
53
|
+
const _CSCo = "CompositeSliComponents";
|
|
54
|
+
const _CSCom = "CompositeSliComponent";
|
|
51
55
|
const _CSLO = "CreateServiceLevelObjective";
|
|
52
56
|
const _CSLOI = "CreateServiceLevelObjectiveInput";
|
|
53
57
|
const _CSLOO = "CreateServiceLevelObjectiveOutput";
|
|
54
58
|
const _CT = "ConnectionType";
|
|
55
59
|
const _CTr = "CreatedTime";
|
|
60
|
+
const _Ca = "Canary";
|
|
56
61
|
const _D = "Description";
|
|
57
62
|
const _DC = "DependencyConfig";
|
|
58
63
|
const _DG = "DependencyGraph";
|
|
@@ -179,6 +184,7 @@ const _PGC = "PutGroupingConfiguration";
|
|
|
179
184
|
const _PGCI = "PutGroupingConfigurationInput";
|
|
180
185
|
const _PGCO = "PutGroupingConfigurationOutput";
|
|
181
186
|
const _PS = "PeriodSeconds";
|
|
187
|
+
const _Pa = "Pattern";
|
|
182
188
|
const _R = "Reports";
|
|
183
189
|
const _RA = "ResourceArn";
|
|
184
190
|
const _RBS = "RequestBasedSli";
|
|
@@ -200,7 +206,8 @@ const _Re = "Region";
|
|
|
200
206
|
const _Rea = "Reason";
|
|
201
207
|
const _S = "Severity";
|
|
202
208
|
const _SA = "SloArn";
|
|
203
|
-
const _SC = "
|
|
209
|
+
const _SC = "SelectionConfig";
|
|
210
|
+
const _SCl = "SliConfig";
|
|
204
211
|
const _SD = "ServiceDependencies";
|
|
205
212
|
const _SDI = "StartDiscoveryInput";
|
|
206
213
|
const _SDO = "StartDiscoveryOutput";
|
|
@@ -393,10 +400,15 @@ exports.ChangeEvent$ = [3, n0, _CEh,
|
|
|
393
400
|
[_Ti, _AI, _Re, _En, _CET, _EI, _UN, _EN],
|
|
394
401
|
[4, 0, 0, 128 | 0, 0, 0, 0, 0], 6
|
|
395
402
|
];
|
|
403
|
+
exports.CompositeSliConfig$ = [3, n0, _CSC,
|
|
404
|
+
0,
|
|
405
|
+
[_SC, _C],
|
|
406
|
+
[() => exports.SelectionConfig$, () => CompositeSliComponents], 1
|
|
407
|
+
];
|
|
396
408
|
exports.CreateServiceLevelObjectiveInput$ = [3, n0, _CSLOI,
|
|
397
409
|
0,
|
|
398
|
-
[_N, _D,
|
|
399
|
-
[0, 0, () => exports.ServiceLevelIndicatorConfig$, () => exports.RequestBasedServiceLevelIndicatorConfig$, () => exports.Goal$, () => TagList, () => BurnRateConfigurations, 2], 1
|
|
410
|
+
[_N, _D, _SCl, _RBSC, _G, _Ta, _BRCu, _CRS, _AIE],
|
|
411
|
+
[0, 0, () => exports.ServiceLevelIndicatorConfig$, () => exports.RequestBasedServiceLevelIndicatorConfig$, () => exports.Goal$, () => TagList, () => BurnRateConfigurations, 2, 2], 1
|
|
400
412
|
];
|
|
401
413
|
exports.CreateServiceLevelObjectiveOutput$ = [3, n0, _CSLOO,
|
|
402
414
|
0,
|
|
@@ -650,19 +662,24 @@ exports.RequestBasedServiceLevelIndicatorConfig$ = [3, n0, _RBSLIC,
|
|
|
650
662
|
];
|
|
651
663
|
exports.RequestBasedServiceLevelIndicatorMetric$ = [3, n0, _RBSLIM,
|
|
652
664
|
0,
|
|
653
|
-
[_TRCM, _MRCM, _KA, _ON, _MT, _DC, _MS],
|
|
654
|
-
[() => MetricDataQueries, () => exports.MonitoredRequestCountMetricDataQueries$, 128 | 0, 0, 0, () => exports.DependencyConfig$, () => exports.MetricSource$], 2
|
|
665
|
+
[_TRCM, _MRCM, _KA, _ON, _MT, _DC, _MS, _CSC],
|
|
666
|
+
[() => MetricDataQueries, () => exports.MonitoredRequestCountMetricDataQueries$, 128 | 0, 0, 0, () => exports.DependencyConfig$, () => exports.MetricSource$, () => exports.CompositeSliConfig$], 2
|
|
655
667
|
];
|
|
656
668
|
exports.RequestBasedServiceLevelIndicatorMetricConfig$ = [3, n0, _RBSLIMC,
|
|
657
669
|
0,
|
|
658
|
-
[_KA, _ON, _MT, _TRCM, _MRCM, _DC, _MS, _MN],
|
|
659
|
-
[128 | 0, 0, 0, () => MetricDataQueries, () => exports.MonitoredRequestCountMetricDataQueries$, () => exports.DependencyConfig$, () => exports.MetricSource$, 0]
|
|
670
|
+
[_KA, _ON, _MT, _TRCM, _MRCM, _DC, _MS, _MN, _CSC],
|
|
671
|
+
[128 | 0, 0, 0, () => MetricDataQueries, () => exports.MonitoredRequestCountMetricDataQueries$, () => exports.DependencyConfig$, () => exports.MetricSource$, 0, () => exports.CompositeSliConfig$]
|
|
660
672
|
];
|
|
661
673
|
exports.RollingInterval$ = [3, n0, _RIo,
|
|
662
674
|
0,
|
|
663
675
|
[_DU, _Du],
|
|
664
676
|
[0, 1], 2
|
|
665
677
|
];
|
|
678
|
+
exports.SelectionConfig$ = [3, n0, _SC,
|
|
679
|
+
0,
|
|
680
|
+
[_T, _Pa],
|
|
681
|
+
[0, 0], 1
|
|
682
|
+
];
|
|
666
683
|
exports.Service$ = [3, n0, _Se,
|
|
667
684
|
0,
|
|
668
685
|
[_KA, _MRet, _AM, _SG, _LGR],
|
|
@@ -700,18 +717,18 @@ exports.ServiceLevelIndicatorConfig$ = [3, n0, _SLIC,
|
|
|
700
717
|
];
|
|
701
718
|
exports.ServiceLevelIndicatorMetric$ = [3, n0, _SLIM,
|
|
702
719
|
0,
|
|
703
|
-
[_MDQe, _KA, _ON, _MT, _DC, _MS],
|
|
704
|
-
[() => MetricDataQueries, 128 | 0, 0, 0, () => exports.DependencyConfig$, () => exports.MetricSource$], 1
|
|
720
|
+
[_MDQe, _KA, _ON, _MT, _DC, _MS, _CSC],
|
|
721
|
+
[() => MetricDataQueries, 128 | 0, 0, 0, () => exports.DependencyConfig$, () => exports.MetricSource$, () => exports.CompositeSliConfig$], 1
|
|
705
722
|
];
|
|
706
723
|
exports.ServiceLevelIndicatorMetricConfig$ = [3, n0, _SLIMC,
|
|
707
724
|
0,
|
|
708
|
-
[_KA, _ON, _MT, _MN, _Stat, _PS, _MS, _MDQe, _DC],
|
|
709
|
-
[128 | 0, 0, 0, 0, 0, 1, () => exports.MetricSource$, () => MetricDataQueries, () => exports.DependencyConfig$]
|
|
725
|
+
[_KA, _ON, _MT, _MN, _Stat, _PS, _MS, _MDQe, _DC, _CSC],
|
|
726
|
+
[128 | 0, 0, 0, 0, 0, 1, () => exports.MetricSource$, () => MetricDataQueries, () => exports.DependencyConfig$, () => exports.CompositeSliConfig$]
|
|
710
727
|
];
|
|
711
728
|
exports.ServiceLevelObjective$ = [3, n0, _SLO,
|
|
712
729
|
0,
|
|
713
|
-
[_Ar, _N, _CTr, _LUT, _G, _D, _Sli, _RBS, _ETv, _BRCu, _MSTe],
|
|
714
|
-
[0, 0, 4, 4, () => exports.Goal$, 0, () => exports.ServiceLevelIndicator$, () => exports.RequestBasedServiceLevelIndicator$, 0, () => BurnRateConfigurations, 0], 5
|
|
730
|
+
[_Ar, _N, _CTr, _LUT, _G, _D, _Sli, _RBS, _ETv, _BRCu, _MSTe, _AIE],
|
|
731
|
+
[0, 0, 4, 4, () => exports.Goal$, 0, () => exports.ServiceLevelIndicator$, () => exports.RequestBasedServiceLevelIndicator$, 0, () => BurnRateConfigurations, 0, 2], 5
|
|
715
732
|
];
|
|
716
733
|
exports.ServiceLevelObjectiveBudgetReport$ = [3, n0, _SLOBR,
|
|
717
734
|
0,
|
|
@@ -730,8 +747,8 @@ exports.ServiceLevelObjectiveEntity$ = [3, n0, _SLOE,
|
|
|
730
747
|
];
|
|
731
748
|
exports.ServiceLevelObjectiveSummary$ = [3, n0, _SLOS,
|
|
732
749
|
0,
|
|
733
|
-
[_Ar, _N, _KA, _ON, _DC, _CTr, _ETv, _MSTe, _MS],
|
|
734
|
-
[0, 0, 128 | 0, 0, () => exports.DependencyConfig$, 4, 0, 0, () => exports.MetricSource$], 2
|
|
750
|
+
[_Ar, _N, _KA, _ON, _DC, _CTr, _ETv, _MSTe, _MS, _CSC],
|
|
751
|
+
[0, 0, 128 | 0, 0, () => exports.DependencyConfig$, 4, 0, 0, () => exports.MetricSource$, () => exports.CompositeSliConfig$], 2
|
|
735
752
|
];
|
|
736
753
|
exports.ServiceOperation$ = [3, n0, _SOe,
|
|
737
754
|
0,
|
|
@@ -790,8 +807,8 @@ exports.UntagResourceResponse$ = [3, n0, _URRn,
|
|
|
790
807
|
];
|
|
791
808
|
exports.UpdateServiceLevelObjectiveInput$ = [3, n0, _USLOI,
|
|
792
809
|
0,
|
|
793
|
-
[_I, _D,
|
|
794
|
-
[[0, 1], 0, () => exports.ServiceLevelIndicatorConfig$, () => exports.RequestBasedServiceLevelIndicatorConfig$, () => exports.Goal$, () => BurnRateConfigurations], 1
|
|
810
|
+
[_I, _D, _SCl, _RBSC, _G, _BRCu, _AIE],
|
|
811
|
+
[[0, 1], 0, () => exports.ServiceLevelIndicatorConfig$, () => exports.RequestBasedServiceLevelIndicatorConfig$, () => exports.Goal$, () => BurnRateConfigurations, 2], 1
|
|
795
812
|
];
|
|
796
813
|
exports.UpdateServiceLevelObjectiveOutput$ = [3, n0, _USLOO,
|
|
797
814
|
0,
|
|
@@ -830,6 +847,9 @@ var BurnRateConfigurations = [1, n0, _BRCu,
|
|
|
830
847
|
var ChangeEvents = [1, n0, _CEha,
|
|
831
848
|
0, () => exports.ChangeEvent$
|
|
832
849
|
];
|
|
850
|
+
var CompositeSliComponents = [1, n0, _CSCo,
|
|
851
|
+
0, () => exports.CompositeSliComponent$
|
|
852
|
+
];
|
|
833
853
|
var Dimensions = [1, n0, _Dim,
|
|
834
854
|
0, () => exports.Dimension$
|
|
835
855
|
];
|
|
@@ -896,9 +916,14 @@ var Attributes = 128 | 0;
|
|
|
896
916
|
var DataMap = 128 | 0;
|
|
897
917
|
exports.AuditTargetEntity$ = [4, n0, _ATE,
|
|
898
918
|
0,
|
|
899
|
-
[_Se, _Sl, _SOe,
|
|
919
|
+
[_Se, _Sl, _SOe, _Ca],
|
|
900
920
|
[() => exports.ServiceEntity$, () => exports.ServiceLevelObjectiveEntity$, () => exports.ServiceOperationEntity$, () => exports.CanaryEntity$]
|
|
901
921
|
];
|
|
922
|
+
exports.CompositeSliComponent$ = [4, n0, _CSCom,
|
|
923
|
+
0,
|
|
924
|
+
[_ON],
|
|
925
|
+
[0]
|
|
926
|
+
];
|
|
902
927
|
exports.Interval$ = [4, n0, _In,
|
|
903
928
|
0,
|
|
904
929
|
[_RIo, _CI],
|
package/dist-es/models/enums.js
CHANGED
|
@@ -20,6 +20,11 @@ export const ServiceLevelIndicatorComparisonOperator = {
|
|
|
20
20
|
LESS_THAN: "LessThan",
|
|
21
21
|
LESS_THAN_OR_EQUAL_TO: "LessThanOrEqualTo",
|
|
22
22
|
};
|
|
23
|
+
export const SelectionType = {
|
|
24
|
+
EXPLICIT: "EXPLICIT",
|
|
25
|
+
PREFIX: "PREFIX",
|
|
26
|
+
REGEX: "REGEX",
|
|
27
|
+
};
|
|
23
28
|
export const ServiceLevelIndicatorMetricType = {
|
|
24
29
|
AVAILABILITY: "AVAILABILITY",
|
|
25
30
|
LATENCY: "LATENCY",
|
|
@@ -10,6 +10,7 @@ const _AFu = "AuditFinding";
|
|
|
10
10
|
const _AFud = "AuditFindings";
|
|
11
11
|
const _AG = "AttainmentGoal";
|
|
12
12
|
const _AI = "AccountId";
|
|
13
|
+
const _AIE = "AutoInvestigationEnabled";
|
|
13
14
|
const _AM = "AttributeMaps";
|
|
14
15
|
const _AR = "AuditorResults";
|
|
15
16
|
const _ARu = "AuditorResult";
|
|
@@ -33,7 +34,7 @@ const _BUEWE = "BatchUpdateExclusionWindowsError";
|
|
|
33
34
|
const _BUEWEa = "BatchUpdateExclusionWindowsErrors";
|
|
34
35
|
const _BUEWI = "BatchUpdateExclusionWindowsInput";
|
|
35
36
|
const _BUEWO = "BatchUpdateExclusionWindowsOutput";
|
|
36
|
-
const _C = "
|
|
37
|
+
const _C = "Components";
|
|
37
38
|
const _CE = "ConflictException";
|
|
38
39
|
const _CET = "ChangeEventType";
|
|
39
40
|
const _CEa = "CanaryEntity";
|
|
@@ -43,11 +44,15 @@ const _CI = "CalendarInterval";
|
|
|
43
44
|
const _CN = "CanaryName";
|
|
44
45
|
const _CO = "ComparisonOperator";
|
|
45
46
|
const _CRS = "CreateRecommendedSlo";
|
|
47
|
+
const _CSC = "CompositeSliConfig";
|
|
48
|
+
const _CSCo = "CompositeSliComponents";
|
|
49
|
+
const _CSCom = "CompositeSliComponent";
|
|
46
50
|
const _CSLO = "CreateServiceLevelObjective";
|
|
47
51
|
const _CSLOI = "CreateServiceLevelObjectiveInput";
|
|
48
52
|
const _CSLOO = "CreateServiceLevelObjectiveOutput";
|
|
49
53
|
const _CT = "ConnectionType";
|
|
50
54
|
const _CTr = "CreatedTime";
|
|
55
|
+
const _Ca = "Canary";
|
|
51
56
|
const _D = "Description";
|
|
52
57
|
const _DC = "DependencyConfig";
|
|
53
58
|
const _DG = "DependencyGraph";
|
|
@@ -174,6 +179,7 @@ const _PGC = "PutGroupingConfiguration";
|
|
|
174
179
|
const _PGCI = "PutGroupingConfigurationInput";
|
|
175
180
|
const _PGCO = "PutGroupingConfigurationOutput";
|
|
176
181
|
const _PS = "PeriodSeconds";
|
|
182
|
+
const _Pa = "Pattern";
|
|
177
183
|
const _R = "Reports";
|
|
178
184
|
const _RA = "ResourceArn";
|
|
179
185
|
const _RBS = "RequestBasedSli";
|
|
@@ -195,7 +201,8 @@ const _Re = "Region";
|
|
|
195
201
|
const _Rea = "Reason";
|
|
196
202
|
const _S = "Severity";
|
|
197
203
|
const _SA = "SloArn";
|
|
198
|
-
const _SC = "
|
|
204
|
+
const _SC = "SelectionConfig";
|
|
205
|
+
const _SCl = "SliConfig";
|
|
199
206
|
const _SD = "ServiceDependencies";
|
|
200
207
|
const _SDI = "StartDiscoveryInput";
|
|
201
208
|
const _SDO = "StartDiscoveryOutput";
|
|
@@ -388,10 +395,15 @@ export var ChangeEvent$ = [3, n0, _CEh,
|
|
|
388
395
|
[_Ti, _AI, _Re, _En, _CET, _EI, _UN, _EN],
|
|
389
396
|
[4, 0, 0, 128 | 0, 0, 0, 0, 0], 6
|
|
390
397
|
];
|
|
398
|
+
export var CompositeSliConfig$ = [3, n0, _CSC,
|
|
399
|
+
0,
|
|
400
|
+
[_SC, _C],
|
|
401
|
+
[() => SelectionConfig$, () => CompositeSliComponents], 1
|
|
402
|
+
];
|
|
391
403
|
export var CreateServiceLevelObjectiveInput$ = [3, n0, _CSLOI,
|
|
392
404
|
0,
|
|
393
|
-
[_N, _D,
|
|
394
|
-
[0, 0, () => ServiceLevelIndicatorConfig$, () => RequestBasedServiceLevelIndicatorConfig$, () => Goal$, () => TagList, () => BurnRateConfigurations, 2], 1
|
|
405
|
+
[_N, _D, _SCl, _RBSC, _G, _Ta, _BRCu, _CRS, _AIE],
|
|
406
|
+
[0, 0, () => ServiceLevelIndicatorConfig$, () => RequestBasedServiceLevelIndicatorConfig$, () => Goal$, () => TagList, () => BurnRateConfigurations, 2, 2], 1
|
|
395
407
|
];
|
|
396
408
|
export var CreateServiceLevelObjectiveOutput$ = [3, n0, _CSLOO,
|
|
397
409
|
0,
|
|
@@ -645,19 +657,24 @@ export var RequestBasedServiceLevelIndicatorConfig$ = [3, n0, _RBSLIC,
|
|
|
645
657
|
];
|
|
646
658
|
export var RequestBasedServiceLevelIndicatorMetric$ = [3, n0, _RBSLIM,
|
|
647
659
|
0,
|
|
648
|
-
[_TRCM, _MRCM, _KA, _ON, _MT, _DC, _MS],
|
|
649
|
-
[() => MetricDataQueries, () => MonitoredRequestCountMetricDataQueries$, 128 | 0, 0, 0, () => DependencyConfig$, () => MetricSource$], 2
|
|
660
|
+
[_TRCM, _MRCM, _KA, _ON, _MT, _DC, _MS, _CSC],
|
|
661
|
+
[() => MetricDataQueries, () => MonitoredRequestCountMetricDataQueries$, 128 | 0, 0, 0, () => DependencyConfig$, () => MetricSource$, () => CompositeSliConfig$], 2
|
|
650
662
|
];
|
|
651
663
|
export var RequestBasedServiceLevelIndicatorMetricConfig$ = [3, n0, _RBSLIMC,
|
|
652
664
|
0,
|
|
653
|
-
[_KA, _ON, _MT, _TRCM, _MRCM, _DC, _MS, _MN],
|
|
654
|
-
[128 | 0, 0, 0, () => MetricDataQueries, () => MonitoredRequestCountMetricDataQueries$, () => DependencyConfig$, () => MetricSource$, 0]
|
|
665
|
+
[_KA, _ON, _MT, _TRCM, _MRCM, _DC, _MS, _MN, _CSC],
|
|
666
|
+
[128 | 0, 0, 0, () => MetricDataQueries, () => MonitoredRequestCountMetricDataQueries$, () => DependencyConfig$, () => MetricSource$, 0, () => CompositeSliConfig$]
|
|
655
667
|
];
|
|
656
668
|
export var RollingInterval$ = [3, n0, _RIo,
|
|
657
669
|
0,
|
|
658
670
|
[_DU, _Du],
|
|
659
671
|
[0, 1], 2
|
|
660
672
|
];
|
|
673
|
+
export var SelectionConfig$ = [3, n0, _SC,
|
|
674
|
+
0,
|
|
675
|
+
[_T, _Pa],
|
|
676
|
+
[0, 0], 1
|
|
677
|
+
];
|
|
661
678
|
export var Service$ = [3, n0, _Se,
|
|
662
679
|
0,
|
|
663
680
|
[_KA, _MRet, _AM, _SG, _LGR],
|
|
@@ -695,18 +712,18 @@ export var ServiceLevelIndicatorConfig$ = [3, n0, _SLIC,
|
|
|
695
712
|
];
|
|
696
713
|
export var ServiceLevelIndicatorMetric$ = [3, n0, _SLIM,
|
|
697
714
|
0,
|
|
698
|
-
[_MDQe, _KA, _ON, _MT, _DC, _MS],
|
|
699
|
-
[() => MetricDataQueries, 128 | 0, 0, 0, () => DependencyConfig$, () => MetricSource$], 1
|
|
715
|
+
[_MDQe, _KA, _ON, _MT, _DC, _MS, _CSC],
|
|
716
|
+
[() => MetricDataQueries, 128 | 0, 0, 0, () => DependencyConfig$, () => MetricSource$, () => CompositeSliConfig$], 1
|
|
700
717
|
];
|
|
701
718
|
export var ServiceLevelIndicatorMetricConfig$ = [3, n0, _SLIMC,
|
|
702
719
|
0,
|
|
703
|
-
[_KA, _ON, _MT, _MN, _Stat, _PS, _MS, _MDQe, _DC],
|
|
704
|
-
[128 | 0, 0, 0, 0, 0, 1, () => MetricSource$, () => MetricDataQueries, () => DependencyConfig$]
|
|
720
|
+
[_KA, _ON, _MT, _MN, _Stat, _PS, _MS, _MDQe, _DC, _CSC],
|
|
721
|
+
[128 | 0, 0, 0, 0, 0, 1, () => MetricSource$, () => MetricDataQueries, () => DependencyConfig$, () => CompositeSliConfig$]
|
|
705
722
|
];
|
|
706
723
|
export var ServiceLevelObjective$ = [3, n0, _SLO,
|
|
707
724
|
0,
|
|
708
|
-
[_Ar, _N, _CTr, _LUT, _G, _D, _Sli, _RBS, _ETv, _BRCu, _MSTe],
|
|
709
|
-
[0, 0, 4, 4, () => Goal$, 0, () => ServiceLevelIndicator$, () => RequestBasedServiceLevelIndicator$, 0, () => BurnRateConfigurations, 0], 5
|
|
725
|
+
[_Ar, _N, _CTr, _LUT, _G, _D, _Sli, _RBS, _ETv, _BRCu, _MSTe, _AIE],
|
|
726
|
+
[0, 0, 4, 4, () => Goal$, 0, () => ServiceLevelIndicator$, () => RequestBasedServiceLevelIndicator$, 0, () => BurnRateConfigurations, 0, 2], 5
|
|
710
727
|
];
|
|
711
728
|
export var ServiceLevelObjectiveBudgetReport$ = [3, n0, _SLOBR,
|
|
712
729
|
0,
|
|
@@ -725,8 +742,8 @@ export var ServiceLevelObjectiveEntity$ = [3, n0, _SLOE,
|
|
|
725
742
|
];
|
|
726
743
|
export var ServiceLevelObjectiveSummary$ = [3, n0, _SLOS,
|
|
727
744
|
0,
|
|
728
|
-
[_Ar, _N, _KA, _ON, _DC, _CTr, _ETv, _MSTe, _MS],
|
|
729
|
-
[0, 0, 128 | 0, 0, () => DependencyConfig$, 4, 0, 0, () => MetricSource$], 2
|
|
745
|
+
[_Ar, _N, _KA, _ON, _DC, _CTr, _ETv, _MSTe, _MS, _CSC],
|
|
746
|
+
[0, 0, 128 | 0, 0, () => DependencyConfig$, 4, 0, 0, () => MetricSource$, () => CompositeSliConfig$], 2
|
|
730
747
|
];
|
|
731
748
|
export var ServiceOperation$ = [3, n0, _SOe,
|
|
732
749
|
0,
|
|
@@ -785,8 +802,8 @@ export var UntagResourceResponse$ = [3, n0, _URRn,
|
|
|
785
802
|
];
|
|
786
803
|
export var UpdateServiceLevelObjectiveInput$ = [3, n0, _USLOI,
|
|
787
804
|
0,
|
|
788
|
-
[_I, _D,
|
|
789
|
-
[[0, 1], 0, () => ServiceLevelIndicatorConfig$, () => RequestBasedServiceLevelIndicatorConfig$, () => Goal$, () => BurnRateConfigurations], 1
|
|
805
|
+
[_I, _D, _SCl, _RBSC, _G, _BRCu, _AIE],
|
|
806
|
+
[[0, 1], 0, () => ServiceLevelIndicatorConfig$, () => RequestBasedServiceLevelIndicatorConfig$, () => Goal$, () => BurnRateConfigurations, 2], 1
|
|
790
807
|
];
|
|
791
808
|
export var UpdateServiceLevelObjectiveOutput$ = [3, n0, _USLOO,
|
|
792
809
|
0,
|
|
@@ -825,6 +842,9 @@ var BurnRateConfigurations = [1, n0, _BRCu,
|
|
|
825
842
|
var ChangeEvents = [1, n0, _CEha,
|
|
826
843
|
0, () => ChangeEvent$
|
|
827
844
|
];
|
|
845
|
+
var CompositeSliComponents = [1, n0, _CSCo,
|
|
846
|
+
0, () => CompositeSliComponent$
|
|
847
|
+
];
|
|
828
848
|
var Dimensions = [1, n0, _Dim,
|
|
829
849
|
0, () => Dimension$
|
|
830
850
|
];
|
|
@@ -891,9 +911,14 @@ var Attributes = 128 | 0;
|
|
|
891
911
|
var DataMap = 128 | 0;
|
|
892
912
|
export var AuditTargetEntity$ = [4, n0, _ATE,
|
|
893
913
|
0,
|
|
894
|
-
[_Se, _Sl, _SOe,
|
|
914
|
+
[_Se, _Sl, _SOe, _Ca],
|
|
895
915
|
[() => ServiceEntity$, () => ServiceLevelObjectiveEntity$, () => ServiceOperationEntity$, () => CanaryEntity$]
|
|
896
916
|
];
|
|
917
|
+
export var CompositeSliComponent$ = [4, n0, _CSCom,
|
|
918
|
+
0,
|
|
919
|
+
[_ON],
|
|
920
|
+
[0]
|
|
921
|
+
];
|
|
897
922
|
export var Interval$ = [4, n0, _In,
|
|
898
923
|
0,
|
|
899
924
|
[_RIo, _CI],
|
|
@@ -103,6 +103,17 @@ declare const BatchGetServiceLevelObjectiveBudgetReportCommand_base: {
|
|
|
103
103
|
* // "<keys>": "STRING_VALUE",
|
|
104
104
|
* // },
|
|
105
105
|
* // },
|
|
106
|
+
* // CompositeSliConfig: { // CompositeSliConfig
|
|
107
|
+
* // SelectionConfig: { // SelectionConfig
|
|
108
|
+
* // Type: "EXPLICIT" || "PREFIX" || "REGEX", // required
|
|
109
|
+
* // Pattern: "STRING_VALUE",
|
|
110
|
+
* // },
|
|
111
|
+
* // Components: [ // CompositeSliComponents
|
|
112
|
+
* // { // CompositeSliComponent Union: only one key present
|
|
113
|
+
* // OperationName: "STRING_VALUE",
|
|
114
|
+
* // },
|
|
115
|
+
* // ],
|
|
116
|
+
* // },
|
|
106
117
|
* // },
|
|
107
118
|
* // MetricThreshold: Number("double"), // required
|
|
108
119
|
* // ComparisonOperator: "GreaterThanOrEqualTo" || "GreaterThan" || "LessThan" || "LessThanOrEqualTo", // required
|
|
@@ -199,6 +210,17 @@ declare const BatchGetServiceLevelObjectiveBudgetReportCommand_base: {
|
|
|
199
210
|
* // MetricSourceKeyAttributes: "<Attributes>", // required
|
|
200
211
|
* // MetricSourceAttributes: "<Attributes>",
|
|
201
212
|
* // },
|
|
213
|
+
* // CompositeSliConfig: {
|
|
214
|
+
* // SelectionConfig: {
|
|
215
|
+
* // Type: "EXPLICIT" || "PREFIX" || "REGEX", // required
|
|
216
|
+
* // Pattern: "STRING_VALUE",
|
|
217
|
+
* // },
|
|
218
|
+
* // Components: [
|
|
219
|
+
* // {// Union: only one key present
|
|
220
|
+
* // OperationName: "STRING_VALUE",
|
|
221
|
+
* // },
|
|
222
|
+
* // ],
|
|
223
|
+
* // },
|
|
202
224
|
* // },
|
|
203
225
|
* // MetricThreshold: Number("double"),
|
|
204
226
|
* // ComparisonOperator: "GreaterThanOrEqualTo" || "GreaterThan" || "LessThan" || "LessThanOrEqualTo",
|
|
@@ -88,6 +88,17 @@ declare const CreateServiceLevelObjectiveCommand_base: {
|
|
|
88
88
|
* },
|
|
89
89
|
* DependencyOperationName: "STRING_VALUE", // required
|
|
90
90
|
* },
|
|
91
|
+
* CompositeSliConfig: { // CompositeSliConfig
|
|
92
|
+
* SelectionConfig: { // SelectionConfig
|
|
93
|
+
* Type: "EXPLICIT" || "PREFIX" || "REGEX", // required
|
|
94
|
+
* Pattern: "STRING_VALUE",
|
|
95
|
+
* },
|
|
96
|
+
* Components: [ // CompositeSliComponents
|
|
97
|
+
* { // CompositeSliComponent Union: only one key present
|
|
98
|
+
* OperationName: "STRING_VALUE",
|
|
99
|
+
* },
|
|
100
|
+
* ],
|
|
101
|
+
* },
|
|
91
102
|
* },
|
|
92
103
|
* MetricThreshold: Number("double"),
|
|
93
104
|
* ComparisonOperator: "GreaterThanOrEqualTo" || "GreaterThan" || "LessThan" || "LessThanOrEqualTo",
|
|
@@ -185,6 +196,17 @@ declare const CreateServiceLevelObjectiveCommand_base: {
|
|
|
185
196
|
* MetricSourceAttributes: "<Attributes>",
|
|
186
197
|
* },
|
|
187
198
|
* MetricName: "STRING_VALUE",
|
|
199
|
+
* CompositeSliConfig: {
|
|
200
|
+
* SelectionConfig: {
|
|
201
|
+
* Type: "EXPLICIT" || "PREFIX" || "REGEX", // required
|
|
202
|
+
* Pattern: "STRING_VALUE",
|
|
203
|
+
* },
|
|
204
|
+
* Components: [
|
|
205
|
+
* {// Union: only one key present
|
|
206
|
+
* OperationName: "STRING_VALUE",
|
|
207
|
+
* },
|
|
208
|
+
* ],
|
|
209
|
+
* },
|
|
188
210
|
* },
|
|
189
211
|
* MetricThreshold: Number("double"),
|
|
190
212
|
* ComparisonOperator: "GreaterThanOrEqualTo" || "GreaterThan" || "LessThan" || "LessThanOrEqualTo",
|
|
@@ -216,6 +238,7 @@ declare const CreateServiceLevelObjectiveCommand_base: {
|
|
|
216
238
|
* },
|
|
217
239
|
* ],
|
|
218
240
|
* CreateRecommendedSlo: true || false,
|
|
241
|
+
* AutoInvestigationEnabled: true || false,
|
|
219
242
|
* };
|
|
220
243
|
* const command = new CreateServiceLevelObjectiveCommand(input);
|
|
221
244
|
* const response = await client.send(command);
|
|
@@ -272,6 +295,17 @@ declare const CreateServiceLevelObjectiveCommand_base: {
|
|
|
272
295
|
* // "<keys>": "STRING_VALUE",
|
|
273
296
|
* // },
|
|
274
297
|
* // },
|
|
298
|
+
* // CompositeSliConfig: { // CompositeSliConfig
|
|
299
|
+
* // SelectionConfig: { // SelectionConfig
|
|
300
|
+
* // Type: "EXPLICIT" || "PREFIX" || "REGEX", // required
|
|
301
|
+
* // Pattern: "STRING_VALUE",
|
|
302
|
+
* // },
|
|
303
|
+
* // Components: [ // CompositeSliComponents
|
|
304
|
+
* // { // CompositeSliComponent Union: only one key present
|
|
305
|
+
* // OperationName: "STRING_VALUE",
|
|
306
|
+
* // },
|
|
307
|
+
* // ],
|
|
308
|
+
* // },
|
|
275
309
|
* // },
|
|
276
310
|
* // MetricThreshold: Number("double"), // required
|
|
277
311
|
* // ComparisonOperator: "GreaterThanOrEqualTo" || "GreaterThan" || "LessThan" || "LessThanOrEqualTo", // required
|
|
@@ -368,6 +402,17 @@ declare const CreateServiceLevelObjectiveCommand_base: {
|
|
|
368
402
|
* // MetricSourceKeyAttributes: "<Attributes>", // required
|
|
369
403
|
* // MetricSourceAttributes: "<Attributes>",
|
|
370
404
|
* // },
|
|
405
|
+
* // CompositeSliConfig: {
|
|
406
|
+
* // SelectionConfig: {
|
|
407
|
+
* // Type: "EXPLICIT" || "PREFIX" || "REGEX", // required
|
|
408
|
+
* // Pattern: "STRING_VALUE",
|
|
409
|
+
* // },
|
|
410
|
+
* // Components: [
|
|
411
|
+
* // {// Union: only one key present
|
|
412
|
+
* // OperationName: "STRING_VALUE",
|
|
413
|
+
* // },
|
|
414
|
+
* // ],
|
|
415
|
+
* // },
|
|
371
416
|
* // },
|
|
372
417
|
* // MetricThreshold: Number("double"),
|
|
373
418
|
* // ComparisonOperator: "GreaterThanOrEqualTo" || "GreaterThan" || "LessThan" || "LessThanOrEqualTo",
|
|
@@ -394,6 +439,7 @@ declare const CreateServiceLevelObjectiveCommand_base: {
|
|
|
394
439
|
* // },
|
|
395
440
|
* // ],
|
|
396
441
|
* // MetricSourceType: "ServiceOperation" || "CloudWatchMetric" || "ServiceDependency" || "AppMonitor" || "Canary" || "Service",
|
|
442
|
+
* // AutoInvestigationEnabled: true || false,
|
|
397
443
|
* // },
|
|
398
444
|
* // };
|
|
399
445
|
*
|
|
@@ -94,6 +94,17 @@ declare const GetServiceLevelObjectiveCommand_base: {
|
|
|
94
94
|
* // "<keys>": "STRING_VALUE",
|
|
95
95
|
* // },
|
|
96
96
|
* // },
|
|
97
|
+
* // CompositeSliConfig: { // CompositeSliConfig
|
|
98
|
+
* // SelectionConfig: { // SelectionConfig
|
|
99
|
+
* // Type: "EXPLICIT" || "PREFIX" || "REGEX", // required
|
|
100
|
+
* // Pattern: "STRING_VALUE",
|
|
101
|
+
* // },
|
|
102
|
+
* // Components: [ // CompositeSliComponents
|
|
103
|
+
* // { // CompositeSliComponent Union: only one key present
|
|
104
|
+
* // OperationName: "STRING_VALUE",
|
|
105
|
+
* // },
|
|
106
|
+
* // ],
|
|
107
|
+
* // },
|
|
97
108
|
* // },
|
|
98
109
|
* // MetricThreshold: Number("double"), // required
|
|
99
110
|
* // ComparisonOperator: "GreaterThanOrEqualTo" || "GreaterThan" || "LessThan" || "LessThanOrEqualTo", // required
|
|
@@ -190,6 +201,17 @@ declare const GetServiceLevelObjectiveCommand_base: {
|
|
|
190
201
|
* // MetricSourceKeyAttributes: "<Attributes>", // required
|
|
191
202
|
* // MetricSourceAttributes: "<Attributes>",
|
|
192
203
|
* // },
|
|
204
|
+
* // CompositeSliConfig: {
|
|
205
|
+
* // SelectionConfig: {
|
|
206
|
+
* // Type: "EXPLICIT" || "PREFIX" || "REGEX", // required
|
|
207
|
+
* // Pattern: "STRING_VALUE",
|
|
208
|
+
* // },
|
|
209
|
+
* // Components: [
|
|
210
|
+
* // {// Union: only one key present
|
|
211
|
+
* // OperationName: "STRING_VALUE",
|
|
212
|
+
* // },
|
|
213
|
+
* // ],
|
|
214
|
+
* // },
|
|
193
215
|
* // },
|
|
194
216
|
* // MetricThreshold: Number("double"),
|
|
195
217
|
* // ComparisonOperator: "GreaterThanOrEqualTo" || "GreaterThan" || "LessThan" || "LessThanOrEqualTo",
|
|
@@ -216,6 +238,7 @@ declare const GetServiceLevelObjectiveCommand_base: {
|
|
|
216
238
|
* // },
|
|
217
239
|
* // ],
|
|
218
240
|
* // MetricSourceType: "ServiceOperation" || "CloudWatchMetric" || "ServiceDependency" || "AppMonitor" || "Canary" || "Service",
|
|
241
|
+
* // AutoInvestigationEnabled: true || false,
|
|
219
242
|
* // },
|
|
220
243
|
* // };
|
|
221
244
|
*
|
|
@@ -91,6 +91,17 @@ declare const ListServiceLevelObjectivesCommand_base: {
|
|
|
91
91
|
* // "<keys>": "STRING_VALUE",
|
|
92
92
|
* // },
|
|
93
93
|
* // },
|
|
94
|
+
* // CompositeSliConfig: { // CompositeSliConfig
|
|
95
|
+
* // SelectionConfig: { // SelectionConfig
|
|
96
|
+
* // Type: "EXPLICIT" || "PREFIX" || "REGEX", // required
|
|
97
|
+
* // Pattern: "STRING_VALUE",
|
|
98
|
+
* // },
|
|
99
|
+
* // Components: [ // CompositeSliComponents
|
|
100
|
+
* // { // CompositeSliComponent Union: only one key present
|
|
101
|
+
* // OperationName: "STRING_VALUE",
|
|
102
|
+
* // },
|
|
103
|
+
* // ],
|
|
104
|
+
* // },
|
|
94
105
|
* // },
|
|
95
106
|
* // ],
|
|
96
107
|
* // NextToken: "STRING_VALUE",
|
|
@@ -88,6 +88,17 @@ declare const UpdateServiceLevelObjectiveCommand_base: {
|
|
|
88
88
|
* },
|
|
89
89
|
* DependencyOperationName: "STRING_VALUE", // required
|
|
90
90
|
* },
|
|
91
|
+
* CompositeSliConfig: { // CompositeSliConfig
|
|
92
|
+
* SelectionConfig: { // SelectionConfig
|
|
93
|
+
* Type: "EXPLICIT" || "PREFIX" || "REGEX", // required
|
|
94
|
+
* Pattern: "STRING_VALUE",
|
|
95
|
+
* },
|
|
96
|
+
* Components: [ // CompositeSliComponents
|
|
97
|
+
* { // CompositeSliComponent Union: only one key present
|
|
98
|
+
* OperationName: "STRING_VALUE",
|
|
99
|
+
* },
|
|
100
|
+
* ],
|
|
101
|
+
* },
|
|
91
102
|
* },
|
|
92
103
|
* MetricThreshold: Number("double"),
|
|
93
104
|
* ComparisonOperator: "GreaterThanOrEqualTo" || "GreaterThan" || "LessThan" || "LessThanOrEqualTo",
|
|
@@ -185,6 +196,17 @@ declare const UpdateServiceLevelObjectiveCommand_base: {
|
|
|
185
196
|
* MetricSourceAttributes: "<Attributes>",
|
|
186
197
|
* },
|
|
187
198
|
* MetricName: "STRING_VALUE",
|
|
199
|
+
* CompositeSliConfig: {
|
|
200
|
+
* SelectionConfig: {
|
|
201
|
+
* Type: "EXPLICIT" || "PREFIX" || "REGEX", // required
|
|
202
|
+
* Pattern: "STRING_VALUE",
|
|
203
|
+
* },
|
|
204
|
+
* Components: [
|
|
205
|
+
* {// Union: only one key present
|
|
206
|
+
* OperationName: "STRING_VALUE",
|
|
207
|
+
* },
|
|
208
|
+
* ],
|
|
209
|
+
* },
|
|
188
210
|
* },
|
|
189
211
|
* MetricThreshold: Number("double"),
|
|
190
212
|
* ComparisonOperator: "GreaterThanOrEqualTo" || "GreaterThan" || "LessThan" || "LessThanOrEqualTo",
|
|
@@ -209,6 +231,7 @@ declare const UpdateServiceLevelObjectiveCommand_base: {
|
|
|
209
231
|
* LookBackWindowMinutes: Number("int"), // required
|
|
210
232
|
* },
|
|
211
233
|
* ],
|
|
234
|
+
* AutoInvestigationEnabled: true || false,
|
|
212
235
|
* };
|
|
213
236
|
* const command = new UpdateServiceLevelObjectiveCommand(input);
|
|
214
237
|
* const response = await client.send(command);
|
|
@@ -265,6 +288,17 @@ declare const UpdateServiceLevelObjectiveCommand_base: {
|
|
|
265
288
|
* // "<keys>": "STRING_VALUE",
|
|
266
289
|
* // },
|
|
267
290
|
* // },
|
|
291
|
+
* // CompositeSliConfig: { // CompositeSliConfig
|
|
292
|
+
* // SelectionConfig: { // SelectionConfig
|
|
293
|
+
* // Type: "EXPLICIT" || "PREFIX" || "REGEX", // required
|
|
294
|
+
* // Pattern: "STRING_VALUE",
|
|
295
|
+
* // },
|
|
296
|
+
* // Components: [ // CompositeSliComponents
|
|
297
|
+
* // { // CompositeSliComponent Union: only one key present
|
|
298
|
+
* // OperationName: "STRING_VALUE",
|
|
299
|
+
* // },
|
|
300
|
+
* // ],
|
|
301
|
+
* // },
|
|
268
302
|
* // },
|
|
269
303
|
* // MetricThreshold: Number("double"), // required
|
|
270
304
|
* // ComparisonOperator: "GreaterThanOrEqualTo" || "GreaterThan" || "LessThan" || "LessThanOrEqualTo", // required
|
|
@@ -361,6 +395,17 @@ declare const UpdateServiceLevelObjectiveCommand_base: {
|
|
|
361
395
|
* // MetricSourceKeyAttributes: "<Attributes>", // required
|
|
362
396
|
* // MetricSourceAttributes: "<Attributes>",
|
|
363
397
|
* // },
|
|
398
|
+
* // CompositeSliConfig: {
|
|
399
|
+
* // SelectionConfig: {
|
|
400
|
+
* // Type: "EXPLICIT" || "PREFIX" || "REGEX", // required
|
|
401
|
+
* // Pattern: "STRING_VALUE",
|
|
402
|
+
* // },
|
|
403
|
+
* // Components: [
|
|
404
|
+
* // {// Union: only one key present
|
|
405
|
+
* // OperationName: "STRING_VALUE",
|
|
406
|
+
* // },
|
|
407
|
+
* // ],
|
|
408
|
+
* // },
|
|
364
409
|
* // },
|
|
365
410
|
* // MetricThreshold: Number("double"),
|
|
366
411
|
* // ComparisonOperator: "GreaterThanOrEqualTo" || "GreaterThan" || "LessThan" || "LessThanOrEqualTo",
|
|
@@ -387,6 +432,7 @@ declare const UpdateServiceLevelObjectiveCommand_base: {
|
|
|
387
432
|
* // },
|
|
388
433
|
* // ],
|
|
389
434
|
* // MetricSourceType: "ServiceOperation" || "CloudWatchMetric" || "ServiceDependency" || "AppMonitor" || "Canary" || "Service",
|
|
435
|
+
* // AutoInvestigationEnabled: true || false,
|
|
390
436
|
* // },
|
|
391
437
|
* // };
|
|
392
438
|
*
|
|
@@ -52,6 +52,19 @@ export declare const ServiceLevelIndicatorComparisonOperator: {
|
|
|
52
52
|
* @public
|
|
53
53
|
*/
|
|
54
54
|
export type ServiceLevelIndicatorComparisonOperator = (typeof ServiceLevelIndicatorComparisonOperator)[keyof typeof ServiceLevelIndicatorComparisonOperator];
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
* @enum
|
|
58
|
+
*/
|
|
59
|
+
export declare const SelectionType: {
|
|
60
|
+
readonly EXPLICIT: "EXPLICIT";
|
|
61
|
+
readonly PREFIX: "PREFIX";
|
|
62
|
+
readonly REGEX: "REGEX";
|
|
63
|
+
};
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
export type SelectionType = (typeof SelectionType)[keyof typeof SelectionType];
|
|
55
68
|
/**
|
|
56
69
|
* @public
|
|
57
70
|
* @enum
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ChangeEventType, ConnectionType, DetailLevel, DurationUnit, EvaluationType, MetricSourceType, ServiceLevelIndicatorComparisonOperator, ServiceLevelIndicatorMetricType, ServiceLevelObjectiveBudgetStatus, Severity, StandardUnit } from "./enums";
|
|
1
|
+
import type { ChangeEventType, ConnectionType, DetailLevel, DurationUnit, EvaluationType, MetricSourceType, SelectionType, ServiceLevelIndicatorComparisonOperator, ServiceLevelIndicatorMetricType, ServiceLevelObjectiveBudgetStatus, Severity, StandardUnit } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* @public
|
|
4
4
|
*/
|
|
@@ -143,6 +143,71 @@ export interface Goal {
|
|
|
143
143
|
*/
|
|
144
144
|
WarningThreshold?: number | undefined;
|
|
145
145
|
}
|
|
146
|
+
/**
|
|
147
|
+
* <p>Identifies a single operation to include in a composite SLI for a service-level SLO. Used as an element of the <code>Components</code> list in <code>CompositeSliConfig</code>.</p>
|
|
148
|
+
* @public
|
|
149
|
+
*/
|
|
150
|
+
export type CompositeSliComponent = CompositeSliComponent.OperationNameMember | CompositeSliComponent.$UnknownMember;
|
|
151
|
+
/**
|
|
152
|
+
* @public
|
|
153
|
+
*/
|
|
154
|
+
export declare namespace CompositeSliComponent {
|
|
155
|
+
/**
|
|
156
|
+
* <p>The name of the operation to include in the composite SLI.</p>
|
|
157
|
+
* @public
|
|
158
|
+
*/
|
|
159
|
+
interface OperationNameMember {
|
|
160
|
+
OperationName: string;
|
|
161
|
+
$unknown?: never;
|
|
162
|
+
}
|
|
163
|
+
/**
|
|
164
|
+
* @public
|
|
165
|
+
*/
|
|
166
|
+
interface $UnknownMember {
|
|
167
|
+
OperationName?: never;
|
|
168
|
+
$unknown: [string, any];
|
|
169
|
+
}
|
|
170
|
+
/**
|
|
171
|
+
* @deprecated unused in schema-serde mode.
|
|
172
|
+
*
|
|
173
|
+
*/
|
|
174
|
+
interface Visitor<T> {
|
|
175
|
+
OperationName: (value: string) => T;
|
|
176
|
+
_: (name: string, value: any) => T;
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
/**
|
|
180
|
+
* <p>Defines how operations are selected for a service-level SLO.</p>
|
|
181
|
+
* @public
|
|
182
|
+
*/
|
|
183
|
+
export interface SelectionConfig {
|
|
184
|
+
/**
|
|
185
|
+
* <p>The strategy for selecting operations to include in a service-level SLO.</p> <ul> <li> <p> <code>EXPLICIT</code> — You provide a specific list of operations in the <code>Components</code> field of <code>CompositeSliConfig</code>.</p> </li> <li> <p> <code>PREFIX</code> — You provide a prefix string in the <code>Pattern</code> field of <code>SelectionConfig</code>, and all operations whose names start with the prefix are included.</p> </li> <li> <p> <code>REGEX</code> — You provide a regular expression in the <code>Pattern</code> field of <code>SelectionConfig</code>, and all operations whose names match the pattern are included.</p> </li> </ul>
|
|
186
|
+
* @public
|
|
187
|
+
*/
|
|
188
|
+
Type: SelectionType | undefined;
|
|
189
|
+
/**
|
|
190
|
+
* <p>A prefix string or regular expression that specifies which operations to include in a service-level SLO. When <code>SelectionType</code> is <code>PREFIX</code>, this value is a prefix string that matches the beginning of operation names. When <code>SelectionType</code> is <code>REGEX</code>, this value is a regular expression that matches operation names.</p>
|
|
191
|
+
* @public
|
|
192
|
+
*/
|
|
193
|
+
Pattern?: string | undefined;
|
|
194
|
+
}
|
|
195
|
+
/**
|
|
196
|
+
* <p>This structure contains the configuration for a composite service level indicator (SLI) that aggregates metrics across multiple operations of a service for service-level SLOs.</p>
|
|
197
|
+
* @public
|
|
198
|
+
*/
|
|
199
|
+
export interface CompositeSliConfig {
|
|
200
|
+
/**
|
|
201
|
+
* <p>Specifies how operations are selected for this service-level SLO. Operations can be selected explicitly by listing them, by specifying a prefix to match operation names, or by providing a regular expression pattern.</p>
|
|
202
|
+
* @public
|
|
203
|
+
*/
|
|
204
|
+
SelectionConfig: SelectionConfig | undefined;
|
|
205
|
+
/**
|
|
206
|
+
* <p>The list of operations included in this composite SLI. You must specify between 2 and 20 components. Each component is a <code>CompositeSliComponent</code> that identifies a single operation by its <code>OperationName</code>.</p>
|
|
207
|
+
* @public
|
|
208
|
+
*/
|
|
209
|
+
Components?: CompositeSliComponent[] | undefined;
|
|
210
|
+
}
|
|
146
211
|
/**
|
|
147
212
|
* <p>Identifies the dependency using the <code>DependencyKeyAttributes</code> and <code>DependencyOperationName</code>.</p> <p>When creating a service dependency SLO, you must specify the <code>KeyAttributes</code> of the service, and the <code>DependencyConfig</code> for the dependency. You can specify the <code>OperationName</code> of the service, from which it calls the dependency. Alternatively, you can exclude <code>OperationName</code> and the SLO will monitor all of the service's operations that call the dependency.</p>
|
|
148
213
|
* @public
|
|
@@ -364,6 +429,11 @@ export interface RequestBasedServiceLevelIndicatorMetric {
|
|
|
364
429
|
* @public
|
|
365
430
|
*/
|
|
366
431
|
MetricSource?: MetricSource | undefined;
|
|
432
|
+
/**
|
|
433
|
+
* <p>The composite SLI configuration for service-level SLOs that monitor multiple operations of a service.</p>
|
|
434
|
+
* @public
|
|
435
|
+
*/
|
|
436
|
+
CompositeSliConfig?: CompositeSliConfig | undefined;
|
|
367
437
|
}
|
|
368
438
|
/**
|
|
369
439
|
* <p>This structure contains information about the performance metric that a request-based SLO monitors.</p>
|
|
@@ -421,6 +491,11 @@ export interface ServiceLevelIndicatorMetric {
|
|
|
421
491
|
* @public
|
|
422
492
|
*/
|
|
423
493
|
MetricSource?: MetricSource | undefined;
|
|
494
|
+
/**
|
|
495
|
+
* <p>The composite SLI configuration for service-level SLOs that monitor multiple operations of a service.</p>
|
|
496
|
+
* @public
|
|
497
|
+
*/
|
|
498
|
+
CompositeSliConfig?: CompositeSliConfig | undefined;
|
|
424
499
|
}
|
|
425
500
|
/**
|
|
426
501
|
* <p>This structure contains information about the performance metric that a period-based SLO monitors.</p>
|
|
@@ -1918,6 +1993,11 @@ export interface RequestBasedServiceLevelIndicatorMetricConfig {
|
|
|
1918
1993
|
* @public
|
|
1919
1994
|
*/
|
|
1920
1995
|
MetricName?: string | undefined;
|
|
1996
|
+
/**
|
|
1997
|
+
* <p>The composite SLI configuration for service-level SLOs that monitor multiple operations of a service.</p>
|
|
1998
|
+
* @public
|
|
1999
|
+
*/
|
|
2000
|
+
CompositeSliConfig?: CompositeSliConfig | undefined;
|
|
1921
2001
|
}
|
|
1922
2002
|
/**
|
|
1923
2003
|
* <p>This structure specifies the information about the service and the performance metric that a request-based SLO is to monitor.</p>
|
|
@@ -1990,6 +2070,11 @@ export interface ServiceLevelIndicatorMetricConfig {
|
|
|
1990
2070
|
* @public
|
|
1991
2071
|
*/
|
|
1992
2072
|
DependencyConfig?: DependencyConfig | undefined;
|
|
2073
|
+
/**
|
|
2074
|
+
* <p>The composite SLI configuration for service-level SLOs that monitor multiple operations of a service.</p>
|
|
2075
|
+
* @public
|
|
2076
|
+
*/
|
|
2077
|
+
CompositeSliConfig?: CompositeSliConfig | undefined;
|
|
1993
2078
|
}
|
|
1994
2079
|
/**
|
|
1995
2080
|
* <p>This structure specifies the information about the service and the performance metric that a period-based SLO is to monitor.</p>
|
|
@@ -2056,6 +2141,11 @@ export interface CreateServiceLevelObjectiveInput {
|
|
|
2056
2141
|
* @public
|
|
2057
2142
|
*/
|
|
2058
2143
|
CreateRecommendedSlo?: boolean | undefined;
|
|
2144
|
+
/**
|
|
2145
|
+
* Indicates whether DevOps Agent will automatically investigate this SLO when it is breached
|
|
2146
|
+
* @public
|
|
2147
|
+
*/
|
|
2148
|
+
AutoInvestigationEnabled?: boolean | undefined;
|
|
2059
2149
|
}
|
|
2060
2150
|
/**
|
|
2061
2151
|
* <p>A structure containing information about one service level objective (SLO) that has been created in Application Signals. Creating SLOs can help you ensure your services are performing to the level that you expect. SLOs help you set and track a specific target level for the reliability and availability of your applications and services. Each SLO uses a service level indicator (SLI), which is a key performance metric, to calculate how much underperformance can be tolerated before the goal that you set for the SLO is not achieved.</p>
|
|
@@ -2117,6 +2207,11 @@ export interface ServiceLevelObjective {
|
|
|
2117
2207
|
* @public
|
|
2118
2208
|
*/
|
|
2119
2209
|
MetricSourceType?: MetricSourceType | undefined;
|
|
2210
|
+
/**
|
|
2211
|
+
* Indicates whether DevOps Agent will automatically investigate this SLO when it is breached
|
|
2212
|
+
* @public
|
|
2213
|
+
*/
|
|
2214
|
+
AutoInvestigationEnabled?: boolean | undefined;
|
|
2120
2215
|
}
|
|
2121
2216
|
/**
|
|
2122
2217
|
* @public
|
|
@@ -2263,6 +2358,11 @@ export interface ServiceLevelObjectiveSummary {
|
|
|
2263
2358
|
* @public
|
|
2264
2359
|
*/
|
|
2265
2360
|
MetricSource?: MetricSource | undefined;
|
|
2361
|
+
/**
|
|
2362
|
+
* <p>The composite SLI configuration for service-level SLOs that monitor multiple operations of a service.</p>
|
|
2363
|
+
* @public
|
|
2364
|
+
*/
|
|
2365
|
+
CompositeSliConfig?: CompositeSliConfig | undefined;
|
|
2266
2366
|
}
|
|
2267
2367
|
/**
|
|
2268
2368
|
* @public
|
|
@@ -2313,6 +2413,11 @@ export interface UpdateServiceLevelObjectiveInput {
|
|
|
2313
2413
|
* @public
|
|
2314
2414
|
*/
|
|
2315
2415
|
BurnRateConfigurations?: BurnRateConfiguration[] | undefined;
|
|
2416
|
+
/**
|
|
2417
|
+
* Indicates whether DevOps Agent will automatically investigate this SLO when it is breached
|
|
2418
|
+
* @public
|
|
2419
|
+
*/
|
|
2420
|
+
AutoInvestigationEnabled?: boolean | undefined;
|
|
2316
2421
|
}
|
|
2317
2422
|
/**
|
|
2318
2423
|
* @public
|
|
@@ -26,6 +26,7 @@ export declare var BurnRateConfiguration$: StaticStructureSchema;
|
|
|
26
26
|
export declare var CalendarInterval$: StaticStructureSchema;
|
|
27
27
|
export declare var CanaryEntity$: StaticStructureSchema;
|
|
28
28
|
export declare var ChangeEvent$: StaticStructureSchema;
|
|
29
|
+
export declare var CompositeSliConfig$: StaticStructureSchema;
|
|
29
30
|
export declare var CreateServiceLevelObjectiveInput$: StaticStructureSchema;
|
|
30
31
|
export declare var CreateServiceLevelObjectiveOutput$: StaticStructureSchema;
|
|
31
32
|
export declare var DeleteGroupingConfigurationOutput$: StaticStructureSchema;
|
|
@@ -80,6 +81,7 @@ export declare var RequestBasedServiceLevelIndicatorConfig$: StaticStructureSche
|
|
|
80
81
|
export declare var RequestBasedServiceLevelIndicatorMetric$: StaticStructureSchema;
|
|
81
82
|
export declare var RequestBasedServiceLevelIndicatorMetricConfig$: StaticStructureSchema;
|
|
82
83
|
export declare var RollingInterval$: StaticStructureSchema;
|
|
84
|
+
export declare var SelectionConfig$: StaticStructureSchema;
|
|
83
85
|
export declare var Service$: StaticStructureSchema;
|
|
84
86
|
export declare var ServiceDependency$: StaticStructureSchema;
|
|
85
87
|
export declare var ServiceDependent$: StaticStructureSchema;
|
|
@@ -109,6 +111,7 @@ export declare var UpdateServiceLevelObjectiveInput$: StaticStructureSchema;
|
|
|
109
111
|
export declare var UpdateServiceLevelObjectiveOutput$: StaticStructureSchema;
|
|
110
112
|
export declare var Window$: StaticStructureSchema;
|
|
111
113
|
export declare var AuditTargetEntity$: StaticUnionSchema;
|
|
114
|
+
export declare var CompositeSliComponent$: StaticUnionSchema;
|
|
112
115
|
export declare var Interval$: StaticUnionSchema;
|
|
113
116
|
export declare var MonitoredRequestCountMetricDataQueries$: StaticUnionSchema;
|
|
114
117
|
export declare var BatchGetServiceLevelObjectiveBudgetReport$: StaticOperationSchema;
|
|
@@ -27,6 +27,12 @@ export declare const ServiceLevelIndicatorComparisonOperator: {
|
|
|
27
27
|
};
|
|
28
28
|
export type ServiceLevelIndicatorComparisonOperator =
|
|
29
29
|
(typeof ServiceLevelIndicatorComparisonOperator)[keyof typeof ServiceLevelIndicatorComparisonOperator];
|
|
30
|
+
export declare const SelectionType: {
|
|
31
|
+
readonly EXPLICIT: "EXPLICIT";
|
|
32
|
+
readonly PREFIX: "PREFIX";
|
|
33
|
+
readonly REGEX: "REGEX";
|
|
34
|
+
};
|
|
35
|
+
export type SelectionType = (typeof SelectionType)[keyof typeof SelectionType];
|
|
30
36
|
export declare const ServiceLevelIndicatorMetricType: {
|
|
31
37
|
readonly AVAILABILITY: "AVAILABILITY";
|
|
32
38
|
readonly LATENCY: "LATENCY";
|
|
@@ -5,6 +5,7 @@ import {
|
|
|
5
5
|
DurationUnit,
|
|
6
6
|
EvaluationType,
|
|
7
7
|
MetricSourceType,
|
|
8
|
+
SelectionType,
|
|
8
9
|
ServiceLevelIndicatorComparisonOperator,
|
|
9
10
|
ServiceLevelIndicatorMetricType,
|
|
10
11
|
ServiceLevelObjectiveBudgetStatus,
|
|
@@ -61,6 +62,31 @@ export interface Goal {
|
|
|
61
62
|
AttainmentGoal?: number | undefined;
|
|
62
63
|
WarningThreshold?: number | undefined;
|
|
63
64
|
}
|
|
65
|
+
export type CompositeSliComponent =
|
|
66
|
+
| CompositeSliComponent.OperationNameMember
|
|
67
|
+
| CompositeSliComponent.$UnknownMember;
|
|
68
|
+
export declare namespace CompositeSliComponent {
|
|
69
|
+
interface OperationNameMember {
|
|
70
|
+
OperationName: string;
|
|
71
|
+
$unknown?: never;
|
|
72
|
+
}
|
|
73
|
+
interface $UnknownMember {
|
|
74
|
+
OperationName?: never;
|
|
75
|
+
$unknown: [string, any];
|
|
76
|
+
}
|
|
77
|
+
interface Visitor<T> {
|
|
78
|
+
OperationName: (value: string) => T;
|
|
79
|
+
_: (name: string, value: any) => T;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
export interface SelectionConfig {
|
|
83
|
+
Type: SelectionType | undefined;
|
|
84
|
+
Pattern?: string | undefined;
|
|
85
|
+
}
|
|
86
|
+
export interface CompositeSliConfig {
|
|
87
|
+
SelectionConfig: SelectionConfig | undefined;
|
|
88
|
+
Components?: CompositeSliComponent[] | undefined;
|
|
89
|
+
}
|
|
64
90
|
export interface DependencyConfig {
|
|
65
91
|
DependencyKeyAttributes: Record<string, string> | undefined;
|
|
66
92
|
DependencyOperationName: string | undefined;
|
|
@@ -129,6 +155,7 @@ export interface RequestBasedServiceLevelIndicatorMetric {
|
|
|
129
155
|
| undefined;
|
|
130
156
|
DependencyConfig?: DependencyConfig | undefined;
|
|
131
157
|
MetricSource?: MetricSource | undefined;
|
|
158
|
+
CompositeSliConfig?: CompositeSliConfig | undefined;
|
|
132
159
|
}
|
|
133
160
|
export interface RequestBasedServiceLevelIndicator {
|
|
134
161
|
RequestBasedSliMetric: RequestBasedServiceLevelIndicatorMetric | undefined;
|
|
@@ -142,6 +169,7 @@ export interface ServiceLevelIndicatorMetric {
|
|
|
142
169
|
MetricDataQueries: MetricDataQuery[] | undefined;
|
|
143
170
|
DependencyConfig?: DependencyConfig | undefined;
|
|
144
171
|
MetricSource?: MetricSource | undefined;
|
|
172
|
+
CompositeSliConfig?: CompositeSliConfig | undefined;
|
|
145
173
|
}
|
|
146
174
|
export interface ServiceLevelIndicator {
|
|
147
175
|
SliMetric: ServiceLevelIndicatorMetric | undefined;
|
|
@@ -531,6 +559,7 @@ export interface RequestBasedServiceLevelIndicatorMetricConfig {
|
|
|
531
559
|
DependencyConfig?: DependencyConfig | undefined;
|
|
532
560
|
MetricSource?: MetricSource | undefined;
|
|
533
561
|
MetricName?: string | undefined;
|
|
562
|
+
CompositeSliConfig?: CompositeSliConfig | undefined;
|
|
534
563
|
}
|
|
535
564
|
export interface RequestBasedServiceLevelIndicatorConfig {
|
|
536
565
|
RequestBasedSliMetricConfig:
|
|
@@ -549,6 +578,7 @@ export interface ServiceLevelIndicatorMetricConfig {
|
|
|
549
578
|
MetricSource?: MetricSource | undefined;
|
|
550
579
|
MetricDataQueries?: MetricDataQuery[] | undefined;
|
|
551
580
|
DependencyConfig?: DependencyConfig | undefined;
|
|
581
|
+
CompositeSliConfig?: CompositeSliConfig | undefined;
|
|
552
582
|
}
|
|
553
583
|
export interface ServiceLevelIndicatorConfig {
|
|
554
584
|
SliMetricConfig: ServiceLevelIndicatorMetricConfig | undefined;
|
|
@@ -564,6 +594,7 @@ export interface CreateServiceLevelObjectiveInput {
|
|
|
564
594
|
Tags?: Tag[] | undefined;
|
|
565
595
|
BurnRateConfigurations?: BurnRateConfiguration[] | undefined;
|
|
566
596
|
CreateRecommendedSlo?: boolean | undefined;
|
|
597
|
+
AutoInvestigationEnabled?: boolean | undefined;
|
|
567
598
|
}
|
|
568
599
|
export interface ServiceLevelObjective {
|
|
569
600
|
Arn: string | undefined;
|
|
@@ -577,6 +608,7 @@ export interface ServiceLevelObjective {
|
|
|
577
608
|
Goal: Goal | undefined;
|
|
578
609
|
BurnRateConfigurations?: BurnRateConfiguration[] | undefined;
|
|
579
610
|
MetricSourceType?: MetricSourceType | undefined;
|
|
611
|
+
AutoInvestigationEnabled?: boolean | undefined;
|
|
580
612
|
}
|
|
581
613
|
export interface CreateServiceLevelObjectiveOutput {
|
|
582
614
|
Slo: ServiceLevelObjective | undefined;
|
|
@@ -612,6 +644,7 @@ export interface ServiceLevelObjectiveSummary {
|
|
|
612
644
|
EvaluationType?: EvaluationType | undefined;
|
|
613
645
|
MetricSourceType?: MetricSourceType | undefined;
|
|
614
646
|
MetricSource?: MetricSource | undefined;
|
|
647
|
+
CompositeSliConfig?: CompositeSliConfig | undefined;
|
|
615
648
|
}
|
|
616
649
|
export interface ListServiceLevelObjectivesOutput {
|
|
617
650
|
SloSummaries?: ServiceLevelObjectiveSummary[] | undefined;
|
|
@@ -624,6 +657,7 @@ export interface UpdateServiceLevelObjectiveInput {
|
|
|
624
657
|
RequestBasedSliConfig?: RequestBasedServiceLevelIndicatorConfig | undefined;
|
|
625
658
|
Goal?: Goal | undefined;
|
|
626
659
|
BurnRateConfigurations?: BurnRateConfiguration[] | undefined;
|
|
660
|
+
AutoInvestigationEnabled?: boolean | undefined;
|
|
627
661
|
}
|
|
628
662
|
export interface UpdateServiceLevelObjectiveOutput {
|
|
629
663
|
Slo: ServiceLevelObjective | undefined;
|
|
@@ -26,6 +26,7 @@ export declare var BurnRateConfiguration$: StaticStructureSchema;
|
|
|
26
26
|
export declare var CalendarInterval$: StaticStructureSchema;
|
|
27
27
|
export declare var CanaryEntity$: StaticStructureSchema;
|
|
28
28
|
export declare var ChangeEvent$: StaticStructureSchema;
|
|
29
|
+
export declare var CompositeSliConfig$: StaticStructureSchema;
|
|
29
30
|
export declare var CreateServiceLevelObjectiveInput$: StaticStructureSchema;
|
|
30
31
|
export declare var CreateServiceLevelObjectiveOutput$: StaticStructureSchema;
|
|
31
32
|
export declare var DeleteGroupingConfigurationOutput$: StaticStructureSchema;
|
|
@@ -80,6 +81,7 @@ export declare var RequestBasedServiceLevelIndicatorConfig$: StaticStructureSche
|
|
|
80
81
|
export declare var RequestBasedServiceLevelIndicatorMetric$: StaticStructureSchema;
|
|
81
82
|
export declare var RequestBasedServiceLevelIndicatorMetricConfig$: StaticStructureSchema;
|
|
82
83
|
export declare var RollingInterval$: StaticStructureSchema;
|
|
84
|
+
export declare var SelectionConfig$: StaticStructureSchema;
|
|
83
85
|
export declare var Service$: StaticStructureSchema;
|
|
84
86
|
export declare var ServiceDependency$: StaticStructureSchema;
|
|
85
87
|
export declare var ServiceDependent$: StaticStructureSchema;
|
|
@@ -109,6 +111,7 @@ export declare var UpdateServiceLevelObjectiveInput$: StaticStructureSchema;
|
|
|
109
111
|
export declare var UpdateServiceLevelObjectiveOutput$: StaticStructureSchema;
|
|
110
112
|
export declare var Window$: StaticStructureSchema;
|
|
111
113
|
export declare var AuditTargetEntity$: StaticUnionSchema;
|
|
114
|
+
export declare var CompositeSliComponent$: StaticUnionSchema;
|
|
112
115
|
export declare var Interval$: StaticUnionSchema;
|
|
113
116
|
export declare var MonitoredRequestCountMetricDataQueries$: StaticUnionSchema;
|
|
114
117
|
export declare var BatchGetServiceLevelObjectiveBudgetReport$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-application-signals",
|
|
3
3
|
"description": "AWS SDK for JavaScript Application Signals Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1039.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-application-signals",
|
|
@@ -21,17 +21,17 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.974.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.974.7",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.38",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.10",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.11",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.37",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.13",
|
|
31
31
|
"@aws-sdk/types": "^3.973.8",
|
|
32
32
|
"@aws-sdk/util-endpoints": "^3.996.8",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.10",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.23",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.17",
|
|
36
36
|
"@smithy/core": "^3.23.17",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.17",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.14",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.14",
|
|
41
41
|
"@smithy/middleware-endpoint": "^4.4.32",
|
|
42
|
-
"@smithy/middleware-retry": "^4.5.
|
|
42
|
+
"@smithy/middleware-retry": "^4.5.7",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.20",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.14",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.14",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@smithy/util-defaults-mode-node": "^4.2.54",
|
|
56
56
|
"@smithy/util-endpoints": "^3.4.2",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.14",
|
|
58
|
-
"@smithy/util-retry": "^4.3.
|
|
58
|
+
"@smithy/util-retry": "^4.3.6",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.2",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|