@aws-sdk/client-application-signals 3.917.0 → 3.919.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 +2 -0
- package/dist-es/models/models_0.js +2 -0
- package/dist-types/commands/DeleteGroupingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ListAuditFindingsCommand.d.ts +4 -1
- package/dist-types/commands/ListGroupingAttributeDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListServiceStatesCommand.d.ts +1 -1
- package/dist-types/commands/PutGroupingConfigurationCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +132 -105
- package/dist-types/ts3.4/models/models_0.d.ts +16 -0
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -257,6 +257,8 @@ exports.AuditTargetEntity = void 0;
|
|
|
257
257
|
return visitor.Slo(value.Slo);
|
|
258
258
|
if (value.ServiceOperation !== undefined)
|
|
259
259
|
return visitor.ServiceOperation(value.ServiceOperation);
|
|
260
|
+
if (value.Canary !== undefined)
|
|
261
|
+
return visitor.Canary(value.Canary);
|
|
260
262
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
261
263
|
};
|
|
262
264
|
})(exports.AuditTargetEntity || (exports.AuditTargetEntity = {}));
|
|
@@ -141,6 +141,8 @@ export var AuditTargetEntity;
|
|
|
141
141
|
return visitor.Slo(value.Slo);
|
|
142
142
|
if (value.ServiceOperation !== undefined)
|
|
143
143
|
return visitor.ServiceOperation(value.ServiceOperation);
|
|
144
|
+
if (value.Canary !== undefined)
|
|
145
|
+
return visitor.Canary(value.Canary);
|
|
144
146
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
145
147
|
};
|
|
146
148
|
})(AuditTargetEntity || (AuditTargetEntity = {}));
|
|
@@ -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 a grouping configuration that defines how services are grouped and organized in Application Signals. Once deleted, services will no longer be grouped according to the specified configuration rules.</p> <p>This operation is irreversible. After deletion, you must recreate the grouping configuration if you want to restore the same grouping behavior.</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>Retrieves a list of audit findings for Application Signals resources. Audit findings identify potential issues, misconfigurations, or compliance violations in your observability setup.</p> <p>You can filter findings by time range, auditor type, and target resources to focus on specific areas of concern. This operation supports pagination for large result sets.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -66,6 +66,9 @@ declare const ListAuditFindingsCommand_base: {
|
|
|
66
66
|
* Operation: "STRING_VALUE",
|
|
67
67
|
* MetricType: "STRING_VALUE",
|
|
68
68
|
* },
|
|
69
|
+
* Canary: { // CanaryEntity
|
|
70
|
+
* CanaryName: "STRING_VALUE", // required
|
|
71
|
+
* },
|
|
69
72
|
* },
|
|
70
73
|
* },
|
|
71
74
|
* ],
|
|
@@ -27,7 +27,7 @@ declare const ListGroupingAttributeDefinitionsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
30
|
+
* <p>Retrieves the available grouping attribute definitions that can be used to create grouping configurations. These definitions specify the attributes and rules available for organizing services.</p> <p>Use this operation to discover what grouping options are available before creating or updating grouping configurations.</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 ListServiceStatesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
30
|
+
* <p>Retrieves the current state information for services monitored by Application Signals. Service states include health status, recent change events, and other operational metadata.</p> <p>You can filter results by time range, AWS account, and service attributes to focus on specific services or time periods. This operation supports pagination and can include data from linked accounts.</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 PutGroupingConfigurationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates or updates
|
|
30
|
+
* <p>Creates or updates a grouping configuration that defines how services are organized and grouped in Application Signals dashboards and service maps.</p> <p>Grouping configurations allow you to logically organize services based on attributes such as environment, team ownership, or business function, making it easier to monitor and manage related services together.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -828,27 +828,27 @@ export interface MetricReference {
|
|
|
828
828
|
AccountId?: string | undefined;
|
|
829
829
|
}
|
|
830
830
|
/**
|
|
831
|
-
* <p>
|
|
831
|
+
* <p>Represents a logical grouping of services based on shared attributes or characteristics.</p>
|
|
832
832
|
* @public
|
|
833
833
|
*/
|
|
834
834
|
export interface ServiceGroup {
|
|
835
835
|
/**
|
|
836
|
-
* <p>The name of the
|
|
836
|
+
* <p>The name of the group, such as "Environment", "Team", or "Application".</p>
|
|
837
837
|
* @public
|
|
838
838
|
*/
|
|
839
839
|
GroupName: string | undefined;
|
|
840
840
|
/**
|
|
841
|
-
* <p>The value
|
|
841
|
+
* <p>The specific value for this group, such as "Production", "TeamA", or "WebApp".</p>
|
|
842
842
|
* @public
|
|
843
843
|
*/
|
|
844
844
|
GroupValue: string | undefined;
|
|
845
845
|
/**
|
|
846
|
-
* <p>The source of the grouping
|
|
846
|
+
* <p>The source of the grouping information, such as "Tag", "Attribute", or "Manual".</p>
|
|
847
847
|
* @public
|
|
848
848
|
*/
|
|
849
849
|
GroupSource: string | undefined;
|
|
850
850
|
/**
|
|
851
|
-
* <p>A unique identifier for
|
|
851
|
+
* <p>A unique identifier for the group within the grouping configuration.</p>
|
|
852
852
|
* @public
|
|
853
853
|
*/
|
|
854
854
|
GroupIdentifier: string | undefined;
|
|
@@ -869,7 +869,7 @@ export interface Service {
|
|
|
869
869
|
*/
|
|
870
870
|
AttributeMaps?: Record<string, string>[] | undefined;
|
|
871
871
|
/**
|
|
872
|
-
* <p>An array of service groups that this service belongs to, based on the configured grouping
|
|
872
|
+
* <p>An array of service groups that this service belongs to, based on the configured grouping rules.</p>
|
|
873
873
|
* @public
|
|
874
874
|
*/
|
|
875
875
|
ServiceGroups?: ServiceGroup[] | undefined;
|
|
@@ -910,33 +910,44 @@ export interface GetServiceOutput {
|
|
|
910
910
|
LogGroupReferences?: Record<string, string>[] | undefined;
|
|
911
911
|
}
|
|
912
912
|
/**
|
|
913
|
-
* <p>
|
|
913
|
+
* <p>Represents a CloudWatch Synthetics canary that can be audited for performance and configuration issues.</p>
|
|
914
|
+
* @public
|
|
915
|
+
*/
|
|
916
|
+
export interface CanaryEntity {
|
|
917
|
+
/**
|
|
918
|
+
* <p>The name of the CloudWatch Synthetics canary.</p>
|
|
919
|
+
* @public
|
|
920
|
+
*/
|
|
921
|
+
CanaryName: string | undefined;
|
|
922
|
+
}
|
|
923
|
+
/**
|
|
924
|
+
* <p>Represents a service entity that is monitored by Application Signals.</p>
|
|
914
925
|
* @public
|
|
915
926
|
*/
|
|
916
927
|
export interface ServiceEntity {
|
|
917
928
|
/**
|
|
918
|
-
* <p>The type of
|
|
929
|
+
* <p>The type of service, such as "WebService", "Database", "Queue", or "Function".</p>
|
|
919
930
|
* @public
|
|
920
931
|
*/
|
|
921
932
|
Type?: string | undefined;
|
|
922
933
|
/**
|
|
923
|
-
* <p>The name of the service.</p>
|
|
934
|
+
* <p>The name of the service as identified by Application Signals.</p>
|
|
924
935
|
* @public
|
|
925
936
|
*/
|
|
926
937
|
Name?: string | undefined;
|
|
927
938
|
/**
|
|
928
|
-
* <p>The environment where the service is deployed.</p>
|
|
939
|
+
* <p>The environment where the service is deployed, such as "Production", "Staging", or "Development".</p>
|
|
929
940
|
* @public
|
|
930
941
|
*/
|
|
931
942
|
Environment?: string | undefined;
|
|
932
943
|
/**
|
|
933
|
-
* <p>The
|
|
944
|
+
* <p>The AWS account ID where the service is deployed.</p>
|
|
934
945
|
* @public
|
|
935
946
|
*/
|
|
936
947
|
AwsAccountId?: string | undefined;
|
|
937
948
|
}
|
|
938
949
|
/**
|
|
939
|
-
* <p>
|
|
950
|
+
* <p>Represents a specific operation within a service that can be monitored and audited independently.</p>
|
|
940
951
|
* @public
|
|
941
952
|
*/
|
|
942
953
|
export interface ServiceOperationEntity {
|
|
@@ -946,37 +957,37 @@ export interface ServiceOperationEntity {
|
|
|
946
957
|
*/
|
|
947
958
|
Service?: ServiceEntity | undefined;
|
|
948
959
|
/**
|
|
949
|
-
* <p>The name of the operation.</p>
|
|
960
|
+
* <p>The name of the specific operation within the service.</p>
|
|
950
961
|
* @public
|
|
951
962
|
*/
|
|
952
963
|
Operation?: string | undefined;
|
|
953
964
|
/**
|
|
954
|
-
* <p>The type of metric associated with this service operation.</p>
|
|
965
|
+
* <p>The type of metric associated with this service operation, such as "Latency", "ErrorRate", or "Throughput".</p>
|
|
955
966
|
* @public
|
|
956
967
|
*/
|
|
957
968
|
MetricType?: string | undefined;
|
|
958
969
|
}
|
|
959
970
|
/**
|
|
960
|
-
* <p>
|
|
971
|
+
* <p>Represents a Service Level Objective (SLO) entity that can be audited for compliance and performance.</p>
|
|
961
972
|
* @public
|
|
962
973
|
*/
|
|
963
974
|
export interface ServiceLevelObjectiveEntity {
|
|
964
975
|
/**
|
|
965
|
-
* <p>The name of the
|
|
976
|
+
* <p>The name of the Service Level Objective.</p>
|
|
966
977
|
* @public
|
|
967
978
|
*/
|
|
968
979
|
SloName?: string | undefined;
|
|
969
980
|
/**
|
|
970
|
-
* <p>The ARN of the
|
|
981
|
+
* <p>The Amazon Resource Name (ARN) of the Service Level Objective.</p>
|
|
971
982
|
* @public
|
|
972
983
|
*/
|
|
973
984
|
SloArn?: string | undefined;
|
|
974
985
|
}
|
|
975
986
|
/**
|
|
976
|
-
* <p>A union
|
|
987
|
+
* <p>A union type that represents different types of entities that can be audited, such as services, SLOs, service operations, or canaries.</p>
|
|
977
988
|
* @public
|
|
978
989
|
*/
|
|
979
|
-
export type AuditTargetEntity = AuditTargetEntity.ServiceMember | AuditTargetEntity.ServiceOperationMember | AuditTargetEntity.SloMember | AuditTargetEntity.$UnknownMember;
|
|
990
|
+
export type AuditTargetEntity = AuditTargetEntity.CanaryMember | AuditTargetEntity.ServiceMember | AuditTargetEntity.ServiceOperationMember | AuditTargetEntity.SloMember | AuditTargetEntity.$UnknownMember;
|
|
980
991
|
/**
|
|
981
992
|
* @public
|
|
982
993
|
*/
|
|
@@ -989,26 +1000,40 @@ export declare namespace AuditTargetEntity {
|
|
|
989
1000
|
Service: ServiceEntity;
|
|
990
1001
|
Slo?: never;
|
|
991
1002
|
ServiceOperation?: never;
|
|
1003
|
+
Canary?: never;
|
|
992
1004
|
$unknown?: never;
|
|
993
1005
|
}
|
|
994
1006
|
/**
|
|
995
|
-
* <p>
|
|
1007
|
+
* <p>Service Level Objective entity information when the audit target is an SLO.</p>
|
|
996
1008
|
* @public
|
|
997
1009
|
*/
|
|
998
1010
|
interface SloMember {
|
|
999
1011
|
Service?: never;
|
|
1000
1012
|
Slo: ServiceLevelObjectiveEntity;
|
|
1001
1013
|
ServiceOperation?: never;
|
|
1014
|
+
Canary?: never;
|
|
1002
1015
|
$unknown?: never;
|
|
1003
1016
|
}
|
|
1004
1017
|
/**
|
|
1005
|
-
* <p>Service operation entity information when the audit target is a specific service
|
|
1018
|
+
* <p>Service operation entity information when the audit target is a specific operation within a service.</p>
|
|
1006
1019
|
* @public
|
|
1007
1020
|
*/
|
|
1008
1021
|
interface ServiceOperationMember {
|
|
1009
1022
|
Service?: never;
|
|
1010
1023
|
Slo?: never;
|
|
1011
1024
|
ServiceOperation: ServiceOperationEntity;
|
|
1025
|
+
Canary?: never;
|
|
1026
|
+
$unknown?: never;
|
|
1027
|
+
}
|
|
1028
|
+
/**
|
|
1029
|
+
* <p>Canary entity information when the audit target is a CloudWatch Synthetics canary.</p>
|
|
1030
|
+
* @public
|
|
1031
|
+
*/
|
|
1032
|
+
interface CanaryMember {
|
|
1033
|
+
Service?: never;
|
|
1034
|
+
Slo?: never;
|
|
1035
|
+
ServiceOperation?: never;
|
|
1036
|
+
Canary: CanaryEntity;
|
|
1012
1037
|
$unknown?: never;
|
|
1013
1038
|
}
|
|
1014
1039
|
/**
|
|
@@ -1018,28 +1043,30 @@ export declare namespace AuditTargetEntity {
|
|
|
1018
1043
|
Service?: never;
|
|
1019
1044
|
Slo?: never;
|
|
1020
1045
|
ServiceOperation?: never;
|
|
1046
|
+
Canary?: never;
|
|
1021
1047
|
$unknown: [string, any];
|
|
1022
1048
|
}
|
|
1023
1049
|
interface Visitor<T> {
|
|
1024
1050
|
Service: (value: ServiceEntity) => T;
|
|
1025
1051
|
Slo: (value: ServiceLevelObjectiveEntity) => T;
|
|
1026
1052
|
ServiceOperation: (value: ServiceOperationEntity) => T;
|
|
1053
|
+
Canary: (value: CanaryEntity) => T;
|
|
1027
1054
|
_: (name: string, value: any) => T;
|
|
1028
1055
|
}
|
|
1029
1056
|
const visit: <T>(value: AuditTargetEntity, visitor: Visitor<T>) => T;
|
|
1030
1057
|
}
|
|
1031
1058
|
/**
|
|
1032
|
-
* <p>
|
|
1059
|
+
* <p>Specifies a target resource for auditing, such as a service, SLO, or operation.</p>
|
|
1033
1060
|
* @public
|
|
1034
1061
|
*/
|
|
1035
1062
|
export interface AuditTarget {
|
|
1036
1063
|
/**
|
|
1037
|
-
* <p>The type of
|
|
1064
|
+
* <p>The type of resource being targeted for audit, such as "Service", "SLO", "ServiceOperation", or "Canary".</p>
|
|
1038
1065
|
* @public
|
|
1039
1066
|
*/
|
|
1040
1067
|
Type: string | undefined;
|
|
1041
1068
|
/**
|
|
1042
|
-
* <p>The specific data
|
|
1069
|
+
* <p>The specific data or entity information for the audit target, containing details needed to identify and examine the resource.</p>
|
|
1043
1070
|
* @public
|
|
1044
1071
|
*/
|
|
1045
1072
|
Data: AuditTargetEntity | undefined;
|
|
@@ -1049,32 +1076,32 @@ export interface AuditTarget {
|
|
|
1049
1076
|
*/
|
|
1050
1077
|
export interface ListAuditFindingsInput {
|
|
1051
1078
|
/**
|
|
1052
|
-
* <p>The start
|
|
1079
|
+
* <p>The start time for the audit findings query. Only findings created on or after this time will be included in the results. Specify the time as the number of milliseconds since January 1, 1970, 00:00:00 UTC.</p>
|
|
1053
1080
|
* @public
|
|
1054
1081
|
*/
|
|
1055
1082
|
StartTime: Date | undefined;
|
|
1056
1083
|
/**
|
|
1057
|
-
* <p>The end
|
|
1084
|
+
* <p>The end time for the audit findings query. Only findings created before this time will be included in the results. Specify the time as the number of milliseconds since January 1, 1970, 00:00:00 UTC.</p>
|
|
1058
1085
|
* @public
|
|
1059
1086
|
*/
|
|
1060
1087
|
EndTime: Date | undefined;
|
|
1061
1088
|
/**
|
|
1062
|
-
* <p>
|
|
1089
|
+
* <p>An array of auditor names to filter the findings. Only findings generated by the specified auditors will be returned. When not specified, findings from all auditors are included except canary.</p>
|
|
1063
1090
|
* @public
|
|
1064
1091
|
*/
|
|
1065
1092
|
Auditors?: string[] | undefined;
|
|
1066
1093
|
/**
|
|
1067
|
-
* <p>
|
|
1094
|
+
* <p>An array of audit target specifications to filter the findings. Only findings related to the specified targets (such as specific services, SLOs, operations or canary) will be returned.</p>
|
|
1068
1095
|
* @public
|
|
1069
1096
|
*/
|
|
1070
1097
|
AuditTargets: AuditTarget[] | undefined;
|
|
1071
1098
|
/**
|
|
1072
|
-
* <p>
|
|
1099
|
+
* <p>The token for the next set of results. Use this token to retrieve additional pages of audit findings when the result set is large.</p>
|
|
1073
1100
|
* @public
|
|
1074
1101
|
*/
|
|
1075
1102
|
NextToken?: string | undefined;
|
|
1076
1103
|
/**
|
|
1077
|
-
* <p>The maximum number of audit findings to return in
|
|
1104
|
+
* <p>The maximum number of audit findings to return in a single request. Valid range is 1 to 100. If not specified, defaults to 50.</p>
|
|
1078
1105
|
* @public
|
|
1079
1106
|
*/
|
|
1080
1107
|
MaxResults?: number | undefined;
|
|
@@ -1095,22 +1122,22 @@ export declare const Severity: {
|
|
|
1095
1122
|
*/
|
|
1096
1123
|
export type Severity = (typeof Severity)[keyof typeof Severity];
|
|
1097
1124
|
/**
|
|
1098
|
-
* <p>
|
|
1125
|
+
* <p>Represents the result of an audit performed by a specific auditor on a resource.</p>
|
|
1099
1126
|
* @public
|
|
1100
1127
|
*/
|
|
1101
1128
|
export interface AuditorResult {
|
|
1102
1129
|
/**
|
|
1103
|
-
* <p>The name of the auditor
|
|
1130
|
+
* <p>The name or identifier of the auditor that performed the examination and generated this result.</p>
|
|
1104
1131
|
* @public
|
|
1105
1132
|
*/
|
|
1106
1133
|
Auditor?: string | undefined;
|
|
1107
1134
|
/**
|
|
1108
|
-
* <p>A detailed description of the
|
|
1135
|
+
* <p>A detailed description of what the auditor found, including any recommendations for remediation or further investigation.</p>
|
|
1109
1136
|
* @public
|
|
1110
1137
|
*/
|
|
1111
1138
|
Description?: string | undefined;
|
|
1112
1139
|
/**
|
|
1113
|
-
* <p>The severity level of
|
|
1140
|
+
* <p>The severity level of the finding, such as "Critical", "High", "Medium", or "Low". This helps prioritize remediation efforts.</p>
|
|
1114
1141
|
* @public
|
|
1115
1142
|
*/
|
|
1116
1143
|
Severity?: Severity | undefined;
|
|
@@ -1128,141 +1155,141 @@ export declare const ConnectionType: {
|
|
|
1128
1155
|
*/
|
|
1129
1156
|
export type ConnectionType = (typeof ConnectionType)[keyof typeof ConnectionType];
|
|
1130
1157
|
/**
|
|
1131
|
-
* <p>
|
|
1158
|
+
* <p>Represents a connection between two nodes in a dependency graph, showing how services or components interact with each other.</p>
|
|
1132
1159
|
* @public
|
|
1133
1160
|
*/
|
|
1134
1161
|
export interface Edge {
|
|
1135
1162
|
/**
|
|
1136
|
-
* <p>The identifier of the source node in
|
|
1163
|
+
* <p>The identifier of the source node in the dependency relationship.</p>
|
|
1137
1164
|
* @public
|
|
1138
1165
|
*/
|
|
1139
1166
|
SourceNodeId?: string | undefined;
|
|
1140
1167
|
/**
|
|
1141
|
-
* <p>The identifier of the destination node in
|
|
1168
|
+
* <p>The identifier of the destination node in the dependency relationship.</p>
|
|
1142
1169
|
* @public
|
|
1143
1170
|
*/
|
|
1144
1171
|
DestinationNodeId?: string | undefined;
|
|
1145
1172
|
/**
|
|
1146
|
-
* <p>The duration or latency
|
|
1173
|
+
* <p>The typical duration or latency of interactions along this edge, measured in milliseconds.</p>
|
|
1147
1174
|
* @public
|
|
1148
1175
|
*/
|
|
1149
1176
|
Duration?: number | undefined;
|
|
1150
1177
|
/**
|
|
1151
|
-
* <p>The type of connection between the nodes,
|
|
1178
|
+
* <p>The type of connection between the nodes, such as "HTTP", "Database", "Queue", or "Internal".</p>
|
|
1152
1179
|
* @public
|
|
1153
1180
|
*/
|
|
1154
1181
|
ConnectionType?: ConnectionType | undefined;
|
|
1155
1182
|
}
|
|
1156
1183
|
/**
|
|
1157
|
-
* <p>
|
|
1184
|
+
* <p>Represents a node in a dependency graph, typically corresponding to a service or component in your application architecture.</p>
|
|
1158
1185
|
* @public
|
|
1159
1186
|
*/
|
|
1160
1187
|
export interface Node {
|
|
1161
1188
|
/**
|
|
1162
|
-
* <p>
|
|
1189
|
+
* <p>A map of key attributes that identify and describe the node, such as service name, environment, and other metadata.</p>
|
|
1163
1190
|
* @public
|
|
1164
1191
|
*/
|
|
1165
1192
|
KeyAttributes: Record<string, string> | undefined;
|
|
1166
1193
|
/**
|
|
1167
|
-
* <p>The name of the
|
|
1194
|
+
* <p>The display name of the node, typically the service or component name.</p>
|
|
1168
1195
|
* @public
|
|
1169
1196
|
*/
|
|
1170
1197
|
Name: string | undefined;
|
|
1171
1198
|
/**
|
|
1172
|
-
* <p>A unique identifier for
|
|
1199
|
+
* <p>A unique identifier for the node within the dependency graph.</p>
|
|
1173
1200
|
* @public
|
|
1174
1201
|
*/
|
|
1175
1202
|
NodeId: string | undefined;
|
|
1176
1203
|
/**
|
|
1177
|
-
* <p>The operation
|
|
1204
|
+
* <p>The specific operation or endpoint within the service that this node represents, if applicable.</p>
|
|
1178
1205
|
* @public
|
|
1179
1206
|
*/
|
|
1180
1207
|
Operation?: string | undefined;
|
|
1181
1208
|
/**
|
|
1182
|
-
* <p>The type of
|
|
1209
|
+
* <p>The type of node, such as "Service", "Database", "Queue", or "External".</p>
|
|
1183
1210
|
* @public
|
|
1184
1211
|
*/
|
|
1185
1212
|
Type?: string | undefined;
|
|
1186
1213
|
/**
|
|
1187
|
-
* <p>The
|
|
1214
|
+
* <p>The typical response time or processing duration for this node, measured in milliseconds.</p>
|
|
1188
1215
|
* @public
|
|
1189
1216
|
*/
|
|
1190
1217
|
Duration?: number | undefined;
|
|
1191
1218
|
/**
|
|
1192
|
-
* <p>The status of the
|
|
1219
|
+
* <p>The current health status of the node, such as "Healthy", "Warning", or "Critical".</p>
|
|
1193
1220
|
* @public
|
|
1194
1221
|
*/
|
|
1195
1222
|
Status?: string | undefined;
|
|
1196
1223
|
}
|
|
1197
1224
|
/**
|
|
1198
|
-
* <p>
|
|
1225
|
+
* <p>Represents a graph showing the dependencies between services and components in your application architecture.</p>
|
|
1199
1226
|
* @public
|
|
1200
1227
|
*/
|
|
1201
1228
|
export interface DependencyGraph {
|
|
1202
1229
|
/**
|
|
1203
|
-
* <p>An array of nodes
|
|
1230
|
+
* <p>An array of nodes in the dependency graph, where each node represents a service or component.</p>
|
|
1204
1231
|
* @public
|
|
1205
1232
|
*/
|
|
1206
1233
|
Nodes?: Node[] | undefined;
|
|
1207
1234
|
/**
|
|
1208
|
-
* <p>An array of edges
|
|
1235
|
+
* <p>An array of edges in the dependency graph, where each edge represents a connection or dependency between two nodes.</p>
|
|
1209
1236
|
* @public
|
|
1210
1237
|
*/
|
|
1211
1238
|
Edges?: Edge[] | undefined;
|
|
1212
1239
|
}
|
|
1213
1240
|
/**
|
|
1214
|
-
* <p>
|
|
1241
|
+
* <p>Represents a graph of metric data over time, showing performance trends and patterns for monitored resources.</p>
|
|
1215
1242
|
* @public
|
|
1216
1243
|
*/
|
|
1217
1244
|
export interface MetricGraph {
|
|
1218
1245
|
/**
|
|
1219
|
-
* <p>An array of metric data queries that define
|
|
1246
|
+
* <p>An array of metric data queries that define what metrics to display in the graph. Each query specifies the metric source, aggregation, and time range.</p>
|
|
1220
1247
|
* @public
|
|
1221
1248
|
*/
|
|
1222
1249
|
MetricDataQueries?: MetricDataQuery[] | undefined;
|
|
1223
1250
|
/**
|
|
1224
|
-
* <p>The start time for the metric data
|
|
1251
|
+
* <p>The start time for the metric data displayed in the graph, expressed as the number of milliseconds since January 1, 1970, 00:00:00 UTC.</p>
|
|
1225
1252
|
* @public
|
|
1226
1253
|
*/
|
|
1227
1254
|
StartTime?: Date | undefined;
|
|
1228
1255
|
/**
|
|
1229
|
-
* <p>The end time for the metric data
|
|
1256
|
+
* <p>The end time for the metric data displayed in the graph, expressed as the number of milliseconds since January 1, 1970, 00:00:00 UTC.</p>
|
|
1230
1257
|
* @public
|
|
1231
1258
|
*/
|
|
1232
1259
|
EndTime?: Date | undefined;
|
|
1233
1260
|
}
|
|
1234
1261
|
/**
|
|
1235
|
-
* <p>
|
|
1262
|
+
* <p>Represents an audit finding that identifies a potential issue, misconfiguration, or compliance violation in Application Signals resources.</p>
|
|
1236
1263
|
* @public
|
|
1237
1264
|
*/
|
|
1238
1265
|
export interface AuditFinding {
|
|
1239
1266
|
/**
|
|
1240
|
-
* <p>
|
|
1267
|
+
* <p>A map of key attributes that identify the resource associated with this audit finding. These attributes help locate and understand the context of the finding.</p>
|
|
1241
1268
|
* @public
|
|
1242
1269
|
*/
|
|
1243
1270
|
KeyAttributes: Record<string, string> | undefined;
|
|
1244
1271
|
/**
|
|
1245
|
-
* <p>An array of
|
|
1272
|
+
* <p>An array of results from different auditors that examined the resource. Each result includes the auditor name, description, and severity level.</p>
|
|
1246
1273
|
* @public
|
|
1247
1274
|
*/
|
|
1248
1275
|
AuditorResults?: AuditorResult[] | undefined;
|
|
1249
1276
|
/**
|
|
1250
|
-
* <p>The
|
|
1277
|
+
* <p>The operation or action that was being audited when this finding was discovered. This provides context about what was being examined.</p>
|
|
1251
1278
|
* @public
|
|
1252
1279
|
*/
|
|
1253
1280
|
Operation?: string | undefined;
|
|
1254
1281
|
/**
|
|
1255
|
-
* <p>A
|
|
1282
|
+
* <p>A metric graph associated with the audit finding, showing relevant performance data that may be related to the identified issue.</p>
|
|
1256
1283
|
* @public
|
|
1257
1284
|
*/
|
|
1258
1285
|
MetricGraph?: MetricGraph | undefined;
|
|
1259
1286
|
/**
|
|
1260
|
-
* <p>A
|
|
1287
|
+
* <p>A dependency graph showing the relationships between services that may be affected by or related to the audit finding.</p>
|
|
1261
1288
|
* @public
|
|
1262
1289
|
*/
|
|
1263
1290
|
DependencyGraph?: DependencyGraph | undefined;
|
|
1264
1291
|
/**
|
|
1265
|
-
* <p>The type of audit finding.</p>
|
|
1292
|
+
* <p>The type or category of the audit finding, such as "Performance", "Security", or "Configuration".</p>
|
|
1266
1293
|
* @public
|
|
1267
1294
|
*/
|
|
1268
1295
|
Type?: string | undefined;
|
|
@@ -1272,12 +1299,12 @@ export interface AuditFinding {
|
|
|
1272
1299
|
*/
|
|
1273
1300
|
export interface ListAuditFindingsOutput {
|
|
1274
1301
|
/**
|
|
1275
|
-
* <p>An array of
|
|
1302
|
+
* <p>An array of audit findings that match the specified criteria. Each finding includes details about the issue, affected resources, and auditor results.</p>
|
|
1276
1303
|
* @public
|
|
1277
1304
|
*/
|
|
1278
1305
|
AuditFindings: AuditFinding[] | undefined;
|
|
1279
1306
|
/**
|
|
1280
|
-
* <p>
|
|
1307
|
+
* <p>The token to use for retrieving the next page of results. This value is present only if there are more results available than were returned in the current response.</p>
|
|
1281
1308
|
* @public
|
|
1282
1309
|
*/
|
|
1283
1310
|
NextToken?: string | undefined;
|
|
@@ -1287,28 +1314,28 @@ export interface ListAuditFindingsOutput {
|
|
|
1287
1314
|
*/
|
|
1288
1315
|
export interface ListGroupingAttributeDefinitionsInput {
|
|
1289
1316
|
/**
|
|
1290
|
-
* <p>
|
|
1317
|
+
* <p>The token for the next set of results. Use this token to retrieve additional pages of grouping attribute definitions when the result set is large.</p>
|
|
1291
1318
|
* @public
|
|
1292
1319
|
*/
|
|
1293
1320
|
NextToken?: string | undefined;
|
|
1294
1321
|
}
|
|
1295
1322
|
/**
|
|
1296
|
-
* <p>
|
|
1323
|
+
* <p>Defines how services should be grouped based on specific attributes. This allows logical organization of services in dashboards and service maps.</p>
|
|
1297
1324
|
* @public
|
|
1298
1325
|
*/
|
|
1299
1326
|
export interface GroupingAttributeDefinition {
|
|
1300
1327
|
/**
|
|
1301
|
-
* <p>The
|
|
1328
|
+
* <p>The name of the grouping attribute, such as "Environment", "Team", or "Application".</p>
|
|
1302
1329
|
* @public
|
|
1303
1330
|
*/
|
|
1304
1331
|
GroupingName: string | undefined;
|
|
1305
1332
|
/**
|
|
1306
|
-
* <p>An array of source keys used to
|
|
1333
|
+
* <p>An array of source attribute keys that will be used to determine the grouping value for each service. These keys correspond to service metadata or tags.</p>
|
|
1307
1334
|
* @public
|
|
1308
1335
|
*/
|
|
1309
1336
|
GroupingSourceKeys?: string[] | undefined;
|
|
1310
1337
|
/**
|
|
1311
|
-
* <p>The default value to use for
|
|
1338
|
+
* <p>The default value to use for grouping when a service doesn't have any of the specified source keys, such as "Unknown" or "Unassigned".</p>
|
|
1312
1339
|
* @public
|
|
1313
1340
|
*/
|
|
1314
1341
|
DefaultGroupingValue?: string | undefined;
|
|
@@ -1318,17 +1345,17 @@ export interface GroupingAttributeDefinition {
|
|
|
1318
1345
|
*/
|
|
1319
1346
|
export interface ListGroupingAttributeDefinitionsOutput {
|
|
1320
1347
|
/**
|
|
1321
|
-
* <p>An array of
|
|
1348
|
+
* <p>An array of available grouping attribute definitions that can be used to create grouping configurations.</p>
|
|
1322
1349
|
* @public
|
|
1323
1350
|
*/
|
|
1324
1351
|
GroupingAttributeDefinitions: GroupingAttributeDefinition[] | undefined;
|
|
1325
1352
|
/**
|
|
1326
|
-
* <p>The timestamp when the grouping
|
|
1353
|
+
* <p>The timestamp when the grouping attribute definitions were last updated. Expressed as the number of milliseconds since January 1, 1970, 00:00:00 UTC.</p>
|
|
1327
1354
|
* @public
|
|
1328
1355
|
*/
|
|
1329
1356
|
UpdatedAt?: Date | undefined;
|
|
1330
1357
|
/**
|
|
1331
|
-
* <p>
|
|
1358
|
+
* <p>The token to use for retrieving the next page of results. This value is present only if there are more results available than were returned in the current response.</p>
|
|
1332
1359
|
* @public
|
|
1333
1360
|
*/
|
|
1334
1361
|
NextToken?: string | undefined;
|
|
@@ -1657,7 +1684,7 @@ export interface ServiceSummary {
|
|
|
1657
1684
|
*/
|
|
1658
1685
|
MetricReferences: MetricReference[] | undefined;
|
|
1659
1686
|
/**
|
|
1660
|
-
* <p>An array of service groups that this service belongs to,
|
|
1687
|
+
* <p>An array of service groups that this service belongs to, providing a summary view of the service's organizational context.</p>
|
|
1661
1688
|
* @public
|
|
1662
1689
|
*/
|
|
1663
1690
|
ServiceGroups?: ServiceGroup[] | undefined;
|
|
@@ -1688,17 +1715,17 @@ export interface ListServicesOutput {
|
|
|
1688
1715
|
NextToken?: string | undefined;
|
|
1689
1716
|
}
|
|
1690
1717
|
/**
|
|
1691
|
-
* <p>
|
|
1718
|
+
* <p>Represents a filter for service attributes. Used to narrow down results based on specific attribute names and values.</p>
|
|
1692
1719
|
* @public
|
|
1693
1720
|
*/
|
|
1694
1721
|
export interface AttributeFilter {
|
|
1695
1722
|
/**
|
|
1696
|
-
* <p>The name of the attribute to filter
|
|
1723
|
+
* <p>The name of the attribute to filter on. This corresponds to service metadata attributes such as environment, team, or custom tags.</p>
|
|
1697
1724
|
* @public
|
|
1698
1725
|
*/
|
|
1699
1726
|
AttributeFilterName: string | undefined;
|
|
1700
1727
|
/**
|
|
1701
|
-
* <p>An array of values to match
|
|
1728
|
+
* <p>An array of values to match against the specified attribute. Services with attribute values matching any of these values will be included in the results.</p>
|
|
1702
1729
|
* @public
|
|
1703
1730
|
*/
|
|
1704
1731
|
AttributeFilterValues: string[] | undefined;
|
|
@@ -1708,37 +1735,37 @@ export interface AttributeFilter {
|
|
|
1708
1735
|
*/
|
|
1709
1736
|
export interface ListServiceStatesInput {
|
|
1710
1737
|
/**
|
|
1711
|
-
* <p>The start
|
|
1738
|
+
* <p>The start time for the service states query. Only service states from this time onward will be included. Specify the time as the number of milliseconds since January 1, 1970, 00:00:00 UTC.</p>
|
|
1712
1739
|
* @public
|
|
1713
1740
|
*/
|
|
1714
1741
|
StartTime: Date | undefined;
|
|
1715
1742
|
/**
|
|
1716
|
-
* <p>The end
|
|
1743
|
+
* <p>The end time for the service states query. Only service states before this time will be included. Specify the time as the number of milliseconds since January 1, 1970, 00:00:00 UTC.</p>
|
|
1717
1744
|
* @public
|
|
1718
1745
|
*/
|
|
1719
1746
|
EndTime: Date | undefined;
|
|
1720
1747
|
/**
|
|
1721
|
-
* <p>The maximum number of service states to return in
|
|
1748
|
+
* <p>The maximum number of service states to return in a single request. Valid range is 1 to 100. If not specified, defaults to 50.</p>
|
|
1722
1749
|
* @public
|
|
1723
1750
|
*/
|
|
1724
1751
|
MaxResults?: number | undefined;
|
|
1725
1752
|
/**
|
|
1726
|
-
* <p>
|
|
1753
|
+
* <p>The token for the next set of results. Use this token to retrieve additional pages of service states when the result set is large.</p>
|
|
1727
1754
|
* @public
|
|
1728
1755
|
*/
|
|
1729
1756
|
NextToken?: string | undefined;
|
|
1730
1757
|
/**
|
|
1731
|
-
* <p>
|
|
1758
|
+
* <p>Specifies whether to include service states from linked AWS accounts in the results. Set to <code>true</code> to include linked accounts, or <code>false</code> to only include the current account. Defaults to <code>false</code>.</p>
|
|
1732
1759
|
* @public
|
|
1733
1760
|
*/
|
|
1734
1761
|
IncludeLinkedAccounts?: boolean | undefined;
|
|
1735
1762
|
/**
|
|
1736
|
-
* <p>The
|
|
1763
|
+
* <p>The AWS account ID to filter service states. If specified, only service states from this account will be returned. If not specified, service states from the current account (and linked accounts if enabled) are returned.</p>
|
|
1737
1764
|
* @public
|
|
1738
1765
|
*/
|
|
1739
1766
|
AwsAccountId?: string | undefined;
|
|
1740
1767
|
/**
|
|
1741
|
-
* <p>
|
|
1768
|
+
* <p>An array of attribute filters to narrow down the service states returned. Each filter specifies an attribute name and the values to match against.</p>
|
|
1742
1769
|
* @public
|
|
1743
1770
|
*/
|
|
1744
1771
|
AttributeFilters?: AttributeFilter[] | undefined;
|
|
@@ -1755,68 +1782,68 @@ export declare const ChangeEventType: {
|
|
|
1755
1782
|
*/
|
|
1756
1783
|
export type ChangeEventType = (typeof ChangeEventType)[keyof typeof ChangeEventType];
|
|
1757
1784
|
/**
|
|
1758
|
-
* <p>
|
|
1785
|
+
* <p>Represents a change event that occurred in the system, such as deployments, configuration changes, or other operational events that may impact service performance.</p>
|
|
1759
1786
|
* @public
|
|
1760
1787
|
*/
|
|
1761
1788
|
export interface ChangeEvent {
|
|
1762
1789
|
/**
|
|
1763
|
-
* <p>The timestamp when
|
|
1790
|
+
* <p>The timestamp when the change event occurred, expressed as the number of milliseconds since January 1, 1970, 00:00:00 UTC.</p>
|
|
1764
1791
|
* @public
|
|
1765
1792
|
*/
|
|
1766
1793
|
Timestamp: Date | undefined;
|
|
1767
1794
|
/**
|
|
1768
|
-
* <p>The
|
|
1795
|
+
* <p>The AWS account ID where the change event occurred.</p>
|
|
1769
1796
|
* @public
|
|
1770
1797
|
*/
|
|
1771
1798
|
AccountId: string | undefined;
|
|
1772
1799
|
/**
|
|
1773
|
-
* <p>The
|
|
1800
|
+
* <p>The AWS region where the change event occurred.</p>
|
|
1774
1801
|
* @public
|
|
1775
1802
|
*/
|
|
1776
1803
|
Region: string | undefined;
|
|
1777
1804
|
/**
|
|
1778
|
-
* <p>The entity
|
|
1805
|
+
* <p>The entity or resource that was changed, such as a service, deployment, or configuration.</p>
|
|
1779
1806
|
* @public
|
|
1780
1807
|
*/
|
|
1781
1808
|
Entity: Record<string, string> | undefined;
|
|
1782
1809
|
/**
|
|
1783
|
-
* <p>The type of change
|
|
1810
|
+
* <p>The type of change that occurred, such as "Deployment", "Configuration", or "Infrastructure".</p>
|
|
1784
1811
|
* @public
|
|
1785
1812
|
*/
|
|
1786
1813
|
ChangeEventType: ChangeEventType | undefined;
|
|
1787
1814
|
/**
|
|
1788
|
-
* <p>A unique identifier for
|
|
1815
|
+
* <p>A unique identifier for the change event.</p>
|
|
1789
1816
|
* @public
|
|
1790
1817
|
*/
|
|
1791
1818
|
EventId: string | undefined;
|
|
1792
1819
|
/**
|
|
1793
|
-
* <p>The name of the user
|
|
1820
|
+
* <p>The name of the user or system that initiated the change event.</p>
|
|
1794
1821
|
* @public
|
|
1795
1822
|
*/
|
|
1796
1823
|
UserName?: string | undefined;
|
|
1797
1824
|
/**
|
|
1798
|
-
* <p>
|
|
1825
|
+
* <p>A descriptive name for the change event that provides context about what changed.</p>
|
|
1799
1826
|
* @public
|
|
1800
1827
|
*/
|
|
1801
1828
|
EventName?: string | undefined;
|
|
1802
1829
|
}
|
|
1803
1830
|
/**
|
|
1804
|
-
* <p>
|
|
1831
|
+
* <p>Represents the current state and health information for a service monitored by Application Signals.</p>
|
|
1805
1832
|
* @public
|
|
1806
1833
|
*/
|
|
1807
1834
|
export interface ServiceState {
|
|
1808
1835
|
/**
|
|
1809
|
-
* <p>The attribute filters that were applied when retrieving this service state
|
|
1836
|
+
* <p>The attribute filters that were applied when retrieving this service state.</p>
|
|
1810
1837
|
* @public
|
|
1811
1838
|
*/
|
|
1812
1839
|
AttributeFilters?: AttributeFilter[] | undefined;
|
|
1813
1840
|
/**
|
|
1814
|
-
* <p>The
|
|
1841
|
+
* <p>The service entity information for this service state.</p>
|
|
1815
1842
|
* @public
|
|
1816
1843
|
*/
|
|
1817
1844
|
Service: Record<string, string> | undefined;
|
|
1818
1845
|
/**
|
|
1819
|
-
* <p>An array
|
|
1846
|
+
* <p>An array of the most recent change events that may have affected this service, such as deployments or configuration changes.</p>
|
|
1820
1847
|
* @public
|
|
1821
1848
|
*/
|
|
1822
1849
|
LatestChangeEvents: ChangeEvent[] | undefined;
|
|
@@ -1826,22 +1853,22 @@ export interface ServiceState {
|
|
|
1826
1853
|
*/
|
|
1827
1854
|
export interface ListServiceStatesOutput {
|
|
1828
1855
|
/**
|
|
1829
|
-
* <p>The start
|
|
1856
|
+
* <p>The start time of the query range, expressed as the number of milliseconds since January 1, 1970, 00:00:00 UTC.</p>
|
|
1830
1857
|
* @public
|
|
1831
1858
|
*/
|
|
1832
1859
|
StartTime: Date | undefined;
|
|
1833
1860
|
/**
|
|
1834
|
-
* <p>The end
|
|
1861
|
+
* <p>The end time of the query range, expressed as the number of milliseconds since January 1, 1970, 00:00:00 UTC.</p>
|
|
1835
1862
|
* @public
|
|
1836
1863
|
*/
|
|
1837
1864
|
EndTime: Date | undefined;
|
|
1838
1865
|
/**
|
|
1839
|
-
* <p>An array of
|
|
1866
|
+
* <p>An array of service state objects that match the specified criteria. Each service state includes current status, recent change events, and service metadata.</p>
|
|
1840
1867
|
* @public
|
|
1841
1868
|
*/
|
|
1842
1869
|
ServiceStates: ServiceState[] | undefined;
|
|
1843
1870
|
/**
|
|
1844
|
-
* <p>
|
|
1871
|
+
* <p>The token to use for retrieving the next page of results. This value is present only if there are more results available than were returned in the current response.</p>
|
|
1845
1872
|
* @public
|
|
1846
1873
|
*/
|
|
1847
1874
|
NextToken?: string | undefined;
|
|
@@ -1887,23 +1914,23 @@ export interface ListTagsForResourceResponse {
|
|
|
1887
1914
|
*/
|
|
1888
1915
|
export interface PutGroupingConfigurationInput {
|
|
1889
1916
|
/**
|
|
1890
|
-
* <p>An array of grouping attribute definitions that specify how services should be grouped. Each definition includes
|
|
1917
|
+
* <p>An array of grouping attribute definitions that specify how services should be grouped. Each definition includes the grouping name, source keys, and default values.</p>
|
|
1891
1918
|
* @public
|
|
1892
1919
|
*/
|
|
1893
1920
|
GroupingAttributeDefinitions: GroupingAttributeDefinition[] | undefined;
|
|
1894
1921
|
}
|
|
1895
1922
|
/**
|
|
1896
|
-
* <p>
|
|
1923
|
+
* <p>Contains the complete configuration for how services are grouped and organized in Application Signals.</p>
|
|
1897
1924
|
* @public
|
|
1898
1925
|
*/
|
|
1899
1926
|
export interface GroupingConfiguration {
|
|
1900
1927
|
/**
|
|
1901
|
-
* <p>An array of grouping attribute definitions that specify
|
|
1928
|
+
* <p>An array of grouping attribute definitions that specify the rules for organizing services into groups.</p>
|
|
1902
1929
|
* @public
|
|
1903
1930
|
*/
|
|
1904
1931
|
GroupingAttributeDefinitions: GroupingAttributeDefinition[] | undefined;
|
|
1905
1932
|
/**
|
|
1906
|
-
* <p>The timestamp when
|
|
1933
|
+
* <p>The timestamp when the grouping configuration was last updated, expressed as the number of milliseconds since January 1, 1970, 00:00:00 UTC.</p>
|
|
1907
1934
|
* @public
|
|
1908
1935
|
*/
|
|
1909
1936
|
UpdatedAt: Date | undefined;
|
|
@@ -1913,7 +1940,7 @@ export interface GroupingConfiguration {
|
|
|
1913
1940
|
*/
|
|
1914
1941
|
export interface PutGroupingConfigurationOutput {
|
|
1915
1942
|
/**
|
|
1916
|
-
* <p>
|
|
1943
|
+
* <p>The created or updated grouping configuration, including all attribute definitions and metadata such as the update timestamp.</p>
|
|
1917
1944
|
* @public
|
|
1918
1945
|
*/
|
|
1919
1946
|
GroupingConfiguration: GroupingConfiguration | undefined;
|
|
@@ -2020,7 +2047,7 @@ export interface ServiceLevelIndicatorMetricConfig {
|
|
|
2020
2047
|
*/
|
|
2021
2048
|
MetricType?: ServiceLevelIndicatorMetricType | undefined;
|
|
2022
2049
|
/**
|
|
2023
|
-
* <p>The name of the CloudWatch metric
|
|
2050
|
+
* <p>The name of the CloudWatch metric used as a service level indicator (SLI) for measuring service performance.</p>
|
|
2024
2051
|
* @public
|
|
2025
2052
|
*/
|
|
2026
2053
|
MetricName?: string | undefined;
|
|
@@ -312,6 +312,9 @@ export interface GetServiceOutput {
|
|
|
312
312
|
EndTime: Date | undefined;
|
|
313
313
|
LogGroupReferences?: Record<string, string>[] | undefined;
|
|
314
314
|
}
|
|
315
|
+
export interface CanaryEntity {
|
|
316
|
+
CanaryName: string | undefined;
|
|
317
|
+
}
|
|
315
318
|
export interface ServiceEntity {
|
|
316
319
|
Type?: string | undefined;
|
|
317
320
|
Name?: string | undefined;
|
|
@@ -328,6 +331,7 @@ export interface ServiceLevelObjectiveEntity {
|
|
|
328
331
|
SloArn?: string | undefined;
|
|
329
332
|
}
|
|
330
333
|
export type AuditTargetEntity =
|
|
334
|
+
| AuditTargetEntity.CanaryMember
|
|
331
335
|
| AuditTargetEntity.ServiceMember
|
|
332
336
|
| AuditTargetEntity.ServiceOperationMember
|
|
333
337
|
| AuditTargetEntity.SloMember
|
|
@@ -337,30 +341,42 @@ export declare namespace AuditTargetEntity {
|
|
|
337
341
|
Service: ServiceEntity;
|
|
338
342
|
Slo?: never;
|
|
339
343
|
ServiceOperation?: never;
|
|
344
|
+
Canary?: never;
|
|
340
345
|
$unknown?: never;
|
|
341
346
|
}
|
|
342
347
|
interface SloMember {
|
|
343
348
|
Service?: never;
|
|
344
349
|
Slo: ServiceLevelObjectiveEntity;
|
|
345
350
|
ServiceOperation?: never;
|
|
351
|
+
Canary?: never;
|
|
346
352
|
$unknown?: never;
|
|
347
353
|
}
|
|
348
354
|
interface ServiceOperationMember {
|
|
349
355
|
Service?: never;
|
|
350
356
|
Slo?: never;
|
|
351
357
|
ServiceOperation: ServiceOperationEntity;
|
|
358
|
+
Canary?: never;
|
|
359
|
+
$unknown?: never;
|
|
360
|
+
}
|
|
361
|
+
interface CanaryMember {
|
|
362
|
+
Service?: never;
|
|
363
|
+
Slo?: never;
|
|
364
|
+
ServiceOperation?: never;
|
|
365
|
+
Canary: CanaryEntity;
|
|
352
366
|
$unknown?: never;
|
|
353
367
|
}
|
|
354
368
|
interface $UnknownMember {
|
|
355
369
|
Service?: never;
|
|
356
370
|
Slo?: never;
|
|
357
371
|
ServiceOperation?: never;
|
|
372
|
+
Canary?: never;
|
|
358
373
|
$unknown: [string, any];
|
|
359
374
|
}
|
|
360
375
|
interface Visitor<T> {
|
|
361
376
|
Service: (value: ServiceEntity) => T;
|
|
362
377
|
Slo: (value: ServiceLevelObjectiveEntity) => T;
|
|
363
378
|
ServiceOperation: (value: ServiceOperationEntity) => T;
|
|
379
|
+
Canary: (value: CanaryEntity) => T;
|
|
364
380
|
_: (name: string, value: any) => T;
|
|
365
381
|
}
|
|
366
382
|
const visit: <T>(value: AuditTargetEntity, visitor: Visitor<T>) => T;
|
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.919.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-application-signals",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.916.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.919.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.914.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.914.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.919.0",
|
|
28
28
|
"@aws-sdk/middleware-user-agent": "3.916.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.914.0",
|
|
30
30
|
"@aws-sdk/types": "3.914.0",
|