@aws-sdk/client-devops-guru 3.297.0 → 3.299.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/commands/AddNotificationChannelCommand.js +2 -3
- package/dist-cjs/commands/DeleteInsightCommand.js +2 -3
- package/dist-cjs/commands/DescribeAccountHealthCommand.js +2 -3
- package/dist-cjs/commands/DescribeAccountOverviewCommand.js +2 -3
- package/dist-cjs/commands/DescribeAnomalyCommand.js +2 -3
- package/dist-cjs/commands/DescribeEventSourcesConfigCommand.js +2 -3
- package/dist-cjs/commands/DescribeFeedbackCommand.js +2 -3
- package/dist-cjs/commands/DescribeInsightCommand.js +2 -3
- package/dist-cjs/commands/DescribeOrganizationHealthCommand.js +2 -3
- package/dist-cjs/commands/DescribeOrganizationOverviewCommand.js +2 -3
- package/dist-cjs/commands/DescribeOrganizationResourceCollectionHealthCommand.js +2 -3
- package/dist-cjs/commands/DescribeResourceCollectionHealthCommand.js +2 -3
- package/dist-cjs/commands/DescribeServiceIntegrationCommand.js +2 -3
- package/dist-cjs/commands/GetCostEstimationCommand.js +2 -3
- package/dist-cjs/commands/GetResourceCollectionCommand.js +2 -3
- package/dist-cjs/commands/ListAnomaliesForInsightCommand.js +2 -3
- package/dist-cjs/commands/ListAnomalousLogGroupsCommand.js +2 -3
- package/dist-cjs/commands/ListEventsCommand.js +2 -3
- package/dist-cjs/commands/ListInsightsCommand.js +2 -3
- package/dist-cjs/commands/ListMonitoredResourcesCommand.js +2 -3
- package/dist-cjs/commands/ListNotificationChannelsCommand.js +2 -3
- package/dist-cjs/commands/ListOrganizationInsightsCommand.js +2 -3
- package/dist-cjs/commands/ListRecommendationsCommand.js +2 -3
- package/dist-cjs/commands/PutFeedbackCommand.js +2 -3
- package/dist-cjs/commands/RemoveNotificationChannelCommand.js +2 -3
- package/dist-cjs/commands/SearchInsightsCommand.js +2 -3
- package/dist-cjs/commands/SearchOrganizationInsightsCommand.js +2 -3
- package/dist-cjs/commands/StartCostEstimationCommand.js +2 -3
- package/dist-cjs/commands/UpdateEventSourcesConfigCommand.js +2 -3
- package/dist-cjs/commands/UpdateResourceCollectionCommand.js +2 -3
- package/dist-cjs/commands/UpdateServiceIntegrationCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -612
- package/dist-es/commands/AddNotificationChannelCommand.js +2 -3
- package/dist-es/commands/DeleteInsightCommand.js +2 -3
- package/dist-es/commands/DescribeAccountHealthCommand.js +2 -3
- package/dist-es/commands/DescribeAccountOverviewCommand.js +2 -3
- package/dist-es/commands/DescribeAnomalyCommand.js +2 -3
- package/dist-es/commands/DescribeEventSourcesConfigCommand.js +2 -3
- package/dist-es/commands/DescribeFeedbackCommand.js +2 -3
- package/dist-es/commands/DescribeInsightCommand.js +2 -3
- package/dist-es/commands/DescribeOrganizationHealthCommand.js +2 -3
- package/dist-es/commands/DescribeOrganizationOverviewCommand.js +2 -3
- package/dist-es/commands/DescribeOrganizationResourceCollectionHealthCommand.js +2 -3
- package/dist-es/commands/DescribeResourceCollectionHealthCommand.js +2 -3
- package/dist-es/commands/DescribeServiceIntegrationCommand.js +2 -3
- package/dist-es/commands/GetCostEstimationCommand.js +2 -3
- package/dist-es/commands/GetResourceCollectionCommand.js +2 -3
- package/dist-es/commands/ListAnomaliesForInsightCommand.js +2 -3
- package/dist-es/commands/ListAnomalousLogGroupsCommand.js +2 -3
- package/dist-es/commands/ListEventsCommand.js +2 -3
- package/dist-es/commands/ListInsightsCommand.js +2 -3
- package/dist-es/commands/ListMonitoredResourcesCommand.js +2 -3
- package/dist-es/commands/ListNotificationChannelsCommand.js +2 -3
- package/dist-es/commands/ListOrganizationInsightsCommand.js +2 -3
- package/dist-es/commands/ListRecommendationsCommand.js +2 -3
- package/dist-es/commands/PutFeedbackCommand.js +2 -3
- package/dist-es/commands/RemoveNotificationChannelCommand.js +2 -3
- package/dist-es/commands/SearchInsightsCommand.js +2 -3
- package/dist-es/commands/SearchOrganizationInsightsCommand.js +2 -3
- package/dist-es/commands/StartCostEstimationCommand.js +2 -3
- package/dist-es/commands/UpdateEventSourcesConfigCommand.js +2 -3
- package/dist-es/commands/UpdateResourceCollectionCommand.js +2 -3
- package/dist-es/commands/UpdateServiceIntegrationCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -456
- package/dist-types/models/models_0.d.ts +0 -608
- package/dist-types/ts3.4/models/models_0.d.ts +0 -450
- package/package.json +11 -10
|
@@ -989,453 +989,3 @@ export interface UpdateServiceIntegrationRequest {
|
|
|
989
989
|
ServiceIntegration: UpdateServiceIntegrationConfig | undefined;
|
|
990
990
|
}
|
|
991
991
|
export interface UpdateServiceIntegrationResponse {}
|
|
992
|
-
export declare const AccountInsightHealthFilterSensitiveLog: (
|
|
993
|
-
obj: AccountInsightHealth
|
|
994
|
-
) => any;
|
|
995
|
-
export declare const AccountHealthFilterSensitiveLog: (
|
|
996
|
-
obj: AccountHealth
|
|
997
|
-
) => any;
|
|
998
|
-
export declare const NotificationFilterConfigFilterSensitiveLog: (
|
|
999
|
-
obj: NotificationFilterConfig
|
|
1000
|
-
) => any;
|
|
1001
|
-
export declare const SnsChannelConfigFilterSensitiveLog: (
|
|
1002
|
-
obj: SnsChannelConfig
|
|
1003
|
-
) => any;
|
|
1004
|
-
export declare const NotificationChannelConfigFilterSensitiveLog: (
|
|
1005
|
-
obj: NotificationChannelConfig
|
|
1006
|
-
) => any;
|
|
1007
|
-
export declare const AddNotificationChannelRequestFilterSensitiveLog: (
|
|
1008
|
-
obj: AddNotificationChannelRequest
|
|
1009
|
-
) => any;
|
|
1010
|
-
export declare const AddNotificationChannelResponseFilterSensitiveLog: (
|
|
1011
|
-
obj: AddNotificationChannelResponse
|
|
1012
|
-
) => any;
|
|
1013
|
-
export declare const ValidationExceptionFieldFilterSensitiveLog: (
|
|
1014
|
-
obj: ValidationExceptionField
|
|
1015
|
-
) => any;
|
|
1016
|
-
export declare const AmazonCodeGuruProfilerIntegrationFilterSensitiveLog: (
|
|
1017
|
-
obj: AmazonCodeGuruProfilerIntegration
|
|
1018
|
-
) => any;
|
|
1019
|
-
export declare const LogAnomalyClassFilterSensitiveLog: (
|
|
1020
|
-
obj: LogAnomalyClass
|
|
1021
|
-
) => any;
|
|
1022
|
-
export declare const LogAnomalyShowcaseFilterSensitiveLog: (
|
|
1023
|
-
obj: LogAnomalyShowcase
|
|
1024
|
-
) => any;
|
|
1025
|
-
export declare const AnomalousLogGroupFilterSensitiveLog: (
|
|
1026
|
-
obj: AnomalousLogGroup
|
|
1027
|
-
) => any;
|
|
1028
|
-
export declare const AnomalyReportedTimeRangeFilterSensitiveLog: (
|
|
1029
|
-
obj: AnomalyReportedTimeRange
|
|
1030
|
-
) => any;
|
|
1031
|
-
export declare const AnomalyResourceFilterSensitiveLog: (
|
|
1032
|
-
obj: AnomalyResource
|
|
1033
|
-
) => any;
|
|
1034
|
-
export declare const CloudWatchMetricsDimensionFilterSensitiveLog: (
|
|
1035
|
-
obj: CloudWatchMetricsDimension
|
|
1036
|
-
) => any;
|
|
1037
|
-
export declare const TimestampMetricValuePairFilterSensitiveLog: (
|
|
1038
|
-
obj: TimestampMetricValuePair
|
|
1039
|
-
) => any;
|
|
1040
|
-
export declare const CloudWatchMetricsDataSummaryFilterSensitiveLog: (
|
|
1041
|
-
obj: CloudWatchMetricsDataSummary
|
|
1042
|
-
) => any;
|
|
1043
|
-
export declare const CloudWatchMetricsDetailFilterSensitiveLog: (
|
|
1044
|
-
obj: CloudWatchMetricsDetail
|
|
1045
|
-
) => any;
|
|
1046
|
-
export declare const PerformanceInsightsMetricDimensionGroupFilterSensitiveLog: (
|
|
1047
|
-
obj: PerformanceInsightsMetricDimensionGroup
|
|
1048
|
-
) => any;
|
|
1049
|
-
export declare const PerformanceInsightsMetricQueryFilterSensitiveLog: (
|
|
1050
|
-
obj: PerformanceInsightsMetricQuery
|
|
1051
|
-
) => any;
|
|
1052
|
-
export declare const PerformanceInsightsReferenceMetricFilterSensitiveLog: (
|
|
1053
|
-
obj: PerformanceInsightsReferenceMetric
|
|
1054
|
-
) => any;
|
|
1055
|
-
export declare const PerformanceInsightsReferenceScalarFilterSensitiveLog: (
|
|
1056
|
-
obj: PerformanceInsightsReferenceScalar
|
|
1057
|
-
) => any;
|
|
1058
|
-
export declare const PerformanceInsightsReferenceComparisonValuesFilterSensitiveLog: (
|
|
1059
|
-
obj: PerformanceInsightsReferenceComparisonValues
|
|
1060
|
-
) => any;
|
|
1061
|
-
export declare const PerformanceInsightsReferenceDataFilterSensitiveLog: (
|
|
1062
|
-
obj: PerformanceInsightsReferenceData
|
|
1063
|
-
) => any;
|
|
1064
|
-
export declare const PerformanceInsightsStatFilterSensitiveLog: (
|
|
1065
|
-
obj: PerformanceInsightsStat
|
|
1066
|
-
) => any;
|
|
1067
|
-
export declare const PerformanceInsightsMetricsDetailFilterSensitiveLog: (
|
|
1068
|
-
obj: PerformanceInsightsMetricsDetail
|
|
1069
|
-
) => any;
|
|
1070
|
-
export declare const AnomalySourceDetailsFilterSensitiveLog: (
|
|
1071
|
-
obj: AnomalySourceDetails
|
|
1072
|
-
) => any;
|
|
1073
|
-
export declare const AnomalySourceMetadataFilterSensitiveLog: (
|
|
1074
|
-
obj: AnomalySourceMetadata
|
|
1075
|
-
) => any;
|
|
1076
|
-
export declare const AnomalyTimeRangeFilterSensitiveLog: (
|
|
1077
|
-
obj: AnomalyTimeRange
|
|
1078
|
-
) => any;
|
|
1079
|
-
export declare const DeleteInsightRequestFilterSensitiveLog: (
|
|
1080
|
-
obj: DeleteInsightRequest
|
|
1081
|
-
) => any;
|
|
1082
|
-
export declare const DeleteInsightResponseFilterSensitiveLog: (
|
|
1083
|
-
obj: DeleteInsightResponse
|
|
1084
|
-
) => any;
|
|
1085
|
-
export declare const DescribeAccountHealthRequestFilterSensitiveLog: (
|
|
1086
|
-
obj: DescribeAccountHealthRequest
|
|
1087
|
-
) => any;
|
|
1088
|
-
export declare const DescribeAccountHealthResponseFilterSensitiveLog: (
|
|
1089
|
-
obj: DescribeAccountHealthResponse
|
|
1090
|
-
) => any;
|
|
1091
|
-
export declare const DescribeAccountOverviewRequestFilterSensitiveLog: (
|
|
1092
|
-
obj: DescribeAccountOverviewRequest
|
|
1093
|
-
) => any;
|
|
1094
|
-
export declare const DescribeAccountOverviewResponseFilterSensitiveLog: (
|
|
1095
|
-
obj: DescribeAccountOverviewResponse
|
|
1096
|
-
) => any;
|
|
1097
|
-
export declare const DescribeAnomalyRequestFilterSensitiveLog: (
|
|
1098
|
-
obj: DescribeAnomalyRequest
|
|
1099
|
-
) => any;
|
|
1100
|
-
export declare const PredictionTimeRangeFilterSensitiveLog: (
|
|
1101
|
-
obj: PredictionTimeRange
|
|
1102
|
-
) => any;
|
|
1103
|
-
export declare const CloudFormationCollectionFilterSensitiveLog: (
|
|
1104
|
-
obj: CloudFormationCollection
|
|
1105
|
-
) => any;
|
|
1106
|
-
export declare const TagCollectionFilterSensitiveLog: (
|
|
1107
|
-
obj: TagCollection
|
|
1108
|
-
) => any;
|
|
1109
|
-
export declare const ResourceCollectionFilterSensitiveLog: (
|
|
1110
|
-
obj: ResourceCollection
|
|
1111
|
-
) => any;
|
|
1112
|
-
export declare const ProactiveAnomalyFilterSensitiveLog: (
|
|
1113
|
-
obj: ProactiveAnomaly
|
|
1114
|
-
) => any;
|
|
1115
|
-
export declare const ReactiveAnomalyFilterSensitiveLog: (
|
|
1116
|
-
obj: ReactiveAnomaly
|
|
1117
|
-
) => any;
|
|
1118
|
-
export declare const DescribeAnomalyResponseFilterSensitiveLog: (
|
|
1119
|
-
obj: DescribeAnomalyResponse
|
|
1120
|
-
) => any;
|
|
1121
|
-
export declare const DescribeEventSourcesConfigRequestFilterSensitiveLog: (
|
|
1122
|
-
obj: DescribeEventSourcesConfigRequest
|
|
1123
|
-
) => any;
|
|
1124
|
-
export declare const EventSourcesConfigFilterSensitiveLog: (
|
|
1125
|
-
obj: EventSourcesConfig
|
|
1126
|
-
) => any;
|
|
1127
|
-
export declare const DescribeEventSourcesConfigResponseFilterSensitiveLog: (
|
|
1128
|
-
obj: DescribeEventSourcesConfigResponse
|
|
1129
|
-
) => any;
|
|
1130
|
-
export declare const DescribeFeedbackRequestFilterSensitiveLog: (
|
|
1131
|
-
obj: DescribeFeedbackRequest
|
|
1132
|
-
) => any;
|
|
1133
|
-
export declare const InsightFeedbackFilterSensitiveLog: (
|
|
1134
|
-
obj: InsightFeedback
|
|
1135
|
-
) => any;
|
|
1136
|
-
export declare const DescribeFeedbackResponseFilterSensitiveLog: (
|
|
1137
|
-
obj: DescribeFeedbackResponse
|
|
1138
|
-
) => any;
|
|
1139
|
-
export declare const DescribeInsightRequestFilterSensitiveLog: (
|
|
1140
|
-
obj: DescribeInsightRequest
|
|
1141
|
-
) => any;
|
|
1142
|
-
export declare const InsightTimeRangeFilterSensitiveLog: (
|
|
1143
|
-
obj: InsightTimeRange
|
|
1144
|
-
) => any;
|
|
1145
|
-
export declare const ProactiveInsightFilterSensitiveLog: (
|
|
1146
|
-
obj: ProactiveInsight
|
|
1147
|
-
) => any;
|
|
1148
|
-
export declare const ReactiveInsightFilterSensitiveLog: (
|
|
1149
|
-
obj: ReactiveInsight
|
|
1150
|
-
) => any;
|
|
1151
|
-
export declare const DescribeInsightResponseFilterSensitiveLog: (
|
|
1152
|
-
obj: DescribeInsightResponse
|
|
1153
|
-
) => any;
|
|
1154
|
-
export declare const DescribeOrganizationHealthRequestFilterSensitiveLog: (
|
|
1155
|
-
obj: DescribeOrganizationHealthRequest
|
|
1156
|
-
) => any;
|
|
1157
|
-
export declare const DescribeOrganizationHealthResponseFilterSensitiveLog: (
|
|
1158
|
-
obj: DescribeOrganizationHealthResponse
|
|
1159
|
-
) => any;
|
|
1160
|
-
export declare const DescribeOrganizationOverviewRequestFilterSensitiveLog: (
|
|
1161
|
-
obj: DescribeOrganizationOverviewRequest
|
|
1162
|
-
) => any;
|
|
1163
|
-
export declare const DescribeOrganizationOverviewResponseFilterSensitiveLog: (
|
|
1164
|
-
obj: DescribeOrganizationOverviewResponse
|
|
1165
|
-
) => any;
|
|
1166
|
-
export declare const DescribeOrganizationResourceCollectionHealthRequestFilterSensitiveLog: (
|
|
1167
|
-
obj: DescribeOrganizationResourceCollectionHealthRequest
|
|
1168
|
-
) => any;
|
|
1169
|
-
export declare const InsightHealthFilterSensitiveLog: (
|
|
1170
|
-
obj: InsightHealth
|
|
1171
|
-
) => any;
|
|
1172
|
-
export declare const CloudFormationHealthFilterSensitiveLog: (
|
|
1173
|
-
obj: CloudFormationHealth
|
|
1174
|
-
) => any;
|
|
1175
|
-
export declare const ServiceInsightHealthFilterSensitiveLog: (
|
|
1176
|
-
obj: ServiceInsightHealth
|
|
1177
|
-
) => any;
|
|
1178
|
-
export declare const ServiceHealthFilterSensitiveLog: (
|
|
1179
|
-
obj: ServiceHealth
|
|
1180
|
-
) => any;
|
|
1181
|
-
export declare const TagHealthFilterSensitiveLog: (obj: TagHealth) => any;
|
|
1182
|
-
export declare const DescribeOrganizationResourceCollectionHealthResponseFilterSensitiveLog: (
|
|
1183
|
-
obj: DescribeOrganizationResourceCollectionHealthResponse
|
|
1184
|
-
) => any;
|
|
1185
|
-
export declare const DescribeResourceCollectionHealthRequestFilterSensitiveLog: (
|
|
1186
|
-
obj: DescribeResourceCollectionHealthRequest
|
|
1187
|
-
) => any;
|
|
1188
|
-
export declare const DescribeResourceCollectionHealthResponseFilterSensitiveLog: (
|
|
1189
|
-
obj: DescribeResourceCollectionHealthResponse
|
|
1190
|
-
) => any;
|
|
1191
|
-
export declare const DescribeServiceIntegrationRequestFilterSensitiveLog: (
|
|
1192
|
-
obj: DescribeServiceIntegrationRequest
|
|
1193
|
-
) => any;
|
|
1194
|
-
export declare const LogsAnomalyDetectionIntegrationFilterSensitiveLog: (
|
|
1195
|
-
obj: LogsAnomalyDetectionIntegration
|
|
1196
|
-
) => any;
|
|
1197
|
-
export declare const OpsCenterIntegrationFilterSensitiveLog: (
|
|
1198
|
-
obj: OpsCenterIntegration
|
|
1199
|
-
) => any;
|
|
1200
|
-
export declare const ServiceIntegrationConfigFilterSensitiveLog: (
|
|
1201
|
-
obj: ServiceIntegrationConfig
|
|
1202
|
-
) => any;
|
|
1203
|
-
export declare const DescribeServiceIntegrationResponseFilterSensitiveLog: (
|
|
1204
|
-
obj: DescribeServiceIntegrationResponse
|
|
1205
|
-
) => any;
|
|
1206
|
-
export declare const GetCostEstimationRequestFilterSensitiveLog: (
|
|
1207
|
-
obj: GetCostEstimationRequest
|
|
1208
|
-
) => any;
|
|
1209
|
-
export declare const ServiceResourceCostFilterSensitiveLog: (
|
|
1210
|
-
obj: ServiceResourceCost
|
|
1211
|
-
) => any;
|
|
1212
|
-
export declare const CloudFormationCostEstimationResourceCollectionFilterFilterSensitiveLog: (
|
|
1213
|
-
obj: CloudFormationCostEstimationResourceCollectionFilter
|
|
1214
|
-
) => any;
|
|
1215
|
-
export declare const TagCostEstimationResourceCollectionFilterFilterSensitiveLog: (
|
|
1216
|
-
obj: TagCostEstimationResourceCollectionFilter
|
|
1217
|
-
) => any;
|
|
1218
|
-
export declare const CostEstimationResourceCollectionFilterFilterSensitiveLog: (
|
|
1219
|
-
obj: CostEstimationResourceCollectionFilter
|
|
1220
|
-
) => any;
|
|
1221
|
-
export declare const CostEstimationTimeRangeFilterSensitiveLog: (
|
|
1222
|
-
obj: CostEstimationTimeRange
|
|
1223
|
-
) => any;
|
|
1224
|
-
export declare const GetCostEstimationResponseFilterSensitiveLog: (
|
|
1225
|
-
obj: GetCostEstimationResponse
|
|
1226
|
-
) => any;
|
|
1227
|
-
export declare const GetResourceCollectionRequestFilterSensitiveLog: (
|
|
1228
|
-
obj: GetResourceCollectionRequest
|
|
1229
|
-
) => any;
|
|
1230
|
-
export declare const CloudFormationCollectionFilterFilterSensitiveLog: (
|
|
1231
|
-
obj: CloudFormationCollectionFilter
|
|
1232
|
-
) => any;
|
|
1233
|
-
export declare const TagCollectionFilterFilterSensitiveLog: (
|
|
1234
|
-
obj: TagCollectionFilter
|
|
1235
|
-
) => any;
|
|
1236
|
-
export declare const ResourceCollectionFilterFilterSensitiveLog: (
|
|
1237
|
-
obj: ResourceCollectionFilter
|
|
1238
|
-
) => any;
|
|
1239
|
-
export declare const GetResourceCollectionResponseFilterSensitiveLog: (
|
|
1240
|
-
obj: GetResourceCollectionResponse
|
|
1241
|
-
) => any;
|
|
1242
|
-
export declare const ServiceCollectionFilterSensitiveLog: (
|
|
1243
|
-
obj: ServiceCollection
|
|
1244
|
-
) => any;
|
|
1245
|
-
export declare const ListAnomaliesForInsightFiltersFilterSensitiveLog: (
|
|
1246
|
-
obj: ListAnomaliesForInsightFilters
|
|
1247
|
-
) => any;
|
|
1248
|
-
export declare const StartTimeRangeFilterSensitiveLog: (
|
|
1249
|
-
obj: StartTimeRange
|
|
1250
|
-
) => any;
|
|
1251
|
-
export declare const ListAnomaliesForInsightRequestFilterSensitiveLog: (
|
|
1252
|
-
obj: ListAnomaliesForInsightRequest
|
|
1253
|
-
) => any;
|
|
1254
|
-
export declare const ProactiveAnomalySummaryFilterSensitiveLog: (
|
|
1255
|
-
obj: ProactiveAnomalySummary
|
|
1256
|
-
) => any;
|
|
1257
|
-
export declare const ReactiveAnomalySummaryFilterSensitiveLog: (
|
|
1258
|
-
obj: ReactiveAnomalySummary
|
|
1259
|
-
) => any;
|
|
1260
|
-
export declare const ListAnomaliesForInsightResponseFilterSensitiveLog: (
|
|
1261
|
-
obj: ListAnomaliesForInsightResponse
|
|
1262
|
-
) => any;
|
|
1263
|
-
export declare const ListAnomalousLogGroupsRequestFilterSensitiveLog: (
|
|
1264
|
-
obj: ListAnomalousLogGroupsRequest
|
|
1265
|
-
) => any;
|
|
1266
|
-
export declare const ListAnomalousLogGroupsResponseFilterSensitiveLog: (
|
|
1267
|
-
obj: ListAnomalousLogGroupsResponse
|
|
1268
|
-
) => any;
|
|
1269
|
-
export declare const EventTimeRangeFilterSensitiveLog: (
|
|
1270
|
-
obj: EventTimeRange
|
|
1271
|
-
) => any;
|
|
1272
|
-
export declare const ListEventsFiltersFilterSensitiveLog: (
|
|
1273
|
-
obj: ListEventsFilters
|
|
1274
|
-
) => any;
|
|
1275
|
-
export declare const ListEventsRequestFilterSensitiveLog: (
|
|
1276
|
-
obj: ListEventsRequest
|
|
1277
|
-
) => any;
|
|
1278
|
-
export declare const EventResourceFilterSensitiveLog: (
|
|
1279
|
-
obj: EventResource
|
|
1280
|
-
) => any;
|
|
1281
|
-
export declare const EventFilterSensitiveLog: (obj: Event) => any;
|
|
1282
|
-
export declare const ListEventsResponseFilterSensitiveLog: (
|
|
1283
|
-
obj: ListEventsResponse
|
|
1284
|
-
) => any;
|
|
1285
|
-
export declare const ListInsightsAnyStatusFilterFilterSensitiveLog: (
|
|
1286
|
-
obj: ListInsightsAnyStatusFilter
|
|
1287
|
-
) => any;
|
|
1288
|
-
export declare const EndTimeRangeFilterSensitiveLog: (obj: EndTimeRange) => any;
|
|
1289
|
-
export declare const ListInsightsClosedStatusFilterFilterSensitiveLog: (
|
|
1290
|
-
obj: ListInsightsClosedStatusFilter
|
|
1291
|
-
) => any;
|
|
1292
|
-
export declare const ListInsightsOngoingStatusFilterFilterSensitiveLog: (
|
|
1293
|
-
obj: ListInsightsOngoingStatusFilter
|
|
1294
|
-
) => any;
|
|
1295
|
-
export declare const ListInsightsStatusFilterFilterSensitiveLog: (
|
|
1296
|
-
obj: ListInsightsStatusFilter
|
|
1297
|
-
) => any;
|
|
1298
|
-
export declare const ListInsightsRequestFilterSensitiveLog: (
|
|
1299
|
-
obj: ListInsightsRequest
|
|
1300
|
-
) => any;
|
|
1301
|
-
export declare const ProactiveInsightSummaryFilterSensitiveLog: (
|
|
1302
|
-
obj: ProactiveInsightSummary
|
|
1303
|
-
) => any;
|
|
1304
|
-
export declare const ReactiveInsightSummaryFilterSensitiveLog: (
|
|
1305
|
-
obj: ReactiveInsightSummary
|
|
1306
|
-
) => any;
|
|
1307
|
-
export declare const ListInsightsResponseFilterSensitiveLog: (
|
|
1308
|
-
obj: ListInsightsResponse
|
|
1309
|
-
) => any;
|
|
1310
|
-
export declare const ListMonitoredResourcesFiltersFilterSensitiveLog: (
|
|
1311
|
-
obj: ListMonitoredResourcesFilters
|
|
1312
|
-
) => any;
|
|
1313
|
-
export declare const ListMonitoredResourcesRequestFilterSensitiveLog: (
|
|
1314
|
-
obj: ListMonitoredResourcesRequest
|
|
1315
|
-
) => any;
|
|
1316
|
-
export declare const MonitoredResourceIdentifierFilterSensitiveLog: (
|
|
1317
|
-
obj: MonitoredResourceIdentifier
|
|
1318
|
-
) => any;
|
|
1319
|
-
export declare const ListMonitoredResourcesResponseFilterSensitiveLog: (
|
|
1320
|
-
obj: ListMonitoredResourcesResponse
|
|
1321
|
-
) => any;
|
|
1322
|
-
export declare const ListNotificationChannelsRequestFilterSensitiveLog: (
|
|
1323
|
-
obj: ListNotificationChannelsRequest
|
|
1324
|
-
) => any;
|
|
1325
|
-
export declare const NotificationChannelFilterSensitiveLog: (
|
|
1326
|
-
obj: NotificationChannel
|
|
1327
|
-
) => any;
|
|
1328
|
-
export declare const ListNotificationChannelsResponseFilterSensitiveLog: (
|
|
1329
|
-
obj: ListNotificationChannelsResponse
|
|
1330
|
-
) => any;
|
|
1331
|
-
export declare const ListOrganizationInsightsRequestFilterSensitiveLog: (
|
|
1332
|
-
obj: ListOrganizationInsightsRequest
|
|
1333
|
-
) => any;
|
|
1334
|
-
export declare const ProactiveOrganizationInsightSummaryFilterSensitiveLog: (
|
|
1335
|
-
obj: ProactiveOrganizationInsightSummary
|
|
1336
|
-
) => any;
|
|
1337
|
-
export declare const ReactiveOrganizationInsightSummaryFilterSensitiveLog: (
|
|
1338
|
-
obj: ReactiveOrganizationInsightSummary
|
|
1339
|
-
) => any;
|
|
1340
|
-
export declare const ListOrganizationInsightsResponseFilterSensitiveLog: (
|
|
1341
|
-
obj: ListOrganizationInsightsResponse
|
|
1342
|
-
) => any;
|
|
1343
|
-
export declare const ListRecommendationsRequestFilterSensitiveLog: (
|
|
1344
|
-
obj: ListRecommendationsRequest
|
|
1345
|
-
) => any;
|
|
1346
|
-
export declare const RecommendationRelatedAnomalyResourceFilterSensitiveLog: (
|
|
1347
|
-
obj: RecommendationRelatedAnomalyResource
|
|
1348
|
-
) => any;
|
|
1349
|
-
export declare const RecommendationRelatedCloudWatchMetricsSourceDetailFilterSensitiveLog: (
|
|
1350
|
-
obj: RecommendationRelatedCloudWatchMetricsSourceDetail
|
|
1351
|
-
) => any;
|
|
1352
|
-
export declare const RecommendationRelatedAnomalySourceDetailFilterSensitiveLog: (
|
|
1353
|
-
obj: RecommendationRelatedAnomalySourceDetail
|
|
1354
|
-
) => any;
|
|
1355
|
-
export declare const RecommendationRelatedAnomalyFilterSensitiveLog: (
|
|
1356
|
-
obj: RecommendationRelatedAnomaly
|
|
1357
|
-
) => any;
|
|
1358
|
-
export declare const RecommendationRelatedEventResourceFilterSensitiveLog: (
|
|
1359
|
-
obj: RecommendationRelatedEventResource
|
|
1360
|
-
) => any;
|
|
1361
|
-
export declare const RecommendationRelatedEventFilterSensitiveLog: (
|
|
1362
|
-
obj: RecommendationRelatedEvent
|
|
1363
|
-
) => any;
|
|
1364
|
-
export declare const RecommendationFilterSensitiveLog: (
|
|
1365
|
-
obj: Recommendation
|
|
1366
|
-
) => any;
|
|
1367
|
-
export declare const ListRecommendationsResponseFilterSensitiveLog: (
|
|
1368
|
-
obj: ListRecommendationsResponse
|
|
1369
|
-
) => any;
|
|
1370
|
-
export declare const PutFeedbackRequestFilterSensitiveLog: (
|
|
1371
|
-
obj: PutFeedbackRequest
|
|
1372
|
-
) => any;
|
|
1373
|
-
export declare const PutFeedbackResponseFilterSensitiveLog: (
|
|
1374
|
-
obj: PutFeedbackResponse
|
|
1375
|
-
) => any;
|
|
1376
|
-
export declare const RemoveNotificationChannelRequestFilterSensitiveLog: (
|
|
1377
|
-
obj: RemoveNotificationChannelRequest
|
|
1378
|
-
) => any;
|
|
1379
|
-
export declare const RemoveNotificationChannelResponseFilterSensitiveLog: (
|
|
1380
|
-
obj: RemoveNotificationChannelResponse
|
|
1381
|
-
) => any;
|
|
1382
|
-
export declare const SearchInsightsFiltersFilterSensitiveLog: (
|
|
1383
|
-
obj: SearchInsightsFilters
|
|
1384
|
-
) => any;
|
|
1385
|
-
export declare const SearchInsightsRequestFilterSensitiveLog: (
|
|
1386
|
-
obj: SearchInsightsRequest
|
|
1387
|
-
) => any;
|
|
1388
|
-
export declare const SearchInsightsResponseFilterSensitiveLog: (
|
|
1389
|
-
obj: SearchInsightsResponse
|
|
1390
|
-
) => any;
|
|
1391
|
-
export declare const SearchOrganizationInsightsFiltersFilterSensitiveLog: (
|
|
1392
|
-
obj: SearchOrganizationInsightsFilters
|
|
1393
|
-
) => any;
|
|
1394
|
-
export declare const SearchOrganizationInsightsRequestFilterSensitiveLog: (
|
|
1395
|
-
obj: SearchOrganizationInsightsRequest
|
|
1396
|
-
) => any;
|
|
1397
|
-
export declare const SearchOrganizationInsightsResponseFilterSensitiveLog: (
|
|
1398
|
-
obj: SearchOrganizationInsightsResponse
|
|
1399
|
-
) => any;
|
|
1400
|
-
export declare const StartCostEstimationRequestFilterSensitiveLog: (
|
|
1401
|
-
obj: StartCostEstimationRequest
|
|
1402
|
-
) => any;
|
|
1403
|
-
export declare const StartCostEstimationResponseFilterSensitiveLog: (
|
|
1404
|
-
obj: StartCostEstimationResponse
|
|
1405
|
-
) => any;
|
|
1406
|
-
export declare const UpdateEventSourcesConfigRequestFilterSensitiveLog: (
|
|
1407
|
-
obj: UpdateEventSourcesConfigRequest
|
|
1408
|
-
) => any;
|
|
1409
|
-
export declare const UpdateEventSourcesConfigResponseFilterSensitiveLog: (
|
|
1410
|
-
obj: UpdateEventSourcesConfigResponse
|
|
1411
|
-
) => any;
|
|
1412
|
-
export declare const UpdateCloudFormationCollectionFilterFilterSensitiveLog: (
|
|
1413
|
-
obj: UpdateCloudFormationCollectionFilter
|
|
1414
|
-
) => any;
|
|
1415
|
-
export declare const UpdateTagCollectionFilterFilterSensitiveLog: (
|
|
1416
|
-
obj: UpdateTagCollectionFilter
|
|
1417
|
-
) => any;
|
|
1418
|
-
export declare const UpdateResourceCollectionFilterFilterSensitiveLog: (
|
|
1419
|
-
obj: UpdateResourceCollectionFilter
|
|
1420
|
-
) => any;
|
|
1421
|
-
export declare const UpdateResourceCollectionRequestFilterSensitiveLog: (
|
|
1422
|
-
obj: UpdateResourceCollectionRequest
|
|
1423
|
-
) => any;
|
|
1424
|
-
export declare const UpdateResourceCollectionResponseFilterSensitiveLog: (
|
|
1425
|
-
obj: UpdateResourceCollectionResponse
|
|
1426
|
-
) => any;
|
|
1427
|
-
export declare const LogsAnomalyDetectionIntegrationConfigFilterSensitiveLog: (
|
|
1428
|
-
obj: LogsAnomalyDetectionIntegrationConfig
|
|
1429
|
-
) => any;
|
|
1430
|
-
export declare const OpsCenterIntegrationConfigFilterSensitiveLog: (
|
|
1431
|
-
obj: OpsCenterIntegrationConfig
|
|
1432
|
-
) => any;
|
|
1433
|
-
export declare const UpdateServiceIntegrationConfigFilterSensitiveLog: (
|
|
1434
|
-
obj: UpdateServiceIntegrationConfig
|
|
1435
|
-
) => any;
|
|
1436
|
-
export declare const UpdateServiceIntegrationRequestFilterSensitiveLog: (
|
|
1437
|
-
obj: UpdateServiceIntegrationRequest
|
|
1438
|
-
) => any;
|
|
1439
|
-
export declare const UpdateServiceIntegrationResponseFilterSensitiveLog: (
|
|
1440
|
-
obj: UpdateServiceIntegrationResponse
|
|
1441
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-devops-guru",
|
|
3
3
|
"description": "AWS SDK for JavaScript Devops Guru Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.299.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo devops-guru"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,22 +21,22 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.299.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.299.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.299.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
29
30
|
"@aws-sdk/middleware-content-length": "3.296.0",
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.299.0",
|
|
31
32
|
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
32
33
|
"@aws-sdk/middleware-logger": "3.296.0",
|
|
33
34
|
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
34
35
|
"@aws-sdk/middleware-retry": "3.296.0",
|
|
35
36
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.299.0",
|
|
37
38
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.299.0",
|
|
39
40
|
"@aws-sdk/node-config-provider": "3.296.0",
|
|
40
41
|
"@aws-sdk/node-http-handler": "3.296.0",
|
|
41
42
|
"@aws-sdk/protocol-http": "3.296.0",
|
|
@@ -46,11 +47,11 @@
|
|
|
46
47
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
47
48
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
48
49
|
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.299.0",
|
|
50
51
|
"@aws-sdk/util-endpoints": "3.296.0",
|
|
51
52
|
"@aws-sdk/util-retry": "3.296.0",
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.299.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.299.0",
|
|
54
55
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
55
56
|
"tslib": "^2.5.0",
|
|
56
57
|
"uuid": "^8.3.2"
|