amazonka-config-2.0: Amazon Config SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Config.Types

Contents

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

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

Errors

_ConformancePackTemplateValidationException :: AsError a => Fold a ServiceError Source #

You have specified a template that is invalid or supported.

_IdempotentParameterMismatch :: AsError a => Fold a ServiceError Source #

Using the same client token with one or more different parameters. Specify a new client token with the parameter changes and try again.

_InsufficientDeliveryPolicyException :: AsError a => Fold a ServiceError Source #

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

_InsufficientPermissionsException :: AsError a => Fold 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 the following permissions:

    • You do not have permission to call IAM GetRole action or create a service-linked role.
    • You do not have permission to read Amazon S3 bucket or call SSM:GetDocument.

_InvalidConfigurationRecorderNameException :: AsError a => Fold a ServiceError Source #

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

_InvalidDeliveryChannelNameException :: AsError a => Fold a ServiceError Source #

The specified delivery channel name is invalid.

_InvalidExpressionException :: AsError a => Fold a ServiceError Source #

The syntax of the query is incorrect.

_InvalidLimitException :: AsError a => Fold a ServiceError Source #

The specified limit is outside the allowable range.

_InvalidNextTokenException :: AsError a => Fold 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.

_InvalidParameterValueException :: AsError a => Fold a ServiceError Source #

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

_InvalidRecordingGroupException :: AsError a => Fold 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.

_InvalidResultTokenException :: AsError a => Fold a ServiceError Source #

The specified ResultToken is invalid.

_InvalidRoleException :: AsError a => Fold a ServiceError Source #

You have provided a null or empty role ARN.

_InvalidS3KeyPrefixException :: AsError a => Fold a ServiceError Source #

The specified Amazon S3 key prefix is invalid.

_InvalidS3KmsKeyArnException :: AsError a => Fold a ServiceError Source #

The specified Amazon KMS Key ARN is invalid.

_InvalidSNSTopicARNException :: AsError a => Fold a ServiceError Source #

The specified Amazon SNS topic does not exist.

_InvalidTimeRangeException :: AsError a => Fold a ServiceError Source #

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

_LastDeliveryChannelDeleteFailedException :: AsError a => Fold a ServiceError Source #

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

_LimitExceededException :: AsError a => Fold 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.

_MaxActiveResourcesExceededException :: AsError a => Fold a ServiceError Source #

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

_MaxNumberOfConfigRulesExceededException :: AsError a => Fold 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.

_MaxNumberOfConfigurationRecordersExceededException :: AsError a => Fold a ServiceError Source #

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

_MaxNumberOfConformancePacksExceededException :: AsError a => Fold a ServiceError Source #

You have reached the limit of the number of conformance packs you can create in an account. For more information, see Service Limits in the Config Developer Guide.

_MaxNumberOfDeliveryChannelsExceededException :: AsError a => Fold a ServiceError Source #

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

_MaxNumberOfOrganizationConfigRulesExceededException :: AsError a => Fold a ServiceError Source #

You have reached the limit of the number of organization Config rules you can create. For more information, see see Service Limits in the Config Developer Guide.

_MaxNumberOfOrganizationConformancePacksExceededException :: AsError a => Fold a ServiceError Source #

You have reached the limit of the number of organization conformance packs you can create in an account. For more information, see Service Limits in the Config Developer Guide.

_MaxNumberOfRetentionConfigurationsExceededException :: AsError a => Fold a ServiceError Source #

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

_NoAvailableConfigurationRecorderException :: AsError a => Fold a ServiceError Source #

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

_NoAvailableDeliveryChannelException :: AsError a => Fold a ServiceError Source #

There is no delivery channel available to record configurations.

_NoAvailableOrganizationException :: AsError a => Fold a ServiceError Source #

Organization is no longer available.

_NoRunningConfigurationRecorderException :: AsError a => Fold a ServiceError Source #

There is no configuration recorder running.

_NoSuchBucketException :: AsError a => Fold a ServiceError Source #

The specified Amazon S3 bucket does not exist.

_NoSuchConfigRuleException :: AsError a => Fold a ServiceError Source #

The Config rule in the request is invalid. Verify that the rule is an Config Custom Policy rule, that the rule name is correct, and that valid Amazon Resouce Names (ARNs) are used before trying again.

_NoSuchConfigRuleInConformancePackException :: AsError a => Fold a ServiceError Source #

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

_NoSuchConfigurationAggregatorException :: AsError a => Fold a ServiceError Source #

You have specified a configuration aggregator that does not exist.

_NoSuchConfigurationRecorderException :: AsError a => Fold a ServiceError Source #

You have specified a configuration recorder that does not exist.

_NoSuchConformancePackException :: AsError a => Fold a ServiceError Source #

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

_NoSuchDeliveryChannelException :: AsError a => Fold a ServiceError Source #

You have specified a delivery channel that does not exist.

_NoSuchOrganizationConfigRuleException :: AsError a => Fold a ServiceError Source #

The Config rule in the request is invalid. Verify that the rule is an organization Config Custom Policy rule, that the rule name is correct, and that valid Amazon Resouce Names (ARNs) are used before trying again.

_NoSuchOrganizationConformancePackException :: AsError a => Fold 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.

_NoSuchRemediationConfigurationException :: AsError a => Fold a ServiceError Source #

You specified an Config rule without a remediation configuration.

_NoSuchRemediationExceptionException :: AsError a => Fold a ServiceError Source #

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

_NoSuchRetentionConfigurationException :: AsError a => Fold a ServiceError Source #

You have specified a retention configuration that does not exist.

_OrganizationAccessDeniedException :: AsError a => Fold 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 management account.

_OrganizationAllFeaturesNotEnabledException :: AsError a => Fold a ServiceError Source #

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

_OrganizationConformancePackTemplateValidationException :: AsError a => Fold a ServiceError Source #

You have specified a template that is invalid or supported.

_OversizedConfigurationItemException :: AsError a => Fold a ServiceError Source #

The configuration item size is outside the allowable range.

_RemediationInProgressException :: AsError a => Fold 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.

_ResourceConcurrentModificationException :: AsError a => Fold a ServiceError Source #

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

_ResourceInUseException :: AsError a => Fold 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.

_ResourceNotDiscoveredException :: AsError a => Fold a ServiceError Source #

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

_ResourceNotFoundException :: AsError a => Fold a ServiceError Source #

You have specified a resource that does not exist.

_TooManyTagsException :: AsError a => Fold a ServiceError Source #

You have reached the limit of the number of tags you can use. For more information, see Service Limits in the Config Developer Guide.

_ValidationException :: AsError a => Fold a ServiceError Source #

The requested action is invalid.

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.

AggregateConformancePackComplianceSummaryGroupKey

newtype AggregateConformancePackComplianceSummaryGroupKey Source #

Instances

Instances details
FromJSON AggregateConformancePackComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummaryGroupKey

FromJSONKey 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

ToByteString AggregateConformancePackComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummaryGroupKey

ToHeader AggregateConformancePackComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummaryGroupKey

ToLog AggregateConformancePackComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummaryGroupKey

ToQuery 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

FromXML AggregateConformancePackComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummaryGroupKey

ToXML AggregateConformancePackComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummaryGroupKey

Generic 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

NFData AggregateConformancePackComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummaryGroupKey

Eq AggregateConformancePackComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummaryGroupKey

Ord AggregateConformancePackComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummaryGroupKey

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'True) (C1 ('MetaCons "AggregateConformancePackComplianceSummaryGroupKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAggregateConformancePackComplianceSummaryGroupKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AggregatedSourceStatusType

newtype AggregatedSourceStatusType Source #

Instances

Instances details
FromJSON AggregatedSourceStatusType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatusType

FromJSONKey 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

ToByteString AggregatedSourceStatusType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatusType

ToHeader AggregatedSourceStatusType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatusType

ToLog AggregatedSourceStatusType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatusType

ToQuery 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

FromXML AggregatedSourceStatusType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatusType

ToXML 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 #

Read AggregatedSourceStatusType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatusType

Show AggregatedSourceStatusType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatusType

NFData AggregatedSourceStatusType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatusType

Eq AggregatedSourceStatusType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatusType

Ord AggregatedSourceStatusType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatusType

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'True) (C1 ('MetaCons "AggregatedSourceStatusType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAggregatedSourceStatusType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AggregatedSourceType

newtype AggregatedSourceType Source #

Instances

Instances details
FromJSON AggregatedSourceType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceType

FromJSONKey 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

ToByteString AggregatedSourceType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceType

ToHeader AggregatedSourceType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceType

ToLog AggregatedSourceType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceType

ToQuery 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

FromXML AggregatedSourceType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceType

ToXML 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 #

Read AggregatedSourceType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceType

Show AggregatedSourceType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceType

NFData AggregatedSourceType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceType

Methods

rnf :: AggregatedSourceType -> () #

Eq AggregatedSourceType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceType

Ord AggregatedSourceType Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceType

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'True) (C1 ('MetaCons "AggregatedSourceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAggregatedSourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ChronologicalOrder

newtype ChronologicalOrder Source #

Instances

Instances details
FromJSON ChronologicalOrder Source # 
Instance details

Defined in Amazonka.Config.Types.ChronologicalOrder

FromJSONKey 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

ToByteString ChronologicalOrder Source # 
Instance details

Defined in Amazonka.Config.Types.ChronologicalOrder

ToHeader ChronologicalOrder Source # 
Instance details

Defined in Amazonka.Config.Types.ChronologicalOrder

ToLog ChronologicalOrder Source # 
Instance details

Defined in Amazonka.Config.Types.ChronologicalOrder

ToQuery 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

FromXML ChronologicalOrder Source # 
Instance details

Defined in Amazonka.Config.Types.ChronologicalOrder

ToXML 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 #

Read ChronologicalOrder Source # 
Instance details

Defined in Amazonka.Config.Types.ChronologicalOrder

Show ChronologicalOrder Source # 
Instance details

Defined in Amazonka.Config.Types.ChronologicalOrder

NFData ChronologicalOrder Source # 
Instance details

Defined in Amazonka.Config.Types.ChronologicalOrder

Methods

rnf :: ChronologicalOrder -> () #

Eq ChronologicalOrder Source # 
Instance details

Defined in Amazonka.Config.Types.ChronologicalOrder

Ord ChronologicalOrder Source # 
Instance details

Defined in Amazonka.Config.Types.ChronologicalOrder

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'True) (C1 ('MetaCons "ChronologicalOrder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromChronologicalOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ComplianceType

newtype ComplianceType Source #

Constructors

ComplianceType' 

Instances

Instances details
FromJSON ComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceType

FromJSONKey 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

ToByteString ComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceType

ToHeader ComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceType

ToLog ComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceType

ToQuery 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

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 #

Generic ComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceType

Associated Types

type Rep ComplianceType :: Type -> Type #

Read ComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceType

Show ComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceType

NFData ComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceType

Methods

rnf :: ComplianceType -> () #

Eq ComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceType

Ord ComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceType

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'True) (C1 ('MetaCons "ComplianceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromComplianceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ConfigRuleComplianceSummaryGroupKey

newtype ConfigRuleComplianceSummaryGroupKey Source #

Instances

Instances details
FromJSON ConfigRuleComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceSummaryGroupKey

FromJSONKey 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

ToByteString ConfigRuleComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceSummaryGroupKey

ToHeader ConfigRuleComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceSummaryGroupKey

ToLog ConfigRuleComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceSummaryGroupKey

ToQuery 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

FromXML ConfigRuleComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceSummaryGroupKey

ToXML ConfigRuleComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceSummaryGroupKey

Generic 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

NFData ConfigRuleComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceSummaryGroupKey

Eq ConfigRuleComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceSummaryGroupKey

Ord ConfigRuleComplianceSummaryGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceSummaryGroupKey

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'True) (C1 ('MetaCons "ConfigRuleComplianceSummaryGroupKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromConfigRuleComplianceSummaryGroupKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ConfigRuleState

newtype ConfigRuleState Source #

Constructors

ConfigRuleState' 

Instances

Instances details
FromJSON ConfigRuleState Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleState

FromJSONKey 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

ToByteString ConfigRuleState Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleState

ToHeader ConfigRuleState Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleState

ToLog ConfigRuleState Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleState

ToQuery 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

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 #

Generic ConfigRuleState Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleState

Associated Types

type Rep ConfigRuleState :: Type -> Type #

Read ConfigRuleState Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleState

Show ConfigRuleState Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleState

NFData ConfigRuleState Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleState

Methods

rnf :: ConfigRuleState -> () #

Eq ConfigRuleState Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleState

Ord ConfigRuleState Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleState

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'True) (C1 ('MetaCons "ConfigRuleState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromConfigRuleState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ConfigurationItemStatus

newtype ConfigurationItemStatus Source #

Instances

Instances details
FromJSON ConfigurationItemStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItemStatus

FromJSONKey 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

ToByteString ConfigurationItemStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItemStatus

ToHeader ConfigurationItemStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItemStatus

ToLog ConfigurationItemStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItemStatus

ToQuery 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

FromXML ConfigurationItemStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItemStatus

ToXML 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 #

Read ConfigurationItemStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItemStatus

Show ConfigurationItemStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItemStatus

NFData ConfigurationItemStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItemStatus

Methods

rnf :: ConfigurationItemStatus -> () #

Eq ConfigurationItemStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItemStatus

Ord ConfigurationItemStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItemStatus

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'True) (C1 ('MetaCons "ConfigurationItemStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromConfigurationItemStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ConformancePackComplianceType

newtype ConformancePackComplianceType Source #

Instances

Instances details
FromJSON ConformancePackComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceType

FromJSONKey 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

ToByteString ConformancePackComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceType

ToHeader ConformancePackComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceType

ToLog ConformancePackComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceType

ToQuery 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

FromXML ConformancePackComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceType

ToXML 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 #

Read ConformancePackComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceType

Show ConformancePackComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceType

NFData ConformancePackComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceType

Eq ConformancePackComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceType

Ord ConformancePackComplianceType Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceType

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'True) (C1 ('MetaCons "ConformancePackComplianceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromConformancePackComplianceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ConformancePackState

newtype ConformancePackState Source #

Instances

Instances details
FromJSON ConformancePackState Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackState

FromJSONKey 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

ToByteString ConformancePackState Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackState

ToHeader ConformancePackState Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackState

ToLog ConformancePackState Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackState

ToQuery 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

FromXML ConformancePackState Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackState

ToXML 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 #

Read ConformancePackState Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackState

Show ConformancePackState Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackState

NFData ConformancePackState Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackState

Methods

rnf :: ConformancePackState -> () #

Eq ConformancePackState Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackState

Ord ConformancePackState Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackState

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'True) (C1 ('MetaCons "ConformancePackState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromConformancePackState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DeliveryStatus

newtype DeliveryStatus Source #

Constructors

DeliveryStatus' 

Instances

Instances details
FromJSON DeliveryStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryStatus

FromJSONKey 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

ToByteString DeliveryStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryStatus

ToHeader DeliveryStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryStatus

ToLog DeliveryStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryStatus

ToQuery 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

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 #

Generic DeliveryStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryStatus

Associated Types

type Rep DeliveryStatus :: Type -> Type #

Read DeliveryStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryStatus

Show DeliveryStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryStatus

NFData DeliveryStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryStatus

Methods

rnf :: DeliveryStatus -> () #

Eq DeliveryStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryStatus

Ord DeliveryStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryStatus

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'True) (C1 ('MetaCons "DeliveryStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeliveryStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EvaluationMode

newtype EvaluationMode Source #

Constructors

EvaluationMode' 

Instances

Instances details
FromJSON EvaluationMode Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationMode

FromJSONKey EvaluationMode Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationMode

ToJSON EvaluationMode Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationMode

ToJSONKey EvaluationMode Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationMode

ToByteString EvaluationMode Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationMode

ToHeader EvaluationMode Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationMode

ToLog EvaluationMode Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationMode

ToQuery EvaluationMode Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationMode

FromText EvaluationMode Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationMode

ToText EvaluationMode Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationMode

FromXML EvaluationMode Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationMode

ToXML EvaluationMode Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationMode

Methods

toXML :: EvaluationMode -> XML #

Generic EvaluationMode Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationMode

Associated Types

type Rep EvaluationMode :: Type -> Type #

Read EvaluationMode Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationMode

Show EvaluationMode Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationMode

NFData EvaluationMode Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationMode

Methods

rnf :: EvaluationMode -> () #

Eq EvaluationMode Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationMode

Ord EvaluationMode Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationMode

Hashable EvaluationMode Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationMode

type Rep EvaluationMode Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationMode

type Rep EvaluationMode = D1 ('MetaData "EvaluationMode" "Amazonka.Config.Types.EvaluationMode" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'True) (C1 ('MetaCons "EvaluationMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEvaluationMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EventSource

newtype EventSource Source #

Constructors

EventSource' 

Bundled Patterns

pattern EventSource_Aws_config :: EventSource 

Instances

Instances details
FromJSON EventSource Source # 
Instance details

Defined in Amazonka.Config.Types.EventSource

FromJSONKey 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

ToByteString EventSource Source # 
Instance details

Defined in Amazonka.Config.Types.EventSource

ToHeader EventSource Source # 
Instance details

Defined in Amazonka.Config.Types.EventSource

ToLog EventSource Source # 
Instance details

Defined in Amazonka.Config.Types.EventSource

ToQuery 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 #

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 #

Generic EventSource Source # 
Instance details

Defined in Amazonka.Config.Types.EventSource

Associated Types

type Rep EventSource :: Type -> Type #

Read EventSource Source # 
Instance details

Defined in Amazonka.Config.Types.EventSource

Show EventSource Source # 
Instance details

Defined in Amazonka.Config.Types.EventSource

NFData EventSource Source # 
Instance details

Defined in Amazonka.Config.Types.EventSource

Methods

rnf :: EventSource -> () #

Eq EventSource Source # 
Instance details

Defined in Amazonka.Config.Types.EventSource

Ord EventSource Source # 
Instance details

Defined in Amazonka.Config.Types.EventSource

Hashable EventSource Source # 
Instance details

Defined in Amazonka.Config.Types.EventSource

type Rep EventSource Source # 
Instance details

Defined in Amazonka.Config.Types.EventSource

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

MaximumExecutionFrequency

newtype MaximumExecutionFrequency Source #

Instances

Instances details
FromJSON MaximumExecutionFrequency Source # 
Instance details

Defined in Amazonka.Config.Types.MaximumExecutionFrequency

FromJSONKey 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

ToByteString MaximumExecutionFrequency Source # 
Instance details

Defined in Amazonka.Config.Types.MaximumExecutionFrequency

ToHeader MaximumExecutionFrequency Source # 
Instance details

Defined in Amazonka.Config.Types.MaximumExecutionFrequency

ToLog MaximumExecutionFrequency Source # 
Instance details

Defined in Amazonka.Config.Types.MaximumExecutionFrequency

ToQuery 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

FromXML MaximumExecutionFrequency Source # 
Instance details

Defined in Amazonka.Config.Types.MaximumExecutionFrequency

ToXML 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 #

Read MaximumExecutionFrequency Source # 
Instance details

Defined in Amazonka.Config.Types.MaximumExecutionFrequency

Show MaximumExecutionFrequency Source # 
Instance details

Defined in Amazonka.Config.Types.MaximumExecutionFrequency

NFData MaximumExecutionFrequency Source # 
Instance details

Defined in Amazonka.Config.Types.MaximumExecutionFrequency

Eq MaximumExecutionFrequency Source # 
Instance details

Defined in Amazonka.Config.Types.MaximumExecutionFrequency

Ord MaximumExecutionFrequency Source # 
Instance details

Defined in Amazonka.Config.Types.MaximumExecutionFrequency

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'True) (C1 ('MetaCons "MaximumExecutionFrequency'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMaximumExecutionFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MemberAccountRuleStatus

newtype MemberAccountRuleStatus Source #

Instances

Instances details
FromJSON MemberAccountRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountRuleStatus

FromJSONKey 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

ToByteString MemberAccountRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountRuleStatus

ToHeader MemberAccountRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountRuleStatus

ToLog MemberAccountRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountRuleStatus

ToQuery 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

FromXML MemberAccountRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountRuleStatus

ToXML 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 #

Read MemberAccountRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountRuleStatus

Show MemberAccountRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountRuleStatus

NFData MemberAccountRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountRuleStatus

Methods

rnf :: MemberAccountRuleStatus -> () #

Eq MemberAccountRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountRuleStatus

Ord MemberAccountRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountRuleStatus

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'True) (C1 ('MetaCons "MemberAccountRuleStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMemberAccountRuleStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MessageType

newtype MessageType Source #

Constructors

MessageType' 

Instances

Instances details
FromJSON MessageType Source # 
Instance details

Defined in Amazonka.Config.Types.MessageType

FromJSONKey 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

ToByteString MessageType Source # 
Instance details

Defined in Amazonka.Config.Types.MessageType

ToHeader MessageType Source # 
Instance details

Defined in Amazonka.Config.Types.MessageType

ToLog MessageType Source # 
Instance details

Defined in Amazonka.Config.Types.MessageType

ToQuery 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 #

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 #

Generic MessageType Source # 
Instance details

Defined in Amazonka.Config.Types.MessageType

Associated Types

type Rep MessageType :: Type -> Type #

Read MessageType Source # 
Instance details

Defined in Amazonka.Config.Types.MessageType

Show MessageType Source # 
Instance details

Defined in Amazonka.Config.Types.MessageType

NFData MessageType Source # 
Instance details

Defined in Amazonka.Config.Types.MessageType

Methods

rnf :: MessageType -> () #

Eq MessageType Source # 
Instance details

Defined in Amazonka.Config.Types.MessageType

Ord MessageType Source # 
Instance details

Defined in Amazonka.Config.Types.MessageType

Hashable MessageType Source # 
Instance details

Defined in Amazonka.Config.Types.MessageType

type Rep MessageType Source # 
Instance details

Defined in Amazonka.Config.Types.MessageType

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

OrganizationConfigRuleTriggerType

newtype OrganizationConfigRuleTriggerType Source #

Instances

Instances details
FromJSON OrganizationConfigRuleTriggerType Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerType

FromJSONKey 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

ToByteString OrganizationConfigRuleTriggerType Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerType

ToHeader OrganizationConfigRuleTriggerType Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerType

ToLog OrganizationConfigRuleTriggerType Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerType

ToQuery 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

FromXML OrganizationConfigRuleTriggerType Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerType

ToXML 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 #

Read OrganizationConfigRuleTriggerType Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerType

Show OrganizationConfigRuleTriggerType Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerType

NFData OrganizationConfigRuleTriggerType Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerType

Eq OrganizationConfigRuleTriggerType Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerType

Ord OrganizationConfigRuleTriggerType Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerType

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'True) (C1 ('MetaCons "OrganizationConfigRuleTriggerType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOrganizationConfigRuleTriggerType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OrganizationConfigRuleTriggerTypeNoSN

newtype OrganizationConfigRuleTriggerTypeNoSN Source #

Instances

Instances details
FromJSON OrganizationConfigRuleTriggerTypeNoSN Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerTypeNoSN

FromJSONKey OrganizationConfigRuleTriggerTypeNoSN Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerTypeNoSN

ToJSON OrganizationConfigRuleTriggerTypeNoSN Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerTypeNoSN

ToJSONKey OrganizationConfigRuleTriggerTypeNoSN Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerTypeNoSN

ToByteString OrganizationConfigRuleTriggerTypeNoSN Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerTypeNoSN

ToHeader OrganizationConfigRuleTriggerTypeNoSN Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerTypeNoSN

ToLog OrganizationConfigRuleTriggerTypeNoSN Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerTypeNoSN

ToQuery OrganizationConfigRuleTriggerTypeNoSN Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerTypeNoSN

FromText OrganizationConfigRuleTriggerTypeNoSN Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerTypeNoSN

ToText OrganizationConfigRuleTriggerTypeNoSN Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerTypeNoSN

FromXML OrganizationConfigRuleTriggerTypeNoSN Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerTypeNoSN

ToXML OrganizationConfigRuleTriggerTypeNoSN Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerTypeNoSN

Generic OrganizationConfigRuleTriggerTypeNoSN Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerTypeNoSN

Read OrganizationConfigRuleTriggerTypeNoSN Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerTypeNoSN

Show OrganizationConfigRuleTriggerTypeNoSN Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerTypeNoSN

NFData OrganizationConfigRuleTriggerTypeNoSN Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerTypeNoSN

Eq OrganizationConfigRuleTriggerTypeNoSN Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerTypeNoSN

Ord OrganizationConfigRuleTriggerTypeNoSN Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerTypeNoSN

Hashable OrganizationConfigRuleTriggerTypeNoSN Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerTypeNoSN

type Rep OrganizationConfigRuleTriggerTypeNoSN Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleTriggerTypeNoSN

type Rep OrganizationConfigRuleTriggerTypeNoSN = D1 ('MetaData "OrganizationConfigRuleTriggerTypeNoSN" "Amazonka.Config.Types.OrganizationConfigRuleTriggerTypeNoSN" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'True) (C1 ('MetaCons "OrganizationConfigRuleTriggerTypeNoSN'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOrganizationConfigRuleTriggerTypeNoSN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OrganizationResourceDetailedStatus

newtype OrganizationResourceDetailedStatus Source #

Instances

Instances details
FromJSON OrganizationResourceDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatus

FromJSONKey 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

ToByteString OrganizationResourceDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatus

ToHeader OrganizationResourceDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatus

ToLog OrganizationResourceDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatus

ToQuery 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

FromXML OrganizationResourceDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatus

ToXML 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 #

Read OrganizationResourceDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatus

Show OrganizationResourceDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatus

NFData OrganizationResourceDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatus

Eq OrganizationResourceDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatus

Ord OrganizationResourceDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatus

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'True) (C1 ('MetaCons "OrganizationResourceDetailedStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOrganizationResourceDetailedStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OrganizationResourceStatus

newtype OrganizationResourceStatus Source #

Instances

Instances details
FromJSON OrganizationResourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceStatus

FromJSONKey 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

ToByteString OrganizationResourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceStatus

ToHeader OrganizationResourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceStatus

ToLog OrganizationResourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceStatus

ToQuery 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

FromXML OrganizationResourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceStatus

ToXML 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 #

Read OrganizationResourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceStatus

Show OrganizationResourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceStatus

NFData OrganizationResourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceStatus

Eq OrganizationResourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceStatus

Ord OrganizationResourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceStatus

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'True) (C1 ('MetaCons "OrganizationResourceStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOrganizationResourceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OrganizationRuleStatus

newtype OrganizationRuleStatus Source #

Instances

Instances details
FromJSON OrganizationRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationRuleStatus

FromJSONKey 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

ToByteString OrganizationRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationRuleStatus

ToHeader OrganizationRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationRuleStatus

ToLog OrganizationRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationRuleStatus

ToQuery 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

FromXML OrganizationRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationRuleStatus

ToXML 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 #

Read OrganizationRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationRuleStatus

Show OrganizationRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationRuleStatus

NFData OrganizationRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationRuleStatus

Methods

rnf :: OrganizationRuleStatus -> () #

Eq OrganizationRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationRuleStatus

Ord OrganizationRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationRuleStatus

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" '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 
pattern Owner_CUSTOM_POLICY :: Owner 

Instances

Instances details
FromJSON Owner Source # 
Instance details

Defined in Amazonka.Config.Types.Owner

FromJSONKey Owner Source # 
Instance details

Defined in Amazonka.Config.Types.Owner

ToJSON Owner Source # 
Instance details

Defined in Amazonka.Config.Types.Owner

ToJSONKey Owner Source # 
Instance details

Defined in Amazonka.Config.Types.Owner

ToByteString Owner Source # 
Instance details

Defined in Amazonka.Config.Types.Owner

Methods

toBS :: Owner -> ByteString #

ToHeader Owner Source # 
Instance details

Defined in Amazonka.Config.Types.Owner

Methods

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

ToLog Owner Source # 
Instance details

Defined in Amazonka.Config.Types.Owner

ToQuery Owner Source # 
Instance details

Defined in Amazonka.Config.Types.Owner

Methods

toQuery :: Owner -> QueryString #

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 #

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 #

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 #

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 #

NFData Owner Source # 
Instance details

Defined in Amazonka.Config.Types.Owner

Methods

rnf :: Owner -> () #

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 #

Hashable Owner Source # 
Instance details

Defined in Amazonka.Config.Types.Owner

Methods

hashWithSalt :: Int -> Owner -> Int #

hash :: Owner -> Int #

type Rep Owner Source # 
Instance details

Defined in Amazonka.Config.Types.Owner

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

RecorderStatus

newtype RecorderStatus Source #

Constructors

RecorderStatus' 

Instances

Instances details
FromJSON RecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RecorderStatus

FromJSONKey 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

ToByteString RecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RecorderStatus

ToHeader RecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RecorderStatus

ToLog RecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RecorderStatus

ToQuery 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

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 #

Generic RecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RecorderStatus

Associated Types

type Rep RecorderStatus :: Type -> Type #

Read RecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RecorderStatus

Show RecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RecorderStatus

NFData RecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RecorderStatus

Methods

rnf :: RecorderStatus -> () #

Eq RecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RecorderStatus

Ord RecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RecorderStatus

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'True) (C1 ('MetaCons "RecorderStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRecorderStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RemediationExecutionState

newtype RemediationExecutionState Source #

Instances

Instances details
FromJSON RemediationExecutionState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionState

FromJSONKey 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

ToByteString RemediationExecutionState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionState

ToHeader RemediationExecutionState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionState

ToLog RemediationExecutionState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionState

ToQuery 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

FromXML RemediationExecutionState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionState

ToXML 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 #

Read RemediationExecutionState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionState

Show RemediationExecutionState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionState

NFData RemediationExecutionState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionState

Eq RemediationExecutionState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionState

Ord RemediationExecutionState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionState

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'True) (C1 ('MetaCons "RemediationExecutionState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRemediationExecutionState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RemediationExecutionStepState

newtype RemediationExecutionStepState Source #

Instances

Instances details
FromJSON RemediationExecutionStepState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStepState

FromJSONKey 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

ToByteString RemediationExecutionStepState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStepState

ToHeader RemediationExecutionStepState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStepState

ToLog RemediationExecutionStepState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStepState

ToQuery 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

FromXML RemediationExecutionStepState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStepState

ToXML 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 #

Read RemediationExecutionStepState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStepState

Show RemediationExecutionStepState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStepState

NFData RemediationExecutionStepState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStepState

Eq RemediationExecutionStepState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStepState

Ord RemediationExecutionStepState Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStepState

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'True) (C1 ('MetaCons "RemediationExecutionStepState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRemediationExecutionStepState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RemediationTargetType

newtype RemediationTargetType Source #

Instances

Instances details
FromJSON RemediationTargetType Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationTargetType

FromJSONKey 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

ToByteString RemediationTargetType Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationTargetType

ToHeader RemediationTargetType Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationTargetType

ToLog RemediationTargetType Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationTargetType

ToQuery 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

FromXML RemediationTargetType Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationTargetType

ToXML 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 #

Read RemediationTargetType Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationTargetType

Show RemediationTargetType Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationTargetType

NFData RemediationTargetType Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationTargetType

Methods

rnf :: RemediationTargetType -> () #

Eq RemediationTargetType Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationTargetType

Ord RemediationTargetType Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationTargetType

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'True) (C1 ('MetaCons "RemediationTargetType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRemediationTargetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ResourceConfigurationSchemaType

newtype ResourceConfigurationSchemaType Source #

Instances

Instances details
FromJSON ResourceConfigurationSchemaType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceConfigurationSchemaType

FromJSONKey ResourceConfigurationSchemaType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceConfigurationSchemaType

ToJSON ResourceConfigurationSchemaType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceConfigurationSchemaType

ToJSONKey ResourceConfigurationSchemaType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceConfigurationSchemaType

ToByteString ResourceConfigurationSchemaType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceConfigurationSchemaType

ToHeader ResourceConfigurationSchemaType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceConfigurationSchemaType

ToLog ResourceConfigurationSchemaType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceConfigurationSchemaType

ToQuery ResourceConfigurationSchemaType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceConfigurationSchemaType

FromText ResourceConfigurationSchemaType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceConfigurationSchemaType

ToText ResourceConfigurationSchemaType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceConfigurationSchemaType

FromXML ResourceConfigurationSchemaType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceConfigurationSchemaType

ToXML ResourceConfigurationSchemaType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceConfigurationSchemaType

Generic ResourceConfigurationSchemaType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceConfigurationSchemaType

Associated Types

type Rep ResourceConfigurationSchemaType :: Type -> Type #

Read ResourceConfigurationSchemaType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceConfigurationSchemaType

Show ResourceConfigurationSchemaType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceConfigurationSchemaType

NFData ResourceConfigurationSchemaType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceConfigurationSchemaType

Eq ResourceConfigurationSchemaType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceConfigurationSchemaType

Ord ResourceConfigurationSchemaType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceConfigurationSchemaType

Hashable ResourceConfigurationSchemaType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceConfigurationSchemaType

type Rep ResourceConfigurationSchemaType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceConfigurationSchemaType

type Rep ResourceConfigurationSchemaType = D1 ('MetaData "ResourceConfigurationSchemaType" "Amazonka.Config.Types.ResourceConfigurationSchemaType" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'True) (C1 ('MetaCons "ResourceConfigurationSchemaType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromResourceConfigurationSchemaType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ResourceCountGroupKey

newtype ResourceCountGroupKey Source #

Instances

Instances details
FromJSON ResourceCountGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountGroupKey

FromJSONKey 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

ToByteString ResourceCountGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountGroupKey

ToHeader ResourceCountGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountGroupKey

ToLog ResourceCountGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountGroupKey

ToQuery 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

FromXML ResourceCountGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountGroupKey

ToXML 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 #

Read ResourceCountGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountGroupKey

Show ResourceCountGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountGroupKey

NFData ResourceCountGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountGroupKey

Methods

rnf :: ResourceCountGroupKey -> () #

Eq ResourceCountGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountGroupKey

Ord ResourceCountGroupKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountGroupKey

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'True) (C1 ('MetaCons "ResourceCountGroupKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromResourceCountGroupKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ResourceEvaluationStatus

newtype ResourceEvaluationStatus Source #

Instances

Instances details
FromJSON ResourceEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluationStatus

FromJSONKey ResourceEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluationStatus

ToJSON ResourceEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluationStatus

ToJSONKey ResourceEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluationStatus

ToByteString ResourceEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluationStatus

ToHeader ResourceEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluationStatus

ToLog ResourceEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluationStatus

ToQuery ResourceEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluationStatus

FromText ResourceEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluationStatus

ToText ResourceEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluationStatus

FromXML ResourceEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluationStatus

ToXML ResourceEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluationStatus

Generic ResourceEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluationStatus

Associated Types

type Rep ResourceEvaluationStatus :: Type -> Type #

Read ResourceEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluationStatus

Show ResourceEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluationStatus

NFData ResourceEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluationStatus

Eq ResourceEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluationStatus

Ord ResourceEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluationStatus

Hashable ResourceEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluationStatus

type Rep ResourceEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluationStatus

type Rep ResourceEvaluationStatus = D1 ('MetaData "ResourceEvaluationStatus" "Amazonka.Config.Types.ResourceEvaluationStatus" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'True) (C1 ('MetaCons "ResourceEvaluationStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromResourceEvaluationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ResourceType

newtype ResourceType Source #

Constructors

ResourceType' 

Bundled Patterns

pattern ResourceType_AWS__ACM__Certificate :: ResourceType 
pattern ResourceType_AWS__AccessAnalyzer__Analyzer :: 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__AppConfig__Application :: ResourceType 
pattern ResourceType_AWS__AppSync__GraphQLApi :: ResourceType 
pattern ResourceType_AWS__Athena__DataCatalog :: ResourceType 
pattern ResourceType_AWS__Athena__WorkGroup :: 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__Batch__ComputeEnvironment :: ResourceType 
pattern ResourceType_AWS__Batch__JobQueue :: 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__CodeDeploy__Application :: ResourceType 
pattern ResourceType_AWS__CodeDeploy__DeploymentConfig :: ResourceType 
pattern ResourceType_AWS__CodeDeploy__DeploymentGroup :: ResourceType 
pattern ResourceType_AWS__CodePipeline__Pipeline :: ResourceType 
pattern ResourceType_AWS__Config__ConformancePackCompliance :: ResourceType 
pattern ResourceType_AWS__Config__ResourceCompliance :: ResourceType 
pattern ResourceType_AWS__DMS__Certificate :: ResourceType 
pattern ResourceType_AWS__DMS__EventSubscription :: ResourceType 
pattern ResourceType_AWS__DMS__ReplicationSubnetGroup :: ResourceType 
pattern ResourceType_AWS__DataSync__LocationEFS :: ResourceType 
pattern ResourceType_AWS__DataSync__LocationFSxLustre :: ResourceType 
pattern ResourceType_AWS__DataSync__LocationNFS :: ResourceType 
pattern ResourceType_AWS__DataSync__LocationS3 :: ResourceType 
pattern ResourceType_AWS__DataSync__LocationSMB :: ResourceType 
pattern ResourceType_AWS__DataSync__Task :: ResourceType 
pattern ResourceType_AWS__Detective__Graph :: 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__LaunchTemplate :: ResourceType 
pattern ResourceType_AWS__EC2__NatGateway :: ResourceType 
pattern ResourceType_AWS__EC2__NetworkAcl :: ResourceType 
pattern ResourceType_AWS__EC2__NetworkInsightsAccessScopeAnalysis :: 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__TransitGateway :: ResourceType 
pattern ResourceType_AWS__EC2__TransitGatewayAttachment :: ResourceType 
pattern ResourceType_AWS__EC2__TransitGatewayRouteTable :: 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__PublicRepository :: 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__EKS__FargateProfile :: ResourceType 
pattern ResourceType_AWS__EMR__SecurityConfiguration :: ResourceType 
pattern ResourceType_AWS__ElasticBeanstalk__Application :: ResourceType 
pattern ResourceType_AWS__ElasticBeanstalk__ApplicationVersion :: ResourceType 
pattern ResourceType_AWS__ElasticBeanstalk__Environment :: ResourceType 
pattern ResourceType_AWS__ElasticLoadBalancingV2__Listener :: ResourceType 
pattern ResourceType_AWS__ElasticLoadBalancingV2__LoadBalancer :: ResourceType 
pattern ResourceType_AWS__ElasticLoadBalancing__LoadBalancer :: ResourceType 
pattern ResourceType_AWS__Elasticsearch__Domain :: ResourceType 
pattern ResourceType_AWS__GlobalAccelerator__Accelerator :: ResourceType 
pattern ResourceType_AWS__GlobalAccelerator__EndpointGroup :: ResourceType 
pattern ResourceType_AWS__GlobalAccelerator__Listener :: ResourceType 
pattern ResourceType_AWS__Glue__Job :: ResourceType 
pattern ResourceType_AWS__GuardDuty__Detector :: ResourceType 
pattern ResourceType_AWS__GuardDuty__IPSet :: ResourceType 
pattern ResourceType_AWS__GuardDuty__ThreatIntelSet :: 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__Kinesis__Stream :: ResourceType 
pattern ResourceType_AWS__Kinesis__StreamConsumer :: ResourceType 
pattern ResourceType_AWS__Lambda__Function :: ResourceType 
pattern ResourceType_AWS__MSK__Cluster :: 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__Route53Resolver__ResolverEndpoint :: ResourceType 
pattern ResourceType_AWS__Route53Resolver__ResolverRule :: ResourceType 
pattern ResourceType_AWS__Route53Resolver__ResolverRuleAssociation :: ResourceType 
pattern ResourceType_AWS__Route53__HostedZone :: ResourceType 
pattern ResourceType_AWS__S3__AccountPublicAccessBlock :: ResourceType 
pattern ResourceType_AWS__S3__Bucket :: ResourceType 
pattern ResourceType_AWS__SES__ConfigurationSet :: ResourceType 
pattern ResourceType_AWS__SES__ContactList :: 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__SageMaker__CodeRepository :: ResourceType 
pattern ResourceType_AWS__SageMaker__Model :: ResourceType 
pattern ResourceType_AWS__SageMaker__NotebookInstanceLifecycleConfig :: ResourceType 
pattern ResourceType_AWS__SageMaker__Workteam :: 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__ServiceDiscovery__PublicDnsNamespace :: ResourceType 
pattern ResourceType_AWS__ServiceDiscovery__Service :: ResourceType 
pattern ResourceType_AWS__ShieldRegional__Protection :: ResourceType 
pattern ResourceType_AWS__Shield__Protection :: ResourceType 
pattern ResourceType_AWS__StepFunctions__Activity :: ResourceType 
pattern ResourceType_AWS__StepFunctions__StateMachine :: 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__WorkSpaces__ConnectionAlias :: ResourceType 
pattern ResourceType_AWS__WorkSpaces__Workspace :: ResourceType 
pattern ResourceType_AWS__XRay__EncryptionConfig :: ResourceType 

Instances

Instances details
FromJSON ResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceType

FromJSONKey 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

ToByteString ResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceType

ToHeader ResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceType

ToLog ResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceType

ToQuery 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 #

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 #

Generic ResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceType

Associated Types

type Rep ResourceType :: Type -> Type #

Read ResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceType

Show ResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceType

NFData ResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceType

Methods

rnf :: ResourceType -> () #

Eq ResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceType

Ord ResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceType

Hashable ResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceType

type Rep ResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceType

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

ResourceValueType

newtype ResourceValueType Source #

Instances

Instances details
FromJSON ResourceValueType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValueType

FromJSONKey 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

ToByteString ResourceValueType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValueType

ToHeader ResourceValueType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValueType

ToLog ResourceValueType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValueType

ToQuery 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

FromXML ResourceValueType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValueType

ToXML 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 #

Read ResourceValueType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValueType

Show ResourceValueType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValueType

NFData ResourceValueType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValueType

Methods

rnf :: ResourceValueType -> () #

Eq ResourceValueType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValueType

Ord ResourceValueType Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValueType

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'True) (C1 ('MetaCons "ResourceValueType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromResourceValueType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SortBy

newtype SortBy Source #

Constructors

SortBy' 

Fields

Bundled Patterns

pattern SortBy_SCORE :: SortBy 

Instances

Instances details
FromJSON SortBy Source # 
Instance details

Defined in Amazonka.Config.Types.SortBy

FromJSONKey SortBy Source # 
Instance details

Defined in Amazonka.Config.Types.SortBy

ToJSON SortBy Source # 
Instance details

Defined in Amazonka.Config.Types.SortBy

ToJSONKey SortBy Source # 
Instance details

Defined in Amazonka.Config.Types.SortBy

ToByteString SortBy Source # 
Instance details

Defined in Amazonka.Config.Types.SortBy

Methods

toBS :: SortBy -> ByteString #

ToHeader SortBy Source # 
Instance details

Defined in Amazonka.Config.Types.SortBy

Methods

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

ToLog SortBy Source # 
Instance details

Defined in Amazonka.Config.Types.SortBy

ToQuery SortBy Source # 
Instance details

Defined in Amazonka.Config.Types.SortBy

FromText SortBy Source # 
Instance details

Defined in Amazonka.Config.Types.SortBy

ToText SortBy Source # 
Instance details

Defined in Amazonka.Config.Types.SortBy

Methods

toText :: SortBy -> Text #

FromXML SortBy Source # 
Instance details

Defined in Amazonka.Config.Types.SortBy

ToXML SortBy Source # 
Instance details

Defined in Amazonka.Config.Types.SortBy

Methods

toXML :: SortBy -> XML #

Generic SortBy Source # 
Instance details

Defined in Amazonka.Config.Types.SortBy

Associated Types

type Rep SortBy :: Type -> Type #

Methods

from :: SortBy -> Rep SortBy x #

to :: Rep SortBy x -> SortBy #

Read SortBy Source # 
Instance details

Defined in Amazonka.Config.Types.SortBy

Show SortBy Source # 
Instance details

Defined in Amazonka.Config.Types.SortBy

NFData SortBy Source # 
Instance details

Defined in Amazonka.Config.Types.SortBy

Methods

rnf :: SortBy -> () #

Eq SortBy Source # 
Instance details

Defined in Amazonka.Config.Types.SortBy

Methods

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

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

Ord SortBy Source # 
Instance details

Defined in Amazonka.Config.Types.SortBy

Hashable SortBy Source # 
Instance details

Defined in Amazonka.Config.Types.SortBy

Methods

hashWithSalt :: Int -> SortBy -> Int #

hash :: SortBy -> Int #

type Rep SortBy Source # 
Instance details

Defined in Amazonka.Config.Types.SortBy

type Rep SortBy = D1 ('MetaData "SortBy" "Amazonka.Config.Types.SortBy" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'True) (C1 ('MetaCons "SortBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SortOrder

newtype SortOrder Source #

Constructors

SortOrder' 

Fields

Bundled Patterns

pattern SortOrder_ASCENDING :: SortOrder 
pattern SortOrder_DESCENDING :: SortOrder 

Instances

Instances details
FromJSON SortOrder Source # 
Instance details

Defined in Amazonka.Config.Types.SortOrder

FromJSONKey SortOrder Source # 
Instance details

Defined in Amazonka.Config.Types.SortOrder

ToJSON SortOrder Source # 
Instance details

Defined in Amazonka.Config.Types.SortOrder

ToJSONKey SortOrder Source # 
Instance details

Defined in Amazonka.Config.Types.SortOrder

ToByteString SortOrder Source # 
Instance details

Defined in Amazonka.Config.Types.SortOrder

Methods

toBS :: SortOrder -> ByteString #

ToHeader SortOrder Source # 
Instance details

Defined in Amazonka.Config.Types.SortOrder

ToLog SortOrder Source # 
Instance details

Defined in Amazonka.Config.Types.SortOrder

ToQuery SortOrder Source # 
Instance details

Defined in Amazonka.Config.Types.SortOrder

FromText SortOrder Source # 
Instance details

Defined in Amazonka.Config.Types.SortOrder

ToText SortOrder Source # 
Instance details

Defined in Amazonka.Config.Types.SortOrder

Methods

toText :: SortOrder -> Text #

FromXML SortOrder Source # 
Instance details

Defined in Amazonka.Config.Types.SortOrder

ToXML SortOrder Source # 
Instance details

Defined in Amazonka.Config.Types.SortOrder

Methods

toXML :: SortOrder -> XML #

Generic SortOrder Source # 
Instance details

Defined in Amazonka.Config.Types.SortOrder

Associated Types

type Rep SortOrder :: Type -> Type #

Read SortOrder Source # 
Instance details

Defined in Amazonka.Config.Types.SortOrder

Show SortOrder Source # 
Instance details

Defined in Amazonka.Config.Types.SortOrder

NFData SortOrder Source # 
Instance details

Defined in Amazonka.Config.Types.SortOrder

Methods

rnf :: SortOrder -> () #

Eq SortOrder Source # 
Instance details

Defined in Amazonka.Config.Types.SortOrder

Ord SortOrder Source # 
Instance details

Defined in Amazonka.Config.Types.SortOrder

Hashable SortOrder Source # 
Instance details

Defined in Amazonka.Config.Types.SortOrder

type Rep SortOrder Source # 
Instance details

Defined in Amazonka.Config.Types.SortOrder

type Rep SortOrder = D1 ('MetaData "SortOrder" "Amazonka.Config.Types.SortOrder" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'True) (C1 ('MetaCons "SortOrder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSortOrder") '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
FromJSON AccountAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.AccountAggregationSource

ToJSON 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 #

Read AccountAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.AccountAggregationSource

Show AccountAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.AccountAggregationSource

NFData AccountAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.AccountAggregationSource

Eq AccountAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.AccountAggregationSource

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "AccountAggregationSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "allAwsRegions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "awsRegions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: 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:allAwsRegions:AccountAggregationSource', accountAggregationSource_allAwsRegions - If true, aggregate existing Config regions and future regions.

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

$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
FromJSON 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 #

Read AggregateComplianceByConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateComplianceByConfigRule

Show AggregateComplianceByConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateComplianceByConfigRule

NFData AggregateComplianceByConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateComplianceByConfigRule

Eq AggregateComplianceByConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateComplianceByConfigRule

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "AggregateComplianceByConfigRule'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "compliance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Compliance)) :*: S1 ('MetaSel ('Just "configRuleName") '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: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.

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

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

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.

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
FromJSON AggregateComplianceByConformancePack Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateComplianceByConformancePack

Generic 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

NFData AggregateComplianceByConformancePack Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateComplianceByConformancePack

Eq AggregateComplianceByConformancePack Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateComplianceByConformancePack

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "AggregateComplianceByConformancePack'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "compliance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AggregateConformancePackCompliance)) :*: S1 ('MetaSel ('Just "conformancePackName") '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: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.

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

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

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
FromJSON 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 #

Read AggregateComplianceCount Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateComplianceCount

Show AggregateComplianceCount Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateComplianceCount

NFData AggregateComplianceCount Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateComplianceCount

Eq AggregateComplianceCount Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateComplianceCount

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "AggregateComplianceCount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "complianceSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComplianceSummary)) :*: S1 ('MetaSel ('Just "groupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:complianceSummary:AggregateComplianceCount', aggregateComplianceCount_complianceSummary - The number of compliant and noncompliant Config rules.

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

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
FromJSON 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 #

Read AggregateConformancePackCompliance Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackCompliance

Show AggregateConformancePackCompliance Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackCompliance

NFData AggregateConformancePackCompliance Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackCompliance

Eq AggregateConformancePackCompliance Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackCompliance

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "AggregateConformancePackCompliance'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "complianceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConformancePackComplianceType)) :*: S1 ('MetaSel ('Just "compliantRuleCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "nonCompliantRuleCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "totalRuleCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

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:complianceType:AggregateConformancePackCompliance', aggregateConformancePackCompliance_complianceType - The compliance status of the conformance pack.

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

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

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

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
FromJSON AggregateConformancePackComplianceCount Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceCount

Generic 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

NFData AggregateConformancePackComplianceCount Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceCount

Eq AggregateConformancePackComplianceCount Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceCount

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" '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
ToJSON AggregateConformancePackComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceFilters

Generic 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

NFData AggregateConformancePackComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceFilters

Eq AggregateConformancePackComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceFilters

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "AggregateConformancePackComplianceFilters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "complianceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConformancePackComplianceType)) :*: S1 ('MetaSel ('Just "conformancePackName") '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:accountId:AggregateConformancePackComplianceFilters', aggregateConformancePackComplianceFilters_accountId - The 12-digit Amazon Web Services account ID of the source account.

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

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

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

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
FromJSON AggregateConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummary

Generic 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

NFData AggregateConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummary

Eq AggregateConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummary

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "AggregateConformancePackComplianceSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "complianceSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AggregateConformancePackComplianceCount)) :*: S1 ('MetaSel ('Just "groupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:complianceSummary:AggregateConformancePackComplianceSummary', aggregateConformancePackComplianceSummary_complianceSummary - Returns an AggregateConformancePackComplianceCount object.

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

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
ToJSON AggregateConformancePackComplianceSummaryFilters Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummaryFilters

Generic 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

NFData AggregateConformancePackComplianceSummaryFilters Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummaryFilters

Eq AggregateConformancePackComplianceSummaryFilters Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackComplianceSummaryFilters

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" '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
FromJSON 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 #

Read AggregateEvaluationResult Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateEvaluationResult

Show AggregateEvaluationResult Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateEvaluationResult

NFData AggregateEvaluationResult Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateEvaluationResult

Eq AggregateEvaluationResult Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateEvaluationResult

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "AggregateEvaluationResult'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "annotation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "complianceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComplianceType)) :*: S1 ('MetaSel ('Just "configRuleInvokedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "evaluationResultIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EvaluationResultIdentifier)) :*: S1 ('MetaSel ('Just "resultRecordedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

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:accountId:AggregateEvaluationResult', aggregateEvaluationResult_accountId - The 12-digit account ID of the source account.

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

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

$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:configRuleInvokedTime:AggregateEvaluationResult', aggregateEvaluationResult_configRuleInvokedTime - The time when the Config rule evaluated the Amazon Web Services resource.

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

$sel:resultRecordedTime:AggregateEvaluationResult', aggregateEvaluationResult_resultRecordedTime - 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_annotation :: Lens' AggregateEvaluationResult (Maybe Text) Source #

Supplementary information about how the agrregate evaluation determined the compliance.

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

The source region from where the data is aggregated.

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

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
FromJSON AggregateResourceIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateResourceIdentifier

ToJSON 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 #

Read AggregateResourceIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateResourceIdentifier

Show AggregateResourceIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateResourceIdentifier

NFData AggregateResourceIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateResourceIdentifier

Eq AggregateResourceIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateResourceIdentifier

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" '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
FromJSON 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 #

Read AggregatedSourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatus

Show AggregatedSourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatus

NFData AggregatedSourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatus

Methods

rnf :: AggregatedSourceStatus -> () #

Eq AggregatedSourceStatus Source # 
Instance details

Defined in Amazonka.Config.Types.AggregatedSourceStatus

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "AggregatedSourceStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastErrorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastErrorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "lastUpdateStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AggregatedSourceStatusType)) :*: S1 ('MetaSel ('Just "lastUpdateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "sourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AggregatedSourceType))))))

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:awsRegion:AggregatedSourceStatus', aggregatedSourceStatus_awsRegion - The region authorized to collect aggregated data.

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

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

$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:lastUpdateTime:AggregatedSourceStatus', aggregatedSourceStatus_lastUpdateTime - The time of the last update.

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

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

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

The region authorized to collect aggregated data.

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

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

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

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

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.

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
FromJSON 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 #

Read AggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.Types.AggregationAuthorization

Show AggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.Types.AggregationAuthorization

NFData AggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.Types.AggregationAuthorization

Eq AggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.Types.AggregationAuthorization

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "AggregationAuthorization'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "aggregationAuthorizationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "authorizedAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "authorizedAwsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

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

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

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

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.

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

The region authorized to collect aggregated data.

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

The time stamp when the aggregation authorization was created.

BaseConfigurationItem

data BaseConfigurationItem Source #

The detailed configuration of a specified resource.

See: newBaseConfigurationItem smart constructor.

Constructors

BaseConfigurationItem' 

Fields

Instances

Instances details
FromJSON 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 #

Read BaseConfigurationItem Source # 
Instance details

Defined in Amazonka.Config.Types.BaseConfigurationItem

Show BaseConfigurationItem Source # 
Instance details

Defined in Amazonka.Config.Types.BaseConfigurationItem

NFData BaseConfigurationItem Source # 
Instance details

Defined in Amazonka.Config.Types.BaseConfigurationItem

Methods

rnf :: BaseConfigurationItem -> () #

Eq BaseConfigurationItem Source # 
Instance details

Defined in Amazonka.Config.Types.BaseConfigurationItem

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "BaseConfigurationItem'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "availabilityZone") '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))) :*: (S1 ('MetaSel ('Just "configurationItemCaptureTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "configurationItemStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigurationItemStatus))))) :*: ((S1 ('MetaSel ('Just "configurationStateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceCreationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "resourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceType))) :*: (S1 ('MetaSel ('Just "supplementaryConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "version") '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:accountId:BaseConfigurationItem', baseConfigurationItem_accountId - The 12-digit Amazon Web Services account ID associated with the resource.

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

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

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

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

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

$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:configurationStateId:BaseConfigurationItem', baseConfigurationItem_configurationStateId - An identifier that indicates the ordering of the configuration items of a resource.

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

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

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

$sel:resourceType:BaseConfigurationItem', baseConfigurationItem_resourceType - The type of Amazon Web Services 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:version:BaseConfigurationItem', baseConfigurationItem_version - The version number of the resource configuration.

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

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

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

The Amazon Resource Name (ARN) of the resource.

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

The Availability Zone associated with the resource.

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.

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

The time when the configuration recording was initiated.

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_configurationStateId :: Lens' BaseConfigurationItem (Maybe Text) Source #

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

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

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

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

The custom name of the resource, if available.

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_version :: Lens' BaseConfigurationItem (Maybe Text) Source #

The version number 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
FromJSON 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 #

Read Compliance Source # 
Instance details

Defined in Amazonka.Config.Types.Compliance

Show Compliance Source # 
Instance details

Defined in Amazonka.Config.Types.Compliance

NFData Compliance Source # 
Instance details

Defined in Amazonka.Config.Types.Compliance

Methods

rnf :: Compliance -> () #

Eq Compliance Source # 
Instance details

Defined in Amazonka.Config.Types.Compliance

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" '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
FromJSON 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 #

Read ComplianceByConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceByConfigRule

Show ComplianceByConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceByConfigRule

NFData ComplianceByConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceByConfigRule

Methods

rnf :: ComplianceByConfigRule -> () #

Eq ComplianceByConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceByConfigRule

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" '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
FromJSON 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 #

Read ComplianceByResource Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceByResource

Show ComplianceByResource Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceByResource

NFData ComplianceByResource Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceByResource

Methods

rnf :: ComplianceByResource -> () #

Eq ComplianceByResource Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceByResource

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "ComplianceByResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "compliance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Compliance)) :*: (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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:compliance:ComplianceByResource', complianceByResource_compliance - Indicates whether the Amazon Web Services resource complies with all of the Config rules that evaluated it.

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

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

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.

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

  • capExceeded :: Maybe Bool

    Indicates whether the maximum count is reached.

  • cappedCount :: Maybe Int

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

Instances

Instances details
FromJSON 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 #

Read ComplianceContributorCount Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceContributorCount

Show ComplianceContributorCount Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceContributorCount

NFData ComplianceContributorCount Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceContributorCount

Eq ComplianceContributorCount Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceContributorCount

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "ComplianceContributorCount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "capExceeded") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "cappedCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

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:capExceeded:ComplianceContributorCount', complianceContributorCount_capExceeded - Indicates whether the maximum count is reached.

$sel:cappedCount:ComplianceContributorCount', complianceContributorCount_cappedCount - 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.

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.

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
FromJSON 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 #

Read ComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceSummary

Show ComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceSummary

NFData ComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceSummary

Methods

rnf :: ComplianceSummary -> () #

Eq ComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceSummary

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" '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
FromJSON 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 #

Read ComplianceSummaryByResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceSummaryByResourceType

Show ComplianceSummaryByResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceSummaryByResourceType

NFData ComplianceSummaryByResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceSummaryByResourceType

Eq ComplianceSummaryByResourceType Source # 
Instance details

Defined in Amazonka.Config.Types.ComplianceSummaryByResourceType

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "ComplianceSummaryByResourceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "complianceSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComplianceSummary)) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:complianceSummary:ComplianceSummaryByResourceType', complianceSummaryByResourceType_complianceSummary - The number of Amazon Web Services resources that are compliant or noncompliant, up to a maximum of 100 for each.

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

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
FromJSON 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 #

Read ConfigExportDeliveryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigExportDeliveryInfo

Show ConfigExportDeliveryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigExportDeliveryInfo

NFData ConfigExportDeliveryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigExportDeliveryInfo

Eq ConfigExportDeliveryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigExportDeliveryInfo

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "ConfigExportDeliveryInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lastAttemptTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lastErrorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastErrorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "lastStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeliveryStatus)) :*: (S1 ('MetaSel ('Just "lastSuccessfulTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: 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:lastAttemptTime:ConfigExportDeliveryInfo', configExportDeliveryInfo_lastAttemptTime - The time of the last attempted delivery.

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

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

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

$sel:lastSuccessfulTime:ConfigExportDeliveryInfo', configExportDeliveryInfo_lastSuccessfulTime - The time of the last successful 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 #

Config rules evaluate the configuration settings of your Amazon Web Services resources. A rule can run when Config detects a configuration change to an Amazon Web Services resource or at a periodic frequency that you choose (for example, every 24 hours). There are two types of rules: Config Managed Rules and Config Custom Rules. Managed rules are predefined, customizable rules created by Config. For a list of managed rules, see List of Config Managed Rules.

Custom rules are rules that you can create using either Guard or Lambda functions. Guard (Guard GitHub Repository) is a policy-as-code language that allows you to write policies that are enforced by Config Custom Policy rules. Lambda uses custom code that you upload to evaluate a custom rule. It is invoked by events that are published to it by an event source, which Config invokes when the custom rule is initiated.

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

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.

See: newConfigRule smart constructor.

Constructors

ConfigRule' 

Fields

  • configRuleArn :: Maybe Text

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

  • configRuleId :: Maybe Text

    The ID of the Config rule.

  • configRuleName :: Maybe Text

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

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

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

  • description :: Maybe Text

    The description that you provide for the Config rule.

  • evaluationModes :: Maybe [EvaluationModeConfiguration]

    The modes the Config rule can be evaluated in. The valid values are distinct objects. By default, the value is Detective evaluation mode only.

  • inputParameters :: Maybe Text

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

  • maximumExecutionFrequency :: Maybe MaximumExecutionFrequency

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

    • This is for 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.

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

  • source :: Source

    Provides the rule owner (Amazon Web Services for managed rules, CUSTOM_POLICY for Custom Policy rules, and CUSTOM_LAMBDA for Custom Lambda rules), the rule identifier, and the notifications that cause the function to evaluate your Amazon Web Services resources.

Instances

Instances details
FromJSON ConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRule

ToJSON 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 #

Read ConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRule

Show ConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRule

NFData ConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRule

Methods

rnf :: ConfigRule -> () #

Eq ConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRule

Hashable ConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRule

type Rep ConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRule

type Rep ConfigRule = D1 ('MetaData "ConfigRule" "Amazonka.Config.Types.ConfigRule" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "ConfigRule'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "configRuleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "configRuleId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "configRuleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "configRuleState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigRuleState)) :*: S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "evaluationModes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EvaluationModeConfiguration])) :*: S1 ('MetaSel ('Just "inputParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "maximumExecutionFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MaximumExecutionFrequency)) :*: (S1 ('MetaSel ('Just "scope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Scope)) :*: S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Source))))))

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:configRuleArn:ConfigRule', configRule_configRuleArn - The Amazon Resource Name (ARN) of the Config rule.

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

$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: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: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:description:ConfigRule', configRule_description - The description that you provide for the Config rule.

$sel:evaluationModes:ConfigRule', configRule_evaluationModes - The modes the Config rule can be evaluated in. The valid values are distinct objects. By default, the value is Detective evaluation mode only.

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

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

  • This is for 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: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:source:ConfigRule', configRule_source - Provides the rule owner (Amazon Web Services for managed rules, CUSTOM_POLICY for Custom Policy rules, and CUSTOM_LAMBDA for Custom Lambda rules), the rule identifier, and the notifications that cause the function to evaluate your Amazon Web Services resources.

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

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

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

The ID of the Config rule.

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_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_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_description :: Lens' ConfigRule (Maybe Text) Source #

The description that you provide for the Config rule.

configRule_evaluationModes :: Lens' ConfigRule (Maybe [EvaluationModeConfiguration]) Source #

The modes the Config rule can be evaluated in. The valid values are distinct objects. By default, the value is Detective evaluation mode only.

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

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

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:

  • This is for 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_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_source :: Lens' ConfigRule Source Source #

Provides the rule owner (Amazon Web Services for managed rules, CUSTOM_POLICY for Custom Policy rules, and CUSTOM_LAMBDA for Custom Lambda rules), 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
ToJSON 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 #

Read ConfigRuleComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceFilters

Show ConfigRuleComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceFilters

NFData ConfigRuleComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceFilters

Eq ConfigRuleComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceFilters

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "ConfigRuleComplianceFilters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "complianceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComplianceType)) :*: S1 ('MetaSel ('Just "configRuleName") '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:accountId:ConfigRuleComplianceFilters', configRuleComplianceFilters_accountId - The 12-digit account ID of the source account.

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

$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:configRuleName:ConfigRuleComplianceFilters', configRuleComplianceFilters_configRuleName - The name of the Config rule.

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

The 12-digit account ID of the source account.

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

The source region where the data is aggregated.

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.

ConfigRuleComplianceSummaryFilters

data ConfigRuleComplianceSummaryFilters Source #

Filters the results based on the account IDs and regions.

See: newConfigRuleComplianceSummaryFilters smart constructor.

Constructors

ConfigRuleComplianceSummaryFilters' 

Fields

Instances

Instances details
ToJSON 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 #

Read ConfigRuleComplianceSummaryFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceSummaryFilters

Show ConfigRuleComplianceSummaryFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceSummaryFilters

NFData ConfigRuleComplianceSummaryFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceSummaryFilters

Eq ConfigRuleComplianceSummaryFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleComplianceSummaryFilters

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" '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 and Config Custom Policy 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 Config Custom Lambda rules.

See: newConfigRuleEvaluationStatus smart constructor.

Constructors

ConfigRuleEvaluationStatus' 

Fields

Instances

Instances details
FromJSON 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 #

Read ConfigRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleEvaluationStatus

Show ConfigRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleEvaluationStatus

NFData ConfigRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleEvaluationStatus

Eq ConfigRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigRuleEvaluationStatus

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "ConfigRuleEvaluationStatus'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "configRuleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "configRuleId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "configRuleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "firstActivatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "firstEvaluationStarted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "lastDeactivatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastDebugLogDeliveryStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "lastDebugLogDeliveryStatusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastDebugLogDeliveryTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "lastErrorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastErrorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "lastFailedEvaluationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastFailedInvocationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "lastSuccessfulEvaluationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastSuccessfulInvocationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))))

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:configRuleArn:ConfigRuleEvaluationStatus', configRuleEvaluationStatus_configRuleArn - The Amazon Resource Name (ARN) of the Config rule.

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

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

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

$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 finished evaluating your Amazon Web Services resources against the rule at least once.

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

$sel:lastDebugLogDeliveryStatus:ConfigRuleEvaluationStatus', configRuleEvaluationStatus_lastDebugLogDeliveryStatus - The status of the last attempted delivery of a debug log for your Config Custom Policy rules. Either Successful or Failed.

$sel:lastDebugLogDeliveryStatusReason:ConfigRuleEvaluationStatus', configRuleEvaluationStatus_lastDebugLogDeliveryStatusReason - The reason Config was not able to deliver a debug log. This is for the last failed attempt to retrieve a debug log for your Config Custom Policy rules.

$sel:lastDebugLogDeliveryTime:ConfigRuleEvaluationStatus', configRuleEvaluationStatus_lastDebugLogDeliveryTime - The time Config last attempted to deliver a debug log for your Config Custom Policy rules.

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

$sel:lastErrorMessage:ConfigRuleEvaluationStatus', configRuleEvaluationStatus_lastErrorMessage - The error message 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:lastFailedInvocationTime:ConfigRuleEvaluationStatus', configRuleEvaluationStatus_lastFailedInvocationTime - The time that Config last failed to invoke the Config rule to evaluate your Amazon Web Services resources.

$sel:lastSuccessfulEvaluationTime:ConfigRuleEvaluationStatus', configRuleEvaluationStatus_lastSuccessfulEvaluationTime - The time that Config last successfully evaluated 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.

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

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

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 finished evaluating your Amazon Web Services resources against the rule at least once.

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

The status of the last attempted delivery of a debug log for your Config Custom Policy rules. Either Successful or Failed.

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

The reason Config was not able to deliver a debug log. This is for the last failed attempt to retrieve a debug log for your Config Custom Policy rules.

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

The time Config last attempted to deliver a debug log for your Config Custom Policy rules.

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

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

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

The error message 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_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_lastSuccessfulEvaluationTime :: Lens' ConfigRuleEvaluationStatus (Maybe UTCTime) Source #

The time that Config last successfully evaluated 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.

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
FromJSON ConfigSnapshotDeliveryProperties Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigSnapshotDeliveryProperties

ToJSON 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 #

Read ConfigSnapshotDeliveryProperties Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigSnapshotDeliveryProperties

Show ConfigSnapshotDeliveryProperties Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigSnapshotDeliveryProperties

NFData ConfigSnapshotDeliveryProperties Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigSnapshotDeliveryProperties

Eq ConfigSnapshotDeliveryProperties Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigSnapshotDeliveryProperties

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" '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
FromJSON 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 #

Read ConfigStreamDeliveryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigStreamDeliveryInfo

Show ConfigStreamDeliveryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigStreamDeliveryInfo

NFData ConfigStreamDeliveryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigStreamDeliveryInfo

Eq ConfigStreamDeliveryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigStreamDeliveryInfo

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "ConfigStreamDeliveryInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lastErrorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastErrorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeliveryStatus)) :*: S1 ('MetaSel ('Just "lastStatusChangeTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

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:lastErrorMessage:ConfigStreamDeliveryInfo', configStreamDeliveryInfo_lastErrorMessage - The error message from the last attempted delivery.

$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:lastStatusChangeTime:ConfigStreamDeliveryInfo', configStreamDeliveryInfo_lastStatusChangeTime - The time from the last status change.

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

The error code from the last attempted delivery.

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

The error message 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.

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
FromJSON 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 #

Read ConfigurationAggregator Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationAggregator

Show ConfigurationAggregator Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationAggregator

NFData ConfigurationAggregator Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationAggregator

Methods

rnf :: ConfigurationAggregator -> () #

Eq ConfigurationAggregator Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationAggregator

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "ConfigurationAggregator'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accountAggregationSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AccountAggregationSource])) :*: (S1 ('MetaSel ('Just "configurationAggregatorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "configurationAggregatorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "organizationAggregationSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OrganizationAggregationSource))))))

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:accountAggregationSources:ConfigurationAggregator', configurationAggregator_accountAggregationSources - Provides a list of source accounts and regions to be aggregated.

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

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

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

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

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

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

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.

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

The time stamp when the configuration aggregator was created.

ConfigurationItem

data ConfigurationItem Source #

A list that contains detailed configurations of a specified resource.

See: newConfigurationItem smart constructor.

Constructors

ConfigurationItem' 

Fields

  • accountId :: Maybe Text

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

  • arn :: Maybe Text

    Amazon Resource Name (ARN) associated with the resource.

  • availabilityZone :: Maybe Text

    The Availability Zone associated with the resource.

  • awsRegion :: Maybe Text

    The region where the resource resides.

  • configuration :: Maybe Text

    The description of the resource configuration.

  • configurationItemCaptureTime :: Maybe POSIX

    The time when the configuration recording was initiated.

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

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

  • configurationStateId :: Maybe Text

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

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

  • relationships :: Maybe [Relationship]

    A list of related Amazon Web Services resources.

  • resourceCreationTime :: Maybe POSIX

    The time stamp when the resource was created.

  • resourceId :: Maybe Text

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

  • resourceName :: Maybe Text

    The custom name of the resource, if available.

  • resourceType :: Maybe ResourceType

    The type of Amazon Web Services resource.

  • supplementaryConfiguration :: Maybe (HashMap Text Text)

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

  • tags :: Maybe (HashMap Text Text)

    A mapping of key value tags associated with the resource.

  • version :: Maybe Text

    The version number of the resource configuration.

Instances

Instances details
FromJSON 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 #

Read ConfigurationItem Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItem

Show ConfigurationItem Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItem

NFData ConfigurationItem Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItem

Methods

rnf :: ConfigurationItem -> () #

Eq ConfigurationItem Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationItem

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "ConfigurationItem'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "availabilityZone") '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)) :*: S1 ('MetaSel ('Just "configurationItemCaptureTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "configurationItemMD5Hash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "configurationItemStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigurationItemStatus)) :*: S1 ('MetaSel ('Just "configurationStateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "relatedEvents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "relationships") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Relationship]))) :*: (S1 ('MetaSel ('Just "resourceCreationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "resourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceType))) :*: (S1 ('MetaSel ('Just "supplementaryConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe 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:accountId:ConfigurationItem', configurationItem_accountId - The 12-digit Amazon Web Services account ID associated with the resource.

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

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

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

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

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

$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: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:configurationStateId:ConfigurationItem', configurationItem_configurationStateId - An identifier that indicates the ordering of the configuration items of a resource.

$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:relationships:ConfigurationItem', configurationItem_relationships - A list of related Amazon Web Services resources.

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

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

ConfigurationItem, configurationItem_resourceName - The custom name of the resource, if available.

ConfigurationItem, configurationItem_resourceType - The type of Amazon Web Services 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:tags:ConfigurationItem', configurationItem_tags - A mapping of key value tags associated with the resource.

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

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

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

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

Amazon Resource Name (ARN) associated with the resource.

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

The Availability Zone associated with the resource.

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

The region where the resource resides.

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

The description of the resource configuration.

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

The time when the configuration recording was initiated.

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_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_configurationStateId :: Lens' ConfigurationItem (Maybe Text) Source #

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

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_relationships :: Lens' ConfigurationItem (Maybe [Relationship]) Source #

A list of related Amazon Web Services resources.

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

The time stamp when the resource was created.

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

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

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

The custom name of the resource, if available.

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

The type of Amazon Web Services 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_tags :: Lens' ConfigurationItem (Maybe (HashMap Text Text)) Source #

A mapping of key value tags associated with the resource.

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

The version number of the resource configuration.

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.

    While the API model does not require this field, the server will reject a request without a defined roleARN for the configuration recorder.

Instances

Instances details
FromJSON ConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationRecorder

ToJSON 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 #

Read ConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationRecorder

Show ConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationRecorder

NFData ConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationRecorder

Methods

rnf :: ConfigurationRecorder -> () #

Eq ConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationRecorder

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" '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.

While the API model does not require this field, the server will reject a request without a defined roleARN for the configuration recorder.

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.

While the API model does not require this field, the server will reject a request without a defined roleARN for the configuration recorder.

ConfigurationRecorderStatus

data ConfigurationRecorderStatus Source #

The current status of the configuration recorder.

See: newConfigurationRecorderStatus smart constructor.

Constructors

ConfigurationRecorderStatus' 

Fields

Instances

Instances details
FromJSON 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 #

Read ConfigurationRecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationRecorderStatus

Show ConfigurationRecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationRecorderStatus

NFData ConfigurationRecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationRecorderStatus

Eq ConfigurationRecorderStatus Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigurationRecorderStatus

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "ConfigurationRecorderStatus'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "lastErrorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastErrorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecorderStatus)))) :*: ((S1 ('MetaSel ('Just "lastStatusChangeTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastStopTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "recording") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))))

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:lastErrorMessage:ConfigurationRecorderStatus', configurationRecorderStatus_lastErrorMessage - The message indicating that the recording failed due to an error.

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

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

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

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

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

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

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

The error code indicating that the recording failed.

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

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

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

Specifies whether or not the recorder is currently recording.

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
ToJSON 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 #

Read ConformancePackComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceFilters

Show ConformancePackComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceFilters

NFData ConformancePackComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceFilters

Eq ConformancePackComplianceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceFilters

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "ConformancePackComplianceFilters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "complianceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConformancePackComplianceType)) :*: S1 ('MetaSel ('Just "configRuleNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

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:complianceType:ConformancePackComplianceFilters', conformancePackComplianceFilters_complianceType - Filters the results by compliance.

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

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

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.

ConformancePackComplianceScore

data ConformancePackComplianceScore Source #

A compliance score is the percentage of the number of compliant rule-resource combinations in a conformance pack compared to the number of total possible rule-resource combinations in the conformance pack. This metric provides you with a high-level view of the compliance state of your conformance packs. You can use it to identify, investigate, and understand the level of compliance in your conformance packs.

See: newConformancePackComplianceScore smart constructor.

Constructors

ConformancePackComplianceScore' 

Fields

Instances

Instances details
FromJSON ConformancePackComplianceScore Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceScore

Generic ConformancePackComplianceScore Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceScore

Associated Types

type Rep ConformancePackComplianceScore :: Type -> Type #

Read ConformancePackComplianceScore Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceScore

Show ConformancePackComplianceScore Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceScore

NFData ConformancePackComplianceScore Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceScore

Eq ConformancePackComplianceScore Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceScore

Hashable ConformancePackComplianceScore Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceScore

type Rep ConformancePackComplianceScore Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceScore

type Rep ConformancePackComplianceScore = D1 ('MetaData "ConformancePackComplianceScore" "Amazonka.Config.Types.ConformancePackComplianceScore" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "ConformancePackComplianceScore'" 'PrefixI 'True) (S1 ('MetaSel ('Just "conformancePackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "score") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newConformancePackComplianceScore :: ConformancePackComplianceScore Source #

Create a value of ConformancePackComplianceScore 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:ConformancePackComplianceScore', conformancePackComplianceScore_conformancePackName - The name of the conformance pack.

$sel:lastUpdatedTime:ConformancePackComplianceScore', conformancePackComplianceScore_lastUpdatedTime - The time that the conformance pack compliance score was last updated.

$sel:score:ConformancePackComplianceScore', conformancePackComplianceScore_score - Compliance score for the conformance pack. Conformance packs with no evaluation results will have a compliance score of INSUFFICIENT_DATA.

conformancePackComplianceScore_lastUpdatedTime :: Lens' ConformancePackComplianceScore (Maybe UTCTime) Source #

The time that the conformance pack compliance score was last updated.

conformancePackComplianceScore_score :: Lens' ConformancePackComplianceScore (Maybe Text) Source #

Compliance score for the conformance pack. Conformance packs with no evaluation results will have a compliance score of INSUFFICIENT_DATA.

ConformancePackComplianceScoresFilters

data ConformancePackComplianceScoresFilters Source #

A list of filters to apply to the conformance pack compliance score result set.

See: newConformancePackComplianceScoresFilters smart constructor.

Constructors

ConformancePackComplianceScoresFilters' 

Fields

  • conformancePackNames :: NonEmpty Text

    The names of the conformance packs whose compliance scores you want to include in the conformance pack compliance score result set. You can include up to 25 conformance packs in the ConformancePackNames array of strings, each with a character limit of 256 characters for the conformance pack name.

Instances

Instances details
ToJSON ConformancePackComplianceScoresFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceScoresFilters

Generic ConformancePackComplianceScoresFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceScoresFilters

Read ConformancePackComplianceScoresFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceScoresFilters

Show ConformancePackComplianceScoresFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceScoresFilters

NFData ConformancePackComplianceScoresFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceScoresFilters

Eq ConformancePackComplianceScoresFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceScoresFilters

Hashable ConformancePackComplianceScoresFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceScoresFilters

type Rep ConformancePackComplianceScoresFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceScoresFilters

type Rep ConformancePackComplianceScoresFilters = D1 ('MetaData "ConformancePackComplianceScoresFilters" "Amazonka.Config.Types.ConformancePackComplianceScoresFilters" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "ConformancePackComplianceScoresFilters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "conformancePackNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newConformancePackComplianceScoresFilters Source #

Create a value of ConformancePackComplianceScoresFilters 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:conformancePackNames:ConformancePackComplianceScoresFilters', conformancePackComplianceScoresFilters_conformancePackNames - The names of the conformance packs whose compliance scores you want to include in the conformance pack compliance score result set. You can include up to 25 conformance packs in the ConformancePackNames array of strings, each with a character limit of 256 characters for the conformance pack name.

conformancePackComplianceScoresFilters_conformancePackNames :: Lens' ConformancePackComplianceScoresFilters (NonEmpty Text) Source #

The names of the conformance packs whose compliance scores you want to include in the conformance pack compliance score result set. You can include up to 25 conformance packs in the ConformancePackNames array of strings, each with a character limit of 256 characters for the conformance pack name.

ConformancePackComplianceSummary

data ConformancePackComplianceSummary Source #

Summary includes the name and status of the conformance pack.

See: newConformancePackComplianceSummary smart constructor.

Constructors

ConformancePackComplianceSummary' 

Fields

Instances

Instances details
FromJSON 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 #

Read ConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceSummary

Show ConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceSummary

NFData ConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceSummary

Eq ConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackComplianceSummary

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" '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
FromJSON 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 #

Read ConformancePackDetail Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackDetail

Show ConformancePackDetail Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackDetail

NFData ConformancePackDetail Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackDetail

Methods

rnf :: ConformancePackDetail -> () #

Eq ConformancePackDetail Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackDetail

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "ConformancePackDetail'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "conformancePackInputParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConformancePackInputParameter])) :*: S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "deliveryS3Bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deliveryS3KeyPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "lastUpdateRequestedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "templateSSMDocumentDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TemplateSSMDocumentDetails))) :*: (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:conformancePackInputParameters:ConformancePackDetail', conformancePackDetail_conformancePackInputParameters - A list of ConformancePackInputParameter objects.

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

$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:lastUpdateRequestedTime:ConformancePackDetail', conformancePackDetail_lastUpdateRequestedTime - The last time a conformation pack update was requested.

$sel:templateSSMDocumentDetails:ConformancePackDetail', conformancePackDetail_templateSSMDocumentDetails - An object that contains the name or Amazon Resource Name (ARN) of the Amazon Web Services Systems Manager document (SSM document) and the version of the SSM document that is used to create a conformance pack.

$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_createdBy :: Lens' ConformancePackDetail (Maybe Text) Source #

The Amazon Web Services service that created 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_lastUpdateRequestedTime :: Lens' ConformancePackDetail (Maybe UTCTime) Source #

The last time a conformation pack update was requested.

conformancePackDetail_templateSSMDocumentDetails :: Lens' ConformancePackDetail (Maybe TemplateSSMDocumentDetails) Source #

An object that contains the name or Amazon Resource Name (ARN) of the Amazon Web Services Systems Manager document (SSM document) and the version of the SSM document that is used to create a conformance pack.

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
ToJSON 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 #

Read ConformancePackEvaluationFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackEvaluationFilters

Show ConformancePackEvaluationFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackEvaluationFilters

NFData ConformancePackEvaluationFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackEvaluationFilters

Eq ConformancePackEvaluationFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackEvaluationFilters

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "ConformancePackEvaluationFilters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "complianceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConformancePackComplianceType)) :*: S1 ('MetaSel ('Just "configRuleNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "resourceIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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:complianceType:ConformancePackEvaluationFilters', conformancePackEvaluationFilters_complianceType - Filters the results by compliance.

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

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

$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").

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.

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").

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
FromJSON 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 #

Read ConformancePackEvaluationResult Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackEvaluationResult

Show ConformancePackEvaluationResult Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackEvaluationResult

NFData ConformancePackEvaluationResult Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackEvaluationResult

Eq ConformancePackEvaluationResult Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackEvaluationResult

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" '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
FromJSON ConformancePackInputParameter Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackInputParameter

ToJSON 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 #

Read ConformancePackInputParameter Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackInputParameter

Show ConformancePackInputParameter Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackInputParameter

NFData ConformancePackInputParameter Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackInputParameter

Eq ConformancePackInputParameter Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackInputParameter

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" '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

  • complianceType :: Maybe ConformancePackComplianceType

    Compliance of the Config rule.

    The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.

  • configRuleName :: Maybe Text

    Name of the Config rule.

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

Instances

Instances details
FromJSON 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 #

Read ConformancePackRuleCompliance Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackRuleCompliance

Show ConformancePackRuleCompliance Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackRuleCompliance

NFData ConformancePackRuleCompliance Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackRuleCompliance

Eq ConformancePackRuleCompliance Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackRuleCompliance

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "ConformancePackRuleCompliance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "complianceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConformancePackComplianceType)) :*: (S1 ('MetaSel ('Just "configRuleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "controls") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))

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:complianceType:ConformancePackRuleCompliance', conformancePackRuleCompliance_complianceType - Compliance of the Config rule.

The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.

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

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

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

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.

ConformancePackStatusDetail

data ConformancePackStatusDetail Source #

Status details of a conformance pack.

See: newConformancePackStatusDetail smart constructor.

Constructors

ConformancePackStatusDetail' 

Fields

Instances

Instances details
FromJSON 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 #

Read ConformancePackStatusDetail Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackStatusDetail

Show ConformancePackStatusDetail Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackStatusDetail

NFData ConformancePackStatusDetail Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackStatusDetail

Eq ConformancePackStatusDetail Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackStatusDetail

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" '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.

CustomPolicyDetails

data CustomPolicyDetails Source #

Provides the runtime system, policy definition, and whether debug logging enabled. You can specify the following CustomPolicyDetails parameter values only for Config Custom Policy rules.

See: newCustomPolicyDetails smart constructor.

Constructors

CustomPolicyDetails' 

Fields

  • enableDebugLogDelivery :: Maybe Bool

    The boolean expression for enabling debug logging for your Config Custom Policy rule. The default value is false.

  • policyRuntime :: Text

    The runtime system for your Config Custom Policy rule. Guard is a policy-as-code language that allows you to write policies that are enforced by Config Custom Policy rules. For more information about Guard, see the Guard GitHub Repository.

  • policyText :: Text

    The policy definition containing the logic for your Config Custom Policy rule.

Instances

Instances details
FromJSON CustomPolicyDetails Source # 
Instance details

Defined in Amazonka.Config.Types.CustomPolicyDetails

ToJSON CustomPolicyDetails Source # 
Instance details

Defined in Amazonka.Config.Types.CustomPolicyDetails

Generic CustomPolicyDetails Source # 
Instance details

Defined in Amazonka.Config.Types.CustomPolicyDetails

Associated Types

type Rep CustomPolicyDetails :: Type -> Type #

Read CustomPolicyDetails Source # 
Instance details

Defined in Amazonka.Config.Types.CustomPolicyDetails

Show CustomPolicyDetails Source # 
Instance details

Defined in Amazonka.Config.Types.CustomPolicyDetails

NFData CustomPolicyDetails Source # 
Instance details

Defined in Amazonka.Config.Types.CustomPolicyDetails

Methods

rnf :: CustomPolicyDetails -> () #

Eq CustomPolicyDetails Source # 
Instance details

Defined in Amazonka.Config.Types.CustomPolicyDetails

Hashable CustomPolicyDetails Source # 
Instance details

Defined in Amazonka.Config.Types.CustomPolicyDetails

type Rep CustomPolicyDetails Source # 
Instance details

Defined in Amazonka.Config.Types.CustomPolicyDetails

type Rep CustomPolicyDetails = D1 ('MetaData "CustomPolicyDetails" "Amazonka.Config.Types.CustomPolicyDetails" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "CustomPolicyDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enableDebugLogDelivery") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "policyRuntime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "policyText") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCustomPolicyDetails Source #

Create a value of CustomPolicyDetails 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:enableDebugLogDelivery:CustomPolicyDetails', customPolicyDetails_enableDebugLogDelivery - The boolean expression for enabling debug logging for your Config Custom Policy rule. The default value is false.

$sel:policyRuntime:CustomPolicyDetails', customPolicyDetails_policyRuntime - The runtime system for your Config Custom Policy rule. Guard is a policy-as-code language that allows you to write policies that are enforced by Config Custom Policy rules. For more information about Guard, see the Guard GitHub Repository.

$sel:policyText:CustomPolicyDetails', customPolicyDetails_policyText - The policy definition containing the logic for your Config Custom Policy rule.

customPolicyDetails_enableDebugLogDelivery :: Lens' CustomPolicyDetails (Maybe Bool) Source #

The boolean expression for enabling debug logging for your Config Custom Policy rule. The default value is false.

customPolicyDetails_policyRuntime :: Lens' CustomPolicyDetails Text Source #

The runtime system for your Config Custom Policy rule. Guard is a policy-as-code language that allows you to write policies that are enforced by Config Custom Policy rules. For more information about Guard, see the Guard GitHub Repository.

customPolicyDetails_policyText :: Lens' CustomPolicyDetails Text Source #

The policy definition containing the logic for your Config Custom Policy rule.

DeliveryChannel

data DeliveryChannel Source #

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

See: newDeliveryChannel smart constructor.

Constructors

DeliveryChannel' 

Fields

  • configSnapshotDeliveryProperties :: Maybe ConfigSnapshotDeliveryProperties

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

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

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

  • s3KeyPrefix :: Maybe Text

    The prefix for the specified Amazon S3 bucket.

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

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

Instances

Instances details
FromJSON DeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryChannel

ToJSON 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 #

Read DeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryChannel

Show DeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryChannel

NFData DeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryChannel

Methods

rnf :: DeliveryChannel -> () #

Eq DeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryChannel

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DeliveryChannel'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "configSnapshotDeliveryProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigSnapshotDeliveryProperties)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3BucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "s3KeyPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "s3KmsKeyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "snsTopicARN") '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:configSnapshotDeliveryProperties:DeliveryChannel', deliveryChannel_configSnapshotDeliveryProperties - The options for how often Config delivers configuration snapshots to the Amazon S3 bucket.

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

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

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

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

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

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

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

The prefix for the specified Amazon S3 bucket.

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

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
FromJSON 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 #

Read DeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryChannelStatus

Show DeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryChannelStatus

NFData DeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryChannelStatus

Methods

rnf :: DeliveryChannelStatus -> () #

Eq DeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryChannelStatus

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DeliveryChannelStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "configHistoryDeliveryInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigExportDeliveryInfo)) :*: S1 ('MetaSel ('Just "configSnapshotDeliveryInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigExportDeliveryInfo))) :*: (S1 ('MetaSel ('Just "configStreamDeliveryInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigStreamDeliveryInfo)) :*: 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:configHistoryDeliveryInfo:DeliveryChannelStatus', deliveryChannelStatus_configHistoryDeliveryInfo - A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.

$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:name:DeliveryChannelStatus', deliveryChannelStatus_name - The name of the delivery channel.

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.

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.

DescribeConfigRulesFilters

data DescribeConfigRulesFilters Source #

Returns a filtered list of Detective or Proactive Config rules. By default, if the filter is not defined, this API returns an unfiltered list.

See: newDescribeConfigRulesFilters smart constructor.

Constructors

DescribeConfigRulesFilters' 

Fields

Instances

Instances details
ToJSON DescribeConfigRulesFilters Source # 
Instance details

Defined in Amazonka.Config.Types.DescribeConfigRulesFilters

Generic DescribeConfigRulesFilters Source # 
Instance details

Defined in Amazonka.Config.Types.DescribeConfigRulesFilters

Associated Types

type Rep DescribeConfigRulesFilters :: Type -> Type #

Read DescribeConfigRulesFilters Source # 
Instance details

Defined in Amazonka.Config.Types.DescribeConfigRulesFilters

Show DescribeConfigRulesFilters Source # 
Instance details

Defined in Amazonka.Config.Types.DescribeConfigRulesFilters

NFData DescribeConfigRulesFilters Source # 
Instance details

Defined in Amazonka.Config.Types.DescribeConfigRulesFilters

Eq DescribeConfigRulesFilters Source # 
Instance details

Defined in Amazonka.Config.Types.DescribeConfigRulesFilters

Hashable DescribeConfigRulesFilters Source # 
Instance details

Defined in Amazonka.Config.Types.DescribeConfigRulesFilters

type Rep DescribeConfigRulesFilters Source # 
Instance details

Defined in Amazonka.Config.Types.DescribeConfigRulesFilters

type Rep DescribeConfigRulesFilters = D1 ('MetaData "DescribeConfigRulesFilters" "Amazonka.Config.Types.DescribeConfigRulesFilters" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeConfigRulesFilters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "evaluationMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EvaluationMode))))

newDescribeConfigRulesFilters :: DescribeConfigRulesFilters Source #

Create a value of DescribeConfigRulesFilters 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:evaluationMode:DescribeConfigRulesFilters', describeConfigRulesFilters_evaluationMode - The mode of an evaluation. The valid values are Detective or Proactive.

describeConfigRulesFilters_evaluationMode :: Lens' DescribeConfigRulesFilters (Maybe EvaluationMode) Source #

The mode of an evaluation. The valid values are Detective or Proactive.

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
FromJSON Evaluation Source # 
Instance details

Defined in Amazonka.Config.Types.Evaluation

ToJSON 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 #

Read Evaluation Source # 
Instance details

Defined in Amazonka.Config.Types.Evaluation

Show Evaluation Source # 
Instance details

Defined in Amazonka.Config.Types.Evaluation

NFData Evaluation Source # 
Instance details

Defined in Amazonka.Config.Types.Evaluation

Methods

rnf :: Evaluation -> () #

Eq Evaluation Source # 
Instance details

Defined in Amazonka.Config.Types.Evaluation

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" '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).

EvaluationContext

data EvaluationContext Source #

Use EvaluationContext to group independently initiated proactive resource evaluations. For example, CFN Stack. If you want to check just a resource definition, you do not need to provide evaluation context.

See: newEvaluationContext smart constructor.

Constructors

EvaluationContext' 

Fields

Instances

Instances details
FromJSON EvaluationContext Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationContext

ToJSON EvaluationContext Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationContext

Generic EvaluationContext Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationContext

Associated Types

type Rep EvaluationContext :: Type -> Type #

Read EvaluationContext Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationContext

Show EvaluationContext Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationContext

NFData EvaluationContext Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationContext

Methods

rnf :: EvaluationContext -> () #

Eq EvaluationContext Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationContext

Hashable EvaluationContext Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationContext

type Rep EvaluationContext Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationContext

type Rep EvaluationContext = D1 ('MetaData "EvaluationContext" "Amazonka.Config.Types.EvaluationContext" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "EvaluationContext'" 'PrefixI 'True) (S1 ('MetaSel ('Just "evaluationContextIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newEvaluationContext :: EvaluationContext Source #

Create a value of EvaluationContext 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:evaluationContextIdentifier:EvaluationContext', evaluationContext_evaluationContextIdentifier - A unique EvaluationContextIdentifier ID for an EvaluationContext.

evaluationContext_evaluationContextIdentifier :: Lens' EvaluationContext (Maybe Text) Source #

A unique EvaluationContextIdentifier ID for an EvaluationContext.

EvaluationModeConfiguration

data EvaluationModeConfiguration Source #

The configuration object for Config rule evaluation mode. The Supported valid values are Detective or Proactive.

See: newEvaluationModeConfiguration smart constructor.

Constructors

EvaluationModeConfiguration' 

Fields

Instances

Instances details
FromJSON EvaluationModeConfiguration Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationModeConfiguration

ToJSON EvaluationModeConfiguration Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationModeConfiguration

Generic EvaluationModeConfiguration Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationModeConfiguration

Associated Types

type Rep EvaluationModeConfiguration :: Type -> Type #

Read EvaluationModeConfiguration Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationModeConfiguration

Show EvaluationModeConfiguration Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationModeConfiguration

NFData EvaluationModeConfiguration Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationModeConfiguration

Eq EvaluationModeConfiguration Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationModeConfiguration

Hashable EvaluationModeConfiguration Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationModeConfiguration

type Rep EvaluationModeConfiguration Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationModeConfiguration

type Rep EvaluationModeConfiguration = D1 ('MetaData "EvaluationModeConfiguration" "Amazonka.Config.Types.EvaluationModeConfiguration" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "EvaluationModeConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "mode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EvaluationMode))))

newEvaluationModeConfiguration :: EvaluationModeConfiguration Source #

Create a value of EvaluationModeConfiguration 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:mode:EvaluationModeConfiguration', evaluationModeConfiguration_mode - The mode of an evaluation. The valid values are Detective or Proactive.

evaluationModeConfiguration_mode :: Lens' EvaluationModeConfiguration (Maybe EvaluationMode) Source #

The mode of an evaluation. The valid values are Detective or Proactive.

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

  • annotation :: Maybe Text

    Supplementary information about how the evaluation determined the compliance.

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

  • configRuleInvokedTime :: Maybe POSIX

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

  • evaluationResultIdentifier :: Maybe EvaluationResultIdentifier

    Uniquely identifies the evaluation result.

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

Instances

Instances details
FromJSON 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 #

Read EvaluationResult Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResult

Show EvaluationResult Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResult

NFData EvaluationResult Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResult

Methods

rnf :: EvaluationResult -> () #

Eq EvaluationResult Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResult

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "EvaluationResult'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "annotation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "complianceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComplianceType)) :*: S1 ('MetaSel ('Just "configRuleInvokedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "evaluationResultIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EvaluationResultIdentifier)) :*: (S1 ('MetaSel ('Just "resultRecordedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "resultToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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:annotation:EvaluationResult', evaluationResult_annotation - Supplementary information about how the evaluation determined the compliance.

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

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

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

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

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

Supplementary information about how the evaluation determined the compliance.

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.

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.

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.

  • resourceEvaluationId :: Maybe Text

    A Unique ID for an evaluation result.

Instances

Instances details
FromJSON 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 #

Read EvaluationResultIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResultIdentifier

Show EvaluationResultIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResultIdentifier

NFData EvaluationResultIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResultIdentifier

Eq EvaluationResultIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResultIdentifier

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" '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)) :*: S1 ('MetaSel ('Just "resourceEvaluationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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.

$sel:resourceEvaluationId:EvaluationResultIdentifier', evaluationResultIdentifier_resourceEvaluationId - A Unique ID for an evaluation result.

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
FromJSON 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 #

Read EvaluationResultQualifier Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResultQualifier

Show EvaluationResultQualifier Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResultQualifier

NFData EvaluationResultQualifier Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResultQualifier

Eq EvaluationResultQualifier Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationResultQualifier

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "EvaluationResultQualifier'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "configRuleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "evaluationMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EvaluationMode))) :*: (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceType") '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:configRuleName:EvaluationResultQualifier', evaluationResultQualifier_configRuleName - The name of the Config rule that was used in the evaluation.

$sel:evaluationMode:EvaluationResultQualifier', evaluationResultQualifier_evaluationMode - The mode of an evaluation. The valid values are Detective or Proactive.

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

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

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

evaluationResultQualifier_evaluationMode :: Lens' EvaluationResultQualifier (Maybe EvaluationMode) Source #

The mode of an evaluation. The valid values are Detective or Proactive.

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.

EvaluationStatus

data EvaluationStatus Source #

Returns status details of an evaluation.

See: newEvaluationStatus smart constructor.

Constructors

EvaluationStatus' 

Fields

Instances

Instances details
FromJSON EvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationStatus

Generic EvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationStatus

Associated Types

type Rep EvaluationStatus :: Type -> Type #

Read EvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationStatus

Show EvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationStatus

NFData EvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationStatus

Methods

rnf :: EvaluationStatus -> () #

Eq EvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationStatus

Hashable EvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationStatus

type Rep EvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.Types.EvaluationStatus

type Rep EvaluationStatus = D1 ('MetaData "EvaluationStatus" "Amazonka.Config.Types.EvaluationStatus" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "EvaluationStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceEvaluationStatus)))

newEvaluationStatus Source #

Create a value of EvaluationStatus 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:failureReason:EvaluationStatus', evaluationStatus_failureReason - An explanation for failed execution status.

$sel:status:EvaluationStatus', evaluationStatus_status - The status of an execution. The valid values are In_Progress, Succeeded or Failed.

evaluationStatus_failureReason :: Lens' EvaluationStatus (Maybe Text) Source #

An explanation for failed execution status.

evaluationStatus_status :: Lens' EvaluationStatus ResourceEvaluationStatus Source #

The status of an execution. The valid values are In_Progress, Succeeded or Failed.

ExecutionControls

data ExecutionControls Source #

The controls that Config uses for executing remediations.

See: newExecutionControls smart constructor.

Constructors

ExecutionControls' 

Fields

Instances

Instances details
FromJSON ExecutionControls Source # 
Instance details

Defined in Amazonka.Config.Types.ExecutionControls

ToJSON 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 #

Read ExecutionControls Source # 
Instance details

Defined in Amazonka.Config.Types.ExecutionControls

Show ExecutionControls Source # 
Instance details

Defined in Amazonka.Config.Types.ExecutionControls

NFData ExecutionControls Source # 
Instance details

Defined in Amazonka.Config.Types.ExecutionControls

Methods

rnf :: ExecutionControls -> () #

Eq ExecutionControls Source # 
Instance details

Defined in Amazonka.Config.Types.ExecutionControls

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" '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
ToJSON 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 #

Read ExternalEvaluation Source # 
Instance details

Defined in Amazonka.Config.Types.ExternalEvaluation

Show ExternalEvaluation Source # 
Instance details

Defined in Amazonka.Config.Types.ExternalEvaluation

NFData ExternalEvaluation Source # 
Instance details

Defined in Amazonka.Config.Types.ExternalEvaluation

Methods

rnf :: ExternalEvaluation -> () #

Eq ExternalEvaluation Source # 
Instance details

Defined in Amazonka.Config.Types.ExternalEvaluation

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" '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
FromJSON FailedDeleteRemediationExceptionsBatch Source # 
Instance details

Defined in Amazonka.Config.Types.FailedDeleteRemediationExceptionsBatch

Generic 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

NFData FailedDeleteRemediationExceptionsBatch Source # 
Instance details

Defined in Amazonka.Config.Types.FailedDeleteRemediationExceptionsBatch

Eq FailedDeleteRemediationExceptionsBatch Source # 
Instance details

Defined in Amazonka.Config.Types.FailedDeleteRemediationExceptionsBatch

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "FailedDeleteRemediationExceptionsBatch'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failedItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty RemediationExceptionResourceKey))) :*: S1 ('MetaSel ('Just "failureMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:failedItems:FailedDeleteRemediationExceptionsBatch', failedDeleteRemediationExceptionsBatch_failedItems - Returns remediation exception resource key object of the failed items.

$sel:failureMessage:FailedDeleteRemediationExceptionsBatch', failedDeleteRemediationExceptionsBatch_failureMessage - Returns a failure message for delete remediation exception. For example, Config creates an exception due to an internal error.

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
FromJSON 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 #

Read FailedRemediationBatch Source # 
Instance details

Defined in Amazonka.Config.Types.FailedRemediationBatch

Show FailedRemediationBatch Source # 
Instance details

Defined in Amazonka.Config.Types.FailedRemediationBatch

NFData FailedRemediationBatch Source # 
Instance details

Defined in Amazonka.Config.Types.FailedRemediationBatch

Methods

rnf :: FailedRemediationBatch -> () #

Eq FailedRemediationBatch Source # 
Instance details

Defined in Amazonka.Config.Types.FailedRemediationBatch

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "FailedRemediationBatch'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failedItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RemediationConfiguration])) :*: S1 ('MetaSel ('Just "failureMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:failedItems:FailedRemediationBatch', failedRemediationBatch_failedItems - Returns remediation configurations of the failed items.

$sel:failureMessage:FailedRemediationBatch', failedRemediationBatch_failureMessage - 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.

failedRemediationBatch_failureMessage :: Lens' FailedRemediationBatch (Maybe Text) Source #

Returns a failure message. For example, the resource is already compliant.

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
FromJSON 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 #

Read FailedRemediationExceptionBatch Source # 
Instance details

Defined in Amazonka.Config.Types.FailedRemediationExceptionBatch

Show FailedRemediationExceptionBatch Source # 
Instance details

Defined in Amazonka.Config.Types.FailedRemediationExceptionBatch

NFData FailedRemediationExceptionBatch Source # 
Instance details

Defined in Amazonka.Config.Types.FailedRemediationExceptionBatch

Eq FailedRemediationExceptionBatch Source # 
Instance details

Defined in Amazonka.Config.Types.FailedRemediationExceptionBatch

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "FailedRemediationExceptionBatch'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failedItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RemediationException])) :*: S1 ('MetaSel ('Just "failureMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:failedItems:FailedRemediationExceptionBatch', failedRemediationExceptionBatch_failedItems - Returns remediation exception resource key object of the failed items.

$sel:failureMessage:FailedRemediationExceptionBatch', failedRemediationExceptionBatch_failureMessage - 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.

failedRemediationExceptionBatch_failureMessage :: Lens' FailedRemediationExceptionBatch (Maybe Text) Source #

Returns a failure message. For example, the auto-remediation has failed.

FieldInfo

data FieldInfo Source #

Details about the fields such as name of the field.

See: newFieldInfo smart constructor.

Constructors

FieldInfo' 

Fields

Instances

Instances details
FromJSON 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 #

Read FieldInfo Source # 
Instance details

Defined in Amazonka.Config.Types.FieldInfo

Show FieldInfo Source # 
Instance details

Defined in Amazonka.Config.Types.FieldInfo

NFData FieldInfo Source # 
Instance details

Defined in Amazonka.Config.Types.FieldInfo

Methods

rnf :: FieldInfo -> () #

Eq FieldInfo Source # 
Instance details

Defined in Amazonka.Config.Types.FieldInfo

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" '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
FromJSON 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 #

Read GroupedResourceCount Source # 
Instance details

Defined in Amazonka.Config.Types.GroupedResourceCount

Show GroupedResourceCount Source # 
Instance details

Defined in Amazonka.Config.Types.GroupedResourceCount

NFData GroupedResourceCount Source # 
Instance details

Defined in Amazonka.Config.Types.GroupedResourceCount

Methods

rnf :: GroupedResourceCount -> () #

Eq GroupedResourceCount Source # 
Instance details

Defined in Amazonka.Config.Types.GroupedResourceCount

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" '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 management account calls PutOrganizationConfigRule action for the first time, Config rule status is created in the member account. When management account calls PutOrganizationConfigRule action for the second time, Config rule status is updated in the member account. Config rule status is deleted when the management 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
FromJSON 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 #

Read MemberAccountStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountStatus

Show MemberAccountStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountStatus

NFData MemberAccountStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountStatus

Methods

rnf :: MemberAccountStatus -> () #

Eq MemberAccountStatus Source # 
Instance details

Defined in Amazonka.Config.Types.MemberAccountStatus

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" '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 management account calls PutOrganizationConfigRule action for the first time, Config rule status is created in the member account. When management account calls PutOrganizationConfigRule action for the second time, Config rule status is updated in the member account. Config rule status is deleted when the management 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 management account calls PutOrganizationConfigRule action for the first time, Config rule status is created in the member account. When management account calls PutOrganizationConfigRule action for the second time, Config rule status is updated in the member account. Config rule status is deleted when the management 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
FromJSON OrganizationAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationAggregationSource

ToJSON 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 #

Read OrganizationAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationAggregationSource

Show OrganizationAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationAggregationSource

NFData OrganizationAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationAggregationSource

Eq OrganizationAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationAggregationSource

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "OrganizationAggregationSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "allAwsRegions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "awsRegions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: 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:allAwsRegions:OrganizationAggregationSource', organizationAggregationSource_allAwsRegions - If true, aggregate existing Config regions and future regions.

$sel:awsRegions:OrganizationAggregationSource', organizationAggregationSource_awsRegions - The source regions being aggregated.

$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
FromJSON 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 #

Read OrganizationConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRule

Show OrganizationConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRule

NFData OrganizationConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRule

Methods

rnf :: OrganizationConfigRule -> () #

Eq OrganizationConfigRule Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRule

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "OrganizationConfigRule'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "excludedAccounts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "lastUpdateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "organizationCustomPolicyRuleMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OrganizationCustomPolicyRuleMetadataNoPolicy)))) :*: ((S1 ('MetaSel ('Just "organizationCustomRuleMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OrganizationCustomRuleMetadata)) :*: S1 ('MetaSel ('Just "organizationManagedRuleMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OrganizationManagedRuleMetadata))) :*: (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:excludedAccounts:OrganizationConfigRule', organizationConfigRule_excludedAccounts - A comma-separated list of accounts excluded from organization Config rule.

$sel:lastUpdateTime:OrganizationConfigRule', organizationConfigRule_lastUpdateTime - The timestamp of the last update.

$sel:organizationCustomPolicyRuleMetadata:OrganizationConfigRule', organizationConfigRule_organizationCustomPolicyRuleMetadata - An object that specifies metadata for your organization's Config Custom Policy rule. The metadata includes the runtime system in use, which accounts have debug logging enabled, and other custom rule metadata, such as resource type, resource ID of Amazon Web Services resource, and organization trigger types that initiate Config to evaluate Amazon Web Services resources against a rule.

$sel:organizationCustomRuleMetadata:OrganizationConfigRule', organizationConfigRule_organizationCustomRuleMetadata - An OrganizationCustomRuleMetadata object.

$sel:organizationManagedRuleMetadata:OrganizationConfigRule', organizationConfigRule_organizationManagedRuleMetadata - An OrganizationManagedRuleMetadata object.

$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_organizationCustomPolicyRuleMetadata :: Lens' OrganizationConfigRule (Maybe OrganizationCustomPolicyRuleMetadataNoPolicy) Source #

An object that specifies metadata for your organization's Config Custom Policy rule. The metadata includes the runtime system in use, which accounts have debug logging enabled, and other custom rule metadata, such as resource type, resource ID of Amazon Web Services resource, and organization trigger types that initiate Config to evaluate Amazon Web Services resources against a 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 management account calls PutOrganizationConfigRule action for the first time, Config rule status is created in all the member accounts. When management 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 management 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
FromJSON 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 #

Read OrganizationConfigRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleStatus

Show OrganizationConfigRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleStatus

NFData OrganizationConfigRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleStatus

Eq OrganizationConfigRuleStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConfigRuleStatus

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" '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 management account calls PutOrganizationConfigRule action for the first time, Config rule status is created in all the member accounts. When management 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 management 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 management account calls PutOrganizationConfigRule action for the first time, Config rule status is created in all the member accounts. When management 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 management 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
FromJSON 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 #

Read OrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePack

Show OrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePack

NFData OrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePack

Eq OrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePack

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "OrganizationConformancePack'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "conformancePackInputParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConformancePackInputParameter])) :*: (S1 ('MetaSel ('Just "deliveryS3Bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deliveryS3KeyPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((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:conformancePackInputParameters:OrganizationConformancePack', organizationConformancePack_conformancePackInputParameters - A list of ConformancePackInputParameter objects.

$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: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 management account calls PutOrganizationConformancePack action for the first time, conformance pack status is created in the member account. When management account calls PutOrganizationConformancePack action for the second time, conformance pack status is updated in the member account. Conformance pack status is deleted when the management 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
FromJSON OrganizationConformancePackDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePackDetailedStatus

Generic 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

NFData OrganizationConformancePackDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePackDetailedStatus

Eq OrganizationConformancePackDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePackDetailedStatus

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" '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 management account calls PutOrganizationConformancePack action for the first time, conformance pack status is created in the member account. When management account calls PutOrganizationConformancePack action for the second time, conformance pack status is updated in the member account. Conformance pack status is deleted when the management 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 management account calls PutOrganizationConformancePack action for the first time, conformance pack status is created in the member account. When management account calls PutOrganizationConformancePack action for the second time, conformance pack status is updated in the member account. Conformance pack status is deleted when the management 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 management account calls PutOrganizationConformancePack for the first time, conformance pack status is created in all the member accounts. When management 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 management 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
FromJSON 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 #

Read OrganizationConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePackStatus

Show OrganizationConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePackStatus

NFData OrganizationConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePackStatus

Eq OrganizationConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationConformancePackStatus

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" '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 management account calls PutOrganizationConformancePack for the first time, conformance pack status is created in all the member accounts. When management 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 management 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 management account calls PutOrganizationConformancePack for the first time, conformance pack status is created in all the member accounts. When management 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 management 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.

OrganizationCustomPolicyRuleMetadata

data OrganizationCustomPolicyRuleMetadata Source #

An object that specifies metadata for your organization's Config Custom Policy rule. The metadata includes the runtime system in use, which accounts have debug logging enabled, and other custom rule metadata, such as resource type, resource ID of Amazon Web Services resource, and organization trigger types that initiate Config to evaluate Amazon Web Services resources against a rule.

See: newOrganizationCustomPolicyRuleMetadata smart constructor.

Constructors

OrganizationCustomPolicyRuleMetadata' 

Fields

  • debugLogDeliveryAccounts :: Maybe [Text]

    A list of accounts that you can enable debug logging for your organization Config Custom Policy rule. List is null when debug logging is enabled for all accounts.

  • description :: Maybe Text

    The description that you provide for your organization Config Custom Policy rule.

  • inputParameters :: Maybe Text

    A string, in JSON format, that is passed to your organization Config Custom Policy rule.

  • maximumExecutionFrequency :: Maybe MaximumExecutionFrequency

    The maximum frequency with which Config runs evaluations for a rule. Your Config Custom Policy rule is triggered when Config delivers the configuration snapshot. For more information, see ConfigSnapshotDeliveryProperties.

  • organizationConfigRuleTriggerTypes :: Maybe [OrganizationConfigRuleTriggerTypeNoSN]

    The type of notification that initiates Config to run an evaluation for a rule. For Config Custom Policy rules, Config supports change-initiated notification types:

    • ConfigurationItemChangeNotification - Initiates an evaluation when Config delivers a configuration item as a result of a resource change.
    • OversizedConfigurationItemChangeNotification - Initiates 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.
  • resourceIdScope :: Maybe Text

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

  • resourceTypesScope :: Maybe [Text]

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

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

  • 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).

  • policyRuntime :: Text

    The runtime system for your organization Config Custom Policy rules. Guard is a policy-as-code language that allows you to write policies that are enforced by Config Custom Policy rules. For more information about Guard, see the Guard GitHub Repository.

  • policyText :: Text

    The policy definition containing the logic for your organization Config Custom Policy rule.

Instances

Instances details
ToJSON OrganizationCustomPolicyRuleMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationCustomPolicyRuleMetadata

Generic OrganizationCustomPolicyRuleMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationCustomPolicyRuleMetadata

Read OrganizationCustomPolicyRuleMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationCustomPolicyRuleMetadata

Show OrganizationCustomPolicyRuleMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationCustomPolicyRuleMetadata

NFData OrganizationCustomPolicyRuleMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationCustomPolicyRuleMetadata

Eq OrganizationCustomPolicyRuleMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationCustomPolicyRuleMetadata

Hashable OrganizationCustomPolicyRuleMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationCustomPolicyRuleMetadata

type Rep OrganizationCustomPolicyRuleMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationCustomPolicyRuleMetadata

type Rep OrganizationCustomPolicyRuleMetadata = D1 ('MetaData "OrganizationCustomPolicyRuleMetadata" "Amazonka.Config.Types.OrganizationCustomPolicyRuleMetadata" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "OrganizationCustomPolicyRuleMetadata'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "debugLogDeliveryAccounts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "inputParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maximumExecutionFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MaximumExecutionFrequency)) :*: S1 ('MetaSel ('Just "organizationConfigRuleTriggerTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OrganizationConfigRuleTriggerTypeNoSN]))))) :*: ((S1 ('MetaSel ('Just "resourceIdScope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceTypesScope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "tagKeyScope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "tagValueScope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "policyRuntime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "policyText") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newOrganizationCustomPolicyRuleMetadata Source #

Create a value of OrganizationCustomPolicyRuleMetadata 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:debugLogDeliveryAccounts:OrganizationCustomPolicyRuleMetadata', organizationCustomPolicyRuleMetadata_debugLogDeliveryAccounts - A list of accounts that you can enable debug logging for your organization Config Custom Policy rule. List is null when debug logging is enabled for all accounts.

$sel:description:OrganizationCustomPolicyRuleMetadata', organizationCustomPolicyRuleMetadata_description - The description that you provide for your organization Config Custom Policy rule.

$sel:inputParameters:OrganizationCustomPolicyRuleMetadata', organizationCustomPolicyRuleMetadata_inputParameters - A string, in JSON format, that is passed to your organization Config Custom Policy rule.

$sel:maximumExecutionFrequency:OrganizationCustomPolicyRuleMetadata', organizationCustomPolicyRuleMetadata_maximumExecutionFrequency - The maximum frequency with which Config runs evaluations for a rule. Your Config Custom Policy rule is triggered when Config delivers the configuration snapshot. For more information, see ConfigSnapshotDeliveryProperties.

$sel:organizationConfigRuleTriggerTypes:OrganizationCustomPolicyRuleMetadata', organizationCustomPolicyRuleMetadata_organizationConfigRuleTriggerTypes - The type of notification that initiates Config to run an evaluation for a rule. For Config Custom Policy rules, Config supports change-initiated notification types:

  • ConfigurationItemChangeNotification - Initiates an evaluation when Config delivers a configuration item as a result of a resource change.
  • OversizedConfigurationItemChangeNotification - Initiates 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.

$sel:resourceIdScope:OrganizationCustomPolicyRuleMetadata', organizationCustomPolicyRuleMetadata_resourceIdScope - The ID of the Amazon Web Services resource that was evaluated.

$sel:resourceTypesScope:OrganizationCustomPolicyRuleMetadata', organizationCustomPolicyRuleMetadata_resourceTypesScope - The type of the Amazon Web Services resource that was evaluated.

$sel:tagKeyScope:OrganizationCustomPolicyRuleMetadata', organizationCustomPolicyRuleMetadata_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:tagValueScope:OrganizationCustomPolicyRuleMetadata', organizationCustomPolicyRuleMetadata_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:policyRuntime:OrganizationCustomPolicyRuleMetadata', organizationCustomPolicyRuleMetadata_policyRuntime - The runtime system for your organization Config Custom Policy rules. Guard is a policy-as-code language that allows you to write policies that are enforced by Config Custom Policy rules. For more information about Guard, see the Guard GitHub Repository.

$sel:policyText:OrganizationCustomPolicyRuleMetadata', organizationCustomPolicyRuleMetadata_policyText - The policy definition containing the logic for your organization Config Custom Policy rule.

organizationCustomPolicyRuleMetadata_debugLogDeliveryAccounts :: Lens' OrganizationCustomPolicyRuleMetadata (Maybe [Text]) Source #

A list of accounts that you can enable debug logging for your organization Config Custom Policy rule. List is null when debug logging is enabled for all accounts.

organizationCustomPolicyRuleMetadata_description :: Lens' OrganizationCustomPolicyRuleMetadata (Maybe Text) Source #

The description that you provide for your organization Config Custom Policy rule.

organizationCustomPolicyRuleMetadata_inputParameters :: Lens' OrganizationCustomPolicyRuleMetadata (Maybe Text) Source #

A string, in JSON format, that is passed to your organization Config Custom Policy rule.

organizationCustomPolicyRuleMetadata_maximumExecutionFrequency :: Lens' OrganizationCustomPolicyRuleMetadata (Maybe MaximumExecutionFrequency) Source #

The maximum frequency with which Config runs evaluations for a rule. Your Config Custom Policy rule is triggered when Config delivers the configuration snapshot. For more information, see ConfigSnapshotDeliveryProperties.

organizationCustomPolicyRuleMetadata_organizationConfigRuleTriggerTypes :: Lens' OrganizationCustomPolicyRuleMetadata (Maybe [OrganizationConfigRuleTriggerTypeNoSN]) Source #

The type of notification that initiates Config to run an evaluation for a rule. For Config Custom Policy rules, Config supports change-initiated notification types:

  • ConfigurationItemChangeNotification - Initiates an evaluation when Config delivers a configuration item as a result of a resource change.
  • OversizedConfigurationItemChangeNotification - Initiates 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.

organizationCustomPolicyRuleMetadata_resourceIdScope :: Lens' OrganizationCustomPolicyRuleMetadata (Maybe Text) Source #

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

organizationCustomPolicyRuleMetadata_resourceTypesScope :: Lens' OrganizationCustomPolicyRuleMetadata (Maybe [Text]) Source #

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

organizationCustomPolicyRuleMetadata_tagKeyScope :: Lens' OrganizationCustomPolicyRuleMetadata (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.

organizationCustomPolicyRuleMetadata_tagValueScope :: Lens' OrganizationCustomPolicyRuleMetadata (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).

organizationCustomPolicyRuleMetadata_policyRuntime :: Lens' OrganizationCustomPolicyRuleMetadata Text Source #

The runtime system for your organization Config Custom Policy rules. Guard is a policy-as-code language that allows you to write policies that are enforced by Config Custom Policy rules. For more information about Guard, see the Guard GitHub Repository.

organizationCustomPolicyRuleMetadata_policyText :: Lens' OrganizationCustomPolicyRuleMetadata Text Source #

The policy definition containing the logic for your organization Config Custom Policy rule.

OrganizationCustomPolicyRuleMetadataNoPolicy

data OrganizationCustomPolicyRuleMetadataNoPolicy Source #

An object that specifies metadata for your organization Config Custom Policy rule including the runtime system in use, which accounts have debug logging enabled, and other custom rule metadata such as resource type, resource ID of Amazon Web Services resource, and organization trigger types that trigger Config to evaluate Amazon Web Services resources against a rule.

See: newOrganizationCustomPolicyRuleMetadataNoPolicy smart constructor.

Constructors

OrganizationCustomPolicyRuleMetadataNoPolicy' 

Fields

  • debugLogDeliveryAccounts :: Maybe [Text]

    A list of accounts that you can enable debug logging for your organization Config Custom Policy rule. List is null when debug logging is enabled for all accounts.

  • description :: Maybe Text

    The description that you provide for your organization Config Custom Policy rule.

  • inputParameters :: Maybe Text

    A string, in JSON format, that is passed to your organization Config Custom Policy rule.

  • maximumExecutionFrequency :: Maybe MaximumExecutionFrequency

    The maximum frequency with which Config runs evaluations for a rule. Your Config Custom Policy rule is triggered when Config delivers the configuration snapshot. For more information, see ConfigSnapshotDeliveryProperties.

  • organizationConfigRuleTriggerTypes :: Maybe [OrganizationConfigRuleTriggerTypeNoSN]

    The type of notification that triggers Config to run an evaluation for a rule. For Config Custom Policy rules, Config supports change triggered 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.
  • policyRuntime :: Maybe Text

    The runtime system for your organization Config Custom Policy rules. Guard is a policy-as-code language that allows you to write policies that are enforced by Config Custom Policy rules. For more information about Guard, see the Guard GitHub Repository.

  • resourceIdScope :: Maybe Text

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

  • resourceTypesScope :: Maybe [Text]

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

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

  • 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).

Instances

Instances details
FromJSON OrganizationCustomPolicyRuleMetadataNoPolicy Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationCustomPolicyRuleMetadataNoPolicy

Generic OrganizationCustomPolicyRuleMetadataNoPolicy Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationCustomPolicyRuleMetadataNoPolicy

Read OrganizationCustomPolicyRuleMetadataNoPolicy Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationCustomPolicyRuleMetadataNoPolicy

Show OrganizationCustomPolicyRuleMetadataNoPolicy Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationCustomPolicyRuleMetadataNoPolicy

NFData OrganizationCustomPolicyRuleMetadataNoPolicy Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationCustomPolicyRuleMetadataNoPolicy

Eq OrganizationCustomPolicyRuleMetadataNoPolicy Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationCustomPolicyRuleMetadataNoPolicy

Hashable OrganizationCustomPolicyRuleMetadataNoPolicy Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationCustomPolicyRuleMetadataNoPolicy

type Rep OrganizationCustomPolicyRuleMetadataNoPolicy Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationCustomPolicyRuleMetadataNoPolicy

type Rep OrganizationCustomPolicyRuleMetadataNoPolicy = D1 ('MetaData "OrganizationCustomPolicyRuleMetadataNoPolicy" "Amazonka.Config.Types.OrganizationCustomPolicyRuleMetadataNoPolicy" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "OrganizationCustomPolicyRuleMetadataNoPolicy'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "debugLogDeliveryAccounts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "inputParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maximumExecutionFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MaximumExecutionFrequency)) :*: S1 ('MetaSel ('Just "organizationConfigRuleTriggerTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OrganizationConfigRuleTriggerTypeNoSN]))))) :*: ((S1 ('MetaSel ('Just "policyRuntime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceIdScope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "resourceTypesScope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "tagKeyScope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tagValueScope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newOrganizationCustomPolicyRuleMetadataNoPolicy :: OrganizationCustomPolicyRuleMetadataNoPolicy Source #

Create a value of OrganizationCustomPolicyRuleMetadataNoPolicy 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:debugLogDeliveryAccounts:OrganizationCustomPolicyRuleMetadataNoPolicy', organizationCustomPolicyRuleMetadataNoPolicy_debugLogDeliveryAccounts - A list of accounts that you can enable debug logging for your organization Config Custom Policy rule. List is null when debug logging is enabled for all accounts.

$sel:description:OrganizationCustomPolicyRuleMetadataNoPolicy', organizationCustomPolicyRuleMetadataNoPolicy_description - The description that you provide for your organization Config Custom Policy rule.

$sel:inputParameters:OrganizationCustomPolicyRuleMetadataNoPolicy', organizationCustomPolicyRuleMetadataNoPolicy_inputParameters - A string, in JSON format, that is passed to your organization Config Custom Policy rule.

$sel:maximumExecutionFrequency:OrganizationCustomPolicyRuleMetadataNoPolicy', organizationCustomPolicyRuleMetadataNoPolicy_maximumExecutionFrequency - The maximum frequency with which Config runs evaluations for a rule. Your Config Custom Policy rule is triggered when Config delivers the configuration snapshot. For more information, see ConfigSnapshotDeliveryProperties.

$sel:organizationConfigRuleTriggerTypes:OrganizationCustomPolicyRuleMetadataNoPolicy', organizationCustomPolicyRuleMetadataNoPolicy_organizationConfigRuleTriggerTypes - The type of notification that triggers Config to run an evaluation for a rule. For Config Custom Policy rules, Config supports change triggered 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.

$sel:policyRuntime:OrganizationCustomPolicyRuleMetadataNoPolicy', organizationCustomPolicyRuleMetadataNoPolicy_policyRuntime - The runtime system for your organization Config Custom Policy rules. Guard is a policy-as-code language that allows you to write policies that are enforced by Config Custom Policy rules. For more information about Guard, see the Guard GitHub Repository.

$sel:resourceIdScope:OrganizationCustomPolicyRuleMetadataNoPolicy', organizationCustomPolicyRuleMetadataNoPolicy_resourceIdScope - The ID of the Amazon Web Services resource that was evaluated.

$sel:resourceTypesScope:OrganizationCustomPolicyRuleMetadataNoPolicy', organizationCustomPolicyRuleMetadataNoPolicy_resourceTypesScope - The type of the Amazon Web Services resource that was evaluated.

$sel:tagKeyScope:OrganizationCustomPolicyRuleMetadataNoPolicy', organizationCustomPolicyRuleMetadataNoPolicy_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:tagValueScope:OrganizationCustomPolicyRuleMetadataNoPolicy', organizationCustomPolicyRuleMetadataNoPolicy_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).

organizationCustomPolicyRuleMetadataNoPolicy_debugLogDeliveryAccounts :: Lens' OrganizationCustomPolicyRuleMetadataNoPolicy (Maybe [Text]) Source #

A list of accounts that you can enable debug logging for your organization Config Custom Policy rule. List is null when debug logging is enabled for all accounts.

organizationCustomPolicyRuleMetadataNoPolicy_description :: Lens' OrganizationCustomPolicyRuleMetadataNoPolicy (Maybe Text) Source #

The description that you provide for your organization Config Custom Policy rule.

organizationCustomPolicyRuleMetadataNoPolicy_inputParameters :: Lens' OrganizationCustomPolicyRuleMetadataNoPolicy (Maybe Text) Source #

A string, in JSON format, that is passed to your organization Config Custom Policy rule.

organizationCustomPolicyRuleMetadataNoPolicy_maximumExecutionFrequency :: Lens' OrganizationCustomPolicyRuleMetadataNoPolicy (Maybe MaximumExecutionFrequency) Source #

The maximum frequency with which Config runs evaluations for a rule. Your Config Custom Policy rule is triggered when Config delivers the configuration snapshot. For more information, see ConfigSnapshotDeliveryProperties.

organizationCustomPolicyRuleMetadataNoPolicy_organizationConfigRuleTriggerTypes :: Lens' OrganizationCustomPolicyRuleMetadataNoPolicy (Maybe [OrganizationConfigRuleTriggerTypeNoSN]) Source #

The type of notification that triggers Config to run an evaluation for a rule. For Config Custom Policy rules, Config supports change triggered 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.

organizationCustomPolicyRuleMetadataNoPolicy_policyRuntime :: Lens' OrganizationCustomPolicyRuleMetadataNoPolicy (Maybe Text) Source #

The runtime system for your organization Config Custom Policy rules. Guard is a policy-as-code language that allows you to write policies that are enforced by Config Custom Policy rules. For more information about Guard, see the Guard GitHub Repository.

organizationCustomPolicyRuleMetadataNoPolicy_tagKeyScope :: Lens' OrganizationCustomPolicyRuleMetadataNoPolicy (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.

organizationCustomPolicyRuleMetadataNoPolicy_tagValueScope :: Lens' OrganizationCustomPolicyRuleMetadataNoPolicy (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

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

  • description :: Maybe Text

    The description that you provide for your organization Config rule.

  • inputParameters :: Maybe Text

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

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

  • resourceIdScope :: Maybe Text

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

  • resourceTypesScope :: Maybe [Text]

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

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

  • 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).

  • 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
FromJSON OrganizationCustomRuleMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationCustomRuleMetadata

ToJSON 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 #

Read OrganizationCustomRuleMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationCustomRuleMetadata

Show OrganizationCustomRuleMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationCustomRuleMetadata

NFData OrganizationCustomRuleMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationCustomRuleMetadata

Eq OrganizationCustomRuleMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationCustomRuleMetadata

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "OrganizationCustomRuleMetadata'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "inputParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maximumExecutionFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MaximumExecutionFrequency)) :*: S1 ('MetaSel ('Just "resourceIdScope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "resourceTypesScope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "tagKeyScope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tagValueScope") '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:description:OrganizationCustomRuleMetadata', organizationCustomRuleMetadata_description - The description that you provide for your organization Config rule.

$sel:inputParameters:OrganizationCustomRuleMetadata', organizationCustomRuleMetadata_inputParameters - A string, in JSON format, that is passed to your organization Config rule Lambda function.

$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:resourceIdScope:OrganizationCustomRuleMetadata', organizationCustomRuleMetadata_resourceIdScope - The ID of the Amazon Web Services resource that was evaluated.

$sel:resourceTypesScope:OrganizationCustomRuleMetadata', organizationCustomRuleMetadata_resourceTypesScope - The type of the Amazon Web Services resource that was evaluated.

$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: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: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_description :: Lens' OrganizationCustomRuleMetadata (Maybe Text) Source #

The description that you provide for your organization Config rule.

organizationCustomRuleMetadata_inputParameters :: Lens' OrganizationCustomRuleMetadata (Maybe Text) Source #

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

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_resourceIdScope :: Lens' OrganizationCustomRuleMetadata (Maybe Text) Source #

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

organizationCustomRuleMetadata_resourceTypesScope :: Lens' OrganizationCustomRuleMetadata (Maybe [Text]) Source #

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

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

  • description :: Maybe Text

    The description that you provide for your organization Config rule.

  • inputParameters :: Maybe Text

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

  • maximumExecutionFrequency :: Maybe MaximumExecutionFrequency

    The maximum frequency with which Config runs evaluations for a rule. This is for 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.

  • resourceIdScope :: Maybe Text

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

  • resourceTypesScope :: Maybe [Text]

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

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

  • 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).

  • 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
FromJSON OrganizationManagedRuleMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationManagedRuleMetadata

ToJSON 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 #

Read OrganizationManagedRuleMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationManagedRuleMetadata

Show OrganizationManagedRuleMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationManagedRuleMetadata

NFData OrganizationManagedRuleMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationManagedRuleMetadata

Eq OrganizationManagedRuleMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationManagedRuleMetadata

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "OrganizationManagedRuleMetadata'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "inputParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maximumExecutionFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MaximumExecutionFrequency)) :*: S1 ('MetaSel ('Just "resourceIdScope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "resourceTypesScope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "tagKeyScope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tagValueScope") '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:description:OrganizationManagedRuleMetadata', organizationManagedRuleMetadata_description - The description that you provide for your organization Config rule.

$sel:inputParameters:OrganizationManagedRuleMetadata', organizationManagedRuleMetadata_inputParameters - A string, in JSON format, that is passed to your organization Config rule Lambda function.

$sel:maximumExecutionFrequency:OrganizationManagedRuleMetadata', organizationManagedRuleMetadata_maximumExecutionFrequency - The maximum frequency with which Config runs evaluations for a rule. This is for 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:resourceIdScope:OrganizationManagedRuleMetadata', organizationManagedRuleMetadata_resourceIdScope - The ID of the Amazon Web Services resource that was evaluated.

$sel:resourceTypesScope:OrganizationManagedRuleMetadata', organizationManagedRuleMetadata_resourceTypesScope - The type of the Amazon Web Services resource that was evaluated.

$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: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: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_description :: Lens' OrganizationManagedRuleMetadata (Maybe Text) Source #

The description that you provide for your organization Config rule.

organizationManagedRuleMetadata_inputParameters :: Lens' OrganizationManagedRuleMetadata (Maybe Text) Source #

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

organizationManagedRuleMetadata_maximumExecutionFrequency :: Lens' OrganizationManagedRuleMetadata (Maybe MaximumExecutionFrequency) Source #

The maximum frequency with which Config runs evaluations for a rule. This is for 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_resourceIdScope :: Lens' OrganizationManagedRuleMetadata (Maybe Text) Source #

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

organizationManagedRuleMetadata_resourceTypesScope :: Lens' OrganizationManagedRuleMetadata (Maybe [Text]) Source #

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

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

  • accountId :: Maybe Text

    The 12-digit account ID of the member account within an organization.

  • status :: Maybe OrganizationResourceDetailedStatus

    Indicates deployment status for conformance pack in a member account. When management account calls PutOrganizationConformancePack action for the first time, conformance pack status is created in the member account. When management account calls PutOrganizationConformancePack action for the second time, conformance pack status is updated in the member account. Conformance pack status is deleted when the management 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
ToJSON OrganizationResourceDetailedStatusFilters Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatusFilters

Generic 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

NFData OrganizationResourceDetailedStatusFilters Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatusFilters

Eq OrganizationResourceDetailedStatusFilters Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationResourceDetailedStatusFilters

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "OrganizationResourceDetailedStatusFilters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OrganizationResourceDetailedStatus))))

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:accountId:OrganizationResourceDetailedStatusFilters', organizationResourceDetailedStatusFilters_accountId - The 12-digit account ID of the member account within an organization.

$sel:status:OrganizationResourceDetailedStatusFilters', organizationResourceDetailedStatusFilters_status - Indicates deployment status for conformance pack in a member account. When management account calls PutOrganizationConformancePack action for the first time, conformance pack status is created in the member account. When management account calls PutOrganizationConformancePack action for the second time, conformance pack status is updated in the member account. Conformance pack status is deleted when the management 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.

organizationResourceDetailedStatusFilters_status :: Lens' OrganizationResourceDetailedStatusFilters (Maybe OrganizationResourceDetailedStatus) Source #

Indicates deployment status for conformance pack in a member account. When management account calls PutOrganizationConformancePack action for the first time, conformance pack status is created in the member account. When management account calls PutOrganizationConformancePack action for the second time, conformance pack status is updated in the member account. Conformance pack status is deleted when the management 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.

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
FromJSON 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 #

Read PendingAggregationRequest Source # 
Instance details

Defined in Amazonka.Config.Types.PendingAggregationRequest

Show PendingAggregationRequest Source # 
Instance details

Defined in Amazonka.Config.Types.PendingAggregationRequest

NFData PendingAggregationRequest Source # 
Instance details

Defined in Amazonka.Config.Types.PendingAggregationRequest

Eq PendingAggregationRequest Source # 
Instance details

Defined in Amazonka.Config.Types.PendingAggregationRequest

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" '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
FromJSON 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 #

Read QueryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.QueryInfo

Show QueryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.QueryInfo

NFData QueryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.QueryInfo

Methods

rnf :: QueryInfo -> () #

Eq QueryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.QueryInfo

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" '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 which Amazon Web Services resource types Config records for configuration changes. In the recording group, you specify whether you want to record all supported resource types or only specific types of resources.

By default, Config records the 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 supported types of global resources. Global resources are not tied to a specific region and can be used in all regions. The global resource types that Config supports include IAM users, groups, roles, and customer managed policies.

Global resource types onboarded to Config recording after February 2022 will only be recorded in the service's home region for the commercial partition and Amazon Web Services GovCloud (US) West for the GovCloud partition. You can view the Configuration Items for these new global resource types only in their home region and Amazon Web Services GovCloud (US) West.

Supported global resource types onboarded before February 2022 such as AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User remain unchanged, and they will continue to deliver Configuration Items in all supported regions in Config. The change will only affect new global resource types onboarded after February 2022.

To record global resource types onboarded after February 2022, enable All Supported Resource Types in the home region of the global resource type you want to record.

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 and a table of the Home Regions for Global Resource Types Onboarded after February 2022, 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
FromJSON RecordingGroup Source # 
Instance details

Defined in Amazonka.Config.Types.RecordingGroup

ToJSON 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 #

Read RecordingGroup Source # 
Instance details

Defined in Amazonka.Config.Types.RecordingGroup

Show RecordingGroup Source # 
Instance details

Defined in Amazonka.Config.Types.RecordingGroup

NFData RecordingGroup Source # 
Instance details

Defined in Amazonka.Config.Types.RecordingGroup

Methods

rnf :: RecordingGroup -> () #

Eq RecordingGroup Source # 
Instance details

Defined in Amazonka.Config.Types.RecordingGroup

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" '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
FromJSON 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 #

Read Relationship Source # 
Instance details

Defined in Amazonka.Config.Types.Relationship

Show Relationship Source # 
Instance details

Defined in Amazonka.Config.Types.Relationship

NFData Relationship Source # 
Instance details

Defined in Amazonka.Config.Types.Relationship

Methods

rnf :: Relationship -> () #

Eq Relationship Source # 
Instance details

Defined in Amazonka.Config.Types.Relationship

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "Relationship'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "relationshipName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "resourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceType)))))

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:relationshipName:Relationship', relationship_relationshipName - The type of relationship with the related resource.

$sel:resourceId:Relationship', relationship_resourceId - The ID of the related resource (for example, sg-xxxxxx).

$sel:resourceName:Relationship', relationship_resourceName - The custom name of the related resource, if available.

$sel:resourceType:Relationship', relationship_resourceType - The resource type of the related resource.

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

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_resourceName :: Lens' Relationship (Maybe Text) Source #

The custom name of the related resource, if available.

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

The resource type of 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

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

  • executionControls :: Maybe ExecutionControls

    An ExecutionControls object.

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

  • parameters :: Maybe (HashMap Text RemediationParameterValue)

    An object of the RemediationParameterValue.

  • resourceType :: Maybe Text

    The type of a resource.

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

  • 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
FromJSON RemediationConfiguration Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationConfiguration

ToJSON 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 #

Read RemediationConfiguration Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationConfiguration

Show RemediationConfiguration Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationConfiguration

NFData RemediationConfiguration Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationConfiguration

Eq RemediationConfiguration Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationConfiguration

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "RemediationConfiguration'" 'PrefixI 'True) (((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 "executionControls") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExecutionControls)) :*: (S1 ('MetaSel ('Just "maximumAutomaticAttempts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text RemediationParameterValue)))))) :*: ((S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "retryAttemptSeconds") '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: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:executionControls:RemediationConfiguration', remediationConfiguration_executionControls - An ExecutionControls object.

$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:parameters:RemediationConfiguration', remediationConfiguration_parameters - An object of the RemediationParameterValue.

$sel:resourceType:RemediationConfiguration', remediationConfiguration_resourceType - The type of a resource.

$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: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_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_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_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
FromJSON 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 #

Read RemediationException Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationException

Show RemediationException Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationException

NFData RemediationException Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationException

Methods

rnf :: RemediationException -> () #

Eq RemediationException Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationException

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "RemediationException'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "expirationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (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:expirationTime:RemediationException', remediationException_expirationTime - The time when the remediation exception will be deleted.

$sel:message:RemediationException', remediationException_message - An explanation of an remediation exception.

$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_expirationTime :: Lens' RemediationException (Maybe UTCTime) Source #

The time when the remediation exception will be deleted.

remediationException_message :: Lens' RemediationException (Maybe Text) Source #

An explanation of an remediation exception.

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
FromJSON RemediationExceptionResourceKey Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExceptionResourceKey

ToJSON 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 #

Read RemediationExceptionResourceKey Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExceptionResourceKey

Show RemediationExceptionResourceKey Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExceptionResourceKey

NFData RemediationExceptionResourceKey Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExceptionResourceKey

Eq RemediationExceptionResourceKey Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExceptionResourceKey

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" '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
FromJSON 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 #

Read RemediationExecutionStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStatus

Show RemediationExecutionStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStatus

NFData RemediationExecutionStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStatus

Eq RemediationExecutionStatus Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStatus

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "RemediationExecutionStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "invocationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "resourceKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceKey)) :*: (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RemediationExecutionState)) :*: S1 ('MetaSel ('Just "stepDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RemediationExecutionStep]))))))

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:invocationTime:RemediationExecutionStatus', remediationExecutionStatus_invocationTime - Start time when the remediation was executed.

$sel:lastUpdatedTime:RemediationExecutionStatus', remediationExecutionStatus_lastUpdatedTime - The time when the remediation execution was last updated.

$sel:resourceKey:RemediationExecutionStatus', remediationExecutionStatus_resourceKey - Undocumented member.

RemediationExecutionStatus, remediationExecutionStatus_state - ENUM of the values.

$sel:stepDetails:RemediationExecutionStatus', remediationExecutionStatus_stepDetails - Details of every step.

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
FromJSON 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 #

Read RemediationExecutionStep Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStep

Show RemediationExecutionStep Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStep

NFData RemediationExecutionStep Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStep

Eq RemediationExecutionStep Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationExecutionStep

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "RemediationExecutionStep'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RemediationExecutionStepState)) :*: S1 ('MetaSel ('Just "stopTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

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:errorMessage:RemediationExecutionStep', remediationExecutionStep_errorMessage - An error message if the step was interrupted during execution.

$sel:name:RemediationExecutionStep', remediationExecutionStep_name - The details of the step.

$sel:startTime:RemediationExecutionStep', remediationExecutionStep_startTime - The time when the step started.

$sel:state:RemediationExecutionStep', remediationExecutionStep_state - The valid status of the step.

$sel:stopTime:RemediationExecutionStep', remediationExecutionStep_stopTime - The time when the step stopped.

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
FromJSON RemediationParameterValue Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationParameterValue

ToJSON 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 #

Read RemediationParameterValue Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationParameterValue

Show RemediationParameterValue Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationParameterValue

NFData RemediationParameterValue Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationParameterValue

Eq RemediationParameterValue Source # 
Instance details

Defined in Amazonka.Config.Types.RemediationParameterValue

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "RemediationParameterValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceValue)) :*: S1 ('MetaSel ('Just "staticValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StaticValue))))

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:resourceValue:RemediationParameterValue', remediationParameterValue_resourceValue - The value is dynamic and changes at run-time.

$sel:staticValue:RemediationParameterValue', remediationParameterValue_staticValue - The value is static and does not change 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
FromJSON 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 #

Read ResourceCount Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCount

Show ResourceCount Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCount

NFData ResourceCount Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCount

Methods

rnf :: ResourceCount -> () #

Eq ResourceCount Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCount

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "ResourceCount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "count") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceType))))

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:count:ResourceCount', resourceCount_count - The number of resources.

$sel:resourceType:ResourceCount', resourceCount_resourceType - The resource type (for example, "AWS::EC2::Instance").

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
ToJSON 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 #

Read ResourceCountFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountFilters

Show ResourceCountFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountFilters

NFData ResourceCountFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountFilters

Methods

rnf :: ResourceCountFilters -> () #

Eq ResourceCountFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceCountFilters

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "ResourceCountFilters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceType)))))

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:accountId:ResourceCountFilters', resourceCountFilters_accountId - The 12-digit ID of the account.

$sel:region:ResourceCountFilters', resourceCountFilters_region - The region where the account is located.

$sel:resourceType:ResourceCountFilters', resourceCountFilters_resourceType - The type of the Amazon Web Services resource.

resourceCountFilters_region :: Lens' ResourceCountFilters (Maybe Text) Source #

The region where the account is located.

resourceCountFilters_resourceType :: Lens' ResourceCountFilters (Maybe ResourceType) Source #

The type of the Amazon Web Services resource.

ResourceDetails

data ResourceDetails Source #

Returns information about the resource being evaluated.

See: newResourceDetails smart constructor.

Constructors

ResourceDetails' 

Fields

Instances

Instances details
FromJSON ResourceDetails Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceDetails

ToJSON ResourceDetails Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceDetails

Generic ResourceDetails Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceDetails

Associated Types

type Rep ResourceDetails :: Type -> Type #

Read ResourceDetails Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceDetails

Show ResourceDetails Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceDetails

NFData ResourceDetails Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceDetails

Methods

rnf :: ResourceDetails -> () #

Eq ResourceDetails Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceDetails

Hashable ResourceDetails Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceDetails

type Rep ResourceDetails Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceDetails

type Rep ResourceDetails = D1 ('MetaData "ResourceDetails" "Amazonka.Config.Types.ResourceDetails" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "ResourceDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resourceConfigurationSchemaType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceConfigurationSchemaType)) :*: S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newResourceDetails Source #

Create a value of ResourceDetails 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:resourceConfigurationSchemaType:ResourceDetails', resourceDetails_resourceConfigurationSchemaType - The schema type of the resource configuration.

$sel:resourceId:ResourceDetails', resourceDetails_resourceId - A unique resource ID for an evaluation.

$sel:resourceType:ResourceDetails', resourceDetails_resourceType - The type of resource being evaluated.

$sel:resourceConfiguration:ResourceDetails', resourceDetails_resourceConfiguration - The resource definition to be evaluated as per the resource configuration schema type.

resourceDetails_resourceId :: Lens' ResourceDetails Text Source #

A unique resource ID for an evaluation.

resourceDetails_resourceType :: Lens' ResourceDetails Text Source #

The type of resource being evaluated.

resourceDetails_resourceConfiguration :: Lens' ResourceDetails Text Source #

The resource definition to be evaluated as per the resource configuration schema type.

ResourceEvaluation

data ResourceEvaluation Source #

Returns details of a resource evaluation.

See: newResourceEvaluation smart constructor.

Constructors

ResourceEvaluation' 

Fields

Instances

Instances details
FromJSON ResourceEvaluation Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluation

Generic ResourceEvaluation Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluation

Associated Types

type Rep ResourceEvaluation :: Type -> Type #

Read ResourceEvaluation Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluation

Show ResourceEvaluation Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluation

NFData ResourceEvaluation Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluation

Methods

rnf :: ResourceEvaluation -> () #

Eq ResourceEvaluation Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluation

Hashable ResourceEvaluation Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluation

type Rep ResourceEvaluation Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluation

type Rep ResourceEvaluation = D1 ('MetaData "ResourceEvaluation" "Amazonka.Config.Types.ResourceEvaluation" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "ResourceEvaluation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "evaluationMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EvaluationMode)) :*: (S1 ('MetaSel ('Just "evaluationStartTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "resourceEvaluationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newResourceEvaluation :: ResourceEvaluation Source #

Create a value of ResourceEvaluation 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:evaluationMode:ResourceEvaluation', resourceEvaluation_evaluationMode - The mode of an evaluation. The valid values are Detective or Proactive.

$sel:evaluationStartTimestamp:ResourceEvaluation', resourceEvaluation_evaluationStartTimestamp - The starting time of an execution.

$sel:resourceEvaluationId:ResourceEvaluation', resourceEvaluation_resourceEvaluationId - The ResourceEvaluationId of a evaluation.

resourceEvaluation_evaluationMode :: Lens' ResourceEvaluation (Maybe EvaluationMode) Source #

The mode of an evaluation. The valid values are Detective or Proactive.

resourceEvaluation_resourceEvaluationId :: Lens' ResourceEvaluation (Maybe Text) Source #

The ResourceEvaluationId of a evaluation.

ResourceEvaluationFilters

data ResourceEvaluationFilters Source #

Returns details of a resource evaluation based on the selected filter.

See: newResourceEvaluationFilters smart constructor.

Constructors

ResourceEvaluationFilters' 

Fields

Instances

Instances details
ToJSON ResourceEvaluationFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluationFilters

Generic ResourceEvaluationFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluationFilters

Associated Types

type Rep ResourceEvaluationFilters :: Type -> Type #

Read ResourceEvaluationFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluationFilters

Show ResourceEvaluationFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluationFilters

NFData ResourceEvaluationFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluationFilters

Eq ResourceEvaluationFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluationFilters

Hashable ResourceEvaluationFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluationFilters

type Rep ResourceEvaluationFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceEvaluationFilters

type Rep ResourceEvaluationFilters = D1 ('MetaData "ResourceEvaluationFilters" "Amazonka.Config.Types.ResourceEvaluationFilters" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "ResourceEvaluationFilters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "evaluationContextIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "evaluationMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EvaluationMode)) :*: S1 ('MetaSel ('Just "timeWindow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimeWindow)))))

newResourceEvaluationFilters :: ResourceEvaluationFilters Source #

Create a value of ResourceEvaluationFilters 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:evaluationContextIdentifier:ResourceEvaluationFilters', resourceEvaluationFilters_evaluationContextIdentifier - Filters evaluations for a given infrastructure deployment. For example: CFN Stack.

$sel:evaluationMode:ResourceEvaluationFilters', resourceEvaluationFilters_evaluationMode - Filters all resource evaluations results based on an evaluation mode. the valid value for this API is Proactive.

$sel:timeWindow:ResourceEvaluationFilters', resourceEvaluationFilters_timeWindow - Returns a TimeWindow object.

resourceEvaluationFilters_evaluationContextIdentifier :: Lens' ResourceEvaluationFilters (Maybe Text) Source #

Filters evaluations for a given infrastructure deployment. For example: CFN Stack.

resourceEvaluationFilters_evaluationMode :: Lens' ResourceEvaluationFilters (Maybe EvaluationMode) Source #

Filters all resource evaluations results based on an evaluation mode. the valid value for this API is Proactive.

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
ToJSON 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 #

Read ResourceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceFilters

Show ResourceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceFilters

NFData ResourceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceFilters

Methods

rnf :: ResourceFilters -> () #

Eq ResourceFilters Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceFilters

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "ResourceFilters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceName") '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:accountId:ResourceFilters', resourceFilters_accountId - The 12-digit source account ID.

$sel:region:ResourceFilters', resourceFilters_region - The source region.

$sel:resourceId:ResourceFilters', resourceFilters_resourceId - The ID of the resource.

$sel:resourceName:ResourceFilters', resourceFilters_resourceName - The name of the resource.

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
FromJSON 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 #

Read ResourceIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceIdentifier

Show ResourceIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceIdentifier

NFData ResourceIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceIdentifier

Methods

rnf :: ResourceIdentifier -> () #

Eq ResourceIdentifier Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceIdentifier

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "ResourceIdentifier'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resourceDeletionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "resourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceType)))))

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:resourceDeletionTime:ResourceIdentifier', resourceIdentifier_resourceDeletionTime - The time that the resource was deleted.

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

$sel:resourceName:ResourceIdentifier', resourceIdentifier_resourceName - The custom name of the resource (if available).

$sel:resourceType:ResourceIdentifier', resourceIdentifier_resourceType - The type of resource.

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
FromJSON ResourceKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceKey

ToJSON 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 #

Read ResourceKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceKey

Show ResourceKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceKey

NFData ResourceKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceKey

Methods

rnf :: ResourceKey -> () #

Eq ResourceKey Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceKey

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" '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
FromJSON ResourceValue Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValue

ToJSON 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 #

Read ResourceValue Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValue

Show ResourceValue Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValue

NFData ResourceValue Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValue

Methods

rnf :: ResourceValue -> () #

Eq ResourceValue Source # 
Instance details

Defined in Amazonka.Config.Types.ResourceValue

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" '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
FromJSON 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 #

Read RetentionConfiguration Source # 
Instance details

Defined in Amazonka.Config.Types.RetentionConfiguration

Show RetentionConfiguration Source # 
Instance details

Defined in Amazonka.Config.Types.RetentionConfiguration

NFData RetentionConfiguration Source # 
Instance details

Defined in Amazonka.Config.Types.RetentionConfiguration

Methods

rnf :: RetentionConfiguration -> () #

Eq RetentionConfiguration Source # 
Instance details

Defined in Amazonka.Config.Types.RetentionConfiguration

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" '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

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

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

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

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

Instances

Instances details
FromJSON Scope Source # 
Instance details

Defined in Amazonka.Config.Types.Scope

ToJSON Scope Source # 
Instance details

Defined in Amazonka.Config.Types.Scope

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 #

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 #

NFData Scope Source # 
Instance details

Defined in Amazonka.Config.Types.Scope

Methods

rnf :: Scope -> () #

Eq Scope Source # 
Instance details

Defined in Amazonka.Config.Types.Scope

Methods

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

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

Hashable Scope Source # 
Instance details

Defined in Amazonka.Config.Types.Scope

Methods

hashWithSalt :: Int -> Scope -> Int #

hash :: Scope -> Int #

type Rep Scope Source # 
Instance details

Defined in Amazonka.Config.Types.Scope

type Rep Scope = D1 ('MetaData "Scope" "Amazonka.Config.Types.Scope" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "Scope'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "complianceResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "complianceResourceTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "tagKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tagValue") '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: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: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: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.

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

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

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.

Source

data Source Source #

Provides the CustomPolicyDetails, the rule owner (Amazon Web Services for managed rules, CUSTOM_POLICY for Custom Policy rules, and CUSTOM_LAMBDA for Custom Lambda rules), the rule identifier, and the events that cause the evaluation of your Amazon Web Services resources.

See: newSource smart constructor.

Constructors

Source' 

Fields

  • customPolicyDetails :: Maybe CustomPolicyDetails

    Provides the runtime system, policy definition, and whether debug logging is enabled. Required when owner is set to CUSTOM_POLICY.

  • sourceDetails :: Maybe [SourceDetail]

    Provides the source and the message types that cause 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.

    If the owner is set to CUSTOM_POLICY, the only acceptable values for the Config rule trigger message type are ConfigurationItemChangeNotification and OversizedConfigurationItemChangeNotification.

  • sourceIdentifier :: Maybe 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 List of Config Managed Rules.

    For Config Custom Lambda 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.

    For Config Custom Policy rules, this field will be ignored.

  • owner :: Owner

    Indicates whether Amazon Web Services or the customer owns and manages the Config rule.

    Config Managed Rules are predefined rules owned by Amazon Web Services. For more information, see Config Managed Rules in the Config developer guide.

    Config Custom Rules are rules that you can develop either with Guard (CUSTOM_POLICY) or Lambda (CUSTOM_LAMBDA). For more information, see Config Custom Rules in the Config developer guide.

Instances

Instances details
FromJSON Source Source # 
Instance details

Defined in Amazonka.Config.Types.Source

ToJSON 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 #

Read Source Source # 
Instance details

Defined in Amazonka.Config.Types.Source

Show Source Source # 
Instance details

Defined in Amazonka.Config.Types.Source

NFData Source Source # 
Instance details

Defined in Amazonka.Config.Types.Source

Methods

rnf :: Source -> () #

Eq Source Source # 
Instance details

Defined in Amazonka.Config.Types.Source

Methods

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

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

Hashable Source Source # 
Instance details

Defined in Amazonka.Config.Types.Source

Methods

hashWithSalt :: Int -> Source -> Int #

hash :: Source -> Int #

type Rep Source Source # 
Instance details

Defined in Amazonka.Config.Types.Source

type Rep Source = D1 ('MetaData "Source" "Amazonka.Config.Types.Source" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "Source'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "customPolicyDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomPolicyDetails)) :*: S1 ('MetaSel ('Just "sourceDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SourceDetail]))) :*: (S1 ('MetaSel ('Just "sourceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "owner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Owner))))

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:customPolicyDetails:Source', source_customPolicyDetails - Provides the runtime system, policy definition, and whether debug logging is enabled. Required when owner is set to CUSTOM_POLICY.

$sel:sourceDetails:Source', source_sourceDetails - Provides the source and the message types that cause 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.

If the owner is set to CUSTOM_POLICY, the only acceptable values for the Config rule trigger message type are ConfigurationItemChangeNotification and OversizedConfigurationItemChangeNotification.

$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 List of Config Managed Rules.

For Config Custom Lambda 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.

For Config Custom Policy rules, this field will be ignored.

$sel:owner:Source', source_owner - Indicates whether Amazon Web Services or the customer owns and manages the Config rule.

Config Managed Rules are predefined rules owned by Amazon Web Services. For more information, see Config Managed Rules in the Config developer guide.

Config Custom Rules are rules that you can develop either with Guard (CUSTOM_POLICY) or Lambda (CUSTOM_LAMBDA). For more information, see Config Custom Rules in the Config developer guide.

source_customPolicyDetails :: Lens' Source (Maybe CustomPolicyDetails) Source #

Provides the runtime system, policy definition, and whether debug logging is enabled. Required when owner is set to CUSTOM_POLICY.

source_sourceDetails :: Lens' Source (Maybe [SourceDetail]) Source #

Provides the source and the message types that cause 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.

If the owner is set to CUSTOM_POLICY, the only acceptable values for the Config rule trigger message type are ConfigurationItemChangeNotification and OversizedConfigurationItemChangeNotification.

source_sourceIdentifier :: Lens' Source (Maybe 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 List of Config Managed Rules.

For Config Custom Lambda 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.

For Config Custom Policy rules, this field will be ignored.

source_owner :: Lens' Source Owner Source #

Indicates whether Amazon Web Services or the customer owns and manages the Config rule.

Config Managed Rules are predefined rules owned by Amazon Web Services. For more information, see Config Managed Rules in the Config developer guide.

Config Custom Rules are rules that you can develop either with Guard (CUSTOM_POLICY) or Lambda (CUSTOM_LAMBDA). For more information, see Config Custom Rules in the Config developer guide.

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

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

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

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

Instances

Instances details
FromJSON SourceDetail Source # 
Instance details

Defined in Amazonka.Config.Types.SourceDetail

ToJSON 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 #

Read SourceDetail Source # 
Instance details

Defined in Amazonka.Config.Types.SourceDetail

Show SourceDetail Source # 
Instance details

Defined in Amazonka.Config.Types.SourceDetail

NFData SourceDetail Source # 
Instance details

Defined in Amazonka.Config.Types.SourceDetail

Methods

rnf :: SourceDetail -> () #

Eq SourceDetail Source # 
Instance details

Defined in Amazonka.Config.Types.SourceDetail

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "SourceDetail'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventSource)) :*: (S1 ('MetaSel ('Just "maximumExecutionFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MaximumExecutionFrequency)) :*: S1 ('MetaSel ('Just "messageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MessageType)))))

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

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

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.

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

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
FromJSON SsmControls Source # 
Instance details

Defined in Amazonka.Config.Types.SsmControls

ToJSON 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 #

Read SsmControls Source # 
Instance details

Defined in Amazonka.Config.Types.SsmControls

Show SsmControls Source # 
Instance details

Defined in Amazonka.Config.Types.SsmControls

NFData SsmControls Source # 
Instance details

Defined in Amazonka.Config.Types.SsmControls

Methods

rnf :: SsmControls -> () #

Eq SsmControls Source # 
Instance details

Defined in Amazonka.Config.Types.SsmControls

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" '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
FromJSON StaticValue Source # 
Instance details

Defined in Amazonka.Config.Types.StaticValue

ToJSON 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 #

Read StaticValue Source # 
Instance details

Defined in Amazonka.Config.Types.StaticValue

Show StaticValue Source # 
Instance details

Defined in Amazonka.Config.Types.StaticValue

NFData StaticValue Source # 
Instance details

Defined in Amazonka.Config.Types.StaticValue

Methods

rnf :: StaticValue -> () #

Eq StaticValue Source # 
Instance details

Defined in Amazonka.Config.Types.StaticValue

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" '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

  • accountId :: Maybe Text

    The 12-digit account ID of the member account within an organization.

  • memberAccountRuleStatus :: Maybe MemberAccountRuleStatus

    Indicates deployment status for Config rule in the member account. When management account calls PutOrganizationConfigRule action for the first time, Config rule status is created in the member account. When management account calls PutOrganizationConfigRule action for the second time, Config rule status is updated in the member account. Config rule status is deleted when the management 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
ToJSON 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 #

Read StatusDetailFilters Source # 
Instance details

Defined in Amazonka.Config.Types.StatusDetailFilters

Show StatusDetailFilters Source # 
Instance details

Defined in Amazonka.Config.Types.StatusDetailFilters

NFData StatusDetailFilters Source # 
Instance details

Defined in Amazonka.Config.Types.StatusDetailFilters

Methods

rnf :: StatusDetailFilters -> () #

Eq StatusDetailFilters Source # 
Instance details

Defined in Amazonka.Config.Types.StatusDetailFilters

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "StatusDetailFilters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "memberAccountRuleStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MemberAccountRuleStatus))))

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:accountId:StatusDetailFilters', statusDetailFilters_accountId - The 12-digit account ID of the member account within an organization.

$sel:memberAccountRuleStatus:StatusDetailFilters', statusDetailFilters_memberAccountRuleStatus - Indicates deployment status for Config rule in the member account. When management account calls PutOrganizationConfigRule action for the first time, Config rule status is created in the member account. When management account calls PutOrganizationConfigRule action for the second time, Config rule status is updated in the member account. Config rule status is deleted when the management 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.

statusDetailFilters_memberAccountRuleStatus :: Lens' StatusDetailFilters (Maybe MemberAccountRuleStatus) Source #

Indicates deployment status for Config rule in the member account. When management account calls PutOrganizationConfigRule action for the first time, Config rule status is created in the member account. When management account calls PutOrganizationConfigRule action for the second time, Config rule status is updated in the member account. Config rule status is deleted when the management 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.

StoredQuery

data StoredQuery Source #

Provides the details of a stored query.

See: newStoredQuery smart constructor.

Constructors

StoredQuery' 

Fields

  • description :: Maybe Text

    A unique description for the query.

  • 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'.

  • queryArn :: Maybe Text

    Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.

  • queryId :: Maybe Text

    The ID of the query.

  • queryName :: Text

    The name of the query.

Instances

Instances details
FromJSON StoredQuery Source # 
Instance details

Defined in Amazonka.Config.Types.StoredQuery

ToJSON 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 #

Read StoredQuery Source # 
Instance details

Defined in Amazonka.Config.Types.StoredQuery

Show StoredQuery Source # 
Instance details

Defined in Amazonka.Config.Types.StoredQuery

NFData StoredQuery Source # 
Instance details

Defined in Amazonka.Config.Types.StoredQuery

Methods

rnf :: StoredQuery -> () #

Eq StoredQuery Source # 
Instance details

Defined in Amazonka.Config.Types.StoredQuery

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "StoredQuery'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "expression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "queryArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "queryId") '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:description:StoredQuery', storedQuery_description - A unique description for the query.

$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: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:queryId:StoredQuery', storedQuery_queryId - The ID of the query.

$sel:queryName:StoredQuery', storedQuery_queryName - The name of the query.

storedQuery_description :: Lens' StoredQuery (Maybe Text) Source #

A unique description for the query.

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

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
FromJSON 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 #

Read StoredQueryMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.StoredQueryMetadata

Show StoredQueryMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.StoredQueryMetadata

NFData StoredQueryMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.StoredQueryMetadata

Methods

rnf :: StoredQueryMetadata -> () #

Eq StoredQueryMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.StoredQueryMetadata

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" '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

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

  • 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).

Instances

Instances details
FromJSON Tag Source # 
Instance details

Defined in Amazonka.Config.Types.Tag

ToJSON Tag Source # 
Instance details

Defined in Amazonka.Config.Types.Tag

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 #

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 #

NFData Tag Source # 
Instance details

Defined in Amazonka.Config.Types.Tag

Methods

rnf :: Tag -> () #

Eq Tag Source # 
Instance details

Defined in Amazonka.Config.Types.Tag

Methods

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

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

Hashable Tag Source # 
Instance details

Defined in Amazonka.Config.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

type Rep Tag Source # 
Instance details

Defined in Amazonka.Config.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.Config.Types.Tag" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") '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: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.

$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).

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.

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

TemplateSSMDocumentDetails

data TemplateSSMDocumentDetails Source #

This API allows you to create a conformance pack template with an Amazon Web Services Systems Manager document (SSM document). To deploy a conformance pack using an SSM document, first create an SSM document with conformance pack content, and then provide the DocumentName in the PutConformancePack API. You can also provide the DocumentVersion.

The TemplateSSMDocumentDetails object contains the name of the SSM document and the version of the SSM document.

See: newTemplateSSMDocumentDetails smart constructor.

Constructors

TemplateSSMDocumentDetails' 

Fields

  • documentVersion :: Maybe Text

    The version of the SSM document to use to create a conformance pack. By default, Config uses the latest version.

    This field is optional.

  • documentName :: Text

    The name or Amazon Resource Name (ARN) of the SSM document to use to create a conformance pack. If you use the document name, Config checks only your account and Amazon Web Services Region for the SSM document. If you want to use an SSM document from another Region or account, you must provide the ARN.

Instances

Instances details
FromJSON TemplateSSMDocumentDetails Source # 
Instance details

Defined in Amazonka.Config.Types.TemplateSSMDocumentDetails

ToJSON TemplateSSMDocumentDetails Source # 
Instance details

Defined in Amazonka.Config.Types.TemplateSSMDocumentDetails

Generic TemplateSSMDocumentDetails Source # 
Instance details

Defined in Amazonka.Config.Types.TemplateSSMDocumentDetails

Associated Types

type Rep TemplateSSMDocumentDetails :: Type -> Type #

Read TemplateSSMDocumentDetails Source # 
Instance details

Defined in Amazonka.Config.Types.TemplateSSMDocumentDetails

Show TemplateSSMDocumentDetails Source # 
Instance details

Defined in Amazonka.Config.Types.TemplateSSMDocumentDetails

NFData TemplateSSMDocumentDetails Source # 
Instance details

Defined in Amazonka.Config.Types.TemplateSSMDocumentDetails

Eq TemplateSSMDocumentDetails Source # 
Instance details

Defined in Amazonka.Config.Types.TemplateSSMDocumentDetails

Hashable TemplateSSMDocumentDetails Source # 
Instance details

Defined in Amazonka.Config.Types.TemplateSSMDocumentDetails

type Rep TemplateSSMDocumentDetails Source # 
Instance details

Defined in Amazonka.Config.Types.TemplateSSMDocumentDetails

type Rep TemplateSSMDocumentDetails = D1 ('MetaData "TemplateSSMDocumentDetails" "Amazonka.Config.Types.TemplateSSMDocumentDetails" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "TemplateSSMDocumentDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "documentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "documentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTemplateSSMDocumentDetails Source #

Create a value of TemplateSSMDocumentDetails 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:documentVersion:TemplateSSMDocumentDetails', templateSSMDocumentDetails_documentVersion - The version of the SSM document to use to create a conformance pack. By default, Config uses the latest version.

This field is optional.

$sel:documentName:TemplateSSMDocumentDetails', templateSSMDocumentDetails_documentName - The name or Amazon Resource Name (ARN) of the SSM document to use to create a conformance pack. If you use the document name, Config checks only your account and Amazon Web Services Region for the SSM document. If you want to use an SSM document from another Region or account, you must provide the ARN.

templateSSMDocumentDetails_documentVersion :: Lens' TemplateSSMDocumentDetails (Maybe Text) Source #

The version of the SSM document to use to create a conformance pack. By default, Config uses the latest version.

This field is optional.

templateSSMDocumentDetails_documentName :: Lens' TemplateSSMDocumentDetails Text Source #

The name or Amazon Resource Name (ARN) of the SSM document to use to create a conformance pack. If you use the document name, Config checks only your account and Amazon Web Services Region for the SSM document. If you want to use an SSM document from another Region or account, you must provide the ARN.

TimeWindow

data TimeWindow Source #

Filters evaluation results based on start and end times.

See: newTimeWindow smart constructor.

Constructors

TimeWindow' 

Fields

Instances

Instances details
ToJSON TimeWindow Source # 
Instance details

Defined in Amazonka.Config.Types.TimeWindow

Generic TimeWindow Source # 
Instance details

Defined in Amazonka.Config.Types.TimeWindow

Associated Types

type Rep TimeWindow :: Type -> Type #

Read TimeWindow Source # 
Instance details

Defined in Amazonka.Config.Types.TimeWindow

Show TimeWindow Source # 
Instance details

Defined in Amazonka.Config.Types.TimeWindow

NFData TimeWindow Source # 
Instance details

Defined in Amazonka.Config.Types.TimeWindow

Methods

rnf :: TimeWindow -> () #

Eq TimeWindow Source # 
Instance details

Defined in Amazonka.Config.Types.TimeWindow

Hashable TimeWindow Source # 
Instance details

Defined in Amazonka.Config.Types.TimeWindow

type Rep TimeWindow Source # 
Instance details

Defined in Amazonka.Config.Types.TimeWindow

type Rep TimeWindow = D1 ('MetaData "TimeWindow" "Amazonka.Config.Types.TimeWindow" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "TimeWindow'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))

newTimeWindow :: TimeWindow Source #

Create a value of TimeWindow 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:endTime:TimeWindow', timeWindow_endTime - The end time of an execution. The end time must be after the start date.

$sel:startTime:TimeWindow', timeWindow_startTime - The start time of an execution.

timeWindow_endTime :: Lens' TimeWindow (Maybe UTCTime) Source #

The end time of an execution. The end time must be after the start date.

timeWindow_startTime :: Lens' TimeWindow (Maybe UTCTime) Source #

The start time of an execution.