@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
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,56 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.47.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.46.0...v3.47.0) (2022-01-15)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients to use default values inferred from defaults mode ([#3192](https://github.com/aws/aws-sdk-js-v3/issues/3192)) ([9152e21](https://github.com/aws/aws-sdk-js-v3/commit/9152e210c6ec29f34bb070eaf2874039022e6ab7))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.46.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.45.0...v3.46.0) (2022-01-07)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **clients:** update clean:dist script to delete dist-* folder ([#3155](https://github.com/aws/aws-sdk-js-v3/issues/3155)) ([cdb1709](https://github.com/aws/aws-sdk-js-v3/commit/cdb17090f82d1fc8755811c82cbed5976ec7e60b))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* **clients:** extend typedoc.json from root ([#3136](https://github.com/aws/aws-sdk-js-v3/issues/3136)) ([f6a3ef5](https://github.com/aws/aws-sdk-js-v3/commit/f6a3ef541ae2d92872d09d8cab6727911287ebb2))
|
|
28
|
+
* end support for Node.js 10.x ([#3122](https://github.com/aws/aws-sdk-js-v3/issues/3122)) ([7acf18a](https://github.com/aws/aws-sdk-js-v3/commit/7acf18abd3fb1cc461f809110cdb0d7968c2070e))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
# [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
### Features
|
|
38
|
+
|
|
39
|
+
* **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
# [3.44.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.43.0...v3.44.0) (2021-12-02)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
### Features
|
|
49
|
+
|
|
50
|
+
* **clients:** update clients as of 2021/12/01 ([#3078](https://github.com/aws/aws-sdk-js-v3/issues/3078)) ([9c44188](https://github.com/aws/aws-sdk-js-v3/commit/9c44188265ea484d55c50848d7daae5571007ce0))
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
6
56
|
# [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
|
|
7
57
|
|
|
8
58
|
**Note:** Version bump only for package @aws-sdk/client-devops-guru
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -1,14 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.UpdateServiceIntegrationResponse = exports.UpdateServiceIntegrationRequest = exports.UpdateServiceIntegrationConfig = exports.OpsCenterIntegrationConfig = exports.UpdateResourceCollectionResponse = exports.UpdateResourceCollectionRequest = exports.UpdateResourceCollectionFilter = exports.UpdateCloudFormationCollectionFilter = exports.UpdateResourceCollectionAction = exports.StartCostEstimationResponse = exports.StartCostEstimationRequest = exports.SearchOrganizationInsightsResponse = exports.SearchOrganizationInsightsRequest = exports.SearchOrganizationInsightsFilters = exports.SearchInsightsResponse = exports.SearchInsightsRequest = exports.SearchInsightsFilters = exports.RemoveNotificationChannelResponse = exports.RemoveNotificationChannelRequest = exports.PutFeedbackResponse = exports.PutFeedbackRequest = exports.ListRecommendationsResponse = exports.Recommendation = exports.RecommendationRelatedEvent = exports.RecommendationRelatedEventResource = exports.RecommendationRelatedAnomaly = exports.RecommendationRelatedAnomalySourceDetail = exports.RecommendationRelatedCloudWatchMetricsSourceDetail = exports.RecommendationRelatedAnomalyResource = exports.ListRecommendationsRequest = exports.Locale = exports.ListOrganizationInsightsResponse = exports.ReactiveOrganizationInsightSummary = exports.ProactiveOrganizationInsightSummary = exports.ListOrganizationInsightsRequest = exports.ListNotificationChannelsResponse = exports.NotificationChannel = exports.ListNotificationChannelsRequest = exports.ListInsightsResponse = exports.ReactiveInsightSummary = exports.ProactiveInsightSummary = exports.ServiceCollection = void 0;
|
|
6
|
-
var AccessDeniedException;
|
|
7
|
-
(function (AccessDeniedException) {
|
|
8
|
-
AccessDeniedException.filterSensitiveLog = (obj) => ({
|
|
9
|
-
...obj,
|
|
10
|
-
});
|
|
11
|
-
})(AccessDeniedException = exports.AccessDeniedException || (exports.AccessDeniedException = {}));
|
|
3
|
+
exports.ProactiveInsight = exports.InsightStatus = exports.InsightSeverity = exports.InsightTimeRange = exports.DescribeInsightRequest = exports.DescribeFeedbackResponse = exports.InsightFeedback = exports.InsightFeedbackOption = exports.DescribeFeedbackRequest = exports.DescribeAnomalyResponse = exports.ReactiveAnomaly = exports.ProactiveAnomaly = exports.ResourceCollection = exports.TagCollection = exports.CloudFormationCollection = exports.PredictionTimeRange = exports.DescribeAnomalyRequest = exports.DescribeAccountOverviewResponse = exports.DescribeAccountOverviewRequest = exports.DescribeAccountHealthResponse = exports.DescribeAccountHealthRequest = exports.AnomalyType = exports.AnomalyTimeRange = exports.AnomalyStatus = exports.AnomalySourceDetails = exports.PerformanceInsightsMetricsDetail = exports.PerformanceInsightsStat = exports.PerformanceInsightsReferenceData = exports.PerformanceInsightsReferenceComparisonValues = exports.PerformanceInsightsReferenceScalar = exports.PerformanceInsightsReferenceMetric = exports.PerformanceInsightsMetricQuery = exports.PerformanceInsightsMetricDimensionGroup = exports.CloudWatchMetricsDetail = exports.CloudWatchMetricsStat = exports.CloudWatchMetricsDataSummary = exports.TimestampMetricValuePair = exports.CloudWatchMetricDataStatusCode = exports.CloudWatchMetricsDimension = exports.AnomalySeverity = exports.AnomalyResource = exports.AnomalyReportedTimeRange = exports.ValidationExceptionReason = exports.ValidationExceptionField = exports.AddNotificationChannelResponse = exports.AddNotificationChannelRequest = exports.NotificationChannelConfig = exports.SnsChannelConfig = exports.AccountHealth = exports.AccountInsightHealth = void 0;
|
|
4
|
+
exports.ListEventsResponse = exports.Event = exports.EventResource = exports.ListEventsRequest = exports.ListEventsFilters = exports.EventTimeRange = exports.EventClass = exports.EventDataSource = exports.ListAnomaliesForInsightResponse = exports.ReactiveAnomalySummary = exports.ProactiveAnomalySummary = exports.ListAnomaliesForInsightRequest = exports.StartTimeRange = exports.GetResourceCollectionResponse = exports.ResourceCollectionFilter = exports.TagCollectionFilter = exports.CloudFormationCollectionFilter = exports.GetResourceCollectionRequest = exports.GetCostEstimationResponse = exports.CostEstimationTimeRange = exports.CostEstimationStatus = exports.CostEstimationResourceCollectionFilter = exports.TagCostEstimationResourceCollectionFilter = exports.CloudFormationCostEstimationResourceCollectionFilter = exports.ServiceResourceCost = exports.CostEstimationServiceResourceState = exports.GetCostEstimationRequest = exports.DescribeServiceIntegrationResponse = exports.ServiceIntegrationConfig = exports.OpsCenterIntegration = exports.OptInStatus = exports.DescribeServiceIntegrationRequest = exports.DescribeResourceCollectionHealthResponse = exports.DescribeResourceCollectionHealthRequest = exports.ResourceCollectionType = exports.DescribeOrganizationResourceCollectionHealthResponse = exports.TagHealth = exports.ServiceHealth = exports.ServiceName = exports.ServiceInsightHealth = exports.CloudFormationHealth = exports.InsightHealth = exports.DescribeOrganizationResourceCollectionHealthRequest = exports.OrganizationResourceCollectionType = exports.DescribeOrganizationOverviewResponse = exports.DescribeOrganizationOverviewRequest = exports.DescribeOrganizationHealthResponse = exports.DescribeOrganizationHealthRequest = exports.DescribeInsightResponse = exports.ReactiveInsight = void 0;
|
|
5
|
+
exports.UpdateServiceIntegrationResponse = exports.UpdateServiceIntegrationRequest = exports.UpdateServiceIntegrationConfig = exports.OpsCenterIntegrationConfig = exports.UpdateResourceCollectionResponse = exports.UpdateResourceCollectionRequest = exports.UpdateResourceCollectionFilter = exports.UpdateTagCollectionFilter = exports.UpdateCloudFormationCollectionFilter = exports.UpdateResourceCollectionAction = exports.StartCostEstimationResponse = exports.StartCostEstimationRequest = exports.SearchOrganizationInsightsResponse = exports.SearchOrganizationInsightsRequest = exports.SearchOrganizationInsightsFilters = exports.SearchInsightsResponse = exports.SearchInsightsRequest = exports.SearchInsightsFilters = exports.RemoveNotificationChannelResponse = exports.RemoveNotificationChannelRequest = exports.PutFeedbackResponse = exports.PutFeedbackRequest = exports.ListRecommendationsResponse = exports.Recommendation = exports.RecommendationRelatedEvent = exports.RecommendationRelatedEventResource = exports.RecommendationRelatedAnomaly = exports.RecommendationRelatedAnomalySourceDetail = exports.RecommendationRelatedCloudWatchMetricsSourceDetail = exports.RecommendationRelatedAnomalyResource = exports.ListRecommendationsRequest = exports.Locale = exports.ListOrganizationInsightsResponse = exports.ReactiveOrganizationInsightSummary = exports.ProactiveOrganizationInsightSummary = exports.ListOrganizationInsightsRequest = exports.ListNotificationChannelsResponse = exports.NotificationChannel = exports.ListNotificationChannelsRequest = exports.ListInsightsResponse = exports.ReactiveInsightSummary = exports.ProactiveInsightSummary = exports.ServiceCollection = exports.ListInsightsRequest = exports.ListInsightsStatusFilter = exports.ListInsightsOngoingStatusFilter = exports.ListInsightsClosedStatusFilter = exports.EndTimeRange = exports.ListInsightsAnyStatusFilter = exports.InsightType = void 0;
|
|
12
6
|
var AccountInsightHealth;
|
|
13
7
|
(function (AccountInsightHealth) {
|
|
14
8
|
AccountInsightHealth.filterSensitiveLog = (obj) => ({
|
|
@@ -45,36 +39,6 @@ var AddNotificationChannelResponse;
|
|
|
45
39
|
...obj,
|
|
46
40
|
});
|
|
47
41
|
})(AddNotificationChannelResponse = exports.AddNotificationChannelResponse || (exports.AddNotificationChannelResponse = {}));
|
|
48
|
-
var ConflictException;
|
|
49
|
-
(function (ConflictException) {
|
|
50
|
-
ConflictException.filterSensitiveLog = (obj) => ({
|
|
51
|
-
...obj,
|
|
52
|
-
});
|
|
53
|
-
})(ConflictException = exports.ConflictException || (exports.ConflictException = {}));
|
|
54
|
-
var InternalServerException;
|
|
55
|
-
(function (InternalServerException) {
|
|
56
|
-
InternalServerException.filterSensitiveLog = (obj) => ({
|
|
57
|
-
...obj,
|
|
58
|
-
});
|
|
59
|
-
})(InternalServerException = exports.InternalServerException || (exports.InternalServerException = {}));
|
|
60
|
-
var ResourceNotFoundException;
|
|
61
|
-
(function (ResourceNotFoundException) {
|
|
62
|
-
ResourceNotFoundException.filterSensitiveLog = (obj) => ({
|
|
63
|
-
...obj,
|
|
64
|
-
});
|
|
65
|
-
})(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
|
|
66
|
-
var ServiceQuotaExceededException;
|
|
67
|
-
(function (ServiceQuotaExceededException) {
|
|
68
|
-
ServiceQuotaExceededException.filterSensitiveLog = (obj) => ({
|
|
69
|
-
...obj,
|
|
70
|
-
});
|
|
71
|
-
})(ServiceQuotaExceededException = exports.ServiceQuotaExceededException || (exports.ServiceQuotaExceededException = {}));
|
|
72
|
-
var ThrottlingException;
|
|
73
|
-
(function (ThrottlingException) {
|
|
74
|
-
ThrottlingException.filterSensitiveLog = (obj) => ({
|
|
75
|
-
...obj,
|
|
76
|
-
});
|
|
77
|
-
})(ThrottlingException = exports.ThrottlingException || (exports.ThrottlingException = {}));
|
|
78
42
|
var ValidationExceptionField;
|
|
79
43
|
(function (ValidationExceptionField) {
|
|
80
44
|
ValidationExceptionField.filterSensitiveLog = (obj) => ({
|
|
@@ -85,21 +49,23 @@ var ValidationExceptionReason;
|
|
|
85
49
|
(function (ValidationExceptionReason) {
|
|
86
50
|
ValidationExceptionReason["CANNOT_PARSE"] = "CANNOT_PARSE";
|
|
87
51
|
ValidationExceptionReason["FIELD_VALIDATION_FAILED"] = "FIELD_VALIDATION_FAILED";
|
|
52
|
+
ValidationExceptionReason["INVALID_PARAMETER_COMBINATION"] = "INVALID_PARAMETER_COMBINATION";
|
|
88
53
|
ValidationExceptionReason["OTHER"] = "OTHER";
|
|
54
|
+
ValidationExceptionReason["PARAMETER_INCONSISTENT_WITH_SERVICE_STATE"] = "PARAMETER_INCONSISTENT_WITH_SERVICE_STATE";
|
|
89
55
|
ValidationExceptionReason["UNKNOWN_OPERATION"] = "UNKNOWN_OPERATION";
|
|
90
56
|
})(ValidationExceptionReason = exports.ValidationExceptionReason || (exports.ValidationExceptionReason = {}));
|
|
91
|
-
var ValidationException;
|
|
92
|
-
(function (ValidationException) {
|
|
93
|
-
ValidationException.filterSensitiveLog = (obj) => ({
|
|
94
|
-
...obj,
|
|
95
|
-
});
|
|
96
|
-
})(ValidationException = exports.ValidationException || (exports.ValidationException = {}));
|
|
97
57
|
var AnomalyReportedTimeRange;
|
|
98
58
|
(function (AnomalyReportedTimeRange) {
|
|
99
59
|
AnomalyReportedTimeRange.filterSensitiveLog = (obj) => ({
|
|
100
60
|
...obj,
|
|
101
61
|
});
|
|
102
62
|
})(AnomalyReportedTimeRange = exports.AnomalyReportedTimeRange || (exports.AnomalyReportedTimeRange = {}));
|
|
63
|
+
var AnomalyResource;
|
|
64
|
+
(function (AnomalyResource) {
|
|
65
|
+
AnomalyResource.filterSensitiveLog = (obj) => ({
|
|
66
|
+
...obj,
|
|
67
|
+
});
|
|
68
|
+
})(AnomalyResource = exports.AnomalyResource || (exports.AnomalyResource = {}));
|
|
103
69
|
var AnomalySeverity;
|
|
104
70
|
(function (AnomalySeverity) {
|
|
105
71
|
AnomalySeverity["HIGH"] = "HIGH";
|
|
@@ -147,6 +113,54 @@ var CloudWatchMetricsDetail;
|
|
|
147
113
|
...obj,
|
|
148
114
|
});
|
|
149
115
|
})(CloudWatchMetricsDetail = exports.CloudWatchMetricsDetail || (exports.CloudWatchMetricsDetail = {}));
|
|
116
|
+
var PerformanceInsightsMetricDimensionGroup;
|
|
117
|
+
(function (PerformanceInsightsMetricDimensionGroup) {
|
|
118
|
+
PerformanceInsightsMetricDimensionGroup.filterSensitiveLog = (obj) => ({
|
|
119
|
+
...obj,
|
|
120
|
+
});
|
|
121
|
+
})(PerformanceInsightsMetricDimensionGroup = exports.PerformanceInsightsMetricDimensionGroup || (exports.PerformanceInsightsMetricDimensionGroup = {}));
|
|
122
|
+
var PerformanceInsightsMetricQuery;
|
|
123
|
+
(function (PerformanceInsightsMetricQuery) {
|
|
124
|
+
PerformanceInsightsMetricQuery.filterSensitiveLog = (obj) => ({
|
|
125
|
+
...obj,
|
|
126
|
+
});
|
|
127
|
+
})(PerformanceInsightsMetricQuery = exports.PerformanceInsightsMetricQuery || (exports.PerformanceInsightsMetricQuery = {}));
|
|
128
|
+
var PerformanceInsightsReferenceMetric;
|
|
129
|
+
(function (PerformanceInsightsReferenceMetric) {
|
|
130
|
+
PerformanceInsightsReferenceMetric.filterSensitiveLog = (obj) => ({
|
|
131
|
+
...obj,
|
|
132
|
+
});
|
|
133
|
+
})(PerformanceInsightsReferenceMetric = exports.PerformanceInsightsReferenceMetric || (exports.PerformanceInsightsReferenceMetric = {}));
|
|
134
|
+
var PerformanceInsightsReferenceScalar;
|
|
135
|
+
(function (PerformanceInsightsReferenceScalar) {
|
|
136
|
+
PerformanceInsightsReferenceScalar.filterSensitiveLog = (obj) => ({
|
|
137
|
+
...obj,
|
|
138
|
+
});
|
|
139
|
+
})(PerformanceInsightsReferenceScalar = exports.PerformanceInsightsReferenceScalar || (exports.PerformanceInsightsReferenceScalar = {}));
|
|
140
|
+
var PerformanceInsightsReferenceComparisonValues;
|
|
141
|
+
(function (PerformanceInsightsReferenceComparisonValues) {
|
|
142
|
+
PerformanceInsightsReferenceComparisonValues.filterSensitiveLog = (obj) => ({
|
|
143
|
+
...obj,
|
|
144
|
+
});
|
|
145
|
+
})(PerformanceInsightsReferenceComparisonValues = exports.PerformanceInsightsReferenceComparisonValues || (exports.PerformanceInsightsReferenceComparisonValues = {}));
|
|
146
|
+
var PerformanceInsightsReferenceData;
|
|
147
|
+
(function (PerformanceInsightsReferenceData) {
|
|
148
|
+
PerformanceInsightsReferenceData.filterSensitiveLog = (obj) => ({
|
|
149
|
+
...obj,
|
|
150
|
+
});
|
|
151
|
+
})(PerformanceInsightsReferenceData = exports.PerformanceInsightsReferenceData || (exports.PerformanceInsightsReferenceData = {}));
|
|
152
|
+
var PerformanceInsightsStat;
|
|
153
|
+
(function (PerformanceInsightsStat) {
|
|
154
|
+
PerformanceInsightsStat.filterSensitiveLog = (obj) => ({
|
|
155
|
+
...obj,
|
|
156
|
+
});
|
|
157
|
+
})(PerformanceInsightsStat = exports.PerformanceInsightsStat || (exports.PerformanceInsightsStat = {}));
|
|
158
|
+
var PerformanceInsightsMetricsDetail;
|
|
159
|
+
(function (PerformanceInsightsMetricsDetail) {
|
|
160
|
+
PerformanceInsightsMetricsDetail.filterSensitiveLog = (obj) => ({
|
|
161
|
+
...obj,
|
|
162
|
+
});
|
|
163
|
+
})(PerformanceInsightsMetricsDetail = exports.PerformanceInsightsMetricsDetail || (exports.PerformanceInsightsMetricsDetail = {}));
|
|
150
164
|
var AnomalySourceDetails;
|
|
151
165
|
(function (AnomalySourceDetails) {
|
|
152
166
|
AnomalySourceDetails.filterSensitiveLog = (obj) => ({
|
|
@@ -164,6 +178,11 @@ var AnomalyTimeRange;
|
|
|
164
178
|
...obj,
|
|
165
179
|
});
|
|
166
180
|
})(AnomalyTimeRange = exports.AnomalyTimeRange || (exports.AnomalyTimeRange = {}));
|
|
181
|
+
var AnomalyType;
|
|
182
|
+
(function (AnomalyType) {
|
|
183
|
+
AnomalyType["CAUSAL"] = "CAUSAL";
|
|
184
|
+
AnomalyType["CONTEXTUAL"] = "CONTEXTUAL";
|
|
185
|
+
})(AnomalyType = exports.AnomalyType || (exports.AnomalyType = {}));
|
|
167
186
|
var DescribeAccountHealthRequest;
|
|
168
187
|
(function (DescribeAccountHealthRequest) {
|
|
169
188
|
DescribeAccountHealthRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -206,6 +225,12 @@ var CloudFormationCollection;
|
|
|
206
225
|
...obj,
|
|
207
226
|
});
|
|
208
227
|
})(CloudFormationCollection = exports.CloudFormationCollection || (exports.CloudFormationCollection = {}));
|
|
228
|
+
var TagCollection;
|
|
229
|
+
(function (TagCollection) {
|
|
230
|
+
TagCollection.filterSensitiveLog = (obj) => ({
|
|
231
|
+
...obj,
|
|
232
|
+
});
|
|
233
|
+
})(TagCollection = exports.TagCollection || (exports.TagCollection = {}));
|
|
209
234
|
var ResourceCollection;
|
|
210
235
|
(function (ResourceCollection) {
|
|
211
236
|
ResourceCollection.filterSensitiveLog = (obj) => ({
|
|
@@ -326,6 +351,7 @@ var OrganizationResourceCollectionType;
|
|
|
326
351
|
OrganizationResourceCollectionType["AWS_ACCOUNT"] = "AWS_ACCOUNT";
|
|
327
352
|
OrganizationResourceCollectionType["AWS_CLOUD_FORMATION"] = "AWS_CLOUD_FORMATION";
|
|
328
353
|
OrganizationResourceCollectionType["AWS_SERVICE"] = "AWS_SERVICE";
|
|
354
|
+
OrganizationResourceCollectionType["AWS_TAGS"] = "AWS_TAGS";
|
|
329
355
|
})(OrganizationResourceCollectionType = exports.OrganizationResourceCollectionType || (exports.OrganizationResourceCollectionType = {}));
|
|
330
356
|
var DescribeOrganizationResourceCollectionHealthRequest;
|
|
331
357
|
(function (DescribeOrganizationResourceCollectionHealthRequest) {
|
|
@@ -385,6 +411,12 @@ var ServiceHealth;
|
|
|
385
411
|
...obj,
|
|
386
412
|
});
|
|
387
413
|
})(ServiceHealth = exports.ServiceHealth || (exports.ServiceHealth = {}));
|
|
414
|
+
var TagHealth;
|
|
415
|
+
(function (TagHealth) {
|
|
416
|
+
TagHealth.filterSensitiveLog = (obj) => ({
|
|
417
|
+
...obj,
|
|
418
|
+
});
|
|
419
|
+
})(TagHealth = exports.TagHealth || (exports.TagHealth = {}));
|
|
388
420
|
var DescribeOrganizationResourceCollectionHealthResponse;
|
|
389
421
|
(function (DescribeOrganizationResourceCollectionHealthResponse) {
|
|
390
422
|
DescribeOrganizationResourceCollectionHealthResponse.filterSensitiveLog = (obj) => ({
|
|
@@ -395,6 +427,7 @@ var ResourceCollectionType;
|
|
|
395
427
|
(function (ResourceCollectionType) {
|
|
396
428
|
ResourceCollectionType["AWS_CLOUD_FORMATION"] = "AWS_CLOUD_FORMATION";
|
|
397
429
|
ResourceCollectionType["AWS_SERVICE"] = "AWS_SERVICE";
|
|
430
|
+
ResourceCollectionType["AWS_TAGS"] = "AWS_TAGS";
|
|
398
431
|
})(ResourceCollectionType = exports.ResourceCollectionType || (exports.ResourceCollectionType = {}));
|
|
399
432
|
var DescribeResourceCollectionHealthRequest;
|
|
400
433
|
(function (DescribeResourceCollectionHealthRequest) {
|
|
@@ -460,6 +493,12 @@ var CloudFormationCostEstimationResourceCollectionFilter;
|
|
|
460
493
|
...obj,
|
|
461
494
|
});
|
|
462
495
|
})(CloudFormationCostEstimationResourceCollectionFilter = exports.CloudFormationCostEstimationResourceCollectionFilter || (exports.CloudFormationCostEstimationResourceCollectionFilter = {}));
|
|
496
|
+
var TagCostEstimationResourceCollectionFilter;
|
|
497
|
+
(function (TagCostEstimationResourceCollectionFilter) {
|
|
498
|
+
TagCostEstimationResourceCollectionFilter.filterSensitiveLog = (obj) => ({
|
|
499
|
+
...obj,
|
|
500
|
+
});
|
|
501
|
+
})(TagCostEstimationResourceCollectionFilter = exports.TagCostEstimationResourceCollectionFilter || (exports.TagCostEstimationResourceCollectionFilter = {}));
|
|
463
502
|
var CostEstimationResourceCollectionFilter;
|
|
464
503
|
(function (CostEstimationResourceCollectionFilter) {
|
|
465
504
|
CostEstimationResourceCollectionFilter.filterSensitiveLog = (obj) => ({
|
|
@@ -495,6 +534,12 @@ var CloudFormationCollectionFilter;
|
|
|
495
534
|
...obj,
|
|
496
535
|
});
|
|
497
536
|
})(CloudFormationCollectionFilter = exports.CloudFormationCollectionFilter || (exports.CloudFormationCollectionFilter = {}));
|
|
537
|
+
var TagCollectionFilter;
|
|
538
|
+
(function (TagCollectionFilter) {
|
|
539
|
+
TagCollectionFilter.filterSensitiveLog = (obj) => ({
|
|
540
|
+
...obj,
|
|
541
|
+
});
|
|
542
|
+
})(TagCollectionFilter = exports.TagCollectionFilter || (exports.TagCollectionFilter = {}));
|
|
498
543
|
var ResourceCollectionFilter;
|
|
499
544
|
(function (ResourceCollectionFilter) {
|
|
500
545
|
ResourceCollectionFilter.filterSensitiveLog = (obj) => ({
|
|
@@ -844,6 +889,12 @@ var UpdateCloudFormationCollectionFilter;
|
|
|
844
889
|
...obj,
|
|
845
890
|
});
|
|
846
891
|
})(UpdateCloudFormationCollectionFilter = exports.UpdateCloudFormationCollectionFilter || (exports.UpdateCloudFormationCollectionFilter = {}));
|
|
892
|
+
var UpdateTagCollectionFilter;
|
|
893
|
+
(function (UpdateTagCollectionFilter) {
|
|
894
|
+
UpdateTagCollectionFilter.filterSensitiveLog = (obj) => ({
|
|
895
|
+
...obj,
|
|
896
|
+
});
|
|
897
|
+
})(UpdateTagCollectionFilter = exports.UpdateTagCollectionFilter || (exports.UpdateTagCollectionFilter = {}));
|
|
847
898
|
var UpdateResourceCollectionFilter;
|
|
848
899
|
(function (UpdateResourceCollectionFilter) {
|
|
849
900
|
UpdateResourceCollectionFilter.filterSensitiveLog = (obj) => ({
|