@aws-sdk/client-application-signals 3.935.0 → 3.937.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/README.md +8 -0
- package/dist-cjs/index.js +95 -4
- package/dist-es/ApplicationSignals.js +2 -0
- package/dist-es/commands/ListEntityEventsCommand.js +16 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/enums.js +5 -0
- package/dist-es/pagination/ListEntityEventsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +73 -4
- package/dist-types/ApplicationSignals.d.ts +7 -0
- package/dist-types/ApplicationSignalsClient.d.ts +3 -2
- package/dist-types/commands/DeleteGroupingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ListAuditFindingsCommand.d.ts +7 -1
- package/dist-types/commands/ListEntityEventsCommand.d.ts +102 -0
- package/dist-types/commands/ListGroupingAttributeDefinitionsCommand.d.ts +3 -1
- package/dist-types/commands/ListServiceStatesCommand.d.ts +2 -2
- package/dist-types/commands/PutGroupingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/StartDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +13 -0
- package/dist-types/models/models_0.d.ts +228 -143
- package/dist-types/pagination/ListEntityEventsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +5 -0
- package/dist-types/ts3.4/ApplicationSignals.d.ts +17 -0
- package/dist-types/ts3.4/ApplicationSignalsClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/ListEntityEventsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +30 -10
- package/dist-types/ts3.4/pagination/ListEntityEventsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +5 -0
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -266,6 +266,14 @@ ListAuditFindings
|
|
|
266
266
|
|
|
267
267
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/application-signals/command/ListAuditFindingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-application-signals/Interface/ListAuditFindingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-application-signals/Interface/ListAuditFindingsCommandOutput/)
|
|
268
268
|
|
|
269
|
+
</details>
|
|
270
|
+
<details>
|
|
271
|
+
<summary>
|
|
272
|
+
ListEntityEvents
|
|
273
|
+
</summary>
|
|
274
|
+
|
|
275
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/application-signals/command/ListEntityEventsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-application-signals/Interface/ListEntityEventsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-application-signals/Interface/ListEntityEventsCommandOutput/)
|
|
276
|
+
|
|
269
277
|
</details>
|
|
270
278
|
<details>
|
|
271
279
|
<summary>
|
package/dist-cjs/index.js
CHANGED
|
@@ -241,6 +241,7 @@ const _C = "Canary";
|
|
|
241
241
|
const _CE = "CanaryEntity";
|
|
242
242
|
const _CET = "ChangeEventType";
|
|
243
243
|
const _CEh = "ChangeEvent";
|
|
244
|
+
const _CEha = "ChangeEvents";
|
|
244
245
|
const _CEo = "ConflictException";
|
|
245
246
|
const _CI = "CalendarInterval";
|
|
246
247
|
const _CN = "CanaryName";
|
|
@@ -258,6 +259,7 @@ const _DGCO = "DeleteGroupingConfigurationOutput";
|
|
|
258
259
|
const _DGV = "DefaultGroupingValue";
|
|
259
260
|
const _DKA = "DependencyKeyAttributes";
|
|
260
261
|
const _DKAe = "DependentKeyAttributes";
|
|
262
|
+
const _DL = "DetailLevel";
|
|
261
263
|
const _DNI = "DestinationNodeId";
|
|
262
264
|
const _DON = "DependencyOperationName";
|
|
263
265
|
const _DONe = "DependentOperationName";
|
|
@@ -311,6 +313,9 @@ const _LAFI = "ListAuditFindingsInput";
|
|
|
311
313
|
const _LAFO = "ListAuditFindingsOutput";
|
|
312
314
|
const _LBWM = "LookBackWindowMinutes";
|
|
313
315
|
const _LCE = "LatestChangeEvents";
|
|
316
|
+
const _LEE = "ListEntityEvents";
|
|
317
|
+
const _LEEI = "ListEntityEventsInput";
|
|
318
|
+
const _LEEO = "ListEntityEventsOutput";
|
|
314
319
|
const _LGAD = "ListGroupingAttributeDefinitions";
|
|
315
320
|
const _LGADI = "ListGroupingAttributeDefinitionsInput";
|
|
316
321
|
const _LGADO = "ListGroupingAttributeDefinitionsOutput";
|
|
@@ -493,7 +498,7 @@ var AuditFinding = [
|
|
|
493
498
|
[_KA, _AR, _O, _MG, _DG, _T],
|
|
494
499
|
[128 | 0, () => AuditorResults, 0, () => MetricGraph, () => DependencyGraph, 0],
|
|
495
500
|
];
|
|
496
|
-
var AuditorResult = [3, n0, _ARu, 0, [_A, _D, _S], [0, 0, 0]];
|
|
501
|
+
var AuditorResult = [3, n0, _ARu, 0, [_A, _D, _Da, _S], [0, 0, 128 | 0, 0]];
|
|
497
502
|
var AuditTarget = [3, n0, _AT, 0, [_T, _Da], [0, () => AuditTargetEntity]];
|
|
498
503
|
var BatchGetServiceLevelObjectiveBudgetReportInput = [
|
|
499
504
|
3,
|
|
@@ -644,7 +649,7 @@ var ListAuditFindingsInput = [
|
|
|
644
649
|
n0,
|
|
645
650
|
_LAFI,
|
|
646
651
|
0,
|
|
647
|
-
[_ST, _ET, _Au, _ATu, _NT, _MR],
|
|
652
|
+
[_ST, _ET, _Au, _ATu, _DL, _NT, _MR],
|
|
648
653
|
[
|
|
649
654
|
[
|
|
650
655
|
4,
|
|
@@ -661,16 +666,56 @@ var ListAuditFindingsInput = [
|
|
|
661
666
|
64 | 0,
|
|
662
667
|
() => AuditTargets,
|
|
663
668
|
0,
|
|
669
|
+
0,
|
|
664
670
|
1,
|
|
665
671
|
],
|
|
666
672
|
];
|
|
667
|
-
var ListAuditFindingsOutput = [
|
|
673
|
+
var ListAuditFindingsOutput = [
|
|
674
|
+
3,
|
|
675
|
+
n0,
|
|
676
|
+
_LAFO,
|
|
677
|
+
0,
|
|
678
|
+
[_ST, _ET, _AFud, _NT],
|
|
679
|
+
[4, 4, () => AuditFindings, 0],
|
|
680
|
+
];
|
|
681
|
+
var ListEntityEventsInput = [
|
|
682
|
+
3,
|
|
683
|
+
n0,
|
|
684
|
+
_LEEI,
|
|
685
|
+
0,
|
|
686
|
+
[_En, _ST, _ET, _MR, _NT],
|
|
687
|
+
[
|
|
688
|
+
128 | 0,
|
|
689
|
+
4,
|
|
690
|
+
4,
|
|
691
|
+
[
|
|
692
|
+
1,
|
|
693
|
+
{
|
|
694
|
+
[_hQ]: _MR,
|
|
695
|
+
},
|
|
696
|
+
],
|
|
697
|
+
[
|
|
698
|
+
0,
|
|
699
|
+
{
|
|
700
|
+
[_hQ]: _NT,
|
|
701
|
+
},
|
|
702
|
+
],
|
|
703
|
+
],
|
|
704
|
+
];
|
|
705
|
+
var ListEntityEventsOutput = [
|
|
706
|
+
3,
|
|
707
|
+
n0,
|
|
708
|
+
_LEEO,
|
|
709
|
+
0,
|
|
710
|
+
[_ST, _ET, _CEha, _NT],
|
|
711
|
+
[4, 4, () => ChangeEvents, 0],
|
|
712
|
+
];
|
|
668
713
|
var ListGroupingAttributeDefinitionsInput = [
|
|
669
714
|
3,
|
|
670
715
|
n0,
|
|
671
716
|
_LGADI,
|
|
672
717
|
0,
|
|
673
|
-
[_NT],
|
|
718
|
+
[_NT, _AAI, _ILA],
|
|
674
719
|
[
|
|
675
720
|
[
|
|
676
721
|
0,
|
|
@@ -678,6 +723,18 @@ var ListGroupingAttributeDefinitionsInput = [
|
|
|
678
723
|
[_hQ]: _NT,
|
|
679
724
|
},
|
|
680
725
|
],
|
|
726
|
+
[
|
|
727
|
+
0,
|
|
728
|
+
{
|
|
729
|
+
[_hQ]: _AAI,
|
|
730
|
+
},
|
|
731
|
+
],
|
|
732
|
+
[
|
|
733
|
+
2,
|
|
734
|
+
{
|
|
735
|
+
[_hQ]: _ILA,
|
|
736
|
+
},
|
|
737
|
+
],
|
|
681
738
|
],
|
|
682
739
|
];
|
|
683
740
|
var ListGroupingAttributeDefinitionsOutput = [
|
|
@@ -1286,6 +1343,7 @@ var BatchUpdateExclusionWindowsErrors = [
|
|
|
1286
1343
|
() => BatchUpdateExclusionWindowsError,
|
|
1287
1344
|
];
|
|
1288
1345
|
var BurnRateConfigurations = [1, n0, _BRCu, 0, () => BurnRateConfiguration];
|
|
1346
|
+
var ChangeEvents = [1, n0, _CEha, 0, () => ChangeEvent];
|
|
1289
1347
|
var Dimensions = [1, n0, _Dim, 0, () => Dimension];
|
|
1290
1348
|
var Edges = [1, n0, _Ed, 0, () => Edge];
|
|
1291
1349
|
var ExclusionWindows = [1, n0, _EWx, 0, () => ExclusionWindow];
|
|
@@ -1420,6 +1478,16 @@ var ListAuditFindings = [
|
|
|
1420
1478
|
() => ListAuditFindingsInput,
|
|
1421
1479
|
() => ListAuditFindingsOutput,
|
|
1422
1480
|
];
|
|
1481
|
+
var ListEntityEvents = [
|
|
1482
|
+
9,
|
|
1483
|
+
n0,
|
|
1484
|
+
_LEE,
|
|
1485
|
+
{
|
|
1486
|
+
[_h]: ["POST", "/events", 200],
|
|
1487
|
+
},
|
|
1488
|
+
() => ListEntityEventsInput,
|
|
1489
|
+
() => ListEntityEventsOutput,
|
|
1490
|
+
];
|
|
1423
1491
|
var ListGroupingAttributeDefinitions = [
|
|
1424
1492
|
9,
|
|
1425
1493
|
n0,
|
|
@@ -1657,6 +1725,18 @@ class ListAuditFindingsCommand extends smithyClient.Command
|
|
|
1657
1725
|
.build() {
|
|
1658
1726
|
}
|
|
1659
1727
|
|
|
1728
|
+
class ListEntityEventsCommand extends smithyClient.Command
|
|
1729
|
+
.classBuilder()
|
|
1730
|
+
.ep(commonParams)
|
|
1731
|
+
.m(function (Command, cs, config, o) {
|
|
1732
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1733
|
+
})
|
|
1734
|
+
.s("ApplicationSignals", "ListEntityEvents", {})
|
|
1735
|
+
.n("ApplicationSignalsClient", "ListEntityEventsCommand")
|
|
1736
|
+
.sc(ListEntityEvents)
|
|
1737
|
+
.build() {
|
|
1738
|
+
}
|
|
1739
|
+
|
|
1660
1740
|
class ListGroupingAttributeDefinitionsCommand extends smithyClient.Command
|
|
1661
1741
|
.classBuilder()
|
|
1662
1742
|
.ep(commonParams)
|
|
@@ -1834,6 +1914,7 @@ const commands = {
|
|
|
1834
1914
|
GetServiceCommand,
|
|
1835
1915
|
GetServiceLevelObjectiveCommand,
|
|
1836
1916
|
ListAuditFindingsCommand,
|
|
1917
|
+
ListEntityEventsCommand,
|
|
1837
1918
|
ListGroupingAttributeDefinitionsCommand,
|
|
1838
1919
|
ListServiceDependenciesCommand,
|
|
1839
1920
|
ListServiceDependentsCommand,
|
|
@@ -1853,6 +1934,8 @@ class ApplicationSignals extends ApplicationSignalsClient {
|
|
|
1853
1934
|
}
|
|
1854
1935
|
smithyClient.createAggregatedClient(commands, ApplicationSignals);
|
|
1855
1936
|
|
|
1937
|
+
const paginateListEntityEvents = core.createPaginator(ApplicationSignalsClient, ListEntityEventsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1938
|
+
|
|
1856
1939
|
const paginateListServiceDependencies = core.createPaginator(ApplicationSignalsClient, ListServiceDependenciesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1857
1940
|
|
|
1858
1941
|
const paginateListServiceDependents = core.createPaginator(ApplicationSignalsClient, ListServiceDependentsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1922,6 +2005,10 @@ const StandardUnit = {
|
|
|
1922
2005
|
TERABYTES: "Terabytes",
|
|
1923
2006
|
TERABYTES_SECOND: "Terabytes/Second",
|
|
1924
2007
|
};
|
|
2008
|
+
const DetailLevel = {
|
|
2009
|
+
BRIEF: "BRIEF",
|
|
2010
|
+
DETAILED: "DETAILED",
|
|
2011
|
+
};
|
|
1925
2012
|
const Severity = {
|
|
1926
2013
|
CRITICAL: "CRITICAL",
|
|
1927
2014
|
HIGH: "HIGH",
|
|
@@ -1934,6 +2021,7 @@ const ConnectionType = {
|
|
|
1934
2021
|
INDIRECT: "INDIRECT",
|
|
1935
2022
|
};
|
|
1936
2023
|
const ChangeEventType = {
|
|
2024
|
+
CONFIGURATION: "CONFIGURATION",
|
|
1937
2025
|
DEPLOYMENT: "DEPLOYMENT",
|
|
1938
2026
|
};
|
|
1939
2027
|
const MetricSourceType = {
|
|
@@ -1962,11 +2050,13 @@ exports.ConnectionType = ConnectionType;
|
|
|
1962
2050
|
exports.CreateServiceLevelObjectiveCommand = CreateServiceLevelObjectiveCommand;
|
|
1963
2051
|
exports.DeleteGroupingConfigurationCommand = DeleteGroupingConfigurationCommand;
|
|
1964
2052
|
exports.DeleteServiceLevelObjectiveCommand = DeleteServiceLevelObjectiveCommand;
|
|
2053
|
+
exports.DetailLevel = DetailLevel;
|
|
1965
2054
|
exports.DurationUnit = DurationUnit;
|
|
1966
2055
|
exports.EvaluationType = EvaluationType;
|
|
1967
2056
|
exports.GetServiceCommand = GetServiceCommand;
|
|
1968
2057
|
exports.GetServiceLevelObjectiveCommand = GetServiceLevelObjectiveCommand;
|
|
1969
2058
|
exports.ListAuditFindingsCommand = ListAuditFindingsCommand;
|
|
2059
|
+
exports.ListEntityEventsCommand = ListEntityEventsCommand;
|
|
1970
2060
|
exports.ListGroupingAttributeDefinitionsCommand = ListGroupingAttributeDefinitionsCommand;
|
|
1971
2061
|
exports.ListServiceDependenciesCommand = ListServiceDependenciesCommand;
|
|
1972
2062
|
exports.ListServiceDependentsCommand = ListServiceDependentsCommand;
|
|
@@ -1991,6 +2081,7 @@ exports.ThrottlingException = ThrottlingException$1;
|
|
|
1991
2081
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1992
2082
|
exports.UpdateServiceLevelObjectiveCommand = UpdateServiceLevelObjectiveCommand;
|
|
1993
2083
|
exports.ValidationException = ValidationException$1;
|
|
2084
|
+
exports.paginateListEntityEvents = paginateListEntityEvents;
|
|
1994
2085
|
exports.paginateListServiceDependencies = paginateListServiceDependencies;
|
|
1995
2086
|
exports.paginateListServiceDependents = paginateListServiceDependents;
|
|
1996
2087
|
exports.paginateListServiceLevelObjectiveExclusionWindows = paginateListServiceLevelObjectiveExclusionWindows;
|
|
@@ -8,6 +8,7 @@ import { DeleteServiceLevelObjectiveCommand, } from "./commands/DeleteServiceLev
|
|
|
8
8
|
import { GetServiceCommand } from "./commands/GetServiceCommand";
|
|
9
9
|
import { GetServiceLevelObjectiveCommand, } from "./commands/GetServiceLevelObjectiveCommand";
|
|
10
10
|
import { ListAuditFindingsCommand, } from "./commands/ListAuditFindingsCommand";
|
|
11
|
+
import { ListEntityEventsCommand, } from "./commands/ListEntityEventsCommand";
|
|
11
12
|
import { ListGroupingAttributeDefinitionsCommand, } from "./commands/ListGroupingAttributeDefinitionsCommand";
|
|
12
13
|
import { ListServiceDependenciesCommand, } from "./commands/ListServiceDependenciesCommand";
|
|
13
14
|
import { ListServiceDependentsCommand, } from "./commands/ListServiceDependentsCommand";
|
|
@@ -31,6 +32,7 @@ const commands = {
|
|
|
31
32
|
GetServiceCommand,
|
|
32
33
|
GetServiceLevelObjectiveCommand,
|
|
33
34
|
ListAuditFindingsCommand,
|
|
35
|
+
ListEntityEventsCommand,
|
|
34
36
|
ListGroupingAttributeDefinitionsCommand,
|
|
35
37
|
ListServiceDependenciesCommand,
|
|
36
38
|
ListServiceDependentsCommand,
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { ListEntityEvents } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ListEntityEventsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("ApplicationSignals", "ListEntityEvents", {})
|
|
13
|
+
.n("ApplicationSignalsClient", "ListEntityEventsCommand")
|
|
14
|
+
.sc(ListEntityEvents)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -6,6 +6,7 @@ export * from "./DeleteServiceLevelObjectiveCommand";
|
|
|
6
6
|
export * from "./GetServiceCommand";
|
|
7
7
|
export * from "./GetServiceLevelObjectiveCommand";
|
|
8
8
|
export * from "./ListAuditFindingsCommand";
|
|
9
|
+
export * from "./ListEntityEventsCommand";
|
|
9
10
|
export * from "./ListGroupingAttributeDefinitionsCommand";
|
|
10
11
|
export * from "./ListServiceDependenciesCommand";
|
|
11
12
|
export * from "./ListServiceDependentsCommand";
|
package/dist-es/models/enums.js
CHANGED
|
@@ -53,6 +53,10 @@ export const StandardUnit = {
|
|
|
53
53
|
TERABYTES: "Terabytes",
|
|
54
54
|
TERABYTES_SECOND: "Terabytes/Second",
|
|
55
55
|
};
|
|
56
|
+
export const DetailLevel = {
|
|
57
|
+
BRIEF: "BRIEF",
|
|
58
|
+
DETAILED: "DETAILED",
|
|
59
|
+
};
|
|
56
60
|
export const Severity = {
|
|
57
61
|
CRITICAL: "CRITICAL",
|
|
58
62
|
HIGH: "HIGH",
|
|
@@ -65,6 +69,7 @@ export const ConnectionType = {
|
|
|
65
69
|
INDIRECT: "INDIRECT",
|
|
66
70
|
};
|
|
67
71
|
export const ChangeEventType = {
|
|
72
|
+
CONFIGURATION: "CONFIGURATION",
|
|
68
73
|
DEPLOYMENT: "DEPLOYMENT",
|
|
69
74
|
};
|
|
70
75
|
export const MetricSourceType = {
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ApplicationSignalsClient } from "../ApplicationSignalsClient";
|
|
3
|
+
import { ListEntityEventsCommand, } from "../commands/ListEntityEventsCommand";
|
|
4
|
+
export const paginateListEntityEvents = createPaginator(ApplicationSignalsClient, ListEntityEventsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -37,6 +37,7 @@ const _C = "Canary";
|
|
|
37
37
|
const _CE = "CanaryEntity";
|
|
38
38
|
const _CET = "ChangeEventType";
|
|
39
39
|
const _CEh = "ChangeEvent";
|
|
40
|
+
const _CEha = "ChangeEvents";
|
|
40
41
|
const _CEo = "ConflictException";
|
|
41
42
|
const _CI = "CalendarInterval";
|
|
42
43
|
const _CN = "CanaryName";
|
|
@@ -54,6 +55,7 @@ const _DGCO = "DeleteGroupingConfigurationOutput";
|
|
|
54
55
|
const _DGV = "DefaultGroupingValue";
|
|
55
56
|
const _DKA = "DependencyKeyAttributes";
|
|
56
57
|
const _DKAe = "DependentKeyAttributes";
|
|
58
|
+
const _DL = "DetailLevel";
|
|
57
59
|
const _DNI = "DestinationNodeId";
|
|
58
60
|
const _DON = "DependencyOperationName";
|
|
59
61
|
const _DONe = "DependentOperationName";
|
|
@@ -107,6 +109,9 @@ const _LAFI = "ListAuditFindingsInput";
|
|
|
107
109
|
const _LAFO = "ListAuditFindingsOutput";
|
|
108
110
|
const _LBWM = "LookBackWindowMinutes";
|
|
109
111
|
const _LCE = "LatestChangeEvents";
|
|
112
|
+
const _LEE = "ListEntityEvents";
|
|
113
|
+
const _LEEI = "ListEntityEventsInput";
|
|
114
|
+
const _LEEO = "ListEntityEventsOutput";
|
|
110
115
|
const _LGAD = "ListGroupingAttributeDefinitions";
|
|
111
116
|
const _LGADI = "ListGroupingAttributeDefinitionsInput";
|
|
112
117
|
const _LGADO = "ListGroupingAttributeDefinitionsOutput";
|
|
@@ -292,7 +297,7 @@ export var AuditFinding = [
|
|
|
292
297
|
[_KA, _AR, _O, _MG, _DG, _T],
|
|
293
298
|
[128 | 0, () => AuditorResults, 0, () => MetricGraph, () => DependencyGraph, 0],
|
|
294
299
|
];
|
|
295
|
-
export var AuditorResult = [3, n0, _ARu, 0, [_A, _D, _S], [0, 0, 0]];
|
|
300
|
+
export var AuditorResult = [3, n0, _ARu, 0, [_A, _D, _Da, _S], [0, 0, 128 | 0, 0]];
|
|
296
301
|
export var AuditTarget = [3, n0, _AT, 0, [_T, _Da], [0, () => AuditTargetEntity]];
|
|
297
302
|
export var BatchGetServiceLevelObjectiveBudgetReportInput = [
|
|
298
303
|
3,
|
|
@@ -443,7 +448,7 @@ export var ListAuditFindingsInput = [
|
|
|
443
448
|
n0,
|
|
444
449
|
_LAFI,
|
|
445
450
|
0,
|
|
446
|
-
[_ST, _ET, _Au, _ATu, _NT, _MR],
|
|
451
|
+
[_ST, _ET, _Au, _ATu, _DL, _NT, _MR],
|
|
447
452
|
[
|
|
448
453
|
[
|
|
449
454
|
4,
|
|
@@ -460,16 +465,56 @@ export var ListAuditFindingsInput = [
|
|
|
460
465
|
64 | 0,
|
|
461
466
|
() => AuditTargets,
|
|
462
467
|
0,
|
|
468
|
+
0,
|
|
463
469
|
1,
|
|
464
470
|
],
|
|
465
471
|
];
|
|
466
|
-
export var ListAuditFindingsOutput = [
|
|
472
|
+
export var ListAuditFindingsOutput = [
|
|
473
|
+
3,
|
|
474
|
+
n0,
|
|
475
|
+
_LAFO,
|
|
476
|
+
0,
|
|
477
|
+
[_ST, _ET, _AFud, _NT],
|
|
478
|
+
[4, 4, () => AuditFindings, 0],
|
|
479
|
+
];
|
|
480
|
+
export var ListEntityEventsInput = [
|
|
481
|
+
3,
|
|
482
|
+
n0,
|
|
483
|
+
_LEEI,
|
|
484
|
+
0,
|
|
485
|
+
[_En, _ST, _ET, _MR, _NT],
|
|
486
|
+
[
|
|
487
|
+
128 | 0,
|
|
488
|
+
4,
|
|
489
|
+
4,
|
|
490
|
+
[
|
|
491
|
+
1,
|
|
492
|
+
{
|
|
493
|
+
[_hQ]: _MR,
|
|
494
|
+
},
|
|
495
|
+
],
|
|
496
|
+
[
|
|
497
|
+
0,
|
|
498
|
+
{
|
|
499
|
+
[_hQ]: _NT,
|
|
500
|
+
},
|
|
501
|
+
],
|
|
502
|
+
],
|
|
503
|
+
];
|
|
504
|
+
export var ListEntityEventsOutput = [
|
|
505
|
+
3,
|
|
506
|
+
n0,
|
|
507
|
+
_LEEO,
|
|
508
|
+
0,
|
|
509
|
+
[_ST, _ET, _CEha, _NT],
|
|
510
|
+
[4, 4, () => ChangeEvents, 0],
|
|
511
|
+
];
|
|
467
512
|
export var ListGroupingAttributeDefinitionsInput = [
|
|
468
513
|
3,
|
|
469
514
|
n0,
|
|
470
515
|
_LGADI,
|
|
471
516
|
0,
|
|
472
|
-
[_NT],
|
|
517
|
+
[_NT, _AAI, _ILA],
|
|
473
518
|
[
|
|
474
519
|
[
|
|
475
520
|
0,
|
|
@@ -477,6 +522,18 @@ export var ListGroupingAttributeDefinitionsInput = [
|
|
|
477
522
|
[_hQ]: _NT,
|
|
478
523
|
},
|
|
479
524
|
],
|
|
525
|
+
[
|
|
526
|
+
0,
|
|
527
|
+
{
|
|
528
|
+
[_hQ]: _AAI,
|
|
529
|
+
},
|
|
530
|
+
],
|
|
531
|
+
[
|
|
532
|
+
2,
|
|
533
|
+
{
|
|
534
|
+
[_hQ]: _ILA,
|
|
535
|
+
},
|
|
536
|
+
],
|
|
480
537
|
],
|
|
481
538
|
];
|
|
482
539
|
export var ListGroupingAttributeDefinitionsOutput = [
|
|
@@ -1088,6 +1145,7 @@ export var BatchUpdateExclusionWindowsErrors = [
|
|
|
1088
1145
|
() => BatchUpdateExclusionWindowsError,
|
|
1089
1146
|
];
|
|
1090
1147
|
export var BurnRateConfigurations = [1, n0, _BRCu, 0, () => BurnRateConfiguration];
|
|
1148
|
+
export var ChangeEvents = [1, n0, _CEha, 0, () => ChangeEvent];
|
|
1091
1149
|
export var Dimensions = [1, n0, _Dim, 0, () => Dimension];
|
|
1092
1150
|
export var Edges = [1, n0, _Ed, 0, () => Edge];
|
|
1093
1151
|
export var ExclusionWindows = [1, n0, _EWx, 0, () => ExclusionWindow];
|
|
@@ -1125,6 +1183,7 @@ export var TagKeyList = 64 | 0;
|
|
|
1125
1183
|
export var TagList = [1, n0, _TL, 0, () => Tag];
|
|
1126
1184
|
export var AttributeMap = 128 | 0;
|
|
1127
1185
|
export var Attributes = 128 | 0;
|
|
1186
|
+
export var DataMap = 128 | 0;
|
|
1128
1187
|
export var AuditTargetEntity = [
|
|
1129
1188
|
3,
|
|
1130
1189
|
n0,
|
|
@@ -1229,6 +1288,16 @@ export var ListAuditFindings = [
|
|
|
1229
1288
|
() => ListAuditFindingsInput,
|
|
1230
1289
|
() => ListAuditFindingsOutput,
|
|
1231
1290
|
];
|
|
1291
|
+
export var ListEntityEvents = [
|
|
1292
|
+
9,
|
|
1293
|
+
n0,
|
|
1294
|
+
_LEE,
|
|
1295
|
+
{
|
|
1296
|
+
[_h]: ["POST", "/events", 200],
|
|
1297
|
+
},
|
|
1298
|
+
() => ListEntityEventsInput,
|
|
1299
|
+
() => ListEntityEventsOutput,
|
|
1300
|
+
];
|
|
1232
1301
|
export var ListGroupingAttributeDefinitions = [
|
|
1233
1302
|
9,
|
|
1234
1303
|
n0,
|
|
@@ -8,6 +8,7 @@ import { DeleteServiceLevelObjectiveCommandInput, DeleteServiceLevelObjectiveCom
|
|
|
8
8
|
import { GetServiceCommandInput, GetServiceCommandOutput } from "./commands/GetServiceCommand";
|
|
9
9
|
import { GetServiceLevelObjectiveCommandInput, GetServiceLevelObjectiveCommandOutput } from "./commands/GetServiceLevelObjectiveCommand";
|
|
10
10
|
import { ListAuditFindingsCommandInput, ListAuditFindingsCommandOutput } from "./commands/ListAuditFindingsCommand";
|
|
11
|
+
import { ListEntityEventsCommandInput, ListEntityEventsCommandOutput } from "./commands/ListEntityEventsCommand";
|
|
11
12
|
import { ListGroupingAttributeDefinitionsCommandInput, ListGroupingAttributeDefinitionsCommandOutput } from "./commands/ListGroupingAttributeDefinitionsCommand";
|
|
12
13
|
import { ListServiceDependenciesCommandInput, ListServiceDependenciesCommandOutput } from "./commands/ListServiceDependenciesCommand";
|
|
13
14
|
import { ListServiceDependentsCommandInput, ListServiceDependentsCommandOutput } from "./commands/ListServiceDependentsCommand";
|
|
@@ -72,6 +73,12 @@ export interface ApplicationSignals {
|
|
|
72
73
|
listAuditFindings(args: ListAuditFindingsCommandInput, options?: __HttpHandlerOptions): Promise<ListAuditFindingsCommandOutput>;
|
|
73
74
|
listAuditFindings(args: ListAuditFindingsCommandInput, cb: (err: any, data?: ListAuditFindingsCommandOutput) => void): void;
|
|
74
75
|
listAuditFindings(args: ListAuditFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAuditFindingsCommandOutput) => void): void;
|
|
76
|
+
/**
|
|
77
|
+
* @see {@link ListEntityEventsCommand}
|
|
78
|
+
*/
|
|
79
|
+
listEntityEvents(args: ListEntityEventsCommandInput, options?: __HttpHandlerOptions): Promise<ListEntityEventsCommandOutput>;
|
|
80
|
+
listEntityEvents(args: ListEntityEventsCommandInput, cb: (err: any, data?: ListEntityEventsCommandOutput) => void): void;
|
|
81
|
+
listEntityEvents(args: ListEntityEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEntityEventsCommandOutput) => void): void;
|
|
75
82
|
/**
|
|
76
83
|
* @see {@link ListGroupingAttributeDefinitionsCommand}
|
|
77
84
|
*/
|
|
@@ -15,6 +15,7 @@ import { DeleteServiceLevelObjectiveCommandInput, DeleteServiceLevelObjectiveCom
|
|
|
15
15
|
import { GetServiceCommandInput, GetServiceCommandOutput } from "./commands/GetServiceCommand";
|
|
16
16
|
import { GetServiceLevelObjectiveCommandInput, GetServiceLevelObjectiveCommandOutput } from "./commands/GetServiceLevelObjectiveCommand";
|
|
17
17
|
import { ListAuditFindingsCommandInput, ListAuditFindingsCommandOutput } from "./commands/ListAuditFindingsCommand";
|
|
18
|
+
import { ListEntityEventsCommandInput, ListEntityEventsCommandOutput } from "./commands/ListEntityEventsCommand";
|
|
18
19
|
import { ListGroupingAttributeDefinitionsCommandInput, ListGroupingAttributeDefinitionsCommandOutput } from "./commands/ListGroupingAttributeDefinitionsCommand";
|
|
19
20
|
import { ListServiceDependenciesCommandInput, ListServiceDependenciesCommandOutput } from "./commands/ListServiceDependenciesCommand";
|
|
20
21
|
import { ListServiceDependentsCommandInput, ListServiceDependentsCommandOutput } from "./commands/ListServiceDependentsCommand";
|
|
@@ -35,11 +36,11 @@ export { __Client };
|
|
|
35
36
|
/**
|
|
36
37
|
* @public
|
|
37
38
|
*/
|
|
38
|
-
export type ServiceInputTypes = BatchGetServiceLevelObjectiveBudgetReportCommandInput | BatchUpdateExclusionWindowsCommandInput | CreateServiceLevelObjectiveCommandInput | DeleteGroupingConfigurationCommandInput | DeleteServiceLevelObjectiveCommandInput | GetServiceCommandInput | GetServiceLevelObjectiveCommandInput | ListAuditFindingsCommandInput | ListGroupingAttributeDefinitionsCommandInput | ListServiceDependenciesCommandInput | ListServiceDependentsCommandInput | ListServiceLevelObjectiveExclusionWindowsCommandInput | ListServiceLevelObjectivesCommandInput | ListServiceOperationsCommandInput | ListServiceStatesCommandInput | ListServicesCommandInput | ListTagsForResourceCommandInput | PutGroupingConfigurationCommandInput | StartDiscoveryCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateServiceLevelObjectiveCommandInput;
|
|
39
|
+
export type ServiceInputTypes = BatchGetServiceLevelObjectiveBudgetReportCommandInput | BatchUpdateExclusionWindowsCommandInput | CreateServiceLevelObjectiveCommandInput | DeleteGroupingConfigurationCommandInput | DeleteServiceLevelObjectiveCommandInput | GetServiceCommandInput | GetServiceLevelObjectiveCommandInput | ListAuditFindingsCommandInput | ListEntityEventsCommandInput | ListGroupingAttributeDefinitionsCommandInput | ListServiceDependenciesCommandInput | ListServiceDependentsCommandInput | ListServiceLevelObjectiveExclusionWindowsCommandInput | ListServiceLevelObjectivesCommandInput | ListServiceOperationsCommandInput | ListServiceStatesCommandInput | ListServicesCommandInput | ListTagsForResourceCommandInput | PutGroupingConfigurationCommandInput | StartDiscoveryCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateServiceLevelObjectiveCommandInput;
|
|
39
40
|
/**
|
|
40
41
|
* @public
|
|
41
42
|
*/
|
|
42
|
-
export type ServiceOutputTypes = BatchGetServiceLevelObjectiveBudgetReportCommandOutput | BatchUpdateExclusionWindowsCommandOutput | CreateServiceLevelObjectiveCommandOutput | DeleteGroupingConfigurationCommandOutput | DeleteServiceLevelObjectiveCommandOutput | GetServiceCommandOutput | GetServiceLevelObjectiveCommandOutput | ListAuditFindingsCommandOutput | ListGroupingAttributeDefinitionsCommandOutput | ListServiceDependenciesCommandOutput | ListServiceDependentsCommandOutput | ListServiceLevelObjectiveExclusionWindowsCommandOutput | ListServiceLevelObjectivesCommandOutput | ListServiceOperationsCommandOutput | ListServiceStatesCommandOutput | ListServicesCommandOutput | ListTagsForResourceCommandOutput | PutGroupingConfigurationCommandOutput | StartDiscoveryCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateServiceLevelObjectiveCommandOutput;
|
|
43
|
+
export type ServiceOutputTypes = BatchGetServiceLevelObjectiveBudgetReportCommandOutput | BatchUpdateExclusionWindowsCommandOutput | CreateServiceLevelObjectiveCommandOutput | DeleteGroupingConfigurationCommandOutput | DeleteServiceLevelObjectiveCommandOutput | GetServiceCommandOutput | GetServiceLevelObjectiveCommandOutput | ListAuditFindingsCommandOutput | ListEntityEventsCommandOutput | ListGroupingAttributeDefinitionsCommandOutput | ListServiceDependenciesCommandOutput | ListServiceDependentsCommandOutput | ListServiceLevelObjectiveExclusionWindowsCommandOutput | ListServiceLevelObjectivesCommandOutput | ListServiceOperationsCommandOutput | ListServiceStatesCommandOutput | ListServicesCommandOutput | ListTagsForResourceCommandOutput | PutGroupingConfigurationCommandOutput | StartDiscoveryCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateServiceLevelObjectiveCommandOutput;
|
|
43
44
|
/**
|
|
44
45
|
* @public
|
|
45
46
|
*/
|
|
@@ -27,7 +27,7 @@ declare const DeleteGroupingConfigurationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes
|
|
30
|
+
* <p>Deletes the grouping configuration for this account. This removes all custom grouping attribute definitions that were previously configured.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const ListAuditFindingsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
30
|
+
* <p>Returns a list of audit findings that provide automated analysis of service behavior and root cause analysis. These findings help identify the most significant observations about your services, including performance issues, anomalies, and potential problems. The findings are generated using heuristic algorithms based on established troubleshooting patterns.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -72,12 +72,15 @@ declare const ListAuditFindingsCommand_base: {
|
|
|
72
72
|
* },
|
|
73
73
|
* },
|
|
74
74
|
* ],
|
|
75
|
+
* DetailLevel: "BRIEF" || "DETAILED",
|
|
75
76
|
* NextToken: "STRING_VALUE",
|
|
76
77
|
* MaxResults: Number("int"),
|
|
77
78
|
* };
|
|
78
79
|
* const command = new ListAuditFindingsCommand(input);
|
|
79
80
|
* const response = await client.send(command);
|
|
80
81
|
* // { // ListAuditFindingsOutput
|
|
82
|
+
* // StartTime: new Date("TIMESTAMP"),
|
|
83
|
+
* // EndTime: new Date("TIMESTAMP"),
|
|
81
84
|
* // AuditFindings: [ // AuditFindings // required
|
|
82
85
|
* // { // AuditFinding
|
|
83
86
|
* // KeyAttributes: { // Attributes // required
|
|
@@ -87,6 +90,9 @@ declare const ListAuditFindingsCommand_base: {
|
|
|
87
90
|
* // { // AuditorResult
|
|
88
91
|
* // Auditor: "STRING_VALUE",
|
|
89
92
|
* // Description: "STRING_VALUE",
|
|
93
|
+
* // Data: { // DataMap
|
|
94
|
+
* // "<keys>": "STRING_VALUE",
|
|
95
|
+
* // },
|
|
90
96
|
* // Severity: "CRITICAL" || "HIGH" || "MEDIUM" || "LOW" || "NONE",
|
|
91
97
|
* // },
|
|
92
98
|
* // ],
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
|
|
4
|
+
import { ListEntityEventsInput, ListEntityEventsOutput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListEntityEventsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListEntityEventsCommandInput extends ListEntityEventsInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListEntityEventsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListEntityEventsCommandOutput extends ListEntityEventsOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListEntityEventsCommand_base: {
|
|
25
|
+
new (input: ListEntityEventsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEntityEventsCommandInput, ListEntityEventsCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListEntityEventsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEntityEventsCommandInput, ListEntityEventsCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Returns a list of change events for a specific entity, such as deployments, configuration changes, or other state-changing activities. This operation helps track the history of changes that may have affected service performance.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { ApplicationSignalsClient, ListEntityEventsCommand } from "@aws-sdk/client-application-signals"; // ES Modules import
|
|
35
|
+
* // const { ApplicationSignalsClient, ListEntityEventsCommand } = require("@aws-sdk/client-application-signals"); // CommonJS import
|
|
36
|
+
* // import type { ApplicationSignalsClientConfig } from "@aws-sdk/client-application-signals";
|
|
37
|
+
* const config = {}; // type is ApplicationSignalsClientConfig
|
|
38
|
+
* const client = new ApplicationSignalsClient(config);
|
|
39
|
+
* const input = { // ListEntityEventsInput
|
|
40
|
+
* Entity: { // Attributes // required
|
|
41
|
+
* "<keys>": "STRING_VALUE",
|
|
42
|
+
* },
|
|
43
|
+
* StartTime: new Date("TIMESTAMP"), // required
|
|
44
|
+
* EndTime: new Date("TIMESTAMP"), // required
|
|
45
|
+
* MaxResults: Number("int"),
|
|
46
|
+
* NextToken: "STRING_VALUE",
|
|
47
|
+
* };
|
|
48
|
+
* const command = new ListEntityEventsCommand(input);
|
|
49
|
+
* const response = await client.send(command);
|
|
50
|
+
* // { // ListEntityEventsOutput
|
|
51
|
+
* // StartTime: new Date("TIMESTAMP"), // required
|
|
52
|
+
* // EndTime: new Date("TIMESTAMP"), // required
|
|
53
|
+
* // ChangeEvents: [ // ChangeEvents // required
|
|
54
|
+
* // { // ChangeEvent
|
|
55
|
+
* // Timestamp: new Date("TIMESTAMP"), // required
|
|
56
|
+
* // AccountId: "STRING_VALUE", // required
|
|
57
|
+
* // Region: "STRING_VALUE", // required
|
|
58
|
+
* // Entity: { // Attributes // required
|
|
59
|
+
* // "<keys>": "STRING_VALUE",
|
|
60
|
+
* // },
|
|
61
|
+
* // ChangeEventType: "DEPLOYMENT" || "CONFIGURATION", // required
|
|
62
|
+
* // EventId: "STRING_VALUE", // required
|
|
63
|
+
* // UserName: "STRING_VALUE",
|
|
64
|
+
* // EventName: "STRING_VALUE",
|
|
65
|
+
* // },
|
|
66
|
+
* // ],
|
|
67
|
+
* // NextToken: "STRING_VALUE",
|
|
68
|
+
* // };
|
|
69
|
+
*
|
|
70
|
+
* ```
|
|
71
|
+
*
|
|
72
|
+
* @param ListEntityEventsCommandInput - {@link ListEntityEventsCommandInput}
|
|
73
|
+
* @returns {@link ListEntityEventsCommandOutput}
|
|
74
|
+
* @see {@link ListEntityEventsCommandInput} for command's `input` shape.
|
|
75
|
+
* @see {@link ListEntityEventsCommandOutput} for command's `response` shape.
|
|
76
|
+
* @see {@link ApplicationSignalsClientResolvedConfig | config} for ApplicationSignalsClient's `config` shape.
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
79
|
+
* <p>The request was throttled because of quota limits.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link ValidationException} (client fault)
|
|
82
|
+
* <p>The resource is not valid.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link ApplicationSignalsServiceException}
|
|
85
|
+
* <p>Base exception class for all service exceptions from ApplicationSignals service.</p>
|
|
86
|
+
*
|
|
87
|
+
*
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
90
|
+
export declare class ListEntityEventsCommand extends ListEntityEventsCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: ListEntityEventsInput;
|
|
95
|
+
output: ListEntityEventsOutput;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: ListEntityEventsCommandInput;
|
|
99
|
+
output: ListEntityEventsCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
}
|