@aws-sdk/client-devops-guru 3.53.0 → 3.55.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +27 -0
- package/dist-cjs/DevOpsGuru.js +30 -0
- package/dist-cjs/DevOpsGuruClient.js +13 -13
- package/dist-cjs/commands/AddNotificationChannelCommand.js +3 -3
- package/dist-cjs/commands/DescribeAccountHealthCommand.js +3 -3
- package/dist-cjs/commands/DescribeAccountOverviewCommand.js +3 -3
- package/dist-cjs/commands/DescribeAnomalyCommand.js +3 -3
- package/dist-cjs/commands/DescribeEventSourcesConfigCommand.js +36 -0
- package/dist-cjs/commands/DescribeFeedbackCommand.js +3 -3
- package/dist-cjs/commands/DescribeInsightCommand.js +3 -3
- package/dist-cjs/commands/DescribeOrganizationHealthCommand.js +3 -3
- package/dist-cjs/commands/DescribeOrganizationOverviewCommand.js +3 -3
- package/dist-cjs/commands/DescribeOrganizationResourceCollectionHealthCommand.js +3 -3
- package/dist-cjs/commands/DescribeResourceCollectionHealthCommand.js +3 -3
- package/dist-cjs/commands/DescribeServiceIntegrationCommand.js +3 -3
- package/dist-cjs/commands/GetCostEstimationCommand.js +3 -3
- package/dist-cjs/commands/GetResourceCollectionCommand.js +3 -3
- package/dist-cjs/commands/ListAnomaliesForInsightCommand.js +3 -3
- package/dist-cjs/commands/ListEventsCommand.js +3 -3
- package/dist-cjs/commands/ListInsightsCommand.js +3 -3
- package/dist-cjs/commands/ListNotificationChannelsCommand.js +3 -3
- package/dist-cjs/commands/ListOrganizationInsightsCommand.js +3 -3
- package/dist-cjs/commands/ListRecommendationsCommand.js +3 -3
- package/dist-cjs/commands/PutFeedbackCommand.js +3 -3
- package/dist-cjs/commands/RemoveNotificationChannelCommand.js +3 -3
- package/dist-cjs/commands/SearchInsightsCommand.js +3 -3
- package/dist-cjs/commands/SearchOrganizationInsightsCommand.js +3 -3
- package/dist-cjs/commands/StartCostEstimationCommand.js +3 -3
- package/dist-cjs/commands/UpdateEventSourcesConfigCommand.js +36 -0
- package/dist-cjs/commands/UpdateResourceCollectionCommand.js +3 -3
- package/dist-cjs/commands/UpdateServiceIntegrationCommand.js +3 -3
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/models/models_0.js +51 -4
- package/dist-cjs/protocols/Aws_restJson1.js +430 -252
- package/dist-cjs/runtimeConfig.browser.js +4 -4
- package/dist-cjs/runtimeConfig.js +9 -9
- package/dist-cjs/runtimeConfig.native.js +1 -1
- package/dist-es/DevOpsGuru.js +56 -26
- package/dist-es/commands/DescribeEventSourcesConfigCommand.js +39 -0
- package/dist-es/commands/UpdateEventSourcesConfigCommand.js +39 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +33 -0
- package/dist-es/pagination/DescribeOrganizationResourceCollectionHealthPaginator.js +4 -4
- package/dist-es/pagination/DescribeResourceCollectionHealthPaginator.js +4 -4
- package/dist-es/pagination/GetCostEstimationPaginator.js +4 -4
- package/dist-es/pagination/GetResourceCollectionPaginator.js +4 -4
- package/dist-es/pagination/ListAnomaliesForInsightPaginator.js +4 -4
- package/dist-es/pagination/ListEventsPaginator.js +4 -4
- package/dist-es/pagination/ListInsightsPaginator.js +4 -4
- package/dist-es/pagination/ListNotificationChannelsPaginator.js +4 -4
- package/dist-es/pagination/ListOrganizationInsightsPaginator.js +4 -4
- package/dist-es/pagination/ListRecommendationsPaginator.js +4 -4
- package/dist-es/pagination/SearchInsightsPaginator.js +4 -4
- package/dist-es/pagination/SearchOrganizationInsightsPaginator.js +4 -4
- package/dist-es/protocols/Aws_restJson1.js +250 -26
- package/dist-types/DevOpsGuru.d.ts +19 -4
- package/dist-types/DevOpsGuruClient.d.ts +6 -4
- package/dist-types/commands/DescribeEventSourcesConfigCommand.d.ts +36 -0
- package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +4 -4
- package/dist-types/commands/UpdateEventSourcesConfigCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +343 -198
- package/dist-types/protocols/Aws_restJson1.d.ts +6 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/DevOpsGuru.d.ts +10 -0
- package/dist-types/ts3.4/DevOpsGuruClient.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeEventSourcesConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateEventSourcesConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +77 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +6 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +34 -34
|
@@ -11,7 +11,7 @@ class RemoveNotificationChannelCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "DevOpsGuruClient";
|
|
@@ -27,10 +27,10 @@ class RemoveNotificationChannelCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restJson1_1.serializeAws_restJson1RemoveNotificationChannelCommand(input, context);
|
|
30
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1RemoveNotificationChannelCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restJson1_1.deserializeAws_restJson1RemoveNotificationChannelCommand(output, context);
|
|
33
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1RemoveNotificationChannelCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.RemoveNotificationChannelCommand = RemoveNotificationChannelCommand;
|
|
@@ -11,7 +11,7 @@ class SearchInsightsCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "DevOpsGuruClient";
|
|
@@ -27,10 +27,10 @@ class SearchInsightsCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restJson1_1.serializeAws_restJson1SearchInsightsCommand(input, context);
|
|
30
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1SearchInsightsCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restJson1_1.deserializeAws_restJson1SearchInsightsCommand(output, context);
|
|
33
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1SearchInsightsCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.SearchInsightsCommand = SearchInsightsCommand;
|
|
@@ -11,7 +11,7 @@ class SearchOrganizationInsightsCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "DevOpsGuruClient";
|
|
@@ -27,10 +27,10 @@ class SearchOrganizationInsightsCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restJson1_1.serializeAws_restJson1SearchOrganizationInsightsCommand(input, context);
|
|
30
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1SearchOrganizationInsightsCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restJson1_1.deserializeAws_restJson1SearchOrganizationInsightsCommand(output, context);
|
|
33
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1SearchOrganizationInsightsCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.SearchOrganizationInsightsCommand = SearchOrganizationInsightsCommand;
|
|
@@ -11,7 +11,7 @@ class StartCostEstimationCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "DevOpsGuruClient";
|
|
@@ -27,10 +27,10 @@ class StartCostEstimationCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restJson1_1.serializeAws_restJson1StartCostEstimationCommand(input, context);
|
|
30
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1StartCostEstimationCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restJson1_1.deserializeAws_restJson1StartCostEstimationCommand(output, context);
|
|
33
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1StartCostEstimationCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.StartCostEstimationCommand = StartCostEstimationCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateEventSourcesConfigCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class UpdateEventSourcesConfigCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "DevOpsGuruClient";
|
|
18
|
+
const commandName = "UpdateEventSourcesConfigCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.UpdateEventSourcesConfigRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.UpdateEventSourcesConfigResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1UpdateEventSourcesConfigCommand)(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateEventSourcesConfigCommand)(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.UpdateEventSourcesConfigCommand = UpdateEventSourcesConfigCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateResourceCollectionCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "DevOpsGuruClient";
|
|
@@ -27,10 +27,10 @@ class UpdateResourceCollectionCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restJson1_1.serializeAws_restJson1UpdateResourceCollectionCommand(input, context);
|
|
30
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1UpdateResourceCollectionCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restJson1_1.deserializeAws_restJson1UpdateResourceCollectionCommand(output, context);
|
|
33
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateResourceCollectionCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateResourceCollectionCommand = UpdateResourceCollectionCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateServiceIntegrationCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "DevOpsGuruClient";
|
|
@@ -27,10 +27,10 @@ class UpdateServiceIntegrationCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restJson1_1.serializeAws_restJson1UpdateServiceIntegrationCommand(input, context);
|
|
30
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1UpdateServiceIntegrationCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restJson1_1.deserializeAws_restJson1UpdateServiceIntegrationCommand(output, context);
|
|
33
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateServiceIntegrationCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateServiceIntegrationCommand = UpdateServiceIntegrationCommand;
|
|
@@ -5,6 +5,7 @@ tslib_1.__exportStar(require("./AddNotificationChannelCommand"), exports);
|
|
|
5
5
|
tslib_1.__exportStar(require("./DescribeAccountHealthCommand"), exports);
|
|
6
6
|
tslib_1.__exportStar(require("./DescribeAccountOverviewCommand"), exports);
|
|
7
7
|
tslib_1.__exportStar(require("./DescribeAnomalyCommand"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./DescribeEventSourcesConfigCommand"), exports);
|
|
8
9
|
tslib_1.__exportStar(require("./DescribeFeedbackCommand"), exports);
|
|
9
10
|
tslib_1.__exportStar(require("./DescribeInsightCommand"), exports);
|
|
10
11
|
tslib_1.__exportStar(require("./DescribeOrganizationHealthCommand"), exports);
|
|
@@ -25,5 +26,6 @@ tslib_1.__exportStar(require("./RemoveNotificationChannelCommand"), exports);
|
|
|
25
26
|
tslib_1.__exportStar(require("./SearchInsightsCommand"), exports);
|
|
26
27
|
tslib_1.__exportStar(require("./SearchOrganizationInsightsCommand"), exports);
|
|
27
28
|
tslib_1.__exportStar(require("./StartCostEstimationCommand"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./UpdateEventSourcesConfigCommand"), exports);
|
|
28
30
|
tslib_1.__exportStar(require("./UpdateResourceCollectionCommand"), exports);
|
|
29
31
|
tslib_1.__exportStar(require("./UpdateServiceIntegrationCommand"), exports);
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -122,7 +122,7 @@ const partitionHash = {
|
|
|
122
122
|
],
|
|
123
123
|
},
|
|
124
124
|
};
|
|
125
|
-
const defaultRegionInfoProvider = async (region, options) => config_resolver_1.getRegionInfo(region, {
|
|
125
|
+
const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, {
|
|
126
126
|
...options,
|
|
127
127
|
signingService: "devops-guru",
|
|
128
128
|
regionHash,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.UpdateServiceIntegrationResponse = exports.UpdateServiceIntegrationRequest = exports.UpdateServiceIntegrationConfig = exports.OpsCenterIntegrationConfig = exports.UpdateResourceCollectionResponse = exports.UpdateResourceCollectionRequest = exports.UpdateResourceCollectionFilter = void 0;
|
|
3
|
+
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.AnomalySourceMetadata = 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.AmazonCodeGuruProfilerIntegration = exports.EventSourceOptInStatus = 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.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 = exports.InsightFeedbackOption = exports.DescribeFeedbackRequest = exports.DescribeEventSourcesConfigResponse = exports.EventSourcesConfig = exports.DescribeEventSourcesConfigRequest = exports.DescribeAnomalyResponse = void 0;
|
|
5
|
+
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 = exports.EventDataSource = exports.ListAnomaliesForInsightResponse = exports.ReactiveAnomalySummary = exports.ProactiveAnomalySummary = exports.ListAnomaliesForInsightRequest = exports.StartTimeRange = void 0;
|
|
6
|
+
exports.UpdateServiceIntegrationResponse = exports.UpdateServiceIntegrationRequest = exports.UpdateServiceIntegrationConfig = exports.OpsCenterIntegrationConfig = exports.UpdateResourceCollectionResponse = exports.UpdateResourceCollectionRequest = exports.UpdateResourceCollectionFilter = exports.UpdateTagCollectionFilter = exports.UpdateCloudFormationCollectionFilter = exports.UpdateResourceCollectionAction = exports.UpdateEventSourcesConfigResponse = exports.UpdateEventSourcesConfigRequest = exports.StartCostEstimationResponse = exports.StartCostEstimationRequest = exports.SearchOrganizationInsightsResponse = void 0;
|
|
7
7
|
const DevOpsGuruServiceException_1 = require("./DevOpsGuruServiceException");
|
|
8
8
|
class AccessDeniedException extends DevOpsGuruServiceException_1.DevOpsGuruServiceException {
|
|
9
9
|
constructor(opts) {
|
|
@@ -164,6 +164,17 @@ class ValidationException extends DevOpsGuruServiceException_1.DevOpsGuruService
|
|
|
164
164
|
}
|
|
165
165
|
}
|
|
166
166
|
exports.ValidationException = ValidationException;
|
|
167
|
+
var EventSourceOptInStatus;
|
|
168
|
+
(function (EventSourceOptInStatus) {
|
|
169
|
+
EventSourceOptInStatus["DISABLED"] = "DISABLED";
|
|
170
|
+
EventSourceOptInStatus["ENABLED"] = "ENABLED";
|
|
171
|
+
})(EventSourceOptInStatus = exports.EventSourceOptInStatus || (exports.EventSourceOptInStatus = {}));
|
|
172
|
+
var AmazonCodeGuruProfilerIntegration;
|
|
173
|
+
(function (AmazonCodeGuruProfilerIntegration) {
|
|
174
|
+
AmazonCodeGuruProfilerIntegration.filterSensitiveLog = (obj) => ({
|
|
175
|
+
...obj,
|
|
176
|
+
});
|
|
177
|
+
})(AmazonCodeGuruProfilerIntegration = exports.AmazonCodeGuruProfilerIntegration || (exports.AmazonCodeGuruProfilerIntegration = {}));
|
|
167
178
|
var AnomalyReportedTimeRange;
|
|
168
179
|
(function (AnomalyReportedTimeRange) {
|
|
169
180
|
AnomalyReportedTimeRange.filterSensitiveLog = (obj) => ({
|
|
@@ -277,6 +288,12 @@ var AnomalySourceDetails;
|
|
|
277
288
|
...obj,
|
|
278
289
|
});
|
|
279
290
|
})(AnomalySourceDetails = exports.AnomalySourceDetails || (exports.AnomalySourceDetails = {}));
|
|
291
|
+
var AnomalySourceMetadata;
|
|
292
|
+
(function (AnomalySourceMetadata) {
|
|
293
|
+
AnomalySourceMetadata.filterSensitiveLog = (obj) => ({
|
|
294
|
+
...obj,
|
|
295
|
+
});
|
|
296
|
+
})(AnomalySourceMetadata = exports.AnomalySourceMetadata || (exports.AnomalySourceMetadata = {}));
|
|
280
297
|
var AnomalyStatus;
|
|
281
298
|
(function (AnomalyStatus) {
|
|
282
299
|
AnomalyStatus["CLOSED"] = "CLOSED";
|
|
@@ -365,6 +382,24 @@ var DescribeAnomalyResponse;
|
|
|
365
382
|
...obj,
|
|
366
383
|
});
|
|
367
384
|
})(DescribeAnomalyResponse = exports.DescribeAnomalyResponse || (exports.DescribeAnomalyResponse = {}));
|
|
385
|
+
var DescribeEventSourcesConfigRequest;
|
|
386
|
+
(function (DescribeEventSourcesConfigRequest) {
|
|
387
|
+
DescribeEventSourcesConfigRequest.filterSensitiveLog = (obj) => ({
|
|
388
|
+
...obj,
|
|
389
|
+
});
|
|
390
|
+
})(DescribeEventSourcesConfigRequest = exports.DescribeEventSourcesConfigRequest || (exports.DescribeEventSourcesConfigRequest = {}));
|
|
391
|
+
var EventSourcesConfig;
|
|
392
|
+
(function (EventSourcesConfig) {
|
|
393
|
+
EventSourcesConfig.filterSensitiveLog = (obj) => ({
|
|
394
|
+
...obj,
|
|
395
|
+
});
|
|
396
|
+
})(EventSourcesConfig = exports.EventSourcesConfig || (exports.EventSourcesConfig = {}));
|
|
397
|
+
var DescribeEventSourcesConfigResponse;
|
|
398
|
+
(function (DescribeEventSourcesConfigResponse) {
|
|
399
|
+
DescribeEventSourcesConfigResponse.filterSensitiveLog = (obj) => ({
|
|
400
|
+
...obj,
|
|
401
|
+
});
|
|
402
|
+
})(DescribeEventSourcesConfigResponse = exports.DescribeEventSourcesConfigResponse || (exports.DescribeEventSourcesConfigResponse = {}));
|
|
368
403
|
var DescribeFeedbackRequest;
|
|
369
404
|
(function (DescribeFeedbackRequest) {
|
|
370
405
|
DescribeFeedbackRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -988,6 +1023,18 @@ var StartCostEstimationResponse;
|
|
|
988
1023
|
...obj,
|
|
989
1024
|
});
|
|
990
1025
|
})(StartCostEstimationResponse = exports.StartCostEstimationResponse || (exports.StartCostEstimationResponse = {}));
|
|
1026
|
+
var UpdateEventSourcesConfigRequest;
|
|
1027
|
+
(function (UpdateEventSourcesConfigRequest) {
|
|
1028
|
+
UpdateEventSourcesConfigRequest.filterSensitiveLog = (obj) => ({
|
|
1029
|
+
...obj,
|
|
1030
|
+
});
|
|
1031
|
+
})(UpdateEventSourcesConfigRequest = exports.UpdateEventSourcesConfigRequest || (exports.UpdateEventSourcesConfigRequest = {}));
|
|
1032
|
+
var UpdateEventSourcesConfigResponse;
|
|
1033
|
+
(function (UpdateEventSourcesConfigResponse) {
|
|
1034
|
+
UpdateEventSourcesConfigResponse.filterSensitiveLog = (obj) => ({
|
|
1035
|
+
...obj,
|
|
1036
|
+
});
|
|
1037
|
+
})(UpdateEventSourcesConfigResponse = exports.UpdateEventSourcesConfigResponse || (exports.UpdateEventSourcesConfigResponse = {}));
|
|
991
1038
|
var UpdateResourceCollectionAction;
|
|
992
1039
|
(function (UpdateResourceCollectionAction) {
|
|
993
1040
|
UpdateResourceCollectionAction["ADD"] = "ADD";
|