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

Amazonka.Config.Types

Contents

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

API version 2014-11-12 of the Amazon Config SDK configuration.

Errors

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

You specified an Config rule without a remediation configuration.

_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.

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

Config organization conformance pack that you passed in the filter does not exist.

For DeleteOrganizationConformancePack, you tried to delete an organization conformance pack that does not exist.

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

The specified Amazon SNS topic does not exist.

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

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

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

The syntax of the query is incorrect.

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

The requested action is not valid.

For PutStoredQuery, you will see this exception if there are missing required fields or if the input value fails the validation, or if you are trying to create more than 300 queries.

For GetStoredQuery, ListStoredQuery, and DeleteStoredQuery you will see this exception if there are missing required fields or if the input value fails the validation.

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

For PutConfigurationAggregator API, you can see this exception for the following reasons:

  • No permission to call EnableAWSServiceAccess API
  • The configuration aggregator cannot be updated because your Amazon Web Services Organization management account or the delegated administrator role changed. Delete this aggregator and create a new one with the current Amazon Web Services Organization.
  • The configuration aggregator is associated with a previous Amazon Web Services Organization and Config cannot aggregate data with current Amazon Web Services Organization. Delete this aggregator and create a new one with the current Amazon Web Services Organization.
  • You are not a registered delegated administrator for Config with permissions to call ListDelegatedAdministrators API. Ensure that the management account registers delagated administrator for Config service principle name before the delegated administrator creates an aggregator.

For all OrganizationConfigRule and OrganizationConformancePack APIs, Config throws an exception if APIs are called from member accounts. All APIs must be called from organization master account.

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

You have specified a configuration aggregator that does not exist.

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

You have provided a null or empty role ARN.

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

The configuration item size is outside the allowable range.

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

Two users are trying to modify the same query at the same time. Wait for a moment and try again.

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

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

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

You have specified a template that is not valid or supported.

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

You tried to delete a remediation exception that does not exist.

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

The specified limit is outside the allowable range.

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

You have reached the limit (6) of the number of organization conformance packs in an account (6 conformance pack with 25 Config rules per pack per account).

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

The specified delivery channel name is not valid.

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

You have reached the limit of the number of tags you can use. You have more than 50 tags.

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

The specified Amazon KMS Key ARN is not valid.

_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 :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified ResultToken is invalid.

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

Config rule that you passed in the filter does not exist.

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

You specified one or more organization config rules that do not exist.

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

You have specified a delivery channel that does not exist.

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

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

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

You specified one or more conformance packs that do not exist.

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

You have specified a retention configuration that does not exist.

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

Remediation action is in progress. You can either cancel execution in Amazon Web Services Systems Manager or wait and try again later.

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

Config resource cannot be created because your organization does not have all features enabled.

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

Indicates one of the following errors:

  • For PutConfigRule, the rule cannot be created because the IAM role assigned to Config lacks permissions to perform the config:Put* action.
  • For PutConfigRule, the Lambda function cannot be invoked. Check the function ARN, and check the function's permissions.
  • For PutOrganizationConfigRule, organization config rule cannot be created because you do not have permissions to call IAM GetRole action or create a service linked role.
  • For PutConformancePack and PutOrganizationConformancePack, a conformance pack cannot be created because you do not have permissions:

    • To call IAM GetRole action or create a service linked role.
    • To read Amazon S3 bucket.

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

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

_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.

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

Failed to add the retention configuration because a retention configuration with that name already exists.

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

You have reached the limit (6) of the number of conformance packs in an account (6 conformance pack with 25 Config rules per pack).

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

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

_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 :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified Amazon S3 bucket does not exist.

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

You have reached the limit (100,000) of active custom resource types in your account. Delete unused resources using DeleteResourceConfig.

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

There is no delivery channel available to record configurations.

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

You have specified a template that is not valid or supported.

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

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

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

There is no configuration recorder running.

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

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

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

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

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

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

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

You have reached the limit of the number of organization config rules you can create.

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

You have specified a resource that does not exist.

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

You have specified a configuration recorder that does not exist.

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

The specified Amazon S3 key prefix is not valid.

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

For StartConfigRulesEvaluation API, this exception is thrown if an evaluation is in progress or if you call the StartConfigRulesEvaluation API more than once per minute.

For PutConfigurationAggregator API, this exception is thrown if the number of accounts and aggregators exceeds the limit.

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

You see this exception in the following cases:

  • For DeleteConfigRule, Config is deleting this rule. Try your request again later.
  • For DeleteConfigRule, the rule is deleting your evaluation results. Try your request again later.
  • For DeleteConfigRule, a remediation action is associated with the rule and Config cannot delete this rule. Delete the remediation action associated with the rule before deleting the rule and try your request again later.
  • For PutConfigOrganizationRule, organization config rule deletion is in progress. Try your request again later.
  • For DeleteOrganizationConfigRule, organization config rule creation is in progress. Try your request again later.
  • For PutConformancePack and PutOrganizationConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.
  • For DeleteConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.

AggregateConformancePackComplianceSummaryGroupKey

newtype AggregateConformancePackComplianceSummaryGroupKey Source #

Instances

Instances details
Eq AggregateConformancePackComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummaryGroupKey

Ord AggregateConformancePackComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummaryGroupKey

Read AggregateConformancePackComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummaryGroupKey

Show AggregateConformancePackComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummaryGroupKey

Generic AggregateConformancePackComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummaryGroupKey

NFData AggregateConformancePackComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummaryGroupKey

Hashable AggregateConformancePackComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummaryGroupKey

ToJSON AggregateConformancePackComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummaryGroupKey

ToJSONKey AggregateConformancePackComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummaryGroupKey

FromJSON AggregateConformancePackComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummaryGroupKey

FromJSONKey AggregateConformancePackComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummaryGroupKey

ToLog AggregateConformancePackComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummaryGroupKey

ToHeader AggregateConformancePackComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummaryGroupKey

ToQuery AggregateConformancePackComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummaryGroupKey

FromXML AggregateConformancePackComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummaryGroupKey

ToXML AggregateConformancePackComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummaryGroupKey

ToByteString AggregateConformancePackComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummaryGroupKey

FromText AggregateConformancePackComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummaryGroupKey

ToText AggregateConformancePackComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummaryGroupKey

type Rep AggregateConformancePackComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummaryGroupKey

type Rep AggregateConformancePackComplianceSummaryGroupKey = D1 ('MetaData "AggregateConformancePackComplianceSummaryGroupKey" "Amazonka.Config.Types.AggregateConformancePackComplianceSummaryGroupKey" "libZSservicesZSamazonka-configZSamazonka-config" 'True) (C1 ('MetaCons "AggregateConformancePackComplianceSummaryGroupKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAggregateConformancePackComplianceSummaryGroupKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AggregatedSourceStatusType

newtype AggregatedSourceStatusType Source #

Instances

Instances details
Eq AggregatedSourceStatusType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatusType

Ord AggregatedSourceStatusType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatusType

Read AggregatedSourceStatusType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatusType

Show AggregatedSourceStatusType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatusType

Generic AggregatedSourceStatusType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatusType

Associated Types

type Rep AggregatedSourceStatusType :: Type -> Type #

NFData AggregatedSourceStatusType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatusType

Hashable AggregatedSourceStatusType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatusType

ToJSON AggregatedSourceStatusType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatusType

ToJSONKey AggregatedSourceStatusType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatusType

FromJSON AggregatedSourceStatusType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatusType

FromJSONKey AggregatedSourceStatusType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatusType

ToLog AggregatedSourceStatusType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatusType

ToHeader AggregatedSourceStatusType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatusType

ToQuery AggregatedSourceStatusType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatusType

FromXML AggregatedSourceStatusType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatusType

ToXML AggregatedSourceStatusType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatusType

ToByteString AggregatedSourceStatusType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatusType

FromText AggregatedSourceStatusType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatusType

ToText AggregatedSourceStatusType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatusType

type Rep AggregatedSourceStatusType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatusType

type Rep AggregatedSourceStatusType = D1 ('MetaData "AggregatedSourceStatusType" "Amazonka.Config.Types.AggregatedSourceStatusType" "libZSservicesZSamazonka-configZSamazonka-config" 'True) (C1 ('MetaCons "AggregatedSourceStatusType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAggregatedSourceStatusType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AggregatedSourceType

newtype AggregatedSourceType Source #

Instances

Instances details
Eq AggregatedSourceType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceType

Ord AggregatedSourceType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceType

Read AggregatedSourceType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceType

Show AggregatedSourceType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceType

Generic AggregatedSourceType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceType

Associated Types

type Rep AggregatedSourceType :: Type -> Type #

NFData AggregatedSourceType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceType

Methods

rnf :: AggregatedSourceType -> () #

Hashable AggregatedSourceType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceType

ToJSON AggregatedSourceType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceType

ToJSONKey AggregatedSourceType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceType

FromJSON AggregatedSourceType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceType

FromJSONKey AggregatedSourceType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceType

ToLog AggregatedSourceType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceType

ToHeader AggregatedSourceType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceType

ToQuery AggregatedSourceType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceType

FromXML AggregatedSourceType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceType

ToXML AggregatedSourceType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceType

ToByteString AggregatedSourceType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceType

FromText AggregatedSourceType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceType

ToText AggregatedSourceType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceType

type Rep AggregatedSourceType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceType

type Rep AggregatedSourceType = D1 ('MetaData "AggregatedSourceType" "Amazonka.Config.Types.AggregatedSourceType" "libZSservicesZSamazonka-configZSamazonka-config" 'True) (C1 ('MetaCons "AggregatedSourceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAggregatedSourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ChronologicalOrder

newtype ChronologicalOrder Source #

Instances

Instances details
Eq ChronologicalOrder Source # 
Instance details

Defined in Amazonka.Config.Types.ChronologicalOrder

Ord ChronologicalOrder Source # 
Instance details

Defined in Amazonka.Config.Types.ChronologicalOrder

Read ChronologicalOrder Source # 
Instance details

Defined in Amazonka.Config.Types.ChronologicalOrder

Show ChronologicalOrder Source # 
Instance details

Defined in Amazonka.Config.Types.ChronologicalOrder

Generic ChronologicalOrder Source # 
Instance details

Defined in Amazonka.Config.Types.ChronologicalOrder

Associated Types

type Rep ChronologicalOrder :: Type -> Type #

NFData ChronologicalOrder Source # 
Instance details

Defined in Amazonka.Config.Types.ChronologicalOrder

Methods

rnf :: ChronologicalOrder -> () #

Hashable ChronologicalOrder Source # 
Instance details

Defined in Amazonka.Config.Types.ChronologicalOrder

ToJSON ChronologicalOrder Source # 
Instance details

Defined in Amazonka.Config.Types.ChronologicalOrder

ToJSONKey ChronologicalOrder Source # 
Instance details

Defined in Amazonka.Config.Types.ChronologicalOrder

FromJSON ChronologicalOrder Source # 
Instance details

Defined in Amazonka.Config.Types.ChronologicalOrder

FromJSONKey ChronologicalOrder Source # 
Instance details

Defined in Amazonka.Config.Types.ChronologicalOrder

ToLog ChronologicalOrder Source # 
Instance details

Defined in Amazonka.Config.Types.ChronologicalOrder

ToHeader ChronologicalOrder Source # 
Instance details

Defined in Amazonka.Config.Types.ChronologicalOrder

ToQuery ChronologicalOrder Source # 
Instance details

Defined in Amazonka.Config.Types.ChronologicalOrder

FromXML ChronologicalOrder Source # 
Instance details

Defined in Amazonka.Config.Types.ChronologicalOrder

ToXML ChronologicalOrder Source # 
Instance details

Defined in Amazonka.Config.Types.ChronologicalOrder

ToByteString ChronologicalOrder Source # 
Instance details

Defined in Amazonka.Config.Types.ChronologicalOrder

FromText ChronologicalOrder Source # 
Instance details

Defined in Amazonka.Config.Types.ChronologicalOrder

ToText ChronologicalOrder Source # 
Instance details

Defined in Amazonka.Config.Types.ChronologicalOrder

type Rep ChronologicalOrder Source # 
Instance details

Defined in Amazonka.Config.Types.ChronologicalOrder

type Rep ChronologicalOrder = D1 ('MetaData "ChronologicalOrder" "Amazonka.Config.Types.ChronologicalOrder" "libZSservicesZSamazonka-configZSamazonka-config" 'True) (C1 ('MetaCons "ChronologicalOrder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromChronologicalOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ComplianceType

newtype ComplianceType Source #

Constructors

ComplianceType' 

Instances

Instances details
Eq ComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceType

Ord ComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceType

Read ComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceType

Show ComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceType

Generic ComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceType

Associated Types

type Rep ComplianceType :: Type -> Type #

NFData ComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceType

Methods

rnf :: ComplianceType -> () #

Hashable ComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceType

ToJSON ComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceType

ToJSONKey ComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceType

FromJSON ComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceType

FromJSONKey ComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceType

ToLog ComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceType

ToHeader ComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceType

ToQuery ComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceType

FromXML ComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceType

ToXML ComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceType

Methods

toXML :: ComplianceType -> XML #

ToByteString ComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceType

FromText ComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceType

ToText ComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceType

type Rep ComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceType

type Rep ComplianceType = D1 ('MetaData "ComplianceType" "Amazonka.Config.Types.ComplianceType" "libZSservicesZSamazonka-configZSamazonka-config" 'True) (C1 ('MetaCons "ComplianceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromComplianceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ConfigRuleComplianceSummaryGroupKey

newtype ConfigRuleComplianceSummaryGroupKey Source #

Instances

Instances details
Eq ConfigRuleComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceSummaryGroupKey

Ord ConfigRuleComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceSummaryGroupKey

Read ConfigRuleComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceSummaryGroupKey

Show ConfigRuleComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceSummaryGroupKey

Generic ConfigRuleComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceSummaryGroupKey

NFData ConfigRuleComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceSummaryGroupKey

Hashable ConfigRuleComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceSummaryGroupKey

ToJSON ConfigRuleComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceSummaryGroupKey

ToJSONKey ConfigRuleComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceSummaryGroupKey

FromJSON ConfigRuleComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceSummaryGroupKey

FromJSONKey ConfigRuleComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceSummaryGroupKey

ToLog ConfigRuleComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceSummaryGroupKey

ToHeader ConfigRuleComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceSummaryGroupKey

ToQuery ConfigRuleComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceSummaryGroupKey

FromXML ConfigRuleComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceSummaryGroupKey

ToXML ConfigRuleComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceSummaryGroupKey

ToByteString ConfigRuleComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceSummaryGroupKey

FromText ConfigRuleComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceSummaryGroupKey

ToText ConfigRuleComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceSummaryGroupKey

type Rep ConfigRuleComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceSummaryGroupKey

type Rep ConfigRuleComplianceSummaryGroupKey = D1 ('MetaData "ConfigRuleComplianceSummaryGroupKey" "Amazonka.Config.Types.ConfigRuleComplianceSummaryGroupKey" "libZSservicesZSamazonka-configZSamazonka-config" 'True) (C1 ('MetaCons "ConfigRuleComplianceSummaryGroupKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromConfigRuleComplianceSummaryGroupKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ConfigRuleState

newtype ConfigRuleState Source #

Constructors

ConfigRuleState' 

Instances

Instances details
Eq ConfigRuleState Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleState

Ord ConfigRuleState Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleState

Read ConfigRuleState Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleState

Show ConfigRuleState Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleState

Generic ConfigRuleState Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleState

Associated Types

type Rep ConfigRuleState :: Type -> Type #

NFData ConfigRuleState Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleState

Methods

rnf :: ConfigRuleState -> () #

Hashable ConfigRuleState Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleState

ToJSON ConfigRuleState Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleState

ToJSONKey ConfigRuleState Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleState

FromJSON ConfigRuleState Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleState

FromJSONKey ConfigRuleState Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleState

ToLog ConfigRuleState Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleState

ToHeader ConfigRuleState Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleState

ToQuery ConfigRuleState Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleState

FromXML ConfigRuleState Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleState

ToXML ConfigRuleState Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleState

Methods

toXML :: ConfigRuleState -> XML #

ToByteString ConfigRuleState Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleState

FromText ConfigRuleState Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleState

ToText ConfigRuleState Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleState

type Rep ConfigRuleState Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleState

type Rep ConfigRuleState = D1 ('MetaData "ConfigRuleState" "Amazonka.Config.Types.ConfigRuleState" "libZSservicesZSamazonka-configZSamazonka-config" 'True) (C1 ('MetaCons "ConfigRuleState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromConfigRuleState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ConfigurationItemStatus

newtype ConfigurationItemStatus Source #

Instances

Instances details
Eq ConfigurationItemStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItemStatus

Ord ConfigurationItemStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItemStatus

Read ConfigurationItemStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItemStatus

Show ConfigurationItemStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItemStatus

Generic ConfigurationItemStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItemStatus

Associated Types

type Rep ConfigurationItemStatus :: Type -> Type #

NFData ConfigurationItemStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItemStatus

Methods

rnf :: ConfigurationItemStatus -> () #

Hashable ConfigurationItemStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItemStatus

ToJSON ConfigurationItemStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItemStatus

ToJSONKey ConfigurationItemStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItemStatus

FromJSON ConfigurationItemStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItemStatus

FromJSONKey ConfigurationItemStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItemStatus

ToLog ConfigurationItemStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItemStatus

ToHeader ConfigurationItemStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItemStatus

ToQuery ConfigurationItemStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItemStatus

FromXML ConfigurationItemStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItemStatus

ToXML ConfigurationItemStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItemStatus

ToByteString ConfigurationItemStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItemStatus

FromText ConfigurationItemStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItemStatus

ToText ConfigurationItemStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItemStatus

type Rep ConfigurationItemStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItemStatus

type Rep ConfigurationItemStatus = D1 ('MetaData "ConfigurationItemStatus" "Amazonka.Config.Types.ConfigurationItemStatus" "libZSservicesZSamazonka-configZSamazonka-config" 'True) (C1 ('MetaCons "ConfigurationItemStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromConfigurationItemStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ConformancePackComplianceType

newtype ConformancePackComplianceType Source #

Instances

Instances details
Eq ConformancePackComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceType

Ord ConformancePackComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceType

Read ConformancePackComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceType

Show ConformancePackComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceType

Generic ConformancePackComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceType

Associated Types

type Rep ConformancePackComplianceType :: Type -> Type #

NFData ConformancePackComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceType

Hashable ConformancePackComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceType

ToJSON ConformancePackComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceType

ToJSONKey ConformancePackComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceType

FromJSON ConformancePackComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceType

FromJSONKey ConformancePackComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceType

ToLog ConformancePackComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceType

ToHeader ConformancePackComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceType

ToQuery ConformancePackComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceType

FromXML ConformancePackComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceType

ToXML ConformancePackComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceType

ToByteString ConformancePackComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceType

FromText ConformancePackComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceType

ToText ConformancePackComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceType

type Rep ConformancePackComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceType

type Rep ConformancePackComplianceType = D1 ('MetaData "ConformancePackComplianceType" "Amazonka.Config.Types.ConformancePackComplianceType" "libZSservicesZSamazonka-configZSamazonka-config" 'True) (C1 ('MetaCons "ConformancePackComplianceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromConformancePackComplianceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ConformancePackState

newtype ConformancePackState Source #

Instances

Instances details
Eq ConformancePackState Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackState

Ord ConformancePackState Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackState

Read ConformancePackState Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackState

Show ConformancePackState Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackState

Generic ConformancePackState Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackState

Associated Types

type Rep ConformancePackState :: Type -> Type #

NFData ConformancePackState Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackState

Methods

rnf :: ConformancePackState -> () #

Hashable ConformancePackState Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackState

ToJSON ConformancePackState Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackState

ToJSONKey ConformancePackState Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackState

FromJSON ConformancePackState Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackState

FromJSONKey ConformancePackState Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackState

ToLog ConformancePackState Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackState

ToHeader ConformancePackState Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackState

ToQuery ConformancePackState Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackState

FromXML ConformancePackState Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackState

ToXML ConformancePackState Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackState

ToByteString ConformancePackState Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackState

FromText ConformancePackState Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackState

ToText ConformancePackState Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackState

type Rep ConformancePackState Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackState

type Rep ConformancePackState = D1 ('MetaData "ConformancePackState" "Amazonka.Config.Types.ConformancePackState" "libZSservicesZSamazonka-configZSamazonka-config" 'True) (C1 ('MetaCons "ConformancePackState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromConformancePackState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DeliveryStatus

newtype DeliveryStatus Source #

Constructors

DeliveryStatus' 

Instances

Instances details
Eq DeliveryStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryStatus

Ord DeliveryStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryStatus

Read DeliveryStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryStatus

Show DeliveryStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryStatus

Generic DeliveryStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryStatus

Associated Types

type Rep DeliveryStatus :: Type -> Type #

NFData DeliveryStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryStatus

Methods

rnf :: DeliveryStatus -> () #

Hashable DeliveryStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryStatus

ToJSON DeliveryStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryStatus

ToJSONKey DeliveryStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryStatus

FromJSON DeliveryStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryStatus

FromJSONKey DeliveryStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryStatus

ToLog DeliveryStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryStatus

ToHeader DeliveryStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryStatus

ToQuery DeliveryStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryStatus

FromXML DeliveryStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryStatus

ToXML DeliveryStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryStatus

Methods

toXML :: DeliveryStatus -> XML #

ToByteString DeliveryStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryStatus

FromText DeliveryStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryStatus

ToText DeliveryStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryStatus

type Rep DeliveryStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryStatus

type Rep DeliveryStatus = D1 ('MetaData "DeliveryStatus" "Amazonka.Config.Types.DeliveryStatus" "libZSservicesZSamazonka-configZSamazonka-config" 'True) (C1 ('MetaCons "DeliveryStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeliveryStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EventSource

newtype EventSource Source #

Constructors

EventSource' 

Bundled Patterns

pattern EventSource_Aws_config :: EventSource 

Instances

Instances details
Eq EventSource Source # 
Instance details

Defined in Amazonka.Config.Types.EventSource

Ord EventSource Source # 
Instance details

Defined in Amazonka.Config.Types.EventSource

Read EventSource Source # 
Instance details

Defined in Amazonka.Config.Types.EventSource

Show EventSource Source # 
Instance details

Defined in Amazonka.Config.Types.EventSource

Generic EventSource Source # 
Instance details

Defined in Amazonka.Config.Types.EventSource

Associated Types

type Rep EventSource :: Type -> Type #

NFData EventSource Source # 
Instance details

Defined in Amazonka.Config.Types.EventSource

Methods

rnf :: EventSource -> () #

Hashable EventSource Source # 
Instance details

Defined in Amazonka.Config.Types.EventSource

ToJSON EventSource Source # 
Instance details

Defined in Amazonka.Config.Types.EventSource

ToJSONKey EventSource Source # 
Instance details

Defined in Amazonka.Config.Types.EventSource

FromJSON EventSource Source # 
Instance details

Defined in Amazonka.Config.Types.EventSource

FromJSONKey EventSource Source # 
Instance details

Defined in Amazonka.Config.Types.EventSource

ToLog EventSource Source # 
Instance details

Defined in Amazonka.Config.Types.EventSource

ToHeader EventSource Source # 
Instance details

Defined in Amazonka.Config.Types.EventSource

ToQuery EventSource Source # 
Instance details

Defined in Amazonka.Config.Types.EventSource

FromXML EventSource Source # 
Instance details

Defined in Amazonka.Config.Types.EventSource

ToXML EventSource Source # 
Instance details

Defined in Amazonka.Config.Types.EventSource

Methods

toXML :: EventSource -> XML #

ToByteString EventSource Source # 
Instance details

Defined in Amazonka.Config.Types.EventSource

FromText EventSource Source # 
Instance details

Defined in Amazonka.Config.Types.EventSource

ToText EventSource Source # 
Instance details

Defined in Amazonka.Config.Types.EventSource

Methods

toText :: EventSource -> Text #

type Rep EventSource Source # 
Instance details

Defined in Amazonka.Config.Types.EventSource

type Rep EventSource = D1 ('MetaData "EventSource" "Amazonka.Config.Types.EventSource" "libZSservicesZSamazonka-configZSamazonka-config" 'True) (C1 ('MetaCons "EventSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEventSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MaximumExecutionFrequency

newtype MaximumExecutionFrequency Source #

Instances

Instances details
Eq MaximumExecutionFrequency Source # 
Instance details

Defined in Amazonka.Config.Types.MaximumExecutionFrequency

Ord MaximumExecutionFrequency Source # 
Instance details

Defined in Amazonka.Config.Types.MaximumExecutionFrequency

Read MaximumExecutionFrequency Source # 
Instance details

Defined in Amazonka.Config.Types.MaximumExecutionFrequency

Show MaximumExecutionFrequency Source # 
Instance details

Defined in Amazonka.Config.Types.MaximumExecutionFrequency

Generic MaximumExecutionFrequency Source # 
Instance details

Defined in Amazonka.Config.Types.MaximumExecutionFrequency

Associated Types

type Rep MaximumExecutionFrequency :: Type -> Type #

NFData MaximumExecutionFrequency Source # 
Instance details

Defined in Amazonka.Config.Types.MaximumExecutionFrequency

Hashable MaximumExecutionFrequency Source # 
Instance details

Defined in Amazonka.Config.Types.MaximumExecutionFrequency

ToJSON MaximumExecutionFrequency Source # 
Instance details

Defined in Amazonka.Config.Types.MaximumExecutionFrequency

ToJSONKey MaximumExecutionFrequency Source # 
Instance details

Defined in Amazonka.Config.Types.MaximumExecutionFrequency

FromJSON MaximumExecutionFrequency Source # 
Instance details

Defined in Amazonka.Config.Types.MaximumExecutionFrequency

FromJSONKey MaximumExecutionFrequency Source # 
Instance details

Defined in Amazonka.Config.Types.MaximumExecutionFrequency

ToLog MaximumExecutionFrequency Source # 
Instance details

Defined in Amazonka.Config.Types.MaximumExecutionFrequency

ToHeader MaximumExecutionFrequency Source # 
Instance details

Defined in Amazonka.Config.Types.MaximumExecutionFrequency

ToQuery MaximumExecutionFrequency Source # 
Instance details

Defined in Amazonka.Config.Types.MaximumExecutionFrequency

FromXML MaximumExecutionFrequency Source # 
Instance details

Defined in Amazonka.Config.Types.MaximumExecutionFrequency

ToXML MaximumExecutionFrequency Source # 
Instance details

Defined in Amazonka.Config.Types.MaximumExecutionFrequency

ToByteString MaximumExecutionFrequency Source # 
Instance details

Defined in Amazonka.Config.Types.MaximumExecutionFrequency

FromText MaximumExecutionFrequency Source # 
Instance details

Defined in Amazonka.Config.Types.MaximumExecutionFrequency

ToText MaximumExecutionFrequency Source # 
Instance details

Defined in Amazonka.Config.Types.MaximumExecutionFrequency

type Rep MaximumExecutionFrequency Source # 
Instance details

Defined in Amazonka.Config.Types.MaximumExecutionFrequency

type Rep MaximumExecutionFrequency = D1 ('MetaData "MaximumExecutionFrequency" "Amazonka.Config.Types.MaximumExecutionFrequency" "libZSservicesZSamazonka-configZSamazonka-config" 'True) (C1 ('MetaCons "MaximumExecutionFrequency'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMaximumExecutionFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MemberAccountRuleStatus

newtype MemberAccountRuleStatus Source #

Instances

Instances details
Eq MemberAccountRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountRuleStatus

Ord MemberAccountRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountRuleStatus

Read MemberAccountRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountRuleStatus

Show MemberAccountRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountRuleStatus

Generic MemberAccountRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountRuleStatus

Associated Types

type Rep MemberAccountRuleStatus :: Type -> Type #

NFData MemberAccountRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountRuleStatus

Methods

rnf :: MemberAccountRuleStatus -> () #

Hashable MemberAccountRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountRuleStatus

ToJSON MemberAccountRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountRuleStatus

ToJSONKey MemberAccountRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountRuleStatus

FromJSON MemberAccountRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountRuleStatus

FromJSONKey MemberAccountRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountRuleStatus

ToLog MemberAccountRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountRuleStatus

ToHeader MemberAccountRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountRuleStatus

ToQuery MemberAccountRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountRuleStatus

FromXML MemberAccountRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountRuleStatus

ToXML MemberAccountRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountRuleStatus

ToByteString MemberAccountRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountRuleStatus

FromText MemberAccountRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountRuleStatus

ToText MemberAccountRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountRuleStatus

type Rep MemberAccountRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountRuleStatus

type Rep MemberAccountRuleStatus = D1 ('MetaData "MemberAccountRuleStatus" "Amazonka.Config.Types.MemberAccountRuleStatus" "libZSservicesZSamazonka-configZSamazonka-config" 'True) (C1 ('MetaCons "MemberAccountRuleStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMemberAccountRuleStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MessageType

newtype MessageType Source #

Constructors

MessageType' 

Instances

Instances details
Eq MessageType Source # 
Instance details

Defined in Amazonka.Config.Types.MessageType

Ord MessageType Source # 
Instance details

Defined in Amazonka.Config.Types.MessageType

Read MessageType Source # 
Instance details

Defined in Amazonka.Config.Types.MessageType

Show MessageType Source # 
Instance details

Defined in Amazonka.Config.Types.MessageType

Generic MessageType Source # 
Instance details

Defined in Amazonka.Config.Types.MessageType

Associated Types

type Rep MessageType :: Type -> Type #

NFData MessageType Source # 
Instance details

Defined in Amazonka.Config.Types.MessageType

Methods

rnf :: MessageType -> () #

Hashable MessageType Source # 
Instance details

Defined in Amazonka.Config.Types.MessageType

ToJSON MessageType Source # 
Instance details

Defined in Amazonka.Config.Types.MessageType

ToJSONKey MessageType Source # 
Instance details

Defined in Amazonka.Config.Types.MessageType

FromJSON MessageType Source # 
Instance details

Defined in Amazonka.Config.Types.MessageType

FromJSONKey MessageType Source # 
Instance details

Defined in Amazonka.Config.Types.MessageType

ToLog MessageType Source # 
Instance details

Defined in Amazonka.Config.Types.MessageType

ToHeader MessageType Source # 
Instance details

Defined in Amazonka.Config.Types.MessageType

ToQuery MessageType Source # 
Instance details

Defined in Amazonka.Config.Types.MessageType

FromXML MessageType Source # 
Instance details

Defined in Amazonka.Config.Types.MessageType

ToXML MessageType Source # 
Instance details

Defined in Amazonka.Config.Types.MessageType

Methods

toXML :: MessageType -> XML #

ToByteString MessageType Source # 
Instance details

Defined in Amazonka.Config.Types.MessageType

FromText MessageType Source # 
Instance details

Defined in Amazonka.Config.Types.MessageType

ToText MessageType Source # 
Instance details

Defined in Amazonka.Config.Types.MessageType

Methods

toText :: MessageType -> Text #

type Rep MessageType Source # 
Instance details

Defined in Amazonka.Config.Types.MessageType

type Rep MessageType = D1 ('MetaData "MessageType" "Amazonka.Config.Types.MessageType" "libZSservicesZSamazonka-configZSamazonka-config" 'True) (C1 ('MetaCons "MessageType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMessageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OrganizationConfigRuleTriggerType

newtype OrganizationConfigRuleTriggerType Source #

Instances

Instances details
Eq OrganizationConfigRuleTriggerType Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerType

Ord OrganizationConfigRuleTriggerType Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerType

Read OrganizationConfigRuleTriggerType Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerType

Show OrganizationConfigRuleTriggerType Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerType

Generic OrganizationConfigRuleTriggerType Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerType

Associated Types

type Rep OrganizationConfigRuleTriggerType :: Type -> Type #

NFData OrganizationConfigRuleTriggerType Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerType

Hashable OrganizationConfigRuleTriggerType Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerType

ToJSON OrganizationConfigRuleTriggerType Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerType

ToJSONKey OrganizationConfigRuleTriggerType Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerType

FromJSON OrganizationConfigRuleTriggerType Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerType

FromJSONKey OrganizationConfigRuleTriggerType Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerType

ToLog OrganizationConfigRuleTriggerType Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerType

ToHeader OrganizationConfigRuleTriggerType Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerType

ToQuery OrganizationConfigRuleTriggerType Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerType

FromXML OrganizationConfigRuleTriggerType Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerType

ToXML OrganizationConfigRuleTriggerType Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerType

ToByteString OrganizationConfigRuleTriggerType Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerType

FromText OrganizationConfigRuleTriggerType Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerType

ToText OrganizationConfigRuleTriggerType Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerType

type Rep OrganizationConfigRuleTriggerType Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerType

type Rep OrganizationConfigRuleTriggerType = D1 ('MetaData "OrganizationConfigRuleTriggerType" "Amazonka.Config.Types.OrganizationConfigRuleTriggerType" "libZSservicesZSamazonka-configZSamazonka-config" 'True) (C1 ('MetaCons "OrganizationConfigRuleTriggerType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOrganizationConfigRuleTriggerType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OrganizationResourceDetailedStatus

newtype OrganizationResourceDetailedStatus Source #

Instances

Instances details
Eq OrganizationResourceDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatus

Ord OrganizationResourceDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatus

Read OrganizationResourceDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatus

Show OrganizationResourceDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatus

Generic OrganizationResourceDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatus

Associated Types

type Rep OrganizationResourceDetailedStatus :: Type -> Type #

NFData OrganizationResourceDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatus

Hashable OrganizationResourceDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatus

ToJSON OrganizationResourceDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatus

ToJSONKey OrganizationResourceDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatus

FromJSON OrganizationResourceDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatus

FromJSONKey OrganizationResourceDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatus

ToLog OrganizationResourceDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatus

ToHeader OrganizationResourceDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatus

ToQuery OrganizationResourceDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatus

FromXML OrganizationResourceDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatus

ToXML OrganizationResourceDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatus

ToByteString OrganizationResourceDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatus

FromText OrganizationResourceDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatus

ToText OrganizationResourceDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatus

type Rep OrganizationResourceDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatus

type Rep OrganizationResourceDetailedStatus = D1 ('MetaData "OrganizationResourceDetailedStatus" "Amazonka.Config.Types.OrganizationResourceDetailedStatus" "libZSservicesZSamazonka-configZSamazonka-config" 'True) (C1 ('MetaCons "OrganizationResourceDetailedStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOrganizationResourceDetailedStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OrganizationResourceStatus

newtype OrganizationResourceStatus Source #

Instances

Instances details
Eq OrganizationResourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceStatus

Ord OrganizationResourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceStatus

Read OrganizationResourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceStatus

Show OrganizationResourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceStatus

Generic OrganizationResourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceStatus

Associated Types

type Rep OrganizationResourceStatus :: Type -> Type #

NFData OrganizationResourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceStatus

Hashable OrganizationResourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceStatus

ToJSON OrganizationResourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceStatus

ToJSONKey OrganizationResourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceStatus

FromJSON OrganizationResourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceStatus

FromJSONKey OrganizationResourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceStatus

ToLog OrganizationResourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceStatus

ToHeader OrganizationResourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceStatus

ToQuery OrganizationResourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceStatus

FromXML OrganizationResourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceStatus

ToXML OrganizationResourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceStatus

ToByteString OrganizationResourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceStatus

FromText OrganizationResourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceStatus

ToText OrganizationResourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceStatus

type Rep OrganizationResourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceStatus

type Rep OrganizationResourceStatus = D1 ('MetaData "OrganizationResourceStatus" "Amazonka.Config.Types.OrganizationResourceStatus" "libZSservicesZSamazonka-configZSamazonka-config" 'True) (C1 ('MetaCons "OrganizationResourceStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOrganizationResourceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OrganizationRuleStatus

newtype OrganizationRuleStatus Source #

Instances

Instances details
Eq OrganizationRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationRuleStatus

Ord OrganizationRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationRuleStatus

Read OrganizationRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationRuleStatus

Show OrganizationRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationRuleStatus

Generic OrganizationRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationRuleStatus

Associated Types

type Rep OrganizationRuleStatus :: Type -> Type #

NFData OrganizationRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationRuleStatus

Methods

rnf :: OrganizationRuleStatus -> () #

Hashable OrganizationRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationRuleStatus

ToJSON OrganizationRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationRuleStatus

ToJSONKey OrganizationRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationRuleStatus

FromJSON OrganizationRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationRuleStatus

FromJSONKey OrganizationRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationRuleStatus

ToLog OrganizationRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationRuleStatus

ToHeader OrganizationRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationRuleStatus

ToQuery OrganizationRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationRuleStatus

FromXML OrganizationRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationRuleStatus

ToXML OrganizationRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationRuleStatus

ToByteString OrganizationRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationRuleStatus

FromText OrganizationRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationRuleStatus

ToText OrganizationRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationRuleStatus

type Rep OrganizationRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationRuleStatus

type Rep OrganizationRuleStatus = D1 ('MetaData "OrganizationRuleStatus" "Amazonka.Config.Types.OrganizationRuleStatus" "libZSservicesZSamazonka-configZSamazonka-config" 'True) (C1 ('MetaCons "OrganizationRuleStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOrganizationRuleStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Owner

newtype Owner Source #

Constructors

Owner' 

Fields

Bundled Patterns

pattern Owner_AWS :: Owner 
pattern Owner_CUSTOM_LAMBDA :: Owner 

Instances

Instances details
Eq Owner Source # 
Instance details

Defined in Amazonka.Config.Types.Owner

Methods

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

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

Ord Owner Source # 
Instance details

Defined in Amazonka.Config.Types.Owner

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 # 
Instance details

Defined in Amazonka.Config.Types.Owner

Show Owner Source # 
Instance details

Defined in Amazonka.Config.Types.Owner

Methods

showsPrec :: Int -> Owner -> ShowS #

show :: Owner -> String #

showList :: [Owner] -> ShowS #

Generic Owner Source # 
Instance details

Defined in Amazonka.Config.Types.Owner

Associated Types

type Rep Owner :: Type -> Type #

Methods

from :: Owner -> Rep Owner x #

to :: Rep Owner x -> Owner #

NFData Owner Source # 
Instance details

Defined in Amazonka.Config.Types.Owner

Methods

rnf :: Owner -> () #

Hashable Owner Source # 
Instance details

Defined in Amazonka.Config.Types.Owner

Methods

hashWithSalt :: Int -> Owner -> Int #

hash :: Owner -> Int #

ToJSON Owner Source # 
Instance details

Defined in Amazonka.Config.Types.Owner

ToJSONKey Owner Source # 
Instance details

Defined in Amazonka.Config.Types.Owner

FromJSON Owner Source # 
Instance details

Defined in Amazonka.Config.Types.Owner

FromJSONKey Owner Source # 
Instance details

Defined in Amazonka.Config.Types.Owner

ToLog Owner Source # 
Instance details

Defined in Amazonka.Config.Types.Owner

ToHeader Owner Source # 
Instance details

Defined in Amazonka.Config.Types.Owner

Methods

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

ToQuery Owner Source # 
Instance details

Defined in Amazonka.Config.Types.Owner

Methods

toQuery :: Owner -> QueryString #

FromXML Owner Source # 
Instance details

Defined in Amazonka.Config.Types.Owner

Methods

parseXML :: [Node] -> Either String Owner #

ToXML Owner Source # 
Instance details

Defined in Amazonka.Config.Types.Owner

Methods

toXML :: Owner -> XML #

ToByteString Owner Source # 
Instance details

Defined in Amazonka.Config.Types.Owner

Methods

toBS :: Owner -> ByteString #

FromText Owner Source # 
Instance details

Defined in Amazonka.Config.Types.Owner

ToText Owner Source # 
Instance details

Defined in Amazonka.Config.Types.Owner

Methods

toText :: Owner -> Text #

type Rep Owner Source # 
Instance details

Defined in Amazonka.Config.Types.Owner

type Rep Owner = D1 ('MetaData "Owner" "Amazonka.Config.Types.Owner" "libZSservicesZSamazonka-configZSamazonka-config" 'True) (C1 ('MetaCons "Owner'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOwner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RecorderStatus

newtype RecorderStatus Source #

Constructors

RecorderStatus' 

Instances

Instances details
Eq RecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RecorderStatus

Ord RecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RecorderStatus

Read RecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RecorderStatus

Show RecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RecorderStatus

Generic RecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RecorderStatus

Associated Types

type Rep RecorderStatus :: Type -> Type #

NFData RecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RecorderStatus

Methods

rnf :: RecorderStatus -> () #

Hashable RecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RecorderStatus

ToJSON RecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RecorderStatus

ToJSONKey RecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RecorderStatus

FromJSON RecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RecorderStatus

FromJSONKey RecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RecorderStatus

ToLog RecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RecorderStatus

ToHeader RecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RecorderStatus

ToQuery RecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RecorderStatus

FromXML RecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RecorderStatus

ToXML RecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RecorderStatus

Methods

toXML :: RecorderStatus -> XML #

ToByteString RecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RecorderStatus

FromText RecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RecorderStatus

ToText RecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RecorderStatus

type Rep RecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RecorderStatus

type Rep RecorderStatus = D1 ('MetaData "RecorderStatus" "Amazonka.Config.Types.RecorderStatus" "libZSservicesZSamazonka-configZSamazonka-config" 'True) (C1 ('MetaCons "RecorderStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRecorderStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RemediationExecutionState

newtype RemediationExecutionState Source #

Instances

Instances details
Eq RemediationExecutionState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionState

Ord RemediationExecutionState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionState

Read RemediationExecutionState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionState

Show RemediationExecutionState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionState

Generic RemediationExecutionState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionState

Associated Types

type Rep RemediationExecutionState :: Type -> Type #

NFData RemediationExecutionState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionState

Hashable RemediationExecutionState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionState

ToJSON RemediationExecutionState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionState

ToJSONKey RemediationExecutionState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionState

FromJSON RemediationExecutionState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionState

FromJSONKey RemediationExecutionState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionState

ToLog RemediationExecutionState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionState

ToHeader RemediationExecutionState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionState

ToQuery RemediationExecutionState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionState

FromXML RemediationExecutionState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionState

ToXML RemediationExecutionState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionState

ToByteString RemediationExecutionState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionState

FromText RemediationExecutionState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionState

ToText RemediationExecutionState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionState

type Rep RemediationExecutionState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionState

type Rep RemediationExecutionState = D1 ('MetaData "RemediationExecutionState" "Amazonka.Config.Types.RemediationExecutionState" "libZSservicesZSamazonka-configZSamazonka-config" 'True) (C1 ('MetaCons "RemediationExecutionState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRemediationExecutionState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RemediationExecutionStepState

newtype RemediationExecutionStepState Source #

Instances

Instances details
Eq RemediationExecutionStepState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStepState

Ord RemediationExecutionStepState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStepState

Read RemediationExecutionStepState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStepState

Show RemediationExecutionStepState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStepState

Generic RemediationExecutionStepState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStepState

Associated Types

type Rep RemediationExecutionStepState :: Type -> Type #

NFData RemediationExecutionStepState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStepState

Hashable RemediationExecutionStepState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStepState

ToJSON RemediationExecutionStepState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStepState

ToJSONKey RemediationExecutionStepState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStepState

FromJSON RemediationExecutionStepState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStepState

FromJSONKey RemediationExecutionStepState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStepState

ToLog RemediationExecutionStepState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStepState

ToHeader RemediationExecutionStepState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStepState

ToQuery RemediationExecutionStepState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStepState

FromXML RemediationExecutionStepState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStepState

ToXML RemediationExecutionStepState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStepState

ToByteString RemediationExecutionStepState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStepState

FromText RemediationExecutionStepState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStepState

ToText RemediationExecutionStepState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStepState

type Rep RemediationExecutionStepState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStepState

type Rep RemediationExecutionStepState = D1 ('MetaData "RemediationExecutionStepState" "Amazonka.Config.Types.RemediationExecutionStepState" "libZSservicesZSamazonka-configZSamazonka-config" 'True) (C1 ('MetaCons "RemediationExecutionStepState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRemediationExecutionStepState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RemediationTargetType

newtype RemediationTargetType Source #

Instances

Instances details
Eq RemediationTargetType Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationTargetType

Ord RemediationTargetType Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationTargetType

Read RemediationTargetType Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationTargetType

Show RemediationTargetType Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationTargetType

Generic RemediationTargetType Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationTargetType

Associated Types

type Rep RemediationTargetType :: Type -> Type #

NFData RemediationTargetType Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationTargetType

Methods

rnf :: RemediationTargetType -> () #

Hashable RemediationTargetType Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationTargetType

ToJSON RemediationTargetType Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationTargetType

ToJSONKey RemediationTargetType Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationTargetType

FromJSON RemediationTargetType Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationTargetType

FromJSONKey RemediationTargetType Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationTargetType

ToLog RemediationTargetType Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationTargetType

ToHeader RemediationTargetType Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationTargetType

ToQuery RemediationTargetType Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationTargetType

FromXML RemediationTargetType Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationTargetType

ToXML RemediationTargetType Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationTargetType

ToByteString RemediationTargetType Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationTargetType

FromText RemediationTargetType Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationTargetType

ToText RemediationTargetType Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationTargetType

type Rep RemediationTargetType Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationTargetType

type Rep RemediationTargetType = D1 ('MetaData "RemediationTargetType" "Amazonka.Config.Types.RemediationTargetType" "libZSservicesZSamazonka-configZSamazonka-config" 'True) (C1 ('MetaCons "RemediationTargetType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRemediationTargetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ResourceCountGroupKey

newtype ResourceCountGroupKey Source #

Instances

Instances details
Eq ResourceCountGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountGroupKey

Ord ResourceCountGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountGroupKey

Read ResourceCountGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountGroupKey

Show ResourceCountGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountGroupKey

Generic ResourceCountGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountGroupKey

Associated Types

type Rep ResourceCountGroupKey :: Type -> Type #

NFData ResourceCountGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountGroupKey

Methods

rnf :: ResourceCountGroupKey -> () #

Hashable ResourceCountGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountGroupKey

ToJSON ResourceCountGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountGroupKey

ToJSONKey ResourceCountGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountGroupKey

FromJSON ResourceCountGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountGroupKey

FromJSONKey ResourceCountGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountGroupKey

ToLog ResourceCountGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountGroupKey

ToHeader ResourceCountGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountGroupKey

ToQuery ResourceCountGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountGroupKey

FromXML ResourceCountGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountGroupKey

ToXML ResourceCountGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountGroupKey

ToByteString ResourceCountGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountGroupKey

FromText ResourceCountGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountGroupKey

ToText ResourceCountGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountGroupKey

type Rep ResourceCountGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountGroupKey

type Rep ResourceCountGroupKey = D1 ('MetaData "ResourceCountGroupKey" "Amazonka.Config.Types.ResourceCountGroupKey" "libZSservicesZSamazonka-configZSamazonka-config" 'True) (C1 ('MetaCons "ResourceCountGroupKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromResourceCountGroupKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ResourceType

newtype ResourceType Source #

Constructors

ResourceType' 

Bundled Patterns

pattern ResourceType_AWS__ACM__Certificate :: ResourceType 
pattern ResourceType_AWS__ApiGatewayV2__Api :: ResourceType 
pattern ResourceType_AWS__ApiGatewayV2__Stage :: ResourceType 
pattern ResourceType_AWS__ApiGateway__RestApi :: ResourceType 
pattern ResourceType_AWS__ApiGateway__Stage :: ResourceType 
pattern ResourceType_AWS__AutoScaling__AutoScalingGroup :: ResourceType 
pattern ResourceType_AWS__AutoScaling__LaunchConfiguration :: ResourceType 
pattern ResourceType_AWS__AutoScaling__ScalingPolicy :: ResourceType 
pattern ResourceType_AWS__AutoScaling__ScheduledAction :: ResourceType 
pattern ResourceType_AWS__Backup__BackupPlan :: ResourceType 
pattern ResourceType_AWS__Backup__BackupSelection :: ResourceType 
pattern ResourceType_AWS__Backup__BackupVault :: ResourceType 
pattern ResourceType_AWS__Backup__RecoveryPoint :: ResourceType 
pattern ResourceType_AWS__CloudFormation__Stack :: ResourceType 
pattern ResourceType_AWS__CloudFront__Distribution :: ResourceType 
pattern ResourceType_AWS__CloudFront__StreamingDistribution :: ResourceType 
pattern ResourceType_AWS__CloudTrail__Trail :: ResourceType 
pattern ResourceType_AWS__CloudWatch__Alarm :: ResourceType 
pattern ResourceType_AWS__CodeBuild__Project :: ResourceType 
pattern ResourceType_AWS__CodePipeline__Pipeline :: ResourceType 
pattern ResourceType_AWS__Config__ConformancePackCompliance :: ResourceType 
pattern ResourceType_AWS__Config__ResourceCompliance :: ResourceType 
pattern ResourceType_AWS__DynamoDB__Table :: ResourceType 
pattern ResourceType_AWS__EC2__CustomerGateway :: ResourceType 
pattern ResourceType_AWS__EC2__EIP :: ResourceType 
pattern ResourceType_AWS__EC2__EgressOnlyInternetGateway :: ResourceType 
pattern ResourceType_AWS__EC2__FlowLog :: ResourceType 
pattern ResourceType_AWS__EC2__Host :: ResourceType 
pattern ResourceType_AWS__EC2__Instance :: ResourceType 
pattern ResourceType_AWS__EC2__InternetGateway :: ResourceType 
pattern ResourceType_AWS__EC2__NatGateway :: ResourceType 
pattern ResourceType_AWS__EC2__NetworkAcl :: ResourceType 
pattern ResourceType_AWS__EC2__NetworkInterface :: ResourceType 
pattern ResourceType_AWS__EC2__RegisteredHAInstance :: ResourceType 
pattern ResourceType_AWS__EC2__RouteTable :: ResourceType 
pattern ResourceType_AWS__EC2__SecurityGroup :: ResourceType 
pattern ResourceType_AWS__EC2__Subnet :: ResourceType 
pattern ResourceType_AWS__EC2__VPC :: ResourceType 
pattern ResourceType_AWS__EC2__VPCEndpoint :: ResourceType 
pattern ResourceType_AWS__EC2__VPCEndpointService :: ResourceType 
pattern ResourceType_AWS__EC2__VPCPeeringConnection :: ResourceType 
pattern ResourceType_AWS__EC2__VPNConnection :: ResourceType 
pattern ResourceType_AWS__EC2__VPNGateway :: ResourceType 
pattern ResourceType_AWS__EC2__Volume :: ResourceType 
pattern ResourceType_AWS__ECR__Repository :: ResourceType 
pattern ResourceType_AWS__ECS__Cluster :: ResourceType 
pattern ResourceType_AWS__ECS__Service :: ResourceType 
pattern ResourceType_AWS__ECS__TaskDefinition :: ResourceType 
pattern ResourceType_AWS__EFS__AccessPoint :: ResourceType 
pattern ResourceType_AWS__EFS__FileSystem :: ResourceType 
pattern ResourceType_AWS__EKS__Cluster :: ResourceType 
pattern ResourceType_AWS__ElasticBeanstalk__Application :: ResourceType 
pattern ResourceType_AWS__ElasticBeanstalk__ApplicationVersion :: ResourceType 
pattern ResourceType_AWS__ElasticBeanstalk__Environment :: ResourceType 
pattern ResourceType_AWS__ElasticLoadBalancingV2__LoadBalancer :: ResourceType 
pattern ResourceType_AWS__ElasticLoadBalancing__LoadBalancer :: ResourceType 
pattern ResourceType_AWS__Elasticsearch__Domain :: ResourceType 
pattern ResourceType_AWS__IAM__Group :: ResourceType 
pattern ResourceType_AWS__IAM__Policy :: ResourceType 
pattern ResourceType_AWS__IAM__Role :: ResourceType 
pattern ResourceType_AWS__IAM__User :: ResourceType 
pattern ResourceType_AWS__KMS__Key :: ResourceType 
pattern ResourceType_AWS__Lambda__Function :: ResourceType 
pattern ResourceType_AWS__NetworkFirewall__Firewall :: ResourceType 
pattern ResourceType_AWS__NetworkFirewall__FirewallPolicy :: ResourceType 
pattern ResourceType_AWS__NetworkFirewall__RuleGroup :: ResourceType 
pattern ResourceType_AWS__OpenSearch__Domain :: ResourceType 
pattern ResourceType_AWS__QLDB__Ledger :: ResourceType 
pattern ResourceType_AWS__RDS__DBCluster :: ResourceType 
pattern ResourceType_AWS__RDS__DBClusterSnapshot :: ResourceType 
pattern ResourceType_AWS__RDS__DBInstance :: ResourceType 
pattern ResourceType_AWS__RDS__DBSecurityGroup :: ResourceType 
pattern ResourceType_AWS__RDS__DBSnapshot :: ResourceType 
pattern ResourceType_AWS__RDS__DBSubnetGroup :: ResourceType 
pattern ResourceType_AWS__RDS__EventSubscription :: ResourceType 
pattern ResourceType_AWS__Redshift__Cluster :: ResourceType 
pattern ResourceType_AWS__Redshift__ClusterParameterGroup :: ResourceType 
pattern ResourceType_AWS__Redshift__ClusterSecurityGroup :: ResourceType 
pattern ResourceType_AWS__Redshift__ClusterSnapshot :: ResourceType 
pattern ResourceType_AWS__Redshift__ClusterSubnetGroup :: ResourceType 
pattern ResourceType_AWS__Redshift__EventSubscription :: ResourceType 
pattern ResourceType_AWS__S3__AccountPublicAccessBlock :: ResourceType 
pattern ResourceType_AWS__S3__Bucket :: ResourceType 
pattern ResourceType_AWS__SNS__Topic :: ResourceType 
pattern ResourceType_AWS__SQS__Queue :: ResourceType 
pattern ResourceType_AWS__SSM__AssociationCompliance :: ResourceType 
pattern ResourceType_AWS__SSM__FileData :: ResourceType 
pattern ResourceType_AWS__SSM__ManagedInstanceInventory :: ResourceType 
pattern ResourceType_AWS__SSM__PatchCompliance :: ResourceType 
pattern ResourceType_AWS__SecretsManager__Secret :: ResourceType 
pattern ResourceType_AWS__ServiceCatalog__CloudFormationProduct :: ResourceType 
pattern ResourceType_AWS__ServiceCatalog__CloudFormationProvisionedProduct :: ResourceType 
pattern ResourceType_AWS__ServiceCatalog__Portfolio :: ResourceType 
pattern ResourceType_AWS__ShieldRegional__Protection :: ResourceType 
pattern ResourceType_AWS__Shield__Protection :: ResourceType 
pattern ResourceType_AWS__WAFRegional__RateBasedRule :: ResourceType 
pattern ResourceType_AWS__WAFRegional__Rule :: ResourceType 
pattern ResourceType_AWS__WAFRegional__RuleGroup :: ResourceType 
pattern ResourceType_AWS__WAFRegional__WebACL :: ResourceType 
pattern ResourceType_AWS__WAF__RateBasedRule :: ResourceType 
pattern ResourceType_AWS__WAF__Rule :: ResourceType 
pattern ResourceType_AWS__WAF__RuleGroup :: ResourceType 
pattern ResourceType_AWS__WAF__WebACL :: ResourceType 
pattern ResourceType_AWS__WAFv2__IPSet :: ResourceType 
pattern ResourceType_AWS__WAFv2__ManagedRuleSet :: ResourceType 
pattern ResourceType_AWS__WAFv2__RegexPatternSet :: ResourceType 
pattern ResourceType_AWS__WAFv2__RuleGroup :: ResourceType 
pattern ResourceType_AWS__WAFv2__WebACL :: ResourceType 
pattern ResourceType_AWS__XRay__EncryptionConfig :: ResourceType 

Instances

Instances details
Eq ResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceType

Ord ResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceType

Read ResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceType

Show ResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceType

Generic ResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceType

Associated Types

type Rep ResourceType :: Type -> Type #

NFData ResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceType

Methods

rnf :: ResourceType -> () #

Hashable ResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceType

ToJSON ResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceType

ToJSONKey ResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceType

FromJSON ResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceType

FromJSONKey ResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceType

ToLog ResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceType

ToHeader ResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceType

ToQuery ResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceType

FromXML ResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceType

ToXML ResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceType

Methods

toXML :: ResourceType -> XML #

ToByteString ResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceType

FromText ResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceType

ToText ResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceType

Methods

toText :: ResourceType -> Text #

type Rep ResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceType

type Rep ResourceType = D1 ('MetaData "ResourceType" "Amazonka.Config.Types.ResourceType" "libZSservicesZSamazonka-configZSamazonka-config" 'True) (C1 ('MetaCons "ResourceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromResourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ResourceValueType

newtype ResourceValueType Source #

Instances

Instances details
Eq ResourceValueType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValueType

Ord ResourceValueType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValueType

Read ResourceValueType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValueType

Show ResourceValueType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValueType

Generic ResourceValueType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValueType

Associated Types

type Rep ResourceValueType :: Type -> Type #

NFData ResourceValueType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValueType

Methods

rnf :: ResourceValueType -> () #

Hashable ResourceValueType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValueType

ToJSON ResourceValueType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValueType

ToJSONKey ResourceValueType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValueType

FromJSON ResourceValueType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValueType

FromJSONKey ResourceValueType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValueType

ToLog ResourceValueType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValueType

ToHeader ResourceValueType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValueType

ToQuery ResourceValueType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValueType

FromXML ResourceValueType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValueType

ToXML ResourceValueType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValueType

ToByteString ResourceValueType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValueType

FromText ResourceValueType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValueType

ToText ResourceValueType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValueType

type Rep ResourceValueType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValueType

type Rep ResourceValueType = D1 ('MetaData "ResourceValueType" "Amazonka.Config.Types.ResourceValueType" "libZSservicesZSamazonka-configZSamazonka-config" 'True) (C1 ('MetaCons "ResourceValueType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromResourceValueType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AccountAggregationSource

data AccountAggregationSource Source #

A collection of accounts and regions.

See: newAccountAggregationSource smart constructor.

Constructors

AccountAggregationSource' 

Fields

Instances

Instances details
Eq AccountAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.AccountAggregationSource

Read AccountAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.AccountAggregationSource

Show AccountAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.AccountAggregationSource

Generic AccountAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.AccountAggregationSource

Associated Types

type Rep AccountAggregationSource :: Type -> Type #

NFData AccountAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.AccountAggregationSource

Hashable AccountAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.AccountAggregationSource

ToJSON AccountAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.AccountAggregationSource

FromJSON AccountAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.AccountAggregationSource

type Rep AccountAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.AccountAggregationSource

type Rep AccountAggregationSource = D1 ('MetaData "AccountAggregationSource" "Amazonka.Config.Types.AccountAggregationSource" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "AccountAggregationSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "awsRegions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "allAwsRegions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "accountIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)))))

newAccountAggregationSource Source #

Create a value of AccountAggregationSource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:awsRegions:AccountAggregationSource', accountAggregationSource_awsRegions - The source regions being aggregated.

$sel:allAwsRegions:AccountAggregationSource', accountAggregationSource_allAwsRegions - If true, aggregate existing Config regions and future regions.

$sel:accountIds:AccountAggregationSource', accountAggregationSource_accountIds - The 12-digit account ID of the account being aggregated.

accountAggregationSource_allAwsRegions :: Lens' AccountAggregationSource (Maybe Bool) Source #

If true, aggregate existing Config regions and future regions.

accountAggregationSource_accountIds :: Lens' AccountAggregationSource (NonEmpty Text) Source #

The 12-digit account ID of the account being aggregated.

AggregateComplianceByConfigRule

data AggregateComplianceByConfigRule Source #

Indicates whether an Config rule is compliant based on account ID, region, compliance, and rule name.

A rule is compliant if all of the resources that the rule evaluated comply with it. It is noncompliant if any of these resources do not comply.

See: newAggregateComplianceByConfigRule smart constructor.

Constructors

AggregateComplianceByConfigRule' 

Fields

Instances

Instances details
Eq AggregateComplianceByConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateComplianceByConfigRule

Read AggregateComplianceByConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateComplianceByConfigRule

Show AggregateComplianceByConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateComplianceByConfigRule

Generic AggregateComplianceByConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateComplianceByConfigRule

Associated Types

type Rep AggregateComplianceByConfigRule :: Type -> Type #

NFData AggregateComplianceByConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateComplianceByConfigRule

Hashable AggregateComplianceByConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateComplianceByConfigRule

FromJSON AggregateComplianceByConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateComplianceByConfigRule

type Rep AggregateComplianceByConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateComplianceByConfigRule

type Rep AggregateComplianceByConfigRule = D1 ('MetaData "AggregateComplianceByConfigRule" "Amazonka.Config.Types.AggregateComplianceByConfigRule" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "AggregateComplianceByConfigRule'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "compliance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Compliance)) :*: S1 ('MetaSel ('Just "configRuleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newAggregateComplianceByConfigRule :: AggregateComplianceByConfigRule Source #

Create a value of AggregateComplianceByConfigRule with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:compliance:AggregateComplianceByConfigRule', aggregateComplianceByConfigRule_compliance - Indicates whether an Amazon Web Services resource or Config rule is compliant and provides the number of contributors that affect the compliance.

$sel:configRuleName:AggregateComplianceByConfigRule', aggregateComplianceByConfigRule_configRuleName - The name of the Config rule.

$sel:accountId:AggregateComplianceByConfigRule', aggregateComplianceByConfigRule_accountId - The 12-digit account ID of the source account.

$sel:awsRegion:AggregateComplianceByConfigRule', aggregateComplianceByConfigRule_awsRegion - The source region from where the data is aggregated.

aggregateComplianceByConfigRule_compliance :: Lens' AggregateComplianceByConfigRule (Maybe Compliance) Source #

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

aggregateComplianceByConfigRule_awsRegion :: Lens' AggregateComplianceByConfigRule (Maybe Text) Source #

The source region from where the data is aggregated.

AggregateComplianceByConformancePack

data AggregateComplianceByConformancePack Source #

Provides aggregate compliance of the conformance pack. Indicates whether a conformance pack is compliant based on the name of the conformance pack, account ID, and region.

A conformance pack is compliant if all of the rules in a conformance packs are compliant. It is noncompliant if any of the rules are not compliant. The compliance status of a conformance pack is INSUFFICIENT_DATA only if all rules within a conformance pack cannot be evaluated due to insufficient data. If some of the rules in a conformance pack are compliant but the compliance status of other rules in that same conformance pack is INSUFFICIENT_DATA, the conformance pack shows compliant.

See: newAggregateComplianceByConformancePack smart constructor.

Constructors

AggregateComplianceByConformancePack' 

Fields

Instances

Instances details
Eq AggregateComplianceByConformancePack Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateComplianceByConformancePack

Read AggregateComplianceByConformancePack Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateComplianceByConformancePack

Show AggregateComplianceByConformancePack Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateComplianceByConformancePack

Generic AggregateComplianceByConformancePack Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateComplianceByConformancePack

NFData AggregateComplianceByConformancePack Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateComplianceByConformancePack

Hashable AggregateComplianceByConformancePack Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateComplianceByConformancePack

FromJSON AggregateComplianceByConformancePack Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateComplianceByConformancePack

type Rep AggregateComplianceByConformancePack Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateComplianceByConformancePack

type Rep AggregateComplianceByConformancePack = D1 ('MetaData "AggregateComplianceByConformancePack" "Amazonka.Config.Types.AggregateComplianceByConformancePack" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "AggregateComplianceByConformancePack'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "compliance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AggregateConformancePackCompliance)) :*: S1 ('MetaSel ('Just "conformancePackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newAggregateComplianceByConformancePack :: AggregateComplianceByConformancePack Source #

Create a value of AggregateComplianceByConformancePack with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:compliance:AggregateComplianceByConformancePack', aggregateComplianceByConformancePack_compliance - The compliance status of the conformance pack.

$sel:conformancePackName:AggregateComplianceByConformancePack', aggregateComplianceByConformancePack_conformancePackName - The name of the conformance pack.

$sel:accountId:AggregateComplianceByConformancePack', aggregateComplianceByConformancePack_accountId - The 12-digit Amazon Web Services account ID of the source account.

$sel:awsRegion:AggregateComplianceByConformancePack', aggregateComplianceByConformancePack_awsRegion - The source Amazon Web Services Region from where the data is aggregated.

aggregateComplianceByConformancePack_accountId :: Lens' AggregateComplianceByConformancePack (Maybe Text) Source #

The 12-digit Amazon Web Services account ID of the source account.

aggregateComplianceByConformancePack_awsRegion :: Lens' AggregateComplianceByConformancePack (Maybe Text) Source #

The source Amazon Web Services Region from where the data is aggregated.

AggregateComplianceCount

data AggregateComplianceCount Source #

Returns the number of compliant and noncompliant rules for one or more accounts and regions in an aggregator.

See: newAggregateComplianceCount smart constructor.

Constructors

AggregateComplianceCount' 

Fields

Instances

Instances details
Eq AggregateComplianceCount Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateComplianceCount

Read AggregateComplianceCount Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateComplianceCount

Show AggregateComplianceCount Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateComplianceCount

Generic AggregateComplianceCount Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateComplianceCount

Associated Types

type Rep AggregateComplianceCount :: Type -> Type #

NFData AggregateComplianceCount Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateComplianceCount

Hashable AggregateComplianceCount Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateComplianceCount

FromJSON AggregateComplianceCount Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateComplianceCount

type Rep AggregateComplianceCount Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateComplianceCount

type Rep AggregateComplianceCount = D1 ('MetaData "AggregateComplianceCount" "Amazonka.Config.Types.AggregateComplianceCount" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "AggregateComplianceCount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "complianceSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComplianceSummary))))

newAggregateComplianceCount :: AggregateComplianceCount Source #

Create a value of AggregateComplianceCount with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:groupName:AggregateComplianceCount', aggregateComplianceCount_groupName - The 12-digit account ID or region based on the GroupByKey value.

$sel:complianceSummary:AggregateComplianceCount', aggregateComplianceCount_complianceSummary - The number of compliant and noncompliant Config rules.

aggregateComplianceCount_groupName :: Lens' AggregateComplianceCount (Maybe Text) Source #

The 12-digit account ID or region based on the GroupByKey value.

AggregateConformancePackCompliance

data AggregateConformancePackCompliance Source #

Provides the number of compliant and noncompliant rules within a conformance pack. Also provides the compliance status of the conformance pack and the total rule count which includes compliant rules, noncompliant rules, and rules that cannot be evaluated due to insufficient data.

A conformance pack is compliant if all of the rules in a conformance packs are compliant. It is noncompliant if any of the rules are not compliant. The compliance status of a conformance pack is INSUFFICIENT_DATA only if all rules within a conformance pack cannot be evaluated due to insufficient data. If some of the rules in a conformance pack are compliant but the compliance status of other rules in that same conformance pack is INSUFFICIENT_DATA, the conformance pack shows compliant.

See: newAggregateConformancePackCompliance smart constructor.

Constructors

AggregateConformancePackCompliance' 

Fields

Instances

Instances details
Eq AggregateConformancePackCompliance Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackCompliance

Read AggregateConformancePackCompliance Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackCompliance

Show AggregateConformancePackCompliance Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackCompliance

Generic AggregateConformancePackCompliance Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackCompliance

Associated Types

type Rep AggregateConformancePackCompliance :: Type -> Type #

NFData AggregateConformancePackCompliance Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackCompliance

Hashable AggregateConformancePackCompliance Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackCompliance

FromJSON AggregateConformancePackCompliance Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackCompliance

type Rep AggregateConformancePackCompliance Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackCompliance

type Rep AggregateConformancePackCompliance = D1 ('MetaData "AggregateConformancePackCompliance" "Amazonka.Config.Types.AggregateConformancePackCompliance" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "AggregateConformancePackCompliance'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "totalRuleCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "compliantRuleCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "nonCompliantRuleCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "complianceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConformancePackComplianceType)))))

newAggregateConformancePackCompliance :: AggregateConformancePackCompliance Source #

Create a value of AggregateConformancePackCompliance with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:totalRuleCount:AggregateConformancePackCompliance', aggregateConformancePackCompliance_totalRuleCount - Total number of compliant rules, noncompliant rules, and the rules that do not have any applicable resources to evaluate upon resulting in insufficient data.

$sel:compliantRuleCount:AggregateConformancePackCompliance', aggregateConformancePackCompliance_compliantRuleCount - The number of compliant Config Rules.

$sel:nonCompliantRuleCount:AggregateConformancePackCompliance', aggregateConformancePackCompliance_nonCompliantRuleCount - The number of noncompliant Config Rules.

$sel:complianceType:AggregateConformancePackCompliance', aggregateConformancePackCompliance_complianceType - The compliance status of the conformance pack.

aggregateConformancePackCompliance_totalRuleCount :: Lens' AggregateConformancePackCompliance (Maybe Int) Source #

Total number of compliant rules, noncompliant rules, and the rules that do not have any applicable resources to evaluate upon resulting in insufficient data.

AggregateConformancePackComplianceCount

data AggregateConformancePackComplianceCount Source #

The number of conformance packs that are compliant and noncompliant.

See: newAggregateConformancePackComplianceCount smart constructor.

Constructors

AggregateConformancePackComplianceCount' 

Fields

Instances

Instances details
Eq AggregateConformancePackComplianceCount Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceCount

Read AggregateConformancePackComplianceCount Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceCount

Show AggregateConformancePackComplianceCount Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceCount

Generic AggregateConformancePackComplianceCount Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceCount

NFData AggregateConformancePackComplianceCount Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceCount

Hashable AggregateConformancePackComplianceCount Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceCount

FromJSON AggregateConformancePackComplianceCount Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceCount

type Rep AggregateConformancePackComplianceCount Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceCount

type Rep AggregateConformancePackComplianceCount = D1 ('MetaData "AggregateConformancePackComplianceCount" "Amazonka.Config.Types.AggregateConformancePackComplianceCount" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "AggregateConformancePackComplianceCount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "compliantConformancePackCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "nonCompliantConformancePackCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newAggregateConformancePackComplianceCount :: AggregateConformancePackComplianceCount Source #

Create a value of AggregateConformancePackComplianceCount with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:compliantConformancePackCount:AggregateConformancePackComplianceCount', aggregateConformancePackComplianceCount_compliantConformancePackCount - Number of compliant conformance packs.

$sel:nonCompliantConformancePackCount:AggregateConformancePackComplianceCount', aggregateConformancePackComplianceCount_nonCompliantConformancePackCount - Number of noncompliant conformance packs.

AggregateConformancePackComplianceFilters

data AggregateConformancePackComplianceFilters Source #

Filters the conformance packs based on an account ID, region, compliance type, and the name of the conformance pack.

See: newAggregateConformancePackComplianceFilters smart constructor.

Constructors

AggregateConformancePackComplianceFilters' 

Fields

Instances

Instances details
Eq AggregateConformancePackComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceFilters

Read AggregateConformancePackComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceFilters

Show AggregateConformancePackComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceFilters

Generic AggregateConformancePackComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceFilters

NFData AggregateConformancePackComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceFilters

Hashable AggregateConformancePackComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceFilters

ToJSON AggregateConformancePackComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceFilters

type Rep AggregateConformancePackComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceFilters

type Rep AggregateConformancePackComplianceFilters = D1 ('MetaData "AggregateConformancePackComplianceFilters" "Amazonka.Config.Types.AggregateConformancePackComplianceFilters" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "AggregateConformancePackComplianceFilters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "conformancePackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "complianceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConformancePackComplianceType)) :*: S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newAggregateConformancePackComplianceFilters :: AggregateConformancePackComplianceFilters Source #

Create a value of AggregateConformancePackComplianceFilters with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:conformancePackName:AggregateConformancePackComplianceFilters', aggregateConformancePackComplianceFilters_conformancePackName - The name of the conformance pack.

$sel:accountId:AggregateConformancePackComplianceFilters', aggregateConformancePackComplianceFilters_accountId - The 12-digit Amazon Web Services account ID of the source account.

$sel:complianceType:AggregateConformancePackComplianceFilters', aggregateConformancePackComplianceFilters_complianceType - The compliance status of the conformance pack.

$sel:awsRegion:AggregateConformancePackComplianceFilters', aggregateConformancePackComplianceFilters_awsRegion - The source Amazon Web Services Region from where the data is aggregated.

aggregateConformancePackComplianceFilters_accountId :: Lens' AggregateConformancePackComplianceFilters (Maybe Text) Source #

The 12-digit Amazon Web Services account ID of the source account.

aggregateConformancePackComplianceFilters_awsRegion :: Lens' AggregateConformancePackComplianceFilters (Maybe Text) Source #

The source Amazon Web Services Region from where the data is aggregated.

AggregateConformancePackComplianceSummary

data AggregateConformancePackComplianceSummary Source #

Provides a summary of compliance based on either account ID or region.

See: newAggregateConformancePackComplianceSummary smart constructor.

Constructors

AggregateConformancePackComplianceSummary' 

Fields

Instances

Instances details
Eq AggregateConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummary

Read AggregateConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummary

Show AggregateConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummary

Generic AggregateConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummary

NFData AggregateConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummary

Hashable AggregateConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummary

FromJSON AggregateConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummary

type Rep AggregateConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummary

type Rep AggregateConformancePackComplianceSummary = D1 ('MetaData "AggregateConformancePackComplianceSummary" "Amazonka.Config.Types.AggregateConformancePackComplianceSummary" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "AggregateConformancePackComplianceSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "complianceSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AggregateConformancePackComplianceCount))))

newAggregateConformancePackComplianceSummary :: AggregateConformancePackComplianceSummary Source #

Create a value of AggregateConformancePackComplianceSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:groupName:AggregateConformancePackComplianceSummary', aggregateConformancePackComplianceSummary_groupName - Groups the result based on Amazon Web Services account ID or Amazon Web Services Region.

$sel:complianceSummary:AggregateConformancePackComplianceSummary', aggregateConformancePackComplianceSummary_complianceSummary - Returns an AggregateConformancePackComplianceCount object.

aggregateConformancePackComplianceSummary_groupName :: Lens' AggregateConformancePackComplianceSummary (Maybe Text) Source #

Groups the result based on Amazon Web Services account ID or Amazon Web Services Region.

AggregateConformancePackComplianceSummaryFilters

data AggregateConformancePackComplianceSummaryFilters Source #

Filters the results based on account ID and region.

See: newAggregateConformancePackComplianceSummaryFilters smart constructor.

Constructors

AggregateConformancePackComplianceSummaryFilters' 

Fields

  • accountId :: Maybe Text

    The 12-digit Amazon Web Services account ID of the source account.

  • awsRegion :: Maybe Text

    The source Amazon Web Services Region from where the data is aggregated.

Instances

Instances details
Eq AggregateConformancePackComplianceSummaryFilters Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummaryFilters

Read AggregateConformancePackComplianceSummaryFilters Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummaryFilters

Show AggregateConformancePackComplianceSummaryFilters Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummaryFilters

Generic AggregateConformancePackComplianceSummaryFilters Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummaryFilters

NFData AggregateConformancePackComplianceSummaryFilters Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummaryFilters

Hashable AggregateConformancePackComplianceSummaryFilters Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummaryFilters

ToJSON AggregateConformancePackComplianceSummaryFilters Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummaryFilters

type Rep AggregateConformancePackComplianceSummaryFilters Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummaryFilters

type Rep AggregateConformancePackComplianceSummaryFilters = D1 ('MetaData "AggregateConformancePackComplianceSummaryFilters" "Amazonka.Config.Types.AggregateConformancePackComplianceSummaryFilters" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "AggregateConformancePackComplianceSummaryFilters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAggregateConformancePackComplianceSummaryFilters :: AggregateConformancePackComplianceSummaryFilters Source #

Create a value of AggregateConformancePackComplianceSummaryFilters with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:accountId:AggregateConformancePackComplianceSummaryFilters', aggregateConformancePackComplianceSummaryFilters_accountId - The 12-digit Amazon Web Services account ID of the source account.

$sel:awsRegion:AggregateConformancePackComplianceSummaryFilters', aggregateConformancePackComplianceSummaryFilters_awsRegion - The source Amazon Web Services Region from where the data is aggregated.

AggregateEvaluationResult

data AggregateEvaluationResult Source #

The details of an Config evaluation for an account ID and region in an aggregator. Provides the Amazon Web Services resource that was evaluated, the compliance of the resource, related time stamps, and supplementary information.

See: newAggregateEvaluationResult smart constructor.

Constructors

AggregateEvaluationResult' 

Fields

Instances

Instances details
Eq AggregateEvaluationResult Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateEvaluationResult

Read AggregateEvaluationResult Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateEvaluationResult

Show AggregateEvaluationResult Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateEvaluationResult

Generic AggregateEvaluationResult Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateEvaluationResult

Associated Types

type Rep AggregateEvaluationResult :: Type -> Type #

NFData AggregateEvaluationResult Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateEvaluationResult

Hashable AggregateEvaluationResult Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateEvaluationResult

FromJSON AggregateEvaluationResult Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateEvaluationResult

type Rep AggregateEvaluationResult Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateEvaluationResult

type Rep AggregateEvaluationResult = D1 ('MetaData "AggregateEvaluationResult" "Amazonka.Config.Types.AggregateEvaluationResult" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "AggregateEvaluationResult'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "evaluationResultIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EvaluationResultIdentifier)) :*: (S1 ('MetaSel ('Just "annotation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "configRuleInvokedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "resultRecordedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "complianceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComplianceType)) :*: S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newAggregateEvaluationResult :: AggregateEvaluationResult Source #

Create a value of AggregateEvaluationResult with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:evaluationResultIdentifier:AggregateEvaluationResult', aggregateEvaluationResult_evaluationResultIdentifier - Uniquely identifies the evaluation result.

$sel:annotation:AggregateEvaluationResult', aggregateEvaluationResult_annotation - Supplementary information about how the agrregate evaluation determined the compliance.

$sel:configRuleInvokedTime:AggregateEvaluationResult', aggregateEvaluationResult_configRuleInvokedTime - The time when the Config rule evaluated the Amazon Web Services resource.

$sel:resultRecordedTime:AggregateEvaluationResult', aggregateEvaluationResult_resultRecordedTime - The time when Config recorded the aggregate evaluation result.

$sel:accountId:AggregateEvaluationResult', aggregateEvaluationResult_accountId - The 12-digit account ID of the source account.

$sel:complianceType:AggregateEvaluationResult', aggregateEvaluationResult_complianceType - The resource compliance status.

For the AggregationEvaluationResult data type, Config supports only the COMPLIANT and NON_COMPLIANT. Config does not support the NOT_APPLICABLE and INSUFFICIENT_DATA value.

$sel:awsRegion:AggregateEvaluationResult', aggregateEvaluationResult_awsRegion - The source region from where the data is aggregated.

aggregateEvaluationResult_annotation :: Lens' AggregateEvaluationResult (Maybe Text) Source #

Supplementary information about how the agrregate evaluation determined the compliance.

aggregateEvaluationResult_configRuleInvokedTime :: Lens' AggregateEvaluationResult (Maybe UTCTime) Source #

The time when the Config rule evaluated the Amazon Web Services resource.

aggregateEvaluationResult_resultRecordedTime :: Lens' AggregateEvaluationResult (Maybe UTCTime) Source #

The time when Config recorded the aggregate evaluation result.

aggregateEvaluationResult_accountId :: Lens' AggregateEvaluationResult (Maybe Text) Source #

The 12-digit account ID of the source account.

aggregateEvaluationResult_complianceType :: Lens' AggregateEvaluationResult (Maybe ComplianceType) Source #

The resource compliance status.

For the AggregationEvaluationResult data type, Config supports only the COMPLIANT and NON_COMPLIANT. Config does not support the NOT_APPLICABLE and INSUFFICIENT_DATA value.

aggregateEvaluationResult_awsRegion :: Lens' AggregateEvaluationResult (Maybe Text) Source #

The source region from where the data is aggregated.

AggregateResourceIdentifier

data AggregateResourceIdentifier Source #

The details that identify a resource that is collected by Config aggregator, including the resource type, ID, (if available) the custom resource name, the source account, and source region.

See: newAggregateResourceIdentifier smart constructor.

Constructors

AggregateResourceIdentifier' 

Fields

Instances

Instances details
Eq AggregateResourceIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateResourceIdentifier

Read AggregateResourceIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateResourceIdentifier

Show AggregateResourceIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateResourceIdentifier

Generic AggregateResourceIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateResourceIdentifier

Associated Types

type Rep AggregateResourceIdentifier :: Type -> Type #

NFData AggregateResourceIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateResourceIdentifier

Hashable AggregateResourceIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateResourceIdentifier

ToJSON AggregateResourceIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateResourceIdentifier

FromJSON AggregateResourceIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateResourceIdentifier

type Rep AggregateResourceIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateResourceIdentifier

type Rep AggregateResourceIdentifier = D1 ('MetaData "AggregateResourceIdentifier" "Amazonka.Config.Types.AggregateResourceIdentifier" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "AggregateResourceIdentifier'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "sourceRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceType)))))

AggregatedSourceStatus

data AggregatedSourceStatus Source #

The current sync status between the source and the aggregator account.

See: newAggregatedSourceStatus smart constructor.

Constructors

AggregatedSourceStatus' 

Fields

Instances

Instances details
Eq AggregatedSourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatus

Read AggregatedSourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatus

Show AggregatedSourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatus

Generic AggregatedSourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatus

Associated Types

type Rep AggregatedSourceStatus :: Type -> Type #

NFData AggregatedSourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatus

Methods

rnf :: AggregatedSourceStatus -> () #

Hashable AggregatedSourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatus

FromJSON AggregatedSourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatus

type Rep AggregatedSourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatus

type Rep AggregatedSourceStatus = D1 ('MetaData "AggregatedSourceStatus" "Amazonka.Config.Types.AggregatedSourceStatus" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "AggregatedSourceStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lastErrorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastUpdateStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AggregatedSourceStatusType)) :*: S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AggregatedSourceType)))) :*: ((S1 ('MetaSel ('Just "sourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastErrorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUpdateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newAggregatedSourceStatus :: AggregatedSourceStatus Source #

Create a value of AggregatedSourceStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:lastErrorCode:AggregatedSourceStatus', aggregatedSourceStatus_lastErrorCode - The error code that Config returned when the source account aggregation last failed.

$sel:lastUpdateStatus:AggregatedSourceStatus', aggregatedSourceStatus_lastUpdateStatus - Filters the last updated status type.

  • Valid value FAILED indicates errors while moving data.
  • Valid value SUCCEEDED indicates the data was successfully moved.
  • Valid value OUTDATED indicates the data is not the most recent.

$sel:sourceType:AggregatedSourceStatus', aggregatedSourceStatus_sourceType - The source account or an organization.

$sel:sourceId:AggregatedSourceStatus', aggregatedSourceStatus_sourceId - The source account ID or an organization.

$sel:lastErrorMessage:AggregatedSourceStatus', aggregatedSourceStatus_lastErrorMessage - The message indicating that the source account aggregation failed due to an error.

$sel:awsRegion:AggregatedSourceStatus', aggregatedSourceStatus_awsRegion - The region authorized to collect aggregated data.

$sel:lastUpdateTime:AggregatedSourceStatus', aggregatedSourceStatus_lastUpdateTime - The time of the last update.

aggregatedSourceStatus_lastErrorCode :: Lens' AggregatedSourceStatus (Maybe Text) Source #

The error code that Config returned when the source account aggregation last failed.

aggregatedSourceStatus_lastUpdateStatus :: Lens' AggregatedSourceStatus (Maybe AggregatedSourceStatusType) Source #

Filters the last updated status type.

  • Valid value FAILED indicates errors while moving data.
  • Valid value SUCCEEDED indicates the data was successfully moved.
  • Valid value OUTDATED indicates the data is not the most recent.

aggregatedSourceStatus_sourceId :: Lens' AggregatedSourceStatus (Maybe Text) Source #

The source account ID or an organization.

aggregatedSourceStatus_lastErrorMessage :: Lens' AggregatedSourceStatus (Maybe Text) Source #

The message indicating that the source account aggregation failed due to an error.

aggregatedSourceStatus_awsRegion :: Lens' AggregatedSourceStatus (Maybe Text) Source #

The region authorized to collect aggregated data.

AggregationAuthorization

data AggregationAuthorization Source #

An object that represents the authorizations granted to aggregator accounts and regions.

See: newAggregationAuthorization smart constructor.

Constructors

AggregationAuthorization' 

Fields

Instances

Instances details
Eq AggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.Types.AggregationAuthorization

Read AggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.Types.AggregationAuthorization

Show AggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.Types.AggregationAuthorization

Generic AggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.Types.AggregationAuthorization

Associated Types

type Rep AggregationAuthorization :: Type -> Type #

NFData AggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.Types.AggregationAuthorization

Hashable AggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.Types.AggregationAuthorization

FromJSON AggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.Types.AggregationAuthorization

type Rep AggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.Types.AggregationAuthorization

type Rep AggregationAuthorization = D1 ('MetaData "AggregationAuthorization" "Amazonka.Config.Types.AggregationAuthorization" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "AggregationAuthorization'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "authorizedAwsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "aggregationAuthorizationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "authorizedAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newAggregationAuthorization :: AggregationAuthorization Source #

Create a value of AggregationAuthorization with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:creationTime:AggregationAuthorization', aggregationAuthorization_creationTime - The time stamp when the aggregation authorization was created.

$sel:authorizedAwsRegion:AggregationAuthorization', aggregationAuthorization_authorizedAwsRegion - The region authorized to collect aggregated data.

$sel:aggregationAuthorizationArn:AggregationAuthorization', aggregationAuthorization_aggregationAuthorizationArn - The Amazon Resource Name (ARN) of the aggregation object.

$sel:authorizedAccountId:AggregationAuthorization', aggregationAuthorization_authorizedAccountId - The 12-digit account ID of the account authorized to aggregate data.

aggregationAuthorization_creationTime :: Lens' AggregationAuthorization (Maybe UTCTime) Source #

The time stamp when the aggregation authorization was created.

aggregationAuthorization_authorizedAwsRegion :: Lens' AggregationAuthorization (Maybe Text) Source #

The region authorized to collect aggregated data.

aggregationAuthorization_aggregationAuthorizationArn :: Lens' AggregationAuthorization (Maybe Text) Source #

The Amazon Resource Name (ARN) of the aggregation object.

aggregationAuthorization_authorizedAccountId :: Lens' AggregationAuthorization (Maybe Text) Source #

The 12-digit account ID of the account authorized to aggregate data.

BaseConfigurationItem

data BaseConfigurationItem Source #

The detailed configuration of a specified resource.

See: newBaseConfigurationItem smart constructor.

Constructors

BaseConfigurationItem' 

Fields

Instances

Instances details
Eq BaseConfigurationItem Source # 
Instance details

Defined in Amazonka.Config.Types.BaseConfigurationItem

Read BaseConfigurationItem Source # 
Instance details

Defined in Amazonka.Config.Types.BaseConfigurationItem

Show BaseConfigurationItem Source # 
Instance details

Defined in Amazonka.Config.Types.BaseConfigurationItem

Generic BaseConfigurationItem Source # 
Instance details

Defined in Amazonka.Config.Types.BaseConfigurationItem

Associated Types

type Rep BaseConfigurationItem :: Type -> Type #

NFData BaseConfigurationItem Source # 
Instance details

Defined in Amazonka.Config.Types.BaseConfigurationItem

Methods

rnf :: BaseConfigurationItem -> () #

Hashable BaseConfigurationItem Source # 
Instance details

Defined in Amazonka.Config.Types.BaseConfigurationItem

FromJSON BaseConfigurationItem Source # 
Instance details

Defined in Amazonka.Config.Types.BaseConfigurationItem

type Rep BaseConfigurationItem Source # 
Instance details

Defined in Amazonka.Config.Types.BaseConfigurationItem

type Rep BaseConfigurationItem = D1 ('MetaData "BaseConfigurationItem" "Amazonka.Config.Types.BaseConfigurationItem" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "BaseConfigurationItem'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceType)) :*: S1 ('MetaSel ('Just "configurationStateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "resourceCreationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "configurationItemStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigurationItemStatus))))) :*: ((S1 ('MetaSel ('Just "configurationItemCaptureTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "supplementaryConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))) :*: ((S1 ('MetaSel ('Just "availabilityZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newBaseConfigurationItem :: BaseConfigurationItem Source #

Create a value of BaseConfigurationItem with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceId:BaseConfigurationItem', baseConfigurationItem_resourceId - The ID of the resource (for example., sg-xxxxxx).

$sel:resourceType:BaseConfigurationItem', baseConfigurationItem_resourceType - The type of Amazon Web Services resource.

$sel:configurationStateId:BaseConfigurationItem', baseConfigurationItem_configurationStateId - An identifier that indicates the ordering of the configuration items of a resource.

$sel:arn:BaseConfigurationItem', baseConfigurationItem_arn - The Amazon Resource Name (ARN) of the resource.

$sel:resourceName:BaseConfigurationItem', baseConfigurationItem_resourceName - The custom name of the resource, if available.

$sel:resourceCreationTime:BaseConfigurationItem', baseConfigurationItem_resourceCreationTime - The time stamp when the resource was created.

$sel:configurationItemStatus:BaseConfigurationItem', baseConfigurationItem_configurationItemStatus - The configuration item status. The valid values are:

  • OK – The resource configuration has been updated
  • ResourceDiscovered – The resource was newly discovered
  • ResourceNotRecorded – The resource was discovered but its configuration was not recorded since the recorder excludes the recording of resources of this type
  • ResourceDeleted – The resource was deleted
  • ResourceDeletedNotRecorded – The resource was deleted but its configuration was not recorded since the recorder excludes the recording of resources of this type

The CIs do not incur any cost.

$sel:configurationItemCaptureTime:BaseConfigurationItem', baseConfigurationItem_configurationItemCaptureTime - The time when the configuration recording was initiated.

$sel:accountId:BaseConfigurationItem', baseConfigurationItem_accountId - The 12-digit Amazon Web Services account ID associated with the resource.

$sel:supplementaryConfiguration:BaseConfigurationItem', baseConfigurationItem_supplementaryConfiguration - Configuration attributes that Config returns for certain resource types to supplement the information returned for the configuration parameter.

$sel:availabilityZone:BaseConfigurationItem', baseConfigurationItem_availabilityZone - The Availability Zone associated with the resource.

$sel:version:BaseConfigurationItem', baseConfigurationItem_version - The version number of the resource configuration.

$sel:awsRegion:BaseConfigurationItem', baseConfigurationItem_awsRegion - The region where the resource resides.

$sel:configuration:BaseConfigurationItem', baseConfigurationItem_configuration - The description of the resource configuration.

baseConfigurationItem_resourceId :: Lens' BaseConfigurationItem (Maybe Text) Source #

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

baseConfigurationItem_configurationStateId :: Lens' BaseConfigurationItem (Maybe Text) Source #

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

baseConfigurationItem_arn :: Lens' BaseConfigurationItem (Maybe Text) Source #

The Amazon Resource Name (ARN) of the resource.

baseConfigurationItem_resourceName :: Lens' BaseConfigurationItem (Maybe Text) Source #

The custom name of the resource, if available.

baseConfigurationItem_configurationItemStatus :: Lens' BaseConfigurationItem (Maybe ConfigurationItemStatus) Source #

The configuration item status. The valid values are:

  • OK – The resource configuration has been updated
  • ResourceDiscovered – The resource was newly discovered
  • ResourceNotRecorded – The resource was discovered but its configuration was not recorded since the recorder excludes the recording of resources of this type
  • ResourceDeleted – The resource was deleted
  • ResourceDeletedNotRecorded – The resource was deleted but its configuration was not recorded since the recorder excludes the recording of resources of this type

The CIs do not incur any cost.

baseConfigurationItem_configurationItemCaptureTime :: Lens' BaseConfigurationItem (Maybe UTCTime) Source #

The time when the configuration recording was initiated.

baseConfigurationItem_accountId :: Lens' BaseConfigurationItem (Maybe Text) Source #

The 12-digit Amazon Web Services account ID associated with the resource.

baseConfigurationItem_supplementaryConfiguration :: Lens' BaseConfigurationItem (Maybe (HashMap Text Text)) Source #

Configuration attributes that Config returns for certain resource types to supplement the information returned for the configuration parameter.

baseConfigurationItem_availabilityZone :: Lens' BaseConfigurationItem (Maybe Text) Source #

The Availability Zone associated with the resource.

baseConfigurationItem_version :: Lens' BaseConfigurationItem (Maybe Text) Source #

The version number of the resource configuration.

baseConfigurationItem_awsRegion :: Lens' BaseConfigurationItem (Maybe Text) Source #

The region where the resource resides.

baseConfigurationItem_configuration :: Lens' BaseConfigurationItem (Maybe Text) Source #

The description of the resource configuration.

Compliance

data Compliance Source #

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

See: newCompliance smart constructor.

Constructors

Compliance' 

Fields

  • complianceContributorCount :: Maybe ComplianceContributorCount

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

  • complianceType :: Maybe ComplianceType

    Indicates whether an Amazon Web Services resource or Config rule is compliant.

    A resource is compliant if it complies with all of the Config rules that evaluate it. A resource 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. A rule is noncompliant if any of these resources do not comply.

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

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

Instances

Instances details
Eq Compliance Source # 
Instance details

Defined in Amazonka.Config.Types.Compliance

Read Compliance Source # 
Instance details

Defined in Amazonka.Config.Types.Compliance

Show Compliance Source # 
Instance details

Defined in Amazonka.Config.Types.Compliance

Generic Compliance Source # 
Instance details

Defined in Amazonka.Config.Types.Compliance

Associated Types

type Rep Compliance :: Type -> Type #

NFData Compliance Source # 
Instance details

Defined in Amazonka.Config.Types.Compliance

Methods

rnf :: Compliance -> () #

Hashable Compliance Source # 
Instance details

Defined in Amazonka.Config.Types.Compliance

FromJSON Compliance Source # 
Instance details

Defined in Amazonka.Config.Types.Compliance

type Rep Compliance Source # 
Instance details

Defined in Amazonka.Config.Types.Compliance

type Rep Compliance = D1 ('MetaData "Compliance" "Amazonka.Config.Types.Compliance" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "Compliance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "complianceContributorCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComplianceContributorCount)) :*: S1 ('MetaSel ('Just "complianceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComplianceType))))

newCompliance :: Compliance Source #

Create a value of Compliance with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:complianceContributorCount:Compliance', compliance_complianceContributorCount - The number of Amazon Web Services resources or Config rules that cause a result of NON_COMPLIANT, up to a maximum number.

$sel:complianceType:Compliance', compliance_complianceType - Indicates whether an Amazon Web Services resource or Config rule is compliant.

A resource is compliant if it complies with all of the Config rules that evaluate it. A resource 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. A rule is noncompliant if any of these resources do not comply.

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

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

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

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

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

Indicates whether an Amazon Web Services resource or Config rule is compliant.

A resource is compliant if it complies with all of the Config rules that evaluate it. A resource 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. A rule is noncompliant if any of these resources do not comply.

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

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

ComplianceByConfigRule

data ComplianceByConfigRule Source #

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

See: newComplianceByConfigRule smart constructor.

Constructors

ComplianceByConfigRule' 

Fields

Instances

Instances details
Eq ComplianceByConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceByConfigRule

Read ComplianceByConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceByConfigRule

Show ComplianceByConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceByConfigRule

Generic ComplianceByConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceByConfigRule

Associated Types

type Rep ComplianceByConfigRule :: Type -> Type #

NFData ComplianceByConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceByConfigRule

Methods

rnf :: ComplianceByConfigRule -> () #

Hashable ComplianceByConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceByConfigRule

FromJSON ComplianceByConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceByConfigRule

type Rep ComplianceByConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceByConfigRule

type Rep ComplianceByConfigRule = D1 ('MetaData "ComplianceByConfigRule" "Amazonka.Config.Types.ComplianceByConfigRule" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "ComplianceByConfigRule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "compliance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Compliance)) :*: S1 ('MetaSel ('Just "configRuleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newComplianceByConfigRule :: ComplianceByConfigRule Source #

Create a value of ComplianceByConfigRule with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:compliance:ComplianceByConfigRule', complianceByConfigRule_compliance - Indicates whether the Config rule is compliant.

$sel:configRuleName:ComplianceByConfigRule', complianceByConfigRule_configRuleName - The name of the Config rule.

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

Indicates whether the Config rule is compliant.

ComplianceByResource

data ComplianceByResource Source #

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

See: newComplianceByResource smart constructor.

Constructors

ComplianceByResource' 

Fields

Instances

Instances details
Eq ComplianceByResource Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceByResource

Read ComplianceByResource Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceByResource

Show ComplianceByResource Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceByResource

Generic ComplianceByResource Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceByResource

Associated Types

type Rep ComplianceByResource :: Type -> Type #

NFData ComplianceByResource Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceByResource

Methods

rnf :: ComplianceByResource -> () #

Hashable ComplianceByResource Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceByResource

FromJSON ComplianceByResource Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceByResource

type Rep ComplianceByResource Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceByResource

type Rep ComplianceByResource = D1 ('MetaData "ComplianceByResource" "Amazonka.Config.Types.ComplianceByResource" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "ComplianceByResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "compliance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Compliance)))))

newComplianceByResource :: ComplianceByResource Source #

Create a value of ComplianceByResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceId:ComplianceByResource', complianceByResource_resourceId - The ID of the Amazon Web Services resource that was evaluated.

$sel:resourceType:ComplianceByResource', complianceByResource_resourceType - The type of the Amazon Web Services resource that was evaluated.

$sel:compliance:ComplianceByResource', complianceByResource_compliance - Indicates whether the Amazon Web Services resource complies with all of the Config rules that evaluated it.

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

The ID of the Amazon Web Services resource that was evaluated.

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

The type of the Amazon Web Services resource that was evaluated.

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

Indicates whether the Amazon Web Services resource complies with all of the Config rules that evaluated it.

ComplianceContributorCount

data ComplianceContributorCount Source #

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

See: newComplianceContributorCount smart constructor.

Constructors

ComplianceContributorCount' 

Fields

  • cappedCount :: Maybe Int

    The number of Amazon Web Services resources or Config rules responsible for the current compliance of the item.

  • capExceeded :: Maybe Bool

    Indicates whether the maximum count is reached.

Instances

Instances details
Eq ComplianceContributorCount Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceContributorCount

Read ComplianceContributorCount Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceContributorCount

Show ComplianceContributorCount Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceContributorCount

Generic ComplianceContributorCount Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceContributorCount

Associated Types

type Rep ComplianceContributorCount :: Type -> Type #

NFData ComplianceContributorCount Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceContributorCount

Hashable ComplianceContributorCount Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceContributorCount

FromJSON ComplianceContributorCount Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceContributorCount

type Rep ComplianceContributorCount Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceContributorCount

type Rep ComplianceContributorCount = D1 ('MetaData "ComplianceContributorCount" "Amazonka.Config.Types.ComplianceContributorCount" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "ComplianceContributorCount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cappedCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "capExceeded") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newComplianceContributorCount :: ComplianceContributorCount Source #

Create a value of ComplianceContributorCount with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cappedCount:ComplianceContributorCount', complianceContributorCount_cappedCount - The number of Amazon Web Services resources or Config rules responsible for the current compliance of the item.

$sel:capExceeded:ComplianceContributorCount', complianceContributorCount_capExceeded - Indicates whether the maximum count is reached.

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

The number of Amazon Web Services resources or Config rules responsible for the current compliance of the item.

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

Indicates whether the maximum count is reached.

ComplianceSummary

data ComplianceSummary Source #

The number of Config rules or Amazon Web Services resources that are compliant and noncompliant.

See: newComplianceSummary smart constructor.

Constructors

ComplianceSummary' 

Fields

Instances

Instances details
Eq ComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceSummary

Read ComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceSummary

Show ComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceSummary

Generic ComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceSummary

Associated Types

type Rep ComplianceSummary :: Type -> Type #

NFData ComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceSummary

Methods

rnf :: ComplianceSummary -> () #

Hashable ComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceSummary

FromJSON ComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceSummary

type Rep ComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceSummary

type Rep ComplianceSummary = D1 ('MetaData "ComplianceSummary" "Amazonka.Config.Types.ComplianceSummary" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "ComplianceSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "complianceSummaryTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "compliantResourceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComplianceContributorCount)) :*: S1 ('MetaSel ('Just "nonCompliantResourceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComplianceContributorCount)))))

newComplianceSummary :: ComplianceSummary Source #

Create a value of ComplianceSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:complianceSummaryTimestamp:ComplianceSummary', complianceSummary_complianceSummaryTimestamp - The time that Config created the compliance summary.

$sel:compliantResourceCount:ComplianceSummary', complianceSummary_compliantResourceCount - The number of Config rules or Amazon Web Services resources that are compliant, up to a maximum of 25 for rules and 100 for resources.

$sel:nonCompliantResourceCount:ComplianceSummary', complianceSummary_nonCompliantResourceCount - The number of Config rules or Amazon Web Services resources that are noncompliant, up to a maximum of 25 for rules and 100 for resources.

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

The time that Config created the compliance summary.

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

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

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

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

ComplianceSummaryByResourceType

data ComplianceSummaryByResourceType Source #

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

See: newComplianceSummaryByResourceType smart constructor.

Constructors

ComplianceSummaryByResourceType' 

Fields

Instances

Instances details
Eq ComplianceSummaryByResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceSummaryByResourceType

Read ComplianceSummaryByResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceSummaryByResourceType

Show ComplianceSummaryByResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceSummaryByResourceType

Generic ComplianceSummaryByResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceSummaryByResourceType

Associated Types

type Rep ComplianceSummaryByResourceType :: Type -> Type #

NFData ComplianceSummaryByResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceSummaryByResourceType

Hashable ComplianceSummaryByResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceSummaryByResourceType

FromJSON ComplianceSummaryByResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceSummaryByResourceType

type Rep ComplianceSummaryByResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceSummaryByResourceType

type Rep ComplianceSummaryByResourceType = D1 ('MetaData "ComplianceSummaryByResourceType" "Amazonka.Config.Types.ComplianceSummaryByResourceType" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "ComplianceSummaryByResourceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "complianceSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComplianceSummary))))

newComplianceSummaryByResourceType :: ComplianceSummaryByResourceType Source #

Create a value of ComplianceSummaryByResourceType with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceType:ComplianceSummaryByResourceType', complianceSummaryByResourceType_resourceType - The type of Amazon Web Services resource.

$sel:complianceSummary:ComplianceSummaryByResourceType', complianceSummaryByResourceType_complianceSummary - The number of Amazon Web Services resources that are compliant or noncompliant, up to a maximum of 100 for each.

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

The number of Amazon Web Services resources that are compliant or noncompliant, up to a maximum of 100 for each.

ConfigExportDeliveryInfo

data ConfigExportDeliveryInfo Source #

Provides status of the delivery of the snapshot or the configuration history to the specified Amazon S3 bucket. Also provides the status of notifications about the Amazon S3 delivery to the specified Amazon SNS topic.

See: newConfigExportDeliveryInfo smart constructor.

Constructors

ConfigExportDeliveryInfo' 

Fields

Instances

Instances details
Eq ConfigExportDeliveryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigExportDeliveryInfo

Read ConfigExportDeliveryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigExportDeliveryInfo

Show ConfigExportDeliveryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigExportDeliveryInfo

Generic ConfigExportDeliveryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigExportDeliveryInfo

Associated Types

type Rep ConfigExportDeliveryInfo :: Type -> Type #

NFData ConfigExportDeliveryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigExportDeliveryInfo

Hashable ConfigExportDeliveryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigExportDeliveryInfo

FromJSON ConfigExportDeliveryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigExportDeliveryInfo

type Rep ConfigExportDeliveryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigExportDeliveryInfo

type Rep ConfigExportDeliveryInfo = D1 ('MetaData "ConfigExportDeliveryInfo" "Amazonka.Config.Types.ConfigExportDeliveryInfo" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "ConfigExportDeliveryInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lastErrorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastAttemptTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastSuccessfulTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "lastStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeliveryStatus)) :*: (S1 ('MetaSel ('Just "lastErrorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextDeliveryTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newConfigExportDeliveryInfo :: ConfigExportDeliveryInfo Source #

Create a value of ConfigExportDeliveryInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:lastErrorCode:ConfigExportDeliveryInfo', configExportDeliveryInfo_lastErrorCode - The error code from the last attempted delivery.

$sel:lastAttemptTime:ConfigExportDeliveryInfo', configExportDeliveryInfo_lastAttemptTime - The time of the last attempted delivery.

$sel:lastSuccessfulTime:ConfigExportDeliveryInfo', configExportDeliveryInfo_lastSuccessfulTime - The time of the last successful delivery.

$sel:lastStatus:ConfigExportDeliveryInfo', configExportDeliveryInfo_lastStatus - Status of the last attempted delivery.

$sel:lastErrorMessage:ConfigExportDeliveryInfo', configExportDeliveryInfo_lastErrorMessage - The error message from the last attempted delivery.

$sel:nextDeliveryTime:ConfigExportDeliveryInfo', configExportDeliveryInfo_nextDeliveryTime - The time that the next delivery occurs.

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

The error code from the last attempted delivery.

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

The error message from the last attempted delivery.

ConfigRule

data ConfigRule Source #

An Config rule represents an Lambda function that you create for a custom rule or a predefined function for an Config managed rule. The function evaluates configuration items to assess whether your Amazon Web Services resources comply with your desired configurations. This function can run when Config detects a configuration change to an Amazon Web Services resource and at a periodic frequency that you choose (for example, every 24 hours).

You can use the Amazon Web Services CLI and Amazon Web Services SDKs if you want to create a rule that triggers evaluations for your resources when Config delivers the configuration snapshot. For more information, see ConfigSnapshotDeliveryProperties.

For more information about developing and using Config rules, see Evaluating Amazon Web Services resource Configurations with Config in the Config Developer Guide.

See: newConfigRule smart constructor.

Constructors

ConfigRule' 

Fields

  • inputParameters :: Maybe Text

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

  • configRuleName :: Maybe Text

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

  • createdBy :: Maybe Text

    Service principal name of the service that created the rule.

    The field is populated only if the service linked rule is created by a service. The field is empty if you create your own rule.

  • maximumExecutionFrequency :: Maybe MaximumExecutionFrequency

    The maximum frequency with which Config runs evaluations for a rule. You can specify a value for MaximumExecutionFrequency when:

    • You are using an Config managed rule that is triggered at a periodic frequency.
    • Your custom rule is triggered when Config delivers the configuration snapshot. For more information, see ConfigSnapshotDeliveryProperties.

    By default, rules with a periodic trigger are evaluated every 24 hours. To change the frequency, specify a valid value for the MaximumExecutionFrequency parameter.

  • configRuleId :: Maybe Text

    The ID of the Config rule.

  • scope :: Maybe Scope

    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.

    The scope can be empty.

  • configRuleState :: Maybe ConfigRuleState

    Indicates whether the Config rule is active or is currently being deleted by Config. It can also indicate the evaluation status for the Config rule.

    Config sets the state of the rule to EVALUATING temporarily after you use the StartConfigRulesEvaluation request to evaluate your resources against the Config rule.

    Config sets the state of the rule to DELETING_RESULTS temporarily after you use the DeleteEvaluationResults request to delete the current evaluation results for the Config rule.

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

  • description :: Maybe Text

    The description that you provide for the Config rule.

  • configRuleArn :: Maybe Text

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

  • source :: Source

    Provides the rule owner (Amazon Web Services or customer), the rule identifier, and the notifications that cause the function to evaluate your Amazon Web Services resources.

Instances

Instances details
Eq ConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRule

Read ConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRule

Show ConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRule

Generic ConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRule

Associated Types

type Rep ConfigRule :: Type -> Type #

NFData ConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRule

Methods

rnf :: ConfigRule -> () #

Hashable ConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRule

ToJSON ConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRule

FromJSON ConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRule

type Rep ConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRule

newConfigRule Source #

Create a value of ConfigRule with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:inputParameters:ConfigRule', configRule_inputParameters - A string, in JSON format, that is passed to the Config rule Lambda function.

$sel:configRuleName:ConfigRule', configRule_configRuleName - The name that you assign to the Config rule. The name is required if you are adding a new rule.

$sel:createdBy:ConfigRule', configRule_createdBy - Service principal name of the service that created the rule.

The field is populated only if the service linked rule is created by a service. The field is empty if you create your own rule.

$sel:maximumExecutionFrequency:ConfigRule', configRule_maximumExecutionFrequency - The maximum frequency with which Config runs evaluations for a rule. You can specify a value for MaximumExecutionFrequency when:

  • You are using an Config managed rule that is triggered at a periodic frequency.
  • Your custom rule is triggered when Config delivers the configuration snapshot. For more information, see ConfigSnapshotDeliveryProperties.

By default, rules with a periodic trigger are evaluated every 24 hours. To change the frequency, specify a valid value for the MaximumExecutionFrequency parameter.

$sel:configRuleId:ConfigRule', configRule_configRuleId - The ID of the Config rule.

$sel:scope:ConfigRule', configRule_scope - 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.

The scope can be empty.

$sel:configRuleState:ConfigRule', configRule_configRuleState - Indicates whether the Config rule is active or is currently being deleted by Config. It can also indicate the evaluation status for the Config rule.

Config sets the state of the rule to EVALUATING temporarily after you use the StartConfigRulesEvaluation request to evaluate your resources against the Config rule.

Config sets the state of the rule to DELETING_RESULTS temporarily after you use the DeleteEvaluationResults request to delete the current evaluation results for the Config rule.

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

$sel:description:ConfigRule', configRule_description - The description that you provide for the Config rule.

$sel:configRuleArn:ConfigRule', configRule_configRuleArn - The Amazon Resource Name (ARN) of the Config rule.

$sel:source:ConfigRule', configRule_source - Provides the rule owner (Amazon Web Services or customer), the rule identifier, and the notifications that cause the function to evaluate your Amazon Web Services resources.

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

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

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

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

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

Service principal name of the service that created the rule.

The field is populated only if the service linked rule is created by a service. The field is empty if you create your own rule.

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

The maximum frequency with which Config runs evaluations for a rule. You can specify a value for MaximumExecutionFrequency when:

  • You are using an Config managed rule that is triggered at a periodic frequency.
  • Your custom rule is triggered when Config delivers the configuration snapshot. For more information, see ConfigSnapshotDeliveryProperties.

By default, rules with a periodic trigger are evaluated every 24 hours. To change the frequency, specify a valid value for the MaximumExecutionFrequency parameter.

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

The ID of the Config rule.

configRule_scope :: 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.

The scope can be empty.

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

Indicates whether the Config rule is active or is currently being deleted by Config. It can also indicate the evaluation status for the Config rule.

Config sets the state of the rule to EVALUATING temporarily after you use the StartConfigRulesEvaluation request to evaluate your resources against the Config rule.

Config sets the state of the rule to DELETING_RESULTS temporarily after you use the DeleteEvaluationResults request to delete the current evaluation results for the Config rule.

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

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

The description that you provide for the Config rule.

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

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

configRule_source :: Lens' ConfigRule Source Source #

Provides the rule owner (Amazon Web Services or customer), the rule identifier, and the notifications that cause the function to evaluate your Amazon Web Services resources.

ConfigRuleComplianceFilters

data ConfigRuleComplianceFilters Source #

Filters the compliance results based on account ID, region, compliance type, and rule name.

See: newConfigRuleComplianceFilters smart constructor.

Constructors

ConfigRuleComplianceFilters' 

Fields

Instances

Instances details
Eq ConfigRuleComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceFilters

Read ConfigRuleComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceFilters

Show ConfigRuleComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceFilters

Generic ConfigRuleComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceFilters

Associated Types

type Rep ConfigRuleComplianceFilters :: Type -> Type #

NFData ConfigRuleComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceFilters

Hashable ConfigRuleComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceFilters

ToJSON ConfigRuleComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceFilters

type Rep ConfigRuleComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceFilters

type Rep ConfigRuleComplianceFilters = D1 ('MetaData "ConfigRuleComplianceFilters" "Amazonka.Config.Types.ConfigRuleComplianceFilters" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "ConfigRuleComplianceFilters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "configRuleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "complianceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComplianceType)) :*: S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newConfigRuleComplianceFilters :: ConfigRuleComplianceFilters Source #

Create a value of ConfigRuleComplianceFilters with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:configRuleName:ConfigRuleComplianceFilters', configRuleComplianceFilters_configRuleName - The name of the Config rule.

$sel:accountId:ConfigRuleComplianceFilters', configRuleComplianceFilters_accountId - The 12-digit account ID of the source account.

$sel:complianceType:ConfigRuleComplianceFilters', configRuleComplianceFilters_complianceType - The rule compliance status.

For the ConfigRuleComplianceFilters data type, Config supports only COMPLIANT and NON_COMPLIANT. Config does not support the NOT_APPLICABLE and the INSUFFICIENT_DATA values.

$sel:awsRegion:ConfigRuleComplianceFilters', configRuleComplianceFilters_awsRegion - The source region where the data is aggregated.

configRuleComplianceFilters_accountId :: Lens' ConfigRuleComplianceFilters (Maybe Text) Source #

The 12-digit account ID of the source account.

configRuleComplianceFilters_complianceType :: Lens' ConfigRuleComplianceFilters (Maybe ComplianceType) Source #

The rule compliance status.

For the ConfigRuleComplianceFilters data type, Config supports only COMPLIANT and NON_COMPLIANT. Config does not support the NOT_APPLICABLE and the INSUFFICIENT_DATA values.

configRuleComplianceFilters_awsRegion :: Lens' ConfigRuleComplianceFilters (Maybe Text) Source #

The source region where the data is aggregated.

ConfigRuleComplianceSummaryFilters

data ConfigRuleComplianceSummaryFilters Source #

Filters the results based on the account IDs and regions.

See: newConfigRuleComplianceSummaryFilters smart constructor.

Constructors

ConfigRuleComplianceSummaryFilters' 

Fields

Instances

Instances details
Eq ConfigRuleComplianceSummaryFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceSummaryFilters

Read ConfigRuleComplianceSummaryFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceSummaryFilters

Show ConfigRuleComplianceSummaryFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceSummaryFilters

Generic ConfigRuleComplianceSummaryFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceSummaryFilters

Associated Types

type Rep ConfigRuleComplianceSummaryFilters :: Type -> Type #

NFData ConfigRuleComplianceSummaryFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceSummaryFilters

Hashable ConfigRuleComplianceSummaryFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceSummaryFilters

ToJSON ConfigRuleComplianceSummaryFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceSummaryFilters

type Rep ConfigRuleComplianceSummaryFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceSummaryFilters

type Rep ConfigRuleComplianceSummaryFilters = D1 ('MetaData "ConfigRuleComplianceSummaryFilters" "Amazonka.Config.Types.ConfigRuleComplianceSummaryFilters" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "ConfigRuleComplianceSummaryFilters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newConfigRuleComplianceSummaryFilters :: ConfigRuleComplianceSummaryFilters Source #

Create a value of ConfigRuleComplianceSummaryFilters with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:accountId:ConfigRuleComplianceSummaryFilters', configRuleComplianceSummaryFilters_accountId - The 12-digit account ID of the source account.

$sel:awsRegion:ConfigRuleComplianceSummaryFilters', configRuleComplianceSummaryFilters_awsRegion - The source region where the data is aggregated.

ConfigRuleEvaluationStatus

data ConfigRuleEvaluationStatus Source #

Status information for your Config managed 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 custom Config rules.

See: newConfigRuleEvaluationStatus smart constructor.

Constructors

ConfigRuleEvaluationStatus' 

Fields

Instances

Instances details
Eq ConfigRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleEvaluationStatus

Read ConfigRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleEvaluationStatus

Show ConfigRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleEvaluationStatus

Generic ConfigRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleEvaluationStatus

Associated Types

type Rep ConfigRuleEvaluationStatus :: Type -> Type #

NFData ConfigRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleEvaluationStatus

Hashable ConfigRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleEvaluationStatus

FromJSON ConfigRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleEvaluationStatus

type Rep ConfigRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleEvaluationStatus

type Rep ConfigRuleEvaluationStatus = D1 ('MetaData "ConfigRuleEvaluationStatus" "Amazonka.Config.Types.ConfigRuleEvaluationStatus" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "ConfigRuleEvaluationStatus'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "lastErrorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastFailedEvaluationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "firstActivatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "lastSuccessfulEvaluationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lastDeactivatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "configRuleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "lastErrorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "configRuleId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastFailedInvocationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "firstEvaluationStarted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "lastSuccessfulInvocationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "configRuleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newConfigRuleEvaluationStatus :: ConfigRuleEvaluationStatus Source #

Create a value of ConfigRuleEvaluationStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:lastErrorCode:ConfigRuleEvaluationStatus', configRuleEvaluationStatus_lastErrorCode - The error code that Config returned when the rule last failed.

$sel:lastFailedEvaluationTime:ConfigRuleEvaluationStatus', configRuleEvaluationStatus_lastFailedEvaluationTime - The time that Config last failed to evaluate your Amazon Web Services resources against the rule.

$sel:firstActivatedTime:ConfigRuleEvaluationStatus', configRuleEvaluationStatus_firstActivatedTime - The time that you first activated the Config rule.

$sel:lastSuccessfulEvaluationTime:ConfigRuleEvaluationStatus', configRuleEvaluationStatus_lastSuccessfulEvaluationTime - The time that Config last successfully evaluated your Amazon Web Services resources against the rule.

$sel:lastDeactivatedTime:ConfigRuleEvaluationStatus', configRuleEvaluationStatus_lastDeactivatedTime - The time that you last turned off the Config rule.

$sel:configRuleName:ConfigRuleEvaluationStatus', configRuleEvaluationStatus_configRuleName - The name of the Config rule.

$sel:lastErrorMessage:ConfigRuleEvaluationStatus', configRuleEvaluationStatus_lastErrorMessage - The error message that Config returned when the rule last failed.

$sel:configRuleId:ConfigRuleEvaluationStatus', configRuleEvaluationStatus_configRuleId - The ID of the Config rule.

$sel:lastFailedInvocationTime:ConfigRuleEvaluationStatus', configRuleEvaluationStatus_lastFailedInvocationTime - The time that Config last failed to invoke the Config rule to evaluate your Amazon Web Services resources.

$sel:firstEvaluationStarted:ConfigRuleEvaluationStatus', configRuleEvaluationStatus_firstEvaluationStarted - Indicates whether Config has evaluated your resources against the rule at least once.

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

$sel:lastSuccessfulInvocationTime:ConfigRuleEvaluationStatus', configRuleEvaluationStatus_lastSuccessfulInvocationTime - The time that Config last successfully invoked the Config rule to evaluate your Amazon Web Services resources.

$sel:configRuleArn:ConfigRuleEvaluationStatus', configRuleEvaluationStatus_configRuleArn - The Amazon Resource Name (ARN) of the Config rule.

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

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

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

The time that Config last failed to evaluate your Amazon Web Services resources against the rule.

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

The time that Config last successfully evaluated your Amazon Web Services resources against the rule.

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

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

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

The time that Config last failed to invoke the Config rule to evaluate your Amazon Web Services resources.

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

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

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

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

The time that Config last successfully invoked the Config rule to evaluate your Amazon Web Services resources.

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

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

ConfigSnapshotDeliveryProperties

data ConfigSnapshotDeliveryProperties Source #

Provides options for how often Config delivers configuration snapshots to the Amazon S3 bucket in your delivery channel.

The frequency for a rule that triggers evaluations for your resources when Config delivers the configuration snapshot is set by one of two values, depending on which is less frequent:

  • The value for the deliveryFrequency parameter within the delivery channel configuration, which sets how often Config delivers configuration snapshots. This value also sets how often Config invokes evaluations for Config rules.
  • The value for the MaximumExecutionFrequency parameter, which sets the maximum frequency with which Config invokes evaluations for the rule. For more information, see ConfigRule.

If the deliveryFrequency value is less frequent than the MaximumExecutionFrequency value for a rule, Config invokes the rule only as often as the deliveryFrequency value.

  1. For example, you want your rule to run evaluations when Config delivers the configuration snapshot.
  2. You specify the MaximumExecutionFrequency value for Six_Hours.
  3. You then specify the delivery channel deliveryFrequency value for TwentyFour_Hours.
  4. Because the value for deliveryFrequency is less frequent than MaximumExecutionFrequency, Config invokes evaluations for the rule every 24 hours.

You should set the MaximumExecutionFrequency value to be at least as frequent as the deliveryFrequency value. You can view the deliveryFrequency value by using the DescribeDeliveryChannnels action.

To update the deliveryFrequency with which Config delivers your configuration snapshots, use the PutDeliveryChannel action.

See: newConfigSnapshotDeliveryProperties smart constructor.

Constructors

ConfigSnapshotDeliveryProperties' 

Fields

Instances

Instances details
Eq ConfigSnapshotDeliveryProperties Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigSnapshotDeliveryProperties

Read ConfigSnapshotDeliveryProperties Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigSnapshotDeliveryProperties

Show ConfigSnapshotDeliveryProperties Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigSnapshotDeliveryProperties

Generic ConfigSnapshotDeliveryProperties Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigSnapshotDeliveryProperties

Associated Types

type Rep ConfigSnapshotDeliveryProperties :: Type -> Type #

NFData ConfigSnapshotDeliveryProperties Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigSnapshotDeliveryProperties

Hashable ConfigSnapshotDeliveryProperties Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigSnapshotDeliveryProperties

ToJSON ConfigSnapshotDeliveryProperties Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigSnapshotDeliveryProperties

FromJSON ConfigSnapshotDeliveryProperties Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigSnapshotDeliveryProperties

type Rep ConfigSnapshotDeliveryProperties Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigSnapshotDeliveryProperties

type Rep ConfigSnapshotDeliveryProperties = D1 ('MetaData "ConfigSnapshotDeliveryProperties" "Amazonka.Config.Types.ConfigSnapshotDeliveryProperties" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "ConfigSnapshotDeliveryProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deliveryFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MaximumExecutionFrequency))))

newConfigSnapshotDeliveryProperties :: ConfigSnapshotDeliveryProperties Source #

Create a value of ConfigSnapshotDeliveryProperties with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:deliveryFrequency:ConfigSnapshotDeliveryProperties', configSnapshotDeliveryProperties_deliveryFrequency - The frequency with which Config 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: newConfigStreamDeliveryInfo smart constructor.

Constructors

ConfigStreamDeliveryInfo' 

Fields

Instances

Instances details
Eq ConfigStreamDeliveryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigStreamDeliveryInfo

Read ConfigStreamDeliveryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigStreamDeliveryInfo

Show ConfigStreamDeliveryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigStreamDeliveryInfo

Generic ConfigStreamDeliveryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigStreamDeliveryInfo

Associated Types

type Rep ConfigStreamDeliveryInfo :: Type -> Type #

NFData ConfigStreamDeliveryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigStreamDeliveryInfo

Hashable ConfigStreamDeliveryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigStreamDeliveryInfo

FromJSON ConfigStreamDeliveryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigStreamDeliveryInfo

type Rep ConfigStreamDeliveryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigStreamDeliveryInfo

type Rep ConfigStreamDeliveryInfo = D1 ('MetaData "ConfigStreamDeliveryInfo" "Amazonka.Config.Types.ConfigStreamDeliveryInfo" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "ConfigStreamDeliveryInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lastErrorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastStatusChangeTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "lastStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeliveryStatus)) :*: S1 ('MetaSel ('Just "lastErrorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newConfigStreamDeliveryInfo :: ConfigStreamDeliveryInfo Source #

Create a value of ConfigStreamDeliveryInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:lastErrorCode:ConfigStreamDeliveryInfo', configStreamDeliveryInfo_lastErrorCode - The error code from the last attempted delivery.

$sel:lastStatusChangeTime:ConfigStreamDeliveryInfo', configStreamDeliveryInfo_lastStatusChangeTime - The time from the last status change.

$sel:lastStatus:ConfigStreamDeliveryInfo', configStreamDeliveryInfo_lastStatus - Status of the last attempted delivery.

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

$sel:lastErrorMessage:ConfigStreamDeliveryInfo', configStreamDeliveryInfo_lastErrorMessage - The error message from the last attempted delivery.

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

The error code from the last attempted delivery.

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

Status of the last attempted delivery.

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

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

The error message from the last attempted delivery.

ConfigurationAggregator

data ConfigurationAggregator Source #

The details about the configuration aggregator, including information about source accounts, regions, and metadata of the aggregator.

See: newConfigurationAggregator smart constructor.

Constructors

ConfigurationAggregator' 

Fields

Instances

Instances details
Eq ConfigurationAggregator Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationAggregator

Read ConfigurationAggregator Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationAggregator

Show ConfigurationAggregator Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationAggregator

Generic ConfigurationAggregator Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationAggregator

Associated Types

type Rep ConfigurationAggregator :: Type -> Type #

NFData ConfigurationAggregator Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationAggregator

Methods

rnf :: ConfigurationAggregator -> () #

Hashable ConfigurationAggregator Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationAggregator

FromJSON ConfigurationAggregator Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationAggregator

type Rep ConfigurationAggregator Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationAggregator

type Rep ConfigurationAggregator = D1 ('MetaData "ConfigurationAggregator" "Amazonka.Config.Types.ConfigurationAggregator" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "ConfigurationAggregator'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "configurationAggregatorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "organizationAggregationSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OrganizationAggregationSource)))) :*: ((S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "accountAggregationSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AccountAggregationSource]))) :*: (S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "configurationAggregatorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newConfigurationAggregator :: ConfigurationAggregator Source #

Create a value of ConfigurationAggregator with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:configurationAggregatorArn:ConfigurationAggregator', configurationAggregator_configurationAggregatorArn - The Amazon Resource Name (ARN) of the aggregator.

$sel:creationTime:ConfigurationAggregator', configurationAggregator_creationTime - The time stamp when the configuration aggregator was created.

$sel:organizationAggregationSource:ConfigurationAggregator', configurationAggregator_organizationAggregationSource - Provides an organization and list of regions to be aggregated.

$sel:lastUpdatedTime:ConfigurationAggregator', configurationAggregator_lastUpdatedTime - The time of the last update.

$sel:accountAggregationSources:ConfigurationAggregator', configurationAggregator_accountAggregationSources - Provides a list of source accounts and regions to be aggregated.

$sel:createdBy:ConfigurationAggregator', configurationAggregator_createdBy - Amazon Web Services service that created the configuration aggregator.

$sel:configurationAggregatorName:ConfigurationAggregator', configurationAggregator_configurationAggregatorName - The name of the aggregator.

configurationAggregator_creationTime :: Lens' ConfigurationAggregator (Maybe UTCTime) Source #

The time stamp when the configuration aggregator was created.

configurationAggregator_accountAggregationSources :: Lens' ConfigurationAggregator (Maybe [AccountAggregationSource]) Source #

Provides a list of source accounts and regions to be aggregated.

configurationAggregator_createdBy :: Lens' ConfigurationAggregator (Maybe Text) Source #

Amazon Web Services service that created the configuration aggregator.

ConfigurationItem

data ConfigurationItem Source #

A list that contains detailed configurations of a specified resource.

See: newConfigurationItem smart constructor.

Constructors

ConfigurationItem' 

Fields

  • resourceId :: Maybe Text

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

  • resourceType :: Maybe ResourceType

    The type of Amazon Web Services resource.

  • configurationStateId :: Maybe Text

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

  • arn :: Maybe Text

    Amazon Resource Name (ARN) associated with the resource.

  • resourceName :: Maybe Text

    The custom name of the resource, if available.

  • resourceCreationTime :: Maybe POSIX

    The time stamp when the resource was created.

  • configurationItemStatus :: Maybe ConfigurationItemStatus

    The configuration item status. The valid values are:

    • OK – The resource configuration has been updated
    • ResourceDiscovered – The resource was newly discovered
    • ResourceNotRecorded – The resource was discovered but its configuration was not recorded since the recorder excludes the recording of resources of this type
    • ResourceDeleted – The resource was deleted
    • ResourceDeletedNotRecorded – The resource was deleted but its configuration was not recorded since the recorder excludes the recording of resources of this type

    The CIs do not incur any cost.

  • configurationItemCaptureTime :: Maybe POSIX

    The time when the configuration recording was initiated.

  • accountId :: Maybe Text

    The 12-digit Amazon Web Services account ID associated with the resource.

  • supplementaryConfiguration :: Maybe (HashMap Text Text)

    Configuration attributes that Config returns for certain resource types to supplement the information returned for the configuration parameter.

  • availabilityZone :: Maybe Text

    The Availability Zone associated with the resource.

  • relationships :: Maybe [Relationship]

    A list of related Amazon Web Services resources.

  • version :: Maybe Text

    The version number of the resource configuration.

  • awsRegion :: Maybe Text

    The region where the resource resides.

  • relatedEvents :: Maybe [Text]

    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 CloudTrail.

    An empty field indicates that the current configuration was not initiated by any event. As of Version 1.3, the relatedEvents field is empty. You can access the LookupEvents API in the CloudTrail API Reference to retrieve the events for the resource.

  • configuration :: Maybe Text

    The description of the resource configuration.

  • configurationItemMD5Hash :: Maybe Text

    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.

  • tags :: Maybe (HashMap Text Text)

    A mapping of key value tags associated with the resource.

Instances

Instances details
Eq ConfigurationItem Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItem

Read ConfigurationItem Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItem

Show ConfigurationItem Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItem

Generic ConfigurationItem Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItem

Associated Types

type Rep ConfigurationItem :: Type -> Type #

NFData ConfigurationItem Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItem

Methods

rnf :: ConfigurationItem -> () #

Hashable ConfigurationItem Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItem

FromJSON ConfigurationItem Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItem

type Rep ConfigurationItem Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItem

type Rep ConfigurationItem = D1 ('MetaData "ConfigurationItem" "Amazonka.Config.Types.ConfigurationItem" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "ConfigurationItem'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceType))) :*: (S1 ('MetaSel ('Just "configurationStateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "resourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceCreationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "configurationItemStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigurationItemStatus)) :*: (S1 ('MetaSel ('Just "configurationItemCaptureTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "supplementaryConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "availabilityZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "relationships") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Relationship])) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "relatedEvents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "configurationItemMD5Hash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))))))))

newConfigurationItem :: ConfigurationItem Source #

Create a value of ConfigurationItem with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceId:ConfigurationItem', configurationItem_resourceId - The ID of the resource (for example, sg-xxxxxx).

$sel:resourceType:ConfigurationItem', configurationItem_resourceType - The type of Amazon Web Services resource.

$sel:configurationStateId:ConfigurationItem', configurationItem_configurationStateId - An identifier that indicates the ordering of the configuration items of a resource.

$sel:arn:ConfigurationItem', configurationItem_arn - Amazon Resource Name (ARN) associated with the resource.

$sel:resourceName:ConfigurationItem', configurationItem_resourceName - The custom name of the resource, if available.

$sel:resourceCreationTime:ConfigurationItem', configurationItem_resourceCreationTime - The time stamp when the resource was created.

$sel:configurationItemStatus:ConfigurationItem', configurationItem_configurationItemStatus - The configuration item status. The valid values are:

  • OK – The resource configuration has been updated
  • ResourceDiscovered – The resource was newly discovered
  • ResourceNotRecorded – The resource was discovered but its configuration was not recorded since the recorder excludes the recording of resources of this type
  • ResourceDeleted – The resource was deleted
  • ResourceDeletedNotRecorded – The resource was deleted but its configuration was not recorded since the recorder excludes the recording of resources of this type

The CIs do not incur any cost.

$sel:configurationItemCaptureTime:ConfigurationItem', configurationItem_configurationItemCaptureTime - The time when the configuration recording was initiated.

$sel:accountId:ConfigurationItem', configurationItem_accountId - The 12-digit Amazon Web Services account ID associated with the resource.

$sel:supplementaryConfiguration:ConfigurationItem', configurationItem_supplementaryConfiguration - Configuration attributes that Config returns for certain resource types to supplement the information returned for the configuration parameter.

$sel:availabilityZone:ConfigurationItem', configurationItem_availabilityZone - The Availability Zone associated with the resource.

$sel:relationships:ConfigurationItem', configurationItem_relationships - A list of related Amazon Web Services resources.

$sel:version:ConfigurationItem', configurationItem_version - The version number of the resource configuration.

$sel:awsRegion:ConfigurationItem', configurationItem_awsRegion - The region where the resource resides.

$sel:relatedEvents:ConfigurationItem', configurationItem_relatedEvents - 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 CloudTrail.

An empty field indicates that the current configuration was not initiated by any event. As of Version 1.3, the relatedEvents field is empty. You can access the LookupEvents API in the CloudTrail API Reference to retrieve the events for the resource.

$sel:configuration:ConfigurationItem', configurationItem_configuration - The description of the resource configuration.

$sel:configurationItemMD5Hash:ConfigurationItem', configurationItem_configurationItemMD5Hash - 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.

$sel:tags:ConfigurationItem', configurationItem_tags - A mapping of key value tags associated with the resource.

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

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

configurationItem_resourceType :: Lens' ConfigurationItem (Maybe ResourceType) Source #

The type of Amazon Web Services resource.

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

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

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

Amazon Resource Name (ARN) associated with the resource.

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

The custom name of the resource, if available.

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

The time stamp when the resource was created.

configurationItem_configurationItemStatus :: Lens' ConfigurationItem (Maybe ConfigurationItemStatus) Source #

The configuration item status. The valid values are:

  • OK – The resource configuration has been updated
  • ResourceDiscovered – The resource was newly discovered
  • ResourceNotRecorded – The resource was discovered but its configuration was not recorded since the recorder excludes the recording of resources of this type
  • ResourceDeleted – The resource was deleted
  • ResourceDeletedNotRecorded – The resource was deleted but its configuration was not recorded since the recorder excludes the recording of resources of this type

The CIs do not incur any cost.

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

The time when the configuration recording was initiated.

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

The 12-digit Amazon Web Services account ID associated with the resource.

configurationItem_supplementaryConfiguration :: Lens' ConfigurationItem (Maybe (HashMap Text Text)) Source #

Configuration attributes that Config returns for certain resource types to supplement the information returned for the configuration parameter.

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

The Availability Zone associated with the resource.

configurationItem_relationships :: Lens' ConfigurationItem (Maybe [Relationship]) Source #

A list of related Amazon Web Services resources.

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

The version number of the resource configuration.

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

The region where the resource resides.

configurationItem_relatedEvents :: Lens' ConfigurationItem (Maybe [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 CloudTrail.

An empty field indicates that the current configuration was not initiated by any event. As of Version 1.3, the relatedEvents field is empty. You can access the LookupEvents API in the CloudTrail API Reference to retrieve the events for the resource.

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

The description of the resource configuration.

configurationItem_configurationItemMD5Hash :: 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.

configurationItem_tags :: Lens' ConfigurationItem (Maybe (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 Amazon Web Services resource.

See: newConfigurationRecorder smart constructor.

Constructors

ConfigurationRecorder' 

Fields

  • name :: Maybe Text

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

  • recordingGroup :: Maybe RecordingGroup

    Specifies the types of Amazon Web Services resources for which Config records configuration changes.

  • roleARN :: Maybe Text

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

Instances

Instances details
Eq ConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationRecorder

Read ConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationRecorder

Show ConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationRecorder

Generic ConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationRecorder

Associated Types

type Rep ConfigurationRecorder :: Type -> Type #

NFData ConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationRecorder

Methods

rnf :: ConfigurationRecorder -> () #

Hashable ConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationRecorder

ToJSON ConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationRecorder

FromJSON ConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationRecorder

type Rep ConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationRecorder

type Rep ConfigurationRecorder = D1 ('MetaData "ConfigurationRecorder" "Amazonka.Config.Types.ConfigurationRecorder" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "ConfigurationRecorder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "recordingGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecordingGroup)) :*: S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newConfigurationRecorder :: ConfigurationRecorder Source #

Create a value of ConfigurationRecorder with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:ConfigurationRecorder', configurationRecorder_name - The name of the recorder. By default, Config automatically assigns the name "default" when creating the configuration recorder. You cannot change the assigned name.

$sel:recordingGroup:ConfigurationRecorder', configurationRecorder_recordingGroup - Specifies the types of Amazon Web Services resources for which Config records configuration changes.

$sel:roleARN:ConfigurationRecorder', configurationRecorder_roleARN - Amazon Resource Name (ARN) of the IAM role used to describe the Amazon Web Services resources associated with the account.

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

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

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

Specifies the types of Amazon Web Services resources for which Config records configuration changes.

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

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

ConfigurationRecorderStatus

data ConfigurationRecorderStatus Source #

The current status of the configuration recorder.

See: newConfigurationRecorderStatus smart constructor.

Constructors

ConfigurationRecorderStatus' 

Fields

Instances

Instances details
Eq ConfigurationRecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationRecorderStatus

Read ConfigurationRecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationRecorderStatus

Show ConfigurationRecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationRecorderStatus

Generic ConfigurationRecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationRecorderStatus

Associated Types

type Rep ConfigurationRecorderStatus :: Type -> Type #

NFData ConfigurationRecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationRecorderStatus

Hashable ConfigurationRecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationRecorderStatus

FromJSON ConfigurationRecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationRecorderStatus

type Rep ConfigurationRecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationRecorderStatus

type Rep ConfigurationRecorderStatus = D1 ('MetaData "ConfigurationRecorderStatus" "Amazonka.Config.Types.ConfigurationRecorderStatus" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "ConfigurationRecorderStatus'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "lastErrorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastStopTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "lastStatusChangeTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "recording") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "lastStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecorderStatus)) :*: S1 ('MetaSel ('Just "lastErrorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newConfigurationRecorderStatus :: ConfigurationRecorderStatus Source #

Create a value of ConfigurationRecorderStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:lastErrorCode:ConfigurationRecorderStatus', configurationRecorderStatus_lastErrorCode - The error code indicating that the recording failed.

$sel:lastStopTime:ConfigurationRecorderStatus', configurationRecorderStatus_lastStopTime - The time the recorder was last stopped.

$sel:lastStatusChangeTime:ConfigurationRecorderStatus', configurationRecorderStatus_lastStatusChangeTime - The time when the status was last changed.

$sel:recording:ConfigurationRecorderStatus', configurationRecorderStatus_recording - Specifies whether or not the recorder is currently recording.

$sel:lastStatus:ConfigurationRecorderStatus', configurationRecorderStatus_lastStatus - The last (previous) status of the recorder.

$sel:lastErrorMessage:ConfigurationRecorderStatus', configurationRecorderStatus_lastErrorMessage - The message indicating that the recording failed due to an error.

$sel:name:ConfigurationRecorderStatus', configurationRecorderStatus_name - The name of the configuration recorder.

$sel:lastStartTime:ConfigurationRecorderStatus', configurationRecorderStatus_lastStartTime - The time the recorder was last started.

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

The error code indicating that the recording failed.

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

Specifies whether or not the recorder is currently recording.

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

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

ConformancePackComplianceFilters

data ConformancePackComplianceFilters Source #

Filters the conformance pack by compliance types and Config rule names.

See: newConformancePackComplianceFilters smart constructor.

Constructors

ConformancePackComplianceFilters' 

Fields

Instances

Instances details
Eq ConformancePackComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceFilters

Read ConformancePackComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceFilters

Show ConformancePackComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceFilters

Generic ConformancePackComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceFilters

Associated Types

type Rep ConformancePackComplianceFilters :: Type -> Type #

NFData ConformancePackComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceFilters

Hashable ConformancePackComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceFilters

ToJSON ConformancePackComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceFilters

type Rep ConformancePackComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceFilters

type Rep ConformancePackComplianceFilters = D1 ('MetaData "ConformancePackComplianceFilters" "Amazonka.Config.Types.ConformancePackComplianceFilters" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "ConformancePackComplianceFilters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configRuleNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "complianceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConformancePackComplianceType))))

newConformancePackComplianceFilters :: ConformancePackComplianceFilters Source #

Create a value of ConformancePackComplianceFilters with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:configRuleNames:ConformancePackComplianceFilters', conformancePackComplianceFilters_configRuleNames - Filters the results by Config rule names.

$sel:complianceType:ConformancePackComplianceFilters', conformancePackComplianceFilters_complianceType - Filters the results by compliance.

The allowed values are COMPLIANT and NON_COMPLIANT. INSUFFICIENT_DATA is not supported.

conformancePackComplianceFilters_complianceType :: Lens' ConformancePackComplianceFilters (Maybe ConformancePackComplianceType) Source #

Filters the results by compliance.

The allowed values are COMPLIANT and NON_COMPLIANT. INSUFFICIENT_DATA is not supported.

ConformancePackComplianceSummary

data ConformancePackComplianceSummary Source #

Summary includes the name and status of the conformance pack.

See: newConformancePackComplianceSummary smart constructor.

Constructors

ConformancePackComplianceSummary' 

Fields

Instances

Instances details
Eq ConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceSummary

Read ConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceSummary

Show ConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceSummary

Generic ConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceSummary

Associated Types

type Rep ConformancePackComplianceSummary :: Type -> Type #

NFData ConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceSummary

Hashable ConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceSummary

FromJSON ConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceSummary

type Rep ConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceSummary

type Rep ConformancePackComplianceSummary = D1 ('MetaData "ConformancePackComplianceSummary" "Amazonka.Config.Types.ConformancePackComplianceSummary" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "ConformancePackComplianceSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "conformancePackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "conformancePackComplianceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ConformancePackComplianceType)))

newConformancePackComplianceSummary Source #

Create a value of ConformancePackComplianceSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:conformancePackName:ConformancePackComplianceSummary', conformancePackComplianceSummary_conformancePackName - The name of the conformance pack name.

$sel:conformancePackComplianceStatus:ConformancePackComplianceSummary', conformancePackComplianceSummary_conformancePackComplianceStatus - The status of the conformance pack. The allowed values are COMPLIANT, NON_COMPLIANT and INSUFFICIENT_DATA.

conformancePackComplianceSummary_conformancePackComplianceStatus :: Lens' ConformancePackComplianceSummary ConformancePackComplianceType Source #

The status of the conformance pack. The allowed values are COMPLIANT, NON_COMPLIANT and INSUFFICIENT_DATA.

ConformancePackDetail

data ConformancePackDetail Source #

Returns details of a conformance pack. A conformance pack is a collection of Config rules and remediation actions that can be easily deployed in an account and a region.

See: newConformancePackDetail smart constructor.

Constructors

ConformancePackDetail' 

Fields

Instances

Instances details
Eq ConformancePackDetail Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackDetail

Read ConformancePackDetail Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackDetail

Show ConformancePackDetail Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackDetail

Generic ConformancePackDetail Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackDetail

Associated Types

type Rep ConformancePackDetail :: Type -> Type #

NFData ConformancePackDetail Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackDetail

Methods

rnf :: ConformancePackDetail -> () #

Hashable ConformancePackDetail Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackDetail

FromJSON ConformancePackDetail Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackDetail

type Rep ConformancePackDetail Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackDetail

type Rep ConformancePackDetail = D1 ('MetaData "ConformancePackDetail" "Amazonka.Config.Types.ConformancePackDetail" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "ConformancePackDetail'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "deliveryS3Bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deliveryS3KeyPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUpdateRequestedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "conformancePackInputParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConformancePackInputParameter])) :*: S1 ('MetaSel ('Just "conformancePackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "conformancePackArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "conformancePackId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newConformancePackDetail Source #

Create a value of ConformancePackDetail with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:deliveryS3Bucket:ConformancePackDetail', conformancePackDetail_deliveryS3Bucket - The name of the Amazon S3 bucket where Config stores conformance pack templates.

This field is optional.

$sel:deliveryS3KeyPrefix:ConformancePackDetail', conformancePackDetail_deliveryS3KeyPrefix - The prefix for the Amazon S3 bucket.

This field is optional.

$sel:createdBy:ConformancePackDetail', conformancePackDetail_createdBy - Amazon Web Services service that created the conformance pack.

$sel:lastUpdateRequestedTime:ConformancePackDetail', conformancePackDetail_lastUpdateRequestedTime - Last time when conformation pack update was requested.

$sel:conformancePackInputParameters:ConformancePackDetail', conformancePackDetail_conformancePackInputParameters - A list of ConformancePackInputParameter objects.

$sel:conformancePackName:ConformancePackDetail', conformancePackDetail_conformancePackName - Name of the conformance pack.

$sel:conformancePackArn:ConformancePackDetail', conformancePackDetail_conformancePackArn - Amazon Resource Name (ARN) of the conformance pack.

$sel:conformancePackId:ConformancePackDetail', conformancePackDetail_conformancePackId - ID of the conformance pack.

conformancePackDetail_deliveryS3Bucket :: Lens' ConformancePackDetail (Maybe Text) Source #

The name of the Amazon S3 bucket where Config stores conformance pack templates.

This field is optional.

conformancePackDetail_deliveryS3KeyPrefix :: Lens' ConformancePackDetail (Maybe Text) Source #

The prefix for the Amazon S3 bucket.

This field is optional.

conformancePackDetail_createdBy :: Lens' ConformancePackDetail (Maybe Text) Source #

Amazon Web Services service that created the conformance pack.

conformancePackDetail_lastUpdateRequestedTime :: Lens' ConformancePackDetail (Maybe UTCTime) Source #

Last time when conformation pack update was requested.

conformancePackDetail_conformancePackArn :: Lens' ConformancePackDetail Text Source #

Amazon Resource Name (ARN) of the conformance pack.

ConformancePackEvaluationFilters

data ConformancePackEvaluationFilters Source #

Filters a conformance pack by Config rule names, compliance types, Amazon Web Services resource types, and resource IDs.

See: newConformancePackEvaluationFilters smart constructor.

Constructors

ConformancePackEvaluationFilters' 

Fields

Instances

Instances details
Eq ConformancePackEvaluationFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackEvaluationFilters

Read ConformancePackEvaluationFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackEvaluationFilters

Show ConformancePackEvaluationFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackEvaluationFilters

Generic ConformancePackEvaluationFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackEvaluationFilters

Associated Types

type Rep ConformancePackEvaluationFilters :: Type -> Type #

NFData ConformancePackEvaluationFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackEvaluationFilters

Hashable ConformancePackEvaluationFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackEvaluationFilters

ToJSON ConformancePackEvaluationFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackEvaluationFilters

type Rep ConformancePackEvaluationFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackEvaluationFilters

type Rep ConformancePackEvaluationFilters = D1 ('MetaData "ConformancePackEvaluationFilters" "Amazonka.Config.Types.ConformancePackEvaluationFilters" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "ConformancePackEvaluationFilters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resourceIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "configRuleNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "complianceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConformancePackComplianceType)))))

newConformancePackEvaluationFilters :: ConformancePackEvaluationFilters Source #

Create a value of ConformancePackEvaluationFilters with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceIds:ConformancePackEvaluationFilters', conformancePackEvaluationFilters_resourceIds - Filters the results by resource IDs.

This is valid only when you provide resource type. If there is no resource type, you will see an error.

$sel:resourceType:ConformancePackEvaluationFilters', conformancePackEvaluationFilters_resourceType - Filters the results by the resource type (for example, "AWS::EC2::Instance").

$sel:configRuleNames:ConformancePackEvaluationFilters', conformancePackEvaluationFilters_configRuleNames - Filters the results by Config rule names.

$sel:complianceType:ConformancePackEvaluationFilters', conformancePackEvaluationFilters_complianceType - Filters the results by compliance.

The allowed values are COMPLIANT and NON_COMPLIANT. INSUFFICIENT_DATA is not supported.

conformancePackEvaluationFilters_resourceIds :: Lens' ConformancePackEvaluationFilters (Maybe [Text]) Source #

Filters the results by resource IDs.

This is valid only when you provide resource type. If there is no resource type, you will see an error.

conformancePackEvaluationFilters_resourceType :: Lens' ConformancePackEvaluationFilters (Maybe Text) Source #

Filters the results by the resource type (for example, "AWS::EC2::Instance").

conformancePackEvaluationFilters_complianceType :: Lens' ConformancePackEvaluationFilters (Maybe ConformancePackComplianceType) Source #

Filters the results by compliance.

The allowed values are COMPLIANT and NON_COMPLIANT. INSUFFICIENT_DATA is not supported.

ConformancePackEvaluationResult

data ConformancePackEvaluationResult Source #

The details of a conformance pack evaluation. Provides Config rule and Amazon Web Services resource type that was evaluated, the compliance of the conformance pack, related time stamps, and supplementary information.

See: newConformancePackEvaluationResult smart constructor.

Constructors

ConformancePackEvaluationResult' 

Fields

Instances

Instances details
Eq ConformancePackEvaluationResult Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackEvaluationResult

Read ConformancePackEvaluationResult Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackEvaluationResult

Show ConformancePackEvaluationResult Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackEvaluationResult

Generic ConformancePackEvaluationResult Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackEvaluationResult

Associated Types

type Rep ConformancePackEvaluationResult :: Type -> Type #

NFData ConformancePackEvaluationResult Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackEvaluationResult

Hashable ConformancePackEvaluationResult Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackEvaluationResult

FromJSON ConformancePackEvaluationResult Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackEvaluationResult

type Rep ConformancePackEvaluationResult Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackEvaluationResult

type Rep ConformancePackEvaluationResult = D1 ('MetaData "ConformancePackEvaluationResult" "Amazonka.Config.Types.ConformancePackEvaluationResult" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "ConformancePackEvaluationResult'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "annotation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "complianceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ConformancePackComplianceType)) :*: (S1 ('MetaSel ('Just "evaluationResultIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EvaluationResultIdentifier) :*: (S1 ('MetaSel ('Just "configRuleInvokedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "resultRecordedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newConformancePackEvaluationResult Source #

Create a value of ConformancePackEvaluationResult with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:annotation:ConformancePackEvaluationResult', conformancePackEvaluationResult_annotation - Supplementary information about how the evaluation determined the compliance.

$sel:complianceType:ConformancePackEvaluationResult', conformancePackEvaluationResult_complianceType - The compliance type. The allowed values are COMPLIANT and NON_COMPLIANT. INSUFFICIENT_DATA is not supported.

$sel:evaluationResultIdentifier:ConformancePackEvaluationResult', conformancePackEvaluationResult_evaluationResultIdentifier - Undocumented member.

$sel:configRuleInvokedTime:ConformancePackEvaluationResult', conformancePackEvaluationResult_configRuleInvokedTime - The time when Config rule evaluated Amazon Web Services resource.

$sel:resultRecordedTime:ConformancePackEvaluationResult', conformancePackEvaluationResult_resultRecordedTime - The time when Config recorded the evaluation result.

conformancePackEvaluationResult_annotation :: Lens' ConformancePackEvaluationResult (Maybe Text) Source #

Supplementary information about how the evaluation determined the compliance.

conformancePackEvaluationResult_complianceType :: Lens' ConformancePackEvaluationResult ConformancePackComplianceType Source #

The compliance type. The allowed values are COMPLIANT and NON_COMPLIANT. INSUFFICIENT_DATA is not supported.

conformancePackEvaluationResult_configRuleInvokedTime :: Lens' ConformancePackEvaluationResult UTCTime Source #

The time when Config rule evaluated Amazon Web Services resource.

ConformancePackInputParameter

data ConformancePackInputParameter Source #

Input parameters in the form of key-value pairs for the conformance pack, both of which you define. Keys can have a maximum character length of 255 characters, and values can have a maximum length of 4096 characters.

See: newConformancePackInputParameter smart constructor.

Constructors

ConformancePackInputParameter' 

Fields

Instances

Instances details
Eq ConformancePackInputParameter Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackInputParameter

Read ConformancePackInputParameter Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackInputParameter

Show ConformancePackInputParameter Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackInputParameter

Generic ConformancePackInputParameter Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackInputParameter

Associated Types

type Rep ConformancePackInputParameter :: Type -> Type #

NFData ConformancePackInputParameter Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackInputParameter

Hashable ConformancePackInputParameter Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackInputParameter

ToJSON ConformancePackInputParameter Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackInputParameter

FromJSON ConformancePackInputParameter Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackInputParameter

type Rep ConformancePackInputParameter Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackInputParameter

type Rep ConformancePackInputParameter = D1 ('MetaData "ConformancePackInputParameter" "Amazonka.Config.Types.ConformancePackInputParameter" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "ConformancePackInputParameter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "parameterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "parameterValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newConformancePackInputParameter Source #

Create a value of ConformancePackInputParameter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:parameterName:ConformancePackInputParameter', conformancePackInputParameter_parameterName - One part of a key-value pair.

$sel:parameterValue:ConformancePackInputParameter', conformancePackInputParameter_parameterValue - Another part of the key-value pair.

ConformancePackRuleCompliance

data ConformancePackRuleCompliance Source #

Compliance information of one or more Config rules within a conformance pack. You can filter using Config rule names and compliance types.

See: newConformancePackRuleCompliance smart constructor.

Constructors

ConformancePackRuleCompliance' 

Fields

  • controls :: Maybe [Text]

    Controls for the conformance pack. A control is a process to prevent or detect problems while meeting objectives. A control can align with a specific compliance regime or map to internal controls defined by an organization.

  • configRuleName :: Maybe Text

    Name of the config rule.

  • complianceType :: Maybe ConformancePackComplianceType

    Compliance of the Config rule.

    The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.

Instances

Instances details
Eq ConformancePackRuleCompliance Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackRuleCompliance

Read ConformancePackRuleCompliance Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackRuleCompliance

Show ConformancePackRuleCompliance Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackRuleCompliance

Generic ConformancePackRuleCompliance Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackRuleCompliance

Associated Types

type Rep ConformancePackRuleCompliance :: Type -> Type #

NFData ConformancePackRuleCompliance Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackRuleCompliance

Hashable ConformancePackRuleCompliance Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackRuleCompliance

FromJSON ConformancePackRuleCompliance Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackRuleCompliance

type Rep ConformancePackRuleCompliance Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackRuleCompliance

type Rep ConformancePackRuleCompliance = D1 ('MetaData "ConformancePackRuleCompliance" "Amazonka.Config.Types.ConformancePackRuleCompliance" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "ConformancePackRuleCompliance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "controls") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "configRuleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "complianceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConformancePackComplianceType)))))

newConformancePackRuleCompliance :: ConformancePackRuleCompliance Source #

Create a value of ConformancePackRuleCompliance with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:controls:ConformancePackRuleCompliance', conformancePackRuleCompliance_controls - Controls for the conformance pack. A control is a process to prevent or detect problems while meeting objectives. A control can align with a specific compliance regime or map to internal controls defined by an organization.

$sel:configRuleName:ConformancePackRuleCompliance', conformancePackRuleCompliance_configRuleName - Name of the config rule.

$sel:complianceType:ConformancePackRuleCompliance', conformancePackRuleCompliance_complianceType - Compliance of the Config rule.

The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.

conformancePackRuleCompliance_controls :: Lens' ConformancePackRuleCompliance (Maybe [Text]) Source #

Controls for the conformance pack. A control is a process to prevent or detect problems while meeting objectives. A control can align with a specific compliance regime or map to internal controls defined by an organization.

conformancePackRuleCompliance_complianceType :: Lens' ConformancePackRuleCompliance (Maybe ConformancePackComplianceType) Source #

Compliance of the Config rule.

The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.

ConformancePackStatusDetail

data ConformancePackStatusDetail Source #

Status details of a conformance pack.

See: newConformancePackStatusDetail smart constructor.

Constructors

ConformancePackStatusDetail' 

Fields

Instances

Instances details
Eq ConformancePackStatusDetail Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackStatusDetail

Read ConformancePackStatusDetail Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackStatusDetail

Show ConformancePackStatusDetail Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackStatusDetail

Generic ConformancePackStatusDetail Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackStatusDetail

Associated Types

type Rep ConformancePackStatusDetail :: Type -> Type #

NFData ConformancePackStatusDetail Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackStatusDetail

Hashable ConformancePackStatusDetail Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackStatusDetail

FromJSON ConformancePackStatusDetail Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackStatusDetail

type Rep ConformancePackStatusDetail Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackStatusDetail

type Rep ConformancePackStatusDetail = D1 ('MetaData "ConformancePackStatusDetail" "Amazonka.Config.Types.ConformancePackStatusDetail" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "ConformancePackStatusDetail'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "conformancePackStatusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUpdateCompletedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "conformancePackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "conformancePackId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "conformancePackArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "conformancePackState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ConformancePackState)) :*: (S1 ('MetaSel ('Just "stackArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "lastUpdateRequestedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newConformancePackStatusDetail Source #

Create a value of ConformancePackStatusDetail with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:conformancePackStatusReason:ConformancePackStatusDetail', conformancePackStatusDetail_conformancePackStatusReason - The reason of conformance pack creation failure.

$sel:lastUpdateCompletedTime:ConformancePackStatusDetail', conformancePackStatusDetail_lastUpdateCompletedTime - Last time when conformation pack creation and update was successful.

$sel:conformancePackName:ConformancePackStatusDetail', conformancePackStatusDetail_conformancePackName - Name of the conformance pack.

$sel:conformancePackId:ConformancePackStatusDetail', conformancePackStatusDetail_conformancePackId - ID of the conformance pack.

$sel:conformancePackArn:ConformancePackStatusDetail', conformancePackStatusDetail_conformancePackArn - Amazon Resource Name (ARN) of comformance pack.

$sel:conformancePackState:ConformancePackStatusDetail', conformancePackStatusDetail_conformancePackState - Indicates deployment status of conformance pack.

Config sets the state of the conformance pack to:

  • CREATE_IN_PROGRESS when a conformance pack creation is in progress for an account.
  • CREATE_COMPLETE when a conformance pack has been successfully created in your account.
  • CREATE_FAILED when a conformance pack creation failed in your account.
  • DELETE_IN_PROGRESS when a conformance pack deletion is in progress.
  • DELETE_FAILED when a conformance pack deletion failed in your account.

$sel:stackArn:ConformancePackStatusDetail', conformancePackStatusDetail_stackArn - Amazon Resource Name (ARN) of CloudFormation stack.

$sel:lastUpdateRequestedTime:ConformancePackStatusDetail', conformancePackStatusDetail_lastUpdateRequestedTime - Last time when conformation pack creation and update was requested.

conformancePackStatusDetail_lastUpdateCompletedTime :: Lens' ConformancePackStatusDetail (Maybe UTCTime) Source #

Last time when conformation pack creation and update was successful.

conformancePackStatusDetail_conformancePackState :: Lens' ConformancePackStatusDetail ConformancePackState Source #

Indicates deployment status of conformance pack.

Config sets the state of the conformance pack to:

  • CREATE_IN_PROGRESS when a conformance pack creation is in progress for an account.
  • CREATE_COMPLETE when a conformance pack has been successfully created in your account.
  • CREATE_FAILED when a conformance pack creation failed in your account.
  • DELETE_IN_PROGRESS when a conformance pack deletion is in progress.
  • DELETE_FAILED when a conformance pack deletion failed in your account.

conformancePackStatusDetail_stackArn :: Lens' ConformancePackStatusDetail Text Source #

Amazon Resource Name (ARN) of CloudFormation stack.

conformancePackStatusDetail_lastUpdateRequestedTime :: Lens' ConformancePackStatusDetail UTCTime Source #

Last time when conformation pack creation and update was requested.

DeliveryChannel

data DeliveryChannel Source #

The channel through which Config delivers notifications and updated configuration states.

See: newDeliveryChannel smart constructor.

Constructors

DeliveryChannel' 

Fields

  • s3KeyPrefix :: Maybe Text

    The prefix for the specified Amazon S3 bucket.

  • snsTopicARN :: Maybe Text

    The Amazon Resource Name (ARN) of the Amazon SNS topic to which Config sends notifications about configuration changes.

    If you choose a topic from another account, the topic must have policies that grant access permissions to Config. For more information, see Permissions for the Amazon SNS Topic in the Config Developer Guide.

  • name :: Maybe Text

    The name of the delivery channel. By default, Config assigns the name "default" when creating the delivery channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery channel that has the desired name.

  • s3KmsKeyArn :: Maybe Text

    The Amazon Resource Name (ARN) of the Key Management Service (KMS ) KMS key (KMS key) used to encrypt objects delivered by Config. Must belong to the same Region as the destination S3 bucket.

  • configSnapshotDeliveryProperties :: Maybe ConfigSnapshotDeliveryProperties

    The options for how often Config delivers configuration snapshots to the Amazon S3 bucket.

  • s3BucketName :: Maybe Text

    The name of the Amazon S3 bucket to which Config delivers configuration snapshots and configuration history files.

    If you specify a bucket that belongs to another Amazon Web Services account, that bucket must have policies that grant access permissions to Config. For more information, see Permissions for the Amazon S3 Bucket in the Config Developer Guide.

Instances

Instances details
Eq DeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryChannel

Read DeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryChannel

Show DeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryChannel

Generic DeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryChannel

Associated Types

type Rep DeliveryChannel :: Type -> Type #

NFData DeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryChannel

Methods

rnf :: DeliveryChannel -> () #

Hashable DeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryChannel

ToJSON DeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryChannel

FromJSON DeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryChannel

type Rep DeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryChannel

type Rep DeliveryChannel = D1 ('MetaData "DeliveryChannel" "Amazonka.Config.Types.DeliveryChannel" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "DeliveryChannel'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "s3KeyPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "snsTopicARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "s3KmsKeyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "configSnapshotDeliveryProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigSnapshotDeliveryProperties)) :*: S1 ('MetaSel ('Just "s3BucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newDeliveryChannel :: DeliveryChannel Source #

Create a value of DeliveryChannel with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:s3KeyPrefix:DeliveryChannel', deliveryChannel_s3KeyPrefix - The prefix for the specified Amazon S3 bucket.

$sel:snsTopicARN:DeliveryChannel', deliveryChannel_snsTopicARN - The Amazon Resource Name (ARN) of the Amazon SNS topic to which Config sends notifications about configuration changes.

If you choose a topic from another account, the topic must have policies that grant access permissions to Config. For more information, see Permissions for the Amazon SNS Topic in the Config Developer Guide.

$sel:name:DeliveryChannel', deliveryChannel_name - The name of the delivery channel. By default, Config assigns the name "default" when creating the delivery channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery channel that has the desired name.

$sel:s3KmsKeyArn:DeliveryChannel', deliveryChannel_s3KmsKeyArn - The Amazon Resource Name (ARN) of the Key Management Service (KMS ) KMS key (KMS key) used to encrypt objects delivered by Config. Must belong to the same Region as the destination S3 bucket.

$sel:configSnapshotDeliveryProperties:DeliveryChannel', deliveryChannel_configSnapshotDeliveryProperties - The options for how often Config delivers configuration snapshots to the Amazon S3 bucket.

$sel:s3BucketName:DeliveryChannel', deliveryChannel_s3BucketName - The name of the Amazon S3 bucket to which Config delivers configuration snapshots and configuration history files.

If you specify a bucket that belongs to another Amazon Web Services account, that bucket must have policies that grant access permissions to Config. For more information, see Permissions for the Amazon S3 Bucket in the Config Developer Guide.

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

The prefix for the specified Amazon S3 bucket.

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

The Amazon Resource Name (ARN) of the Amazon SNS topic to which Config sends notifications about configuration changes.

If you choose a topic from another account, the topic must have policies that grant access permissions to Config. For more information, see Permissions for the Amazon SNS Topic in the Config Developer Guide.

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

The name of the delivery channel. By default, Config assigns the name "default" when creating the delivery channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery channel that has the desired name.

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

The Amazon Resource Name (ARN) of the Key Management Service (KMS ) KMS key (KMS key) used to encrypt objects delivered by Config. Must belong to the same Region as the destination S3 bucket.

deliveryChannel_configSnapshotDeliveryProperties :: Lens' DeliveryChannel (Maybe ConfigSnapshotDeliveryProperties) Source #

The options for how often Config delivers configuration snapshots to the Amazon S3 bucket.

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

The name of the Amazon S3 bucket to which Config delivers configuration snapshots and configuration history files.

If you specify a bucket that belongs to another Amazon Web Services account, that bucket must have policies that grant access permissions to Config. For more information, see Permissions for the Amazon S3 Bucket in the Config Developer Guide.

DeliveryChannelStatus

data DeliveryChannelStatus Source #

The status of a specified delivery channel.

Valid values: Success | Failure

See: newDeliveryChannelStatus smart constructor.

Constructors

DeliveryChannelStatus' 

Fields

Instances

Instances details
Eq DeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryChannelStatus

Read DeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryChannelStatus

Show DeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryChannelStatus

Generic DeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryChannelStatus

Associated Types

type Rep DeliveryChannelStatus :: Type -> Type #

NFData DeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryChannelStatus

Methods

rnf :: DeliveryChannelStatus -> () #

Hashable DeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryChannelStatus

FromJSON DeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryChannelStatus

type Rep DeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryChannelStatus

type Rep DeliveryChannelStatus = D1 ('MetaData "DeliveryChannelStatus" "Amazonka.Config.Types.DeliveryChannelStatus" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "DeliveryChannelStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "configSnapshotDeliveryInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigExportDeliveryInfo)) :*: S1 ('MetaSel ('Just "configStreamDeliveryInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigStreamDeliveryInfo))) :*: (S1 ('MetaSel ('Just "configHistoryDeliveryInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigExportDeliveryInfo)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDeliveryChannelStatus :: DeliveryChannelStatus Source #

Create a value of DeliveryChannelStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:configSnapshotDeliveryInfo:DeliveryChannelStatus', deliveryChannelStatus_configSnapshotDeliveryInfo - A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.

$sel:configStreamDeliveryInfo:DeliveryChannelStatus', deliveryChannelStatus_configStreamDeliveryInfo - A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.

$sel:configHistoryDeliveryInfo:DeliveryChannelStatus', deliveryChannelStatus_configHistoryDeliveryInfo - A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.

$sel:name:DeliveryChannelStatus', deliveryChannelStatus_name - The name of the delivery channel.

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

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

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

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

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

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

Evaluation

data Evaluation Source #

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

See: newEvaluation smart constructor.

Constructors

Evaluation' 

Fields

  • annotation :: Maybe Text

    Supplementary information about how the evaluation determined the compliance.

  • complianceResourceType :: Text

    The type of Amazon Web Services resource that was evaluated.

  • complianceResourceId :: Text

    The ID of the Amazon Web Services resource that was evaluated.

  • complianceType :: ComplianceType

    Indicates whether the Amazon Web Services resource complies with the Config rule that it was evaluated against.

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

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

  • orderingTimestamp :: POSIX

    The time of the event in Config that triggered the evaluation. For event-based evaluations, the time indicates when Config created the configuration item that triggered the evaluation. For periodic evaluations, the time indicates when Config triggered the evaluation at the frequency that you specified (for example, every 24 hours).

Instances

Instances details
Eq Evaluation Source # 
Instance details

Defined in Amazonka.Config.Types.Evaluation

Read Evaluation Source # 
Instance details

Defined in Amazonka.Config.Types.Evaluation

Show Evaluation Source # 
Instance details

Defined in Amazonka.Config.Types.Evaluation

Generic Evaluation Source # 
Instance details

Defined in Amazonka.Config.Types.Evaluation

Associated Types

type Rep Evaluation :: Type -> Type #

NFData Evaluation Source # 
Instance details

Defined in Amazonka.Config.Types.Evaluation

Methods

rnf :: Evaluation -> () #

Hashable Evaluation Source # 
Instance details

Defined in Amazonka.Config.Types.Evaluation

ToJSON Evaluation Source # 
Instance details

Defined in Amazonka.Config.Types.Evaluation

FromJSON Evaluation Source # 
Instance details

Defined in Amazonka.Config.Types.Evaluation

type Rep Evaluation Source # 
Instance details

Defined in Amazonka.Config.Types.Evaluation

type Rep Evaluation = D1 ('MetaData "Evaluation" "Amazonka.Config.Types.Evaluation" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "Evaluation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "annotation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "complianceResourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "complianceResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "complianceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ComplianceType) :*: S1 ('MetaSel ('Just "orderingTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newEvaluation Source #

Create a value of Evaluation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:annotation:Evaluation', evaluation_annotation - Supplementary information about how the evaluation determined the compliance.

$sel:complianceResourceType:Evaluation', evaluation_complianceResourceType - The type of Amazon Web Services resource that was evaluated.

$sel:complianceResourceId:Evaluation', evaluation_complianceResourceId - The ID of the Amazon Web Services resource that was evaluated.

$sel:complianceType:Evaluation', evaluation_complianceType - Indicates whether the Amazon Web Services resource complies with the Config rule that it was evaluated against.

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

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

$sel:orderingTimestamp:Evaluation', evaluation_orderingTimestamp - The time of the event in Config that triggered the evaluation. For event-based evaluations, the time indicates when Config created the configuration item that triggered the evaluation. For periodic evaluations, the time indicates when Config triggered the evaluation at the frequency that you specified (for example, every 24 hours).

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

Supplementary information about how the evaluation determined the compliance.

evaluation_complianceResourceType :: Lens' Evaluation Text Source #

The type of Amazon Web Services resource that was evaluated.

evaluation_complianceResourceId :: Lens' Evaluation Text Source #

The ID of the Amazon Web Services resource that was evaluated.

evaluation_complianceType :: Lens' Evaluation ComplianceType Source #

Indicates whether the Amazon Web Services resource complies with the Config rule that it was evaluated against.

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

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

evaluation_orderingTimestamp :: Lens' Evaluation UTCTime Source #

The time of the event in Config that triggered the evaluation. For event-based evaluations, the time indicates when Config created the configuration item that triggered the evaluation. For periodic evaluations, the time indicates when Config triggered the evaluation at the frequency that you specified (for example, every 24 hours).

EvaluationResult

data EvaluationResult Source #

The details of an Config evaluation. Provides the Amazon Web Services resource that was evaluated, the compliance of the resource, related time stamps, and supplementary information.

See: newEvaluationResult smart constructor.

Constructors

EvaluationResult' 

Fields

  • evaluationResultIdentifier :: Maybe EvaluationResultIdentifier

    Uniquely identifies the evaluation result.

  • annotation :: Maybe Text

    Supplementary information about how the evaluation determined the compliance.

  • configRuleInvokedTime :: Maybe POSIX

    The time when the Config rule evaluated the Amazon Web Services resource.

  • resultRecordedTime :: Maybe POSIX

    The time when Config recorded the evaluation result.

  • resultToken :: Maybe Text

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

  • complianceType :: Maybe ComplianceType

    Indicates whether the Amazon Web Services resource complies with the Config rule that evaluated it.

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

Instances

Instances details
Eq EvaluationResult Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResult

Read EvaluationResult Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResult

Show EvaluationResult Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResult

Generic EvaluationResult Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResult

Associated Types

type Rep EvaluationResult :: Type -> Type #

NFData EvaluationResult Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResult

Methods

rnf :: EvaluationResult -> () #

Hashable EvaluationResult Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResult

FromJSON EvaluationResult Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResult

type Rep EvaluationResult Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResult

type Rep EvaluationResult = D1 ('MetaData "EvaluationResult" "Amazonka.Config.Types.EvaluationResult" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "EvaluationResult'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "evaluationResultIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EvaluationResultIdentifier)) :*: (S1 ('MetaSel ('Just "annotation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "configRuleInvokedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "resultRecordedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "resultToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "complianceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComplianceType))))))

newEvaluationResult :: EvaluationResult Source #

Create a value of EvaluationResult with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:evaluationResultIdentifier:EvaluationResult', evaluationResult_evaluationResultIdentifier - Uniquely identifies the evaluation result.

$sel:annotation:EvaluationResult', evaluationResult_annotation - Supplementary information about how the evaluation determined the compliance.

$sel:configRuleInvokedTime:EvaluationResult', evaluationResult_configRuleInvokedTime - The time when the Config rule evaluated the Amazon Web Services resource.

$sel:resultRecordedTime:EvaluationResult', evaluationResult_resultRecordedTime - The time when Config recorded the evaluation result.

$sel:resultToken:EvaluationResult', evaluationResult_resultToken - An encrypted token that associates an evaluation with an Config rule. The token identifies the rule, the Amazon Web Services resource being evaluated, and the event that triggered the evaluation.

$sel:complianceType:EvaluationResult', evaluationResult_complianceType - Indicates whether the Amazon Web Services resource complies with the Config rule that evaluated it.

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

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

Supplementary information about how the evaluation determined the compliance.

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

The time when the Config rule evaluated the Amazon Web Services resource.

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

The time when Config recorded the evaluation result.

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

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

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

Indicates whether the Amazon Web Services resource complies with the Config rule that evaluated it.

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

EvaluationResultIdentifier

data EvaluationResultIdentifier Source #

Uniquely identifies an evaluation result.

See: newEvaluationResultIdentifier smart constructor.

Constructors

EvaluationResultIdentifier' 

Fields

  • evaluationResultQualifier :: Maybe EvaluationResultQualifier

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

  • orderingTimestamp :: Maybe POSIX

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

Instances

Instances details
Eq EvaluationResultIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResultIdentifier

Read EvaluationResultIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResultIdentifier

Show EvaluationResultIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResultIdentifier

Generic EvaluationResultIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResultIdentifier

Associated Types

type Rep EvaluationResultIdentifier :: Type -> Type #

NFData EvaluationResultIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResultIdentifier

Hashable EvaluationResultIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResultIdentifier

FromJSON EvaluationResultIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResultIdentifier

type Rep EvaluationResultIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResultIdentifier

type Rep EvaluationResultIdentifier = D1 ('MetaData "EvaluationResultIdentifier" "Amazonka.Config.Types.EvaluationResultIdentifier" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "EvaluationResultIdentifier'" 'PrefixI 'True) (S1 ('MetaSel ('Just "evaluationResultQualifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EvaluationResultQualifier)) :*: S1 ('MetaSel ('Just "orderingTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))

newEvaluationResultIdentifier :: EvaluationResultIdentifier Source #

Create a value of EvaluationResultIdentifier with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:evaluationResultQualifier:EvaluationResultIdentifier', evaluationResultIdentifier_evaluationResultQualifier - Identifies an Config rule used to evaluate an Amazon Web Services resource, and provides the type and ID of the evaluated resource.

$sel:orderingTimestamp:EvaluationResultIdentifier', evaluationResultIdentifier_orderingTimestamp - The time of the event that triggered the evaluation of your Amazon Web Services resources. The time can indicate when Config delivered a configuration item change notification, or it can indicate when Config delivered the configuration snapshot, depending on which event triggered the evaluation.

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

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

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

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

EvaluationResultQualifier

data EvaluationResultQualifier Source #

Identifies an Config rule that evaluated an Amazon Web Services resource, and provides the type and ID of the resource that the rule evaluated.

See: newEvaluationResultQualifier smart constructor.

Constructors

EvaluationResultQualifier' 

Fields

Instances

Instances details
Eq EvaluationResultQualifier Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResultQualifier

Read EvaluationResultQualifier Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResultQualifier

Show EvaluationResultQualifier Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResultQualifier

Generic EvaluationResultQualifier Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResultQualifier

Associated Types

type Rep EvaluationResultQualifier :: Type -> Type #

NFData EvaluationResultQualifier Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResultQualifier

Hashable EvaluationResultQualifier Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResultQualifier

FromJSON EvaluationResultQualifier Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResultQualifier

type Rep EvaluationResultQualifier Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResultQualifier

type Rep EvaluationResultQualifier = D1 ('MetaData "EvaluationResultQualifier" "Amazonka.Config.Types.EvaluationResultQualifier" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "EvaluationResultQualifier'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "configRuleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newEvaluationResultQualifier :: EvaluationResultQualifier Source #

Create a value of EvaluationResultQualifier with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceId:EvaluationResultQualifier', evaluationResultQualifier_resourceId - The ID of the evaluated Amazon Web Services resource.

$sel:resourceType:EvaluationResultQualifier', evaluationResultQualifier_resourceType - The type of Amazon Web Services resource that was evaluated.

$sel:configRuleName:EvaluationResultQualifier', evaluationResultQualifier_configRuleName - The name of the Config rule that was used in the evaluation.

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

The ID of the evaluated Amazon Web Services resource.

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

The type of Amazon Web Services resource that was evaluated.

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

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

ExecutionControls

data ExecutionControls Source #

The controls that Config uses for executing remediations.

See: newExecutionControls smart constructor.

Constructors

ExecutionControls' 

Fields

Instances

Instances details
Eq ExecutionControls Source # 
Instance details

Defined in Amazonka.Config.Types.ExecutionControls

Read ExecutionControls Source # 
Instance details

Defined in Amazonka.Config.Types.ExecutionControls

Show ExecutionControls Source # 
Instance details

Defined in Amazonka.Config.Types.ExecutionControls

Generic ExecutionControls Source # 
Instance details

Defined in Amazonka.Config.Types.ExecutionControls

Associated Types

type Rep ExecutionControls :: Type -> Type #

NFData ExecutionControls Source # 
Instance details

Defined in Amazonka.Config.Types.ExecutionControls

Methods

rnf :: ExecutionControls -> () #

Hashable ExecutionControls Source # 
Instance details

Defined in Amazonka.Config.Types.ExecutionControls

ToJSON ExecutionControls Source # 
Instance details

Defined in Amazonka.Config.Types.ExecutionControls

FromJSON ExecutionControls Source # 
Instance details

Defined in Amazonka.Config.Types.ExecutionControls

type Rep ExecutionControls Source # 
Instance details

Defined in Amazonka.Config.Types.ExecutionControls

type Rep ExecutionControls = D1 ('MetaData "ExecutionControls" "Amazonka.Config.Types.ExecutionControls" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "ExecutionControls'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ssmControls") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SsmControls))))

newExecutionControls :: ExecutionControls Source #

Create a value of ExecutionControls with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:ssmControls:ExecutionControls', executionControls_ssmControls - A SsmControls object.

ExternalEvaluation

data ExternalEvaluation Source #

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

See: newExternalEvaluation smart constructor.

Constructors

ExternalEvaluation' 

Fields

Instances

Instances details
Eq ExternalEvaluation Source # 
Instance details

Defined in Amazonka.Config.Types.ExternalEvaluation

Read ExternalEvaluation Source # 
Instance details

Defined in Amazonka.Config.Types.ExternalEvaluation

Show ExternalEvaluation Source # 
Instance details

Defined in Amazonka.Config.Types.ExternalEvaluation

Generic ExternalEvaluation Source # 
Instance details

Defined in Amazonka.Config.Types.ExternalEvaluation

Associated Types

type Rep ExternalEvaluation :: Type -> Type #

NFData ExternalEvaluation Source # 
Instance details

Defined in Amazonka.Config.Types.ExternalEvaluation

Methods

rnf :: ExternalEvaluation -> () #

Hashable ExternalEvaluation Source # 
Instance details

Defined in Amazonka.Config.Types.ExternalEvaluation

ToJSON ExternalEvaluation Source # 
Instance details

Defined in Amazonka.Config.Types.ExternalEvaluation

type Rep ExternalEvaluation Source # 
Instance details

Defined in Amazonka.Config.Types.ExternalEvaluation

type Rep ExternalEvaluation = D1 ('MetaData "ExternalEvaluation" "Amazonka.Config.Types.ExternalEvaluation" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "ExternalEvaluation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "annotation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "complianceResourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "complianceResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "complianceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ComplianceType) :*: S1 ('MetaSel ('Just "orderingTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newExternalEvaluation Source #

Create a value of ExternalEvaluation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:annotation:ExternalEvaluation', externalEvaluation_annotation - Supplementary information about the reason of compliance. For example, this task was completed on a specific date.

$sel:complianceResourceType:ExternalEvaluation', externalEvaluation_complianceResourceType - The evaluated compliance resource type. Config accepts AWS::::Account resource type.

$sel:complianceResourceId:ExternalEvaluation', externalEvaluation_complianceResourceId - The evaluated compliance resource ID. Config accepts only Amazon Web Services account ID.

$sel:complianceType:ExternalEvaluation', externalEvaluation_complianceType - The compliance of the Amazon Web Services resource. The valid values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.

$sel:orderingTimestamp:ExternalEvaluation', externalEvaluation_orderingTimestamp - The time when the compliance was recorded.

externalEvaluation_annotation :: Lens' ExternalEvaluation (Maybe Text) Source #

Supplementary information about the reason of compliance. For example, this task was completed on a specific date.

externalEvaluation_complianceResourceType :: Lens' ExternalEvaluation Text Source #

The evaluated compliance resource type. Config accepts AWS::::Account resource type.

externalEvaluation_complianceResourceId :: Lens' ExternalEvaluation Text Source #

The evaluated compliance resource ID. Config accepts only Amazon Web Services account ID.

externalEvaluation_complianceType :: Lens' ExternalEvaluation ComplianceType Source #

The compliance of the Amazon Web Services resource. The valid values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.

externalEvaluation_orderingTimestamp :: Lens' ExternalEvaluation UTCTime Source #

The time when the compliance was recorded.

FailedDeleteRemediationExceptionsBatch

data FailedDeleteRemediationExceptionsBatch Source #

List of each of the failed delete remediation exceptions with specific reasons.

See: newFailedDeleteRemediationExceptionsBatch smart constructor.

Constructors

FailedDeleteRemediationExceptionsBatch' 

Fields

Instances

Instances details
Eq FailedDeleteRemediationExceptionsBatch Source # 
Instance details

Defined in Amazonka.Config.Types.FailedDeleteRemediationExceptionsBatch

Read FailedDeleteRemediationExceptionsBatch Source # 
Instance details

Defined in Amazonka.Config.Types.FailedDeleteRemediationExceptionsBatch

Show FailedDeleteRemediationExceptionsBatch Source # 
Instance details

Defined in Amazonka.Config.Types.FailedDeleteRemediationExceptionsBatch

Generic FailedDeleteRemediationExceptionsBatch Source # 
Instance details

Defined in Amazonka.Config.Types.FailedDeleteRemediationExceptionsBatch

NFData FailedDeleteRemediationExceptionsBatch Source # 
Instance details

Defined in Amazonka.Config.Types.FailedDeleteRemediationExceptionsBatch

Hashable FailedDeleteRemediationExceptionsBatch Source # 
Instance details

Defined in Amazonka.Config.Types.FailedDeleteRemediationExceptionsBatch

FromJSON FailedDeleteRemediationExceptionsBatch Source # 
Instance details

Defined in Amazonka.Config.Types.FailedDeleteRemediationExceptionsBatch

type Rep FailedDeleteRemediationExceptionsBatch Source # 
Instance details

Defined in Amazonka.Config.Types.FailedDeleteRemediationExceptionsBatch

type Rep FailedDeleteRemediationExceptionsBatch = D1 ('MetaData "FailedDeleteRemediationExceptionsBatch" "Amazonka.Config.Types.FailedDeleteRemediationExceptionsBatch" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "FailedDeleteRemediationExceptionsBatch'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failureMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "failedItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty RemediationExceptionResourceKey)))))

newFailedDeleteRemediationExceptionsBatch :: FailedDeleteRemediationExceptionsBatch Source #

Create a value of FailedDeleteRemediationExceptionsBatch with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:failureMessage:FailedDeleteRemediationExceptionsBatch', failedDeleteRemediationExceptionsBatch_failureMessage - Returns a failure message for delete remediation exception. For example, Config creates an exception due to an internal error.

$sel:failedItems:FailedDeleteRemediationExceptionsBatch', failedDeleteRemediationExceptionsBatch_failedItems - Returns remediation exception resource key object of the failed items.

failedDeleteRemediationExceptionsBatch_failureMessage :: Lens' FailedDeleteRemediationExceptionsBatch (Maybe Text) Source #

Returns a failure message for delete remediation exception. For example, Config creates an exception due to an internal error.

FailedRemediationBatch

data FailedRemediationBatch Source #

List of each of the failed remediations with specific reasons.

See: newFailedRemediationBatch smart constructor.

Constructors

FailedRemediationBatch' 

Fields

Instances

Instances details
Eq FailedRemediationBatch Source # 
Instance details

Defined in Amazonka.Config.Types.FailedRemediationBatch

Read FailedRemediationBatch Source # 
Instance details

Defined in Amazonka.Config.Types.FailedRemediationBatch

Show FailedRemediationBatch Source # 
Instance details

Defined in Amazonka.Config.Types.FailedRemediationBatch

Generic FailedRemediationBatch Source # 
Instance details

Defined in Amazonka.Config.Types.FailedRemediationBatch

Associated Types

type Rep FailedRemediationBatch :: Type -> Type #

NFData FailedRemediationBatch Source # 
Instance details

Defined in Amazonka.Config.Types.FailedRemediationBatch

Methods

rnf :: FailedRemediationBatch -> () #

Hashable FailedRemediationBatch Source # 
Instance details

Defined in Amazonka.Config.Types.FailedRemediationBatch

FromJSON FailedRemediationBatch Source # 
Instance details

Defined in Amazonka.Config.Types.FailedRemediationBatch

type Rep FailedRemediationBatch Source # 
Instance details

Defined in Amazonka.Config.Types.FailedRemediationBatch

type Rep FailedRemediationBatch = D1 ('MetaData "FailedRemediationBatch" "Amazonka.Config.Types.FailedRemediationBatch" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "FailedRemediationBatch'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failureMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "failedItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RemediationConfiguration]))))

newFailedRemediationBatch :: FailedRemediationBatch Source #

Create a value of FailedRemediationBatch with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:failureMessage:FailedRemediationBatch', failedRemediationBatch_failureMessage - Returns a failure message. For example, the resource is already compliant.

$sel:failedItems:FailedRemediationBatch', failedRemediationBatch_failedItems - Returns remediation configurations of the failed items.

failedRemediationBatch_failureMessage :: Lens' FailedRemediationBatch (Maybe Text) Source #

Returns a failure message. For example, the resource is already compliant.

failedRemediationBatch_failedItems :: Lens' FailedRemediationBatch (Maybe [RemediationConfiguration]) Source #

Returns remediation configurations of the failed items.

FailedRemediationExceptionBatch

data FailedRemediationExceptionBatch Source #

List of each of the failed remediation exceptions with specific reasons.

See: newFailedRemediationExceptionBatch smart constructor.

Constructors

FailedRemediationExceptionBatch' 

Fields

Instances

Instances details
Eq FailedRemediationExceptionBatch Source # 
Instance details

Defined in Amazonka.Config.Types.FailedRemediationExceptionBatch

Read FailedRemediationExceptionBatch Source # 
Instance details

Defined in Amazonka.Config.Types.FailedRemediationExceptionBatch

Show FailedRemediationExceptionBatch Source # 
Instance details

Defined in Amazonka.Config.Types.FailedRemediationExceptionBatch

Generic FailedRemediationExceptionBatch Source # 
Instance details

Defined in Amazonka.Config.Types.FailedRemediationExceptionBatch

Associated Types

type Rep FailedRemediationExceptionBatch :: Type -> Type #

NFData FailedRemediationExceptionBatch Source # 
Instance details

Defined in Amazonka.Config.Types.FailedRemediationExceptionBatch

Hashable FailedRemediationExceptionBatch Source # 
Instance details

Defined in Amazonka.Config.Types.FailedRemediationExceptionBatch

FromJSON FailedRemediationExceptionBatch Source # 
Instance details

Defined in Amazonka.Config.Types.FailedRemediationExceptionBatch

type Rep FailedRemediationExceptionBatch Source # 
Instance details

Defined in Amazonka.Config.Types.FailedRemediationExceptionBatch

type Rep FailedRemediationExceptionBatch = D1 ('MetaData "FailedRemediationExceptionBatch" "Amazonka.Config.Types.FailedRemediationExceptionBatch" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "FailedRemediationExceptionBatch'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failureMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "failedItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RemediationException]))))

newFailedRemediationExceptionBatch :: FailedRemediationExceptionBatch Source #

Create a value of FailedRemediationExceptionBatch with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:failureMessage:FailedRemediationExceptionBatch', failedRemediationExceptionBatch_failureMessage - Returns a failure message. For example, the auto-remediation has failed.

$sel:failedItems:FailedRemediationExceptionBatch', failedRemediationExceptionBatch_failedItems - Returns remediation exception resource key object of the failed items.

failedRemediationExceptionBatch_failureMessage :: Lens' FailedRemediationExceptionBatch (Maybe Text) Source #

Returns a failure message. For example, the auto-remediation has failed.

failedRemediationExceptionBatch_failedItems :: Lens' FailedRemediationExceptionBatch (Maybe [RemediationException]) Source #

Returns remediation exception resource key object of the failed items.

FieldInfo

data FieldInfo Source #

Details about the fields such as name of the field.

See: newFieldInfo smart constructor.

Constructors

FieldInfo' 

Fields

Instances

Instances details
Eq FieldInfo Source # 
Instance details

Defined in Amazonka.Config.Types.FieldInfo

Read FieldInfo Source # 
Instance details

Defined in Amazonka.Config.Types.FieldInfo

Show FieldInfo Source # 
Instance details

Defined in Amazonka.Config.Types.FieldInfo

Generic FieldInfo Source # 
Instance details

Defined in Amazonka.Config.Types.FieldInfo

Associated Types

type Rep FieldInfo :: Type -> Type #

NFData FieldInfo Source # 
Instance details

Defined in Amazonka.Config.Types.FieldInfo

Methods

rnf :: FieldInfo -> () #

Hashable FieldInfo Source # 
Instance details

Defined in Amazonka.Config.Types.FieldInfo

FromJSON FieldInfo Source # 
Instance details

Defined in Amazonka.Config.Types.FieldInfo

type Rep FieldInfo Source # 
Instance details

Defined in Amazonka.Config.Types.FieldInfo

type Rep FieldInfo = D1 ('MetaData "FieldInfo" "Amazonka.Config.Types.FieldInfo" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "FieldInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newFieldInfo :: FieldInfo Source #

Create a value of FieldInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:FieldInfo', fieldInfo_name - Name of the field.

GroupedResourceCount

data GroupedResourceCount Source #

The count of resources that are grouped by the group name.

See: newGroupedResourceCount smart constructor.

Constructors

GroupedResourceCount' 

Fields

  • groupName :: Text

    The name of the group that can be region, account ID, or resource type. For example, region1, region2 if the region was chosen as GroupByKey.

  • resourceCount :: Integer

    The number of resources in the group.

Instances

Instances details
Eq GroupedResourceCount Source # 
Instance details

Defined in Amazonka.Config.Types.GroupedResourceCount

Read GroupedResourceCount Source # 
Instance details

Defined in Amazonka.Config.Types.GroupedResourceCount

Show GroupedResourceCount Source # 
Instance details

Defined in Amazonka.Config.Types.GroupedResourceCount

Generic GroupedResourceCount Source # 
Instance details

Defined in Amazonka.Config.Types.GroupedResourceCount

Associated Types

type Rep GroupedResourceCount :: Type -> Type #

NFData GroupedResourceCount Source # 
Instance details

Defined in Amazonka.Config.Types.GroupedResourceCount

Methods

rnf :: GroupedResourceCount -> () #

Hashable GroupedResourceCount Source # 
Instance details

Defined in Amazonka.Config.Types.GroupedResourceCount

FromJSON GroupedResourceCount Source # 
Instance details

Defined in Amazonka.Config.Types.GroupedResourceCount

type Rep GroupedResourceCount Source # 
Instance details

Defined in Amazonka.Config.Types.GroupedResourceCount

type Rep GroupedResourceCount = D1 ('MetaData "GroupedResourceCount" "Amazonka.Config.Types.GroupedResourceCount" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "GroupedResourceCount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))

newGroupedResourceCount Source #

Create a value of GroupedResourceCount with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:groupName:GroupedResourceCount', groupedResourceCount_groupName - The name of the group that can be region, account ID, or resource type. For example, region1, region2 if the region was chosen as GroupByKey.

$sel:resourceCount:GroupedResourceCount', groupedResourceCount_resourceCount - The number of resources in the group.

groupedResourceCount_groupName :: Lens' GroupedResourceCount Text Source #

The name of the group that can be region, account ID, or resource type. For example, region1, region2 if the region was chosen as GroupByKey.

MemberAccountStatus

data MemberAccountStatus Source #

Organization config rule creation or deletion status in each member account. This includes the name of the rule, the status, error code and error message when the rule creation or deletion failed.

See: newMemberAccountStatus smart constructor.

Constructors

MemberAccountStatus' 

Fields

  • errorCode :: Maybe Text

    An error code that is returned when config rule creation or deletion failed in the member account.

  • errorMessage :: Maybe Text

    An error message indicating that config rule account creation or deletion has failed due to an error in the member account.

  • lastUpdateTime :: Maybe POSIX

    The timestamp of the last status update.

  • accountId :: Text

    The 12-digit account ID of a member account.

  • configRuleName :: Text

    The name of config rule deployed in the member account.

  • memberAccountRuleStatus :: MemberAccountRuleStatus

    Indicates deployment status for config rule in the member account. When master account calls PutOrganizationConfigRule action for the first time, config rule status is created in the member account. When master account calls PutOrganizationConfigRule action for the second time, config rule status is updated in the member account. Config rule status is deleted when the master account deletes OrganizationConfigRule and disables service access for config-multiaccountsetup.amazonaws.com.

    Config sets the state of the rule to:

    • CREATE_SUCCESSFUL when config rule has been created in the member account.
    • CREATE_IN_PROGRESS when config rule is being created in the member account.
    • CREATE_FAILED when config rule creation has failed in the member account.
    • DELETE_FAILED when config rule deletion has failed in the member account.
    • DELETE_IN_PROGRESS when config rule is being deleted in the member account.
    • DELETE_SUCCESSFUL when config rule has been deleted in the member account.
    • UPDATE_SUCCESSFUL when config rule has been updated in the member account.
    • UPDATE_IN_PROGRESS when config rule is being updated in the member account.
    • UPDATE_FAILED when config rule deletion has failed in the member account.

Instances

Instances details
Eq MemberAccountStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountStatus

Read MemberAccountStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountStatus

Show MemberAccountStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountStatus

Generic MemberAccountStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountStatus

Associated Types

type Rep MemberAccountStatus :: Type -> Type #

NFData MemberAccountStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountStatus

Methods

rnf :: MemberAccountStatus -> () #

Hashable MemberAccountStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountStatus

FromJSON MemberAccountStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountStatus

type Rep MemberAccountStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountStatus

type Rep MemberAccountStatus = D1 ('MetaData "MemberAccountStatus" "Amazonka.Config.Types.MemberAccountStatus" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "MemberAccountStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUpdateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "configRuleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "memberAccountRuleStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MemberAccountRuleStatus)))))

newMemberAccountStatus Source #

Create a value of MemberAccountStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:errorCode:MemberAccountStatus', memberAccountStatus_errorCode - An error code that is returned when config rule creation or deletion failed in the member account.

$sel:errorMessage:MemberAccountStatus', memberAccountStatus_errorMessage - An error message indicating that config rule account creation or deletion has failed due to an error in the member account.

$sel:lastUpdateTime:MemberAccountStatus', memberAccountStatus_lastUpdateTime - The timestamp of the last status update.

$sel:accountId:MemberAccountStatus', memberAccountStatus_accountId - The 12-digit account ID of a member account.

$sel:configRuleName:MemberAccountStatus', memberAccountStatus_configRuleName - The name of config rule deployed in the member account.

$sel:memberAccountRuleStatus:MemberAccountStatus', memberAccountStatus_memberAccountRuleStatus - Indicates deployment status for config rule in the member account. When master account calls PutOrganizationConfigRule action for the first time, config rule status is created in the member account. When master account calls PutOrganizationConfigRule action for the second time, config rule status is updated in the member account. Config rule status is deleted when the master account deletes OrganizationConfigRule and disables service access for config-multiaccountsetup.amazonaws.com.

Config sets the state of the rule to:

  • CREATE_SUCCESSFUL when config rule has been created in the member account.
  • CREATE_IN_PROGRESS when config rule is being created in the member account.
  • CREATE_FAILED when config rule creation has failed in the member account.
  • DELETE_FAILED when config rule deletion has failed in the member account.
  • DELETE_IN_PROGRESS when config rule is being deleted in the member account.
  • DELETE_SUCCESSFUL when config rule has been deleted in the member account.
  • UPDATE_SUCCESSFUL when config rule has been updated in the member account.
  • UPDATE_IN_PROGRESS when config rule is being updated in the member account.
  • UPDATE_FAILED when config rule deletion has failed in the member account.

memberAccountStatus_errorCode :: Lens' MemberAccountStatus (Maybe Text) Source #

An error code that is returned when config rule creation or deletion failed in the member account.

memberAccountStatus_errorMessage :: Lens' MemberAccountStatus (Maybe Text) Source #

An error message indicating that config rule account creation or deletion has failed due to an error in the member account.

memberAccountStatus_accountId :: Lens' MemberAccountStatus Text Source #

The 12-digit account ID of a member account.

memberAccountStatus_configRuleName :: Lens' MemberAccountStatus Text Source #

The name of config rule deployed in the member account.

memberAccountStatus_memberAccountRuleStatus :: Lens' MemberAccountStatus MemberAccountRuleStatus Source #

Indicates deployment status for config rule in the member account. When master account calls PutOrganizationConfigRule action for the first time, config rule status is created in the member account. When master account calls PutOrganizationConfigRule action for the second time, config rule status is updated in the member account. Config rule status is deleted when the master account deletes OrganizationConfigRule and disables service access for config-multiaccountsetup.amazonaws.com.

Config sets the state of the rule to:

  • CREATE_SUCCESSFUL when config rule has been created in the member account.
  • CREATE_IN_PROGRESS when config rule is being created in the member account.
  • CREATE_FAILED when config rule creation has failed in the member account.
  • DELETE_FAILED when config rule deletion has failed in the member account.
  • DELETE_IN_PROGRESS when config rule is being deleted in the member account.
  • DELETE_SUCCESSFUL when config rule has been deleted in the member account.
  • UPDATE_SUCCESSFUL when config rule has been updated in the member account.
  • UPDATE_IN_PROGRESS when config rule is being updated in the member account.
  • UPDATE_FAILED when config rule deletion has failed in the member account.

OrganizationAggregationSource

data OrganizationAggregationSource Source #

This object contains regions to set up the aggregator and an IAM role to retrieve organization details.

See: newOrganizationAggregationSource smart constructor.

Constructors

OrganizationAggregationSource' 

Fields

Instances

Instances details
Eq OrganizationAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationAggregationSource

Read OrganizationAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationAggregationSource

Show OrganizationAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationAggregationSource

Generic OrganizationAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationAggregationSource

Associated Types

type Rep OrganizationAggregationSource :: Type -> Type #

NFData OrganizationAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationAggregationSource

Hashable OrganizationAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationAggregationSource

ToJSON OrganizationAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationAggregationSource

FromJSON OrganizationAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationAggregationSource

type Rep OrganizationAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationAggregationSource

type Rep OrganizationAggregationSource = D1 ('MetaData "OrganizationAggregationSource" "Amazonka.Config.Types.OrganizationAggregationSource" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "OrganizationAggregationSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "awsRegions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "allAwsRegions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newOrganizationAggregationSource Source #

Create a value of OrganizationAggregationSource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:awsRegions:OrganizationAggregationSource', organizationAggregationSource_awsRegions - The source regions being aggregated.

$sel:allAwsRegions:OrganizationAggregationSource', organizationAggregationSource_allAwsRegions - If true, aggregate existing Config regions and future regions.

$sel:roleArn:OrganizationAggregationSource', organizationAggregationSource_roleArn - ARN of the IAM role used to retrieve Amazon Web Services Organization details associated with the aggregator account.

organizationAggregationSource_allAwsRegions :: Lens' OrganizationAggregationSource (Maybe Bool) Source #

If true, aggregate existing Config regions and future regions.

organizationAggregationSource_roleArn :: Lens' OrganizationAggregationSource Text Source #

ARN of the IAM role used to retrieve Amazon Web Services Organization details associated with the aggregator account.

OrganizationConfigRule

data OrganizationConfigRule Source #

An organization config rule that has information about config rules that Config creates in member accounts.

See: newOrganizationConfigRule smart constructor.

Constructors

OrganizationConfigRule' 

Fields

Instances

Instances details
Eq OrganizationConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRule

Read OrganizationConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRule

Show OrganizationConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRule

Generic OrganizationConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRule

Associated Types

type Rep OrganizationConfigRule :: Type -> Type #

NFData OrganizationConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRule

Methods

rnf :: OrganizationConfigRule -> () #

Hashable OrganizationConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRule

FromJSON OrganizationConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRule

type Rep OrganizationConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRule

type Rep OrganizationConfigRule = D1 ('MetaData "OrganizationConfigRule" "Amazonka.Config.Types.OrganizationConfigRule" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "OrganizationConfigRule'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "organizationManagedRuleMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OrganizationManagedRuleMetadata)) :*: (S1 ('MetaSel ('Just "excludedAccounts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "organizationCustomRuleMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OrganizationCustomRuleMetadata)))) :*: (S1 ('MetaSel ('Just "lastUpdateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "organizationConfigRuleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "organizationConfigRuleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newOrganizationConfigRule Source #

Create a value of OrganizationConfigRule with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:organizationManagedRuleMetadata:OrganizationConfigRule', organizationConfigRule_organizationManagedRuleMetadata - An OrganizationManagedRuleMetadata object.

$sel:excludedAccounts:OrganizationConfigRule', organizationConfigRule_excludedAccounts - A comma-separated list of accounts excluded from organization config rule.

$sel:organizationCustomRuleMetadata:OrganizationConfigRule', organizationConfigRule_organizationCustomRuleMetadata - An OrganizationCustomRuleMetadata object.

$sel:lastUpdateTime:OrganizationConfigRule', organizationConfigRule_lastUpdateTime - The timestamp of the last update.

$sel:organizationConfigRuleName:OrganizationConfigRule', organizationConfigRule_organizationConfigRuleName - The name that you assign to organization config rule.

$sel:organizationConfigRuleArn:OrganizationConfigRule', organizationConfigRule_organizationConfigRuleArn - Amazon Resource Name (ARN) of organization config rule.

organizationConfigRule_excludedAccounts :: Lens' OrganizationConfigRule (Maybe [Text]) Source #

A comma-separated list of accounts excluded from organization config rule.

organizationConfigRule_organizationConfigRuleName :: Lens' OrganizationConfigRule Text Source #

The name that you assign to organization config rule.

organizationConfigRule_organizationConfigRuleArn :: Lens' OrganizationConfigRule Text Source #

Amazon Resource Name (ARN) of organization config rule.

OrganizationConfigRuleStatus

data OrganizationConfigRuleStatus Source #

Returns the status for an organization config rule in an organization.

See: newOrganizationConfigRuleStatus smart constructor.

Constructors

OrganizationConfigRuleStatus' 

Fields

  • errorCode :: Maybe Text

    An error code that is returned when organization config rule creation or deletion has failed.

  • errorMessage :: Maybe Text

    An error message indicating that organization config rule creation or deletion failed due to an error.

  • lastUpdateTime :: Maybe POSIX

    The timestamp of the last update.

  • organizationConfigRuleName :: Text

    The name that you assign to organization config rule.

  • organizationRuleStatus :: OrganizationRuleStatus

    Indicates deployment status of an organization config rule. When master account calls PutOrganizationConfigRule action for the first time, config rule status is created in all the member accounts. When master account calls PutOrganizationConfigRule action for the second time, config rule status is updated in all the member accounts. Additionally, config rule status is updated when one or more member accounts join or leave an organization. Config rule status is deleted when the master account deletes OrganizationConfigRule in all the member accounts and disables service access for config-multiaccountsetup.amazonaws.com.

    Config sets the state of the rule to:

    • CREATE_SUCCESSFUL when an organization config rule has been successfully created in all the member accounts.
    • CREATE_IN_PROGRESS when an organization config rule creation is in progress.
    • CREATE_FAILED when an organization config rule creation failed in one or more member accounts within that organization.
    • DELETE_FAILED when an organization config rule deletion failed in one or more member accounts within that organization.
    • DELETE_IN_PROGRESS when an organization config rule deletion is in progress.
    • DELETE_SUCCESSFUL when an organization config rule has been successfully deleted from all the member accounts.
    • UPDATE_SUCCESSFUL when an organization config rule has been successfully updated in all the member accounts.
    • UPDATE_IN_PROGRESS when an organization config rule update is in progress.
    • UPDATE_FAILED when an organization config rule update failed in one or more member accounts within that organization.

Instances

Instances details
Eq OrganizationConfigRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleStatus

Read OrganizationConfigRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleStatus

Show OrganizationConfigRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleStatus

Generic OrganizationConfigRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleStatus

Associated Types

type Rep OrganizationConfigRuleStatus :: Type -> Type #

NFData OrganizationConfigRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleStatus

Hashable OrganizationConfigRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleStatus

FromJSON OrganizationConfigRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleStatus

type Rep OrganizationConfigRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleStatus

type Rep OrganizationConfigRuleStatus = D1 ('MetaData "OrganizationConfigRuleStatus" "Amazonka.Config.Types.OrganizationConfigRuleStatus" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "OrganizationConfigRuleStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastUpdateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "organizationConfigRuleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "organizationRuleStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OrganizationRuleStatus)))))

newOrganizationConfigRuleStatus Source #

Create a value of OrganizationConfigRuleStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:errorCode:OrganizationConfigRuleStatus', organizationConfigRuleStatus_errorCode - An error code that is returned when organization config rule creation or deletion has failed.

$sel:errorMessage:OrganizationConfigRuleStatus', organizationConfigRuleStatus_errorMessage - An error message indicating that organization config rule creation or deletion failed due to an error.

$sel:lastUpdateTime:OrganizationConfigRuleStatus', organizationConfigRuleStatus_lastUpdateTime - The timestamp of the last update.

$sel:organizationConfigRuleName:OrganizationConfigRuleStatus', organizationConfigRuleStatus_organizationConfigRuleName - The name that you assign to organization config rule.

$sel:organizationRuleStatus:OrganizationConfigRuleStatus', organizationConfigRuleStatus_organizationRuleStatus - Indicates deployment status of an organization config rule. When master account calls PutOrganizationConfigRule action for the first time, config rule status is created in all the member accounts. When master account calls PutOrganizationConfigRule action for the second time, config rule status is updated in all the member accounts. Additionally, config rule status is updated when one or more member accounts join or leave an organization. Config rule status is deleted when the master account deletes OrganizationConfigRule in all the member accounts and disables service access for config-multiaccountsetup.amazonaws.com.

Config sets the state of the rule to:

  • CREATE_SUCCESSFUL when an organization config rule has been successfully created in all the member accounts.
  • CREATE_IN_PROGRESS when an organization config rule creation is in progress.
  • CREATE_FAILED when an organization config rule creation failed in one or more member accounts within that organization.
  • DELETE_FAILED when an organization config rule deletion failed in one or more member accounts within that organization.
  • DELETE_IN_PROGRESS when an organization config rule deletion is in progress.
  • DELETE_SUCCESSFUL when an organization config rule has been successfully deleted from all the member accounts.
  • UPDATE_SUCCESSFUL when an organization config rule has been successfully updated in all the member accounts.
  • UPDATE_IN_PROGRESS when an organization config rule update is in progress.
  • UPDATE_FAILED when an organization config rule update failed in one or more member accounts within that organization.

organizationConfigRuleStatus_errorCode :: Lens' OrganizationConfigRuleStatus (Maybe Text) Source #

An error code that is returned when organization config rule creation or deletion has failed.

organizationConfigRuleStatus_errorMessage :: Lens' OrganizationConfigRuleStatus (Maybe Text) Source #

An error message indicating that organization config rule creation or deletion failed due to an error.

organizationConfigRuleStatus_organizationRuleStatus :: Lens' OrganizationConfigRuleStatus OrganizationRuleStatus Source #

Indicates deployment status of an organization config rule. When master account calls PutOrganizationConfigRule action for the first time, config rule status is created in all the member accounts. When master account calls PutOrganizationConfigRule action for the second time, config rule status is updated in all the member accounts. Additionally, config rule status is updated when one or more member accounts join or leave an organization. Config rule status is deleted when the master account deletes OrganizationConfigRule in all the member accounts and disables service access for config-multiaccountsetup.amazonaws.com.

Config sets the state of the rule to:

  • CREATE_SUCCESSFUL when an organization config rule has been successfully created in all the member accounts.
  • CREATE_IN_PROGRESS when an organization config rule creation is in progress.
  • CREATE_FAILED when an organization config rule creation failed in one or more member accounts within that organization.
  • DELETE_FAILED when an organization config rule deletion failed in one or more member accounts within that organization.
  • DELETE_IN_PROGRESS when an organization config rule deletion is in progress.
  • DELETE_SUCCESSFUL when an organization config rule has been successfully deleted from all the member accounts.
  • UPDATE_SUCCESSFUL when an organization config rule has been successfully updated in all the member accounts.
  • UPDATE_IN_PROGRESS when an organization config rule update is in progress.
  • UPDATE_FAILED when an organization config rule update failed in one or more member accounts within that organization.

OrganizationConformancePack

data OrganizationConformancePack Source #

An organization conformance pack that has information about conformance packs that Config creates in member accounts.

See: newOrganizationConformancePack smart constructor.

Constructors

OrganizationConformancePack' 

Fields

Instances

Instances details
Eq OrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePack

Read OrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePack

Show OrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePack

Generic OrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePack

Associated Types

type Rep OrganizationConformancePack :: Type -> Type #

NFData OrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePack

Hashable OrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePack

FromJSON OrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePack

type Rep OrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePack

type Rep OrganizationConformancePack = D1 ('MetaData "OrganizationConformancePack" "Amazonka.Config.Types.OrganizationConformancePack" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "OrganizationConformancePack'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "deliveryS3Bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "deliveryS3KeyPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "conformancePackInputParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConformancePackInputParameter])))) :*: ((S1 ('MetaSel ('Just "excludedAccounts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "organizationConformancePackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "organizationConformancePackArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "lastUpdateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newOrganizationConformancePack Source #

Create a value of OrganizationConformancePack with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:deliveryS3Bucket:OrganizationConformancePack', organizationConformancePack_deliveryS3Bucket - The name of the Amazon S3 bucket where Config stores conformance pack templates.

This field is optional.

$sel:deliveryS3KeyPrefix:OrganizationConformancePack', organizationConformancePack_deliveryS3KeyPrefix - Any folder structure you want to add to an Amazon S3 bucket.

This field is optional.

$sel:conformancePackInputParameters:OrganizationConformancePack', organizationConformancePack_conformancePackInputParameters - A list of ConformancePackInputParameter objects.

$sel:excludedAccounts:OrganizationConformancePack', organizationConformancePack_excludedAccounts - A comma-separated list of accounts excluded from organization conformance pack.

$sel:organizationConformancePackName:OrganizationConformancePack', organizationConformancePack_organizationConformancePackName - The name you assign to an organization conformance pack.

$sel:organizationConformancePackArn:OrganizationConformancePack', organizationConformancePack_organizationConformancePackArn - Amazon Resource Name (ARN) of organization conformance pack.

$sel:lastUpdateTime:OrganizationConformancePack', organizationConformancePack_lastUpdateTime - Last time when organization conformation pack was updated.

organizationConformancePack_deliveryS3Bucket :: Lens' OrganizationConformancePack (Maybe Text) Source #

The name of the Amazon S3 bucket where Config stores conformance pack templates.

This field is optional.

organizationConformancePack_deliveryS3KeyPrefix :: Lens' OrganizationConformancePack (Maybe Text) Source #

Any folder structure you want to add to an Amazon S3 bucket.

This field is optional.

organizationConformancePack_excludedAccounts :: Lens' OrganizationConformancePack (Maybe [Text]) Source #

A comma-separated list of accounts excluded from organization conformance pack.

organizationConformancePack_organizationConformancePackArn :: Lens' OrganizationConformancePack Text Source #

Amazon Resource Name (ARN) of organization conformance pack.

organizationConformancePack_lastUpdateTime :: Lens' OrganizationConformancePack UTCTime Source #

Last time when organization conformation pack was updated.

OrganizationConformancePackDetailedStatus

data OrganizationConformancePackDetailedStatus Source #

Organization conformance pack creation or deletion status in each member account. This includes the name of the conformance pack, the status, error code and error message when the conformance pack creation or deletion failed.

See: newOrganizationConformancePackDetailedStatus smart constructor.

Constructors

OrganizationConformancePackDetailedStatus' 

Fields

  • errorCode :: Maybe Text

    An error code that is returned when conformance pack creation or deletion failed in the member account.

  • errorMessage :: Maybe Text

    An error message indicating that conformance pack account creation or deletion has failed due to an error in the member account.

  • lastUpdateTime :: Maybe POSIX

    The timestamp of the last status update.

  • accountId :: Text

    The 12-digit account ID of a member account.

  • conformancePackName :: Text

    The name of conformance pack deployed in the member account.

  • status :: OrganizationResourceDetailedStatus

    Indicates deployment status for conformance pack in a member account. When master account calls PutOrganizationConformancePack action for the first time, conformance pack status is created in the member account. When master account calls PutOrganizationConformancePack action for the second time, conformance pack status is updated in the member account. Conformance pack status is deleted when the master account deletes OrganizationConformancePack and disables service access for config-multiaccountsetup.amazonaws.com.

    Config sets the state of the conformance pack to:

    • CREATE_SUCCESSFUL when conformance pack has been created in the member account.
    • CREATE_IN_PROGRESS when conformance pack is being created in the member account.
    • CREATE_FAILED when conformance pack creation has failed in the member account.
    • DELETE_FAILED when conformance pack deletion has failed in the member account.
    • DELETE_IN_PROGRESS when conformance pack is being deleted in the member account.
    • DELETE_SUCCESSFUL when conformance pack has been deleted in the member account.
    • UPDATE_SUCCESSFUL when conformance pack has been updated in the member account.
    • UPDATE_IN_PROGRESS when conformance pack is being updated in the member account.
    • UPDATE_FAILED when conformance pack deletion has failed in the member account.

Instances

Instances details
Eq OrganizationConformancePackDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePackDetailedStatus

Read OrganizationConformancePackDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePackDetailedStatus

Show OrganizationConformancePackDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePackDetailedStatus

Generic OrganizationConformancePackDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePackDetailedStatus

NFData OrganizationConformancePackDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePackDetailedStatus

Hashable OrganizationConformancePackDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePackDetailedStatus

FromJSON OrganizationConformancePackDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePackDetailedStatus

type Rep OrganizationConformancePackDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePackDetailedStatus

type Rep OrganizationConformancePackDetailedStatus = D1 ('MetaData "OrganizationConformancePackDetailedStatus" "Amazonka.Config.Types.OrganizationConformancePackDetailedStatus" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "OrganizationConformancePackDetailedStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUpdateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "conformancePackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OrganizationResourceDetailedStatus)))))

newOrganizationConformancePackDetailedStatus Source #

Create a value of OrganizationConformancePackDetailedStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:errorCode:OrganizationConformancePackDetailedStatus', organizationConformancePackDetailedStatus_errorCode - An error code that is returned when conformance pack creation or deletion failed in the member account.

$sel:errorMessage:OrganizationConformancePackDetailedStatus', organizationConformancePackDetailedStatus_errorMessage - An error message indicating that conformance pack account creation or deletion has failed due to an error in the member account.

$sel:lastUpdateTime:OrganizationConformancePackDetailedStatus', organizationConformancePackDetailedStatus_lastUpdateTime - The timestamp of the last status update.

$sel:accountId:OrganizationConformancePackDetailedStatus', organizationConformancePackDetailedStatus_accountId - The 12-digit account ID of a member account.

$sel:conformancePackName:OrganizationConformancePackDetailedStatus', organizationConformancePackDetailedStatus_conformancePackName - The name of conformance pack deployed in the member account.

$sel:status:OrganizationConformancePackDetailedStatus', organizationConformancePackDetailedStatus_status - Indicates deployment status for conformance pack in a member account. When master account calls PutOrganizationConformancePack action for the first time, conformance pack status is created in the member account. When master account calls PutOrganizationConformancePack action for the second time, conformance pack status is updated in the member account. Conformance pack status is deleted when the master account deletes OrganizationConformancePack and disables service access for config-multiaccountsetup.amazonaws.com.

Config sets the state of the conformance pack to:

  • CREATE_SUCCESSFUL when conformance pack has been created in the member account.
  • CREATE_IN_PROGRESS when conformance pack is being created in the member account.
  • CREATE_FAILED when conformance pack creation has failed in the member account.
  • DELETE_FAILED when conformance pack deletion has failed in the member account.
  • DELETE_IN_PROGRESS when conformance pack is being deleted in the member account.
  • DELETE_SUCCESSFUL when conformance pack has been deleted in the member account.
  • UPDATE_SUCCESSFUL when conformance pack has been updated in the member account.
  • UPDATE_IN_PROGRESS when conformance pack is being updated in the member account.
  • UPDATE_FAILED when conformance pack deletion has failed in the member account.

organizationConformancePackDetailedStatus_errorCode :: Lens' OrganizationConformancePackDetailedStatus (Maybe Text) Source #

An error code that is returned when conformance pack creation or deletion failed in the member account.

organizationConformancePackDetailedStatus_errorMessage :: Lens' OrganizationConformancePackDetailedStatus (Maybe Text) Source #

An error message indicating that conformance pack account creation or deletion has failed due to an error in the member account.

organizationConformancePackDetailedStatus_status :: Lens' OrganizationConformancePackDetailedStatus OrganizationResourceDetailedStatus Source #

Indicates deployment status for conformance pack in a member account. When master account calls PutOrganizationConformancePack action for the first time, conformance pack status is created in the member account. When master account calls PutOrganizationConformancePack action for the second time, conformance pack status is updated in the member account. Conformance pack status is deleted when the master account deletes OrganizationConformancePack and disables service access for config-multiaccountsetup.amazonaws.com.

Config sets the state of the conformance pack to:

  • CREATE_SUCCESSFUL when conformance pack has been created in the member account.
  • CREATE_IN_PROGRESS when conformance pack is being created in the member account.
  • CREATE_FAILED when conformance pack creation has failed in the member account.
  • DELETE_FAILED when conformance pack deletion has failed in the member account.
  • DELETE_IN_PROGRESS when conformance pack is being deleted in the member account.
  • DELETE_SUCCESSFUL when conformance pack has been deleted in the member account.
  • UPDATE_SUCCESSFUL when conformance pack has been updated in the member account.
  • UPDATE_IN_PROGRESS when conformance pack is being updated in the member account.
  • UPDATE_FAILED when conformance pack deletion has failed in the member account.

OrganizationConformancePackStatus

data OrganizationConformancePackStatus Source #

Returns the status for an organization conformance pack in an organization.

See: newOrganizationConformancePackStatus smart constructor.

Constructors

OrganizationConformancePackStatus' 

Fields

  • errorCode :: Maybe Text

    An error code that is returned when organization conformance pack creation or deletion has failed in a member account.

  • errorMessage :: Maybe Text

    An error message indicating that organization conformance pack creation or deletion failed due to an error.

  • lastUpdateTime :: Maybe POSIX

    The timestamp of the last update.

  • organizationConformancePackName :: Text

    The name that you assign to organization conformance pack.

  • status :: OrganizationResourceStatus

    Indicates deployment status of an organization conformance pack. When master account calls PutOrganizationConformancePack for the first time, conformance pack status is created in all the member accounts. When master account calls PutOrganizationConformancePack for the second time, conformance pack status is updated in all the member accounts. Additionally, conformance pack status is updated when one or more member accounts join or leave an organization. Conformance pack status is deleted when the master account deletes OrganizationConformancePack in all the member accounts and disables service access for config-multiaccountsetup.amazonaws.com.

    Config sets the state of the conformance pack to:

    • CREATE_SUCCESSFUL when an organization conformance pack has been successfully created in all the member accounts.
    • CREATE_IN_PROGRESS when an organization conformance pack creation is in progress.
    • CREATE_FAILED when an organization conformance pack creation failed in one or more member accounts within that organization.
    • DELETE_FAILED when an organization conformance pack deletion failed in one or more member accounts within that organization.
    • DELETE_IN_PROGRESS when an organization conformance pack deletion is in progress.
    • DELETE_SUCCESSFUL when an organization conformance pack has been successfully deleted from all the member accounts.
    • UPDATE_SUCCESSFUL when an organization conformance pack has been successfully updated in all the member accounts.
    • UPDATE_IN_PROGRESS when an organization conformance pack update is in progress.
    • UPDATE_FAILED when an organization conformance pack update failed in one or more member accounts within that organization.

Instances

Instances details
Eq OrganizationConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePackStatus

Read OrganizationConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePackStatus

Show OrganizationConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePackStatus

Generic OrganizationConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePackStatus

Associated Types

type Rep OrganizationConformancePackStatus :: Type -> Type #

NFData OrganizationConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePackStatus

Hashable OrganizationConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePackStatus

FromJSON OrganizationConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePackStatus

type Rep OrganizationConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePackStatus

type Rep OrganizationConformancePackStatus = D1 ('MetaData "OrganizationConformancePackStatus" "Amazonka.Config.Types.OrganizationConformancePackStatus" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "OrganizationConformancePackStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastUpdateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "organizationConformancePackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OrganizationResourceStatus)))))

newOrganizationConformancePackStatus Source #

Create a value of OrganizationConformancePackStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:errorCode:OrganizationConformancePackStatus', organizationConformancePackStatus_errorCode - An error code that is returned when organization conformance pack creation or deletion has failed in a member account.

$sel:errorMessage:OrganizationConformancePackStatus', organizationConformancePackStatus_errorMessage - An error message indicating that organization conformance pack creation or deletion failed due to an error.

$sel:lastUpdateTime:OrganizationConformancePackStatus', organizationConformancePackStatus_lastUpdateTime - The timestamp of the last update.

$sel:organizationConformancePackName:OrganizationConformancePackStatus', organizationConformancePackStatus_organizationConformancePackName - The name that you assign to organization conformance pack.

$sel:status:OrganizationConformancePackStatus', organizationConformancePackStatus_status - Indicates deployment status of an organization conformance pack. When master account calls PutOrganizationConformancePack for the first time, conformance pack status is created in all the member accounts. When master account calls PutOrganizationConformancePack for the second time, conformance pack status is updated in all the member accounts. Additionally, conformance pack status is updated when one or more member accounts join or leave an organization. Conformance pack status is deleted when the master account deletes OrganizationConformancePack in all the member accounts and disables service access for config-multiaccountsetup.amazonaws.com.

Config sets the state of the conformance pack to:

  • CREATE_SUCCESSFUL when an organization conformance pack has been successfully created in all the member accounts.
  • CREATE_IN_PROGRESS when an organization conformance pack creation is in progress.
  • CREATE_FAILED when an organization conformance pack creation failed in one or more member accounts within that organization.
  • DELETE_FAILED when an organization conformance pack deletion failed in one or more member accounts within that organization.
  • DELETE_IN_PROGRESS when an organization conformance pack deletion is in progress.
  • DELETE_SUCCESSFUL when an organization conformance pack has been successfully deleted from all the member accounts.
  • UPDATE_SUCCESSFUL when an organization conformance pack has been successfully updated in all the member accounts.
  • UPDATE_IN_PROGRESS when an organization conformance pack update is in progress.
  • UPDATE_FAILED when an organization conformance pack update failed in one or more member accounts within that organization.

organizationConformancePackStatus_errorCode :: Lens' OrganizationConformancePackStatus (Maybe Text) Source #

An error code that is returned when organization conformance pack creation or deletion has failed in a member account.

organizationConformancePackStatus_errorMessage :: Lens' OrganizationConformancePackStatus (Maybe Text) Source #

An error message indicating that organization conformance pack creation or deletion failed due to an error.

organizationConformancePackStatus_status :: Lens' OrganizationConformancePackStatus OrganizationResourceStatus Source #

Indicates deployment status of an organization conformance pack. When master account calls PutOrganizationConformancePack for the first time, conformance pack status is created in all the member accounts. When master account calls PutOrganizationConformancePack for the second time, conformance pack status is updated in all the member accounts. Additionally, conformance pack status is updated when one or more member accounts join or leave an organization. Conformance pack status is deleted when the master account deletes OrganizationConformancePack in all the member accounts and disables service access for config-multiaccountsetup.amazonaws.com.

Config sets the state of the conformance pack to:

  • CREATE_SUCCESSFUL when an organization conformance pack has been successfully created in all the member accounts.
  • CREATE_IN_PROGRESS when an organization conformance pack creation is in progress.
  • CREATE_FAILED when an organization conformance pack creation failed in one or more member accounts within that organization.
  • DELETE_FAILED when an organization conformance pack deletion failed in one or more member accounts within that organization.
  • DELETE_IN_PROGRESS when an organization conformance pack deletion is in progress.
  • DELETE_SUCCESSFUL when an organization conformance pack has been successfully deleted from all the member accounts.
  • UPDATE_SUCCESSFUL when an organization conformance pack has been successfully updated in all the member accounts.
  • UPDATE_IN_PROGRESS when an organization conformance pack update is in progress.
  • UPDATE_FAILED when an organization conformance pack update failed in one or more member accounts within that organization.

OrganizationCustomRuleMetadata

data OrganizationCustomRuleMetadata Source #

An object that specifies organization custom rule metadata such as resource type, resource ID of Amazon Web Services resource, Lambda function ARN, and organization trigger types that trigger Config to evaluate your Amazon Web Services resources against a rule. It also provides the frequency with which you want Config to run evaluations for the rule if the trigger type is periodic.

See: newOrganizationCustomRuleMetadata smart constructor.

Constructors

OrganizationCustomRuleMetadata' 

Fields

  • inputParameters :: Maybe Text

    A string, in JSON format, that is passed to organization config rule Lambda function.

  • resourceIdScope :: Maybe Text

    The ID of the Amazon Web Services resource that was evaluated.

  • tagValueScope :: Maybe Text

    The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).

  • maximumExecutionFrequency :: Maybe MaximumExecutionFrequency

    The maximum frequency with which Config runs evaluations for a rule. Your custom rule is triggered when Config delivers the configuration snapshot. For more information, see ConfigSnapshotDeliveryProperties.

    By default, rules with a periodic trigger are evaluated every 24 hours. To change the frequency, specify a valid value for the MaximumExecutionFrequency parameter.

  • tagKeyScope :: Maybe Text

    One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.

  • resourceTypesScope :: Maybe [Text]

    The type of the Amazon Web Services resource that was evaluated.

  • description :: Maybe Text

    The description that you provide for organization config rule.

  • lambdaFunctionArn :: Text

    The lambda function ARN.

  • organizationConfigRuleTriggerTypes :: [OrganizationConfigRuleTriggerType]

    The type of notification that triggers Config to run an evaluation for a rule. You can specify the following notification types:

    • ConfigurationItemChangeNotification - Triggers an evaluation when Config delivers a configuration item as a result of a resource change.
    • OversizedConfigurationItemChangeNotification - Triggers an evaluation when Config delivers an oversized configuration item. Config may generate this notification type when a resource changes and the notification exceeds the maximum size allowed by Amazon SNS.
    • ScheduledNotification - Triggers a periodic evaluation at the frequency specified for MaximumExecutionFrequency.

Instances

Instances details
Eq OrganizationCustomRuleMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationCustomRuleMetadata

Read OrganizationCustomRuleMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationCustomRuleMetadata

Show OrganizationCustomRuleMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationCustomRuleMetadata

Generic OrganizationCustomRuleMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationCustomRuleMetadata

Associated Types

type Rep OrganizationCustomRuleMetadata :: Type -> Type #

NFData OrganizationCustomRuleMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationCustomRuleMetadata

Hashable OrganizationCustomRuleMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationCustomRuleMetadata

ToJSON OrganizationCustomRuleMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationCustomRuleMetadata

FromJSON OrganizationCustomRuleMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationCustomRuleMetadata

type Rep OrganizationCustomRuleMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationCustomRuleMetadata

type Rep OrganizationCustomRuleMetadata = D1 ('MetaData "OrganizationCustomRuleMetadata" "Amazonka.Config.Types.OrganizationCustomRuleMetadata" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "OrganizationCustomRuleMetadata'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "inputParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceIdScope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tagValueScope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maximumExecutionFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MaximumExecutionFrequency)))) :*: ((S1 ('MetaSel ('Just "tagKeyScope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceTypesScope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lambdaFunctionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "organizationConfigRuleTriggerTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [OrganizationConfigRuleTriggerType]))))))

newOrganizationCustomRuleMetadata Source #

Create a value of OrganizationCustomRuleMetadata with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:inputParameters:OrganizationCustomRuleMetadata', organizationCustomRuleMetadata_inputParameters - A string, in JSON format, that is passed to organization config rule Lambda function.

$sel:resourceIdScope:OrganizationCustomRuleMetadata', organizationCustomRuleMetadata_resourceIdScope - The ID of the Amazon Web Services resource that was evaluated.

$sel:tagValueScope:OrganizationCustomRuleMetadata', organizationCustomRuleMetadata_tagValueScope - The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).

$sel:maximumExecutionFrequency:OrganizationCustomRuleMetadata', organizationCustomRuleMetadata_maximumExecutionFrequency - The maximum frequency with which Config runs evaluations for a rule. Your custom rule is triggered when Config delivers the configuration snapshot. For more information, see ConfigSnapshotDeliveryProperties.

By default, rules with a periodic trigger are evaluated every 24 hours. To change the frequency, specify a valid value for the MaximumExecutionFrequency parameter.

$sel:tagKeyScope:OrganizationCustomRuleMetadata', organizationCustomRuleMetadata_tagKeyScope - One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.

$sel:resourceTypesScope:OrganizationCustomRuleMetadata', organizationCustomRuleMetadata_resourceTypesScope - The type of the Amazon Web Services resource that was evaluated.

$sel:description:OrganizationCustomRuleMetadata', organizationCustomRuleMetadata_description - The description that you provide for organization config rule.

$sel:lambdaFunctionArn:OrganizationCustomRuleMetadata', organizationCustomRuleMetadata_lambdaFunctionArn - The lambda function ARN.

$sel:organizationConfigRuleTriggerTypes:OrganizationCustomRuleMetadata', organizationCustomRuleMetadata_organizationConfigRuleTriggerTypes - The type of notification that triggers Config to run an evaluation for a rule. You can specify the following notification types:

  • ConfigurationItemChangeNotification - Triggers an evaluation when Config delivers a configuration item as a result of a resource change.
  • OversizedConfigurationItemChangeNotification - Triggers an evaluation when Config delivers an oversized configuration item. Config may generate this notification type when a resource changes and the notification exceeds the maximum size allowed by Amazon SNS.
  • ScheduledNotification - Triggers a periodic evaluation at the frequency specified for MaximumExecutionFrequency.

organizationCustomRuleMetadata_inputParameters :: Lens' OrganizationCustomRuleMetadata (Maybe Text) Source #

A string, in JSON format, that is passed to organization config rule Lambda function.

organizationCustomRuleMetadata_resourceIdScope :: Lens' OrganizationCustomRuleMetadata (Maybe Text) Source #

The ID of the Amazon Web Services resource that was evaluated.

organizationCustomRuleMetadata_tagValueScope :: Lens' OrganizationCustomRuleMetadata (Maybe Text) Source #

The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).

organizationCustomRuleMetadata_maximumExecutionFrequency :: Lens' OrganizationCustomRuleMetadata (Maybe MaximumExecutionFrequency) Source #

The maximum frequency with which Config runs evaluations for a rule. Your custom rule is triggered when Config delivers the configuration snapshot. For more information, see ConfigSnapshotDeliveryProperties.

By default, rules with a periodic trigger are evaluated every 24 hours. To change the frequency, specify a valid value for the MaximumExecutionFrequency parameter.

organizationCustomRuleMetadata_tagKeyScope :: Lens' OrganizationCustomRuleMetadata (Maybe Text) Source #

One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.

organizationCustomRuleMetadata_resourceTypesScope :: Lens' OrganizationCustomRuleMetadata (Maybe [Text]) Source #

The type of the Amazon Web Services resource that was evaluated.

organizationCustomRuleMetadata_description :: Lens' OrganizationCustomRuleMetadata (Maybe Text) Source #

The description that you provide for organization config rule.

organizationCustomRuleMetadata_organizationConfigRuleTriggerTypes :: Lens' OrganizationCustomRuleMetadata [OrganizationConfigRuleTriggerType] Source #

The type of notification that triggers Config to run an evaluation for a rule. You can specify the following notification types:

  • ConfigurationItemChangeNotification - Triggers an evaluation when Config delivers a configuration item as a result of a resource change.
  • OversizedConfigurationItemChangeNotification - Triggers an evaluation when Config delivers an oversized configuration item. Config may generate this notification type when a resource changes and the notification exceeds the maximum size allowed by Amazon SNS.
  • ScheduledNotification - Triggers a periodic evaluation at the frequency specified for MaximumExecutionFrequency.

OrganizationManagedRuleMetadata

data OrganizationManagedRuleMetadata Source #

An object that specifies organization managed rule metadata such as resource type and ID of Amazon Web Services resource along with the rule identifier. It also provides the frequency with which you want Config to run evaluations for the rule if the trigger type is periodic.

See: newOrganizationManagedRuleMetadata smart constructor.

Constructors

OrganizationManagedRuleMetadata' 

Fields

  • inputParameters :: Maybe Text

    A string, in JSON format, that is passed to organization config rule Lambda function.

  • resourceIdScope :: Maybe Text

    The ID of the Amazon Web Services resource that was evaluated.

  • tagValueScope :: Maybe Text

    The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).

  • maximumExecutionFrequency :: Maybe MaximumExecutionFrequency

    The maximum frequency with which Config runs evaluations for a rule. You are using an Config managed rule that is triggered at a periodic frequency.

    By default, rules with a periodic trigger are evaluated every 24 hours. To change the frequency, specify a valid value for the MaximumExecutionFrequency parameter.

  • tagKeyScope :: Maybe Text

    One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.

  • resourceTypesScope :: Maybe [Text]

    The type of the Amazon Web Services resource that was evaluated.

  • description :: Maybe Text

    The description that you provide for organization config rule.

  • ruleIdentifier :: Text

    For organization config managed rules, a predefined identifier from a list. For example, IAM_PASSWORD_POLICY is a managed rule. To reference a managed rule, see Using Config managed rules.

Instances

Instances details
Eq OrganizationManagedRuleMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationManagedRuleMetadata

Read OrganizationManagedRuleMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationManagedRuleMetadata

Show OrganizationManagedRuleMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationManagedRuleMetadata

Generic OrganizationManagedRuleMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationManagedRuleMetadata

Associated Types

type Rep OrganizationManagedRuleMetadata :: Type -> Type #

NFData OrganizationManagedRuleMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationManagedRuleMetadata

Hashable OrganizationManagedRuleMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationManagedRuleMetadata

ToJSON OrganizationManagedRuleMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationManagedRuleMetadata

FromJSON OrganizationManagedRuleMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationManagedRuleMetadata

type Rep OrganizationManagedRuleMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationManagedRuleMetadata

type Rep OrganizationManagedRuleMetadata = D1 ('MetaData "OrganizationManagedRuleMetadata" "Amazonka.Config.Types.OrganizationManagedRuleMetadata" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "OrganizationManagedRuleMetadata'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "inputParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceIdScope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tagValueScope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maximumExecutionFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MaximumExecutionFrequency)))) :*: ((S1 ('MetaSel ('Just "tagKeyScope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceTypesScope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ruleIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newOrganizationManagedRuleMetadata Source #

Create a value of OrganizationManagedRuleMetadata with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:inputParameters:OrganizationManagedRuleMetadata', organizationManagedRuleMetadata_inputParameters - A string, in JSON format, that is passed to organization config rule Lambda function.

$sel:resourceIdScope:OrganizationManagedRuleMetadata', organizationManagedRuleMetadata_resourceIdScope - The ID of the Amazon Web Services resource that was evaluated.

$sel:tagValueScope:OrganizationManagedRuleMetadata', organizationManagedRuleMetadata_tagValueScope - The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).

$sel:maximumExecutionFrequency:OrganizationManagedRuleMetadata', organizationManagedRuleMetadata_maximumExecutionFrequency - The maximum frequency with which Config runs evaluations for a rule. You are using an Config managed rule that is triggered at a periodic frequency.

By default, rules with a periodic trigger are evaluated every 24 hours. To change the frequency, specify a valid value for the MaximumExecutionFrequency parameter.

$sel:tagKeyScope:OrganizationManagedRuleMetadata', organizationManagedRuleMetadata_tagKeyScope - One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.

$sel:resourceTypesScope:OrganizationManagedRuleMetadata', organizationManagedRuleMetadata_resourceTypesScope - The type of the Amazon Web Services resource that was evaluated.

$sel:description:OrganizationManagedRuleMetadata', organizationManagedRuleMetadata_description - The description that you provide for organization config rule.

$sel:ruleIdentifier:OrganizationManagedRuleMetadata', organizationManagedRuleMetadata_ruleIdentifier - For organization config managed rules, a predefined identifier from a list. For example, IAM_PASSWORD_POLICY is a managed rule. To reference a managed rule, see Using Config managed rules.

organizationManagedRuleMetadata_inputParameters :: Lens' OrganizationManagedRuleMetadata (Maybe Text) Source #

A string, in JSON format, that is passed to organization config rule Lambda function.

organizationManagedRuleMetadata_resourceIdScope :: Lens' OrganizationManagedRuleMetadata (Maybe Text) Source #

The ID of the Amazon Web Services resource that was evaluated.

organizationManagedRuleMetadata_tagValueScope :: Lens' OrganizationManagedRuleMetadata (Maybe Text) Source #

The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).

organizationManagedRuleMetadata_maximumExecutionFrequency :: Lens' OrganizationManagedRuleMetadata (Maybe MaximumExecutionFrequency) Source #

The maximum frequency with which Config runs evaluations for a rule. You are using an Config managed rule that is triggered at a periodic frequency.

By default, rules with a periodic trigger are evaluated every 24 hours. To change the frequency, specify a valid value for the MaximumExecutionFrequency parameter.

organizationManagedRuleMetadata_tagKeyScope :: Lens' OrganizationManagedRuleMetadata (Maybe Text) Source #

One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.

organizationManagedRuleMetadata_resourceTypesScope :: Lens' OrganizationManagedRuleMetadata (Maybe [Text]) Source #

The type of the Amazon Web Services resource that was evaluated.

organizationManagedRuleMetadata_description :: Lens' OrganizationManagedRuleMetadata (Maybe Text) Source #

The description that you provide for organization config rule.

organizationManagedRuleMetadata_ruleIdentifier :: Lens' OrganizationManagedRuleMetadata Text Source #

For organization config managed rules, a predefined identifier from a list. For example, IAM_PASSWORD_POLICY is a managed rule. To reference a managed rule, see Using Config managed rules.

OrganizationResourceDetailedStatusFilters

data OrganizationResourceDetailedStatusFilters Source #

Status filter object to filter results based on specific member account ID or status type for an organization conformance pack.

See: newOrganizationResourceDetailedStatusFilters smart constructor.

Constructors

OrganizationResourceDetailedStatusFilters' 

Fields

  • status :: Maybe OrganizationResourceDetailedStatus

    Indicates deployment status for conformance pack in a member account. When master account calls PutOrganizationConformancePack action for the first time, conformance pack status is created in the member account. When master account calls PutOrganizationConformancePack action for the second time, conformance pack status is updated in the member account. Conformance pack status is deleted when the master account deletes OrganizationConformancePack and disables service access for config-multiaccountsetup.amazonaws.com.

    Config sets the state of the conformance pack to:

    • CREATE_SUCCESSFUL when conformance pack has been created in the member account.
    • CREATE_IN_PROGRESS when conformance pack is being created in the member account.
    • CREATE_FAILED when conformance pack creation has failed in the member account.
    • DELETE_FAILED when conformance pack deletion has failed in the member account.
    • DELETE_IN_PROGRESS when conformance pack is being deleted in the member account.
    • DELETE_SUCCESSFUL when conformance pack has been deleted in the member account.
    • UPDATE_SUCCESSFUL when conformance pack has been updated in the member account.
    • UPDATE_IN_PROGRESS when conformance pack is being updated in the member account.
    • UPDATE_FAILED when conformance pack deletion has failed in the member account.
  • accountId :: Maybe Text

    The 12-digit account ID of the member account within an organization.

Instances

Instances details
Eq OrganizationResourceDetailedStatusFilters Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatusFilters

Read OrganizationResourceDetailedStatusFilters Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatusFilters

Show OrganizationResourceDetailedStatusFilters Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatusFilters

Generic OrganizationResourceDetailedStatusFilters Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatusFilters

NFData OrganizationResourceDetailedStatusFilters Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatusFilters

Hashable OrganizationResourceDetailedStatusFilters Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatusFilters

ToJSON OrganizationResourceDetailedStatusFilters Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatusFilters

type Rep OrganizationResourceDetailedStatusFilters Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatusFilters

type Rep OrganizationResourceDetailedStatusFilters = D1 ('MetaData "OrganizationResourceDetailedStatusFilters" "Amazonka.Config.Types.OrganizationResourceDetailedStatusFilters" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "OrganizationResourceDetailedStatusFilters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OrganizationResourceDetailedStatus)) :*: S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newOrganizationResourceDetailedStatusFilters :: OrganizationResourceDetailedStatusFilters Source #

Create a value of OrganizationResourceDetailedStatusFilters with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:OrganizationResourceDetailedStatusFilters', organizationResourceDetailedStatusFilters_status - Indicates deployment status for conformance pack in a member account. When master account calls PutOrganizationConformancePack action for the first time, conformance pack status is created in the member account. When master account calls PutOrganizationConformancePack action for the second time, conformance pack status is updated in the member account. Conformance pack status is deleted when the master account deletes OrganizationConformancePack and disables service access for config-multiaccountsetup.amazonaws.com.

Config sets the state of the conformance pack to:

  • CREATE_SUCCESSFUL when conformance pack has been created in the member account.
  • CREATE_IN_PROGRESS when conformance pack is being created in the member account.
  • CREATE_FAILED when conformance pack creation has failed in the member account.
  • DELETE_FAILED when conformance pack deletion has failed in the member account.
  • DELETE_IN_PROGRESS when conformance pack is being deleted in the member account.
  • DELETE_SUCCESSFUL when conformance pack has been deleted in the member account.
  • UPDATE_SUCCESSFUL when conformance pack has been updated in the member account.
  • UPDATE_IN_PROGRESS when conformance pack is being updated in the member account.
  • UPDATE_FAILED when conformance pack deletion has failed in the member account.

$sel:accountId:OrganizationResourceDetailedStatusFilters', organizationResourceDetailedStatusFilters_accountId - The 12-digit account ID of the member account within an organization.

organizationResourceDetailedStatusFilters_status :: Lens' OrganizationResourceDetailedStatusFilters (Maybe OrganizationResourceDetailedStatus) Source #

Indicates deployment status for conformance pack in a member account. When master account calls PutOrganizationConformancePack action for the first time, conformance pack status is created in the member account. When master account calls PutOrganizationConformancePack action for the second time, conformance pack status is updated in the member account. Conformance pack status is deleted when the master account deletes OrganizationConformancePack and disables service access for config-multiaccountsetup.amazonaws.com.

Config sets the state of the conformance pack to:

  • CREATE_SUCCESSFUL when conformance pack has been created in the member account.
  • CREATE_IN_PROGRESS when conformance pack is being created in the member account.
  • CREATE_FAILED when conformance pack creation has failed in the member account.
  • DELETE_FAILED when conformance pack deletion has failed in the member account.
  • DELETE_IN_PROGRESS when conformance pack is being deleted in the member account.
  • DELETE_SUCCESSFUL when conformance pack has been deleted in the member account.
  • UPDATE_SUCCESSFUL when conformance pack has been updated in the member account.
  • UPDATE_IN_PROGRESS when conformance pack is being updated in the member account.
  • UPDATE_FAILED when conformance pack deletion has failed in the member account.

organizationResourceDetailedStatusFilters_accountId :: Lens' OrganizationResourceDetailedStatusFilters (Maybe Text) Source #

The 12-digit account ID of the member account within an organization.

PendingAggregationRequest

data PendingAggregationRequest Source #

An object that represents the account ID and region of an aggregator account that is requesting authorization but is not yet authorized.

See: newPendingAggregationRequest smart constructor.

Constructors

PendingAggregationRequest' 

Fields

Instances

Instances details
Eq PendingAggregationRequest Source # 
Instance details

Defined in Amazonka.Config.Types.PendingAggregationRequest

Read PendingAggregationRequest Source # 
Instance details

Defined in Amazonka.Config.Types.PendingAggregationRequest

Show PendingAggregationRequest Source # 
Instance details

Defined in Amazonka.Config.Types.PendingAggregationRequest

Generic PendingAggregationRequest Source # 
Instance details

Defined in Amazonka.Config.Types.PendingAggregationRequest

Associated Types

type Rep PendingAggregationRequest :: Type -> Type #

NFData PendingAggregationRequest Source # 
Instance details

Defined in Amazonka.Config.Types.PendingAggregationRequest

Hashable PendingAggregationRequest Source # 
Instance details

Defined in Amazonka.Config.Types.PendingAggregationRequest

FromJSON PendingAggregationRequest Source # 
Instance details

Defined in Amazonka.Config.Types.PendingAggregationRequest

type Rep PendingAggregationRequest Source # 
Instance details

Defined in Amazonka.Config.Types.PendingAggregationRequest

type Rep PendingAggregationRequest = D1 ('MetaData "PendingAggregationRequest" "Amazonka.Config.Types.PendingAggregationRequest" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "PendingAggregationRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "requesterAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "requesterAwsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newPendingAggregationRequest :: PendingAggregationRequest Source #

Create a value of PendingAggregationRequest with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:requesterAccountId:PendingAggregationRequest', pendingAggregationRequest_requesterAccountId - The 12-digit account ID of the account requesting to aggregate data.

$sel:requesterAwsRegion:PendingAggregationRequest', pendingAggregationRequest_requesterAwsRegion - The region requesting to aggregate data.

pendingAggregationRequest_requesterAccountId :: Lens' PendingAggregationRequest (Maybe Text) Source #

The 12-digit account ID of the account requesting to aggregate data.

QueryInfo

data QueryInfo Source #

Details about the query.

See: newQueryInfo smart constructor.

Constructors

QueryInfo' 

Fields

Instances

Instances details
Eq QueryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.QueryInfo

Read QueryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.QueryInfo

Show QueryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.QueryInfo

Generic QueryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.QueryInfo

Associated Types

type Rep QueryInfo :: Type -> Type #

NFData QueryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.QueryInfo

Methods

rnf :: QueryInfo -> () #

Hashable QueryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.QueryInfo

FromJSON QueryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.QueryInfo

type Rep QueryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.QueryInfo

type Rep QueryInfo = D1 ('MetaData "QueryInfo" "Amazonka.Config.Types.QueryInfo" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "QueryInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "selectFields") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FieldInfo]))))

newQueryInfo :: QueryInfo Source #

Create a value of QueryInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:selectFields:QueryInfo', queryInfo_selectFields - Returns a FieldInfo object.

queryInfo_selectFields :: Lens' QueryInfo (Maybe [FieldInfo]) Source #

Returns a FieldInfo object.

RecordingGroup

data RecordingGroup Source #

Specifies the types of Amazon Web Services resource for which Config records configuration changes.

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

By default, Config records configuration changes for all supported types of regional resources that 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 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 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 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 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 Config Records.

See: newRecordingGroup smart constructor.

Constructors

RecordingGroup' 

Fields

  • allSupported :: Maybe Bool

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

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

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

  • includeGlobalResourceTypes :: Maybe Bool

    Specifies whether 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 Config adds support for a new type of global resource, it starts recording resources of that type automatically.

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

  • resourceTypes :: Maybe [ResourceType]

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

    To record all configuration changes, you must set the allSupported option to true.

    If you set this option to false, when 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 Amazon Web Services resource Types.

Instances

Instances details
Eq RecordingGroup Source # 
Instance details

Defined in Amazonka.Config.Types.RecordingGroup

Read RecordingGroup Source # 
Instance details

Defined in Amazonka.Config.Types.RecordingGroup

Show RecordingGroup Source # 
Instance details

Defined in Amazonka.Config.Types.RecordingGroup

Generic RecordingGroup Source # 
Instance details

Defined in Amazonka.Config.Types.RecordingGroup

Associated Types

type Rep RecordingGroup :: Type -> Type #

NFData RecordingGroup Source # 
Instance details

Defined in Amazonka.Config.Types.RecordingGroup

Methods

rnf :: RecordingGroup -> () #

Hashable RecordingGroup Source # 
Instance details

Defined in Amazonka.Config.Types.RecordingGroup

ToJSON RecordingGroup Source # 
Instance details

Defined in Amazonka.Config.Types.RecordingGroup

FromJSON RecordingGroup Source # 
Instance details

Defined in Amazonka.Config.Types.RecordingGroup

type Rep RecordingGroup Source # 
Instance details

Defined in Amazonka.Config.Types.RecordingGroup

type Rep RecordingGroup = D1 ('MetaData "RecordingGroup" "Amazonka.Config.Types.RecordingGroup" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "RecordingGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "allSupported") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "includeGlobalResourceTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "resourceTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ResourceType])))))

newRecordingGroup :: RecordingGroup Source #

Create a value of RecordingGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:allSupported:RecordingGroup', recordingGroup_allSupported - Specifies whether Config records configuration changes for every supported type of regional resource.

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

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

$sel:includeGlobalResourceTypes:RecordingGroup', recordingGroup_includeGlobalResourceTypes - Specifies whether 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 Config adds support for a new type of global resource, it starts recording resources of that type automatically.

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

$sel:resourceTypes:RecordingGroup', recordingGroup_resourceTypes - A comma-separated list that specifies the types of Amazon Web Services resources for which Config records configuration changes (for example, AWS::EC2::Instance or AWS::CloudTrail::Trail).

To record all configuration changes, you must set the allSupported option to true.

If you set this option to false, when 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 Amazon Web Services resource Types.

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

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

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

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

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

Specifies whether 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 Config adds support for a new type of global resource, it starts recording resources of that type automatically.

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

recordingGroup_resourceTypes :: Lens' RecordingGroup (Maybe [ResourceType]) Source #

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

To record all configuration changes, you must set the allSupported option to true.

If you set this option to false, when 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 Amazon Web Services resource Types.

Relationship

data Relationship Source #

The relationship of the related resource to the main resource.

See: newRelationship smart constructor.

Constructors

Relationship' 

Fields

Instances

Instances details
Eq Relationship Source # 
Instance details

Defined in Amazonka.Config.Types.Relationship

Read Relationship Source # 
Instance details

Defined in Amazonka.Config.Types.Relationship

Show Relationship Source # 
Instance details

Defined in Amazonka.Config.Types.Relationship

Generic Relationship Source # 
Instance details

Defined in Amazonka.Config.Types.Relationship

Associated Types

type Rep Relationship :: Type -> Type #

NFData Relationship Source # 
Instance details

Defined in Amazonka.Config.Types.Relationship

Methods

rnf :: Relationship -> () #

Hashable Relationship Source # 
Instance details

Defined in Amazonka.Config.Types.Relationship

FromJSON Relationship Source # 
Instance details

Defined in Amazonka.Config.Types.Relationship

type Rep Relationship Source # 
Instance details

Defined in Amazonka.Config.Types.Relationship

type Rep Relationship = D1 ('MetaData "Relationship" "Amazonka.Config.Types.Relationship" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "Relationship'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceType))) :*: (S1 ('MetaSel ('Just "resourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "relationshipName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newRelationship :: Relationship Source #

Create a value of Relationship with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceId:Relationship', relationship_resourceId - The ID of the related resource (for example, sg-xxxxxx).

$sel:resourceType:Relationship', relationship_resourceType - The resource type of the related resource.

$sel:resourceName:Relationship', relationship_resourceName - The custom name of the related resource, if available.

$sel:relationshipName:Relationship', relationship_relationshipName - The type of relationship with the related resource.

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

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

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

The resource type of the related resource.

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

The custom name of the related resource, if available.

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

The type of relationship with the related resource.

RemediationConfiguration

data RemediationConfiguration Source #

An object that represents the details about the remediation configuration that includes the remediation action, parameters, and data to execute the action.

See: newRemediationConfiguration smart constructor.

Constructors

RemediationConfiguration' 

Fields

  • resourceType :: Maybe Text

    The type of a resource.

  • arn :: Maybe Text

    Amazon Resource Name (ARN) of remediation configuration.

  • automatic :: Maybe Bool

    The remediation is triggered automatically.

  • createdByService :: Maybe Text

    Name of the service that owns the service linked rule, if applicable.

  • retryAttemptSeconds :: Maybe Natural

    Maximum time in seconds that Config runs auto-remediation. If you do not select a number, the default is 60 seconds.

    For example, if you specify RetryAttemptSeconds as 50 seconds and MaximumAutomaticAttempts as 5, Config will run auto-remediations 5 times within 50 seconds before throwing an exception.

  • executionControls :: Maybe ExecutionControls

    An ExecutionControls object.

  • parameters :: Maybe (HashMap Text RemediationParameterValue)

    An object of the RemediationParameterValue.

  • maximumAutomaticAttempts :: Maybe Natural

    The maximum number of failed attempts for auto-remediation. If you do not select a number, the default is 5.

    For example, if you specify MaximumAutomaticAttempts as 5 with RetryAttemptSeconds as 50 seconds, Config will put a RemediationException on your behalf for the failing resource after the 5th failed attempt within 50 seconds.

  • targetVersion :: Maybe Text

    Version of the target. For example, version of the SSM document.

    If you make backward incompatible changes to the SSM document, you must call PutRemediationConfiguration API again to ensure the remediations can run.

  • configRuleName :: Text

    The name of the Config rule.

  • targetType :: RemediationTargetType

    The type of the target. Target executes remediation. For example, SSM document.

  • targetId :: Text

    Target ID is the name of the public document.

Instances

Instances details
Eq RemediationConfiguration Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationConfiguration

Read RemediationConfiguration Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationConfiguration

Show RemediationConfiguration Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationConfiguration

Generic RemediationConfiguration Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationConfiguration

Associated Types

type Rep RemediationConfiguration :: Type -> Type #

NFData RemediationConfiguration Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationConfiguration

Hashable RemediationConfiguration Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationConfiguration

ToJSON RemediationConfiguration Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationConfiguration

FromJSON RemediationConfiguration Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationConfiguration

type Rep RemediationConfiguration Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationConfiguration

type Rep RemediationConfiguration = D1 ('MetaData "RemediationConfiguration" "Amazonka.Config.Types.RemediationConfiguration" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "RemediationConfiguration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "automatic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "createdByService") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "retryAttemptSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "executionControls") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExecutionControls))))) :*: ((S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text RemediationParameterValue))) :*: (S1 ('MetaSel ('Just "maximumAutomaticAttempts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "targetVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "configRuleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "targetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RemediationTargetType) :*: S1 ('MetaSel ('Just "targetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newRemediationConfiguration Source #

Create a value of RemediationConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceType:RemediationConfiguration', remediationConfiguration_resourceType - The type of a resource.

$sel:arn:RemediationConfiguration', remediationConfiguration_arn - Amazon Resource Name (ARN) of remediation configuration.

$sel:automatic:RemediationConfiguration', remediationConfiguration_automatic - The remediation is triggered automatically.

$sel:createdByService:RemediationConfiguration', remediationConfiguration_createdByService - Name of the service that owns the service linked rule, if applicable.

$sel:retryAttemptSeconds:RemediationConfiguration', remediationConfiguration_retryAttemptSeconds - Maximum time in seconds that Config runs auto-remediation. If you do not select a number, the default is 60 seconds.

For example, if you specify RetryAttemptSeconds as 50 seconds and MaximumAutomaticAttempts as 5, Config will run auto-remediations 5 times within 50 seconds before throwing an exception.

$sel:executionControls:RemediationConfiguration', remediationConfiguration_executionControls - An ExecutionControls object.

$sel:parameters:RemediationConfiguration', remediationConfiguration_parameters - An object of the RemediationParameterValue.

$sel:maximumAutomaticAttempts:RemediationConfiguration', remediationConfiguration_maximumAutomaticAttempts - The maximum number of failed attempts for auto-remediation. If you do not select a number, the default is 5.

For example, if you specify MaximumAutomaticAttempts as 5 with RetryAttemptSeconds as 50 seconds, Config will put a RemediationException on your behalf for the failing resource after the 5th failed attempt within 50 seconds.

$sel:targetVersion:RemediationConfiguration', remediationConfiguration_targetVersion - Version of the target. For example, version of the SSM document.

If you make backward incompatible changes to the SSM document, you must call PutRemediationConfiguration API again to ensure the remediations can run.

$sel:configRuleName:RemediationConfiguration', remediationConfiguration_configRuleName - The name of the Config rule.

$sel:targetType:RemediationConfiguration', remediationConfiguration_targetType - The type of the target. Target executes remediation. For example, SSM document.

$sel:targetId:RemediationConfiguration', remediationConfiguration_targetId - Target ID is the name of the public document.

remediationConfiguration_arn :: Lens' RemediationConfiguration (Maybe Text) Source #

Amazon Resource Name (ARN) of remediation configuration.

remediationConfiguration_automatic :: Lens' RemediationConfiguration (Maybe Bool) Source #

The remediation is triggered automatically.

remediationConfiguration_createdByService :: Lens' RemediationConfiguration (Maybe Text) Source #

Name of the service that owns the service linked rule, if applicable.

remediationConfiguration_retryAttemptSeconds :: Lens' RemediationConfiguration (Maybe Natural) Source #

Maximum time in seconds that Config runs auto-remediation. If you do not select a number, the default is 60 seconds.

For example, if you specify RetryAttemptSeconds as 50 seconds and MaximumAutomaticAttempts as 5, Config will run auto-remediations 5 times within 50 seconds before throwing an exception.

remediationConfiguration_maximumAutomaticAttempts :: Lens' RemediationConfiguration (Maybe Natural) Source #

The maximum number of failed attempts for auto-remediation. If you do not select a number, the default is 5.

For example, if you specify MaximumAutomaticAttempts as 5 with RetryAttemptSeconds as 50 seconds, Config will put a RemediationException on your behalf for the failing resource after the 5th failed attempt within 50 seconds.

remediationConfiguration_targetVersion :: Lens' RemediationConfiguration (Maybe Text) Source #

Version of the target. For example, version of the SSM document.

If you make backward incompatible changes to the SSM document, you must call PutRemediationConfiguration API again to ensure the remediations can run.

remediationConfiguration_targetType :: Lens' RemediationConfiguration RemediationTargetType Source #

The type of the target. Target executes remediation. For example, SSM document.

remediationConfiguration_targetId :: Lens' RemediationConfiguration Text Source #

Target ID is the name of the public document.

RemediationException

data RemediationException Source #

An object that represents the details about the remediation exception. The details include the rule name, an explanation of an exception, the time when the exception will be deleted, the resource ID, and resource type.

See: newRemediationException smart constructor.

Constructors

RemediationException' 

Fields

Instances

Instances details
Eq RemediationException Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationException

Read RemediationException Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationException

Show RemediationException Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationException

Generic RemediationException Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationException

Associated Types

type Rep RemediationException :: Type -> Type #

NFData RemediationException Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationException

Methods

rnf :: RemediationException -> () #

Hashable RemediationException Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationException

FromJSON RemediationException Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationException

type Rep RemediationException Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationException

type Rep RemediationException = D1 ('MetaData "RemediationException" "Amazonka.Config.Types.RemediationException" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "RemediationException'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "expirationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "configRuleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newRemediationException Source #

Create a value of RemediationException with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:message:RemediationException', remediationException_message - An explanation of an remediation exception.

$sel:expirationTime:RemediationException', remediationException_expirationTime - The time when the remediation exception will be deleted.

$sel:configRuleName:RemediationException', remediationException_configRuleName - The name of the Config rule.

$sel:resourceType:RemediationException', remediationException_resourceType - The type of a resource.

$sel:resourceId:RemediationException', remediationException_resourceId - The ID of the resource (for example., sg-xxxxxx).

remediationException_message :: Lens' RemediationException (Maybe Text) Source #

An explanation of an remediation exception.

remediationException_expirationTime :: Lens' RemediationException (Maybe UTCTime) Source #

The time when the remediation exception will be deleted.

remediationException_resourceId :: Lens' RemediationException Text Source #

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

RemediationExceptionResourceKey

data RemediationExceptionResourceKey Source #

The details that identify a resource within Config, including the resource type and resource ID.

See: newRemediationExceptionResourceKey smart constructor.

Constructors

RemediationExceptionResourceKey' 

Fields

Instances

Instances details
Eq RemediationExceptionResourceKey Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExceptionResourceKey

Read RemediationExceptionResourceKey Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExceptionResourceKey

Show RemediationExceptionResourceKey Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExceptionResourceKey

Generic RemediationExceptionResourceKey Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExceptionResourceKey

Associated Types

type Rep RemediationExceptionResourceKey :: Type -> Type #

NFData RemediationExceptionResourceKey Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExceptionResourceKey

Hashable RemediationExceptionResourceKey Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExceptionResourceKey

ToJSON RemediationExceptionResourceKey Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExceptionResourceKey

FromJSON RemediationExceptionResourceKey Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExceptionResourceKey

type Rep RemediationExceptionResourceKey Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExceptionResourceKey

type Rep RemediationExceptionResourceKey = D1 ('MetaData "RemediationExceptionResourceKey" "Amazonka.Config.Types.RemediationExceptionResourceKey" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "RemediationExceptionResourceKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newRemediationExceptionResourceKey :: RemediationExceptionResourceKey Source #

Create a value of RemediationExceptionResourceKey with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceId:RemediationExceptionResourceKey', remediationExceptionResourceKey_resourceId - The ID of the resource (for example., sg-xxxxxx).

$sel:resourceType:RemediationExceptionResourceKey', remediationExceptionResourceKey_resourceType - The type of a resource.

RemediationExecutionStatus

data RemediationExecutionStatus Source #

Provides details of the current status of the invoked remediation action for that resource.

See: newRemediationExecutionStatus smart constructor.

Constructors

RemediationExecutionStatus' 

Fields

Instances

Instances details
Eq RemediationExecutionStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStatus

Read RemediationExecutionStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStatus

Show RemediationExecutionStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStatus

Generic RemediationExecutionStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStatus

Associated Types

type Rep RemediationExecutionStatus :: Type -> Type #

NFData RemediationExecutionStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStatus

Hashable RemediationExecutionStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStatus

FromJSON RemediationExecutionStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStatus

type Rep RemediationExecutionStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStatus

type Rep RemediationExecutionStatus = D1 ('MetaData "RemediationExecutionStatus" "Amazonka.Config.Types.RemediationExecutionStatus" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "RemediationExecutionStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RemediationExecutionState)) :*: S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "resourceKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceKey)) :*: (S1 ('MetaSel ('Just "stepDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RemediationExecutionStep])) :*: S1 ('MetaSel ('Just "invocationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newRemediationExecutionStatus :: RemediationExecutionStatus Source #

Create a value of RemediationExecutionStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:state:RemediationExecutionStatus', remediationExecutionStatus_state - ENUM of the values.

$sel:lastUpdatedTime:RemediationExecutionStatus', remediationExecutionStatus_lastUpdatedTime - The time when the remediation execution was last updated.

$sel:resourceKey:RemediationExecutionStatus', remediationExecutionStatus_resourceKey - Undocumented member.

$sel:stepDetails:RemediationExecutionStatus', remediationExecutionStatus_stepDetails - Details of every step.

$sel:invocationTime:RemediationExecutionStatus', remediationExecutionStatus_invocationTime - Start time when the remediation was executed.

remediationExecutionStatus_lastUpdatedTime :: Lens' RemediationExecutionStatus (Maybe UTCTime) Source #

The time when the remediation execution was last updated.

RemediationExecutionStep

data RemediationExecutionStep Source #

Name of the step from the SSM document.

See: newRemediationExecutionStep smart constructor.

Constructors

RemediationExecutionStep' 

Fields

Instances

Instances details
Eq RemediationExecutionStep Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStep

Read RemediationExecutionStep Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStep

Show RemediationExecutionStep Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStep

Generic RemediationExecutionStep Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStep

Associated Types

type Rep RemediationExecutionStep :: Type -> Type #

NFData RemediationExecutionStep Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStep

Hashable RemediationExecutionStep Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStep

FromJSON RemediationExecutionStep Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStep

type Rep RemediationExecutionStep Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStep

type Rep RemediationExecutionStep = D1 ('MetaData "RemediationExecutionStep" "Amazonka.Config.Types.RemediationExecutionStep" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "RemediationExecutionStep'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RemediationExecutionStepState)) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "stopTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newRemediationExecutionStep :: RemediationExecutionStep Source #

Create a value of RemediationExecutionStep with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:state:RemediationExecutionStep', remediationExecutionStep_state - The valid status of the step.

$sel:startTime:RemediationExecutionStep', remediationExecutionStep_startTime - The time when the step started.

$sel:name:RemediationExecutionStep', remediationExecutionStep_name - The details of the step.

$sel:stopTime:RemediationExecutionStep', remediationExecutionStep_stopTime - The time when the step stopped.

$sel:errorMessage:RemediationExecutionStep', remediationExecutionStep_errorMessage - An error message if the step was interrupted during execution.

remediationExecutionStep_errorMessage :: Lens' RemediationExecutionStep (Maybe Text) Source #

An error message if the step was interrupted during execution.

RemediationParameterValue

data RemediationParameterValue Source #

The value is either a dynamic (resource) value or a static value. You must select either a dynamic value or a static value.

See: newRemediationParameterValue smart constructor.

Constructors

RemediationParameterValue' 

Fields

Instances

Instances details
Eq RemediationParameterValue Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationParameterValue

Read RemediationParameterValue Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationParameterValue

Show RemediationParameterValue Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationParameterValue

Generic RemediationParameterValue Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationParameterValue

Associated Types

type Rep RemediationParameterValue :: Type -> Type #

NFData RemediationParameterValue Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationParameterValue

Hashable RemediationParameterValue Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationParameterValue

ToJSON RemediationParameterValue Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationParameterValue

FromJSON RemediationParameterValue Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationParameterValue

type Rep RemediationParameterValue Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationParameterValue

type Rep RemediationParameterValue = D1 ('MetaData "RemediationParameterValue" "Amazonka.Config.Types.RemediationParameterValue" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "RemediationParameterValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "staticValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StaticValue)) :*: S1 ('MetaSel ('Just "resourceValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceValue))))

newRemediationParameterValue :: RemediationParameterValue Source #

Create a value of RemediationParameterValue with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:staticValue:RemediationParameterValue', remediationParameterValue_staticValue - The value is static and does not change at run-time.

$sel:resourceValue:RemediationParameterValue', remediationParameterValue_resourceValue - The value is dynamic and changes at run-time.

remediationParameterValue_staticValue :: Lens' RemediationParameterValue (Maybe StaticValue) Source #

The value is static and does not change at run-time.

ResourceCount

data ResourceCount Source #

An object that contains the resource type and the number of resources.

See: newResourceCount smart constructor.

Constructors

ResourceCount' 

Fields

Instances

Instances details
Eq ResourceCount Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCount

Read ResourceCount Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCount

Show ResourceCount Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCount

Generic ResourceCount Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCount

Associated Types

type Rep ResourceCount :: Type -> Type #

NFData ResourceCount Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCount

Methods

rnf :: ResourceCount -> () #

Hashable ResourceCount Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCount

FromJSON ResourceCount Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCount

type Rep ResourceCount Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCount

type Rep ResourceCount = D1 ('MetaData "ResourceCount" "Amazonka.Config.Types.ResourceCount" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "ResourceCount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceType)) :*: S1 ('MetaSel ('Just "count") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))

newResourceCount :: ResourceCount Source #

Create a value of ResourceCount with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceType:ResourceCount', resourceCount_resourceType - The resource type (for example, "AWS::EC2::Instance").

$sel:count:ResourceCount', resourceCount_count - The number of resources.

resourceCount_resourceType :: Lens' ResourceCount (Maybe ResourceType) Source #

The resource type (for example, "AWS::EC2::Instance").

ResourceCountFilters

data ResourceCountFilters Source #

Filters the resource count based on account ID, region, and resource type.

See: newResourceCountFilters smart constructor.

Constructors

ResourceCountFilters' 

Fields

Instances

Instances details
Eq ResourceCountFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountFilters

Read ResourceCountFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountFilters

Show ResourceCountFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountFilters

Generic ResourceCountFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountFilters

Associated Types

type Rep ResourceCountFilters :: Type -> Type #

NFData ResourceCountFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountFilters

Methods

rnf :: ResourceCountFilters -> () #

Hashable ResourceCountFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountFilters

ToJSON ResourceCountFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountFilters

type Rep ResourceCountFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountFilters

type Rep ResourceCountFilters = D1 ('MetaData "ResourceCountFilters" "Amazonka.Config.Types.ResourceCountFilters" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "ResourceCountFilters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceType)) :*: (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newResourceCountFilters :: ResourceCountFilters Source #

Create a value of ResourceCountFilters with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceType:ResourceCountFilters', resourceCountFilters_resourceType - The type of the Amazon Web Services resource.

$sel:accountId:ResourceCountFilters', resourceCountFilters_accountId - The 12-digit ID of the account.

$sel:region:ResourceCountFilters', resourceCountFilters_region - The region where the account is located.

resourceCountFilters_resourceType :: Lens' ResourceCountFilters (Maybe ResourceType) Source #

The type of the Amazon Web Services resource.

resourceCountFilters_region :: Lens' ResourceCountFilters (Maybe Text) Source #

The region where the account is located.

ResourceFilters

data ResourceFilters Source #

Filters the results by resource account ID, region, resource ID, and resource name.

See: newResourceFilters smart constructor.

Constructors

ResourceFilters' 

Fields

Instances

Instances details
Eq ResourceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceFilters

Read ResourceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceFilters

Show ResourceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceFilters

Generic ResourceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceFilters

Associated Types

type Rep ResourceFilters :: Type -> Type #

NFData ResourceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceFilters

Methods

rnf :: ResourceFilters -> () #

Hashable ResourceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceFilters

ToJSON ResourceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceFilters

type Rep ResourceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceFilters

type Rep ResourceFilters = D1 ('MetaData "ResourceFilters" "Amazonka.Config.Types.ResourceFilters" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "ResourceFilters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newResourceFilters :: ResourceFilters Source #

Create a value of ResourceFilters with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceId:ResourceFilters', resourceFilters_resourceId - The ID of the resource.

$sel:resourceName:ResourceFilters', resourceFilters_resourceName - The name of the resource.

$sel:accountId:ResourceFilters', resourceFilters_accountId - The 12-digit source account ID.

$sel:region:ResourceFilters', resourceFilters_region - The source region.

resourceFilters_accountId :: Lens' ResourceFilters (Maybe Text) Source #

The 12-digit source account ID.

ResourceIdentifier

data ResourceIdentifier Source #

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

See: newResourceIdentifier smart constructor.

Constructors

ResourceIdentifier' 

Fields

Instances

Instances details
Eq ResourceIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceIdentifier

Read ResourceIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceIdentifier

Show ResourceIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceIdentifier

Generic ResourceIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceIdentifier

Associated Types

type Rep ResourceIdentifier :: Type -> Type #

NFData ResourceIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceIdentifier

Methods

rnf :: ResourceIdentifier -> () #

Hashable ResourceIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceIdentifier

FromJSON ResourceIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceIdentifier

type Rep ResourceIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceIdentifier

type Rep ResourceIdentifier = D1 ('MetaData "ResourceIdentifier" "Amazonka.Config.Types.ResourceIdentifier" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "ResourceIdentifier'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceType))) :*: (S1 ('MetaSel ('Just "resourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceDeletionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

newResourceIdentifier :: ResourceIdentifier Source #

Create a value of ResourceIdentifier with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceId:ResourceIdentifier', resourceIdentifier_resourceId - The ID of the resource (for example, sg-xxxxxx).

$sel:resourceType:ResourceIdentifier', resourceIdentifier_resourceType - The type of resource.

$sel:resourceName:ResourceIdentifier', resourceIdentifier_resourceName - The custom name of the resource (if available).

$sel:resourceDeletionTime:ResourceIdentifier', resourceIdentifier_resourceDeletionTime - The time that the resource was deleted.

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

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

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

The custom name of the resource (if available).

ResourceKey

data ResourceKey Source #

The details that identify a resource within Config, including the resource type and resource ID.

See: newResourceKey smart constructor.

Constructors

ResourceKey' 

Fields

Instances

Instances details
Eq ResourceKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceKey

Read ResourceKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceKey

Show ResourceKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceKey

Generic ResourceKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceKey

Associated Types

type Rep ResourceKey :: Type -> Type #

NFData ResourceKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceKey

Methods

rnf :: ResourceKey -> () #

Hashable ResourceKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceKey

ToJSON ResourceKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceKey

FromJSON ResourceKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceKey

type Rep ResourceKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceKey

type Rep ResourceKey = D1 ('MetaData "ResourceKey" "Amazonka.Config.Types.ResourceKey" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "ResourceKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceType) :*: S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newResourceKey Source #

Create a value of ResourceKey with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceType:ResourceKey', resourceKey_resourceType - The resource type.

$sel:resourceId:ResourceKey', resourceKey_resourceId - The ID of the resource (for example., sg-xxxxxx).

resourceKey_resourceId :: Lens' ResourceKey Text Source #

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

ResourceValue

data ResourceValue Source #

The dynamic value of the resource.

See: newResourceValue smart constructor.

Constructors

ResourceValue' 

Fields

Instances

Instances details
Eq ResourceValue Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValue

Read ResourceValue Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValue

Show ResourceValue Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValue

Generic ResourceValue Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValue

Associated Types

type Rep ResourceValue :: Type -> Type #

NFData ResourceValue Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValue

Methods

rnf :: ResourceValue -> () #

Hashable ResourceValue Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValue

ToJSON ResourceValue Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValue

FromJSON ResourceValue Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValue

type Rep ResourceValue Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValue

type Rep ResourceValue = D1 ('MetaData "ResourceValue" "Amazonka.Config.Types.ResourceValue" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "ResourceValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceValueType)))

newResourceValue Source #

Create a value of ResourceValue with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:value:ResourceValue', resourceValue_value - The value is a resource ID.

RetentionConfiguration

data RetentionConfiguration Source #

An object with the name of the retention configuration and the retention period in days. The object stores the configuration for data retention in Config.

See: newRetentionConfiguration smart constructor.

Constructors

RetentionConfiguration' 

Fields

  • name :: Text

    The name of the retention configuration object.

  • retentionPeriodInDays :: Natural

    Number of days Config stores your historical information.

    Currently, only applicable to the configuration item history.

Instances

Instances details
Eq RetentionConfiguration Source # 
Instance details

Defined in Amazonka.Config.Types.RetentionConfiguration

Read RetentionConfiguration Source # 
Instance details

Defined in Amazonka.Config.Types.RetentionConfiguration

Show RetentionConfiguration Source # 
Instance details

Defined in Amazonka.Config.Types.RetentionConfiguration

Generic RetentionConfiguration Source # 
Instance details

Defined in Amazonka.Config.Types.RetentionConfiguration

Associated Types

type Rep RetentionConfiguration :: Type -> Type #

NFData RetentionConfiguration Source # 
Instance details

Defined in Amazonka.Config.Types.RetentionConfiguration

Methods

rnf :: RetentionConfiguration -> () #

Hashable RetentionConfiguration Source # 
Instance details

Defined in Amazonka.Config.Types.RetentionConfiguration

FromJSON RetentionConfiguration Source # 
Instance details

Defined in Amazonka.Config.Types.RetentionConfiguration

type Rep RetentionConfiguration Source # 
Instance details

Defined in Amazonka.Config.Types.RetentionConfiguration

type Rep RetentionConfiguration = D1 ('MetaData "RetentionConfiguration" "Amazonka.Config.Types.RetentionConfiguration" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "RetentionConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "retentionPeriodInDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newRetentionConfiguration Source #

Create a value of RetentionConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:RetentionConfiguration', retentionConfiguration_name - The name of the retention configuration object.

$sel:retentionPeriodInDays:RetentionConfiguration', retentionConfiguration_retentionPeriodInDays - Number of days Config stores your historical information.

Currently, only applicable to the configuration item history.

retentionConfiguration_name :: Lens' RetentionConfiguration Text Source #

The name of the retention configuration object.

retentionConfiguration_retentionPeriodInDays :: Lens' RetentionConfiguration Natural Source #

Number of days Config stores your historical information.

Currently, only applicable to the configuration item history.

Scope

data Scope Source #

Defines which resources trigger an evaluation for an 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: newScope smart constructor.

Constructors

Scope' 

Fields

  • complianceResourceTypes :: Maybe [Text]

    The resource types of only those Amazon Web Services 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.

  • complianceResourceId :: Maybe Text

    The ID of the only Amazon Web Services 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.

  • tagValue :: Maybe Text

    The tag value applied to only those Amazon Web Services 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.

  • tagKey :: Maybe Text

    The tag key that is applied to only those Amazon Web Services resources that you want to trigger an evaluation for the rule.

Instances

Instances details
Eq Scope Source # 
Instance details

Defined in Amazonka.Config.Types.Scope

Methods

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

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

Read Scope Source # 
Instance details

Defined in Amazonka.Config.Types.Scope

Show Scope Source # 
Instance details

Defined in Amazonka.Config.Types.Scope

Methods

showsPrec :: Int -> Scope -> ShowS #

show :: Scope -> String #

showList :: [Scope] -> ShowS #

Generic Scope Source # 
Instance details

Defined in Amazonka.Config.Types.Scope

Associated Types

type Rep Scope :: Type -> Type #

Methods

from :: Scope -> Rep Scope x #

to :: Rep Scope x -> Scope #

NFData Scope Source # 
Instance details

Defined in Amazonka.Config.Types.Scope

Methods

rnf :: Scope -> () #

Hashable Scope Source # 
Instance details

Defined in Amazonka.Config.Types.Scope

Methods

hashWithSalt :: Int -> Scope -> Int #

hash :: Scope -> Int #

ToJSON Scope Source # 
Instance details

Defined in Amazonka.Config.Types.Scope

FromJSON Scope Source # 
Instance details

Defined in Amazonka.Config.Types.Scope

type Rep Scope Source # 
Instance details

Defined in Amazonka.Config.Types.Scope

type Rep Scope = D1 ('MetaData "Scope" "Amazonka.Config.Types.Scope" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "Scope'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "complianceResourceTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "complianceResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tagValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tagKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newScope :: Scope Source #

Create a value of Scope with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:complianceResourceTypes:Scope', scope_complianceResourceTypes - The resource types of only those Amazon Web Services 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.

$sel:complianceResourceId:Scope', scope_complianceResourceId - The ID of the only Amazon Web Services 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.

$sel:tagValue:Scope', scope_tagValue - The tag value applied to only those Amazon Web Services 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.

$sel:tagKey:Scope', scope_tagKey - The tag key that is applied to only those Amazon Web Services resources that you want to trigger an evaluation for the rule.

scope_complianceResourceTypes :: Lens' Scope (Maybe [Text]) Source #

The resource types of only those Amazon Web Services 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.

scope_complianceResourceId :: Lens' Scope (Maybe Text) Source #

The ID of the only Amazon Web Services 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.

scope_tagValue :: Lens' Scope (Maybe Text) Source #

The tag value applied to only those Amazon Web Services 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.

scope_tagKey :: Lens' Scope (Maybe Text) Source #

The tag key that is applied to only those Amazon Web Services resources that you want to trigger an evaluation for the rule.

Source

data Source Source #

Provides the Config rule owner (Amazon Web Services or customer), the rule identifier, and the events that trigger the evaluation of your Amazon Web Services resources.

See: newSource smart constructor.

Constructors

Source' 

Fields

  • sourceDetails :: Maybe [SourceDetail]

    Provides the source and type of the event that causes Config to evaluate your Amazon Web Services resources.

  • owner :: Owner

    Indicates whether Amazon Web Services or the customer owns and manages the Config rule.

  • sourceIdentifier :: Text

    For Config managed rules, a predefined identifier from a list. For example, IAM_PASSWORD_POLICY is a managed rule. To reference a managed rule, see Using Config managed rules.

    For custom rules, the identifier is the Amazon Resource Name (ARN) of the rule's Lambda function, such as arn:aws:lambda:us-east-2:123456789012:function:custom_rule_name.

Instances

Instances details
Eq Source Source # 
Instance details

Defined in Amazonka.Config.Types.Source

Methods

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

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

Read Source Source # 
Instance details

Defined in Amazonka.Config.Types.Source

Show Source Source # 
Instance details

Defined in Amazonka.Config.Types.Source

Generic Source Source # 
Instance details

Defined in Amazonka.Config.Types.Source

Associated Types

type Rep Source :: Type -> Type #

Methods

from :: Source -> Rep Source x #

to :: Rep Source x -> Source #

NFData Source Source # 
Instance details

Defined in Amazonka.Config.Types.Source

Methods

rnf :: Source -> () #

Hashable Source Source # 
Instance details

Defined in Amazonka.Config.Types.Source

Methods

hashWithSalt :: Int -> Source -> Int #

hash :: Source -> Int #

ToJSON Source Source # 
Instance details

Defined in Amazonka.Config.Types.Source

FromJSON Source Source # 
Instance details

Defined in Amazonka.Config.Types.Source

type Rep Source Source # 
Instance details

Defined in Amazonka.Config.Types.Source

type Rep Source = D1 ('MetaData "Source" "Amazonka.Config.Types.Source" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "Source'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SourceDetail])) :*: (S1 ('MetaSel ('Just "owner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Owner) :*: S1 ('MetaSel ('Just "sourceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newSource Source #

Create a value of Source with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:sourceDetails:Source', source_sourceDetails - Provides the source and type of the event that causes Config to evaluate your Amazon Web Services resources.

$sel:owner:Source', source_owner - Indicates whether Amazon Web Services or the customer owns and manages the Config rule.

$sel:sourceIdentifier:Source', source_sourceIdentifier - For Config managed rules, a predefined identifier from a list. For example, IAM_PASSWORD_POLICY is a managed rule. To reference a managed rule, see Using Config managed rules.

For custom rules, the identifier is the Amazon Resource Name (ARN) of the rule's Lambda function, such as arn:aws:lambda:us-east-2:123456789012:function:custom_rule_name.

source_sourceDetails :: Lens' Source (Maybe [SourceDetail]) Source #

Provides the source and type of the event that causes Config to evaluate your Amazon Web Services resources.

source_owner :: Lens' Source Owner Source #

Indicates whether Amazon Web Services or the customer owns and manages the Config rule.

source_sourceIdentifier :: Lens' Source Text Source #

For Config managed rules, a predefined identifier from a list. For example, IAM_PASSWORD_POLICY is a managed rule. To reference a managed rule, see Using Config managed rules.

For custom rules, the identifier is the Amazon Resource Name (ARN) of the rule's Lambda function, such as arn:aws:lambda:us-east-2:123456789012:function:custom_rule_name.

SourceDetail

data SourceDetail Source #

Provides the source and the message types that trigger Config to evaluate your Amazon Web Services resources against a rule. It also provides the frequency with which you want Config to run evaluations for the rule if the trigger type is periodic. You can specify the parameter values for SourceDetail only for custom rules.

See: newSourceDetail smart constructor.

Constructors

SourceDetail' 

Fields

  • messageType :: Maybe MessageType

    The type of notification that triggers Config to run an evaluation for a rule. You can specify the following notification types:

    • ConfigurationItemChangeNotification - Triggers an evaluation when Config delivers a configuration item as a result of a resource change.
    • OversizedConfigurationItemChangeNotification - Triggers an evaluation when Config delivers an oversized configuration item. Config may generate this notification type when a resource changes and the notification exceeds the maximum size allowed by Amazon SNS.
    • ScheduledNotification - Triggers a periodic evaluation at the frequency specified for MaximumExecutionFrequency.
    • ConfigurationSnapshotDeliveryCompleted - Triggers a periodic evaluation when Config delivers a configuration snapshot.

    If you want your custom rule to be triggered by configuration changes, specify two SourceDetail objects, one for ConfigurationItemChangeNotification and one for OversizedConfigurationItemChangeNotification.

  • maximumExecutionFrequency :: Maybe MaximumExecutionFrequency

    The frequency at which you want Config to run evaluations for a custom rule with a periodic trigger. If you specify a value for MaximumExecutionFrequency, then MessageType must use the ScheduledNotification value.

    By default, rules with a periodic trigger are evaluated every 24 hours. To change the frequency, specify a valid value for the MaximumExecutionFrequency parameter.

    Based on the valid value you choose, Config runs evaluations once for each valid value. For example, if you choose Three_Hours, Config runs evaluations once every three hours. In this case, Three_Hours is the frequency of this rule.

  • eventSource :: Maybe EventSource

    The source of the event, such as an Amazon Web Services service, that triggers Config to evaluate your Amazon Web Services resources.

Instances

Instances details
Eq SourceDetail Source # 
Instance details

Defined in Amazonka.Config.Types.SourceDetail

Read SourceDetail Source # 
Instance details

Defined in Amazonka.Config.Types.SourceDetail

Show SourceDetail Source # 
Instance details

Defined in Amazonka.Config.Types.SourceDetail

Generic SourceDetail Source # 
Instance details

Defined in Amazonka.Config.Types.SourceDetail

Associated Types

type Rep SourceDetail :: Type -> Type #

NFData SourceDetail Source # 
Instance details

Defined in Amazonka.Config.Types.SourceDetail

Methods

rnf :: SourceDetail -> () #

Hashable SourceDetail Source # 
Instance details

Defined in Amazonka.Config.Types.SourceDetail

ToJSON SourceDetail Source # 
Instance details

Defined in Amazonka.Config.Types.SourceDetail

FromJSON SourceDetail Source # 
Instance details

Defined in Amazonka.Config.Types.SourceDetail

type Rep SourceDetail Source # 
Instance details

Defined in Amazonka.Config.Types.SourceDetail

type Rep SourceDetail = D1 ('MetaData "SourceDetail" "Amazonka.Config.Types.SourceDetail" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "SourceDetail'" 'PrefixI 'True) (S1 ('MetaSel ('Just "messageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MessageType)) :*: (S1 ('MetaSel ('Just "maximumExecutionFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MaximumExecutionFrequency)) :*: S1 ('MetaSel ('Just "eventSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventSource)))))

newSourceDetail :: SourceDetail Source #

Create a value of SourceDetail with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:messageType:SourceDetail', sourceDetail_messageType - The type of notification that triggers Config to run an evaluation for a rule. You can specify the following notification types:

  • ConfigurationItemChangeNotification - Triggers an evaluation when Config delivers a configuration item as a result of a resource change.
  • OversizedConfigurationItemChangeNotification - Triggers an evaluation when Config delivers an oversized configuration item. Config may generate this notification type when a resource changes and the notification exceeds the maximum size allowed by Amazon SNS.
  • ScheduledNotification - Triggers a periodic evaluation at the frequency specified for MaximumExecutionFrequency.
  • ConfigurationSnapshotDeliveryCompleted - Triggers a periodic evaluation when Config delivers a configuration snapshot.

If you want your custom rule to be triggered by configuration changes, specify two SourceDetail objects, one for ConfigurationItemChangeNotification and one for OversizedConfigurationItemChangeNotification.

$sel:maximumExecutionFrequency:SourceDetail', sourceDetail_maximumExecutionFrequency - The frequency at which you want Config to run evaluations for a custom rule with a periodic trigger. If you specify a value for MaximumExecutionFrequency, then MessageType must use the ScheduledNotification value.

By default, rules with a periodic trigger are evaluated every 24 hours. To change the frequency, specify a valid value for the MaximumExecutionFrequency parameter.

Based on the valid value you choose, Config runs evaluations once for each valid value. For example, if you choose Three_Hours, Config runs evaluations once every three hours. In this case, Three_Hours is the frequency of this rule.

$sel:eventSource:SourceDetail', sourceDetail_eventSource - The source of the event, such as an Amazon Web Services service, that triggers Config to evaluate your Amazon Web Services resources.

sourceDetail_messageType :: Lens' SourceDetail (Maybe MessageType) Source #

The type of notification that triggers Config to run an evaluation for a rule. You can specify the following notification types:

  • ConfigurationItemChangeNotification - Triggers an evaluation when Config delivers a configuration item as a result of a resource change.
  • OversizedConfigurationItemChangeNotification - Triggers an evaluation when Config delivers an oversized configuration item. Config may generate this notification type when a resource changes and the notification exceeds the maximum size allowed by Amazon SNS.
  • ScheduledNotification - Triggers a periodic evaluation at the frequency specified for MaximumExecutionFrequency.
  • ConfigurationSnapshotDeliveryCompleted - Triggers a periodic evaluation when Config delivers a configuration snapshot.

If you want your custom rule to be triggered by configuration changes, specify two SourceDetail objects, one for ConfigurationItemChangeNotification and one for OversizedConfigurationItemChangeNotification.

sourceDetail_maximumExecutionFrequency :: Lens' SourceDetail (Maybe MaximumExecutionFrequency) Source #

The frequency at which you want Config to run evaluations for a custom rule with a periodic trigger. If you specify a value for MaximumExecutionFrequency, then MessageType must use the ScheduledNotification value.

By default, rules with a periodic trigger are evaluated every 24 hours. To change the frequency, specify a valid value for the MaximumExecutionFrequency parameter.

Based on the valid value you choose, Config runs evaluations once for each valid value. For example, if you choose Three_Hours, Config runs evaluations once every three hours. In this case, Three_Hours is the frequency of this rule.

sourceDetail_eventSource :: Lens' SourceDetail (Maybe EventSource) Source #

The source of the event, such as an Amazon Web Services service, that triggers Config to evaluate your Amazon Web Services resources.

SsmControls

data SsmControls Source #

Amazon Web Services Systems Manager (SSM) specific remediation controls.

See: newSsmControls smart constructor.

Constructors

SsmControls' 

Fields

  • concurrentExecutionRatePercentage :: Maybe Natural

    The maximum percentage of remediation actions allowed to run in parallel on the non-compliant resources for that specific rule. You can specify a percentage, such as 10%. The default value is 10.

  • errorPercentage :: Maybe Natural

    The percentage of errors that are allowed before SSM stops running automations on non-compliant resources for that specific rule. You can specify a percentage of errors, for example 10%. If you do not specifiy a percentage, the default is 50%. For example, if you set the ErrorPercentage to 40% for 10 non-compliant resources, then SSM stops running the automations when the fifth error is received.

Instances

Instances details
Eq SsmControls Source # 
Instance details

Defined in Amazonka.Config.Types.SsmControls

Read SsmControls Source # 
Instance details

Defined in Amazonka.Config.Types.SsmControls

Show SsmControls Source # 
Instance details

Defined in Amazonka.Config.Types.SsmControls

Generic SsmControls Source # 
Instance details

Defined in Amazonka.Config.Types.SsmControls

Associated Types

type Rep SsmControls :: Type -> Type #

NFData SsmControls Source # 
Instance details

Defined in Amazonka.Config.Types.SsmControls

Methods

rnf :: SsmControls -> () #

Hashable SsmControls Source # 
Instance details

Defined in Amazonka.Config.Types.SsmControls

ToJSON SsmControls Source # 
Instance details

Defined in Amazonka.Config.Types.SsmControls

FromJSON SsmControls Source # 
Instance details

Defined in Amazonka.Config.Types.SsmControls

type Rep SsmControls Source # 
Instance details

Defined in Amazonka.Config.Types.SsmControls

type Rep SsmControls = D1 ('MetaData "SsmControls" "Amazonka.Config.Types.SsmControls" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "SsmControls'" 'PrefixI 'True) (S1 ('MetaSel ('Just "concurrentExecutionRatePercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "errorPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newSsmControls :: SsmControls Source #

Create a value of SsmControls with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:concurrentExecutionRatePercentage:SsmControls', ssmControls_concurrentExecutionRatePercentage - The maximum percentage of remediation actions allowed to run in parallel on the non-compliant resources for that specific rule. You can specify a percentage, such as 10%. The default value is 10.

$sel:errorPercentage:SsmControls', ssmControls_errorPercentage - The percentage of errors that are allowed before SSM stops running automations on non-compliant resources for that specific rule. You can specify a percentage of errors, for example 10%. If you do not specifiy a percentage, the default is 50%. For example, if you set the ErrorPercentage to 40% for 10 non-compliant resources, then SSM stops running the automations when the fifth error is received.

ssmControls_concurrentExecutionRatePercentage :: Lens' SsmControls (Maybe Natural) Source #

The maximum percentage of remediation actions allowed to run in parallel on the non-compliant resources for that specific rule. You can specify a percentage, such as 10%. The default value is 10.

ssmControls_errorPercentage :: Lens' SsmControls (Maybe Natural) Source #

The percentage of errors that are allowed before SSM stops running automations on non-compliant resources for that specific rule. You can specify a percentage of errors, for example 10%. If you do not specifiy a percentage, the default is 50%. For example, if you set the ErrorPercentage to 40% for 10 non-compliant resources, then SSM stops running the automations when the fifth error is received.

StaticValue

data StaticValue Source #

The static value of the resource.

See: newStaticValue smart constructor.

Constructors

StaticValue' 

Fields

  • values :: [Text]

    A list of values. For example, the ARN of the assumed role.

Instances

Instances details
Eq StaticValue Source # 
Instance details

Defined in Amazonka.Config.Types.StaticValue

Read StaticValue Source # 
Instance details

Defined in Amazonka.Config.Types.StaticValue

Show StaticValue Source # 
Instance details

Defined in Amazonka.Config.Types.StaticValue

Generic StaticValue Source # 
Instance details

Defined in Amazonka.Config.Types.StaticValue

Associated Types

type Rep StaticValue :: Type -> Type #

NFData StaticValue Source # 
Instance details

Defined in Amazonka.Config.Types.StaticValue

Methods

rnf :: StaticValue -> () #

Hashable StaticValue Source # 
Instance details

Defined in Amazonka.Config.Types.StaticValue

ToJSON StaticValue Source # 
Instance details

Defined in Amazonka.Config.Types.StaticValue

FromJSON StaticValue Source # 
Instance details

Defined in Amazonka.Config.Types.StaticValue

type Rep StaticValue Source # 
Instance details

Defined in Amazonka.Config.Types.StaticValue

type Rep StaticValue = D1 ('MetaData "StaticValue" "Amazonka.Config.Types.StaticValue" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "StaticValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newStaticValue :: StaticValue Source #

Create a value of StaticValue with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:values:StaticValue', staticValue_values - A list of values. For example, the ARN of the assumed role.

staticValue_values :: Lens' StaticValue [Text] Source #

A list of values. For example, the ARN of the assumed role.

StatusDetailFilters

data StatusDetailFilters Source #

Status filter object to filter results based on specific member account ID or status type for an organization config rule.

See: newStatusDetailFilters smart constructor.

Constructors

StatusDetailFilters' 

Fields

  • memberAccountRuleStatus :: Maybe MemberAccountRuleStatus

    Indicates deployment status for config rule in the member account. When master account calls PutOrganizationConfigRule action for the first time, config rule status is created in the member account. When master account calls PutOrganizationConfigRule action for the second time, config rule status is updated in the member account. Config rule status is deleted when the master account deletes OrganizationConfigRule and disables service access for config-multiaccountsetup.amazonaws.com.

    Config sets the state of the rule to:

    • CREATE_SUCCESSFUL when config rule has been created in the member account.
    • CREATE_IN_PROGRESS when config rule is being created in the member account.
    • CREATE_FAILED when config rule creation has failed in the member account.
    • DELETE_FAILED when config rule deletion has failed in the member account.
    • DELETE_IN_PROGRESS when config rule is being deleted in the member account.
    • DELETE_SUCCESSFUL when config rule has been deleted in the member account.
    • UPDATE_SUCCESSFUL when config rule has been updated in the member account.
    • UPDATE_IN_PROGRESS when config rule is being updated in the member account.
    • UPDATE_FAILED when config rule deletion has failed in the member account.
  • accountId :: Maybe Text

    The 12-digit account ID of the member account within an organization.

Instances

Instances details
Eq StatusDetailFilters Source # 
Instance details

Defined in Amazonka.Config.Types.StatusDetailFilters

Read StatusDetailFilters Source # 
Instance details

Defined in Amazonka.Config.Types.StatusDetailFilters

Show StatusDetailFilters Source # 
Instance details

Defined in Amazonka.Config.Types.StatusDetailFilters

Generic StatusDetailFilters Source # 
Instance details

Defined in Amazonka.Config.Types.StatusDetailFilters

Associated Types

type Rep StatusDetailFilters :: Type -> Type #

NFData StatusDetailFilters Source # 
Instance details

Defined in Amazonka.Config.Types.StatusDetailFilters

Methods

rnf :: StatusDetailFilters -> () #

Hashable StatusDetailFilters Source # 
Instance details

Defined in Amazonka.Config.Types.StatusDetailFilters

ToJSON StatusDetailFilters Source # 
Instance details

Defined in Amazonka.Config.Types.StatusDetailFilters

type Rep StatusDetailFilters Source # 
Instance details

Defined in Amazonka.Config.Types.StatusDetailFilters

type Rep StatusDetailFilters = D1 ('MetaData "StatusDetailFilters" "Amazonka.Config.Types.StatusDetailFilters" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "StatusDetailFilters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "memberAccountRuleStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MemberAccountRuleStatus)) :*: S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newStatusDetailFilters :: StatusDetailFilters Source #

Create a value of StatusDetailFilters with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:memberAccountRuleStatus:StatusDetailFilters', statusDetailFilters_memberAccountRuleStatus - Indicates deployment status for config rule in the member account. When master account calls PutOrganizationConfigRule action for the first time, config rule status is created in the member account. When master account calls PutOrganizationConfigRule action for the second time, config rule status is updated in the member account. Config rule status is deleted when the master account deletes OrganizationConfigRule and disables service access for config-multiaccountsetup.amazonaws.com.

Config sets the state of the rule to:

  • CREATE_SUCCESSFUL when config rule has been created in the member account.
  • CREATE_IN_PROGRESS when config rule is being created in the member account.
  • CREATE_FAILED when config rule creation has failed in the member account.
  • DELETE_FAILED when config rule deletion has failed in the member account.
  • DELETE_IN_PROGRESS when config rule is being deleted in the member account.
  • DELETE_SUCCESSFUL when config rule has been deleted in the member account.
  • UPDATE_SUCCESSFUL when config rule has been updated in the member account.
  • UPDATE_IN_PROGRESS when config rule is being updated in the member account.
  • UPDATE_FAILED when config rule deletion has failed in the member account.

$sel:accountId:StatusDetailFilters', statusDetailFilters_accountId - The 12-digit account ID of the member account within an organization.

statusDetailFilters_memberAccountRuleStatus :: Lens' StatusDetailFilters (Maybe MemberAccountRuleStatus) Source #

Indicates deployment status for config rule in the member account. When master account calls PutOrganizationConfigRule action for the first time, config rule status is created in the member account. When master account calls PutOrganizationConfigRule action for the second time, config rule status is updated in the member account. Config rule status is deleted when the master account deletes OrganizationConfigRule and disables service access for config-multiaccountsetup.amazonaws.com.

Config sets the state of the rule to:

  • CREATE_SUCCESSFUL when config rule has been created in the member account.
  • CREATE_IN_PROGRESS when config rule is being created in the member account.
  • CREATE_FAILED when config rule creation has failed in the member account.
  • DELETE_FAILED when config rule deletion has failed in the member account.
  • DELETE_IN_PROGRESS when config rule is being deleted in the member account.
  • DELETE_SUCCESSFUL when config rule has been deleted in the member account.
  • UPDATE_SUCCESSFUL when config rule has been updated in the member account.
  • UPDATE_IN_PROGRESS when config rule is being updated in the member account.
  • UPDATE_FAILED when config rule deletion has failed in the member account.

statusDetailFilters_accountId :: Lens' StatusDetailFilters (Maybe Text) Source #

The 12-digit account ID of the member account within an organization.

StoredQuery

data StoredQuery Source #

Provides the details of a stored query.

See: newStoredQuery smart constructor.

Constructors

StoredQuery' 

Fields

  • queryId :: Maybe Text

    The ID of the query.

  • queryArn :: Maybe Text

    Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.

  • expression :: Maybe Text

    The expression of the query. For example, SELECT resourceId, resourceType, supplementaryConfiguration.BucketVersioningConfiguration.status WHERE resourceType = 'AWS::S3::Bucket' AND supplementaryConfiguration.BucketVersioningConfiguration.status = 'Off'.

  • description :: Maybe Text

    A unique description for the query.

  • queryName :: Text

    The name of the query.

Instances

Instances details
Eq StoredQuery Source # 
Instance details

Defined in Amazonka.Config.Types.StoredQuery

Read StoredQuery Source # 
Instance details

Defined in Amazonka.Config.Types.StoredQuery

Show StoredQuery Source # 
Instance details

Defined in Amazonka.Config.Types.StoredQuery

Generic StoredQuery Source # 
Instance details

Defined in Amazonka.Config.Types.StoredQuery

Associated Types

type Rep StoredQuery :: Type -> Type #

NFData StoredQuery Source # 
Instance details

Defined in Amazonka.Config.Types.StoredQuery

Methods

rnf :: StoredQuery -> () #

Hashable StoredQuery Source # 
Instance details

Defined in Amazonka.Config.Types.StoredQuery

ToJSON StoredQuery Source # 
Instance details

Defined in Amazonka.Config.Types.StoredQuery

FromJSON StoredQuery Source # 
Instance details

Defined in Amazonka.Config.Types.StoredQuery

type Rep StoredQuery Source # 
Instance details

Defined in Amazonka.Config.Types.StoredQuery

type Rep StoredQuery = D1 ('MetaData "StoredQuery" "Amazonka.Config.Types.StoredQuery" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "StoredQuery'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "queryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "queryArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "expression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "queryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newStoredQuery Source #

Create a value of StoredQuery with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:queryId:StoredQuery', storedQuery_queryId - The ID of the query.

$sel:queryArn:StoredQuery', storedQuery_queryArn - Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.

$sel:expression:StoredQuery', storedQuery_expression - The expression of the query. For example, SELECT resourceId, resourceType, supplementaryConfiguration.BucketVersioningConfiguration.status WHERE resourceType = 'AWS::S3::Bucket' AND supplementaryConfiguration.BucketVersioningConfiguration.status = 'Off'.

$sel:description:StoredQuery', storedQuery_description - A unique description for the query.

$sel:queryName:StoredQuery', storedQuery_queryName - The name of the query.

storedQuery_queryArn :: Lens' StoredQuery (Maybe Text) Source #

Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.

storedQuery_expression :: Lens' StoredQuery (Maybe Text) Source #

The expression of the query. For example, SELECT resourceId, resourceType, supplementaryConfiguration.BucketVersioningConfiguration.status WHERE resourceType = 'AWS::S3::Bucket' AND supplementaryConfiguration.BucketVersioningConfiguration.status = 'Off'.

storedQuery_description :: Lens' StoredQuery (Maybe Text) Source #

A unique description for the query.

StoredQueryMetadata

data StoredQueryMetadata Source #

Returns details of a specific query.

See: newStoredQueryMetadata smart constructor.

Constructors

StoredQueryMetadata' 

Fields

  • description :: Maybe Text

    A unique description for the query.

  • queryId :: Text

    The ID of the query.

  • queryArn :: Text

    Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.

  • queryName :: Text

    The name of the query.

Instances

Instances details
Eq StoredQueryMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.StoredQueryMetadata

Read StoredQueryMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.StoredQueryMetadata

Show StoredQueryMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.StoredQueryMetadata

Generic StoredQueryMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.StoredQueryMetadata

Associated Types

type Rep StoredQueryMetadata :: Type -> Type #

NFData StoredQueryMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.StoredQueryMetadata

Methods

rnf :: StoredQueryMetadata -> () #

Hashable StoredQueryMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.StoredQueryMetadata

FromJSON StoredQueryMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.StoredQueryMetadata

type Rep StoredQueryMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.StoredQueryMetadata

type Rep StoredQueryMetadata = D1 ('MetaData "StoredQueryMetadata" "Amazonka.Config.Types.StoredQueryMetadata" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "StoredQueryMetadata'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "queryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "queryArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "queryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newStoredQueryMetadata Source #

Create a value of StoredQueryMetadata with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:description:StoredQueryMetadata', storedQueryMetadata_description - A unique description for the query.

$sel:queryId:StoredQueryMetadata', storedQueryMetadata_queryId - The ID of the query.

$sel:queryArn:StoredQueryMetadata', storedQueryMetadata_queryArn - Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.

$sel:queryName:StoredQueryMetadata', storedQueryMetadata_queryName - The name of the query.

storedQueryMetadata_queryArn :: Lens' StoredQueryMetadata Text Source #

Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.

Tag

data Tag Source #

The tags for the resource. The metadata that you apply to a resource to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

See: newTag smart constructor.

Constructors

Tag' 

Fields

  • value :: Maybe Text

    The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).

  • key :: Maybe Text

    One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.

Instances

Instances details
Eq Tag Source # 
Instance details

Defined in Amazonka.Config.Types.Tag

Methods

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

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

Read Tag Source # 
Instance details

Defined in Amazonka.Config.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.Config.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

Generic Tag Source # 
Instance details

Defined in Amazonka.Config.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

NFData Tag Source # 
Instance details

Defined in Amazonka.Config.Types.Tag

Methods

rnf :: Tag -> () #

Hashable Tag Source # 
Instance details

Defined in Amazonka.Config.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

ToJSON Tag Source # 
Instance details

Defined in Amazonka.Config.Types.Tag

FromJSON Tag Source # 
Instance details

Defined in Amazonka.Config.Types.Tag

type Rep Tag Source # 
Instance details

Defined in Amazonka.Config.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.Config.Types.Tag" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTag :: Tag Source #

Create a value of Tag with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:value:Tag', tag_value - The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).

$sel:key:Tag', tag_key - One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.

tag_value :: Lens' Tag (Maybe Text) Source #

The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).

tag_key :: Lens' Tag (Maybe Text) Source #

One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.