amazonka-config 1.4.2 → 1.4.3
raw patch · 29 files changed
+375/−809 lines, 29 filesdep ~amazonka-configdep ~amazonka-coredep ~amazonka-testPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: amazonka-config, amazonka-core, amazonka-test
API changes (from Hackage documentation)
Files
- README.md +6/−24
- amazonka-config.cabal +10/−28
- gen/Network/AWS/Config.hs +5/−23
- gen/Network/AWS/Config/DeleteConfigRule.hs +2/−6
- gen/Network/AWS/Config/DeleteDeliveryChannel.hs +2/−6
- gen/Network/AWS/Config/DeliverConfigSnapshot.hs +4/−10
- gen/Network/AWS/Config/DescribeComplianceByConfigRule.hs +9/−27
- gen/Network/AWS/Config/DescribeComplianceByResource.hs +13/−39
- gen/Network/AWS/Config/DescribeConfigRuleEvaluationStatus.hs +2/−7
- gen/Network/AWS/Config/DescribeConfigRules.hs +3/−6
- gen/Network/AWS/Config/DescribeConfigurationRecorderStatus.hs +3/−8
- gen/Network/AWS/Config/DescribeConfigurationRecorders.hs +2/−5
- gen/Network/AWS/Config/DescribeDeliveryChannelStatus.hs +1/−3
- gen/Network/AWS/Config/DescribeDeliveryChannels.hs +1/−3
- gen/Network/AWS/Config/GetComplianceDetailsByConfigRule.hs +7/−17
- gen/Network/AWS/Config/GetComplianceDetailsByResource.hs +5/−12
- gen/Network/AWS/Config/GetComplianceSummaryByConfigRule.hs +2/−4
- gen/Network/AWS/Config/GetComplianceSummaryByResourceType.hs +4/−14
- gen/Network/AWS/Config/GetResourceConfigHistory.hs +9/−26
- gen/Network/AWS/Config/ListDiscoveredResources.hs +10/−32
- gen/Network/AWS/Config/PutConfigRule.hs +7/−26
- gen/Network/AWS/Config/PutConfigurationRecorder.hs +4/−10
- gen/Network/AWS/Config/PutDeliveryChannel.hs +3/−11
- gen/Network/AWS/Config/PutEvaluations.hs +3/−8
- gen/Network/AWS/Config/StartConfigurationRecorder.hs +3/−6
- gen/Network/AWS/Config/StopConfigurationRecorder.hs +2/−4
- gen/Network/AWS/Config/Types.hs +12/−26
- gen/Network/AWS/Config/Types/Product.hs +103/−280
- test/Test/AWS/Gen/Config.hs +138/−138
README.md view
@@ -8,40 +8,22 @@ ## Version -`1.4.2`+`1.4.3` ## Description AWS Config -AWS Config provides a way to keep track of the configurations of all the-AWS resources associated with your AWS account. You can use AWS Config-to get the current and historical configurations of each AWS resource-and also to get information about the relationship between the-resources. An AWS resource can be an Amazon Compute Cloud (Amazon EC2)-instance, an Elastic Block Store (EBS) volume, an Elastic network-Interface (ENI), or a security group. For a complete list of resources-currently supported by AWS Config, see-<http://docs.aws.amazon.com/config/latest/developerguide/resource-config-reference.html#supported-resources Supported AWS Resources>.+AWS Config provides a way to keep track of the configurations of all the AWS resources associated with your AWS account. You can use AWS Config to get the current and historical configurations of each AWS resource and also to get information about the relationship between the resources. An AWS resource can be an Amazon Compute Cloud (Amazon EC2) instance, an Elastic Block Store (EBS) volume, an Elastic network Interface (ENI), or a security group. For a complete list of resources currently supported by AWS Config, see <http://docs.aws.amazon.com/config/latest/developerguide/resource-config-reference.html#supported-resources Supported AWS Resources>. -You can access and manage AWS Config through the AWS Management Console,-the AWS Command Line Interface (AWS CLI), the AWS Config API, or the AWS-SDKs for AWS Config+You can access and manage AWS Config through the AWS Management Console, the AWS Command Line Interface (AWS CLI), the AWS Config API, or the AWS SDKs for AWS Config -This reference guide contains documentation for the AWS Config API and-the AWS CLI commands that you can use to manage AWS Config.+This reference guide contains documentation for the AWS Config API and the AWS CLI commands that you can use to manage AWS Config. -The AWS Config API uses the Signature Version 4 protocol for signing-requests. For more information about how to sign a request with this-protocol, see-<http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html Signature Version 4 Signing Process>.+The AWS Config API uses the Signature Version 4 protocol for signing requests. For more information about how to sign a request with this protocol, see <http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html Signature Version 4 Signing Process>. -For detailed information about AWS Config features and their associated-actions or commands, as well as how to work with AWS Management Console,-see-<http://docs.aws.amazon.com/config/latest/developerguide/WhatIsConfig.html What Is AWS Config?>-in the /AWS Config Developer Guide/.+For detailed information about AWS Config features and their associated actions or commands, as well as how to work with AWS Management Console, see <http://docs.aws.amazon.com/config/latest/developerguide/WhatIsConfig.html What Is AWS Config?> in the /AWS Config Developer Guide/. Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-config) and the [AWS API Reference](https://aws.amazon.com/documentation/).
amazonka-config.cabal view
@@ -1,5 +1,5 @@ name: amazonka-config-version: 1.4.2+version: 1.4.3 synopsis: Amazon Config SDK. homepage: https://github.com/brendanhay/amazonka bug-reports: https://github.com/brendanhay/amazonka/issues@@ -15,33 +15,15 @@ description: AWS Config - AWS Config provides a way to keep track of the configurations of all the- AWS resources associated with your AWS account. You can use AWS Config- to get the current and historical configurations of each AWS resource- and also to get information about the relationship between the- resources. An AWS resource can be an Amazon Compute Cloud (Amazon EC2)- instance, an Elastic Block Store (EBS) volume, an Elastic network- Interface (ENI), or a security group. For a complete list of resources- currently supported by AWS Config, see- <http://docs.aws.amazon.com/config/latest/developerguide/resource-config-reference.html#supported-resources Supported AWS Resources>.+ AWS Config provides a way to keep track of the configurations of all the AWS resources associated with your AWS account. You can use AWS Config to get the current and historical configurations of each AWS resource and also to get information about the relationship between the resources. An AWS resource can be an Amazon Compute Cloud (Amazon EC2) instance, an Elastic Block Store (EBS) volume, an Elastic network Interface (ENI), or a security group. For a complete list of resources currently supported by AWS Config, see <http://docs.aws.amazon.com/config/latest/developerguide/resource-config-reference.html#supported-resources Supported AWS Resources>. - You can access and manage AWS Config through the AWS Management Console,- the AWS Command Line Interface (AWS CLI), the AWS Config API, or the AWS- SDKs for AWS Config+ You can access and manage AWS Config through the AWS Management Console, the AWS Command Line Interface (AWS CLI), the AWS Config API, or the AWS SDKs for AWS Config - This reference guide contains documentation for the AWS Config API and- the AWS CLI commands that you can use to manage AWS Config.+ This reference guide contains documentation for the AWS Config API and the AWS CLI commands that you can use to manage AWS Config. - The AWS Config API uses the Signature Version 4 protocol for signing- requests. For more information about how to sign a request with this- protocol, see- <http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html Signature Version 4 Signing Process>.+ The AWS Config API uses the Signature Version 4 protocol for signing requests. For more information about how to sign a request with this protocol, see <http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html Signature Version 4 Signing Process>. - For detailed information about AWS Config features and their associated- actions or commands, as well as how to work with AWS Management Console,- see- <http://docs.aws.amazon.com/config/latest/developerguide/WhatIsConfig.html What Is AWS Config?>- in the /AWS Config Developer Guide/.+ For detailed information about AWS Config features and their associated actions or commands, as well as how to work with AWS Management Console, see <http://docs.aws.amazon.com/config/latest/developerguide/WhatIsConfig.html What Is AWS Config?> in the /AWS Config Developer Guide/. . The types from this library are intended to be used with <http://hackage.haskell.org/package/amazonka amazonka>, which provides@@ -100,7 +82,7 @@ , Network.AWS.Config.Types.Sum build-depends:- amazonka-core == 1.4.2.*+ amazonka-core == 1.4.3.* , base >= 4.7 && < 5 test-suite amazonka-config-test@@ -120,9 +102,9 @@ , Test.AWS.Config.Internal build-depends:- amazonka-core == 1.4.2.*- , amazonka-test == 1.4.2.*- , amazonka-config == 1.4.2.*+ amazonka-core == 1.4.3.*+ , amazonka-test == 1.4.3.*+ , amazonka-config == 1.4.3.* , base , bytestring , tasty
gen/Network/AWS/Config.hs view
@@ -13,33 +13,15 @@ -- -- AWS Config ----- AWS Config provides a way to keep track of the configurations of all the--- AWS resources associated with your AWS account. You can use AWS Config--- to get the current and historical configurations of each AWS resource--- and also to get information about the relationship between the--- resources. An AWS resource can be an Amazon Compute Cloud (Amazon EC2)--- instance, an Elastic Block Store (EBS) volume, an Elastic network--- Interface (ENI), or a security group. For a complete list of resources--- currently supported by AWS Config, see--- <http://docs.aws.amazon.com/config/latest/developerguide/resource-config-reference.html#supported-resources Supported AWS Resources>.+-- AWS Config provides a way to keep track of the configurations of all the AWS resources associated with your AWS account. You can use AWS Config to get the current and historical configurations of each AWS resource and also to get information about the relationship between the resources. An AWS resource can be an Amazon Compute Cloud (Amazon EC2) instance, an Elastic Block Store (EBS) volume, an Elastic network Interface (ENI), or a security group. For a complete list of resources currently supported by AWS Config, see <http://docs.aws.amazon.com/config/latest/developerguide/resource-config-reference.html#supported-resources Supported AWS Resources>. ----- You can access and manage AWS Config through the AWS Management Console,--- the AWS Command Line Interface (AWS CLI), the AWS Config API, or the AWS--- SDKs for AWS Config+-- You can access and manage AWS Config through the AWS Management Console, the AWS Command Line Interface (AWS CLI), the AWS Config API, or the AWS SDKs for AWS Config ----- This reference guide contains documentation for the AWS Config API and--- the AWS CLI commands that you can use to manage AWS Config.+-- This reference guide contains documentation for the AWS Config API and the AWS CLI commands that you can use to manage AWS Config. ----- The AWS Config API uses the Signature Version 4 protocol for signing--- requests. For more information about how to sign a request with this--- protocol, see--- <http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html Signature Version 4 Signing Process>.+-- The AWS Config API uses the Signature Version 4 protocol for signing requests. For more information about how to sign a request with this protocol, see <http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html Signature Version 4 Signing Process>. ----- For detailed information about AWS Config features and their associated--- actions or commands, as well as how to work with AWS Management Console,--- see--- <http://docs.aws.amazon.com/config/latest/developerguide/WhatIsConfig.html What Is AWS Config?>--- in the /AWS Config Developer Guide/.+-- For detailed information about AWS Config features and their associated actions or commands, as well as how to work with AWS Management Console, see <http://docs.aws.amazon.com/config/latest/developerguide/WhatIsConfig.html What Is AWS Config?> in the /AWS Config Developer Guide/. module Network.AWS.Config ( -- * Service Configuration
gen/Network/AWS/Config/DeleteConfigRule.hs view
@@ -20,13 +20,9 @@ -- -- Deletes the specified AWS Config rule and all of its evaluation results. ----- AWS Config sets the state of a rule to 'DELETING' until the deletion is--- complete. You cannot update a rule while it is in this state. If you--- make a 'PutConfigRule' or 'DeleteConfigRule' request for the rule, you--- will receive a 'ResourceInUseException'.+-- AWS Config sets the state of a rule to 'DELETING' until the deletion is complete. You cannot update a rule while it is in this state. If you make a 'PutConfigRule' or 'DeleteConfigRule' request for the rule, you will receive a 'ResourceInUseException'. ----- You can check the state of a rule by using the 'DescribeConfigRules'--- request.+-- You can check the state of a rule by using the 'DescribeConfigRules' request. module Network.AWS.Config.DeleteConfigRule ( -- * Creating a Request
gen/Network/AWS/Config/DeleteDeliveryChannel.hs view
@@ -20,10 +20,7 @@ -- -- Deletes the specified delivery channel. ----- The delivery channel cannot be deleted if it is the only delivery--- channel and the configuration recorder is still running. To delete the--- delivery channel, stop the running configuration recorder using the--- < StopConfigurationRecorder> action.+-- The delivery channel cannot be deleted if it is the only delivery channel and the configuration recorder is still running. To delete the delivery channel, stop the running configuration recorder using the < StopConfigurationRecorder> action. module Network.AWS.Config.DeleteDeliveryChannel ( -- * Creating a Request@@ -44,8 +41,7 @@ import Network.AWS.Request import Network.AWS.Response --- | The input for the < DeleteDeliveryChannel> action. The action accepts--- the following data in JSON format.+-- | The input for the < DeleteDeliveryChannel> action. The action accepts the following data in JSON format. -- -- /See:/ 'deleteDeliveryChannel' smart constructor. newtype DeleteDeliveryChannel = DeleteDeliveryChannel'
gen/Network/AWS/Config/DeliverConfigSnapshot.hs view
@@ -18,16 +18,11 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Schedules delivery of a configuration snapshot to the Amazon S3 bucket--- in the specified delivery channel. After the delivery has started, AWS--- Config sends following notifications using an Amazon SNS topic that you--- have specified.+-- Schedules delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel. After the delivery has started, AWS Config sends following notifications using an Amazon SNS topic that you have specified. -- -- - Notification of starting the delivery.--- - Notification of delivery completed, if the delivery was successfully--- completed.--- - Notification of delivery failure, if the delivery failed to--- complete.+-- - Notification of delivery completed, if the delivery was successfully completed.+-- - Notification of delivery failure, if the delivery failed to complete. module Network.AWS.Config.DeliverConfigSnapshot ( -- * Creating a Request@@ -71,8 +66,7 @@ { _dcsDeliveryChannelName = pDeliveryChannelName_ } --- | The name of the delivery channel through which the snapshot is--- delivered.+-- | The name of the delivery channel through which the snapshot is delivered. dcsDeliveryChannelName :: Lens' DeliverConfigSnapshot Text dcsDeliveryChannelName = lens _dcsDeliveryChannelName (\ s a -> s{_dcsDeliveryChannelName = a});
gen/Network/AWS/Config/DescribeComplianceByConfigRule.hs view
@@ -18,30 +18,15 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Indicates whether the specified AWS Config rules are compliant. If a--- rule is noncompliant, this action returns the number of AWS resources--- that do not comply with the rule.+-- Indicates whether the specified AWS Config rules are compliant. If a rule is noncompliant, this action returns the number of AWS resources that do not comply with the rule. ----- A rule is compliant if all of the evaluated resources comply with it,--- and it is noncompliant if any of these resources do not comply.+-- A rule is compliant if all of the evaluated resources comply with it, and it is noncompliant if any of these resources do not comply. ----- If AWS Config has no current evaluation results for the rule, it returns--- 'INSUFFICIENT_DATA'. This result might indicate one of the following--- conditions:+-- If AWS Config has no current evaluation results for the rule, it returns 'INSUFFICIENT_DATA'. This result might indicate one of the following conditions: ----- - AWS Config has never invoked an evaluation for the rule. To check--- whether it has, use the 'DescribeConfigRuleEvaluationStatus' action--- to get the 'LastSuccessfulInvocationTime' and--- 'LastFailedInvocationTime'.--- - The rule\'s AWS Lambda function is failing to send evaluation--- results to AWS Config. Verify that the role that you assigned to--- your configuration recorder includes the 'config:PutEvaluations'--- permission. If the rule is a customer managed rule, verify that the--- AWS Lambda execution role includes the 'config:PutEvaluations'--- permission.--- - The rule\'s AWS Lambda function has returned 'NOT_APPLICABLE' for--- all evaluation results. This can occur if the resources were deleted--- or removed from the rule\'s scope.+-- - AWS Config has never invoked an evaluation for the rule. To check whether it has, use the 'DescribeConfigRuleEvaluationStatus' action to get the 'LastSuccessfulInvocationTime' and 'LastFailedInvocationTime'.+-- - The rule\'s AWS Lambda function is failing to send evaluation results to AWS Config. Verify that the role that you assigned to your configuration recorder includes the 'config:PutEvaluations' permission. If the rule is a customer managed rule, verify that the AWS Lambda execution role includes the 'config:PutEvaluations' permission.+-- - The rule\'s AWS Lambda function has returned 'NOT_APPLICABLE' for all evaluation results. This can occur if the resources were deleted or removed from the rule\'s scope. module Network.AWS.Config.DescribeComplianceByConfigRule ( -- * Creating a Request@@ -99,13 +84,11 @@ -- | Filters the results by compliance. ----- The allowed values are 'COMPLIANT', 'NON_COMPLIANT', and--- 'INSUFFICIENT_DATA'.+-- The allowed values are 'COMPLIANT', 'NON_COMPLIANT', and 'INSUFFICIENT_DATA'. dcbcrComplianceTypes :: Lens' DescribeComplianceByConfigRule [ComplianceType] dcbcrComplianceTypes = lens _dcbcrComplianceTypes (\ s a -> s{_dcbcrComplianceTypes = a}) . _Default . _Coerce; --- | The 'nextToken' string returned on a previous page that you use to get--- the next page of results in a paginated response.+-- | The 'nextToken' string returned on a previous page that you use to get the next page of results in a paginated response. dcbcrNextToken :: Lens' DescribeComplianceByConfigRule (Maybe Text) dcbcrNextToken = lens _dcbcrNextToken (\ s a -> s{_dcbcrNextToken = a}); @@ -181,8 +164,7 @@ dcbcrrsComplianceByConfigRules :: Lens' DescribeComplianceByConfigRuleResponse [ComplianceByConfigRule] dcbcrrsComplianceByConfigRules = lens _dcbcrrsComplianceByConfigRules (\ s a -> s{_dcbcrrsComplianceByConfigRules = a}) . _Default . _Coerce; --- | The string that you use in a subsequent request to get the next page of--- results in a paginated response.+-- | The string that you use in a subsequent request to get the next page of results in a paginated response. dcbcrrsNextToken :: Lens' DescribeComplianceByConfigRuleResponse (Maybe Text) dcbcrrsNextToken = lens _dcbcrrsNextToken (\ s a -> s{_dcbcrrsNextToken = a});
gen/Network/AWS/Config/DescribeComplianceByResource.hs view
@@ -18,31 +18,15 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Indicates whether the specified AWS resources are compliant. If a--- resource is noncompliant, this action returns the number of AWS Config--- rules that the resource does not comply with.+-- Indicates whether the specified AWS resources are compliant. If a resource is noncompliant, this action returns the number of AWS Config rules that the resource does not comply with. ----- A resource is compliant if it complies with all the AWS Config rules--- that evaluate it. It is noncompliant if it does not comply with one or--- more of these rules.+-- A resource is compliant if it complies with all the AWS Config rules that evaluate it. It is noncompliant if it does not comply with one or more of these rules. ----- If AWS Config has no current evaluation results for the resource, it--- returns 'INSUFFICIENT_DATA'. This result might indicate one of the--- following conditions about the rules that evaluate the resource:+-- If AWS Config has no current evaluation results for the resource, it returns 'INSUFFICIENT_DATA'. This result might indicate one of the following conditions about the rules that evaluate the resource: ----- - AWS Config has never invoked an evaluation for the rule. To check--- whether it has, use the 'DescribeConfigRuleEvaluationStatus' action--- to get the 'LastSuccessfulInvocationTime' and--- 'LastFailedInvocationTime'.--- - The rule\'s AWS Lambda function is failing to send evaluation--- results to AWS Config. Verify that the role that you assigned to--- your configuration recorder includes the 'config:PutEvaluations'--- permission. If the rule is a customer managed rule, verify that the--- AWS Lambda execution role includes the 'config:PutEvaluations'--- permission.--- - The rule\'s AWS Lambda function has returned 'NOT_APPLICABLE' for--- all evaluation results. This can occur if the resources were deleted--- or removed from the rule\'s scope.+-- - AWS Config has never invoked an evaluation for the rule. To check whether it has, use the 'DescribeConfigRuleEvaluationStatus' action to get the 'LastSuccessfulInvocationTime' and 'LastFailedInvocationTime'.+-- - The rule\'s AWS Lambda function is failing to send evaluation results to AWS Config. Verify that the role that you assigned to your configuration recorder includes the 'config:PutEvaluations' permission. If the rule is a customer managed rule, verify that the AWS Lambda execution role includes the 'config:PutEvaluations' permission.+-- - The rule\'s AWS Lambda function has returned 'NOT_APPLICABLE' for all evaluation results. This can occur if the resources were deleted or removed from the rule\'s scope. module Network.AWS.Config.DescribeComplianceByResource ( -- * Creating a Request@@ -104,33 +88,25 @@ , _dcbrLimit = Nothing } --- | The ID of the AWS 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'.+-- | The ID of the AWS 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'. dcbrResourceId :: Lens' DescribeComplianceByResource (Maybe Text) dcbrResourceId = lens _dcbrResourceId (\ s a -> s{_dcbrResourceId = a}); --- | The types of AWS resources for which you want compliance information;--- for example, 'AWS::EC2::Instance'. For this action, you can specify that--- the resource type is an AWS account by specifying 'AWS::::Account'.+-- | The types of AWS resources for which you want compliance information; for example, 'AWS::EC2::Instance'. For this action, you can specify that the resource type is an AWS account by specifying 'AWS::::Account'. dcbrResourceType :: Lens' DescribeComplianceByResource (Maybe Text) dcbrResourceType = lens _dcbrResourceType (\ s a -> s{_dcbrResourceType = a}); -- | Filters the results by compliance. ----- The allowed values are 'COMPLIANT', 'NON_COMPLIANT', and--- 'INSUFFICIENT_DATA'.+-- The allowed values are 'COMPLIANT', 'NON_COMPLIANT', and 'INSUFFICIENT_DATA'. dcbrComplianceTypes :: Lens' DescribeComplianceByResource [ComplianceType] dcbrComplianceTypes = lens _dcbrComplianceTypes (\ s a -> s{_dcbrComplianceTypes = a}) . _Default . _Coerce; --- | The 'nextToken' string returned on a previous page that you use to get--- the next page of results in a paginated response.+-- | The 'nextToken' string returned on a previous page that you use to get the next page of results in a paginated response. dcbrNextToken :: Lens' DescribeComplianceByResource (Maybe Text) dcbrNextToken = lens _dcbrNextToken (\ s a -> s{_dcbrNextToken = a}); --- | The maximum number of evaluation results returned on each page. The--- default is 10. You cannot specify a limit greater than 100. If you--- specify 0, AWS Config uses the default.+-- | The maximum number of evaluation results returned on each page. The default is 10. You cannot specify a limit greater than 100. If you specify 0, AWS Config uses the default. dcbrLimit :: Lens' DescribeComplianceByResource (Maybe Natural) dcbrLimit = lens _dcbrLimit (\ s a -> s{_dcbrLimit = a}) . mapping _Nat; @@ -203,13 +179,11 @@ , _dcbrrsResponseStatus = pResponseStatus_ } --- | Indicates whether the specified AWS resource complies with all of the--- AWS Config rules that evaluate it.+-- | Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it. dcbrrsComplianceByResources :: Lens' DescribeComplianceByResourceResponse [ComplianceByResource] dcbrrsComplianceByResources = lens _dcbrrsComplianceByResources (\ s a -> s{_dcbrrsComplianceByResources = a}) . _Default . _Coerce; --- | The string that you use in a subsequent request to get the next page of--- results in a paginated response.+-- | The string that you use in a subsequent request to get the next page of results in a paginated response. dcbrrsNextToken :: Lens' DescribeComplianceByResourceResponse (Maybe Text) dcbrrsNextToken = lens _dcbrrsNextToken (\ s a -> s{_dcbrrsNextToken = a});
gen/Network/AWS/Config/DescribeConfigRuleEvaluationStatus.hs view
@@ -18,10 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Returns status information for each of your AWS managed Config rules.--- The status includes information such as the last time AWS Config invoked--- the rule, the last time AWS Config failed to invoke the rule, and the--- related error for the last failure.+-- Returns status information for each of your AWS managed Config rules. The status includes information such as the last time AWS Config invoked the rule, the last time AWS Config failed to invoke the rule, and the related error for the last failure. module Network.AWS.Config.DescribeConfigRuleEvaluationStatus ( -- * Creating a Request@@ -62,9 +59,7 @@ { _dcresConfigRuleNames = Nothing } --- | The name of the AWS managed Config rules for which you want status--- information. If you do not specify any names, AWS Config returns status--- information for all AWS managed Config rules that you use.+-- | The name of the AWS managed Config rules for which you want status information. If you do not specify any names, AWS Config returns status information for all AWS managed Config rules that you use. dcresConfigRuleNames :: Lens' DescribeConfigRuleEvaluationStatus [Text] dcresConfigRuleNames = lens _dcresConfigRuleNames (\ s a -> s{_dcresConfigRuleNames = a}) . _Default . _Coerce;
gen/Network/AWS/Config/DescribeConfigRules.hs view
@@ -65,13 +65,11 @@ , _dcrNextToken = Nothing } --- | The names of the AWS Config rules for which you want details. If you do--- not specify any names, AWS Config returns details for all your rules.+-- | The names of the AWS Config rules for which you want details. If you do not specify any names, AWS Config returns details for all your rules. dcrConfigRuleNames :: Lens' DescribeConfigRules [Text] dcrConfigRuleNames = lens _dcrConfigRuleNames (\ s a -> s{_dcrConfigRuleNames = a}) . _Default . _Coerce; --- | The 'nextToken' string returned on a previous page that you use to get--- the next page of results in a paginated response.+-- | The 'nextToken' string returned on a previous page that you use to get the next page of results in a paginated response. dcrNextToken :: Lens' DescribeConfigRules (Maybe Text) dcrNextToken = lens _dcrNextToken (\ s a -> s{_dcrNextToken = a}); @@ -144,8 +142,7 @@ dcrrsConfigRules :: Lens' DescribeConfigRulesResponse [ConfigRule] dcrrsConfigRules = lens _dcrrsConfigRules (\ s a -> s{_dcrrsConfigRules = a}) . _Default . _Coerce; --- | The string that you use in a subsequent request to get the next page of--- results in a paginated response.+-- | The string that you use in a subsequent request to get the next page of results in a paginated response. dcrrsNextToken :: Lens' DescribeConfigRulesResponse (Maybe Text) dcrrsNextToken = lens _dcrrsNextToken (\ s a -> s{_dcrrsNextToken = a});
gen/Network/AWS/Config/DescribeConfigurationRecorderStatus.hs view
@@ -18,9 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Returns the current status of the specified configuration recorder. If a--- configuration recorder is not specified, this action returns the status--- of all configuration recorder associated with the account.+-- Returns the current status of the specified configuration recorder. If a configuration recorder is not specified, this action returns the status of all configuration recorder associated with the account. -- -- Currently, you can specify only one configuration recorder per account. module Network.AWS.Config.DescribeConfigurationRecorderStatus@@ -65,9 +63,7 @@ { _dcrsConfigurationRecorderNames = Nothing } --- | 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.+-- | 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. dcrsConfigurationRecorderNames :: Lens' DescribeConfigurationRecorderStatus [Text] dcrsConfigurationRecorderNames = lens _dcrsConfigurationRecorderNames (\ s a -> s{_dcrsConfigurationRecorderNames = a}) . _Default . _Coerce; @@ -114,8 +110,7 @@ where toQuery = const mempty --- | The output for the < DescribeConfigurationRecorderStatus> action in JSON--- format.+-- | The output for the < DescribeConfigurationRecorderStatus> action in JSON format. -- -- /See:/ 'describeConfigurationRecorderStatusResponse' smart constructor. data DescribeConfigurationRecorderStatusResponse = DescribeConfigurationRecorderStatusResponse'
gen/Network/AWS/Config/DescribeConfigurationRecorders.hs view
@@ -18,9 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Returns the name of one or more specified configuration recorders. If--- the recorder name is not specified, this action returns the names of all--- the configuration recorders associated with the account.+-- Returns the name of one or more specified configuration recorders. If the recorder name is not specified, this action returns the names of all the configuration recorders associated with the account. -- -- Currently, you can specify only one configuration recorder per account. module Network.AWS.Config.DescribeConfigurationRecorders@@ -133,8 +131,7 @@ , _drsResponseStatus = pResponseStatus_ } --- | A list that contains the descriptions of the specified configuration--- recorders.+-- | A list that contains the descriptions of the specified configuration recorders. drsConfigurationRecorders :: Lens' DescribeConfigurationRecordersResponse [ConfigurationRecorder] drsConfigurationRecorders = lens _drsConfigurationRecorders (\ s a -> s{_drsConfigurationRecorders = a}) . _Default . _Coerce;
gen/Network/AWS/Config/DescribeDeliveryChannelStatus.hs view
@@ -18,9 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Returns the current status of the specified delivery channel. If a--- delivery channel is not specified, this action returns the current--- status of all delivery channels associated with the account.+-- Returns the current status of the specified delivery channel. If a delivery channel is not specified, this action returns the current status of all delivery channels associated with the account. -- -- Currently, you can specify only one delivery channel per account. module Network.AWS.Config.DescribeDeliveryChannelStatus
gen/Network/AWS/Config/DescribeDeliveryChannels.hs view
@@ -18,9 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Returns details about the specified delivery channel. If a delivery--- channel is not specified, this action returns the details of all--- delivery channels associated with the account.+-- Returns details about the specified delivery channel. If a delivery channel is not specified, this action returns the details of all delivery channels associated with the account. -- -- Currently, you can specify only one delivery channel per account. module Network.AWS.Config.DescribeDeliveryChannels
gen/Network/AWS/Config/GetComplianceDetailsByConfigRule.hs view
@@ -18,10 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Returns the evaluation results for the specified AWS Config rule. The--- results indicate which AWS resources were evaluated by the rule, when--- each resource was last evaluated, and whether each resource complies--- with the rule.+-- Returns the evaluation results for the specified AWS Config rule. The results indicate which AWS resources were evaluated by the rule, when each resource was last evaluated, and whether each resource complies with the rule. module Network.AWS.Config.GetComplianceDetailsByConfigRule ( -- * Creating a Request@@ -81,24 +78,19 @@ -- | Filters the results by compliance. ----- The allowed values are 'COMPLIANT', 'NON_COMPLIANT', and--- 'NOT_APPLICABLE'.+-- The allowed values are 'COMPLIANT', 'NON_COMPLIANT', and 'NOT_APPLICABLE'. gcdbcrComplianceTypes :: Lens' GetComplianceDetailsByConfigRule [ComplianceType] gcdbcrComplianceTypes = lens _gcdbcrComplianceTypes (\ s a -> s{_gcdbcrComplianceTypes = a}) . _Default . _Coerce; --- | The 'nextToken' string returned on a previous page that you use to get--- the next page of results in a paginated response.+-- | The 'nextToken' string returned on a previous page that you use to get the next page of results in a paginated response. gcdbcrNextToken :: Lens' GetComplianceDetailsByConfigRule (Maybe Text) gcdbcrNextToken = lens _gcdbcrNextToken (\ s a -> s{_gcdbcrNextToken = a}); --- | The maximum number of evaluation results returned on each page. The--- default is 10. You cannot specify a limit greater than 100. If you--- specify 0, AWS Config uses the default.+-- | The maximum number of evaluation results returned on each page. The default is 10. You cannot specify a limit greater than 100. If you specify 0, AWS Config uses the default. gcdbcrLimit :: Lens' GetComplianceDetailsByConfigRule (Maybe Natural) gcdbcrLimit = lens _gcdbcrLimit (\ s a -> s{_gcdbcrLimit = a}) . mapping _Nat; --- | The name of the AWS Config rule for which you want compliance--- information.+-- | The name of the AWS Config rule for which you want compliance information. gcdbcrConfigRuleName :: Lens' GetComplianceDetailsByConfigRule Text gcdbcrConfigRuleName = lens _gcdbcrConfigRuleName (\ s a -> s{_gcdbcrConfigRuleName = a}); @@ -174,13 +166,11 @@ , _gcdbcrrsResponseStatus = pResponseStatus_ } --- | Indicates whether the AWS resource complies with the specified AWS--- Config rule.+-- | Indicates whether the AWS resource complies with the specified AWS Config rule. gcdbcrrsEvaluationResults :: Lens' GetComplianceDetailsByConfigRuleResponse [EvaluationResult] gcdbcrrsEvaluationResults = lens _gcdbcrrsEvaluationResults (\ s a -> s{_gcdbcrrsEvaluationResults = a}) . _Default . _Coerce; --- | The string that you use in a subsequent request to get the next page of--- results in a paginated response.+-- | The string that you use in a subsequent request to get the next page of results in a paginated response. gcdbcrrsNextToken :: Lens' GetComplianceDetailsByConfigRuleResponse (Maybe Text) gcdbcrrsNextToken = lens _gcdbcrrsNextToken (\ s a -> s{_gcdbcrrsNextToken = a});
gen/Network/AWS/Config/GetComplianceDetailsByResource.hs view
@@ -18,10 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Returns the evaluation results for the specified AWS resource. The--- results indicate which AWS Config rules were used to evaluate the--- resource, when each rule was last used, and whether the resource--- complies with each rule.+-- Returns the evaluation results for the specified AWS resource. The results indicate which AWS Config rules were used to evaluate the resource, when each rule was last used, and whether the resource complies with each rule. module Network.AWS.Config.GetComplianceDetailsByResource ( -- * Creating a Request@@ -82,13 +79,11 @@ -- | Filters the results by compliance. ----- The allowed values are 'COMPLIANT', 'NON_COMPLIANT', and--- 'NOT_APPLICABLE'.+-- The allowed values are 'COMPLIANT', 'NON_COMPLIANT', and 'NOT_APPLICABLE'. gcdbrComplianceTypes :: Lens' GetComplianceDetailsByResource [ComplianceType] gcdbrComplianceTypes = lens _gcdbrComplianceTypes (\ s a -> s{_gcdbrComplianceTypes = a}) . _Default . _Coerce; --- | The 'nextToken' string returned on a previous page that you use to get--- the next page of results in a paginated response.+-- | The 'nextToken' string returned on a previous page that you use to get the next page of results in a paginated response. gcdbrNextToken :: Lens' GetComplianceDetailsByResource (Maybe Text) gcdbrNextToken = lens _gcdbrNextToken (\ s a -> s{_gcdbrNextToken = a}); @@ -169,13 +164,11 @@ , _gcdbrrsResponseStatus = pResponseStatus_ } --- | Indicates whether the specified AWS resource complies each AWS Config--- rule.+-- | Indicates whether the specified AWS resource complies each AWS Config rule. gcdbrrsEvaluationResults :: Lens' GetComplianceDetailsByResourceResponse [EvaluationResult] gcdbrrsEvaluationResults = lens _gcdbrrsEvaluationResults (\ s a -> s{_gcdbrrsEvaluationResults = a}) . _Default . _Coerce; --- | The string that you use in a subsequent request to get the next page of--- results in a paginated response.+-- | The string that you use in a subsequent request to get the next page of results in a paginated response. gcdbrrsNextToken :: Lens' GetComplianceDetailsByResourceResponse (Maybe Text) gcdbrrsNextToken = lens _gcdbrrsNextToken (\ s a -> s{_gcdbrrsNextToken = a});
gen/Network/AWS/Config/GetComplianceSummaryByConfigRule.hs view
@@ -18,8 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Returns the number of AWS Config rules that are compliant and--- noncompliant, up to a maximum of 25 for each.+-- Returns the number of AWS Config rules that are compliant and noncompliant, up to a maximum of 25 for each. module Network.AWS.Config.GetComplianceSummaryByConfigRule ( -- * Creating a Request@@ -112,8 +111,7 @@ , _gcsbcrrsResponseStatus = pResponseStatus_ } --- | The number of AWS Config rules that are compliant and the number that--- are noncompliant, up to a maximum of 25 for each.+-- | The number of AWS Config rules that are compliant and the number that are noncompliant, up to a maximum of 25 for each. gcsbcrrsComplianceSummary :: Lens' GetComplianceSummaryByConfigRuleResponse (Maybe ComplianceSummary) gcsbcrrsComplianceSummary = lens _gcsbcrrsComplianceSummary (\ s a -> s{_gcsbcrrsComplianceSummary = a});
gen/Network/AWS/Config/GetComplianceSummaryByResourceType.hs view
@@ -18,10 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Returns the number of resources that are compliant and the number that--- are noncompliant. You can specify one or more resource types to get--- these numbers for each resource type. The maximum number returned is--- 100.+-- Returns the number of resources that are compliant and the number that are noncompliant. You can specify one or more resource types to get these numbers for each resource type. The maximum number returned is 100. module Network.AWS.Config.GetComplianceSummaryByResourceType ( -- * Creating a Request@@ -62,13 +59,9 @@ { _gcsbrtResourceTypes = Nothing } --- | 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.+-- | 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 AWS resource type such as--- 'AWS::EC2::Instance', and you can specify that the resource type is an--- AWS account by specifying 'AWS::::Account'.+-- For this request, you can specify an AWS resource type such as 'AWS::EC2::Instance', and you can specify that the resource type is an AWS account by specifying 'AWS::::Account'. gcsbrtResourceTypes :: Lens' GetComplianceSummaryByResourceType [Text] gcsbrtResourceTypes = lens _gcsbrtResourceTypes (\ s a -> s{_gcsbrtResourceTypes = a}) . _Default . _Coerce; @@ -137,10 +130,7 @@ , _gcsbrtrsResponseStatus = pResponseStatus_ } --- | 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.+-- | 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. gcsbrtrsComplianceSummariesByResourceType :: Lens' GetComplianceSummaryByResourceTypeResponse [ComplianceSummaryByResourceType] gcsbrtrsComplianceSummariesByResourceType = lens _gcsbrtrsComplianceSummariesByResourceType (\ s a -> s{_gcsbrtrsComplianceSummariesByResourceType = a}) . _Default . _Coerce;
gen/Network/AWS/Config/GetResourceConfigHistory.hs view
@@ -18,20 +18,11 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Returns a list of configuration items for the specified resource. The--- list contains details about each state of the resource during the--- specified time interval.+-- Returns a list of configuration items for the specified resource. The list contains details about each state of the resource during the specified time interval. ----- The response is paginated, and by default, AWS Config returns a limit of--- 10 configuration items per page. You can customize this number with the--- 'limit' parameter. The response includes a 'nextToken' string, and to--- get the next page of results, run the request again and enter this--- string for the 'nextToken' parameter.+-- The response is paginated, and by default, AWS Config returns a limit of 10 configuration items per page. You can customize this number with the 'limit' parameter. The response includes a 'nextToken' string, and to get the next page of results, run the request again and enter this string for the 'nextToken' parameter. ----- Each call to the API is limited to span a duration of seven days. It is--- likely that the number of records returned is smaller than the specified--- 'limit'. In such cases, you can make another call, using the--- 'nextToken'.+-- Each call to the API is limited to span a duration of seven days. It is likely that the number of records returned is smaller than the specified 'limit'. In such cases, you can make another call, using the 'nextToken'. module Network.AWS.Config.GetResourceConfigHistory ( -- * Creating a Request@@ -107,30 +98,23 @@ , _grchResourceId = pResourceId_ } --- | The chronological order for configuration items listed. By default the--- results are listed in reverse chronological order.+-- | The chronological order for configuration items listed. By default the results are listed in reverse chronological order. grchChronologicalOrder :: Lens' GetResourceConfigHistory (Maybe ChronologicalOrder) grchChronologicalOrder = lens _grchChronologicalOrder (\ s a -> s{_grchChronologicalOrder = a}); --- | The 'nextToken' string returned on a previous page that you use to get--- the next page of results in a paginated response.+-- | The 'nextToken' string returned on a previous page that you use to get the next page of results in a paginated response. grchNextToken :: Lens' GetResourceConfigHistory (Maybe Text) grchNextToken = lens _grchNextToken (\ s a -> s{_grchNextToken = a}); --- | The maximum number of configuration items returned on each page. The--- default is 10. You cannot specify a limit greater than 100. If you--- specify 0, AWS Config uses the default.+-- | The maximum number of configuration items returned on each page. The default is 10. You cannot specify a limit greater than 100. If you specify 0, AWS Config uses the default. grchLimit :: Lens' GetResourceConfigHistory (Maybe Natural) grchLimit = lens _grchLimit (\ s a -> s{_grchLimit = a}) . mapping _Nat; --- | The time stamp that indicates a later time. If not specified, current--- time is taken.+-- | The time stamp that indicates a later time. If not specified, current time is taken. grchLaterTime :: Lens' GetResourceConfigHistory (Maybe UTCTime) grchLaterTime = lens _grchLaterTime (\ s a -> s{_grchLaterTime = a}) . mapping _Time; --- | The time stamp that indicates an earlier time. If not specified, the--- action returns paginated results that contain configuration items that--- start from when the first configuration item was recorded.+-- | The time stamp that indicates an earlier time. If not specified, the action returns paginated results that contain configuration items that start from when the first configuration item was recorded. grchEarlierTime :: Lens' GetResourceConfigHistory (Maybe UTCTime) grchEarlierTime = lens _grchEarlierTime (\ s a -> s{_grchEarlierTime = a}) . mapping _Time; @@ -215,8 +199,7 @@ , _grchrsResponseStatus = pResponseStatus_ } --- | The string that you use in a subsequent request to get the next page of--- results in a paginated response.+-- | The string that you use in a subsequent request to get the next page of results in a paginated response. grchrsNextToken :: Lens' GetResourceConfigHistoryResponse (Maybe Text) grchrsNextToken = lens _grchrsNextToken (\ s a -> s{_grchrsNextToken = a});
gen/Network/AWS/Config/ListDiscoveredResources.hs view
@@ -18,22 +18,11 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Accepts a resource type and returns a list of resource identifiers for--- the resources of that type. A resource identifier includes the resource--- type, ID, and (if available) the custom resource name. The results--- consist of resources that AWS Config has discovered, including those--- that AWS Config is not currently recording. You can narrow the results--- to include only resources that have specific resource IDs or a resource--- name.+-- Accepts a resource type and returns a list of resource identifiers for the resources of that type. A resource identifier includes the resource type, ID, and (if available) the custom resource name. The results consist of resources that AWS Config has discovered, including those that AWS Config is not currently recording. You can narrow the results to include only resources that have specific resource IDs or a resource name. ----- You can specify either resource IDs or a resource name but not both in--- the same request.+-- You can specify either resource IDs or a resource name but not both in the same request. ----- The response is paginated, and by default AWS Config lists 100 resource--- identifiers on each page. You can customize this number with the 'limit'--- parameter. The response includes a 'nextToken' string, and to get the--- next page of results, run the request again and enter this string for--- the 'nextToken' parameter.+-- The response is paginated, and by default AWS Config lists 100 resource identifiers on each page. You can customize this number with the 'limit' parameter. The response includes a 'nextToken' string, and to get the next page of results, run the request again and enter this string for the 'nextToken' parameter. module Network.AWS.Config.ListDiscoveredResources ( -- * Creating a Request@@ -101,31 +90,23 @@ , _ldrResourceType = pResourceType_ } --- | The IDs of only those resources that you want AWS Config to list in the--- response. If you do not specify this parameter, AWS Config lists all--- resources of the specified type that it has discovered.+-- | The IDs of only those resources that you want AWS Config to list in the response. If you do not specify this parameter, AWS Config lists all resources of the specified type that it has discovered. ldrResourceIds :: Lens' ListDiscoveredResources [Text] ldrResourceIds = lens _ldrResourceIds (\ s a -> s{_ldrResourceIds = a}) . _Default . _Coerce; --- | The custom name of only those resources that you want AWS Config to list--- in the response. If you do not specify this parameter, AWS Config lists--- all resources of the specified type that it has discovered.+-- | The custom name of only those resources that you want AWS Config to list in the response. If you do not specify this parameter, AWS Config lists all resources of the specified type that it has discovered. ldrResourceName :: Lens' ListDiscoveredResources (Maybe Text) ldrResourceName = lens _ldrResourceName (\ s a -> s{_ldrResourceName = a}); --- | Specifies whether AWS Config includes deleted resources in the results.--- By default, deleted resources are not included.+-- | Specifies whether AWS Config includes deleted resources in the results. By default, deleted resources are not included. ldrIncludeDeletedResources :: Lens' ListDiscoveredResources (Maybe Bool) ldrIncludeDeletedResources = lens _ldrIncludeDeletedResources (\ s a -> s{_ldrIncludeDeletedResources = a}); --- | The 'nextToken' string returned on a previous page that you use to get--- the next page of results in a paginated response.+-- | The 'nextToken' string returned on a previous page that you use to get the next page of results in a paginated response. ldrNextToken :: Lens' ListDiscoveredResources (Maybe Text) ldrNextToken = lens _ldrNextToken (\ s a -> s{_ldrNextToken = a}); --- | The maximum number of resource identifiers returned on each page. The--- default is 100. You cannot specify a limit greater than 100. If you--- specify 0, AWS Config uses the default.+-- | The maximum number of resource identifiers returned on each page. The default is 100. You cannot specify a limit greater than 100. If you specify 0, AWS Config uses the default. ldrLimit :: Lens' ListDiscoveredResources (Maybe Natural) ldrLimit = lens _ldrLimit (\ s a -> s{_ldrLimit = a}) . mapping _Nat; @@ -203,14 +184,11 @@ , _ldrrsResponseStatus = pResponseStatus_ } --- | The string that you use in a subsequent request to get the next page of--- results in a paginated response.+-- | The string that you use in a subsequent request to get the next page of results in a paginated response. ldrrsNextToken :: Lens' ListDiscoveredResourcesResponse (Maybe Text) ldrrsNextToken = lens _ldrrsNextToken (\ s a -> s{_ldrrsNextToken = a}); --- | The details that identify a resource that is discovered by AWS Config,--- including the resource type, ID, and (if available) the custom resource--- name.+-- | The details that identify a resource that is discovered by AWS Config, including the resource type, ID, and (if available) the custom resource name. ldrrsResourceIdentifiers :: Lens' ListDiscoveredResourcesResponse [ResourceIdentifier] ldrrsResourceIdentifiers = lens _ldrrsResourceIdentifiers (\ s a -> s{_ldrrsResourceIdentifiers = a}) . _Default . _Coerce;
gen/Network/AWS/Config/PutConfigRule.hs view
@@ -18,40 +18,21 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Adds or updates an AWS Config rule for evaluating whether your AWS--- resources comply with your desired configurations.+-- Adds or updates an AWS Config rule for evaluating whether your AWS resources comply with your desired configurations. ----- You can use this action for customer managed Config rules and AWS--- managed Config rules. A customer managed Config rule is a custom rule--- that you develop and maintain. An AWS managed Config rule is a--- customizable, predefined rule that is provided by AWS Config.+-- You can use this action for customer managed Config rules and AWS managed Config rules. A customer managed Config rule is a custom rule that you develop and maintain. An AWS managed Config rule is a customizable, predefined rule that is provided by AWS Config. ----- If you are adding a new customer managed Config rule, you must first--- create the AWS Lambda function that the rule invokes to evaluate your--- resources. When you use the 'PutConfigRule' action to add the rule to--- AWS Config, you must specify the Amazon Resource Name (ARN) that AWS--- Lambda assigns to the function. Specify the ARN for the--- 'SourceIdentifier' key. This key is part of the 'Source' object, which--- is part of the 'ConfigRule' object.+-- If you are adding a new customer managed Config rule, you must first create the AWS Lambda function that the rule invokes to evaluate your resources. When you use the 'PutConfigRule' action to add the rule to AWS Config, you must specify the Amazon Resource Name (ARN) that AWS Lambda assigns to the function. Specify the ARN for the 'SourceIdentifier' key. This key is part of the 'Source' object, which is part of the 'ConfigRule' object. ----- If you are adding a new AWS managed Config rule, specify the rule\'s--- identifier for the 'SourceIdentifier' key. To reference AWS managed--- Config rule identifiers, see--- <http://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_use-managed-rules.html Using AWS Managed Config Rules>.+-- If you are adding a new AWS managed Config rule, specify the rule\'s identifier for the 'SourceIdentifier' key. To reference AWS managed Config rule identifiers, see <http://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_use-managed-rules.html Using AWS Managed Config Rules>. ----- For any new rule that you add, specify the 'ConfigRuleName' in the--- 'ConfigRule' object. Do not specify the 'ConfigRuleArn' or the--- 'ConfigRuleId'. These values are generated by AWS Config for new rules.+-- For any new rule that you add, specify the 'ConfigRuleName' in the 'ConfigRule' object. Do not specify the 'ConfigRuleArn' or the 'ConfigRuleId'. These values are generated by AWS Config for new rules. ----- If you are updating a rule that you have added previously, specify the--- rule\'s 'ConfigRuleName', 'ConfigRuleId', or 'ConfigRuleArn' in the--- 'ConfigRule' data type that you use in this request.+-- If you are updating a rule that you have added previously, specify the rule\'s 'ConfigRuleName', 'ConfigRuleId', or 'ConfigRuleArn' in the 'ConfigRule' data type that you use in this request. -- -- The maximum number of rules that AWS Config supports is 25. ----- For more information about developing and using AWS Config rules, see--- <http://docs.aws.amazon.com/config/latest/developerguide/evaluate-config.html Evaluating AWS Resource Configurations with AWS Config>--- in the /AWS Config Developer Guide/.+-- For more information about developing and using AWS Config rules, see <http://docs.aws.amazon.com/config/latest/developerguide/evaluate-config.html Evaluating AWS Resource Configurations with AWS Config> in the /AWS Config Developer Guide/. -- module Network.AWS.Config.PutConfigRule (
gen/Network/AWS/Config/PutConfigurationRecorder.hs view
@@ -18,18 +18,13 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates a new configuration recorder to record the selected resource--- configurations.+-- Creates a new configuration recorder to record the selected resource configurations. ----- You can use this action to change the role 'roleARN' and\/or the--- 'recordingGroup' of an existing recorder. To change the role, call the--- action on the existing configuration recorder and specify a role.+-- You can use this action to change the role 'roleARN' and\/or the 'recordingGroup' of an existing recorder. To change the role, call the action on the existing configuration recorder and specify a role. -- -- Currently, you can specify only one configuration recorder per account. ----- If 'ConfigurationRecorder' does not have the __recordingGroup__--- parameter specified, the default is to record all supported resource--- types.+-- If 'ConfigurationRecorder' does not have the __recordingGroup__ parameter specified, the default is to record all supported resource types. module Network.AWS.Config.PutConfigurationRecorder ( -- * Creating a Request@@ -70,8 +65,7 @@ { _pcrConfigurationRecorder = pConfigurationRecorder_ } --- | The configuration recorder object that records each configuration change--- made to the resources.+-- | The configuration recorder object that records each configuration change made to the resources. pcrConfigurationRecorder :: Lens' PutConfigurationRecorder ConfigurationRecorder pcrConfigurationRecorder = lens _pcrConfigurationRecorder (\ s a -> s{_pcrConfigurationRecorder = a});
gen/Network/AWS/Config/PutDeliveryChannel.hs view
@@ -18,15 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates a new delivery channel object to deliver the configuration--- information to an Amazon S3 bucket, and to an Amazon SNS topic.+-- Creates a new delivery channel object to deliver the configuration information to an Amazon S3 bucket, and to an Amazon SNS topic. ----- You can use this action to change the Amazon S3 bucket or an Amazon SNS--- topic of the existing delivery channel. To change the Amazon S3 bucket--- or an Amazon SNS topic, call this action and specify the changed values--- for the S3 bucket and the SNS topic. If you specify a different value--- for either the S3 bucket or the SNS topic, this action will keep the--- existing value for the parameter that is not changed.+-- You can use this action to change the Amazon S3 bucket or an Amazon SNS topic of the existing delivery channel. To change the Amazon S3 bucket or an Amazon SNS topic, call this action and specify the changed values for the S3 bucket and the SNS topic. If you specify a different value for either the S3 bucket or the SNS topic, this action will keep the existing value for the parameter that is not changed. -- -- Currently, you can specify only one delivery channel per account. module Network.AWS.Config.PutDeliveryChannel@@ -69,9 +63,7 @@ { _pdcDeliveryChannel = pDeliveryChannel_ } --- | The configuration delivery channel object that delivers the--- configuration information to an Amazon S3 bucket, and to an Amazon SNS--- topic.+-- | The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket, and to an Amazon SNS topic. pdcDeliveryChannel :: Lens' PutDeliveryChannel DeliveryChannel pdcDeliveryChannel = lens _pdcDeliveryChannel (\ s a -> s{_pdcDeliveryChannel = a});
gen/Network/AWS/Config/PutEvaluations.hs view
@@ -18,9 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Used by an AWS Lambda function to deliver evaluation results to AWS--- Config. This action is required in every AWS Lambda function that is--- invoked by an AWS Config rule.+-- Used by an AWS Lambda function to deliver evaluation results to AWS Config. This action is required in every AWS Lambda function that is invoked by an AWS Config rule. module Network.AWS.Config.PutEvaluations ( -- * Creating a Request@@ -67,14 +65,11 @@ , _peResultToken = pResultToken_ } --- | The assessments that the AWS Lambda function performs. Each evaluation--- identifies an AWS resource and indicates whether it complies with the--- AWS Config rule that invokes the AWS Lambda function.+-- | The assessments that the AWS Lambda function performs. Each evaluation identifies an AWS resource and indicates whether it complies with the AWS Config rule that invokes the AWS Lambda function. peEvaluations :: Lens' PutEvaluations [Evaluation] peEvaluations = lens _peEvaluations (\ s a -> s{_peEvaluations = a}) . _Default . _Coerce; --- | An encrypted token that associates an evaluation with an AWS Config--- rule. Identifies the rule and the event that triggered the evaluation+-- | An encrypted token that associates an evaluation with an AWS Config rule. Identifies the rule and the event that triggered the evaluation peResultToken :: Lens' PutEvaluations Text peResultToken = lens _peResultToken (\ s a -> s{_peResultToken = a});
gen/Network/AWS/Config/StartConfigurationRecorder.hs view
@@ -18,11 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Starts recording configurations of the AWS resources you have selected--- to record in your AWS account.+-- Starts recording configurations of the AWS resources you have selected to record in your AWS account. ----- You must have created at least one delivery channel to successfully--- start the configuration recorder.+-- You must have created at least one delivery channel to successfully start the configuration recorder. module Network.AWS.Config.StartConfigurationRecorder ( -- * Creating a Request@@ -63,8 +61,7 @@ { _sConfigurationRecorderName = pConfigurationRecorderName_ } --- | The name of the recorder object that records each configuration change--- made to the resources.+-- | The name of the recorder object that records each configuration change made to the resources. sConfigurationRecorderName :: Lens' StartConfigurationRecorder Text sConfigurationRecorderName = lens _sConfigurationRecorderName (\ s a -> s{_sConfigurationRecorderName = a});
gen/Network/AWS/Config/StopConfigurationRecorder.hs view
@@ -18,8 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Stops recording configurations of the AWS resources you have selected to--- record in your AWS account.+-- Stops recording configurations of the AWS resources you have selected to record in your AWS account. module Network.AWS.Config.StopConfigurationRecorder ( -- * Creating a Request@@ -60,8 +59,7 @@ { _scrConfigurationRecorderName = pConfigurationRecorderName_ } --- | The name of the recorder object that records each configuration change--- made to the resources.+-- | The name of the recorder object that records each configuration change made to the resources. scrConfigurationRecorderName :: Lens' StopConfigurationRecorder Text scrConfigurationRecorderName = lens _scrConfigurationRecorderName (\ s a -> s{_scrConfigurationRecorderName = a});
gen/Network/AWS/Config/Types.hs view
@@ -340,8 +340,7 @@ | has (hasStatus 509) e = Just "limit_exceeded" | otherwise = Nothing --- | The specified time range is not valid. The earlier time is not--- chronologically before the later time.+-- | The specified time range is not valid. The earlier time is not chronologically before the later time. _InvalidTimeRangeException :: AsError a => Getting (First ServiceError) a ServiceError _InvalidTimeRangeException = _ServiceError . hasCode "InvalidTimeRangeException"@@ -351,9 +350,7 @@ _InvalidSNSTopicARNException = _ServiceError . hasCode "InvalidSNSTopicARNException" --- | AWS Config throws an exception if the recording group does not contain a--- valid list of resource types. Invalid values could also be incorrectly--- formatted.+-- | AWS Config throws an exception if the recording group does not contain a valid list of resource types. Invalid values could also be incorrectly formatted. _InvalidRecordingGroupException :: AsError a => Getting (First ServiceError) a ServiceError _InvalidRecordingGroupException = _ServiceError . hasCode "InvalidRecordingGroupException"@@ -366,8 +363,7 @@ _InvalidRoleException :: AsError a => Getting (First ServiceError) a ServiceError _InvalidRoleException = _ServiceError . hasCode "InvalidRoleException" --- | You cannot delete the delivery channel you specified because the--- configuration recorder is running.+-- | You cannot delete the delivery channel you specified because the configuration recorder is running. _LastDeliveryChannelDeleteFailedException :: AsError a => Getting (First ServiceError) a ServiceError _LastDeliveryChannelDeleteFailedException = _ServiceError . hasCode "LastDeliveryChannelDeleteFailedException"@@ -381,8 +377,7 @@ _InvalidDeliveryChannelNameException = _ServiceError . hasCode "InvalidDeliveryChannelNameException" --- | One or more of the specified parameters are invalid. Verify that your--- parameters are valid and try again.+-- | One or more of the specified parameters are invalid. Verify that your parameters are valid and try again. _InvalidParameterValueException :: AsError a => Getting (First ServiceError) a ServiceError _InvalidParameterValueException = _ServiceError . hasCode "InvalidParameterValueException"@@ -397,43 +392,35 @@ _NoSuchDeliveryChannelException = _ServiceError . hasCode "NoSuchDeliveryChannelException" --- | One or more AWS Config rules in the request are invalid. Verify that the--- rule names are correct and try again.+-- | One or more AWS Config rules in the request are invalid. Verify that the rule names are correct and try again. _NoSuchConfigRuleException :: AsError a => Getting (First ServiceError) a ServiceError _NoSuchConfigRuleException = _ServiceError . hasCode "NoSuchConfigRuleException" -- | Indicates one of the following errors: ----- - The rule cannot be created because the IAM role assigned to AWS--- Config lacks permissions to perform the config:Put* action.--- - The AWS Lambda function cannot be invoked. Check the function ARN,--- and check the function\'s permissions.+-- - The rule cannot be created because the IAM role assigned to AWS Config lacks permissions to perform the config:Put* action.+-- - The AWS Lambda function cannot be invoked. Check the function ARN, and check the function\'s permissions. _InsufficientPermissionsException :: AsError a => Getting (First ServiceError) a ServiceError _InsufficientPermissionsException = _ServiceError . hasCode "InsufficientPermissionsException" --- | You have specified a resource that is either unknown or has not been--- discovered.+-- | You have specified a resource that is either unknown or has not been discovered. _ResourceNotDiscoveredException :: AsError a => Getting (First ServiceError) a ServiceError _ResourceNotDiscoveredException = _ServiceError . hasCode "ResourceNotDiscoveredException" --- | The specified next token is invalid. Specify the 'nextToken' string that--- was returned in the previous response to get the next page of results.+-- | The specified next token is invalid. Specify the 'nextToken' string that was returned in the previous response to get the next page of results. _InvalidNextTokenException :: AsError a => Getting (First ServiceError) a ServiceError _InvalidNextTokenException = _ServiceError . hasCode "InvalidNextTokenException" --- | Failed to add the AWS Config rule because the account already contains--- the maximum number of 25 rules. Consider deleting any deactivated rules--- before adding new rules.+-- | Failed to add the AWS Config rule because the account already contains the maximum number of 25 rules. Consider deleting any deactivated rules before adding new rules. _MaxNumberOfConfigRulesExceededException :: AsError a => Getting (First ServiceError) a ServiceError _MaxNumberOfConfigRulesExceededException = _ServiceError . hasCode "MaxNumberOfConfigRulesExceededException" --- | There are no configuration recorders available to provide the role--- needed to describe your resources. Create a configuration recorder.+-- | There are no configuration recorders available to provide the role needed to describe your resources. Create a configuration recorder. _NoAvailableConfigurationRecorderException :: AsError a => Getting (First ServiceError) a ServiceError _NoAvailableConfigurationRecorderException = _ServiceError . hasCode "NoAvailableConfigurationRecorderException"@@ -468,8 +455,7 @@ _InsufficientDeliveryPolicyException = _ServiceError . hasCode "InsufficientDeliveryPolicyException" --- | You have reached the limit on the number of delivery channels you can--- create.+-- | You have reached the limit on the number of delivery channels you can create. _MaxNumberOfDeliveryChannelsExceededException :: AsError a => Getting (First ServiceError) a ServiceError _MaxNumberOfDeliveryChannelsExceededException = _ServiceError . hasCode "MaxNumberOfDeliveryChannelsExceededException"
gen/Network/AWS/Config/Types/Product.hs view
@@ -21,8 +21,7 @@ import Network.AWS.Lens import Network.AWS.Prelude --- | Indicates whether an AWS resource or AWS Config rule is compliant and--- provides the number of contributors that affect the compliance.+-- | Indicates whether an AWS resource or AWS Config rule is compliant and provides the number of contributors that affect the compliance. -- -- /See:/ 'compliance' smart constructor. data Compliance = Compliance'@@ -45,27 +44,19 @@ , _cComplianceType = Nothing } --- | The number of AWS resources or AWS Config rules that cause a result of--- 'NON_COMPLIANT', up to a maximum number.+-- | The number of AWS resources or AWS Config rules that cause a result of 'NON_COMPLIANT', up to a maximum number. cComplianceContributorCount :: Lens' Compliance (Maybe ComplianceContributorCount) cComplianceContributorCount = lens _cComplianceContributorCount (\ s a -> s{_cComplianceContributorCount = a}); -- | Indicates whether an AWS resource or AWS Config rule is compliant. ----- A resource is compliant if it complies with all of the AWS Config rules--- that evaluate it, and it is noncompliant if it does not comply with one--- or more of these rules.+-- A resource is compliant if it complies with all of the AWS Config rules that evaluate it, and it is noncompliant if it does not comply with one or more of these rules. ----- A rule is compliant if all of the resources that the rule evaluates--- comply with it, and it is noncompliant if any of these resources do not--- comply.+-- A rule is compliant if all of the resources that the rule evaluates comply with it, and it is noncompliant if any of these resources do not comply. ----- AWS Config returns the 'INSUFFICIENT_DATA' value when no evaluation--- results are available for the AWS resource or Config rule.+-- AWS Config returns the 'INSUFFICIENT_DATA' value when no evaluation results are available for the AWS resource or Config rule. ----- For the 'Compliance' data type, AWS Config supports only 'COMPLIANT',--- 'NON_COMPLIANT', and 'INSUFFICIENT_DATA' values. AWS Config does not--- support the 'NOT_APPLICABLE' value for the 'Compliance' data type.+-- For the 'Compliance' data type, AWS Config supports only 'COMPLIANT', 'NON_COMPLIANT', and 'INSUFFICIENT_DATA' values. AWS Config does not support the 'NOT_APPLICABLE' value for the 'Compliance' data type. cComplianceType :: Lens' Compliance (Maybe ComplianceType) cComplianceType = lens _cComplianceType (\ s a -> s{_cComplianceType = a}); @@ -81,9 +72,7 @@ instance NFData Compliance --- | Indicates whether an AWS Config rule is compliant. A rule is compliant--- if all of the resources that the rule evaluated comply with it, and it--- is noncompliant if any of these resources do not comply.+-- | Indicates whether an AWS Config rule is compliant. A rule is compliant if all of the resources that the rule evaluated comply with it, and it is noncompliant if any of these resources do not comply. -- -- /See:/ 'complianceByConfigRule' smart constructor. data ComplianceByConfigRule = ComplianceByConfigRule'@@ -125,10 +114,7 @@ instance NFData ComplianceByConfigRule --- | Indicates whether an AWS resource that is evaluated according to one or--- more AWS Config rules is compliant. A resource is compliant if it--- complies with all of the rules that evaluate it, and it is noncompliant--- if it does not comply with one or more of these rules.+-- | Indicates whether an AWS resource that is evaluated according to one or more AWS Config rules is compliant. A resource is compliant if it complies with all of the rules that evaluate it, and it is noncompliant if it does not comply with one or more of these rules. -- -- /See:/ 'complianceByResource' smart constructor. data ComplianceByResource = ComplianceByResource'@@ -163,8 +149,7 @@ cbrResourceType :: Lens' ComplianceByResource (Maybe Text) cbrResourceType = lens _cbrResourceType (\ s a -> s{_cbrResourceType = a}); --- | Indicates whether the AWS resource complies with all of the AWS Config--- rules that evaluated it.+-- | Indicates whether the AWS resource complies with all of the AWS Config rules that evaluated it. cbrCompliance :: Lens' ComplianceByResource (Maybe Compliance) cbrCompliance = lens _cbrCompliance (\ s a -> s{_cbrCompliance = a}); @@ -180,8 +165,7 @@ instance NFData ComplianceByResource --- | The number of AWS resources or AWS Config rules responsible for the--- current compliance of the item, up to a maximum number.+-- | The number of AWS resources or AWS Config rules responsible for the current compliance of the item, up to a maximum number. -- -- /See:/ 'complianceContributorCount' smart constructor. data ComplianceContributorCount = ComplianceContributorCount'@@ -204,8 +188,7 @@ , _cccCapExceeded = Nothing } --- | The number of AWS resources or AWS Config rules responsible for the--- current compliance of the item.+-- | The number of AWS resources or AWS Config rules responsible for the current compliance of the item. cccCappedCount :: Lens' ComplianceContributorCount (Maybe Int) cccCappedCount = lens _cccCappedCount (\ s a -> s{_cccCappedCount = a}); @@ -224,8 +207,7 @@ instance NFData ComplianceContributorCount --- | The number of AWS Config rules or AWS resources that are compliant and--- noncompliant, up to a maximum.+-- | The number of AWS Config rules or AWS resources that are compliant and noncompliant, up to a maximum. -- -- /See:/ 'complianceSummary' smart constructor. data ComplianceSummary = ComplianceSummary'@@ -256,13 +238,11 @@ csComplianceSummaryTimestamp :: Lens' ComplianceSummary (Maybe UTCTime) csComplianceSummaryTimestamp = lens _csComplianceSummaryTimestamp (\ s a -> s{_csComplianceSummaryTimestamp = a}) . mapping _Time; --- | The number of AWS Config rules or AWS resources that are compliant, up--- to a maximum of 25 for rules and 100 for resources.+-- | The number of AWS Config rules or AWS resources that are compliant, up to a maximum of 25 for rules and 100 for resources. csCompliantResourceCount :: Lens' ComplianceSummary (Maybe ComplianceContributorCount) csCompliantResourceCount = lens _csCompliantResourceCount (\ s a -> s{_csCompliantResourceCount = a}); --- | The number of AWS Config rules or AWS resources that are noncompliant,--- up to a maximum of 25 for rules and 100 for resources.+-- | The number of AWS Config rules or AWS resources that are noncompliant, up to a maximum of 25 for rules and 100 for resources. csNonCompliantResourceCount :: Lens' ComplianceSummary (Maybe ComplianceContributorCount) csNonCompliantResourceCount = lens _csNonCompliantResourceCount (\ s a -> s{_csNonCompliantResourceCount = a}); @@ -279,8 +259,7 @@ instance NFData ComplianceSummary --- | The number of AWS resources of a specific type that are compliant or--- noncompliant, up to a maximum of 100 for each compliance.+-- | The number of AWS resources of a specific type that are compliant or noncompliant, up to a maximum of 100 for each compliance. -- -- /See:/ 'complianceSummaryByResourceType' smart constructor. data ComplianceSummaryByResourceType = ComplianceSummaryByResourceType'@@ -307,8 +286,7 @@ csbrtResourceType :: Lens' ComplianceSummaryByResourceType (Maybe Text) csbrtResourceType = lens _csbrtResourceType (\ s a -> s{_csbrtResourceType = a}); --- | The number of AWS resources that are compliant or noncompliant, up to a--- maximum of 100 for each compliance.+-- | The number of AWS resources that are compliant or noncompliant, up to a maximum of 100 for each compliance. csbrtComplianceSummary :: Lens' ComplianceSummaryByResourceType (Maybe ComplianceSummary) csbrtComplianceSummary = lens _csbrtComplianceSummary (\ s a -> s{_csbrtComplianceSummary = a}); @@ -325,8 +303,7 @@ instance NFData ComplianceSummaryByResourceType --- | A list that contains the status of the delivery of either the snapshot--- or the configuration history to the specified Amazon S3 bucket.+-- | A list that contains the status of the delivery of either the snapshot or the configuration history to the specified Amazon S3 bucket. -- -- /See:/ 'configExportDeliveryInfo' smart constructor. data ConfigExportDeliveryInfo = ConfigExportDeliveryInfo'@@ -404,15 +381,9 @@ instance NFData ConfigExportDeliveryInfo --- | An AWS Lambda function that evaluates configuration items to assess--- whether your AWS resources comply with your desired configurations. This--- function can run when AWS Config detects a configuration change to an--- AWS resource, or when it delivers a configuration snapshot of the--- resources in the account.+-- | An AWS Lambda function that evaluates configuration items to assess whether your AWS resources comply with your desired configurations. This function can run when AWS Config detects a configuration change to an AWS resource, or when it delivers a configuration snapshot of the resources in the account. ----- For more information about developing and using AWS Config rules, see--- <http://docs.aws.amazon.com/config/latest/developerguide/evaluate-config.html Evaluating AWS Resource Configurations with AWS Config>--- in the /AWS Config Developer Guide/.+-- For more information about developing and using AWS Config rules, see <http://docs.aws.amazon.com/config/latest/developerguide/evaluate-config.html Evaluating AWS Resource Configurations with AWS Config> in the /AWS Config Developer Guide/. -- -- /See:/ 'configRule' smart constructor. data ConfigRule = ConfigRule'@@ -464,25 +435,17 @@ , _crSource = pSource_ } --- | A string in JSON format that is passed to the AWS Config rule Lambda--- function.+-- | A string in JSON format that is passed to the AWS Config rule Lambda function. crInputParameters :: Lens' ConfigRule (Maybe Text) crInputParameters = lens _crInputParameters (\ s a -> s{_crInputParameters = a}); --- | The name that you assign to the AWS Config rule. The name is required if--- you are adding a new rule.+-- | The name that you assign to the AWS Config rule. The name is required if you are adding a new rule. crConfigRuleName :: Lens' ConfigRule (Maybe Text) crConfigRuleName = lens _crConfigRuleName (\ s a -> s{_crConfigRuleName = a}); -- | The maximum frequency at which the AWS Config rule runs evaluations. ----- If your rule is periodic, meaning it runs an evaluation when AWS Config--- delivers a configuration snapshot, then it cannot run evaluations more--- frequently than AWS Config delivers the snapshots. For periodic rules,--- set the value of the 'MaximumExecutionFrequency' key to be equal to or--- greater than the value of the 'deliveryFrequency' key, which is part of--- 'ConfigSnapshotDeliveryProperties'. To update the frequency with which--- AWS Config delivers your snapshots, use the 'PutDeliveryChannel' action.+-- If your rule is periodic, meaning it runs an evaluation when AWS Config delivers a configuration snapshot, then it cannot run evaluations more frequently than AWS Config delivers the snapshots. For periodic rules, set the value of the 'MaximumExecutionFrequency' key to be equal to or greater than the value of the 'deliveryFrequency' key, which is part of 'ConfigSnapshotDeliveryProperties'. To update the frequency with which AWS Config delivers your snapshots, use the 'PutDeliveryChannel' action. crMaximumExecutionFrequency :: Lens' ConfigRule (Maybe MaximumExecutionFrequency) crMaximumExecutionFrequency = lens _crMaximumExecutionFrequency (\ s a -> s{_crMaximumExecutionFrequency = a}); @@ -490,26 +453,15 @@ crConfigRuleId :: Lens' ConfigRule (Maybe Text) crConfigRuleId = lens _crConfigRuleId (\ s a -> s{_crConfigRuleId = a}); --- | 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.+-- | 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. crScope :: Lens' ConfigRule (Maybe Scope) crScope = lens _crScope (\ s a -> s{_crScope = a}); --- | Indicates whether the AWS Config rule is active or currently being--- deleted by AWS Config.+-- | Indicates whether the AWS Config rule is active or currently being deleted by AWS Config. ----- AWS Config sets the state of a rule to 'DELETING' temporarily after you--- use the 'DeleteConfigRule' request to delete the rule. After AWS Config--- finishes deleting a rule, the rule and all of its evaluations are erased--- and no longer available.+-- AWS Config sets the state of a rule to 'DELETING' temporarily after you use the 'DeleteConfigRule' request to delete the rule. After AWS Config finishes deleting a rule, the rule and all of its evaluations are erased and no longer available. ----- You cannot add a rule to AWS Config that has the state set to--- 'DELETING'. If you want to delete a rule, you must use the--- 'DeleteConfigRule' request.+-- You cannot add a rule to AWS Config that has the state set to 'DELETING'. If you want to delete a rule, you must use the 'DeleteConfigRule' request. crConfigRuleState :: Lens' ConfigRule (Maybe ConfigRuleState) crConfigRuleState = lens _crConfigRuleState (\ s a -> s{_crConfigRuleState = a}); @@ -521,8 +473,7 @@ crConfigRuleARN :: Lens' ConfigRule (Maybe Text) crConfigRuleARN = lens _crConfigRuleARN (\ s a -> s{_crConfigRuleARN = a}); --- | Provides the rule owner (AWS or customer), the rule identifier, and the--- events that cause the function to evaluate your AWS resources.+-- | Provides the rule owner (AWS or customer), the rule identifier, and the events that cause the function to evaluate your AWS resources. crSource :: Lens' ConfigRule Source crSource = lens _crSource (\ s a -> s{_crSource = a}); @@ -560,12 +511,9 @@ ("ConfigRuleArn" .=) <$> _crConfigRuleARN, Just ("Source" .= _crSource)]) --- | Status information for your AWS managed Config rules. The status--- includes information such as the last time the rule ran, the last time--- it failed, and the related error for the last failure.+-- | Status information for your AWS managed Config rules. The status includes information such as the last time the rule ran, the last time it failed, and the related error for the last failure. ----- This action does not return status information about customer managed--- Config rules.+-- This action does not return status information about customer managed Config rules. -- -- /See:/ 'configRuleEvaluationStatus' smart constructor. data ConfigRuleEvaluationStatus = ConfigRuleEvaluationStatus'@@ -628,8 +576,7 @@ cresLastErrorCode :: Lens' ConfigRuleEvaluationStatus (Maybe Text) cresLastErrorCode = lens _cresLastErrorCode (\ s a -> s{_cresLastErrorCode = a}); --- | The time that AWS Config last failed to evaluate your AWS resources--- against the rule.+-- | The time that AWS Config last failed to evaluate your AWS resources against the rule. cresLastFailedEvaluationTime :: Lens' ConfigRuleEvaluationStatus (Maybe UTCTime) cresLastFailedEvaluationTime = lens _cresLastFailedEvaluationTime (\ s a -> s{_cresLastFailedEvaluationTime = a}) . mapping _Time; @@ -637,8 +584,7 @@ cresFirstActivatedTime :: Lens' ConfigRuleEvaluationStatus (Maybe UTCTime) cresFirstActivatedTime = lens _cresFirstActivatedTime (\ s a -> s{_cresFirstActivatedTime = a}) . mapping _Time; --- | The time that AWS Config last successfully evaluated your AWS resources--- against the rule.+-- | The time that AWS Config last successfully evaluated your AWS resources against the rule. cresLastSuccessfulEvaluationTime :: Lens' ConfigRuleEvaluationStatus (Maybe UTCTime) cresLastSuccessfulEvaluationTime = lens _cresLastSuccessfulEvaluationTime (\ s a -> s{_cresLastSuccessfulEvaluationTime = a}) . mapping _Time; @@ -654,23 +600,18 @@ cresConfigRuleId :: Lens' ConfigRuleEvaluationStatus (Maybe Text) cresConfigRuleId = lens _cresConfigRuleId (\ s a -> s{_cresConfigRuleId = a}); --- | The time that AWS Config last failed to invoke the AWS Config rule to--- evaluate your AWS resources.+-- | The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources. cresLastFailedInvocationTime :: Lens' ConfigRuleEvaluationStatus (Maybe UTCTime) cresLastFailedInvocationTime = lens _cresLastFailedInvocationTime (\ s a -> s{_cresLastFailedInvocationTime = a}) . mapping _Time; --- | Indicates whether AWS Config has evaluated your resources against the--- rule at least once.+-- | Indicates whether AWS Config has evaluated your resources against the rule at least once. ----- - 'true' - AWS Config has evaluated your AWS resources against the--- rule at least once.--- - 'false' - AWS Config has not once finished evaluating your AWS--- resources against the rule.+-- - 'true' - AWS Config has evaluated your AWS resources against the rule at least once.+-- - 'false' - AWS Config has not once finished evaluating your AWS resources against the rule. cresFirstEvaluationStarted :: Lens' ConfigRuleEvaluationStatus (Maybe Bool) cresFirstEvaluationStarted = lens _cresFirstEvaluationStarted (\ s a -> s{_cresFirstEvaluationStarted = a}); --- | The time that AWS Config last successfully invoked the AWS Config rule--- to evaluate your AWS resources.+-- | The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources. cresLastSuccessfulInvocationTime :: Lens' ConfigRuleEvaluationStatus (Maybe UTCTime) cresLastSuccessfulInvocationTime = lens _cresLastSuccessfulInvocationTime (\ s a -> s{_cresLastSuccessfulInvocationTime = a}) . mapping _Time; @@ -699,8 +640,7 @@ instance NFData ConfigRuleEvaluationStatus --- | Options for how AWS Config delivers configuration snapshots to the--- Amazon S3 bucket in your delivery channel.+-- | Options for how AWS Config delivers configuration snapshots to the Amazon S3 bucket in your delivery channel. -- -- /See:/ 'configSnapshotDeliveryProperties' smart constructor. newtype ConfigSnapshotDeliveryProperties = ConfigSnapshotDeliveryProperties'@@ -719,8 +659,7 @@ { _csdpDeliveryFrequency = Nothing } --- | The frequency with which a AWS Config recurringly delivers configuration--- snapshots.+-- | The frequency with which a AWS Config recurringly delivers configuration snapshots. csdpDeliveryFrequency :: Lens' ConfigSnapshotDeliveryProperties (Maybe MaximumExecutionFrequency) csdpDeliveryFrequency = lens _csdpDeliveryFrequency (\ s a -> s{_csdpDeliveryFrequency = a}); @@ -744,8 +683,7 @@ [("deliveryFrequency" .=) <$> _csdpDeliveryFrequency]) --- | A list that contains the status of the delivery of the configuration--- stream notification to the Amazon SNS topic.+-- | A list that contains the status of the delivery of the configuration stream notification to the Amazon SNS topic. -- -- /See:/ 'configStreamDeliveryInfo' smart constructor. data ConfigStreamDeliveryInfo = ConfigStreamDeliveryInfo'@@ -786,10 +724,7 @@ -- | Status of the last attempted delivery. ----- __Note__ Providing an SNS topic on a--- <http://docs.aws.amazon.com/config/latest/APIReference/API_DeliveryChannel.html DeliveryChannel>--- for AWS Config is optional. If the SNS delivery is turned off, the last--- status will be __Not_Applicable__.+-- __Note__ Providing an SNS topic on a <http://docs.aws.amazon.com/config/latest/APIReference/API_DeliveryChannel.html DeliveryChannel> for AWS Config is optional. If the SNS delivery is turned off, the last status will be __Not_Applicable__. csdiLastStatus :: Lens' ConfigStreamDeliveryInfo (Maybe DeliveryStatus) csdiLastStatus = lens _csdiLastStatus (\ s a -> s{_csdiLastStatus = a}); @@ -813,8 +748,7 @@ -- | A list that contains detailed configurations of a specified resource. ----- Currently, the list does not contain information about non-AWS--- components (for example, applications on your Amazon EC2 instances).+-- Currently, the list does not contain information about non-AWS components (for example, applications on your Amazon EC2 instances). -- -- /See:/ 'configurationItem' smart constructor. data ConfigurationItem = ConfigurationItem'@@ -905,8 +839,7 @@ ciResourceType :: Lens' ConfigurationItem (Maybe ResourceType) ciResourceType = lens _ciResourceType (\ s a -> s{_ciResourceType = a}); --- | An identifier that indicates the ordering of the configuration items of--- a resource.+-- | An identifier that indicates the ordering of the configuration items of a resource. ciConfigurationStateId :: Lens' ConfigurationItem (Maybe Text) ciConfigurationStateId = lens _ciConfigurationStateId (\ s a -> s{_ciConfigurationStateId = a}); @@ -952,13 +885,9 @@ -- | 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--- <http://docs.aws.amazon.com/awscloudtrail/latest/userguide/what_is_cloud_trail_top_level.html What is AWS CloudTrail?>.+-- A populated field indicates that the current configuration was initiated by the events recorded in the CloudTrail log. For more information about CloudTrail, see <http://docs.aws.amazon.com/awscloudtrail/latest/userguide/what_is_cloud_trail_top_level.html What is AWS CloudTrail?>. ----- An empty field indicates that the current configuration was not--- initiated by any event.+-- An empty field indicates that the current configuration was not initiated by any event. ciRelatedEvents :: Lens' ConfigurationItem [Text] ciRelatedEvents = lens _ciRelatedEvents (\ s a -> s{_ciRelatedEvents = a}) . _Default . _Coerce; @@ -968,8 +897,7 @@ -- | 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.+-- You can use MD5 hash to compare the states of two or more configuration items that are associated with the same resource. ciConfigurationItemMD5Hash :: Lens' ConfigurationItem (Maybe Text) ciConfigurationItemMD5Hash = lens _ciConfigurationItemMD5Hash (\ s a -> s{_ciConfigurationItemMD5Hash = a}); @@ -1003,8 +931,7 @@ instance NFData ConfigurationItem --- | An object that represents the recording of configuration changes of an--- AWS resource.+-- | An object that represents the recording of configuration changes of an AWS resource. -- -- /See:/ 'configurationRecorder' smart constructor. data ConfigurationRecorder = ConfigurationRecorder'@@ -1031,19 +958,15 @@ , _crRoleARN = Nothing } --- | The name of the recorder. By default, AWS Config automatically assigns--- the name \"default\" when creating the configuration recorder. You--- cannot change the assigned name.+-- | The name of the recorder. By default, AWS Config automatically assigns the name \"default\" when creating the configuration recorder. You cannot change the assigned name. crName :: Lens' ConfigurationRecorder (Maybe Text) crName = lens _crName (\ s a -> s{_crName = a}); --- | Specifies the types of AWS resource for which AWS Config records--- configuration changes.+-- | Specifies the types of AWS resource for which AWS Config records configuration changes. crRecordingGroup :: Lens' ConfigurationRecorder (Maybe RecordingGroup) crRecordingGroup = lens _crRecordingGroup (\ s a -> s{_crRecordingGroup = a}); --- | Amazon Resource Name (ARN) of the IAM role used to describe the AWS--- resources associated with the account.+-- | Amazon Resource Name (ARN) of the IAM role used to describe the AWS resources associated with the account. crRoleARN :: Lens' ConfigurationRecorder (Maybe Text) crRoleARN = lens _crRoleARN (\ s a -> s{_crRoleARN = a}); @@ -1163,8 +1086,7 @@ instance NFData ConfigurationRecorderStatus --- | A logical container used for storing the configuration changes of an AWS--- resource.+-- | A logical container used for storing the configuration changes of an AWS resource. -- -- /See:/ 'deliveryChannel' smart constructor. data DeliveryChannel = DeliveryChannel'@@ -1203,14 +1125,11 @@ dcS3KeyPrefix :: Lens' DeliveryChannel (Maybe Text) dcS3KeyPrefix = lens _dcS3KeyPrefix (\ s a -> s{_dcS3KeyPrefix = a}); --- | The Amazon Resource Name (ARN) of the SNS topic that AWS Config delivers--- notifications to.+-- | The Amazon Resource Name (ARN) of the SNS topic that AWS Config delivers notifications to. dcSnsTopicARN :: Lens' DeliveryChannel (Maybe Text) dcSnsTopicARN = lens _dcSnsTopicARN (\ s a -> s{_dcSnsTopicARN = a}); --- | The name of the delivery channel. By default, AWS Config automatically--- assigns the name \"default\" when creating the delivery channel. You--- cannot change the assigned name.+-- | The name of the delivery channel. By default, AWS Config automatically assigns the name \"default\" when creating the delivery channel. You cannot change the assigned name. dcName :: Lens' DeliveryChannel (Maybe Text) dcName = lens _dcName (\ s a -> s{_dcName = a}); @@ -1218,8 +1137,7 @@ dcConfigSnapshotDeliveryProperties :: Lens' DeliveryChannel (Maybe ConfigSnapshotDeliveryProperties) dcConfigSnapshotDeliveryProperties = lens _dcConfigSnapshotDeliveryProperties (\ s a -> s{_dcConfigSnapshotDeliveryProperties = a}); --- | The name of the Amazon S3 bucket used to store configuration history for--- the delivery channel.+-- | The name of the Amazon S3 bucket used to store configuration history for the delivery channel. dcS3BucketName :: Lens' DeliveryChannel (Maybe Text) dcS3BucketName = lens _dcS3BucketName (\ s a -> s{_dcS3BucketName = a}); @@ -1281,18 +1199,15 @@ , _dcsName = Nothing } --- | A list containing the status of the delivery of the snapshot to the--- specified Amazon S3 bucket.+-- | A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket. dcsConfigSnapshotDeliveryInfo :: Lens' DeliveryChannelStatus (Maybe ConfigExportDeliveryInfo) dcsConfigSnapshotDeliveryInfo = lens _dcsConfigSnapshotDeliveryInfo (\ s a -> s{_dcsConfigSnapshotDeliveryInfo = a}); --- | A list containing the status of the delivery of the configuration stream--- notification to the specified Amazon SNS topic.+-- | A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic. dcsConfigStreamDeliveryInfo :: Lens' DeliveryChannelStatus (Maybe ConfigStreamDeliveryInfo) dcsConfigStreamDeliveryInfo = lens _dcsConfigStreamDeliveryInfo (\ s a -> s{_dcsConfigStreamDeliveryInfo = a}); --- | A list that contains the status of the delivery of the configuration--- history to the specified Amazon S3 bucket.+-- | A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket. dcsConfigHistoryDeliveryInfo :: Lens' DeliveryChannelStatus (Maybe ConfigExportDeliveryInfo) dcsConfigHistoryDeliveryInfo = lens _dcsConfigHistoryDeliveryInfo (\ s a -> s{_dcsConfigHistoryDeliveryInfo = a}); @@ -1314,8 +1229,7 @@ instance NFData DeliveryChannelStatus --- | Identifies an AWS resource and indicates whether it complies with the--- AWS Config rule that it was evaluated against.+-- | Identifies an AWS resource and indicates whether it complies with the AWS Config rule that it was evaluated against. -- -- /See:/ 'evaluation' smart constructor. data Evaluation = Evaluation'@@ -1354,8 +1268,7 @@ , _eOrderingTimestamp = _Time # pOrderingTimestamp_ } --- | Supplementary information about how the evaluation determined the--- compliance.+-- | Supplementary information about how the evaluation determined the compliance. eAnnotation :: Lens' Evaluation (Maybe Text) eAnnotation = lens _eAnnotation (\ s a -> s{_eAnnotation = a}); @@ -1367,25 +1280,15 @@ eComplianceResourceId :: Lens' Evaluation Text eComplianceResourceId = lens _eComplianceResourceId (\ s a -> s{_eComplianceResourceId = a}); --- | Indicates whether the AWS resource complies with the AWS Config rule--- that it was evaluated against.+-- | Indicates whether the AWS resource complies with the AWS Config rule that it was evaluated against. ----- For the 'Evaluation' data type, AWS Config supports only the--- 'COMPLIANT', 'NON_COMPLIANT', and 'NOT_APPLICABLE' values. AWS Config--- does not support the 'INSUFFICIENT_DATA' value for this data type.+-- For the 'Evaluation' data type, AWS Config supports only the 'COMPLIANT', 'NON_COMPLIANT', and 'NOT_APPLICABLE' values. AWS Config does not support the 'INSUFFICIENT_DATA' value for this data type. ----- Similarly, AWS Config does not accept 'INSUFFICIENT_DATA' as the value--- for 'ComplianceType' from a 'PutEvaluations' request. For example, an--- AWS Lambda function for a custom Config rule cannot pass an--- 'INSUFFICIENT_DATA' value to AWS Config.+-- Similarly, AWS Config does not accept 'INSUFFICIENT_DATA' as the value for 'ComplianceType' from a 'PutEvaluations' request. For example, an AWS Lambda function for a custom Config rule cannot pass an 'INSUFFICIENT_DATA' value to AWS Config. eComplianceType :: Lens' Evaluation ComplianceType eComplianceType = lens _eComplianceType (\ s a -> s{_eComplianceType = a}); --- | The time of the event in AWS Config that triggered the evaluation. For--- event-based evaluations, the time indicates when AWS Config created the--- configuration item that triggered the evaluation. For periodic--- evaluations, the time indicates when AWS Config delivered the--- configuration snapshot that triggered the evaluation.+-- | The time of the event in AWS Config that triggered the evaluation. For event-based evaluations, the time indicates when AWS Config created the configuration item that triggered the evaluation. For periodic evaluations, the time indicates when AWS Config delivered the configuration snapshot that triggered the evaluation. eOrderingTimestamp :: Lens' Evaluation UTCTime eOrderingTimestamp = lens _eOrderingTimestamp (\ s a -> s{_eOrderingTimestamp = a}) . _Time; @@ -1417,9 +1320,7 @@ Just ("ComplianceType" .= _eComplianceType), Just ("OrderingTimestamp" .= _eOrderingTimestamp)]) --- | The details of an AWS Config evaluation. Provides the AWS resource that--- was evaluated, the compliance of the resource, related timestamps, and--- supplementary information.+-- | The details of an AWS Config evaluation. Provides the AWS resource that was evaluated, the compliance of the resource, related timestamps, and supplementary information. -- -- /See:/ 'evaluationResult' smart constructor. data EvaluationResult = EvaluationResult'@@ -1462,8 +1363,7 @@ erEvaluationResultIdentifier :: Lens' EvaluationResult (Maybe EvaluationResultIdentifier) erEvaluationResultIdentifier = lens _erEvaluationResultIdentifier (\ s a -> s{_erEvaluationResultIdentifier = a}); --- | Supplementary information about how the evaluation determined the--- compliance.+-- | Supplementary information about how the evaluation determined the compliance. erAnnotation :: Lens' EvaluationResult (Maybe Text) erAnnotation = lens _erAnnotation (\ s a -> s{_erAnnotation = a}); @@ -1475,19 +1375,13 @@ erResultRecordedTime :: Lens' EvaluationResult (Maybe UTCTime) erResultRecordedTime = lens _erResultRecordedTime (\ s a -> s{_erResultRecordedTime = a}) . mapping _Time; --- | An encrypted token that associates an evaluation with an AWS Config--- rule. The token identifies the rule, the AWS resource being evaluated,--- and the event that triggered the evaluation.+-- | An encrypted token that associates an evaluation with an AWS Config rule. The token identifies the rule, the AWS resource being evaluated, and the event that triggered the evaluation. erResultToken :: Lens' EvaluationResult (Maybe Text) erResultToken = lens _erResultToken (\ s a -> s{_erResultToken = a}); --- | Indicates whether the AWS resource complies with the AWS Config rule--- that evaluated it.+-- | Indicates whether the AWS resource complies with the AWS Config rule that evaluated it. ----- For the 'EvaluationResult' data type, AWS Config supports only the--- 'COMPLIANT', 'NON_COMPLIANT', and 'NOT_APPLICABLE' values. AWS Config--- does not support the 'INSUFFICIENT_DATA' value for the--- 'EvaluationResult' data type.+-- For the 'EvaluationResult' data type, AWS Config supports only the 'COMPLIANT', 'NON_COMPLIANT', and 'NOT_APPLICABLE' values. AWS Config does not support the 'INSUFFICIENT_DATA' value for the 'EvaluationResult' data type. erComplianceType :: Lens' EvaluationResult (Maybe ComplianceType) erComplianceType = lens _erComplianceType (\ s a -> s{_erComplianceType = a}); @@ -1530,16 +1424,11 @@ , _eriOrderingTimestamp = Nothing } --- | Identifies an AWS Config rule used to evaluate an AWS resource, and--- provides the type and ID of the evaluated resource.+-- | Identifies an AWS Config rule used to evaluate an AWS resource, and provides the type and ID of the evaluated resource. eriEvaluationResultQualifier :: Lens' EvaluationResultIdentifier (Maybe EvaluationResultQualifier) eriEvaluationResultQualifier = lens _eriEvaluationResultQualifier (\ s a -> s{_eriEvaluationResultQualifier = a}); --- | The time of the event that triggered the evaluation of your AWS--- resources. The time can indicate when AWS Config delivered a--- configuration item change notification, or it can indicate when AWS--- Config delivered the configuration snapshot, depending on which event--- triggered the evaluation.+-- | The time of the event that triggered the evaluation of your AWS resources. The time can indicate when AWS Config delivered a configuration item change notification, or it can indicate when AWS Config delivered the configuration snapshot, depending on which event triggered the evaluation. eriOrderingTimestamp :: Lens' EvaluationResultIdentifier (Maybe UTCTime) eriOrderingTimestamp = lens _eriOrderingTimestamp (\ s a -> s{_eriOrderingTimestamp = a}) . mapping _Time; @@ -1555,8 +1444,7 @@ instance NFData EvaluationResultIdentifier --- | Identifies an AWS Config rule that evaluated an AWS resource, and--- provides the type and ID of the resource that the rule evaluated.+-- | Identifies an AWS Config rule that evaluated an AWS resource, and provides the type and ID of the resource that the rule evaluated. -- -- /See:/ 'evaluationResultQualifier' smart constructor. data EvaluationResultQualifier = EvaluationResultQualifier'@@ -1607,40 +1495,21 @@ instance NFData EvaluationResultQualifier --- | Specifies the types of AWS resource for which AWS Config records--- configuration changes.+-- | Specifies the types of AWS resource for which AWS Config records configuration changes. ----- In the recording group, you specify whether all supported types or--- specific types of resources are recorded.+-- In the recording group, you specify whether all supported types or specific types of resources are recorded. ----- By default, AWS Config records configuration changes for all supported--- types of regional resources that AWS Config discovers in the region in--- which it is running. Regional resources are tied to a region and can be--- used only in that region. Examples of regional resources are EC2--- instances and EBS volumes.+-- By default, AWS Config records configuration changes for all supported types of regional resources that AWS Config discovers in the region in which it is running. Regional resources are tied to a region and can be used only in that region. Examples of regional resources are EC2 instances and EBS volumes. ----- You can also have AWS Config record configuration changes for supported--- types of global resources (for example, IAM resources). Global resources--- are not tied to an individual region and can be used in all regions.+-- You can also have AWS Config record configuration changes for supported types of global resources (for example, IAM resources). Global resources are not tied to an individual region and can be used in all regions. ----- The configuration details for any global resource are the same in all--- regions. If you customize AWS Config in multiple regions to record--- global resources, it will create multiple configuration items each time--- a global resource changes: one configuration item for each region. These--- configuration items will contain identical data. To prevent duplicate--- configuration items, you should consider customizing AWS Config in only--- one region to record global resources, unless you want the configuration--- items to be available in multiple regions.+-- The configuration details for any global resource are the same in all regions. If you customize AWS Config in multiple regions to record global resources, it will create multiple configuration items each time a global resource changes: one configuration item for each region. These configuration items will contain identical data. To prevent duplicate configuration items, you should consider customizing AWS Config in only one region to record global resources, unless you want the configuration items to be available in multiple regions. ----- If you don\'t want AWS Config to record all resources, you can specify--- which types of resources it will record with the 'resourceTypes'--- parameter.+-- If you don\'t want AWS Config to record all resources, you can specify which types of resources it will record with the 'resourceTypes' parameter. ----- For a list of supported resource types, see--- <http://docs.aws.amazon.com/config/latest/developerguide/resource-config-reference.html#supported-resources Supported resource types>.+-- For a list of supported resource types, see <http://docs.aws.amazon.com/config/latest/developerguide/resource-config-reference.html#supported-resources Supported resource types>. ----- For more information, see--- <http://docs.aws.amazon.com/config/latest/developerguide/select-resources.html Selecting Which Resources AWS Config Records>.+-- For more information, see <http://docs.aws.amazon.com/config/latest/developerguide/select-resources.html Selecting Which Resources AWS Config Records>. -- -- /See:/ 'recordingGroup' smart constructor. data RecordingGroup = RecordingGroup'@@ -1667,49 +1536,31 @@ , _rgResourceTypes = Nothing } --- | Specifies whether AWS Config records configuration changes for every--- supported type of regional resource.+-- | Specifies whether AWS Config records configuration changes for every supported type of regional resource. ----- If you set this option to 'true', when AWS Config adds support for a new--- type of regional resource, it automatically starts recording resources--- of that type.+-- If you set this option to 'true', when AWS Config adds support for a new type of regional resource, it automatically starts recording resources of that type. ----- If you set this option to 'true', you cannot enumerate a list of--- 'resourceTypes'.+-- If you set this option to 'true', you cannot enumerate a list of 'resourceTypes'. rgAllSupported :: Lens' RecordingGroup (Maybe Bool) rgAllSupported = lens _rgAllSupported (\ s a -> s{_rgAllSupported = a}); --- | Specifies whether AWS Config includes all supported types of global--- resources (for example, IAM resources) with the resources that it--- records.+-- | Specifies whether AWS Config includes all supported types of global resources (for example, IAM resources) with the resources that it records. ----- Before you can set this option to 'true', you must set the--- 'allSupported' option to 'true'.+-- Before you can set this option to 'true', you must set the 'allSupported' option to 'true'. ----- If you set this option to 'true', when AWS Config adds support for a new--- type of global resource, it automatically starts recording resources of--- that type.+-- If you set this option to 'true', when AWS Config adds support for a new type of global resource, it automatically starts recording resources of that type. ----- The configuration details for any global resource are the same in all--- regions. To prevent duplicate configuration items, you should consider--- customizing AWS Config in only one region to record global resources.+-- The configuration details for any global resource are the same in all regions. To prevent duplicate configuration items, you should consider customizing AWS Config in only one region to record global resources. rgIncludeGlobalResourceTypes :: Lens' RecordingGroup (Maybe Bool) rgIncludeGlobalResourceTypes = lens _rgIncludeGlobalResourceTypes (\ s a -> s{_rgIncludeGlobalResourceTypes = a}); --- | A comma-separated list that specifies the types of AWS resources for--- which AWS Config records configuration changes (for example,--- 'AWS::EC2::Instance' or 'AWS::CloudTrail::Trail').+-- | A comma-separated list that specifies the types of AWS resources for which AWS Config records configuration changes (for example, 'AWS::EC2::Instance' or 'AWS::CloudTrail::Trail'). ----- Before you can set this option to 'true', you must set the--- 'allSupported' option to 'false'.+-- Before you can set this option to 'true', you must set the 'allSupported' option to 'false'. ----- If you set this option to 'true', when AWS Config adds support for a new--- type of resource, it will not record resources of that type unless you--- manually add that type to your recording group.+-- If you set this option to 'true', when AWS Config adds support for a new type of resource, it will not record resources of that type unless you manually add that type to your recording group. ----- For a list of valid 'resourceTypes' values, see the __resourceType--- Value__ column in--- <http://docs.aws.amazon.com/config/latest/developerguide/resource-config-reference.html#supported-resources Supported AWS Resource Types>.+-- For a list of valid 'resourceTypes' values, see the __resourceType Value__ column in <http://docs.aws.amazon.com/config/latest/developerguide/resource-config-reference.html#supported-resources Supported AWS Resource Types>. rgResourceTypes :: Lens' RecordingGroup [ResourceType] rgResourceTypes = lens _rgResourceTypes (\ s a -> s{_rgResourceTypes = a}) . _Default . _Coerce; @@ -1795,9 +1646,7 @@ instance NFData Relationship --- | The details that identify a resource that is discovered by AWS Config,--- including the resource type, ID, and (if available) the custom resource--- name.+-- | The details that identify a resource that is discovered by AWS Config, including the resource type, ID, and (if available) the custom resource name. -- -- /See:/ 'resourceIdentifier' smart constructor. data ResourceIdentifier = ResourceIdentifier'@@ -1857,12 +1706,7 @@ instance NFData ResourceIdentifier --- | Defines which resources trigger an evaluation for an AWS Config rule.--- The scope can include one or more resource types, a combination of a tag--- key and value, or a combination of one resource type and one resource--- ID. Specify a scope to constrain which resources trigger an evaluation--- for a rule. Otherwise, evaluations for the rule are triggered when any--- resource in your recording group changes in configuration.+-- | Defines which resources trigger an evaluation for an AWS Config rule. The scope can include one or more resource types, a combination of a tag key and value, or a combination of one resource type and one resource ID. Specify a scope to constrain which resources trigger an evaluation for a rule. Otherwise, evaluations for the rule are triggered when any resource in your recording group changes in configuration. -- -- /See:/ 'scope' smart constructor. data Scope = Scope'@@ -1893,26 +1737,19 @@ , _sTagKey = Nothing } --- | The resource types of only those AWS resources that you want to trigger--- an evaluation for the rule. You can only specify one type if you also--- specify a resource ID for 'ComplianceResourceId'.+-- | The resource types of only those AWS resources that you want to trigger an evaluation for the rule. You can only specify one type if you also specify a resource ID for 'ComplianceResourceId'. sComplianceResourceTypes :: Lens' Scope [Text] sComplianceResourceTypes = lens _sComplianceResourceTypes (\ s a -> s{_sComplianceResourceTypes = a}) . _Default . _Coerce; --- | The IDs of the only AWS resource that you want to trigger an evaluation--- for the rule. If you specify a resource ID, you must specify one--- resource type for 'ComplianceResourceTypes'.+-- | The IDs of the only AWS resource that you want to trigger an evaluation for the rule. If you specify a resource ID, you must specify one resource type for 'ComplianceResourceTypes'. sComplianceResourceId :: Lens' Scope (Maybe Text) sComplianceResourceId = lens _sComplianceResourceId (\ s a -> s{_sComplianceResourceId = a}); --- | The tag value applied to only those AWS resources that you want to--- trigger an evaluation for the rule. If you specify a value for--- 'TagValue', you must also specify a value for 'TagKey'.+-- | The tag value applied to only those AWS resources that you want to trigger an evaluation for the rule. If you specify a value for 'TagValue', you must also specify a value for 'TagKey'. sTagValue :: Lens' Scope (Maybe Text) sTagValue = lens _sTagValue (\ s a -> s{_sTagValue = a}); --- | The tag key that is applied to only those AWS resources that you want--- you want to trigger an evaluation for the rule.+-- | The tag key that is applied to only those AWS resources that you want you want to trigger an evaluation for the rule. sTagKey :: Lens' Scope (Maybe Text) sTagKey = lens _sTagKey (\ s a -> s{_sTagKey = a}); @@ -1941,9 +1778,7 @@ ("TagValue" .=) <$> _sTagValue, ("TagKey" .=) <$> _sTagKey]) --- | Provides the AWS Config rule owner (AWS or customer), the rule--- identifier, and the events that trigger the evaluation of your AWS--- resources.+-- | Provides the AWS Config rule owner (AWS or customer), the rule identifier, and the events that trigger the evaluation of your AWS resources. -- -- /See:/ 'source' smart constructor. data Source = Source'@@ -1970,22 +1805,17 @@ , _sSourceDetails = Nothing } --- | For AWS managed Config rules, a pre-defined identifier from a list. To--- reference the list, see--- <http://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_use-managed-rules.html Using AWS Managed Config Rules>.+-- | For AWS managed Config rules, a pre-defined identifier from a list. To reference the list, see <http://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_use-managed-rules.html Using AWS Managed Config Rules>. ----- For customer managed Config rules, the identifier is the Amazon Resource--- Name (ARN) of the rule\'s AWS Lambda function.+-- For customer managed Config rules, the identifier is the Amazon Resource Name (ARN) of the rule\'s AWS Lambda function. sSourceIdentifier :: Lens' Source (Maybe Text) sSourceIdentifier = lens _sSourceIdentifier (\ s a -> s{_sSourceIdentifier = a}); --- | Indicates whether AWS or the customer owns and manages the AWS Config--- rule.+-- | Indicates whether AWS or the customer owns and manages the AWS Config rule. sOwner :: Lens' Source (Maybe Owner) sOwner = lens _sOwner (\ s a -> s{_sOwner = a}); --- | Provides the source and type of the event that causes AWS Config to--- evaluate your AWS resources.+-- | Provides the source and type of the event that causes AWS Config to evaluate your AWS resources. sSourceDetails :: Lens' Source [SourceDetail] sSourceDetails = lens _sSourceDetails (\ s a -> s{_sSourceDetails = a}) . _Default . _Coerce; @@ -2009,8 +1839,7 @@ ("Owner" .=) <$> _sOwner, ("SourceDetails" .=) <$> _sSourceDetails]) --- | Provides the source and type of the event that triggers AWS Config to--- evaluate your AWS resources against a rule.+-- | Provides the source and type of the event that triggers AWS Config to evaluate your AWS resources against a rule. -- -- /See:/ 'sourceDetail' smart constructor. data SourceDetail = SourceDetail'@@ -2033,17 +1862,11 @@ , _sdEventSource = Nothing } --- | The type of SNS message that triggers AWS Config to run an evaluation.--- For evaluations that are initiated when AWS Config delivers a--- configuration item change notification, you must use--- 'ConfigurationItemChangeNotification'. For evaluations that are--- initiated when AWS Config delivers a configuration snapshot, you must--- use 'ConfigurationSnapshotDeliveryCompleted'.+-- | The type of SNS message that triggers AWS Config to run an evaluation. For evaluations that are initiated when AWS Config delivers a configuration item change notification, you must use 'ConfigurationItemChangeNotification'. For evaluations that are initiated when AWS Config delivers a configuration snapshot, you must use 'ConfigurationSnapshotDeliveryCompleted'. sdMessageType :: Lens' SourceDetail (Maybe MessageType) sdMessageType = lens _sdMessageType (\ s a -> s{_sdMessageType = a}); --- | The source of the event, such as an AWS service, that triggers AWS--- Config to evaluate your AWS resources.+-- | The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources. sdEventSource :: Lens' SourceDetail (Maybe EventSource) sdEventSource = lens _sdEventSource (\ s a -> s{_sdEventSource = a});
test/Test/AWS/Gen/Config.hs view
@@ -28,145 +28,145 @@ -- fixtures :: TestTree -- fixtures = -- [ testGroup "request"--- [ testGetResourceConfigHistory $+-- [ requestGetResourceConfigHistory $ -- getResourceConfigHistory ----- , testDescribeComplianceByConfigRule $+-- , requestDescribeComplianceByConfigRule $ -- describeComplianceByConfigRule ----- , testStopConfigurationRecorder $+-- , requestStopConfigurationRecorder $ -- stopConfigurationRecorder ----- , testDescribeConfigRules $+-- , requestDescribeConfigRules $ -- describeConfigRules ----- , testPutConfigRule $+-- , requestPutConfigRule $ -- putConfigRule ----- , testDeleteConfigRule $+-- , requestDeleteConfigRule $ -- deleteConfigRule ----- , testGetComplianceDetailsByResource $+-- , requestGetComplianceDetailsByResource $ -- getComplianceDetailsByResource ----- , testDeliverConfigSnapshot $+-- , requestDeliverConfigSnapshot $ -- deliverConfigSnapshot ----- , testDescribeConfigRuleEvaluationStatus $+-- , requestDescribeConfigRuleEvaluationStatus $ -- describeConfigRuleEvaluationStatus ----- , testDescribeComplianceByResource $+-- , requestDescribeComplianceByResource $ -- describeComplianceByResource ----- , testPutEvaluations $+-- , requestPutEvaluations $ -- putEvaluations ----- , testDescribeConfigurationRecorders $+-- , requestDescribeConfigurationRecorders $ -- describeConfigurationRecorders ----- , testStartConfigurationRecorder $+-- , requestStartConfigurationRecorder $ -- startConfigurationRecorder ----- , testGetComplianceSummaryByConfigRule $+-- , requestGetComplianceSummaryByConfigRule $ -- getComplianceSummaryByConfigRule ----- , testDescribeConfigurationRecorderStatus $+-- , requestDescribeConfigurationRecorderStatus $ -- describeConfigurationRecorderStatus ----- , testPutConfigurationRecorder $+-- , requestPutConfigurationRecorder $ -- putConfigurationRecorder ----- , testGetComplianceSummaryByResourceType $+-- , requestGetComplianceSummaryByResourceType $ -- getComplianceSummaryByResourceType ----- , testDescribeDeliveryChannelStatus $+-- , requestDescribeDeliveryChannelStatus $ -- describeDeliveryChannelStatus ----- , testPutDeliveryChannel $+-- , requestPutDeliveryChannel $ -- putDeliveryChannel ----- , testGetComplianceDetailsByConfigRule $+-- , requestGetComplianceDetailsByConfigRule $ -- getComplianceDetailsByConfigRule ----- , testDeleteDeliveryChannel $+-- , requestDeleteDeliveryChannel $ -- deleteDeliveryChannel ----- , testListDiscoveredResources $+-- , requestListDiscoveredResources $ -- listDiscoveredResources ----- , testDescribeDeliveryChannels $+-- , requestDescribeDeliveryChannels $ -- describeDeliveryChannels -- -- ] -- , testGroup "response"--- [ testGetResourceConfigHistoryResponse $+-- [ responseGetResourceConfigHistory $ -- getResourceConfigHistoryResponse ----- , testDescribeComplianceByConfigRuleResponse $+-- , responseDescribeComplianceByConfigRule $ -- describeComplianceByConfigRuleResponse ----- , testStopConfigurationRecorderResponse $+-- , responseStopConfigurationRecorder $ -- stopConfigurationRecorderResponse ----- , testDescribeConfigRulesResponse $+-- , responseDescribeConfigRules $ -- describeConfigRulesResponse ----- , testPutConfigRuleResponse $+-- , responsePutConfigRule $ -- putConfigRuleResponse ----- , testDeleteConfigRuleResponse $+-- , responseDeleteConfigRule $ -- deleteConfigRuleResponse ----- , testGetComplianceDetailsByResourceResponse $+-- , responseGetComplianceDetailsByResource $ -- getComplianceDetailsByResourceResponse ----- , testDeliverConfigSnapshotResponse $+-- , responseDeliverConfigSnapshot $ -- deliverConfigSnapshotResponse ----- , testDescribeConfigRuleEvaluationStatusResponse $+-- , responseDescribeConfigRuleEvaluationStatus $ -- describeConfigRuleEvaluationStatusResponse ----- , testDescribeComplianceByResourceResponse $+-- , responseDescribeComplianceByResource $ -- describeComplianceByResourceResponse ----- , testPutEvaluationsResponse $+-- , responsePutEvaluations $ -- putEvaluationsResponse ----- , testDescribeConfigurationRecordersResponse $+-- , responseDescribeConfigurationRecorders $ -- describeConfigurationRecordersResponse ----- , testStartConfigurationRecorderResponse $+-- , responseStartConfigurationRecorder $ -- startConfigurationRecorderResponse ----- , testGetComplianceSummaryByConfigRuleResponse $+-- , responseGetComplianceSummaryByConfigRule $ -- getComplianceSummaryByConfigRuleResponse ----- , testDescribeConfigurationRecorderStatusResponse $+-- , responseDescribeConfigurationRecorderStatus $ -- describeConfigurationRecorderStatusResponse ----- , testPutConfigurationRecorderResponse $+-- , responsePutConfigurationRecorder $ -- putConfigurationRecorderResponse ----- , testGetComplianceSummaryByResourceTypeResponse $+-- , responseGetComplianceSummaryByResourceType $ -- getComplianceSummaryByResourceTypeResponse ----- , testDescribeDeliveryChannelStatusResponse $+-- , responseDescribeDeliveryChannelStatus $ -- describeDeliveryChannelStatusResponse ----- , testPutDeliveryChannelResponse $+-- , responsePutDeliveryChannel $ -- putDeliveryChannelResponse ----- , testGetComplianceDetailsByConfigRuleResponse $+-- , responseGetComplianceDetailsByConfigRule $ -- getComplianceDetailsByConfigRuleResponse ----- , testDeleteDeliveryChannelResponse $+-- , responseDeleteDeliveryChannel $ -- deleteDeliveryChannelResponse ----- , testListDiscoveredResourcesResponse $+-- , responseListDiscoveredResources $ -- listDiscoveredResourcesResponse ----- , testDescribeDeliveryChannelsResponse $+-- , responseDescribeDeliveryChannels $ -- describeDeliveryChannelsResponse -- -- ]@@ -174,279 +174,279 @@ -- Requests -testGetResourceConfigHistory :: GetResourceConfigHistory -> TestTree-testGetResourceConfigHistory = req+requestGetResourceConfigHistory :: GetResourceConfigHistory -> TestTree+requestGetResourceConfigHistory = req "GetResourceConfigHistory" "fixture/GetResourceConfigHistory.yaml" -testDescribeComplianceByConfigRule :: DescribeComplianceByConfigRule -> TestTree-testDescribeComplianceByConfigRule = req+requestDescribeComplianceByConfigRule :: DescribeComplianceByConfigRule -> TestTree+requestDescribeComplianceByConfigRule = req "DescribeComplianceByConfigRule" "fixture/DescribeComplianceByConfigRule.yaml" -testStopConfigurationRecorder :: StopConfigurationRecorder -> TestTree-testStopConfigurationRecorder = req+requestStopConfigurationRecorder :: StopConfigurationRecorder -> TestTree+requestStopConfigurationRecorder = req "StopConfigurationRecorder" "fixture/StopConfigurationRecorder.yaml" -testDescribeConfigRules :: DescribeConfigRules -> TestTree-testDescribeConfigRules = req+requestDescribeConfigRules :: DescribeConfigRules -> TestTree+requestDescribeConfigRules = req "DescribeConfigRules" "fixture/DescribeConfigRules.yaml" -testPutConfigRule :: PutConfigRule -> TestTree-testPutConfigRule = req+requestPutConfigRule :: PutConfigRule -> TestTree+requestPutConfigRule = req "PutConfigRule" "fixture/PutConfigRule.yaml" -testDeleteConfigRule :: DeleteConfigRule -> TestTree-testDeleteConfigRule = req+requestDeleteConfigRule :: DeleteConfigRule -> TestTree+requestDeleteConfigRule = req "DeleteConfigRule" "fixture/DeleteConfigRule.yaml" -testGetComplianceDetailsByResource :: GetComplianceDetailsByResource -> TestTree-testGetComplianceDetailsByResource = req+requestGetComplianceDetailsByResource :: GetComplianceDetailsByResource -> TestTree+requestGetComplianceDetailsByResource = req "GetComplianceDetailsByResource" "fixture/GetComplianceDetailsByResource.yaml" -testDeliverConfigSnapshot :: DeliverConfigSnapshot -> TestTree-testDeliverConfigSnapshot = req+requestDeliverConfigSnapshot :: DeliverConfigSnapshot -> TestTree+requestDeliverConfigSnapshot = req "DeliverConfigSnapshot" "fixture/DeliverConfigSnapshot.yaml" -testDescribeConfigRuleEvaluationStatus :: DescribeConfigRuleEvaluationStatus -> TestTree-testDescribeConfigRuleEvaluationStatus = req+requestDescribeConfigRuleEvaluationStatus :: DescribeConfigRuleEvaluationStatus -> TestTree+requestDescribeConfigRuleEvaluationStatus = req "DescribeConfigRuleEvaluationStatus" "fixture/DescribeConfigRuleEvaluationStatus.yaml" -testDescribeComplianceByResource :: DescribeComplianceByResource -> TestTree-testDescribeComplianceByResource = req+requestDescribeComplianceByResource :: DescribeComplianceByResource -> TestTree+requestDescribeComplianceByResource = req "DescribeComplianceByResource" "fixture/DescribeComplianceByResource.yaml" -testPutEvaluations :: PutEvaluations -> TestTree-testPutEvaluations = req+requestPutEvaluations :: PutEvaluations -> TestTree+requestPutEvaluations = req "PutEvaluations" "fixture/PutEvaluations.yaml" -testDescribeConfigurationRecorders :: DescribeConfigurationRecorders -> TestTree-testDescribeConfigurationRecorders = req+requestDescribeConfigurationRecorders :: DescribeConfigurationRecorders -> TestTree+requestDescribeConfigurationRecorders = req "DescribeConfigurationRecorders" "fixture/DescribeConfigurationRecorders.yaml" -testStartConfigurationRecorder :: StartConfigurationRecorder -> TestTree-testStartConfigurationRecorder = req+requestStartConfigurationRecorder :: StartConfigurationRecorder -> TestTree+requestStartConfigurationRecorder = req "StartConfigurationRecorder" "fixture/StartConfigurationRecorder.yaml" -testGetComplianceSummaryByConfigRule :: GetComplianceSummaryByConfigRule -> TestTree-testGetComplianceSummaryByConfigRule = req+requestGetComplianceSummaryByConfigRule :: GetComplianceSummaryByConfigRule -> TestTree+requestGetComplianceSummaryByConfigRule = req "GetComplianceSummaryByConfigRule" "fixture/GetComplianceSummaryByConfigRule.yaml" -testDescribeConfigurationRecorderStatus :: DescribeConfigurationRecorderStatus -> TestTree-testDescribeConfigurationRecorderStatus = req+requestDescribeConfigurationRecorderStatus :: DescribeConfigurationRecorderStatus -> TestTree+requestDescribeConfigurationRecorderStatus = req "DescribeConfigurationRecorderStatus" "fixture/DescribeConfigurationRecorderStatus.yaml" -testPutConfigurationRecorder :: PutConfigurationRecorder -> TestTree-testPutConfigurationRecorder = req+requestPutConfigurationRecorder :: PutConfigurationRecorder -> TestTree+requestPutConfigurationRecorder = req "PutConfigurationRecorder" "fixture/PutConfigurationRecorder.yaml" -testGetComplianceSummaryByResourceType :: GetComplianceSummaryByResourceType -> TestTree-testGetComplianceSummaryByResourceType = req+requestGetComplianceSummaryByResourceType :: GetComplianceSummaryByResourceType -> TestTree+requestGetComplianceSummaryByResourceType = req "GetComplianceSummaryByResourceType" "fixture/GetComplianceSummaryByResourceType.yaml" -testDescribeDeliveryChannelStatus :: DescribeDeliveryChannelStatus -> TestTree-testDescribeDeliveryChannelStatus = req+requestDescribeDeliveryChannelStatus :: DescribeDeliveryChannelStatus -> TestTree+requestDescribeDeliveryChannelStatus = req "DescribeDeliveryChannelStatus" "fixture/DescribeDeliveryChannelStatus.yaml" -testPutDeliveryChannel :: PutDeliveryChannel -> TestTree-testPutDeliveryChannel = req+requestPutDeliveryChannel :: PutDeliveryChannel -> TestTree+requestPutDeliveryChannel = req "PutDeliveryChannel" "fixture/PutDeliveryChannel.yaml" -testGetComplianceDetailsByConfigRule :: GetComplianceDetailsByConfigRule -> TestTree-testGetComplianceDetailsByConfigRule = req+requestGetComplianceDetailsByConfigRule :: GetComplianceDetailsByConfigRule -> TestTree+requestGetComplianceDetailsByConfigRule = req "GetComplianceDetailsByConfigRule" "fixture/GetComplianceDetailsByConfigRule.yaml" -testDeleteDeliveryChannel :: DeleteDeliveryChannel -> TestTree-testDeleteDeliveryChannel = req+requestDeleteDeliveryChannel :: DeleteDeliveryChannel -> TestTree+requestDeleteDeliveryChannel = req "DeleteDeliveryChannel" "fixture/DeleteDeliveryChannel.yaml" -testListDiscoveredResources :: ListDiscoveredResources -> TestTree-testListDiscoveredResources = req+requestListDiscoveredResources :: ListDiscoveredResources -> TestTree+requestListDiscoveredResources = req "ListDiscoveredResources" "fixture/ListDiscoveredResources.yaml" -testDescribeDeliveryChannels :: DescribeDeliveryChannels -> TestTree-testDescribeDeliveryChannels = req+requestDescribeDeliveryChannels :: DescribeDeliveryChannels -> TestTree+requestDescribeDeliveryChannels = req "DescribeDeliveryChannels" "fixture/DescribeDeliveryChannels.yaml" -- Responses -testGetResourceConfigHistoryResponse :: GetResourceConfigHistoryResponse -> TestTree-testGetResourceConfigHistoryResponse = res+responseGetResourceConfigHistory :: GetResourceConfigHistoryResponse -> TestTree+responseGetResourceConfigHistory = res "GetResourceConfigHistoryResponse" "fixture/GetResourceConfigHistoryResponse.proto" config (Proxy :: Proxy GetResourceConfigHistory) -testDescribeComplianceByConfigRuleResponse :: DescribeComplianceByConfigRuleResponse -> TestTree-testDescribeComplianceByConfigRuleResponse = res+responseDescribeComplianceByConfigRule :: DescribeComplianceByConfigRuleResponse -> TestTree+responseDescribeComplianceByConfigRule = res "DescribeComplianceByConfigRuleResponse" "fixture/DescribeComplianceByConfigRuleResponse.proto" config (Proxy :: Proxy DescribeComplianceByConfigRule) -testStopConfigurationRecorderResponse :: StopConfigurationRecorderResponse -> TestTree-testStopConfigurationRecorderResponse = res+responseStopConfigurationRecorder :: StopConfigurationRecorderResponse -> TestTree+responseStopConfigurationRecorder = res "StopConfigurationRecorderResponse" "fixture/StopConfigurationRecorderResponse.proto" config (Proxy :: Proxy StopConfigurationRecorder) -testDescribeConfigRulesResponse :: DescribeConfigRulesResponse -> TestTree-testDescribeConfigRulesResponse = res+responseDescribeConfigRules :: DescribeConfigRulesResponse -> TestTree+responseDescribeConfigRules = res "DescribeConfigRulesResponse" "fixture/DescribeConfigRulesResponse.proto" config (Proxy :: Proxy DescribeConfigRules) -testPutConfigRuleResponse :: PutConfigRuleResponse -> TestTree-testPutConfigRuleResponse = res+responsePutConfigRule :: PutConfigRuleResponse -> TestTree+responsePutConfigRule = res "PutConfigRuleResponse" "fixture/PutConfigRuleResponse.proto" config (Proxy :: Proxy PutConfigRule) -testDeleteConfigRuleResponse :: DeleteConfigRuleResponse -> TestTree-testDeleteConfigRuleResponse = res+responseDeleteConfigRule :: DeleteConfigRuleResponse -> TestTree+responseDeleteConfigRule = res "DeleteConfigRuleResponse" "fixture/DeleteConfigRuleResponse.proto" config (Proxy :: Proxy DeleteConfigRule) -testGetComplianceDetailsByResourceResponse :: GetComplianceDetailsByResourceResponse -> TestTree-testGetComplianceDetailsByResourceResponse = res+responseGetComplianceDetailsByResource :: GetComplianceDetailsByResourceResponse -> TestTree+responseGetComplianceDetailsByResource = res "GetComplianceDetailsByResourceResponse" "fixture/GetComplianceDetailsByResourceResponse.proto" config (Proxy :: Proxy GetComplianceDetailsByResource) -testDeliverConfigSnapshotResponse :: DeliverConfigSnapshotResponse -> TestTree-testDeliverConfigSnapshotResponse = res+responseDeliverConfigSnapshot :: DeliverConfigSnapshotResponse -> TestTree+responseDeliverConfigSnapshot = res "DeliverConfigSnapshotResponse" "fixture/DeliverConfigSnapshotResponse.proto" config (Proxy :: Proxy DeliverConfigSnapshot) -testDescribeConfigRuleEvaluationStatusResponse :: DescribeConfigRuleEvaluationStatusResponse -> TestTree-testDescribeConfigRuleEvaluationStatusResponse = res+responseDescribeConfigRuleEvaluationStatus :: DescribeConfigRuleEvaluationStatusResponse -> TestTree+responseDescribeConfigRuleEvaluationStatus = res "DescribeConfigRuleEvaluationStatusResponse" "fixture/DescribeConfigRuleEvaluationStatusResponse.proto" config (Proxy :: Proxy DescribeConfigRuleEvaluationStatus) -testDescribeComplianceByResourceResponse :: DescribeComplianceByResourceResponse -> TestTree-testDescribeComplianceByResourceResponse = res+responseDescribeComplianceByResource :: DescribeComplianceByResourceResponse -> TestTree+responseDescribeComplianceByResource = res "DescribeComplianceByResourceResponse" "fixture/DescribeComplianceByResourceResponse.proto" config (Proxy :: Proxy DescribeComplianceByResource) -testPutEvaluationsResponse :: PutEvaluationsResponse -> TestTree-testPutEvaluationsResponse = res+responsePutEvaluations :: PutEvaluationsResponse -> TestTree+responsePutEvaluations = res "PutEvaluationsResponse" "fixture/PutEvaluationsResponse.proto" config (Proxy :: Proxy PutEvaluations) -testDescribeConfigurationRecordersResponse :: DescribeConfigurationRecordersResponse -> TestTree-testDescribeConfigurationRecordersResponse = res+responseDescribeConfigurationRecorders :: DescribeConfigurationRecordersResponse -> TestTree+responseDescribeConfigurationRecorders = res "DescribeConfigurationRecordersResponse" "fixture/DescribeConfigurationRecordersResponse.proto" config (Proxy :: Proxy DescribeConfigurationRecorders) -testStartConfigurationRecorderResponse :: StartConfigurationRecorderResponse -> TestTree-testStartConfigurationRecorderResponse = res+responseStartConfigurationRecorder :: StartConfigurationRecorderResponse -> TestTree+responseStartConfigurationRecorder = res "StartConfigurationRecorderResponse" "fixture/StartConfigurationRecorderResponse.proto" config (Proxy :: Proxy StartConfigurationRecorder) -testGetComplianceSummaryByConfigRuleResponse :: GetComplianceSummaryByConfigRuleResponse -> TestTree-testGetComplianceSummaryByConfigRuleResponse = res+responseGetComplianceSummaryByConfigRule :: GetComplianceSummaryByConfigRuleResponse -> TestTree+responseGetComplianceSummaryByConfigRule = res "GetComplianceSummaryByConfigRuleResponse" "fixture/GetComplianceSummaryByConfigRuleResponse.proto" config (Proxy :: Proxy GetComplianceSummaryByConfigRule) -testDescribeConfigurationRecorderStatusResponse :: DescribeConfigurationRecorderStatusResponse -> TestTree-testDescribeConfigurationRecorderStatusResponse = res+responseDescribeConfigurationRecorderStatus :: DescribeConfigurationRecorderStatusResponse -> TestTree+responseDescribeConfigurationRecorderStatus = res "DescribeConfigurationRecorderStatusResponse" "fixture/DescribeConfigurationRecorderStatusResponse.proto" config (Proxy :: Proxy DescribeConfigurationRecorderStatus) -testPutConfigurationRecorderResponse :: PutConfigurationRecorderResponse -> TestTree-testPutConfigurationRecorderResponse = res+responsePutConfigurationRecorder :: PutConfigurationRecorderResponse -> TestTree+responsePutConfigurationRecorder = res "PutConfigurationRecorderResponse" "fixture/PutConfigurationRecorderResponse.proto" config (Proxy :: Proxy PutConfigurationRecorder) -testGetComplianceSummaryByResourceTypeResponse :: GetComplianceSummaryByResourceTypeResponse -> TestTree-testGetComplianceSummaryByResourceTypeResponse = res+responseGetComplianceSummaryByResourceType :: GetComplianceSummaryByResourceTypeResponse -> TestTree+responseGetComplianceSummaryByResourceType = res "GetComplianceSummaryByResourceTypeResponse" "fixture/GetComplianceSummaryByResourceTypeResponse.proto" config (Proxy :: Proxy GetComplianceSummaryByResourceType) -testDescribeDeliveryChannelStatusResponse :: DescribeDeliveryChannelStatusResponse -> TestTree-testDescribeDeliveryChannelStatusResponse = res+responseDescribeDeliveryChannelStatus :: DescribeDeliveryChannelStatusResponse -> TestTree+responseDescribeDeliveryChannelStatus = res "DescribeDeliveryChannelStatusResponse" "fixture/DescribeDeliveryChannelStatusResponse.proto" config (Proxy :: Proxy DescribeDeliveryChannelStatus) -testPutDeliveryChannelResponse :: PutDeliveryChannelResponse -> TestTree-testPutDeliveryChannelResponse = res+responsePutDeliveryChannel :: PutDeliveryChannelResponse -> TestTree+responsePutDeliveryChannel = res "PutDeliveryChannelResponse" "fixture/PutDeliveryChannelResponse.proto" config (Proxy :: Proxy PutDeliveryChannel) -testGetComplianceDetailsByConfigRuleResponse :: GetComplianceDetailsByConfigRuleResponse -> TestTree-testGetComplianceDetailsByConfigRuleResponse = res+responseGetComplianceDetailsByConfigRule :: GetComplianceDetailsByConfigRuleResponse -> TestTree+responseGetComplianceDetailsByConfigRule = res "GetComplianceDetailsByConfigRuleResponse" "fixture/GetComplianceDetailsByConfigRuleResponse.proto" config (Proxy :: Proxy GetComplianceDetailsByConfigRule) -testDeleteDeliveryChannelResponse :: DeleteDeliveryChannelResponse -> TestTree-testDeleteDeliveryChannelResponse = res+responseDeleteDeliveryChannel :: DeleteDeliveryChannelResponse -> TestTree+responseDeleteDeliveryChannel = res "DeleteDeliveryChannelResponse" "fixture/DeleteDeliveryChannelResponse.proto" config (Proxy :: Proxy DeleteDeliveryChannel) -testListDiscoveredResourcesResponse :: ListDiscoveredResourcesResponse -> TestTree-testListDiscoveredResourcesResponse = res+responseListDiscoveredResources :: ListDiscoveredResourcesResponse -> TestTree+responseListDiscoveredResources = res "ListDiscoveredResourcesResponse" "fixture/ListDiscoveredResourcesResponse.proto" config (Proxy :: Proxy ListDiscoveredResources) -testDescribeDeliveryChannelsResponse :: DescribeDeliveryChannelsResponse -> TestTree-testDescribeDeliveryChannelsResponse = res+responseDescribeDeliveryChannels :: DescribeDeliveryChannelsResponse -> TestTree+responseDescribeDeliveryChannels = res "DescribeDeliveryChannelsResponse" "fixture/DescribeDeliveryChannelsResponse.proto" config