amazonka-config-1.4.3: Amazon Config SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.Config

Contents

Description

AWS Config

AWS Config provides a way to keep track of the configurations of all the AWS resources associated with your AWS account. You can use AWS Config to get the current and historical configurations of each AWS resource and also to get information about the relationship between the resources. An AWS resource can be an Amazon Compute Cloud (Amazon EC2) instance, an Elastic Block Store (EBS) volume, an Elastic network Interface (ENI), or a security group. For a complete list of resources currently supported by AWS Config, see Supported AWS Resources.

You can access and manage AWS Config through the AWS Management Console, the AWS Command Line Interface (AWS CLI), the AWS Config API, or the AWS SDKs for AWS Config

This reference guide contains documentation for the AWS Config API and the AWS CLI commands that you can use to manage AWS Config.

The AWS Config API uses the Signature Version 4 protocol for signing requests. For more information about how to sign a request with this protocol, see Signature Version 4 Signing Process.

For detailed information about AWS Config features and their associated actions or commands, as well as how to work with AWS Management Console, see What Is AWS Config? in the AWS Config Developer Guide.

Synopsis

Service Configuration

config :: Service Source #

API version '2014-11-12' of the Amazon Config 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 Config.

InvalidTimeRangeException

_InvalidTimeRangeException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified time range is not valid. The earlier time is not chronologically before the later time.

InvalidSNSTopicARNException

_InvalidSNSTopicARNException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified Amazon SNS topic does not exist.

InvalidRecordingGroupException

_InvalidRecordingGroupException :: AsError a => Getting (First ServiceError) a ServiceError Source #

AWS Config throws an exception if the recording group does not contain a valid list of resource types. Invalid values could also be incorrectly formatted.

ValidationException

_ValidationException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The requested action is not valid.

InvalidRoleException

_InvalidRoleException :: AsError a => Getting (First ServiceError) a ServiceError Source #

You have provided a null or empty role ARN.

LastDeliveryChannelDeleteFailedException

_LastDeliveryChannelDeleteFailedException :: AsError a => Getting (First ServiceError) a ServiceError Source #

You cannot delete the delivery channel you specified because the configuration recorder is running.

InvalidLimitException

_InvalidLimitException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified limit is outside the allowable range.

InvalidDeliveryChannelNameException

_InvalidDeliveryChannelNameException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified delivery channel name is not valid.

InvalidParameterValueException

_InvalidParameterValueException :: AsError a => Getting (First ServiceError) a ServiceError Source #

One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.

InvalidResultTokenException

NoSuchDeliveryChannelException

_NoSuchDeliveryChannelException :: AsError a => Getting (First ServiceError) a ServiceError Source #

You have specified a delivery channel that does not exist.

NoSuchConfigRuleException

_NoSuchConfigRuleException :: AsError a => Getting (First ServiceError) a ServiceError Source #

One or more AWS Config rules in the request are invalid. Verify that the rule names are correct and try again.

InsufficientPermissionsException

_InsufficientPermissionsException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Indicates one of the following errors:

  • The rule cannot be created because the IAM role assigned to AWS Config lacks permissions to perform the config:Put* action.
  • The AWS Lambda function cannot be invoked. Check the function ARN, and check the function's permissions.

ResourceNotDiscoveredException

_ResourceNotDiscoveredException :: AsError a => Getting (First ServiceError) a ServiceError Source #

You have specified a resource that is either unknown or has not been discovered.

InvalidNextTokenException

_InvalidNextTokenException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.

MaxNumberOfConfigRulesExceededException

_MaxNumberOfConfigRulesExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Failed to add the AWS Config rule because the account already contains the maximum number of 25 rules. Consider deleting any deactivated rules before adding new rules.

NoAvailableConfigurationRecorderException

_NoAvailableConfigurationRecorderException :: AsError a => Getting (First ServiceError) a ServiceError Source #

There are no configuration recorders available to provide the role needed to describe your resources. Create a configuration recorder.

NoSuchBucketException

_NoSuchBucketException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified Amazon S3 bucket does not exist.

NoAvailableDeliveryChannelException

_NoAvailableDeliveryChannelException :: AsError a => Getting (First ServiceError) a ServiceError Source #

There is no delivery channel available to record configurations.

InvalidConfigurationRecorderNameException

_InvalidConfigurationRecorderNameException :: AsError a => Getting (First ServiceError) a ServiceError Source #

You have provided a configuration recorder name that is not valid.

NoRunningConfigurationRecorderException

_NoRunningConfigurationRecorderException :: AsError a => Getting (First ServiceError) a ServiceError Source #

There is no configuration recorder running.

MaxNumberOfConfigurationRecordersExceededException

_MaxNumberOfConfigurationRecordersExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

You have reached the limit on the number of recorders you can create.

InsufficientDeliveryPolicyException

_InsufficientDeliveryPolicyException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Your Amazon S3 bucket policy does not permit AWS Config to write to it.

MaxNumberOfDeliveryChannelsExceededException

_MaxNumberOfDeliveryChannelsExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

You have reached the limit on the number of delivery channels you can create.

NoSuchConfigurationRecorderException

_NoSuchConfigurationRecorderException :: AsError a => Getting (First ServiceError) a ServiceError Source #

You have specified a configuration recorder that does not exist.

InvalidS3KeyPrefixException

_InvalidS3KeyPrefixException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified Amazon S3 key prefix is not valid.

ResourceInUseException

_ResourceInUseException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The rule is currently being deleted. Wait for a while and try again.

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.

GetResourceConfigHistory

DescribeComplianceByConfigRule

StopConfigurationRecorder

DescribeConfigRules

PutConfigRule

DeleteConfigRule

GetComplianceDetailsByResource

DeliverConfigSnapshot

DescribeConfigRuleEvaluationStatus

DescribeComplianceByResource

PutEvaluations

DescribeConfigurationRecorders

StartConfigurationRecorder

GetComplianceSummaryByConfigRule

DescribeConfigurationRecorderStatus

PutConfigurationRecorder

GetComplianceSummaryByResourceType

DescribeDeliveryChannelStatus

PutDeliveryChannel

GetComplianceDetailsByConfigRule

DeleteDeliveryChannel

ListDiscoveredResources

DescribeDeliveryChannels

Types

ChronologicalOrder

data ChronologicalOrder Source #

Constructors

Forward 
Reverse 

Instances

Bounded ChronologicalOrder Source # 
Enum ChronologicalOrder Source # 
Eq ChronologicalOrder Source # 
Data ChronologicalOrder Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ChronologicalOrder -> c ChronologicalOrder #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ChronologicalOrder #

toConstr :: ChronologicalOrder -> Constr #

dataTypeOf :: ChronologicalOrder -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ChronologicalOrder) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ChronologicalOrder) #

gmapT :: (forall b. Data b => b -> b) -> ChronologicalOrder -> ChronologicalOrder #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ChronologicalOrder -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ChronologicalOrder -> r #

gmapQ :: (forall d. Data d => d -> u) -> ChronologicalOrder -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ChronologicalOrder -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ChronologicalOrder -> m ChronologicalOrder #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ChronologicalOrder -> m ChronologicalOrder #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ChronologicalOrder -> m ChronologicalOrder #

Ord ChronologicalOrder Source # 
Read ChronologicalOrder Source # 
Show ChronologicalOrder Source # 
Generic ChronologicalOrder Source # 
ToJSON ChronologicalOrder Source # 
Hashable ChronologicalOrder Source # 
NFData ChronologicalOrder Source # 

Methods

rnf :: ChronologicalOrder -> () #

ToHeader ChronologicalOrder Source # 
ToQuery ChronologicalOrder Source # 
ToByteString ChronologicalOrder Source # 
FromText ChronologicalOrder Source # 
ToText ChronologicalOrder Source # 
type Rep ChronologicalOrder Source # 
type Rep ChronologicalOrder = D1 (MetaData "ChronologicalOrder" "Network.AWS.Config.Types.Sum" "amazonka-config-1.4.3-6dEKTXSzLg81CPzXP0Z06u" False) ((:+:) (C1 (MetaCons "Forward" PrefixI False) U1) (C1 (MetaCons "Reverse" PrefixI False) U1))

ComplianceType

data ComplianceType Source #

Instances

Bounded ComplianceType Source # 
Enum ComplianceType Source # 
Eq ComplianceType Source # 
Data ComplianceType Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ComplianceType -> c ComplianceType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ComplianceType #

toConstr :: ComplianceType -> Constr #

dataTypeOf :: ComplianceType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ComplianceType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ComplianceType) #

gmapT :: (forall b. Data b => b -> b) -> ComplianceType -> ComplianceType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ComplianceType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ComplianceType -> r #

gmapQ :: (forall d. Data d => d -> u) -> ComplianceType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ComplianceType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ComplianceType -> m ComplianceType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ComplianceType -> m ComplianceType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ComplianceType -> m ComplianceType #

Ord ComplianceType Source # 
Read ComplianceType Source # 
Show ComplianceType Source # 
Generic ComplianceType Source # 

Associated Types

type Rep ComplianceType :: * -> * #

ToJSON ComplianceType Source # 
FromJSON ComplianceType Source # 
Hashable ComplianceType Source # 
NFData ComplianceType Source # 

Methods

rnf :: ComplianceType -> () #

ToHeader ComplianceType Source # 
ToQuery ComplianceType Source # 
ToByteString ComplianceType Source # 
FromText ComplianceType Source # 
ToText ComplianceType Source # 
type Rep ComplianceType Source # 
type Rep ComplianceType = D1 (MetaData "ComplianceType" "Network.AWS.Config.Types.Sum" "amazonka-config-1.4.3-6dEKTXSzLg81CPzXP0Z06u" False) ((:+:) ((:+:) (C1 (MetaCons "Compliant" PrefixI False) U1) (C1 (MetaCons "InsufficientData" PrefixI False) U1)) ((:+:) (C1 (MetaCons "NonCompliant" PrefixI False) U1) (C1 (MetaCons "NotApplicable" PrefixI False) U1)))

ConfigRuleState

data ConfigRuleState Source #

Constructors

Active 
Deleting 

Instances

Bounded ConfigRuleState Source # 
Enum ConfigRuleState Source # 
Eq ConfigRuleState Source # 
Data ConfigRuleState Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ConfigRuleState -> c ConfigRuleState #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ConfigRuleState #

toConstr :: ConfigRuleState -> Constr #

dataTypeOf :: ConfigRuleState -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ConfigRuleState) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ConfigRuleState) #

gmapT :: (forall b. Data b => b -> b) -> ConfigRuleState -> ConfigRuleState #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ConfigRuleState -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ConfigRuleState -> r #

gmapQ :: (forall d. Data d => d -> u) -> ConfigRuleState -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ConfigRuleState -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ConfigRuleState -> m ConfigRuleState #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ConfigRuleState -> m ConfigRuleState #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ConfigRuleState -> m ConfigRuleState #

Ord ConfigRuleState Source # 
Read ConfigRuleState Source # 
Show ConfigRuleState Source # 
Generic ConfigRuleState Source # 
ToJSON ConfigRuleState Source # 
FromJSON ConfigRuleState Source # 
Hashable ConfigRuleState Source # 
NFData ConfigRuleState Source # 

Methods

rnf :: ConfigRuleState -> () #

ToHeader ConfigRuleState Source # 
ToQuery ConfigRuleState Source # 
ToByteString ConfigRuleState Source # 
FromText ConfigRuleState Source # 
ToText ConfigRuleState Source # 
type Rep ConfigRuleState Source # 
type Rep ConfigRuleState = D1 (MetaData "ConfigRuleState" "Network.AWS.Config.Types.Sum" "amazonka-config-1.4.3-6dEKTXSzLg81CPzXP0Z06u" False) ((:+:) (C1 (MetaCons "Active" PrefixI False) U1) (C1 (MetaCons "Deleting" PrefixI False) U1))

ConfigurationItemStatus

data ConfigurationItemStatus Source #

Constructors

Deleted 
Discovered 
Failed 
OK 

Instances

Bounded ConfigurationItemStatus Source # 
Enum ConfigurationItemStatus Source # 
Eq ConfigurationItemStatus Source # 
Data ConfigurationItemStatus Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ConfigurationItemStatus -> c ConfigurationItemStatus #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ConfigurationItemStatus #

toConstr :: ConfigurationItemStatus -> Constr #

dataTypeOf :: ConfigurationItemStatus -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ConfigurationItemStatus) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ConfigurationItemStatus) #

gmapT :: (forall b. Data b => b -> b) -> ConfigurationItemStatus -> ConfigurationItemStatus #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ConfigurationItemStatus -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ConfigurationItemStatus -> r #

gmapQ :: (forall d. Data d => d -> u) -> ConfigurationItemStatus -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ConfigurationItemStatus -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ConfigurationItemStatus -> m ConfigurationItemStatus #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ConfigurationItemStatus -> m ConfigurationItemStatus #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ConfigurationItemStatus -> m ConfigurationItemStatus #

Ord ConfigurationItemStatus Source # 
Read ConfigurationItemStatus Source # 
Show ConfigurationItemStatus Source # 
Generic ConfigurationItemStatus Source # 
FromJSON ConfigurationItemStatus Source # 
Hashable ConfigurationItemStatus Source # 
NFData ConfigurationItemStatus Source # 

Methods

rnf :: ConfigurationItemStatus -> () #

ToHeader ConfigurationItemStatus Source # 
ToQuery ConfigurationItemStatus Source # 
ToByteString ConfigurationItemStatus Source # 
FromText ConfigurationItemStatus Source # 
ToText ConfigurationItemStatus Source # 
type Rep ConfigurationItemStatus Source # 
type Rep ConfigurationItemStatus = D1 (MetaData "ConfigurationItemStatus" "Network.AWS.Config.Types.Sum" "amazonka-config-1.4.3-6dEKTXSzLg81CPzXP0Z06u" False) ((:+:) ((:+:) (C1 (MetaCons "Deleted" PrefixI False) U1) (C1 (MetaCons "Discovered" PrefixI False) U1)) ((:+:) (C1 (MetaCons "Failed" PrefixI False) U1) (C1 (MetaCons "OK" PrefixI False) U1)))

DeliveryStatus

data DeliveryStatus Source #

Instances

Bounded DeliveryStatus Source # 
Enum DeliveryStatus Source # 
Eq DeliveryStatus Source # 
Data DeliveryStatus Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeliveryStatus -> c DeliveryStatus #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeliveryStatus #

toConstr :: DeliveryStatus -> Constr #

dataTypeOf :: DeliveryStatus -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DeliveryStatus) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeliveryStatus) #

gmapT :: (forall b. Data b => b -> b) -> DeliveryStatus -> DeliveryStatus #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeliveryStatus -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeliveryStatus -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeliveryStatus -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeliveryStatus -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeliveryStatus -> m DeliveryStatus #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeliveryStatus -> m DeliveryStatus #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeliveryStatus -> m DeliveryStatus #

Ord DeliveryStatus Source # 
Read DeliveryStatus Source # 
Show DeliveryStatus Source # 
Generic DeliveryStatus Source # 

Associated Types

type Rep DeliveryStatus :: * -> * #

FromJSON DeliveryStatus Source # 
Hashable DeliveryStatus Source # 
NFData DeliveryStatus Source # 

Methods

rnf :: DeliveryStatus -> () #

ToHeader DeliveryStatus Source # 
ToQuery DeliveryStatus Source # 
ToByteString DeliveryStatus Source # 
FromText DeliveryStatus Source # 
ToText DeliveryStatus Source # 
type Rep DeliveryStatus Source # 
type Rep DeliveryStatus = D1 (MetaData "DeliveryStatus" "Network.AWS.Config.Types.Sum" "amazonka-config-1.4.3-6dEKTXSzLg81CPzXP0Z06u" False) ((:+:) (C1 (MetaCons "DSFailure" PrefixI False) U1) ((:+:) (C1 (MetaCons "DSNotApplicable" PrefixI False) U1) (C1 (MetaCons "DSSuccess" PrefixI False) U1)))

EventSource

data EventSource Source #

Constructors

AWS_Config 

Instances

Bounded EventSource Source # 
Enum EventSource Source # 
Eq EventSource Source # 
Data EventSource Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EventSource -> c EventSource #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EventSource #

toConstr :: EventSource -> Constr #

dataTypeOf :: EventSource -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c EventSource) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EventSource) #

gmapT :: (forall b. Data b => b -> b) -> EventSource -> EventSource #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EventSource -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EventSource -> r #

gmapQ :: (forall d. Data d => d -> u) -> EventSource -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EventSource -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EventSource -> m EventSource #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EventSource -> m EventSource #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EventSource -> m EventSource #

Ord EventSource Source # 
Read EventSource Source # 
Show EventSource Source # 
Generic EventSource Source # 

Associated Types

type Rep EventSource :: * -> * #

ToJSON EventSource Source # 
FromJSON EventSource Source # 
Hashable EventSource Source # 
NFData EventSource Source # 

Methods

rnf :: EventSource -> () #

ToHeader EventSource Source # 
ToQuery EventSource Source # 
ToByteString EventSource Source # 
FromText EventSource Source # 
ToText EventSource Source # 

Methods

toText :: EventSource -> Text #

type Rep EventSource Source # 
type Rep EventSource = D1 (MetaData "EventSource" "Network.AWS.Config.Types.Sum" "amazonka-config-1.4.3-6dEKTXSzLg81CPzXP0Z06u" False) (C1 (MetaCons "AWS_Config" PrefixI False) U1)

MaximumExecutionFrequency

data MaximumExecutionFrequency Source #

Instances

Bounded MaximumExecutionFrequency Source # 
Enum MaximumExecutionFrequency Source # 
Eq MaximumExecutionFrequency Source # 
Data MaximumExecutionFrequency Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> MaximumExecutionFrequency -> c MaximumExecutionFrequency #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c MaximumExecutionFrequency #

toConstr :: MaximumExecutionFrequency -> Constr #

dataTypeOf :: MaximumExecutionFrequency -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c MaximumExecutionFrequency) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c MaximumExecutionFrequency) #

gmapT :: (forall b. Data b => b -> b) -> MaximumExecutionFrequency -> MaximumExecutionFrequency #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> MaximumExecutionFrequency -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> MaximumExecutionFrequency -> r #

gmapQ :: (forall d. Data d => d -> u) -> MaximumExecutionFrequency -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> MaximumExecutionFrequency -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> MaximumExecutionFrequency -> m MaximumExecutionFrequency #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> MaximumExecutionFrequency -> m MaximumExecutionFrequency #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> MaximumExecutionFrequency -> m MaximumExecutionFrequency #

Ord MaximumExecutionFrequency Source # 
Read MaximumExecutionFrequency Source # 
Show MaximumExecutionFrequency Source # 
Generic MaximumExecutionFrequency Source # 
ToJSON MaximumExecutionFrequency Source # 
FromJSON MaximumExecutionFrequency Source # 
Hashable MaximumExecutionFrequency Source # 
NFData MaximumExecutionFrequency Source # 
ToHeader MaximumExecutionFrequency Source # 
ToQuery MaximumExecutionFrequency Source # 
ToByteString MaximumExecutionFrequency Source # 
FromText MaximumExecutionFrequency Source # 
ToText MaximumExecutionFrequency Source # 
type Rep MaximumExecutionFrequency Source # 
type Rep MaximumExecutionFrequency = D1 (MetaData "MaximumExecutionFrequency" "Network.AWS.Config.Types.Sum" "amazonka-config-1.4.3-6dEKTXSzLg81CPzXP0Z06u" False) ((:+:) ((:+:) (C1 (MetaCons "OneHour" PrefixI False) U1) (C1 (MetaCons "SixHours" PrefixI False) U1)) ((:+:) (C1 (MetaCons "ThreeHours" PrefixI False) U1) ((:+:) (C1 (MetaCons "TwelveHours" PrefixI False) U1) (C1 (MetaCons "TwentyFourHours" PrefixI False) U1))))

MessageType

data MessageType Source #

Instances

Bounded MessageType Source # 
Enum MessageType Source # 
Eq MessageType Source # 
Data MessageType Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> MessageType -> c MessageType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c MessageType #

toConstr :: MessageType -> Constr #

dataTypeOf :: MessageType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c MessageType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c MessageType) #

gmapT :: (forall b. Data b => b -> b) -> MessageType -> MessageType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> MessageType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> MessageType -> r #

gmapQ :: (forall d. Data d => d -> u) -> MessageType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> MessageType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> MessageType -> m MessageType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> MessageType -> m MessageType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> MessageType -> m MessageType #

Ord MessageType Source # 
Read MessageType Source # 
Show MessageType Source # 
Generic MessageType Source # 

Associated Types

type Rep MessageType :: * -> * #

ToJSON MessageType Source # 
FromJSON MessageType Source # 
Hashable MessageType Source # 
NFData MessageType Source # 

Methods

rnf :: MessageType -> () #

ToHeader MessageType Source # 
ToQuery MessageType Source # 
ToByteString MessageType Source # 
FromText MessageType Source # 
ToText MessageType Source # 

Methods

toText :: MessageType -> Text #

type Rep MessageType Source # 
type Rep MessageType = D1 (MetaData "MessageType" "Network.AWS.Config.Types.Sum" "amazonka-config-1.4.3-6dEKTXSzLg81CPzXP0Z06u" False) ((:+:) (C1 (MetaCons "ConfigurationItemChangeNotification" PrefixI False) U1) (C1 (MetaCons "ConfigurationSnapshotDeliveryCompleted" PrefixI False) U1))

Owner

data Owner Source #

Constructors

AWS 
CustomLambda 

Instances

Bounded Owner Source # 
Enum Owner Source # 
Eq Owner Source # 

Methods

(==) :: Owner -> Owner -> Bool #

(/=) :: Owner -> Owner -> Bool #

Data Owner Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Owner -> c Owner #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Owner #

toConstr :: Owner -> Constr #

dataTypeOf :: Owner -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Owner) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Owner) #

gmapT :: (forall b. Data b => b -> b) -> Owner -> Owner #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Owner -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Owner -> r #

gmapQ :: (forall d. Data d => d -> u) -> Owner -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Owner -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Owner -> m Owner #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Owner -> m Owner #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Owner -> m Owner #

Ord Owner Source # 

Methods

compare :: Owner -> Owner -> Ordering #

(<) :: Owner -> Owner -> Bool #

(<=) :: Owner -> Owner -> Bool #

(>) :: Owner -> Owner -> Bool #

(>=) :: Owner -> Owner -> Bool #

max :: Owner -> Owner -> Owner #

min :: Owner -> Owner -> Owner #

Read Owner Source # 
Show Owner Source # 

Methods

showsPrec :: Int -> Owner -> ShowS #

show :: Owner -> String #

showList :: [Owner] -> ShowS #

Generic Owner Source # 

Associated Types

type Rep Owner :: * -> * #

Methods

from :: Owner -> Rep Owner x #

to :: Rep Owner x -> Owner #

ToJSON Owner Source # 
FromJSON Owner Source # 
Hashable Owner Source # 

Methods

hashWithSalt :: Int -> Owner -> Int #

hash :: Owner -> Int #

NFData Owner Source # 

Methods

rnf :: Owner -> () #

ToHeader Owner Source # 

Methods

toHeader :: HeaderName -> Owner -> [Header] #

ToQuery Owner Source # 

Methods

toQuery :: Owner -> QueryString #

ToByteString Owner Source # 

Methods

toBS :: Owner -> ByteString #

FromText Owner Source # 

Methods

parser :: Parser Owner #

ToText Owner Source # 

Methods

toText :: Owner -> Text #

type Rep Owner Source # 
type Rep Owner = D1 (MetaData "Owner" "Network.AWS.Config.Types.Sum" "amazonka-config-1.4.3-6dEKTXSzLg81CPzXP0Z06u" False) ((:+:) (C1 (MetaCons "AWS" PrefixI False) U1) (C1 (MetaCons "CustomLambda" PrefixI False) U1))

RecorderStatus

data RecorderStatus Source #

Constructors

Failure 
Pending 
Success 

Instances

Bounded RecorderStatus Source # 
Enum RecorderStatus Source # 
Eq RecorderStatus Source # 
Data RecorderStatus Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RecorderStatus -> c RecorderStatus #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RecorderStatus #

toConstr :: RecorderStatus -> Constr #

dataTypeOf :: RecorderStatus -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c RecorderStatus) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RecorderStatus) #

gmapT :: (forall b. Data b => b -> b) -> RecorderStatus -> RecorderStatus #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RecorderStatus -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RecorderStatus -> r #

gmapQ :: (forall d. Data d => d -> u) -> RecorderStatus -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RecorderStatus -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RecorderStatus -> m RecorderStatus #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RecorderStatus -> m RecorderStatus #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RecorderStatus -> m RecorderStatus #

Ord RecorderStatus Source # 
Read RecorderStatus Source # 
Show RecorderStatus Source # 
Generic RecorderStatus Source # 

Associated Types

type Rep RecorderStatus :: * -> * #

FromJSON RecorderStatus Source # 
Hashable RecorderStatus Source # 
NFData RecorderStatus Source # 

Methods

rnf :: RecorderStatus -> () #

ToHeader RecorderStatus Source # 
ToQuery RecorderStatus Source # 
ToByteString RecorderStatus Source # 
FromText RecorderStatus Source # 
ToText RecorderStatus Source # 
type Rep RecorderStatus Source # 
type Rep RecorderStatus = D1 (MetaData "RecorderStatus" "Network.AWS.Config.Types.Sum" "amazonka-config-1.4.3-6dEKTXSzLg81CPzXP0Z06u" False) ((:+:) (C1 (MetaCons "Failure" PrefixI False) U1) ((:+:) (C1 (MetaCons "Pending" PrefixI False) U1) (C1 (MetaCons "Success" PrefixI False) U1)))

ResourceType

data ResourceType Source #

Instances

Bounded ResourceType Source # 
Enum ResourceType Source # 
Eq ResourceType Source # 
Data ResourceType Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ResourceType -> c ResourceType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ResourceType #

toConstr :: ResourceType -> Constr #

dataTypeOf :: ResourceType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ResourceType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ResourceType) #

gmapT :: (forall b. Data b => b -> b) -> ResourceType -> ResourceType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ResourceType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ResourceType -> r #

gmapQ :: (forall d. Data d => d -> u) -> ResourceType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ResourceType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ResourceType -> m ResourceType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ResourceType -> m ResourceType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ResourceType -> m ResourceType #

Ord ResourceType Source # 
Read ResourceType Source # 
Show ResourceType Source # 
Generic ResourceType Source # 

Associated Types

type Rep ResourceType :: * -> * #

ToJSON ResourceType Source # 
FromJSON ResourceType Source # 
Hashable ResourceType Source # 
NFData ResourceType Source # 

Methods

rnf :: ResourceType -> () #

ToHeader ResourceType Source # 
ToQuery ResourceType Source # 
ToByteString ResourceType Source # 
FromText ResourceType Source # 
ToText ResourceType Source # 

Methods

toText :: ResourceType -> Text #

type Rep ResourceType Source # 
type Rep ResourceType = D1 (MetaData "ResourceType" "Network.AWS.Config.Types.Sum" "amazonka-config-1.4.3-6dEKTXSzLg81CPzXP0Z06u" False) ((:+:) ((:+:) ((:+:) ((:+:) (C1 (MetaCons "AWSCloudTrailTrail" PrefixI False) U1) (C1 (MetaCons "AWSEC2CustomerGateway" PrefixI False) U1)) ((:+:) (C1 (MetaCons "AWSEC2EIP" PrefixI False) U1) (C1 (MetaCons "AWSEC2Host" PrefixI False) U1))) ((:+:) ((:+:) (C1 (MetaCons "AWSEC2Instance" PrefixI False) U1) (C1 (MetaCons "AWSEC2InternetGateway" PrefixI False) U1)) ((:+:) (C1 (MetaCons "AWSEC2NetworkACL" PrefixI False) U1) ((:+:) (C1 (MetaCons "AWSEC2NetworkInterface" PrefixI False) U1) (C1 (MetaCons "AWSEC2RouteTable" PrefixI False) U1))))) ((:+:) ((:+:) ((:+:) (C1 (MetaCons "AWSEC2SecurityGroup" PrefixI False) U1) (C1 (MetaCons "AWSEC2Subnet" PrefixI False) U1)) ((:+:) (C1 (MetaCons "AWSEC2VPC" PrefixI False) U1) ((:+:) (C1 (MetaCons "AWSEC2VPNConnection" PrefixI False) U1) (C1 (MetaCons "AWSEC2VPNGateway" PrefixI False) U1)))) ((:+:) ((:+:) (C1 (MetaCons "AWSEC2Volume" PrefixI False) U1) (C1 (MetaCons "AWSIAMGroup" PrefixI False) U1)) ((:+:) (C1 (MetaCons "AWSIAMPolicy" PrefixI False) U1) ((:+:) (C1 (MetaCons "AWSIAMRole" PrefixI False) U1) (C1 (MetaCons "AWSIAMUser" PrefixI False) U1))))))

Compliance

data Compliance Source #

Indicates whether an AWS resource or AWS Config rule is compliant and provides the number of contributors that affect the compliance.

See: compliance smart constructor.

Instances

Eq Compliance Source # 
Data Compliance Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Compliance -> c Compliance #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Compliance #

toConstr :: Compliance -> Constr #

dataTypeOf :: Compliance -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Compliance) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Compliance) #

gmapT :: (forall b. Data b => b -> b) -> Compliance -> Compliance #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Compliance -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Compliance -> r #

gmapQ :: (forall d. Data d => d -> u) -> Compliance -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Compliance -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Compliance -> m Compliance #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Compliance -> m Compliance #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Compliance -> m Compliance #

Read Compliance Source # 
Show Compliance Source # 
Generic Compliance Source # 

Associated Types

type Rep Compliance :: * -> * #

FromJSON Compliance Source # 
Hashable Compliance Source # 
NFData Compliance Source # 

Methods

rnf :: Compliance -> () #

type Rep Compliance Source # 
type Rep Compliance = D1 (MetaData "Compliance" "Network.AWS.Config.Types.Product" "amazonka-config-1.4.3-6dEKTXSzLg81CPzXP0Z06u" False) (C1 (MetaCons "Compliance'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_cComplianceContributorCount") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ComplianceContributorCount))) (S1 (MetaSel (Just Symbol "_cComplianceType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ComplianceType)))))

compliance :: Compliance Source #

Creates a value of Compliance with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

cComplianceContributorCount :: Lens' Compliance (Maybe ComplianceContributorCount) Source #

The number of AWS resources or AWS Config rules that cause a result of NON_COMPLIANT, up to a maximum number.

cComplianceType :: Lens' Compliance (Maybe ComplianceType) Source #

Indicates whether an AWS resource or AWS Config rule is compliant.

A resource is compliant if it complies with all of the AWS Config rules that evaluate it, and it is noncompliant if it does not comply with one or more of these rules.

A rule is compliant if all of the resources that the rule evaluates comply with it, and it is noncompliant if any of these resources do not comply.

AWS Config returns the INSUFFICIENT_DATA value when no evaluation results are available for the AWS resource or Config rule.

For the Compliance data type, AWS Config supports only COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA values. AWS Config does not support the NOT_APPLICABLE value for the Compliance data type.

ComplianceByConfigRule

data ComplianceByConfigRule Source #

Indicates whether an AWS Config rule is compliant. A rule is compliant if all of the resources that the rule evaluated comply with it, and it is noncompliant if any of these resources do not comply.

See: complianceByConfigRule smart constructor.

Instances

Eq ComplianceByConfigRule Source # 
Data ComplianceByConfigRule Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ComplianceByConfigRule -> c ComplianceByConfigRule #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ComplianceByConfigRule #

toConstr :: ComplianceByConfigRule -> Constr #

dataTypeOf :: ComplianceByConfigRule -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ComplianceByConfigRule) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ComplianceByConfigRule) #

gmapT :: (forall b. Data b => b -> b) -> ComplianceByConfigRule -> ComplianceByConfigRule #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ComplianceByConfigRule -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ComplianceByConfigRule -> r #

gmapQ :: (forall d. Data d => d -> u) -> ComplianceByConfigRule -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ComplianceByConfigRule -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ComplianceByConfigRule -> m ComplianceByConfigRule #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ComplianceByConfigRule -> m ComplianceByConfigRule #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ComplianceByConfigRule -> m ComplianceByConfigRule #

Read ComplianceByConfigRule Source # 
Show ComplianceByConfigRule Source # 
Generic ComplianceByConfigRule Source # 
FromJSON ComplianceByConfigRule Source # 
Hashable ComplianceByConfigRule Source # 
NFData ComplianceByConfigRule Source # 

Methods

rnf :: ComplianceByConfigRule -> () #

type Rep ComplianceByConfigRule Source # 
type Rep ComplianceByConfigRule = D1 (MetaData "ComplianceByConfigRule" "Network.AWS.Config.Types.Product" "amazonka-config-1.4.3-6dEKTXSzLg81CPzXP0Z06u" False) (C1 (MetaCons "ComplianceByConfigRule'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_cbcrCompliance") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Compliance))) (S1 (MetaSel (Just Symbol "_cbcrConfigRuleName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

complianceByConfigRule :: ComplianceByConfigRule Source #

Creates a value of ComplianceByConfigRule with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

cbcrCompliance :: Lens' ComplianceByConfigRule (Maybe Compliance) Source #

Indicates whether the AWS Config rule is compliant.

cbcrConfigRuleName :: Lens' ComplianceByConfigRule (Maybe Text) Source #

The name of the AWS Config rule.

ComplianceByResource

data ComplianceByResource Source #

Indicates whether an AWS resource that is evaluated according to one or more AWS Config rules is compliant. A resource is compliant if it complies with all of the rules that evaluate it, and it is noncompliant if it does not comply with one or more of these rules.

See: complianceByResource smart constructor.

Instances

Eq ComplianceByResource Source # 
Data ComplianceByResource Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ComplianceByResource -> c ComplianceByResource #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ComplianceByResource #

toConstr :: ComplianceByResource -> Constr #

dataTypeOf :: ComplianceByResource -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ComplianceByResource) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ComplianceByResource) #

gmapT :: (forall b. Data b => b -> b) -> ComplianceByResource -> ComplianceByResource #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ComplianceByResource -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ComplianceByResource -> r #

gmapQ :: (forall d. Data d => d -> u) -> ComplianceByResource -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ComplianceByResource -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ComplianceByResource -> m ComplianceByResource #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ComplianceByResource -> m ComplianceByResource #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ComplianceByResource -> m ComplianceByResource #

Read ComplianceByResource Source # 
Show ComplianceByResource Source # 
Generic ComplianceByResource Source # 
FromJSON ComplianceByResource Source # 
Hashable ComplianceByResource Source # 
NFData ComplianceByResource Source # 

Methods

rnf :: ComplianceByResource -> () #

type Rep ComplianceByResource Source # 
type Rep ComplianceByResource = D1 (MetaData "ComplianceByResource" "Network.AWS.Config.Types.Product" "amazonka-config-1.4.3-6dEKTXSzLg81CPzXP0Z06u" False) (C1 (MetaCons "ComplianceByResource'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_cbrResourceId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_cbrResourceType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_cbrCompliance") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Compliance))))))

complianceByResource :: ComplianceByResource Source #

Creates a value of ComplianceByResource with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

cbrResourceId :: Lens' ComplianceByResource (Maybe Text) Source #

The ID of the AWS resource that was evaluated.

cbrResourceType :: Lens' ComplianceByResource (Maybe Text) Source #

The type of the AWS resource that was evaluated.

cbrCompliance :: Lens' ComplianceByResource (Maybe Compliance) Source #

Indicates whether the AWS resource complies with all of the AWS Config rules that evaluated it.

ComplianceContributorCount

data ComplianceContributorCount Source #

The number of AWS resources or AWS Config rules responsible for the current compliance of the item, up to a maximum number.

See: complianceContributorCount smart constructor.

Instances

Eq ComplianceContributorCount Source # 
Data ComplianceContributorCount Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ComplianceContributorCount -> c ComplianceContributorCount #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ComplianceContributorCount #

toConstr :: ComplianceContributorCount -> Constr #

dataTypeOf :: ComplianceContributorCount -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ComplianceContributorCount) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ComplianceContributorCount) #

gmapT :: (forall b. Data b => b -> b) -> ComplianceContributorCount -> ComplianceContributorCount #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ComplianceContributorCount -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ComplianceContributorCount -> r #

gmapQ :: (forall d. Data d => d -> u) -> ComplianceContributorCount -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ComplianceContributorCount -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ComplianceContributorCount -> m ComplianceContributorCount #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ComplianceContributorCount -> m ComplianceContributorCount #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ComplianceContributorCount -> m ComplianceContributorCount #

Read ComplianceContributorCount Source # 
Show ComplianceContributorCount Source # 
Generic ComplianceContributorCount Source # 
FromJSON ComplianceContributorCount Source # 
Hashable ComplianceContributorCount Source # 
NFData ComplianceContributorCount Source # 
type Rep ComplianceContributorCount Source # 
type Rep ComplianceContributorCount = D1 (MetaData "ComplianceContributorCount" "Network.AWS.Config.Types.Product" "amazonka-config-1.4.3-6dEKTXSzLg81CPzXP0Z06u" False) (C1 (MetaCons "ComplianceContributorCount'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_cccCappedCount") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))) (S1 (MetaSel (Just Symbol "_cccCapExceeded") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))))

complianceContributorCount :: ComplianceContributorCount Source #

Creates a value of ComplianceContributorCount with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

cccCappedCount :: Lens' ComplianceContributorCount (Maybe Int) Source #

The number of AWS resources or AWS Config rules responsible for the current compliance of the item.

cccCapExceeded :: Lens' ComplianceContributorCount (Maybe Bool) Source #

Indicates whether the maximum count is reached.

ComplianceSummary

data ComplianceSummary Source #

The number of AWS Config rules or AWS resources that are compliant and noncompliant, up to a maximum.

See: complianceSummary smart constructor.

Instances

Eq ComplianceSummary Source # 
Data ComplianceSummary Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ComplianceSummary -> c ComplianceSummary #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ComplianceSummary #

toConstr :: ComplianceSummary -> Constr #

dataTypeOf :: ComplianceSummary -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ComplianceSummary) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ComplianceSummary) #

gmapT :: (forall b. Data b => b -> b) -> ComplianceSummary -> ComplianceSummary #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ComplianceSummary -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ComplianceSummary -> r #

gmapQ :: (forall d. Data d => d -> u) -> ComplianceSummary -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ComplianceSummary -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ComplianceSummary -> m ComplianceSummary #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ComplianceSummary -> m ComplianceSummary #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ComplianceSummary -> m ComplianceSummary #

Read ComplianceSummary Source # 
Show ComplianceSummary Source # 
Generic ComplianceSummary Source # 
FromJSON ComplianceSummary Source # 
Hashable ComplianceSummary Source # 
NFData ComplianceSummary Source # 

Methods

rnf :: ComplianceSummary -> () #

type Rep ComplianceSummary Source # 
type Rep ComplianceSummary = D1 (MetaData "ComplianceSummary" "Network.AWS.Config.Types.Product" "amazonka-config-1.4.3-6dEKTXSzLg81CPzXP0Z06u" False) (C1 (MetaCons "ComplianceSummary'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_csComplianceSummaryTimestamp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))) ((:*:) (S1 (MetaSel (Just Symbol "_csCompliantResourceCount") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ComplianceContributorCount))) (S1 (MetaSel (Just Symbol "_csNonCompliantResourceCount") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ComplianceContributorCount))))))

complianceSummary :: ComplianceSummary Source #

Creates a value of ComplianceSummary with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

csComplianceSummaryTimestamp :: Lens' ComplianceSummary (Maybe UTCTime) Source #

The time that AWS Config created the compliance summary.

csCompliantResourceCount :: Lens' ComplianceSummary (Maybe ComplianceContributorCount) Source #

The number of AWS Config rules or AWS resources that are compliant, up to a maximum of 25 for rules and 100 for resources.

csNonCompliantResourceCount :: Lens' ComplianceSummary (Maybe ComplianceContributorCount) Source #

The number of AWS Config rules or AWS resources that are noncompliant, up to a maximum of 25 for rules and 100 for resources.

ComplianceSummaryByResourceType

data ComplianceSummaryByResourceType Source #

The number of AWS resources of a specific type that are compliant or noncompliant, up to a maximum of 100 for each compliance.

See: complianceSummaryByResourceType smart constructor.

Instances

Eq ComplianceSummaryByResourceType Source # 
Data ComplianceSummaryByResourceType Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ComplianceSummaryByResourceType -> c ComplianceSummaryByResourceType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ComplianceSummaryByResourceType #

toConstr :: ComplianceSummaryByResourceType -> Constr #

dataTypeOf :: ComplianceSummaryByResourceType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ComplianceSummaryByResourceType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ComplianceSummaryByResourceType) #

gmapT :: (forall b. Data b => b -> b) -> ComplianceSummaryByResourceType -> ComplianceSummaryByResourceType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ComplianceSummaryByResourceType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ComplianceSummaryByResourceType -> r #

gmapQ :: (forall d. Data d => d -> u) -> ComplianceSummaryByResourceType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ComplianceSummaryByResourceType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ComplianceSummaryByResourceType -> m ComplianceSummaryByResourceType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ComplianceSummaryByResourceType -> m ComplianceSummaryByResourceType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ComplianceSummaryByResourceType -> m ComplianceSummaryByResourceType #

Read ComplianceSummaryByResourceType Source # 
Show ComplianceSummaryByResourceType Source # 
Generic ComplianceSummaryByResourceType Source # 
FromJSON ComplianceSummaryByResourceType Source # 
Hashable ComplianceSummaryByResourceType Source # 
NFData ComplianceSummaryByResourceType Source # 
type Rep ComplianceSummaryByResourceType Source # 
type Rep ComplianceSummaryByResourceType = D1 (MetaData "ComplianceSummaryByResourceType" "Network.AWS.Config.Types.Product" "amazonka-config-1.4.3-6dEKTXSzLg81CPzXP0Z06u" False) (C1 (MetaCons "ComplianceSummaryByResourceType'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_csbrtResourceType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_csbrtComplianceSummary") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ComplianceSummary)))))

complianceSummaryByResourceType :: ComplianceSummaryByResourceType Source #

Creates a value of ComplianceSummaryByResourceType with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

csbrtComplianceSummary :: Lens' ComplianceSummaryByResourceType (Maybe ComplianceSummary) Source #

The number of AWS resources that are compliant or noncompliant, up to a maximum of 100 for each compliance.

ConfigExportDeliveryInfo

data ConfigExportDeliveryInfo Source #

A list that contains the status of the delivery of either the snapshot or the configuration history to the specified Amazon S3 bucket.

See: configExportDeliveryInfo smart constructor.

Instances

Eq ConfigExportDeliveryInfo Source # 
Data ConfigExportDeliveryInfo Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ConfigExportDeliveryInfo -> c ConfigExportDeliveryInfo #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ConfigExportDeliveryInfo #

toConstr :: ConfigExportDeliveryInfo -> Constr #

dataTypeOf :: ConfigExportDeliveryInfo -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ConfigExportDeliveryInfo) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ConfigExportDeliveryInfo) #

gmapT :: (forall b. Data b => b -> b) -> ConfigExportDeliveryInfo -> ConfigExportDeliveryInfo #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ConfigExportDeliveryInfo -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ConfigExportDeliveryInfo -> r #

gmapQ :: (forall d. Data d => d -> u) -> ConfigExportDeliveryInfo -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ConfigExportDeliveryInfo -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ConfigExportDeliveryInfo -> m ConfigExportDeliveryInfo #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ConfigExportDeliveryInfo -> m ConfigExportDeliveryInfo #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ConfigExportDeliveryInfo -> m ConfigExportDeliveryInfo #

Read ConfigExportDeliveryInfo Source # 
Show ConfigExportDeliveryInfo Source # 
Generic ConfigExportDeliveryInfo Source # 
FromJSON ConfigExportDeliveryInfo Source # 
Hashable ConfigExportDeliveryInfo Source # 
NFData ConfigExportDeliveryInfo Source # 
type Rep ConfigExportDeliveryInfo Source # 
type Rep ConfigExportDeliveryInfo = D1 (MetaData "ConfigExportDeliveryInfo" "Network.AWS.Config.Types.Product" "amazonka-config-1.4.3-6dEKTXSzLg81CPzXP0Z06u" False) (C1 (MetaCons "ConfigExportDeliveryInfo'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_cediLastErrorCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_cediLastAttemptTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))) (S1 (MetaSel (Just Symbol "_cediLastSuccessfulTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))))) ((:*:) (S1 (MetaSel (Just Symbol "_cediLastStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DeliveryStatus))) ((:*:) (S1 (MetaSel (Just Symbol "_cediLastErrorMessage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_cediNextDeliveryTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX)))))))

configExportDeliveryInfo :: ConfigExportDeliveryInfo Source #

Creates a value of ConfigExportDeliveryInfo with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

cediLastErrorCode :: Lens' ConfigExportDeliveryInfo (Maybe Text) Source #

The error code from the last attempted delivery.

cediLastAttemptTime :: Lens' ConfigExportDeliveryInfo (Maybe UTCTime) Source #

The time of the last attempted delivery.

cediLastSuccessfulTime :: Lens' ConfigExportDeliveryInfo (Maybe UTCTime) Source #

The time of the last successful delivery.

cediLastStatus :: Lens' ConfigExportDeliveryInfo (Maybe DeliveryStatus) Source #

Status of the last attempted delivery.

cediLastErrorMessage :: Lens' ConfigExportDeliveryInfo (Maybe Text) Source #

The error message from the last attempted delivery.

cediNextDeliveryTime :: Lens' ConfigExportDeliveryInfo (Maybe UTCTime) Source #

The time that the next delivery occurs.

ConfigRule

data ConfigRule Source #

An AWS Lambda function that evaluates configuration items to assess whether your AWS resources comply with your desired configurations. This function can run when AWS Config detects a configuration change to an AWS resource, or when it delivers a configuration snapshot of the resources in the account.

For more information about developing and using AWS Config rules, see Evaluating AWS Resource Configurations with AWS Config in the AWS Config Developer Guide.

See: configRule smart constructor.

Instances

Eq ConfigRule Source # 
Data ConfigRule Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ConfigRule -> c ConfigRule #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ConfigRule #

toConstr :: ConfigRule -> Constr #

dataTypeOf :: ConfigRule -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ConfigRule) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ConfigRule) #

gmapT :: (forall b. Data b => b -> b) -> ConfigRule -> ConfigRule #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ConfigRule -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ConfigRule -> r #

gmapQ :: (forall d. Data d => d -> u) -> ConfigRule -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ConfigRule -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ConfigRule -> m ConfigRule #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ConfigRule -> m ConfigRule #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ConfigRule -> m ConfigRule #

Read ConfigRule Source # 
Show ConfigRule Source # 
Generic ConfigRule Source # 

Associated Types

type Rep ConfigRule :: * -> * #

ToJSON ConfigRule Source # 
FromJSON ConfigRule Source # 
Hashable ConfigRule Source # 
NFData ConfigRule Source # 

Methods

rnf :: ConfigRule -> () #

type Rep ConfigRule Source # 

configRule Source #

Arguments

:: Source

crSource

-> ConfigRule 

Creates a value of ConfigRule with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

crInputParameters :: Lens' ConfigRule (Maybe Text) Source #

A string in JSON format that is passed to the AWS Config rule Lambda function.

crConfigRuleName :: Lens' ConfigRule (Maybe Text) Source #

The name that you assign to the AWS Config rule. The name is required if you are adding a new rule.

crMaximumExecutionFrequency :: Lens' ConfigRule (Maybe MaximumExecutionFrequency) Source #

The maximum frequency at which the AWS Config rule runs evaluations.

If your rule is periodic, meaning it runs an evaluation when AWS Config delivers a configuration snapshot, then it cannot run evaluations more frequently than AWS Config delivers the snapshots. For periodic rules, set the value of the MaximumExecutionFrequency key to be equal to or greater than the value of the deliveryFrequency key, which is part of ConfigSnapshotDeliveryProperties. To update the frequency with which AWS Config delivers your snapshots, use the PutDeliveryChannel action.

crConfigRuleId :: Lens' ConfigRule (Maybe Text) Source #

The ID of the AWS Config rule.

crScope :: Lens' ConfigRule (Maybe Scope) Source #

Defines which resources can trigger an evaluation for the rule. The scope can include one or more resource types, a combination of one resource type and one resource ID, or a combination of a tag key and value. Specify a scope to constrain the resources that can trigger an evaluation for the rule. If you do not specify a scope, evaluations are triggered when any resource in the recording group changes.

crConfigRuleState :: Lens' ConfigRule (Maybe ConfigRuleState) Source #

Indicates whether the AWS Config rule is active or currently being deleted by AWS Config.

AWS Config sets the state of a rule to DELETING temporarily after you use the DeleteConfigRule request to delete the rule. After AWS Config finishes deleting a rule, the rule and all of its evaluations are erased and no longer available.

You cannot add a rule to AWS Config that has the state set to DELETING. If you want to delete a rule, you must use the DeleteConfigRule request.

crDescription :: Lens' ConfigRule (Maybe Text) Source #

The description that you provide for the AWS Config rule.

crConfigRuleARN :: Lens' ConfigRule (Maybe Text) Source #

The Amazon Resource Name (ARN) of the AWS Config rule.

crSource :: Lens' ConfigRule Source Source #

Provides the rule owner (AWS or customer), the rule identifier, and the events that cause the function to evaluate your AWS resources.

ConfigRuleEvaluationStatus

data ConfigRuleEvaluationStatus Source #

Status information for your AWS managed Config rules. The status includes information such as the last time the rule ran, the last time it failed, and the related error for the last failure.

This action does not return status information about customer managed Config rules.

See: configRuleEvaluationStatus smart constructor.

Instances

Eq ConfigRuleEvaluationStatus Source # 
Data ConfigRuleEvaluationStatus Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ConfigRuleEvaluationStatus -> c ConfigRuleEvaluationStatus #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ConfigRuleEvaluationStatus #

toConstr :: ConfigRuleEvaluationStatus -> Constr #

dataTypeOf :: ConfigRuleEvaluationStatus -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ConfigRuleEvaluationStatus) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ConfigRuleEvaluationStatus) #

gmapT :: (forall b. Data b => b -> b) -> ConfigRuleEvaluationStatus -> ConfigRuleEvaluationStatus #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ConfigRuleEvaluationStatus -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ConfigRuleEvaluationStatus -> r #

gmapQ :: (forall d. Data d => d -> u) -> ConfigRuleEvaluationStatus -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ConfigRuleEvaluationStatus -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ConfigRuleEvaluationStatus -> m ConfigRuleEvaluationStatus #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ConfigRuleEvaluationStatus -> m ConfigRuleEvaluationStatus #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ConfigRuleEvaluationStatus -> m ConfigRuleEvaluationStatus #

Read ConfigRuleEvaluationStatus Source # 
Show ConfigRuleEvaluationStatus Source # 
Generic ConfigRuleEvaluationStatus Source # 
FromJSON ConfigRuleEvaluationStatus Source # 
Hashable ConfigRuleEvaluationStatus Source # 
NFData ConfigRuleEvaluationStatus Source # 
type Rep ConfigRuleEvaluationStatus Source # 
type Rep ConfigRuleEvaluationStatus = D1 (MetaData "ConfigRuleEvaluationStatus" "Network.AWS.Config.Types.Product" "amazonka-config-1.4.3-6dEKTXSzLg81CPzXP0Z06u" False) (C1 (MetaCons "ConfigRuleEvaluationStatus'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_cresLastErrorCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_cresLastFailedEvaluationTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX)))) ((:*:) (S1 (MetaSel (Just Symbol "_cresFirstActivatedTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))) ((:*:) (S1 (MetaSel (Just Symbol "_cresLastSuccessfulEvaluationTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))) (S1 (MetaSel (Just Symbol "_cresConfigRuleName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_cresLastErrorMessage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_cresConfigRuleId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_cresLastFailedInvocationTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))))) ((:*:) (S1 (MetaSel (Just Symbol "_cresFirstEvaluationStarted") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) ((:*:) (S1 (MetaSel (Just Symbol "_cresLastSuccessfulInvocationTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))) (S1 (MetaSel (Just Symbol "_cresConfigRuleARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))

cresLastErrorCode :: Lens' ConfigRuleEvaluationStatus (Maybe Text) Source #

The error code that AWS Config returned when the rule last failed.

cresLastFailedEvaluationTime :: Lens' ConfigRuleEvaluationStatus (Maybe UTCTime) Source #

The time that AWS Config last failed to evaluate your AWS resources against the rule.

cresFirstActivatedTime :: Lens' ConfigRuleEvaluationStatus (Maybe UTCTime) Source #

The time that you first activated the AWS Config rule.

cresLastSuccessfulEvaluationTime :: Lens' ConfigRuleEvaluationStatus (Maybe UTCTime) Source #

The time that AWS Config last successfully evaluated your AWS resources against the rule.

cresLastErrorMessage :: Lens' ConfigRuleEvaluationStatus (Maybe Text) Source #

The error message that AWS Config returned when the rule last failed.

cresLastFailedInvocationTime :: Lens' ConfigRuleEvaluationStatus (Maybe UTCTime) Source #

The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.

cresFirstEvaluationStarted :: Lens' ConfigRuleEvaluationStatus (Maybe Bool) Source #

Indicates whether AWS Config has evaluated your resources against the rule at least once.

  • true - AWS Config has evaluated your AWS resources against the rule at least once.
  • false - AWS Config has not once finished evaluating your AWS resources against the rule.

cresLastSuccessfulInvocationTime :: Lens' ConfigRuleEvaluationStatus (Maybe UTCTime) Source #

The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.

cresConfigRuleARN :: Lens' ConfigRuleEvaluationStatus (Maybe Text) Source #

The Amazon Resource Name (ARN) of the AWS Config rule.

ConfigSnapshotDeliveryProperties

data ConfigSnapshotDeliveryProperties Source #

Options for how AWS Config delivers configuration snapshots to the Amazon S3 bucket in your delivery channel.

See: configSnapshotDeliveryProperties smart constructor.

Instances

Eq ConfigSnapshotDeliveryProperties Source # 
Data ConfigSnapshotDeliveryProperties Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ConfigSnapshotDeliveryProperties -> c ConfigSnapshotDeliveryProperties #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ConfigSnapshotDeliveryProperties #

toConstr :: ConfigSnapshotDeliveryProperties -> Constr #

dataTypeOf :: ConfigSnapshotDeliveryProperties -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ConfigSnapshotDeliveryProperties) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ConfigSnapshotDeliveryProperties) #

gmapT :: (forall b. Data b => b -> b) -> ConfigSnapshotDeliveryProperties -> ConfigSnapshotDeliveryProperties #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ConfigSnapshotDeliveryProperties -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ConfigSnapshotDeliveryProperties -> r #

gmapQ :: (forall d. Data d => d -> u) -> ConfigSnapshotDeliveryProperties -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ConfigSnapshotDeliveryProperties -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ConfigSnapshotDeliveryProperties -> m ConfigSnapshotDeliveryProperties #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ConfigSnapshotDeliveryProperties -> m ConfigSnapshotDeliveryProperties #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ConfigSnapshotDeliveryProperties -> m ConfigSnapshotDeliveryProperties #

Read ConfigSnapshotDeliveryProperties Source # 
Show ConfigSnapshotDeliveryProperties Source # 
Generic ConfigSnapshotDeliveryProperties Source # 
ToJSON ConfigSnapshotDeliveryProperties Source # 
FromJSON ConfigSnapshotDeliveryProperties Source # 
Hashable ConfigSnapshotDeliveryProperties Source # 
NFData ConfigSnapshotDeliveryProperties Source # 
type Rep ConfigSnapshotDeliveryProperties Source # 
type Rep ConfigSnapshotDeliveryProperties = D1 (MetaData "ConfigSnapshotDeliveryProperties" "Network.AWS.Config.Types.Product" "amazonka-config-1.4.3-6dEKTXSzLg81CPzXP0Z06u" True) (C1 (MetaCons "ConfigSnapshotDeliveryProperties'" PrefixI True) (S1 (MetaSel (Just Symbol "_csdpDeliveryFrequency") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe MaximumExecutionFrequency))))

configSnapshotDeliveryProperties :: ConfigSnapshotDeliveryProperties Source #

Creates a value of ConfigSnapshotDeliveryProperties with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

csdpDeliveryFrequency :: Lens' ConfigSnapshotDeliveryProperties (Maybe MaximumExecutionFrequency) Source #

The frequency with which a AWS Config recurringly delivers configuration snapshots.

ConfigStreamDeliveryInfo

data ConfigStreamDeliveryInfo Source #

A list that contains the status of the delivery of the configuration stream notification to the Amazon SNS topic.

See: configStreamDeliveryInfo smart constructor.

Instances

Eq ConfigStreamDeliveryInfo Source # 
Data ConfigStreamDeliveryInfo Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ConfigStreamDeliveryInfo -> c ConfigStreamDeliveryInfo #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ConfigStreamDeliveryInfo #

toConstr :: ConfigStreamDeliveryInfo -> Constr #

dataTypeOf :: ConfigStreamDeliveryInfo -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ConfigStreamDeliveryInfo) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ConfigStreamDeliveryInfo) #

gmapT :: (forall b. Data b => b -> b) -> ConfigStreamDeliveryInfo -> ConfigStreamDeliveryInfo #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ConfigStreamDeliveryInfo -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ConfigStreamDeliveryInfo -> r #

gmapQ :: (forall d. Data d => d -> u) -> ConfigStreamDeliveryInfo -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ConfigStreamDeliveryInfo -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ConfigStreamDeliveryInfo -> m ConfigStreamDeliveryInfo #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ConfigStreamDeliveryInfo -> m ConfigStreamDeliveryInfo #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ConfigStreamDeliveryInfo -> m ConfigStreamDeliveryInfo #

Read ConfigStreamDeliveryInfo Source # 
Show ConfigStreamDeliveryInfo Source # 
Generic ConfigStreamDeliveryInfo Source # 
FromJSON ConfigStreamDeliveryInfo Source # 
Hashable ConfigStreamDeliveryInfo Source # 
NFData ConfigStreamDeliveryInfo Source # 
type Rep ConfigStreamDeliveryInfo Source # 
type Rep ConfigStreamDeliveryInfo = D1 (MetaData "ConfigStreamDeliveryInfo" "Network.AWS.Config.Types.Product" "amazonka-config-1.4.3-6dEKTXSzLg81CPzXP0Z06u" False) (C1 (MetaCons "ConfigStreamDeliveryInfo'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_csdiLastErrorCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_csdiLastStatusChangeTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX)))) ((:*:) (S1 (MetaSel (Just Symbol "_csdiLastStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DeliveryStatus))) (S1 (MetaSel (Just Symbol "_csdiLastErrorMessage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

configStreamDeliveryInfo :: ConfigStreamDeliveryInfo Source #

Creates a value of ConfigStreamDeliveryInfo with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

csdiLastErrorCode :: Lens' ConfigStreamDeliveryInfo (Maybe Text) Source #

The error code from the last attempted delivery.

csdiLastStatusChangeTime :: Lens' ConfigStreamDeliveryInfo (Maybe UTCTime) Source #

The time from the last status change.

csdiLastStatus :: Lens' ConfigStreamDeliveryInfo (Maybe DeliveryStatus) Source #

Status of the last attempted delivery.

Note Providing an SNS topic on a DeliveryChannel for AWS Config is optional. If the SNS delivery is turned off, the last status will be Not_Applicable.

csdiLastErrorMessage :: Lens' ConfigStreamDeliveryInfo (Maybe Text) Source #

The error message from the last attempted delivery.

ConfigurationItem

data ConfigurationItem Source #

A list that contains detailed configurations of a specified resource.

Currently, the list does not contain information about non-AWS components (for example, applications on your Amazon EC2 instances).

See: configurationItem smart constructor.

Instances

Eq ConfigurationItem Source # 
Data ConfigurationItem Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ConfigurationItem -> c ConfigurationItem #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ConfigurationItem #

toConstr :: ConfigurationItem -> Constr #

dataTypeOf :: ConfigurationItem -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ConfigurationItem) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ConfigurationItem) #

gmapT :: (forall b. Data b => b -> b) -> ConfigurationItem -> ConfigurationItem #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ConfigurationItem -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ConfigurationItem -> r #

gmapQ :: (forall d. Data d => d -> u) -> ConfigurationItem -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ConfigurationItem -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ConfigurationItem -> m ConfigurationItem #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ConfigurationItem -> m ConfigurationItem #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ConfigurationItem -> m ConfigurationItem #

Read ConfigurationItem Source # 
Show ConfigurationItem Source # 
Generic ConfigurationItem Source # 
FromJSON ConfigurationItem Source # 
Hashable ConfigurationItem Source # 
NFData ConfigurationItem Source # 

Methods

rnf :: ConfigurationItem -> () #

type Rep ConfigurationItem Source # 
type Rep ConfigurationItem = D1 (MetaData "ConfigurationItem" "Network.AWS.Config.Types.Product" "amazonka-config-1.4.3-6dEKTXSzLg81CPzXP0Z06u" False) (C1 (MetaCons "ConfigurationItem'" PrefixI True) ((:*:) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_ciResourceId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_ciResourceType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ResourceType)))) ((:*:) (S1 (MetaSel (Just Symbol "_ciConfigurationStateId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_ciArn") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_ciResourceName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_ciResourceCreationTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX)))) ((:*:) (S1 (MetaSel (Just Symbol "_ciConfigurationItemStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ConfigurationItemStatus))) (S1 (MetaSel (Just Symbol "_ciConfigurationItemCaptureTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX)))))) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_ciAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_ciAvailabilityZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_ciRelationships") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Relationship]))) (S1 (MetaSel (Just Symbol "_ciVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_ciAwsRegion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_ciRelatedEvents") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])))) ((:*:) (S1 (MetaSel (Just Symbol "_ciConfiguration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_ciConfigurationItemMD5Hash") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_ciTags") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Map Text Text))))))))))

ciResourceId :: Lens' ConfigurationItem (Maybe Text) Source #

The ID of the resource (for example., 'sg-xxxxxx').

ciConfigurationStateId :: Lens' ConfigurationItem (Maybe Text) Source #

An identifier that indicates the ordering of the configuration items of a resource.

ciArn :: Lens' ConfigurationItem (Maybe Text) Source #

The Amazon Resource Name (ARN) of the resource.

ciResourceName :: Lens' ConfigurationItem (Maybe Text) Source #

The custom name of the resource, if available.

ciResourceCreationTime :: Lens' ConfigurationItem (Maybe UTCTime) Source #

The time stamp when the resource was created.

ciConfigurationItemCaptureTime :: Lens' ConfigurationItem (Maybe UTCTime) Source #

The time when the configuration recording was initiated.

ciAccountId :: Lens' ConfigurationItem (Maybe Text) Source #

The 12 digit AWS account ID associated with the resource.

ciAvailabilityZone :: Lens' ConfigurationItem (Maybe Text) Source #

The Availability Zone associated with the resource.

ciRelationships :: Lens' ConfigurationItem [Relationship] Source #

A list of related AWS resources.

ciVersion :: Lens' ConfigurationItem (Maybe Text) Source #

The version number of the resource configuration.

ciAwsRegion :: Lens' ConfigurationItem (Maybe Text) Source #

The region where the resource resides.

ciRelatedEvents :: Lens' ConfigurationItem [Text] Source #

A list of CloudTrail event IDs.

A populated field indicates that the current configuration was initiated by the events recorded in the CloudTrail log. For more information about CloudTrail, see What is AWS CloudTrail?.

An empty field indicates that the current configuration was not initiated by any event.

ciConfiguration :: Lens' ConfigurationItem (Maybe Text) Source #

The description of the resource configuration.

ciConfigurationItemMD5Hash :: Lens' ConfigurationItem (Maybe Text) Source #

Unique MD5 hash that represents the configuration item's state.

You can use MD5 hash to compare the states of two or more configuration items that are associated with the same resource.

ciTags :: Lens' ConfigurationItem (HashMap Text Text) Source #

A mapping of key value tags associated with the resource.

ConfigurationRecorder

data ConfigurationRecorder Source #

An object that represents the recording of configuration changes of an AWS resource.

See: configurationRecorder smart constructor.

Instances

Eq ConfigurationRecorder Source # 
Data ConfigurationRecorder Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ConfigurationRecorder -> c ConfigurationRecorder #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ConfigurationRecorder #

toConstr :: ConfigurationRecorder -> Constr #

dataTypeOf :: ConfigurationRecorder -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ConfigurationRecorder) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ConfigurationRecorder) #

gmapT :: (forall b. Data b => b -> b) -> ConfigurationRecorder -> ConfigurationRecorder #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ConfigurationRecorder -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ConfigurationRecorder -> r #

gmapQ :: (forall d. Data d => d -> u) -> ConfigurationRecorder -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ConfigurationRecorder -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ConfigurationRecorder -> m ConfigurationRecorder #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ConfigurationRecorder -> m ConfigurationRecorder #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ConfigurationRecorder -> m ConfigurationRecorder #

Read ConfigurationRecorder Source # 
Show ConfigurationRecorder Source # 
Generic ConfigurationRecorder Source # 
ToJSON ConfigurationRecorder Source # 
FromJSON ConfigurationRecorder Source # 
Hashable ConfigurationRecorder Source # 
NFData ConfigurationRecorder Source # 

Methods

rnf :: ConfigurationRecorder -> () #

type Rep ConfigurationRecorder Source # 
type Rep ConfigurationRecorder = D1 (MetaData "ConfigurationRecorder" "Network.AWS.Config.Types.Product" "amazonka-config-1.4.3-6dEKTXSzLg81CPzXP0Z06u" False) (C1 (MetaCons "ConfigurationRecorder'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_crName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_crRecordingGroup") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RecordingGroup))) (S1 (MetaSel (Just Symbol "_crRoleARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

configurationRecorder :: ConfigurationRecorder Source #

Creates a value of ConfigurationRecorder with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

crName :: Lens' ConfigurationRecorder (Maybe Text) Source #

The name of the recorder. By default, AWS Config automatically assigns the name "default" when creating the configuration recorder. You cannot change the assigned name.

crRecordingGroup :: Lens' ConfigurationRecorder (Maybe RecordingGroup) Source #

Specifies the types of AWS resource for which AWS Config records configuration changes.

crRoleARN :: Lens' ConfigurationRecorder (Maybe Text) Source #

Amazon Resource Name (ARN) of the IAM role used to describe the AWS resources associated with the account.

ConfigurationRecorderStatus

data ConfigurationRecorderStatus Source #

The current status of the configuration recorder.

See: configurationRecorderStatus smart constructor.

Instances

Eq ConfigurationRecorderStatus Source # 
Data ConfigurationRecorderStatus Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ConfigurationRecorderStatus -> c ConfigurationRecorderStatus #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ConfigurationRecorderStatus #

toConstr :: ConfigurationRecorderStatus -> Constr #

dataTypeOf :: ConfigurationRecorderStatus -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ConfigurationRecorderStatus) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ConfigurationRecorderStatus) #

gmapT :: (forall b. Data b => b -> b) -> ConfigurationRecorderStatus -> ConfigurationRecorderStatus #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ConfigurationRecorderStatus -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ConfigurationRecorderStatus -> r #

gmapQ :: (forall d. Data d => d -> u) -> ConfigurationRecorderStatus -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ConfigurationRecorderStatus -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ConfigurationRecorderStatus -> m ConfigurationRecorderStatus #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ConfigurationRecorderStatus -> m ConfigurationRecorderStatus #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ConfigurationRecorderStatus -> m ConfigurationRecorderStatus #

Read ConfigurationRecorderStatus Source # 
Show ConfigurationRecorderStatus Source # 
Generic ConfigurationRecorderStatus Source # 
FromJSON ConfigurationRecorderStatus Source # 
Hashable ConfigurationRecorderStatus Source # 
NFData ConfigurationRecorderStatus Source # 
type Rep ConfigurationRecorderStatus Source # 
type Rep ConfigurationRecorderStatus = D1 (MetaData "ConfigurationRecorderStatus" "Network.AWS.Config.Types.Product" "amazonka-config-1.4.3-6dEKTXSzLg81CPzXP0Z06u" False) (C1 (MetaCons "ConfigurationRecorderStatus'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_crsLastErrorCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_crsLastStopTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX)))) ((:*:) (S1 (MetaSel (Just Symbol "_crsLastStatusChangeTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))) (S1 (MetaSel (Just Symbol "_crsRecording") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_crsLastStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RecorderStatus))) (S1 (MetaSel (Just Symbol "_crsLastErrorMessage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_crsName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_crsLastStartTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX)))))))

configurationRecorderStatus :: ConfigurationRecorderStatus Source #

Creates a value of ConfigurationRecorderStatus with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

crsLastErrorCode :: Lens' ConfigurationRecorderStatus (Maybe Text) Source #

The error code indicating that the recording failed.

crsLastStopTime :: Lens' ConfigurationRecorderStatus (Maybe UTCTime) Source #

The time the recorder was last stopped.

crsLastStatusChangeTime :: Lens' ConfigurationRecorderStatus (Maybe UTCTime) Source #

The time when the status was last changed.

crsRecording :: Lens' ConfigurationRecorderStatus (Maybe Bool) Source #

Specifies whether the recorder is currently recording or not.

crsLastStatus :: Lens' ConfigurationRecorderStatus (Maybe RecorderStatus) Source #

The last (previous) status of the recorder.

crsLastErrorMessage :: Lens' ConfigurationRecorderStatus (Maybe Text) Source #

The message indicating that the recording failed due to an error.

crsName :: Lens' ConfigurationRecorderStatus (Maybe Text) Source #

The name of the configuration recorder.

crsLastStartTime :: Lens' ConfigurationRecorderStatus (Maybe UTCTime) Source #

The time the recorder was last started.

DeliveryChannel

data DeliveryChannel Source #

A logical container used for storing the configuration changes of an AWS resource.

See: deliveryChannel smart constructor.

Instances

Eq DeliveryChannel Source # 
Data DeliveryChannel Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeliveryChannel -> c DeliveryChannel #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeliveryChannel #

toConstr :: DeliveryChannel -> Constr #

dataTypeOf :: DeliveryChannel -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DeliveryChannel) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeliveryChannel) #

gmapT :: (forall b. Data b => b -> b) -> DeliveryChannel -> DeliveryChannel #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeliveryChannel -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeliveryChannel -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeliveryChannel -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeliveryChannel -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeliveryChannel -> m DeliveryChannel #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeliveryChannel -> m DeliveryChannel #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeliveryChannel -> m DeliveryChannel #

Read DeliveryChannel Source # 
Show DeliveryChannel Source # 
Generic DeliveryChannel Source # 
ToJSON DeliveryChannel Source # 
FromJSON DeliveryChannel Source # 
Hashable DeliveryChannel Source # 
NFData DeliveryChannel Source # 

Methods

rnf :: DeliveryChannel -> () #

type Rep DeliveryChannel Source # 
type Rep DeliveryChannel = D1 (MetaData "DeliveryChannel" "Network.AWS.Config.Types.Product" "amazonka-config-1.4.3-6dEKTXSzLg81CPzXP0Z06u" False) (C1 (MetaCons "DeliveryChannel'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_dcS3KeyPrefix") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_dcSnsTopicARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_dcName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_dcConfigSnapshotDeliveryProperties") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ConfigSnapshotDeliveryProperties))) (S1 (MetaSel (Just Symbol "_dcS3BucketName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))

deliveryChannel :: DeliveryChannel Source #

Creates a value of DeliveryChannel with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

dcS3KeyPrefix :: Lens' DeliveryChannel (Maybe Text) Source #

The prefix for the specified Amazon S3 bucket.

dcSnsTopicARN :: Lens' DeliveryChannel (Maybe Text) Source #

The Amazon Resource Name (ARN) of the SNS topic that AWS Config delivers notifications to.

dcName :: Lens' DeliveryChannel (Maybe Text) Source #

The name of the delivery channel. By default, AWS Config automatically assigns the name "default" when creating the delivery channel. You cannot change the assigned name.

dcS3BucketName :: Lens' DeliveryChannel (Maybe Text) Source #

The name of the Amazon S3 bucket used to store configuration history for the delivery channel.

DeliveryChannelStatus

data DeliveryChannelStatus Source #

The status of a specified delivery channel.

Valid values: Success | Failure

See: deliveryChannelStatus smart constructor.

Instances

Eq DeliveryChannelStatus Source # 
Data DeliveryChannelStatus Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeliveryChannelStatus -> c DeliveryChannelStatus #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeliveryChannelStatus #

toConstr :: DeliveryChannelStatus -> Constr #

dataTypeOf :: DeliveryChannelStatus -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DeliveryChannelStatus) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeliveryChannelStatus) #

gmapT :: (forall b. Data b => b -> b) -> DeliveryChannelStatus -> DeliveryChannelStatus #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeliveryChannelStatus -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeliveryChannelStatus -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeliveryChannelStatus -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeliveryChannelStatus -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeliveryChannelStatus -> m DeliveryChannelStatus #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeliveryChannelStatus -> m DeliveryChannelStatus #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeliveryChannelStatus -> m DeliveryChannelStatus #

Read DeliveryChannelStatus Source # 
Show DeliveryChannelStatus Source # 
Generic DeliveryChannelStatus Source # 
FromJSON DeliveryChannelStatus Source # 
Hashable DeliveryChannelStatus Source # 
NFData DeliveryChannelStatus Source # 

Methods

rnf :: DeliveryChannelStatus -> () #

type Rep DeliveryChannelStatus Source # 
type Rep DeliveryChannelStatus = D1 (MetaData "DeliveryChannelStatus" "Network.AWS.Config.Types.Product" "amazonka-config-1.4.3-6dEKTXSzLg81CPzXP0Z06u" False) (C1 (MetaCons "DeliveryChannelStatus'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_dcsConfigSnapshotDeliveryInfo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ConfigExportDeliveryInfo))) (S1 (MetaSel (Just Symbol "_dcsConfigStreamDeliveryInfo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ConfigStreamDeliveryInfo)))) ((:*:) (S1 (MetaSel (Just Symbol "_dcsConfigHistoryDeliveryInfo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ConfigExportDeliveryInfo))) (S1 (MetaSel (Just Symbol "_dcsName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

deliveryChannelStatus :: DeliveryChannelStatus Source #

Creates a value of DeliveryChannelStatus with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

dcsConfigSnapshotDeliveryInfo :: Lens' DeliveryChannelStatus (Maybe ConfigExportDeliveryInfo) Source #

A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.

dcsConfigStreamDeliveryInfo :: Lens' DeliveryChannelStatus (Maybe ConfigStreamDeliveryInfo) Source #

A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.

dcsConfigHistoryDeliveryInfo :: Lens' DeliveryChannelStatus (Maybe ConfigExportDeliveryInfo) Source #

A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.

dcsName :: Lens' DeliveryChannelStatus (Maybe Text) Source #

The name of the delivery channel.

Evaluation

data Evaluation Source #

Identifies an AWS resource and indicates whether it complies with the AWS Config rule that it was evaluated against.

See: evaluation smart constructor.

Instances

Eq Evaluation Source # 
Data Evaluation Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Evaluation -> c Evaluation #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Evaluation #

toConstr :: Evaluation -> Constr #

dataTypeOf :: Evaluation -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Evaluation) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Evaluation) #

gmapT :: (forall b. Data b => b -> b) -> Evaluation -> Evaluation #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Evaluation -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Evaluation -> r #

gmapQ :: (forall d. Data d => d -> u) -> Evaluation -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Evaluation -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Evaluation -> m Evaluation #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Evaluation -> m Evaluation #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Evaluation -> m Evaluation #

Read Evaluation Source # 
Show Evaluation Source # 
Generic Evaluation Source # 

Associated Types

type Rep Evaluation :: * -> * #

ToJSON Evaluation Source # 
FromJSON Evaluation Source # 
Hashable Evaluation Source # 
NFData Evaluation Source # 

Methods

rnf :: Evaluation -> () #

type Rep Evaluation Source # 
type Rep Evaluation = D1 (MetaData "Evaluation" "Network.AWS.Config.Types.Product" "amazonka-config-1.4.3-6dEKTXSzLg81CPzXP0Z06u" False) (C1 (MetaCons "Evaluation'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_eAnnotation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_eComplianceResourceType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_eComplianceResourceId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_eComplianceType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ComplianceType)) (S1 (MetaSel (Just Symbol "_eOrderingTimestamp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 POSIX))))))

evaluation Source #

Creates a value of Evaluation with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

eAnnotation :: Lens' Evaluation (Maybe Text) Source #

Supplementary information about how the evaluation determined the compliance.

eComplianceResourceType :: Lens' Evaluation Text Source #

The type of AWS resource that was evaluated.

eComplianceResourceId :: Lens' Evaluation Text Source #

The ID of the AWS resource that was evaluated.

eComplianceType :: Lens' Evaluation ComplianceType Source #

Indicates whether the AWS resource complies with the AWS Config rule that it was evaluated against.

For the Evaluation data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for this data type.

Similarly, AWS Config does not accept INSUFFICIENT_DATA as the value for ComplianceType from a PutEvaluations request. For example, an AWS Lambda function for a custom Config rule cannot pass an INSUFFICIENT_DATA value to AWS Config.

eOrderingTimestamp :: Lens' Evaluation UTCTime Source #

The time of the event in AWS Config that triggered the evaluation. For event-based evaluations, the time indicates when AWS Config created the configuration item that triggered the evaluation. For periodic evaluations, the time indicates when AWS Config delivered the configuration snapshot that triggered the evaluation.

EvaluationResult

data EvaluationResult Source #

The details of an AWS Config evaluation. Provides the AWS resource that was evaluated, the compliance of the resource, related timestamps, and supplementary information.

See: evaluationResult smart constructor.

Instances

Eq EvaluationResult Source # 
Data EvaluationResult Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EvaluationResult -> c EvaluationResult #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EvaluationResult #

toConstr :: EvaluationResult -> Constr #

dataTypeOf :: EvaluationResult -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c EvaluationResult) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EvaluationResult) #

gmapT :: (forall b. Data b => b -> b) -> EvaluationResult -> EvaluationResult #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EvaluationResult -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EvaluationResult -> r #

gmapQ :: (forall d. Data d => d -> u) -> EvaluationResult -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EvaluationResult -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EvaluationResult -> m EvaluationResult #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EvaluationResult -> m EvaluationResult #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EvaluationResult -> m EvaluationResult #

Read EvaluationResult Source # 
Show EvaluationResult Source # 
Generic EvaluationResult Source # 
FromJSON EvaluationResult Source # 
Hashable EvaluationResult Source # 
NFData EvaluationResult Source # 

Methods

rnf :: EvaluationResult -> () #

type Rep EvaluationResult Source # 
type Rep EvaluationResult = D1 (MetaData "EvaluationResult" "Network.AWS.Config.Types.Product" "amazonka-config-1.4.3-6dEKTXSzLg81CPzXP0Z06u" False) (C1 (MetaCons "EvaluationResult'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_erEvaluationResultIdentifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe EvaluationResultIdentifier))) ((:*:) (S1 (MetaSel (Just Symbol "_erAnnotation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_erConfigRuleInvokedTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))))) ((:*:) (S1 (MetaSel (Just Symbol "_erResultRecordedTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))) ((:*:) (S1 (MetaSel (Just Symbol "_erResultToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_erComplianceType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ComplianceType)))))))

evaluationResult :: EvaluationResult Source #

Creates a value of EvaluationResult with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

erAnnotation :: Lens' EvaluationResult (Maybe Text) Source #

Supplementary information about how the evaluation determined the compliance.

erConfigRuleInvokedTime :: Lens' EvaluationResult (Maybe UTCTime) Source #

The time when the AWS Config rule evaluated the AWS resource.

erResultRecordedTime :: Lens' EvaluationResult (Maybe UTCTime) Source #

The time when AWS Config recorded the evaluation result.

erResultToken :: Lens' EvaluationResult (Maybe Text) Source #

An encrypted token that associates an evaluation with an AWS Config rule. The token identifies the rule, the AWS resource being evaluated, and the event that triggered the evaluation.

erComplianceType :: Lens' EvaluationResult (Maybe ComplianceType) Source #

Indicates whether the AWS resource complies with the AWS Config rule that evaluated it.

For the EvaluationResult data type, AWS Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. AWS Config does not support the INSUFFICIENT_DATA value for the EvaluationResult data type.

EvaluationResultIdentifier

data EvaluationResultIdentifier Source #

Uniquely identifies an evaluation result.

See: evaluationResultIdentifier smart constructor.

Instances

Eq EvaluationResultIdentifier Source # 
Data EvaluationResultIdentifier Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EvaluationResultIdentifier -> c EvaluationResultIdentifier #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EvaluationResultIdentifier #

toConstr :: EvaluationResultIdentifier -> Constr #

dataTypeOf :: EvaluationResultIdentifier -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c EvaluationResultIdentifier) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EvaluationResultIdentifier) #

gmapT :: (forall b. Data b => b -> b) -> EvaluationResultIdentifier -> EvaluationResultIdentifier #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EvaluationResultIdentifier -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EvaluationResultIdentifier -> r #

gmapQ :: (forall d. Data d => d -> u) -> EvaluationResultIdentifier -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EvaluationResultIdentifier -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EvaluationResultIdentifier -> m EvaluationResultIdentifier #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EvaluationResultIdentifier -> m EvaluationResultIdentifier #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EvaluationResultIdentifier -> m EvaluationResultIdentifier #

Read EvaluationResultIdentifier Source # 
Show EvaluationResultIdentifier Source # 
Generic EvaluationResultIdentifier Source # 
FromJSON EvaluationResultIdentifier Source # 
Hashable EvaluationResultIdentifier Source # 
NFData EvaluationResultIdentifier Source # 
type Rep EvaluationResultIdentifier Source # 
type Rep EvaluationResultIdentifier = D1 (MetaData "EvaluationResultIdentifier" "Network.AWS.Config.Types.Product" "amazonka-config-1.4.3-6dEKTXSzLg81CPzXP0Z06u" False) (C1 (MetaCons "EvaluationResultIdentifier'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_eriEvaluationResultQualifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe EvaluationResultQualifier))) (S1 (MetaSel (Just Symbol "_eriOrderingTimestamp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX)))))

evaluationResultIdentifier :: EvaluationResultIdentifier Source #

Creates a value of EvaluationResultIdentifier with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

eriEvaluationResultQualifier :: Lens' EvaluationResultIdentifier (Maybe EvaluationResultQualifier) Source #

Identifies an AWS Config rule used to evaluate an AWS resource, and provides the type and ID of the evaluated resource.

eriOrderingTimestamp :: Lens' EvaluationResultIdentifier (Maybe UTCTime) Source #

The time of the event that triggered the evaluation of your AWS resources. The time can indicate when AWS Config delivered a configuration item change notification, or it can indicate when AWS Config delivered the configuration snapshot, depending on which event triggered the evaluation.

EvaluationResultQualifier

data EvaluationResultQualifier Source #

Identifies an AWS Config rule that evaluated an AWS resource, and provides the type and ID of the resource that the rule evaluated.

See: evaluationResultQualifier smart constructor.

Instances

Eq EvaluationResultQualifier Source # 
Data EvaluationResultQualifier Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EvaluationResultQualifier -> c EvaluationResultQualifier #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EvaluationResultQualifier #

toConstr :: EvaluationResultQualifier -> Constr #

dataTypeOf :: EvaluationResultQualifier -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c EvaluationResultQualifier) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EvaluationResultQualifier) #

gmapT :: (forall b. Data b => b -> b) -> EvaluationResultQualifier -> EvaluationResultQualifier #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EvaluationResultQualifier -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EvaluationResultQualifier -> r #

gmapQ :: (forall d. Data d => d -> u) -> EvaluationResultQualifier -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EvaluationResultQualifier -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EvaluationResultQualifier -> m EvaluationResultQualifier #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EvaluationResultQualifier -> m EvaluationResultQualifier #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EvaluationResultQualifier -> m EvaluationResultQualifier #

Read EvaluationResultQualifier Source # 
Show EvaluationResultQualifier Source # 
Generic EvaluationResultQualifier Source # 
FromJSON EvaluationResultQualifier Source # 
Hashable EvaluationResultQualifier Source # 
NFData EvaluationResultQualifier Source # 
type Rep EvaluationResultQualifier Source # 
type Rep EvaluationResultQualifier = D1 (MetaData "EvaluationResultQualifier" "Network.AWS.Config.Types.Product" "amazonka-config-1.4.3-6dEKTXSzLg81CPzXP0Z06u" False) (C1 (MetaCons "EvaluationResultQualifier'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_erqResourceId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_erqResourceType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_erqConfigRuleName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

evaluationResultQualifier :: EvaluationResultQualifier Source #

Creates a value of EvaluationResultQualifier with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

erqResourceId :: Lens' EvaluationResultQualifier (Maybe Text) Source #

The ID of the evaluated AWS resource.

erqResourceType :: Lens' EvaluationResultQualifier (Maybe Text) Source #

The type of AWS resource that was evaluated.

erqConfigRuleName :: Lens' EvaluationResultQualifier (Maybe Text) Source #

The name of the AWS Config rule that was used in the evaluation.

RecordingGroup

data RecordingGroup Source #

Specifies the types of AWS resource for which AWS Config records configuration changes.

In the recording group, you specify whether all supported types or specific types of resources are recorded.

By default, AWS Config records configuration changes for all supported types of regional resources that AWS Config discovers in the region in which it is running. Regional resources are tied to a region and can be used only in that region. Examples of regional resources are EC2 instances and EBS volumes.

You can also have AWS Config record configuration changes for supported types of global resources (for example, IAM resources). Global resources are not tied to an individual region and can be used in all regions.

The configuration details for any global resource are the same in all regions. If you customize AWS Config in multiple regions to record global resources, it will create multiple configuration items each time a global resource changes: one configuration item for each region. These configuration items will contain identical data. To prevent duplicate configuration items, you should consider customizing AWS Config in only one region to record global resources, unless you want the configuration items to be available in multiple regions.

If you don't want AWS Config to record all resources, you can specify which types of resources it will record with the resourceTypes parameter.

For a list of supported resource types, see Supported resource types.

For more information, see Selecting Which Resources AWS Config Records.

See: recordingGroup smart constructor.

Instances

Eq RecordingGroup Source # 
Data RecordingGroup Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RecordingGroup -> c RecordingGroup #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RecordingGroup #

toConstr :: RecordingGroup -> Constr #

dataTypeOf :: RecordingGroup -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c RecordingGroup) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RecordingGroup) #

gmapT :: (forall b. Data b => b -> b) -> RecordingGroup -> RecordingGroup #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RecordingGroup -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RecordingGroup -> r #

gmapQ :: (forall d. Data d => d -> u) -> RecordingGroup -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RecordingGroup -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RecordingGroup -> m RecordingGroup #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RecordingGroup -> m RecordingGroup #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RecordingGroup -> m RecordingGroup #

Read RecordingGroup Source # 
Show RecordingGroup Source # 
Generic RecordingGroup Source # 

Associated Types

type Rep RecordingGroup :: * -> * #

ToJSON RecordingGroup Source # 
FromJSON RecordingGroup Source # 
Hashable RecordingGroup Source # 
NFData RecordingGroup Source # 

Methods

rnf :: RecordingGroup -> () #

type Rep RecordingGroup Source # 
type Rep RecordingGroup = D1 (MetaData "RecordingGroup" "Network.AWS.Config.Types.Product" "amazonka-config-1.4.3-6dEKTXSzLg81CPzXP0Z06u" False) (C1 (MetaCons "RecordingGroup'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_rgAllSupported") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) ((:*:) (S1 (MetaSel (Just Symbol "_rgIncludeGlobalResourceTypes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_rgResourceTypes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ResourceType]))))))

recordingGroup :: RecordingGroup Source #

Creates a value of RecordingGroup with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

rgAllSupported :: Lens' RecordingGroup (Maybe Bool) Source #

Specifies whether AWS Config records configuration changes for every supported type of regional resource.

If you set this option to true, when AWS Config adds support for a new type of regional resource, it automatically starts recording resources of that type.

If you set this option to true, you cannot enumerate a list of resourceTypes.

rgIncludeGlobalResourceTypes :: Lens' RecordingGroup (Maybe Bool) Source #

Specifies whether AWS Config includes all supported types of global resources (for example, IAM resources) with the resources that it records.

Before you can set this option to true, you must set the allSupported option to true.

If you set this option to true, when AWS Config adds support for a new type of global resource, it automatically starts recording resources of that type.

The configuration details for any global resource are the same in all regions. To prevent duplicate configuration items, you should consider customizing AWS Config in only one region to record global resources.

rgResourceTypes :: Lens' RecordingGroup [ResourceType] Source #

A comma-separated list that specifies the types of AWS resources for which AWS Config records configuration changes (for example, 'AWS::EC2::Instance' or 'AWS::CloudTrail::Trail').

Before you can set this option to true, you must set the allSupported option to false.

If you set this option to true, when AWS Config adds support for a new type of resource, it will not record resources of that type unless you manually add that type to your recording group.

For a list of valid resourceTypes values, see the resourceType Value column in Supported AWS Resource Types.

Relationship

data Relationship Source #

The relationship of the related resource to the main resource.

See: relationship smart constructor.

Instances

Eq Relationship Source # 
Data Relationship Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Relationship -> c Relationship #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Relationship #

toConstr :: Relationship -> Constr #

dataTypeOf :: Relationship -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Relationship) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Relationship) #

gmapT :: (forall b. Data b => b -> b) -> Relationship -> Relationship #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Relationship -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Relationship -> r #

gmapQ :: (forall d. Data d => d -> u) -> Relationship -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Relationship -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Relationship -> m Relationship #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Relationship -> m Relationship #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Relationship -> m Relationship #

Read Relationship Source # 
Show Relationship Source # 
Generic Relationship Source # 

Associated Types

type Rep Relationship :: * -> * #

FromJSON Relationship Source # 
Hashable Relationship Source # 
NFData Relationship Source # 

Methods

rnf :: Relationship -> () #

type Rep Relationship Source # 
type Rep Relationship = D1 (MetaData "Relationship" "Network.AWS.Config.Types.Product" "amazonka-config-1.4.3-6dEKTXSzLg81CPzXP0Z06u" False) (C1 (MetaCons "Relationship'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_rResourceId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_rResourceType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ResourceType)))) ((:*:) (S1 (MetaSel (Just Symbol "_rResourceName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_rRelationshipName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

relationship :: Relationship Source #

Creates a value of Relationship with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

rResourceId :: Lens' Relationship (Maybe Text) Source #

The ID of the related resource (for example, 'sg-xxxxxx').

rResourceType :: Lens' Relationship (Maybe ResourceType) Source #

The resource type of the related resource.

rResourceName :: Lens' Relationship (Maybe Text) Source #

The custom name of the related resource, if available.

rRelationshipName :: Lens' Relationship (Maybe Text) Source #

The type of relationship with the related resource.

ResourceIdentifier

data ResourceIdentifier Source #

The details that identify a resource that is discovered by AWS Config, including the resource type, ID, and (if available) the custom resource name.

See: resourceIdentifier smart constructor.

Instances

Eq ResourceIdentifier Source # 
Data ResourceIdentifier Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ResourceIdentifier -> c ResourceIdentifier #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ResourceIdentifier #

toConstr :: ResourceIdentifier -> Constr #

dataTypeOf :: ResourceIdentifier -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ResourceIdentifier) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ResourceIdentifier) #

gmapT :: (forall b. Data b => b -> b) -> ResourceIdentifier -> ResourceIdentifier #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ResourceIdentifier -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ResourceIdentifier -> r #

gmapQ :: (forall d. Data d => d -> u) -> ResourceIdentifier -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ResourceIdentifier -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ResourceIdentifier -> m ResourceIdentifier #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ResourceIdentifier -> m ResourceIdentifier #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ResourceIdentifier -> m ResourceIdentifier #

Read ResourceIdentifier Source # 
Show ResourceIdentifier Source # 
Generic ResourceIdentifier Source # 
FromJSON ResourceIdentifier Source # 
Hashable ResourceIdentifier Source # 
NFData ResourceIdentifier Source # 

Methods

rnf :: ResourceIdentifier -> () #

type Rep ResourceIdentifier Source # 
type Rep ResourceIdentifier = D1 (MetaData "ResourceIdentifier" "Network.AWS.Config.Types.Product" "amazonka-config-1.4.3-6dEKTXSzLg81CPzXP0Z06u" False) (C1 (MetaCons "ResourceIdentifier'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_riResourceId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_riResourceType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ResourceType)))) ((:*:) (S1 (MetaSel (Just Symbol "_riResourceName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_riResourceDeletionTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))))))

resourceIdentifier :: ResourceIdentifier Source #

Creates a value of ResourceIdentifier with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

riResourceId :: Lens' ResourceIdentifier (Maybe Text) Source #

The ID of the resource (for example., 'sg-xxxxxx').

riResourceName :: Lens' ResourceIdentifier (Maybe Text) Source #

The custom name of the resource (if available).

riResourceDeletionTime :: Lens' ResourceIdentifier (Maybe UTCTime) Source #

The time that the resource was deleted.

Scope

data Scope Source #

Defines which resources trigger an evaluation for an AWS Config rule. The scope can include one or more resource types, a combination of a tag key and value, or a combination of one resource type and one resource ID. Specify a scope to constrain which resources trigger an evaluation for a rule. Otherwise, evaluations for the rule are triggered when any resource in your recording group changes in configuration.

See: scope smart constructor.

Instances

Eq Scope Source # 

Methods

(==) :: Scope -> Scope -> Bool #

(/=) :: Scope -> Scope -> Bool #

Data Scope Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Scope -> c Scope #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Scope #

toConstr :: Scope -> Constr #

dataTypeOf :: Scope -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Scope) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Scope) #

gmapT :: (forall b. Data b => b -> b) -> Scope -> Scope #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Scope -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Scope -> r #

gmapQ :: (forall d. Data d => d -> u) -> Scope -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Scope -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Scope -> m Scope #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Scope -> m Scope #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Scope -> m Scope #

Read Scope Source # 
Show Scope Source # 

Methods

showsPrec :: Int -> Scope -> ShowS #

show :: Scope -> String #

showList :: [Scope] -> ShowS #

Generic Scope Source # 

Associated Types

type Rep Scope :: * -> * #

Methods

from :: Scope -> Rep Scope x #

to :: Rep Scope x -> Scope #

ToJSON Scope Source # 
FromJSON Scope Source # 
Hashable Scope Source # 

Methods

hashWithSalt :: Int -> Scope -> Int #

hash :: Scope -> Int #

NFData Scope Source # 

Methods

rnf :: Scope -> () #

type Rep Scope Source # 
type Rep Scope = D1 (MetaData "Scope" "Network.AWS.Config.Types.Product" "amazonka-config-1.4.3-6dEKTXSzLg81CPzXP0Z06u" False) (C1 (MetaCons "Scope'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_sComplianceResourceTypes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) (S1 (MetaSel (Just Symbol "_sComplianceResourceId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_sTagValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_sTagKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

scope :: Scope Source #

Creates a value of Scope with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

sComplianceResourceTypes :: Lens' Scope [Text] Source #

The resource types of only those AWS resources that you want to trigger an evaluation for the rule. You can only specify one type if you also specify a resource ID for ComplianceResourceId.

sComplianceResourceId :: Lens' Scope (Maybe Text) Source #

The IDs of the only AWS resource that you want to trigger an evaluation for the rule. If you specify a resource ID, you must specify one resource type for ComplianceResourceTypes.

sTagValue :: Lens' Scope (Maybe Text) Source #

The tag value applied to only those AWS resources that you want to trigger an evaluation for the rule. If you specify a value for TagValue, you must also specify a value for TagKey.

sTagKey :: Lens' Scope (Maybe Text) Source #

The tag key that is applied to only those AWS resources that you want you want to trigger an evaluation for the rule.

Source

data Source Source #

Provides the AWS Config rule owner (AWS or customer), the rule identifier, and the events that trigger the evaluation of your AWS resources.

See: source smart constructor.

Instances

Eq Source Source # 

Methods

(==) :: Source -> Source -> Bool #

(/=) :: Source -> Source -> Bool #

Data Source Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Source -> c Source #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Source #

toConstr :: Source -> Constr #

dataTypeOf :: Source -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Source) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Source) #

gmapT :: (forall b. Data b => b -> b) -> Source -> Source #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Source -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Source -> r #

gmapQ :: (forall d. Data d => d -> u) -> Source -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Source -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Source -> m Source #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Source -> m Source #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Source -> m Source #

Read Source Source # 
Show Source Source # 
Generic Source Source # 

Associated Types

type Rep Source :: * -> * #

Methods

from :: Source -> Rep Source x #

to :: Rep Source x -> Source #

ToJSON Source Source # 
FromJSON Source Source # 
Hashable Source Source # 

Methods

hashWithSalt :: Int -> Source -> Int #

hash :: Source -> Int #

NFData Source Source # 

Methods

rnf :: Source -> () #

type Rep Source Source # 
type Rep Source = D1 (MetaData "Source" "Network.AWS.Config.Types.Product" "amazonka-config-1.4.3-6dEKTXSzLg81CPzXP0Z06u" False) (C1 (MetaCons "Source'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_sSourceIdentifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_sOwner") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Owner))) (S1 (MetaSel (Just Symbol "_sSourceDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [SourceDetail]))))))

source :: Source Source #

Creates a value of Source with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

sSourceIdentifier :: Lens' Source (Maybe Text) Source #

For AWS managed Config rules, a pre-defined identifier from a list. To reference the list, see Using AWS Managed Config Rules.

For customer managed Config rules, the identifier is the Amazon Resource Name (ARN) of the rule's AWS Lambda function.

sOwner :: Lens' Source (Maybe Owner) Source #

Indicates whether AWS or the customer owns and manages the AWS Config rule.

sSourceDetails :: Lens' Source [SourceDetail] Source #

Provides the source and type of the event that causes AWS Config to evaluate your AWS resources.

SourceDetail

data SourceDetail Source #

Provides the source and type of the event that triggers AWS Config to evaluate your AWS resources against a rule.

See: sourceDetail smart constructor.

Instances

Eq SourceDetail Source # 
Data SourceDetail Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SourceDetail -> c SourceDetail #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SourceDetail #

toConstr :: SourceDetail -> Constr #

dataTypeOf :: SourceDetail -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c SourceDetail) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SourceDetail) #

gmapT :: (forall b. Data b => b -> b) -> SourceDetail -> SourceDetail #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SourceDetail -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SourceDetail -> r #

gmapQ :: (forall d. Data d => d -> u) -> SourceDetail -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SourceDetail -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SourceDetail -> m SourceDetail #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SourceDetail -> m SourceDetail #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SourceDetail -> m SourceDetail #

Read SourceDetail Source # 
Show SourceDetail Source # 
Generic SourceDetail Source # 

Associated Types

type Rep SourceDetail :: * -> * #

ToJSON SourceDetail Source # 
FromJSON SourceDetail Source # 
Hashable SourceDetail Source # 
NFData SourceDetail Source # 

Methods

rnf :: SourceDetail -> () #

type Rep SourceDetail Source # 
type Rep SourceDetail = D1 (MetaData "SourceDetail" "Network.AWS.Config.Types.Product" "amazonka-config-1.4.3-6dEKTXSzLg81CPzXP0Z06u" False) (C1 (MetaCons "SourceDetail'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_sdMessageType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe MessageType))) (S1 (MetaSel (Just Symbol "_sdEventSource") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe EventSource)))))

sourceDetail :: SourceDetail Source #

Creates a value of SourceDetail with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

sdMessageType :: Lens' SourceDetail (Maybe MessageType) Source #

The type of SNS message that triggers AWS Config to run an evaluation. For evaluations that are initiated when AWS Config delivers a configuration item change notification, you must use ConfigurationItemChangeNotification. For evaluations that are initiated when AWS Config delivers a configuration snapshot, you must use ConfigurationSnapshotDeliveryCompleted.

sdEventSource :: Lens' SourceDetail (Maybe EventSource) Source #

The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.