@aws-sdk/client-devops-guru 3.40.0 → 3.44.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.
Files changed (80) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/README.md +14 -16
  3. package/dist-cjs/DevOpsGuru.js +75 -0
  4. package/dist-cjs/commands/DescribeOrganizationHealthCommand.js +36 -0
  5. package/dist-cjs/commands/DescribeOrganizationOverviewCommand.js +36 -0
  6. package/dist-cjs/commands/DescribeOrganizationResourceCollectionHealthCommand.js +36 -0
  7. package/dist-cjs/commands/ListOrganizationInsightsCommand.js +36 -0
  8. package/dist-cjs/commands/SearchOrganizationInsightsCommand.js +36 -0
  9. package/dist-cjs/commands/index.js +5 -0
  10. package/dist-cjs/endpoints.js +8 -0
  11. package/dist-cjs/models/models_0.js +219 -12
  12. package/dist-cjs/pagination/DescribeOrganizationResourceCollectionHealthPaginator.js +34 -0
  13. package/dist-cjs/pagination/ListOrganizationInsightsPaginator.js +35 -0
  14. package/dist-cjs/pagination/SearchOrganizationInsightsPaginator.js +35 -0
  15. package/dist-cjs/pagination/index.js +3 -0
  16. package/dist-cjs/protocols/Aws_restJson1.js +1335 -208
  17. package/dist-es/DevOpsGuru.js +75 -0
  18. package/dist-es/commands/DescribeOrganizationHealthCommand.js +39 -0
  19. package/dist-es/commands/DescribeOrganizationOverviewCommand.js +39 -0
  20. package/dist-es/commands/DescribeOrganizationResourceCollectionHealthCommand.js +39 -0
  21. package/dist-es/commands/ListOrganizationInsightsCommand.js +39 -0
  22. package/dist-es/commands/SearchOrganizationInsightsCommand.js +39 -0
  23. package/dist-es/commands/index.js +5 -0
  24. package/dist-es/endpoints.js +8 -0
  25. package/dist-es/models/models_0.js +153 -9
  26. package/dist-es/pagination/DescribeOrganizationResourceCollectionHealthPaginator.js +73 -0
  27. package/dist-es/pagination/ListOrganizationInsightsPaginator.js +74 -0
  28. package/dist-es/pagination/SearchOrganizationInsightsPaginator.js +74 -0
  29. package/dist-es/pagination/index.js +3 -0
  30. package/dist-es/protocols/Aws_restJson1.js +1280 -111
  31. package/dist-types/DevOpsGuru.d.ts +117 -92
  32. package/dist-types/DevOpsGuruClient.d.ts +19 -16
  33. package/dist-types/commands/AddNotificationChannelCommand.d.ts +5 -7
  34. package/dist-types/commands/DescribeAccountHealthCommand.d.ts +4 -5
  35. package/dist-types/commands/DescribeAccountOverviewCommand.d.ts +4 -5
  36. package/dist-types/commands/DescribeAnomalyCommand.d.ts +2 -4
  37. package/dist-types/commands/DescribeFeedbackCommand.d.ts +2 -3
  38. package/dist-types/commands/DescribeInsightCommand.d.ts +2 -4
  39. package/dist-types/commands/DescribeOrganizationHealthCommand.d.ts +36 -0
  40. package/dist-types/commands/DescribeOrganizationOverviewCommand.d.ts +36 -0
  41. package/dist-types/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +37 -0
  42. package/dist-types/commands/DescribeResourceCollectionHealthCommand.d.ts +6 -6
  43. package/dist-types/commands/DescribeServiceIntegrationCommand.d.ts +3 -5
  44. package/dist-types/commands/GetCostEstimationCommand.d.ts +2 -2
  45. package/dist-types/commands/GetResourceCollectionCommand.d.ts +5 -5
  46. package/dist-types/commands/ListAnomaliesForInsightCommand.d.ts +3 -4
  47. package/dist-types/commands/ListEventsCommand.d.ts +3 -4
  48. package/dist-types/commands/ListInsightsCommand.d.ts +4 -5
  49. package/dist-types/commands/ListNotificationChannelsCommand.d.ts +5 -6
  50. package/dist-types/commands/ListOrganizationInsightsCommand.d.ts +35 -0
  51. package/dist-types/commands/ListRecommendationsCommand.d.ts +3 -4
  52. package/dist-types/commands/PutFeedbackCommand.d.ts +2 -4
  53. package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +4 -5
  54. package/dist-types/commands/SearchInsightsCommand.d.ts +9 -10
  55. package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +42 -0
  56. package/dist-types/commands/StartCostEstimationCommand.d.ts +3 -2
  57. package/dist-types/commands/UpdateResourceCollectionCommand.d.ts +5 -4
  58. package/dist-types/commands/UpdateServiceIntegrationCommand.d.ts +4 -5
  59. package/dist-types/commands/index.d.ts +5 -0
  60. package/dist-types/models/models_0.d.ts +2040 -885
  61. package/dist-types/pagination/DescribeOrganizationResourceCollectionHealthPaginator.d.ts +4 -0
  62. package/dist-types/pagination/ListOrganizationInsightsPaginator.d.ts +4 -0
  63. package/dist-types/pagination/SearchOrganizationInsightsPaginator.d.ts +4 -0
  64. package/dist-types/pagination/index.d.ts +3 -0
  65. package/dist-types/protocols/Aws_restJson1.d.ts +15 -0
  66. package/dist-types/ts3.4/DevOpsGuru.d.ts +25 -0
  67. package/dist-types/ts3.4/DevOpsGuruClient.d.ts +7 -2
  68. package/dist-types/ts3.4/commands/DescribeOrganizationHealthCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/DescribeOrganizationOverviewCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/ListOrganizationInsightsCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/SearchOrganizationInsightsCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  74. package/dist-types/ts3.4/models/models_0.d.ts +486 -6
  75. package/dist-types/ts3.4/pagination/DescribeOrganizationResourceCollectionHealthPaginator.d.ts +4 -0
  76. package/dist-types/ts3.4/pagination/ListOrganizationInsightsPaginator.d.ts +4 -0
  77. package/dist-types/ts3.4/pagination/SearchOrganizationInsightsPaginator.d.ts +4 -0
  78. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  79. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +15 -0
  80. package/package.json +4 -4
@@ -1,14 +1,27 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ServiceHealth = exports.ServiceName = exports.ServiceInsightHealth = exports.CloudFormationHealth = exports.InsightHealth = exports.DescribeResourceCollectionHealthRequest = exports.ResourceCollectionType = exports.DescribeInsightResponse = exports.ReactiveInsight = 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.CloudFormationCollection = exports.PredictionTimeRange = exports.DescribeAnomalyRequest = exports.DescribeAccountOverviewResponse = exports.DescribeAccountOverviewRequest = exports.DescribeAccountHealthResponse = exports.DescribeAccountHealthRequest = exports.AnomalyTimeRange = exports.AnomalyStatus = exports.AnomalySourceDetails = exports.CloudWatchMetricsDetail = exports.CloudWatchMetricsStat = exports.CloudWatchMetricsDimension = exports.AnomalySeverity = exports.AnomalyReportedTimeRange = exports.ValidationException = exports.ValidationExceptionReason = exports.ValidationExceptionField = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.AddNotificationChannelResponse = exports.AddNotificationChannelRequest = exports.NotificationChannelConfig = exports.SnsChannelConfig = exports.AccessDeniedException = void 0;
4
- exports.RecommendationRelatedAnomalySourceDetail = exports.RecommendationRelatedCloudWatchMetricsSourceDetail = exports.RecommendationRelatedAnomalyResource = exports.ListRecommendationsRequest = exports.Locale = 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 = 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.CloudFormationCollectionFilter = exports.GetResourceCollectionRequest = exports.GetCostEstimationResponse = exports.CostEstimationTimeRange = exports.CostEstimationStatus = exports.CostEstimationResourceCollectionFilter = exports.CloudFormationCostEstimationResourceCollectionFilter = exports.ServiceResourceCost = exports.CostEstimationServiceResourceState = exports.GetCostEstimationRequest = exports.DescribeServiceIntegrationResponse = exports.ServiceIntegrationConfig = exports.OpsCenterIntegration = exports.OptInStatus = exports.DescribeServiceIntegrationRequest = exports.DescribeResourceCollectionHealthResponse = void 0;
5
- exports.UpdateServiceIntegrationResponse = exports.UpdateServiceIntegrationRequest = exports.UpdateServiceIntegrationConfig = exports.OpsCenterIntegrationConfig = exports.UpdateResourceCollectionResponse = exports.UpdateResourceCollectionRequest = exports.UpdateResourceCollectionFilter = exports.UpdateCloudFormationCollectionFilter = exports.UpdateResourceCollectionAction = exports.StartCostEstimationResponse = exports.StartCostEstimationRequest = exports.SearchInsightsResponse = exports.SearchInsightsRequest = exports.SearchInsightsFilters = exports.RemoveNotificationChannelResponse = exports.RemoveNotificationChannelRequest = exports.PutFeedbackResponse = exports.PutFeedbackRequest = exports.ListRecommendationsResponse = exports.Recommendation = exports.RecommendationRelatedEvent = exports.RecommendationRelatedEventResource = exports.RecommendationRelatedAnomaly = void 0;
3
+ 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.ValidationException = exports.ValidationExceptionReason = exports.ValidationExceptionField = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.AddNotificationChannelResponse = exports.AddNotificationChannelRequest = exports.NotificationChannelConfig = exports.SnsChannelConfig = exports.AccountHealth = exports.AccountInsightHealth = exports.AccessDeniedException = void 0;
4
+ 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.TagHealth = exports.DescribeResourceCollectionHealthRequest = exports.ResourceCollectionType = exports.DescribeOrganizationResourceCollectionHealthResponse = 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 = exports.ProactiveInsight = exports.InsightStatus = exports.InsightSeverity = exports.InsightTimeRange = exports.DescribeInsightRequest = exports.DescribeFeedbackResponse = exports.InsightFeedback = void 0;
5
+ 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 = exports.ListEventsResponse = exports.Event = exports.EventResource = exports.ListEventsRequest = exports.ListEventsFilters = exports.EventTimeRange = exports.EventClass = void 0;
6
+ exports.UpdateServiceIntegrationResponse = exports.UpdateServiceIntegrationRequest = exports.UpdateServiceIntegrationConfig = exports.OpsCenterIntegrationConfig = exports.UpdateResourceCollectionResponse = exports.UpdateResourceCollectionRequest = exports.UpdateResourceCollectionFilter = void 0;
6
7
  var AccessDeniedException;
7
8
  (function (AccessDeniedException) {
8
9
  AccessDeniedException.filterSensitiveLog = (obj) => ({
9
10
  ...obj,
10
11
  });
11
12
  })(AccessDeniedException = exports.AccessDeniedException || (exports.AccessDeniedException = {}));
13
+ var AccountInsightHealth;
14
+ (function (AccountInsightHealth) {
15
+ AccountInsightHealth.filterSensitiveLog = (obj) => ({
16
+ ...obj,
17
+ });
18
+ })(AccountInsightHealth = exports.AccountInsightHealth || (exports.AccountInsightHealth = {}));
19
+ var AccountHealth;
20
+ (function (AccountHealth) {
21
+ AccountHealth.filterSensitiveLog = (obj) => ({
22
+ ...obj,
23
+ });
24
+ })(AccountHealth = exports.AccountHealth || (exports.AccountHealth = {}));
12
25
  var SnsChannelConfig;
13
26
  (function (SnsChannelConfig) {
14
27
  SnsChannelConfig.filterSensitiveLog = (obj) => ({
@@ -73,7 +86,9 @@ var ValidationExceptionReason;
73
86
  (function (ValidationExceptionReason) {
74
87
  ValidationExceptionReason["CANNOT_PARSE"] = "CANNOT_PARSE";
75
88
  ValidationExceptionReason["FIELD_VALIDATION_FAILED"] = "FIELD_VALIDATION_FAILED";
89
+ ValidationExceptionReason["INVALID_PARAMETER_COMBINATION"] = "INVALID_PARAMETER_COMBINATION";
76
90
  ValidationExceptionReason["OTHER"] = "OTHER";
91
+ ValidationExceptionReason["PARAMETER_INCONSISTENT_WITH_SERVICE_STATE"] = "PARAMETER_INCONSISTENT_WITH_SERVICE_STATE";
77
92
  ValidationExceptionReason["UNKNOWN_OPERATION"] = "UNKNOWN_OPERATION";
78
93
  })(ValidationExceptionReason = exports.ValidationExceptionReason || (exports.ValidationExceptionReason = {}));
79
94
  var ValidationException;
@@ -88,6 +103,12 @@ var AnomalyReportedTimeRange;
88
103
  ...obj,
89
104
  });
90
105
  })(AnomalyReportedTimeRange = exports.AnomalyReportedTimeRange || (exports.AnomalyReportedTimeRange = {}));
106
+ var AnomalyResource;
107
+ (function (AnomalyResource) {
108
+ AnomalyResource.filterSensitiveLog = (obj) => ({
109
+ ...obj,
110
+ });
111
+ })(AnomalyResource = exports.AnomalyResource || (exports.AnomalyResource = {}));
91
112
  var AnomalySeverity;
92
113
  (function (AnomalySeverity) {
93
114
  AnomalySeverity["HIGH"] = "HIGH";
@@ -100,6 +121,24 @@ var CloudWatchMetricsDimension;
100
121
  ...obj,
101
122
  });
102
123
  })(CloudWatchMetricsDimension = exports.CloudWatchMetricsDimension || (exports.CloudWatchMetricsDimension = {}));
124
+ var CloudWatchMetricDataStatusCode;
125
+ (function (CloudWatchMetricDataStatusCode) {
126
+ CloudWatchMetricDataStatusCode["COMPLETE"] = "Complete";
127
+ CloudWatchMetricDataStatusCode["INTERNAL_ERROR"] = "InternalError";
128
+ CloudWatchMetricDataStatusCode["PARTIAL_DATA"] = "PartialData";
129
+ })(CloudWatchMetricDataStatusCode = exports.CloudWatchMetricDataStatusCode || (exports.CloudWatchMetricDataStatusCode = {}));
130
+ var TimestampMetricValuePair;
131
+ (function (TimestampMetricValuePair) {
132
+ TimestampMetricValuePair.filterSensitiveLog = (obj) => ({
133
+ ...obj,
134
+ });
135
+ })(TimestampMetricValuePair = exports.TimestampMetricValuePair || (exports.TimestampMetricValuePair = {}));
136
+ var CloudWatchMetricsDataSummary;
137
+ (function (CloudWatchMetricsDataSummary) {
138
+ CloudWatchMetricsDataSummary.filterSensitiveLog = (obj) => ({
139
+ ...obj,
140
+ });
141
+ })(CloudWatchMetricsDataSummary = exports.CloudWatchMetricsDataSummary || (exports.CloudWatchMetricsDataSummary = {}));
103
142
  var CloudWatchMetricsStat;
104
143
  (function (CloudWatchMetricsStat) {
105
144
  CloudWatchMetricsStat["AVERAGE"] = "Average";
@@ -117,6 +156,54 @@ var CloudWatchMetricsDetail;
117
156
  ...obj,
118
157
  });
119
158
  })(CloudWatchMetricsDetail = exports.CloudWatchMetricsDetail || (exports.CloudWatchMetricsDetail = {}));
159
+ var PerformanceInsightsMetricDimensionGroup;
160
+ (function (PerformanceInsightsMetricDimensionGroup) {
161
+ PerformanceInsightsMetricDimensionGroup.filterSensitiveLog = (obj) => ({
162
+ ...obj,
163
+ });
164
+ })(PerformanceInsightsMetricDimensionGroup = exports.PerformanceInsightsMetricDimensionGroup || (exports.PerformanceInsightsMetricDimensionGroup = {}));
165
+ var PerformanceInsightsMetricQuery;
166
+ (function (PerformanceInsightsMetricQuery) {
167
+ PerformanceInsightsMetricQuery.filterSensitiveLog = (obj) => ({
168
+ ...obj,
169
+ });
170
+ })(PerformanceInsightsMetricQuery = exports.PerformanceInsightsMetricQuery || (exports.PerformanceInsightsMetricQuery = {}));
171
+ var PerformanceInsightsReferenceMetric;
172
+ (function (PerformanceInsightsReferenceMetric) {
173
+ PerformanceInsightsReferenceMetric.filterSensitiveLog = (obj) => ({
174
+ ...obj,
175
+ });
176
+ })(PerformanceInsightsReferenceMetric = exports.PerformanceInsightsReferenceMetric || (exports.PerformanceInsightsReferenceMetric = {}));
177
+ var PerformanceInsightsReferenceScalar;
178
+ (function (PerformanceInsightsReferenceScalar) {
179
+ PerformanceInsightsReferenceScalar.filterSensitiveLog = (obj) => ({
180
+ ...obj,
181
+ });
182
+ })(PerformanceInsightsReferenceScalar = exports.PerformanceInsightsReferenceScalar || (exports.PerformanceInsightsReferenceScalar = {}));
183
+ var PerformanceInsightsReferenceComparisonValues;
184
+ (function (PerformanceInsightsReferenceComparisonValues) {
185
+ PerformanceInsightsReferenceComparisonValues.filterSensitiveLog = (obj) => ({
186
+ ...obj,
187
+ });
188
+ })(PerformanceInsightsReferenceComparisonValues = exports.PerformanceInsightsReferenceComparisonValues || (exports.PerformanceInsightsReferenceComparisonValues = {}));
189
+ var PerformanceInsightsReferenceData;
190
+ (function (PerformanceInsightsReferenceData) {
191
+ PerformanceInsightsReferenceData.filterSensitiveLog = (obj) => ({
192
+ ...obj,
193
+ });
194
+ })(PerformanceInsightsReferenceData = exports.PerformanceInsightsReferenceData || (exports.PerformanceInsightsReferenceData = {}));
195
+ var PerformanceInsightsStat;
196
+ (function (PerformanceInsightsStat) {
197
+ PerformanceInsightsStat.filterSensitiveLog = (obj) => ({
198
+ ...obj,
199
+ });
200
+ })(PerformanceInsightsStat = exports.PerformanceInsightsStat || (exports.PerformanceInsightsStat = {}));
201
+ var PerformanceInsightsMetricsDetail;
202
+ (function (PerformanceInsightsMetricsDetail) {
203
+ PerformanceInsightsMetricsDetail.filterSensitiveLog = (obj) => ({
204
+ ...obj,
205
+ });
206
+ })(PerformanceInsightsMetricsDetail = exports.PerformanceInsightsMetricsDetail || (exports.PerformanceInsightsMetricsDetail = {}));
120
207
  var AnomalySourceDetails;
121
208
  (function (AnomalySourceDetails) {
122
209
  AnomalySourceDetails.filterSensitiveLog = (obj) => ({
@@ -134,6 +221,11 @@ var AnomalyTimeRange;
134
221
  ...obj,
135
222
  });
136
223
  })(AnomalyTimeRange = exports.AnomalyTimeRange || (exports.AnomalyTimeRange = {}));
224
+ var AnomalyType;
225
+ (function (AnomalyType) {
226
+ AnomalyType["CAUSAL"] = "CAUSAL";
227
+ AnomalyType["CONTEXTUAL"] = "CONTEXTUAL";
228
+ })(AnomalyType = exports.AnomalyType || (exports.AnomalyType = {}));
137
229
  var DescribeAccountHealthRequest;
138
230
  (function (DescribeAccountHealthRequest) {
139
231
  DescribeAccountHealthRequest.filterSensitiveLog = (obj) => ({
@@ -176,6 +268,12 @@ var CloudFormationCollection;
176
268
  ...obj,
177
269
  });
178
270
  })(CloudFormationCollection = exports.CloudFormationCollection || (exports.CloudFormationCollection = {}));
271
+ var TagCollection;
272
+ (function (TagCollection) {
273
+ TagCollection.filterSensitiveLog = (obj) => ({
274
+ ...obj,
275
+ });
276
+ })(TagCollection = exports.TagCollection || (exports.TagCollection = {}));
179
277
  var ResourceCollection;
180
278
  (function (ResourceCollection) {
181
279
  ResourceCollection.filterSensitiveLog = (obj) => ({
@@ -267,17 +365,42 @@ var DescribeInsightResponse;
267
365
  ...obj,
268
366
  });
269
367
  })(DescribeInsightResponse = exports.DescribeInsightResponse || (exports.DescribeInsightResponse = {}));
270
- var ResourceCollectionType;
271
- (function (ResourceCollectionType) {
272
- ResourceCollectionType["AWS_CLOUD_FORMATION"] = "AWS_CLOUD_FORMATION";
273
- ResourceCollectionType["AWS_SERVICE"] = "AWS_SERVICE";
274
- })(ResourceCollectionType = exports.ResourceCollectionType || (exports.ResourceCollectionType = {}));
275
- var DescribeResourceCollectionHealthRequest;
276
- (function (DescribeResourceCollectionHealthRequest) {
277
- DescribeResourceCollectionHealthRequest.filterSensitiveLog = (obj) => ({
368
+ var DescribeOrganizationHealthRequest;
369
+ (function (DescribeOrganizationHealthRequest) {
370
+ DescribeOrganizationHealthRequest.filterSensitiveLog = (obj) => ({
278
371
  ...obj,
279
372
  });
280
- })(DescribeResourceCollectionHealthRequest = exports.DescribeResourceCollectionHealthRequest || (exports.DescribeResourceCollectionHealthRequest = {}));
373
+ })(DescribeOrganizationHealthRequest = exports.DescribeOrganizationHealthRequest || (exports.DescribeOrganizationHealthRequest = {}));
374
+ var DescribeOrganizationHealthResponse;
375
+ (function (DescribeOrganizationHealthResponse) {
376
+ DescribeOrganizationHealthResponse.filterSensitiveLog = (obj) => ({
377
+ ...obj,
378
+ });
379
+ })(DescribeOrganizationHealthResponse = exports.DescribeOrganizationHealthResponse || (exports.DescribeOrganizationHealthResponse = {}));
380
+ var DescribeOrganizationOverviewRequest;
381
+ (function (DescribeOrganizationOverviewRequest) {
382
+ DescribeOrganizationOverviewRequest.filterSensitiveLog = (obj) => ({
383
+ ...obj,
384
+ });
385
+ })(DescribeOrganizationOverviewRequest = exports.DescribeOrganizationOverviewRequest || (exports.DescribeOrganizationOverviewRequest = {}));
386
+ var DescribeOrganizationOverviewResponse;
387
+ (function (DescribeOrganizationOverviewResponse) {
388
+ DescribeOrganizationOverviewResponse.filterSensitiveLog = (obj) => ({
389
+ ...obj,
390
+ });
391
+ })(DescribeOrganizationOverviewResponse = exports.DescribeOrganizationOverviewResponse || (exports.DescribeOrganizationOverviewResponse = {}));
392
+ var OrganizationResourceCollectionType;
393
+ (function (OrganizationResourceCollectionType) {
394
+ OrganizationResourceCollectionType["AWS_ACCOUNT"] = "AWS_ACCOUNT";
395
+ OrganizationResourceCollectionType["AWS_CLOUD_FORMATION"] = "AWS_CLOUD_FORMATION";
396
+ OrganizationResourceCollectionType["AWS_SERVICE"] = "AWS_SERVICE";
397
+ })(OrganizationResourceCollectionType = exports.OrganizationResourceCollectionType || (exports.OrganizationResourceCollectionType = {}));
398
+ var DescribeOrganizationResourceCollectionHealthRequest;
399
+ (function (DescribeOrganizationResourceCollectionHealthRequest) {
400
+ DescribeOrganizationResourceCollectionHealthRequest.filterSensitiveLog = (obj) => ({
401
+ ...obj,
402
+ });
403
+ })(DescribeOrganizationResourceCollectionHealthRequest = exports.DescribeOrganizationResourceCollectionHealthRequest || (exports.DescribeOrganizationResourceCollectionHealthRequest = {}));
281
404
  var InsightHealth;
282
405
  (function (InsightHealth) {
283
406
  InsightHealth.filterSensitiveLog = (obj) => ({
@@ -330,6 +453,30 @@ var ServiceHealth;
330
453
  ...obj,
331
454
  });
332
455
  })(ServiceHealth = exports.ServiceHealth || (exports.ServiceHealth = {}));
456
+ var DescribeOrganizationResourceCollectionHealthResponse;
457
+ (function (DescribeOrganizationResourceCollectionHealthResponse) {
458
+ DescribeOrganizationResourceCollectionHealthResponse.filterSensitiveLog = (obj) => ({
459
+ ...obj,
460
+ });
461
+ })(DescribeOrganizationResourceCollectionHealthResponse = exports.DescribeOrganizationResourceCollectionHealthResponse || (exports.DescribeOrganizationResourceCollectionHealthResponse = {}));
462
+ var ResourceCollectionType;
463
+ (function (ResourceCollectionType) {
464
+ ResourceCollectionType["AWS_CLOUD_FORMATION"] = "AWS_CLOUD_FORMATION";
465
+ ResourceCollectionType["AWS_SERVICE"] = "AWS_SERVICE";
466
+ ResourceCollectionType["AWS_TAGS"] = "AWS_TAGS";
467
+ })(ResourceCollectionType = exports.ResourceCollectionType || (exports.ResourceCollectionType = {}));
468
+ var DescribeResourceCollectionHealthRequest;
469
+ (function (DescribeResourceCollectionHealthRequest) {
470
+ DescribeResourceCollectionHealthRequest.filterSensitiveLog = (obj) => ({
471
+ ...obj,
472
+ });
473
+ })(DescribeResourceCollectionHealthRequest = exports.DescribeResourceCollectionHealthRequest || (exports.DescribeResourceCollectionHealthRequest = {}));
474
+ var TagHealth;
475
+ (function (TagHealth) {
476
+ TagHealth.filterSensitiveLog = (obj) => ({
477
+ ...obj,
478
+ });
479
+ })(TagHealth = exports.TagHealth || (exports.TagHealth = {}));
333
480
  var DescribeResourceCollectionHealthResponse;
334
481
  (function (DescribeResourceCollectionHealthResponse) {
335
482
  DescribeResourceCollectionHealthResponse.filterSensitiveLog = (obj) => ({
@@ -388,6 +535,12 @@ var CloudFormationCostEstimationResourceCollectionFilter;
388
535
  ...obj,
389
536
  });
390
537
  })(CloudFormationCostEstimationResourceCollectionFilter = exports.CloudFormationCostEstimationResourceCollectionFilter || (exports.CloudFormationCostEstimationResourceCollectionFilter = {}));
538
+ var TagCostEstimationResourceCollectionFilter;
539
+ (function (TagCostEstimationResourceCollectionFilter) {
540
+ TagCostEstimationResourceCollectionFilter.filterSensitiveLog = (obj) => ({
541
+ ...obj,
542
+ });
543
+ })(TagCostEstimationResourceCollectionFilter = exports.TagCostEstimationResourceCollectionFilter || (exports.TagCostEstimationResourceCollectionFilter = {}));
391
544
  var CostEstimationResourceCollectionFilter;
392
545
  (function (CostEstimationResourceCollectionFilter) {
393
546
  CostEstimationResourceCollectionFilter.filterSensitiveLog = (obj) => ({
@@ -423,6 +576,12 @@ var CloudFormationCollectionFilter;
423
576
  ...obj,
424
577
  });
425
578
  })(CloudFormationCollectionFilter = exports.CloudFormationCollectionFilter || (exports.CloudFormationCollectionFilter = {}));
579
+ var TagCollectionFilter;
580
+ (function (TagCollectionFilter) {
581
+ TagCollectionFilter.filterSensitiveLog = (obj) => ({
582
+ ...obj,
583
+ });
584
+ })(TagCollectionFilter = exports.TagCollectionFilter || (exports.TagCollectionFilter = {}));
426
585
  var ResourceCollectionFilter;
427
586
  (function (ResourceCollectionFilter) {
428
587
  ResourceCollectionFilter.filterSensitiveLog = (obj) => ({
@@ -597,6 +756,30 @@ var ListNotificationChannelsResponse;
597
756
  ...obj,
598
757
  });
599
758
  })(ListNotificationChannelsResponse = exports.ListNotificationChannelsResponse || (exports.ListNotificationChannelsResponse = {}));
759
+ var ListOrganizationInsightsRequest;
760
+ (function (ListOrganizationInsightsRequest) {
761
+ ListOrganizationInsightsRequest.filterSensitiveLog = (obj) => ({
762
+ ...obj,
763
+ });
764
+ })(ListOrganizationInsightsRequest = exports.ListOrganizationInsightsRequest || (exports.ListOrganizationInsightsRequest = {}));
765
+ var ProactiveOrganizationInsightSummary;
766
+ (function (ProactiveOrganizationInsightSummary) {
767
+ ProactiveOrganizationInsightSummary.filterSensitiveLog = (obj) => ({
768
+ ...obj,
769
+ });
770
+ })(ProactiveOrganizationInsightSummary = exports.ProactiveOrganizationInsightSummary || (exports.ProactiveOrganizationInsightSummary = {}));
771
+ var ReactiveOrganizationInsightSummary;
772
+ (function (ReactiveOrganizationInsightSummary) {
773
+ ReactiveOrganizationInsightSummary.filterSensitiveLog = (obj) => ({
774
+ ...obj,
775
+ });
776
+ })(ReactiveOrganizationInsightSummary = exports.ReactiveOrganizationInsightSummary || (exports.ReactiveOrganizationInsightSummary = {}));
777
+ var ListOrganizationInsightsResponse;
778
+ (function (ListOrganizationInsightsResponse) {
779
+ ListOrganizationInsightsResponse.filterSensitiveLog = (obj) => ({
780
+ ...obj,
781
+ });
782
+ })(ListOrganizationInsightsResponse = exports.ListOrganizationInsightsResponse || (exports.ListOrganizationInsightsResponse = {}));
600
783
  var Locale;
601
784
  (function (Locale) {
602
785
  Locale["DE_DE"] = "DE_DE";
@@ -707,6 +890,24 @@ var SearchInsightsResponse;
707
890
  ...obj,
708
891
  });
709
892
  })(SearchInsightsResponse = exports.SearchInsightsResponse || (exports.SearchInsightsResponse = {}));
893
+ var SearchOrganizationInsightsFilters;
894
+ (function (SearchOrganizationInsightsFilters) {
895
+ SearchOrganizationInsightsFilters.filterSensitiveLog = (obj) => ({
896
+ ...obj,
897
+ });
898
+ })(SearchOrganizationInsightsFilters = exports.SearchOrganizationInsightsFilters || (exports.SearchOrganizationInsightsFilters = {}));
899
+ var SearchOrganizationInsightsRequest;
900
+ (function (SearchOrganizationInsightsRequest) {
901
+ SearchOrganizationInsightsRequest.filterSensitiveLog = (obj) => ({
902
+ ...obj,
903
+ });
904
+ })(SearchOrganizationInsightsRequest = exports.SearchOrganizationInsightsRequest || (exports.SearchOrganizationInsightsRequest = {}));
905
+ var SearchOrganizationInsightsResponse;
906
+ (function (SearchOrganizationInsightsResponse) {
907
+ SearchOrganizationInsightsResponse.filterSensitiveLog = (obj) => ({
908
+ ...obj,
909
+ });
910
+ })(SearchOrganizationInsightsResponse = exports.SearchOrganizationInsightsResponse || (exports.SearchOrganizationInsightsResponse = {}));
710
911
  var StartCostEstimationRequest;
711
912
  (function (StartCostEstimationRequest) {
712
913
  StartCostEstimationRequest.filterSensitiveLog = (obj) => ({
@@ -730,6 +931,12 @@ var UpdateCloudFormationCollectionFilter;
730
931
  ...obj,
731
932
  });
732
933
  })(UpdateCloudFormationCollectionFilter = exports.UpdateCloudFormationCollectionFilter || (exports.UpdateCloudFormationCollectionFilter = {}));
934
+ var UpdateTagCollectionFilter;
935
+ (function (UpdateTagCollectionFilter) {
936
+ UpdateTagCollectionFilter.filterSensitiveLog = (obj) => ({
937
+ ...obj,
938
+ });
939
+ })(UpdateTagCollectionFilter = exports.UpdateTagCollectionFilter || (exports.UpdateTagCollectionFilter = {}));
733
940
  var UpdateResourceCollectionFilter;
734
941
  (function (UpdateResourceCollectionFilter) {
735
942
  UpdateResourceCollectionFilter.filterSensitiveLog = (obj) => ({
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.paginateDescribeOrganizationResourceCollectionHealth = void 0;
4
+ const DescribeOrganizationResourceCollectionHealthCommand_1 = require("../commands/DescribeOrganizationResourceCollectionHealthCommand");
5
+ const DevOpsGuru_1 = require("../DevOpsGuru");
6
+ const DevOpsGuruClient_1 = require("../DevOpsGuruClient");
7
+ const makePagedClientRequest = async (client, input, ...args) => {
8
+ return await client.send(new DescribeOrganizationResourceCollectionHealthCommand_1.DescribeOrganizationResourceCollectionHealthCommand(input), ...args);
9
+ };
10
+ const makePagedRequest = async (client, input, ...args) => {
11
+ return await client.describeOrganizationResourceCollectionHealth(input, ...args);
12
+ };
13
+ async function* paginateDescribeOrganizationResourceCollectionHealth(config, input, ...additionalArguments) {
14
+ let token = config.startingToken || undefined;
15
+ let hasNext = true;
16
+ let page;
17
+ while (hasNext) {
18
+ input.NextToken = token;
19
+ if (config.client instanceof DevOpsGuru_1.DevOpsGuru) {
20
+ page = await makePagedRequest(config.client, input, ...additionalArguments);
21
+ }
22
+ else if (config.client instanceof DevOpsGuruClient_1.DevOpsGuruClient) {
23
+ page = await makePagedClientRequest(config.client, input, ...additionalArguments);
24
+ }
25
+ else {
26
+ throw new Error("Invalid client, expected DevOpsGuru | DevOpsGuruClient");
27
+ }
28
+ yield page;
29
+ token = page.NextToken;
30
+ hasNext = !!token;
31
+ }
32
+ return undefined;
33
+ }
34
+ exports.paginateDescribeOrganizationResourceCollectionHealth = paginateDescribeOrganizationResourceCollectionHealth;
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.paginateListOrganizationInsights = void 0;
4
+ const ListOrganizationInsightsCommand_1 = require("../commands/ListOrganizationInsightsCommand");
5
+ const DevOpsGuru_1 = require("../DevOpsGuru");
6
+ const DevOpsGuruClient_1 = require("../DevOpsGuruClient");
7
+ const makePagedClientRequest = async (client, input, ...args) => {
8
+ return await client.send(new ListOrganizationInsightsCommand_1.ListOrganizationInsightsCommand(input), ...args);
9
+ };
10
+ const makePagedRequest = async (client, input, ...args) => {
11
+ return await client.listOrganizationInsights(input, ...args);
12
+ };
13
+ async function* paginateListOrganizationInsights(config, input, ...additionalArguments) {
14
+ let token = config.startingToken || undefined;
15
+ let hasNext = true;
16
+ let page;
17
+ while (hasNext) {
18
+ input.NextToken = token;
19
+ input["MaxResults"] = config.pageSize;
20
+ if (config.client instanceof DevOpsGuru_1.DevOpsGuru) {
21
+ page = await makePagedRequest(config.client, input, ...additionalArguments);
22
+ }
23
+ else if (config.client instanceof DevOpsGuruClient_1.DevOpsGuruClient) {
24
+ page = await makePagedClientRequest(config.client, input, ...additionalArguments);
25
+ }
26
+ else {
27
+ throw new Error("Invalid client, expected DevOpsGuru | DevOpsGuruClient");
28
+ }
29
+ yield page;
30
+ token = page.NextToken;
31
+ hasNext = !!token;
32
+ }
33
+ return undefined;
34
+ }
35
+ exports.paginateListOrganizationInsights = paginateListOrganizationInsights;
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.paginateSearchOrganizationInsights = void 0;
4
+ const SearchOrganizationInsightsCommand_1 = require("../commands/SearchOrganizationInsightsCommand");
5
+ const DevOpsGuru_1 = require("../DevOpsGuru");
6
+ const DevOpsGuruClient_1 = require("../DevOpsGuruClient");
7
+ const makePagedClientRequest = async (client, input, ...args) => {
8
+ return await client.send(new SearchOrganizationInsightsCommand_1.SearchOrganizationInsightsCommand(input), ...args);
9
+ };
10
+ const makePagedRequest = async (client, input, ...args) => {
11
+ return await client.searchOrganizationInsights(input, ...args);
12
+ };
13
+ async function* paginateSearchOrganizationInsights(config, input, ...additionalArguments) {
14
+ let token = config.startingToken || undefined;
15
+ let hasNext = true;
16
+ let page;
17
+ while (hasNext) {
18
+ input.NextToken = token;
19
+ input["MaxResults"] = config.pageSize;
20
+ if (config.client instanceof DevOpsGuru_1.DevOpsGuru) {
21
+ page = await makePagedRequest(config.client, input, ...additionalArguments);
22
+ }
23
+ else if (config.client instanceof DevOpsGuruClient_1.DevOpsGuruClient) {
24
+ page = await makePagedClientRequest(config.client, input, ...additionalArguments);
25
+ }
26
+ else {
27
+ throw new Error("Invalid client, expected DevOpsGuru | DevOpsGuruClient");
28
+ }
29
+ yield page;
30
+ token = page.NextToken;
31
+ hasNext = !!token;
32
+ }
33
+ return undefined;
34
+ }
35
+ exports.paginateSearchOrganizationInsights = paginateSearchOrganizationInsights;
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./DescribeOrganizationResourceCollectionHealthPaginator"), exports);
4
5
  tslib_1.__exportStar(require("./DescribeResourceCollectionHealthPaginator"), exports);
5
6
  tslib_1.__exportStar(require("./GetCostEstimationPaginator"), exports);
6
7
  tslib_1.__exportStar(require("./GetResourceCollectionPaginator"), exports);
@@ -9,5 +10,7 @@ tslib_1.__exportStar(require("./ListAnomaliesForInsightPaginator"), exports);
9
10
  tslib_1.__exportStar(require("./ListEventsPaginator"), exports);
10
11
  tslib_1.__exportStar(require("./ListInsightsPaginator"), exports);
11
12
  tslib_1.__exportStar(require("./ListNotificationChannelsPaginator"), exports);
13
+ tslib_1.__exportStar(require("./ListOrganizationInsightsPaginator"), exports);
12
14
  tslib_1.__exportStar(require("./ListRecommendationsPaginator"), exports);
13
15
  tslib_1.__exportStar(require("./SearchInsightsPaginator"), exports);
16
+ tslib_1.__exportStar(require("./SearchOrganizationInsightsPaginator"), exports);