Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
- Service Configuration
- Errors
- AccessDeniedException
- AssessmentRunInProgressException
- NoSuchEntityException
- UnsupportedFeatureException
- PreviewGenerationInProgressException
- AgentsAlreadyRunningAssessmentException
- InvalidCrossAccountRoleException
- InvalidInputException
- InternalException
- ServiceTemporarilyUnavailableException
- LimitExceededException
- Waiters
- Operations
- GetTelemetryMetadata
- ListFindings (Paginated)
- ListAssessmentTemplates (Paginated)
- SubscribeToEvent
- ListAssessmentRunAgents (Paginated)
- StartAssessmentRun
- DeleteAssessmentTemplate
- CreateAssessmentTemplate
- DescribeExclusions
- ListTagsForResource
- SetTagsForResource
- DescribeCrossAccountAccessRole
- DescribeAssessmentTemplates
- DescribeResourceGroups
- CreateAssessmentTarget
- GetExclusionsPreview
- ListEventSubscriptions (Paginated)
- RegisterCrossAccountAccessRole
- ListAssessmentTargets (Paginated)
- CreateExclusionsPreview
- CreateResourceGroup
- DescribeRulesPackages
- StopAssessmentRun
- ListExclusions (Paginated)
- PreviewAgents (Paginated)
- DescribeFindings
- AddAttributesToFindings
- UpdateAssessmentTarget
- DeleteAssessmentTarget
- DeleteAssessmentRun
- ListAssessmentRuns (Paginated)
- GetAssessmentReport
- ListRulesPackages (Paginated)
- DescribeAssessmentRuns
- UnsubscribeFromEvent
- RemoveAttributesFromFindings
- DescribeAssessmentTargets
- Types
- AgentHealth
- AgentHealthCode
- AssessmentRunNotificationSnsStatusCode
- AssessmentRunState
- AssetType
- FailedItemErrorCode
- InspectorEvent
- Locale
- PreviewStatus
- ReportFileFormat
- ReportStatus
- ReportType
- ScopeType
- Severity
- StopAction
- AgentFilter
- AgentPreview
- AssessmentRun
- AssessmentRunAgent
- AssessmentRunFilter
- AssessmentRunNotification
- AssessmentRunStateChange
- AssessmentTarget
- AssessmentTargetFilter
- AssessmentTemplate
- AssessmentTemplateFilter
- AssetAttributes
- Attribute
- DurationRange
- EventSubscription
- Exclusion
- ExclusionPreview
- FailedItemDetails
- Finding
- FindingFilter
- InspectorServiceAttributes
- NetworkInterface
- PrivateIp
- ResourceGroup
- ResourceGroupTag
- RulesPackage
- Scope
- SecurityGroup
- Subscription
- Tag
- TelemetryMetadata
- TimestampRange
Derived from API version 2016-02-16
of the AWS service descriptions, licensed under Apache 2.0.
Amazon Inspector
Amazon Inspector enables you to analyze the behavior of your AWS resources and to identify potential security issues. For more information, see Amazon Inspector User Guide.
Synopsis
- defaultService :: Service
- _AccessDeniedException :: AsError a => Getting (First ServiceError) a ServiceError
- _AssessmentRunInProgressException :: AsError a => Getting (First ServiceError) a ServiceError
- _NoSuchEntityException :: AsError a => Getting (First ServiceError) a ServiceError
- _UnsupportedFeatureException :: AsError a => Getting (First ServiceError) a ServiceError
- _PreviewGenerationInProgressException :: AsError a => Getting (First ServiceError) a ServiceError
- _AgentsAlreadyRunningAssessmentException :: AsError a => Getting (First ServiceError) a ServiceError
- _InvalidCrossAccountRoleException :: AsError a => Getting (First ServiceError) a ServiceError
- _InvalidInputException :: AsError a => Getting (First ServiceError) a ServiceError
- _InternalException :: AsError a => Getting (First ServiceError) a ServiceError
- _ServiceTemporarilyUnavailableException :: AsError a => Getting (First ServiceError) a ServiceError
- _LimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError
- data GetTelemetryMetadata = GetTelemetryMetadata' Text
- newGetTelemetryMetadata :: Text -> GetTelemetryMetadata
- data GetTelemetryMetadataResponse = GetTelemetryMetadataResponse' Int [TelemetryMetadata]
- newGetTelemetryMetadataResponse :: Int -> GetTelemetryMetadataResponse
- data ListFindings = ListFindings' (Maybe [Text]) (Maybe Text) (Maybe FindingFilter) (Maybe Int)
- newListFindings :: ListFindings
- data ListFindingsResponse = ListFindingsResponse' (Maybe Text) Int [Text]
- newListFindingsResponse :: Int -> ListFindingsResponse
- data ListAssessmentTemplates = ListAssessmentTemplates' (Maybe Text) (Maybe AssessmentTemplateFilter) (Maybe Int) (Maybe [Text])
- newListAssessmentTemplates :: ListAssessmentTemplates
- data ListAssessmentTemplatesResponse = ListAssessmentTemplatesResponse' (Maybe Text) Int [Text]
- newListAssessmentTemplatesResponse :: Int -> ListAssessmentTemplatesResponse
- data SubscribeToEvent = SubscribeToEvent' Text InspectorEvent Text
- newSubscribeToEvent :: Text -> InspectorEvent -> Text -> SubscribeToEvent
- data SubscribeToEventResponse = SubscribeToEventResponse' {
- newSubscribeToEventResponse :: SubscribeToEventResponse
- data ListAssessmentRunAgents = ListAssessmentRunAgents' (Maybe Text) (Maybe AgentFilter) (Maybe Int) Text
- newListAssessmentRunAgents :: Text -> ListAssessmentRunAgents
- data ListAssessmentRunAgentsResponse = ListAssessmentRunAgentsResponse' (Maybe Text) Int [AssessmentRunAgent]
- newListAssessmentRunAgentsResponse :: Int -> ListAssessmentRunAgentsResponse
- data StartAssessmentRun = StartAssessmentRun' (Maybe Text) Text
- newStartAssessmentRun :: Text -> StartAssessmentRun
- data StartAssessmentRunResponse = StartAssessmentRunResponse' Int Text
- newStartAssessmentRunResponse :: Int -> Text -> StartAssessmentRunResponse
- data DeleteAssessmentTemplate = DeleteAssessmentTemplate' Text
- newDeleteAssessmentTemplate :: Text -> DeleteAssessmentTemplate
- data DeleteAssessmentTemplateResponse = DeleteAssessmentTemplateResponse' {
- newDeleteAssessmentTemplateResponse :: DeleteAssessmentTemplateResponse
- data CreateAssessmentTemplate = CreateAssessmentTemplate' (Maybe [Attribute]) Text Text Natural [Text]
- newCreateAssessmentTemplate :: Text -> Text -> Natural -> CreateAssessmentTemplate
- data CreateAssessmentTemplateResponse = CreateAssessmentTemplateResponse' Int Text
- newCreateAssessmentTemplateResponse :: Int -> Text -> CreateAssessmentTemplateResponse
- data DescribeExclusions = DescribeExclusions' (Maybe Locale) (NonEmpty Text)
- newDescribeExclusions :: NonEmpty Text -> DescribeExclusions
- data DescribeExclusionsResponse = DescribeExclusionsResponse' Int (HashMap Text Exclusion) (HashMap Text FailedItemDetails)
- newDescribeExclusionsResponse :: Int -> DescribeExclusionsResponse
- data ListTagsForResource = ListTagsForResource' Text
- newListTagsForResource :: Text -> ListTagsForResource
- data ListTagsForResourceResponse = ListTagsForResourceResponse' Int [Tag]
- newListTagsForResourceResponse :: Int -> ListTagsForResourceResponse
- data SetTagsForResource = SetTagsForResource' (Maybe [Tag]) Text
- newSetTagsForResource :: Text -> SetTagsForResource
- data SetTagsForResourceResponse = SetTagsForResourceResponse' {
- newSetTagsForResourceResponse :: SetTagsForResourceResponse
- data DescribeCrossAccountAccessRole = DescribeCrossAccountAccessRole' {
- newDescribeCrossAccountAccessRole :: DescribeCrossAccountAccessRole
- data DescribeCrossAccountAccessRoleResponse = DescribeCrossAccountAccessRoleResponse' Int Text Bool POSIX
- newDescribeCrossAccountAccessRoleResponse :: Int -> Text -> Bool -> UTCTime -> DescribeCrossAccountAccessRoleResponse
- data DescribeAssessmentTemplates = DescribeAssessmentTemplates' (NonEmpty Text)
- newDescribeAssessmentTemplates :: NonEmpty Text -> DescribeAssessmentTemplates
- data DescribeAssessmentTemplatesResponse = DescribeAssessmentTemplatesResponse' Int [AssessmentTemplate] (HashMap Text FailedItemDetails)
- newDescribeAssessmentTemplatesResponse :: Int -> DescribeAssessmentTemplatesResponse
- data DescribeResourceGroups = DescribeResourceGroups' (NonEmpty Text)
- newDescribeResourceGroups :: NonEmpty Text -> DescribeResourceGroups
- data DescribeResourceGroupsResponse = DescribeResourceGroupsResponse' Int [ResourceGroup] (HashMap Text FailedItemDetails)
- newDescribeResourceGroupsResponse :: Int -> DescribeResourceGroupsResponse
- data CreateAssessmentTarget = CreateAssessmentTarget' (Maybe Text) Text
- newCreateAssessmentTarget :: Text -> CreateAssessmentTarget
- data CreateAssessmentTargetResponse = CreateAssessmentTargetResponse' Int Text
- newCreateAssessmentTargetResponse :: Int -> Text -> CreateAssessmentTargetResponse
- data GetExclusionsPreview = GetExclusionsPreview' (Maybe Locale) (Maybe Text) (Maybe Int) Text Text
- newGetExclusionsPreview :: Text -> Text -> GetExclusionsPreview
- data GetExclusionsPreviewResponse = GetExclusionsPreviewResponse' (Maybe [ExclusionPreview]) (Maybe Text) Int PreviewStatus
- newGetExclusionsPreviewResponse :: Int -> PreviewStatus -> GetExclusionsPreviewResponse
- data ListEventSubscriptions = ListEventSubscriptions' (Maybe Text) (Maybe Text) (Maybe Int)
- newListEventSubscriptions :: ListEventSubscriptions
- data ListEventSubscriptionsResponse = ListEventSubscriptionsResponse' (Maybe Text) Int [Subscription]
- newListEventSubscriptionsResponse :: Int -> ListEventSubscriptionsResponse
- data RegisterCrossAccountAccessRole = RegisterCrossAccountAccessRole' Text
- newRegisterCrossAccountAccessRole :: Text -> RegisterCrossAccountAccessRole
- data RegisterCrossAccountAccessRoleResponse = RegisterCrossAccountAccessRoleResponse' {
- newRegisterCrossAccountAccessRoleResponse :: RegisterCrossAccountAccessRoleResponse
- data ListAssessmentTargets = ListAssessmentTargets' (Maybe Text) (Maybe AssessmentTargetFilter) (Maybe Int)
- newListAssessmentTargets :: ListAssessmentTargets
- data ListAssessmentTargetsResponse = ListAssessmentTargetsResponse' (Maybe Text) Int [Text]
- newListAssessmentTargetsResponse :: Int -> ListAssessmentTargetsResponse
- data CreateExclusionsPreview = CreateExclusionsPreview' Text
- newCreateExclusionsPreview :: Text -> CreateExclusionsPreview
- data CreateExclusionsPreviewResponse = CreateExclusionsPreviewResponse' Int Text
- newCreateExclusionsPreviewResponse :: Int -> Text -> CreateExclusionsPreviewResponse
- data CreateResourceGroup = CreateResourceGroup' (NonEmpty ResourceGroupTag)
- newCreateResourceGroup :: NonEmpty ResourceGroupTag -> CreateResourceGroup
- data CreateResourceGroupResponse = CreateResourceGroupResponse' Int Text
- newCreateResourceGroupResponse :: Int -> Text -> CreateResourceGroupResponse
- data DescribeRulesPackages = DescribeRulesPackages' (Maybe Locale) (NonEmpty Text)
- newDescribeRulesPackages :: NonEmpty Text -> DescribeRulesPackages
- data DescribeRulesPackagesResponse = DescribeRulesPackagesResponse' Int [RulesPackage] (HashMap Text FailedItemDetails)
- newDescribeRulesPackagesResponse :: Int -> DescribeRulesPackagesResponse
- data StopAssessmentRun = StopAssessmentRun' (Maybe StopAction) Text
- newStopAssessmentRun :: Text -> StopAssessmentRun
- data StopAssessmentRunResponse = StopAssessmentRunResponse' {
- newStopAssessmentRunResponse :: StopAssessmentRunResponse
- data ListExclusions = ListExclusions' (Maybe Text) (Maybe Int) Text
- newListExclusions :: Text -> ListExclusions
- data ListExclusionsResponse = ListExclusionsResponse' (Maybe Text) Int [Text]
- newListExclusionsResponse :: Int -> ListExclusionsResponse
- data PreviewAgents = PreviewAgents' (Maybe Text) (Maybe Int) Text
- newPreviewAgents :: Text -> PreviewAgents
- data PreviewAgentsResponse = PreviewAgentsResponse' (Maybe Text) Int [AgentPreview]
- newPreviewAgentsResponse :: Int -> PreviewAgentsResponse
- data DescribeFindings = DescribeFindings' (Maybe Locale) (NonEmpty Text)
- newDescribeFindings :: NonEmpty Text -> DescribeFindings
- data DescribeFindingsResponse = DescribeFindingsResponse' Int [Finding] (HashMap Text FailedItemDetails)
- newDescribeFindingsResponse :: Int -> DescribeFindingsResponse
- data AddAttributesToFindings = AddAttributesToFindings' (NonEmpty Text) [Attribute]
- newAddAttributesToFindings :: NonEmpty Text -> AddAttributesToFindings
- data AddAttributesToFindingsResponse = AddAttributesToFindingsResponse' Int (HashMap Text FailedItemDetails)
- newAddAttributesToFindingsResponse :: Int -> AddAttributesToFindingsResponse
- data UpdateAssessmentTarget = UpdateAssessmentTarget' (Maybe Text) Text Text
- newUpdateAssessmentTarget :: Text -> Text -> UpdateAssessmentTarget
- data UpdateAssessmentTargetResponse = UpdateAssessmentTargetResponse' {
- newUpdateAssessmentTargetResponse :: UpdateAssessmentTargetResponse
- data DeleteAssessmentTarget = DeleteAssessmentTarget' Text
- newDeleteAssessmentTarget :: Text -> DeleteAssessmentTarget
- data DeleteAssessmentTargetResponse = DeleteAssessmentTargetResponse' {
- newDeleteAssessmentTargetResponse :: DeleteAssessmentTargetResponse
- data DeleteAssessmentRun = DeleteAssessmentRun' Text
- newDeleteAssessmentRun :: Text -> DeleteAssessmentRun
- data DeleteAssessmentRunResponse = DeleteAssessmentRunResponse' {
- newDeleteAssessmentRunResponse :: DeleteAssessmentRunResponse
- data ListAssessmentRuns = ListAssessmentRuns' (Maybe Text) (Maybe AssessmentRunFilter) (Maybe [Text]) (Maybe Int)
- newListAssessmentRuns :: ListAssessmentRuns
- data ListAssessmentRunsResponse = ListAssessmentRunsResponse' (Maybe Text) Int [Text]
- newListAssessmentRunsResponse :: Int -> ListAssessmentRunsResponse
- data GetAssessmentReport = GetAssessmentReport' Text ReportFileFormat ReportType
- newGetAssessmentReport :: Text -> ReportFileFormat -> ReportType -> GetAssessmentReport
- data GetAssessmentReportResponse = GetAssessmentReportResponse' (Maybe Text) Int ReportStatus
- newGetAssessmentReportResponse :: Int -> ReportStatus -> GetAssessmentReportResponse
- data ListRulesPackages = ListRulesPackages' (Maybe Text) (Maybe Int)
- newListRulesPackages :: ListRulesPackages
- data ListRulesPackagesResponse = ListRulesPackagesResponse' (Maybe Text) Int [Text]
- newListRulesPackagesResponse :: Int -> ListRulesPackagesResponse
- data DescribeAssessmentRuns = DescribeAssessmentRuns' (NonEmpty Text)
- newDescribeAssessmentRuns :: NonEmpty Text -> DescribeAssessmentRuns
- data DescribeAssessmentRunsResponse = DescribeAssessmentRunsResponse' Int [AssessmentRun] (HashMap Text FailedItemDetails)
- newDescribeAssessmentRunsResponse :: Int -> DescribeAssessmentRunsResponse
- data UnsubscribeFromEvent = UnsubscribeFromEvent' Text InspectorEvent Text
- newUnsubscribeFromEvent :: Text -> InspectorEvent -> Text -> UnsubscribeFromEvent
- data UnsubscribeFromEventResponse = UnsubscribeFromEventResponse' {
- newUnsubscribeFromEventResponse :: UnsubscribeFromEventResponse
- data RemoveAttributesFromFindings = RemoveAttributesFromFindings' (NonEmpty Text) [Text]
- newRemoveAttributesFromFindings :: NonEmpty Text -> RemoveAttributesFromFindings
- data RemoveAttributesFromFindingsResponse = RemoveAttributesFromFindingsResponse' Int (HashMap Text FailedItemDetails)
- newRemoveAttributesFromFindingsResponse :: Int -> RemoveAttributesFromFindingsResponse
- data DescribeAssessmentTargets = DescribeAssessmentTargets' (NonEmpty Text)
- newDescribeAssessmentTargets :: NonEmpty Text -> DescribeAssessmentTargets
- data DescribeAssessmentTargetsResponse = DescribeAssessmentTargetsResponse' Int [AssessmentTarget] (HashMap Text FailedItemDetails)
- newDescribeAssessmentTargetsResponse :: Int -> DescribeAssessmentTargetsResponse
- newtype AgentHealth where
- AgentHealth' { }
- pattern AgentHealth_HEALTHY :: AgentHealth
- pattern AgentHealth_UNHEALTHY :: AgentHealth
- pattern AgentHealth_UNKNOWN :: AgentHealth
- newtype AgentHealthCode where
- AgentHealthCode' { }
- pattern AgentHealthCode_IDLE :: AgentHealthCode
- pattern AgentHealthCode_RUNNING :: AgentHealthCode
- pattern AgentHealthCode_SHUTDOWN :: AgentHealthCode
- pattern AgentHealthCode_THROTTLED :: AgentHealthCode
- pattern AgentHealthCode_UNHEALTHY :: AgentHealthCode
- pattern AgentHealthCode_UNKNOWN :: AgentHealthCode
- newtype AssessmentRunNotificationSnsStatusCode where
- AssessmentRunNotificationSnsStatusCode' { }
- pattern AssessmentRunNotificationSnsStatusCode_ACCESS_DENIED :: AssessmentRunNotificationSnsStatusCode
- pattern AssessmentRunNotificationSnsStatusCode_INTERNAL_ERROR :: AssessmentRunNotificationSnsStatusCode
- pattern AssessmentRunNotificationSnsStatusCode_SUCCESS :: AssessmentRunNotificationSnsStatusCode
- pattern AssessmentRunNotificationSnsStatusCode_TOPIC_DOES_NOT_EXIST :: AssessmentRunNotificationSnsStatusCode
- newtype AssessmentRunState where
- AssessmentRunState' { }
- pattern AssessmentRunState_CANCELED :: AssessmentRunState
- pattern AssessmentRunState_COLLECTING_DATA :: AssessmentRunState
- pattern AssessmentRunState_COMPLETED :: AssessmentRunState
- pattern AssessmentRunState_COMPLETED_WITH_ERRORS :: AssessmentRunState
- pattern AssessmentRunState_CREATED :: AssessmentRunState
- pattern AssessmentRunState_DATA_COLLECTED :: AssessmentRunState
- pattern AssessmentRunState_ERROR :: AssessmentRunState
- pattern AssessmentRunState_EVALUATING_RULES :: AssessmentRunState
- pattern AssessmentRunState_FAILED :: AssessmentRunState
- pattern AssessmentRunState_START_DATA_COLLECTION_IN_PROGRESS :: AssessmentRunState
- pattern AssessmentRunState_START_DATA_COLLECTION_PENDING :: AssessmentRunState
- pattern AssessmentRunState_START_EVALUATING_RULES_PENDING :: AssessmentRunState
- pattern AssessmentRunState_STOP_DATA_COLLECTION_PENDING :: AssessmentRunState
- newtype AssetType where
- AssetType' { }
- pattern AssetType_Ec2_instance :: AssetType
- newtype FailedItemErrorCode where
- FailedItemErrorCode' { }
- pattern FailedItemErrorCode_ACCESS_DENIED :: FailedItemErrorCode
- pattern FailedItemErrorCode_DUPLICATE_ARN :: FailedItemErrorCode
- pattern FailedItemErrorCode_INTERNAL_ERROR :: FailedItemErrorCode
- pattern FailedItemErrorCode_INVALID_ARN :: FailedItemErrorCode
- pattern FailedItemErrorCode_ITEM_DOES_NOT_EXIST :: FailedItemErrorCode
- pattern FailedItemErrorCode_LIMIT_EXCEEDED :: FailedItemErrorCode
- newtype InspectorEvent where
- InspectorEvent' { }
- pattern InspectorEvent_ASSESSMENT_RUN_COMPLETED :: InspectorEvent
- pattern InspectorEvent_ASSESSMENT_RUN_STARTED :: InspectorEvent
- pattern InspectorEvent_ASSESSMENT_RUN_STATE_CHANGED :: InspectorEvent
- pattern InspectorEvent_FINDING_REPORTED :: InspectorEvent
- pattern InspectorEvent_OTHER :: InspectorEvent
- newtype Locale where
- Locale' {
- fromLocale :: Text
- pattern Locale_EN_US :: Locale
- Locale' {
- newtype PreviewStatus where
- PreviewStatus' { }
- pattern PreviewStatus_COMPLETED :: PreviewStatus
- pattern PreviewStatus_WORK_IN_PROGRESS :: PreviewStatus
- newtype ReportFileFormat where
- ReportFileFormat' { }
- pattern ReportFileFormat_HTML :: ReportFileFormat
- pattern ReportFileFormat_PDF :: ReportFileFormat
- newtype ReportStatus where
- ReportStatus' { }
- pattern ReportStatus_COMPLETED :: ReportStatus
- pattern ReportStatus_FAILED :: ReportStatus
- pattern ReportStatus_WORK_IN_PROGRESS :: ReportStatus
- newtype ReportType where
- ReportType' { }
- pattern ReportType_FINDING :: ReportType
- pattern ReportType_FULL :: ReportType
- newtype ScopeType where
- ScopeType' { }
- pattern ScopeType_INSTANCE_ID :: ScopeType
- pattern ScopeType_RULES_PACKAGE_ARN :: ScopeType
- newtype Severity where
- Severity' {
- fromSeverity :: Text
- pattern Severity_High :: Severity
- pattern Severity_Informational :: Severity
- pattern Severity_Low :: Severity
- pattern Severity_Medium :: Severity
- pattern Severity_Undefined :: Severity
- Severity' {
- newtype StopAction where
- StopAction' { }
- pattern StopAction_SKIP_EVALUATION :: StopAction
- pattern StopAction_START_EVALUATION :: StopAction
- data AgentFilter = AgentFilter' [AgentHealth] [AgentHealthCode]
- newAgentFilter :: AgentFilter
- data AgentPreview = AgentPreview' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe AgentHealth) (Maybe Text) Text
- newAgentPreview :: Text -> AgentPreview
- data AssessmentRun = AssessmentRun' (Maybe POSIX) (Maybe POSIX) Text Text Text AssessmentRunState Natural (NonEmpty Text) [Attribute] POSIX POSIX Bool [AssessmentRunStateChange] [AssessmentRunNotification] (HashMap Severity Int)
- newAssessmentRun :: Text -> Text -> Text -> AssessmentRunState -> Natural -> NonEmpty Text -> UTCTime -> UTCTime -> Bool -> AssessmentRun
- data AssessmentRunAgent = AssessmentRunAgent' (Maybe Text) (Maybe Text) Text Text AgentHealth AgentHealthCode [TelemetryMetadata]
- newAssessmentRunAgent :: Text -> Text -> AgentHealth -> AgentHealthCode -> AssessmentRunAgent
- data AssessmentRunFilter = AssessmentRunFilter' (Maybe [AssessmentRunState]) (Maybe Text) (Maybe TimestampRange) (Maybe TimestampRange) (Maybe [Text]) (Maybe TimestampRange) (Maybe DurationRange)
- newAssessmentRunFilter :: AssessmentRunFilter
- data AssessmentRunNotification = AssessmentRunNotification' (Maybe Text) (Maybe AssessmentRunNotificationSnsStatusCode) (Maybe Text) POSIX InspectorEvent Bool
- newAssessmentRunNotification :: UTCTime -> InspectorEvent -> Bool -> AssessmentRunNotification
- data AssessmentRunStateChange = AssessmentRunStateChange' POSIX AssessmentRunState
- newAssessmentRunStateChange :: UTCTime -> AssessmentRunState -> AssessmentRunStateChange
- data AssessmentTarget = AssessmentTarget' (Maybe Text) Text Text POSIX POSIX
- newAssessmentTarget :: Text -> Text -> UTCTime -> UTCTime -> AssessmentTarget
- data AssessmentTargetFilter = AssessmentTargetFilter' (Maybe Text)
- newAssessmentTargetFilter :: AssessmentTargetFilter
- data AssessmentTemplate = AssessmentTemplate' (Maybe Text) Text Text Text Natural [Text] [Attribute] Int POSIX
- newAssessmentTemplate :: Text -> Text -> Text -> Natural -> Int -> UTCTime -> AssessmentTemplate
- data AssessmentTemplateFilter = AssessmentTemplateFilter' (Maybe Text) (Maybe [Text]) (Maybe DurationRange)
- newAssessmentTemplateFilter :: AssessmentTemplateFilter
- data AssetAttributes = AssetAttributes' (Maybe Text) (Maybe Text) (Maybe [NetworkInterface]) (Maybe [Text]) (Maybe Text) (Maybe Text) (Maybe [Tag]) Natural
- newAssetAttributes :: Natural -> AssetAttributes
- data Attribute = Attribute' (Maybe Text) Text
- newAttribute :: Text -> Attribute
- data DurationRange = DurationRange' (Maybe Natural) (Maybe Natural)
- newDurationRange :: DurationRange
- data EventSubscription = EventSubscription' InspectorEvent POSIX
- newEventSubscription :: InspectorEvent -> UTCTime -> EventSubscription
- data Exclusion = Exclusion' (Maybe [Attribute]) Text Text Text Text (NonEmpty Scope)
- newExclusion :: Text -> Text -> Text -> Text -> NonEmpty Scope -> Exclusion
- data ExclusionPreview = ExclusionPreview' (Maybe [Attribute]) Text Text Text (NonEmpty Scope)
- newExclusionPreview :: Text -> Text -> Text -> NonEmpty Scope -> ExclusionPreview
- data FailedItemDetails = FailedItemDetails' FailedItemErrorCode Bool
- newFailedItemDetails :: FailedItemErrorCode -> Bool -> FailedItemDetails
- data Finding = Finding' (Maybe Text) (Maybe Severity) (Maybe Natural) (Maybe Natural) (Maybe AssetAttributes) (Maybe InspectorServiceAttributes) (Maybe Text) (Maybe Double) (Maybe AssetType) (Maybe Text) (Maybe Bool) (Maybe Text) (Maybe Text) Text [Attribute] [Attribute] POSIX POSIX
- newFinding :: Text -> UTCTime -> UTCTime -> Finding
- data FindingFilter = FindingFilter' (Maybe [Text]) (Maybe [Text]) (Maybe [Attribute]) (Maybe [Text]) (Maybe [Attribute]) (Maybe [Severity]) (Maybe TimestampRange) (Maybe [Text])
- newFindingFilter :: FindingFilter
- data InspectorServiceAttributes = InspectorServiceAttributes' (Maybe Text) (Maybe Text) Natural
- newInspectorServiceAttributes :: Natural -> InspectorServiceAttributes
- data NetworkInterface = NetworkInterface' (Maybe [PrivateIp]) (Maybe Text) (Maybe [SecurityGroup]) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe [Text])
- newNetworkInterface :: NetworkInterface
- data PrivateIp = PrivateIp' (Maybe Text) (Maybe Text)
- newPrivateIp :: PrivateIp
- data ResourceGroup = ResourceGroup' Text (NonEmpty ResourceGroupTag) POSIX
- newResourceGroup :: Text -> NonEmpty ResourceGroupTag -> UTCTime -> ResourceGroup
- data ResourceGroupTag = ResourceGroupTag' (Maybe Text) Text
- newResourceGroupTag :: Text -> ResourceGroupTag
- data RulesPackage = RulesPackage' (Maybe Text) Text Text Text Text
- newRulesPackage :: Text -> Text -> Text -> Text -> RulesPackage
- data Scope = Scope' (Maybe Text) (Maybe ScopeType)
- newScope :: Scope
- data SecurityGroup = SecurityGroup' (Maybe Text) (Maybe Text)
- newSecurityGroup :: SecurityGroup
- data Subscription = Subscription' Text Text (NonEmpty EventSubscription)
- newSubscription :: Text -> Text -> NonEmpty EventSubscription -> Subscription
- data Tag = Tag' (Maybe Text) Text
- newTag :: Text -> Tag
- data TelemetryMetadata = TelemetryMetadata' (Maybe Integer) Text Integer
- newTelemetryMetadata :: Text -> Integer -> TelemetryMetadata
- data TimestampRange = TimestampRange' (Maybe POSIX) (Maybe POSIX)
- newTimestampRange :: TimestampRange
Service Configuration
defaultService :: Service Source #
API version 2016-02-16
of the Amazon Inspector SDK configuration.
Errors
Error matchers are designed for use with the functions provided by
Control.Exception.Lens.
This allows catching (and rethrowing) service specific errors returned
by Inspector
.
AccessDeniedException
_AccessDeniedException :: AsError a => Getting (First ServiceError) a ServiceError Source #
You do not have required permissions to access the requested resource.
AssessmentRunInProgressException
_AssessmentRunInProgressException :: AsError a => Getting (First ServiceError) a ServiceError Source #
You cannot perform a specified action if an assessment run is currently in progress.
NoSuchEntityException
_NoSuchEntityException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
UnsupportedFeatureException
_UnsupportedFeatureException :: AsError a => Getting (First ServiceError) a ServiceError Source #
Used by the GetAssessmentReport API. The request was rejected because you tried to generate a report for an assessment run that existed before reporting was supported in Amazon Inspector. You can only generate reports for assessment runs that took place or will take place after generating reports in Amazon Inspector became available.
PreviewGenerationInProgressException
_PreviewGenerationInProgressException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The request is rejected. The specified assessment template is currently generating an exclusions preview.
AgentsAlreadyRunningAssessmentException
_AgentsAlreadyRunningAssessmentException :: AsError a => Getting (First ServiceError) a ServiceError Source #
You started an assessment run, but one of the instances is already participating in another assessment run.
InvalidCrossAccountRoleException
_InvalidCrossAccountRoleException :: AsError a => Getting (First ServiceError) a ServiceError Source #
Amazon Inspector cannot assume the cross-account role that it needs to list your EC2 instances during the assessment run.
InvalidInputException
_InvalidInputException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
InternalException
_InternalException :: AsError a => Getting (First ServiceError) a ServiceError Source #
Internal server error.
ServiceTemporarilyUnavailableException
_ServiceTemporarilyUnavailableException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The serice is temporary unavailable.
LimitExceededException
_LimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.
Waiters
Waiters poll by repeatedly sending a request until some remote success condition
configured by the Wait
specification is fulfilled. The Wait
specification
determines how many attempts should be made, in addition to delay and retry strategies.
Operations
Some AWS operations return results that are incomplete and require subsequent
requests in order to obtain the entire result set. The process of sending
subsequent requests to continue where a previous request left off is called
pagination. For example, the ListObjects
operation of Amazon S3 returns up to
1000 objects at a time, and you must send subsequent requests with the
appropriate Marker in order to retrieve the next page of results.
Operations that have an AWSPager
instance can transparently perform subsequent
requests, correctly setting Markers and other request facets to iterate through
the entire result set of a truncated API operation. Operations which support
this have an additional note in the documentation.
Many operations have the ability to filter results on the server side. See the individual operation parameters for details.
GetTelemetryMetadata
data GetTelemetryMetadata Source #
See: newGetTelemetryMetadata
smart constructor.
Instances
newGetTelemetryMetadata Source #
Create a value of GetTelemetryMetadata
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:assessmentRunArn:GetTelemetryMetadata'
, getTelemetryMetadata_assessmentRunArn
- The ARN that specifies the assessment run that has the telemetry data
that you want to obtain.
data GetTelemetryMetadataResponse Source #
See: newGetTelemetryMetadataResponse
smart constructor.
Instances
newGetTelemetryMetadataResponse Source #
Create a value of GetTelemetryMetadataResponse
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:httpStatus:GetTelemetryMetadataResponse'
, getTelemetryMetadataResponse_httpStatus
- The response's http status code.
$sel:telemetryMetadata:GetTelemetryMetadataResponse'
, getTelemetryMetadataResponse_telemetryMetadata
- Telemetry details.
ListFindings (Paginated)
data ListFindings Source #
See: newListFindings
smart constructor.
ListFindings' (Maybe [Text]) (Maybe Text) (Maybe FindingFilter) (Maybe Int) |
Instances
newListFindings :: ListFindings Source #
Create a value of ListFindings
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:assessmentRunArns:ListFindings'
, listFindings_assessmentRunArns
- The ARNs of the assessment runs that generate the findings that you want
to list.
$sel:nextToken:ListFindings'
, listFindings_nextToken
- You can use this parameter when paginating results. Set the value of
this parameter to null on your first call to the ListFindings
action. Subsequent calls to the action fill nextToken in the request
with the value of NextToken from the previous response to continue
listing data.
$sel:filter':ListFindings'
, listFindings_filter
- You can use this parameter to specify a subset of data to be included in
the action's response.
For a record to match a filter, all specified filter attributes must match. When multiple values are specified for a filter attribute, any of the values can match.
$sel:maxResults:ListFindings'
, listFindings_maxResults
- You can use this parameter to indicate the maximum number of items you
want in the response. The default value is 10. The maximum value is 500.
data ListFindingsResponse Source #
See: newListFindingsResponse
smart constructor.
Instances
newListFindingsResponse Source #
Create a value of ListFindingsResponse
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:nextToken:ListFindings'
, listFindingsResponse_nextToken
- When a response is generated, if there is more data to be listed, this
parameter is present in the response and contains the value to use for
the nextToken parameter in a subsequent pagination request. If there
is no more data to be listed, this parameter is set to null.
$sel:httpStatus:ListFindingsResponse'
, listFindingsResponse_httpStatus
- The response's http status code.
$sel:findingArns:ListFindingsResponse'
, listFindingsResponse_findingArns
- A list of ARNs that specifies the findings returned by the action.
ListAssessmentTemplates (Paginated)
data ListAssessmentTemplates Source #
See: newListAssessmentTemplates
smart constructor.
Instances
newListAssessmentTemplates :: ListAssessmentTemplates Source #
Create a value of ListAssessmentTemplates
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:nextToken:ListAssessmentTemplates'
, listAssessmentTemplates_nextToken
- You can use this parameter when paginating results. Set the value of
this parameter to null on your first call to the
ListAssessmentTemplates action. Subsequent calls to the action fill
nextToken in the request with the value of NextToken from the
previous response to continue listing data.
$sel:filter':ListAssessmentTemplates'
, listAssessmentTemplates_filter
- You can use this parameter to specify a subset of data to be included in
the action's response.
For a record to match a filter, all specified filter attributes must match. When multiple values are specified for a filter attribute, any of the values can match.
$sel:maxResults:ListAssessmentTemplates'
, listAssessmentTemplates_maxResults
- You can use this parameter to indicate the maximum number of items you
want in the response. The default value is 10. The maximum value is 500.
$sel:assessmentTargetArns:ListAssessmentTemplates'
, listAssessmentTemplates_assessmentTargetArns
- A list of ARNs that specifies the assessment targets whose assessment
templates you want to list.
data ListAssessmentTemplatesResponse Source #
See: newListAssessmentTemplatesResponse
smart constructor.
Instances
newListAssessmentTemplatesResponse Source #
Create a value of ListAssessmentTemplatesResponse
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:nextToken:ListAssessmentTemplates'
, listAssessmentTemplatesResponse_nextToken
- When a response is generated, if there is more data to be listed, this
parameter is present in the response and contains the value to use for
the nextToken parameter in a subsequent pagination request. If there
is no more data to be listed, this parameter is set to null.
$sel:httpStatus:ListAssessmentTemplatesResponse'
, listAssessmentTemplatesResponse_httpStatus
- The response's http status code.
$sel:assessmentTemplateArns:ListAssessmentTemplatesResponse'
, listAssessmentTemplatesResponse_assessmentTemplateArns
- A list of ARNs that specifies the assessment templates returned by the
action.
SubscribeToEvent
data SubscribeToEvent Source #
See: newSubscribeToEvent
smart constructor.
Instances
:: Text | |
-> InspectorEvent | |
-> Text | |
-> SubscribeToEvent |
Create a value of SubscribeToEvent
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:resourceArn:SubscribeToEvent'
, subscribeToEvent_resourceArn
- The ARN of the assessment template that is used during the event for
which you want to receive SNS notifications.
$sel:event:SubscribeToEvent'
, subscribeToEvent_event
- The event for which you want to receive SNS notifications.
$sel:topicArn:SubscribeToEvent'
, subscribeToEvent_topicArn
- The ARN of the SNS topic to which the SNS notifications are sent.
data SubscribeToEventResponse Source #
See: newSubscribeToEventResponse
smart constructor.
Instances
Eq SubscribeToEventResponse Source # | |
Defined in Amazonka.Inspector.SubscribeToEvent | |
Read SubscribeToEventResponse Source # | |
Show SubscribeToEventResponse Source # | |
Defined in Amazonka.Inspector.SubscribeToEvent showsPrec :: Int -> SubscribeToEventResponse -> ShowS # show :: SubscribeToEventResponse -> String # showList :: [SubscribeToEventResponse] -> ShowS # | |
Generic SubscribeToEventResponse Source # | |
Defined in Amazonka.Inspector.SubscribeToEvent type Rep SubscribeToEventResponse :: Type -> Type # | |
NFData SubscribeToEventResponse Source # | |
Defined in Amazonka.Inspector.SubscribeToEvent rnf :: SubscribeToEventResponse -> () # | |
type Rep SubscribeToEventResponse Source # | |
Defined in Amazonka.Inspector.SubscribeToEvent |
newSubscribeToEventResponse :: SubscribeToEventResponse Source #
Create a value of SubscribeToEventResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
ListAssessmentRunAgents (Paginated)
data ListAssessmentRunAgents Source #
See: newListAssessmentRunAgents
smart constructor.
Instances
newListAssessmentRunAgents Source #
Create a value of ListAssessmentRunAgents
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:nextToken:ListAssessmentRunAgents'
, listAssessmentRunAgents_nextToken
- You can use this parameter when paginating results. Set the value of
this parameter to null on your first call to the
ListAssessmentRunAgents action. Subsequent calls to the action fill
nextToken in the request with the value of NextToken from the
previous response to continue listing data.
$sel:filter':ListAssessmentRunAgents'
, listAssessmentRunAgents_filter
- You can use this parameter to specify a subset of data to be included in
the action's response.
For a record to match a filter, all specified filter attributes must match. When multiple values are specified for a filter attribute, any of the values can match.
$sel:maxResults:ListAssessmentRunAgents'
, listAssessmentRunAgents_maxResults
- You can use this parameter to indicate the maximum number of items that
you want in the response. The default value is 10. The maximum value is
500.
$sel:assessmentRunArn:ListAssessmentRunAgents'
, listAssessmentRunAgents_assessmentRunArn
- The ARN that specifies the assessment run whose agents you want to list.
data ListAssessmentRunAgentsResponse Source #
See: newListAssessmentRunAgentsResponse
smart constructor.
Instances
newListAssessmentRunAgentsResponse Source #
Create a value of ListAssessmentRunAgentsResponse
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:nextToken:ListAssessmentRunAgents'
, listAssessmentRunAgentsResponse_nextToken
- When a response is generated, if there is more data to be listed, this
parameter is present in the response and contains the value to use for
the nextToken parameter in a subsequent pagination request. If there
is no more data to be listed, this parameter is set to null.
$sel:httpStatus:ListAssessmentRunAgentsResponse'
, listAssessmentRunAgentsResponse_httpStatus
- The response's http status code.
$sel:assessmentRunAgents:ListAssessmentRunAgentsResponse'
, listAssessmentRunAgentsResponse_assessmentRunAgents
- A list of ARNs that specifies the agents returned by the action.
StartAssessmentRun
data StartAssessmentRun Source #
See: newStartAssessmentRun
smart constructor.
Instances
newStartAssessmentRun Source #
Create a value of StartAssessmentRun
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:assessmentRunName:StartAssessmentRun'
, startAssessmentRun_assessmentRunName
- You can specify the name for the assessment run. The name must be unique
for the assessment template whose ARN is used to start the assessment
run.
$sel:assessmentTemplateArn:StartAssessmentRun'
, startAssessmentRun_assessmentTemplateArn
- The ARN of the assessment template of the assessment run that you want
to start.
data StartAssessmentRunResponse Source #
See: newStartAssessmentRunResponse
smart constructor.
Instances
newStartAssessmentRunResponse Source #
:: Int | |
-> Text | |
-> StartAssessmentRunResponse |
Create a value of StartAssessmentRunResponse
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:httpStatus:StartAssessmentRunResponse'
, startAssessmentRunResponse_httpStatus
- The response's http status code.
$sel:assessmentRunArn:StartAssessmentRunResponse'
, startAssessmentRunResponse_assessmentRunArn
- The ARN of the assessment run that has been started.
DeleteAssessmentTemplate
data DeleteAssessmentTemplate Source #
See: newDeleteAssessmentTemplate
smart constructor.
Instances
newDeleteAssessmentTemplate Source #
Create a value of DeleteAssessmentTemplate
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:assessmentTemplateArn:DeleteAssessmentTemplate'
, deleteAssessmentTemplate_assessmentTemplateArn
- The ARN that specifies the assessment template that you want to delete.
data DeleteAssessmentTemplateResponse Source #
See: newDeleteAssessmentTemplateResponse
smart constructor.
Instances
newDeleteAssessmentTemplateResponse :: DeleteAssessmentTemplateResponse Source #
Create a value of DeleteAssessmentTemplateResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
CreateAssessmentTemplate
data CreateAssessmentTemplate Source #
See: newCreateAssessmentTemplate
smart constructor.
Instances
newCreateAssessmentTemplate Source #
:: Text | |
-> Text | |
-> Natural | |
-> CreateAssessmentTemplate |
Create a value of CreateAssessmentTemplate
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:userAttributesForFindings:CreateAssessmentTemplate'
, createAssessmentTemplate_userAttributesForFindings
- The user-defined attributes that are assigned to every finding that is
generated by the assessment run that uses this assessment template. An
attribute is a key and value pair (an Attribute object). Within an
assessment template, each key must be unique.
$sel:assessmentTargetArn:CreateAssessmentTemplate'
, createAssessmentTemplate_assessmentTargetArn
- The ARN that specifies the assessment target for which you want to
create the assessment template.
$sel:assessmentTemplateName:CreateAssessmentTemplate'
, createAssessmentTemplate_assessmentTemplateName
- The user-defined name that identifies the assessment template that you
want to create. You can create several assessment templates for an
assessment target. The names of the assessment templates that correspond
to a particular assessment target must be unique.
$sel:durationInSeconds:CreateAssessmentTemplate'
, createAssessmentTemplate_durationInSeconds
- The duration of the assessment run in seconds.
$sel:rulesPackageArns:CreateAssessmentTemplate'
, createAssessmentTemplate_rulesPackageArns
- The ARNs that specify the rules packages that you want to attach to the
assessment template.
data CreateAssessmentTemplateResponse Source #
See: newCreateAssessmentTemplateResponse
smart constructor.
Instances
Eq CreateAssessmentTemplateResponse Source # | |
Read CreateAssessmentTemplateResponse Source # | |
Show CreateAssessmentTemplateResponse Source # | |
Generic CreateAssessmentTemplateResponse Source # | |
NFData CreateAssessmentTemplateResponse Source # | |
Defined in Amazonka.Inspector.CreateAssessmentTemplate rnf :: CreateAssessmentTemplateResponse -> () # | |
type Rep CreateAssessmentTemplateResponse Source # | |
Defined in Amazonka.Inspector.CreateAssessmentTemplate type Rep CreateAssessmentTemplateResponse = D1 ('MetaData "CreateAssessmentTemplateResponse" "Amazonka.Inspector.CreateAssessmentTemplate" "libZSservicesZSamazonka-inspectorZSamazonka-inspector" 'False) (C1 ('MetaCons "CreateAssessmentTemplateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "assessmentTemplateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) |
newCreateAssessmentTemplateResponse Source #
:: Int | |
-> Text |
|
-> CreateAssessmentTemplateResponse |
Create a value of CreateAssessmentTemplateResponse
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:httpStatus:CreateAssessmentTemplateResponse'
, createAssessmentTemplateResponse_httpStatus
- The response's http status code.
$sel:assessmentTemplateArn:CreateAssessmentTemplateResponse'
, createAssessmentTemplateResponse_assessmentTemplateArn
- The ARN that specifies the assessment template that is created.
DescribeExclusions
data DescribeExclusions Source #
See: newDescribeExclusions
smart constructor.
Instances
newDescribeExclusions Source #
Create a value of DescribeExclusions
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:locale:DescribeExclusions'
, describeExclusions_locale
- The locale into which you want to translate the exclusion's title,
description, and recommendation.
$sel:exclusionArns:DescribeExclusions'
, describeExclusions_exclusionArns
- The list of ARNs that specify the exclusions that you want to describe.
data DescribeExclusionsResponse Source #
See: newDescribeExclusionsResponse
smart constructor.
Instances
newDescribeExclusionsResponse Source #
Create a value of DescribeExclusionsResponse
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:httpStatus:DescribeExclusionsResponse'
, describeExclusionsResponse_httpStatus
- The response's http status code.
$sel:exclusions:DescribeExclusionsResponse'
, describeExclusionsResponse_exclusions
- Information about the exclusions.
$sel:failedItems:DescribeExclusionsResponse'
, describeExclusionsResponse_failedItems
- Exclusion details that cannot be described. An error code is provided
for each failed item.
ListTagsForResource
data ListTagsForResource Source #
See: newListTagsForResource
smart constructor.
Instances
newListTagsForResource Source #
Create a value of ListTagsForResource
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:resourceArn:ListTagsForResource'
, listTagsForResource_resourceArn
- The ARN that specifies the assessment template whose tags you want to
list.
data ListTagsForResourceResponse Source #
See: newListTagsForResourceResponse
smart constructor.
Instances
newListTagsForResourceResponse Source #
Create a value of ListTagsForResourceResponse
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:httpStatus:ListTagsForResourceResponse'
, listTagsForResourceResponse_httpStatus
- The response's http status code.
$sel:tags:ListTagsForResourceResponse'
, listTagsForResourceResponse_tags
- A collection of key and value pairs.
SetTagsForResource
data SetTagsForResource Source #
See: newSetTagsForResource
smart constructor.
Instances
newSetTagsForResource Source #
Create a value of SetTagsForResource
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:tags:SetTagsForResource'
, setTagsForResource_tags
- A collection of key and value pairs that you want to set to the
assessment template.
$sel:resourceArn:SetTagsForResource'
, setTagsForResource_resourceArn
- The ARN of the assessment template that you want to set tags to.
data SetTagsForResourceResponse Source #
See: newSetTagsForResourceResponse
smart constructor.
Instances
newSetTagsForResourceResponse :: SetTagsForResourceResponse Source #
Create a value of SetTagsForResourceResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
DescribeCrossAccountAccessRole
data DescribeCrossAccountAccessRole Source #
See: newDescribeCrossAccountAccessRole
smart constructor.
Instances
newDescribeCrossAccountAccessRole :: DescribeCrossAccountAccessRole Source #
Create a value of DescribeCrossAccountAccessRole
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
data DescribeCrossAccountAccessRoleResponse Source #
See: newDescribeCrossAccountAccessRoleResponse
smart constructor.
Instances
newDescribeCrossAccountAccessRoleResponse Source #
:: Int | |
-> Text | |
-> Bool | |
-> UTCTime | |
-> DescribeCrossAccountAccessRoleResponse |
Create a value of DescribeCrossAccountAccessRoleResponse
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:httpStatus:DescribeCrossAccountAccessRoleResponse'
, describeCrossAccountAccessRoleResponse_httpStatus
- The response's http status code.
$sel:roleArn:DescribeCrossAccountAccessRoleResponse'
, describeCrossAccountAccessRoleResponse_roleArn
- The ARN that specifies the IAM role that Amazon Inspector uses to access
your AWS account.
$sel:valid:DescribeCrossAccountAccessRoleResponse'
, describeCrossAccountAccessRoleResponse_valid
- A Boolean value that specifies whether the IAM role has the necessary
policies attached to enable Amazon Inspector to access your AWS account.
$sel:registeredAt:DescribeCrossAccountAccessRoleResponse'
, describeCrossAccountAccessRoleResponse_registeredAt
- The date when the cross-account access role was registered.
DescribeAssessmentTemplates
data DescribeAssessmentTemplates Source #
See: newDescribeAssessmentTemplates
smart constructor.
Instances
newDescribeAssessmentTemplates Source #
Create a value of DescribeAssessmentTemplates
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:assessmentTemplateArns:DescribeAssessmentTemplates'
, describeAssessmentTemplates_assessmentTemplateArns
- Undocumented member.
data DescribeAssessmentTemplatesResponse Source #
See: newDescribeAssessmentTemplatesResponse
smart constructor.
Instances
newDescribeAssessmentTemplatesResponse Source #
Create a value of DescribeAssessmentTemplatesResponse
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:httpStatus:DescribeAssessmentTemplatesResponse'
, describeAssessmentTemplatesResponse_httpStatus
- The response's http status code.
$sel:assessmentTemplates:DescribeAssessmentTemplatesResponse'
, describeAssessmentTemplatesResponse_assessmentTemplates
- Information about the assessment templates.
$sel:failedItems:DescribeAssessmentTemplatesResponse'
, describeAssessmentTemplatesResponse_failedItems
- Assessment template details that cannot be described. An error code is
provided for each failed item.
DescribeResourceGroups
data DescribeResourceGroups Source #
See: newDescribeResourceGroups
smart constructor.
Instances
newDescribeResourceGroups Source #
Create a value of DescribeResourceGroups
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:resourceGroupArns:DescribeResourceGroups'
, describeResourceGroups_resourceGroupArns
- The ARN that specifies the resource group that you want to describe.
data DescribeResourceGroupsResponse Source #
See: newDescribeResourceGroupsResponse
smart constructor.
Instances
newDescribeResourceGroupsResponse Source #
Create a value of DescribeResourceGroupsResponse
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:httpStatus:DescribeResourceGroupsResponse'
, describeResourceGroupsResponse_httpStatus
- The response's http status code.
$sel:resourceGroups:DescribeResourceGroupsResponse'
, describeResourceGroupsResponse_resourceGroups
- Information about a resource group.
$sel:failedItems:DescribeResourceGroupsResponse'
, describeResourceGroupsResponse_failedItems
- Resource group details that cannot be described. An error code is
provided for each failed item.
CreateAssessmentTarget
data CreateAssessmentTarget Source #
See: newCreateAssessmentTarget
smart constructor.
Instances
newCreateAssessmentTarget Source #
Create a value of CreateAssessmentTarget
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:resourceGroupArn:CreateAssessmentTarget'
, createAssessmentTarget_resourceGroupArn
- The ARN that specifies the resource group that is used to create the
assessment target. If resourceGroupArn is not specified, all EC2
instances in the current AWS account and region are included in the
assessment target.
$sel:assessmentTargetName:CreateAssessmentTarget'
, createAssessmentTarget_assessmentTargetName
- The user-defined name that identifies the assessment target that you
want to create. The name must be unique within the AWS account.
data CreateAssessmentTargetResponse Source #
See: newCreateAssessmentTargetResponse
smart constructor.
Instances
Eq CreateAssessmentTargetResponse Source # | |
Read CreateAssessmentTargetResponse Source # | |
Show CreateAssessmentTargetResponse Source # | |
Defined in Amazonka.Inspector.CreateAssessmentTarget | |
Generic CreateAssessmentTargetResponse Source # | |
NFData CreateAssessmentTargetResponse Source # | |
Defined in Amazonka.Inspector.CreateAssessmentTarget rnf :: CreateAssessmentTargetResponse -> () # | |
type Rep CreateAssessmentTargetResponse Source # | |
Defined in Amazonka.Inspector.CreateAssessmentTarget type Rep CreateAssessmentTargetResponse = D1 ('MetaData "CreateAssessmentTargetResponse" "Amazonka.Inspector.CreateAssessmentTarget" "libZSservicesZSamazonka-inspectorZSamazonka-inspector" 'False) (C1 ('MetaCons "CreateAssessmentTargetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "assessmentTargetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) |
newCreateAssessmentTargetResponse Source #
Create a value of CreateAssessmentTargetResponse
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:httpStatus:CreateAssessmentTargetResponse'
, createAssessmentTargetResponse_httpStatus
- The response's http status code.
$sel:assessmentTargetArn:CreateAssessmentTargetResponse'
, createAssessmentTargetResponse_assessmentTargetArn
- The ARN that specifies the assessment target that is created.
GetExclusionsPreview
data GetExclusionsPreview Source #
See: newGetExclusionsPreview
smart constructor.
Instances
newGetExclusionsPreview Source #
:: Text | |
-> Text | |
-> GetExclusionsPreview |
Create a value of GetExclusionsPreview
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:locale:GetExclusionsPreview'
, getExclusionsPreview_locale
- The locale into which you want to translate the exclusion's title,
description, and recommendation.
$sel:nextToken:GetExclusionsPreview'
, getExclusionsPreview_nextToken
- You can use this parameter when paginating results. Set the value of
this parameter to null on your first call to the
GetExclusionsPreviewRequest action. Subsequent calls to the action fill
nextToken in the request with the value of nextToken from the previous
response to continue listing data.
$sel:maxResults:GetExclusionsPreview'
, getExclusionsPreview_maxResults
- You can use this parameter to indicate the maximum number of items you
want in the response. The default value is 100. The maximum value is
500.
$sel:assessmentTemplateArn:GetExclusionsPreview'
, getExclusionsPreview_assessmentTemplateArn
- The ARN that specifies the assessment template for which the exclusions
preview was requested.
$sel:previewToken:GetExclusionsPreview'
, getExclusionsPreview_previewToken
- The unique identifier associated of the exclusions preview.
data GetExclusionsPreviewResponse Source #
See: newGetExclusionsPreviewResponse
smart constructor.
Instances
newGetExclusionsPreviewResponse Source #
Create a value of GetExclusionsPreviewResponse
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:exclusionPreviews:GetExclusionsPreviewResponse'
, getExclusionsPreviewResponse_exclusionPreviews
- Information about the exclusions included in the preview.
$sel:nextToken:GetExclusionsPreview'
, getExclusionsPreviewResponse_nextToken
- When a response is generated, if there is more data to be listed, this
parameters is present in the response and contains the value to use for
the nextToken parameter in a subsequent pagination request. If there is
no more data to be listed, this parameter is set to null.
$sel:httpStatus:GetExclusionsPreviewResponse'
, getExclusionsPreviewResponse_httpStatus
- The response's http status code.
$sel:previewStatus:GetExclusionsPreviewResponse'
, getExclusionsPreviewResponse_previewStatus
- Specifies the status of the request to generate an exclusions preview.
ListEventSubscriptions (Paginated)
data ListEventSubscriptions Source #
See: newListEventSubscriptions
smart constructor.
Instances
newListEventSubscriptions :: ListEventSubscriptions Source #
Create a value of ListEventSubscriptions
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:nextToken:ListEventSubscriptions'
, listEventSubscriptions_nextToken
- You can use this parameter when paginating results. Set the value of
this parameter to null on your first call to the
ListEventSubscriptions action. Subsequent calls to the action fill
nextToken in the request with the value of NextToken from the
previous response to continue listing data.
$sel:resourceArn:ListEventSubscriptions'
, listEventSubscriptions_resourceArn
- The ARN of the assessment template for which you want to list the
existing event subscriptions.
$sel:maxResults:ListEventSubscriptions'
, listEventSubscriptions_maxResults
- You can use this parameter to indicate the maximum number of items you
want in the response. The default value is 10. The maximum value is 500.
data ListEventSubscriptionsResponse Source #
See: newListEventSubscriptionsResponse
smart constructor.
Instances
newListEventSubscriptionsResponse Source #
Create a value of ListEventSubscriptionsResponse
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:nextToken:ListEventSubscriptions'
, listEventSubscriptionsResponse_nextToken
- When a response is generated, if there is more data to be listed, this
parameter is present in the response and contains the value to use for
the nextToken parameter in a subsequent pagination request. If there
is no more data to be listed, this parameter is set to null.
$sel:httpStatus:ListEventSubscriptionsResponse'
, listEventSubscriptionsResponse_httpStatus
- The response's http status code.
$sel:subscriptions:ListEventSubscriptionsResponse'
, listEventSubscriptionsResponse_subscriptions
- Details of the returned event subscriptions.
RegisterCrossAccountAccessRole
data RegisterCrossAccountAccessRole Source #
See: newRegisterCrossAccountAccessRole
smart constructor.
Instances
newRegisterCrossAccountAccessRole Source #
Create a value of RegisterCrossAccountAccessRole
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:roleArn:RegisterCrossAccountAccessRole'
, registerCrossAccountAccessRole_roleArn
- The ARN of the IAM role that grants Amazon Inspector access to AWS
Services needed to perform security assessments.
data RegisterCrossAccountAccessRoleResponse Source #
See: newRegisterCrossAccountAccessRoleResponse
smart constructor.
Instances
Eq RegisterCrossAccountAccessRoleResponse Source # | |
Read RegisterCrossAccountAccessRoleResponse Source # | |
Show RegisterCrossAccountAccessRoleResponse Source # | |
Generic RegisterCrossAccountAccessRoleResponse Source # | |
Defined in Amazonka.Inspector.RegisterCrossAccountAccessRole type Rep RegisterCrossAccountAccessRoleResponse :: Type -> Type # | |
NFData RegisterCrossAccountAccessRoleResponse Source # | |
Defined in Amazonka.Inspector.RegisterCrossAccountAccessRole rnf :: RegisterCrossAccountAccessRoleResponse -> () # | |
type Rep RegisterCrossAccountAccessRoleResponse Source # | |
Defined in Amazonka.Inspector.RegisterCrossAccountAccessRole type Rep RegisterCrossAccountAccessRoleResponse = D1 ('MetaData "RegisterCrossAccountAccessRoleResponse" "Amazonka.Inspector.RegisterCrossAccountAccessRole" "libZSservicesZSamazonka-inspectorZSamazonka-inspector" 'False) (C1 ('MetaCons "RegisterCrossAccountAccessRoleResponse'" 'PrefixI 'False) (U1 :: Type -> Type)) |
newRegisterCrossAccountAccessRoleResponse :: RegisterCrossAccountAccessRoleResponse Source #
Create a value of RegisterCrossAccountAccessRoleResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
ListAssessmentTargets (Paginated)
data ListAssessmentTargets Source #
See: newListAssessmentTargets
smart constructor.
Instances
newListAssessmentTargets :: ListAssessmentTargets Source #
Create a value of ListAssessmentTargets
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:nextToken:ListAssessmentTargets'
, listAssessmentTargets_nextToken
- You can use this parameter when paginating results. Set the value of
this parameter to null on your first call to the
ListAssessmentTargets action. Subsequent calls to the action fill
nextToken in the request with the value of NextToken from the
previous response to continue listing data.
$sel:filter':ListAssessmentTargets'
, listAssessmentTargets_filter
- You can use this parameter to specify a subset of data to be included in
the action's response.
For a record to match a filter, all specified filter attributes must match. When multiple values are specified for a filter attribute, any of the values can match.
$sel:maxResults:ListAssessmentTargets'
, listAssessmentTargets_maxResults
- You can use this parameter to indicate the maximum number of items you
want in the response. The default value is 10. The maximum value is 500.
data ListAssessmentTargetsResponse Source #
See: newListAssessmentTargetsResponse
smart constructor.
Instances
newListAssessmentTargetsResponse Source #
Create a value of ListAssessmentTargetsResponse
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:nextToken:ListAssessmentTargets'
, listAssessmentTargetsResponse_nextToken
- When a response is generated, if there is more data to be listed, this
parameter is present in the response and contains the value to use for
the nextToken parameter in a subsequent pagination request. If there
is no more data to be listed, this parameter is set to null.
$sel:httpStatus:ListAssessmentTargetsResponse'
, listAssessmentTargetsResponse_httpStatus
- The response's http status code.
$sel:assessmentTargetArns:ListAssessmentTargetsResponse'
, listAssessmentTargetsResponse_assessmentTargetArns
- A list of ARNs that specifies the assessment targets that are returned
by the action.
CreateExclusionsPreview
data CreateExclusionsPreview Source #
See: newCreateExclusionsPreview
smart constructor.
Instances
newCreateExclusionsPreview Source #
Create a value of CreateExclusionsPreview
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:assessmentTemplateArn:CreateExclusionsPreview'
, createExclusionsPreview_assessmentTemplateArn
- The ARN that specifies the assessment template for which you want to
create an exclusions preview.
data CreateExclusionsPreviewResponse Source #
See: newCreateExclusionsPreviewResponse
smart constructor.
Instances
Eq CreateExclusionsPreviewResponse Source # | |
Read CreateExclusionsPreviewResponse Source # | |
Show CreateExclusionsPreviewResponse Source # | |
Defined in Amazonka.Inspector.CreateExclusionsPreview | |
Generic CreateExclusionsPreviewResponse Source # | |
NFData CreateExclusionsPreviewResponse Source # | |
Defined in Amazonka.Inspector.CreateExclusionsPreview rnf :: CreateExclusionsPreviewResponse -> () # | |
type Rep CreateExclusionsPreviewResponse Source # | |
Defined in Amazonka.Inspector.CreateExclusionsPreview type Rep CreateExclusionsPreviewResponse = D1 ('MetaData "CreateExclusionsPreviewResponse" "Amazonka.Inspector.CreateExclusionsPreview" "libZSservicesZSamazonka-inspectorZSamazonka-inspector" 'False) (C1 ('MetaCons "CreateExclusionsPreviewResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "previewToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) |
newCreateExclusionsPreviewResponse Source #
Create a value of CreateExclusionsPreviewResponse
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:httpStatus:CreateExclusionsPreviewResponse'
, createExclusionsPreviewResponse_httpStatus
- The response's http status code.
$sel:previewToken:CreateExclusionsPreviewResponse'
, createExclusionsPreviewResponse_previewToken
- Specifies the unique identifier of the requested exclusions preview. You
can use the unique identifier to retrieve the exclusions preview when
running the GetExclusionsPreview API.
CreateResourceGroup
data CreateResourceGroup Source #
See: newCreateResourceGroup
smart constructor.
Instances
newCreateResourceGroup Source #
Create a value of CreateResourceGroup
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:resourceGroupTags:CreateResourceGroup'
, createResourceGroup_resourceGroupTags
- A collection of keys and an array of possible values,
'[{"key":"key1","values":["Value1","Value2"]},{"key":"Key2","values":["Value3"]}]'.
For example,'[{"key":"Name","values":["TestEC2Instance"]}]'.
data CreateResourceGroupResponse Source #
See: newCreateResourceGroupResponse
smart constructor.
Instances
newCreateResourceGroupResponse Source #
:: Int | |
-> Text | |
-> CreateResourceGroupResponse |
Create a value of CreateResourceGroupResponse
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:httpStatus:CreateResourceGroupResponse'
, createResourceGroupResponse_httpStatus
- The response's http status code.
$sel:resourceGroupArn:CreateResourceGroupResponse'
, createResourceGroupResponse_resourceGroupArn
- The ARN that specifies the resource group that is created.
DescribeRulesPackages
data DescribeRulesPackages Source #
See: newDescribeRulesPackages
smart constructor.
Instances
newDescribeRulesPackages Source #
Create a value of DescribeRulesPackages
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:locale:DescribeRulesPackages'
, describeRulesPackages_locale
- The locale that you want to translate a rules package description into.
$sel:rulesPackageArns:DescribeRulesPackages'
, describeRulesPackages_rulesPackageArns
- The ARN that specifies the rules package that you want to describe.
data DescribeRulesPackagesResponse Source #
See: newDescribeRulesPackagesResponse
smart constructor.
Instances
newDescribeRulesPackagesResponse Source #
Create a value of DescribeRulesPackagesResponse
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:httpStatus:DescribeRulesPackagesResponse'
, describeRulesPackagesResponse_httpStatus
- The response's http status code.
$sel:rulesPackages:DescribeRulesPackagesResponse'
, describeRulesPackagesResponse_rulesPackages
- Information about the rules package.
$sel:failedItems:DescribeRulesPackagesResponse'
, describeRulesPackagesResponse_failedItems
- Rules package details that cannot be described. An error code is
provided for each failed item.
StopAssessmentRun
data StopAssessmentRun Source #
See: newStopAssessmentRun
smart constructor.
Instances
Create a value of StopAssessmentRun
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:stopAction:StopAssessmentRun'
, stopAssessmentRun_stopAction
- An input option that can be set to either START_EVALUATION or
SKIP_EVALUATION. START_EVALUATION (the default value), stops the AWS
agent from collecting data and begins the results evaluation and the
findings generation process. SKIP_EVALUATION cancels the assessment run
immediately, after which no findings are generated.
$sel:assessmentRunArn:StopAssessmentRun'
, stopAssessmentRun_assessmentRunArn
- The ARN of the assessment run that you want to stop.
data StopAssessmentRunResponse Source #
See: newStopAssessmentRunResponse
smart constructor.
Instances
Eq StopAssessmentRunResponse Source # | |
Read StopAssessmentRunResponse Source # | |
Show StopAssessmentRunResponse Source # | |
Defined in Amazonka.Inspector.StopAssessmentRun showsPrec :: Int -> StopAssessmentRunResponse -> ShowS # show :: StopAssessmentRunResponse -> String # showList :: [StopAssessmentRunResponse] -> ShowS # | |
Generic StopAssessmentRunResponse Source # | |
Defined in Amazonka.Inspector.StopAssessmentRun type Rep StopAssessmentRunResponse :: Type -> Type # | |
NFData StopAssessmentRunResponse Source # | |
Defined in Amazonka.Inspector.StopAssessmentRun rnf :: StopAssessmentRunResponse -> () # | |
type Rep StopAssessmentRunResponse Source # | |
Defined in Amazonka.Inspector.StopAssessmentRun |
newStopAssessmentRunResponse :: StopAssessmentRunResponse Source #
Create a value of StopAssessmentRunResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
ListExclusions (Paginated)
data ListExclusions Source #
See: newListExclusions
smart constructor.
Instances
Create a value of ListExclusions
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:nextToken:ListExclusions'
, listExclusions_nextToken
- You can use this parameter when paginating results. Set the value of
this parameter to null on your first call to the ListExclusionsRequest
action. Subsequent calls to the action fill nextToken in the request
with the value of nextToken from the previous response to continue
listing data.
$sel:maxResults:ListExclusions'
, listExclusions_maxResults
- You can use this parameter to indicate the maximum number of items you
want in the response. The default value is 100. The maximum value is
500.
$sel:assessmentRunArn:ListExclusions'
, listExclusions_assessmentRunArn
- The ARN of the assessment run that generated the exclusions that you
want to list.
data ListExclusionsResponse Source #
See: newListExclusionsResponse
smart constructor.
Instances
newListExclusionsResponse Source #
Create a value of ListExclusionsResponse
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:nextToken:ListExclusions'
, listExclusionsResponse_nextToken
- When a response is generated, if there is more data to be listed, this
parameters is present in the response and contains the value to use for
the nextToken parameter in a subsequent pagination request. If there is
no more data to be listed, this parameter is set to null.
$sel:httpStatus:ListExclusionsResponse'
, listExclusionsResponse_httpStatus
- The response's http status code.
$sel:exclusionArns:ListExclusionsResponse'
, listExclusionsResponse_exclusionArns
- A list of exclusions' ARNs returned by the action.
PreviewAgents (Paginated)
data PreviewAgents Source #
See: newPreviewAgents
smart constructor.
Instances
Create a value of PreviewAgents
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:nextToken:PreviewAgents'
, previewAgents_nextToken
- You can use this parameter when paginating results. Set the value of
this parameter to null on your first call to the PreviewAgents
action. Subsequent calls to the action fill nextToken in the request
with the value of NextToken from the previous response to continue
listing data.
$sel:maxResults:PreviewAgents'
, previewAgents_maxResults
- You can use this parameter to indicate the maximum number of items you
want in the response. The default value is 10. The maximum value is 500.
$sel:previewAgentsArn:PreviewAgents'
, previewAgents_previewAgentsArn
- The ARN of the assessment target whose agents you want to preview.
data PreviewAgentsResponse Source #
See: newPreviewAgentsResponse
smart constructor.
Instances
newPreviewAgentsResponse Source #
Create a value of PreviewAgentsResponse
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:nextToken:PreviewAgents'
, previewAgentsResponse_nextToken
- When a response is generated, if there is more data to be listed, this
parameter is present in the response and contains the value to use for
the nextToken parameter in a subsequent pagination request. If there
is no more data to be listed, this parameter is set to null.
$sel:httpStatus:PreviewAgentsResponse'
, previewAgentsResponse_httpStatus
- The response's http status code.
$sel:agentPreviews:PreviewAgentsResponse'
, previewAgentsResponse_agentPreviews
- The resulting list of agents.
DescribeFindings
data DescribeFindings Source #
See: newDescribeFindings
smart constructor.
Instances
Create a value of DescribeFindings
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:locale:DescribeFindings'
, describeFindings_locale
- The locale into which you want to translate a finding description,
recommendation, and the short description that identifies the finding.
$sel:findingArns:DescribeFindings'
, describeFindings_findingArns
- The ARN that specifies the finding that you want to describe.
data DescribeFindingsResponse Source #
See: newDescribeFindingsResponse
smart constructor.
Instances
newDescribeFindingsResponse Source #
Create a value of DescribeFindingsResponse
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:httpStatus:DescribeFindingsResponse'
, describeFindingsResponse_httpStatus
- The response's http status code.
$sel:findings:DescribeFindingsResponse'
, describeFindingsResponse_findings
- Information about the finding.
$sel:failedItems:DescribeFindingsResponse'
, describeFindingsResponse_failedItems
- Finding details that cannot be described. An error code is provided for
each failed item.
AddAttributesToFindings
data AddAttributesToFindings Source #
See: newAddAttributesToFindings
smart constructor.
Instances
newAddAttributesToFindings Source #
Create a value of AddAttributesToFindings
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:findingArns:AddAttributesToFindings'
, addAttributesToFindings_findingArns
- The ARNs that specify the findings that you want to assign attributes
to.
$sel:attributes:AddAttributesToFindings'
, addAttributesToFindings_attributes
- The array of attributes that you want to assign to specified findings.
data AddAttributesToFindingsResponse Source #
See: newAddAttributesToFindingsResponse
smart constructor.
Instances
newAddAttributesToFindingsResponse Source #
Create a value of AddAttributesToFindingsResponse
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:httpStatus:AddAttributesToFindingsResponse'
, addAttributesToFindingsResponse_httpStatus
- The response's http status code.
$sel:failedItems:AddAttributesToFindingsResponse'
, addAttributesToFindingsResponse_failedItems
- Attribute details that cannot be described. An error code is provided
for each failed item.
UpdateAssessmentTarget
data UpdateAssessmentTarget Source #
See: newUpdateAssessmentTarget
smart constructor.
Instances
newUpdateAssessmentTarget Source #
:: Text | |
-> Text | |
-> UpdateAssessmentTarget |
Create a value of UpdateAssessmentTarget
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:resourceGroupArn:UpdateAssessmentTarget'
, updateAssessmentTarget_resourceGroupArn
- The ARN of the resource group that is used to specify the new resource
group to associate with the assessment target.
$sel:assessmentTargetArn:UpdateAssessmentTarget'
, updateAssessmentTarget_assessmentTargetArn
- The ARN of the assessment target that you want to update.
$sel:assessmentTargetName:UpdateAssessmentTarget'
, updateAssessmentTarget_assessmentTargetName
- The name of the assessment target that you want to update.
data UpdateAssessmentTargetResponse Source #
See: newUpdateAssessmentTargetResponse
smart constructor.
Instances
newUpdateAssessmentTargetResponse :: UpdateAssessmentTargetResponse Source #
Create a value of UpdateAssessmentTargetResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
DeleteAssessmentTarget
data DeleteAssessmentTarget Source #
See: newDeleteAssessmentTarget
smart constructor.
Instances
newDeleteAssessmentTarget Source #
Create a value of DeleteAssessmentTarget
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:assessmentTargetArn:DeleteAssessmentTarget'
, deleteAssessmentTarget_assessmentTargetArn
- The ARN that specifies the assessment target that you want to delete.
data DeleteAssessmentTargetResponse Source #
See: newDeleteAssessmentTargetResponse
smart constructor.
Instances
newDeleteAssessmentTargetResponse :: DeleteAssessmentTargetResponse Source #
Create a value of DeleteAssessmentTargetResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
DeleteAssessmentRun
data DeleteAssessmentRun Source #
See: newDeleteAssessmentRun
smart constructor.
Instances
newDeleteAssessmentRun Source #
Create a value of DeleteAssessmentRun
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:assessmentRunArn:DeleteAssessmentRun'
, deleteAssessmentRun_assessmentRunArn
- The ARN that specifies the assessment run that you want to delete.
data DeleteAssessmentRunResponse Source #
See: newDeleteAssessmentRunResponse
smart constructor.
Instances
newDeleteAssessmentRunResponse :: DeleteAssessmentRunResponse Source #
Create a value of DeleteAssessmentRunResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
ListAssessmentRuns (Paginated)
data ListAssessmentRuns Source #
See: newListAssessmentRuns
smart constructor.
ListAssessmentRuns' (Maybe Text) (Maybe AssessmentRunFilter) (Maybe [Text]) (Maybe Int) |
Instances
newListAssessmentRuns :: ListAssessmentRuns Source #
Create a value of ListAssessmentRuns
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:nextToken:ListAssessmentRuns'
, listAssessmentRuns_nextToken
- You can use this parameter when paginating results. Set the value of
this parameter to null on your first call to the ListAssessmentRuns
action. Subsequent calls to the action fill nextToken in the request
with the value of NextToken from the previous response to continue
listing data.
$sel:filter':ListAssessmentRuns'
, listAssessmentRuns_filter
- You can use this parameter to specify a subset of data to be included in
the action's response.
For a record to match a filter, all specified filter attributes must match. When multiple values are specified for a filter attribute, any of the values can match.
$sel:assessmentTemplateArns:ListAssessmentRuns'
, listAssessmentRuns_assessmentTemplateArns
- The ARNs that specify the assessment templates whose assessment runs you
want to list.
$sel:maxResults:ListAssessmentRuns'
, listAssessmentRuns_maxResults
- You can use this parameter to indicate the maximum number of items that
you want in the response. The default value is 10. The maximum value is
500.
data ListAssessmentRunsResponse Source #
See: newListAssessmentRunsResponse
smart constructor.
Instances
newListAssessmentRunsResponse Source #
Create a value of ListAssessmentRunsResponse
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:nextToken:ListAssessmentRuns'
, listAssessmentRunsResponse_nextToken
- When a response is generated, if there is more data to be listed, this
parameter is present in the response and contains the value to use for
the nextToken parameter in a subsequent pagination request. If there
is no more data to be listed, this parameter is set to null.
$sel:httpStatus:ListAssessmentRunsResponse'
, listAssessmentRunsResponse_httpStatus
- The response's http status code.
$sel:assessmentRunArns:ListAssessmentRunsResponse'
, listAssessmentRunsResponse_assessmentRunArns
- A list of ARNs that specifies the assessment runs that are returned by
the action.
GetAssessmentReport
data GetAssessmentReport Source #
See: newGetAssessmentReport
smart constructor.
Instances
newGetAssessmentReport Source #
Create a value of GetAssessmentReport
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:assessmentRunArn:GetAssessmentReport'
, getAssessmentReport_assessmentRunArn
- The ARN that specifies the assessment run for which you want to generate
a report.
$sel:reportFileFormat:GetAssessmentReport'
, getAssessmentReport_reportFileFormat
- Specifies the file format (html or pdf) of the assessment report that
you want to generate.
$sel:reportType:GetAssessmentReport'
, getAssessmentReport_reportType
- Specifies the type of the assessment report that you want to generate.
There are two types of assessment reports: a finding report and a full
report. For more information, see
Assessment Reports.
data GetAssessmentReportResponse Source #
See: newGetAssessmentReportResponse
smart constructor.
Instances
newGetAssessmentReportResponse Source #
Create a value of GetAssessmentReportResponse
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:url:GetAssessmentReportResponse'
, getAssessmentReportResponse_url
- Specifies the URL where you can find the generated assessment report.
This parameter is only returned if the report is successfully generated.
$sel:httpStatus:GetAssessmentReportResponse'
, getAssessmentReportResponse_httpStatus
- The response's http status code.
$sel:status:GetAssessmentReportResponse'
, getAssessmentReportResponse_status
- Specifies the status of the request to generate an assessment report.
ListRulesPackages (Paginated)
data ListRulesPackages Source #
See: newListRulesPackages
smart constructor.
Instances
newListRulesPackages :: ListRulesPackages Source #
Create a value of ListRulesPackages
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:nextToken:ListRulesPackages'
, listRulesPackages_nextToken
- You can use this parameter when paginating results. Set the value of
this parameter to null on your first call to the ListRulesPackages
action. Subsequent calls to the action fill nextToken in the request
with the value of NextToken from the previous response to continue
listing data.
$sel:maxResults:ListRulesPackages'
, listRulesPackages_maxResults
- You can use this parameter to indicate the maximum number of items you
want in the response. The default value is 10. The maximum value is 500.
data ListRulesPackagesResponse Source #
See: newListRulesPackagesResponse
smart constructor.
Instances
newListRulesPackagesResponse Source #
Create a value of ListRulesPackagesResponse
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:nextToken:ListRulesPackages'
, listRulesPackagesResponse_nextToken
- When a response is generated, if there is more data to be listed, this
parameter is present in the response and contains the value to use for
the nextToken parameter in a subsequent pagination request. If there
is no more data to be listed, this parameter is set to null.
$sel:httpStatus:ListRulesPackagesResponse'
, listRulesPackagesResponse_httpStatus
- The response's http status code.
$sel:rulesPackageArns:ListRulesPackagesResponse'
, listRulesPackagesResponse_rulesPackageArns
- The list of ARNs that specifies the rules packages returned by the
action.
DescribeAssessmentRuns
data DescribeAssessmentRuns Source #
See: newDescribeAssessmentRuns
smart constructor.
Instances
newDescribeAssessmentRuns Source #
Create a value of DescribeAssessmentRuns
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:assessmentRunArns:DescribeAssessmentRuns'
, describeAssessmentRuns_assessmentRunArns
- The ARN that specifies the assessment run that you want to describe.
data DescribeAssessmentRunsResponse Source #
See: newDescribeAssessmentRunsResponse
smart constructor.
Instances
newDescribeAssessmentRunsResponse Source #
Create a value of DescribeAssessmentRunsResponse
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:httpStatus:DescribeAssessmentRunsResponse'
, describeAssessmentRunsResponse_httpStatus
- The response's http status code.
$sel:assessmentRuns:DescribeAssessmentRunsResponse'
, describeAssessmentRunsResponse_assessmentRuns
- Information about the assessment run.
$sel:failedItems:DescribeAssessmentRunsResponse'
, describeAssessmentRunsResponse_failedItems
- Assessment run details that cannot be described. An error code is
provided for each failed item.
UnsubscribeFromEvent
data UnsubscribeFromEvent Source #
See: newUnsubscribeFromEvent
smart constructor.
Instances
newUnsubscribeFromEvent Source #
:: Text | |
-> InspectorEvent | |
-> Text | |
-> UnsubscribeFromEvent |
Create a value of UnsubscribeFromEvent
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:resourceArn:UnsubscribeFromEvent'
, unsubscribeFromEvent_resourceArn
- The ARN of the assessment template that is used during the event for
which you want to stop receiving SNS notifications.
$sel:event:UnsubscribeFromEvent'
, unsubscribeFromEvent_event
- The event for which you want to stop receiving SNS notifications.
$sel:topicArn:UnsubscribeFromEvent'
, unsubscribeFromEvent_topicArn
- The ARN of the SNS topic to which SNS notifications are sent.
data UnsubscribeFromEventResponse Source #
See: newUnsubscribeFromEventResponse
smart constructor.
Instances
newUnsubscribeFromEventResponse :: UnsubscribeFromEventResponse Source #
Create a value of UnsubscribeFromEventResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
RemoveAttributesFromFindings
data RemoveAttributesFromFindings Source #
See: newRemoveAttributesFromFindings
smart constructor.
Instances
newRemoveAttributesFromFindings Source #
Create a value of RemoveAttributesFromFindings
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:findingArns:RemoveAttributesFromFindings'
, removeAttributesFromFindings_findingArns
- The ARNs that specify the findings that you want to remove attributes
from.
$sel:attributeKeys:RemoveAttributesFromFindings'
, removeAttributesFromFindings_attributeKeys
- The array of attribute keys that you want to remove from specified
findings.
data RemoveAttributesFromFindingsResponse Source #
See: newRemoveAttributesFromFindingsResponse
smart constructor.
Instances
newRemoveAttributesFromFindingsResponse Source #
Create a value of RemoveAttributesFromFindingsResponse
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:httpStatus:RemoveAttributesFromFindingsResponse'
, removeAttributesFromFindingsResponse_httpStatus
- The response's http status code.
$sel:failedItems:RemoveAttributesFromFindingsResponse'
, removeAttributesFromFindingsResponse_failedItems
- Attributes details that cannot be described. An error code is provided
for each failed item.
DescribeAssessmentTargets
data DescribeAssessmentTargets Source #
See: newDescribeAssessmentTargets
smart constructor.
Instances
newDescribeAssessmentTargets Source #
Create a value of DescribeAssessmentTargets
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:assessmentTargetArns:DescribeAssessmentTargets'
, describeAssessmentTargets_assessmentTargetArns
- The ARNs that specifies the assessment targets that you want to
describe.
data DescribeAssessmentTargetsResponse Source #
See: newDescribeAssessmentTargetsResponse
smart constructor.
Instances
newDescribeAssessmentTargetsResponse Source #
Create a value of DescribeAssessmentTargetsResponse
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:httpStatus:DescribeAssessmentTargetsResponse'
, describeAssessmentTargetsResponse_httpStatus
- The response's http status code.
$sel:assessmentTargets:DescribeAssessmentTargetsResponse'
, describeAssessmentTargetsResponse_assessmentTargets
- Information about the assessment targets.
$sel:failedItems:DescribeAssessmentTargetsResponse'
, describeAssessmentTargetsResponse_failedItems
- Assessment target details that cannot be described. An error code is
provided for each failed item.
Types
AgentHealth
newtype AgentHealth Source #
pattern AgentHealth_HEALTHY :: AgentHealth | |
pattern AgentHealth_UNHEALTHY :: AgentHealth | |
pattern AgentHealth_UNKNOWN :: AgentHealth |
Instances
AgentHealthCode
newtype AgentHealthCode Source #
pattern AgentHealthCode_IDLE :: AgentHealthCode | |
pattern AgentHealthCode_RUNNING :: AgentHealthCode | |
pattern AgentHealthCode_SHUTDOWN :: AgentHealthCode | |
pattern AgentHealthCode_THROTTLED :: AgentHealthCode | |
pattern AgentHealthCode_UNHEALTHY :: AgentHealthCode | |
pattern AgentHealthCode_UNKNOWN :: AgentHealthCode |
Instances
AssessmentRunNotificationSnsStatusCode
newtype AssessmentRunNotificationSnsStatusCode Source #
Instances
AssessmentRunState
newtype AssessmentRunState Source #
Instances
AssetType
pattern AssetType_Ec2_instance :: AssetType |
Instances
FailedItemErrorCode
newtype FailedItemErrorCode Source #
Instances
InspectorEvent
newtype InspectorEvent Source #
pattern InspectorEvent_ASSESSMENT_RUN_COMPLETED :: InspectorEvent | |
pattern InspectorEvent_ASSESSMENT_RUN_STARTED :: InspectorEvent | |
pattern InspectorEvent_ASSESSMENT_RUN_STATE_CHANGED :: InspectorEvent | |
pattern InspectorEvent_FINDING_REPORTED :: InspectorEvent | |
pattern InspectorEvent_OTHER :: InspectorEvent |
Instances
Locale
pattern Locale_EN_US :: Locale |
Instances
PreviewStatus
newtype PreviewStatus Source #
pattern PreviewStatus_COMPLETED :: PreviewStatus | |
pattern PreviewStatus_WORK_IN_PROGRESS :: PreviewStatus |
Instances
ReportFileFormat
newtype ReportFileFormat Source #
pattern ReportFileFormat_HTML :: ReportFileFormat | |
pattern ReportFileFormat_PDF :: ReportFileFormat |
Instances
ReportStatus
newtype ReportStatus Source #
pattern ReportStatus_COMPLETED :: ReportStatus | |
pattern ReportStatus_FAILED :: ReportStatus | |
pattern ReportStatus_WORK_IN_PROGRESS :: ReportStatus |
Instances
ReportType
newtype ReportType Source #
pattern ReportType_FINDING :: ReportType | |
pattern ReportType_FULL :: ReportType |
Instances
ScopeType
pattern ScopeType_INSTANCE_ID :: ScopeType | |
pattern ScopeType_RULES_PACKAGE_ARN :: ScopeType |
Instances
Severity
pattern Severity_High :: Severity | |
pattern Severity_Informational :: Severity | |
pattern Severity_Low :: Severity | |
pattern Severity_Medium :: Severity | |
pattern Severity_Undefined :: Severity |
Instances
StopAction
newtype StopAction Source #
pattern StopAction_SKIP_EVALUATION :: StopAction | |
pattern StopAction_START_EVALUATION :: StopAction |
Instances
AgentFilter
data AgentFilter Source #
Contains information about an Amazon Inspector agent. This data type is used as a request parameter in the ListAssessmentRunAgents action.
See: newAgentFilter
smart constructor.
Instances
newAgentFilter :: AgentFilter Source #
Create a value of AgentFilter
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:agentHealths:AgentFilter'
, agentFilter_agentHealths
- The current health state of the agent. Values can be set to HEALTHY
or UNHEALTHY.
$sel:agentHealthCodes:AgentFilter'
, agentFilter_agentHealthCodes
- The detailed health state of the agent. Values can be set to IDLE,
RUNNING, SHUTDOWN, UNHEALTHY, THROTTLED, and
UNKNOWN.
AgentPreview
data AgentPreview Source #
Used as a response element in the PreviewAgents action.
See: newAgentPreview
smart constructor.
AgentPreview' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe AgentHealth) (Maybe Text) Text |
Instances
Create a value of AgentPreview
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:hostname:AgentPreview'
, agentPreview_hostname
- The hostname of the EC2 instance on which the Amazon Inspector Agent is
installed.
$sel:autoScalingGroup:AgentPreview'
, agentPreview_autoScalingGroup
- The Auto Scaling group for the EC2 instance where the agent is
installed.
$sel:operatingSystem:AgentPreview'
, agentPreview_operatingSystem
- The operating system running on the EC2 instance on which the Amazon
Inspector Agent is installed.
$sel:agentVersion:AgentPreview'
, agentPreview_agentVersion
- The version of the Amazon Inspector Agent.
$sel:kernelVersion:AgentPreview'
, agentPreview_kernelVersion
- The kernel version of the operating system running on the EC2 instance
on which the Amazon Inspector Agent is installed.
$sel:agentHealth:AgentPreview'
, agentPreview_agentHealth
- The health status of the Amazon Inspector Agent.
$sel:ipv4Address:AgentPreview'
, agentPreview_ipv4Address
- The IP address of the EC2 instance on which the Amazon Inspector Agent
is installed.
$sel:agentId:AgentPreview'
, agentPreview_agentId
- The ID of the EC2 instance where the agent is installed.
AssessmentRun
data AssessmentRun Source #
A snapshot of an Amazon Inspector assessment run that contains the findings of the assessment run .
Used as the response element in the DescribeAssessmentRuns action.
See: newAssessmentRun
smart constructor.
Instances
:: Text | |
-> Text | |
-> Text | |
-> AssessmentRunState | |
-> Natural | |
-> NonEmpty Text | |
-> UTCTime | |
-> UTCTime | |
-> Bool | |
-> AssessmentRun |
Create a value of AssessmentRun
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:startedAt:AssessmentRun'
, assessmentRun_startedAt
- The time when StartAssessmentRun was called.
$sel:completedAt:AssessmentRun'
, assessmentRun_completedAt
- The assessment run completion time that corresponds to the rules
packages evaluation completion time or failure.
$sel:arn:AssessmentRun'
, assessmentRun_arn
- The ARN of the assessment run.
$sel:name:AssessmentRun'
, assessmentRun_name
- The auto-generated name for the assessment run.
$sel:assessmentTemplateArn:AssessmentRun'
, assessmentRun_assessmentTemplateArn
- The ARN of the assessment template that is associated with the
assessment run.
$sel:state:AssessmentRun'
, assessmentRun_state
- The state of the assessment run.
$sel:durationInSeconds:AssessmentRun'
, assessmentRun_durationInSeconds
- The duration of the assessment run.
$sel:rulesPackageArns:AssessmentRun'
, assessmentRun_rulesPackageArns
- The rules packages selected for the assessment run.
$sel:userAttributesForFindings:AssessmentRun'
, assessmentRun_userAttributesForFindings
- The user-defined attributes that are assigned to every generated
finding.
$sel:createdAt:AssessmentRun'
, assessmentRun_createdAt
- The time when StartAssessmentRun was called.
$sel:stateChangedAt:AssessmentRun'
, assessmentRun_stateChangedAt
- The last time when the assessment run's state changed.
$sel:dataCollected:AssessmentRun'
, assessmentRun_dataCollected
- A Boolean value (true or false) that specifies whether the process of
collecting data from the agents is completed.
$sel:stateChanges:AssessmentRun'
, assessmentRun_stateChanges
- A list of the assessment run state changes.
$sel:notifications:AssessmentRun'
, assessmentRun_notifications
- A list of notifications for the event subscriptions. A notification
about a particular generated finding is added to this list only once.
$sel:findingCounts:AssessmentRun'
, assessmentRun_findingCounts
- Provides a total count of generated findings per severity.
AssessmentRunAgent
data AssessmentRunAgent Source #
Contains information about an Amazon Inspector agent. This data type is used as a response element in the ListAssessmentRunAgents action.
See: newAssessmentRunAgent
smart constructor.
AssessmentRunAgent' (Maybe Text) (Maybe Text) Text Text AgentHealth AgentHealthCode [TelemetryMetadata] |
Instances
newAssessmentRunAgent Source #
:: Text | |
-> Text | |
-> AgentHealth | |
-> AgentHealthCode | |
-> AssessmentRunAgent |
Create a value of AssessmentRunAgent
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:autoScalingGroup:AssessmentRunAgent'
, assessmentRunAgent_autoScalingGroup
- The Auto Scaling group of the EC2 instance that is specified by the
agent ID.
$sel:agentHealthDetails:AssessmentRunAgent'
, assessmentRunAgent_agentHealthDetails
- The description for the agent health code.
$sel:agentId:AssessmentRunAgent'
, assessmentRunAgent_agentId
- The AWS account of the EC2 instance where the agent is installed.
$sel:assessmentRunArn:AssessmentRunAgent'
, assessmentRunAgent_assessmentRunArn
- The ARN of the assessment run that is associated with the agent.
$sel:agentHealth:AssessmentRunAgent'
, assessmentRunAgent_agentHealth
- The current health state of the agent.
$sel:agentHealthCode:AssessmentRunAgent'
, assessmentRunAgent_agentHealthCode
- The detailed health state of the agent.
$sel:telemetryMetadata:AssessmentRunAgent'
, assessmentRunAgent_telemetryMetadata
- The Amazon Inspector application data metrics that are collected by the
agent.
AssessmentRunFilter
data AssessmentRunFilter Source #
Used as the request parameter in the ListAssessmentRuns action.
See: newAssessmentRunFilter
smart constructor.
AssessmentRunFilter' (Maybe [AssessmentRunState]) (Maybe Text) (Maybe TimestampRange) (Maybe TimestampRange) (Maybe [Text]) (Maybe TimestampRange) (Maybe DurationRange) |
Instances
newAssessmentRunFilter :: AssessmentRunFilter Source #
Create a value of AssessmentRunFilter
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:states:AssessmentRunFilter'
, assessmentRunFilter_states
- For a record to match a filter, one of the values specified for this
data type property must be the exact match of the value of the
assessmentRunState property of the AssessmentRun data type.
$sel:namePattern:AssessmentRunFilter'
, assessmentRunFilter_namePattern
- For a record to match a filter, an explicit value or a string containing
a wildcard that is specified for this data type property must match the
value of the assessmentRunName property of the AssessmentRun data
type.
$sel:startTimeRange:AssessmentRunFilter'
, assessmentRunFilter_startTimeRange
- For a record to match a filter, the value that is specified for this
data type property must inclusively match any value between the
specified minimum and maximum values of the startTime property of
the AssessmentRun data type.
$sel:stateChangeTimeRange:AssessmentRunFilter'
, assessmentRunFilter_stateChangeTimeRange
- For a record to match a filter, the value that is specified for this
data type property must match the stateChangedAt property of the
AssessmentRun data type.
$sel:rulesPackageArns:AssessmentRunFilter'
, assessmentRunFilter_rulesPackageArns
- For a record to match a filter, the value that is specified for this
data type property must be contained in the list of values of the
rulesPackages property of the AssessmentRun data type.
$sel:completionTimeRange:AssessmentRunFilter'
, assessmentRunFilter_completionTimeRange
- For a record to match a filter, the value that is specified for this
data type property must inclusively match any value between the
specified minimum and maximum values of the completedAt property of
the AssessmentRun data type.
$sel:durationRange:AssessmentRunFilter'
, assessmentRunFilter_durationRange
- For a record to match a filter, the value that is specified for this
data type property must inclusively match any value between the
specified minimum and maximum values of the durationInSeconds
property of the AssessmentRun data type.
AssessmentRunNotification
data AssessmentRunNotification Source #
Used as one of the elements of the AssessmentRun data type.
See: newAssessmentRunNotification
smart constructor.
AssessmentRunNotification' (Maybe Text) (Maybe AssessmentRunNotificationSnsStatusCode) (Maybe Text) POSIX InspectorEvent Bool |
Instances
newAssessmentRunNotification Source #
Create a value of AssessmentRunNotification
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:snsTopicArn:AssessmentRunNotification'
, assessmentRunNotification_snsTopicArn
- The SNS topic to which the SNS notification is sent.
$sel:snsPublishStatusCode:AssessmentRunNotification'
, assessmentRunNotification_snsPublishStatusCode
- The status code of the SNS notification.
$sel:message:AssessmentRunNotification'
, assessmentRunNotification_message
- The message included in the notification.
$sel:date:AssessmentRunNotification'
, assessmentRunNotification_date
- The date of the notification.
$sel:event:AssessmentRunNotification'
, assessmentRunNotification_event
- The event for which a notification is sent.
$sel:error:AssessmentRunNotification'
, assessmentRunNotification_error
- The Boolean value that specifies whether the notification represents an
error.
AssessmentRunStateChange
data AssessmentRunStateChange Source #
Used as one of the elements of the AssessmentRun data type.
See: newAssessmentRunStateChange
smart constructor.
Instances
newAssessmentRunStateChange Source #
Create a value of AssessmentRunStateChange
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:stateChangedAt:AssessmentRunStateChange'
, assessmentRunStateChange_stateChangedAt
- The last time the assessment run state changed.
$sel:state:AssessmentRunStateChange'
, assessmentRunStateChange_state
- The assessment run state.
AssessmentTarget
data AssessmentTarget Source #
Contains information about an Amazon Inspector application. This data type is used as the response element in the DescribeAssessmentTargets action.
See: newAssessmentTarget
smart constructor.
Instances
:: Text | |
-> Text | |
-> UTCTime | |
-> UTCTime | |
-> AssessmentTarget |
Create a value of AssessmentTarget
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:resourceGroupArn:AssessmentTarget'
, assessmentTarget_resourceGroupArn
- The ARN that specifies the resource group that is associated with the
assessment target.
$sel:arn:AssessmentTarget'
, assessmentTarget_arn
- The ARN that specifies the Amazon Inspector assessment target.
$sel:name:AssessmentTarget'
, assessmentTarget_name
- The name of the Amazon Inspector assessment target.
$sel:createdAt:AssessmentTarget'
, assessmentTarget_createdAt
- The time at which the assessment target is created.
$sel:updatedAt:AssessmentTarget'
, assessmentTarget_updatedAt
- The time at which UpdateAssessmentTarget is called.
AssessmentTargetFilter
data AssessmentTargetFilter Source #
Used as the request parameter in the ListAssessmentTargets action.
See: newAssessmentTargetFilter
smart constructor.
Instances
newAssessmentTargetFilter :: AssessmentTargetFilter Source #
Create a value of AssessmentTargetFilter
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:assessmentTargetNamePattern:AssessmentTargetFilter'
, assessmentTargetFilter_assessmentTargetNamePattern
- For a record to match a filter, an explicit value or a string that
contains a wildcard that is specified for this data type property must
match the value of the assessmentTargetName property of the
AssessmentTarget data type.
AssessmentTemplate
data AssessmentTemplate Source #
Contains information about an Amazon Inspector assessment template. This data type is used as the response element in the DescribeAssessmentTemplates action.
See: newAssessmentTemplate
smart constructor.
Instances
newAssessmentTemplate Source #
Create a value of AssessmentTemplate
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:lastAssessmentRunArn:AssessmentTemplate'
, assessmentTemplate_lastAssessmentRunArn
- The Amazon Resource Name (ARN) of the most recent assessment run
associated with this assessment template. This value exists only when
the value of assessmentRunCount is greaterpa than zero.
$sel:arn:AssessmentTemplate'
, assessmentTemplate_arn
- The ARN of the assessment template.
$sel:name:AssessmentTemplate'
, assessmentTemplate_name
- The name of the assessment template.
$sel:assessmentTargetArn:AssessmentTemplate'
, assessmentTemplate_assessmentTargetArn
- The ARN of the assessment target that corresponds to this assessment
template.
$sel:durationInSeconds:AssessmentTemplate'
, assessmentTemplate_durationInSeconds
- The duration in seconds specified for this assessment template. The
default value is 3600 seconds (one hour). The maximum value is 86400
seconds (one day).
$sel:rulesPackageArns:AssessmentTemplate'
, assessmentTemplate_rulesPackageArns
- The rules packages that are specified for this assessment template.
$sel:userAttributesForFindings:AssessmentTemplate'
, assessmentTemplate_userAttributesForFindings
- The user-defined attributes that are assigned to every generated finding
from the assessment run that uses this assessment template.
$sel:assessmentRunCount:AssessmentTemplate'
, assessmentTemplate_assessmentRunCount
- The number of existing assessment runs associated with this assessment
template. This value can be zero or a positive integer.
$sel:createdAt:AssessmentTemplate'
, assessmentTemplate_createdAt
- The time at which the assessment template is created.
AssessmentTemplateFilter
data AssessmentTemplateFilter Source #
Used as the request parameter in the ListAssessmentTemplates action.
See: newAssessmentTemplateFilter
smart constructor.
Instances
newAssessmentTemplateFilter :: AssessmentTemplateFilter Source #
Create a value of AssessmentTemplateFilter
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:namePattern:AssessmentTemplateFilter'
, assessmentTemplateFilter_namePattern
- For a record to match a filter, an explicit value or a string that
contains a wildcard that is specified for this data type property must
match the value of the assessmentTemplateName property of the
AssessmentTemplate data type.
$sel:rulesPackageArns:AssessmentTemplateFilter'
, assessmentTemplateFilter_rulesPackageArns
- For a record to match a filter, the values that are specified for this
data type property must be contained in the list of values of the
rulesPackageArns property of the AssessmentTemplate data type.
$sel:durationRange:AssessmentTemplateFilter'
, assessmentTemplateFilter_durationRange
- For a record to match a filter, the value specified for this data type
property must inclusively match any value between the specified minimum
and maximum values of the durationInSeconds property of the
AssessmentTemplate data type.
AssetAttributes
data AssetAttributes Source #
A collection of attributes of the host from which the finding is generated.
See: newAssetAttributes
smart constructor.
AssetAttributes' (Maybe Text) (Maybe Text) (Maybe [NetworkInterface]) (Maybe [Text]) (Maybe Text) (Maybe Text) (Maybe [Tag]) Natural |
Instances
Create a value of AssetAttributes
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:hostname:AssetAttributes'
, assetAttributes_hostname
- The hostname of the EC2 instance where the finding is generated.
$sel:autoScalingGroup:AssetAttributes'
, assetAttributes_autoScalingGroup
- The Auto Scaling group of the EC2 instance where the finding is
generated.
$sel:networkInterfaces:AssetAttributes'
, assetAttributes_networkInterfaces
- An array of the network interfaces interacting with the EC2 instance
where the finding is generated.
$sel:ipv4Addresses:AssetAttributes'
, assetAttributes_ipv4Addresses
- The list of IP v4 addresses of the EC2 instance where the finding is
generated.
$sel:agentId:AssetAttributes'
, assetAttributes_agentId
- The ID of the agent that is installed on the EC2 instance where the
finding is generated.
$sel:amiId:AssetAttributes'
, assetAttributes_amiId
- The ID of the Amazon Machine Image (AMI) that is installed on the EC2
instance where the finding is generated.
$sel:tags:AssetAttributes'
, assetAttributes_tags
- The tags related to the EC2 instance where the finding is generated.
$sel:schemaVersion:AssetAttributes'
, assetAttributes_schemaVersion
- The schema version of this data type.
Attribute
This data type is used as a request parameter in the AddAttributesToFindings and CreateAssessmentTemplate actions.
See: newAttribute
smart constructor.
Instances
Eq Attribute Source # | |
Read Attribute Source # | |
Show Attribute Source # | |
Generic Attribute Source # | |
NFData Attribute Source # | |
Defined in Amazonka.Inspector.Types.Attribute | |
Hashable Attribute Source # | |
Defined in Amazonka.Inspector.Types.Attribute | |
ToJSON Attribute Source # | |
Defined in Amazonka.Inspector.Types.Attribute | |
FromJSON Attribute Source # | |
type Rep Attribute Source # | |
Defined in Amazonka.Inspector.Types.Attribute type Rep Attribute = D1 ('MetaData "Attribute" "Amazonka.Inspector.Types.Attribute" "libZSservicesZSamazonka-inspectorZSamazonka-inspector" 'False) (C1 ('MetaCons "Attribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) |
Create a value of Attribute
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:value:Attribute'
, attribute_value
- The value assigned to the attribute key.
$sel:key:Attribute'
, attribute_key
- The attribute key.
DurationRange
data DurationRange Source #
This data type is used in the AssessmentTemplateFilter data type.
See: newDurationRange
smart constructor.
Instances
newDurationRange :: DurationRange Source #
Create a value of DurationRange
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:minSeconds:DurationRange'
, durationRange_minSeconds
- The minimum value of the duration range. Must be greater than zero.
$sel:maxSeconds:DurationRange'
, durationRange_maxSeconds
- The maximum value of the duration range. Must be less than or equal to
604800 seconds (1 week).
EventSubscription
data EventSubscription Source #
This data type is used in the Subscription data type.
See: newEventSubscription
smart constructor.
Instances
Create a value of EventSubscription
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:event:EventSubscription'
, eventSubscription_event
- The event for which Amazon Simple Notification Service (SNS)
notifications are sent.
$sel:subscribedAt:EventSubscription'
, eventSubscription_subscribedAt
- The time at which SubscribeToEvent is called.
Exclusion
Contains information about what was excluded from an assessment run.
See: newExclusion
smart constructor.
Instances
Create a value of Exclusion
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:attributes:Exclusion'
, exclusion_attributes
- The system-defined attributes for the exclusion.
$sel:arn:Exclusion'
, exclusion_arn
- The ARN that specifies the exclusion.
$sel:title:Exclusion'
, exclusion_title
- The name of the exclusion.
$sel:description:Exclusion'
, exclusion_description
- The description of the exclusion.
$sel:recommendation:Exclusion'
, exclusion_recommendation
- The recommendation for the exclusion.
$sel:scopes:Exclusion'
, exclusion_scopes
- The AWS resources for which the exclusion pertains.
ExclusionPreview
data ExclusionPreview Source #
Contains information about what is excluded from an assessment run given the current state of the assessment template.
See: newExclusionPreview
smart constructor.
Instances
Create a value of ExclusionPreview
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:attributes:ExclusionPreview'
, exclusionPreview_attributes
- The system-defined attributes for the exclusion preview.
$sel:title:ExclusionPreview'
, exclusionPreview_title
- The name of the exclusion preview.
$sel:description:ExclusionPreview'
, exclusionPreview_description
- The description of the exclusion preview.
$sel:recommendation:ExclusionPreview'
, exclusionPreview_recommendation
- The recommendation for the exclusion preview.
$sel:scopes:ExclusionPreview'
, exclusionPreview_scopes
- The AWS resources for which the exclusion preview pertains.
FailedItemDetails
data FailedItemDetails Source #
Includes details about the failed items.
See: newFailedItemDetails
smart constructor.
Instances
Create a value of FailedItemDetails
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:failureCode:FailedItemDetails'
, failedItemDetails_failureCode
- The status code of a failed item.
$sel:retryable:FailedItemDetails'
, failedItemDetails_retryable
- Indicates whether you can immediately retry a request for this item for
a specified resource.
Finding
Contains information about an Amazon Inspector finding. This data type is used as the response element in the DescribeFindings action.
See: newFinding
smart constructor.
Finding' (Maybe Text) (Maybe Severity) (Maybe Natural) (Maybe Natural) (Maybe AssetAttributes) (Maybe InspectorServiceAttributes) (Maybe Text) (Maybe Double) (Maybe AssetType) (Maybe Text) (Maybe Bool) (Maybe Text) (Maybe Text) Text [Attribute] [Attribute] POSIX POSIX |
Instances
Create a value of Finding
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:service:Finding'
, finding_service
- The data element is set to "Inspector".
$sel:severity:Finding'
, finding_severity
- The finding severity. Values can be set to High, Medium, Low, and
Informational.
$sel:schemaVersion:Finding'
, finding_schemaVersion
- The schema version of this data type.
$sel:confidence:Finding'
, finding_confidence
- This data element is currently not used.
$sel:assetAttributes:Finding'
, finding_assetAttributes
- A collection of attributes of the host from which the finding is
generated.
$sel:serviceAttributes:Finding'
, finding_serviceAttributes
- This data type is used in the Finding data type.
$sel:id:Finding'
, finding_id
- The ID of the finding.
$sel:numericSeverity:Finding'
, finding_numericSeverity
- The numeric value of the finding severity.
$sel:assetType:Finding'
, finding_assetType
- The type of the host from which the finding is generated.
$sel:title:Finding'
, finding_title
- The name of the finding.
$sel:indicatorOfCompromise:Finding'
, finding_indicatorOfCompromise
- This data element is currently not used.
$sel:description:Finding'
, finding_description
- The description of the finding.
$sel:recommendation:Finding'
, finding_recommendation
- The recommendation for the finding.
$sel:arn:Finding'
, finding_arn
- The ARN that specifies the finding.
$sel:attributes:Finding'
, finding_attributes
- The system-defined attributes for the finding.
$sel:userAttributes:Finding'
, finding_userAttributes
- The user-defined attributes that are assigned to the finding.
$sel:createdAt:Finding'
, finding_createdAt
- The time when the finding was generated.
$sel:updatedAt:Finding'
, finding_updatedAt
- The time when AddAttributesToFindings is called.
FindingFilter
data FindingFilter Source #
This data type is used as a request parameter in the ListFindings action.
See: newFindingFilter
smart constructor.
FindingFilter' (Maybe [Text]) (Maybe [Text]) (Maybe [Attribute]) (Maybe [Text]) (Maybe [Attribute]) (Maybe [Severity]) (Maybe TimestampRange) (Maybe [Text]) |
Instances
newFindingFilter :: FindingFilter Source #
Create a value of FindingFilter
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:agentIds:FindingFilter'
, findingFilter_agentIds
- For a record to match a filter, one of the values that is specified for
this data type property must be the exact match of the value of the
agentId property of the Finding data type.
$sel:ruleNames:FindingFilter'
, findingFilter_ruleNames
- For a record to match a filter, one of the values that is specified for
this data type property must be the exact match of the value of the
ruleName property of the Finding data type.
$sel:userAttributes:FindingFilter'
, findingFilter_userAttributes
- For a record to match a filter, the value that is specified for this
data type property must be contained in the list of values of the
userAttributes property of the Finding data type.
$sel:rulesPackageArns:FindingFilter'
, findingFilter_rulesPackageArns
- For a record to match a filter, one of the values that is specified for
this data type property must be the exact match of the value of the
rulesPackageArn property of the Finding data type.
$sel:attributes:FindingFilter'
, findingFilter_attributes
- For a record to match a filter, the list of values that are specified
for this data type property must be contained in the list of values of
the attributes property of the Finding data type.
$sel:severities:FindingFilter'
, findingFilter_severities
- For a record to match a filter, one of the values that is specified for
this data type property must be the exact match of the value of the
severity property of the Finding data type.
$sel:creationTimeRange:FindingFilter'
, findingFilter_creationTimeRange
- The time range during which the finding is generated.
$sel:autoScalingGroups:FindingFilter'
, findingFilter_autoScalingGroups
- For a record to match a filter, one of the values that is specified for
this data type property must be the exact match of the value of the
autoScalingGroup property of the Finding data type.
InspectorServiceAttributes
data InspectorServiceAttributes Source #
This data type is used in the Finding data type.
See: newInspectorServiceAttributes
smart constructor.
Instances
newInspectorServiceAttributes Source #
Create a value of InspectorServiceAttributes
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:rulesPackageArn:InspectorServiceAttributes'
, inspectorServiceAttributes_rulesPackageArn
- The ARN of the rules package that is used to generate the finding.
$sel:assessmentRunArn:InspectorServiceAttributes'
, inspectorServiceAttributes_assessmentRunArn
- The ARN of the assessment run during which the finding is generated.
$sel:schemaVersion:InspectorServiceAttributes'
, inspectorServiceAttributes_schemaVersion
- The schema version of this data type.
NetworkInterface
data NetworkInterface Source #
Contains information about the network interfaces interacting with an EC2 instance. This data type is used as one of the elements of the AssetAttributes data type.
See: newNetworkInterface
smart constructor.
NetworkInterface' (Maybe [PrivateIp]) (Maybe Text) (Maybe [SecurityGroup]) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe [Text]) |
Instances
newNetworkInterface :: NetworkInterface Source #
Create a value of NetworkInterface
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:privateIpAddresses:NetworkInterface'
, networkInterface_privateIpAddresses
- A list of the private IP addresses associated with the network
interface. Includes the privateDnsName and privateIpAddress.
$sel:publicDnsName:NetworkInterface'
, networkInterface_publicDnsName
- The name of a public DNS associated with the network interface.
$sel:securityGroups:NetworkInterface'
, networkInterface_securityGroups
- A list of the security groups associated with the network interface.
Includes the groupId and groupName.
$sel:vpcId:NetworkInterface'
, networkInterface_vpcId
- The ID of a VPC associated with the network interface.
$sel:subnetId:NetworkInterface'
, networkInterface_subnetId
- The ID of a subnet associated with the network interface.
$sel:networkInterfaceId:NetworkInterface'
, networkInterface_networkInterfaceId
- The ID of the network interface.
$sel:privateIpAddress:NetworkInterface'
, networkInterface_privateIpAddress
- The private IP address associated with the network interface.
$sel:publicIp:NetworkInterface'
, networkInterface_publicIp
- The public IP address from which the network interface is reachable.
$sel:privateDnsName:NetworkInterface'
, networkInterface_privateDnsName
- The name of a private DNS associated with the network interface.
$sel:ipv6Addresses:NetworkInterface'
, networkInterface_ipv6Addresses
- The IP addresses associated with the network interface.
PrivateIp
Contains information about a private IP address associated with a network interface. This data type is used as a response element in the DescribeFindings action.
See: newPrivateIp
smart constructor.
PrivateIp' (Maybe Text) (Maybe Text) |
Instances
Eq PrivateIp Source # | |
Read PrivateIp Source # | |
Show PrivateIp Source # | |
Generic PrivateIp Source # | |
NFData PrivateIp Source # | |
Defined in Amazonka.Inspector.Types.PrivateIp | |
Hashable PrivateIp Source # | |
Defined in Amazonka.Inspector.Types.PrivateIp | |
FromJSON PrivateIp Source # | |
type Rep PrivateIp Source # | |
Defined in Amazonka.Inspector.Types.PrivateIp type Rep PrivateIp = D1 ('MetaData "PrivateIp" "Amazonka.Inspector.Types.PrivateIp" "libZSservicesZSamazonka-inspectorZSamazonka-inspector" 'False) (C1 ('MetaCons "PrivateIp'" 'PrefixI 'True) (S1 ('MetaSel ('Just "privateIpAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "privateDnsName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) |
newPrivateIp :: PrivateIp Source #
Create a value of PrivateIp
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:privateIpAddress:PrivateIp'
, privateIp_privateIpAddress
- The full IP address of the network inteface.
$sel:privateDnsName:PrivateIp'
, privateIp_privateDnsName
- The DNS name of the private IP address.
ResourceGroup
data ResourceGroup Source #
Contains information about a resource group. The resource group defines a set of tags that, when queried, identify the AWS resources that make up the assessment target. This data type is used as the response element in the DescribeResourceGroups action.
See: newResourceGroup
smart constructor.
Instances
:: Text | |
-> NonEmpty ResourceGroupTag | |
-> UTCTime | |
-> ResourceGroup |
Create a value of ResourceGroup
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:arn:ResourceGroup'
, resourceGroup_arn
- The ARN of the resource group.
$sel:tags:ResourceGroup'
, resourceGroup_tags
- The tags (key and value pairs) of the resource group. This data type
property is used in the CreateResourceGroup action.
$sel:createdAt:ResourceGroup'
, resourceGroup_createdAt
- The time at which resource group is created.
ResourceGroupTag
data ResourceGroupTag Source #
This data type is used as one of the elements of the ResourceGroup data type.
See: newResourceGroupTag
smart constructor.
Instances
Create a value of ResourceGroupTag
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:value:ResourceGroupTag'
, resourceGroupTag_value
- The value assigned to a tag key.
$sel:key:ResourceGroupTag'
, resourceGroupTag_key
- A tag key.
RulesPackage
data RulesPackage Source #
Contains information about an Amazon Inspector rules package. This data type is used as the response element in the DescribeRulesPackages action.
See: newRulesPackage
smart constructor.
Instances
:: Text | |
-> Text | |
-> Text | |
-> Text | |
-> RulesPackage |
Create a value of RulesPackage
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:description:RulesPackage'
, rulesPackage_description
- The description of the rules package.
$sel:arn:RulesPackage'
, rulesPackage_arn
- The ARN of the rules package.
$sel:name:RulesPackage'
, rulesPackage_name
- The name of the rules package.
$sel:version:RulesPackage'
, rulesPackage_version
- The version ID of the rules package.
$sel:provider:RulesPackage'
, rulesPackage_provider
- The provider of the rules package.
Scope
This data type contains key-value pairs that identify various Amazon resources.
See: newScope
smart constructor.
Instances
Eq Scope Source # | |
Read Scope Source # | |
Show Scope Source # | |
Generic Scope Source # | |
NFData Scope Source # | |
Defined in Amazonka.Inspector.Types.Scope | |
Hashable Scope Source # | |
Defined in Amazonka.Inspector.Types.Scope | |
FromJSON Scope Source # | |
type Rep Scope Source # | |
Defined in Amazonka.Inspector.Types.Scope type Rep Scope = D1 ('MetaData "Scope" "Amazonka.Inspector.Types.Scope" "libZSservicesZSamazonka-inspectorZSamazonka-inspector" 'False) (C1 ('MetaCons "Scope'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScopeType)))) |
Create a value of Scope
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:value:Scope'
, scope_value
- The resource identifier for the specified scope type.
$sel:key:Scope'
, scope_key
- The type of the scope.
SecurityGroup
data SecurityGroup Source #
Contains information about a security group associated with a network interface. This data type is used as one of the elements of the NetworkInterface data type.
See: newSecurityGroup
smart constructor.
SecurityGroup' (Maybe Text) (Maybe Text) |
Instances
newSecurityGroup :: SecurityGroup Source #
Create a value of SecurityGroup
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:groupId:SecurityGroup'
, securityGroup_groupId
- The ID of the security group.
$sel:groupName:SecurityGroup'
, securityGroup_groupName
- The name of the security group.
Subscription
data Subscription Source #
This data type is used as a response element in the ListEventSubscriptions action.
See: newSubscription
smart constructor.
Instances
:: Text | |
-> Text | |
-> NonEmpty EventSubscription | |
-> Subscription |
Create a value of Subscription
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:resourceArn:Subscription'
, subscription_resourceArn
- The ARN of the assessment template that is used during the event for
which the SNS notification is sent.
$sel:topicArn:Subscription'
, subscription_topicArn
- The ARN of the Amazon Simple Notification Service (SNS) topic to which
the SNS notifications are sent.
$sel:eventSubscriptions:Subscription'
, subscription_eventSubscriptions
- The list of existing event subscriptions.
Tag
A key and value pair. This data type is used as a request parameter in the SetTagsForResource action and a response element in the ListTagsForResource action.
See: newTag
smart constructor.
Instances
Eq Tag Source # | |
Read Tag Source # | |
Show Tag Source # | |
Generic Tag Source # | |
NFData Tag Source # | |
Defined in Amazonka.Inspector.Types.Tag | |
Hashable Tag Source # | |
Defined in Amazonka.Inspector.Types.Tag | |
ToJSON Tag Source # | |
Defined in Amazonka.Inspector.Types.Tag | |
FromJSON Tag Source # | |
type Rep Tag Source # | |
Defined in Amazonka.Inspector.Types.Tag type Rep Tag = D1 ('MetaData "Tag" "Amazonka.Inspector.Types.Tag" "libZSservicesZSamazonka-inspectorZSamazonka-inspector" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) |
Create a value of Tag
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:value:Tag'
, tag_value
- A value assigned to a tag key.
$sel:key:Tag'
, tag_key
- A tag key.
TelemetryMetadata
data TelemetryMetadata Source #
The metadata about the Amazon Inspector application data metrics collected by the agent. This data type is used as the response element in the GetTelemetryMetadata action.
See: newTelemetryMetadata
smart constructor.
Instances
:: Text | |
-> Integer | |
-> TelemetryMetadata |
Create a value of TelemetryMetadata
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:dataSize:TelemetryMetadata'
, telemetryMetadata_dataSize
- The data size of messages that the agent sends to the Amazon Inspector
service.
$sel:messageType:TelemetryMetadata'
, telemetryMetadata_messageType
- A specific type of behavioral data that is collected by the agent.
$sel:count:TelemetryMetadata'
, telemetryMetadata_count
- The count of messages that the agent sends to the Amazon Inspector
service.
TimestampRange
data TimestampRange Source #
This data type is used in the AssessmentRunFilter data type.
See: newTimestampRange
smart constructor.
Instances
newTimestampRange :: TimestampRange Source #
Create a value of TimestampRange
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:endDate:TimestampRange'
, timestampRange_endDate
- The maximum value of the timestamp range.
$sel:beginDate:TimestampRange'
, timestampRange_beginDate
- The minimum value of the timestamp range.