@aws-sdk/client-devops-guru 3.42.0 → 3.46.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/CHANGELOG.md +47 -0
- package/dist-cjs/endpoints.js +1 -0
- package/dist-cjs/models/models_0.js +97 -3
- package/dist-cjs/protocols/Aws_restJson1.js +379 -0
- package/dist-cjs/runtimeConfig.js +0 -2
- package/dist-es/endpoints.js +1 -0
- package/dist-es/models/models_0.js +65 -0
- package/dist-es/protocols/Aws_restJson1.js +372 -6
- package/dist-es/runtimeConfig.js +0 -2
- package/dist-types/DevOpsGuru.d.ts +13 -10
- package/dist-types/commands/DescribeResourceCollectionHealthCommand.d.ts +3 -2
- package/dist-types/commands/GetResourceCollectionCommand.d.ts +3 -2
- package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +4 -4
- package/dist-types/commands/UpdateResourceCollectionCommand.d.ts +3 -2
- package/dist-types/models/models_0.d.ts +1093 -69
- package/dist-types/ts3.4/models/models_0.d.ts +217 -3
- package/package.json +36 -43
|
@@ -55,7 +55,9 @@ export var ValidationExceptionReason;
|
|
|
55
55
|
(function (ValidationExceptionReason) {
|
|
56
56
|
ValidationExceptionReason["CANNOT_PARSE"] = "CANNOT_PARSE";
|
|
57
57
|
ValidationExceptionReason["FIELD_VALIDATION_FAILED"] = "FIELD_VALIDATION_FAILED";
|
|
58
|
+
ValidationExceptionReason["INVALID_PARAMETER_COMBINATION"] = "INVALID_PARAMETER_COMBINATION";
|
|
58
59
|
ValidationExceptionReason["OTHER"] = "OTHER";
|
|
60
|
+
ValidationExceptionReason["PARAMETER_INCONSISTENT_WITH_SERVICE_STATE"] = "PARAMETER_INCONSISTENT_WITH_SERVICE_STATE";
|
|
59
61
|
ValidationExceptionReason["UNKNOWN_OPERATION"] = "UNKNOWN_OPERATION";
|
|
60
62
|
})(ValidationExceptionReason || (ValidationExceptionReason = {}));
|
|
61
63
|
export var ValidationException;
|
|
@@ -66,6 +68,10 @@ export var AnomalyReportedTimeRange;
|
|
|
66
68
|
(function (AnomalyReportedTimeRange) {
|
|
67
69
|
AnomalyReportedTimeRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
68
70
|
})(AnomalyReportedTimeRange || (AnomalyReportedTimeRange = {}));
|
|
71
|
+
export var AnomalyResource;
|
|
72
|
+
(function (AnomalyResource) {
|
|
73
|
+
AnomalyResource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
74
|
+
})(AnomalyResource || (AnomalyResource = {}));
|
|
69
75
|
export var AnomalySeverity;
|
|
70
76
|
(function (AnomalySeverity) {
|
|
71
77
|
AnomalySeverity["HIGH"] = "HIGH";
|
|
@@ -105,6 +111,38 @@ export var CloudWatchMetricsDetail;
|
|
|
105
111
|
(function (CloudWatchMetricsDetail) {
|
|
106
112
|
CloudWatchMetricsDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
107
113
|
})(CloudWatchMetricsDetail || (CloudWatchMetricsDetail = {}));
|
|
114
|
+
export var PerformanceInsightsMetricDimensionGroup;
|
|
115
|
+
(function (PerformanceInsightsMetricDimensionGroup) {
|
|
116
|
+
PerformanceInsightsMetricDimensionGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
117
|
+
})(PerformanceInsightsMetricDimensionGroup || (PerformanceInsightsMetricDimensionGroup = {}));
|
|
118
|
+
export var PerformanceInsightsMetricQuery;
|
|
119
|
+
(function (PerformanceInsightsMetricQuery) {
|
|
120
|
+
PerformanceInsightsMetricQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
121
|
+
})(PerformanceInsightsMetricQuery || (PerformanceInsightsMetricQuery = {}));
|
|
122
|
+
export var PerformanceInsightsReferenceMetric;
|
|
123
|
+
(function (PerformanceInsightsReferenceMetric) {
|
|
124
|
+
PerformanceInsightsReferenceMetric.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
125
|
+
})(PerformanceInsightsReferenceMetric || (PerformanceInsightsReferenceMetric = {}));
|
|
126
|
+
export var PerformanceInsightsReferenceScalar;
|
|
127
|
+
(function (PerformanceInsightsReferenceScalar) {
|
|
128
|
+
PerformanceInsightsReferenceScalar.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
129
|
+
})(PerformanceInsightsReferenceScalar || (PerformanceInsightsReferenceScalar = {}));
|
|
130
|
+
export var PerformanceInsightsReferenceComparisonValues;
|
|
131
|
+
(function (PerformanceInsightsReferenceComparisonValues) {
|
|
132
|
+
PerformanceInsightsReferenceComparisonValues.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
133
|
+
})(PerformanceInsightsReferenceComparisonValues || (PerformanceInsightsReferenceComparisonValues = {}));
|
|
134
|
+
export var PerformanceInsightsReferenceData;
|
|
135
|
+
(function (PerformanceInsightsReferenceData) {
|
|
136
|
+
PerformanceInsightsReferenceData.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
137
|
+
})(PerformanceInsightsReferenceData || (PerformanceInsightsReferenceData = {}));
|
|
138
|
+
export var PerformanceInsightsStat;
|
|
139
|
+
(function (PerformanceInsightsStat) {
|
|
140
|
+
PerformanceInsightsStat.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
141
|
+
})(PerformanceInsightsStat || (PerformanceInsightsStat = {}));
|
|
142
|
+
export var PerformanceInsightsMetricsDetail;
|
|
143
|
+
(function (PerformanceInsightsMetricsDetail) {
|
|
144
|
+
PerformanceInsightsMetricsDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
145
|
+
})(PerformanceInsightsMetricsDetail || (PerformanceInsightsMetricsDetail = {}));
|
|
108
146
|
export var AnomalySourceDetails;
|
|
109
147
|
(function (AnomalySourceDetails) {
|
|
110
148
|
AnomalySourceDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -118,6 +156,11 @@ export var AnomalyTimeRange;
|
|
|
118
156
|
(function (AnomalyTimeRange) {
|
|
119
157
|
AnomalyTimeRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
120
158
|
})(AnomalyTimeRange || (AnomalyTimeRange = {}));
|
|
159
|
+
export var AnomalyType;
|
|
160
|
+
(function (AnomalyType) {
|
|
161
|
+
AnomalyType["CAUSAL"] = "CAUSAL";
|
|
162
|
+
AnomalyType["CONTEXTUAL"] = "CONTEXTUAL";
|
|
163
|
+
})(AnomalyType || (AnomalyType = {}));
|
|
121
164
|
export var DescribeAccountHealthRequest;
|
|
122
165
|
(function (DescribeAccountHealthRequest) {
|
|
123
166
|
DescribeAccountHealthRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -146,6 +189,10 @@ export var CloudFormationCollection;
|
|
|
146
189
|
(function (CloudFormationCollection) {
|
|
147
190
|
CloudFormationCollection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
148
191
|
})(CloudFormationCollection || (CloudFormationCollection = {}));
|
|
192
|
+
export var TagCollection;
|
|
193
|
+
(function (TagCollection) {
|
|
194
|
+
TagCollection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
195
|
+
})(TagCollection || (TagCollection = {}));
|
|
149
196
|
export var ResourceCollection;
|
|
150
197
|
(function (ResourceCollection) {
|
|
151
198
|
ResourceCollection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -234,6 +281,7 @@ export var OrganizationResourceCollectionType;
|
|
|
234
281
|
OrganizationResourceCollectionType["AWS_ACCOUNT"] = "AWS_ACCOUNT";
|
|
235
282
|
OrganizationResourceCollectionType["AWS_CLOUD_FORMATION"] = "AWS_CLOUD_FORMATION";
|
|
236
283
|
OrganizationResourceCollectionType["AWS_SERVICE"] = "AWS_SERVICE";
|
|
284
|
+
OrganizationResourceCollectionType["AWS_TAGS"] = "AWS_TAGS";
|
|
237
285
|
})(OrganizationResourceCollectionType || (OrganizationResourceCollectionType = {}));
|
|
238
286
|
export var DescribeOrganizationResourceCollectionHealthRequest;
|
|
239
287
|
(function (DescribeOrganizationResourceCollectionHealthRequest) {
|
|
@@ -283,6 +331,10 @@ export var ServiceHealth;
|
|
|
283
331
|
(function (ServiceHealth) {
|
|
284
332
|
ServiceHealth.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
285
333
|
})(ServiceHealth || (ServiceHealth = {}));
|
|
334
|
+
export var TagHealth;
|
|
335
|
+
(function (TagHealth) {
|
|
336
|
+
TagHealth.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
337
|
+
})(TagHealth || (TagHealth = {}));
|
|
286
338
|
export var DescribeOrganizationResourceCollectionHealthResponse;
|
|
287
339
|
(function (DescribeOrganizationResourceCollectionHealthResponse) {
|
|
288
340
|
DescribeOrganizationResourceCollectionHealthResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -291,6 +343,7 @@ export var ResourceCollectionType;
|
|
|
291
343
|
(function (ResourceCollectionType) {
|
|
292
344
|
ResourceCollectionType["AWS_CLOUD_FORMATION"] = "AWS_CLOUD_FORMATION";
|
|
293
345
|
ResourceCollectionType["AWS_SERVICE"] = "AWS_SERVICE";
|
|
346
|
+
ResourceCollectionType["AWS_TAGS"] = "AWS_TAGS";
|
|
294
347
|
})(ResourceCollectionType || (ResourceCollectionType = {}));
|
|
295
348
|
export var DescribeResourceCollectionHealthRequest;
|
|
296
349
|
(function (DescribeResourceCollectionHealthRequest) {
|
|
@@ -338,6 +391,10 @@ export var CloudFormationCostEstimationResourceCollectionFilter;
|
|
|
338
391
|
(function (CloudFormationCostEstimationResourceCollectionFilter) {
|
|
339
392
|
CloudFormationCostEstimationResourceCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
340
393
|
})(CloudFormationCostEstimationResourceCollectionFilter || (CloudFormationCostEstimationResourceCollectionFilter = {}));
|
|
394
|
+
export var TagCostEstimationResourceCollectionFilter;
|
|
395
|
+
(function (TagCostEstimationResourceCollectionFilter) {
|
|
396
|
+
TagCostEstimationResourceCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
397
|
+
})(TagCostEstimationResourceCollectionFilter || (TagCostEstimationResourceCollectionFilter = {}));
|
|
341
398
|
export var CostEstimationResourceCollectionFilter;
|
|
342
399
|
(function (CostEstimationResourceCollectionFilter) {
|
|
343
400
|
CostEstimationResourceCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -363,6 +420,10 @@ export var CloudFormationCollectionFilter;
|
|
|
363
420
|
(function (CloudFormationCollectionFilter) {
|
|
364
421
|
CloudFormationCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
365
422
|
})(CloudFormationCollectionFilter || (CloudFormationCollectionFilter = {}));
|
|
423
|
+
export var TagCollectionFilter;
|
|
424
|
+
(function (TagCollectionFilter) {
|
|
425
|
+
TagCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
426
|
+
})(TagCollectionFilter || (TagCollectionFilter = {}));
|
|
366
427
|
export var ResourceCollectionFilter;
|
|
367
428
|
(function (ResourceCollectionFilter) {
|
|
368
429
|
ResourceCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -608,6 +669,10 @@ export var UpdateCloudFormationCollectionFilter;
|
|
|
608
669
|
(function (UpdateCloudFormationCollectionFilter) {
|
|
609
670
|
UpdateCloudFormationCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
610
671
|
})(UpdateCloudFormationCollectionFilter || (UpdateCloudFormationCollectionFilter = {}));
|
|
672
|
+
export var UpdateTagCollectionFilter;
|
|
673
|
+
(function (UpdateTagCollectionFilter) {
|
|
674
|
+
UpdateTagCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
675
|
+
})(UpdateTagCollectionFilter || (UpdateTagCollectionFilter = {}));
|
|
611
676
|
export var UpdateResourceCollectionFilter;
|
|
612
677
|
(function (UpdateResourceCollectionFilter) {
|
|
613
678
|
UpdateResourceCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|