libZSservicesZSamazonka-devops-guruZSamazonka-devops-guru
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.DevOpsGuru.Lens

Contents

Description

 
Synopsis

Operations

DescribeAnomaly

describeAnomalyResponse_reactiveAnomaly :: Lens' DescribeAnomalyResponse (Maybe ReactiveAnomaly) Source #

A ProactiveAnomaly object that represents the requested anomaly.

describeAnomalyResponse_proactiveAnomaly :: Lens' DescribeAnomalyResponse (Maybe ProactiveAnomaly) Source #

A ReactiveAnomaly object that represents the requested anomaly.

DescribeFeedback

describeFeedback_insightId :: Lens' DescribeFeedback (Maybe Text) Source #

The ID of the insight for which the feedback was provided.

ListInsights

listInsights_nextToken :: Lens' ListInsights (Maybe Text) Source #

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

listInsights_maxResults :: Lens' ListInsights (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

listInsights_statusFilter :: Lens' ListInsights ListInsightsStatusFilter Source #

A filter used to filter the returned insights by their status. You can specify one status filter.

listInsightsResponse_nextToken :: Lens' ListInsightsResponse (Maybe Text) Source #

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

AddNotificationChannel

addNotificationChannel_config :: Lens' AddNotificationChannel NotificationChannelConfig Source #

A NotificationChannelConfig object that specifies what type of notification channel to add. The one supported notification channel is Amazon Simple Notification Service (Amazon SNS).

ListNotificationChannels

listNotificationChannels_nextToken :: Lens' ListNotificationChannels (Maybe Text) Source #

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

listNotificationChannelsResponse_nextToken :: Lens' ListNotificationChannelsResponse (Maybe Text) Source #

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

DescribeAccountOverview

describeAccountOverview_toTime :: Lens' DescribeAccountOverview (Maybe UTCTime) Source #

The end of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred before this day. If this is not specified, then the current day is used.

describeAccountOverview_fromTime :: Lens' DescribeAccountOverview UTCTime Source #

The start of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred after this day.

describeAccountOverviewResponse_reactiveInsights :: Lens' DescribeAccountOverviewResponse Int Source #

An integer that specifies the number of open reactive insights in your AWS account that were created during the time range passed in.

describeAccountOverviewResponse_proactiveInsights :: Lens' DescribeAccountOverviewResponse Int Source #

An integer that specifies the number of open proactive insights in your AWS account that were created during the time range passed in.

describeAccountOverviewResponse_meanTimeToRecoverInMilliseconds :: Lens' DescribeAccountOverviewResponse Integer Source #

The Mean Time to Recover (MTTR) for all closed insights that were created during the time range passed in.

DescribeResourceCollectionHealth

describeResourceCollectionHealth_nextToken :: Lens' DescribeResourceCollectionHealth (Maybe Text) Source #

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

describeResourceCollectionHealth_resourceCollectionType :: Lens' DescribeResourceCollectionHealth ResourceCollectionType Source #

An AWS resource collection type. This type specifies how analyzed AWS resources are defined. The one type of AWS resource collection supported is AWS CloudFormation stacks. DevOps Guru can be configured to analyze only the AWS resources that are defined in the stacks. You can specify up to 500 AWS CloudFormation stacks.

describeResourceCollectionHealthResponse_service :: Lens' DescribeResourceCollectionHealthResponse (Maybe [ServiceHealth]) Source #

An array of ServiceHealth objects that describes the health of the AWS services associated with the resources in the collection.

describeResourceCollectionHealthResponse_nextToken :: Lens' DescribeResourceCollectionHealthResponse (Maybe Text) Source #

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

describeResourceCollectionHealthResponse_cloudFormation :: Lens' DescribeResourceCollectionHealthResponse [CloudFormationHealth] Source #

The returned CloudFormationHealthOverview object that contains an InsightHealthOverview object with the requested system health information.

RemoveNotificationChannel

removeNotificationChannel_id :: Lens' RemoveNotificationChannel Text Source #

The ID of the notification channel to be removed.

ListAnomaliesForInsight

listAnomaliesForInsight_startTimeRange :: Lens' ListAnomaliesForInsight (Maybe StartTimeRange) Source #

A time range used to specify when the requested anomalies started. All returned anomalies started during this time range.

listAnomaliesForInsight_nextToken :: Lens' ListAnomaliesForInsight (Maybe Text) Source #

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

listAnomaliesForInsight_maxResults :: Lens' ListAnomaliesForInsight (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

listAnomaliesForInsight_insightId :: Lens' ListAnomaliesForInsight Text Source #

The ID of the insight. The returned anomalies belong to this insight.

listAnomaliesForInsightResponse_proactiveAnomalies :: Lens' ListAnomaliesForInsightResponse (Maybe [ProactiveAnomalySummary]) Source #

An array of ProactiveAnomalySummary objects that represent the requested anomalies

listAnomaliesForInsightResponse_nextToken :: Lens' ListAnomaliesForInsightResponse (Maybe Text) Source #

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

listAnomaliesForInsightResponse_reactiveAnomalies :: Lens' ListAnomaliesForInsightResponse (Maybe [ReactiveAnomalySummary]) Source #

An array of ReactiveAnomalySummary objects that represent the requested anomalies

PutFeedback

putFeedback_insightFeedback :: Lens' PutFeedback (Maybe InsightFeedback) Source #

The feedback from customers is about the recommendations in this insight.

SearchInsights

searchInsights_filters :: Lens' SearchInsights (Maybe SearchInsightsFilters) Source #

A SearchInsightsFilters object that is used to set the severity and status filters on your insight search.

searchInsights_nextToken :: Lens' SearchInsights (Maybe Text) Source #

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

searchInsights_maxResults :: Lens' SearchInsights (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

searchInsights_startTimeRange :: Lens' SearchInsights StartTimeRange Source #

The start of the time range passed in. Returned insights occurred after this time.

searchInsights_type :: Lens' SearchInsights InsightType Source #

The type of insights you are searching for (REACTIVE or PROACTIVE).

searchInsightsResponse_nextToken :: Lens' SearchInsightsResponse (Maybe Text) Source #

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

DescribeServiceIntegration

UpdateServiceIntegration

updateServiceIntegration_serviceIntegration :: Lens' UpdateServiceIntegration UpdateServiceIntegrationConfig Source #

An IntegratedServiceConfig object used to specify the integrated service you want to update, and whether you want to update it to enabled or disabled.

GetResourceCollection

getResourceCollection_nextToken :: Lens' GetResourceCollection (Maybe Text) Source #

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

getResourceCollection_resourceCollectionType :: Lens' GetResourceCollection ResourceCollectionType Source #

The type of AWS resource collections to return. The one valid value is CLOUD_FORMATION for AWS CloudFormation stacks.

getResourceCollectionResponse_resourceCollection :: Lens' GetResourceCollectionResponse (Maybe ResourceCollectionFilter) Source #

The requested list of AWS resource collections. The one type of AWS resource collection supported is AWS CloudFormation stacks. DevOps Guru can be configured to analyze only the AWS resources that are defined in the stacks. You can specify up to 500 AWS CloudFormation stacks.

getResourceCollectionResponse_nextToken :: Lens' GetResourceCollectionResponse (Maybe Text) Source #

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

ListEvents

listEvents_nextToken :: Lens' ListEvents (Maybe Text) Source #

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

listEvents_maxResults :: Lens' ListEvents (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

listEvents_filters :: Lens' ListEvents ListEventsFilters Source #

A ListEventsFilters object used to specify which events to return.

listEventsResponse_nextToken :: Lens' ListEventsResponse (Maybe Text) Source #

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

listEventsResponse_events :: Lens' ListEventsResponse [Event] Source #

A list of the requested events.

UpdateResourceCollection

updateResourceCollection_action :: Lens' UpdateResourceCollection UpdateResourceCollectionAction Source #

Specifies if the resource collection in the request is added or deleted to the resource collection.

StartCostEstimation

startCostEstimation_clientToken :: Lens' StartCostEstimation (Maybe Text) Source #

The idempotency token used to identify each cost estimate request.

startCostEstimation_resourceCollection :: Lens' StartCostEstimation CostEstimationResourceCollectionFilter Source #

The collection of AWS resources used to create a monthly DevOps Guru cost estimate.

ListRecommendations

listRecommendations_locale :: Lens' ListRecommendations (Maybe Locale) Source #

A locale that specifies the language to use for recommendations.

listRecommendations_nextToken :: Lens' ListRecommendations (Maybe Text) Source #

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

listRecommendationsResponse_nextToken :: Lens' ListRecommendationsResponse (Maybe Text) Source #

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

DescribeAccountHealth

describeAccountHealthResponse_openReactiveInsights :: Lens' DescribeAccountHealthResponse Int Source #

An integer that specifies the number of open reactive insights in your AWS account.

describeAccountHealthResponse_openProactiveInsights :: Lens' DescribeAccountHealthResponse Int Source #

An integer that specifies the number of open proactive insights in your AWS account.

describeAccountHealthResponse_metricsAnalyzed :: Lens' DescribeAccountHealthResponse Int Source #

An integer that specifies the number of metrics that have been analyzed in your AWS account.

describeAccountHealthResponse_resourceHours :: Lens' DescribeAccountHealthResponse Integer Source #

The number of Amazon DevOps Guru resource analysis hours billed to the current AWS account in the last hour.

DescribeInsight

describeInsightResponse_proactiveInsight :: Lens' DescribeInsightResponse (Maybe ProactiveInsight) Source #

A ProactiveInsight object that represents the requested insight.

describeInsightResponse_reactiveInsight :: Lens' DescribeInsightResponse (Maybe ReactiveInsight) Source #

A ReactiveInsight object that represents the requested insight.

GetCostEstimation

getCostEstimation_nextToken :: Lens' GetCostEstimation (Maybe Text) Source #

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

getCostEstimationResponse_status :: Lens' GetCostEstimationResponse (Maybe CostEstimationStatus) Source #

The status of creating this cost estimate. If it's still in progress, the status ONGOING is returned. If it is finished, the status COMPLETED is returned.

getCostEstimationResponse_resourceCollection :: Lens' GetCostEstimationResponse (Maybe CostEstimationResourceCollectionFilter) Source #

The collection of the AWS resources used to create your monthly DevOps Guru cost estimate.

getCostEstimationResponse_costs :: Lens' GetCostEstimationResponse (Maybe [ServiceResourceCost]) Source #

An array of ResourceCost objects that each contains details about the monthly cost estimate to analyze one of your AWS resources.

getCostEstimationResponse_nextToken :: Lens' GetCostEstimationResponse (Maybe Text) Source #

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

getCostEstimationResponse_totalCost :: Lens' GetCostEstimationResponse (Maybe Double) Source #

The estimated monthly cost to analyze the AWS resources. This value is the sum of the estimated costs to analyze each resource in the Costs object in this response.

Types

AnomalyReportedTimeRange

AnomalySourceDetails

anomalySourceDetails_cloudWatchMetrics :: Lens' AnomalySourceDetails (Maybe [CloudWatchMetricsDetail]) Source #

An array of CloudWatchMetricsDetail object that contains information about the analyzed metrics that displayed anomalous behavior.

AnomalyTimeRange

anomalyTimeRange_endTime :: Lens' AnomalyTimeRange (Maybe UTCTime) Source #

The time when the anomalous behavior ended.

anomalyTimeRange_startTime :: Lens' AnomalyTimeRange UTCTime Source #

The time when the anomalous behavior started.

CloudFormationCollection

CloudFormationCollectionFilter

CloudFormationCostEstimationResourceCollectionFilter

CloudFormationHealth

cloudFormationHealth_insight :: Lens' CloudFormationHealth (Maybe InsightHealth) Source #

Information about the health of the AWS resources in your account that are specified by an AWS CloudFormation stack, including the number of open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of closed insights.

cloudFormationHealth_stackName :: Lens' CloudFormationHealth (Maybe Text) Source #

The name of the CloudFormation stack.

CloudWatchMetricsDetail

cloudWatchMetricsDetail_period :: Lens' CloudWatchMetricsDetail (Maybe Int) Source #

The length of time associated with the CloudWatch metric in number of seconds.

cloudWatchMetricsDetail_namespace :: Lens' CloudWatchMetricsDetail (Maybe Text) Source #

The namespace of the CloudWatch metric. A namespace is a container for CloudWatch metrics.

cloudWatchMetricsDetail_stat :: Lens' CloudWatchMetricsDetail (Maybe CloudWatchMetricsStat) Source #

The type of statistic associated with the CloudWatch metric. For more information, see Statistics in the Amazon CloudWatch User Guide.

cloudWatchMetricsDetail_unit :: Lens' CloudWatchMetricsDetail (Maybe Text) Source #

The unit of measure used for the CloudWatch metric. For example, Bytes, Seconds, Count, and Percent.

CloudWatchMetricsDimension

CostEstimationResourceCollectionFilter

costEstimationResourceCollectionFilter_cloudFormation :: Lens' CostEstimationResourceCollectionFilter (Maybe CloudFormationCostEstimationResourceCollectionFilter) Source #

An object that specifies the CloudFormation stack that defines the AWS resources used to create a monthly estimate for DevOps Guru.

CostEstimationTimeRange

EndTimeRange

endTimeRange_fromTime :: Lens' EndTimeRange (Maybe UTCTime) Source #

The earliest end time in the time range.

endTimeRange_toTime :: Lens' EndTimeRange (Maybe UTCTime) Source #

The latest end time in the time range.

Event

event_eventClass :: Lens' Event (Maybe EventClass) Source #

The class of the event. The class specifies what the event is related to, such as an infrastructure change, a deployment, or a schema change.

event_time :: Lens' Event (Maybe UTCTime) Source #

A Timestamp that specifies the time the event occurred.

event_resources :: Lens' Event (Maybe [EventResource]) Source #

An EventResource object that contains information about the resource that emitted the event.

event_name :: Lens' Event (Maybe Text) Source #

The name of the event.

event_id :: Lens' Event (Maybe Text) Source #

The ID of the event.

event_dataSource :: Lens' Event (Maybe EventDataSource) Source #

The source, AWS_CLOUD_TRAIL or AWS_CODE_DEPLOY, where DevOps Guru analysis found the event.

event_eventSource :: Lens' Event (Maybe Text) Source #

The AWS source that emitted the event.

EventResource

eventResource_arn :: Lens' EventResource (Maybe Text) Source #

The Amazon Resource Name (ARN) of the resource that emitted an event.

eventResource_name :: Lens' EventResource (Maybe Text) Source #

The name of the resource that emitted an event.

eventResource_type :: Lens' EventResource (Maybe Text) Source #

The type of resource that emitted an event.

EventTimeRange

eventTimeRange_fromTime :: Lens' EventTimeRange UTCTime Source #

The time when the event started.

eventTimeRange_toTime :: Lens' EventTimeRange UTCTime Source #

The time when the event ended.

InsightFeedback

InsightHealth

insightHealth_meanTimeToRecoverInMilliseconds :: Lens' InsightHealth (Maybe Integer) Source #

The Meant Time to Recover (MTTR) for the insight.

insightHealth_openReactiveInsights :: Lens' InsightHealth (Maybe Int) Source #

The number of open reactive insights.

insightHealth_openProactiveInsights :: Lens' InsightHealth (Maybe Int) Source #

The number of open proactive insights.

InsightTimeRange

insightTimeRange_endTime :: Lens' InsightTimeRange (Maybe UTCTime) Source #

The time when the behavior described in an insight ended.

insightTimeRange_startTime :: Lens' InsightTimeRange UTCTime Source #

The time when the behavior described in an insight started.

ListEventsFilters

listEventsFilters_eventClass :: Lens' ListEventsFilters (Maybe EventClass) Source #

The class of the events you want to filter for, such as an infrastructure change, a deployment, or a schema change.

listEventsFilters_insightId :: Lens' ListEventsFilters (Maybe Text) Source #

An ID of an insight that is related to the events you want to filter for.

listEventsFilters_dataSource :: Lens' ListEventsFilters (Maybe EventDataSource) Source #

The source, AWS_CLOUD_TRAIL or AWS_CODE_DEPLOY, of the events you want returned.

listEventsFilters_eventTimeRange :: Lens' ListEventsFilters (Maybe EventTimeRange) Source #

A time range during which you want the filtered events to have occurred.

listEventsFilters_eventSource :: Lens' ListEventsFilters (Maybe Text) Source #

The AWS source that emitted the events you want to filter for.

ListInsightsAnyStatusFilter

listInsightsAnyStatusFilter_type :: Lens' ListInsightsAnyStatusFilter InsightType Source #

Use to filter for either REACTIVE or PROACTIVE insights.

listInsightsAnyStatusFilter_startTimeRange :: Lens' ListInsightsAnyStatusFilter StartTimeRange Source #

A time range used to specify when the behavior of the filtered insights started.

ListInsightsClosedStatusFilter

listInsightsClosedStatusFilter_type :: Lens' ListInsightsClosedStatusFilter InsightType Source #

Use to filter for either REACTIVE or PROACTIVE insights.

listInsightsClosedStatusFilter_endTimeRange :: Lens' ListInsightsClosedStatusFilter EndTimeRange Source #

A time range used to specify when the behavior of the filtered insights ended.

ListInsightsOngoingStatusFilter

listInsightsOngoingStatusFilter_type :: Lens' ListInsightsOngoingStatusFilter InsightType Source #

Use to filter for either REACTIVE or PROACTIVE insights.

ListInsightsStatusFilter

listInsightsStatusFilter_closed :: Lens' ListInsightsStatusFilter (Maybe ListInsightsClosedStatusFilter) Source #

A ListInsightsClosedStatusFilter that specifies closed insights that are either REACTIVE or PROACTIVE.

listInsightsStatusFilter_ongoing :: Lens' ListInsightsStatusFilter (Maybe ListInsightsOngoingStatusFilter) Source #

A ListInsightsAnyStatusFilter that specifies ongoing insights that are either REACTIVE or PROACTIVE.

listInsightsStatusFilter_any :: Lens' ListInsightsStatusFilter (Maybe ListInsightsAnyStatusFilter) Source #

A ListInsightsAnyStatusFilter that specifies insights of any status that are either REACTIVE or PROACTIVE.

NotificationChannel

notificationChannel_config :: Lens' NotificationChannel (Maybe NotificationChannelConfig) Source #

A NotificationChannelConfig object that contains information about configured notification channels.

notificationChannel_id :: Lens' NotificationChannel (Maybe Text) Source #

The ID of a notification channel.

NotificationChannelConfig

notificationChannelConfig_sns :: Lens' NotificationChannelConfig SnsChannelConfig Source #

Information about a notification channel configured in DevOps Guru to send notifications when insights are created.

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.

If you use an Amazon SNS topic that is encrypted by an AWS Key Management Service customer-managed key (CMK), then you must add permissions to the CMK. For more information, see Permissions for AWS KMS–encrypted Amazon SNS topics.

OpsCenterIntegration

opsCenterIntegration_optInStatus :: Lens' OpsCenterIntegration (Maybe OptInStatus) Source #

Specifies if DevOps Guru is enabled to create an AWS Systems Manager OpsItem for each created insight.

OpsCenterIntegrationConfig

opsCenterIntegrationConfig_optInStatus :: Lens' OpsCenterIntegrationConfig (Maybe OptInStatus) Source #

Specifies if DevOps Guru is enabled to create an AWS Systems Manager OpsItem for each created insight.

PredictionTimeRange

predictionTimeRange_endTime :: Lens' PredictionTimeRange (Maybe UTCTime) Source #

The time when the behavior in a proactive insight is expected to end.

predictionTimeRange_startTime :: Lens' PredictionTimeRange UTCTime Source #

The time range during which a metric limit is expected to be exceeded. This applies to proactive insights only.

ProactiveAnomaly

proactiveAnomaly_anomalyReportedTimeRange :: Lens' ProactiveAnomaly (Maybe AnomalyReportedTimeRange) Source #

A AnomalyReportedTimeRange object that specifies the time range between when the anomaly is opened and the time when it is closed.

proactiveAnomaly_updateTime :: Lens' ProactiveAnomaly (Maybe UTCTime) Source #

The time of the anomaly's most recent update.

proactiveAnomaly_sourceDetails :: Lens' ProactiveAnomaly (Maybe AnomalySourceDetails) Source #

Details about the source of the analyzed operational data that triggered the anomaly. The one supported source is Amazon CloudWatch metrics.

proactiveAnomaly_limit :: Lens' ProactiveAnomaly (Maybe Double) Source #

A threshold that was exceeded by behavior in analyzed resources. Exceeding this threshold is related to the anomalous behavior that generated this anomaly.

proactiveAnomaly_id :: Lens' ProactiveAnomaly (Maybe Text) Source #

The ID of a proactive anomaly.

proactiveAnomaly_associatedInsightId :: Lens' ProactiveAnomaly (Maybe Text) Source #

The ID of the insight that contains this anomaly. An insight is composed of related anomalies.

ProactiveAnomalySummary

proactiveAnomalySummary_anomalyReportedTimeRange :: Lens' ProactiveAnomalySummary (Maybe AnomalyReportedTimeRange) Source #

A AnomalyReportedTimeRange object that specifies the time range between when the anomaly is opened and the time when it is closed.

proactiveAnomalySummary_updateTime :: Lens' ProactiveAnomalySummary (Maybe UTCTime) Source #

The time of the anomaly's most recent update.

proactiveAnomalySummary_sourceDetails :: Lens' ProactiveAnomalySummary (Maybe AnomalySourceDetails) Source #

Details about the source of the analyzed operational data that triggered the anomaly. The one supported source is Amazon CloudWatch metrics.

proactiveAnomalySummary_limit :: Lens' ProactiveAnomalySummary (Maybe Double) Source #

A threshold that was exceeded by behavior in analyzed resources. Exceeding this threshold is related to the anomalous behavior that generated this anomaly.

proactiveAnomalySummary_associatedInsightId :: Lens' ProactiveAnomalySummary (Maybe Text) Source #

The ID of the insight that contains this anomaly. An insight is composed of related anomalies.

ProactiveInsight

proactiveInsight_status :: Lens' ProactiveInsight (Maybe InsightStatus) Source #

The status of the proactive insight.

proactiveInsight_severity :: Lens' ProactiveInsight (Maybe InsightSeverity) Source #

The severity of the proactive insight.

proactiveInsight_ssmOpsItemId :: Lens' ProactiveInsight (Maybe Text) Source #

The ID of the AWS System Manager OpsItem created for this insight. You must enable the creation of OpstItems insights before they are created for each insight.

proactiveInsight_name :: Lens' ProactiveInsight (Maybe Text) Source #

The name of the proactive insight.

proactiveInsight_id :: Lens' ProactiveInsight (Maybe Text) Source #

The ID of the proactive insight.

ProactiveInsightSummary

ReactiveAnomaly

reactiveAnomaly_anomalyReportedTimeRange :: Lens' ReactiveAnomaly (Maybe AnomalyReportedTimeRange) Source #

A AnomalyReportedTimeRange object that specifies the time range between when the anomaly is opened and the time when it is closed.

reactiveAnomaly_sourceDetails :: Lens' ReactiveAnomaly (Maybe AnomalySourceDetails) Source #

Details about the source of the analyzed operational data that triggered the anomaly. The one supported source is Amazon CloudWatch metrics.

reactiveAnomaly_id :: Lens' ReactiveAnomaly (Maybe Text) Source #

The ID of the reactive anomaly.

reactiveAnomaly_associatedInsightId :: Lens' ReactiveAnomaly (Maybe Text) Source #

The ID of the insight that contains this anomaly. An insight is composed of related anomalies.

ReactiveAnomalySummary

reactiveAnomalySummary_anomalyReportedTimeRange :: Lens' ReactiveAnomalySummary (Maybe AnomalyReportedTimeRange) Source #

A AnomalyReportedTimeRange object that specifies the time range between when the anomaly is opened and the time when it is closed.

reactiveAnomalySummary_sourceDetails :: Lens' ReactiveAnomalySummary (Maybe AnomalySourceDetails) Source #

Details about the source of the analyzed operational data that triggered the anomaly. The one supported source is Amazon CloudWatch metrics.

reactiveAnomalySummary_associatedInsightId :: Lens' ReactiveAnomalySummary (Maybe Text) Source #

The ID of the insight that contains this anomaly. An insight is composed of related anomalies.

ReactiveInsight

reactiveInsight_ssmOpsItemId :: Lens' ReactiveInsight (Maybe Text) Source #

The ID of the AWS System Manager OpsItem created for this insight. You must enable the creation of OpstItems insights before they are created for each insight.

reactiveInsight_name :: Lens' ReactiveInsight (Maybe Text) Source #

The name of a reactive insight.

reactiveInsight_id :: Lens' ReactiveInsight (Maybe Text) Source #

The ID of a reactive insight.

ReactiveInsightSummary

Recommendation

recommendation_link :: Lens' Recommendation (Maybe Text) Source #

A hyperlink to information to help you address the problem.

recommendation_relatedAnomalies :: Lens' Recommendation (Maybe [RecommendationRelatedAnomaly]) Source #

Anomalies that are related to the problem. Use these Anomalies to learn more about what's happening and to help address the issue.

recommendation_reason :: Lens' Recommendation (Maybe Text) Source #

The reason DevOps Guru flagged the anomalous behavior as a problem.

recommendation_name :: Lens' Recommendation (Maybe Text) Source #

The name of the recommendation.

recommendation_relatedEvents :: Lens' Recommendation (Maybe [RecommendationRelatedEvent]) Source #

Events that are related to the problem. Use these events to learn more about what's happening and to help address the issue.

RecommendationRelatedAnomaly

recommendationRelatedAnomaly_resources :: Lens' RecommendationRelatedAnomaly (Maybe [RecommendationRelatedAnomalyResource]) Source #

An array of objects that represent resources in which DevOps Guru detected anomalous behavior. Each object contains the name and type of the resource.

recommendationRelatedAnomaly_sourceDetails :: Lens' RecommendationRelatedAnomaly (Maybe [RecommendationRelatedAnomalySourceDetail]) Source #

Information about where the anomalous behavior related the recommendation was found. For example, details in Amazon CloudWatch metrics.

RecommendationRelatedAnomalyResource

RecommendationRelatedAnomalySourceDetail

recommendationRelatedAnomalySourceDetail_cloudWatchMetrics :: Lens' RecommendationRelatedAnomalySourceDetail (Maybe [RecommendationRelatedCloudWatchMetricsSourceDetail]) Source #

An array of CloudWatchMetricsDetail objects that contains information about the analyzed metrics that displayed anomalous behavior.

RecommendationRelatedCloudWatchMetricsSourceDetail

recommendationRelatedCloudWatchMetricsSourceDetail_namespace :: Lens' RecommendationRelatedCloudWatchMetricsSourceDetail (Maybe Text) Source #

The namespace of the CloudWatch metric. A namespace is a container for CloudWatch metrics.

RecommendationRelatedEvent

recommendationRelatedEvent_resources :: Lens' RecommendationRelatedEvent (Maybe [RecommendationRelatedEventResource]) Source #

A ResourceCollection object that contains arrays of the names of AWS CloudFormation stacks. You can specify up to 500 AWS CloudFormation stacks.

recommendationRelatedEvent_name :: Lens' RecommendationRelatedEvent (Maybe Text) Source #

The name of the event. This corresponds to the Name field in an Event object.

RecommendationRelatedEventResource

recommendationRelatedEventResource_name :: Lens' RecommendationRelatedEventResource (Maybe Text) Source #

The name of the resource that emitted the event. This corresponds to the Name field in an EventResource object.

recommendationRelatedEventResource_type :: Lens' RecommendationRelatedEventResource (Maybe Text) Source #

The type of the resource that emitted the event. This corresponds to the Type field in an EventResource object.

ResourceCollection

resourceCollection_cloudFormation :: Lens' ResourceCollection (Maybe CloudFormationCollection) Source #

An array of the names of AWS CloudFormation stacks. The stacks define AWS resources that DevOps Guru analyzes. You can specify up to 500 AWS CloudFormation stacks.

ResourceCollectionFilter

resourceCollectionFilter_cloudFormation :: Lens' ResourceCollectionFilter (Maybe CloudFormationCollectionFilter) Source #

Information about AWS CloudFormation stacks. You can use up to 500 stacks to specify which AWS resources in your account to analyze. For more information, see Stacks in the AWS CloudFormation User Guide.

SearchInsightsFilters

searchInsightsFilters_statuses :: Lens' SearchInsightsFilters (Maybe [InsightStatus]) Source #

An array of status values used to search for insights.

searchInsightsFilters_severities :: Lens' SearchInsightsFilters (Maybe [InsightSeverity]) Source #

An array of severity values used to search for insights.

ServiceCollection

serviceCollection_serviceNames :: Lens' ServiceCollection (Maybe [ServiceName]) Source #

An array of strings that each specifies the name of an AWS service.

ServiceHealth

serviceHealth_insight :: Lens' ServiceHealth (Maybe ServiceInsightHealth) Source #

Represents the health of an AWS service. This is a ServiceInsightHealth that contains the number of open proactive and reactive insights for this service.

ServiceInsightHealth

serviceInsightHealth_openReactiveInsights :: Lens' ServiceInsightHealth (Maybe Int) Source #

The number of open reactive insights in the AWS service

serviceInsightHealth_openProactiveInsights :: Lens' ServiceInsightHealth (Maybe Int) Source #

The number of open proactive insights in the AWS service

ServiceIntegrationConfig

serviceIntegrationConfig_opsCenter :: Lens' ServiceIntegrationConfig (Maybe OpsCenterIntegration) Source #

Information about whether DevOps Guru is configured to create an OpsItem in AWS Systems Manager OpsCenter for each created insight.

ServiceResourceCost

serviceResourceCost_state :: Lens' ServiceResourceCost (Maybe CostEstimationServiceResourceState) Source #

The state of the resource. The resource is ACTIVE if it produces metrics, events, or logs within an hour, otherwise it is INACTIVE. You pay for the number of active AWS resource hours analyzed for each resource. Inactive resources are not charged.

serviceResourceCost_unitCost :: Lens' ServiceResourceCost (Maybe Double) Source #

The price per hour to analyze the resources in the service. For more information, see Estimate your Amazon DevOps Guru costs and Amazon DevOps Guru pricing.

serviceResourceCost_count :: Lens' ServiceResourceCost (Maybe Int) Source #

The number of active resources analyzed for this service to create a monthly cost estimate.

serviceResourceCost_cost :: Lens' ServiceResourceCost (Maybe Double) Source #

The total estimated monthly cost to analyze the active resources for this resource.

SnsChannelConfig

snsChannelConfig_topicArn :: Lens' SnsChannelConfig (Maybe Text) Source #

The Amazon Resource Name (ARN) of an Amazon Simple Notification Service topic.

StartTimeRange

startTimeRange_fromTime :: Lens' StartTimeRange (Maybe UTCTime) Source #

The start time of the time range.

startTimeRange_toTime :: Lens' StartTimeRange (Maybe UTCTime) Source #

The end time of the time range.

UpdateCloudFormationCollectionFilter

updateCloudFormationCollectionFilter_stackNames :: Lens' UpdateCloudFormationCollectionFilter (Maybe [Text]) Source #

An array of the names of the AWS CloudFormation stacks to update. You can specify up to 500 AWS CloudFormation stacks.

UpdateResourceCollectionFilter

updateResourceCollectionFilter_cloudFormation :: Lens' UpdateResourceCollectionFilter (Maybe UpdateCloudFormationCollectionFilter) Source #

An collection of AWS CloudFormation stacks. You can specify up to 500 AWS CloudFormation stacks.

UpdateServiceIntegrationConfig