| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DevOpsGuru.Types.ProactiveOrganizationInsightSummary
Description
Synopsis
- data ProactiveOrganizationInsightSummary = ProactiveOrganizationInsightSummary' {
- accountId :: Maybe Text
- id :: Maybe Text
- insightTimeRange :: Maybe InsightTimeRange
- name :: Maybe Text
- organizationalUnitId :: Maybe Text
- predictionTimeRange :: Maybe PredictionTimeRange
- resourceCollection :: Maybe ResourceCollection
- serviceCollection :: Maybe ServiceCollection
- severity :: Maybe InsightSeverity
- status :: Maybe InsightStatus
- newProactiveOrganizationInsightSummary :: ProactiveOrganizationInsightSummary
- proactiveOrganizationInsightSummary_accountId :: Lens' ProactiveOrganizationInsightSummary (Maybe Text)
- proactiveOrganizationInsightSummary_id :: Lens' ProactiveOrganizationInsightSummary (Maybe Text)
- proactiveOrganizationInsightSummary_insightTimeRange :: Lens' ProactiveOrganizationInsightSummary (Maybe InsightTimeRange)
- proactiveOrganizationInsightSummary_name :: Lens' ProactiveOrganizationInsightSummary (Maybe Text)
- proactiveOrganizationInsightSummary_organizationalUnitId :: Lens' ProactiveOrganizationInsightSummary (Maybe Text)
- proactiveOrganizationInsightSummary_predictionTimeRange :: Lens' ProactiveOrganizationInsightSummary (Maybe PredictionTimeRange)
- proactiveOrganizationInsightSummary_resourceCollection :: Lens' ProactiveOrganizationInsightSummary (Maybe ResourceCollection)
- proactiveOrganizationInsightSummary_serviceCollection :: Lens' ProactiveOrganizationInsightSummary (Maybe ServiceCollection)
- proactiveOrganizationInsightSummary_severity :: Lens' ProactiveOrganizationInsightSummary (Maybe InsightSeverity)
- proactiveOrganizationInsightSummary_status :: Lens' ProactiveOrganizationInsightSummary (Maybe InsightStatus)
Documentation
data ProactiveOrganizationInsightSummary Source #
Details about a proactive insight. This object is returned by
DescribeInsight.
See: newProactiveOrganizationInsightSummary smart constructor.
Constructors
| ProactiveOrganizationInsightSummary' | |
Fields
| |
Instances
newProactiveOrganizationInsightSummary :: ProactiveOrganizationInsightSummary Source #
Create a value of ProactiveOrganizationInsightSummary with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:accountId:ProactiveOrganizationInsightSummary', proactiveOrganizationInsightSummary_accountId - The ID of the Amazon Web Services account.
$sel:id:ProactiveOrganizationInsightSummary', proactiveOrganizationInsightSummary_id - The ID of the insight summary.
$sel:insightTimeRange:ProactiveOrganizationInsightSummary', proactiveOrganizationInsightSummary_insightTimeRange - Undocumented member.
$sel:name:ProactiveOrganizationInsightSummary', proactiveOrganizationInsightSummary_name - The name of the insight summary.
$sel:organizationalUnitId:ProactiveOrganizationInsightSummary', proactiveOrganizationInsightSummary_organizationalUnitId - The ID of the organizational unit.
$sel:predictionTimeRange:ProactiveOrganizationInsightSummary', proactiveOrganizationInsightSummary_predictionTimeRange - Undocumented member.
$sel:resourceCollection:ProactiveOrganizationInsightSummary', proactiveOrganizationInsightSummary_resourceCollection - Undocumented member.
$sel:serviceCollection:ProactiveOrganizationInsightSummary', proactiveOrganizationInsightSummary_serviceCollection - Undocumented member.
$sel:severity:ProactiveOrganizationInsightSummary', proactiveOrganizationInsightSummary_severity - An array of severity values used to search for insights. For more
information, see
Understanding insight severities
in the Amazon DevOps Guru User Guide.
$sel:status:ProactiveOrganizationInsightSummary', proactiveOrganizationInsightSummary_status - An array of status values used to search for insights.
proactiveOrganizationInsightSummary_accountId :: Lens' ProactiveOrganizationInsightSummary (Maybe Text) Source #
The ID of the Amazon Web Services account.
proactiveOrganizationInsightSummary_id :: Lens' ProactiveOrganizationInsightSummary (Maybe Text) Source #
The ID of the insight summary.
proactiveOrganizationInsightSummary_insightTimeRange :: Lens' ProactiveOrganizationInsightSummary (Maybe InsightTimeRange) Source #
Undocumented member.
proactiveOrganizationInsightSummary_name :: Lens' ProactiveOrganizationInsightSummary (Maybe Text) Source #
The name of the insight summary.
proactiveOrganizationInsightSummary_organizationalUnitId :: Lens' ProactiveOrganizationInsightSummary (Maybe Text) Source #
The ID of the organizational unit.
proactiveOrganizationInsightSummary_predictionTimeRange :: Lens' ProactiveOrganizationInsightSummary (Maybe PredictionTimeRange) Source #
Undocumented member.
proactiveOrganizationInsightSummary_resourceCollection :: Lens' ProactiveOrganizationInsightSummary (Maybe ResourceCollection) Source #
Undocumented member.
proactiveOrganizationInsightSummary_serviceCollection :: Lens' ProactiveOrganizationInsightSummary (Maybe ServiceCollection) Source #
Undocumented member.
proactiveOrganizationInsightSummary_severity :: Lens' ProactiveOrganizationInsightSummary (Maybe InsightSeverity) Source #
An array of severity values used to search for insights. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.
proactiveOrganizationInsightSummary_status :: Lens' ProactiveOrganizationInsightSummary (Maybe InsightStatus) Source #
An array of status values used to search for insights.