@aws-sdk/client-devops-guru 3.41.0 → 3.45.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 +1 -0
  11. package/dist-cjs/models/models_0.js +220 -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 +1339 -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 +1 -0
  25. package/dist-es/models/models_0.js +154 -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 +1284 -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 +4 -6
  34. package/dist-types/commands/DescribeAccountHealthCommand.d.ts +3 -4
  35. package/dist-types/commands/DescribeAccountOverviewCommand.d.ts +3 -4
  36. package/dist-types/commands/DescribeAnomalyCommand.d.ts +1 -3
  37. package/dist-types/commands/DescribeFeedbackCommand.d.ts +1 -2
  38. package/dist-types/commands/DescribeInsightCommand.d.ts +1 -3
  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 +5 -5
  43. package/dist-types/commands/DescribeServiceIntegrationCommand.d.ts +2 -4
  44. package/dist-types/commands/GetCostEstimationCommand.d.ts +1 -1
  45. package/dist-types/commands/GetResourceCollectionCommand.d.ts +4 -4
  46. package/dist-types/commands/ListAnomaliesForInsightCommand.d.ts +2 -3
  47. package/dist-types/commands/ListEventsCommand.d.ts +2 -3
  48. package/dist-types/commands/ListInsightsCommand.d.ts +3 -4
  49. package/dist-types/commands/ListNotificationChannelsCommand.d.ts +4 -5
  50. package/dist-types/commands/ListOrganizationInsightsCommand.d.ts +35 -0
  51. package/dist-types/commands/ListRecommendationsCommand.d.ts +2 -3
  52. package/dist-types/commands/PutFeedbackCommand.d.ts +1 -3
  53. package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +3 -4
  54. package/dist-types/commands/SearchInsightsCommand.d.ts +8 -9
  55. package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +42 -0
  56. package/dist-types/commands/StartCostEstimationCommand.d.ts +2 -1
  57. package/dist-types/commands/UpdateResourceCollectionCommand.d.ts +4 -3
  58. package/dist-types/commands/UpdateServiceIntegrationCommand.d.ts +3 -4
  59. package/dist-types/commands/index.d.ts +5 -0
  60. package/dist-types/models/models_0.d.ts +2078 -886
  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 +490 -7
  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 +5 -5
@@ -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.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 = 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,43 @@ 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["AWS_TAGS"] = "AWS_TAGS";
398
+ })(OrganizationResourceCollectionType = exports.OrganizationResourceCollectionType || (exports.OrganizationResourceCollectionType = {}));
399
+ var DescribeOrganizationResourceCollectionHealthRequest;
400
+ (function (DescribeOrganizationResourceCollectionHealthRequest) {
401
+ DescribeOrganizationResourceCollectionHealthRequest.filterSensitiveLog = (obj) => ({
402
+ ...obj,
403
+ });
404
+ })(DescribeOrganizationResourceCollectionHealthRequest = exports.DescribeOrganizationResourceCollectionHealthRequest || (exports.DescribeOrganizationResourceCollectionHealthRequest = {}));
281
405
  var InsightHealth;
282
406
  (function (InsightHealth) {
283
407
  InsightHealth.filterSensitiveLog = (obj) => ({
@@ -330,6 +454,30 @@ var ServiceHealth;
330
454
  ...obj,
331
455
  });
332
456
  })(ServiceHealth = exports.ServiceHealth || (exports.ServiceHealth = {}));
457
+ var TagHealth;
458
+ (function (TagHealth) {
459
+ TagHealth.filterSensitiveLog = (obj) => ({
460
+ ...obj,
461
+ });
462
+ })(TagHealth = exports.TagHealth || (exports.TagHealth = {}));
463
+ var DescribeOrganizationResourceCollectionHealthResponse;
464
+ (function (DescribeOrganizationResourceCollectionHealthResponse) {
465
+ DescribeOrganizationResourceCollectionHealthResponse.filterSensitiveLog = (obj) => ({
466
+ ...obj,
467
+ });
468
+ })(DescribeOrganizationResourceCollectionHealthResponse = exports.DescribeOrganizationResourceCollectionHealthResponse || (exports.DescribeOrganizationResourceCollectionHealthResponse = {}));
469
+ var ResourceCollectionType;
470
+ (function (ResourceCollectionType) {
471
+ ResourceCollectionType["AWS_CLOUD_FORMATION"] = "AWS_CLOUD_FORMATION";
472
+ ResourceCollectionType["AWS_SERVICE"] = "AWS_SERVICE";
473
+ ResourceCollectionType["AWS_TAGS"] = "AWS_TAGS";
474
+ })(ResourceCollectionType = exports.ResourceCollectionType || (exports.ResourceCollectionType = {}));
475
+ var DescribeResourceCollectionHealthRequest;
476
+ (function (DescribeResourceCollectionHealthRequest) {
477
+ DescribeResourceCollectionHealthRequest.filterSensitiveLog = (obj) => ({
478
+ ...obj,
479
+ });
480
+ })(DescribeResourceCollectionHealthRequest = exports.DescribeResourceCollectionHealthRequest || (exports.DescribeResourceCollectionHealthRequest = {}));
333
481
  var DescribeResourceCollectionHealthResponse;
334
482
  (function (DescribeResourceCollectionHealthResponse) {
335
483
  DescribeResourceCollectionHealthResponse.filterSensitiveLog = (obj) => ({
@@ -388,6 +536,12 @@ var CloudFormationCostEstimationResourceCollectionFilter;
388
536
  ...obj,
389
537
  });
390
538
  })(CloudFormationCostEstimationResourceCollectionFilter = exports.CloudFormationCostEstimationResourceCollectionFilter || (exports.CloudFormationCostEstimationResourceCollectionFilter = {}));
539
+ var TagCostEstimationResourceCollectionFilter;
540
+ (function (TagCostEstimationResourceCollectionFilter) {
541
+ TagCostEstimationResourceCollectionFilter.filterSensitiveLog = (obj) => ({
542
+ ...obj,
543
+ });
544
+ })(TagCostEstimationResourceCollectionFilter = exports.TagCostEstimationResourceCollectionFilter || (exports.TagCostEstimationResourceCollectionFilter = {}));
391
545
  var CostEstimationResourceCollectionFilter;
392
546
  (function (CostEstimationResourceCollectionFilter) {
393
547
  CostEstimationResourceCollectionFilter.filterSensitiveLog = (obj) => ({
@@ -423,6 +577,12 @@ var CloudFormationCollectionFilter;
423
577
  ...obj,
424
578
  });
425
579
  })(CloudFormationCollectionFilter = exports.CloudFormationCollectionFilter || (exports.CloudFormationCollectionFilter = {}));
580
+ var TagCollectionFilter;
581
+ (function (TagCollectionFilter) {
582
+ TagCollectionFilter.filterSensitiveLog = (obj) => ({
583
+ ...obj,
584
+ });
585
+ })(TagCollectionFilter = exports.TagCollectionFilter || (exports.TagCollectionFilter = {}));
426
586
  var ResourceCollectionFilter;
427
587
  (function (ResourceCollectionFilter) {
428
588
  ResourceCollectionFilter.filterSensitiveLog = (obj) => ({
@@ -597,6 +757,30 @@ var ListNotificationChannelsResponse;
597
757
  ...obj,
598
758
  });
599
759
  })(ListNotificationChannelsResponse = exports.ListNotificationChannelsResponse || (exports.ListNotificationChannelsResponse = {}));
760
+ var ListOrganizationInsightsRequest;
761
+ (function (ListOrganizationInsightsRequest) {
762
+ ListOrganizationInsightsRequest.filterSensitiveLog = (obj) => ({
763
+ ...obj,
764
+ });
765
+ })(ListOrganizationInsightsRequest = exports.ListOrganizationInsightsRequest || (exports.ListOrganizationInsightsRequest = {}));
766
+ var ProactiveOrganizationInsightSummary;
767
+ (function (ProactiveOrganizationInsightSummary) {
768
+ ProactiveOrganizationInsightSummary.filterSensitiveLog = (obj) => ({
769
+ ...obj,
770
+ });
771
+ })(ProactiveOrganizationInsightSummary = exports.ProactiveOrganizationInsightSummary || (exports.ProactiveOrganizationInsightSummary = {}));
772
+ var ReactiveOrganizationInsightSummary;
773
+ (function (ReactiveOrganizationInsightSummary) {
774
+ ReactiveOrganizationInsightSummary.filterSensitiveLog = (obj) => ({
775
+ ...obj,
776
+ });
777
+ })(ReactiveOrganizationInsightSummary = exports.ReactiveOrganizationInsightSummary || (exports.ReactiveOrganizationInsightSummary = {}));
778
+ var ListOrganizationInsightsResponse;
779
+ (function (ListOrganizationInsightsResponse) {
780
+ ListOrganizationInsightsResponse.filterSensitiveLog = (obj) => ({
781
+ ...obj,
782
+ });
783
+ })(ListOrganizationInsightsResponse = exports.ListOrganizationInsightsResponse || (exports.ListOrganizationInsightsResponse = {}));
600
784
  var Locale;
601
785
  (function (Locale) {
602
786
  Locale["DE_DE"] = "DE_DE";
@@ -707,6 +891,24 @@ var SearchInsightsResponse;
707
891
  ...obj,
708
892
  });
709
893
  })(SearchInsightsResponse = exports.SearchInsightsResponse || (exports.SearchInsightsResponse = {}));
894
+ var SearchOrganizationInsightsFilters;
895
+ (function (SearchOrganizationInsightsFilters) {
896
+ SearchOrganizationInsightsFilters.filterSensitiveLog = (obj) => ({
897
+ ...obj,
898
+ });
899
+ })(SearchOrganizationInsightsFilters = exports.SearchOrganizationInsightsFilters || (exports.SearchOrganizationInsightsFilters = {}));
900
+ var SearchOrganizationInsightsRequest;
901
+ (function (SearchOrganizationInsightsRequest) {
902
+ SearchOrganizationInsightsRequest.filterSensitiveLog = (obj) => ({
903
+ ...obj,
904
+ });
905
+ })(SearchOrganizationInsightsRequest = exports.SearchOrganizationInsightsRequest || (exports.SearchOrganizationInsightsRequest = {}));
906
+ var SearchOrganizationInsightsResponse;
907
+ (function (SearchOrganizationInsightsResponse) {
908
+ SearchOrganizationInsightsResponse.filterSensitiveLog = (obj) => ({
909
+ ...obj,
910
+ });
911
+ })(SearchOrganizationInsightsResponse = exports.SearchOrganizationInsightsResponse || (exports.SearchOrganizationInsightsResponse = {}));
710
912
  var StartCostEstimationRequest;
711
913
  (function (StartCostEstimationRequest) {
712
914
  StartCostEstimationRequest.filterSensitiveLog = (obj) => ({
@@ -730,6 +932,12 @@ var UpdateCloudFormationCollectionFilter;
730
932
  ...obj,
731
933
  });
732
934
  })(UpdateCloudFormationCollectionFilter = exports.UpdateCloudFormationCollectionFilter || (exports.UpdateCloudFormationCollectionFilter = {}));
935
+ var UpdateTagCollectionFilter;
936
+ (function (UpdateTagCollectionFilter) {
937
+ UpdateTagCollectionFilter.filterSensitiveLog = (obj) => ({
938
+ ...obj,
939
+ });
940
+ })(UpdateTagCollectionFilter = exports.UpdateTagCollectionFilter || (exports.UpdateTagCollectionFilter = {}));
733
941
  var UpdateResourceCollectionFilter;
734
942
  (function (UpdateResourceCollectionFilter) {
735
943
  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);