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

Contents

Description

Derived from API version 2014-11-12 of the AWS service descriptions, licensed under Apache 2.0.

Config

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

You can access and manage Config through the Amazon Web Services Management Console, the Amazon Web Services Command Line Interface (Amazon Web Services CLI), the Config API, or the Amazon Web Services SDKs for Config. This reference guide contains documentation for the Config API and the Amazon Web Services CLI commands that you can use to manage Config. The Config API uses the Signature Version 4 protocol for signing requests. For more information about how to sign a request with this protocol, see Signature Version 4 Signing Process. For detailed information about Config features and their associated actions or commands, as well as how to work with Amazon Web Services Management Console, see What Is Config in the Config Developer Guide.

Synopsis

Service Configuration

defaultService :: Service Source #

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

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by Config.

ConformancePackTemplateValidationException

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

You have specified a template that is invalid or supported.

IdempotentParameterMismatch

_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

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

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

InsufficientPermissionsException

_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

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

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

InvalidDeliveryChannelNameException

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

The specified delivery channel name is invalid.

InvalidExpressionException

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

The syntax of the query is incorrect.

InvalidLimitException

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

The specified limit is outside the allowable range.

InvalidNextTokenException

_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

_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

_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

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

The specified ResultToken is invalid.

InvalidRoleException

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

You have provided a null or empty role ARN.

InvalidS3KeyPrefixException

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

The specified Amazon S3 key prefix is invalid.

InvalidS3KmsKeyArnException

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

The specified Amazon KMS Key ARN is invalid.

InvalidSNSTopicARNException

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

The specified Amazon SNS topic does not exist.

InvalidTimeRangeException

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

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

LastDeliveryChannelDeleteFailedException

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

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

LimitExceededException

_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

_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

_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

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

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

MaxNumberOfConformancePacksExceededException

_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

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

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

MaxNumberOfOrganizationConfigRulesExceededException

_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

_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

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

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

NoAvailableConfigurationRecorderException

_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

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

There is no delivery channel available to record configurations.

NoAvailableOrganizationException

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

Organization is no longer available.

NoRunningConfigurationRecorderException

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

There is no configuration recorder running.

NoSuchBucketException

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

The specified Amazon S3 bucket does not exist.

NoSuchConfigRuleException

_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

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

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

NoSuchConfigurationAggregatorException

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

You have specified a configuration aggregator that does not exist.

NoSuchConfigurationRecorderException

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

You have specified a configuration recorder that does not exist.

NoSuchConformancePackException

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

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

NoSuchDeliveryChannelException

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

You have specified a delivery channel that does not exist.

NoSuchOrganizationConfigRuleException

_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

_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

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

You specified an Config rule without a remediation configuration.

NoSuchRemediationExceptionException

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

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

NoSuchRetentionConfigurationException

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

You have specified a retention configuration that does not exist.

OrganizationAccessDeniedException

_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

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

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

OrganizationConformancePackTemplateValidationException

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

You have specified a template that is invalid or supported.

OversizedConfigurationItemException

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

The configuration item size is outside the allowable range.

RemediationInProgressException

_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

_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

_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

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

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

ResourceNotFoundException

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

You have specified a resource that does not exist.

TooManyTagsException

_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

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

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

BatchGetAggregateResourceConfig

data BatchGetAggregateResourceConfig Source #

See: newBatchGetAggregateResourceConfig smart constructor.

Instances

Instances details
ToJSON BatchGetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.BatchGetAggregateResourceConfig

ToHeaders BatchGetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.BatchGetAggregateResourceConfig

ToPath BatchGetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.BatchGetAggregateResourceConfig

ToQuery BatchGetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.BatchGetAggregateResourceConfig

AWSRequest BatchGetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.BatchGetAggregateResourceConfig

Generic BatchGetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.BatchGetAggregateResourceConfig

Associated Types

type Rep BatchGetAggregateResourceConfig :: Type -> Type #

Read BatchGetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.BatchGetAggregateResourceConfig

Show BatchGetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.BatchGetAggregateResourceConfig

NFData BatchGetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.BatchGetAggregateResourceConfig

Eq BatchGetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.BatchGetAggregateResourceConfig

Hashable BatchGetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.BatchGetAggregateResourceConfig

type AWSResponse BatchGetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.BatchGetAggregateResourceConfig

type Rep BatchGetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.BatchGetAggregateResourceConfig

type Rep BatchGetAggregateResourceConfig = D1 ('MetaData "BatchGetAggregateResourceConfig" "Amazonka.Config.BatchGetAggregateResourceConfig" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "BatchGetAggregateResourceConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationAggregatorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceIdentifiers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty AggregateResourceIdentifier))))

newBatchGetAggregateResourceConfig Source #

Create a value of BatchGetAggregateResourceConfig with all optional fields omitted.

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

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

BatchGetAggregateResourceConfig, batchGetAggregateResourceConfig_configurationAggregatorName - The name of the configuration aggregator.

$sel:resourceIdentifiers:BatchGetAggregateResourceConfig', batchGetAggregateResourceConfig_resourceIdentifiers - A list of aggregate ResourceIdentifiers objects.

data BatchGetAggregateResourceConfigResponse Source #

Instances

Instances details
Generic BatchGetAggregateResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.BatchGetAggregateResourceConfig

Read BatchGetAggregateResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.BatchGetAggregateResourceConfig

Show BatchGetAggregateResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.BatchGetAggregateResourceConfig

NFData BatchGetAggregateResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.BatchGetAggregateResourceConfig

Eq BatchGetAggregateResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.BatchGetAggregateResourceConfig

type Rep BatchGetAggregateResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.BatchGetAggregateResourceConfig

type Rep BatchGetAggregateResourceConfigResponse = D1 ('MetaData "BatchGetAggregateResourceConfigResponse" "Amazonka.Config.BatchGetAggregateResourceConfig" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "BatchGetAggregateResourceConfigResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "baseConfigurationItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BaseConfigurationItem])) :*: (S1 ('MetaSel ('Just "unprocessedResourceIdentifiers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AggregateResourceIdentifier])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newBatchGetAggregateResourceConfigResponse Source #

Create a value of BatchGetAggregateResourceConfigResponse with all optional fields omitted.

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

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

$sel:baseConfigurationItems:BatchGetAggregateResourceConfigResponse', batchGetAggregateResourceConfigResponse_baseConfigurationItems - A list that contains the current configuration of one or more resources.

$sel:unprocessedResourceIdentifiers:BatchGetAggregateResourceConfigResponse', batchGetAggregateResourceConfigResponse_unprocessedResourceIdentifiers - A list of resource identifiers that were not processed with current scope. The list is empty if all the resources are processed.

$sel:httpStatus:BatchGetAggregateResourceConfigResponse', batchGetAggregateResourceConfigResponse_httpStatus - The response's http status code.

BatchGetResourceConfig

data BatchGetResourceConfig Source #

See: newBatchGetResourceConfig smart constructor.

Instances

Instances details
ToJSON BatchGetResourceConfig Source # 
Instance details

Defined in Amazonka.Config.BatchGetResourceConfig

ToHeaders BatchGetResourceConfig Source # 
Instance details

Defined in Amazonka.Config.BatchGetResourceConfig

ToPath BatchGetResourceConfig Source # 
Instance details

Defined in Amazonka.Config.BatchGetResourceConfig

ToQuery BatchGetResourceConfig Source # 
Instance details

Defined in Amazonka.Config.BatchGetResourceConfig

AWSRequest BatchGetResourceConfig Source # 
Instance details

Defined in Amazonka.Config.BatchGetResourceConfig

Associated Types

type AWSResponse BatchGetResourceConfig #

Generic BatchGetResourceConfig Source # 
Instance details

Defined in Amazonka.Config.BatchGetResourceConfig

Associated Types

type Rep BatchGetResourceConfig :: Type -> Type #

Read BatchGetResourceConfig Source # 
Instance details

Defined in Amazonka.Config.BatchGetResourceConfig

Show BatchGetResourceConfig Source # 
Instance details

Defined in Amazonka.Config.BatchGetResourceConfig

NFData BatchGetResourceConfig Source # 
Instance details

Defined in Amazonka.Config.BatchGetResourceConfig

Methods

rnf :: BatchGetResourceConfig -> () #

Eq BatchGetResourceConfig Source # 
Instance details

Defined in Amazonka.Config.BatchGetResourceConfig

Hashable BatchGetResourceConfig Source # 
Instance details

Defined in Amazonka.Config.BatchGetResourceConfig

type AWSResponse BatchGetResourceConfig Source # 
Instance details

Defined in Amazonka.Config.BatchGetResourceConfig

type Rep BatchGetResourceConfig Source # 
Instance details

Defined in Amazonka.Config.BatchGetResourceConfig

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

newBatchGetResourceConfig Source #

Create a value of BatchGetResourceConfig with all optional fields omitted.

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

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

$sel:resourceKeys:BatchGetResourceConfig', batchGetResourceConfig_resourceKeys - A list of resource keys to be processed with the current request. Each element in the list consists of the resource type and resource ID.

data BatchGetResourceConfigResponse Source #

See: newBatchGetResourceConfigResponse smart constructor.

Instances

Instances details
Generic BatchGetResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.BatchGetResourceConfig

Associated Types

type Rep BatchGetResourceConfigResponse :: Type -> Type #

Read BatchGetResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.BatchGetResourceConfig

Show BatchGetResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.BatchGetResourceConfig

NFData BatchGetResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.BatchGetResourceConfig

Eq BatchGetResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.BatchGetResourceConfig

type Rep BatchGetResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.BatchGetResourceConfig

type Rep BatchGetResourceConfigResponse = D1 ('MetaData "BatchGetResourceConfigResponse" "Amazonka.Config.BatchGetResourceConfig" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "BatchGetResourceConfigResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "baseConfigurationItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BaseConfigurationItem])) :*: (S1 ('MetaSel ('Just "unprocessedResourceKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ResourceKey))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newBatchGetResourceConfigResponse Source #

Create a value of BatchGetResourceConfigResponse with all optional fields omitted.

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

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

$sel:baseConfigurationItems:BatchGetResourceConfigResponse', batchGetResourceConfigResponse_baseConfigurationItems - A list that contains the current configuration of one or more resources.

$sel:unprocessedResourceKeys:BatchGetResourceConfigResponse', batchGetResourceConfigResponse_unprocessedResourceKeys - A list of resource keys that were not processed with the current response. The unprocessesResourceKeys value is in the same form as ResourceKeys, so the value can be directly provided to a subsequent BatchGetResourceConfig operation. If there are no unprocessed resource keys, the response contains an empty unprocessedResourceKeys list.

$sel:httpStatus:BatchGetResourceConfigResponse', batchGetResourceConfigResponse_httpStatus - The response's http status code.

DeleteAggregationAuthorization

data DeleteAggregationAuthorization Source #

See: newDeleteAggregationAuthorization smart constructor.

Instances

Instances details
ToJSON DeleteAggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.DeleteAggregationAuthorization

ToHeaders DeleteAggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.DeleteAggregationAuthorization

ToPath DeleteAggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.DeleteAggregationAuthorization

ToQuery DeleteAggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.DeleteAggregationAuthorization

AWSRequest DeleteAggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.DeleteAggregationAuthorization

Generic DeleteAggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.DeleteAggregationAuthorization

Associated Types

type Rep DeleteAggregationAuthorization :: Type -> Type #

Read DeleteAggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.DeleteAggregationAuthorization

Show DeleteAggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.DeleteAggregationAuthorization

NFData DeleteAggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.DeleteAggregationAuthorization

Eq DeleteAggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.DeleteAggregationAuthorization

Hashable DeleteAggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.DeleteAggregationAuthorization

type AWSResponse DeleteAggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.DeleteAggregationAuthorization

type Rep DeleteAggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.DeleteAggregationAuthorization

type Rep DeleteAggregationAuthorization = D1 ('MetaData "DeleteAggregationAuthorization" "Amazonka.Config.DeleteAggregationAuthorization" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DeleteAggregationAuthorization'" 'PrefixI 'True) (S1 ('MetaSel ('Just "authorizedAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "authorizedAwsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteAggregationAuthorization Source #

Create a value of DeleteAggregationAuthorization with all optional fields omitted.

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

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

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

DeleteAggregationAuthorization, deleteAggregationAuthorization_authorizedAwsRegion - The region authorized to collect aggregated data.

data DeleteAggregationAuthorizationResponse Source #

Instances

Instances details
Generic DeleteAggregationAuthorizationResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteAggregationAuthorization

Read DeleteAggregationAuthorizationResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteAggregationAuthorization

Show DeleteAggregationAuthorizationResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteAggregationAuthorization

NFData DeleteAggregationAuthorizationResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteAggregationAuthorization

Eq DeleteAggregationAuthorizationResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteAggregationAuthorization

type Rep DeleteAggregationAuthorizationResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteAggregationAuthorization

type Rep DeleteAggregationAuthorizationResponse = D1 ('MetaData "DeleteAggregationAuthorizationResponse" "Amazonka.Config.DeleteAggregationAuthorization" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DeleteAggregationAuthorizationResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteAggregationAuthorizationResponse :: DeleteAggregationAuthorizationResponse Source #

Create a value of DeleteAggregationAuthorizationResponse with all optional fields omitted.

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

DeleteConfigRule

data DeleteConfigRule Source #

See: newDeleteConfigRule smart constructor.

Constructors

DeleteConfigRule' Text 

Instances

Instances details
ToJSON DeleteConfigRule Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigRule

ToHeaders DeleteConfigRule Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigRule

ToPath DeleteConfigRule Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigRule

ToQuery DeleteConfigRule Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigRule

AWSRequest DeleteConfigRule Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigRule

Associated Types

type AWSResponse DeleteConfigRule #

Generic DeleteConfigRule Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigRule

Associated Types

type Rep DeleteConfigRule :: Type -> Type #

Read DeleteConfigRule Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigRule

Show DeleteConfigRule Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigRule

NFData DeleteConfigRule Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigRule

Methods

rnf :: DeleteConfigRule -> () #

Eq DeleteConfigRule Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigRule

Hashable DeleteConfigRule Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigRule

type AWSResponse DeleteConfigRule Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigRule

type Rep DeleteConfigRule Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigRule

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

newDeleteConfigRule Source #

Create a value of DeleteConfigRule with all optional fields omitted.

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

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

DeleteConfigRule, deleteConfigRule_configRuleName - The name of the Config rule that you want to delete.

data DeleteConfigRuleResponse Source #

See: newDeleteConfigRuleResponse smart constructor.

Instances

Instances details
Generic DeleteConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigRule

Associated Types

type Rep DeleteConfigRuleResponse :: Type -> Type #

Read DeleteConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigRule

Show DeleteConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigRule

NFData DeleteConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigRule

Eq DeleteConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigRule

type Rep DeleteConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigRule

type Rep DeleteConfigRuleResponse = D1 ('MetaData "DeleteConfigRuleResponse" "Amazonka.Config.DeleteConfigRule" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DeleteConfigRuleResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteConfigRuleResponse :: DeleteConfigRuleResponse Source #

Create a value of DeleteConfigRuleResponse with all optional fields omitted.

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

DeleteConfigurationAggregator

data DeleteConfigurationAggregator Source #

See: newDeleteConfigurationAggregator smart constructor.

Instances

Instances details
ToJSON DeleteConfigurationAggregator Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationAggregator

ToHeaders DeleteConfigurationAggregator Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationAggregator

ToPath DeleteConfigurationAggregator Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationAggregator

ToQuery DeleteConfigurationAggregator Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationAggregator

AWSRequest DeleteConfigurationAggregator Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationAggregator

Generic DeleteConfigurationAggregator Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationAggregator

Associated Types

type Rep DeleteConfigurationAggregator :: Type -> Type #

Read DeleteConfigurationAggregator Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationAggregator

Show DeleteConfigurationAggregator Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationAggregator

NFData DeleteConfigurationAggregator Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationAggregator

Eq DeleteConfigurationAggregator Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationAggregator

Hashable DeleteConfigurationAggregator Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationAggregator

type AWSResponse DeleteConfigurationAggregator Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationAggregator

type Rep DeleteConfigurationAggregator Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationAggregator

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

newDeleteConfigurationAggregator Source #

Create a value of DeleteConfigurationAggregator with all optional fields omitted.

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

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

DeleteConfigurationAggregator, deleteConfigurationAggregator_configurationAggregatorName - The name of the configuration aggregator.

data DeleteConfigurationAggregatorResponse Source #

Instances

Instances details
Generic DeleteConfigurationAggregatorResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationAggregator

Read DeleteConfigurationAggregatorResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationAggregator

Show DeleteConfigurationAggregatorResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationAggregator

NFData DeleteConfigurationAggregatorResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationAggregator

Eq DeleteConfigurationAggregatorResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationAggregator

type Rep DeleteConfigurationAggregatorResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationAggregator

type Rep DeleteConfigurationAggregatorResponse = D1 ('MetaData "DeleteConfigurationAggregatorResponse" "Amazonka.Config.DeleteConfigurationAggregator" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DeleteConfigurationAggregatorResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteConfigurationAggregatorResponse :: DeleteConfigurationAggregatorResponse Source #

Create a value of DeleteConfigurationAggregatorResponse with all optional fields omitted.

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

DeleteConfigurationRecorder

data DeleteConfigurationRecorder Source #

The request object for the DeleteConfigurationRecorder action.

See: newDeleteConfigurationRecorder smart constructor.

Instances

Instances details
ToJSON DeleteConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationRecorder

ToHeaders DeleteConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationRecorder

ToPath DeleteConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationRecorder

ToQuery DeleteConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationRecorder

AWSRequest DeleteConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationRecorder

Generic DeleteConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationRecorder

Associated Types

type Rep DeleteConfigurationRecorder :: Type -> Type #

Read DeleteConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationRecorder

Show DeleteConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationRecorder

NFData DeleteConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationRecorder

Eq DeleteConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationRecorder

Hashable DeleteConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationRecorder

type AWSResponse DeleteConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationRecorder

type Rep DeleteConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationRecorder

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

newDeleteConfigurationRecorder Source #

Create a value of DeleteConfigurationRecorder with all optional fields omitted.

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

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

$sel:configurationRecorderName:DeleteConfigurationRecorder', deleteConfigurationRecorder_configurationRecorderName - The name of the configuration recorder to be deleted. You can retrieve the name of your configuration recorder by using the DescribeConfigurationRecorders action.

data DeleteConfigurationRecorderResponse Source #

Instances

Instances details
Generic DeleteConfigurationRecorderResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationRecorder

Read DeleteConfigurationRecorderResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationRecorder

Show DeleteConfigurationRecorderResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationRecorder

NFData DeleteConfigurationRecorderResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationRecorder

Eq DeleteConfigurationRecorderResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationRecorder

type Rep DeleteConfigurationRecorderResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteConfigurationRecorder

type Rep DeleteConfigurationRecorderResponse = D1 ('MetaData "DeleteConfigurationRecorderResponse" "Amazonka.Config.DeleteConfigurationRecorder" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DeleteConfigurationRecorderResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteConfigurationRecorderResponse :: DeleteConfigurationRecorderResponse Source #

Create a value of DeleteConfigurationRecorderResponse with all optional fields omitted.

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

DeleteConformancePack

data DeleteConformancePack Source #

See: newDeleteConformancePack smart constructor.

Instances

Instances details
ToJSON DeleteConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

ToHeaders DeleteConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

ToPath DeleteConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

ToQuery DeleteConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

AWSRequest DeleteConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

Associated Types

type AWSResponse DeleteConformancePack #

Generic DeleteConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

Associated Types

type Rep DeleteConformancePack :: Type -> Type #

Read DeleteConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

Show DeleteConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

NFData DeleteConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

Methods

rnf :: DeleteConformancePack -> () #

Eq DeleteConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

Hashable DeleteConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

type AWSResponse DeleteConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

type Rep DeleteConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

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

newDeleteConformancePack Source #

Create a value of DeleteConformancePack with all optional fields omitted.

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

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

DeleteConformancePack, deleteConformancePack_conformancePackName - Name of the conformance pack you want to delete.

data DeleteConformancePackResponse Source #

See: newDeleteConformancePackResponse smart constructor.

Instances

Instances details
Generic DeleteConformancePackResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

Associated Types

type Rep DeleteConformancePackResponse :: Type -> Type #

Read DeleteConformancePackResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

Show DeleteConformancePackResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

NFData DeleteConformancePackResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

Eq DeleteConformancePackResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

type Rep DeleteConformancePackResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteConformancePack

type Rep DeleteConformancePackResponse = D1 ('MetaData "DeleteConformancePackResponse" "Amazonka.Config.DeleteConformancePack" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DeleteConformancePackResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteConformancePackResponse :: DeleteConformancePackResponse Source #

Create a value of DeleteConformancePackResponse with all optional fields omitted.

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

DeleteDeliveryChannel

data DeleteDeliveryChannel Source #

The input for the DeleteDeliveryChannel action. The action accepts the following data, in JSON format.

See: newDeleteDeliveryChannel smart constructor.

Instances

Instances details
ToJSON DeleteDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.DeleteDeliveryChannel

ToHeaders DeleteDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.DeleteDeliveryChannel

ToPath DeleteDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.DeleteDeliveryChannel

ToQuery DeleteDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.DeleteDeliveryChannel

AWSRequest DeleteDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.DeleteDeliveryChannel

Associated Types

type AWSResponse DeleteDeliveryChannel #

Generic DeleteDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.DeleteDeliveryChannel

Associated Types

type Rep DeleteDeliveryChannel :: Type -> Type #

Read DeleteDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.DeleteDeliveryChannel

Show DeleteDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.DeleteDeliveryChannel

NFData DeleteDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.DeleteDeliveryChannel

Methods

rnf :: DeleteDeliveryChannel -> () #

Eq DeleteDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.DeleteDeliveryChannel

Hashable DeleteDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.DeleteDeliveryChannel

type AWSResponse DeleteDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.DeleteDeliveryChannel

type Rep DeleteDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.DeleteDeliveryChannel

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

newDeleteDeliveryChannel Source #

Create a value of DeleteDeliveryChannel with all optional fields omitted.

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

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

$sel:deliveryChannelName:DeleteDeliveryChannel', deleteDeliveryChannel_deliveryChannelName - The name of the delivery channel to delete.

data DeleteDeliveryChannelResponse Source #

See: newDeleteDeliveryChannelResponse smart constructor.

Instances

Instances details
Generic DeleteDeliveryChannelResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteDeliveryChannel

Associated Types

type Rep DeleteDeliveryChannelResponse :: Type -> Type #

Read DeleteDeliveryChannelResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteDeliveryChannel

Show DeleteDeliveryChannelResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteDeliveryChannel

NFData DeleteDeliveryChannelResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteDeliveryChannel

Eq DeleteDeliveryChannelResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteDeliveryChannel

type Rep DeleteDeliveryChannelResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteDeliveryChannel

type Rep DeleteDeliveryChannelResponse = D1 ('MetaData "DeleteDeliveryChannelResponse" "Amazonka.Config.DeleteDeliveryChannel" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DeleteDeliveryChannelResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteDeliveryChannelResponse :: DeleteDeliveryChannelResponse Source #

Create a value of DeleteDeliveryChannelResponse with all optional fields omitted.

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

DeleteEvaluationResults

data DeleteEvaluationResults Source #

See: newDeleteEvaluationResults smart constructor.

Instances

Instances details
ToJSON DeleteEvaluationResults Source # 
Instance details

Defined in Amazonka.Config.DeleteEvaluationResults

ToHeaders DeleteEvaluationResults Source # 
Instance details

Defined in Amazonka.Config.DeleteEvaluationResults

ToPath DeleteEvaluationResults Source # 
Instance details

Defined in Amazonka.Config.DeleteEvaluationResults

ToQuery DeleteEvaluationResults Source # 
Instance details

Defined in Amazonka.Config.DeleteEvaluationResults

AWSRequest DeleteEvaluationResults Source # 
Instance details

Defined in Amazonka.Config.DeleteEvaluationResults

Generic DeleteEvaluationResults Source # 
Instance details

Defined in Amazonka.Config.DeleteEvaluationResults

Associated Types

type Rep DeleteEvaluationResults :: Type -> Type #

Read DeleteEvaluationResults Source # 
Instance details

Defined in Amazonka.Config.DeleteEvaluationResults

Show DeleteEvaluationResults Source # 
Instance details

Defined in Amazonka.Config.DeleteEvaluationResults

NFData DeleteEvaluationResults Source # 
Instance details

Defined in Amazonka.Config.DeleteEvaluationResults

Methods

rnf :: DeleteEvaluationResults -> () #

Eq DeleteEvaluationResults Source # 
Instance details

Defined in Amazonka.Config.DeleteEvaluationResults

Hashable DeleteEvaluationResults Source # 
Instance details

Defined in Amazonka.Config.DeleteEvaluationResults

type AWSResponse DeleteEvaluationResults Source # 
Instance details

Defined in Amazonka.Config.DeleteEvaluationResults

type Rep DeleteEvaluationResults Source # 
Instance details

Defined in Amazonka.Config.DeleteEvaluationResults

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

newDeleteEvaluationResults Source #

Create a value of DeleteEvaluationResults with all optional fields omitted.

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

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

DeleteEvaluationResults, deleteEvaluationResults_configRuleName - The name of the Config rule for which you want to delete the evaluation results.

data DeleteEvaluationResultsResponse Source #

The output when you delete the evaluation results for the specified Config rule.

See: newDeleteEvaluationResultsResponse smart constructor.

Instances

Instances details
Generic DeleteEvaluationResultsResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteEvaluationResults

Associated Types

type Rep DeleteEvaluationResultsResponse :: Type -> Type #

Read DeleteEvaluationResultsResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteEvaluationResults

Show DeleteEvaluationResultsResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteEvaluationResults

NFData DeleteEvaluationResultsResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteEvaluationResults

Eq DeleteEvaluationResultsResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteEvaluationResults

type Rep DeleteEvaluationResultsResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteEvaluationResults

type Rep DeleteEvaluationResultsResponse = D1 ('MetaData "DeleteEvaluationResultsResponse" "Amazonka.Config.DeleteEvaluationResults" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DeleteEvaluationResultsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteEvaluationResultsResponse Source #

Create a value of DeleteEvaluationResultsResponse with all optional fields omitted.

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

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

$sel:httpStatus:DeleteEvaluationResultsResponse', deleteEvaluationResultsResponse_httpStatus - The response's http status code.

DeleteOrganizationConfigRule

data DeleteOrganizationConfigRule Source #

See: newDeleteOrganizationConfigRule smart constructor.

Instances

Instances details
ToJSON DeleteOrganizationConfigRule Source # 
Instance details

Defined in Amazonka.Config.DeleteOrganizationConfigRule

ToHeaders DeleteOrganizationConfigRule Source # 
Instance details

Defined in Amazonka.Config.DeleteOrganizationConfigRule

ToPath DeleteOrganizationConfigRule Source # 
Instance details

Defined in Amazonka.Config.DeleteOrganizationConfigRule

ToQuery DeleteOrganizationConfigRule Source # 
Instance details

Defined in Amazonka.Config.DeleteOrganizationConfigRule

AWSRequest DeleteOrganizationConfigRule Source # 
Instance details

Defined in Amazonka.Config.DeleteOrganizationConfigRule

Generic DeleteOrganizationConfigRule Source # 
Instance details

Defined in Amazonka.Config.DeleteOrganizationConfigRule

Associated Types

type Rep DeleteOrganizationConfigRule :: Type -> Type #

Read DeleteOrganizationConfigRule Source # 
Instance details

Defined in Amazonka.Config.DeleteOrganizationConfigRule

Show DeleteOrganizationConfigRule Source # 
Instance details

Defined in Amazonka.Config.DeleteOrganizationConfigRule

NFData DeleteOrganizationConfigRule Source # 
Instance details

Defined in Amazonka.Config.DeleteOrganizationConfigRule

Eq DeleteOrganizationConfigRule Source # 
Instance details

Defined in Amazonka.Config.DeleteOrganizationConfigRule

Hashable DeleteOrganizationConfigRule Source # 
Instance details

Defined in Amazonka.Config.DeleteOrganizationConfigRule

type AWSResponse DeleteOrganizationConfigRule Source # 
Instance details

Defined in Amazonka.Config.DeleteOrganizationConfigRule

type Rep DeleteOrganizationConfigRule Source # 
Instance details

Defined in Amazonka.Config.DeleteOrganizationConfigRule

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

newDeleteOrganizationConfigRule Source #

Create a value of DeleteOrganizationConfigRule with all optional fields omitted.

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

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

DeleteOrganizationConfigRule, deleteOrganizationConfigRule_organizationConfigRuleName - The name of organization Config rule that you want to delete.

data DeleteOrganizationConfigRuleResponse Source #

Instances

Instances details
Generic DeleteOrganizationConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteOrganizationConfigRule

Read DeleteOrganizationConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteOrganizationConfigRule

Show DeleteOrganizationConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteOrganizationConfigRule

NFData DeleteOrganizationConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteOrganizationConfigRule

Eq DeleteOrganizationConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteOrganizationConfigRule

type Rep DeleteOrganizationConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteOrganizationConfigRule

type Rep DeleteOrganizationConfigRuleResponse = D1 ('MetaData "DeleteOrganizationConfigRuleResponse" "Amazonka.Config.DeleteOrganizationConfigRule" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DeleteOrganizationConfigRuleResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteOrganizationConfigRuleResponse :: DeleteOrganizationConfigRuleResponse Source #

Create a value of DeleteOrganizationConfigRuleResponse with all optional fields omitted.

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

DeleteOrganizationConformancePack

data DeleteOrganizationConformancePack Source #

See: newDeleteOrganizationConformancePack smart constructor.

Instances

Instances details
ToJSON DeleteOrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteOrganizationConformancePack

ToHeaders DeleteOrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteOrganizationConformancePack

ToPath DeleteOrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteOrganizationConformancePack

ToQuery DeleteOrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteOrganizationConformancePack

AWSRequest DeleteOrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteOrganizationConformancePack

Generic DeleteOrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteOrganizationConformancePack

Associated Types

type Rep DeleteOrganizationConformancePack :: Type -> Type #

Read DeleteOrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteOrganizationConformancePack

Show DeleteOrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteOrganizationConformancePack

NFData DeleteOrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteOrganizationConformancePack

Eq DeleteOrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteOrganizationConformancePack

Hashable DeleteOrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteOrganizationConformancePack

type AWSResponse DeleteOrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteOrganizationConformancePack

type Rep DeleteOrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.DeleteOrganizationConformancePack

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

newDeleteOrganizationConformancePack Source #

Create a value of DeleteOrganizationConformancePack with all optional fields omitted.

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

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

DeleteOrganizationConformancePack, deleteOrganizationConformancePack_organizationConformancePackName - The name of organization conformance pack that you want to delete.

data DeleteOrganizationConformancePackResponse Source #

Instances

Instances details
Generic DeleteOrganizationConformancePackResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteOrganizationConformancePack

Read DeleteOrganizationConformancePackResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteOrganizationConformancePack

Show DeleteOrganizationConformancePackResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteOrganizationConformancePack

NFData DeleteOrganizationConformancePackResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteOrganizationConformancePack

Eq DeleteOrganizationConformancePackResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteOrganizationConformancePack

type Rep DeleteOrganizationConformancePackResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteOrganizationConformancePack

type Rep DeleteOrganizationConformancePackResponse = D1 ('MetaData "DeleteOrganizationConformancePackResponse" "Amazonka.Config.DeleteOrganizationConformancePack" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DeleteOrganizationConformancePackResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

DeletePendingAggregationRequest

data DeletePendingAggregationRequest Source #

See: newDeletePendingAggregationRequest smart constructor.

Instances

Instances details
ToJSON DeletePendingAggregationRequest Source # 
Instance details

Defined in Amazonka.Config.DeletePendingAggregationRequest

ToHeaders DeletePendingAggregationRequest Source # 
Instance details

Defined in Amazonka.Config.DeletePendingAggregationRequest

ToPath DeletePendingAggregationRequest Source # 
Instance details

Defined in Amazonka.Config.DeletePendingAggregationRequest

ToQuery DeletePendingAggregationRequest Source # 
Instance details

Defined in Amazonka.Config.DeletePendingAggregationRequest

AWSRequest DeletePendingAggregationRequest Source # 
Instance details

Defined in Amazonka.Config.DeletePendingAggregationRequest

Generic DeletePendingAggregationRequest Source # 
Instance details

Defined in Amazonka.Config.DeletePendingAggregationRequest

Associated Types

type Rep DeletePendingAggregationRequest :: Type -> Type #

Read DeletePendingAggregationRequest Source # 
Instance details

Defined in Amazonka.Config.DeletePendingAggregationRequest

Show DeletePendingAggregationRequest Source # 
Instance details

Defined in Amazonka.Config.DeletePendingAggregationRequest

NFData DeletePendingAggregationRequest Source # 
Instance details

Defined in Amazonka.Config.DeletePendingAggregationRequest

Eq DeletePendingAggregationRequest Source # 
Instance details

Defined in Amazonka.Config.DeletePendingAggregationRequest

Hashable DeletePendingAggregationRequest Source # 
Instance details

Defined in Amazonka.Config.DeletePendingAggregationRequest

type AWSResponse DeletePendingAggregationRequest Source # 
Instance details

Defined in Amazonka.Config.DeletePendingAggregationRequest

type Rep DeletePendingAggregationRequest Source # 
Instance details

Defined in Amazonka.Config.DeletePendingAggregationRequest

type Rep DeletePendingAggregationRequest = D1 ('MetaData "DeletePendingAggregationRequest" "Amazonka.Config.DeletePendingAggregationRequest" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DeletePendingAggregationRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "requesterAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "requesterAwsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeletePendingAggregationRequest Source #

Create a value of DeletePendingAggregationRequest with all optional fields omitted.

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

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

DeletePendingAggregationRequest, deletePendingAggregationRequest_requesterAccountId - The 12-digit account ID of the account requesting to aggregate data.

DeletePendingAggregationRequest, deletePendingAggregationRequest_requesterAwsRegion - The region requesting to aggregate data.

data DeletePendingAggregationRequestResponse Source #

Instances

Instances details
Generic DeletePendingAggregationRequestResponse Source # 
Instance details

Defined in Amazonka.Config.DeletePendingAggregationRequest

Read DeletePendingAggregationRequestResponse Source # 
Instance details

Defined in Amazonka.Config.DeletePendingAggregationRequest

Show DeletePendingAggregationRequestResponse Source # 
Instance details

Defined in Amazonka.Config.DeletePendingAggregationRequest

NFData DeletePendingAggregationRequestResponse Source # 
Instance details

Defined in Amazonka.Config.DeletePendingAggregationRequest

Eq DeletePendingAggregationRequestResponse Source # 
Instance details

Defined in Amazonka.Config.DeletePendingAggregationRequest

type Rep DeletePendingAggregationRequestResponse Source # 
Instance details

Defined in Amazonka.Config.DeletePendingAggregationRequest

type Rep DeletePendingAggregationRequestResponse = D1 ('MetaData "DeletePendingAggregationRequestResponse" "Amazonka.Config.DeletePendingAggregationRequest" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DeletePendingAggregationRequestResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeletePendingAggregationRequestResponse :: DeletePendingAggregationRequestResponse Source #

Create a value of DeletePendingAggregationRequestResponse with all optional fields omitted.

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

DeleteRemediationConfiguration

data DeleteRemediationConfiguration Source #

See: newDeleteRemediationConfiguration smart constructor.

Instances

Instances details
ToJSON DeleteRemediationConfiguration Source # 
Instance details

Defined in Amazonka.Config.DeleteRemediationConfiguration

ToHeaders DeleteRemediationConfiguration Source # 
Instance details

Defined in Amazonka.Config.DeleteRemediationConfiguration

ToPath DeleteRemediationConfiguration Source # 
Instance details

Defined in Amazonka.Config.DeleteRemediationConfiguration

ToQuery DeleteRemediationConfiguration Source # 
Instance details

Defined in Amazonka.Config.DeleteRemediationConfiguration

AWSRequest DeleteRemediationConfiguration Source # 
Instance details

Defined in Amazonka.Config.DeleteRemediationConfiguration

Generic DeleteRemediationConfiguration Source # 
Instance details

Defined in Amazonka.Config.DeleteRemediationConfiguration

Associated Types

type Rep DeleteRemediationConfiguration :: Type -> Type #

Read DeleteRemediationConfiguration Source # 
Instance details

Defined in Amazonka.Config.DeleteRemediationConfiguration

Show DeleteRemediationConfiguration Source # 
Instance details

Defined in Amazonka.Config.DeleteRemediationConfiguration

NFData DeleteRemediationConfiguration Source # 
Instance details

Defined in Amazonka.Config.DeleteRemediationConfiguration

Eq DeleteRemediationConfiguration Source # 
Instance details

Defined in Amazonka.Config.DeleteRemediationConfiguration

Hashable DeleteRemediationConfiguration Source # 
Instance details

Defined in Amazonka.Config.DeleteRemediationConfiguration

type AWSResponse DeleteRemediationConfiguration Source # 
Instance details

Defined in Amazonka.Config.DeleteRemediationConfiguration

type Rep DeleteRemediationConfiguration Source # 
Instance details

Defined in Amazonka.Config.DeleteRemediationConfiguration

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

newDeleteRemediationConfiguration Source #

Create a value of DeleteRemediationConfiguration with all optional fields omitted.

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

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

DeleteRemediationConfiguration, deleteRemediationConfiguration_resourceType - The type of a resource.

DeleteRemediationConfiguration, deleteRemediationConfiguration_configRuleName - The name of the Config rule for which you want to delete remediation configuration.

data DeleteRemediationConfigurationResponse Source #

Instances

Instances details
Generic DeleteRemediationConfigurationResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteRemediationConfiguration

Read DeleteRemediationConfigurationResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteRemediationConfiguration

Show DeleteRemediationConfigurationResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteRemediationConfiguration

NFData DeleteRemediationConfigurationResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteRemediationConfiguration

Eq DeleteRemediationConfigurationResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteRemediationConfiguration

type Rep DeleteRemediationConfigurationResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteRemediationConfiguration

type Rep DeleteRemediationConfigurationResponse = D1 ('MetaData "DeleteRemediationConfigurationResponse" "Amazonka.Config.DeleteRemediationConfiguration" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DeleteRemediationConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteRemediationConfigurationResponse Source #

Create a value of DeleteRemediationConfigurationResponse with all optional fields omitted.

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

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

$sel:httpStatus:DeleteRemediationConfigurationResponse', deleteRemediationConfigurationResponse_httpStatus - The response's http status code.

DeleteRemediationExceptions

data DeleteRemediationExceptions Source #

See: newDeleteRemediationExceptions smart constructor.

Instances

Instances details
ToJSON DeleteRemediationExceptions Source # 
Instance details

Defined in Amazonka.Config.DeleteRemediationExceptions

ToHeaders DeleteRemediationExceptions Source # 
Instance details

Defined in Amazonka.Config.DeleteRemediationExceptions

ToPath DeleteRemediationExceptions Source # 
Instance details

Defined in Amazonka.Config.DeleteRemediationExceptions

ToQuery DeleteRemediationExceptions Source # 
Instance details

Defined in Amazonka.Config.DeleteRemediationExceptions

AWSRequest DeleteRemediationExceptions Source # 
Instance details

Defined in Amazonka.Config.DeleteRemediationExceptions

Generic DeleteRemediationExceptions Source # 
Instance details

Defined in Amazonka.Config.DeleteRemediationExceptions

Associated Types

type Rep DeleteRemediationExceptions :: Type -> Type #

Read DeleteRemediationExceptions Source # 
Instance details

Defined in Amazonka.Config.DeleteRemediationExceptions

Show DeleteRemediationExceptions Source # 
Instance details

Defined in Amazonka.Config.DeleteRemediationExceptions

NFData DeleteRemediationExceptions Source # 
Instance details

Defined in Amazonka.Config.DeleteRemediationExceptions

Eq DeleteRemediationExceptions Source # 
Instance details

Defined in Amazonka.Config.DeleteRemediationExceptions

Hashable DeleteRemediationExceptions Source # 
Instance details

Defined in Amazonka.Config.DeleteRemediationExceptions

type AWSResponse DeleteRemediationExceptions Source # 
Instance details

Defined in Amazonka.Config.DeleteRemediationExceptions

type Rep DeleteRemediationExceptions Source # 
Instance details

Defined in Amazonka.Config.DeleteRemediationExceptions

type Rep DeleteRemediationExceptions = D1 ('MetaData "DeleteRemediationExceptions" "Amazonka.Config.DeleteRemediationExceptions" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DeleteRemediationExceptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configRuleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty RemediationExceptionResourceKey))))

newDeleteRemediationExceptions Source #

Create a value of DeleteRemediationExceptions with all optional fields omitted.

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

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

DeleteRemediationExceptions, deleteRemediationExceptions_configRuleName - The name of the Config rule for which you want to delete remediation exception configuration.

$sel:resourceKeys:DeleteRemediationExceptions', deleteRemediationExceptions_resourceKeys - An exception list of resource exception keys to be processed with the current request. Config adds exception for each resource key. For example, Config adds 3 exceptions for 3 resource keys.

data DeleteRemediationExceptionsResponse Source #

Instances

Instances details
Generic DeleteRemediationExceptionsResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteRemediationExceptions

Read DeleteRemediationExceptionsResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteRemediationExceptions

Show DeleteRemediationExceptionsResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteRemediationExceptions

NFData DeleteRemediationExceptionsResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteRemediationExceptions

Eq DeleteRemediationExceptionsResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteRemediationExceptions

type Rep DeleteRemediationExceptionsResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteRemediationExceptions

type Rep DeleteRemediationExceptionsResponse = D1 ('MetaData "DeleteRemediationExceptionsResponse" "Amazonka.Config.DeleteRemediationExceptions" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DeleteRemediationExceptionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failedBatches") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FailedDeleteRemediationExceptionsBatch])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteRemediationExceptionsResponse Source #

Create a value of DeleteRemediationExceptionsResponse with all optional fields omitted.

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

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

$sel:failedBatches:DeleteRemediationExceptionsResponse', deleteRemediationExceptionsResponse_failedBatches - Returns a list of failed delete remediation exceptions batch objects. Each object in the batch consists of a list of failed items and failure messages.

$sel:httpStatus:DeleteRemediationExceptionsResponse', deleteRemediationExceptionsResponse_httpStatus - The response's http status code.

DeleteResourceConfig

data DeleteResourceConfig Source #

See: newDeleteResourceConfig smart constructor.

Instances

Instances details
ToJSON DeleteResourceConfig Source # 
Instance details

Defined in Amazonka.Config.DeleteResourceConfig

ToHeaders DeleteResourceConfig Source # 
Instance details

Defined in Amazonka.Config.DeleteResourceConfig

ToPath DeleteResourceConfig Source # 
Instance details

Defined in Amazonka.Config.DeleteResourceConfig

ToQuery DeleteResourceConfig Source # 
Instance details

Defined in Amazonka.Config.DeleteResourceConfig

AWSRequest DeleteResourceConfig Source # 
Instance details

Defined in Amazonka.Config.DeleteResourceConfig

Associated Types

type AWSResponse DeleteResourceConfig #

Generic DeleteResourceConfig Source # 
Instance details

Defined in Amazonka.Config.DeleteResourceConfig

Associated Types

type Rep DeleteResourceConfig :: Type -> Type #

Read DeleteResourceConfig Source # 
Instance details

Defined in Amazonka.Config.DeleteResourceConfig

Show DeleteResourceConfig Source # 
Instance details

Defined in Amazonka.Config.DeleteResourceConfig

NFData DeleteResourceConfig Source # 
Instance details

Defined in Amazonka.Config.DeleteResourceConfig

Methods

rnf :: DeleteResourceConfig -> () #

Eq DeleteResourceConfig Source # 
Instance details

Defined in Amazonka.Config.DeleteResourceConfig

Hashable DeleteResourceConfig Source # 
Instance details

Defined in Amazonka.Config.DeleteResourceConfig

type AWSResponse DeleteResourceConfig Source # 
Instance details

Defined in Amazonka.Config.DeleteResourceConfig

type Rep DeleteResourceConfig Source # 
Instance details

Defined in Amazonka.Config.DeleteResourceConfig

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

newDeleteResourceConfig Source #

Create a value of DeleteResourceConfig with all optional fields omitted.

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

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

DeleteResourceConfig, deleteResourceConfig_resourceType - The type of the resource.

DeleteResourceConfig, deleteResourceConfig_resourceId - Unique identifier of the resource.

data DeleteResourceConfigResponse Source #

See: newDeleteResourceConfigResponse smart constructor.

Instances

Instances details
Generic DeleteResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteResourceConfig

Associated Types

type Rep DeleteResourceConfigResponse :: Type -> Type #

Read DeleteResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteResourceConfig

Show DeleteResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteResourceConfig

NFData DeleteResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteResourceConfig

Eq DeleteResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteResourceConfig

type Rep DeleteResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteResourceConfig

type Rep DeleteResourceConfigResponse = D1 ('MetaData "DeleteResourceConfigResponse" "Amazonka.Config.DeleteResourceConfig" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DeleteResourceConfigResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteResourceConfigResponse :: DeleteResourceConfigResponse Source #

Create a value of DeleteResourceConfigResponse with all optional fields omitted.

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

DeleteRetentionConfiguration

data DeleteRetentionConfiguration Source #

See: newDeleteRetentionConfiguration smart constructor.

Instances

Instances details
ToJSON DeleteRetentionConfiguration Source # 
Instance details

Defined in Amazonka.Config.DeleteRetentionConfiguration

ToHeaders DeleteRetentionConfiguration Source # 
Instance details

Defined in Amazonka.Config.DeleteRetentionConfiguration

ToPath DeleteRetentionConfiguration Source # 
Instance details

Defined in Amazonka.Config.DeleteRetentionConfiguration

ToQuery DeleteRetentionConfiguration Source # 
Instance details

Defined in Amazonka.Config.DeleteRetentionConfiguration

AWSRequest DeleteRetentionConfiguration Source # 
Instance details

Defined in Amazonka.Config.DeleteRetentionConfiguration

Generic DeleteRetentionConfiguration Source # 
Instance details

Defined in Amazonka.Config.DeleteRetentionConfiguration

Associated Types

type Rep DeleteRetentionConfiguration :: Type -> Type #

Read DeleteRetentionConfiguration Source # 
Instance details

Defined in Amazonka.Config.DeleteRetentionConfiguration

Show DeleteRetentionConfiguration Source # 
Instance details

Defined in Amazonka.Config.DeleteRetentionConfiguration

NFData DeleteRetentionConfiguration Source # 
Instance details

Defined in Amazonka.Config.DeleteRetentionConfiguration

Eq DeleteRetentionConfiguration Source # 
Instance details

Defined in Amazonka.Config.DeleteRetentionConfiguration

Hashable DeleteRetentionConfiguration Source # 
Instance details

Defined in Amazonka.Config.DeleteRetentionConfiguration

type AWSResponse DeleteRetentionConfiguration Source # 
Instance details

Defined in Amazonka.Config.DeleteRetentionConfiguration

type Rep DeleteRetentionConfiguration Source # 
Instance details

Defined in Amazonka.Config.DeleteRetentionConfiguration

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

newDeleteRetentionConfiguration Source #

Create a value of DeleteRetentionConfiguration with all optional fields omitted.

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

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

$sel:retentionConfigurationName:DeleteRetentionConfiguration', deleteRetentionConfiguration_retentionConfigurationName - The name of the retention configuration to delete.

data DeleteRetentionConfigurationResponse Source #

Instances

Instances details
Generic DeleteRetentionConfigurationResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteRetentionConfiguration

Read DeleteRetentionConfigurationResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteRetentionConfiguration

Show DeleteRetentionConfigurationResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteRetentionConfiguration

NFData DeleteRetentionConfigurationResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteRetentionConfiguration

Eq DeleteRetentionConfigurationResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteRetentionConfiguration

type Rep DeleteRetentionConfigurationResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteRetentionConfiguration

type Rep DeleteRetentionConfigurationResponse = D1 ('MetaData "DeleteRetentionConfigurationResponse" "Amazonka.Config.DeleteRetentionConfiguration" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DeleteRetentionConfigurationResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteRetentionConfigurationResponse :: DeleteRetentionConfigurationResponse Source #

Create a value of DeleteRetentionConfigurationResponse with all optional fields omitted.

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

DeleteStoredQuery

data DeleteStoredQuery Source #

See: newDeleteStoredQuery smart constructor.

Constructors

DeleteStoredQuery' Text 

Instances

Instances details
ToJSON DeleteStoredQuery Source # 
Instance details

Defined in Amazonka.Config.DeleteStoredQuery

ToHeaders DeleteStoredQuery Source # 
Instance details

Defined in Amazonka.Config.DeleteStoredQuery

ToPath DeleteStoredQuery Source # 
Instance details

Defined in Amazonka.Config.DeleteStoredQuery

ToQuery DeleteStoredQuery Source # 
Instance details

Defined in Amazonka.Config.DeleteStoredQuery

AWSRequest DeleteStoredQuery Source # 
Instance details

Defined in Amazonka.Config.DeleteStoredQuery

Associated Types

type AWSResponse DeleteStoredQuery #

Generic DeleteStoredQuery Source # 
Instance details

Defined in Amazonka.Config.DeleteStoredQuery

Associated Types

type Rep DeleteStoredQuery :: Type -> Type #

Read DeleteStoredQuery Source # 
Instance details

Defined in Amazonka.Config.DeleteStoredQuery

Show DeleteStoredQuery Source # 
Instance details

Defined in Amazonka.Config.DeleteStoredQuery

NFData DeleteStoredQuery Source # 
Instance details

Defined in Amazonka.Config.DeleteStoredQuery

Methods

rnf :: DeleteStoredQuery -> () #

Eq DeleteStoredQuery Source # 
Instance details

Defined in Amazonka.Config.DeleteStoredQuery

Hashable DeleteStoredQuery Source # 
Instance details

Defined in Amazonka.Config.DeleteStoredQuery

type AWSResponse DeleteStoredQuery Source # 
Instance details

Defined in Amazonka.Config.DeleteStoredQuery

type Rep DeleteStoredQuery Source # 
Instance details

Defined in Amazonka.Config.DeleteStoredQuery

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

newDeleteStoredQuery Source #

Create a value of DeleteStoredQuery with all optional fields omitted.

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

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

DeleteStoredQuery, deleteStoredQuery_queryName - The name of the query that you want to delete.

data DeleteStoredQueryResponse Source #

See: newDeleteStoredQueryResponse smart constructor.

Instances

Instances details
Generic DeleteStoredQueryResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteStoredQuery

Associated Types

type Rep DeleteStoredQueryResponse :: Type -> Type #

Read DeleteStoredQueryResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteStoredQuery

Show DeleteStoredQueryResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteStoredQuery

NFData DeleteStoredQueryResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteStoredQuery

Eq DeleteStoredQueryResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteStoredQuery

type Rep DeleteStoredQueryResponse Source # 
Instance details

Defined in Amazonka.Config.DeleteStoredQuery

type Rep DeleteStoredQueryResponse = D1 ('MetaData "DeleteStoredQueryResponse" "Amazonka.Config.DeleteStoredQuery" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DeleteStoredQueryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteStoredQueryResponse Source #

Create a value of DeleteStoredQueryResponse with all optional fields omitted.

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

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

$sel:httpStatus:DeleteStoredQueryResponse', deleteStoredQueryResponse_httpStatus - The response's http status code.

DeliverConfigSnapshot

data DeliverConfigSnapshot Source #

The input for the DeliverConfigSnapshot action.

See: newDeliverConfigSnapshot smart constructor.

Instances

Instances details
ToJSON DeliverConfigSnapshot Source # 
Instance details

Defined in Amazonka.Config.DeliverConfigSnapshot

ToHeaders DeliverConfigSnapshot Source # 
Instance details

Defined in Amazonka.Config.DeliverConfigSnapshot

ToPath DeliverConfigSnapshot Source # 
Instance details

Defined in Amazonka.Config.DeliverConfigSnapshot

ToQuery DeliverConfigSnapshot Source # 
Instance details

Defined in Amazonka.Config.DeliverConfigSnapshot

AWSRequest DeliverConfigSnapshot Source # 
Instance details

Defined in Amazonka.Config.DeliverConfigSnapshot

Associated Types

type AWSResponse DeliverConfigSnapshot #

Generic DeliverConfigSnapshot Source # 
Instance details

Defined in Amazonka.Config.DeliverConfigSnapshot

Associated Types

type Rep DeliverConfigSnapshot :: Type -> Type #

Read DeliverConfigSnapshot Source # 
Instance details

Defined in Amazonka.Config.DeliverConfigSnapshot

Show DeliverConfigSnapshot Source # 
Instance details

Defined in Amazonka.Config.DeliverConfigSnapshot

NFData DeliverConfigSnapshot Source # 
Instance details

Defined in Amazonka.Config.DeliverConfigSnapshot

Methods

rnf :: DeliverConfigSnapshot -> () #

Eq DeliverConfigSnapshot Source # 
Instance details

Defined in Amazonka.Config.DeliverConfigSnapshot

Hashable DeliverConfigSnapshot Source # 
Instance details

Defined in Amazonka.Config.DeliverConfigSnapshot

type AWSResponse DeliverConfigSnapshot Source # 
Instance details

Defined in Amazonka.Config.DeliverConfigSnapshot

type Rep DeliverConfigSnapshot Source # 
Instance details

Defined in Amazonka.Config.DeliverConfigSnapshot

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

newDeliverConfigSnapshot Source #

Create a value of DeliverConfigSnapshot with all optional fields omitted.

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

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

$sel:deliveryChannelName:DeliverConfigSnapshot', deliverConfigSnapshot_deliveryChannelName - The name of the delivery channel through which the snapshot is delivered.

data DeliverConfigSnapshotResponse Source #

The output for the DeliverConfigSnapshot action, in JSON format.

See: newDeliverConfigSnapshotResponse smart constructor.

Instances

Instances details
Generic DeliverConfigSnapshotResponse Source # 
Instance details

Defined in Amazonka.Config.DeliverConfigSnapshot

Associated Types

type Rep DeliverConfigSnapshotResponse :: Type -> Type #

Read DeliverConfigSnapshotResponse Source # 
Instance details

Defined in Amazonka.Config.DeliverConfigSnapshot

Show DeliverConfigSnapshotResponse Source # 
Instance details

Defined in Amazonka.Config.DeliverConfigSnapshot

NFData DeliverConfigSnapshotResponse Source # 
Instance details

Defined in Amazonka.Config.DeliverConfigSnapshot

Eq DeliverConfigSnapshotResponse Source # 
Instance details

Defined in Amazonka.Config.DeliverConfigSnapshot

type Rep DeliverConfigSnapshotResponse Source # 
Instance details

Defined in Amazonka.Config.DeliverConfigSnapshot

type Rep DeliverConfigSnapshotResponse = D1 ('MetaData "DeliverConfigSnapshotResponse" "Amazonka.Config.DeliverConfigSnapshot" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DeliverConfigSnapshotResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configSnapshotId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeliverConfigSnapshotResponse Source #

Create a value of DeliverConfigSnapshotResponse with all optional fields omitted.

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

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

$sel:configSnapshotId:DeliverConfigSnapshotResponse', deliverConfigSnapshotResponse_configSnapshotId - The ID of the snapshot that is being created.

$sel:httpStatus:DeliverConfigSnapshotResponse', deliverConfigSnapshotResponse_httpStatus - The response's http status code.

DescribeAggregateComplianceByConfigRules (Paginated)

data DescribeAggregateComplianceByConfigRules Source #

Instances

Instances details
ToJSON DescribeAggregateComplianceByConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregateComplianceByConfigRules

ToHeaders DescribeAggregateComplianceByConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregateComplianceByConfigRules

ToPath DescribeAggregateComplianceByConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregateComplianceByConfigRules

ToQuery DescribeAggregateComplianceByConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregateComplianceByConfigRules

AWSPager DescribeAggregateComplianceByConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregateComplianceByConfigRules

AWSRequest DescribeAggregateComplianceByConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregateComplianceByConfigRules

Generic DescribeAggregateComplianceByConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregateComplianceByConfigRules

Read DescribeAggregateComplianceByConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregateComplianceByConfigRules

Show DescribeAggregateComplianceByConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregateComplianceByConfigRules

NFData DescribeAggregateComplianceByConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregateComplianceByConfigRules

Eq DescribeAggregateComplianceByConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregateComplianceByConfigRules

Hashable DescribeAggregateComplianceByConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregateComplianceByConfigRules

type AWSResponse DescribeAggregateComplianceByConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregateComplianceByConfigRules

type Rep DescribeAggregateComplianceByConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregateComplianceByConfigRules

type Rep DescribeAggregateComplianceByConfigRules = D1 ('MetaData "DescribeAggregateComplianceByConfigRules" "Amazonka.Config.DescribeAggregateComplianceByConfigRules" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeAggregateComplianceByConfigRules'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigRuleComplianceFilters)) :*: S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "configurationAggregatorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeAggregateComplianceByConfigRules Source #

Create a value of DescribeAggregateComplianceByConfigRules with all optional fields omitted.

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

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

$sel:filters:DescribeAggregateComplianceByConfigRules', describeAggregateComplianceByConfigRules_filters - Filters the results by ConfigRuleComplianceFilters object.

$sel:limit:DescribeAggregateComplianceByConfigRules', describeAggregateComplianceByConfigRules_limit - The maximum number of evaluation results returned on each page. The default is maximum. If you specify 0, Config uses the default.

DescribeAggregateComplianceByConfigRules, describeAggregateComplianceByConfigRules_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

DescribeAggregateComplianceByConfigRules, describeAggregateComplianceByConfigRules_configurationAggregatorName - The name of the configuration aggregator.

data DescribeAggregateComplianceByConfigRulesResponse Source #

Instances

Instances details
Generic DescribeAggregateComplianceByConfigRulesResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregateComplianceByConfigRules

Read DescribeAggregateComplianceByConfigRulesResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregateComplianceByConfigRules

Show DescribeAggregateComplianceByConfigRulesResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregateComplianceByConfigRules

NFData DescribeAggregateComplianceByConfigRulesResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregateComplianceByConfigRules

Eq DescribeAggregateComplianceByConfigRulesResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregateComplianceByConfigRules

type Rep DescribeAggregateComplianceByConfigRulesResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregateComplianceByConfigRules

type Rep DescribeAggregateComplianceByConfigRulesResponse = D1 ('MetaData "DescribeAggregateComplianceByConfigRulesResponse" "Amazonka.Config.DescribeAggregateComplianceByConfigRules" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeAggregateComplianceByConfigRulesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "aggregateComplianceByConfigRules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AggregateComplianceByConfigRule])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeAggregateComplianceByConfigRulesResponse Source #

Create a value of DescribeAggregateComplianceByConfigRulesResponse with all optional fields omitted.

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

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

$sel:aggregateComplianceByConfigRules:DescribeAggregateComplianceByConfigRulesResponse', describeAggregateComplianceByConfigRulesResponse_aggregateComplianceByConfigRules - Returns a list of AggregateComplianceByConfigRule object.

DescribeAggregateComplianceByConfigRules, describeAggregateComplianceByConfigRulesResponse_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

$sel:httpStatus:DescribeAggregateComplianceByConfigRulesResponse', describeAggregateComplianceByConfigRulesResponse_httpStatus - The response's http status code.

DescribeAggregateComplianceByConformancePacks (Paginated)

data DescribeAggregateComplianceByConformancePacks Source #

Instances

Instances details
ToJSON DescribeAggregateComplianceByConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregateComplianceByConformancePacks

ToHeaders DescribeAggregateComplianceByConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregateComplianceByConformancePacks

ToPath DescribeAggregateComplianceByConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregateComplianceByConformancePacks

ToQuery DescribeAggregateComplianceByConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregateComplianceByConformancePacks

AWSPager DescribeAggregateComplianceByConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregateComplianceByConformancePacks

AWSRequest DescribeAggregateComplianceByConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregateComplianceByConformancePacks

Generic DescribeAggregateComplianceByConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregateComplianceByConformancePacks

Read DescribeAggregateComplianceByConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregateComplianceByConformancePacks

Show DescribeAggregateComplianceByConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregateComplianceByConformancePacks

NFData DescribeAggregateComplianceByConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregateComplianceByConformancePacks

Eq DescribeAggregateComplianceByConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregateComplianceByConformancePacks

Hashable DescribeAggregateComplianceByConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregateComplianceByConformancePacks

type AWSResponse DescribeAggregateComplianceByConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregateComplianceByConformancePacks

type Rep DescribeAggregateComplianceByConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregateComplianceByConformancePacks

type Rep DescribeAggregateComplianceByConformancePacks = D1 ('MetaData "DescribeAggregateComplianceByConformancePacks" "Amazonka.Config.DescribeAggregateComplianceByConformancePacks" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeAggregateComplianceByConformancePacks'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AggregateConformancePackComplianceFilters)) :*: S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "configurationAggregatorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeAggregateComplianceByConformancePacks Source #

Create a value of DescribeAggregateComplianceByConformancePacks with all optional fields omitted.

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

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

$sel:filters:DescribeAggregateComplianceByConformancePacks', describeAggregateComplianceByConformancePacks_filters - Filters the result by AggregateConformancePackComplianceFilters object.

$sel:limit:DescribeAggregateComplianceByConformancePacks', describeAggregateComplianceByConformancePacks_limit - The maximum number of conformance packs compliance details returned on each page. The default is maximum. If you specify 0, Config uses the default.

DescribeAggregateComplianceByConformancePacks, describeAggregateComplianceByConformancePacks_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

DescribeAggregateComplianceByConformancePacks, describeAggregateComplianceByConformancePacks_configurationAggregatorName - The name of the configuration aggregator.

data DescribeAggregateComplianceByConformancePacksResponse Source #

Instances

Instances details
Generic DescribeAggregateComplianceByConformancePacksResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregateComplianceByConformancePacks

Read DescribeAggregateComplianceByConformancePacksResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregateComplianceByConformancePacks

Show DescribeAggregateComplianceByConformancePacksResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregateComplianceByConformancePacks

NFData DescribeAggregateComplianceByConformancePacksResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregateComplianceByConformancePacks

Eq DescribeAggregateComplianceByConformancePacksResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregateComplianceByConformancePacks

type Rep DescribeAggregateComplianceByConformancePacksResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregateComplianceByConformancePacks

type Rep DescribeAggregateComplianceByConformancePacksResponse = D1 ('MetaData "DescribeAggregateComplianceByConformancePacksResponse" "Amazonka.Config.DescribeAggregateComplianceByConformancePacks" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeAggregateComplianceByConformancePacksResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "aggregateComplianceByConformancePacks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AggregateComplianceByConformancePack])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

DescribeAggregationAuthorizations (Paginated)

data DescribeAggregationAuthorizations Source #

See: newDescribeAggregationAuthorizations smart constructor.

Instances

Instances details
ToJSON DescribeAggregationAuthorizations Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregationAuthorizations

ToHeaders DescribeAggregationAuthorizations Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregationAuthorizations

ToPath DescribeAggregationAuthorizations Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregationAuthorizations

ToQuery DescribeAggregationAuthorizations Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregationAuthorizations

AWSPager DescribeAggregationAuthorizations Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregationAuthorizations

AWSRequest DescribeAggregationAuthorizations Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregationAuthorizations

Generic DescribeAggregationAuthorizations Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregationAuthorizations

Associated Types

type Rep DescribeAggregationAuthorizations :: Type -> Type #

Read DescribeAggregationAuthorizations Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregationAuthorizations

Show DescribeAggregationAuthorizations Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregationAuthorizations

NFData DescribeAggregationAuthorizations Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregationAuthorizations

Eq DescribeAggregationAuthorizations Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregationAuthorizations

Hashable DescribeAggregationAuthorizations Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregationAuthorizations

type AWSResponse DescribeAggregationAuthorizations Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregationAuthorizations

type Rep DescribeAggregationAuthorizations Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregationAuthorizations

type Rep DescribeAggregationAuthorizations = D1 ('MetaData "DescribeAggregationAuthorizations" "Amazonka.Config.DescribeAggregationAuthorizations" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeAggregationAuthorizations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDescribeAggregationAuthorizations :: DescribeAggregationAuthorizations Source #

Create a value of DescribeAggregationAuthorizations with all optional fields omitted.

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

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

$sel:limit:DescribeAggregationAuthorizations', describeAggregationAuthorizations_limit - The maximum number of AggregationAuthorizations returned on each page. The default is maximum. If you specify 0, Config uses the default.

DescribeAggregationAuthorizations, describeAggregationAuthorizations_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

data DescribeAggregationAuthorizationsResponse Source #

Instances

Instances details
Generic DescribeAggregationAuthorizationsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregationAuthorizations

Read DescribeAggregationAuthorizationsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregationAuthorizations

Show DescribeAggregationAuthorizationsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregationAuthorizations

NFData DescribeAggregationAuthorizationsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregationAuthorizations

Eq DescribeAggregationAuthorizationsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregationAuthorizations

type Rep DescribeAggregationAuthorizationsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeAggregationAuthorizations

type Rep DescribeAggregationAuthorizationsResponse = D1 ('MetaData "DescribeAggregationAuthorizationsResponse" "Amazonka.Config.DescribeAggregationAuthorizations" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeAggregationAuthorizationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "aggregationAuthorizations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AggregationAuthorization])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeAggregationAuthorizationsResponse Source #

Create a value of DescribeAggregationAuthorizationsResponse with all optional fields omitted.

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

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

$sel:aggregationAuthorizations:DescribeAggregationAuthorizationsResponse', describeAggregationAuthorizationsResponse_aggregationAuthorizations - Returns a list of authorizations granted to various aggregator accounts and regions.

DescribeAggregationAuthorizations, describeAggregationAuthorizationsResponse_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

$sel:httpStatus:DescribeAggregationAuthorizationsResponse', describeAggregationAuthorizationsResponse_httpStatus - The response's http status code.

DescribeComplianceByConfigRule (Paginated)

data DescribeComplianceByConfigRule Source #

See: newDescribeComplianceByConfigRule smart constructor.

Instances

Instances details
ToJSON DescribeComplianceByConfigRule Source # 
Instance details

Defined in Amazonka.Config.DescribeComplianceByConfigRule

ToHeaders DescribeComplianceByConfigRule Source # 
Instance details

Defined in Amazonka.Config.DescribeComplianceByConfigRule

ToPath DescribeComplianceByConfigRule Source # 
Instance details

Defined in Amazonka.Config.DescribeComplianceByConfigRule

ToQuery DescribeComplianceByConfigRule Source # 
Instance details

Defined in Amazonka.Config.DescribeComplianceByConfigRule

AWSPager DescribeComplianceByConfigRule Source # 
Instance details

Defined in Amazonka.Config.DescribeComplianceByConfigRule

AWSRequest DescribeComplianceByConfigRule Source # 
Instance details

Defined in Amazonka.Config.DescribeComplianceByConfigRule

Generic DescribeComplianceByConfigRule Source # 
Instance details

Defined in Amazonka.Config.DescribeComplianceByConfigRule

Associated Types

type Rep DescribeComplianceByConfigRule :: Type -> Type #

Read DescribeComplianceByConfigRule Source # 
Instance details

Defined in Amazonka.Config.DescribeComplianceByConfigRule

Show DescribeComplianceByConfigRule Source # 
Instance details

Defined in Amazonka.Config.DescribeComplianceByConfigRule

NFData DescribeComplianceByConfigRule Source # 
Instance details

Defined in Amazonka.Config.DescribeComplianceByConfigRule

Eq DescribeComplianceByConfigRule Source # 
Instance details

Defined in Amazonka.Config.DescribeComplianceByConfigRule

Hashable DescribeComplianceByConfigRule Source # 
Instance details

Defined in Amazonka.Config.DescribeComplianceByConfigRule

type AWSResponse DescribeComplianceByConfigRule Source # 
Instance details

Defined in Amazonka.Config.DescribeComplianceByConfigRule

type Rep DescribeComplianceByConfigRule Source # 
Instance details

Defined in Amazonka.Config.DescribeComplianceByConfigRule

type Rep DescribeComplianceByConfigRule = D1 ('MetaData "DescribeComplianceByConfigRule" "Amazonka.Config.DescribeComplianceByConfigRule" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeComplianceByConfigRule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "complianceTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ComplianceType])) :*: (S1 ('MetaSel ('Just "configRuleNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDescribeComplianceByConfigRule :: DescribeComplianceByConfigRule Source #

Create a value of DescribeComplianceByConfigRule with all optional fields omitted.

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

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

$sel:complianceTypes:DescribeComplianceByConfigRule', describeComplianceByConfigRule_complianceTypes - Filters the results by compliance.

The allowed values are COMPLIANT and NON_COMPLIANT.

DescribeComplianceByConfigRule, describeComplianceByConfigRule_configRuleNames - Specify one or more Config rule names to filter the results by rule.

DescribeComplianceByConfigRule, describeComplianceByConfigRule_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

data DescribeComplianceByConfigRuleResponse Source #

Instances

Instances details
Generic DescribeComplianceByConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeComplianceByConfigRule

Read DescribeComplianceByConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeComplianceByConfigRule

Show DescribeComplianceByConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeComplianceByConfigRule

NFData DescribeComplianceByConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeComplianceByConfigRule

Eq DescribeComplianceByConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeComplianceByConfigRule

type Rep DescribeComplianceByConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeComplianceByConfigRule

type Rep DescribeComplianceByConfigRuleResponse = D1 ('MetaData "DescribeComplianceByConfigRuleResponse" "Amazonka.Config.DescribeComplianceByConfigRule" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeComplianceByConfigRuleResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "complianceByConfigRules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ComplianceByConfigRule])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeComplianceByConfigRuleResponse Source #

Create a value of DescribeComplianceByConfigRuleResponse with all optional fields omitted.

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

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

$sel:complianceByConfigRules:DescribeComplianceByConfigRuleResponse', describeComplianceByConfigRuleResponse_complianceByConfigRules - Indicates whether each of the specified Config rules is compliant.

DescribeComplianceByConfigRule, describeComplianceByConfigRuleResponse_nextToken - The string that you use in a subsequent request to get the next page of results in a paginated response.

$sel:httpStatus:DescribeComplianceByConfigRuleResponse', describeComplianceByConfigRuleResponse_httpStatus - The response's http status code.

DescribeComplianceByResource (Paginated)

data DescribeComplianceByResource Source #

See: newDescribeComplianceByResource smart constructor.

Instances

Instances details
ToJSON DescribeComplianceByResource Source # 
Instance details

Defined in Amazonka.Config.DescribeComplianceByResource

ToHeaders DescribeComplianceByResource Source # 
Instance details

Defined in Amazonka.Config.DescribeComplianceByResource

ToPath DescribeComplianceByResource Source # 
Instance details

Defined in Amazonka.Config.DescribeComplianceByResource

ToQuery DescribeComplianceByResource Source # 
Instance details

Defined in Amazonka.Config.DescribeComplianceByResource

AWSPager DescribeComplianceByResource Source # 
Instance details

Defined in Amazonka.Config.DescribeComplianceByResource

AWSRequest DescribeComplianceByResource Source # 
Instance details

Defined in Amazonka.Config.DescribeComplianceByResource

Generic DescribeComplianceByResource Source # 
Instance details

Defined in Amazonka.Config.DescribeComplianceByResource

Associated Types

type Rep DescribeComplianceByResource :: Type -> Type #

Read DescribeComplianceByResource Source # 
Instance details

Defined in Amazonka.Config.DescribeComplianceByResource

Show DescribeComplianceByResource Source # 
Instance details

Defined in Amazonka.Config.DescribeComplianceByResource

NFData DescribeComplianceByResource Source # 
Instance details

Defined in Amazonka.Config.DescribeComplianceByResource

Eq DescribeComplianceByResource Source # 
Instance details

Defined in Amazonka.Config.DescribeComplianceByResource

Hashable DescribeComplianceByResource Source # 
Instance details

Defined in Amazonka.Config.DescribeComplianceByResource

type AWSResponse DescribeComplianceByResource Source # 
Instance details

Defined in Amazonka.Config.DescribeComplianceByResource

type Rep DescribeComplianceByResource Source # 
Instance details

Defined in Amazonka.Config.DescribeComplianceByResource

type Rep DescribeComplianceByResource = D1 ('MetaData "DescribeComplianceByResource" "Amazonka.Config.DescribeComplianceByResource" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeComplianceByResource'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "complianceTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ComplianceType])) :*: S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newDescribeComplianceByResource :: DescribeComplianceByResource Source #

Create a value of DescribeComplianceByResource with all optional fields omitted.

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

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

$sel:complianceTypes:DescribeComplianceByResource', describeComplianceByResource_complianceTypes - Filters the results by compliance.

The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.

$sel:limit:DescribeComplianceByResource', describeComplianceByResource_limit - The maximum number of evaluation results returned on each page. The default is 10. You cannot specify a number greater than 100. If you specify 0, Config uses the default.

DescribeComplianceByResource, describeComplianceByResource_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

DescribeComplianceByResource, describeComplianceByResource_resourceId - The ID of the Amazon Web Services resource for which you want compliance information. You can specify only one resource ID. If you specify a resource ID, you must also specify a type for ResourceType.

DescribeComplianceByResource, describeComplianceByResource_resourceType - The types of Amazon Web Services resources for which you want compliance information (for example, AWS::EC2::Instance). For this action, you can specify that the resource type is an Amazon Web Services account by specifying AWS::::Account.

data DescribeComplianceByResourceResponse Source #

Instances

Instances details
Generic DescribeComplianceByResourceResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeComplianceByResource

Read DescribeComplianceByResourceResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeComplianceByResource

Show DescribeComplianceByResourceResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeComplianceByResource

NFData DescribeComplianceByResourceResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeComplianceByResource

Eq DescribeComplianceByResourceResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeComplianceByResource

type Rep DescribeComplianceByResourceResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeComplianceByResource

type Rep DescribeComplianceByResourceResponse = D1 ('MetaData "DescribeComplianceByResourceResponse" "Amazonka.Config.DescribeComplianceByResource" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeComplianceByResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "complianceByResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ComplianceByResource])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeComplianceByResourceResponse Source #

Create a value of DescribeComplianceByResourceResponse with all optional fields omitted.

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

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

$sel:complianceByResources:DescribeComplianceByResourceResponse', describeComplianceByResourceResponse_complianceByResources - Indicates whether the specified Amazon Web Services resource complies with all of the Config rules that evaluate it.

DescribeComplianceByResource, describeComplianceByResourceResponse_nextToken - The string that you use in a subsequent request to get the next page of results in a paginated response.

$sel:httpStatus:DescribeComplianceByResourceResponse', describeComplianceByResourceResponse_httpStatus - The response's http status code.

DescribeConfigRuleEvaluationStatus (Paginated)

data DescribeConfigRuleEvaluationStatus Source #

Instances

Instances details
ToJSON DescribeConfigRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigRuleEvaluationStatus

ToHeaders DescribeConfigRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigRuleEvaluationStatus

ToPath DescribeConfigRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigRuleEvaluationStatus

ToQuery DescribeConfigRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigRuleEvaluationStatus

AWSPager DescribeConfigRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigRuleEvaluationStatus

AWSRequest DescribeConfigRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigRuleEvaluationStatus

Generic DescribeConfigRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigRuleEvaluationStatus

Associated Types

type Rep DescribeConfigRuleEvaluationStatus :: Type -> Type #

Read DescribeConfigRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigRuleEvaluationStatus

Show DescribeConfigRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigRuleEvaluationStatus

NFData DescribeConfigRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigRuleEvaluationStatus

Eq DescribeConfigRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigRuleEvaluationStatus

Hashable DescribeConfigRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigRuleEvaluationStatus

type AWSResponse DescribeConfigRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigRuleEvaluationStatus

type Rep DescribeConfigRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigRuleEvaluationStatus

type Rep DescribeConfigRuleEvaluationStatus = D1 ('MetaData "DescribeConfigRuleEvaluationStatus" "Amazonka.Config.DescribeConfigRuleEvaluationStatus" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeConfigRuleEvaluationStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configRuleNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDescribeConfigRuleEvaluationStatus :: DescribeConfigRuleEvaluationStatus Source #

Create a value of DescribeConfigRuleEvaluationStatus with all optional fields omitted.

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

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

DescribeConfigRuleEvaluationStatus, describeConfigRuleEvaluationStatus_configRuleNames - The name of the Config managed rules for which you want status information. If you do not specify any names, Config returns status information for all Config managed rules that you use.

$sel:limit:DescribeConfigRuleEvaluationStatus', describeConfigRuleEvaluationStatus_limit - The number of rule evaluation results that you want returned.

This parameter is required if the rule limit for your account is more than the default of 150 rules.

For information about requesting a rule limit increase, see Config Limits in the Amazon Web Services General Reference Guide.

DescribeConfigRuleEvaluationStatus, describeConfigRuleEvaluationStatus_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

data DescribeConfigRuleEvaluationStatusResponse Source #

Instances

Instances details
Generic DescribeConfigRuleEvaluationStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigRuleEvaluationStatus

Read DescribeConfigRuleEvaluationStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigRuleEvaluationStatus

Show DescribeConfigRuleEvaluationStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigRuleEvaluationStatus

NFData DescribeConfigRuleEvaluationStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigRuleEvaluationStatus

Eq DescribeConfigRuleEvaluationStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigRuleEvaluationStatus

type Rep DescribeConfigRuleEvaluationStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigRuleEvaluationStatus

type Rep DescribeConfigRuleEvaluationStatusResponse = D1 ('MetaData "DescribeConfigRuleEvaluationStatusResponse" "Amazonka.Config.DescribeConfigRuleEvaluationStatus" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeConfigRuleEvaluationStatusResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configRulesEvaluationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConfigRuleEvaluationStatus])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeConfigRuleEvaluationStatusResponse Source #

Create a value of DescribeConfigRuleEvaluationStatusResponse with all optional fields omitted.

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

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

$sel:configRulesEvaluationStatus:DescribeConfigRuleEvaluationStatusResponse', describeConfigRuleEvaluationStatusResponse_configRulesEvaluationStatus - Status information about your Config managed rules.

DescribeConfigRuleEvaluationStatus, describeConfigRuleEvaluationStatusResponse_nextToken - The string that you use in a subsequent request to get the next page of results in a paginated response.

$sel:httpStatus:DescribeConfigRuleEvaluationStatusResponse', describeConfigRuleEvaluationStatusResponse_httpStatus - The response's http status code.

DescribeConfigRules (Paginated)

data DescribeConfigRules Source #

See: newDescribeConfigRules smart constructor.

Instances

Instances details
ToJSON DescribeConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigRules

ToHeaders DescribeConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigRules

ToPath DescribeConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigRules

ToQuery DescribeConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigRules

AWSPager DescribeConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigRules

AWSRequest DescribeConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigRules

Associated Types

type AWSResponse DescribeConfigRules #

Generic DescribeConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigRules

Associated Types

type Rep DescribeConfigRules :: Type -> Type #

Read DescribeConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigRules

Show DescribeConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigRules

NFData DescribeConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigRules

Methods

rnf :: DescribeConfigRules -> () #

Eq DescribeConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigRules

Hashable DescribeConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigRules

type AWSResponse DescribeConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigRules

type Rep DescribeConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigRules

type Rep DescribeConfigRules = D1 ('MetaData "DescribeConfigRules" "Amazonka.Config.DescribeConfigRules" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeConfigRules'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configRuleNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DescribeConfigRulesFilters)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDescribeConfigRules :: DescribeConfigRules Source #

Create a value of DescribeConfigRules with all optional fields omitted.

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

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

DescribeConfigRules, describeConfigRules_configRuleNames - The names of the Config rules for which you want details. If you do not specify any names, Config returns details for all your rules.

$sel:filters:DescribeConfigRules', describeConfigRules_filters - Returns a list of Detecive or Proactive Config rules. By default, this API returns an unfiltered list.

DescribeConfigRules, describeConfigRules_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

data DescribeConfigRulesResponse Source #

See: newDescribeConfigRulesResponse smart constructor.

Instances

Instances details
Generic DescribeConfigRulesResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigRules

Associated Types

type Rep DescribeConfigRulesResponse :: Type -> Type #

Read DescribeConfigRulesResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigRules

Show DescribeConfigRulesResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigRules

NFData DescribeConfigRulesResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigRules

Eq DescribeConfigRulesResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigRules

type Rep DescribeConfigRulesResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigRules

type Rep DescribeConfigRulesResponse = D1 ('MetaData "DescribeConfigRulesResponse" "Amazonka.Config.DescribeConfigRules" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeConfigRulesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configRules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConfigRule])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeConfigRulesResponse Source #

Create a value of DescribeConfigRulesResponse with all optional fields omitted.

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

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

$sel:configRules:DescribeConfigRulesResponse', describeConfigRulesResponse_configRules - The details about your Config rules.

DescribeConfigRules, describeConfigRulesResponse_nextToken - The string that you use in a subsequent request to get the next page of results in a paginated response.

$sel:httpStatus:DescribeConfigRulesResponse', describeConfigRulesResponse_httpStatus - The response's http status code.

DescribeConfigurationAggregatorSourcesStatus (Paginated)

data DescribeConfigurationAggregatorSourcesStatus Source #

Instances

Instances details
ToJSON DescribeConfigurationAggregatorSourcesStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregatorSourcesStatus

ToHeaders DescribeConfigurationAggregatorSourcesStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregatorSourcesStatus

ToPath DescribeConfigurationAggregatorSourcesStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregatorSourcesStatus

ToQuery DescribeConfigurationAggregatorSourcesStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregatorSourcesStatus

AWSPager DescribeConfigurationAggregatorSourcesStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregatorSourcesStatus

AWSRequest DescribeConfigurationAggregatorSourcesStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregatorSourcesStatus

Generic DescribeConfigurationAggregatorSourcesStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregatorSourcesStatus

Read DescribeConfigurationAggregatorSourcesStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregatorSourcesStatus

Show DescribeConfigurationAggregatorSourcesStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregatorSourcesStatus

NFData DescribeConfigurationAggregatorSourcesStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregatorSourcesStatus

Eq DescribeConfigurationAggregatorSourcesStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregatorSourcesStatus

Hashable DescribeConfigurationAggregatorSourcesStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregatorSourcesStatus

type AWSResponse DescribeConfigurationAggregatorSourcesStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregatorSourcesStatus

type Rep DescribeConfigurationAggregatorSourcesStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregatorSourcesStatus

type Rep DescribeConfigurationAggregatorSourcesStatus = D1 ('MetaData "DescribeConfigurationAggregatorSourcesStatus" "Amazonka.Config.DescribeConfigurationAggregatorSourcesStatus" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeConfigurationAggregatorSourcesStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "updateStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty AggregatedSourceStatusType))) :*: S1 ('MetaSel ('Just "configurationAggregatorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeConfigurationAggregatorSourcesStatus Source #

Create a value of DescribeConfigurationAggregatorSourcesStatus with all optional fields omitted.

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

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

$sel:limit:DescribeConfigurationAggregatorSourcesStatus', describeConfigurationAggregatorSourcesStatus_limit - The maximum number of AggregatorSourceStatus returned on each page. The default is maximum. If you specify 0, Config uses the default.

DescribeConfigurationAggregatorSourcesStatus, describeConfigurationAggregatorSourcesStatus_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

$sel:updateStatus:DescribeConfigurationAggregatorSourcesStatus', describeConfigurationAggregatorSourcesStatus_updateStatus - Filters the 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.

DescribeConfigurationAggregatorSourcesStatus, describeConfigurationAggregatorSourcesStatus_configurationAggregatorName - The name of the configuration aggregator.

data DescribeConfigurationAggregatorSourcesStatusResponse Source #

Instances

Instances details
Generic DescribeConfigurationAggregatorSourcesStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregatorSourcesStatus

Read DescribeConfigurationAggregatorSourcesStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregatorSourcesStatus

Show DescribeConfigurationAggregatorSourcesStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregatorSourcesStatus

NFData DescribeConfigurationAggregatorSourcesStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregatorSourcesStatus

Eq DescribeConfigurationAggregatorSourcesStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregatorSourcesStatus

type Rep DescribeConfigurationAggregatorSourcesStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregatorSourcesStatus

type Rep DescribeConfigurationAggregatorSourcesStatusResponse = D1 ('MetaData "DescribeConfigurationAggregatorSourcesStatusResponse" "Amazonka.Config.DescribeConfigurationAggregatorSourcesStatus" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeConfigurationAggregatorSourcesStatusResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "aggregatedSourceStatusList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AggregatedSourceStatus])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

DescribeConfigurationAggregators (Paginated)

data DescribeConfigurationAggregators Source #

See: newDescribeConfigurationAggregators smart constructor.

Instances

Instances details
ToJSON DescribeConfigurationAggregators Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregators

ToHeaders DescribeConfigurationAggregators Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregators

ToPath DescribeConfigurationAggregators Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregators

ToQuery DescribeConfigurationAggregators Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregators

AWSPager DescribeConfigurationAggregators Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregators

AWSRequest DescribeConfigurationAggregators Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregators

Generic DescribeConfigurationAggregators Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregators

Associated Types

type Rep DescribeConfigurationAggregators :: Type -> Type #

Read DescribeConfigurationAggregators Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregators

Show DescribeConfigurationAggregators Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregators

NFData DescribeConfigurationAggregators Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregators

Eq DescribeConfigurationAggregators Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregators

Hashable DescribeConfigurationAggregators Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregators

type AWSResponse DescribeConfigurationAggregators Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregators

type Rep DescribeConfigurationAggregators Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregators

type Rep DescribeConfigurationAggregators = D1 ('MetaData "DescribeConfigurationAggregators" "Amazonka.Config.DescribeConfigurationAggregators" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeConfigurationAggregators'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationAggregatorNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDescribeConfigurationAggregators :: DescribeConfigurationAggregators Source #

Create a value of DescribeConfigurationAggregators with all optional fields omitted.

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

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

$sel:configurationAggregatorNames:DescribeConfigurationAggregators', describeConfigurationAggregators_configurationAggregatorNames - The name of the configuration aggregators.

$sel:limit:DescribeConfigurationAggregators', describeConfigurationAggregators_limit - The maximum number of configuration aggregators returned on each page. The default is maximum. If you specify 0, Config uses the default.

DescribeConfigurationAggregators, describeConfigurationAggregators_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

data DescribeConfigurationAggregatorsResponse Source #

Instances

Instances details
Generic DescribeConfigurationAggregatorsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregators

Read DescribeConfigurationAggregatorsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregators

Show DescribeConfigurationAggregatorsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregators

NFData DescribeConfigurationAggregatorsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregators

Eq DescribeConfigurationAggregatorsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregators

type Rep DescribeConfigurationAggregatorsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationAggregators

type Rep DescribeConfigurationAggregatorsResponse = D1 ('MetaData "DescribeConfigurationAggregatorsResponse" "Amazonka.Config.DescribeConfigurationAggregators" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeConfigurationAggregatorsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationAggregators") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConfigurationAggregator])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeConfigurationAggregatorsResponse Source #

Create a value of DescribeConfigurationAggregatorsResponse with all optional fields omitted.

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

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

$sel:configurationAggregators:DescribeConfigurationAggregatorsResponse', describeConfigurationAggregatorsResponse_configurationAggregators - Returns a ConfigurationAggregators object.

DescribeConfigurationAggregators, describeConfigurationAggregatorsResponse_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

$sel:httpStatus:DescribeConfigurationAggregatorsResponse', describeConfigurationAggregatorsResponse_httpStatus - The response's http status code.

DescribeConfigurationRecorderStatus

data DescribeConfigurationRecorderStatus Source #

The input for the DescribeConfigurationRecorderStatus action.

See: newDescribeConfigurationRecorderStatus smart constructor.

Instances

Instances details
ToJSON DescribeConfigurationRecorderStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorderStatus

ToHeaders DescribeConfigurationRecorderStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorderStatus

ToPath DescribeConfigurationRecorderStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorderStatus

ToQuery DescribeConfigurationRecorderStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorderStatus

AWSRequest DescribeConfigurationRecorderStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorderStatus

Generic DescribeConfigurationRecorderStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorderStatus

Read DescribeConfigurationRecorderStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorderStatus

Show DescribeConfigurationRecorderStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorderStatus

NFData DescribeConfigurationRecorderStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorderStatus

Eq DescribeConfigurationRecorderStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorderStatus

Hashable DescribeConfigurationRecorderStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorderStatus

type AWSResponse DescribeConfigurationRecorderStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorderStatus

type Rep DescribeConfigurationRecorderStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorderStatus

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

newDescribeConfigurationRecorderStatus :: DescribeConfigurationRecorderStatus Source #

Create a value of DescribeConfigurationRecorderStatus with all optional fields omitted.

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

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

$sel:configurationRecorderNames:DescribeConfigurationRecorderStatus', describeConfigurationRecorderStatus_configurationRecorderNames - The name(s) of the configuration recorder. If the name is not specified, the action returns the current status of all the configuration recorders associated with the account.

data DescribeConfigurationRecorderStatusResponse Source #

The output for the DescribeConfigurationRecorderStatus action, in JSON format.

See: newDescribeConfigurationRecorderStatusResponse smart constructor.

Instances

Instances details
Generic DescribeConfigurationRecorderStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorderStatus

Read DescribeConfigurationRecorderStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorderStatus

Show DescribeConfigurationRecorderStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorderStatus

NFData DescribeConfigurationRecorderStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorderStatus

Eq DescribeConfigurationRecorderStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorderStatus

type Rep DescribeConfigurationRecorderStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorderStatus

type Rep DescribeConfigurationRecorderStatusResponse = D1 ('MetaData "DescribeConfigurationRecorderStatusResponse" "Amazonka.Config.DescribeConfigurationRecorderStatus" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeConfigurationRecorderStatusResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationRecordersStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConfigurationRecorderStatus])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

DescribeConfigurationRecorders

data DescribeConfigurationRecorders Source #

The input for the DescribeConfigurationRecorders action.

See: newDescribeConfigurationRecorders smart constructor.

Instances

Instances details
ToJSON DescribeConfigurationRecorders Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorders

ToHeaders DescribeConfigurationRecorders Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorders

ToPath DescribeConfigurationRecorders Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorders

ToQuery DescribeConfigurationRecorders Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorders

AWSRequest DescribeConfigurationRecorders Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorders

Generic DescribeConfigurationRecorders Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorders

Associated Types

type Rep DescribeConfigurationRecorders :: Type -> Type #

Read DescribeConfigurationRecorders Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorders

Show DescribeConfigurationRecorders Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorders

NFData DescribeConfigurationRecorders Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorders

Eq DescribeConfigurationRecorders Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorders

Hashable DescribeConfigurationRecorders Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorders

type AWSResponse DescribeConfigurationRecorders Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorders

type Rep DescribeConfigurationRecorders Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorders

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

newDescribeConfigurationRecorders :: DescribeConfigurationRecorders Source #

Create a value of DescribeConfigurationRecorders with all optional fields omitted.

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

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

$sel:configurationRecorderNames:DescribeConfigurationRecorders', describeConfigurationRecorders_configurationRecorderNames - A list of configuration recorder names.

data DescribeConfigurationRecordersResponse Source #

The output for the DescribeConfigurationRecorders action.

See: newDescribeConfigurationRecordersResponse smart constructor.

Instances

Instances details
Generic DescribeConfigurationRecordersResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorders

Read DescribeConfigurationRecordersResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorders

Show DescribeConfigurationRecordersResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorders

NFData DescribeConfigurationRecordersResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorders

Eq DescribeConfigurationRecordersResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorders

type Rep DescribeConfigurationRecordersResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConfigurationRecorders

type Rep DescribeConfigurationRecordersResponse = D1 ('MetaData "DescribeConfigurationRecordersResponse" "Amazonka.Config.DescribeConfigurationRecorders" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeConfigurationRecordersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationRecorders") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConfigurationRecorder])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeConfigurationRecordersResponse Source #

Create a value of DescribeConfigurationRecordersResponse with all optional fields omitted.

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

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

$sel:configurationRecorders:DescribeConfigurationRecordersResponse', describeConfigurationRecordersResponse_configurationRecorders - A list that contains the descriptions of the specified configuration recorders.

$sel:httpStatus:DescribeConfigurationRecordersResponse', describeConfigurationRecordersResponse_httpStatus - The response's http status code.

DescribeConformancePackCompliance

data DescribeConformancePackCompliance Source #

See: newDescribeConformancePackCompliance smart constructor.

Instances

Instances details
ToJSON DescribeConformancePackCompliance Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackCompliance

ToHeaders DescribeConformancePackCompliance Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackCompliance

ToPath DescribeConformancePackCompliance Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackCompliance

ToQuery DescribeConformancePackCompliance Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackCompliance

AWSRequest DescribeConformancePackCompliance Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackCompliance

Generic DescribeConformancePackCompliance Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackCompliance

Associated Types

type Rep DescribeConformancePackCompliance :: Type -> Type #

Read DescribeConformancePackCompliance Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackCompliance

Show DescribeConformancePackCompliance Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackCompliance

NFData DescribeConformancePackCompliance Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackCompliance

Eq DescribeConformancePackCompliance Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackCompliance

Hashable DescribeConformancePackCompliance Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackCompliance

type AWSResponse DescribeConformancePackCompliance Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackCompliance

type Rep DescribeConformancePackCompliance Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackCompliance

type Rep DescribeConformancePackCompliance = D1 ('MetaData "DescribeConformancePackCompliance" "Amazonka.Config.DescribeConformancePackCompliance" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeConformancePackCompliance'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConformancePackComplianceFilters)) :*: S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "conformancePackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeConformancePackCompliance Source #

Create a value of DescribeConformancePackCompliance with all optional fields omitted.

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

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

$sel:filters:DescribeConformancePackCompliance', describeConformancePackCompliance_filters - A ConformancePackComplianceFilters object.

$sel:limit:DescribeConformancePackCompliance', describeConformancePackCompliance_limit - The maximum number of Config rules within a conformance pack are returned on each page.

DescribeConformancePackCompliance, describeConformancePackCompliance_nextToken - The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.

DescribeConformancePackCompliance, describeConformancePackCompliance_conformancePackName - Name of the conformance pack.

data DescribeConformancePackComplianceResponse Source #

Instances

Instances details
Generic DescribeConformancePackComplianceResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackCompliance

Read DescribeConformancePackComplianceResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackCompliance

Show DescribeConformancePackComplianceResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackCompliance

NFData DescribeConformancePackComplianceResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackCompliance

Eq DescribeConformancePackComplianceResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackCompliance

type Rep DescribeConformancePackComplianceResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackCompliance

type Rep DescribeConformancePackComplianceResponse = D1 ('MetaData "DescribeConformancePackComplianceResponse" "Amazonka.Config.DescribeConformancePackCompliance" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeConformancePackComplianceResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "conformancePackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "conformancePackRuleComplianceList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ConformancePackRuleCompliance]))))

newDescribeConformancePackComplianceResponse Source #

Create a value of DescribeConformancePackComplianceResponse with all optional fields omitted.

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

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

DescribeConformancePackCompliance, describeConformancePackComplianceResponse_nextToken - The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.

$sel:httpStatus:DescribeConformancePackComplianceResponse', describeConformancePackComplianceResponse_httpStatus - The response's http status code.

DescribeConformancePackCompliance, describeConformancePackComplianceResponse_conformancePackName - Name of the conformance pack.

$sel:conformancePackRuleComplianceList:DescribeConformancePackComplianceResponse', describeConformancePackComplianceResponse_conformancePackRuleComplianceList - Returns a list of ConformancePackRuleCompliance objects.

DescribeConformancePackStatus (Paginated)

data DescribeConformancePackStatus Source #

See: newDescribeConformancePackStatus smart constructor.

Instances

Instances details
ToJSON DescribeConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

ToHeaders DescribeConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

ToPath DescribeConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

ToQuery DescribeConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

AWSPager DescribeConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

AWSRequest DescribeConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

Generic DescribeConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

Associated Types

type Rep DescribeConformancePackStatus :: Type -> Type #

Read DescribeConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

Show DescribeConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

NFData DescribeConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

Eq DescribeConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

Hashable DescribeConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

type AWSResponse DescribeConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

type Rep DescribeConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

type Rep DescribeConformancePackStatus = D1 ('MetaData "DescribeConformancePackStatus" "Amazonka.Config.DescribeConformancePackStatus" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeConformancePackStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "conformancePackNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDescribeConformancePackStatus :: DescribeConformancePackStatus Source #

Create a value of DescribeConformancePackStatus with all optional fields omitted.

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

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

DescribeConformancePackStatus, describeConformancePackStatus_conformancePackNames - Comma-separated list of conformance pack names.

$sel:limit:DescribeConformancePackStatus', describeConformancePackStatus_limit - The maximum number of conformance packs status returned on each page.

DescribeConformancePackStatus, describeConformancePackStatus_nextToken - The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.

data DescribeConformancePackStatusResponse Source #

Instances

Instances details
Generic DescribeConformancePackStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

Read DescribeConformancePackStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

Show DescribeConformancePackStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

NFData DescribeConformancePackStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

Eq DescribeConformancePackStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

type Rep DescribeConformancePackStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

type Rep DescribeConformancePackStatusResponse = D1 ('MetaData "DescribeConformancePackStatusResponse" "Amazonka.Config.DescribeConformancePackStatus" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeConformancePackStatusResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "conformancePackStatusDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConformancePackStatusDetail])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeConformancePackStatusResponse Source #

Create a value of DescribeConformancePackStatusResponse with all optional fields omitted.

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

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

$sel:conformancePackStatusDetails:DescribeConformancePackStatusResponse', describeConformancePackStatusResponse_conformancePackStatusDetails - A list of ConformancePackStatusDetail objects.

DescribeConformancePackStatus, describeConformancePackStatusResponse_nextToken - The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.

$sel:httpStatus:DescribeConformancePackStatusResponse', describeConformancePackStatusResponse_httpStatus - The response's http status code.

DescribeConformancePacks (Paginated)

data DescribeConformancePacks Source #

See: newDescribeConformancePacks smart constructor.

Instances

Instances details
ToJSON DescribeConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePacks

ToHeaders DescribeConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePacks

ToPath DescribeConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePacks

ToQuery DescribeConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePacks

AWSPager DescribeConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePacks

AWSRequest DescribeConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePacks

Generic DescribeConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePacks

Associated Types

type Rep DescribeConformancePacks :: Type -> Type #

Read DescribeConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePacks

Show DescribeConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePacks

NFData DescribeConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePacks

Eq DescribeConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePacks

Hashable DescribeConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePacks

type AWSResponse DescribeConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePacks

type Rep DescribeConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePacks

type Rep DescribeConformancePacks = D1 ('MetaData "DescribeConformancePacks" "Amazonka.Config.DescribeConformancePacks" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeConformancePacks'" 'PrefixI 'True) (S1 ('MetaSel ('Just "conformancePackNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDescribeConformancePacks :: DescribeConformancePacks Source #

Create a value of DescribeConformancePacks with all optional fields omitted.

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

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

DescribeConformancePacks, describeConformancePacks_conformancePackNames - Comma-separated list of conformance pack names for which you want details. If you do not specify any names, Config returns details for all your conformance packs.

$sel:limit:DescribeConformancePacks', describeConformancePacks_limit - The maximum number of conformance packs returned on each page.

DescribeConformancePacks, describeConformancePacks_nextToken - The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.

data DescribeConformancePacksResponse Source #

See: newDescribeConformancePacksResponse smart constructor.

Instances

Instances details
Generic DescribeConformancePacksResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePacks

Associated Types

type Rep DescribeConformancePacksResponse :: Type -> Type #

Read DescribeConformancePacksResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePacks

Show DescribeConformancePacksResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePacks

NFData DescribeConformancePacksResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePacks

Eq DescribeConformancePacksResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePacks

type Rep DescribeConformancePacksResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePacks

type Rep DescribeConformancePacksResponse = D1 ('MetaData "DescribeConformancePacksResponse" "Amazonka.Config.DescribeConformancePacks" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeConformancePacksResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "conformancePackDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConformancePackDetail])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeConformancePacksResponse Source #

Create a value of DescribeConformancePacksResponse with all optional fields omitted.

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

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

$sel:conformancePackDetails:DescribeConformancePacksResponse', describeConformancePacksResponse_conformancePackDetails - Returns a list of ConformancePackDetail objects.

DescribeConformancePacks, describeConformancePacksResponse_nextToken - The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.

$sel:httpStatus:DescribeConformancePacksResponse', describeConformancePacksResponse_httpStatus - The response's http status code.

DescribeDeliveryChannelStatus

data DescribeDeliveryChannelStatus Source #

The input for the DeliveryChannelStatus action.

See: newDescribeDeliveryChannelStatus smart constructor.

Instances

Instances details
ToJSON DescribeDeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannelStatus

ToHeaders DescribeDeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannelStatus

ToPath DescribeDeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannelStatus

ToQuery DescribeDeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannelStatus

AWSRequest DescribeDeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannelStatus

Generic DescribeDeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannelStatus

Associated Types

type Rep DescribeDeliveryChannelStatus :: Type -> Type #

Read DescribeDeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannelStatus

Show DescribeDeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannelStatus

NFData DescribeDeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannelStatus

Eq DescribeDeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannelStatus

Hashable DescribeDeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannelStatus

type AWSResponse DescribeDeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannelStatus

type Rep DescribeDeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannelStatus

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

newDescribeDeliveryChannelStatus :: DescribeDeliveryChannelStatus Source #

Create a value of DescribeDeliveryChannelStatus with all optional fields omitted.

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

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

$sel:deliveryChannelNames:DescribeDeliveryChannelStatus', describeDeliveryChannelStatus_deliveryChannelNames - A list of delivery channel names.

data DescribeDeliveryChannelStatusResponse Source #

The output for the DescribeDeliveryChannelStatus action.

See: newDescribeDeliveryChannelStatusResponse smart constructor.

Instances

Instances details
Generic DescribeDeliveryChannelStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannelStatus

Read DescribeDeliveryChannelStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannelStatus

Show DescribeDeliveryChannelStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannelStatus

NFData DescribeDeliveryChannelStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannelStatus

Eq DescribeDeliveryChannelStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannelStatus

type Rep DescribeDeliveryChannelStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannelStatus

type Rep DescribeDeliveryChannelStatusResponse = D1 ('MetaData "DescribeDeliveryChannelStatusResponse" "Amazonka.Config.DescribeDeliveryChannelStatus" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeDeliveryChannelStatusResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deliveryChannelsStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DeliveryChannelStatus])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeDeliveryChannelStatusResponse Source #

Create a value of DescribeDeliveryChannelStatusResponse with all optional fields omitted.

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

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

$sel:deliveryChannelsStatus:DescribeDeliveryChannelStatusResponse', describeDeliveryChannelStatusResponse_deliveryChannelsStatus - A list that contains the status of a specified delivery channel.

$sel:httpStatus:DescribeDeliveryChannelStatusResponse', describeDeliveryChannelStatusResponse_httpStatus - The response's http status code.

DescribeDeliveryChannels

data DescribeDeliveryChannels Source #

The input for the DescribeDeliveryChannels action.

See: newDescribeDeliveryChannels smart constructor.

Instances

Instances details
ToJSON DescribeDeliveryChannels Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannels

ToHeaders DescribeDeliveryChannels Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannels

ToPath DescribeDeliveryChannels Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannels

ToQuery DescribeDeliveryChannels Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannels

AWSRequest DescribeDeliveryChannels Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannels

Generic DescribeDeliveryChannels Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannels

Associated Types

type Rep DescribeDeliveryChannels :: Type -> Type #

Read DescribeDeliveryChannels Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannels

Show DescribeDeliveryChannels Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannels

NFData DescribeDeliveryChannels Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannels

Eq DescribeDeliveryChannels Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannels

Hashable DescribeDeliveryChannels Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannels

type AWSResponse DescribeDeliveryChannels Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannels

type Rep DescribeDeliveryChannels Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannels

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

newDescribeDeliveryChannels :: DescribeDeliveryChannels Source #

Create a value of DescribeDeliveryChannels with all optional fields omitted.

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

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

$sel:deliveryChannelNames:DescribeDeliveryChannels', describeDeliveryChannels_deliveryChannelNames - A list of delivery channel names.

data DescribeDeliveryChannelsResponse Source #

The output for the DescribeDeliveryChannels action.

See: newDescribeDeliveryChannelsResponse smart constructor.

Instances

Instances details
Generic DescribeDeliveryChannelsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannels

Associated Types

type Rep DescribeDeliveryChannelsResponse :: Type -> Type #

Read DescribeDeliveryChannelsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannels

Show DescribeDeliveryChannelsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannels

NFData DescribeDeliveryChannelsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannels

Eq DescribeDeliveryChannelsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannels

type Rep DescribeDeliveryChannelsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannels

type Rep DescribeDeliveryChannelsResponse = D1 ('MetaData "DescribeDeliveryChannelsResponse" "Amazonka.Config.DescribeDeliveryChannels" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeDeliveryChannelsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deliveryChannels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DeliveryChannel])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeDeliveryChannelsResponse Source #

Create a value of DescribeDeliveryChannelsResponse with all optional fields omitted.

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

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

$sel:deliveryChannels:DescribeDeliveryChannelsResponse', describeDeliveryChannelsResponse_deliveryChannels - A list that contains the descriptions of the specified delivery channel.

$sel:httpStatus:DescribeDeliveryChannelsResponse', describeDeliveryChannelsResponse_httpStatus - The response's http status code.

DescribeOrganizationConfigRuleStatuses (Paginated)

data DescribeOrganizationConfigRuleStatuses Source #

Instances

Instances details
ToJSON DescribeOrganizationConfigRuleStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConfigRuleStatuses

ToHeaders DescribeOrganizationConfigRuleStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConfigRuleStatuses

ToPath DescribeOrganizationConfigRuleStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConfigRuleStatuses

ToQuery DescribeOrganizationConfigRuleStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConfigRuleStatuses

AWSPager DescribeOrganizationConfigRuleStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConfigRuleStatuses

AWSRequest DescribeOrganizationConfigRuleStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConfigRuleStatuses

Generic DescribeOrganizationConfigRuleStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConfigRuleStatuses

Read DescribeOrganizationConfigRuleStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConfigRuleStatuses

Show DescribeOrganizationConfigRuleStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConfigRuleStatuses

NFData DescribeOrganizationConfigRuleStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConfigRuleStatuses

Eq DescribeOrganizationConfigRuleStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConfigRuleStatuses

Hashable DescribeOrganizationConfigRuleStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConfigRuleStatuses

type AWSResponse DescribeOrganizationConfigRuleStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConfigRuleStatuses

type Rep DescribeOrganizationConfigRuleStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConfigRuleStatuses

type Rep DescribeOrganizationConfigRuleStatuses = D1 ('MetaData "DescribeOrganizationConfigRuleStatuses" "Amazonka.Config.DescribeOrganizationConfigRuleStatuses" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeOrganizationConfigRuleStatuses'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "organizationConfigRuleNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))

newDescribeOrganizationConfigRuleStatuses :: DescribeOrganizationConfigRuleStatuses Source #

Create a value of DescribeOrganizationConfigRuleStatuses with all optional fields omitted.

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

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

$sel:limit:DescribeOrganizationConfigRuleStatuses', describeOrganizationConfigRuleStatuses_limit - The maximum number of OrganizationConfigRuleStatuses returned on each page. If you do no specify a number, Config uses the default. The default is 100.

DescribeOrganizationConfigRuleStatuses, describeOrganizationConfigRuleStatuses_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

$sel:organizationConfigRuleNames:DescribeOrganizationConfigRuleStatuses', describeOrganizationConfigRuleStatuses_organizationConfigRuleNames - The names of organization Config rules for which you want status details. If you do not specify any names, Config returns details for all your organization Config rules.

data DescribeOrganizationConfigRuleStatusesResponse Source #

Instances

Instances details
Generic DescribeOrganizationConfigRuleStatusesResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConfigRuleStatuses

Read DescribeOrganizationConfigRuleStatusesResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConfigRuleStatuses

Show DescribeOrganizationConfigRuleStatusesResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConfigRuleStatuses

NFData DescribeOrganizationConfigRuleStatusesResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConfigRuleStatuses

Eq DescribeOrganizationConfigRuleStatusesResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConfigRuleStatuses

type Rep DescribeOrganizationConfigRuleStatusesResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConfigRuleStatuses

type Rep DescribeOrganizationConfigRuleStatusesResponse = D1 ('MetaData "DescribeOrganizationConfigRuleStatusesResponse" "Amazonka.Config.DescribeOrganizationConfigRuleStatuses" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeOrganizationConfigRuleStatusesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "organizationConfigRuleStatuses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OrganizationConfigRuleStatus])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeOrganizationConfigRuleStatusesResponse Source #

Create a value of DescribeOrganizationConfigRuleStatusesResponse with all optional fields omitted.

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

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

DescribeOrganizationConfigRuleStatuses, describeOrganizationConfigRuleStatusesResponse_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

$sel:organizationConfigRuleStatuses:DescribeOrganizationConfigRuleStatusesResponse', describeOrganizationConfigRuleStatusesResponse_organizationConfigRuleStatuses - A list of OrganizationConfigRuleStatus objects.

$sel:httpStatus:DescribeOrganizationConfigRuleStatusesResponse', describeOrganizationConfigRuleStatusesResponse_httpStatus - The response's http status code.

DescribeOrganizationConfigRules (Paginated)

data DescribeOrganizationConfigRules Source #

See: newDescribeOrganizationConfigRules smart constructor.

Instances

Instances details
ToJSON DescribeOrganizationConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConfigRules

ToHeaders DescribeOrganizationConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConfigRules

ToPath DescribeOrganizationConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConfigRules

ToQuery DescribeOrganizationConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConfigRules

AWSPager DescribeOrganizationConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConfigRules

AWSRequest DescribeOrganizationConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConfigRules

Generic DescribeOrganizationConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConfigRules

Associated Types

type Rep DescribeOrganizationConfigRules :: Type -> Type #

Read DescribeOrganizationConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConfigRules

Show DescribeOrganizationConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConfigRules

NFData DescribeOrganizationConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConfigRules

Eq DescribeOrganizationConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConfigRules

Hashable DescribeOrganizationConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConfigRules

type AWSResponse DescribeOrganizationConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConfigRules

type Rep DescribeOrganizationConfigRules Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConfigRules

type Rep DescribeOrganizationConfigRules = D1 ('MetaData "DescribeOrganizationConfigRules" "Amazonka.Config.DescribeOrganizationConfigRules" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeOrganizationConfigRules'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "organizationConfigRuleNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))

newDescribeOrganizationConfigRules :: DescribeOrganizationConfigRules Source #

Create a value of DescribeOrganizationConfigRules with all optional fields omitted.

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

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

$sel:limit:DescribeOrganizationConfigRules', describeOrganizationConfigRules_limit - The maximum number of organization Config rules returned on each page. If you do no specify a number, Config uses the default. The default is 100.

DescribeOrganizationConfigRules, describeOrganizationConfigRules_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

$sel:organizationConfigRuleNames:DescribeOrganizationConfigRules', describeOrganizationConfigRules_organizationConfigRuleNames - The names of organization Config rules for which you want details. If you do not specify any names, Config returns details for all your organization Config rules.

data DescribeOrganizationConfigRulesResponse Source #

Instances

Instances details
Generic DescribeOrganizationConfigRulesResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConfigRules

Read DescribeOrganizationConfigRulesResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConfigRules

Show DescribeOrganizationConfigRulesResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConfigRules

NFData DescribeOrganizationConfigRulesResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConfigRules

Eq DescribeOrganizationConfigRulesResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConfigRules

type Rep DescribeOrganizationConfigRulesResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConfigRules

type Rep DescribeOrganizationConfigRulesResponse = D1 ('MetaData "DescribeOrganizationConfigRulesResponse" "Amazonka.Config.DescribeOrganizationConfigRules" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeOrganizationConfigRulesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "organizationConfigRules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OrganizationConfigRule])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeOrganizationConfigRulesResponse Source #

Create a value of DescribeOrganizationConfigRulesResponse with all optional fields omitted.

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

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

DescribeOrganizationConfigRules, describeOrganizationConfigRulesResponse_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

$sel:organizationConfigRules:DescribeOrganizationConfigRulesResponse', describeOrganizationConfigRulesResponse_organizationConfigRules - Returns a list of OrganizationConfigRule objects.

$sel:httpStatus:DescribeOrganizationConfigRulesResponse', describeOrganizationConfigRulesResponse_httpStatus - The response's http status code.

DescribeOrganizationConformancePackStatuses (Paginated)

data DescribeOrganizationConformancePackStatuses Source #

Instances

Instances details
ToJSON DescribeOrganizationConformancePackStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePackStatuses

ToHeaders DescribeOrganizationConformancePackStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePackStatuses

ToPath DescribeOrganizationConformancePackStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePackStatuses

ToQuery DescribeOrganizationConformancePackStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePackStatuses

AWSPager DescribeOrganizationConformancePackStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePackStatuses

AWSRequest DescribeOrganizationConformancePackStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePackStatuses

Generic DescribeOrganizationConformancePackStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePackStatuses

Read DescribeOrganizationConformancePackStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePackStatuses

Show DescribeOrganizationConformancePackStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePackStatuses

NFData DescribeOrganizationConformancePackStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePackStatuses

Eq DescribeOrganizationConformancePackStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePackStatuses

Hashable DescribeOrganizationConformancePackStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePackStatuses

type AWSResponse DescribeOrganizationConformancePackStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePackStatuses

type Rep DescribeOrganizationConformancePackStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePackStatuses

type Rep DescribeOrganizationConformancePackStatuses = D1 ('MetaData "DescribeOrganizationConformancePackStatuses" "Amazonka.Config.DescribeOrganizationConformancePackStatuses" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeOrganizationConformancePackStatuses'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "organizationConformancePackNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))

newDescribeOrganizationConformancePackStatuses :: DescribeOrganizationConformancePackStatuses Source #

Create a value of DescribeOrganizationConformancePackStatuses with all optional fields omitted.

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

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

$sel:limit:DescribeOrganizationConformancePackStatuses', describeOrganizationConformancePackStatuses_limit - The maximum number of OrganizationConformancePackStatuses returned on each page. If you do no specify a number, Config uses the default. The default is 100.

DescribeOrganizationConformancePackStatuses, describeOrganizationConformancePackStatuses_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

$sel:organizationConformancePackNames:DescribeOrganizationConformancePackStatuses', describeOrganizationConformancePackStatuses_organizationConformancePackNames - The names of organization conformance packs for which you want status details. If you do not specify any names, Config returns details for all your organization conformance packs.

data DescribeOrganizationConformancePackStatusesResponse Source #

Instances

Instances details
Generic DescribeOrganizationConformancePackStatusesResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePackStatuses

Read DescribeOrganizationConformancePackStatusesResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePackStatuses

Show DescribeOrganizationConformancePackStatusesResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePackStatuses

NFData DescribeOrganizationConformancePackStatusesResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePackStatuses

Eq DescribeOrganizationConformancePackStatusesResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePackStatuses

type Rep DescribeOrganizationConformancePackStatusesResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePackStatuses

type Rep DescribeOrganizationConformancePackStatusesResponse = D1 ('MetaData "DescribeOrganizationConformancePackStatusesResponse" "Amazonka.Config.DescribeOrganizationConformancePackStatuses" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeOrganizationConformancePackStatusesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "organizationConformancePackStatuses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OrganizationConformancePackStatus])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

DescribeOrganizationConformancePacks (Paginated)

data DescribeOrganizationConformancePacks Source #

Instances

Instances details
ToJSON DescribeOrganizationConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePacks

ToHeaders DescribeOrganizationConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePacks

ToPath DescribeOrganizationConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePacks

ToQuery DescribeOrganizationConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePacks

AWSPager DescribeOrganizationConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePacks

AWSRequest DescribeOrganizationConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePacks

Generic DescribeOrganizationConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePacks

Read DescribeOrganizationConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePacks

Show DescribeOrganizationConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePacks

NFData DescribeOrganizationConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePacks

Eq DescribeOrganizationConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePacks

Hashable DescribeOrganizationConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePacks

type AWSResponse DescribeOrganizationConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePacks

type Rep DescribeOrganizationConformancePacks Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePacks

type Rep DescribeOrganizationConformancePacks = D1 ('MetaData "DescribeOrganizationConformancePacks" "Amazonka.Config.DescribeOrganizationConformancePacks" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeOrganizationConformancePacks'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "organizationConformancePackNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))

newDescribeOrganizationConformancePacks :: DescribeOrganizationConformancePacks Source #

Create a value of DescribeOrganizationConformancePacks with all optional fields omitted.

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

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

$sel:limit:DescribeOrganizationConformancePacks', describeOrganizationConformancePacks_limit - The maximum number of organization config packs returned on each page. If you do no specify a number, Config uses the default. The default is 100.

DescribeOrganizationConformancePacks, describeOrganizationConformancePacks_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

$sel:organizationConformancePackNames:DescribeOrganizationConformancePacks', describeOrganizationConformancePacks_organizationConformancePackNames - The name that you assign to an organization conformance pack.

data DescribeOrganizationConformancePacksResponse Source #

Instances

Instances details
Generic DescribeOrganizationConformancePacksResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePacks

Read DescribeOrganizationConformancePacksResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePacks

Show DescribeOrganizationConformancePacksResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePacks

NFData DescribeOrganizationConformancePacksResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePacks

Eq DescribeOrganizationConformancePacksResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePacks

type Rep DescribeOrganizationConformancePacksResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePacks

type Rep DescribeOrganizationConformancePacksResponse = D1 ('MetaData "DescribeOrganizationConformancePacksResponse" "Amazonka.Config.DescribeOrganizationConformancePacks" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeOrganizationConformancePacksResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "organizationConformancePacks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OrganizationConformancePack])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeOrganizationConformancePacksResponse Source #

Create a value of DescribeOrganizationConformancePacksResponse with all optional fields omitted.

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

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

DescribeOrganizationConformancePacks, describeOrganizationConformancePacksResponse_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

$sel:organizationConformancePacks:DescribeOrganizationConformancePacksResponse', describeOrganizationConformancePacksResponse_organizationConformancePacks - Returns a list of OrganizationConformancePacks objects.

$sel:httpStatus:DescribeOrganizationConformancePacksResponse', describeOrganizationConformancePacksResponse_httpStatus - The response's http status code.

DescribePendingAggregationRequests (Paginated)

data DescribePendingAggregationRequests Source #

Instances

Instances details
ToJSON DescribePendingAggregationRequests Source # 
Instance details

Defined in Amazonka.Config.DescribePendingAggregationRequests

ToHeaders DescribePendingAggregationRequests Source # 
Instance details

Defined in Amazonka.Config.DescribePendingAggregationRequests

ToPath DescribePendingAggregationRequests Source # 
Instance details

Defined in Amazonka.Config.DescribePendingAggregationRequests

ToQuery DescribePendingAggregationRequests Source # 
Instance details

Defined in Amazonka.Config.DescribePendingAggregationRequests

AWSPager DescribePendingAggregationRequests Source # 
Instance details

Defined in Amazonka.Config.DescribePendingAggregationRequests

AWSRequest DescribePendingAggregationRequests Source # 
Instance details

Defined in Amazonka.Config.DescribePendingAggregationRequests

Generic DescribePendingAggregationRequests Source # 
Instance details

Defined in Amazonka.Config.DescribePendingAggregationRequests

Associated Types

type Rep DescribePendingAggregationRequests :: Type -> Type #

Read DescribePendingAggregationRequests Source # 
Instance details

Defined in Amazonka.Config.DescribePendingAggregationRequests

Show DescribePendingAggregationRequests Source # 
Instance details

Defined in Amazonka.Config.DescribePendingAggregationRequests

NFData DescribePendingAggregationRequests Source # 
Instance details

Defined in Amazonka.Config.DescribePendingAggregationRequests

Eq DescribePendingAggregationRequests Source # 
Instance details

Defined in Amazonka.Config.DescribePendingAggregationRequests

Hashable DescribePendingAggregationRequests Source # 
Instance details

Defined in Amazonka.Config.DescribePendingAggregationRequests

type AWSResponse DescribePendingAggregationRequests Source # 
Instance details

Defined in Amazonka.Config.DescribePendingAggregationRequests

type Rep DescribePendingAggregationRequests Source # 
Instance details

Defined in Amazonka.Config.DescribePendingAggregationRequests

type Rep DescribePendingAggregationRequests = D1 ('MetaData "DescribePendingAggregationRequests" "Amazonka.Config.DescribePendingAggregationRequests" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribePendingAggregationRequests'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDescribePendingAggregationRequests :: DescribePendingAggregationRequests Source #

Create a value of DescribePendingAggregationRequests with all optional fields omitted.

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

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

$sel:limit:DescribePendingAggregationRequests', describePendingAggregationRequests_limit - The maximum number of evaluation results returned on each page. The default is maximum. If you specify 0, Config uses the default.

DescribePendingAggregationRequests, describePendingAggregationRequests_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

data DescribePendingAggregationRequestsResponse Source #

Instances

Instances details
Generic DescribePendingAggregationRequestsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribePendingAggregationRequests

Read DescribePendingAggregationRequestsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribePendingAggregationRequests

Show DescribePendingAggregationRequestsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribePendingAggregationRequests

NFData DescribePendingAggregationRequestsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribePendingAggregationRequests

Eq DescribePendingAggregationRequestsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribePendingAggregationRequests

type Rep DescribePendingAggregationRequestsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribePendingAggregationRequests

type Rep DescribePendingAggregationRequestsResponse = D1 ('MetaData "DescribePendingAggregationRequestsResponse" "Amazonka.Config.DescribePendingAggregationRequests" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribePendingAggregationRequestsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "pendingAggregationRequests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PendingAggregationRequest])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribePendingAggregationRequestsResponse Source #

Create a value of DescribePendingAggregationRequestsResponse with all optional fields omitted.

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

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

DescribePendingAggregationRequests, describePendingAggregationRequestsResponse_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

$sel:pendingAggregationRequests:DescribePendingAggregationRequestsResponse', describePendingAggregationRequestsResponse_pendingAggregationRequests - Returns a PendingAggregationRequests object.

$sel:httpStatus:DescribePendingAggregationRequestsResponse', describePendingAggregationRequestsResponse_httpStatus - The response's http status code.

DescribeRemediationConfigurations

data DescribeRemediationConfigurations Source #

See: newDescribeRemediationConfigurations smart constructor.

Instances

Instances details
ToJSON DescribeRemediationConfigurations Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationConfigurations

ToHeaders DescribeRemediationConfigurations Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationConfigurations

ToPath DescribeRemediationConfigurations Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationConfigurations

ToQuery DescribeRemediationConfigurations Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationConfigurations

AWSRequest DescribeRemediationConfigurations Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationConfigurations

Generic DescribeRemediationConfigurations Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationConfigurations

Associated Types

type Rep DescribeRemediationConfigurations :: Type -> Type #

Read DescribeRemediationConfigurations Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationConfigurations

Show DescribeRemediationConfigurations Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationConfigurations

NFData DescribeRemediationConfigurations Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationConfigurations

Eq DescribeRemediationConfigurations Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationConfigurations

Hashable DescribeRemediationConfigurations Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationConfigurations

type AWSResponse DescribeRemediationConfigurations Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationConfigurations

type Rep DescribeRemediationConfigurations Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationConfigurations

type Rep DescribeRemediationConfigurations = D1 ('MetaData "DescribeRemediationConfigurations" "Amazonka.Config.DescribeRemediationConfigurations" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeRemediationConfigurations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configRuleNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newDescribeRemediationConfigurations :: DescribeRemediationConfigurations Source #

Create a value of DescribeRemediationConfigurations with all optional fields omitted.

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

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

DescribeRemediationConfigurations, describeRemediationConfigurations_configRuleNames - A list of Config rule names of remediation configurations for which you want details.

data DescribeRemediationConfigurationsResponse Source #

Instances

Instances details
Generic DescribeRemediationConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationConfigurations

Read DescribeRemediationConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationConfigurations

Show DescribeRemediationConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationConfigurations

NFData DescribeRemediationConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationConfigurations

Eq DescribeRemediationConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationConfigurations

type Rep DescribeRemediationConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationConfigurations

type Rep DescribeRemediationConfigurationsResponse = D1 ('MetaData "DescribeRemediationConfigurationsResponse" "Amazonka.Config.DescribeRemediationConfigurations" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeRemediationConfigurationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "remediationConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RemediationConfiguration])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

DescribeRemediationExceptions

data DescribeRemediationExceptions Source #

See: newDescribeRemediationExceptions smart constructor.

Instances

Instances details
ToJSON DescribeRemediationExceptions Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationExceptions

ToHeaders DescribeRemediationExceptions Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationExceptions

ToPath DescribeRemediationExceptions Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationExceptions

ToQuery DescribeRemediationExceptions Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationExceptions

AWSRequest DescribeRemediationExceptions Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationExceptions

Generic DescribeRemediationExceptions Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationExceptions

Associated Types

type Rep DescribeRemediationExceptions :: Type -> Type #

Read DescribeRemediationExceptions Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationExceptions

Show DescribeRemediationExceptions Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationExceptions

NFData DescribeRemediationExceptions Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationExceptions

Eq DescribeRemediationExceptions Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationExceptions

Hashable DescribeRemediationExceptions Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationExceptions

type AWSResponse DescribeRemediationExceptions Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationExceptions

type Rep DescribeRemediationExceptions Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationExceptions

type Rep DescribeRemediationExceptions = D1 ('MetaData "DescribeRemediationExceptions" "Amazonka.Config.DescribeRemediationExceptions" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeRemediationExceptions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "resourceKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty RemediationExceptionResourceKey))) :*: S1 ('MetaSel ('Just "configRuleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeRemediationExceptions Source #

Create a value of DescribeRemediationExceptions with all optional fields omitted.

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

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

$sel:limit:DescribeRemediationExceptions', describeRemediationExceptions_limit - The maximum number of RemediationExceptionResourceKey returned on each page. The default is 25. If you specify 0, Config uses the default.

DescribeRemediationExceptions, describeRemediationExceptions_nextToken - The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.

$sel:resourceKeys:DescribeRemediationExceptions', describeRemediationExceptions_resourceKeys - An exception list of resource exception keys to be processed with the current request. Config adds exception for each resource key. For example, Config adds 3 exceptions for 3 resource keys.

DescribeRemediationExceptions, describeRemediationExceptions_configRuleName - The name of the Config rule.

data DescribeRemediationExceptionsResponse Source #

Instances

Instances details
Generic DescribeRemediationExceptionsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationExceptions

Read DescribeRemediationExceptionsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationExceptions

Show DescribeRemediationExceptionsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationExceptions

NFData DescribeRemediationExceptionsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationExceptions

Eq DescribeRemediationExceptionsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationExceptions

type Rep DescribeRemediationExceptionsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationExceptions

type Rep DescribeRemediationExceptionsResponse = D1 ('MetaData "DescribeRemediationExceptionsResponse" "Amazonka.Config.DescribeRemediationExceptions" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeRemediationExceptionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "remediationExceptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RemediationException])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeRemediationExceptionsResponse Source #

Create a value of DescribeRemediationExceptionsResponse with all optional fields omitted.

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

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

DescribeRemediationExceptions, describeRemediationExceptionsResponse_nextToken - The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.

$sel:remediationExceptions:DescribeRemediationExceptionsResponse', describeRemediationExceptionsResponse_remediationExceptions - Returns a list of remediation exception objects.

$sel:httpStatus:DescribeRemediationExceptionsResponse', describeRemediationExceptionsResponse_httpStatus - The response's http status code.

DescribeRemediationExecutionStatus (Paginated)

data DescribeRemediationExecutionStatus Source #

Instances

Instances details
ToJSON DescribeRemediationExecutionStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationExecutionStatus

ToHeaders DescribeRemediationExecutionStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationExecutionStatus

ToPath DescribeRemediationExecutionStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationExecutionStatus

ToQuery DescribeRemediationExecutionStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationExecutionStatus

AWSPager DescribeRemediationExecutionStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationExecutionStatus

AWSRequest DescribeRemediationExecutionStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationExecutionStatus

Generic DescribeRemediationExecutionStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationExecutionStatus

Associated Types

type Rep DescribeRemediationExecutionStatus :: Type -> Type #

Read DescribeRemediationExecutionStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationExecutionStatus

Show DescribeRemediationExecutionStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationExecutionStatus

NFData DescribeRemediationExecutionStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationExecutionStatus

Eq DescribeRemediationExecutionStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationExecutionStatus

Hashable DescribeRemediationExecutionStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationExecutionStatus

type AWSResponse DescribeRemediationExecutionStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationExecutionStatus

type Rep DescribeRemediationExecutionStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationExecutionStatus

type Rep DescribeRemediationExecutionStatus = D1 ('MetaData "DescribeRemediationExecutionStatus" "Amazonka.Config.DescribeRemediationExecutionStatus" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeRemediationExecutionStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "resourceKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ResourceKey))) :*: S1 ('MetaSel ('Just "configRuleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeRemediationExecutionStatus Source #

Create a value of DescribeRemediationExecutionStatus with all optional fields omitted.

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

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

$sel:limit:DescribeRemediationExecutionStatus', describeRemediationExecutionStatus_limit - The maximum number of RemediationExecutionStatuses returned on each page. The default is maximum. If you specify 0, Config uses the default.

DescribeRemediationExecutionStatus, describeRemediationExecutionStatus_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

$sel:resourceKeys:DescribeRemediationExecutionStatus', describeRemediationExecutionStatus_resourceKeys - A list of resource keys to be processed with the current request. Each element in the list consists of the resource type and resource ID.

DescribeRemediationExecutionStatus, describeRemediationExecutionStatus_configRuleName - A list of Config rule names.

data DescribeRemediationExecutionStatusResponse Source #

Instances

Instances details
Generic DescribeRemediationExecutionStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationExecutionStatus

Read DescribeRemediationExecutionStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationExecutionStatus

Show DescribeRemediationExecutionStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationExecutionStatus

NFData DescribeRemediationExecutionStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationExecutionStatus

Eq DescribeRemediationExecutionStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationExecutionStatus

type Rep DescribeRemediationExecutionStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeRemediationExecutionStatus

type Rep DescribeRemediationExecutionStatusResponse = D1 ('MetaData "DescribeRemediationExecutionStatusResponse" "Amazonka.Config.DescribeRemediationExecutionStatus" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeRemediationExecutionStatusResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "remediationExecutionStatuses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RemediationExecutionStatus])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeRemediationExecutionStatusResponse Source #

Create a value of DescribeRemediationExecutionStatusResponse with all optional fields omitted.

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

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

DescribeRemediationExecutionStatus, describeRemediationExecutionStatusResponse_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

$sel:remediationExecutionStatuses:DescribeRemediationExecutionStatusResponse', describeRemediationExecutionStatusResponse_remediationExecutionStatuses - Returns a list of remediation execution statuses objects.

$sel:httpStatus:DescribeRemediationExecutionStatusResponse', describeRemediationExecutionStatusResponse_httpStatus - The response's http status code.

DescribeRetentionConfigurations (Paginated)

data DescribeRetentionConfigurations Source #

See: newDescribeRetentionConfigurations smart constructor.

Instances

Instances details
ToJSON DescribeRetentionConfigurations Source # 
Instance details

Defined in Amazonka.Config.DescribeRetentionConfigurations

ToHeaders DescribeRetentionConfigurations Source # 
Instance details

Defined in Amazonka.Config.DescribeRetentionConfigurations

ToPath DescribeRetentionConfigurations Source # 
Instance details

Defined in Amazonka.Config.DescribeRetentionConfigurations

ToQuery DescribeRetentionConfigurations Source # 
Instance details

Defined in Amazonka.Config.DescribeRetentionConfigurations

AWSPager DescribeRetentionConfigurations Source # 
Instance details

Defined in Amazonka.Config.DescribeRetentionConfigurations

AWSRequest DescribeRetentionConfigurations Source # 
Instance details

Defined in Amazonka.Config.DescribeRetentionConfigurations

Generic DescribeRetentionConfigurations Source # 
Instance details

Defined in Amazonka.Config.DescribeRetentionConfigurations

Associated Types

type Rep DescribeRetentionConfigurations :: Type -> Type #

Read DescribeRetentionConfigurations Source # 
Instance details

Defined in Amazonka.Config.DescribeRetentionConfigurations

Show DescribeRetentionConfigurations Source # 
Instance details

Defined in Amazonka.Config.DescribeRetentionConfigurations

NFData DescribeRetentionConfigurations Source # 
Instance details

Defined in Amazonka.Config.DescribeRetentionConfigurations

Eq DescribeRetentionConfigurations Source # 
Instance details

Defined in Amazonka.Config.DescribeRetentionConfigurations

Hashable DescribeRetentionConfigurations Source # 
Instance details

Defined in Amazonka.Config.DescribeRetentionConfigurations

type AWSResponse DescribeRetentionConfigurations Source # 
Instance details

Defined in Amazonka.Config.DescribeRetentionConfigurations

type Rep DescribeRetentionConfigurations Source # 
Instance details

Defined in Amazonka.Config.DescribeRetentionConfigurations

type Rep DescribeRetentionConfigurations = D1 ('MetaData "DescribeRetentionConfigurations" "Amazonka.Config.DescribeRetentionConfigurations" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeRetentionConfigurations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "retentionConfigurationNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newDescribeRetentionConfigurations :: DescribeRetentionConfigurations Source #

Create a value of DescribeRetentionConfigurations with all optional fields omitted.

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

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

DescribeRetentionConfigurations, describeRetentionConfigurations_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

$sel:retentionConfigurationNames:DescribeRetentionConfigurations', describeRetentionConfigurations_retentionConfigurationNames - A list of names of retention configurations for which you want details. If you do not specify a name, Config returns details for all the retention configurations for that account.

Currently, Config supports only one retention configuration per region in your account.

data DescribeRetentionConfigurationsResponse Source #

Instances

Instances details
Generic DescribeRetentionConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeRetentionConfigurations

Read DescribeRetentionConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeRetentionConfigurations

Show DescribeRetentionConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeRetentionConfigurations

NFData DescribeRetentionConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeRetentionConfigurations

Eq DescribeRetentionConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeRetentionConfigurations

type Rep DescribeRetentionConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeRetentionConfigurations

type Rep DescribeRetentionConfigurationsResponse = D1 ('MetaData "DescribeRetentionConfigurationsResponse" "Amazonka.Config.DescribeRetentionConfigurations" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeRetentionConfigurationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "retentionConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RetentionConfiguration])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeRetentionConfigurationsResponse Source #

Create a value of DescribeRetentionConfigurationsResponse with all optional fields omitted.

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

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

DescribeRetentionConfigurations, describeRetentionConfigurationsResponse_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

$sel:retentionConfigurations:DescribeRetentionConfigurationsResponse', describeRetentionConfigurationsResponse_retentionConfigurations - Returns a retention configuration object.

$sel:httpStatus:DescribeRetentionConfigurationsResponse', describeRetentionConfigurationsResponse_httpStatus - The response's http status code.

GetAggregateComplianceDetailsByConfigRule (Paginated)

data GetAggregateComplianceDetailsByConfigRule Source #

Instances

Instances details
ToJSON GetAggregateComplianceDetailsByConfigRule Source # 
Instance details

Defined in Amazonka.Config.GetAggregateComplianceDetailsByConfigRule

ToHeaders GetAggregateComplianceDetailsByConfigRule Source # 
Instance details

Defined in Amazonka.Config.GetAggregateComplianceDetailsByConfigRule

ToPath GetAggregateComplianceDetailsByConfigRule Source # 
Instance details

Defined in Amazonka.Config.GetAggregateComplianceDetailsByConfigRule

ToQuery GetAggregateComplianceDetailsByConfigRule Source # 
Instance details

Defined in Amazonka.Config.GetAggregateComplianceDetailsByConfigRule

AWSPager GetAggregateComplianceDetailsByConfigRule Source # 
Instance details

Defined in Amazonka.Config.GetAggregateComplianceDetailsByConfigRule

AWSRequest GetAggregateComplianceDetailsByConfigRule Source # 
Instance details

Defined in Amazonka.Config.GetAggregateComplianceDetailsByConfigRule

Generic GetAggregateComplianceDetailsByConfigRule Source # 
Instance details

Defined in Amazonka.Config.GetAggregateComplianceDetailsByConfigRule

Read GetAggregateComplianceDetailsByConfigRule Source # 
Instance details

Defined in Amazonka.Config.GetAggregateComplianceDetailsByConfigRule

Show GetAggregateComplianceDetailsByConfigRule Source # 
Instance details

Defined in Amazonka.Config.GetAggregateComplianceDetailsByConfigRule

NFData GetAggregateComplianceDetailsByConfigRule Source # 
Instance details

Defined in Amazonka.Config.GetAggregateComplianceDetailsByConfigRule

Eq GetAggregateComplianceDetailsByConfigRule Source # 
Instance details

Defined in Amazonka.Config.GetAggregateComplianceDetailsByConfigRule

Hashable GetAggregateComplianceDetailsByConfigRule Source # 
Instance details

Defined in Amazonka.Config.GetAggregateComplianceDetailsByConfigRule

type AWSResponse GetAggregateComplianceDetailsByConfigRule Source # 
Instance details

Defined in Amazonka.Config.GetAggregateComplianceDetailsByConfigRule

type Rep GetAggregateComplianceDetailsByConfigRule Source # 
Instance details

Defined in Amazonka.Config.GetAggregateComplianceDetailsByConfigRule

type Rep GetAggregateComplianceDetailsByConfigRule = D1 ('MetaData "GetAggregateComplianceDetailsByConfigRule" "Amazonka.Config.GetAggregateComplianceDetailsByConfigRule" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "GetAggregateComplianceDetailsByConfigRule'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "complianceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComplianceType)) :*: (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "configurationAggregatorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "configRuleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newGetAggregateComplianceDetailsByConfigRule Source #

Create a value of GetAggregateComplianceDetailsByConfigRule with all optional fields omitted.

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

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

GetAggregateComplianceDetailsByConfigRule, getAggregateComplianceDetailsByConfigRule_complianceType - The resource compliance status.

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

$sel:limit:GetAggregateComplianceDetailsByConfigRule', getAggregateComplianceDetailsByConfigRule_limit - The maximum number of evaluation results returned on each page. The default is 50. You cannot specify a number greater than 100. If you specify 0, Config uses the default.

GetAggregateComplianceDetailsByConfigRule, getAggregateComplianceDetailsByConfigRule_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

GetAggregateComplianceDetailsByConfigRule, getAggregateComplianceDetailsByConfigRule_configurationAggregatorName - The name of the configuration aggregator.

GetAggregateComplianceDetailsByConfigRule, getAggregateComplianceDetailsByConfigRule_configRuleName - The name of the Config rule for which you want compliance information.

GetAggregateComplianceDetailsByConfigRule, getAggregateComplianceDetailsByConfigRule_accountId - The 12-digit account ID of the source account.

GetAggregateComplianceDetailsByConfigRule, getAggregateComplianceDetailsByConfigRule_awsRegion - The source region from where the data is aggregated.

data GetAggregateComplianceDetailsByConfigRuleResponse Source #

Instances

Instances details
Generic GetAggregateComplianceDetailsByConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.GetAggregateComplianceDetailsByConfigRule

Read GetAggregateComplianceDetailsByConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.GetAggregateComplianceDetailsByConfigRule

Show GetAggregateComplianceDetailsByConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.GetAggregateComplianceDetailsByConfigRule

NFData GetAggregateComplianceDetailsByConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.GetAggregateComplianceDetailsByConfigRule

Eq GetAggregateComplianceDetailsByConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.GetAggregateComplianceDetailsByConfigRule

type Rep GetAggregateComplianceDetailsByConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.GetAggregateComplianceDetailsByConfigRule

type Rep GetAggregateComplianceDetailsByConfigRuleResponse = D1 ('MetaData "GetAggregateComplianceDetailsByConfigRuleResponse" "Amazonka.Config.GetAggregateComplianceDetailsByConfigRule" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "GetAggregateComplianceDetailsByConfigRuleResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "aggregateEvaluationResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AggregateEvaluationResult])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetAggregateComplianceDetailsByConfigRuleResponse Source #

Create a value of GetAggregateComplianceDetailsByConfigRuleResponse with all optional fields omitted.

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

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

$sel:aggregateEvaluationResults:GetAggregateComplianceDetailsByConfigRuleResponse', getAggregateComplianceDetailsByConfigRuleResponse_aggregateEvaluationResults - Returns an AggregateEvaluationResults object.

GetAggregateComplianceDetailsByConfigRule, getAggregateComplianceDetailsByConfigRuleResponse_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

$sel:httpStatus:GetAggregateComplianceDetailsByConfigRuleResponse', getAggregateComplianceDetailsByConfigRuleResponse_httpStatus - The response's http status code.

GetAggregateConfigRuleComplianceSummary

data GetAggregateConfigRuleComplianceSummary Source #

Instances

Instances details
ToJSON GetAggregateConfigRuleComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.GetAggregateConfigRuleComplianceSummary

ToHeaders GetAggregateConfigRuleComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.GetAggregateConfigRuleComplianceSummary

ToPath GetAggregateConfigRuleComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.GetAggregateConfigRuleComplianceSummary

ToQuery GetAggregateConfigRuleComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.GetAggregateConfigRuleComplianceSummary

AWSRequest GetAggregateConfigRuleComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.GetAggregateConfigRuleComplianceSummary

Generic GetAggregateConfigRuleComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.GetAggregateConfigRuleComplianceSummary

Read GetAggregateConfigRuleComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.GetAggregateConfigRuleComplianceSummary

Show GetAggregateConfigRuleComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.GetAggregateConfigRuleComplianceSummary

NFData GetAggregateConfigRuleComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.GetAggregateConfigRuleComplianceSummary

Eq GetAggregateConfigRuleComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.GetAggregateConfigRuleComplianceSummary

Hashable GetAggregateConfigRuleComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.GetAggregateConfigRuleComplianceSummary

type AWSResponse GetAggregateConfigRuleComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.GetAggregateConfigRuleComplianceSummary

type Rep GetAggregateConfigRuleComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.GetAggregateConfigRuleComplianceSummary

type Rep GetAggregateConfigRuleComplianceSummary = D1 ('MetaData "GetAggregateConfigRuleComplianceSummary" "Amazonka.Config.GetAggregateConfigRuleComplianceSummary" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "GetAggregateConfigRuleComplianceSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigRuleComplianceSummaryFilters)) :*: S1 ('MetaSel ('Just "groupByKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigRuleComplianceSummaryGroupKey))) :*: (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "configurationAggregatorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newGetAggregateConfigRuleComplianceSummary Source #

Create a value of GetAggregateConfigRuleComplianceSummary with all optional fields omitted.

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

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

$sel:filters:GetAggregateConfigRuleComplianceSummary', getAggregateConfigRuleComplianceSummary_filters - Filters the results based on the ConfigRuleComplianceSummaryFilters object.

GetAggregateConfigRuleComplianceSummary, getAggregateConfigRuleComplianceSummary_groupByKey - Groups the result based on ACCOUNT_ID or AWS_REGION.

$sel:limit:GetAggregateConfigRuleComplianceSummary', getAggregateConfigRuleComplianceSummary_limit - The maximum number of evaluation results returned on each page. The default is 1000. You cannot specify a number greater than 1000. If you specify 0, Config uses the default.

GetAggregateConfigRuleComplianceSummary, getAggregateConfigRuleComplianceSummary_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

GetAggregateConfigRuleComplianceSummary, getAggregateConfigRuleComplianceSummary_configurationAggregatorName - The name of the configuration aggregator.

data GetAggregateConfigRuleComplianceSummaryResponse Source #

Instances

Instances details
Generic GetAggregateConfigRuleComplianceSummaryResponse Source # 
Instance details

Defined in Amazonka.Config.GetAggregateConfigRuleComplianceSummary

Read GetAggregateConfigRuleComplianceSummaryResponse Source # 
Instance details

Defined in Amazonka.Config.GetAggregateConfigRuleComplianceSummary

Show GetAggregateConfigRuleComplianceSummaryResponse Source # 
Instance details

Defined in Amazonka.Config.GetAggregateConfigRuleComplianceSummary

NFData GetAggregateConfigRuleComplianceSummaryResponse Source # 
Instance details

Defined in Amazonka.Config.GetAggregateConfigRuleComplianceSummary

Eq GetAggregateConfigRuleComplianceSummaryResponse Source # 
Instance details

Defined in Amazonka.Config.GetAggregateConfigRuleComplianceSummary

type Rep GetAggregateConfigRuleComplianceSummaryResponse Source # 
Instance details

Defined in Amazonka.Config.GetAggregateConfigRuleComplianceSummary

type Rep GetAggregateConfigRuleComplianceSummaryResponse = D1 ('MetaData "GetAggregateConfigRuleComplianceSummaryResponse" "Amazonka.Config.GetAggregateConfigRuleComplianceSummary" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "GetAggregateConfigRuleComplianceSummaryResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "aggregateComplianceCounts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AggregateComplianceCount])) :*: S1 ('MetaSel ('Just "groupByKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetAggregateConfigRuleComplianceSummaryResponse Source #

Create a value of GetAggregateConfigRuleComplianceSummaryResponse with all optional fields omitted.

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

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

$sel:aggregateComplianceCounts:GetAggregateConfigRuleComplianceSummaryResponse', getAggregateConfigRuleComplianceSummaryResponse_aggregateComplianceCounts - Returns a list of AggregateComplianceCounts object.

GetAggregateConfigRuleComplianceSummary, getAggregateConfigRuleComplianceSummaryResponse_groupByKey - Groups the result based on ACCOUNT_ID or AWS_REGION.

GetAggregateConfigRuleComplianceSummary, getAggregateConfigRuleComplianceSummaryResponse_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

$sel:httpStatus:GetAggregateConfigRuleComplianceSummaryResponse', getAggregateConfigRuleComplianceSummaryResponse_httpStatus - The response's http status code.

GetAggregateConformancePackComplianceSummary

data GetAggregateConformancePackComplianceSummary Source #

Instances

Instances details
ToJSON GetAggregateConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.GetAggregateConformancePackComplianceSummary

ToHeaders GetAggregateConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.GetAggregateConformancePackComplianceSummary

ToPath GetAggregateConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.GetAggregateConformancePackComplianceSummary

ToQuery GetAggregateConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.GetAggregateConformancePackComplianceSummary

AWSRequest GetAggregateConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.GetAggregateConformancePackComplianceSummary

Generic GetAggregateConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.GetAggregateConformancePackComplianceSummary

Read GetAggregateConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.GetAggregateConformancePackComplianceSummary

Show GetAggregateConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.GetAggregateConformancePackComplianceSummary

NFData GetAggregateConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.GetAggregateConformancePackComplianceSummary

Eq GetAggregateConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.GetAggregateConformancePackComplianceSummary

Hashable GetAggregateConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.GetAggregateConformancePackComplianceSummary

type AWSResponse GetAggregateConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.GetAggregateConformancePackComplianceSummary

type Rep GetAggregateConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.GetAggregateConformancePackComplianceSummary

type Rep GetAggregateConformancePackComplianceSummary = D1 ('MetaData "GetAggregateConformancePackComplianceSummary" "Amazonka.Config.GetAggregateConformancePackComplianceSummary" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "GetAggregateConformancePackComplianceSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AggregateConformancePackComplianceSummaryFilters)) :*: S1 ('MetaSel ('Just "groupByKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AggregateConformancePackComplianceSummaryGroupKey))) :*: (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "configurationAggregatorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newGetAggregateConformancePackComplianceSummary Source #

Create a value of GetAggregateConformancePackComplianceSummary with all optional fields omitted.

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

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

$sel:filters:GetAggregateConformancePackComplianceSummary', getAggregateConformancePackComplianceSummary_filters - Filters the results based on the AggregateConformancePackComplianceSummaryFilters object.

GetAggregateConformancePackComplianceSummary, getAggregateConformancePackComplianceSummary_groupByKey - Groups the result based on Amazon Web Services account ID or Amazon Web Services Region.

$sel:limit:GetAggregateConformancePackComplianceSummary', getAggregateConformancePackComplianceSummary_limit - The maximum number of results returned on each page. The default is maximum. If you specify 0, Config uses the default.

GetAggregateConformancePackComplianceSummary, getAggregateConformancePackComplianceSummary_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

GetAggregateConformancePackComplianceSummary, getAggregateConformancePackComplianceSummary_configurationAggregatorName - The name of the configuration aggregator.

data GetAggregateConformancePackComplianceSummaryResponse Source #

Instances

Instances details
Generic GetAggregateConformancePackComplianceSummaryResponse Source # 
Instance details

Defined in Amazonka.Config.GetAggregateConformancePackComplianceSummary

Read GetAggregateConformancePackComplianceSummaryResponse Source # 
Instance details

Defined in Amazonka.Config.GetAggregateConformancePackComplianceSummary

Show GetAggregateConformancePackComplianceSummaryResponse Source # 
Instance details

Defined in Amazonka.Config.GetAggregateConformancePackComplianceSummary

NFData GetAggregateConformancePackComplianceSummaryResponse Source # 
Instance details

Defined in Amazonka.Config.GetAggregateConformancePackComplianceSummary

Eq GetAggregateConformancePackComplianceSummaryResponse Source # 
Instance details

Defined in Amazonka.Config.GetAggregateConformancePackComplianceSummary

type Rep GetAggregateConformancePackComplianceSummaryResponse Source # 
Instance details

Defined in Amazonka.Config.GetAggregateConformancePackComplianceSummary

type Rep GetAggregateConformancePackComplianceSummaryResponse = D1 ('MetaData "GetAggregateConformancePackComplianceSummaryResponse" "Amazonka.Config.GetAggregateConformancePackComplianceSummary" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "GetAggregateConformancePackComplianceSummaryResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "aggregateConformancePackComplianceSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AggregateConformancePackComplianceSummary])) :*: S1 ('MetaSel ('Just "groupByKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetAggregateConformancePackComplianceSummaryResponse Source #

Create a value of GetAggregateConformancePackComplianceSummaryResponse with all optional fields omitted.

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

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

$sel:aggregateConformancePackComplianceSummaries:GetAggregateConformancePackComplianceSummaryResponse', getAggregateConformancePackComplianceSummaryResponse_aggregateConformancePackComplianceSummaries - Returns a list of AggregateConformancePackComplianceSummary object.

GetAggregateConformancePackComplianceSummary, getAggregateConformancePackComplianceSummaryResponse_groupByKey - Groups the result based on Amazon Web Services account ID or Amazon Web Services Region.

GetAggregateConformancePackComplianceSummary, getAggregateConformancePackComplianceSummaryResponse_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

$sel:httpStatus:GetAggregateConformancePackComplianceSummaryResponse', getAggregateConformancePackComplianceSummaryResponse_httpStatus - The response's http status code.

GetAggregateDiscoveredResourceCounts

data GetAggregateDiscoveredResourceCounts Source #

Instances

Instances details
ToJSON GetAggregateDiscoveredResourceCounts Source # 
Instance details

Defined in Amazonka.Config.GetAggregateDiscoveredResourceCounts

ToHeaders GetAggregateDiscoveredResourceCounts Source # 
Instance details

Defined in Amazonka.Config.GetAggregateDiscoveredResourceCounts

ToPath GetAggregateDiscoveredResourceCounts Source # 
Instance details

Defined in Amazonka.Config.GetAggregateDiscoveredResourceCounts

ToQuery GetAggregateDiscoveredResourceCounts Source # 
Instance details

Defined in Amazonka.Config.GetAggregateDiscoveredResourceCounts

AWSRequest GetAggregateDiscoveredResourceCounts Source # 
Instance details

Defined in Amazonka.Config.GetAggregateDiscoveredResourceCounts

Generic GetAggregateDiscoveredResourceCounts Source # 
Instance details

Defined in Amazonka.Config.GetAggregateDiscoveredResourceCounts

Read GetAggregateDiscoveredResourceCounts Source # 
Instance details

Defined in Amazonka.Config.GetAggregateDiscoveredResourceCounts

Show GetAggregateDiscoveredResourceCounts Source # 
Instance details

Defined in Amazonka.Config.GetAggregateDiscoveredResourceCounts

NFData GetAggregateDiscoveredResourceCounts Source # 
Instance details

Defined in Amazonka.Config.GetAggregateDiscoveredResourceCounts

Eq GetAggregateDiscoveredResourceCounts Source # 
Instance details

Defined in Amazonka.Config.GetAggregateDiscoveredResourceCounts

Hashable GetAggregateDiscoveredResourceCounts Source # 
Instance details

Defined in Amazonka.Config.GetAggregateDiscoveredResourceCounts

type AWSResponse GetAggregateDiscoveredResourceCounts Source # 
Instance details

Defined in Amazonka.Config.GetAggregateDiscoveredResourceCounts

type Rep GetAggregateDiscoveredResourceCounts Source # 
Instance details

Defined in Amazonka.Config.GetAggregateDiscoveredResourceCounts

type Rep GetAggregateDiscoveredResourceCounts = D1 ('MetaData "GetAggregateDiscoveredResourceCounts" "Amazonka.Config.GetAggregateDiscoveredResourceCounts" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "GetAggregateDiscoveredResourceCounts'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceCountFilters)) :*: S1 ('MetaSel ('Just "groupByKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceCountGroupKey))) :*: (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "configurationAggregatorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newGetAggregateDiscoveredResourceCounts Source #

Create a value of GetAggregateDiscoveredResourceCounts with all optional fields omitted.

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

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

$sel:filters:GetAggregateDiscoveredResourceCounts', getAggregateDiscoveredResourceCounts_filters - Filters the results based on the ResourceCountFilters object.

GetAggregateDiscoveredResourceCounts, getAggregateDiscoveredResourceCounts_groupByKey - The key to group the resource counts.

$sel:limit:GetAggregateDiscoveredResourceCounts', getAggregateDiscoveredResourceCounts_limit - The maximum number of GroupedResourceCount objects returned on each page. The default is 1000. You cannot specify a number greater than 1000. If you specify 0, Config uses the default.

GetAggregateDiscoveredResourceCounts, getAggregateDiscoveredResourceCounts_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

GetAggregateDiscoveredResourceCounts, getAggregateDiscoveredResourceCounts_configurationAggregatorName - The name of the configuration aggregator.

data GetAggregateDiscoveredResourceCountsResponse Source #

Instances

Instances details
Generic GetAggregateDiscoveredResourceCountsResponse Source # 
Instance details

Defined in Amazonka.Config.GetAggregateDiscoveredResourceCounts

Read GetAggregateDiscoveredResourceCountsResponse Source # 
Instance details

Defined in Amazonka.Config.GetAggregateDiscoveredResourceCounts

Show GetAggregateDiscoveredResourceCountsResponse Source # 
Instance details

Defined in Amazonka.Config.GetAggregateDiscoveredResourceCounts

NFData GetAggregateDiscoveredResourceCountsResponse Source # 
Instance details

Defined in Amazonka.Config.GetAggregateDiscoveredResourceCounts

Eq GetAggregateDiscoveredResourceCountsResponse Source # 
Instance details

Defined in Amazonka.Config.GetAggregateDiscoveredResourceCounts

type Rep GetAggregateDiscoveredResourceCountsResponse Source # 
Instance details

Defined in Amazonka.Config.GetAggregateDiscoveredResourceCounts

type Rep GetAggregateDiscoveredResourceCountsResponse = D1 ('MetaData "GetAggregateDiscoveredResourceCountsResponse" "Amazonka.Config.GetAggregateDiscoveredResourceCounts" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "GetAggregateDiscoveredResourceCountsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "groupByKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "groupedResourceCounts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GroupedResourceCount]))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "totalDiscoveredResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))))

newGetAggregateDiscoveredResourceCountsResponse Source #

Create a value of GetAggregateDiscoveredResourceCountsResponse with all optional fields omitted.

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

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

GetAggregateDiscoveredResourceCounts, getAggregateDiscoveredResourceCountsResponse_groupByKey - The key passed into the request object. If GroupByKey is not provided, the result will be empty.

$sel:groupedResourceCounts:GetAggregateDiscoveredResourceCountsResponse', getAggregateDiscoveredResourceCountsResponse_groupedResourceCounts - Returns a list of GroupedResourceCount objects.

GetAggregateDiscoveredResourceCounts, getAggregateDiscoveredResourceCountsResponse_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

$sel:httpStatus:GetAggregateDiscoveredResourceCountsResponse', getAggregateDiscoveredResourceCountsResponse_httpStatus - The response's http status code.

$sel:totalDiscoveredResources:GetAggregateDiscoveredResourceCountsResponse', getAggregateDiscoveredResourceCountsResponse_totalDiscoveredResources - The total number of resources that are present in an aggregator with the filters that you provide.

GetAggregateResourceConfig

data GetAggregateResourceConfig Source #

See: newGetAggregateResourceConfig smart constructor.

Instances

Instances details
ToJSON GetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.GetAggregateResourceConfig

ToHeaders GetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.GetAggregateResourceConfig

ToPath GetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.GetAggregateResourceConfig

ToQuery GetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.GetAggregateResourceConfig

AWSRequest GetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.GetAggregateResourceConfig

Generic GetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.GetAggregateResourceConfig

Associated Types

type Rep GetAggregateResourceConfig :: Type -> Type #

Read GetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.GetAggregateResourceConfig

Show GetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.GetAggregateResourceConfig

NFData GetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.GetAggregateResourceConfig

Eq GetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.GetAggregateResourceConfig

Hashable GetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.GetAggregateResourceConfig

type AWSResponse GetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.GetAggregateResourceConfig

type Rep GetAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.GetAggregateResourceConfig

type Rep GetAggregateResourceConfig = D1 ('MetaData "GetAggregateResourceConfig" "Amazonka.Config.GetAggregateResourceConfig" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "GetAggregateResourceConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationAggregatorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AggregateResourceIdentifier)))

newGetAggregateResourceConfig Source #

Create a value of GetAggregateResourceConfig with all optional fields omitted.

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

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

GetAggregateResourceConfig, getAggregateResourceConfig_configurationAggregatorName - The name of the configuration aggregator.

$sel:resourceIdentifier:GetAggregateResourceConfig', getAggregateResourceConfig_resourceIdentifier - An object that identifies aggregate resource.

data GetAggregateResourceConfigResponse Source #

Instances

Instances details
Generic GetAggregateResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.GetAggregateResourceConfig

Associated Types

type Rep GetAggregateResourceConfigResponse :: Type -> Type #

Read GetAggregateResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.GetAggregateResourceConfig

Show GetAggregateResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.GetAggregateResourceConfig

NFData GetAggregateResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.GetAggregateResourceConfig

Eq GetAggregateResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.GetAggregateResourceConfig

type Rep GetAggregateResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.GetAggregateResourceConfig

type Rep GetAggregateResourceConfigResponse = D1 ('MetaData "GetAggregateResourceConfigResponse" "Amazonka.Config.GetAggregateResourceConfig" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "GetAggregateResourceConfigResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationItem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigurationItem)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetAggregateResourceConfigResponse Source #

Create a value of GetAggregateResourceConfigResponse with all optional fields omitted.

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

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

$sel:configurationItem:GetAggregateResourceConfigResponse', getAggregateResourceConfigResponse_configurationItem - Returns a ConfigurationItem object.

$sel:httpStatus:GetAggregateResourceConfigResponse', getAggregateResourceConfigResponse_httpStatus - The response's http status code.

GetComplianceDetailsByConfigRule (Paginated)

data GetComplianceDetailsByConfigRule Source #

See: newGetComplianceDetailsByConfigRule smart constructor.

Instances

Instances details
ToJSON GetComplianceDetailsByConfigRule Source # 
Instance details

Defined in Amazonka.Config.GetComplianceDetailsByConfigRule

ToHeaders GetComplianceDetailsByConfigRule Source # 
Instance details

Defined in Amazonka.Config.GetComplianceDetailsByConfigRule

ToPath GetComplianceDetailsByConfigRule Source # 
Instance details

Defined in Amazonka.Config.GetComplianceDetailsByConfigRule

ToQuery GetComplianceDetailsByConfigRule Source # 
Instance details

Defined in Amazonka.Config.GetComplianceDetailsByConfigRule

AWSPager GetComplianceDetailsByConfigRule Source # 
Instance details

Defined in Amazonka.Config.GetComplianceDetailsByConfigRule

AWSRequest GetComplianceDetailsByConfigRule Source # 
Instance details

Defined in Amazonka.Config.GetComplianceDetailsByConfigRule

Generic GetComplianceDetailsByConfigRule Source # 
Instance details

Defined in Amazonka.Config.GetComplianceDetailsByConfigRule

Associated Types

type Rep GetComplianceDetailsByConfigRule :: Type -> Type #

Read GetComplianceDetailsByConfigRule Source # 
Instance details

Defined in Amazonka.Config.GetComplianceDetailsByConfigRule

Show GetComplianceDetailsByConfigRule Source # 
Instance details

Defined in Amazonka.Config.GetComplianceDetailsByConfigRule

NFData GetComplianceDetailsByConfigRule Source # 
Instance details

Defined in Amazonka.Config.GetComplianceDetailsByConfigRule

Eq GetComplianceDetailsByConfigRule Source # 
Instance details

Defined in Amazonka.Config.GetComplianceDetailsByConfigRule

Hashable GetComplianceDetailsByConfigRule Source # 
Instance details

Defined in Amazonka.Config.GetComplianceDetailsByConfigRule

type AWSResponse GetComplianceDetailsByConfigRule Source # 
Instance details

Defined in Amazonka.Config.GetComplianceDetailsByConfigRule

type Rep GetComplianceDetailsByConfigRule Source # 
Instance details

Defined in Amazonka.Config.GetComplianceDetailsByConfigRule

type Rep GetComplianceDetailsByConfigRule = D1 ('MetaData "GetComplianceDetailsByConfigRule" "Amazonka.Config.GetComplianceDetailsByConfigRule" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "GetComplianceDetailsByConfigRule'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "complianceTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ComplianceType])) :*: S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "configRuleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetComplianceDetailsByConfigRule Source #

Create a value of GetComplianceDetailsByConfigRule with all optional fields omitted.

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

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

$sel:complianceTypes:GetComplianceDetailsByConfigRule', getComplianceDetailsByConfigRule_complianceTypes - Filters the results by compliance.

The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.

$sel:limit:GetComplianceDetailsByConfigRule', getComplianceDetailsByConfigRule_limit - The maximum number of evaluation results returned on each page. The default is 10. You cannot specify a number greater than 100. If you specify 0, Config uses the default.

GetComplianceDetailsByConfigRule, getComplianceDetailsByConfigRule_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

GetComplianceDetailsByConfigRule, getComplianceDetailsByConfigRule_configRuleName - The name of the Config rule for which you want compliance information.

data GetComplianceDetailsByConfigRuleResponse Source #

Instances

Instances details
Generic GetComplianceDetailsByConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.GetComplianceDetailsByConfigRule

Read GetComplianceDetailsByConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.GetComplianceDetailsByConfigRule

Show GetComplianceDetailsByConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.GetComplianceDetailsByConfigRule

NFData GetComplianceDetailsByConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.GetComplianceDetailsByConfigRule

Eq GetComplianceDetailsByConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.GetComplianceDetailsByConfigRule

type Rep GetComplianceDetailsByConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.GetComplianceDetailsByConfigRule

type Rep GetComplianceDetailsByConfigRuleResponse = D1 ('MetaData "GetComplianceDetailsByConfigRuleResponse" "Amazonka.Config.GetComplianceDetailsByConfigRule" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "GetComplianceDetailsByConfigRuleResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "evaluationResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EvaluationResult])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetComplianceDetailsByConfigRuleResponse Source #

Create a value of GetComplianceDetailsByConfigRuleResponse with all optional fields omitted.

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

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

$sel:evaluationResults:GetComplianceDetailsByConfigRuleResponse', getComplianceDetailsByConfigRuleResponse_evaluationResults - Indicates whether the Amazon Web Services resource complies with the specified Config rule.

GetComplianceDetailsByConfigRule, getComplianceDetailsByConfigRuleResponse_nextToken - The string that you use in a subsequent request to get the next page of results in a paginated response.

$sel:httpStatus:GetComplianceDetailsByConfigRuleResponse', getComplianceDetailsByConfigRuleResponse_httpStatus - The response's http status code.

GetComplianceDetailsByResource (Paginated)

data GetComplianceDetailsByResource Source #

See: newGetComplianceDetailsByResource smart constructor.

Instances

Instances details
ToJSON GetComplianceDetailsByResource Source # 
Instance details

Defined in Amazonka.Config.GetComplianceDetailsByResource

ToHeaders GetComplianceDetailsByResource Source # 
Instance details

Defined in Amazonka.Config.GetComplianceDetailsByResource

ToPath GetComplianceDetailsByResource Source # 
Instance details

Defined in Amazonka.Config.GetComplianceDetailsByResource

ToQuery GetComplianceDetailsByResource Source # 
Instance details

Defined in Amazonka.Config.GetComplianceDetailsByResource

AWSPager GetComplianceDetailsByResource Source # 
Instance details

Defined in Amazonka.Config.GetComplianceDetailsByResource

AWSRequest GetComplianceDetailsByResource Source # 
Instance details

Defined in Amazonka.Config.GetComplianceDetailsByResource

Generic GetComplianceDetailsByResource Source # 
Instance details

Defined in Amazonka.Config.GetComplianceDetailsByResource

Associated Types

type Rep GetComplianceDetailsByResource :: Type -> Type #

Read GetComplianceDetailsByResource Source # 
Instance details

Defined in Amazonka.Config.GetComplianceDetailsByResource

Show GetComplianceDetailsByResource Source # 
Instance details

Defined in Amazonka.Config.GetComplianceDetailsByResource

NFData GetComplianceDetailsByResource Source # 
Instance details

Defined in Amazonka.Config.GetComplianceDetailsByResource

Eq GetComplianceDetailsByResource Source # 
Instance details

Defined in Amazonka.Config.GetComplianceDetailsByResource

Hashable GetComplianceDetailsByResource Source # 
Instance details

Defined in Amazonka.Config.GetComplianceDetailsByResource

type AWSResponse GetComplianceDetailsByResource Source # 
Instance details

Defined in Amazonka.Config.GetComplianceDetailsByResource

type Rep GetComplianceDetailsByResource Source # 
Instance details

Defined in Amazonka.Config.GetComplianceDetailsByResource

type Rep GetComplianceDetailsByResource = D1 ('MetaData "GetComplianceDetailsByResource" "Amazonka.Config.GetComplianceDetailsByResource" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "GetComplianceDetailsByResource'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "complianceTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ComplianceType])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "resourceEvaluationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newGetComplianceDetailsByResource :: GetComplianceDetailsByResource Source #

Create a value of GetComplianceDetailsByResource with all optional fields omitted.

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

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

$sel:complianceTypes:GetComplianceDetailsByResource', getComplianceDetailsByResource_complianceTypes - Filters the results by compliance.

The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.

GetComplianceDetailsByResource, getComplianceDetailsByResource_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

GetComplianceDetailsByResource, getComplianceDetailsByResource_resourceEvaluationId - The unique ID of Amazon Web Services resource execution for which you want to retrieve evaluation results.

You need to only provide either a ResourceEvaluationID or a ResourceID and ResourceType.

GetComplianceDetailsByResource, getComplianceDetailsByResource_resourceId - The ID of the Amazon Web Services resource for which you want compliance information.

GetComplianceDetailsByResource, getComplianceDetailsByResource_resourceType - The type of the Amazon Web Services resource for which you want compliance information.

data GetComplianceDetailsByResourceResponse Source #

Instances

Instances details
Generic GetComplianceDetailsByResourceResponse Source # 
Instance details

Defined in Amazonka.Config.GetComplianceDetailsByResource

Read GetComplianceDetailsByResourceResponse Source # 
Instance details

Defined in Amazonka.Config.GetComplianceDetailsByResource

Show GetComplianceDetailsByResourceResponse Source # 
Instance details

Defined in Amazonka.Config.GetComplianceDetailsByResource

NFData GetComplianceDetailsByResourceResponse Source # 
Instance details

Defined in Amazonka.Config.GetComplianceDetailsByResource

Eq GetComplianceDetailsByResourceResponse Source # 
Instance details

Defined in Amazonka.Config.GetComplianceDetailsByResource

type Rep GetComplianceDetailsByResourceResponse Source # 
Instance details

Defined in Amazonka.Config.GetComplianceDetailsByResource

type Rep GetComplianceDetailsByResourceResponse = D1 ('MetaData "GetComplianceDetailsByResourceResponse" "Amazonka.Config.GetComplianceDetailsByResource" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "GetComplianceDetailsByResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "evaluationResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EvaluationResult])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetComplianceDetailsByResourceResponse Source #

Create a value of GetComplianceDetailsByResourceResponse with all optional fields omitted.

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

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

$sel:evaluationResults:GetComplianceDetailsByResourceResponse', getComplianceDetailsByResourceResponse_evaluationResults - Indicates whether the specified Amazon Web Services resource complies each Config rule.

GetComplianceDetailsByResource, getComplianceDetailsByResourceResponse_nextToken - The string that you use in a subsequent request to get the next page of results in a paginated response.

$sel:httpStatus:GetComplianceDetailsByResourceResponse', getComplianceDetailsByResourceResponse_httpStatus - The response's http status code.

GetComplianceSummaryByConfigRule

data GetComplianceSummaryByConfigRule Source #

See: newGetComplianceSummaryByConfigRule smart constructor.

Instances

Instances details
ToJSON GetComplianceSummaryByConfigRule Source # 
Instance details

Defined in Amazonka.Config.GetComplianceSummaryByConfigRule

ToHeaders GetComplianceSummaryByConfigRule Source # 
Instance details

Defined in Amazonka.Config.GetComplianceSummaryByConfigRule

ToPath GetComplianceSummaryByConfigRule Source # 
Instance details

Defined in Amazonka.Config.GetComplianceSummaryByConfigRule

ToQuery GetComplianceSummaryByConfigRule Source # 
Instance details

Defined in Amazonka.Config.GetComplianceSummaryByConfigRule

AWSRequest GetComplianceSummaryByConfigRule Source # 
Instance details

Defined in Amazonka.Config.GetComplianceSummaryByConfigRule

Generic GetComplianceSummaryByConfigRule Source # 
Instance details

Defined in Amazonka.Config.GetComplianceSummaryByConfigRule

Associated Types

type Rep GetComplianceSummaryByConfigRule :: Type -> Type #

Read GetComplianceSummaryByConfigRule Source # 
Instance details

Defined in Amazonka.Config.GetComplianceSummaryByConfigRule

Show GetComplianceSummaryByConfigRule Source # 
Instance details

Defined in Amazonka.Config.GetComplianceSummaryByConfigRule

NFData GetComplianceSummaryByConfigRule Source # 
Instance details

Defined in Amazonka.Config.GetComplianceSummaryByConfigRule

Eq GetComplianceSummaryByConfigRule Source # 
Instance details

Defined in Amazonka.Config.GetComplianceSummaryByConfigRule

Hashable GetComplianceSummaryByConfigRule Source # 
Instance details

Defined in Amazonka.Config.GetComplianceSummaryByConfigRule

type AWSResponse GetComplianceSummaryByConfigRule Source # 
Instance details

Defined in Amazonka.Config.GetComplianceSummaryByConfigRule

type Rep GetComplianceSummaryByConfigRule Source # 
Instance details

Defined in Amazonka.Config.GetComplianceSummaryByConfigRule

type Rep GetComplianceSummaryByConfigRule = D1 ('MetaData "GetComplianceSummaryByConfigRule" "Amazonka.Config.GetComplianceSummaryByConfigRule" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "GetComplianceSummaryByConfigRule'" 'PrefixI 'False) (U1 :: Type -> Type))

newGetComplianceSummaryByConfigRule :: GetComplianceSummaryByConfigRule Source #

Create a value of GetComplianceSummaryByConfigRule with all optional fields omitted.

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

data GetComplianceSummaryByConfigRuleResponse Source #

Instances

Instances details
Generic GetComplianceSummaryByConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.GetComplianceSummaryByConfigRule

Read GetComplianceSummaryByConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.GetComplianceSummaryByConfigRule

Show GetComplianceSummaryByConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.GetComplianceSummaryByConfigRule

NFData GetComplianceSummaryByConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.GetComplianceSummaryByConfigRule

Eq GetComplianceSummaryByConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.GetComplianceSummaryByConfigRule

type Rep GetComplianceSummaryByConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.GetComplianceSummaryByConfigRule

type Rep GetComplianceSummaryByConfigRuleResponse = D1 ('MetaData "GetComplianceSummaryByConfigRuleResponse" "Amazonka.Config.GetComplianceSummaryByConfigRule" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "GetComplianceSummaryByConfigRuleResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "complianceSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComplianceSummary)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetComplianceSummaryByConfigRuleResponse Source #

Create a value of GetComplianceSummaryByConfigRuleResponse with all optional fields omitted.

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

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

GetComplianceSummaryByConfigRuleResponse, getComplianceSummaryByConfigRuleResponse_complianceSummary - The number of Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each.

$sel:httpStatus:GetComplianceSummaryByConfigRuleResponse', getComplianceSummaryByConfigRuleResponse_httpStatus - The response's http status code.

GetComplianceSummaryByResourceType

data GetComplianceSummaryByResourceType Source #

Instances

Instances details
ToJSON GetComplianceSummaryByResourceType Source # 
Instance details

Defined in Amazonka.Config.GetComplianceSummaryByResourceType

ToHeaders GetComplianceSummaryByResourceType Source # 
Instance details

Defined in Amazonka.Config.GetComplianceSummaryByResourceType

ToPath GetComplianceSummaryByResourceType Source # 
Instance details

Defined in Amazonka.Config.GetComplianceSummaryByResourceType

ToQuery GetComplianceSummaryByResourceType Source # 
Instance details

Defined in Amazonka.Config.GetComplianceSummaryByResourceType

AWSRequest GetComplianceSummaryByResourceType Source # 
Instance details

Defined in Amazonka.Config.GetComplianceSummaryByResourceType

Generic GetComplianceSummaryByResourceType Source # 
Instance details

Defined in Amazonka.Config.GetComplianceSummaryByResourceType

Associated Types

type Rep GetComplianceSummaryByResourceType :: Type -> Type #

Read GetComplianceSummaryByResourceType Source # 
Instance details

Defined in Amazonka.Config.GetComplianceSummaryByResourceType

Show GetComplianceSummaryByResourceType Source # 
Instance details

Defined in Amazonka.Config.GetComplianceSummaryByResourceType

NFData GetComplianceSummaryByResourceType Source # 
Instance details

Defined in Amazonka.Config.GetComplianceSummaryByResourceType

Eq GetComplianceSummaryByResourceType Source # 
Instance details

Defined in Amazonka.Config.GetComplianceSummaryByResourceType

Hashable GetComplianceSummaryByResourceType Source # 
Instance details

Defined in Amazonka.Config.GetComplianceSummaryByResourceType

type AWSResponse GetComplianceSummaryByResourceType Source # 
Instance details

Defined in Amazonka.Config.GetComplianceSummaryByResourceType

type Rep GetComplianceSummaryByResourceType Source # 
Instance details

Defined in Amazonka.Config.GetComplianceSummaryByResourceType

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

newGetComplianceSummaryByResourceType :: GetComplianceSummaryByResourceType Source #

Create a value of GetComplianceSummaryByResourceType with all optional fields omitted.

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

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

GetComplianceSummaryByResourceType, getComplianceSummaryByResourceType_resourceTypes - Specify one or more resource types to get the number of resources that are compliant and the number that are noncompliant for each resource type.

For this request, you can specify an Amazon Web Services resource type such as AWS::EC2::Instance. You can specify that the resource type is an Amazon Web Services account by specifying AWS::::Account.

data GetComplianceSummaryByResourceTypeResponse Source #

Instances

Instances details
Generic GetComplianceSummaryByResourceTypeResponse Source # 
Instance details

Defined in Amazonka.Config.GetComplianceSummaryByResourceType

Read GetComplianceSummaryByResourceTypeResponse Source # 
Instance details

Defined in Amazonka.Config.GetComplianceSummaryByResourceType

Show GetComplianceSummaryByResourceTypeResponse Source # 
Instance details

Defined in Amazonka.Config.GetComplianceSummaryByResourceType

NFData GetComplianceSummaryByResourceTypeResponse Source # 
Instance details

Defined in Amazonka.Config.GetComplianceSummaryByResourceType

Eq GetComplianceSummaryByResourceTypeResponse Source # 
Instance details

Defined in Amazonka.Config.GetComplianceSummaryByResourceType

type Rep GetComplianceSummaryByResourceTypeResponse Source # 
Instance details

Defined in Amazonka.Config.GetComplianceSummaryByResourceType

type Rep GetComplianceSummaryByResourceTypeResponse = D1 ('MetaData "GetComplianceSummaryByResourceTypeResponse" "Amazonka.Config.GetComplianceSummaryByResourceType" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "GetComplianceSummaryByResourceTypeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "complianceSummariesByResourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ComplianceSummaryByResourceType])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetComplianceSummaryByResourceTypeResponse Source #

Create a value of GetComplianceSummaryByResourceTypeResponse with all optional fields omitted.

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

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

$sel:complianceSummariesByResourceType:GetComplianceSummaryByResourceTypeResponse', getComplianceSummaryByResourceTypeResponse_complianceSummariesByResourceType - The number of resources that are compliant and the number that are noncompliant. If one or more resource types were provided with the request, the numbers are returned for each resource type. The maximum number returned is 100.

$sel:httpStatus:GetComplianceSummaryByResourceTypeResponse', getComplianceSummaryByResourceTypeResponse_httpStatus - The response's http status code.

GetConformancePackComplianceDetails

data GetConformancePackComplianceDetails Source #

Instances

Instances details
ToJSON GetConformancePackComplianceDetails Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

ToHeaders GetConformancePackComplianceDetails Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

ToPath GetConformancePackComplianceDetails Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

ToQuery GetConformancePackComplianceDetails Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

AWSRequest GetConformancePackComplianceDetails Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

Generic GetConformancePackComplianceDetails Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

Read GetConformancePackComplianceDetails Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

Show GetConformancePackComplianceDetails Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

NFData GetConformancePackComplianceDetails Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

Eq GetConformancePackComplianceDetails Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

Hashable GetConformancePackComplianceDetails Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

type AWSResponse GetConformancePackComplianceDetails Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

type Rep GetConformancePackComplianceDetails Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

type Rep GetConformancePackComplianceDetails = D1 ('MetaData "GetConformancePackComplianceDetails" "Amazonka.Config.GetConformancePackComplianceDetails" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "GetConformancePackComplianceDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConformancePackEvaluationFilters)) :*: S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "conformancePackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetConformancePackComplianceDetails Source #

Create a value of GetConformancePackComplianceDetails with all optional fields omitted.

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

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

$sel:filters:GetConformancePackComplianceDetails', getConformancePackComplianceDetails_filters - A ConformancePackEvaluationFilters object.

$sel:limit:GetConformancePackComplianceDetails', getConformancePackComplianceDetails_limit - The maximum number of evaluation results returned on each page. If you do no specify a number, Config uses the default. The default is 100.

GetConformancePackComplianceDetails, getConformancePackComplianceDetails_nextToken - The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.

GetConformancePackComplianceDetails, getConformancePackComplianceDetails_conformancePackName - Name of the conformance pack.

data GetConformancePackComplianceDetailsResponse Source #

Instances

Instances details
Generic GetConformancePackComplianceDetailsResponse Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

Read GetConformancePackComplianceDetailsResponse Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

Show GetConformancePackComplianceDetailsResponse Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

NFData GetConformancePackComplianceDetailsResponse Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

Eq GetConformancePackComplianceDetailsResponse Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

type Rep GetConformancePackComplianceDetailsResponse Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

type Rep GetConformancePackComplianceDetailsResponse = D1 ('MetaData "GetConformancePackComplianceDetailsResponse" "Amazonka.Config.GetConformancePackComplianceDetails" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "GetConformancePackComplianceDetailsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "conformancePackRuleEvaluationResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConformancePackEvaluationResult])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "conformancePackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetConformancePackComplianceDetailsResponse Source #

Create a value of GetConformancePackComplianceDetailsResponse with all optional fields omitted.

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

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

$sel:conformancePackRuleEvaluationResults:GetConformancePackComplianceDetailsResponse', getConformancePackComplianceDetailsResponse_conformancePackRuleEvaluationResults - Returns a list of ConformancePackEvaluationResult objects.

GetConformancePackComplianceDetails, getConformancePackComplianceDetailsResponse_nextToken - The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.

$sel:httpStatus:GetConformancePackComplianceDetailsResponse', getConformancePackComplianceDetailsResponse_httpStatus - The response's http status code.

GetConformancePackComplianceDetails, getConformancePackComplianceDetailsResponse_conformancePackName - Name of the conformance pack.

GetConformancePackComplianceSummary (Paginated)

data GetConformancePackComplianceSummary Source #

Instances

Instances details
ToJSON GetConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceSummary

ToHeaders GetConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceSummary

ToPath GetConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceSummary

ToQuery GetConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceSummary

AWSPager GetConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceSummary

AWSRequest GetConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceSummary

Generic GetConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceSummary

Read GetConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceSummary

Show GetConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceSummary

NFData GetConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceSummary

Eq GetConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceSummary

Hashable GetConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceSummary

type AWSResponse GetConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceSummary

type Rep GetConformancePackComplianceSummary Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceSummary

type Rep GetConformancePackComplianceSummary = D1 ('MetaData "GetConformancePackComplianceSummary" "Amazonka.Config.GetConformancePackComplianceSummary" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "GetConformancePackComplianceSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "conformancePackNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)))))

newGetConformancePackComplianceSummary Source #

Create a value of GetConformancePackComplianceSummary with all optional fields omitted.

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

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

$sel:limit:GetConformancePackComplianceSummary', getConformancePackComplianceSummary_limit - The maximum number of conformance packs returned on each page.

GetConformancePackComplianceSummary, getConformancePackComplianceSummary_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

GetConformancePackComplianceSummary, getConformancePackComplianceSummary_conformancePackNames - Names of conformance packs.

data GetConformancePackComplianceSummaryResponse Source #

Instances

Instances details
Generic GetConformancePackComplianceSummaryResponse Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceSummary

Read GetConformancePackComplianceSummaryResponse Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceSummary

Show GetConformancePackComplianceSummaryResponse Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceSummary

NFData GetConformancePackComplianceSummaryResponse Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceSummary

Eq GetConformancePackComplianceSummaryResponse Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceSummary

type Rep GetConformancePackComplianceSummaryResponse Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceSummary

type Rep GetConformancePackComplianceSummaryResponse = D1 ('MetaData "GetConformancePackComplianceSummaryResponse" "Amazonka.Config.GetConformancePackComplianceSummary" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "GetConformancePackComplianceSummaryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "conformancePackComplianceSummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ConformancePackComplianceSummary))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetConformancePackComplianceSummaryResponse Source #

Create a value of GetConformancePackComplianceSummaryResponse with all optional fields omitted.

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

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

$sel:conformancePackComplianceSummaryList:GetConformancePackComplianceSummaryResponse', getConformancePackComplianceSummaryResponse_conformancePackComplianceSummaryList - A list of ConformancePackComplianceSummary objects.

GetConformancePackComplianceSummary, getConformancePackComplianceSummaryResponse_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

$sel:httpStatus:GetConformancePackComplianceSummaryResponse', getConformancePackComplianceSummaryResponse_httpStatus - The response's http status code.

GetCustomRulePolicy

data GetCustomRulePolicy Source #

See: newGetCustomRulePolicy smart constructor.

Instances

Instances details
ToJSON GetCustomRulePolicy Source # 
Instance details

Defined in Amazonka.Config.GetCustomRulePolicy

ToHeaders GetCustomRulePolicy Source # 
Instance details

Defined in Amazonka.Config.GetCustomRulePolicy

ToPath GetCustomRulePolicy Source # 
Instance details

Defined in Amazonka.Config.GetCustomRulePolicy

ToQuery GetCustomRulePolicy Source # 
Instance details

Defined in Amazonka.Config.GetCustomRulePolicy

AWSRequest GetCustomRulePolicy Source # 
Instance details

Defined in Amazonka.Config.GetCustomRulePolicy

Associated Types

type AWSResponse GetCustomRulePolicy #

Generic GetCustomRulePolicy Source # 
Instance details

Defined in Amazonka.Config.GetCustomRulePolicy

Associated Types

type Rep GetCustomRulePolicy :: Type -> Type #

Read GetCustomRulePolicy Source # 
Instance details

Defined in Amazonka.Config.GetCustomRulePolicy

Show GetCustomRulePolicy Source # 
Instance details

Defined in Amazonka.Config.GetCustomRulePolicy

NFData GetCustomRulePolicy Source # 
Instance details

Defined in Amazonka.Config.GetCustomRulePolicy

Methods

rnf :: GetCustomRulePolicy -> () #

Eq GetCustomRulePolicy Source # 
Instance details

Defined in Amazonka.Config.GetCustomRulePolicy

Hashable GetCustomRulePolicy Source # 
Instance details

Defined in Amazonka.Config.GetCustomRulePolicy

type AWSResponse GetCustomRulePolicy Source # 
Instance details

Defined in Amazonka.Config.GetCustomRulePolicy

type Rep GetCustomRulePolicy Source # 
Instance details

Defined in Amazonka.Config.GetCustomRulePolicy

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

newGetCustomRulePolicy :: GetCustomRulePolicy Source #

Create a value of GetCustomRulePolicy with all optional fields omitted.

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

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

GetCustomRulePolicy, getCustomRulePolicy_configRuleName - The name of your Config Custom Policy rule.

data GetCustomRulePolicyResponse Source #

See: newGetCustomRulePolicyResponse smart constructor.

Instances

Instances details
Generic GetCustomRulePolicyResponse Source # 
Instance details

Defined in Amazonka.Config.GetCustomRulePolicy

Associated Types

type Rep GetCustomRulePolicyResponse :: Type -> Type #

Read GetCustomRulePolicyResponse Source # 
Instance details

Defined in Amazonka.Config.GetCustomRulePolicy

Show GetCustomRulePolicyResponse Source # 
Instance details

Defined in Amazonka.Config.GetCustomRulePolicy

NFData GetCustomRulePolicyResponse Source # 
Instance details

Defined in Amazonka.Config.GetCustomRulePolicy

Eq GetCustomRulePolicyResponse Source # 
Instance details

Defined in Amazonka.Config.GetCustomRulePolicy

type Rep GetCustomRulePolicyResponse Source # 
Instance details

Defined in Amazonka.Config.GetCustomRulePolicy

type Rep GetCustomRulePolicyResponse = D1 ('MetaData "GetCustomRulePolicyResponse" "Amazonka.Config.GetCustomRulePolicy" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "GetCustomRulePolicyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "policyText") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetCustomRulePolicyResponse Source #

Create a value of GetCustomRulePolicyResponse with all optional fields omitted.

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

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

GetCustomRulePolicyResponse, getCustomRulePolicyResponse_policyText - The policy definition containing the logic for your Config Custom Policy rule.

$sel:httpStatus:GetCustomRulePolicyResponse', getCustomRulePolicyResponse_httpStatus - The response's http status code.

GetDiscoveredResourceCounts

data GetDiscoveredResourceCounts Source #

See: newGetDiscoveredResourceCounts smart constructor.

Instances

Instances details
ToJSON GetDiscoveredResourceCounts Source # 
Instance details

Defined in Amazonka.Config.GetDiscoveredResourceCounts

ToHeaders GetDiscoveredResourceCounts Source # 
Instance details

Defined in Amazonka.Config.GetDiscoveredResourceCounts

ToPath GetDiscoveredResourceCounts Source # 
Instance details

Defined in Amazonka.Config.GetDiscoveredResourceCounts

ToQuery GetDiscoveredResourceCounts Source # 
Instance details

Defined in Amazonka.Config.GetDiscoveredResourceCounts

AWSRequest GetDiscoveredResourceCounts Source # 
Instance details

Defined in Amazonka.Config.GetDiscoveredResourceCounts

Generic GetDiscoveredResourceCounts Source # 
Instance details

Defined in Amazonka.Config.GetDiscoveredResourceCounts

Associated Types

type Rep GetDiscoveredResourceCounts :: Type -> Type #

Read GetDiscoveredResourceCounts Source # 
Instance details

Defined in Amazonka.Config.GetDiscoveredResourceCounts

Show GetDiscoveredResourceCounts Source # 
Instance details

Defined in Amazonka.Config.GetDiscoveredResourceCounts

NFData GetDiscoveredResourceCounts Source # 
Instance details

Defined in Amazonka.Config.GetDiscoveredResourceCounts

Eq GetDiscoveredResourceCounts Source # 
Instance details

Defined in Amazonka.Config.GetDiscoveredResourceCounts

Hashable GetDiscoveredResourceCounts Source # 
Instance details

Defined in Amazonka.Config.GetDiscoveredResourceCounts

type AWSResponse GetDiscoveredResourceCounts Source # 
Instance details

Defined in Amazonka.Config.GetDiscoveredResourceCounts

type Rep GetDiscoveredResourceCounts Source # 
Instance details

Defined in Amazonka.Config.GetDiscoveredResourceCounts

type Rep GetDiscoveredResourceCounts = D1 ('MetaData "GetDiscoveredResourceCounts" "Amazonka.Config.GetDiscoveredResourceCounts" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "GetDiscoveredResourceCounts'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))

newGetDiscoveredResourceCounts :: GetDiscoveredResourceCounts Source #

Create a value of GetDiscoveredResourceCounts with all optional fields omitted.

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

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

$sel:limit:GetDiscoveredResourceCounts', getDiscoveredResourceCounts_limit - The maximum number of ResourceCount objects returned on each page. The default is 100. You cannot specify a number greater than 100. If you specify 0, Config uses the default.

GetDiscoveredResourceCounts, getDiscoveredResourceCounts_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

GetDiscoveredResourceCounts, getDiscoveredResourceCounts_resourceTypes - The comma-separated list that specifies the resource types that you want Config to return (for example, "AWS::EC2::Instance", "AWS::IAM::User").

If a value for resourceTypes is not specified, Config returns all resource types that Config is recording in the region for your account.

If the configuration recorder is turned off, Config returns an empty list of ResourceCount objects. If the configuration recorder is not recording a specific resource type (for example, S3 buckets), that resource type is not returned in the list of ResourceCount objects.

data GetDiscoveredResourceCountsResponse Source #

Instances

Instances details
Generic GetDiscoveredResourceCountsResponse Source # 
Instance details

Defined in Amazonka.Config.GetDiscoveredResourceCounts

Read GetDiscoveredResourceCountsResponse Source # 
Instance details

Defined in Amazonka.Config.GetDiscoveredResourceCounts

Show GetDiscoveredResourceCountsResponse Source # 
Instance details

Defined in Amazonka.Config.GetDiscoveredResourceCounts

NFData GetDiscoveredResourceCountsResponse Source # 
Instance details

Defined in Amazonka.Config.GetDiscoveredResourceCounts

Eq GetDiscoveredResourceCountsResponse Source # 
Instance details

Defined in Amazonka.Config.GetDiscoveredResourceCounts

type Rep GetDiscoveredResourceCountsResponse Source # 
Instance details

Defined in Amazonka.Config.GetDiscoveredResourceCounts

type Rep GetDiscoveredResourceCountsResponse = D1 ('MetaData "GetDiscoveredResourceCountsResponse" "Amazonka.Config.GetDiscoveredResourceCounts" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "GetDiscoveredResourceCountsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceCounts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ResourceCount]))) :*: (S1 ('MetaSel ('Just "totalDiscoveredResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetDiscoveredResourceCountsResponse Source #

Create a value of GetDiscoveredResourceCountsResponse with all optional fields omitted.

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

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

GetDiscoveredResourceCounts, getDiscoveredResourceCountsResponse_nextToken - The string that you use in a subsequent request to get the next page of results in a paginated response.

$sel:resourceCounts:GetDiscoveredResourceCountsResponse', getDiscoveredResourceCountsResponse_resourceCounts - The list of ResourceCount objects. Each object is listed in descending order by the number of resources.

$sel:totalDiscoveredResources:GetDiscoveredResourceCountsResponse', getDiscoveredResourceCountsResponse_totalDiscoveredResources - The total number of resources that Config is recording in the region for your account. If you specify resource types in the request, Config returns only the total number of resources for those resource types.

Example

  1. Config is recording three resource types in the US East (Ohio) Region for your account: 25 EC2 instances, 20 IAM users, and 15 S3 buckets, for a total of 60 resources.
  2. You make a call to the GetDiscoveredResourceCounts action and specify the resource type, "AWS::EC2::Instances", in the request.
  3. Config returns 25 for totalDiscoveredResources.

$sel:httpStatus:GetDiscoveredResourceCountsResponse', getDiscoveredResourceCountsResponse_httpStatus - The response's http status code.

GetOrganizationConfigRuleDetailedStatus (Paginated)

data GetOrganizationConfigRuleDetailedStatus Source #

Instances

Instances details
ToJSON GetOrganizationConfigRuleDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConfigRuleDetailedStatus

ToHeaders GetOrganizationConfigRuleDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConfigRuleDetailedStatus

ToPath GetOrganizationConfigRuleDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConfigRuleDetailedStatus

ToQuery GetOrganizationConfigRuleDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConfigRuleDetailedStatus

AWSPager GetOrganizationConfigRuleDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConfigRuleDetailedStatus

AWSRequest GetOrganizationConfigRuleDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConfigRuleDetailedStatus

Generic GetOrganizationConfigRuleDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConfigRuleDetailedStatus

Read GetOrganizationConfigRuleDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConfigRuleDetailedStatus

Show GetOrganizationConfigRuleDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConfigRuleDetailedStatus

NFData GetOrganizationConfigRuleDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConfigRuleDetailedStatus

Eq GetOrganizationConfigRuleDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConfigRuleDetailedStatus

Hashable GetOrganizationConfigRuleDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConfigRuleDetailedStatus

type AWSResponse GetOrganizationConfigRuleDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConfigRuleDetailedStatus

type Rep GetOrganizationConfigRuleDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConfigRuleDetailedStatus

type Rep GetOrganizationConfigRuleDetailedStatus = D1 ('MetaData "GetOrganizationConfigRuleDetailedStatus" "Amazonka.Config.GetOrganizationConfigRuleDetailedStatus" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "GetOrganizationConfigRuleDetailedStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StatusDetailFilters)) :*: S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "organizationConfigRuleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetOrganizationConfigRuleDetailedStatus Source #

Create a value of GetOrganizationConfigRuleDetailedStatus with all optional fields omitted.

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

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

$sel:filters:GetOrganizationConfigRuleDetailedStatus', getOrganizationConfigRuleDetailedStatus_filters - A StatusDetailFilters object.

$sel:limit:GetOrganizationConfigRuleDetailedStatus', getOrganizationConfigRuleDetailedStatus_limit - The maximum number of OrganizationConfigRuleDetailedStatus returned on each page. If you do not specify a number, Config uses the default. The default is 100.

GetOrganizationConfigRuleDetailedStatus, getOrganizationConfigRuleDetailedStatus_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

GetOrganizationConfigRuleDetailedStatus, getOrganizationConfigRuleDetailedStatus_organizationConfigRuleName - The name of your organization Config rule for which you want status details for member accounts.

data GetOrganizationConfigRuleDetailedStatusResponse Source #

Instances

Instances details
Generic GetOrganizationConfigRuleDetailedStatusResponse Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConfigRuleDetailedStatus

Read GetOrganizationConfigRuleDetailedStatusResponse Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConfigRuleDetailedStatus

Show GetOrganizationConfigRuleDetailedStatusResponse Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConfigRuleDetailedStatus

NFData GetOrganizationConfigRuleDetailedStatusResponse Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConfigRuleDetailedStatus

Eq GetOrganizationConfigRuleDetailedStatusResponse Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConfigRuleDetailedStatus

type Rep GetOrganizationConfigRuleDetailedStatusResponse Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConfigRuleDetailedStatus

type Rep GetOrganizationConfigRuleDetailedStatusResponse = D1 ('MetaData "GetOrganizationConfigRuleDetailedStatusResponse" "Amazonka.Config.GetOrganizationConfigRuleDetailedStatus" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "GetOrganizationConfigRuleDetailedStatusResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "organizationConfigRuleDetailedStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MemberAccountStatus])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetOrganizationConfigRuleDetailedStatusResponse Source #

Create a value of GetOrganizationConfigRuleDetailedStatusResponse with all optional fields omitted.

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

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

GetOrganizationConfigRuleDetailedStatus, getOrganizationConfigRuleDetailedStatusResponse_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

$sel:organizationConfigRuleDetailedStatus:GetOrganizationConfigRuleDetailedStatusResponse', getOrganizationConfigRuleDetailedStatusResponse_organizationConfigRuleDetailedStatus - A list of MemberAccountStatus objects.

$sel:httpStatus:GetOrganizationConfigRuleDetailedStatusResponse', getOrganizationConfigRuleDetailedStatusResponse_httpStatus - The response's http status code.

GetOrganizationConformancePackDetailedStatus (Paginated)

data GetOrganizationConformancePackDetailedStatus Source #

Instances

Instances details
ToJSON GetOrganizationConformancePackDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConformancePackDetailedStatus

ToHeaders GetOrganizationConformancePackDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConformancePackDetailedStatus

ToPath GetOrganizationConformancePackDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConformancePackDetailedStatus

ToQuery GetOrganizationConformancePackDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConformancePackDetailedStatus

AWSPager GetOrganizationConformancePackDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConformancePackDetailedStatus

AWSRequest GetOrganizationConformancePackDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConformancePackDetailedStatus

Generic GetOrganizationConformancePackDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConformancePackDetailedStatus

Read GetOrganizationConformancePackDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConformancePackDetailedStatus

Show GetOrganizationConformancePackDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConformancePackDetailedStatus

NFData GetOrganizationConformancePackDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConformancePackDetailedStatus

Eq GetOrganizationConformancePackDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConformancePackDetailedStatus

Hashable GetOrganizationConformancePackDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConformancePackDetailedStatus

type AWSResponse GetOrganizationConformancePackDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConformancePackDetailedStatus

type Rep GetOrganizationConformancePackDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConformancePackDetailedStatus

type Rep GetOrganizationConformancePackDetailedStatus = D1 ('MetaData "GetOrganizationConformancePackDetailedStatus" "Amazonka.Config.GetOrganizationConformancePackDetailedStatus" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "GetOrganizationConformancePackDetailedStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OrganizationResourceDetailedStatusFilters)) :*: S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "organizationConformancePackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetOrganizationConformancePackDetailedStatus Source #

Create a value of GetOrganizationConformancePackDetailedStatus with all optional fields omitted.

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

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

$sel:filters:GetOrganizationConformancePackDetailedStatus', getOrganizationConformancePackDetailedStatus_filters - An OrganizationResourceDetailedStatusFilters object.

$sel:limit:GetOrganizationConformancePackDetailedStatus', getOrganizationConformancePackDetailedStatus_limit - The maximum number of OrganizationConformancePackDetailedStatuses returned on each page. If you do not specify a number, Config uses the default. The default is 100.

GetOrganizationConformancePackDetailedStatus, getOrganizationConformancePackDetailedStatus_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

GetOrganizationConformancePackDetailedStatus, getOrganizationConformancePackDetailedStatus_organizationConformancePackName - The name of organization conformance pack for which you want status details for member accounts.

data GetOrganizationConformancePackDetailedStatusResponse Source #

Instances

Instances details
Generic GetOrganizationConformancePackDetailedStatusResponse Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConformancePackDetailedStatus

Read GetOrganizationConformancePackDetailedStatusResponse Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConformancePackDetailedStatus

Show GetOrganizationConformancePackDetailedStatusResponse Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConformancePackDetailedStatus

NFData GetOrganizationConformancePackDetailedStatusResponse Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConformancePackDetailedStatus

Eq GetOrganizationConformancePackDetailedStatusResponse Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConformancePackDetailedStatus

type Rep GetOrganizationConformancePackDetailedStatusResponse Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConformancePackDetailedStatus

type Rep GetOrganizationConformancePackDetailedStatusResponse = D1 ('MetaData "GetOrganizationConformancePackDetailedStatusResponse" "Amazonka.Config.GetOrganizationConformancePackDetailedStatus" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "GetOrganizationConformancePackDetailedStatusResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "organizationConformancePackDetailedStatuses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OrganizationConformancePackDetailedStatus])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

GetOrganizationCustomRulePolicy

data GetOrganizationCustomRulePolicy Source #

See: newGetOrganizationCustomRulePolicy smart constructor.

Instances

Instances details
ToJSON GetOrganizationCustomRulePolicy Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationCustomRulePolicy

ToHeaders GetOrganizationCustomRulePolicy Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationCustomRulePolicy

ToPath GetOrganizationCustomRulePolicy Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationCustomRulePolicy

ToQuery GetOrganizationCustomRulePolicy Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationCustomRulePolicy

AWSRequest GetOrganizationCustomRulePolicy Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationCustomRulePolicy

Generic GetOrganizationCustomRulePolicy Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationCustomRulePolicy

Associated Types

type Rep GetOrganizationCustomRulePolicy :: Type -> Type #

Read GetOrganizationCustomRulePolicy Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationCustomRulePolicy

Show GetOrganizationCustomRulePolicy Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationCustomRulePolicy

NFData GetOrganizationCustomRulePolicy Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationCustomRulePolicy

Eq GetOrganizationCustomRulePolicy Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationCustomRulePolicy

Hashable GetOrganizationCustomRulePolicy Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationCustomRulePolicy

type AWSResponse GetOrganizationCustomRulePolicy Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationCustomRulePolicy

type Rep GetOrganizationCustomRulePolicy Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationCustomRulePolicy

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

newGetOrganizationCustomRulePolicy Source #

Create a value of GetOrganizationCustomRulePolicy with all optional fields omitted.

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

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

GetOrganizationCustomRulePolicy, getOrganizationCustomRulePolicy_organizationConfigRuleName - The name of your organization Config Custom Policy rule.

data GetOrganizationCustomRulePolicyResponse Source #

Instances

Instances details
Generic GetOrganizationCustomRulePolicyResponse Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationCustomRulePolicy

Read GetOrganizationCustomRulePolicyResponse Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationCustomRulePolicy

Show GetOrganizationCustomRulePolicyResponse Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationCustomRulePolicy

NFData GetOrganizationCustomRulePolicyResponse Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationCustomRulePolicy

Eq GetOrganizationCustomRulePolicyResponse Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationCustomRulePolicy

type Rep GetOrganizationCustomRulePolicyResponse Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationCustomRulePolicy

type Rep GetOrganizationCustomRulePolicyResponse = D1 ('MetaData "GetOrganizationCustomRulePolicyResponse" "Amazonka.Config.GetOrganizationCustomRulePolicy" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "GetOrganizationCustomRulePolicyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "policyText") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetOrganizationCustomRulePolicyResponse Source #

Create a value of GetOrganizationCustomRulePolicyResponse with all optional fields omitted.

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

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

GetOrganizationCustomRulePolicyResponse, getOrganizationCustomRulePolicyResponse_policyText - The policy definition containing the logic for your organization Config Custom Policy rule.

$sel:httpStatus:GetOrganizationCustomRulePolicyResponse', getOrganizationCustomRulePolicyResponse_httpStatus - The response's http status code.

GetResourceConfigHistory (Paginated)

data GetResourceConfigHistory Source #

The input for the GetResourceConfigHistory action.

See: newGetResourceConfigHistory smart constructor.

Instances

Instances details
ToJSON GetResourceConfigHistory Source # 
Instance details

Defined in Amazonka.Config.GetResourceConfigHistory

ToHeaders GetResourceConfigHistory Source # 
Instance details

Defined in Amazonka.Config.GetResourceConfigHistory

ToPath GetResourceConfigHistory Source # 
Instance details

Defined in Amazonka.Config.GetResourceConfigHistory

ToQuery GetResourceConfigHistory Source # 
Instance details

Defined in Amazonka.Config.GetResourceConfigHistory

AWSPager GetResourceConfigHistory Source # 
Instance details

Defined in Amazonka.Config.GetResourceConfigHistory

AWSRequest GetResourceConfigHistory Source # 
Instance details

Defined in Amazonka.Config.GetResourceConfigHistory

Generic GetResourceConfigHistory Source # 
Instance details

Defined in Amazonka.Config.GetResourceConfigHistory

Associated Types

type Rep GetResourceConfigHistory :: Type -> Type #

Read GetResourceConfigHistory Source # 
Instance details

Defined in Amazonka.Config.GetResourceConfigHistory

Show GetResourceConfigHistory Source # 
Instance details

Defined in Amazonka.Config.GetResourceConfigHistory

NFData GetResourceConfigHistory Source # 
Instance details

Defined in Amazonka.Config.GetResourceConfigHistory

Eq GetResourceConfigHistory Source # 
Instance details

Defined in Amazonka.Config.GetResourceConfigHistory

Hashable GetResourceConfigHistory Source # 
Instance details

Defined in Amazonka.Config.GetResourceConfigHistory

type AWSResponse GetResourceConfigHistory Source # 
Instance details

Defined in Amazonka.Config.GetResourceConfigHistory

type Rep GetResourceConfigHistory Source # 
Instance details

Defined in Amazonka.Config.GetResourceConfigHistory

type Rep GetResourceConfigHistory = D1 ('MetaData "GetResourceConfigHistory" "Amazonka.Config.GetResourceConfigHistory" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "GetResourceConfigHistory'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "chronologicalOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChronologicalOrder)) :*: (S1 ('MetaSel ('Just "earlierTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "laterTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceType) :*: S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newGetResourceConfigHistory Source #

Create a value of GetResourceConfigHistory with all optional fields omitted.

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

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

$sel:chronologicalOrder:GetResourceConfigHistory', getResourceConfigHistory_chronologicalOrder - The chronological order for configuration items listed. By default, the results are listed in reverse chronological order.

$sel:earlierTime:GetResourceConfigHistory', getResourceConfigHistory_earlierTime - The time stamp that indicates an earlier time. If not specified, the action returns paginated results that contain configuration items that start when the first configuration item was recorded.

$sel:laterTime:GetResourceConfigHistory', getResourceConfigHistory_laterTime - The time stamp that indicates a later time. If not specified, current time is taken.

$sel:limit:GetResourceConfigHistory', getResourceConfigHistory_limit - The maximum number of configuration items returned on each page. The default is 10. You cannot specify a number greater than 100. If you specify 0, Config uses the default.

GetResourceConfigHistory, getResourceConfigHistory_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

GetResourceConfigHistory, getResourceConfigHistory_resourceType - The resource type.

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

data GetResourceConfigHistoryResponse Source #

The output for the GetResourceConfigHistory action.

See: newGetResourceConfigHistoryResponse smart constructor.

Instances

Instances details
Generic GetResourceConfigHistoryResponse Source # 
Instance details

Defined in Amazonka.Config.GetResourceConfigHistory

Associated Types

type Rep GetResourceConfigHistoryResponse :: Type -> Type #

Read GetResourceConfigHistoryResponse Source # 
Instance details

Defined in Amazonka.Config.GetResourceConfigHistory

Show GetResourceConfigHistoryResponse Source # 
Instance details

Defined in Amazonka.Config.GetResourceConfigHistory

NFData GetResourceConfigHistoryResponse Source # 
Instance details

Defined in Amazonka.Config.GetResourceConfigHistory

Eq GetResourceConfigHistoryResponse Source # 
Instance details

Defined in Amazonka.Config.GetResourceConfigHistory

type Rep GetResourceConfigHistoryResponse Source # 
Instance details

Defined in Amazonka.Config.GetResourceConfigHistory

type Rep GetResourceConfigHistoryResponse = D1 ('MetaData "GetResourceConfigHistoryResponse" "Amazonka.Config.GetResourceConfigHistory" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "GetResourceConfigHistoryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConfigurationItem])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetResourceConfigHistoryResponse Source #

Create a value of GetResourceConfigHistoryResponse with all optional fields omitted.

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

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

$sel:configurationItems:GetResourceConfigHistoryResponse', getResourceConfigHistoryResponse_configurationItems - A list that contains the configuration history of one or more resources.

GetResourceConfigHistory, getResourceConfigHistoryResponse_nextToken - The string that you use in a subsequent request to get the next page of results in a paginated response.

$sel:httpStatus:GetResourceConfigHistoryResponse', getResourceConfigHistoryResponse_httpStatus - The response's http status code.

GetResourceEvaluationSummary

data GetResourceEvaluationSummary Source #

See: newGetResourceEvaluationSummary smart constructor.

Instances

Instances details
ToJSON GetResourceEvaluationSummary Source # 
Instance details

Defined in Amazonka.Config.GetResourceEvaluationSummary

ToHeaders GetResourceEvaluationSummary Source # 
Instance details

Defined in Amazonka.Config.GetResourceEvaluationSummary

ToPath GetResourceEvaluationSummary Source # 
Instance details

Defined in Amazonka.Config.GetResourceEvaluationSummary

ToQuery GetResourceEvaluationSummary Source # 
Instance details

Defined in Amazonka.Config.GetResourceEvaluationSummary

AWSRequest GetResourceEvaluationSummary Source # 
Instance details

Defined in Amazonka.Config.GetResourceEvaluationSummary

Generic GetResourceEvaluationSummary Source # 
Instance details

Defined in Amazonka.Config.GetResourceEvaluationSummary

Associated Types

type Rep GetResourceEvaluationSummary :: Type -> Type #

Read GetResourceEvaluationSummary Source # 
Instance details

Defined in Amazonka.Config.GetResourceEvaluationSummary

Show GetResourceEvaluationSummary Source # 
Instance details

Defined in Amazonka.Config.GetResourceEvaluationSummary

NFData GetResourceEvaluationSummary Source # 
Instance details

Defined in Amazonka.Config.GetResourceEvaluationSummary

Eq GetResourceEvaluationSummary Source # 
Instance details

Defined in Amazonka.Config.GetResourceEvaluationSummary

Hashable GetResourceEvaluationSummary Source # 
Instance details

Defined in Amazonka.Config.GetResourceEvaluationSummary

type AWSResponse GetResourceEvaluationSummary Source # 
Instance details

Defined in Amazonka.Config.GetResourceEvaluationSummary

type Rep GetResourceEvaluationSummary Source # 
Instance details

Defined in Amazonka.Config.GetResourceEvaluationSummary

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

newGetResourceEvaluationSummary Source #

Create a value of GetResourceEvaluationSummary with all optional fields omitted.

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

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

GetResourceEvaluationSummary, getResourceEvaluationSummary_resourceEvaluationId - The unique ResourceEvaluationId of Amazon Web Services resource execution for which you want to retrieve the evaluation summary.

data GetResourceEvaluationSummaryResponse Source #

Instances

Instances details
Generic GetResourceEvaluationSummaryResponse Source # 
Instance details

Defined in Amazonka.Config.GetResourceEvaluationSummary

Read GetResourceEvaluationSummaryResponse Source # 
Instance details

Defined in Amazonka.Config.GetResourceEvaluationSummary

Show GetResourceEvaluationSummaryResponse Source # 
Instance details

Defined in Amazonka.Config.GetResourceEvaluationSummary

NFData GetResourceEvaluationSummaryResponse Source # 
Instance details

Defined in Amazonka.Config.GetResourceEvaluationSummary

Eq GetResourceEvaluationSummaryResponse Source # 
Instance details

Defined in Amazonka.Config.GetResourceEvaluationSummary

type Rep GetResourceEvaluationSummaryResponse Source # 
Instance details

Defined in Amazonka.Config.GetResourceEvaluationSummary

type Rep GetResourceEvaluationSummaryResponse = D1 ('MetaData "GetResourceEvaluationSummaryResponse" "Amazonka.Config.GetResourceEvaluationSummary" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "GetResourceEvaluationSummaryResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "compliance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComplianceType)) :*: S1 ('MetaSel ('Just "evaluationContext") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EvaluationContext))) :*: (S1 ('MetaSel ('Just "evaluationMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EvaluationMode)) :*: S1 ('MetaSel ('Just "evaluationStartTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "evaluationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EvaluationStatus)) :*: S1 ('MetaSel ('Just "resourceDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceDetails))) :*: (S1 ('MetaSel ('Just "resourceEvaluationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newGetResourceEvaluationSummaryResponse Source #

Create a value of GetResourceEvaluationSummaryResponse with all optional fields omitted.

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

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

GetResourceEvaluationSummaryResponse, getResourceEvaluationSummaryResponse_compliance - The compliance status of the resource evaluation summary.

$sel:evaluationContext:GetResourceEvaluationSummaryResponse', getResourceEvaluationSummaryResponse_evaluationContext - Returns an EvaluationContext object.

GetResourceEvaluationSummaryResponse, getResourceEvaluationSummaryResponse_evaluationMode - Lists results of the mode that you requested to retrieve the resource evaluation summary. The valid values are Detective or Proactive.

GetResourceEvaluationSummaryResponse, getResourceEvaluationSummaryResponse_evaluationStartTimestamp - The start timestamp when Config rule starts evaluating compliance for the provided resource details.

$sel:evaluationStatus:GetResourceEvaluationSummaryResponse', getResourceEvaluationSummaryResponse_evaluationStatus - Returns an EvaluationStatus object.

$sel:resourceDetails:GetResourceEvaluationSummaryResponse', getResourceEvaluationSummaryResponse_resourceDetails - Returns a ResourceDetails object.

GetResourceEvaluationSummary, getResourceEvaluationSummaryResponse_resourceEvaluationId - The unique ResourceEvaluationId of Amazon Web Services resource execution for which you want to retrieve the evaluation summary.

$sel:httpStatus:GetResourceEvaluationSummaryResponse', getResourceEvaluationSummaryResponse_httpStatus - The response's http status code.

GetStoredQuery

data GetStoredQuery Source #

See: newGetStoredQuery smart constructor.

Constructors

GetStoredQuery' Text 

Instances

Instances details
ToJSON GetStoredQuery Source # 
Instance details

Defined in Amazonka.Config.GetStoredQuery

ToHeaders GetStoredQuery Source # 
Instance details

Defined in Amazonka.Config.GetStoredQuery

ToPath GetStoredQuery Source # 
Instance details

Defined in Amazonka.Config.GetStoredQuery

ToQuery GetStoredQuery Source # 
Instance details

Defined in Amazonka.Config.GetStoredQuery

AWSRequest GetStoredQuery Source # 
Instance details

Defined in Amazonka.Config.GetStoredQuery

Associated Types

type AWSResponse GetStoredQuery #

Generic GetStoredQuery Source # 
Instance details

Defined in Amazonka.Config.GetStoredQuery

Associated Types

type Rep GetStoredQuery :: Type -> Type #

Read GetStoredQuery Source # 
Instance details

Defined in Amazonka.Config.GetStoredQuery

Show GetStoredQuery Source # 
Instance details

Defined in Amazonka.Config.GetStoredQuery

NFData GetStoredQuery Source # 
Instance details

Defined in Amazonka.Config.GetStoredQuery

Methods

rnf :: GetStoredQuery -> () #

Eq GetStoredQuery Source # 
Instance details

Defined in Amazonka.Config.GetStoredQuery

Hashable GetStoredQuery Source # 
Instance details

Defined in Amazonka.Config.GetStoredQuery

type AWSResponse GetStoredQuery Source # 
Instance details

Defined in Amazonka.Config.GetStoredQuery

type Rep GetStoredQuery Source # 
Instance details

Defined in Amazonka.Config.GetStoredQuery

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

newGetStoredQuery Source #

Create a value of GetStoredQuery with all optional fields omitted.

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

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

GetStoredQuery, getStoredQuery_queryName - The name of the query.

data GetStoredQueryResponse Source #

See: newGetStoredQueryResponse smart constructor.

Instances

Instances details
Generic GetStoredQueryResponse Source # 
Instance details

Defined in Amazonka.Config.GetStoredQuery

Associated Types

type Rep GetStoredQueryResponse :: Type -> Type #

Read GetStoredQueryResponse Source # 
Instance details

Defined in Amazonka.Config.GetStoredQuery

Show GetStoredQueryResponse Source # 
Instance details

Defined in Amazonka.Config.GetStoredQuery

NFData GetStoredQueryResponse Source # 
Instance details

Defined in Amazonka.Config.GetStoredQuery

Methods

rnf :: GetStoredQueryResponse -> () #

Eq GetStoredQueryResponse Source # 
Instance details

Defined in Amazonka.Config.GetStoredQuery

type Rep GetStoredQueryResponse Source # 
Instance details

Defined in Amazonka.Config.GetStoredQuery

type Rep GetStoredQueryResponse = D1 ('MetaData "GetStoredQueryResponse" "Amazonka.Config.GetStoredQuery" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "GetStoredQueryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "storedQuery") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StoredQuery)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetStoredQueryResponse Source #

Create a value of GetStoredQueryResponse with all optional fields omitted.

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

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

$sel:storedQuery:GetStoredQueryResponse', getStoredQueryResponse_storedQuery - Returns a StoredQuery object.

$sel:httpStatus:GetStoredQueryResponse', getStoredQueryResponse_httpStatus - The response's http status code.

ListAggregateDiscoveredResources (Paginated)

data ListAggregateDiscoveredResources Source #

See: newListAggregateDiscoveredResources smart constructor.

Instances

Instances details
ToJSON ListAggregateDiscoveredResources Source # 
Instance details

Defined in Amazonka.Config.ListAggregateDiscoveredResources

ToHeaders ListAggregateDiscoveredResources Source # 
Instance details

Defined in Amazonka.Config.ListAggregateDiscoveredResources

ToPath ListAggregateDiscoveredResources Source # 
Instance details

Defined in Amazonka.Config.ListAggregateDiscoveredResources

ToQuery ListAggregateDiscoveredResources Source # 
Instance details

Defined in Amazonka.Config.ListAggregateDiscoveredResources

AWSPager ListAggregateDiscoveredResources Source # 
Instance details

Defined in Amazonka.Config.ListAggregateDiscoveredResources

AWSRequest ListAggregateDiscoveredResources Source # 
Instance details

Defined in Amazonka.Config.ListAggregateDiscoveredResources

Generic ListAggregateDiscoveredResources Source # 
Instance details

Defined in Amazonka.Config.ListAggregateDiscoveredResources

Associated Types

type Rep ListAggregateDiscoveredResources :: Type -> Type #

Read ListAggregateDiscoveredResources Source # 
Instance details

Defined in Amazonka.Config.ListAggregateDiscoveredResources

Show ListAggregateDiscoveredResources Source # 
Instance details

Defined in Amazonka.Config.ListAggregateDiscoveredResources

NFData ListAggregateDiscoveredResources Source # 
Instance details

Defined in Amazonka.Config.ListAggregateDiscoveredResources

Eq ListAggregateDiscoveredResources Source # 
Instance details

Defined in Amazonka.Config.ListAggregateDiscoveredResources

Hashable ListAggregateDiscoveredResources Source # 
Instance details

Defined in Amazonka.Config.ListAggregateDiscoveredResources

type AWSResponse ListAggregateDiscoveredResources Source # 
Instance details

Defined in Amazonka.Config.ListAggregateDiscoveredResources

type Rep ListAggregateDiscoveredResources Source # 
Instance details

Defined in Amazonka.Config.ListAggregateDiscoveredResources

type Rep ListAggregateDiscoveredResources = D1 ('MetaData "ListAggregateDiscoveredResources" "Amazonka.Config.ListAggregateDiscoveredResources" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "ListAggregateDiscoveredResources'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceFilters)) :*: S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "configurationAggregatorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceType)))))

newListAggregateDiscoveredResources Source #

Create a value of ListAggregateDiscoveredResources with all optional fields omitted.

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

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

$sel:filters:ListAggregateDiscoveredResources', listAggregateDiscoveredResources_filters - Filters the results based on the ResourceFilters object.

$sel:limit:ListAggregateDiscoveredResources', listAggregateDiscoveredResources_limit - The maximum number of resource identifiers returned on each page. You cannot specify a number greater than 100. If you specify 0, Config uses the default.

ListAggregateDiscoveredResources, listAggregateDiscoveredResources_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

ListAggregateDiscoveredResources, listAggregateDiscoveredResources_configurationAggregatorName - The name of the configuration aggregator.

ListAggregateDiscoveredResources, listAggregateDiscoveredResources_resourceType - The type of resources that you want Config to list in the response.

data ListAggregateDiscoveredResourcesResponse Source #

Instances

Instances details
Generic ListAggregateDiscoveredResourcesResponse Source # 
Instance details

Defined in Amazonka.Config.ListAggregateDiscoveredResources

Read ListAggregateDiscoveredResourcesResponse Source # 
Instance details

Defined in Amazonka.Config.ListAggregateDiscoveredResources

Show ListAggregateDiscoveredResourcesResponse Source # 
Instance details

Defined in Amazonka.Config.ListAggregateDiscoveredResources

NFData ListAggregateDiscoveredResourcesResponse Source # 
Instance details

Defined in Amazonka.Config.ListAggregateDiscoveredResources

Eq ListAggregateDiscoveredResourcesResponse Source # 
Instance details

Defined in Amazonka.Config.ListAggregateDiscoveredResources

type Rep ListAggregateDiscoveredResourcesResponse Source # 
Instance details

Defined in Amazonka.Config.ListAggregateDiscoveredResources

type Rep ListAggregateDiscoveredResourcesResponse = D1 ('MetaData "ListAggregateDiscoveredResourcesResponse" "Amazonka.Config.ListAggregateDiscoveredResources" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "ListAggregateDiscoveredResourcesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceIdentifiers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AggregateResourceIdentifier])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListAggregateDiscoveredResourcesResponse Source #

Create a value of ListAggregateDiscoveredResourcesResponse with all optional fields omitted.

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

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

ListAggregateDiscoveredResources, listAggregateDiscoveredResourcesResponse_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

$sel:resourceIdentifiers:ListAggregateDiscoveredResourcesResponse', listAggregateDiscoveredResourcesResponse_resourceIdentifiers - Returns a list of ResourceIdentifiers objects.

$sel:httpStatus:ListAggregateDiscoveredResourcesResponse', listAggregateDiscoveredResourcesResponse_httpStatus - The response's http status code.

ListConformancePackComplianceScores

data ListConformancePackComplianceScores Source #

Instances

Instances details
ToJSON ListConformancePackComplianceScores Source # 
Instance details

Defined in Amazonka.Config.ListConformancePackComplianceScores

ToHeaders ListConformancePackComplianceScores Source # 
Instance details

Defined in Amazonka.Config.ListConformancePackComplianceScores

ToPath ListConformancePackComplianceScores Source # 
Instance details

Defined in Amazonka.Config.ListConformancePackComplianceScores

ToQuery ListConformancePackComplianceScores Source # 
Instance details

Defined in Amazonka.Config.ListConformancePackComplianceScores

AWSRequest ListConformancePackComplianceScores Source # 
Instance details

Defined in Amazonka.Config.ListConformancePackComplianceScores

Generic ListConformancePackComplianceScores Source # 
Instance details

Defined in Amazonka.Config.ListConformancePackComplianceScores

Read ListConformancePackComplianceScores Source # 
Instance details

Defined in Amazonka.Config.ListConformancePackComplianceScores

Show ListConformancePackComplianceScores Source # 
Instance details

Defined in Amazonka.Config.ListConformancePackComplianceScores

NFData ListConformancePackComplianceScores Source # 
Instance details

Defined in Amazonka.Config.ListConformancePackComplianceScores

Eq ListConformancePackComplianceScores Source # 
Instance details

Defined in Amazonka.Config.ListConformancePackComplianceScores

Hashable ListConformancePackComplianceScores Source # 
Instance details

Defined in Amazonka.Config.ListConformancePackComplianceScores

type AWSResponse ListConformancePackComplianceScores Source # 
Instance details

Defined in Amazonka.Config.ListConformancePackComplianceScores

type Rep ListConformancePackComplianceScores Source # 
Instance details

Defined in Amazonka.Config.ListConformancePackComplianceScores

type Rep ListConformancePackComplianceScores = D1 ('MetaData "ListConformancePackComplianceScores" "Amazonka.Config.ListConformancePackComplianceScores" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "ListConformancePackComplianceScores'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConformancePackComplianceScoresFilters)) :*: S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortBy)) :*: S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder))))))

newListConformancePackComplianceScores :: ListConformancePackComplianceScores Source #

Create a value of ListConformancePackComplianceScores with all optional fields omitted.

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

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

$sel:filters:ListConformancePackComplianceScores', listConformancePackComplianceScores_filters - Filters the results based on the ConformancePackComplianceScoresFilters.

$sel:limit:ListConformancePackComplianceScores', listConformancePackComplianceScores_limit - The maximum number of conformance pack compliance scores returned on each page.

ListConformancePackComplianceScores, listConformancePackComplianceScores_nextToken - The nextToken string in a prior request that you can use to get the paginated response for next set of conformance pack compliance scores.

$sel:sortBy:ListConformancePackComplianceScores', listConformancePackComplianceScores_sortBy - Sorts your conformance pack compliance scores in either ascending or descending order, depending on SortOrder.

By default, conformance pack compliance scores are sorted in alphabetical order by name of the conformance pack. Enter SCORE, to sort conformance pack compliance scores by the numerical value of the compliance score.

$sel:sortOrder:ListConformancePackComplianceScores', listConformancePackComplianceScores_sortOrder - Determines the order in which conformance pack compliance scores are sorted. Either in ascending or descending order.

By default, conformance pack compliance scores are sorted in alphabetical order by name of the conformance pack. Conformance pack compliance scores are sorted in reverse alphabetical order if you enter DESCENDING.

You can sort conformance pack compliance scores by the numerical value of the compliance score by entering SCORE in the SortBy action. When compliance scores are sorted by SCORE, conformance packs with a compliance score of INSUFFICIENT_DATA will be last when sorting by ascending order and first when sorting by descending order.

data ListConformancePackComplianceScoresResponse Source #

Instances

Instances details
Generic ListConformancePackComplianceScoresResponse Source # 
Instance details

Defined in Amazonka.Config.ListConformancePackComplianceScores

Read ListConformancePackComplianceScoresResponse Source # 
Instance details

Defined in Amazonka.Config.ListConformancePackComplianceScores

Show ListConformancePackComplianceScoresResponse Source # 
Instance details

Defined in Amazonka.Config.ListConformancePackComplianceScores

NFData ListConformancePackComplianceScoresResponse Source # 
Instance details

Defined in Amazonka.Config.ListConformancePackComplianceScores

Eq ListConformancePackComplianceScoresResponse Source # 
Instance details

Defined in Amazonka.Config.ListConformancePackComplianceScores

type Rep ListConformancePackComplianceScoresResponse Source # 
Instance details

Defined in Amazonka.Config.ListConformancePackComplianceScores

type Rep ListConformancePackComplianceScoresResponse = D1 ('MetaData "ListConformancePackComplianceScoresResponse" "Amazonka.Config.ListConformancePackComplianceScores" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "ListConformancePackComplianceScoresResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "conformancePackComplianceScores") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ConformancePackComplianceScore]))))

newListConformancePackComplianceScoresResponse Source #

Create a value of ListConformancePackComplianceScoresResponse with all optional fields omitted.

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

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

ListConformancePackComplianceScores, listConformancePackComplianceScoresResponse_nextToken - The nextToken string that you can use to get the next page of results in a paginated response.

$sel:httpStatus:ListConformancePackComplianceScoresResponse', listConformancePackComplianceScoresResponse_httpStatus - The response's http status code.

$sel:conformancePackComplianceScores:ListConformancePackComplianceScoresResponse', listConformancePackComplianceScoresResponse_conformancePackComplianceScores - A list of ConformancePackComplianceScore objects.

ListDiscoveredResources (Paginated)

data ListDiscoveredResources Source #

See: newListDiscoveredResources smart constructor.

Instances

Instances details
ToJSON ListDiscoveredResources Source # 
Instance details

Defined in Amazonka.Config.ListDiscoveredResources

ToHeaders ListDiscoveredResources Source # 
Instance details

Defined in Amazonka.Config.ListDiscoveredResources

ToPath ListDiscoveredResources Source # 
Instance details

Defined in Amazonka.Config.ListDiscoveredResources

ToQuery ListDiscoveredResources Source # 
Instance details

Defined in Amazonka.Config.ListDiscoveredResources

AWSPager ListDiscoveredResources Source # 
Instance details

Defined in Amazonka.Config.ListDiscoveredResources

AWSRequest ListDiscoveredResources Source # 
Instance details

Defined in Amazonka.Config.ListDiscoveredResources

Generic ListDiscoveredResources Source # 
Instance details

Defined in Amazonka.Config.ListDiscoveredResources

Associated Types

type Rep ListDiscoveredResources :: Type -> Type #

Read ListDiscoveredResources Source # 
Instance details

Defined in Amazonka.Config.ListDiscoveredResources

Show ListDiscoveredResources Source # 
Instance details

Defined in Amazonka.Config.ListDiscoveredResources

NFData ListDiscoveredResources Source # 
Instance details

Defined in Amazonka.Config.ListDiscoveredResources

Methods

rnf :: ListDiscoveredResources -> () #

Eq ListDiscoveredResources Source # 
Instance details

Defined in Amazonka.Config.ListDiscoveredResources

Hashable ListDiscoveredResources Source # 
Instance details

Defined in Amazonka.Config.ListDiscoveredResources

type AWSResponse ListDiscoveredResources Source # 
Instance details

Defined in Amazonka.Config.ListDiscoveredResources

type Rep ListDiscoveredResources Source # 
Instance details

Defined in Amazonka.Config.ListDiscoveredResources

type Rep ListDiscoveredResources = D1 ('MetaData "ListDiscoveredResources" "Amazonka.Config.ListDiscoveredResources" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "ListDiscoveredResources'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "includeDeletedResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "resourceIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "resourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceType)))))

newListDiscoveredResources Source #

Create a value of ListDiscoveredResources with all optional fields omitted.

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

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

$sel:includeDeletedResources:ListDiscoveredResources', listDiscoveredResources_includeDeletedResources - Specifies whether Config includes deleted resources in the results. By default, deleted resources are not included.

$sel:limit:ListDiscoveredResources', listDiscoveredResources_limit - The maximum number of resource identifiers returned on each page. The default is 100. You cannot specify a number greater than 100. If you specify 0, Config uses the default.

ListDiscoveredResources, listDiscoveredResources_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

ListDiscoveredResources, listDiscoveredResources_resourceIds - The IDs of only those resources that you want Config to list in the response. If you do not specify this parameter, Config lists all resources of the specified type that it has discovered.

ListDiscoveredResources, listDiscoveredResources_resourceName - The custom name of only those resources that you want Config to list in the response. If you do not specify this parameter, Config lists all resources of the specified type that it has discovered.

ListDiscoveredResources, listDiscoveredResources_resourceType - The type of resources that you want Config to list in the response.

data ListDiscoveredResourcesResponse Source #

See: newListDiscoveredResourcesResponse smart constructor.

Instances

Instances details
Generic ListDiscoveredResourcesResponse Source # 
Instance details

Defined in Amazonka.Config.ListDiscoveredResources

Associated Types

type Rep ListDiscoveredResourcesResponse :: Type -> Type #

Read ListDiscoveredResourcesResponse Source # 
Instance details

Defined in Amazonka.Config.ListDiscoveredResources

Show ListDiscoveredResourcesResponse Source # 
Instance details

Defined in Amazonka.Config.ListDiscoveredResources

NFData ListDiscoveredResourcesResponse Source # 
Instance details

Defined in Amazonka.Config.ListDiscoveredResources

Eq ListDiscoveredResourcesResponse Source # 
Instance details

Defined in Amazonka.Config.ListDiscoveredResources

type Rep ListDiscoveredResourcesResponse Source # 
Instance details

Defined in Amazonka.Config.ListDiscoveredResources

type Rep ListDiscoveredResourcesResponse = D1 ('MetaData "ListDiscoveredResourcesResponse" "Amazonka.Config.ListDiscoveredResources" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "ListDiscoveredResourcesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceIdentifiers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ResourceIdentifier])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDiscoveredResourcesResponse Source #

Create a value of ListDiscoveredResourcesResponse with all optional fields omitted.

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

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

ListDiscoveredResources, listDiscoveredResourcesResponse_nextToken - The string that you use in a subsequent request to get the next page of results in a paginated response.

$sel:resourceIdentifiers:ListDiscoveredResourcesResponse', listDiscoveredResourcesResponse_resourceIdentifiers - The details that identify a resource that is discovered by Config, including the resource type, ID, and (if available) the custom resource name.

$sel:httpStatus:ListDiscoveredResourcesResponse', listDiscoveredResourcesResponse_httpStatus - The response's http status code.

ListResourceEvaluations (Paginated)

data ListResourceEvaluations Source #

See: newListResourceEvaluations smart constructor.

Instances

Instances details
ToJSON ListResourceEvaluations Source # 
Instance details

Defined in Amazonka.Config.ListResourceEvaluations

ToHeaders ListResourceEvaluations Source # 
Instance details

Defined in Amazonka.Config.ListResourceEvaluations

ToPath ListResourceEvaluations Source # 
Instance details

Defined in Amazonka.Config.ListResourceEvaluations

ToQuery ListResourceEvaluations Source # 
Instance details

Defined in Amazonka.Config.ListResourceEvaluations

AWSPager ListResourceEvaluations Source # 
Instance details

Defined in Amazonka.Config.ListResourceEvaluations

AWSRequest ListResourceEvaluations Source # 
Instance details

Defined in Amazonka.Config.ListResourceEvaluations

Generic ListResourceEvaluations Source # 
Instance details

Defined in Amazonka.Config.ListResourceEvaluations

Associated Types

type Rep ListResourceEvaluations :: Type -> Type #

Read ListResourceEvaluations Source # 
Instance details

Defined in Amazonka.Config.ListResourceEvaluations

Show ListResourceEvaluations Source # 
Instance details

Defined in Amazonka.Config.ListResourceEvaluations

NFData ListResourceEvaluations Source # 
Instance details

Defined in Amazonka.Config.ListResourceEvaluations

Methods

rnf :: ListResourceEvaluations -> () #

Eq ListResourceEvaluations Source # 
Instance details

Defined in Amazonka.Config.ListResourceEvaluations

Hashable ListResourceEvaluations Source # 
Instance details

Defined in Amazonka.Config.ListResourceEvaluations

type AWSResponse ListResourceEvaluations Source # 
Instance details

Defined in Amazonka.Config.ListResourceEvaluations

type Rep ListResourceEvaluations Source # 
Instance details

Defined in Amazonka.Config.ListResourceEvaluations

type Rep ListResourceEvaluations = D1 ('MetaData "ListResourceEvaluations" "Amazonka.Config.ListResourceEvaluations" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "ListResourceEvaluations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceEvaluationFilters)) :*: (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListResourceEvaluations :: ListResourceEvaluations Source #

Create a value of ListResourceEvaluations with all optional fields omitted.

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

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

$sel:filters:ListResourceEvaluations', listResourceEvaluations_filters - Returns a ResourceEvaluationFilters object.

$sel:limit:ListResourceEvaluations', listResourceEvaluations_limit - The maximum number of evaluations returned on each page. The default is 10. You cannot specify a number greater than 100. If you specify 0, Config uses the default.

ListResourceEvaluations, listResourceEvaluations_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

data ListResourceEvaluationsResponse Source #

See: newListResourceEvaluationsResponse smart constructor.

Instances

Instances details
Generic ListResourceEvaluationsResponse Source # 
Instance details

Defined in Amazonka.Config.ListResourceEvaluations

Associated Types

type Rep ListResourceEvaluationsResponse :: Type -> Type #

Read ListResourceEvaluationsResponse Source # 
Instance details

Defined in Amazonka.Config.ListResourceEvaluations

Show ListResourceEvaluationsResponse Source # 
Instance details

Defined in Amazonka.Config.ListResourceEvaluations

NFData ListResourceEvaluationsResponse Source # 
Instance details

Defined in Amazonka.Config.ListResourceEvaluations

Eq ListResourceEvaluationsResponse Source # 
Instance details

Defined in Amazonka.Config.ListResourceEvaluations

type Rep ListResourceEvaluationsResponse Source # 
Instance details

Defined in Amazonka.Config.ListResourceEvaluations

type Rep ListResourceEvaluationsResponse = D1 ('MetaData "ListResourceEvaluationsResponse" "Amazonka.Config.ListResourceEvaluations" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "ListResourceEvaluationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceEvaluations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ResourceEvaluation])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListResourceEvaluationsResponse Source #

Create a value of ListResourceEvaluationsResponse with all optional fields omitted.

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

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

ListResourceEvaluations, listResourceEvaluationsResponse_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

$sel:resourceEvaluations:ListResourceEvaluationsResponse', listResourceEvaluationsResponse_resourceEvaluations - Returns a ResourceEvaluations object.

$sel:httpStatus:ListResourceEvaluationsResponse', listResourceEvaluationsResponse_httpStatus - The response's http status code.

ListStoredQueries

data ListStoredQueries Source #

See: newListStoredQueries smart constructor.

Instances

Instances details
ToJSON ListStoredQueries Source # 
Instance details

Defined in Amazonka.Config.ListStoredQueries

ToHeaders ListStoredQueries Source # 
Instance details

Defined in Amazonka.Config.ListStoredQueries

ToPath ListStoredQueries Source # 
Instance details

Defined in Amazonka.Config.ListStoredQueries

ToQuery ListStoredQueries Source # 
Instance details

Defined in Amazonka.Config.ListStoredQueries

AWSRequest ListStoredQueries Source # 
Instance details

Defined in Amazonka.Config.ListStoredQueries

Associated Types

type AWSResponse ListStoredQueries #

Generic ListStoredQueries Source # 
Instance details

Defined in Amazonka.Config.ListStoredQueries

Associated Types

type Rep ListStoredQueries :: Type -> Type #

Read ListStoredQueries Source # 
Instance details

Defined in Amazonka.Config.ListStoredQueries

Show ListStoredQueries Source # 
Instance details

Defined in Amazonka.Config.ListStoredQueries

NFData ListStoredQueries Source # 
Instance details

Defined in Amazonka.Config.ListStoredQueries

Methods

rnf :: ListStoredQueries -> () #

Eq ListStoredQueries Source # 
Instance details

Defined in Amazonka.Config.ListStoredQueries

Hashable ListStoredQueries Source # 
Instance details

Defined in Amazonka.Config.ListStoredQueries

type AWSResponse ListStoredQueries Source # 
Instance details

Defined in Amazonka.Config.ListStoredQueries

type Rep ListStoredQueries Source # 
Instance details

Defined in Amazonka.Config.ListStoredQueries

type Rep ListStoredQueries = D1 ('MetaData "ListStoredQueries" "Amazonka.Config.ListStoredQueries" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "ListStoredQueries'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListStoredQueries :: ListStoredQueries Source #

Create a value of ListStoredQueries with all optional fields omitted.

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

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

$sel:maxResults:ListStoredQueries', listStoredQueries_maxResults - The maximum number of results to be returned with a single call.

ListStoredQueries, listStoredQueries_nextToken - The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.

data ListStoredQueriesResponse Source #

See: newListStoredQueriesResponse smart constructor.

Instances

Instances details
Generic ListStoredQueriesResponse Source # 
Instance details

Defined in Amazonka.Config.ListStoredQueries

Associated Types

type Rep ListStoredQueriesResponse :: Type -> Type #

Read ListStoredQueriesResponse Source # 
Instance details

Defined in Amazonka.Config.ListStoredQueries

Show ListStoredQueriesResponse Source # 
Instance details

Defined in Amazonka.Config.ListStoredQueries

NFData ListStoredQueriesResponse Source # 
Instance details

Defined in Amazonka.Config.ListStoredQueries

Eq ListStoredQueriesResponse Source # 
Instance details

Defined in Amazonka.Config.ListStoredQueries

type Rep ListStoredQueriesResponse Source # 
Instance details

Defined in Amazonka.Config.ListStoredQueries

type Rep ListStoredQueriesResponse = D1 ('MetaData "ListStoredQueriesResponse" "Amazonka.Config.ListStoredQueries" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "ListStoredQueriesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "storedQueryMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StoredQueryMetadata])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListStoredQueriesResponse Source #

Create a value of ListStoredQueriesResponse with all optional fields omitted.

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

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

ListStoredQueries, listStoredQueriesResponse_nextToken - If the previous paginated request didn't return all of the remaining results, the response object's NextToken parameter value is set to a token. To retrieve the next set of results, call this action again and assign that token to the request object's NextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

$sel:storedQueryMetadata:ListStoredQueriesResponse', listStoredQueriesResponse_storedQueryMetadata - A list of StoredQueryMetadata objects.

$sel:httpStatus:ListStoredQueriesResponse', listStoredQueriesResponse_httpStatus - The response's http status code.

ListTagsForResource (Paginated)

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
ToJSON ListTagsForResource Source # 
Instance details

Defined in Amazonka.Config.ListTagsForResource

ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.Config.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.Config.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.Config.ListTagsForResource

AWSPager ListTagsForResource Source # 
Instance details

Defined in Amazonka.Config.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.Config.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.Config.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.Config.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.Config.ListTagsForResource

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.Config.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.Config.ListTagsForResource

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.Config.ListTagsForResource

type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.Config.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.Config.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.Config.ListTagsForResource" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListTagsForResource Source #

Create a value of ListTagsForResource with all optional fields omitted.

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

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

$sel:limit:ListTagsForResource', listTagsForResource_limit - The maximum number of tags returned on each page. The limit maximum is 50. You cannot specify a number greater than 50. If you specify 0, Config uses the default.

ListTagsForResource, listTagsForResource_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

$sel:resourceArn:ListTagsForResource', listTagsForResource_resourceArn - The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the supported resources are ConfigRule, ConfigurationAggregator and AggregatorAuthorization.

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Config.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Config.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Config.ListTagsForResource

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Config.ListTagsForResource

Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Config.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Config.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.Config.ListTagsForResource" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListTagsForResourceResponse Source #

Create a value of ListTagsForResourceResponse with all optional fields omitted.

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

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

ListTagsForResource, listTagsForResourceResponse_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

ListTagsForResourceResponse, listTagsForResourceResponse_tags - The tags for the resource.

$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.

PutAggregationAuthorization

data PutAggregationAuthorization Source #

See: newPutAggregationAuthorization smart constructor.

Instances

Instances details
ToJSON PutAggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.PutAggregationAuthorization

ToHeaders PutAggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.PutAggregationAuthorization

ToPath PutAggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.PutAggregationAuthorization

ToQuery PutAggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.PutAggregationAuthorization

AWSRequest PutAggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.PutAggregationAuthorization

Generic PutAggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.PutAggregationAuthorization

Associated Types

type Rep PutAggregationAuthorization :: Type -> Type #

Read PutAggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.PutAggregationAuthorization

Show PutAggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.PutAggregationAuthorization

NFData PutAggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.PutAggregationAuthorization

Eq PutAggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.PutAggregationAuthorization

Hashable PutAggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.PutAggregationAuthorization

type AWSResponse PutAggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.PutAggregationAuthorization

type Rep PutAggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.PutAggregationAuthorization

type Rep PutAggregationAuthorization = D1 ('MetaData "PutAggregationAuthorization" "Amazonka.Config.PutAggregationAuthorization" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "PutAggregationAuthorization'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: (S1 ('MetaSel ('Just "authorizedAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "authorizedAwsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newPutAggregationAuthorization Source #

Create a value of PutAggregationAuthorization with all optional fields omitted.

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

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

PutAggregationAuthorization, putAggregationAuthorization_tags - An array of tag object.

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

PutAggregationAuthorization, putAggregationAuthorization_authorizedAwsRegion - The region authorized to collect aggregated data.

data PutAggregationAuthorizationResponse Source #

Instances

Instances details
Generic PutAggregationAuthorizationResponse Source # 
Instance details

Defined in Amazonka.Config.PutAggregationAuthorization

Read PutAggregationAuthorizationResponse Source # 
Instance details

Defined in Amazonka.Config.PutAggregationAuthorization

Show PutAggregationAuthorizationResponse Source # 
Instance details

Defined in Amazonka.Config.PutAggregationAuthorization

NFData PutAggregationAuthorizationResponse Source # 
Instance details

Defined in Amazonka.Config.PutAggregationAuthorization

Eq PutAggregationAuthorizationResponse Source # 
Instance details

Defined in Amazonka.Config.PutAggregationAuthorization

type Rep PutAggregationAuthorizationResponse Source # 
Instance details

Defined in Amazonka.Config.PutAggregationAuthorization

type Rep PutAggregationAuthorizationResponse = D1 ('MetaData "PutAggregationAuthorizationResponse" "Amazonka.Config.PutAggregationAuthorization" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "PutAggregationAuthorizationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "aggregationAuthorization") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AggregationAuthorization)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutAggregationAuthorizationResponse Source #

Create a value of PutAggregationAuthorizationResponse with all optional fields omitted.

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

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

$sel:aggregationAuthorization:PutAggregationAuthorizationResponse', putAggregationAuthorizationResponse_aggregationAuthorization - Returns an AggregationAuthorization object.

$sel:httpStatus:PutAggregationAuthorizationResponse', putAggregationAuthorizationResponse_httpStatus - The response's http status code.

PutConfigRule

data PutConfigRule Source #

See: newPutConfigRule smart constructor.

Instances

Instances details
ToJSON PutConfigRule Source # 
Instance details

Defined in Amazonka.Config.PutConfigRule

ToHeaders PutConfigRule Source # 
Instance details

Defined in Amazonka.Config.PutConfigRule

ToPath PutConfigRule Source # 
Instance details

Defined in Amazonka.Config.PutConfigRule

ToQuery PutConfigRule Source # 
Instance details

Defined in Amazonka.Config.PutConfigRule

AWSRequest PutConfigRule Source # 
Instance details

Defined in Amazonka.Config.PutConfigRule

Associated Types

type AWSResponse PutConfigRule #

Generic PutConfigRule Source # 
Instance details

Defined in Amazonka.Config.PutConfigRule

Associated Types

type Rep PutConfigRule :: Type -> Type #

Read PutConfigRule Source # 
Instance details

Defined in Amazonka.Config.PutConfigRule

Show PutConfigRule Source # 
Instance details

Defined in Amazonka.Config.PutConfigRule

NFData PutConfigRule Source # 
Instance details

Defined in Amazonka.Config.PutConfigRule

Methods

rnf :: PutConfigRule -> () #

Eq PutConfigRule Source # 
Instance details

Defined in Amazonka.Config.PutConfigRule

Hashable PutConfigRule Source # 
Instance details

Defined in Amazonka.Config.PutConfigRule

type AWSResponse PutConfigRule Source # 
Instance details

Defined in Amazonka.Config.PutConfigRule

type Rep PutConfigRule Source # 
Instance details

Defined in Amazonka.Config.PutConfigRule

type Rep PutConfigRule = D1 ('MetaData "PutConfigRule" "Amazonka.Config.PutConfigRule" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "PutConfigRule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "configRule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ConfigRule)))

newPutConfigRule Source #

Create a value of PutConfigRule with all optional fields omitted.

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

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

PutConfigRule, putConfigRule_tags - An array of tag object.

$sel:configRule:PutConfigRule', putConfigRule_configRule - The rule that you want to add to your account.

data PutConfigRuleResponse Source #

See: newPutConfigRuleResponse smart constructor.

Instances

Instances details
Generic PutConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.PutConfigRule

Associated Types

type Rep PutConfigRuleResponse :: Type -> Type #

Read PutConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.PutConfigRule

Show PutConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.PutConfigRule

NFData PutConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.PutConfigRule

Methods

rnf :: PutConfigRuleResponse -> () #

Eq PutConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.PutConfigRule

type Rep PutConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.PutConfigRule

type Rep PutConfigRuleResponse = D1 ('MetaData "PutConfigRuleResponse" "Amazonka.Config.PutConfigRule" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "PutConfigRuleResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newPutConfigRuleResponse :: PutConfigRuleResponse Source #

Create a value of PutConfigRuleResponse with all optional fields omitted.

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

PutConfigurationAggregator

data PutConfigurationAggregator Source #

See: newPutConfigurationAggregator smart constructor.

Instances

Instances details
ToJSON PutConfigurationAggregator Source # 
Instance details

Defined in Amazonka.Config.PutConfigurationAggregator

ToHeaders PutConfigurationAggregator Source # 
Instance details

Defined in Amazonka.Config.PutConfigurationAggregator

ToPath PutConfigurationAggregator Source # 
Instance details

Defined in Amazonka.Config.PutConfigurationAggregator

ToQuery PutConfigurationAggregator Source # 
Instance details

Defined in Amazonka.Config.PutConfigurationAggregator

AWSRequest PutConfigurationAggregator Source # 
Instance details

Defined in Amazonka.Config.PutConfigurationAggregator

Generic PutConfigurationAggregator Source # 
Instance details

Defined in Amazonka.Config.PutConfigurationAggregator

Associated Types

type Rep PutConfigurationAggregator :: Type -> Type #

Read PutConfigurationAggregator Source # 
Instance details

Defined in Amazonka.Config.PutConfigurationAggregator

Show PutConfigurationAggregator Source # 
Instance details

Defined in Amazonka.Config.PutConfigurationAggregator

NFData PutConfigurationAggregator Source # 
Instance details

Defined in Amazonka.Config.PutConfigurationAggregator

Eq PutConfigurationAggregator Source # 
Instance details

Defined in Amazonka.Config.PutConfigurationAggregator

Hashable PutConfigurationAggregator Source # 
Instance details

Defined in Amazonka.Config.PutConfigurationAggregator

type AWSResponse PutConfigurationAggregator Source # 
Instance details

Defined in Amazonka.Config.PutConfigurationAggregator

type Rep PutConfigurationAggregator Source # 
Instance details

Defined in Amazonka.Config.PutConfigurationAggregator

type Rep PutConfigurationAggregator = D1 ('MetaData "PutConfigurationAggregator" "Amazonka.Config.PutConfigurationAggregator" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "PutConfigurationAggregator'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accountAggregationSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AccountAggregationSource])) :*: S1 ('MetaSel ('Just "organizationAggregationSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OrganizationAggregationSource))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "configurationAggregatorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newPutConfigurationAggregator Source #

Create a value of PutConfigurationAggregator with all optional fields omitted.

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

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

PutConfigurationAggregator, putConfigurationAggregator_accountAggregationSources - A list of AccountAggregationSource object.

PutConfigurationAggregator, putConfigurationAggregator_organizationAggregationSource - An OrganizationAggregationSource object.

PutConfigurationAggregator, putConfigurationAggregator_tags - An array of tag object.

PutConfigurationAggregator, putConfigurationAggregator_configurationAggregatorName - The name of the configuration aggregator.

data PutConfigurationAggregatorResponse Source #

Instances

Instances details
Generic PutConfigurationAggregatorResponse Source # 
Instance details

Defined in Amazonka.Config.PutConfigurationAggregator

Associated Types

type Rep PutConfigurationAggregatorResponse :: Type -> Type #

Read PutConfigurationAggregatorResponse Source # 
Instance details

Defined in Amazonka.Config.PutConfigurationAggregator

Show PutConfigurationAggregatorResponse Source # 
Instance details

Defined in Amazonka.Config.PutConfigurationAggregator

NFData PutConfigurationAggregatorResponse Source # 
Instance details

Defined in Amazonka.Config.PutConfigurationAggregator

Eq PutConfigurationAggregatorResponse Source # 
Instance details

Defined in Amazonka.Config.PutConfigurationAggregator

type Rep PutConfigurationAggregatorResponse Source # 
Instance details

Defined in Amazonka.Config.PutConfigurationAggregator

type Rep PutConfigurationAggregatorResponse = D1 ('MetaData "PutConfigurationAggregatorResponse" "Amazonka.Config.PutConfigurationAggregator" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "PutConfigurationAggregatorResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationAggregator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigurationAggregator)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutConfigurationAggregatorResponse Source #

Create a value of PutConfigurationAggregatorResponse with all optional fields omitted.

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

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

$sel:configurationAggregator:PutConfigurationAggregatorResponse', putConfigurationAggregatorResponse_configurationAggregator - Returns a ConfigurationAggregator object.

$sel:httpStatus:PutConfigurationAggregatorResponse', putConfigurationAggregatorResponse_httpStatus - The response's http status code.

PutConfigurationRecorder

data PutConfigurationRecorder Source #

The input for the PutConfigurationRecorder action.

See: newPutConfigurationRecorder smart constructor.

Instances

Instances details
ToJSON PutConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.PutConfigurationRecorder

ToHeaders PutConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.PutConfigurationRecorder

ToPath PutConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.PutConfigurationRecorder

ToQuery PutConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.PutConfigurationRecorder

AWSRequest PutConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.PutConfigurationRecorder

Generic PutConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.PutConfigurationRecorder

Associated Types

type Rep PutConfigurationRecorder :: Type -> Type #

Read PutConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.PutConfigurationRecorder

Show PutConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.PutConfigurationRecorder

NFData PutConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.PutConfigurationRecorder

Eq PutConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.PutConfigurationRecorder

Hashable PutConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.PutConfigurationRecorder

type AWSResponse PutConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.PutConfigurationRecorder

type Rep PutConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.PutConfigurationRecorder

type Rep PutConfigurationRecorder = D1 ('MetaData "PutConfigurationRecorder" "Amazonka.Config.PutConfigurationRecorder" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "PutConfigurationRecorder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationRecorder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ConfigurationRecorder)))

newPutConfigurationRecorder Source #

Create a value of PutConfigurationRecorder with all optional fields omitted.

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

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

$sel:configurationRecorder:PutConfigurationRecorder', putConfigurationRecorder_configurationRecorder - The configuration recorder object that records each configuration change made to the resources.

data PutConfigurationRecorderResponse Source #

See: newPutConfigurationRecorderResponse smart constructor.

Instances

Instances details
Generic PutConfigurationRecorderResponse Source # 
Instance details

Defined in Amazonka.Config.PutConfigurationRecorder

Associated Types

type Rep PutConfigurationRecorderResponse :: Type -> Type #

Read PutConfigurationRecorderResponse Source # 
Instance details

Defined in Amazonka.Config.PutConfigurationRecorder

Show PutConfigurationRecorderResponse Source # 
Instance details

Defined in Amazonka.Config.PutConfigurationRecorder

NFData PutConfigurationRecorderResponse Source # 
Instance details

Defined in Amazonka.Config.PutConfigurationRecorder

Eq PutConfigurationRecorderResponse Source # 
Instance details

Defined in Amazonka.Config.PutConfigurationRecorder

type Rep PutConfigurationRecorderResponse Source # 
Instance details

Defined in Amazonka.Config.PutConfigurationRecorder

type Rep PutConfigurationRecorderResponse = D1 ('MetaData "PutConfigurationRecorderResponse" "Amazonka.Config.PutConfigurationRecorder" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "PutConfigurationRecorderResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newPutConfigurationRecorderResponse :: PutConfigurationRecorderResponse Source #

Create a value of PutConfigurationRecorderResponse with all optional fields omitted.

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

PutConformancePack

data PutConformancePack Source #

See: newPutConformancePack smart constructor.

Instances

Instances details
ToJSON PutConformancePack Source # 
Instance details

Defined in Amazonka.Config.PutConformancePack

ToHeaders PutConformancePack Source # 
Instance details

Defined in Amazonka.Config.PutConformancePack

ToPath PutConformancePack Source # 
Instance details

Defined in Amazonka.Config.PutConformancePack

ToQuery PutConformancePack Source # 
Instance details

Defined in Amazonka.Config.PutConformancePack

AWSRequest PutConformancePack Source # 
Instance details

Defined in Amazonka.Config.PutConformancePack

Associated Types

type AWSResponse PutConformancePack #

Generic PutConformancePack Source # 
Instance details

Defined in Amazonka.Config.PutConformancePack

Associated Types

type Rep PutConformancePack :: Type -> Type #

Read PutConformancePack Source # 
Instance details

Defined in Amazonka.Config.PutConformancePack

Show PutConformancePack Source # 
Instance details

Defined in Amazonka.Config.PutConformancePack

NFData PutConformancePack Source # 
Instance details

Defined in Amazonka.Config.PutConformancePack

Methods

rnf :: PutConformancePack -> () #

Eq PutConformancePack Source # 
Instance details

Defined in Amazonka.Config.PutConformancePack

Hashable PutConformancePack Source # 
Instance details

Defined in Amazonka.Config.PutConformancePack

type AWSResponse PutConformancePack Source # 
Instance details

Defined in Amazonka.Config.PutConformancePack

type Rep PutConformancePack Source # 
Instance details

Defined in Amazonka.Config.PutConformancePack

type Rep PutConformancePack = D1 ('MetaData "PutConformancePack" "Amazonka.Config.PutConformancePack" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "PutConformancePack'" '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 "templateBody") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "templateS3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "templateSSMDocumentDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TemplateSSMDocumentDetails)) :*: S1 ('MetaSel ('Just "conformancePackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newPutConformancePack Source #

Create a value of PutConformancePack with all optional fields omitted.

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

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

PutConformancePack, putConformancePack_conformancePackInputParameters - A list of ConformancePackInputParameter objects.

PutConformancePack, putConformancePack_deliveryS3Bucket - The name of the Amazon S3 bucket where Config stores conformance pack templates.

This field is optional.

PutConformancePack, putConformancePack_deliveryS3KeyPrefix - The prefix for the Amazon S3 bucket.

This field is optional.

$sel:templateBody:PutConformancePack', putConformancePack_templateBody - A string containing the full conformance pack template body. The structure containing the template body has a minimum length of 1 byte and a maximum length of 51,200 bytes.

You can use a YAML template with two resource types: Config rule (AWS::Config::ConfigRule) and remediation action (AWS::Config::RemediationConfiguration).

$sel:templateS3Uri:PutConformancePack', putConformancePack_templateS3Uri - The location of the file containing the template body (s3://bucketname/prefix). The uri must point to a conformance pack template (max size: 300 KB) that is located in an Amazon S3 bucket in the same Region as the conformance pack.

You must have access to read Amazon S3 bucket.

PutConformancePack, putConformancePack_templateSSMDocumentDetails - An object of type TemplateSSMDocumentDetails, which contains the name or the 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.

PutConformancePack, putConformancePack_conformancePackName - The unique name of the conformance pack you want to deploy.

data PutConformancePackResponse Source #

See: newPutConformancePackResponse smart constructor.

Instances

Instances details
Generic PutConformancePackResponse Source # 
Instance details

Defined in Amazonka.Config.PutConformancePack

Associated Types

type Rep PutConformancePackResponse :: Type -> Type #

Read PutConformancePackResponse Source # 
Instance details

Defined in Amazonka.Config.PutConformancePack

Show PutConformancePackResponse Source # 
Instance details

Defined in Amazonka.Config.PutConformancePack

NFData PutConformancePackResponse Source # 
Instance details

Defined in Amazonka.Config.PutConformancePack

Eq PutConformancePackResponse Source # 
Instance details

Defined in Amazonka.Config.PutConformancePack

type Rep PutConformancePackResponse Source # 
Instance details

Defined in Amazonka.Config.PutConformancePack

type Rep PutConformancePackResponse = D1 ('MetaData "PutConformancePackResponse" "Amazonka.Config.PutConformancePack" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "PutConformancePackResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "conformancePackArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutConformancePackResponse Source #

Create a value of PutConformancePackResponse with all optional fields omitted.

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

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

PutConformancePackResponse, putConformancePackResponse_conformancePackArn - ARN of the conformance pack.

$sel:httpStatus:PutConformancePackResponse', putConformancePackResponse_httpStatus - The response's http status code.

PutDeliveryChannel

data PutDeliveryChannel Source #

The input for the PutDeliveryChannel action.

See: newPutDeliveryChannel smart constructor.

Instances

Instances details
ToJSON PutDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

ToHeaders PutDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

ToPath PutDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

ToQuery PutDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

AWSRequest PutDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

Associated Types

type AWSResponse PutDeliveryChannel #

Generic PutDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

Associated Types

type Rep PutDeliveryChannel :: Type -> Type #

Read PutDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

Show PutDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

NFData PutDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

Methods

rnf :: PutDeliveryChannel -> () #

Eq PutDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

Hashable PutDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

type AWSResponse PutDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

type Rep PutDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

type Rep PutDeliveryChannel = D1 ('MetaData "PutDeliveryChannel" "Amazonka.Config.PutDeliveryChannel" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "PutDeliveryChannel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deliveryChannel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DeliveryChannel)))

newPutDeliveryChannel Source #

Create a value of PutDeliveryChannel with all optional fields omitted.

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

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

$sel:deliveryChannel:PutDeliveryChannel', putDeliveryChannel_deliveryChannel - The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket and to an Amazon SNS topic.

data PutDeliveryChannelResponse Source #

See: newPutDeliveryChannelResponse smart constructor.

Instances

Instances details
Generic PutDeliveryChannelResponse Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

Associated Types

type Rep PutDeliveryChannelResponse :: Type -> Type #

Read PutDeliveryChannelResponse Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

Show PutDeliveryChannelResponse Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

NFData PutDeliveryChannelResponse Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

Eq PutDeliveryChannelResponse Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

type Rep PutDeliveryChannelResponse Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

type Rep PutDeliveryChannelResponse = D1 ('MetaData "PutDeliveryChannelResponse" "Amazonka.Config.PutDeliveryChannel" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "PutDeliveryChannelResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newPutDeliveryChannelResponse :: PutDeliveryChannelResponse Source #

Create a value of PutDeliveryChannelResponse with all optional fields omitted.

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

PutEvaluations

data PutEvaluations Source #

See: newPutEvaluations smart constructor.

Instances

Instances details
ToJSON PutEvaluations Source # 
Instance details

Defined in Amazonka.Config.PutEvaluations

ToHeaders PutEvaluations Source # 
Instance details

Defined in Amazonka.Config.PutEvaluations

ToPath PutEvaluations Source # 
Instance details

Defined in Amazonka.Config.PutEvaluations

ToQuery PutEvaluations Source # 
Instance details

Defined in Amazonka.Config.PutEvaluations

AWSRequest PutEvaluations Source # 
Instance details

Defined in Amazonka.Config.PutEvaluations

Associated Types

type AWSResponse PutEvaluations #

Generic PutEvaluations Source # 
Instance details

Defined in Amazonka.Config.PutEvaluations

Associated Types

type Rep PutEvaluations :: Type -> Type #

Read PutEvaluations Source # 
Instance details

Defined in Amazonka.Config.PutEvaluations

Show PutEvaluations Source # 
Instance details

Defined in Amazonka.Config.PutEvaluations

NFData PutEvaluations Source # 
Instance details

Defined in Amazonka.Config.PutEvaluations

Methods

rnf :: PutEvaluations -> () #

Eq PutEvaluations Source # 
Instance details

Defined in Amazonka.Config.PutEvaluations

Hashable PutEvaluations Source # 
Instance details

Defined in Amazonka.Config.PutEvaluations

type AWSResponse PutEvaluations Source # 
Instance details

Defined in Amazonka.Config.PutEvaluations

type Rep PutEvaluations Source # 
Instance details

Defined in Amazonka.Config.PutEvaluations

type Rep PutEvaluations = D1 ('MetaData "PutEvaluations" "Amazonka.Config.PutEvaluations" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "PutEvaluations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "evaluations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Evaluation])) :*: (S1 ('MetaSel ('Just "testMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "resultToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newPutEvaluations Source #

Create a value of PutEvaluations with all optional fields omitted.

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

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

$sel:evaluations:PutEvaluations', putEvaluations_evaluations - The assessments that the Lambda function performs. Each evaluation identifies an Amazon Web Services resource and indicates whether it complies with the Config rule that invokes the Lambda function.

$sel:testMode:PutEvaluations', putEvaluations_testMode - Use this parameter to specify a test run for PutEvaluations. You can verify whether your Lambda function will deliver evaluation results to Config. No updates occur to your existing evaluations, and evaluation results are not sent to Config.

When TestMode is true, PutEvaluations doesn't require a valid value for the ResultToken parameter, but the value cannot be null.

PutEvaluations, putEvaluations_resultToken - An encrypted token that associates an evaluation with an Config rule. Identifies the rule and the event that triggered the evaluation.

data PutEvaluationsResponse Source #

See: newPutEvaluationsResponse smart constructor.

Instances

Instances details
Generic PutEvaluationsResponse Source # 
Instance details

Defined in Amazonka.Config.PutEvaluations

Associated Types

type Rep PutEvaluationsResponse :: Type -> Type #

Read PutEvaluationsResponse Source # 
Instance details

Defined in Amazonka.Config.PutEvaluations

Show PutEvaluationsResponse Source # 
Instance details

Defined in Amazonka.Config.PutEvaluations

NFData PutEvaluationsResponse Source # 
Instance details

Defined in Amazonka.Config.PutEvaluations

Methods

rnf :: PutEvaluationsResponse -> () #

Eq PutEvaluationsResponse Source # 
Instance details

Defined in Amazonka.Config.PutEvaluations

type Rep PutEvaluationsResponse Source # 
Instance details

Defined in Amazonka.Config.PutEvaluations

type Rep PutEvaluationsResponse = D1 ('MetaData "PutEvaluationsResponse" "Amazonka.Config.PutEvaluations" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "PutEvaluationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failedEvaluations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Evaluation])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutEvaluationsResponse Source #

Create a value of PutEvaluationsResponse with all optional fields omitted.

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

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

$sel:failedEvaluations:PutEvaluationsResponse', putEvaluationsResponse_failedEvaluations - Requests that failed because of a client or server error.

$sel:httpStatus:PutEvaluationsResponse', putEvaluationsResponse_httpStatus - The response's http status code.

PutExternalEvaluation

data PutExternalEvaluation Source #

See: newPutExternalEvaluation smart constructor.

Instances

Instances details
ToJSON PutExternalEvaluation Source # 
Instance details

Defined in Amazonka.Config.PutExternalEvaluation

ToHeaders PutExternalEvaluation Source # 
Instance details

Defined in Amazonka.Config.PutExternalEvaluation

ToPath PutExternalEvaluation Source # 
Instance details

Defined in Amazonka.Config.PutExternalEvaluation

ToQuery PutExternalEvaluation Source # 
Instance details

Defined in Amazonka.Config.PutExternalEvaluation

AWSRequest PutExternalEvaluation Source # 
Instance details

Defined in Amazonka.Config.PutExternalEvaluation

Associated Types

type AWSResponse PutExternalEvaluation #

Generic PutExternalEvaluation Source # 
Instance details

Defined in Amazonka.Config.PutExternalEvaluation

Associated Types

type Rep PutExternalEvaluation :: Type -> Type #

Read PutExternalEvaluation Source # 
Instance details

Defined in Amazonka.Config.PutExternalEvaluation

Show PutExternalEvaluation Source # 
Instance details

Defined in Amazonka.Config.PutExternalEvaluation

NFData PutExternalEvaluation Source # 
Instance details

Defined in Amazonka.Config.PutExternalEvaluation

Methods

rnf :: PutExternalEvaluation -> () #

Eq PutExternalEvaluation Source # 
Instance details

Defined in Amazonka.Config.PutExternalEvaluation

Hashable PutExternalEvaluation Source # 
Instance details

Defined in Amazonka.Config.PutExternalEvaluation

type AWSResponse PutExternalEvaluation Source # 
Instance details

Defined in Amazonka.Config.PutExternalEvaluation

type Rep PutExternalEvaluation Source # 
Instance details

Defined in Amazonka.Config.PutExternalEvaluation

type Rep PutExternalEvaluation = D1 ('MetaData "PutExternalEvaluation" "Amazonka.Config.PutExternalEvaluation" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "PutExternalEvaluation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configRuleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "externalEvaluation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ExternalEvaluation)))

newPutExternalEvaluation Source #

Create a value of PutExternalEvaluation with all optional fields omitted.

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

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

PutExternalEvaluation, putExternalEvaluation_configRuleName - The name of the Config rule.

$sel:externalEvaluation:PutExternalEvaluation', putExternalEvaluation_externalEvaluation - An ExternalEvaluation object that provides details about compliance.

data PutExternalEvaluationResponse Source #

See: newPutExternalEvaluationResponse smart constructor.

Instances

Instances details
Generic PutExternalEvaluationResponse Source # 
Instance details

Defined in Amazonka.Config.PutExternalEvaluation

Associated Types

type Rep PutExternalEvaluationResponse :: Type -> Type #

Read PutExternalEvaluationResponse Source # 
Instance details

Defined in Amazonka.Config.PutExternalEvaluation

Show PutExternalEvaluationResponse Source # 
Instance details

Defined in Amazonka.Config.PutExternalEvaluation

NFData PutExternalEvaluationResponse Source # 
Instance details

Defined in Amazonka.Config.PutExternalEvaluation

Eq PutExternalEvaluationResponse Source # 
Instance details

Defined in Amazonka.Config.PutExternalEvaluation

type Rep PutExternalEvaluationResponse Source # 
Instance details

Defined in Amazonka.Config.PutExternalEvaluation

type Rep PutExternalEvaluationResponse = D1 ('MetaData "PutExternalEvaluationResponse" "Amazonka.Config.PutExternalEvaluation" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "PutExternalEvaluationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutExternalEvaluationResponse Source #

Create a value of PutExternalEvaluationResponse with all optional fields omitted.

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

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

$sel:httpStatus:PutExternalEvaluationResponse', putExternalEvaluationResponse_httpStatus - The response's http status code.

PutOrganizationConfigRule

data PutOrganizationConfigRule Source #

See: newPutOrganizationConfigRule smart constructor.

Instances

Instances details
ToJSON PutOrganizationConfigRule Source # 
Instance details

Defined in Amazonka.Config.PutOrganizationConfigRule

ToHeaders PutOrganizationConfigRule Source # 
Instance details

Defined in Amazonka.Config.PutOrganizationConfigRule

ToPath PutOrganizationConfigRule Source # 
Instance details

Defined in Amazonka.Config.PutOrganizationConfigRule

ToQuery PutOrganizationConfigRule Source # 
Instance details

Defined in Amazonka.Config.PutOrganizationConfigRule

AWSRequest PutOrganizationConfigRule Source # 
Instance details

Defined in Amazonka.Config.PutOrganizationConfigRule

Generic PutOrganizationConfigRule Source # 
Instance details

Defined in Amazonka.Config.PutOrganizationConfigRule

Associated Types

type Rep PutOrganizationConfigRule :: Type -> Type #

Read PutOrganizationConfigRule Source # 
Instance details

Defined in Amazonka.Config.PutOrganizationConfigRule

Show PutOrganizationConfigRule Source # 
Instance details

Defined in Amazonka.Config.PutOrganizationConfigRule

NFData PutOrganizationConfigRule Source # 
Instance details

Defined in Amazonka.Config.PutOrganizationConfigRule

Eq PutOrganizationConfigRule Source # 
Instance details

Defined in Amazonka.Config.PutOrganizationConfigRule

Hashable PutOrganizationConfigRule Source # 
Instance details

Defined in Amazonka.Config.PutOrganizationConfigRule

type AWSResponse PutOrganizationConfigRule Source # 
Instance details

Defined in Amazonka.Config.PutOrganizationConfigRule

type Rep PutOrganizationConfigRule Source # 
Instance details

Defined in Amazonka.Config.PutOrganizationConfigRule

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

newPutOrganizationConfigRule Source #

Create a value of PutOrganizationConfigRule with all optional fields omitted.

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

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

PutOrganizationConfigRule, putOrganizationConfigRule_excludedAccounts - A comma-separated list of accounts that you want to exclude from an organization Config rule.

PutOrganizationConfigRule, putOrganizationConfigRule_organizationCustomPolicyRuleMetadata - An OrganizationCustomPolicyRuleMetadata object. This object 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.

PutOrganizationConfigRule, putOrganizationConfigRule_organizationCustomRuleMetadata - An OrganizationCustomRuleMetadata object. This object 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.

PutOrganizationConfigRule, putOrganizationConfigRule_organizationManagedRuleMetadata - An OrganizationManagedRuleMetadata object. This object 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.

PutOrganizationConfigRule, putOrganizationConfigRule_organizationConfigRuleName - The name that you assign to an organization Config rule.

data PutOrganizationConfigRuleResponse Source #

See: newPutOrganizationConfigRuleResponse smart constructor.

Instances

Instances details
Generic PutOrganizationConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.PutOrganizationConfigRule

Associated Types

type Rep PutOrganizationConfigRuleResponse :: Type -> Type #

Read PutOrganizationConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.PutOrganizationConfigRule

Show PutOrganizationConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.PutOrganizationConfigRule

NFData PutOrganizationConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.PutOrganizationConfigRule

Eq PutOrganizationConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.PutOrganizationConfigRule

type Rep PutOrganizationConfigRuleResponse Source # 
Instance details

Defined in Amazonka.Config.PutOrganizationConfigRule

type Rep PutOrganizationConfigRuleResponse = D1 ('MetaData "PutOrganizationConfigRuleResponse" "Amazonka.Config.PutOrganizationConfigRule" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "PutOrganizationConfigRuleResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "organizationConfigRuleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutOrganizationConfigRuleResponse Source #

Create a value of PutOrganizationConfigRuleResponse with all optional fields omitted.

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

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

PutOrganizationConfigRuleResponse, putOrganizationConfigRuleResponse_organizationConfigRuleArn - The Amazon Resource Name (ARN) of an organization Config rule.

$sel:httpStatus:PutOrganizationConfigRuleResponse', putOrganizationConfigRuleResponse_httpStatus - The response's http status code.

PutOrganizationConformancePack

data PutOrganizationConformancePack Source #

See: newPutOrganizationConformancePack smart constructor.

Instances

Instances details
ToJSON PutOrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.PutOrganizationConformancePack

ToHeaders PutOrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.PutOrganizationConformancePack

ToPath PutOrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.PutOrganizationConformancePack

ToQuery PutOrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.PutOrganizationConformancePack

AWSRequest PutOrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.PutOrganizationConformancePack

Generic PutOrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.PutOrganizationConformancePack

Associated Types

type Rep PutOrganizationConformancePack :: Type -> Type #

Read PutOrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.PutOrganizationConformancePack

Show PutOrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.PutOrganizationConformancePack

NFData PutOrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.PutOrganizationConformancePack

Eq PutOrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.PutOrganizationConformancePack

Hashable PutOrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.PutOrganizationConformancePack

type AWSResponse PutOrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.PutOrganizationConformancePack

type Rep PutOrganizationConformancePack Source # 
Instance details

Defined in Amazonka.Config.PutOrganizationConformancePack

type Rep PutOrganizationConformancePack = D1 ('MetaData "PutOrganizationConformancePack" "Amazonka.Config.PutOrganizationConformancePack" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "PutOrganizationConformancePack'" '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 "templateBody") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "templateS3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "organizationConformancePackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newPutOrganizationConformancePack Source #

Create a value of PutOrganizationConformancePack with all optional fields omitted.

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

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

PutOrganizationConformancePack, putOrganizationConformancePack_conformancePackInputParameters - A list of ConformancePackInputParameter objects.

PutOrganizationConformancePack, putOrganizationConformancePack_deliveryS3Bucket - The name of the Amazon S3 bucket where Config stores conformance pack templates.

This field is optional. If used, it must be prefixed with awsconfigconforms.

PutOrganizationConformancePack, putOrganizationConformancePack_deliveryS3KeyPrefix - The prefix for the Amazon S3 bucket.

This field is optional.

PutOrganizationConformancePack, putOrganizationConformancePack_excludedAccounts - A list of Amazon Web Services accounts to be excluded from an organization conformance pack while deploying a conformance pack.

$sel:templateBody:PutOrganizationConformancePack', putOrganizationConformancePack_templateBody - A string containing full conformance pack template body. Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.

$sel:templateS3Uri:PutOrganizationConformancePack', putOrganizationConformancePack_templateS3Uri - Location of file containing the template body. The uri must point to the conformance pack template (max size: 300 KB).

You must have access to read Amazon S3 bucket.

PutOrganizationConformancePack, putOrganizationConformancePack_organizationConformancePackName - Name of the organization conformance pack you want to create.

data PutOrganizationConformancePackResponse Source #

Instances

Instances details
Generic PutOrganizationConformancePackResponse Source # 
Instance details

Defined in Amazonka.Config.PutOrganizationConformancePack

Read PutOrganizationConformancePackResponse Source # 
Instance details

Defined in Amazonka.Config.PutOrganizationConformancePack

Show PutOrganizationConformancePackResponse Source # 
Instance details

Defined in Amazonka.Config.PutOrganizationConformancePack

NFData PutOrganizationConformancePackResponse Source # 
Instance details

Defined in Amazonka.Config.PutOrganizationConformancePack

Eq PutOrganizationConformancePackResponse Source # 
Instance details

Defined in Amazonka.Config.PutOrganizationConformancePack

type Rep PutOrganizationConformancePackResponse Source # 
Instance details

Defined in Amazonka.Config.PutOrganizationConformancePack

type Rep PutOrganizationConformancePackResponse = D1 ('MetaData "PutOrganizationConformancePackResponse" "Amazonka.Config.PutOrganizationConformancePack" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "PutOrganizationConformancePackResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "organizationConformancePackArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutOrganizationConformancePackResponse Source #

Create a value of PutOrganizationConformancePackResponse with all optional fields omitted.

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

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

PutOrganizationConformancePackResponse, putOrganizationConformancePackResponse_organizationConformancePackArn - ARN of the organization conformance pack.

$sel:httpStatus:PutOrganizationConformancePackResponse', putOrganizationConformancePackResponse_httpStatus - The response's http status code.

PutRemediationConfigurations

data PutRemediationConfigurations Source #

See: newPutRemediationConfigurations smart constructor.

Instances

Instances details
ToJSON PutRemediationConfigurations Source # 
Instance details

Defined in Amazonka.Config.PutRemediationConfigurations

ToHeaders PutRemediationConfigurations Source # 
Instance details

Defined in Amazonka.Config.PutRemediationConfigurations

ToPath PutRemediationConfigurations Source # 
Instance details

Defined in Amazonka.Config.PutRemediationConfigurations

ToQuery PutRemediationConfigurations Source # 
Instance details

Defined in Amazonka.Config.PutRemediationConfigurations

AWSRequest PutRemediationConfigurations Source # 
Instance details

Defined in Amazonka.Config.PutRemediationConfigurations

Generic PutRemediationConfigurations Source # 
Instance details

Defined in Amazonka.Config.PutRemediationConfigurations

Associated Types

type Rep PutRemediationConfigurations :: Type -> Type #

Read PutRemediationConfigurations Source # 
Instance details

Defined in Amazonka.Config.PutRemediationConfigurations

Show PutRemediationConfigurations Source # 
Instance details

Defined in Amazonka.Config.PutRemediationConfigurations

NFData PutRemediationConfigurations Source # 
Instance details

Defined in Amazonka.Config.PutRemediationConfigurations

Eq PutRemediationConfigurations Source # 
Instance details

Defined in Amazonka.Config.PutRemediationConfigurations

Hashable PutRemediationConfigurations Source # 
Instance details

Defined in Amazonka.Config.PutRemediationConfigurations

type AWSResponse PutRemediationConfigurations Source # 
Instance details

Defined in Amazonka.Config.PutRemediationConfigurations

type Rep PutRemediationConfigurations Source # 
Instance details

Defined in Amazonka.Config.PutRemediationConfigurations

type Rep PutRemediationConfigurations = D1 ('MetaData "PutRemediationConfigurations" "Amazonka.Config.PutRemediationConfigurations" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "PutRemediationConfigurations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "remediationConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [RemediationConfiguration])))

newPutRemediationConfigurations :: PutRemediationConfigurations Source #

Create a value of PutRemediationConfigurations with all optional fields omitted.

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

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

$sel:remediationConfigurations:PutRemediationConfigurations', putRemediationConfigurations_remediationConfigurations - A list of remediation configuration objects.

data PutRemediationConfigurationsResponse Source #

Instances

Instances details
Generic PutRemediationConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Config.PutRemediationConfigurations

Read PutRemediationConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Config.PutRemediationConfigurations

Show PutRemediationConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Config.PutRemediationConfigurations

NFData PutRemediationConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Config.PutRemediationConfigurations

Eq PutRemediationConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Config.PutRemediationConfigurations

type Rep PutRemediationConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Config.PutRemediationConfigurations

type Rep PutRemediationConfigurationsResponse = D1 ('MetaData "PutRemediationConfigurationsResponse" "Amazonka.Config.PutRemediationConfigurations" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "PutRemediationConfigurationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failedBatches") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FailedRemediationBatch])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutRemediationConfigurationsResponse Source #

Create a value of PutRemediationConfigurationsResponse with all optional fields omitted.

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

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

$sel:failedBatches:PutRemediationConfigurationsResponse', putRemediationConfigurationsResponse_failedBatches - Returns a list of failed remediation batch objects.

$sel:httpStatus:PutRemediationConfigurationsResponse', putRemediationConfigurationsResponse_httpStatus - The response's http status code.

PutRemediationExceptions

data PutRemediationExceptions Source #

See: newPutRemediationExceptions smart constructor.

Instances

Instances details
ToJSON PutRemediationExceptions Source # 
Instance details

Defined in Amazonka.Config.PutRemediationExceptions

ToHeaders PutRemediationExceptions Source # 
Instance details

Defined in Amazonka.Config.PutRemediationExceptions

ToPath PutRemediationExceptions Source # 
Instance details

Defined in Amazonka.Config.PutRemediationExceptions

ToQuery PutRemediationExceptions Source # 
Instance details

Defined in Amazonka.Config.PutRemediationExceptions

AWSRequest PutRemediationExceptions Source # 
Instance details

Defined in Amazonka.Config.PutRemediationExceptions

Generic PutRemediationExceptions Source # 
Instance details

Defined in Amazonka.Config.PutRemediationExceptions

Associated Types

type Rep PutRemediationExceptions :: Type -> Type #

Read PutRemediationExceptions Source # 
Instance details

Defined in Amazonka.Config.PutRemediationExceptions

Show PutRemediationExceptions Source # 
Instance details

Defined in Amazonka.Config.PutRemediationExceptions

NFData PutRemediationExceptions Source # 
Instance details

Defined in Amazonka.Config.PutRemediationExceptions

Eq PutRemediationExceptions Source # 
Instance details

Defined in Amazonka.Config.PutRemediationExceptions

Hashable PutRemediationExceptions Source # 
Instance details

Defined in Amazonka.Config.PutRemediationExceptions

type AWSResponse PutRemediationExceptions Source # 
Instance details

Defined in Amazonka.Config.PutRemediationExceptions

type Rep PutRemediationExceptions Source # 
Instance details

Defined in Amazonka.Config.PutRemediationExceptions

type Rep PutRemediationExceptions = D1 ('MetaData "PutRemediationExceptions" "Amazonka.Config.PutRemediationExceptions" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "PutRemediationExceptions'" '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 "resourceKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty RemediationExceptionResourceKey)))))

newPutRemediationExceptions Source #

Create a value of PutRemediationExceptions with all optional fields omitted.

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

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

PutRemediationExceptions, putRemediationExceptions_expirationTime - The exception is automatically deleted after the expiration date.

PutRemediationExceptions, putRemediationExceptions_message - The message contains an explanation of the exception.

PutRemediationExceptions, putRemediationExceptions_configRuleName - The name of the Config rule for which you want to create remediation exception.

$sel:resourceKeys:PutRemediationExceptions', putRemediationExceptions_resourceKeys - An exception list of resource exception keys to be processed with the current request. Config adds exception for each resource key. For example, Config adds 3 exceptions for 3 resource keys.

data PutRemediationExceptionsResponse Source #

See: newPutRemediationExceptionsResponse smart constructor.

Instances

Instances details
Generic PutRemediationExceptionsResponse Source # 
Instance details

Defined in Amazonka.Config.PutRemediationExceptions

Associated Types

type Rep PutRemediationExceptionsResponse :: Type -> Type #

Read PutRemediationExceptionsResponse Source # 
Instance details

Defined in Amazonka.Config.PutRemediationExceptions

Show PutRemediationExceptionsResponse Source # 
Instance details

Defined in Amazonka.Config.PutRemediationExceptions

NFData PutRemediationExceptionsResponse Source # 
Instance details

Defined in Amazonka.Config.PutRemediationExceptions

Eq PutRemediationExceptionsResponse Source # 
Instance details

Defined in Amazonka.Config.PutRemediationExceptions

type Rep PutRemediationExceptionsResponse Source # 
Instance details

Defined in Amazonka.Config.PutRemediationExceptions

type Rep PutRemediationExceptionsResponse = D1 ('MetaData "PutRemediationExceptionsResponse" "Amazonka.Config.PutRemediationExceptions" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "PutRemediationExceptionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failedBatches") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FailedRemediationExceptionBatch])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutRemediationExceptionsResponse Source #

Create a value of PutRemediationExceptionsResponse with all optional fields omitted.

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

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

$sel:failedBatches:PutRemediationExceptionsResponse', putRemediationExceptionsResponse_failedBatches - Returns a list of failed remediation exceptions batch objects. Each object in the batch consists of a list of failed items and failure messages.

$sel:httpStatus:PutRemediationExceptionsResponse', putRemediationExceptionsResponse_httpStatus - The response's http status code.

PutResourceConfig

data PutResourceConfig Source #

See: newPutResourceConfig smart constructor.

Instances

Instances details
ToJSON PutResourceConfig Source # 
Instance details

Defined in Amazonka.Config.PutResourceConfig

ToHeaders PutResourceConfig Source # 
Instance details

Defined in Amazonka.Config.PutResourceConfig

ToPath PutResourceConfig Source # 
Instance details

Defined in Amazonka.Config.PutResourceConfig

ToQuery PutResourceConfig Source # 
Instance details

Defined in Amazonka.Config.PutResourceConfig

AWSRequest PutResourceConfig Source # 
Instance details

Defined in Amazonka.Config.PutResourceConfig

Associated Types

type AWSResponse PutResourceConfig #

Generic PutResourceConfig Source # 
Instance details

Defined in Amazonka.Config.PutResourceConfig

Associated Types

type Rep PutResourceConfig :: Type -> Type #

Read PutResourceConfig Source # 
Instance details

Defined in Amazonka.Config.PutResourceConfig

Show PutResourceConfig Source # 
Instance details

Defined in Amazonka.Config.PutResourceConfig

NFData PutResourceConfig Source # 
Instance details

Defined in Amazonka.Config.PutResourceConfig

Methods

rnf :: PutResourceConfig -> () #

Eq PutResourceConfig Source # 
Instance details

Defined in Amazonka.Config.PutResourceConfig

Hashable PutResourceConfig Source # 
Instance details

Defined in Amazonka.Config.PutResourceConfig

type AWSResponse PutResourceConfig Source # 
Instance details

Defined in Amazonka.Config.PutResourceConfig

type Rep PutResourceConfig Source # 
Instance details

Defined in Amazonka.Config.PutResourceConfig

type Rep PutResourceConfig = D1 ('MetaData "PutResourceConfig" "Amazonka.Config.PutResourceConfig" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "PutResourceConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "schemaVersionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newPutResourceConfig Source #

Create a value of PutResourceConfig with all optional fields omitted.

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

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

PutResourceConfig, putResourceConfig_resourceName - Name of the resource.

PutResourceConfig, putResourceConfig_tags - Tags associated with the resource.

This field is not to be confused with the Amazon Web Services-wide tag feature for Amazon Web Services resources. Tags for PutResourceConfig are tags that you supply for the configuration items of your custom resources.

PutResourceConfig, putResourceConfig_resourceType - The type of the resource. The custom resource type must be registered with CloudFormation.

You cannot use the organization names “amzn”, “amazon”, “alexa”, “custom” with custom resource types. It is the first part of the ResourceType up to the first ::.

$sel:schemaVersionId:PutResourceConfig', putResourceConfig_schemaVersionId - Version of the schema registered for the ResourceType in CloudFormation.

PutResourceConfig, putResourceConfig_resourceId - Unique identifier of the resource.

PutResourceConfig, putResourceConfig_configuration - The configuration object of the resource in valid JSON format. It must match the schema registered with CloudFormation.

The configuration JSON must not exceed 64 KB.

data PutResourceConfigResponse Source #

See: newPutResourceConfigResponse smart constructor.

Instances

Instances details
Generic PutResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.PutResourceConfig

Associated Types

type Rep PutResourceConfigResponse :: Type -> Type #

Read PutResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.PutResourceConfig

Show PutResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.PutResourceConfig

NFData PutResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.PutResourceConfig

Eq PutResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.PutResourceConfig

type Rep PutResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.PutResourceConfig

type Rep PutResourceConfigResponse = D1 ('MetaData "PutResourceConfigResponse" "Amazonka.Config.PutResourceConfig" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "PutResourceConfigResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newPutResourceConfigResponse :: PutResourceConfigResponse Source #

Create a value of PutResourceConfigResponse with all optional fields omitted.

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

PutRetentionConfiguration

data PutRetentionConfiguration Source #

See: newPutRetentionConfiguration smart constructor.

Instances

Instances details
ToJSON PutRetentionConfiguration Source # 
Instance details

Defined in Amazonka.Config.PutRetentionConfiguration

ToHeaders PutRetentionConfiguration Source # 
Instance details

Defined in Amazonka.Config.PutRetentionConfiguration

ToPath PutRetentionConfiguration Source # 
Instance details

Defined in Amazonka.Config.PutRetentionConfiguration

ToQuery PutRetentionConfiguration Source # 
Instance details

Defined in Amazonka.Config.PutRetentionConfiguration

AWSRequest PutRetentionConfiguration Source # 
Instance details

Defined in Amazonka.Config.PutRetentionConfiguration

Generic PutRetentionConfiguration Source # 
Instance details

Defined in Amazonka.Config.PutRetentionConfiguration

Associated Types

type Rep PutRetentionConfiguration :: Type -> Type #

Read PutRetentionConfiguration Source # 
Instance details

Defined in Amazonka.Config.PutRetentionConfiguration

Show PutRetentionConfiguration Source # 
Instance details

Defined in Amazonka.Config.PutRetentionConfiguration

NFData PutRetentionConfiguration Source # 
Instance details

Defined in Amazonka.Config.PutRetentionConfiguration

Eq PutRetentionConfiguration Source # 
Instance details

Defined in Amazonka.Config.PutRetentionConfiguration

Hashable PutRetentionConfiguration Source # 
Instance details

Defined in Amazonka.Config.PutRetentionConfiguration

type AWSResponse PutRetentionConfiguration Source # 
Instance details

Defined in Amazonka.Config.PutRetentionConfiguration

type Rep PutRetentionConfiguration Source # 
Instance details

Defined in Amazonka.Config.PutRetentionConfiguration

type Rep PutRetentionConfiguration = D1 ('MetaData "PutRetentionConfiguration" "Amazonka.Config.PutRetentionConfiguration" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "PutRetentionConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "retentionPeriodInDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newPutRetentionConfiguration Source #

Create a value of PutRetentionConfiguration with all optional fields omitted.

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

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

PutRetentionConfiguration, putRetentionConfiguration_retentionPeriodInDays - Number of days Config stores your historical information.

Currently, only applicable to the configuration item history.

data PutRetentionConfigurationResponse Source #

See: newPutRetentionConfigurationResponse smart constructor.

Instances

Instances details
Generic PutRetentionConfigurationResponse Source # 
Instance details

Defined in Amazonka.Config.PutRetentionConfiguration

Associated Types

type Rep PutRetentionConfigurationResponse :: Type -> Type #

Read PutRetentionConfigurationResponse Source # 
Instance details

Defined in Amazonka.Config.PutRetentionConfiguration

Show PutRetentionConfigurationResponse Source # 
Instance details

Defined in Amazonka.Config.PutRetentionConfiguration

NFData PutRetentionConfigurationResponse Source # 
Instance details

Defined in Amazonka.Config.PutRetentionConfiguration

Eq PutRetentionConfigurationResponse Source # 
Instance details

Defined in Amazonka.Config.PutRetentionConfiguration

type Rep PutRetentionConfigurationResponse Source # 
Instance details

Defined in Amazonka.Config.PutRetentionConfiguration

type Rep PutRetentionConfigurationResponse = D1 ('MetaData "PutRetentionConfigurationResponse" "Amazonka.Config.PutRetentionConfiguration" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "PutRetentionConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "retentionConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RetentionConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutRetentionConfigurationResponse Source #

Create a value of PutRetentionConfigurationResponse with all optional fields omitted.

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

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

$sel:retentionConfiguration:PutRetentionConfigurationResponse', putRetentionConfigurationResponse_retentionConfiguration - Returns a retention configuration object.

$sel:httpStatus:PutRetentionConfigurationResponse', putRetentionConfigurationResponse_httpStatus - The response's http status code.

PutStoredQuery

data PutStoredQuery Source #

See: newPutStoredQuery smart constructor.

Instances

Instances details
ToJSON PutStoredQuery Source # 
Instance details

Defined in Amazonka.Config.PutStoredQuery

ToHeaders PutStoredQuery Source # 
Instance details

Defined in Amazonka.Config.PutStoredQuery

ToPath PutStoredQuery Source # 
Instance details

Defined in Amazonka.Config.PutStoredQuery

ToQuery PutStoredQuery Source # 
Instance details

Defined in Amazonka.Config.PutStoredQuery

AWSRequest PutStoredQuery Source # 
Instance details

Defined in Amazonka.Config.PutStoredQuery

Associated Types

type AWSResponse PutStoredQuery #

Generic PutStoredQuery Source # 
Instance details

Defined in Amazonka.Config.PutStoredQuery

Associated Types

type Rep PutStoredQuery :: Type -> Type #

Read PutStoredQuery Source # 
Instance details

Defined in Amazonka.Config.PutStoredQuery

Show PutStoredQuery Source # 
Instance details

Defined in Amazonka.Config.PutStoredQuery

NFData PutStoredQuery Source # 
Instance details

Defined in Amazonka.Config.PutStoredQuery

Methods

rnf :: PutStoredQuery -> () #

Eq PutStoredQuery Source # 
Instance details

Defined in Amazonka.Config.PutStoredQuery

Hashable PutStoredQuery Source # 
Instance details

Defined in Amazonka.Config.PutStoredQuery

type AWSResponse PutStoredQuery Source # 
Instance details

Defined in Amazonka.Config.PutStoredQuery

type Rep PutStoredQuery Source # 
Instance details

Defined in Amazonka.Config.PutStoredQuery

type Rep PutStoredQuery = D1 ('MetaData "PutStoredQuery" "Amazonka.Config.PutStoredQuery" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "PutStoredQuery'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "storedQuery") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StoredQuery)))

newPutStoredQuery Source #

Create a value of PutStoredQuery with all optional fields omitted.

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

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

PutStoredQuery, putStoredQuery_tags - A list of Tags object.

$sel:storedQuery:PutStoredQuery', putStoredQuery_storedQuery - A list of StoredQuery objects. The mandatory fields are QueryName and Expression.

When you are creating a query, you must provide a query name and an expression. When you are updating a query, you must provide a query name but updating the description is optional.

data PutStoredQueryResponse Source #

See: newPutStoredQueryResponse smart constructor.

Instances

Instances details
Generic PutStoredQueryResponse Source # 
Instance details

Defined in Amazonka.Config.PutStoredQuery

Associated Types

type Rep PutStoredQueryResponse :: Type -> Type #

Read PutStoredQueryResponse Source # 
Instance details

Defined in Amazonka.Config.PutStoredQuery

Show PutStoredQueryResponse Source # 
Instance details

Defined in Amazonka.Config.PutStoredQuery

NFData PutStoredQueryResponse Source # 
Instance details

Defined in Amazonka.Config.PutStoredQuery

Methods

rnf :: PutStoredQueryResponse -> () #

Eq PutStoredQueryResponse Source # 
Instance details

Defined in Amazonka.Config.PutStoredQuery

type Rep PutStoredQueryResponse Source # 
Instance details

Defined in Amazonka.Config.PutStoredQuery

type Rep PutStoredQueryResponse = D1 ('MetaData "PutStoredQueryResponse" "Amazonka.Config.PutStoredQuery" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "PutStoredQueryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "queryArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutStoredQueryResponse Source #

Create a value of PutStoredQueryResponse with all optional fields omitted.

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

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

PutStoredQueryResponse, putStoredQueryResponse_queryArn - Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.

$sel:httpStatus:PutStoredQueryResponse', putStoredQueryResponse_httpStatus - The response's http status code.

SelectAggregateResourceConfig (Paginated)

data SelectAggregateResourceConfig Source #

See: newSelectAggregateResourceConfig smart constructor.

Instances

Instances details
ToJSON SelectAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.SelectAggregateResourceConfig

ToHeaders SelectAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.SelectAggregateResourceConfig

ToPath SelectAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.SelectAggregateResourceConfig

ToQuery SelectAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.SelectAggregateResourceConfig

AWSPager SelectAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.SelectAggregateResourceConfig

AWSRequest SelectAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.SelectAggregateResourceConfig

Generic SelectAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.SelectAggregateResourceConfig

Associated Types

type Rep SelectAggregateResourceConfig :: Type -> Type #

Read SelectAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.SelectAggregateResourceConfig

Show SelectAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.SelectAggregateResourceConfig

NFData SelectAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.SelectAggregateResourceConfig

Eq SelectAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.SelectAggregateResourceConfig

Hashable SelectAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.SelectAggregateResourceConfig

type AWSResponse SelectAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.SelectAggregateResourceConfig

type Rep SelectAggregateResourceConfig Source # 
Instance details

Defined in Amazonka.Config.SelectAggregateResourceConfig

type Rep SelectAggregateResourceConfig = D1 ('MetaData "SelectAggregateResourceConfig" "Amazonka.Config.SelectAggregateResourceConfig" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "SelectAggregateResourceConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "expression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "configurationAggregatorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newSelectAggregateResourceConfig Source #

Create a value of SelectAggregateResourceConfig with all optional fields omitted.

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

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

$sel:limit:SelectAggregateResourceConfig', selectAggregateResourceConfig_limit - The maximum number of query results returned on each page.

$sel:maxResults:SelectAggregateResourceConfig', selectAggregateResourceConfig_maxResults - The maximum number of query results returned on each page. Config also allows the Limit request parameter.

SelectAggregateResourceConfig, selectAggregateResourceConfig_nextToken - The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.

SelectAggregateResourceConfig, selectAggregateResourceConfig_expression - The SQL query SELECT command.

SelectAggregateResourceConfig, selectAggregateResourceConfig_configurationAggregatorName - The name of the configuration aggregator.

data SelectAggregateResourceConfigResponse Source #

Instances

Instances details
Generic SelectAggregateResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.SelectAggregateResourceConfig

Read SelectAggregateResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.SelectAggregateResourceConfig

Show SelectAggregateResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.SelectAggregateResourceConfig

NFData SelectAggregateResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.SelectAggregateResourceConfig

Eq SelectAggregateResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.SelectAggregateResourceConfig

type Rep SelectAggregateResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.SelectAggregateResourceConfig

type Rep SelectAggregateResourceConfigResponse = D1 ('MetaData "SelectAggregateResourceConfigResponse" "Amazonka.Config.SelectAggregateResourceConfig" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "SelectAggregateResourceConfigResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "queryInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe QueryInfo))) :*: (S1 ('MetaSel ('Just "results") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newSelectAggregateResourceConfigResponse Source #

Create a value of SelectAggregateResourceConfigResponse with all optional fields omitted.

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

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

SelectAggregateResourceConfig, selectAggregateResourceConfigResponse_nextToken - The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.

$sel:queryInfo:SelectAggregateResourceConfigResponse', selectAggregateResourceConfigResponse_queryInfo - Undocumented member.

$sel:results:SelectAggregateResourceConfigResponse', selectAggregateResourceConfigResponse_results - Returns the results for the SQL query.

$sel:httpStatus:SelectAggregateResourceConfigResponse', selectAggregateResourceConfigResponse_httpStatus - The response's http status code.

SelectResourceConfig (Paginated)

data SelectResourceConfig Source #

See: newSelectResourceConfig smart constructor.

Instances

Instances details
ToJSON SelectResourceConfig Source # 
Instance details

Defined in Amazonka.Config.SelectResourceConfig

ToHeaders SelectResourceConfig Source # 
Instance details

Defined in Amazonka.Config.SelectResourceConfig

ToPath SelectResourceConfig Source # 
Instance details

Defined in Amazonka.Config.SelectResourceConfig

ToQuery SelectResourceConfig Source # 
Instance details

Defined in Amazonka.Config.SelectResourceConfig

AWSPager SelectResourceConfig Source # 
Instance details

Defined in Amazonka.Config.SelectResourceConfig

AWSRequest SelectResourceConfig Source # 
Instance details

Defined in Amazonka.Config.SelectResourceConfig

Associated Types

type AWSResponse SelectResourceConfig #

Generic SelectResourceConfig Source # 
Instance details

Defined in Amazonka.Config.SelectResourceConfig

Associated Types

type Rep SelectResourceConfig :: Type -> Type #

Read SelectResourceConfig Source # 
Instance details

Defined in Amazonka.Config.SelectResourceConfig

Show SelectResourceConfig Source # 
Instance details

Defined in Amazonka.Config.SelectResourceConfig

NFData SelectResourceConfig Source # 
Instance details

Defined in Amazonka.Config.SelectResourceConfig

Methods

rnf :: SelectResourceConfig -> () #

Eq SelectResourceConfig Source # 
Instance details

Defined in Amazonka.Config.SelectResourceConfig

Hashable SelectResourceConfig Source # 
Instance details

Defined in Amazonka.Config.SelectResourceConfig

type AWSResponse SelectResourceConfig Source # 
Instance details

Defined in Amazonka.Config.SelectResourceConfig

type Rep SelectResourceConfig Source # 
Instance details

Defined in Amazonka.Config.SelectResourceConfig

type Rep SelectResourceConfig = D1 ('MetaData "SelectResourceConfig" "Amazonka.Config.SelectResourceConfig" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "SelectResourceConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "expression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newSelectResourceConfig Source #

Create a value of SelectResourceConfig with all optional fields omitted.

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

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

$sel:limit:SelectResourceConfig', selectResourceConfig_limit - The maximum number of query results returned on each page.

SelectResourceConfig, selectResourceConfig_nextToken - The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.

SelectResourceConfig, selectResourceConfig_expression - The SQL query SELECT command.

data SelectResourceConfigResponse Source #

See: newSelectResourceConfigResponse smart constructor.

Instances

Instances details
Generic SelectResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.SelectResourceConfig

Associated Types

type Rep SelectResourceConfigResponse :: Type -> Type #

Read SelectResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.SelectResourceConfig

Show SelectResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.SelectResourceConfig

NFData SelectResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.SelectResourceConfig

Eq SelectResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.SelectResourceConfig

type Rep SelectResourceConfigResponse Source # 
Instance details

Defined in Amazonka.Config.SelectResourceConfig

type Rep SelectResourceConfigResponse = D1 ('MetaData "SelectResourceConfigResponse" "Amazonka.Config.SelectResourceConfig" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "SelectResourceConfigResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "queryInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe QueryInfo))) :*: (S1 ('MetaSel ('Just "results") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newSelectResourceConfigResponse Source #

Create a value of SelectResourceConfigResponse with all optional fields omitted.

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

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

SelectResourceConfig, selectResourceConfigResponse_nextToken - The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.

$sel:queryInfo:SelectResourceConfigResponse', selectResourceConfigResponse_queryInfo - Returns the QueryInfo object.

$sel:results:SelectResourceConfigResponse', selectResourceConfigResponse_results - Returns the results for the SQL query.

$sel:httpStatus:SelectResourceConfigResponse', selectResourceConfigResponse_httpStatus - The response's http status code.

StartConfigRulesEvaluation

data StartConfigRulesEvaluation Source #

See: newStartConfigRulesEvaluation smart constructor.

Instances

Instances details
ToJSON StartConfigRulesEvaluation Source # 
Instance details

Defined in Amazonka.Config.StartConfigRulesEvaluation

ToHeaders StartConfigRulesEvaluation Source # 
Instance details

Defined in Amazonka.Config.StartConfigRulesEvaluation

ToPath StartConfigRulesEvaluation Source # 
Instance details

Defined in Amazonka.Config.StartConfigRulesEvaluation

ToQuery StartConfigRulesEvaluation Source # 
Instance details

Defined in Amazonka.Config.StartConfigRulesEvaluation

AWSRequest StartConfigRulesEvaluation Source # 
Instance details

Defined in Amazonka.Config.StartConfigRulesEvaluation

Generic StartConfigRulesEvaluation Source # 
Instance details

Defined in Amazonka.Config.StartConfigRulesEvaluation

Associated Types

type Rep StartConfigRulesEvaluation :: Type -> Type #

Read StartConfigRulesEvaluation Source # 
Instance details

Defined in Amazonka.Config.StartConfigRulesEvaluation

Show StartConfigRulesEvaluation Source # 
Instance details

Defined in Amazonka.Config.StartConfigRulesEvaluation

NFData StartConfigRulesEvaluation Source # 
Instance details

Defined in Amazonka.Config.StartConfigRulesEvaluation

Eq StartConfigRulesEvaluation Source # 
Instance details

Defined in Amazonka.Config.StartConfigRulesEvaluation

Hashable StartConfigRulesEvaluation Source # 
Instance details

Defined in Amazonka.Config.StartConfigRulesEvaluation

type AWSResponse StartConfigRulesEvaluation Source # 
Instance details

Defined in Amazonka.Config.StartConfigRulesEvaluation

type Rep StartConfigRulesEvaluation Source # 
Instance details

Defined in Amazonka.Config.StartConfigRulesEvaluation

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

newStartConfigRulesEvaluation :: StartConfigRulesEvaluation Source #

Create a value of StartConfigRulesEvaluation with all optional fields omitted.

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

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

StartConfigRulesEvaluation, startConfigRulesEvaluation_configRuleNames - The list of names of Config rules that you want to run evaluations for.

data StartConfigRulesEvaluationResponse Source #

The output when you start the evaluation for the specified Config rule.

See: newStartConfigRulesEvaluationResponse smart constructor.

Instances

Instances details
Generic StartConfigRulesEvaluationResponse Source # 
Instance details

Defined in Amazonka.Config.StartConfigRulesEvaluation

Associated Types

type Rep StartConfigRulesEvaluationResponse :: Type -> Type #

Read StartConfigRulesEvaluationResponse Source # 
Instance details

Defined in Amazonka.Config.StartConfigRulesEvaluation

Show StartConfigRulesEvaluationResponse Source # 
Instance details

Defined in Amazonka.Config.StartConfigRulesEvaluation

NFData StartConfigRulesEvaluationResponse Source # 
Instance details

Defined in Amazonka.Config.StartConfigRulesEvaluation

Eq StartConfigRulesEvaluationResponse Source # 
Instance details

Defined in Amazonka.Config.StartConfigRulesEvaluation

type Rep StartConfigRulesEvaluationResponse Source # 
Instance details

Defined in Amazonka.Config.StartConfigRulesEvaluation

type Rep StartConfigRulesEvaluationResponse = D1 ('MetaData "StartConfigRulesEvaluationResponse" "Amazonka.Config.StartConfigRulesEvaluation" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "StartConfigRulesEvaluationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartConfigRulesEvaluationResponse Source #

Create a value of StartConfigRulesEvaluationResponse with all optional fields omitted.

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

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

$sel:httpStatus:StartConfigRulesEvaluationResponse', startConfigRulesEvaluationResponse_httpStatus - The response's http status code.

StartConfigurationRecorder

data StartConfigurationRecorder Source #

The input for the StartConfigurationRecorder action.

See: newStartConfigurationRecorder smart constructor.

Instances

Instances details
ToJSON StartConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StartConfigurationRecorder

ToHeaders StartConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StartConfigurationRecorder

ToPath StartConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StartConfigurationRecorder

ToQuery StartConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StartConfigurationRecorder

AWSRequest StartConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StartConfigurationRecorder

Generic StartConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StartConfigurationRecorder

Associated Types

type Rep StartConfigurationRecorder :: Type -> Type #

Read StartConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StartConfigurationRecorder

Show StartConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StartConfigurationRecorder

NFData StartConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StartConfigurationRecorder

Eq StartConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StartConfigurationRecorder

Hashable StartConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StartConfigurationRecorder

type AWSResponse StartConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StartConfigurationRecorder

type Rep StartConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StartConfigurationRecorder

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

newStartConfigurationRecorder Source #

Create a value of StartConfigurationRecorder with all optional fields omitted.

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

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

$sel:configurationRecorderName:StartConfigurationRecorder', startConfigurationRecorder_configurationRecorderName - The name of the recorder object that records each configuration change made to the resources.

data StartConfigurationRecorderResponse Source #

Instances

Instances details
Generic StartConfigurationRecorderResponse Source # 
Instance details

Defined in Amazonka.Config.StartConfigurationRecorder

Associated Types

type Rep StartConfigurationRecorderResponse :: Type -> Type #

Read StartConfigurationRecorderResponse Source # 
Instance details

Defined in Amazonka.Config.StartConfigurationRecorder

Show StartConfigurationRecorderResponse Source # 
Instance details

Defined in Amazonka.Config.StartConfigurationRecorder

NFData StartConfigurationRecorderResponse Source # 
Instance details

Defined in Amazonka.Config.StartConfigurationRecorder

Eq StartConfigurationRecorderResponse Source # 
Instance details

Defined in Amazonka.Config.StartConfigurationRecorder

type Rep StartConfigurationRecorderResponse Source # 
Instance details

Defined in Amazonka.Config.StartConfigurationRecorder

type Rep StartConfigurationRecorderResponse = D1 ('MetaData "StartConfigurationRecorderResponse" "Amazonka.Config.StartConfigurationRecorder" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "StartConfigurationRecorderResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newStartConfigurationRecorderResponse :: StartConfigurationRecorderResponse Source #

Create a value of StartConfigurationRecorderResponse with all optional fields omitted.

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

StartRemediationExecution

data StartRemediationExecution Source #

See: newStartRemediationExecution smart constructor.

Instances

Instances details
ToJSON StartRemediationExecution Source # 
Instance details

Defined in Amazonka.Config.StartRemediationExecution

ToHeaders StartRemediationExecution Source # 
Instance details

Defined in Amazonka.Config.StartRemediationExecution

ToPath StartRemediationExecution Source # 
Instance details

Defined in Amazonka.Config.StartRemediationExecution

ToQuery StartRemediationExecution Source # 
Instance details

Defined in Amazonka.Config.StartRemediationExecution

AWSRequest StartRemediationExecution Source # 
Instance details

Defined in Amazonka.Config.StartRemediationExecution

Generic StartRemediationExecution Source # 
Instance details

Defined in Amazonka.Config.StartRemediationExecution

Associated Types

type Rep StartRemediationExecution :: Type -> Type #

Read StartRemediationExecution Source # 
Instance details

Defined in Amazonka.Config.StartRemediationExecution

Show StartRemediationExecution Source # 
Instance details

Defined in Amazonka.Config.StartRemediationExecution

NFData StartRemediationExecution Source # 
Instance details

Defined in Amazonka.Config.StartRemediationExecution

Eq StartRemediationExecution Source # 
Instance details

Defined in Amazonka.Config.StartRemediationExecution

Hashable StartRemediationExecution Source # 
Instance details

Defined in Amazonka.Config.StartRemediationExecution

type AWSResponse StartRemediationExecution Source # 
Instance details

Defined in Amazonka.Config.StartRemediationExecution

type Rep StartRemediationExecution Source # 
Instance details

Defined in Amazonka.Config.StartRemediationExecution

type Rep StartRemediationExecution = D1 ('MetaData "StartRemediationExecution" "Amazonka.Config.StartRemediationExecution" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "StartRemediationExecution'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configRuleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty ResourceKey))))

newStartRemediationExecution Source #

Create a value of StartRemediationExecution with all optional fields omitted.

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

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

StartRemediationExecution, startRemediationExecution_configRuleName - The list of names of Config rules that you want to run remediation execution for.

$sel:resourceKeys:StartRemediationExecution', startRemediationExecution_resourceKeys - A list of resource keys to be processed with the current request. Each element in the list consists of the resource type and resource ID.

data StartRemediationExecutionResponse Source #

See: newStartRemediationExecutionResponse smart constructor.

Instances

Instances details
Generic StartRemediationExecutionResponse Source # 
Instance details

Defined in Amazonka.Config.StartRemediationExecution

Associated Types

type Rep StartRemediationExecutionResponse :: Type -> Type #

Read StartRemediationExecutionResponse Source # 
Instance details

Defined in Amazonka.Config.StartRemediationExecution

Show StartRemediationExecutionResponse Source # 
Instance details

Defined in Amazonka.Config.StartRemediationExecution

NFData StartRemediationExecutionResponse Source # 
Instance details

Defined in Amazonka.Config.StartRemediationExecution

Eq StartRemediationExecutionResponse Source # 
Instance details

Defined in Amazonka.Config.StartRemediationExecution

type Rep StartRemediationExecutionResponse Source # 
Instance details

Defined in Amazonka.Config.StartRemediationExecution

type Rep StartRemediationExecutionResponse = D1 ('MetaData "StartRemediationExecutionResponse" "Amazonka.Config.StartRemediationExecution" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "StartRemediationExecutionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failedItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ResourceKey))) :*: (S1 ('MetaSel ('Just "failureMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newStartRemediationExecutionResponse Source #

Create a value of StartRemediationExecutionResponse with all optional fields omitted.

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

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

StartRemediationExecutionResponse, startRemediationExecutionResponse_failedItems - For resources that have failed to start execution, the API returns a resource key object.

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

$sel:httpStatus:StartRemediationExecutionResponse', startRemediationExecutionResponse_httpStatus - The response's http status code.

StartResourceEvaluation

data StartResourceEvaluation Source #

See: newStartResourceEvaluation smart constructor.

Instances

Instances details
ToJSON StartResourceEvaluation Source # 
Instance details

Defined in Amazonka.Config.StartResourceEvaluation

ToHeaders StartResourceEvaluation Source # 
Instance details

Defined in Amazonka.Config.StartResourceEvaluation

ToPath StartResourceEvaluation Source # 
Instance details

Defined in Amazonka.Config.StartResourceEvaluation

ToQuery StartResourceEvaluation Source # 
Instance details

Defined in Amazonka.Config.StartResourceEvaluation

AWSRequest StartResourceEvaluation Source # 
Instance details

Defined in Amazonka.Config.StartResourceEvaluation

Generic StartResourceEvaluation Source # 
Instance details

Defined in Amazonka.Config.StartResourceEvaluation

Associated Types

type Rep StartResourceEvaluation :: Type -> Type #

Read StartResourceEvaluation Source # 
Instance details

Defined in Amazonka.Config.StartResourceEvaluation

Show StartResourceEvaluation Source # 
Instance details

Defined in Amazonka.Config.StartResourceEvaluation

NFData StartResourceEvaluation Source # 
Instance details

Defined in Amazonka.Config.StartResourceEvaluation

Methods

rnf :: StartResourceEvaluation -> () #

Eq StartResourceEvaluation Source # 
Instance details

Defined in Amazonka.Config.StartResourceEvaluation

Hashable StartResourceEvaluation Source # 
Instance details

Defined in Amazonka.Config.StartResourceEvaluation

type AWSResponse StartResourceEvaluation Source # 
Instance details

Defined in Amazonka.Config.StartResourceEvaluation

type Rep StartResourceEvaluation Source # 
Instance details

Defined in Amazonka.Config.StartResourceEvaluation

type Rep StartResourceEvaluation = D1 ('MetaData "StartResourceEvaluation" "Amazonka.Config.StartResourceEvaluation" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "StartResourceEvaluation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "evaluationContext") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EvaluationContext))) :*: (S1 ('MetaSel ('Just "evaluationTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "resourceDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceDetails) :*: S1 ('MetaSel ('Just "evaluationMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EvaluationMode)))))

newStartResourceEvaluation Source #

Create a value of StartResourceEvaluation with all optional fields omitted.

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

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

$sel:clientToken:StartResourceEvaluation', startResourceEvaluation_clientToken - A client token is a unique, case-sensitive string of up to 64 ASCII characters. To make an idempotent API request using one of these actions, specify a client token in the request.

Avoid reusing the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, other than the Region or Availability Zone, the retry fails with an IdempotentParameterMismatch error.

$sel:evaluationContext:StartResourceEvaluation', startResourceEvaluation_evaluationContext - Returns an EvaluationContext object.

$sel:evaluationTimeout:StartResourceEvaluation', startResourceEvaluation_evaluationTimeout - The timeout for an evaluation. The default is 900 seconds. You cannot specify a number greater than 3600. If you specify 0, Config uses the default.

$sel:resourceDetails:StartResourceEvaluation', startResourceEvaluation_resourceDetails - Returns a ResourceDetails object.

StartResourceEvaluation, startResourceEvaluation_evaluationMode - The mode of an evaluation. The valid value for this API is Proactive.

data StartResourceEvaluationResponse Source #

See: newStartResourceEvaluationResponse smart constructor.

Instances

Instances details
Generic StartResourceEvaluationResponse Source # 
Instance details

Defined in Amazonka.Config.StartResourceEvaluation

Associated Types

type Rep StartResourceEvaluationResponse :: Type -> Type #

Read StartResourceEvaluationResponse Source # 
Instance details

Defined in Amazonka.Config.StartResourceEvaluation

Show StartResourceEvaluationResponse Source # 
Instance details

Defined in Amazonka.Config.StartResourceEvaluation

NFData StartResourceEvaluationResponse Source # 
Instance details

Defined in Amazonka.Config.StartResourceEvaluation

Eq StartResourceEvaluationResponse Source # 
Instance details

Defined in Amazonka.Config.StartResourceEvaluation

type Rep StartResourceEvaluationResponse Source # 
Instance details

Defined in Amazonka.Config.StartResourceEvaluation

type Rep StartResourceEvaluationResponse = D1 ('MetaData "StartResourceEvaluationResponse" "Amazonka.Config.StartResourceEvaluation" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "StartResourceEvaluationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceEvaluationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartResourceEvaluationResponse Source #

Create a value of StartResourceEvaluationResponse with all optional fields omitted.

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

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

StartResourceEvaluationResponse, startResourceEvaluationResponse_resourceEvaluationId - A unique ResourceEvaluationId that is associated with a single execution.

$sel:httpStatus:StartResourceEvaluationResponse', startResourceEvaluationResponse_httpStatus - The response's http status code.

StopConfigurationRecorder

data StopConfigurationRecorder Source #

The input for the StopConfigurationRecorder action.

See: newStopConfigurationRecorder smart constructor.

Instances

Instances details
ToJSON StopConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

ToHeaders StopConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

ToPath StopConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

ToQuery StopConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

AWSRequest StopConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

Generic StopConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

Associated Types

type Rep StopConfigurationRecorder :: Type -> Type #

Read StopConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

Show StopConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

NFData StopConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

Eq StopConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

Hashable StopConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

type AWSResponse StopConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

type Rep StopConfigurationRecorder Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

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

newStopConfigurationRecorder Source #

Create a value of StopConfigurationRecorder with all optional fields omitted.

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

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

$sel:configurationRecorderName:StopConfigurationRecorder', stopConfigurationRecorder_configurationRecorderName - The name of the recorder object that records each configuration change made to the resources.

data StopConfigurationRecorderResponse Source #

See: newStopConfigurationRecorderResponse smart constructor.

Instances

Instances details
Generic StopConfigurationRecorderResponse Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

Associated Types

type Rep StopConfigurationRecorderResponse :: Type -> Type #

Read StopConfigurationRecorderResponse Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

Show StopConfigurationRecorderResponse Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

NFData StopConfigurationRecorderResponse Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

Eq StopConfigurationRecorderResponse Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

type Rep StopConfigurationRecorderResponse Source # 
Instance details

Defined in Amazonka.Config.StopConfigurationRecorder

type Rep StopConfigurationRecorderResponse = D1 ('MetaData "StopConfigurationRecorderResponse" "Amazonka.Config.StopConfigurationRecorder" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "StopConfigurationRecorderResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newStopConfigurationRecorderResponse :: StopConfigurationRecorderResponse Source #

Create a value of StopConfigurationRecorderResponse with all optional fields omitted.

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

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Constructors

TagResource' Text (NonEmpty Tag) 

Instances

Instances details
ToJSON TagResource Source # 
Instance details

Defined in Amazonka.Config.TagResource

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.Config.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.Config.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.Config.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.Config.TagResource

Associated Types

type AWSResponse TagResource #

Generic TagResource Source # 
Instance details

Defined in Amazonka.Config.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

Read TagResource Source # 
Instance details

Defined in Amazonka.Config.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.Config.TagResource

NFData TagResource Source # 
Instance details

Defined in Amazonka.Config.TagResource

Methods

rnf :: TagResource -> () #

Eq TagResource Source # 
Instance details

Defined in Amazonka.Config.TagResource

Hashable TagResource Source # 
Instance details

Defined in Amazonka.Config.TagResource

type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.Config.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.Config.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.Config.TagResource" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Tag))))

newTagResource Source #

Create a value of TagResource with all optional fields omitted.

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

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

$sel:resourceArn:TagResource', tagResource_resourceArn - The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the supported resources are ConfigRule, ConfigurationAggregator and AggregatorAuthorization.

TagResource, tagResource_tags - An array of tag object.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Constructors

TagResourceResponse' 

newTagResourceResponse :: TagResourceResponse Source #

Create a value of TagResourceResponse with all optional fields omitted.

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

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Instances

Instances details
ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.Config.UntagResource

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.Config.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.Config.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.Config.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.Config.UntagResource

Associated Types

type AWSResponse UntagResource #

Generic UntagResource Source # 
Instance details

Defined in Amazonka.Config.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Read UntagResource Source # 
Instance details

Defined in Amazonka.Config.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.Config.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Amazonka.Config.UntagResource

Methods

rnf :: UntagResource -> () #

Eq UntagResource Source # 
Instance details

Defined in Amazonka.Config.UntagResource

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.Config.UntagResource

type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.Config.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.Config.UntagResource

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

newUntagResource Source #

Create a value of UntagResource with all optional fields omitted.

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

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

$sel:resourceArn:UntagResource', untagResource_resourceArn - The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the supported resources are ConfigRule, ConfigurationAggregator and AggregatorAuthorization.

$sel:tagKeys:UntagResource', untagResource_tagKeys - The keys of the tags to be removed.

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Config.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Config.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Config.UntagResource

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Config.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Config.UntagResource

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Config.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.Config.UntagResource" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUntagResourceResponse :: UntagResourceResponse Source #

Create a value of UntagResourceResponse with all optional fields omitted.

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

Types

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

AggregateConformancePackComplianceCount

data AggregateConformancePackComplianceCount Source #

The number of conformance packs that are compliant and noncompliant.

See: newAggregateConformancePackComplianceCount smart constructor.

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.

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.

AggregateConformancePackComplianceSummary

data AggregateConformancePackComplianceSummary Source #

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

See: newAggregateConformancePackComplianceSummary smart constructor.

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.

AggregateConformancePackComplianceSummaryFilters

data AggregateConformancePackComplianceSummaryFilters Source #

Filters the results based on account ID and region.

See: newAggregateConformancePackComplianceSummaryFilters smart constructor.

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.

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.

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.

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.

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.

AggregationAuthorization

data AggregationAuthorization Source #

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

See: newAggregationAuthorization smart constructor.

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.

BaseConfigurationItem

data BaseConfigurationItem Source #

The detailed configuration of a specified resource.

See: newBaseConfigurationItem smart constructor.

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.

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.

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.

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.

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.

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.

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.

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.

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.

ComplianceSummary

data ComplianceSummary Source #

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

See: newComplianceSummary smart constructor.

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.

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.

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.

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.

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.

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.

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.

ConfigRuleComplianceFilters

data ConfigRuleComplianceFilters Source #

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

See: newConfigRuleComplianceFilters smart constructor.

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.

ConfigRuleComplianceSummaryFilters

data ConfigRuleComplianceSummaryFilters Source #

Filters the results based on the account IDs and regions.

See: newConfigRuleComplianceSummaryFilters smart constructor.

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.

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.

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.

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.

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.

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.

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.

ConfigurationItem

data ConfigurationItem Source #

A list that contains detailed configurations of a specified resource.

See: newConfigurationItem smart constructor.

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.

ConfigurationRecorder

data ConfigurationRecorder Source #

An object that represents the recording of configuration changes of an Amazon Web Services resource.

See: newConfigurationRecorder smart constructor.

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.

ConfigurationRecorderStatus

data ConfigurationRecorderStatus Source #

The current status of the configuration recorder.

See: newConfigurationRecorderStatus smart constructor.

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.

ConformancePackComplianceFilters

data ConformancePackComplianceFilters Source #

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

See: newConformancePackComplianceFilters smart constructor.

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.

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.

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.

ConformancePackComplianceScoresFilters

data ConformancePackComplianceScoresFilters Source #

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

See: newConformancePackComplianceScoresFilters smart constructor.

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.

ConformancePackComplianceSummary

data ConformancePackComplianceSummary Source #

Summary includes the name and status of the conformance pack.

See: newConformancePackComplianceSummary smart constructor.

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.

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.

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.

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.

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

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.

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.

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.

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.

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.

ConformancePackStatusDetail

data ConformancePackStatusDetail Source #

Status details of a conformance pack.

See: newConformancePackStatusDetail smart constructor.

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.

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.

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.

DeliveryChannel

data DeliveryChannel Source #

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

See: newDeliveryChannel smart constructor.

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.

DeliveryChannelStatus

data DeliveryChannelStatus Source #

The status of a specified delivery channel.

Valid values: Success | Failure

See: newDeliveryChannelStatus smart constructor.

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.

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.

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.

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.

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

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' (Maybe Text) 

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.

EvaluationModeConfiguration

data EvaluationModeConfiguration Source #

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

See: newEvaluationModeConfiguration smart constructor.

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.

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.

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.

EvaluationResultIdentifier

data EvaluationResultIdentifier Source #

Uniquely identifies an evaluation result.

See: newEvaluationResultIdentifier smart constructor.

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.

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.

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.

EvaluationStatus

data EvaluationStatus Source #

Returns status details of an evaluation.

See: newEvaluationStatus smart constructor.

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.

ExecutionControls

data ExecutionControls Source #

The controls that Config uses for executing remediations.

See: newExecutionControls smart constructor.

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.

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.

FailedDeleteRemediationExceptionsBatch

data FailedDeleteRemediationExceptionsBatch Source #

List of each of the failed delete remediation exceptions with specific reasons.

See: newFailedDeleteRemediationExceptionsBatch smart constructor.

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.

FailedRemediationBatch

data FailedRemediationBatch Source #

List of each of the failed remediations with specific reasons.

See: newFailedRemediationBatch smart constructor.

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.

FailedRemediationExceptionBatch

data FailedRemediationExceptionBatch Source #

List of each of the failed remediation exceptions with specific reasons.

See: newFailedRemediationExceptionBatch smart constructor.

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.

FieldInfo

data FieldInfo Source #

Details about the fields such as name of the field.

See: newFieldInfo smart constructor.

Constructors

FieldInfo' (Maybe Text) 

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.

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.

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.

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.

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.

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.

OrganizationConfigRule

data OrganizationConfigRule Source #

An organization Config rule that has information about Config rules that Config creates in member accounts.

See: newOrganizationConfigRule smart constructor.

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.

OrganizationConfigRuleStatus

data OrganizationConfigRuleStatus Source #

Returns the status for an organization Config rule in an organization.

See: newOrganizationConfigRuleStatus smart constructor.

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.

OrganizationConformancePack

data OrganizationConformancePack Source #

An organization conformance pack that has information about conformance packs that Config creates in member accounts.

See: newOrganizationConformancePack smart constructor.

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.

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.

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.

OrganizationConformancePackStatus

data OrganizationConformancePackStatus Source #

Returns the status for an organization conformance pack in an organization.

See: newOrganizationConformancePackStatus smart constructor.

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.

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.

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.

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.

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

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.

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.

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.

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.

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.

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.

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.

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.

QueryInfo

data QueryInfo Source #

Details about the query.

See: newQueryInfo smart constructor.

Constructors

QueryInfo' (Maybe [FieldInfo]) 

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.

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.

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.

Relationship

data Relationship Source #

The relationship of the related resource to the main resource.

See: newRelationship smart constructor.

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.

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.

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.

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.

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

RemediationExceptionResourceKey

data RemediationExceptionResourceKey Source #

The details that identify a resource within Config, including the resource type and resource ID.

See: newRemediationExceptionResourceKey smart constructor.

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.

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.

RemediationExecutionStep

data RemediationExecutionStep Source #

Name of the step from the SSM document.

See: newRemediationExecutionStep smart constructor.

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.

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.

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.

ResourceCount

data ResourceCount Source #

An object that contains the resource type and the number of resources.

See: newResourceCount smart constructor.

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

ResourceCountFilters

data ResourceCountFilters Source #

Filters the resource count based on account ID, region, and resource type.

See: newResourceCountFilters smart constructor.

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.

ResourceDetails

data ResourceDetails Source #

Returns information about the resource being evaluated.

See: newResourceDetails smart constructor.

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.

ResourceEvaluation

data ResourceEvaluation Source #

Returns details of a resource evaluation.

See: newResourceEvaluation smart constructor.

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.

ResourceEvaluationFilters

data ResourceEvaluationFilters Source #

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

See: newResourceEvaluationFilters smart constructor.

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.

ResourceFilters

data ResourceFilters Source #

Filters the results by resource account ID, region, resource ID, and resource name.

See: newResourceFilters smart constructor.

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.

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.

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.

ResourceKey

data ResourceKey Source #

The details that identify a resource within Config, including the resource type and resource ID.

See: newResourceKey smart constructor.

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

ResourceValue

data ResourceValue Source #

The dynamic value of the resource.

See: newResourceValue smart constructor.

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.

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.

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' (Maybe Text) (Maybe [Text]) (Maybe Text) (Maybe Text) 

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.

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.

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.

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.

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.

SsmControls

data SsmControls Source #

Amazon Web Services Systems Manager (SSM) specific remediation controls.

See: newSsmControls smart constructor.

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.

StaticValue

data StaticValue Source #

The static value of the resource.

See: newStaticValue smart constructor.

Constructors

StaticValue' [Text] 

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.

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.

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.

StoredQuery

data StoredQuery Source #

Provides the details of a stored query.

See: newStoredQuery smart constructor.

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.

StoredQueryMetadata

data StoredQueryMetadata Source #

Returns details of a specific query.

See: newStoredQueryMetadata smart constructor.

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.

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' (Maybe Text) (Maybe Text) 

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

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.

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.

TimeWindow

data TimeWindow Source #

Filters evaluation results based on start and end times.

See: newTimeWindow smart constructor.

Constructors

TimeWindow' (Maybe POSIX) (Maybe POSIX) 

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.