vendor: update all dependencies

This commit is contained in:
Nick Craig-Wood 2018-06-17 17:59:12 +01:00
parent 3f0789e2db
commit 08021c4636
2474 changed files with 435818 additions and 282709 deletions

View file

@ -107,6 +107,18 @@
{"shape":"InvalidParameterValueException"}
]
},
"DeleteRetentionConfiguration":{
"name":"DeleteRetentionConfiguration",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteRetentionConfigurationRequest"},
"errors":[
{"shape":"InvalidParameterValueException"},
{"shape":"NoSuchRetentionConfigurationException"}
]
},
"DeliverConfigSnapshot":{
"name":"DeliverConfigSnapshot",
"http":{
@ -296,6 +308,20 @@
{"shape":"InvalidLimitException"}
]
},
"DescribeRetentionConfigurations":{
"name":"DescribeRetentionConfigurations",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeRetentionConfigurationsRequest"},
"output":{"shape":"DescribeRetentionConfigurationsResponse"},
"errors":[
{"shape":"InvalidParameterValueException"},
{"shape":"NoSuchRetentionConfigurationException"},
{"shape":"InvalidNextTokenException"}
]
},
"GetAggregateComplianceDetailsByConfigRule":{
"name":"GetAggregateComplianceDetailsByConfigRule",
"http":{
@ -507,6 +533,19 @@
{"shape":"NoSuchConfigRuleException"}
]
},
"PutRetentionConfiguration":{
"name":"PutRetentionConfiguration",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"PutRetentionConfigurationRequest"},
"output":{"shape":"PutRetentionConfigurationResponse"},
"errors":[
{"shape":"InvalidParameterValueException"},
{"shape":"MaxNumberOfRetentionConfigurationsExceededException"}
]
},
"StartConfigRulesEvaluation":{
"name":"StartConfigRulesEvaluation",
"http":{
@ -1081,6 +1120,13 @@
"RequesterAwsRegion":{"shape":"AwsRegion"}
}
},
"DeleteRetentionConfigurationRequest":{
"type":"structure",
"required":["RetentionConfigurationName"],
"members":{
"RetentionConfigurationName":{"shape":"RetentionConfigurationName"}
}
},
"DeliverConfigSnapshotRequest":{
"type":"structure",
"required":["deliveryChannelName"],
@ -1324,6 +1370,20 @@
"NextToken":{"shape":"String"}
}
},
"DescribeRetentionConfigurationsRequest":{
"type":"structure",
"members":{
"RetentionConfigurationNames":{"shape":"RetentionConfigurationNameList"},
"NextToken":{"shape":"NextToken"}
}
},
"DescribeRetentionConfigurationsResponse":{
"type":"structure",
"members":{
"RetentionConfigurations":{"shape":"RetentionConfigurationList"},
"NextToken":{"shape":"NextToken"}
}
},
"EarlierTime":{"type":"timestamp"},
"EmptiableStringWithCharLimit256":{
"type":"string",
@ -1665,6 +1725,12 @@
},
"exception":true
},
"MaxNumberOfRetentionConfigurationsExceededException":{
"type":"structure",
"members":{
},
"exception":true
},
"MaximumExecutionFrequency":{
"type":"string",
"enum":[
@ -1740,6 +1806,12 @@
},
"exception":true
},
"NoSuchRetentionConfigurationException":{
"type":"structure",
"members":{
},
"exception":true
},
"OrderingTimestamp":{"type":"timestamp"},
"OrganizationAccessDeniedException":{
"type":"structure",
@ -1848,6 +1920,19 @@
"FailedEvaluations":{"shape":"Evaluations"}
}
},
"PutRetentionConfigurationRequest":{
"type":"structure",
"required":["RetentionPeriodInDays"],
"members":{
"RetentionPeriodInDays":{"shape":"RetentionPeriodInDays"}
}
},
"PutRetentionConfigurationResponse":{
"type":"structure",
"members":{
"RetentionConfiguration":{"shape":"RetentionConfiguration"}
}
},
"RecorderName":{
"type":"string",
"max":256,
@ -2014,7 +2099,8 @@
"AWS::ElasticBeanstalk::Application",
"AWS::ElasticBeanstalk::ApplicationVersion",
"AWS::ElasticBeanstalk::Environment",
"AWS::ElasticLoadBalancing::LoadBalancer"
"AWS::ElasticLoadBalancing::LoadBalancer",
"AWS::XRay::EncryptionConfig"
]
},
"ResourceTypeList":{
@ -2027,6 +2113,38 @@
"max":20,
"min":0
},
"RetentionConfiguration":{
"type":"structure",
"required":[
"Name",
"RetentionPeriodInDays"
],
"members":{
"Name":{"shape":"RetentionConfigurationName"},
"RetentionPeriodInDays":{"shape":"RetentionPeriodInDays"}
}
},
"RetentionConfigurationList":{
"type":"list",
"member":{"shape":"RetentionConfiguration"}
},
"RetentionConfigurationName":{
"type":"string",
"max":256,
"min":1,
"pattern":"[\\w\\-]+"
},
"RetentionConfigurationNameList":{
"type":"list",
"member":{"shape":"RetentionConfigurationName"},
"max":1,
"min":0
},
"RetentionPeriodInDays":{
"type":"integer",
"max":2557,
"min":30
},
"RuleLimit":{
"type":"integer",
"max":50,

View file

@ -10,6 +10,7 @@
"DeleteDeliveryChannel": "<p>Deletes the delivery channel.</p> <p>Before you can delete the delivery channel, you must stop the configuration recorder by using the <a>StopConfigurationRecorder</a> action.</p>",
"DeleteEvaluationResults": "<p>Deletes the evaluation results for the specified AWS Config rule. You can specify one AWS Config rule per request. After you delete the evaluation results, you can call the <a>StartConfigRulesEvaluation</a> API to start evaluating your AWS resources against the rule.</p>",
"DeletePendingAggregationRequest": "<p>Deletes pending authorization requests for a specified aggregator account in a specified region.</p>",
"DeleteRetentionConfiguration": "<p>Deletes the retention configuration.</p>",
"DeliverConfigSnapshot": "<p>Schedules delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel. After the delivery has started, AWS Config sends the following notifications using an Amazon SNS topic that you have specified.</p> <ul> <li> <p>Notification of the start of the delivery.</p> </li> <li> <p>Notification of the completion of the delivery, if the delivery was successfully completed.</p> </li> <li> <p>Notification of delivery failure, if the delivery failed.</p> </li> </ul>",
"DescribeAggregateComplianceByConfigRules": "<p>Returns a list of compliant and noncompliant rules with the number of resources for compliant and noncompliant rules. </p> <note> <p>The results can return an empty result page, but if you have a nextToken, the results are displayed on the next page.</p> </note>",
"DescribeAggregationAuthorizations": "<p>Returns a list of authorizations granted to various aggregator accounts and regions.</p>",
@ -24,6 +25,7 @@
"DescribeDeliveryChannelStatus": "<p>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.</p> <note> <p>Currently, you can specify only one delivery channel per region in your account.</p> </note>",
"DescribeDeliveryChannels": "<p>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.</p> <note> <p>Currently, you can specify only one delivery channel per region in your account.</p> </note>",
"DescribePendingAggregationRequests": "<p>Returns a list of all pending aggregation requests.</p>",
"DescribeRetentionConfigurations": "<p>Returns the details of one or more retention configurations. If the retention configuration name is not specified, this action returns the details for all the retention configurations for that account.</p> <note> <p>Currently, AWS Config supports only one retention configuration per region in your account.</p> </note>",
"GetAggregateComplianceDetailsByConfigRule": "<p>Returns the evaluation results for the specified AWS Config rule for a specific resource in a 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. </p> <note> <p>The results can return an empty result page. But if you have a nextToken, the results are displayed on the next page.</p> </note>",
"GetAggregateConfigRuleComplianceSummary": "<p>Returns the number of compliant and noncompliant rules for one or more accounts and regions in an aggregator.</p> <note> <p>The results can return an empty result page, but if you have a nextToken, the results are displayed on the next page.</p> </note>",
"GetComplianceDetailsByConfigRule": "<p>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.</p>",
@ -31,7 +33,7 @@
"GetComplianceSummaryByConfigRule": "<p>Returns the number of AWS Config rules that are compliant and noncompliant, up to a maximum of 25 for each.</p>",
"GetComplianceSummaryByResourceType": "<p>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.</p>",
"GetDiscoveredResourceCounts": "<p>Returns the resource types, the number of each resource type, and the total number of resources that AWS Config is recording in this region for your AWS account. </p> <p class=\"title\"> <b>Example</b> </p> <ol> <li> <p>AWS Config is recording three resource types in the US East (Ohio) Region for your account: 25 EC2 instances, 20 IAM users, and 15 S3 buckets.</p> </li> <li> <p>You make a call to the <code>GetDiscoveredResourceCounts</code> action and specify that you want all resource types. </p> </li> <li> <p>AWS Config returns the following:</p> <ul> <li> <p>The resource types (EC2 instances, IAM users, and S3 buckets).</p> </li> <li> <p>The number of each resource type (25, 20, and 15).</p> </li> <li> <p>The total number of all resources (60).</p> </li> </ul> </li> </ol> <p>The response is paginated. By default, AWS Config lists 100 <a>ResourceCount</a> objects on each page. You can customize this number with the <code>limit</code> parameter. The response includes a <code>nextToken</code> string. To get the next page of results, run the request again and specify the string for the <code>nextToken</code> parameter.</p> <note> <p>If you make a call to the <a>GetDiscoveredResourceCounts</a> action, you might not immediately receive resource counts in the following situations:</p> <ul> <li> <p>You are a new AWS Config customer.</p> </li> <li> <p>You just enabled resource recording.</p> </li> </ul> <p>It might take a few minutes for AWS Config to record and count your resources. Wait a few minutes and then retry the <a>GetDiscoveredResourceCounts</a> action. </p> </note>",
"GetResourceConfigHistory": "<p>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.</p> <p>The response is paginated. By default, AWS Config returns a limit of 10 configuration items per page. You can customize this number with the <code>limit</code> parameter. The response includes a <code>nextToken</code> string. To get the next page of results, run the request again and specify the string for the <code>nextToken</code> parameter.</p> <note> <p>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 <code>limit</code>. In such cases, you can make another call, using the <code>nextToken</code>.</p> </note>",
"GetResourceConfigHistory": "<p>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. If you specified a retention period to retain your <code>ConfigurationItems</code> between a minimum of 30 days and a maximum of 7 years (2557 days), AWS Config returns the <code>ConfigurationItems</code> for the specified retention period. </p> <p>The response is paginated. By default, AWS Config returns a limit of 10 configuration items per page. You can customize this number with the <code>limit</code> parameter. The response includes a <code>nextToken</code> string. To get the next page of results, run the request again and specify the string for the <code>nextToken</code> parameter.</p> <note> <p>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 <code>limit</code>. In such cases, you can make another call, using the <code>nextToken</code>.</p> </note>",
"ListDiscoveredResources": "<p>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.</p> <note> <p>You can specify either resource IDs or a resource name, but not both, in the same request.</p> </note> <p>The response is paginated. By default, AWS Config lists 100 resource identifiers on each page. You can customize this number with the <code>limit</code> parameter. The response includes a <code>nextToken</code> string. To get the next page of results, run the request again and specify the string for the <code>nextToken</code> parameter.</p>",
"PutAggregationAuthorization": "<p>Authorizes the aggregator account and region to collect data from the source account and region. </p>",
"PutConfigRule": "<p>Adds or updates an AWS Config rule for evaluating whether your AWS resources comply with your desired configurations.</p> <p>You can use this action for custom AWS Config rules and AWS managed Config rules. A custom AWS Config rule is a rule that you develop and maintain. An AWS managed Config rule is a customizable, predefined rule that AWS Config provides.</p> <p>If you are adding a new custom AWS Config rule, you must first create the AWS Lambda function that the rule invokes to evaluate your resources. When you use the <code>PutConfigRule</code> 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 <code>SourceIdentifier</code> key. This key is part of the <code>Source</code> object, which is part of the <code>ConfigRule</code> object. </p> <p>If you are adding an AWS managed Config rule, specify the rule's identifier for the <code>SourceIdentifier</code> key. To reference AWS managed Config rule identifiers, see <a href=\"http://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_use-managed-rules.html\">About AWS Managed Config Rules</a>.</p> <p>For any new rule that you add, specify the <code>ConfigRuleName</code> in the <code>ConfigRule</code> object. Do not specify the <code>ConfigRuleArn</code> or the <code>ConfigRuleId</code>. These values are generated by AWS Config for new rules.</p> <p>If you are updating a rule that you added previously, you can specify the rule by <code>ConfigRuleName</code>, <code>ConfigRuleId</code>, or <code>ConfigRuleArn</code> in the <code>ConfigRule</code> data type that you use in this request.</p> <p>The maximum number of rules that AWS Config supports is 50.</p> <p>For information about requesting a rule limit increase, see <a href=\"http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_config\">AWS Config Limits</a> in the <i>AWS General Reference Guide</i>.</p> <p>For more information about developing and using AWS Config rules, see <a href=\"http://docs.aws.amazon.com/config/latest/developerguide/evaluate-config.html\">Evaluating AWS Resource Configurations with AWS Config</a> in the <i>AWS Config Developer Guide</i>.</p>",
@ -39,6 +41,7 @@
"PutConfigurationRecorder": "<p>Creates a new configuration recorder to record the selected resource configurations.</p> <p>You can use this action to change the role <code>roleARN</code> or the <code>recordingGroup</code> of an existing recorder. To change the role, call the action on the existing configuration recorder and specify a role.</p> <note> <p>Currently, you can specify only one configuration recorder per region in your account.</p> <p>If <code>ConfigurationRecorder</code> does not have the <b>recordingGroup</b> parameter specified, the default is to record all supported resource types.</p> </note>",
"PutDeliveryChannel": "<p>Creates a delivery channel object to deliver configuration information to an Amazon S3 bucket and Amazon SNS topic.</p> <p>Before you can create a delivery channel, you must create a configuration recorder.</p> <p>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.</p> <note> <p>You can have only one delivery channel per region in your account.</p> </note>",
"PutEvaluations": "<p>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.</p>",
"PutRetentionConfiguration": "<p>Creates and updates the retention configuration with details about retention period (number of days) that AWS Config stores your historical information. The API creates the <code>RetentionConfiguration</code> object and names the object as <b>default</b>. When you have a <code>RetentionConfiguration</code> object named <b>default</b>, calling the API modifies the default object. </p> <note> <p>Currently, AWS Config supports only one retention configuration per region in your account.</p> </note>",
"StartConfigRulesEvaluation": "<p>Runs an on-demand evaluation for the specified AWS Config rules against the last known configuration state of the resources. Use <code>StartConfigRulesEvaluation</code> when you want to test that a rule you updated is working as expected. <code>StartConfigRulesEvaluation</code> does not re-record the latest configuration state for your resources. It re-runs an evaluation against the last known state of your resources. </p> <p>You can specify up to 25 AWS Config rules per request. </p> <p>An existing <code>StartConfigRulesEvaluation</code> call for the specified rules must complete before you can call the API again. If you chose to have AWS Config stream to an Amazon SNS topic, you will receive a <code>ConfigRuleEvaluationStarted</code> notification when the evaluation starts.</p> <note> <p>You don't need to call the <code>StartConfigRulesEvaluation</code> API to run an evaluation for a new rule. When you create a rule, AWS Config evaluates your resources against the rule automatically. </p> </note> <p>The <code>StartConfigRulesEvaluation</code> API is useful if you want to run on-demand evaluations, such as the following example:</p> <ol> <li> <p>You have a custom rule that evaluates your IAM resources every 24 hours.</p> </li> <li> <p>You update your Lambda function to add additional conditions to your rule.</p> </li> <li> <p>Instead of waiting for the next periodic evaluation, you call the <code>StartConfigRulesEvaluation</code> API.</p> </li> <li> <p>AWS Config invokes your Lambda function and evaluates your IAM resources.</p> </li> <li> <p>Your custom rule will still run periodic evaluations every 24 hours.</p> </li> </ol>",
"StartConfigurationRecorder": "<p>Starts recording configurations of the AWS resources you have selected to record in your AWS account.</p> <p>You must have created at least one delivery channel to successfully start the configuration recorder.</p>",
"StopConfigurationRecorder": "<p>Stops recording configurations of the AWS resources you have selected to record in your AWS account.</p>"
@ -133,7 +136,7 @@
"AggregatedSourceStatusList": {
"base": null,
"refs": {
"DescribeConfigurationAggregatorSourcesStatusResponse$AggregatedSourceStatusList": "<p>Retuns an AggregatedSourceStatus object. </p>"
"DescribeConfigurationAggregatorSourcesStatusResponse$AggregatedSourceStatusList": "<p>Returns an AggregatedSourceStatus object. </p>"
}
},
"AggregatedSourceStatusType": {
@ -242,12 +245,12 @@
"Boolean": {
"base": null,
"refs": {
"AccountAggregationSource$AllAwsRegions": "<p>If true, aggreagate existing AWS Config regions and future regions.</p>",
"AccountAggregationSource$AllAwsRegions": "<p>If true, aggregate existing AWS Config regions and future regions.</p>",
"ComplianceContributorCount$CapExceeded": "<p>Indicates whether the maximum count is reached.</p>",
"ConfigRuleEvaluationStatus$FirstEvaluationStarted": "<p>Indicates whether AWS Config has evaluated your resources against the rule at least once.</p> <ul> <li> <p> <code>true</code> - AWS Config has evaluated your AWS resources against the rule at least once.</p> </li> <li> <p> <code>false</code> - AWS Config has not once finished evaluating your AWS resources against the rule.</p> </li> </ul>",
"ConfigurationRecorderStatus$recording": "<p>Specifies whether or not the recorder is currently recording.</p>",
"ListDiscoveredResourcesRequest$includeDeletedResources": "<p>Specifies whether AWS Config includes deleted resources in the results. By default, deleted resources are not included.</p>",
"OrganizationAggregationSource$AllAwsRegions": "<p>If true, aggreagate existing AWS Config regions and future regions.</p>",
"OrganizationAggregationSource$AllAwsRegions": "<p>If true, aggregate existing AWS Config regions and future regions.</p>",
"PutEvaluationsRequest$TestMode": "<p>Use this parameter to specify a test run for <code>PutEvaluations</code>. You can verify whether your AWS Lambda function will deliver evaluation results to AWS Config. No updates occur to your existing evaluations, and evaluation results are not sent to AWS Config.</p> <note> <p>When <code>TestMode</code> is <code>true</code>, <code>PutEvaluations</code> doesn't require a valid value for the <code>ResultToken</code> parameter, but the value cannot be null.</p> </note>"
}
},
@ -620,6 +623,11 @@
"refs": {
}
},
"DeleteRetentionConfigurationRequest": {
"base": null,
"refs": {
}
},
"DeliverConfigSnapshotRequest": {
"base": "<p>The input for the <a>DeliverConfigSnapshot</a> action.</p>",
"refs": {
@ -805,6 +813,16 @@
"refs": {
}
},
"DescribeRetentionConfigurationsRequest": {
"base": null,
"refs": {
}
},
"DescribeRetentionConfigurationsResponse": {
"base": null,
"refs": {
}
},
"EarlierTime": {
"base": null,
"refs": {
@ -1083,6 +1101,11 @@
"refs": {
}
},
"MaxNumberOfRetentionConfigurationsExceededException": {
"base": "<p>Failed to add the retention configuration because a retention configuration with that name already exists.</p>",
"refs": {
}
},
"MaximumExecutionFrequency": {
"base": null,
"refs": {
@ -1110,6 +1133,8 @@
"DescribeAggregateComplianceByConfigRulesResponse$NextToken": "<p>The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.</p>",
"DescribeComplianceByResourceRequest$NextToken": "<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>",
"DescribeComplianceByResourceResponse$NextToken": "<p>The string that you use in a subsequent request to get the next page of results in a paginated response.</p>",
"DescribeRetentionConfigurationsRequest$NextToken": "<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response. </p>",
"DescribeRetentionConfigurationsResponse$NextToken": "<p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response. </p>",
"GetAggregateComplianceDetailsByConfigRuleRequest$NextToken": "<p>The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.</p>",
"GetAggregateComplianceDetailsByConfigRuleResponse$NextToken": "<p>The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.</p>",
"GetAggregateConfigRuleComplianceSummaryRequest$NextToken": "<p>The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.</p>",
@ -1169,6 +1194,11 @@
"refs": {
}
},
"NoSuchRetentionConfigurationException": {
"base": "<p>You have specified a retention configuration that does not exist.</p>",
"refs": {
}
},
"OrderingTimestamp": {
"base": null,
"refs": {
@ -1255,6 +1285,16 @@
"refs": {
}
},
"PutRetentionConfigurationRequest": {
"base": null,
"refs": {
}
},
"PutRetentionConfigurationResponse": {
"base": null,
"refs": {
}
},
"RecorderName": {
"base": null,
"refs": {
@ -1428,6 +1468,40 @@
"GetDiscoveredResourceCountsRequest$resourceTypes": "<p>The comma-separated list that specifies the resource types that you want AWS Config to return (for example, <code>\"AWS::EC2::Instance\"</code>, <code>\"AWS::IAM::User\"</code>).</p> <p>If a value for <code>resourceTypes</code> is not specified, AWS Config returns all resource types that AWS Config is recording in the region for your account.</p> <note> <p>If the configuration recorder is turned off, AWS Config returns an empty list of <a>ResourceCount</a> objects. If the configuration recorder is not recording a specific resource type (for example, S3 buckets), that resource type is not returned in the list of <a>ResourceCount</a> objects.</p> </note>"
}
},
"RetentionConfiguration": {
"base": "<p>An object with the name of the retention configuration and the retention period in days. The object stores the configuration for data retention in AWS Config.</p>",
"refs": {
"PutRetentionConfigurationResponse$RetentionConfiguration": "<p>Returns a retention configuration object.</p>",
"RetentionConfigurationList$member": null
}
},
"RetentionConfigurationList": {
"base": null,
"refs": {
"DescribeRetentionConfigurationsResponse$RetentionConfigurations": "<p>Returns a retention configuration object.</p>"
}
},
"RetentionConfigurationName": {
"base": null,
"refs": {
"DeleteRetentionConfigurationRequest$RetentionConfigurationName": "<p>The name of the retention configuration to delete.</p>",
"RetentionConfiguration$Name": "<p>The name of the retention configuration object.</p>",
"RetentionConfigurationNameList$member": null
}
},
"RetentionConfigurationNameList": {
"base": null,
"refs": {
"DescribeRetentionConfigurationsRequest$RetentionConfigurationNames": "<p>A list of names of retention configurations for which you want details. If you do not specify a name, AWS Config returns details for all the retention configurations for that account.</p> <note> <p>Currently, AWS Config supports only one retention configuration per region in your account.</p> </note>"
}
},
"RetentionPeriodInDays": {
"base": null,
"refs": {
"PutRetentionConfigurationRequest$RetentionPeriodInDays": "<p>Number of days AWS Config stores your historical information.</p> <note> <p>Currently, only applicable to the configuration item history.</p> </note>",
"RetentionConfiguration$RetentionPeriodInDays": "<p>Number of days AWS Config stores your historical information.</p> <note> <p>Currently, only applicable to the configuration item history.</p> </note>"
}
},
"RuleLimit": {
"base": null,
"refs": {