@aws-sdk/client-devops-guru 3.262.0 → 3.264.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/README.md +0 -2
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +10 -6
- package/dist-cjs/protocols/Aws_restJson1.js +10 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +6 -3
- package/dist-es/protocols/Aws_restJson1.js +10 -0
- package/dist-types/DevOpsGuru.d.ts +7 -9
- package/dist-types/DevOpsGuruClient.d.ts +2 -4
- package/dist-types/commands/AddNotificationChannelCommand.d.ts +3 -3
- package/dist-types/commands/SearchInsightsCommand.d.ts +1 -1
- package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +1 -1
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +253 -239
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +13 -6
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -16,11 +16,9 @@ resources are analyzed. When anomalous behavior is detected, DevOps Guru creates
|
|
|
16
16
|
<i>insight</i> that includes recommendations, related events, and
|
|
17
17
|
related metrics that can help you improve your operational applications. For more
|
|
18
18
|
information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/welcome.html">What is Amazon DevOps Guru</a>. </p>
|
|
19
|
-
|
|
20
19
|
<p> You can specify 1 or 2 Amazon Simple Notification Service topics so you are notified every time a new insight
|
|
21
20
|
is created. You can also enable DevOps Guru to generate an OpsItem in Amazon Web Services Systems Manager for each
|
|
22
21
|
insight to help you manage and track your work addressing insights. </p>
|
|
23
|
-
|
|
24
22
|
<p> To learn about the DevOps Guru workflow, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/welcome.html#how-it-works">How DevOps Guru works</a>. To
|
|
25
23
|
learn about DevOps Guru concepts, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/concepts.html">Concepts in DevOps Guru</a>. </p>
|
|
26
24
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
|
-
const
|
|
5
|
-
const a =
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
4
|
+
const q = "fn", r = "argv", s = "ref";
|
|
5
|
+
const a = true, b = false, c = "String", d = "PartitionResult", e = "tree", f = "error", g = "endpoint", h = { "required": true, "default": false, "type": "Boolean" }, i = { [s]: "Endpoint" }, j = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, k = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, l = {}, m = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsFIPS"] }] }, n = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsDualStack"] }] }, o = [j], p = [k];
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: { required: a, type: c }, UseDualStack: h, UseFIPS: h, Endpoint: { required: b, type: c } }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: d }], type: e, rules: [{ conditions: [{ [q]: "isSet", [r]: [i] }], type: e, rules: [{ conditions: o, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: f }, { type: e, rules: [{ conditions: p, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: f }, { endpoint: { url: i, properties: l, headers: l }, type: g }] }] }, { conditions: [j, k], type: e, rules: [{ conditions: [m, n], type: e, rules: [{ endpoint: { url: "https://devops-guru-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: f }] }, { conditions: o, type: e, rules: [{ conditions: [m], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://devops-guru-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: f }] }, { conditions: p, type: e, rules: [{ conditions: [n], type: e, rules: [{ endpoint: { url: "https://devops-guru.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: f }] }, { endpoint: { url: "https://devops-guru.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] };
|
|
7
7
|
exports.ruleSet = _data;
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CloudWatchMetricsDetailFilterSensitiveLog = exports.CloudWatchMetricsDataSummaryFilterSensitiveLog = exports.TimestampMetricValuePairFilterSensitiveLog = exports.CloudWatchMetricsDimensionFilterSensitiveLog = exports.AnomalyResourceFilterSensitiveLog = exports.AnomalyReportedTimeRangeFilterSensitiveLog = exports.AnomalousLogGroupFilterSensitiveLog = exports.LogAnomalyShowcaseFilterSensitiveLog = exports.LogAnomalyClassFilterSensitiveLog = exports.AmazonCodeGuruProfilerIntegrationFilterSensitiveLog = exports.ValidationExceptionFieldFilterSensitiveLog = exports.AddNotificationChannelResponseFilterSensitiveLog = exports.AddNotificationChannelRequestFilterSensitiveLog = exports.NotificationChannelConfigFilterSensitiveLog = exports.SnsChannelConfigFilterSensitiveLog = exports.NotificationFilterConfigFilterSensitiveLog = exports.AccountHealthFilterSensitiveLog = exports.AccountInsightHealthFilterSensitiveLog = exports.UpdateResourceCollectionAction = exports.Locale = exports.ResourceTypeFilter = exports.ResourcePermission = exports.InsightType = exports.EventClass = exports.EventDataSource = exports.CostEstimationStatus = exports.CostEstimationServiceResourceState = exports.OptInStatus = exports.ResourceCollectionType = exports.ServiceName = exports.OrganizationResourceCollectionType = exports.InsightStatus = exports.InsightFeedbackOption = exports.AnomalyType = exports.AnomalyStatus = exports.CloudWatchMetricsStat = exports.CloudWatchMetricDataStatusCode = exports.AnomalySeverity = exports.LogAnomalyType = exports.EventSourceOptInStatus = exports.ValidationException = exports.ValidationExceptionReason = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.InsightSeverity = exports.NotificationMessageType = exports.AccessDeniedException = void 0;
|
|
4
4
|
exports.DescribeServiceIntegrationRequestFilterSensitiveLog = exports.DescribeResourceCollectionHealthResponseFilterSensitiveLog = exports.DescribeResourceCollectionHealthRequestFilterSensitiveLog = exports.DescribeOrganizationResourceCollectionHealthResponseFilterSensitiveLog = exports.TagHealthFilterSensitiveLog = exports.ServiceHealthFilterSensitiveLog = exports.ServiceInsightHealthFilterSensitiveLog = exports.CloudFormationHealthFilterSensitiveLog = exports.InsightHealthFilterSensitiveLog = exports.DescribeOrganizationResourceCollectionHealthRequestFilterSensitiveLog = exports.DescribeOrganizationOverviewResponseFilterSensitiveLog = exports.DescribeOrganizationOverviewRequestFilterSensitiveLog = exports.DescribeOrganizationHealthResponseFilterSensitiveLog = exports.DescribeOrganizationHealthRequestFilterSensitiveLog = exports.DescribeInsightResponseFilterSensitiveLog = exports.ReactiveInsightFilterSensitiveLog = exports.ProactiveInsightFilterSensitiveLog = exports.InsightTimeRangeFilterSensitiveLog = exports.DescribeInsightRequestFilterSensitiveLog = exports.DescribeFeedbackResponseFilterSensitiveLog = exports.InsightFeedbackFilterSensitiveLog = exports.DescribeFeedbackRequestFilterSensitiveLog = exports.DescribeEventSourcesConfigResponseFilterSensitiveLog = exports.EventSourcesConfigFilterSensitiveLog = exports.DescribeEventSourcesConfigRequestFilterSensitiveLog = exports.DescribeAnomalyResponseFilterSensitiveLog = exports.ReactiveAnomalyFilterSensitiveLog = exports.ProactiveAnomalyFilterSensitiveLog = exports.ResourceCollectionFilterSensitiveLog = exports.TagCollectionFilterSensitiveLog = exports.CloudFormationCollectionFilterSensitiveLog = exports.PredictionTimeRangeFilterSensitiveLog = exports.DescribeAnomalyRequestFilterSensitiveLog = exports.DescribeAccountOverviewResponseFilterSensitiveLog = exports.DescribeAccountOverviewRequestFilterSensitiveLog = exports.DescribeAccountHealthResponseFilterSensitiveLog = exports.DescribeAccountHealthRequestFilterSensitiveLog = exports.DeleteInsightResponseFilterSensitiveLog = exports.DeleteInsightRequestFilterSensitiveLog = exports.AnomalyTimeRangeFilterSensitiveLog = exports.AnomalySourceMetadataFilterSensitiveLog = exports.AnomalySourceDetailsFilterSensitiveLog = exports.PerformanceInsightsMetricsDetailFilterSensitiveLog = exports.PerformanceInsightsStatFilterSensitiveLog = exports.PerformanceInsightsReferenceDataFilterSensitiveLog = exports.PerformanceInsightsReferenceComparisonValuesFilterSensitiveLog = exports.PerformanceInsightsReferenceScalarFilterSensitiveLog = exports.PerformanceInsightsReferenceMetricFilterSensitiveLog = exports.PerformanceInsightsMetricQueryFilterSensitiveLog = exports.PerformanceInsightsMetricDimensionGroupFilterSensitiveLog = void 0;
|
|
5
|
-
exports.
|
|
6
|
-
exports.UpdateServiceIntegrationResponseFilterSensitiveLog = exports.UpdateServiceIntegrationRequestFilterSensitiveLog = exports.UpdateServiceIntegrationConfigFilterSensitiveLog = exports.OpsCenterIntegrationConfigFilterSensitiveLog = exports.LogsAnomalyDetectionIntegrationConfigFilterSensitiveLog = exports.UpdateResourceCollectionResponseFilterSensitiveLog = exports.UpdateResourceCollectionRequestFilterSensitiveLog = exports.UpdateResourceCollectionFilterFilterSensitiveLog = exports.UpdateTagCollectionFilterFilterSensitiveLog = exports.UpdateCloudFormationCollectionFilterFilterSensitiveLog = exports.UpdateEventSourcesConfigResponseFilterSensitiveLog = exports.UpdateEventSourcesConfigRequestFilterSensitiveLog = exports.StartCostEstimationResponseFilterSensitiveLog = exports.StartCostEstimationRequestFilterSensitiveLog = exports.SearchOrganizationInsightsResponseFilterSensitiveLog = exports.SearchOrganizationInsightsRequestFilterSensitiveLog = exports.SearchOrganizationInsightsFiltersFilterSensitiveLog = exports.SearchInsightsResponseFilterSensitiveLog = exports.SearchInsightsRequestFilterSensitiveLog = exports.SearchInsightsFiltersFilterSensitiveLog = exports.RemoveNotificationChannelResponseFilterSensitiveLog = exports.RemoveNotificationChannelRequestFilterSensitiveLog = exports.PutFeedbackResponseFilterSensitiveLog = exports.PutFeedbackRequestFilterSensitiveLog = exports.ListRecommendationsResponseFilterSensitiveLog = exports.RecommendationFilterSensitiveLog = exports.RecommendationRelatedEventFilterSensitiveLog = exports.RecommendationRelatedEventResourceFilterSensitiveLog = exports.RecommendationRelatedAnomalyFilterSensitiveLog = exports.RecommendationRelatedAnomalySourceDetailFilterSensitiveLog = exports.RecommendationRelatedCloudWatchMetricsSourceDetailFilterSensitiveLog = exports.RecommendationRelatedAnomalyResourceFilterSensitiveLog = exports.ListRecommendationsRequestFilterSensitiveLog = void 0;
|
|
5
|
+
exports.ReactiveOrganizationInsightSummaryFilterSensitiveLog = exports.ProactiveOrganizationInsightSummaryFilterSensitiveLog = exports.ListOrganizationInsightsRequestFilterSensitiveLog = exports.ListNotificationChannelsResponseFilterSensitiveLog = exports.NotificationChannelFilterSensitiveLog = exports.ListNotificationChannelsRequestFilterSensitiveLog = exports.ListMonitoredResourcesResponseFilterSensitiveLog = exports.MonitoredResourceIdentifierFilterSensitiveLog = exports.ListMonitoredResourcesRequestFilterSensitiveLog = exports.ListMonitoredResourcesFiltersFilterSensitiveLog = exports.ListInsightsResponseFilterSensitiveLog = exports.ReactiveInsightSummaryFilterSensitiveLog = exports.ProactiveInsightSummaryFilterSensitiveLog = exports.ListInsightsRequestFilterSensitiveLog = exports.ListInsightsStatusFilterFilterSensitiveLog = exports.ListInsightsOngoingStatusFilterFilterSensitiveLog = exports.ListInsightsClosedStatusFilterFilterSensitiveLog = exports.EndTimeRangeFilterSensitiveLog = exports.ListInsightsAnyStatusFilterFilterSensitiveLog = exports.ListEventsResponseFilterSensitiveLog = exports.EventFilterSensitiveLog = exports.EventResourceFilterSensitiveLog = exports.ListEventsRequestFilterSensitiveLog = exports.ListEventsFiltersFilterSensitiveLog = exports.EventTimeRangeFilterSensitiveLog = exports.ListAnomalousLogGroupsResponseFilterSensitiveLog = exports.ListAnomalousLogGroupsRequestFilterSensitiveLog = exports.ListAnomaliesForInsightResponseFilterSensitiveLog = exports.ReactiveAnomalySummaryFilterSensitiveLog = exports.ProactiveAnomalySummaryFilterSensitiveLog = exports.ListAnomaliesForInsightRequestFilterSensitiveLog = exports.StartTimeRangeFilterSensitiveLog = exports.ListAnomaliesForInsightFiltersFilterSensitiveLog = exports.ServiceCollectionFilterSensitiveLog = exports.GetResourceCollectionResponseFilterSensitiveLog = exports.ResourceCollectionFilterFilterSensitiveLog = exports.TagCollectionFilterFilterSensitiveLog = exports.CloudFormationCollectionFilterFilterSensitiveLog = exports.GetResourceCollectionRequestFilterSensitiveLog = exports.GetCostEstimationResponseFilterSensitiveLog = exports.CostEstimationTimeRangeFilterSensitiveLog = exports.CostEstimationResourceCollectionFilterFilterSensitiveLog = exports.TagCostEstimationResourceCollectionFilterFilterSensitiveLog = exports.CloudFormationCostEstimationResourceCollectionFilterFilterSensitiveLog = exports.ServiceResourceCostFilterSensitiveLog = exports.GetCostEstimationRequestFilterSensitiveLog = exports.DescribeServiceIntegrationResponseFilterSensitiveLog = exports.ServiceIntegrationConfigFilterSensitiveLog = exports.OpsCenterIntegrationFilterSensitiveLog = exports.LogsAnomalyDetectionIntegrationFilterSensitiveLog = void 0;
|
|
6
|
+
exports.UpdateServiceIntegrationResponseFilterSensitiveLog = exports.UpdateServiceIntegrationRequestFilterSensitiveLog = exports.UpdateServiceIntegrationConfigFilterSensitiveLog = exports.OpsCenterIntegrationConfigFilterSensitiveLog = exports.LogsAnomalyDetectionIntegrationConfigFilterSensitiveLog = exports.UpdateResourceCollectionResponseFilterSensitiveLog = exports.UpdateResourceCollectionRequestFilterSensitiveLog = exports.UpdateResourceCollectionFilterFilterSensitiveLog = exports.UpdateTagCollectionFilterFilterSensitiveLog = exports.UpdateCloudFormationCollectionFilterFilterSensitiveLog = exports.UpdateEventSourcesConfigResponseFilterSensitiveLog = exports.UpdateEventSourcesConfigRequestFilterSensitiveLog = exports.StartCostEstimationResponseFilterSensitiveLog = exports.StartCostEstimationRequestFilterSensitiveLog = exports.SearchOrganizationInsightsResponseFilterSensitiveLog = exports.SearchOrganizationInsightsRequestFilterSensitiveLog = exports.SearchOrganizationInsightsFiltersFilterSensitiveLog = exports.SearchInsightsResponseFilterSensitiveLog = exports.SearchInsightsRequestFilterSensitiveLog = exports.SearchInsightsFiltersFilterSensitiveLog = exports.RemoveNotificationChannelResponseFilterSensitiveLog = exports.RemoveNotificationChannelRequestFilterSensitiveLog = exports.PutFeedbackResponseFilterSensitiveLog = exports.PutFeedbackRequestFilterSensitiveLog = exports.ListRecommendationsResponseFilterSensitiveLog = exports.RecommendationFilterSensitiveLog = exports.RecommendationRelatedEventFilterSensitiveLog = exports.RecommendationRelatedEventResourceFilterSensitiveLog = exports.RecommendationRelatedAnomalyFilterSensitiveLog = exports.RecommendationRelatedAnomalySourceDetailFilterSensitiveLog = exports.RecommendationRelatedCloudWatchMetricsSourceDetailFilterSensitiveLog = exports.RecommendationRelatedAnomalyResourceFilterSensitiveLog = exports.ListRecommendationsRequestFilterSensitiveLog = exports.ListOrganizationInsightsResponseFilterSensitiveLog = void 0;
|
|
7
7
|
const DevOpsGuruServiceException_1 = require("./DevOpsGuruServiceException");
|
|
8
8
|
class AccessDeniedException extends DevOpsGuruServiceException_1.DevOpsGuruServiceException {
|
|
9
9
|
constructor(opts) {
|
|
@@ -662,6 +662,14 @@ const GetResourceCollectionResponseFilterSensitiveLog = (obj) => ({
|
|
|
662
662
|
...obj,
|
|
663
663
|
});
|
|
664
664
|
exports.GetResourceCollectionResponseFilterSensitiveLog = GetResourceCollectionResponseFilterSensitiveLog;
|
|
665
|
+
const ServiceCollectionFilterSensitiveLog = (obj) => ({
|
|
666
|
+
...obj,
|
|
667
|
+
});
|
|
668
|
+
exports.ServiceCollectionFilterSensitiveLog = ServiceCollectionFilterSensitiveLog;
|
|
669
|
+
const ListAnomaliesForInsightFiltersFilterSensitiveLog = (obj) => ({
|
|
670
|
+
...obj,
|
|
671
|
+
});
|
|
672
|
+
exports.ListAnomaliesForInsightFiltersFilterSensitiveLog = ListAnomaliesForInsightFiltersFilterSensitiveLog;
|
|
665
673
|
const StartTimeRangeFilterSensitiveLog = (obj) => ({
|
|
666
674
|
...obj,
|
|
667
675
|
});
|
|
@@ -738,10 +746,6 @@ const ListInsightsRequestFilterSensitiveLog = (obj) => ({
|
|
|
738
746
|
...obj,
|
|
739
747
|
});
|
|
740
748
|
exports.ListInsightsRequestFilterSensitiveLog = ListInsightsRequestFilterSensitiveLog;
|
|
741
|
-
const ServiceCollectionFilterSensitiveLog = (obj) => ({
|
|
742
|
-
...obj,
|
|
743
|
-
});
|
|
744
|
-
exports.ServiceCollectionFilterSensitiveLog = ServiceCollectionFilterSensitiveLog;
|
|
745
749
|
const ProactiveInsightSummaryFilterSensitiveLog = (obj) => ({
|
|
746
750
|
...obj,
|
|
747
751
|
});
|
|
@@ -340,6 +340,9 @@ const serializeAws_restJson1ListAnomaliesForInsightCommand = async (input, conte
|
|
|
340
340
|
let body;
|
|
341
341
|
body = JSON.stringify({
|
|
342
342
|
...(input.AccountId != null && { AccountId: input.AccountId }),
|
|
343
|
+
...(input.Filters != null && {
|
|
344
|
+
Filters: serializeAws_restJson1ListAnomaliesForInsightFilters(input.Filters, context),
|
|
345
|
+
}),
|
|
343
346
|
...(input.MaxResults != null && { MaxResults: input.MaxResults }),
|
|
344
347
|
...(input.NextToken != null && { NextToken: input.NextToken }),
|
|
345
348
|
...(input.StartTimeRange != null && {
|
|
@@ -2433,6 +2436,13 @@ const serializeAws_restJson1InsightStatuses = (input, context) => {
|
|
|
2433
2436
|
return entry;
|
|
2434
2437
|
});
|
|
2435
2438
|
};
|
|
2439
|
+
const serializeAws_restJson1ListAnomaliesForInsightFilters = (input, context) => {
|
|
2440
|
+
return {
|
|
2441
|
+
...(input.ServiceCollection != null && {
|
|
2442
|
+
ServiceCollection: serializeAws_restJson1ServiceCollection(input.ServiceCollection, context),
|
|
2443
|
+
}),
|
|
2444
|
+
};
|
|
2445
|
+
};
|
|
2436
2446
|
const serializeAws_restJson1ListEventsFilters = (input, context) => {
|
|
2437
2447
|
return {
|
|
2438
2448
|
...(input.DataSource != null && { DataSource: input.DataSource }),
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
2
|
-
const a =
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
1
|
+
const q = "fn", r = "argv", s = "ref";
|
|
2
|
+
const a = true, b = false, c = "String", d = "PartitionResult", e = "tree", f = "error", g = "endpoint", h = { "required": true, "default": false, "type": "Boolean" }, i = { [s]: "Endpoint" }, j = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, k = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, l = {}, m = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsFIPS"] }] }, n = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsDualStack"] }] }, o = [j], p = [k];
|
|
3
|
+
const _data = { version: "1.0", parameters: { Region: { required: a, type: c }, UseDualStack: h, UseFIPS: h, Endpoint: { required: b, type: c } }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: d }], type: e, rules: [{ conditions: [{ [q]: "isSet", [r]: [i] }], type: e, rules: [{ conditions: o, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: f }, { type: e, rules: [{ conditions: p, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: f }, { endpoint: { url: i, properties: l, headers: l }, type: g }] }] }, { conditions: [j, k], type: e, rules: [{ conditions: [m, n], type: e, rules: [{ endpoint: { url: "https://devops-guru-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: f }] }, { conditions: o, type: e, rules: [{ conditions: [m], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://devops-guru-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: f }] }, { conditions: p, type: e, rules: [{ conditions: [n], type: e, rules: [{ endpoint: { url: "https://devops-guru.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: f }] }, { endpoint: { url: "https://devops-guru.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] };
|
|
4
4
|
export const ruleSet = _data;
|
|
@@ -565,6 +565,12 @@ export const ResourceCollectionFilterFilterSensitiveLog = (obj) => ({
|
|
|
565
565
|
export const GetResourceCollectionResponseFilterSensitiveLog = (obj) => ({
|
|
566
566
|
...obj,
|
|
567
567
|
});
|
|
568
|
+
export const ServiceCollectionFilterSensitiveLog = (obj) => ({
|
|
569
|
+
...obj,
|
|
570
|
+
});
|
|
571
|
+
export const ListAnomaliesForInsightFiltersFilterSensitiveLog = (obj) => ({
|
|
572
|
+
...obj,
|
|
573
|
+
});
|
|
568
574
|
export const StartTimeRangeFilterSensitiveLog = (obj) => ({
|
|
569
575
|
...obj,
|
|
570
576
|
});
|
|
@@ -622,9 +628,6 @@ export const ListInsightsStatusFilterFilterSensitiveLog = (obj) => ({
|
|
|
622
628
|
export const ListInsightsRequestFilterSensitiveLog = (obj) => ({
|
|
623
629
|
...obj,
|
|
624
630
|
});
|
|
625
|
-
export const ServiceCollectionFilterSensitiveLog = (obj) => ({
|
|
626
|
-
...obj,
|
|
627
|
-
});
|
|
628
631
|
export const ProactiveInsightSummaryFilterSensitiveLog = (obj) => ({
|
|
629
632
|
...obj,
|
|
630
633
|
});
|
|
@@ -321,6 +321,9 @@ export const serializeAws_restJson1ListAnomaliesForInsightCommand = async (input
|
|
|
321
321
|
let body;
|
|
322
322
|
body = JSON.stringify({
|
|
323
323
|
...(input.AccountId != null && { AccountId: input.AccountId }),
|
|
324
|
+
...(input.Filters != null && {
|
|
325
|
+
Filters: serializeAws_restJson1ListAnomaliesForInsightFilters(input.Filters, context),
|
|
326
|
+
}),
|
|
324
327
|
...(input.MaxResults != null && { MaxResults: input.MaxResults }),
|
|
325
328
|
...(input.NextToken != null && { NextToken: input.NextToken }),
|
|
326
329
|
...(input.StartTimeRange != null && {
|
|
@@ -2367,6 +2370,13 @@ const serializeAws_restJson1InsightStatuses = (input, context) => {
|
|
|
2367
2370
|
return entry;
|
|
2368
2371
|
});
|
|
2369
2372
|
};
|
|
2373
|
+
const serializeAws_restJson1ListAnomaliesForInsightFilters = (input, context) => {
|
|
2374
|
+
return {
|
|
2375
|
+
...(input.ServiceCollection != null && {
|
|
2376
|
+
ServiceCollection: serializeAws_restJson1ServiceCollection(input.ServiceCollection, context),
|
|
2377
|
+
}),
|
|
2378
|
+
};
|
|
2379
|
+
};
|
|
2370
2380
|
const serializeAws_restJson1ListEventsFilters = (input, context) => {
|
|
2371
2381
|
return {
|
|
2372
2382
|
...(input.DataSource != null && { DataSource: input.DataSource }),
|
|
@@ -39,24 +39,22 @@ import { DevOpsGuruClient } from "./DevOpsGuruClient";
|
|
|
39
39
|
* <i>insight</i> that includes recommendations, related events, and
|
|
40
40
|
* related metrics that can help you improve your operational applications. For more
|
|
41
41
|
* information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/welcome.html">What is Amazon DevOps Guru</a>. </p>
|
|
42
|
-
*
|
|
43
|
-
* <p> You can specify 1 or 2 Amazon Simple Notification Service topics so you are notified every time a new insight
|
|
42
|
+
* <p> You can specify 1 or 2 Amazon Simple Notification Service topics so you are notified every time a new insight
|
|
44
43
|
* is created. You can also enable DevOps Guru to generate an OpsItem in Amazon Web Services Systems Manager for each
|
|
45
44
|
* insight to help you manage and track your work addressing insights. </p>
|
|
46
|
-
*
|
|
47
|
-
* <p> To learn about the DevOps Guru workflow, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/welcome.html#how-it-works">How DevOps Guru works</a>. To
|
|
45
|
+
* <p> To learn about the DevOps Guru workflow, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/welcome.html#how-it-works">How DevOps Guru works</a>. To
|
|
48
46
|
* learn about DevOps Guru concepts, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/concepts.html">Concepts in DevOps Guru</a>. </p>
|
|
49
47
|
*/
|
|
50
48
|
export declare class DevOpsGuru extends DevOpsGuruClient {
|
|
51
49
|
/**
|
|
52
50
|
* <p> Adds a notification channel to DevOps Guru. A notification channel is used to notify you
|
|
53
51
|
* about important DevOps Guru events, such as when an insight is generated. </p>
|
|
54
|
-
*
|
|
52
|
+
* <p>If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission
|
|
55
53
|
* to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. DevOps Guru only supports standard SNS topics.
|
|
56
54
|
* For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-required-permissions.html">Permissions
|
|
57
55
|
* for cross account Amazon SNS topics</a>.</p>
|
|
58
|
-
*
|
|
59
|
-
*
|
|
56
|
+
* <p>If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. For more information, see Permissions for cross account Amazon SNS topics.</p>
|
|
57
|
+
* <p>If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management Service customer-managed key (CMK), then you must add permissions
|
|
60
58
|
* to the CMK. For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-kms-permissions.html">Permissions for
|
|
61
59
|
* Amazon Web Services KMS–encrypted Amazon SNS topics</a>.</p>
|
|
62
60
|
*/
|
|
@@ -251,7 +249,7 @@ export declare class DevOpsGuru extends DevOpsGuruClient {
|
|
|
251
249
|
* returned by their start time, one or more statuses (<code>ONGOING</code> or <code>CLOSED</code>), one or more severities
|
|
252
250
|
* (<code>LOW</code>, <code>MEDIUM</code>, and <code>HIGH</code>), and type
|
|
253
251
|
* (<code>REACTIVE</code> or <code>PROACTIVE</code>). </p>
|
|
254
|
-
*
|
|
252
|
+
* <p> Use the <code>Filters</code> parameter to specify status and severity search
|
|
255
253
|
* parameters. Use the <code>Type</code> parameter to specify <code>REACTIVE</code> or
|
|
256
254
|
* <code>PROACTIVE</code> in your search. </p>
|
|
257
255
|
*/
|
|
@@ -264,7 +262,7 @@ export declare class DevOpsGuru extends DevOpsGuruClient {
|
|
|
264
262
|
* <code>CLOSED</code>, and <code>CLOSED</code>), one or more severities
|
|
265
263
|
* (<code>LOW</code>, <code>MEDIUM</code>, and <code>HIGH</code>), and type
|
|
266
264
|
* (<code>REACTIVE</code> or <code>PROACTIVE</code>). </p>
|
|
267
|
-
*
|
|
265
|
+
* <p> Use the <code>Filters</code> parameter to specify status and severity search
|
|
268
266
|
* parameters. Use the <code>Type</code> parameter to specify <code>REACTIVE</code> or
|
|
269
267
|
* <code>PROACTIVE</code> in your search. </p>
|
|
270
268
|
*/
|
|
@@ -161,12 +161,10 @@ export interface DevOpsGuruClientResolvedConfig extends DevOpsGuruClientResolved
|
|
|
161
161
|
* <i>insight</i> that includes recommendations, related events, and
|
|
162
162
|
* related metrics that can help you improve your operational applications. For more
|
|
163
163
|
* information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/welcome.html">What is Amazon DevOps Guru</a>. </p>
|
|
164
|
-
*
|
|
165
|
-
* <p> You can specify 1 or 2 Amazon Simple Notification Service topics so you are notified every time a new insight
|
|
164
|
+
* <p> You can specify 1 or 2 Amazon Simple Notification Service topics so you are notified every time a new insight
|
|
166
165
|
* is created. You can also enable DevOps Guru to generate an OpsItem in Amazon Web Services Systems Manager for each
|
|
167
166
|
* insight to help you manage and track your work addressing insights. </p>
|
|
168
|
-
*
|
|
169
|
-
* <p> To learn about the DevOps Guru workflow, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/welcome.html#how-it-works">How DevOps Guru works</a>. To
|
|
167
|
+
* <p> To learn about the DevOps Guru workflow, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/welcome.html#how-it-works">How DevOps Guru works</a>. To
|
|
170
168
|
* learn about DevOps Guru concepts, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/concepts.html">Concepts in DevOps Guru</a>. </p>
|
|
171
169
|
*/
|
|
172
170
|
export declare class DevOpsGuruClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, DevOpsGuruClientResolvedConfig> {
|
|
@@ -10,12 +10,12 @@ export interface AddNotificationChannelCommandOutput extends AddNotificationChan
|
|
|
10
10
|
/**
|
|
11
11
|
* <p> Adds a notification channel to DevOps Guru. A notification channel is used to notify you
|
|
12
12
|
* about important DevOps Guru events, such as when an insight is generated. </p>
|
|
13
|
-
*
|
|
13
|
+
* <p>If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission
|
|
14
14
|
* to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. DevOps Guru only supports standard SNS topics.
|
|
15
15
|
* For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-required-permissions.html">Permissions
|
|
16
16
|
* for cross account Amazon SNS topics</a>.</p>
|
|
17
|
-
*
|
|
18
|
-
*
|
|
17
|
+
* <p>If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. For more information, see Permissions for cross account Amazon SNS topics.</p>
|
|
18
|
+
* <p>If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management Service customer-managed key (CMK), then you must add permissions
|
|
19
19
|
* to the CMK. For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-kms-permissions.html">Permissions for
|
|
20
20
|
* Amazon Web Services KMS–encrypted Amazon SNS topics</a>.</p>
|
|
21
21
|
* @example
|
|
@@ -12,7 +12,7 @@ export interface SearchInsightsCommandOutput extends SearchInsightsResponse, __M
|
|
|
12
12
|
* returned by their start time, one or more statuses (<code>ONGOING</code> or <code>CLOSED</code>), one or more severities
|
|
13
13
|
* (<code>LOW</code>, <code>MEDIUM</code>, and <code>HIGH</code>), and type
|
|
14
14
|
* (<code>REACTIVE</code> or <code>PROACTIVE</code>). </p>
|
|
15
|
-
*
|
|
15
|
+
* <p> Use the <code>Filters</code> parameter to specify status and severity search
|
|
16
16
|
* parameters. Use the <code>Type</code> parameter to specify <code>REACTIVE</code> or
|
|
17
17
|
* <code>PROACTIVE</code> in your search. </p>
|
|
18
18
|
* @example
|
|
@@ -13,7 +13,7 @@ export interface SearchOrganizationInsightsCommandOutput extends SearchOrganizat
|
|
|
13
13
|
* <code>CLOSED</code>, and <code>CLOSED</code>), one or more severities
|
|
14
14
|
* (<code>LOW</code>, <code>MEDIUM</code>, and <code>HIGH</code>), and type
|
|
15
15
|
* (<code>REACTIVE</code> or <code>PROACTIVE</code>). </p>
|
|
16
|
-
*
|
|
16
|
+
* <p> Use the <code>Filters</code> parameter to specify status and severity search
|
|
17
17
|
* parameters. Use the <code>Type</code> parameter to specify <code>REACTIVE</code> or
|
|
18
18
|
* <code>PROACTIVE</code> in your search. </p>
|
|
19
19
|
* @example
|
|
@@ -12,7 +12,7 @@ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInp
|
|
|
12
12
|
defaultSigningName: string;
|
|
13
13
|
};
|
|
14
14
|
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
-
Region
|
|
15
|
+
Region: string;
|
|
16
16
|
UseDualStack?: boolean;
|
|
17
17
|
UseFIPS?: boolean;
|
|
18
18
|
Endpoint?: string;
|