@aws-sdk/client-devops-guru 3.43.0 → 3.47.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 +50 -0
- package/dist-cjs/endpoints.js +1 -0
- package/dist-cjs/models/models_0.js +96 -45
- package/dist-cjs/protocols/Aws_restJson1.js +379 -0
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/endpoints.js +1 -0
- package/dist-es/models/models_0.js +65 -28
- package/dist-es/protocols/Aws_restJson1.js +372 -6
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/DevOpsGuru.d.ts +13 -10
- package/dist-types/DevOpsGuruClient.d.ts +5 -1
- 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 -111
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/DevOpsGuruClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +217 -31
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +38 -45
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
-
export var AccessDeniedException;
|
|
3
|
-
(function (AccessDeniedException) {
|
|
4
|
-
AccessDeniedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
5
|
-
})(AccessDeniedException || (AccessDeniedException = {}));
|
|
6
2
|
export var AccountInsightHealth;
|
|
7
3
|
(function (AccountInsightHealth) {
|
|
8
4
|
AccountInsightHealth.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -27,26 +23,6 @@ export var AddNotificationChannelResponse;
|
|
|
27
23
|
(function (AddNotificationChannelResponse) {
|
|
28
24
|
AddNotificationChannelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
29
25
|
})(AddNotificationChannelResponse || (AddNotificationChannelResponse = {}));
|
|
30
|
-
export var ConflictException;
|
|
31
|
-
(function (ConflictException) {
|
|
32
|
-
ConflictException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
33
|
-
})(ConflictException || (ConflictException = {}));
|
|
34
|
-
export var InternalServerException;
|
|
35
|
-
(function (InternalServerException) {
|
|
36
|
-
InternalServerException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
37
|
-
})(InternalServerException || (InternalServerException = {}));
|
|
38
|
-
export var ResourceNotFoundException;
|
|
39
|
-
(function (ResourceNotFoundException) {
|
|
40
|
-
ResourceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
41
|
-
})(ResourceNotFoundException || (ResourceNotFoundException = {}));
|
|
42
|
-
export var ServiceQuotaExceededException;
|
|
43
|
-
(function (ServiceQuotaExceededException) {
|
|
44
|
-
ServiceQuotaExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
45
|
-
})(ServiceQuotaExceededException || (ServiceQuotaExceededException = {}));
|
|
46
|
-
export var ThrottlingException;
|
|
47
|
-
(function (ThrottlingException) {
|
|
48
|
-
ThrottlingException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
49
|
-
})(ThrottlingException || (ThrottlingException = {}));
|
|
50
26
|
export var ValidationExceptionField;
|
|
51
27
|
(function (ValidationExceptionField) {
|
|
52
28
|
ValidationExceptionField.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -55,17 +31,19 @@ export var ValidationExceptionReason;
|
|
|
55
31
|
(function (ValidationExceptionReason) {
|
|
56
32
|
ValidationExceptionReason["CANNOT_PARSE"] = "CANNOT_PARSE";
|
|
57
33
|
ValidationExceptionReason["FIELD_VALIDATION_FAILED"] = "FIELD_VALIDATION_FAILED";
|
|
34
|
+
ValidationExceptionReason["INVALID_PARAMETER_COMBINATION"] = "INVALID_PARAMETER_COMBINATION";
|
|
58
35
|
ValidationExceptionReason["OTHER"] = "OTHER";
|
|
36
|
+
ValidationExceptionReason["PARAMETER_INCONSISTENT_WITH_SERVICE_STATE"] = "PARAMETER_INCONSISTENT_WITH_SERVICE_STATE";
|
|
59
37
|
ValidationExceptionReason["UNKNOWN_OPERATION"] = "UNKNOWN_OPERATION";
|
|
60
38
|
})(ValidationExceptionReason || (ValidationExceptionReason = {}));
|
|
61
|
-
export var ValidationException;
|
|
62
|
-
(function (ValidationException) {
|
|
63
|
-
ValidationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
64
|
-
})(ValidationException || (ValidationException = {}));
|
|
65
39
|
export var AnomalyReportedTimeRange;
|
|
66
40
|
(function (AnomalyReportedTimeRange) {
|
|
67
41
|
AnomalyReportedTimeRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
68
42
|
})(AnomalyReportedTimeRange || (AnomalyReportedTimeRange = {}));
|
|
43
|
+
export var AnomalyResource;
|
|
44
|
+
(function (AnomalyResource) {
|
|
45
|
+
AnomalyResource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
46
|
+
})(AnomalyResource || (AnomalyResource = {}));
|
|
69
47
|
export var AnomalySeverity;
|
|
70
48
|
(function (AnomalySeverity) {
|
|
71
49
|
AnomalySeverity["HIGH"] = "HIGH";
|
|
@@ -105,6 +83,38 @@ export var CloudWatchMetricsDetail;
|
|
|
105
83
|
(function (CloudWatchMetricsDetail) {
|
|
106
84
|
CloudWatchMetricsDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
107
85
|
})(CloudWatchMetricsDetail || (CloudWatchMetricsDetail = {}));
|
|
86
|
+
export var PerformanceInsightsMetricDimensionGroup;
|
|
87
|
+
(function (PerformanceInsightsMetricDimensionGroup) {
|
|
88
|
+
PerformanceInsightsMetricDimensionGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
89
|
+
})(PerformanceInsightsMetricDimensionGroup || (PerformanceInsightsMetricDimensionGroup = {}));
|
|
90
|
+
export var PerformanceInsightsMetricQuery;
|
|
91
|
+
(function (PerformanceInsightsMetricQuery) {
|
|
92
|
+
PerformanceInsightsMetricQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
93
|
+
})(PerformanceInsightsMetricQuery || (PerformanceInsightsMetricQuery = {}));
|
|
94
|
+
export var PerformanceInsightsReferenceMetric;
|
|
95
|
+
(function (PerformanceInsightsReferenceMetric) {
|
|
96
|
+
PerformanceInsightsReferenceMetric.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
97
|
+
})(PerformanceInsightsReferenceMetric || (PerformanceInsightsReferenceMetric = {}));
|
|
98
|
+
export var PerformanceInsightsReferenceScalar;
|
|
99
|
+
(function (PerformanceInsightsReferenceScalar) {
|
|
100
|
+
PerformanceInsightsReferenceScalar.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
101
|
+
})(PerformanceInsightsReferenceScalar || (PerformanceInsightsReferenceScalar = {}));
|
|
102
|
+
export var PerformanceInsightsReferenceComparisonValues;
|
|
103
|
+
(function (PerformanceInsightsReferenceComparisonValues) {
|
|
104
|
+
PerformanceInsightsReferenceComparisonValues.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
105
|
+
})(PerformanceInsightsReferenceComparisonValues || (PerformanceInsightsReferenceComparisonValues = {}));
|
|
106
|
+
export var PerformanceInsightsReferenceData;
|
|
107
|
+
(function (PerformanceInsightsReferenceData) {
|
|
108
|
+
PerformanceInsightsReferenceData.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
109
|
+
})(PerformanceInsightsReferenceData || (PerformanceInsightsReferenceData = {}));
|
|
110
|
+
export var PerformanceInsightsStat;
|
|
111
|
+
(function (PerformanceInsightsStat) {
|
|
112
|
+
PerformanceInsightsStat.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
113
|
+
})(PerformanceInsightsStat || (PerformanceInsightsStat = {}));
|
|
114
|
+
export var PerformanceInsightsMetricsDetail;
|
|
115
|
+
(function (PerformanceInsightsMetricsDetail) {
|
|
116
|
+
PerformanceInsightsMetricsDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
117
|
+
})(PerformanceInsightsMetricsDetail || (PerformanceInsightsMetricsDetail = {}));
|
|
108
118
|
export var AnomalySourceDetails;
|
|
109
119
|
(function (AnomalySourceDetails) {
|
|
110
120
|
AnomalySourceDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -118,6 +128,11 @@ export var AnomalyTimeRange;
|
|
|
118
128
|
(function (AnomalyTimeRange) {
|
|
119
129
|
AnomalyTimeRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
120
130
|
})(AnomalyTimeRange || (AnomalyTimeRange = {}));
|
|
131
|
+
export var AnomalyType;
|
|
132
|
+
(function (AnomalyType) {
|
|
133
|
+
AnomalyType["CAUSAL"] = "CAUSAL";
|
|
134
|
+
AnomalyType["CONTEXTUAL"] = "CONTEXTUAL";
|
|
135
|
+
})(AnomalyType || (AnomalyType = {}));
|
|
121
136
|
export var DescribeAccountHealthRequest;
|
|
122
137
|
(function (DescribeAccountHealthRequest) {
|
|
123
138
|
DescribeAccountHealthRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -146,6 +161,10 @@ export var CloudFormationCollection;
|
|
|
146
161
|
(function (CloudFormationCollection) {
|
|
147
162
|
CloudFormationCollection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
148
163
|
})(CloudFormationCollection || (CloudFormationCollection = {}));
|
|
164
|
+
export var TagCollection;
|
|
165
|
+
(function (TagCollection) {
|
|
166
|
+
TagCollection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
167
|
+
})(TagCollection || (TagCollection = {}));
|
|
149
168
|
export var ResourceCollection;
|
|
150
169
|
(function (ResourceCollection) {
|
|
151
170
|
ResourceCollection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -234,6 +253,7 @@ export var OrganizationResourceCollectionType;
|
|
|
234
253
|
OrganizationResourceCollectionType["AWS_ACCOUNT"] = "AWS_ACCOUNT";
|
|
235
254
|
OrganizationResourceCollectionType["AWS_CLOUD_FORMATION"] = "AWS_CLOUD_FORMATION";
|
|
236
255
|
OrganizationResourceCollectionType["AWS_SERVICE"] = "AWS_SERVICE";
|
|
256
|
+
OrganizationResourceCollectionType["AWS_TAGS"] = "AWS_TAGS";
|
|
237
257
|
})(OrganizationResourceCollectionType || (OrganizationResourceCollectionType = {}));
|
|
238
258
|
export var DescribeOrganizationResourceCollectionHealthRequest;
|
|
239
259
|
(function (DescribeOrganizationResourceCollectionHealthRequest) {
|
|
@@ -283,6 +303,10 @@ export var ServiceHealth;
|
|
|
283
303
|
(function (ServiceHealth) {
|
|
284
304
|
ServiceHealth.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
285
305
|
})(ServiceHealth || (ServiceHealth = {}));
|
|
306
|
+
export var TagHealth;
|
|
307
|
+
(function (TagHealth) {
|
|
308
|
+
TagHealth.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
309
|
+
})(TagHealth || (TagHealth = {}));
|
|
286
310
|
export var DescribeOrganizationResourceCollectionHealthResponse;
|
|
287
311
|
(function (DescribeOrganizationResourceCollectionHealthResponse) {
|
|
288
312
|
DescribeOrganizationResourceCollectionHealthResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -291,6 +315,7 @@ export var ResourceCollectionType;
|
|
|
291
315
|
(function (ResourceCollectionType) {
|
|
292
316
|
ResourceCollectionType["AWS_CLOUD_FORMATION"] = "AWS_CLOUD_FORMATION";
|
|
293
317
|
ResourceCollectionType["AWS_SERVICE"] = "AWS_SERVICE";
|
|
318
|
+
ResourceCollectionType["AWS_TAGS"] = "AWS_TAGS";
|
|
294
319
|
})(ResourceCollectionType || (ResourceCollectionType = {}));
|
|
295
320
|
export var DescribeResourceCollectionHealthRequest;
|
|
296
321
|
(function (DescribeResourceCollectionHealthRequest) {
|
|
@@ -338,6 +363,10 @@ export var CloudFormationCostEstimationResourceCollectionFilter;
|
|
|
338
363
|
(function (CloudFormationCostEstimationResourceCollectionFilter) {
|
|
339
364
|
CloudFormationCostEstimationResourceCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
340
365
|
})(CloudFormationCostEstimationResourceCollectionFilter || (CloudFormationCostEstimationResourceCollectionFilter = {}));
|
|
366
|
+
export var TagCostEstimationResourceCollectionFilter;
|
|
367
|
+
(function (TagCostEstimationResourceCollectionFilter) {
|
|
368
|
+
TagCostEstimationResourceCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
369
|
+
})(TagCostEstimationResourceCollectionFilter || (TagCostEstimationResourceCollectionFilter = {}));
|
|
341
370
|
export var CostEstimationResourceCollectionFilter;
|
|
342
371
|
(function (CostEstimationResourceCollectionFilter) {
|
|
343
372
|
CostEstimationResourceCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -363,6 +392,10 @@ export var CloudFormationCollectionFilter;
|
|
|
363
392
|
(function (CloudFormationCollectionFilter) {
|
|
364
393
|
CloudFormationCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
365
394
|
})(CloudFormationCollectionFilter || (CloudFormationCollectionFilter = {}));
|
|
395
|
+
export var TagCollectionFilter;
|
|
396
|
+
(function (TagCollectionFilter) {
|
|
397
|
+
TagCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
398
|
+
})(TagCollectionFilter || (TagCollectionFilter = {}));
|
|
366
399
|
export var ResourceCollectionFilter;
|
|
367
400
|
(function (ResourceCollectionFilter) {
|
|
368
401
|
ResourceCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -608,6 +641,10 @@ export var UpdateCloudFormationCollectionFilter;
|
|
|
608
641
|
(function (UpdateCloudFormationCollectionFilter) {
|
|
609
642
|
UpdateCloudFormationCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
610
643
|
})(UpdateCloudFormationCollectionFilter || (UpdateCloudFormationCollectionFilter = {}));
|
|
644
|
+
export var UpdateTagCollectionFilter;
|
|
645
|
+
(function (UpdateTagCollectionFilter) {
|
|
646
|
+
UpdateTagCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
647
|
+
})(UpdateTagCollectionFilter || (UpdateTagCollectionFilter = {}));
|
|
611
648
|
export var UpdateResourceCollectionFilter;
|
|
612
649
|
(function (UpdateResourceCollectionFilter) {
|
|
613
650
|
UpdateResourceCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|