amazonka-config-0.0.0: Amazon Config SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.Config.Types

Contents

Synopsis

Service

data Config Source

Version 2014-11-12 of the Amazon Config service.

Instances

Error

data JSONError :: *

Instances

Eq JSONError 
Show JSONError 
Generic JSONError 
FromJSON JSONError 
type Rep JSONError = D1 D1JSONError (C1 C1_0JSONError ((:*:) (S1 S1_0_0JSONError (Rec0 Text)) (S1 S1_0_1JSONError (Rec0 Text)))) 

ConfigExportDeliveryInfo

cediLastAttemptTime :: Lens' ConfigExportDeliveryInfo (Maybe UTCTime) Source

The time of the last attempted delivery.

cediLastErrorCode :: Lens' ConfigExportDeliveryInfo (Maybe Text) Source

The error code from the last attempted delivery.

cediLastErrorMessage :: Lens' ConfigExportDeliveryInfo (Maybe Text) Source

The error message from the last attempted delivery.

cediLastStatus :: Lens' ConfigExportDeliveryInfo (Maybe Text) Source

Status of the last attempted delivery.

cediLastSuccessfulTime :: Lens' ConfigExportDeliveryInfo (Maybe UTCTime) Source

The time of the last successful delivery.

ConfigStreamDeliveryInfo

csdiLastErrorCode :: Lens' ConfigStreamDeliveryInfo (Maybe Text) Source

The error code from the last attempted delivery.

csdiLastErrorMessage :: Lens' ConfigStreamDeliveryInfo (Maybe Text) Source

The error message from the last attempted delivery.

csdiLastStatus :: Lens' ConfigStreamDeliveryInfo (Maybe Text) Source

Status of the last attempted delivery.

Relationship

relationship :: Relationship Source

Relationship constructor.

The fields accessible through corresponding lenses are:

rRelationshipName :: Lens' Relationship (Maybe Text) Source

The name of the related resource.

rResourceId :: Lens' Relationship (Maybe Text) Source

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

rResourceType :: Lens' Relationship (Maybe Text) Source

The resource type of the related resource.

DeliveryChannel

deliveryChannel :: DeliveryChannel Source

DeliveryChannel constructor.

The fields accessible through corresponding lenses are:

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.

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 IAM role used for accessing the Amazon S3 bucket and the Amazon SNS topic.

ChronologicalOrder

ResourceType

data ResourceType Source

Constructors

AWSCloudTrailTrail

AWS::CloudTrail::Trail

AWSEC2CustomerGateway

AWS::EC2::CustomerGateway

AWSEC2EIP

AWS::EC2::EIP

AWSEC2Instance

AWS::EC2::Instance

AWSEC2InternetGateway

AWS::EC2::InternetGateway

AWSEC2NetworkAcl

AWS::EC2::NetworkAcl

AWSEC2NetworkInterface

AWS::EC2::NetworkInterface

AWSEC2RouteTable

AWS::EC2::RouteTable

AWSEC2SecurityGroup

AWS::EC2::SecurityGroup

AWSEC2Subnet

AWS::EC2::Subnet

AWSEC2VPC

AWS::EC2::VPC

AWSEC2VPNConnection

AWS::EC2::VPNConnection

AWSEC2VPNGateway

AWS::EC2::VPNGateway

AWSEC2Volume

AWS::EC2::Volume

ConfigurationItem

ciAccountId :: Lens' ConfigurationItem (Maybe Text) Source

The 12 digit AWS account ID associated with the resource.

ciArn :: Lens' ConfigurationItem (Maybe Text) Source

The Amazon Resource Name (ARN) of the resource.

ciAvailabilityZone :: Lens' ConfigurationItem (Maybe Text) Source

The Availability Zone associated with the resource.

ciConfiguration :: Lens' ConfigurationItem (Maybe Text) Source

The description of the resource configuration.

ciConfigurationItemCaptureTime :: Lens' ConfigurationItem (Maybe UTCTime) Source

The time when the configuration recording was initiated.

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.

ciConfigurationStateId :: Lens' ConfigurationItem (Maybe Text) Source

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

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.

ciRelationships :: Lens' ConfigurationItem [Relationship] Source

A list of related AWS resources.

ciResourceCreationTime :: Lens' ConfigurationItem (Maybe UTCTime) Source

The time stamp when the resource was created.

ciResourceId :: Lens' ConfigurationItem (Maybe Text) Source

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

ciResourceType :: Lens' ConfigurationItem (Maybe Text) Source

The type of AWS resource.

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

A mapping of key value tags associated with the resource.

ciVersion :: Lens' ConfigurationItem (Maybe Text) Source

The version number of the resource configuration.

DeliveryStatus

DeliveryChannelStatus

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.

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.

dcsName :: Lens' DeliveryChannelStatus (Maybe Text) Source

The name of the delivery channel.

ConfigurationRecorderStatus

crsLastErrorCode :: Lens' ConfigurationRecorderStatus (Maybe Text) Source

The error code indicating that the recording failed.

crsLastErrorMessage :: Lens' ConfigurationRecorderStatus (Maybe Text) Source

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

crsLastStartTime :: Lens' ConfigurationRecorderStatus (Maybe UTCTime) Source

The time the recorder was last started.

crsLastStatus :: Lens' ConfigurationRecorderStatus (Maybe Text) Source

The last (previous) status of the recorder.

crsLastStatusChangeTime :: Lens' ConfigurationRecorderStatus (Maybe UTCTime) Source

The time when the status was last changed.

crsLastStopTime :: Lens' ConfigurationRecorderStatus (Maybe UTCTime) Source

The time the recorder was last stopped.

crsName :: Lens' ConfigurationRecorderStatus (Maybe Text) Source

The name of the configuration recorder.

crsRecording :: Lens' ConfigurationRecorderStatus (Maybe Bool) Source

Specifies whether the recorder is currently recording or not.

ConfigurationItemStatus

ConfigurationRecorder

configurationRecorder :: ConfigurationRecorder Source

ConfigurationRecorder constructor.

The fields accessible through corresponding lenses are:

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.

crRoleARN :: Lens' ConfigurationRecorder (Maybe Text) Source

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

RecorderStatus