From f0d8dfaa97cef015bfc53ae94809accafd3537ca Mon Sep 17 00:00:00 2001 From: Jonathan Eskew Date: Thu, 17 Dec 2015 14:08:38 -0800 Subject: [PATCH] Update Config models for next release --- CHANGELOG.md | 1 + src/data/config/2014-11-12/api-2.json | 25 ++++++++++++++++++---- src/data/config/2014-11-12/api-2.json.php | 2 +- src/data/config/2014-11-12/docs-2.json | 22 +++++++++++++++---- src/data/config/2014-11-12/docs-2.json.php | 2 +- 5 files changed, 42 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 490fc7e644..084fb65222 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## next release * `Aws\CloudFront` - Added support for generating signed cookies. +* `Aws\Config` - Added for IAM resource types. * `Aws\Rds` - Added support for enhanced monitoring. ## 3.11.6 - 2015-12-15 diff --git a/src/data/config/2014-11-12/api-2.json b/src/data/config/2014-11-12/api-2.json index ed3eea0cb8..c8fc0d1193 100644 --- a/src/data/config/2014-11-12/api-2.json +++ b/src/data/config/2014-11-12/api-2.json @@ -19,7 +19,8 @@ }, "input":{"shape":"DeleteConfigRuleRequest"}, "errors":[ - {"shape":"NoSuchConfigRuleException"} + {"shape":"NoSuchConfigRuleException"}, + {"shape":"ResourceInUseException"} ] }, "DeleteDeliveryChannel":{ @@ -234,7 +235,8 @@ "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"MaxNumberOfConfigRulesExceededException"}, - {"shape":"ResourceInUseException"} + {"shape":"ResourceInUseException"}, + {"shape":"InsufficientPermissionsException"} ] }, "PutConfigurationRecorder":{ @@ -436,9 +438,12 @@ "ConfigRuleId":{"shape":"String"}, "LastSuccessfulInvocationTime":{"shape":"Date"}, "LastFailedInvocationTime":{"shape":"Date"}, + "LastSuccessfulEvaluationTime":{"shape":"Date"}, + "LastFailedEvaluationTime":{"shape":"Date"}, "FirstActivatedTime":{"shape":"Date"}, "LastErrorCode":{"shape":"String"}, - "LastErrorMessage":{"shape":"String"} + "LastErrorMessage":{"shape":"String"}, + "FirstEvaluationStarted":{"shape":"Boolean"} } }, "ConfigRuleEvaluationStatusList":{ @@ -862,12 +867,19 @@ "nextToken":{"shape":"NextToken"} } }, + "IncludeGlobalResourceTypes":{"type":"boolean"}, "InsufficientDeliveryPolicyException":{ "type":"structure", "members":{ }, "exception":true }, + "InsufficientPermissionsException":{ + "type":"structure", + "members":{ + }, + "exception":true + }, "Integer":{"type":"integer"}, "InvalidConfigurationRecorderNameException":{ "type":"structure", @@ -1105,6 +1117,7 @@ "type":"structure", "members":{ "allSupported":{"shape":"AllSupported"}, + "includeGlobalResourceTypes":{"shape":"IncludeGlobalResourceTypes"}, "resourceTypes":{"shape":"ResourceTypeList"} } }, @@ -1177,7 +1190,11 @@ "AWS::EC2::Volume", "AWS::EC2::VPC", "AWS::EC2::VPNConnection", - "AWS::EC2::VPNGateway" + "AWS::EC2::VPNGateway", + "AWS::IAM::Group", + "AWS::IAM::Policy", + "AWS::IAM::Role", + "AWS::IAM::User" ] }, "ResourceTypeList":{ diff --git a/src/data/config/2014-11-12/api-2.json.php b/src/data/config/2014-11-12/api-2.json.php index a05888f980..51dc3e80ef 100644 --- a/src/data/config/2014-11-12/api-2.json.php +++ b/src/data/config/2014-11-12/api-2.json.php @@ -1,3 +1,3 @@ '2.0', 'metadata' => [ 'apiVersion' => '2014-11-12', 'endpointPrefix' => 'config', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'Config Service', 'serviceFullName' => 'AWS Config', 'signatureVersion' => 'v4', 'targetPrefix' => 'StarlingDoveService', ], 'operations' => [ 'DeleteConfigRule' => [ 'name' => 'DeleteConfigRule', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteConfigRuleRequest', ], 'errors' => [ [ 'shape' => 'NoSuchConfigRuleException', ], ], ], 'DeleteDeliveryChannel' => [ 'name' => 'DeleteDeliveryChannel', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteDeliveryChannelRequest', ], 'errors' => [ [ 'shape' => 'NoSuchDeliveryChannelException', ], [ 'shape' => 'LastDeliveryChannelDeleteFailedException', ], ], ], 'DeliverConfigSnapshot' => [ 'name' => 'DeliverConfigSnapshot', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeliverConfigSnapshotRequest', ], 'output' => [ 'shape' => 'DeliverConfigSnapshotResponse', ], 'errors' => [ [ 'shape' => 'NoSuchDeliveryChannelException', ], [ 'shape' => 'NoAvailableConfigurationRecorderException', ], [ 'shape' => 'NoRunningConfigurationRecorderException', ], ], ], 'DescribeComplianceByConfigRule' => [ 'name' => 'DescribeComplianceByConfigRule', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeComplianceByConfigRuleRequest', ], 'output' => [ 'shape' => 'DescribeComplianceByConfigRuleResponse', ], 'errors' => [ [ 'shape' => 'InvalidParameterValueException', ], [ 'shape' => 'NoSuchConfigRuleException', ], ], ], 'DescribeComplianceByResource' => [ 'name' => 'DescribeComplianceByResource', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeComplianceByResourceRequest', ], 'output' => [ 'shape' => 'DescribeComplianceByResourceResponse', ], 'errors' => [ [ 'shape' => 'InvalidParameterValueException', ], [ 'shape' => 'InvalidNextTokenException', ], ], ], 'DescribeConfigRuleEvaluationStatus' => [ 'name' => 'DescribeConfigRuleEvaluationStatus', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeConfigRuleEvaluationStatusRequest', ], 'output' => [ 'shape' => 'DescribeConfigRuleEvaluationStatusResponse', ], 'errors' => [ [ 'shape' => 'NoSuchConfigRuleException', ], ], ], 'DescribeConfigRules' => [ 'name' => 'DescribeConfigRules', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeConfigRulesRequest', ], 'output' => [ 'shape' => 'DescribeConfigRulesResponse', ], 'errors' => [ [ 'shape' => 'NoSuchConfigRuleException', ], ], ], 'DescribeConfigurationRecorderStatus' => [ 'name' => 'DescribeConfigurationRecorderStatus', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeConfigurationRecorderStatusRequest', ], 'output' => [ 'shape' => 'DescribeConfigurationRecorderStatusResponse', ], 'errors' => [ [ 'shape' => 'NoSuchConfigurationRecorderException', ], ], ], 'DescribeConfigurationRecorders' => [ 'name' => 'DescribeConfigurationRecorders', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeConfigurationRecordersRequest', ], 'output' => [ 'shape' => 'DescribeConfigurationRecordersResponse', ], 'errors' => [ [ 'shape' => 'NoSuchConfigurationRecorderException', ], ], ], 'DescribeDeliveryChannelStatus' => [ 'name' => 'DescribeDeliveryChannelStatus', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeDeliveryChannelStatusRequest', ], 'output' => [ 'shape' => 'DescribeDeliveryChannelStatusResponse', ], 'errors' => [ [ 'shape' => 'NoSuchDeliveryChannelException', ], ], ], 'DescribeDeliveryChannels' => [ 'name' => 'DescribeDeliveryChannels', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeDeliveryChannelsRequest', ], 'output' => [ 'shape' => 'DescribeDeliveryChannelsResponse', ], 'errors' => [ [ 'shape' => 'NoSuchDeliveryChannelException', ], ], ], 'GetComplianceDetailsByConfigRule' => [ 'name' => 'GetComplianceDetailsByConfigRule', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetComplianceDetailsByConfigRuleRequest', ], 'output' => [ 'shape' => 'GetComplianceDetailsByConfigRuleResponse', ], 'errors' => [ [ 'shape' => 'InvalidParameterValueException', ], [ 'shape' => 'InvalidNextTokenException', ], [ 'shape' => 'NoSuchConfigRuleException', ], ], ], 'GetComplianceDetailsByResource' => [ 'name' => 'GetComplianceDetailsByResource', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetComplianceDetailsByResourceRequest', ], 'output' => [ 'shape' => 'GetComplianceDetailsByResourceResponse', ], 'errors' => [ [ 'shape' => 'InvalidParameterValueException', ], ], ], 'GetComplianceSummaryByConfigRule' => [ 'name' => 'GetComplianceSummaryByConfigRule', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'output' => [ 'shape' => 'GetComplianceSummaryByConfigRuleResponse', ], ], 'GetComplianceSummaryByResourceType' => [ 'name' => 'GetComplianceSummaryByResourceType', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetComplianceSummaryByResourceTypeRequest', ], 'output' => [ 'shape' => 'GetComplianceSummaryByResourceTypeResponse', ], 'errors' => [ [ 'shape' => 'InvalidParameterValueException', ], ], ], 'GetResourceConfigHistory' => [ 'name' => 'GetResourceConfigHistory', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetResourceConfigHistoryRequest', ], 'output' => [ 'shape' => 'GetResourceConfigHistoryResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'InvalidTimeRangeException', ], [ 'shape' => 'InvalidLimitException', ], [ 'shape' => 'InvalidNextTokenException', ], [ 'shape' => 'NoAvailableConfigurationRecorderException', ], [ 'shape' => 'ResourceNotDiscoveredException', ], ], ], 'ListDiscoveredResources' => [ 'name' => 'ListDiscoveredResources', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListDiscoveredResourcesRequest', ], 'output' => [ 'shape' => 'ListDiscoveredResourcesResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'InvalidLimitException', ], [ 'shape' => 'InvalidNextTokenException', ], [ 'shape' => 'NoAvailableConfigurationRecorderException', ], ], ], 'PutConfigRule' => [ 'name' => 'PutConfigRule', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'PutConfigRuleRequest', ], 'errors' => [ [ 'shape' => 'InvalidParameterValueException', ], [ 'shape' => 'MaxNumberOfConfigRulesExceededException', ], [ 'shape' => 'ResourceInUseException', ], ], ], 'PutConfigurationRecorder' => [ 'name' => 'PutConfigurationRecorder', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'PutConfigurationRecorderRequest', ], 'errors' => [ [ 'shape' => 'MaxNumberOfConfigurationRecordersExceededException', ], [ 'shape' => 'InvalidConfigurationRecorderNameException', ], [ 'shape' => 'InvalidRoleException', ], [ 'shape' => 'InvalidRecordingGroupException', ], ], ], 'PutDeliveryChannel' => [ 'name' => 'PutDeliveryChannel', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'PutDeliveryChannelRequest', ], 'errors' => [ [ 'shape' => 'MaxNumberOfDeliveryChannelsExceededException', ], [ 'shape' => 'NoAvailableConfigurationRecorderException', ], [ 'shape' => 'InvalidDeliveryChannelNameException', ], [ 'shape' => 'NoSuchBucketException', ], [ 'shape' => 'InvalidS3KeyPrefixException', ], [ 'shape' => 'InvalidSNSTopicARNException', ], [ 'shape' => 'InsufficientDeliveryPolicyException', ], ], ], 'PutEvaluations' => [ 'name' => 'PutEvaluations', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'PutEvaluationsRequest', ], 'output' => [ 'shape' => 'PutEvaluationsResponse', ], 'errors' => [ [ 'shape' => 'InvalidParameterValueException', ], [ 'shape' => 'InvalidResultTokenException', ], [ 'shape' => 'NoSuchConfigRuleException', ], ], ], 'StartConfigurationRecorder' => [ 'name' => 'StartConfigurationRecorder', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartConfigurationRecorderRequest', ], 'errors' => [ [ 'shape' => 'NoSuchConfigurationRecorderException', ], [ 'shape' => 'NoAvailableDeliveryChannelException', ], ], ], 'StopConfigurationRecorder' => [ 'name' => 'StopConfigurationRecorder', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopConfigurationRecorderRequest', ], 'errors' => [ [ 'shape' => 'NoSuchConfigurationRecorderException', ], ], ], ], 'shapes' => [ 'ARN' => [ 'type' => 'string', ], 'AccountId' => [ 'type' => 'string', ], 'AllSupported' => [ 'type' => 'boolean', ], 'AvailabilityZone' => [ 'type' => 'string', ], 'AwsRegion' => [ 'type' => 'string', ], 'Boolean' => [ 'type' => 'boolean', ], 'ChannelName' => [ 'type' => 'string', 'max' => 256, 'min' => 1, ], 'ChronologicalOrder' => [ 'type' => 'string', 'enum' => [ 'Reverse', 'Forward', ], ], 'Compliance' => [ 'type' => 'structure', 'members' => [ 'ComplianceType' => [ 'shape' => 'ComplianceType', ], 'ComplianceContributorCount' => [ 'shape' => 'ComplianceContributorCount', ], ], ], 'ComplianceByConfigRule' => [ 'type' => 'structure', 'members' => [ 'ConfigRuleName' => [ 'shape' => 'StringWithCharLimit64', ], 'Compliance' => [ 'shape' => 'Compliance', ], ], ], 'ComplianceByConfigRules' => [ 'type' => 'list', 'member' => [ 'shape' => 'ComplianceByConfigRule', ], ], 'ComplianceByResource' => [ 'type' => 'structure', 'members' => [ 'ResourceType' => [ 'shape' => 'StringWithCharLimit256', ], 'ResourceId' => [ 'shape' => 'StringWithCharLimit256', ], 'Compliance' => [ 'shape' => 'Compliance', ], ], ], 'ComplianceByResources' => [ 'type' => 'list', 'member' => [ 'shape' => 'ComplianceByResource', ], ], 'ComplianceContributorCount' => [ 'type' => 'structure', 'members' => [ 'CappedCount' => [ 'shape' => 'Integer', ], 'CapExceeded' => [ 'shape' => 'Boolean', ], ], ], 'ComplianceResourceTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'StringWithCharLimit256', ], 'max' => 100, 'min' => 0, ], 'ComplianceSummariesByResourceType' => [ 'type' => 'list', 'member' => [ 'shape' => 'ComplianceSummaryByResourceType', ], ], 'ComplianceSummary' => [ 'type' => 'structure', 'members' => [ 'CompliantResourceCount' => [ 'shape' => 'ComplianceContributorCount', ], 'NonCompliantResourceCount' => [ 'shape' => 'ComplianceContributorCount', ], 'ComplianceSummaryTimestamp' => [ 'shape' => 'Date', ], ], ], 'ComplianceSummaryByResourceType' => [ 'type' => 'structure', 'members' => [ 'ResourceType' => [ 'shape' => 'StringWithCharLimit256', ], 'ComplianceSummary' => [ 'shape' => 'ComplianceSummary', ], ], ], 'ComplianceType' => [ 'type' => 'string', 'enum' => [ 'COMPLIANT', 'NON_COMPLIANT', 'NOT_APPLICABLE', 'INSUFFICIENT_DATA', ], ], 'ComplianceTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'ComplianceType', ], 'max' => 3, 'min' => 0, ], 'ConfigExportDeliveryInfo' => [ 'type' => 'structure', 'members' => [ 'lastStatus' => [ 'shape' => 'DeliveryStatus', ], 'lastErrorCode' => [ 'shape' => 'String', ], 'lastErrorMessage' => [ 'shape' => 'String', ], 'lastAttemptTime' => [ 'shape' => 'Date', ], 'lastSuccessfulTime' => [ 'shape' => 'Date', ], 'nextDeliveryTime' => [ 'shape' => 'Date', ], ], ], 'ConfigRule' => [ 'type' => 'structure', 'required' => [ 'Source', ], 'members' => [ 'ConfigRuleName' => [ 'shape' => 'StringWithCharLimit64', ], 'ConfigRuleArn' => [ 'shape' => 'String', ], 'ConfigRuleId' => [ 'shape' => 'String', ], 'Description' => [ 'shape' => 'EmptiableStringWithCharLimit256', ], 'Scope' => [ 'shape' => 'Scope', ], 'Source' => [ 'shape' => 'Source', ], 'InputParameters' => [ 'shape' => 'StringWithCharLimit256', ], 'MaximumExecutionFrequency' => [ 'shape' => 'MaximumExecutionFrequency', ], 'ConfigRuleState' => [ 'shape' => 'ConfigRuleState', ], ], ], 'ConfigRuleEvaluationStatus' => [ 'type' => 'structure', 'members' => [ 'ConfigRuleName' => [ 'shape' => 'StringWithCharLimit64', ], 'ConfigRuleArn' => [ 'shape' => 'String', ], 'ConfigRuleId' => [ 'shape' => 'String', ], 'LastSuccessfulInvocationTime' => [ 'shape' => 'Date', ], 'LastFailedInvocationTime' => [ 'shape' => 'Date', ], 'FirstActivatedTime' => [ 'shape' => 'Date', ], 'LastErrorCode' => [ 'shape' => 'String', ], 'LastErrorMessage' => [ 'shape' => 'String', ], ], ], 'ConfigRuleEvaluationStatusList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ConfigRuleEvaluationStatus', ], ], 'ConfigRuleNames' => [ 'type' => 'list', 'member' => [ 'shape' => 'StringWithCharLimit64', ], 'max' => 25, 'min' => 0, ], 'ConfigRuleState' => [ 'type' => 'string', 'enum' => [ 'ACTIVE', 'DELETING', ], ], 'ConfigRules' => [ 'type' => 'list', 'member' => [ 'shape' => 'ConfigRule', ], ], 'ConfigSnapshotDeliveryProperties' => [ 'type' => 'structure', 'members' => [ 'deliveryFrequency' => [ 'shape' => 'MaximumExecutionFrequency', ], ], ], 'ConfigStreamDeliveryInfo' => [ 'type' => 'structure', 'members' => [ 'lastStatus' => [ 'shape' => 'DeliveryStatus', ], 'lastErrorCode' => [ 'shape' => 'String', ], 'lastErrorMessage' => [ 'shape' => 'String', ], 'lastStatusChangeTime' => [ 'shape' => 'Date', ], ], ], 'Configuration' => [ 'type' => 'string', ], 'ConfigurationItem' => [ 'type' => 'structure', 'members' => [ 'version' => [ 'shape' => 'Version', ], 'accountId' => [ 'shape' => 'AccountId', ], 'configurationItemCaptureTime' => [ 'shape' => 'ConfigurationItemCaptureTime', ], 'configurationItemStatus' => [ 'shape' => 'ConfigurationItemStatus', ], 'configurationStateId' => [ 'shape' => 'ConfigurationStateId', ], 'configurationItemMD5Hash' => [ 'shape' => 'ConfigurationItemMD5Hash', ], 'arn' => [ 'shape' => 'ARN', ], 'resourceType' => [ 'shape' => 'ResourceType', ], 'resourceId' => [ 'shape' => 'ResourceId', ], 'resourceName' => [ 'shape' => 'ResourceName', ], 'awsRegion' => [ 'shape' => 'AwsRegion', ], 'availabilityZone' => [ 'shape' => 'AvailabilityZone', ], 'resourceCreationTime' => [ 'shape' => 'ResourceCreationTime', ], 'tags' => [ 'shape' => 'Tags', ], 'relatedEvents' => [ 'shape' => 'RelatedEventList', ], 'relationships' => [ 'shape' => 'RelationshipList', ], 'configuration' => [ 'shape' => 'Configuration', ], ], ], 'ConfigurationItemCaptureTime' => [ 'type' => 'timestamp', ], 'ConfigurationItemList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ConfigurationItem', ], ], 'ConfigurationItemMD5Hash' => [ 'type' => 'string', ], 'ConfigurationItemStatus' => [ 'type' => 'string', 'enum' => [ 'Ok', 'Failed', 'Discovered', 'Deleted', ], ], 'ConfigurationRecorder' => [ 'type' => 'structure', 'members' => [ 'name' => [ 'shape' => 'RecorderName', ], 'roleARN' => [ 'shape' => 'String', ], 'recordingGroup' => [ 'shape' => 'RecordingGroup', ], ], ], 'ConfigurationRecorderList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ConfigurationRecorder', ], ], 'ConfigurationRecorderNameList' => [ 'type' => 'list', 'member' => [ 'shape' => 'RecorderName', ], ], 'ConfigurationRecorderStatus' => [ 'type' => 'structure', 'members' => [ 'name' => [ 'shape' => 'String', ], 'lastStartTime' => [ 'shape' => 'Date', ], 'lastStopTime' => [ 'shape' => 'Date', ], 'recording' => [ 'shape' => 'Boolean', ], 'lastStatus' => [ 'shape' => 'RecorderStatus', ], 'lastErrorCode' => [ 'shape' => 'String', ], 'lastErrorMessage' => [ 'shape' => 'String', ], 'lastStatusChangeTime' => [ 'shape' => 'Date', ], ], ], 'ConfigurationRecorderStatusList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ConfigurationRecorderStatus', ], ], 'ConfigurationStateId' => [ 'type' => 'string', ], 'Date' => [ 'type' => 'timestamp', ], 'DeleteConfigRuleRequest' => [ 'type' => 'structure', 'required' => [ 'ConfigRuleName', ], 'members' => [ 'ConfigRuleName' => [ 'shape' => 'StringWithCharLimit64', ], ], ], 'DeleteDeliveryChannelRequest' => [ 'type' => 'structure', 'required' => [ 'DeliveryChannelName', ], 'members' => [ 'DeliveryChannelName' => [ 'shape' => 'ChannelName', ], ], ], 'DeliverConfigSnapshotRequest' => [ 'type' => 'structure', 'required' => [ 'deliveryChannelName', ], 'members' => [ 'deliveryChannelName' => [ 'shape' => 'ChannelName', ], ], ], 'DeliverConfigSnapshotResponse' => [ 'type' => 'structure', 'members' => [ 'configSnapshotId' => [ 'shape' => 'String', ], ], ], 'DeliveryChannel' => [ 'type' => 'structure', 'members' => [ 'name' => [ 'shape' => 'ChannelName', ], 's3BucketName' => [ 'shape' => 'String', ], 's3KeyPrefix' => [ 'shape' => 'String', ], 'snsTopicARN' => [ 'shape' => 'String', ], 'configSnapshotDeliveryProperties' => [ 'shape' => 'ConfigSnapshotDeliveryProperties', ], ], ], 'DeliveryChannelList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DeliveryChannel', ], ], 'DeliveryChannelNameList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ChannelName', ], ], 'DeliveryChannelStatus' => [ 'type' => 'structure', 'members' => [ 'name' => [ 'shape' => 'String', ], 'configSnapshotDeliveryInfo' => [ 'shape' => 'ConfigExportDeliveryInfo', ], 'configHistoryDeliveryInfo' => [ 'shape' => 'ConfigExportDeliveryInfo', ], 'configStreamDeliveryInfo' => [ 'shape' => 'ConfigStreamDeliveryInfo', ], ], ], 'DeliveryChannelStatusList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DeliveryChannelStatus', ], ], 'DeliveryStatus' => [ 'type' => 'string', 'enum' => [ 'Success', 'Failure', 'Not_Applicable', ], ], 'DescribeComplianceByConfigRuleRequest' => [ 'type' => 'structure', 'members' => [ 'ConfigRuleNames' => [ 'shape' => 'ConfigRuleNames', ], 'ComplianceTypes' => [ 'shape' => 'ComplianceTypes', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeComplianceByConfigRuleResponse' => [ 'type' => 'structure', 'members' => [ 'ComplianceByConfigRules' => [ 'shape' => 'ComplianceByConfigRules', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeComplianceByResourceRequest' => [ 'type' => 'structure', 'members' => [ 'ResourceType' => [ 'shape' => 'StringWithCharLimit256', ], 'ResourceId' => [ 'shape' => 'StringWithCharLimit256', ], 'ComplianceTypes' => [ 'shape' => 'ComplianceTypes', ], 'Limit' => [ 'shape' => 'Limit', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'DescribeComplianceByResourceResponse' => [ 'type' => 'structure', 'members' => [ 'ComplianceByResources' => [ 'shape' => 'ComplianceByResources', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'DescribeConfigRuleEvaluationStatusRequest' => [ 'type' => 'structure', 'members' => [ 'ConfigRuleNames' => [ 'shape' => 'ConfigRuleNames', ], ], ], 'DescribeConfigRuleEvaluationStatusResponse' => [ 'type' => 'structure', 'members' => [ 'ConfigRulesEvaluationStatus' => [ 'shape' => 'ConfigRuleEvaluationStatusList', ], ], ], 'DescribeConfigRulesRequest' => [ 'type' => 'structure', 'members' => [ 'ConfigRuleNames' => [ 'shape' => 'ConfigRuleNames', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeConfigRulesResponse' => [ 'type' => 'structure', 'members' => [ 'ConfigRules' => [ 'shape' => 'ConfigRules', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeConfigurationRecorderStatusRequest' => [ 'type' => 'structure', 'members' => [ 'ConfigurationRecorderNames' => [ 'shape' => 'ConfigurationRecorderNameList', ], ], ], 'DescribeConfigurationRecorderStatusResponse' => [ 'type' => 'structure', 'members' => [ 'ConfigurationRecordersStatus' => [ 'shape' => 'ConfigurationRecorderStatusList', ], ], ], 'DescribeConfigurationRecordersRequest' => [ 'type' => 'structure', 'members' => [ 'ConfigurationRecorderNames' => [ 'shape' => 'ConfigurationRecorderNameList', ], ], ], 'DescribeConfigurationRecordersResponse' => [ 'type' => 'structure', 'members' => [ 'ConfigurationRecorders' => [ 'shape' => 'ConfigurationRecorderList', ], ], ], 'DescribeDeliveryChannelStatusRequest' => [ 'type' => 'structure', 'members' => [ 'DeliveryChannelNames' => [ 'shape' => 'DeliveryChannelNameList', ], ], ], 'DescribeDeliveryChannelStatusResponse' => [ 'type' => 'structure', 'members' => [ 'DeliveryChannelsStatus' => [ 'shape' => 'DeliveryChannelStatusList', ], ], ], 'DescribeDeliveryChannelsRequest' => [ 'type' => 'structure', 'members' => [ 'DeliveryChannelNames' => [ 'shape' => 'DeliveryChannelNameList', ], ], ], 'DescribeDeliveryChannelsResponse' => [ 'type' => 'structure', 'members' => [ 'DeliveryChannels' => [ 'shape' => 'DeliveryChannelList', ], ], ], 'EarlierTime' => [ 'type' => 'timestamp', ], 'EmptiableStringWithCharLimit256' => [ 'type' => 'string', 'max' => 256, 'min' => 0, ], 'Evaluation' => [ 'type' => 'structure', 'required' => [ 'ComplianceResourceType', 'ComplianceResourceId', 'ComplianceType', 'OrderingTimestamp', ], 'members' => [ 'ComplianceResourceType' => [ 'shape' => 'StringWithCharLimit256', ], 'ComplianceResourceId' => [ 'shape' => 'StringWithCharLimit256', ], 'ComplianceType' => [ 'shape' => 'ComplianceType', ], 'Annotation' => [ 'shape' => 'StringWithCharLimit256', ], 'OrderingTimestamp' => [ 'shape' => 'OrderingTimestamp', ], ], ], 'EvaluationResult' => [ 'type' => 'structure', 'members' => [ 'EvaluationResultIdentifier' => [ 'shape' => 'EvaluationResultIdentifier', ], 'ComplianceType' => [ 'shape' => 'ComplianceType', ], 'ResultRecordedTime' => [ 'shape' => 'Date', ], 'ConfigRuleInvokedTime' => [ 'shape' => 'Date', ], 'Annotation' => [ 'shape' => 'StringWithCharLimit256', ], 'ResultToken' => [ 'shape' => 'String', ], ], ], 'EvaluationResultIdentifier' => [ 'type' => 'structure', 'members' => [ 'EvaluationResultQualifier' => [ 'shape' => 'EvaluationResultQualifier', ], 'OrderingTimestamp' => [ 'shape' => 'Date', ], ], ], 'EvaluationResultQualifier' => [ 'type' => 'structure', 'members' => [ 'ConfigRuleName' => [ 'shape' => 'StringWithCharLimit64', ], 'ResourceType' => [ 'shape' => 'StringWithCharLimit256', ], 'ResourceId' => [ 'shape' => 'StringWithCharLimit256', ], ], ], 'EvaluationResults' => [ 'type' => 'list', 'member' => [ 'shape' => 'EvaluationResult', ], ], 'Evaluations' => [ 'type' => 'list', 'member' => [ 'shape' => 'Evaluation', ], 'max' => 100, 'min' => 0, ], 'EventSource' => [ 'type' => 'string', 'enum' => [ 'aws.config', ], ], 'GetComplianceDetailsByConfigRuleRequest' => [ 'type' => 'structure', 'required' => [ 'ConfigRuleName', ], 'members' => [ 'ConfigRuleName' => [ 'shape' => 'StringWithCharLimit64', ], 'ComplianceTypes' => [ 'shape' => 'ComplianceTypes', ], 'Limit' => [ 'shape' => 'Limit', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'GetComplianceDetailsByConfigRuleResponse' => [ 'type' => 'structure', 'members' => [ 'EvaluationResults' => [ 'shape' => 'EvaluationResults', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'GetComplianceDetailsByResourceRequest' => [ 'type' => 'structure', 'required' => [ 'ResourceType', 'ResourceId', ], 'members' => [ 'ResourceType' => [ 'shape' => 'StringWithCharLimit256', ], 'ResourceId' => [ 'shape' => 'StringWithCharLimit256', ], 'ComplianceTypes' => [ 'shape' => 'ComplianceTypes', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'GetComplianceDetailsByResourceResponse' => [ 'type' => 'structure', 'members' => [ 'EvaluationResults' => [ 'shape' => 'EvaluationResults', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'GetComplianceSummaryByConfigRuleResponse' => [ 'type' => 'structure', 'members' => [ 'ComplianceSummary' => [ 'shape' => 'ComplianceSummary', ], ], ], 'GetComplianceSummaryByResourceTypeRequest' => [ 'type' => 'structure', 'members' => [ 'ResourceTypes' => [ 'shape' => 'ResourceTypes', ], ], ], 'GetComplianceSummaryByResourceTypeResponse' => [ 'type' => 'structure', 'members' => [ 'ComplianceSummariesByResourceType' => [ 'shape' => 'ComplianceSummariesByResourceType', ], ], ], 'GetResourceConfigHistoryRequest' => [ 'type' => 'structure', 'required' => [ 'resourceType', 'resourceId', ], 'members' => [ 'resourceType' => [ 'shape' => 'ResourceType', ], 'resourceId' => [ 'shape' => 'ResourceId', ], 'laterTime' => [ 'shape' => 'LaterTime', ], 'earlierTime' => [ 'shape' => 'EarlierTime', ], 'chronologicalOrder' => [ 'shape' => 'ChronologicalOrder', ], 'limit' => [ 'shape' => 'Limit', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'GetResourceConfigHistoryResponse' => [ 'type' => 'structure', 'members' => [ 'configurationItems' => [ 'shape' => 'ConfigurationItemList', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'InsufficientDeliveryPolicyException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'Integer' => [ 'type' => 'integer', ], 'InvalidConfigurationRecorderNameException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidDeliveryChannelNameException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidLimitException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidNextTokenException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidParameterValueException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidRecordingGroupException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidResultTokenException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidRoleException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidS3KeyPrefixException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidSNSTopicARNException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidTimeRangeException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'LastDeliveryChannelDeleteFailedException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'LaterTime' => [ 'type' => 'timestamp', ], 'Limit' => [ 'type' => 'integer', 'max' => 100, 'min' => 0, ], 'ListDiscoveredResourcesRequest' => [ 'type' => 'structure', 'required' => [ 'resourceType', ], 'members' => [ 'resourceType' => [ 'shape' => 'ResourceType', ], 'resourceIds' => [ 'shape' => 'ResourceIdList', ], 'resourceName' => [ 'shape' => 'ResourceName', ], 'limit' => [ 'shape' => 'Limit', ], 'includeDeletedResources' => [ 'shape' => 'Boolean', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListDiscoveredResourcesResponse' => [ 'type' => 'structure', 'members' => [ 'resourceIdentifiers' => [ 'shape' => 'ResourceIdentifierList', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'MaxNumberOfConfigRulesExceededException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'MaxNumberOfConfigurationRecordersExceededException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'MaxNumberOfDeliveryChannelsExceededException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'MaximumExecutionFrequency' => [ 'type' => 'string', 'enum' => [ 'One_Hour', 'Three_Hours', 'Six_Hours', 'Twelve_Hours', 'TwentyFour_Hours', ], ], 'MessageType' => [ 'type' => 'string', 'enum' => [ 'ConfigurationItemChangeNotification', 'ConfigurationSnapshotDeliveryCompleted', ], ], 'Name' => [ 'type' => 'string', ], 'NextToken' => [ 'type' => 'string', ], 'NoAvailableConfigurationRecorderException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'NoAvailableDeliveryChannelException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'NoRunningConfigurationRecorderException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'NoSuchBucketException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'NoSuchConfigRuleException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'NoSuchConfigurationRecorderException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'NoSuchDeliveryChannelException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'OrderingTimestamp' => [ 'type' => 'timestamp', ], 'Owner' => [ 'type' => 'string', 'enum' => [ 'CUSTOM_LAMBDA', 'AWS', ], ], 'PutConfigRuleRequest' => [ 'type' => 'structure', 'required' => [ 'ConfigRule', ], 'members' => [ 'ConfigRule' => [ 'shape' => 'ConfigRule', ], ], ], 'PutConfigurationRecorderRequest' => [ 'type' => 'structure', 'required' => [ 'ConfigurationRecorder', ], 'members' => [ 'ConfigurationRecorder' => [ 'shape' => 'ConfigurationRecorder', ], ], ], 'PutDeliveryChannelRequest' => [ 'type' => 'structure', 'required' => [ 'DeliveryChannel', ], 'members' => [ 'DeliveryChannel' => [ 'shape' => 'DeliveryChannel', ], ], ], 'PutEvaluationsRequest' => [ 'type' => 'structure', 'required' => [ 'ResultToken', ], 'members' => [ 'Evaluations' => [ 'shape' => 'Evaluations', ], 'ResultToken' => [ 'shape' => 'String', ], ], ], 'PutEvaluationsResponse' => [ 'type' => 'structure', 'members' => [ 'FailedEvaluations' => [ 'shape' => 'Evaluations', ], ], ], 'RecorderName' => [ 'type' => 'string', 'max' => 256, 'min' => 1, ], 'RecorderStatus' => [ 'type' => 'string', 'enum' => [ 'Pending', 'Success', 'Failure', ], ], 'RecordingGroup' => [ 'type' => 'structure', 'members' => [ 'allSupported' => [ 'shape' => 'AllSupported', ], 'resourceTypes' => [ 'shape' => 'ResourceTypeList', ], ], ], 'RelatedEvent' => [ 'type' => 'string', ], 'RelatedEventList' => [ 'type' => 'list', 'member' => [ 'shape' => 'RelatedEvent', ], ], 'Relationship' => [ 'type' => 'structure', 'members' => [ 'resourceType' => [ 'shape' => 'ResourceType', ], 'resourceId' => [ 'shape' => 'ResourceId', ], 'resourceName' => [ 'shape' => 'ResourceName', ], 'relationshipName' => [ 'shape' => 'RelationshipName', ], ], ], 'RelationshipList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Relationship', ], ], 'RelationshipName' => [ 'type' => 'string', ], 'ResourceCreationTime' => [ 'type' => 'timestamp', ], 'ResourceDeletionTime' => [ 'type' => 'timestamp', ], 'ResourceId' => [ 'type' => 'string', ], 'ResourceIdList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ResourceId', ], ], 'ResourceIdentifier' => [ 'type' => 'structure', 'members' => [ 'resourceType' => [ 'shape' => 'ResourceType', ], 'resourceId' => [ 'shape' => 'ResourceId', ], 'resourceName' => [ 'shape' => 'ResourceName', ], 'resourceDeletionTime' => [ 'shape' => 'ResourceDeletionTime', ], ], ], 'ResourceIdentifierList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ResourceIdentifier', ], ], 'ResourceInUseException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'ResourceName' => [ 'type' => 'string', ], 'ResourceNotDiscoveredException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'ResourceType' => [ 'type' => 'string', 'enum' => [ 'AWS::EC2::CustomerGateway', 'AWS::EC2::EIP', 'AWS::EC2::Host', 'AWS::EC2::Instance', 'AWS::EC2::InternetGateway', 'AWS::EC2::NetworkAcl', 'AWS::EC2::NetworkInterface', 'AWS::EC2::RouteTable', 'AWS::EC2::SecurityGroup', 'AWS::EC2::Subnet', 'AWS::CloudTrail::Trail', 'AWS::EC2::Volume', 'AWS::EC2::VPC', 'AWS::EC2::VPNConnection', 'AWS::EC2::VPNGateway', ], ], 'ResourceTypeList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ResourceType', ], ], 'ResourceTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'StringWithCharLimit256', ], 'max' => 100, 'min' => 0, ], 'Scope' => [ 'type' => 'structure', 'members' => [ 'ComplianceResourceTypes' => [ 'shape' => 'ComplianceResourceTypes', ], 'TagKey' => [ 'shape' => 'StringWithCharLimit128', ], 'TagValue' => [ 'shape' => 'StringWithCharLimit256', ], 'ComplianceResourceId' => [ 'shape' => 'StringWithCharLimit256', ], ], ], 'Source' => [ 'type' => 'structure', 'members' => [ 'Owner' => [ 'shape' => 'Owner', ], 'SourceIdentifier' => [ 'shape' => 'StringWithCharLimit256', ], 'SourceDetails' => [ 'shape' => 'SourceDetails', ], ], ], 'SourceDetail' => [ 'type' => 'structure', 'members' => [ 'EventSource' => [ 'shape' => 'EventSource', ], 'MessageType' => [ 'shape' => 'MessageType', ], ], ], 'SourceDetails' => [ 'type' => 'list', 'member' => [ 'shape' => 'SourceDetail', ], 'max' => 25, 'min' => 0, ], 'StartConfigurationRecorderRequest' => [ 'type' => 'structure', 'required' => [ 'ConfigurationRecorderName', ], 'members' => [ 'ConfigurationRecorderName' => [ 'shape' => 'RecorderName', ], ], ], 'StopConfigurationRecorderRequest' => [ 'type' => 'structure', 'required' => [ 'ConfigurationRecorderName', ], 'members' => [ 'ConfigurationRecorderName' => [ 'shape' => 'RecorderName', ], ], ], 'String' => [ 'type' => 'string', ], 'StringWithCharLimit128' => [ 'type' => 'string', 'max' => 128, 'min' => 1, ], 'StringWithCharLimit256' => [ 'type' => 'string', 'max' => 256, 'min' => 1, ], 'StringWithCharLimit64' => [ 'type' => 'string', 'max' => 64, 'min' => 1, ], 'Tags' => [ 'type' => 'map', 'key' => [ 'shape' => 'Name', ], 'value' => [ 'shape' => 'Value', ], ], 'ValidationException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'Value' => [ 'type' => 'string', ], 'Version' => [ 'type' => 'string', ], ],]; +return [ 'version' => '2.0', 'metadata' => [ 'apiVersion' => '2014-11-12', 'endpointPrefix' => 'config', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'Config Service', 'serviceFullName' => 'AWS Config', 'signatureVersion' => 'v4', 'targetPrefix' => 'StarlingDoveService', ], 'operations' => [ 'DeleteConfigRule' => [ 'name' => 'DeleteConfigRule', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteConfigRuleRequest', ], 'errors' => [ [ 'shape' => 'NoSuchConfigRuleException', ], [ 'shape' => 'ResourceInUseException', ], ], ], 'DeleteDeliveryChannel' => [ 'name' => 'DeleteDeliveryChannel', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteDeliveryChannelRequest', ], 'errors' => [ [ 'shape' => 'NoSuchDeliveryChannelException', ], [ 'shape' => 'LastDeliveryChannelDeleteFailedException', ], ], ], 'DeliverConfigSnapshot' => [ 'name' => 'DeliverConfigSnapshot', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeliverConfigSnapshotRequest', ], 'output' => [ 'shape' => 'DeliverConfigSnapshotResponse', ], 'errors' => [ [ 'shape' => 'NoSuchDeliveryChannelException', ], [ 'shape' => 'NoAvailableConfigurationRecorderException', ], [ 'shape' => 'NoRunningConfigurationRecorderException', ], ], ], 'DescribeComplianceByConfigRule' => [ 'name' => 'DescribeComplianceByConfigRule', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeComplianceByConfigRuleRequest', ], 'output' => [ 'shape' => 'DescribeComplianceByConfigRuleResponse', ], 'errors' => [ [ 'shape' => 'InvalidParameterValueException', ], [ 'shape' => 'NoSuchConfigRuleException', ], ], ], 'DescribeComplianceByResource' => [ 'name' => 'DescribeComplianceByResource', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeComplianceByResourceRequest', ], 'output' => [ 'shape' => 'DescribeComplianceByResourceResponse', ], 'errors' => [ [ 'shape' => 'InvalidParameterValueException', ], [ 'shape' => 'InvalidNextTokenException', ], ], ], 'DescribeConfigRuleEvaluationStatus' => [ 'name' => 'DescribeConfigRuleEvaluationStatus', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeConfigRuleEvaluationStatusRequest', ], 'output' => [ 'shape' => 'DescribeConfigRuleEvaluationStatusResponse', ], 'errors' => [ [ 'shape' => 'NoSuchConfigRuleException', ], ], ], 'DescribeConfigRules' => [ 'name' => 'DescribeConfigRules', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeConfigRulesRequest', ], 'output' => [ 'shape' => 'DescribeConfigRulesResponse', ], 'errors' => [ [ 'shape' => 'NoSuchConfigRuleException', ], ], ], 'DescribeConfigurationRecorderStatus' => [ 'name' => 'DescribeConfigurationRecorderStatus', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeConfigurationRecorderStatusRequest', ], 'output' => [ 'shape' => 'DescribeConfigurationRecorderStatusResponse', ], 'errors' => [ [ 'shape' => 'NoSuchConfigurationRecorderException', ], ], ], 'DescribeConfigurationRecorders' => [ 'name' => 'DescribeConfigurationRecorders', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeConfigurationRecordersRequest', ], 'output' => [ 'shape' => 'DescribeConfigurationRecordersResponse', ], 'errors' => [ [ 'shape' => 'NoSuchConfigurationRecorderException', ], ], ], 'DescribeDeliveryChannelStatus' => [ 'name' => 'DescribeDeliveryChannelStatus', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeDeliveryChannelStatusRequest', ], 'output' => [ 'shape' => 'DescribeDeliveryChannelStatusResponse', ], 'errors' => [ [ 'shape' => 'NoSuchDeliveryChannelException', ], ], ], 'DescribeDeliveryChannels' => [ 'name' => 'DescribeDeliveryChannels', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeDeliveryChannelsRequest', ], 'output' => [ 'shape' => 'DescribeDeliveryChannelsResponse', ], 'errors' => [ [ 'shape' => 'NoSuchDeliveryChannelException', ], ], ], 'GetComplianceDetailsByConfigRule' => [ 'name' => 'GetComplianceDetailsByConfigRule', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetComplianceDetailsByConfigRuleRequest', ], 'output' => [ 'shape' => 'GetComplianceDetailsByConfigRuleResponse', ], 'errors' => [ [ 'shape' => 'InvalidParameterValueException', ], [ 'shape' => 'InvalidNextTokenException', ], [ 'shape' => 'NoSuchConfigRuleException', ], ], ], 'GetComplianceDetailsByResource' => [ 'name' => 'GetComplianceDetailsByResource', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetComplianceDetailsByResourceRequest', ], 'output' => [ 'shape' => 'GetComplianceDetailsByResourceResponse', ], 'errors' => [ [ 'shape' => 'InvalidParameterValueException', ], ], ], 'GetComplianceSummaryByConfigRule' => [ 'name' => 'GetComplianceSummaryByConfigRule', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'output' => [ 'shape' => 'GetComplianceSummaryByConfigRuleResponse', ], ], 'GetComplianceSummaryByResourceType' => [ 'name' => 'GetComplianceSummaryByResourceType', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetComplianceSummaryByResourceTypeRequest', ], 'output' => [ 'shape' => 'GetComplianceSummaryByResourceTypeResponse', ], 'errors' => [ [ 'shape' => 'InvalidParameterValueException', ], ], ], 'GetResourceConfigHistory' => [ 'name' => 'GetResourceConfigHistory', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetResourceConfigHistoryRequest', ], 'output' => [ 'shape' => 'GetResourceConfigHistoryResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'InvalidTimeRangeException', ], [ 'shape' => 'InvalidLimitException', ], [ 'shape' => 'InvalidNextTokenException', ], [ 'shape' => 'NoAvailableConfigurationRecorderException', ], [ 'shape' => 'ResourceNotDiscoveredException', ], ], ], 'ListDiscoveredResources' => [ 'name' => 'ListDiscoveredResources', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListDiscoveredResourcesRequest', ], 'output' => [ 'shape' => 'ListDiscoveredResourcesResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'InvalidLimitException', ], [ 'shape' => 'InvalidNextTokenException', ], [ 'shape' => 'NoAvailableConfigurationRecorderException', ], ], ], 'PutConfigRule' => [ 'name' => 'PutConfigRule', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'PutConfigRuleRequest', ], 'errors' => [ [ 'shape' => 'InvalidParameterValueException', ], [ 'shape' => 'MaxNumberOfConfigRulesExceededException', ], [ 'shape' => 'ResourceInUseException', ], [ 'shape' => 'InsufficientPermissionsException', ], ], ], 'PutConfigurationRecorder' => [ 'name' => 'PutConfigurationRecorder', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'PutConfigurationRecorderRequest', ], 'errors' => [ [ 'shape' => 'MaxNumberOfConfigurationRecordersExceededException', ], [ 'shape' => 'InvalidConfigurationRecorderNameException', ], [ 'shape' => 'InvalidRoleException', ], [ 'shape' => 'InvalidRecordingGroupException', ], ], ], 'PutDeliveryChannel' => [ 'name' => 'PutDeliveryChannel', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'PutDeliveryChannelRequest', ], 'errors' => [ [ 'shape' => 'MaxNumberOfDeliveryChannelsExceededException', ], [ 'shape' => 'NoAvailableConfigurationRecorderException', ], [ 'shape' => 'InvalidDeliveryChannelNameException', ], [ 'shape' => 'NoSuchBucketException', ], [ 'shape' => 'InvalidS3KeyPrefixException', ], [ 'shape' => 'InvalidSNSTopicARNException', ], [ 'shape' => 'InsufficientDeliveryPolicyException', ], ], ], 'PutEvaluations' => [ 'name' => 'PutEvaluations', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'PutEvaluationsRequest', ], 'output' => [ 'shape' => 'PutEvaluationsResponse', ], 'errors' => [ [ 'shape' => 'InvalidParameterValueException', ], [ 'shape' => 'InvalidResultTokenException', ], [ 'shape' => 'NoSuchConfigRuleException', ], ], ], 'StartConfigurationRecorder' => [ 'name' => 'StartConfigurationRecorder', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartConfigurationRecorderRequest', ], 'errors' => [ [ 'shape' => 'NoSuchConfigurationRecorderException', ], [ 'shape' => 'NoAvailableDeliveryChannelException', ], ], ], 'StopConfigurationRecorder' => [ 'name' => 'StopConfigurationRecorder', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopConfigurationRecorderRequest', ], 'errors' => [ [ 'shape' => 'NoSuchConfigurationRecorderException', ], ], ], ], 'shapes' => [ 'ARN' => [ 'type' => 'string', ], 'AccountId' => [ 'type' => 'string', ], 'AllSupported' => [ 'type' => 'boolean', ], 'AvailabilityZone' => [ 'type' => 'string', ], 'AwsRegion' => [ 'type' => 'string', ], 'Boolean' => [ 'type' => 'boolean', ], 'ChannelName' => [ 'type' => 'string', 'max' => 256, 'min' => 1, ], 'ChronologicalOrder' => [ 'type' => 'string', 'enum' => [ 'Reverse', 'Forward', ], ], 'Compliance' => [ 'type' => 'structure', 'members' => [ 'ComplianceType' => [ 'shape' => 'ComplianceType', ], 'ComplianceContributorCount' => [ 'shape' => 'ComplianceContributorCount', ], ], ], 'ComplianceByConfigRule' => [ 'type' => 'structure', 'members' => [ 'ConfigRuleName' => [ 'shape' => 'StringWithCharLimit64', ], 'Compliance' => [ 'shape' => 'Compliance', ], ], ], 'ComplianceByConfigRules' => [ 'type' => 'list', 'member' => [ 'shape' => 'ComplianceByConfigRule', ], ], 'ComplianceByResource' => [ 'type' => 'structure', 'members' => [ 'ResourceType' => [ 'shape' => 'StringWithCharLimit256', ], 'ResourceId' => [ 'shape' => 'StringWithCharLimit256', ], 'Compliance' => [ 'shape' => 'Compliance', ], ], ], 'ComplianceByResources' => [ 'type' => 'list', 'member' => [ 'shape' => 'ComplianceByResource', ], ], 'ComplianceContributorCount' => [ 'type' => 'structure', 'members' => [ 'CappedCount' => [ 'shape' => 'Integer', ], 'CapExceeded' => [ 'shape' => 'Boolean', ], ], ], 'ComplianceResourceTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'StringWithCharLimit256', ], 'max' => 100, 'min' => 0, ], 'ComplianceSummariesByResourceType' => [ 'type' => 'list', 'member' => [ 'shape' => 'ComplianceSummaryByResourceType', ], ], 'ComplianceSummary' => [ 'type' => 'structure', 'members' => [ 'CompliantResourceCount' => [ 'shape' => 'ComplianceContributorCount', ], 'NonCompliantResourceCount' => [ 'shape' => 'ComplianceContributorCount', ], 'ComplianceSummaryTimestamp' => [ 'shape' => 'Date', ], ], ], 'ComplianceSummaryByResourceType' => [ 'type' => 'structure', 'members' => [ 'ResourceType' => [ 'shape' => 'StringWithCharLimit256', ], 'ComplianceSummary' => [ 'shape' => 'ComplianceSummary', ], ], ], 'ComplianceType' => [ 'type' => 'string', 'enum' => [ 'COMPLIANT', 'NON_COMPLIANT', 'NOT_APPLICABLE', 'INSUFFICIENT_DATA', ], ], 'ComplianceTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'ComplianceType', ], 'max' => 3, 'min' => 0, ], 'ConfigExportDeliveryInfo' => [ 'type' => 'structure', 'members' => [ 'lastStatus' => [ 'shape' => 'DeliveryStatus', ], 'lastErrorCode' => [ 'shape' => 'String', ], 'lastErrorMessage' => [ 'shape' => 'String', ], 'lastAttemptTime' => [ 'shape' => 'Date', ], 'lastSuccessfulTime' => [ 'shape' => 'Date', ], 'nextDeliveryTime' => [ 'shape' => 'Date', ], ], ], 'ConfigRule' => [ 'type' => 'structure', 'required' => [ 'Source', ], 'members' => [ 'ConfigRuleName' => [ 'shape' => 'StringWithCharLimit64', ], 'ConfigRuleArn' => [ 'shape' => 'String', ], 'ConfigRuleId' => [ 'shape' => 'String', ], 'Description' => [ 'shape' => 'EmptiableStringWithCharLimit256', ], 'Scope' => [ 'shape' => 'Scope', ], 'Source' => [ 'shape' => 'Source', ], 'InputParameters' => [ 'shape' => 'StringWithCharLimit256', ], 'MaximumExecutionFrequency' => [ 'shape' => 'MaximumExecutionFrequency', ], 'ConfigRuleState' => [ 'shape' => 'ConfigRuleState', ], ], ], 'ConfigRuleEvaluationStatus' => [ 'type' => 'structure', 'members' => [ 'ConfigRuleName' => [ 'shape' => 'StringWithCharLimit64', ], 'ConfigRuleArn' => [ 'shape' => 'String', ], 'ConfigRuleId' => [ 'shape' => 'String', ], 'LastSuccessfulInvocationTime' => [ 'shape' => 'Date', ], 'LastFailedInvocationTime' => [ 'shape' => 'Date', ], 'LastSuccessfulEvaluationTime' => [ 'shape' => 'Date', ], 'LastFailedEvaluationTime' => [ 'shape' => 'Date', ], 'FirstActivatedTime' => [ 'shape' => 'Date', ], 'LastErrorCode' => [ 'shape' => 'String', ], 'LastErrorMessage' => [ 'shape' => 'String', ], 'FirstEvaluationStarted' => [ 'shape' => 'Boolean', ], ], ], 'ConfigRuleEvaluationStatusList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ConfigRuleEvaluationStatus', ], ], 'ConfigRuleNames' => [ 'type' => 'list', 'member' => [ 'shape' => 'StringWithCharLimit64', ], 'max' => 25, 'min' => 0, ], 'ConfigRuleState' => [ 'type' => 'string', 'enum' => [ 'ACTIVE', 'DELETING', ], ], 'ConfigRules' => [ 'type' => 'list', 'member' => [ 'shape' => 'ConfigRule', ], ], 'ConfigSnapshotDeliveryProperties' => [ 'type' => 'structure', 'members' => [ 'deliveryFrequency' => [ 'shape' => 'MaximumExecutionFrequency', ], ], ], 'ConfigStreamDeliveryInfo' => [ 'type' => 'structure', 'members' => [ 'lastStatus' => [ 'shape' => 'DeliveryStatus', ], 'lastErrorCode' => [ 'shape' => 'String', ], 'lastErrorMessage' => [ 'shape' => 'String', ], 'lastStatusChangeTime' => [ 'shape' => 'Date', ], ], ], 'Configuration' => [ 'type' => 'string', ], 'ConfigurationItem' => [ 'type' => 'structure', 'members' => [ 'version' => [ 'shape' => 'Version', ], 'accountId' => [ 'shape' => 'AccountId', ], 'configurationItemCaptureTime' => [ 'shape' => 'ConfigurationItemCaptureTime', ], 'configurationItemStatus' => [ 'shape' => 'ConfigurationItemStatus', ], 'configurationStateId' => [ 'shape' => 'ConfigurationStateId', ], 'configurationItemMD5Hash' => [ 'shape' => 'ConfigurationItemMD5Hash', ], 'arn' => [ 'shape' => 'ARN', ], 'resourceType' => [ 'shape' => 'ResourceType', ], 'resourceId' => [ 'shape' => 'ResourceId', ], 'resourceName' => [ 'shape' => 'ResourceName', ], 'awsRegion' => [ 'shape' => 'AwsRegion', ], 'availabilityZone' => [ 'shape' => 'AvailabilityZone', ], 'resourceCreationTime' => [ 'shape' => 'ResourceCreationTime', ], 'tags' => [ 'shape' => 'Tags', ], 'relatedEvents' => [ 'shape' => 'RelatedEventList', ], 'relationships' => [ 'shape' => 'RelationshipList', ], 'configuration' => [ 'shape' => 'Configuration', ], ], ], 'ConfigurationItemCaptureTime' => [ 'type' => 'timestamp', ], 'ConfigurationItemList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ConfigurationItem', ], ], 'ConfigurationItemMD5Hash' => [ 'type' => 'string', ], 'ConfigurationItemStatus' => [ 'type' => 'string', 'enum' => [ 'Ok', 'Failed', 'Discovered', 'Deleted', ], ], 'ConfigurationRecorder' => [ 'type' => 'structure', 'members' => [ 'name' => [ 'shape' => 'RecorderName', ], 'roleARN' => [ 'shape' => 'String', ], 'recordingGroup' => [ 'shape' => 'RecordingGroup', ], ], ], 'ConfigurationRecorderList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ConfigurationRecorder', ], ], 'ConfigurationRecorderNameList' => [ 'type' => 'list', 'member' => [ 'shape' => 'RecorderName', ], ], 'ConfigurationRecorderStatus' => [ 'type' => 'structure', 'members' => [ 'name' => [ 'shape' => 'String', ], 'lastStartTime' => [ 'shape' => 'Date', ], 'lastStopTime' => [ 'shape' => 'Date', ], 'recording' => [ 'shape' => 'Boolean', ], 'lastStatus' => [ 'shape' => 'RecorderStatus', ], 'lastErrorCode' => [ 'shape' => 'String', ], 'lastErrorMessage' => [ 'shape' => 'String', ], 'lastStatusChangeTime' => [ 'shape' => 'Date', ], ], ], 'ConfigurationRecorderStatusList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ConfigurationRecorderStatus', ], ], 'ConfigurationStateId' => [ 'type' => 'string', ], 'Date' => [ 'type' => 'timestamp', ], 'DeleteConfigRuleRequest' => [ 'type' => 'structure', 'required' => [ 'ConfigRuleName', ], 'members' => [ 'ConfigRuleName' => [ 'shape' => 'StringWithCharLimit64', ], ], ], 'DeleteDeliveryChannelRequest' => [ 'type' => 'structure', 'required' => [ 'DeliveryChannelName', ], 'members' => [ 'DeliveryChannelName' => [ 'shape' => 'ChannelName', ], ], ], 'DeliverConfigSnapshotRequest' => [ 'type' => 'structure', 'required' => [ 'deliveryChannelName', ], 'members' => [ 'deliveryChannelName' => [ 'shape' => 'ChannelName', ], ], ], 'DeliverConfigSnapshotResponse' => [ 'type' => 'structure', 'members' => [ 'configSnapshotId' => [ 'shape' => 'String', ], ], ], 'DeliveryChannel' => [ 'type' => 'structure', 'members' => [ 'name' => [ 'shape' => 'ChannelName', ], 's3BucketName' => [ 'shape' => 'String', ], 's3KeyPrefix' => [ 'shape' => 'String', ], 'snsTopicARN' => [ 'shape' => 'String', ], 'configSnapshotDeliveryProperties' => [ 'shape' => 'ConfigSnapshotDeliveryProperties', ], ], ], 'DeliveryChannelList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DeliveryChannel', ], ], 'DeliveryChannelNameList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ChannelName', ], ], 'DeliveryChannelStatus' => [ 'type' => 'structure', 'members' => [ 'name' => [ 'shape' => 'String', ], 'configSnapshotDeliveryInfo' => [ 'shape' => 'ConfigExportDeliveryInfo', ], 'configHistoryDeliveryInfo' => [ 'shape' => 'ConfigExportDeliveryInfo', ], 'configStreamDeliveryInfo' => [ 'shape' => 'ConfigStreamDeliveryInfo', ], ], ], 'DeliveryChannelStatusList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DeliveryChannelStatus', ], ], 'DeliveryStatus' => [ 'type' => 'string', 'enum' => [ 'Success', 'Failure', 'Not_Applicable', ], ], 'DescribeComplianceByConfigRuleRequest' => [ 'type' => 'structure', 'members' => [ 'ConfigRuleNames' => [ 'shape' => 'ConfigRuleNames', ], 'ComplianceTypes' => [ 'shape' => 'ComplianceTypes', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeComplianceByConfigRuleResponse' => [ 'type' => 'structure', 'members' => [ 'ComplianceByConfigRules' => [ 'shape' => 'ComplianceByConfigRules', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeComplianceByResourceRequest' => [ 'type' => 'structure', 'members' => [ 'ResourceType' => [ 'shape' => 'StringWithCharLimit256', ], 'ResourceId' => [ 'shape' => 'StringWithCharLimit256', ], 'ComplianceTypes' => [ 'shape' => 'ComplianceTypes', ], 'Limit' => [ 'shape' => 'Limit', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'DescribeComplianceByResourceResponse' => [ 'type' => 'structure', 'members' => [ 'ComplianceByResources' => [ 'shape' => 'ComplianceByResources', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'DescribeConfigRuleEvaluationStatusRequest' => [ 'type' => 'structure', 'members' => [ 'ConfigRuleNames' => [ 'shape' => 'ConfigRuleNames', ], ], ], 'DescribeConfigRuleEvaluationStatusResponse' => [ 'type' => 'structure', 'members' => [ 'ConfigRulesEvaluationStatus' => [ 'shape' => 'ConfigRuleEvaluationStatusList', ], ], ], 'DescribeConfigRulesRequest' => [ 'type' => 'structure', 'members' => [ 'ConfigRuleNames' => [ 'shape' => 'ConfigRuleNames', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeConfigRulesResponse' => [ 'type' => 'structure', 'members' => [ 'ConfigRules' => [ 'shape' => 'ConfigRules', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeConfigurationRecorderStatusRequest' => [ 'type' => 'structure', 'members' => [ 'ConfigurationRecorderNames' => [ 'shape' => 'ConfigurationRecorderNameList', ], ], ], 'DescribeConfigurationRecorderStatusResponse' => [ 'type' => 'structure', 'members' => [ 'ConfigurationRecordersStatus' => [ 'shape' => 'ConfigurationRecorderStatusList', ], ], ], 'DescribeConfigurationRecordersRequest' => [ 'type' => 'structure', 'members' => [ 'ConfigurationRecorderNames' => [ 'shape' => 'ConfigurationRecorderNameList', ], ], ], 'DescribeConfigurationRecordersResponse' => [ 'type' => 'structure', 'members' => [ 'ConfigurationRecorders' => [ 'shape' => 'ConfigurationRecorderList', ], ], ], 'DescribeDeliveryChannelStatusRequest' => [ 'type' => 'structure', 'members' => [ 'DeliveryChannelNames' => [ 'shape' => 'DeliveryChannelNameList', ], ], ], 'DescribeDeliveryChannelStatusResponse' => [ 'type' => 'structure', 'members' => [ 'DeliveryChannelsStatus' => [ 'shape' => 'DeliveryChannelStatusList', ], ], ], 'DescribeDeliveryChannelsRequest' => [ 'type' => 'structure', 'members' => [ 'DeliveryChannelNames' => [ 'shape' => 'DeliveryChannelNameList', ], ], ], 'DescribeDeliveryChannelsResponse' => [ 'type' => 'structure', 'members' => [ 'DeliveryChannels' => [ 'shape' => 'DeliveryChannelList', ], ], ], 'EarlierTime' => [ 'type' => 'timestamp', ], 'EmptiableStringWithCharLimit256' => [ 'type' => 'string', 'max' => 256, 'min' => 0, ], 'Evaluation' => [ 'type' => 'structure', 'required' => [ 'ComplianceResourceType', 'ComplianceResourceId', 'ComplianceType', 'OrderingTimestamp', ], 'members' => [ 'ComplianceResourceType' => [ 'shape' => 'StringWithCharLimit256', ], 'ComplianceResourceId' => [ 'shape' => 'StringWithCharLimit256', ], 'ComplianceType' => [ 'shape' => 'ComplianceType', ], 'Annotation' => [ 'shape' => 'StringWithCharLimit256', ], 'OrderingTimestamp' => [ 'shape' => 'OrderingTimestamp', ], ], ], 'EvaluationResult' => [ 'type' => 'structure', 'members' => [ 'EvaluationResultIdentifier' => [ 'shape' => 'EvaluationResultIdentifier', ], 'ComplianceType' => [ 'shape' => 'ComplianceType', ], 'ResultRecordedTime' => [ 'shape' => 'Date', ], 'ConfigRuleInvokedTime' => [ 'shape' => 'Date', ], 'Annotation' => [ 'shape' => 'StringWithCharLimit256', ], 'ResultToken' => [ 'shape' => 'String', ], ], ], 'EvaluationResultIdentifier' => [ 'type' => 'structure', 'members' => [ 'EvaluationResultQualifier' => [ 'shape' => 'EvaluationResultQualifier', ], 'OrderingTimestamp' => [ 'shape' => 'Date', ], ], ], 'EvaluationResultQualifier' => [ 'type' => 'structure', 'members' => [ 'ConfigRuleName' => [ 'shape' => 'StringWithCharLimit64', ], 'ResourceType' => [ 'shape' => 'StringWithCharLimit256', ], 'ResourceId' => [ 'shape' => 'StringWithCharLimit256', ], ], ], 'EvaluationResults' => [ 'type' => 'list', 'member' => [ 'shape' => 'EvaluationResult', ], ], 'Evaluations' => [ 'type' => 'list', 'member' => [ 'shape' => 'Evaluation', ], 'max' => 100, 'min' => 0, ], 'EventSource' => [ 'type' => 'string', 'enum' => [ 'aws.config', ], ], 'GetComplianceDetailsByConfigRuleRequest' => [ 'type' => 'structure', 'required' => [ 'ConfigRuleName', ], 'members' => [ 'ConfigRuleName' => [ 'shape' => 'StringWithCharLimit64', ], 'ComplianceTypes' => [ 'shape' => 'ComplianceTypes', ], 'Limit' => [ 'shape' => 'Limit', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'GetComplianceDetailsByConfigRuleResponse' => [ 'type' => 'structure', 'members' => [ 'EvaluationResults' => [ 'shape' => 'EvaluationResults', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'GetComplianceDetailsByResourceRequest' => [ 'type' => 'structure', 'required' => [ 'ResourceType', 'ResourceId', ], 'members' => [ 'ResourceType' => [ 'shape' => 'StringWithCharLimit256', ], 'ResourceId' => [ 'shape' => 'StringWithCharLimit256', ], 'ComplianceTypes' => [ 'shape' => 'ComplianceTypes', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'GetComplianceDetailsByResourceResponse' => [ 'type' => 'structure', 'members' => [ 'EvaluationResults' => [ 'shape' => 'EvaluationResults', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'GetComplianceSummaryByConfigRuleResponse' => [ 'type' => 'structure', 'members' => [ 'ComplianceSummary' => [ 'shape' => 'ComplianceSummary', ], ], ], 'GetComplianceSummaryByResourceTypeRequest' => [ 'type' => 'structure', 'members' => [ 'ResourceTypes' => [ 'shape' => 'ResourceTypes', ], ], ], 'GetComplianceSummaryByResourceTypeResponse' => [ 'type' => 'structure', 'members' => [ 'ComplianceSummariesByResourceType' => [ 'shape' => 'ComplianceSummariesByResourceType', ], ], ], 'GetResourceConfigHistoryRequest' => [ 'type' => 'structure', 'required' => [ 'resourceType', 'resourceId', ], 'members' => [ 'resourceType' => [ 'shape' => 'ResourceType', ], 'resourceId' => [ 'shape' => 'ResourceId', ], 'laterTime' => [ 'shape' => 'LaterTime', ], 'earlierTime' => [ 'shape' => 'EarlierTime', ], 'chronologicalOrder' => [ 'shape' => 'ChronologicalOrder', ], 'limit' => [ 'shape' => 'Limit', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'GetResourceConfigHistoryResponse' => [ 'type' => 'structure', 'members' => [ 'configurationItems' => [ 'shape' => 'ConfigurationItemList', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'IncludeGlobalResourceTypes' => [ 'type' => 'boolean', ], 'InsufficientDeliveryPolicyException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InsufficientPermissionsException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'Integer' => [ 'type' => 'integer', ], 'InvalidConfigurationRecorderNameException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidDeliveryChannelNameException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidLimitException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidNextTokenException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidParameterValueException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidRecordingGroupException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidResultTokenException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidRoleException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidS3KeyPrefixException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidSNSTopicARNException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidTimeRangeException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'LastDeliveryChannelDeleteFailedException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'LaterTime' => [ 'type' => 'timestamp', ], 'Limit' => [ 'type' => 'integer', 'max' => 100, 'min' => 0, ], 'ListDiscoveredResourcesRequest' => [ 'type' => 'structure', 'required' => [ 'resourceType', ], 'members' => [ 'resourceType' => [ 'shape' => 'ResourceType', ], 'resourceIds' => [ 'shape' => 'ResourceIdList', ], 'resourceName' => [ 'shape' => 'ResourceName', ], 'limit' => [ 'shape' => 'Limit', ], 'includeDeletedResources' => [ 'shape' => 'Boolean', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListDiscoveredResourcesResponse' => [ 'type' => 'structure', 'members' => [ 'resourceIdentifiers' => [ 'shape' => 'ResourceIdentifierList', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'MaxNumberOfConfigRulesExceededException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'MaxNumberOfConfigurationRecordersExceededException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'MaxNumberOfDeliveryChannelsExceededException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'MaximumExecutionFrequency' => [ 'type' => 'string', 'enum' => [ 'One_Hour', 'Three_Hours', 'Six_Hours', 'Twelve_Hours', 'TwentyFour_Hours', ], ], 'MessageType' => [ 'type' => 'string', 'enum' => [ 'ConfigurationItemChangeNotification', 'ConfigurationSnapshotDeliveryCompleted', ], ], 'Name' => [ 'type' => 'string', ], 'NextToken' => [ 'type' => 'string', ], 'NoAvailableConfigurationRecorderException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'NoAvailableDeliveryChannelException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'NoRunningConfigurationRecorderException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'NoSuchBucketException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'NoSuchConfigRuleException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'NoSuchConfigurationRecorderException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'NoSuchDeliveryChannelException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'OrderingTimestamp' => [ 'type' => 'timestamp', ], 'Owner' => [ 'type' => 'string', 'enum' => [ 'CUSTOM_LAMBDA', 'AWS', ], ], 'PutConfigRuleRequest' => [ 'type' => 'structure', 'required' => [ 'ConfigRule', ], 'members' => [ 'ConfigRule' => [ 'shape' => 'ConfigRule', ], ], ], 'PutConfigurationRecorderRequest' => [ 'type' => 'structure', 'required' => [ 'ConfigurationRecorder', ], 'members' => [ 'ConfigurationRecorder' => [ 'shape' => 'ConfigurationRecorder', ], ], ], 'PutDeliveryChannelRequest' => [ 'type' => 'structure', 'required' => [ 'DeliveryChannel', ], 'members' => [ 'DeliveryChannel' => [ 'shape' => 'DeliveryChannel', ], ], ], 'PutEvaluationsRequest' => [ 'type' => 'structure', 'required' => [ 'ResultToken', ], 'members' => [ 'Evaluations' => [ 'shape' => 'Evaluations', ], 'ResultToken' => [ 'shape' => 'String', ], ], ], 'PutEvaluationsResponse' => [ 'type' => 'structure', 'members' => [ 'FailedEvaluations' => [ 'shape' => 'Evaluations', ], ], ], 'RecorderName' => [ 'type' => 'string', 'max' => 256, 'min' => 1, ], 'RecorderStatus' => [ 'type' => 'string', 'enum' => [ 'Pending', 'Success', 'Failure', ], ], 'RecordingGroup' => [ 'type' => 'structure', 'members' => [ 'allSupported' => [ 'shape' => 'AllSupported', ], 'includeGlobalResourceTypes' => [ 'shape' => 'IncludeGlobalResourceTypes', ], 'resourceTypes' => [ 'shape' => 'ResourceTypeList', ], ], ], 'RelatedEvent' => [ 'type' => 'string', ], 'RelatedEventList' => [ 'type' => 'list', 'member' => [ 'shape' => 'RelatedEvent', ], ], 'Relationship' => [ 'type' => 'structure', 'members' => [ 'resourceType' => [ 'shape' => 'ResourceType', ], 'resourceId' => [ 'shape' => 'ResourceId', ], 'resourceName' => [ 'shape' => 'ResourceName', ], 'relationshipName' => [ 'shape' => 'RelationshipName', ], ], ], 'RelationshipList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Relationship', ], ], 'RelationshipName' => [ 'type' => 'string', ], 'ResourceCreationTime' => [ 'type' => 'timestamp', ], 'ResourceDeletionTime' => [ 'type' => 'timestamp', ], 'ResourceId' => [ 'type' => 'string', ], 'ResourceIdList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ResourceId', ], ], 'ResourceIdentifier' => [ 'type' => 'structure', 'members' => [ 'resourceType' => [ 'shape' => 'ResourceType', ], 'resourceId' => [ 'shape' => 'ResourceId', ], 'resourceName' => [ 'shape' => 'ResourceName', ], 'resourceDeletionTime' => [ 'shape' => 'ResourceDeletionTime', ], ], ], 'ResourceIdentifierList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ResourceIdentifier', ], ], 'ResourceInUseException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'ResourceName' => [ 'type' => 'string', ], 'ResourceNotDiscoveredException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'ResourceType' => [ 'type' => 'string', 'enum' => [ 'AWS::EC2::CustomerGateway', 'AWS::EC2::EIP', 'AWS::EC2::Host', 'AWS::EC2::Instance', 'AWS::EC2::InternetGateway', 'AWS::EC2::NetworkAcl', 'AWS::EC2::NetworkInterface', 'AWS::EC2::RouteTable', 'AWS::EC2::SecurityGroup', 'AWS::EC2::Subnet', 'AWS::CloudTrail::Trail', 'AWS::EC2::Volume', 'AWS::EC2::VPC', 'AWS::EC2::VPNConnection', 'AWS::EC2::VPNGateway', 'AWS::IAM::Group', 'AWS::IAM::Policy', 'AWS::IAM::Role', 'AWS::IAM::User', ], ], 'ResourceTypeList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ResourceType', ], ], 'ResourceTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'StringWithCharLimit256', ], 'max' => 100, 'min' => 0, ], 'Scope' => [ 'type' => 'structure', 'members' => [ 'ComplianceResourceTypes' => [ 'shape' => 'ComplianceResourceTypes', ], 'TagKey' => [ 'shape' => 'StringWithCharLimit128', ], 'TagValue' => [ 'shape' => 'StringWithCharLimit256', ], 'ComplianceResourceId' => [ 'shape' => 'StringWithCharLimit256', ], ], ], 'Source' => [ 'type' => 'structure', 'members' => [ 'Owner' => [ 'shape' => 'Owner', ], 'SourceIdentifier' => [ 'shape' => 'StringWithCharLimit256', ], 'SourceDetails' => [ 'shape' => 'SourceDetails', ], ], ], 'SourceDetail' => [ 'type' => 'structure', 'members' => [ 'EventSource' => [ 'shape' => 'EventSource', ], 'MessageType' => [ 'shape' => 'MessageType', ], ], ], 'SourceDetails' => [ 'type' => 'list', 'member' => [ 'shape' => 'SourceDetail', ], 'max' => 25, 'min' => 0, ], 'StartConfigurationRecorderRequest' => [ 'type' => 'structure', 'required' => [ 'ConfigurationRecorderName', ], 'members' => [ 'ConfigurationRecorderName' => [ 'shape' => 'RecorderName', ], ], ], 'StopConfigurationRecorderRequest' => [ 'type' => 'structure', 'required' => [ 'ConfigurationRecorderName', ], 'members' => [ 'ConfigurationRecorderName' => [ 'shape' => 'RecorderName', ], ], ], 'String' => [ 'type' => 'string', ], 'StringWithCharLimit128' => [ 'type' => 'string', 'max' => 128, 'min' => 1, ], 'StringWithCharLimit256' => [ 'type' => 'string', 'max' => 256, 'min' => 1, ], 'StringWithCharLimit64' => [ 'type' => 'string', 'max' => 64, 'min' => 1, ], 'Tags' => [ 'type' => 'map', 'key' => [ 'shape' => 'Name', ], 'value' => [ 'shape' => 'Value', ], ], 'ValidationException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'Value' => [ 'type' => 'string', ], 'Version' => [ 'type' => 'string', ], ],]; diff --git a/src/data/config/2014-11-12/docs-2.json b/src/data/config/2014-11-12/docs-2.json index c060ac068a..8812a0d641 100644 --- a/src/data/config/2014-11-12/docs-2.json +++ b/src/data/config/2014-11-12/docs-2.json @@ -42,7 +42,7 @@ "AllSupported": { "base": null, "refs": { - "RecordingGroup$allSupported": "

Records all supported resource types in the recording group. For a list of supported resource types, see Supported resource types. If you specify allSupported, you cannot enumerate a list of resourceTypes.

" + "RecordingGroup$allSupported": "

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, you cannot enumerate a list of resourceTypes.

" } }, "AvailabilityZone": { @@ -61,6 +61,7 @@ "base": null, "refs": { "ComplianceContributorCount$CapExceeded": "

Indicates whether the maximum count is reached.

", + "ConfigRuleEvaluationStatus$FirstEvaluationStarted": "

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

", "ConfigurationRecorderStatus$recording": "

Specifies whether the recorder is currently recording or not.

", "ListDiscoveredResourcesRequest$includeDeletedResources": "

Specifies whether AWS Config includes deleted resources in the results. By default, deleted resources are not included.

" } @@ -303,6 +304,8 @@ "ConfigExportDeliveryInfo$nextDeliveryTime": "

The time that the next delivery occurs.

", "ConfigRuleEvaluationStatus$LastSuccessfulInvocationTime": "

The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.

", "ConfigRuleEvaluationStatus$LastFailedInvocationTime": "

The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.

", + "ConfigRuleEvaluationStatus$LastSuccessfulEvaluationTime": "

The time that AWS Config last successfully evaluated your AWS resources against the rule.

", + "ConfigRuleEvaluationStatus$LastFailedEvaluationTime": "

The time that AWS Config last failed to evaluate your AWS resources against the rule.

", "ConfigRuleEvaluationStatus$FirstActivatedTime": "

The time that you first activated the AWS Config rule.

", "ConfigStreamDeliveryInfo$lastStatusChangeTime": "

The time from the last status change.

", "ConfigurationRecorderStatus$lastStartTime": "

The time the recorder was last started.

", @@ -553,11 +556,22 @@ "refs": { } }, + "IncludeGlobalResourceTypes": { + "base": null, + "refs": { + "RecordingGroup$includeGlobalResourceTypes": "

Specifies whether AWS Config includes all supported types of global resources with the resources that it records.

Before you can set this option to true, you must set the allSupported option to true.

If you set this option to true, when AWS Config adds support for a new type of global resource, it automatically starts recording resources of that type.

" + } + }, "InsufficientDeliveryPolicyException": { "base": "

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

", "refs": { } }, + "InsufficientPermissionsException": { + "base": "

Indicates one of the following errors:

", + "refs": { + } + }, "Integer": { "base": null, "refs": { @@ -784,9 +798,9 @@ } }, "RecordingGroup": { - "base": "

The group of AWS resource types that AWS Config records when starting the configuration recorder.

recordingGroup can have one and only one parameter. Choose either allSupported or resourceTypes.

", + "base": "

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.

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

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 Supported resource types.

For more information, see Selecting Which Resources AWS Config Records.

", "refs": { - "ConfigurationRecorder$recordingGroup": "

The recording group specifies either to record configurations for all supported resources or to provide a list of resource types to record. The list of resource types must be a subset of supported resource types.

" + "ConfigurationRecorder$recordingGroup": "

Specifies the types of AWS resource for which AWS Config records configuration changes.

" } }, "RelatedEvent": { @@ -892,7 +906,7 @@ "ResourceTypeList": { "base": null, "refs": { - "RecordingGroup$resourceTypes": "

A comma-separated list of strings representing valid AWS resource types (for example, AWS::EC2::Instance or AWS::CloudTrail::Trail). resourceTypes is only valid if you have chosen not to select allSupported. For a list of valid resourceTypes values, see the resourceType Value column in the following topic: Supported AWS Resource Types.

" + "RecordingGroup$resourceTypes": "

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.

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 Supported AWS Resource Types.

" } }, "ResourceTypes": { diff --git a/src/data/config/2014-11-12/docs-2.json.php b/src/data/config/2014-11-12/docs-2.json.php index 52973c4a40..c9bdd4b97f 100644 --- a/src/data/config/2014-11-12/docs-2.json.php +++ b/src/data/config/2014-11-12/docs-2.json.php @@ -1,3 +1,3 @@ '2.0', 'service' => '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 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

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 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 What Is AWS Config? in the AWS Config Developer Guide.

', 'operations' => [ 'DeleteConfigRule' => '

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 request for the rule, you will receive a ResourceInUseException.

You can check the state of a rule by using the DescribeConfigRules request.

', 'DeleteDeliveryChannel' => '

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.

', 'DeliverConfigSnapshot' => '

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.

', 'DescribeComplianceByConfigRule' => '

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.

If AWS Config has no current evaluation results for the rule, it returns InsufficientData. This result might indicate one of the following conditions:

', 'DescribeComplianceByResource' => '

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.

If AWS Config has no current evaluation results for the resource, it returns InsufficientData. This result might indicate one of the following conditions about the rules that evaluate the resource:

', 'DescribeConfigRuleEvaluationStatus' => '

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.

', 'DescribeConfigRules' => '

Returns details about your AWS Config rules.

', 'DescribeConfigurationRecorderStatus' => '

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.', 'DescribeConfigurationRecorders' => '

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.

', 'DescribeDeliveryChannelStatus' => '

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.', 'DescribeDeliveryChannels' => '

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.

', 'GetComplianceDetailsByConfigRule' => '

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.

', 'GetComplianceDetailsByResource' => '

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.

', 'GetComplianceSummaryByConfigRule' => '

Returns the number of AWS Config rules that are compliant and noncompliant, up to a maximum of 25 for each.

', 'GetComplianceSummaryByResourceType' => '

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.

', 'GetResourceConfigHistory' => '

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.

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.

', 'ListDiscoveredResources' => '

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.

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.

', 'PutConfigRule' => '

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.

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

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 Evaluating AWS Resource Configurations with AWS Config in the AWS Config Developer Guide.

', 'PutConfigurationRecorder' => '

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.

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.

', 'PutDeliveryChannel' => '

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.

Currently, you can specify only one delivery channel per account.

', 'PutEvaluations' => '

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.

', 'StartConfigurationRecorder' => '

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.

', 'StopConfigurationRecorder' => '

Stops recording configurations of the AWS resources you have selected to record in your AWS account.

', ], 'shapes' => [ 'ARN' => [ 'base' => NULL, 'refs' => [ 'ConfigurationItem$arn' => '

The Amazon Resource Name (ARN] of the resource.

', ], ], 'AccountId' => [ 'base' => NULL, 'refs' => [ 'ConfigurationItem$accountId' => '

The 12 digit AWS account ID associated with the resource.

', ], ], 'AllSupported' => [ 'base' => NULL, 'refs' => [ 'RecordingGroup$allSupported' => '

Records all supported resource types in the recording group. For a list of supported resource types, see Supported resource types. If you specify allSupported, you cannot enumerate a list of resourceTypes.

', ], ], 'AvailabilityZone' => [ 'base' => NULL, 'refs' => [ 'ConfigurationItem$availabilityZone' => '

The Availability Zone associated with the resource.

', ], ], 'AwsRegion' => [ 'base' => NULL, 'refs' => [ 'ConfigurationItem$awsRegion' => '

The region where the resource resides.

', ], ], 'Boolean' => [ 'base' => NULL, 'refs' => [ 'ComplianceContributorCount$CapExceeded' => '

Indicates whether the maximum count is reached.

', 'ConfigurationRecorderStatus$recording' => '

Specifies whether the recorder is currently recording or not.

', 'ListDiscoveredResourcesRequest$includeDeletedResources' => '

Specifies whether AWS Config includes deleted resources in the results. By default, deleted resources are not included.

', ], ], 'ChannelName' => [ 'base' => NULL, 'refs' => [ 'DeleteDeliveryChannelRequest$DeliveryChannelName' => '

The name of the delivery channel to delete.

', 'DeliverConfigSnapshotRequest$deliveryChannelName' => '

The name of the delivery channel through which the snapshot is delivered.

', 'DeliveryChannel$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.

', 'DeliveryChannelNameList$member' => NULL, ], ], 'ChronologicalOrder' => [ 'base' => NULL, 'refs' => [ 'GetResourceConfigHistoryRequest$chronologicalOrder' => '

The chronological order for configuration items listed. By default the results are listed in reverse chronological order.

', ], ], 'Compliance' => [ 'base' => '

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

', 'refs' => [ 'ComplianceByConfigRule$Compliance' => '

Indicates whether the AWS Config rule is compliant.

', 'ComplianceByResource$Compliance' => '

Indicates whether the AWS resource complies with all of the AWS Config rules that evaluated it.

', ], ], 'ComplianceByConfigRule' => [ 'base' => '

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.

', 'refs' => [ 'ComplianceByConfigRules$member' => NULL, ], ], 'ComplianceByConfigRules' => [ 'base' => NULL, 'refs' => [ 'DescribeComplianceByConfigRuleResponse$ComplianceByConfigRules' => '

Indicates whether each of the specified AWS Config rules is compliant.

', ], ], 'ComplianceByResource' => [ 'base' => '

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.

', 'refs' => [ 'ComplianceByResources$member' => NULL, ], ], 'ComplianceByResources' => [ 'base' => NULL, 'refs' => [ 'DescribeComplianceByResourceResponse$ComplianceByResources' => '

Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.

', ], ], 'ComplianceContributorCount' => [ 'base' => '

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

', 'refs' => [ 'Compliance$ComplianceContributorCount' => '

The number of AWS resources or AWS Config rules that cause a result of NON_COMPLIANT, up to a maximum of 25.

', 'ComplianceSummary$CompliantResourceCount' => '

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

', 'ComplianceSummary$NonCompliantResourceCount' => '

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

', ], ], 'ComplianceResourceTypes' => [ 'base' => NULL, 'refs' => [ 'Scope$ComplianceResourceTypes' => '

The resource types of only those AWS resources that you want AWS Config to evaluate against the rule. You can specify only one type if you also specify resource IDs for ComplianceResourceId.

', ], ], 'ComplianceSummariesByResourceType' => [ 'base' => NULL, 'refs' => [ 'GetComplianceSummaryByResourceTypeResponse$ComplianceSummariesByResourceType' => '

The number of resources that are compliant and the number that are noncompliant. If one or more resource types were provided with the request, the numbers are returned for each resource type. The maximum number returned is 100.

', ], ], 'ComplianceSummary' => [ 'base' => '

The number of AWS Config rules or AWS resources that are compliant and noncompliant, up to a maximum.

', 'refs' => [ 'ComplianceSummaryByResourceType$ComplianceSummary' => '

The number of AWS resources that are compliant or noncompliant, up to a maximum of 100 for each compliance.

', 'GetComplianceSummaryByConfigRuleResponse$ComplianceSummary' => '

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

', ], ], 'ComplianceSummaryByResourceType' => [ 'base' => '

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

', 'refs' => [ 'ComplianceSummariesByResourceType$member' => NULL, ], ], 'ComplianceType' => [ 'base' => NULL, 'refs' => [ 'Compliance$ComplianceType' => '

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

', 'ComplianceTypes$member' => NULL, 'Evaluation$ComplianceType' => '

Indicates whether the AWS resource complies with the AWS Config rule that it was evaluated against.

', 'EvaluationResult$ComplianceType' => '

Indicates whether the AWS resource complies with the AWS Config rule that evaluated it.

', ], ], 'ComplianceTypes' => [ 'base' => NULL, 'refs' => [ 'DescribeComplianceByConfigRuleRequest$ComplianceTypes' => '

Filters the results by compliance. The valid values are Compliant and NonCompliant.

', 'DescribeComplianceByResourceRequest$ComplianceTypes' => '

Filters the results by compliance. The valid values are Compliant and NonCompliant.

', 'GetComplianceDetailsByConfigRuleRequest$ComplianceTypes' => '

Specify to filter the results by compliance. The valid values are Compliant, NonCompliant, and NotApplicable.

', 'GetComplianceDetailsByResourceRequest$ComplianceTypes' => '

Specify to filter the results by compliance. The valid values are Compliant, NonCompliant, and NotApplicable.

', ], ], 'ConfigExportDeliveryInfo' => [ 'base' => '

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

', 'refs' => [ 'DeliveryChannelStatus$configSnapshotDeliveryInfo' => '

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

', 'DeliveryChannelStatus$configHistoryDeliveryInfo' => '

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

', ], ], 'ConfigRule' => [ 'base' => '

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 or delivers a configuration snapshot. This function can evaluate any resource in the recording group. To define which of these are evaluated, specify a value for the Scope key.

For more information about developing and using AWS Config rules, see Evaluating AWS Resource Configurations with AWS Config in the AWS Config Developer Guide.

', 'refs' => [ 'ConfigRules$member' => NULL, 'PutConfigRuleRequest$ConfigRule' => NULL, ], ], 'ConfigRuleEvaluationStatus' => [ 'base' => '

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.

', 'refs' => [ 'ConfigRuleEvaluationStatusList$member' => NULL, ], ], 'ConfigRuleEvaluationStatusList' => [ 'base' => NULL, 'refs' => [ 'DescribeConfigRuleEvaluationStatusResponse$ConfigRulesEvaluationStatus' => '

Status information about your AWS managed Config rules.

', ], ], 'ConfigRuleNames' => [ 'base' => NULL, 'refs' => [ 'DescribeComplianceByConfigRuleRequest$ConfigRuleNames' => '

Specify one or more AWS Config rule names to filter the results by rule.

', 'DescribeConfigRuleEvaluationStatusRequest$ConfigRuleNames' => '

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.

', 'DescribeConfigRulesRequest$ConfigRuleNames' => '

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.

', ], ], 'ConfigRuleState' => [ 'base' => NULL, 'refs' => [ 'ConfigRule$ConfigRuleState' => '

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.

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.

', ], ], 'ConfigRules' => [ 'base' => NULL, 'refs' => [ 'DescribeConfigRulesResponse$ConfigRules' => '

The details about your AWS Config rules.

', ], ], 'ConfigSnapshotDeliveryProperties' => [ 'base' => '

Options for how AWS Config delivers configuration snapshots to the Amazon S3 bucket in your delivery channel.

', 'refs' => [ 'DeliveryChannel$configSnapshotDeliveryProperties' => NULL, ], ], 'ConfigStreamDeliveryInfo' => [ 'base' => '

A list that contains the status of the delivery of the configuration stream notification to the Amazon SNS topic.

', 'refs' => [ 'DeliveryChannelStatus$configStreamDeliveryInfo' => '

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

', ], ], 'Configuration' => [ 'base' => NULL, 'refs' => [ 'ConfigurationItem$configuration' => '

The description of the resource configuration.

', ], ], 'ConfigurationItem' => [ 'base' => '

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

', 'refs' => [ 'ConfigurationItemList$member' => NULL, ], ], 'ConfigurationItemCaptureTime' => [ 'base' => NULL, 'refs' => [ 'ConfigurationItem$configurationItemCaptureTime' => '

The time when the configuration recording was initiated.

', ], ], 'ConfigurationItemList' => [ 'base' => NULL, 'refs' => [ 'GetResourceConfigHistoryResponse$configurationItems' => '

A list that contains the configuration history of one or more resources.

', ], ], 'ConfigurationItemMD5Hash' => [ 'base' => NULL, 'refs' => [ 'ConfigurationItem$configurationItemMD5Hash' => '

Unique MD5 hash that represents the configuration item's state.

You can use MD5 hash to compare the states of two or more configuration items that are associated with the same resource.

', ], ], 'ConfigurationItemStatus' => [ 'base' => NULL, 'refs' => [ 'ConfigurationItem$configurationItemStatus' => '

The configuration item status.

', ], ], 'ConfigurationRecorder' => [ 'base' => '

An object that represents the recording of configuration changes of an AWS resource.

', 'refs' => [ 'ConfigurationRecorderList$member' => NULL, 'PutConfigurationRecorderRequest$ConfigurationRecorder' => '

The configuration recorder object that records each configuration change made to the resources.

', ], ], 'ConfigurationRecorderList' => [ 'base' => NULL, 'refs' => [ 'DescribeConfigurationRecordersResponse$ConfigurationRecorders' => '

A list that contains the descriptions of the specified configuration recorders.

', ], ], 'ConfigurationRecorderNameList' => [ 'base' => NULL, 'refs' => [ 'DescribeConfigurationRecorderStatusRequest$ConfigurationRecorderNames' => '

The name(s] of the configuration recorder. If the name is not specified, the action returns the current status of all the configuration recorders associated with the account.

', 'DescribeConfigurationRecordersRequest$ConfigurationRecorderNames' => '

A list of configuration recorder names.

', ], ], 'ConfigurationRecorderStatus' => [ 'base' => '

The current status of the configuration recorder.

', 'refs' => [ 'ConfigurationRecorderStatusList$member' => NULL, ], ], 'ConfigurationRecorderStatusList' => [ 'base' => NULL, 'refs' => [ 'DescribeConfigurationRecorderStatusResponse$ConfigurationRecordersStatus' => '

A list that contains status of the specified recorders.

', ], ], 'ConfigurationStateId' => [ 'base' => NULL, 'refs' => [ 'ConfigurationItem$configurationStateId' => '

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

', ], ], 'Date' => [ 'base' => NULL, 'refs' => [ 'ComplianceSummary$ComplianceSummaryTimestamp' => '

The time that AWS Config created the compliance summary.

', 'ConfigExportDeliveryInfo$lastAttemptTime' => '

The time of the last attempted delivery.

', 'ConfigExportDeliveryInfo$lastSuccessfulTime' => '

The time of the last successful delivery.

', 'ConfigExportDeliveryInfo$nextDeliveryTime' => '

The time that the next delivery occurs.

', 'ConfigRuleEvaluationStatus$LastSuccessfulInvocationTime' => '

The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.

', 'ConfigRuleEvaluationStatus$LastFailedInvocationTime' => '

The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.

', 'ConfigRuleEvaluationStatus$FirstActivatedTime' => '

The time that you first activated the AWS Config rule.

', 'ConfigStreamDeliveryInfo$lastStatusChangeTime' => '

The time from the last status change.

', 'ConfigurationRecorderStatus$lastStartTime' => '

The time the recorder was last started.

', 'ConfigurationRecorderStatus$lastStopTime' => '

The time the recorder was last stopped.

', 'ConfigurationRecorderStatus$lastStatusChangeTime' => '

The time when the status was last changed.

', 'EvaluationResult$ResultRecordedTime' => '

The time when AWS Config recorded the evaluation result.

', 'EvaluationResult$ConfigRuleInvokedTime' => '

The time when the AWS Config rule evaluated the AWS resource.

', 'EvaluationResultIdentifier$OrderingTimestamp' => '

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.

', ], ], 'DeleteConfigRuleRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDeliveryChannelRequest' => [ 'base' => '

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

', 'refs' => [], ], 'DeliverConfigSnapshotRequest' => [ 'base' => '

The input for the DeliverConfigSnapshot action.

', 'refs' => [], ], 'DeliverConfigSnapshotResponse' => [ 'base' => '

The output for the DeliverConfigSnapshot action in JSON format.

', 'refs' => [], ], 'DeliveryChannel' => [ 'base' => '

A logical container used for storing the configuration changes of an AWS resource.

', 'refs' => [ 'DeliveryChannelList$member' => NULL, 'PutDeliveryChannelRequest$DeliveryChannel' => '

The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket, and to an Amazon SNS topic.

', ], ], 'DeliveryChannelList' => [ 'base' => NULL, 'refs' => [ 'DescribeDeliveryChannelsResponse$DeliveryChannels' => '

A list that contains the descriptions of the specified delivery channel.

', ], ], 'DeliveryChannelNameList' => [ 'base' => NULL, 'refs' => [ 'DescribeDeliveryChannelStatusRequest$DeliveryChannelNames' => '

A list of delivery channel names.

', 'DescribeDeliveryChannelsRequest$DeliveryChannelNames' => '

A list of delivery channel names.

', ], ], 'DeliveryChannelStatus' => [ 'base' => '

The status of a specified delivery channel.

Valid values: Success | Failure

', 'refs' => [ 'DeliveryChannelStatusList$member' => NULL, ], ], 'DeliveryChannelStatusList' => [ 'base' => NULL, 'refs' => [ 'DescribeDeliveryChannelStatusResponse$DeliveryChannelsStatus' => '

A list that contains the status of a specified delivery channel.

', ], ], 'DeliveryStatus' => [ 'base' => NULL, 'refs' => [ 'ConfigExportDeliveryInfo$lastStatus' => '

Status of the last attempted delivery.

', 'ConfigStreamDeliveryInfo$lastStatus' => '

Status of the last attempted delivery.

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

', ], ], 'DescribeComplianceByConfigRuleRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeComplianceByConfigRuleResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeComplianceByResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeComplianceByResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeConfigRuleEvaluationStatusRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeConfigRuleEvaluationStatusResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeConfigRulesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeConfigRulesResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeConfigurationRecorderStatusRequest' => [ 'base' => '

The input for the DescribeConfigurationRecorderStatus action.

', 'refs' => [], ], 'DescribeConfigurationRecorderStatusResponse' => [ 'base' => '

The output for the DescribeConfigurationRecorderStatus action in JSON format.

', 'refs' => [], ], 'DescribeConfigurationRecordersRequest' => [ 'base' => '

The input for the DescribeConfigurationRecorders action.

', 'refs' => [], ], 'DescribeConfigurationRecordersResponse' => [ 'base' => '

The output for the DescribeConfigurationRecorders action.

', 'refs' => [], ], 'DescribeDeliveryChannelStatusRequest' => [ 'base' => '

The input for the DeliveryChannelStatus action.

', 'refs' => [], ], 'DescribeDeliveryChannelStatusResponse' => [ 'base' => '

The output for the DescribeDeliveryChannelStatus action.

', 'refs' => [], ], 'DescribeDeliveryChannelsRequest' => [ 'base' => '

The input for the DescribeDeliveryChannels action.

', 'refs' => [], ], 'DescribeDeliveryChannelsResponse' => [ 'base' => '

The output for the DescribeDeliveryChannels action.

', 'refs' => [], ], 'EarlierTime' => [ 'base' => NULL, 'refs' => [ 'GetResourceConfigHistoryRequest$earlierTime' => '

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.

', ], ], 'EmptiableStringWithCharLimit256' => [ 'base' => NULL, 'refs' => [ 'ConfigRule$Description' => '

The description that you provide for the AWS Config rule.

', ], ], 'Evaluation' => [ 'base' => '

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

', 'refs' => [ 'Evaluations$member' => NULL, ], ], 'EvaluationResult' => [ 'base' => '

The details of an AWS Config evaluation. Provides the AWS resource that was evaluated, the compliance of the resource, related timestamps, and supplementary information.

', 'refs' => [ 'EvaluationResults$member' => NULL, ], ], 'EvaluationResultIdentifier' => [ 'base' => '

Uniquely identifies an evaluation result.

', 'refs' => [ 'EvaluationResult$EvaluationResultIdentifier' => '

Uniquely identifies the evaluation result.

', ], ], 'EvaluationResultQualifier' => [ 'base' => '

Identifies an AWS Config rule that evaluated an AWS resource, and provides the type and ID of the resource that the rule evaluated.

', 'refs' => [ 'EvaluationResultIdentifier$EvaluationResultQualifier' => '

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

', ], ], 'EvaluationResults' => [ 'base' => NULL, 'refs' => [ 'GetComplianceDetailsByConfigRuleResponse$EvaluationResults' => '

Indicates whether the AWS resource complies with the specified AWS Config rule.

', 'GetComplianceDetailsByResourceResponse$EvaluationResults' => '

Indicates whether the specified AWS resource complies each AWS Config rule.

', ], ], 'Evaluations' => [ 'base' => NULL, 'refs' => [ 'PutEvaluationsRequest$Evaluations' => '

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.

', 'PutEvaluationsResponse$FailedEvaluations' => '

Requests that failed because of a client or server error.

', ], ], 'EventSource' => [ 'base' => NULL, 'refs' => [ 'SourceDetail$EventSource' => '

The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.

', ], ], 'GetComplianceDetailsByConfigRuleRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetComplianceDetailsByConfigRuleResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetComplianceDetailsByResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetComplianceDetailsByResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetComplianceSummaryByConfigRuleResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetComplianceSummaryByResourceTypeRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetComplianceSummaryByResourceTypeResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetResourceConfigHistoryRequest' => [ 'base' => '

The input for the GetResourceConfigHistory action.

', 'refs' => [], ], 'GetResourceConfigHistoryResponse' => [ 'base' => '

The output for the GetResourceConfigHistory action.

', 'refs' => [], ], 'InsufficientDeliveryPolicyException' => [ 'base' => '

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

', 'refs' => [], ], 'Integer' => [ 'base' => NULL, 'refs' => [ 'ComplianceContributorCount$CappedCount' => '

The number of AWS resources or AWS Config rules responsible for the current compliance of the item.

', ], ], 'InvalidConfigurationRecorderNameException' => [ 'base' => '

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

', 'refs' => [], ], 'InvalidDeliveryChannelNameException' => [ 'base' => '

The specified delivery channel name is not valid.

', 'refs' => [], ], 'InvalidLimitException' => [ 'base' => '

The specified limit is outside the allowable range.

', 'refs' => [], ], 'InvalidNextTokenException' => [ 'base' => '

The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.

', 'refs' => [], ], 'InvalidParameterValueException' => [ 'base' => '

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

', 'refs' => [], ], 'InvalidRecordingGroupException' => [ 'base' => '

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.

', 'refs' => [], ], 'InvalidResultTokenException' => [ 'base' => '

The result token is invalid.

', 'refs' => [], ], 'InvalidRoleException' => [ 'base' => '

You have provided a null or empty role ARN.

', 'refs' => [], ], 'InvalidS3KeyPrefixException' => [ 'base' => '

The specified Amazon S3 key prefix is not valid.

', 'refs' => [], ], 'InvalidSNSTopicARNException' => [ 'base' => '

The specified Amazon SNS topic does not exist.

', 'refs' => [], ], 'InvalidTimeRangeException' => [ 'base' => '

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

', 'refs' => [], ], 'LastDeliveryChannelDeleteFailedException' => [ 'base' => '

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

', 'refs' => [], ], 'LaterTime' => [ 'base' => NULL, 'refs' => [ 'GetResourceConfigHistoryRequest$laterTime' => '

The time stamp that indicates a later time. If not specified, current time is taken.

', ], ], 'Limit' => [ 'base' => NULL, 'refs' => [ 'DescribeComplianceByResourceRequest$Limit' => '

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.

', 'GetComplianceDetailsByConfigRuleRequest$Limit' => '

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.

', 'GetResourceConfigHistoryRequest$limit' => '

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.

', 'ListDiscoveredResourcesRequest$limit' => '

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.

', ], ], 'ListDiscoveredResourcesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDiscoveredResourcesResponse' => [ 'base' => NULL, 'refs' => [], ], 'MaxNumberOfConfigRulesExceededException' => [ 'base' => '

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.

', 'refs' => [], ], 'MaxNumberOfConfigurationRecordersExceededException' => [ 'base' => '

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

', 'refs' => [], ], 'MaxNumberOfDeliveryChannelsExceededException' => [ 'base' => '

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

', 'refs' => [], ], 'MaximumExecutionFrequency' => [ 'base' => NULL, 'refs' => [ 'ConfigRule$MaximumExecutionFrequency' => '

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.

', 'ConfigSnapshotDeliveryProperties$deliveryFrequency' => '

The frequency with which a AWS Config recurringly delivers configuration snapshots.

', ], ], 'MessageType' => [ 'base' => NULL, 'refs' => [ 'SourceDetail$MessageType' => '

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.

', ], ], 'Name' => [ 'base' => NULL, 'refs' => [ 'Tags$key' => NULL, ], ], 'NextToken' => [ 'base' => NULL, 'refs' => [ 'DescribeComplianceByResourceRequest$NextToken' => '

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

', 'DescribeComplianceByResourceResponse$NextToken' => '

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

', 'GetComplianceDetailsByConfigRuleRequest$NextToken' => '

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

', 'GetComplianceDetailsByConfigRuleResponse$NextToken' => '

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

', 'GetResourceConfigHistoryRequest$nextToken' => '

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

', 'GetResourceConfigHistoryResponse$nextToken' => '

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

', 'ListDiscoveredResourcesRequest$nextToken' => '

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

', 'ListDiscoveredResourcesResponse$nextToken' => '

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

', ], ], 'NoAvailableConfigurationRecorderException' => [ 'base' => '

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

', 'refs' => [], ], 'NoAvailableDeliveryChannelException' => [ 'base' => '

There is no delivery channel available to record configurations.

', 'refs' => [], ], 'NoRunningConfigurationRecorderException' => [ 'base' => '

There is no configuration recorder running.

', 'refs' => [], ], 'NoSuchBucketException' => [ 'base' => '

The specified Amazon S3 bucket does not exist.

', 'refs' => [], ], 'NoSuchConfigRuleException' => [ 'base' => '

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

', 'refs' => [], ], 'NoSuchConfigurationRecorderException' => [ 'base' => '

You have specified a configuration recorder that does not exist.

', 'refs' => [], ], 'NoSuchDeliveryChannelException' => [ 'base' => '

You have specified a delivery channel that does not exist.

', 'refs' => [], ], 'OrderingTimestamp' => [ 'base' => NULL, 'refs' => [ 'Evaluation$OrderingTimestamp' => '

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.

', ], ], 'Owner' => [ 'base' => NULL, 'refs' => [ 'Source$Owner' => '

Indicates whether AWS or the customer owns and manages the AWS Config rule.

', ], ], 'PutConfigRuleRequest' => [ 'base' => NULL, 'refs' => [], ], 'PutConfigurationRecorderRequest' => [ 'base' => '

The input for the PutConfigurationRecorder action.

', 'refs' => [], ], 'PutDeliveryChannelRequest' => [ 'base' => '

The input for the PutDeliveryChannel action.

', 'refs' => [], ], 'PutEvaluationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'PutEvaluationsResponse' => [ 'base' => NULL, 'refs' => [], ], 'RecorderName' => [ 'base' => NULL, 'refs' => [ 'ConfigurationRecorder$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.

', 'ConfigurationRecorderNameList$member' => NULL, 'StartConfigurationRecorderRequest$ConfigurationRecorderName' => '

The name of the recorder object that records each configuration change made to the resources.

', 'StopConfigurationRecorderRequest$ConfigurationRecorderName' => '

The name of the recorder object that records each configuration change made to the resources.

', ], ], 'RecorderStatus' => [ 'base' => NULL, 'refs' => [ 'ConfigurationRecorderStatus$lastStatus' => '

The last (previous] status of the recorder.

', ], ], 'RecordingGroup' => [ 'base' => '

The group of AWS resource types that AWS Config records when starting the configuration recorder.

recordingGroup can have one and only one parameter. Choose either allSupported or resourceTypes.

', 'refs' => [ 'ConfigurationRecorder$recordingGroup' => '

The recording group specifies either to record configurations for all supported resources or to provide a list of resource types to record. The list of resource types must be a subset of supported resource types.

', ], ], 'RelatedEvent' => [ 'base' => NULL, 'refs' => [ 'RelatedEventList$member' => NULL, ], ], 'RelatedEventList' => [ 'base' => NULL, 'refs' => [ 'ConfigurationItem$relatedEvents' => '

A list of CloudTrail event IDs.

A populated field indicates that the current configuration was initiated by the events recorded in the CloudTrail log. For more information about CloudTrail, see What is AWS CloudTrail?.

An empty field indicates that the current configuration was not initiated by any event.

', ], ], 'Relationship' => [ 'base' => '

The relationship of the related resource to the main resource.

', 'refs' => [ 'RelationshipList$member' => NULL, ], ], 'RelationshipList' => [ 'base' => NULL, 'refs' => [ 'ConfigurationItem$relationships' => '

A list of related AWS resources.

', ], ], 'RelationshipName' => [ 'base' => NULL, 'refs' => [ 'Relationship$relationshipName' => '

The type of relationship with the related resource.

', ], ], 'ResourceCreationTime' => [ 'base' => NULL, 'refs' => [ 'ConfigurationItem$resourceCreationTime' => '

The time stamp when the resource was created.

', ], ], 'ResourceDeletionTime' => [ 'base' => NULL, 'refs' => [ 'ResourceIdentifier$resourceDeletionTime' => '

The time that the resource was deleted.

', ], ], 'ResourceId' => [ 'base' => NULL, 'refs' => [ 'ConfigurationItem$resourceId' => '

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

', 'GetResourceConfigHistoryRequest$resourceId' => '

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

', 'Relationship$resourceId' => '

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

', 'ResourceIdList$member' => NULL, 'ResourceIdentifier$resourceId' => '

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

', ], ], 'ResourceIdList' => [ 'base' => NULL, 'refs' => [ 'ListDiscoveredResourcesRequest$resourceIds' => '

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.

', ], ], 'ResourceIdentifier' => [ 'base' => '

The details that identify a resource that is discovered by AWS Config, including the resource type, ID, and (if available] the custom resource name.

', 'refs' => [ 'ResourceIdentifierList$member' => NULL, ], ], 'ResourceIdentifierList' => [ 'base' => NULL, 'refs' => [ 'ListDiscoveredResourcesResponse$resourceIdentifiers' => '

The details that identify a resource that is discovered by AWS Config, including the resource type, ID, and (if available] the custom resource name.

', ], ], 'ResourceInUseException' => [ 'base' => '

The rule is currently being deleted. Wait for a while and try again.

', 'refs' => [], ], 'ResourceName' => [ 'base' => NULL, 'refs' => [ 'ConfigurationItem$resourceName' => '

The custom name of the resource, if available.

', 'ListDiscoveredResourcesRequest$resourceName' => '

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.

', 'Relationship$resourceName' => '

The custom name of the related resource, if available.

', 'ResourceIdentifier$resourceName' => '

The custom name of the resource (if available].

', ], ], 'ResourceNotDiscoveredException' => [ 'base' => '

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

', 'refs' => [], ], 'ResourceType' => [ 'base' => NULL, 'refs' => [ 'ConfigurationItem$resourceType' => '

The type of AWS resource.

', 'GetResourceConfigHistoryRequest$resourceType' => '

The resource type.

', 'ListDiscoveredResourcesRequest$resourceType' => '

The type of resources that you want AWS Config to list in the response.

', 'Relationship$resourceType' => '

The resource type of the related resource.

', 'ResourceIdentifier$resourceType' => '

The type of resource.

', 'ResourceTypeList$member' => NULL, ], ], 'ResourceTypeList' => [ 'base' => NULL, 'refs' => [ 'RecordingGroup$resourceTypes' => '

A comma-separated list of strings representing valid AWS resource types (for example, AWS::EC2::Instance or AWS::CloudTrail::Trail]. resourceTypes is only valid if you have chosen not to select allSupported. For a list of valid resourceTypes values, see the resourceType Value column in the following topic: Supported AWS Resource Types.

', ], ], 'ResourceTypes' => [ 'base' => NULL, 'refs' => [ 'GetComplianceSummaryByResourceTypeRequest$ResourceTypes' => '

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

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

', ], ], 'Scope' => [ 'base' => '

Defines which resources AWS Config evaluates against a 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 or more resource IDs. Specify a scope to constrain the resources to be evaluated. If you do not specify a scope, all resources in your recording group are evaluated against the rule.

', 'refs' => [ 'ConfigRule$Scope' => '

Defines which resources the AWS Config rule evaluates. 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 or more resource IDs. Specify a scope to constrain the resources that are evaluated. If you do not specify a scope, the AWS Config Rule evaluates all resources in the recording group.

', ], ], 'Source' => [ 'base' => '

Provides the AWS Config rule owner (AWS or customer], the rule identifier, and the events that trigger the evaluation of your AWS resources.

', 'refs' => [ 'ConfigRule$Source' => '

Provides the rule owner (AWS or customer], the rule identifier, and the events that cause the function to evaluate your AWS resources.

', ], ], 'SourceDetail' => [ 'base' => '

Provides the source and type of the event that triggers AWS Config to evaluate your AWS resources against a rule.

', 'refs' => [ 'SourceDetails$member' => NULL, ], ], 'SourceDetails' => [ 'base' => NULL, 'refs' => [ 'Source$SourceDetails' => '

Provides the source and type of the event that causes AWS Config to evaluate your AWS resources.

', ], ], 'StartConfigurationRecorderRequest' => [ 'base' => '

The input for the StartConfigurationRecorder action.

', 'refs' => [], ], 'StopConfigurationRecorderRequest' => [ 'base' => '

The input for the StopConfigurationRecorder action.

', 'refs' => [], ], 'String' => [ 'base' => NULL, 'refs' => [ 'ConfigExportDeliveryInfo$lastErrorCode' => '

The error code from the last attempted delivery.

', 'ConfigExportDeliveryInfo$lastErrorMessage' => '

The error message from the last attempted delivery.

', 'ConfigRule$ConfigRuleArn' => '

The Amazon Resource Name (ARN] of the AWS Config rule.

', 'ConfigRule$ConfigRuleId' => '

The ID of the AWS Config rule.

', 'ConfigRuleEvaluationStatus$ConfigRuleArn' => '

The Amazon Resource Name (ARN] of the AWS Config rule.

', 'ConfigRuleEvaluationStatus$ConfigRuleId' => '

The ID of the AWS Config rule.

', 'ConfigRuleEvaluationStatus$LastErrorCode' => '

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

', 'ConfigRuleEvaluationStatus$LastErrorMessage' => '

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

', 'ConfigStreamDeliveryInfo$lastErrorCode' => '

The error code from the last attempted delivery.

', 'ConfigStreamDeliveryInfo$lastErrorMessage' => '

The error message from the last attempted delivery.

', 'ConfigurationRecorder$roleARN' => '

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

', 'ConfigurationRecorderStatus$name' => '

The name of the configuration recorder.

', 'ConfigurationRecorderStatus$lastErrorCode' => '

The error code indicating that the recording failed.

', 'ConfigurationRecorderStatus$lastErrorMessage' => '

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

', 'DeliverConfigSnapshotResponse$configSnapshotId' => '

The ID of the snapshot that is being created.

', 'DeliveryChannel$s3BucketName' => '

The name of the Amazon S3 bucket used to store configuration history for the delivery channel.

', 'DeliveryChannel$s3KeyPrefix' => '

The prefix for the specified Amazon S3 bucket.

', 'DeliveryChannel$snsTopicARN' => '

The Amazon Resource Name (ARN] of the SNS topic that AWS Config delivers notifications to.

', 'DeliveryChannelStatus$name' => '

The name of the delivery channel.

', 'DescribeComplianceByConfigRuleRequest$NextToken' => '

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

', 'DescribeComplianceByConfigRuleResponse$NextToken' => '

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

', 'DescribeConfigRulesRequest$NextToken' => '

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

', 'DescribeConfigRulesResponse$NextToken' => '

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

', 'EvaluationResult$ResultToken' => '

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.

', 'GetComplianceDetailsByResourceRequest$NextToken' => '

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

', 'GetComplianceDetailsByResourceResponse$NextToken' => '

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

', 'PutEvaluationsRequest$ResultToken' => '

An encrypted token that associates an evaluation with an AWS Config rule. Identifies the rule and the event that triggered the evaluation

', ], ], 'StringWithCharLimit128' => [ 'base' => NULL, 'refs' => [ 'Scope$TagKey' => '

The tag key that is applied to only those AWS resources that you want AWS Config to evaluate against the rule.

', ], ], 'StringWithCharLimit256' => [ 'base' => NULL, 'refs' => [ 'ComplianceByResource$ResourceType' => '

The type of the AWS resource that was evaluated.

', 'ComplianceByResource$ResourceId' => '

The ID of the AWS resource that was evaluated.

', 'ComplianceResourceTypes$member' => NULL, 'ComplianceSummaryByResourceType$ResourceType' => '

The type of AWS resource.

', 'ConfigRule$InputParameters' => '

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

', 'DescribeComplianceByResourceRequest$ResourceType' => '

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.

', 'DescribeComplianceByResourceRequest$ResourceId' => '

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.

', 'Evaluation$ComplianceResourceType' => '

The type of AWS resource that was evaluated.

', 'Evaluation$ComplianceResourceId' => '

The ID of the AWS resource that was evaluated.

', 'Evaluation$Annotation' => '

Supplementary information about how the evaluation determined the compliance.

', 'EvaluationResult$Annotation' => '

Supplementary information about how the evaluation determined the compliance.

', 'EvaluationResultQualifier$ResourceType' => '

The type of AWS resource that was evaluated.

', 'EvaluationResultQualifier$ResourceId' => '

The ID of the evaluated AWS resource.

', 'GetComplianceDetailsByResourceRequest$ResourceType' => '

The type of the AWS resource for which you want compliance information.

', 'GetComplianceDetailsByResourceRequest$ResourceId' => '

The ID of the AWS resource for which you want compliance information.

', 'ResourceTypes$member' => NULL, 'Scope$TagValue' => '

The tag value applied to only those AWS resources that you want AWS Config to evaluate against the rule. If you specify a value for TagValue, you must also specify a value for TagKey.

', 'Scope$ComplianceResourceId' => '

The IDs of only those AWS resources that you want AWS Config to evaluate against the rule. If you specify a resource ID, you must specify one resource type for ComplianceResourceTypes.

', 'Source$SourceIdentifier' => '

For AWS managed Config rules, a pre-defined identifier from a list. To reference the list, see 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.

', ], ], 'StringWithCharLimit64' => [ 'base' => NULL, 'refs' => [ 'ComplianceByConfigRule$ConfigRuleName' => '

The name of the AWS Config rule.

', 'ConfigRule$ConfigRuleName' => '

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

', 'ConfigRuleEvaluationStatus$ConfigRuleName' => '

The name of the AWS Config rule.

', 'ConfigRuleNames$member' => NULL, 'DeleteConfigRuleRequest$ConfigRuleName' => '

The name of the AWS Config rule that you want to delete.

', 'EvaluationResultQualifier$ConfigRuleName' => '

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

', 'GetComplianceDetailsByConfigRuleRequest$ConfigRuleName' => '

The name of the AWS Config rule for which you want compliance information.

', ], ], 'Tags' => [ 'base' => NULL, 'refs' => [ 'ConfigurationItem$tags' => '

A mapping of key value tags associated with the resource.

', ], ], 'ValidationException' => [ 'base' => '

The requested action is not valid.

', 'refs' => [], ], 'Value' => [ 'base' => NULL, 'refs' => [ 'Tags$value' => NULL, ], ], 'Version' => [ 'base' => NULL, 'refs' => [ 'ConfigurationItem$version' => '

The version number of the resource configuration.

', ], ], ],]; +return [ 'version' => '2.0', 'service' => '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 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

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 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 What Is AWS Config? in the AWS Config Developer Guide.

', 'operations' => [ 'DeleteConfigRule' => '

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 request for the rule, you will receive a ResourceInUseException.

You can check the state of a rule by using the DescribeConfigRules request.

', 'DeleteDeliveryChannel' => '

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.

', 'DeliverConfigSnapshot' => '

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.

', 'DescribeComplianceByConfigRule' => '

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.

If AWS Config has no current evaluation results for the rule, it returns InsufficientData. This result might indicate one of the following conditions:

', 'DescribeComplianceByResource' => '

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.

If AWS Config has no current evaluation results for the resource, it returns InsufficientData. This result might indicate one of the following conditions about the rules that evaluate the resource:

', 'DescribeConfigRuleEvaluationStatus' => '

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.

', 'DescribeConfigRules' => '

Returns details about your AWS Config rules.

', 'DescribeConfigurationRecorderStatus' => '

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.', 'DescribeConfigurationRecorders' => '

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.

', 'DescribeDeliveryChannelStatus' => '

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.', 'DescribeDeliveryChannels' => '

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.

', 'GetComplianceDetailsByConfigRule' => '

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.

', 'GetComplianceDetailsByResource' => '

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.

', 'GetComplianceSummaryByConfigRule' => '

Returns the number of AWS Config rules that are compliant and noncompliant, up to a maximum of 25 for each.

', 'GetComplianceSummaryByResourceType' => '

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.

', 'GetResourceConfigHistory' => '

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.

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.

', 'ListDiscoveredResources' => '

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.

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.

', 'PutConfigRule' => '

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.

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

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 Evaluating AWS Resource Configurations with AWS Config in the AWS Config Developer Guide.

', 'PutConfigurationRecorder' => '

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.

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.

', 'PutDeliveryChannel' => '

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.

Currently, you can specify only one delivery channel per account.

', 'PutEvaluations' => '

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.

', 'StartConfigurationRecorder' => '

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.

', 'StopConfigurationRecorder' => '

Stops recording configurations of the AWS resources you have selected to record in your AWS account.

', ], 'shapes' => [ 'ARN' => [ 'base' => NULL, 'refs' => [ 'ConfigurationItem$arn' => '

The Amazon Resource Name (ARN] of the resource.

', ], ], 'AccountId' => [ 'base' => NULL, 'refs' => [ 'ConfigurationItem$accountId' => '

The 12 digit AWS account ID associated with the resource.

', ], ], 'AllSupported' => [ 'base' => NULL, 'refs' => [ 'RecordingGroup$allSupported' => '

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, you cannot enumerate a list of resourceTypes.

', ], ], 'AvailabilityZone' => [ 'base' => NULL, 'refs' => [ 'ConfigurationItem$availabilityZone' => '

The Availability Zone associated with the resource.

', ], ], 'AwsRegion' => [ 'base' => NULL, 'refs' => [ 'ConfigurationItem$awsRegion' => '

The region where the resource resides.

', ], ], 'Boolean' => [ 'base' => NULL, 'refs' => [ 'ComplianceContributorCount$CapExceeded' => '

Indicates whether the maximum count is reached.

', 'ConfigRuleEvaluationStatus$FirstEvaluationStarted' => '

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

', 'ConfigurationRecorderStatus$recording' => '

Specifies whether the recorder is currently recording or not.

', 'ListDiscoveredResourcesRequest$includeDeletedResources' => '

Specifies whether AWS Config includes deleted resources in the results. By default, deleted resources are not included.

', ], ], 'ChannelName' => [ 'base' => NULL, 'refs' => [ 'DeleteDeliveryChannelRequest$DeliveryChannelName' => '

The name of the delivery channel to delete.

', 'DeliverConfigSnapshotRequest$deliveryChannelName' => '

The name of the delivery channel through which the snapshot is delivered.

', 'DeliveryChannel$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.

', 'DeliveryChannelNameList$member' => NULL, ], ], 'ChronologicalOrder' => [ 'base' => NULL, 'refs' => [ 'GetResourceConfigHistoryRequest$chronologicalOrder' => '

The chronological order for configuration items listed. By default the results are listed in reverse chronological order.

', ], ], 'Compliance' => [ 'base' => '

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

', 'refs' => [ 'ComplianceByConfigRule$Compliance' => '

Indicates whether the AWS Config rule is compliant.

', 'ComplianceByResource$Compliance' => '

Indicates whether the AWS resource complies with all of the AWS Config rules that evaluated it.

', ], ], 'ComplianceByConfigRule' => [ 'base' => '

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.

', 'refs' => [ 'ComplianceByConfigRules$member' => NULL, ], ], 'ComplianceByConfigRules' => [ 'base' => NULL, 'refs' => [ 'DescribeComplianceByConfigRuleResponse$ComplianceByConfigRules' => '

Indicates whether each of the specified AWS Config rules is compliant.

', ], ], 'ComplianceByResource' => [ 'base' => '

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.

', 'refs' => [ 'ComplianceByResources$member' => NULL, ], ], 'ComplianceByResources' => [ 'base' => NULL, 'refs' => [ 'DescribeComplianceByResourceResponse$ComplianceByResources' => '

Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.

', ], ], 'ComplianceContributorCount' => [ 'base' => '

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

', 'refs' => [ 'Compliance$ComplianceContributorCount' => '

The number of AWS resources or AWS Config rules that cause a result of NON_COMPLIANT, up to a maximum of 25.

', 'ComplianceSummary$CompliantResourceCount' => '

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

', 'ComplianceSummary$NonCompliantResourceCount' => '

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

', ], ], 'ComplianceResourceTypes' => [ 'base' => NULL, 'refs' => [ 'Scope$ComplianceResourceTypes' => '

The resource types of only those AWS resources that you want AWS Config to evaluate against the rule. You can specify only one type if you also specify resource IDs for ComplianceResourceId.

', ], ], 'ComplianceSummariesByResourceType' => [ 'base' => NULL, 'refs' => [ 'GetComplianceSummaryByResourceTypeResponse$ComplianceSummariesByResourceType' => '

The number of resources that are compliant and the number that are noncompliant. If one or more resource types were provided with the request, the numbers are returned for each resource type. The maximum number returned is 100.

', ], ], 'ComplianceSummary' => [ 'base' => '

The number of AWS Config rules or AWS resources that are compliant and noncompliant, up to a maximum.

', 'refs' => [ 'ComplianceSummaryByResourceType$ComplianceSummary' => '

The number of AWS resources that are compliant or noncompliant, up to a maximum of 100 for each compliance.

', 'GetComplianceSummaryByConfigRuleResponse$ComplianceSummary' => '

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

', ], ], 'ComplianceSummaryByResourceType' => [ 'base' => '

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

', 'refs' => [ 'ComplianceSummariesByResourceType$member' => NULL, ], ], 'ComplianceType' => [ 'base' => NULL, 'refs' => [ 'Compliance$ComplianceType' => '

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

', 'ComplianceTypes$member' => NULL, 'Evaluation$ComplianceType' => '

Indicates whether the AWS resource complies with the AWS Config rule that it was evaluated against.

', 'EvaluationResult$ComplianceType' => '

Indicates whether the AWS resource complies with the AWS Config rule that evaluated it.

', ], ], 'ComplianceTypes' => [ 'base' => NULL, 'refs' => [ 'DescribeComplianceByConfigRuleRequest$ComplianceTypes' => '

Filters the results by compliance. The valid values are Compliant and NonCompliant.

', 'DescribeComplianceByResourceRequest$ComplianceTypes' => '

Filters the results by compliance. The valid values are Compliant and NonCompliant.

', 'GetComplianceDetailsByConfigRuleRequest$ComplianceTypes' => '

Specify to filter the results by compliance. The valid values are Compliant, NonCompliant, and NotApplicable.

', 'GetComplianceDetailsByResourceRequest$ComplianceTypes' => '

Specify to filter the results by compliance. The valid values are Compliant, NonCompliant, and NotApplicable.

', ], ], 'ConfigExportDeliveryInfo' => [ 'base' => '

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

', 'refs' => [ 'DeliveryChannelStatus$configSnapshotDeliveryInfo' => '

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

', 'DeliveryChannelStatus$configHistoryDeliveryInfo' => '

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

', ], ], 'ConfigRule' => [ 'base' => '

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 or delivers a configuration snapshot. This function can evaluate any resource in the recording group. To define which of these are evaluated, specify a value for the Scope key.

For more information about developing and using AWS Config rules, see Evaluating AWS Resource Configurations with AWS Config in the AWS Config Developer Guide.

', 'refs' => [ 'ConfigRules$member' => NULL, 'PutConfigRuleRequest$ConfigRule' => NULL, ], ], 'ConfigRuleEvaluationStatus' => [ 'base' => '

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.

', 'refs' => [ 'ConfigRuleEvaluationStatusList$member' => NULL, ], ], 'ConfigRuleEvaluationStatusList' => [ 'base' => NULL, 'refs' => [ 'DescribeConfigRuleEvaluationStatusResponse$ConfigRulesEvaluationStatus' => '

Status information about your AWS managed Config rules.

', ], ], 'ConfigRuleNames' => [ 'base' => NULL, 'refs' => [ 'DescribeComplianceByConfigRuleRequest$ConfigRuleNames' => '

Specify one or more AWS Config rule names to filter the results by rule.

', 'DescribeConfigRuleEvaluationStatusRequest$ConfigRuleNames' => '

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.

', 'DescribeConfigRulesRequest$ConfigRuleNames' => '

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.

', ], ], 'ConfigRuleState' => [ 'base' => NULL, 'refs' => [ 'ConfigRule$ConfigRuleState' => '

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.

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.

', ], ], 'ConfigRules' => [ 'base' => NULL, 'refs' => [ 'DescribeConfigRulesResponse$ConfigRules' => '

The details about your AWS Config rules.

', ], ], 'ConfigSnapshotDeliveryProperties' => [ 'base' => '

Options for how AWS Config delivers configuration snapshots to the Amazon S3 bucket in your delivery channel.

', 'refs' => [ 'DeliveryChannel$configSnapshotDeliveryProperties' => NULL, ], ], 'ConfigStreamDeliveryInfo' => [ 'base' => '

A list that contains the status of the delivery of the configuration stream notification to the Amazon SNS topic.

', 'refs' => [ 'DeliveryChannelStatus$configStreamDeliveryInfo' => '

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

', ], ], 'Configuration' => [ 'base' => NULL, 'refs' => [ 'ConfigurationItem$configuration' => '

The description of the resource configuration.

', ], ], 'ConfigurationItem' => [ 'base' => '

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

', 'refs' => [ 'ConfigurationItemList$member' => NULL, ], ], 'ConfigurationItemCaptureTime' => [ 'base' => NULL, 'refs' => [ 'ConfigurationItem$configurationItemCaptureTime' => '

The time when the configuration recording was initiated.

', ], ], 'ConfigurationItemList' => [ 'base' => NULL, 'refs' => [ 'GetResourceConfigHistoryResponse$configurationItems' => '

A list that contains the configuration history of one or more resources.

', ], ], 'ConfigurationItemMD5Hash' => [ 'base' => NULL, 'refs' => [ 'ConfigurationItem$configurationItemMD5Hash' => '

Unique MD5 hash that represents the configuration item's state.

You can use MD5 hash to compare the states of two or more configuration items that are associated with the same resource.

', ], ], 'ConfigurationItemStatus' => [ 'base' => NULL, 'refs' => [ 'ConfigurationItem$configurationItemStatus' => '

The configuration item status.

', ], ], 'ConfigurationRecorder' => [ 'base' => '

An object that represents the recording of configuration changes of an AWS resource.

', 'refs' => [ 'ConfigurationRecorderList$member' => NULL, 'PutConfigurationRecorderRequest$ConfigurationRecorder' => '

The configuration recorder object that records each configuration change made to the resources.

', ], ], 'ConfigurationRecorderList' => [ 'base' => NULL, 'refs' => [ 'DescribeConfigurationRecordersResponse$ConfigurationRecorders' => '

A list that contains the descriptions of the specified configuration recorders.

', ], ], 'ConfigurationRecorderNameList' => [ 'base' => NULL, 'refs' => [ 'DescribeConfigurationRecorderStatusRequest$ConfigurationRecorderNames' => '

The name(s] of the configuration recorder. If the name is not specified, the action returns the current status of all the configuration recorders associated with the account.

', 'DescribeConfigurationRecordersRequest$ConfigurationRecorderNames' => '

A list of configuration recorder names.

', ], ], 'ConfigurationRecorderStatus' => [ 'base' => '

The current status of the configuration recorder.

', 'refs' => [ 'ConfigurationRecorderStatusList$member' => NULL, ], ], 'ConfigurationRecorderStatusList' => [ 'base' => NULL, 'refs' => [ 'DescribeConfigurationRecorderStatusResponse$ConfigurationRecordersStatus' => '

A list that contains status of the specified recorders.

', ], ], 'ConfigurationStateId' => [ 'base' => NULL, 'refs' => [ 'ConfigurationItem$configurationStateId' => '

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

', ], ], 'Date' => [ 'base' => NULL, 'refs' => [ 'ComplianceSummary$ComplianceSummaryTimestamp' => '

The time that AWS Config created the compliance summary.

', 'ConfigExportDeliveryInfo$lastAttemptTime' => '

The time of the last attempted delivery.

', 'ConfigExportDeliveryInfo$lastSuccessfulTime' => '

The time of the last successful delivery.

', 'ConfigExportDeliveryInfo$nextDeliveryTime' => '

The time that the next delivery occurs.

', 'ConfigRuleEvaluationStatus$LastSuccessfulInvocationTime' => '

The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.

', 'ConfigRuleEvaluationStatus$LastFailedInvocationTime' => '

The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.

', 'ConfigRuleEvaluationStatus$LastSuccessfulEvaluationTime' => '

The time that AWS Config last successfully evaluated your AWS resources against the rule.

', 'ConfigRuleEvaluationStatus$LastFailedEvaluationTime' => '

The time that AWS Config last failed to evaluate your AWS resources against the rule.

', 'ConfigRuleEvaluationStatus$FirstActivatedTime' => '

The time that you first activated the AWS Config rule.

', 'ConfigStreamDeliveryInfo$lastStatusChangeTime' => '

The time from the last status change.

', 'ConfigurationRecorderStatus$lastStartTime' => '

The time the recorder was last started.

', 'ConfigurationRecorderStatus$lastStopTime' => '

The time the recorder was last stopped.

', 'ConfigurationRecorderStatus$lastStatusChangeTime' => '

The time when the status was last changed.

', 'EvaluationResult$ResultRecordedTime' => '

The time when AWS Config recorded the evaluation result.

', 'EvaluationResult$ConfigRuleInvokedTime' => '

The time when the AWS Config rule evaluated the AWS resource.

', 'EvaluationResultIdentifier$OrderingTimestamp' => '

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.

', ], ], 'DeleteConfigRuleRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDeliveryChannelRequest' => [ 'base' => '

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

', 'refs' => [], ], 'DeliverConfigSnapshotRequest' => [ 'base' => '

The input for the DeliverConfigSnapshot action.

', 'refs' => [], ], 'DeliverConfigSnapshotResponse' => [ 'base' => '

The output for the DeliverConfigSnapshot action in JSON format.

', 'refs' => [], ], 'DeliveryChannel' => [ 'base' => '

A logical container used for storing the configuration changes of an AWS resource.

', 'refs' => [ 'DeliveryChannelList$member' => NULL, 'PutDeliveryChannelRequest$DeliveryChannel' => '

The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket, and to an Amazon SNS topic.

', ], ], 'DeliveryChannelList' => [ 'base' => NULL, 'refs' => [ 'DescribeDeliveryChannelsResponse$DeliveryChannels' => '

A list that contains the descriptions of the specified delivery channel.

', ], ], 'DeliveryChannelNameList' => [ 'base' => NULL, 'refs' => [ 'DescribeDeliveryChannelStatusRequest$DeliveryChannelNames' => '

A list of delivery channel names.

', 'DescribeDeliveryChannelsRequest$DeliveryChannelNames' => '

A list of delivery channel names.

', ], ], 'DeliveryChannelStatus' => [ 'base' => '

The status of a specified delivery channel.

Valid values: Success | Failure

', 'refs' => [ 'DeliveryChannelStatusList$member' => NULL, ], ], 'DeliveryChannelStatusList' => [ 'base' => NULL, 'refs' => [ 'DescribeDeliveryChannelStatusResponse$DeliveryChannelsStatus' => '

A list that contains the status of a specified delivery channel.

', ], ], 'DeliveryStatus' => [ 'base' => NULL, 'refs' => [ 'ConfigExportDeliveryInfo$lastStatus' => '

Status of the last attempted delivery.

', 'ConfigStreamDeliveryInfo$lastStatus' => '

Status of the last attempted delivery.

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

', ], ], 'DescribeComplianceByConfigRuleRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeComplianceByConfigRuleResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeComplianceByResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeComplianceByResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeConfigRuleEvaluationStatusRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeConfigRuleEvaluationStatusResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeConfigRulesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeConfigRulesResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeConfigurationRecorderStatusRequest' => [ 'base' => '

The input for the DescribeConfigurationRecorderStatus action.

', 'refs' => [], ], 'DescribeConfigurationRecorderStatusResponse' => [ 'base' => '

The output for the DescribeConfigurationRecorderStatus action in JSON format.

', 'refs' => [], ], 'DescribeConfigurationRecordersRequest' => [ 'base' => '

The input for the DescribeConfigurationRecorders action.

', 'refs' => [], ], 'DescribeConfigurationRecordersResponse' => [ 'base' => '

The output for the DescribeConfigurationRecorders action.

', 'refs' => [], ], 'DescribeDeliveryChannelStatusRequest' => [ 'base' => '

The input for the DeliveryChannelStatus action.

', 'refs' => [], ], 'DescribeDeliveryChannelStatusResponse' => [ 'base' => '

The output for the DescribeDeliveryChannelStatus action.

', 'refs' => [], ], 'DescribeDeliveryChannelsRequest' => [ 'base' => '

The input for the DescribeDeliveryChannels action.

', 'refs' => [], ], 'DescribeDeliveryChannelsResponse' => [ 'base' => '

The output for the DescribeDeliveryChannels action.

', 'refs' => [], ], 'EarlierTime' => [ 'base' => NULL, 'refs' => [ 'GetResourceConfigHistoryRequest$earlierTime' => '

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.

', ], ], 'EmptiableStringWithCharLimit256' => [ 'base' => NULL, 'refs' => [ 'ConfigRule$Description' => '

The description that you provide for the AWS Config rule.

', ], ], 'Evaluation' => [ 'base' => '

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

', 'refs' => [ 'Evaluations$member' => NULL, ], ], 'EvaluationResult' => [ 'base' => '

The details of an AWS Config evaluation. Provides the AWS resource that was evaluated, the compliance of the resource, related timestamps, and supplementary information.

', 'refs' => [ 'EvaluationResults$member' => NULL, ], ], 'EvaluationResultIdentifier' => [ 'base' => '

Uniquely identifies an evaluation result.

', 'refs' => [ 'EvaluationResult$EvaluationResultIdentifier' => '

Uniquely identifies the evaluation result.

', ], ], 'EvaluationResultQualifier' => [ 'base' => '

Identifies an AWS Config rule that evaluated an AWS resource, and provides the type and ID of the resource that the rule evaluated.

', 'refs' => [ 'EvaluationResultIdentifier$EvaluationResultQualifier' => '

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

', ], ], 'EvaluationResults' => [ 'base' => NULL, 'refs' => [ 'GetComplianceDetailsByConfigRuleResponse$EvaluationResults' => '

Indicates whether the AWS resource complies with the specified AWS Config rule.

', 'GetComplianceDetailsByResourceResponse$EvaluationResults' => '

Indicates whether the specified AWS resource complies each AWS Config rule.

', ], ], 'Evaluations' => [ 'base' => NULL, 'refs' => [ 'PutEvaluationsRequest$Evaluations' => '

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.

', 'PutEvaluationsResponse$FailedEvaluations' => '

Requests that failed because of a client or server error.

', ], ], 'EventSource' => [ 'base' => NULL, 'refs' => [ 'SourceDetail$EventSource' => '

The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.

', ], ], 'GetComplianceDetailsByConfigRuleRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetComplianceDetailsByConfigRuleResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetComplianceDetailsByResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetComplianceDetailsByResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetComplianceSummaryByConfigRuleResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetComplianceSummaryByResourceTypeRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetComplianceSummaryByResourceTypeResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetResourceConfigHistoryRequest' => [ 'base' => '

The input for the GetResourceConfigHistory action.

', 'refs' => [], ], 'GetResourceConfigHistoryResponse' => [ 'base' => '

The output for the GetResourceConfigHistory action.

', 'refs' => [], ], 'IncludeGlobalResourceTypes' => [ 'base' => NULL, 'refs' => [ 'RecordingGroup$includeGlobalResourceTypes' => '

Specifies whether AWS Config includes all supported types of global resources with the resources that it records.

Before you can set this option to true, you must set the allSupported option to true.

If you set this option to true, when AWS Config adds support for a new type of global resource, it automatically starts recording resources of that type.

', ], ], 'InsufficientDeliveryPolicyException' => [ 'base' => '

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

', 'refs' => [], ], 'InsufficientPermissionsException' => [ 'base' => '

Indicates one of the following errors:

', 'refs' => [], ], 'Integer' => [ 'base' => NULL, 'refs' => [ 'ComplianceContributorCount$CappedCount' => '

The number of AWS resources or AWS Config rules responsible for the current compliance of the item.

', ], ], 'InvalidConfigurationRecorderNameException' => [ 'base' => '

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

', 'refs' => [], ], 'InvalidDeliveryChannelNameException' => [ 'base' => '

The specified delivery channel name is not valid.

', 'refs' => [], ], 'InvalidLimitException' => [ 'base' => '

The specified limit is outside the allowable range.

', 'refs' => [], ], 'InvalidNextTokenException' => [ 'base' => '

The specified next token is invalid. Specify the nextToken string that was returned in the previous response to get the next page of results.

', 'refs' => [], ], 'InvalidParameterValueException' => [ 'base' => '

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

', 'refs' => [], ], 'InvalidRecordingGroupException' => [ 'base' => '

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.

', 'refs' => [], ], 'InvalidResultTokenException' => [ 'base' => '

The result token is invalid.

', 'refs' => [], ], 'InvalidRoleException' => [ 'base' => '

You have provided a null or empty role ARN.

', 'refs' => [], ], 'InvalidS3KeyPrefixException' => [ 'base' => '

The specified Amazon S3 key prefix is not valid.

', 'refs' => [], ], 'InvalidSNSTopicARNException' => [ 'base' => '

The specified Amazon SNS topic does not exist.

', 'refs' => [], ], 'InvalidTimeRangeException' => [ 'base' => '

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

', 'refs' => [], ], 'LastDeliveryChannelDeleteFailedException' => [ 'base' => '

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

', 'refs' => [], ], 'LaterTime' => [ 'base' => NULL, 'refs' => [ 'GetResourceConfigHistoryRequest$laterTime' => '

The time stamp that indicates a later time. If not specified, current time is taken.

', ], ], 'Limit' => [ 'base' => NULL, 'refs' => [ 'DescribeComplianceByResourceRequest$Limit' => '

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.

', 'GetComplianceDetailsByConfigRuleRequest$Limit' => '

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.

', 'GetResourceConfigHistoryRequest$limit' => '

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.

', 'ListDiscoveredResourcesRequest$limit' => '

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.

', ], ], 'ListDiscoveredResourcesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDiscoveredResourcesResponse' => [ 'base' => NULL, 'refs' => [], ], 'MaxNumberOfConfigRulesExceededException' => [ 'base' => '

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.

', 'refs' => [], ], 'MaxNumberOfConfigurationRecordersExceededException' => [ 'base' => '

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

', 'refs' => [], ], 'MaxNumberOfDeliveryChannelsExceededException' => [ 'base' => '

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

', 'refs' => [], ], 'MaximumExecutionFrequency' => [ 'base' => NULL, 'refs' => [ 'ConfigRule$MaximumExecutionFrequency' => '

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.

', 'ConfigSnapshotDeliveryProperties$deliveryFrequency' => '

The frequency with which a AWS Config recurringly delivers configuration snapshots.

', ], ], 'MessageType' => [ 'base' => NULL, 'refs' => [ 'SourceDetail$MessageType' => '

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.

', ], ], 'Name' => [ 'base' => NULL, 'refs' => [ 'Tags$key' => NULL, ], ], 'NextToken' => [ 'base' => NULL, 'refs' => [ 'DescribeComplianceByResourceRequest$NextToken' => '

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

', 'DescribeComplianceByResourceResponse$NextToken' => '

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

', 'GetComplianceDetailsByConfigRuleRequest$NextToken' => '

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

', 'GetComplianceDetailsByConfigRuleResponse$NextToken' => '

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

', 'GetResourceConfigHistoryRequest$nextToken' => '

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

', 'GetResourceConfigHistoryResponse$nextToken' => '

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

', 'ListDiscoveredResourcesRequest$nextToken' => '

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

', 'ListDiscoveredResourcesResponse$nextToken' => '

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

', ], ], 'NoAvailableConfigurationRecorderException' => [ 'base' => '

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

', 'refs' => [], ], 'NoAvailableDeliveryChannelException' => [ 'base' => '

There is no delivery channel available to record configurations.

', 'refs' => [], ], 'NoRunningConfigurationRecorderException' => [ 'base' => '

There is no configuration recorder running.

', 'refs' => [], ], 'NoSuchBucketException' => [ 'base' => '

The specified Amazon S3 bucket does not exist.

', 'refs' => [], ], 'NoSuchConfigRuleException' => [ 'base' => '

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

', 'refs' => [], ], 'NoSuchConfigurationRecorderException' => [ 'base' => '

You have specified a configuration recorder that does not exist.

', 'refs' => [], ], 'NoSuchDeliveryChannelException' => [ 'base' => '

You have specified a delivery channel that does not exist.

', 'refs' => [], ], 'OrderingTimestamp' => [ 'base' => NULL, 'refs' => [ 'Evaluation$OrderingTimestamp' => '

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.

', ], ], 'Owner' => [ 'base' => NULL, 'refs' => [ 'Source$Owner' => '

Indicates whether AWS or the customer owns and manages the AWS Config rule.

', ], ], 'PutConfigRuleRequest' => [ 'base' => NULL, 'refs' => [], ], 'PutConfigurationRecorderRequest' => [ 'base' => '

The input for the PutConfigurationRecorder action.

', 'refs' => [], ], 'PutDeliveryChannelRequest' => [ 'base' => '

The input for the PutDeliveryChannel action.

', 'refs' => [], ], 'PutEvaluationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'PutEvaluationsResponse' => [ 'base' => NULL, 'refs' => [], ], 'RecorderName' => [ 'base' => NULL, 'refs' => [ 'ConfigurationRecorder$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.

', 'ConfigurationRecorderNameList$member' => NULL, 'StartConfigurationRecorderRequest$ConfigurationRecorderName' => '

The name of the recorder object that records each configuration change made to the resources.

', 'StopConfigurationRecorderRequest$ConfigurationRecorderName' => '

The name of the recorder object that records each configuration change made to the resources.

', ], ], 'RecorderStatus' => [ 'base' => NULL, 'refs' => [ 'ConfigurationRecorderStatus$lastStatus' => '

The last (previous] status of the recorder.

', ], ], 'RecordingGroup' => [ 'base' => '

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.

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

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 Supported resource types.

For more information, see Selecting Which Resources AWS Config Records.

', 'refs' => [ 'ConfigurationRecorder$recordingGroup' => '

Specifies the types of AWS resource for which AWS Config records configuration changes.

', ], ], 'RelatedEvent' => [ 'base' => NULL, 'refs' => [ 'RelatedEventList$member' => NULL, ], ], 'RelatedEventList' => [ 'base' => NULL, 'refs' => [ 'ConfigurationItem$relatedEvents' => '

A list of CloudTrail event IDs.

A populated field indicates that the current configuration was initiated by the events recorded in the CloudTrail log. For more information about CloudTrail, see What is AWS CloudTrail?.

An empty field indicates that the current configuration was not initiated by any event.

', ], ], 'Relationship' => [ 'base' => '

The relationship of the related resource to the main resource.

', 'refs' => [ 'RelationshipList$member' => NULL, ], ], 'RelationshipList' => [ 'base' => NULL, 'refs' => [ 'ConfigurationItem$relationships' => '

A list of related AWS resources.

', ], ], 'RelationshipName' => [ 'base' => NULL, 'refs' => [ 'Relationship$relationshipName' => '

The type of relationship with the related resource.

', ], ], 'ResourceCreationTime' => [ 'base' => NULL, 'refs' => [ 'ConfigurationItem$resourceCreationTime' => '

The time stamp when the resource was created.

', ], ], 'ResourceDeletionTime' => [ 'base' => NULL, 'refs' => [ 'ResourceIdentifier$resourceDeletionTime' => '

The time that the resource was deleted.

', ], ], 'ResourceId' => [ 'base' => NULL, 'refs' => [ 'ConfigurationItem$resourceId' => '

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

', 'GetResourceConfigHistoryRequest$resourceId' => '

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

', 'Relationship$resourceId' => '

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

', 'ResourceIdList$member' => NULL, 'ResourceIdentifier$resourceId' => '

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

', ], ], 'ResourceIdList' => [ 'base' => NULL, 'refs' => [ 'ListDiscoveredResourcesRequest$resourceIds' => '

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.

', ], ], 'ResourceIdentifier' => [ 'base' => '

The details that identify a resource that is discovered by AWS Config, including the resource type, ID, and (if available] the custom resource name.

', 'refs' => [ 'ResourceIdentifierList$member' => NULL, ], ], 'ResourceIdentifierList' => [ 'base' => NULL, 'refs' => [ 'ListDiscoveredResourcesResponse$resourceIdentifiers' => '

The details that identify a resource that is discovered by AWS Config, including the resource type, ID, and (if available] the custom resource name.

', ], ], 'ResourceInUseException' => [ 'base' => '

The rule is currently being deleted. Wait for a while and try again.

', 'refs' => [], ], 'ResourceName' => [ 'base' => NULL, 'refs' => [ 'ConfigurationItem$resourceName' => '

The custom name of the resource, if available.

', 'ListDiscoveredResourcesRequest$resourceName' => '

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.

', 'Relationship$resourceName' => '

The custom name of the related resource, if available.

', 'ResourceIdentifier$resourceName' => '

The custom name of the resource (if available].

', ], ], 'ResourceNotDiscoveredException' => [ 'base' => '

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

', 'refs' => [], ], 'ResourceType' => [ 'base' => NULL, 'refs' => [ 'ConfigurationItem$resourceType' => '

The type of AWS resource.

', 'GetResourceConfigHistoryRequest$resourceType' => '

The resource type.

', 'ListDiscoveredResourcesRequest$resourceType' => '

The type of resources that you want AWS Config to list in the response.

', 'Relationship$resourceType' => '

The resource type of the related resource.

', 'ResourceIdentifier$resourceType' => '

The type of resource.

', 'ResourceTypeList$member' => NULL, ], ], 'ResourceTypeList' => [ 'base' => NULL, 'refs' => [ 'RecordingGroup$resourceTypes' => '

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.

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 Supported AWS Resource Types.

', ], ], 'ResourceTypes' => [ 'base' => NULL, 'refs' => [ 'GetComplianceSummaryByResourceTypeRequest$ResourceTypes' => '

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

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

', ], ], 'Scope' => [ 'base' => '

Defines which resources AWS Config evaluates against a 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 or more resource IDs. Specify a scope to constrain the resources to be evaluated. If you do not specify a scope, all resources in your recording group are evaluated against the rule.

', 'refs' => [ 'ConfigRule$Scope' => '

Defines which resources the AWS Config rule evaluates. 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 or more resource IDs. Specify a scope to constrain the resources that are evaluated. If you do not specify a scope, the AWS Config Rule evaluates all resources in the recording group.

', ], ], 'Source' => [ 'base' => '

Provides the AWS Config rule owner (AWS or customer], the rule identifier, and the events that trigger the evaluation of your AWS resources.

', 'refs' => [ 'ConfigRule$Source' => '

Provides the rule owner (AWS or customer], the rule identifier, and the events that cause the function to evaluate your AWS resources.

', ], ], 'SourceDetail' => [ 'base' => '

Provides the source and type of the event that triggers AWS Config to evaluate your AWS resources against a rule.

', 'refs' => [ 'SourceDetails$member' => NULL, ], ], 'SourceDetails' => [ 'base' => NULL, 'refs' => [ 'Source$SourceDetails' => '

Provides the source and type of the event that causes AWS Config to evaluate your AWS resources.

', ], ], 'StartConfigurationRecorderRequest' => [ 'base' => '

The input for the StartConfigurationRecorder action.

', 'refs' => [], ], 'StopConfigurationRecorderRequest' => [ 'base' => '

The input for the StopConfigurationRecorder action.

', 'refs' => [], ], 'String' => [ 'base' => NULL, 'refs' => [ 'ConfigExportDeliveryInfo$lastErrorCode' => '

The error code from the last attempted delivery.

', 'ConfigExportDeliveryInfo$lastErrorMessage' => '

The error message from the last attempted delivery.

', 'ConfigRule$ConfigRuleArn' => '

The Amazon Resource Name (ARN] of the AWS Config rule.

', 'ConfigRule$ConfigRuleId' => '

The ID of the AWS Config rule.

', 'ConfigRuleEvaluationStatus$ConfigRuleArn' => '

The Amazon Resource Name (ARN] of the AWS Config rule.

', 'ConfigRuleEvaluationStatus$ConfigRuleId' => '

The ID of the AWS Config rule.

', 'ConfigRuleEvaluationStatus$LastErrorCode' => '

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

', 'ConfigRuleEvaluationStatus$LastErrorMessage' => '

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

', 'ConfigStreamDeliveryInfo$lastErrorCode' => '

The error code from the last attempted delivery.

', 'ConfigStreamDeliveryInfo$lastErrorMessage' => '

The error message from the last attempted delivery.

', 'ConfigurationRecorder$roleARN' => '

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

', 'ConfigurationRecorderStatus$name' => '

The name of the configuration recorder.

', 'ConfigurationRecorderStatus$lastErrorCode' => '

The error code indicating that the recording failed.

', 'ConfigurationRecorderStatus$lastErrorMessage' => '

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

', 'DeliverConfigSnapshotResponse$configSnapshotId' => '

The ID of the snapshot that is being created.

', 'DeliveryChannel$s3BucketName' => '

The name of the Amazon S3 bucket used to store configuration history for the delivery channel.

', 'DeliveryChannel$s3KeyPrefix' => '

The prefix for the specified Amazon S3 bucket.

', 'DeliveryChannel$snsTopicARN' => '

The Amazon Resource Name (ARN] of the SNS topic that AWS Config delivers notifications to.

', 'DeliveryChannelStatus$name' => '

The name of the delivery channel.

', 'DescribeComplianceByConfigRuleRequest$NextToken' => '

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

', 'DescribeComplianceByConfigRuleResponse$NextToken' => '

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

', 'DescribeConfigRulesRequest$NextToken' => '

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

', 'DescribeConfigRulesResponse$NextToken' => '

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

', 'EvaluationResult$ResultToken' => '

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.

', 'GetComplianceDetailsByResourceRequest$NextToken' => '

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

', 'GetComplianceDetailsByResourceResponse$NextToken' => '

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

', 'PutEvaluationsRequest$ResultToken' => '

An encrypted token that associates an evaluation with an AWS Config rule. Identifies the rule and the event that triggered the evaluation

', ], ], 'StringWithCharLimit128' => [ 'base' => NULL, 'refs' => [ 'Scope$TagKey' => '

The tag key that is applied to only those AWS resources that you want AWS Config to evaluate against the rule.

', ], ], 'StringWithCharLimit256' => [ 'base' => NULL, 'refs' => [ 'ComplianceByResource$ResourceType' => '

The type of the AWS resource that was evaluated.

', 'ComplianceByResource$ResourceId' => '

The ID of the AWS resource that was evaluated.

', 'ComplianceResourceTypes$member' => NULL, 'ComplianceSummaryByResourceType$ResourceType' => '

The type of AWS resource.

', 'ConfigRule$InputParameters' => '

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

', 'DescribeComplianceByResourceRequest$ResourceType' => '

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.

', 'DescribeComplianceByResourceRequest$ResourceId' => '

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.

', 'Evaluation$ComplianceResourceType' => '

The type of AWS resource that was evaluated.

', 'Evaluation$ComplianceResourceId' => '

The ID of the AWS resource that was evaluated.

', 'Evaluation$Annotation' => '

Supplementary information about how the evaluation determined the compliance.

', 'EvaluationResult$Annotation' => '

Supplementary information about how the evaluation determined the compliance.

', 'EvaluationResultQualifier$ResourceType' => '

The type of AWS resource that was evaluated.

', 'EvaluationResultQualifier$ResourceId' => '

The ID of the evaluated AWS resource.

', 'GetComplianceDetailsByResourceRequest$ResourceType' => '

The type of the AWS resource for which you want compliance information.

', 'GetComplianceDetailsByResourceRequest$ResourceId' => '

The ID of the AWS resource for which you want compliance information.

', 'ResourceTypes$member' => NULL, 'Scope$TagValue' => '

The tag value applied to only those AWS resources that you want AWS Config to evaluate against the rule. If you specify a value for TagValue, you must also specify a value for TagKey.

', 'Scope$ComplianceResourceId' => '

The IDs of only those AWS resources that you want AWS Config to evaluate against the rule. If you specify a resource ID, you must specify one resource type for ComplianceResourceTypes.

', 'Source$SourceIdentifier' => '

For AWS managed Config rules, a pre-defined identifier from a list. To reference the list, see 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.

', ], ], 'StringWithCharLimit64' => [ 'base' => NULL, 'refs' => [ 'ComplianceByConfigRule$ConfigRuleName' => '

The name of the AWS Config rule.

', 'ConfigRule$ConfigRuleName' => '

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

', 'ConfigRuleEvaluationStatus$ConfigRuleName' => '

The name of the AWS Config rule.

', 'ConfigRuleNames$member' => NULL, 'DeleteConfigRuleRequest$ConfigRuleName' => '

The name of the AWS Config rule that you want to delete.

', 'EvaluationResultQualifier$ConfigRuleName' => '

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

', 'GetComplianceDetailsByConfigRuleRequest$ConfigRuleName' => '

The name of the AWS Config rule for which you want compliance information.

', ], ], 'Tags' => [ 'base' => NULL, 'refs' => [ 'ConfigurationItem$tags' => '

A mapping of key value tags associated with the resource.

', ], ], 'ValidationException' => [ 'base' => '

The requested action is not valid.

', 'refs' => [], ], 'Value' => [ 'base' => NULL, 'refs' => [ 'Tags$value' => NULL, ], ], 'Version' => [ 'base' => NULL, 'refs' => [ 'ConfigurationItem$version' => '

The version number of the resource configuration.

', ], ], ],];